summaryrefslogtreecommitdiff
path: root/odk/config/configure.pl
AgeCommit message (Collapse)AuthorFilesLines
2014-12-02Fold URE: Remove OO_SDK_URE_HOME on non-WindowsStephan Bergmann1-4/+0
Change-Id: Iad0480eb39e2c1312c27cf9b90146c2beba592fd
2014-12-01Fold URE: Linux ure/share/misc/* -> program/Stephan Bergmann1-9/+3
...and remove now unused ure-link symlink Change-Id: Ic958432c1dad4fae213982d0af072187f151620b
2014-09-16Fix OO_SDK_URE_HOME for new Mac OS X layoutStephan Bergmann1-7/+1
Change-Id: I438b9ca643819cfd3e636e8157c6ef491beb1903
2014-09-16Move the non-Darwin way to determine OO_SDK_URE_HOME to where it belongsStephan Bergmann1-3/+3
Change-Id: Iedd35be577835a24c8d593859b1c1086d1e1ae92
2014-09-16Remove unused OFFICE_OR_URE[_SUGGESTION] variablesStephan Bergmann1-113/+81
Change-Id: Ifc90af4e536f860eb4bea5420a5e233471c4b291
2014-09-16config.guess is apparently not supposed to be called directlyStephan Bergmann1-1/+1
(if you look at how it is used by generated configure scripts); this fixes the inadvertent loss of executable flag in 3379a4d028a77de5a50e305175d80f65560d5688 "Update config.{guess,sub}" Change-Id: I29b3467970093006c994af63cb5f5bf087831ae6
2013-12-18fdo#72598: odk: remove SunStudio supportMichael Stahl1-40/+0
No idea if the GCC stuff that's in there actually works. Change-Id: Idd1b93edd88609f3c09d14134d00a15fa9c0b0b7
2013-07-25odk: let configure find the office path by default on dev-installMiklos Vajna1-0/+7
Change-Id: I50a698a16b8487945b4928d2c0e1c33c00c7641d
2013-06-26Related: #i121442# Add sed and cat as dependencies to odkAriel Constenla-Haile1-0/+60
(cherry picked from commit 0a78e6e85d8e921705b7ea90038f822d47fb58ab) Conflicts: odk/cfgWin.js odk/configure.pl odk/docs/install.html odk/setsdkenv_unix.sh.in odk/setsdkenv_windows.template odk/settings/std.mk Change-Id: Ie124ffbb857e796923981e13dc3116c7af341056
2013-04-10odk: remove duplicative setsdenv_unix.cshMichael Stahl1-8/+1
Having to maintain only one of these seems easier, and likely nobody uses csh any more. Change-Id: Ia4ddb54d27999fbf17ceea0b8bd76e59a29b023d
2013-02-23convert odk to gbuild and add to tail_buildPeter Foley1-0/+810
Change-Id: I8e8de7f2bb87cce7916c7c2df24c1b0ddaea55c0 Reviewed-on: https://gerrit.libreoffice.org/2288 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>