Commit graph

129 commits

Author SHA1 Message Date
Ian Lance Taylor
c6b3088e58 [Go] Add Makefile testing support for changes in upcoming Go 1.5 release.
No effect on the SWIG program itself.
2015-06-19 14:29:38 -07:00
William S Fulton
d62aad9de9 Remove unwanted x bit in configure.ac 2015-04-04 10:23:44 +01:00
William S Fulton
62fdff1bf3 Python 2 and 3 testing on Windows 2015-04-04 02:17:57 +01:00
William S Fulton
0f1e8f75da Detect Java on 64 bit windows 2015-04-04 02:17:57 +01:00
William S Fulton
f27faa9c69 Allow for spaces in path to java include directory and executables
For typical Windows installs of Java.
Also don't use cygpath on MinGW.
2015-04-04 02:17:57 +01:00
William S Fulton
a57302527a gcc and mno-cygwin tweaks on cygwin/mingw 2015-04-04 02:17:57 +01:00
William S Fulton
af06a48430 preinst-swig script support for native windows paths
- SWIG_LIB support for testing on Windows
- Only in-source builds for now
2015-04-04 02:17:57 +01:00
William S Fulton
2347e87451 CSharp test-suite support on windows
- Add pathconvert tool to convert to a windows path for input files for
  C# compiler
- Simplify vcfilter
2015-04-04 02:17:56 +01:00
Olly Betts
226b4dec5b Probe for camlp4 in configure
See issue #364.
2015-03-25 12:44:05 +13:00
Olly Betts
2278c9b33d Remove pointless export of variables 2015-03-18 13:12:57 +13:00
Olly Betts
6d80e40699 Remove dead Ocaml configure probes
A number of the probed for values are no longer actually used anywhere.
2015-03-18 13:10:59 +13:00
Olly Betts
c7c6f2381e Eliminate AC_COMPARE_VERSION
We also have AX_COMPARE_VERSION which does essentially the same job.
2015-03-18 12:39:57 +13:00
Olly Betts
e6ed961711 Fix configure message about ocaml version check
The test is actually > 3.08.2, not >= 3.08.2 as the message previously
implied.  The change in question happened after 3.08.2, so ">" is the
correct test:

http://caml.inria.fr/pub/ml-archives/caml-list/2005/07/ad882d2c46496ad44e6ea6c31a989860.en.html
2015-03-18 12:33:20 +13:00
William S Fulton
7fa1058a8a Configure fix and warning fix for Go 2015-03-14 23:40:30 +00:00
Ian Lance Taylor
9ad497c08e [Go] Add -cgo option, required for Go version 1.5 and later. 2015-03-02 14:03:33 -08:00
Jitka Plesnikova
60f2640087 Fix build on S390(x)-architecture 2015-02-11 22:26:00 +01:00
William S Fulton
d834202695 Bump version to 3.0.6
[skip ci]
2015-02-01 00:55:35 +00:00
Simon Marchetto
adc4b788df Merge remote-tracking branch 'origin/master' into gsoc2012-scilab
Conflicts:
	.gitignore
	.travis.yml
	configure.ac
2015-01-26 10:50:20 +01:00
William S Fulton
733851bdab Remove needless Lua checking during configure 2015-01-17 23:17:57 +00:00
William S Fulton
bedff70793 Bump version to 3.0.5 2015-01-14 23:58:49 +00:00
Olly Betts
4fed2e6690 Use -rrbconfig rather than -rmkmf to load rbconfig
Both seem to work, but it's better to ask for the module we actually
want rather than rely on it being pulled in indirectly.  See #305.
2015-01-14 09:31:41 +00:00
Klaus Kämpf
112499eb39 Ruby: Replace Config::CONFIG with RbConfig::CONFIG in configure.ac
The Config namespace was deprecated for a long time and Ruby 2.2
finally removed it. Adapt configure.ac accordingly.

This fixes issue #304
2015-01-12 15:17:10 +01:00
William S Fulton
73222a1cd1 Bump version to 3.0.4 2014-12-31 01:22:16 +00:00
William S Fulton
2b04d37b94 Tidy up Javascript build system 2014-12-28 16:13:22 +00:00
William S Fulton
d79f11501d Don't delete checked in files with 'make distclean'
Occurs when ruby is not detected.
Fixes #290.
2014-12-28 15:26:27 +00:00
Robert Stone
c432073626 Issue #282 perl5 archlib vs archlibexp 2014-12-27 12:48:58 -08:00
William S Fulton
9cbdf69fdc Correctly detect Go1 during configure 2014-12-07 21:53:17 +00:00
William S Fulton
5b480847dd Improve Javascript Webkit detection
pkg-config detection was missing. Use pkg-config for the link flags.
2014-12-04 06:23:43 +00:00
David Nadlinger
86276568df D: Fix out-of-source build for examples. 2014-11-06 23:04:36 +01:00
William S Fulton
f52f4c6e10 Check for pkg-config before attempting to use it in configure
Fixes configure when pkg-config is missing and looking for Scilab and
Javascript
2014-10-31 22:46:52 +00:00
Karl Wette
18a9c095f8 Octave: disable optimization of tests for faster compiles/less memory usage
- Filter out all but -g... and -W... flags from OCTAVE_CXXFLAGS
- Use AX_CHECK_COMPILE_FLAG() to check if -O0 is supported, if so
  add to end of OCTAVE_CXXFLAGS to ensure optimization is disabled
- Also run mkoctfile under "env -" to protect it from environment
- Also use more standard-compliant sed expressions
2014-10-22 12:03:49 +02:00
Simon Marchetto
8561d36392 scilab: fix scilab include search regression in configure.ac 2014-10-20 15:26:11 +02:00
Simon Marchetto
c0741a7269 scilab: build now examples/tests with standard tools in (no more builder.sce) 2014-10-20 14:57:32 +02:00
William S Fulton
b1595014e7 Revert "Octave: disable optimization of tests for faster compiles/less memory usage"
This reverts commit 8e37bcf1a8.

Reverting a series of Octave commits for re-applying again without
incorrect whitespace changes.
2014-10-09 19:33:55 +01:00
Karl Wette
8e37bcf1a8 Octave: disable optimization of tests for faster compiles/less memory usage
- Filter out all but -g... and -W... flags from OCTAVE_CXXFLAGS
- Use AX_CHECK_COMPILE_FLAG() to check if -O0 is supported, if so
  add to end of OCTAVE_CXXFLAGS to ensure optimization is disabled
- Also run mkoctfile under "env -" to protect it from environment
- Also use more standard-compliant sed expressions
2014-10-05 14:56:33 +02:00
Ian Lance Taylor
0d6cebc7c4 [Go] In configure script, require Go 1.1 or later. 2014-09-30 12:42:21 -07:00
Richard
bbecefc6d0 * Fixed typo --with-jsv8inc and --with-jsv8lib * Fixed locating of libv8 on osx 2014-08-28 19:46:49 -05:00
Simon Marchetto
7cc6a58afb scilab: in configure, use pkg-config + disable scilab if headers not found 2014-06-26 09:48:51 +02:00
William S Fulton
e32956434b Tidy up configure.ac for Scilab 2014-06-20 08:09:20 +01:00
Simon Marchetto
9f88061cd9 scilab: configure checks version >= 5.3.3 and disables scilab if check fails 2014-06-12 18:09:19 +02:00
Olly Betts
8d226e39dc Merge pull request #188 from jschueller/python_pep8
Python PEP-8 conformity
2014-06-10 23:48:38 +12:00
Julien Schueller
7a4cef998c Enable pep8 check 2014-06-07 13:10:27 +02:00
William S Fulton
8728a97dc6 Bump version to 3.0.3 2014-06-06 19:56:38 +01:00
Simon Marchetto
62b50a9002 scilab: add scilab in the list of displayed configured langages 2014-06-06 17:11:07 +02:00
Simon Marchetto
07b06a4089 Merge branch 'master' into gsoc2012-scilab
Conflicts:
	.gitignore
	.travis.yml
	COPYRIGHT
	Examples/Makefile.in
	Examples/test-suite/constructor_copy.i
	Makefile.in
	configure.ac
2014-06-06 16:33:16 +02:00
William S Fulton
79c9160736 Search for 64bit webkit during configure
For some Linux distributions (SUSE)
2014-05-29 16:54:56 +01:00
William S Fulton
68347cb723 Bump version to 3.0.2 2014-05-28 18:51:46 +01:00
Simon Marchetto
a11a3bdd66 scilab: in configure.ac SCILABSTARTOPT => SCILABOPT 2014-05-22 10:04:15 +02:00
William S Fulton
b8b61be301 Detect Javascript v8 on 64 bit Linux 2014-05-17 23:32:09 +01:00
William S Fulton
81335c5a91 Configured languages display improvement 2014-05-15 23:28:47 +01:00