Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Originating-IP: [217.35.42.151] From: "\(1pH3r_IVI4IV14\(" To: "'Sergei Lodyagin'" , "'cygwin'" Subject: RE: automake troubles Date: Mon, 1 Apr 2002 09:41:30 +0100 Message-ID: <000101c1d959$055d93a0$0200a8c0@sknet01> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: <3CA819AC.2040109@isd.dp.ua> X-OriginalArrivalTime: 01 Apr 2002 08:41:33.0632 (UTC) FILETIME=[07074C00:01C1D959] I only ever get that error when I had a corrupted definition of AM* macros... You can remove the DOS line ending by using the d2u program (in the cygutils package it think). -----Original Message----- From: cygwin-owner AT cygwin DOT com [mailto:cygwin-owner AT cygwin DOT com] On Behalf Of Sergei Lodyagin Sent: Monday, 1 April 2002 9:26 To: cygwin Subject: Re: automake troubles By the way, is automake sensible to DOS/Unix file format (and how can I check which format it uses)? I've got incorrect section in generated Makefile.in: ------------------------------------------------------------------------ ------------- .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \ clean-generic clean-libtool clean-recursive dist dist-all \ [... skipped ....] tags tags-recursive uninstall uninstall-am uninstall-info-am \ uninstall-info-recursive uninstall-recursive $(ac_aux_dir)/config.sub \ $(ac_aux_dir)/install-sh \ $(ac_aux_dir)/ltmain.sh \ $(ac_aux_dir)/missing \ $(ac_aux_dir)/mkinstalldirs \ $(ac_aux_dir)/mdate-sh $(ac_aux_dir)/Make_rules ------------------------------------------------------------------------ ------------- By this is fragment of my Makefile.am: ------------------------------------------------------------------------ ------------- AUX_DIST = $(ac_aux_dir)/config.guess \ $(ac_aux_dir)/config.sub \ $(ac_aux_dir)/install-sh \ $(ac_aux_dir)/ltmain.sh \ $(ac_aux_dir)/missing \ $(ac_aux_dir)/mkinstalldirs \ $(ac_aux_dir)/mdate-sh AUX_DIST_EXTRA = $(ac_aux_dir)/readline.m4 \ $(ac_aux_dir)/Make_rules ------------------------------------------------------------------------ ------------- I am confused becouse it happens in both cases (Makefile.am in LF and LF/CR formats). Sergei Lodyagin wrote: > > Then I run ./configure and get corrupted Makefiles. > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/