Update of /cvsroot/plplot/plplot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25153
Modified Files:
configure.ac
Log Message:
Changes to configure scripts et al to enable the new wingcc driver
to build. This means that people with (at least) mingw and msys will
be able to do a configure and make and now have a simple intaractive
terminal.
----------------------------------------------------------------------
Index: configure.ac
===================================================================
RCS file: /cvsroot/plplot/plplot/configure.ac,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -d -r1.178 -r1.179
--- configure.ac 22 May 2004 10:02:01 -0000 1.178
+++ configure.ac 25 May 2004 06:37:14 -0000 1.179
@@ -233,6 +233,7 @@
m4_include(cf/xwin.ac)
m4_include(cf/tk.ac)
m4_include(cf/ps.ac)
+m4_include(cf/wingcc.ac)
m4_include(cf/drivers-finish.ac)
|