Merge lp:~ubuntu-branches/ubuntu/quantal/sbsigntool/quantal-201210150903 into lp:ubuntu/quantal/sbsigntool

Proposed by Ubuntu Package Importer
Status: Needs review
Proposed branch: lp:~ubuntu-branches/ubuntu/quantal/sbsigntool/quantal-201210150903
Merge into: lp:ubuntu/quantal/sbsigntool
Diff against target: 7337 lines (+7234/-42) (has conflicts)
6 files modified
.pc/efi_arch_ia32.patch/configure (+6980/-0)
.pc/efi_arch_ia32.patch/configure.ac (+81/-0)
debian/changelog (+94/-42)
debian/control (+19/-0)
debian/patches/efi_arch_ia32.patch (+53/-0)
debian/rules (+7/-0)
Text conflict in .pc/efi_arch_ia32.patch/configure
Text conflict in .pc/efi_arch_ia32.patch/configure.ac
Text conflict in debian/changelog
Text conflict in debian/control
Text conflict in debian/patches/efi_arch_ia32.patch
Text conflict in debian/rules
To merge this branch: bzr merge lp:~ubuntu-branches/ubuntu/quantal/sbsigntool/quantal-201210150903
Reviewer Review Type Date Requested Status
Ubuntu Development Team Pending
Review via email: mp+129625@code.launchpad.net

Description of the change

The package importer has detected a possible inconsistency between the package history in the archive and the history in bzr. As the archive is authoritative the importer has made lp:ubuntu/quantal/sbsigntool reflect what is in the archive and the old bzr branch has been pushed to lp:~ubuntu-branches/ubuntu/quantal/sbsigntool/quantal-201210150903. This merge proposal was created so that an Ubuntu developer can review the situations and perform a merge/upload if necessary. There are three typical cases where this can happen.
  1. Where someone pushes a change to bzr and someone else uploads the package without that change. This is the reason that this check is done by the importer. If this appears to be the case then a merge/upload should be done if the changes that were in bzr are still desirable.
  2. The importer incorrectly detected the above situation when someone made a change in bzr and then uploaded it.
  3. The importer incorrectly detected the above situation when someone just uploaded a package and didn't touch bzr.

If this case doesn't appear to be the first situation then set the status of the merge proposal to "Rejected" and help avoid the problem in future by filing a bug at https://bugs.launchpad.net/udd linking to this merge proposal.

(this is an automatically generated message)

To post a comment you must log in.

Unmerged revisions

10. By Steve Langasek

debian/patches/efi_arch_ia32.patch: Use AC_CANONICAL_HOST, not uname -m,
to determine target. Closes LP: #1066038.

9. By Steve Langasek

releasing version 0.6-0ubuntu1

8. By Steve Langasek

* New upstream release.
  - Uses the new mount point for the efivars directory, for compatibility
    with the pending upstream kernel patches and compatibility with what
    mountall is doing. LP: #1063061.
  - Fixes sbverify verification of the pkcs7 bundles that Microsoft-signed
    binaries deliver to us, enabling us to do build-time verification of
    shim-signed.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '.pc/efi_arch_ia32.patch/configure'
2--- .pc/efi_arch_ia32.patch/configure 2012-10-11 17:24:56 +0000
3+++ .pc/efi_arch_ia32.patch/configure 2012-10-15 09:17:18 +0000
4@@ -1,3 +1,4 @@
5+<<<<<<< TREE
6 #! /bin/sh
7 # Guess values for system-dependent variables and create Makefiles.
8 # Generated by GNU Autoconf 2.69 for sbsigntool 0.6.
9@@ -6979,3 +6980,6982 @@
10 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
11 fi
12
13+=======
14+#! /bin/sh
15+# Guess values for system-dependent variables and create Makefiles.
16+# Generated by GNU Autoconf 2.68 for sbsigntool 0.4.
17+#
18+# Report bugs to <jeremy.kerr@canonical.com>.
19+#
20+#
21+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
22+# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
23+# Foundation, Inc.
24+#
25+#
26+# This configure script is free software; the Free Software Foundation
27+# gives unlimited permission to copy, distribute and modify it.
28+## -------------------- ##
29+## M4sh Initialization. ##
30+## -------------------- ##
31+
32+# Be more Bourne compatible
33+DUALCASE=1; export DUALCASE # for MKS sh
34+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
35+ emulate sh
36+ NULLCMD=:
37+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
38+ # is contrary to our usage. Disable this feature.
39+ alias -g '${1+"$@"}'='"$@"'
40+ setopt NO_GLOB_SUBST
41+else
42+ case `(set -o) 2>/dev/null` in #(
43+ *posix*) :
44+ set -o posix ;; #(
45+ *) :
46+ ;;
47+esac
48+fi
49+
50+
51+as_nl='
52+'
53+export as_nl
54+# Printing a long string crashes Solaris 7 /usr/bin/printf.
55+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
56+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
57+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
58+# Prefer a ksh shell builtin over an external printf program on Solaris,
59+# but without wasting forks for bash or zsh.
60+if test -z "$BASH_VERSION$ZSH_VERSION" \
61+ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
62+ as_echo='print -r --'
63+ as_echo_n='print -rn --'
64+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
65+ as_echo='printf %s\n'
66+ as_echo_n='printf %s'
67+else
68+ if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
69+ as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
70+ as_echo_n='/usr/ucb/echo -n'
71+ else
72+ as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
73+ as_echo_n_body='eval
74+ arg=$1;
75+ case $arg in #(
76+ *"$as_nl"*)
77+ expr "X$arg" : "X\\(.*\\)$as_nl";
78+ arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
79+ esac;
80+ expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
81+ '
82+ export as_echo_n_body
83+ as_echo_n='sh -c $as_echo_n_body as_echo'
84+ fi
85+ export as_echo_body
86+ as_echo='sh -c $as_echo_body as_echo'
87+fi
88+
89+# The user is always right.
90+if test "${PATH_SEPARATOR+set}" != set; then
91+ PATH_SEPARATOR=:
92+ (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
93+ (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
94+ PATH_SEPARATOR=';'
95+ }
96+fi
97+
98+
99+# IFS
100+# We need space, tab and new line, in precisely that order. Quoting is
101+# there to prevent editors from complaining about space-tab.
102+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
103+# splitting by setting IFS to empty value.)
104+IFS=" "" $as_nl"
105+
106+# Find who we are. Look in the path if we contain no directory separator.
107+as_myself=
108+case $0 in #((
109+ *[\\/]* ) as_myself=$0 ;;
110+ *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
111+for as_dir in $PATH
112+do
113+ IFS=$as_save_IFS
114+ test -z "$as_dir" && as_dir=.
115+ test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
116+ done
117+IFS=$as_save_IFS
118+
119+ ;;
120+esac
121+# We did not find ourselves, most probably we were run as `sh COMMAND'
122+# in which case we are not to be found in the path.
123+if test "x$as_myself" = x; then
124+ as_myself=$0
125+fi
126+if test ! -f "$as_myself"; then
127+ $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
128+ exit 1
129+fi
130+
131+# Unset variables that we do not need and which cause bugs (e.g. in
132+# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
133+# suppresses any "Segmentation fault" message there. '((' could
134+# trigger a bug in pdksh 5.2.14.
135+for as_var in BASH_ENV ENV MAIL MAILPATH
136+do eval test x\${$as_var+set} = xset \
137+ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
138+done
139+PS1='$ '
140+PS2='> '
141+PS4='+ '
142+
143+# NLS nuisances.
144+LC_ALL=C
145+export LC_ALL
146+LANGUAGE=C
147+export LANGUAGE
148+
149+# CDPATH.
150+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
151+
152+if test "x$CONFIG_SHELL" = x; then
153+ as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
154+ emulate sh
155+ NULLCMD=:
156+ # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
157+ # is contrary to our usage. Disable this feature.
158+ alias -g '\${1+\"\$@\"}'='\"\$@\"'
159+ setopt NO_GLOB_SUBST
160+else
161+ case \`(set -o) 2>/dev/null\` in #(
162+ *posix*) :
163+ set -o posix ;; #(
164+ *) :
165+ ;;
166+esac
167+fi
168+"
169+ as_required="as_fn_return () { (exit \$1); }
170+as_fn_success () { as_fn_return 0; }
171+as_fn_failure () { as_fn_return 1; }
172+as_fn_ret_success () { return 0; }
173+as_fn_ret_failure () { return 1; }
174+
175+exitcode=0
176+as_fn_success || { exitcode=1; echo as_fn_success failed.; }
177+as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
178+as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
179+as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
180+if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
181+
182+else
183+ exitcode=1; echo positional parameters were not saved.
184+fi
185+test x\$exitcode = x0 || exit 1"
186+ as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
187+ as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
188+ eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
189+ test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
190+test \$(( 1 + 1 )) = 2 || exit 1"
191+ if (eval "$as_required") 2>/dev/null; then :
192+ as_have_required=yes
193+else
194+ as_have_required=no
195+fi
196+ if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
197+
198+else
199+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
200+as_found=false
201+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
202+do
203+ IFS=$as_save_IFS
204+ test -z "$as_dir" && as_dir=.
205+ as_found=:
206+ case $as_dir in #(
207+ /*)
208+ for as_base in sh bash ksh sh5; do
209+ # Try only shells that exist, to save several forks.
210+ as_shell=$as_dir/$as_base
211+ if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
212+ { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
213+ CONFIG_SHELL=$as_shell as_have_required=yes
214+ if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
215+ break 2
216+fi
217+fi
218+ done;;
219+ esac
220+ as_found=false
221+done
222+$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
223+ { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
224+ CONFIG_SHELL=$SHELL as_have_required=yes
225+fi; }
226+IFS=$as_save_IFS
227+
228+
229+ if test "x$CONFIG_SHELL" != x; then :
230+ # We cannot yet assume a decent shell, so we have to provide a
231+ # neutralization value for shells without unset; and this also
232+ # works around shells that cannot unset nonexistent variables.
233+ # Preserve -v and -x to the replacement shell.
234+ BASH_ENV=/dev/null
235+ ENV=/dev/null
236+ (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
237+ export CONFIG_SHELL
238+ case $- in # ((((
239+ *v*x* | *x*v* ) as_opts=-vx ;;
240+ *v* ) as_opts=-v ;;
241+ *x* ) as_opts=-x ;;
242+ * ) as_opts= ;;
243+ esac
244+ exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
245+fi
246+
247+ if test x$as_have_required = xno; then :
248+ $as_echo "$0: This script requires a shell more modern than all"
249+ $as_echo "$0: the shells that I found on your system."
250+ if test x${ZSH_VERSION+set} = xset ; then
251+ $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
252+ $as_echo "$0: be upgraded to zsh 4.3.4 or later."
253+ else
254+ $as_echo "$0: Please tell bug-autoconf@gnu.org and
255+$0: jeremy.kerr@canonical.com about your system, including
256+$0: any error possibly output before this message. Then
257+$0: install a modern shell, or manually run the script
258+$0: under such a shell if you do have one."
259+ fi
260+ exit 1
261+fi
262+fi
263+fi
264+SHELL=${CONFIG_SHELL-/bin/sh}
265+export SHELL
266+# Unset more variables known to interfere with behavior of common tools.
267+CLICOLOR_FORCE= GREP_OPTIONS=
268+unset CLICOLOR_FORCE GREP_OPTIONS
269+
270+## --------------------- ##
271+## M4sh Shell Functions. ##
272+## --------------------- ##
273+# as_fn_unset VAR
274+# ---------------
275+# Portably unset VAR.
276+as_fn_unset ()
277+{
278+ { eval $1=; unset $1;}
279+}
280+as_unset=as_fn_unset
281+
282+# as_fn_set_status STATUS
283+# -----------------------
284+# Set $? to STATUS, without forking.
285+as_fn_set_status ()
286+{
287+ return $1
288+} # as_fn_set_status
289+
290+# as_fn_exit STATUS
291+# -----------------
292+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
293+as_fn_exit ()
294+{
295+ set +e
296+ as_fn_set_status $1
297+ exit $1
298+} # as_fn_exit
299+
300+# as_fn_mkdir_p
301+# -------------
302+# Create "$as_dir" as a directory, including parents if necessary.
303+as_fn_mkdir_p ()
304+{
305+
306+ case $as_dir in #(
307+ -*) as_dir=./$as_dir;;
308+ esac
309+ test -d "$as_dir" || eval $as_mkdir_p || {
310+ as_dirs=
311+ while :; do
312+ case $as_dir in #(
313+ *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
314+ *) as_qdir=$as_dir;;
315+ esac
316+ as_dirs="'$as_qdir' $as_dirs"
317+ as_dir=`$as_dirname -- "$as_dir" ||
318+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
319+ X"$as_dir" : 'X\(//\)[^/]' \| \
320+ X"$as_dir" : 'X\(//\)$' \| \
321+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
322+$as_echo X"$as_dir" |
323+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
324+ s//\1/
325+ q
326+ }
327+ /^X\(\/\/\)[^/].*/{
328+ s//\1/
329+ q
330+ }
331+ /^X\(\/\/\)$/{
332+ s//\1/
333+ q
334+ }
335+ /^X\(\/\).*/{
336+ s//\1/
337+ q
338+ }
339+ s/.*/./; q'`
340+ test -d "$as_dir" && break
341+ done
342+ test -z "$as_dirs" || eval "mkdir $as_dirs"
343+ } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
344+
345+
346+} # as_fn_mkdir_p
347+# as_fn_append VAR VALUE
348+# ----------------------
349+# Append the text in VALUE to the end of the definition contained in VAR. Take
350+# advantage of any shell optimizations that allow amortized linear growth over
351+# repeated appends, instead of the typical quadratic growth present in naive
352+# implementations.
353+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
354+ eval 'as_fn_append ()
355+ {
356+ eval $1+=\$2
357+ }'
358+else
359+ as_fn_append ()
360+ {
361+ eval $1=\$$1\$2
362+ }
363+fi # as_fn_append
364+
365+# as_fn_arith ARG...
366+# ------------------
367+# Perform arithmetic evaluation on the ARGs, and store the result in the
368+# global $as_val. Take advantage of shells that can avoid forks. The arguments
369+# must be portable across $(()) and expr.
370+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
371+ eval 'as_fn_arith ()
372+ {
373+ as_val=$(( $* ))
374+ }'
375+else
376+ as_fn_arith ()
377+ {
378+ as_val=`expr "$@" || test $? -eq 1`
379+ }
380+fi # as_fn_arith
381+
382+
383+# as_fn_error STATUS ERROR [LINENO LOG_FD]
384+# ----------------------------------------
385+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
386+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
387+# script with STATUS, using 1 if that was 0.
388+as_fn_error ()
389+{
390+ as_status=$1; test $as_status -eq 0 && as_status=1
391+ if test "$4"; then
392+ as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
393+ $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
394+ fi
395+ $as_echo "$as_me: error: $2" >&2
396+ as_fn_exit $as_status
397+} # as_fn_error
398+
399+if expr a : '\(a\)' >/dev/null 2>&1 &&
400+ test "X`expr 00001 : '.*\(...\)'`" = X001; then
401+ as_expr=expr
402+else
403+ as_expr=false
404+fi
405+
406+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
407+ as_basename=basename
408+else
409+ as_basename=false
410+fi
411+
412+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
413+ as_dirname=dirname
414+else
415+ as_dirname=false
416+fi
417+
418+as_me=`$as_basename -- "$0" ||
419+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
420+ X"$0" : 'X\(//\)$' \| \
421+ X"$0" : 'X\(/\)' \| . 2>/dev/null ||
422+$as_echo X/"$0" |
423+ sed '/^.*\/\([^/][^/]*\)\/*$/{
424+ s//\1/
425+ q
426+ }
427+ /^X\/\(\/\/\)$/{
428+ s//\1/
429+ q
430+ }
431+ /^X\/\(\/\).*/{
432+ s//\1/
433+ q
434+ }
435+ s/.*/./; q'`
436+
437+# Avoid depending upon Character Ranges.
438+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
439+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
440+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
441+as_cr_digits='0123456789'
442+as_cr_alnum=$as_cr_Letters$as_cr_digits
443+
444+
445+ as_lineno_1=$LINENO as_lineno_1a=$LINENO
446+ as_lineno_2=$LINENO as_lineno_2a=$LINENO
447+ eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
448+ test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
449+ # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
450+ sed -n '
451+ p
452+ /[$]LINENO/=
453+ ' <$as_myself |
454+ sed '
455+ s/[$]LINENO.*/&-/
456+ t lineno
457+ b
458+ :lineno
459+ N
460+ :loop
461+ s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
462+ t loop
463+ s/-\n.*//
464+ ' >$as_me.lineno &&
465+ chmod +x "$as_me.lineno" ||
466+ { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
467+
468+ # Don't try to exec as it changes $[0], causing all sort of problems
469+ # (the dirname of $[0] is not the place where we might find the
470+ # original and so on. Autoconf is especially sensitive to this).
471+ . "./$as_me.lineno"
472+ # Exit status is that of the last command.
473+ exit
474+}
475+
476+ECHO_C= ECHO_N= ECHO_T=
477+case `echo -n x` in #(((((
478+-n*)
479+ case `echo 'xy\c'` in
480+ *c*) ECHO_T=' ';; # ECHO_T is single tab character.
481+ xy) ECHO_C='\c';;
482+ *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
483+ ECHO_T=' ';;
484+ esac;;
485+*)
486+ ECHO_N='-n';;
487+esac
488+
489+rm -f conf$$ conf$$.exe conf$$.file
490+if test -d conf$$.dir; then
491+ rm -f conf$$.dir/conf$$.file
492+else
493+ rm -f conf$$.dir
494+ mkdir conf$$.dir 2>/dev/null
495+fi
496+if (echo >conf$$.file) 2>/dev/null; then
497+ if ln -s conf$$.file conf$$ 2>/dev/null; then
498+ as_ln_s='ln -s'
499+ # ... but there are two gotchas:
500+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
501+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
502+ # In both cases, we have to default to `cp -p'.
503+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
504+ as_ln_s='cp -p'
505+ elif ln conf$$.file conf$$ 2>/dev/null; then
506+ as_ln_s=ln
507+ else
508+ as_ln_s='cp -p'
509+ fi
510+else
511+ as_ln_s='cp -p'
512+fi
513+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
514+rmdir conf$$.dir 2>/dev/null
515+
516+if mkdir -p . 2>/dev/null; then
517+ as_mkdir_p='mkdir -p "$as_dir"'
518+else
519+ test -d ./-p && rmdir ./-p
520+ as_mkdir_p=false
521+fi
522+
523+if test -x / >/dev/null 2>&1; then
524+ as_test_x='test -x'
525+else
526+ if ls -dL / >/dev/null 2>&1; then
527+ as_ls_L_option=L
528+ else
529+ as_ls_L_option=
530+ fi
531+ as_test_x='
532+ eval sh -c '\''
533+ if test -d "$1"; then
534+ test -d "$1/.";
535+ else
536+ case $1 in #(
537+ -*)set "./$1";;
538+ esac;
539+ case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
540+ ???[sx]*):;;*)false;;esac;fi
541+ '\'' sh
542+ '
543+fi
544+as_executable_p=$as_test_x
545+
546+# Sed expression to map a string onto a valid CPP name.
547+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
548+
549+# Sed expression to map a string onto a valid variable name.
550+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
551+
552+
553+test -n "$DJDIR" || exec 7<&0 </dev/null
554+exec 6>&1
555+
556+# Name of the host.
557+# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
558+# so uname gets run too.
559+ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
560+
561+#
562+# Initializations.
563+#
564+ac_default_prefix=/usr/local
565+ac_clean_files=
566+ac_config_libobj_dir=.
567+LIBOBJS=
568+cross_compiling=no
569+subdirs=
570+MFLAGS=
571+MAKEFLAGS=
572+
573+# Identity of this package.
574+PACKAGE_NAME='sbsigntool'
575+PACKAGE_TARNAME='sbsigntool'
576+PACKAGE_VERSION='0.4'
577+PACKAGE_STRING='sbsigntool 0.4'
578+PACKAGE_BUGREPORT='jeremy.kerr@canonical.com'
579+PACKAGE_URL=''
580+
581+ac_unique_file="src/sbsign.c"
582+# Factoring default headers for most tests.
583+ac_includes_default="\
584+#include <stdio.h>
585+#ifdef HAVE_SYS_TYPES_H
586+# include <sys/types.h>
587+#endif
588+#ifdef HAVE_SYS_STAT_H
589+# include <sys/stat.h>
590+#endif
591+#ifdef STDC_HEADERS
592+# include <stdlib.h>
593+# include <stddef.h>
594+#else
595+# ifdef HAVE_STDLIB_H
596+# include <stdlib.h>
597+# endif
598+#endif
599+#ifdef HAVE_STRING_H
600+# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
601+# include <memory.h>
602+# endif
603+# include <string.h>
604+#endif
605+#ifdef HAVE_STRINGS_H
606+# include <strings.h>
607+#endif
608+#ifdef HAVE_INTTYPES_H
609+# include <inttypes.h>
610+#endif
611+#ifdef HAVE_STDINT_H
612+# include <stdint.h>
613+#endif
614+#ifdef HAVE_UNISTD_H
615+# include <unistd.h>
616+#endif"
617+
618+ac_subst_vars='am__EXEEXT_FALSE
619+am__EXEEXT_TRUE
620+LTLIBOBJS
621+LIBOBJS
622+EFI_CPPFLAGS
623+uuid_LIBS
624+uuid_CFLAGS
625+libcrypto_LIBS
626+libcrypto_CFLAGS
627+PKG_CONFIG_LIBDIR
628+PKG_CONFIG_PATH
629+PKG_CONFIG
630+HELP2MAN
631+EGREP
632+GREP
633+OBJCOPY
634+RANLIB
635+CPP
636+am__fastdepCCAS_FALSE
637+am__fastdepCCAS_TRUE
638+CCASDEPMODE
639+CCASFLAGS
640+CCAS
641+am__fastdepCC_FALSE
642+am__fastdepCC_TRUE
643+CCDEPMODE
644+am__nodep
645+AMDEPBACKSLASH
646+AMDEP_FALSE
647+AMDEP_TRUE
648+am__quote
649+am__include
650+DEPDIR
651+OBJEXT
652+EXEEXT
653+ac_ct_CC
654+CPPFLAGS
655+LDFLAGS
656+CFLAGS
657+CC
658+am__untar
659+am__tar
660+AMTAR
661+am__leading_dot
662+SET_MAKE
663+AWK
664+mkdir_p
665+MKDIR_P
666+INSTALL_STRIP_PROGRAM
667+STRIP
668+install_sh
669+MAKEINFO
670+AUTOHEADER
671+AUTOMAKE
672+AUTOCONF
673+ACLOCAL
674+VERSION
675+PACKAGE
676+CYGPATH_W
677+am__isrc
678+INSTALL_DATA
679+INSTALL_SCRIPT
680+INSTALL_PROGRAM
681+target_alias
682+host_alias
683+build_alias
684+LIBS
685+ECHO_T
686+ECHO_N
687+ECHO_C
688+DEFS
689+mandir
690+localedir
691+libdir
692+psdir
693+pdfdir
694+dvidir
695+htmldir
696+infodir
697+docdir
698+oldincludedir
699+includedir
700+localstatedir
701+sharedstatedir
702+sysconfdir
703+datadir
704+datarootdir
705+libexecdir
706+sbindir
707+bindir
708+program_transform_name
709+prefix
710+exec_prefix
711+PACKAGE_URL
712+PACKAGE_BUGREPORT
713+PACKAGE_STRING
714+PACKAGE_VERSION
715+PACKAGE_TARNAME
716+PACKAGE_NAME
717+PATH_SEPARATOR
718+SHELL'
719+ac_subst_files=''
720+ac_user_opts='
721+enable_option_checking
722+enable_dependency_tracking
723+'
724+ ac_precious_vars='build_alias
725+host_alias
726+target_alias
727+CC
728+CFLAGS
729+LDFLAGS
730+LIBS
731+CPPFLAGS
732+CCAS
733+CCASFLAGS
734+CPP
735+PKG_CONFIG
736+PKG_CONFIG_PATH
737+PKG_CONFIG_LIBDIR
738+libcrypto_CFLAGS
739+libcrypto_LIBS
740+uuid_CFLAGS
741+uuid_LIBS'
742+
743+
744+# Initialize some variables set by options.
745+ac_init_help=
746+ac_init_version=false
747+ac_unrecognized_opts=
748+ac_unrecognized_sep=
749+# The variables have the same names as the options, with
750+# dashes changed to underlines.
751+cache_file=/dev/null
752+exec_prefix=NONE
753+no_create=
754+no_recursion=
755+prefix=NONE
756+program_prefix=NONE
757+program_suffix=NONE
758+program_transform_name=s,x,x,
759+silent=
760+site=
761+srcdir=
762+verbose=
763+x_includes=NONE
764+x_libraries=NONE
765+
766+# Installation directory options.
767+# These are left unexpanded so users can "make install exec_prefix=/foo"
768+# and all the variables that are supposed to be based on exec_prefix
769+# by default will actually change.
770+# Use braces instead of parens because sh, perl, etc. also accept them.
771+# (The list follows the same order as the GNU Coding Standards.)
772+bindir='${exec_prefix}/bin'
773+sbindir='${exec_prefix}/sbin'
774+libexecdir='${exec_prefix}/libexec'
775+datarootdir='${prefix}/share'
776+datadir='${datarootdir}'
777+sysconfdir='${prefix}/etc'
778+sharedstatedir='${prefix}/com'
779+localstatedir='${prefix}/var'
780+includedir='${prefix}/include'
781+oldincludedir='/usr/include'
782+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
783+infodir='${datarootdir}/info'
784+htmldir='${docdir}'
785+dvidir='${docdir}'
786+pdfdir='${docdir}'
787+psdir='${docdir}'
788+libdir='${exec_prefix}/lib'
789+localedir='${datarootdir}/locale'
790+mandir='${datarootdir}/man'
791+
792+ac_prev=
793+ac_dashdash=
794+for ac_option
795+do
796+ # If the previous option needs an argument, assign it.
797+ if test -n "$ac_prev"; then
798+ eval $ac_prev=\$ac_option
799+ ac_prev=
800+ continue
801+ fi
802+
803+ case $ac_option in
804+ *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
805+ *=) ac_optarg= ;;
806+ *) ac_optarg=yes ;;
807+ esac
808+
809+ # Accept the important Cygnus configure options, so we can diagnose typos.
810+
811+ case $ac_dashdash$ac_option in
812+ --)
813+ ac_dashdash=yes ;;
814+
815+ -bindir | --bindir | --bindi | --bind | --bin | --bi)
816+ ac_prev=bindir ;;
817+ -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
818+ bindir=$ac_optarg ;;
819+
820+ -build | --build | --buil | --bui | --bu)
821+ ac_prev=build_alias ;;
822+ -build=* | --build=* | --buil=* | --bui=* | --bu=*)
823+ build_alias=$ac_optarg ;;
824+
825+ -cache-file | --cache-file | --cache-fil | --cache-fi \
826+ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
827+ ac_prev=cache_file ;;
828+ -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
829+ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
830+ cache_file=$ac_optarg ;;
831+
832+ --config-cache | -C)
833+ cache_file=config.cache ;;
834+
835+ -datadir | --datadir | --datadi | --datad)
836+ ac_prev=datadir ;;
837+ -datadir=* | --datadir=* | --datadi=* | --datad=*)
838+ datadir=$ac_optarg ;;
839+
840+ -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
841+ | --dataroo | --dataro | --datar)
842+ ac_prev=datarootdir ;;
843+ -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
844+ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
845+ datarootdir=$ac_optarg ;;
846+
847+ -disable-* | --disable-*)
848+ ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
849+ # Reject names that are not valid shell variable names.
850+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
851+ as_fn_error $? "invalid feature name: $ac_useropt"
852+ ac_useropt_orig=$ac_useropt
853+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
854+ case $ac_user_opts in
855+ *"
856+"enable_$ac_useropt"
857+"*) ;;
858+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
859+ ac_unrecognized_sep=', ';;
860+ esac
861+ eval enable_$ac_useropt=no ;;
862+
863+ -docdir | --docdir | --docdi | --doc | --do)
864+ ac_prev=docdir ;;
865+ -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
866+ docdir=$ac_optarg ;;
867+
868+ -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
869+ ac_prev=dvidir ;;
870+ -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
871+ dvidir=$ac_optarg ;;
872+
873+ -enable-* | --enable-*)
874+ ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
875+ # Reject names that are not valid shell variable names.
876+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
877+ as_fn_error $? "invalid feature name: $ac_useropt"
878+ ac_useropt_orig=$ac_useropt
879+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
880+ case $ac_user_opts in
881+ *"
882+"enable_$ac_useropt"
883+"*) ;;
884+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
885+ ac_unrecognized_sep=', ';;
886+ esac
887+ eval enable_$ac_useropt=\$ac_optarg ;;
888+
889+ -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
890+ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
891+ | --exec | --exe | --ex)
892+ ac_prev=exec_prefix ;;
893+ -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
894+ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
895+ | --exec=* | --exe=* | --ex=*)
896+ exec_prefix=$ac_optarg ;;
897+
898+ -gas | --gas | --ga | --g)
899+ # Obsolete; use --with-gas.
900+ with_gas=yes ;;
901+
902+ -help | --help | --hel | --he | -h)
903+ ac_init_help=long ;;
904+ -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
905+ ac_init_help=recursive ;;
906+ -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
907+ ac_init_help=short ;;
908+
909+ -host | --host | --hos | --ho)
910+ ac_prev=host_alias ;;
911+ -host=* | --host=* | --hos=* | --ho=*)
912+ host_alias=$ac_optarg ;;
913+
914+ -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
915+ ac_prev=htmldir ;;
916+ -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
917+ | --ht=*)
918+ htmldir=$ac_optarg ;;
919+
920+ -includedir | --includedir | --includedi | --included | --include \
921+ | --includ | --inclu | --incl | --inc)
922+ ac_prev=includedir ;;
923+ -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
924+ | --includ=* | --inclu=* | --incl=* | --inc=*)
925+ includedir=$ac_optarg ;;
926+
927+ -infodir | --infodir | --infodi | --infod | --info | --inf)
928+ ac_prev=infodir ;;
929+ -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
930+ infodir=$ac_optarg ;;
931+
932+ -libdir | --libdir | --libdi | --libd)
933+ ac_prev=libdir ;;
934+ -libdir=* | --libdir=* | --libdi=* | --libd=*)
935+ libdir=$ac_optarg ;;
936+
937+ -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
938+ | --libexe | --libex | --libe)
939+ ac_prev=libexecdir ;;
940+ -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
941+ | --libexe=* | --libex=* | --libe=*)
942+ libexecdir=$ac_optarg ;;
943+
944+ -localedir | --localedir | --localedi | --localed | --locale)
945+ ac_prev=localedir ;;
946+ -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
947+ localedir=$ac_optarg ;;
948+
949+ -localstatedir | --localstatedir | --localstatedi | --localstated \
950+ | --localstate | --localstat | --localsta | --localst | --locals)
951+ ac_prev=localstatedir ;;
952+ -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
953+ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
954+ localstatedir=$ac_optarg ;;
955+
956+ -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
957+ ac_prev=mandir ;;
958+ -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
959+ mandir=$ac_optarg ;;
960+
961+ -nfp | --nfp | --nf)
962+ # Obsolete; use --without-fp.
963+ with_fp=no ;;
964+
965+ -no-create | --no-create | --no-creat | --no-crea | --no-cre \
966+ | --no-cr | --no-c | -n)
967+ no_create=yes ;;
968+
969+ -no-recursion | --no-recursion | --no-recursio | --no-recursi \
970+ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
971+ no_recursion=yes ;;
972+
973+ -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
974+ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
975+ | --oldin | --oldi | --old | --ol | --o)
976+ ac_prev=oldincludedir ;;
977+ -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
978+ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
979+ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
980+ oldincludedir=$ac_optarg ;;
981+
982+ -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
983+ ac_prev=prefix ;;
984+ -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
985+ prefix=$ac_optarg ;;
986+
987+ -program-prefix | --program-prefix | --program-prefi | --program-pref \
988+ | --program-pre | --program-pr | --program-p)
989+ ac_prev=program_prefix ;;
990+ -program-prefix=* | --program-prefix=* | --program-prefi=* \
991+ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
992+ program_prefix=$ac_optarg ;;
993+
994+ -program-suffix | --program-suffix | --program-suffi | --program-suff \
995+ | --program-suf | --program-su | --program-s)
996+ ac_prev=program_suffix ;;
997+ -program-suffix=* | --program-suffix=* | --program-suffi=* \
998+ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
999+ program_suffix=$ac_optarg ;;
1000+
1001+ -program-transform-name | --program-transform-name \
1002+ | --program-transform-nam | --program-transform-na \
1003+ | --program-transform-n | --program-transform- \
1004+ | --program-transform | --program-transfor \
1005+ | --program-transfo | --program-transf \
1006+ | --program-trans | --program-tran \
1007+ | --progr-tra | --program-tr | --program-t)
1008+ ac_prev=program_transform_name ;;
1009+ -program-transform-name=* | --program-transform-name=* \
1010+ | --program-transform-nam=* | --program-transform-na=* \
1011+ | --program-transform-n=* | --program-transform-=* \
1012+ | --program-transform=* | --program-transfor=* \
1013+ | --program-transfo=* | --program-transf=* \
1014+ | --program-trans=* | --program-tran=* \
1015+ | --progr-tra=* | --program-tr=* | --program-t=*)
1016+ program_transform_name=$ac_optarg ;;
1017+
1018+ -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1019+ ac_prev=pdfdir ;;
1020+ -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1021+ pdfdir=$ac_optarg ;;
1022+
1023+ -psdir | --psdir | --psdi | --psd | --ps)
1024+ ac_prev=psdir ;;
1025+ -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1026+ psdir=$ac_optarg ;;
1027+
1028+ -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1029+ | -silent | --silent | --silen | --sile | --sil)
1030+ silent=yes ;;
1031+
1032+ -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1033+ ac_prev=sbindir ;;
1034+ -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1035+ | --sbi=* | --sb=*)
1036+ sbindir=$ac_optarg ;;
1037+
1038+ -sharedstatedir | --sharedstatedir | --sharedstatedi \
1039+ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1040+ | --sharedst | --shareds | --shared | --share | --shar \
1041+ | --sha | --sh)
1042+ ac_prev=sharedstatedir ;;
1043+ -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1044+ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1045+ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1046+ | --sha=* | --sh=*)
1047+ sharedstatedir=$ac_optarg ;;
1048+
1049+ -site | --site | --sit)
1050+ ac_prev=site ;;
1051+ -site=* | --site=* | --sit=*)
1052+ site=$ac_optarg ;;
1053+
1054+ -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1055+ ac_prev=srcdir ;;
1056+ -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1057+ srcdir=$ac_optarg ;;
1058+
1059+ -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1060+ | --syscon | --sysco | --sysc | --sys | --sy)
1061+ ac_prev=sysconfdir ;;
1062+ -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1063+ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1064+ sysconfdir=$ac_optarg ;;
1065+
1066+ -target | --target | --targe | --targ | --tar | --ta | --t)
1067+ ac_prev=target_alias ;;
1068+ -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1069+ target_alias=$ac_optarg ;;
1070+
1071+ -v | -verbose | --verbose | --verbos | --verbo | --verb)
1072+ verbose=yes ;;
1073+
1074+ -version | --version | --versio | --versi | --vers | -V)
1075+ ac_init_version=: ;;
1076+
1077+ -with-* | --with-*)
1078+ ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1079+ # Reject names that are not valid shell variable names.
1080+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1081+ as_fn_error $? "invalid package name: $ac_useropt"
1082+ ac_useropt_orig=$ac_useropt
1083+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1084+ case $ac_user_opts in
1085+ *"
1086+"with_$ac_useropt"
1087+"*) ;;
1088+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1089+ ac_unrecognized_sep=', ';;
1090+ esac
1091+ eval with_$ac_useropt=\$ac_optarg ;;
1092+
1093+ -without-* | --without-*)
1094+ ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1095+ # Reject names that are not valid shell variable names.
1096+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1097+ as_fn_error $? "invalid package name: $ac_useropt"
1098+ ac_useropt_orig=$ac_useropt
1099+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1100+ case $ac_user_opts in
1101+ *"
1102+"with_$ac_useropt"
1103+"*) ;;
1104+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1105+ ac_unrecognized_sep=', ';;
1106+ esac
1107+ eval with_$ac_useropt=no ;;
1108+
1109+ --x)
1110+ # Obsolete; use --with-x.
1111+ with_x=yes ;;
1112+
1113+ -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1114+ | --x-incl | --x-inc | --x-in | --x-i)
1115+ ac_prev=x_includes ;;
1116+ -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1117+ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1118+ x_includes=$ac_optarg ;;
1119+
1120+ -x-libraries | --x-libraries | --x-librarie | --x-librari \
1121+ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1122+ ac_prev=x_libraries ;;
1123+ -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1124+ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1125+ x_libraries=$ac_optarg ;;
1126+
1127+ -*) as_fn_error $? "unrecognized option: \`$ac_option'
1128+Try \`$0 --help' for more information"
1129+ ;;
1130+
1131+ *=*)
1132+ ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1133+ # Reject names that are not valid shell variable names.
1134+ case $ac_envvar in #(
1135+ '' | [0-9]* | *[!_$as_cr_alnum]* )
1136+ as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1137+ esac
1138+ eval $ac_envvar=\$ac_optarg
1139+ export $ac_envvar ;;
1140+
1141+ *)
1142+ # FIXME: should be removed in autoconf 3.0.
1143+ $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1144+ expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1145+ $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1146+ : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1147+ ;;
1148+
1149+ esac
1150+done
1151+
1152+if test -n "$ac_prev"; then
1153+ ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1154+ as_fn_error $? "missing argument to $ac_option"
1155+fi
1156+
1157+if test -n "$ac_unrecognized_opts"; then
1158+ case $enable_option_checking in
1159+ no) ;;
1160+ fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1161+ *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1162+ esac
1163+fi
1164+
1165+# Check all directory arguments for consistency.
1166+for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1167+ datadir sysconfdir sharedstatedir localstatedir includedir \
1168+ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1169+ libdir localedir mandir
1170+do
1171+ eval ac_val=\$$ac_var
1172+ # Remove trailing slashes.
1173+ case $ac_val in
1174+ */ )
1175+ ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1176+ eval $ac_var=\$ac_val;;
1177+ esac
1178+ # Be sure to have absolute directory names.
1179+ case $ac_val in
1180+ [\\/$]* | ?:[\\/]* ) continue;;
1181+ NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1182+ esac
1183+ as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1184+done
1185+
1186+# There might be people who depend on the old broken behavior: `$host'
1187+# used to hold the argument of --host etc.
1188+# FIXME: To remove some day.
1189+build=$build_alias
1190+host=$host_alias
1191+target=$target_alias
1192+
1193+# FIXME: To remove some day.
1194+if test "x$host_alias" != x; then
1195+ if test "x$build_alias" = x; then
1196+ cross_compiling=maybe
1197+ $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1198+ If a cross compiler is detected then cross compile mode will be used" >&2
1199+ elif test "x$build_alias" != "x$host_alias"; then
1200+ cross_compiling=yes
1201+ fi
1202+fi
1203+
1204+ac_tool_prefix=
1205+test -n "$host_alias" && ac_tool_prefix=$host_alias-
1206+
1207+test "$silent" = yes && exec 6>/dev/null
1208+
1209+
1210+ac_pwd=`pwd` && test -n "$ac_pwd" &&
1211+ac_ls_di=`ls -di .` &&
1212+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1213+ as_fn_error $? "working directory cannot be determined"
1214+test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1215+ as_fn_error $? "pwd does not report name of working directory"
1216+
1217+
1218+# Find the source files, if location was not specified.
1219+if test -z "$srcdir"; then
1220+ ac_srcdir_defaulted=yes
1221+ # Try the directory containing this script, then the parent directory.
1222+ ac_confdir=`$as_dirname -- "$as_myself" ||
1223+$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1224+ X"$as_myself" : 'X\(//\)[^/]' \| \
1225+ X"$as_myself" : 'X\(//\)$' \| \
1226+ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1227+$as_echo X"$as_myself" |
1228+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1229+ s//\1/
1230+ q
1231+ }
1232+ /^X\(\/\/\)[^/].*/{
1233+ s//\1/
1234+ q
1235+ }
1236+ /^X\(\/\/\)$/{
1237+ s//\1/
1238+ q
1239+ }
1240+ /^X\(\/\).*/{
1241+ s//\1/
1242+ q
1243+ }
1244+ s/.*/./; q'`
1245+ srcdir=$ac_confdir
1246+ if test ! -r "$srcdir/$ac_unique_file"; then
1247+ srcdir=..
1248+ fi
1249+else
1250+ ac_srcdir_defaulted=no
1251+fi
1252+if test ! -r "$srcdir/$ac_unique_file"; then
1253+ test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1254+ as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1255+fi
1256+ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1257+ac_abs_confdir=`(
1258+ cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1259+ pwd)`
1260+# When building in place, set srcdir=.
1261+if test "$ac_abs_confdir" = "$ac_pwd"; then
1262+ srcdir=.
1263+fi
1264+# Remove unnecessary trailing slashes from srcdir.
1265+# Double slashes in file names in object file debugging info
1266+# mess up M-x gdb in Emacs.
1267+case $srcdir in
1268+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1269+esac
1270+for ac_var in $ac_precious_vars; do
1271+ eval ac_env_${ac_var}_set=\${${ac_var}+set}
1272+ eval ac_env_${ac_var}_value=\$${ac_var}
1273+ eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1274+ eval ac_cv_env_${ac_var}_value=\$${ac_var}
1275+done
1276+
1277+#
1278+# Report the --help message.
1279+#
1280+if test "$ac_init_help" = "long"; then
1281+ # Omit some internal or obsolete options to make the list less imposing.
1282+ # This message is too long to be a string in the A/UX 3.1 sh.
1283+ cat <<_ACEOF
1284+\`configure' configures sbsigntool 0.4 to adapt to many kinds of systems.
1285+
1286+Usage: $0 [OPTION]... [VAR=VALUE]...
1287+
1288+To assign environment variables (e.g., CC, CFLAGS...), specify them as
1289+VAR=VALUE. See below for descriptions of some of the useful variables.
1290+
1291+Defaults for the options are specified in brackets.
1292+
1293+Configuration:
1294+ -h, --help display this help and exit
1295+ --help=short display options specific to this package
1296+ --help=recursive display the short help of all the included packages
1297+ -V, --version display version information and exit
1298+ -q, --quiet, --silent do not print \`checking ...' messages
1299+ --cache-file=FILE cache test results in FILE [disabled]
1300+ -C, --config-cache alias for \`--cache-file=config.cache'
1301+ -n, --no-create do not create output files
1302+ --srcdir=DIR find the sources in DIR [configure dir or \`..']
1303+
1304+Installation directories:
1305+ --prefix=PREFIX install architecture-independent files in PREFIX
1306+ [$ac_default_prefix]
1307+ --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1308+ [PREFIX]
1309+
1310+By default, \`make install' will install all the files in
1311+\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1312+an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1313+for instance \`--prefix=\$HOME'.
1314+
1315+For better control, use the options below.
1316+
1317+Fine tuning of the installation directories:
1318+ --bindir=DIR user executables [EPREFIX/bin]
1319+ --sbindir=DIR system admin executables [EPREFIX/sbin]
1320+ --libexecdir=DIR program executables [EPREFIX/libexec]
1321+ --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1322+ --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1323+ --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1324+ --libdir=DIR object code libraries [EPREFIX/lib]
1325+ --includedir=DIR C header files [PREFIX/include]
1326+ --oldincludedir=DIR C header files for non-gcc [/usr/include]
1327+ --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1328+ --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1329+ --infodir=DIR info documentation [DATAROOTDIR/info]
1330+ --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1331+ --mandir=DIR man documentation [DATAROOTDIR/man]
1332+ --docdir=DIR documentation root [DATAROOTDIR/doc/sbsigntool]
1333+ --htmldir=DIR html documentation [DOCDIR]
1334+ --dvidir=DIR dvi documentation [DOCDIR]
1335+ --pdfdir=DIR pdf documentation [DOCDIR]
1336+ --psdir=DIR ps documentation [DOCDIR]
1337+_ACEOF
1338+
1339+ cat <<\_ACEOF
1340+
1341+Program names:
1342+ --program-prefix=PREFIX prepend PREFIX to installed program names
1343+ --program-suffix=SUFFIX append SUFFIX to installed program names
1344+ --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1345+_ACEOF
1346+fi
1347+
1348+if test -n "$ac_init_help"; then
1349+ case $ac_init_help in
1350+ short | recursive ) echo "Configuration of sbsigntool 0.4:";;
1351+ esac
1352+ cat <<\_ACEOF
1353+
1354+Optional Features:
1355+ --disable-option-checking ignore unrecognized --enable/--with options
1356+ --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1357+ --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1358+ --disable-dependency-tracking speeds up one-time build
1359+ --enable-dependency-tracking do not reject slow dependency extractors
1360+
1361+Some influential environment variables:
1362+ CC C compiler command
1363+ CFLAGS C compiler flags
1364+ LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1365+ nonstandard directory <lib dir>
1366+ LIBS libraries to pass to the linker, e.g. -l<library>
1367+ CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1368+ you have headers in a nonstandard directory <include dir>
1369+ CCAS assembler compiler command (defaults to CC)
1370+ CCASFLAGS assembler compiler flags (defaults to CFLAGS)
1371+ CPP C preprocessor
1372+ PKG_CONFIG path to pkg-config utility
1373+ PKG_CONFIG_PATH
1374+ directories to add to pkg-config's search path
1375+ PKG_CONFIG_LIBDIR
1376+ path overriding pkg-config's built-in search path
1377+ libcrypto_CFLAGS
1378+ C compiler flags for libcrypto, overriding pkg-config
1379+ libcrypto_LIBS
1380+ linker flags for libcrypto, overriding pkg-config
1381+ uuid_CFLAGS C compiler flags for uuid, overriding pkg-config
1382+ uuid_LIBS linker flags for uuid, overriding pkg-config
1383+
1384+Use these variables to override the choices made by `configure' or to help
1385+it to find libraries and programs with nonstandard names/locations.
1386+
1387+Report bugs to <jeremy.kerr@canonical.com>.
1388+_ACEOF
1389+ac_status=$?
1390+fi
1391+
1392+if test "$ac_init_help" = "recursive"; then
1393+ # If there are subdirs, report their specific --help.
1394+ for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1395+ test -d "$ac_dir" ||
1396+ { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1397+ continue
1398+ ac_builddir=.
1399+
1400+case "$ac_dir" in
1401+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1402+*)
1403+ ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1404+ # A ".." for each directory in $ac_dir_suffix.
1405+ ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1406+ case $ac_top_builddir_sub in
1407+ "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1408+ *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1409+ esac ;;
1410+esac
1411+ac_abs_top_builddir=$ac_pwd
1412+ac_abs_builddir=$ac_pwd$ac_dir_suffix
1413+# for backward compatibility:
1414+ac_top_builddir=$ac_top_build_prefix
1415+
1416+case $srcdir in
1417+ .) # We are building in place.
1418+ ac_srcdir=.
1419+ ac_top_srcdir=$ac_top_builddir_sub
1420+ ac_abs_top_srcdir=$ac_pwd ;;
1421+ [\\/]* | ?:[\\/]* ) # Absolute name.
1422+ ac_srcdir=$srcdir$ac_dir_suffix;
1423+ ac_top_srcdir=$srcdir
1424+ ac_abs_top_srcdir=$srcdir ;;
1425+ *) # Relative name.
1426+ ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1427+ ac_top_srcdir=$ac_top_build_prefix$srcdir
1428+ ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1429+esac
1430+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1431+
1432+ cd "$ac_dir" || { ac_status=$?; continue; }
1433+ # Check for guested configure.
1434+ if test -f "$ac_srcdir/configure.gnu"; then
1435+ echo &&
1436+ $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1437+ elif test -f "$ac_srcdir/configure"; then
1438+ echo &&
1439+ $SHELL "$ac_srcdir/configure" --help=recursive
1440+ else
1441+ $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1442+ fi || ac_status=$?
1443+ cd "$ac_pwd" || { ac_status=$?; break; }
1444+ done
1445+fi
1446+
1447+test -n "$ac_init_help" && exit $ac_status
1448+if $ac_init_version; then
1449+ cat <<\_ACEOF
1450+sbsigntool configure 0.4
1451+generated by GNU Autoconf 2.68
1452+
1453+Copyright (C) 2010 Free Software Foundation, Inc.
1454+This configure script is free software; the Free Software Foundation
1455+gives unlimited permission to copy, distribute and modify it.
1456+_ACEOF
1457+ exit
1458+fi
1459+
1460+## ------------------------ ##
1461+## Autoconf initialization. ##
1462+## ------------------------ ##
1463+
1464+# ac_fn_c_try_compile LINENO
1465+# --------------------------
1466+# Try to compile conftest.$ac_ext, and return whether this succeeded.
1467+ac_fn_c_try_compile ()
1468+{
1469+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1470+ rm -f conftest.$ac_objext
1471+ if { { ac_try="$ac_compile"
1472+case "(($ac_try" in
1473+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1474+ *) ac_try_echo=$ac_try;;
1475+esac
1476+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1477+$as_echo "$ac_try_echo"; } >&5
1478+ (eval "$ac_compile") 2>conftest.err
1479+ ac_status=$?
1480+ if test -s conftest.err; then
1481+ grep -v '^ *+' conftest.err >conftest.er1
1482+ cat conftest.er1 >&5
1483+ mv -f conftest.er1 conftest.err
1484+ fi
1485+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1486+ test $ac_status = 0; } && {
1487+ test -z "$ac_c_werror_flag" ||
1488+ test ! -s conftest.err
1489+ } && test -s conftest.$ac_objext; then :
1490+ ac_retval=0
1491+else
1492+ $as_echo "$as_me: failed program was:" >&5
1493+sed 's/^/| /' conftest.$ac_ext >&5
1494+
1495+ ac_retval=1
1496+fi
1497+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1498+ as_fn_set_status $ac_retval
1499+
1500+} # ac_fn_c_try_compile
1501+
1502+# ac_fn_c_try_cpp LINENO
1503+# ----------------------
1504+# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1505+ac_fn_c_try_cpp ()
1506+{
1507+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1508+ if { { ac_try="$ac_cpp conftest.$ac_ext"
1509+case "(($ac_try" in
1510+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1511+ *) ac_try_echo=$ac_try;;
1512+esac
1513+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1514+$as_echo "$ac_try_echo"; } >&5
1515+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1516+ ac_status=$?
1517+ if test -s conftest.err; then
1518+ grep -v '^ *+' conftest.err >conftest.er1
1519+ cat conftest.er1 >&5
1520+ mv -f conftest.er1 conftest.err
1521+ fi
1522+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1523+ test $ac_status = 0; } > conftest.i && {
1524+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1525+ test ! -s conftest.err
1526+ }; then :
1527+ ac_retval=0
1528+else
1529+ $as_echo "$as_me: failed program was:" >&5
1530+sed 's/^/| /' conftest.$ac_ext >&5
1531+
1532+ ac_retval=1
1533+fi
1534+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1535+ as_fn_set_status $ac_retval
1536+
1537+} # ac_fn_c_try_cpp
1538+
1539+# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1540+# -------------------------------------------------------
1541+# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1542+# the include files in INCLUDES and setting the cache variable VAR
1543+# accordingly.
1544+ac_fn_c_check_header_mongrel ()
1545+{
1546+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1547+ if eval \${$3+:} false; then :
1548+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1549+$as_echo_n "checking for $2... " >&6; }
1550+if eval \${$3+:} false; then :
1551+ $as_echo_n "(cached) " >&6
1552+fi
1553+eval ac_res=\$$3
1554+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1555+$as_echo "$ac_res" >&6; }
1556+else
1557+ # Is the header compilable?
1558+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1559+$as_echo_n "checking $2 usability... " >&6; }
1560+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1561+/* end confdefs.h. */
1562+$4
1563+#include <$2>
1564+_ACEOF
1565+if ac_fn_c_try_compile "$LINENO"; then :
1566+ ac_header_compiler=yes
1567+else
1568+ ac_header_compiler=no
1569+fi
1570+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1571+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1572+$as_echo "$ac_header_compiler" >&6; }
1573+
1574+# Is the header present?
1575+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1576+$as_echo_n "checking $2 presence... " >&6; }
1577+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1578+/* end confdefs.h. */
1579+#include <$2>
1580+_ACEOF
1581+if ac_fn_c_try_cpp "$LINENO"; then :
1582+ ac_header_preproc=yes
1583+else
1584+ ac_header_preproc=no
1585+fi
1586+rm -f conftest.err conftest.i conftest.$ac_ext
1587+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1588+$as_echo "$ac_header_preproc" >&6; }
1589+
1590+# So? What about this header?
1591+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1592+ yes:no: )
1593+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1594+$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1595+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1596+$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1597+ ;;
1598+ no:yes:* )
1599+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1600+$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1601+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1602+$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1603+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1604+$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1605+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1606+$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1607+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1608+$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1609+( $as_echo "## ---------------------------------------- ##
1610+## Report this to jeremy.kerr@canonical.com ##
1611+## ---------------------------------------- ##"
1612+ ) | sed "s/^/$as_me: WARNING: /" >&2
1613+ ;;
1614+esac
1615+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1616+$as_echo_n "checking for $2... " >&6; }
1617+if eval \${$3+:} false; then :
1618+ $as_echo_n "(cached) " >&6
1619+else
1620+ eval "$3=\$ac_header_compiler"
1621+fi
1622+eval ac_res=\$$3
1623+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1624+$as_echo "$ac_res" >&6; }
1625+fi
1626+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1627+
1628+} # ac_fn_c_check_header_mongrel
1629+
1630+# ac_fn_c_try_run LINENO
1631+# ----------------------
1632+# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1633+# that executables *can* be run.
1634+ac_fn_c_try_run ()
1635+{
1636+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1637+ if { { ac_try="$ac_link"
1638+case "(($ac_try" in
1639+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1640+ *) ac_try_echo=$ac_try;;
1641+esac
1642+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1643+$as_echo "$ac_try_echo"; } >&5
1644+ (eval "$ac_link") 2>&5
1645+ ac_status=$?
1646+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1647+ test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1648+ { { case "(($ac_try" in
1649+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1650+ *) ac_try_echo=$ac_try;;
1651+esac
1652+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1653+$as_echo "$ac_try_echo"; } >&5
1654+ (eval "$ac_try") 2>&5
1655+ ac_status=$?
1656+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1657+ test $ac_status = 0; }; }; then :
1658+ ac_retval=0
1659+else
1660+ $as_echo "$as_me: program exited with status $ac_status" >&5
1661+ $as_echo "$as_me: failed program was:" >&5
1662+sed 's/^/| /' conftest.$ac_ext >&5
1663+
1664+ ac_retval=$ac_status
1665+fi
1666+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1667+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1668+ as_fn_set_status $ac_retval
1669+
1670+} # ac_fn_c_try_run
1671+
1672+# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1673+# -------------------------------------------------------
1674+# Tests whether HEADER exists and can be compiled using the include files in
1675+# INCLUDES, setting the cache variable VAR accordingly.
1676+ac_fn_c_check_header_compile ()
1677+{
1678+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1679+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1680+$as_echo_n "checking for $2... " >&6; }
1681+if eval \${$3+:} false; then :
1682+ $as_echo_n "(cached) " >&6
1683+else
1684+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1685+/* end confdefs.h. */
1686+$4
1687+#include <$2>
1688+_ACEOF
1689+if ac_fn_c_try_compile "$LINENO"; then :
1690+ eval "$3=yes"
1691+else
1692+ eval "$3=no"
1693+fi
1694+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1695+fi
1696+eval ac_res=\$$3
1697+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1698+$as_echo "$ac_res" >&6; }
1699+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1700+
1701+} # ac_fn_c_check_header_compile
1702+cat >config.log <<_ACEOF
1703+This file contains any messages produced by compilers while
1704+running configure, to aid debugging if configure makes a mistake.
1705+
1706+It was created by sbsigntool $as_me 0.4, which was
1707+generated by GNU Autoconf 2.68. Invocation command line was
1708+
1709+ $ $0 $@
1710+
1711+_ACEOF
1712+exec 5>>config.log
1713+{
1714+cat <<_ASUNAME
1715+## --------- ##
1716+## Platform. ##
1717+## --------- ##
1718+
1719+hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1720+uname -m = `(uname -m) 2>/dev/null || echo unknown`
1721+uname -r = `(uname -r) 2>/dev/null || echo unknown`
1722+uname -s = `(uname -s) 2>/dev/null || echo unknown`
1723+uname -v = `(uname -v) 2>/dev/null || echo unknown`
1724+
1725+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1726+/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1727+
1728+/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1729+/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1730+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1731+/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1732+/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1733+/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1734+/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1735+
1736+_ASUNAME
1737+
1738+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1739+for as_dir in $PATH
1740+do
1741+ IFS=$as_save_IFS
1742+ test -z "$as_dir" && as_dir=.
1743+ $as_echo "PATH: $as_dir"
1744+ done
1745+IFS=$as_save_IFS
1746+
1747+} >&5
1748+
1749+cat >&5 <<_ACEOF
1750+
1751+
1752+## ----------- ##
1753+## Core tests. ##
1754+## ----------- ##
1755+
1756+_ACEOF
1757+
1758+
1759+# Keep a trace of the command line.
1760+# Strip out --no-create and --no-recursion so they do not pile up.
1761+# Strip out --silent because we don't want to record it for future runs.
1762+# Also quote any args containing shell meta-characters.
1763+# Make two passes to allow for proper duplicate-argument suppression.
1764+ac_configure_args=
1765+ac_configure_args0=
1766+ac_configure_args1=
1767+ac_must_keep_next=false
1768+for ac_pass in 1 2
1769+do
1770+ for ac_arg
1771+ do
1772+ case $ac_arg in
1773+ -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1774+ -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1775+ | -silent | --silent | --silen | --sile | --sil)
1776+ continue ;;
1777+ *\'*)
1778+ ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1779+ esac
1780+ case $ac_pass in
1781+ 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1782+ 2)
1783+ as_fn_append ac_configure_args1 " '$ac_arg'"
1784+ if test $ac_must_keep_next = true; then
1785+ ac_must_keep_next=false # Got value, back to normal.
1786+ else
1787+ case $ac_arg in
1788+ *=* | --config-cache | -C | -disable-* | --disable-* \
1789+ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1790+ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1791+ | -with-* | --with-* | -without-* | --without-* | --x)
1792+ case "$ac_configure_args0 " in
1793+ "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1794+ esac
1795+ ;;
1796+ -* ) ac_must_keep_next=true ;;
1797+ esac
1798+ fi
1799+ as_fn_append ac_configure_args " '$ac_arg'"
1800+ ;;
1801+ esac
1802+ done
1803+done
1804+{ ac_configure_args0=; unset ac_configure_args0;}
1805+{ ac_configure_args1=; unset ac_configure_args1;}
1806+
1807+# When interrupted or exit'd, cleanup temporary files, and complete
1808+# config.log. We remove comments because anyway the quotes in there
1809+# would cause problems or look ugly.
1810+# WARNING: Use '\'' to represent an apostrophe within the trap.
1811+# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1812+trap 'exit_status=$?
1813+ # Save into config.log some information that might help in debugging.
1814+ {
1815+ echo
1816+
1817+ $as_echo "## ---------------- ##
1818+## Cache variables. ##
1819+## ---------------- ##"
1820+ echo
1821+ # The following way of writing the cache mishandles newlines in values,
1822+(
1823+ for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1824+ eval ac_val=\$$ac_var
1825+ case $ac_val in #(
1826+ *${as_nl}*)
1827+ case $ac_var in #(
1828+ *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1829+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1830+ esac
1831+ case $ac_var in #(
1832+ _ | IFS | as_nl) ;; #(
1833+ BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1834+ *) { eval $ac_var=; unset $ac_var;} ;;
1835+ esac ;;
1836+ esac
1837+ done
1838+ (set) 2>&1 |
1839+ case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1840+ *${as_nl}ac_space=\ *)
1841+ sed -n \
1842+ "s/'\''/'\''\\\\'\'''\''/g;
1843+ s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1844+ ;; #(
1845+ *)
1846+ sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1847+ ;;
1848+ esac |
1849+ sort
1850+)
1851+ echo
1852+
1853+ $as_echo "## ----------------- ##
1854+## Output variables. ##
1855+## ----------------- ##"
1856+ echo
1857+ for ac_var in $ac_subst_vars
1858+ do
1859+ eval ac_val=\$$ac_var
1860+ case $ac_val in
1861+ *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1862+ esac
1863+ $as_echo "$ac_var='\''$ac_val'\''"
1864+ done | sort
1865+ echo
1866+
1867+ if test -n "$ac_subst_files"; then
1868+ $as_echo "## ------------------- ##
1869+## File substitutions. ##
1870+## ------------------- ##"
1871+ echo
1872+ for ac_var in $ac_subst_files
1873+ do
1874+ eval ac_val=\$$ac_var
1875+ case $ac_val in
1876+ *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1877+ esac
1878+ $as_echo "$ac_var='\''$ac_val'\''"
1879+ done | sort
1880+ echo
1881+ fi
1882+
1883+ if test -s confdefs.h; then
1884+ $as_echo "## ----------- ##
1885+## confdefs.h. ##
1886+## ----------- ##"
1887+ echo
1888+ cat confdefs.h
1889+ echo
1890+ fi
1891+ test "$ac_signal" != 0 &&
1892+ $as_echo "$as_me: caught signal $ac_signal"
1893+ $as_echo "$as_me: exit $exit_status"
1894+ } >&5
1895+ rm -f core *.core core.conftest.* &&
1896+ rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1897+ exit $exit_status
1898+' 0
1899+for ac_signal in 1 2 13 15; do
1900+ trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1901+done
1902+ac_signal=0
1903+
1904+# confdefs.h avoids OS command line length limits that DEFS can exceed.
1905+rm -f -r conftest* confdefs.h
1906+
1907+$as_echo "/* confdefs.h */" > confdefs.h
1908+
1909+# Predefined preprocessor variables.
1910+
1911+cat >>confdefs.h <<_ACEOF
1912+#define PACKAGE_NAME "$PACKAGE_NAME"
1913+_ACEOF
1914+
1915+cat >>confdefs.h <<_ACEOF
1916+#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1917+_ACEOF
1918+
1919+cat >>confdefs.h <<_ACEOF
1920+#define PACKAGE_VERSION "$PACKAGE_VERSION"
1921+_ACEOF
1922+
1923+cat >>confdefs.h <<_ACEOF
1924+#define PACKAGE_STRING "$PACKAGE_STRING"
1925+_ACEOF
1926+
1927+cat >>confdefs.h <<_ACEOF
1928+#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1929+_ACEOF
1930+
1931+cat >>confdefs.h <<_ACEOF
1932+#define PACKAGE_URL "$PACKAGE_URL"
1933+_ACEOF
1934+
1935+
1936+# Let the site file select an alternate cache file if it wants to.
1937+# Prefer an explicitly selected file to automatically selected ones.
1938+ac_site_file1=NONE
1939+ac_site_file2=NONE
1940+if test -n "$CONFIG_SITE"; then
1941+ # We do not want a PATH search for config.site.
1942+ case $CONFIG_SITE in #((
1943+ -*) ac_site_file1=./$CONFIG_SITE;;
1944+ */*) ac_site_file1=$CONFIG_SITE;;
1945+ *) ac_site_file1=./$CONFIG_SITE;;
1946+ esac
1947+elif test "x$prefix" != xNONE; then
1948+ ac_site_file1=$prefix/share/config.site
1949+ ac_site_file2=$prefix/etc/config.site
1950+else
1951+ ac_site_file1=$ac_default_prefix/share/config.site
1952+ ac_site_file2=$ac_default_prefix/etc/config.site
1953+fi
1954+for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1955+do
1956+ test "x$ac_site_file" = xNONE && continue
1957+ if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1958+ { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1959+$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1960+ sed 's/^/| /' "$ac_site_file" >&5
1961+ . "$ac_site_file" \
1962+ || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1963+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1964+as_fn_error $? "failed to load site script $ac_site_file
1965+See \`config.log' for more details" "$LINENO" 5; }
1966+ fi
1967+done
1968+
1969+if test -r "$cache_file"; then
1970+ # Some versions of bash will fail to source /dev/null (special files
1971+ # actually), so we avoid doing that. DJGPP emulates it as a regular file.
1972+ if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1973+ { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1974+$as_echo "$as_me: loading cache $cache_file" >&6;}
1975+ case $cache_file in
1976+ [\\/]* | ?:[\\/]* ) . "$cache_file";;
1977+ *) . "./$cache_file";;
1978+ esac
1979+ fi
1980+else
1981+ { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1982+$as_echo "$as_me: creating cache $cache_file" >&6;}
1983+ >$cache_file
1984+fi
1985+
1986+# Check that the precious variables saved in the cache have kept the same
1987+# value.
1988+ac_cache_corrupted=false
1989+for ac_var in $ac_precious_vars; do
1990+ eval ac_old_set=\$ac_cv_env_${ac_var}_set
1991+ eval ac_new_set=\$ac_env_${ac_var}_set
1992+ eval ac_old_val=\$ac_cv_env_${ac_var}_value
1993+ eval ac_new_val=\$ac_env_${ac_var}_value
1994+ case $ac_old_set,$ac_new_set in
1995+ set,)
1996+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1997+$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1998+ ac_cache_corrupted=: ;;
1999+ ,set)
2000+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2001+$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2002+ ac_cache_corrupted=: ;;
2003+ ,);;
2004+ *)
2005+ if test "x$ac_old_val" != "x$ac_new_val"; then
2006+ # differences in whitespace do not lead to failure.
2007+ ac_old_val_w=`echo x $ac_old_val`
2008+ ac_new_val_w=`echo x $ac_new_val`
2009+ if test "$ac_old_val_w" != "$ac_new_val_w"; then
2010+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2011+$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2012+ ac_cache_corrupted=:
2013+ else
2014+ { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2015+$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2016+ eval $ac_var=\$ac_old_val
2017+ fi
2018+ { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2019+$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2020+ { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2021+$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2022+ fi;;
2023+ esac
2024+ # Pass precious variables to config.status.
2025+ if test "$ac_new_set" = set; then
2026+ case $ac_new_val in
2027+ *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2028+ *) ac_arg=$ac_var=$ac_new_val ;;
2029+ esac
2030+ case " $ac_configure_args " in
2031+ *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2032+ *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2033+ esac
2034+ fi
2035+done
2036+if $ac_cache_corrupted; then
2037+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2038+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2039+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2040+$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2041+ as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2042+fi
2043+## -------------------- ##
2044+## Main body of script. ##
2045+## -------------------- ##
2046+
2047+ac_ext=c
2048+ac_cpp='$CPP $CPPFLAGS'
2049+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2050+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2051+ac_compiler_gnu=$ac_cv_c_compiler_gnu
2052+
2053+
2054+
2055+am__api_version='1.11'
2056+
2057+ac_aux_dir=
2058+for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2059+ if test -f "$ac_dir/install-sh"; then
2060+ ac_aux_dir=$ac_dir
2061+ ac_install_sh="$ac_aux_dir/install-sh -c"
2062+ break
2063+ elif test -f "$ac_dir/install.sh"; then
2064+ ac_aux_dir=$ac_dir
2065+ ac_install_sh="$ac_aux_dir/install.sh -c"
2066+ break
2067+ elif test -f "$ac_dir/shtool"; then
2068+ ac_aux_dir=$ac_dir
2069+ ac_install_sh="$ac_aux_dir/shtool install -c"
2070+ break
2071+ fi
2072+done
2073+if test -z "$ac_aux_dir"; then
2074+ as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2075+fi
2076+
2077+# These three variables are undocumented and unsupported,
2078+# and are intended to be withdrawn in a future Autoconf release.
2079+# They can cause serious problems if a builder's source tree is in a directory
2080+# whose full name contains unusual characters.
2081+ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2082+ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2083+ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2084+
2085+
2086+# Find a good install program. We prefer a C program (faster),
2087+# so one script is as good as another. But avoid the broken or
2088+# incompatible versions:
2089+# SysV /etc/install, /usr/sbin/install
2090+# SunOS /usr/etc/install
2091+# IRIX /sbin/install
2092+# AIX /bin/install
2093+# AmigaOS /C/install, which installs bootblocks on floppy discs
2094+# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2095+# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2096+# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2097+# OS/2's system install, which has a completely different semantic
2098+# ./install, which can be erroneously created by make from ./install.sh.
2099+# Reject install programs that cannot install multiple files.
2100+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2101+$as_echo_n "checking for a BSD-compatible install... " >&6; }
2102+if test -z "$INSTALL"; then
2103+if ${ac_cv_path_install+:} false; then :
2104+ $as_echo_n "(cached) " >&6
2105+else
2106+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2107+for as_dir in $PATH
2108+do
2109+ IFS=$as_save_IFS
2110+ test -z "$as_dir" && as_dir=.
2111+ # Account for people who put trailing slashes in PATH elements.
2112+case $as_dir/ in #((
2113+ ./ | .// | /[cC]/* | \
2114+ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2115+ ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2116+ /usr/ucb/* ) ;;
2117+ *)
2118+ # OSF1 and SCO ODT 3.0 have their own names for install.
2119+ # Don't use installbsd from OSF since it installs stuff as root
2120+ # by default.
2121+ for ac_prog in ginstall scoinst install; do
2122+ for ac_exec_ext in '' $ac_executable_extensions; do
2123+ if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2124+ if test $ac_prog = install &&
2125+ grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2126+ # AIX install. It has an incompatible calling convention.
2127+ :
2128+ elif test $ac_prog = install &&
2129+ grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2130+ # program-specific install script used by HP pwplus--don't use.
2131+ :
2132+ else
2133+ rm -rf conftest.one conftest.two conftest.dir
2134+ echo one > conftest.one
2135+ echo two > conftest.two
2136+ mkdir conftest.dir
2137+ if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2138+ test -s conftest.one && test -s conftest.two &&
2139+ test -s conftest.dir/conftest.one &&
2140+ test -s conftest.dir/conftest.two
2141+ then
2142+ ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2143+ break 3
2144+ fi
2145+ fi
2146+ fi
2147+ done
2148+ done
2149+ ;;
2150+esac
2151+
2152+ done
2153+IFS=$as_save_IFS
2154+
2155+rm -rf conftest.one conftest.two conftest.dir
2156+
2157+fi
2158+ if test "${ac_cv_path_install+set}" = set; then
2159+ INSTALL=$ac_cv_path_install
2160+ else
2161+ # As a last resort, use the slow shell script. Don't cache a
2162+ # value for INSTALL within a source directory, because that will
2163+ # break other packages using the cache if that directory is
2164+ # removed, or if the value is a relative name.
2165+ INSTALL=$ac_install_sh
2166+ fi
2167+fi
2168+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2169+$as_echo "$INSTALL" >&6; }
2170+
2171+# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2172+# It thinks the first close brace ends the variable substitution.
2173+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2174+
2175+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2176+
2177+test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2178+
2179+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2180+$as_echo_n "checking whether build environment is sane... " >&6; }
2181+# Just in case
2182+sleep 1
2183+echo timestamp > conftest.file
2184+# Reject unsafe characters in $srcdir or the absolute working directory
2185+# name. Accept space and tab only in the latter.
2186+am_lf='
2187+'
2188+case `pwd` in
2189+ *[\\\"\#\$\&\'\`$am_lf]*)
2190+ as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2191+esac
2192+case $srcdir in
2193+ *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2194+ as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2195+esac
2196+
2197+# Do `set' in a subshell so we don't clobber the current shell's
2198+# arguments. Must try -L first in case configure is actually a
2199+# symlink; some systems play weird games with the mod time of symlinks
2200+# (eg FreeBSD returns the mod time of the symlink's containing
2201+# directory).
2202+if (
2203+ set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2204+ if test "$*" = "X"; then
2205+ # -L didn't work.
2206+ set X `ls -t "$srcdir/configure" conftest.file`
2207+ fi
2208+ rm -f conftest.file
2209+ if test "$*" != "X $srcdir/configure conftest.file" \
2210+ && test "$*" != "X conftest.file $srcdir/configure"; then
2211+
2212+ # If neither matched, then we have a broken ls. This can happen
2213+ # if, for instance, CONFIG_SHELL is bash and it inherits a
2214+ # broken ls alias from the environment. This has actually
2215+ # happened. Such a system could not be considered "sane".
2216+ as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2217+alias in your environment" "$LINENO" 5
2218+ fi
2219+
2220+ test "$2" = conftest.file
2221+ )
2222+then
2223+ # Ok.
2224+ :
2225+else
2226+ as_fn_error $? "newly created file is older than distributed files!
2227+Check your system clock" "$LINENO" 5
2228+fi
2229+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2230+$as_echo "yes" >&6; }
2231+test "$program_prefix" != NONE &&
2232+ program_transform_name="s&^&$program_prefix&;$program_transform_name"
2233+# Use a double $ so make ignores it.
2234+test "$program_suffix" != NONE &&
2235+ program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2236+# Double any \ or $.
2237+# By default was `s,x,x', remove it if useless.
2238+ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2239+program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2240+
2241+# expand $ac_aux_dir to an absolute path
2242+am_aux_dir=`cd $ac_aux_dir && pwd`
2243+
2244+if test x"${MISSING+set}" != xset; then
2245+ case $am_aux_dir in
2246+ *\ * | *\ *)
2247+ MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2248+ *)
2249+ MISSING="\${SHELL} $am_aux_dir/missing" ;;
2250+ esac
2251+fi
2252+# Use eval to expand $SHELL
2253+if eval "$MISSING --run true"; then
2254+ am_missing_run="$MISSING --run "
2255+else
2256+ am_missing_run=
2257+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2258+$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2259+fi
2260+
2261+if test x"${install_sh}" != xset; then
2262+ case $am_aux_dir in
2263+ *\ * | *\ *)
2264+ install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2265+ *)
2266+ install_sh="\${SHELL} $am_aux_dir/install-sh"
2267+ esac
2268+fi
2269+
2270+# Installed binaries are usually stripped using `strip' when the user
2271+# run `make install-strip'. However `strip' might not be the right
2272+# tool to use in cross-compilation environments, therefore Automake
2273+# will honor the `STRIP' environment variable to overrule this program.
2274+if test "$cross_compiling" != no; then
2275+ if test -n "$ac_tool_prefix"; then
2276+ # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2277+set dummy ${ac_tool_prefix}strip; ac_word=$2
2278+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2279+$as_echo_n "checking for $ac_word... " >&6; }
2280+if ${ac_cv_prog_STRIP+:} false; then :
2281+ $as_echo_n "(cached) " >&6
2282+else
2283+ if test -n "$STRIP"; then
2284+ ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2285+else
2286+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2287+for as_dir in $PATH
2288+do
2289+ IFS=$as_save_IFS
2290+ test -z "$as_dir" && as_dir=.
2291+ for ac_exec_ext in '' $ac_executable_extensions; do
2292+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2293+ ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2294+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2295+ break 2
2296+ fi
2297+done
2298+ done
2299+IFS=$as_save_IFS
2300+
2301+fi
2302+fi
2303+STRIP=$ac_cv_prog_STRIP
2304+if test -n "$STRIP"; then
2305+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2306+$as_echo "$STRIP" >&6; }
2307+else
2308+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2309+$as_echo "no" >&6; }
2310+fi
2311+
2312+
2313+fi
2314+if test -z "$ac_cv_prog_STRIP"; then
2315+ ac_ct_STRIP=$STRIP
2316+ # Extract the first word of "strip", so it can be a program name with args.
2317+set dummy strip; ac_word=$2
2318+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2319+$as_echo_n "checking for $ac_word... " >&6; }
2320+if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2321+ $as_echo_n "(cached) " >&6
2322+else
2323+ if test -n "$ac_ct_STRIP"; then
2324+ ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2325+else
2326+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2327+for as_dir in $PATH
2328+do
2329+ IFS=$as_save_IFS
2330+ test -z "$as_dir" && as_dir=.
2331+ for ac_exec_ext in '' $ac_executable_extensions; do
2332+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2333+ ac_cv_prog_ac_ct_STRIP="strip"
2334+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2335+ break 2
2336+ fi
2337+done
2338+ done
2339+IFS=$as_save_IFS
2340+
2341+fi
2342+fi
2343+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2344+if test -n "$ac_ct_STRIP"; then
2345+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2346+$as_echo "$ac_ct_STRIP" >&6; }
2347+else
2348+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2349+$as_echo "no" >&6; }
2350+fi
2351+
2352+ if test "x$ac_ct_STRIP" = x; then
2353+ STRIP=":"
2354+ else
2355+ case $cross_compiling:$ac_tool_warned in
2356+yes:)
2357+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2358+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2359+ac_tool_warned=yes ;;
2360+esac
2361+ STRIP=$ac_ct_STRIP
2362+ fi
2363+else
2364+ STRIP="$ac_cv_prog_STRIP"
2365+fi
2366+
2367+fi
2368+INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2369+
2370+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2371+$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2372+if test -z "$MKDIR_P"; then
2373+ if ${ac_cv_path_mkdir+:} false; then :
2374+ $as_echo_n "(cached) " >&6
2375+else
2376+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2377+for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2378+do
2379+ IFS=$as_save_IFS
2380+ test -z "$as_dir" && as_dir=.
2381+ for ac_prog in mkdir gmkdir; do
2382+ for ac_exec_ext in '' $ac_executable_extensions; do
2383+ { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2384+ case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2385+ 'mkdir (GNU coreutils) '* | \
2386+ 'mkdir (coreutils) '* | \
2387+ 'mkdir (fileutils) '4.1*)
2388+ ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2389+ break 3;;
2390+ esac
2391+ done
2392+ done
2393+ done
2394+IFS=$as_save_IFS
2395+
2396+fi
2397+
2398+ test -d ./--version && rmdir ./--version
2399+ if test "${ac_cv_path_mkdir+set}" = set; then
2400+ MKDIR_P="$ac_cv_path_mkdir -p"
2401+ else
2402+ # As a last resort, use the slow shell script. Don't cache a
2403+ # value for MKDIR_P within a source directory, because that will
2404+ # break other packages using the cache if that directory is
2405+ # removed, or if the value is a relative name.
2406+ MKDIR_P="$ac_install_sh -d"
2407+ fi
2408+fi
2409+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2410+$as_echo "$MKDIR_P" >&6; }
2411+
2412+mkdir_p="$MKDIR_P"
2413+case $mkdir_p in
2414+ [\\/$]* | ?:[\\/]*) ;;
2415+ */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2416+esac
2417+
2418+for ac_prog in gawk mawk nawk awk
2419+do
2420+ # Extract the first word of "$ac_prog", so it can be a program name with args.
2421+set dummy $ac_prog; ac_word=$2
2422+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2423+$as_echo_n "checking for $ac_word... " >&6; }
2424+if ${ac_cv_prog_AWK+:} false; then :
2425+ $as_echo_n "(cached) " >&6
2426+else
2427+ if test -n "$AWK"; then
2428+ ac_cv_prog_AWK="$AWK" # Let the user override the test.
2429+else
2430+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2431+for as_dir in $PATH
2432+do
2433+ IFS=$as_save_IFS
2434+ test -z "$as_dir" && as_dir=.
2435+ for ac_exec_ext in '' $ac_executable_extensions; do
2436+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2437+ ac_cv_prog_AWK="$ac_prog"
2438+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2439+ break 2
2440+ fi
2441+done
2442+ done
2443+IFS=$as_save_IFS
2444+
2445+fi
2446+fi
2447+AWK=$ac_cv_prog_AWK
2448+if test -n "$AWK"; then
2449+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2450+$as_echo "$AWK" >&6; }
2451+else
2452+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2453+$as_echo "no" >&6; }
2454+fi
2455+
2456+
2457+ test -n "$AWK" && break
2458+done
2459+
2460+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2461+$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2462+set x ${MAKE-make}
2463+ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2464+if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2465+ $as_echo_n "(cached) " >&6
2466+else
2467+ cat >conftest.make <<\_ACEOF
2468+SHELL = /bin/sh
2469+all:
2470+ @echo '@@@%%%=$(MAKE)=@@@%%%'
2471+_ACEOF
2472+# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2473+case `${MAKE-make} -f conftest.make 2>/dev/null` in
2474+ *@@@%%%=?*=@@@%%%*)
2475+ eval ac_cv_prog_make_${ac_make}_set=yes;;
2476+ *)
2477+ eval ac_cv_prog_make_${ac_make}_set=no;;
2478+esac
2479+rm -f conftest.make
2480+fi
2481+if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2482+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2483+$as_echo "yes" >&6; }
2484+ SET_MAKE=
2485+else
2486+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2487+$as_echo "no" >&6; }
2488+ SET_MAKE="MAKE=${MAKE-make}"
2489+fi
2490+
2491+rm -rf .tst 2>/dev/null
2492+mkdir .tst 2>/dev/null
2493+if test -d .tst; then
2494+ am__leading_dot=.
2495+else
2496+ am__leading_dot=_
2497+fi
2498+rmdir .tst 2>/dev/null
2499+
2500+if test "`cd $srcdir && pwd`" != "`pwd`"; then
2501+ # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2502+ # is not polluted with repeated "-I."
2503+ am__isrc=' -I$(srcdir)'
2504+ # test to see if srcdir already configured
2505+ if test -f $srcdir/config.status; then
2506+ as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2507+ fi
2508+fi
2509+
2510+# test whether we have cygpath
2511+if test -z "$CYGPATH_W"; then
2512+ if (cygpath --version) >/dev/null 2>/dev/null; then
2513+ CYGPATH_W='cygpath -w'
2514+ else
2515+ CYGPATH_W=echo
2516+ fi
2517+fi
2518+
2519+
2520+# Define the identity of the package.
2521+ PACKAGE='sbsigntool'
2522+ VERSION='0.4'
2523+
2524+
2525+cat >>confdefs.h <<_ACEOF
2526+#define PACKAGE "$PACKAGE"
2527+_ACEOF
2528+
2529+
2530+cat >>confdefs.h <<_ACEOF
2531+#define VERSION "$VERSION"
2532+_ACEOF
2533+
2534+# Some tools Automake needs.
2535+
2536+ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2537+
2538+
2539+AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2540+
2541+
2542+AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2543+
2544+
2545+AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2546+
2547+
2548+MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2549+
2550+# We need awk for the "check" target. The system "awk" is bad on
2551+# some platforms.
2552+# Always define AMTAR for backward compatibility. Yes, it's still used
2553+# in the wild :-( We should find a proper way to deprecate it ...
2554+AMTAR='$${TAR-tar}'
2555+
2556+am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2557+
2558+
2559+
2560+
2561+
2562+
2563+
2564+
2565+ac_config_headers="$ac_config_headers config.h"
2566+
2567+
2568+
2569+DEPDIR="${am__leading_dot}deps"
2570+
2571+ac_config_commands="$ac_config_commands depfiles"
2572+
2573+
2574+am_make=${MAKE-make}
2575+cat > confinc << 'END'
2576+am__doit:
2577+ @echo this is the am__doit target
2578+.PHONY: am__doit
2579+END
2580+# If we don't find an include directive, just comment out the code.
2581+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
2582+$as_echo_n "checking for style of include used by $am_make... " >&6; }
2583+am__include="#"
2584+am__quote=
2585+_am_result=none
2586+# First try GNU make style include.
2587+echo "include confinc" > confmf
2588+# Ignore all kinds of additional output from `make'.
2589+case `$am_make -s -f confmf 2> /dev/null` in #(
2590+*the\ am__doit\ target*)
2591+ am__include=include
2592+ am__quote=
2593+ _am_result=GNU
2594+ ;;
2595+esac
2596+# Now try BSD make style include.
2597+if test "$am__include" = "#"; then
2598+ echo '.include "confinc"' > confmf
2599+ case `$am_make -s -f confmf 2> /dev/null` in #(
2600+ *the\ am__doit\ target*)
2601+ am__include=.include
2602+ am__quote="\""
2603+ _am_result=BSD
2604+ ;;
2605+ esac
2606+fi
2607+
2608+
2609+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
2610+$as_echo "$_am_result" >&6; }
2611+rm -f confinc confmf
2612+
2613+# Check whether --enable-dependency-tracking was given.
2614+if test "${enable_dependency_tracking+set}" = set; then :
2615+ enableval=$enable_dependency_tracking;
2616+fi
2617+
2618+if test "x$enable_dependency_tracking" != xno; then
2619+ am_depcomp="$ac_aux_dir/depcomp"
2620+ AMDEPBACKSLASH='\'
2621+ am__nodep='_no'
2622+fi
2623+ if test "x$enable_dependency_tracking" != xno; then
2624+ AMDEP_TRUE=
2625+ AMDEP_FALSE='#'
2626+else
2627+ AMDEP_TRUE='#'
2628+ AMDEP_FALSE=
2629+fi
2630+
2631+
2632+ac_ext=c
2633+ac_cpp='$CPP $CPPFLAGS'
2634+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2635+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2636+ac_compiler_gnu=$ac_cv_c_compiler_gnu
2637+if test -n "$ac_tool_prefix"; then
2638+ # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2639+set dummy ${ac_tool_prefix}gcc; ac_word=$2
2640+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2641+$as_echo_n "checking for $ac_word... " >&6; }
2642+if ${ac_cv_prog_CC+:} false; then :
2643+ $as_echo_n "(cached) " >&6
2644+else
2645+ if test -n "$CC"; then
2646+ ac_cv_prog_CC="$CC" # Let the user override the test.
2647+else
2648+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2649+for as_dir in $PATH
2650+do
2651+ IFS=$as_save_IFS
2652+ test -z "$as_dir" && as_dir=.
2653+ for ac_exec_ext in '' $ac_executable_extensions; do
2654+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2655+ ac_cv_prog_CC="${ac_tool_prefix}gcc"
2656+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2657+ break 2
2658+ fi
2659+done
2660+ done
2661+IFS=$as_save_IFS
2662+
2663+fi
2664+fi
2665+CC=$ac_cv_prog_CC
2666+if test -n "$CC"; then
2667+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2668+$as_echo "$CC" >&6; }
2669+else
2670+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2671+$as_echo "no" >&6; }
2672+fi
2673+
2674+
2675+fi
2676+if test -z "$ac_cv_prog_CC"; then
2677+ ac_ct_CC=$CC
2678+ # Extract the first word of "gcc", so it can be a program name with args.
2679+set dummy gcc; ac_word=$2
2680+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2681+$as_echo_n "checking for $ac_word... " >&6; }
2682+if ${ac_cv_prog_ac_ct_CC+:} false; then :
2683+ $as_echo_n "(cached) " >&6
2684+else
2685+ if test -n "$ac_ct_CC"; then
2686+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2687+else
2688+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2689+for as_dir in $PATH
2690+do
2691+ IFS=$as_save_IFS
2692+ test -z "$as_dir" && as_dir=.
2693+ for ac_exec_ext in '' $ac_executable_extensions; do
2694+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2695+ ac_cv_prog_ac_ct_CC="gcc"
2696+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2697+ break 2
2698+ fi
2699+done
2700+ done
2701+IFS=$as_save_IFS
2702+
2703+fi
2704+fi
2705+ac_ct_CC=$ac_cv_prog_ac_ct_CC
2706+if test -n "$ac_ct_CC"; then
2707+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2708+$as_echo "$ac_ct_CC" >&6; }
2709+else
2710+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2711+$as_echo "no" >&6; }
2712+fi
2713+
2714+ if test "x$ac_ct_CC" = x; then
2715+ CC=""
2716+ else
2717+ case $cross_compiling:$ac_tool_warned in
2718+yes:)
2719+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2720+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2721+ac_tool_warned=yes ;;
2722+esac
2723+ CC=$ac_ct_CC
2724+ fi
2725+else
2726+ CC="$ac_cv_prog_CC"
2727+fi
2728+
2729+if test -z "$CC"; then
2730+ if test -n "$ac_tool_prefix"; then
2731+ # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2732+set dummy ${ac_tool_prefix}cc; ac_word=$2
2733+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2734+$as_echo_n "checking for $ac_word... " >&6; }
2735+if ${ac_cv_prog_CC+:} false; then :
2736+ $as_echo_n "(cached) " >&6
2737+else
2738+ if test -n "$CC"; then
2739+ ac_cv_prog_CC="$CC" # Let the user override the test.
2740+else
2741+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2742+for as_dir in $PATH
2743+do
2744+ IFS=$as_save_IFS
2745+ test -z "$as_dir" && as_dir=.
2746+ for ac_exec_ext in '' $ac_executable_extensions; do
2747+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2748+ ac_cv_prog_CC="${ac_tool_prefix}cc"
2749+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2750+ break 2
2751+ fi
2752+done
2753+ done
2754+IFS=$as_save_IFS
2755+
2756+fi
2757+fi
2758+CC=$ac_cv_prog_CC
2759+if test -n "$CC"; then
2760+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2761+$as_echo "$CC" >&6; }
2762+else
2763+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2764+$as_echo "no" >&6; }
2765+fi
2766+
2767+
2768+ fi
2769+fi
2770+if test -z "$CC"; then
2771+ # Extract the first word of "cc", so it can be a program name with args.
2772+set dummy cc; ac_word=$2
2773+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2774+$as_echo_n "checking for $ac_word... " >&6; }
2775+if ${ac_cv_prog_CC+:} false; then :
2776+ $as_echo_n "(cached) " >&6
2777+else
2778+ if test -n "$CC"; then
2779+ ac_cv_prog_CC="$CC" # Let the user override the test.
2780+else
2781+ ac_prog_rejected=no
2782+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2783+for as_dir in $PATH
2784+do
2785+ IFS=$as_save_IFS
2786+ test -z "$as_dir" && as_dir=.
2787+ for ac_exec_ext in '' $ac_executable_extensions; do
2788+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2789+ if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2790+ ac_prog_rejected=yes
2791+ continue
2792+ fi
2793+ ac_cv_prog_CC="cc"
2794+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2795+ break 2
2796+ fi
2797+done
2798+ done
2799+IFS=$as_save_IFS
2800+
2801+if test $ac_prog_rejected = yes; then
2802+ # We found a bogon in the path, so make sure we never use it.
2803+ set dummy $ac_cv_prog_CC
2804+ shift
2805+ if test $# != 0; then
2806+ # We chose a different compiler from the bogus one.
2807+ # However, it has the same basename, so the bogon will be chosen
2808+ # first if we set CC to just the basename; use the full file name.
2809+ shift
2810+ ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2811+ fi
2812+fi
2813+fi
2814+fi
2815+CC=$ac_cv_prog_CC
2816+if test -n "$CC"; then
2817+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2818+$as_echo "$CC" >&6; }
2819+else
2820+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2821+$as_echo "no" >&6; }
2822+fi
2823+
2824+
2825+fi
2826+if test -z "$CC"; then
2827+ if test -n "$ac_tool_prefix"; then
2828+ for ac_prog in cl.exe
2829+ do
2830+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2831+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2832+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2833+$as_echo_n "checking for $ac_word... " >&6; }
2834+if ${ac_cv_prog_CC+:} false; then :
2835+ $as_echo_n "(cached) " >&6
2836+else
2837+ if test -n "$CC"; then
2838+ ac_cv_prog_CC="$CC" # Let the user override the test.
2839+else
2840+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2841+for as_dir in $PATH
2842+do
2843+ IFS=$as_save_IFS
2844+ test -z "$as_dir" && as_dir=.
2845+ for ac_exec_ext in '' $ac_executable_extensions; do
2846+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2847+ ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2848+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2849+ break 2
2850+ fi
2851+done
2852+ done
2853+IFS=$as_save_IFS
2854+
2855+fi
2856+fi
2857+CC=$ac_cv_prog_CC
2858+if test -n "$CC"; then
2859+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2860+$as_echo "$CC" >&6; }
2861+else
2862+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2863+$as_echo "no" >&6; }
2864+fi
2865+
2866+
2867+ test -n "$CC" && break
2868+ done
2869+fi
2870+if test -z "$CC"; then
2871+ ac_ct_CC=$CC
2872+ for ac_prog in cl.exe
2873+do
2874+ # Extract the first word of "$ac_prog", so it can be a program name with args.
2875+set dummy $ac_prog; ac_word=$2
2876+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2877+$as_echo_n "checking for $ac_word... " >&6; }
2878+if ${ac_cv_prog_ac_ct_CC+:} false; then :
2879+ $as_echo_n "(cached) " >&6
2880+else
2881+ if test -n "$ac_ct_CC"; then
2882+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2883+else
2884+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2885+for as_dir in $PATH
2886+do
2887+ IFS=$as_save_IFS
2888+ test -z "$as_dir" && as_dir=.
2889+ for ac_exec_ext in '' $ac_executable_extensions; do
2890+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2891+ ac_cv_prog_ac_ct_CC="$ac_prog"
2892+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2893+ break 2
2894+ fi
2895+done
2896+ done
2897+IFS=$as_save_IFS
2898+
2899+fi
2900+fi
2901+ac_ct_CC=$ac_cv_prog_ac_ct_CC
2902+if test -n "$ac_ct_CC"; then
2903+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2904+$as_echo "$ac_ct_CC" >&6; }
2905+else
2906+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2907+$as_echo "no" >&6; }
2908+fi
2909+
2910+
2911+ test -n "$ac_ct_CC" && break
2912+done
2913+
2914+ if test "x$ac_ct_CC" = x; then
2915+ CC=""
2916+ else
2917+ case $cross_compiling:$ac_tool_warned in
2918+yes:)
2919+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2920+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2921+ac_tool_warned=yes ;;
2922+esac
2923+ CC=$ac_ct_CC
2924+ fi
2925+fi
2926+
2927+fi
2928+
2929+
2930+test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2931+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2932+as_fn_error $? "no acceptable C compiler found in \$PATH
2933+See \`config.log' for more details" "$LINENO" 5; }
2934+
2935+# Provide some information about the compiler.
2936+$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2937+set X $ac_compile
2938+ac_compiler=$2
2939+for ac_option in --version -v -V -qversion; do
2940+ { { ac_try="$ac_compiler $ac_option >&5"
2941+case "(($ac_try" in
2942+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2943+ *) ac_try_echo=$ac_try;;
2944+esac
2945+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2946+$as_echo "$ac_try_echo"; } >&5
2947+ (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2948+ ac_status=$?
2949+ if test -s conftest.err; then
2950+ sed '10a\
2951+... rest of stderr output deleted ...
2952+ 10q' conftest.err >conftest.er1
2953+ cat conftest.er1 >&5
2954+ fi
2955+ rm -f conftest.er1 conftest.err
2956+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2957+ test $ac_status = 0; }
2958+done
2959+
2960+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2961+/* end confdefs.h. */
2962+
2963+int
2964+main ()
2965+{
2966+
2967+ ;
2968+ return 0;
2969+}
2970+_ACEOF
2971+ac_clean_files_save=$ac_clean_files
2972+ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2973+# Try to create an executable without -o first, disregard a.out.
2974+# It will help us diagnose broken compilers, and finding out an intuition
2975+# of exeext.
2976+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2977+$as_echo_n "checking whether the C compiler works... " >&6; }
2978+ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2979+
2980+# The possible output files:
2981+ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2982+
2983+ac_rmfiles=
2984+for ac_file in $ac_files
2985+do
2986+ case $ac_file in
2987+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2988+ * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2989+ esac
2990+done
2991+rm -f $ac_rmfiles
2992+
2993+if { { ac_try="$ac_link_default"
2994+case "(($ac_try" in
2995+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2996+ *) ac_try_echo=$ac_try;;
2997+esac
2998+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2999+$as_echo "$ac_try_echo"; } >&5
3000+ (eval "$ac_link_default") 2>&5
3001+ ac_status=$?
3002+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3003+ test $ac_status = 0; }; then :
3004+ # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3005+# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3006+# in a Makefile. We should not override ac_cv_exeext if it was cached,
3007+# so that the user can short-circuit this test for compilers unknown to
3008+# Autoconf.
3009+for ac_file in $ac_files ''
3010+do
3011+ test -f "$ac_file" || continue
3012+ case $ac_file in
3013+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3014+ ;;
3015+ [ab].out )
3016+ # We found the default executable, but exeext='' is most
3017+ # certainly right.
3018+ break;;
3019+ *.* )
3020+ if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3021+ then :; else
3022+ ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3023+ fi
3024+ # We set ac_cv_exeext here because the later test for it is not
3025+ # safe: cross compilers may not add the suffix if given an `-o'
3026+ # argument, so we may need to know it at that point already.
3027+ # Even if this section looks crufty: it has the advantage of
3028+ # actually working.
3029+ break;;
3030+ * )
3031+ break;;
3032+ esac
3033+done
3034+test "$ac_cv_exeext" = no && ac_cv_exeext=
3035+
3036+else
3037+ ac_file=''
3038+fi
3039+if test -z "$ac_file"; then :
3040+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3041+$as_echo "no" >&6; }
3042+$as_echo "$as_me: failed program was:" >&5
3043+sed 's/^/| /' conftest.$ac_ext >&5
3044+
3045+{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3046+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3047+as_fn_error 77 "C compiler cannot create executables
3048+See \`config.log' for more details" "$LINENO" 5; }
3049+else
3050+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3051+$as_echo "yes" >&6; }
3052+fi
3053+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3054+$as_echo_n "checking for C compiler default output file name... " >&6; }
3055+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3056+$as_echo "$ac_file" >&6; }
3057+ac_exeext=$ac_cv_exeext
3058+
3059+rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3060+ac_clean_files=$ac_clean_files_save
3061+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3062+$as_echo_n "checking for suffix of executables... " >&6; }
3063+if { { ac_try="$ac_link"
3064+case "(($ac_try" in
3065+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3066+ *) ac_try_echo=$ac_try;;
3067+esac
3068+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3069+$as_echo "$ac_try_echo"; } >&5
3070+ (eval "$ac_link") 2>&5
3071+ ac_status=$?
3072+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3073+ test $ac_status = 0; }; then :
3074+ # If both `conftest.exe' and `conftest' are `present' (well, observable)
3075+# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3076+# work properly (i.e., refer to `conftest.exe'), while it won't with
3077+# `rm'.
3078+for ac_file in conftest.exe conftest conftest.*; do
3079+ test -f "$ac_file" || continue
3080+ case $ac_file in
3081+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3082+ *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3083+ break;;
3084+ * ) break;;
3085+ esac
3086+done
3087+else
3088+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3089+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3090+as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3091+See \`config.log' for more details" "$LINENO" 5; }
3092+fi
3093+rm -f conftest conftest$ac_cv_exeext
3094+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3095+$as_echo "$ac_cv_exeext" >&6; }
3096+
3097+rm -f conftest.$ac_ext
3098+EXEEXT=$ac_cv_exeext
3099+ac_exeext=$EXEEXT
3100+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3101+/* end confdefs.h. */
3102+#include <stdio.h>
3103+int
3104+main ()
3105+{
3106+FILE *f = fopen ("conftest.out", "w");
3107+ return ferror (f) || fclose (f) != 0;
3108+
3109+ ;
3110+ return 0;
3111+}
3112+_ACEOF
3113+ac_clean_files="$ac_clean_files conftest.out"
3114+# Check that the compiler produces executables we can run. If not, either
3115+# the compiler is broken, or we cross compile.
3116+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3117+$as_echo_n "checking whether we are cross compiling... " >&6; }
3118+if test "$cross_compiling" != yes; then
3119+ { { ac_try="$ac_link"
3120+case "(($ac_try" in
3121+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3122+ *) ac_try_echo=$ac_try;;
3123+esac
3124+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3125+$as_echo "$ac_try_echo"; } >&5
3126+ (eval "$ac_link") 2>&5
3127+ ac_status=$?
3128+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3129+ test $ac_status = 0; }
3130+ if { ac_try='./conftest$ac_cv_exeext'
3131+ { { case "(($ac_try" in
3132+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3133+ *) ac_try_echo=$ac_try;;
3134+esac
3135+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3136+$as_echo "$ac_try_echo"; } >&5
3137+ (eval "$ac_try") 2>&5
3138+ ac_status=$?
3139+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3140+ test $ac_status = 0; }; }; then
3141+ cross_compiling=no
3142+ else
3143+ if test "$cross_compiling" = maybe; then
3144+ cross_compiling=yes
3145+ else
3146+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3147+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3148+as_fn_error $? "cannot run C compiled programs.
3149+If you meant to cross compile, use \`--host'.
3150+See \`config.log' for more details" "$LINENO" 5; }
3151+ fi
3152+ fi
3153+fi
3154+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3155+$as_echo "$cross_compiling" >&6; }
3156+
3157+rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3158+ac_clean_files=$ac_clean_files_save
3159+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3160+$as_echo_n "checking for suffix of object files... " >&6; }
3161+if ${ac_cv_objext+:} false; then :
3162+ $as_echo_n "(cached) " >&6
3163+else
3164+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3165+/* end confdefs.h. */
3166+
3167+int
3168+main ()
3169+{
3170+
3171+ ;
3172+ return 0;
3173+}
3174+_ACEOF
3175+rm -f conftest.o conftest.obj
3176+if { { ac_try="$ac_compile"
3177+case "(($ac_try" in
3178+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3179+ *) ac_try_echo=$ac_try;;
3180+esac
3181+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3182+$as_echo "$ac_try_echo"; } >&5
3183+ (eval "$ac_compile") 2>&5
3184+ ac_status=$?
3185+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3186+ test $ac_status = 0; }; then :
3187+ for ac_file in conftest.o conftest.obj conftest.*; do
3188+ test -f "$ac_file" || continue;
3189+ case $ac_file in
3190+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3191+ *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3192+ break;;
3193+ esac
3194+done
3195+else
3196+ $as_echo "$as_me: failed program was:" >&5
3197+sed 's/^/| /' conftest.$ac_ext >&5
3198+
3199+{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3200+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3201+as_fn_error $? "cannot compute suffix of object files: cannot compile
3202+See \`config.log' for more details" "$LINENO" 5; }
3203+fi
3204+rm -f conftest.$ac_cv_objext conftest.$ac_ext
3205+fi
3206+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3207+$as_echo "$ac_cv_objext" >&6; }
3208+OBJEXT=$ac_cv_objext
3209+ac_objext=$OBJEXT
3210+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3211+$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3212+if ${ac_cv_c_compiler_gnu+:} false; then :
3213+ $as_echo_n "(cached) " >&6
3214+else
3215+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3216+/* end confdefs.h. */
3217+
3218+int
3219+main ()
3220+{
3221+#ifndef __GNUC__
3222+ choke me
3223+#endif
3224+
3225+ ;
3226+ return 0;
3227+}
3228+_ACEOF
3229+if ac_fn_c_try_compile "$LINENO"; then :
3230+ ac_compiler_gnu=yes
3231+else
3232+ ac_compiler_gnu=no
3233+fi
3234+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3235+ac_cv_c_compiler_gnu=$ac_compiler_gnu
3236+
3237+fi
3238+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3239+$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3240+if test $ac_compiler_gnu = yes; then
3241+ GCC=yes
3242+else
3243+ GCC=
3244+fi
3245+ac_test_CFLAGS=${CFLAGS+set}
3246+ac_save_CFLAGS=$CFLAGS
3247+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3248+$as_echo_n "checking whether $CC accepts -g... " >&6; }
3249+if ${ac_cv_prog_cc_g+:} false; then :
3250+ $as_echo_n "(cached) " >&6
3251+else
3252+ ac_save_c_werror_flag=$ac_c_werror_flag
3253+ ac_c_werror_flag=yes
3254+ ac_cv_prog_cc_g=no
3255+ CFLAGS="-g"
3256+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3257+/* end confdefs.h. */
3258+
3259+int
3260+main ()
3261+{
3262+
3263+ ;
3264+ return 0;
3265+}
3266+_ACEOF
3267+if ac_fn_c_try_compile "$LINENO"; then :
3268+ ac_cv_prog_cc_g=yes
3269+else
3270+ CFLAGS=""
3271+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3272+/* end confdefs.h. */
3273+
3274+int
3275+main ()
3276+{
3277+
3278+ ;
3279+ return 0;
3280+}
3281+_ACEOF
3282+if ac_fn_c_try_compile "$LINENO"; then :
3283+
3284+else
3285+ ac_c_werror_flag=$ac_save_c_werror_flag
3286+ CFLAGS="-g"
3287+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3288+/* end confdefs.h. */
3289+
3290+int
3291+main ()
3292+{
3293+
3294+ ;
3295+ return 0;
3296+}
3297+_ACEOF
3298+if ac_fn_c_try_compile "$LINENO"; then :
3299+ ac_cv_prog_cc_g=yes
3300+fi
3301+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3302+fi
3303+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3304+fi
3305+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3306+ ac_c_werror_flag=$ac_save_c_werror_flag
3307+fi
3308+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3309+$as_echo "$ac_cv_prog_cc_g" >&6; }
3310+if test "$ac_test_CFLAGS" = set; then
3311+ CFLAGS=$ac_save_CFLAGS
3312+elif test $ac_cv_prog_cc_g = yes; then
3313+ if test "$GCC" = yes; then
3314+ CFLAGS="-g -O2"
3315+ else
3316+ CFLAGS="-g"
3317+ fi
3318+else
3319+ if test "$GCC" = yes; then
3320+ CFLAGS="-O2"
3321+ else
3322+ CFLAGS=
3323+ fi
3324+fi
3325+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3326+$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3327+if ${ac_cv_prog_cc_c89+:} false; then :
3328+ $as_echo_n "(cached) " >&6
3329+else
3330+ ac_cv_prog_cc_c89=no
3331+ac_save_CC=$CC
3332+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3333+/* end confdefs.h. */
3334+#include <stdarg.h>
3335+#include <stdio.h>
3336+#include <sys/types.h>
3337+#include <sys/stat.h>
3338+/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3339+struct buf { int x; };
3340+FILE * (*rcsopen) (struct buf *, struct stat *, int);
3341+static char *e (p, i)
3342+ char **p;
3343+ int i;
3344+{
3345+ return p[i];
3346+}
3347+static char *f (char * (*g) (char **, int), char **p, ...)
3348+{
3349+ char *s;
3350+ va_list v;
3351+ va_start (v,p);
3352+ s = g (p, va_arg (v,int));
3353+ va_end (v);
3354+ return s;
3355+}
3356+
3357+/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3358+ function prototypes and stuff, but not '\xHH' hex character constants.
3359+ These don't provoke an error unfortunately, instead are silently treated
3360+ as 'x'. The following induces an error, until -std is added to get
3361+ proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3362+ array size at least. It's necessary to write '\x00'==0 to get something
3363+ that's true only with -std. */
3364+int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3365+
3366+/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3367+ inside strings and character constants. */
3368+#define FOO(x) 'x'
3369+int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3370+
3371+int test (int i, double x);
3372+struct s1 {int (*f) (int a);};
3373+struct s2 {int (*f) (double a);};
3374+int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3375+int argc;
3376+char **argv;
3377+int
3378+main ()
3379+{
3380+return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3381+ ;
3382+ return 0;
3383+}
3384+_ACEOF
3385+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3386+ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3387+do
3388+ CC="$ac_save_CC $ac_arg"
3389+ if ac_fn_c_try_compile "$LINENO"; then :
3390+ ac_cv_prog_cc_c89=$ac_arg
3391+fi
3392+rm -f core conftest.err conftest.$ac_objext
3393+ test "x$ac_cv_prog_cc_c89" != "xno" && break
3394+done
3395+rm -f conftest.$ac_ext
3396+CC=$ac_save_CC
3397+
3398+fi
3399+# AC_CACHE_VAL
3400+case "x$ac_cv_prog_cc_c89" in
3401+ x)
3402+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3403+$as_echo "none needed" >&6; } ;;
3404+ xno)
3405+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3406+$as_echo "unsupported" >&6; } ;;
3407+ *)
3408+ CC="$CC $ac_cv_prog_cc_c89"
3409+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3410+$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3411+esac
3412+if test "x$ac_cv_prog_cc_c89" != xno; then :
3413+
3414+fi
3415+
3416+ac_ext=c
3417+ac_cpp='$CPP $CPPFLAGS'
3418+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3419+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3420+ac_compiler_gnu=$ac_cv_c_compiler_gnu
3421+
3422+depcc="$CC" am_compiler_list=
3423+
3424+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3425+$as_echo_n "checking dependency style of $depcc... " >&6; }
3426+if ${am_cv_CC_dependencies_compiler_type+:} false; then :
3427+ $as_echo_n "(cached) " >&6
3428+else
3429+ if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3430+ # We make a subdir and do the tests there. Otherwise we can end up
3431+ # making bogus files that we don't know about and never remove. For
3432+ # instance it was reported that on HP-UX the gcc test will end up
3433+ # making a dummy file named `D' -- because `-MD' means `put the output
3434+ # in D'.
3435+ rm -rf conftest.dir
3436+ mkdir conftest.dir
3437+ # Copy depcomp to subdir because otherwise we won't find it if we're
3438+ # using a relative directory.
3439+ cp "$am_depcomp" conftest.dir
3440+ cd conftest.dir
3441+ # We will build objects and dependencies in a subdirectory because
3442+ # it helps to detect inapplicable dependency modes. For instance
3443+ # both Tru64's cc and ICC support -MD to output dependencies as a
3444+ # side effect of compilation, but ICC will put the dependencies in
3445+ # the current directory while Tru64 will put them in the object
3446+ # directory.
3447+ mkdir sub
3448+
3449+ am_cv_CC_dependencies_compiler_type=none
3450+ if test "$am_compiler_list" = ""; then
3451+ am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3452+ fi
3453+ am__universal=false
3454+ case " $depcc " in #(
3455+ *\ -arch\ *\ -arch\ *) am__universal=true ;;
3456+ esac
3457+
3458+ for depmode in $am_compiler_list; do
3459+ # Setup a source with many dependencies, because some compilers
3460+ # like to wrap large dependency lists on column 80 (with \), and
3461+ # we should not choose a depcomp mode which is confused by this.
3462+ #
3463+ # We need to recreate these files for each test, as the compiler may
3464+ # overwrite some of them when testing with obscure command lines.
3465+ # This happens at least with the AIX C compiler.
3466+ : > sub/conftest.c
3467+ for i in 1 2 3 4 5 6; do
3468+ echo '#include "conftst'$i'.h"' >> sub/conftest.c
3469+ # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3470+ # Solaris 8's {/usr,}/bin/sh.
3471+ touch sub/conftst$i.h
3472+ done
3473+ echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3474+
3475+ # We check with `-c' and `-o' for the sake of the "dashmstdout"
3476+ # mode. It turns out that the SunPro C++ compiler does not properly
3477+ # handle `-M -o', and we need to detect this. Also, some Intel
3478+ # versions had trouble with output in subdirs
3479+ am__obj=sub/conftest.${OBJEXT-o}
3480+ am__minus_obj="-o $am__obj"
3481+ case $depmode in
3482+ gcc)
3483+ # This depmode causes a compiler race in universal mode.
3484+ test "$am__universal" = false || continue
3485+ ;;
3486+ nosideeffect)
3487+ # after this tag, mechanisms are not by side-effect, so they'll
3488+ # only be used when explicitly requested
3489+ if test "x$enable_dependency_tracking" = xyes; then
3490+ continue
3491+ else
3492+ break
3493+ fi
3494+ ;;
3495+ msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3496+ # This compiler won't grok `-c -o', but also, the minuso test has
3497+ # not run yet. These depmodes are late enough in the game, and
3498+ # so weak that their functioning should not be impacted.
3499+ am__obj=conftest.${OBJEXT-o}
3500+ am__minus_obj=
3501+ ;;
3502+ none) break ;;
3503+ esac
3504+ if depmode=$depmode \
3505+ source=sub/conftest.c object=$am__obj \
3506+ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3507+ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3508+ >/dev/null 2>conftest.err &&
3509+ grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3510+ grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3511+ grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3512+ ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3513+ # icc doesn't choke on unknown options, it will just issue warnings
3514+ # or remarks (even with -Werror). So we grep stderr for any message
3515+ # that says an option was ignored or not supported.
3516+ # When given -MP, icc 7.0 and 7.1 complain thusly:
3517+ # icc: Command line warning: ignoring option '-M'; no argument required
3518+ # The diagnosis changed in icc 8.0:
3519+ # icc: Command line remark: option '-MP' not supported
3520+ if (grep 'ignoring option' conftest.err ||
3521+ grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3522+ am_cv_CC_dependencies_compiler_type=$depmode
3523+ break
3524+ fi
3525+ fi
3526+ done
3527+
3528+ cd ..
3529+ rm -rf conftest.dir
3530+else
3531+ am_cv_CC_dependencies_compiler_type=none
3532+fi
3533+
3534+fi
3535+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3536+$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3537+CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3538+
3539+ if
3540+ test "x$enable_dependency_tracking" != xno \
3541+ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3542+ am__fastdepCC_TRUE=
3543+ am__fastdepCC_FALSE='#'
3544+else
3545+ am__fastdepCC_TRUE='#'
3546+ am__fastdepCC_FALSE=
3547+fi
3548+
3549+
3550+# By default we simply use the C compiler to build assembly code.
3551+
3552+test "${CCAS+set}" = set || CCAS=$CC
3553+test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
3554+
3555+
3556+
3557+depcc="$CCAS" am_compiler_list=
3558+
3559+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3560+$as_echo_n "checking dependency style of $depcc... " >&6; }
3561+if ${am_cv_CCAS_dependencies_compiler_type+:} false; then :
3562+ $as_echo_n "(cached) " >&6
3563+else
3564+ if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3565+ # We make a subdir and do the tests there. Otherwise we can end up
3566+ # making bogus files that we don't know about and never remove. For
3567+ # instance it was reported that on HP-UX the gcc test will end up
3568+ # making a dummy file named `D' -- because `-MD' means `put the output
3569+ # in D'.
3570+ rm -rf conftest.dir
3571+ mkdir conftest.dir
3572+ # Copy depcomp to subdir because otherwise we won't find it if we're
3573+ # using a relative directory.
3574+ cp "$am_depcomp" conftest.dir
3575+ cd conftest.dir
3576+ # We will build objects and dependencies in a subdirectory because
3577+ # it helps to detect inapplicable dependency modes. For instance
3578+ # both Tru64's cc and ICC support -MD to output dependencies as a
3579+ # side effect of compilation, but ICC will put the dependencies in
3580+ # the current directory while Tru64 will put them in the object
3581+ # directory.
3582+ mkdir sub
3583+
3584+ am_cv_CCAS_dependencies_compiler_type=none
3585+ if test "$am_compiler_list" = ""; then
3586+ am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3587+ fi
3588+ am__universal=false
3589+
3590+
3591+ for depmode in $am_compiler_list; do
3592+ # Setup a source with many dependencies, because some compilers
3593+ # like to wrap large dependency lists on column 80 (with \), and
3594+ # we should not choose a depcomp mode which is confused by this.
3595+ #
3596+ # We need to recreate these files for each test, as the compiler may
3597+ # overwrite some of them when testing with obscure command lines.
3598+ # This happens at least with the AIX C compiler.
3599+ : > sub/conftest.c
3600+ for i in 1 2 3 4 5 6; do
3601+ echo '#include "conftst'$i'.h"' >> sub/conftest.c
3602+ # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3603+ # Solaris 8's {/usr,}/bin/sh.
3604+ touch sub/conftst$i.h
3605+ done
3606+ echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3607+
3608+ # We check with `-c' and `-o' for the sake of the "dashmstdout"
3609+ # mode. It turns out that the SunPro C++ compiler does not properly
3610+ # handle `-M -o', and we need to detect this. Also, some Intel
3611+ # versions had trouble with output in subdirs
3612+ am__obj=sub/conftest.${OBJEXT-o}
3613+ am__minus_obj="-o $am__obj"
3614+ case $depmode in
3615+ gcc)
3616+ # This depmode causes a compiler race in universal mode.
3617+ test "$am__universal" = false || continue
3618+ ;;
3619+ nosideeffect)
3620+ # after this tag, mechanisms are not by side-effect, so they'll
3621+ # only be used when explicitly requested
3622+ if test "x$enable_dependency_tracking" = xyes; then
3623+ continue
3624+ else
3625+ break
3626+ fi
3627+ ;;
3628+ msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3629+ # This compiler won't grok `-c -o', but also, the minuso test has
3630+ # not run yet. These depmodes are late enough in the game, and
3631+ # so weak that their functioning should not be impacted.
3632+ am__obj=conftest.${OBJEXT-o}
3633+ am__minus_obj=
3634+ ;;
3635+ none) break ;;
3636+ esac
3637+ if depmode=$depmode \
3638+ source=sub/conftest.c object=$am__obj \
3639+ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3640+ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3641+ >/dev/null 2>conftest.err &&
3642+ grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3643+ grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3644+ grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3645+ ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3646+ # icc doesn't choke on unknown options, it will just issue warnings
3647+ # or remarks (even with -Werror). So we grep stderr for any message
3648+ # that says an option was ignored or not supported.
3649+ # When given -MP, icc 7.0 and 7.1 complain thusly:
3650+ # icc: Command line warning: ignoring option '-M'; no argument required
3651+ # The diagnosis changed in icc 8.0:
3652+ # icc: Command line remark: option '-MP' not supported
3653+ if (grep 'ignoring option' conftest.err ||
3654+ grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3655+ am_cv_CCAS_dependencies_compiler_type=$depmode
3656+ break
3657+ fi
3658+ fi
3659+ done
3660+
3661+ cd ..
3662+ rm -rf conftest.dir
3663+else
3664+ am_cv_CCAS_dependencies_compiler_type=none
3665+fi
3666+
3667+fi
3668+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CCAS_dependencies_compiler_type" >&5
3669+$as_echo "$am_cv_CCAS_dependencies_compiler_type" >&6; }
3670+CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type
3671+
3672+ if
3673+ test "x$enable_dependency_tracking" != xno \
3674+ && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3; then
3675+ am__fastdepCCAS_TRUE=
3676+ am__fastdepCCAS_FALSE='#'
3677+else
3678+ am__fastdepCCAS_TRUE='#'
3679+ am__fastdepCCAS_FALSE=
3680+fi
3681+
3682+
3683+ac_ext=c
3684+ac_cpp='$CPP $CPPFLAGS'
3685+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3686+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3687+ac_compiler_gnu=$ac_cv_c_compiler_gnu
3688+if test -n "$ac_tool_prefix"; then
3689+ # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3690+set dummy ${ac_tool_prefix}gcc; ac_word=$2
3691+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3692+$as_echo_n "checking for $ac_word... " >&6; }
3693+if ${ac_cv_prog_CC+:} false; then :
3694+ $as_echo_n "(cached) " >&6
3695+else
3696+ if test -n "$CC"; then
3697+ ac_cv_prog_CC="$CC" # Let the user override the test.
3698+else
3699+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3700+for as_dir in $PATH
3701+do
3702+ IFS=$as_save_IFS
3703+ test -z "$as_dir" && as_dir=.
3704+ for ac_exec_ext in '' $ac_executable_extensions; do
3705+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3706+ ac_cv_prog_CC="${ac_tool_prefix}gcc"
3707+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3708+ break 2
3709+ fi
3710+done
3711+ done
3712+IFS=$as_save_IFS
3713+
3714+fi
3715+fi
3716+CC=$ac_cv_prog_CC
3717+if test -n "$CC"; then
3718+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3719+$as_echo "$CC" >&6; }
3720+else
3721+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3722+$as_echo "no" >&6; }
3723+fi
3724+
3725+
3726+fi
3727+if test -z "$ac_cv_prog_CC"; then
3728+ ac_ct_CC=$CC
3729+ # Extract the first word of "gcc", so it can be a program name with args.
3730+set dummy gcc; ac_word=$2
3731+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3732+$as_echo_n "checking for $ac_word... " >&6; }
3733+if ${ac_cv_prog_ac_ct_CC+:} false; then :
3734+ $as_echo_n "(cached) " >&6
3735+else
3736+ if test -n "$ac_ct_CC"; then
3737+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3738+else
3739+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3740+for as_dir in $PATH
3741+do
3742+ IFS=$as_save_IFS
3743+ test -z "$as_dir" && as_dir=.
3744+ for ac_exec_ext in '' $ac_executable_extensions; do
3745+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3746+ ac_cv_prog_ac_ct_CC="gcc"
3747+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3748+ break 2
3749+ fi
3750+done
3751+ done
3752+IFS=$as_save_IFS
3753+
3754+fi
3755+fi
3756+ac_ct_CC=$ac_cv_prog_ac_ct_CC
3757+if test -n "$ac_ct_CC"; then
3758+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3759+$as_echo "$ac_ct_CC" >&6; }
3760+else
3761+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3762+$as_echo "no" >&6; }
3763+fi
3764+
3765+ if test "x$ac_ct_CC" = x; then
3766+ CC=""
3767+ else
3768+ case $cross_compiling:$ac_tool_warned in
3769+yes:)
3770+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3771+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3772+ac_tool_warned=yes ;;
3773+esac
3774+ CC=$ac_ct_CC
3775+ fi
3776+else
3777+ CC="$ac_cv_prog_CC"
3778+fi
3779+
3780+if test -z "$CC"; then
3781+ if test -n "$ac_tool_prefix"; then
3782+ # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3783+set dummy ${ac_tool_prefix}cc; ac_word=$2
3784+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3785+$as_echo_n "checking for $ac_word... " >&6; }
3786+if ${ac_cv_prog_CC+:} false; then :
3787+ $as_echo_n "(cached) " >&6
3788+else
3789+ if test -n "$CC"; then
3790+ ac_cv_prog_CC="$CC" # Let the user override the test.
3791+else
3792+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3793+for as_dir in $PATH
3794+do
3795+ IFS=$as_save_IFS
3796+ test -z "$as_dir" && as_dir=.
3797+ for ac_exec_ext in '' $ac_executable_extensions; do
3798+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3799+ ac_cv_prog_CC="${ac_tool_prefix}cc"
3800+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3801+ break 2
3802+ fi
3803+done
3804+ done
3805+IFS=$as_save_IFS
3806+
3807+fi
3808+fi
3809+CC=$ac_cv_prog_CC
3810+if test -n "$CC"; then
3811+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3812+$as_echo "$CC" >&6; }
3813+else
3814+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3815+$as_echo "no" >&6; }
3816+fi
3817+
3818+
3819+ fi
3820+fi
3821+if test -z "$CC"; then
3822+ # Extract the first word of "cc", so it can be a program name with args.
3823+set dummy cc; ac_word=$2
3824+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3825+$as_echo_n "checking for $ac_word... " >&6; }
3826+if ${ac_cv_prog_CC+:} false; then :
3827+ $as_echo_n "(cached) " >&6
3828+else
3829+ if test -n "$CC"; then
3830+ ac_cv_prog_CC="$CC" # Let the user override the test.
3831+else
3832+ ac_prog_rejected=no
3833+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3834+for as_dir in $PATH
3835+do
3836+ IFS=$as_save_IFS
3837+ test -z "$as_dir" && as_dir=.
3838+ for ac_exec_ext in '' $ac_executable_extensions; do
3839+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3840+ if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3841+ ac_prog_rejected=yes
3842+ continue
3843+ fi
3844+ ac_cv_prog_CC="cc"
3845+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3846+ break 2
3847+ fi
3848+done
3849+ done
3850+IFS=$as_save_IFS
3851+
3852+if test $ac_prog_rejected = yes; then
3853+ # We found a bogon in the path, so make sure we never use it.
3854+ set dummy $ac_cv_prog_CC
3855+ shift
3856+ if test $# != 0; then
3857+ # We chose a different compiler from the bogus one.
3858+ # However, it has the same basename, so the bogon will be chosen
3859+ # first if we set CC to just the basename; use the full file name.
3860+ shift
3861+ ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3862+ fi
3863+fi
3864+fi
3865+fi
3866+CC=$ac_cv_prog_CC
3867+if test -n "$CC"; then
3868+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3869+$as_echo "$CC" >&6; }
3870+else
3871+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3872+$as_echo "no" >&6; }
3873+fi
3874+
3875+
3876+fi
3877+if test -z "$CC"; then
3878+ if test -n "$ac_tool_prefix"; then
3879+ for ac_prog in cl.exe
3880+ do
3881+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3882+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3883+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3884+$as_echo_n "checking for $ac_word... " >&6; }
3885+if ${ac_cv_prog_CC+:} false; then :
3886+ $as_echo_n "(cached) " >&6
3887+else
3888+ if test -n "$CC"; then
3889+ ac_cv_prog_CC="$CC" # Let the user override the test.
3890+else
3891+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3892+for as_dir in $PATH
3893+do
3894+ IFS=$as_save_IFS
3895+ test -z "$as_dir" && as_dir=.
3896+ for ac_exec_ext in '' $ac_executable_extensions; do
3897+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3898+ ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3899+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3900+ break 2
3901+ fi
3902+done
3903+ done
3904+IFS=$as_save_IFS
3905+
3906+fi
3907+fi
3908+CC=$ac_cv_prog_CC
3909+if test -n "$CC"; then
3910+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3911+$as_echo "$CC" >&6; }
3912+else
3913+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3914+$as_echo "no" >&6; }
3915+fi
3916+
3917+
3918+ test -n "$CC" && break
3919+ done
3920+fi
3921+if test -z "$CC"; then
3922+ ac_ct_CC=$CC
3923+ for ac_prog in cl.exe
3924+do
3925+ # Extract the first word of "$ac_prog", so it can be a program name with args.
3926+set dummy $ac_prog; ac_word=$2
3927+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3928+$as_echo_n "checking for $ac_word... " >&6; }
3929+if ${ac_cv_prog_ac_ct_CC+:} false; then :
3930+ $as_echo_n "(cached) " >&6
3931+else
3932+ if test -n "$ac_ct_CC"; then
3933+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3934+else
3935+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3936+for as_dir in $PATH
3937+do
3938+ IFS=$as_save_IFS
3939+ test -z "$as_dir" && as_dir=.
3940+ for ac_exec_ext in '' $ac_executable_extensions; do
3941+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3942+ ac_cv_prog_ac_ct_CC="$ac_prog"
3943+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3944+ break 2
3945+ fi
3946+done
3947+ done
3948+IFS=$as_save_IFS
3949+
3950+fi
3951+fi
3952+ac_ct_CC=$ac_cv_prog_ac_ct_CC
3953+if test -n "$ac_ct_CC"; then
3954+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3955+$as_echo "$ac_ct_CC" >&6; }
3956+else
3957+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3958+$as_echo "no" >&6; }
3959+fi
3960+
3961+
3962+ test -n "$ac_ct_CC" && break
3963+done
3964+
3965+ if test "x$ac_ct_CC" = x; then
3966+ CC=""
3967+ else
3968+ case $cross_compiling:$ac_tool_warned in
3969+yes:)
3970+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3971+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3972+ac_tool_warned=yes ;;
3973+esac
3974+ CC=$ac_ct_CC
3975+ fi
3976+fi
3977+
3978+fi
3979+
3980+
3981+test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3982+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3983+as_fn_error $? "no acceptable C compiler found in \$PATH
3984+See \`config.log' for more details" "$LINENO" 5; }
3985+
3986+# Provide some information about the compiler.
3987+$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3988+set X $ac_compile
3989+ac_compiler=$2
3990+for ac_option in --version -v -V -qversion; do
3991+ { { ac_try="$ac_compiler $ac_option >&5"
3992+case "(($ac_try" in
3993+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3994+ *) ac_try_echo=$ac_try;;
3995+esac
3996+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3997+$as_echo "$ac_try_echo"; } >&5
3998+ (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3999+ ac_status=$?
4000+ if test -s conftest.err; then
4001+ sed '10a\
4002+... rest of stderr output deleted ...
4003+ 10q' conftest.err >conftest.er1
4004+ cat conftest.er1 >&5
4005+ fi
4006+ rm -f conftest.er1 conftest.err
4007+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4008+ test $ac_status = 0; }
4009+done
4010+
4011+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4012+$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4013+if ${ac_cv_c_compiler_gnu+:} false; then :
4014+ $as_echo_n "(cached) " >&6
4015+else
4016+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4017+/* end confdefs.h. */
4018+
4019+int
4020+main ()
4021+{
4022+#ifndef __GNUC__
4023+ choke me
4024+#endif
4025+
4026+ ;
4027+ return 0;
4028+}
4029+_ACEOF
4030+if ac_fn_c_try_compile "$LINENO"; then :
4031+ ac_compiler_gnu=yes
4032+else
4033+ ac_compiler_gnu=no
4034+fi
4035+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4036+ac_cv_c_compiler_gnu=$ac_compiler_gnu
4037+
4038+fi
4039+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4040+$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4041+if test $ac_compiler_gnu = yes; then
4042+ GCC=yes
4043+else
4044+ GCC=
4045+fi
4046+ac_test_CFLAGS=${CFLAGS+set}
4047+ac_save_CFLAGS=$CFLAGS
4048+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4049+$as_echo_n "checking whether $CC accepts -g... " >&6; }
4050+if ${ac_cv_prog_cc_g+:} false; then :
4051+ $as_echo_n "(cached) " >&6
4052+else
4053+ ac_save_c_werror_flag=$ac_c_werror_flag
4054+ ac_c_werror_flag=yes
4055+ ac_cv_prog_cc_g=no
4056+ CFLAGS="-g"
4057+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4058+/* end confdefs.h. */
4059+
4060+int
4061+main ()
4062+{
4063+
4064+ ;
4065+ return 0;
4066+}
4067+_ACEOF
4068+if ac_fn_c_try_compile "$LINENO"; then :
4069+ ac_cv_prog_cc_g=yes
4070+else
4071+ CFLAGS=""
4072+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4073+/* end confdefs.h. */
4074+
4075+int
4076+main ()
4077+{
4078+
4079+ ;
4080+ return 0;
4081+}
4082+_ACEOF
4083+if ac_fn_c_try_compile "$LINENO"; then :
4084+
4085+else
4086+ ac_c_werror_flag=$ac_save_c_werror_flag
4087+ CFLAGS="-g"
4088+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4089+/* end confdefs.h. */
4090+
4091+int
4092+main ()
4093+{
4094+
4095+ ;
4096+ return 0;
4097+}
4098+_ACEOF
4099+if ac_fn_c_try_compile "$LINENO"; then :
4100+ ac_cv_prog_cc_g=yes
4101+fi
4102+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4103+fi
4104+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4105+fi
4106+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4107+ ac_c_werror_flag=$ac_save_c_werror_flag
4108+fi
4109+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4110+$as_echo "$ac_cv_prog_cc_g" >&6; }
4111+if test "$ac_test_CFLAGS" = set; then
4112+ CFLAGS=$ac_save_CFLAGS
4113+elif test $ac_cv_prog_cc_g = yes; then
4114+ if test "$GCC" = yes; then
4115+ CFLAGS="-g -O2"
4116+ else
4117+ CFLAGS="-g"
4118+ fi
4119+else
4120+ if test "$GCC" = yes; then
4121+ CFLAGS="-O2"
4122+ else
4123+ CFLAGS=
4124+ fi
4125+fi
4126+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4127+$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4128+if ${ac_cv_prog_cc_c89+:} false; then :
4129+ $as_echo_n "(cached) " >&6
4130+else
4131+ ac_cv_prog_cc_c89=no
4132+ac_save_CC=$CC
4133+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4134+/* end confdefs.h. */
4135+#include <stdarg.h>
4136+#include <stdio.h>
4137+#include <sys/types.h>
4138+#include <sys/stat.h>
4139+/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4140+struct buf { int x; };
4141+FILE * (*rcsopen) (struct buf *, struct stat *, int);
4142+static char *e (p, i)
4143+ char **p;
4144+ int i;
4145+{
4146+ return p[i];
4147+}
4148+static char *f (char * (*g) (char **, int), char **p, ...)
4149+{
4150+ char *s;
4151+ va_list v;
4152+ va_start (v,p);
4153+ s = g (p, va_arg (v,int));
4154+ va_end (v);
4155+ return s;
4156+}
4157+
4158+/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4159+ function prototypes and stuff, but not '\xHH' hex character constants.
4160+ These don't provoke an error unfortunately, instead are silently treated
4161+ as 'x'. The following induces an error, until -std is added to get
4162+ proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4163+ array size at least. It's necessary to write '\x00'==0 to get something
4164+ that's true only with -std. */
4165+int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4166+
4167+/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4168+ inside strings and character constants. */
4169+#define FOO(x) 'x'
4170+int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4171+
4172+int test (int i, double x);
4173+struct s1 {int (*f) (int a);};
4174+struct s2 {int (*f) (double a);};
4175+int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4176+int argc;
4177+char **argv;
4178+int
4179+main ()
4180+{
4181+return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4182+ ;
4183+ return 0;
4184+}
4185+_ACEOF
4186+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4187+ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4188+do
4189+ CC="$ac_save_CC $ac_arg"
4190+ if ac_fn_c_try_compile "$LINENO"; then :
4191+ ac_cv_prog_cc_c89=$ac_arg
4192+fi
4193+rm -f core conftest.err conftest.$ac_objext
4194+ test "x$ac_cv_prog_cc_c89" != "xno" && break
4195+done
4196+rm -f conftest.$ac_ext
4197+CC=$ac_save_CC
4198+
4199+fi
4200+# AC_CACHE_VAL
4201+case "x$ac_cv_prog_cc_c89" in
4202+ x)
4203+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4204+$as_echo "none needed" >&6; } ;;
4205+ xno)
4206+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4207+$as_echo "unsupported" >&6; } ;;
4208+ *)
4209+ CC="$CC $ac_cv_prog_cc_c89"
4210+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4211+$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4212+esac
4213+if test "x$ac_cv_prog_cc_c89" != xno; then :
4214+
4215+fi
4216+
4217+ac_ext=c
4218+ac_cpp='$CPP $CPPFLAGS'
4219+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4220+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4221+ac_compiler_gnu=$ac_cv_c_compiler_gnu
4222+
4223+depcc="$CC" am_compiler_list=
4224+
4225+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4226+$as_echo_n "checking dependency style of $depcc... " >&6; }
4227+if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4228+ $as_echo_n "(cached) " >&6
4229+else
4230+ if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4231+ # We make a subdir and do the tests there. Otherwise we can end up
4232+ # making bogus files that we don't know about and never remove. For
4233+ # instance it was reported that on HP-UX the gcc test will end up
4234+ # making a dummy file named `D' -- because `-MD' means `put the output
4235+ # in D'.
4236+ rm -rf conftest.dir
4237+ mkdir conftest.dir
4238+ # Copy depcomp to subdir because otherwise we won't find it if we're
4239+ # using a relative directory.
4240+ cp "$am_depcomp" conftest.dir
4241+ cd conftest.dir
4242+ # We will build objects and dependencies in a subdirectory because
4243+ # it helps to detect inapplicable dependency modes. For instance
4244+ # both Tru64's cc and ICC support -MD to output dependencies as a
4245+ # side effect of compilation, but ICC will put the dependencies in
4246+ # the current directory while Tru64 will put them in the object
4247+ # directory.
4248+ mkdir sub
4249+
4250+ am_cv_CC_dependencies_compiler_type=none
4251+ if test "$am_compiler_list" = ""; then
4252+ am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4253+ fi
4254+ am__universal=false
4255+ case " $depcc " in #(
4256+ *\ -arch\ *\ -arch\ *) am__universal=true ;;
4257+ esac
4258+
4259+ for depmode in $am_compiler_list; do
4260+ # Setup a source with many dependencies, because some compilers
4261+ # like to wrap large dependency lists on column 80 (with \), and
4262+ # we should not choose a depcomp mode which is confused by this.
4263+ #
4264+ # We need to recreate these files for each test, as the compiler may
4265+ # overwrite some of them when testing with obscure command lines.
4266+ # This happens at least with the AIX C compiler.
4267+ : > sub/conftest.c
4268+ for i in 1 2 3 4 5 6; do
4269+ echo '#include "conftst'$i'.h"' >> sub/conftest.c
4270+ # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4271+ # Solaris 8's {/usr,}/bin/sh.
4272+ touch sub/conftst$i.h
4273+ done
4274+ echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4275+
4276+ # We check with `-c' and `-o' for the sake of the "dashmstdout"
4277+ # mode. It turns out that the SunPro C++ compiler does not properly
4278+ # handle `-M -o', and we need to detect this. Also, some Intel
4279+ # versions had trouble with output in subdirs
4280+ am__obj=sub/conftest.${OBJEXT-o}
4281+ am__minus_obj="-o $am__obj"
4282+ case $depmode in
4283+ gcc)
4284+ # This depmode causes a compiler race in universal mode.
4285+ test "$am__universal" = false || continue
4286+ ;;
4287+ nosideeffect)
4288+ # after this tag, mechanisms are not by side-effect, so they'll
4289+ # only be used when explicitly requested
4290+ if test "x$enable_dependency_tracking" = xyes; then
4291+ continue
4292+ else
4293+ break
4294+ fi
4295+ ;;
4296+ msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4297+ # This compiler won't grok `-c -o', but also, the minuso test has
4298+ # not run yet. These depmodes are late enough in the game, and
4299+ # so weak that their functioning should not be impacted.
4300+ am__obj=conftest.${OBJEXT-o}
4301+ am__minus_obj=
4302+ ;;
4303+ none) break ;;
4304+ esac
4305+ if depmode=$depmode \
4306+ source=sub/conftest.c object=$am__obj \
4307+ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4308+ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4309+ >/dev/null 2>conftest.err &&
4310+ grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4311+ grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4312+ grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4313+ ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4314+ # icc doesn't choke on unknown options, it will just issue warnings
4315+ # or remarks (even with -Werror). So we grep stderr for any message
4316+ # that says an option was ignored or not supported.
4317+ # When given -MP, icc 7.0 and 7.1 complain thusly:
4318+ # icc: Command line warning: ignoring option '-M'; no argument required
4319+ # The diagnosis changed in icc 8.0:
4320+ # icc: Command line remark: option '-MP' not supported
4321+ if (grep 'ignoring option' conftest.err ||
4322+ grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4323+ am_cv_CC_dependencies_compiler_type=$depmode
4324+ break
4325+ fi
4326+ fi
4327+ done
4328+
4329+ cd ..
4330+ rm -rf conftest.dir
4331+else
4332+ am_cv_CC_dependencies_compiler_type=none
4333+fi
4334+
4335+fi
4336+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4337+$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4338+CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4339+
4340+ if
4341+ test "x$enable_dependency_tracking" != xno \
4342+ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4343+ am__fastdepCC_TRUE=
4344+ am__fastdepCC_FALSE='#'
4345+else
4346+ am__fastdepCC_TRUE='#'
4347+ am__fastdepCC_FALSE=
4348+fi
4349+
4350+
4351+if test "x$CC" != xcc; then
4352+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
4353+$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
4354+else
4355+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
4356+$as_echo_n "checking whether cc understands -c and -o together... " >&6; }
4357+fi
4358+set dummy $CC; ac_cc=`$as_echo "$2" |
4359+ sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
4360+if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
4361+ $as_echo_n "(cached) " >&6
4362+else
4363+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4364+/* end confdefs.h. */
4365+
4366+int
4367+main ()
4368+{
4369+
4370+ ;
4371+ return 0;
4372+}
4373+_ACEOF
4374+# Make sure it works both with $CC and with simple cc.
4375+# We do the test twice because some compilers refuse to overwrite an
4376+# existing .o file with -o, though they will create one.
4377+ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
4378+rm -f conftest2.*
4379+if { { case "(($ac_try" in
4380+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4381+ *) ac_try_echo=$ac_try;;
4382+esac
4383+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4384+$as_echo "$ac_try_echo"; } >&5
4385+ (eval "$ac_try") 2>&5
4386+ ac_status=$?
4387+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4388+ test $ac_status = 0; } &&
4389+ test -f conftest2.$ac_objext && { { case "(($ac_try" in
4390+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4391+ *) ac_try_echo=$ac_try;;
4392+esac
4393+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4394+$as_echo "$ac_try_echo"; } >&5
4395+ (eval "$ac_try") 2>&5
4396+ ac_status=$?
4397+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4398+ test $ac_status = 0; };
4399+then
4400+ eval ac_cv_prog_cc_${ac_cc}_c_o=yes
4401+ if test "x$CC" != xcc; then
4402+ # Test first that cc exists at all.
4403+ if { ac_try='cc -c conftest.$ac_ext >&5'
4404+ { { case "(($ac_try" in
4405+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4406+ *) ac_try_echo=$ac_try;;
4407+esac
4408+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4409+$as_echo "$ac_try_echo"; } >&5
4410+ (eval "$ac_try") 2>&5
4411+ ac_status=$?
4412+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4413+ test $ac_status = 0; }; }; then
4414+ ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
4415+ rm -f conftest2.*
4416+ if { { case "(($ac_try" in
4417+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4418+ *) ac_try_echo=$ac_try;;
4419+esac
4420+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4421+$as_echo "$ac_try_echo"; } >&5
4422+ (eval "$ac_try") 2>&5
4423+ ac_status=$?
4424+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4425+ test $ac_status = 0; } &&
4426+ test -f conftest2.$ac_objext && { { case "(($ac_try" in
4427+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4428+ *) ac_try_echo=$ac_try;;
4429+esac
4430+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4431+$as_echo "$ac_try_echo"; } >&5
4432+ (eval "$ac_try") 2>&5
4433+ ac_status=$?
4434+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4435+ test $ac_status = 0; };
4436+ then
4437+ # cc works too.
4438+ :
4439+ else
4440+ # cc exists but doesn't like -o.
4441+ eval ac_cv_prog_cc_${ac_cc}_c_o=no
4442+ fi
4443+ fi
4444+ fi
4445+else
4446+ eval ac_cv_prog_cc_${ac_cc}_c_o=no
4447+fi
4448+rm -f core conftest*
4449+
4450+fi
4451+if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
4452+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4453+$as_echo "yes" >&6; }
4454+else
4455+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4456+$as_echo "no" >&6; }
4457+
4458+$as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
4459+
4460+fi
4461+
4462+# FIXME: we rely on the cache variable name because
4463+# there is no other way.
4464+set dummy $CC
4465+am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
4466+eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
4467+if test "$am_t" != yes; then
4468+ # Losing compiler, so override with the script.
4469+ # FIXME: It is wrong to rewrite CC.
4470+ # But if we don't then we get into trouble of one sort or another.
4471+ # A longer-term fix would be to have automake use am__CC in this case,
4472+ # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4473+ CC="$am_aux_dir/compile $CC"
4474+fi
4475+
4476+
4477+ac_ext=c
4478+ac_cpp='$CPP $CPPFLAGS'
4479+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4480+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4481+ac_compiler_gnu=$ac_cv_c_compiler_gnu
4482+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4483+$as_echo_n "checking how to run the C preprocessor... " >&6; }
4484+# On Suns, sometimes $CPP names a directory.
4485+if test -n "$CPP" && test -d "$CPP"; then
4486+ CPP=
4487+fi
4488+if test -z "$CPP"; then
4489+ if ${ac_cv_prog_CPP+:} false; then :
4490+ $as_echo_n "(cached) " >&6
4491+else
4492+ # Double quotes because CPP needs to be expanded
4493+ for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4494+ do
4495+ ac_preproc_ok=false
4496+for ac_c_preproc_warn_flag in '' yes
4497+do
4498+ # Use a header file that comes with gcc, so configuring glibc
4499+ # with a fresh cross-compiler works.
4500+ # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4501+ # <limits.h> exists even on freestanding compilers.
4502+ # On the NeXT, cc -E runs the code through the compiler's parser,
4503+ # not just through cpp. "Syntax error" is here to catch this case.
4504+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4505+/* end confdefs.h. */
4506+#ifdef __STDC__
4507+# include <limits.h>
4508+#else
4509+# include <assert.h>
4510+#endif
4511+ Syntax error
4512+_ACEOF
4513+if ac_fn_c_try_cpp "$LINENO"; then :
4514+
4515+else
4516+ # Broken: fails on valid input.
4517+continue
4518+fi
4519+rm -f conftest.err conftest.i conftest.$ac_ext
4520+
4521+ # OK, works on sane cases. Now check whether nonexistent headers
4522+ # can be detected and how.
4523+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4524+/* end confdefs.h. */
4525+#include <ac_nonexistent.h>
4526+_ACEOF
4527+if ac_fn_c_try_cpp "$LINENO"; then :
4528+ # Broken: success on invalid input.
4529+continue
4530+else
4531+ # Passes both tests.
4532+ac_preproc_ok=:
4533+break
4534+fi
4535+rm -f conftest.err conftest.i conftest.$ac_ext
4536+
4537+done
4538+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4539+rm -f conftest.i conftest.err conftest.$ac_ext
4540+if $ac_preproc_ok; then :
4541+ break
4542+fi
4543+
4544+ done
4545+ ac_cv_prog_CPP=$CPP
4546+
4547+fi
4548+ CPP=$ac_cv_prog_CPP
4549+else
4550+ ac_cv_prog_CPP=$CPP
4551+fi
4552+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4553+$as_echo "$CPP" >&6; }
4554+ac_preproc_ok=false
4555+for ac_c_preproc_warn_flag in '' yes
4556+do
4557+ # Use a header file that comes with gcc, so configuring glibc
4558+ # with a fresh cross-compiler works.
4559+ # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4560+ # <limits.h> exists even on freestanding compilers.
4561+ # On the NeXT, cc -E runs the code through the compiler's parser,
4562+ # not just through cpp. "Syntax error" is here to catch this case.
4563+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4564+/* end confdefs.h. */
4565+#ifdef __STDC__
4566+# include <limits.h>
4567+#else
4568+# include <assert.h>
4569+#endif
4570+ Syntax error
4571+_ACEOF
4572+if ac_fn_c_try_cpp "$LINENO"; then :
4573+
4574+else
4575+ # Broken: fails on valid input.
4576+continue
4577+fi
4578+rm -f conftest.err conftest.i conftest.$ac_ext
4579+
4580+ # OK, works on sane cases. Now check whether nonexistent headers
4581+ # can be detected and how.
4582+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4583+/* end confdefs.h. */
4584+#include <ac_nonexistent.h>
4585+_ACEOF
4586+if ac_fn_c_try_cpp "$LINENO"; then :
4587+ # Broken: success on invalid input.
4588+continue
4589+else
4590+ # Passes both tests.
4591+ac_preproc_ok=:
4592+break
4593+fi
4594+rm -f conftest.err conftest.i conftest.$ac_ext
4595+
4596+done
4597+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4598+rm -f conftest.i conftest.err conftest.$ac_ext
4599+if $ac_preproc_ok; then :
4600+
4601+else
4602+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4603+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4604+as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4605+See \`config.log' for more details" "$LINENO" 5; }
4606+fi
4607+
4608+ac_ext=c
4609+ac_cpp='$CPP $CPPFLAGS'
4610+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4611+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4612+ac_compiler_gnu=$ac_cv_c_compiler_gnu
4613+
4614+if test -n "$ac_tool_prefix"; then
4615+ # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4616+set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4617+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4618+$as_echo_n "checking for $ac_word... " >&6; }
4619+if ${ac_cv_prog_RANLIB+:} false; then :
4620+ $as_echo_n "(cached) " >&6
4621+else
4622+ if test -n "$RANLIB"; then
4623+ ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4624+else
4625+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4626+for as_dir in $PATH
4627+do
4628+ IFS=$as_save_IFS
4629+ test -z "$as_dir" && as_dir=.
4630+ for ac_exec_ext in '' $ac_executable_extensions; do
4631+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4632+ ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4633+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4634+ break 2
4635+ fi
4636+done
4637+ done
4638+IFS=$as_save_IFS
4639+
4640+fi
4641+fi
4642+RANLIB=$ac_cv_prog_RANLIB
4643+if test -n "$RANLIB"; then
4644+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4645+$as_echo "$RANLIB" >&6; }
4646+else
4647+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4648+$as_echo "no" >&6; }
4649+fi
4650+
4651+
4652+fi
4653+if test -z "$ac_cv_prog_RANLIB"; then
4654+ ac_ct_RANLIB=$RANLIB
4655+ # Extract the first word of "ranlib", so it can be a program name with args.
4656+set dummy ranlib; ac_word=$2
4657+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4658+$as_echo_n "checking for $ac_word... " >&6; }
4659+if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
4660+ $as_echo_n "(cached) " >&6
4661+else
4662+ if test -n "$ac_ct_RANLIB"; then
4663+ ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4664+else
4665+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4666+for as_dir in $PATH
4667+do
4668+ IFS=$as_save_IFS
4669+ test -z "$as_dir" && as_dir=.
4670+ for ac_exec_ext in '' $ac_executable_extensions; do
4671+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4672+ ac_cv_prog_ac_ct_RANLIB="ranlib"
4673+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4674+ break 2
4675+ fi
4676+done
4677+ done
4678+IFS=$as_save_IFS
4679+
4680+fi
4681+fi
4682+ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4683+if test -n "$ac_ct_RANLIB"; then
4684+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4685+$as_echo "$ac_ct_RANLIB" >&6; }
4686+else
4687+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4688+$as_echo "no" >&6; }
4689+fi
4690+
4691+ if test "x$ac_ct_RANLIB" = x; then
4692+ RANLIB=":"
4693+ else
4694+ case $cross_compiling:$ac_tool_warned in
4695+yes:)
4696+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4697+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4698+ac_tool_warned=yes ;;
4699+esac
4700+ RANLIB=$ac_ct_RANLIB
4701+ fi
4702+else
4703+ RANLIB="$ac_cv_prog_RANLIB"
4704+fi
4705+
4706+
4707+
4708+if test -n "$ac_tool_prefix"; then
4709+ # Extract the first word of "${ac_tool_prefix}objcopy", so it can be a program name with args.
4710+set dummy ${ac_tool_prefix}objcopy; ac_word=$2
4711+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4712+$as_echo_n "checking for $ac_word... " >&6; }
4713+if ${ac_cv_prog_OBJCOPY+:} false; then :
4714+ $as_echo_n "(cached) " >&6
4715+else
4716+ if test -n "$OBJCOPY"; then
4717+ ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
4718+else
4719+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4720+for as_dir in $PATH
4721+do
4722+ IFS=$as_save_IFS
4723+ test -z "$as_dir" && as_dir=.
4724+ for ac_exec_ext in '' $ac_executable_extensions; do
4725+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4726+ ac_cv_prog_OBJCOPY="${ac_tool_prefix}objcopy"
4727+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4728+ break 2
4729+ fi
4730+done
4731+ done
4732+IFS=$as_save_IFS
4733+
4734+fi
4735+fi
4736+OBJCOPY=$ac_cv_prog_OBJCOPY
4737+if test -n "$OBJCOPY"; then
4738+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
4739+$as_echo "$OBJCOPY" >&6; }
4740+else
4741+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4742+$as_echo "no" >&6; }
4743+fi
4744+
4745+
4746+fi
4747+if test -z "$ac_cv_prog_OBJCOPY"; then
4748+ ac_ct_OBJCOPY=$OBJCOPY
4749+ # Extract the first word of "objcopy", so it can be a program name with args.
4750+set dummy objcopy; ac_word=$2
4751+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4752+$as_echo_n "checking for $ac_word... " >&6; }
4753+if ${ac_cv_prog_ac_ct_OBJCOPY+:} false; then :
4754+ $as_echo_n "(cached) " >&6
4755+else
4756+ if test -n "$ac_ct_OBJCOPY"; then
4757+ ac_cv_prog_ac_ct_OBJCOPY="$ac_ct_OBJCOPY" # Let the user override the test.
4758+else
4759+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4760+for as_dir in $PATH
4761+do
4762+ IFS=$as_save_IFS
4763+ test -z "$as_dir" && as_dir=.
4764+ for ac_exec_ext in '' $ac_executable_extensions; do
4765+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4766+ ac_cv_prog_ac_ct_OBJCOPY="objcopy"
4767+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4768+ break 2
4769+ fi
4770+done
4771+ done
4772+IFS=$as_save_IFS
4773+
4774+fi
4775+fi
4776+ac_ct_OBJCOPY=$ac_cv_prog_ac_ct_OBJCOPY
4777+if test -n "$ac_ct_OBJCOPY"; then
4778+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJCOPY" >&5
4779+$as_echo "$ac_ct_OBJCOPY" >&6; }
4780+else
4781+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4782+$as_echo "no" >&6; }
4783+fi
4784+
4785+ if test "x$ac_ct_OBJCOPY" = x; then
4786+ OBJCOPY=""
4787+ else
4788+ case $cross_compiling:$ac_tool_warned in
4789+yes:)
4790+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4791+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4792+ac_tool_warned=yes ;;
4793+esac
4794+ OBJCOPY=$ac_ct_OBJCOPY
4795+ fi
4796+else
4797+ OBJCOPY="$ac_cv_prog_OBJCOPY"
4798+fi
4799+
4800+if test -n "$ac_tool_prefix"; then
4801+ # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4802+set dummy ${ac_tool_prefix}strip; ac_word=$2
4803+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4804+$as_echo_n "checking for $ac_word... " >&6; }
4805+if ${ac_cv_prog_STRIP+:} false; then :
4806+ $as_echo_n "(cached) " >&6
4807+else
4808+ if test -n "$STRIP"; then
4809+ ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4810+else
4811+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4812+for as_dir in $PATH
4813+do
4814+ IFS=$as_save_IFS
4815+ test -z "$as_dir" && as_dir=.
4816+ for ac_exec_ext in '' $ac_executable_extensions; do
4817+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4818+ ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4819+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4820+ break 2
4821+ fi
4822+done
4823+ done
4824+IFS=$as_save_IFS
4825+
4826+fi
4827+fi
4828+STRIP=$ac_cv_prog_STRIP
4829+if test -n "$STRIP"; then
4830+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4831+$as_echo "$STRIP" >&6; }
4832+else
4833+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4834+$as_echo "no" >&6; }
4835+fi
4836+
4837+
4838+fi
4839+if test -z "$ac_cv_prog_STRIP"; then
4840+ ac_ct_STRIP=$STRIP
4841+ # Extract the first word of "strip", so it can be a program name with args.
4842+set dummy strip; ac_word=$2
4843+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4844+$as_echo_n "checking for $ac_word... " >&6; }
4845+if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
4846+ $as_echo_n "(cached) " >&6
4847+else
4848+ if test -n "$ac_ct_STRIP"; then
4849+ ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4850+else
4851+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4852+for as_dir in $PATH
4853+do
4854+ IFS=$as_save_IFS
4855+ test -z "$as_dir" && as_dir=.
4856+ for ac_exec_ext in '' $ac_executable_extensions; do
4857+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4858+ ac_cv_prog_ac_ct_STRIP="strip"
4859+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4860+ break 2
4861+ fi
4862+done
4863+ done
4864+IFS=$as_save_IFS
4865+
4866+fi
4867+fi
4868+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4869+if test -n "$ac_ct_STRIP"; then
4870+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4871+$as_echo "$ac_ct_STRIP" >&6; }
4872+else
4873+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4874+$as_echo "no" >&6; }
4875+fi
4876+
4877+ if test "x$ac_ct_STRIP" = x; then
4878+ STRIP=""
4879+ else
4880+ case $cross_compiling:$ac_tool_warned in
4881+yes:)
4882+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4883+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4884+ac_tool_warned=yes ;;
4885+esac
4886+ STRIP=$ac_ct_STRIP
4887+ fi
4888+else
4889+ STRIP="$ac_cv_prog_STRIP"
4890+fi
4891+
4892+
4893+
4894+
4895+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4896+$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4897+if ${ac_cv_path_GREP+:} false; then :
4898+ $as_echo_n "(cached) " >&6
4899+else
4900+ if test -z "$GREP"; then
4901+ ac_path_GREP_found=false
4902+ # Loop through the user's path and test for each of PROGNAME-LIST
4903+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4904+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4905+do
4906+ IFS=$as_save_IFS
4907+ test -z "$as_dir" && as_dir=.
4908+ for ac_prog in grep ggrep; do
4909+ for ac_exec_ext in '' $ac_executable_extensions; do
4910+ ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4911+ { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4912+# Check for GNU ac_path_GREP and select it if it is found.
4913+ # Check for GNU $ac_path_GREP
4914+case `"$ac_path_GREP" --version 2>&1` in
4915+*GNU*)
4916+ ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4917+*)
4918+ ac_count=0
4919+ $as_echo_n 0123456789 >"conftest.in"
4920+ while :
4921+ do
4922+ cat "conftest.in" "conftest.in" >"conftest.tmp"
4923+ mv "conftest.tmp" "conftest.in"
4924+ cp "conftest.in" "conftest.nl"
4925+ $as_echo 'GREP' >> "conftest.nl"
4926+ "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4927+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4928+ as_fn_arith $ac_count + 1 && ac_count=$as_val
4929+ if test $ac_count -gt ${ac_path_GREP_max-0}; then
4930+ # Best one so far, save it but keep looking for a better one
4931+ ac_cv_path_GREP="$ac_path_GREP"
4932+ ac_path_GREP_max=$ac_count
4933+ fi
4934+ # 10*(2^10) chars as input seems more than enough
4935+ test $ac_count -gt 10 && break
4936+ done
4937+ rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4938+esac
4939+
4940+ $ac_path_GREP_found && break 3
4941+ done
4942+ done
4943+ done
4944+IFS=$as_save_IFS
4945+ if test -z "$ac_cv_path_GREP"; then
4946+ as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4947+ fi
4948+else
4949+ ac_cv_path_GREP=$GREP
4950+fi
4951+
4952+fi
4953+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4954+$as_echo "$ac_cv_path_GREP" >&6; }
4955+ GREP="$ac_cv_path_GREP"
4956+
4957+
4958+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4959+$as_echo_n "checking for egrep... " >&6; }
4960+if ${ac_cv_path_EGREP+:} false; then :
4961+ $as_echo_n "(cached) " >&6
4962+else
4963+ if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4964+ then ac_cv_path_EGREP="$GREP -E"
4965+ else
4966+ if test -z "$EGREP"; then
4967+ ac_path_EGREP_found=false
4968+ # Loop through the user's path and test for each of PROGNAME-LIST
4969+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4970+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4971+do
4972+ IFS=$as_save_IFS
4973+ test -z "$as_dir" && as_dir=.
4974+ for ac_prog in egrep; do
4975+ for ac_exec_ext in '' $ac_executable_extensions; do
4976+ ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4977+ { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4978+# Check for GNU ac_path_EGREP and select it if it is found.
4979+ # Check for GNU $ac_path_EGREP
4980+case `"$ac_path_EGREP" --version 2>&1` in
4981+*GNU*)
4982+ ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4983+*)
4984+ ac_count=0
4985+ $as_echo_n 0123456789 >"conftest.in"
4986+ while :
4987+ do
4988+ cat "conftest.in" "conftest.in" >"conftest.tmp"
4989+ mv "conftest.tmp" "conftest.in"
4990+ cp "conftest.in" "conftest.nl"
4991+ $as_echo 'EGREP' >> "conftest.nl"
4992+ "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4993+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4994+ as_fn_arith $ac_count + 1 && ac_count=$as_val
4995+ if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4996+ # Best one so far, save it but keep looking for a better one
4997+ ac_cv_path_EGREP="$ac_path_EGREP"
4998+ ac_path_EGREP_max=$ac_count
4999+ fi
5000+ # 10*(2^10) chars as input seems more than enough
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: