mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
build: inform libtool of m4 directory
Silence a libtoolize warning. * configure.ac (AC_CONFIG_MACRO_DIR): Add.
This commit is contained in:
@@ -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])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user