summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2011-07-19distro-install: fix en-US-only installationPetr Mladek1-0/+3
generate en-US file list when --with-distro="" sigh, we should set WITH_LANG=en-US when no language is selected; the empty string is pretty ugly; unforrunately, many makefile tests check for this empty variable Signed-off-by: Michael Meeks <michael.meeks@novell.com> Signed-off-by: Andreas Radke <a.radke@arcor.de> Signed-off-by: Fridrich Strba <fridrich.strba@bluewin.ch>
2011-07-12set INSTALLDIR with real pathPetr Mladek1-5/+5
use the already substituted $LIBDIR instead of $libdir; the later might use $exec_prefix instead of real path
2011-07-11better support for distro packagingPetr Mladek1-5/+92
This is port from the build repo. The main differences are: + splits package-ooo into several scripts (bin/distro-install-*) + renames many variables to avoid OOO prefix and to better fit the variables produced by the current bootstrap configure.in + uses OOO_VENDOR from bootstrap/configure.in to add distro specific hacks; the conditions have been updated only for "Novell, inc." + install most of the desktop integration from sysui using sysui/desktop/share/create_tree.sh + do not install two extra templates: $OOINSTBASE/basis$VERSION/share/template/en-US/forms/resume.ott $OOINSTBASE/basis$VERSION/share/template/en-US/officorr/project-proposal.ott should get merged with other templates + do not install pyunorc-update64; it is needed only when you want to run 32-bit LO on 64-bit system; is anyone using it? + do not call install-dictionaries: + do not call build-galleries: is anyone using them? + do not install ootool and ooconfig is anyone using them? are they still working? Signed-off-by: Michael Meeks <michael.meeks@novell.com> Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@gmail.com>
2011-07-01Work around m4 bracket stripping in MINGWSTRIP constructionTor Lillqvist1-1/+1
Signed-off-by: Rene Engelhard <rene@debian.org> (on IRC).
2011-06-17Make the online update service configurable (via --enable-online-update).Jan Holesovsky1-0/+28
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-06-15only fetch external tarballs if --disable-fetch-external is not definedRobert Nagy1-1/+1
2011-05-17fix ENABLE_QUICKSTART_LIBPNG handling fdo#36497Michael Meeks1-7/+15
2011-05-12AC_SUBST also OOOBLOGGER_EXTENSION_PACK as set_soenv.in uses itTor Lillqvist1-0/+1
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-05-12Fix oooblogger extension download mechanismKalman Szalai - KAMI1-0/+2
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-05-12Fix space and tab jam in my last commitKalman Szalai - KAMI1-8/+8
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-05-12Fix SUN Template extension configure, download, handlingKalman Szalai - KAMI1-0/+20
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-05-12Fix Ligthproof extension integrationKalman Szalai - KAMI1-4/+12
* Fix configure and download support * Extension naming scheme is: <md5>-<extension-name>_<version>.oxt - Renamed extensions * Rename extension version number in download script and scp2 module Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-05-11Fix Numbertext extension's download filenameKalman Szalai - KAMI1-1/+1
2011-05-07Remove reference to binned config option.Thorsten Behrens1-1/+1
2011-05-06Removed --ccache-skip configure optionThorsten Behrens1-20/+4
Not much point in forcing that - people should upgrade their ccache to >=3.1 on Mac (change not affecting any other platform)
2011-05-05Auto-accept ccache >= 3.1 on MacThorsten Behrens1-1/+2
The reason for the selective rejection of everything but a patched ccache on Mac was broken objective-c/c++ support and a memory corruption on arg parse - both are fixed on 3.0 and 3.1, respectively. See http://ccache.samba.org/releasenotes.html
2011-05-04Add download support to a few extension in bootstrapKalman Szalai - KAMI1-7/+27
2011-05-03configure: fix help text of --with-install-dirnameMiklos Vajna1-1/+1
2011-05-01s/postset.mk/langlist.mkAndras Timar1-2/+2
2011-04-293.3 -> 3.4Andras Timar1-1/+1
2011-04-28do not ship non-localized helppacksAndras Timar1-18/+0
2011-04-28add --enable-lomenubar switch to configureBjoern Michaelsen1-0/+18
2011-04-25Fixed incorrect bracket format.Dimitri Duc1-1/+1
2011-04-25Move it up a bit more to get it to build with --disable-mozilla.Kohei Yoshida1-1/+2
2011-04-25Update '--disable-python' to disable only Python UNO API.Hanno Meyer-Thurow1-6/+5
* configure.in:
2011-04-25we need to generate ooo.lst before we use it....Norbert Thiebaud1-2/+2
2011-04-23Merge branch 'libreoffice-3-4' of ↵Kalman Szalai - KAMI1-1/+1
ssh://git.freedesktop.org/git/libreoffice/bootstrap into libreoffice-3-4
2011-04-22Add initial configure and download stuffs for extra thingsKalman Szalai - KAMI1-1/+15
OxygenOffice related
2011-04-22do not enable BrOffice branding by default (fdo#36262)Petr Mladek1-1/+1
2011-04-20set default install dirname from AC_PACKAGE_NAMEPetr Mladek1-1/+1
idea by Hanno Meyer-Thurow <h.mth@web.de>
2011-04-20make the installation dir better configurableHanno Meyer-Thurow1-0/+22
install to %libdir% intead of %prefix% as it is usual for other projects; use the usual DESTDIR instead of OODESTDIR Note that the default installation path is /usr/local/lib/libreoffice; it can be redefined by --prefix, --libdir, --with-install-dirname configure options Some of these changes contributed by Petr Mladek <pmladek@suse.cz>
2011-04-15Don't override CC and CXX on Windows when set, handle ccache.Jan Holesovsky1-15/+17
This is to allow use of ccache by specifying something like: export CC="ccache C:/path/to/cl.exe" export CXX="ccache C:/patch/to/cl.exe" before running ./autogen.sh
2011-04-15Detect the prefix of the cl.exe -showIncludes output.Jan Holesovsky1-1/+16
2011-04-11let the 'kid' language code (Key ID build) pass configure checkAndras Timar1-0/+1
2011-04-08remove obsolete configure options + fix system_xrender_headers vs system_xrenderFridrich Štrba1-1/+1
2011-04-08Removed PRESENTER_EXTRA_UI for goodThorsten Behrens1-16/+0
2011-04-07use system cp as a fallback for *BSD tooRobert Nagy1-3/+1
2011-04-06Fall back to --hash-style=sysv when gnu is not supportedPetr Mladek1-14/+38
Based on patch by Francois Tigeot <ftigeot at wolfpond dot org>
2011-04-06Add possibility to bundle some Agfa Monotype fontsTor Lillqvist1-0/+19
Based on the old novell-win32-agfa-monotype-fonts.diff patch.
2011-04-05Merge branch 'libreoffice-3-4' of ↵Robert Nagy1-4/+9
git://anongit.freedesktop.org/git/libreoffice/bootstrap into libreoffice-3-4
2011-04-05fix linking to the python library (use -L$PYLIBDIR -lpython$pyver)Robert Nagy1-2/+2
as far as i saw the reason to use an absolute path for linking instead of using -lpythonX.XX is that at least debian does not ship a shared object within the basic python3 package so you have to install the -dev package (that's kinda weird^H^H^H^H^Hf***ed up).
2011-04-05Recognize also InterixTor Lillqvist1-1/+1
I did some initial testing with building under Interix some years ago. Nothing came out of it, and LibreOffice certainly won't build with it. But just commit this triviality now to get rid of win32-interix.diff in the build repo.
2011-04-05make sure that the system po2oo support --skipsource optionPetr Mladek1-3/+8
2011-04-04python 3 compatibility fixesAndreas Becker1-4/+5
2011-04-04check that all configured localizations are supportedPetr Mladek1-0/+20
a side effect is ALL_LANGS variable
2011-04-04rework how pthread is handled on openbsdRobert Nagy1-1/+1
- remove -pthread from PTHREAD_CFLAGS - add pthread to gb_STDLIBS - redefine gb_LinkTarget__command_dynamiclink so that we can substitute -lpthread with -pthread in the list of libraries that we link to
2011-03-31search moc4 in $QT4DIR/bin before searching $PATHPetr Mladek1-1/+1
2011-03-30rename --with-ct2n to --enable-ext-ct2n configure optionPetr Mladek1-1/+6
to be in sync with other extensions
2011-03-30set default system-zlib/jpeg on some platformsCaolán McNamara1-18/+4
2011-03-30default to system zlib on contemporary unicesCaolán McNamara1-2/+15