Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Mon, 04 Jun 2001 23:29:47 +0430 (GMT+04:30) From: jens AT uniweb DOT se Subject: BUG: Automake 1.4 To: cygwin AT cygwin DOT com Message-id: <465979644.991681187969.JavaMail.root@colin.uniweb.se> MIME-version: 1.0 X-Mailer: Sun(TM) Web Access 1.2 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT 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