comparison configure @ 8984:cd54e6e1c761

it *worked*, but probably wasn't what was intended, and could break if TMPLOG changed to something different...
author rfelker
date Sat, 18 Jan 2003 05:41:41 +0000
parents 90195705ae00
children b345f92422b4
comparison
equal deleted inserted replaced
8983:40113cfd0dcc 8984:cd54e6e1c761
44 die () { 44 die () {
45 echo 45 echo
46 echo "Error: $@" >&2 46 echo "Error: $@" >&2
47 echo >&2 47 echo >&2
48 rm -f "$TMPO" "$TMPC" "$TMPS" "$TMPCPP" 48 rm -f "$TMPO" "$TMPC" "$TMPS" "$TMPCPP"
49 echo "Check "$TMPLOG" if you do not understand why it failed." 49 echo "Check \"$TMPLOG\" if you do not understand why it failed."
50 exit 1 50 exit 1
51 } 51 }
52 52
53 # OS test booleans functions 53 # OS test booleans functions
54 issystem() { 54 issystem() {