diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
commit | b919b8311bc5d38e5731d40525c88c54816f4530 (patch) | |
tree | 35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /editors/vim/files/patch-02 | |
parent | Despite what I said before, this is the official INDEX file for (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Diffstat (limited to 'editors/vim/files/patch-02')
-rw-r--r-- | editors/vim/files/patch-02 | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/editors/vim/files/patch-02 b/editors/vim/files/patch-02 deleted file mode 100644 index 1e4d4ddf502c..000000000000 --- a/editors/vim/files/patch-02 +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Thu Aug 13 12:59:48 1998 -+++ configure Mon Aug 17 12:12:16 1998 -@@ -1253,7 +1253,7 @@ - if test "$enable_tclinterp" = "yes"; then - - # Extract the first word of "tclsh", so it can be a program name with args. --set dummy tclsh; ac_word=$2 -+set dummy tclsh8.0; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 - echo "configure:1259: checking for $ac_word" >&5 - if eval "test \"`echo '$''{'ac_cv_path_vi_cv_path_tcl'+set}'`\" = set"; then -@@ -2495,7 +2495,7 @@ - gui_libs="`echo $x_libraries|sed 's%/^/^/*$%%'` `echo "$GUI_INC_LOC" | sed s/include/lib/` /local/Motif*/lib /local/lib/Motif* /usr/local/Motif*/lib /usr/local/lib/Motif* /usr/Motif*/lib /usr/lib/Motif* /usr/local/lib /usr/local/X11*/lib /usr/lib /usr/X11*/lib /usr/lib/X11* /usr/dt/lib $MOTIFHOME/lib $GUI_LIB_LOC" - GUI_LIB_LOC= - for try in $gui_libs; do -- for libtry in "$try"/libXm.a "$try"/libXm.so* "$try"/libXm.sl; do -+ for libtry in "$try"/libXm.a "$try"/libXm.so* "$try"/libXm.so.0 "$try"/libXm.so.0.1 "$try"/libXm.sl; do - if test -f "$libtry"; then - GUI_LIB_LOC=$try - fi |