Wed Apr 10 06:08:48 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>

* make-dist: Exit if autoconf fails.
This commit is contained in:
Roland McGrath 1996-04-10 10:09:16 +00:00
parent d98f0b87e6
commit 28335560c2

View file

@ -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.