Hi Mathieu,

Thomas Koenig <tkoe...@netcologne.de> writes:

Am 06.11.2017 um 22:14 schrieb carl hansen:
On Mon, Nov 6, 2017 at 12:45 PM, Thomas Koenig <tkoe...@netcologne.de> wrote:
Hi,

in trying to narrow down a build failure of gcc, see

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82856

I tried to build a newer version of automake than 1-11.6
(which gcc is currently locked at). All builds failed with

    GEN      doc/automake-1.13.1


your bug is only with recent versions of perl which require stricter quoting.

latest automake is 1.15.1

The latest version of automake shows the same error on my system:

ig25@linux-d6cw:~/Downloads/automake-1.15> make
   GEN      bin/automake
   GEN      bin/aclocal
   GEN      t/ax/shell-no-trail-bslash
   GEN      t/ax/cc-no-c-o
   GEN      runtest
   GEN      doc/aclocal.1
   GEN      doc/automake.1
   GEN      lib/Automake/Config.pm
   GEN      doc/aclocal-1.15.1
   GEN      doc/automake-1.15.1
help2man: can't get `--help' info from automake-1.15
Try `--no-discard-stderr' if option outputs to stderr
make: *** [Makefile:3687: doc/automake-1.15.1] Fehler 255

Could you provide your config.log and the output of 'make V=1' and
'bin/automake --help'?

Sure.

ig25@linux-d6cw:~/Downloads/automake-1.15> make V=1
: && /usr/bin/mkdir -p doc && { PATH='/home/ig25/Downloads/automake-1.15/t/wrap:'$PATH && export PATH; } && /usr/bin/perl ./doc/help2man --output=doc/automake-1.15.1 automake-1.15
help2man: can't get `--help' info from automake-1.15
Try `--no-discard-stderr' if option outputs to stderr
make: *** [Makefile:3687: doc/automake-1.15.1] Fehler 255
ig25@linux-d6cw:~/Downloads/automake-1.15> bin/automake --help
Can't locate Automake/Config.pm in @INC (you may need to install the Automake::Config module) (@INC contains: /home/ig25/share/automake-1.15 /usr/lib/perl5/site_perl/5.26.1/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.26.1 /usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.26.1 /usr/lib/perl5/5.26.1/x86_64-linux-thread-multi /usr/lib/perl5/5.26.1 /usr/lib/perl5/site_perl) at bin/automake line 48.
BEGIN failed--compilation aborted at bin/automake line 48.

Regards

        Thomas
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.15, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --prefix=/home/ig25

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

hostname = linux-d6cw
uname -m = x86_64
uname -r = 4.13.10-1-default
uname -s = Linux
uname -v = #1 SMP PREEMPT Fri Oct 27 09:03:09 UTC 2017 (db36cf8)

/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: /usr/bin
PATH: /home/ig25/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/lib/mit/sbin
PATH: /home/ig25/salome/appli_V6_6_0


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

configure:1892: loading site script /usr/share/site/x86_64-unknown-linux-gnu
| #!/bin/sh
| # Site script for configure. It is resourced via $CONFIG_SITE environment varaible.
| 
| # If user did not specify libdir, guess the correct target:
| # Use lib64 for 64 bit bi-arch targets, keep the default for the rest.
| if test "$libdir" = '${exec_prefix}/lib' ; then
| 
| 	ac_config_site_64bit_host=NONE
| 
| 	case "$host" in
| 	"" )
| 		# User did not specify host target.
| 		# The native platform x86_64 is a bi-arch platform.
| 		# Try to detect cross-compilation to inferior architecture.
| 
| 		# We are trying to guess 32-bit target compilation. It's not as easy as
| 		# it sounds, as there is possible several intermediate combinations.
| 		ac_config_site_cross_to_32bit_host=NONE
| 
| 		# User defined -m32 in CFLAGS or CXXFLAGS or CC or CXX:
| 		# (It's sufficient for 32-bit, but alone may cause mis-behavior of some checks.)
| 		case "$CFLAGS $CXXFLAGS $CC $CXX" in
| 		*-m32*)
| 			ac_config_site_cross_to_32bit_host=YES
| 			;;
| 		esac
| 
| 		# Running with linux32:
| 		# (Changes detected platform, but not the toolchain target.)
| 		case "`/bin/uname -i`" in
| 		x86_64 | ppc64 | s390x | aarch64 )
| 			;;
| 		* )
| 			ac_config_site_cross_to_32bit_host=YES
| 			;;
| 		esac
| 
| 		if test "x$ac_config_site_cross_to_32bit_host" = xNONE; then
| 			ac_config_site_64bit_host=YES
| 		fi
| 
| 		;;
| 	*x86_64* | *ppc64* | *s390x* | *aarch64* )
| 		ac_config_site_64bit_host=YES
| 		;;
| 	esac
| 
| 	if test "x$ac_config_site_64bit_host" = xYES; then
| 		libdir='${exec_prefix}/lib64'
| 	fi
| fi
| 
| # If user did not specify libexecdir, set the correct target:
| # Nor FHS nor openSUSE allow prefix/libexec. Let's default to prefix/lib.
| 
| if test "$libexecdir" = '${exec_prefix}/libexec' ; then
| 	libexecdir='${exec_prefix}/lib'
| fi
| 
| # Continue with the standard behavior of configure defined in AC_SITE_LOAD:
| if test "x$prefix" != xNONE; then
| 	ac_site_file1=$prefix/share/config.site
| 	ac_site_file2=$prefix/etc/config.site
| else
| 	ac_site_file1=$ac_default_prefix/share/config.site
| 	ac_site_file2=$ac_default_prefix/etc/config.site
| fi
| for ac_site_file in "$ac_site_file1" "$ac_site_file2"
| do
| 	test "x$ac_site_file" = xNONE && continue
| 	if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
| 		{ $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
| $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: loading site script $ac_site_file" >&6;}
| 		sed 's/^/| /' "$ac_site_file" >&5
| 		. "$ac_site_file" \
| 			|| { { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
| $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: error: in \`$ac_pwd':" >&2;}
| as_fn_error $? "failed to load site script $ac_site_file
| See \`config.log' for more details" "$LINENO" 5; }
| 	fi
| done
configure:2031: checking whether make supports nested variables
configure:2048: result: yes
configure:2064: checking build system type
configure:2078: result: x86_64-unknown-linux-gnu
configure:2098: checking host system type
configure:2111: result: x86_64-unknown-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:2713: checking whether ln -s works
configure:2717: result: yes
configure:2727: checking for perl
configure:2745: found /usr/bin/perl
configure:2757: result: /usr/bin/perl
configure:2769: /usr/bin/perl --version

This is perl 5, version 26, subversion 1 (v5.26.1) built for x86_64-linux-thread-multi

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:2772: $? = 0
configure:2784: checking for tex
configure:2800: found /usr/bin/tex
configure:2811: result: tex
configure:2822: tex --version </dev/null
TeX 3.14159265 (TeX Live 2017/TeX Live for SUSE Linux)
kpathsea version 6.2.3
Copyright 2017 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:2825: $? = 0
configure:2843: checking for yacc
configure:2859: found /usr/bin/yacc
configure:2870: result: yacc
configure:2886: checking for lex
configure:2902: found /usr/bin/lex
configure:2913: result: lex
configure:2934: checking whether autoconf is installed
configure:2939: 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:2942: $? = 0
configure:2950: result: yes
configure:2957: checking whether autoconf works
configure:2964: cd conftest && autoconf -o /dev/null conftest.ac
configure:2967: $? = 0
configure:2976: result: yes
configure:2983: checking whether autoconf is recent enough
configure:2990: cd conftest && autoconf -o /dev/null conftest.ac
configure:2993: $? = 0
configure:3002: result: yes
configure:3009: checking whether ln works
configure:3029: result: yes
configure:3047: checking for grep that handles long lines and -e
configure:3105: result: /usr/bin/grep
configure:3110: checking for egrep
configure:3172: result: /usr/bin/grep -E
configure:3177: checking for fgrep
configure:3239: result: /usr/bin/grep -F
configure:3282: will now look for a sturdy POSIX shell, for our testsuite
configure:3318: checking for sh
configure:3336: found /usr/bin/sh
configure:3348: result: /usr/bin/sh
configure:3318: checking for sh5
configure:3351: result: no
configure:3318: checking for dash
configure:3351: result: no
configure:3318: checking for ash
configure:3351: result: no
configure:3318: checking for bash
configure:3336: found /bin/bash
configure:3348: result: /bin/bash
configure:3318: checking for zsh
configure:3336: found /usr/bin/zsh
configure:3348: result: /usr/bin/zsh
configure:3318: checking for ksh
configure:3336: found /usr/bin/ksh
configure:3348: result: /usr/bin/ksh
configure:3318: checking for pdksh
configure:3351: result: no
configure:3372: checking whether /usr/bin/sh supports $(cmd)
configure:3382: result: yes
configure:3392: checking whether /usr/bin/sh supports $((expr))
configure:3402: result: yes
configure:3412: checking whether /usr/bin/sh supports ${#var}
configure:3425: result: yes
configure:3435: checking whether /usr/bin/sh supports ${var#glob} and ${var%glob}
configure:3449: result: yes
configure:3459: checking whether /usr/bin/sh preserves exit traps with "set -e"
configure:3469: result: yes
configure:3479: checking whether /usr/bin/sh can define exit traps in a shell function
configure:3489: result: yes
configure:3499: checking whether /usr/bin/sh corrupts stderr with "set -x"
configure:3513: result: no
configure:3521: checking whether /usr/bin/sh can return early from "dot-sourced" files
configure:3531: result: yes
configure:3543: checking whether /usr/bin/sh supports alias named like shell builtins

configure:3553: result: yes
configure:3563: checking whether /usr/bin/sh supports "test -e"
configure:3573: result: yes
configure:3591: shell /usr/bin/sh is good enough, stop looking
configure:3608: will use /usr/bin/sh as the testsuite shell
configure:3632: will now look for generic compilers
configure:3695: checking for cc
configure:3711: found /usr/bin/cc
configure:3722: result: cc
configure:3755: checking for C compiler version
configure:3764: cc --version >&5
cc (SUSE Linux) 7.2.1 20171020 [gcc-7-branch revision 253932]
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:3775: $? = 0
configure:3764: cc -v >&5
Using built-in specs.
COLLECT_GCC=cc
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/7/lto-wrapper
OFFLOAD_TARGET_NAMES=hsa:nvptx-none
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,ada,go --enable-offload-targets=hsa,nvptx-none=/usr/nvptx-none, --without-cuda-driver --enable-checking=release --disable-werror --with-gxx-include-dir=/usr/include/c++/7 --enable-ssp --disable-libssp --disable-libvtv --disable-libcc1 --enable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --with-gcc-major-version-only --enable-linker-build-id --enable-linux-futex --enable-gnu-indirect-function --program-suffix=-7 --without-system-libunwind --enable-multilib --with-arch-32=x86-64 --with-tune=generic --build=x86_64-suse-linux --host=x86_64-suse-linux
Thread model: posix
gcc version 7.2.1 20171020 [gcc-7-branch revision 253932] (SUSE Linux) 
configure:3775: $? = 0
configure:3764: cc -V >&5
cc: error: unrecognized command line option '-V'
cc: fatal error: no input files
compilation terminated.
configure:3775: $? = 1
configure:3764: cc -qversion >&5
cc: error: unrecognized command line option '-qversion'; did you mean '--version'?
cc: fatal error: no input files
compilation terminated.
configure:3775: $? = 1
configure:3795: checking whether the C compiler works
configure:3817: cc    conftest.c  >&5
configure:3821: $? = 0
configure:3871: result: yes
configure:3874: checking for C compiler default output file name
configure:3876: result: a.out
configure:3882: checking for suffix of executables
configure:3889: cc -o conftest    conftest.c  >&5
configure:3893: $? = 0
configure:3917: result: 
configure:3939: checking whether we are cross compiling
configure:3947: cc -o conftest    conftest.c  >&5
configure:3951: $? = 0
configure:3958: ./conftest
configure:3962: $? = 0
configure:3980: result: no
configure:3985: checking for suffix of object files
configure:4007: cc -c   conftest.c >&5
configure:4011: $? = 0
configure:4034: result: o
configure:4038: checking whether we are using the GNU C compiler
configure:4057: cc -c   conftest.c >&5
configure:4057: $? = 0
configure:4066: result: yes
configure:4075: checking whether cc accepts -g
configure:4095: cc -c -g  conftest.c >&5
configure:4095: $? = 0
configure:4136: result: yes
configure:4153: checking for cc option to accept ISO C89
configure:4216: cc  -c -g -O2  conftest.c >&5
configure:4216: $? = 0
configure:4229: result: none needed
configure:4254: checking whether cc understands -c and -o together
configure:4276: cc -c conftest.c -o conftest2.o
configure:4279: $? = 0
configure:4276: cc -c conftest.c -o conftest2.o
configure:4279: $? = 0
configure:4291: result: yes
configure:4413: checking for aCC
configure:4443: result: no
configure:4413: checking for CC
configure:4443: result: no
configure:4413: checking for FCC
configure:4443: result: no
configure:4413: checking for KCC
configure:4443: result: no
configure:4413: checking for RCC
configure:4443: result: no
configure:4413: checking for xlC_r
configure:4443: result: no
configure:4413: checking for xlC
configure:4443: result: no
configure:4413: checking for c++
configure:4429: found /usr/bin/c++
configure:4440: result: c++
configure:4467: checking for C++ compiler version
configure:4476: c++ --version >&5
c++ (SUSE Linux) 7.2.1 20171020 [gcc-7-branch revision 253932]
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:4487: $? = 0
configure:4476: c++ -v >&5
Using built-in specs.
COLLECT_GCC=c++
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/7/lto-wrapper
OFFLOAD_TARGET_NAMES=hsa:nvptx-none
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,ada,go --enable-offload-targets=hsa,nvptx-none=/usr/nvptx-none, --without-cuda-driver --enable-checking=release --disable-werror --with-gxx-include-dir=/usr/include/c++/7 --enable-ssp --disable-libssp --disable-libvtv --disable-libcc1 --enable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --with-gcc-major-version-only --enable-linker-build-id --enable-linux-futex --enable-gnu-indirect-function --program-suffix=-7 --without-system-libunwind --enable-multilib --with-arch-32=x86-64 --with-tune=generic --build=x86_64-suse-linux --host=x86_64-suse-linux
Thread model: posix
gcc version 7.2.1 20171020 [gcc-7-branch revision 253932] (SUSE Linux) 
configure:4487: $? = 0
configure:4476: c++ -V >&5
c++: error: unrecognized command line option '-V'
c++: fatal error: no input files
compilation terminated.
configure:4487: $? = 1
configure:4476: c++ -qversion >&5
c++: error: unrecognized command line option '-qversion'; did you mean '--version'?
c++: fatal error: no input files
compilation terminated.
configure:4487: $? = 1
configure:4507: checking whether the C++ compiler works
configure:4529: c++    conftest.cpp  >&5
configure:4533: $? = 0
configure:4583: result: yes
configure:4586: checking for C++ compiler default output file name
configure:4588: result: a.out
configure:4594: checking for suffix of executables
configure:4601: c++ -o conftest    conftest.cpp  >&5
configure:4605: $? = 0
configure:4629: result: 
configure:4651: checking whether we are cross compiling
configure:4659: c++ -o conftest    conftest.cpp  >&5
configure:4663: $? = 0
configure:4670: ./conftest
configure:4674: $? = 0
configure:4692: result: no
configure:4697: checking for suffix of object files
configure:4719: c++ -c   conftest.cpp >&5
configure:4723: $? = 0
configure:4746: result: o
configure:4750: checking whether we are using the GNU C++ compiler
configure:4769: c++ -c   conftest.cpp >&5
configure:4769: $? = 0
configure:4778: result: yes
configure:4787: checking whether c++ accepts -g
configure:4807: c++ -c -g  conftest.cpp >&5
configure:4807: $? = 0
configure:4848: result: yes
configure:4959: checking for xlf95
configure:4989: result: no
configure:4959: checking for f95
configure:4989: result: no
configure:4959: checking for fort
configure:4989: result: no
configure:4959: checking for ifort
configure:4989: result: no
configure:4959: checking for ifc
configure:4989: result: no
configure:4959: checking for efc
configure:4989: result: no
configure:4959: checking for pgfortran
configure:4989: result: no
configure:4959: checking for pgf95
configure:4989: result: no
configure:4959: checking for lf95
configure:4989: result: no
configure:4959: checking for ftn
configure:4989: result: no
configure:4959: checking for nagfor
configure:4989: result: no
configure:4959: checking for xlf90
configure:4989: result: no
configure:4959: checking for f90
configure:4989: result: no
configure:4959: checking for pgf90
configure:4989: result: no
configure:4959: checking for pghpf
configure:4989: result: no
configure:4959: checking for epcf90
configure:4989: result: no
configure:4959: checking for g95
configure:4989: result: no
configure:4959: checking for gfortran
configure:4975: found /usr/bin/gfortran
configure:4986: result: gfortran
configure:5012: checking for Fortran compiler version
configure:5021: gfortran --version >&5
GNU Fortran (SUSE Linux) 7.2.1 20171020 [gcc-7-branch revision 253932]
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:5032: $? = 0
configure:5021: gfortran -v >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/7/lto-wrapper
OFFLOAD_TARGET_NAMES=hsa:nvptx-none
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,ada,go --enable-offload-targets=hsa,nvptx-none=/usr/nvptx-none, --without-cuda-driver --enable-checking=release --disable-werror --with-gxx-include-dir=/usr/include/c++/7 --enable-ssp --disable-libssp --disable-libvtv --disable-libcc1 --enable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --with-gcc-major-version-only --enable-linker-build-id --enable-linux-futex --enable-gnu-indirect-function --program-suffix=-7 --without-system-libunwind --enable-multilib --with-arch-32=x86-64 --with-tune=generic --build=x86_64-suse-linux --host=x86_64-suse-linux
Thread model: posix
gcc version 7.2.1 20171020 [gcc-7-branch revision 253932] (SUSE Linux) 
configure:5032: $? = 0
configure:5021: gfortran -V >&5
gfortran: error: unrecognized command line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:5032: $? = 1
configure:5021: gfortran -qversion >&5
gfortran: error: unrecognized command line option '-qversion'; did you mean '--version'?
gfortran: fatal error: no input files
compilation terminated.
configure:5032: $? = 1
configure:5047: checking whether the Fortran compiler works
configure:5069: gfortran    conftest.f  >&5
configure:5073: $? = 0
configure:5123: result: yes
configure:5126: checking for Fortran compiler default output file name
configure:5128: result: a.out
configure:5134: checking for suffix of executables
configure:5141: gfortran -o conftest    conftest.f  >&5
configure:5145: $? = 0
configure:5169: result: 
configure:5185: checking whether we are cross compiling
configure:5193: gfortran -o conftest    conftest.f  >&5
configure:5197: $? = 0
configure:5204: ./conftest
configure:5208: $? = 0
configure:5226: result: no
configure:5231: checking for suffix of object files
configure:5247: gfortran -c   conftest.f >&5
configure:5251: $? = 0
configure:5274: result: o
configure:5282: checking whether we are using the GNU Fortran compiler
configure:5295: gfortran -c   conftest.F >&5
configure:5295: $? = 0
configure:5304: result: yes
configure:5310: checking whether gfortran accepts -g
configure:5321: gfortran -c -g  conftest.f >&5
configure:5321: $? = 0
configure:5329: result: yes
configure:5441: checking for xlf
configure:5471: result: no
configure:5441: checking for f77
configure:5471: result: no
configure:5441: checking for frt
configure:5471: result: no
configure:5441: checking for pgf77
configure:5471: result: no
configure:5441: checking for cf77
configure:5471: result: no
configure:5441: checking for fort77
configure:5471: result: no
configure:5441: checking for fl32
configure:5471: result: no
configure:5441: checking for af77
configure:5471: result: no
configure:5441: checking for g77
configure:5471: result: no
configure:5441: checking for gfortran
configure:5457: found /usr/bin/gfortran
configure:5468: result: gfortran
configure:5494: checking for Fortran 77 compiler version
configure:5503: gfortran --version >&5
GNU Fortran (SUSE Linux) 7.2.1 20171020 [gcc-7-branch revision 253932]
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:5514: $? = 0
configure:5503: gfortran -v >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/7/lto-wrapper
OFFLOAD_TARGET_NAMES=hsa:nvptx-none
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,ada,go --enable-offload-targets=hsa,nvptx-none=/usr/nvptx-none, --without-cuda-driver --enable-checking=release --disable-werror --with-gxx-include-dir=/usr/include/c++/7 --enable-ssp --disable-libssp --disable-libvtv --disable-libcc1 --enable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --with-gcc-major-version-only --enable-linker-build-id --enable-linux-futex --enable-gnu-indirect-function --program-suffix=-7 --without-system-libunwind --enable-multilib --with-arch-32=x86-64 --with-tune=generic --build=x86_64-suse-linux --host=x86_64-suse-linux
Thread model: posix
gcc version 7.2.1 20171020 [gcc-7-branch revision 253932] (SUSE Linux) 
configure:5514: $? = 0
configure:5503: gfortran -V >&5
gfortran: error: unrecognized command line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:5514: $? = 1
configure:5503: gfortran -qversion >&5
gfortran: error: unrecognized command line option '-qversion'; did you mean '--version'?
gfortran: fatal error: no input files
compilation terminated.
configure:5514: $? = 1
configure:5529: checking whether the Fortran 77 compiler works
configure:5551: gfortran   conftest.f  >&5
configure:5555: $? = 0
configure:5605: result: yes
configure:5608: checking for Fortran 77 compiler default output file name
configure:5610: result: a.out
configure:5616: checking for suffix of executables
configure:5623: gfortran -o conftest   conftest.f  >&5
configure:5627: $? = 0
configure:5651: result: 
configure:5667: checking whether we are cross compiling
configure:5675: gfortran -o conftest   conftest.f  >&5
configure:5679: $? = 0
configure:5686: ./conftest
configure:5690: $? = 0
configure:5708: result: no
configure:5713: checking for suffix of object files
configure:5729: gfortran -c  conftest.f >&5
configure:5733: $? = 0
configure:5756: result: o
configure:5764: checking whether we are using the GNU Fortran 77 compiler
configure:5777: gfortran -c  conftest.F >&5
configure:5777: $? = 0
configure:5786: result: yes
configure:5792: checking whether gfortran accepts -g
configure:5803: gfortran -c -g conftest.f >&5
configure:5803: $? = 0
configure:5811: result: yes
configure:5875: will now look for GNU compilers
configure:5882: cc is already a GNU C compiler
configure:5988: cc --version && cc -v
cc (SUSE Linux) 7.2.1 20171020 [gcc-7-branch revision 253932]
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/lib64/gcc/x86_64-suse-linux/7/lto-wrapper
OFFLOAD_TARGET_NAMES=hsa:nvptx-none
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,ada,go --enable-offload-targets=hsa,nvptx-none=/usr/nvptx-none, --without-cuda-driver --enable-checking=release --disable-werror --with-gxx-include-dir=/usr/include/c++/7 --enable-ssp --disable-libssp --disable-libvtv --disable-libcc1 --enable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --with-gcc-major-version-only --enable-linker-build-id --enable-linux-futex --enable-gnu-indirect-function --program-suffix=-7 --without-system-libunwind --enable-multilib --with-arch-32=x86-64 --with-tune=generic --build=x86_64-suse-linux --host=x86_64-suse-linux
Thread model: posix
gcc version 7.2.1 20171020 [gcc-7-branch revision 253932] (SUSE Linux) 
configure:5991: $? = 0
configure:6006: c++ is already a GNU C++ compiler
configure:6113: c++ --version && c++ -v
c++ (SUSE Linux) 7.2.1 20171020 [gcc-7-branch revision 253932]
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/lib64/gcc/x86_64-suse-linux/7/lto-wrapper
OFFLOAD_TARGET_NAMES=hsa:nvptx-none
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,ada,go --enable-offload-targets=hsa,nvptx-none=/usr/nvptx-none, --without-cuda-driver --enable-checking=release --disable-werror --with-gxx-include-dir=/usr/include/c++/7 --enable-ssp --disable-libssp --disable-libvtv --disable-libcc1 --enable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --with-gcc-major-version-only --enable-linker-build-id --enable-linux-futex --enable-gnu-indirect-function --program-suffix=-7 --without-system-libunwind --enable-multilib --with-arch-32=x86-64 --with-tune=generic --build=x86_64-suse-linux --host=x86_64-suse-linux
Thread model: posix
gcc version 7.2.1 20171020 [gcc-7-branch revision 253932] (SUSE Linux) 
configure:6116: $? = 0
configure:6131: gfortran is already a GNU Fortran compiler
configure:6238: gfortran --version && gfortran -v
GNU Fortran (SUSE Linux) 7.2.1 20171020 [gcc-7-branch revision 253932]
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=gfortran
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/7/lto-wrapper
OFFLOAD_TARGET_NAMES=hsa:nvptx-none
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,ada,go --enable-offload-targets=hsa,nvptx-none=/usr/nvptx-none, --without-cuda-driver --enable-checking=release --disable-werror --with-gxx-include-dir=/usr/include/c++/7 --enable-ssp --disable-libssp --disable-libvtv --disable-libcc1 --enable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --with-gcc-major-version-only --enable-linker-build-id --enable-linux-futex --enable-gnu-indirect-function --program-suffix=-7 --without-system-libunwind --enable-multilib --with-arch-32=x86-64 --with-tune=generic --build=x86_64-suse-linux --host=x86_64-suse-linux
Thread model: posix
gcc version 7.2.1 20171020 [gcc-7-branch revision 253932] (SUSE Linux) 
configure:6241: $? = 0
configure:6256: gfortran is already a GNU Fortran 77 compiler
configure:6363: gfortran --version && gfortran -v
GNU Fortran (SUSE Linux) 7.2.1 20171020 [gcc-7-branch revision 253932]
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=gfortran
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/7/lto-wrapper
OFFLOAD_TARGET_NAMES=hsa:nvptx-none
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,ada,go --enable-offload-targets=hsa,nvptx-none=/usr/nvptx-none, --without-cuda-driver --enable-checking=release --disable-werror --with-gxx-include-dir=/usr/include/c++/7 --enable-ssp --disable-libssp --disable-libvtv --disable-libcc1 --enable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --with-gcc-major-version-only --enable-linker-build-id --enable-linux-futex --enable-gnu-indirect-function --program-suffix=-7 --without-system-libunwind --enable-multilib --with-arch-32=x86-64 --with-tune=generic --build=x86_64-suse-linux --host=x86_64-suse-linux
Thread model: posix
gcc version 7.2.1 20171020 [gcc-7-branch revision 253932] (SUSE Linux) 
configure:6366: $? = 0
configure:6429: checking for gcj
configure:6459: result: no
configure:6663: checking that generated files are newer than configure
configure:6669: result: done
configure:6684: creating ./config.status

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

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

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

on linux-d6cw

config.status:824: creating Makefile
config.status:824: creating t/wrap/aclocal-1.15
config.status:824: creating t/wrap/automake-1.15

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

ac_cv_AM_TEST_RUNNER_SHELL=/usr/bin/sh
ac_cv_build=x86_64-unknown-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_f77_compiler_gnu=yes
ac_cv_fc_compiler_gnu=yes
ac_cv_host=x86_64-unknown-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=yacc
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_ac_ct_CXX=c++
ac_cv_prog_ac_ct_F77=gfortran
ac_cv_prog_ac_ct_FC=gfortran
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=yes
ac_cv_prog_fc_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/ig25/Downloads/automake-1.15/t/wrap/aclocal-1.15"'
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.15'
AUTOCONF='${SHELL} /home/ig25/Downloads/automake-1.15/lib/missing autoconf'
AUTOHEADER='${SHELL} /home/ig25/Downloads/automake-1.15/lib/missing autoheader'
AUTOMAKE='"/home/ig25/Downloads/automake-1.15/t/wrap/automake-1.15"'
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.15\" -DPACKAGE_STRING=\"GNU\ Automake\ 1.15\" -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='gfortran'
FC='gfortran'
FCFLAGS='-g -O2'
FFLAGS='-g -O2'
FGREP='/usr/bin/grep -F'
GNU_CC='cc'
GNU_CFLAGS='-g -O2'
GNU_CXX='c++'
GNU_CXXFLAGS='-g -O2'
GNU_F77='gfortran'
GNU_FC='gfortran'
GNU_FCFLAGS='-g -O2'
GNU_FFLAGS='-g -O2'
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/ig25/Downloads/automake-1.15/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.15'
PACKAGE_TARNAME='automake'
PACKAGE_URL='http://www.gnu.org/software/automake/'
PACKAGE_VERSION='1.15'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
RELEASE_YEAR='2014'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
TEX='tex'
VERSION='1.15'
YACC='yacc'
ac_ct_CC='cc'
ac_ct_CXX='c++'
ac_ct_F77='gfortran'
ac_ct_FC='gfortran'
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.15'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/ig25/Downloads/automake-1.15/lib/install-sh'
libdir='${exec_prefix}/lib64'
libexecdir='${exec_prefix}/lib'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgvdatadir='${datadir}/automake-1.15'
prefix='/home/ig25'
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.15"
#define PACKAGE_STRING "GNU Automake 1.15"
#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.15, which was
generated by GNU Autoconf 2.69.  Invocation command line was

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

on linux-d6cw


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

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

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

on linux-d6cw


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

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

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

on linux-d6cw


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

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

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

on linux-d6cw


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

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

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

on linux-d6cw


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

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

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

on linux-d6cw

Reply via email to