automake-patches
[Top][All Lists]
Advanced

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

FYI: diagnostic clarification


From: Alexandre Duret-Lutz
Subject: FYI: diagnostic clarification
Date: Thu, 10 Jul 2003 22:50:25 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

I find this

configure.ac:286: __PERL: variable names starting with `_' are not portable
configure.ac:288: __PYTHON: variable names starting with `_' are not portable
configure.ac:289: __RM: variable names starting with `_' are not portable
configure.ac:290: __RSH: variable names starting with `_' are not portable
configure.ac:291: __SED: variable names starting with `_' are not portable

a bit misleading, so I'm installing the following patch on HEAD and
the equivalent on branch-1-7.

2003-07-10  Alexandre Duret-Lutz  <address@hidden>

        * lib/Automake/Variable.pm (define): Make clear the diagnostic
        about variable names starting with `_' is about *Make* variables.

Index: lib/Automake/Variable.pm
===================================================================
RCS file: /cvs/automake/automake/lib/Automake/Variable.pm,v
retrieving revision 1.9
diff -u -r1.9 Variable.pm
--- lib/Automake/Variable.pm    9 Jul 2003 22:07:10 -0000       1.9
+++ lib/Automake/Variable.pm    10 Jul 2003 20:48:31 -0000
@@ -977,7 +977,7 @@
 
   # NEWS-OS 4.2R complains if a Makefile variable begins with `_'.
   msg ('portability', $where,
-       "$var: variable names starting with `_' are not portable")
+       "$var: Make variable names starting with `_' are not portable")
     if $var =~ /^_/;
 
   # `:='-style assignments are not acknowledged by POSIX.  Moreover it


-- 
Alexandre Duret-Lutz





reply via email to

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