summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2020-05-29 21:21:52 -0700
committerVito Caputo <vcaputo@pengaru.com>2020-05-29 21:21:52 -0700
commit19acc6de674d44d44f8d3bcb66568de3e5abfe3a (patch)
tree13aba0913c3e37e7d53a727d7dfddd4970ddeb29
parent82083452bf6f943c6958876317198690970c4d3e (diff)
bootstrap: switch to autoreconf --install
The old stuff didn't seem to work with BUILT_SOURCES
-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