Hi,
I had problems running a configure script under Cygwin, because of
extra CR-characters (i.e. ASCII \015, "carriage return") being added
to the shell code of the macros gathered into aclocal.m4 by Automake's
``aclocal''.
This lead to problems when running ``configure'' due to what looks
like
Hi,
I found another problem with Automake under Cygwin. The Makefile.in
files are written with CRLF, which causes the grep and/or sed code
which extracts the list of dependency files in
AM_OUTPUT_DEPENDENCY_COMMANDS to fail.
Updated patch attached below.
Regards,
Morten
Index: ChangeLog
Hi,
this patch implements support for extracting dependency tracking
information by using the preprocessor mode of the Microsoft Visual
C/C++ compiler.
Regards,
Morten
Index: ChangeLog
===
RCS file: /cvs/automake/automake/ChangeL
Hello!
> ChangeLog:
> * m4/init.m4 (AM_INIT_AUTOMAKE): Don't rely on variable
> assignments changing $? - it' broken in ash-0.2.
> * m4/missing.m4 (AM_MISSING_HAS_RUN): Likewise.
I saw no objections, so I applied it. One of the buggiest shells should
now work better.
Regards,