Age | Commit message (Collapse) | Author |
|
the build src/ directory -- at the front.
($(srcdir)/$x-tests): Depend on Makefile.am.
Use $x as the program name, except when it would be `test' (test is
the sole program tested via mk-script that is also a shell built-in).
In that case, use the old ../../src/$x.
|
|
$(srcdir)/../Makefile.am.in, rather than $<.
Suggestion from Michael Elizabeth Chastain.
|
|
($(srcdir)/Makefile.am): Likewise. Prepend $(srcdir) to target.
|
|
emit a definition for each substituted variable.
Remove definition of PERL.
|
|
(Makefile.am): Likewise. Reported by Greg McGary.
|
|
`make maintainer-clean; ./configure; make check' works.
|
|
perl-5.004_xx comes with a Test.pm module that'd be used otherwise.
|
|
(mk_script): Set to ../mk-script.
(x-tests): Use `$(PERL) -w -- $(mk_script)', not ./mk-script.
Remove @MAINT@ cruft.
(Makefile.am): Likewise.
Remove @MAINT@ cruft. Now `missing' will explain the failure
when people don't have Perl yet modify a file whose rebuilding
would lead to the use of Perl.
|
|
|