From 8efdcc5464295d91c3d9afa04c6177500be8d26f Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 20 Sep 2002 10:10:20 +0000 Subject: [PATCH] For PR automake/363: * m4/cond.m4: Fix AC_MSG_ERROR quoting. --- ChangeLog | 5 +++++ THANKS | 1 + aclocal.m4 | 2 +- m4/cond.m4 | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c45626de..371975a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-09-20 Mirko Streckenbach + + For PR automake/363: + * m4/cond.m4: Fix AC_MSG_ERROR quoting. + 2002-09-19 Pavel Roskin * tests/warnopts.test: Fix random failures by removing Autoconf diff --git a/THANKS b/THANKS index e503521e..b80707cc 100644 --- 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 diff --git a/aclocal.m4 b/aclocal.m4 index f7c2836a..1fbecfa1 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -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])]) diff --git a/m4/cond.m4 b/m4/cond.m4 index 04ca58f3..09f4073d 100644 --- a/m4/cond.m4 +++ b/m4/cond.m4 @@ -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])]) -- 2.43.5