From fdf55b6ce3784bb47e9f87d529bad47d03983da6 Mon Sep 17 00:00:00 2001 From: Daniel P. Berrange Date: Nov 05 2015 14:24:23 +0000 Subject: 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 --- diff --git a/autogen.sh b/autogen.sh index a688ad4..b77ac33 100755 --- a/autogen.sh +++ b/autogen.sh @@ -27,6 +27,7 @@ fi # exists at all times :-( touch ChangeLog AUTHORS +mkdir -p m4 autoreconf -vfi intltoolize --force