summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2014-06-30Revert "use bundled (non-system) versions of libxml2 and libxslt for OS X <10.6"Douglas Mencken1-5/+1
This reverts commit e5934962bd55970c54b399351559e90d02b75b6b. It never worked on 10.5 (but worked for >10.5) actually due to xsltproc and make's "Circular dependency dropped" issues. Change-Id: I8770d99a86deb5276bf28dc38da8a5165426e1ef Reviewed-on: https://gerrit.libreoffice.org/9958 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2014-06-29OS X: PYTHON_CFLAGS & PYTHON_LIBS (--enable-python=system)rbuj1-2/+7
Use $FRAMEWORKSHOME instead of /Developer/SDKs/MacOSX${with_macosx_sdk}.sdk/System/Library/Frameworks. As of Xcode 5.0, Python has been moved outside the SDK, so it doesn't provide the Python framework. Now we have to use common unix parameters unlike older versions of Xcode. It is described in the technical note TN2328. Change-Id: Ib2a010e7c3839a8906acb2453c90ef2bd2f258d7 Reviewed-on: https://gerrit.libreoffice.org/9926 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-06-29OS X: JDK_HOME configurationrbuj1-0/+6
/usr/libexec/java_home helps to set the current JDK_HOME. Actually JDK_HOME should NOT be set where java (/usr/bin/java) is located. AC_PATH_PROG(JAVAINTERPRETER, $with_java) returns /usr/bin/java. /usr/bin/java -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java. Change-Id: Ie3166731c1525f5b44414fa4dda642edb9408757 Reviewed-on: https://gerrit.libreoffice.org/9960 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-06-28revert forcing system-odbc on MAc as Maverick dropped system supportNorbert Thiebaud1-1/+1
We prolly need to look at iODBC and how to carry the headers as 'external' Note the dylib for runtime are still in 10.9 Change-Id: I6cad2b90fcb61b5787c0599e40d48a74b8ff917a
2014-06-27odbc properly support platform with sizeof(SQLWCHAR) = 4Norbert Thiebaud1-1/+1
Change-Id: I06d5a6c93817d2623fac3962b82c1319caf13276
2014-06-27Assume $FRAMEWORKSHOME/JavaVM/Headers is junkStephan Bergmann1-1/+2
(What I have on OS X 10.9 $FRAMEWORKSHOME/JavaVM.framework/Headers, but that should already be covered by the preceding $FRAMEWORKSHOME/JavaVM.framework/Versions/Current/Headers.) Also, fix up 359ba1dfdf8de1f2cff185f16ec21b6dc88feac9 "OS X: JDK include path for JDK 1.8" to not set JAVAINC twice. Change-Id: I83c0cdc33ada897fcf8b79fb8df737af26687aa6 Reviewed-on: https://gerrit.libreoffice.org/9931 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2014-06-27integrate libpagemakerDavid Tardon1-0/+5
Change-Id: I077d7c9a41793abdf5f001386f44ac407f94a6d3
2014-06-26my clang doesn't grok -isystemPATH only -isystem PATHCaolán McNamara1-1/+1
Change-Id: I08a961fa7c9e1983239b9c2606d47824bc535d3b
2014-06-25Update libgltf: new build system and various fixesZolnai Tamás1-14/+1
Building: - The new tarball has reasonable build system so build libgltf as external package instead of compiling source files directly. - Freetype dependancy is removed Improvements comes with the new libgltf - Can rotate the models too (orbit mode) - Two camera handling mode: walkthrough and orbit (press M to change). - gltf_animation_set_time() works - FPS can be displayed without freetype (press F) Additional notes: - There were some bugs/regressions which are fixed during the integration (see patches). - License files are uddated now. - libgltf building is enabled only on those platforms on which gltf support actually works (windows and linux) Change-Id: Ia6c9c4da53a9b4fedba0d73aa5791489f8ad424b Reviewed-on: https://gerrit.libreoffice.org/9895 Reviewed-by: Zolnai Tamás <zolnaitamas2000@gmail.com> Tested-by: Zolnai Tamás <zolnaitamas2000@gmail.com>
2014-06-18OS X: JDK include path for JDK 1.8rbuj1-0/+3
Change-Id: Ibc2787475249b228b987fb56fab04b8465a26136
2014-06-12Introduce HAVE_FEATURE_GLTF to enable/disable gltf related codeZolnai Tamás1-1/+7
When it is a release build then enable it only on Windows and Linux. Change-Id: I7c462aeb75e6ab60eeaa0fa42ca7853a6369b742
2014-06-12redland >= 1.0.16 is required not 1.16Baptiste Daroussin1-1/+1
Change-Id: I92e7e6a1b871c3cefc5aca39d32b6837e624c157 Reviewed-on: https://gerrit.libreoffice.org/9752 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-06-11ThinkoTor Lillqvist1-1/+1
Change-Id: I78a388385d4629bda35af8c08445f21ac547e86b
2014-06-11The Cygwin realpath command fails for dirs on a mounted volume so just warnTor Lillqvist1-2/+4
Change-Id: Idff480084b22a5db6a0f00f90b7febc8488ba2af
2014-06-10On FreeBSD x86_64 is named amd64Baptiste Daroussin1-1/+1
Change-Id: I14c653f8b3fe0dc9855aa51643cfc40cbccb763e Reviewed-on: https://gerrit.libreoffice.org/9714 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-06-10Add --enable-macosx-package-signingTor Lillqvist1-1/+37
Change-Id: I355158f6cb584d252a21dfbce6e7cea6c70bba99
2014-06-09gbuild: UnpackedTarball: use Win32 paths for make targetsMichael Stahl1-1/+2
Change-Id: I78f56bb28d4b9b6c0696f83f3e06d836fd3427cd
2014-06-08Add --with-macosx-app-name configure option that propagates to MACOSX_APP_NAMETor Lillqvist1-2/+10
Change-Id: I5997669d9e990c302871e08a336a4d8365d5aa13
2014-06-06PackageMaker does not exist any moreTor Lillqvist1-16/+3
Change-Id: Iefd1980fc87daa709e8e5c833407c2595e71b401
2014-06-03getDataStream() returns non-const ptr nowDavid Tardon1-1/+1
Change-Id: I6d1e811622cda61575464df8e4036b388a4ab706
2014-06-02Accept the OS X 10.10 SDKTor Lillqvist1-5/+14
Change-Id: Ic9c210e51f9f6b776e77988fdb1c719ee3d9d73a
2014-05-31libe-book/etonyek 0.1.0, is not enough, we need (upcoming) 0.1.1Rene Engelhard1-2/+2
Change-Id: I068a3fb7ad2da0133f60900d4db85c2107269653
2014-05-30We don't need cups on the build platform when cross-compilingTor Lillqvist1-0/+1
Change-Id: I462a33b58d427dd2fce3ab9de4b4c96f4ad0440e
2014-05-30Debians cups lib is not libcupsys2-dev anymore since long - but libcuups2-devRene Engelhard1-1/+1
Change-Id: I6c7dad163f6c93ba135329901dc86917577d59a2
2014-05-27configure: don't check JVM bit-ness when cross compilingMichael Stahl1-1/+3
Change-Id: Icf3a58257c8c8e90d7e9d38f167a9b9f80d4bf32
2014-05-27configure: try to detect using JDK with wrong bitnessMichael Stahl1-0/+15
Another option would be to try -d32 / -d64, not obvious which is better. Change-Id: I2836d8a07e55971999f91dd417916aca394ccfa6
2014-05-26drop trailing commaDavid Tardon1-1/+1
Change-Id: Iaed722dc183158e1a73a6cafd91248aa76527ff3
2014-05-26libwpd-stream does not exist anymoreDavid Tardon1-1/+1
Change-Id: Iaec196373d913f47c2b4575fcefcd41fa97fc808
2014-05-26rebase all import libsDavid Tardon1-13/+13
Change-Id: I9e1fc613816c943f4fb1033185e34e3acf317f1d
2014-05-25always provide REDLAND_CFLAGS/LIBS to ext. projectsDavid Tardon1-1/+5
Change-Id: Iad1004503e91fbaf6251edc50b20d89ddbb15efa
2014-05-25bundle librevengeDavid Tardon1-0/+5
Change-Id: Ic36c1670866545db2cf2f29867de7e5b0ad2d57d
2014-05-21Bin "Do not use for the TDF build" warningTor Lillqvist1-14/+0
Change-Id: I465e23dbe1d84a411c65500875a8821a116ecd2b
2014-05-21Make using libc++ non-optional on OS X, always use when possibleTor Lillqvist1-22/+1
Change-Id: I76da768e035176c6469d9473364e9e2c9086ecae
2014-05-21bump product version to 4.4.0.0.alpha0+Christian Lohmaier1-1/+1
Change-Id: Ic309dbcc49a423bce10e9ea711e8ba0702552816
2014-05-21care for Java 1.5 support in external packagesDouglas Mencken1-4/+24
apache commons-lang 3.3.1 and commons-codec 1.9 are for use only with JDK 1.6 and higher see commits: 1731f6e692bb0a07a2bca4b1b190163f209d2b9e "bump apache-commons-lang to 3.3.1" 3dad9b1019bebcc6db63a424afa146e007f768d2 "bump apache-commons-codec to 1.9" Change-Id: I3e71f6474becafe6c91836bbac5c6a8b7ca3442c Reviewed-on: https://gerrit.libreoffice.org/9312 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-05-20No reason to avoid CoinMP for Android and iOSTor Lillqvist1-2/+2
Change-Id: I78eb3a706251ba64ad87e7985fc43c90bea2f767
2014-05-20If we don't want lpsolve we don't want lpsolveTor Lillqvist1-18/+20
Change-Id: I6038faf296831da0855eb7cd3628c5c6978d4cb3
2014-05-16Add more info about XCODE_DEBUG_INFORMATION_FORMATTor Lillqvist1-1/+3
Change-Id: I90b1140d9c3f70f01eb673e6d9113593bbe57a09
2014-05-14Fix --with-export-validation checkStephan Bergmann1-1/+1
Change-Id: I12b99b361a10f48435694719870ed16f2ce4a31a
2014-05-14use bundled (non-system) versions of libxml2 and libxslt for OS X <10.6Douglas Mencken1-1/+5
fixes fdo#78612 and fdo#77893 Change-Id: Iac36211095cc009a356f335a93a184ea5078214d Reviewed-on: https://gerrit.libreoffice.org/9353 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2014-05-13Introduce OpenCollada external libraryZolnai Tamás1-0/+25
Change-Id: I08a806b9319f7cb55be3b38a3bb9370799f6752b
2014-05-08Prevent false positive configure check under Clang -fsanitize=addressStephan Bergmann1-1/+14
(at the expense of effectively disabling the check in that case, though) Change-Id: I57a0f4f815e8e8dac09e8695f3281504a6501569
2014-05-08New --disable-runtime-optimizationsStephan Bergmann1-0/+33
...to better serve the needs of tools like -fsanitize=address Change-Id: Ic2f2b981b2f5c1bc95ff91bc7a8d21fbb695dc8d
2014-05-07Build libgltf (and freetype) for iOS, tooTor Lillqvist1-1/+1
They won't be used for now, but just to enforce portability of the libgltf code a bit. Change-Id: Ie5d2b9125eb0f4a2e432dcb8b55d5f494a5ed34d
2014-05-07Build libgltf for Android, tooTor Lillqvist1-1/+1
It won't be used for now, anyway, as libgltf is used only in avmedia and we don't build any avmedia for Android. But just to make sure the code stays portable. Change-Id: I7a4e5ee3d22f28a407d400a65a1704c23dcb1107
2014-05-06libgltf builds without problems on OS X for me, so let's try enabling itTor Lillqvist1-1/+1
Change-Id: I3981629cf59c752388c647c939c998528d8ca610
2014-05-05fix windows build(external/poppler)Tomofumi Yagi1-1/+2
Fix build error on windows with --enable-dbgutil autogen.sh option. We need to link freetype248_D.lib,when we use --enable-dbgutil option. (Suffix "_D" is needed.) Change-Id: Ib2927e777d9b9bb615e1df62e428cf17cc8bc26e Reviewed-on: https://gerrit.libreoffice.org/9248 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-04-29upgrade to ICU 53.1, fdo#77071 relatedEike Rathke1-1/+1
plus further work in i18npool to make that build adapt i18npool to ICU 53 upgrade, fdo#77071 Korean charset collator can't be built from ko_charset.txt because of "The runtime code decomposes Hangul syllables on the fly, with recursive processing but without making the Jamo pieces visible for matching. It does not work with certain types of contextual mappings." "While handling a Hangul syllable, contractions starting with Jamo L or V would not see the following Jamo of that syllable." (this is where we bail out already with the first syllable of ko_charset.txt) Another condition to fail is described as "A contraction ending with Jamo L or L+V would require generating Hangul syllables in addTailComposites() (588 for a Jamo L), or decomposing a following Hangul syllable on the fly, during contraction matching." Excluded the file from the build for ICU >=53 and hope that ICU in the mean time handles Korean collation correctly. Additionally, ICU 53 took ages (if it would had finished at all) to build the collator from zh_TW_charset.txt because of the \u#### escaped notation. Converted the file's content to characters using http://www.rishida.net/tools/conversion/ Change-Id: I64213214b4870e7077f72b95fee1ddc9782c2b21 Reviewed-on: https://gerrit.libreoffice.org/9204 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-04-26specify linking opts for jawt centrallyDavid Tardon1-1/+1
Change-Id: Idb8d97d44b16bbe41372d97c46199ec786c38218
2014-04-25add better info on the Qt patches needed for KFileDialogLuboš Luňák1-2/+18
Change-Id: I1902f962ac03b171c5e7a45d9c8e59450b04418f