From 686788850c833d105020955f9aa4f23ee4bec77c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Wed, 26 Dec 2012 11:38:15 +0100 Subject: [PATCH] - drop autoconf version dependency --- glibc-autoconf.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 glibc-autoconf.patch 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. -- 2.44.0