This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

fence: master - build: propagate prefix information into defines.mk


Gitweb:        http://git.fedorahosted.org/git/fence.git?p=fence.git;a=commitdiff;h=b6317b714fb288d9eca149d0bb6be656545f1075
Commit:        b6317b714fb288d9eca149d0bb6be656545f1075
Parent:        ce2e9ed5ab9aa06c49e8c4a65cdd6d2af9d2565c
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Fri Jan 30 10:55:57 2009 +0100
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Fri Jan 30 12:37:45 2009 +0100

build: propagate prefix information into defines.mk

this will be required to build .pc files

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 configure             |    1 +
 make/defines.mk.input |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index 5421c55..1906740 100755
--- a/configure
+++ b/configure
@@ -324,6 +324,7 @@ while (<IFILE>) {
   $_ =~ s/\@COROSYNCLIBDIR\@/$corosynclibdir/;
   $_ =~ s/\@MANDIR\@/$mandir/;
   $_ =~ s/\@SBINDIR\@/$sbindir/;
+  $_ =~ s/\@PREFIX\@/$prefix/;
   $_ =~ s/\@DOCDIR\@/$docdir/;
   $_ =~ s/\@LOGDIR\@/$logdir/;
   $_ =~ s/\@SYSLOGFACILITY\@/$syslogfacility/;
diff --git a/make/defines.mk.input b/make/defines.mk.input
index 2496288..1eb54fb 100644
--- a/make/defines.mk.input
+++ b/make/defines.mk.input
@@ -1,4 +1,5 @@
 # Install Locations
+prefix ?= ${DESTDIR}@PREFIX@
 sbindir ?= ${DESTDIR}@SBINDIR@
 initddir ?= ${DESTDIR}@INITDDIR@
 libdir ?= ${DESTDIR}@LIBDIR@


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]