]> git.ipfire.org Git - thirdparty/automake.git/commit
Use `_dirstamp' when the file-system doesn't support `.dirstamp'.
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 13 Jan 2003 14:04:41 +0000 (14:04 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 13 Jan 2003 14:04:41 +0000 (14:04 +0000)
commitbb174399353c6abdb95719f1e05a5415c4bf8cf5
tree8da835e455bc6e9310ce5fdfd9829da40ae11782
parente3b2b0290322dd622d75e82fd09d20881f7ba793
Use `_dirstamp' when the file-system doesn't support `.dirstamp'.
* m4/lead-dot.m4: New file.
* m4/Makefile.am (dist_m4data_DATA): Add lead-dot.m4
* m4/init.m4 (AM_INIT_AUTOMAKE): Require AM_SET_LEADING_DOT.:
* m4/depend.m4 (AM_SET_DEPDIR): Require AM_SET_LEADING_DOT. Define
DEPDIR using am__leading_dot.
* automake.in (require_build_directory): Define am__dirstamp, a new
variable for the dirstamp basename, based on am__leading_dot.
* tests/subobj6.test: Move all `test -f' into Makefiles, so we can
use $(am__dirstamp).
Reported by Richard Dawe.
ChangeLog
automake.in
m4/Makefile.am
m4/Makefile.in
m4/depend.m4
m4/init.m4
m4/lead-dot.m4 [new file with mode: 0644]
tests/subobj6.test