summaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* fix PYTHON_LIBSRobert Nagy2010-12-051-1/+2
| | | | | on some platforms there are extra libs needed when linking with -lpython, for example -pthread and -lutil on OpenBSD
* Revert "fix PYTHON_LIBS"Robert Nagy2010-12-051-2/+1
| | | | This reverts commit 611901b5fae1f221b4f913f39a939550b6de80ea.
* fix PYTHON_LIBSRobert Nagy2010-12-051-1/+2
| | | | | on some platforms there are extra libs needed when linking with -lpython, for example -pthread and -lutil on OpenBSD
* fix comment of checking the max number of jobsRobert Nagy2010-12-041-1/+1
|
* fix configure.in zenity breakagesNorbert Thiebaud2010-12-041-3/+2
|
* Don't override CFLAGS nor LDFLAGS, just append to them.Thomas Klausner2010-12-031-2/+2
| | | | Ok mmeeks@
* enable zenity support by default if it is in the pathMichael Meeks2010-12-031-5/+11
|
* disable cairo on MacOSNorbert Thiebaud2010-12-031-0/+1
|
* Make --with-opengl work on MacOSNorbert Thiebaud2010-12-031-15/+21
| | | | | now that --with-opengl is enabled by default, merge the patch dev300/transogl-crossplatform.diff.
* disable the binfilter by defaultMichael Meeks2010-12-021-6/+3
|
* default to use system-python for the sake of gdb-abilityMichael Meeks2010-12-021-1/+1
|
* default opengl to on, except on Windows & bin obsolste pam piecesMichael Meeks2010-12-021-23/+17
|
* default cairo, hids, and lockdown to enabled.Michael Meeks2010-12-021-10/+10
|
* default broffice to enabled, and epm to disabledMichael Meeks2010-12-021-5/+6
|
* Add with-linked-git and make repo list configurableThorsten Behrens2010-12-021-1/+22
| | | | | | | * adds --with-linked-git config option, that internally uses git-new-workdir * consolidates various repo lists into bin/repo-list, and use that to dynamically add l10n repo
* merge a modified version of patches/dev300/system-db-check.diffRobert Nagy2010-12-011-11/+25
| | | | | try to find all the supported db headers and libs in all the "standard" directories
* configure.in: Move the post_download creation up a bit.Jan Holesovsky2010-11-301-5/+8
| | | | | So that the message about what to do now (issue make and make dev-install) is the last thing the user sees.
* exile some download-dependent configure test into a post_download stepNorbert Thiebaud2010-11-301-85/+9
| | | | | | | | on windows, the configure check that some dll/exe are present. these are in fact automatically downloaded by the ./download script. but that script is run _after_ ./configure. So the tests are postponed and run in a post_download script that is invoked at the end of the download script.
* Expand documentation to mention debuglevels.Sebastian Spaeth2010-11-301-1/+3
| | | | Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* Adds OxygenOffice extras as configurable optionalKalman Szalai - KAMI2010-11-301-0/+80
| | | | | | | | | Introduces: --enable-extra-gallery - for additional galleries --enable-extra-template - for additional templates --enable-extra-sample - for additional samples --enable-extra-font - for additional fonts configure options.
* Improve configure help for --with-package-formatSebastian Spaeth2010-11-261-5/+4
| | | | List possible choices in the --help text.
* buildfix-x86-64-visibility-workaround.diff: migrate to gitFridrich Štrba2010-11-251-3/+5
|
* Revert "Add AC_SUBST(PYTHON) so that the PYTHON var can be used by the build"Robert Nagy2010-11-211-1/+0
| | | | This reverts commit e394fe91858b85a57781837d2aeaaa4613cb370e.
* Add AC_SUBST(PYTHON) so that the PYTHON var can be used by the buildRobert Nagy2010-11-211-0/+1
|
* libGLU needs libm so make sure it gets linkedRobert Nagy2010-11-181-0/+3
|
* Use the new stable libwp* releases as defaultFridrich Štrba2010-11-161-3/+3
|
* several openbsd changes to find libs and binariesRobert Nagy2010-11-151-12/+14
| | | | | | | | | - Add /usr/local/{bin,sbin} as last to find genbrk, genccode and gencmn. - Add more directories to qt_libdir and qt_incdir - Make sure find libqt-mt.so and libDCOP.so with a library major and minor in the filename where the .so does not exists, but foo.so.0.0 does.
* Separate option descriptionsNiko Rönkkö2010-11-111-4/+8
| | | | | | | It's not good to use option descriptions like --enable/disable-*. Also: If we want to replace default option descriptions with our owns, then we shall describe them both (dependency-tracking).
* De-uglify the randr check output (not 2 tests on one line)Sebastian Spaeth2010-11-101-2/+2
|
* Use $AWK and $SED consistently throughout configureSebastian Spaeth2010-11-101-8/+8
|
* Pull some common options as defaults and only change them if neededSebastian Spaeth2010-11-101-14/+10
|
* Make the configure run less verbose (without losing information)Sebastian Spaeth2010-11-101-19/+3
|
* Renaming extension options consistentlyNiko Rönkkö2010-11-061-93/+242
| | | | | | | | | | | | | | | Renamed all extensions to --enable-ext-* because "we do want to present them together in ./configure --help" See: b765a28ea9d63b60a14786b1a5484227175d413e Deprecated old options not removed but commented instead. ¡There are still extensions which are only in build/configure.in! Changed BUILD_TYPE from OOo to LibO See: Elide all "SO:" and "OOo:" build.lst prefixes
* Fix identationJesús Corrius2010-11-051-6/+6
|
* Add --enable-cl-x64 optionJesús Corrius2010-11-051-12/+49
|
* Remove obsolete --enable-cl-standardJesús Corrius2010-11-041-26/+0
|
* configure.in: Cluster all extension related options at one placeSebastian Spaeth2010-11-041-91/+90
| | | | | | | | | | | | | | | | | | | | - Pulled together all extension related options in one place in the configure, they were cluttered all around the place. We do want to present extensions together in ./configure --help. - Add an -ext- to these configure options to clarify they are extensions: --enable-ext-presenter-ui, enable-ext-presenter-minimizer, --enable-ext-presenter-console, enable-ext-pdfimport, --enable-ext-wiki-publisher (Similar changes should still be done to the rest of the extensions) - Quit with explicit error message when using conflicting --without-java and --enable-ext-wiki-publisher. - Remove some minor things. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* BUILD_TYPE needs to stay OOo, unless more cleanup happensThorsten Behrens2010-11-041-1/+1
| | | | | | Partially revert 58f59291db32e07b06311337be1e9f7a930291b2 - the name here needs to match all those */prj/build.lst prefixes (which still have "OOo:" at several places)
* make LibreOffice boostrap on OpenBSDRobert Nagy2010-11-041-4/+19
|
* Pretty print the configure helpNiko Rönkkö2010-11-031-709/+886
|
* Removed deprecated optionNiko Rönkkö2010-11-011-9/+0
| | | | --with-unzip-home has been deprecated since 2003.
* correctly check Template Pack and Lightproof with --with-lang=ALLBernhard Rosenkraenzer2010-11-011-2/+2
|
* Wrong option name in help bootstrapNiko Rönkkö2010-11-011-1/+1
|
* Cleaning and organizing of configure.inNiko Rönkkö2010-10-311-160/+351
|
* Fix bootstrap's configureKalman Szalai - KAMI2010-10-311-0/+5
|
* Adding Barcode extensionKalman Szalai - KAMI2010-10-311-0/+12
|
* Adding Validator extensionKalman Szalai - KAMI2010-10-311-0/+17
|
* Adding Diagram extensionKalman Szalai - KAMI2010-10-301-0/+17
| | | | | Diagram is an OpenOffice.org Draw and Impress extension that creates your favorite diagrams with few clicks. http://wiki.services.openoffice.org/wiki/Diagram_Extension
* bin aggRene Engelhard2010-10-291-57/+0
|
* Slight cleanup of the Windows stuffTor Lillqvist2010-10-281-60/+36
| | | | | | | Use correct terminology for the Microsoft compilers, ".NET" was a part of their name only in the 2003 version. Drop support for the 2003 and 2005 versions. The Platform SDK has been called the Windows SDK for quite a while. Etc.