mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-08-29 09:49:21 +03:00
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:
@ -27,6 +27,7 @@ fi
|
||||
# exists at all times :-(
|
||||
touch ChangeLog AUTHORS
|
||||
|
||||
mkdir -p m4
|
||||
autoreconf -vfi
|
||||
intltoolize --force
|
||||
|
||||
|
Reference in New Issue
Block a user