1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-23 16:24:02 +00:00

remove the '--enable-maintainer-mode' arguments in autogen.sh

This commit is contained in:
Charles Kerr 2010-11-25 01:06:59 +00:00
parent 9469e7cb31
commit 4f3ea71479

View file

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