From: Arkadiusz Miƛkiewicz Date: Wed, 26 Dec 2012 10:38:15 +0000 (+0100) Subject: - drop autoconf version dependency X-Git-Tag: auto/th/glibc-2.17-1~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fglibc.git;a=commitdiff_plain;h=686788850c833d105020955f9aa4f23ee4bec77c - drop autoconf version dependency --- diff --git a/glibc-autoconf.patch b/glibc-autoconf.patch new file mode 100644 index 0000000..b3332ee --- /dev/null +++ b/glibc-autoconf.patch @@ -0,0 +1,14 @@ +--- glibc-2.17/aclocal.m4~ 2012-12-25 04:02:13.000000000 +0100 ++++ glibc-2.17/aclocal.m4 2012-12-25 12:11:19.271094384 +0100 +@@ -2,11 +2,6 @@ + dnl the internal functions defined and used by the main configure script + dnl match those expected by the fragments. + m4_define([GLIBC_AUTOCONF_VERSION], [2.68]) +-m4_if(m4_defn([AC_AUTOCONF_VERSION]), GLIBC_AUTOCONF_VERSION, [], +- [m4_fatal(m4_flatten( +-Exactly version GLIBC_AUTOCONF_VERSION of Autoconf is required but you have +-m4_defn([AC_AUTOCONF_VERSION]) +-), [63])])dnl + dnl + dnl We define the macro GLIBC_PROVIDES to do an AC_PROVIDE for each macro + dnl which appears in configure.in before the sysdep configure scripts are run.