Create directory m4 if it doesn't already exist.

(See #292.)
This commit is contained in:
Hisham Muhammad 2015-11-03 02:21:53 -05:00
parent 5e0f1788e6
commit bef00a4fd9
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ then libtoolize=glibtoolize
else libtoolize=libtoolize
fi
mkdir -p m4
aclocal -I m4
autoconf
autoheader