From 591c924fb7832b6cc16abf35b7d9045d0de2f66b Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Wed, 5 Dec 2012 10:16:02 +1100 Subject: * example/hello: Remove. * configure.ac: Likewise. * configure: Regenerate. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c1139ae..7ab586d 100644 --- a/configure.ac +++ b/configure.ac @@ -56,5 +56,5 @@ else AC_MSG_ERROR([Tcl 8.3 or greater is required]) fi -AC_CONFIG_SUBDIRS([example/calc example/hello example/mathhelper]) +AC_CONFIG_SUBDIRS([example/calc example/mathhelper]) AC_OUTPUT([Makefile]) -- cgit v1.1