summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)AuthorFilesLines
2012-02-05remove unused CC_X64_BINARYNorbert Thiebaud1-4/+1
2012-02-05migrate SYNAMIC_CRT and use_shl_versionNorbert Thiebaud1-1/+5
2012-02-05move SunOS compiler detection up so that COMPATH is settled earlierNorbert Thiebaud1-26/+26
2012-02-05add api in configure.in to deal with PATH manipulations...Norbert Thiebaud1-0/+12
2012-02-05export a flag-variable to deal with cygwin only exportNorbert Thiebaud1-0/+3
2012-02-05add function to deal with native windows path variablesNorbert Thiebaud1-0/+8
2012-02-05Move MACOS related variable out of set_soenv.inNorbert Thiebaud1-0/+3
2012-02-05move COMPATH,EPM_FLAGS and connex variables out of set_soenv.inNorbert Thiebaud1-6/+50
2012-02-03Ensure AC_CHECK_LIB/AC_SEARCH_LIBS do not poison LIBSStephan Bergmann1-16/+33
2012-02-03enable Kerberos by default on DragonFly, tooLionel Elie Mamane1-1/+1
2012-02-03redo c16027de8423cdb6b33ce5f5f9e13fdc25b9dbeb cleanerLionel Elie Mamane1-3/+3
2012-02-03Fix configure step on various arm linux targets.Jani Monoses1-2/+2
2012-02-03Fix typo in configure messageJani Monoses1-1/+1
2012-02-02make --with-system-libs behave as documentedLionel Elie Mamane1-7/+11
2012-02-02Look for Xcode 3 also in /Xcode3 where I have it ;)Tor Lillqvist1-0/+6
2012-02-02configure.in: properly close caseLionel Elie Mamane1-0/+1
2012-02-02postgresql: enable Kerberos&GSSAPI on GNU/Linux and *BSDLionel Elie Mamane1-4/+13
2012-02-01_os is WINNT, not cygwin (Thanks Norbert)Korrawit Pruegsanusak1-1/+1
2012-01-27Bypass libwp? for iOSTor Lillqvist1-0/+6
2012-01-24Put a local.properties in android/qa/desktop, tooTor Lillqvist1-1/+2
2012-01-24Indent the postgresql stuff consistently like the rest of the fileTor Lillqvist1-44/+44
2012-01-23fdo#45090: Changed postgresql-sdbc from bundled oxt to proper optional part.Stephan Bergmann1-11/+9
2012-01-22Use more portable `=' comparison operator instead of `=='.Thomas Klausner1-1/+1
2012-01-22Must export SYSBASE for it to propagate through set_soenvTor Lillqvist1-1/+1
2012-01-20android: add the sdk platform-tools and tools to your path to simplifyMichael Meeks1-0/+1
2012-01-20Improve Android configuryTor Lillqvist1-15/+44
2012-01-19Don't point to non-existent directories in JAVA_LIBTor Lillqvist1-1/+4
2012-01-19Google calls armel just armTor Lillqvist1-1/+1
2012-01-18android: use config_host.mk for unit test goodnessMichael Meeks1-0/+1
2012-01-18android: add --with-android-ndk= option to simplify configure.Michael Meeks1-0/+23
2012-01-18_MSC_VER is compiler define and cpp.lcc needs to be taught about itFridrich Štrba1-0/+1
2012-01-17add human theme to configureBjoern Michaelsen1-2/+2
2012-01-16Fix typoTor Lillqvist1-1/+1
2012-01-16Env.Build.sh should source config_build.mkTor Lillqvist1-1/+1
2012-01-16There is no desktop/scripts/soffice.sh.in any moreTor Lillqvist1-1/+0
2012-01-16Attempt to manage without Berkeley DB on iOS and AndroidTor Lillqvist1-1/+3
2012-01-15simplify handling of JITC_PROCESSOR_TYPEDavid Tardon1-2/+2
2012-01-15config*: add cflags for gio, gconf and gnomevfsMatúš Kukan1-0/+6
2012-01-11avoid generating a file in the source treeDavid Tardon1-4/+1
2012-01-11bah, i forgot *export*David Tardon1-1/+1
2012-01-11we need a var. assignment here, not a valueDavid Tardon1-1/+2
2012-01-09Kill --with-local-solverTor Lillqvist1-18/+0
2012-01-09We don't need doxygen for the sub-configureTor Lillqvist1-0/+1
2012-01-05Switch from autodoc to doxygen for SDK C++ documentation.Stephan Bergmann1-0/+35
2012-01-05Set FONTCONFIG_LIBS and FREETYPE_LIBS for the internal case (for Android)Tor Lillqvist1-4/+12
2012-01-02migrate JAVALIB out of set_soenv.inNorbert Thiebaud1-1/+237
2012-01-02avoid conditional define, since they may cause troubles in x-comp caseNorbert Thiebaud1-2/+0
2012-01-02oops use == not = in dmake conditionalNorbert Thiebaud1-101/+138
2012-01-02The Android NDK calls the CPU just "arm", not "armel"Tor Lillqvist1-1/+1
2012-01-02ICU relying on undef is not viable in cross-compile scenarioNorbert Thiebaud1-4/+1