From d764b1de47b36f43c3eb2983cbf395e5f8ff5d74 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Wed, 9 Sep 2020 15:41:16 -0700 Subject: bootstrap: switch to autoreconf autoreconf is more comprehensive than running the separate stages manually --- bootstrap | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bootstrap') 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 -- cgit v1.2.3