]> sourceware.org Git - 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:38 +0000 (14:04 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 13 Jan 2003 14:04:38 +0000 (14:04 +0000)
commitf7f1fd9696855d17fad3f9704006032e64b46a3e
tree24f645712e02b462c83b06c174401e7cbe663243
parentfa6eb0f94816ecbb8b00fc402100a2aa9d567048
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
This page took 0.030012 seconds and 5 git commands to generate.