From: Stefano Lattarini Date: Thu, 2 Feb 2012 18:07:51 +0000 (+0100) Subject: test defs: fix typo in variable name ($AM_TESTSUITE_PERL) X-Git-Tag: ng-0.5a~11^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87f2058a5d83a1f256eaf95a9e345dd61ff959d9;p=thirdparty%2Fautomake.git test defs: fix typo in variable name ($AM_TESTSUITE_PERL) * tests/defs-static.in: Fix typo: it's '$AM_TESTSUITE_PERL', not '$AM_TESTUITE_PERL'. --- diff --git a/tests/defs-static.in b/tests/defs-static.in index b79e39948..79484a900 100644 --- a/tests/defs-static.in +++ b/tests/defs-static.in @@ -144,7 +144,7 @@ SHELL=${AM_TESTSUITE_SHELL-'@SHELL@'}; export SHELL # User can override various tools used. Prefer overriding specific for # that automake testsuite, if they are available. -PERL=${AM_TESTUITE_PERL-${PERL-'@PERL@'}} +PERL=${AM_TESTSUITE_PERL-${PERL-'@PERL@'}} MAKE=${AM_TESTSUITE_MAKE-${MAKE-'make'}} AUTOCONF=${AM_TESTSUITE_AUTOCONF-${AUTOCONF-'@am_AUTOCONF@'}} AUTOM4TE=${AM_TESTSUITE_AUTOM4TE-${AUTOM4TE-'@am_AUTOM4TE@'}}