Home | History | Annotate | Download | only in elfutils
      1 This file contains any messages produced by compilers while
      2 running configure, to aid debugging if configure makes a mistake.
      3 
      4 It was created by Red Hat elfutils configure 0.97, which was
      5 generated by GNU Autoconf 2.59.  Invocation command line was
      6 
      7   $ ./configure --prefix /work/elfutils/google/linux-install-elfutils-0.97/ --no-create --no-recursion
      8 
      9 ## --------- ##
     10 ## Platform. ##
     11 ## --------- ##
     12 
     13 hostname = in2it.corp.google.com
     14 uname -m = i686
     15 uname -r = 2.6.16.11-gg1
     16 uname -s = Linux
     17 uname -v = #1 SMP Wed Apr 26 14:42:26 PDT 2006
     18 
     19 /usr/bin/uname -p = unknown
     20 /bin/uname -X     = unknown
     21 
     22 /bin/arch              = i686
     23 /usr/bin/arch -k       = unknown
     24 /usr/convex/getsysinfo = unknown
     25 hostinfo               = unknown
     26 /bin/machine           = unknown
     27 /usr/bin/oslevel       = unknown
     28 /bin/universe          = unknown
     29 
     30 PATH: /usr/local/scripts
     31 PATH: /usr/local/symlinks
     32 PATH: /usr/local/sbin
     33 PATH: /usr/local/bin
     34 PATH: /usr/sbin
     35 PATH: /usr/bin
     36 PATH: /sbin
     37 PATH: /bin
     38 PATH: /usr/bin/X11
     39 PATH: /usr/games
     40 PATH: /work/android/device/prebuilt/Linux/toolchain/bin/
     41 PATH: /home/build/public/google/tools/
     42 PATH: /work/elfcopy
     43 PATH: /work/aldd
     44 PATH: /work/symchange
     45 PATH: /work/lsd
     46 PATH: /work/elfutils-0.97-install/bin/
     47 PATH: .
     48 PATH: /home/malchev/bin
     49 PATH: /work/android/device/out/linux-arm-release/host/bin
     50 PATH: /work/android/device/prebuilt/Linux/toolchain/arm-elf
     51 PATH: /work/android/device/prebuilt/Linux/toolchain/bin/
     52 PATH: /home/build/public/google/tools/
     53 PATH: /work/elfcopy
     54 PATH: /work/aldd
     55 PATH: /work/soslim
     56 PATH: /work/lsd
     57 PATH: /work/elfutils-0.97-install/bin/
     58 PATH: .
     59 
     60 
     61 ## ----------- ##
     62 ## Core tests. ##
     63 ## ----------- ##
     64 
     65 configure:1345: checking for a BSD-compatible install
     66 configure:1400: result: /usr/bin/install -c
     67 configure:1411: checking whether build environment is sane
     68 configure:1454: result: yes
     69 configure:1519: checking for gawk
     70 configure:1535: found /usr/bin/gawk
     71 configure:1545: result: gawk
     72 configure:1555: checking whether make sets $(MAKE)
     73 configure:1575: result: yes
     74 configure:1774: checking build system type
     75 configure:1792: result: i686-pc-linux-gnu
     76 configure:1800: checking host system type
     77 configure:1814: result: i686-pc-linux-gnu
     78 configure:1882: checking for gcc
     79 configure:1898: found /usr/bin/gcc
     80 configure:1908: result: gcc
     81 configure:2152: checking for C compiler version
     82 configure:2155: gcc --version </dev/null >&5
     83 gcc (GCC) 3.3.5 (Debian 1:3.3.5-8ubuntu2.1)
     84 Copyright (C) 2003 Free Software Foundation, Inc.
     85 This is free software; see the source for copying conditions.  There is NO
     86 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
     87 
     88 configure:2158: $? = 0
     89 configure:2160: gcc -v </dev/null >&5
     90 Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.5/specs
     91 Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
     92 Thread model: posix
     93 gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2.1)
     94 configure:2163: $? = 0
     95 configure:2165: gcc -V </dev/null >&5
     96 gcc: `-V' option must have argument
     97 configure:2168: $? = 1
     98 configure:2191: checking for C compiler default output file name
     99 configure:2194: gcc    conftest.c  >&5
    100 configure:2197: $? = 0
    101 configure:2243: result: a.out
    102 configure:2248: checking whether the C compiler works
    103 configure:2254: ./a.out
    104 configure:2257: $? = 0
    105 configure:2274: result: yes
    106 configure:2281: checking whether we are cross compiling
    107 configure:2283: result: no
    108 configure:2286: checking for suffix of executables
    109 configure:2288: gcc -o conftest    conftest.c  >&5
    110 configure:2291: $? = 0
    111 configure:2316: result: 
    112 configure:2322: checking for suffix of object files
    113 configure:2343: gcc -c   conftest.c >&5
    114 configure:2346: $? = 0
    115 configure:2368: result: o
    116 configure:2372: checking whether we are using the GNU C compiler
    117 configure:2396: gcc -c   conftest.c >&5
    118 configure:2402: $? = 0
    119 configure:2405: test -z 			 || test ! -s conftest.err
    120 configure:2408: $? = 0
    121 configure:2411: test -s conftest.o
    122 configure:2414: $? = 0
    123 configure:2427: result: yes
    124 configure:2433: checking whether gcc accepts -g
    125 configure:2454: gcc -c -g  conftest.c >&5
    126 configure:2460: $? = 0
    127 configure:2463: test -z 			 || test ! -s conftest.err
    128 configure:2466: $? = 0
    129 configure:2469: test -s conftest.o
    130 configure:2472: $? = 0
    131 configure:2483: result: yes
    132 configure:2500: checking for gcc option to accept ANSI C
    133 configure:2570: gcc  -c -g -O2  conftest.c >&5
    134 configure:2576: $? = 0
    135 configure:2579: test -z 			 || test ! -s conftest.err
    136 configure:2582: $? = 0
    137 configure:2585: test -s conftest.o
    138 configure:2588: $? = 0
    139 configure:2606: result: none needed
    140 configure:2624: gcc -c -g -O2  conftest.c >&5
    141 conftest.c:2: error: syntax error before "me"
    142 configure:2630: $? = 1
    143 configure: failed program was:
    144 | #ifndef __cplusplus
    145 |   choke me
    146 | #endif
    147 configure:2771: checking for style of include used by make
    148 configure:2799: result: GNU
    149 configure:2827: checking dependency style of gcc
    150 configure:2917: result: gcc3
    151 configure:2939: checking how to run the C preprocessor
    152 configure:2974: gcc -E  conftest.c
    153 configure:2980: $? = 0
    154 configure:3012: gcc -E  conftest.c
    155 conftest.c:11:28: ac_nonexistent.h: No such file or directory
    156 configure:3018: $? = 1
    157 configure: failed program was:
    158 | /* confdefs.h.  */
    159 | 
    160 | #define PACKAGE_NAME "Red Hat elfutils"
    161 | #define PACKAGE_TARNAME "elfutils"
    162 | #define PACKAGE_VERSION "0.97"
    163 | #define PACKAGE_STRING "Red Hat elfutils 0.97"
    164 | #define PACKAGE_BUGREPORT "http://bugzilla.redhat.com/bugzilla/"
    165 | #define PACKAGE "elfutils"
    166 | #define VERSION "0.97"
    167 | /* end confdefs.h.  */
    168 | #include <ac_nonexistent.h>
    169 configure:3057: result: gcc -E
    170 configure:3081: gcc -E  conftest.c
    171 configure:3087: $? = 0
    172 configure:3119: gcc -E  conftest.c
    173 conftest.c:11:28: ac_nonexistent.h: No such file or directory
    174 configure:3125: $? = 1
    175 configure: failed program was:
    176 | /* confdefs.h.  */
    177 | 
    178 | #define PACKAGE_NAME "Red Hat elfutils"
    179 | #define PACKAGE_TARNAME "elfutils"
    180 | #define PACKAGE_VERSION "0.97"
    181 | #define PACKAGE_STRING "Red Hat elfutils 0.97"
    182 | #define PACKAGE_BUGREPORT "http://bugzilla.redhat.com/bugzilla/"
    183 | #define PACKAGE "elfutils"
    184 | #define VERSION "0.97"
    185 | /* end confdefs.h.  */
    186 | #include <ac_nonexistent.h>
    187 configure:3170: checking for egrep
    188 configure:3180: result: grep -E
    189 configure:3186: checking whether gcc needs -traditional
    190 configure:3228: result: no
    191 configure:3250: checking for msgfmt
    192 configure:3278: result: /usr/bin/msgfmt
    193 configure:3287: checking for gmsgfmt
    194 configure:3318: result: /usr/bin/msgfmt
    195 configure:3328: checking for xgettext
    196 configure:3356: result: /usr/bin/xgettext
    197 configure:3367: checking for msgmerge
    198 configure:3394: result: /usr/bin/msgmerge
    199 configure:3456: checking for ld used by GCC
    200 configure:3519: result: /usr/bin/ld
    201 configure:3528: checking if the linker (/usr/bin/ld) is GNU ld
    202 GNU ld version 2.15
    203 configure:3540: result: yes
    204 configure:3546: checking for shared library run path origin
    205 configure:3559: result: done
    206 configure:3944: checking whether NLS is requested
    207 configure:3953: result: yes
    208 configure:3970: checking for GNU gettext in libc
    209 configure:3994: gcc -o conftest -g -O2   conftest.c  >&5
    210 configure:4000: $? = 0
    211 configure:4003: test -z 			 || test ! -s conftest.err
    212 configure:4006: $? = 0
    213 configure:4009: test -s conftest
    214 configure:4012: $? = 0
    215 configure:4024: result: yes
    216 configure:4791: checking for ranlib
    217 configure:4807: found /usr/bin/ranlib
    218 configure:4818: result: ranlib
    219 configure:4834: checking for bison
    220 configure:4850: found /usr/bin/bison
    221 configure:4860: result: bison -y
    222 configure:4875: checking for flex
    223 configure:4891: found /usr/bin/flex
    224 configure:4901: result: flex
    225 configure:4914: checking for yywrap in -lfl
    226 configure:4944: gcc -o conftest -g -O2   conftest.c -lfl   >&5
    227 configure:4950: $? = 0
    228 configure:4953: test -z 			 || test ! -s conftest.err
    229 configure:4956: $? = 0
    230 configure:4959: test -s conftest
    231 configure:4962: $? = 0
    232 configure:4975: result: yes
    233 configure:5052: checking lex output file root
    234 configure:5063: flex conftest.l
    235 configure:5066: $? = 0
    236 configure:5078: result: lex.yy
    237 configure:5083: checking whether yytext is a pointer
    238 configure:5099: gcc -o conftest -g -O2   conftest.c  -lfl >&5
    239 configure:5105: $? = 0
    240 configure:5108: test -z 			 || test ! -s conftest.err
    241 configure:5111: $? = 0
    242 configure:5114: test -s conftest
    243 configure:5117: $? = 0
    244 configure:5131: result: yes
    245 configure:5146: checking for gcc with C99 support
    246 configure:5157: gcc -c -g -O2 -std=gnu99  conftest.c >&5
    247 configure:5163: $? = 0
    248 configure:5166: test -z 			 || test ! -s conftest.err
    249 configure:5169: $? = 0
    250 configure:5172: test -s conftest.o
    251 configure:5175: $? = 0
    252 configure:5187: result: yes
    253 configure:5215: checking for special C compiler options needed for large files
    254 configure:5312: result: no
    255 configure:5318: checking for _FILE_OFFSET_BITS value needed for large files
    256 configure:5349: gcc -c -g -O2  conftest.c >&5
    257 conftest.c:22: warning: left shift count >= width of type
    258 conftest.c:22: warning: left shift count >= width of type
    259 conftest.c:24: error: size of array `off_t_is_large' is negative
    260 configure:5355: $? = 1
    261 configure: failed program was:
    262 | /* confdefs.h.  */
    263 | 
    264 | #define PACKAGE_NAME "Red Hat elfutils"
    265 | #define PACKAGE_TARNAME "elfutils"
    266 | #define PACKAGE_VERSION "0.97"
    267 | #define PACKAGE_STRING "Red Hat elfutils 0.97"
    268 | #define PACKAGE_BUGREPORT "http://bugzilla.redhat.com/bugzilla/"
    269 | #define PACKAGE "elfutils"
    270 | #define VERSION "0.97"
    271 | #define ENABLE_NLS 1
    272 | #define HAVE_GETTEXT 1
    273 | #define HAVE_DCGETTEXT 1
    274 | #define YYTEXT_POINTER 1
    275 | #define LOCALEDIR "${prefix}/share"
    276 | /* end confdefs.h.  */
    277 | #include <sys/types.h>
    278 |  /* Check that off_t can represent 2**63 - 1 correctly.
    279 |     We can't simply define LARGE_OFF_T to be 9223372036854775807,
    280 |     since some C++ compilers masquerading as C compilers
    281 |     incorrectly reject 9223372036854775807.  */
    282 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
    283 |   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
    284 | 		       && LARGE_OFF_T % 2147483647 == 1)
    285 | 		      ? 1 : -1];
    286 | int
    287 | main ()
    288 | {
    289 | 
    290 |   ;
    291 |   return 0;
    292 | }
    293 configure:5401: gcc -c -g -O2  conftest.c >&5
    294 configure:5407: $? = 0
    295 configure:5410: test -z 			 || test ! -s conftest.err
    296 configure:5413: $? = 0
    297 configure:5416: test -s conftest.o
    298 configure:5419: $? = 0
    299 configure:5431: result: 64
    300 configure:5441: checking for _LARGE_FILES value needed for large files
    301 configure:5472: gcc -c -g -O2  conftest.c >&5
    302 configure:5478: $? = 0
    303 configure:5481: test -z 			 || test ! -s conftest.err
    304 configure:5484: $? = 0
    305 configure:5487: test -s conftest.o
    306 configure:5490: $? = 0
    307 configure:5554: result: no
    308 configure:5836: creating ./config.status
    309 
    310 ## ---------------- ##
    311 ## Cache variables. ##
    312 ## ---------------- ##
    313 
    314 ac_cv_build=i686-pc-linux-gnu
    315 ac_cv_build_alias=i686-pc-linux-gnu
    316 ac_cv_c99=yes
    317 ac_cv_c_compiler_gnu=yes
    318 ac_cv_env_CC_set=
    319 ac_cv_env_CC_value=
    320 ac_cv_env_CFLAGS_set=
    321 ac_cv_env_CFLAGS_value=
    322 ac_cv_env_CPPFLAGS_set=
    323 ac_cv_env_CPPFLAGS_value=
    324 ac_cv_env_CPP_set=
    325 ac_cv_env_CPP_value=
    326 ac_cv_env_LDFLAGS_set=
    327 ac_cv_env_LDFLAGS_value=
    328 ac_cv_env_build_alias_set=
    329 ac_cv_env_build_alias_value=
    330 ac_cv_env_host_alias_set=
    331 ac_cv_env_host_alias_value=
    332 ac_cv_env_target_alias_set=
    333 ac_cv_env_target_alias_value=
    334 ac_cv_exeext=
    335 ac_cv_host=i686-pc-linux-gnu
    336 ac_cv_host_alias=i686-pc-linux-gnu
    337 ac_cv_lib_fl_yywrap=yes
    338 ac_cv_objext=o
    339 ac_cv_path_GMSGFMT=/usr/bin/msgfmt
    340 ac_cv_path_MSGFMT=/usr/bin/msgfmt
    341 ac_cv_path_MSGMERGE=/usr/bin/msgmerge
    342 ac_cv_path_XGETTEXT=/usr/bin/xgettext
    343 ac_cv_path_install='/usr/bin/install -c'
    344 ac_cv_prog_AWK=gawk
    345 ac_cv_prog_CPP='gcc -E'
    346 ac_cv_prog_LEX=flex
    347 ac_cv_prog_YACC='bison -y'
    348 ac_cv_prog_ac_ct_CC=gcc
    349 ac_cv_prog_ac_ct_RANLIB=ranlib
    350 ac_cv_prog_cc_g=yes
    351 ac_cv_prog_cc_stdc=
    352 ac_cv_prog_egrep='grep -E'
    353 ac_cv_prog_gcc_traditional=no
    354 ac_cv_prog_lex_root=lex.yy
    355 ac_cv_prog_lex_yytext_pointer=yes
    356 ac_cv_prog_make_make_set=yes
    357 ac_cv_sys_file_offset_bits=64
    358 ac_cv_sys_large_files=no
    359 ac_cv_sys_largefile_CC=no
    360 acl_cv_hardcode_direct=no
    361 acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
    362 acl_cv_hardcode_libdir_separator=
    363 acl_cv_hardcode_minus_L=no
    364 acl_cv_libext=a
    365 acl_cv_path_LD=/usr/bin/ld
    366 acl_cv_prog_gnu_ld=yes
    367 acl_cv_rpath=done
    368 acl_cv_shlibext=so
    369 acl_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib'
    370 acl_cv_sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
    371 acl_cv_wl=-Wl,
    372 am_cv_CC_dependencies_compiler_type=gcc3
    373 gt_cv_func_gnugettext1_libc=yes
    374 
    375 ## ----------------- ##
    376 ## Output variables. ##
    377 ## ----------------- ##
    378 
    379 ACLOCAL='${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run aclocal-1.9'
    380 AMDEPBACKSLASH='\'
    381 AMDEP_FALSE='#'
    382 AMDEP_TRUE=''
    383 AMTAR='${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run tar'
    384 AUTOCONF='${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run autoconf'
    385 AUTOHEADER='${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run autoheader'
    386 AUTOMAKE='${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run automake-1.9'
    387 AWK='gawk'
    388 CC='gcc'
    389 CCDEPMODE='depmode=gcc3'
    390 CFLAGS='-g -O2'
    391 CPP='gcc -E'
    392 CPPFLAGS=''
    393 CYGPATH_W='echo'
    394 DATADIRNAME='${prefix}/share'
    395 DEFS='-DHAVE_CONFIG_H'
    396 DEPDIR='.deps'
    397 ECHO_C=''
    398 ECHO_N='-n'
    399 ECHO_T=''
    400 EGREP='grep -E'
    401 EXEEXT=''
    402 GMSGFMT='/usr/bin/msgfmt'
    403 INSTALL_DATA='${INSTALL} -m 644'
    404 INSTALL_PROGRAM='${INSTALL}'
    405 INSTALL_SCRIPT='${INSTALL}'
    406 INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
    407 INTLLIBS=''
    408 LDFLAGS=''
    409 LEX='flex'
    410 LEXLIB='-lfl'
    411 LEX_OUTPUT_ROOT='lex.yy'
    412 LIBICONV='-liconv'
    413 LIBINTL=''
    414 LIBOBJS=''
    415 LIBS=''
    416 LOCALEDIR='${prefix}/share'
    417 LTLIBICONV='-liconv'
    418 LTLIBINTL=''
    419 LTLIBOBJS=''
    420 MAKEINFO='${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run makeinfo'
    421 MKINSTALLDIRS='config/mkinstalldirs'
    422 MSGFMT='/usr/bin/msgfmt'
    423 MSGMERGE='/usr/bin/msgmerge'
    424 MUDFLAP_FALSE=''
    425 MUDFLAP_TRUE='#'
    426 NATIVE_LD_FALSE=''
    427 NATIVE_LD_TRUE='#'
    428 OBJEXT='o'
    429 PACKAGE='elfutils'
    430 PACKAGE_BUGREPORT='http://bugzilla.redhat.com/bugzilla/'
    431 PACKAGE_NAME='Red Hat elfutils'
    432 PACKAGE_STRING='Red Hat elfutils 0.97'
    433 PACKAGE_TARNAME='elfutils'
    434 PACKAGE_VERSION='0.97'
    435 PATH_SEPARATOR=':'
    436 POSUB='po'
    437 RANLIB='ranlib'
    438 SET_MAKE=''
    439 SHELL='/bin/sh'
    440 STRIP=''
    441 USE_NLS='yes'
    442 VERSION='0.97'
    443 XGETTEXT='/usr/bin/xgettext'
    444 YACC='bison -y'
    445 ac_ct_CC='gcc'
    446 ac_ct_RANLIB='ranlib'
    447 ac_ct_STRIP=''
    448 am__fastdepCC_FALSE='#'
    449 am__fastdepCC_TRUE=''
    450 am__include='include'
    451 am__leading_dot='.'
    452 am__quote=''
    453 am__tar='${AMTAR} chof - "$$tardir"'
    454 am__untar='${AMTAR} xf -'
    455 base_cpu='none'
    456 bindir='${exec_prefix}/bin'
    457 build='i686-pc-linux-gnu'
    458 build_alias=''
    459 build_cpu='i686'
    460 build_os='linux-gnu'
    461 build_vendor='pc'
    462 datadir='${prefix}/share'
    463 exec_prefix='${prefix}'
    464 host='i686-pc-linux-gnu'
    465 host_alias=''
    466 host_cpu='i686'
    467 host_os='linux-gnu'
    468 host_vendor='pc'
    469 includedir='${prefix}/include'
    470 infodir='${prefix}/info'
    471 install_sh='/work/elfutils/stock/elfutils-0.97/config/install-sh'
    472 libdir='${exec_prefix}/lib'
    473 libexecdir='${exec_prefix}/libexec'
    474 localstatedir='${prefix}/var'
    475 mandir='${prefix}/man'
    476 mkdir_p='mkdir -p --'
    477 oldincludedir='/usr/include'
    478 prefix='/work/elfutils/google/linux-install-elfutils-0.97/'
    479 program_transform_name='s,x,x,'
    480 sbindir='${exec_prefix}/sbin'
    481 sharedstatedir='${prefix}/com'
    482 sysconfdir='${prefix}/etc'
    483 target_alias=''
    484 
    485 ## ----------- ##
    486 ## confdefs.h. ##
    487 ## ----------- ##
    488 
    489 #define ENABLE_NLS 1
    490 #define HAVE_DCGETTEXT 1
    491 #define HAVE_GETTEXT 1
    492 #define LOCALEDIR "${prefix}/share"
    493 #define PACKAGE "elfutils"
    494 #define PACKAGE_BUGREPORT "http://bugzilla.redhat.com/bugzilla/"
    495 #define PACKAGE_NAME "Red Hat elfutils"
    496 #define PACKAGE_STRING "Red Hat elfutils 0.97"
    497 #define PACKAGE_TARNAME "elfutils"
    498 #define PACKAGE_VERSION "0.97"
    499 #define VERSION "0.97"
    500 #define YYTEXT_POINTER 1
    501 #define _FILE_OFFSET_BITS 64
    502 
    503 configure: exit 0
    504 
    505 ## ---------------------- ##
    506 ## Running config.status. ##
    507 ## ---------------------- ##
    508 
    509 This file was extended by Red Hat elfutils config.status 0.97, which was
    510 generated by GNU Autoconf 2.59.  Invocation command line was
    511 
    512   CONFIG_FILES    = 
    513   CONFIG_HEADERS  = 
    514   CONFIG_LINKS    = 
    515   CONFIG_COMMANDS = 
    516   $ ./config.status 
    517 
    518 on in2it.corp.google.com
    519 
    520 config.status:783: creating config/Makefile
    521 config.status:783: creating Makefile
    522 config.status:783: creating m4/Makefile
    523 config.status:783: creating elfutils.spec
    524 config.status:783: creating doc/Makefile
    525 config.status:783: creating lib/Makefile
    526 config.status:783: creating libelf/Makefile
    527 config.status:783: creating libelf-po/Makefile.in
    528 config.status:783: creating libebl/Makefile
    529 config.status:783: creating libdw/Makefile
    530 config.status:783: creating libcpu/Makefile
    531 config.status:783: creating libasm/Makefile
    532 config.status:783: creating src/Makefile
    533 config.status:783: creating po/Makefile.in
    534 config.status:783: creating tests/Makefile
    535 config.status:849: creating config.h
    536 config.status:947: config.h is unchanged
    537 config.status:1127: executing depfiles commands
    538 config.status:1127: executing default-1 commands
    539 
    540 ## ---------------------- ##
    541 ## Running config.status. ##
    542 ## ---------------------- ##
    543 
    544 This file was extended by Red Hat elfutils config.status 0.97, which was
    545 generated by GNU Autoconf 2.59.  Invocation command line was
    546 
    547   CONFIG_FILES    = 
    548   CONFIG_HEADERS  = 
    549   CONFIG_LINKS    = 
    550   CONFIG_COMMANDS = 
    551   $ ./config.status config.h
    552 
    553 on in2it.corp.google.com
    554 
    555 config.status:849: creating config.h
    556 config.status:947: config.h is unchanged
    557