William S Fulton
fe12f8ccd7
Scilab configure tidy up
2013-08-30 22:20:19 +01:00
William S Fulton
2114c65201
Fix merge mess - restore changes as they are on master
2013-08-30 21:56:55 +01:00
Simon Marchetto
3a190fec2b
Scilab: check Scilab version & support of Scilab 5.3.3 (program arguments)
2013-08-19 17:40:31 +02:00
Simon Marchetto
f7c11a8882
Revert "Scilab: support of Scilab 5.3.3"
...
This reverts commit d6eb7323b6 .
2013-08-09 14:55:29 +02:00
Simon Marchetto
498ca722e5
Revert "Scilab: fix debug infos in config.log"
...
This reverts commit 2f910faebb .
2013-08-09 14:54:36 +02:00
Simon Marchetto
ff25d2c536
Revert "Scilab: add Scilab in makefile check version targets"
...
This reverts commit 66edc244b9 .
2013-08-09 14:46:39 +02:00
Simon Marchetto
66edc244b9
Scilab: add Scilab in makefile check version targets
2013-08-09 12:16:00 +02:00
Simon Marchetto
2f910faebb
Scilab: fix debug infos in config.log
...
display scilab executable, version and startup options, remove cc options
2013-08-09 12:11:38 +02:00
Simon Marchetto
d6eb7323b6
Scilab: support of Scilab 5.3.3
...
Fix: for test suite and examples, run Scilab with -noatomsautoload if Scilab version >=5.4 only
2013-08-07 18:21:18 +02:00
Sylvestre Ledru
21e17eaa73
Merge remote-tracking branch 'origin/master' into gsoc2012-scilab
...
Conflicts:
Examples/Makefile.in
2013-08-06 10:06:31 +02:00
William S Fulton
8e89cad271
Bump version to 2.0.11
2013-05-27 20:27:50 +01:00
William S Fulton
b14b1c6de0
Use given Guile version when checking if version is > 1.8
...
Also use conventional output for our configure if something is not
working as expected.
2013-05-15 09:57:34 +01:00
Geert Janssens
f3870303c6
Guile drop unused GUILE_SCM_INTERFACE parameter from configure.ac
2013-05-14 17:06:35 +02:00
Geert Janssens
4de24d1d11
Guile check for at least guile 1.8
2013-05-14 17:06:04 +02:00
William S Fulton
dd36f28ac7
Migrate Guile examples build into common Examples makefile
...
- Now Guile examples are built in a consistent way to other target
languages.
- Also set GUILE_AUTO_COMPILE=0 to remove auto-compilation is enabled
warnings
2013-05-09 19:28:09 +01:00
William S Fulton
efb4f7bf07
Don't skip guile if GUILE_CFLAGS is empty as sometimes it is empty
2013-05-08 17:30:45 +01:00
William S Fulton
4ed422da60
Revert guile configure to use guile-config
...
Replace pkg-config with guile-config to look for guile. Using pkg-config
requires the pkg.m4 autoconf macros to be properly installed on the
machine running autogen.sh which is frequently a problem. pkg-config
only supports more recent releases of guile so isn't very good at
finding guile either.
2013-05-07 21:11:03 +01:00
William S Fulton
13e76c30b3
Fixes looking for Guile in configure.ac
2013-05-03 19:55:42 +01:00
William S Fulton
5690323b8f
Rework perl5 compiler and linker flags
...
This fixes perl on cygwin. Probably on other platforms too.
2013-05-03 19:39:11 +01:00
William S Fulton
850cd37599
Don't skip Python testing if static library directory not found
...
'make check' does not require the Python static libraries to be
available. There is no easy way to find PYLIB - the directory containing
the static library especially now Debian based systems have changed to
put them in directories like /usr/lib/x86_64-linux-gnu/libpython2.7.a.
2013-04-29 22:01:46 +01:00
Geert Janssens
b819d2a91e
Drop guilegh interface
...
All of guile's interface files now use the scm interface.
This should not affect any users. Swig generated code
using the scm interface can be mixed with gh interface
using user code.
It does simplify maintenance of the guile swig code though.
2013-04-28 22:06:24 +02:00
Geert Janssens
b072f22930
Add support for guile 2.0: configure and makefiles.
...
Note: guile-config is badly broken for guile 2. So
the guile configure section has been rewritten to
use pkg-config instead.
Manually resolved conflicts:
Examples/Makefile.in
2013-04-28 22:06:22 +02:00
Geert Janssens
7dfe4a0653
Make guile test suite default to scm api
...
In other words guilescm becomes guile.
Deprecated gh api tests are moved to guilegh.
2013-04-28 22:06:21 +02:00
William S Fulton
62638bfd15
Pike - a few updates to get Pike 7.8 running most of the examples
2013-04-20 02:28:48 +01:00
William S Fulton
3e26318427
Add target language version display during make check. Individual language versions can be checked using 'make check-<lang>-version'.
2013-04-09 19:52:40 +01:00
Olly Betts
5199a9002f
Correct comment about sys.lib
2013-03-22 11:16:48 +13:00
Olly Betts
f85a3b7756
Remove handling for Python <1.5 - we only support >=2.0 now
2013-03-22 10:46:44 +13:00
Olly Betts
250760daf4
Remove superfluous trailing semicolons
2013-03-22 10:43:19 +13:00
Olly Betts
2bbc52302c
Remove pointless assignments of variables to themselves
2013-03-22 09:37:02 +13:00
Olly Betts
9fbf771a00
Fix lack of indentation in ocaml and pike sections
2013-03-22 09:21:07 +13:00
Olly Betts
481ed3c578
Update lingering configure.in references to say configure.ac
2013-03-21 14:41:09 +13:00
William S Fulton
e2a0b89248
Rename configure.in files to expected modern name configure.ac
2013-01-12 00:57:17 +00:00