public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* Fix building bluez-gnome in a custom prefix
@ 2008-09-24 21:03 Bastien Nocera
  2008-09-27  4:25 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ messages in thread
From: Bastien Nocera @ 2008-09-24 21:03 UTC (permalink / raw)
  To: linux-bluetooth

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: 0001-Fix-building-in-a-custom-prefix.patch --]
[-- Type: text/x-patch, Size: 686 bytes --]

>From 987348e19a9b2cab05666165d85b19d8eb06f0c3 Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@hadess.net>
Date: Wed, 24 Sep 2008 11:34:02 -0700
Subject: [PATCH] Fix building in a custom prefix

We need to pass ACLOCAL_FLAGS to aclocal, otherwise it'll be ignored
Patch from Michael Monreal <michael.monreal@gmx.net>
---
 bootstrap |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bootstrap b/bootstrap
index eeb7635..5def899 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-aclocal && \
+aclocal $ACLOCAL_FLAGS && \
     autoheader && \
 	intltoolize --automake --copy --force &&
 	    automake --add-missing --copy && \
-- 
1.6.0.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-09-27  4:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-24 21:03 Fix building bluez-gnome in a custom prefix Bastien Nocera
2008-09-27  4:25 ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox