summaryrefslogtreecommitdiff
path: root/multimedia/gopchop/patches/patch-ac
blob: 2caca1bfa098028fecfc294c4559eebb261a257f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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."