bug-autoconf
[Top][All Lists]
Advanced

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

Re: autoconf-2.57d regression: AC_HELP_STRING is broken


From: Akim Demaille
Subject: Re: autoconf-2.57d regression: AC_HELP_STRING is broken
Date: Fri, 26 Sep 2003 11:13:13 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

 > Hi,
 > libtool 1.5 uses AC_HELP_STRING, and with autoconf-2.57d this macro
 > now produces an empty string instead of an explanation of the option.

A very stupid overquotation problem, thanks for the report.

Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
        arguments.
        Actually, use AU_ALIAS.
        From Bruno Haible.

Index: lib/autoconf/general.m4
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/autoconf/general.m4,v
retrieving revision 1.817
diff -u -u -r1.817 general.m4
--- lib/autoconf/general.m4 21 Aug 2003 17:25:31 -0000 1.817
+++ lib/autoconf/general.m4 26 Sep 2003 09:09:58 -0000
@@ -215,11 +215,8 @@
 
 
 # AU::AC_HELP_STRING(LHS, RHS, [COLUMN])
-# ----------------------------------
-AU_DEFUN([AC_HELP_STRING],
-[AS_HELP_STRING(address@hidden)dnl
-])
-
+# --------------------------------------
+AU_ALIAS([AC_HELP_STRING], [AS_HELP_STRING])







reply via email to

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