4 May 21:17
[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 @@ > fi > ARCH=${TLA} > fi > + if test "x${ARCH_BRANCH}" = "xnone"; then > + ARCH="/bin/true" > + fi > if test "x${ARCH}" = "x"; then > AC_MSG_ERROR([*** Neither tla nor baz found]) > fi Shall I apply this patch? It looks o.k. too me. Stefan.
RSS Feed