mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 12:48:43 +00:00
Prefer gm4' over
m4' (due to BSD et al.).
This commit is contained in:
parent
ba92164871
commit
e4912e3594
@ -98,7 +98,7 @@ AC_PROG_INSTALL
|
||||
AC_PROG_RANLIB
|
||||
AC_CHECK_PROG(FLEX, flex, flex)
|
||||
AC_CHECK_PROG(BISON, bison, bison)
|
||||
AC_CHECK_PROG(M4, m4, m4)
|
||||
AC_CHECK_PROGS(M4, gm4 m4, m4)
|
||||
if test -z "$FLEX" -o -z "$BISON" -o -z "$M4" ; then
|
||||
AC_MSG_ERROR([Some tools required for building BIRD are missing.])
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user