From 28335560c2db1849e97ddab784c906effff802bf Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 10 Apr 1996 10:09:16 +0000 Subject: [PATCH] Wed Apr 10 06:08:48 1996 Roland McGrath * make-dist: Exit if autoconf fails. --- make-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2