1 dnl Process this file with autoconf to produce a configure script.
6 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
9 AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
15 AC_PATH_PROG(PERL, perl)
16 if test -z "$PERL"; then
17 echo "fatal error: perl not found" 1>&2
21 AC_OUTPUT([Makefile automake aclocal m4/Makefile tests/Makefile],
22 [chmod +x automake aclocal])