tabler Code
Brought to you by:
hnc
--- a +++ b/configure.in @@ -0,0 +1,12 @@ +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