]> git.pld-linux.org Git - packages/Yap.git/blob - Yap-acdirs.patch
- small patch to use dirs from autoconf
[packages/Yap.git] / Yap-acdirs.patch
1 --- Makefile.in~        2003-09-10 17:51:53.000000000 +0000
2 +++ Makefile.in 2004-10-19 05:08:41.901971152 +0000
3 @@ -8,24 +8,24 @@
4  #
5  # where the binary should be
6  #
7 -BINDIR = $(EROOTDIR)/bin
8 +BINDIR = @bindir@
9  #
10  # where YAP should look for binary libraries
11  #
12 -LIBDIR=$(EROOTDIR)/lib
13 -YAPLIBDIR=$(EROOTDIR)/lib/Yap
14 +LIBDIR=@libdir@
15 +YAPLIBDIR=@libdir@/Yap
16  #
17  # where YAP should look for architecture-independent Prolog libraries
18  #
19 -SHAREDIR=$(ROOTDIR)/share
20 +SHAREDIR=@datadir@
21  #
22  # where the includes should be stored
23  #
24 -INCLUDEDIR=$(ROOTDIR)/include/Yap
25 +INCLUDEDIR=@includedir@/Yap
26  #
27  # where to store info files
28  #
29 -INFODIR=$(SHAREDIR)/info
30 +INFODIR=@infodir@
31  
32  #
33  # Add this flag to YAP_EXTRAS if you need the extension:
This page took 0.082493 seconds and 3 git commands to generate.