diff options
Diffstat (limited to 'lang/snobol/files/patch-ac')
-rw-r--r-- | lang/snobol/files/patch-ac | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lang/snobol/files/patch-ac b/lang/snobol/files/patch-ac deleted file mode 100644 index 02d33b15ec90..000000000000 --- a/lang/snobol/files/patch-ac +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 |