13 lines
518 B
Text
13 lines
518 B
Text
$NetBSD: patch-ac,v 1.3 2006/10/16 00:51:35 wiz Exp $
|
|
|
|
--- autogen.sh.orig 2005-04-28 05:24:34.000000000 +0000
|
|
+++ autogen.sh
|
|
@@ -151,7 +151,7 @@ if test x$AUTOMAKE != x; then
|
|
fi
|
|
|
|
# if no automake, don't bother testing for aclocal
|
|
-test x$AUTOMAKE == x || (aclocal --version) < /dev/null > /dev/null 2>&1 || {
|
|
+test x$AUTOMAKE = x || (aclocal --version) < /dev/null > /dev/null 2>&1 || {
|
|
echo
|
|
echo "**Error**: Missing \`aclocal'. The version of \`automake'"
|
|
echo "installed doesn't appear recent enough."
|