m4-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: 40-gary-fix-configure-bad-substitution.patch


From: Gary V. Vaughan
Subject: FYI: 40-gary-fix-configure-bad-substitution.patch
Date: Thu, 14 Aug 2003 16:54:41 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5b) Gecko/20030804

Applied to HEAD.
--
  ())_.  Gary V. Vaughan    gary@(oranda.demon.co.uk|gnu.org)
  ( '/   Research Scientist http://www.oranda.demon.co.uk       ,_())____
  / )=   GNU Hacker         http://www.gnu.org/software/libtool  \'      `&
`(_~)_   Tech' Author       http://sources.redhat.com/autobook   =`---d__/
Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>
        * config/debug.m4 (M4_AC_CHECK_DEBUGGING): Don't AC_REQUIRE a
        macro that requires arguments! This stops the shell's bad
        substitution error at configure time.

Index: config/debug.m4
===================================================================
RCS file: /cvsroot/m4/m4/config/debug.m4,v
retrieving revision 1.5
diff -u -p -u -r1.5 debug.m4
--- config/debug.m4 11 Jun 2003 17:07:39 -0000 1.5
+++ config/debug.m4 14 Aug 2003 13:31:20 -0000
@@ -27,7 +27,6 @@
 # Debugging Support
 AC_DEFUN([M4_AC_CHECK_DEBUGGING],
 [AC_REQUIRE([AC_PROG_CC])
-AC_REQUIRE([AC_LIBTOOL_COMPILER_OPTION])
 AC_ARG_ENABLE([debug], [AC_HELP_STRING([--enable-debug],
                            [build for debugging [default=no]])])
 AC_MSG_CHECKING(for compilation debug mode)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]