Created
October 20, 2013 02:46
-
-
Save nandub/7064294 to your computer and use it in GitHub Desktop.
help2man: can't get `--help' info from automake-1.13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| uname -a | |
| Darwin Fernandos-MacBook-Pro.local 12.5.0 Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64 x86_64 | |
| git show-branch --list --reflog=1 | |
| [refs/heads/master@{0}] (3 hours ago) pull: Fast-forward | |
| lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true | |
| ProductName: Mac OS X | |
| ProductVersion: 10.8.5 | |
| BuildVersion: 12F45 | |
| rm -rf '/opt/mxe/tmp-automake' | |
| mkdir -p '/opt/mxe/tmp-automake' | |
| cd '/opt/mxe/tmp-automake' && tar xzf '/opt/mxe/pkg/automake-1.13.2.tar.gz' | |
| cd '/opt/mxe/tmp-automake/automake-1.13.2' | |
| mkdir '/opt/mxe/tmp-automake/automake-1.13.2.build' | |
| cd '/opt/mxe/tmp-automake/automake-1.13.2.build' && '/opt/mxe/tmp-automake/automake-1.13.2/configure' --prefix='/opt/mxe/usr/x86_64-apple-darwin12.5.0' | |
| checking whether make supports nested variables... yes | |
| checking build system type... x86_64-apple-darwin12.5.0 | |
| checking host system type... x86_64-apple-darwin12.5.0 | |
| checking for a BSD-compatible install... /usr/local/bin/ginstall -c | |
| checking whether build environment is sane... yes | |
| checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p | |
| checking for gawk... gawk | |
| checking whether make sets $(MAKE)... yes | |
| checking whether ln -s works... yes | |
| checking for perl... /Users/fortiz/.plenv/shims/perl | |
| checking whether /Users/fortiz/.plenv/shims/perl supports ithreads... no | |
| checking for tex... no | |
| checking for yacc... yacc | |
| checking for lex... lex | |
| checking whether autoconf is installed... yes | |
| checking whether autoconf works... yes | |
| checking whether autoconf is recent enough... yes | |
| checking whether ln works... yes | |
| checking for grep that handles long lines and -e... /usr/local/bin/ggrep | |
| checking for egrep... /usr/local/bin/ggrep -E | |
| checking for fgrep... /usr/local/bin/ggrep -F | |
| configure: will now look for a sturdy POSIX shell, for our testsuite | |
| checking for sh... /bin/sh | |
| checking for sh5... no | |
| checking for dash... no | |
| checking for ash... no | |
| checking for bash... /bin/bash | |
| checking for zsh... /usr/local/bin/zsh | |
| checking for ksh... /bin/ksh | |
| checking for pdksh... no | |
| checking whether /bin/sh supports $(cmd)... yes | |
| checking whether /bin/sh supports $((expr))... yes | |
| checking whether /bin/sh supports ${#var}... yes | |
| checking whether /bin/sh supports ${var#glob} and ${var%glob}... yes | |
| checking whether /bin/sh preserves exit traps with "set -e"... yes | |
| checking whether /bin/sh can define exit traps in a shell function... yes | |
| checking whether /bin/sh corrupts stderr with "set -x"... no | |
| checking whether /bin/sh can return early from "dot-sourced" files... yes | |
| checking whether /bin/sh supports alias named like shell builtins... yes | |
| checking whether /bin/sh supports "test -e"... yes | |
| configure: shell /bin/sh is good enough, stop looking | |
| configure: will use /bin/sh as the testsuite shell | |
| configure: will now look for generic compilers | |
| checking for cc... cc | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether cc accepts -g... yes | |
| checking for cc option to accept ISO C89... none needed | |
| checking for aCC... no | |
| checking for FCC... no | |
| checking for KCC... KCC | |
| checking whether the C++ compiler works... no | |
| configure: WARNING: C++ compiler cannot create executables | |
| configure: tests requiring the C++ compiler will be skipped | |
| checking for xlf95... no | |
| checking for f95... no | |
| checking for fort... no | |
| checking for ifort... no | |
| checking for ifc... no | |
| checking for efc... no | |
| checking for pgfortran... no | |
| checking for pgf95... no | |
| checking for lf95... no | |
| checking for ftn... no | |
| checking for nagfor... no | |
| checking for xlf90... no | |
| checking for f90... no | |
| checking for pgf90... no | |
| checking for pghpf... no | |
| checking for epcf90... no | |
| checking for g95... no | |
| checking for gfortran... gfortran | |
| checking whether the Fortran compiler works... yes | |
| checking for Fortran compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU Fortran compiler... yes | |
| checking whether gfortran accepts -g... yes | |
| checking for xlf... no | |
| checking for f77... no | |
| checking for frt... no | |
| checking for pgf77... no | |
| checking for cf77... no | |
| checking for fort77... no | |
| checking for fl32... no | |
| checking for af77... no | |
| checking for g77... no | |
| checking for gfortran... gfortran | |
| checking whether the Fortran 77 compiler works... yes | |
| checking for Fortran 77 compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU Fortran 77 compiler... yes | |
| checking whether gfortran accepts -g... yes | |
| configure: will now look for GNU compilers | |
| configure: cc is already a GNU C compiler | |
| checking for g++... g++ | |
| configure: gfortran is already a GNU Fortran compiler | |
| configure: gfortran is already a GNU Fortran 77 compiler | |
| checking for gcj... no | |
| checking that generated files are newer than configure... done | |
| configure: creating ./config.status | |
| config.status: creating Makefile | |
| config.status: creating t/wrap/aclocal-1.13 | |
| config.status: creating t/wrap/automake-1.13 | |
| config.status: linking /opt/mxe/tmp-automake/automake-1.13.2/GNUmakefile to GNUmakefile | |
| make -C '/opt/mxe/tmp-automake/automake-1.13.2.build' -j '4' | |
| GEN automake | |
| GEN aclocal | |
| GEN t/ax/shell-no-trail-bslash | |
| GEN runtest | |
| GEN doc/aclocal.1 | |
| GEN doc/automake.1 | |
| GEN lib/Automake/Config.pm | |
| GEN t/ax/test-defs.sh | |
| GEN doc/aclocal-1.13.1 | |
| GEN doc/automake-1.13.1 | |
| help2man: can't get `--help' info from aclocal-1.13 | |
| Try `--no-discard-stderr' if option outputs to stderr | |
| make[3]: *** [doc/aclocal-1.13.1] Error 2 | |
| make[3]: *** Waiting for unfinished jobs.... | |
| help2man: can't get `--help' info from automake-1.13 | |
| Try `--no-discard-stderr' if option outputs to stderr | |
| make[3]: *** [doc/automake-1.13.1] Error 2 | |
| make[2]: *** [build-only-automake_x86_64-apple-darwin12.5.0] Error 2 | |
| real 0m8.479s | |
| user 0m3.142s | |
| sys 0m1.962s | |
| /opt/mxe/tmp-automake/automake-1.13.2.build/config.log | |
| 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.13.2, which was | |
| generated by GNU Autoconf 2.69. Invocation command line was | |
| $ /opt/mxe/tmp-automake/automake-1.13.2/configure --prefix=/opt/mxe/usr/x86_64-apple-darwin12.5.0 | |
| ## --------- ## | |
| ## Platform. ## | |
| ## --------- ## | |
| hostname = Fernandos-MacBook-Pro.local | |
| uname -m = x86_64 | |
| uname -r = 12.5.0 | |
| uname -s = Darwin | |
| uname -v = Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64 | |
| /usr/bin/uname -p = i386 | |
| /bin/uname -X = unknown | |
| /bin/arch = unknown | |
| /usr/bin/arch -k = unknown | |
| /usr/convex/getsysinfo = unknown | |
| /usr/bin/hostinfo = Mach kernel version: | |
| Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64 | |
| Kernel configured for up to 4 processors. | |
| 2 processors are physically available. | |
| 4 processors are logically available. | |
| Processor type: i486 (Intel 80486) | |
| Processors active: 0 1 2 3 | |
| Primary memory available: 4.00 gigabytes | |
| Default processor set: 162 tasks, 926 threads, 4 processors | |
| Load average: 1.55, Mach factor: 2.47 | |
| /bin/machine = unknown | |
| /usr/bin/oslevel = unknown | |
| /bin/universe = unknown | |
| PATH: /opt/mxe/usr/x86_64-apple-darwin12.5.0/bin | |
| PATH: /opt/mxe/usr/bin | |
| PATH: /opt/mxe/usr/x86_64-apple-darwin12.5.0/bin | |
| PATH: /opt/mxe/usr/bin | |
| PATH: /opt/mxe/usr/x86_64-apple-darwin12.5.0/bin | |
| PATH: /opt/mxe/usr/bin | |
| PATH: /Users/fortiz/.rvm/gems/ruby-1.9.3-p385/bin | |
| PATH: /Users/fortiz/.rvm/gems/ruby-1.9.3-p385@global/bin | |
| PATH: /Users/fortiz/.rvm/rubies/ruby-1.9.3-p385/bin | |
| PATH: /Users/fortiz/.rvm/bin | |
| PATH: /Users/fortiz/.plenv/shims | |
| PATH: /usr/local/bin | |
| PATH: /usr/local/sbin | |
| PATH: /usr/local/share/npm/bin | |
| PATH: /opt/theos/bin | |
| PATH: /usr/local/lib/node_modules/.bin | |
| PATH: /Users/fortiz/.cabal/bin | |
| PATH: /Users/fortiz/gale/bin | |
| PATH: /Users/fortiz/go/bin | |
| PATH: /opt/X11/bin | |
| PATH: /opt/local/bin | |
| PATH: /opt/mxe/usr/bin | |
| PATH: /Users/fortiz/bin/Darwin | |
| PATH: /Users/fortiz/bin | |
| PATH: /Users/fortiz/sbin/Darwin | |
| PATH: /Users/fortiz/sbin | |
| PATH: /Users/fortiz/.plenv/bin | |
| PATH: /usr/bin | |
| PATH: /bin | |
| PATH: /usr/sbin | |
| PATH: /sbin | |
| PATH: /usr/X11/bin | |
| ## ----------- ## | |
| ## Core tests. ## | |
| ## ----------- ## | |
| configure:2031: checking whether make supports nested variables | |
| configure:2048: result: yes | |
| configure:2064: checking build system type | |
| configure:2078: result: x86_64-apple-darwin12.5.0 | |
| configure:2098: checking host system type | |
| configure:2111: result: x86_64-apple-darwin12.5.0 | |
| configure:2164: checking for a BSD-compatible install | |
| configure:2232: result: /usr/local/bin/ginstall -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/local/bin/gmkdir -p | |
| configure:2495: checking for gawk | |
| configure:2511: found /usr/local/bin/gawk | |
| configure:2522: result: gawk | |
| configure:2533: checking whether make sets $(MAKE) | |
| configure:2555: result: yes | |
| configure:2671: checking whether ln -s works | |
| configure:2675: result: yes | |
| configure:2685: checking for perl | |
| configure:2703: found /Users/fortiz/.plenv/shims/perl | |
| configure:2715: result: /Users/fortiz/.plenv/shims/perl | |
| configure:2727: /Users/fortiz/.plenv/shims/perl --version | |
| This is perl 5, version 19, subversion 4 (v5.19.4) built for darwin-2level | |
| Copyright 1987-2013, 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:2730: $? = 0 | |
| configure:2740: checking whether /Users/fortiz/.plenv/shims/perl supports ithreads | |
| configure:2763: result: no | |
| configure:2775: checking for tex | |
| configure:2805: result: no | |
| configure:2813: --version </dev/null | |
| /opt/mxe/tmp-automake/automake-1.13.2/configure: line 2814: --version: command not found | |
| configure:2816: $? = 127 | |
| configure:2834: checking for yacc | |
| configure:2850: found /usr/bin/yacc | |
| configure:2861: result: yacc | |
| configure:2877: checking for lex | |
| configure:2893: found /usr/bin/lex | |
| configure:2904: result: lex | |
| configure:2924: checking whether autoconf is installed | |
| configure:2929: 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:2932: $? = 0 | |
| configure:2940: result: yes | |
| configure:2947: checking whether autoconf works | |
| configure:2954: cd conftest && autoconf -o /dev/null conftest.ac | |
| configure:2957: $? = 0 | |
| configure:2966: result: yes | |
| configure:2973: checking whether autoconf is recent enough | |
| configure:2980: cd conftest && autoconf -o /dev/null conftest.ac | |
| configure:2983: $? = 0 | |
| configure:2992: result: yes | |
| configure:2999: checking whether ln works | |
| configure:3019: result: yes | |
| configure:3037: checking for grep that handles long lines and -e | |
| configure:3095: result: /usr/local/bin/ggrep | |
| configure:3100: checking for egrep | |
| configure:3162: result: /usr/local/bin/ggrep -E | |
| configure:3167: checking for fgrep | |
| configure:3229: result: /usr/local/bin/ggrep -F | |
| configure:3275: will now look for a sturdy POSIX shell, for our testsuite | |
| configure:3311: checking for sh | |
| configure:3329: found /bin/sh | |
| configure:3341: result: /bin/sh | |
| configure:3311: checking for sh5 | |
| configure:3344: result: no | |
| configure:3311: checking for dash | |
| configure:3344: result: no | |
| configure:3311: checking for ash | |
| configure:3344: result: no | |
| configure:3311: checking for bash | |
| configure:3329: found /bin/bash | |
| configure:3341: result: /bin/bash | |
| configure:3311: checking for zsh | |
| configure:3329: found /usr/local/bin/zsh | |
| configure:3341: result: /usr/local/bin/zsh | |
| configure:3311: checking for ksh | |
| configure:3329: found /bin/ksh | |
| configure:3341: result: /bin/ksh | |
| configure:3311: checking for pdksh | |
| configure:3344: result: no | |
| configure:3365: checking whether /bin/sh supports $(cmd) | |
| configure:3375: result: yes | |
| configure:3385: checking whether /bin/sh supports $((expr)) | |
| configure:3395: result: yes | |
| configure:3405: checking whether /bin/sh supports ${#var} | |
| configure:3418: result: yes | |
| configure:3428: checking whether /bin/sh supports ${var#glob} and ${var%glob} | |
| configure:3442: result: yes | |
| configure:3452: checking whether /bin/sh preserves exit traps with "set -e" | |
| configure:3462: result: yes | |
| configure:3472: checking whether /bin/sh can define exit traps in a shell function | |
| configure:3482: result: yes | |
| configure:3492: checking whether /bin/sh corrupts stderr with "set -x" | |
| configure:3506: result: no | |
| configure:3514: checking whether /bin/sh can return early from "dot-sourced" files | |
| configure:3524: result: yes | |
| configure:3536: checking whether /bin/sh supports alias named like shell builtins | |
| configure:3546: result: yes | |
| configure:3556: checking whether /bin/sh supports "test -e" | |
| configure:3566: result: yes | |
| configure:3584: shell /bin/sh is good enough, stop looking | |
| configure:3601: will use /bin/sh as the testsuite shell | |
| configure:3625: will now look for generic compilers | |
| configure:3688: checking for cc | |
| configure:3704: found /usr/bin/cc | |
| configure:3715: result: cc | |
| configure:3748: checking for C compiler version | |
| configure:3757: cc --version >&5 | |
| Apple LLVM version 5.0 (clang-500.2.75) (based on LLVM 3.3svn) | |
| Target: x86_64-apple-darwin12.5.0 | |
| Thread model: posix | |
| configure:3768: $? = 0 | |
| configure:3757: cc -v >&5 | |
| Apple LLVM version 5.0 (clang-500.2.75) (based on LLVM 3.3svn) | |
| Target: x86_64-apple-darwin12.5.0 | |
| Thread model: posix | |
| configure:3768: $? = 0 | |
| configure:3757: cc -V >&5 | |
| clang: error: argument to '-V' is missing (expected 1 value) | |
| clang: error: no input files | |
| configure:3768: $? = 1 | |
| configure:3757: cc -qversion >&5 | |
| clang: error: no input files | |
| configure:3768: $? = 1 | |
| configure:3788: checking whether the C compiler works | |
| configure:3810: cc conftest.c >&5 | |
| configure:3814: $? = 0 | |
| configure:3864: result: yes | |
| configure:3867: checking for C compiler default output file name | |
| configure:3869: result: a.out | |
| configure:3875: checking for suffix of executables | |
| configure:3882: cc -o conftest conftest.c >&5 | |
| configure:3886: $? = 0 | |
| configure:3910: result: | |
| configure:3932: checking whether we are cross compiling | |
| configure:3940: cc -o conftest conftest.c >&5 | |
| configure:3944: $? = 0 | |
| configure:3951: ./conftest | |
| configure:3955: $? = 0 | |
| configure:3973: result: no | |
| configure:3978: checking for suffix of object files | |
| configure:4000: cc -c conftest.c >&5 | |
| configure:4004: $? = 0 | |
| configure:4027: result: o | |
| configure:4031: checking whether we are using the GNU C compiler | |
| configure:4050: cc -c conftest.c >&5 | |
| configure:4050: $? = 0 | |
| configure:4059: result: yes | |
| configure:4068: checking whether cc accepts -g | |
| configure:4088: cc -c -g conftest.c >&5 | |
| configure:4088: $? = 0 | |
| configure:4129: result: yes | |
| configure:4146: checking for cc option to accept ISO C89 | |
| configure:4209: cc -c -g -O2 conftest.c >&5 | |
| configure:4209: $? = 0 | |
| configure:4222: result: none needed | |
| configure:4347: checking for aCC | |
| configure:4377: result: no | |
| configure:4347: checking for FCC | |
| configure:4377: result: no | |
| configure:4347: checking for KCC | |
| configure:4363: found /usr/bin/KCC | |
| configure:4374: result: KCC | |
| configure:4401: checking for C++ compiler version | |
| configure:4410: KCC --version >&5 | |
| KCC (Heimdal 1.5.1apple1) | |
| Copyright 1995-2011 Kungliga Tekniska Högskolan | |
| Send bug-reports to [email protected] | |
| configure:4421: $? = 0 | |
| configure:4410: KCC -v >&5 | |
| Usage: : KCC [--version] [--help] command .. | |
| configure:4421: $? = 1 | |
| configure:4410: KCC -V >&5 | |
| Usage: : KCC [--version] [--help] command .. | |
| configure:4421: $? = 1 | |
| configure:4410: KCC -qversion >&5 | |
| Usage: : KCC [--version] [--help] command .. | |
| configure:4421: $? = 1 | |
| configure:4441: checking whether the C++ compiler works | |
| configure:4463: KCC conftest.cpp >&5 | |
| KCC: unrecognized command: conftest.cpp | |
| configure:4467: $? = 1 | |
| configure:4505: result: no | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "GNU Automake" | |
| | #define PACKAGE_TARNAME "automake" | |
| | #define PACKAGE_VERSION "1.13.2" | |
| | #define PACKAGE_STRING "GNU Automake 1.13.2" | |
| | #define PACKAGE_BUGREPORT "[email protected]" | |
| | #define PACKAGE_URL "http://www.gnu.org/software/automake/" | |
| | /* end confdefs.h. */ | |
| | | |
| | int | |
| | main () | |
| | { | |
| | | |
| | ; | |
| | return 0; | |
| | } | |
| configure:4511: WARNING: C++ compiler cannot create executables | |
| configure:4808: tests requiring the C++ compiler will be skipped | |
| configure:4893: checking for xlf95 | |
| configure:4923: result: no | |
| configure:4893: checking for f95 | |
| configure:4923: result: no | |
| configure:4893: checking for fort | |
| configure:4923: result: no | |
| configure:4893: checking for ifort | |
| configure:4923: result: no | |
| configure:4893: checking for ifc | |
| configure:4923: result: no | |
| configure:4893: checking for efc | |
| configure:4923: result: no | |
| configure:4893: checking for pgfortran | |
| configure:4923: result: no | |
| configure:4893: checking for pgf95 | |
| configure:4923: result: no | |
| configure:4893: checking for lf95 | |
| configure:4923: result: no | |
| configure:4893: checking for ftn | |
| configure:4923: result: no | |
| configure:4893: checking for nagfor | |
| configure:4923: result: no | |
| configure:4893: checking for xlf90 | |
| configure:4923: result: no | |
| configure:4893: checking for f90 | |
| configure:4923: result: no | |
| configure:4893: checking for pgf90 | |
| configure:4923: result: no | |
| configure:4893: checking for pghpf | |
| configure:4923: result: no | |
| configure:4893: checking for epcf90 | |
| configure:4923: result: no | |
| configure:4893: checking for g95 | |
| configure:4923: result: no | |
| configure:4893: checking for gfortran | |
| configure:4909: found /usr/local/bin/gfortran | |
| configure:4920: result: gfortran | |
| configure:4946: checking for Fortran compiler version | |
| configure:4955: gfortran --version >&5 | |
| GNU Fortran (GCC) 4.8.1 | |
| Copyright (C) 2013 Free Software Foundation, Inc. | |
| GNU Fortran comes with NO WARRANTY, to the extent permitted by law. | |
| You may redistribute copies of GNU Fortran | |
| under the terms of the GNU General Public License. | |
| For more information about these matters, see the file named COPYING | |
| configure:4966: $? = 0 | |
| configure:4955: gfortran -v >&5 | |
| Using built-in specs. | |
| COLLECT_GCC=gfortran | |
| COLLECT_LTO_WRAPPER=/usr/local/Cellar/gfortran/4.8.1/gfortran/libexec/gcc/x86_64-apple-darwin11.4.2/4.8.1/lto-wrapper | |
| Target: x86_64-apple-darwin11.4.2 | |
| Configured with: ../configure --prefix=/usr/local/Cellar/gfortran/4.8.1/gfortran --datarootdir=/usr/local/Cellar/gfortran/4.8.1/share --bindir=/usr/local/Cellar/gfortran/4.8.1/bin --enable-languages=fortran --with-system-zlib --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-cloog=/usr/local/opt/cloog --with-isl=/usr/local/opt/isl --enable-checking=release --disable-stage1-checking --disable-build-poststage1-with-cxx --disable-libstdcxx-pc --disable-nls | |
| Thread model: posix | |
| gcc version 4.8.1 (GCC) | |
| configure:4966: $? = 0 | |
| configure:4955: gfortran -V >&5 | |
| gfortran: error: unrecognized command line option '-V' | |
| gfortran: fatal error: no input files | |
| compilation terminated. | |
| configure:4966: $? = 1 | |
| configure:4955: gfortran -qversion >&5 | |
| gfortran: error: unrecognized command line option '-qversion' | |
| gfortran: fatal error: no input files | |
| compilation terminated. | |
| configure:4966: $? = 1 | |
| configure:4981: checking whether the Fortran compiler works | |
| configure:5003: gfortran conftest.f >&5 | |
| configure:5007: $? = 0 | |
| configure:5057: result: yes | |
| configure:5060: checking for Fortran compiler default output file name | |
| configure:5062: result: a.out | |
| configure:5068: checking for suffix of executables | |
| configure:5075: gfortran -o conftest conftest.f >&5 | |
| configure:5079: $? = 0 | |
| configure:5103: result: | |
| configure:5119: checking whether we are cross compiling | |
| configure:5127: gfortran -o conftest conftest.f >&5 | |
| configure:5131: $? = 0 | |
| configure:5138: ./conftest | |
| configure:5142: $? = 0 | |
| configure:5160: result: no | |
| configure:5165: checking for suffix of object files | |
| configure:5181: gfortran -c conftest.f >&5 | |
| configure:5185: $? = 0 | |
| configure:5208: result: o | |
| configure:5216: checking whether we are using the GNU Fortran compiler | |
| configure:5229: gfortran -c conftest.F >&5 | |
| configure:5229: $? = 0 | |
| configure:5238: result: yes | |
| configure:5244: checking whether gfortran accepts -g | |
| configure:5255: gfortran -c -g conftest.f >&5 | |
| configure:5255: $? = 0 | |
| configure:5263: result: yes | |
| configure:5375: checking for xlf | |
| configure:5405: result: no | |
| configure:5375: checking for f77 | |
| configure:5405: result: no | |
| configure:5375: checking for frt | |
| configure:5405: result: no | |
| configure:5375: checking for pgf77 | |
| configure:5405: result: no | |
| configure:5375: checking for cf77 | |
| configure:5405: result: no | |
| configure:5375: checking for fort77 | |
| configure:5405: result: no | |
| configure:5375: checking for fl32 | |
| configure:5405: result: no | |
| configure:5375: checking for af77 | |
| configure:5405: result: no | |
| configure:5375: checking for g77 | |
| configure:5405: result: no | |
| configure:5375: checking for gfortran | |
| configure:5391: found /usr/local/bin/gfortran | |
| configure:5402: result: gfortran | |
| configure:5428: checking for Fortran 77 compiler version | |
| configure:5437: gfortran --version >&5 | |
| GNU Fortran (GCC) 4.8.1 | |
| Copyright (C) 2013 Free Software Foundation, Inc. | |
| GNU Fortran comes with NO WARRANTY, to the extent permitted by law. | |
| You may redistribute copies of GNU Fortran | |
| under the terms of the GNU General Public License. | |
| For more information about these matters, see the file named COPYING | |
| configure:5448: $? = 0 | |
| configure:5437: gfortran -v >&5 | |
| Using built-in specs. | |
| COLLECT_GCC=gfortran | |
| COLLECT_LTO_WRAPPER=/usr/local/Cellar/gfortran/4.8.1/gfortran/libexec/gcc/x86_64-apple-darwin11.4.2/4.8.1/lto-wrapper | |
| Target: x86_64-apple-darwin11.4.2 | |
| Configured with: ../configure --prefix=/usr/local/Cellar/gfortran/4.8.1/gfortran --datarootdir=/usr/local/Cellar/gfortran/4.8.1/share --bindir=/usr/local/Cellar/gfortran/4.8.1/bin --enable-languages=fortran --with-system-zlib --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-cloog=/usr/local/opt/cloog --with-isl=/usr/local/opt/isl --enable-checking=release --disable-stage1-checking --disable-build-poststage1-with-cxx --disable-libstdcxx-pc --disable-nls | |
| Thread model: posix | |
| gcc version 4.8.1 (GCC) | |
| configure:5448: $? = 0 | |
| configure:5437: gfortran -V >&5 | |
| gfortran: error: unrecognized command line option '-V' | |
| gfortran: fatal error: no input files | |
| compilation terminated. | |
| configure:5448: $? = 1 | |
| configure:5437: gfortran -qversion >&5 | |
| gfortran: error: unrecognized command line option '-qversion' | |
| gfortran: fatal error: no input files | |
| compilation terminated. | |
| configure:5448: $? = 1 | |
| configure:5463: checking whether the Fortran 77 compiler works | |
| configure:5485: gfortran conftest.f >&5 | |
| configure:5489: $? = 0 | |
| configure:5539: result: yes | |
| configure:5542: checking for Fortran 77 compiler default output file name | |
| configure:5544: result: a.out | |
| configure:5550: checking for suffix of executables | |
| configure:5557: gfortran -o conftest conftest.f >&5 | |
| configure:5561: $? = 0 | |
| configure:5585: result: | |
| configure:5601: checking whether we are cross compiling | |
| configure:5609: gfortran -o conftest conftest.f >&5 | |
| configure:5613: $? = 0 | |
| configure:5620: ./conftest | |
| configure:5624: $? = 0 | |
| configure:5642: result: no | |
| configure:5647: checking for suffix of object files | |
| configure:5663: gfortran -c conftest.f >&5 | |
| configure:5667: $? = 0 | |
| configure:5690: result: o | |
| configure:5698: checking whether we are using the GNU Fortran 77 compiler | |
| configure:5711: gfortran -c conftest.F >&5 | |
| configure:5711: $? = 0 | |
| configure:5720: result: yes | |
| configure:5726: checking whether gfortran accepts -g | |
| configure:5737: gfortran -c -g conftest.f >&5 | |
| configure:5737: $? = 0 | |
| configure:5745: result: yes | |
| configure:5809: will now look for GNU compilers | |
| configure:5816: cc is already a GNU C compiler | |
| configure:5922: cc --version && cc -v | |
| Apple LLVM version 5.0 (clang-500.2.75) (based on LLVM 3.3svn) | |
| Target: x86_64-apple-darwin12.5.0 | |
| Thread model: posix | |
| Apple LLVM version 5.0 (clang-500.2.75) (based on LLVM 3.3svn) | |
| Target: x86_64-apple-darwin12.5.0 | |
| Thread model: posix | |
| configure:5925: $? = 0 | |
| configure:5994: checking for g++ | |
| configure:6010: found /usr/bin/g++ | |
| configure:6021: result: g++ | |
| configure:6047: g++ --version && g++ -v | |
| Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 | |
| Apple LLVM version 5.0 (clang-500.2.76) (based on LLVM 3.3svn) | |
| Target: x86_64-apple-darwin12.5.0 | |
| Thread model: posix | |
| Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 | |
| Apple LLVM version 5.0 (clang-500.2.76) (based on LLVM 3.3svn) | |
| Target: x86_64-apple-darwin12.5.0 | |
| Thread model: posix | |
| configure:6050: $? = 0 | |
| configure:6065: gfortran is already a GNU Fortran compiler | |
| configure:6172: gfortran --version && gfortran -v | |
| GNU Fortran (GCC) 4.8.1 | |
| Copyright (C) 2013 Free Software Foundation, Inc. | |
| GNU Fortran comes with NO WARRANTY, to the extent permitted by law. | |
| You may redistribute copies of GNU Fortran | |
| under the terms of the GNU General Public License. | |
| For more information about these matters, see the file named COPYING | |
| Using built-in specs. | |
| COLLECT_GCC=gfortran | |
| COLLECT_LTO_WRAPPER=/usr/local/Cellar/gfortran/4.8.1/gfortran/libexec/gcc/x86_64-apple-darwin11.4.2/4.8.1/lto-wrapper | |
| Target: x86_64-apple-darwin11.4.2 | |
| Configured with: ../configure --prefix=/usr/local/Cellar/gfortran/4.8.1/gfortran --datarootdir=/usr/local/Cellar/gfortran/4.8.1/share --bindir=/usr/local/Cellar/gfortran/4.8.1/bin --enable-languages=fortran --with-system-zlib --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-cloog=/usr/local/opt/cloog --with-isl=/usr/local/opt/isl --enable-checking=release --disable-stage1-checking --disable-build-poststage1-with-cxx --disable-libstdcxx-pc --disable-nls | |
| Thread model: posix | |
| gcc version 4.8.1 (GCC) | |
| configure:6175: $? = 0 | |
| configure:6190: gfortran is already a GNU Fortran 77 compiler | |
| configure:6297: gfortran --version && gfortran -v | |
| GNU Fortran (GCC) 4.8.1 | |
| Copyright (C) 2013 Free Software Foundation, Inc. | |
| GNU Fortran comes with NO WARRANTY, to the extent permitted by law. | |
| You may redistribute copies of GNU Fortran | |
| under the terms of the GNU General Public License. | |
| For more information about these matters, see the file named COPYING | |
| Using built-in specs. | |
| COLLECT_GCC=gfortran | |
| COLLECT_LTO_WRAPPER=/usr/local/Cellar/gfortran/4.8.1/gfortran/libexec/gcc/x86_64-apple-darwin11.4.2/4.8.1/lto-wrapper | |
| Target: x86_64-apple-darwin11.4.2 | |
| Configured with: ../configure --prefix=/usr/local/Cellar/gfortran/4.8.1/gfortran --datarootdir=/usr/local/Cellar/gfortran/4.8.1/share --bindir=/usr/local/Cellar/gfortran/4.8.1/bin --enable-languages=fortran --with-system-zlib --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-cloog=/usr/local/opt/cloog --with-isl=/usr/local/opt/isl --enable-checking=release --disable-stage1-checking --disable-build-poststage1-with-cxx --disable-libstdcxx-pc --disable-nls | |
| Thread model: posix | |
| gcc version 4.8.1 (GCC) | |
| configure:6300: $? = 0 | |
| configure:6363: checking for gcj | |
| configure:6393: result: no | |
| configure:6597: checking that generated files are newer than configure | |
| configure:6603: result: done | |
| configure:6618: creating ./config.status | |
| ## ---------------------- ## | |
| ## Running config.status. ## | |
| ## ---------------------- ## | |
| This file was extended by GNU Automake config.status 1.13.2, which was | |
| generated by GNU Autoconf 2.69. Invocation command line was | |
| CONFIG_FILES = | |
| CONFIG_HEADERS = | |
| CONFIG_LINKS = | |
| CONFIG_COMMANDS = | |
| $ ./config.status | |
| on Fernandos-MacBook-Pro.local | |
| config.status:824: creating Makefile | |
| config.status:824: creating t/wrap/aclocal-1.13 | |
| config.status:824: creating t/wrap/automake-1.13 | |
| config.status:993: linking /opt/mxe/tmp-automake/automake-1.13.2/GNUmakefile to GNUmakefile | |
| ## ---------------- ## | |
| ## Cache variables. ## | |
| ## ---------------- ## | |
| ac_cv_AM_TEST_RUNNER_SHELL=/bin/sh | |
| ac_cv_build=x86_64-apple-darwin12.5.0 | |
| ac_cv_c_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-apple-darwin12.5.0 | |
| ac_cv_path_EGREP='/usr/local/bin/ggrep -E' | |
| ac_cv_path_FGREP='/usr/local/bin/ggrep -F' | |
| ac_cv_path_GREP=/usr/local/bin/ggrep | |
| ac_cv_path_PERL=/Users/fortiz/.plenv/shims/perl | |
| ac_cv_path_install='/usr/local/bin/ginstall -c' | |
| ac_cv_path_mkdir=/usr/local/bin/gmkdir | |
| ac_cv_prog_AWK=gawk | |
| ac_cv_prog_LEX=lex | |
| ac_cv_prog_YACC=yacc | |
| ac_cv_prog_ac_ct_CC=cc | |
| ac_cv_prog_ac_ct_CXX=KCC | |
| ac_cv_prog_ac_ct_F77=gfortran | |
| ac_cv_prog_ac_ct_FC=gfortran | |
| ac_cv_prog_ac_ct_GNU_CXX=g++ | |
| ac_cv_prog_cc_c89= | |
| ac_cv_prog_cc_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_PERL_ithreads=no | |
| am_cv_prog_ln=ln | |
| ## ----------------- ## | |
| ## Output variables. ## | |
| ## ----------------- ## | |
| ACLOCAL='"/opt/mxe/tmp-automake/automake-1.13.2.build/t/wrap/aclocal-1.13"' | |
| AMTAR='$${TAR-tar}' | |
| AM_BACKSLASH='\' | |
| AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | |
| AM_DEFAULT_VERBOSITY='0' | |
| AM_TEST_RUNNER_SHELL='/bin/sh' | |
| AM_V='$(V)' | |
| APIVERSION='1.13' | |
| AUTOCONF='${SHELL} /opt/mxe/tmp-automake/automake-1.13.2/lib/missing autoconf' | |
| AUTOHEADER='${SHELL} /opt/mxe/tmp-automake/automake-1.13.2/lib/missing autoheader' | |
| AUTOMAKE='"/opt/mxe/tmp-automake/automake-1.13.2.build/t/wrap/automake-1.13"' | |
| AWK='gawk' | |
| CC='cc' | |
| CFLAGS='-g -O2' | |
| CPPFLAGS='' | |
| CXX='false' | |
| CXXFLAGS='' | |
| CYGPATH_W='echo' | |
| DEFS='-DPACKAGE_NAME=\"GNU\ Automake\" -DPACKAGE_TARNAME=\"automake\" -DPACKAGE_VERSION=\"1.13.2\" -DPACKAGE_STRING=\"GNU\ Automake\ 1.13.2\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"http://www.gnu.org/software/automake/\"' | |
| ECHO_C='\c' | |
| ECHO_N='' | |
| ECHO_T='' | |
| EGREP='/usr/local/bin/ggrep -E' | |
| EXEEXT='UNKNOWN' | |
| F77='gfortran' | |
| FC='gfortran' | |
| FCFLAGS='-g -O2' | |
| FFLAGS='-g -O2' | |
| FGREP='/usr/local/bin/ggrep -F' | |
| GNU_CC='cc' | |
| GNU_CFLAGS='-g -O2' | |
| GNU_CXX='g++' | |
| GNU_CXXFLAGS='' | |
| GNU_F77='gfortran' | |
| GNU_FC='gfortran' | |
| GNU_FCFLAGS='-g -O2' | |
| GNU_FFLAGS='-g -O2' | |
| GNU_GCJ='false' | |
| GNU_GCJFLAGS='' | |
| GREP='/usr/local/bin/ggrep' | |
| 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} /opt/mxe/tmp-automake/automake-1.13.2/lib/missing makeinfo' | |
| MKDIR_P='/usr/local/bin/gmkdir -p' | |
| MODIFICATION_DELAY='2' | |
| OBJEXT='UNKNOWN' | |
| PACKAGE='automake' | |
| PACKAGE_BUGREPORT='[email protected]' | |
| PACKAGE_NAME='GNU Automake' | |
| PACKAGE_STRING='GNU Automake 1.13.2' | |
| PACKAGE_TARNAME='automake' | |
| PACKAGE_URL='http://www.gnu.org/software/automake/' | |
| PACKAGE_VERSION='1.13.2' | |
| PATH_SEPARATOR=':' | |
| PERL='/Users/fortiz/.plenv/shims/perl' | |
| PERL_THREADS='0' | |
| RELEASE_YEAR='2013' | |
| SET_MAKE='' | |
| SHELL='/bin/sh' | |
| STRIP='' | |
| TEX='' | |
| VERSION='1.13.2' | |
| YACC='yacc' | |
| ac_ct_CC='cc' | |
| ac_ct_CXX='KCC' | |
| ac_ct_F77='gfortran' | |
| ac_ct_FC='gfortran' | |
| ac_ct_GNU_CC='' | |
| ac_ct_GNU_CXX='g++' | |
| 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=' -I$(srcdir)' | |
| 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.13' | |
| bindir='${exec_prefix}/bin' | |
| build='x86_64-apple-darwin12.5.0' | |
| build_alias='' | |
| build_cpu='x86_64' | |
| build_os='darwin12.5.0' | |
| build_vendor='apple' | |
| datadir='${datarootdir}' | |
| datarootdir='${prefix}/share' | |
| docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
| dvidir='${docdir}' | |
| exec_prefix='${prefix}' | |
| host='x86_64-apple-darwin12.5.0' | |
| host_alias='' | |
| host_cpu='x86_64' | |
| host_os='darwin12.5.0' | |
| host_vendor='apple' | |
| htmldir='${docdir}' | |
| includedir='${prefix}/include' | |
| infodir='${datarootdir}/info' | |
| install_sh='${SHELL} /opt/mxe/tmp-automake/automake-1.13.2/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.13' | |
| prefix='/opt/mxe/usr/x86_64-apple-darwin12.5.0' | |
| program_transform_name='s,x,x,' | |
| psdir='${docdir}' | |
| 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.13.2" | |
| #define PACKAGE_STRING "GNU Automake 1.13.2" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/automake/" | |
| configure: exit 0 | |
| ## ---------------------- ## | |
| ## Running config.status. ## | |
| ## ---------------------- ## | |
| ## ---------------------- ## | |
| ## Running config.status. ## | |
| ## ---------------------- ## | |
| This file was extended by GNU Automake config.status 1.13.2, which was | |
| generated by GNU Autoconf 2.69. Invocation command line was | |
| CONFIG_FILES = | |
| CONFIG_HEADERS = | |
| CONFIG_LINKS = | |
| CONFIG_COMMANDS = | |
| $ ./config.status --file=- | |
| on Fernandos-MacBook-Pro.local | |
| This file was extended by GNU Automake config.status 1.13.2, which was | |
| generated by GNU Autoconf 2.69. Invocation command line was | |
| CONFIG_FILES = | |
| CONFIG_HEADERS = | |
| CONFIG_LINKS = | |
| CONFIG_COMMANDS = | |
| $ ./config.status --file=- | |
| on Fernandos-MacBook-Pro.local | |
| ## ---------------------- ## | |
| ## Running config.status. ## | |
| ## ---------------------- ## | |
| This file was extended by GNU Automake config.status 1.13.2, which was | |
| generated by GNU Autoconf 2.69. Invocation command line was | |
| CONFIG_FILES = | |
| CONFIG_HEADERS = | |
| CONFIG_LINKS = | |
| CONFIG_COMMANDS = | |
| $ ./config.status --file=- | |
| on Fernandos-MacBook-Pro.local | |
| ## ---------------------- ## | |
| ## Running config.status. ## | |
| ## ---------------------- ## | |
| This file was extended by GNU Automake config.status 1.13.2, which was | |
| generated by GNU Autoconf 2.69. Invocation command line was | |
| CONFIG_FILES = | |
| CONFIG_HEADERS = | |
| CONFIG_LINKS = | |
| CONFIG_COMMANDS = | |
| $ ./config.status --file=- | |
| on Fernandos-MacBook-Pro.local | |
| ## ---------------------- ## | |
| ## Running config.status. ## | |
| ## ---------------------- ## | |
| This file was extended by GNU Automake config.status 1.13.2, which was | |
| generated by GNU Autoconf 2.69. Invocation command line was | |
| CONFIG_FILES = | |
| CONFIG_HEADERS = | |
| CONFIG_LINKS = | |
| CONFIG_COMMANDS = | |
| $ ./config.status --file=- | |
| on Fernandos-MacBook-Pro.local | |
| ## ---------------------- ## | |
| ## Running config.status. ## | |
| ## ---------------------- ## | |
| This file was extended by GNU Automake config.status 1.13.2, which was | |
| generated by GNU Autoconf 2.69. Invocation command line was | |
| CONFIG_FILES = | |
| CONFIG_HEADERS = | |
| CONFIG_LINKS = | |
| CONFIG_COMMANDS = | |
| $ ./config.status --file=- | |
| on Fernandos-MacBook-Pro.local | |
| settings.mk | |
| MXE_TARGETS := i686-pc-mingw32 x86_64-w64-mingw32 i686-w64-mingw32 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment