mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-05 11:10:57 +08:00
* 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:
parent
823860675b
commit
2b18ea7e89
@ -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)
|
||||
|
@ -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.";
|
||||
|
Loading…
Reference in New Issue
Block a user