diff options
| author | Roland McGrath | 1996-04-10 10:09:16 +0000 |
|---|---|---|
| committer | Roland McGrath | 1996-04-10 10:09:16 +0000 |
| commit | 28335560c2db1849e97ddab784c906effff802bf (patch) | |
| tree | 80e65f12e66b1b4d816c4ab85f55a03245280493 /make-dist | |
| parent | d98f0b87e6e06a5c70b57e94e54efbe3570a78be (diff) | |
| download | emacs-28335560c2db1849e97ddab784c906effff802bf.tar.gz emacs-28335560c2db1849e97ddab784c906effff802bf.zip | |
Wed Apr 10 06:08:48 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
* make-dist: Exit if autoconf fails.
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -133,7 +133,7 @@ rm -f /tmp/el /tmp/elc | |||
| 133 | if [ "x`ls -t configure configure.in | head -1`" != "xconfigure" ]; then | 133 | if [ "x`ls -t configure configure.in | head -1`" != "xconfigure" ]; then |
| 134 | echo "\`./configure.in' is newer than \`./configure'" >&2 | 134 | echo "\`./configure.in' is newer than \`./configure'" >&2 |
| 135 | echo "Running autoconf" >&2 | 135 | echo "Running autoconf" >&2 |
| 136 | autoconf | 136 | autoconf || { x=$?; echo Autoconf FAILED! >&2; exit $x; } |
| 137 | fi | 137 | fi |
| 138 | 138 | ||
| 139 | ### Update getdate.c. | 139 | ### Update getdate.c. |