- Pulled together all extension related options in one place in the
configure, they were cluttered all around the place. We do want to
present extensions together in ./configure --help.
- Add an -ext- to these configure options to clarify they are
extensions:
--enable-ext-presenter-ui, enable-ext-presenter-minimizer,
--enable-ext-presenter-console, enable-ext-pdfimport,
--enable-ext-wiki-publisher
(Similar changes should still be done to the rest of the extensions)
- Quit with explicit error message when using conflicting --without-java
and --enable-ext-wiki-publisher.
- Remove some minor things.
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Partially revert 58f59291db32e07b06311337be1e9f7a930291b2 - the name
here needs to match all those */prj/build.lst prefixes (which still
have "OOo:" at several places)
The variables $unsetenv, $setenv, $unset, $set $D, $answer were unused
in this script and have been removed.
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Previously we would have been writing out LinuxX86-64Env.Set and
LinuxX86-64Env.Set.sh which made my autocompletion useless. Simplify the
set_soenv.in to actually only produce 1 version which makes us require
bash as interactive build shell.
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Bitmaps are packaged as language dependent files however, no
language dependency at all in bitmaps. This patch only pack one instance
so we can save 1MB diskspace for every language in multi lang installer.
Use correct terminology for the Microsoft compilers, ".NET" was a part
of their name only in the 2003 version. Drop support for the 2003 and
2005 versions. The Platform SDK has been called the Windows SDK for
quite a while. Etc.
Made gdb not read user config (always ends up in tui mode for me
otherwise), made DEBUG<PROG> vars also recognise the more idiomatic
lowercase versions (e.g. 'dmake debug=t debugcppunit=t' now works)
* applied patches/dev300/solenv-installer-unopkg-call.diff: call
unopkg during instset generation, such that spawned java does not
require interactive session (causes weird hangs during instset
generation on Mac otherwise).