* canon5.test (bin_PROGRAMS): New file.
[automake.git] / configure.in
blob405675dd438b271cdcfbb762625d9c93b56d0c8f
1 dnl Process this file with autoconf to produce a configure script.
2 AC_INIT(automake.in)
4 AM_INIT_AUTOMAKE(automake, 1.4a)
6 AC_PATH_PROG(PERL, perl)
7 if test -z "$PERL"; then
8    AC_MSG_ERROR([perl not found])
9 fi
10 if test -n "`$PERL -v | fgrep 'version 5.001' 2> /dev/null`"; then
11    AC_MSG_ERROR([perl 5.001 has bug which causes automake to fail])
14 AC_OUTPUT([Makefile automake aclocal m4/Makefile tests/Makefile],
15 [chmod +x automake aclocal])