summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm@src.gnome.org>2003-05-20 16:28:44 +0000
committerMalcolm Tredinnick <malcolm@src.gnome.org>2003-05-20 16:28:44 +0000
commitd12c671484d7937fc0200a6348bdfa0426946453 (patch)
treee27ef9fbafc39e2c6768c82b013ed773d64f43d6
parent60dedb335c7dadbeff1fd0dc21b127acbb57e226 (diff)
downloadshared-mime-info-gnome-2-2.tar.gz
Ignore {arch} subdirectories. Fixes bug #113327.gnome-2-2
* autogen.sh: Ignore {arch} subdirectories. Fixes bug #113327. svn path=/branches/gnome-2-2/; revision=2903
-rw-r--r--macros2/ChangeLog4
-rw-r--r--macros2/autogen.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/macros2/ChangeLog b/macros2/ChangeLog
index 06dccdc1..5756b02a 100644
--- a/macros2/ChangeLog
+++ b/macros2/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-21 Malcolm Tredinnick <malcolm@commsecure.com.au>
+
+ * autogen.sh: Ignore {arch} subdirectories. Fixes bug #113327.
+
2003-02-14 Kalpesh Shah <kalpesh.shah@sun.com>
* check-utmp.m4: initialize UTMP structure properly.
diff --git a/macros2/autogen.sh b/macros2/autogen.sh
index 10e1b367..7ac8d05a 100644
--- a/macros2/autogen.sh
+++ b/macros2/autogen.sh
@@ -117,7 +117,7 @@ xlc )
am_opt=--include-deps;;
esac
-for coin in `find $srcdir -name configure.in -print -o -name configure.ac -print`
+for coin in `find $srcdir -name '{arch}' -prune -o -name configure.in -print -o -name configure.ac -print`
do
dr=`dirname $coin`
bn=`basename $coin`