mirror of
https://github.com/X11Libre/xf86-video-ati.git
synced 2026-03-24 01:24:43 +00:00
autogen.sh: Restore passing --enable-maintainer-mode to configure
Looks like this was accidentally dropped when the GNOME Build API was implemented.
This commit is contained in:
committed by
Michel Dänzer
parent
365e571d9d
commit
7ce43639a8
@@ -10,5 +10,5 @@ autoreconf -v --install || exit 1
|
||||
cd $ORIGDIR || exit $?
|
||||
|
||||
if test -z "$NOCONFIGURE"; then
|
||||
$srcdir/configure "$@"
|
||||
$srcdir/configure --enable-maintainer-mode "$@"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user