automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

plea for case-insensitive, but case preserving (was: Re: 45-fix-yacc2-te


From: edward
Subject: plea for case-insensitive, but case preserving (was: Re: 45-fix-yacc2-test.patch)
Date: Tue, 13 Mar 2001 06:39:06 -0500

hi akim,

this is a plea to avoid using constructs like the "cp Makefile.am
Makefile.AM" below. this kills us cygwin/windows people, and i for one, very
much would like to keep automake, etc. working on window based platforms!

cheers,
edward

> +cp Makefile.am Makefile.AM

----- Original Message -----
From: "Akim Demaille" <address@hidden>
To: "Automake" <address@hidden>
Sent: Sunday, March 11, 2001 1:09 PM
Subject: 45-fix-yacc2-test.patch

<snip>

>
> Index: ChangeLog
> from  Akim Demaille  <address@hidden>
> * tests/yacc2.test: Don't define several times a variable, as
> automake complains.
>
> Index: tests/yacc2.test
> --- tests/yacc2.test Sat, 13 Jan 2001 18:11:09 +0100 akim (am/6_yacc2.test
1.1 775)
> +++ tests/yacc2.test Sun, 11 Mar 2001 16:55:21 +0100 akim (am/6_yacc2.test
1.1 775)
> @@ -15,11 +15,20 @@
>  zardoz_SOURCES = zardoz.y
>  END
>
> +# Don't redefine several times the same variable.
> +cp Makefile.am Makefile.AM
> +
> +

<snip>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]