summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/xdt-autogen.in3
1 files changed, 3 insertions, 0 deletions
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