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?
https://svn.lrde.epita.fr/svn/havm/trunk
Index: ChangeLog
from Roland Levillain <roland(a)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(a)lrde.epita.fr])
-AC_CONFIG_AUX_DIR([config])
+AC_INIT([HAVM], [0.23a], [tiger-patches(a)lrde.epita.fr])
+AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.9 dist-bzip2])
AC_CHECK_TOOL([GHC], [ghc], [no])