summaryrefslogtreecommitdiff
path: root/testsuite/configure.in
blob: cac7cecf432ff7cd3dda3ac35867ddac7abb0b10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)