summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Crichton <crichton@src.gnome.org>1998-12-08 17:16:35 +0000
committerMark Crichton <crichton@src.gnome.org>1998-12-08 17:16:35 +0000
commitc6a2f5b22f2ade65031f593f98ff27fa5b21f10b (patch)
treefbf8823c5035c9b5d46e3575131569114b6fd2b7
parent570a0e7fafbe5c87aaefb8fbb9cdbfe5742f9013 (diff)
downloadgnome-common-c6a2f5b22f2ade65031f593f98ff27fa5b21f10b.tar.gz
Ok, the check for NO-AUTO-GEN is now working. This was borking up the
Ok, the check for NO-AUTO-GEN is now working. This was borking up the gnome-guile compile. (It was testing for $srcdir/configure.in/NO-AUTO-GEN instead of $srcdir/NO-AUTO-GEN) Mark Crichton svn path=/trunk/; revision=512
-rw-r--r--macros/autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh
index c802b64..e756e86 100644
--- a/macros/autogen.sh
+++ b/macros/autogen.sh
@@ -71,7 +71,7 @@ esac
for coin in `find $srcdir -name configure.in -print`
do
dr=`dirname $coin`
- if test -f $coin/NO-AUTO-GEN; then
+ if test -f $dr/NO-AUTO-GEN; then
echo skipping $dr -- flagged as no auto-gen
else
echo processing $dr