4339N/A echo "Can't find the GNU Make test suite ($(srcdir)/tests)."; \
4339N/A+ case `cd $(srcdir); pwd` in `pwd`) : ;; \
4339N/A+ *) test -d tests || mkdir tests; \
4339N/A+ if ln -s "$(srcdir)/tests" srctests; then \
4339N/A+ rm -f tests/$$f; ln -s ../srctests/$$f tests; \
4339N/A+ echo "Can't find a working Perl ($(PERL)); the test suite requires Perl."; \
4339N/A+ echo "Can't find the GNU Make test suite ($(srcdir)/tests)."; \
4339N/A # --------------- Maintainer's Section
4339N/A # Tell automake that I haven't forgotten about this file and it will be