comparison autogen.sh @ 9645:4531741e5236

configure tweaks
author John W. Eaton <jwe@octave.org>
date Tue, 15 Sep 2009 13:48:39 -0400
parents e50b44b75891
children 0d4613a736e9
comparison
equal deleted inserted replaced
9644:080e11f1b0c1 9645:4531741e5236
20 echo "Download the appropriate package for your distribution," 20 echo "Download the appropriate package for your distribution,"
21 echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/" 21 echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/"
22 exit 1 22 exit 1
23 } 23 }
24 24
25 for i in `find . -name configure.in -print`; do ( 25 for i in `find . -name configure.ac -print`; do (
26 dir=`dirname $i` 26 dir=`dirname $i`
27 cd $dir 27 cd $dir
28 pwd 28 pwd
29 if [ -f skip-autoconf ]; then 29 if [ -f skip-autoconf ]; then
30 echo "skipping autoconf in $dir" 30 echo "skipping autoconf in $dir"