Kaydet (Commit) 7947da50 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Work around autoreconf de-ANSI-fication support error

Change-Id: I990167289fe39bbfdb3b40abf8fc522dabb7cc20
üst 030df631
......@@ -57,6 +57,9 @@ TARFILE_MD5=1f24ab1d39f4a51faf22244c94a6203f
#xmlsec1-mingw32.patch: Mingw32 support.
#xmlsec1-mingw-customkeymanage-addmscrypto.patch: builds the custom keymanager on mingw
#xmlsec1-vc.path: support for Visual C++ 10
#xmlsec1-1.2.14-ansi.patch: otherwise, at least MacPorts autoreconf (GNU
# Autoconf) 2.69 fails with "configure.in:50: error: automatic de-ANSI-fication
# support has been removed"
PATCH_FILES=\
xmlsec1-configure.patch \
xmlsec1-configure-libxml-libxslt.patch \
......@@ -69,7 +72,8 @@ PATCH_FILES=\
xmlsec1-mingw-keymgr-mscrypto.patch \
xmlsec1-vc10.patch \
xmlsec1-1.2.14_fix_extern_c.patch \
xmlsec1-android.patch
xmlsec1-android.patch \
xmlsec1-1.2.14-ansi.patch
ADDITIONAL_FILES= \
include$/xmlsec$/mscrypto$/akmngr.h \
......
--- misc/xmlsec1-1.2.14/configure.in 2012-08-29 22:44:51.000000000 +0200
+++ misc/build/xmlsec1-1.2.14/configure.in 2012-08-29 22:46:23.000000000 +0200
@@ -46,10 +46,6 @@
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment