From b523dd8cfe4f8ff48f8de130c3335b37ca9a1da8 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Fri, 29 Jun 2001 21:58:16 +0000 Subject: [PATCH] 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. --- ChangeLog | 5 +++++ libtool.m4 | 3 +++ 2 files changed, 8 insertions(+) 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 -- 2.47.2