27 lines
579 B
Diff
27 lines
579 B
Diff
From 4a848a5e9bda989f9fd31ab4b388e6849ea6381e Mon Sep 17 00:00:00 2001
|
|
From: Kamil Dudka <kdudka@redhat.com>
|
|
Date: Tue, 28 Aug 2012 16:54:15 +0200
|
|
Subject: [PATCH] configure.ac: do not use the AM_C_PROTOTYPES macro
|
|
|
|
It was removed in Automake 1.12.
|
|
---
|
|
configure.ac | 2 +-
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 704b5ea..038a3d8 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -77,7 +77,7 @@ AC_PROG_CPP
|
|
dnl for gnulib
|
|
gl_EARLY
|
|
|
|
-AM_C_PROTOTYPES
|
|
+dnl AM_C_PROTOTYPES
|
|
|
|
AC_PROG_INSTALL
|
|
AC_PROG_RANLIB
|
|
--
|
|
1.7.1
|
|
|