Commit bef00a4f authored by Hisham Muhammad's avatar Hisham Muhammad
Browse files

Create directory m4 if it doesn't already exist.

(See #292.)
parent 5e0f1788
...@@ -6,6 +6,7 @@ then libtoolize=glibtoolize ...@@ -6,6 +6,7 @@ then libtoolize=glibtoolize
else libtoolize=libtoolize else libtoolize=libtoolize
fi fi
mkdir -p m4
aclocal -I m4 aclocal -I m4
autoconf autoconf
autoheader autoheader
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment