--- web2c-7.2/klibtool.ORIG Fri Dec 12 18:53:46 1997 +++ web2c-7.2/klibtool Wed Apr 25 23:30:41 2001 @@ -290,6 +290,18 @@ fi ;; + *-*-darwin*) + shared_support=true + shared_ext='dylib' + libpath_var='DYLD_LIBRARY_PATH' + CC='cc' + STATIC_ranlib='ranlib -s' + SHARED_postinstall= + args_SHARED_compile=-fno-common + prog_SHARED_archive=cc + args_SHARED_archive="-dynamiclib -undefined suppress" + ;; + *-*-irix5*|*-*-irix6*) shared_support=true args_SHARED_compile= --- xdvik-20c/libwww/configure.ORIG Tue Mar 17 19:52:03 1998 +++ xdvik-20c/libwww/configure Thu Apr 26 12:54:51 2001 @@ -4320,7 +4320,7 @@ cat > conftest.$ac_ext < +##include <$ac_hdr> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" { (eval echo configure:4327: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }