changeset 30166:e709f74a7db8

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 9ecf84bb4ac5
children fbcfeace872a
files ChangeLog gnulib-tool
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Sep 23 15:11:23 2008 +0200
+++ b/ChangeLog	Thu Sep 25 12:56:07 2008 +0200
@@ -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	Tue Sep 23 15:11:23 2008 +0200
+++ b/gnulib-tool	Thu Sep 25 12:56:07 2008 +0200
@@ -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"