summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
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
2011-12-30move MS stuff earlier in configure. pre-work for set_soenv.in migrationNorbert Thiebaud
2011-12-30move PRODUCT and PROEXT determination earlier in configure.Norbert Thiebaud
the is a prep work to migrate IN/OUTPATH out of set_soenv.in
2011-12-30build qadevOOo only if OOO_JUNIT_JAR are set (add BUILD_TYPE)Rene Engelhard
2011-12-24do not export SUNTEMPLATE_LANG. Not used anywhereNorbert Thiebaud
2011-12-24binned XAU_LIBS from configure.in. Not used anywhere.Norbert Thiebaud
2011-12-24binned --enable-static-gtk... no used anywhere.Norbert Thiebaud
2011-12-24prep work to eliminated Env.*.sh, introduce config_{host,build}.mkNorbert Thiebaud
This introduce config_host.mk and config_build.mk generated from config_host.mk.in The intent is for that file to be both sourcable in a shell and includable in a gnu Makefile. Eventually all the environment set-up will be in config_host.mk.in and so there won't be a need to source anything in shell before make.
2011-12-22Revert "Fix gmake detection for MacOSX"Bjoern Michaelsen
This reverts commit cf33de27eb5e981d8a1fa76f6a9d72ce7174f10d. This breaks make bug 20033 detection on Linux. If this can not be reliably detected on OSX, just disable parallelism for GNU make 3.81 on OSX in general, but leave the detection intact for Linux.
2011-12-21only use posix_fallocate() if it's actually availableRobert Nagy
2011-12-20Do hardcode alignments for PowerPC Mac OS XTor Lillqvist
2011-12-20Require ac_cv_alignof_* env vars if we don't have AC_CHECK_ALIGNOFTor Lillqvist
2011-12-20Abandon attempt to use the debug CRT in a dbgutil buildTor Lillqvist
2011-12-20Fix gmake detection for MacOSXJames C
2011-12-18remove obsolete (OxygenOffice-style) Lightproof integrationAndras Timar
2011-12-17do not package pything scripting extension when building --with-python=noNorbert Thiebaud
2011-12-17use a c-version of concat-deps.plNorbert Thiebaud
This touch configure.in with a trivial space removal to force a ./bootstrap on the tinderboxes This make ./bootstrap build a 'build-side' executable concat-deps and modify LinkTarget.mk to use it instead of concat-deps.pl The impact is a conservative x10 times improvement in both elapsed and cpu time in overhead due to DEP generations. time make -sr build in tail_build after removing workdir/$INPATH/Dep/LinkTarget/Library/* (all on Intel X3360, 2.83GHz, 4-core) before: elapsed: 116.5 cpu: 115.9 after elapsed: 24.3 cpu: 23.9 base (no dep processing, i.e no rm of Dep/...) elapsed: 17.5 cpu: 17.4 overhead ratio: elapsed: 14.5x cpu: 15x same with -j6 before: elapsed: 47 cpu: 116 after: elapsed: 20.8 cpu: 24 base: elapsed: 17.5 cpu: 17.5 overhead ratio: elapsed: 9x cpu: 15x Note: for now the executable is generated directly in the source tree (in solevn/bin ). That is not ideal. It and other similar polution should be moved, to workdir most likely.. For now we just hide the mess under the .gitignore carpet
2011-12-17Do build cairo for Android, will likely be neededTor Lillqvist
2011-12-15Save the config.log for the build platform as config.Build.logTor Lillqvist