From 8638bebc97ce55d0f36172c83505df00dcf2804e Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Sun, 25 Apr 2010 14:19:13 +0200 Subject: [PATCH] Fix placing of ellipses in English text. * lib/autoconf/general.m4 (_AC_INIT_HELP): Be sure to add a space before `...' in natural language text. * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL_BODY): Likewise. * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise. * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Likewise. * tests/suite.at: Likewise. * tests/torture.at (@%:@define header templates): Likewise. Signed-off-by: Ralf Wildenhues --- ChangeLog | 10 ++++++++++ lib/autoconf/general.m4 | 2 +- lib/autoconf/headers.m4 | 2 +- lib/autoconf/libs.m4 | 2 +- lib/autoconf/programs.m4 | 2 +- tests/suite.at | 2 +- tests/torture.at | 2 +- 7 files changed, 16 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index bbdfb17c..b55bf7a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2010-04-26 Ralf Wildenhues + Fix placing of ellipses in English text. + * lib/autoconf/general.m4 (_AC_INIT_HELP): Be sure to add a + space before `...' in natural language text. + * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL_BODY): + Likewise. + * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise. + * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Likewise. + * tests/suite.at: Likewise. + * tests/torture.at (@%:@define header templates): Likewise. + Ensure autotest tests have an atconfig file, for testsuite -v. * tests/autotest.at (AT_CHECK_AT_PREP): Create a default atconfig file in the directory of the testsuite. diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 648f6061..dfcc2b31 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -1027,7 +1027,7 @@ Configuration: --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit - -q, --quiet, --silent do not print \`checking...' messages + -q, --quiet, --silent do not print \`checking ...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for \`--cache-file=config.cache' -n, --no-create do not create output files diff --git a/lib/autoconf/headers.m4 b/lib/autoconf/headers.m4 index e32954b5..c8d34c0c 100644 --- a/lib/autoconf/headers.m4 +++ b/lib/autoconf/headers.m4 @@ -125,7 +125,7 @@ esac # # This is not based on _AC_CHECK_HEADER_COMPILE and _AC_CHECK_HEADER_PREPROC # because it obfuscate the code to try to factor everything, in particular -# because of the cache variables, and the `checking...' messages. +# because of the cache variables, and the `checking ...' messages. AC_DEFUN([_AC_CHECK_HEADER_MONGREL], [AC_REQUIRE_SHELL_FN([ac_fn_]_AC_LANG_ABBREV[_check_header_mongrel], [AS_FUNCTION_DESCRIBE([ac_fn_]_AC_LANG_ABBREV[_check_header_mongrel], diff --git a/lib/autoconf/libs.m4 b/lib/autoconf/libs.m4 index 73edad52..e3fa36db 100644 --- a/lib/autoconf/libs.m4 +++ b/lib/autoconf/libs.m4 @@ -177,7 +177,7 @@ libdir: @echo libdir='${LIBDIR}' _ACEOF if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then - # GNU make sometimes prints "make[1]: Entering...", which would confuse us. + # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. for ac_var in incroot usrlibdir libdir; do eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" done diff --git a/lib/autoconf/programs.m4 b/lib/autoconf/programs.m4 index 9741f7b4..4b9060f0 100644 --- a/lib/autoconf/programs.m4 +++ b/lib/autoconf/programs.m4 @@ -825,7 +825,7 @@ SHELL = /bin/sh all: @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF -# GNU make sometimes prints "make[1]: Entering...", which would confuse us. +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. case `${MAKE-make} -f conftest.make 2>/dev/null` in *@@@%%%=?*=@@@%%%*) eval ac_cv_prog_make_${ac_make}_set=yes;; diff --git a/tests/suite.at b/tests/suite.at index 3f0ce428..17bacb79 100644 --- a/tests/suite.at +++ b/tests/suite.at @@ -38,7 +38,7 @@ m4_include([base.at]) # Testing config.status # --------------------- # Actually should be named config.status.at but I fear problems with -# the name. Does no `checking...' at all, but exercises only code +# the name. Does no `checking ...' at all, but exercises only code # which following section use too. Hence, run it first. m4_include([torture.at]) diff --git a/tests/torture.at b/tests/torture.at index 82e94526..b68a21d8 100644 --- a/tests/torture.at +++ b/tests/torture.at @@ -596,7 +596,7 @@ AT_CLEANUP ## Require 100 AC_DEFINE and AC_SUBST and AC_SUBST_FILE with a significantly ## big value. This is mostly to check that Autoconf produces portable sed ## scripts in config.status. sed is used to skip the first two lines -## `Generated by...'. +## `Generated by ...'. # We use m4_for many times. m4_pattern_allow([^m4_for$]) -- 2.47.2