From: undefine Date: Mon, 18 Oct 2004 23:17:52 +0000 (+0000) Subject: - small patch to use dirs from autoconf X-Git-Tag: auto/ac/Yap-4_4_4-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2FYap.git;a=commitdiff_plain;h=00a5f0912d391e2fe9ed7cc0daa5be131b245b73 - small patch to use dirs from autoconf Changed files: Yap-acdirs.patch -> 1.1 --- 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: