SPELL=automake-1.7 VERSION=1.7.9 SOURCE=automake-$VERSION.tar.bz2 SOURCE2=$SOURCE.sig SOURCE_DIRECTORY=$BUILD_DIRECTORY/automake-$VERSION SOURCE_URL[0]=http://ftp.gnu.org/gnu/automake/$SOURCE SOURCE2_URL[0]=http://ftp.gnu.org/gnu/automake/$SOURCE2 SOURCE_GPG=gnu-verified.gpg:$SOURCE2 SOURCE2_IGNORE=signature LICENSE[0]=GPL WEB_SITE=http://www.gnu.org/software/automake/ ENTERED=20040906 UPDATED=20050424 KEYWORDS="devel" SHORT="Generate make files that are compliant with the GNU coding standards." cat << EOF automake - Generates Makefile.in files 'Automake' automatically generates make files compliant with the GNU coding standards. It was inspired by the 4.4 BSD make and include files, but aims to be portable and to confrom to the GNU standards for Make file variables and targets. Automake is a Perl script. The input files are called Makefile.am; the output files are called Makefile.in. They are intended for use with autoconf. Automake requires certain things to be done in your configure.in. This package also includes the "aclocal' program, which generates an 'aclocal.m4' based on the contents of 'configure.in.' It is useful as an extensible, maintainable mechanism for augmenting autoconf. EOF .