Commit graph

14502 commits

Author SHA1 Message Date
Luboš Luňák
a47d3303b2 fix qt4 moc detection
cannot use the same variable for two AC_PATH_PROG calls, as the first call
will cache the result and the second one will reuse it
2011-04-14 15:41:29 +02:00
Luboš Luňák
6efe9918d3 add -Wl,-O1 as linker optimization flags when debug is disabled 2011-04-14 15:06:31 +02:00
Francois Tigeot
08d49db2aa Remove CVER.
It is no longer used.
2011-04-14 13:41:19 +02:00
Michael Lefevre
c2f959379b Kill Pos_XXX in favour of osl_Pos_XXX 2011-04-14 12:46:45 +02:00
Caolán McNamara
a4d841a30e qt4 moc is available in /usr/bin as moc-qt4 on fedora 2011-04-13 20:35:07 +01:00
Caolán McNamara
1090e9dbca move this in here so that on windows we convert paths to win format 2011-04-13 20:35:07 +01:00
Caolán McNamara
f09f2f04a8 more than just x86_64 supports multilib 2011-04-13 20:35:07 +01:00
Caolán McNamara
6a61bc1225 get --enable-kde4 to work out-of-the-box on fedora 2011-04-13 20:35:07 +01:00
Luboš Luňák
57ec5069ec switch -ggdb3 to -ggdb2 to significantly reduce binaries sizes
http://lists.freedesktop.org/archives/libreoffice/2011-April/010408.html
2011-04-13 14:02:07 +02:00
Miklos Vajna
c81a6b5254 configure: check for junit's hamcrest dependency
Make sure either class-path entry is available for hamcrest or it's
bundled.
2011-04-13 00:42:11 +02:00
Julien Nabet
6811d994ec fno-default-inline removed for CFLAGS since it's valid only for C++ 2011-04-12 22:36:15 +02:00
Caolán McNamara
0818377646 get rid of legacy libXaw usage 2011-04-12 13:14:16 +01:00
Francois Tigeot
cd78967d03 Remove remaining M1500 and M1600 usage.
Use _MSC_VER instead. This macro is already defined by the compiler, no
need to do it twice.
Since mergemodules_ooo.scp is no longer used, we can simply remove it.
2011-04-12 10:55:08 +02:00
Francois Tigeot
f74e372ac6 Remove more code using M1310 and M1400. 2011-04-12 10:20:46 +02:00
Francois Tigeot
b2dbd828b9 Also use system cp as fallback on DragonFly. 2011-04-11 19:02:37 +02:00
Francois Tigeot
a6677859fa Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/bootstrap 2011-04-11 18:46:27 +02:00
Luboš Luňák
7193fc6aca do not include 3+ from GPLv3+ in the make version 2011-04-11 17:01:24 +02:00
Luboš Luňák
9af15de4ce no 'hello world' printing from configure 2011-04-11 17:01:24 +02:00
Luboš Luňák
19c922f1d2 $(WITH_LINKER_HASH_STYLE) also for gbuild 2011-04-11 17:01:23 +02:00
Bjoern Michaelsen
0814799090 remove debug output 2011-04-11 12:32:48 +02:00
Bjoern Michaelsen
3db91b7f80 set STAR_RESOURCEPATH for cppunit tests to find resources from solver 2011-04-11 12:32:48 +02:00
Bjoern Michaelsen
ac3f888b4c add support for auxiliary arguments to the cppunit tests 2011-04-11 12:25:04 +02:00
Francois Tigeot
81fe93fab4 Remove code depending on M1310 and M1400.
These defines are no longer defined anywhere, there's no need to keep
conditionally-compiled code using them.
2011-04-11 12:04:55 +02:00
Francois Tigeot
04c1061612 Remove code depending on M1310 and M1400.
These defines are no longer defined anywhere, there's no need to keep
conditionally-compiled code using them.
2011-04-09 09:25:18 +02:00
Michael Meeks
244c7ccf6a make relocate cope with more corner cases: no solver & fixed links 2011-04-08 13:11:46 +01:00
Fridrich Štrba
e2916fd661 remove obsolete configure options + fix system_xrender_headers vs system_xrender 2011-04-08 13:32:09 +02:00
Francois Tigeot
19480ddf48 Remove the C52 define.
It corresponds to a version of a Solaris-specific compiler used in the
2000-2001 timeframe.
2011-04-08 13:28:02 +02:00
Tor Lillqvist
bf0d63071d Use less misleading terminology 2011-04-08 13:55:56 +03:00
Fridrich Štrba
674cd5c73b Some more defaults to LibreOfficeLinux distro config 2011-04-08 11:46:33 +02:00
Robert Nagy
a6c165e2af no need to quote vendor anymore 2011-04-07 16:51:58 +02:00
Robert Nagy
f4ae4b0733 add an OpenBSD distro config 2011-04-07 16:50:12 +02:00
Robert Nagy
51a240cb75 use system cp as a fallback for *BSD too 2011-04-07 16:48:36 +02:00
Fridrich Štrba
93c48a6581 No need to quote anymore 2011-04-07 16:22:39 +02:00
Michael Meeks
396fd9fc61 check more carefully for configure generation, and fix quoting of vendors 2011-04-07 13:27:47 +01:00
Caolán McNamara
b9bc97d455 allow setting DEBUGCPPUNIT=TRUE to dump a gdb try/catch trace 2011-04-07 11:37:56 +01:00
Tor Lillqvist
2f9a326043 Must export also WITH_AGFA_MONOTYPE_FONTS 2011-04-07 11:19:48 +03:00
Petr Mladek
265eab0f8a Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/bootstrap
in32-agfa-monotype-fonts.diff patch.
2011-04-06 21:22:30 +02:00
Tor Lillqvist
06ddf302cd Add possibility to bundle some Agfa Monotype fonts
Based on the old novell-win32-agfa-monotype-fonts.diff patch.
2011-04-06 21:19:04 +02:00
Bjoern Michaelsen
3f7ed4ed3f remove duplicate and pointless lib renames 2011-04-06 19:30:38 +02:00
Petr Mladek
f115ddb6f7 Merge remote-tracking branch 'origin/libreoffice-3-4' 2011-04-06 19:25:22 +02:00
Bjoern Michaelsen
468ba5cfd6 add lomenubar lib 2011-04-06 18:49:34 +02:00
Bjoern Michaelsen
b76f09e101 add lomenubar lib 2011-04-06 18:49:05 +02:00
Petr Mladek
0a2923d0df Fall back to --hash-style=sysv when gnu is not supported
Based on patch by Francois Tigeot <ftigeot at wolfpond dot org>
2011-04-06 18:19:48 +02:00
Petr Mladek
5f197f29c4 Fall back to --hash-style=sysv when gnu is not supported
Based on patch by Francois Tigeot <ftigeot at wolfpond dot org>
2011-04-06 15:17:28 +02:00
Tor Lillqvist
8d1bac154b Add possibility to bundle some Agfa Monotype fonts
Based on the old novell-win32-agfa-monotype-fonts.diff patch.
2011-04-06 15:55:11 +03:00
David Tardon
9da441f0c4 remove duplicate code
This was introduced by commit 3726b1a63e0783953fee9c65d8c0cee3fd6cf85b .
2011-04-06 12:47:49 +02:00
David Tardon
0d75184488 $(1) is not defined here 2011-04-06 12:07:40 +02:00
David Tardon
937aae1b27 use just order-only dep. on cppunittester 2011-04-06 12:07:39 +02:00
Jan Holesovsky
b2a2b92a0d Migrate the old autogen.lastrun format to the new one automatically. 2011-04-06 08:48:26 +02:00
Norbert Thiebaud
f3430509e2 fix the autogen perl wrapper: mishandling of the Darwins-pecific aclocal 2011-04-05 14:21:38 -05:00