]> git.ipfire.org Git - thirdparty/libtool.git/commit
* configure.ac (CONF_SUBDIRS): Make these relative to
authorGary V. Vaughan <gary@gnu.org>
Mon, 17 Nov 2003 15:49:06 +0000 (15:49 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 17 Nov 2003 15:49:06 +0000 (15:49 +0000)
commit50503c94d7416880f72797fea3894e3784d9d20b
tree49eaa9f6a1605e1e46718e54790528835f5de568
parentfec57b3fba12979b5e2fbc5cacf53d8e2918260d
* configure.ac (CONF_SUBDIRS): Make these relative to
tests/Makefile.am.
(DIST_MAKEFILE_LIST): Adjust to compensate for having removed the
`tests/' part in CONF_SUBDIRS.
* tests/Makefile.am (DIST_SUBDIRS): Distribute these directories.
(SUBDIRS): Set to `.', a NOP, to workaround an automake bug which
ignores DIST_SUBDIRS unless SUBDIRS is also set.
* Makefile.am (DIST_SUBDIRS): Don't try to distribute the tests
subdirectories from here, since the recursive automake dist rule
only works with direct child directories.  Defer to
tests/Makefile.am in this case.
ChangeLog
Makefile.am
configure.ac
tests/Makefile.am