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
commit50085ce7225c67619bae4a3bfef148fb7c288ba2 (patch)
tree01b0aa15592e10e3c9d09a27ee6a3dc6ba711c56
parentbeb18bb0e6ad79184f26132310e537331d589ada (diff)
downloadgnome-common-50085ce7225c67619bae4a3bfef148fb7c288ba2.tar.gz
Ignore {arch} subdirectories. Fixes bug #113327.
* autogen.sh: Ignore {arch} subdirectories. Fixes bug #113327. svn path=/trunk/; 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 649a5d1..836aac7 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-05-04 Malcolm Tredinnick <malcolm@commsecure.com.au>
* autogen.sh:
diff --git a/macros2/autogen.sh b/macros2/autogen.sh
index dd48cdc..cf95289 100644
--- a/macros2/autogen.sh
+++ b/macros2/autogen.sh
@@ -215,7 +215,7 @@ want_intltool=false
want_pkg_config=false
want_gtk_doc=false
-configure_files="`find $srcdir -name configure.ac -print -or -name configure.in -print`"
+configure_files="`find $srcdir -name '{arch}' -prune -o -name configure.ac -print -or -name configure.in -print`"
for configure_ac in $configure_files; do
if grep "^A[CM]_PROG_LIBTOOL" $configure_ac >/dev/null; then
want_libtool=true