VER=1.16.4
Building "automake"
checking whether make supports nested variables... no
checking build system type... x86_64-pc-mingw64
checking host system type... x86_64-pc-mingw64
checking for a BSD-compatible install... ./lib/install-sh -c
checking whether build environment is sane... yes
checki
Currently, the "Name" section
Thanks for the report on this and aclocal's man pages. Agreed they
should be fixed. Hopefully we can do that for the next release.
--best, karl.
Hi.
See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=49901 for an
explanation. It's partially the macro itself that is buggy:
"
This sort of behaviour is the main reason why the aclocal documentation
suggests these files not contain anything other than macro definitions[1],
so that they are n
Hi.
About lex-clean-cxx.sh, lex-depend-cxx.sh, yacc-cxx.sh, yacc-d-cxx.sh
and yacc-mix-c-cxx.sh: fixed by the patch found in bugs# 34151, 42393,
44795, 49755, 45205 and 55073.
About fn99subdir.sh, subpkg.sh, subpkg2.sh, subpkg3.sh and
subpkg-yacc.sh: partial analysis provided in bugs# 45205
Hi.
Problem fixed by the patch found in bugs# 34151, 42393, 44795, 49755,
45205 and 55073.
--
Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS)
X86 assembly (DOS, GNU/Linux):http://bogdro.evai.pl/index-en.php
Soft(EN): http://bogdro.evai.pl/soft http://bogdro.evai.pl/s
Hi.
About t/yacc-cxx, t/yacc-d-cxx and t/yacc-mix-c-cxx: fixed by the
patch found in bugs# 34151, 42393, 44795, 49755, 45205 and 55073.
--
Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS)
X86 assembly (DOS, GNU/Linux):http://bogdro.evai.pl/index-en.php
Soft(EN): http:/
Hi.
Failures in lex/yacc/C++ tests should be fixed now with the patch in
my previous mail.
I'm afraid the remaining test failures may indeed point to an actual
bug in Automake, not just in tests.
Regarding failures in tests:
- subpkg,
- subpkg2,
- subpkg-yacc,
as far as I've investigated,
Hi all.
The Solaris/SunOS lex generates C++ code with functions properly
wrapped into >extern "C"<, but only if:
- compiling as C++ (__cplusplus is #defined),
- the feature constant __EXTERN_C__ is #defined (probably meant just
for the SunOS compiler, not for all).
Other compilers, like G