From: Roland McGrath Date: Wed, 10 Apr 1996 10:09:16 +0000 (+0000) Subject: Wed Apr 10 06:08:48 1996 Roland McGrath X-Git-Tag: emacs-19.34~882 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=28335560c2db1849e97ddab784c906effff802bf;p=emacs.git Wed Apr 10 06:08:48 1996 Roland McGrath * make-dist: Exit if autoconf fails. --- diff --git a/make-dist b/make-dist index 949f6eadd48..401d7462fa4 100755 --- a/make-dist +++ b/make-dist @@ -133,7 +133,7 @@ rm -f /tmp/el /tmp/elc 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.