autogen: Ensure m4 directory exists

We're telling autoconf to look in the m4/ directory for
files, but this directory doesn't exist in a clean checkout
until libtoolize has run. Older versions of autoconf consider
this to be a fatal error.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrange
2015-11-05 14:23:44 +00:00
parent a7861f975b
commit fdf55b6ce3

View File

@ -27,6 +27,7 @@ fi
# exists at all times :-(
touch ChangeLog AUTHORS
mkdir -p m4
autoreconf -vfi
intltoolize --force