Author :
Tom Tromey
Date :
1996-08-05 22:45:55
Hash :ae0c9a76 Message :Better aclocal/AM_ support
configure.in
dnl Process this file with autoconf to produce a configure script.
AC_INIT(automake.in)
AM_INIT_AUTOMAKE(automake, 1.1b)
AC_PROG_MAKE_SET
AC_ARG_PROGRAM
AM_PROG_INSTALL
AC_PATH_PROG(PERL, perl)
if test -z "$PERL"; then
echo "fatal error: perl not found" 1>&2
exit 1
fi
AC_OUTPUT([Makefile automake aclocal m4/Makefile tests/Makefile],
[chmod +x automake aclocal])