BUG: Automake 1.4
jens@uniweb.se
jens@uniweb.se
Mon Jun 4 13:34:00 GMT 2001
Hmmmmm, I think I did send it to cygwin@cygwin.com. But I'm not sure. But I'll send it now to cygwin-apps@cygwin.com.
Sorry for all the e-mail from me. To stressed for this. That's why I did not look for it myself at first. But it was not hard to find.
Patch to automake-1.4.
Jens Yllman
>Can't you figure out the patch for this? It's real obvious. Then you
>could post the patches to cygwin-apps@cygwin.com.
>
>Earnie.
>
>jens@uniweb.se wrote:
>>
>> Hi,
>>
>> Don't know if this is the right place to send this. But I have automake 1.4 on cygwin and on my linux machine. And the version on cygwin produces a slightly diffrent Makefile.in then the linux version. And the important part is a bug.
>>
>> Here is three rows from the linux version. It is in distdir:
>>
>> if test -d $$d/$$file; then \
>> cp -pr $$d/$$file $(distdir)/$$file; \
>> else \
>>
>> In the cygwin version it looks like this.
>>
>> if test -d $$d/$$file; then \
>> cp -pr $$/$$file $(distdir)/$$file; \
>> else \
>>
>> And that makes directories in EXTRA_DIST etc to not work. The make i canceled with an error.
>>
>> Anybody recocnizing this???
>>
>> Jens Yllman
>>
>> --
>> Want to unsubscribe from this list?
>> Check out: http://cygwin.com/ml/#unsubscribe-simple
>
>_________________________________________________________
>Do You Yahoo!?
>Get your free @yahoo.com address at http://mail.yahoo.com
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: automake.diff.gz
Type: application/x-gzip
Size: 279 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin-apps/attachments/20010604/a94ae8ba/attachment.bin>
More information about the Cygwin-apps
mailing list