[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