summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2012-03-18Add check for hamcrest even if it is not first in classpath.Tomas Chvatal1-2/+2
Conflicts: configure.in Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
2012-03-18fix wrong libpng check result textLuboš Luňák1-1/+1
Signed-off-by: Tomas Chvatal <tchvatal@suse.cz>
2012-02-21build also with older npapiRene Engelhard1-0/+20
(merge from e6d0daefbdb8367384d8e5c217f65118bd8dc565) Signed-off-by: Rene Engelhard <rene@debian.org>
2012-02-20Improve check for broken -fthreadsafe-staticsStephan Bergmann1-2/+8
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-02-10use system stdlibs on Linux by default (fdo#45074, fdo#45696)Petr Mladek1-3/+3
The old system libraries breaked 3rd-party extensions. There were also problems with exceptions hadnling. We use pretty old compiler for the official build, so it should be compatible with most systems. It is the preferred default also for other distro builds. Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
2012-01-23fdo#45090: Changed postgresql-sdbc from bundled oxt to proper optional part.Stephan Bergmann1-11/+8
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>
2012-01-18_MSC_VER is compiler define and cpp.lcc needs to be taught about itFridrich Štrba1-0/+4
(cherry picked from commit d3f17ac97d1d90069fd66ccc63caab0f0472dc7d) Signed-off-by: Tor Lillqvist <tlillqvist@suse.com>
2012-01-17add human theme to configureBjoern Michaelsen1-3/+3
Conflicts: configure.in
2012-01-11bah, i forgot *export*David Tardon1-1/+1
Signed-off-by: David Tardon <dtardon@redhat.com>
2012-01-11we need a var. assignment here, not a valueDavid Tardon1-1/+2
Signed-off-by: David Tardon <dtardon@redhat.com>
2012-01-11only use posix_fallocate() if it's actually availableRobert Nagy1-0/+2
2011-12-30build qadevOOo only if OOO_JUNIT_JAR are set (add BUILD_TYPE)Rene Engelhard1-0/+3
2011-12-18remove obsolete (OxygenOffice-style) Lightproof integrationAndras Timar1-50/+0
Signed-off-by: Andras Timar <atimar@suse.com>
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 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-12-08Allow Xinerama to sit in another directory than other X librariesLionel Elie Mamane1-4/+16
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-07remove NSIS supportAndras Timar1-53/+0
2011-12-07Revert "GdkPrinter seems optional on Gtk3, too"Thorsten Behrens1-12/+0
This reverts commit 88a4a8d997921309a7886ed0d1dc383ee3c2f767. Sorry, seemed to be an intermittent local problem.
2011-12-07GdkPrinter 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
2011-11-19Remove layout from configure opts (does nothing now).Tomas Chvatal1-5/+0
2011-11-18add --enable-silent-msi configure switchAndras Timar1-0/+18
On Windows it is now configurable to create an MSI installer which installs LibreOffice without user interaction.