C++ bug fix
[automake.git] / configure.in
blob25ff81bd04d2a0ac340ea01e1b9e6c51a79a9ce0
1 dnl Process this file with autoconf to produce a configure script.
2 AC_INIT(automake.in)
4 AM_INIT_AUTOMAKE(automake, 1.1g)
6 AC_PROG_MAKE_SET
7 AC_ARG_PROGRAM
9 AC_PATH_PROG(PERL, perl)
10 if test -z "$PERL"; then
11    echo "fatal error: perl not found" 1>&2
12    exit 1
15 AC_OUTPUT([Makefile automake aclocal m4/Makefile tests/Makefile],
16 [chmod +x automake aclocal])