summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2014-07-10Cleanup configure's make recommendations for stale make versions.Michael Meeks
Change-Id: Ib0c546e835bd3e6961632d4644901436061dc072
2014-07-09fdo#75937 - package galaxy theme in a form we like; cf. fdo#81103.Michael Meeks
Change-Id: If920257f141a2dc4208d1fd322b875fdc8315cee
2014-07-08cosmetic: fix few intentations irregularitiesNorbert Thiebaud
Change-Id: I3154e79cf43b836c46512575834ed8a99b56c912
2014-07-08kill UPD,SOURCEVERION and WORK_STAMPNorbert Thiebaud
Change-Id: Icea7057734020914fe0df3df70c8a895e96c1af0
2014-07-08Bump build-time system python's requirement to 2.6.Douglas Mencken
"Writing Python code that is OK on 2.x and 3.x is next to impossible when 2.x is 2.5" --Miklos Vajna Change-Id: I432c2773eb60ab3bd5cc907407ca5159ce4390ad Reviewed-on: https://gerrit.libreoffice.org/10116 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-07-08Construct and propagate the argument to xcodebuild's -sdk optionTor Lillqvist
Change-Id: I810ea99f61c47da62f2489d5176f6fbb779134a9
2014-07-08auto-detect the presence of a native gmake on windowsNorbert Thiebaud
Change-Id: Ie1c7e022a2e1713a111ebd2db9db866e09f4f4f4 Reviewed-on: https://gerrit.libreoffice.org/10120 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-07-08configure, gbuild: remove Cygwin paths from make environmentMichael Stahl
All environment variables contain native Win32 paths. This allows building with Win32 make and Cygwin sh.exe, but Cygwin make cannot build any more with the Win32 entries in PATH. Requires adding "bash" detection to configure since /usr/bin/env can't be invoked by Win32 make and it's possible to install cygwin somewhere else than C:/cygwin. Change-Id: Ia8f4ee3c91222e8f5919cfbfc452f12ffbfadd40 Reviewed-on: https://gerrit.libreoffice.org/9698 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-06-30Revert "use bundled (non-system) versions of libxml2 and libxslt for OS X <10.6"Douglas Mencken
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)rbuj
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 configurationrbuj
/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 Thiebaud
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 Thiebaud
Change-Id: I06d5a6c93817d2623fac3962b82c1319caf13276
2014-06-27Assume $FRAMEWORKSHOME/JavaVM/Headers is junkStephan Bergmann
(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 Tardon
Change-Id: I077d7c9a41793abdf5f001386f44ac407f94a6d3
2014-06-26my clang doesn't grok -isystemPATH only -isystem PATHCaolán McNamara
Change-Id: I08a961fa7c9e1983239b9c2606d47824bc535d3b
2014-06-25Update libgltf: new build system and various fixesZolnai Tamás
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.8rbuj
Change-Id: Ibc2787475249b228b987fb56fab04b8465a26136
2014-06-12Introduce HAVE_FEATURE_GLTF to enable/disable gltf related codeZolnai Tamás
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 Daroussin
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 Lillqvist
Change-Id: I78a388385d4629bda35af8c08445f21ac547e86b
2014-06-11The Cygwin realpath command fails for dirs on a mounted volume so just warnTor Lillqvist
Change-Id: Idff480084b22a5db6a0f00f90b7febc8488ba2af
2014-06-10On FreeBSD x86_64 is named amd64Baptiste Daroussin
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 Lillqvist
Change-Id: I355158f6cb584d252a21dfbce6e7cea6c70bba99
2014-06-09gbuild: UnpackedTarball: use Win32 paths for make targetsMichael Stahl
Change-Id: I78f56bb28d4b9b6c0696f83f3e06d836fd3427cd
2014-06-08Add --with-macosx-app-name configure option that propagates to MACOSX_APP_NAMETor Lillqvist
Change-Id: I5997669d9e990c302871e08a336a4d8365d5aa13
2014-06-06PackageMaker does not exist any moreTor Lillqvist
Change-Id: Iefd1980fc87daa709e8e5c833407c2595e71b401
2014-06-03getDataStream() returns non-const ptr nowDavid Tardon
Change-Id: I6d1e811622cda61575464df8e4036b388a4ab706
2014-06-02Accept the OS X 10.10 SDKTor Lillqvist
Change-Id: Ic9c210e51f9f6b776e77988fdb1c719ee3d9d73a
2014-05-31libe-book/etonyek 0.1.0, is not enough, we need (upcoming) 0.1.1Rene Engelhard
Change-Id: I068a3fb7ad2da0133f60900d4db85c2107269653
2014-05-30We don't need cups on the build platform when cross-compilingTor Lillqvist
Change-Id: I462a33b58d427dd2fce3ab9de4b4c96f4ad0440e
2014-05-30Debians cups lib is not libcupsys2-dev anymore since long - but libcuups2-devRene Engelhard
Change-Id: I6c7dad163f6c93ba135329901dc86917577d59a2
2014-05-27configure: don't check JVM bit-ness when cross compilingMichael Stahl
Change-Id: Icf3a58257c8c8e90d7e9d38f167a9b9f80d4bf32
2014-05-27configure: try to detect using JDK with wrong bitnessMichael Stahl
Another option would be to try -d32 / -d64, not obvious which is better. Change-Id: I2836d8a07e55971999f91dd417916aca394ccfa6
2014-05-26drop trailing commaDavid Tardon
Change-Id: Iaed722dc183158e1a73a6cafd91248aa76527ff3
2014-05-26libwpd-stream does not exist anymoreDavid Tardon
Change-Id: Iaec196373d913f47c2b4575fcefcd41fa97fc808
2014-05-26rebase all import libsDavid Tardon
Change-Id: I9e1fc613816c943f4fb1033185e34e3acf317f1d
2014-05-25always provide REDLAND_CFLAGS/LIBS to ext. projectsDavid Tardon
Change-Id: Iad1004503e91fbaf6251edc50b20d89ddbb15efa
2014-05-25bundle librevengeDavid Tardon
Change-Id: Ic36c1670866545db2cf2f29867de7e5b0ad2d57d
2014-05-21Bin "Do not use for the TDF build" warningTor Lillqvist
Change-Id: I465e23dbe1d84a411c65500875a8821a116ecd2b
2014-05-21Make using libc++ non-optional on OS X, always use when possibleTor Lillqvist
Change-Id: I76da768e035176c6469d9473364e9e2c9086ecae
2014-05-21bump product version to 4.4.0.0.alpha0+Christian Lohmaier
Change-Id: Ic309dbcc49a423bce10e9ea711e8ba0702552816
2014-05-21care for Java 1.5 support in external packagesDouglas Mencken
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 Lillqvist
Change-Id: I78eb3a706251ba64ad87e7985fc43c90bea2f767
2014-05-20If we don't want lpsolve we don't want lpsolveTor Lillqvist
Change-Id: I6038faf296831da0855eb7cd3628c5c6978d4cb3
2014-05-16Add more info about XCODE_DEBUG_INFORMATION_FORMATTor Lillqvist
Change-Id: I90b1140d9c3f70f01eb673e6d9113593bbe57a09
2014-05-14Fix --with-export-validation checkStephan Bergmann
Change-Id: I12b99b361a10f48435694719870ed16f2ce4a31a
2014-05-14use bundled (non-system) versions of libxml2 and libxslt for OS X <10.6Douglas Mencken
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ás
Change-Id: I08a806b9319f7cb55be3b38a3bb9370799f6752b
2014-05-08Prevent false positive configure check under Clang -fsanitize=addressStephan Bergmann
(at the expense of effectively disabling the check in that case, though) Change-Id: I57a0f4f815e8e8dac09e8695f3281504a6501569