allow -local clean rules
[platform/upstream/automake.git] / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2 AC_INIT(automake.in)
3
4 AM_INIT_AUTOMAKE(automake, 1.1k)
5
6 AC_PATH_PROG(PERL, perl)
7 if test -z "$PERL"; then
8    echo "fatal error: perl not found" 1>&2
9    exit 1
10 fi
11
12 AC_OUTPUT([Makefile automake aclocal m4/Makefile tests/Makefile],
13 [chmod +x automake aclocal])