Commit 49b93bbf by dlezcano

Create the m4 directory if it does not exist

From: Daniel Lezcano <dlezcano@fr.ibm.com> Create the m4 directory if it does not exist Reported-by: 's avatarDietmar Maurer <dietmar@proxmox.com> Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 85248107
......@@ -3,7 +3,7 @@
set -x
test -d autom4te.cache && rm -rf autom4te.cache
test -d m4 || mkdir m4
ACLOCAL_AMFLAGS="-I m4 -I config $ACLOCAL_AMFLAGS"
libtoolize --force
aclocal $ACLOCAL_AMFLAGS || exit 1
......
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