From 19acc6de674d44d44f8d3bcb66568de3e5abfe3a Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Fri, 29 May 2020 21:21:52 -0700 Subject: bootstrap: switch to autoreconf --install The old stuff didn't seem to work with BUILT_SOURCES --- bootstrap | 4 +--- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3