the check for versioned install dir (fdo#30837) broke creation of
languagepack on Windows and MAC; it is because ooodownloadfilename
was defined only for linux; we still need lang-specific directory
for other archs
The LICENSE.html files are needed in more mysterious places as the
installer fails without these files. So put them back where they
were. Sigh.
This reverts commit 3bba604ddf217f45d5aafb9a0baef60b7a070acd.
The converttags script replaced the tags:
[PRODUCTNAME] [TITLE] and two color references
in the source code, but those tags don't occur (anymore?) and it is
never called. So remove this.
- Add /usr/local/{bin,sbin} as last to find genbrk,
genccode and gencmn.
- Add more directories to qt_libdir and qt_incdir
- Make sure find libqt-mt.so and libDCOP.so with
a library major and minor in the filename where
the .so does not exists, but foo.so.0.0 does.
- Add /usr/local/{bin,sbin} as last to find genbrk,
genccode and gencmn.
- Add more directories to qt_libdir and qt_incdir
- Make sure find libqt-mt.so and libDCOP.so with
a library major and minor in the filename where
the .so does not exists, but foo.so.0.0 does.
Remove the feature component counting routines.
These were added to enforce a Win9x component count limit, but no longer
do anything except collect and log counts.
Rather than relying on the sourced environment variables, create
Makefile with the correct dev-install target folder during the
./configure run. Slightly prettified the file.
It's not good to use option descriptions like --enable/disable-*.
Also: If we want to replace default option descriptions with our owns,
then we shall describe them both (dependency-tracking).
fetch_tarballs is called by bootstrap when DO_FETCH_EXTERNAL is set to
true. So calling this here another time does not yield any benefit.
You could see this was happening, because it checked for wget and
mdsum twice at the beginning of each build.
This silences the new "Unknown type!" error messages at the end of a
./configure run.
This should not make any functional difference, as the support for
those in ToFile was already missing.