Remove --enable-maintainer-mode from autogen.sh
This commit is contained in:
parent
e1bb01bfdc
commit
9bfe7bad1c
|
@ -115,8 +115,8 @@ $AUTOCONF
|
|||
cd $ORIGDIR
|
||||
|
||||
if test -z "$AUTOGEN_SUBDIR_MODE"; then
|
||||
echo Running $srcdir/configure --enable-maintainer-mode "$@"
|
||||
$srcdir/configure --enable-maintainer-mode "$@"
|
||||
echo Running $srcdir/configure "$@"
|
||||
$srcdir/configure "$@"
|
||||
|
||||
echo
|
||||
echo "Now type 'make' to compile $PROJECT."
|
||||
|
|
Loading…
Reference in New Issue