summaryrefslogtreecommitdiffstats
path: root/daemon/configure.ac
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-01 12:57:45 +0100
committerRichard Jones <rjones@redhat.com>2009-04-01 12:57:45 +0100
commit6ed48042e4a8b009b5e38efbf4766a2676a33935 (patch)
tree11159da6baf256464f91711e8bb1b236f23f67ba /daemon/configure.ac
parent002cdf48fee7a59d13865ea9848671b588e86daf (diff)
downloadlibguestfs-6ed48042e4a8b009b5e38efbf4766a2676a33935.tar.gz
libguestfs-6ed48042e4a8b009b5e38efbf4766a2676a33935.tar.xz
libguestfs-6ed48042e4a8b009b5e38efbf4766a2676a33935.zip
Various fixes to the build system, add 'make test-boot-image' target.
Diffstat (limited to 'daemon/configure.ac')
-rw-r--r--daemon/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/configure.ac b/daemon/configure.ac
index 59ed51e6..af0a78af 100644
--- a/daemon/configure.ac
+++ b/daemon/configure.ac
@@ -18,6 +18,8 @@
AC_INIT([libguestfs-daemon],[0.2])
AM_INIT_AUTOMAKE
+AC_CONFIG_MACRO_DIR([m4])
+
dnl If the user specified --enable-32bit, then force the C compiler
dnl to build 32 bit binaries (gcc -m32).
AC_ARG_ENABLE([32bit],