When Running the test suite soon after midnight with CET time zone the
"t/txinfo-vtexi4.sh" test fails. 

"LC_ALL=C date" outputs the locale time whereas makeinfo use UTC timezone.

--8<---------------cut here---------------start------------->8---
mthl@localhost:~/src/automake$ date --version
date (GNU coreutils) 8.25
Copyright © 2016 Free Software Foundation, Inc.
License GPLv3+ : GNU GPL version 3 ou ultérieure
<http://gnu.org/licenses/gpl.html>
C'est logiciel libre, vous êtes libre de le modifier et de le redistribuer.
Ce logiciel n'est accompagné d'ABSOLUMENT AUCUNE GARANTIE, dans les limites
autorisées par la loi applicable.
Écrit par David MacKenzie.
--8<---------------cut here---------------end--------------->8---

==========================================
   GNU Automake 1.15a: ./test-suite.log
==========================================

# TOTAL: 1
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: t/txinfo-vtexi4
=====================

txinfo-vtexi4: running makeinfo --version
texi2any (GNU texinfo) 6.1

Copyright (C) 2016 Free Software Foundation, Inc.
Licence GPLv3+ : GNU GPL version 3 ou supérieure 
<http://gnu.org/licenses/gpl.html>
Ceci est un logiciel libre : vous êtes libre de le modifier et de le diffuser.
Aucune garantie n'est offerte, dans les limites permises par la loi.
txinfo-vtexi4: running texi2dvi --version
texi2dvi (GNU Texinfo 6.1) 6991

Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Running from installcheck: no
Test Protocol: none
PATH = 
/home/mthl/src/automake/bin:/home/mthl/src/automake/t/ax:/home/mthl/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/mthl/.composer/vendor/bin
++ pwd
/home/mthl/src/automake/t/txinfo-vtexi4.dir
++ LC_ALL=C
++ date +%u
+ test 5 -gt 0
++ LC_ALL=C
++ date +%u
+ test 5 -lt 8
++ LC_ALL=C
++ date +%d
+ day=05
+ test -n 05
++ LC_ALL=C
++ date +%B
+ month=January
+ test -n January
++ LC_ALL=C
++ date +%Y
+ year=2018
+ test -n 2018
++ echo 05
++ sed 's/^0//'
+ day=5
+ cat
+ cat
+ cat
+ cat
+ aclocal-1.15a -Werror
+ autoconf
+ automake-1.15a --foreign -Werror -Wall -a
Makefile.am:2: installing './mdate-sh'
Makefile.am:2: installing './texinfo.tex'
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
+ make all dvi
Updating ./version.texi
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
rm -rf $backupdir && mkdir $backupdir && \
if (/bin/sh /home/mthl/src/automake/t/txinfo-vtexi4.dir/missing makeinfo 
--version) >/dev/null 2>&1; then \
  for f in foo.info foo.info-[0-9] foo.info-[0-9][0-9] foo.i[0-9] 
foo.i[0-9][0-9]; do \
    if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
  done; \
else :; fi && \
cd "$am__cwd"; \
if /bin/sh /home/mthl/src/automake/t/txinfo-vtexi4.dir/missing makeinfo   -I . \
 -o foo.info foo.texi; \
then \
  rc=0; \
  CDPATH="${ZSH_VERSION+.}:" && cd .; \
else \
  rc=$?; \
  CDPATH="${ZSH_VERSION+.}:" && cd . && \
  $restore $backupdir/* `echo "./foo.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
TEXINPUTS=".:$TEXINPUTS" \
MAKEINFO='/bin/sh /home/mthl/src/automake/t/txinfo-vtexi4.dir/missing makeinfo  
 -I .' \
texi2dvi  --build-dir=foo.t2d -o foo.dvi  \
foo.texi
This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded 
format=etex)
 restricted \write18 enabled.
entering extended mode
(/home/mthl/src/automake/t/txinfo-vtexi4.dir/./foo.texi
(/home/mthl/src/automake/t/txinfo-vtexi4.dir/texinfo.tex
Loading texinfo [version 2017-09-19.13]: pdf, fonts, markup, glyphs,
page headings, tables, conditionals, indexing, sectioning, toc, environments,
defuns, macros, cross references, insertions,
(/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
This is `epsf.tex' v2.7.4 <14 February 2011>
) localization, formatting, and turning on texinfo input format.)
(/home/mthl/src/automake/t/txinfo-vtexi4.dir/version.texi) [1] )
Output written on foo.dvi (1 page, 352 bytes).
Transcript written on foo.log.
+ ls -l
total 328
-rw-rw-r--. 1 mthl mthl  27314  5 janv. 00:38 aclocal.m4
drwxr-xr-x. 2 mthl mthl   4096  5 janv. 00:38 autom4te.cache
-rwxrwxr-x. 1 mthl mthl   7383  5 janv. 00:38 compile
-rw-rw-r--. 1 mthl mthl   5099  5 janv. 00:38 config.log
-rwxrwxr-x. 1 mthl mthl  25459  5 janv. 00:38 config.status
-rwxrwxr-x. 1 mthl mthl 104175  5 janv. 00:38 configure
-rw-rw-r--. 1 mthl mthl     91  5 janv. 00:38 configure.ac
-rw-rw-r--. 1 mthl mthl     80  5 janv. 00:38 defs.am
-rwxrwxr-x. 1 mthl mthl  23568  5 janv. 00:38 depcomp
-rw-rw-r--. 1 mthl mthl    352  5 janv. 00:38 foo.dvi
-rw-rw-r--. 1 mthl mthl    256  5 janv. 00:38 foo.info
drwxrwxr-x. 3 mthl mthl   4096  5 janv. 00:38 foo.t2d
-rw-rw-r--. 1 mthl mthl    256  5 janv. 00:38 foo.texi
-rwxrwxr-x. 1 mthl mthl  14799  5 janv. 00:38 install-sh
-rw-rw-r--. 1 mthl mthl  30853  5 janv. 00:38 Makefile
-rw-rw-r--. 1 mthl mthl    709  5 janv. 00:38 Makefile.am
-rw-rw-r--. 1 mthl mthl  30199  5 janv. 00:38 Makefile.in
lrwxrwxrwx. 1 mthl mthl     36  5 janv. 00:38 mdate-sh -> 
/home/mthl/src/automake/lib/mdate-sh
-rwxrwxr-x. 1 mthl mthl   6878  5 janv. 00:38 missing
-rw-rw-r--. 1 mthl mthl    102  5 janv. 00:38 stamp-vti
lrwxrwxrwx. 1 mthl mthl     39  5 janv. 00:38 texinfo.tex -> 
/home/mthl/src/automake/lib/texinfo.tex
-rw-rw-r--. 1 mthl mthl    102  5 janv. 00:38 version.texi
+ cat version.texi
@set UPDATED 4 January 2018
@set UPDATED-MONTH January 2018
@set EDITION 123.456
@set VERSION 123.456
+ cat foo.info
This is foo.info, produced by makeinfo version 6.1 from foo.texi.


File: foo.info,  Node: Top,  Up: (dir)

GREPVERSION=123.456=

   GREPEDITION=123.456=

   GREPDATE=4 January 2018=

   GREPMONTH=January 2018=



Tag Table:
Node: Top67

End Tag Table
+ test -f foo.dvi
+ LC_ALL=C
+ make test-grepinfo
cat ./foo.info | grep 'GREPVERSION=123\.456='
GREPVERSION=123.456=
cat ./foo.info | grep 'GREPEDITION=123\.456='
   GREPEDITION=123.456=
cat ./foo.info | grep 'GREPDATE=5 January 2018='
Makefile:883: recipe for target 'test-grepinfo' failed
make: *** [test-grepinfo] Error 1
+ am_exit_trap 2
+ exit_status=2
+ set +e
+ cd /home/mthl/src/automake
+ test none = tap
+ case $am_explicit_skips in
+ test 2 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
FAIL t/txinfo-vtexi4.sh (exit status: 2)

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by GNU Automake configure 1.15a, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure -C

## --------- ##
## Platform. ##
## --------- ##

hostname = localhost.localdomain
uname -m = x86_64
uname -r = 4.13.16-100.fc25.x86_64
uname -s = Linux
uname -v = #1 SMP Mon Nov 27 19:52:46 UTC 2017

/usr/bin/uname -p = x86_64
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/mthl/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /home/mthl/.composer/vendor/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1915: creating cache config.cache
configure:2031: checking whether make supports nested variables
configure:2048: result: yes
configure:2064: checking build system type
configure:2078: result: x86_64-pc-linux-gnu
configure:2098: checking host system type
configure:2111: result: x86_64-pc-linux-gnu
configure:2164: checking for a BSD-compatible install
configure:2232: result: /usr/bin/install -c
configure:2243: checking whether build environment is sane
configure:2298: result: yes
configure:2449: checking for a thread-safe mkdir -p
configure:2488: result: /usr/bin/mkdir -p
configure:2495: checking for gawk
configure:2511: found /usr/bin/gawk
configure:2522: result: gawk
configure:2533: checking whether make sets $(MAKE)
configure:2555: result: yes
configure:2708: checking whether ln -s works
configure:2712: result: yes
configure:2722: checking for perl
configure:2740: found /usr/bin/perl
configure:2752: result: /usr/bin/perl
configure:2764: /usr/bin/perl --version

This is perl 5, version 24, subversion 3 (v5.24.3) built for 
x86_64-linux-thread-multi
(with 66 registered patches, see perl -V for more detail)

Copyright 1987-2017, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.

configure:2767: $? = 0
configure:2779: checking for tex
configure:2795: found /usr/bin/tex
configure:2806: result: tex
configure:2817: tex --version </dev/null
TeX 3.14159265 (TeX Live 2016)
kpathsea version 6.2.2
Copyright 2016 D.E. Knuth.
There is NO warranty.  Redistribution of this software is
covered by the terms of both the TeX copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the TeX source.
Primary author of TeX: D.E. Knuth.
configure:2820: $? = 0
configure:2838: checking for yacc
configure:2868: result: no
configure:2838: checking for byacc
configure:2868: result: no
configure:2838: checking for bison
configure:2854: found /usr/bin/bison
configure:2865: result: bison -y
configure:2881: checking for lex
configure:2897: found /usr/bin/lex
configure:2908: result: lex
configure:2929: checking whether autoconf is installed
configure:2934: autoconf --version
autoconf (GNU Autoconf) 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.
configure:2937: $? = 0
configure:2945: result: yes
configure:2952: checking whether autoconf works
configure:2959: cd conftest && autoconf -o /dev/null conftest.ac
configure:2962: $? = 0
configure:2971: result: yes
configure:2978: checking whether autoconf is recent enough
configure:2985: cd conftest && autoconf -o /dev/null conftest.ac
configure:2988: $? = 0
configure:2997: result: yes
configure:3004: checking whether ln works
configure:3024: result: yes
configure:3042: checking for grep that handles long lines and -e
configure:3100: result: /usr/bin/grep
configure:3105: checking for egrep
configure:3167: result: /usr/bin/grep -E
configure:3172: checking for fgrep
configure:3234: result: /usr/bin/grep -F
configure:3277: will now look for a sturdy POSIX shell, for our testsuite
configure:3313: checking for sh
configure:3331: found /usr/bin/sh
configure:3343: result: /usr/bin/sh
configure:3313: checking for sh5
configure:3346: result: no
configure:3313: checking for dash
configure:3346: result: no
configure:3313: checking for ash
configure:3346: result: no
configure:3313: checking for bash
configure:3331: found /usr/bin/bash
configure:3343: result: /usr/bin/bash
configure:3313: checking for zsh
configure:3346: result: no
configure:3313: checking for ksh
configure:3346: result: no
configure:3313: checking for pdksh
configure:3346: result: no
configure:3367: checking whether /usr/bin/sh supports $(cmd)
configure:3377: result: yes
configure:3387: checking whether /usr/bin/sh supports $((expr))
configure:3397: result: yes
configure:3407: checking whether /usr/bin/sh supports ${#var}
configure:3420: result: yes
configure:3430: checking whether /usr/bin/sh supports ${var#glob} and 
${var%glob}
configure:3444: result: yes
configure:3454: checking whether /usr/bin/sh preserves exit traps with "set -e"
configure:3464: result: yes
configure:3474: checking whether /usr/bin/sh can define exit traps in a shell 
function
configure:3484: result: yes
configure:3494: checking whether /usr/bin/sh corrupts stderr with "set -x"
configure:3508: result: no
configure:3516: checking whether /usr/bin/sh can return early from 
"dot-sourced" files
configure:3526: result: yes
configure:3538: checking whether /usr/bin/sh supports alias named like shell 
builtins

configure:3548: result: yes
configure:3558: checking whether /usr/bin/sh supports "test -e"
configure:3568: result: yes
configure:3586: shell /usr/bin/sh is good enough, stop looking
configure:3603: will use /usr/bin/sh as the testsuite shell
configure:3627: will now look for generic compilers
configure:3690: checking for cc
configure:3706: found /usr/bin/cc
configure:3717: result: cc
configure:3750: checking for C compiler version
configure:3759: cc --version >&5
cc (GCC) 6.4.1 20170727 (Red Hat 6.4.1-1)
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3770: $? = 0
configure:3759: cc -v >&5
Using built-in specs.
COLLECT_GCC=cc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/6.4.1/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap 
--enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr 
--mandir=/usr/share/man --infodir=/usr/share/info 
--with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared 
--enable-threads=posix --enable-checking=release --enable-multilib 
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions 
--enable-gnu-unique-object --enable-linker-build-id 
--with-linker-hash-style=gnu --enable-plugin --enable-initfini-array 
--disable-libgcj --with-isl --enable-libmpx --enable-gnu-indirect-function 
--with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 6.4.1 20170727 (Red Hat 6.4.1-1) (GCC) 
configure:3770: $? = 0
configure:3759: cc -V >&5
cc: error: unrecognized command line option '-V'
cc: fatal error: no input files
compilation terminated.
configure:3770: $? = 1
configure:3759: cc -qversion >&5
cc: error: unrecognized command line option '-qversion'; did you mean 
'--version'?
cc: fatal error: no input files
compilation terminated.
configure:3770: $? = 1
configure:3790: checking whether the C compiler works
configure:3812: cc    conftest.c  >&5
configure:3816: $? = 0
configure:3866: result: yes
configure:3869: checking for C compiler default output file name
configure:3871: result: a.out
configure:3877: checking for suffix of executables
configure:3884: cc -o conftest    conftest.c  >&5
configure:3888: $? = 0
configure:3912: result: 
configure:3934: checking whether we are cross compiling
configure:3942: cc -o conftest    conftest.c  >&5
configure:3946: $? = 0
configure:3953: ./conftest
configure:3957: $? = 0
configure:3975: result: no
configure:3980: checking for suffix of object files
configure:4002: cc -c   conftest.c >&5
configure:4006: $? = 0
configure:4029: result: o
configure:4033: checking whether we are using the GNU C compiler
configure:4052: cc -c   conftest.c >&5
configure:4052: $? = 0
configure:4061: result: yes
configure:4070: checking whether cc accepts -g
configure:4090: cc -c -g  conftest.c >&5
configure:4090: $? = 0
configure:4131: result: yes
configure:4148: checking for cc option to accept ISO C89
configure:4211: cc  -c -g -O2  conftest.c >&5
configure:4211: $? = 0
configure:4224: result: none needed
configure:4249: checking whether cc understands -c and -o together
configure:4271: cc -c conftest.c -o conftest2.o
configure:4274: $? = 0
configure:4271: cc -c conftest.c -o conftest2.o
configure:4274: $? = 0
configure:4286: result: yes
configure:4408: checking for aCC
configure:4438: result: no
configure:4408: checking for CC
configure:4438: result: no
configure:4408: checking for FCC
configure:4438: result: no
configure:4408: checking for KCC
configure:4438: result: no
configure:4408: checking for RCC
configure:4438: result: no
configure:4408: checking for xlC_r
configure:4438: result: no
configure:4408: checking for xlC
configure:4438: result: no
configure:4408: checking for c++
configure:4424: found /usr/bin/c++
configure:4435: result: c++
configure:4462: checking for C++ compiler version
configure:4471: c++ --version >&5
c++ (GCC) 6.4.1 20170727 (Red Hat 6.4.1-1)
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4482: $? = 0
configure:4471: c++ -v >&5
Using built-in specs.
COLLECT_GCC=c++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/6.4.1/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap 
--enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr 
--mandir=/usr/share/man --infodir=/usr/share/info 
--with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared 
--enable-threads=posix --enable-checking=release --enable-multilib 
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions 
--enable-gnu-unique-object --enable-linker-build-id 
--with-linker-hash-style=gnu --enable-plugin --enable-initfini-array 
--disable-libgcj --with-isl --enable-libmpx --enable-gnu-indirect-function 
--with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 6.4.1 20170727 (Red Hat 6.4.1-1) (GCC) 
configure:4482: $? = 0
configure:4471: c++ -V >&5
c++: error: unrecognized command line option '-V'
c++: fatal error: no input files
compilation terminated.
configure:4482: $? = 1
configure:4471: c++ -qversion >&5
c++: error: unrecognized command line option '-qversion'; did you mean 
'--version'?
c++: fatal error: no input files
compilation terminated.
configure:4482: $? = 1
configure:4502: checking whether the C++ compiler works
configure:4524: c++    conftest.cpp  >&5
configure:4528: $? = 0
configure:4578: result: yes
configure:4581: checking for C++ compiler default output file name
configure:4583: result: a.out
configure:4589: checking for suffix of executables
configure:4596: c++ -o conftest    conftest.cpp  >&5
configure:4600: $? = 0
configure:4624: result: 
configure:4646: checking whether we are cross compiling
configure:4654: c++ -o conftest    conftest.cpp  >&5
configure:4658: $? = 0
configure:4665: ./conftest
configure:4669: $? = 0
configure:4687: result: no
configure:4692: checking for suffix of object files
configure:4714: c++ -c   conftest.cpp >&5
configure:4718: $? = 0
configure:4741: result: o
configure:4745: checking whether we are using the GNU C++ compiler
configure:4764: c++ -c   conftest.cpp >&5
configure:4764: $? = 0
configure:4773: result: yes
configure:4782: checking whether c++ accepts -g
configure:4802: c++ -c -g  conftest.cpp >&5
configure:4802: $? = 0
configure:4843: result: yes
configure:4954: checking for xlf95
configure:4984: result: no
configure:4954: checking for f95
configure:4984: result: no
configure:4954: checking for fort
configure:4984: result: no
configure:4954: checking for ifort
configure:4984: result: no
configure:4954: checking for ifc
configure:4984: result: no
configure:4954: checking for efc
configure:4984: result: no
configure:4954: checking for pgfortran
configure:4984: result: no
configure:4954: checking for pgf95
configure:4984: result: no
configure:4954: checking for lf95
configure:4984: result: no
configure:4954: checking for ftn
configure:4984: result: no
configure:4954: checking for nagfor
configure:4984: result: no
configure:4954: checking for xlf90
configure:4984: result: no
configure:4954: checking for f90
configure:4984: result: no
configure:4954: checking for pgf90
configure:4984: result: no
configure:4954: checking for pghpf
configure:4984: result: no
configure:4954: checking for epcf90
configure:4984: result: no
configure:4954: checking for g95
configure:4984: result: no
configure:4954: checking for gfortran
configure:4984: result: no
configure:5007: checking for Fortran compiler version
configure:5016:  --version >&5
./configure: line 5018: --version: command not found
configure:5027: $? = 127
configure:5016:  -v >&5
./configure: line 5018: -v: command not found
configure:5027: $? = 127
configure:5016:  -V >&5
./configure: line 5018: -V: command not found
configure:5027: $? = 127
configure:5016:  -qversion >&5
./configure: line 5018: -qversion: command not found
configure:5027: $? = 127
configure:5042: checking whether the Fortran compiler works
configure:5064:     conftest.f  >&5
./configure: line 5066: conftest.f: command not found
configure:5068: $? = 127
configure:5106: result: no
configure: failed program was:
|       program main
| 
|       end
configure:5112: WARNING: Fortran compiler cannot create executables
configure:5356: tests requiring the Fortran compiler will be skipped
configure:5436: checking for xlf
configure:5466: result: no
configure:5436: checking for f77
configure:5466: result: no
configure:5436: checking for frt
configure:5466: result: no
configure:5436: checking for pgf77
configure:5466: result: no
configure:5436: checking for cf77
configure:5466: result: no
configure:5436: checking for fort77
configure:5466: result: no
configure:5436: checking for fl32
configure:5466: result: no
configure:5436: checking for af77
configure:5466: result: no
configure:5436: checking for g77
configure:5466: result: no
configure:5436: checking for gfortran
configure:5466: result: no
configure:5489: checking for Fortran 77 compiler version
configure:5498:  --version >&5
./configure: line 5500: --version: command not found
configure:5509: $? = 127
configure:5498:  -v >&5
./configure: line 5500: -v: command not found
configure:5509: $? = 127
configure:5498:  -V >&5
./configure: line 5500: -V: command not found
configure:5509: $? = 127
configure:5498:  -qversion >&5
./configure: line 5500: -qversion: command not found
configure:5509: $? = 127
configure:5524: checking whether the Fortran 77 compiler works
configure:5546:    conftest.f  >&5
./configure: line 5548: conftest.f: command not found
configure:5550: $? = 127
configure:5588: result: no
configure: failed program was:
|       program main
| 
|       end
configure:5594: WARNING: Fortran 77 compiler cannot create executables
configure:5838: tests requiring the Fortran 77 compiler will be skipped
configure:5870: will now look for GNU compilers
configure:5877: cc is already a GNU C compiler
configure:5983: cc --version && cc -v
cc (GCC) 6.4.1 20170727 (Red Hat 6.4.1-1)
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Using built-in specs.
COLLECT_GCC=cc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/6.4.1/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap 
--enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr 
--mandir=/usr/share/man --infodir=/usr/share/info 
--with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared 
--enable-threads=posix --enable-checking=release --enable-multilib 
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions 
--enable-gnu-unique-object --enable-linker-build-id 
--with-linker-hash-style=gnu --enable-plugin --enable-initfini-array 
--disable-libgcj --with-isl --enable-libmpx --enable-gnu-indirect-function 
--with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 6.4.1 20170727 (Red Hat 6.4.1-1) (GCC) 
configure:5986: $? = 0
configure:6001: c++ is already a GNU C++ compiler
configure:6108: c++ --version && c++ -v
c++ (GCC) 6.4.1 20170727 (Red Hat 6.4.1-1)
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Using built-in specs.
COLLECT_GCC=c++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/6.4.1/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap 
--enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr 
--mandir=/usr/share/man --infodir=/usr/share/info 
--with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared 
--enable-threads=posix --enable-checking=release --enable-multilib 
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions 
--enable-gnu-unique-object --enable-linker-build-id 
--with-linker-hash-style=gnu --enable-plugin --enable-initfini-array 
--disable-libgcj --with-isl --enable-libmpx --enable-gnu-indirect-function 
--with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 6.4.1 20170727 (Red Hat 6.4.1-1) (GCC) 
configure:6111: $? = 0
configure:6180: checking for gfortran
configure:6210: result: no
configure:6305: checking for g77
configure:6335: result: no
configure:6305: checking for gfortran
configure:6335: result: no
configure:6424: checking for gcj
configure:6454: result: no
configure:6574: updating cache config.cache
configure:6654: checking that generated files are newer than configure
configure:6660: result: done
configure:6675: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Automake config.status 1.15a, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on localhost.localdomain

config.status:817: creating Makefile
config.status:817: creating pre-inst-env

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_AM_TEST_RUNNER_SHELL=/usr/bin/sh
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_AM_TEST_RUNNER_SHELL_set=
ac_cv_env_AM_TEST_RUNNER_SHELL_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FCFLAGS_set=
ac_cv_env_FCFLAGS_value=
ac_cv_env_FC_set=
ac_cv_env_FC_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_GNU_CC_set=
ac_cv_env_GNU_CC_value=
ac_cv_env_GNU_CFLAGS_set=
ac_cv_env_GNU_CFLAGS_value=
ac_cv_env_GNU_CXXFLAGS_set=
ac_cv_env_GNU_CXXFLAGS_value=
ac_cv_env_GNU_CXX_set=
ac_cv_env_GNU_CXX_value=
ac_cv_env_GNU_F77_set=
ac_cv_env_GNU_F77_value=
ac_cv_env_GNU_FCFLAGS_set=
ac_cv_env_GNU_FCFLAGS_value=
ac_cv_env_GNU_FC_set=
ac_cv_env_GNU_FC_value=
ac_cv_env_GNU_FFLAGS_set=
ac_cv_env_GNU_FFLAGS_value=
ac_cv_env_GNU_GCJFLAGS_set=
ac_cv_env_GNU_GCJFLAGS_value=
ac_cv_env_GNU_GCJ_set=
ac_cv_env_GNU_GCJ_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_LEX=lex
ac_cv_prog_TEX=tex
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_ac_ct_CXX=c++
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
am_cv_autoconf_installed=yes
am_cv_autoconf_version=yes
am_cv_autoconf_works=yes
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
am_cv_prog_ln=ln

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='"/home/mthl/src/automake/pre-inst-env" aclocal-1.15a'
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_TEST_RUNNER_SHELL='/usr/bin/sh'
AM_V='$(V)'
APIVERSION='1.15a'
AUTOCONF='${SHELL} /home/mthl/src/automake/lib/missing autoconf'
AUTOHEADER='${SHELL} /home/mthl/src/automake/lib/missing autoheader'
AUTOMAKE='"/home/mthl/src/automake/pre-inst-env" automake-1.15a'
AWK='gawk'
CC='cc'
CFLAGS='-g -O2'
CPPFLAGS=''
CXX='c++'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"GNU\ Automake\" -DPACKAGE_TARNAME=\"automake\" 
-DPACKAGE_VERSION=\"1.15a\" -DPACKAGE_STRING=\"GNU\ Automake\ 1.15a\" 
-DPACKAGE_BUGREPORT=\"bug-automake@gnu.org\" 
-DPACKAGE_URL=\"http://www.gnu.org/software/automake/\";'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT='UNKNOWN'
F77='false'
FC='false'
FCFLAGS=''
FFLAGS=''
FGREP='/usr/bin/grep -F'
GNU_CC='cc'
GNU_CFLAGS='-g -O2'
GNU_CXX='c++'
GNU_CXXFLAGS='-g -O2'
GNU_F77='false'
GNU_FC='false'
GNU_FCFLAGS=''
GNU_FFLAGS=''
GNU_GCJ='false'
GNU_GCJFLAGS=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LEX='lex'
LIBOBJS=''
LIBS=''
LN='ln'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/mthl/src/automake/lib/missing makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
MODIFICATION_DELAY='2'
OBJEXT='UNKNOWN'
PACKAGE='automake'
PACKAGE_BUGREPORT='bug-automake@gnu.org'
PACKAGE_NAME='GNU Automake'
PACKAGE_STRING='GNU Automake 1.15a'
PACKAGE_TARNAME='automake'
PACKAGE_URL='http://www.gnu.org/software/automake/'
PACKAGE_VERSION='1.15a'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
RELEASE_YEAR='2018'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
TEX='tex'
VERSION='1.15a'
YACC='bison -y'
ac_ct_CC='cc'
ac_ct_CXX='c++'
ac_ct_F77=''
ac_ct_FC=''
ac_ct_GNU_CC=''
ac_ct_GNU_CXX=''
ac_ct_GNU_F77=''
ac_ct_GNU_FC=''
ac_ct_GNU_GCJ=''
am_AUTOCONF='autoconf'
am_AUTOHEADER='autoheader'
am_AUTOM4TE='autom4te'
am_AUTORECONF='autoreconf'
am_AUTOUPDATE='autoupdate'
am__EXEEXT_FALSE='#'
am__EXEEXT_TRUE=''
am__isrc=''
am__leading_dot='.'
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
am_candidate_sh=''
amdir='${pkgvdatadir}/am'
automake_acdir='${datadir}/aclocal-1.15a'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/mthl/src/automake/lib/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgvdatadir='${datadir}/automake-1.15a'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
required_autoconf_version='2.65'
sbindir='${exec_prefix}/sbin'
scriptdir='${pkgvdatadir}'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
system_acdir='${datadir}/aclocal'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "GNU Automake"
#define PACKAGE_TARNAME "automake"
#define PACKAGE_VERSION "1.15a"
#define PACKAGE_STRING "GNU Automake 1.15a"
#define PACKAGE_BUGREPORT "bug-automake@gnu.org"
#define PACKAGE_URL "http://www.gnu.org/software/automake/";

configure: exit 0

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Automake config.status 1.15a, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status --file=-

on localhost.localdomain


## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Automake config.status 1.15a, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status --file=-

on localhost.localdomain


## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Automake config.status 1.15a, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status --file=-

on localhost.localdomain


## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Automake config.status 1.15a, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status --file=-

on localhost.localdomain


## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Automake config.status 1.15a, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status --file=-

on localhost.localdomain


## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Automake config.status 1.15a, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status --file=-

on localhost.localdomain


## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Automake config.status 1.15a, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status --file=-

on localhost.localdomain


## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Automake config.status 1.15a, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status --file=-

on localhost.localdomain


## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Automake config.status 1.15a, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status --file=-

on localhost.localdomain


## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Automake config.status 1.15a, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status --file=-

on localhost.localdomain


## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Automake config.status 1.15a, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status --file=-

on localhost.localdomain


## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Automake config.status 1.15a, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status --file=-

on localhost.localdomain


## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Automake config.status 1.15a, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status --file=-

on localhost.localdomain


## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Automake config.status 1.15a, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status --file=-

on localhost.localdomain


## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Automake config.status 1.15a, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status --file=-

on localhost.localdomain


-- 
Mathieu Lirzin
GPG: F2A3 8D7E EB2B 6640 5761  070D 0ADE E100 9460 4D37

Reply via email to