From dae948e9e891455fa8cacfed818a2f8d86c641c9 Mon Sep 17 00:00:00 2001 From: Yoann Vandoorselaere Date: Thu, 25 Sep 2008 12:56:07 +0200 Subject: [PATCH] Store the --tests-base option in the comment in gnulib-cache.m4. --- ChangeLog | 5 +++++ gnulib-tool | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index bf4e95dbe..220f45ccf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-09-25 Yoann Vandoorselaere + + * gnulib-tool (func_import): Store the --tests-base option in the + comment in gnulib-cache.m4. + 2008-09-24 Paolo Bonzini * NEWS: Document increased portability that sys_select now provides. diff --git a/gnulib-tool b/gnulib-tool index 58accbad4..9ef8fa9ee 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" -- 2.11.0