Various fixes to the build system, add 'make test-boot-image' target.
[libguestfs.git] / configure.ac
index 297ae99..4e71dde 100644 (file)
@@ -17,6 +17,9 @@
 
 AC_INIT([libguestfs],[0.2])
 AM_INIT_AUTOMAKE
+
+AC_CONFIG_MACRO_DIR([m4])
+
 AC_PROG_LIBTOOL
 
 dnl Check for basic C environment.