1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/lang/snobol/files/patch-ac
Wes Peters acb226c2f2 A port of the Macro Implementation of SNOBOL4 in C (C-MAINBOL) version
0.99.4; Aug 11, 1997.  This was sort of request by Eivind.
2000-09-01 06:52:05 +00:00

11 lines
247 B
Plaintext

--- configure.orig Fri Sep 1 00:13:51 2000
+++ configure Fri Sep 1 00:14:00 2000
@@ -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