--- misc/Python-2.6.1/configure Thu Mar 17 13:00:41 2011 +++ misc/build/Python-2.6.1/configure Thu Mar 17 12:58:50 2011 @@ -2042,7 +2042,9 @@ if test -z "$MACHDEP" then ac_sys_system=`uname -s` - if test "$ac_sys_system" = "AIX" -o "$ac_sys_system" = "Monterey64" \ + if test -n "$OOO_SYSBASE_SYS_RELEASE"; then + ac_sys_release=$OOO_SYSBASE_SYS_RELEASE + elif test "$ac_sys_system" = "AIX" -o "$ac_sys_system" = "Monterey64" \ -o "$ac_sys_system" = "UnixWare" -o "$ac_sys_system" = "OpenUNIX"; then ac_sys_release=`uname -v` else /cgit/lo/core/'>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/wizards/Package_template.mk
AgeCommit message (Expand)Author
2017-05-21Resolves: tdf#107964 partially revert "unused basic dialog"Caolán McNamara
2017-05-02unused wizards basic file and dialogCaolán McNamara
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl
2013-09-23Try to fix cross-compilationTor Lillqvist
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist
2013-06-03re-base on ALv2 code. Includes:Michael Meeks