diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-01 12:57:45 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-01 12:57:45 +0100 |
commit | 6ed48042e4a8b009b5e38efbf4766a2676a33935 (patch) | |
tree | 11159da6baf256464f91711e8bb1b236f23f67ba /configure.ac | |
parent | 002cdf48fee7a59d13865ea9848671b588e86daf (diff) | |
download | libguestfs-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 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 297ae991..4e71ddee 100644 --- a/configure.ac +++ b/configure.ac @@ -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. |