projects
/
platform
/
upstream
/
orc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfb8dce
)
autogen: remove --enable-gtk-doc
author
David Schleef
<ds@schleef.org>
Wed, 11 Aug 2010 20:44:10 +0000
(13:44 -0700)
committer
David Schleef
<ds@schleef.org>
Wed, 11 Aug 2010 20:44:10 +0000
(13:44 -0700)
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index
1d04f38
..
8ce71a7
100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-1,5
+1,5
@@
#!/bin/sh
autoreconf -i -f &&
-./configure --disable-static
--enable-gtk-doc
$@
+./configure --disable-static
$confargs
$@