From 62d136ed8a49fa0f9de5c578616d92041aff446c Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Tue, 20 Oct 2009 06:30:26 +0000 Subject: autogen.sh: pass --enable-maintainer-mode to configure --- diff --git a/autogen.sh b/autogen.sh index 1cd5db4..b02ffac 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,4 +2,4 @@ export ACLOCAL="aclocal -I m4" autoreconf -i -./configure "$@" +./configure --enable-maintainer-mode "$@" -- cgit v0.9.1