1 # Process this file with autoconf to produce a configure script.
6 AM_INIT_AUTOMAKE(automake, 1.4i)
8 ACLOCAL="`pwd`/aclocal --acdir=m4"
9 # $AUTOMAKE is always run after a `cd $top_srcdir', hence `.' is really
10 # what we want for perllibdir and libdir.
11 AUTOMAKE="perllibdir=./lib `pwd`/automake --libdir=lib"
13 AC_PATH_PROG(PERL, perl)
14 if test -z "$PERL"; then
15 AC_MSG_ERROR([perl not found])
17 $PERL -e 'require 5.005;' || {
18 AC_MSG_ERROR([perl 5.005 or better is required])
29 [chmod +x automake aclocal])