mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
build: inform libtool of m4 directory
Silence a libtoolize warning. * configure.ac (AC_CONFIG_MACRO_DIR): Add.
This commit is contained in:
parent
73b0b59667
commit
2bd559ff5d
@ -4,6 +4,7 @@ AC_INIT([libvirt], [0.7.6])
|
||||
AC_CONFIG_SRCDIR([src/libvirt.c])
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
dnl Make automake keep quiet about wildcards & other GNUmake-isms
|
||||
AM_INIT_AUTOMAKE([-Wno-portability])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user