configure.in   [plain text]


dnl Process this file with autoconf to produce a configure script.
AC_INIT(runtest.exp)

AC_PROG_CC
AC_PROG_INSTALL

AC_CONFIG_SUBDIRS(doc example testsuite)

AC_OUTPUT(Makefile)