aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Crichton <crichton@src.gnome.org>1998-12-09 01:16:35 +0800
committerMark Crichton <crichton@src.gnome.org>1998-12-09 01:16:35 +0800
commit0f2f9d35446025374e0c0e29b4b769e255238ac4 (patch)
treed3826ea08b1ee187f7e85816785143005f7b4954
parent063f27f0a114c0fc67a70073e04fe5dcc16ff2e6 (diff)
downloadgsoc2013-evolution-0f2f9d35446025374e0c0e29b4b769e255238ac4.tar
gsoc2013-evolution-0f2f9d35446025374e0c0e29b4b769e255238ac4.tar.gz
gsoc2013-evolution-0f2f9d35446025374e0c0e29b4b769e255238ac4.tar.bz2
gsoc2013-evolution-0f2f9d35446025374e0c0e29b4b769e255238ac4.tar.lz
gsoc2013-evolution-0f2f9d35446025374e0c0e29b4b769e255238ac4.tar.xz
gsoc2013-evolution-0f2f9d35446025374e0c0e29b4b769e255238ac4.tar.zst
gsoc2013-evolution-0f2f9d35446025374e0c0e29b4b769e255238ac4.zip
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 c802b64313..e756e86ede 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