Patch attached as "0004-avoid-automake-1.12-error-in-macro-AM_C_PROTOTYPES-a.patch"

Roumen
>From 1b6042eb6d6166195f541a7b2ab62a836c64aaff Mon Sep 17 00:00:00 2001
From: Roumen Petrov <[email protected]>
Date: Thu, 3 May 2012 16:26:35 +0300
Subject: [PATCH 4/6] avoid automake 1.12 error in macro AM_C_PROTOTYPES: automatic de-ANSI-fication support has been removed

---
 config.h.in  |    6 ------
 configure.in |    4 ----
 2 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/config.h.in b/config.h.in
index b67643f..d8c6a47 100644
--- a/config.h.in
+++ b/config.h.in
@@ -118,9 +118,6 @@
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
-/* Define to 1 if the C compiler supports function prototypes. */
-#undef PROTOTYPES
-
 /* The size of `size_t', as computed by sizeof. */
 #undef SIZEOF_SIZE_T
 
@@ -129,6 +126,3 @@
 
 /* Version number of package */
 #undef VERSION
-
-/* Define like PROTOTYPES; this can be used by system headers. */
-#undef __PROTOTYPES
diff --git a/configure.in b/configure.in
index e06b485..02d01db 100644
--- a/configure.in
+++ b/configure.in
@@ -47,10 +47,6 @@ AC_PATH_PROG(TAR, tar, /bin/tar)
 AC_PATH_PROG(HELP2MAN, help2man)
 AC_PATH_PROG(MAN2HTML, man2html)
 
-dnl Make sure we have an ANSI compiler
-AM_C_PROTOTYPES
-test "z$U" != "z" && AC_MSG_ERROR(Compiler not ANSI compliant)
-
 dnl Checks for header files.
 AC_HEADER_DIRENT
 AC_HEADER_STDC
-- 
1.6.4

_______________________________________________
xmlsec mailing list
[email protected]
http://www.aleksey.com/mailman/listinfo/xmlsec

Reply via email to