]> git.pld-linux.org Git - packages/Yap.git/commitdiff
- small patch to use dirs from autoconf auto/ac/Yap-4_4_4-1
authorundefine <undefine@pld-linux.org>
Mon, 18 Oct 2004 23:17:52 +0000 (23:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Yap-acdirs.patch -> 1.1

Yap-acdirs.patch [new file with mode: 0644]

diff --git a/Yap-acdirs.patch b/Yap-acdirs.patch
new file mode 100644 (file)
index 0000000..80e9ffc
--- /dev/null
@@ -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:
This page took 0.069349 seconds and 4 git commands to generate.