[rtems-buildsys commit] Bump version. Fix helpstring.
Ralf Corsepius
ralf at rtems.org
Sat Jun 15 05:07:20 UTC 2013
Module: rtems-buildsys
Branch: master
Commit: 4a7a198f93cab1dbf4e976075cbd6b8baa493b5e
Changeset: http://git.rtems.org/rtems-buildsys/commit/?id=4a7a198f93cab1dbf4e976075cbd6b8baa493b5e
Author: Ralf Corsépius <ralf.corsepius at rtems.org>
Date: Fri Jun 14 08:07:41 2013 +0200
Bump version. Fix helpstring.
---
rtems-mock/configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/rtems-mock/configure.ac b/rtems-mock/configure.ac
index 46bfb1c..fd3787c 100644
--- a/rtems-mock/configure.ac
+++ b/rtems-mock/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.69)
-AC_INIT([rtems-mock],[1.20130603.0],[ralf.corsepius at rtems.org],[rtems-mock])
+AC_INIT([rtems-mock],[1.20130614.0],[ralf.corsepius at rtems.org],[rtems-mock])
AM_INIT_AUTOMAKE([no-dist-gzip dist-xz tar-pax 1.13.2 foreign])
AM_MAINTAINER_MODE
@@ -69,7 +69,7 @@ AC_ARG_ENABLE([ftphome],
AC_SUBST([FTPHOME],[$ftphome])
AC_ARG_ENABLE([cachedir],
- AS_HELP_STRING([--enable-cachedir],[base directory for ftp]),[
+ AS_HELP_STRING([--enable-cachedir],[base directory for repository caches]),[
case $enable_cachedir in
yes ) cachedir="\${localstatedir}"/cache/rtems-mock/repos;;
no ) cachedir="\${localstatedir}"/cache/rtems-mock/repos;;
More information about the vc
mailing list