diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2002-09-03 20:59:57 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2002-09-03 20:59:57 +0000 |
| commit | 55662e97859d83cdaa672b244d8bd12fa35cffac (patch) | |
| tree | 62aa553a17b98a4b2e23409acc43b968d1caf2e4 | |
| parent | f5895d107b6b5afcd3c5847cc3d30dc2cb6af896 (diff) | |
| download | krb5-55662e97859d83cdaa672b244d8bd12fa35cffac.tar.gz krb5-55662e97859d83cdaa672b244d8bd12fa35cffac.tar.xz krb5-55662e97859d83cdaa672b244d8bd12fa35cffac.zip | |
* reconf: Give up if autoreconf fails
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14818 dc483132-0cff-0310-8789-dd5450dbe970
| -rw-r--r-- | src/util/ChangeLog | 4 | ||||
| -rw-r--r-- | src/util/reconf | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/util/ChangeLog b/src/util/ChangeLog index 67582fd7a..3607d71cf 100644 --- a/src/util/ChangeLog +++ b/src/util/ChangeLog @@ -1,3 +1,7 @@ +2002-09-03 Ken Raeburn <raeburn@mit.edu> + + * reconf: Give up if autoreconf fails. + 2002-09-03 Tom Yu <tlyu@mit.edu> * mkrel: set -e to catch errors. Only build and clean autoconf if diff --git a/src/util/reconf b/src/util/reconf index 39713eaef..48ebb30f4 100644 --- a/src/util/reconf +++ b/src/util/reconf @@ -84,7 +84,7 @@ fi if $verbose ; then echo $autoreconf $autoreconfoptions -l $localdir --verbose $force fi -$autoreconf $autoreconfoptions -l $localdir --verbose $force +$autoreconf $autoreconfoptions -l $localdir --verbose $force || exit 1 if test $? = 0 ; then if test ! -d include/krb5/autoconf.stmp ; then cp /dev/null include/krb5/autoconf.stmp |
