From: Kevin Coffman Date: Thu, 8 Feb 2007 22:26:53 +0000 (-0500) Subject: Touch up some of the autotools files X-Git-Tag: nfs-utils-1-0-11~16 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=1ab6d3b82e9d36051cf5d80c33cdec9cb638bb20;hp=1ab6d3b82e9d36051cf5d80c33cdec9cb638bb20;p=nfs-utils.git Touch up some of the autotools files Signed-off-by: Mike Frysinger Signed-off-by: Kevin Coffman this patch touches up the autotool code a bit in nfs-utils: - run autogen.sh with -e so if something fails, it'll abort properly - set ACLOCAL_AMFLAGS so that when running autoreconf or when autotools re-runs itself, the m4 files are found properly - make sure we include bsdsignals.m4 in the final tarball - add some cross-compiling fallback logic to bsdsignals.m4 so that when cross-compiling nfs-utils, the configure is a bit more nice than simply: checking for BSD signal semantics... configure: error: cannot run test program while cross compiling Signed-off-by: Neil Brown ---