CVSROOT: /sources/m4
Module name: m4
Changes by: Eric Blake <ericb> 06/06/19 17:25:32
Modified files:
. : ChangeLog Makefile.am
Log message:
* Makefile.am ($(srcdir)/doc/m4.1): No need to list $(srcdir) in
right side of dependency; VPATH does that.
(stamp-vcl): Update to use libtool's algorithm.
(EXTRA_DIST): Distribute stamp-vcl.
Reported by Ralf Wildenhues.
(TESTSUITE): Revert earlier change that used absolute path, as
that broke 'make dist' in VPATH. Stick with $(srcdir) instead.
(EXTRA_DIST): Revert earlier change of $(TESTSUITE).
(TESTS_ENVIRONMENT) [USE_GMP]: Revert earlier addition, since
atlocal takes care of it instead.
(check-local, installcheck-local, clean-local): Inline absolute
path to testsuite here, rather than relative path to testsuite
elsewhere.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/m4/ChangeLog?cvsroot=m4&r1=1.310&r2=1.311
http://cvs.savannah.gnu.org/viewcvs/m4/Makefile.am?cvsroot=m4&r1=1.32&r2=1.33