summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
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
2011-12-15No Makefile.in any moreTor Lillqvist
2011-12-15Introduce optional krb5&gssapi support for internal PostgreSQLLionel Elie Mamane
Enable it by default on MacOS X
2011-12-15Revert "enable -gdwarf-4 by default if possible"Luboš Luňák
It turns out even quite recent gdb (7.1) reportedly does not support DWARF4, moreover while the produced binaries are smaller, faster and make gdb initially use less memory, this quickly ceases to the case as soon as one actually does anything in gdb. Presumably the DWARF4 handling in current gdb is very inefficient (http://sourceware.org/bugzilla/show_bug.cgi?id=13498). This reverts commit 5214f7843ca48f2207945fbfe32ba164afe7b3aa. Conflicts: solenv/gbuild/platform/WNT_INTEL_GCC.mk solenv/gbuild/platform/unxgcc.mk
2011-12-12Some more postgresql fixesFridrich Štrba
1. The --enable-extension-integration affects only packaging 2. OUTDIR_FOR_BUILD is for native build in case of crosscompiling
2011-12-11--with-theme is without trailing sKorrawit Pruegsanusak
Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu>
2011-12-11Fix typoTor Lillqvist
2011-12-11I don't see ENABLE_FONTCONFIG being used anywhereTor Lillqvist
2011-12-11Download and build FreeType and fontconfig for AndroidTor Lillqvist
It will probably be simplest to just use FreeType on Android, too. (Android uses it itself, but doesn't provide its API publicly.) Probably fontconfig, too, although there shouldn't be much configuration per se that a LibreOffice-baed app would have to do at run-time; it will have to bundle all fonts it is going to use anyway, I think, so all font information is known a priori. But maybe in the future there will be user-installable system fonts on Android, or something.
2011-12-08Allow Xinerama to sit in another directory than other X librariesLionel Elie Mamane
2011-12-08Bump version to 3.6 (3.6.0, 360, 360m1)Tor Lillqvist
2011-12-08enable -gdwarf-4 by default if possibleLuboš Luňák
http://lists.freedesktop.org/archives/libreoffice/2011-December/021638.html
2011-12-08Stub Corel Draw importerFridrich Štrba
2011-12-08Rework yacc rule for gcc platforms.Thorsten Behrens
Generalized the OSX ppc workaround for ancient bison versions, factored out for all gcc platforms. Put bison version detection into configure accordingly, to switch on that, and not on platform.
2011-12-06remove NSIS supportAndras Timar
2011-12-06Revert "GdkPrinter seems optional on Gtk3, too"Thorsten Behrens
This reverts commit 88a4a8d997921309a7886ed0d1dc383ee3c2f767. Sorry, seemed to be an intermittent local problem.
2011-12-06GdkPrinter seems optional on Gtk3, tooThorsten Behrens
Added necessary configure magic & conditional compiles for that.
2011-12-06make --disable-unix-qstart-libpng really work (fdo#36497)Petr Mladek
2011-12-05set up CFLAGS/LIBS for gtk print dialog in configureDavid Tardon
The dialog is built for gtk 2.0 if the version present at the system is at least 2.10.0 and always for gtk 3.0.
2011-12-05configure.in: search for pg_config in default fink/MacPort locationsLionel Elie Mamane
2011-12-03Oups... set_soeven does not like literal "@" in valuesLionel Elie Mamane
2011-12-01Internal libpq (PostgreSQL client lib)Lionel Elie Mamane
2011-12-01External PostgreSQL: automatically search MacOS-specific pathsLionel Elie Mamane
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan
2011-11-30configure pgsql-sdbc: use PGCONFIG instead of relying on PATHLionel Elie Mamane
2011-11-30postgresql-sdbc: review build rulesLionel Elie Mamane
2011-11-30Don't add nonexistent Java files and dirs to various env varsTor Lillqvist
2011-11-30rename, and bundle the postgresql driver if it is enabledMichael Meeks
2011-11-30Use SmART Gallery 0.95Kalman Szalai - KAMI
2011-11-29Makefile.in -- die, die, die!Bjoern Michaelsen
2011-11-29Add enable-oxygenoffice configure switchKalman Szalai - KAMI
Now only handling brand downloading
2011-11-29Export DO_FETCH_TARBALLS in set_soenv.Tomas Chvatal
2011-11-29Add checking msg for tarball fetching so we know if it is on/offTomas Chvatal
2011-11-29Make branding bulk-configurable.Thorsten Behrens
2011-11-28Add comment about SOLAR_JAVA's alleged "BUILD" valueTor Lillqvist
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud
2011-11-27render the --enable-pch option inert.Norbert Thiebaud
2011-11-25Improve build-time Java checks when cross-compiling from MacOSXTor Lillqvist
2011-11-25Need double-quotes around backticks to avoid test syntax errorsTor Lillqvist
2011-11-24upstream seamoney-is-iceape.diff from libreoffice/buildBjoern Michaelsen
2011-11-24document that the mozilla build tooling is for nss as well as mozillaCaolán McNamara
2011-11-23Make SampleICC switchable between system and internal one.Tomas Chvatal
2011-11-23don't enable java extensions without java - fixupAndras Timar
2011-11-23don't enable java extensions without javaAndras Timar
2011-11-21only one launcher icon for silent MSIAndras Timar
2011-11-19Fix --with-max-jobs descriptionFrançois Tigeot