Author: switt
Date: Thu Jan 26 07:16:46 2012
New Revision: 40676
URL: http://www.lyx.org/trac/changeset/40676

Log:
do not use config.guess anymore

Modified:
   lyx-devel/trunk/development/LyX-Mac-binary-release.sh

Modified: lyx-devel/trunk/development/LyX-Mac-binary-release.sh
==============================================================================
--- lyx-devel/trunk/development/LyX-Mac-binary-release.sh       Wed Jan 25 
23:59:42 2012        (r40675)
+++ lyx-devel/trunk/development/LyX-Mac-binary-release.sh       Thu Jan 26 
07:16:46 2012        (r40676)
@@ -226,8 +226,6 @@
 # if zip file is needed... remove the comment sign
 #LyxAppZip="${LyxAppPrefix}.zip"
 
-BuildSystem=`"${LyxSourceDir}/config/config.guess"`
-
 # ---------------------------------
 # DON'T MODIFY ANYTHING BELOW HERE!
 # ---------------------------------
@@ -328,7 +326,6 @@
                "${HunSpellSourceDir}/configure"\
                        --prefix="${HunSpellInstallDir}"\
                        ${HunspellConfigureOptions}
-                       #--host="${HOSTSYSTEM}" 
${BuildSystem:+"--build=${BuildSystem}"}
                make && make install${strip}
                for file in ${FILE_LIST} ; do
                        if [ -f "${HunSpellInstallDir}"/lib/${file} ]; then
@@ -499,7 +496,7 @@
                        --prefix="${LyxAppPrefix}" 
--with-version-suffix="-${LyXVersionSuffix}"\
                        ${QtInstallDir:+"--with-qt4-dir=${QtInstallDir}"} \
                        ${LyXConfigureOptions}\
-                       --host="${HOSTSYSTEM}" --build="${BuildSystem}" 
--enable-build-type=rel && \
+                       --enable-build-type=rel && \
                make -j2 && make install${strip}
                for file in ${LYX_FILE_LIST} ; do
                        if [ -f "${LYX_BUNDLE_PATH}/${file}" ]; then

Reply via email to