Skip to content
Snippets Groups Projects
Commit f7183286 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[configure] prefer gmake for better *BSD compatibility

parent 6a57fa45
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ AC_SUBST([FRAMAC_VERSION],[`cat VERSION`]) ...@@ -56,7 +56,7 @@ AC_SUBST([FRAMAC_VERSION],[`cat VERSION`])
new_section "configure make" new_section "configure make"
AC_CHECK_PROG(MAKE,make,make,) AC_CHECK_PROGS(MAKE,gmake make,make,)
AC_MSG_CHECKING([version of make]) AC_MSG_CHECKING([version of make])
MAKE_DISTRIB=`sh -c "$MAKE -v | sed -n -e 's/\(.*\) Make.*$/\1/p'"` MAKE_DISTRIB=`sh -c "$MAKE -v | sed -n -e 's/\(.*\) Make.*$/\1/p'"`
MAKE_MAJOR=`sh -c "$MAKE -v | sed -n -f bin/sed_get_make_major"` MAKE_MAJOR=`sh -c "$MAKE -v | sed -n -f bin/sed_get_make_major"`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment