From 628816cc854a10e6616993b9491d7af6ade7e6d9 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Tue, 20 Oct 2020 23:41:12 -0700 Subject: bootstrap: specify directories explicitly Since switching to AX_SUBDIRS_CONFIGURE for libplay the automagic recursive autoreconf has been broken because it apparently drives the recursion via AC_CONFIG_SUBDIRS. So just tell it . and libplay are the directories. --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index c5a7472..7a77b38 100755 --- a/bootstrap +++ b/bootstrap @@ -1,3 +1,3 @@ #!/bin/sh -autoreconf --install +autoreconf --install . libplay -- cgit v1.2.3