1 # Process this file with autoconf to produce a configure script.
4 AM_INIT_AUTOMAKE(automake, 1.4e)
6 ACLOCAL="`pwd`/aclocal --acdir=m4"
7 AUTOMAKE="`pwd`/automake --amdir=."
9 AC_PATH_PROG(PERL, perl)
10 if test -z "$PERL"; then
11 AC_MSG_ERROR([perl not found])
13 $PERL -e 'require 5.005;' || {
14 AC_MSG_ERROR([perl 5.005 or better is required])
17 AC_OUTPUT([Makefile automake aclocal
18 Automake/Makefile m4/Makefile tests/Makefile],
19 [chmod +x automake aclocal])