diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-09-09 15:41:16 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-09-09 15:41:16 -0700 |
commit | d764b1de47b36f43c3eb2983cbf395e5f8ff5d74 (patch) | |
tree | 0688d1f1b83b4eb006621cea1d59a7dec9a95737 /bootstrap | |
parent | e3d7338a979e1c2cba2328df5ac29856f4de1e0e (diff) |
bootstrap: switch to autoreconf
autoreconf is more comprehensive than running the separate stages
manually
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 |