summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2012-04-17add 5.3 into the db check for-loopRene Engelhard
2012-04-17configure: make --with-system-dicts the defaultMiklos Vajna
Also, if /usr/share/hunspell doesn't exist, look for /usr/share/myspell as well.
2012-04-17Add the system-clucene under the with-system-libsTomas Chvatal
As the distros already had enough time to pick up the required patch and most did.
2012-04-17Fix help string in --with-flat-logo.Tomas Chvatal
2012-04-17--enable-ext-languagetool requires --with-java now bit more sanely.Tomas Chvatal
2012-04-17Revert "--enable-ext-languagetool requires --with-java"Tomas Chvatal
This reverts commit 844b4520a9f0879d7b756654cef8fdbaa03a9000.
2012-04-16make that warning, not errorDavid Tardon
2012-04-16mingw: unbreak make checkDavid Tardon
Even if it does nothing because there is no installation available .-)
2012-04-16configure.in: fix Qt detection in Debian/Ubuntu multiarchRene Engelhard
2012-04-16introduce ENABLE_DEBUG_ONLYBjoern Michaelsen
with this you can now do: ./autogen.sh --enable-debug="sw sc" and your build will have debug version of the libraries sw and sc, but a non-debug build elsewhere. This currently only works for libraries. It would be also possible to extend that to excutables, but that would need explicit in the enable-debug switch then: ./autogen.sh --enable-debug="Library/sw Library/sc Executable/mkunroll" so I dont know if it is worth it.
2012-04-15Guard against lack of pkg-config in one more placeTor Lillqvist
2012-04-15Look for the Mac OS X SDKs also where current Xcode has themTor Lillqvist
2012-04-10Resolves: fdo#31022 about dialog is suboptimalAndrew Higginson
2012-04-09fix mysqlcppconn version checkRene Engelhard
2012-04-08Add Barcode 1.3.5.0 extensionKalman Szalai - KAMI
Barcode 1.3.5.0 release: * LibreOffice 3.4.x-3.5.x support * Resizeable barcodes * CODE128 fix
2012-04-07add external for cluceneDavid Tardon
2012-04-03--enable-ext-languagetool requires --with-javaStephan Bergmann
2012-04-03only as of ICU 4.9 RBBI the Prepend property is emptyEike Rathke
This reverts 0c08a84c04b166ab6479716e2c33cd444d7e3dbe and instead strips the Prepend variable during build time.
2012-04-02Fix copy/paste errorTor Lillqvist
2012-03-30don't force dependecy on shasum when it is not neededNorbert Thiebaud
shasum is only needed to detect a bug in some version of gnumkae do not burden platform with a non-impacted gnu make with that requirement
2012-03-30Use mktemp(1) more portablyTor Lillqvist
2012-03-30Look for "shasum" (as on Mac OS X) tooTor Lillqvist
Hmm, /usr/bin/shasum is a Perl implementation (!), should we use "openssl sha1" instead?
2012-03-30do not make using system cairo depend on cairo canvas featureLuboš Luňák
Cairo canvas is a LO feature, it doesn't make sense to use system cairo only if the feature is enabled. Fixes mingw build (where our cairo copy does not build for whatever reason).
2012-03-29add $python_libs to PYTHON_LIBS in case pkg-config is being usedRobert Nagy
2012-03-29some systems use sha1 instead of sha1sum, so detect both of themRobert Nagy
2012-03-26typo in HAVE_GNUMAKE_FILE_FUNC, and var2file must return the filenameNorbert Thiebaud
2012-03-25detect of gnumake support $(file functionNorbert Thiebaud
$(file is a new function that landed in gnu-make cvs it allow to write a makefile variable directly into a file bypassing the usual command line size limitiation
2012-03-23Enable use of older tars that uses --strip-path to strip componentsFridrich Štrba
2012-03-23allow for the use of --enable-ccache on WindowsNorbert Thiebaud
2012-03-22Make the DocumentLoader experimental app build againTor Lillqvist
2012-03-22Revert "AC_PROG_GREP (I'm pedantic, am I not?)" - XCode 2.5.x doesn't know itChristian Lohmaier
This reverts commit 4762788eb4ab7f2278861aaf9b9d6d665db61310.
2012-03-21add missing AC_MSG_RESULT() else branchLuboš Luňák
2012-03-21AC_PROG_GREP (I'm pedantic, am I not?)Luboš Luňák
2012-03-21checking for egrep doesn't necessarily set GREP as wellChristian Lohmaier
2012-03-21Add separate switch for disabling of dynamic loading (iOS) for orthogonalityTor Lillqvist
2012-03-19TypoStephan Bergmann
2012-03-19Do AC_PROG_EGREP before using $GREPTor Lillqvist
2012-03-19mingw: check for jpeg dllDavid Tardon
2012-03-19mingw: check for system iconv dllDavid Tardon
libxslt in Fedora mingw packages depends on it.
2012-03-18mingw: allow forced use of system icu toolsDavid Tardon
2012-03-18mingw: test system icu versionDavid Tardon
2012-03-18mingw: use system icu tools when requestedDavid Tardon
2012-03-18clean up after copy & pasteDavid Tardon
2012-03-18mingw: allow use of system zlibDavid Tardon
2012-03-18mingw: avoid hardcoded dll versions and depsDavid Tardon
The idea is to use libo_MINGW_CHECK_DLL for libs that must be available (typically that would be the "main" library, e.g., libxml2 or libcurl) and libo_MINGW_TRY_DLL for possible dependencies (that may not be the same on different systems). All further references to the dlls are exclusively through the configured variables or defines set from these variables (e.g., instead of hardcoding libxml2-2.dll, use $(MINGW_LIBXML2_DLL)). The macros are documented in m4/mingw.m4 . Files that must be changed when adding a new dll: * configure.in * config_host.mk.in * external/mingw-dlls/makefile.mk * scp2/source/ooo/makefile.mk * scp2/source/ooo/mingw_dlls.scp
2012-03-18Add check for hamcrest even if it is not first in classpath.Tomas Chvatal
2012-03-17fix wrong libpng check result textLuboš Luňák
2012-03-16configure.in: use $GREP for non-standard featuresJonathan Adams
2012-03-16fix gcc bug 26905 detection with clangLuboš Luňák
it uses GOT instead of PLT on i386 with -02
2012-03-15do not leave temporary files after a configure checkLuboš Luňák