summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2012-04-03Update headers to Alv2 headersAndrew Rist
2012-04-03119170: Do not include category B fonts by default.Andre Fischer
2012-04-03#i119168# updated configure help for category-b/aggregation instructions and ↵Herbert Dürr
update license/notice boilerplate text
2012-04-03disable aggregation of dictionary extensions by defaultOliver-Rainer Wittmann
2012-04-02#i119168# create summary LICENSE and NOTICE files depending on build ↵Herbert Dürr
configuration
2012-03-28Added dictionary support for da,no,ro,ru,sl. Added configure switch ↵Andre Fischer
--enable-bundled-dictionaries.
2012-03-23fix LIBX*_LIBS spelling in configure inputHerbert Dürr
2012-03-21get rid of PKG_CHECK_MODULES_MACHACKHerbert Dürr
2012-03-20configure.in: update name to AOOHerbert Dürr
2012-03-08119004: pack vc redistributavles under Windows onlyJürgen Schmidt
2012-03-02support bundling of extension blobsHerbert Dürr
2012-02-29i118923 - OS/2 port: make configure script more OS/2 friendly, hacks no more ↵Yuri Dario
required.
2012-02-24Enable or disable Online Update in configureAriel Constenla-Haile
2012-02-23118569: Replace neon with serf (and prerequisites apr and apr-util).Andre Fischer
Original author: orw@apache.org
2012-02-16change to ant program list broke windows buildAndrew Rist
ant.bat needs to be before ant.cmd with cygwin as ant.cmd (inexplicably) has unix style comments and errors out switched to ifdef OS2 for the altered program list
2012-02-16i118923 - OS/2 port: updates for configuration system.Yuri Dario
2012-02-15Minor rewording.Pedro Giffuni
2012-02-13Detect prebuilt StAX API 1.2.0.Pedro Giffuni
2012-02-08118569: Added libraries for apr,apr-util,serf as preparation to replace neon ↵Andre Fischer
by serf.
2012-02-05Add support for custom pack.lstAriel Constenla-Haile
2012-02-02i109428 - FreeBSD porting: graphite support.Pedro Giffuni
2012-01-31Reduce the dependencies on non standard GNU copy.Pedro Giffuni
Excessive dependence on GNU cp for non-GNU platforms is inconvenient as it involves installing the complete GNU coreutils package. This can be avoided by using less non-portable extensions. - "cp -R" tends to be more portable than "cp -r" - Avoid using "cp -u". At this time this changes are focused on FreeBSD based on the work done already for MacOSX.
2012-01-26Fix configure warning. Submitted by maho.Pedro Giffuni
2012-01-20118160: Added external CoinMP library.Andre Fischer
2012-01-16118778: Added ADDITIONAL_REPOSITORIES environment variable and its automatic ↵Andre Fischer
setup in configure.
2012-01-09Some fixes when checking whether configure is up-to-dateAriel Constenla-Haile
2012-01-05FreeBSD Port:Pedro Giffuni
Use the internal STLport (4.5) by default. The prepackaged STLport 5.1.7 doesn't use the layout expected by configure.
2011-12-17Make GStreamer optional, disabled by defaultAriel Constenla-Haile
2011-12-16118674: Made category B code optional and disabled by default.Andre Fischer
2011-12-12#i118662# remove remainders of berkeleyDB handling (author=orwitt)Herbert Dürr
2011-12-08fix to solve build problems on MacOS in nss, when --disable-build-mozilla is ↵Jürgen Schmidt
used, means prebuild moz libs
2011-12-01118636: Removed the dictionaries module, adapted configure.inAndre Fischer
2011-11-27Print the right message about the status of --enable-copyleft.Andrea Pescetti
2011-11-27Remove the Anti-Grain Geometry agg module: the OpenGL canvas rendering code ↵Pedro Giffuni
was never really completed.
2011-11-25118605: remove epm, use system or specified epm (--with-epm) or build ↵Jürgen Schmidt
explicitly (--with-epm-url)
2011-11-24i118608 - IP clearance: Remove internal cppunit source, use system-cppunit ↵Pedro Giffuni
instead. Patch by Andre Fischer (af).
2011-11-23i118604 - Fixed use of user supplied or system dmake executableAriel Constenla-Haile
Original committer: Andre Fischer
2011-11-22lingucomponent related fixes for i118627, i118628, i118629Ariel Constenla-Haile
* 118627 - Hyphenator: building the UNO component breaks due to name clash The three UNO components have been renamed to use the naming scheme compname.uno: spell.uno, hyphen.uno, lnth.uno * 118629 - remove hunspell dependency from mythes hunspell was only needed for building the mythes example. Added a patch to patch the source in AOO builds and disable the example. * 118628 - remove hunspell dependency from Hyphenator and Thesaurus UNO components The dependency has been remove. Now the three components can be built independently from each other: * mythes has a category A license http://www.apache.org/legal/3party.html#category-a As a category A license, the library is ENABLED by default and is built unconditionally if the optional configure switch --with-system-mythes is missing As a side effect, building the UNO Thesaurus component is always enabled. * hunspell has a category B license http://www.apache.org/legal/3party.html#category-b as such, it is DISABLED by default. To enable the library use --enable-hunspell To use the library already present in the system instead of building it, use --with-system-hunspell As a side effect, building the UNO spell checking component is only enabled when hunspell is enabled. * hyphen has a category B license, as such it is DISABLED by default. To enable the library, use --enable-hyphen To uses the system library instead of building it, use --with-system-hyphen As side effect, building the UNO hyphenator component is only enabled when hyphen is enabled.
2011-11-21118604: remove license incompatible dmake, thanks to André Fischer (af)Jürgen Schmidt
2011-11-21Revert r1190021: make sure that binfilter will be built by default for the ↵Pedro Giffuni
next release.
2011-11-14118594, remove license incompatible mysql connector, applied patch, thanks ↵Jürgen Schmidt
to Andre Fischer (af)
2011-11-14118592, remove incompatible xpdf, applied patch, thanks to Andre Fischer (af)Jürgen Schmidt
2011-11-14118587: remove libwpd, disable WordPerfect filter, allow built with system ↵Jürgen Schmidt
libwpd
2011-11-14118584: remove internal neon and dependencies, build webdav ucp only if ↵Jürgen Schmidt
system neon is enabled
2011-11-11IP clearance: #118466# This patch removes librsvg, libcroco, libgsf, ↵Armin Le Grand
gdk-pixbuf, glib, gettext, and pango. Lost functionality is limited to the svg feature (see details in the task). Next step is to add svg again with an own interpreter which is already advancing.
2011-11-09118573 - correction for the removal of module jfreereport: adjustments in ↵Oliver-Rainer Wittmann
order to make a build of the Report Builder extension possible with a jfreereport which is available in the system
2011-11-08#i118567# (author=Andre Fischer) remove lp_solver which has an incompatible ↵Herbert Dürr
license
2011-11-04correct spelling of help for JDK switch, --with_jdk_home to --with-jdk-homeJürgen Schmidt
2011-11-04118573 - removal of module jfreereport containing the 3rd party components ↵Oliver-Rainer Wittmann
for the report builder extension
2011-11-03118570, apply patch, improve configure to detect latest DirectX correctly, ↵Jürgen Schmidt
adapt depending modules, thanks to Andre Fischer (af)