summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2020-10-20 23:41:12 -0700
committerVito Caputo <vcaputo@pengaru.com>2020-10-20 23:41:12 -0700
commit628816cc854a10e6616993b9491d7af6ade7e6d9 (patch)
treeb71138a7f779f865040f11092a43dff7e45b5017
parent624b0a06edf7114950476a8ce79fff9927b1fc62 (diff)
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.
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
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
© All Rights Reserved