From 328f47cd130b61e2a6f7198e2a17af236649d6a4 Mon Sep 17 00:00:00 2001 From: Romain Bouvier Date: Sat, 30 Jan 2021 23:49:17 +0100 Subject: Create the m4/ if it does not exists - So we are sure to not print any warning because of a missing m4/ folder on first aclocal run --- scripts/xdt-autogen.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/xdt-autogen.in b/scripts/xdt-autogen.in index bddbed4..abbf5c8 100644 --- a/scripts/xdt-autogen.in +++ b/scripts/xdt-autogen.in @@ -412,6 +412,9 @@ CONFIGURE_FLAGS="${XDT_CONFIGURE_FLAGS} $*" ## ## Do the real work(TM) ## +# We need to create m4 directory in case it does not exists yet, to avoid any aclocal warnings +mkdir -p m4 + IFS=$special_IFS for configure_ac_file in ${CONFIGURE_AC_FILES}; do IFS=$default_IFS -- cgit v1.2.1