]> git.ipfire.org Git - thirdparty/gcc.git/blame - libvtv/testsuite/Makefile.am
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
[thirdparty/gcc.git] / libvtv / testsuite / Makefile.am
CommitLineData
b0cca5ec 1## Process this file with automake to produce Makefile.in.
2077db1b 2
41e96dc8 3AUTOMAKE_OPTIONS = foreign dejagnu
2077db1b 4
b0cca5ec 5# May be used by various substitution variables.
73aa401e 6gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
2077db1b 7
b0cca5ec
CT
8EXPECT = $(shell if test -f $(top_builddir)/../expect/expect; then \
9 echo $(top_builddir)/../expect/expect; else echo expect; fi)
10
11_RUNTEST = $(shell if test -f $(top_srcdir)/../dejagnu/runtest; then \
12 echo $(top_srcdir)/../dejagnu/runtest; else echo runtest; fi)
22e05272 13RUNTEST = $(_RUNTEST) $(AM_RUNTESTFLAGS)