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:
@ -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
|
||||||
|
Reference in New Issue
Block a user