summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2005-03-08 02:53:05 +0000
committerNathan Scott <nathans@sgi.com>2005-03-08 02:53:05 +0000
commit3a4655de6f6c259f6162ba9ffce4cfcce306c74d (patch)
tree219c2f25bf040fe3a684bbc9bea87f3a4229263b /m4
parent7e173e93dfcf041f9b6b3d07dc5c046704d03a71 (diff)
Fix up some autoconf macros to get freebsd builds working again.
Merge of master-melb:xfs-cmds:21750a by kenmcd.
Diffstat (limited to 'm4')
-rw-r--r--m4/package_utilies.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/package_utilies.m4 b/m4/package_utilies.m4
index c06fde2f..efcc0a10 100644
--- a/m4/package_utilies.m4
+++ b/m4/package_utilies.m4
@@ -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)