summaryrefslogtreecommitdiff
path: root/bootstrap-configure
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-configure')
-rwxr-xr-xbootstrap-configure3
1 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap-configure b/bootstrap-configure
index 7a59366..e6464d3 100755
--- a/bootstrap-configure
+++ b/bootstrap-configure
@@ -4,8 +4,7 @@ if [ -f config.status ]; then
make maintainer-clean
fi
-autoreconf -if && \
- ./configure --enable-maintainer-mode \
+./autogen.sh --enable-maintainer-mode \
--enable-silent-rules \
--disable-optimization \
--enable-debug \