]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* bin/autom4te.in ($cache): Don't define using `$me', the name
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 10 Jun 2002 09:54:21 +0000 (09:54 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 10 Jun 2002 09:54:21 +0000 (09:54 +0000)
of the cache should not depend on the name under which autom4te
was installed.

ChangeLog
bin/autom4te.in

index a12ffed26a67549168996dc0b3140e4554ac5a0f..3f320c9a82bd4935a396f15d566456d40b054ea2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * 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.
+
 2002-06-07  Akim Demaille  <akim@epita.fr>
 
        * tests/tools.at (autoconf: forbidden tokens, basic)
index 47e4fe3b7c64112af28e9c361feeb560c0f5c4e9..62024acbb8d6d84822ac893230f222123fcfd96e 100644 (file)
@@ -247,7 +247,7 @@ my $melt = 0;
 
 # 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.";