summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-03-22 21:50:07 -0700
committerKeith Packard <keithp@keithp.com>2012-03-22 21:50:07 -0700
commitbde0d6c91cbd9fed42b9ade94b0459dbf93decaf (patch)
tree33d2a27c37ba36fb7716e652bae9c818e703a71e
parente3aa260a96ba33e046a51fb0576ff0962b9e68e4 (diff)
Run configure from autogen.sh
It's conventional, and nice to include --enable-maintainer-mode automatically anyways. Signed-off-by: Keith Packard <keithp@keithp.com>
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index a4fa9a2..c704cc7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,3 +8,5 @@ cd $srcdir
autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
+
+$srcdir/configure --enable-maintainer-mode "$@" \ No newline at end of file