1dnl Process this file with autoconf to produce a configure script.
2AC_INIT([exp_test],[0.43])
3
4TEA_INIT([3.9])
5
6AC_CONFIG_AUX_DIR(../tclconfig)
7
8TEA_PATH_TCLCONFIG
9TEA_LOAD_TCLCONFIG
10
11TEA_SETUP_COMPILER
12
13AC_SUBST(host)
14AC_OUTPUT(Makefile)
15