summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2022-09-08 18:12:08 +0200
committerMarcel Holtmann <marcel@holtmann.org>2022-09-08 18:21:15 +0200
commit6f639e722b54801ef1e87d6cd22b2b262b3a0191 (patch)
tree84aa7b74614126e9ad636e8cf9d5d87b80a779a1 /bootstrap
parent4416e02dd3c360b73616bc1cf73461763599125f (diff)
downloadofono-6f639e722b54801ef1e87d6cd22b2b262b3a0191.tar.gz
build: Switch to modern autoconf options
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