fix bootstrap

This commit is contained in:
Nicholas O'Connor 2017-03-12 17:38:48 -07:00
parent 9aaee6af14
commit f82035df55

View File

@ -1,2 +1,7 @@
[ -d m4 ] || mkdir m4
aclocal -I m4 --install
#!/bin/sh
if [ ! -d "m4" ]; then
mkdir m4
fi
autoreconf --install