From 00a5f0912d391e2fe9ed7cc0daa5be131b245b73 Mon Sep 17 00:00:00 2001 From: undefine Date: Mon, 18 Oct 2004 23:17:52 +0000 Subject: [PATCH] - small patch to use dirs from autoconf Changed files: Yap-acdirs.patch -> 1.1 --- Yap-acdirs.patch | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Yap-acdirs.patch diff --git a/Yap-acdirs.patch b/Yap-acdirs.patch new file mode 100644 index 0000000..80e9ffc --- /dev/null +++ b/Yap-acdirs.patch @@ -0,0 +1,33 @@ +--- Makefile.in~ 2003-09-10 17:51:53.000000000 +0000 ++++ Makefile.in 2004-10-19 05:08:41.901971152 +0000 +@@ -8,24 +8,24 @@ + # + # where the binary should be + # +-BINDIR = $(EROOTDIR)/bin ++BINDIR = @bindir@ + # + # where YAP should look for binary libraries + # +-LIBDIR=$(EROOTDIR)/lib +-YAPLIBDIR=$(EROOTDIR)/lib/Yap ++LIBDIR=@libdir@ ++YAPLIBDIR=@libdir@/Yap + # + # where YAP should look for architecture-independent Prolog libraries + # +-SHAREDIR=$(ROOTDIR)/share ++SHAREDIR=@datadir@ + # + # where the includes should be stored + # +-INCLUDEDIR=$(ROOTDIR)/include/Yap ++INCLUDEDIR=@includedir@/Yap + # + # where to store info files + # +-INFODIR=$(SHAREDIR)/info ++INFODIR=@infodir@ + + # + # Add this flag to YAP_EXTRAS if you need the extension: -- 2.43.0