Daniel 'NebuchadnezzaR' Dehennin <[EMAIL PROTECTED]> 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
-- 
Sascha Wilde : "Lies, was ich meine, nicht, was ich schreibe."
             : (Urs Traenkner in de.alt.admin)
_______________________________________________
Dvc-dev mailing list
[email protected]
https://mail.gna.org/listinfo/dvc-dev

Reply via email to