summaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* remove NSIS supportAndras Timar2011-12-061-53/+0
|
* Revert "GdkPrinter seems optional on Gtk3, too"Thorsten Behrens2011-12-061-12/+0
| | | | | | This reverts commit 88a4a8d997921309a7886ed0d1dc383ee3c2f767. Sorry, seemed to be an intermittent local problem.
* GdkPrinter seems optional on Gtk3, tooThorsten Behrens2011-12-061-0/+12
| | | | Added necessary configure magic & conditional compiles for that.
* make --disable-unix-qstart-libpng really work (fdo#36497)Petr Mladek2011-12-061-2/+2
|
* set up CFLAGS/LIBS for gtk print dialog in configureDavid Tardon2011-12-051-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.
* configure.in: search for pg_config in default fink/MacPort locationsLionel Elie Mamane2011-12-051-1/+1
|
* Oups... set_soeven does not like literal "@" in valuesLionel Elie Mamane2011-12-031-1/+1
|
* Internal libpq (PostgreSQL client lib)Lionel Elie Mamane2011-12-011-15/+21
|
* External PostgreSQL: automatically search MacOS-specific pathsLionel Elie Mamane2011-12-011-1/+7
|
* typo fix: explicitely -> explicitlyLior Kaplan2011-12-011-1/+1
|
* configure pgsql-sdbc: use PGCONFIG instead of relying on PATHLionel Elie Mamane2011-11-301-2/+2
|
* postgresql-sdbc: review build rulesLionel Elie Mamane2011-11-301-5/+5
|
* Don't add nonexistent Java files and dirs to various env varsTor Lillqvist2011-11-301-0/+5
|
* rename, and bundle the postgresql driver if it is enabledMichael Meeks2011-11-301-0/+2
|
* Use SmART Gallery 0.95Kalman Szalai - KAMI2011-11-301-1/+1
|
* Makefile.in -- die, die, die!Bjoern Michaelsen2011-11-291-1/+1
|
* Add enable-oxygenoffice configure switchKalman Szalai - KAMI2011-11-291-0/+21
| | | | Now only handling brand downloading
* Export DO_FETCH_TARBALLS in set_soenv.Tomas Chvatal2011-11-291-0/+1
|
* Add checking msg for tarball fetching so we know if it is on/offTomas Chvatal2011-11-291-0/+4
|
* Make branding bulk-configurable.Thorsten Behrens2011-11-291-31/+80
|
* Add comment about SOLAR_JAVA's alleged "BUILD" valueTor Lillqvist2011-11-281-1/+6
|
* remove PCH support in dmake-moduleNorbert Thiebaud2011-11-271-1/+1
|
* render the --enable-pch option inert.Norbert Thiebaud2011-11-271-18/+2
|
* Improve build-time Java checks when cross-compiling from MacOSXTor Lillqvist2011-11-251-2/+2
|
* Need double-quotes around backticks to avoid test syntax errorsTor Lillqvist2011-11-251-1/+1
|
* upstream seamoney-is-iceape.diff from libreoffice/buildBjoern Michaelsen2011-11-241-1/+3
|
* document that the mozilla build tooling is for nss as well as mozillaCaolán McNamara2011-11-241-1/+1
|
* Make SampleICC switchable between system and internal one.Tomas Chvatal2011-11-231-0/+21
|
* don't enable java extensions without java - fixupAndras Timar2011-11-231-1/+1
|
* don't enable java extensions without javaAndras Timar2011-11-231-3/+3
|
* only one launcher icon for silent MSIAndras Timar2011-11-211-0/+1
|
* Fix --with-max-jobs descriptionFrançois Tigeot2011-11-191-1/+1
|
* Remove layout from configure opts (does nothing now).Tomas Chvatal2011-11-191-5/+0
|
* add --enable-silent-msi configure switchAndras Timar2011-11-181-0/+18
| | | | | On Windows it is now configurable to create an MSI installer which installs LibreOffice without user interaction.
* Implement --with-sytem-postgreql and --with-libq-path; cleanup unused #defineLionel Elie Mamane2011-11-171-7/+45
|
* capitalisationLionel Elie Mamane2011-11-171-1/+1
|
* make postgresql-sdbc connectivity optionalNorbert Thiebaud2011-11-171-13/+23
|
* Check for PQconnectdbParams in libpqLionel Elie Mamane2011-11-171-1/+2
|
* Apply sdbc-postgresql-config_office.diffLionel Elie Mamane2011-11-171-0/+17
|
* fix cross compile issue (missing build_env.in)Norbert Thiebaud2011-11-161-0/+1
|
* add utility script and build_env to avoid sourcing Env.Host.shNorbert Thiebaud2011-11-161-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The goal is to able to do partial build without having to source Env.Host.sh into one's environment There is 2 way to use this: 1/ copy the scripts lo_find_src_root and lo_proxy_start somewhere in your PATH, and then you can add alias build='lo_proxy_start build' alias deliver='lo_proxy_start deliver' in your .bashrc at that point you can use build and deliver anywhere in the source tree without the need to source anything. This allow you to switch from one source tree to another. the proper SRC_ROOT will be determined automatically based on the current working directory 2/ source build_env build_env only source the bare minimum to allow build and make to work for the associated source tree. If you want to work in a diffrent tree, you need to resource
* removing obsolete layout codeFelix Zhang2011-11-151-10/+0
|
* Use proper switch for on/of qstart-libpng.Tomas Chvatal2011-11-151-1/+1
|
* disable xrender based-test for trget that do not test for xrenderNorbert Thiebaud2011-11-141-6/+7
|
* avoid trying to run stuff at configure time due to cross-compile needNorbert Thiebaud2011-11-141-9/+8
|
* Link with libXrender instead of dynamically open itCaolán McNamara2011-11-141-33/+30
| | | | | | | | | Let's not mess around dlopening it and leaving gaps in the support whereby we currently require it to exist either linked or "dlopenable+display supports it" with dlopenable + display doesn't support it leaves a crashing gap where there are no appropiate checks for that case.
* convert tab to spaceTomas Chvatal2011-11-111-1/+1
|
* nsplugin check must occurs after enable_gtk value is completely settled.Norbert Thiebaud2011-11-111-17/+17
|
* Add nsplugin switch so we dont bind nsplugin building to gtk switch.Tomas Chvatal2011-11-111-1/+23
|
* No accessible system libxslt for iOSTor Lillqvist2011-11-111-1/+1
|