]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
build: inform libtool of m4 directory
authorEric Blake <ebb9@byu.net>
Wed, 17 Feb 2010 13:45:10 +0000 (06:45 -0700)
committerJim Meyering <meyering@redhat.com>
Wed, 17 Feb 2010 14:17:32 +0000 (15:17 +0100)
Silence a libtoolize warning.
*  configure.ac (AC_CONFIG_MACRO_DIR): Add.

configure.ac

index 1c7c24cf6a5f13cc1734e201c4114cdbff4153c5..743a3571adbe6be78385cb9527edfe98ee510348 100644 (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])