diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2012-06-08 15:23:46 +0200 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2012-06-08 15:23:46 +0200 |
commit | 247521a8909f4ca889a4bc09755cda9ff200061d (patch) | |
tree | 206355693bc38ac1232c6d56de7c715998f7beaa | |
parent | 93a5117d5b05b7b4cd1cb481a10b8565c63fb5ba (diff) |
autogen.sh: Restore passing --enable-maintainer-mode to configure.
Otherwise build system files aren't automagically regenerated after updating
from Git.
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,4 +3,4 @@ test -n "$srcdir" || srcdir=`dirname "$0"` test -n "$srcdir" || srcdir=. autoreconf --force --install --verbose "$srcdir" -test -n "$NOCONFIGURE" || "$srcdir/configure" "$@" +test -n "$NOCONFIGURE" || "$srcdir/configure" --enable-maintainer-mode "$@" |