aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2012-12-05 10:16:02 +1100
committerBen Elliston <bje@gnu.org>2012-12-05 10:22:04 +1100
commit591c924fb7832b6cc16abf35b7d9045d0de2f66b (patch)
treea8411d4d68584ffb3e8b8647c3c41672b33eaeab /configure.ac
parente3f3b6f1ffd78031cc3fef2b9175893baf6af7f8 (diff)
* example/hello: Remove.
* configure.ac: Likewise. * configure: Regenerate.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])