From 4cd778d127811d499289b0e26487d829e4d3617a Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Thu, 7 Sep 2000 00:34:07 +0000 Subject: [PATCH] * Makefile.am (ltmain.sh): Make this depend on TSDEPS again so that the Changelog timestamp is used for ltmain.sh at `make dist' time. --- ChangeLog | 4 ++++ Makefile.am | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index e5fdf0187..ac578967d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/Makefile.am b/Makefile.am index 11aef013f..1be42ed1c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 -- 2.47.3