Store the --tests-base option in the comment in gnulib-cache.m4.
authorYoann Vandoorselaere <yoann.v@prelude-ids.com>
Thu, 25 Sep 2008 10:56:07 +0000 (12:56 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 25 Sep 2008 10:56:07 +0000 (12:56 +0200)
ChangeLog
gnulib-tool

index bf4e95d..220f45c 100644 (file)
--- 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.
index 58accba..9ef8fa9 100755 (executable)
@@ -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"