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]

cluster: STABLE3 - build: propagate prefix information into defines.mk


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=71d82047f1553a45a572429e2374db405808330d
Commit:        71d82047f1553a45a572429e2374db405808330d
Parent:        8b6b7898c8a759dfe7390a6c276e41be5811cbfd
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 10:55:57 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 a4fbfd7..7af2667 100755
--- a/configure
+++ b/configure
@@ -783,6 +783,7 @@ while (<IFILE>) {
   $_ =~ s/\@LIBEXECDIR\@/$libexecdir/;
   $_ =~ s/\@MANDIR\@/$mandir/;
   $_ =~ s/\@SBINDIR\@/$sbindir/;
+  $_ =~ s/\@PREFIX\@/$prefix/;
   $_ =~ s/\@INITDDIR\@/$initddir/;
   $_ =~ s/\@SHAREDIR\@/$sharedir/;
   $_ =~ s/\@DOCDIR\@/$docdir/;
diff --git a/make/defines.mk.input b/make/defines.mk.input
index 34c7300..e6edebb 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]