summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2018-11-27 00:25:17 -0800
committerVito Caputo <vcaputo@pengaru.com>2018-11-27 00:25:17 -0800
commitadb18cde6ca95b7c0533fad70edaf3f78d3597a2 (patch)
tree450f415ac1ad9c098bda03162241959c9a34c0fe
parent3abb513923adb1f5238a62dd7c64c433a08d9d62 (diff)
*: switch bootstrap to autoreconf
-rwxr-xr-xbootstrap4
1 files changed, 1 insertions, 3 deletions
diff --git a/bootstrap b/bootstrap
index 99f6f06..c5a7472 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,5 +1,3 @@
#!/bin/sh
-aclocal \
-&& automake --gnu --add-missing \
-&& autoconf
+autoreconf --install
© All Rights Reserved