changeset 14978:c92fad046dd3

Wed Apr 10 06:08:48 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> * make-dist: Exit if autoconf fails.
author Roland McGrath <roland@gnu.org>
date Wed, 10 Apr 1996 10:09:16 +0000
parents 2910a512c515
children fc1c21bc2e05
files make-dist
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make-dist	Wed Apr 10 05:39:50 1996 +0000
+++ b/make-dist	Wed Apr 10 10:09:16 1996 +0000
@@ -133,7 +133,7 @@
 if [ "x`ls -t configure configure.in | head -1`" != "xconfigure" ]; then
   echo "\`./configure.in' is newer than \`./configure'" >&2
   echo "Running autoconf" >&2
-  autoconf
+  autoconf || { x=$?; echo Autoconf FAILED! >&2; exit $x; }
 fi
 
 ### Update getdate.c.