From 0f2f9d35446025374e0c0e29b4b769e255238ac4 Mon Sep 17 00:00:00 2001 From: Mark Crichton Date: Tue, 8 Dec 1998 17:16:35 +0000 Subject: 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 --- macros/autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3