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
Reply-To: <tiberius@braemarinc.com>
From: "Gary R. Van Sickle" <tiberius@braemarinc.com>
To: "Cygwin Mailing List (E-mail)" <cygwin@sourceware.cygnus.com>
Subject: Re: Availability for test: perl-5.6.1-1
Date: Wed, 27 Dec 2000 13:13:47 -0600
Message-ID: <000401c07039$240be520$1d01a8c0@BRAEMARINC.COM>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0)
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
Importance: Normal

After upgrading from CW's 5.6.0, I'm having trouble with automake (or
autoconf, not entirely sure at this point).  It doesn't seem to be
recognizing line continuations anymore.

E.g., in my makefile.am I have this:

...
DEFS
= -DUSE_LINKER_HEAP -DNO_FLOATS -D__8_BIT_ASCII_WANTED -DCOMPILE_ISALPHA -DC
OMPILE_ISUPPER \
	-DCOMPILE_ISLOWER -DCOMPILE_ISDIGIT -DCOMPILE_ISSPACE -DCOMPILE_ISPUNCT -DC
OMPILE_ISALNUM \
	-DCOMPILE_ISPRINT -DCOMPILE_ISGRAPH -DCOMPILE_ISCNTRL -DCOMPILE_ISXDIGIT
...

But in the generated makefile, all I get is this:
...
DEFS
= -DUSE_LINKER_HEAP -DNO_FLOATS -D__8_BIT_ASCII_WANTED -DCOMPILE_ISALPHA -DC
OMPILE_ISUPPER \
subdir = DXPCRT  <<==== Clearly not right, '\' was ignored
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
...
(much further down, all by it's lonesome:)

	-DCOMPILE_ISLOWER -DCOMPILE_ISDIGIT -DCOMPILE_ISSPACE -DCOMPILE_ISPUNCT -DC
OMPILE_ISALNUM \
	-DCOMPILE_ISPRINT -DCOMPILE_ISGRAPH -DCOMPILE_ISCNTRL -DCOMPILE_ISXDIGIT

(now how in the heck is it getting *there*?)

Five'll get you ten it's yet another CR/LF vs. LF vs. CR issue.  It blows my
mind that someone doesn't use LF/CR too, just to make the madness complete.

Gary R. Van Sickle (tiberius@braemarinc.com)
Braemar Inc.
11481 Rupp Dr.
Burnsville, MN 55337


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

