summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorKevin Coffman <kwc@citi.umich.edu>2007-02-08 17:26:53 -0500
committerNeil Brown <neilb@suse.de>2007-02-09 11:23:32 +1100
commit1ab6d3b82e9d36051cf5d80c33cdec9cb638bb20 (patch)
treeef6db7ecb757f00ee87bc060e273e0bc34829157 /autogen.sh
parent58e58ffbc0b12efbe00c9ad5f23d71d75790b524 (diff)
downloadnfs-utils-1ab6d3b82e9d36051cf5d80c33cdec9cb638bb20.tar.gz
nfs-utils-1ab6d3b82e9d36051cf5d80c33cdec9cb638bb20.tar.xz
nfs-utils-1ab6d3b82e9d36051cf5d80c33cdec9cb638bb20.zip
Touch up some of the autotools files
Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Kevin Coffman <kwc@citi.umich.edu> 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 <neilb@suse.de>
Diffstat (limited to 'autogen.sh')
-rw-r--r--autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index c89e674..9e8b89b 100644
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
echo -n cleaning up .