aboutsummaryrefslogtreecommitdiff
path: root/src/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/bootstrap.sh')
-rwxr-xr-xsrc/bootstrap.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bootstrap.sh b/src/bootstrap.sh
index 66fdf74..06878ba 100755
--- a/src/bootstrap.sh
+++ b/src/bootstrap.sh
@@ -1,6 +1,4 @@
#!/bin/sh
-
-aclocal && \
-autoconf && \
+cd .. && ./autogen.sh
echo "now run './configure'
for help on args run './configure --help'"