PATCH: last piece in Automake integration puzzle

Jacob Bachmeyer <[email protected]>
Newsgroups gmane.comp.sysutils.dejagnu.general
Message-ID <[email protected]>
At long last, after about two dozen patches, ten rebases significant 
enough that I tagged backups of the local topic branch, and about a 
month and a half overall, the DejaGnu testsuite no longer requires 
special flags to runtest.  The Automake default value for 
RUNTESTDEFAULTFLAGS now works, permitting the "split srcdir" problem 
with site.exp to be fully resolved.

This patch removes RUNTESTDEFAULTFLAGS from Makefile.am.  Makefile.in 
will need to be regenerated after this patch is applied.

----
ChangeLog entry:
	* Makefile.am (RUNTESTDEFAULTFLAGS): Remove; no longer needed.
----
patch:
----
diff --git a/Makefile.am b/Makefile.am
index 9c21c94..1740d1a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -167,8 +167,6 @@ TESTSUITE_FILES = \
 DEJATOOL = libdejagnu runtest
 
 RUNTEST = ${top_srcdir}/runtest
-RUNTESTDEFAULTFLAGS = --tool $${tool} --srcdir $${srcdir}/testsuite
-RUNTESTDEFAULTFLAGS += RUNTEST=$(RUNTEST)
 
 AM_CXXFLAGS = -I$(top_srcdir) -g
 check_PROGRAMS = unit
----


-- Jacob
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.