summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2004-01-08 23:32:11 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2004-01-08 23:32:11 +0000
commit7dd9fee1c389ec41a9ecff56e642eea82eec9b9b (patch)
treee8f2b5f2a0820f09917b282727b9475cf18ba7ba /TODO
parentf323a7a72bc2f93d95f08d27c616b0904308d502 (diff)
downloadautomake-7dd9fee1c389ec41a9ecff56e642eea82eec9b9b.tar.gz
* m4/mkdirp.m4 (AM_PROG_MKDIR_P): Append `.' to $(mkdir_p).
* lib/install-sh: Accept `install-sh -d' with 0..n arguments, as well as `install-sh sources... dest' with multiple sources. * tests/cond33.test: New file. * tests/instsh2.test: Add more checks for install-sh. * tests/transform.test: Test for installdirs. * tests/Makefile.am (TESTS): Add cond33.test Report from Ralf Corsepius.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 7959de005..8152a6ef2 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,9 @@
+We should arrange so that install-%DIR%%PRIMARY% is run conditionally
+when %DIR%_%PRIMARY% is defined conditionally. Currently it is always
+run, and that will therefore always create %DIR% (unless %DIR%dir is
+also defined conditionally). Likewise, installdirs should not
+create %DIR% in conditions were no %DIR%_%PRIMARY% is enabled.
+
we can't seem to AC_SUBST(pkgdatadir)
the version from header-vars overrides
why is that?