From: Gary V. Vaughan Date: Fri, 29 Jun 2001 17:12:39 +0000 (+0000) Subject: From Bruno Haible X-Git-Tag: release-1-4b~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dc198f7e04728ded60a1d4d2d946cf23448d228;p=thirdparty%2Flibtool.git From Bruno Haible * libtool.m4: undefine the m4 builtin `symbols', so that the string `symbols' can be used in the rest of the code without causing errors with autoconf-2.13. --- diff --git a/ChangeLog b/ChangeLog index 68a689b08..24f5cbc14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2001-06-29 Gary V. Vaughan + From Bruno Haible + * libtool.m4: undefine the m4 builtin `symbols', so that the + string `symbols' can be used in the rest of the code without + causing errors with autoconf-2.13. + From "Golubev I. N." * tests/Makefile.am (CPPLAGS): Typo. s/CPPLAGS/CPPFLAGS. diff --git a/libtool.m4 b/libtool.m4 index 996d5f067..66d0aab04 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -23,7 +23,12 @@ ## the same distribution terms that you use for the rest of that program. # serial 47 AC_PROG_LIBTOOL -# ------------------------- + +# The next line was added by Bruno Haible 2001-06-28. +builtin([undefine],[symbols]) + +# AC_PROG_LIBTOOL +# --------------- AC_DEFUN([AC_PROG_LIBTOOL], [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX