Marcelo Matus
c2dff1e487
Added 'sleep 3' workaround.
...
When used, it reduces the time for compile the
test-suite from 23 minutes to 2 minutes. It also
reduces plain swig compilation
This is how it is used:
1.- copy or link the Tools/sleep program
into a directory in your path, like ${HOME}/bin.
2.- check the right path for the real sleep program,
now it says
SLEEP=/bin/sleep
but in your system could be different
3.- compile like this
NOSLEEP=1 make
NOSLEEP=1 make check-python-test-suite
or
export NOSLEEP=1
make
make check-python-test-suite
just rembember to unset NOSLEEP if you are
not using it anymore.
I don't see any problem in the compilation
if sleep is deactivated. But if in your
system/platform the compilation fails,
just don't set NOSLEEP, and the compilation
will go back to sleep as usual again.
This is just a work around until the the 'sleep 3'
problem is further analized.
Marcelo
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5531 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-12-11 00:14:57 +00:00
Dave Beazley
b19e234375
Tcl file loading patch.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5302 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-11-11 21:21:11 +00:00
Luigi Ballabio
eee5c48929
Detection of Python library in installed macros (which probably should be synchronized with those used in configure.in)
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5287 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-11-10 15:34:08 +00:00
William S Fulton
7fcf9e3f52
swig.m4 moved to Tools/config
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4924 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-06-25 09:33:00 +00:00
William S Fulton
81f898e2b7
Autoconf archive macro to maximise warnings (gcc only)
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4799 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-19 21:59:45 +00:00
William S Fulton
21c6f3b37b
Macro for configure.in from the autoconf macro archive. It allows one to define preprocessor definitions for swigconfig.h when the #define contains the installation directory. Autoconf won't normally expand installation directory variables.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4796 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-19 14:18:41 +00:00
William S Fulton
f7fb0b5db8
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4737 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-04-29 10:55:30 +00:00
William S Fulton
383f223334
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4730 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-04-28 22:50:30 +00:00
William S Fulton
f79e57febd
These autoconf generated files should not be in CVS.
...
The approach is not to have any autotool generated files checked into cvs.
Anyone using CVS must have the autotools installed and so all the required files will be generated during bootstrapping (running autogen.sh)
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4729 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-04-28 22:49:29 +00:00
William S Fulton
e2106e2d17
These autoconf and libtool files are no longer used and have been replaced by libtool being used in the top level configure script.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4728 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-04-28 22:46:31 +00:00
Jonah Beckford
a2cfa36c80
Solaris /usr/bin/tr does not accept ranges in form "a-z". So put in
...
explicit abc...xyz range. Fixes "make check-gifplot" and whatever
else might use 'Tools/capitalize'.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4615 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-03-22 11:18:27 +00:00
Luigi Ballabio
ba50b7bf86
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4240 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-01-22 08:11:51 +00:00
William S Fulton
ae4f3e72b3
Update for recent build changes. Source directory clean no longer needed. Use ./autogen.sh.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4228 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-27 16:52:29 +00:00
William S Fulton
e1971a1f9d
Fix for moved install-sh
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4227 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-24 00:40:44 +00:00
William S Fulton
f1c896db1c
AC_PREREQ(2.54) to match top level configure.in
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4224 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-23 23:01:18 +00:00
William S Fulton
1468437d7b
Autoconf generates these files. Removing from CVS.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4223 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-23 22:59:36 +00:00
William S Fulton
e363f6315f
New autoconf files
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4207 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-16 21:47:15 +00:00
William S Fulton
a712b39bd9
Moved from root directory
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4206 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-16 21:46:55 +00:00
William S Fulton
a7a890f738
Updated old autoconf macros as reported by autoupdate
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4178 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-11 22:23:49 +00:00
Dave Beazley
03aa41306f
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4154 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-03 20:43:22 +00:00
Dave Beazley
12a43edc2d
The great merge
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4141 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-11-30 22:01:28 +00:00
Dave Beazley
2ff8962280
Added Wacltcl_Init()
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1227 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-06-26 15:54:53 +00:00
Dave Beazley
f92ba9462f
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1220 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-06-24 20:06:27 +00:00
Dave Beazley
0db13bddea
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1218 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-06-24 20:01:03 +00:00
Dave Beazley
d194c494f3
Added LGPL
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1212 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-06-20 15:12:53 +00:00
Dave Beazley
884220d536
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1202 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-06-20 03:07:17 +00:00
Dave Beazley
133eba50f8
Final version.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1086 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-04-29 21:25:11 +00:00
Dave Beazley
d7953e1eb9
Final changes.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1082 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-04-15 04:55:57 +00:00
Dave Beazley
ed3dd0ea76
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1081 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-04-15 02:12:50 +00:00
Dave Beazley
1cec62c1a7
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1074 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-04-02 22:30:07 +00:00
Dave Beazley
f13c972109
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1073 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-04-01 21:14:16 +00:00
Dave Beazley
55b1139976
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1072 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-04-01 04:53:32 +00:00
Dave Beazley
8fd7a07b87
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1071 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-03-31 15:38:00 +00:00
Dave Beazley
e9e8323cfa
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1066 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-03-23 22:51:47 +00:00
Dave Beazley
7312ad1449
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1065 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-03-23 22:08:39 +00:00
Dave Beazley
c9720e7f03
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1064 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-03-23 22:06:39 +00:00
Dave Beazley
28a458f657
Fixed bug when no symbol base could be found.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1063 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-03-23 22:04:18 +00:00
Dave Beazley
5056e10996
Cleanup
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1062 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-03-23 21:37:23 +00:00
Dave Beazley
feb232c464
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1061 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-03-23 21:33:51 +00:00
Dave Beazley
9d2741a386
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1060 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-03-23 21:23:23 +00:00
Dave Beazley
d678a66e4d
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1059 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-03-23 17:12:56 +00:00
Dave Beazley
9e73ebeb51
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1058 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-03-23 17:12:02 +00:00
Dave Beazley
8dd867c253
Some linux stabs fixes.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1057 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-03-21 04:58:31 +00:00
Dave Beazley
3741c5eb91
Solaris fixes
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1056 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-03-20 20:44:23 +00:00
Dave Beazley
6bf5b348d1
Fixed munmap bug.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1055 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-03-16 04:38:48 +00:00
Dave Beazley
7900837853
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1054 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-03-16 04:38:32 +00:00
Dave Beazley
b249cc5e26
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1053 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-03-16 03:54:59 +00:00
Dave Beazley
9579a7f3a3
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1052 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-03-16 03:32:51 +00:00
Dave Beazley
98b077fe25
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1051 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-03-16 03:23:20 +00:00
Dave Beazley
cd870328c3
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1050 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-03-16 02:43:25 +00:00