From 10d2e887ee5a13f62e730fb6d153da5a7fa8dd83 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Thu, 5 Nov 2009 23:33:27 +0100 Subject: Get rid of --enable-mintainer-mode switch The switch is not used anymore --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@ -- cgit v1.2.3