]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtoolize.m4sh (func_check_macros): Display m4 quotes correctly
authorGary V. Vaughan <gary@gnu.org>
Tue, 6 Mar 2007 00:56:00 +0000 (00:56 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 6 Mar 2007 00:56:00 +0000 (00:56 +0000)
in AC_CONFIG_MACRO_DIR diagnostics.

ChangeLog
libtoolize.m4sh

index 507fe50ec172ada4af23be1d7795125c0e28d227..f84096f7ce6887d2b0810406106c0bde91a15c21 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-03-05  Gary V. Vaughan  <gary@gnu.org>
 
+       * libtoolize.m4sh (func_check_macros): Display m4 quotes correctly
+       in AC_CONFIG_MACRO_DIR diagnostics.
+
        * libltdl/config/general.m4sh (M4SH_VERBATIM): New macro to
        simplify m4sh quote quoting in blocks of raw shell code.
        * clcommit.m4sh, libtoolize.m4sh, libltdl/config/getopt.m4sh,
index 251b0af59157baadae0f2661559855dba85cb033..8696bb961e86f3a2468c709a5801797699a1bf3e 100644 (file)
@@ -900,10 +900,10 @@ func_check_macros ()
     # Suggest modern idioms for storing autoconf macros:
     if test -z "$macrodir$ltdldir"; then
       if test x"$m4dir" = x.; then
-       func_echo "Consider adding \`AC_CONFIG_MACRO_DIR(m4)' to $configure_ac and rerunning"
+       func_echo "Consider adding \`AC_CONFIG_MACRO_DIR([m4])' to $configure_ac and rerunning"
        func_echo " libtoolize, to keep the correct libtool macros in-tree."
       else
-       func_echo "Consider adding \`AC_CONFIG_MACRO_DIR($m4dir)'to $configure.ac,"
+       func_echo "Consider adding \`AC_CONFIG_MACRO_DIR([$m4dir])'to $configure.ac,"
        func_echo "and rerunning libtoolize."
       fi
     elif test -z "$m4dir"; then