summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2012-02-03Ensure AC_CHECK_LIB/AC_SEARCH_LIBS do not poison LIBSStephan Bergmann
... as that would interfere with subsequent such checks, esp. on Linunx versions that do not yet incorporate <https://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking> and would e.g. not notice they need -lkrb5 in "AC_SEARCH_LIBS(krb5_sendauth,[krb5..." if they earlied did "AC_CHECK_LIB([cups],..." (where libcups.so links against libkrb5.so).
2012-02-03enable Kerberos by default on DragonFly, tooLionel Elie Mamane
2012-02-03redo c16027de8423cdb6b33ce5f5f9e13fdc25b9dbeb cleanerLionel Elie Mamane
Also align our configure.in to the changes Change source file (configure.in), not only generated file (configure)
2012-02-03Fix configure step on various arm linux targets.Jani Monoses
Use arm* wildcard to match armel|armv7l|arm etc.
2012-02-03Fix typo in configure messageJani Monoses
2012-02-02make --with-system-libs behave as documentedLionel Elie Mamane
make it enable --with-system-headers and --with-system-jars also fixup lucene-analyzers.jar search path
2012-02-02Look for Xcode 3 also in /Xcode3 where I have it ;)Tor Lillqvist
2012-02-02configure.in: properly close caseLionel Elie Mamane
2012-02-02postgresql: enable Kerberos&GSSAPI on GNU/Linux and *BSDLionel Elie Mamane
It is part of the default/core install of (the major distributions of) these OSs
2012-02-01_os is WINNT, not cygwin (Thanks Norbert)Korrawit Pruegsanusak
See http://lists.freedesktop.org/archives/libreoffice/2012-January/024878.html
2012-01-27Bypass libwp? for iOSTor Lillqvist
2012-01-24Put a local.properties in android/qa/desktop, tooTor Lillqvist
2012-01-24Indent the postgresql stuff consistently like the rest of the fileTor Lillqvist
2012-01-23fdo#45090: Changed postgresql-sdbc from bundled oxt to proper optional part.Stephan Bergmann
Replaced --enable-ext-postgresql-sdbc with --disable-postgresql-sdbc. Renamed postgresql-sdbc.uno{.ini,rc} to consistent postgresql-sdbc.ini (which made the code a little easier). Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch> (cherry picked from commit 3a7ae48b6f610899200ae2800706533f7c4c9f80) Conflicts: configure.in connectivity/source/drivers/postgresql/makefile.mk
2012-01-22Use more portable `=' comparison operator instead of `=='.Thomas Klausner
2012-01-22Must export SYSBASE for it to propagate through set_soenvTor Lillqvist
2012-01-20android: add the sdk platform-tools and tools to your path to simplifyMichael Meeks
2012-01-20Improve Android configuryTor Lillqvist
Add a --with-android-sdk switch, and make that and the --with-android-ndk mandatory when building for Android. Automatically create a proper android/sc/qa/local.properties file (which points to the SDK) for Ant. Restore the Android ARM code generation related flags that I think we want to use (that used to be mentioned in README.cross but were accidentally dropped) to the automated setting of CC and CXX.
2012-01-19Don't point to non-existent directories in JAVA_LIBTor Lillqvist
2012-01-19Google calls armel just armTor Lillqvist
2012-01-18android: use config_host.mk for unit test goodnessMichael Meeks
2012-01-18android: add --with-android-ndk= option to simplify configure.Michael Meeks
2012-01-18_MSC_VER is compiler define and cpp.lcc needs to be taught about itFridrich Štrba
2012-01-17add human theme to configureBjoern Michaelsen
2012-01-16Fix typoTor Lillqvist
2012-01-16Env.Build.sh should source config_build.mkTor Lillqvist
2012-01-16There is no desktop/scripts/soffice.sh.in any moreTor Lillqvist
2012-01-16Attempt to manage without Berkeley DB on iOS and AndroidTor Lillqvist
Berkeley DB is used for help index and extension database. (Possibly only for a backward-compatible format of the latter, I am not sure.) Neither use makes much sense on Android and iOS. The existing help is for LO on desktop OSes anyway, help for LO-based apps on iOS and Android will naturally be quite different. On iOS there will definitely be no "extensions", and probably we don't want to bother with such on Android either.
2012-01-15simplify handling of JITC_PROCESSOR_TYPEDavid Tardon
2012-01-15config*: add cflags for gio, gconf and gnomevfsMatúš Kukan
2012-01-11avoid generating a file in the source treeDavid Tardon
2012-01-11bah, i forgot *export*David Tardon
2012-01-11we need a var. assignment here, not a valueDavid Tardon
2012-01-09Kill --with-local-solverTor Lillqvist
2012-01-09We don't need doxygen for the sub-configureTor Lillqvist
2012-01-05Switch from autodoc to doxygen for SDK C++ documentation.Stephan Bergmann
* New build prerequisite doxygen (controllable via --with-doxygen). * Adapted various headers to slightly different doxygen documentation syntax, but much clean up still remains to be done (i.e., warnings emitted by doxygen fixed).
2012-01-05Set FONTCONFIG_LIBS and FREETYPE_LIBS for the internal case (for Android)Tor Lillqvist
2012-01-02migrate JAVALIB out of set_soenv.inNorbert Thiebaud
2012-01-02avoid conditional define, since they may cause troubles in x-comp caseNorbert Thiebaud
2012-01-02oops use == not = in dmake conditionalNorbert Thiebaud
2012-01-02The Android NDK calls the CPU just "arm", not "armel"Tor Lillqvist
2012-01-02ICU relying on undef is not viable in cross-compile scenarioNorbert Thiebaud
2012-01-01GNUCOPY is one of these var that are defined-sensitive.Norbert Thiebaud
2012-01-01migrate non-conditional straight from configure.in var out of set_soenv.inNorbert Thiebaud
2011-12-31fix PathFormat, use build_os not host_osNorbert Thiebaud
2011-12-31fix typo: formattedKorrawit Pruegsanusak
2011-12-31fix 64 bits build detection for cygwinNorbert Thiebaud
2011-12-31Path format issue with cygwin... try to restore the original behaviorNorbert Thiebaud
2011-12-30type in COMEX handlingNorbert Thiebaud
2011-12-30migrate COM,CPU,CPUNAME,GUI,GUIBASE,INPATH,OUTPATH,PATH_SEPARATORNorbert Thiebaud