Hash :
3965c81e
Author :
Date :
1999-06-24T18:18:34
1999-06-25 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp> * configure.in (ACLOCAL): Do not prepend the variable SRCDIR to m4. (AUTOMAKE): Set --amdir to current directory.
dnl Process this file with autoconf to produce a configure script.
AC_INIT(automake.in)
AM_INIT_AUTOMAKE(automake, 1.4a)
ACLOCAL="`pwd`/aclocal --acdir=m4"
AUTOMAKE="`pwd`/automake --amdir=."
AC_PATH_PROG(PERL, perl)
if test -z "$PERL"; then
AC_MSG_ERROR([perl not found])
fi
if test -n "`$PERL -v | fgrep 'version 5.001' 2> /dev/null`"; then
AC_MSG_ERROR([perl 5.001 has bug which causes automake to fail])
fi
AC_OUTPUT([Makefile automake aclocal m4/Makefile tests/Makefile],
[chmod +x automake aclocal])