summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2011-02-12Easy hack: remove obsolete gjc aot compilationThomas Arnhold
2011-02-10remove unused --with-dict optionAndras Timar
2011-02-10configure: initialize SCPDEFS, do not always append itMiklos Vajna
This caused problems when <platform>*.sh was sourced while invoking autogen.sh.
2011-02-10Too optimistic thoughts about makefiles (2)Fridrich Štrba
2011-02-10Too optimistic thoughts about makefilesFridrich Štrba
2011-02-10Porting LO to DragonflyFrancois Tigeot
2011-02-09Build STLport only as a compatibility libraryFridrich Štrba
2011-02-08Merge remote branch 'origin/libreoffice-3-3'Jan Holesovsky
Conflicts: configure.in solenv/bin/build.pl
2011-02-03No ddraw.h or ddraw.lib in the June 2010 DirectX SDKTor Lillqvist
(cherry picked from commit 43e3b9af8f5d85f06485e74b1080cc6a6a86eac4) Signed-off-by: Fridrich Strba <fridrich.strba@bluewin.ch>
2011-02-03Do check for hash_map in __gnu_cxx namespace also with MinGWTor Lillqvist
2011-02-02Initial support of system stl on WindowsFridrich Strba
2011-02-02Bypass more unneeded tests for Windows buildsTor Lillqvist
The SIZEOF_LONG and WORDS_BIGENDIAN tests failed anyway because CC has already been set to point to MSVC, but no required include and library paths got used in the tests. The large file support test is equally unnecessary, Windows has large file support and no special compilation flags are needed. Just hardcode the known values of the substitution variables for Windows.
2011-02-01accept bsd-tar as well as gnu tarBaptiste Daroussin
2011-01-31add initial dragonfly supportFrancois Tigeot
2011-01-29Resolves: fdo#31271 wrong line break with (Caolán McNamara
(cherry picked from commit de475b03b02e4cac162b517f7d9f302b6134d546)
2011-01-29Resolves: fdo#31271 wrong line break with (Caolán McNamara
2011-01-26Improve Java tests on WindowsTor Lillqvist
2011-01-26don't check for visibility bug on DarwinCaolán McNamara
2011-01-25No ddraw.h or ddraw.lib in the June 2010 DirectX SDKTor Lillqvist
2011-01-25Improve MSVS version messageTor Lillqvist
2011-01-24typo fix in configure messageAndras Timar
2011-01-24Clean up messages from the Microsoft assembler configury a bitTor Lillqvist
2011-01-24Missing NSIS is not really a cause for a WARNINGTor Lillqvist
2011-01-18Fix ./configure on 32bit Windows.Jan Holesovsky
2011-01-16Cleanups and hacks on the start of support for 64-bit Windows buildTor Lillqvist
* configure.in: Look for the x64 assembler ml64.exe when building 64-bit binaries, not ml.exe. Use the 64-bit tools in VC/bin/amd64, not the 32-bit cross-compiling tools in VC/bin/x86_amd64. We can currently build 64-bit only on a 64-bit OS anyway, for instance because of the unit tests. * set_soenv.in: Set CPUNAME, CPU and OUTPATH appropriately for 64-bit build. We end up with "wntsmcx12" for 64-bit MSVC 2008 build. Drop sections for no longer supported MSVC versions. Don't talk about ".NET 2005" etc, ".NET" was part of the MS suite product name only in the 2003 version. Add Emacs and vim mode lines.
2011-01-16Make configure still work after Env.Set.shLionel Elie Mamane
2011-01-13Move this system-mesa-headers test inside opengl extension testCaolán McNamara
Here it only gets used for non-Windows and non-Linux. It will current defaults to using these "internal" headers like we do for xrender and friends.
2011-01-12Move CC/CXX saving to a safe placeThorsten Behrens
AC_CHECK_LIB, AC_CHECK_HEADER etc tend to touch CC, so better move saving of that var to an earlier part of configure
2011-01-08s/exceptons/exceptions/g in configure.inRene Engelhard
2011-01-08update system-mdds checkRene Engelhard
Check for mdds >= 0.5.0 as sc now needs it...
2011-01-07Fix distro specific about intro hadlingPetr Mladek
I guess that nobody uses more alternative branding pictures. It was implemented for SLED10-GM and it is not longer needed there. So I renamed: --with-intro-bitmaps to --with-intro-bitmap --with-about-bitmaps to --with-about-bitmap and INTRO_BITMAPS to INTRO_BITMAPS ABOUT_BITMAPS to ABOUT_BITMAP Also .png file format is requred instead of .bmp now. Signed off by KAMI.
2011-01-06Fix check for BerkleyDB when db_create is macroPetr Mladek
It seems more safe to check for dbopen; it has just one other variant in db-3, see http://lists.debian.org/debian-devel/2001/04/msg01770.html
2011-01-05At least one of them must say 'no'.Kohei Yoshida
2011-01-04selection of hash container for mdds must precede header testsDavid Tardon
2010-12-31WaE: Tweak this to prefer boost::unordered_mapCaolán McNamara
2010-12-22Move this system-mesa-headers test inside opengl extension testCaolán McNamara
Here it only gets used for non-Windows and non-Linux. It will current defaults to using these "internal" headers like we do for xrender and friends.
2010-12-22toggle the default for this optionCaolán McNamara
2010-12-22fix typoCaolán McNamara
2010-12-22extend test for mdds to select hash container to useDavid Tardon
Configure fails on mdds/mixed_type_matrix.hpp test when testing external mdds otherwise.
2010-12-21check for mdds/mixed_type_matrix.hppRene Engelhard
2010-12-20It's called MinGW, not mingwin, mingw32, etcTor Lillqvist
2010-12-20Merge commit 'libreoffice-3.3.0.2'Jan Holesovsky
Conflicts: configure.in scp2/source/extensions/directory_extensions.scp scp2/source/extensions/module_extensions.scp scp2/source/ooo/file_ooo.scp set_soenv.in solenv/bin/modules/installer/download.pm solenv/bin/modules/installer/helppack.pm solenv/bin/modules/installer/windows/createfolder.pm solenv/bin/modules/installer/worker.pm solenv/bin/ooinstall
2010-12-17Integrate help by defaultPetr Mladek
2010-12-17s/HELLPACK/HELPPACK/Rene Engelhard
2010-12-17Merge branch 'feature/helppack' into libreoffice-3-3Rene Engelhard
2010-12-17actually check for glxext.h and check whether it worksRene Engelhard
Signed-off-by: Robert Nagy <robert@openbsd.org>
2010-12-17Add --with-helppack-integration configure optionFridrich Štrba
2010-12-17Add --with-helppack-integration configure optionFridrich Štrba
2010-12-17check if KDE is >= 4.2Rene Engelhard
Signed-off-by: David Tardon <dtardon@redhat.com>
2010-12-16Stop checking for KDE3 on NetBSD by default.Thomas Klausner