From: Akim Demaille Date: Wed, 1 Aug 2001 15:00:03 +0000 (+0000) Subject: Adjust path to executables. X-Git-Tag: AUTOCONF-2.52a~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ede433af3a910ff3e00e95d04015a53c593c8084;p=thirdparty%2Fautoconf.git Adjust path to executables. --- diff --git a/tests/tools.at b/tests/tools.at index 72818cb18..275ec9bb7 100644 --- a/tests/tools.at +++ b/tests/tools.at @@ -55,9 +55,9 @@ AT_CHECK([/bin/sh ./syntax.sh]) # Specify the path to the tool, some shells don't honor PATH when # running `sh PROG'. -AT_CHECK([/bin/sh -n ../autoconf], 0) -AT_CHECK([/bin/sh -n ../autoreconf], 0) -AT_CHECK([/bin/sh -n ../ifnames], 0) +AT_CHECK([/bin/sh -n ../bin/autoconf], 0) +AT_CHECK([/bin/sh -n ../bin/autoreconf], 0) +AT_CHECK([/bin/sh -n ../bin/ifnames], 0) # These are not built, they are in the src tree. AT_CHECK([/bin/sh -n $at_top_srcdir/config/install-sh], 0) @@ -79,8 +79,9 @@ AT_SETUP([Syntax of the Perl scripts]) # | % perl -c ./autom4te # | ./autom4te syntax OK # Ignore it, it might change between releases. -AT_CHECK([$PERL -c ../autom4te], 0, [], [ignore]) -AT_CHECK([$PERL -c ../autoupdate], 0, [], [ignore]) +AT_CHECK([$PERL -c ../bin/autom4te], 0, [], [ignore]) +AT_CHECK([$PERL -c ../bin/autoscan], 0, [], [ignore]) +AT_CHECK([$PERL -c ../bin/autoupdate], 0, [], [ignore]) AT_CLEANUP