public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: STABLE3 - build: propagate prefix information into defines.mk
@ 2009-01-30 11:08 Fabio M. Di Nitto
  0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2009-01-30 11:08 UTC (permalink / raw)
  To: cluster-cvs-relay

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@


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-30 11:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-30 11:08 cluster: STABLE3 - build: propagate prefix information into defines.mk Fabio M. Di Nitto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).