From: Geoffrey F. <fu...@us...> - 2002-01-21 18:58:45
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv26227/cf Modified Files: lib_sh_linux.in Log Message: Correct SMP build bugs by splitting rules for pic and regular. Had already been done for C, but needed to be done for C++ and Fortran. Also, fix the cxx library build rule to use ARLIB_BUILD_CXX. |
From: Geoffrey F. <fu...@us...> - 2002-01-21 19:00:33
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv27410/cf Modified Files: configure.in Log Message: SunOS 5.7's /bin/sh doesn't implement the for as documented in the man page, or as is done on other Unices. Introdcue an explicit "$*" to work around this bug. This lets us configure on Solaris again. Changed the handling of java configuration so that we use a variable to specify the name of the configure-time java source file. That way if java is disabled, we don't get silly warning messages from configure. |
From: Geoffrey F. <fu...@us...> - 2002-01-21 19:08:03
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv29446/cf Modified Files: sysloc.in Log Message: Configuration support for ARLIB_BUILD and ARLIB_BUILD_CXX. Currently we recognize KCC on Linux or SunOS-5, but this coverage should be expanded over time, if anyone has the patience to dig into it. |
From: Geoffrey F. <fu...@us...> - 2002-01-21 19:08:05
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv28559/cf Modified Files: initlib.in Log Message: Make ARLIB_BUILD an AC_SUBST-itutable, and make a new one for C++, ARLIB_BUILD_CXX, which defaults to $(ARLIB_BUILD), but allows overide for C++ compilers that know about library template closure. KCC was the first, but other like SGI and Sun now know about this too. |
From: Geoffrey F. <fu...@us...> - 2002-01-21 19:08:06
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv28830/cf Modified Files: lib_ar.in Log Message: Convert the rule for libcxx so that it uses ARLIB_BUILD_CXX. |
From: Maurice L. <ml...@us...> - 2002-01-22 06:06:04
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv10020 Modified Files: sysloc.in Log Message: Fixed the itclDecls.h detection code, as it was having an unforseen nasty side-effect on IRIX which fouled up the configuration involving some system services. |
From: Alan W. I. <ai...@us...> - 2002-01-22 07:16:18
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv22576 Modified Files: configure.in Log Message: Dynamic drivers turned on by default |
From: Maurice L. <ml...@us...> - 2002-01-22 08:15:27
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv1289 Modified Files: aclocal.m4 configure.in sysconf.in sysloc.in Log Message: Changed from sh-mode to Autoconf-mode since the latter is so much better (only affects xemacs users). |
From: Maurice L. <ml...@us...> - 2002-01-22 12:20:55
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv24492 Modified Files: configure.in Log Message: Changed PACKAGE_VERSION to PLPLOT_PACKAGE_VERSION, since the former is apparently used in autoconf 2.52 and our use isn't compatible. |
From: Maurice L. <ml...@us...> - 2002-01-22 12:28:30
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv25190 Modified Files: aclocal.m4 Log Message: Compatibility fixes for working with autoconf 2.52: - in AC_PREFIX_PROGRAM: changed the logic and moved the changequote commands only bracket the regexp's where they're needed, as they have a side effect on the other autoconf macros - delete the overrides for AC_ARG_ENABLE and AC_ARG_WITH, as they were causing death and apparently not needed any more (either 2.52 or 2.31) - changed PACKAGE_VERSION to PLPLOT_PACKAGE_VERSION to avoid conflict Appearance issue: changed all 'dnl>'s to 'dnl' since the latter are now very nicely handled (color/font wise) by the Autoconf emacs mode. |
From: Geoffrey F. <fu...@us...> - 2002-01-22 19:07:08
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv5295/cf Modified Files: dyndrv.in Log Message: Make the drivers depend upon the lib target, so that the libs will for sure be built by the time the drivers are linked. This bug was exposed with SMP builds using dyndrivers. |
From: Alan W. I. <ai...@us...> - 2002-01-22 20:29:03
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv4284 Modified Files: configure.in Log Message: Default dyndrivers on was causing problems on systems with no shared libraries. For now turn it off by default, but I hope we return to this later with a more sophisticated solution that uses dyndrivers by default on systems that can support them. |
From: Joao C. <jc...@us...> - 2002-01-24 18:03:52
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv3263/cf Modified Files: configure.in dyndrv.in sysloc.in Log Message: Enable the linuxvga driver as a static and dynamic driver, as it was generating errors at link time. |
From: Alan W. I. <ai...@us...> - 2002-01-27 17:11:43
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv23633 Modified Files: plplot-test.sh.in Log Message: Change "driver" misnomer to "device" |
From: Alan W. I. <ai...@us...> - 2002-01-28 19:24:20
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv10258 Modified Files: plplot-test.sh.in Log Message: 5.0.1. Turn off familying option for cgm device since it is not necessary. |
From: Alan W. I. <ai...@us...> - 2002-01-29 06:45:17
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv18895/cf Modified Files: install.in Log Message: Move install location of drivers directory from DATA_DIR/../../ to DATA_DIR/../ |
From: Alan W. I. <ai...@us...> - 2002-01-29 19:38:52
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv10626 Modified Files: pkg_python.in Log Message: Add stanza so that installed xw??.py functions are not executable. (Like x??.tcl, they cannot be executed on their own, and instead are used by other executable scripts such as pythondemos.py or prova.py.) |
From: Alan W. I. <ai...@us...> - 2002-01-29 23:32:14
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv17098 Modified Files: initdemo.in Log Message: Move to model where installed demos are built with Makefile that uses plplot-config to get the correct linker switches. (This model won't currently work in tmp location because plplot-config refers to the installed locations, but it is just the right tool for the installed examples location Makefile.) |
From: Alan W. I. <ai...@us...> - 2002-01-30 18:05:07
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv8957 Modified Files: plplot-config.in Log Message: Fix --with-c++ bug which was putting -lplcxxd (or -lplcxx) in the wrong place (on the end of the link command). Instead, it is now put right after the -L option that refers to the plplot library area. Because of the new order all references from within libplcxxd to functions in libplplotd are now resolved properly. |
From: Joao C. <jc...@us...> - 2002-02-08 00:21:47
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv4724/cf Modified Files: configure.in misc.in pkg_octave.in sysloc.in Log Message: Add support for the included stripped-down version of matwrap. It will be only used if the system does not any one. |
From: Joao C. <jc...@us...> - 2002-02-15 15:31:02
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv5185/cf Modified Files: configure.in dyndrv.in Log Message: Merge the pstex driver into the ps driver, although the ps driver is still a two file driver (ps.c and pstex.c). |
From: Joao C. <jc...@us...> - 2002-02-21 03:51:15
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv31610/cf Modified Files: configure.in dyndrv.in Log Message: Hack (!) to enable the build of the pstex driver without dyn-drivers. The real solution would be to merge the two files ps driver just into one file. |
From: Alan W. I. <ai...@us...> - 2002-02-23 22:53:26
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv13484 Modified Files: configure.in dyndrv.in plConfig.h.in Log Message: Give different names to single and double-precision *.drv files and drivers.db file. Define DRIVERS_DB to stand for either drivers.db (single) or driversd.db (double). Also, apply LIB_TAG so that all *.drv files have LIB_TAG (null when single, "d" when double) inserted in the name right before the ".drv". |
From: Geoffrey F. <fu...@us...> - 2002-02-26 19:03:20
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv17990/cf Modified Files: configure.in Log Message: Don't postpend objs.in to Makefile.in anymore. Instead, postpend "deps.in". This file will either pull in the new, automatically generated dependency files (if the current build environment is configured for that), or the old objs.in (if not), as appropriate. |
From: Geoffrey F. <fu...@us...> - 2002-02-26 19:04:19
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv18439/cf Modified Files: demos.in Log Message: Reorganized a bit, to support use of new compilation macro for configurations that support it. This needs more work. We should use pattern rules no matter what here. |