Commit graph

788 commits

Author SHA1 Message Date
Petr Mladek
d6b626c6a9 fix configure with autoconf-2.59
it was enough to lower the version check; 2.59 is still used on SLED10
2011-10-19 10:54:34 +02:00
Rene Engelhard
aaf48368c8 remove accidential Debian-only commit 2011-10-18 21:26:40 +02:00
Jan Holesovsky
d37209912b Decouple NSS build from the Mozilla build.
This allows xmlsecurity to be built even when --disable-mozilla is provided.
2011-10-18 12:10:05 +02:00
Rene Engelhard
62dd77da0f bump pkg-config check for libexttextcat to actually require 3.1.1 2011-10-16 22:09:21 +02:00
Rene Engelhard
6923f3fc13 don't grep /proc/cpuinfo but use getconf on Linux 2011-10-16 16:52:57 +02:00
Jan Holesovsky
8667bf0294 icu-config check that survives older icu versions. 2011-10-13 12:18:06 +02:00
Michael Stahl
e0c72547ce enable libstdc++ debug mode with --enable-dbgutil 2011-10-11 17:56:59 +02:00
Peter Foley
eded42ce44 remove unsupported format from epm list 2011-10-07 23:03:47 +00:00
Peter Foley
9fe2f5afab quote tr arguments 2011-10-07 23:03:43 +00:00
Peter Foley
1df3426dc9 fix typos 2011-10-07 23:03:41 +00:00
Norbert Thiebaud
aa09a9b77d bootstrap.1 is not usefull anymore use bootsrap directly 2011-10-07 15:27:32 -05:00
Fridrich Štrba
e9ee46c22c Kill --without-cmis option that is noop anyway 2011-10-06 15:31:42 +02:00
Tomas Chvatal
25c27aae73 Add libexttextcat and libvisio under system-libs switch 2011-10-05 15:27:58 +02:00
Fridrich Štrba
9ff7b0bd64 Revert "Use simpler detection for system/internal libs."
This reverts commit e9cc0d9cab.
2011-10-05 15:13:09 +02:00
Tomas Chvatal
e9cc0d9cab Use simpler detection for system/internal libs. 2011-10-05 13:12:15 +02:00
Fridrich Štrba
3b53c579ce Fix Windows build and enable CMIS inconditionally
Since the provider should now build everywhere,
enable it inconditionally to catch minor problems
2011-10-05 13:05:01 +02:00
Fridrich Štrba
e531e8abae LIBVISIO_* -> VISIO_* to avoid eventual conflict with pkg-config danse 2011-10-05 10:36:16 +02:00
Fridrich Štrba
e991bba4ef LIBWPS_* -> WPS_* to avoid eventual conflict with pkg-config danse 2011-10-05 10:36:16 +02:00
Fridrich Štrba
62c43b44ff LIBWPG_* -> WPG_* to avoid eventual conflict with pkg-config danse 2011-10-05 10:36:15 +02:00
Fridrich Štrba
8703f3e358 LIBWPD_* -> WPD_* to avoid eventual conflict with pkg-config danse 2011-10-05 10:08:58 +02:00
Caolán McNamara
b58151b347 use the same pattern as all the other ones 2011-10-04 09:58:35 +01:00
Tomas Chvatal
05c008e3fb Wrap the cmis system/internal check into global feature switch. 2011-10-04 10:42:36 +02:00
Tomas Chvatal
8aaa52f21f The system-libs switch should not be done here yet. 2011-10-04 10:32:15 +02:00
Tomas Chvatal
ab0c5e9414 Cosmetics: remove stray yes
This removes result for check on cups,
it is required as other checkers already print yes/no during the
test, even if it seems like the command is now "unresulted".
2011-10-04 10:28:38 +02:00
Tomas Chvatal
f1d4ce6ea5 Use with rather than enable for cims switch.
It pulls external library and does not just switch some internal
feature.

Add proper bool logic to the conditional because by default
we consider it requested unless proven otherwise.
Sort out internal/external switch to also support system-libs switch.
2011-10-04 09:57:00 +02:00
Cédric Bosdonnat
c45f59f062 Revert "Don't bother with libcmis on Windows for now"
This reverts commit 0dd1e3b124. Use
--disable-cmis now to avoid building all CMIS-related code.
2011-10-04 09:38:36 +02:00
Cédric Bosdonnat
5bd2890a56 Added --disable-cmis flag for use while the feature is too unstable 2011-10-04 09:38:36 +02:00
Jan Holesovsky
50369f941e Improve readability (oneline). 2011-10-03 14:12:54 +02:00
Jan Holesovsky
b08a764af9 Fix the build / host confusion around icu tools. 2011-10-03 14:10:57 +02:00
Tor Lillqvist
0dd1e3b124 Don't bother with libcmis on Windows for now
It obviously doesn't build as autoconf and libtool have little clue
about MSVC. Thus make the cmis UCP Unix-only as well. Looking forward
to coming gbuildification of more 3rd-party modules.
2011-10-03 13:23:12 +03:00
Tomas Chvatal
721bc1b42d Add the libcmis switch to known flags. 2011-10-03 12:16:21 +02:00
Rene Engelhard
4c97165615 fix some typos..., thanks matus 2011-10-03 00:12:42 +02:00
Rene Engelhard
ba44f8805b add --with-system-libcmis 2011-10-02 21:36:48 +00:00
Peter Foley
0ce20f250a Don't generate config.status twice
The current configure script generates ooo.lst for the purpose of extracting
the filename for the seamonkey tarball. This is unnecessary because ooo.lst.in
contains the exact same filename. This patch moves the generation of ooo.lst
next to the other generated files. This move uncovered that the code to set
PREFIXDIR was depending on the AC_OUTPUT code to set prefix and exec_prefix
to /usr/local or the value of --prefix  rather than NONE. Because of this I
added the prefix setting code from AC_OUTPUT to the code that sets PREFIXDIR.
2011-10-01 18:34:46 -04:00
Peter Foley
74bd1f57b5 get version from AC_PACKAGE_VERSION instead of files in solenv/inc 2011-10-01 18:34:45 -04:00
Jan Holesovsky
3927d9bd2a Add support for bundling the -system .dll's into the MinGW builds. 2011-09-30 21:11:26 +02:00
Norbert Thiebaud
8192787942 MacOSX 10.4 is still the 'default' SDK, choose the righ gcc for other SDKs 2011-09-30 09:40:27 -05:00
Stephan Bergmann
979e2c8f8b -fthreadsafe-statics uses a single lock on Mac OS X and thus leads to deadlock. 2011-09-30 15:37:11 +02:00
Tor Lillqvist
cb4a3b13e8 Remove a commented out obsolete test 2011-09-30 15:45:21 +03:00
Tor Lillqvist
62a4321812 Surely MOZILLA_TOOLKIT is never "gtk2" for MacOSX 2011-09-30 15:45:20 +03:00
Tor Lillqvist
665fc0285c If no SDK options given, default to 10.6 if that is present 2011-09-30 14:55:03 +03:00
Tor Lillqvist
2414639738 Clarify help for the MacOSX version options 2011-09-30 10:07:26 +03:00
Rene Engelhard
0f862a7432 make configure check for cpp/poppler-version.h 2011-09-28 22:42:22 +02:00
Tor Lillqvist
f868292385 Fix system Python configuration for MacOSX SDK >= 10.6 2011-09-27 14:44:17 +03:00
Tor Lillqvist
47d7d1e987 Enforce use of internal Python for MacOSX 10.[45] only, as apparently is the intent 2011-09-27 10:00:47 +03:00
Bjoern Michaelsen
3136120275 partially revert 6985b28d53 as it breaks the whole idea of testing for bug 20033 2011-09-26 21:26:20 +02:00
Tor Lillqvist
a457324065 Match the Android host_os that the new config.sub produces 2011-09-26 15:09:41 +03:00
Jan Holesovsky
b5024e8ce9 When I say --disable-extension-integration, I really mean it. 2011-09-26 13:34:21 +02:00
Jan Holesovsky
ad655dbccc Fail to configure when running in a shell with a sourced Env.Host.sh. 2011-09-26 13:13:25 +02:00
Peter Foley
b18383c1b9 don't echo JAVA_HOME twice 2011-09-25 18:15:13 -04:00