From a369727378d91252a98e1e9a12e76eb07a7a1d8c Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Thu, 26 Jan 2012 06:16:46 +0000 Subject: [PATCH] do not use config.guess anymore git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40676 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/LyX-Mac-binary-release.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/development/LyX-Mac-binary-release.sh b/development/LyX-Mac-binary-release.sh index 18b7285ba3..776d1eeca3 100644 --- a/development/LyX-Mac-binary-release.sh +++ b/development/LyX-Mac-binary-release.sh @@ -226,8 +226,6 @@ LyxAppPrefix="${LyxAppDir}.app" # 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 @@ if [ -d "${HunSpellSourceDir}" -a ! -f "${HunSpellInstallHdr}" ]; then "${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 @@ build_lyx() { --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