From 9afce92d5bfd376a4a07bf2a623cb73a7799a136 Mon Sep 17 00:00:00 2001 From: Martin Raden Date: Fri, 14 Feb 2025 10:08:02 +0100 Subject: [PATCH] Update autotools-init.sh --- autotools-init.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autotools-init.sh b/autotools-init.sh index 55768af0..703ad5bb 100644 --- a/autotools-init.sh +++ b/autotools-init.sh @@ -5,6 +5,8 @@ set -e -o pipefail + + #test -d config || mkdir config # Produce aclocal.m4, so autoconf gets the automake macros it needs echo "Creating aclocal.m4..."