]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
From Bruno Haible <haible@ilog.fr>
authorGary V. Vaughan <gary@gnu.org>
Fri, 29 Jun 2001 21:58:16 +0000 (21:58 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 29 Jun 2001 21:58:16 +0000 (21:58 +0000)
* 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.

ChangeLog
libtool.m4

index 5ed24e043fe7ca306f8366a8f6308025571a3be3..4b27bb9101e865caf94ae4acbdee1662d6fe09d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2001-06-29  Gary V. Vaughan  <gary@gnu.org>
 
+       From Bruno Haible <haible@ilog.fr>
+       * 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." <gin@mo.msk.ru>
        * tests/Makefile.am (CPPLAGS): Typo. s/CPPLAGS/CPPFLAGS.
 
index c21083c8c2d2e6960da57ca1d4664913bbe3a8f7..5bc2e687f064d2d808a0561ca396059d5e737fd3 100644 (file)
@@ -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