diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-07-29 11:32:42 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-07-29 11:32:42 -0400 |
commit | 26798bd6fe089dd61c903344f6bdfcba0b704d72 (patch) | |
tree | 111ee66c3f250c391735cf6e23f37892a0d0035f | |
parent | ChangeLog: updated (diff) | |
download | elfix-26798bd6fe089dd61c903344f6bdfcba0b704d72.tar.gz elfix-26798bd6fe089dd61c903344f6bdfcba0b704d72.tar.bz2 elfix-26798bd6fe089dd61c903344f6bdfcba0b704d72.zip |
Prepare release 0.5.20.5.2
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | Makefile.in | 5 | ||||
-rw-r--r-- | aclocal.m4 | 22 | ||||
-rw-r--r-- | autom4te.cache/output.0 | 159 | ||||
-rw-r--r-- | autom4te.cache/output.1 | 269 | ||||
-rw-r--r-- | autom4te.cache/requests | 40 | ||||
-rw-r--r-- | autom4te.cache/traces.0 | 184 | ||||
-rw-r--r-- | autom4te.cache/traces.1 | 518 | ||||
-rwxr-xr-x | configure | 269 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/Makefile.in | 5 | ||||
-rw-r--r-- | scripts/Makefile.in | 5 | ||||
-rw-r--r-- | src/Makefile.in | 5 | ||||
-rw-r--r-- | tests/Makefile.in | 5 | ||||
-rw-r--r-- | tests/gnustack/Makefile.in | 65 | ||||
-rw-r--r-- | tests/pxtpax/Makefile.in | 5 |
16 files changed, 653 insertions, 906 deletions
@@ -1,5 +1,6 @@ 2012-07-29 + * Release 0.5.2 * remove unnecessary check for yasm in configure.ac * make tests/gnustack machine independant by generating native assembly using gcc diff --git a/Makefile.in b/Makefile.in index 82dfda6..c660513 100644 --- a/Makefile.in +++ b/Makefile.in @@ -113,9 +113,6 @@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ -CCAS = @CCAS@ -CCASDEPMODE = @CCASDEPMODE@ -CCASFLAGS = @CCASFLAGS@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ @@ -149,6 +146,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ @@ -171,7 +169,6 @@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ -has_yasm = @has_yasm@ host_alias = @host_alias@ htmldir = @htmldir@ includedir = @includedir@ @@ -55,28 +55,6 @@ m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) -# Figure out how to run the assembler. -*- Autoconf -*- - -# Copyright (C) 2001, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 5 - -# AM_PROG_AS -# ---------- -AC_DEFUN([AM_PROG_AS], -[# By default we simply use the C compiler to build assembly code. -AC_REQUIRE([AC_PROG_CC]) -test "${CCAS+set}" = set || CCAS=$CC -test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS -AC_ARG_VAR([CCAS], [assembler compiler command (defaults to CC)]) -AC_ARG_VAR([CCASFLAGS], [assembler compiler flags (defaults to CFLAGS)]) -_AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES([CCAS])])dnl -]) - # AM_AUX_DIR_EXPAND -*- Autoconf -*- # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. diff --git a/autom4te.cache/output.0 b/autom4te.cache/output.0 index c8b2546..680b8f4 100644 --- a/autom4te.cache/output.0 +++ b/autom4te.cache/output.0 @@ -1,6 +1,6 @@ @%:@! /bin/sh @%:@ Guess values for system-dependent variables and create Makefiles. -@%:@ Generated by GNU Autoconf 2.68 for elfix 0.5.0. +@%:@ Generated by GNU Autoconf 2.68 for elfix 0.5.2. @%:@ @%:@ Report bugs to <http://bugs.gentoo.org/>. @%:@ @@ -560,8 +560,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='elfix' PACKAGE_TARNAME='elfix' -PACKAGE_VERSION='0.5.0' -PACKAGE_STRING='elfix 0.5.0' +PACKAGE_VERSION='0.5.2' +PACKAGE_STRING='elfix 0.5.2' PACKAGE_BUGREPORT='http://bugs.gentoo.org/' PACKAGE_URL='' @@ -607,6 +607,7 @@ ac_subst_vars='am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS LIB@&t@OBJS +SED EGREP GREP CPP @@ -628,7 +629,8 @@ CFLAGS CC TEST_FALSE TEST_TRUE -has_yasm +AM_BACKSLASH +AM_DEFAULT_VERBOSITY am__untar am__tar AMTAR @@ -693,6 +695,7 @@ SHELL' ac_subst_files='' ac_user_opts=' enable_option_checking +enable_silent_rules enable_tests enable_xattr enable_dependency_tracking @@ -1248,7 +1251,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures elfix 0.5.0 to adapt to many kinds of systems. +\`configure' configures elfix 0.5.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1314,7 +1317,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of elfix 0.5.0:";; + short | recursive ) echo "Configuration of elfix 0.5.2:";; esac cat <<\_ACEOF @@ -1322,6 +1325,8 @@ Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-silent-rules less verbose build output (undo: `make V=1') + --disable-silent-rules verbose build output (undo: `make V=0') --enable-tests perform tests --enable-xattr enable support for pax markings in xattrs --disable-dependency-tracking speeds up one-time build @@ -1403,7 +1408,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -elfix configure 0.5.0 +elfix configure 0.5.2 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1879,7 +1884,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by elfix $as_me 0.5.0, which was +It was created by elfix $as_me 0.5.2, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2700,7 +2705,7 @@ fi # Define the identity of the package. PACKAGE='elfix' - VERSION='0.5.0' + VERSION='0.5.2' cat >>confdefs.h <<_ACEOF @@ -2740,61 +2745,26 @@ am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' - -@%:@ Check whether --enable-tests was given. -if test "${enable_tests+set}" = set; then : - enableval=$enable_tests; - if test "x$enable_tests" = "xyes"; then : - - # Extract the first word of "yasm", so it can be a program name with args. -set dummy yasm; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_has_yasm+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$has_yasm"; then - ac_cv_prog_has_yasm="$has_yasm" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_has_yasm=""yes"" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - - test -z "$ac_cv_prog_has_yasm" && ac_cv_prog_has_yasm=""no"" -fi -fi -has_yasm=$ac_cv_prog_has_yasm -if test -n "$has_yasm"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $has_yasm" >&5 -$as_echo "$has_yasm" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } +@%:@ Check whether --enable-silent-rules was given. +if test "${enable_silent_rules+set}" = set; then : + enableval=$enable_silent_rules; fi +case $enable_silent_rules in +yes) AM_DEFAULT_VERBOSITY=0;; +no) AM_DEFAULT_VERBOSITY=1;; +*) AM_DEFAULT_VERBOSITY=0;; +esac +AM_BACKSLASH='\' - if test "x$has_yasm" = "xno"; then : - as_fn_error $? "\"Missing yasm assembler\"" "$LINENO" 5 -fi - - -fi - + +@%:@ Check whether --enable-tests was given. +if test "${enable_tests+set}" = set; then : + enableval=$enable_tests; test "x$enable_tests" = "xyes" fi - if test "x$has_yasm" = "xyes"; then + if test "x$enable_tests" = "xyes"; then TEST_TRUE= TEST_FALSE='#' else @@ -4975,6 +4945,75 @@ else fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 +$as_echo_n "checking for a sed that does not truncate output... " >&6; } +if ${ac_cv_path_SED+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ + for ac_i in 1 2 3 4 5 6 7; do + ac_script="$ac_script$as_nl$ac_script" + done + echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed + { ac_script=; unset ac_script;} + if test -z "$SED"; then + ac_path_SED_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in sed gsed; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue +# Check for GNU ac_path_SED and select it if it is found. + # Check for GNU $ac_path_SED +case `"$ac_path_SED" --version 2>&1` in +*GNU*) + ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo '' >> "conftest.nl" + "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_SED_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_SED="$ac_path_SED" + ac_path_SED_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_SED_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_SED"; then + as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 + fi +else + ac_cv_path_SED=$SED +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 +$as_echo "$ac_cv_path_SED" >&6; } + SED="$ac_cv_path_SED" + rm -f conftest.sed + # Checks for libraries. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for elf_begin in -lelf" >&5 @@ -6103,7 +6142,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by elfix $as_me 0.5.0, which was +This file was extended by elfix $as_me 0.5.2, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6169,7 +6208,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -elfix config.status 0.5.0 +elfix config.status 0.5.2 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff --git a/autom4te.cache/output.1 b/autom4te.cache/output.1 index f95d883..680b8f4 100644 --- a/autom4te.cache/output.1 +++ b/autom4te.cache/output.1 @@ -1,6 +1,6 @@ @%:@! /bin/sh @%:@ Guess values for system-dependent variables and create Makefiles. -@%:@ Generated by GNU Autoconf 2.68 for elfix 0.5.1. +@%:@ Generated by GNU Autoconf 2.68 for elfix 0.5.2. @%:@ @%:@ Report bugs to <http://bugs.gentoo.org/>. @%:@ @@ -560,8 +560,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='elfix' PACKAGE_TARNAME='elfix' -PACKAGE_VERSION='0.5.1' -PACKAGE_STRING='elfix 0.5.1' +PACKAGE_VERSION='0.5.2' +PACKAGE_STRING='elfix 0.5.2' PACKAGE_BUGREPORT='http://bugs.gentoo.org/' PACKAGE_URL='' @@ -607,11 +607,7 @@ ac_subst_vars='am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS LIB@&t@OBJS -am__fastdepCCAS_FALSE -am__fastdepCCAS_TRUE -CCASDEPMODE -CCASFLAGS -CCAS +SED EGREP GREP CPP @@ -633,7 +629,6 @@ CFLAGS CC TEST_FALSE TEST_TRUE -has_yasm AM_BACKSLASH AM_DEFAULT_VERBOSITY am__untar @@ -713,9 +708,7 @@ CFLAGS LDFLAGS LIBS CPPFLAGS -CPP -CCAS -CCASFLAGS' +CPP' # Initialize some variables set by options. @@ -1258,7 +1251,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures elfix 0.5.1 to adapt to many kinds of systems. +\`configure' configures elfix 0.5.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1324,7 +1317,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of elfix 0.5.1:";; + short | recursive ) echo "Configuration of elfix 0.5.2:";; esac cat <<\_ACEOF @@ -1348,8 +1341,6 @@ Some influential environment variables: CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if you have headers in a nonstandard directory <include dir> CPP C preprocessor - CCAS assembler compiler command (defaults to CC) - CCASFLAGS assembler compiler flags (defaults to CFLAGS) Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. @@ -1417,7 +1408,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -elfix configure 0.5.1 +elfix configure 0.5.2 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1893,7 +1884,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by elfix $as_me 0.5.1, which was +It was created by elfix $as_me 0.5.2, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2714,7 +2705,7 @@ fi # Define the identity of the package. PACKAGE='elfix' - VERSION='0.5.1' + VERSION='0.5.2' cat >>confdefs.h <<_ACEOF @@ -2769,58 +2760,11 @@ AM_BACKSLASH='\' @%:@ Check whether --enable-tests was given. if test "${enable_tests+set}" = set; then : - enableval=$enable_tests; - if test "x$enable_tests" = "xyes"; then : - - # Extract the first word of "yasm", so it can be a program name with args. -set dummy yasm; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_has_yasm+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$has_yasm"; then - ac_cv_prog_has_yasm="$has_yasm" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_has_yasm=""yes"" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS + enableval=$enable_tests; test "x$enable_tests" = "xyes" - test -z "$ac_cv_prog_has_yasm" && ac_cv_prog_has_yasm=""no"" -fi -fi -has_yasm=$ac_cv_prog_has_yasm -if test -n "$has_yasm"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $has_yasm" >&5 -$as_echo "$has_yasm" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } fi - - if test "x$has_yasm" = "xno"; then : - as_fn_error $? "\"Missing yasm assembler\"" "$LINENO" 5 -fi - - -fi - - -fi - - if test "x$has_yasm" = "xyes"; then + if test "x$enable_tests" = "xyes"; then TEST_TRUE= TEST_FALSE='#' else @@ -5001,137 +4945,74 @@ else fi -# By default we simply use the C compiler to build assembly code. - -test "${CCAS+set}" = set || CCAS=$CC -test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS - - - -depcc="$CCAS" am_compiler_list= - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 -$as_echo_n "checking dependency style of $depcc... " >&6; } -if ${am_cv_CCAS_dependencies_compiler_type+:} false; then : +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 +$as_echo_n "checking for a sed that does not truncate output... " >&6; } +if ${ac_cv_path_SED+:} false; then : $as_echo_n "(cached) " >&6 else - if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then - # We make a subdir and do the tests there. Otherwise we can end up - # making bogus files that we don't know about and never remove. For - # instance it was reported that on HP-UX the gcc test will end up - # making a dummy file named `D' -- because `-MD' means `put the output - # in D'. - mkdir conftest.dir - # Copy depcomp to subdir because otherwise we won't find it if we're - # using a relative directory. - cp "$am_depcomp" conftest.dir - cd conftest.dir - # We will build objects and dependencies in a subdirectory because - # it helps to detect inapplicable dependency modes. For instance - # both Tru64's cc and ICC support -MD to output dependencies as a - # side effect of compilation, but ICC will put the dependencies in - # the current directory while Tru64 will put them in the object - # directory. - mkdir sub - - am_cv_CCAS_dependencies_compiler_type=none - if test "$am_compiler_list" = ""; then - am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` - fi - am__universal=false - - - for depmode in $am_compiler_list; do - # Setup a source with many dependencies, because some compilers - # like to wrap large dependency lists on column 80 (with \), and - # we should not choose a depcomp mode which is confused by this. - # - # We need to recreate these files for each test, as the compiler may - # overwrite some of them when testing with obscure command lines. - # This happens at least with the AIX C compiler. - : > sub/conftest.c - for i in 1 2 3 4 5 6; do - echo '#include "conftst'$i'.h"' >> sub/conftest.c - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with - # Solaris 8's {/usr,}/bin/sh. - touch sub/conftst$i.h - done - echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf - - # We check with `-c' and `-o' for the sake of the "dashmstdout" - # mode. It turns out that the SunPro C++ compiler does not properly - # handle `-M -o', and we need to detect this. Also, some Intel - # versions had trouble with output in subdirs - am__obj=sub/conftest.${OBJEXT-o} - am__minus_obj="-o $am__obj" - case $depmode in - gcc) - # This depmode causes a compiler race in universal mode. - test "$am__universal" = false || continue - ;; - nosideeffect) - # after this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested - if test "x$enable_dependency_tracking" = xyes; then - continue - else - break - fi - ;; - msvisualcpp | msvcmsys) - # This compiler won't grok `-c -o', but also, the minuso test has - # not run yet. These depmodes are late enough in the game, and - # so weak that their functioning should not be impacted. - am__obj=conftest.${OBJEXT-o} - am__minus_obj= - ;; - none) break ;; - esac - if depmode=$depmode \ - source=sub/conftest.c object=$am__obj \ - depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ - $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ - >/dev/null 2>conftest.err && - grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && - grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && - grep $am__obj sub/conftest.Po > /dev/null 2>&1 && - ${MAKE-make} -s -f confmf > /dev/null 2>&1; then - # icc doesn't choke on unknown options, it will just issue warnings - # or remarks (even with -Werror). So we grep stderr for any message - # that says an option was ignored or not supported. - # When given -MP, icc 7.0 and 7.1 complain thusly: - # icc: Command line warning: ignoring option '-M'; no argument required - # The diagnosis changed in icc 8.0: - # icc: Command line remark: option '-MP' not supported - if (grep 'ignoring option' conftest.err || - grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else - am_cv_CCAS_dependencies_compiler_type=$depmode - break - fi + ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ + for ac_i in 1 2 3 4 5 6 7; do + ac_script="$ac_script$as_nl$ac_script" + done + echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed + { ac_script=; unset ac_script;} + if test -z "$SED"; then + ac_path_SED_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in sed gsed; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue +# Check for GNU ac_path_SED and select it if it is found. + # Check for GNU $ac_path_SED +case `"$ac_path_SED" --version 2>&1` in +*GNU*) + ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo '' >> "conftest.nl" + "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_SED_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_SED="$ac_path_SED" + ac_path_SED_max=$ac_count fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac - cd .. - rm -rf conftest.dir + $ac_path_SED_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_SED"; then + as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 + fi else - am_cv_CCAS_dependencies_compiler_type=none + ac_cv_path_SED=$SED fi fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CCAS_dependencies_compiler_type" >&5 -$as_echo "$am_cv_CCAS_dependencies_compiler_type" >&6; } -CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type - - if - test "x$enable_dependency_tracking" != xno \ - && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3; then - am__fastdepCCAS_TRUE= - am__fastdepCCAS_FALSE='#' -else - am__fastdepCCAS_TRUE='#' - am__fastdepCCAS_FALSE= -fi - +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 +$as_echo "$ac_cv_path_SED" >&6; } + SED="$ac_cv_path_SED" + rm -f conftest.sed # Checks for libraries. @@ -5852,10 +5733,6 @@ if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi -if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then - as_fn_error $? "conditional \"am__fastdepCCAS\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi : "${CONFIG_STATUS=./config.status}" ac_write_fail=0 @@ -6265,7 +6142,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by elfix $as_me 0.5.1, which was +This file was extended by elfix $as_me 0.5.2, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6331,7 +6208,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -elfix config.status 0.5.1 +elfix config.status 0.5.2 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff --git a/autom4te.cache/requests b/autom4te.cache/requests index 861aa79..2cc72c2 100644 --- a/autom4te.cache/requests +++ b/autom4te.cache/requests @@ -64,8 +64,8 @@ 'AM_SET_LEADING_DOT' => 1, 'AM_SET_DEPDIR' => 1, '_AM_DEPENDENCIES' => 1, - 'AM_PROG_INSTALL_SH' => 1, 'm4_include' => 1, + 'AM_PROG_INSTALL_SH' => 1, '_AC_AM_CONFIG_HEADER_HOOK' => 1, 'AU_DEFUN' => 1, 'AM_MAKE_INCLUDE' => 1 @@ -83,55 +83,55 @@ 'configure.ac' ], { - '_LT_AC_TAGCONFIG' => 1, 'AM_PROG_F77_C_O' => 1, - 'AC_INIT' => 1, + '_LT_AC_TAGCONFIG' => 1, 'm4_pattern_forbid' => 1, - '_AM_COND_IF' => 1, + 'AC_INIT' => 1, 'AC_CANONICAL_TARGET' => 1, - 'AC_SUBST' => 1, + '_AM_COND_IF' => 1, 'AC_CONFIG_LIBOBJ_DIR' => 1, - 'AC_FC_SRCEXT' => 1, + 'AC_SUBST' => 1, 'AC_CANONICAL_HOST' => 1, + 'AC_FC_SRCEXT' => 1, 'AC_PROG_LIBTOOL' => 1, 'AM_INIT_AUTOMAKE' => 1, - 'AM_PATH_GUILE' => 1, 'AC_CONFIG_SUBDIRS' => 1, + 'AM_PATH_GUILE' => 1, 'AM_AUTOMAKE_VERSION' => 1, 'LT_CONFIG_LTDL_DIR' => 1, - 'AC_REQUIRE_AUX_FILE' => 1, 'AC_CONFIG_LINKS' => 1, - 'm4_sinclude' => 1, + 'AC_REQUIRE_AUX_FILE' => 1, 'LT_SUPPORTED_TAG' => 1, + 'm4_sinclude' => 1, 'AM_MAINTAINER_MODE' => 1, 'AM_NLS' => 1, 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1, - 'AM_MAKEFILE_INCLUDE' => 1, '_m4_warn' => 1, + 'AM_MAKEFILE_INCLUDE' => 1, 'AM_PROG_CXX_C_O' => 1, - '_AM_COND_ENDIF' => 1, '_AM_MAKEFILE_INCLUDE' => 1, + '_AM_COND_ENDIF' => 1, 'AM_ENABLE_MULTILIB' => 1, 'AM_SILENT_RULES' => 1, 'AM_PROG_MOC' => 1, 'AC_CONFIG_FILES' => 1, - 'include' => 1, 'LT_INIT' => 1, - 'AM_PROG_AR' => 1, + 'include' => 1, 'AM_GNU_GETTEXT' => 1, + 'AM_PROG_AR' => 1, 'AC_LIBSOURCE' => 1, - 'AM_PROG_FC_C_O' => 1, 'AC_CANONICAL_BUILD' => 1, + 'AM_PROG_FC_C_O' => 1, 'AC_FC_FREEFORM' => 1, 'AH_OUTPUT' => 1, - '_AM_SUBST_NOTMAKE' => 1, 'AC_CONFIG_AUX_DIR' => 1, - 'sinclude' => 1, - 'AM_PROG_CC_C_O' => 1, + '_AM_SUBST_NOTMAKE' => 1, 'm4_pattern_allow' => 1, - 'AM_XGETTEXT_OPTION' => 1, - 'AC_CANONICAL_SYSTEM' => 1, + 'AM_PROG_CC_C_O' => 1, + 'sinclude' => 1, 'AM_CONDITIONAL' => 1, + 'AC_CANONICAL_SYSTEM' => 1, + 'AM_XGETTEXT_OPTION' => 1, 'AC_CONFIG_HEADERS' => 1, 'AC_DEFINE_TRACE_LITERAL' => 1, 'AM_POT_TOOLS' => 1, @@ -203,8 +203,8 @@ 'AM_SET_LEADING_DOT' => 1, 'AM_SET_DEPDIR' => 1, '_AM_DEPENDENCIES' => 1, - 'AM_PROG_INSTALL_SH' => 1, 'm4_include' => 1, + 'AM_PROG_INSTALL_SH' => 1, '_AC_AM_CONFIG_HEADER_HOOK' => 1, 'AU_DEFUN' => 1, 'AM_MAKE_INCLUDE' => 1 diff --git a/autom4te.cache/traces.0 b/autom4te.cache/traces.0 index f262fc6..1b662a4 100644 --- a/autom4te.cache/traces.0 +++ b/autom4te.cache/traces.0 @@ -699,100 +699,104 @@ AC_PROVIDE_IFELSE([AC_PROG_OBJC], m4trace:configure.ac:8: -2- _AM_MANGLE_OPTION([no-dependencies]) m4trace:configure.ac:8: -1- _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])]) m4trace:configure.ac:8: -2- _AM_MANGLE_OPTION([silent-rules]) -m4trace:configure.ac:10: -1- m4_pattern_allow([^has_yasm$]) -m4trace:configure.ac:26: -1- AM_CONDITIONAL([TEST], [test "x$has_yasm" = "xyes"]) -m4trace:configure.ac:26: -1- m4_pattern_allow([^TEST_TRUE$]) -m4trace:configure.ac:26: -1- m4_pattern_allow([^TEST_FALSE$]) -m4trace:configure.ac:26: -1- _AM_SUBST_NOTMAKE([TEST_TRUE]) -m4trace:configure.ac:26: -1- _AM_SUBST_NOTMAKE([TEST_FALSE]) -m4trace:configure.ac:28: -1- m4_pattern_allow([^CC$]) -m4trace:configure.ac:28: -1- m4_pattern_allow([^CFLAGS$]) -m4trace:configure.ac:28: -1- m4_pattern_allow([^LDFLAGS$]) -m4trace:configure.ac:28: -1- m4_pattern_allow([^LIBS$]) -m4trace:configure.ac:28: -1- m4_pattern_allow([^CPPFLAGS$]) -m4trace:configure.ac:28: -1- m4_pattern_allow([^CC$]) -m4trace:configure.ac:28: -1- m4_pattern_allow([^CC$]) -m4trace:configure.ac:28: -1- m4_pattern_allow([^CC$]) -m4trace:configure.ac:28: -1- m4_pattern_allow([^CC$]) -m4trace:configure.ac:28: -1- m4_pattern_allow([^ac_ct_CC$]) -m4trace:configure.ac:28: -1- m4_pattern_allow([^EXEEXT$]) -m4trace:configure.ac:28: -1- m4_pattern_allow([^OBJEXT$]) -m4trace:configure.ac:28: -1- _AM_DEPENDENCIES([CC]) -m4trace:configure.ac:28: -1- AM_SET_DEPDIR -m4trace:configure.ac:28: -1- m4_pattern_allow([^DEPDIR$]) -m4trace:configure.ac:28: -1- AM_OUTPUT_DEPENDENCY_COMMANDS -m4trace:configure.ac:28: -1- AM_MAKE_INCLUDE -m4trace:configure.ac:28: -1- m4_pattern_allow([^am__include$]) -m4trace:configure.ac:28: -1- m4_pattern_allow([^am__quote$]) -m4trace:configure.ac:28: -1- AM_DEP_TRACK -m4trace:configure.ac:28: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) -m4trace:configure.ac:28: -1- m4_pattern_allow([^AMDEP_TRUE$]) -m4trace:configure.ac:28: -1- m4_pattern_allow([^AMDEP_FALSE$]) -m4trace:configure.ac:28: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE]) -m4trace:configure.ac:28: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE]) -m4trace:configure.ac:28: -1- m4_pattern_allow([^AMDEPBACKSLASH$]) -m4trace:configure.ac:28: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH]) -m4trace:configure.ac:28: -1- m4_pattern_allow([^CCDEPMODE$]) -m4trace:configure.ac:28: -1- AM_CONDITIONAL([am__fastdepCC], [ +m4trace:configure.ac:9: -1- AM_SILENT_RULES([yes]) +m4trace:configure.ac:9: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$]) +m4trace:configure.ac:9: -1- m4_pattern_allow([^AM_BACKSLASH$]) +m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH]) +m4trace:configure.ac:19: -1- AM_CONDITIONAL([TEST], [test "x$enable_tests" = "xyes"]) +m4trace:configure.ac:19: -1- m4_pattern_allow([^TEST_TRUE$]) +m4trace:configure.ac:19: -1- m4_pattern_allow([^TEST_FALSE$]) +m4trace:configure.ac:19: -1- _AM_SUBST_NOTMAKE([TEST_TRUE]) +m4trace:configure.ac:19: -1- _AM_SUBST_NOTMAKE([TEST_FALSE]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^CFLAGS$]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^LDFLAGS$]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^LIBS$]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^CPPFLAGS$]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^ac_ct_CC$]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^EXEEXT$]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^OBJEXT$]) +m4trace:configure.ac:21: -1- _AM_DEPENDENCIES([CC]) +m4trace:configure.ac:21: -1- AM_SET_DEPDIR +m4trace:configure.ac:21: -1- m4_pattern_allow([^DEPDIR$]) +m4trace:configure.ac:21: -1- AM_OUTPUT_DEPENDENCY_COMMANDS +m4trace:configure.ac:21: -1- AM_MAKE_INCLUDE +m4trace:configure.ac:21: -1- m4_pattern_allow([^am__include$]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^am__quote$]) +m4trace:configure.ac:21: -1- AM_DEP_TRACK +m4trace:configure.ac:21: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^AMDEP_TRUE$]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^AMDEP_FALSE$]) +m4trace:configure.ac:21: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE]) +m4trace:configure.ac:21: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^AMDEPBACKSLASH$]) +m4trace:configure.ac:21: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^CCDEPMODE$]) +m4trace:configure.ac:21: -1- AM_CONDITIONAL([am__fastdepCC], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3]) -m4trace:configure.ac:28: -1- m4_pattern_allow([^am__fastdepCC_TRUE$]) -m4trace:configure.ac:28: -1- m4_pattern_allow([^am__fastdepCC_FALSE$]) -m4trace:configure.ac:28: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE]) -m4trace:configure.ac:28: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE]) -m4trace:configure.ac:28: -1- m4_pattern_allow([^CPP$]) -m4trace:configure.ac:28: -1- m4_pattern_allow([^CPPFLAGS$]) -m4trace:configure.ac:28: -1- m4_pattern_allow([^CPP$]) -m4trace:configure.ac:28: -1- m4_pattern_allow([^GREP$]) -m4trace:configure.ac:28: -1- m4_pattern_allow([^EGREP$]) -m4trace:configure.ac:28: -1- m4_pattern_allow([^STDC_HEADERS$]) -m4trace:configure.ac:28: -1- m4_pattern_allow([^HAVE_ATTR_XATTR_H$]) -m4trace:configure.ac:28: -1- m4_pattern_allow([^HAVE_LIBATTR$]) -m4trace:configure.ac:62: -1- m4_pattern_allow([^AWK$]) -m4trace:configure.ac:63: -1- m4_pattern_allow([^CC$]) -m4trace:configure.ac:63: -1- m4_pattern_allow([^CFLAGS$]) -m4trace:configure.ac:63: -1- m4_pattern_allow([^LDFLAGS$]) -m4trace:configure.ac:63: -1- m4_pattern_allow([^LIBS$]) -m4trace:configure.ac:63: -1- m4_pattern_allow([^CPPFLAGS$]) -m4trace:configure.ac:63: -1- m4_pattern_allow([^CC$]) -m4trace:configure.ac:63: -1- m4_pattern_allow([^CC$]) -m4trace:configure.ac:63: -1- m4_pattern_allow([^CC$]) -m4trace:configure.ac:63: -1- m4_pattern_allow([^CC$]) -m4trace:configure.ac:63: -1- m4_pattern_allow([^ac_ct_CC$]) -m4trace:configure.ac:63: -1- _AM_DEPENDENCIES([CC]) -m4trace:configure.ac:63: -1- m4_pattern_allow([^CCDEPMODE$]) -m4trace:configure.ac:63: -1- AM_CONDITIONAL([am__fastdepCC], [ +m4trace:configure.ac:21: -1- m4_pattern_allow([^am__fastdepCC_TRUE$]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^am__fastdepCC_FALSE$]) +m4trace:configure.ac:21: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE]) +m4trace:configure.ac:21: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^CPP$]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^CPPFLAGS$]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^CPP$]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^GREP$]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^EGREP$]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^STDC_HEADERS$]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^HAVE_ATTR_XATTR_H$]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^HAVE_LIBATTR$]) +m4trace:configure.ac:55: -1- m4_pattern_allow([^AWK$]) +m4trace:configure.ac:56: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:56: -1- m4_pattern_allow([^CFLAGS$]) +m4trace:configure.ac:56: -1- m4_pattern_allow([^LDFLAGS$]) +m4trace:configure.ac:56: -1- m4_pattern_allow([^LIBS$]) +m4trace:configure.ac:56: -1- m4_pattern_allow([^CPPFLAGS$]) +m4trace:configure.ac:56: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:56: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:56: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:56: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:56: -1- m4_pattern_allow([^ac_ct_CC$]) +m4trace:configure.ac:56: -1- _AM_DEPENDENCIES([CC]) +m4trace:configure.ac:56: -1- m4_pattern_allow([^CCDEPMODE$]) +m4trace:configure.ac:56: -1- AM_CONDITIONAL([am__fastdepCC], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3]) -m4trace:configure.ac:63: -1- m4_pattern_allow([^am__fastdepCC_TRUE$]) -m4trace:configure.ac:63: -1- m4_pattern_allow([^am__fastdepCC_FALSE$]) -m4trace:configure.ac:63: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE]) -m4trace:configure.ac:63: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE]) -m4trace:configure.ac:66: -1- m4_pattern_allow([^HAVE_LIBELF$]) -m4trace:configure.ac:78: -1- m4_pattern_allow([^pid_t$]) -m4trace:configure.ac:79: -1- m4_pattern_allow([^size_t$]) -m4trace:configure.ac:80: -1- m4_pattern_allow([^_UINT8_T$]) -m4trace:configure.ac:80: -1- m4_pattern_allow([^uint8_t$]) -m4trace:configure.ac:81: -1- m4_pattern_allow([^uint16_t$]) -m4trace:configure.ac:84: -1- m4_pattern_allow([^LIB@&t@OBJS$]) -m4trace:configure.ac:85: -1- m4_pattern_allow([^HAVE_VFORK_H$]) -m4trace:configure.ac:85: -1- m4_pattern_allow([^HAVE_WORKING_VFORK$]) -m4trace:configure.ac:85: -1- m4_pattern_allow([^vfork$]) -m4trace:configure.ac:85: -1- m4_pattern_allow([^HAVE_WORKING_FORK$]) -m4trace:configure.ac:86: -1- AC_DEFUN([_AC_Header_stdlib_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_list], [" stdlib.h"])]) +m4trace:configure.ac:56: -1- m4_pattern_allow([^am__fastdepCC_TRUE$]) +m4trace:configure.ac:56: -1- m4_pattern_allow([^am__fastdepCC_FALSE$]) +m4trace:configure.ac:56: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE]) +m4trace:configure.ac:56: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE]) +m4trace:configure.ac:57: -1- m4_pattern_allow([^SED$]) +m4trace:configure.ac:60: -1- m4_pattern_allow([^HAVE_LIBELF$]) +m4trace:configure.ac:72: -1- m4_pattern_allow([^pid_t$]) +m4trace:configure.ac:73: -1- m4_pattern_allow([^size_t$]) +m4trace:configure.ac:74: -1- m4_pattern_allow([^_UINT8_T$]) +m4trace:configure.ac:74: -1- m4_pattern_allow([^uint8_t$]) +m4trace:configure.ac:75: -1- m4_pattern_allow([^uint16_t$]) +m4trace:configure.ac:78: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:79: -1- m4_pattern_allow([^HAVE_VFORK_H$]) +m4trace:configure.ac:79: -1- m4_pattern_allow([^HAVE_WORKING_VFORK$]) +m4trace:configure.ac:79: -1- m4_pattern_allow([^vfork$]) +m4trace:configure.ac:79: -1- m4_pattern_allow([^HAVE_WORKING_FORK$]) +m4trace:configure.ac:80: -1- AC_DEFUN([_AC_Header_stdlib_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_list], [" stdlib.h"])]) _AC_HEADERS_EXPANSION]) -m4trace:configure.ac:86: -1- AC_DEFUN([_AC_Header_unistd_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_list], [" unistd.h"])]) +m4trace:configure.ac:80: -1- AC_DEFUN([_AC_Header_unistd_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_list], [" unistd.h"])]) _AC_HEADERS_EXPANSION]) -m4trace:configure.ac:86: -1- AC_DEFUN([_AC_Header_sys_param_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_list], [" sys/param.h"])]) +m4trace:configure.ac:80: -1- AC_DEFUN([_AC_Header_sys_param_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_list], [" sys/param.h"])]) _AC_HEADERS_EXPANSION]) -m4trace:configure.ac:86: -1- m4_pattern_allow([^HAVE_GETPAGESIZE$]) -m4trace:configure.ac:86: -1- m4_pattern_allow([^HAVE_MMAP$]) -m4trace:configure.ac:99: -1- m4_pattern_allow([^LIB@&t@OBJS$]) -m4trace:configure.ac:99: -1- m4_pattern_allow([^LTLIBOBJS$]) -m4trace:configure.ac:99: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"]) -m4trace:configure.ac:99: -1- m4_pattern_allow([^am__EXEEXT_TRUE$]) -m4trace:configure.ac:99: -1- m4_pattern_allow([^am__EXEEXT_FALSE$]) -m4trace:configure.ac:99: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE]) -m4trace:configure.ac:99: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE]) -m4trace:configure.ac:99: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"]) -m4trace:configure.ac:99: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS +m4trace:configure.ac:80: -1- m4_pattern_allow([^HAVE_GETPAGESIZE$]) +m4trace:configure.ac:80: -1- m4_pattern_allow([^HAVE_MMAP$]) +m4trace:configure.ac:93: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:93: -1- m4_pattern_allow([^LTLIBOBJS$]) +m4trace:configure.ac:93: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"]) +m4trace:configure.ac:93: -1- m4_pattern_allow([^am__EXEEXT_TRUE$]) +m4trace:configure.ac:93: -1- m4_pattern_allow([^am__EXEEXT_FALSE$]) +m4trace:configure.ac:93: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE]) +m4trace:configure.ac:93: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE]) +m4trace:configure.ac:93: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"]) +m4trace:configure.ac:93: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS diff --git a/autom4te.cache/traces.1 b/autom4te.cache/traces.1 index 7335824..5776a3d 100644 --- a/autom4te.cache/traces.1 +++ b/autom4te.cache/traces.1 @@ -1,4 +1,4 @@ -m4trace:configure.ac:5: -1- AC_INIT([elfix], [0.5.1], [http://bugs.gentoo.org/]) +m4trace:configure.ac:5: -1- AC_INIT([elfix], [0.5.2], [http://bugs.gentoo.org/]) m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?A[CHUM]_]) m4trace:configure.ac:5: -1- m4_pattern_forbid([_AC_]) m4trace:configure.ac:5: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) @@ -239,299 +239,279 @@ m4trace:configure.ac:9: -1- AC_SUBST([AM_BACKSLASH]) m4trace:configure.ac:9: -1- AC_SUBST_TRACE([AM_BACKSLASH]) m4trace:configure.ac:9: -1- m4_pattern_allow([^AM_BACKSLASH$]) m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH]) -m4trace:configure.ac:11: -1- AC_SUBST([has_yasm]) -m4trace:configure.ac:11: -1- AC_SUBST_TRACE([has_yasm]) -m4trace:configure.ac:11: -1- m4_pattern_allow([^has_yasm$]) -m4trace:configure.ac:27: -1- AM_CONDITIONAL([TEST], [test "x$has_yasm" = "xyes"]) -m4trace:configure.ac:27: -1- AC_SUBST([TEST_TRUE]) -m4trace:configure.ac:27: -1- AC_SUBST_TRACE([TEST_TRUE]) -m4trace:configure.ac:27: -1- m4_pattern_allow([^TEST_TRUE$]) -m4trace:configure.ac:27: -1- AC_SUBST([TEST_FALSE]) -m4trace:configure.ac:27: -1- AC_SUBST_TRACE([TEST_FALSE]) -m4trace:configure.ac:27: -1- m4_pattern_allow([^TEST_FALSE$]) -m4trace:configure.ac:27: -1- _AM_SUBST_NOTMAKE([TEST_TRUE]) -m4trace:configure.ac:27: -1- _AM_SUBST_NOTMAKE([TEST_FALSE]) -m4trace:configure.ac:29: -1- AH_OUTPUT([HAVE_ATTR_XATTR_H], [/* Define to 1 if you have the <attr/xattr.h> header file. */ +m4trace:configure.ac:19: -1- AM_CONDITIONAL([TEST], [test "x$enable_tests" = "xyes"]) +m4trace:configure.ac:19: -1- AC_SUBST([TEST_TRUE]) +m4trace:configure.ac:19: -1- AC_SUBST_TRACE([TEST_TRUE]) +m4trace:configure.ac:19: -1- m4_pattern_allow([^TEST_TRUE$]) +m4trace:configure.ac:19: -1- AC_SUBST([TEST_FALSE]) +m4trace:configure.ac:19: -1- AC_SUBST_TRACE([TEST_FALSE]) +m4trace:configure.ac:19: -1- m4_pattern_allow([^TEST_FALSE$]) +m4trace:configure.ac:19: -1- _AM_SUBST_NOTMAKE([TEST_TRUE]) +m4trace:configure.ac:19: -1- _AM_SUBST_NOTMAKE([TEST_FALSE]) +m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_ATTR_XATTR_H], [/* Define to 1 if you have the <attr/xattr.h> header file. */ @%:@undef HAVE_ATTR_XATTR_H]) -m4trace:configure.ac:29: -1- AC_SUBST([CC]) -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([CC]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^CC$]) -m4trace:configure.ac:29: -1- AC_SUBST([CFLAGS]) -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([CFLAGS]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^CFLAGS$]) -m4trace:configure.ac:29: -1- AC_SUBST([LDFLAGS]) -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([LDFLAGS]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^LDFLAGS$]) -m4trace:configure.ac:29: -1- AC_SUBST([LIBS]) -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([LIBS]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^LIBS$]) -m4trace:configure.ac:29: -1- AC_SUBST([CPPFLAGS]) -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([CPPFLAGS]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^CPPFLAGS$]) -m4trace:configure.ac:29: -1- AC_SUBST([CC]) -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([CC]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^CC$]) -m4trace:configure.ac:29: -1- AC_SUBST([CC]) -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([CC]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^CC$]) -m4trace:configure.ac:29: -1- AC_SUBST([CC]) -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([CC]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^CC$]) -m4trace:configure.ac:29: -1- AC_SUBST([CC]) -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([CC]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^CC$]) -m4trace:configure.ac:29: -1- AC_SUBST([ac_ct_CC]) -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([ac_ct_CC]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^ac_ct_CC$]) -m4trace:configure.ac:29: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext]) -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([EXEEXT]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^EXEEXT$]) -m4trace:configure.ac:29: -1- AC_SUBST([OBJEXT], [$ac_cv_objext]) -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([OBJEXT]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^OBJEXT$]) -m4trace:configure.ac:29: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"]) -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([DEPDIR]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^DEPDIR$]) -m4trace:configure.ac:29: -1- AC_SUBST([am__include]) -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([am__include]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^am__include$]) -m4trace:configure.ac:29: -1- AC_SUBST([am__quote]) -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([am__quote]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^am__quote$]) -m4trace:configure.ac:29: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) -m4trace:configure.ac:29: -1- AC_SUBST([AMDEP_TRUE]) -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([AMDEP_TRUE]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^AMDEP_TRUE$]) -m4trace:configure.ac:29: -1- AC_SUBST([AMDEP_FALSE]) -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([AMDEP_FALSE]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^AMDEP_FALSE$]) -m4trace:configure.ac:29: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE]) -m4trace:configure.ac:29: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE]) -m4trace:configure.ac:29: -1- AC_SUBST([AMDEPBACKSLASH]) -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([AMDEPBACKSLASH]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^AMDEPBACKSLASH$]) -m4trace:configure.ac:29: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH]) -m4trace:configure.ac:29: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type]) -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([CCDEPMODE]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^CCDEPMODE$]) -m4trace:configure.ac:29: -1- AM_CONDITIONAL([am__fastdepCC], [ +m4trace:configure.ac:21: -1- AC_SUBST([CC]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:21: -1- AC_SUBST([CFLAGS]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CFLAGS]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^CFLAGS$]) +m4trace:configure.ac:21: -1- AC_SUBST([LDFLAGS]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([LDFLAGS]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^LDFLAGS$]) +m4trace:configure.ac:21: -1- AC_SUBST([LIBS]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([LIBS]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^LIBS$]) +m4trace:configure.ac:21: -1- AC_SUBST([CPPFLAGS]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CPPFLAGS]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^CPPFLAGS$]) +m4trace:configure.ac:21: -1- AC_SUBST([CC]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:21: -1- AC_SUBST([CC]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:21: -1- AC_SUBST([CC]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:21: -1- AC_SUBST([CC]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:21: -1- AC_SUBST([ac_ct_CC]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([ac_ct_CC]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^ac_ct_CC$]) +m4trace:configure.ac:21: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([EXEEXT]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^EXEEXT$]) +m4trace:configure.ac:21: -1- AC_SUBST([OBJEXT], [$ac_cv_objext]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([OBJEXT]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^OBJEXT$]) +m4trace:configure.ac:21: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([DEPDIR]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^DEPDIR$]) +m4trace:configure.ac:21: -1- AC_SUBST([am__include]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([am__include]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^am__include$]) +m4trace:configure.ac:21: -1- AC_SUBST([am__quote]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([am__quote]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^am__quote$]) +m4trace:configure.ac:21: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +m4trace:configure.ac:21: -1- AC_SUBST([AMDEP_TRUE]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([AMDEP_TRUE]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^AMDEP_TRUE$]) +m4trace:configure.ac:21: -1- AC_SUBST([AMDEP_FALSE]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([AMDEP_FALSE]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^AMDEP_FALSE$]) +m4trace:configure.ac:21: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE]) +m4trace:configure.ac:21: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE]) +m4trace:configure.ac:21: -1- AC_SUBST([AMDEPBACKSLASH]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([AMDEPBACKSLASH]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^AMDEPBACKSLASH$]) +m4trace:configure.ac:21: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH]) +m4trace:configure.ac:21: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CCDEPMODE]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^CCDEPMODE$]) +m4trace:configure.ac:21: -1- AM_CONDITIONAL([am__fastdepCC], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3]) -m4trace:configure.ac:29: -1- AC_SUBST([am__fastdepCC_TRUE]) -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([am__fastdepCC_TRUE]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^am__fastdepCC_TRUE$]) -m4trace:configure.ac:29: -1- AC_SUBST([am__fastdepCC_FALSE]) -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([am__fastdepCC_FALSE]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^am__fastdepCC_FALSE$]) -m4trace:configure.ac:29: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE]) -m4trace:configure.ac:29: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE]) -m4trace:configure.ac:29: -1- AC_SUBST([CPP]) -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([CPP]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^CPP$]) -m4trace:configure.ac:29: -1- AC_SUBST([CPPFLAGS]) -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([CPPFLAGS]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^CPPFLAGS$]) -m4trace:configure.ac:29: -1- AC_SUBST([CPP]) -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([CPP]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^CPP$]) -m4trace:configure.ac:29: -1- AC_SUBST([GREP]) -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([GREP]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^GREP$]) -m4trace:configure.ac:29: -1- AC_SUBST([EGREP]) -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([EGREP]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^EGREP$]) -m4trace:configure.ac:29: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^STDC_HEADERS$]) -m4trace:configure.ac:29: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */ +m4trace:configure.ac:21: -1- AC_SUBST([am__fastdepCC_TRUE]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([am__fastdepCC_TRUE]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^am__fastdepCC_TRUE$]) +m4trace:configure.ac:21: -1- AC_SUBST([am__fastdepCC_FALSE]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([am__fastdepCC_FALSE]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^am__fastdepCC_FALSE$]) +m4trace:configure.ac:21: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE]) +m4trace:configure.ac:21: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE]) +m4trace:configure.ac:21: -1- AC_SUBST([CPP]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CPP]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^CPP$]) +m4trace:configure.ac:21: -1- AC_SUBST([CPPFLAGS]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CPPFLAGS]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^CPPFLAGS$]) +m4trace:configure.ac:21: -1- AC_SUBST([CPP]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CPP]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^CPP$]) +m4trace:configure.ac:21: -1- AC_SUBST([GREP]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([GREP]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^GREP$]) +m4trace:configure.ac:21: -1- AC_SUBST([EGREP]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([EGREP]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^EGREP$]) +m4trace:configure.ac:21: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^STDC_HEADERS$]) +m4trace:configure.ac:21: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */ @%:@undef STDC_HEADERS]) -m4trace:configure.ac:29: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */ +m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */ @%:@undef HAVE_SYS_TYPES_H]) -m4trace:configure.ac:29: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */ +m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */ @%:@undef HAVE_SYS_STAT_H]) -m4trace:configure.ac:29: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */ +m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */ @%:@undef HAVE_STDLIB_H]) -m4trace:configure.ac:29: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */ +m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */ @%:@undef HAVE_STRING_H]) -m4trace:configure.ac:29: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */ +m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */ @%:@undef HAVE_MEMORY_H]) -m4trace:configure.ac:29: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */ +m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */ @%:@undef HAVE_STRINGS_H]) -m4trace:configure.ac:29: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */ +m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */ @%:@undef HAVE_INTTYPES_H]) -m4trace:configure.ac:29: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */ +m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */ @%:@undef HAVE_STDINT_H]) -m4trace:configure.ac:29: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */ +m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */ @%:@undef HAVE_UNISTD_H]) -m4trace:configure.ac:29: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ATTR_XATTR_H]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^HAVE_ATTR_XATTR_H$]) -m4trace:configure.ac:29: -1- AH_OUTPUT([HAVE_LIBATTR], [/* Define to 1 if you have the `attr\' library (-lattr). */ +m4trace:configure.ac:21: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ATTR_XATTR_H]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^HAVE_ATTR_XATTR_H$]) +m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_LIBATTR], [/* Define to 1 if you have the `attr\' library (-lattr). */ @%:@undef HAVE_LIBATTR]) -m4trace:configure.ac:29: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBATTR]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^HAVE_LIBATTR$]) -m4trace:configure.ac:63: -1- AC_SUBST([AWK]) -m4trace:configure.ac:63: -1- AC_SUBST_TRACE([AWK]) -m4trace:configure.ac:63: -1- m4_pattern_allow([^AWK$]) -m4trace:configure.ac:64: -1- AC_SUBST([CC]) -m4trace:configure.ac:64: -1- AC_SUBST_TRACE([CC]) -m4trace:configure.ac:64: -1- m4_pattern_allow([^CC$]) -m4trace:configure.ac:64: -1- AC_SUBST([CFLAGS]) -m4trace:configure.ac:64: -1- AC_SUBST_TRACE([CFLAGS]) -m4trace:configure.ac:64: -1- m4_pattern_allow([^CFLAGS$]) -m4trace:configure.ac:64: -1- AC_SUBST([LDFLAGS]) -m4trace:configure.ac:64: -1- AC_SUBST_TRACE([LDFLAGS]) -m4trace:configure.ac:64: -1- m4_pattern_allow([^LDFLAGS$]) -m4trace:configure.ac:64: -1- AC_SUBST([LIBS]) -m4trace:configure.ac:64: -1- AC_SUBST_TRACE([LIBS]) -m4trace:configure.ac:64: -1- m4_pattern_allow([^LIBS$]) -m4trace:configure.ac:64: -1- AC_SUBST([CPPFLAGS]) -m4trace:configure.ac:64: -1- AC_SUBST_TRACE([CPPFLAGS]) -m4trace:configure.ac:64: -1- m4_pattern_allow([^CPPFLAGS$]) -m4trace:configure.ac:64: -1- AC_SUBST([CC]) -m4trace:configure.ac:64: -1- AC_SUBST_TRACE([CC]) -m4trace:configure.ac:64: -1- m4_pattern_allow([^CC$]) -m4trace:configure.ac:64: -1- AC_SUBST([CC]) -m4trace:configure.ac:64: -1- AC_SUBST_TRACE([CC]) -m4trace:configure.ac:64: -1- m4_pattern_allow([^CC$]) -m4trace:configure.ac:64: -1- AC_SUBST([CC]) -m4trace:configure.ac:64: -1- AC_SUBST_TRACE([CC]) -m4trace:configure.ac:64: -1- m4_pattern_allow([^CC$]) -m4trace:configure.ac:64: -1- AC_SUBST([CC]) -m4trace:configure.ac:64: -1- AC_SUBST_TRACE([CC]) -m4trace:configure.ac:64: -1- m4_pattern_allow([^CC$]) -m4trace:configure.ac:64: -1- AC_SUBST([ac_ct_CC]) -m4trace:configure.ac:64: -1- AC_SUBST_TRACE([ac_ct_CC]) -m4trace:configure.ac:64: -1- m4_pattern_allow([^ac_ct_CC$]) -m4trace:configure.ac:64: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type]) -m4trace:configure.ac:64: -1- AC_SUBST_TRACE([CCDEPMODE]) -m4trace:configure.ac:64: -1- m4_pattern_allow([^CCDEPMODE$]) -m4trace:configure.ac:64: -1- AM_CONDITIONAL([am__fastdepCC], [ +m4trace:configure.ac:21: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBATTR]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^HAVE_LIBATTR$]) +m4trace:configure.ac:55: -1- AC_SUBST([AWK]) +m4trace:configure.ac:55: -1- AC_SUBST_TRACE([AWK]) +m4trace:configure.ac:55: -1- m4_pattern_allow([^AWK$]) +m4trace:configure.ac:56: -1- AC_SUBST([CC]) +m4trace:configure.ac:56: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:56: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:56: -1- AC_SUBST([CFLAGS]) +m4trace:configure.ac:56: -1- AC_SUBST_TRACE([CFLAGS]) +m4trace:configure.ac:56: -1- m4_pattern_allow([^CFLAGS$]) +m4trace:configure.ac:56: -1- AC_SUBST([LDFLAGS]) +m4trace:configure.ac:56: -1- AC_SUBST_TRACE([LDFLAGS]) +m4trace:configure.ac:56: -1- m4_pattern_allow([^LDFLAGS$]) +m4trace:configure.ac:56: -1- AC_SUBST([LIBS]) +m4trace:configure.ac:56: -1- AC_SUBST_TRACE([LIBS]) +m4trace:configure.ac:56: -1- m4_pattern_allow([^LIBS$]) +m4trace:configure.ac:56: -1- AC_SUBST([CPPFLAGS]) +m4trace:configure.ac:56: -1- AC_SUBST_TRACE([CPPFLAGS]) +m4trace:configure.ac:56: -1- m4_pattern_allow([^CPPFLAGS$]) +m4trace:configure.ac:56: -1- AC_SUBST([CC]) +m4trace:configure.ac:56: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:56: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:56: -1- AC_SUBST([CC]) +m4trace:configure.ac:56: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:56: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:56: -1- AC_SUBST([CC]) +m4trace:configure.ac:56: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:56: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:56: -1- AC_SUBST([CC]) +m4trace:configure.ac:56: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:56: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:56: -1- AC_SUBST([ac_ct_CC]) +m4trace:configure.ac:56: -1- AC_SUBST_TRACE([ac_ct_CC]) +m4trace:configure.ac:56: -1- m4_pattern_allow([^ac_ct_CC$]) +m4trace:configure.ac:56: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type]) +m4trace:configure.ac:56: -1- AC_SUBST_TRACE([CCDEPMODE]) +m4trace:configure.ac:56: -1- m4_pattern_allow([^CCDEPMODE$]) +m4trace:configure.ac:56: -1- AM_CONDITIONAL([am__fastdepCC], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3]) -m4trace:configure.ac:64: -1- AC_SUBST([am__fastdepCC_TRUE]) -m4trace:configure.ac:64: -1- AC_SUBST_TRACE([am__fastdepCC_TRUE]) -m4trace:configure.ac:64: -1- m4_pattern_allow([^am__fastdepCC_TRUE$]) -m4trace:configure.ac:64: -1- AC_SUBST([am__fastdepCC_FALSE]) -m4trace:configure.ac:64: -1- AC_SUBST_TRACE([am__fastdepCC_FALSE]) -m4trace:configure.ac:64: -1- m4_pattern_allow([^am__fastdepCC_FALSE$]) -m4trace:configure.ac:64: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE]) -m4trace:configure.ac:64: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE]) -m4trace:configure.ac:65: -1- AC_SUBST([CCAS]) -m4trace:configure.ac:65: -1- AC_SUBST_TRACE([CCAS]) -m4trace:configure.ac:65: -1- m4_pattern_allow([^CCAS$]) -m4trace:configure.ac:65: -1- AC_SUBST([CCASFLAGS]) -m4trace:configure.ac:65: -1- AC_SUBST_TRACE([CCASFLAGS]) -m4trace:configure.ac:65: -1- m4_pattern_allow([^CCASFLAGS$]) -m4trace:configure.ac:65: -1- AC_SUBST([CCASDEPMODE], [depmode=$am_cv_CCAS_dependencies_compiler_type]) -m4trace:configure.ac:65: -1- AC_SUBST_TRACE([CCASDEPMODE]) -m4trace:configure.ac:65: -1- m4_pattern_allow([^CCASDEPMODE$]) -m4trace:configure.ac:65: -1- AM_CONDITIONAL([am__fastdepCCAS], [ - test "x$enable_dependency_tracking" != xno \ - && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3]) -m4trace:configure.ac:65: -1- AC_SUBST([am__fastdepCCAS_TRUE]) -m4trace:configure.ac:65: -1- AC_SUBST_TRACE([am__fastdepCCAS_TRUE]) -m4trace:configure.ac:65: -1- m4_pattern_allow([^am__fastdepCCAS_TRUE$]) -m4trace:configure.ac:65: -1- AC_SUBST([am__fastdepCCAS_FALSE]) -m4trace:configure.ac:65: -1- AC_SUBST_TRACE([am__fastdepCCAS_FALSE]) -m4trace:configure.ac:65: -1- m4_pattern_allow([^am__fastdepCCAS_FALSE$]) -m4trace:configure.ac:65: -1- _AM_SUBST_NOTMAKE([am__fastdepCCAS_TRUE]) -m4trace:configure.ac:65: -1- _AM_SUBST_NOTMAKE([am__fastdepCCAS_FALSE]) -m4trace:configure.ac:68: -1- AH_OUTPUT([HAVE_LIBELF], [/* Define to 1 if you have the `elf\' library (-lelf). */ +m4trace:configure.ac:56: -1- AC_SUBST([am__fastdepCC_TRUE]) +m4trace:configure.ac:56: -1- AC_SUBST_TRACE([am__fastdepCC_TRUE]) +m4trace:configure.ac:56: -1- m4_pattern_allow([^am__fastdepCC_TRUE$]) +m4trace:configure.ac:56: -1- AC_SUBST([am__fastdepCC_FALSE]) +m4trace:configure.ac:56: -1- AC_SUBST_TRACE([am__fastdepCC_FALSE]) +m4trace:configure.ac:56: -1- m4_pattern_allow([^am__fastdepCC_FALSE$]) +m4trace:configure.ac:56: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE]) +m4trace:configure.ac:56: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE]) +m4trace:configure.ac:57: -1- AC_SUBST([SED]) +m4trace:configure.ac:57: -1- AC_SUBST_TRACE([SED]) +m4trace:configure.ac:57: -1- m4_pattern_allow([^SED$]) +m4trace:configure.ac:60: -1- AH_OUTPUT([HAVE_LIBELF], [/* Define to 1 if you have the `elf\' library (-lelf). */ @%:@undef HAVE_LIBELF]) -m4trace:configure.ac:68: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBELF]) -m4trace:configure.ac:68: -1- m4_pattern_allow([^HAVE_LIBELF$]) -m4trace:configure.ac:72: -1- AH_OUTPUT([HAVE_ERRNO_H], [/* Define to 1 if you have the <errno.h> header file. */ +m4trace:configure.ac:60: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBELF]) +m4trace:configure.ac:60: -1- m4_pattern_allow([^HAVE_LIBELF$]) +m4trace:configure.ac:64: -1- AH_OUTPUT([HAVE_ERRNO_H], [/* Define to 1 if you have the <errno.h> header file. */ @%:@undef HAVE_ERRNO_H]) -m4trace:configure.ac:72: -1- AH_OUTPUT([HAVE_ERROR_H], [/* Define to 1 if you have the <error.h> header file. */ +m4trace:configure.ac:64: -1- AH_OUTPUT([HAVE_ERROR_H], [/* Define to 1 if you have the <error.h> header file. */ @%:@undef HAVE_ERROR_H]) -m4trace:configure.ac:72: -1- AH_OUTPUT([HAVE_FCNTL_H], [/* Define to 1 if you have the <fcntl.h> header file. */ +m4trace:configure.ac:64: -1- AH_OUTPUT([HAVE_FCNTL_H], [/* Define to 1 if you have the <fcntl.h> header file. */ @%:@undef HAVE_FCNTL_H]) -m4trace:configure.ac:72: -1- AH_OUTPUT([HAVE_GELF_H], [/* Define to 1 if you have the <gelf.h> header file. */ +m4trace:configure.ac:64: -1- AH_OUTPUT([HAVE_GELF_H], [/* Define to 1 if you have the <gelf.h> header file. */ @%:@undef HAVE_GELF_H]) -m4trace:configure.ac:72: -1- AH_OUTPUT([HAVE_LIBGEN_H], [/* Define to 1 if you have the <libgen.h> header file. */ +m4trace:configure.ac:64: -1- AH_OUTPUT([HAVE_LIBGEN_H], [/* Define to 1 if you have the <libgen.h> header file. */ @%:@undef HAVE_LIBGEN_H]) -m4trace:configure.ac:72: -1- AH_OUTPUT([HAVE_STDIO_H], [/* Define to 1 if you have the <stdio.h> header file. */ +m4trace:configure.ac:64: -1- AH_OUTPUT([HAVE_STDIO_H], [/* Define to 1 if you have the <stdio.h> header file. */ @%:@undef HAVE_STDIO_H]) -m4trace:configure.ac:72: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */ +m4trace:configure.ac:64: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */ @%:@undef HAVE_STDLIB_H]) -m4trace:configure.ac:72: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */ +m4trace:configure.ac:64: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */ @%:@undef HAVE_STRING_H]) -m4trace:configure.ac:72: -1- AH_OUTPUT([HAVE_SYS_MMAN_H], [/* Define to 1 if you have the <sys/mman.h> header file. */ +m4trace:configure.ac:64: -1- AH_OUTPUT([HAVE_SYS_MMAN_H], [/* Define to 1 if you have the <sys/mman.h> header file. */ @%:@undef HAVE_SYS_MMAN_H]) -m4trace:configure.ac:72: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */ +m4trace:configure.ac:64: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */ @%:@undef HAVE_SYS_STAT_H]) -m4trace:configure.ac:72: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */ +m4trace:configure.ac:64: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */ @%:@undef HAVE_SYS_TYPES_H]) -m4trace:configure.ac:72: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */ +m4trace:configure.ac:64: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */ @%:@undef HAVE_UNISTD_H]) -m4trace:configure.ac:80: -1- AC_DEFINE_TRACE_LITERAL([pid_t]) -m4trace:configure.ac:80: -1- m4_pattern_allow([^pid_t$]) -m4trace:configure.ac:80: -1- AH_OUTPUT([pid_t], [/* Define to `int\' if <sys/types.h> does not define. */ +m4trace:configure.ac:72: -1- AC_DEFINE_TRACE_LITERAL([pid_t]) +m4trace:configure.ac:72: -1- m4_pattern_allow([^pid_t$]) +m4trace:configure.ac:72: -1- AH_OUTPUT([pid_t], [/* Define to `int\' if <sys/types.h> does not define. */ @%:@undef pid_t]) -m4trace:configure.ac:81: -1- AC_DEFINE_TRACE_LITERAL([size_t]) -m4trace:configure.ac:81: -1- m4_pattern_allow([^size_t$]) -m4trace:configure.ac:81: -1- AH_OUTPUT([size_t], [/* Define to `unsigned int\' if <sys/types.h> does not define. */ +m4trace:configure.ac:73: -1- AC_DEFINE_TRACE_LITERAL([size_t]) +m4trace:configure.ac:73: -1- m4_pattern_allow([^size_t$]) +m4trace:configure.ac:73: -1- AH_OUTPUT([size_t], [/* Define to `unsigned int\' if <sys/types.h> does not define. */ @%:@undef size_t]) -m4trace:configure.ac:82: -1- AC_DEFINE_TRACE_LITERAL([_UINT8_T]) -m4trace:configure.ac:82: -1- m4_pattern_allow([^_UINT8_T$]) -m4trace:configure.ac:82: -1- AH_OUTPUT([_UINT8_T], [/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>, +m4trace:configure.ac:74: -1- AC_DEFINE_TRACE_LITERAL([_UINT8_T]) +m4trace:configure.ac:74: -1- m4_pattern_allow([^_UINT8_T$]) +m4trace:configure.ac:74: -1- AH_OUTPUT([_UINT8_T], [/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>, <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the @%:@define below would cause a syntax error. */ @%:@undef _UINT8_T]) -m4trace:configure.ac:82: -1- AC_DEFINE_TRACE_LITERAL([uint8_t]) -m4trace:configure.ac:82: -1- m4_pattern_allow([^uint8_t$]) -m4trace:configure.ac:82: -1- AH_OUTPUT([uint8_t], [/* Define to the type of an unsigned integer type of width exactly 8 bits if +m4trace:configure.ac:74: -1- AC_DEFINE_TRACE_LITERAL([uint8_t]) +m4trace:configure.ac:74: -1- m4_pattern_allow([^uint8_t$]) +m4trace:configure.ac:74: -1- AH_OUTPUT([uint8_t], [/* Define to the type of an unsigned integer type of width exactly 8 bits if such a type exists and the standard includes do not define it. */ @%:@undef uint8_t]) -m4trace:configure.ac:83: -1- AC_DEFINE_TRACE_LITERAL([uint16_t]) -m4trace:configure.ac:83: -1- m4_pattern_allow([^uint16_t$]) -m4trace:configure.ac:83: -1- AH_OUTPUT([uint16_t], [/* Define to the type of an unsigned integer type of width exactly 16 bits if +m4trace:configure.ac:75: -1- AC_DEFINE_TRACE_LITERAL([uint16_t]) +m4trace:configure.ac:75: -1- m4_pattern_allow([^uint16_t$]) +m4trace:configure.ac:75: -1- AH_OUTPUT([uint16_t], [/* Define to the type of an unsigned integer type of width exactly 16 bits if such a type exists and the standard includes do not define it. */ @%:@undef uint16_t]) -m4trace:configure.ac:86: -1- AC_LIBSOURCE([error.h]) -m4trace:configure.ac:86: -1- AC_LIBSOURCE([error.c]) -m4trace:configure.ac:86: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS error.$ac_objext"]) -m4trace:configure.ac:86: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) -m4trace:configure.ac:86: -1- m4_pattern_allow([^LIB@&t@OBJS$]) -m4trace:configure.ac:86: -1- AC_LIBSOURCE([error.c]) -m4trace:configure.ac:87: -1- AH_OUTPUT([HAVE_VFORK_H], [/* Define to 1 if you have the <vfork.h> header file. */ +m4trace:configure.ac:78: -1- AC_LIBSOURCE([error.h]) +m4trace:configure.ac:78: -1- AC_LIBSOURCE([error.c]) +m4trace:configure.ac:78: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS error.$ac_objext"]) +m4trace:configure.ac:78: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) +m4trace:configure.ac:78: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:78: -1- AC_LIBSOURCE([error.c]) +m4trace:configure.ac:79: -1- AH_OUTPUT([HAVE_VFORK_H], [/* Define to 1 if you have the <vfork.h> header file. */ @%:@undef HAVE_VFORK_H]) -m4trace:configure.ac:87: -1- AC_DEFINE_TRACE_LITERAL([HAVE_VFORK_H]) -m4trace:configure.ac:87: -1- m4_pattern_allow([^HAVE_VFORK_H$]) -m4trace:configure.ac:87: -1- AH_OUTPUT([HAVE_FORK], [/* Define to 1 if you have the `fork\' function. */ +m4trace:configure.ac:79: -1- AC_DEFINE_TRACE_LITERAL([HAVE_VFORK_H]) +m4trace:configure.ac:79: -1- m4_pattern_allow([^HAVE_VFORK_H$]) +m4trace:configure.ac:79: -1- AH_OUTPUT([HAVE_FORK], [/* Define to 1 if you have the `fork\' function. */ @%:@undef HAVE_FORK]) -m4trace:configure.ac:87: -1- AH_OUTPUT([HAVE_VFORK], [/* Define to 1 if you have the `vfork\' function. */ +m4trace:configure.ac:79: -1- AH_OUTPUT([HAVE_VFORK], [/* Define to 1 if you have the `vfork\' function. */ @%:@undef HAVE_VFORK]) -m4trace:configure.ac:87: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WORKING_VFORK]) -m4trace:configure.ac:87: -1- m4_pattern_allow([^HAVE_WORKING_VFORK$]) -m4trace:configure.ac:87: -1- AH_OUTPUT([HAVE_WORKING_VFORK], [/* Define to 1 if `vfork\' works. */ +m4trace:configure.ac:79: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WORKING_VFORK]) +m4trace:configure.ac:79: -1- m4_pattern_allow([^HAVE_WORKING_VFORK$]) +m4trace:configure.ac:79: -1- AH_OUTPUT([HAVE_WORKING_VFORK], [/* Define to 1 if `vfork\' works. */ @%:@undef HAVE_WORKING_VFORK]) -m4trace:configure.ac:87: -1- AC_DEFINE_TRACE_LITERAL([vfork]) -m4trace:configure.ac:87: -1- m4_pattern_allow([^vfork$]) -m4trace:configure.ac:87: -1- AH_OUTPUT([vfork], [/* Define as `fork\' if `vfork\' does not work. */ +m4trace:configure.ac:79: -1- AC_DEFINE_TRACE_LITERAL([vfork]) +m4trace:configure.ac:79: -1- m4_pattern_allow([^vfork$]) +m4trace:configure.ac:79: -1- AH_OUTPUT([vfork], [/* Define as `fork\' if `vfork\' does not work. */ @%:@undef vfork]) -m4trace:configure.ac:87: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WORKING_FORK]) -m4trace:configure.ac:87: -1- m4_pattern_allow([^HAVE_WORKING_FORK$]) -m4trace:configure.ac:87: -1- AH_OUTPUT([HAVE_WORKING_FORK], [/* Define to 1 if `fork\' works. */ +m4trace:configure.ac:79: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WORKING_FORK]) +m4trace:configure.ac:79: -1- m4_pattern_allow([^HAVE_WORKING_FORK$]) +m4trace:configure.ac:79: -1- AH_OUTPUT([HAVE_WORKING_FORK], [/* Define to 1 if `fork\' works. */ @%:@undef HAVE_WORKING_FORK]) -m4trace:configure.ac:88: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */ +m4trace:configure.ac:80: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */ @%:@undef HAVE_STDLIB_H]) -m4trace:configure.ac:88: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */ +m4trace:configure.ac:80: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */ @%:@undef HAVE_UNISTD_H]) -m4trace:configure.ac:88: -1- AH_OUTPUT([HAVE_SYS_PARAM_H], [/* Define to 1 if you have the <sys/param.h> header file. */ +m4trace:configure.ac:80: -1- AH_OUTPUT([HAVE_SYS_PARAM_H], [/* Define to 1 if you have the <sys/param.h> header file. */ @%:@undef HAVE_SYS_PARAM_H]) -m4trace:configure.ac:88: -1- AH_OUTPUT([HAVE_GETPAGESIZE], [/* Define to 1 if you have the `getpagesize\' function. */ +m4trace:configure.ac:80: -1- AH_OUTPUT([HAVE_GETPAGESIZE], [/* Define to 1 if you have the `getpagesize\' function. */ @%:@undef HAVE_GETPAGESIZE]) -m4trace:configure.ac:88: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETPAGESIZE]) -m4trace:configure.ac:88: -1- m4_pattern_allow([^HAVE_GETPAGESIZE$]) -m4trace:configure.ac:88: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MMAP]) -m4trace:configure.ac:88: -1- m4_pattern_allow([^HAVE_MMAP$]) -m4trace:configure.ac:88: -1- AH_OUTPUT([HAVE_MMAP], [/* Define to 1 if you have a working `mmap\' system call. */ +m4trace:configure.ac:80: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETPAGESIZE]) +m4trace:configure.ac:80: -1- m4_pattern_allow([^HAVE_GETPAGESIZE$]) +m4trace:configure.ac:80: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MMAP]) +m4trace:configure.ac:80: -1- m4_pattern_allow([^HAVE_MMAP$]) +m4trace:configure.ac:80: -1- AH_OUTPUT([HAVE_MMAP], [/* Define to 1 if you have a working `mmap\' system call. */ @%:@undef HAVE_MMAP]) -m4trace:configure.ac:89: -1- AH_OUTPUT([HAVE_MEMSET], [/* Define to 1 if you have the `memset\' function. */ +m4trace:configure.ac:81: -1- AH_OUTPUT([HAVE_MEMSET], [/* Define to 1 if you have the `memset\' function. */ @%:@undef HAVE_MEMSET]) -m4trace:configure.ac:89: -1- AH_OUTPUT([HAVE_STRERROR], [/* Define to 1 if you have the `strerror\' function. */ +m4trace:configure.ac:81: -1- AH_OUTPUT([HAVE_STRERROR], [/* Define to 1 if you have the `strerror\' function. */ @%:@undef HAVE_STRERROR]) -m4trace:configure.ac:91: -1- AC_CONFIG_FILES([ +m4trace:configure.ac:83: -1- AC_CONFIG_FILES([ Makefile src/Makefile scripts/Makefile @@ -540,29 +520,29 @@ m4trace:configure.ac:91: -1- AC_CONFIG_FILES([ tests/gnustack/Makefile tests/pxtpax/Makefile ]) -m4trace:configure.ac:101: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs]) -m4trace:configure.ac:101: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) -m4trace:configure.ac:101: -1- m4_pattern_allow([^LIB@&t@OBJS$]) -m4trace:configure.ac:101: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs]) -m4trace:configure.ac:101: -1- AC_SUBST_TRACE([LTLIBOBJS]) -m4trace:configure.ac:101: -1- m4_pattern_allow([^LTLIBOBJS$]) -m4trace:configure.ac:101: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"]) -m4trace:configure.ac:101: -1- AC_SUBST([am__EXEEXT_TRUE]) -m4trace:configure.ac:101: -1- AC_SUBST_TRACE([am__EXEEXT_TRUE]) -m4trace:configure.ac:101: -1- m4_pattern_allow([^am__EXEEXT_TRUE$]) -m4trace:configure.ac:101: -1- AC_SUBST([am__EXEEXT_FALSE]) -m4trace:configure.ac:101: -1- AC_SUBST_TRACE([am__EXEEXT_FALSE]) -m4trace:configure.ac:101: -1- m4_pattern_allow([^am__EXEEXT_FALSE$]) -m4trace:configure.ac:101: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE]) -m4trace:configure.ac:101: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE]) -m4trace:configure.ac:101: -1- AC_SUBST_TRACE([top_builddir]) -m4trace:configure.ac:101: -1- AC_SUBST_TRACE([top_build_prefix]) -m4trace:configure.ac:101: -1- AC_SUBST_TRACE([srcdir]) -m4trace:configure.ac:101: -1- AC_SUBST_TRACE([abs_srcdir]) -m4trace:configure.ac:101: -1- AC_SUBST_TRACE([top_srcdir]) -m4trace:configure.ac:101: -1- AC_SUBST_TRACE([abs_top_srcdir]) -m4trace:configure.ac:101: -1- AC_SUBST_TRACE([builddir]) -m4trace:configure.ac:101: -1- AC_SUBST_TRACE([abs_builddir]) -m4trace:configure.ac:101: -1- AC_SUBST_TRACE([abs_top_builddir]) -m4trace:configure.ac:101: -1- AC_SUBST_TRACE([INSTALL]) -m4trace:configure.ac:101: -1- AC_SUBST_TRACE([MKDIR_P]) +m4trace:configure.ac:93: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs]) +m4trace:configure.ac:93: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) +m4trace:configure.ac:93: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:93: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs]) +m4trace:configure.ac:93: -1- AC_SUBST_TRACE([LTLIBOBJS]) +m4trace:configure.ac:93: -1- m4_pattern_allow([^LTLIBOBJS$]) +m4trace:configure.ac:93: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"]) +m4trace:configure.ac:93: -1- AC_SUBST([am__EXEEXT_TRUE]) +m4trace:configure.ac:93: -1- AC_SUBST_TRACE([am__EXEEXT_TRUE]) +m4trace:configure.ac:93: -1- m4_pattern_allow([^am__EXEEXT_TRUE$]) +m4trace:configure.ac:93: -1- AC_SUBST([am__EXEEXT_FALSE]) +m4trace:configure.ac:93: -1- AC_SUBST_TRACE([am__EXEEXT_FALSE]) +m4trace:configure.ac:93: -1- m4_pattern_allow([^am__EXEEXT_FALSE$]) +m4trace:configure.ac:93: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE]) +m4trace:configure.ac:93: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE]) +m4trace:configure.ac:93: -1- AC_SUBST_TRACE([top_builddir]) +m4trace:configure.ac:93: -1- AC_SUBST_TRACE([top_build_prefix]) +m4trace:configure.ac:93: -1- AC_SUBST_TRACE([srcdir]) +m4trace:configure.ac:93: -1- AC_SUBST_TRACE([abs_srcdir]) +m4trace:configure.ac:93: -1- AC_SUBST_TRACE([top_srcdir]) +m4trace:configure.ac:93: -1- AC_SUBST_TRACE([abs_top_srcdir]) +m4trace:configure.ac:93: -1- AC_SUBST_TRACE([builddir]) +m4trace:configure.ac:93: -1- AC_SUBST_TRACE([abs_builddir]) +m4trace:configure.ac:93: -1- AC_SUBST_TRACE([abs_top_builddir]) +m4trace:configure.ac:93: -1- AC_SUBST_TRACE([INSTALL]) +m4trace:configure.ac:93: -1- AC_SUBST_TRACE([MKDIR_P]) @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for elfix 0.5.1. +# Generated by GNU Autoconf 2.68 for elfix 0.5.2. # # Report bugs to <http://bugs.gentoo.org/>. # @@ -560,8 +560,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='elfix' PACKAGE_TARNAME='elfix' -PACKAGE_VERSION='0.5.1' -PACKAGE_STRING='elfix 0.5.1' +PACKAGE_VERSION='0.5.2' +PACKAGE_STRING='elfix 0.5.2' PACKAGE_BUGREPORT='http://bugs.gentoo.org/' PACKAGE_URL='' @@ -607,11 +607,7 @@ ac_subst_vars='am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS LIBOBJS -am__fastdepCCAS_FALSE -am__fastdepCCAS_TRUE -CCASDEPMODE -CCASFLAGS -CCAS +SED EGREP GREP CPP @@ -633,7 +629,6 @@ CFLAGS CC TEST_FALSE TEST_TRUE -has_yasm AM_BACKSLASH AM_DEFAULT_VERBOSITY am__untar @@ -713,9 +708,7 @@ CFLAGS LDFLAGS LIBS CPPFLAGS -CPP -CCAS -CCASFLAGS' +CPP' # Initialize some variables set by options. @@ -1258,7 +1251,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures elfix 0.5.1 to adapt to many kinds of systems. +\`configure' configures elfix 0.5.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1324,7 +1317,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of elfix 0.5.1:";; + short | recursive ) echo "Configuration of elfix 0.5.2:";; esac cat <<\_ACEOF @@ -1348,8 +1341,6 @@ Some influential environment variables: CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if you have headers in a nonstandard directory <include dir> CPP C preprocessor - CCAS assembler compiler command (defaults to CC) - CCASFLAGS assembler compiler flags (defaults to CFLAGS) Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. @@ -1417,7 +1408,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -elfix configure 0.5.1 +elfix configure 0.5.2 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1893,7 +1884,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by elfix $as_me 0.5.1, which was +It was created by elfix $as_me 0.5.2, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2714,7 +2705,7 @@ fi # Define the identity of the package. PACKAGE='elfix' - VERSION='0.5.1' + VERSION='0.5.2' cat >>confdefs.h <<_ACEOF @@ -2769,58 +2760,11 @@ AM_BACKSLASH='\' # Check whether --enable-tests was given. if test "${enable_tests+set}" = set; then : - enableval=$enable_tests; - if test "x$enable_tests" = "xyes"; then : - - # Extract the first word of "yasm", so it can be a program name with args. -set dummy yasm; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_has_yasm+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$has_yasm"; then - ac_cv_prog_has_yasm="$has_yasm" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_has_yasm=""yes"" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS + enableval=$enable_tests; test "x$enable_tests" = "xyes" - test -z "$ac_cv_prog_has_yasm" && ac_cv_prog_has_yasm=""no"" -fi -fi -has_yasm=$ac_cv_prog_has_yasm -if test -n "$has_yasm"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $has_yasm" >&5 -$as_echo "$has_yasm" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - - if test "x$has_yasm" = "xno"; then : - as_fn_error $? "\"Missing yasm assembler\"" "$LINENO" 5 fi - -fi - - -fi - - if test "x$has_yasm" = "xyes"; then + if test "x$enable_tests" = "xyes"; then TEST_TRUE= TEST_FALSE='#' else @@ -5001,137 +4945,74 @@ else fi -# By default we simply use the C compiler to build assembly code. - -test "${CCAS+set}" = set || CCAS=$CC -test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS - - - -depcc="$CCAS" am_compiler_list= - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 -$as_echo_n "checking dependency style of $depcc... " >&6; } -if ${am_cv_CCAS_dependencies_compiler_type+:} false; then : +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 +$as_echo_n "checking for a sed that does not truncate output... " >&6; } +if ${ac_cv_path_SED+:} false; then : $as_echo_n "(cached) " >&6 else - if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then - # We make a subdir and do the tests there. Otherwise we can end up - # making bogus files that we don't know about and never remove. For - # instance it was reported that on HP-UX the gcc test will end up - # making a dummy file named `D' -- because `-MD' means `put the output - # in D'. - mkdir conftest.dir - # Copy depcomp to subdir because otherwise we won't find it if we're - # using a relative directory. - cp "$am_depcomp" conftest.dir - cd conftest.dir - # We will build objects and dependencies in a subdirectory because - # it helps to detect inapplicable dependency modes. For instance - # both Tru64's cc and ICC support -MD to output dependencies as a - # side effect of compilation, but ICC will put the dependencies in - # the current directory while Tru64 will put them in the object - # directory. - mkdir sub - - am_cv_CCAS_dependencies_compiler_type=none - if test "$am_compiler_list" = ""; then - am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` - fi - am__universal=false - - - for depmode in $am_compiler_list; do - # Setup a source with many dependencies, because some compilers - # like to wrap large dependency lists on column 80 (with \), and - # we should not choose a depcomp mode which is confused by this. - # - # We need to recreate these files for each test, as the compiler may - # overwrite some of them when testing with obscure command lines. - # This happens at least with the AIX C compiler. - : > sub/conftest.c - for i in 1 2 3 4 5 6; do - echo '#include "conftst'$i'.h"' >> sub/conftest.c - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with - # Solaris 8's {/usr,}/bin/sh. - touch sub/conftst$i.h - done - echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf - - # We check with `-c' and `-o' for the sake of the "dashmstdout" - # mode. It turns out that the SunPro C++ compiler does not properly - # handle `-M -o', and we need to detect this. Also, some Intel - # versions had trouble with output in subdirs - am__obj=sub/conftest.${OBJEXT-o} - am__minus_obj="-o $am__obj" - case $depmode in - gcc) - # This depmode causes a compiler race in universal mode. - test "$am__universal" = false || continue - ;; - nosideeffect) - # after this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested - if test "x$enable_dependency_tracking" = xyes; then - continue - else - break - fi - ;; - msvisualcpp | msvcmsys) - # This compiler won't grok `-c -o', but also, the minuso test has - # not run yet. These depmodes are late enough in the game, and - # so weak that their functioning should not be impacted. - am__obj=conftest.${OBJEXT-o} - am__minus_obj= - ;; - none) break ;; - esac - if depmode=$depmode \ - source=sub/conftest.c object=$am__obj \ - depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ - $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ - >/dev/null 2>conftest.err && - grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && - grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && - grep $am__obj sub/conftest.Po > /dev/null 2>&1 && - ${MAKE-make} -s -f confmf > /dev/null 2>&1; then - # icc doesn't choke on unknown options, it will just issue warnings - # or remarks (even with -Werror). So we grep stderr for any message - # that says an option was ignored or not supported. - # When given -MP, icc 7.0 and 7.1 complain thusly: - # icc: Command line warning: ignoring option '-M'; no argument required - # The diagnosis changed in icc 8.0: - # icc: Command line remark: option '-MP' not supported - if (grep 'ignoring option' conftest.err || - grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else - am_cv_CCAS_dependencies_compiler_type=$depmode - break - fi + ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ + for ac_i in 1 2 3 4 5 6 7; do + ac_script="$ac_script$as_nl$ac_script" + done + echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed + { ac_script=; unset ac_script;} + if test -z "$SED"; then + ac_path_SED_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in sed gsed; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue +# Check for GNU ac_path_SED and select it if it is found. + # Check for GNU $ac_path_SED +case `"$ac_path_SED" --version 2>&1` in +*GNU*) + ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo '' >> "conftest.nl" + "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_SED_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_SED="$ac_path_SED" + ac_path_SED_max=$ac_count fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac - cd .. - rm -rf conftest.dir + $ac_path_SED_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_SED"; then + as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 + fi else - am_cv_CCAS_dependencies_compiler_type=none + ac_cv_path_SED=$SED fi fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CCAS_dependencies_compiler_type" >&5 -$as_echo "$am_cv_CCAS_dependencies_compiler_type" >&6; } -CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type - - if - test "x$enable_dependency_tracking" != xno \ - && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3; then - am__fastdepCCAS_TRUE= - am__fastdepCCAS_FALSE='#' -else - am__fastdepCCAS_TRUE='#' - am__fastdepCCAS_FALSE= -fi - +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 +$as_echo "$ac_cv_path_SED" >&6; } + SED="$ac_cv_path_SED" + rm -f conftest.sed # Checks for libraries. @@ -5852,10 +5733,6 @@ if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi -if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then - as_fn_error $? "conditional \"am__fastdepCCAS\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi : "${CONFIG_STATUS=./config.status}" ac_write_fail=0 @@ -6265,7 +6142,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by elfix $as_me 0.5.1, which was +This file was extended by elfix $as_me 0.5.2, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6331,7 +6208,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -elfix config.status 0.5.1 +elfix config.status 0.5.2 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index a2a7f5a..ba888f8 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.65]) -AC_INIT([elfix], [0.5.1], [http://bugs.gentoo.org/]) +AC_INIT([elfix], [0.5.2], [http://bugs.gentoo.org/]) AC_CONFIG_SRCDIR([src/fix-gnustack.c]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([1.11 foreign]) diff --git a/doc/Makefile.in b/doc/Makefile.in index d67aaf1..26552f0 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -84,9 +84,6 @@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ -CCAS = @CCAS@ -CCASDEPMODE = @CCASDEPMODE@ -CCASFLAGS = @CCASFLAGS@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ @@ -120,6 +117,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ @@ -142,7 +140,6 @@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ -has_yasm = @has_yasm@ host_alias = @host_alias@ htmldir = @htmldir@ includedir = @includedir@ diff --git a/scripts/Makefile.in b/scripts/Makefile.in index 344b78d..2ba30e3 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -83,9 +83,6 @@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ -CCAS = @CCAS@ -CCASDEPMODE = @CCASDEPMODE@ -CCASFLAGS = @CCASFLAGS@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ @@ -119,6 +116,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ @@ -141,7 +139,6 @@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ -has_yasm = @has_yasm@ host_alias = @host_alias@ htmldir = @htmldir@ includedir = @includedir@ diff --git a/src/Makefile.in b/src/Makefile.in index cb6830d..e8a0bc4 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -84,9 +84,6 @@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ -CCAS = @CCAS@ -CCASDEPMODE = @CCASDEPMODE@ -CCASFLAGS = @CCASFLAGS@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ @@ -120,6 +117,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ @@ -142,7 +140,6 @@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ -has_yasm = @has_yasm@ host_alias = @host_alias@ htmldir = @htmldir@ includedir = @includedir@ diff --git a/tests/Makefile.in b/tests/Makefile.in index 6541640..9b8c01d 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -98,9 +98,6 @@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ -CCAS = @CCAS@ -CCASDEPMODE = @CCASDEPMODE@ -CCASFLAGS = @CCASFLAGS@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ @@ -134,6 +131,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ @@ -156,7 +154,6 @@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ -has_yasm = @has_yasm@ host_alias = @host_alias@ htmldir = @htmldir@ includedir = @includedir@ diff --git a/tests/gnustack/Makefile.in b/tests/gnustack/Makefile.in index 566e3ad..b6ab0b9 100644 --- a/tests/gnustack/Makefile.in +++ b/tests/gnustack/Makefile.in @@ -44,22 +44,21 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = PROGRAMS = $(noinst_PROGRAMS) -am_bad_gnustack_OBJECTS = bad64.$(OBJEXT) bad32.$(OBJEXT) -bad_gnustack_OBJECTS = $(am_bad_gnustack_OBJECTS) +bad_gnustack_SOURCES = bad-gnustack.c +bad_gnustack_OBJECTS = bad-gnustack.$(OBJEXT) bad_gnustack_LDADD = $(LDADD) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS) -AM_V_CCAS = $(am__v_CCAS_$(V)) -am__v_CCAS_ = $(am__v_CCAS_$(AM_DEFAULT_VERBOSITY)) -am__v_CCAS_0 = @echo " CCAS " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_$(V)) am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) am__v_CC_0 = @echo " CC " $@; +AM_V_at = $(am__v_at_$(V)) +am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +am__v_at_0 = @ CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_$(V)) @@ -68,8 +67,8 @@ am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_$(V)) am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) am__v_GEN_0 = @echo " GEN " $@; -SOURCES = $(bad_gnustack_SOURCES) -DIST_SOURCES = $(bad_gnustack_SOURCES) +SOURCES = bad-gnustack.c +DIST_SOURCES = bad-gnustack.c ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -81,9 +80,6 @@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ -CCAS = @CCAS@ -CCASDEPMODE = @CCASDEPMODE@ -CCASFLAGS = @CCASFLAGS@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ @@ -117,6 +113,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ @@ -139,7 +136,6 @@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ -has_yasm = @has_yasm@ host_alias = @host_alias@ htmldir = @htmldir@ includedir = @includedir@ @@ -164,15 +160,13 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -bad_gnustack_SOURCES = bad64.s bad32.s -ARCH = $(shell uname -m | sed -e 's/i./x/') check_SCRIPTS = test.sh TEST = $(check_SCRIPTS) -CLEANFILES = *.o test.sh +CLEANFILES = *.o *.s test.sh all: all-am .SUFFIXES: -.SUFFIXES: .o .obj .s +.SUFFIXES: .c .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -213,13 +207,23 @@ mostlyclean-compile: distclean-compile: -rm -f *.tab.c -.s.o: - $(AM_V_CCAS) @AM_BACKSLASH@ - $(CCASCOMPILE) -c -o $@ $< +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bad-gnustack.Po@am__quote@ -.s.obj: - $(AM_V_CCAS) @AM_BACKSLASH@ - $(CCASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` +.c.o: +@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c $< + +.c.obj: +@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ @@ -339,6 +343,7 @@ clean: clean-am clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am distclean: distclean-am + -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -384,6 +389,7 @@ install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -417,9 +423,12 @@ uninstall-am: uninstall-am -bad-gnustack: bad64.s bad32.s - [[ "$(ARCH)" == "x86" ]] && $(CCAS) -m32 -o bad-gnustack bad32.s || true - [[ "$(ARCH)" == "x86_64" ]] && $(CCAS) -m64 -o bad-gnustack bad64.s || true +bad-gnustack.s: bad-gnustack.c + $(CC) -S $< + $(SED) -i -e 's/GNU-stack,"",/GNU-stack,"x",/' $@ + +bad-gnustack: bad-gnustack.s + $(CC) -o $@ $< test.sh: @echo "================================================================================" diff --git a/tests/pxtpax/Makefile.in b/tests/pxtpax/Makefile.in index 5118421..1a522e6 100644 --- a/tests/pxtpax/Makefile.in +++ b/tests/pxtpax/Makefile.in @@ -80,9 +80,6 @@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ -CCAS = @CCAS@ -CCASDEPMODE = @CCASDEPMODE@ -CCASFLAGS = @CCASFLAGS@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ @@ -116,6 +113,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ @@ -138,7 +136,6 @@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ -has_yasm = @has_yasm@ host_alias = @host_alias@ htmldir = @htmldir@ includedir = @includedir@ |