summaryrefslogtreecommitdiff
path: root/m4/m4.m4
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-04-25 17:02:47 +0200
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-04-26 20:34:14 +0200
commit5dc7189c00f37f9542ad8dba0c9266d372b0e117 (patch)
tree6c6cdee4341f03fecdbf96ec78c771150787b860 /m4/m4.m4
parent8638bebc97ce55d0f36172c83505df00dcf2804e (diff)
downloadautoconf-5dc7189c00f37f9542ad8dba0c9266d372b0e117.tar.gz
Error and warning message formatting cleanups.
* doc/autoconf.texi (Autoconf Language, Generic Structures): Do not capitalize the first word in error messages, do not end them with a period. * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS, AC_MSG_FAILURE): Likewise. * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Likewise. * lib/autotest/general.m4 (AT_INIT, at_fn_group_prepare): Likewise. * m4/m4.m4 (AC_PROG_GNU_M4): Likewise. * tests/base.at (AC_TRY_COMMAND): Likewise. * tests/torture.at (datarootdir workaround): Adjust expected message. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Diffstat (limited to 'm4/m4.m4')
-rw-r--r--m4/m4.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/m4.m4 b/m4/m4.m4
index 4a2d0d17..277b9c02 100644
--- a/m4/m4.m4
+++ b/m4/m4.m4
@@ -51,8 +51,8 @@ GNU M4 1.4.6 or later is required; 1.4.14 is recommended])])])
if test x$ac_had_posixly_correct = xyes; then
POSIXLY_CORRECT=:
if test $ac_cv_prog_gnu_m4_gnu = no; then
- AC_MSG_WARN([The version of M4 that was found does not support -g.])
- AC_MSG_WARN([Using it with POSIXLY_CORRECT set may cause problems.])
+ AC_MSG_WARN([the version of M4 that was found does not support -g])
+ AC_MSG_WARN([using it with POSIXLY_CORRECT set may cause problems])
fi
fi
AC_CACHE_CHECK([how m4 supports trace files], [ac_cv_prog_gnu_m4_debugfile],