From 5dc7189c00f37f9542ad8dba0c9266d372b0e117 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Sun, 25 Apr 2010 17:02:47 +0200 Subject: 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 --- m4/m4.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'm4') 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], -- cgit v1.2.1