diff options
Diffstat (limited to 'testsuite/configure.in')
-rw-r--r-- | testsuite/configure.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/configure.in b/testsuite/configure.in new file mode 100644 index 0000000..cac7cec --- /dev/null +++ b/testsuite/configure.in @@ -0,0 +1,14 @@ +dnl Process this file with autoconf to produce a configure script. +AC_INIT([exp_test],[0.43]) + +TEA_INIT([3.9]) + +AC_CONFIG_AUX_DIR(../tclconfig) + +TEA_PATH_TCLCONFIG +TEA_LOAD_TCLCONFIG + +TEA_SETUP_COMPILER + +AC_SUBST(host) +AC_OUTPUT(Makefile) |