From: Simon Josefsson Date: Mon, 4 Jan 2021 00:06:21 +0000 (+0100) Subject: doc: Repeat warning that --with-tests cannot be used twice. X-Git-Tag: v1.0~3221 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=d59f84ca2b52deb2575e30195988e4700c7006ba;p=gnulib.git doc: Repeat warning that --with-tests cannot be used twice. * doc/gnulib-tool.texi (Multiple instances): Remind reader of --with-tests limitation. --- diff --git a/ChangeLog b/ChangeLog index 6c042f5677..3bd13281bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2021-01-04 Simon Josefsson + + * doc/gnulib-tool.texi (Multiple instances): Remind reader of + --with-tests limitation. + 2021-01-03 Bruno Haible iconv, iconv_open: Improve documentation. diff --git a/doc/gnulib-tool.texi b/doc/gnulib-tool.texi index 3dc6bf0021..f3b034f858 100644 --- a/doc/gnulib-tool.texi +++ b/doc/gnulib-tool.texi @@ -673,6 +673,9 @@ in the interest of brevity): `-- Makefile.am @end example +As discussed in @ref{Unit tests}, you may not use @samp{--with-tests} +for this project since the @code{configure.ac} is shared. + Integration with your code is basically the same as outlined in @ref{Initial import} with the one exception that you have to add both the macro @code{gl_EARLY} and the macro @code{gl_tools_EARLY} to your