* 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.
This commit is contained in:
Alexandre Duret-Lutz 2002-06-10 09:54:21 +00:00
parent 823860675b
commit 2b18ea7e89
2 changed files with 7 additions and 1 deletions

View File

@ -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)

View 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.";