From f3516b65299caadb7a10cba9118f34a8f319d54a Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Sat, 3 Apr 2004 06:05:30 +0000 Subject: 2004-04-02 Rob Savoye * configure.ac, example/Makefile.am: Add example/mathhelper. * configure, alocal.m4, example/Makefile.in: Regenerated. 2004-04-02 Joel Sherrill * example/mathhelper: New example for using the unit testing API. 2004-03-05 Daniel Jacobowitz * lib/remote.exp (standard_spawn): Fix rsh username support. --- configure.ac | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f6d94b0..f2954cd 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,12 @@ else AC_MSG_ERROR([Tcl 8.3 or greater is required]) fi -AC_CONFIG_SUBDIRS([example/calc example/hello]) +AC_CONFIG_SUBDIRS([example/calc example/hello example/mathhelper]) -AC_OUTPUT([Makefile doc/Makefile doc/C/Makefile testsuite/Makefile example/Makefile - testsuite/libdejagnu/Makefile]) +AC_OUTPUT([Makefile \ + doc/Makefile \ + doc/C/Makefile + example/Makefile + testsuite/Makefile \ + testsuite/libdejagnu/Makefile + ]) -- cgit v1.1