comparison gnulib-tool @ 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 483ea2002278
children 429cc7a6da60
comparison
equal deleted inserted replaced
10474:5fc74f43b3d6 10475:b80084824a77
2809 func_append actioncmd " --m4-base=$m4base" 2809 func_append actioncmd " --m4-base=$m4base"
2810 if test -n "$pobase"; then 2810 if test -n "$pobase"; then
2811 func_append actioncmd " --po-base=$pobase" 2811 func_append actioncmd " --po-base=$pobase"
2812 fi 2812 fi
2813 func_append actioncmd " --doc-base=$docbase" 2813 func_append actioncmd " --doc-base=$docbase"
2814 func_append actioncmd " --tests-base=$testsbase"
2814 func_append actioncmd " --aux-dir=$auxdir" 2815 func_append actioncmd " --aux-dir=$auxdir"
2815 if test -n "$inctests"; then 2816 if test -n "$inctests"; then
2816 func_append actioncmd " --with-tests" 2817 func_append actioncmd " --with-tests"
2817 fi 2818 fi
2818 for module in $avoidlist; do 2819 for module in $avoidlist; do