From d1796b46df0f70ddb14b62013d88d2292995c7f1 Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Sun, 18 Feb 2001 05:12:06 +0000 Subject: * Most all files: Update copyright notices. * Makefile.am: Add support for making RPMs. Force different values for RUNTEST and RUNTESTFLAGS, so we can test ourselves. * testsuite/Makefile.am: Force a different value for RUNTESTFLAGS. * acinclude.m4, configure.in: Find Tclsh, and Docbook. * configure: Regenerated. * doc/Makefile.am: Use $DOCBOOK to find the filters. * doc/overview: Add the html version of the doc so one doesn't need docbook to read the manual. * example/calc/Makefile.am: New automake support. * example/calc/Makefile.in: Generated. * example/Makefile.am: Recursion support for make. * example/calc/Makefile.in: Generated by automake. * example/calc/calc.h.in: Move constants to calc.c, so we can use autoheader. * example/calc/calc.c: Add constants from calc.h.in. * redhat/dejagnu.spec: New RPM packaging file. * debian/{changelog,conffiles,control,copyright,postinst,preinst, rules,site.exp}: New Debian packaging support. --- runtest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtest') diff --git a/runtest b/runtest index 7c4fe7d..8bc6a53 100755 --- a/runtest +++ b/runtest @@ -3,7 +3,7 @@ # runtest -- basically all this script does is find the proper expect # shell and then run DejaGnu. # -# Written by Rob Savoye +# Written by Rob Savoye # # @@ -65,7 +65,7 @@ fi if [ -x "$expectbin-bld.sh" ]; then expectbin="${CONFIG_SHELL-/bin/sh} $expectbin-bld.sh" fi - + # # Extract a few options from the option list. # -- cgit v1.1