autogen.sh: create m4 dir if not present

This commit is contained in:
Martin Pulec
2013-03-19 09:04:21 +01:00
parent 2920de135c
commit 5221afeb05

View File

@@ -1,6 +1,8 @@
#! /bin/sh
set -e
[ -d m4 ] || mkdir m4
# variables
if [ `uname -s` = "Darwin" ]; then
LIBTOOLIZE=glibtoolize