[120060] trunk/base/configure.ac

cal at macports.org cal at macports.org
Wed May 14 14:47:45 PDT 2014


Revision: 120060
          https://trac.macports.org/changeset/120060
Author:   cal at macports.org
Date:     2014-05-14 14:47:45 -0700 (Wed, 14 May 2014)
Log Message:
-----------
base: Search for BSD mtree as fmtree (which is what it's called on some Linux distros)

Modified Paths:
--------------
    trunk/base/configure.ac

Modified: trunk/base/configure.ac
===================================================================
--- trunk/base/configure.ac	2014-05-14 21:43:25 UTC (rev 120059)
+++ trunk/base/configure.ac	2014-05-14 21:47:45 UTC (rev 120060)
@@ -148,7 +148,7 @@
 AC_PATH_PROG(MDFIND, [mdfind], [])
 AC_PATH_PROG(MDLS, [mdls], [])
 AC_PATH_PROG(MKBOM, [mkbom], [])
-AC_PATH_PROG(MTREE, [mtree], [], [$PATH:/usr/sbin])
+AC_PATH_PROGS(MTREE, [mtree fmtree], [], [$PATH:/usr/sbin])
 AC_PATH_PROG(OPEN, [open], [])
 AC_PATH_PROG(OPENSSL, [openssl], [])
 AC_PATH_PROG(PATCH, [patch], [])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140514/77adb966/attachment.html>


More information about the macports-changes mailing list