From: Yoann Vandoorselaere <yoann.v@prelude-ids.com>
Date: Thu, 25 Sep 2008 10:56:07 +0000 (+0200)
Subject: Store the --tests-base option in the comment in gnulib-cache.m4.
X-Git-Tag: v0.1~7007
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=dae948e9e891455fa8cacfed818a2f8d86c641c9;p=gnulib.git

Store the --tests-base option in the comment in gnulib-cache.m4.
---

diff --git a/ChangeLog b/ChangeLog
index bf4e95dbe3..220f45ccfb 100644
--- 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.
diff --git a/gnulib-tool b/gnulib-tool
index 58accbad48..9ef8fa9ee4 100755
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -2811,6 +2811,7 @@ func_import ()
     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"