summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--macros2/ChangeLog9
-rw-r--r--macros2/autogen.sh1
2 files changed, 10 insertions, 0 deletions
diff --git a/macros2/ChangeLog b/macros2/ChangeLog
index 836aac78..3db11484 100644
--- a/macros2/ChangeLog
+++ b/macros2/ChangeLog
@@ -1,3 +1,12 @@
+2003-06-19 Gustavo J. A. M. Carneiro <gustavo@users.sourceforge.net>
+
+ * autogen.sh: Inserted missing "cd $dirname" to effectively
+ process subdirectories, since all it was doing was to process the
+ toplevel dir multiple times.
+
+ [Editor's note: also reported with patch by Elijah Newren in bug
+ #115481.]
+
2003-05-21 Malcolm Tredinnick <malcolm@commsecure.com.au>
* autogen.sh: Ignore {arch} subdirectories. Fixes bug #113327.
diff --git a/macros2/autogen.sh b/macros2/autogen.sh
index 560f374d..a8cfa1f0 100644
--- a/macros2/autogen.sh
+++ b/macros2/autogen.sh
@@ -319,6 +319,7 @@ for configure_ac in $configure_files; do
echo skipping $dirname -- flagged as no auto-gen
else
printbold "Processing $configure_ac"
+ cd $dirname
aclocalinclude="$ACLOCAL_FLAGS"
printbold "Running $ACLOCAL..."