From: Alan W. I. <ai...@us...> - 2003-03-25 17:30:36
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv24980 Modified Files: bootstrap.sh Log Message: Commit Rafael's suggested logic change for improving the default for aclocal_opts. The new code works for me, and the logic looks good. |
From: Rafael L. <rla...@us...> - 2003-03-25 20:13:31
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv32572 Modified Files: bootstrap.sh Log Message: I am commiting my original version. The snippet sent to plplot-devel was just to make sure that it would work in other OSes. The options given by the user when invoking bootstrap.sh are should not be overridden. Also, if the aclocal directory check does not succeed, fall back to a default value. |
From: Rafael L. <rla...@us...> - 2003-03-25 21:21:52
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv30203 Modified Files: bootstrap.sh Log Message: Show the aclocal options being used. Also, show the version string used to patch configure.ac. |
From: Rafael L. <rla...@us...> - 2003-03-26 08:13:23
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv9176 Modified Files: configure.ac Log Message: Added signal handler to catch SIGSEGV and print the error that occurred in libltdl when trying to open the driver module. This will give us further informations when problem arises in exotic systems (like netbsd :-). Also, added a call to macro AC_TYPE_SIGNAL in configure.ac to determine the return type of signal handlers (#define RETSIGTYPE). |
From: Rafael L. <rla...@us...> - 2003-03-26 16:14:25
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv960 Modified Files: configure.ac Log Message: This is the workaround for the broken linker variables set in mkoctfile in the NetBSD system, as discussed in plplot-devel. A new AC_SUSBTituted variable, called MKOCTFILE_VARS, has been created. If configure runs in a NetBSD* system and the C++ compiler is g++, then the SH_LD and SH_LDFLAGS are set appropriately and used in the invokation of mkoctfile in bindings/octave/Makefile.am. A flashy warning comment has been put in configure.ac, and a AC_MSG_WARN is issued when the variables are set. It looks like this: configure: WARNING: Setting mkoctfile variables for broken NetBSD system Of course, I cannot fully test this changes. Please, Alan (or whoever), test it. |
From: Alan W. I. <ai...@us...> - 2003-03-28 03:26:38
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv17784 Modified Files: sysloc.in Log Message: Fix MATWRAP bug when there is an installed version. |
From: Rafael L. <rla...@us...> - 2003-03-28 08:26:35
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv12541 Modified Files: sysloc.in Log Message: Removed the line "MATWRAP=matwrap", which has been made obsolete by the latest change in the logic for setting the matwrap path. |
From: Alan W. I. <ai...@us...> - 2003-03-28 14:56:56
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv20802 Modified Files: configure.ac Log Message: Configure test_python.sh with python command name (which is not python on some evil systems like netbsd and RedHat which use a versioned python command name). |
From: Rafael L. <rla...@us...> - 2003-03-28 21:57:30
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv18218 Modified Files: bootstrap.sh Log Message: Reversed the order of invokation of libtoolize and automake. With this change, the ltmain.sh script should be included into the distribution tarball now. |
From: Rafael L. <rla...@us...> - 2003-04-02 21:44:21
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv20560 Modified Files: configure.ac Log Message: If no F77 compiler is found, then the building of the f77 bindings is disabled. A configure warning message is shown if this happens. |
From: Rafael L. <rla...@us...> - 2003-04-10 08:27:32
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv16841 Modified Files: bootstrap.sh Log Message: Regenerate libltdl/configure by copying configure.in to configure.ac. This triggers version 2.57 compatibility mode, instead of version 2.13. The configure bug that happened when the environment variables CC and F77 are set should be fixed now. |
From: Rafael L. <rla...@us...> - 2003-04-10 22:45:22
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv27859 Modified Files: configure.ac Log Message: If option --prefix is not given to configure, then set $prefix to the default value ($ac_default_prefix). This is done just before the setting of the PLplot install locations variables (LIB_DIR, INCLUDE_DIR, BIN_DIR, and TCL_DIR). Actually, this default replacement of $prefix is done when AC_OUTPUT is invoked, but this was too late, and "NONE" was being inserted into plConfig.h. The correct default value (/usr/local) is now used. |
From: Rafael L. <rla...@us...> - 2003-04-13 20:24:46
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv10057 Modified Files: sysloc.in Log Message: Removed all spaces between commands in sed scripts. This should fix the configuration problems in Alpha/OSF1. |
From: Rafael L. <rla...@us...> - 2003-04-13 20:54:07
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv22357 Modified Files: Makefile.am acinclude.m4 bootstrap.sh configure.ac sysloc.in Log Message: Updated Copyright notices by adding year 2003. This does not cover all the files changed this year (for instance, drivers/*.c are lacking), but this is an important step for the legal release of PLplot 5.2.1. |
From: Rafael L. <rla...@us...> - 2003-04-15 09:07:02
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv30909 Modified Files: configure.ac Log Message: Move the setting of prefix using $ac_default_prefix before the AC_INCLUsion of sysloc.in, such that the default prefix is available there. |
From: Rafael L. <rla...@us...> - 2003-04-15 09:10:22
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv31301 Modified Files: sysloc.in Log Message: Added four pairs of AC_MSG_CHECKING/AC_MSG_RESULT for some Octave configuration variables (version, prefix, m_dir, and oct_dir). It is nice to have a more verbose configure log, but the reason for this change is to help me understanding why the Debian build daemon fails for some exotic architectures (hppa and powerpc) when checking the Octave configuration. |
From: Joao C. <jc...@us...> - 2003-04-15 17:47:28
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv13333 Modified Files: configure.ac Log Message: Move the inclusion of libm in LIBS to the top, before including sysloc.in, as some detection logic in sysloc.in might need libm. |
From: Alan W. I. <ai...@us...> - 2003-04-15 20:18:51
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv31628 Modified Files: configure.ac Log Message: Introduce LIBRARY_VERSION to inform tcl/tk of the PLplot library suffix. |
From: Rafael L. <rla...@us...> - 2003-04-17 07:25:17
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv730 Modified Files: configure.ac Log Message: Release 5.2.1.rc2 |
From: Rafael L. <rla...@us...> - 2003-04-21 18:28:05
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv7866 Modified Files: configure.ac Log Message: Release 5.2.1.rc3 |
From: Rafael L. <rla...@us...> - 2003-04-21 20:14:06
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv13448 Modified Files: configure.ac Log Message: Tag release 5.2.1 (in AM_INIT_AUTOMAKE) |
From: Maurice L. <ml...@us...> - 2003-04-24 08:36:26
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv27855 Modified Files: Makefile.am Log Message: Added cf/plplot-config to the list of scripts to install. |
From: Maurice L. <ml...@us...> - 2003-04-24 08:36:55
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv28102 Modified Files: configure.ac Log Message: Added cf/plplot-config to the list of files to generate. |
From: Rafael L. <rla...@us...> - 2003-04-25 07:34:06
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv18858 Modified Files: Makefile.am configure.ac Log Message: Moved script plplot-config.in from cf/ to scripts/. Makefile.am and configure.ac ajusted accordingly. |
From: Rafael L. <rla...@us...> - 2003-05-03 07:25:50
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv19583 Modified Files: Makefile.am Log Message: Added config.summary to CLEANFILES list. |