[go: up one dir, main page]

Menu

Diff of /configure.in [000000] .. [r1]  Maximize  Restore

Switch to side-by-side view

--- 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