30 Apr 14:07
[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)
RSS Feed