summaryrefslogtreecommitdiffstats
path: root/macosx/configure
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-12-29 18:53:17 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-12-29 18:53:17 (GMT)
commit574ccc34f9a00b7386553680fb7eac5059d644d1 (patch)
tree3ae9793d29e0f7ccef630c901661c98ed253a87c /macosx/configure
parent827cef9922fa6abc01b3091ff4621c0831cae7f7 (diff)
downloadblt-574ccc34f9a00b7386553680fb7eac5059d644d1.zip
blt-574ccc34f9a00b7386553680fb7eac5059d644d1.tar.gz
blt-574ccc34f9a00b7386553680fb7eac5059d644d1.tar.bz2
new config vars
Diffstat (limited to 'macosx/configure')
-rwxr-xr-xmacosx/configure5
1 files changed, 3 insertions, 2 deletions
diff --git a/macosx/configure b/macosx/configure
index bf86ffa..bf983be 100755
--- a/macosx/configure
+++ b/macosx/configure
@@ -584,7 +584,6 @@ PACKAGE_URL=''
ac_subst_vars='LTLIBOBJS
LIBOBJS
CORES
-ROOT
ARCH
OS
PKG_CFLAGS
@@ -1859,7 +1858,9 @@ OS="macosx"
ARCH=$with_arch
-ROOT=$ac_pwd
+prefix=$ac_pwd
+
+exec_prefix=$ac_pwd
CORES=`sysctl -n "hw.ncpu"`