Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/elfix:elfix-0.5.x commit in: src/, scripts/, /, tests/gnustack/, doc/, autom4te.cache/, tests/, tests/pxtpax/
Date: Sun, 29 Jul 2012 15:33:03
Message-Id: 1343575962.26798bd6fe089dd61c903344f6bdfcba0b704d72.blueness@gentoo
1 commit: 26798bd6fe089dd61c903344f6bdfcba0b704d72
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 29 15:32:42 2012 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 29 15:32:42 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=26798bd6
7
8 Prepare release 0.5.2
9
10 ---
11 ChangeLog | 1 +
12 Makefile.in | 5 +-
13 aclocal.m4 | 22 --
14 autom4te.cache/output.0 | 159 +++++++++-----
15 autom4te.cache/output.1 | 269 ++++++-----------------
16 autom4te.cache/requests | 40 ++--
17 autom4te.cache/traces.0 | 184 ++++++++--------
18 autom4te.cache/traces.1 | 518 +++++++++++++++++++++-----------------------
19 configure | 269 ++++++-----------------
20 configure.ac | 2 +-
21 doc/Makefile.in | 5 +-
22 scripts/Makefile.in | 5 +-
23 src/Makefile.in | 5 +-
24 tests/Makefile.in | 5 +-
25 tests/gnustack/Makefile.in | 65 +++---
26 tests/pxtpax/Makefile.in | 5 +-
27 16 files changed, 653 insertions(+), 906 deletions(-)
28
29 diff --git a/ChangeLog b/ChangeLog
30 index acb4180..50c2f84 100644
31 --- a/ChangeLog
32 +++ b/ChangeLog
33 @@ -1,5 +1,6 @@
34 2012-07-29
35
36 + * Release 0.5.2
37 * remove unnecessary check for yasm in configure.ac
38 * make tests/gnustack machine independant by generating
39 native assembly using gcc
40
41 diff --git a/Makefile.in b/Makefile.in
42 index 82dfda6..c660513 100644
43 --- a/Makefile.in
44 +++ b/Makefile.in
45 @@ -113,9 +113,6 @@ AUTOHEADER = @AUTOHEADER@
46 AUTOMAKE = @AUTOMAKE@
47 AWK = @AWK@
48 CC = @CC@
49 -CCAS = @CCAS@
50 -CCASDEPMODE = @CCASDEPMODE@
51 -CCASFLAGS = @CCASFLAGS@
52 CCDEPMODE = @CCDEPMODE@
53 CFLAGS = @CFLAGS@
54 CPP = @CPP@
55 @@ -149,6 +146,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
56 PACKAGE_URL = @PACKAGE_URL@
57 PACKAGE_VERSION = @PACKAGE_VERSION@
58 PATH_SEPARATOR = @PATH_SEPARATOR@
59 +SED = @SED@
60 SET_MAKE = @SET_MAKE@
61 SHELL = @SHELL@
62 STRIP = @STRIP@
63 @@ -171,7 +169,6 @@ datarootdir = @datarootdir@
64 docdir = @docdir@
65 dvidir = @dvidir@
66 exec_prefix = @exec_prefix@
67 -has_yasm = @has_yasm@
68 host_alias = @host_alias@
69 htmldir = @htmldir@
70 includedir = @includedir@
71
72 diff --git a/aclocal.m4 b/aclocal.m4
73 index 8d33c23..48e95d5 100644
74 --- a/aclocal.m4
75 +++ b/aclocal.m4
76 @@ -55,28 +55,6 @@ m4_ifndef([AC_AUTOCONF_VERSION],
77 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
78 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
79
80 -# Figure out how to run the assembler. -*- Autoconf -*-
81 -
82 -# Copyright (C) 2001, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
83 -#
84 -# This file is free software; the Free Software Foundation
85 -# gives unlimited permission to copy and/or distribute it,
86 -# with or without modifications, as long as this notice is preserved.
87 -
88 -# serial 5
89 -
90 -# AM_PROG_AS
91 -# ----------
92 -AC_DEFUN([AM_PROG_AS],
93 -[# By default we simply use the C compiler to build assembly code.
94 -AC_REQUIRE([AC_PROG_CC])
95 -test "${CCAS+set}" = set || CCAS=$CC
96 -test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
97 -AC_ARG_VAR([CCAS], [assembler compiler command (defaults to CC)])
98 -AC_ARG_VAR([CCASFLAGS], [assembler compiler flags (defaults to CFLAGS)])
99 -_AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES([CCAS])])dnl
100 -])
101 -
102 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
103
104 # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
105
106 diff --git a/autom4te.cache/output.0 b/autom4te.cache/output.0
107 index c8b2546..680b8f4 100644
108 --- a/autom4te.cache/output.0
109 +++ b/autom4te.cache/output.0
110 @@ -1,6 +1,6 @@
111 @%:@! /bin/sh
112 @%:@ Guess values for system-dependent variables and create Makefiles.
113 -@%:@ Generated by GNU Autoconf 2.68 for elfix 0.5.0.
114 +@%:@ Generated by GNU Autoconf 2.68 for elfix 0.5.2.
115 @%:@
116 @%:@ Report bugs to <http://bugs.gentoo.org/>.
117 @%:@
118 @@ -560,8 +560,8 @@ MAKEFLAGS=
119 # Identity of this package.
120 PACKAGE_NAME='elfix'
121 PACKAGE_TARNAME='elfix'
122 -PACKAGE_VERSION='0.5.0'
123 -PACKAGE_STRING='elfix 0.5.0'
124 +PACKAGE_VERSION='0.5.2'
125 +PACKAGE_STRING='elfix 0.5.2'
126 PACKAGE_BUGREPORT='http://bugs.gentoo.org/'
127 PACKAGE_URL=''
128
129 @@ -607,6 +607,7 @@ ac_subst_vars='am__EXEEXT_FALSE
130 am__EXEEXT_TRUE
131 LTLIBOBJS
132 LIB@&t@OBJS
133 +SED
134 EGREP
135 GREP
136 CPP
137 @@ -628,7 +629,8 @@ CFLAGS
138 CC
139 TEST_FALSE
140 TEST_TRUE
141 -has_yasm
142 +AM_BACKSLASH
143 +AM_DEFAULT_VERBOSITY
144 am__untar
145 am__tar
146 AMTAR
147 @@ -693,6 +695,7 @@ SHELL'
148 ac_subst_files=''
149 ac_user_opts='
150 enable_option_checking
151 +enable_silent_rules
152 enable_tests
153 enable_xattr
154 enable_dependency_tracking
155 @@ -1248,7 +1251,7 @@ if test "$ac_init_help" = "long"; then
156 # Omit some internal or obsolete options to make the list less imposing.
157 # This message is too long to be a string in the A/UX 3.1 sh.
158 cat <<_ACEOF
159 -\`configure' configures elfix 0.5.0 to adapt to many kinds of systems.
160 +\`configure' configures elfix 0.5.2 to adapt to many kinds of systems.
161
162 Usage: $0 [OPTION]... [VAR=VALUE]...
163
164 @@ -1314,7 +1317,7 @@ fi
165
166 if test -n "$ac_init_help"; then
167 case $ac_init_help in
168 - short | recursive ) echo "Configuration of elfix 0.5.0:";;
169 + short | recursive ) echo "Configuration of elfix 0.5.2:";;
170 esac
171 cat <<\_ACEOF
172
173 @@ -1322,6 +1325,8 @@ Optional Features:
174 --disable-option-checking ignore unrecognized --enable/--with options
175 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
176 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
177 + --enable-silent-rules less verbose build output (undo: `make V=1')
178 + --disable-silent-rules verbose build output (undo: `make V=0')
179 --enable-tests perform tests
180 --enable-xattr enable support for pax markings in xattrs
181 --disable-dependency-tracking speeds up one-time build
182 @@ -1403,7 +1408,7 @@ fi
183 test -n "$ac_init_help" && exit $ac_status
184 if $ac_init_version; then
185 cat <<\_ACEOF
186 -elfix configure 0.5.0
187 +elfix configure 0.5.2
188 generated by GNU Autoconf 2.68
189
190 Copyright (C) 2010 Free Software Foundation, Inc.
191 @@ -1879,7 +1884,7 @@ cat >config.log <<_ACEOF
192 This file contains any messages produced by compilers while
193 running configure, to aid debugging if configure makes a mistake.
194
195 -It was created by elfix $as_me 0.5.0, which was
196 +It was created by elfix $as_me 0.5.2, which was
197 generated by GNU Autoconf 2.68. Invocation command line was
198
199 $ $0 $@
200 @@ -2700,7 +2705,7 @@ fi
201
202 # Define the identity of the package.
203 PACKAGE='elfix'
204 - VERSION='0.5.0'
205 + VERSION='0.5.2'
206
207
208 cat >>confdefs.h <<_ACEOF
209 @@ -2740,61 +2745,26 @@ am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
210
211
212
213 -
214 -@%:@ Check whether --enable-tests was given.
215 -if test "${enable_tests+set}" = set; then :
216 - enableval=$enable_tests;
217 - if test "x$enable_tests" = "xyes"; then :
218 -
219 - # Extract the first word of "yasm", so it can be a program name with args.
220 -set dummy yasm; ac_word=$2
221 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
222 -$as_echo_n "checking for $ac_word... " >&6; }
223 -if ${ac_cv_prog_has_yasm+:} false; then :
224 - $as_echo_n "(cached) " >&6
225 -else
226 - if test -n "$has_yasm"; then
227 - ac_cv_prog_has_yasm="$has_yasm" # Let the user override the test.
228 -else
229 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
230 -for as_dir in $PATH
231 -do
232 - IFS=$as_save_IFS
233 - test -z "$as_dir" && as_dir=.
234 - for ac_exec_ext in '' $ac_executable_extensions; do
235 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
236 - ac_cv_prog_has_yasm=""yes""
237 - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
238 - break 2
239 - fi
240 -done
241 - done
242 -IFS=$as_save_IFS
243 -
244 - test -z "$ac_cv_prog_has_yasm" && ac_cv_prog_has_yasm=""no""
245 -fi
246 -fi
247 -has_yasm=$ac_cv_prog_has_yasm
248 -if test -n "$has_yasm"; then
249 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $has_yasm" >&5
250 -$as_echo "$has_yasm" >&6; }
251 -else
252 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
253 -$as_echo "no" >&6; }
254 +@%:@ Check whether --enable-silent-rules was given.
255 +if test "${enable_silent_rules+set}" = set; then :
256 + enableval=$enable_silent_rules;
257 fi
258
259 +case $enable_silent_rules in
260 +yes) AM_DEFAULT_VERBOSITY=0;;
261 +no) AM_DEFAULT_VERBOSITY=1;;
262 +*) AM_DEFAULT_VERBOSITY=0;;
263 +esac
264 +AM_BACKSLASH='\'
265
266 - if test "x$has_yasm" = "xno"; then :
267 - as_fn_error $? "\"Missing yasm assembler\"" "$LINENO" 5
268 -fi
269 -
270 -
271 -fi
272 -
273 +
274 +@%:@ Check whether --enable-tests was given.
275 +if test "${enable_tests+set}" = set; then :
276 + enableval=$enable_tests; test "x$enable_tests" = "xyes"
277
278 fi
279
280 - if test "x$has_yasm" = "xyes"; then
281 + if test "x$enable_tests" = "xyes"; then
282 TEST_TRUE=
283 TEST_FALSE='#'
284 else
285 @@ -4975,6 +4945,75 @@ else
286 fi
287
288
289 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
290 +$as_echo_n "checking for a sed that does not truncate output... " >&6; }
291 +if ${ac_cv_path_SED+:} false; then :
292 + $as_echo_n "(cached) " >&6
293 +else
294 + ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
295 + for ac_i in 1 2 3 4 5 6 7; do
296 + ac_script="$ac_script$as_nl$ac_script"
297 + done
298 + echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
299 + { ac_script=; unset ac_script;}
300 + if test -z "$SED"; then
301 + ac_path_SED_found=false
302 + # Loop through the user's path and test for each of PROGNAME-LIST
303 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
304 +for as_dir in $PATH
305 +do
306 + IFS=$as_save_IFS
307 + test -z "$as_dir" && as_dir=.
308 + for ac_prog in sed gsed; do
309 + for ac_exec_ext in '' $ac_executable_extensions; do
310 + ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
311 + { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
312 +# Check for GNU ac_path_SED and select it if it is found.
313 + # Check for GNU $ac_path_SED
314 +case `"$ac_path_SED" --version 2>&1` in
315 +*GNU*)
316 + ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
317 +*)
318 + ac_count=0
319 + $as_echo_n 0123456789 >"conftest.in"
320 + while :
321 + do
322 + cat "conftest.in" "conftest.in" >"conftest.tmp"
323 + mv "conftest.tmp" "conftest.in"
324 + cp "conftest.in" "conftest.nl"
325 + $as_echo '' >> "conftest.nl"
326 + "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
327 + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
328 + as_fn_arith $ac_count + 1 && ac_count=$as_val
329 + if test $ac_count -gt ${ac_path_SED_max-0}; then
330 + # Best one so far, save it but keep looking for a better one
331 + ac_cv_path_SED="$ac_path_SED"
332 + ac_path_SED_max=$ac_count
333 + fi
334 + # 10*(2^10) chars as input seems more than enough
335 + test $ac_count -gt 10 && break
336 + done
337 + rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
338 +esac
339 +
340 + $ac_path_SED_found && break 3
341 + done
342 + done
343 + done
344 +IFS=$as_save_IFS
345 + if test -z "$ac_cv_path_SED"; then
346 + as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
347 + fi
348 +else
349 + ac_cv_path_SED=$SED
350 +fi
351 +
352 +fi
353 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
354 +$as_echo "$ac_cv_path_SED" >&6; }
355 + SED="$ac_cv_path_SED"
356 + rm -f conftest.sed
357 +
358
359 # Checks for libraries.
360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for elf_begin in -lelf" >&5
361 @@ -6103,7 +6142,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
362 # report actual input values of CONFIG_FILES etc. instead of their
363 # values after options handling.
364 ac_log="
365 -This file was extended by elfix $as_me 0.5.0, which was
366 +This file was extended by elfix $as_me 0.5.2, which was
367 generated by GNU Autoconf 2.68. Invocation command line was
368
369 CONFIG_FILES = $CONFIG_FILES
370 @@ -6169,7 +6208,7 @@ _ACEOF
371 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
372 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
373 ac_cs_version="\\
374 -elfix config.status 0.5.0
375 +elfix config.status 0.5.2
376 configured by $0, generated by GNU Autoconf 2.68,
377 with options \\"\$ac_cs_config\\"
378
379
380 diff --git a/autom4te.cache/output.1 b/autom4te.cache/output.1
381 index f95d883..680b8f4 100644
382 --- a/autom4te.cache/output.1
383 +++ b/autom4te.cache/output.1
384 @@ -1,6 +1,6 @@
385 @%:@! /bin/sh
386 @%:@ Guess values for system-dependent variables and create Makefiles.
387 -@%:@ Generated by GNU Autoconf 2.68 for elfix 0.5.1.
388 +@%:@ Generated by GNU Autoconf 2.68 for elfix 0.5.2.
389 @%:@
390 @%:@ Report bugs to <http://bugs.gentoo.org/>.
391 @%:@
392 @@ -560,8 +560,8 @@ MAKEFLAGS=
393 # Identity of this package.
394 PACKAGE_NAME='elfix'
395 PACKAGE_TARNAME='elfix'
396 -PACKAGE_VERSION='0.5.1'
397 -PACKAGE_STRING='elfix 0.5.1'
398 +PACKAGE_VERSION='0.5.2'
399 +PACKAGE_STRING='elfix 0.5.2'
400 PACKAGE_BUGREPORT='http://bugs.gentoo.org/'
401 PACKAGE_URL=''
402
403 @@ -607,11 +607,7 @@ ac_subst_vars='am__EXEEXT_FALSE
404 am__EXEEXT_TRUE
405 LTLIBOBJS
406 LIB@&t@OBJS
407 -am__fastdepCCAS_FALSE
408 -am__fastdepCCAS_TRUE
409 -CCASDEPMODE
410 -CCASFLAGS
411 -CCAS
412 +SED
413 EGREP
414 GREP
415 CPP
416 @@ -633,7 +629,6 @@ CFLAGS
417 CC
418 TEST_FALSE
419 TEST_TRUE
420 -has_yasm
421 AM_BACKSLASH
422 AM_DEFAULT_VERBOSITY
423 am__untar
424 @@ -713,9 +708,7 @@ CFLAGS
425 LDFLAGS
426 LIBS
427 CPPFLAGS
428 -CPP
429 -CCAS
430 -CCASFLAGS'
431 +CPP'
432
433
434 # Initialize some variables set by options.
435 @@ -1258,7 +1251,7 @@ if test "$ac_init_help" = "long"; then
436 # Omit some internal or obsolete options to make the list less imposing.
437 # This message is too long to be a string in the A/UX 3.1 sh.
438 cat <<_ACEOF
439 -\`configure' configures elfix 0.5.1 to adapt to many kinds of systems.
440 +\`configure' configures elfix 0.5.2 to adapt to many kinds of systems.
441
442 Usage: $0 [OPTION]... [VAR=VALUE]...
443
444 @@ -1324,7 +1317,7 @@ fi
445
446 if test -n "$ac_init_help"; then
447 case $ac_init_help in
448 - short | recursive ) echo "Configuration of elfix 0.5.1:";;
449 + short | recursive ) echo "Configuration of elfix 0.5.2:";;
450 esac
451 cat <<\_ACEOF
452
453 @@ -1348,8 +1341,6 @@ Some influential environment variables:
454 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
455 you have headers in a nonstandard directory <include dir>
456 CPP C preprocessor
457 - CCAS assembler compiler command (defaults to CC)
458 - CCASFLAGS assembler compiler flags (defaults to CFLAGS)
459
460 Use these variables to override the choices made by `configure' or to help
461 it to find libraries and programs with nonstandard names/locations.
462 @@ -1417,7 +1408,7 @@ fi
463 test -n "$ac_init_help" && exit $ac_status
464 if $ac_init_version; then
465 cat <<\_ACEOF
466 -elfix configure 0.5.1
467 +elfix configure 0.5.2
468 generated by GNU Autoconf 2.68
469
470 Copyright (C) 2010 Free Software Foundation, Inc.
471 @@ -1893,7 +1884,7 @@ cat >config.log <<_ACEOF
472 This file contains any messages produced by compilers while
473 running configure, to aid debugging if configure makes a mistake.
474
475 -It was created by elfix $as_me 0.5.1, which was
476 +It was created by elfix $as_me 0.5.2, which was
477 generated by GNU Autoconf 2.68. Invocation command line was
478
479 $ $0 $@
480 @@ -2714,7 +2705,7 @@ fi
481
482 # Define the identity of the package.
483 PACKAGE='elfix'
484 - VERSION='0.5.1'
485 + VERSION='0.5.2'
486
487
488 cat >>confdefs.h <<_ACEOF
489 @@ -2769,58 +2760,11 @@ AM_BACKSLASH='\'
490
491 @%:@ Check whether --enable-tests was given.
492 if test "${enable_tests+set}" = set; then :
493 - enableval=$enable_tests;
494 - if test "x$enable_tests" = "xyes"; then :
495 -
496 - # Extract the first word of "yasm", so it can be a program name with args.
497 -set dummy yasm; ac_word=$2
498 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
499 -$as_echo_n "checking for $ac_word... " >&6; }
500 -if ${ac_cv_prog_has_yasm+:} false; then :
501 - $as_echo_n "(cached) " >&6
502 -else
503 - if test -n "$has_yasm"; then
504 - ac_cv_prog_has_yasm="$has_yasm" # Let the user override the test.
505 -else
506 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
507 -for as_dir in $PATH
508 -do
509 - IFS=$as_save_IFS
510 - test -z "$as_dir" && as_dir=.
511 - for ac_exec_ext in '' $ac_executable_extensions; do
512 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
513 - ac_cv_prog_has_yasm=""yes""
514 - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
515 - break 2
516 - fi
517 -done
518 - done
519 -IFS=$as_save_IFS
520 + enableval=$enable_tests; test "x$enable_tests" = "xyes"
521
522 - test -z "$ac_cv_prog_has_yasm" && ac_cv_prog_has_yasm=""no""
523 -fi
524 -fi
525 -has_yasm=$ac_cv_prog_has_yasm
526 -if test -n "$has_yasm"; then
527 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $has_yasm" >&5
528 -$as_echo "$has_yasm" >&6; }
529 -else
530 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
531 -$as_echo "no" >&6; }
532 fi
533
534 -
535 - if test "x$has_yasm" = "xno"; then :
536 - as_fn_error $? "\"Missing yasm assembler\"" "$LINENO" 5
537 -fi
538 -
539 -
540 -fi
541 -
542 -
543 -fi
544 -
545 - if test "x$has_yasm" = "xyes"; then
546 + if test "x$enable_tests" = "xyes"; then
547 TEST_TRUE=
548 TEST_FALSE='#'
549 else
550 @@ -5001,137 +4945,74 @@ else
551 fi
552
553
554 -# By default we simply use the C compiler to build assembly code.
555 -
556 -test "${CCAS+set}" = set || CCAS=$CC
557 -test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
558 -
559 -
560 -
561 -depcc="$CCAS" am_compiler_list=
562 -
563 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
564 -$as_echo_n "checking dependency style of $depcc... " >&6; }
565 -if ${am_cv_CCAS_dependencies_compiler_type+:} false; then :
566 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
567 +$as_echo_n "checking for a sed that does not truncate output... " >&6; }
568 +if ${ac_cv_path_SED+:} false; then :
569 $as_echo_n "(cached) " >&6
570 else
571 - if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
572 - # We make a subdir and do the tests there. Otherwise we can end up
573 - # making bogus files that we don't know about and never remove. For
574 - # instance it was reported that on HP-UX the gcc test will end up
575 - # making a dummy file named `D' -- because `-MD' means `put the output
576 - # in D'.
577 - mkdir conftest.dir
578 - # Copy depcomp to subdir because otherwise we won't find it if we're
579 - # using a relative directory.
580 - cp "$am_depcomp" conftest.dir
581 - cd conftest.dir
582 - # We will build objects and dependencies in a subdirectory because
583 - # it helps to detect inapplicable dependency modes. For instance
584 - # both Tru64's cc and ICC support -MD to output dependencies as a
585 - # side effect of compilation, but ICC will put the dependencies in
586 - # the current directory while Tru64 will put them in the object
587 - # directory.
588 - mkdir sub
589 -
590 - am_cv_CCAS_dependencies_compiler_type=none
591 - if test "$am_compiler_list" = ""; then
592 - am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
593 - fi
594 - am__universal=false
595 -
596 -
597 - for depmode in $am_compiler_list; do
598 - # Setup a source with many dependencies, because some compilers
599 - # like to wrap large dependency lists on column 80 (with \), and
600 - # we should not choose a depcomp mode which is confused by this.
601 - #
602 - # We need to recreate these files for each test, as the compiler may
603 - # overwrite some of them when testing with obscure command lines.
604 - # This happens at least with the AIX C compiler.
605 - : > sub/conftest.c
606 - for i in 1 2 3 4 5 6; do
607 - echo '#include "conftst'$i'.h"' >> sub/conftest.c
608 - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
609 - # Solaris 8's {/usr,}/bin/sh.
610 - touch sub/conftst$i.h
611 - done
612 - echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
613 -
614 - # We check with `-c' and `-o' for the sake of the "dashmstdout"
615 - # mode. It turns out that the SunPro C++ compiler does not properly
616 - # handle `-M -o', and we need to detect this. Also, some Intel
617 - # versions had trouble with output in subdirs
618 - am__obj=sub/conftest.${OBJEXT-o}
619 - am__minus_obj="-o $am__obj"
620 - case $depmode in
621 - gcc)
622 - # This depmode causes a compiler race in universal mode.
623 - test "$am__universal" = false || continue
624 - ;;
625 - nosideeffect)
626 - # after this tag, mechanisms are not by side-effect, so they'll
627 - # only be used when explicitly requested
628 - if test "x$enable_dependency_tracking" = xyes; then
629 - continue
630 - else
631 - break
632 - fi
633 - ;;
634 - msvisualcpp | msvcmsys)
635 - # This compiler won't grok `-c -o', but also, the minuso test has
636 - # not run yet. These depmodes are late enough in the game, and
637 - # so weak that their functioning should not be impacted.
638 - am__obj=conftest.${OBJEXT-o}
639 - am__minus_obj=
640 - ;;
641 - none) break ;;
642 - esac
643 - if depmode=$depmode \
644 - source=sub/conftest.c object=$am__obj \
645 - depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
646 - $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
647 - >/dev/null 2>conftest.err &&
648 - grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
649 - grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
650 - grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
651 - ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
652 - # icc doesn't choke on unknown options, it will just issue warnings
653 - # or remarks (even with -Werror). So we grep stderr for any message
654 - # that says an option was ignored or not supported.
655 - # When given -MP, icc 7.0 and 7.1 complain thusly:
656 - # icc: Command line warning: ignoring option '-M'; no argument required
657 - # The diagnosis changed in icc 8.0:
658 - # icc: Command line remark: option '-MP' not supported
659 - if (grep 'ignoring option' conftest.err ||
660 - grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
661 - am_cv_CCAS_dependencies_compiler_type=$depmode
662 - break
663 - fi
664 + ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
665 + for ac_i in 1 2 3 4 5 6 7; do
666 + ac_script="$ac_script$as_nl$ac_script"
667 + done
668 + echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
669 + { ac_script=; unset ac_script;}
670 + if test -z "$SED"; then
671 + ac_path_SED_found=false
672 + # Loop through the user's path and test for each of PROGNAME-LIST
673 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
674 +for as_dir in $PATH
675 +do
676 + IFS=$as_save_IFS
677 + test -z "$as_dir" && as_dir=.
678 + for ac_prog in sed gsed; do
679 + for ac_exec_ext in '' $ac_executable_extensions; do
680 + ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
681 + { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
682 +# Check for GNU ac_path_SED and select it if it is found.
683 + # Check for GNU $ac_path_SED
684 +case `"$ac_path_SED" --version 2>&1` in
685 +*GNU*)
686 + ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
687 +*)
688 + ac_count=0
689 + $as_echo_n 0123456789 >"conftest.in"
690 + while :
691 + do
692 + cat "conftest.in" "conftest.in" >"conftest.tmp"
693 + mv "conftest.tmp" "conftest.in"
694 + cp "conftest.in" "conftest.nl"
695 + $as_echo '' >> "conftest.nl"
696 + "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
697 + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
698 + as_fn_arith $ac_count + 1 && ac_count=$as_val
699 + if test $ac_count -gt ${ac_path_SED_max-0}; then
700 + # Best one so far, save it but keep looking for a better one
701 + ac_cv_path_SED="$ac_path_SED"
702 + ac_path_SED_max=$ac_count
703 fi
704 + # 10*(2^10) chars as input seems more than enough
705 + test $ac_count -gt 10 && break
706 done
707 + rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
708 +esac
709
710 - cd ..
711 - rm -rf conftest.dir
712 + $ac_path_SED_found && break 3
713 + done
714 + done
715 + done
716 +IFS=$as_save_IFS
717 + if test -z "$ac_cv_path_SED"; then
718 + as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
719 + fi
720 else
721 - am_cv_CCAS_dependencies_compiler_type=none
722 + ac_cv_path_SED=$SED
723 fi
724
725 fi
726 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CCAS_dependencies_compiler_type" >&5
727 -$as_echo "$am_cv_CCAS_dependencies_compiler_type" >&6; }
728 -CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type
729 -
730 - if
731 - test "x$enable_dependency_tracking" != xno \
732 - && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3; then
733 - am__fastdepCCAS_TRUE=
734 - am__fastdepCCAS_FALSE='#'
735 -else
736 - am__fastdepCCAS_TRUE='#'
737 - am__fastdepCCAS_FALSE=
738 -fi
739 -
740 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
741 +$as_echo "$ac_cv_path_SED" >&6; }
742 + SED="$ac_cv_path_SED"
743 + rm -f conftest.sed
744
745
746 # Checks for libraries.
747 @@ -5852,10 +5733,6 @@ if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
748 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
749 Usually this means the macro was only invoked conditionally." "$LINENO" 5
750 fi
751 -if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then
752 - as_fn_error $? "conditional \"am__fastdepCCAS\" was never defined.
753 -Usually this means the macro was only invoked conditionally." "$LINENO" 5
754 -fi
755
756 : "${CONFIG_STATUS=./config.status}"
757 ac_write_fail=0
758 @@ -6265,7 +6142,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
759 # report actual input values of CONFIG_FILES etc. instead of their
760 # values after options handling.
761 ac_log="
762 -This file was extended by elfix $as_me 0.5.1, which was
763 +This file was extended by elfix $as_me 0.5.2, which was
764 generated by GNU Autoconf 2.68. Invocation command line was
765
766 CONFIG_FILES = $CONFIG_FILES
767 @@ -6331,7 +6208,7 @@ _ACEOF
768 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
769 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
770 ac_cs_version="\\
771 -elfix config.status 0.5.1
772 +elfix config.status 0.5.2
773 configured by $0, generated by GNU Autoconf 2.68,
774 with options \\"\$ac_cs_config\\"
775
776
777 diff --git a/autom4te.cache/requests b/autom4te.cache/requests
778 index 861aa79..2cc72c2 100644
779 --- a/autom4te.cache/requests
780 +++ b/autom4te.cache/requests
781 @@ -64,8 +64,8 @@
782 'AM_SET_LEADING_DOT' => 1,
783 'AM_SET_DEPDIR' => 1,
784 '_AM_DEPENDENCIES' => 1,
785 - 'AM_PROG_INSTALL_SH' => 1,
786 'm4_include' => 1,
787 + 'AM_PROG_INSTALL_SH' => 1,
788 '_AC_AM_CONFIG_HEADER_HOOK' => 1,
789 'AU_DEFUN' => 1,
790 'AM_MAKE_INCLUDE' => 1
791 @@ -83,55 +83,55 @@
792 'configure.ac'
793 ],
794 {
795 - '_LT_AC_TAGCONFIG' => 1,
796 'AM_PROG_F77_C_O' => 1,
797 - 'AC_INIT' => 1,
798 + '_LT_AC_TAGCONFIG' => 1,
799 'm4_pattern_forbid' => 1,
800 - '_AM_COND_IF' => 1,
801 + 'AC_INIT' => 1,
802 'AC_CANONICAL_TARGET' => 1,
803 - 'AC_SUBST' => 1,
804 + '_AM_COND_IF' => 1,
805 'AC_CONFIG_LIBOBJ_DIR' => 1,
806 - 'AC_FC_SRCEXT' => 1,
807 + 'AC_SUBST' => 1,
808 'AC_CANONICAL_HOST' => 1,
809 + 'AC_FC_SRCEXT' => 1,
810 'AC_PROG_LIBTOOL' => 1,
811 'AM_INIT_AUTOMAKE' => 1,
812 - 'AM_PATH_GUILE' => 1,
813 'AC_CONFIG_SUBDIRS' => 1,
814 + 'AM_PATH_GUILE' => 1,
815 'AM_AUTOMAKE_VERSION' => 1,
816 'LT_CONFIG_LTDL_DIR' => 1,
817 - 'AC_REQUIRE_AUX_FILE' => 1,
818 'AC_CONFIG_LINKS' => 1,
819 - 'm4_sinclude' => 1,
820 + 'AC_REQUIRE_AUX_FILE' => 1,
821 'LT_SUPPORTED_TAG' => 1,
822 + 'm4_sinclude' => 1,
823 'AM_MAINTAINER_MODE' => 1,
824 'AM_NLS' => 1,
825 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
826 - 'AM_MAKEFILE_INCLUDE' => 1,
827 '_m4_warn' => 1,
828 + 'AM_MAKEFILE_INCLUDE' => 1,
829 'AM_PROG_CXX_C_O' => 1,
830 - '_AM_COND_ENDIF' => 1,
831 '_AM_MAKEFILE_INCLUDE' => 1,
832 + '_AM_COND_ENDIF' => 1,
833 'AM_ENABLE_MULTILIB' => 1,
834 'AM_SILENT_RULES' => 1,
835 'AM_PROG_MOC' => 1,
836 'AC_CONFIG_FILES' => 1,
837 - 'include' => 1,
838 'LT_INIT' => 1,
839 - 'AM_PROG_AR' => 1,
840 + 'include' => 1,
841 'AM_GNU_GETTEXT' => 1,
842 + 'AM_PROG_AR' => 1,
843 'AC_LIBSOURCE' => 1,
844 - 'AM_PROG_FC_C_O' => 1,
845 'AC_CANONICAL_BUILD' => 1,
846 + 'AM_PROG_FC_C_O' => 1,
847 'AC_FC_FREEFORM' => 1,
848 'AH_OUTPUT' => 1,
849 - '_AM_SUBST_NOTMAKE' => 1,
850 'AC_CONFIG_AUX_DIR' => 1,
851 - 'sinclude' => 1,
852 - 'AM_PROG_CC_C_O' => 1,
853 + '_AM_SUBST_NOTMAKE' => 1,
854 'm4_pattern_allow' => 1,
855 - 'AM_XGETTEXT_OPTION' => 1,
856 - 'AC_CANONICAL_SYSTEM' => 1,
857 + 'AM_PROG_CC_C_O' => 1,
858 + 'sinclude' => 1,
859 'AM_CONDITIONAL' => 1,
860 + 'AC_CANONICAL_SYSTEM' => 1,
861 + 'AM_XGETTEXT_OPTION' => 1,
862 'AC_CONFIG_HEADERS' => 1,
863 'AC_DEFINE_TRACE_LITERAL' => 1,
864 'AM_POT_TOOLS' => 1,
865 @@ -203,8 +203,8 @@
866 'AM_SET_LEADING_DOT' => 1,
867 'AM_SET_DEPDIR' => 1,
868 '_AM_DEPENDENCIES' => 1,
869 - 'AM_PROG_INSTALL_SH' => 1,
870 'm4_include' => 1,
871 + 'AM_PROG_INSTALL_SH' => 1,
872 '_AC_AM_CONFIG_HEADER_HOOK' => 1,
873 'AU_DEFUN' => 1,
874 'AM_MAKE_INCLUDE' => 1
875
876 diff --git a/autom4te.cache/traces.0 b/autom4te.cache/traces.0
877 index f262fc6..1b662a4 100644
878 --- a/autom4te.cache/traces.0
879 +++ b/autom4te.cache/traces.0
880 @@ -699,100 +699,104 @@ AC_PROVIDE_IFELSE([AC_PROG_OBJC],
881 m4trace:configure.ac:8: -2- _AM_MANGLE_OPTION([no-dependencies])
882 m4trace:configure.ac:8: -1- _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])
883 m4trace:configure.ac:8: -2- _AM_MANGLE_OPTION([silent-rules])
884 -m4trace:configure.ac:10: -1- m4_pattern_allow([^has_yasm$])
885 -m4trace:configure.ac:26: -1- AM_CONDITIONAL([TEST], [test "x$has_yasm" = "xyes"])
886 -m4trace:configure.ac:26: -1- m4_pattern_allow([^TEST_TRUE$])
887 -m4trace:configure.ac:26: -1- m4_pattern_allow([^TEST_FALSE$])
888 -m4trace:configure.ac:26: -1- _AM_SUBST_NOTMAKE([TEST_TRUE])
889 -m4trace:configure.ac:26: -1- _AM_SUBST_NOTMAKE([TEST_FALSE])
890 -m4trace:configure.ac:28: -1- m4_pattern_allow([^CC$])
891 -m4trace:configure.ac:28: -1- m4_pattern_allow([^CFLAGS$])
892 -m4trace:configure.ac:28: -1- m4_pattern_allow([^LDFLAGS$])
893 -m4trace:configure.ac:28: -1- m4_pattern_allow([^LIBS$])
894 -m4trace:configure.ac:28: -1- m4_pattern_allow([^CPPFLAGS$])
895 -m4trace:configure.ac:28: -1- m4_pattern_allow([^CC$])
896 -m4trace:configure.ac:28: -1- m4_pattern_allow([^CC$])
897 -m4trace:configure.ac:28: -1- m4_pattern_allow([^CC$])
898 -m4trace:configure.ac:28: -1- m4_pattern_allow([^CC$])
899 -m4trace:configure.ac:28: -1- m4_pattern_allow([^ac_ct_CC$])
900 -m4trace:configure.ac:28: -1- m4_pattern_allow([^EXEEXT$])
901 -m4trace:configure.ac:28: -1- m4_pattern_allow([^OBJEXT$])
902 -m4trace:configure.ac:28: -1- _AM_DEPENDENCIES([CC])
903 -m4trace:configure.ac:28: -1- AM_SET_DEPDIR
904 -m4trace:configure.ac:28: -1- m4_pattern_allow([^DEPDIR$])
905 -m4trace:configure.ac:28: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
906 -m4trace:configure.ac:28: -1- AM_MAKE_INCLUDE
907 -m4trace:configure.ac:28: -1- m4_pattern_allow([^am__include$])
908 -m4trace:configure.ac:28: -1- m4_pattern_allow([^am__quote$])
909 -m4trace:configure.ac:28: -1- AM_DEP_TRACK
910 -m4trace:configure.ac:28: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
911 -m4trace:configure.ac:28: -1- m4_pattern_allow([^AMDEP_TRUE$])
912 -m4trace:configure.ac:28: -1- m4_pattern_allow([^AMDEP_FALSE$])
913 -m4trace:configure.ac:28: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
914 -m4trace:configure.ac:28: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
915 -m4trace:configure.ac:28: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
916 -m4trace:configure.ac:28: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
917 -m4trace:configure.ac:28: -1- m4_pattern_allow([^CCDEPMODE$])
918 -m4trace:configure.ac:28: -1- AM_CONDITIONAL([am__fastdepCC], [
919 +m4trace:configure.ac:9: -1- AM_SILENT_RULES([yes])
920 +m4trace:configure.ac:9: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
921 +m4trace:configure.ac:9: -1- m4_pattern_allow([^AM_BACKSLASH$])
922 +m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
923 +m4trace:configure.ac:19: -1- AM_CONDITIONAL([TEST], [test "x$enable_tests" = "xyes"])
924 +m4trace:configure.ac:19: -1- m4_pattern_allow([^TEST_TRUE$])
925 +m4trace:configure.ac:19: -1- m4_pattern_allow([^TEST_FALSE$])
926 +m4trace:configure.ac:19: -1- _AM_SUBST_NOTMAKE([TEST_TRUE])
927 +m4trace:configure.ac:19: -1- _AM_SUBST_NOTMAKE([TEST_FALSE])
928 +m4trace:configure.ac:21: -1- m4_pattern_allow([^CC$])
929 +m4trace:configure.ac:21: -1- m4_pattern_allow([^CFLAGS$])
930 +m4trace:configure.ac:21: -1- m4_pattern_allow([^LDFLAGS$])
931 +m4trace:configure.ac:21: -1- m4_pattern_allow([^LIBS$])
932 +m4trace:configure.ac:21: -1- m4_pattern_allow([^CPPFLAGS$])
933 +m4trace:configure.ac:21: -1- m4_pattern_allow([^CC$])
934 +m4trace:configure.ac:21: -1- m4_pattern_allow([^CC$])
935 +m4trace:configure.ac:21: -1- m4_pattern_allow([^CC$])
936 +m4trace:configure.ac:21: -1- m4_pattern_allow([^CC$])
937 +m4trace:configure.ac:21: -1- m4_pattern_allow([^ac_ct_CC$])
938 +m4trace:configure.ac:21: -1- m4_pattern_allow([^EXEEXT$])
939 +m4trace:configure.ac:21: -1- m4_pattern_allow([^OBJEXT$])
940 +m4trace:configure.ac:21: -1- _AM_DEPENDENCIES([CC])
941 +m4trace:configure.ac:21: -1- AM_SET_DEPDIR
942 +m4trace:configure.ac:21: -1- m4_pattern_allow([^DEPDIR$])
943 +m4trace:configure.ac:21: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
944 +m4trace:configure.ac:21: -1- AM_MAKE_INCLUDE
945 +m4trace:configure.ac:21: -1- m4_pattern_allow([^am__include$])
946 +m4trace:configure.ac:21: -1- m4_pattern_allow([^am__quote$])
947 +m4trace:configure.ac:21: -1- AM_DEP_TRACK
948 +m4trace:configure.ac:21: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
949 +m4trace:configure.ac:21: -1- m4_pattern_allow([^AMDEP_TRUE$])
950 +m4trace:configure.ac:21: -1- m4_pattern_allow([^AMDEP_FALSE$])
951 +m4trace:configure.ac:21: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
952 +m4trace:configure.ac:21: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
953 +m4trace:configure.ac:21: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
954 +m4trace:configure.ac:21: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
955 +m4trace:configure.ac:21: -1- m4_pattern_allow([^CCDEPMODE$])
956 +m4trace:configure.ac:21: -1- AM_CONDITIONAL([am__fastdepCC], [
957 test "x$enable_dependency_tracking" != xno \
958 && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
959 -m4trace:configure.ac:28: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
960 -m4trace:configure.ac:28: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
961 -m4trace:configure.ac:28: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
962 -m4trace:configure.ac:28: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
963 -m4trace:configure.ac:28: -1- m4_pattern_allow([^CPP$])
964 -m4trace:configure.ac:28: -1- m4_pattern_allow([^CPPFLAGS$])
965 -m4trace:configure.ac:28: -1- m4_pattern_allow([^CPP$])
966 -m4trace:configure.ac:28: -1- m4_pattern_allow([^GREP$])
967 -m4trace:configure.ac:28: -1- m4_pattern_allow([^EGREP$])
968 -m4trace:configure.ac:28: -1- m4_pattern_allow([^STDC_HEADERS$])
969 -m4trace:configure.ac:28: -1- m4_pattern_allow([^HAVE_ATTR_XATTR_H$])
970 -m4trace:configure.ac:28: -1- m4_pattern_allow([^HAVE_LIBATTR$])
971 -m4trace:configure.ac:62: -1- m4_pattern_allow([^AWK$])
972 -m4trace:configure.ac:63: -1- m4_pattern_allow([^CC$])
973 -m4trace:configure.ac:63: -1- m4_pattern_allow([^CFLAGS$])
974 -m4trace:configure.ac:63: -1- m4_pattern_allow([^LDFLAGS$])
975 -m4trace:configure.ac:63: -1- m4_pattern_allow([^LIBS$])
976 -m4trace:configure.ac:63: -1- m4_pattern_allow([^CPPFLAGS$])
977 -m4trace:configure.ac:63: -1- m4_pattern_allow([^CC$])
978 -m4trace:configure.ac:63: -1- m4_pattern_allow([^CC$])
979 -m4trace:configure.ac:63: -1- m4_pattern_allow([^CC$])
980 -m4trace:configure.ac:63: -1- m4_pattern_allow([^CC$])
981 -m4trace:configure.ac:63: -1- m4_pattern_allow([^ac_ct_CC$])
982 -m4trace:configure.ac:63: -1- _AM_DEPENDENCIES([CC])
983 -m4trace:configure.ac:63: -1- m4_pattern_allow([^CCDEPMODE$])
984 -m4trace:configure.ac:63: -1- AM_CONDITIONAL([am__fastdepCC], [
985 +m4trace:configure.ac:21: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
986 +m4trace:configure.ac:21: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
987 +m4trace:configure.ac:21: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
988 +m4trace:configure.ac:21: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
989 +m4trace:configure.ac:21: -1- m4_pattern_allow([^CPP$])
990 +m4trace:configure.ac:21: -1- m4_pattern_allow([^CPPFLAGS$])
991 +m4trace:configure.ac:21: -1- m4_pattern_allow([^CPP$])
992 +m4trace:configure.ac:21: -1- m4_pattern_allow([^GREP$])
993 +m4trace:configure.ac:21: -1- m4_pattern_allow([^EGREP$])
994 +m4trace:configure.ac:21: -1- m4_pattern_allow([^STDC_HEADERS$])
995 +m4trace:configure.ac:21: -1- m4_pattern_allow([^HAVE_ATTR_XATTR_H$])
996 +m4trace:configure.ac:21: -1- m4_pattern_allow([^HAVE_LIBATTR$])
997 +m4trace:configure.ac:55: -1- m4_pattern_allow([^AWK$])
998 +m4trace:configure.ac:56: -1- m4_pattern_allow([^CC$])
999 +m4trace:configure.ac:56: -1- m4_pattern_allow([^CFLAGS$])
1000 +m4trace:configure.ac:56: -1- m4_pattern_allow([^LDFLAGS$])
1001 +m4trace:configure.ac:56: -1- m4_pattern_allow([^LIBS$])
1002 +m4trace:configure.ac:56: -1- m4_pattern_allow([^CPPFLAGS$])
1003 +m4trace:configure.ac:56: -1- m4_pattern_allow([^CC$])
1004 +m4trace:configure.ac:56: -1- m4_pattern_allow([^CC$])
1005 +m4trace:configure.ac:56: -1- m4_pattern_allow([^CC$])
1006 +m4trace:configure.ac:56: -1- m4_pattern_allow([^CC$])
1007 +m4trace:configure.ac:56: -1- m4_pattern_allow([^ac_ct_CC$])
1008 +m4trace:configure.ac:56: -1- _AM_DEPENDENCIES([CC])
1009 +m4trace:configure.ac:56: -1- m4_pattern_allow([^CCDEPMODE$])
1010 +m4trace:configure.ac:56: -1- AM_CONDITIONAL([am__fastdepCC], [
1011 test "x$enable_dependency_tracking" != xno \
1012 && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
1013 -m4trace:configure.ac:63: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
1014 -m4trace:configure.ac:63: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
1015 -m4trace:configure.ac:63: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
1016 -m4trace:configure.ac:63: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
1017 -m4trace:configure.ac:66: -1- m4_pattern_allow([^HAVE_LIBELF$])
1018 -m4trace:configure.ac:78: -1- m4_pattern_allow([^pid_t$])
1019 -m4trace:configure.ac:79: -1- m4_pattern_allow([^size_t$])
1020 -m4trace:configure.ac:80: -1- m4_pattern_allow([^_UINT8_T$])
1021 -m4trace:configure.ac:80: -1- m4_pattern_allow([^uint8_t$])
1022 -m4trace:configure.ac:81: -1- m4_pattern_allow([^uint16_t$])
1023 -m4trace:configure.ac:84: -1- m4_pattern_allow([^LIB@&t@OBJS$])
1024 -m4trace:configure.ac:85: -1- m4_pattern_allow([^HAVE_VFORK_H$])
1025 -m4trace:configure.ac:85: -1- m4_pattern_allow([^HAVE_WORKING_VFORK$])
1026 -m4trace:configure.ac:85: -1- m4_pattern_allow([^vfork$])
1027 -m4trace:configure.ac:85: -1- m4_pattern_allow([^HAVE_WORKING_FORK$])
1028 -m4trace:configure.ac:86: -1- AC_DEFUN([_AC_Header_stdlib_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_list], [" stdlib.h"])])
1029 +m4trace:configure.ac:56: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
1030 +m4trace:configure.ac:56: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
1031 +m4trace:configure.ac:56: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
1032 +m4trace:configure.ac:56: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
1033 +m4trace:configure.ac:57: -1- m4_pattern_allow([^SED$])
1034 +m4trace:configure.ac:60: -1- m4_pattern_allow([^HAVE_LIBELF$])
1035 +m4trace:configure.ac:72: -1- m4_pattern_allow([^pid_t$])
1036 +m4trace:configure.ac:73: -1- m4_pattern_allow([^size_t$])
1037 +m4trace:configure.ac:74: -1- m4_pattern_allow([^_UINT8_T$])
1038 +m4trace:configure.ac:74: -1- m4_pattern_allow([^uint8_t$])
1039 +m4trace:configure.ac:75: -1- m4_pattern_allow([^uint16_t$])
1040 +m4trace:configure.ac:78: -1- m4_pattern_allow([^LIB@&t@OBJS$])
1041 +m4trace:configure.ac:79: -1- m4_pattern_allow([^HAVE_VFORK_H$])
1042 +m4trace:configure.ac:79: -1- m4_pattern_allow([^HAVE_WORKING_VFORK$])
1043 +m4trace:configure.ac:79: -1- m4_pattern_allow([^vfork$])
1044 +m4trace:configure.ac:79: -1- m4_pattern_allow([^HAVE_WORKING_FORK$])
1045 +m4trace:configure.ac:80: -1- AC_DEFUN([_AC_Header_stdlib_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_list], [" stdlib.h"])])
1046 _AC_HEADERS_EXPANSION])
1047 -m4trace:configure.ac:86: -1- AC_DEFUN([_AC_Header_unistd_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_list], [" unistd.h"])])
1048 +m4trace:configure.ac:80: -1- AC_DEFUN([_AC_Header_unistd_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_list], [" unistd.h"])])
1049 _AC_HEADERS_EXPANSION])
1050 -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"])])
1051 +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"])])
1052 _AC_HEADERS_EXPANSION])
1053 -m4trace:configure.ac:86: -1- m4_pattern_allow([^HAVE_GETPAGESIZE$])
1054 -m4trace:configure.ac:86: -1- m4_pattern_allow([^HAVE_MMAP$])
1055 -m4trace:configure.ac:99: -1- m4_pattern_allow([^LIB@&t@OBJS$])
1056 -m4trace:configure.ac:99: -1- m4_pattern_allow([^LTLIBOBJS$])
1057 -m4trace:configure.ac:99: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
1058 -m4trace:configure.ac:99: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
1059 -m4trace:configure.ac:99: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
1060 -m4trace:configure.ac:99: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
1061 -m4trace:configure.ac:99: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
1062 -m4trace:configure.ac:99: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
1063 -m4trace:configure.ac:99: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
1064 +m4trace:configure.ac:80: -1- m4_pattern_allow([^HAVE_GETPAGESIZE$])
1065 +m4trace:configure.ac:80: -1- m4_pattern_allow([^HAVE_MMAP$])
1066 +m4trace:configure.ac:93: -1- m4_pattern_allow([^LIB@&t@OBJS$])
1067 +m4trace:configure.ac:93: -1- m4_pattern_allow([^LTLIBOBJS$])
1068 +m4trace:configure.ac:93: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
1069 +m4trace:configure.ac:93: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
1070 +m4trace:configure.ac:93: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
1071 +m4trace:configure.ac:93: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
1072 +m4trace:configure.ac:93: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
1073 +m4trace:configure.ac:93: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
1074 +m4trace:configure.ac:93: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
1075
1076 diff --git a/autom4te.cache/traces.1 b/autom4te.cache/traces.1
1077 index 7335824..5776a3d 100644
1078 --- a/autom4te.cache/traces.1
1079 +++ b/autom4te.cache/traces.1
1080 @@ -1,4 +1,4 @@
1081 -m4trace:configure.ac:5: -1- AC_INIT([elfix], [0.5.1], [http://bugs.gentoo.org/])
1082 +m4trace:configure.ac:5: -1- AC_INIT([elfix], [0.5.2], [http://bugs.gentoo.org/])
1083 m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?A[CHUM]_])
1084 m4trace:configure.ac:5: -1- m4_pattern_forbid([_AC_])
1085 m4trace:configure.ac:5: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
1086 @@ -239,299 +239,279 @@ m4trace:configure.ac:9: -1- AC_SUBST([AM_BACKSLASH])
1087 m4trace:configure.ac:9: -1- AC_SUBST_TRACE([AM_BACKSLASH])
1088 m4trace:configure.ac:9: -1- m4_pattern_allow([^AM_BACKSLASH$])
1089 m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
1090 -m4trace:configure.ac:11: -1- AC_SUBST([has_yasm])
1091 -m4trace:configure.ac:11: -1- AC_SUBST_TRACE([has_yasm])
1092 -m4trace:configure.ac:11: -1- m4_pattern_allow([^has_yasm$])
1093 -m4trace:configure.ac:27: -1- AM_CONDITIONAL([TEST], [test "x$has_yasm" = "xyes"])
1094 -m4trace:configure.ac:27: -1- AC_SUBST([TEST_TRUE])
1095 -m4trace:configure.ac:27: -1- AC_SUBST_TRACE([TEST_TRUE])
1096 -m4trace:configure.ac:27: -1- m4_pattern_allow([^TEST_TRUE$])
1097 -m4trace:configure.ac:27: -1- AC_SUBST([TEST_FALSE])
1098 -m4trace:configure.ac:27: -1- AC_SUBST_TRACE([TEST_FALSE])
1099 -m4trace:configure.ac:27: -1- m4_pattern_allow([^TEST_FALSE$])
1100 -m4trace:configure.ac:27: -1- _AM_SUBST_NOTMAKE([TEST_TRUE])
1101 -m4trace:configure.ac:27: -1- _AM_SUBST_NOTMAKE([TEST_FALSE])
1102 -m4trace:configure.ac:29: -1- AH_OUTPUT([HAVE_ATTR_XATTR_H], [/* Define to 1 if you have the <attr/xattr.h> header file. */
1103 +m4trace:configure.ac:19: -1- AM_CONDITIONAL([TEST], [test "x$enable_tests" = "xyes"])
1104 +m4trace:configure.ac:19: -1- AC_SUBST([TEST_TRUE])
1105 +m4trace:configure.ac:19: -1- AC_SUBST_TRACE([TEST_TRUE])
1106 +m4trace:configure.ac:19: -1- m4_pattern_allow([^TEST_TRUE$])
1107 +m4trace:configure.ac:19: -1- AC_SUBST([TEST_FALSE])
1108 +m4trace:configure.ac:19: -1- AC_SUBST_TRACE([TEST_FALSE])
1109 +m4trace:configure.ac:19: -1- m4_pattern_allow([^TEST_FALSE$])
1110 +m4trace:configure.ac:19: -1- _AM_SUBST_NOTMAKE([TEST_TRUE])
1111 +m4trace:configure.ac:19: -1- _AM_SUBST_NOTMAKE([TEST_FALSE])
1112 +m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_ATTR_XATTR_H], [/* Define to 1 if you have the <attr/xattr.h> header file. */
1113 @%:@undef HAVE_ATTR_XATTR_H])
1114 -m4trace:configure.ac:29: -1- AC_SUBST([CC])
1115 -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([CC])
1116 -m4trace:configure.ac:29: -1- m4_pattern_allow([^CC$])
1117 -m4trace:configure.ac:29: -1- AC_SUBST([CFLAGS])
1118 -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([CFLAGS])
1119 -m4trace:configure.ac:29: -1- m4_pattern_allow([^CFLAGS$])
1120 -m4trace:configure.ac:29: -1- AC_SUBST([LDFLAGS])
1121 -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([LDFLAGS])
1122 -m4trace:configure.ac:29: -1- m4_pattern_allow([^LDFLAGS$])
1123 -m4trace:configure.ac:29: -1- AC_SUBST([LIBS])
1124 -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([LIBS])
1125 -m4trace:configure.ac:29: -1- m4_pattern_allow([^LIBS$])
1126 -m4trace:configure.ac:29: -1- AC_SUBST([CPPFLAGS])
1127 -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([CPPFLAGS])
1128 -m4trace:configure.ac:29: -1- m4_pattern_allow([^CPPFLAGS$])
1129 -m4trace:configure.ac:29: -1- AC_SUBST([CC])
1130 -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([CC])
1131 -m4trace:configure.ac:29: -1- m4_pattern_allow([^CC$])
1132 -m4trace:configure.ac:29: -1- AC_SUBST([CC])
1133 -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([CC])
1134 -m4trace:configure.ac:29: -1- m4_pattern_allow([^CC$])
1135 -m4trace:configure.ac:29: -1- AC_SUBST([CC])
1136 -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([CC])
1137 -m4trace:configure.ac:29: -1- m4_pattern_allow([^CC$])
1138 -m4trace:configure.ac:29: -1- AC_SUBST([CC])
1139 -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([CC])
1140 -m4trace:configure.ac:29: -1- m4_pattern_allow([^CC$])
1141 -m4trace:configure.ac:29: -1- AC_SUBST([ac_ct_CC])
1142 -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([ac_ct_CC])
1143 -m4trace:configure.ac:29: -1- m4_pattern_allow([^ac_ct_CC$])
1144 -m4trace:configure.ac:29: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext])
1145 -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([EXEEXT])
1146 -m4trace:configure.ac:29: -1- m4_pattern_allow([^EXEEXT$])
1147 -m4trace:configure.ac:29: -1- AC_SUBST([OBJEXT], [$ac_cv_objext])
1148 -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([OBJEXT])
1149 -m4trace:configure.ac:29: -1- m4_pattern_allow([^OBJEXT$])
1150 -m4trace:configure.ac:29: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])
1151 -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([DEPDIR])
1152 -m4trace:configure.ac:29: -1- m4_pattern_allow([^DEPDIR$])
1153 -m4trace:configure.ac:29: -1- AC_SUBST([am__include])
1154 -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([am__include])
1155 -m4trace:configure.ac:29: -1- m4_pattern_allow([^am__include$])
1156 -m4trace:configure.ac:29: -1- AC_SUBST([am__quote])
1157 -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([am__quote])
1158 -m4trace:configure.ac:29: -1- m4_pattern_allow([^am__quote$])
1159 -m4trace:configure.ac:29: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
1160 -m4trace:configure.ac:29: -1- AC_SUBST([AMDEP_TRUE])
1161 -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([AMDEP_TRUE])
1162 -m4trace:configure.ac:29: -1- m4_pattern_allow([^AMDEP_TRUE$])
1163 -m4trace:configure.ac:29: -1- AC_SUBST([AMDEP_FALSE])
1164 -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([AMDEP_FALSE])
1165 -m4trace:configure.ac:29: -1- m4_pattern_allow([^AMDEP_FALSE$])
1166 -m4trace:configure.ac:29: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
1167 -m4trace:configure.ac:29: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
1168 -m4trace:configure.ac:29: -1- AC_SUBST([AMDEPBACKSLASH])
1169 -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([AMDEPBACKSLASH])
1170 -m4trace:configure.ac:29: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
1171 -m4trace:configure.ac:29: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
1172 -m4trace:configure.ac:29: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
1173 -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([CCDEPMODE])
1174 -m4trace:configure.ac:29: -1- m4_pattern_allow([^CCDEPMODE$])
1175 -m4trace:configure.ac:29: -1- AM_CONDITIONAL([am__fastdepCC], [
1176 +m4trace:configure.ac:21: -1- AC_SUBST([CC])
1177 +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CC])
1178 +m4trace:configure.ac:21: -1- m4_pattern_allow([^CC$])
1179 +m4trace:configure.ac:21: -1- AC_SUBST([CFLAGS])
1180 +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CFLAGS])
1181 +m4trace:configure.ac:21: -1- m4_pattern_allow([^CFLAGS$])
1182 +m4trace:configure.ac:21: -1- AC_SUBST([LDFLAGS])
1183 +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([LDFLAGS])
1184 +m4trace:configure.ac:21: -1- m4_pattern_allow([^LDFLAGS$])
1185 +m4trace:configure.ac:21: -1- AC_SUBST([LIBS])
1186 +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([LIBS])
1187 +m4trace:configure.ac:21: -1- m4_pattern_allow([^LIBS$])
1188 +m4trace:configure.ac:21: -1- AC_SUBST([CPPFLAGS])
1189 +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CPPFLAGS])
1190 +m4trace:configure.ac:21: -1- m4_pattern_allow([^CPPFLAGS$])
1191 +m4trace:configure.ac:21: -1- AC_SUBST([CC])
1192 +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CC])
1193 +m4trace:configure.ac:21: -1- m4_pattern_allow([^CC$])
1194 +m4trace:configure.ac:21: -1- AC_SUBST([CC])
1195 +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CC])
1196 +m4trace:configure.ac:21: -1- m4_pattern_allow([^CC$])
1197 +m4trace:configure.ac:21: -1- AC_SUBST([CC])
1198 +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CC])
1199 +m4trace:configure.ac:21: -1- m4_pattern_allow([^CC$])
1200 +m4trace:configure.ac:21: -1- AC_SUBST([CC])
1201 +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CC])
1202 +m4trace:configure.ac:21: -1- m4_pattern_allow([^CC$])
1203 +m4trace:configure.ac:21: -1- AC_SUBST([ac_ct_CC])
1204 +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([ac_ct_CC])
1205 +m4trace:configure.ac:21: -1- m4_pattern_allow([^ac_ct_CC$])
1206 +m4trace:configure.ac:21: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext])
1207 +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([EXEEXT])
1208 +m4trace:configure.ac:21: -1- m4_pattern_allow([^EXEEXT$])
1209 +m4trace:configure.ac:21: -1- AC_SUBST([OBJEXT], [$ac_cv_objext])
1210 +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([OBJEXT])
1211 +m4trace:configure.ac:21: -1- m4_pattern_allow([^OBJEXT$])
1212 +m4trace:configure.ac:21: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])
1213 +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([DEPDIR])
1214 +m4trace:configure.ac:21: -1- m4_pattern_allow([^DEPDIR$])
1215 +m4trace:configure.ac:21: -1- AC_SUBST([am__include])
1216 +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([am__include])
1217 +m4trace:configure.ac:21: -1- m4_pattern_allow([^am__include$])
1218 +m4trace:configure.ac:21: -1- AC_SUBST([am__quote])
1219 +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([am__quote])
1220 +m4trace:configure.ac:21: -1- m4_pattern_allow([^am__quote$])
1221 +m4trace:configure.ac:21: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
1222 +m4trace:configure.ac:21: -1- AC_SUBST([AMDEP_TRUE])
1223 +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([AMDEP_TRUE])
1224 +m4trace:configure.ac:21: -1- m4_pattern_allow([^AMDEP_TRUE$])
1225 +m4trace:configure.ac:21: -1- AC_SUBST([AMDEP_FALSE])
1226 +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([AMDEP_FALSE])
1227 +m4trace:configure.ac:21: -1- m4_pattern_allow([^AMDEP_FALSE$])
1228 +m4trace:configure.ac:21: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
1229 +m4trace:configure.ac:21: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
1230 +m4trace:configure.ac:21: -1- AC_SUBST([AMDEPBACKSLASH])
1231 +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([AMDEPBACKSLASH])
1232 +m4trace:configure.ac:21: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
1233 +m4trace:configure.ac:21: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
1234 +m4trace:configure.ac:21: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
1235 +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CCDEPMODE])
1236 +m4trace:configure.ac:21: -1- m4_pattern_allow([^CCDEPMODE$])
1237 +m4trace:configure.ac:21: -1- AM_CONDITIONAL([am__fastdepCC], [
1238 test "x$enable_dependency_tracking" != xno \
1239 && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
1240 -m4trace:configure.ac:29: -1- AC_SUBST([am__fastdepCC_TRUE])
1241 -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([am__fastdepCC_TRUE])
1242 -m4trace:configure.ac:29: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
1243 -m4trace:configure.ac:29: -1- AC_SUBST([am__fastdepCC_FALSE])
1244 -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([am__fastdepCC_FALSE])
1245 -m4trace:configure.ac:29: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
1246 -m4trace:configure.ac:29: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
1247 -m4trace:configure.ac:29: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
1248 -m4trace:configure.ac:29: -1- AC_SUBST([CPP])
1249 -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([CPP])
1250 -m4trace:configure.ac:29: -1- m4_pattern_allow([^CPP$])
1251 -m4trace:configure.ac:29: -1- AC_SUBST([CPPFLAGS])
1252 -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([CPPFLAGS])
1253 -m4trace:configure.ac:29: -1- m4_pattern_allow([^CPPFLAGS$])
1254 -m4trace:configure.ac:29: -1- AC_SUBST([CPP])
1255 -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([CPP])
1256 -m4trace:configure.ac:29: -1- m4_pattern_allow([^CPP$])
1257 -m4trace:configure.ac:29: -1- AC_SUBST([GREP])
1258 -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([GREP])
1259 -m4trace:configure.ac:29: -1- m4_pattern_allow([^GREP$])
1260 -m4trace:configure.ac:29: -1- AC_SUBST([EGREP])
1261 -m4trace:configure.ac:29: -1- AC_SUBST_TRACE([EGREP])
1262 -m4trace:configure.ac:29: -1- m4_pattern_allow([^EGREP$])
1263 -m4trace:configure.ac:29: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
1264 -m4trace:configure.ac:29: -1- m4_pattern_allow([^STDC_HEADERS$])
1265 -m4trace:configure.ac:29: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
1266 +m4trace:configure.ac:21: -1- AC_SUBST([am__fastdepCC_TRUE])
1267 +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([am__fastdepCC_TRUE])
1268 +m4trace:configure.ac:21: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
1269 +m4trace:configure.ac:21: -1- AC_SUBST([am__fastdepCC_FALSE])
1270 +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([am__fastdepCC_FALSE])
1271 +m4trace:configure.ac:21: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
1272 +m4trace:configure.ac:21: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
1273 +m4trace:configure.ac:21: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
1274 +m4trace:configure.ac:21: -1- AC_SUBST([CPP])
1275 +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CPP])
1276 +m4trace:configure.ac:21: -1- m4_pattern_allow([^CPP$])
1277 +m4trace:configure.ac:21: -1- AC_SUBST([CPPFLAGS])
1278 +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CPPFLAGS])
1279 +m4trace:configure.ac:21: -1- m4_pattern_allow([^CPPFLAGS$])
1280 +m4trace:configure.ac:21: -1- AC_SUBST([CPP])
1281 +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CPP])
1282 +m4trace:configure.ac:21: -1- m4_pattern_allow([^CPP$])
1283 +m4trace:configure.ac:21: -1- AC_SUBST([GREP])
1284 +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([GREP])
1285 +m4trace:configure.ac:21: -1- m4_pattern_allow([^GREP$])
1286 +m4trace:configure.ac:21: -1- AC_SUBST([EGREP])
1287 +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([EGREP])
1288 +m4trace:configure.ac:21: -1- m4_pattern_allow([^EGREP$])
1289 +m4trace:configure.ac:21: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
1290 +m4trace:configure.ac:21: -1- m4_pattern_allow([^STDC_HEADERS$])
1291 +m4trace:configure.ac:21: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
1292 @%:@undef STDC_HEADERS])
1293 -m4trace:configure.ac:29: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
1294 +m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
1295 @%:@undef HAVE_SYS_TYPES_H])
1296 -m4trace:configure.ac:29: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */
1297 +m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */
1298 @%:@undef HAVE_SYS_STAT_H])
1299 -m4trace:configure.ac:29: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
1300 +m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
1301 @%:@undef HAVE_STDLIB_H])
1302 -m4trace:configure.ac:29: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
1303 +m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
1304 @%:@undef HAVE_STRING_H])
1305 -m4trace:configure.ac:29: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */
1306 +m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */
1307 @%:@undef HAVE_MEMORY_H])
1308 -m4trace:configure.ac:29: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */
1309 +m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */
1310 @%:@undef HAVE_STRINGS_H])
1311 -m4trace:configure.ac:29: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
1312 +m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
1313 @%:@undef HAVE_INTTYPES_H])
1314 -m4trace:configure.ac:29: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
1315 +m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
1316 @%:@undef HAVE_STDINT_H])
1317 -m4trace:configure.ac:29: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
1318 +m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
1319 @%:@undef HAVE_UNISTD_H])
1320 -m4trace:configure.ac:29: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ATTR_XATTR_H])
1321 -m4trace:configure.ac:29: -1- m4_pattern_allow([^HAVE_ATTR_XATTR_H$])
1322 -m4trace:configure.ac:29: -1- AH_OUTPUT([HAVE_LIBATTR], [/* Define to 1 if you have the `attr\' library (-lattr). */
1323 +m4trace:configure.ac:21: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ATTR_XATTR_H])
1324 +m4trace:configure.ac:21: -1- m4_pattern_allow([^HAVE_ATTR_XATTR_H$])
1325 +m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_LIBATTR], [/* Define to 1 if you have the `attr\' library (-lattr). */
1326 @%:@undef HAVE_LIBATTR])
1327 -m4trace:configure.ac:29: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBATTR])
1328 -m4trace:configure.ac:29: -1- m4_pattern_allow([^HAVE_LIBATTR$])
1329 -m4trace:configure.ac:63: -1- AC_SUBST([AWK])
1330 -m4trace:configure.ac:63: -1- AC_SUBST_TRACE([AWK])
1331 -m4trace:configure.ac:63: -1- m4_pattern_allow([^AWK$])
1332 -m4trace:configure.ac:64: -1- AC_SUBST([CC])
1333 -m4trace:configure.ac:64: -1- AC_SUBST_TRACE([CC])
1334 -m4trace:configure.ac:64: -1- m4_pattern_allow([^CC$])
1335 -m4trace:configure.ac:64: -1- AC_SUBST([CFLAGS])
1336 -m4trace:configure.ac:64: -1- AC_SUBST_TRACE([CFLAGS])
1337 -m4trace:configure.ac:64: -1- m4_pattern_allow([^CFLAGS$])
1338 -m4trace:configure.ac:64: -1- AC_SUBST([LDFLAGS])
1339 -m4trace:configure.ac:64: -1- AC_SUBST_TRACE([LDFLAGS])
1340 -m4trace:configure.ac:64: -1- m4_pattern_allow([^LDFLAGS$])
1341 -m4trace:configure.ac:64: -1- AC_SUBST([LIBS])
1342 -m4trace:configure.ac:64: -1- AC_SUBST_TRACE([LIBS])
1343 -m4trace:configure.ac:64: -1- m4_pattern_allow([^LIBS$])
1344 -m4trace:configure.ac:64: -1- AC_SUBST([CPPFLAGS])
1345 -m4trace:configure.ac:64: -1- AC_SUBST_TRACE([CPPFLAGS])
1346 -m4trace:configure.ac:64: -1- m4_pattern_allow([^CPPFLAGS$])
1347 -m4trace:configure.ac:64: -1- AC_SUBST([CC])
1348 -m4trace:configure.ac:64: -1- AC_SUBST_TRACE([CC])
1349 -m4trace:configure.ac:64: -1- m4_pattern_allow([^CC$])
1350 -m4trace:configure.ac:64: -1- AC_SUBST([CC])
1351 -m4trace:configure.ac:64: -1- AC_SUBST_TRACE([CC])
1352 -m4trace:configure.ac:64: -1- m4_pattern_allow([^CC$])
1353 -m4trace:configure.ac:64: -1- AC_SUBST([CC])
1354 -m4trace:configure.ac:64: -1- AC_SUBST_TRACE([CC])
1355 -m4trace:configure.ac:64: -1- m4_pattern_allow([^CC$])
1356 -m4trace:configure.ac:64: -1- AC_SUBST([CC])
1357 -m4trace:configure.ac:64: -1- AC_SUBST_TRACE([CC])
1358 -m4trace:configure.ac:64: -1- m4_pattern_allow([^CC$])
1359 -m4trace:configure.ac:64: -1- AC_SUBST([ac_ct_CC])
1360 -m4trace:configure.ac:64: -1- AC_SUBST_TRACE([ac_ct_CC])
1361 -m4trace:configure.ac:64: -1- m4_pattern_allow([^ac_ct_CC$])
1362 -m4trace:configure.ac:64: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
1363 -m4trace:configure.ac:64: -1- AC_SUBST_TRACE([CCDEPMODE])
1364 -m4trace:configure.ac:64: -1- m4_pattern_allow([^CCDEPMODE$])
1365 -m4trace:configure.ac:64: -1- AM_CONDITIONAL([am__fastdepCC], [
1366 +m4trace:configure.ac:21: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBATTR])
1367 +m4trace:configure.ac:21: -1- m4_pattern_allow([^HAVE_LIBATTR$])
1368 +m4trace:configure.ac:55: -1- AC_SUBST([AWK])
1369 +m4trace:configure.ac:55: -1- AC_SUBST_TRACE([AWK])
1370 +m4trace:configure.ac:55: -1- m4_pattern_allow([^AWK$])
1371 +m4trace:configure.ac:56: -1- AC_SUBST([CC])
1372 +m4trace:configure.ac:56: -1- AC_SUBST_TRACE([CC])
1373 +m4trace:configure.ac:56: -1- m4_pattern_allow([^CC$])
1374 +m4trace:configure.ac:56: -1- AC_SUBST([CFLAGS])
1375 +m4trace:configure.ac:56: -1- AC_SUBST_TRACE([CFLAGS])
1376 +m4trace:configure.ac:56: -1- m4_pattern_allow([^CFLAGS$])
1377 +m4trace:configure.ac:56: -1- AC_SUBST([LDFLAGS])
1378 +m4trace:configure.ac:56: -1- AC_SUBST_TRACE([LDFLAGS])
1379 +m4trace:configure.ac:56: -1- m4_pattern_allow([^LDFLAGS$])
1380 +m4trace:configure.ac:56: -1- AC_SUBST([LIBS])
1381 +m4trace:configure.ac:56: -1- AC_SUBST_TRACE([LIBS])
1382 +m4trace:configure.ac:56: -1- m4_pattern_allow([^LIBS$])
1383 +m4trace:configure.ac:56: -1- AC_SUBST([CPPFLAGS])
1384 +m4trace:configure.ac:56: -1- AC_SUBST_TRACE([CPPFLAGS])
1385 +m4trace:configure.ac:56: -1- m4_pattern_allow([^CPPFLAGS$])
1386 +m4trace:configure.ac:56: -1- AC_SUBST([CC])
1387 +m4trace:configure.ac:56: -1- AC_SUBST_TRACE([CC])
1388 +m4trace:configure.ac:56: -1- m4_pattern_allow([^CC$])
1389 +m4trace:configure.ac:56: -1- AC_SUBST([CC])
1390 +m4trace:configure.ac:56: -1- AC_SUBST_TRACE([CC])
1391 +m4trace:configure.ac:56: -1- m4_pattern_allow([^CC$])
1392 +m4trace:configure.ac:56: -1- AC_SUBST([CC])
1393 +m4trace:configure.ac:56: -1- AC_SUBST_TRACE([CC])
1394 +m4trace:configure.ac:56: -1- m4_pattern_allow([^CC$])
1395 +m4trace:configure.ac:56: -1- AC_SUBST([CC])
1396 +m4trace:configure.ac:56: -1- AC_SUBST_TRACE([CC])
1397 +m4trace:configure.ac:56: -1- m4_pattern_allow([^CC$])
1398 +m4trace:configure.ac:56: -1- AC_SUBST([ac_ct_CC])
1399 +m4trace:configure.ac:56: -1- AC_SUBST_TRACE([ac_ct_CC])
1400 +m4trace:configure.ac:56: -1- m4_pattern_allow([^ac_ct_CC$])
1401 +m4trace:configure.ac:56: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
1402 +m4trace:configure.ac:56: -1- AC_SUBST_TRACE([CCDEPMODE])
1403 +m4trace:configure.ac:56: -1- m4_pattern_allow([^CCDEPMODE$])
1404 +m4trace:configure.ac:56: -1- AM_CONDITIONAL([am__fastdepCC], [
1405 test "x$enable_dependency_tracking" != xno \
1406 && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
1407 -m4trace:configure.ac:64: -1- AC_SUBST([am__fastdepCC_TRUE])
1408 -m4trace:configure.ac:64: -1- AC_SUBST_TRACE([am__fastdepCC_TRUE])
1409 -m4trace:configure.ac:64: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
1410 -m4trace:configure.ac:64: -1- AC_SUBST([am__fastdepCC_FALSE])
1411 -m4trace:configure.ac:64: -1- AC_SUBST_TRACE([am__fastdepCC_FALSE])
1412 -m4trace:configure.ac:64: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
1413 -m4trace:configure.ac:64: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
1414 -m4trace:configure.ac:64: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
1415 -m4trace:configure.ac:65: -1- AC_SUBST([CCAS])
1416 -m4trace:configure.ac:65: -1- AC_SUBST_TRACE([CCAS])
1417 -m4trace:configure.ac:65: -1- m4_pattern_allow([^CCAS$])
1418 -m4trace:configure.ac:65: -1- AC_SUBST([CCASFLAGS])
1419 -m4trace:configure.ac:65: -1- AC_SUBST_TRACE([CCASFLAGS])
1420 -m4trace:configure.ac:65: -1- m4_pattern_allow([^CCASFLAGS$])
1421 -m4trace:configure.ac:65: -1- AC_SUBST([CCASDEPMODE], [depmode=$am_cv_CCAS_dependencies_compiler_type])
1422 -m4trace:configure.ac:65: -1- AC_SUBST_TRACE([CCASDEPMODE])
1423 -m4trace:configure.ac:65: -1- m4_pattern_allow([^CCASDEPMODE$])
1424 -m4trace:configure.ac:65: -1- AM_CONDITIONAL([am__fastdepCCAS], [
1425 - test "x$enable_dependency_tracking" != xno \
1426 - && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3])
1427 -m4trace:configure.ac:65: -1- AC_SUBST([am__fastdepCCAS_TRUE])
1428 -m4trace:configure.ac:65: -1- AC_SUBST_TRACE([am__fastdepCCAS_TRUE])
1429 -m4trace:configure.ac:65: -1- m4_pattern_allow([^am__fastdepCCAS_TRUE$])
1430 -m4trace:configure.ac:65: -1- AC_SUBST([am__fastdepCCAS_FALSE])
1431 -m4trace:configure.ac:65: -1- AC_SUBST_TRACE([am__fastdepCCAS_FALSE])
1432 -m4trace:configure.ac:65: -1- m4_pattern_allow([^am__fastdepCCAS_FALSE$])
1433 -m4trace:configure.ac:65: -1- _AM_SUBST_NOTMAKE([am__fastdepCCAS_TRUE])
1434 -m4trace:configure.ac:65: -1- _AM_SUBST_NOTMAKE([am__fastdepCCAS_FALSE])
1435 -m4trace:configure.ac:68: -1- AH_OUTPUT([HAVE_LIBELF], [/* Define to 1 if you have the `elf\' library (-lelf). */
1436 +m4trace:configure.ac:56: -1- AC_SUBST([am__fastdepCC_TRUE])
1437 +m4trace:configure.ac:56: -1- AC_SUBST_TRACE([am__fastdepCC_TRUE])
1438 +m4trace:configure.ac:56: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
1439 +m4trace:configure.ac:56: -1- AC_SUBST([am__fastdepCC_FALSE])
1440 +m4trace:configure.ac:56: -1- AC_SUBST_TRACE([am__fastdepCC_FALSE])
1441 +m4trace:configure.ac:56: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
1442 +m4trace:configure.ac:56: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
1443 +m4trace:configure.ac:56: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
1444 +m4trace:configure.ac:57: -1- AC_SUBST([SED])
1445 +m4trace:configure.ac:57: -1- AC_SUBST_TRACE([SED])
1446 +m4trace:configure.ac:57: -1- m4_pattern_allow([^SED$])
1447 +m4trace:configure.ac:60: -1- AH_OUTPUT([HAVE_LIBELF], [/* Define to 1 if you have the `elf\' library (-lelf). */
1448 @%:@undef HAVE_LIBELF])
1449 -m4trace:configure.ac:68: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBELF])
1450 -m4trace:configure.ac:68: -1- m4_pattern_allow([^HAVE_LIBELF$])
1451 -m4trace:configure.ac:72: -1- AH_OUTPUT([HAVE_ERRNO_H], [/* Define to 1 if you have the <errno.h> header file. */
1452 +m4trace:configure.ac:60: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBELF])
1453 +m4trace:configure.ac:60: -1- m4_pattern_allow([^HAVE_LIBELF$])
1454 +m4trace:configure.ac:64: -1- AH_OUTPUT([HAVE_ERRNO_H], [/* Define to 1 if you have the <errno.h> header file. */
1455 @%:@undef HAVE_ERRNO_H])
1456 -m4trace:configure.ac:72: -1- AH_OUTPUT([HAVE_ERROR_H], [/* Define to 1 if you have the <error.h> header file. */
1457 +m4trace:configure.ac:64: -1- AH_OUTPUT([HAVE_ERROR_H], [/* Define to 1 if you have the <error.h> header file. */
1458 @%:@undef HAVE_ERROR_H])
1459 -m4trace:configure.ac:72: -1- AH_OUTPUT([HAVE_FCNTL_H], [/* Define to 1 if you have the <fcntl.h> header file. */
1460 +m4trace:configure.ac:64: -1- AH_OUTPUT([HAVE_FCNTL_H], [/* Define to 1 if you have the <fcntl.h> header file. */
1461 @%:@undef HAVE_FCNTL_H])
1462 -m4trace:configure.ac:72: -1- AH_OUTPUT([HAVE_GELF_H], [/* Define to 1 if you have the <gelf.h> header file. */
1463 +m4trace:configure.ac:64: -1- AH_OUTPUT([HAVE_GELF_H], [/* Define to 1 if you have the <gelf.h> header file. */
1464 @%:@undef HAVE_GELF_H])
1465 -m4trace:configure.ac:72: -1- AH_OUTPUT([HAVE_LIBGEN_H], [/* Define to 1 if you have the <libgen.h> header file. */
1466 +m4trace:configure.ac:64: -1- AH_OUTPUT([HAVE_LIBGEN_H], [/* Define to 1 if you have the <libgen.h> header file. */
1467 @%:@undef HAVE_LIBGEN_H])
1468 -m4trace:configure.ac:72: -1- AH_OUTPUT([HAVE_STDIO_H], [/* Define to 1 if you have the <stdio.h> header file. */
1469 +m4trace:configure.ac:64: -1- AH_OUTPUT([HAVE_STDIO_H], [/* Define to 1 if you have the <stdio.h> header file. */
1470 @%:@undef HAVE_STDIO_H])
1471 -m4trace:configure.ac:72: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
1472 +m4trace:configure.ac:64: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
1473 @%:@undef HAVE_STDLIB_H])
1474 -m4trace:configure.ac:72: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
1475 +m4trace:configure.ac:64: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
1476 @%:@undef HAVE_STRING_H])
1477 -m4trace:configure.ac:72: -1- AH_OUTPUT([HAVE_SYS_MMAN_H], [/* Define to 1 if you have the <sys/mman.h> header file. */
1478 +m4trace:configure.ac:64: -1- AH_OUTPUT([HAVE_SYS_MMAN_H], [/* Define to 1 if you have the <sys/mman.h> header file. */
1479 @%:@undef HAVE_SYS_MMAN_H])
1480 -m4trace:configure.ac:72: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */
1481 +m4trace:configure.ac:64: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */
1482 @%:@undef HAVE_SYS_STAT_H])
1483 -m4trace:configure.ac:72: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
1484 +m4trace:configure.ac:64: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
1485 @%:@undef HAVE_SYS_TYPES_H])
1486 -m4trace:configure.ac:72: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
1487 +m4trace:configure.ac:64: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
1488 @%:@undef HAVE_UNISTD_H])
1489 -m4trace:configure.ac:80: -1- AC_DEFINE_TRACE_LITERAL([pid_t])
1490 -m4trace:configure.ac:80: -1- m4_pattern_allow([^pid_t$])
1491 -m4trace:configure.ac:80: -1- AH_OUTPUT([pid_t], [/* Define to `int\' if <sys/types.h> does not define. */
1492 +m4trace:configure.ac:72: -1- AC_DEFINE_TRACE_LITERAL([pid_t])
1493 +m4trace:configure.ac:72: -1- m4_pattern_allow([^pid_t$])
1494 +m4trace:configure.ac:72: -1- AH_OUTPUT([pid_t], [/* Define to `int\' if <sys/types.h> does not define. */
1495 @%:@undef pid_t])
1496 -m4trace:configure.ac:81: -1- AC_DEFINE_TRACE_LITERAL([size_t])
1497 -m4trace:configure.ac:81: -1- m4_pattern_allow([^size_t$])
1498 -m4trace:configure.ac:81: -1- AH_OUTPUT([size_t], [/* Define to `unsigned int\' if <sys/types.h> does not define. */
1499 +m4trace:configure.ac:73: -1- AC_DEFINE_TRACE_LITERAL([size_t])
1500 +m4trace:configure.ac:73: -1- m4_pattern_allow([^size_t$])
1501 +m4trace:configure.ac:73: -1- AH_OUTPUT([size_t], [/* Define to `unsigned int\' if <sys/types.h> does not define. */
1502 @%:@undef size_t])
1503 -m4trace:configure.ac:82: -1- AC_DEFINE_TRACE_LITERAL([_UINT8_T])
1504 -m4trace:configure.ac:82: -1- m4_pattern_allow([^_UINT8_T$])
1505 -m4trace:configure.ac:82: -1- AH_OUTPUT([_UINT8_T], [/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
1506 +m4trace:configure.ac:74: -1- AC_DEFINE_TRACE_LITERAL([_UINT8_T])
1507 +m4trace:configure.ac:74: -1- m4_pattern_allow([^_UINT8_T$])
1508 +m4trace:configure.ac:74: -1- AH_OUTPUT([_UINT8_T], [/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
1509 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1510 @%:@define below would cause a syntax error. */
1511 @%:@undef _UINT8_T])
1512 -m4trace:configure.ac:82: -1- AC_DEFINE_TRACE_LITERAL([uint8_t])
1513 -m4trace:configure.ac:82: -1- m4_pattern_allow([^uint8_t$])
1514 -m4trace:configure.ac:82: -1- AH_OUTPUT([uint8_t], [/* Define to the type of an unsigned integer type of width exactly 8 bits if
1515 +m4trace:configure.ac:74: -1- AC_DEFINE_TRACE_LITERAL([uint8_t])
1516 +m4trace:configure.ac:74: -1- m4_pattern_allow([^uint8_t$])
1517 +m4trace:configure.ac:74: -1- AH_OUTPUT([uint8_t], [/* Define to the type of an unsigned integer type of width exactly 8 bits if
1518 such a type exists and the standard includes do not define it. */
1519 @%:@undef uint8_t])
1520 -m4trace:configure.ac:83: -1- AC_DEFINE_TRACE_LITERAL([uint16_t])
1521 -m4trace:configure.ac:83: -1- m4_pattern_allow([^uint16_t$])
1522 -m4trace:configure.ac:83: -1- AH_OUTPUT([uint16_t], [/* Define to the type of an unsigned integer type of width exactly 16 bits if
1523 +m4trace:configure.ac:75: -1- AC_DEFINE_TRACE_LITERAL([uint16_t])
1524 +m4trace:configure.ac:75: -1- m4_pattern_allow([^uint16_t$])
1525 +m4trace:configure.ac:75: -1- AH_OUTPUT([uint16_t], [/* Define to the type of an unsigned integer type of width exactly 16 bits if
1526 such a type exists and the standard includes do not define it. */
1527 @%:@undef uint16_t])
1528 -m4trace:configure.ac:86: -1- AC_LIBSOURCE([error.h])
1529 -m4trace:configure.ac:86: -1- AC_LIBSOURCE([error.c])
1530 -m4trace:configure.ac:86: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS error.$ac_objext"])
1531 -m4trace:configure.ac:86: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
1532 -m4trace:configure.ac:86: -1- m4_pattern_allow([^LIB@&t@OBJS$])
1533 -m4trace:configure.ac:86: -1- AC_LIBSOURCE([error.c])
1534 -m4trace:configure.ac:87: -1- AH_OUTPUT([HAVE_VFORK_H], [/* Define to 1 if you have the <vfork.h> header file. */
1535 +m4trace:configure.ac:78: -1- AC_LIBSOURCE([error.h])
1536 +m4trace:configure.ac:78: -1- AC_LIBSOURCE([error.c])
1537 +m4trace:configure.ac:78: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS error.$ac_objext"])
1538 +m4trace:configure.ac:78: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
1539 +m4trace:configure.ac:78: -1- m4_pattern_allow([^LIB@&t@OBJS$])
1540 +m4trace:configure.ac:78: -1- AC_LIBSOURCE([error.c])
1541 +m4trace:configure.ac:79: -1- AH_OUTPUT([HAVE_VFORK_H], [/* Define to 1 if you have the <vfork.h> header file. */
1542 @%:@undef HAVE_VFORK_H])
1543 -m4trace:configure.ac:87: -1- AC_DEFINE_TRACE_LITERAL([HAVE_VFORK_H])
1544 -m4trace:configure.ac:87: -1- m4_pattern_allow([^HAVE_VFORK_H$])
1545 -m4trace:configure.ac:87: -1- AH_OUTPUT([HAVE_FORK], [/* Define to 1 if you have the `fork\' function. */
1546 +m4trace:configure.ac:79: -1- AC_DEFINE_TRACE_LITERAL([HAVE_VFORK_H])
1547 +m4trace:configure.ac:79: -1- m4_pattern_allow([^HAVE_VFORK_H$])
1548 +m4trace:configure.ac:79: -1- AH_OUTPUT([HAVE_FORK], [/* Define to 1 if you have the `fork\' function. */
1549 @%:@undef HAVE_FORK])
1550 -m4trace:configure.ac:87: -1- AH_OUTPUT([HAVE_VFORK], [/* Define to 1 if you have the `vfork\' function. */
1551 +m4trace:configure.ac:79: -1- AH_OUTPUT([HAVE_VFORK], [/* Define to 1 if you have the `vfork\' function. */
1552 @%:@undef HAVE_VFORK])
1553 -m4trace:configure.ac:87: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WORKING_VFORK])
1554 -m4trace:configure.ac:87: -1- m4_pattern_allow([^HAVE_WORKING_VFORK$])
1555 -m4trace:configure.ac:87: -1- AH_OUTPUT([HAVE_WORKING_VFORK], [/* Define to 1 if `vfork\' works. */
1556 +m4trace:configure.ac:79: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WORKING_VFORK])
1557 +m4trace:configure.ac:79: -1- m4_pattern_allow([^HAVE_WORKING_VFORK$])
1558 +m4trace:configure.ac:79: -1- AH_OUTPUT([HAVE_WORKING_VFORK], [/* Define to 1 if `vfork\' works. */
1559 @%:@undef HAVE_WORKING_VFORK])
1560 -m4trace:configure.ac:87: -1- AC_DEFINE_TRACE_LITERAL([vfork])
1561 -m4trace:configure.ac:87: -1- m4_pattern_allow([^vfork$])
1562 -m4trace:configure.ac:87: -1- AH_OUTPUT([vfork], [/* Define as `fork\' if `vfork\' does not work. */
1563 +m4trace:configure.ac:79: -1- AC_DEFINE_TRACE_LITERAL([vfork])
1564 +m4trace:configure.ac:79: -1- m4_pattern_allow([^vfork$])
1565 +m4trace:configure.ac:79: -1- AH_OUTPUT([vfork], [/* Define as `fork\' if `vfork\' does not work. */
1566 @%:@undef vfork])
1567 -m4trace:configure.ac:87: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WORKING_FORK])
1568 -m4trace:configure.ac:87: -1- m4_pattern_allow([^HAVE_WORKING_FORK$])
1569 -m4trace:configure.ac:87: -1- AH_OUTPUT([HAVE_WORKING_FORK], [/* Define to 1 if `fork\' works. */
1570 +m4trace:configure.ac:79: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WORKING_FORK])
1571 +m4trace:configure.ac:79: -1- m4_pattern_allow([^HAVE_WORKING_FORK$])
1572 +m4trace:configure.ac:79: -1- AH_OUTPUT([HAVE_WORKING_FORK], [/* Define to 1 if `fork\' works. */
1573 @%:@undef HAVE_WORKING_FORK])
1574 -m4trace:configure.ac:88: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
1575 +m4trace:configure.ac:80: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
1576 @%:@undef HAVE_STDLIB_H])
1577 -m4trace:configure.ac:88: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
1578 +m4trace:configure.ac:80: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
1579 @%:@undef HAVE_UNISTD_H])
1580 -m4trace:configure.ac:88: -1- AH_OUTPUT([HAVE_SYS_PARAM_H], [/* Define to 1 if you have the <sys/param.h> header file. */
1581 +m4trace:configure.ac:80: -1- AH_OUTPUT([HAVE_SYS_PARAM_H], [/* Define to 1 if you have the <sys/param.h> header file. */
1582 @%:@undef HAVE_SYS_PARAM_H])
1583 -m4trace:configure.ac:88: -1- AH_OUTPUT([HAVE_GETPAGESIZE], [/* Define to 1 if you have the `getpagesize\' function. */
1584 +m4trace:configure.ac:80: -1- AH_OUTPUT([HAVE_GETPAGESIZE], [/* Define to 1 if you have the `getpagesize\' function. */
1585 @%:@undef HAVE_GETPAGESIZE])
1586 -m4trace:configure.ac:88: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETPAGESIZE])
1587 -m4trace:configure.ac:88: -1- m4_pattern_allow([^HAVE_GETPAGESIZE$])
1588 -m4trace:configure.ac:88: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MMAP])
1589 -m4trace:configure.ac:88: -1- m4_pattern_allow([^HAVE_MMAP$])
1590 -m4trace:configure.ac:88: -1- AH_OUTPUT([HAVE_MMAP], [/* Define to 1 if you have a working `mmap\' system call. */
1591 +m4trace:configure.ac:80: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETPAGESIZE])
1592 +m4trace:configure.ac:80: -1- m4_pattern_allow([^HAVE_GETPAGESIZE$])
1593 +m4trace:configure.ac:80: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MMAP])
1594 +m4trace:configure.ac:80: -1- m4_pattern_allow([^HAVE_MMAP$])
1595 +m4trace:configure.ac:80: -1- AH_OUTPUT([HAVE_MMAP], [/* Define to 1 if you have a working `mmap\' system call. */
1596 @%:@undef HAVE_MMAP])
1597 -m4trace:configure.ac:89: -1- AH_OUTPUT([HAVE_MEMSET], [/* Define to 1 if you have the `memset\' function. */
1598 +m4trace:configure.ac:81: -1- AH_OUTPUT([HAVE_MEMSET], [/* Define to 1 if you have the `memset\' function. */
1599 @%:@undef HAVE_MEMSET])
1600 -m4trace:configure.ac:89: -1- AH_OUTPUT([HAVE_STRERROR], [/* Define to 1 if you have the `strerror\' function. */
1601 +m4trace:configure.ac:81: -1- AH_OUTPUT([HAVE_STRERROR], [/* Define to 1 if you have the `strerror\' function. */
1602 @%:@undef HAVE_STRERROR])
1603 -m4trace:configure.ac:91: -1- AC_CONFIG_FILES([
1604 +m4trace:configure.ac:83: -1- AC_CONFIG_FILES([
1605 Makefile
1606 src/Makefile
1607 scripts/Makefile
1608 @@ -540,29 +520,29 @@ m4trace:configure.ac:91: -1- AC_CONFIG_FILES([
1609 tests/gnustack/Makefile
1610 tests/pxtpax/Makefile
1611 ])
1612 -m4trace:configure.ac:101: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
1613 -m4trace:configure.ac:101: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
1614 -m4trace:configure.ac:101: -1- m4_pattern_allow([^LIB@&t@OBJS$])
1615 -m4trace:configure.ac:101: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
1616 -m4trace:configure.ac:101: -1- AC_SUBST_TRACE([LTLIBOBJS])
1617 -m4trace:configure.ac:101: -1- m4_pattern_allow([^LTLIBOBJS$])
1618 -m4trace:configure.ac:101: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
1619 -m4trace:configure.ac:101: -1- AC_SUBST([am__EXEEXT_TRUE])
1620 -m4trace:configure.ac:101: -1- AC_SUBST_TRACE([am__EXEEXT_TRUE])
1621 -m4trace:configure.ac:101: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
1622 -m4trace:configure.ac:101: -1- AC_SUBST([am__EXEEXT_FALSE])
1623 -m4trace:configure.ac:101: -1- AC_SUBST_TRACE([am__EXEEXT_FALSE])
1624 -m4trace:configure.ac:101: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
1625 -m4trace:configure.ac:101: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
1626 -m4trace:configure.ac:101: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
1627 -m4trace:configure.ac:101: -1- AC_SUBST_TRACE([top_builddir])
1628 -m4trace:configure.ac:101: -1- AC_SUBST_TRACE([top_build_prefix])
1629 -m4trace:configure.ac:101: -1- AC_SUBST_TRACE([srcdir])
1630 -m4trace:configure.ac:101: -1- AC_SUBST_TRACE([abs_srcdir])
1631 -m4trace:configure.ac:101: -1- AC_SUBST_TRACE([top_srcdir])
1632 -m4trace:configure.ac:101: -1- AC_SUBST_TRACE([abs_top_srcdir])
1633 -m4trace:configure.ac:101: -1- AC_SUBST_TRACE([builddir])
1634 -m4trace:configure.ac:101: -1- AC_SUBST_TRACE([abs_builddir])
1635 -m4trace:configure.ac:101: -1- AC_SUBST_TRACE([abs_top_builddir])
1636 -m4trace:configure.ac:101: -1- AC_SUBST_TRACE([INSTALL])
1637 -m4trace:configure.ac:101: -1- AC_SUBST_TRACE([MKDIR_P])
1638 +m4trace:configure.ac:93: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
1639 +m4trace:configure.ac:93: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
1640 +m4trace:configure.ac:93: -1- m4_pattern_allow([^LIB@&t@OBJS$])
1641 +m4trace:configure.ac:93: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
1642 +m4trace:configure.ac:93: -1- AC_SUBST_TRACE([LTLIBOBJS])
1643 +m4trace:configure.ac:93: -1- m4_pattern_allow([^LTLIBOBJS$])
1644 +m4trace:configure.ac:93: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
1645 +m4trace:configure.ac:93: -1- AC_SUBST([am__EXEEXT_TRUE])
1646 +m4trace:configure.ac:93: -1- AC_SUBST_TRACE([am__EXEEXT_TRUE])
1647 +m4trace:configure.ac:93: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
1648 +m4trace:configure.ac:93: -1- AC_SUBST([am__EXEEXT_FALSE])
1649 +m4trace:configure.ac:93: -1- AC_SUBST_TRACE([am__EXEEXT_FALSE])
1650 +m4trace:configure.ac:93: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
1651 +m4trace:configure.ac:93: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
1652 +m4trace:configure.ac:93: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
1653 +m4trace:configure.ac:93: -1- AC_SUBST_TRACE([top_builddir])
1654 +m4trace:configure.ac:93: -1- AC_SUBST_TRACE([top_build_prefix])
1655 +m4trace:configure.ac:93: -1- AC_SUBST_TRACE([srcdir])
1656 +m4trace:configure.ac:93: -1- AC_SUBST_TRACE([abs_srcdir])
1657 +m4trace:configure.ac:93: -1- AC_SUBST_TRACE([top_srcdir])
1658 +m4trace:configure.ac:93: -1- AC_SUBST_TRACE([abs_top_srcdir])
1659 +m4trace:configure.ac:93: -1- AC_SUBST_TRACE([builddir])
1660 +m4trace:configure.ac:93: -1- AC_SUBST_TRACE([abs_builddir])
1661 +m4trace:configure.ac:93: -1- AC_SUBST_TRACE([abs_top_builddir])
1662 +m4trace:configure.ac:93: -1- AC_SUBST_TRACE([INSTALL])
1663 +m4trace:configure.ac:93: -1- AC_SUBST_TRACE([MKDIR_P])
1664
1665 diff --git a/configure b/configure
1666 index 88381f8..0b7a04f 100755
1667 --- a/configure
1668 +++ b/configure
1669 @@ -1,6 +1,6 @@
1670 #! /bin/sh
1671 # Guess values for system-dependent variables and create Makefiles.
1672 -# Generated by GNU Autoconf 2.68 for elfix 0.5.1.
1673 +# Generated by GNU Autoconf 2.68 for elfix 0.5.2.
1674 #
1675 # Report bugs to <http://bugs.gentoo.org/>.
1676 #
1677 @@ -560,8 +560,8 @@ MAKEFLAGS=
1678 # Identity of this package.
1679 PACKAGE_NAME='elfix'
1680 PACKAGE_TARNAME='elfix'
1681 -PACKAGE_VERSION='0.5.1'
1682 -PACKAGE_STRING='elfix 0.5.1'
1683 +PACKAGE_VERSION='0.5.2'
1684 +PACKAGE_STRING='elfix 0.5.2'
1685 PACKAGE_BUGREPORT='http://bugs.gentoo.org/'
1686 PACKAGE_URL=''
1687
1688 @@ -607,11 +607,7 @@ ac_subst_vars='am__EXEEXT_FALSE
1689 am__EXEEXT_TRUE
1690 LTLIBOBJS
1691 LIBOBJS
1692 -am__fastdepCCAS_FALSE
1693 -am__fastdepCCAS_TRUE
1694 -CCASDEPMODE
1695 -CCASFLAGS
1696 -CCAS
1697 +SED
1698 EGREP
1699 GREP
1700 CPP
1701 @@ -633,7 +629,6 @@ CFLAGS
1702 CC
1703 TEST_FALSE
1704 TEST_TRUE
1705 -has_yasm
1706 AM_BACKSLASH
1707 AM_DEFAULT_VERBOSITY
1708 am__untar
1709 @@ -713,9 +708,7 @@ CFLAGS
1710 LDFLAGS
1711 LIBS
1712 CPPFLAGS
1713 -CPP
1714 -CCAS
1715 -CCASFLAGS'
1716 +CPP'
1717
1718
1719 # Initialize some variables set by options.
1720 @@ -1258,7 +1251,7 @@ if test "$ac_init_help" = "long"; then
1721 # Omit some internal or obsolete options to make the list less imposing.
1722 # This message is too long to be a string in the A/UX 3.1 sh.
1723 cat <<_ACEOF
1724 -\`configure' configures elfix 0.5.1 to adapt to many kinds of systems.
1725 +\`configure' configures elfix 0.5.2 to adapt to many kinds of systems.
1726
1727 Usage: $0 [OPTION]... [VAR=VALUE]...
1728
1729 @@ -1324,7 +1317,7 @@ fi
1730
1731 if test -n "$ac_init_help"; then
1732 case $ac_init_help in
1733 - short | recursive ) echo "Configuration of elfix 0.5.1:";;
1734 + short | recursive ) echo "Configuration of elfix 0.5.2:";;
1735 esac
1736 cat <<\_ACEOF
1737
1738 @@ -1348,8 +1341,6 @@ Some influential environment variables:
1739 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1740 you have headers in a nonstandard directory <include dir>
1741 CPP C preprocessor
1742 - CCAS assembler compiler command (defaults to CC)
1743 - CCASFLAGS assembler compiler flags (defaults to CFLAGS)
1744
1745 Use these variables to override the choices made by `configure' or to help
1746 it to find libraries and programs with nonstandard names/locations.
1747 @@ -1417,7 +1408,7 @@ fi
1748 test -n "$ac_init_help" && exit $ac_status
1749 if $ac_init_version; then
1750 cat <<\_ACEOF
1751 -elfix configure 0.5.1
1752 +elfix configure 0.5.2
1753 generated by GNU Autoconf 2.68
1754
1755 Copyright (C) 2010 Free Software Foundation, Inc.
1756 @@ -1893,7 +1884,7 @@ cat >config.log <<_ACEOF
1757 This file contains any messages produced by compilers while
1758 running configure, to aid debugging if configure makes a mistake.
1759
1760 -It was created by elfix $as_me 0.5.1, which was
1761 +It was created by elfix $as_me 0.5.2, which was
1762 generated by GNU Autoconf 2.68. Invocation command line was
1763
1764 $ $0 $@
1765 @@ -2714,7 +2705,7 @@ fi
1766
1767 # Define the identity of the package.
1768 PACKAGE='elfix'
1769 - VERSION='0.5.1'
1770 + VERSION='0.5.2'
1771
1772
1773 cat >>confdefs.h <<_ACEOF
1774 @@ -2769,58 +2760,11 @@ AM_BACKSLASH='\'
1775
1776 # Check whether --enable-tests was given.
1777 if test "${enable_tests+set}" = set; then :
1778 - enableval=$enable_tests;
1779 - if test "x$enable_tests" = "xyes"; then :
1780 -
1781 - # Extract the first word of "yasm", so it can be a program name with args.
1782 -set dummy yasm; ac_word=$2
1783 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1784 -$as_echo_n "checking for $ac_word... " >&6; }
1785 -if ${ac_cv_prog_has_yasm+:} false; then :
1786 - $as_echo_n "(cached) " >&6
1787 -else
1788 - if test -n "$has_yasm"; then
1789 - ac_cv_prog_has_yasm="$has_yasm" # Let the user override the test.
1790 -else
1791 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1792 -for as_dir in $PATH
1793 -do
1794 - IFS=$as_save_IFS
1795 - test -z "$as_dir" && as_dir=.
1796 - for ac_exec_ext in '' $ac_executable_extensions; do
1797 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1798 - ac_cv_prog_has_yasm=""yes""
1799 - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1800 - break 2
1801 - fi
1802 -done
1803 - done
1804 -IFS=$as_save_IFS
1805 + enableval=$enable_tests; test "x$enable_tests" = "xyes"
1806
1807 - test -z "$ac_cv_prog_has_yasm" && ac_cv_prog_has_yasm=""no""
1808 -fi
1809 -fi
1810 -has_yasm=$ac_cv_prog_has_yasm
1811 -if test -n "$has_yasm"; then
1812 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $has_yasm" >&5
1813 -$as_echo "$has_yasm" >&6; }
1814 -else
1815 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1816 -$as_echo "no" >&6; }
1817 -fi
1818 -
1819 -
1820 - if test "x$has_yasm" = "xno"; then :
1821 - as_fn_error $? "\"Missing yasm assembler\"" "$LINENO" 5
1822 fi
1823
1824 -
1825 -fi
1826 -
1827 -
1828 -fi
1829 -
1830 - if test "x$has_yasm" = "xyes"; then
1831 + if test "x$enable_tests" = "xyes"; then
1832 TEST_TRUE=
1833 TEST_FALSE='#'
1834 else
1835 @@ -5001,137 +4945,74 @@ else
1836 fi
1837
1838
1839 -# By default we simply use the C compiler to build assembly code.
1840 -
1841 -test "${CCAS+set}" = set || CCAS=$CC
1842 -test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
1843 -
1844 -
1845 -
1846 -depcc="$CCAS" am_compiler_list=
1847 -
1848 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
1849 -$as_echo_n "checking dependency style of $depcc... " >&6; }
1850 -if ${am_cv_CCAS_dependencies_compiler_type+:} false; then :
1851 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
1852 +$as_echo_n "checking for a sed that does not truncate output... " >&6; }
1853 +if ${ac_cv_path_SED+:} false; then :
1854 $as_echo_n "(cached) " >&6
1855 else
1856 - if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
1857 - # We make a subdir and do the tests there. Otherwise we can end up
1858 - # making bogus files that we don't know about and never remove. For
1859 - # instance it was reported that on HP-UX the gcc test will end up
1860 - # making a dummy file named `D' -- because `-MD' means `put the output
1861 - # in D'.
1862 - mkdir conftest.dir
1863 - # Copy depcomp to subdir because otherwise we won't find it if we're
1864 - # using a relative directory.
1865 - cp "$am_depcomp" conftest.dir
1866 - cd conftest.dir
1867 - # We will build objects and dependencies in a subdirectory because
1868 - # it helps to detect inapplicable dependency modes. For instance
1869 - # both Tru64's cc and ICC support -MD to output dependencies as a
1870 - # side effect of compilation, but ICC will put the dependencies in
1871 - # the current directory while Tru64 will put them in the object
1872 - # directory.
1873 - mkdir sub
1874 -
1875 - am_cv_CCAS_dependencies_compiler_type=none
1876 - if test "$am_compiler_list" = ""; then
1877 - am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
1878 - fi
1879 - am__universal=false
1880 -
1881 -
1882 - for depmode in $am_compiler_list; do
1883 - # Setup a source with many dependencies, because some compilers
1884 - # like to wrap large dependency lists on column 80 (with \), and
1885 - # we should not choose a depcomp mode which is confused by this.
1886 - #
1887 - # We need to recreate these files for each test, as the compiler may
1888 - # overwrite some of them when testing with obscure command lines.
1889 - # This happens at least with the AIX C compiler.
1890 - : > sub/conftest.c
1891 - for i in 1 2 3 4 5 6; do
1892 - echo '#include "conftst'$i'.h"' >> sub/conftest.c
1893 - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
1894 - # Solaris 8's {/usr,}/bin/sh.
1895 - touch sub/conftst$i.h
1896 - done
1897 - echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
1898 -
1899 - # We check with `-c' and `-o' for the sake of the "dashmstdout"
1900 - # mode. It turns out that the SunPro C++ compiler does not properly
1901 - # handle `-M -o', and we need to detect this. Also, some Intel
1902 - # versions had trouble with output in subdirs
1903 - am__obj=sub/conftest.${OBJEXT-o}
1904 - am__minus_obj="-o $am__obj"
1905 - case $depmode in
1906 - gcc)
1907 - # This depmode causes a compiler race in universal mode.
1908 - test "$am__universal" = false || continue
1909 - ;;
1910 - nosideeffect)
1911 - # after this tag, mechanisms are not by side-effect, so they'll
1912 - # only be used when explicitly requested
1913 - if test "x$enable_dependency_tracking" = xyes; then
1914 - continue
1915 - else
1916 - break
1917 - fi
1918 - ;;
1919 - msvisualcpp | msvcmsys)
1920 - # This compiler won't grok `-c -o', but also, the minuso test has
1921 - # not run yet. These depmodes are late enough in the game, and
1922 - # so weak that their functioning should not be impacted.
1923 - am__obj=conftest.${OBJEXT-o}
1924 - am__minus_obj=
1925 - ;;
1926 - none) break ;;
1927 - esac
1928 - if depmode=$depmode \
1929 - source=sub/conftest.c object=$am__obj \
1930 - depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
1931 - $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
1932 - >/dev/null 2>conftest.err &&
1933 - grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
1934 - grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
1935 - grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
1936 - ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
1937 - # icc doesn't choke on unknown options, it will just issue warnings
1938 - # or remarks (even with -Werror). So we grep stderr for any message
1939 - # that says an option was ignored or not supported.
1940 - # When given -MP, icc 7.0 and 7.1 complain thusly:
1941 - # icc: Command line warning: ignoring option '-M'; no argument required
1942 - # The diagnosis changed in icc 8.0:
1943 - # icc: Command line remark: option '-MP' not supported
1944 - if (grep 'ignoring option' conftest.err ||
1945 - grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
1946 - am_cv_CCAS_dependencies_compiler_type=$depmode
1947 - break
1948 - fi
1949 + ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
1950 + for ac_i in 1 2 3 4 5 6 7; do
1951 + ac_script="$ac_script$as_nl$ac_script"
1952 + done
1953 + echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
1954 + { ac_script=; unset ac_script;}
1955 + if test -z "$SED"; then
1956 + ac_path_SED_found=false
1957 + # Loop through the user's path and test for each of PROGNAME-LIST
1958 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1959 +for as_dir in $PATH
1960 +do
1961 + IFS=$as_save_IFS
1962 + test -z "$as_dir" && as_dir=.
1963 + for ac_prog in sed gsed; do
1964 + for ac_exec_ext in '' $ac_executable_extensions; do
1965 + ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
1966 + { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
1967 +# Check for GNU ac_path_SED and select it if it is found.
1968 + # Check for GNU $ac_path_SED
1969 +case `"$ac_path_SED" --version 2>&1` in
1970 +*GNU*)
1971 + ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
1972 +*)
1973 + ac_count=0
1974 + $as_echo_n 0123456789 >"conftest.in"
1975 + while :
1976 + do
1977 + cat "conftest.in" "conftest.in" >"conftest.tmp"
1978 + mv "conftest.tmp" "conftest.in"
1979 + cp "conftest.in" "conftest.nl"
1980 + $as_echo '' >> "conftest.nl"
1981 + "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
1982 + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
1983 + as_fn_arith $ac_count + 1 && ac_count=$as_val
1984 + if test $ac_count -gt ${ac_path_SED_max-0}; then
1985 + # Best one so far, save it but keep looking for a better one
1986 + ac_cv_path_SED="$ac_path_SED"
1987 + ac_path_SED_max=$ac_count
1988 fi
1989 + # 10*(2^10) chars as input seems more than enough
1990 + test $ac_count -gt 10 && break
1991 done
1992 + rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
1993 +esac
1994
1995 - cd ..
1996 - rm -rf conftest.dir
1997 + $ac_path_SED_found && break 3
1998 + done
1999 + done
2000 + done
2001 +IFS=$as_save_IFS
2002 + if test -z "$ac_cv_path_SED"; then
2003 + as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
2004 + fi
2005 else
2006 - am_cv_CCAS_dependencies_compiler_type=none
2007 + ac_cv_path_SED=$SED
2008 fi
2009
2010 fi
2011 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CCAS_dependencies_compiler_type" >&5
2012 -$as_echo "$am_cv_CCAS_dependencies_compiler_type" >&6; }
2013 -CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type
2014 -
2015 - if
2016 - test "x$enable_dependency_tracking" != xno \
2017 - && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3; then
2018 - am__fastdepCCAS_TRUE=
2019 - am__fastdepCCAS_FALSE='#'
2020 -else
2021 - am__fastdepCCAS_TRUE='#'
2022 - am__fastdepCCAS_FALSE=
2023 -fi
2024 -
2025 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2026 +$as_echo "$ac_cv_path_SED" >&6; }
2027 + SED="$ac_cv_path_SED"
2028 + rm -f conftest.sed
2029
2030
2031 # Checks for libraries.
2032 @@ -5852,10 +5733,6 @@ if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
2033 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
2034 Usually this means the macro was only invoked conditionally." "$LINENO" 5
2035 fi
2036 -if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then
2037 - as_fn_error $? "conditional \"am__fastdepCCAS\" was never defined.
2038 -Usually this means the macro was only invoked conditionally." "$LINENO" 5
2039 -fi
2040
2041 : "${CONFIG_STATUS=./config.status}"
2042 ac_write_fail=0
2043 @@ -6265,7 +6142,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2044 # report actual input values of CONFIG_FILES etc. instead of their
2045 # values after options handling.
2046 ac_log="
2047 -This file was extended by elfix $as_me 0.5.1, which was
2048 +This file was extended by elfix $as_me 0.5.2, which was
2049 generated by GNU Autoconf 2.68. Invocation command line was
2050
2051 CONFIG_FILES = $CONFIG_FILES
2052 @@ -6331,7 +6208,7 @@ _ACEOF
2053 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2054 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2055 ac_cs_version="\\
2056 -elfix config.status 0.5.1
2057 +elfix config.status 0.5.2
2058 configured by $0, generated by GNU Autoconf 2.68,
2059 with options \\"\$ac_cs_config\\"
2060
2061
2062 diff --git a/configure.ac b/configure.ac
2063 index a2a7f5a..ba888f8 100644
2064 --- a/configure.ac
2065 +++ b/configure.ac
2066 @@ -2,7 +2,7 @@
2067 # Process this file with autoconf to produce a configure script.
2068
2069 AC_PREREQ([2.65])
2070 -AC_INIT([elfix], [0.5.1], [http://bugs.gentoo.org/])
2071 +AC_INIT([elfix], [0.5.2], [http://bugs.gentoo.org/])
2072 AC_CONFIG_SRCDIR([src/fix-gnustack.c])
2073 AC_CONFIG_HEADERS([config.h])
2074 AM_INIT_AUTOMAKE([1.11 foreign])
2075
2076 diff --git a/doc/Makefile.in b/doc/Makefile.in
2077 index d67aaf1..26552f0 100644
2078 --- a/doc/Makefile.in
2079 +++ b/doc/Makefile.in
2080 @@ -84,9 +84,6 @@ AUTOHEADER = @AUTOHEADER@
2081 AUTOMAKE = @AUTOMAKE@
2082 AWK = @AWK@
2083 CC = @CC@
2084 -CCAS = @CCAS@
2085 -CCASDEPMODE = @CCASDEPMODE@
2086 -CCASFLAGS = @CCASFLAGS@
2087 CCDEPMODE = @CCDEPMODE@
2088 CFLAGS = @CFLAGS@
2089 CPP = @CPP@
2090 @@ -120,6 +117,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
2091 PACKAGE_URL = @PACKAGE_URL@
2092 PACKAGE_VERSION = @PACKAGE_VERSION@
2093 PATH_SEPARATOR = @PATH_SEPARATOR@
2094 +SED = @SED@
2095 SET_MAKE = @SET_MAKE@
2096 SHELL = @SHELL@
2097 STRIP = @STRIP@
2098 @@ -142,7 +140,6 @@ datarootdir = @datarootdir@
2099 docdir = @docdir@
2100 dvidir = @dvidir@
2101 exec_prefix = @exec_prefix@
2102 -has_yasm = @has_yasm@
2103 host_alias = @host_alias@
2104 htmldir = @htmldir@
2105 includedir = @includedir@
2106
2107 diff --git a/scripts/Makefile.in b/scripts/Makefile.in
2108 index 344b78d..2ba30e3 100644
2109 --- a/scripts/Makefile.in
2110 +++ b/scripts/Makefile.in
2111 @@ -83,9 +83,6 @@ AUTOHEADER = @AUTOHEADER@
2112 AUTOMAKE = @AUTOMAKE@
2113 AWK = @AWK@
2114 CC = @CC@
2115 -CCAS = @CCAS@
2116 -CCASDEPMODE = @CCASDEPMODE@
2117 -CCASFLAGS = @CCASFLAGS@
2118 CCDEPMODE = @CCDEPMODE@
2119 CFLAGS = @CFLAGS@
2120 CPP = @CPP@
2121 @@ -119,6 +116,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
2122 PACKAGE_URL = @PACKAGE_URL@
2123 PACKAGE_VERSION = @PACKAGE_VERSION@
2124 PATH_SEPARATOR = @PATH_SEPARATOR@
2125 +SED = @SED@
2126 SET_MAKE = @SET_MAKE@
2127 SHELL = @SHELL@
2128 STRIP = @STRIP@
2129 @@ -141,7 +139,6 @@ datarootdir = @datarootdir@
2130 docdir = @docdir@
2131 dvidir = @dvidir@
2132 exec_prefix = @exec_prefix@
2133 -has_yasm = @has_yasm@
2134 host_alias = @host_alias@
2135 htmldir = @htmldir@
2136 includedir = @includedir@
2137
2138 diff --git a/src/Makefile.in b/src/Makefile.in
2139 index cb6830d..e8a0bc4 100644
2140 --- a/src/Makefile.in
2141 +++ b/src/Makefile.in
2142 @@ -84,9 +84,6 @@ AUTOHEADER = @AUTOHEADER@
2143 AUTOMAKE = @AUTOMAKE@
2144 AWK = @AWK@
2145 CC = @CC@
2146 -CCAS = @CCAS@
2147 -CCASDEPMODE = @CCASDEPMODE@
2148 -CCASFLAGS = @CCASFLAGS@
2149 CCDEPMODE = @CCDEPMODE@
2150 CFLAGS = @CFLAGS@
2151 CPP = @CPP@
2152 @@ -120,6 +117,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
2153 PACKAGE_URL = @PACKAGE_URL@
2154 PACKAGE_VERSION = @PACKAGE_VERSION@
2155 PATH_SEPARATOR = @PATH_SEPARATOR@
2156 +SED = @SED@
2157 SET_MAKE = @SET_MAKE@
2158 SHELL = @SHELL@
2159 STRIP = @STRIP@
2160 @@ -142,7 +140,6 @@ datarootdir = @datarootdir@
2161 docdir = @docdir@
2162 dvidir = @dvidir@
2163 exec_prefix = @exec_prefix@
2164 -has_yasm = @has_yasm@
2165 host_alias = @host_alias@
2166 htmldir = @htmldir@
2167 includedir = @includedir@
2168
2169 diff --git a/tests/Makefile.in b/tests/Makefile.in
2170 index 6541640..9b8c01d 100644
2171 --- a/tests/Makefile.in
2172 +++ b/tests/Makefile.in
2173 @@ -98,9 +98,6 @@ AUTOHEADER = @AUTOHEADER@
2174 AUTOMAKE = @AUTOMAKE@
2175 AWK = @AWK@
2176 CC = @CC@
2177 -CCAS = @CCAS@
2178 -CCASDEPMODE = @CCASDEPMODE@
2179 -CCASFLAGS = @CCASFLAGS@
2180 CCDEPMODE = @CCDEPMODE@
2181 CFLAGS = @CFLAGS@
2182 CPP = @CPP@
2183 @@ -134,6 +131,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
2184 PACKAGE_URL = @PACKAGE_URL@
2185 PACKAGE_VERSION = @PACKAGE_VERSION@
2186 PATH_SEPARATOR = @PATH_SEPARATOR@
2187 +SED = @SED@
2188 SET_MAKE = @SET_MAKE@
2189 SHELL = @SHELL@
2190 STRIP = @STRIP@
2191 @@ -156,7 +154,6 @@ datarootdir = @datarootdir@
2192 docdir = @docdir@
2193 dvidir = @dvidir@
2194 exec_prefix = @exec_prefix@
2195 -has_yasm = @has_yasm@
2196 host_alias = @host_alias@
2197 htmldir = @htmldir@
2198 includedir = @includedir@
2199
2200 diff --git a/tests/gnustack/Makefile.in b/tests/gnustack/Makefile.in
2201 index 566e3ad..b6ab0b9 100644
2202 --- a/tests/gnustack/Makefile.in
2203 +++ b/tests/gnustack/Makefile.in
2204 @@ -44,22 +44,21 @@ CONFIG_HEADER = $(top_builddir)/config.h
2205 CONFIG_CLEAN_FILES =
2206 CONFIG_CLEAN_VPATH_FILES =
2207 PROGRAMS = $(noinst_PROGRAMS)
2208 -am_bad_gnustack_OBJECTS = bad64.$(OBJEXT) bad32.$(OBJEXT)
2209 -bad_gnustack_OBJECTS = $(am_bad_gnustack_OBJECTS)
2210 +bad_gnustack_SOURCES = bad-gnustack.c
2211 +bad_gnustack_OBJECTS = bad-gnustack.$(OBJEXT)
2212 bad_gnustack_LDADD = $(LDADD)
2213 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
2214 -CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
2215 -AM_V_CCAS = $(am__v_CCAS_$(V))
2216 -am__v_CCAS_ = $(am__v_CCAS_$(AM_DEFAULT_VERBOSITY))
2217 -am__v_CCAS_0 = @echo " CCAS " $@;
2218 -AM_V_at = $(am__v_at_$(V))
2219 -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
2220 -am__v_at_0 = @
2221 +depcomp = $(SHELL) $(top_srcdir)/depcomp
2222 +am__depfiles_maybe = depfiles
2223 +am__mv = mv -f
2224 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
2225 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
2226 AM_V_CC = $(am__v_CC_$(V))
2227 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
2228 am__v_CC_0 = @echo " CC " $@;
2229 +AM_V_at = $(am__v_at_$(V))
2230 +am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
2231 +am__v_at_0 = @
2232 CCLD = $(CC)
2233 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
2234 AM_V_CCLD = $(am__v_CCLD_$(V))
2235 @@ -68,8 +67,8 @@ am__v_CCLD_0 = @echo " CCLD " $@;
2236 AM_V_GEN = $(am__v_GEN_$(V))
2237 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
2238 am__v_GEN_0 = @echo " GEN " $@;
2239 -SOURCES = $(bad_gnustack_SOURCES)
2240 -DIST_SOURCES = $(bad_gnustack_SOURCES)
2241 +SOURCES = bad-gnustack.c
2242 +DIST_SOURCES = bad-gnustack.c
2243 ETAGS = etags
2244 CTAGS = ctags
2245 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
2246 @@ -81,9 +80,6 @@ AUTOHEADER = @AUTOHEADER@
2247 AUTOMAKE = @AUTOMAKE@
2248 AWK = @AWK@
2249 CC = @CC@
2250 -CCAS = @CCAS@
2251 -CCASDEPMODE = @CCASDEPMODE@
2252 -CCASFLAGS = @CCASFLAGS@
2253 CCDEPMODE = @CCDEPMODE@
2254 CFLAGS = @CFLAGS@
2255 CPP = @CPP@
2256 @@ -117,6 +113,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
2257 PACKAGE_URL = @PACKAGE_URL@
2258 PACKAGE_VERSION = @PACKAGE_VERSION@
2259 PATH_SEPARATOR = @PATH_SEPARATOR@
2260 +SED = @SED@
2261 SET_MAKE = @SET_MAKE@
2262 SHELL = @SHELL@
2263 STRIP = @STRIP@
2264 @@ -139,7 +136,6 @@ datarootdir = @datarootdir@
2265 docdir = @docdir@
2266 dvidir = @dvidir@
2267 exec_prefix = @exec_prefix@
2268 -has_yasm = @has_yasm@
2269 host_alias = @host_alias@
2270 htmldir = @htmldir@
2271 includedir = @includedir@
2272 @@ -164,15 +160,13 @@ target_alias = @target_alias@
2273 top_build_prefix = @top_build_prefix@
2274 top_builddir = @top_builddir@
2275 top_srcdir = @top_srcdir@
2276 -bad_gnustack_SOURCES = bad64.s bad32.s
2277 -ARCH = $(shell uname -m | sed -e 's/i./x/')
2278 check_SCRIPTS = test.sh
2279 TEST = $(check_SCRIPTS)
2280 -CLEANFILES = *.o test.sh
2281 +CLEANFILES = *.o *.s test.sh
2282 all: all-am
2283
2284 .SUFFIXES:
2285 -.SUFFIXES: .o .obj .s
2286 +.SUFFIXES: .c .o .obj
2287 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
2288 @for dep in $?; do \
2289 case '$(am__configure_deps)' in \
2290 @@ -213,13 +207,23 @@ mostlyclean-compile:
2291 distclean-compile:
2292 -rm -f *.tab.c
2293
2294 -.s.o:
2295 - $(AM_V_CCAS) @AM_BACKSLASH@
2296 - $(CCASCOMPILE) -c -o $@ $<
2297 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bad-gnustack.Po@am__quote@
2298
2299 -.s.obj:
2300 - $(AM_V_CCAS) @AM_BACKSLASH@
2301 - $(CCASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
2302 +.c.o:
2303 +@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
2304 +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2305 +@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
2306 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2307 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2308 +@am__fastdepCC_FALSE@ $(COMPILE) -c $<
2309 +
2310 +.c.obj:
2311 +@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
2312 +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2313 +@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
2314 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2315 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2316 +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
2317
2318 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
2319 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
2320 @@ -339,6 +343,7 @@ clean: clean-am
2321 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
2322
2323 distclean: distclean-am
2324 + -rm -rf ./$(DEPDIR)
2325 -rm -f Makefile
2326 distclean-am: clean-am distclean-compile distclean-generic \
2327 distclean-tags
2328 @@ -384,6 +389,7 @@ install-ps-am:
2329 installcheck-am:
2330
2331 maintainer-clean: maintainer-clean-am
2332 + -rm -rf ./$(DEPDIR)
2333 -rm -f Makefile
2334 maintainer-clean-am: distclean-am maintainer-clean-generic
2335
2336 @@ -417,9 +423,12 @@ uninstall-am:
2337 uninstall-am
2338
2339
2340 -bad-gnustack: bad64.s bad32.s
2341 - [[ "$(ARCH)" == "x86" ]] && $(CCAS) -m32 -o bad-gnustack bad32.s || true
2342 - [[ "$(ARCH)" == "x86_64" ]] && $(CCAS) -m64 -o bad-gnustack bad64.s || true
2343 +bad-gnustack.s: bad-gnustack.c
2344 + $(CC) -S $<
2345 + $(SED) -i -e 's/GNU-stack,"",/GNU-stack,"x",/' $@
2346 +
2347 +bad-gnustack: bad-gnustack.s
2348 + $(CC) -o $@ $<
2349
2350 test.sh:
2351 @echo "================================================================================"
2352
2353 diff --git a/tests/pxtpax/Makefile.in b/tests/pxtpax/Makefile.in
2354 index 5118421..1a522e6 100644
2355 --- a/tests/pxtpax/Makefile.in
2356 +++ b/tests/pxtpax/Makefile.in
2357 @@ -80,9 +80,6 @@ AUTOHEADER = @AUTOHEADER@
2358 AUTOMAKE = @AUTOMAKE@
2359 AWK = @AWK@
2360 CC = @CC@
2361 -CCAS = @CCAS@
2362 -CCASDEPMODE = @CCASDEPMODE@
2363 -CCASFLAGS = @CCASFLAGS@
2364 CCDEPMODE = @CCDEPMODE@
2365 CFLAGS = @CFLAGS@
2366 CPP = @CPP@
2367 @@ -116,6 +113,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
2368 PACKAGE_URL = @PACKAGE_URL@
2369 PACKAGE_VERSION = @PACKAGE_VERSION@
2370 PATH_SEPARATOR = @PATH_SEPARATOR@
2371 +SED = @SED@
2372 SET_MAKE = @SET_MAKE@
2373 SHELL = @SHELL@
2374 STRIP = @STRIP@
2375 @@ -138,7 +136,6 @@ datarootdir = @datarootdir@
2376 docdir = @docdir@
2377 dvidir = @dvidir@
2378 exec_prefix = @exec_prefix@
2379 -has_yasm = @has_yasm@
2380 host_alias = @host_alias@
2381 htmldir = @htmldir@
2382 includedir = @includedir@