[go: up one dir, main page]

Menu

[r1]: / configure.in  Maximize  Restore  History

Download this file

13 lines (8 with data), 321 Bytes

AC_INIT([tabler], [0.1], [Heath Caldwell <hncaldwell@csupomona.edu>])
AM_INIT_AUTOMAKE

AC_PROG_CC

AC_HEADER_STDC

AC_CHECK_LIB([c], [main], [], AC_MSG_ERROR(requires libc))
AC_CHECK_FUNCS([regcomp regexec regerror], , AC_MSG_ERROR(Missing standard regular expression functions.))

AC_CONFIG_FILES([Makefile])
AC_OUTPUT