autoconf-patches
[Top][All Lists]
Advanced

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

Don't use $me to define $cache.


From: Alexandre Duret-Lutz
Subject: Don't use $me to define $cache.
Date: 07 Jun 2002 20:49:14 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

2002-06-07  Alexandre Duret-Lutz  <address@hidden>

        * bin/autom4te.in ($cache): Don't define using `$me', the name
        of the cache should not depend on the name under which autom4te
        was installed.

Index: bin/autom4te.in
===================================================================
RCS file: /cvsroot/autoconf/autoconf/bin/autom4te.in,v
retrieving revision 1.63
diff -u -r1.63 autom4te.in
--- bin/autom4te.in     7 Jun 2002 08:03:55 -0000       1.63
+++ bin/autom4te.in     7 Jun 2002 18:50:48 -0000
@@ -247,7 +247,7 @@
 
 # Names of the cache directory, cache directory index, trace cache
 # prefix, and output cache prefix.
-my $cache = "$me.cache";
+my $cache = "autom4te.cache";
 my $icache = "$cache/requests";
 my $tcache = "$cache/traces.";
 my $ocache = "$cache/output.";
-- 
Alexandre Duret-Lutz




reply via email to

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