Stefan Reichör | 29 Apr 22:19
Picon

[DVC] [Sascha Wilde] [PATCH] New argument "none" to configure option --with-arch

Hi Matthieu, Hi Daniel!

I got a patch from a dvc user to allow the installation of DVC without
tla/baz installed.

Since I don't know our configuration system in detail, could you
please look at the attached patch and apply it, if it is usable.
Otherwise please comment, what should be improved.

Stefan.

Picon
From: Sascha Wilde <wilde@...>
Subject: [PATCH] New argument "none" to configure option --with-arch
Date: 2006-04-29 17:45:52 GMT
Noch ein Patch, den ich benutze um DVC überhaupt installieren zu
können, obwohl ich weder arch noch bazar installiert habe...

(wie gesagt, ich benutze mercurial...)

grüße
sascha

changeset:   1:e334d7fe1432
(Continue reading)

[DVC] Re: [Sascha Wilde] [PATCH] New argument "none" to configure option --with-arch

Le 4623 Septembre 1993, Stefan Reichör a tapoté:
> Hi Matthieu, Hi Daniel!
>
> I got a patch from a dvc user to allow the installation of DVC without
> tla/baz installed.

I think it desirable because DVC can be used with other tools.

> Since I don't know our configuration system in detail, could you
> please look at the attached patch and apply it, if it is usable.
> Otherwise please comment, what should be improved.

Is it possible to have a diff against configure.ac, there is many
noise in the previous one :-/

Regards.
--

-- 
Daniel 'NebuchadnezzaR' Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x2A408F69
Sascha Wilde | 30 Apr 14:07
Picon

[DVC] Re: [Sascha Wilde] [PATCH] New argument "none" to configure option --with-arch

Daniel 'NebuchadnezzaR' Dehennin <nebuchadnezzar@...> wrote:

> Is it possible to have a diff against configure.ac, there is many
> noise in the previous one :-/

Hi Daniel,

the "noise" was the diff against "configure" the diff against
"configure.ac" was there, too (at the very end).

Anyway I attached a plain diff for configure.ac.
Note this time I diffed against the latest version of Stefan's
repository. 

cheers
sascha
--- orig/configure.ac
+++ mod/configure.ac
@@ -131,7 +131,7 @@
 AC_DEFUN([DVC_BAZ_OR_TLA],
   [ AC_MSG_CHECKING([arch branch to use])
     AC_ARG_WITH(arch,
-      AC_HELP_STRING([--with-arch={baz|tla}]
+      AC_HELP_STRING([--with-arch={baz|tla|none}]
         [Whether to use tla or baz by default]),
       [ ARCH_BRANCH=${withval} ]
       [ ])
@@ -146,6 +146,9 @@
(Continue reading)

Stefan Reichör | 4 May 21:17
Picon

[DVC] Re: [Sascha Wilde] [PATCH] New argument "none" to configure option --with-arch

Hi Daniel, Sascha!

> Daniel 'NebuchadnezzaR' Dehennin <nebuchadnezzar@...> wrote:
>
>> Is it possible to have a diff against configure.ac, there is many
>> noise in the previous one :-/
>
> Hi Daniel,
>
> the "noise" was the diff against "configure" the diff against
> "configure.ac" was there, too (at the very end).
>
> Anyway I attached a plain diff for configure.ac.
> Note this time I diffed against the latest version of Stefan's
> repository. 
>
> cheers
> sascha
> --- orig/configure.ac
> +++ mod/configure.ac
> @@ -131,7 +131,7 @@
>  AC_DEFUN([DVC_BAZ_OR_TLA],
>    [ AC_MSG_CHECKING([arch branch to use])
>      AC_ARG_WITH(arch,
> -      AC_HELP_STRING([--with-arch={baz|tla}]
> +      AC_HELP_STRING([--with-arch={baz|tla|none}]
>          [Whether to use tla or baz by default]),
>        [ ARCH_BRANCH=${withval} ]
>        [ ])
> @@ -146,6 +146,9 @@
(Continue reading)

Matthieu Moy | 5 May 00:06
Picon
Picon
Favicon

Re: [DVC] Re: [Sascha Wilde] [PATCH] New argument "none" to configure option --with-arch

Stefan Reichör wrote:

> Shall I apply this patch? It looks o.k. too me.

Please do !

--

-- 
Matthieu

Gmane