X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=autogen.sh;h=898b2d80beb5bda8afb2db16c0bffe3cf0cbe86d;hb=198e553ae49884e54a7180405a344942a37bc28e;hp=ce0c26c87ac5999e2cd4ae0993bbefee669b41ab;hpb=a097b5471761180c4aae2dab224ed9caeeae3e86;p=mono.git diff --git a/autogen.sh b/autogen.sh index ce0c26c87ac..898b2d80beb 100755 --- a/autogen.sh +++ b/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.in >/dev/null; then fi fi -echo "Running aclocal $ACLOCAL_FLAGS ..." -aclocal $ACLOCAL_FLAGS || { +echo "Running aclocal -I . $ACLOCAL_FLAGS ..." +aclocal -I . $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" @@ -119,7 +119,7 @@ if grep "^AM_CONFIG_HEADER" configure.in >/dev/null; then fi echo "Running automake --gnu $am_opt ..." -automake --add-missing --gnu $am_opt || +automake --add-missing --gnu -Wno-portability $am_opt || { echo "**Error**: automake failed."; exit 1; } echo "Running autoconf ..." autoconf || { echo "**Error**: autoconf failed."; exit 1; } @@ -130,6 +130,12 @@ if test -d $srcdir/libgc; then echo Done running libgc/autogen.sh ... fi +if test -d $srcdir/eglib; then + echo Running eglib/autogen.sh ... + (cd $srcdir/eglib ; NOCONFIGURE=1 ./autogen.sh "$@") + echo Done running eglib/autogen.sh ... +fi + conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c