summaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Resolves: fdo#31022 about dialog is suboptimalAndrew Higginson2012-04-101-15/+38
|
* fix mysqlcppconn version checkRene Engelhard2012-04-091-1/+3
|
* Add Barcode 1.3.5.0 extensionKalman Szalai - KAMI2012-04-081-1/+1
| | | | | | | | Barcode 1.3.5.0 release: * LibreOffice 3.4.x-3.5.x support * Resizeable barcodes * CODE128 fix
* add external for cluceneDavid Tardon2012-04-071-6/+6
|
* --enable-ext-languagetool requires --with-javaStephan Bergmann2012-04-031-1/+4
|
* only as of ICU 4.9 RBBI the Prepend property is emptyEike Rathke2012-04-031-0/+6
| | | | | This reverts 0c08a84c04b166ab6479716e2c33cd444d7e3dbe and instead strips the Prepend variable during build time.
* Fix copy/paste errorTor Lillqvist2012-04-021-1/+1
|
* don't force dependecy on shasum when it is not neededNorbert Thiebaud2012-03-301-8/+8
| | | | | | 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
* Use mktemp(1) more portablyTor Lillqvist2012-03-301-1/+1
|
* Look for "shasum" (as on Mac OS X) tooTor Lillqvist2012-03-301-2/+2
| | | | | Hmm, /usr/bin/shasum is a Perl implementation (!), should we use "openssl sha1" instead?
* do not make using system cairo depend on cairo canvas featureLuboš Luňák2012-03-301-1/+1
| | | | | | 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).
* add $python_libs to PYTHON_LIBS in case pkg-config is being usedRobert Nagy2012-03-291-1/+1
|
* some systems use sha1 instead of sha1sum, so detect both of themRobert Nagy2012-03-291-1/+9
|
* typo in HAVE_GNUMAKE_FILE_FUNC, and var2file must return the filenameNorbert Thiebaud2012-03-261-1/+1
|
* detect of gnumake support $(file functionNorbert Thiebaud2012-03-251-0/+22
| | | | | | $(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
* Enable use of older tars that uses --strip-path to strip componentsFridrich Štrba2012-03-231-0/+18
|
* allow for the use of --enable-ccache on WindowsNorbert Thiebaud2012-03-231-43/+41
|
* Make the DocumentLoader experimental app build againTor Lillqvist2012-03-221-1/+6
|
* Revert "AC_PROG_GREP (I'm pedantic, am I not?)" - XCode 2.5.x doesn't know itChristian Lohmaier2012-03-221-1/+1
| | | | This reverts commit 4762788eb4ab7f2278861aaf9b9d6d665db61310.
* add missing AC_MSG_RESULT() else branchLuboš Luňák2012-03-211-0/+2
|
* AC_PROG_GREP (I'm pedantic, am I not?)Luboš Luňák2012-03-211-1/+1
|
* checking for egrep doesn't necessarily set GREP as wellChristian Lohmaier2012-03-211-0/+2
|
* Add separate switch for disabling of dynamic loading (iOS) for orthogonalityTor Lillqvist2012-03-211-0/+24
|
* TypoStephan Bergmann2012-03-191-1/+1
|
* Do AC_PROG_EGREP before using $GREPTor Lillqvist2012-03-191-1/+2
|
* mingw: check for jpeg dllDavid Tardon2012-03-191-0/+2
|
* mingw: check for system iconv dllDavid Tardon2012-03-191-0/+2
| | | | libxslt in Fedora mingw packages depends on it.
* mingw: allow forced use of system icu toolsDavid Tardon2012-03-181-6/+9
|
* mingw: test system icu versionDavid Tardon2012-03-181-0/+14
|
* mingw: use system icu tools when requestedDavid Tardon2012-03-181-1/+1
|
* clean up after copy & pasteDavid Tardon2012-03-181-5/+5
|
* mingw: allow use of system zlibDavid Tardon2012-03-181-0/+9
|
* mingw: avoid hardcoded dll versions and depsDavid Tardon2012-03-181-31/+80
| | | | | | | | | | | | | | | | | | | 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
* Add check for hamcrest even if it is not first in classpath.Tomas Chvatal2012-03-181-1/+1
|
* fix wrong libpng check result textLuboš Luňák2012-03-171-1/+1
|
* configure.in: use $GREP for non-standard featuresJonathan Adams2012-03-161-24/+24
|
* fix gcc bug 26905 detection with clangLuboš Luňák2012-03-161-1/+1
| | | | it uses GOT instead of PLT on i386 with -02
* do not leave temporary files after a configure checkLuboš Luňák2012-03-151-2/+4
|
* need to be afraid of empty quoted strings as test argumentsLuboš Luňák2012-03-151-1/+1
| | | | At least 07a841bc1acde95229ece2a0da4e2a70be5df624 says so.
* make OString work even with old gcc that has SFINAE brokenLuboš Luňák2012-03-131-0/+35
| | | | | | | | | | | | | | | | | | | | | | | Since OString already has a ctor accepting const char*, I cannot find out a way to distinguish string literals other than using a template, otherwise const char* somehow takes precedence (all of gcc, clang, msvc). But the template requires the Substitution Is Not A Failure Idiom to actually create only wanted instances. And the compiler can try evaluate the OString ctor as a possibility when comparing an int to an anonymous enum, and anonymous enum as a type without linkage cannot be a template argument before C++11. SFINAE should still work, but not with gcc older than 4.0.2 (which we right now use only on macs). So for that case disable the string literal ctors, which means macs will have one extra strlen call, and also that embedded \0's in string literals will be inconsistent. The tiny performance problem shouldn't matter that much and will eventually go away, the \0 problem should not matter, since before string literal ctors were introduced \0's had not been included anyway unless RTL_CONSTASCII_STRINGPARAM was used. So we should be safe and when removing the CONSTASCII macros \0 cases should be handled by explicitly mentioning the length.
* upstream pkgconfig-mozilla-plugin.diff from Ubuntu/Debian packagingBjoern Michaelsen2012-03-131-0/+3
|
* No need to be afraid of empty quoted strings as test argumentsTor Lillqvist2012-03-131-27/+27
|
* Be consistent in spacing before the ';' terminating a test or while expressionTor Lillqvist2012-03-131-233/+233
|
* Use test's -a and -o operators instead of shell && or || constructsTor Lillqvist2012-03-131-25/+25
|
* Don't usse -D_FILE_OFFSET_BITS=noTor Lillqvist2012-03-131-2/+2
|
* clang has broken -fvisibility-inlines-hiddenLuboš Luňák2012-03-101-0/+29
| | | | http://llvm.org/bugs/show_bug.cgi?id=11250 , comment #4
* Add DISABLE_DBCONNECTIVITY and DISABLE_SCRIPTING to SCPDEFS when neededTor Lillqvist2012-03-081-0/+2
|
* Also set with_java=no in the disable-scripting caseTor Lillqvist2012-03-081-0/+1
|
* Make Emacs mode line consistent with the vim oneTor Lillqvist2012-03-071-2/+1
|
* mingw: pass --disable-ccache to build's configureDavid Tardon2012-03-061-0/+1
|