summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2012-04-26fdo#39643: Remove --disable-strip-solver configure optionDavid Ostrovsky
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-04-25Fix test syntax error: integer expression expectedTor Lillqvist
2012-04-24Visibility doesn't seem to work as we want in Apple's ClangTor Lillqvist
Or maybe it's the Mach-O object file format that lacks the functionality? Anyway, let's try to manage without visibility then.
2012-04-24Work around Clang 3.1's "argument unused during compilation" non-warningTor Lillqvist
For unrecognized options, Clang 3.1 (and ealier?) prints out a warning, but it isn't a real warning as it doesn't cause a compilation error with -Werror, so it is impossible to find out reliably if an option is supported or not. So hardcode the information we know.
2012-04-24AC_MSG_ERROR is better than WARN hereTor Lillqvist
2012-04-24Use blank as the false value for ENABLE_CAIRO_CANVAS, tooTor Lillqvist
2012-04-24Hardcode cairo canvas off for Mac OS X and WindowsTor Lillqvist
Do not depend on a distro-configs file to disable it. It is supposed to be optional to pass a --with-distro option. Running a bare ./autogen.sh is supposed to produce a working configuration.
2012-04-24move the GXX_INCLUDE_PATH so that it's more obvious it's only for STLPortLuboš Luňák
2012-04-24do not cd get confused by symlinksLuboš Luňák
2012-04-24specific variable for where dev-install installsLuboš Luňák
2012-04-23fix CLucene configure checkLuboš Luňák
CLucene apparently does not bother with self-contained headers
2012-04-23configure checks for gcc options that clang does not supportLuboš Luňák
Maybe they'll be supported somewhen in the future, so do not hardcode them out. Also, gb_DEBUG_C(XX)FLAGS are apparently common GCC options, not platform-specific.
2012-04-23not much point in trying to be too precise about how much space -g build takesLuboš Luňák
2012-04-23more flexible --enable-symbols=<for>Luboš Luňák
the argument given now can - be 'all', meaning everything - start with -, meaning not to enable symbols for that item - end with /, meaning everything in that toplevel directory - be a target of the form targettype_name, e.g. Library_swui Note that there is no ordering and removal takes precedence.
2012-04-23fixes for debug flags handlingLuboš Luňák
- move using optimization, symbols (i.e. debug) and environment cflags/cxxflags into one place - --enable-dbgutils is independent from --enable-debug, and thus also --enable-symbols, so it should not set debuglevel - setting -g flag is controlled by --enable-symbols, not --enable-debug, so it should be used also for selective -g enabling - setting debug flags depending on debuglevel being 2 is certainly wrong - do not let environment cflags/cxxflags disable optimization/symbols flags completely, if one wants, it's possible to explicitly specify e.g. -g0, but the current way does not make it easily possible to specify e.g. -fcolor-diagnostics - do not set debug flag globally now that it can be done selectively
2012-04-23Add all the available themes to the list.Tomas Chvatal
2012-04-20fix typoLuboš Luňák
2012-04-19do not refer to a variable that has not been set yetLuboš Luňák
Especially if it will be set as a result of the code that now tries to use it (alternatively, it comes from the Qt3 check, which is not right either).
2012-04-19Stub CMX importerFridrich Štrba
2012-04-18update configure help for --enable-debugBjoern Michaelsen
2012-04-18Move DocumentLoader to the "experimental" subdirectoryTor Lillqvist
2012-04-18Expand android/experimental/eagles051387/.classpath.in (for ANDROID_SDK_HOME)Tor Lillqvist
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