From bb5520a88e0ee02368e11173df646d01d5cc0aa8 Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Sat, 3 Sep 2005 04:45:26 +0000 Subject: [PATCH] examples -> testsuite --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 070d464..3708895 100644 --- a/configure.ac +++ b/configure.ac @@ -137,6 +137,6 @@ AC_CHECK_FUNCS(arc4random) AC_PROG_INSTALL # System.Process uses cmd or command.com shell on Windows, doen't use Cygwin or MSYS shell -AC_CONFIG_FILES([config.mk examples/makewith/io/TestIO.conf examples/makewith/unsafeio/Unsafe.conf]) +AC_CONFIG_FILES([config.mk testsuite/makewith/io/TestIO.conf testsuite/makewith/unsafeio/Unsafe.conf]) AC_OUTPUT