automake-patches
[Top][All Lists]
Advanced

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

FYI: PR/363


From: Alexandre Duret-Lutz
Subject: FYI: PR/363
Date: 20 Sep 2002 12:09:58 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

I'm checking this in.

2002-09-20  Mirko Streckenbach  <address@hidden>

        For PR automake/363:
        * m4/cond.m4: Fix AC_MSG_ERROR quoting.

Index: THANKS
===================================================================
RCS file: /cvs/automake/automake/THANKS,v
retrieving revision 1.184
diff -u -r1.184 THANKS
--- THANKS      2 Aug 2002 16:10:28 -0000       1.184
+++ THANKS      20 Sep 2002 10:07:43 -0000
@@ -129,6 +129,7 @@
 Miles Bader            address@hidden
 Miloslav Trmac         address@hidden
 Miodrag Vallat         address@hidden
+Mirko Streckenbach     address@hidden
 Morten Eriksen         address@hidden
 Motoyuki Kasahara      address@hidden
 Nelson H. F. Beebe     address@hidden
Index: aclocal.m4
===================================================================
RCS file: /cvs/automake/automake/aclocal.m4,v
retrieving revision 1.100
diff -u -r1.100 aclocal.m4
--- aclocal.m4  19 Sep 2002 07:31:48 -0000      1.100
+++ aclocal.m4  20 Sep 2002 10:07:45 -0000
@@ -779,7 +779,7 @@
 fi
 AC_CONFIG_COMMANDS_PRE(
 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
-  AC_MSG_ERROR([conditional \"$1\" was never defined.
+  AC_MSG_ERROR([conditional "$1" was never defined.
 Usually this means the macro was only invoked conditionally.])
 fi])])
 
Index: m4/cond.m4
===================================================================
RCS file: /cvs/automake/automake/m4/cond.m4,v
retrieving revision 1.8
diff -u -r1.8 cond.m4
--- m4/cond.m4  30 Dec 2001 20:07:35 -0000      1.8
+++ m4/cond.m4  20 Sep 2002 10:08:17 -0000
@@ -38,6 +38,6 @@
 fi
 AC_CONFIG_COMMANDS_PRE(
 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
-  AC_MSG_ERROR([conditional \"$1\" was never defined.
+  AC_MSG_ERROR([conditional "$1" was never defined.
 Usually this means the macro was only invoked conditionally.])
 fi])])


-- 
Alexandre Duret-Lutz





reply via email to

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