The build logic generates a timestamp from the info pages, but does so
with a timezone aware function, and then truncates it to granularity of
days. If your TZ happens to wrap the timezone over to a diff day, then
the build logic updates some files and runs makeinfo.
Clobber the info timestamp so it's newer than the sources and the TZ
state doesn't work.
# The makefiles make the man page depend on the configure script
# which we patched above. Touch it to prevent regeneration.
touch doc/bison.1 #548778 #538300#9
+ # Avoid regenerating the info page when the timezone is diff.
+ touch doc/bison.info #574492
}
src_configure() {