From 9946a92af31b30cb7760150d1f8ca6c11b01aeea Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Wed, 26 Mar 2014 20:18:58 -0700 Subject: [PATCH] Stop looking for expect and runtest above top_builddir Users wishing to test hand-compiled versions of expect and runtest can easily enough put them in their path or set EXPECT and RUNTEST themselves. --- testsuite/Makefile.am | 9 --------- 1 file changed, 9 deletions(-) diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 4128536..acd15c5 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -2,15 +2,6 @@ AUTOMAKE_OPTIONS = foreign dejagnu -# Setup the testing framework, if you have one -EXPECT = `if [ -f $(top_builddir)/../expect/expect ] ; then \ - echo $(top_builddir)/../expect/expect ; \ - else echo expect ; fi` - -RUNTEST = `if [ -f $(top_srcdir)/../dejagnu/runtest ] ; then \ - echo $(top_srcdir)/../dejagnu/runtest ; \ - else echo runtest; fi` - EXTRA_DEJAGNU_SITE_CONFIG=../local.exp CLEANFILES = *.exe core* *.log *.sum -- 2.34.1