diff options
author | Alexandre Duret-Lutz <adl@gnu.org> | 2002-09-20 10:10:22 +0000 |
---|---|---|
committer | Alexandre Duret-Lutz <adl@gnu.org> | 2002-09-20 10:10:22 +0000 |
commit | a61e2de1fb91169af5f436af3d2213d325e64a36 (patch) | |
tree | 3ca9d33a5e45fb02c194a387e5dc51520d786f9d /m4/cond.m4 | |
parent | 351abce9900b7a3e1b56000fa0450da3d054d5ca (diff) | |
download | automake-a61e2de1fb91169af5f436af3d2213d325e64a36.tar.gz |
For PR automake/363:
* m4/cond.m4: Fix AC_MSG_ERROR quoting.
Diffstat (limited to 'm4/cond.m4')
-rw-r--r-- | m4/cond.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/cond.m4 b/m4/cond.m4 index 04ca58f31..09f4073d9 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])]) |