1 dnl Process this file with autoconf to produce a configure script.
4 AM_INIT_AUTOMAKE(automake, 1.1f)
9 AC_PATH_PROG(PERL, perl)
10 if test -z "$PERL"; then
11 echo "fatal error: perl not found" 1>&2
15 AC_OUTPUT([Makefile automake aclocal m4/Makefile tests/Makefile],
16 [chmod +x automake aclocal])