summaryrefslogtreecommitdiff
path: root/bootstrap-configure
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-configure')
-rwxr-xr-xbootstrap-configure5
1 files changed, 2 insertions, 3 deletions
diff --git a/bootstrap-configure b/bootstrap-configure
index 74bc48b..e6464d3 100755
--- a/bootstrap-configure
+++ b/bootstrap-configure
@@ -4,9 +4,8 @@ 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 \
- --with-log-level=8 $* \ No newline at end of file
+ --with-log-level=8 $*