mirror of
https://github.com/transmission/transmission
synced 2024-12-23 08:13:27 +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 $?
|
||||
|
||||
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 a new issue