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
This commit is contained in:
Mark Crichton
1998-12-08 17:16:35 +00:00
parent 063f27f0a1
commit 0f2f9d3544

View File

@ -71,7 +71,7 @@ esac
for coin in `find $srcdir -name configure.in -print` for coin in `find $srcdir -name configure.in -print`
do do
dr=`dirname $coin` 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 echo skipping $dr -- flagged as no auto-gen
else else
echo processing $dr echo processing $dr