~peterpall/maxima/+git/maxima.code:KoenGu_OutOfTreeBuild_try3

Last commit made on 2018-10-24
Get this branch:
git clone -b KoenGu_OutOfTreeBuild_try3 https://git.launchpad.net/~peterpall/maxima/+git/maxima.code

Branch merges

Branch information

Name:
KoenGu_OutOfTreeBuild_try3
Repository:
lp:~peterpall/maxima/+git/maxima.code

Recent commits

63069a5... by PeterPall

Out-of-tree build: Miscellaneous changes

Another backport of a cygwin patch from Achim Gratz.

Original commit message:

* demo/Makefile.am, interfaces/xmaxima/Makefile.am, share/Makefile.am,
  tests/Makefile.am: Use $^, $(VPATH) and $(abspath …) to get the
  correct path.
* lisp-utils/defsystem.lisp (compute-system-path): Do not add relative
  paths to modules.
* share/logic/Makefile.am (logic-index.lisp): Find script via
  $(top_srcdir) instead of relative to the build directory.

Additionally changed the path to "maxima-local" so that "make check"
again works without requiring an install test.

23cdc3c... by PeterPall

Out-of-tree build: The doc/info directory

This is a backport of another of the cygwin patches by Achim Gratz.

Original commit message:

Additionally the temporary script mk.sh that is now created during the
build process was placed in .gitignore.

88f5c83... by PeterPall

Out-of-tree-build: Updates for configure.ac

Backported one of the cycwin out-of-tree-build patches
from Achim Gratz. Original commit message:

* configure.ac: Find sharedirs in source tree. Add src/maxima via
  AC_CONFIG_FILES, make it executable and remove from AC_OUTPUT.
---
 configure.ac | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

4f7c643... by "Viktor T. Toth" <email address hidden>

Updating the 5.42 changelog with 5.42.1 changes

e6e4d2f... by Wolfgang Dautermann <email address hidden>

Windows installer: Correct shortnames for Clisp only if maxima_longnames.exe exists.

It may not be compiled and installed, e.g. if one does a Lisp only build
on Windows.

a620c6a... by Wolfgang Dautermann <email address hidden>

Crosscompiled Windows installer: Update gnuplot

2504939... by PeterPall

Build system: Deal correctly with spaces in filenames.

This is another patch that was backported from cygwin.

5203973... by PeterPall

Use the system perl instead of a probably locally installed one.

Thanks to Achim Gratz for noticing.

3847ff4... by PeterPall

Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code

282513d... by PeterPall

Re-added share-subdirs.lisp to the git repo in order to re-enable the lisp-only build.

Also removed the file from .gitignore; What I didn't find a way for is
to make "make distclean" keep the file.