From 0cf83580ad7324a3f94d02c5730ca52be54c18cd Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 14 Jan 1996 05:28:31 +0000 Subject: [PATCH] Nothign --- ChangeLog | 2 ++ Makefile.am | 4 ++-- Makefile.in | 4 ++-- lib/am/Makefile.am | 4 ++-- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index d2a70f33..ad8be995 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Sat Jan 13 00:18:06 1996 Tom Tromey + * Makefile.am (maintainer-check): Look for perl4.036 in path. + * dist-vars.am (DISTFILES): Include BUILT_SOURCES. (DEP_DISTFILES): Ditto. diff --git a/Makefile.am b/Makefile.am index c99d6e77..8ad51a9a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,8 +41,8 @@ maintainer-check: automake echo "found too many uses of '\$${'" 1>&2; \ exit 1; \ fi - if test -f /usr/local/bin/perl4.036; then \ - /usr/local/bin/perl4.036 -c -w automake; \ + if $(SHELL) -c 'perl4.036 -v' >/dev/null 2>&1; then \ + perl4.036 -c -w automake; \ else :; fi automake: automake.in diff --git a/Makefile.in b/Makefile.in index bd9e037e..d1e76540 100644 --- a/Makefile.in +++ b/Makefile.in @@ -315,8 +315,8 @@ maintainer-check: automake echo "found too many uses of '\$${'" 1>&2; \ exit 1; \ fi - if test -f /usr/local/bin/perl4.036; then \ - /usr/local/bin/perl4.036 -c -w automake; \ + if $(SHELL) -c 'perl4.036 -v' >/dev/null 2>&1; then \ + perl4.036 -c -w automake; \ else :; fi automake: automake.in diff --git a/lib/am/Makefile.am b/lib/am/Makefile.am index c99d6e77..8ad51a9a 100644 --- a/lib/am/Makefile.am +++ b/lib/am/Makefile.am @@ -41,8 +41,8 @@ maintainer-check: automake echo "found too many uses of '\$${'" 1>&2; \ exit 1; \ fi - if test -f /usr/local/bin/perl4.036; then \ - /usr/local/bin/perl4.036 -c -w automake; \ + if $(SHELL) -c 'perl4.036 -v' >/dev/null 2>&1; then \ + perl4.036 -c -w automake; \ else :; fi automake: automake.in -- 2.43.5