X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=configure.ac;h=c9cfd6416aa090fd483e6a6b89825d7899f899ce;hb=86ef4910045771a1da4023a1880ba1c9e265eb6d;hp=c9068313a751f57f9561213a9f14cb11d983df36;hpb=6a14f02fb2e18e66bbfd48ff3c5a7a5b677b51ed;p=deb_libnfs.git diff --git a/configure.ac b/configure.ac index c906831..c9cfd64 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.50) -AC_INIT([libnfs], [1.0.0], [ronniesahlberg@gmail.com]) +AC_INIT([libnfs], [1.1.0], [ronniesahlberg@gmail.com]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign]) AC_CANONICAL_HOST @@ -18,6 +18,9 @@ if test "$SAVE_CFLAGS" = "x"; then CFLAGS="" fi +# We always want 64 bit file offsets +CFLAGS="${CFLAGS} -D_FILE_OFFSET_BITS=64" + AC_CHECK_PROG([HAVE_RPCGEN], [rpcgen], [yes], [no]) if test x$HAVE_RPCGEN != xyes; then AC_MSG_ERROR([Can not find required program])