test env bash; freebsd config

This commit is contained in:
Olof hagsand 2019-09-17 22:44:01 +02:00
parent 0129fe285e
commit fe1aeda4f2
67 changed files with 79 additions and 69 deletions

8
configure vendored
View file

@ -4216,10 +4216,14 @@ fi
if test "$LEX" = ":"; then
as_fn_error $? "CLIXON does not find lex or flex." "$LINENO" 5
fi
if test "$YACC" != "bison -y"; then
as_fn_error $? "CLIXON does not find bison. There are several problems with yacc and byacc. Please install bison." "$LINENO" 5
# Get "bison" from bison -y or other string
bisonstr=$(expr substr "$YACC" 1 5)
if test "$bisonstr" != "bison"; then
as_fn_error $? "CLIXON does not find bison. There are several problems with yacc and byacc. Please install bison. YACC=\"$YACC\"" "$LINENO" 5
fi
if test "$prefix" = "NONE"; then
prefix=${ac_default_prefix}
fi