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]
Other format: [Raw text]

RE: automake troubles


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@cygwin.com [mailto:cygwin-owner@cygwin.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/


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