]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Repeat warning that --with-tests cannot be used twice.
authorSimon Josefsson <simon@josefsson.org>
Mon, 4 Jan 2021 00:06:21 +0000 (01:06 +0100)
committerSimon Josefsson <simon@josefsson.org>
Mon, 4 Jan 2021 00:06:21 +0000 (01:06 +0100)
* doc/gnulib-tool.texi (Multiple instances): Remind reader of
--with-tests limitation.

ChangeLog
doc/gnulib-tool.texi

index 6c042f56775af765d621cf6e1acc1b4953f94279..3bd13281bd4a8b6142011d053d3dbed7c62c4ca7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-01-04  Simon Josefsson  <simon@josefsson.org>
+
+       * doc/gnulib-tool.texi (Multiple instances): Remind reader of
+       --with-tests limitation.
+
 2021-01-03  Bruno Haible  <bruno@clisp.org>
 
        iconv, iconv_open: Improve documentation.
index 3dc6bf00214920195bf28a62ccbb883152321089..f3b034f858d5caebddadafce90f923109296aedb 100644 (file)
@@ -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