X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=libgc%2Fautogen.sh;h=ceea56c962f81f09757d3dece2921baf0e3f7db1;hb=a79407fbe085214f4bcff6d328a6d0a450d26fff;hp=0afebcff7e19c12703f82a91730792a671d9f92e;hpb=6110fc90713ce59ff0996fcd3520e09a96575820;p=mono.git diff --git a/libgc/autogen.sh b/libgc/autogen.sh index 0afebcff7e1..ceea56c962f 100755 --- a/libgc/autogen.sh +++ b/libgc/autogen.sh @@ -67,7 +67,7 @@ if test "$DIE" -eq 1; then exit 1 fi -if test -z "$*"; then +if test x$NOCONFIGURE = x && test -z "$*"; then echo "**Warning**: I am going to run \`configure' with no arguments." echo "If you wish to pass any to it, please specify them on the" echo \`$0\'" command line." @@ -80,7 +80,7 @@ xlc ) esac -if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then +if grep "^AC_PROG_LIBTOOL" configure.in >/dev/null; then if test -z "$NO_LIBTOOLIZE" ; then echo "Running libtoolize..." ${LIBTOOL}ize --force --copy