This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: BUG: Automake 1.4


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


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]