From: Rafael L. <rla...@us...> - 2004-01-04 00:09:11
|
Update of /cvsroot/plplot/plplot/examples/tk In directory sc8-pr-cvs1:/tmp/cvs-serv14461/examples/tk Modified Files: Makefile.examples.in Log Message: Fixed use of rpath option in compile commands under the pkg-config paradigm. A new AC_SUBST variable RPATHCMD is created in configure.ac containing "-Wl,-rpath -Wl,$libdir". This solution has portability issues, but should work now for a large spectrum of systems/compilers. I will revisit this issue in the future. |
From: Alan W. I. <ai...@us...> - 2004-01-04 23:22:30
|
Update of /cvsroot/plplot/plplot/examples/tk In directory sc8-pr-cvs1:/tmp/cvs-serv12249/examples/tk Modified Files: Makefile.examples.in Log Message: Use the convenient plplot-config front end to plplot_libtool rather than the raw plplot_libtool itself. |
From: Rafael L. <rla...@us...> - 2004-01-06 20:37:24
|
Update of /cvsroot/plplot/plplot/examples/tk In directory sc8-pr-cvs1:/tmp/cvs-serv30331/examples/tk Modified Files: Makefile.am Log Message: Removed cruft from EXTRA_DIST and DISTCLEAN variables. |
From: Rafael L. <rla...@us...> - 2004-01-06 21:25:43
|
Update of /cvsroot/plplot/plplot/examples/tk In directory sc8-pr-cvs1:/tmp/cvs-serv8608/examples/tk Modified Files: Makefile.examples.in Log Message: Restructured the pkg-config support. Everything that was scattered across pkgcfg/gen-pc-files.sh and pkgcfg/Makefile.am (shell code) as well as pkgcfg/plplot-master-pc.in (.pc file template) is now regrouped in the single Perl script gen-pc-files.pl.in, configurable through configure. Since Perl is needed now, the code in configure.ac was changed, such that pkg-config support is disabled if Perl cannot found in the system. Also the pkg-config section in configure.ac was moved after the call to CHECK_PROG(perl). The Tcl/Tk specific cflags for include directories are now integrated in plplot*-tcl.pc. The file examples/tk/Makefile.examples.in was changed accordingly. |
From: Rafael L. <rla...@us...> - 2004-01-17 15:45:38
|
Update of /cvsroot/plplot/plplot/examples/tk In directory sc8-pr-cvs1:/tmp/cvs-serv27478/examples/tk Modified Files: Makefile.am Log Message: Replaced all occurrences of "../.." by the robust variable $(top_builddir) |
From: Rafael L. <rla...@us...> - 2004-01-17 16:41:42
|
Update of /cvsroot/plplot/plplot/examples/tk In directory sc8-pr-cvs1:/tmp/cvs-serv5024/examples/tk Modified Files: Makefile.am Makefile.examples.in xtk01.c xtk02.c xtk04.c Log Message: This jumbo cvs commit is the result of a herculean task to update the copyright notices of most of the source files of PLplot. I hope that I did not introduce any serious breakage. This seems plausible, because I did changes only at the beginning of the files and only in commented lines. However, I used a semi-automatic procedure for doing that and some bugs may have slipped into the files. The sources still build okay (at least the Debian packages) and I can install the libraries, and compile and run some C examples. That is not enough, so PLEASE TEST! This is what I did in more detail: 1) From the CVS ChangeLog, I considered all the files that changed since the last release (5.2.1). I then added the line: Copyright (C) 2004 Joe C. V. S. Committer where the name of the developper who did the CVS commit is included. 2) Notice that the year in the line above should read 2004, even if the changes were done last year, since Copyright years refer to when the software is released. 3) For the same reason, I did not bother adding missing Copyright entries for previous authors of each file. One copyright holder is enough for our purposes. 4) I also reformatted and reworded the License Conditions text. This included changing things like "This file is free software" to "PLplot is free sofware" and so on. 5) Finally, some files were lacking License notices, especially the src/*.c. I added them and put in the Copyright holder line the name of the developer who did the last cvs commit for the file. If you wish to know where your name appears, you can run from the $(top_builddir): grep -ri "copyright.*2004". |