aboutsummaryrefslogtreecommitdiff
path: root/contrib/bluegnu2.0.3/configure.in
blob: 0ebdb7bbb6cf3569c04d285dc8b074fc6d204065 (plain)
1
2
3
4
5
6
7
8
9
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)