mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Fix up some autoconf macros to get freebsd builds working again.
Merge of master-melb:xfs-cmds:21750a by kenmcd.
This commit is contained in:
@@ -23,7 +23,7 @@ AC_DEFUN([AC_PACKAGE_UTILITIES],
|
||||
AC_PACKAGE_NEED_UTILITY($1, "$cc", cc, [C compiler])
|
||||
|
||||
if test -z "$MAKE"; then
|
||||
AC_PATH_PROG(MAKE, gmake,, /usr/bin:/usr/freeware/bin)
|
||||
AC_PATH_PROG(MAKE, gmake,, /usr/bin:/usr/local/bin:/usr/freeware/bin)
|
||||
fi
|
||||
if test -z "$MAKE"; then
|
||||
AC_PATH_PROG(MAKE, make,, /usr/bin)
|
||||
|
||||
Reference in New Issue
Block a user