summaryrefslogtreecommitdiffstats
path: root/daemon
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
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')
-rw-r--r--daemon/Makefile.am2
-rw-r--r--daemon/configure.ac2
2 files changed, 4 insertions, 0 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 686f4b6b..a5c1637b 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -14,3 +14,5 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+ACLOCAL_AMFLAGS = -I m4 \ No newline at end of file
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],