diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2018-11-27 00:25:17 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2018-11-27 00:25:17 -0800 |
commit | adb18cde6ca95b7c0533fad70edaf3f78d3597a2 (patch) | |
tree | 450f415ac1ad9c098bda03162241959c9a34c0fe | |
parent | 3abb513923adb1f5238a62dd7c64c433a08d9d62 (diff) |
*: switch bootstrap to autoreconf
-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 |