From: Gustavo J. A. M. Carneiro Date: Fri, 20 Jun 2003 00:13:25 +0000 (+0000) Subject: Inserted missing "cd $dirname" to effectively process subdirectories, X-Git-Tag: GNOME_COMMON_2_4_0~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=af3face3d2251f168bb527c35ad1bd1ad19a8dd2;p=platform%2Fupstream%2Fgnome-common.git Inserted missing "cd $dirname" to effectively process subdirectories, 2003-06-19 Gustavo J. A. M. Carneiro * 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.] svn path=/trunk/; revision=2906 --- diff --git a/macros2/ChangeLog b/macros2/ChangeLog index 836aac7..3db1148 100644 --- a/macros2/ChangeLog +++ b/macros2/ChangeLog @@ -1,3 +1,12 @@ +2003-06-19 Gustavo J. A. M. Carneiro + + * 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 * autogen.sh: Ignore {arch} subdirectories. Fixes bug #113327. diff --git a/macros2/autogen.sh b/macros2/autogen.sh index 560f374..a8cfa1f 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..."