From 206bbc7e955c71202f9ef4dd19bd3abb24667e98 Mon Sep 17 00:00:00 2001 From: Anthony Carno Date: Sun, 7 Jan 2018 10:14:53 -0500 Subject: [PATCH] Fixed bootstrap Creates "config" folder if not already existing --- bootstrap | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap b/bootstrap index d717c2b..1b50e81 100755 --- a/bootstrap +++ b/bootstrap @@ -4,6 +4,7 @@ # It is executed only to generate "configure" set -x +mkdir -p config aclocal -I config autoheader libtoolize --copy --force