From: neilbrown Date: Tue, 20 Dec 2005 06:04:18 +0000 (+0000) Subject: Complete makefile/configure update X-Git-Tag: nfs-utils-1-0-8-rc2~2 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=8bf6277b27b95b7b458a3d6f613ebbaed417253c Complete makefile/configure update --- diff --git a/ChangeLog b/ChangeLog index 6960780..e68b21c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-12-20 Kevin Coffman NeilBrown + Substantial Makefile/configure rewrite. + Run 'autogen.sh' to create "Makefile.in" etc. + + Also add -D_FILE_OFFSET_BITS=64 to CPP_FLAGS so that mountd can + stat and export files larger than 2Gig. + 2005-12-20 NeilBrown support/nfs/exports.c(getexportent): is a null host name is given, replace it with '*' so we have a non-empty host name for messages diff --git a/configure b/configure index 052367b..5f2652b 100755 --- a/configure +++ b/configure @@ -28484,7 +28484,7 @@ esac my_am_cflags="-Wall $ARCHFLAGS -pipe" -AM_CPPFLAGS="-I\${top_srcdir}/support/include" +AM_CPPFLAGS="-I\${top_srcdir}/support/include -D_FILE_OFFSET_BITS=64" AM_CFLAGS="$my_am_cflags" diff --git a/configure.in b/configure.in index ddb72a1..c93cae3 100644 --- a/configure.in +++ b/configure.in @@ -271,7 +271,7 @@ esac my_am_cflags="-Wall $ARCHFLAGS -pipe" -AC_SUBST([AM_CPPFLAGS], ["-I\${top_srcdir}/support/include"]) +AC_SUBST([AM_CPPFLAGS], ["-I\${top_srcdir}/support/include -D_FILE_OFFSET_BITS=64"]) AC_SUBST([AM_CFLAGS], ["$my_am_cflags"]) # Make sure that $ACLOCAL_FLAGS are used during a rebuild