projects
/
platform
/
upstream
/
libdrm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
autogen.sh: Restore passing --enable-maintainer-mode to configure.
[platform/upstream/libdrm.git]
/
autogen.sh
1
#! /bin/sh
2
3
test -n "$srcdir" || srcdir=`dirname "$0"`
4
test -n "$srcdir" || srcdir=.
5
autoreconf --force --install --verbose "$srcdir"
6
test -n "$NOCONFIGURE" || "$srcdir/configure" --enable-maintainer-mode "$@"