projects
/
platform
/
upstream
/
fontconfig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1bb01b
)
Remove --enable-maintainer-mode from autogen.sh
author
Behdad Esfahbod
<behdad@behdad.org>
Fri, 11 Mar 2011 22:40:38 +0000
(19:40 -0300)
committer
Behdad Esfahbod
<behdad@behdad.org>
Fri, 11 Mar 2011 22:40:38 +0000
(19:40 -0300)
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index
820c457
..
df4cd41
100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-115,8
+115,8
@@
$AUTOCONF
cd $ORIGDIR
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."