summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)AuthorFilesLines
2012-03-26typo in HAVE_GNUMAKE_FILE_FUNC, and var2file must return the filenameNorbert Thiebaud1-1/+1
2012-03-25detect of gnumake support $(file functionNorbert Thiebaud1-0/+22
2012-03-23Enable use of older tars that uses --strip-path to strip componentsFridrich Štrba1-0/+18
2012-03-23allow for the use of --enable-ccache on WindowsNorbert Thiebaud1-43/+41
2012-03-22Make the DocumentLoader experimental app build againTor Lillqvist1-1/+6
2012-03-22Revert "AC_PROG_GREP (I'm pedantic, am I not?)" - XCode 2.5.x doesn't know itChristian Lohmaier1-1/+1
2012-03-21add missing AC_MSG_RESULT() else branchLuboš Luňák1-0/+2
2012-03-21AC_PROG_GREP (I'm pedantic, am I not?)Luboš Luňák1-1/+1
2012-03-21checking for egrep doesn't necessarily set GREP as wellChristian Lohmaier1-0/+2
2012-03-21Add separate switch for disabling of dynamic loading (iOS) for orthogonalityTor Lillqvist1-0/+24
2012-03-19TypoStephan Bergmann1-1/+1
2012-03-19Do AC_PROG_EGREP before using $GREPTor Lillqvist1-1/+2
2012-03-19mingw: check for jpeg dllDavid Tardon1-0/+2
2012-03-19mingw: check for system iconv dllDavid Tardon1-0/+2
2012-03-18mingw: allow forced use of system icu toolsDavid Tardon1-6/+9
2012-03-18mingw: test system icu versionDavid Tardon1-0/+14
2012-03-18mingw: use system icu tools when requestedDavid Tardon1-1/+1
2012-03-18clean up after copy & pasteDavid Tardon1-5/+5
2012-03-18mingw: allow use of system zlibDavid Tardon1-0/+9
2012-03-18mingw: avoid hardcoded dll versions and depsDavid Tardon1-31/+80
2012-03-18Add check for hamcrest even if it is not first in classpath.Tomas Chvatal1-1/+1
2012-03-17fix wrong libpng check result textLuboš Luňák1-1/+1
2012-03-16configure.in: use $GREP for non-standard featuresJonathan Adams1-24/+24
2012-03-16fix gcc bug 26905 detection with clangLuboš Luňák1-1/+1
2012-03-15do not leave temporary files after a configure checkLuboš Luňák1-2/+4
2012-03-15need to be afraid of empty quoted strings as test argumentsLuboš Luňák1-1/+1
2012-03-13make OString work even with old gcc that has SFINAE brokenLuboš Luňák1-0/+35
2012-03-13upstream pkgconfig-mozilla-plugin.diff from Ubuntu/Debian packagingBjoern Michaelsen1-0/+3
2012-03-13No need to be afraid of empty quoted strings as test argumentsTor Lillqvist1-27/+27
2012-03-13Be consistent in spacing before the ';' terminating a test or while expressionTor Lillqvist1-233/+233
2012-03-13Use test's -a and -o operators instead of shell && or || constructsTor Lillqvist1-25/+25
2012-03-13Don't usse -D_FILE_OFFSET_BITS=noTor Lillqvist1-2/+2
2012-03-10clang has broken -fvisibility-inlines-hiddenLuboš Luňák1-0/+29
2012-03-08Add DISABLE_DBCONNECTIVITY and DISABLE_SCRIPTING to SCPDEFS when neededTor Lillqvist1-0/+2
2012-03-08Also set with_java=no in the disable-scripting caseTor Lillqvist1-0/+1
2012-03-07Make Emacs mode line consistent with the vim oneTor Lillqvist1-2/+1
2012-03-06mingw: pass --disable-ccache to build's configureDavid Tardon1-0/+1
2012-03-05fix icecream check to not break on SUSEMichael Meeks1-1/+1
2012-03-04build internal cairo if not with_system_cairo but enable_librsvg != NONorbert Thiebaud1-1/+7
2012-03-02Hide a potential error message which we aren't interested in seeingTor Lillqvist1-1/+1
2012-03-02Clarify what --disable-extensions meansTor Lillqvist1-0/+4
2012-03-02Check for Clang in configury and store and use resultTor Lillqvist1-3/+20
2012-03-02Reduce vertical whitespace a bitTor Lillqvist1-5/+0
2012-03-02Creating a module lcms2Fridrich Štrba1-0/+22
2012-02-29Don't generate Thumb code to avoid ld bug in NDK r7bTor Lillqvist1-1/+1
2012-02-29Make some --without-system-XXX available on Linux, tooStephan Bergmann1-12/+39
2012-02-28libvisio depends on the LGPL libwpd and libwpg so bypass on iOS thenTor Lillqvist1-0/+3
2012-02-27fix icecc compile in ubuntuFernando Governatore1-1/+5
2012-02-27libcdr depends on libwpd and libwpg so don't use it either on iOS thenTor Lillqvist1-0/+3
2012-02-27$_os is "iOS" for iOS, not "IOS"Tor Lillqvist1-3/+3