Lines Matching refs:AUTOMAKE
159 # automake 1.7 or newer
162 am_version=`${AUTOMAKE:-automake} --version 2>/dev/null|head -n 1| sed -e 's/^.* \([0-9]\)/\1/' -e 's/[a-z]* *$//' -e 's/\(.*\)\(-p.*\)/\1/'`
164 echo "buildconf: automake not found."
165 echo " You need automake version $need_automake or newer installed."
170 echo "buildconf: automake version $am_version found."
171 echo " You need automake version $need_automake or newer installed."
172 echo " If you have a sufficient automake installed, but it"
173 echo " is not named 'automake', then try setting the"
174 echo " AUTOMAKE environment variable."
178 echo "buildconf: automake version $am_version (ok)"
182 echo "buildconf: aclocal not found. Weird automake installation!"
188 echo "buildconf: aclocal version $acloc_version (ERROR: does not match automake version)"
385 echo "buildconf: running automake"
386 ${AUTOMAKE:-automake} --add-missing --copy || die "automake command failed"
391 # Depending on the libtool and automake versions being used, config.guess
392 # might not be installed in the subdirectory until automake has finished.