build: "make check" now fails in a friendlier manner for missing Perl
authorJim Meyering <meyering@redhat.com>
Thu, 30 Apr 2009 11:50:40 +0000 (13:50 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 30 Apr 2009 11:50:40 +0000 (13:50 +0200)
commit0e945ebcc5cb018771819f8b91737db3298bab02
tree91ad766b8cfe1cfd6a3a422fe9de9fd41c59266d
parent71ebb443d816caad6f4142403d57711d8bf2205e
build: "make check" now fails in a friendlier manner for missing Perl

* doc/Makefile.am (sc-lower-case-var): Don't redirect stderr of
$(PERL) (which is sometimes build-aux/missing) to /dev/null,
so that a failing "make check" explains that Perl is not installed.
Reported by James Youngman.
doc/Makefile.am