summaryrefslogtreecommitdiff
path: root/lang/snobol/patches/patch-ac
blob: fdec798ce075d8bea5e58d676942b6f840e9a0aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ac,v 1.2 2004/07/10 21:27:46 wiz Exp $

--- configure.orig	Fri Jul 18 14:43:30 1997
+++ configure	Thu Jan 25 07:08:41 2001
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-if autoconf "$@" > config.m4.tmp; then
+if ./autoconf "$@" > config.m4.tmp; then
 	rm -f config.m4
 	mv config.m4.tmp config.m4
 else