All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Don't force dirs on bootstrap-configure
@ 2009-10-01  2:14 Gustavo F. Padovan
  2009-10-01  2:58 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ messages in thread
From: Gustavo F. Padovan @ 2009-10-01  2:14 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: gustavo

Fixes a problem with ./bootstrap-configure --prefix=some/dir.
bootstrap-configure was forcing dirs configuration like mandir and
sysconfdir unless user pass all its desired dirs on
./bootstrap-configure.
---
 bootstrap-configure |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/bootstrap-configure b/bootstrap-configure
index 5414518..1a48fa9 100755
--- a/bootstrap-configure
+++ b/bootstrap-configure
@@ -11,11 +11,6 @@ fi
 ./bootstrap && \
     ./configure --enable-maintainer-mode \
 		--enable-debug \
-		--prefix=/usr \
-		--mandir=/usr/share/man \
-		--sysconfdir=/etc \
-		--localstatedir=/var \
-		--libexecdir=/lib \
 		--enable-netlink \
 		--enable-tools \
 		--enable-bccmd \
-- 
1.6.3.3


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

* Re: [PATCH] Don't force dirs on bootstrap-configure
  2009-10-01  2:14 [PATCH] Don't force dirs on bootstrap-configure Gustavo F. Padovan
@ 2009-10-01  2:58 ` Marcel Holtmann
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2009-10-01  2:58 UTC (permalink / raw)
  To: Gustavo F. Padovan; +Cc: linux-bluetooth, gustavo

Hi Gustavo,

> Fixes a problem with ./bootstrap-configure --prefix=some/dir.
> bootstrap-configure was forcing dirs configuration like mandir and
> sysconfdir unless user pass all its desired dirs on
> ./bootstrap-configure.
> ---
>  bootstrap-configure |    5 -----
>  1 files changed, 0 insertions(+), 5 deletions(-)
> 
> diff --git a/bootstrap-configure b/bootstrap-configure
> index 5414518..1a48fa9 100755
> --- a/bootstrap-configure
> +++ b/bootstrap-configure
> @@ -11,11 +11,6 @@ fi
>  ./bootstrap && \
>      ./configure --enable-maintainer-mode \
>  		--enable-debug \
> -		--prefix=/usr \
> -		--mandir=/usr/share/man \
> -		--sysconfdir=/etc \
> -		--localstatedir=/var \
> -		--libexecdir=/lib \
>  		--enable-netlink \
>  		--enable-tools \
>  		--enable-bccmd \

we do this on purpose this way. So NAK.

Regards

Marcel



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

end of thread, other threads:[~2009-10-01  2:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-01  2:14 [PATCH] Don't force dirs on bootstrap-configure Gustavo F. Padovan
2009-10-01  2:58 ` Marcel Holtmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.