summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap9
1 files changed, 4 insertions, 5 deletions
diff --git a/bootstrap b/bootstrap
index a71f1d65..aee4c08c 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,8 +1,7 @@
#!/bin/sh
-aclocal && \
- autoheader && \
- libtoolize --automake --copy --force && \
- autoconf && \
- automake --add-missing --copy
+if [ ! -d build-aux ]; then
+ mkdir build-aux
+fi
+autoreconf --force --install --symlink