#701: Run configure at the end of autogen.sh

This commit is contained in:
Charles Kerr 2008-04-12 23:24:30 +00:00
parent 8a8b1fedb0
commit 333b49b03d
1 changed files with 8 additions and 0 deletions

View File

@ -34,3 +34,11 @@ fi
cd $ORIGDIR || exit $?
if test -z "$AUTOGEN_SUBDIR_MODE"; then
echo Running $srcdir/configure --enable-maintainer-mode "$@"
$srcdir/configure --enable-maintainer-mode "$@"
echo
echo "Now type 'make' to compile $PROJECT."
fi