Lines Matching refs:AUTOMAKE
48 if automake-1.10 --version < /dev/null > /dev/null 2>&1 ; then
49 AUTOMAKE=automake-1.10
51 else if automake-1.9 --version < /dev/null > /dev/null 2>&1 ; then
52 AUTOMAKE=automake-1.9
56 echo "You must have automake 1.9.x or 1.10.x installed to compile $PROJECT."
58 echo "or get the source tarball at http://ftp.gnu.org/gnu/automake/"
81 # README and INSTALL are required by automake, but may be deleted by clean
82 # up rules. to get automake to work, simply touch these here, they will be
110 $AUTOMAKE --add-missing || exit $?