summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2004-12-05 04:14:17 +0000
committerKeith Packard <keithp@keithp.com>2004-12-05 04:14:17 +0000
commit38e528e77673f0395ab802cd1040947e307f0c6c (patch)
treeaaea7409dc27cff6483ad352854b27a5c31583de /autogen.sh
parente4125ef950ada3413a542dc457a4d36c5495dcd7 (diff)
Report command line for $srcdir/configure accurately. Bug #212.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 1a25aa8..d9bed63 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -108,7 +108,7 @@ $AUTOCONF
cd $ORIGDIR
if test -z "$AUTOGEN_SUBDIR_MODE"; then
- echo Running $srcdir/configure
+ echo Running $srcdir/configure --enable-maintainer-mode "$@"
$srcdir/configure --enable-maintainer-mode "$@"
echo