1 diff -wpruN --no-dereference '--exclude=*.orig' a~/configure.ac a/configure.ac
2 --- a~/configure.ac 1970-01-01 00:00:00
3 +++ a/configure.ac 1970-01-01 00:00:00
4 @@ -189,7 +189,7 @@ AC_EGREP_CPP(yes,
5 ], AC_NOTE(- you have a SVR4 system) AC_DEFINE(SVR4) svr4=1)
6 if test -n "$svr4" ; then
13 @@ -206,7 +206,7 @@ AC_EGREP_CPP(YES_IS_DEFINED,
14 [#if defined(SVR4) && defined(sun)
17 -], LIBS="$LIBS -lsocket -lnsl -lkstat")
18 +], LIBS="$LIBS -lsocket")
21 dnl **** typedefs ****