summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2009-11-05 23:33:27 +0100
committerBenjamin Otte <otte@gnome.org>2009-11-05 23:33:27 +0100
commit10d2e887ee5a13f62e730fb6d153da5a7fa8dd83 (patch)
tree2a6903d5c2f48a495c4f2882e0cbe20e53a6d81f
parentd8aa1c238403971b01243db3eeb6e1354ec0d960 (diff)
Get rid of --enable-mintainer-mode switchHEADmaster
The switch is not used anymore
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 13824b4..a1b08ef 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,3 +1,3 @@
#!/bin/sh
autoreconf -i -f &&
-./configure --enable-maintainer-mode --disable-static $@
+./configure --disable-static $@