diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-04 14:51:48 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-04 14:51:48 +0100 |
commit | eb50cde931893e54c5aa9816cbca49e36891be8f (patch) | |
tree | ff8e5a554c85aa4e0d7ab85875ae0158fa39369c /configure.ac | |
parent | fdeae81d81e979d74059f01350e94dbf37700075 (diff) | |
download | libguestfs-eb50cde931893e54c5aa9816cbca49e36891be8f.tar.gz libguestfs-eb50cde931893e54c5aa9816cbca49e36891be8f.tar.xz libguestfs-eb50cde931893e54c5aa9816cbca49e36891be8f.zip |
Implement the alloc shell command.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ff5d1b99..689c548f 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -AC_INIT([libguestfs],[0.3]) +AC_INIT([libguestfs],[0.4]) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) @@ -32,6 +32,9 @@ test "x$U" != "x" && AC_MSG_ERROR([Compiler not ANSI compliant]) AC_PROG_CC_C_O +dnl Check support for 64 bit file offsets. +AC_SYS_LARGEFILE + dnl Headers. AC_CHECK_HEADERS([errno.h sys/types.h sys/un.h sys/wait.h sys/socket.h]) |