Commit 5e913b62 authored by Nils Goroll's avatar Nils Goroll

create m4 directory if it doesnt exist

parent 195f7b8f
...@@ -46,6 +46,7 @@ EOF ...@@ -46,6 +46,7 @@ EOF
exit 1 exit 1
fi fi
set -ex set -ex
[ -d m4 ] || mkdir m4
aclocal -I m4 -I ${dataroot}/aclocal aclocal -I m4 -I ${dataroot}/aclocal
$LIBTOOLIZE --copy --force $LIBTOOLIZE --copy --force
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