]> sourceware.org Git - automake.git/commitdiff
For PR automake/363:
authorAlexandre Duret-Lutz <adl@gnu.org>
Fri, 20 Sep 2002 10:10:20 +0000 (10:10 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Fri, 20 Sep 2002 10:10:20 +0000 (10:10 +0000)
* m4/cond.m4: Fix AC_MSG_ERROR quoting.

ChangeLog
THANKS
aclocal.m4
m4/cond.m4

index c45626def04c79032650e12bb2026e5f38f5ed70..371975a4016df54e68d87fc5478c74cd8fde570d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-20  Mirko Streckenbach  <strecken@infosun.fmi.uni-passau.de>
+
+       For PR automake/363:
+       * m4/cond.m4: Fix AC_MSG_ERROR quoting.
+
 2002-09-19  Pavel Roskin  <proski@gnu.org>
 
        * tests/warnopts.test: Fix random failures by removing Autoconf
diff --git a/THANKS b/THANKS
index e503521e9e1caaec5a2e63142e9564de4d9627c3..b80707cca172141e1b75632842be4e0028050f25 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -129,6 +129,7 @@ Michel de Ruiter    mdruiter@cs.vu.nl
 Miles Bader            miles@ccs.mt.nec.co.jp
 Miloslav Trmac         trmac@popelka.ms.mff.cuni.cz
 Miodrag Vallat         miodrag@ifrance.com
+Mirko Streckenbach     strecken@infosun.fmi.uni-passau.de
 Morten Eriksen         mortene@sim.no
 Motoyuki Kasahara      m-kasahr@sra.co.jp
 Nelson H. F. Beebe     beebe@math.utah.edu
index f7c2836a80ebd551537fce99455046bc2e5fcbdf..1fbecfa1576408a6f4b8e07e829e562a5b213daa 100644 (file)
@@ -779,7 +779,7 @@ else
 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 04ca58f317af6a6f4aa7788fea58fb62d5a1d963..09f4073d9e368a5dfd21ba4da33b748dc26aa1c6 100644 (file)
@@ -38,6 +38,6 @@ else
 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])])
This page took 0.032724 seconds and 5 git commands to generate.