You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2011/06/05 05:17:16 UTC

svn commit: r1131526 - /incubator/mesos/trunk/configure.OURS.macosx

Author: benh
Date: Sun Jun  5 03:17:16 2011
New Revision: 1131526

URL: http://svn.apache.org/viewvc?rev=1131526&view=rev
Log:
Added a configure for Mac OS X.

Added:
    incubator/mesos/trunk/configure.OURS.macosx   (with props)

Added: incubator/mesos/trunk/configure.OURS.macosx
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/configure.OURS.macosx?rev=1131526&view=auto
==============================================================================
--- incubator/mesos/trunk/configure.OURS.macosx (added)
+++ incubator/mesos/trunk/configure.OURS.macosx Sun Jun  5 03:17:16 2011
@@ -0,0 +1,2 @@
+#!/bin/sh
+./configure --with-python-headers=/usr/include/python2.6 --with-java-home=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home --with-webui $@
\ No newline at end of file

Propchange: incubator/mesos/trunk/configure.OURS.macosx
------------------------------------------------------------------------------
    svn:executable = *