build: inform libtool of m4 directory

Silence a libtoolize warning.
*  configure.ac (AC_CONFIG_MACRO_DIR): Add.
This commit is contained in:
Eric Blake 2010-02-17 06:45:10 -07:00 committed by Jim Meyering
parent 73b0b59667
commit 2bd559ff5d

View File

@ -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])