[BACK]Return to gnuplot-v4.diff CVS log [TXT][DIR] Up to [local] / OpenXM / src / gnuplot

File: [local] / OpenXM / src / gnuplot / Attic / gnuplot-v4.diff (download)

Revision 1.2, Fri Dec 17 00:13:08 2004 UTC (19 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.1: +0 -349 lines

The final modifications (I hope) to use the gnuplot version 4.
  gnuplot4ox (patched version) --> gnuplot (original version)

The building on windows (cygwin) and the package generation for debian
have not yet tested.

diff -urN gnuplot-4.0.0.orig/configure.in gnuplot-4.0.0/configure.in
--- gnuplot-4.0.0.orig/configure.in	Sun Apr 11 00:55:14 2004
+++ gnuplot-4.0.0/configure.in	Wed Dec 15 11:07:49 2004
@@ -827,6 +827,10 @@
            tutorial/Makefile],
           [test -z "$CONFIG_HEADERS" || echo timestamp >stamp-h])
 
+dnl for Solaris 2.x
+AC_CHECK_FUNC(socket, , [AC_CHECK_LIB(socket,socket)])
+AC_CHECK_FUNC(gethostbyname, , [AC_CHECK_LIB(nsl,gethostbyname)])
+
 dnl Report configuration
 AC_MSG_RESULT([
 ** Configuration summary for $PACKAGE $VERSION: