]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 2 Oct 2005 21:36:29 +0000 (21:36 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 2 Oct 2005 21:36:29 +0000 (21:36 +0000)
ChangeLog
lib/autoconf/status.m4

index c16e3a864dd1785979e450ba4510172b4d9698ba..2f09c9c8eda26a77d927d7de3680b957fe5f6c6f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+        * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance
+        parentheses.  (tiny change)
+
 2005-09-27  Stepan Kasal  <kasal@ucw.cz>
 
        * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
index 2d2a71b989a170de843b48ddf3e8b7615098fad0..94e7ce7e4af2d192bbcae8051bf4e8b7c1d24d1e 100644 (file)
@@ -311,7 +311,7 @@ dnl One cannot portably go further than 100 commands because of HP-UX.
 # ------------------------
 # Create the sed scripts needed for CONFIG_FILES.
 # Support multiline substitutions and make sure that the substitutions are
-# not evaluated recursively. 
+# not evaluated recursively.
 # The intention is to have readable config.status and configure, even
 # though this m4 code might be scaring.
 #
@@ -923,7 +923,7 @@ if test "$no_recursion" != yes; then
     # parts of a large source tree are present.
     test -d $srcdir/$ac_dir || continue
 
-    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir"
+    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
     _AS_ECHO_LOG([$ac_msg])
     _AS_ECHO([$ac_msg])
     AS_MKDIR_P(["$ac_dir"])
@@ -1321,7 +1321,7 @@ $debug ||
 }
 dnl The comment above AS_TMPDIR says at most 4 chars are allowed.
 AS_TMPDIR([conf], [.])
+
 m4_ifdef([_AC_SEEN_CONFIG(FILES)], [_AC_OUTPUT_FILES_PREPARE])[]dnl
 
 for ac_tag in[]dnl