From: Maurice L. <ml...@us...> - 2001-02-16 22:34:35
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv27824 Modified Files: inst_lib.in Log Message: Delete all library symlinks before installing, to make they all point to the latest installed libraries as they should. I notice this also gets rid of some warnings during the install. |
From: Rafael L. <rla...@us...> - 2001-02-17 12:15:54
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv12331 Modified Files: plplot-config.in Log Message: Output rpath settings for --libs |
From: Maurice L. <ml...@us...> - 2001-02-18 05:27:18
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv22911 Modified Files: demos.in Log Message: Fixed rules for building bugc & bugf, my age old canonical test program names. |
From: Maurice L. <ml...@us...> - 2001-02-20 02:59:42
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv17823 Modified Files: configure.in plConfig.h.in Log Message: Got rid of fseek-related configuration stuff. |
From: Rafael L. <rla...@us...> - 2001-02-24 14:44:51
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv21115/cf Modified Files: Tag: GNOME aclocal.m4 configure.in initlib.in sysconf.in sysloc.in Added Files: Tag: GNOME pkg_gnome.in Log Message: Initial checkin for the Gnome driver |
From: Rafael L. <rla...@us...> - 2001-02-24 22:12:10
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv14089/cf Modified Files: Tag: GNOME plDevs.h.in Log Message: Brackted the definitions of the Gnome driver interface functions inside #ifdef. Also, added the appropriate entry in plDevs.h.in. This should fix the problem of library linkage when using the --disable-gnome option to configure. (Thanks, Maurice, I do not understand why I did not catch that.) |
From: Rafael L. <rla...@us...> - 2001-02-26 10:48:00
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv5452/cf Modified Files: aclocal.m4 configure.in initlib.in plDevs.h.in sysconf.in sysloc.in Added Files: pkg_gnome.in Log Message: Merged the GNOME branch into MAIN. The building of the gnome driver is disabled by default. |
From: Rafael L. <rla...@us...> - 2001-02-27 21:46:41
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv18948/cf Modified Files: install.in configure.in Log Message: Generate the plplot-config directly in tmp/ and not in tmp/cf/ as before. This will make "make clean" happy. |
From: Maurice L. <ml...@us...> - 2001-03-03 12:46:08
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv22459/cf Modified Files: configure.in pkg_f77.in sysconf.in sysloc.in Added Files: lib_sh_hpux.in lib_sh_hpux_cxx.in Log Message: Patch by Dean Clamons to clean up some problems seen on HPUX. |
From: Joao C. <jc...@us...> - 2001-03-04 19:19:35
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv7054/cf Modified Files: configure.in initlib.in install.in sysloc.in Added Files: pkg_octave.in Log Message: Added support for Octave. |
From: Alan W. I. <ai...@us...> - 2001-03-07 16:16:29
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv23643/cf Modified Files: lib_sh_linux.in pkg_tcl.in plplot-config.in Log Message: Put library tag ("d" if double-precison) on matrix library name to reflect the fact (just as for all other libraries) that its precision really does change when --with-double=yes is configured. |
From: Alan W. I. <ai...@us...> - 2001-03-09 01:41:30
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv20952 Modified Files: configure.in dist.in plDevs.h.in Log Message: Small changes to assist automatic configuration of png driver on Linux/Unix. Also, for plDevs.h.in got rid of some dp cruft. |
From: Alan W. I. <ai...@us...> - 2001-03-09 01:49:01
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv21423 Modified Files: sysloc.in Log Message: Changes to help find headers and libraries for libgd, libpng, and zlib. (All required by gd_png driver). I copied the syntax from the part of this file that does the same thing for X. I also fixed three bugs in the X section. In the header search section I replaced $places by $incdirs and in the library search section I replaced $places by $libdirs and also specified enable_xwin=no appropriately. |
From: Alan W. I. <ai...@us...> - 2001-03-09 22:15:11
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv14694 Modified Files: plDevs.h.in Log Message: Put in support for jpeg driver that Andrew is preparing |
From: Alan W. I. <ai...@us...> - 2001-03-09 22:19:41
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv14853 Modified Files: sysloc.in Log Message: Change library and header searching logic for libgd, libpng, and libz to depend on enable_png and enable_jpeg and vice versa. |
From: Alan W. I. <ai...@us...> - 2001-03-09 22:26:33
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv15554 Modified Files: configure.in Log Message: Abandon enable_gd logic, replace by enable_png or enable_jpeg driver logic. Set default values of enable_png=yes, enable_jpeg=no (not implemented yet). Also fixed bug in enable_drivers (I hope!). For some reason the associated MY_ARG_ENABLE(drivers.... was not working until I moved it deeper into the file. |
From: Alan W. I. <ai...@us...> - 2001-03-10 15:57:45
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv7757 Modified Files: configure.in plDevs.h.in sysloc.in Log Message: jpeg --> jpg everywhere in configuration so there is no name clash with Andrew's djgpp-based driver. (Note he has produced two drivers--his original djgpp version and the more general version that we are currently testing for Unix/Linux. If Andrew ever decides to abandon his djgpp driver I may grab back the jpeg name for the general driver.) Note that libgd does not support the jpeg format until version 1.8. I have not yet figured out how to quickly determine the version of libgd for configuration purposes so for now, enable_jpg=no is set by default. However, feel free to ./configure --enable-jpg and test the jpg driver if you have libgd1.8 or above. |
From: Alan W. I. <ai...@us...> - 2001-03-10 16:30:55
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv17616 Modified Files: sysloc.in Log Message: Put in additional search for jpeg headers and library that are required by libgd (at least modern versions of libgd). |
From: Alan W. I. <ai...@us...> - 2001-03-11 01:06:56
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv28428 Modified Files: configure.in sysloc.in Log Message: Version test to see if libgd supports jpeg image format. (Thanks, Rafael!) |
From: Alan W. I. <ai...@us...> - 2001-03-11 01:27:21
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv30904 Modified Files: configure.in Log Message: Must specify default for enable_jpg just like for all other variables that are related to library searching logic. |
From: Alan W. I. <ai...@us...> - 2001-03-11 02:14:40
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv4418 Modified Files: sysloc.in Log Message: Messages for jpeg support in libgd |
From: Alan W. I. <ai...@us...> - 2001-03-11 04:04:47
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv13431 Modified Files: sysloc.in Log Message: Minor fix for jpg case |
From: Maurice L. <ml...@us...> - 2001-03-11 04:32:08
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv15612 Modified Files: sysconf.in Log Message: Wrapped AC_LANG_CPLUSPLUS with a AC_LANG_{SAVE,RESTORE} as per Alan's suggestion. |
From: Alan W. I. <ai...@us...> - 2001-03-11 16:15:05
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv22901 Modified Files: configure.in plDevs.h.in sysloc.in Log Message: jpg --> jpeg |
From: Alan W. I. <ai...@us...> - 2001-03-11 16:25:01
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv24810 Modified Files: dist.in Log Message: gd_png --> gd |