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:
parent
9469e7cb31
commit
4f3ea71479
1 changed files with 2 additions and 2 deletions
|
@ -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."
|
||||||
|
|
Loading…
Reference in a new issue