From dd4d6a195e6da2adb51c7ea6ff771d070ee3d896 Mon Sep 17 00:00:00 2001 From: Huang Peng Date: Thu, 19 Jun 2008 18:37:35 +0800 Subject: [PATCH] Add opt --enable-maintainer-mode in autogen.sh. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index fdc289f..b8a32ec 100755 --- a/autogen.sh +++ b/autogen.sh @@ -8,4 +8,4 @@ aclocal -I m4 autoheader automake --add-missing --copy autoconf -./configure $* +./configure --enable-maintainer-mode $* -- 2.7.4