| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Message-ID: | <3CA819AC.2040109@isd.dp.ua> |
| Date: | Mon, 01 Apr 2002 11:26:20 +0300 |
| From: | Sergei Lodyagin <slod AT isd DOT dp DOT ua> |
| User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.9) Gecko/20020311 |
| X-Accept-Language: | ru, en-us |
| MIME-Version: | 1.0 |
| To: | cygwin <cygwin AT cygwin DOT com> |
| Subject: | Re: automake troubles |
| References: | <000001c1d94f$454d1d50$0200a8c0 AT sknet01> <3CA81545 DOT 2040008 AT isd DOT dp DOT ua> |
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |