2010-04-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ 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.
--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
#
# 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],
@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
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;;
# 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])
## 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$])