To: vim-dev@vim.org Subject: patch 5.5.009 Fcc: outbox From: Bram Moolenaar ------------ Patch 5.5.009 Problem: Recent Sequent machines don't link with "-linet". (Kurtis Rader) Solution: Remove configure check for Sequent. Files: src/configure.in, src/configure *** ../vim-5.5.8/src/configure.in Sat Sep 25 21:03:30 1999 --- src/configure.in Sat Sep 25 21:00:14 1999 *************** *** 900,911 **** fi dnl Checks for libraries. - AC_MSG_CHECKING(for sequent/ptx) - AC_EGREP_CPP(yes, - [#ifdef _SEQUENT_ - yes; - #endif - ], LIBS="$LIBS -linet" AC_MSG_RESULT(yes), AC_MSG_RESULT(no)) AC_MSG_CHECKING(quality of toupper) AC_TRY_RUN([#include --- 900,905 ---- *** ../vim-5.5.8/src/configure Sat Sep 25 21:03:31 1999 --- src/configure Sat Sep 25 21:00:16 1999 *************** *** 3363,3401 **** fi - echo $ac_n "checking for sequent/ptx""... $ac_c" 1>&6 - echo "configure:3362: checking for sequent/ptx" >&5 - cat > conftest.$ac_ext <&5 | - egrep "yes" >/dev/null 2>&1; then - rm -rf conftest* - LIBS="$LIBS -linet" echo "$ac_t""yes" 1>&6 - else - rm -rf conftest* - echo "$ac_t""no" 1>&6 - fi - rm -f conftest* - echo $ac_n "checking quality of toupper""... $ac_c" 1>&6 ! echo "configure:3383: checking quality of toupper" >&5 if test "$cross_compiling" = yes; then { echo "configure: error: failed to compile test program" 1>&2; exit 1; } else cat > conftest.$ac_ext < main() { exit(toupper('A') == 'A' && tolower('z') == 'z'); } EOF ! if { (eval echo configure:3393: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then cat >> confdefs.h <<\EOF #define BROKEN_TOUPPER 1 --- 3363,3381 ---- fi echo $ac_n "checking quality of toupper""... $ac_c" 1>&6 ! echo "configure:3369: checking quality of toupper" >&5 if test "$cross_compiling" = yes; then { echo "configure: error: failed to compile test program" 1>&2; exit 1; } else cat > conftest.$ac_ext < main() { exit(toupper('A') == 'A' && tolower('z') == 'z'); } EOF ! if { (eval echo configure:3379: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then cat >> confdefs.h <<\EOF #define BROKEN_TOUPPER 1 *** ../vim-5.5.8/src/version.c Sun Sep 26 14:16:52 1999 --- src/version.c Sun Sep 26 14:18:32 1999 *************** *** 420,420 **** --- 420,421 ---- { /* Add new patch number below this line */ + 9, -- hundred-and-one symptoms of being an internet addict: 181. You make up words that go with the "happy tune" your modem makes while dialing your ISP. --/-/---- Bram Moolenaar ---- Bram@moolenaar.net ---- Bram@vim.org ---\-\-- \ \ www.vim.org/iccf www.moolenaar.net www.vim.org / /