Bug fix
[automake.git] / configure.in
blob789b02fc65f6d305152cad01ae891053d4d72d49
1 dnl Process this file with autoconf to produce a configure script.
2 AC_INIT(automake.in)
4 PACKAGE=automake
5 AC_SUBST(PACKAGE)
6 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
7 VERSION=1.1a
8 AC_SUBST(VERSION)
9 AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
11 AC_PROG_MAKE_SET
12 AC_ARG_PROGRAM
13 fp_PROG_INSTALL
15 AC_PATH_PROG(PERL, perl)
16 if test -z "$PERL"; then
17    echo "fatal error: perl not found" 1>&2
18    exit 1
21 AC_OUTPUT([Makefile automake aclocal m4/Makefile tests/Makefile],
22 [chmod +x automake aclocal])