view libmudflap/testsuite/Makefile.am @ 95:70c969e0d1dd

modify condition of tail call in expand_call method
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 17 Jan 2012 06:00:44 +0900
parents a06113de4d67
children
line wrap: on
line source

## Process this with automake to create Makefile.in

AUTOMAKE_OPTIONS = foreign dejagnu

EXPECT = `if [ -f ../../expect/expect ] ; then \
	  echo ../../expect/expect ; \
	  else echo expect ; fi`

RUNTEST = `if [ -f ${srcdir}/../../dejagnu/runtest ] ; then \
	   echo ${srcdir}/../../dejagnu/runtest ; \
	   else echo runtest ;  fi`