mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-09 07:08:07 +02:00
Don't --enable-maintainer-mode from autogen.sh
Maintainer mode was removed some time ago, so setting it from autogen.sh has no effect.
This commit is contained in:
parent
fd4d40b94e
commit
5c2675eb81
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ ${AUTORECONF-autoreconf} -iv || exit $?
|
|||
cd $ORIGDIR
|
||||
|
||||
if [ -z "$NOCONFIGURE" ] && [ "$1" != --no-configure ]; then
|
||||
"$srcdir"/configure --enable-maintainer-mode "$@"
|
||||
"$srcdir"/configure "$@"
|
||||
echo
|
||||
echo "Now type 'make' to compile $PROJECT."
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue