changeset 10475:b80084824a77

Store the --tests-base option in the comment in gnulib-cache.m4.
author Yoann Vandoorselaere <yoann.v@prelude-ids.com>
date Thu, 25 Sep 2008 12:56:07 +0200
parents 5fc74f43b3d6
children 429cc7a6da60
files ChangeLog gnulib-tool
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
+
+	* gnulib-tool (func_import): Store the --tests-base option in the
+	comment in gnulib-cache.m4.
+
 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
 
 	* NEWS: Document increased portability that sys_select now provides.
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -2811,6 +2811,7 @@
     func_append actioncmd " --po-base=$pobase"
   fi
   func_append actioncmd " --doc-base=$docbase"
+  func_append actioncmd " --tests-base=$testsbase"
   func_append actioncmd " --aux-dir=$auxdir"
   if test -n "$inctests"; then
     func_append actioncmd " --with-tests"