delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Reply-To: | <tiberius AT braemarinc DOT com> |
From: | "Gary R. Van Sickle" <tiberius AT braemarinc DOT com> |
To: | "Cygwin Mailing List (E-mail)" <cygwin AT sourceware DOT cygnus DOT 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 |
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 AT braemarinc DOT com) Braemar Inc. 11481 Rupp Dr. Burnsville, MN 55337 -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |