Hi,
Here is another patch, which I found necessary when
trying to compile xfsprogs on FreeBSD.
Index: aclocal.m4
===================================================================
RCS file: /cvs/xfs-cmds/xfsprogs/aclocal.m4,v
retrieving revision 1.15
diff -u -r1.15 aclocal.m4
--- aclocal.m4 21 Feb 2005 02:46:54 -0000 1.15
+++ aclocal.m4 23 Feb 2005 20:48:34 -0000
@@ -82,7 +82,7 @@
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)
--
Craig Rodrigues
rodrigc@xxxxxxxxxxxxxx
|