$(MKSTAMP) before changing directories, or it won't be found.
Forgot to save before my last commit :-(
2004-08-05 Gary V. Vaughan <gary@gnu.org>
+ * Makefile.am ($(top_srcdir)/config/ltmain.sh): Actually run
+ $(MKSTAMP) before changing directories, or it won't be found.
+ Forgot to save before my last commit :-(
+
* Makefile.am ($(top_srcdir)/m4/ltversion.m4): Since we already did
`cd $(top_srcdir)' for this rule, we can't mv ltversion.tmp to the
relative $(top_srcdir) again! Also, run $(MKSTAMP) before changing
## And for similar reasons, ltmain.sh can't be built from config.status.
EXTRA_DIST += config/ltmain.sh
$(top_srcdir)/config/ltmain.sh: config/ltmain.in configure.ac stamp-vcl
+ set -- `$(MKSTAMP) < $(top_srcdir)/ChangeLog`; \
cd $(top_srcdir); \
rm -f config/ltmain.tmp; \
- set -- `$(MKSTAMP) < $(top_srcdir)/ChangeLog`; \
input="ltmain.in"; \
$(edit) -e "s,@TIMESTAMP\@,$$1 $$2 $$3,g" \
-e "s,@package_revision\@,$$1,g" \