Commit graph

26 commits

Author SHA1 Message Date
William S Fulton
253e932816 make life easier for svn status updates as everyone has different autotool versions installed - use svn:ignore on config.sub and config.guess
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10610 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-06-29 10:08:14 +00:00
William S Fulton
f06222b993 Add partialcheck make targets. Also add RUNTOOL, COMPILETOOL and SWIGTOOL variables for invoking tools when running tests, compiling or invoking swig
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10482 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-05-20 21:27:22 +00:00
William S Fulton
75c882d074 update from latest autotools (automake-1.10)
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10183 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2007-12-08 00:36:59 +00:00
Luigi Ballabio
e2b47efbe5 git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9601 626c5289-ae23-0410-ae9c-e8d60b6d4f22 2006-12-05 11:17:54 +00:00
John Lenz
6dda6f8321 Remove cvsignore files: this is stored on svn:igonre property now
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9593 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-12-03 08:28:42 +00:00
Art Yerkes
8ad7605f16 Sorry i haven't been here in a while.
camlp4 bug was caught by Michael Ethier <methier@cgr.harvard.edu>

- director.swg: fix a typo
- ocamldec.swg, ocaml.swg: new macros
- ac_compare_version.m4: arty's own more liberally licensed version compare
  autoconf macro.
- configure.in: use version_compare and make swigp4.ml generated by
  configure based on ocaml version.  This is due to an incompatible change
  in camlp4.
- ocaml.cxx: use new return macros in the right places
  (returning non-value)


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9518 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-11-03 07:28:42 +00:00
William S Fulton
685cf52490 updated version from autoconf macro archive
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9209 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-07-08 00:55:55 +00:00
William S Fulton
4ce3b7acaf --without-maximum-compile-warnings option added so that these compiler options can be completely removed
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7177 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2005-04-30 06:48:14 +00:00
William S Fulton
878b699279 swig.m4 removed - use the new updated and maintained version derived from this at the Autoconf Macro archive
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6217 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-09-03 21:57:56 +00:00
William S Fulton
47fb0a0e52 Re added again
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6096 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-08-12 22:17:46 +00:00
William S Fulton
866ad45426 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6095 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-08-12 22:16:34 +00:00
William S Fulton
ffe38ba647 readding hopefully with executable permissions this time
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6094 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-08-12 21:47:58 +00:00
William S Fulton
40ad5e8042 removed
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6093 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-08-12 21:45:48 +00:00
William S Fulton
7c53442d6c Attempt to add executable permissons
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6092 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-08-12 21:44:22 +00:00
William S Fulton
8c2ed0f677 config.sub and config.guess are being added to the repository as automake will no longer generate these files when running
automake --add-missing.
This started since removing libtool. Bug will be fixed in Automake 1.10, but until then we will have to keep these files in cvs.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6091 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-08-12 21:34:14 +00:00
William S Fulton
412a8d9ca2 Default warning level for GCC increased from -Wall to -Wall -ansi -pedantic.
This affects the source code only, not the test-suite or examples.
It does affect the compilation of the runtime libraries, but they are history anyway.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5644 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-01-19 21:31:56 +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
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
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
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