From: Gary V. Vaughan Date: Fri, 29 Jun 2001 21:58:16 +0000 (+0000) Subject: From Bruno Haible X-Git-Tag: release-1-4-1~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b523dd8cfe4f8ff48f8de130c3335b37ca9a1da8;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 5ed24e043..4b27bb910 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 c21083c8c..5bc2e687f 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -23,6 +23,9 @@ ## the same distribution terms that you use for the rest of that program. # serial 46 AC_PROG_LIBTOOL + +builtin([undefine],[symbols]) + AC_DEFUN([AC_PROG_LIBTOOL], [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl