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:
parent
d98f0b87e6
commit
28335560c2
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue