summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2011-12-18remove obsolete (OxygenOffice-style) Lightproof integrationAndras Timar1-50/+0
2011-12-17do not package pything scripting extension when building --with-python=noNorbert Thiebaud1-0/+1
2011-12-17use a c-version of concat-deps.plNorbert Thiebaud1-1/+1
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 Lillqvist1-5/+1
2011-12-15Save the config.log for the build platform as config.Build.logTor Lillqvist1-0/+1
2011-12-15No Makefile.in any moreTor Lillqvist1-1/+0
2011-12-15Introduce optional krb5&gssapi support for internal PostgreSQLLionel Elie Mamane1-1/+61
Enable it by default on MacOS X
2011-12-15Revert "enable -gdwarf-4 by default if possible"Luboš Luňák1-18/+0
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 Štrba1-2/+4
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 Pruegsanusak1-1/+1
Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu>
2011-12-11Fix typoTor Lillqvist1-2/+2
2011-12-11I don't see ENABLE_FONTCONFIG being used anywhereTor Lillqvist1-3/+0
2011-12-11Download and build FreeType and fontconfig for AndroidTor Lillqvist1-0/+6
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 Mamane1-4/+16
2011-12-08Bump version to 3.6 (3.6.0, 360, 360m1)Tor Lillqvist1-1/+1
2011-12-08enable -gdwarf-4 by default if possibleLuboš Luňák1-0/+18
http://lists.freedesktop.org/archives/libreoffice/2011-December/021638.html
2011-12-08Stub Corel Draw importerFridrich Štrba1-0/+22
2011-12-08Rework yacc rule for gcc platforms.Thorsten Behrens1-0/+6
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 Timar1-53/+0
2011-12-06Revert "GdkPrinter seems optional on Gtk3, too"Thorsten Behrens1-12/+0
This reverts commit 88a4a8d997921309a7886ed0d1dc383ee3c2f767. Sorry, seemed to be an intermittent local problem.
2011-12-06GdkPrinter seems optional on Gtk3, tooThorsten Behrens1-0/+12
Added necessary configure magic & conditional compiles for that.
2011-12-06make --disable-unix-qstart-libpng really work (fdo#36497)Petr Mladek1-2/+2
2011-12-05set up CFLAGS/LIBS for gtk print dialog in configureDavid Tardon1-1/+9
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 Mamane1-1/+1
2011-12-03Oups... set_soeven does not like literal "@" in valuesLionel Elie Mamane1-1/+1
2011-12-01Internal libpq (PostgreSQL client lib)Lionel Elie Mamane1-15/+21
2011-12-01External PostgreSQL: automatically search MacOS-specific pathsLionel Elie Mamane1-1/+7
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan1-1/+1
2011-11-30configure pgsql-sdbc: use PGCONFIG instead of relying on PATHLionel Elie Mamane1-2/+2
2011-11-30postgresql-sdbc: review build rulesLionel Elie Mamane1-5/+5
2011-11-30Don't add nonexistent Java files and dirs to various env varsTor Lillqvist1-0/+5
2011-11-30rename, and bundle the postgresql driver if it is enabledMichael Meeks1-0/+2
2011-11-30Use SmART Gallery 0.95Kalman Szalai - KAMI1-1/+1
2011-11-29Makefile.in -- die, die, die!Bjoern Michaelsen1-1/+1
2011-11-29Add enable-oxygenoffice configure switchKalman Szalai - KAMI1-0/+21
Now only handling brand downloading
2011-11-29Export DO_FETCH_TARBALLS in set_soenv.Tomas Chvatal1-0/+1
2011-11-29Add checking msg for tarball fetching so we know if it is on/offTomas Chvatal1-0/+4
2011-11-29Make branding bulk-configurable.Thorsten Behrens1-31/+80
2011-11-28Add comment about SOLAR_JAVA's alleged "BUILD" valueTor Lillqvist1-1/+6
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-1/+1
2011-11-27render the --enable-pch option inert.Norbert Thiebaud1-18/+2
2011-11-25Improve build-time Java checks when cross-compiling from MacOSXTor Lillqvist1-2/+2
2011-11-25Need double-quotes around backticks to avoid test syntax errorsTor Lillqvist1-1/+1
2011-11-24upstream seamoney-is-iceape.diff from libreoffice/buildBjoern Michaelsen1-1/+3
2011-11-24document that the mozilla build tooling is for nss as well as mozillaCaolán McNamara1-1/+1
2011-11-23Make SampleICC switchable between system and internal one.Tomas Chvatal1-0/+21
2011-11-23don't enable java extensions without java - fixupAndras Timar1-1/+1
2011-11-23don't enable java extensions without javaAndras Timar1-3/+3
2011-11-21only one launcher icon for silent MSIAndras Timar1-0/+1
2011-11-19Fix --with-max-jobs descriptionFrançois Tigeot1-1/+1