]> git.ipfire.org Git - thirdparty/libtool.git/commit
Without this change, the distributed libtool tarball has a
authorGary V. Vaughan <gary@gnu.org>
Mon, 4 Oct 2004 08:59:34 +0000 (08:59 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 4 Oct 2004 08:59:34 +0000 (08:59 +0000)
commitc46ba4ec280028e358d1f399e74d85a8be69283e
tree666ce0155e1268ac400f0b6623517da8351202a4
parent0c0ab2bbb4d9af2beb5f9848ac2af0f28112f3c7
Without this change, the distributed libtool tarball has a
dependency on autom4te.  There was some inconsistency in the
filenames: now we have foo.m4sh -> m4sh -> foo.in -> configure
-> foo[.sh].  Bootstrap runs the m4sh steps and the resulting .in
files are distributed.

* tests/Makefile.am (EXTRA_DIST): Distribute defs.m4sh.
* Makefile.am (EXTRA_DIST): Distribute libtoolize.m4sh.
(libtoolize.in, libtoolize): Split into bootstrap and runtime
stages.
($(top_srcdir)/tests/defs.in, $(top_srcdir)/tests/defs): Ditto.
($(top_srcdir)/config/ltmain.sh): Swap ltmain.m4sh and ltmain.in
names.
* bootstrap: Make libtoolize.in and tests/defs.in.
* NEWS: Updated.
ChangeLog
Makefile.am
NEWS
bootstrap
config/ltmain.m4sh [moved from config/ltmain.in with 100% similarity]
libtoolize.m4sh [moved from libtoolize.in with 100% similarity]
tests/Makefile.am
tests/defs.m4sh [moved from tests/defs.in with 100% similarity]