On 07/04/2016 09:53 AM, Ludovic Courtès wrote:
the conditional does not prevent
mktime-internal’s configure snippet from being run.
Any idea how to address it?
Perhaps your bootstrap script is calling gnulib-tool without the
--conditional-dependencies option? If so, you might try adding it. But
please see the Gnulib manual's discussion of this option, a discussion
that uses timegm as its example (I vaguely recall that timegm was the
motivation for conditional dependencies...):
https://www.gnu.org/software/gnulib/manual/html_node/Conditional-dependencies.html
The Emacs build uses --conditional-dependencies; the Coreutils build
does not, since it also uses --with-tests.