[PATCH] Fix for CRLF problem

2000-10-09 Thread Morten Eriksen
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

Re: [PATCH] Fix for CRLF problem

2000-10-09 Thread Morten Eriksen
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

[PATCH] Dependency tracking for Microsoft Visual C/C++

2000-10-09 Thread Morten Eriksen
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

Re: One more fix for ash-0.2 braindamage

2000-10-09 Thread Pavel Roskin
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,