diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-05-29 21:21:52 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-05-29 21:21:52 -0700 |
commit | 19acc6de674d44d44f8d3bcb66568de3e5abfe3a (patch) | |
tree | 13aba0913c3e37e7d53a727d7dfddd4970ddeb29 /bootstrap | |
parent | 82083452bf6f943c6958876317198690970c4d3e (diff) |
bootstrap: switch to autoreconf --install
The old stuff didn't seem to work with BUILT_SOURCES
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,5 +1,3 @@ #!/bin/sh -aclocal \ -&& automake --gnu --add-missing \ -&& autoconf +autoreconf --install |