[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
_AC_OUTPUT_SUBDIRS output
From: |
Ralf Wildenhues |
Subject: |
_AC_OUTPUT_SUBDIRS output |
Date: |
Sun, 2 Oct 2005 08:25:42 +0200 |
User-agent: |
Mutt/1.5.9i |
Another tiny change. :)
Cheers,
Ralf
* lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance
parentheses.
Index: lib/autoconf/status.m4
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/autoconf/status.m4,v
retrieving revision 1.75
diff -u -r1.75 status.m4
--- lib/autoconf/status.m4 23 Aug 2005 09:26:03 -0000 1.75
+++ lib/autoconf/status.m4 2 Oct 2005 06:22:39 -0000
@@ -923,7 +923,7 @@
# 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"])
- _AC_OUTPUT_SUBDIRS output,
Ralf Wildenhues <=