summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)AuthorFilesLines
2011-10-18remove accidential Debian-only commitRene Engelhard1-2/+1
2011-10-18Decouple NSS build from the Mozilla build.Jan Holesovsky1-43/+40
2011-10-16bump pkg-config check for libexttextcat to actually require 3.1.1Rene Engelhard1-1/+1
2011-10-16don't grep /proc/cpuinfo but use getconf on LinuxRene Engelhard1-1/+6
2011-10-13icu-config check that survives older icu versions.Jan Holesovsky1-1/+1
2011-10-11enable libstdc++ debug mode with --enable-dbgutilMichael Stahl1-0/+16
2011-10-07remove unsupported format from epm listPeter Foley1-1/+0
2011-10-07quote tr argumentsPeter Foley1-1/+1
2011-10-07fix typosPeter Foley1-2/+2
2011-10-07bootstrap.1 is not usefull anymore use bootsrap directlyNorbert Thiebaud1-1/+0
2011-10-06Kill --without-cmis option that is noop anywayFridrich Štrba1-20/+13
2011-10-05Add libexttextcat and libvisio under system-libs switchTomas Chvatal1-2/+4
2011-10-05Revert "Use simpler detection for system/internal libs."Fridrich Štrba1-50/+66
2011-10-05Use simpler detection for system/internal libs.Tomas Chvatal1-66/+50
2011-10-05Fix Windows build and enable CMIS inconditionallyFridrich Štrba1-6/+0
2011-10-05LIBVISIO_* -> VISIO_* to avoid eventual conflict with pkg-config danseFridrich Štrba1-3/+3
2011-10-05LIBWPS_* -> WPS_* to avoid eventual conflict with pkg-config danseFridrich Štrba1-3/+3
2011-10-05LIBWPG_* -> WPG_* to avoid eventual conflict with pkg-config danseFridrich Štrba1-3/+3
2011-10-05LIBWPD_* -> WPD_* to avoid eventual conflict with pkg-config danseFridrich Štrba1-3/+3
2011-10-04use the same pattern as all the other onesCaolán McNamara1-1/+2
2011-10-04Wrap the cmis system/internal check into global feature switch.Tomas Chvatal1-12/+14
2011-10-04The system-libs switch should not be done here yet.Tomas Chvatal1-1/+1
2011-10-04Cosmetics: remove stray yesTomas Chvatal1-1/+0
2011-10-04Use with rather than enable for cims switch.Tomas Chvatal1-7/+7
2011-10-04Revert "Don't bother with libcmis on Windows for now"Cédric Bosdonnat1-4/+1
2011-10-04Added --disable-cmis flag for use while the feature is too unstableCédric Bosdonnat1-0/+11
2011-10-03Improve readability (oneline).Jan Holesovsky1-0/+1
2011-10-03Fix the build / host confusion around icu tools.Jan Holesovsky1-14/+27
2011-10-03Don't bother with libcmis on Windows for nowTor Lillqvist1-1/+4
2011-10-03Add the libcmis switch to known flags.Tomas Chvatal1-0/+5
2011-10-03fix some typos..., thanks matusRene Engelhard1-1/+1
2011-10-02add --with-system-libcmisRene Engelhard1-0/+17
2011-10-01Don't generate config.status twicePeter Foley1-4/+5
2011-10-01get version from AC_PACKAGE_VERSION instead of files in solenv/incPeter Foley1-12/+5
2011-09-30Add support for bundling the -system .dll's into the MinGW builds.Jan Holesovsky1-10/+47
2011-09-30MacOSX 10.4 is still the 'default' SDK, choose the righ gcc for other SDKsNorbert Thiebaud1-16/+12
2011-09-30-fthreadsafe-statics uses a single lock on Mac OS X and thus leads to deadlock.Stephan Bergmann1-1/+52
2011-09-30Remove a commented out obsolete testTor Lillqvist1-5/+0
2011-09-30Surely MOZILLA_TOOLKIT is never "gtk2" for MacOSXTor Lillqvist1-8/+3
2011-09-30If no SDK options given, default to 10.6 if that is presentTor Lillqvist1-2/+18
2011-09-30Clarify help for the MacOSX version optionsTor Lillqvist1-2/+2
2011-09-28make configure check for cpp/poppler-version.hRene Engelhard1-0/+10
2011-09-27Fix system Python configuration for MacOSX SDK >= 10.6Tor Lillqvist1-6/+25
2011-09-27Enforce use of internal Python for MacOSX 10.[45] only, as apparently is the ...Tor Lillqvist1-2/+5
2011-09-26partially revert 6985b28d533c1324896a1647304499c23e553239 as it breaks the wh...Bjoern Michaelsen1-5/+5
2011-09-26Match the Android host_os that the new config.sub producesTor Lillqvist1-2/+2
2011-09-26When I say --disable-extension-integration, I really mean it.Jan Holesovsky1-6/+6
2011-09-26Fail to configure when running in a shell with a sourced Env.Host.sh.Jan Holesovsky1-0/+4
2011-09-25don't echo JAVA_HOME twicePeter Foley1-1/+0
2011-09-25Use AC_RUN_IFELSE AC_LINK_IFELSE AC_COMPILE_IFELSE AC_PREPROC_IFELSE macrosPeter Foley1-60/+41