aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2004-04-03 06:05:30 +0000
committerRob Savoye <rob@welcomehome.org>2004-04-03 06:05:30 +0000
commitf3516b65299caadb7a10cba9118f34a8f319d54a (patch)
tree2b6380ce42dbef5a5c026dc0b714d66112fef5a8 /configure.ac
parenteeeb4b91e509d13450e27ba9a853bfd1785b659b (diff)
2004-04-02 Rob Savoye <rob@direwolf.welcomehome.org>
* configure.ac, example/Makefile.am: Add example/mathhelper. * configure, alocal.m4, example/Makefile.in: Regenerated. 2004-04-02 Joel Sherrill <joel@OARcorp.com> * example/mathhelper: New example for using the unit testing API. 2004-03-05 Daniel Jacobowitz <drow@mvista.com> * lib/remote.exp (standard_spawn): Fix rsh username support.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 8 insertions, 3 deletions
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
+ ])