Commit graph

87 commits

Author SHA1 Message Date
Marcelo Matus
d6804b34d2 add 'std' to install-lib
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6387 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-10-11 08:09:24 +00:00
William S Fulton
6caa3a7e7f removed swig.m4 autoconf macro installation
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6216 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-09-03 21:56:32 +00:00
William S Fulton
452339492e Applied patch #857344 from Art Yerkes. Workaround for autoconf bug when running 'make install'.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6153 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-08-26 20:57:56 +00:00
William S Fulton
e452bb52fd Respect DESTDIR when uninstalling M4 macros
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6107 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-08-22 20:45:20 +00:00
William S Fulton
9701c4186a new target to get the config.sub and config.guess files - needed since Libtool was removed
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6106 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-08-22 20:21:34 +00:00
William S Fulton
aed68b114c swig.spec built at configure time rather than make time
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6045 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-07-23 21:34:58 +00:00
William S Fulton
3d26007c84 Libtool removed
Runtime library build removed


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6019 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-07-10 16:21:06 +00:00
Ahmon Dancy
7f682c8d4a Added Allegro CL module
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5896 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-04-27 23:00:41 +00:00
Matthias Köppe
ed6a665f52 Respect DESTDIR when installing the M4 macros.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5885 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-04-26 10:24:12 +00:00
Henning Thielemann
39d92e49b2 added basic Modula-3 support
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5776 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-03-19 11:45:29 +00:00
William S Fulton
d3d9210bd0 Replace ; with && where appropriate. This fixes the makefiles so that Make correctly errors out rather than blindly carrying on when some error occurs.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5731 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-02-20 22:57:23 +00:00
William S Fulton
d9f2998119 fix uninstall - runtime libraries not installed now.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5523 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-12-09 22:06:58 +00:00
Dave Beazley
7ccecdc4be Configure bugs with perl. Removed runtime build by default
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5481 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-12-04 19:14:44 +00:00
William S Fulton
6c7e2d7649 'make srcrpm' rpmbuild fix - patch from Joe Cooper
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5345 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-11-18 23:24:52 +00:00
William S Fulton
de1d3ff178 install was using mkinstalldirs which is being phased out by the autotools (Automake 1.8). As our home grown installation is not done by Automake and thus the use of mkinstalldirs is not detected by Automake, mkinstalldirs is no longer available. install-sh used instead.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5324 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-11-16 16:54:08 +00:00
William S Fulton
a5a2dd9be9 Oops, fix for make clean-test-suite
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5044 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-01 16:49:04 +00:00
William S Fulton
8d43b172ca fix to ensure the gifplot clean doesn't break clean when using multiple build directories
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5042 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-01 16:01:07 +00:00
William S Fulton
e255b20b44 Fix for Php and Perl soft link kludges in Examples/GIFPlot and Examples/perl - so that clean works when using multiple build directories
distclean implementation for test-suite
clean fix for test-suite


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5038 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-01 15:08:10 +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
Luigi Ballabio
a41cef0925 Added m4 macros for projects using SWIG
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4921 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-06-24 08:26:38 +00:00
Matthias Köppe
76841f5c1b [Guile] Only build runtime libraries for the flavors of the Guile
module that work with the chosen version of Guile.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4874 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-06-10 18:39:45 +00:00
Matthias Köppe
e5ac3696bc Merged first chunk of Guile changes contributed by John Lenz.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4858 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-06-03 22:12:50 +00:00
William S Fulton
8c0de3b0c0 Removed preprocessor definitions from having to be specified on the command line when building the c++ files. They are now defined in swigconfig.h.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4794 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-19 14:07:41 +00:00
William S Fulton
84719d7fa9 The decision whether to skip a language is decided by configure now
Runtime library mods to use Automake


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4720 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-04-28 22:28:35 +00:00
William S Fulton
4009e1d33d C# was missing from the test-suite
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4612 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-03-21 22:00:02 +00:00
William S Fulton
bfb0856591 Removed csharp runtime library - there ain't one
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4471 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-03-07 22:41:24 +00:00
William S Fulton
25b125e1e0 csharp added
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4432 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-03-04 22:40:15 +00:00
Jonah Beckford
8b60698a11 Let 'make check-examples' and 'make check-gifplot' work correctly for CHICKEN.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4318 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-15 03:17:15 +00:00
Jonah Beckford
1f7c52d5a1 Add CHICKEN code to the things that need to be built.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4317 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-15 02:04:40 +00:00
William S Fulton
64ef88c668 new make targets for the broken test-suite
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4273 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-07 23:17:28 +00:00
William S Fulton
b88a7bfa05 Single makefile for building SWIG executable
Automake used to build SWIG executable
Tidied up make install
Bug fixes in installation when using ./configure --with-release-suffix and autoconf's EXEEXT.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4219 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-23 22:47:06 +00:00
Logan Johnson
977a5a3461 Corrected location of install-sh in Makefile.in to Tools/config/install-sh.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4214 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-20 16:41:32 +00:00
Logan Johnson
33aa98f837 Corrected location of mkinstalldirs script in Makefile.in to Tools/config.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4213 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-20 16:35:40 +00:00
William S Fulton
7b39ad8307 Simplification of version string. Use autoconf's PACKAGE_VERSION instead.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4176 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-11 22:15:48 +00:00
Dave Beazley
2f7137c4a1 Modules directory
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4153 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-03 20:37:14 +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
Thien-Thi Nguyen
ff596ace98 (check-xml): New target.
(check): Depend on `check-xml'.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@999 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-01-17 02:07:09 +00:00
Dave Beazley
e699ee5a9d *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@965 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-12-20 04:28:49 +00:00
Dave Beazley
c935b71cfa *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@963 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-12-20 03:58:04 +00:00
Dave Beazley
92c204bafa *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@962 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-12-19 04:40:02 +00:00
Dave Beazley
6baa06b3cf Updated build
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@959 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-12-18 02:59:52 +00:00
Dave Beazley
650baa6f2b Added LINKFORSHARED option to swig13 linking.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@913 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-10-04 03:23:42 +00:00
Dave Beazley
d4acefff51 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@911 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-10-02 13:15:47 +00:00
Dave Beazley
ed8579d68f swig13 target.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@896 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-09-27 02:22:23 +00:00
Matthias Köppe
b7e95af2e8 (check-examples) Added Examples/guile/port.
(check-examples, check-gifplot-example, check-c++-examples) Use "&&"
instead of ";". If cd'ing into a directory failed (maybe due to
incomplete checkout), we would get infinite make recursion.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@876 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-09-21 21:26:02 +00:00
Masaki Fukushima
843485d7fa Ruby example checks added.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@854 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-09-18 13:30:54 +00:00
Thien-Thi Nguyen
bf728bbd7e (chk-swiglib): New var.
(chk): Use `chk-swiglib'.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@833 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-09-04 03:20:04 +00:00
Thien-Thi Nguyen
28c7bbf944 (Examples/GIFPlot/libgifplot.a): New target.
(check-gifplot-example): Depend on Examples/GIFPlot/libgifplot.a.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@832 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-09-04 03:03:57 +00:00
Thien-Thi Nguyen
5034fa3338 (skip-python): Fix typo.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@830 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-09-04 02:52:40 +00:00
Thien-Thi Nguyen
ea8422c7d6 (check-examples): Sync w/ Examples subdir.
(check-gifplot-example): Fix typo.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@827 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-09-04 02:41:52 +00:00