summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-11-03 02:21:53 -0500
committerHisham Muhammad <hisham@gobolinux.org>2015-11-03 02:21:53 -0500
commitbef00a4fd939619a413fcaa3d745589ef3690ac9 (patch)
treea367b70b97e6071a23fb0aa8b24a10557c4b381b /autogen.sh
parent5e0f1788e697d057195b1bfa9022a4a81b5b709c (diff)
Create directory m4 if it doesn't already exist.
(See #292.)
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index d561b540..a3b71cce 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,6 +6,7 @@ then libtoolize=glibtoolize
else libtoolize=libtoolize
fi
+mkdir -p m4
aclocal -I m4
autoconf
autoheader

© 2014-2024 Faster IT GmbH | imprint | privacy policy