From: Gary V. Vaughan Date: Tue, 6 Mar 2007 00:56:00 +0000 (+0000) Subject: * libtoolize.m4sh (func_check_macros): Display m4 quotes correctly X-Git-Tag: release-2-1b~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cac951583ed60bf477d5fa86dd0d2df2754cdb3a;p=thirdparty%2Flibtool.git * libtoolize.m4sh (func_check_macros): Display m4 quotes correctly in AC_CONFIG_MACRO_DIR diagnostics. --- diff --git a/ChangeLog b/ChangeLog index 507fe50ec..f84096f7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-03-05 Gary V. Vaughan + * 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, diff --git a/libtoolize.m4sh b/libtoolize.m4sh index 251b0af59..8696bb961 100644 --- a/libtoolize.m4sh +++ b/libtoolize.m4sh @@ -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