* Makefile.am (ltmain.sh): Make this depend on TSDEPS again

so that the Changelog timestamp is used for ltmain.sh at `make
dist' time.
This commit is contained in:
Gary V. Vaughan 2000-09-07 00:34:07 +00:00
parent f8d415aeef
commit 4cd778d127
2 changed files with 9 additions and 0 deletions

View File

@ -2,6 +2,10 @@
* libtool.m4 (_LT_AC_LTCONFIG_HACK): Deleted a vital `;;'
terminator from a case statement by mistake.
* Makefile.am (ltmain.sh): Make this depend on TSDEPS again
so that the Changelog timestamp is used for ltmain.sh at `make
dist' time.
2000-09-06 Gary V. Vaughan <gvv@techie.com>

View File

@ -32,6 +32,11 @@ libtoolize: $(srcdir)/libtoolize.in $(top_builddir)/config.status
CONFIG_FILES=libtoolize CONFIG_HEADERS= $(top_builddir)/config.status
chmod +x libtoolize
libtool: $(srcdir)/ltmain.sh $(top_builddir)/configure
$(top_builddir)/configure --no-recursion
@srcdir@/ltmain.sh: $(TSDEPS)
# TSDEPS will be defined to TSDEPS_DIST at `make dist' time
TSDEPS =
TSDEPS_DIST = ChangeLog libtool.m4