X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=eglib%2Fautogen.sh;h=66f980a9b18938dc8f79ccb3578dbc1627b880a2;hb=af429ecfd032833979f6b4a70f142cefcaa7c1a7;hp=bce3a516ee66adcc1229be328b1e74d1a60ebc03;hpb=cccbf6a4b7152c24fafc319e77060a4723a8560e;p=mono.git diff --git a/eglib/autogen.sh b/eglib/autogen.sh index bce3a516ee6..66f980a9b18 100755 --- a/eglib/autogen.sh +++ b/eglib/autogen.sh @@ -82,7 +82,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." @@ -102,8 +102,8 @@ if grep "^AM_PROG_LIBTOOL" configure.ac >/dev/null; then fi fi -echo "Running aclocal $ACLOCAL_FLAGS ..." -aclocal $ACLOCAL_FLAGS || { +echo "Running aclocal -I m4 $ACLOCAL_FLAGS ..." +aclocal -I m4 $ACLOCAL_FLAGS || { echo echo "**Error**: aclocal failed. This may mean that you have not" echo "installed all of the packages you need, or you may need to" @@ -113,7 +113,7 @@ aclocal $ACLOCAL_FLAGS || { exit 1 } -if grep "^AM_CONFIG_HEADER" configure.ac >/dev/null; then +if grep "^AC_CONFIG_HEADERS" configure.ac >/dev/null; then echo "Running autoheader..." autoheader || { echo "**Error**: autoheader failed."; exit 1; } fi @@ -125,7 +125,7 @@ echo "Running autoconf ..." autoconf || { echo "**Error**: autoconf failed."; exit 1; } -conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c +conf_flags="--enable-maintainer-mode" #--enable-compile-warnings --enable-iso-c if test x$NOCONFIGURE = x; then echo Running $srcdir/configure $conf_flags "$@" ...