From 50600e06d7ef9670a29f66cedfee0ae2f8fa17e9 Mon Sep 17 00:00:00 2001 From: vsc Date: Mon, 31 Oct 2005 12:44:29 +0000 Subject: [PATCH] don't install CLP unless coroutining && rational trees are active git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1432 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- Makefile.in | 8 ++++---- changes-5.1.html | 2 ++ configure | 17 +++++++++++------ configure.in | 8 ++++++++ 4 files changed, 25 insertions(+), 10 deletions(-) diff --git a/Makefile.in b/Makefile.in index 2e02aa269..6d64dc2f9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -542,11 +542,11 @@ install_data: $(INSTALL_DATA) $(srcdir)/LGPL/pillow/icon_address.pl $(DESTDIR)$(SHAREDIR)/Yap/ $(INSTALL_DATA) $(srcdir)/LGPL/pillow/pillow.pl $(DESTDIR)$(SHAREDIR)/Yap/ # (cd CLPQR ; make install) - (cd LGPL/clp ; make install) - (cd LGPL/clpr ; make install) + @INSTALLCLP@(cd LGPL/clp ; make install) + @INSTALLCLP@(cd LGPL/clpr ; make install) # (cd CHR ; make install) - (cd LGPL/chr ; make install) - (cd CLPBN ; make install) + @INSTALLCLP@(cd LGPL/chr ; make install) + @INSTALLCLP@(cd CLPBN ; make install) ########## diff --git a/changes-5.1.html b/changes-5.1.html index 4bf07bc46..c76022d82 100644 --- a/changes-5.1.html +++ b/changes-5.1.html @@ -16,6 +16,8 @@

Yap-5.1.0: