Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Tue, 5 Jun 2001 09:55:00 +0200
From: Corinna Vinschen <cygwin-apps@cygwin.com>
To: cygapp <cygwin-apps@cygwin.com>
Cc: cygwin <cygwin@cygwin.com>
Subject: Re: BUG: Automake 1.4
Message-ID: <20010605095500.D22495@cygbert.vinschen.de>
Mail-Followup-To: cygapp <cygwin-apps@cygwin.com>,
	cygwin <cygwin@cygwin.com>
References: <465979776.991686368342.JavaMail.root@colin.uniweb.se>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <465979776.991686368342.JavaMail.root@colin.uniweb.se>; from jens@uniweb.se on Tue, Jun 05, 2001 at 12:56:08AM +0430

Thanks for figuring this out, Jens.

I have applied your patch and uploaded automake-1.4-4 to sourceware.
It should arrive at the mirrors at least tomorrow.

Corinna

On Tue, Jun 05, 2001 at 12:56:08AM +0430, jens@uniweb.se wrote:
>  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
> >
> >



-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

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

