On 3/6/06, Roland Levillain roland@lrde.epita.fr wrote:
This is a hand-made mail after an abortion of Vcs (a fresh install on a machine where my GPG key was missing...). I tried to send this mail using `vcs-svn mail' afterwards, but `mail' looks like an inner method according to Vcs' sources (even if it's mentioned by `vcs-svn help'). Is there any plan to support `mail' as a Vcs user command in the future?
It was before and it should works so it's probably a bug.
Thanks for the report.
https://svn.lrde.epita.fr/svn/havm/trunk
Index: ChangeLog from Roland Levillain roland@lrde.epita.fr
Rename config/ as build-aux/. * configure.ac: Bump to 0.23a. (AC_CONFIG_AUX_DIR): s/config/build-aux/.
configure.ac | 4 ++-- 1 files changed, 2 insertions, 2 deletions
Index: configure.ac --- configure.ac (revision 159) +++ configure.ac (working copy) @@ -16,8 +16,8 @@ # MA 02111-1307, USA.
AC_PREREQ([2.59]) -AC_INIT([HAVM], [0.23], [tiger-patches@lrde.epita.fr]) -AC_CONFIG_AUX_DIR([config]) +AC_INIT([HAVM], [0.23a], [tiger-patches@lrde.epita.fr]) +AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([1.9 dist-bzip2])
AC_CHECK_TOOL([GHC], [ghc], [no])
Projects mailing list Projects@lrde.epita.fr https://www.lrde.epita.fr/mailman/listinfo/projects
-- Nicolas Pouillard aka Ertai ertai@feydakins.org http://uttk.org Uttk -- Unified Test Tool Kit