On Sat, 2012-04-28 at 21:57 +0200, Stefano Lattarini wrote: > What system are you on exactly?
I've reproduced this on a Fedora 16 x86_64 host. > Please send us the contents of the > 't/get-sysconf.log' file, that should report all the relevant (to > us) information and details about your system. OK, attached. > Also, what happens if you do this on your system? > > $ echo x > foo > $ chmod a-w foo > $ test ! -w foo || echo still writable > $ (echo y > foo) && echo can write to unwritable > $ cat foo As root I see: # echo x > foo # chmod a-w foo # test ! -w foo || echo still writable still writable # (echo y > foo) && echo can write to unwritable can write to unwritable # cat foo y As a regular user, I see: $ echo x > foo $ chmod a-w foo $ test ! -w foo || echo still writable $ (echo y > foo) && echo can write to unwritable bash: foo: Permission denied $ cat foo x This is as I'd expect, as root can always write to a file, regardless of permissions. Due to our particular build environment, automake is built and tested as the root user in a chroot environment. Regards, Matt.
Running from installcheck: no Using TAP: no PATH = /sources/automake-1.12/t/ax:/sources/automake-1.12/t/wrap:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin:/usr/sbin ++ pwd /sources/automake-1.12/t/get-sysconf.dir + st=0 + test -d /sources/automake-1.12/.git + test -f /sources/automake-1.12/ChangeLog + awk ' BEGIN { first = 1 } (first == 1) { print; first = 0; next; } /^[^\t]/ { exit(0); } { print } ' /sources/automake-1.12/ChangeLog 2012-04-25 Stefano Lattarini <stefano.lattar...@gmail.com> release: stable major release 1.12 * configure.ac (AC_INIT): Bump version number to 1.12. * NEWS: Likewise. * m4/amversion.m4 (AM_AUTOMAKE_VERSION): Likewise (autoupdated by ./bootstrap). + /usr/bin/perl -V Summary of my perl5 (revision 5 version 14 subversion 2) configuration: Platform: osname=linux, osvers=3.3.2-6.fc16.x86_64, archname=x86_64-linux uname='linux kyoto.localdomain 3.3.2-6.fc16.x86_64 #1 smp sat apr 21 12:43:20 utc 2012 x86_64 gnulinux ' config_args='-des -Dprefix=/usr -Dvendorprefix=/usr -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dpager=/usr/bin/less -isR -Duseshrplib' hint=recommended, useposix=true, d_sigaction=define useithreads=undef, usemultiplicity=undef useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef use64bitint=define, use64bitall=define, uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O2', cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include' ccversion='', gccversion='4.7.0', gccosandvers='' intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16 ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='cc', ldflags =' -fstack-protector -L/usr/local/lib' libpth=/usr/local/lib /lib/../lib64 /usr/lib/../lib64 /lib /usr/lib /lib64 /usr/lib64 libs=-lnsl -lgdbm -ldl -lm -lcrypt -lutil -lc -lgdbm_compat perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc libc=/lib/libc-2.15.so, so=so, useshrplib=true, libperl=libperl.so gnulibc_version='2.15' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-rpath,/usr/lib/perl5/5.14.2/x86_64-linux/CORE' cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector' Characteristics of this binary (from libperl): Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP PERL_PRESERVE_IVUV USE_64_BIT_ALL USE_64_BIT_INT USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF Built under linux Compiled at Apr 28 2012 15:07:20 @INC: /usr/lib/perl5/site_perl/5.14.2/x86_64-linux /usr/lib/perl5/site_perl/5.14.2 /usr/lib/perl5/vendor_perl/5.14.2/x86_64-linux /usr/lib/perl5/vendor_perl/5.14.2 /usr/lib/perl5/5.14.2/x86_64-linux /usr/lib/perl5/5.14.2 . + /usr/bin/perl -e 'use TAP::Parser; print $TAP::Parser::VERSION, "\n"' 3.23 + cat /sources/automake-1.12/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.12, which was generated by GNU Autoconf 2.68. Invocation command line was $ ./configure --prefix=/usr --docdir=/usr/share/doc/automake-1.12 ## --------- ## ## Platform. ## ## --------- ## hostname = kyoto.localdomain uname -m = x86_64 uname -r = 3.3.2-6.fc16.x86_64 uname -s = Linux uname -v = #1 SMP Sat Apr 21 12:43:20 UTC 2012 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /bin PATH: /usr/bin PATH: /sbin PATH: /usr/sbin PATH: /tools/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2007: checking whether make supports nested variables configure:2024: result: yes configure:2040: checking build system type configure:2054: result: x86_64-unknown-linux-gnu configure:2074: checking host system type configure:2087: result: x86_64-unknown-linux-gnu configure:2140: checking for a BSD-compatible install configure:2208: result: /usr/bin/install -c configure:2219: checking whether build environment is sane configure:2274: result: yes configure:2425: checking for a thread-safe mkdir -p configure:2464: result: /bin/mkdir -p configure:2477: checking for gawk configure:2493: found /tools/bin/gawk configure:2504: result: gawk configure:2515: checking whether make sets $(MAKE) configure:2537: result: yes configure:2637: checking for perl configure:2655: found /usr/bin/perl configure:2667: result: /usr/bin/perl configure:2679: /usr/bin/perl --version This is perl 5, version 14, subversion 2 (v5.14.2) built for x86_64-linux Copyright 1987-2011, 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:2682: $? = 0 configure:2692: checking whether /usr/bin/perl supports ithreads configure:2715: result: no configure:2727: checking for tex configure:2757: result: no configure:2765: --version </dev/null ./configure: line 2766: --version: command not found configure:2768: $? = 127 configure:2786: checking for yacc configure:2802: found /usr/bin/yacc configure:2813: result: yacc configure:2829: checking for lex configure:2859: result: no configure:2829: checking for flex configure:2859: result: no configure:2876: checking whether autoconf is installed configure:2881: 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:2884: $? = 0 configure:2892: result: yes configure:2899: checking whether autoconf works configure:2906: cd conftest && autoconf -o /dev/null conftest.ac configure:2909: $? = 0 configure:2918: result: yes configure:2925: checking whether autoconf is recent enough configure:2932: cd conftest && autoconf -o /dev/null conftest.ac configure:2935: $? = 0 configure:2944: result: yes configure:2951: checking whether ln works configure:2971: result: yes configure:2986: checking for grep that handles long lines and -e configure:3044: result: /bin/grep configure:3049: checking for egrep configure:3111: result: /bin/grep -E configure:3116: checking for fgrep configure:3178: result: /bin/grep -F configure:3184: checking whether /bin/sh has working 'set -e' with exit trap configure:3197: result: yes configure:3228: will now look for generic compilers configure:3291: checking for cc configure:3307: found /usr/bin/cc configure:3318: result: cc configure:3351: checking for C compiler version configure:3360: cc --version >&5 cc (GCC) 4.7.0 Copyright (C) 2012 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:3371: $? = 0 configure:3360: cc -v >&5 Using built-in specs. COLLECT_GCC=cc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../gcc-4.7.0/configure --prefix=/usr --libexecdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++ --disable-multilib --disable-bootstrap --with-system-zlib Thread model: posix gcc version 4.7.0 (GCC) configure:3371: $? = 0 configure:3360: cc -V >&5 cc: error: unrecognized command line option '-V' cc: fatal error: no input files compilation terminated. configure:3371: $? = 1 configure:3360: cc -qversion >&5 cc: error: unrecognized command line option '-qversion' cc: fatal error: no input files compilation terminated. configure:3371: $? = 1 configure:3391: checking whether the C compiler works configure:3413: cc conftest.c >&5 configure:3417: $? = 0 configure:3467: result: yes configure:3470: checking for C compiler default output file name configure:3472: result: a.out configure:3478: checking for suffix of executables configure:3485: cc -o conftest conftest.c >&5 configure:3489: $? = 0 configure:3513: result: configure:3535: checking whether we are cross compiling configure:3543: cc -o conftest conftest.c >&5 configure:3547: $? = 0 configure:3554: ./conftest configure:3558: $? = 0 configure:3576: result: no configure:3581: checking for suffix of object files configure:3603: cc -c conftest.c >&5 configure:3607: $? = 0 configure:3630: result: o configure:3634: checking whether we are using the GNU C compiler configure:3653: cc -c conftest.c >&5 configure:3653: $? = 0 configure:3662: result: yes configure:3671: checking whether cc accepts -g configure:3691: cc -c -g conftest.c >&5 configure:3691: $? = 0 configure:3732: result: yes configure:3749: checking for cc option to accept ISO C89 configure:3813: cc -c -g -O2 conftest.c >&5 configure:3813: $? = 0 configure:3826: result: none needed configure:3938: checking for aCC configure:3968: result: no configure:3938: checking for CC configure:3968: result: no configure:3938: checking for FCC configure:3968: result: no configure:3938: checking for KCC configure:3968: result: no configure:3938: checking for RCC configure:3968: result: no configure:3938: checking for xlC_r configure:3968: result: no configure:3938: checking for xlC configure:3968: result: no configure:3938: checking for c++ configure:3954: found /usr/bin/c++ configure:3965: result: c++ configure:3992: checking for C++ compiler version configure:4001: c++ --version >&5 c++ (GCC) 4.7.0 Copyright (C) 2012 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:4012: $? = 0 configure:4001: c++ -v >&5 Using built-in specs. COLLECT_GCC=c++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../gcc-4.7.0/configure --prefix=/usr --libexecdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++ --disable-multilib --disable-bootstrap --with-system-zlib Thread model: posix gcc version 4.7.0 (GCC) configure:4012: $? = 0 configure:4001: c++ -V >&5 c++: error: unrecognized command line option '-V' c++: fatal error: no input files compilation terminated. configure:4012: $? = 1 configure:4001: c++ -qversion >&5 c++: error: unrecognized command line option '-qversion' c++: fatal error: no input files compilation terminated. configure:4012: $? = 1 configure:4032: checking whether the C++ compiler works configure:4054: c++ conftest.cpp >&5 configure:4058: $? = 0 configure:4108: result: yes configure:4111: checking for C++ compiler default output file name configure:4113: result: a.out configure:4119: checking for suffix of executables configure:4126: c++ -o conftest conftest.cpp >&5 configure:4130: $? = 0 configure:4154: result: configure:4176: checking whether we are cross compiling configure:4184: c++ -o conftest conftest.cpp >&5 configure:4188: $? = 0 configure:4195: ./conftest configure:4199: $? = 0 configure:4217: result: no configure:4222: checking for suffix of object files configure:4244: c++ -c conftest.cpp >&5 configure:4248: $? = 0 configure:4271: result: o configure:4275: checking whether we are using the GNU C++ compiler configure:4294: c++ -c conftest.cpp >&5 configure:4294: $? = 0 configure:4303: result: yes configure:4312: checking whether c++ accepts -g configure:4332: c++ -c -g conftest.cpp >&5 configure:4332: $? = 0 configure:4373: result: yes configure:4484: checking for xlf95 configure:4514: result: no configure:4484: checking for f95 configure:4514: result: no configure:4484: checking for fort configure:4514: result: no configure:4484: checking for ifort configure:4514: result: no configure:4484: checking for ifc configure:4514: result: no configure:4484: checking for efc configure:4514: result: no configure:4484: checking for pgfortran configure:4514: result: no configure:4484: checking for pgf95 configure:4514: result: no configure:4484: checking for lf95 configure:4514: result: no configure:4484: checking for ftn configure:4514: result: no configure:4484: checking for nagfor configure:4514: result: no configure:4484: checking for xlf90 configure:4514: result: no configure:4484: checking for f90 configure:4514: result: no configure:4484: checking for pgf90 configure:4514: result: no configure:4484: checking for pghpf configure:4514: result: no configure:4484: checking for epcf90 configure:4514: result: no configure:4484: checking for g95 configure:4514: result: no configure:4484: checking for gfortran configure:4514: result: no configure:4537: checking for Fortran compiler version configure:4546: --version >&5 ./configure: line 4548: --version: command not found configure:4557: $? = 127 configure:4546: -v >&5 ./configure: line 4548: -v: command not found configure:4557: $? = 127 configure:4546: -V >&5 ./configure: line 4548: -V: command not found configure:4557: $? = 127 configure:4546: -qversion >&5 ./configure: line 4548: -qversion: command not found configure:4557: $? = 127 configure:4572: checking whether the Fortran compiler works configure:4594: conftest.f >&5 ./configure: line 4596: conftest.f: command not found configure:4598: $? = 127 configure:4636: result: no configure: failed program was: | program main | | end configure:4642: WARNING: Fortran compiler cannot create executables configure:4881: tests requiring the Fortran compiler will be skipped configure:4962: checking for xlf configure:4992: result: no configure:4962: checking for f77 configure:4992: result: no configure:4962: checking for frt configure:4992: result: no configure:4962: checking for pgf77 configure:4992: result: no configure:4962: checking for cf77 configure:4992: result: no configure:4962: checking for fort77 configure:4992: result: no configure:4962: checking for fl32 configure:4992: result: no configure:4962: checking for af77 configure:4992: result: no configure:4962: checking for g77 configure:4992: result: no configure:4962: checking for gfortran configure:4992: result: no configure:5015: checking for Fortran 77 compiler version configure:5024: --version >&5 ./configure: line 5026: --version: command not found configure:5035: $? = 127 configure:5024: -v >&5 ./configure: line 5026: -v: command not found configure:5035: $? = 127 configure:5024: -V >&5 ./configure: line 5026: -V: command not found configure:5035: $? = 127 configure:5024: -qversion >&5 ./configure: line 5026: -qversion: command not found configure:5035: $? = 127 configure:5050: checking whether the Fortran 77 compiler works configure:5072: conftest.f >&5 ./configure: line 5074: conftest.f: command not found configure:5076: $? = 127 configure:5114: result: no configure: failed program was: | program main | | end configure:5120: WARNING: Fortran 77 compiler cannot create executables configure:5364: tests requiring the Fortran 77 compiler will be skipped configure:5396: will now look for GNU compilers configure:5403: cc is already a GNU C compiler configure:5508: cc --version && cc -v cc (GCC) 4.7.0 Copyright (C) 2012 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/lib/gcc/x86_64-unknown-linux-gnu/4.7.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../gcc-4.7.0/configure --prefix=/usr --libexecdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++ --disable-multilib --disable-bootstrap --with-system-zlib Thread model: posix gcc version 4.7.0 (GCC) configure:5511: $? = 0 configure:5525: c++ is already a GNU C++ compiler configure:5631: c++ --version && c++ -v c++ (GCC) 4.7.0 Copyright (C) 2012 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/lib/gcc/x86_64-unknown-linux-gnu/4.7.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../gcc-4.7.0/configure --prefix=/usr --libexecdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++ --disable-multilib --disable-bootstrap --with-system-zlib Thread model: posix gcc version 4.7.0 (GCC) configure:5634: $? = 0 configure:5702: checking for gfortran configure:5732: result: no configure:5754: false --version && false -v configure:5757: $? = 1 configure:5761: WARNING: botched installation for GNU Fortran compiler configure:5763: tests requiring the GNU Fortran compiler will be skipped configure:5825: checking for g77 configure:5855: result: no configure:5825: checking for gfortran configure:5855: result: no configure:5877: false --version && false -v configure:5880: $? = 1 configure:5884: WARNING: botched installation for GNU Fortran 77 compiler configure:5886: tests requiring the GNU Fortran 77 compiler will be skipped configure:5942: checking for gcj configure:5972: result: no configure:5993: false --version && false -v configure:5996: $? = 1 configure:6000: WARNING: botched installation for GNU Java compiler configure:6002: tests requiring the GNU Java compiler will be skipped configure:6173: checking that generated files are newer than configure configure:6179: result: done configure:6194: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.12, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on kyoto.localdomain config.status:834: creating Makefile config.status:834: creating t/wrap/aclocal-1.12 config.status:834: creating t/wrap/automake-1.12 ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes 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-unknown-linux-gnu ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GREP=/bin/grep ac_cv_path_PERL=/usr/bin/perl ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_YACC=yacc 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_PERL_ithreads=no am_cv_prog_ln=ln am_cv_sh_errexit_works=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='perllibdir="/sources/automake-1.12/lib:./lib" "/sources/automake-1.12/aclocal" --acdir=m4 -I m4' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' APIVERSION='1.12' AUTOCONF='${SHELL} /sources/automake-1.12/lib/missing --run autoconf' AUTOHEADER='${SHELL} /sources/automake-1.12/lib/missing --run autoheader' AUTOMAKE='perllibdir="/sources/automake-1.12/lib:./lib" "/sources/automake-1.12/automake" --libdir=lib' 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.12\" -DPACKAGE_STRING=\"GNU\ Automake\ 1.12\" -DPACKAGE_BUGREPORT=\"bug-automake@gnu.org\" -DPACKAGE_URL=\"http://www.gnu.org/software/automake/\"' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='UNKNOWN' F77='false' FC='false' FCFLAGS='' FFLAGS='' FGREP='/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='/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS='' LEX='false' LIBOBJS='' LIBS='' LN='ln' LTLIBOBJS='' MAKEINFO='${SHELL} /sources/automake-1.12/lib/missing --run makeinfo' MKDIR_P='/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.12' PACKAGE_TARNAME='automake' PACKAGE_URL='http://www.gnu.org/software/automake/' PACKAGE_VERSION='1.12' PATH_SEPARATOR=':' PERL='/usr/bin/perl' PERL_THREADS='0' SET_MAKE='' SHELL='/bin/sh' STRIP='' TEX='' VERSION='1.12' YACC='yacc' 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 -' amdir='${pkgvdatadir}/am' automake_acdir='${datadir}/aclocal-1.12' 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='/usr/share/doc/automake-1.12' 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} /sources/automake-1.12/lib/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' pkgvdatadir='${datadir}/automake-1.12' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' scriptdir='${pkgvdatadir}' sh_errexit_works='yes' 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.12" #define PACKAGE_STRING "GNU Automake 1.12" #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.12, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=- on kyoto.localdomain ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.12, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=- on kyoto.localdomain ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.12, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=- on kyoto.localdomain ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.12, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status Makefile on kyoto.localdomain config.status:834: creating Makefile ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.12, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=- on kyoto.localdomain ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.12, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=- on kyoto.localdomain ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.12, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=- on kyoto.localdomain ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.12, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=- on kyoto.localdomain + cat /sources/automake-1.12/t/wrap/aclocal-1.12 #!/bin/sh # t/wrap/aclocal-1.12. Generated from aclocal.in by configure. # Copyright (C) 2012 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # Be Bourne compatible if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' fi perllibdir="/sources/automake-1.12/lib:/sources/automake-1.12/lib" export perllibdir exec "/sources/automake-1.12/aclocal" "--automake-acdir=/sources/automake-1.12/m4" \ "--system-acdir=/sources/automake-1.12/m4/acdir" ${1+"$@"} + cat /sources/automake-1.12/t/wrap/automake-1.12 #!/bin/sh # t/wrap/automake-1.12. Generated from automake.in by configure. # Copyright (C) 2012 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # Be Bourne compatible if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' fi perllibdir="/sources/automake-1.12/lib:/sources/automake-1.12/lib" export perllibdir exec "/sources/automake-1.12/automake" "--libdir=/sources/automake-1.12/lib" ${1+"$@"} + test 0 -eq 0 + Exit 77 + set +e + test 77 = 77 + am__test_skipped=yes + exit 77 + exit 77 + exit_status=77 + set +e + cd /sources/automake-1.12 + test no = yes + case $am_explicit_skips in + test 77 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x get-sysconf: exit 77