Subversion Repositories freemyipod

Rev

Rev 445 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 445 Rev 450
Line 1... Line 1...
1
#! /bin/sh
1
#! /bin/sh
2
# Guess values for system-dependent variables and create Makefiles.
2
# Guess values for system-dependent variables and create Makefiles.
3
# Generated by GNU Autoconf 2.63.
3
# Generated by GNU Autoconf 2.64.
4
#
4
#
5
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
5
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6
# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
-
 
7
# Foundation, Inc.
-
 
8
#
7
# This configure script is free software; the Free Software Foundation
9
# This configure script is free software; the Free Software Foundation
8
# gives unlimited permission to copy, distribute and modify it.
10
# gives unlimited permission to copy, distribute and modify it.
9
## --------------------- ##
11
## -------------------- ##
10
## M4sh Initialization.  ##
12
## M4sh Initialization. ##
11
## --------------------- ##
13
## -------------------- ##
12
 
14
 
13
# Be more Bourne compatible
15
# Be more Bourne compatible
14
DUALCASE=1; export DUALCASE # for MKS sh
16
DUALCASE=1; export DUALCASE # for MKS sh
15
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
16
  emulate sh
18
  emulate sh
17
  NULLCMD=:
19
  NULLCMD=:
18
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
20
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
19
  # is contrary to our usage.  Disable this feature.
21
  # is contrary to our usage.  Disable this feature.
20
  alias -g '${1+"$@"}'='"$@"'
22
  alias -g '${1+"$@"}'='"$@"'
21
  setopt NO_GLOB_SUBST
23
  setopt NO_GLOB_SUBST
22
else
24
else
23
  case `(set -o) 2>/dev/null` in
25
  case `(set -o) 2>/dev/null` in #(
-
 
26
  *posix*) :
24
  *posix*) set -o posix ;;
27
    set -o posix ;; #(
-
 
28
  *) :
-
 
29
     ;;
25
esac
30
esac
26
 
-
 
27
fi
31
fi
28
 
32
 
29
 
33
 
30
 
-
 
31
 
-
 
32
# PATH needs CR
-
 
33
# Avoid depending upon Character Ranges.
-
 
34
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
-
 
35
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-
 
36
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
-
 
37
as_cr_digits='0123456789'
-
 
38
as_cr_alnum=$as_cr_Letters$as_cr_digits
-
 
39
 
-
 
40
as_nl='
34
as_nl='
41
'
35
'
42
export as_nl
36
export as_nl
43
# Printing a long string crashes Solaris 7 /usr/bin/printf.
37
# Printing a long string crashes Solaris 7 /usr/bin/printf.
44
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
38
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
45
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
39
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
46
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
40
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
-
 
41
# Prefer a ksh shell builtin over an external printf program on Solaris,
-
 
42
# but without wasting forks for bash or zsh.
-
 
43
if test -z "$BASH_VERSION$ZSH_VERSION" \
-
 
44
    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
-
 
45
  as_echo='print -r --'
-
 
46
  as_echo_n='print -rn --'
47
if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
47
elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48
  as_echo='printf %s\n'
48
  as_echo='printf %s\n'
49
  as_echo_n='printf %s'
49
  as_echo_n='printf %s'
50
else
50
else
51
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
51
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
52
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53
    as_echo_n='/usr/ucb/echo -n'
53
    as_echo_n='/usr/ucb/echo -n'
54
  else
54
  else
55
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
55
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56
    as_echo_n_body='eval
56
    as_echo_n_body='eval
57
      arg=$1;
57
      arg=$1;
58
      case $arg in
58
      case $arg in #(
59
      *"$as_nl"*)
59
      *"$as_nl"*)
60
	expr "X$arg" : "X\\(.*\\)$as_nl";
60
	expr "X$arg" : "X\\(.*\\)$as_nl";
61
	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
61
	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62
      esac;
62
      esac;
63
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
63
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
Line 76... Line 76...
76
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
76
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77
      PATH_SEPARATOR=';'
77
      PATH_SEPARATOR=';'
78
  }
78
  }
79
fi
79
fi
80
 
80
 
81
# Support unset when possible.
-
 
82
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-
 
83
  as_unset=unset
-
 
84
else
-
 
85
  as_unset=false
-
 
86
fi
-
 
87
 
-
 
88
 
81
 
89
# IFS
82
# IFS
90
# We need space, tab and new line, in precisely that order.  Quoting is
83
# We need space, tab and new line, in precisely that order.  Quoting is
91
# there to prevent editors from complaining about space-tab.
84
# there to prevent editors from complaining about space-tab.
92
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
85
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
93
# splitting by setting IFS to empty value.)
86
# splitting by setting IFS to empty value.)
94
IFS=" ""	$as_nl"
87
IFS=" ""	$as_nl"
95
 
88
 
96
# Find who we are.  Look in the path if we contain no directory separator.
89
# Find who we are.  Look in the path if we contain no directory separator.
97
case $0 in
90
case $0 in #((
98
  *[\\/]* ) as_myself=$0 ;;
91
  *[\\/]* ) as_myself=$0 ;;
99
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
92
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
100
for as_dir in $PATH
93
for as_dir in $PATH
101
do
94
do
102
  IFS=$as_save_IFS
95
  IFS=$as_save_IFS
103
  test -z "$as_dir" && as_dir=.
96
  test -z "$as_dir" && as_dir=.
104
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
97
    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
105
done
98
  done
106
IFS=$as_save_IFS
99
IFS=$as_save_IFS
107
 
100
 
108
     ;;
101
     ;;
109
esac
102
esac
110
# We did not find ourselves, most probably we were run as `sh COMMAND'
103
# We did not find ourselves, most probably we were run as `sh COMMAND'
Line 112... Line 105...
112
if test "x$as_myself" = x; then
105
if test "x$as_myself" = x; then
113
  as_myself=$0
106
  as_myself=$0
114
fi
107
fi
115
if test ! -f "$as_myself"; then
108
if test ! -f "$as_myself"; then
116
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
109
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
117
  { (exit 1); exit 1; }
110
  exit 1
118
fi
111
fi
119
 
112
 
-
 
113
# Unset variables that we do not need and which cause bugs (e.g. in
-
 
114
# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
-
 
115
# suppresses any "Segmentation fault" message there.  '((' could
120
# Work around bugs in pre-3.0 UWIN ksh.
116
# trigger a bug in pdksh 5.2.14.
121
for as_var in ENV MAIL MAILPATH
117
for as_var in BASH_ENV ENV MAIL MAILPATH
-
 
118
do eval test x\${$as_var+set} = xset \
122
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
119
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123
done
120
done
124
PS1='$ '
121
PS1='$ '
125
PS2='> '
122
PS2='> '
126
PS4='+ '
123
PS4='+ '
127
 
124
 
Line 129... Line 126...
129
LC_ALL=C
126
LC_ALL=C
130
export LC_ALL
127
export LC_ALL
131
LANGUAGE=C
128
LANGUAGE=C
132
export LANGUAGE
129
export LANGUAGE
133
 
130
 
134
# Required to use basename.
-
 
135
if expr a : '\(a\)' >/dev/null 2>&1 &&
-
 
136
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
-
 
137
  as_expr=expr
-
 
138
else
-
 
139
  as_expr=false
-
 
140
fi
-
 
141
 
-
 
142
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
-
 
143
  as_basename=basename
-
 
144
else
-
 
145
  as_basename=false
-
 
146
fi
-
 
147
 
-
 
148
 
-
 
149
# Name of the executable.
-
 
150
as_me=`$as_basename -- "$0" ||
-
 
151
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
-
 
152
	 X"$0" : 'X\(//\)$' \| \
-
 
153
	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
-
 
154
$as_echo X/"$0" |
-
 
155
    sed '/^.*\/\([^/][^/]*\)\/*$/{
-
 
156
	    s//\1/
-
 
157
	    q
-
 
158
	  }
-
 
159
	  /^X\/\(\/\/\)$/{
-
 
160
	    s//\1/
-
 
161
	    q
-
 
162
	  }
-
 
163
	  /^X\/\(\/\).*/{
-
 
164
	    s//\1/
-
 
165
	    q
-
 
166
	  }
-
 
167
	  s/.*/./; q'`
-
 
168
 
-
 
169
# CDPATH.
131
# CDPATH.
170
$as_unset CDPATH
132
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
171
 
-
 
172
 
133
 
173
if test "x$CONFIG_SHELL" = x; then
134
if test "x$CONFIG_SHELL" = x; then
-
 
135
  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
-
 
136
  emulate sh
-
 
137
  NULLCMD=:
-
 
138
  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
174
  if (eval ":") 2>/dev/null; then
139
  # is contrary to our usage.  Disable this feature.
-
 
140
  alias -g '\${1+\"\$@\"}'='\"\$@\"'
175
  as_have_required=yes
141
  setopt NO_GLOB_SUBST
176
else
142
else
-
 
143
  case \`(set -o) 2>/dev/null\` in #(
-
 
144
  *posix*) :
177
  as_have_required=no
145
    set -o posix ;; #(
-
 
146
  *) :
-
 
147
     ;;
-
 
148
esac
178
fi
149
fi
179
 
150
"
180
  if test $as_have_required = yes &&	 (eval ":
151
  as_required="as_fn_return () { (exit \$1); }
181
(as_func_return () {
-
 
182
  (exit \$1)
-
 
183
}
-
 
184
as_func_success () {
152
as_fn_success () { as_fn_return 0; }
185
  as_func_return 0
-
 
186
}
-
 
187
as_func_failure () {
153
as_fn_failure () { as_fn_return 1; }
188
  as_func_return 1
-
 
189
}
-
 
190
as_func_ret_success () {
154
as_fn_ret_success () { return 0; }
191
  return 0
-
 
192
}
-
 
193
as_func_ret_failure () {
155
as_fn_ret_failure () { return 1; }
194
  return 1
-
 
195
}
-
 
196
 
156
 
197
exitcode=0
157
exitcode=0
198
if as_func_success; then
158
as_fn_success || { exitcode=1; echo as_fn_success failed.; }
199
  :
-
 
200
else
-
 
201
  exitcode=1
159
as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
202
  echo as_func_success failed.
160
as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
203
fi
-
 
204
 
-
 
205
if as_func_failure; then
161
as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
206
  exitcode=1
-
 
207
  echo as_func_failure succeeded.
162
if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
208
fi
-
 
209
 
163
 
210
if as_func_ret_success; then
-
 
211
  :
-
 
212
else
164
else
213
  exitcode=1
-
 
214
  echo as_func_ret_success failed.
165
  exitcode=1; echo positional parameters were not saved.
215
fi
166
fi
216
 
-
 
217
if as_func_ret_failure; then
167
test x\$exitcode = x0 || exit 1"
-
 
168
  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
-
 
169
  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
218
  exitcode=1
170
  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
-
 
171
  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
219
  echo as_func_ret_failure succeeded.
172
test \$(( 1 + 1 )) = 2 || exit 1"
220
fi
-
 
221
 
-
 
222
if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
173
  if (eval "$as_required") 2>/dev/null; then :
223
  :
174
  as_have_required=yes
224
else
175
else
225
  exitcode=1
176
  as_have_required=no
226
  echo positional parameters were not saved.
-
 
227
fi
177
fi
-
 
178
  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
228
 
179
 
229
test \$exitcode = 0) || { (exit 1); exit 1; }
-
 
230
 
-
 
231
(
-
 
232
  as_lineno_1=\$LINENO
-
 
233
  as_lineno_2=\$LINENO
-
 
234
  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
-
 
235
  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
-
 
236
") 2> /dev/null; then
-
 
237
  :
-
 
238
else
180
else
239
  as_candidate_shells=
-
 
240
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
181
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-
 
182
as_found=false
241
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
183
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
242
do
184
do
243
  IFS=$as_save_IFS
185
  IFS=$as_save_IFS
244
  test -z "$as_dir" && as_dir=.
186
  test -z "$as_dir" && as_dir=.
-
 
187
  as_found=:
245
  case $as_dir in
188
  case $as_dir in #(
246
	 /*)
189
	 /*)
247
	   for as_base in sh bash ksh sh5; do
190
	   for as_base in sh bash ksh sh5; do
-
 
191
	     # Try only shells that exist, to save several forks.
248
	     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
192
	     as_shell=$as_dir/$as_base
-
 
193
	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
-
 
194
		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
-
 
195
  CONFIG_SHELL=$as_shell as_have_required=yes
-
 
196
		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
-
 
197
  break 2
-
 
198
fi
-
 
199
fi
249
	   done;;
200
	   done;;
250
       esac
201
       esac
-
 
202
  as_found=false
251
done
203
done
-
 
204
$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
-
 
205
	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
-
 
206
  CONFIG_SHELL=$SHELL as_have_required=yes
-
 
207
fi; }
252
IFS=$as_save_IFS
208
IFS=$as_save_IFS
253
 
209
 
254
 
210
 
255
      for as_shell in $as_candidate_shells $SHELL; do
211
      if test "x$CONFIG_SHELL" != x; then :
256
	 # Try only shells that exist, to save several forks.
212
  # We cannot yet assume a decent shell, so we have to provide a
257
	 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
-
 
258
		{ ("$as_shell") 2> /dev/null <<\_ASEOF
-
 
259
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
-
 
260
  emulate sh
-
 
261
  NULLCMD=:
-
 
262
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
213
	# neutralization value for shells without unset; and this also
263
  # is contrary to our usage.  Disable this feature.
214
	# works around shells that cannot unset nonexistent variables.
264
  alias -g '${1+"$@"}'='"$@"'
-
 
265
  setopt NO_GLOB_SUBST
-
 
266
else
-
 
267
  case `(set -o) 2>/dev/null` in
-
 
268
  *posix*) set -o posix ;;
-
 
269
esac
-
 
270
 
-
 
271
fi
-
 
272
 
-
 
273
 
-
 
274
:
-
 
275
_ASEOF
-
 
276
}; then
-
 
277
  CONFIG_SHELL=$as_shell
215
	BASH_ENV=/dev/null
278
	       as_have_required=yes
-
 
279
	       if { "$as_shell" 2> /dev/null <<\_ASEOF
-
 
280
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
-
 
281
  emulate sh
-
 
282
  NULLCMD=:
216
	ENV=/dev/null
283
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
-
 
284
  # is contrary to our usage.  Disable this feature.
217
	(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
285
  alias -g '${1+"$@"}'='"$@"'
-
 
286
  setopt NO_GLOB_SUBST
218
	export CONFIG_SHELL
287
else
-
 
288
  case `(set -o) 2>/dev/null` in
-
 
289
  *posix*) set -o posix ;;
-
 
290
esac
-
 
291
 
-
 
292
fi
-
 
293
 
-
 
294
 
-
 
295
:
-
 
296
(as_func_return () {
-
 
297
  (exit $1)
-
 
298
}
-
 
299
as_func_success () {
-
 
300
  as_func_return 0
-
 
301
}
-
 
302
as_func_failure () {
-
 
303
  as_func_return 1
-
 
304
}
-
 
305
as_func_ret_success () {
-
 
306
  return 0
-
 
307
}
-
 
308
as_func_ret_failure () {
-
 
309
  return 1
-
 
310
}
-
 
311
 
-
 
312
exitcode=0
-
 
313
if as_func_success; then
-
 
314
  :
-
 
315
else
-
 
316
  exitcode=1
-
 
317
  echo as_func_success failed.
-
 
318
fi
-
 
319
 
-
 
320
if as_func_failure; then
-
 
321
  exitcode=1
-
 
322
  echo as_func_failure succeeded.
-
 
323
fi
-
 
324
 
-
 
325
if as_func_ret_success; then
-
 
326
  :
-
 
327
else
-
 
328
  exitcode=1
-
 
329
  echo as_func_ret_success failed.
219
	exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
330
fi
-
 
331
 
-
 
332
if as_func_ret_failure; then
-
 
333
  exitcode=1
-
 
334
  echo as_func_ret_failure succeeded.
-
 
335
fi
220
fi
336
 
221
 
-
 
222
    if test x$as_have_required = xno; then :
-
 
223
  $as_echo "$0: This script requires a shell more modern than all"
-
 
224
  $as_echo "$0: the shells that I found on your system."
337
if ( set x; as_func_ret_success y && test x = "$1" ); then
225
  if test x${ZSH_VERSION+set} = xset ; then
-
 
226
    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
-
 
227
    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
338
  :
228
  else
-
 
229
    $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
-
 
230
$0: including any error possibly output before this
-
 
231
$0: message. Then install a modern shell, or manually run
-
 
232
$0: the script under such a shell if you do have one."
339
else
233
  fi
340
  exitcode=1
234
  exit 1
341
  echo positional parameters were not saved.
-
 
342
fi
235
fi
343
 
-
 
344
test $exitcode = 0) || { (exit 1); exit 1; }
-
 
345
 
-
 
346
(
-
 
347
  as_lineno_1=$LINENO
-
 
348
  as_lineno_2=$LINENO
-
 
349
  test "x$as_lineno_1" != "x$as_lineno_2" &&
-
 
350
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
-
 
351
 
-
 
352
_ASEOF
-
 
353
}; then
-
 
354
  break
-
 
355
fi
236
fi
356
 
-
 
357
fi
237
fi
-
 
238
SHELL=${CONFIG_SHELL-/bin/sh}
-
 
239
export SHELL
-
 
240
# Unset more variables known to interfere with behavior of common tools.
-
 
241
CLICOLOR_FORCE= GREP_OPTIONS=
-
 
242
unset CLICOLOR_FORCE GREP_OPTIONS
358
 
243
 
359
      done
244
## --------------------- ##
360
 
-
 
361
      if test "x$CONFIG_SHELL" != x; then
245
## M4sh Shell Functions. ##
362
  for as_var in BASH_ENV ENV
246
## --------------------- ##
363
	do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
247
# as_fn_unset VAR
364
	done
248
# ---------------
365
	export CONFIG_SHELL
249
# Portably unset VAR.
-
 
250
as_fn_unset ()
-
 
251
{
366
	exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
252
  { eval $1=; unset $1;}
367
fi
253
}
-
 
254
as_unset=as_fn_unset
368
 
255
 
-
 
256
# as_fn_set_status STATUS
-
 
257
# -----------------------
-
 
258
# Set $? to STATUS, without forking.
-
 
259
as_fn_set_status ()
-
 
260
{
-
 
261
  return $1
-
 
262
} # as_fn_set_status
369
 
263
 
370
    if test $as_have_required = no; then
264
# as_fn_exit STATUS
371
  echo This script requires a shell more modern than all the
265
# -----------------
372
      echo shells that I found on your system.  Please install a
266
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
-
 
267
as_fn_exit ()
-
 
268
{
-
 
269
  set +e
373
      echo modern shell, or manually run the script under such a
270
  as_fn_set_status $1
-
 
271
  exit $1
-
 
272
} # as_fn_exit
-
 
273
 
-
 
274
# as_fn_mkdir_p
-
 
275
# -------------
374
      echo shell if you do have one.
276
# Create "$as_dir" as a directory, including parents if necessary.
375
      { (exit 1); exit 1; }
277
as_fn_mkdir_p ()
376
fi
278
{
377
 
279
 
-
 
280
  case $as_dir in #(
-
 
281
  -*) as_dir=./$as_dir;;
-
 
282
  esac
-
 
283
  test -d "$as_dir" || eval $as_mkdir_p || {
-
 
284
    as_dirs=
-
 
285
    while :; do
-
 
286
      case $as_dir in #(
-
 
287
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
-
 
288
      *) as_qdir=$as_dir;;
-
 
289
      esac
-
 
290
      as_dirs="'$as_qdir' $as_dirs"
-
 
291
      as_dir=`$as_dirname -- "$as_dir" ||
-
 
292
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-
 
293
	 X"$as_dir" : 'X\(//\)[^/]' \| \
-
 
294
	 X"$as_dir" : 'X\(//\)$' \| \
-
 
295
	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
-
 
296
$as_echo X"$as_dir" |
-
 
297
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-
 
298
	    s//\1/
-
 
299
	    q
-
 
300
	  }
-
 
301
	  /^X\(\/\/\)[^/].*/{
-
 
302
	    s//\1/
-
 
303
	    q
-
 
304
	  }
-
 
305
	  /^X\(\/\/\)$/{
-
 
306
	    s//\1/
-
 
307
	    q
-
 
308
	  }
-
 
309
	  /^X\(\/\).*/{
-
 
310
	    s//\1/
-
 
311
	    q
-
 
312
	  }
-
 
313
	  s/.*/./; q'`
-
 
314
      test -d "$as_dir" && break
-
 
315
    done
-
 
316
    test -z "$as_dirs" || eval "mkdir $as_dirs"
-
 
317
  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
378
 
318
 
379
fi
-
 
380
 
319
 
-
 
320
} # as_fn_mkdir_p
-
 
321
# as_fn_append VAR VALUE
-
 
322
# ----------------------
-
 
323
# Append the text in VALUE to the end of the definition contained in VAR. Take
-
 
324
# advantage of any shell optimizations that allow amortized linear growth over
-
 
325
# repeated appends, instead of the typical quadratic growth present in naive
-
 
326
# implementations.
-
 
327
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
-
 
328
  eval 'as_fn_append ()
381
fi
329
  {
-
 
330
    eval $1+=\$2
-
 
331
  }'
-
 
332
else
-
 
333
  as_fn_append ()
-
 
334
  {
-
 
335
    eval $1=\$$1\$2
-
 
336
  }
-
 
337
fi # as_fn_append
382
 
338
 
-
 
339
# as_fn_arith ARG...
-
 
340
# ------------------
-
 
341
# Perform arithmetic evaluation on the ARGs, and store the result in the
-
 
342
# global $as_val. Take advantage of shells that can avoid forks. The arguments
-
 
343
# must be portable across $(()) and expr.
-
 
344
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
-
 
345
  eval 'as_fn_arith ()
-
 
346
  {
-
 
347
    as_val=$(( $* ))
-
 
348
  }'
-
 
349
else
-
 
350
  as_fn_arith ()
-
 
351
  {
-
 
352
    as_val=`expr "$@" || test $? -eq 1`
-
 
353
  }
-
 
354
fi # as_fn_arith
383
 
355
 
384
 
356
 
385
(eval "as_func_return () {
357
# as_fn_error ERROR [LINENO LOG_FD]
386
  (exit \$1)
358
# ---------------------------------
387
}
-
 
-
 
359
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
-
 
360
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
388
as_func_success () {
361
# script with status $?, using 1 if that was 0.
389
  as_func_return 0
362
as_fn_error ()
390
}
363
{
391
as_func_failure () {
364
  as_status=$?; test $as_status -eq 0 && as_status=1
392
  as_func_return 1
365
  if test "$3"; then
-
 
366
    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-
 
367
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
393
}
368
  fi
394
as_func_ret_success () {
369
  $as_echo "$as_me: error: $1" >&2
395
  return 0
-
 
396
}
-
 
397
as_func_ret_failure () {
370
  as_fn_exit $as_status
398
  return 1
371
} # as_fn_error
399
}
-
 
400
 
372
 
401
exitcode=0
373
if expr a : '\(a\)' >/dev/null 2>&1 &&
402
if as_func_success; then
374
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
403
  :
375
  as_expr=expr
404
else
376
else
405
  exitcode=1
377
  as_expr=false
406
  echo as_func_success failed.
-
 
407
fi
-
 
408
 
-
 
409
if as_func_failure; then
-
 
410
  exitcode=1
-
 
411
  echo as_func_failure succeeded.
-
 
412
fi
378
fi
413
 
379
 
-
 
380
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
414
if as_func_ret_success; then
381
  as_basename=basename
415
  :
-
 
416
else
382
else
417
  exitcode=1
-
 
418
  echo as_func_ret_success failed.
-
 
419
fi
-
 
420
 
-
 
421
if as_func_ret_failure; then
383
  as_basename=false
422
  exitcode=1
-
 
423
  echo as_func_ret_failure succeeded.
-
 
424
fi
384
fi
425
 
385
 
426
if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
386
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
427
  :
387
  as_dirname=dirname
428
else
388
else
429
  exitcode=1
389
  as_dirname=false
430
  echo positional parameters were not saved.
-
 
431
fi
390
fi
432
 
391
 
433
test \$exitcode = 0") || {
392
as_me=`$as_basename -- "$0" ||
434
  echo No shell found that supports shell functions.
393
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
435
  echo Please tell bug-autoconf@gnu.org about your system,
394
	 X"$0" : 'X\(//\)$' \| \
436
  echo including any error possibly output before this message.
395
	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
437
  echo This can help us improve future autoconf versions.
396
$as_echo X/"$0" |
438
  echo Configuration will now proceed without shell functions.
397
    sed '/^.*\/\([^/][^/]*\)\/*$/{
-
 
398
	    s//\1/
-
 
399
	    q
-
 
400
	  }
-
 
401
	  /^X\/\(\/\/\)$/{
-
 
402
	    s//\1/
-
 
403
	    q
-
 
404
	  }
-
 
405
	  /^X\/\(\/\).*/{
-
 
406
	    s//\1/
-
 
407
	    q
439
}
408
	  }
-
 
409
	  s/.*/./; q'`
440
 
410
 
-
 
411
# Avoid depending upon Character Ranges.
-
 
412
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
-
 
413
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-
 
414
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
-
 
415
as_cr_digits='0123456789'
-
 
416
as_cr_alnum=$as_cr_Letters$as_cr_digits
441
 
417
 
442
 
418
 
443
  as_lineno_1=$LINENO
419
  as_lineno_1=$LINENO as_lineno_1a=$LINENO
444
  as_lineno_2=$LINENO
420
  as_lineno_2=$LINENO as_lineno_2a=$LINENO
445
  test "x$as_lineno_1" != "x$as_lineno_2" &&
421
  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
446
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
422
  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
447
 
-
 
448
  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
-
 
449
  # uniformly replaced by the line number.  The first 'sed' inserts a
-
 
450
  # line-number line after each line using $LINENO; the second 'sed'
-
 
451
  # does the real work.  The second script uses 'N' to pair each
-
 
452
  # line-number line with the line containing $LINENO, and appends
-
 
453
  # trailing '-' during substitution so that $LINENO is not a special
-
 
454
  # case at line end.
-
 
455
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
-
 
456
  # scripts with optimization help from Paolo Bonzini.  Blame Lee
-
 
457
  # E. McMahon (1931-1989) for sed's syntax.  :-)
423
  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
458
  sed -n '
424
  sed -n '
459
    p
425
    p
460
    /[$]LINENO/=
426
    /[$]LINENO/=
461
  ' <$as_myself |
427
  ' <$as_myself |
462
    sed '
428
    sed '
Line 469... Line 435...
469
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
435
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
470
      t loop
436
      t loop
471
      s/-\n.*//
437
      s/-\n.*//
472
    ' >$as_me.lineno &&
438
    ' >$as_me.lineno &&
473
  chmod +x "$as_me.lineno" ||
439
  chmod +x "$as_me.lineno" ||
474
    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
440
    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
475
   { (exit 1); exit 1; }; }
-
 
476
 
441
 
477
  # Don't try to exec as it changes $[0], causing all sort of problems
442
  # Don't try to exec as it changes $[0], causing all sort of problems
478
  # (the dirname of $[0] is not the place where we might find the
443
  # (the dirname of $[0] is not the place where we might find the
479
  # original and so on.  Autoconf is especially sensitive to this).
444
  # original and so on.  Autoconf is especially sensitive to this).
480
  . "./$as_me.lineno"
445
  . "./$as_me.lineno"
481
  # Exit status is that of the last command.
446
  # Exit status is that of the last command.
482
  exit
447
  exit
483
}
448
}
484
 
449
 
485
 
-
 
486
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
-
 
487
  as_dirname=dirname
-
 
488
else
-
 
489
  as_dirname=false
-
 
490
fi
-
 
491
 
-
 
492
ECHO_C= ECHO_N= ECHO_T=
450
ECHO_C= ECHO_N= ECHO_T=
493
case `echo -n x` in
451
case `echo -n x` in #(((((
494
-n*)
452
-n*)
495
  case `echo 'x\c'` in
453
  case `echo 'xy\c'` in
496
  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
454
  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
497
  *)   ECHO_C='\c';;
455
  xy)  ECHO_C='\c';;
-
 
456
  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
-
 
457
       ECHO_T='	';;
498
  esac;;
458
  esac;;
499
*)
459
*)
500
  ECHO_N='-n';;
460
  ECHO_N='-n';;
501
esac
461
esac
502
if expr a : '\(a\)' >/dev/null 2>&1 &&
-
 
503
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
-
 
504
  as_expr=expr
-
 
505
else
-
 
506
  as_expr=false
-
 
507
fi
-
 
508
 
462
 
509
rm -f conf$$ conf$$.exe conf$$.file
463
rm -f conf$$ conf$$.exe conf$$.file
510
if test -d conf$$.dir; then
464
if test -d conf$$.dir; then
511
  rm -f conf$$.dir/conf$$.file
465
  rm -f conf$$.dir/conf$$.file
512
else
466
else
Line 532... Line 486...
532
fi
486
fi
533
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
487
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
534
rmdir conf$$.dir 2>/dev/null
488
rmdir conf$$.dir 2>/dev/null
535
 
489
 
536
if mkdir -p . 2>/dev/null; then
490
if mkdir -p . 2>/dev/null; then
537
  as_mkdir_p=:
491
  as_mkdir_p='mkdir -p "$as_dir"'
538
else
492
else
539
  test -d ./-p && rmdir ./-p
493
  test -d ./-p && rmdir ./-p
540
  as_mkdir_p=false
494
  as_mkdir_p=false
541
fi
495
fi
542
 
496
 
Line 551... Line 505...
551
  as_test_x='
505
  as_test_x='
552
    eval sh -c '\''
506
    eval sh -c '\''
553
      if test -d "$1"; then
507
      if test -d "$1"; then
554
	test -d "$1/.";
508
	test -d "$1/.";
555
      else
509
      else
556
	case $1 in
510
	case $1 in #(
557
	-*)set "./$1";;
511
	-*)set "./$1";;
558
	esac;
512
	esac;
559
	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
513
	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
560
	???[sx]*):;;*)false;;esac;fi
514
	???[sx]*):;;*)false;;esac;fi
561
    '\'' sh
515
    '\'' sh
562
  '
516
  '
563
fi
517
fi
564
as_executable_p=$as_test_x
518
as_executable_p=$as_test_x
Line 568... Line 522...
568
 
522
 
569
# Sed expression to map a string onto a valid variable name.
523
# Sed expression to map a string onto a valid variable name.
570
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
524
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
571
 
525
 
572
 
526
 
573
 
-
 
574
exec 7<&0 </dev/null 6>&1
527
exec 7<&0 </dev/null 6>&1
575
 
528
 
576
# Name of the host.
529
# Name of the host.
577
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
530
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
578
# so uname gets run too.
531
# so uname gets run too.
Line 587... Line 540...
587
LIBOBJS=
540
LIBOBJS=
588
cross_compiling=no
541
cross_compiling=no
589
subdirs=
542
subdirs=
590
MFLAGS=
543
MFLAGS=
591
MAKEFLAGS=
544
MAKEFLAGS=
592
SHELL=${CONFIG_SHELL-/bin/sh}
-
 
593
 
545
 
594
# Identity of this package.
546
# Identity of this package.
595
PACKAGE_NAME=
547
PACKAGE_NAME=
596
PACKAGE_TARNAME=
548
PACKAGE_TARNAME=
597
PACKAGE_VERSION=
549
PACKAGE_VERSION=
598
PACKAGE_STRING=
550
PACKAGE_STRING=
599
PACKAGE_BUGREPORT=
551
PACKAGE_BUGREPORT=
-
 
552
PACKAGE_URL=
600
 
553
 
601
ac_unique_file="elf2flt.c"
554
ac_unique_file="elf2emcoreapp.c"
602
# Factoring default headers for most tests.
555
# Factoring default headers for most tests.
603
ac_includes_default="\
556
ac_includes_default="\
604
#include <stdio.h>
557
#include <stdio.h>
605
#ifdef HAVE_SYS_TYPES_H
558
#ifdef HAVE_SYS_TYPES_H
606
# include <sys/types.h>
559
# include <sys/types.h>
Line 700... Line 653...
700
sbindir
653
sbindir
701
bindir
654
bindir
702
program_transform_name
655
program_transform_name
703
prefix
656
prefix
704
exec_prefix
657
exec_prefix
-
 
658
PACKAGE_URL
705
PACKAGE_BUGREPORT
659
PACKAGE_BUGREPORT
706
PACKAGE_STRING
660
PACKAGE_STRING
707
PACKAGE_VERSION
661
PACKAGE_VERSION
708
PACKAGE_TARNAME
662
PACKAGE_TARNAME
709
PACKAGE_NAME
663
PACKAGE_NAME
Line 715... Line 669...
715
with_zlib_prefix
669
with_zlib_prefix
716
with_libbfd
670
with_libbfd
717
with_libiberty
671
with_libiberty
718
with_bfd_include_dir
672
with_bfd_include_dir
719
with_binutils_include_dir
673
with_binutils_include_dir
720
with_binutils_ldscript_dir
-
 
721
with_binutils_build_dir
674
with_binutils_build_dir
722
enable_ld_elf2flt_binary
-
 
723
enable_got_check
675
enable_got_check
724
enable_emit_relocs
676
enable_emit_relocs
725
enable_emit_ctor_dtor
677
enable_emit_ctor_dtor
726
enable_always_reloc_text
678
enable_always_reloc_text
727
'
679
'
Line 840... Line 792...
840
 
792
 
841
  -disable-* | --disable-*)
793
  -disable-* | --disable-*)
842
    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
794
    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
843
    # Reject names that are not valid shell variable names.
795
    # Reject names that are not valid shell variable names.
844
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
796
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
845
      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
797
      as_fn_error "invalid feature name: $ac_useropt"
846
   { (exit 1); exit 1; }; }
-
 
847
    ac_useropt_orig=$ac_useropt
798
    ac_useropt_orig=$ac_useropt
848
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
799
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
849
    case $ac_user_opts in
800
    case $ac_user_opts in
850
      *"
801
      *"
851
"enable_$ac_useropt"
802
"enable_$ac_useropt"
Line 867... Line 818...
867
 
818
 
868
  -enable-* | --enable-*)
819
  -enable-* | --enable-*)
869
    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
820
    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
870
    # Reject names that are not valid shell variable names.
821
    # Reject names that are not valid shell variable names.
871
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
822
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
872
      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
823
      as_fn_error "invalid feature name: $ac_useropt"
873
   { (exit 1); exit 1; }; }
-
 
874
    ac_useropt_orig=$ac_useropt
824
    ac_useropt_orig=$ac_useropt
875
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
825
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
876
    case $ac_user_opts in
826
    case $ac_user_opts in
877
      *"
827
      *"
878
"enable_$ac_useropt"
828
"enable_$ac_useropt"
Line 1072... Line 1022...
1072
 
1022
 
1073
  -with-* | --with-*)
1023
  -with-* | --with-*)
1074
    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1024
    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1075
    # Reject names that are not valid shell variable names.
1025
    # Reject names that are not valid shell variable names.
1076
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1026
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1077
      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1027
      as_fn_error "invalid package name: $ac_useropt"
1078
   { (exit 1); exit 1; }; }
-
 
1079
    ac_useropt_orig=$ac_useropt
1028
    ac_useropt_orig=$ac_useropt
1080
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1029
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1081
    case $ac_user_opts in
1030
    case $ac_user_opts in
1082
      *"
1031
      *"
1083
"with_$ac_useropt"
1032
"with_$ac_useropt"
Line 1089... Line 1038...
1089
 
1038
 
1090
  -without-* | --without-*)
1039
  -without-* | --without-*)
1091
    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1040
    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1092
    # Reject names that are not valid shell variable names.
1041
    # Reject names that are not valid shell variable names.
1093
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1042
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1094
      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1043
      as_fn_error "invalid package name: $ac_useropt"
1095
   { (exit 1); exit 1; }; }
-
 
1096
    ac_useropt_orig=$ac_useropt
1044
    ac_useropt_orig=$ac_useropt
1097
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1045
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1098
    case $ac_user_opts in
1046
    case $ac_user_opts in
1099
      *"
1047
      *"
1100
"with_$ac_useropt"
1048
"with_$ac_useropt"
Line 1120... Line 1068...
1120
    ac_prev=x_libraries ;;
1068
    ac_prev=x_libraries ;;
1121
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1069
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1122
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1070
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1123
    x_libraries=$ac_optarg ;;
1071
    x_libraries=$ac_optarg ;;
1124
 
1072
 
1125
  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1073
  -*) as_fn_error "unrecognized option: \`$ac_option'
1126
Try \`$0 --help' for more information." >&2
1074
Try \`$0 --help' for more information."
1127
   { (exit 1); exit 1; }; }
-
 
1128
    ;;
1075
    ;;
1129
 
1076
 
1130
  *=*)
1077
  *=*)
1131
    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1078
    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1132
    # Reject names that are not valid shell variable names.
1079
    # Reject names that are not valid shell variable names.
-
 
1080
    case $ac_envvar in #(
1133
    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1081
      '' | [0-9]* | *[!_$as_cr_alnum]* )
1134
      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1082
      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1135
   { (exit 1); exit 1; }; }
1083
    esac
1136
    eval $ac_envvar=\$ac_optarg
1084
    eval $ac_envvar=\$ac_optarg
1137
    export $ac_envvar ;;
1085
    export $ac_envvar ;;
1138
 
1086
 
1139
  *)
1087
  *)
1140
    # FIXME: should be removed in autoconf 3.0.
1088
    # FIXME: should be removed in autoconf 3.0.
Line 1147... Line 1095...
1147
  esac
1095
  esac
1148
done
1096
done
1149
 
1097
 
1150
if test -n "$ac_prev"; then
1098
if test -n "$ac_prev"; then
1151
  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1099
  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1152
  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1100
  as_fn_error "missing argument to $ac_option"
1153
   { (exit 1); exit 1; }; }
-
 
1154
fi
1101
fi
1155
 
1102
 
1156
if test -n "$ac_unrecognized_opts"; then
1103
if test -n "$ac_unrecognized_opts"; then
1157
  case $enable_option_checking in
1104
  case $enable_option_checking in
1158
    no) ;;
1105
    no) ;;
1159
    fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1106
    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1160
   { (exit 1); exit 1; }; } ;;
-
 
1161
    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1107
    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1162
  esac
1108
  esac
1163
fi
1109
fi
1164
 
1110
 
1165
# Check all directory arguments for consistency.
1111
# Check all directory arguments for consistency.
Line 1178... Line 1124...
1178
  # Be sure to have absolute directory names.
1124
  # Be sure to have absolute directory names.
1179
  case $ac_val in
1125
  case $ac_val in
1180
    [\\/$]* | ?:[\\/]* )  continue;;
1126
    [\\/$]* | ?:[\\/]* )  continue;;
1181
    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1127
    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1182
  esac
1128
  esac
1183
  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1129
  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1184
   { (exit 1); exit 1; }; }
-
 
1185
done
1130
done
1186
 
1131
 
1187
# There might be people who depend on the old broken behavior: `$host'
1132
# There might be people who depend on the old broken behavior: `$host'
1188
# used to hold the argument of --host etc.
1133
# used to hold the argument of --host etc.
1189
# FIXME: To remove some day.
1134
# FIXME: To remove some day.
Line 1209... Line 1154...
1209
 
1154
 
1210
 
1155
 
1211
ac_pwd=`pwd` && test -n "$ac_pwd" &&
1156
ac_pwd=`pwd` && test -n "$ac_pwd" &&
1212
ac_ls_di=`ls -di .` &&
1157
ac_ls_di=`ls -di .` &&
1213
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1158
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1214
  { $as_echo "$as_me: error: working directory cannot be determined" >&2
1159
  as_fn_error "working directory cannot be determined"
1215
   { (exit 1); exit 1; }; }
-
 
1216
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1160
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1217
  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1161
  as_fn_error "pwd does not report name of working directory"
1218
   { (exit 1); exit 1; }; }
-
 
1219
 
1162
 
1220
 
1163
 
1221
# Find the source files, if location was not specified.
1164
# Find the source files, if location was not specified.
1222
if test -z "$srcdir"; then
1165
if test -z "$srcdir"; then
1223
  ac_srcdir_defaulted=yes
1166
  ac_srcdir_defaulted=yes
Line 1252... Line 1195...
1252
else
1195
else
1253
  ac_srcdir_defaulted=no
1196
  ac_srcdir_defaulted=no
1254
fi
1197
fi
1255
if test ! -r "$srcdir/$ac_unique_file"; then
1198
if test ! -r "$srcdir/$ac_unique_file"; then
1256
  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1199
  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1257
  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1200
  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1258
   { (exit 1); exit 1; }; }
-
 
1259
fi
1201
fi
1260
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1202
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1261
ac_abs_confdir=`(
1203
ac_abs_confdir=`(
1262
	cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1204
	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1263
   { (exit 1); exit 1; }; }
-
 
1264
	pwd)`
1205
	pwd)`
1265
# When building in place, set srcdir=.
1206
# When building in place, set srcdir=.
1266
if test "$ac_abs_confdir" = "$ac_pwd"; then
1207
if test "$ac_abs_confdir" = "$ac_pwd"; then
1267
  srcdir=.
1208
  srcdir=.
1268
fi
1209
fi
Line 1356... Line 1297...
1356
 
1297
 
1357
Optional Features:
1298
Optional Features:
1358
  --disable-option-checking  ignore unrecognized --enable/--with options
1299
  --disable-option-checking  ignore unrecognized --enable/--with options
1359
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1300
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1360
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1301
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1361
  --disable-ld-elf2flt-binary
-
 
1362
                          use ld-elf2flt shell script
-
 
1363
  --disable-got-check     disable check for GOT (needed on H8)
1302
  --disable-got-check     disable check for GOT (needed on H8)
1364
  --disable-emit-relocs   don't use the --emit-relocs (-q) linker option
1303
  --disable-emit-relocs   don't use the --emit-relocs (-q) linker option
1365
  --enable-emit-ctor-dtor manually create ctor/dtor list
1304
  --enable-emit-ctor-dtor manually create ctor/dtor list
1366
  --enable-always-reloc-text
1305
  --enable-always-reloc-text
1367
                          always process text relocs ignoring pic/got (needed
1306
                          always process text relocs ignoring pic/got (needed
Line 1376... Line 1315...
1376
  --with-libiberty=<file> path to libiberty.a library to use
1315
  --with-libiberty=<file> path to libiberty.a library to use
1377
  --with-bfd-include-dir=<dir>
1316
  --with-bfd-include-dir=<dir>
1378
                          include path for correct bfd.h
1317
                          include path for correct bfd.h
1379
  --with-binutils-include-dir=<dir>
1318
  --with-binutils-include-dir=<dir>
1380
                          include path for binutils headers
1319
                          include path for binutils headers
1381
  --with-binutils-ldscript-dir=<dir>
-
 
1382
                          path to install elf2flt.ld
-
 
1383
  --with-binutils-build-dir=<dir>
1320
  --with-binutils-build-dir=<dir>
1384
                          path to compiled binutils tree
1321
                          path to compiled binutils tree
1385
 
1322
 
1386
Some influential environment variables:
1323
Some influential environment variables:
1387
  CC          C compiler command
1324
  CC          C compiler command
Line 1394... Line 1331...
1394
  CPP         C preprocessor
1331
  CPP         C preprocessor
1395
 
1332
 
1396
Use these variables to override the choices made by `configure' or to help
1333
Use these variables to override the choices made by `configure' or to help
1397
it to find libraries and programs with nonstandard names/locations.
1334
it to find libraries and programs with nonstandard names/locations.
1398
 
1335
 
-
 
1336
Report bugs to the package provider.
1399
_ACEOF
1337
_ACEOF
1400
ac_status=$?
1338
ac_status=$?
1401
fi
1339
fi
1402
 
1340
 
1403
if test "$ac_init_help" = "recursive"; then
1341
if test "$ac_init_help" = "recursive"; then
Line 1457... Line 1395...
1457
 
1395
 
1458
test -n "$ac_init_help" && exit $ac_status
1396
test -n "$ac_init_help" && exit $ac_status
1459
if $ac_init_version; then
1397
if $ac_init_version; then
1460
  cat <<\_ACEOF
1398
  cat <<\_ACEOF
1461
configure
1399
configure
1462
generated by GNU Autoconf 2.63
1400
generated by GNU Autoconf 2.64
1463
 
1401
 
1464
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-
 
1465
2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1402
Copyright (C) 2009 Free Software Foundation, Inc.
1466
This configure script is free software; the Free Software Foundation
1403
This configure script is free software; the Free Software Foundation
1467
gives unlimited permission to copy, distribute and modify it.
1404
gives unlimited permission to copy, distribute and modify it.
1468
_ACEOF
1405
_ACEOF
1469
  exit
1406
  exit
1470
fi
1407
fi
-
 
1408
 
-
 
1409
## ------------------------ ##
-
 
1410
## Autoconf initialization. ##
-
 
1411
## ------------------------ ##
-
 
1412
 
-
 
1413
# ac_fn_c_try_compile LINENO
-
 
1414
# --------------------------
-
 
1415
# Try to compile conftest.$ac_ext, and return whether this succeeded.
-
 
1416
ac_fn_c_try_compile ()
-
 
1417
{
-
 
1418
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-
 
1419
  rm -f conftest.$ac_objext
-
 
1420
  if { { ac_try="$ac_compile"
-
 
1421
case "(($ac_try" in
-
 
1422
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
1423
  *) ac_try_echo=$ac_try;;
-
 
1424
esac
-
 
1425
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-
 
1426
$as_echo "$ac_try_echo"; } >&5
-
 
1427
  (eval "$ac_compile") 2>conftest.err
-
 
1428
  ac_status=$?
-
 
1429
  if test -s conftest.err; then
-
 
1430
    grep -v '^ *+' conftest.err >conftest.er1
-
 
1431
    cat conftest.er1 >&5
-
 
1432
    mv -f conftest.er1 conftest.err
-
 
1433
  fi
-
 
1434
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-
 
1435
  test $ac_status = 0; } && {
-
 
1436
	 test -z "$ac_c_werror_flag" ||
-
 
1437
	 test ! -s conftest.err
-
 
1438
       } && test -s conftest.$ac_objext; then :
-
 
1439
  ac_retval=0
-
 
1440
else
-
 
1441
  $as_echo "$as_me: failed program was:" >&5
-
 
1442
sed 's/^/| /' conftest.$ac_ext >&5
-
 
1443
 
-
 
1444
	ac_retval=1
-
 
1445
fi
-
 
1446
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
-
 
1447
  return $ac_retval
-
 
1448
 
-
 
1449
} # ac_fn_c_try_compile
-
 
1450
 
-
 
1451
# ac_fn_c_try_cpp LINENO
-
 
1452
# ----------------------
-
 
1453
# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
-
 
1454
ac_fn_c_try_cpp ()
-
 
1455
{
-
 
1456
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-
 
1457
  if { { ac_try="$ac_cpp conftest.$ac_ext"
-
 
1458
case "(($ac_try" in
-
 
1459
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
1460
  *) ac_try_echo=$ac_try;;
-
 
1461
esac
-
 
1462
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-
 
1463
$as_echo "$ac_try_echo"; } >&5
-
 
1464
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
-
 
1465
  ac_status=$?
-
 
1466
  if test -s conftest.err; then
-
 
1467
    grep -v '^ *+' conftest.err >conftest.er1
-
 
1468
    cat conftest.er1 >&5
-
 
1469
    mv -f conftest.er1 conftest.err
-
 
1470
  fi
-
 
1471
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-
 
1472
  test $ac_status = 0; } >/dev/null && {
-
 
1473
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-
 
1474
	 test ! -s conftest.err
-
 
1475
       }; then :
-
 
1476
  ac_retval=0
-
 
1477
else
-
 
1478
  $as_echo "$as_me: failed program was:" >&5
-
 
1479
sed 's/^/| /' conftest.$ac_ext >&5
-
 
1480
 
-
 
1481
    ac_retval=1
-
 
1482
fi
-
 
1483
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
-
 
1484
  return $ac_retval
-
 
1485
 
-
 
1486
} # ac_fn_c_try_cpp
-
 
1487
 
-
 
1488
# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
-
 
1489
# -------------------------------------------------------
-
 
1490
# Tests whether HEADER exists, giving a warning if it cannot be compiled using
-
 
1491
# the include files in INCLUDES and setting the cache variable VAR
-
 
1492
# accordingly.
-
 
1493
ac_fn_c_check_header_mongrel ()
-
 
1494
{
-
 
1495
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-
 
1496
  if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
-
 
1497
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
-
 
1498
$as_echo_n "checking for $2... " >&6; }
-
 
1499
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
-
 
1500
  $as_echo_n "(cached) " >&6
-
 
1501
fi
-
 
1502
eval ac_res=\$$3
-
 
1503
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-
 
1504
$as_echo "$ac_res" >&6; }
-
 
1505
else
-
 
1506
  # Is the header compilable?
-
 
1507
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
-
 
1508
$as_echo_n "checking $2 usability... " >&6; }
-
 
1509
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-
 
1510
/* end confdefs.h.  */
-
 
1511
$4
-
 
1512
#include <$2>
-
 
1513
_ACEOF
-
 
1514
if ac_fn_c_try_compile "$LINENO"; then :
-
 
1515
  ac_header_compiler=yes
-
 
1516
else
-
 
1517
  ac_header_compiler=no
-
 
1518
fi
-
 
1519
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
 
1520
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
-
 
1521
$as_echo "$ac_header_compiler" >&6; }
-
 
1522
 
-
 
1523
# Is the header present?
-
 
1524
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
-
 
1525
$as_echo_n "checking $2 presence... " >&6; }
-
 
1526
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-
 
1527
/* end confdefs.h.  */
-
 
1528
#include <$2>
-
 
1529
_ACEOF
-
 
1530
if ac_fn_c_try_cpp "$LINENO"; then :
-
 
1531
  ac_header_preproc=yes
-
 
1532
else
-
 
1533
  ac_header_preproc=no
-
 
1534
fi
-
 
1535
rm -f conftest.err conftest.$ac_ext
-
 
1536
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
-
 
1537
$as_echo "$ac_header_preproc" >&6; }
-
 
1538
 
-
 
1539
# So?  What about this header?
-
 
1540
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
-
 
1541
  yes:no: )
-
 
1542
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
-
 
1543
$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
-
 
1544
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
-
 
1545
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
-
 
1546
    ;;
-
 
1547
  no:yes:* )
-
 
1548
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
-
 
1549
$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
-
 
1550
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
-
 
1551
$as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
-
 
1552
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
-
 
1553
$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
-
 
1554
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
-
 
1555
$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
-
 
1556
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
-
 
1557
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
-
 
1558
    ;;
-
 
1559
esac
-
 
1560
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
-
 
1561
$as_echo_n "checking for $2... " >&6; }
-
 
1562
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
-
 
1563
  $as_echo_n "(cached) " >&6
-
 
1564
else
-
 
1565
  eval "$3=\$ac_header_compiler"
-
 
1566
fi
-
 
1567
eval ac_res=\$$3
-
 
1568
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-
 
1569
$as_echo "$ac_res" >&6; }
-
 
1570
fi
-
 
1571
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
-
 
1572
 
-
 
1573
} # ac_fn_c_check_header_mongrel
-
 
1574
 
-
 
1575
# ac_fn_c_try_run LINENO
-
 
1576
# ----------------------
-
 
1577
# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
-
 
1578
# that executables *can* be run.
-
 
1579
ac_fn_c_try_run ()
-
 
1580
{
-
 
1581
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-
 
1582
  if { { ac_try="$ac_link"
-
 
1583
case "(($ac_try" in
-
 
1584
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
1585
  *) ac_try_echo=$ac_try;;
-
 
1586
esac
-
 
1587
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-
 
1588
$as_echo "$ac_try_echo"; } >&5
-
 
1589
  (eval "$ac_link") 2>&5
-
 
1590
  ac_status=$?
-
 
1591
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-
 
1592
  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
-
 
1593
  { { case "(($ac_try" in
-
 
1594
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
1595
  *) ac_try_echo=$ac_try;;
-
 
1596
esac
-
 
1597
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-
 
1598
$as_echo "$ac_try_echo"; } >&5
-
 
1599
  (eval "$ac_try") 2>&5
-
 
1600
  ac_status=$?
-
 
1601
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-
 
1602
  test $ac_status = 0; }; }; then :
-
 
1603
  ac_retval=0
-
 
1604
else
-
 
1605
  $as_echo "$as_me: program exited with status $ac_status" >&5
-
 
1606
       $as_echo "$as_me: failed program was:" >&5
-
 
1607
sed 's/^/| /' conftest.$ac_ext >&5
-
 
1608
 
-
 
1609
       ac_retval=$ac_status
-
 
1610
fi
-
 
1611
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
-
 
1612
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
-
 
1613
  return $ac_retval
-
 
1614
 
-
 
1615
} # ac_fn_c_try_run
-
 
1616
 
-
 
1617
# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
-
 
1618
# -------------------------------------------------------
-
 
1619
# Tests whether HEADER exists and can be compiled using the include files in
-
 
1620
# INCLUDES, setting the cache variable VAR accordingly.
-
 
1621
ac_fn_c_check_header_compile ()
-
 
1622
{
-
 
1623
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-
 
1624
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
-
 
1625
$as_echo_n "checking for $2... " >&6; }
-
 
1626
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
-
 
1627
  $as_echo_n "(cached) " >&6
-
 
1628
else
-
 
1629
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-
 
1630
/* end confdefs.h.  */
-
 
1631
$4
-
 
1632
#include <$2>
-
 
1633
_ACEOF
-
 
1634
if ac_fn_c_try_compile "$LINENO"; then :
-
 
1635
  eval "$3=yes"
-
 
1636
else
-
 
1637
  eval "$3=no"
-
 
1638
fi
-
 
1639
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
 
1640
fi
-
 
1641
eval ac_res=\$$3
-
 
1642
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-
 
1643
$as_echo "$ac_res" >&6; }
-
 
1644
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
-
 
1645
 
-
 
1646
} # ac_fn_c_check_header_compile
-
 
1647
 
-
 
1648
# ac_fn_c_try_link LINENO
-
 
1649
# -----------------------
-
 
1650
# Try to link conftest.$ac_ext, and return whether this succeeded.
-
 
1651
ac_fn_c_try_link ()
-
 
1652
{
-
 
1653
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-
 
1654
  rm -f conftest.$ac_objext conftest$ac_exeext
-
 
1655
  if { { ac_try="$ac_link"
-
 
1656
case "(($ac_try" in
-
 
1657
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
1658
  *) ac_try_echo=$ac_try;;
-
 
1659
esac
-
 
1660
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-
 
1661
$as_echo "$ac_try_echo"; } >&5
-
 
1662
  (eval "$ac_link") 2>conftest.err
-
 
1663
  ac_status=$?
-
 
1664
  if test -s conftest.err; then
-
 
1665
    grep -v '^ *+' conftest.err >conftest.er1
-
 
1666
    cat conftest.er1 >&5
-
 
1667
    mv -f conftest.er1 conftest.err
-
 
1668
  fi
-
 
1669
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-
 
1670
  test $ac_status = 0; } && {
-
 
1671
	 test -z "$ac_c_werror_flag" ||
-
 
1672
	 test ! -s conftest.err
-
 
1673
       } && test -s conftest$ac_exeext && {
-
 
1674
	 test "$cross_compiling" = yes ||
-
 
1675
	 $as_test_x conftest$ac_exeext
-
 
1676
       }; then :
-
 
1677
  ac_retval=0
-
 
1678
else
-
 
1679
  $as_echo "$as_me: failed program was:" >&5
-
 
1680
sed 's/^/| /' conftest.$ac_ext >&5
-
 
1681
 
-
 
1682
	ac_retval=1
-
 
1683
fi
-
 
1684
  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
-
 
1685
  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
-
 
1686
  # interfere with the next link command; also delete a directory that is
-
 
1687
  # left behind by Apple's compiler.  We do this before executing the actions.
-
 
1688
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
-
 
1689
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
-
 
1690
  return $ac_retval
-
 
1691
 
-
 
1692
} # ac_fn_c_try_link
-
 
1693
 
-
 
1694
# ac_fn_c_check_func LINENO FUNC VAR
-
 
1695
# ----------------------------------
-
 
1696
# Tests whether FUNC exists, setting the cache variable VAR accordingly
-
 
1697
ac_fn_c_check_func ()
-
 
1698
{
-
 
1699
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-
 
1700
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
-
 
1701
$as_echo_n "checking for $2... " >&6; }
-
 
1702
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
-
 
1703
  $as_echo_n "(cached) " >&6
-
 
1704
else
-
 
1705
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-
 
1706
/* end confdefs.h.  */
-
 
1707
/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
-
 
1708
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-
 
1709
#define $2 innocuous_$2
-
 
1710
 
-
 
1711
/* System header to define __stub macros and hopefully few prototypes,
-
 
1712
    which can conflict with char $2 (); below.
-
 
1713
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-
 
1714
    <limits.h> exists even on freestanding compilers.  */
-
 
1715
 
-
 
1716
#ifdef __STDC__
-
 
1717
# include <limits.h>
-
 
1718
#else
-
 
1719
# include <assert.h>
-
 
1720
#endif
-
 
1721
 
-
 
1722
#undef $2
-
 
1723
 
-
 
1724
/* Override any GCC internal prototype to avoid an error.
-
 
1725
   Use char because int might match the return type of a GCC
-
 
1726
   builtin and then its argument prototype would still apply.  */
-
 
1727
#ifdef __cplusplus
-
 
1728
extern "C"
-
 
1729
#endif
-
 
1730
char $2 ();
-
 
1731
/* The GNU C library defines this for functions which it implements
-
 
1732
    to always fail with ENOSYS.  Some functions are actually named
-
 
1733
    something starting with __ and the normal name is an alias.  */
-
 
1734
#if defined __stub_$2 || defined __stub___$2
-
 
1735
choke me
-
 
1736
#endif
-
 
1737
 
-
 
1738
int
-
 
1739
main ()
-
 
1740
{
-
 
1741
return $2 ();
-
 
1742
  ;
-
 
1743
  return 0;
-
 
1744
}
-
 
1745
_ACEOF
-
 
1746
if ac_fn_c_try_link "$LINENO"; then :
-
 
1747
  eval "$3=yes"
-
 
1748
else
-
 
1749
  eval "$3=no"
-
 
1750
fi
-
 
1751
rm -f core conftest.err conftest.$ac_objext \
-
 
1752
    conftest$ac_exeext conftest.$ac_ext
-
 
1753
fi
-
 
1754
eval ac_res=\$$3
-
 
1755
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-
 
1756
$as_echo "$ac_res" >&6; }
-
 
1757
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
-
 
1758
 
-
 
1759
} # ac_fn_c_check_func
1471
cat >config.log <<_ACEOF
1760
cat >config.log <<_ACEOF
1472
This file contains any messages produced by compilers while
1761
This file contains any messages produced by compilers while
1473
running configure, to aid debugging if configure makes a mistake.
1762
running configure, to aid debugging if configure makes a mistake.
1474
 
1763
 
1475
It was created by $as_me, which was
1764
It was created by $as_me, which was
1476
generated by GNU Autoconf 2.63.  Invocation command line was
1765
generated by GNU Autoconf 2.64.  Invocation command line was
1477
 
1766
 
1478
  $ $0 $@
1767
  $ $0 $@
1479
 
1768
 
1480
_ACEOF
1769
_ACEOF
1481
exec 5>>config.log
1770
exec 5>>config.log
Line 1507... Line 1796...
1507
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1796
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1508
for as_dir in $PATH
1797
for as_dir in $PATH
1509
do
1798
do
1510
  IFS=$as_save_IFS
1799
  IFS=$as_save_IFS
1511
  test -z "$as_dir" && as_dir=.
1800
  test -z "$as_dir" && as_dir=.
1512
  $as_echo "PATH: $as_dir"
1801
    $as_echo "PATH: $as_dir"
1513
done
1802
  done
1514
IFS=$as_save_IFS
1803
IFS=$as_save_IFS
1515
 
1804
 
1516
} >&5
1805
} >&5
1517
 
1806
 
1518
cat >&5 <<_ACEOF
1807
cat >&5 <<_ACEOF
Line 1545... Line 1834...
1545
      continue ;;
1834
      continue ;;
1546
    *\'*)
1835
    *\'*)
1547
      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1836
      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1548
    esac
1837
    esac
1549
    case $ac_pass in
1838
    case $ac_pass in
1550
    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1839
    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1551
    2)
1840
    2)
1552
      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1841
      as_fn_append ac_configure_args1 " '$ac_arg'"
1553
      if test $ac_must_keep_next = true; then
1842
      if test $ac_must_keep_next = true; then
1554
	ac_must_keep_next=false # Got value, back to normal.
1843
	ac_must_keep_next=false # Got value, back to normal.
1555
      else
1844
      else
1556
	case $ac_arg in
1845
	case $ac_arg in
1557
	  *=* | --config-cache | -C | -disable-* | --disable-* \
1846
	  *=* | --config-cache | -C | -disable-* | --disable-* \
Line 1563... Line 1852...
1563
	    esac
1852
	    esac
1564
	    ;;
1853
	    ;;
1565
	  -* ) ac_must_keep_next=true ;;
1854
	  -* ) ac_must_keep_next=true ;;
1566
	esac
1855
	esac
1567
      fi
1856
      fi
1568
      ac_configure_args="$ac_configure_args '$ac_arg'"
1857
      as_fn_append ac_configure_args " '$ac_arg'"
1569
      ;;
1858
      ;;
1570
    esac
1859
    esac
1571
  done
1860
  done
1572
done
1861
done
1573
$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1862
{ ac_configure_args0=; unset ac_configure_args0;}
1574
$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1863
{ ac_configure_args1=; unset ac_configure_args1;}
1575
 
1864
 
1576
# When interrupted or exit'd, cleanup temporary files, and complete
1865
# When interrupted or exit'd, cleanup temporary files, and complete
1577
# config.log.  We remove comments because anyway the quotes in there
1866
# config.log.  We remove comments because anyway the quotes in there
1578
# would cause problems or look ugly.
1867
# would cause problems or look ugly.
1579
# WARNING: Use '\'' to represent an apostrophe within the trap.
1868
# WARNING: Use '\'' to represent an apostrophe within the trap.
Line 1594... Line 1883...
1594
  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1883
  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1595
    eval ac_val=\$$ac_var
1884
    eval ac_val=\$$ac_var
1596
    case $ac_val in #(
1885
    case $ac_val in #(
1597
    *${as_nl}*)
1886
    *${as_nl}*)
1598
      case $ac_var in #(
1887
      case $ac_var in #(
1599
      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1888
      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1600
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1889
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1601
      esac
1890
      esac
1602
      case $ac_var in #(
1891
      case $ac_var in #(
1603
      _ | IFS | as_nl) ;; #(
1892
      _ | IFS | as_nl) ;; #(
1604
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1893
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1605
      *) $as_unset $ac_var ;;
1894
      *) { eval $ac_var=; unset $ac_var;} ;;
1606
      esac ;;
1895
      esac ;;
1607
    esac
1896
    esac
1608
  done
1897
  done
1609
  (set) 2>&1 |
1898
  (set) 2>&1 |
1610
    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1899
    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
Line 1672... Line 1961...
1672
  rm -f core *.core core.conftest.* &&
1961
  rm -f core *.core core.conftest.* &&
1673
    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1962
    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1674
    exit $exit_status
1963
    exit $exit_status
1675
' 0
1964
' 0
1676
for ac_signal in 1 2 13 15; do
1965
for ac_signal in 1 2 13 15; do
1677
  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1966
  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1678
done
1967
done
1679
ac_signal=0
1968
ac_signal=0
1680
 
1969
 
1681
# confdefs.h avoids OS command line length limits that DEFS can exceed.
1970
# confdefs.h avoids OS command line length limits that DEFS can exceed.
1682
rm -f -r conftest* confdefs.h
1971
rm -f -r conftest* confdefs.h
1683
 
1972
 
-
 
1973
$as_echo "/* confdefs.h */" > confdefs.h
-
 
1974
 
1684
# Predefined preprocessor variables.
1975
# Predefined preprocessor variables.
1685
 
1976
 
1686
cat >>confdefs.h <<_ACEOF
1977
cat >>confdefs.h <<_ACEOF
1687
#define PACKAGE_NAME "$PACKAGE_NAME"
1978
#define PACKAGE_NAME "$PACKAGE_NAME"
1688
_ACEOF
1979
_ACEOF
1689
 
1980
 
1690
 
-
 
1691
cat >>confdefs.h <<_ACEOF
1981
cat >>confdefs.h <<_ACEOF
1692
#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1982
#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1693
_ACEOF
1983
_ACEOF
1694
 
1984
 
1695
 
-
 
1696
cat >>confdefs.h <<_ACEOF
1985
cat >>confdefs.h <<_ACEOF
1697
#define PACKAGE_VERSION "$PACKAGE_VERSION"
1986
#define PACKAGE_VERSION "$PACKAGE_VERSION"
1698
_ACEOF
1987
_ACEOF
1699
 
1988
 
1700
 
-
 
1701
cat >>confdefs.h <<_ACEOF
1989
cat >>confdefs.h <<_ACEOF
1702
#define PACKAGE_STRING "$PACKAGE_STRING"
1990
#define PACKAGE_STRING "$PACKAGE_STRING"
1703
_ACEOF
1991
_ACEOF
1704
 
1992
 
1705
 
-
 
1706
cat >>confdefs.h <<_ACEOF
1993
cat >>confdefs.h <<_ACEOF
1707
#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1994
#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1708
_ACEOF
1995
_ACEOF
1709
 
1996
 
-
 
1997
cat >>confdefs.h <<_ACEOF
-
 
1998
#define PACKAGE_URL "$PACKAGE_URL"
-
 
1999
_ACEOF
-
 
2000
 
1710
 
2001
 
1711
# Let the site file select an alternate cache file if it wants to.
2002
# Let the site file select an alternate cache file if it wants to.
1712
# Prefer an explicitly selected file to automatically selected ones.
2003
# Prefer an explicitly selected file to automatically selected ones.
1713
ac_site_file1=NONE
2004
ac_site_file1=NONE
1714
ac_site_file2=NONE
2005
ac_site_file2=NONE
Line 1723... Line 2014...
1723
fi
2014
fi
1724
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2015
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1725
do
2016
do
1726
  test "x$ac_site_file" = xNONE && continue
2017
  test "x$ac_site_file" = xNONE && continue
1727
  if test -r "$ac_site_file"; then
2018
  if test -r "$ac_site_file"; then
1728
    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
2019
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1729
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2020
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1730
    sed 's/^/| /' "$ac_site_file" >&5
2021
    sed 's/^/| /' "$ac_site_file" >&5
1731
    . "$ac_site_file"
2022
    . "$ac_site_file"
1732
  fi
2023
  fi
1733
done
2024
done
1734
 
2025
 
1735
if test -r "$cache_file"; then
2026
if test -r "$cache_file"; then
1736
  # Some versions of bash will fail to source /dev/null (special
2027
  # Some versions of bash will fail to source /dev/null (special
1737
  # files actually), so we avoid doing that.
2028
  # files actually), so we avoid doing that.
1738
  if test -f "$cache_file"; then
2029
  if test -f "$cache_file"; then
1739
    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
2030
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1740
$as_echo "$as_me: loading cache $cache_file" >&6;}
2031
$as_echo "$as_me: loading cache $cache_file" >&6;}
1741
    case $cache_file in
2032
    case $cache_file in
1742
      [\\/]* | ?:[\\/]* ) . "$cache_file";;
2033
      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1743
      *)                      . "./$cache_file";;
2034
      *)                      . "./$cache_file";;
1744
    esac
2035
    esac
1745
  fi
2036
  fi
1746
else
2037
else
1747
  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
2038
  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1748
$as_echo "$as_me: creating cache $cache_file" >&6;}
2039
$as_echo "$as_me: creating cache $cache_file" >&6;}
1749
  >$cache_file
2040
  >$cache_file
1750
fi
2041
fi
1751
 
2042
 
1752
# Check that the precious variables saved in the cache have kept the same
2043
# Check that the precious variables saved in the cache have kept the same
Line 1757... Line 2048...
1757
  eval ac_new_set=\$ac_env_${ac_var}_set
2048
  eval ac_new_set=\$ac_env_${ac_var}_set
1758
  eval ac_old_val=\$ac_cv_env_${ac_var}_value
2049
  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1759
  eval ac_new_val=\$ac_env_${ac_var}_value
2050
  eval ac_new_val=\$ac_env_${ac_var}_value
1760
  case $ac_old_set,$ac_new_set in
2051
  case $ac_old_set,$ac_new_set in
1761
    set,)
2052
    set,)
1762
      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2053
      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1763
$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2054
$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1764
      ac_cache_corrupted=: ;;
2055
      ac_cache_corrupted=: ;;
1765
    ,set)
2056
    ,set)
1766
      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
2057
      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1767
$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2058
$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1768
      ac_cache_corrupted=: ;;
2059
      ac_cache_corrupted=: ;;
1769
    ,);;
2060
    ,);;
1770
    *)
2061
    *)
1771
      if test "x$ac_old_val" != "x$ac_new_val"; then
2062
      if test "x$ac_old_val" != "x$ac_new_val"; then
1772
	# differences in whitespace do not lead to failure.
2063
	# differences in whitespace do not lead to failure.
1773
	ac_old_val_w=`echo x $ac_old_val`
2064
	ac_old_val_w=`echo x $ac_old_val`
1774
	ac_new_val_w=`echo x $ac_new_val`
2065
	ac_new_val_w=`echo x $ac_new_val`
1775
	if test "$ac_old_val_w" != "$ac_new_val_w"; then
2066
	if test "$ac_old_val_w" != "$ac_new_val_w"; then
1776
	  { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
2067
	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1777
$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2068
$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1778
	  ac_cache_corrupted=:
2069
	  ac_cache_corrupted=:
1779
	else
2070
	else
1780
	  { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2071
	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1781
$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2072
$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1782
	  eval $ac_var=\$ac_old_val
2073
	  eval $ac_var=\$ac_old_val
1783
	fi
2074
	fi
1784
	{ $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
2075
	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
1785
$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2076
$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1786
	{ $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
2077
	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
1787
$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2078
$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1788
      fi;;
2079
      fi;;
1789
  esac
2080
  esac
1790
  # Pass precious variables to config.status.
2081
  # Pass precious variables to config.status.
1791
  if test "$ac_new_set" = set; then
2082
  if test "$ac_new_set" = set; then
Line 1793... Line 2084...
1793
    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2084
    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1794
    *) ac_arg=$ac_var=$ac_new_val ;;
2085
    *) ac_arg=$ac_var=$ac_new_val ;;
1795
    esac
2086
    esac
1796
    case " $ac_configure_args " in
2087
    case " $ac_configure_args " in
1797
      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2088
      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1798
      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
2089
      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1799
    esac
2090
    esac
1800
  fi
2091
  fi
1801
done
2092
done
1802
if $ac_cache_corrupted; then
2093
if $ac_cache_corrupted; then
1803
  { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2094
  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1804
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2095
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1805
  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
2096
  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1806
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2097
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1807
  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
-
 
1808
$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
2098
  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1809
   { (exit 1); exit 1; }; }
-
 
1810
fi
2099
fi
1811
 
-
 
1812
 
-
 
1813
 
-
 
1814
 
-
 
1815
 
-
 
1816
 
-
 
1817
 
-
 
1818
 
-
 
1819
 
-
 
1820
 
-
 
1821
 
-
 
1822
 
-
 
-
 
2100
## -------------------- ##
1823
 
-
 
1824
 
-
 
1825
 
-
 
1826
 
-
 
-
 
2101
## Main body of script. ##
-
 
2102
## -------------------- ##
1827
 
2103
 
1828
ac_ext=c
2104
ac_ext=c
1829
ac_cpp='$CPP $CPPFLAGS'
2105
ac_cpp='$CPP $CPPFLAGS'
1830
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2106
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1831
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2107
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Line 1833... Line 2109...
1833
 
2109
 
1834
 
2110
 
1835
 
2111
 
1836
 
2112
 
1837
# Check whether --with-zlib-prefix was given.
2113
# Check whether --with-zlib-prefix was given.
1838
if test "${with_zlib_prefix+set}" = set; then
2114
if test "${with_zlib_prefix+set}" = set; then :
1839
  withval=$with_zlib_prefix;  ac_zlib_prefix=$withval
2115
  withval=$with_zlib_prefix;  ac_zlib_prefix=$withval
1840
else
2116
else
1841
   ac_zlib_prefix=NONE
2117
   ac_zlib_prefix=NONE
1842
 
2118
 
1843
fi
2119
fi
1844
 
2120
 
1845
 
2121
 
1846
 
2122
 
1847
# Check whether --with-libbfd was given.
2123
# Check whether --with-libbfd was given.
1848
if test "${with_libbfd+set}" = set; then
2124
if test "${with_libbfd+set}" = set; then :
1849
  withval=$with_libbfd;  ac_libbfd=$withval
2125
  withval=$with_libbfd;  ac_libbfd=$withval
1850
else
2126
else
1851
   ac_libbfd=NONE
2127
   ac_libbfd=NONE
1852
 
2128
 
1853
fi
2129
fi
1854
 
2130
 
1855
 
2131
 
1856
 
2132
 
1857
# Check whether --with-libiberty was given.
2133
# Check whether --with-libiberty was given.
1858
if test "${with_libiberty+set}" = set; then
2134
if test "${with_libiberty+set}" = set; then :
1859
  withval=$with_libiberty;  ac_libiberty=$withval
2135
  withval=$with_libiberty;  ac_libiberty=$withval
1860
else
2136
else
1861
   ac_libiberty=NONE
2137
   ac_libiberty=NONE
1862
 
2138
 
1863
fi
2139
fi
1864
 
2140
 
1865
 
2141
 
1866
 
2142
 
1867
# Check whether --with-bfd-include-dir was given.
2143
# Check whether --with-bfd-include-dir was given.
1868
if test "${with_bfd_include_dir+set}" = set; then
2144
if test "${with_bfd_include_dir+set}" = set; then :
1869
  withval=$with_bfd_include_dir;  ac_bfd_include_dir=$withval
2145
  withval=$with_bfd_include_dir;  ac_bfd_include_dir=$withval
1870
else
2146
else
1871
   ac_bfd_include_dir=NONE
2147
   ac_bfd_include_dir=NONE
1872
 
2148
 
1873
fi
2149
fi
1874
 
2150
 
1875
 
2151
 
1876
 
2152
 
1877
# Check whether --with-binutils-include-dir was given.
2153
# Check whether --with-binutils-include-dir was given.
1878
if test "${with_binutils_include_dir+set}" = set; then
2154
if test "${with_binutils_include_dir+set}" = set; then :
1879
  withval=$with_binutils_include_dir;  ac_binutils_include_dir=$withval
2155
  withval=$with_binutils_include_dir;  ac_binutils_include_dir=$withval
1880
else
2156
else
1881
   ac_binutils_include_dir=NONE
2157
   ac_binutils_include_dir=NONE
1882
 
2158
 
1883
fi
2159
fi
1884
 
2160
 
1885
 
2161
 
1886
 
2162
 
1887
# Check whether --with-binutils-ldscript-dir was given.
-
 
1888
if test "${with_binutils_ldscript_dir+set}" = set; then
-
 
1889
  withval=$with_binutils_ldscript_dir;  ac_binutils_ldscript_dir=$withval
-
 
1890
else
-
 
1891
   ac_binutils_ldscript_dir=NONE
-
 
1892
 
-
 
1893
fi
-
 
1894
 
-
 
1895
 
-
 
1896
 
-
 
1897
# Check whether --with-binutils-build-dir was given.
2163
# Check whether --with-binutils-build-dir was given.
1898
if test "${with_binutils_build_dir+set}" = set; then
2164
if test "${with_binutils_build_dir+set}" = set; then :
1899
  withval=$with_binutils_build_dir;  ac_binutils_build_dir=$withval
2165
  withval=$with_binutils_build_dir;  ac_binutils_build_dir=$withval
1900
else
2166
else
1901
   ac_binutils_build_dir=NONE
2167
   ac_binutils_build_dir=NONE
1902
 
2168
 
1903
fi
2169
fi
1904
 
2170
 
1905
 
2171
 
1906
# Check whether --enable-ld-elf2flt-binary was given.
-
 
1907
if test "${enable_ld_elf2flt_binary+set}" = set; then
-
 
1908
  enableval=$enable_ld_elf2flt_binary;  use_ld_elf2flt_binary=$enableval
-
 
1909
else
-
 
1910
   use_ld_elf2flt_binary=yes
-
 
1911
 
-
 
1912
fi
-
 
1913
 
-
 
1914
 
-
 
1915
var_yn_to_10() {
2172
var_yn_to_10() {
1916
	if eval test \"\$$1\" = yes ; then
2173
	if eval test \"\$$1\" = yes ; then
1917
		eval $1=1
2174
		eval $1=1
1918
	else
2175
	else
1919
		eval $1=0
2176
		eval $1=0
1920
	fi
2177
	fi
1921
}
2178
}
1922
 
2179
 
1923
# Check whether --enable-got-check was given.
2180
# Check whether --enable-got-check was given.
1924
if test "${enable_got_check+set}" = set; then
2181
if test "${enable_got_check+set}" = set; then :
1925
  enableval=$enable_got_check;  got_check=$enableval
2182
  enableval=$enable_got_check;  got_check=$enableval
1926
else
2183
else
1927
   got_check=yes
2184
   got_check=yes
1928
 
2185
 
1929
fi
2186
fi
1930
 
2187
 
1931
var_yn_to_10 got_check
2188
var_yn_to_10 got_check
1932
 
2189
 
1933
# Check whether --enable-emit-relocs was given.
2190
# Check whether --enable-emit-relocs was given.
1934
if test "${enable_emit_relocs+set}" = set; then
2191
if test "${enable_emit_relocs+set}" = set; then :
1935
  enableval=$enable_emit_relocs;  emit_relocs=$enableval
2192
  enableval=$enable_emit_relocs;  emit_relocs=$enableval
1936
else
2193
else
1937
   emit_relocs=yes
2194
   emit_relocs=yes
1938
 
2195
 
1939
fi
2196
fi
1940
 
2197
 
1941
var_yn_to_10 emit_relocs
2198
var_yn_to_10 emit_relocs
1942
 
2199
 
1943
# Check whether --enable-emit-ctor-dtor was given.
2200
# Check whether --enable-emit-ctor-dtor was given.
1944
if test "${enable_emit_ctor_dtor+set}" = set; then
2201
if test "${enable_emit_ctor_dtor+set}" = set; then :
1945
  enableval=$enable_emit_ctor_dtor;  emit_ctor_dtor=$enableval
2202
  enableval=$enable_emit_ctor_dtor;  emit_ctor_dtor=$enableval
1946
else
2203
else
1947
   emit_ctor_dtor=no
2204
   emit_ctor_dtor=no
1948
 
2205
 
1949
fi
2206
fi
1950
 
2207
 
1951
var_yn_to_10 emit_ctor_dtor
2208
var_yn_to_10 emit_ctor_dtor
1952
 
2209
 
1953
# Check whether --enable-always-reloc-text was given.
2210
# Check whether --enable-always-reloc-text was given.
1954
if test "${enable_always_reloc_text+set}" = set; then
2211
if test "${enable_always_reloc_text+set}" = set; then :
1955
  enableval=$enable_always_reloc_text;  always_reloc_text=$enableval
2212
  enableval=$enable_always_reloc_text;  always_reloc_text=$enableval
1956
else
2213
else
1957
 
2214
 
1958
	case $target in
2215
	case $target in
1959
		bfin*) always_reloc_text=yes;;
2216
		bfin*) always_reloc_text=yes;;
Line 1965... Line 2222...
1965
 
2222
 
1966
var_yn_to_10 always_reloc_text
2223
var_yn_to_10 always_reloc_text
1967
 
2224
 
1968
ac_aux_dir=
2225
ac_aux_dir=
1969
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2226
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1970
  if test -f "$ac_dir/install-sh"; then
2227
  for ac_t in install-sh install.sh shtool; do
1971
    ac_aux_dir=$ac_dir
-
 
1972
    ac_install_sh="$ac_aux_dir/install-sh -c"
-
 
1973
    break
-
 
1974
  elif test -f "$ac_dir/install.sh"; then
2228
    if test -f "$ac_dir/$ac_t"; then
1975
    ac_aux_dir=$ac_dir
2229
      ac_aux_dir=$ac_dir
1976
    ac_install_sh="$ac_aux_dir/install.sh -c"
2230
      ac_install_sh="$ac_aux_dir/$ac_t -c"
1977
    break
2231
      break 2
1978
  elif test -f "$ac_dir/shtool"; then
-
 
1979
    ac_aux_dir=$ac_dir
-
 
1980
    ac_install_sh="$ac_aux_dir/shtool install -c"
-
 
1981
    break
2232
    fi
1982
  fi
2233
  done
1983
done
2234
done
1984
if test -z "$ac_aux_dir"; then
2235
if test -z "$ac_aux_dir"; then
1985
  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
-
 
1986
$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
2236
  as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
1987
   { (exit 1); exit 1; }; }
-
 
1988
fi
2237
fi
1989
 
2238
 
1990
# These three variables are undocumented and unsupported,
2239
# These three variables are undocumented and unsupported,
1991
# and are intended to be withdrawn in a future Autoconf release.
2240
# and are intended to be withdrawn in a future Autoconf release.
1992
# They can cause serious problems if a builder's source tree is in a directory
2241
# They can cause serious problems if a builder's source tree is in a directory
Line 1996... Line 2245...
1996
ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2245
ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1997
 
2246
 
1998
 
2247
 
1999
# Make sure we can run config.sub.
2248
# Make sure we can run config.sub.
2000
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2249
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2001
  { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
-
 
2002
$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2250
  as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2003
   { (exit 1); exit 1; }; }
-
 
2004
 
2251
 
2005
{ $as_echo "$as_me:$LINENO: checking build system type" >&5
2252
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2006
$as_echo_n "checking build system type... " >&6; }
2253
$as_echo_n "checking build system type... " >&6; }
2007
if test "${ac_cv_build+set}" = set; then
2254
if test "${ac_cv_build+set}" = set; then :
2008
  $as_echo_n "(cached) " >&6
2255
  $as_echo_n "(cached) " >&6
2009
else
2256
else
2010
  ac_build_alias=$build_alias
2257
  ac_build_alias=$build_alias
2011
test "x$ac_build_alias" = x &&
2258
test "x$ac_build_alias" = x &&
2012
  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2259
  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2013
test "x$ac_build_alias" = x &&
2260
test "x$ac_build_alias" = x &&
2014
  { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
-
 
2015
$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2261
  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2016
   { (exit 1); exit 1; }; }
-
 
2017
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2262
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2018
  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
-
 
2019
$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2263
  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2020
   { (exit 1); exit 1; }; }
-
 
2021
 
2264
 
2022
fi
2265
fi
2023
{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2266
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2024
$as_echo "$ac_cv_build" >&6; }
2267
$as_echo "$ac_cv_build" >&6; }
2025
case $ac_cv_build in
2268
case $ac_cv_build in
2026
*-*-*) ;;
2269
*-*-*) ;;
2027
*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
-
 
2028
$as_echo "$as_me: error: invalid value of canonical build" >&2;}
2270
*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2029
   { (exit 1); exit 1; }; };;
-
 
2030
esac
2271
esac
2031
build=$ac_cv_build
2272
build=$ac_cv_build
2032
ac_save_IFS=$IFS; IFS='-'
2273
ac_save_IFS=$IFS; IFS='-'
2033
set x $ac_cv_build
2274
set x $ac_cv_build
2034
shift
2275
shift
Line 2040... Line 2281...
2040
build_os=$*
2281
build_os=$*
2041
IFS=$ac_save_IFS
2282
IFS=$ac_save_IFS
2042
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2283
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2043
 
2284
 
2044
 
2285
 
2045
{ $as_echo "$as_me:$LINENO: checking host system type" >&5
2286
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2046
$as_echo_n "checking host system type... " >&6; }
2287
$as_echo_n "checking host system type... " >&6; }
2047
if test "${ac_cv_host+set}" = set; then
2288
if test "${ac_cv_host+set}" = set; then :
2048
  $as_echo_n "(cached) " >&6
2289
  $as_echo_n "(cached) " >&6
2049
else
2290
else
2050
  if test "x$host_alias" = x; then
2291
  if test "x$host_alias" = x; then
2051
  ac_cv_host=$ac_cv_build
2292
  ac_cv_host=$ac_cv_build
2052
else
2293
else
2053
  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2294
  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2054
    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
-
 
2055
$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2295
    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2056
   { (exit 1); exit 1; }; }
-
 
2057
fi
2296
fi
2058
 
2297
 
2059
fi
2298
fi
2060
{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2299
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2061
$as_echo "$ac_cv_host" >&6; }
2300
$as_echo "$ac_cv_host" >&6; }
2062
case $ac_cv_host in
2301
case $ac_cv_host in
2063
*-*-*) ;;
2302
*-*-*) ;;
2064
*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
-
 
2065
$as_echo "$as_me: error: invalid value of canonical host" >&2;}
2303
*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2066
   { (exit 1); exit 1; }; };;
-
 
2067
esac
2304
esac
2068
host=$ac_cv_host
2305
host=$ac_cv_host
2069
ac_save_IFS=$IFS; IFS='-'
2306
ac_save_IFS=$IFS; IFS='-'
2070
set x $ac_cv_host
2307
set x $ac_cv_host
2071
shift
2308
shift
Line 2077... Line 2314...
2077
host_os=$*
2314
host_os=$*
2078
IFS=$ac_save_IFS
2315
IFS=$ac_save_IFS
2079
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2316
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2080
 
2317
 
2081
 
2318
 
2082
{ $as_echo "$as_me:$LINENO: checking target system type" >&5
2319
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2083
$as_echo_n "checking target system type... " >&6; }
2320
$as_echo_n "checking target system type... " >&6; }
2084
if test "${ac_cv_target+set}" = set; then
2321
if test "${ac_cv_target+set}" = set; then :
2085
  $as_echo_n "(cached) " >&6
2322
  $as_echo_n "(cached) " >&6
2086
else
2323
else
2087
  if test "x$target_alias" = x; then
2324
  if test "x$target_alias" = x; then
2088
  ac_cv_target=$ac_cv_host
2325
  ac_cv_target=$ac_cv_host
2089
else
2326
else
2090
  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2327
  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2091
    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
-
 
2092
$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
2328
    as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2093
   { (exit 1); exit 1; }; }
-
 
2094
fi
2329
fi
2095
 
2330
 
2096
fi
2331
fi
2097
{ $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5
2332
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2098
$as_echo "$ac_cv_target" >&6; }
2333
$as_echo "$ac_cv_target" >&6; }
2099
case $ac_cv_target in
2334
case $ac_cv_target in
2100
*-*-*) ;;
2335
*-*-*) ;;
2101
*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
-
 
2102
$as_echo "$as_me: error: invalid value of canonical target" >&2;}
2336
*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2103
   { (exit 1); exit 1; }; };;
-
 
2104
esac
2337
esac
2105
target=$ac_cv_target
2338
target=$ac_cv_target
2106
ac_save_IFS=$IFS; IFS='-'
2339
ac_save_IFS=$IFS; IFS='-'
2107
set x $ac_cv_target
2340
set x $ac_cv_target
2108
shift
2341
shift
Line 2129... Line 2362...
2129
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2362
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2130
ac_compiler_gnu=$ac_cv_c_compiler_gnu
2363
ac_compiler_gnu=$ac_cv_c_compiler_gnu
2131
if test -n "$ac_tool_prefix"; then
2364
if test -n "$ac_tool_prefix"; then
2132
  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2365
  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2133
set dummy ${ac_tool_prefix}gcc; ac_word=$2
2366
set dummy ${ac_tool_prefix}gcc; ac_word=$2
2134
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2367
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2135
$as_echo_n "checking for $ac_word... " >&6; }
2368
$as_echo_n "checking for $ac_word... " >&6; }
2136
if test "${ac_cv_prog_CC+set}" = set; then
2369
if test "${ac_cv_prog_CC+set}" = set; then :
2137
  $as_echo_n "(cached) " >&6
2370
  $as_echo_n "(cached) " >&6
2138
else
2371
else
2139
  if test -n "$CC"; then
2372
  if test -n "$CC"; then
2140
  ac_cv_prog_CC="$CC" # Let the user override the test.
2373
  ac_cv_prog_CC="$CC" # Let the user override the test.
2141
else
2374
else
2142
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2375
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2143
for as_dir in $PATH
2376
for as_dir in $PATH
2144
do
2377
do
2145
  IFS=$as_save_IFS
2378
  IFS=$as_save_IFS
2146
  test -z "$as_dir" && as_dir=.
2379
  test -z "$as_dir" && as_dir=.
2147
  for ac_exec_ext in '' $ac_executable_extensions; do
2380
    for ac_exec_ext in '' $ac_executable_extensions; do
2148
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2381
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2149
    ac_cv_prog_CC="${ac_tool_prefix}gcc"
2382
    ac_cv_prog_CC="${ac_tool_prefix}gcc"
2150
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2383
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2151
    break 2
2384
    break 2
2152
  fi
2385
  fi
2153
done
2386
done
2154
done
2387
  done
2155
IFS=$as_save_IFS
2388
IFS=$as_save_IFS
2156
 
2389
 
2157
fi
2390
fi
2158
fi
2391
fi
2159
CC=$ac_cv_prog_CC
2392
CC=$ac_cv_prog_CC
2160
if test -n "$CC"; then
2393
if test -n "$CC"; then
2161
  { $as_echo "$as_me:$LINENO: result: $CC" >&5
2394
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2162
$as_echo "$CC" >&6; }
2395
$as_echo "$CC" >&6; }
2163
else
2396
else
2164
  { $as_echo "$as_me:$LINENO: result: no" >&5
2397
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2165
$as_echo "no" >&6; }
2398
$as_echo "no" >&6; }
2166
fi
2399
fi
2167
 
2400
 
2168
 
2401
 
2169
fi
2402
fi
2170
if test -z "$ac_cv_prog_CC"; then
2403
if test -z "$ac_cv_prog_CC"; then
2171
  ac_ct_CC=$CC
2404
  ac_ct_CC=$CC
2172
  # Extract the first word of "gcc", so it can be a program name with args.
2405
  # Extract the first word of "gcc", so it can be a program name with args.
2173
set dummy gcc; ac_word=$2
2406
set dummy gcc; ac_word=$2
2174
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2407
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2175
$as_echo_n "checking for $ac_word... " >&6; }
2408
$as_echo_n "checking for $ac_word... " >&6; }
2176
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2409
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2177
  $as_echo_n "(cached) " >&6
2410
  $as_echo_n "(cached) " >&6
2178
else
2411
else
2179
  if test -n "$ac_ct_CC"; then
2412
  if test -n "$ac_ct_CC"; then
2180
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2413
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2181
else
2414
else
2182
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2415
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2183
for as_dir in $PATH
2416
for as_dir in $PATH
2184
do
2417
do
2185
  IFS=$as_save_IFS
2418
  IFS=$as_save_IFS
2186
  test -z "$as_dir" && as_dir=.
2419
  test -z "$as_dir" && as_dir=.
2187
  for ac_exec_ext in '' $ac_executable_extensions; do
2420
    for ac_exec_ext in '' $ac_executable_extensions; do
2188
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2421
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2189
    ac_cv_prog_ac_ct_CC="gcc"
2422
    ac_cv_prog_ac_ct_CC="gcc"
2190
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2423
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2191
    break 2
2424
    break 2
2192
  fi
2425
  fi
2193
done
2426
done
2194
done
2427
  done
2195
IFS=$as_save_IFS
2428
IFS=$as_save_IFS
2196
 
2429
 
2197
fi
2430
fi
2198
fi
2431
fi
2199
ac_ct_CC=$ac_cv_prog_ac_ct_CC
2432
ac_ct_CC=$ac_cv_prog_ac_ct_CC
2200
if test -n "$ac_ct_CC"; then
2433
if test -n "$ac_ct_CC"; then
2201
  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2434
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2202
$as_echo "$ac_ct_CC" >&6; }
2435
$as_echo "$ac_ct_CC" >&6; }
2203
else
2436
else
2204
  { $as_echo "$as_me:$LINENO: result: no" >&5
2437
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2205
$as_echo "no" >&6; }
2438
$as_echo "no" >&6; }
2206
fi
2439
fi
2207
 
2440
 
2208
  if test "x$ac_ct_CC" = x; then
2441
  if test "x$ac_ct_CC" = x; then
2209
    CC=""
2442
    CC=""
2210
  else
2443
  else
2211
    case $cross_compiling:$ac_tool_warned in
2444
    case $cross_compiling:$ac_tool_warned in
2212
yes:)
2445
yes:)
2213
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2446
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2214
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2447
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2215
ac_tool_warned=yes ;;
2448
ac_tool_warned=yes ;;
2216
esac
2449
esac
2217
    CC=$ac_ct_CC
2450
    CC=$ac_ct_CC
2218
  fi
2451
  fi
Line 2222... Line 2455...
2222
 
2455
 
2223
if test -z "$CC"; then
2456
if test -z "$CC"; then
2224
          if test -n "$ac_tool_prefix"; then
2457
          if test -n "$ac_tool_prefix"; then
2225
    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2458
    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2226
set dummy ${ac_tool_prefix}cc; ac_word=$2
2459
set dummy ${ac_tool_prefix}cc; ac_word=$2
2227
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2460
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2228
$as_echo_n "checking for $ac_word... " >&6; }
2461
$as_echo_n "checking for $ac_word... " >&6; }
2229
if test "${ac_cv_prog_CC+set}" = set; then
2462
if test "${ac_cv_prog_CC+set}" = set; then :
2230
  $as_echo_n "(cached) " >&6
2463
  $as_echo_n "(cached) " >&6
2231
else
2464
else
2232
  if test -n "$CC"; then
2465
  if test -n "$CC"; then
2233
  ac_cv_prog_CC="$CC" # Let the user override the test.
2466
  ac_cv_prog_CC="$CC" # Let the user override the test.
2234
else
2467
else
2235
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2468
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2236
for as_dir in $PATH
2469
for as_dir in $PATH
2237
do
2470
do
2238
  IFS=$as_save_IFS
2471
  IFS=$as_save_IFS
2239
  test -z "$as_dir" && as_dir=.
2472
  test -z "$as_dir" && as_dir=.
2240
  for ac_exec_ext in '' $ac_executable_extensions; do
2473
    for ac_exec_ext in '' $ac_executable_extensions; do
2241
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2474
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2242
    ac_cv_prog_CC="${ac_tool_prefix}cc"
2475
    ac_cv_prog_CC="${ac_tool_prefix}cc"
2243
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2476
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2244
    break 2
2477
    break 2
2245
  fi
2478
  fi
2246
done
2479
done
2247
done
2480
  done
2248
IFS=$as_save_IFS
2481
IFS=$as_save_IFS
2249
 
2482
 
2250
fi
2483
fi
2251
fi
2484
fi
2252
CC=$ac_cv_prog_CC
2485
CC=$ac_cv_prog_CC
2253
if test -n "$CC"; then
2486
if test -n "$CC"; then
2254
  { $as_echo "$as_me:$LINENO: result: $CC" >&5
2487
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2255
$as_echo "$CC" >&6; }
2488
$as_echo "$CC" >&6; }
2256
else
2489
else
2257
  { $as_echo "$as_me:$LINENO: result: no" >&5
2490
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2258
$as_echo "no" >&6; }
2491
$as_echo "no" >&6; }
2259
fi
2492
fi
2260
 
2493
 
2261
 
2494
 
2262
  fi
2495
  fi
2263
fi
2496
fi
2264
if test -z "$CC"; then
2497
if test -z "$CC"; then
2265
  # Extract the first word of "cc", so it can be a program name with args.
2498
  # Extract the first word of "cc", so it can be a program name with args.
2266
set dummy cc; ac_word=$2
2499
set dummy cc; ac_word=$2
2267
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2500
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2268
$as_echo_n "checking for $ac_word... " >&6; }
2501
$as_echo_n "checking for $ac_word... " >&6; }
2269
if test "${ac_cv_prog_CC+set}" = set; then
2502
if test "${ac_cv_prog_CC+set}" = set; then :
2270
  $as_echo_n "(cached) " >&6
2503
  $as_echo_n "(cached) " >&6
2271
else
2504
else
2272
  if test -n "$CC"; then
2505
  if test -n "$CC"; then
2273
  ac_cv_prog_CC="$CC" # Let the user override the test.
2506
  ac_cv_prog_CC="$CC" # Let the user override the test.
2274
else
2507
else
Line 2276... Line 2509...
2276
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2509
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2277
for as_dir in $PATH
2510
for as_dir in $PATH
2278
do
2511
do
2279
  IFS=$as_save_IFS
2512
  IFS=$as_save_IFS
2280
  test -z "$as_dir" && as_dir=.
2513
  test -z "$as_dir" && as_dir=.
2281
  for ac_exec_ext in '' $ac_executable_extensions; do
2514
    for ac_exec_ext in '' $ac_executable_extensions; do
2282
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2515
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2283
    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2516
    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2284
       ac_prog_rejected=yes
2517
       ac_prog_rejected=yes
2285
       continue
2518
       continue
2286
     fi
2519
     fi
2287
    ac_cv_prog_CC="cc"
2520
    ac_cv_prog_CC="cc"
2288
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2521
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2289
    break 2
2522
    break 2
2290
  fi
2523
  fi
2291
done
2524
done
2292
done
2525
  done
2293
IFS=$as_save_IFS
2526
IFS=$as_save_IFS
2294
 
2527
 
2295
if test $ac_prog_rejected = yes; then
2528
if test $ac_prog_rejected = yes; then
2296
  # We found a bogon in the path, so make sure we never use it.
2529
  # We found a bogon in the path, so make sure we never use it.
2297
  set dummy $ac_cv_prog_CC
2530
  set dummy $ac_cv_prog_CC
Line 2306... Line 2539...
2306
fi
2539
fi
2307
fi
2540
fi
2308
fi
2541
fi
2309
CC=$ac_cv_prog_CC
2542
CC=$ac_cv_prog_CC
2310
if test -n "$CC"; then
2543
if test -n "$CC"; then
2311
  { $as_echo "$as_me:$LINENO: result: $CC" >&5
2544
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2312
$as_echo "$CC" >&6; }
2545
$as_echo "$CC" >&6; }
2313
else
2546
else
2314
  { $as_echo "$as_me:$LINENO: result: no" >&5
2547
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2315
$as_echo "no" >&6; }
2548
$as_echo "no" >&6; }
2316
fi
2549
fi
2317
 
2550
 
2318
 
2551
 
2319
fi
2552
fi
Line 2321... Line 2554...
2321
  if test -n "$ac_tool_prefix"; then
2554
  if test -n "$ac_tool_prefix"; then
2322
  for ac_prog in cl.exe
2555
  for ac_prog in cl.exe
2323
  do
2556
  do
2324
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2557
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2325
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2558
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2326
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2559
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2327
$as_echo_n "checking for $ac_word... " >&6; }
2560
$as_echo_n "checking for $ac_word... " >&6; }
2328
if test "${ac_cv_prog_CC+set}" = set; then
2561
if test "${ac_cv_prog_CC+set}" = set; then :
2329
  $as_echo_n "(cached) " >&6
2562
  $as_echo_n "(cached) " >&6
2330
else
2563
else
2331
  if test -n "$CC"; then
2564
  if test -n "$CC"; then
2332
  ac_cv_prog_CC="$CC" # Let the user override the test.
2565
  ac_cv_prog_CC="$CC" # Let the user override the test.
2333
else
2566
else
2334
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2567
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2335
for as_dir in $PATH
2568
for as_dir in $PATH
2336
do
2569
do
2337
  IFS=$as_save_IFS
2570
  IFS=$as_save_IFS
2338
  test -z "$as_dir" && as_dir=.
2571
  test -z "$as_dir" && as_dir=.
2339
  for ac_exec_ext in '' $ac_executable_extensions; do
2572
    for ac_exec_ext in '' $ac_executable_extensions; do
2340
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2573
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2341
    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2574
    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2342
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2575
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2343
    break 2
2576
    break 2
2344
  fi
2577
  fi
2345
done
2578
done
2346
done
2579
  done
2347
IFS=$as_save_IFS
2580
IFS=$as_save_IFS
2348
 
2581
 
2349
fi
2582
fi
2350
fi
2583
fi
2351
CC=$ac_cv_prog_CC
2584
CC=$ac_cv_prog_CC
2352
if test -n "$CC"; then
2585
if test -n "$CC"; then
2353
  { $as_echo "$as_me:$LINENO: result: $CC" >&5
2586
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2354
$as_echo "$CC" >&6; }
2587
$as_echo "$CC" >&6; }
2355
else
2588
else
2356
  { $as_echo "$as_me:$LINENO: result: no" >&5
2589
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2357
$as_echo "no" >&6; }
2590
$as_echo "no" >&6; }
2358
fi
2591
fi
2359
 
2592
 
2360
 
2593
 
2361
    test -n "$CC" && break
2594
    test -n "$CC" && break
Line 2365... Line 2598...
2365
  ac_ct_CC=$CC
2598
  ac_ct_CC=$CC
2366
  for ac_prog in cl.exe
2599
  for ac_prog in cl.exe
2367
do
2600
do
2368
  # Extract the first word of "$ac_prog", so it can be a program name with args.
2601
  # Extract the first word of "$ac_prog", so it can be a program name with args.
2369
set dummy $ac_prog; ac_word=$2
2602
set dummy $ac_prog; ac_word=$2
2370
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2603
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2371
$as_echo_n "checking for $ac_word... " >&6; }
2604
$as_echo_n "checking for $ac_word... " >&6; }
2372
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2605
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2373
  $as_echo_n "(cached) " >&6
2606
  $as_echo_n "(cached) " >&6
2374
else
2607
else
2375
  if test -n "$ac_ct_CC"; then
2608
  if test -n "$ac_ct_CC"; then
2376
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2609
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2377
else
2610
else
2378
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2611
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2379
for as_dir in $PATH
2612
for as_dir in $PATH
2380
do
2613
do
2381
  IFS=$as_save_IFS
2614
  IFS=$as_save_IFS
2382
  test -z "$as_dir" && as_dir=.
2615
  test -z "$as_dir" && as_dir=.
2383
  for ac_exec_ext in '' $ac_executable_extensions; do
2616
    for ac_exec_ext in '' $ac_executable_extensions; do
2384
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2617
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2385
    ac_cv_prog_ac_ct_CC="$ac_prog"
2618
    ac_cv_prog_ac_ct_CC="$ac_prog"
2386
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2619
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2387
    break 2
2620
    break 2
2388
  fi
2621
  fi
2389
done
2622
done
2390
done
2623
  done
2391
IFS=$as_save_IFS
2624
IFS=$as_save_IFS
2392
 
2625
 
2393
fi
2626
fi
2394
fi
2627
fi
2395
ac_ct_CC=$ac_cv_prog_ac_ct_CC
2628
ac_ct_CC=$ac_cv_prog_ac_ct_CC
2396
if test -n "$ac_ct_CC"; then
2629
if test -n "$ac_ct_CC"; then
2397
  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2630
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2398
$as_echo "$ac_ct_CC" >&6; }
2631
$as_echo "$ac_ct_CC" >&6; }
2399
else
2632
else
2400
  { $as_echo "$as_me:$LINENO: result: no" >&5
2633
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2401
$as_echo "no" >&6; }
2634
$as_echo "no" >&6; }
2402
fi
2635
fi
2403
 
2636
 
2404
 
2637
 
2405
  test -n "$ac_ct_CC" && break
2638
  test -n "$ac_ct_CC" && break
Line 2408... Line 2641...
2408
  if test "x$ac_ct_CC" = x; then
2641
  if test "x$ac_ct_CC" = x; then
2409
    CC=""
2642
    CC=""
2410
  else
2643
  else
2411
    case $cross_compiling:$ac_tool_warned in
2644
    case $cross_compiling:$ac_tool_warned in
2412
yes:)
2645
yes:)
2413
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2646
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2414
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2647
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2415
ac_tool_warned=yes ;;
2648
ac_tool_warned=yes ;;
2416
esac
2649
esac
2417
    CC=$ac_ct_CC
2650
    CC=$ac_ct_CC
2418
  fi
2651
  fi
2419
fi
2652
fi
2420
 
2653
 
2421
fi
2654
fi
2422
 
2655
 
2423
 
2656
 
2424
test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2657
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2425
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2658
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2426
{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
-
 
2427
See \`config.log' for more details." >&5
-
 
2428
$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2659
as_fn_error "no acceptable C compiler found in \$PATH
2429
See \`config.log' for more details." >&2;}
2660
See \`config.log' for more details." "$LINENO" 5; }
2430
   { (exit 1); exit 1; }; }; }
-
 
2431
 
2661
 
2432
# Provide some information about the compiler.
2662
# Provide some information about the compiler.
2433
$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2663
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2434
set X $ac_compile
2664
set X $ac_compile
2435
ac_compiler=$2
2665
ac_compiler=$2
-
 
2666
for ac_option in --version -v -V -qversion; do
2436
{ (ac_try="$ac_compiler --version >&5"
2667
  { { ac_try="$ac_compiler $ac_option >&5"
2437
case "(($ac_try" in
2668
case "(($ac_try" in
2438
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2669
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2439
  *) ac_try_echo=$ac_try;;
2670
  *) ac_try_echo=$ac_try;;
2440
esac
2671
esac
2441
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2672
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2442
$as_echo "$ac_try_echo") >&5
2673
$as_echo "$ac_try_echo"; } >&5
2443
  (eval "$ac_compiler --version >&5") 2>&5
2674
  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2444
  ac_status=$?
2675
  ac_status=$?
2445
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2676
  if test -s conftest.err; then
2446
  (exit $ac_status); }
2677
    sed '10a\
2447
{ (ac_try="$ac_compiler -v >&5"
2678
... rest of stderr output deleted ...
2448
case "(($ac_try" in
-
 
2449
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2679
         10q' conftest.err >conftest.er1
2450
  *) ac_try_echo=$ac_try;;
-
 
2451
esac
-
 
2452
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
2453
$as_echo "$ac_try_echo") >&5
2680
    cat conftest.er1 >&5
2454
  (eval "$ac_compiler -v >&5") 2>&5
2681
    rm -f conftest.er1 conftest.err
2455
  ac_status=$?
2682
  fi
2456
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2683
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2457
  (exit $ac_status); }
2684
  test $ac_status = 0; }
2458
{ (ac_try="$ac_compiler -V >&5"
-
 
2459
case "(($ac_try" in
-
 
2460
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
2461
  *) ac_try_echo=$ac_try;;
-
 
2462
esac
2685
done
2463
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
2464
$as_echo "$ac_try_echo") >&5
-
 
2465
  (eval "$ac_compiler -V >&5") 2>&5
-
 
2466
  ac_status=$?
-
 
2467
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
2468
  (exit $ac_status); }
-
 
2469
 
2686
 
2470
cat >conftest.$ac_ext <<_ACEOF
-
 
2471
/* confdefs.h.  */
-
 
2472
_ACEOF
-
 
2473
cat confdefs.h >>conftest.$ac_ext
2687
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2474
cat >>conftest.$ac_ext <<_ACEOF
-
 
2475
/* end confdefs.h.  */
2688
/* end confdefs.h.  */
2476
 
-
 
-
 
2689
#include <stdio.h>
2477
int
2690
int
2478
main ()
2691
main ()
2479
{
2692
{
-
 
2693
FILE *f = fopen ("conftest.out", "w");
-
 
2694
 return ferror (f) || fclose (f) != 0;
2480
 
2695
 
2481
  ;
2696
  ;
2482
  return 0;
2697
  return 0;
2483
}
2698
}
2484
_ACEOF
2699
_ACEOF
2485
ac_clean_files_save=$ac_clean_files
2700
ac_clean_files_save=$ac_clean_files
2486
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2701
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
2487
# Try to create an executable without -o first, disregard a.out.
2702
# Try to create an executable without -o first, disregard a.out.
2488
# It will help us diagnose broken compilers, and finding out an intuition
2703
# It will help us diagnose broken compilers, and finding out an intuition
2489
# of exeext.
2704
# of exeext.
2490
{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2705
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2491
$as_echo_n "checking for C compiler default output file name... " >&6; }
2706
$as_echo_n "checking for C compiler default output file name... " >&6; }
2492
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2707
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2493
 
2708
 
2494
# The possible output files:
2709
# The possible output files:
2495
ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2710
ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
Line 2502... Line 2717...
2502
    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2717
    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2503
  esac
2718
  esac
2504
done
2719
done
2505
rm -f $ac_rmfiles
2720
rm -f $ac_rmfiles
2506
 
2721
 
2507
if { (ac_try="$ac_link_default"
2722
if { { ac_try="$ac_link_default"
2508
case "(($ac_try" in
2723
case "(($ac_try" in
2509
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2724
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2510
  *) ac_try_echo=$ac_try;;
2725
  *) ac_try_echo=$ac_try;;
2511
esac
2726
esac
2512
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2727
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2513
$as_echo "$ac_try_echo") >&5
2728
$as_echo "$ac_try_echo"; } >&5
2514
  (eval "$ac_link_default") 2>&5
2729
  (eval "$ac_link_default") 2>&5
2515
  ac_status=$?
2730
  ac_status=$?
2516
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2731
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2517
  (exit $ac_status); }; then
2732
  test $ac_status = 0; }; then :
2518
  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2733
  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2519
# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2734
# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2520
# in a Makefile.  We should not override ac_cv_exeext if it was cached,
2735
# in a Makefile.  We should not override ac_cv_exeext if it was cached,
2521
# so that the user can short-circuit this test for compilers unknown to
2736
# so that the user can short-circuit this test for compilers unknown to
2522
# Autoconf.
2737
# Autoconf.
Line 2529... Line 2744...
2529
    [ab].out )
2744
    [ab].out )
2530
	# We found the default executable, but exeext='' is most
2745
	# We found the default executable, but exeext='' is most
2531
	# certainly right.
2746
	# certainly right.
2532
	break;;
2747
	break;;
2533
    *.* )
2748
    *.* )
2534
        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2749
	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2535
	then :; else
2750
	then :; else
2536
	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2751
	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2537
	fi
2752
	fi
2538
	# We set ac_cv_exeext here because the later test for it is not
2753
	# We set ac_cv_exeext here because the later test for it is not
2539
	# safe: cross compilers may not add the suffix if given an `-o'
2754
	# safe: cross compilers may not add the suffix if given an `-o'
Line 2548... Line 2763...
2548
test "$ac_cv_exeext" = no && ac_cv_exeext=
2763
test "$ac_cv_exeext" = no && ac_cv_exeext=
2549
 
2764
 
2550
else
2765
else
2551
  ac_file=''
2766
  ac_file=''
2552
fi
2767
fi
2553
 
-
 
2554
{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2768
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2555
$as_echo "$ac_file" >&6; }
2769
$as_echo "$ac_file" >&6; }
2556
if test -z "$ac_file"; then
2770
if test -z "$ac_file"; then :
2557
  $as_echo "$as_me: failed program was:" >&5
2771
  $as_echo "$as_me: failed program was:" >&5
2558
sed 's/^/| /' conftest.$ac_ext >&5
2772
sed 's/^/| /' conftest.$ac_ext >&5
2559
 
2773
 
2560
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2774
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2561
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2775
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2562
{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
-
 
2563
See \`config.log' for more details." >&5
2776
{ as_fn_set_status 77
2564
$as_echo "$as_me: error: C compiler cannot create executables
2777
as_fn_error "C compiler cannot create executables
2565
See \`config.log' for more details." >&2;}
2778
See \`config.log' for more details." "$LINENO" 5; }; }
2566
   { (exit 77); exit 77; }; }; }
-
 
2567
fi
2779
fi
2568
 
-
 
2569
ac_exeext=$ac_cv_exeext
2780
ac_exeext=$ac_cv_exeext
2570
 
2781
 
2571
# Check that the compiler produces executables we can run.  If not, either
2782
# Check that the compiler produces executables we can run.  If not, either
2572
# the compiler is broken, or we cross compile.
2783
# the compiler is broken, or we cross compile.
2573
{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2784
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2574
$as_echo_n "checking whether the C compiler works... " >&6; }
2785
$as_echo_n "checking whether the C compiler works... " >&6; }
2575
# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
-
 
2576
# If not cross compiling, check that we can run a simple program.
2786
# If not cross compiling, check that we can run a simple program.
2577
if test "$cross_compiling" != yes; then
2787
if test "$cross_compiling" != yes; then
2578
  if { ac_try='./$ac_file'
2788
  if { ac_try='./$ac_file'
2579
  { (case "(($ac_try" in
2789
  { { case "(($ac_try" in
2580
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2790
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2581
  *) ac_try_echo=$ac_try;;
2791
  *) ac_try_echo=$ac_try;;
2582
esac
2792
esac
2583
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2793
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2584
$as_echo "$ac_try_echo") >&5
2794
$as_echo "$ac_try_echo"; } >&5
2585
  (eval "$ac_try") 2>&5
2795
  (eval "$ac_try") 2>&5
2586
  ac_status=$?
2796
  ac_status=$?
2587
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2797
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2588
  (exit $ac_status); }; }; then
2798
  test $ac_status = 0; }; }; then
2589
    cross_compiling=no
2799
    cross_compiling=no
2590
  else
2800
  else
2591
    if test "$cross_compiling" = maybe; then
2801
    if test "$cross_compiling" = maybe; then
2592
	cross_compiling=yes
2802
	cross_compiling=yes
2593
    else
2803
    else
2594
	{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2804
	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2595
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2805
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2596
{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
-
 
2597
If you meant to cross compile, use \`--host'.
-
 
2598
See \`config.log' for more details." >&5
-
 
2599
$as_echo "$as_me: error: cannot run C compiled programs.
2806
as_fn_error "cannot run C compiled programs.
2600
If you meant to cross compile, use \`--host'.
2807
If you meant to cross compile, use \`--host'.
2601
See \`config.log' for more details." >&2;}
2808
See \`config.log' for more details." "$LINENO" 5; }
2602
   { (exit 1); exit 1; }; }; }
-
 
2603
    fi
2809
    fi
2604
  fi
2810
  fi
2605
fi
2811
fi
2606
{ $as_echo "$as_me:$LINENO: result: yes" >&5
2812
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2607
$as_echo "yes" >&6; }
2813
$as_echo "yes" >&6; }
2608
 
2814
 
2609
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2815
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
2610
ac_clean_files=$ac_clean_files_save
2816
ac_clean_files=$ac_clean_files_save
2611
# Check that the compiler produces executables we can run.  If not, either
2817
# Check that the compiler produces executables we can run.  If not, either
2612
# the compiler is broken, or we cross compile.
2818
# the compiler is broken, or we cross compile.
2613
{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2819
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2614
$as_echo_n "checking whether we are cross compiling... " >&6; }
2820
$as_echo_n "checking whether we are cross compiling... " >&6; }
2615
{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2821
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2616
$as_echo "$cross_compiling" >&6; }
2822
$as_echo "$cross_compiling" >&6; }
2617
 
2823
 
2618
{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2824
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2619
$as_echo_n "checking for suffix of executables... " >&6; }
2825
$as_echo_n "checking for suffix of executables... " >&6; }
2620
if { (ac_try="$ac_link"
2826
if { { ac_try="$ac_link"
2621
case "(($ac_try" in
2827
case "(($ac_try" in
2622
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2828
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2623
  *) ac_try_echo=$ac_try;;
2829
  *) ac_try_echo=$ac_try;;
2624
esac
2830
esac
2625
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2831
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2626
$as_echo "$ac_try_echo") >&5
2832
$as_echo "$ac_try_echo"; } >&5
2627
  (eval "$ac_link") 2>&5
2833
  (eval "$ac_link") 2>&5
2628
  ac_status=$?
2834
  ac_status=$?
2629
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2835
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2630
  (exit $ac_status); }; then
2836
  test $ac_status = 0; }; then :
2631
  # If both `conftest.exe' and `conftest' are `present' (well, observable)
2837
  # If both `conftest.exe' and `conftest' are `present' (well, observable)
2632
# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2838
# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2633
# work properly (i.e., refer to `conftest.exe'), while it won't with
2839
# work properly (i.e., refer to `conftest.exe'), while it won't with
2634
# `rm'.
2840
# `rm'.
2635
for ac_file in conftest.exe conftest conftest.*; do
2841
for ac_file in conftest.exe conftest conftest.*; do
Line 2640... Line 2846...
2640
	  break;;
2846
	  break;;
2641
    * ) break;;
2847
    * ) break;;
2642
  esac
2848
  esac
2643
done
2849
done
2644
else
2850
else
2645
  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2851
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2646
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2852
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2647
{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
-
 
2648
See \`config.log' for more details." >&5
-
 
2649
$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2853
as_fn_error "cannot compute suffix of executables: cannot compile and link
2650
See \`config.log' for more details." >&2;}
2854
See \`config.log' for more details." "$LINENO" 5; }
2651
   { (exit 1); exit 1; }; }; }
-
 
2652
fi
2855
fi
2653
 
-
 
2654
rm -f conftest$ac_cv_exeext
2856
rm -f conftest$ac_cv_exeext
2655
{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2857
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2656
$as_echo "$ac_cv_exeext" >&6; }
2858
$as_echo "$ac_cv_exeext" >&6; }
2657
 
2859
 
2658
rm -f conftest.$ac_ext
2860
rm -f conftest.$ac_ext
2659
EXEEXT=$ac_cv_exeext
2861
EXEEXT=$ac_cv_exeext
2660
ac_exeext=$EXEEXT
2862
ac_exeext=$EXEEXT
2661
{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2863
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2662
$as_echo_n "checking for suffix of object files... " >&6; }
2864
$as_echo_n "checking for suffix of object files... " >&6; }
2663
if test "${ac_cv_objext+set}" = set; then
2865
if test "${ac_cv_objext+set}" = set; then :
2664
  $as_echo_n "(cached) " >&6
2866
  $as_echo_n "(cached) " >&6
2665
else
2867
else
2666
  cat >conftest.$ac_ext <<_ACEOF
-
 
2667
/* confdefs.h.  */
-
 
2668
_ACEOF
-
 
2669
cat confdefs.h >>conftest.$ac_ext
2868
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2670
cat >>conftest.$ac_ext <<_ACEOF
-
 
2671
/* end confdefs.h.  */
2869
/* end confdefs.h.  */
2672
 
2870
 
2673
int
2871
int
2674
main ()
2872
main ()
2675
{
2873
{
Line 2677... Line 2875...
2677
  ;
2875
  ;
2678
  return 0;
2876
  return 0;
2679
}
2877
}
2680
_ACEOF
2878
_ACEOF
2681
rm -f conftest.o conftest.obj
2879
rm -f conftest.o conftest.obj
2682
if { (ac_try="$ac_compile"
2880
if { { ac_try="$ac_compile"
2683
case "(($ac_try" in
2881
case "(($ac_try" in
2684
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2882
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2685
  *) ac_try_echo=$ac_try;;
2883
  *) ac_try_echo=$ac_try;;
2686
esac
2884
esac
2687
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2885
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2688
$as_echo "$ac_try_echo") >&5
2886
$as_echo "$ac_try_echo"; } >&5
2689
  (eval "$ac_compile") 2>&5
2887
  (eval "$ac_compile") 2>&5
2690
  ac_status=$?
2888
  ac_status=$?
2691
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2889
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2692
  (exit $ac_status); }; then
2890
  test $ac_status = 0; }; then :
2693
  for ac_file in conftest.o conftest.obj conftest.*; do
2891
  for ac_file in conftest.o conftest.obj conftest.*; do
2694
  test -f "$ac_file" || continue;
2892
  test -f "$ac_file" || continue;
2695
  case $ac_file in
2893
  case $ac_file in
2696
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2894
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2697
    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2895
    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
Line 2700... Line 2898...
2700
done
2898
done
2701
else
2899
else
2702
  $as_echo "$as_me: failed program was:" >&5
2900
  $as_echo "$as_me: failed program was:" >&5
2703
sed 's/^/| /' conftest.$ac_ext >&5
2901
sed 's/^/| /' conftest.$ac_ext >&5
2704
 
2902
 
2705
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2903
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2706
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2904
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2707
{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
-
 
2708
See \`config.log' for more details." >&5
-
 
2709
$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2905
as_fn_error "cannot compute suffix of object files: cannot compile
2710
See \`config.log' for more details." >&2;}
2906
See \`config.log' for more details." "$LINENO" 5; }
2711
   { (exit 1); exit 1; }; }; }
-
 
2712
fi
2907
fi
2713
 
-
 
2714
rm -f conftest.$ac_cv_objext conftest.$ac_ext
2908
rm -f conftest.$ac_cv_objext conftest.$ac_ext
2715
fi
2909
fi
2716
{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2910
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2717
$as_echo "$ac_cv_objext" >&6; }
2911
$as_echo "$ac_cv_objext" >&6; }
2718
OBJEXT=$ac_cv_objext
2912
OBJEXT=$ac_cv_objext
2719
ac_objext=$OBJEXT
2913
ac_objext=$OBJEXT
2720
{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2914
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2721
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2915
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2722
if test "${ac_cv_c_compiler_gnu+set}" = set; then
2916
if test "${ac_cv_c_compiler_gnu+set}" = set; then :
2723
  $as_echo_n "(cached) " >&6
2917
  $as_echo_n "(cached) " >&6
2724
else
2918
else
2725
  cat >conftest.$ac_ext <<_ACEOF
-
 
2726
/* confdefs.h.  */
-
 
2727
_ACEOF
-
 
2728
cat confdefs.h >>conftest.$ac_ext
2919
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2729
cat >>conftest.$ac_ext <<_ACEOF
-
 
2730
/* end confdefs.h.  */
2920
/* end confdefs.h.  */
2731
 
2921
 
2732
int
2922
int
2733
main ()
2923
main ()
2734
{
2924
{
Line 2738... Line 2928...
2738
 
2928
 
2739
  ;
2929
  ;
2740
  return 0;
2930
  return 0;
2741
}
2931
}
2742
_ACEOF
2932
_ACEOF
2743
rm -f conftest.$ac_objext
-
 
2744
if { (ac_try="$ac_compile"
-
 
2745
case "(($ac_try" in
-
 
2746
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
2747
  *) ac_try_echo=$ac_try;;
-
 
2748
esac
-
 
2749
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
2750
$as_echo "$ac_try_echo") >&5
-
 
2751
  (eval "$ac_compile") 2>conftest.er1
2933
if ac_fn_c_try_compile "$LINENO"; then :
2752
  ac_status=$?
-
 
2753
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
2754
  rm -f conftest.er1
-
 
2755
  cat conftest.err >&5
-
 
2756
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
2757
  (exit $ac_status); } && {
-
 
2758
	 test -z "$ac_c_werror_flag" ||
-
 
2759
	 test ! -s conftest.err
-
 
2760
       } && test -s conftest.$ac_objext; then
-
 
2761
  ac_compiler_gnu=yes
2934
  ac_compiler_gnu=yes
2762
else
2935
else
2763
  $as_echo "$as_me: failed program was:" >&5
-
 
2764
sed 's/^/| /' conftest.$ac_ext >&5
-
 
2765
 
-
 
2766
	ac_compiler_gnu=no
2936
  ac_compiler_gnu=no
2767
fi
2937
fi
2768
 
-
 
2769
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2938
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2770
ac_cv_c_compiler_gnu=$ac_compiler_gnu
2939
ac_cv_c_compiler_gnu=$ac_compiler_gnu
2771
 
2940
 
2772
fi
2941
fi
2773
{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2942
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2774
$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2943
$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2775
if test $ac_compiler_gnu = yes; then
2944
if test $ac_compiler_gnu = yes; then
2776
  GCC=yes
2945
  GCC=yes
2777
else
2946
else
2778
  GCC=
2947
  GCC=
2779
fi
2948
fi
2780
ac_test_CFLAGS=${CFLAGS+set}
2949
ac_test_CFLAGS=${CFLAGS+set}
2781
ac_save_CFLAGS=$CFLAGS
2950
ac_save_CFLAGS=$CFLAGS
2782
{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2951
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2783
$as_echo_n "checking whether $CC accepts -g... " >&6; }
2952
$as_echo_n "checking whether $CC accepts -g... " >&6; }
2784
if test "${ac_cv_prog_cc_g+set}" = set; then
2953
if test "${ac_cv_prog_cc_g+set}" = set; then :
2785
  $as_echo_n "(cached) " >&6
2954
  $as_echo_n "(cached) " >&6
2786
else
2955
else
2787
  ac_save_c_werror_flag=$ac_c_werror_flag
2956
  ac_save_c_werror_flag=$ac_c_werror_flag
2788
   ac_c_werror_flag=yes
2957
   ac_c_werror_flag=yes
2789
   ac_cv_prog_cc_g=no
2958
   ac_cv_prog_cc_g=no
2790
   CFLAGS="-g"
2959
   CFLAGS="-g"
2791
   cat >conftest.$ac_ext <<_ACEOF
-
 
2792
/* confdefs.h.  */
-
 
2793
_ACEOF
-
 
2794
cat confdefs.h >>conftest.$ac_ext
2960
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2795
cat >>conftest.$ac_ext <<_ACEOF
-
 
2796
/* end confdefs.h.  */
2961
/* end confdefs.h.  */
2797
 
2962
 
2798
int
2963
int
2799
main ()
2964
main ()
2800
{
2965
{
2801
 
2966
 
2802
  ;
2967
  ;
2803
  return 0;
2968
  return 0;
2804
}
2969
}
2805
_ACEOF
2970
_ACEOF
2806
rm -f conftest.$ac_objext
-
 
2807
if { (ac_try="$ac_compile"
-
 
2808
case "(($ac_try" in
-
 
2809
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
2810
  *) ac_try_echo=$ac_try;;
-
 
2811
esac
-
 
2812
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
2813
$as_echo "$ac_try_echo") >&5
-
 
2814
  (eval "$ac_compile") 2>conftest.er1
2971
if ac_fn_c_try_compile "$LINENO"; then :
2815
  ac_status=$?
-
 
2816
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
2817
  rm -f conftest.er1
-
 
2818
  cat conftest.err >&5
-
 
2819
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
2820
  (exit $ac_status); } && {
-
 
2821
	 test -z "$ac_c_werror_flag" ||
-
 
2822
	 test ! -s conftest.err
-
 
2823
       } && test -s conftest.$ac_objext; then
-
 
2824
  ac_cv_prog_cc_g=yes
2972
  ac_cv_prog_cc_g=yes
2825
else
2973
else
2826
  $as_echo "$as_me: failed program was:" >&5
-
 
2827
sed 's/^/| /' conftest.$ac_ext >&5
-
 
2828
 
-
 
2829
	CFLAGS=""
2974
  CFLAGS=""
2830
      cat >conftest.$ac_ext <<_ACEOF
-
 
2831
/* confdefs.h.  */
-
 
2832
_ACEOF
-
 
2833
cat confdefs.h >>conftest.$ac_ext
2975
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2834
cat >>conftest.$ac_ext <<_ACEOF
-
 
2835
/* end confdefs.h.  */
2976
/* end confdefs.h.  */
2836
 
2977
 
2837
int
2978
int
2838
main ()
2979
main ()
2839
{
2980
{
2840
 
2981
 
2841
  ;
2982
  ;
2842
  return 0;
2983
  return 0;
2843
}
2984
}
2844
_ACEOF
2985
_ACEOF
2845
rm -f conftest.$ac_objext
-
 
2846
if { (ac_try="$ac_compile"
-
 
2847
case "(($ac_try" in
-
 
2848
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
2849
  *) ac_try_echo=$ac_try;;
-
 
2850
esac
-
 
2851
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
2852
$as_echo "$ac_try_echo") >&5
-
 
2853
  (eval "$ac_compile") 2>conftest.er1
2986
if ac_fn_c_try_compile "$LINENO"; then :
2854
  ac_status=$?
-
 
2855
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
2856
  rm -f conftest.er1
-
 
2857
  cat conftest.err >&5
-
 
2858
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
2859
  (exit $ac_status); } && {
-
 
2860
	 test -z "$ac_c_werror_flag" ||
-
 
2861
	 test ! -s conftest.err
-
 
2862
       } && test -s conftest.$ac_objext; then
-
 
2863
  :
-
 
2864
else
-
 
2865
  $as_echo "$as_me: failed program was:" >&5
-
 
2866
sed 's/^/| /' conftest.$ac_ext >&5
-
 
2867
 
2987
 
-
 
2988
else
2868
	ac_c_werror_flag=$ac_save_c_werror_flag
2989
  ac_c_werror_flag=$ac_save_c_werror_flag
2869
	 CFLAGS="-g"
2990
	 CFLAGS="-g"
2870
	 cat >conftest.$ac_ext <<_ACEOF
-
 
2871
/* confdefs.h.  */
-
 
2872
_ACEOF
-
 
2873
cat confdefs.h >>conftest.$ac_ext
2991
	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2874
cat >>conftest.$ac_ext <<_ACEOF
-
 
2875
/* end confdefs.h.  */
2992
/* end confdefs.h.  */
2876
 
2993
 
2877
int
2994
int
2878
main ()
2995
main ()
2879
{
2996
{
2880
 
2997
 
2881
  ;
2998
  ;
2882
  return 0;
2999
  return 0;
2883
}
3000
}
2884
_ACEOF
3001
_ACEOF
2885
rm -f conftest.$ac_objext
-
 
2886
if { (ac_try="$ac_compile"
-
 
2887
case "(($ac_try" in
-
 
2888
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
2889
  *) ac_try_echo=$ac_try;;
-
 
2890
esac
-
 
2891
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
2892
$as_echo "$ac_try_echo") >&5
-
 
2893
  (eval "$ac_compile") 2>conftest.er1
3002
if ac_fn_c_try_compile "$LINENO"; then :
2894
  ac_status=$?
-
 
2895
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
2896
  rm -f conftest.er1
-
 
2897
  cat conftest.err >&5
-
 
2898
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
2899
  (exit $ac_status); } && {
-
 
2900
	 test -z "$ac_c_werror_flag" ||
-
 
2901
	 test ! -s conftest.err
-
 
2902
       } && test -s conftest.$ac_objext; then
-
 
2903
  ac_cv_prog_cc_g=yes
3003
  ac_cv_prog_cc_g=yes
2904
else
-
 
2905
  $as_echo "$as_me: failed program was:" >&5
-
 
2906
sed 's/^/| /' conftest.$ac_ext >&5
-
 
2907
 
-
 
2908
 
-
 
2909
fi
3004
fi
2910
 
-
 
2911
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3005
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2912
fi
3006
fi
2913
 
-
 
2914
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3007
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2915
fi
3008
fi
2916
 
-
 
2917
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3009
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2918
   ac_c_werror_flag=$ac_save_c_werror_flag
3010
   ac_c_werror_flag=$ac_save_c_werror_flag
2919
fi
3011
fi
2920
{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3012
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
2921
$as_echo "$ac_cv_prog_cc_g" >&6; }
3013
$as_echo "$ac_cv_prog_cc_g" >&6; }
2922
if test "$ac_test_CFLAGS" = set; then
3014
if test "$ac_test_CFLAGS" = set; then
2923
  CFLAGS=$ac_save_CFLAGS
3015
  CFLAGS=$ac_save_CFLAGS
2924
elif test $ac_cv_prog_cc_g = yes; then
3016
elif test $ac_cv_prog_cc_g = yes; then
2925
  if test "$GCC" = yes; then
3017
  if test "$GCC" = yes; then
Line 2932... Line 3024...
2932
    CFLAGS="-O2"
3024
    CFLAGS="-O2"
2933
  else
3025
  else
2934
    CFLAGS=
3026
    CFLAGS=
2935
  fi
3027
  fi
2936
fi
3028
fi
2937
{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3029
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
2938
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3030
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
2939
if test "${ac_cv_prog_cc_c89+set}" = set; then
3031
if test "${ac_cv_prog_cc_c89+set}" = set; then :
2940
  $as_echo_n "(cached) " >&6
3032
  $as_echo_n "(cached) " >&6
2941
else
3033
else
2942
  ac_cv_prog_cc_c89=no
3034
  ac_cv_prog_cc_c89=no
2943
ac_save_CC=$CC
3035
ac_save_CC=$CC
2944
cat >conftest.$ac_ext <<_ACEOF
-
 
2945
/* confdefs.h.  */
-
 
2946
_ACEOF
-
 
2947
cat confdefs.h >>conftest.$ac_ext
3036
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2948
cat >>conftest.$ac_ext <<_ACEOF
-
 
2949
/* end confdefs.h.  */
3037
/* end confdefs.h.  */
2950
#include <stdarg.h>
3038
#include <stdarg.h>
2951
#include <stdio.h>
3039
#include <stdio.h>
2952
#include <sys/types.h>
3040
#include <sys/types.h>
2953
#include <sys/stat.h>
3041
#include <sys/stat.h>
Line 3000... Line 3088...
3000
_ACEOF
3088
_ACEOF
3001
for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3089
for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3002
	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3090
	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3003
do
3091
do
3004
  CC="$ac_save_CC $ac_arg"
3092
  CC="$ac_save_CC $ac_arg"
3005
  rm -f conftest.$ac_objext
-
 
3006
if { (ac_try="$ac_compile"
-
 
3007
case "(($ac_try" in
-
 
3008
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
3009
  *) ac_try_echo=$ac_try;;
-
 
3010
esac
-
 
3011
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
3012
$as_echo "$ac_try_echo") >&5
-
 
3013
  (eval "$ac_compile") 2>conftest.er1
3093
  if ac_fn_c_try_compile "$LINENO"; then :
3014
  ac_status=$?
-
 
3015
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
3016
  rm -f conftest.er1
-
 
3017
  cat conftest.err >&5
-
 
3018
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
3019
  (exit $ac_status); } && {
-
 
3020
	 test -z "$ac_c_werror_flag" ||
-
 
3021
	 test ! -s conftest.err
-
 
3022
       } && test -s conftest.$ac_objext; then
-
 
3023
  ac_cv_prog_cc_c89=$ac_arg
3094
  ac_cv_prog_cc_c89=$ac_arg
3024
else
-
 
3025
  $as_echo "$as_me: failed program was:" >&5
-
 
3026
sed 's/^/| /' conftest.$ac_ext >&5
-
 
3027
 
-
 
3028
 
-
 
3029
fi
3095
fi
3030
 
-
 
3031
rm -f core conftest.err conftest.$ac_objext
3096
rm -f core conftest.err conftest.$ac_objext
3032
  test "x$ac_cv_prog_cc_c89" != "xno" && break
3097
  test "x$ac_cv_prog_cc_c89" != "xno" && break
3033
done
3098
done
3034
rm -f conftest.$ac_ext
3099
rm -f conftest.$ac_ext
3035
CC=$ac_save_CC
3100
CC=$ac_save_CC
3036
 
3101
 
3037
fi
3102
fi
3038
# AC_CACHE_VAL
3103
# AC_CACHE_VAL
3039
case "x$ac_cv_prog_cc_c89" in
3104
case "x$ac_cv_prog_cc_c89" in
3040
  x)
3105
  x)
3041
    { $as_echo "$as_me:$LINENO: result: none needed" >&5
3106
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3042
$as_echo "none needed" >&6; } ;;
3107
$as_echo "none needed" >&6; } ;;
3043
  xno)
3108
  xno)
3044
    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3109
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3045
$as_echo "unsupported" >&6; } ;;
3110
$as_echo "unsupported" >&6; } ;;
3046
  *)
3111
  *)
3047
    CC="$CC $ac_cv_prog_cc_c89"
3112
    CC="$CC $ac_cv_prog_cc_c89"
3048
    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3113
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3049
$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3114
$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3050
esac
3115
esac
-
 
3116
if test "x$ac_cv_prog_cc_c89" != xno; then :
3051
 
3117
 
-
 
3118
fi
3052
 
3119
 
3053
ac_ext=c
3120
ac_ext=c
3054
ac_cpp='$CPP $CPPFLAGS'
3121
ac_cpp='$CPP $CPPFLAGS'
3055
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3122
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3056
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3123
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Line 3060... Line 3127...
3060
ac_ext=c
3127
ac_ext=c
3061
ac_cpp='$CPP $CPPFLAGS'
3128
ac_cpp='$CPP $CPPFLAGS'
3062
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3129
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3063
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3130
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3064
ac_compiler_gnu=$ac_cv_c_compiler_gnu
3131
ac_compiler_gnu=$ac_cv_c_compiler_gnu
3065
{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3132
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3066
$as_echo_n "checking how to run the C preprocessor... " >&6; }
3133
$as_echo_n "checking how to run the C preprocessor... " >&6; }
3067
# On Suns, sometimes $CPP names a directory.
3134
# On Suns, sometimes $CPP names a directory.
3068
if test -n "$CPP" && test -d "$CPP"; then
3135
if test -n "$CPP" && test -d "$CPP"; then
3069
  CPP=
3136
  CPP=
3070
fi
3137
fi
3071
if test -z "$CPP"; then
3138
if test -z "$CPP"; then
3072
  if test "${ac_cv_prog_CPP+set}" = set; then
3139
  if test "${ac_cv_prog_CPP+set}" = set; then :
3073
  $as_echo_n "(cached) " >&6
3140
  $as_echo_n "(cached) " >&6
3074
else
3141
else
3075
      # Double quotes because CPP needs to be expanded
3142
      # Double quotes because CPP needs to be expanded
3076
    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3143
    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3077
    do
3144
    do
Line 3082... Line 3149...
3082
  # with a fresh cross-compiler works.
3149
  # with a fresh cross-compiler works.
3083
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3150
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3084
  # <limits.h> exists even on freestanding compilers.
3151
  # <limits.h> exists even on freestanding compilers.
3085
  # On the NeXT, cc -E runs the code through the compiler's parser,
3152
  # On the NeXT, cc -E runs the code through the compiler's parser,
3086
  # not just through cpp. "Syntax error" is here to catch this case.
3153
  # not just through cpp. "Syntax error" is here to catch this case.
3087
  cat >conftest.$ac_ext <<_ACEOF
-
 
3088
/* confdefs.h.  */
-
 
3089
_ACEOF
-
 
3090
cat confdefs.h >>conftest.$ac_ext
3154
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3091
cat >>conftest.$ac_ext <<_ACEOF
-
 
3092
/* end confdefs.h.  */
3155
/* end confdefs.h.  */
3093
#ifdef __STDC__
3156
#ifdef __STDC__
3094
# include <limits.h>
3157
# include <limits.h>
3095
#else
3158
#else
3096
# include <assert.h>
3159
# include <assert.h>
3097
#endif
3160
#endif
3098
		     Syntax error
3161
		     Syntax error
3099
_ACEOF
3162
_ACEOF
3100
if { (ac_try="$ac_cpp conftest.$ac_ext"
3163
if ac_fn_c_try_cpp "$LINENO"; then :
3101
case "(($ac_try" in
-
 
3102
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
3103
  *) ac_try_echo=$ac_try;;
-
 
3104
esac
-
 
3105
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
3106
$as_echo "$ac_try_echo") >&5
-
 
3107
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-
 
3108
  ac_status=$?
-
 
3109
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
3110
  rm -f conftest.er1
-
 
3111
  cat conftest.err >&5
-
 
3112
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
3113
  (exit $ac_status); } >/dev/null && {
-
 
3114
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-
 
3115
	 test ! -s conftest.err
-
 
3116
       }; then
-
 
3117
  :
-
 
3118
else
-
 
3119
  $as_echo "$as_me: failed program was:" >&5
-
 
3120
sed 's/^/| /' conftest.$ac_ext >&5
-
 
3121
 
3164
 
-
 
3165
else
3122
  # Broken: fails on valid input.
3166
  # Broken: fails on valid input.
3123
continue
3167
continue
3124
fi
3168
fi
3125
 
-
 
3126
rm -f conftest.err conftest.$ac_ext
3169
rm -f conftest.err conftest.$ac_ext
3127
 
3170
 
3128
  # OK, works on sane cases.  Now check whether nonexistent headers
3171
  # OK, works on sane cases.  Now check whether nonexistent headers
3129
  # can be detected and how.
3172
  # can be detected and how.
3130
  cat >conftest.$ac_ext <<_ACEOF
-
 
3131
/* confdefs.h.  */
-
 
3132
_ACEOF
-
 
3133
cat confdefs.h >>conftest.$ac_ext
3173
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3134
cat >>conftest.$ac_ext <<_ACEOF
-
 
3135
/* end confdefs.h.  */
3174
/* end confdefs.h.  */
3136
#include <ac_nonexistent.h>
3175
#include <ac_nonexistent.h>
3137
_ACEOF
3176
_ACEOF
3138
if { (ac_try="$ac_cpp conftest.$ac_ext"
3177
if ac_fn_c_try_cpp "$LINENO"; then :
3139
case "(($ac_try" in
-
 
3140
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
3141
  *) ac_try_echo=$ac_try;;
-
 
3142
esac
-
 
3143
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
3144
$as_echo "$ac_try_echo") >&5
-
 
3145
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-
 
3146
  ac_status=$?
-
 
3147
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
3148
  rm -f conftest.er1
-
 
3149
  cat conftest.err >&5
-
 
3150
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
3151
  (exit $ac_status); } >/dev/null && {
-
 
3152
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-
 
3153
	 test ! -s conftest.err
-
 
3154
       }; then
-
 
3155
  # Broken: success on invalid input.
3178
  # Broken: success on invalid input.
3156
continue
3179
continue
3157
else
3180
else
3158
  $as_echo "$as_me: failed program was:" >&5
-
 
3159
sed 's/^/| /' conftest.$ac_ext >&5
-
 
3160
 
-
 
3161
  # Passes both tests.
3181
  # Passes both tests.
3162
ac_preproc_ok=:
3182
ac_preproc_ok=:
3163
break
3183
break
3164
fi
3184
fi
3165
 
-
 
3166
rm -f conftest.err conftest.$ac_ext
3185
rm -f conftest.err conftest.$ac_ext
3167
 
3186
 
3168
done
3187
done
3169
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3188
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3170
rm -f conftest.err conftest.$ac_ext
3189
rm -f conftest.err conftest.$ac_ext
3171
if $ac_preproc_ok; then
3190
if $ac_preproc_ok; then :
3172
  break
3191
  break
3173
fi
3192
fi
3174
 
3193
 
3175
    done
3194
    done
3176
    ac_cv_prog_CPP=$CPP
3195
    ac_cv_prog_CPP=$CPP
Line 3178... Line 3197...
3178
fi
3197
fi
3179
  CPP=$ac_cv_prog_CPP
3198
  CPP=$ac_cv_prog_CPP
3180
else
3199
else
3181
  ac_cv_prog_CPP=$CPP
3200
  ac_cv_prog_CPP=$CPP
3182
fi
3201
fi
3183
{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
3202
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3184
$as_echo "$CPP" >&6; }
3203
$as_echo "$CPP" >&6; }
3185
ac_preproc_ok=false
3204
ac_preproc_ok=false
3186
for ac_c_preproc_warn_flag in '' yes
3205
for ac_c_preproc_warn_flag in '' yes
3187
do
3206
do
3188
  # Use a header file that comes with gcc, so configuring glibc
3207
  # Use a header file that comes with gcc, so configuring glibc
3189
  # with a fresh cross-compiler works.
3208
  # with a fresh cross-compiler works.
3190
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3209
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3191
  # <limits.h> exists even on freestanding compilers.
3210
  # <limits.h> exists even on freestanding compilers.
3192
  # On the NeXT, cc -E runs the code through the compiler's parser,
3211
  # On the NeXT, cc -E runs the code through the compiler's parser,
3193
  # not just through cpp. "Syntax error" is here to catch this case.
3212
  # not just through cpp. "Syntax error" is here to catch this case.
3194
  cat >conftest.$ac_ext <<_ACEOF
-
 
3195
/* confdefs.h.  */
-
 
3196
_ACEOF
-
 
3197
cat confdefs.h >>conftest.$ac_ext
3213
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3198
cat >>conftest.$ac_ext <<_ACEOF
-
 
3199
/* end confdefs.h.  */
3214
/* end confdefs.h.  */
3200
#ifdef __STDC__
3215
#ifdef __STDC__
3201
# include <limits.h>
3216
# include <limits.h>
3202
#else
3217
#else
3203
# include <assert.h>
3218
# include <assert.h>
3204
#endif
3219
#endif
3205
		     Syntax error
3220
		     Syntax error
3206
_ACEOF
3221
_ACEOF
3207
if { (ac_try="$ac_cpp conftest.$ac_ext"
3222
if ac_fn_c_try_cpp "$LINENO"; then :
3208
case "(($ac_try" in
-
 
3209
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
3210
  *) ac_try_echo=$ac_try;;
-
 
3211
esac
-
 
3212
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
3213
$as_echo "$ac_try_echo") >&5
-
 
3214
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-
 
3215
  ac_status=$?
-
 
3216
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
3217
  rm -f conftest.er1
-
 
3218
  cat conftest.err >&5
-
 
3219
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
3220
  (exit $ac_status); } >/dev/null && {
-
 
3221
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-
 
3222
	 test ! -s conftest.err
-
 
3223
       }; then
-
 
3224
  :
-
 
3225
else
-
 
3226
  $as_echo "$as_me: failed program was:" >&5
-
 
3227
sed 's/^/| /' conftest.$ac_ext >&5
-
 
3228
 
3223
 
-
 
3224
else
3229
  # Broken: fails on valid input.
3225
  # Broken: fails on valid input.
3230
continue
3226
continue
3231
fi
3227
fi
3232
 
-
 
3233
rm -f conftest.err conftest.$ac_ext
3228
rm -f conftest.err conftest.$ac_ext
3234
 
3229
 
3235
  # OK, works on sane cases.  Now check whether nonexistent headers
3230
  # OK, works on sane cases.  Now check whether nonexistent headers
3236
  # can be detected and how.
3231
  # can be detected and how.
3237
  cat >conftest.$ac_ext <<_ACEOF
-
 
3238
/* confdefs.h.  */
-
 
3239
_ACEOF
-
 
3240
cat confdefs.h >>conftest.$ac_ext
3232
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3241
cat >>conftest.$ac_ext <<_ACEOF
-
 
3242
/* end confdefs.h.  */
3233
/* end confdefs.h.  */
3243
#include <ac_nonexistent.h>
3234
#include <ac_nonexistent.h>
3244
_ACEOF
3235
_ACEOF
3245
if { (ac_try="$ac_cpp conftest.$ac_ext"
3236
if ac_fn_c_try_cpp "$LINENO"; then :
3246
case "(($ac_try" in
-
 
3247
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
3248
  *) ac_try_echo=$ac_try;;
-
 
3249
esac
-
 
3250
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
3251
$as_echo "$ac_try_echo") >&5
-
 
3252
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-
 
3253
  ac_status=$?
-
 
3254
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
3255
  rm -f conftest.er1
-
 
3256
  cat conftest.err >&5
-
 
3257
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
3258
  (exit $ac_status); } >/dev/null && {
-
 
3259
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-
 
3260
	 test ! -s conftest.err
-
 
3261
       }; then
-
 
3262
  # Broken: success on invalid input.
3237
  # Broken: success on invalid input.
3263
continue
3238
continue
3264
else
3239
else
3265
  $as_echo "$as_me: failed program was:" >&5
-
 
3266
sed 's/^/| /' conftest.$ac_ext >&5
-
 
3267
 
-
 
3268
  # Passes both tests.
3240
  # Passes both tests.
3269
ac_preproc_ok=:
3241
ac_preproc_ok=:
3270
break
3242
break
3271
fi
3243
fi
3272
 
-
 
3273
rm -f conftest.err conftest.$ac_ext
3244
rm -f conftest.err conftest.$ac_ext
3274
 
3245
 
3275
done
3246
done
3276
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3247
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3277
rm -f conftest.err conftest.$ac_ext
3248
rm -f conftest.err conftest.$ac_ext
3278
if $ac_preproc_ok; then
3249
if $ac_preproc_ok; then :
3279
  :
3250
 
3280
else
3251
else
3281
  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3252
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3282
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3253
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3283
{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
-
 
3284
See \`config.log' for more details." >&5
-
 
3285
$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3254
as_fn_error "C preprocessor \"$CPP\" fails sanity check
3286
See \`config.log' for more details." >&2;}
3255
See \`config.log' for more details." "$LINENO" 5; }
3287
   { (exit 1); exit 1; }; }; }
-
 
3288
fi
3256
fi
3289
 
3257
 
3290
ac_ext=c
3258
ac_ext=c
3291
ac_cpp='$CPP $CPPFLAGS'
3259
ac_cpp='$CPP $CPPFLAGS'
3292
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3260
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3293
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3261
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3294
ac_compiler_gnu=$ac_cv_c_compiler_gnu
3262
ac_compiler_gnu=$ac_cv_c_compiler_gnu
3295
 
3263
 
3296
 
3264
 
3297
{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
3265
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3298
$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3266
$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3299
if test "${ac_cv_path_GREP+set}" = set; then
3267
if test "${ac_cv_path_GREP+set}" = set; then :
3300
  $as_echo_n "(cached) " >&6
3268
  $as_echo_n "(cached) " >&6
3301
else
3269
else
3302
  if test -z "$GREP"; then
3270
  if test -z "$GREP"; then
3303
  ac_path_GREP_found=false
3271
  ac_path_GREP_found=false
3304
  # Loop through the user's path and test for each of PROGNAME-LIST
3272
  # Loop through the user's path and test for each of PROGNAME-LIST
3305
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3273
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3306
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3274
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3307
do
3275
do
3308
  IFS=$as_save_IFS
3276
  IFS=$as_save_IFS
3309
  test -z "$as_dir" && as_dir=.
3277
  test -z "$as_dir" && as_dir=.
3310
  for ac_prog in grep ggrep; do
3278
    for ac_prog in grep ggrep; do
3311
    for ac_exec_ext in '' $ac_executable_extensions; do
3279
    for ac_exec_ext in '' $ac_executable_extensions; do
3312
      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3280
      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3313
      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3281
      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3314
# Check for GNU ac_path_GREP and select it if it is found.
3282
# Check for GNU ac_path_GREP and select it if it is found.
3315
  # Check for GNU $ac_path_GREP
3283
  # Check for GNU $ac_path_GREP
Line 3325... Line 3293...
3325
    mv "conftest.tmp" "conftest.in"
3293
    mv "conftest.tmp" "conftest.in"
3326
    cp "conftest.in" "conftest.nl"
3294
    cp "conftest.in" "conftest.nl"
3327
    $as_echo 'GREP' >> "conftest.nl"
3295
    $as_echo 'GREP' >> "conftest.nl"
3328
    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3296
    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3329
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3297
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3330
    ac_count=`expr $ac_count + 1`
3298
    as_fn_arith $ac_count + 1 && ac_count=$as_val
3331
    if test $ac_count -gt ${ac_path_GREP_max-0}; then
3299
    if test $ac_count -gt ${ac_path_GREP_max-0}; then
3332
      # Best one so far, save it but keep looking for a better one
3300
      # Best one so far, save it but keep looking for a better one
3333
      ac_cv_path_GREP="$ac_path_GREP"
3301
      ac_cv_path_GREP="$ac_path_GREP"
3334
      ac_path_GREP_max=$ac_count
3302
      ac_path_GREP_max=$ac_count
3335
    fi
3303
    fi
Line 3340... Line 3308...
3340
esac
3308
esac
3341
 
3309
 
3342
      $ac_path_GREP_found && break 3
3310
      $ac_path_GREP_found && break 3
3343
    done
3311
    done
3344
  done
3312
  done
3345
done
3313
  done
3346
IFS=$as_save_IFS
3314
IFS=$as_save_IFS
3347
  if test -z "$ac_cv_path_GREP"; then
3315
  if test -z "$ac_cv_path_GREP"; then
3348
    { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
-
 
3349
$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
3316
    as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3350
   { (exit 1); exit 1; }; }
-
 
3351
  fi
3317
  fi
3352
else
3318
else
3353
  ac_cv_path_GREP=$GREP
3319
  ac_cv_path_GREP=$GREP
3354
fi
3320
fi
3355
 
3321
 
3356
fi
3322
fi
3357
{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
3323
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3358
$as_echo "$ac_cv_path_GREP" >&6; }
3324
$as_echo "$ac_cv_path_GREP" >&6; }
3359
 GREP="$ac_cv_path_GREP"
3325
 GREP="$ac_cv_path_GREP"
3360
 
3326
 
3361
 
3327
 
3362
{ $as_echo "$as_me:$LINENO: checking for egrep" >&5
3328
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3363
$as_echo_n "checking for egrep... " >&6; }
3329
$as_echo_n "checking for egrep... " >&6; }
3364
if test "${ac_cv_path_EGREP+set}" = set; then
3330
if test "${ac_cv_path_EGREP+set}" = set; then :
3365
  $as_echo_n "(cached) " >&6
3331
  $as_echo_n "(cached) " >&6
3366
else
3332
else
3367
  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3333
  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3368
   then ac_cv_path_EGREP="$GREP -E"
3334
   then ac_cv_path_EGREP="$GREP -E"
3369
   else
3335
   else
Line 3373... Line 3339...
3373
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3339
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3374
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3340
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3375
do
3341
do
3376
  IFS=$as_save_IFS
3342
  IFS=$as_save_IFS
3377
  test -z "$as_dir" && as_dir=.
3343
  test -z "$as_dir" && as_dir=.
3378
  for ac_prog in egrep; do
3344
    for ac_prog in egrep; do
3379
    for ac_exec_ext in '' $ac_executable_extensions; do
3345
    for ac_exec_ext in '' $ac_executable_extensions; do
3380
      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3346
      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3381
      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
3347
      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
3382
# Check for GNU ac_path_EGREP and select it if it is found.
3348
# Check for GNU ac_path_EGREP and select it if it is found.
3383
  # Check for GNU $ac_path_EGREP
3349
  # Check for GNU $ac_path_EGREP
Line 3393... Line 3359...
3393
    mv "conftest.tmp" "conftest.in"
3359
    mv "conftest.tmp" "conftest.in"
3394
    cp "conftest.in" "conftest.nl"
3360
    cp "conftest.in" "conftest.nl"
3395
    $as_echo 'EGREP' >> "conftest.nl"
3361
    $as_echo 'EGREP' >> "conftest.nl"
3396
    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3362
    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3397
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3363
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3398
    ac_count=`expr $ac_count + 1`
3364
    as_fn_arith $ac_count + 1 && ac_count=$as_val
3399
    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3365
    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3400
      # Best one so far, save it but keep looking for a better one
3366
      # Best one so far, save it but keep looking for a better one
3401
      ac_cv_path_EGREP="$ac_path_EGREP"
3367
      ac_cv_path_EGREP="$ac_path_EGREP"
3402
      ac_path_EGREP_max=$ac_count
3368
      ac_path_EGREP_max=$ac_count
3403
    fi
3369
    fi
Line 3408... Line 3374...
3408
esac
3374
esac
3409
 
3375
 
3410
      $ac_path_EGREP_found && break 3
3376
      $ac_path_EGREP_found && break 3
3411
    done
3377
    done
3412
  done
3378
  done
3413
done
3379
  done
3414
IFS=$as_save_IFS
3380
IFS=$as_save_IFS
3415
  if test -z "$ac_cv_path_EGREP"; then
3381
  if test -z "$ac_cv_path_EGREP"; then
3416
    { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
-
 
3417
$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
3382
    as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3418
   { (exit 1); exit 1; }; }
-
 
3419
  fi
3383
  fi
3420
else
3384
else
3421
  ac_cv_path_EGREP=$EGREP
3385
  ac_cv_path_EGREP=$EGREP
3422
fi
3386
fi
3423
 
3387
 
3424
   fi
3388
   fi
3425
fi
3389
fi
3426
{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
3390
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3427
$as_echo "$ac_cv_path_EGREP" >&6; }
3391
$as_echo "$ac_cv_path_EGREP" >&6; }
3428
 EGREP="$ac_cv_path_EGREP"
3392
 EGREP="$ac_cv_path_EGREP"
3429
 
3393
 
3430
 
3394
 
3431
{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
3395
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3432
$as_echo_n "checking for ANSI C header files... " >&6; }
3396
$as_echo_n "checking for ANSI C header files... " >&6; }
3433
if test "${ac_cv_header_stdc+set}" = set; then
3397
if test "${ac_cv_header_stdc+set}" = set; then :
3434
  $as_echo_n "(cached) " >&6
3398
  $as_echo_n "(cached) " >&6
3435
else
3399
else
3436
  cat >conftest.$ac_ext <<_ACEOF
-
 
3437
/* confdefs.h.  */
-
 
3438
_ACEOF
-
 
3439
cat confdefs.h >>conftest.$ac_ext
3400
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3440
cat >>conftest.$ac_ext <<_ACEOF
-
 
3441
/* end confdefs.h.  */
3401
/* end confdefs.h.  */
3442
#include <stdlib.h>
3402
#include <stdlib.h>
3443
#include <stdarg.h>
3403
#include <stdarg.h>
3444
#include <string.h>
3404
#include <string.h>
3445
#include <float.h>
3405
#include <float.h>
Line 3450... Line 3410...
3450
 
3410
 
3451
  ;
3411
  ;
3452
  return 0;
3412
  return 0;
3453
}
3413
}
3454
_ACEOF
3414
_ACEOF
3455
rm -f conftest.$ac_objext
-
 
3456
if { (ac_try="$ac_compile"
-
 
3457
case "(($ac_try" in
-
 
3458
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
3459
  *) ac_try_echo=$ac_try;;
-
 
3460
esac
-
 
3461
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
3462
$as_echo "$ac_try_echo") >&5
-
 
3463
  (eval "$ac_compile") 2>conftest.er1
3415
if ac_fn_c_try_compile "$LINENO"; then :
3464
  ac_status=$?
-
 
3465
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
3466
  rm -f conftest.er1
-
 
3467
  cat conftest.err >&5
-
 
3468
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
3469
  (exit $ac_status); } && {
-
 
3470
	 test -z "$ac_c_werror_flag" ||
-
 
3471
	 test ! -s conftest.err
-
 
3472
       } && test -s conftest.$ac_objext; then
-
 
3473
  ac_cv_header_stdc=yes
3416
  ac_cv_header_stdc=yes
3474
else
3417
else
3475
  $as_echo "$as_me: failed program was:" >&5
-
 
3476
sed 's/^/| /' conftest.$ac_ext >&5
-
 
3477
 
-
 
3478
	ac_cv_header_stdc=no
3418
  ac_cv_header_stdc=no
3479
fi
3419
fi
3480
 
-
 
3481
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3420
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3482
 
3421
 
3483
if test $ac_cv_header_stdc = yes; then
3422
if test $ac_cv_header_stdc = yes; then
3484
  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3423
  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3485
  cat >conftest.$ac_ext <<_ACEOF
-
 
3486
/* confdefs.h.  */
-
 
3487
_ACEOF
-
 
3488
cat confdefs.h >>conftest.$ac_ext
3424
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3489
cat >>conftest.$ac_ext <<_ACEOF
-
 
3490
/* end confdefs.h.  */
3425
/* end confdefs.h.  */
3491
#include <string.h>
3426
#include <string.h>
3492
 
3427
 
3493
_ACEOF
3428
_ACEOF
3494
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3429
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3495
  $EGREP "memchr" >/dev/null 2>&1; then
3430
  $EGREP "memchr" >/dev/null 2>&1; then :
3496
  :
3431
 
3497
else
3432
else
3498
  ac_cv_header_stdc=no
3433
  ac_cv_header_stdc=no
3499
fi
3434
fi
3500
rm -f conftest*
3435
rm -f conftest*
3501
 
3436
 
3502
fi
3437
fi
3503
 
3438
 
3504
if test $ac_cv_header_stdc = yes; then
3439
if test $ac_cv_header_stdc = yes; then
3505
  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3440
  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3506
  cat >conftest.$ac_ext <<_ACEOF
-
 
3507
/* confdefs.h.  */
-
 
3508
_ACEOF
-
 
3509
cat confdefs.h >>conftest.$ac_ext
3441
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3510
cat >>conftest.$ac_ext <<_ACEOF
-
 
3511
/* end confdefs.h.  */
3442
/* end confdefs.h.  */
3512
#include <stdlib.h>
3443
#include <stdlib.h>
3513
 
3444
 
3514
_ACEOF
3445
_ACEOF
3515
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3446
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3516
  $EGREP "free" >/dev/null 2>&1; then
3447
  $EGREP "free" >/dev/null 2>&1; then :
3517
  :
3448
 
3518
else
3449
else
3519
  ac_cv_header_stdc=no
3450
  ac_cv_header_stdc=no
3520
fi
3451
fi
3521
rm -f conftest*
3452
rm -f conftest*
3522
 
3453
 
3523
fi
3454
fi
3524
 
3455
 
3525
if test $ac_cv_header_stdc = yes; then
3456
if test $ac_cv_header_stdc = yes; then
3526
  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3457
  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3527
  if test "$cross_compiling" = yes; then
3458
  if test "$cross_compiling" = yes; then :
3528
  :
3459
  :
3529
else
3460
else
3530
  cat >conftest.$ac_ext <<_ACEOF
-
 
3531
/* confdefs.h.  */
-
 
3532
_ACEOF
-
 
3533
cat confdefs.h >>conftest.$ac_ext
3461
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3534
cat >>conftest.$ac_ext <<_ACEOF
-
 
3535
/* end confdefs.h.  */
3462
/* end confdefs.h.  */
3536
#include <ctype.h>
3463
#include <ctype.h>
3537
#include <stdlib.h>
3464
#include <stdlib.h>
3538
#if ((' ' & 0x0FF) == 0x020)
3465
#if ((' ' & 0x0FF) == 0x020)
3539
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3466
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
Line 3556... Line 3483...
3556
	|| toupper (i) != TOUPPER (i))
3483
	|| toupper (i) != TOUPPER (i))
3557
      return 2;
3484
      return 2;
3558
  return 0;
3485
  return 0;
3559
}
3486
}
3560
_ACEOF
3487
_ACEOF
3561
rm -f conftest$ac_exeext
-
 
3562
if { (ac_try="$ac_link"
-
 
3563
case "(($ac_try" in
-
 
3564
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
3565
  *) ac_try_echo=$ac_try;;
-
 
3566
esac
-
 
3567
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
3568
$as_echo "$ac_try_echo") >&5
-
 
3569
  (eval "$ac_link") 2>&5
-
 
3570
  ac_status=$?
-
 
3571
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
3572
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-
 
3573
  { (case "(($ac_try" in
-
 
3574
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
3575
  *) ac_try_echo=$ac_try;;
-
 
3576
esac
-
 
3577
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
3578
$as_echo "$ac_try_echo") >&5
-
 
3579
  (eval "$ac_try") 2>&5
-
 
3580
  ac_status=$?
-
 
3581
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
3582
  (exit $ac_status); }; }; then
3488
if ac_fn_c_try_run "$LINENO"; then :
3583
  :
-
 
3584
else
-
 
3585
  $as_echo "$as_me: program exited with status $ac_status" >&5
-
 
3586
$as_echo "$as_me: failed program was:" >&5
-
 
3587
sed 's/^/| /' conftest.$ac_ext >&5
-
 
3588
 
3489
 
3589
( exit $ac_status )
3490
else
3590
ac_cv_header_stdc=no
3491
  ac_cv_header_stdc=no
3591
fi
3492
fi
3592
rm -rf conftest.dSYM
3493
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3593
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3494
  conftest.$ac_objext conftest.beam conftest.$ac_ext
3594
fi
3495
fi
3595
 
3496
 
3596
 
-
 
3597
fi
3497
fi
3598
fi
3498
fi
3599
{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
3499
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3600
$as_echo "$ac_cv_header_stdc" >&6; }
3500
$as_echo "$ac_cv_header_stdc" >&6; }
3601
if test $ac_cv_header_stdc = yes; then
3501
if test $ac_cv_header_stdc = yes; then
3602
 
3502
 
3603
cat >>confdefs.h <<\_ACEOF
-
 
3604
#define STDC_HEADERS 1
3503
$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3605
_ACEOF
-
 
3606
 
3504
 
3607
fi
3505
fi
3608
 
3506
 
3609
# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3507
# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3610
 
-
 
3611
 
-
 
3612
 
-
 
3613
 
-
 
3614
 
-
 
3615
 
-
 
3616
 
-
 
3617
 
-
 
3618
 
-
 
3619
for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3508
for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3620
		  inttypes.h stdint.h unistd.h
3509
		  inttypes.h stdint.h unistd.h
3621
do
3510
do :
3622
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3511
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3623
{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
3512
ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3624
$as_echo_n "checking for $ac_header... " >&6; }
-
 
3625
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-
 
3626
  $as_echo_n "(cached) " >&6
-
 
3627
else
-
 
3628
  cat >conftest.$ac_ext <<_ACEOF
-
 
3629
/* confdefs.h.  */
-
 
3630
_ACEOF
-
 
3631
cat confdefs.h >>conftest.$ac_ext
-
 
3632
cat >>conftest.$ac_ext <<_ACEOF
-
 
3633
/* end confdefs.h.  */
-
 
3634
$ac_includes_default
-
 
3635
 
-
 
3636
#include <$ac_header>
-
 
3637
_ACEOF
-
 
3638
rm -f conftest.$ac_objext
-
 
3639
if { (ac_try="$ac_compile"
-
 
3640
case "(($ac_try" in
-
 
3641
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
3642
  *) ac_try_echo=$ac_try;;
-
 
3643
esac
-
 
3644
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
3645
$as_echo "$ac_try_echo") >&5
-
 
3646
  (eval "$ac_compile") 2>conftest.er1
-
 
3647
  ac_status=$?
-
 
3648
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
3649
  rm -f conftest.er1
-
 
3650
  cat conftest.err >&5
-
 
3651
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
3652
  (exit $ac_status); } && {
-
 
3653
	 test -z "$ac_c_werror_flag" ||
-
 
3654
	 test ! -s conftest.err
-
 
3655
       } && test -s conftest.$ac_objext; then
-
 
3656
  eval "$as_ac_Header=yes"
-
 
3657
else
-
 
3658
  $as_echo "$as_me: failed program was:" >&5
-
 
3659
sed 's/^/| /' conftest.$ac_ext >&5
-
 
3660
 
-
 
3661
	eval "$as_ac_Header=no"
-
 
3662
fi
-
 
3663
 
3513
"
3664
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
 
3665
fi
-
 
3666
ac_res=`eval 'as_val=${'$as_ac_Header'}
-
 
3667
		 $as_echo "$as_val"'`
-
 
3668
	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-
 
3669
$as_echo "$ac_res" >&6; }
-
 
3670
as_val=`eval 'as_val=${'$as_ac_Header'}
3514
eval as_val=\$$as_ac_Header
3671
		 $as_echo "$as_val"'`
-
 
3672
   if test "x$as_val" = x""yes; then
3515
   if test "x$as_val" = x""yes; then :
3673
  cat >>confdefs.h <<_ACEOF
3516
  cat >>confdefs.h <<_ACEOF
3674
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3517
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3675
_ACEOF
3518
_ACEOF
3676
 
3519
 
3677
fi
3520
fi
3678
 
3521
 
3679
done
3522
done
3680
 
3523
 
3681
 
3524
 
3682
 
3525
 
3683
  if test "${ac_cv_header_minix_config_h+set}" = set; then
-
 
3684
  { $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5
-
 
3685
$as_echo_n "checking for minix/config.h... " >&6; }
-
 
3686
if test "${ac_cv_header_minix_config_h+set}" = set; then
-
 
3687
  $as_echo_n "(cached) " >&6
-
 
3688
fi
-
 
3689
{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
-
 
3690
$as_echo "$ac_cv_header_minix_config_h" >&6; }
-
 
3691
else
-
 
3692
  # Is the header compilable?
-
 
3693
{ $as_echo "$as_me:$LINENO: checking minix/config.h usability" >&5
-
 
3694
$as_echo_n "checking minix/config.h usability... " >&6; }
-
 
3695
cat >conftest.$ac_ext <<_ACEOF
-
 
3696
/* confdefs.h.  */
-
 
3697
_ACEOF
-
 
3698
cat confdefs.h >>conftest.$ac_ext
-
 
3699
cat >>conftest.$ac_ext <<_ACEOF
-
 
3700
/* end confdefs.h.  */
-
 
3701
$ac_includes_default
-
 
3702
#include <minix/config.h>
-
 
3703
_ACEOF
-
 
3704
rm -f conftest.$ac_objext
-
 
3705
if { (ac_try="$ac_compile"
-
 
3706
case "(($ac_try" in
-
 
3707
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
3708
  *) ac_try_echo=$ac_try;;
-
 
3709
esac
-
 
3710
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
3711
$as_echo "$ac_try_echo") >&5
-
 
3712
  (eval "$ac_compile") 2>conftest.er1
-
 
3713
  ac_status=$?
-
 
3714
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
3715
  rm -f conftest.er1
-
 
3716
  cat conftest.err >&5
-
 
3717
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
3718
  (exit $ac_status); } && {
-
 
3719
	 test -z "$ac_c_werror_flag" ||
-
 
3720
	 test ! -s conftest.err
-
 
3721
       } && test -s conftest.$ac_objext; then
-
 
3722
  ac_header_compiler=yes
-
 
3723
else
-
 
3724
  $as_echo "$as_me: failed program was:" >&5
-
 
3725
sed 's/^/| /' conftest.$ac_ext >&5
-
 
3726
 
-
 
3727
	ac_header_compiler=no
-
 
3728
fi
-
 
3729
 
-
 
3730
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
 
3731
{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-
 
3732
$as_echo "$ac_header_compiler" >&6; }
-
 
3733
 
-
 
3734
# Is the header present?
-
 
3735
{ $as_echo "$as_me:$LINENO: checking minix/config.h presence" >&5
-
 
3736
$as_echo_n "checking minix/config.h presence... " >&6; }
-
 
3737
cat >conftest.$ac_ext <<_ACEOF
-
 
3738
/* confdefs.h.  */
-
 
3739
_ACEOF
-
 
3740
cat confdefs.h >>conftest.$ac_ext
-
 
3741
cat >>conftest.$ac_ext <<_ACEOF
-
 
3742
/* end confdefs.h.  */
-
 
3743
#include <minix/config.h>
-
 
3744
_ACEOF
-
 
3745
if { (ac_try="$ac_cpp conftest.$ac_ext"
-
 
3746
case "(($ac_try" in
-
 
3747
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
3748
  *) ac_try_echo=$ac_try;;
-
 
3749
esac
-
 
3750
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
3751
$as_echo "$ac_try_echo") >&5
-
 
3752
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-
 
3753
  ac_status=$?
-
 
3754
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
3755
  rm -f conftest.er1
-
 
3756
  cat conftest.err >&5
-
 
3757
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
3758
  (exit $ac_status); } >/dev/null && {
-
 
3759
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-
 
3760
	 test ! -s conftest.err
-
 
3761
       }; then
-
 
3762
  ac_header_preproc=yes
-
 
3763
else
-
 
3764
  $as_echo "$as_me: failed program was:" >&5
-
 
3765
sed 's/^/| /' conftest.$ac_ext >&5
-
 
3766
 
-
 
3767
  ac_header_preproc=no
-
 
3768
fi
-
 
3769
 
-
 
3770
rm -f conftest.err conftest.$ac_ext
-
 
3771
{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-
 
3772
$as_echo "$ac_header_preproc" >&6; }
-
 
3773
 
-
 
3774
# So?  What about this header?
-
 
3775
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-
 
3776
  yes:no: )
-
 
3777
    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5
-
 
3778
$as_echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
-
 
3779
    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5
-
 
3780
$as_echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;}
-
 
3781
    ac_header_preproc=yes
-
 
3782
    ;;
-
 
3783
  no:yes:* )
-
 
3784
    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5
-
 
3785
$as_echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;}
-
 
3786
    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h:     check for missing prerequisite headers?" >&5
-
 
3787
$as_echo "$as_me: WARNING: minix/config.h:     check for missing prerequisite headers?" >&2;}
-
 
3788
    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5
-
 
3789
$as_echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;}
-
 
3790
    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&5
-
 
3791
$as_echo "$as_me: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&2;}
-
 
3792
    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
-
 
3793
$as_echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;}
-
 
3794
    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5
-
 
3795
$as_echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;}
-
 
3796
 
-
 
3797
    ;;
-
 
3798
esac
-
 
3799
{ $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5
-
 
3800
$as_echo_n "checking for minix/config.h... " >&6; }
-
 
3801
if test "${ac_cv_header_minix_config_h+set}" = set; then
-
 
3802
  $as_echo_n "(cached) " >&6
-
 
3803
else
-
 
3804
  ac_cv_header_minix_config_h=$ac_header_preproc
-
 
3805
fi
-
 
3806
{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
3526
  ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
3807
$as_echo "$ac_cv_header_minix_config_h" >&6; }
-
 
3808
 
-
 
3809
fi
-
 
3810
if test "x$ac_cv_header_minix_config_h" = x""yes; then
3527
if test "x$ac_cv_header_minix_config_h" = x""yes; then :
3811
  MINIX=yes
3528
  MINIX=yes
3812
else
3529
else
3813
  MINIX=
3530
  MINIX=
3814
fi
3531
fi
3815
 
3532
 
3816
 
3533
 
3817
  if test "$MINIX" = yes; then
3534
  if test "$MINIX" = yes; then
3818
 
3535
 
3819
cat >>confdefs.h <<\_ACEOF
-
 
3820
#define _POSIX_SOURCE 1
3536
$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3821
_ACEOF
-
 
3822
 
3537
 
3823
 
3538
 
3824
cat >>confdefs.h <<\_ACEOF
-
 
3825
#define _POSIX_1_SOURCE 2
3539
$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3826
_ACEOF
-
 
3827
 
3540
 
3828
 
3541
 
3829
cat >>confdefs.h <<\_ACEOF
-
 
3830
#define _MINIX 1
3542
$as_echo "#define _MINIX 1" >>confdefs.h
3831
_ACEOF
-
 
3832
 
3543
 
3833
  fi
3544
  fi
3834
 
3545
 
3835
 
3546
 
3836
 
-
 
3837
  { $as_echo "$as_me:$LINENO: checking whether it is safe to define __EXTENSIONS__" >&5
3547
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3838
$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
3548
$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
3839
if test "${ac_cv_safe_to_define___extensions__+set}" = set; then
3549
if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
3840
  $as_echo_n "(cached) " >&6
3550
  $as_echo_n "(cached) " >&6
3841
else
3551
else
3842
  cat >conftest.$ac_ext <<_ACEOF
-
 
3843
/* confdefs.h.  */
-
 
3844
_ACEOF
-
 
3845
cat confdefs.h >>conftest.$ac_ext
3552
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3846
cat >>conftest.$ac_ext <<_ACEOF
-
 
3847
/* end confdefs.h.  */
3553
/* end confdefs.h.  */
3848
 
3554
 
3849
#	  define __EXTENSIONS__ 1
3555
#	  define __EXTENSIONS__ 1
3850
	  $ac_includes_default
3556
	  $ac_includes_default
3851
int
3557
int
Line 3854... Line 3560...
3854
 
3560
 
3855
  ;
3561
  ;
3856
  return 0;
3562
  return 0;
3857
}
3563
}
3858
_ACEOF
3564
_ACEOF
3859
rm -f conftest.$ac_objext
-
 
3860
if { (ac_try="$ac_compile"
-
 
3861
case "(($ac_try" in
-
 
3862
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
3863
  *) ac_try_echo=$ac_try;;
-
 
3864
esac
-
 
3865
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
3866
$as_echo "$ac_try_echo") >&5
-
 
3867
  (eval "$ac_compile") 2>conftest.er1
3565
if ac_fn_c_try_compile "$LINENO"; then :
3868
  ac_status=$?
-
 
3869
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
3870
  rm -f conftest.er1
-
 
3871
  cat conftest.err >&5
-
 
3872
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
3873
  (exit $ac_status); } && {
-
 
3874
	 test -z "$ac_c_werror_flag" ||
-
 
3875
	 test ! -s conftest.err
-
 
3876
       } && test -s conftest.$ac_objext; then
-
 
3877
  ac_cv_safe_to_define___extensions__=yes
3566
  ac_cv_safe_to_define___extensions__=yes
3878
else
3567
else
3879
  $as_echo "$as_me: failed program was:" >&5
-
 
3880
sed 's/^/| /' conftest.$ac_ext >&5
-
 
3881
 
-
 
3882
	ac_cv_safe_to_define___extensions__=no
3568
  ac_cv_safe_to_define___extensions__=no
3883
fi
3569
fi
3884
 
-
 
3885
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3570
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3886
fi
3571
fi
3887
{ $as_echo "$as_me:$LINENO: result: $ac_cv_safe_to_define___extensions__" >&5
3572
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3888
$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3573
$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3889
  test $ac_cv_safe_to_define___extensions__ = yes &&
3574
  test $ac_cv_safe_to_define___extensions__ = yes &&
3890
    cat >>confdefs.h <<\_ACEOF
-
 
3891
#define __EXTENSIONS__ 1
3575
    $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3892
_ACEOF
-
 
3893
 
3576
 
3894
  cat >>confdefs.h <<\_ACEOF
-
 
3895
#define _ALL_SOURCE 1
3577
  $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3896
_ACEOF
-
 
3897
 
3578
 
3898
  cat >>confdefs.h <<\_ACEOF
-
 
3899
#define _GNU_SOURCE 1
3579
  $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3900
_ACEOF
-
 
3901
 
3580
 
3902
  cat >>confdefs.h <<\_ACEOF
-
 
3903
#define _POSIX_PTHREAD_SEMANTICS 1
3581
  $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3904
_ACEOF
-
 
3905
 
3582
 
3906
  cat >>confdefs.h <<\_ACEOF
-
 
3907
#define _TANDEM_SOURCE 1
3583
  $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3908
_ACEOF
-
 
3909
 
3584
 
3910
 
3585
 
3911
# Find a good install program.  We prefer a C program (faster),
3586
# Find a good install program.  We prefer a C program (faster),
3912
# so one script is as good as another.  But avoid the broken or
3587
# so one script is as good as another.  But avoid the broken or
3913
# incompatible versions:
3588
# incompatible versions:
Line 3920... Line 3595...
3920
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3595
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3921
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3596
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3922
# OS/2's system install, which has a completely different semantic
3597
# OS/2's system install, which has a completely different semantic
3923
# ./install, which can be erroneously created by make from ./install.sh.
3598
# ./install, which can be erroneously created by make from ./install.sh.
3924
# Reject install programs that cannot install multiple files.
3599
# Reject install programs that cannot install multiple files.
3925
{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3600
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3926
$as_echo_n "checking for a BSD-compatible install... " >&6; }
3601
$as_echo_n "checking for a BSD-compatible install... " >&6; }
3927
if test -z "$INSTALL"; then
3602
if test -z "$INSTALL"; then
3928
if test "${ac_cv_path_install+set}" = set; then
3603
if test "${ac_cv_path_install+set}" = set; then :
3929
  $as_echo_n "(cached) " >&6
3604
  $as_echo_n "(cached) " >&6
3930
else
3605
else
3931
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3606
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3932
for as_dir in $PATH
3607
for as_dir in $PATH
3933
do
3608
do
3934
  IFS=$as_save_IFS
3609
  IFS=$as_save_IFS
3935
  test -z "$as_dir" && as_dir=.
3610
  test -z "$as_dir" && as_dir=.
3936
  # Account for people who put trailing slashes in PATH elements.
3611
    # Account for people who put trailing slashes in PATH elements.
3937
case $as_dir/ in
3612
case $as_dir/ in #((
3938
  ./ | .// | /cC/* | \
3613
  ./ | .// | /[cC]/* | \
3939
  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3614
  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3940
  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3615
  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3941
  /usr/ucb/* ) ;;
3616
  /usr/ucb/* ) ;;
3942
  *)
3617
  *)
3943
    # OSF1 and SCO ODT 3.0 have their own names for install.
3618
    # OSF1 and SCO ODT 3.0 have their own names for install.
3944
    # Don't use installbsd from OSF since it installs stuff as root
3619
    # Don't use installbsd from OSF since it installs stuff as root
3945
    # by default.
3620
    # by default.
Line 3972... Line 3647...
3972
      done
3647
      done
3973
    done
3648
    done
3974
    ;;
3649
    ;;
3975
esac
3650
esac
3976
 
3651
 
3977
done
3652
  done
3978
IFS=$as_save_IFS
3653
IFS=$as_save_IFS
3979
 
3654
 
3980
rm -rf conftest.one conftest.two conftest.dir
3655
rm -rf conftest.one conftest.two conftest.dir
3981
 
3656
 
3982
fi
3657
fi
Line 3988... Line 3663...
3988
    # break other packages using the cache if that directory is
3663
    # break other packages using the cache if that directory is
3989
    # removed, or if the value is a relative name.
3664
    # removed, or if the value is a relative name.
3990
    INSTALL=$ac_install_sh
3665
    INSTALL=$ac_install_sh
3991
  fi
3666
  fi
3992
fi
3667
fi
3993
{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
3668
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3994
$as_echo "$INSTALL" >&6; }
3669
$as_echo "$INSTALL" >&6; }
3995
 
3670
 
3996
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3671
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3997
# It thinks the first close brace ends the variable substitution.
3672
# It thinks the first close brace ends the variable substitution.
3998
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3673
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
Line 4008... Line 3683...
4008
  test "$ac_bfd_include_dir"      = "NONE" && ac_bfd_include_dir="$ac_binutils_build_dir/bfd"
3683
  test "$ac_bfd_include_dir"      = "NONE" && ac_bfd_include_dir="$ac_binutils_build_dir/bfd"
4009
  test "$ac_binutils_include_dir" = "NONE" && ac_binutils_include_dir="$ac_binutils_build_dir/include"
3684
  test "$ac_binutils_include_dir" = "NONE" && ac_binutils_include_dir="$ac_binutils_build_dir/include"
4010
fi
3685
fi
4011
 
3686
 
4012
if test "$ac_libiberty" = "NONE"; then
3687
if test "$ac_libiberty" = "NONE"; then
4013
 
-
 
4014
{ $as_echo "$as_me:$LINENO: checking for objalloc_create in -liberty" >&5
3688
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objalloc_create in -liberty" >&5
4015
$as_echo_n "checking for objalloc_create in -liberty... " >&6; }
3689
$as_echo_n "checking for objalloc_create in -liberty... " >&6; }
4016
if test "${ac_cv_lib_iberty_objalloc_create+set}" = set; then
3690
if test "${ac_cv_lib_iberty_objalloc_create+set}" = set; then :
4017
  $as_echo_n "(cached) " >&6
3691
  $as_echo_n "(cached) " >&6
4018
else
3692
else
4019
  ac_check_lib_save_LIBS=$LIBS
3693
  ac_check_lib_save_LIBS=$LIBS
4020
LIBS="-liberty  $LIBS"
3694
LIBS="-liberty  $LIBS"
4021
cat >conftest.$ac_ext <<_ACEOF
-
 
4022
/* confdefs.h.  */
-
 
4023
_ACEOF
-
 
4024
cat confdefs.h >>conftest.$ac_ext
3695
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4025
cat >>conftest.$ac_ext <<_ACEOF
-
 
4026
/* end confdefs.h.  */
3696
/* end confdefs.h.  */
4027
 
3697
 
4028
/* Override any GCC internal prototype to avoid an error.
3698
/* Override any GCC internal prototype to avoid an error.
4029
   Use char because int might match the return type of a GCC
3699
   Use char because int might match the return type of a GCC
4030
   builtin and then its argument prototype would still apply.  */
3700
   builtin and then its argument prototype would still apply.  */
Line 4038... Line 3708...
4038
return objalloc_create ();
3708
return objalloc_create ();
4039
  ;
3709
  ;
4040
  return 0;
3710
  return 0;
4041
}
3711
}
4042
_ACEOF
3712
_ACEOF
4043
rm -f conftest.$ac_objext conftest$ac_exeext
-
 
4044
if { (ac_try="$ac_link"
-
 
4045
case "(($ac_try" in
-
 
4046
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
4047
  *) ac_try_echo=$ac_try;;
-
 
4048
esac
-
 
4049
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
4050
$as_echo "$ac_try_echo") >&5
-
 
4051
  (eval "$ac_link") 2>conftest.er1
3713
if ac_fn_c_try_link "$LINENO"; then :
4052
  ac_status=$?
-
 
4053
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
4054
  rm -f conftest.er1
-
 
4055
  cat conftest.err >&5
-
 
4056
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
4057
  (exit $ac_status); } && {
-
 
4058
	 test -z "$ac_c_werror_flag" ||
-
 
4059
	 test ! -s conftest.err
-
 
4060
       } && test -s conftest$ac_exeext && {
-
 
4061
	 test "$cross_compiling" = yes ||
-
 
4062
	 $as_test_x conftest$ac_exeext
-
 
4063
       }; then
-
 
4064
  ac_cv_lib_iberty_objalloc_create=yes
3714
  ac_cv_lib_iberty_objalloc_create=yes
4065
else
3715
else
4066
  $as_echo "$as_me: failed program was:" >&5
-
 
4067
sed 's/^/| /' conftest.$ac_ext >&5
-
 
4068
 
-
 
4069
	ac_cv_lib_iberty_objalloc_create=no
3716
  ac_cv_lib_iberty_objalloc_create=no
4070
fi
3717
fi
4071
 
-
 
4072
rm -rf conftest.dSYM
-
 
4073
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3718
rm -f core conftest.err conftest.$ac_objext \
4074
      conftest$ac_exeext conftest.$ac_ext
3719
    conftest$ac_exeext conftest.$ac_ext
4075
LIBS=$ac_check_lib_save_LIBS
3720
LIBS=$ac_check_lib_save_LIBS
4076
fi
3721
fi
4077
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_iberty_objalloc_create" >&5
3722
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_iberty_objalloc_create" >&5
4078
$as_echo "$ac_cv_lib_iberty_objalloc_create" >&6; }
3723
$as_echo "$ac_cv_lib_iberty_objalloc_create" >&6; }
4079
if test "x$ac_cv_lib_iberty_objalloc_create" = x""yes; then
3724
if test "x$ac_cv_lib_iberty_objalloc_create" = x""yes; then :
4080
  cat >>confdefs.h <<_ACEOF
3725
  cat >>confdefs.h <<_ACEOF
4081
#define HAVE_LIBIBERTY 1
3726
#define HAVE_LIBIBERTY 1
4082
_ACEOF
3727
_ACEOF
4083
 
3728
 
4084
  LIBS="-liberty $LIBS"
3729
  LIBS="-liberty $LIBS"
Line 4088... Line 3733...
4088
  ac_libiberty=auto
3733
  ac_libiberty=auto
4089
else
3734
else
4090
  LIBS="$ac_libiberty $LIBS"
3735
  LIBS="$ac_libiberty $LIBS"
4091
fi
3736
fi
4092
if test "$ac_libbfd" = "NONE"; then
3737
if test "$ac_libbfd" = "NONE"; then
4093
 
-
 
4094
{ $as_echo "$as_me:$LINENO: checking for bfd_openr in -lbfd" >&5
3738
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bfd_openr in -lbfd" >&5
4095
$as_echo_n "checking for bfd_openr in -lbfd... " >&6; }
3739
$as_echo_n "checking for bfd_openr in -lbfd... " >&6; }
4096
if test "${ac_cv_lib_bfd_bfd_openr+set}" = set; then
3740
if test "${ac_cv_lib_bfd_bfd_openr+set}" = set; then :
4097
  $as_echo_n "(cached) " >&6
3741
  $as_echo_n "(cached) " >&6
4098
else
3742
else
4099
  ac_check_lib_save_LIBS=$LIBS
3743
  ac_check_lib_save_LIBS=$LIBS
4100
LIBS="-lbfd  $LIBS"
3744
LIBS="-lbfd  $LIBS"
4101
cat >conftest.$ac_ext <<_ACEOF
-
 
4102
/* confdefs.h.  */
-
 
4103
_ACEOF
-
 
4104
cat confdefs.h >>conftest.$ac_ext
3745
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4105
cat >>conftest.$ac_ext <<_ACEOF
-
 
4106
/* end confdefs.h.  */
3746
/* end confdefs.h.  */
4107
 
3747
 
4108
/* Override any GCC internal prototype to avoid an error.
3748
/* Override any GCC internal prototype to avoid an error.
4109
   Use char because int might match the return type of a GCC
3749
   Use char because int might match the return type of a GCC
4110
   builtin and then its argument prototype would still apply.  */
3750
   builtin and then its argument prototype would still apply.  */
Line 4118... Line 3758...
4118
return bfd_openr ();
3758
return bfd_openr ();
4119
  ;
3759
  ;
4120
  return 0;
3760
  return 0;
4121
}
3761
}
4122
_ACEOF
3762
_ACEOF
4123
rm -f conftest.$ac_objext conftest$ac_exeext
-
 
4124
if { (ac_try="$ac_link"
-
 
4125
case "(($ac_try" in
-
 
4126
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
4127
  *) ac_try_echo=$ac_try;;
-
 
4128
esac
-
 
4129
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
4130
$as_echo "$ac_try_echo") >&5
-
 
4131
  (eval "$ac_link") 2>conftest.er1
3763
if ac_fn_c_try_link "$LINENO"; then :
4132
  ac_status=$?
-
 
4133
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
4134
  rm -f conftest.er1
-
 
4135
  cat conftest.err >&5
-
 
4136
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
4137
  (exit $ac_status); } && {
-
 
4138
	 test -z "$ac_c_werror_flag" ||
-
 
4139
	 test ! -s conftest.err
-
 
4140
       } && test -s conftest$ac_exeext && {
-
 
4141
	 test "$cross_compiling" = yes ||
-
 
4142
	 $as_test_x conftest$ac_exeext
-
 
4143
       }; then
-
 
4144
  ac_cv_lib_bfd_bfd_openr=yes
3764
  ac_cv_lib_bfd_bfd_openr=yes
4145
else
3765
else
4146
  $as_echo "$as_me: failed program was:" >&5
-
 
4147
sed 's/^/| /' conftest.$ac_ext >&5
-
 
4148
 
-
 
4149
	ac_cv_lib_bfd_bfd_openr=no
3766
  ac_cv_lib_bfd_bfd_openr=no
4150
fi
3767
fi
4151
 
-
 
4152
rm -rf conftest.dSYM
-
 
4153
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3768
rm -f core conftest.err conftest.$ac_objext \
4154
      conftest$ac_exeext conftest.$ac_ext
3769
    conftest$ac_exeext conftest.$ac_ext
4155
LIBS=$ac_check_lib_save_LIBS
3770
LIBS=$ac_check_lib_save_LIBS
4156
fi
3771
fi
4157
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bfd_bfd_openr" >&5
3772
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bfd_bfd_openr" >&5
4158
$as_echo "$ac_cv_lib_bfd_bfd_openr" >&6; }
3773
$as_echo "$ac_cv_lib_bfd_bfd_openr" >&6; }
4159
if test "x$ac_cv_lib_bfd_bfd_openr" = x""yes; then
3774
if test "x$ac_cv_lib_bfd_bfd_openr" = x""yes; then :
4160
  cat >>confdefs.h <<_ACEOF
3775
  cat >>confdefs.h <<_ACEOF
4161
#define HAVE_LIBBFD 1
3776
#define HAVE_LIBBFD 1
4162
_ACEOF
3777
_ACEOF
4163
 
3778
 
4164
  LIBS="-lbfd $LIBS"
3779
  LIBS="-lbfd $LIBS"
Line 4168... Line 3783...
4168
  ac_libbfd=auto
3783
  ac_libbfd=auto
4169
else
3784
else
4170
  LIBS="$ac_libbfd $LIBS"
3785
  LIBS="$ac_libbfd $LIBS"
4171
fi
3786
fi
4172
if test "$ac_zlib_prefix" = "NONE"; then
3787
if test "$ac_zlib_prefix" = "NONE"; then
4173
 
-
 
4174
{ $as_echo "$as_me:$LINENO: checking for deflate in -lz" >&5
3788
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for deflate in -lz" >&5
4175
$as_echo_n "checking for deflate in -lz... " >&6; }
3789
$as_echo_n "checking for deflate in -lz... " >&6; }
4176
if test "${ac_cv_lib_z_deflate+set}" = set; then
3790
if test "${ac_cv_lib_z_deflate+set}" = set; then :
4177
  $as_echo_n "(cached) " >&6
3791
  $as_echo_n "(cached) " >&6
4178
else
3792
else
4179
  ac_check_lib_save_LIBS=$LIBS
3793
  ac_check_lib_save_LIBS=$LIBS
4180
LIBS="-lz  $LIBS"
3794
LIBS="-lz  $LIBS"
4181
cat >conftest.$ac_ext <<_ACEOF
-
 
4182
/* confdefs.h.  */
-
 
4183
_ACEOF
-
 
4184
cat confdefs.h >>conftest.$ac_ext
3795
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4185
cat >>conftest.$ac_ext <<_ACEOF
-
 
4186
/* end confdefs.h.  */
3796
/* end confdefs.h.  */
4187
 
3797
 
4188
/* Override any GCC internal prototype to avoid an error.
3798
/* Override any GCC internal prototype to avoid an error.
4189
   Use char because int might match the return type of a GCC
3799
   Use char because int might match the return type of a GCC
4190
   builtin and then its argument prototype would still apply.  */
3800
   builtin and then its argument prototype would still apply.  */
Line 4198... Line 3808...
4198
return deflate ();
3808
return deflate ();
4199
  ;
3809
  ;
4200
  return 0;
3810
  return 0;
4201
}
3811
}
4202
_ACEOF
3812
_ACEOF
4203
rm -f conftest.$ac_objext conftest$ac_exeext
-
 
4204
if { (ac_try="$ac_link"
-
 
4205
case "(($ac_try" in
-
 
4206
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
4207
  *) ac_try_echo=$ac_try;;
-
 
4208
esac
-
 
4209
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
4210
$as_echo "$ac_try_echo") >&5
-
 
4211
  (eval "$ac_link") 2>conftest.er1
3813
if ac_fn_c_try_link "$LINENO"; then :
4212
  ac_status=$?
-
 
4213
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
4214
  rm -f conftest.er1
-
 
4215
  cat conftest.err >&5
-
 
4216
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
4217
  (exit $ac_status); } && {
-
 
4218
	 test -z "$ac_c_werror_flag" ||
-
 
4219
	 test ! -s conftest.err
-
 
4220
       } && test -s conftest$ac_exeext && {
-
 
4221
	 test "$cross_compiling" = yes ||
-
 
4222
	 $as_test_x conftest$ac_exeext
-
 
4223
       }; then
-
 
4224
  ac_cv_lib_z_deflate=yes
3814
  ac_cv_lib_z_deflate=yes
4225
else
3815
else
4226
  $as_echo "$as_me: failed program was:" >&5
-
 
4227
sed 's/^/| /' conftest.$ac_ext >&5
-
 
4228
 
-
 
4229
	ac_cv_lib_z_deflate=no
3816
  ac_cv_lib_z_deflate=no
4230
fi
3817
fi
4231
 
-
 
4232
rm -rf conftest.dSYM
-
 
4233
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3818
rm -f core conftest.err conftest.$ac_objext \
4234
      conftest$ac_exeext conftest.$ac_ext
3819
    conftest$ac_exeext conftest.$ac_ext
4235
LIBS=$ac_check_lib_save_LIBS
3820
LIBS=$ac_check_lib_save_LIBS
4236
fi
3821
fi
4237
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
3822
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_deflate" >&5
4238
$as_echo "$ac_cv_lib_z_deflate" >&6; }
3823
$as_echo "$ac_cv_lib_z_deflate" >&6; }
4239
if test "x$ac_cv_lib_z_deflate" = x""yes; then
3824
if test "x$ac_cv_lib_z_deflate" = x""yes; then :
4240
  cat >>confdefs.h <<_ACEOF
3825
  cat >>confdefs.h <<_ACEOF
4241
#define HAVE_LIBZ 1
3826
#define HAVE_LIBZ 1
4242
_ACEOF
3827
_ACEOF
4243
 
3828
 
4244
  LIBS="-lz $LIBS"
3829
  LIBS="-lz $LIBS"
Line 4257... Line 3842...
4257
binutils_include_dir=
3842
binutils_include_dir=
4258
if test "$ac_binutils_include_dir" != "NONE"; then
3843
if test "$ac_binutils_include_dir" != "NONE"; then
4259
  binutils_include_dir="-I$ac_binutils_include_dir"
3844
  binutils_include_dir="-I$ac_binutils_include_dir"
4260
fi
3845
fi
4261
 
3846
 
4262
zlib_include_dir=
-
 
4263
if test "$ac_zlib_prefix" != "NONE"; then
-
 
4264
  zlib_include_dir="-I$ac_zlib_prefix/include"
-
 
4265
fi
-
 
4266
 
-
 
4267
binutils_ldscript_dir=
-
 
4268
if test "$ac_binutils_ldscript_dir" = "NONE"; then
-
 
4269
  ac_binutils_ldscript_dir="\${TOOLDIR}/../${target_alias}/lib"
-
 
4270
fi
-
 
4271
binutils_ldscript_dir="$ac_binutils_ldscript_dir"
-
 
4272
 
-
 
4273
if test "$ac_libbfd" = "NONE" -o "$ac_libiberty" = "NONE" ; then
3847
if test "$ac_libbfd" = "NONE" -o "$ac_libiberty" = "NONE" ; then
4274
	{ { $as_echo "$as_me:$LINENO: error:
-
 
4275
 
-
 
4276
You need to specify the location of the libfd.a and libiberty.a
-
 
4277
host libraries from the binutils package.
-
 
4278
 
-
 
4279
Run configure again specifying these options:
-
 
4280
 
-
 
4281
  ./configure --target=<ARCH> --with-bfd-include-dir=<dir> --with-libbfd=<libbfd.a> --with-libiberty=<libiberty.a>
-
 
4282
" >&5
-
 
4283
$as_echo "$as_me: error:
3848
	as_fn_error "
4284
 
3849
 
4285
You need to specify the location of the libfd.a and libiberty.a
3850
You need to specify the location of the libfd.a and libiberty.a
4286
host libraries from the binutils package.
3851
host libraries from the binutils package.
4287
 
3852
 
4288
Run configure again specifying these options:
3853
Run configure again specifying these options:
4289
 
3854
 
4290
  ./configure --target=<ARCH> --with-bfd-include-dir=<dir> --with-libbfd=<libbfd.a> --with-libiberty=<libiberty.a>
3855
  ./configure --target=<ARCH> --with-bfd-include-dir=<dir> --with-libbfd=<libbfd.a> --with-libiberty=<libiberty.a>
4291
" >&2;}
3856
" "$LINENO" 5
4292
   { (exit 1); exit 1; }; }
-
 
4293
fi
3857
fi
4294
 
3858
 
4295
if test "$ac_bfd_include_dir" = "NONE" ; then
3859
if test "$ac_bfd_include_dir" = "NONE" ; then
4296
	{ { $as_echo "$as_me:$LINENO: error:
3860
	as_fn_error "
4297
 
3861
 
4298
You need to specify the location of the bfd.h header from a
3862
You need to specify the location of the bfd.h header from a
4299
configured/compiled version of the binutils package for your target.
3863
configured/compiled version of the binutils package for your target.
4300
Without this your elf2flt may crash as it will try to use the
3864
Without this your elf2emcoreapp may crash as it will try to use the
4301
systems bfd.h which may be from a different binutils package.
3865
systems bfd.h which may be from a different binutils package.
4302
 
3866
 
4303
Run configure again specifying these options:
3867
Run configure again specifying these options:
4304
 
3868
 
4305
  ./configure --target=<ARCH> --with-bfd-include-dir=<dir> --with-libbfd=<libbfd.a> --with-libiberty=<libiberty.a>
3869
  ./configure --target=<ARCH> --with-bfd-include-dir=<dir> --with-libbfd=<libbfd.a> --with-libiberty=<libiberty.a>
4306
" >&5
3870
" "$LINENO" 5
4307
$as_echo "$as_me: error:
-
 
4308
 
-
 
4309
You need to specify the location of the bfd.h header from a
-
 
4310
configured/compiled version of the binutils package for your target.
-
 
4311
Without this your elf2flt may crash as it will try to use the
-
 
4312
systems bfd.h which may be from a different binutils package.
-
 
4313
 
-
 
4314
Run configure again specifying these options:
-
 
4315
 
-
 
4316
  ./configure --target=<ARCH> --with-bfd-include-dir=<dir> --with-libbfd=<libbfd.a> --with-libiberty=<libiberty.a>
-
 
4317
" >&2;}
-
 
4318
   { (exit 1); exit 1; }; }
-
 
4319
fi
3871
fi
4320
 
3872
 
4321
SYMBOL_PREFIX=
3873
SYMBOL_PREFIX=
4322
case $target in
3874
case $target in
4323
	h8300|bfin*)
3875
	h8300|bfin*)
4324
		SYMBOL_PREFIX=_
3876
		SYMBOL_PREFIX=_
4325
		;;
3877
		;;
4326
esac
3878
esac
4327
 
3879
 
4328
{ $as_echo "$as_me:$LINENO: checking for malloc in -lc" >&5
3880
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for malloc in -lc" >&5
4329
$as_echo_n "checking for malloc in -lc... " >&6; }
3881
$as_echo_n "checking for malloc in -lc... " >&6; }
4330
if test "${ac_cv_lib_c_malloc+set}" = set; then
3882
if test "${ac_cv_lib_c_malloc+set}" = set; then :
4331
  $as_echo_n "(cached) " >&6
3883
  $as_echo_n "(cached) " >&6
4332
else
3884
else
4333
  ac_check_lib_save_LIBS=$LIBS
3885
  ac_check_lib_save_LIBS=$LIBS
4334
LIBS="-lc  $LIBS"
3886
LIBS="-lc  $LIBS"
4335
cat >conftest.$ac_ext <<_ACEOF
-
 
4336
/* confdefs.h.  */
-
 
4337
_ACEOF
-
 
4338
cat confdefs.h >>conftest.$ac_ext
3887
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4339
cat >>conftest.$ac_ext <<_ACEOF
-
 
4340
/* end confdefs.h.  */
3888
/* end confdefs.h.  */
4341
 
3889
 
4342
/* Override any GCC internal prototype to avoid an error.
3890
/* Override any GCC internal prototype to avoid an error.
4343
   Use char because int might match the return type of a GCC
3891
   Use char because int might match the return type of a GCC
4344
   builtin and then its argument prototype would still apply.  */
3892
   builtin and then its argument prototype would still apply.  */
Line 4352... Line 3900...
4352
return malloc ();
3900
return malloc ();
4353
  ;
3901
  ;
4354
  return 0;
3902
  return 0;
4355
}
3903
}
4356
_ACEOF
3904
_ACEOF
4357
rm -f conftest.$ac_objext conftest$ac_exeext
-
 
4358
if { (ac_try="$ac_link"
-
 
4359
case "(($ac_try" in
-
 
4360
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
4361
  *) ac_try_echo=$ac_try;;
-
 
4362
esac
-
 
4363
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
4364
$as_echo "$ac_try_echo") >&5
-
 
4365
  (eval "$ac_link") 2>conftest.er1
3905
if ac_fn_c_try_link "$LINENO"; then :
4366
  ac_status=$?
-
 
4367
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
4368
  rm -f conftest.er1
-
 
4369
  cat conftest.err >&5
-
 
4370
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
4371
  (exit $ac_status); } && {
-
 
4372
	 test -z "$ac_c_werror_flag" ||
-
 
4373
	 test ! -s conftest.err
-
 
4374
       } && test -s conftest$ac_exeext && {
-
 
4375
	 test "$cross_compiling" = yes ||
-
 
4376
	 $as_test_x conftest$ac_exeext
-
 
4377
       }; then
-
 
4378
  ac_cv_lib_c_malloc=yes
3906
  ac_cv_lib_c_malloc=yes
4379
else
3907
else
4380
  $as_echo "$as_me: failed program was:" >&5
-
 
4381
sed 's/^/| /' conftest.$ac_ext >&5
-
 
4382
 
-
 
4383
	ac_cv_lib_c_malloc=no
3908
  ac_cv_lib_c_malloc=no
4384
fi
3909
fi
4385
 
-
 
4386
rm -rf conftest.dSYM
-
 
4387
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3910
rm -f core conftest.err conftest.$ac_objext \
4388
      conftest$ac_exeext conftest.$ac_ext
3911
    conftest$ac_exeext conftest.$ac_ext
4389
LIBS=$ac_check_lib_save_LIBS
3912
LIBS=$ac_check_lib_save_LIBS
4390
fi
3913
fi
4391
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_c_malloc" >&5
3914
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_malloc" >&5
4392
$as_echo "$ac_cv_lib_c_malloc" >&6; }
3915
$as_echo "$ac_cv_lib_c_malloc" >&6; }
4393
if test "x$ac_cv_lib_c_malloc" = x""yes; then
3916
if test "x$ac_cv_lib_c_malloc" = x""yes; then :
4394
  LIBS="-lc $LIBS"
3917
  LIBS="-lc $LIBS"
4395
fi
3918
fi
4396
 
3919
 
4397
 
3920
 
4398
{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
3921
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4399
$as_echo_n "checking for ANSI C header files... " >&6; }
3922
$as_echo_n "checking for ANSI C header files... " >&6; }
4400
if test "${ac_cv_header_stdc+set}" = set; then
3923
if test "${ac_cv_header_stdc+set}" = set; then :
4401
  $as_echo_n "(cached) " >&6
3924
  $as_echo_n "(cached) " >&6
4402
else
3925
else
4403
  cat >conftest.$ac_ext <<_ACEOF
-
 
4404
/* confdefs.h.  */
-
 
4405
_ACEOF
-
 
4406
cat confdefs.h >>conftest.$ac_ext
3926
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4407
cat >>conftest.$ac_ext <<_ACEOF
-
 
4408
/* end confdefs.h.  */
3927
/* end confdefs.h.  */
4409
#include <stdlib.h>
3928
#include <stdlib.h>
4410
#include <stdarg.h>
3929
#include <stdarg.h>
4411
#include <string.h>
3930
#include <string.h>
4412
#include <float.h>
3931
#include <float.h>
Line 4417... Line 3936...
4417
 
3936
 
4418
  ;
3937
  ;
4419
  return 0;
3938
  return 0;
4420
}
3939
}
4421
_ACEOF
3940
_ACEOF
4422
rm -f conftest.$ac_objext
-
 
4423
if { (ac_try="$ac_compile"
-
 
4424
case "(($ac_try" in
-
 
4425
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
4426
  *) ac_try_echo=$ac_try;;
-
 
4427
esac
-
 
4428
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
4429
$as_echo "$ac_try_echo") >&5
-
 
4430
  (eval "$ac_compile") 2>conftest.er1
3941
if ac_fn_c_try_compile "$LINENO"; then :
4431
  ac_status=$?
-
 
4432
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
4433
  rm -f conftest.er1
-
 
4434
  cat conftest.err >&5
-
 
4435
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
4436
  (exit $ac_status); } && {
-
 
4437
	 test -z "$ac_c_werror_flag" ||
-
 
4438
	 test ! -s conftest.err
-
 
4439
       } && test -s conftest.$ac_objext; then
-
 
4440
  ac_cv_header_stdc=yes
3942
  ac_cv_header_stdc=yes
4441
else
3943
else
4442
  $as_echo "$as_me: failed program was:" >&5
-
 
4443
sed 's/^/| /' conftest.$ac_ext >&5
-
 
4444
 
-
 
4445
	ac_cv_header_stdc=no
3944
  ac_cv_header_stdc=no
4446
fi
3945
fi
4447
 
-
 
4448
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3946
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4449
 
3947
 
4450
if test $ac_cv_header_stdc = yes; then
3948
if test $ac_cv_header_stdc = yes; then
4451
  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3949
  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4452
  cat >conftest.$ac_ext <<_ACEOF
-
 
4453
/* confdefs.h.  */
-
 
4454
_ACEOF
-
 
4455
cat confdefs.h >>conftest.$ac_ext
3950
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4456
cat >>conftest.$ac_ext <<_ACEOF
-
 
4457
/* end confdefs.h.  */
3951
/* end confdefs.h.  */
4458
#include <string.h>
3952
#include <string.h>
4459
 
3953
 
4460
_ACEOF
3954
_ACEOF
4461
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3955
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4462
  $EGREP "memchr" >/dev/null 2>&1; then
3956
  $EGREP "memchr" >/dev/null 2>&1; then :
4463
  :
3957
 
4464
else
3958
else
4465
  ac_cv_header_stdc=no
3959
  ac_cv_header_stdc=no
4466
fi
3960
fi
4467
rm -f conftest*
3961
rm -f conftest*
4468
 
3962
 
4469
fi
3963
fi
4470
 
3964
 
4471
if test $ac_cv_header_stdc = yes; then
3965
if test $ac_cv_header_stdc = yes; then
4472
  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3966
  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4473
  cat >conftest.$ac_ext <<_ACEOF
-
 
4474
/* confdefs.h.  */
-
 
4475
_ACEOF
-
 
4476
cat confdefs.h >>conftest.$ac_ext
3967
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4477
cat >>conftest.$ac_ext <<_ACEOF
-
 
4478
/* end confdefs.h.  */
3968
/* end confdefs.h.  */
4479
#include <stdlib.h>
3969
#include <stdlib.h>
4480
 
3970
 
4481
_ACEOF
3971
_ACEOF
4482
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3972
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4483
  $EGREP "free" >/dev/null 2>&1; then
3973
  $EGREP "free" >/dev/null 2>&1; then :
4484
  :
3974
 
4485
else
3975
else
4486
  ac_cv_header_stdc=no
3976
  ac_cv_header_stdc=no
4487
fi
3977
fi
4488
rm -f conftest*
3978
rm -f conftest*
4489
 
3979
 
4490
fi
3980
fi
4491
 
3981
 
4492
if test $ac_cv_header_stdc = yes; then
3982
if test $ac_cv_header_stdc = yes; then
4493
  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3983
  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4494
  if test "$cross_compiling" = yes; then
3984
  if test "$cross_compiling" = yes; then :
4495
  :
3985
  :
4496
else
3986
else
4497
  cat >conftest.$ac_ext <<_ACEOF
-
 
4498
/* confdefs.h.  */
-
 
4499
_ACEOF
-
 
4500
cat confdefs.h >>conftest.$ac_ext
3987
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4501
cat >>conftest.$ac_ext <<_ACEOF
-
 
4502
/* end confdefs.h.  */
3988
/* end confdefs.h.  */
4503
#include <ctype.h>
3989
#include <ctype.h>
4504
#include <stdlib.h>
3990
#include <stdlib.h>
4505
#if ((' ' & 0x0FF) == 0x020)
3991
#if ((' ' & 0x0FF) == 0x020)
4506
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3992
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
Line 4523... Line 4009...
4523
	|| toupper (i) != TOUPPER (i))
4009
	|| toupper (i) != TOUPPER (i))
4524
      return 2;
4010
      return 2;
4525
  return 0;
4011
  return 0;
4526
}
4012
}
4527
_ACEOF
4013
_ACEOF
4528
rm -f conftest$ac_exeext
-
 
4529
if { (ac_try="$ac_link"
-
 
4530
case "(($ac_try" in
-
 
4531
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
4532
  *) ac_try_echo=$ac_try;;
-
 
4533
esac
-
 
4534
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
4535
$as_echo "$ac_try_echo") >&5
-
 
4536
  (eval "$ac_link") 2>&5
-
 
4537
  ac_status=$?
-
 
4538
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
4539
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-
 
4540
  { (case "(($ac_try" in
-
 
4541
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
4542
  *) ac_try_echo=$ac_try;;
-
 
4543
esac
-
 
4544
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
4545
$as_echo "$ac_try_echo") >&5
-
 
4546
  (eval "$ac_try") 2>&5
-
 
4547
  ac_status=$?
-
 
4548
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
4549
  (exit $ac_status); }; }; then
4014
if ac_fn_c_try_run "$LINENO"; then :
4550
  :
-
 
4551
else
-
 
4552
  $as_echo "$as_me: program exited with status $ac_status" >&5
-
 
4553
$as_echo "$as_me: failed program was:" >&5
-
 
4554
sed 's/^/| /' conftest.$ac_ext >&5
-
 
4555
 
4015
 
4556
( exit $ac_status )
4016
else
4557
ac_cv_header_stdc=no
4017
  ac_cv_header_stdc=no
4558
fi
4018
fi
4559
rm -rf conftest.dSYM
4019
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4560
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4020
  conftest.$ac_objext conftest.beam conftest.$ac_ext
4561
fi
4021
fi
4562
 
4022
 
4563
 
-
 
4564
fi
4023
fi
4565
fi
4024
fi
4566
{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
4025
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4567
$as_echo "$ac_cv_header_stdc" >&6; }
4026
$as_echo "$ac_cv_header_stdc" >&6; }
4568
if test $ac_cv_header_stdc = yes; then
4027
if test $ac_cv_header_stdc = yes; then
4569
 
4028
 
4570
cat >>confdefs.h <<\_ACEOF
-
 
4571
#define STDC_HEADERS 1
4029
$as_echo "#define STDC_HEADERS 1" >>confdefs.h
4572
_ACEOF
-
 
4573
 
4030
 
4574
fi
4031
fi
4575
 
4032
 
4576
 
-
 
4577
 
-
 
4578
 
-
 
4579
for ac_header in fcntl.h unistd.h bfd.h
4033
for ac_header in fcntl.h unistd.h bfd.h
4580
do
4034
do :
4581
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4035
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4582
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-
 
4583
  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-
 
4584
$as_echo_n "checking for $ac_header... " >&6; }
-
 
4585
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-
 
4586
  $as_echo_n "(cached) " >&6
-
 
4587
fi
-
 
4588
ac_res=`eval 'as_val=${'$as_ac_Header'}
-
 
4589
		 $as_echo "$as_val"'`
-
 
4590
	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-
 
4591
$as_echo "$ac_res" >&6; }
-
 
4592
else
-
 
4593
  # Is the header compilable?
-
 
4594
{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
-
 
4595
$as_echo_n "checking $ac_header usability... " >&6; }
-
 
4596
cat >conftest.$ac_ext <<_ACEOF
-
 
4597
/* confdefs.h.  */
-
 
4598
_ACEOF
-
 
4599
cat confdefs.h >>conftest.$ac_ext
-
 
4600
cat >>conftest.$ac_ext <<_ACEOF
-
 
4601
/* end confdefs.h.  */
-
 
4602
$ac_includes_default
-
 
4603
#include <$ac_header>
-
 
4604
_ACEOF
-
 
4605
rm -f conftest.$ac_objext
-
 
4606
if { (ac_try="$ac_compile"
-
 
4607
case "(($ac_try" in
-
 
4608
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
4609
  *) ac_try_echo=$ac_try;;
-
 
4610
esac
-
 
4611
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
4612
$as_echo "$ac_try_echo") >&5
-
 
4613
  (eval "$ac_compile") 2>conftest.er1
-
 
4614
  ac_status=$?
-
 
4615
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
4616
  rm -f conftest.er1
-
 
4617
  cat conftest.err >&5
-
 
4618
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
4619
  (exit $ac_status); } && {
-
 
4620
	 test -z "$ac_c_werror_flag" ||
-
 
4621
	 test ! -s conftest.err
-
 
4622
       } && test -s conftest.$ac_objext; then
-
 
4623
  ac_header_compiler=yes
-
 
4624
else
-
 
4625
  $as_echo "$as_me: failed program was:" >&5
-
 
4626
sed 's/^/| /' conftest.$ac_ext >&5
-
 
4627
 
-
 
4628
	ac_header_compiler=no
-
 
4629
fi
-
 
4630
 
-
 
4631
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
 
4632
{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-
 
4633
$as_echo "$ac_header_compiler" >&6; }
-
 
4634
 
-
 
4635
# Is the header present?
-
 
4636
{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
-
 
4637
$as_echo_n "checking $ac_header presence... " >&6; }
-
 
4638
cat >conftest.$ac_ext <<_ACEOF
-
 
4639
/* confdefs.h.  */
-
 
4640
_ACEOF
-
 
4641
cat confdefs.h >>conftest.$ac_ext
-
 
4642
cat >>conftest.$ac_ext <<_ACEOF
-
 
4643
/* end confdefs.h.  */
-
 
4644
#include <$ac_header>
-
 
4645
_ACEOF
-
 
4646
if { (ac_try="$ac_cpp conftest.$ac_ext"
-
 
4647
case "(($ac_try" in
-
 
4648
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
4649
  *) ac_try_echo=$ac_try;;
-
 
4650
esac
-
 
4651
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
4652
$as_echo "$ac_try_echo") >&5
-
 
4653
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-
 
4654
  ac_status=$?
-
 
4655
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
4656
  rm -f conftest.er1
-
 
4657
  cat conftest.err >&5
-
 
4658
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
4659
  (exit $ac_status); } >/dev/null && {
-
 
4660
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-
 
4661
	 test ! -s conftest.err
-
 
4662
       }; then
-
 
4663
  ac_header_preproc=yes
-
 
4664
else
-
 
4665
  $as_echo "$as_me: failed program was:" >&5
-
 
4666
sed 's/^/| /' conftest.$ac_ext >&5
-
 
4667
 
-
 
4668
  ac_header_preproc=no
-
 
4669
fi
-
 
4670
 
-
 
4671
rm -f conftest.err conftest.$ac_ext
-
 
4672
{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-
 
4673
$as_echo "$ac_header_preproc" >&6; }
-
 
4674
 
-
 
4675
# So?  What about this header?
-
 
4676
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-
 
4677
  yes:no: )
-
 
4678
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-
 
4679
$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-
 
4680
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4036
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
4681
$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-
 
4682
    ac_header_preproc=yes
-
 
4683
    ;;
-
 
4684
  no:yes:* )
-
 
4685
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-
 
4686
$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-
 
4687
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-
 
4688
$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-
 
4689
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-
 
4690
$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-
 
4691
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-
 
4692
$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-
 
4693
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-
 
4694
$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-
 
4695
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-
 
4696
$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-
 
4697
 
-
 
4698
    ;;
-
 
4699
esac
-
 
4700
{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-
 
4701
$as_echo_n "checking for $ac_header... " >&6; }
-
 
4702
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-
 
4703
  $as_echo_n "(cached) " >&6
-
 
4704
else
-
 
4705
  eval "$as_ac_Header=\$ac_header_preproc"
-
 
4706
fi
-
 
4707
ac_res=`eval 'as_val=${'$as_ac_Header'}
4037
eval as_val=\$$as_ac_Header
4708
		 $as_echo "$as_val"'`
-
 
4709
	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-
 
4710
$as_echo "$ac_res" >&6; }
-
 
4711
 
-
 
4712
fi
-
 
4713
as_val=`eval 'as_val=${'$as_ac_Header'}
-
 
4714
		 $as_echo "$as_val"'`
-
 
4715
   if test "x$as_val" = x""yes; then
4038
   if test "x$as_val" = x""yes; then :
4716
  cat >>confdefs.h <<_ACEOF
4039
  cat >>confdefs.h <<_ACEOF
4717
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4040
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4718
_ACEOF
4041
_ACEOF
4719
 
4042
 
4720
fi
4043
fi
4721
 
4044
 
4722
done
4045
done
4723
 
4046
 
4724
 
4047
 
4725
{ $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
4048
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
4726
$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
4049
$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
4727
if test "${ac_cv_c_const+set}" = set; then
4050
if test "${ac_cv_c_const+set}" = set; then :
4728
  $as_echo_n "(cached) " >&6
4051
  $as_echo_n "(cached) " >&6
4729
else
4052
else
4730
  cat >conftest.$ac_ext <<_ACEOF
-
 
4731
/* confdefs.h.  */
-
 
4732
_ACEOF
-
 
4733
cat confdefs.h >>conftest.$ac_ext
4053
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4734
cat >>conftest.$ac_ext <<_ACEOF
-
 
4735
/* end confdefs.h.  */
4054
/* end confdefs.h.  */
4736
 
4055
 
4737
int
4056
int
4738
main ()
4057
main ()
4739
{
4058
{
Line 4789... Line 4108...
4789
 
4108
 
4790
  ;
4109
  ;
4791
  return 0;
4110
  return 0;
4792
}
4111
}
4793
_ACEOF
4112
_ACEOF
4794
rm -f conftest.$ac_objext
-
 
4795
if { (ac_try="$ac_compile"
-
 
4796
case "(($ac_try" in
-
 
4797
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
4798
  *) ac_try_echo=$ac_try;;
-
 
4799
esac
-
 
4800
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
4801
$as_echo "$ac_try_echo") >&5
-
 
4802
  (eval "$ac_compile") 2>conftest.er1
4113
if ac_fn_c_try_compile "$LINENO"; then :
4803
  ac_status=$?
-
 
4804
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
4805
  rm -f conftest.er1
-
 
4806
  cat conftest.err >&5
-
 
4807
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
4808
  (exit $ac_status); } && {
-
 
4809
	 test -z "$ac_c_werror_flag" ||
-
 
4810
	 test ! -s conftest.err
-
 
4811
       } && test -s conftest.$ac_objext; then
-
 
4812
  ac_cv_c_const=yes
4114
  ac_cv_c_const=yes
4813
else
4115
else
4814
  $as_echo "$as_me: failed program was:" >&5
-
 
4815
sed 's/^/| /' conftest.$ac_ext >&5
-
 
4816
 
-
 
4817
	ac_cv_c_const=no
4116
  ac_cv_c_const=no
4818
fi
4117
fi
4819
 
-
 
4820
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4118
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4821
fi
4119
fi
4822
{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
4120
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
4823
$as_echo "$ac_cv_c_const" >&6; }
4121
$as_echo "$ac_cv_c_const" >&6; }
4824
if test $ac_cv_c_const = no; then
4122
if test $ac_cv_c_const = no; then
4825
 
4123
 
4826
cat >>confdefs.h <<\_ACEOF
-
 
4827
#define const /**/
4124
$as_echo "#define const /**/" >>confdefs.h
4828
_ACEOF
-
 
4829
 
4125
 
4830
fi
4126
fi
4831
 
4127
 
4832
 
4128
 
4833
 
-
 
4834
for ac_func in vprintf
4129
for ac_func in vprintf
4835
do
4130
do :
4836
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-
 
4837
{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
4131
  ac_fn_c_check_func "$LINENO" "vprintf" "ac_cv_func_vprintf"
4838
$as_echo_n "checking for $ac_func... " >&6; }
-
 
4839
if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-
 
4840
  $as_echo_n "(cached) " >&6
-
 
4841
else
-
 
4842
  cat >conftest.$ac_ext <<_ACEOF
-
 
4843
/* confdefs.h.  */
-
 
4844
_ACEOF
-
 
4845
cat confdefs.h >>conftest.$ac_ext
-
 
4846
cat >>conftest.$ac_ext <<_ACEOF
-
 
4847
/* end confdefs.h.  */
-
 
4848
/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-
 
4849
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-
 
4850
#define $ac_func innocuous_$ac_func
-
 
4851
 
-
 
4852
/* System header to define __stub macros and hopefully few prototypes,
-
 
4853
    which can conflict with char $ac_func (); below.
-
 
4854
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-
 
4855
    <limits.h> exists even on freestanding compilers.  */
-
 
4856
 
-
 
4857
#ifdef __STDC__
-
 
4858
# include <limits.h>
-
 
4859
#else
-
 
4860
# include <assert.h>
-
 
4861
#endif
-
 
4862
 
-
 
4863
#undef $ac_func
-
 
4864
 
-
 
4865
/* Override any GCC internal prototype to avoid an error.
-
 
4866
   Use char because int might match the return type of a GCC
-
 
4867
   builtin and then its argument prototype would still apply.  */
-
 
4868
#ifdef __cplusplus
-
 
4869
extern "C"
-
 
4870
#endif
-
 
4871
char $ac_func ();
-
 
4872
/* The GNU C library defines this for functions which it implements
-
 
4873
    to always fail with ENOSYS.  Some functions are actually named
-
 
4874
    something starting with __ and the normal name is an alias.  */
-
 
4875
#if defined __stub_$ac_func || defined __stub___$ac_func
-
 
4876
choke me
-
 
4877
#endif
-
 
4878
 
-
 
4879
int
-
 
4880
main ()
-
 
4881
{
-
 
4882
return $ac_func ();
-
 
4883
  ;
-
 
4884
  return 0;
-
 
4885
}
-
 
4886
_ACEOF
-
 
4887
rm -f conftest.$ac_objext conftest$ac_exeext
-
 
4888
if { (ac_try="$ac_link"
-
 
4889
case "(($ac_try" in
-
 
4890
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
4891
  *) ac_try_echo=$ac_try;;
-
 
4892
esac
-
 
4893
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
4894
$as_echo "$ac_try_echo") >&5
-
 
4895
  (eval "$ac_link") 2>conftest.er1
-
 
4896
  ac_status=$?
-
 
4897
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
4898
  rm -f conftest.er1
-
 
4899
  cat conftest.err >&5
-
 
4900
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
4901
  (exit $ac_status); } && {
-
 
4902
	 test -z "$ac_c_werror_flag" ||
-
 
4903
	 test ! -s conftest.err
-
 
4904
       } && test -s conftest$ac_exeext && {
-
 
4905
	 test "$cross_compiling" = yes ||
-
 
4906
	 $as_test_x conftest$ac_exeext
-
 
4907
       }; then
-
 
4908
  eval "$as_ac_var=yes"
-
 
4909
else
-
 
4910
  $as_echo "$as_me: failed program was:" >&5
-
 
4911
sed 's/^/| /' conftest.$ac_ext >&5
-
 
4912
 
-
 
4913
	eval "$as_ac_var=no"
-
 
4914
fi
-
 
4915
 
-
 
4916
rm -rf conftest.dSYM
-
 
4917
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-
 
4918
      conftest$ac_exeext conftest.$ac_ext
-
 
4919
fi
-
 
4920
ac_res=`eval 'as_val=${'$as_ac_var'}
-
 
4921
		 $as_echo "$as_val"'`
-
 
4922
	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-
 
4923
$as_echo "$ac_res" >&6; }
-
 
4924
as_val=`eval 'as_val=${'$as_ac_var'}
-
 
4925
		 $as_echo "$as_val"'`
-
 
4926
   if test "x$as_val" = x""yes; then
4132
if test "x$ac_cv_func_vprintf" = x""yes; then :
4927
  cat >>confdefs.h <<_ACEOF
4133
  cat >>confdefs.h <<_ACEOF
4928
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-
 
4929
_ACEOF
-
 
4930
 
-
 
4931
{ $as_echo "$as_me:$LINENO: checking for _doprnt" >&5
-
 
4932
$as_echo_n "checking for _doprnt... " >&6; }
-
 
4933
if test "${ac_cv_func__doprnt+set}" = set; then
-
 
4934
  $as_echo_n "(cached) " >&6
-
 
4935
else
-
 
4936
  cat >conftest.$ac_ext <<_ACEOF
-
 
4937
/* confdefs.h.  */
-
 
4938
_ACEOF
-
 
4939
cat confdefs.h >>conftest.$ac_ext
-
 
4940
cat >>conftest.$ac_ext <<_ACEOF
-
 
4941
/* end confdefs.h.  */
-
 
4942
/* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
-
 
4943
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-
 
4944
#define _doprnt innocuous__doprnt
-
 
4945
 
-
 
4946
/* System header to define __stub macros and hopefully few prototypes,
-
 
4947
    which can conflict with char _doprnt (); below.
-
 
4948
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-
 
4949
    <limits.h> exists even on freestanding compilers.  */
-
 
4950
 
-
 
4951
#ifdef __STDC__
-
 
4952
# include <limits.h>
-
 
4953
#else
-
 
4954
# include <assert.h>
-
 
4955
#endif
-
 
4956
 
-
 
4957
#undef _doprnt
-
 
4958
 
-
 
4959
/* Override any GCC internal prototype to avoid an error.
-
 
4960
   Use char because int might match the return type of a GCC
-
 
4961
   builtin and then its argument prototype would still apply.  */
-
 
4962
#ifdef __cplusplus
4134
#define HAVE_VPRINTF 1
4963
extern "C"
-
 
4964
#endif
-
 
4965
char _doprnt ();
-
 
4966
/* The GNU C library defines this for functions which it implements
-
 
4967
    to always fail with ENOSYS.  Some functions are actually named
-
 
4968
    something starting with __ and the normal name is an alias.  */
-
 
4969
#if defined __stub__doprnt || defined __stub____doprnt
-
 
4970
choke me
-
 
4971
#endif
-
 
4972
 
-
 
4973
int
-
 
4974
main ()
-
 
4975
{
-
 
4976
return _doprnt ();
-
 
4977
  ;
-
 
4978
  return 0;
-
 
4979
}
-
 
4980
_ACEOF
4135
_ACEOF
4981
rm -f conftest.$ac_objext conftest$ac_exeext
-
 
4982
if { (ac_try="$ac_link"
-
 
4983
case "(($ac_try" in
-
 
4984
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
4985
  *) ac_try_echo=$ac_try;;
-
 
4986
esac
-
 
4987
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
4988
$as_echo "$ac_try_echo") >&5
-
 
4989
  (eval "$ac_link") 2>conftest.er1
-
 
4990
  ac_status=$?
-
 
4991
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
4992
  rm -f conftest.er1
-
 
4993
  cat conftest.err >&5
-
 
4994
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
4995
  (exit $ac_status); } && {
-
 
4996
	 test -z "$ac_c_werror_flag" ||
-
 
4997
	 test ! -s conftest.err
-
 
4998
       } && test -s conftest$ac_exeext && {
-
 
4999
	 test "$cross_compiling" = yes ||
-
 
5000
	 $as_test_x conftest$ac_exeext
-
 
5001
       }; then
-
 
5002
  ac_cv_func__doprnt=yes
-
 
5003
else
-
 
5004
  $as_echo "$as_me: failed program was:" >&5
-
 
5005
sed 's/^/| /' conftest.$ac_ext >&5
-
 
5006
 
4136
 
-
 
4137
ac_fn_c_check_func "$LINENO" "_doprnt" "ac_cv_func__doprnt"
5007
	ac_cv_func__doprnt=no
4138
if test "x$ac_cv_func__doprnt" = x""yes; then :
5008
fi
-
 
5009
 
4139
 
5010
rm -rf conftest.dSYM
-
 
5011
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-
 
5012
      conftest$ac_exeext conftest.$ac_ext
-
 
5013
fi
-
 
5014
{ $as_echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5
-
 
5015
$as_echo "$ac_cv_func__doprnt" >&6; }
-
 
5016
if test "x$ac_cv_func__doprnt" = x""yes; then
-
 
5017
 
-
 
5018
cat >>confdefs.h <<\_ACEOF
-
 
5019
#define HAVE_DOPRNT 1
4140
$as_echo "#define HAVE_DOPRNT 1" >>confdefs.h
5020
_ACEOF
-
 
5021
 
4141
 
5022
fi
4142
fi
5023
 
4143
 
5024
fi
4144
fi
5025
done
4145
done
5026
 
4146
 
5027
 
4147
 
5028
 
4148
 
5029
 
-
 
5030
 
-
 
5031
 
-
 
5032
 
-
 
5033
for ac_func in  \
4149
for ac_func in  \
5034
	dcgettext \
4150
	dcgettext \
5035
	getline \
4151
	getline \
5036
	libintl_dgettext \
4152
	libintl_dgettext \
5037
	strsignal \
4153
	strsignal \
5038
 
4154
 
5039
do
4155
do :
5040
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
4156
  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
5041
{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
4157
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
5042
$as_echo_n "checking for $ac_func... " >&6; }
-
 
5043
if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-
 
5044
  $as_echo_n "(cached) " >&6
-
 
5045
else
-
 
5046
  cat >conftest.$ac_ext <<_ACEOF
-
 
5047
/* confdefs.h.  */
-
 
5048
_ACEOF
-
 
5049
cat confdefs.h >>conftest.$ac_ext
-
 
5050
cat >>conftest.$ac_ext <<_ACEOF
-
 
5051
/* end confdefs.h.  */
-
 
5052
/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-
 
5053
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-
 
5054
#define $ac_func innocuous_$ac_func
-
 
5055
 
-
 
5056
/* System header to define __stub macros and hopefully few prototypes,
-
 
5057
    which can conflict with char $ac_func (); below.
-
 
5058
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-
 
5059
    <limits.h> exists even on freestanding compilers.  */
-
 
5060
 
-
 
5061
#ifdef __STDC__
-
 
5062
# include <limits.h>
-
 
5063
#else
-
 
5064
# include <assert.h>
-
 
5065
#endif
-
 
5066
 
-
 
5067
#undef $ac_func
-
 
5068
 
-
 
5069
/* Override any GCC internal prototype to avoid an error.
-
 
5070
   Use char because int might match the return type of a GCC
-
 
5071
   builtin and then its argument prototype would still apply.  */
-
 
5072
#ifdef __cplusplus
-
 
5073
extern "C"
-
 
5074
#endif
-
 
5075
char $ac_func ();
-
 
5076
/* The GNU C library defines this for functions which it implements
-
 
5077
    to always fail with ENOSYS.  Some functions are actually named
-
 
5078
    something starting with __ and the normal name is an alias.  */
-
 
5079
#if defined __stub_$ac_func || defined __stub___$ac_func
-
 
5080
choke me
-
 
5081
#endif
-
 
5082
 
-
 
5083
int
-
 
5084
main ()
-
 
5085
{
-
 
5086
return $ac_func ();
-
 
5087
  ;
-
 
5088
  return 0;
-
 
5089
}
-
 
5090
_ACEOF
-
 
5091
rm -f conftest.$ac_objext conftest$ac_exeext
-
 
5092
if { (ac_try="$ac_link"
-
 
5093
case "(($ac_try" in
-
 
5094
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
5095
  *) ac_try_echo=$ac_try;;
-
 
5096
esac
-
 
5097
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
5098
$as_echo "$ac_try_echo") >&5
-
 
5099
  (eval "$ac_link") 2>conftest.er1
-
 
5100
  ac_status=$?
-
 
5101
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
5102
  rm -f conftest.er1
-
 
5103
  cat conftest.err >&5
-
 
5104
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
5105
  (exit $ac_status); } && {
-
 
5106
	 test -z "$ac_c_werror_flag" ||
-
 
5107
	 test ! -s conftest.err
-
 
5108
       } && test -s conftest$ac_exeext && {
-
 
5109
	 test "$cross_compiling" = yes ||
-
 
5110
	 $as_test_x conftest$ac_exeext
-
 
5111
       }; then
-
 
5112
  eval "$as_ac_var=yes"
-
 
5113
else
-
 
5114
  $as_echo "$as_me: failed program was:" >&5
-
 
5115
sed 's/^/| /' conftest.$ac_ext >&5
-
 
5116
 
-
 
5117
	eval "$as_ac_var=no"
-
 
5118
fi
-
 
5119
 
-
 
5120
rm -rf conftest.dSYM
-
 
5121
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-
 
5122
      conftest$ac_exeext conftest.$ac_ext
-
 
5123
fi
-
 
5124
ac_res=`eval 'as_val=${'$as_ac_var'}
-
 
5125
		 $as_echo "$as_val"'`
-
 
5126
	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-
 
5127
$as_echo "$ac_res" >&6; }
-
 
5128
as_val=`eval 'as_val=${'$as_ac_var'}
4158
eval as_val=\$$as_ac_var
5129
		 $as_echo "$as_val"'`
-
 
5130
   if test "x$as_val" = x""yes; then
4159
   if test "x$as_val" = x""yes; then :
5131
  cat >>confdefs.h <<_ACEOF
4160
  cat >>confdefs.h <<_ACEOF
5132
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
4161
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
5133
_ACEOF
4162
_ACEOF
5134
 
4163
 
5135
fi
4164
fi
Line 5152... Line 4181...
5152
 
4181
 
5153
 
4182
 
5154
 
4183
 
5155
 
4184
 
5156
 
4185
 
5157
ac_config_files="$ac_config_files ld-elf2flt.sh:ld-elf2flt.in Makefile elf2flt.ld"
4186
ac_config_files="$ac_config_files Makefile"
5158
 
4187
 
5159
cat >confcache <<\_ACEOF
4188
cat >confcache <<\_ACEOF
5160
# This file is a shell script that caches the results of configure
4189
# This file is a shell script that caches the results of configure
5161
# tests run on this system so they can be shared between configure
4190
# tests run on this system so they can be shared between configure
5162
# scripts and configure runs, see configure's option --config-cache.
4191
# scripts and configure runs, see configure's option --config-cache.
Line 5181... Line 4210...
5181
  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
4210
  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
5182
    eval ac_val=\$$ac_var
4211
    eval ac_val=\$$ac_var
5183
    case $ac_val in #(
4212
    case $ac_val in #(
5184
    *${as_nl}*)
4213
    *${as_nl}*)
5185
      case $ac_var in #(
4214
      case $ac_var in #(
5186
      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
4215
      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
5187
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
4216
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
5188
      esac
4217
      esac
5189
      case $ac_var in #(
4218
      case $ac_var in #(
5190
      _ | IFS | as_nl) ;; #(
4219
      _ | IFS | as_nl) ;; #(
5191
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
4220
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
5192
      *) $as_unset $ac_var ;;
4221
      *) { eval $ac_var=; unset $ac_var;} ;;
5193
      esac ;;
4222
      esac ;;
5194
    esac
4223
    esac
5195
  done
4224
  done
5196
 
4225
 
5197
  (set) 2>&1 |
4226
  (set) 2>&1 |
5198
    case $as_nl`(ac_space=' '; set) 2>&1` in #(
4227
    case $as_nl`(ac_space=' '; set) 2>&1` in #(
5199
    *${as_nl}ac_space=\ *)
4228
    *${as_nl}ac_space=\ *)
5200
      # `set' does not quote correctly, so add quotes (double-quote
4229
      # `set' does not quote correctly, so add quotes: double-quote
5201
      # substitution turns \\\\ into \\, and sed turns \\ into \).
4230
      # substitution turns \\\\ into \\, and sed turns \\ into \.
5202
      sed -n \
4231
      sed -n \
5203
	"s/'/'\\\\''/g;
4232
	"s/'/'\\\\''/g;
5204
	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4233
	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5205
      ;; #(
4234
      ;; #(
5206
    *)
4235
    *)
Line 5219... Line 4248...
5219
     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
4248
     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
5220
     :end' >>confcache
4249
     :end' >>confcache
5221
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
4250
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
5222
  if test -w "$cache_file"; then
4251
  if test -w "$cache_file"; then
5223
    test "x$cache_file" != "x/dev/null" &&
4252
    test "x$cache_file" != "x/dev/null" &&
5224
      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
4253
      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
5225
$as_echo "$as_me: updating cache $cache_file" >&6;}
4254
$as_echo "$as_me: updating cache $cache_file" >&6;}
5226
    cat confcache >$cache_file
4255
    cat confcache >$cache_file
5227
  else
4256
  else
5228
    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
4257
    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
5229
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
4258
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
5230
  fi
4259
  fi
5231
fi
4260
fi
5232
rm -f confcache
4261
rm -f confcache
5233
 
4262
 
Line 5279... Line 4308...
5279
  # 1. Remove the extension, and $U if already installed.
4308
  # 1. Remove the extension, and $U if already installed.
5280
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
4309
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
5281
  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
4310
  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
5282
  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
4311
  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
5283
  #    will be set to the directory where LIBOBJS objects are built.
4312
  #    will be set to the directory where LIBOBJS objects are built.
5284
  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
4313
  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
5285
  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
4314
  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
5286
done
4315
done
5287
LIBOBJS=$ac_libobjs
4316
LIBOBJS=$ac_libobjs
5288
 
4317
 
5289
LTLIBOBJS=$ac_ltlibobjs
4318
LTLIBOBJS=$ac_ltlibobjs
5290
 
4319
 
Line 5292... Line 4321...
5292
 
4321
 
5293
: ${CONFIG_STATUS=./config.status}
4322
: ${CONFIG_STATUS=./config.status}
5294
ac_write_fail=0
4323
ac_write_fail=0
5295
ac_clean_files_save=$ac_clean_files
4324
ac_clean_files_save=$ac_clean_files
5296
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
4325
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5297
{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
4326
{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
5298
$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
4327
$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
-
 
4328
as_write_fail=0
5299
cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4329
cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
5300
#! $SHELL
4330
#! $SHELL
5301
# Generated by $as_me.
4331
# Generated by $as_me.
5302
# Run this file to recreate the current configuration.
4332
# Run this file to recreate the current configuration.
5303
# Compiler output produced by configure, useful for debugging
4333
# Compiler output produced by configure, useful for debugging
5304
# configure, is in config.log if it exists.
4334
# configure, is in config.log if it exists.
5305
 
4335
 
5306
debug=false
4336
debug=false
5307
ac_cs_recheck=false
4337
ac_cs_recheck=false
5308
ac_cs_silent=false
4338
ac_cs_silent=false
5309
SHELL=\${CONFIG_SHELL-$SHELL}
-
 
5310
_ACEOF
-
 
5311
 
4339
 
-
 
4340
SHELL=\${CONFIG_SHELL-$SHELL}
-
 
4341
export SHELL
-
 
4342
_ASEOF
5312
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4343
cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
5313
## --------------------- ##
4344
## -------------------- ##
5314
## M4sh Initialization.  ##
4345
## M4sh Initialization. ##
5315
## --------------------- ##
4346
## -------------------- ##
5316
 
4347
 
5317
# Be more Bourne compatible
4348
# Be more Bourne compatible
5318
DUALCASE=1; export DUALCASE # for MKS sh
4349
DUALCASE=1; export DUALCASE # for MKS sh
5319
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
4350
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
5320
  emulate sh
4351
  emulate sh
5321
  NULLCMD=:
4352
  NULLCMD=:
5322
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
4353
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
5323
  # is contrary to our usage.  Disable this feature.
4354
  # is contrary to our usage.  Disable this feature.
5324
  alias -g '${1+"$@"}'='"$@"'
4355
  alias -g '${1+"$@"}'='"$@"'
5325
  setopt NO_GLOB_SUBST
4356
  setopt NO_GLOB_SUBST
5326
else
4357
else
5327
  case `(set -o) 2>/dev/null` in
4358
  case `(set -o) 2>/dev/null` in #(
-
 
4359
  *posix*) :
5328
  *posix*) set -o posix ;;
4360
    set -o posix ;; #(
-
 
4361
  *) :
-
 
4362
     ;;
5329
esac
4363
esac
5330
 
-
 
5331
fi
4364
fi
5332
 
4365
 
5333
 
4366
 
5334
 
-
 
5335
 
-
 
5336
# PATH needs CR
-
 
5337
# Avoid depending upon Character Ranges.
-
 
5338
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
-
 
5339
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-
 
5340
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
-
 
5341
as_cr_digits='0123456789'
-
 
5342
as_cr_alnum=$as_cr_Letters$as_cr_digits
-
 
5343
 
-
 
5344
as_nl='
4367
as_nl='
5345
'
4368
'
5346
export as_nl
4369
export as_nl
5347
# Printing a long string crashes Solaris 7 /usr/bin/printf.
4370
# Printing a long string crashes Solaris 7 /usr/bin/printf.
5348
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4371
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5349
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
4372
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
5350
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
4373
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
-
 
4374
# Prefer a ksh shell builtin over an external printf program on Solaris,
-
 
4375
# but without wasting forks for bash or zsh.
-
 
4376
if test -z "$BASH_VERSION$ZSH_VERSION" \
-
 
4377
    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
-
 
4378
  as_echo='print -r --'
-
 
4379
  as_echo_n='print -rn --'
5351
if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
4380
elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
5352
  as_echo='printf %s\n'
4381
  as_echo='printf %s\n'
5353
  as_echo_n='printf %s'
4382
  as_echo_n='printf %s'
5354
else
4383
else
5355
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
4384
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
5356
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
4385
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
5357
    as_echo_n='/usr/ucb/echo -n'
4386
    as_echo_n='/usr/ucb/echo -n'
5358
  else
4387
  else
5359
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
4388
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
5360
    as_echo_n_body='eval
4389
    as_echo_n_body='eval
5361
      arg=$1;
4390
      arg=$1;
5362
      case $arg in
4391
      case $arg in #(
5363
      *"$as_nl"*)
4392
      *"$as_nl"*)
5364
	expr "X$arg" : "X\\(.*\\)$as_nl";
4393
	expr "X$arg" : "X\\(.*\\)$as_nl";
5365
	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
4394
	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
5366
      esac;
4395
      esac;
5367
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
4396
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
Line 5380... Line 4409...
5380
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
4409
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
5381
      PATH_SEPARATOR=';'
4410
      PATH_SEPARATOR=';'
5382
  }
4411
  }
5383
fi
4412
fi
5384
 
4413
 
5385
# Support unset when possible.
-
 
5386
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-
 
5387
  as_unset=unset
-
 
5388
else
-
 
5389
  as_unset=false
-
 
5390
fi
-
 
5391
 
-
 
5392
 
4414
 
5393
# IFS
4415
# IFS
5394
# We need space, tab and new line, in precisely that order.  Quoting is
4416
# We need space, tab and new line, in precisely that order.  Quoting is
5395
# there to prevent editors from complaining about space-tab.
4417
# there to prevent editors from complaining about space-tab.
5396
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
4418
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
5397
# splitting by setting IFS to empty value.)
4419
# splitting by setting IFS to empty value.)
5398
IFS=" ""	$as_nl"
4420
IFS=" ""	$as_nl"
5399
 
4421
 
5400
# Find who we are.  Look in the path if we contain no directory separator.
4422
# Find who we are.  Look in the path if we contain no directory separator.
5401
case $0 in
4423
case $0 in #((
5402
  *[\\/]* ) as_myself=$0 ;;
4424
  *[\\/]* ) as_myself=$0 ;;
5403
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4425
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5404
for as_dir in $PATH
4426
for as_dir in $PATH
5405
do
4427
do
5406
  IFS=$as_save_IFS
4428
  IFS=$as_save_IFS
5407
  test -z "$as_dir" && as_dir=.
4429
  test -z "$as_dir" && as_dir=.
5408
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
4430
    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
5409
done
4431
  done
5410
IFS=$as_save_IFS
4432
IFS=$as_save_IFS
5411
 
4433
 
5412
     ;;
4434
     ;;
5413
esac
4435
esac
5414
# We did not find ourselves, most probably we were run as `sh COMMAND'
4436
# We did not find ourselves, most probably we were run as `sh COMMAND'
Line 5416... Line 4438...
5416
if test "x$as_myself" = x; then
4438
if test "x$as_myself" = x; then
5417
  as_myself=$0
4439
  as_myself=$0
5418
fi
4440
fi
5419
if test ! -f "$as_myself"; then
4441
if test ! -f "$as_myself"; then
5420
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
4442
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
5421
  { (exit 1); exit 1; }
4443
  exit 1
5422
fi
4444
fi
5423
 
4445
 
-
 
4446
# Unset variables that we do not need and which cause bugs (e.g. in
-
 
4447
# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
-
 
4448
# suppresses any "Segmentation fault" message there.  '((' could
5424
# Work around bugs in pre-3.0 UWIN ksh.
4449
# trigger a bug in pdksh 5.2.14.
5425
for as_var in ENV MAIL MAILPATH
4450
for as_var in BASH_ENV ENV MAIL MAILPATH
-
 
4451
do eval test x\${$as_var+set} = xset \
5426
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
4452
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
5427
done
4453
done
5428
PS1='$ '
4454
PS1='$ '
5429
PS2='> '
4455
PS2='> '
5430
PS4='+ '
4456
PS4='+ '
5431
 
4457
 
Line 5433... Line 4459...
5433
LC_ALL=C
4459
LC_ALL=C
5434
export LC_ALL
4460
export LC_ALL
5435
LANGUAGE=C
4461
LANGUAGE=C
5436
export LANGUAGE
4462
export LANGUAGE
5437
 
4463
 
-
 
4464
# CDPATH.
-
 
4465
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
-
 
4466
 
-
 
4467
 
-
 
4468
# as_fn_error ERROR [LINENO LOG_FD]
-
 
4469
# ---------------------------------
-
 
4470
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
-
 
4471
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
-
 
4472
# script with status $?, using 1 if that was 0.
-
 
4473
as_fn_error ()
-
 
4474
{
-
 
4475
  as_status=$?; test $as_status -eq 0 && as_status=1
-
 
4476
  if test "$3"; then
-
 
4477
    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-
 
4478
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
-
 
4479
  fi
-
 
4480
  $as_echo "$as_me: error: $1" >&2
-
 
4481
  as_fn_exit $as_status
-
 
4482
} # as_fn_error
-
 
4483
 
-
 
4484
 
-
 
4485
# as_fn_set_status STATUS
-
 
4486
# -----------------------
-
 
4487
# Set $? to STATUS, without forking.
-
 
4488
as_fn_set_status ()
-
 
4489
{
-
 
4490
  return $1
-
 
4491
} # as_fn_set_status
-
 
4492
 
-
 
4493
# as_fn_exit STATUS
-
 
4494
# -----------------
-
 
4495
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
-
 
4496
as_fn_exit ()
-
 
4497
{
-
 
4498
  set +e
-
 
4499
  as_fn_set_status $1
-
 
4500
  exit $1
-
 
4501
} # as_fn_exit
-
 
4502
 
-
 
4503
# as_fn_unset VAR
-
 
4504
# ---------------
5438
# Required to use basename.
4505
# Portably unset VAR.
-
 
4506
as_fn_unset ()
-
 
4507
{
-
 
4508
  { eval $1=; unset $1;}
-
 
4509
}
-
 
4510
as_unset=as_fn_unset
-
 
4511
# as_fn_append VAR VALUE
-
 
4512
# ----------------------
-
 
4513
# Append the text in VALUE to the end of the definition contained in VAR. Take
-
 
4514
# advantage of any shell optimizations that allow amortized linear growth over
-
 
4515
# repeated appends, instead of the typical quadratic growth present in naive
-
 
4516
# implementations.
-
 
4517
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
-
 
4518
  eval 'as_fn_append ()
-
 
4519
  {
-
 
4520
    eval $1+=\$2
-
 
4521
  }'
-
 
4522
else
-
 
4523
  as_fn_append ()
-
 
4524
  {
-
 
4525
    eval $1=\$$1\$2
-
 
4526
  }
-
 
4527
fi # as_fn_append
-
 
4528
 
-
 
4529
# as_fn_arith ARG...
-
 
4530
# ------------------
-
 
4531
# Perform arithmetic evaluation on the ARGs, and store the result in the
-
 
4532
# global $as_val. Take advantage of shells that can avoid forks. The arguments
-
 
4533
# must be portable across $(()) and expr.
-
 
4534
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
-
 
4535
  eval 'as_fn_arith ()
-
 
4536
  {
-
 
4537
    as_val=$(( $* ))
-
 
4538
  }'
-
 
4539
else
-
 
4540
  as_fn_arith ()
-
 
4541
  {
-
 
4542
    as_val=`expr "$@" || test $? -eq 1`
-
 
4543
  }
-
 
4544
fi # as_fn_arith
-
 
4545
 
-
 
4546
 
5439
if expr a : '\(a\)' >/dev/null 2>&1 &&
4547
if expr a : '\(a\)' >/dev/null 2>&1 &&
5440
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
4548
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
5441
  as_expr=expr
4549
  as_expr=expr
5442
else
4550
else
5443
  as_expr=false
4551
  as_expr=false
Line 5447... Line 4555...
5447
  as_basename=basename
4555
  as_basename=basename
5448
else
4556
else
5449
  as_basename=false
4557
  as_basename=false
5450
fi
4558
fi
5451
 
4559
 
-
 
4560
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
-
 
4561
  as_dirname=dirname
-
 
4562
else
-
 
4563
  as_dirname=false
-
 
4564
fi
5452
 
4565
 
5453
# Name of the executable.
-
 
5454
as_me=`$as_basename -- "$0" ||
4566
as_me=`$as_basename -- "$0" ||
5455
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
4567
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
5456
	 X"$0" : 'X\(//\)$' \| \
4568
	 X"$0" : 'X\(//\)$' \| \
5457
	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
4569
	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
5458
$as_echo X/"$0" |
4570
$as_echo X/"$0" |
Line 5468... Line 4580...
5468
	    s//\1/
4580
	    s//\1/
5469
	    q
4581
	    q
5470
	  }
4582
	  }
5471
	  s/.*/./; q'`
4583
	  s/.*/./; q'`
5472
 
4584
 
5473
# CDPATH.
-
 
5474
$as_unset CDPATH
-
 
5475
 
-
 
5476
 
-
 
5477
 
-
 
5478
  as_lineno_1=$LINENO
-
 
5479
  as_lineno_2=$LINENO
-
 
5480
  test "x$as_lineno_1" != "x$as_lineno_2" &&
4585
# Avoid depending upon Character Ranges.
5481
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
-
 
5482
 
-
 
5483
  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
-
 
5484
  # uniformly replaced by the line number.  The first 'sed' inserts a
-
 
5485
  # line-number line after each line using $LINENO; the second 'sed'
-
 
5486
  # does the real work.  The second script uses 'N' to pair each
4586
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
5487
  # line-number line with the line containing $LINENO, and appends
-
 
5488
  # trailing '-' during substitution so that $LINENO is not a special
-
 
5489
  # case at line end.
-
 
5490
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
-
 
5491
  # scripts with optimization help from Paolo Bonzini.  Blame Lee
-
 
5492
  # E. McMahon (1931-1989) for sed's syntax.  :-)
4587
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
5493
  sed -n '
-
 
5494
    p
-
 
5495
    /[$]LINENO/=
-
 
5496
  ' <$as_myself |
-
 
5497
    sed '
-
 
5498
      s/[$]LINENO.*/&-/
-
 
5499
      t lineno
-
 
5500
      b
-
 
5501
      :lineno
-
 
5502
      N
-
 
5503
      :loop
-
 
5504
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
4588
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
5505
      t loop
-
 
5506
      s/-\n.*//
-
 
5507
    ' >$as_me.lineno &&
4589
as_cr_digits='0123456789'
5508
  chmod +x "$as_me.lineno" ||
-
 
5509
    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
-
 
5510
   { (exit 1); exit 1; }; }
-
 
5511
 
-
 
5512
  # Don't try to exec as it changes $[0], causing all sort of problems
-
 
5513
  # (the dirname of $[0] is not the place where we might find the
-
 
5514
  # original and so on.  Autoconf is especially sensitive to this).
-
 
5515
  . "./$as_me.lineno"
-
 
5516
  # Exit status is that of the last command.
4590
as_cr_alnum=$as_cr_Letters$as_cr_digits
5517
  exit
-
 
5518
}
-
 
5519
 
-
 
5520
 
-
 
5521
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
-
 
5522
  as_dirname=dirname
-
 
5523
else
-
 
5524
  as_dirname=false
-
 
5525
fi
-
 
5526
 
4591
 
5527
ECHO_C= ECHO_N= ECHO_T=
4592
ECHO_C= ECHO_N= ECHO_T=
5528
case `echo -n x` in
4593
case `echo -n x` in #(((((
5529
-n*)
4594
-n*)
5530
  case `echo 'x\c'` in
4595
  case `echo 'xy\c'` in
5531
  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
4596
  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
5532
  *)   ECHO_C='\c';;
4597
  xy)  ECHO_C='\c';;
-
 
4598
  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
-
 
4599
       ECHO_T='	';;
5533
  esac;;
4600
  esac;;
5534
*)
4601
*)
5535
  ECHO_N='-n';;
4602
  ECHO_N='-n';;
5536
esac
4603
esac
5537
if expr a : '\(a\)' >/dev/null 2>&1 &&
-
 
5538
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
-
 
5539
  as_expr=expr
-
 
5540
else
-
 
5541
  as_expr=false
-
 
5542
fi
-
 
5543
 
4604
 
5544
rm -f conf$$ conf$$.exe conf$$.file
4605
rm -f conf$$ conf$$.exe conf$$.file
5545
if test -d conf$$.dir; then
4606
if test -d conf$$.dir; then
5546
  rm -f conf$$.dir/conf$$.file
4607
  rm -f conf$$.dir/conf$$.file
5547
else
4608
else
Line 5566... Line 4627...
5566
  as_ln_s='cp -p'
4627
  as_ln_s='cp -p'
5567
fi
4628
fi
5568
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
4629
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
5569
rmdir conf$$.dir 2>/dev/null
4630
rmdir conf$$.dir 2>/dev/null
5570
 
4631
 
-
 
4632
 
-
 
4633
# as_fn_mkdir_p
-
 
4634
# -------------
-
 
4635
# Create "$as_dir" as a directory, including parents if necessary.
-
 
4636
as_fn_mkdir_p ()
-
 
4637
{
-
 
4638
 
-
 
4639
  case $as_dir in #(
-
 
4640
  -*) as_dir=./$as_dir;;
-
 
4641
  esac
-
 
4642
  test -d "$as_dir" || eval $as_mkdir_p || {
-
 
4643
    as_dirs=
-
 
4644
    while :; do
-
 
4645
      case $as_dir in #(
-
 
4646
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
-
 
4647
      *) as_qdir=$as_dir;;
-
 
4648
      esac
-
 
4649
      as_dirs="'$as_qdir' $as_dirs"
-
 
4650
      as_dir=`$as_dirname -- "$as_dir" ||
-
 
4651
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-
 
4652
	 X"$as_dir" : 'X\(//\)[^/]' \| \
-
 
4653
	 X"$as_dir" : 'X\(//\)$' \| \
-
 
4654
	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
-
 
4655
$as_echo X"$as_dir" |
-
 
4656
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-
 
4657
	    s//\1/
-
 
4658
	    q
-
 
4659
	  }
-
 
4660
	  /^X\(\/\/\)[^/].*/{
-
 
4661
	    s//\1/
-
 
4662
	    q
-
 
4663
	  }
-
 
4664
	  /^X\(\/\/\)$/{
-
 
4665
	    s//\1/
-
 
4666
	    q
-
 
4667
	  }
-
 
4668
	  /^X\(\/\).*/{
-
 
4669
	    s//\1/
-
 
4670
	    q
-
 
4671
	  }
-
 
4672
	  s/.*/./; q'`
-
 
4673
      test -d "$as_dir" && break
-
 
4674
    done
-
 
4675
    test -z "$as_dirs" || eval "mkdir $as_dirs"
-
 
4676
  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
-
 
4677
 
-
 
4678
 
-
 
4679
} # as_fn_mkdir_p
5571
if mkdir -p . 2>/dev/null; then
4680
if mkdir -p . 2>/dev/null; then
5572
  as_mkdir_p=:
4681
  as_mkdir_p='mkdir -p "$as_dir"'
5573
else
4682
else
5574
  test -d ./-p && rmdir ./-p
4683
  test -d ./-p && rmdir ./-p
5575
  as_mkdir_p=false
4684
  as_mkdir_p=false
5576
fi
4685
fi
5577
 
4686
 
Line 5586... Line 4695...
5586
  as_test_x='
4695
  as_test_x='
5587
    eval sh -c '\''
4696
    eval sh -c '\''
5588
      if test -d "$1"; then
4697
      if test -d "$1"; then
5589
	test -d "$1/.";
4698
	test -d "$1/.";
5590
      else
4699
      else
5591
	case $1 in
4700
	case $1 in #(
5592
	-*)set "./$1";;
4701
	-*)set "./$1";;
5593
	esac;
4702
	esac;
5594
	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
4703
	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
5595
	???[sx]*):;;*)false;;esac;fi
4704
	???[sx]*):;;*)false;;esac;fi
5596
    '\'' sh
4705
    '\'' sh
5597
  '
4706
  '
5598
fi
4707
fi
5599
as_executable_p=$as_test_x
4708
as_executable_p=$as_test_x
Line 5604... Line 4713...
5604
# Sed expression to map a string onto a valid variable name.
4713
# Sed expression to map a string onto a valid variable name.
5605
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
4714
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
5606
 
4715
 
5607
 
4716
 
5608
exec 6>&1
4717
exec 6>&1
-
 
4718
## ----------------------------------- ##
-
 
4719
## Main body of $CONFIG_STATUS script. ##
-
 
4720
## ----------------------------------- ##
-
 
4721
_ASEOF
-
 
4722
test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
5609
 
4723
 
-
 
4724
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5610
# Save the log message, to keep $[0] and so on meaningful, and to
4725
# Save the log message, to keep $0 and so on meaningful, and to
5611
# report actual input values of CONFIG_FILES etc. instead of their
4726
# report actual input values of CONFIG_FILES etc. instead of their
5612
# values after options handling.
4727
# values after options handling.
5613
ac_log="
4728
ac_log="
5614
This file was extended by $as_me, which was
4729
This file was extended by $as_me, which was
5615
generated by GNU Autoconf 2.63.  Invocation command line was
4730
generated by GNU Autoconf 2.64.  Invocation command line was
5616
 
4731
 
5617
  CONFIG_FILES    = $CONFIG_FILES
4732
  CONFIG_FILES    = $CONFIG_FILES
5618
  CONFIG_HEADERS  = $CONFIG_HEADERS
4733
  CONFIG_HEADERS  = $CONFIG_HEADERS
5619
  CONFIG_LINKS    = $CONFIG_LINKS
4734
  CONFIG_LINKS    = $CONFIG_LINKS
5620
  CONFIG_COMMANDS = $CONFIG_COMMANDS
4735
  CONFIG_COMMANDS = $CONFIG_COMMANDS
Line 5637... Line 4752...
5637
 
4752
 
5638
_ACEOF
4753
_ACEOF
5639
 
4754
 
5640
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4755
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5641
ac_cs_usage="\
4756
ac_cs_usage="\
5642
\`$as_me' instantiates files from templates according to the
4757
\`$as_me' instantiates files and other configuration actions
5643
current configuration.
4758
from templates according to the current configuration.  Unless the files
-
 
4759
and actions are specified as TAGs, all are instantiated by default.
5644
 
4760
 
5645
Usage: $0 [OPTION]... [FILE]...
4761
Usage: $0 [OPTION]... [TAG]...
5646
 
4762
 
5647
  -h, --help       print this help, then exit
4763
  -h, --help       print this help, then exit
5648
  -V, --version    print version number and configuration settings, then exit
4764
  -V, --version    print version number and configuration settings, then exit
5649
  -q, --quiet, --silent
4765
  -q, --quiet, --silent
5650
                   do not print progress messages
4766
                   do not print progress messages
Line 5654... Line 4770...
5654
                   instantiate the configuration file FILE
4770
                   instantiate the configuration file FILE
5655
 
4771
 
5656
Configuration files:
4772
Configuration files:
5657
$config_files
4773
$config_files
5658
 
4774
 
5659
Report bugs to <bug-autoconf@gnu.org>."
4775
Report bugs to the package provider."
5660
 
4776
 
5661
_ACEOF
4777
_ACEOF
5662
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4778
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5663
ac_cs_version="\\
4779
ac_cs_version="\\
5664
config.status
4780
config.status
5665
configured by $0, generated by GNU Autoconf 2.63,
4781
configured by $0, generated by GNU Autoconf 2.64,
5666
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
4782
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
5667
 
4783
 
5668
Copyright (C) 2008 Free Software Foundation, Inc.
4784
Copyright (C) 2009 Free Software Foundation, Inc.
5669
This config.status script is free software; the Free Software Foundation
4785
This config.status script is free software; the Free Software Foundation
5670
gives unlimited permission to copy, distribute and modify it."
4786
gives unlimited permission to copy, distribute and modify it."
5671
 
4787
 
5672
ac_pwd='$ac_pwd'
4788
ac_pwd='$ac_pwd'
5673
srcdir='$srcdir'
4789
srcdir='$srcdir'
Line 5704... Line 4820...
5704
  --file | --fil | --fi | --f )
4820
  --file | --fil | --fi | --f )
5705
    $ac_shift
4821
    $ac_shift
5706
    case $ac_optarg in
4822
    case $ac_optarg in
5707
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
4823
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
5708
    esac
4824
    esac
5709
    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
4825
    as_fn_append CONFIG_FILES " '$ac_optarg'"
5710
    ac_need_defaults=false;;
4826
    ac_need_defaults=false;;
5711
  --he | --h |  --help | --hel | -h )
4827
  --he | --h |  --help | --hel | -h )
5712
    $as_echo "$ac_cs_usage"; exit ;;
4828
    $as_echo "$ac_cs_usage"; exit ;;
5713
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
4829
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
5714
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
4830
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
5715
    ac_cs_silent=: ;;
4831
    ac_cs_silent=: ;;
5716
 
4832
 
5717
  # This is an error.
4833
  # This is an error.
5718
  -*) { $as_echo "$as_me: error: unrecognized option: $1
4834
  -*) as_fn_error "unrecognized option: \`$1'
5719
Try \`$0 --help' for more information." >&2
4835
Try \`$0 --help' for more information." ;;
5720
   { (exit 1); exit 1; }; } ;;
-
 
5721
 
4836
 
5722
  *) ac_config_targets="$ac_config_targets $1"
4837
  *) as_fn_append ac_config_targets " $1"
5723
     ac_need_defaults=false ;;
4838
     ac_need_defaults=false ;;
5724
 
4839
 
5725
  esac
4840
  esac
5726
  shift
4841
  shift
5727
done
4842
done
Line 5763... Line 4878...
5763
 
4878
 
5764
# Handling of arguments.
4879
# Handling of arguments.
5765
for ac_config_target in $ac_config_targets
4880
for ac_config_target in $ac_config_targets
5766
do
4881
do
5767
  case $ac_config_target in
4882
  case $ac_config_target in
5768
    "ld-elf2flt.sh") CONFIG_FILES="$CONFIG_FILES ld-elf2flt.sh:ld-elf2flt.in" ;;
-
 
5769
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
4883
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
5770
    "elf2flt.ld") CONFIG_FILES="$CONFIG_FILES elf2flt.ld" ;;
-
 
5771
 
4884
 
5772
  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
-
 
5773
$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
4885
  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
5774
   { (exit 1); exit 1; }; };;
-
 
5775
  esac
4886
  esac
5776
done
4887
done
5777
 
4888
 
5778
 
4889
 
5779
# If the user did not use the arguments to specify the items to instantiate,
4890
# If the user did not use the arguments to specify the items to instantiate,
Line 5794... Line 4905...
5794
{
4905
{
5795
  tmp=
4906
  tmp=
5796
  trap 'exit_status=$?
4907
  trap 'exit_status=$?
5797
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
4908
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
5798
' 0
4909
' 0
5799
  trap '{ (exit 1); exit 1; }' 1 2 13 15
4910
  trap 'as_fn_exit 1' 1 2 13 15
5800
}
4911
}
5801
# Create a (secure) tmp directory for tmp files.
4912
# Create a (secure) tmp directory for tmp files.
5802
 
4913
 
5803
{
4914
{
5804
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
4915
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
5805
  test -n "$tmp" && test -d "$tmp"
4916
  test -n "$tmp" && test -d "$tmp"
5806
}  ||
4917
}  ||
5807
{
4918
{
5808
  tmp=./conf$$-$RANDOM
4919
  tmp=./conf$$-$RANDOM
5809
  (umask 077 && mkdir "$tmp")
4920
  (umask 077 && mkdir "$tmp")
5810
} ||
-
 
5811
{
-
 
5812
   $as_echo "$as_me: cannot create a temporary directory in ." >&2
4921
} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
5813
   { (exit 1); exit 1; }
-
 
5814
}
-
 
5815
 
4922
 
5816
# Set up the scripts for CONFIG_FILES section.
4923
# Set up the scripts for CONFIG_FILES section.
5817
# No need to generate them if there are no CONFIG_FILES.
4924
# No need to generate them if there are no CONFIG_FILES.
5818
# This happens for instance with `./config.status config.h'.
4925
# This happens for instance with `./config.status config.h'.
5819
if test -n "$CONFIG_FILES"; then
4926
if test -n "$CONFIG_FILES"; then
5820
 
4927
 
5821
 
4928
 
-
 
4929
ac_cr=`echo X | tr X '\015'`
-
 
4930
# On cygwin, bash can eat \r inside `` if the user requested igncr.
-
 
4931
# But we know of no other shell where ac_cr would be empty at this
-
 
4932
# point, so we can use a bashism as a fallback.
-
 
4933
if test "x$ac_cr" = x; then
5822
ac_cr='
'
4934
  eval ac_cr=\$\'\\r\'
-
 
4935
fi
5823
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
4936
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
5824
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
4937
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
5825
  ac_cs_awk_cr='\\r'
4938
  ac_cs_awk_cr='\r'
5826
else
4939
else
5827
  ac_cs_awk_cr=$ac_cr
4940
  ac_cs_awk_cr=$ac_cr
5828
fi
4941
fi
5829
 
4942
 
5830
echo 'BEGIN {' >"$tmp/subs1.awk" &&
4943
echo 'BEGIN {' >"$tmp/subs1.awk" &&
Line 5834... Line 4947...
5834
{
4947
{
5835
  echo "cat >conf$$subs.awk <<_ACEOF" &&
4948
  echo "cat >conf$$subs.awk <<_ACEOF" &&
5836
  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
4949
  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
5837
  echo "_ACEOF"
4950
  echo "_ACEOF"
5838
} >conf$$subs.sh ||
4951
} >conf$$subs.sh ||
5839
  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
-
 
5840
$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
4952
  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
5841
   { (exit 1); exit 1; }; }
-
 
5842
ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
4953
ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
5843
ac_delim='%!_!# '
4954
ac_delim='%!_!# '
5844
for ac_last_try in false false false false false :; do
4955
for ac_last_try in false false false false false :; do
5845
  . ./conf$$subs.sh ||
4956
  . ./conf$$subs.sh ||
5846
    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
-
 
5847
$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
4957
    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
5848
   { (exit 1); exit 1; }; }
-
 
5849
 
4958
 
5850
  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
4959
  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
5851
  if test $ac_delim_n = $ac_delim_num; then
4960
  if test $ac_delim_n = $ac_delim_num; then
5852
    break
4961
    break
5853
  elif $ac_last_try; then
4962
  elif $ac_last_try; then
5854
    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
-
 
5855
$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
4963
    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
5856
   { (exit 1); exit 1; }; }
-
 
5857
  else
4964
  else
5858
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
4965
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
5859
  fi
4966
  fi
5860
done
4967
done
5861
rm -f conf$$subs.sh
4968
rm -f conf$$subs.sh
Line 5940... Line 5047...
5940
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
5047
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
5941
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
5048
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
5942
else
5049
else
5943
  cat
5050
  cat
5944
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
5051
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
5945
  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
-
 
5946
$as_echo "$as_me: error: could not setup config files machinery" >&2;}
5052
  || as_fn_error "could not setup config files machinery" "$LINENO" 5
5947
   { (exit 1); exit 1; }; }
-
 
5948
_ACEOF
5053
_ACEOF
5949
 
5054
 
5950
# VPATH may cause trouble with some makes, so we remove $(srcdir),
5055
# VPATH may cause trouble with some makes, so we remove $(srcdir),
5951
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
5056
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
5952
# trailing colons and then remove the whole line if VPATH becomes empty
5057
# trailing colons and then remove the whole line if VPATH becomes empty
Line 5973... Line 5078...
5973
  case $ac_tag in
5078
  case $ac_tag in
5974
  :[FHLC]) ac_mode=$ac_tag; continue;;
5079
  :[FHLC]) ac_mode=$ac_tag; continue;;
5975
  esac
5080
  esac
5976
  case $ac_mode$ac_tag in
5081
  case $ac_mode$ac_tag in
5977
  :[FHL]*:*);;
5082
  :[FHL]*:*);;
5978
  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
5083
  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
5979
$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
-
 
5980
   { (exit 1); exit 1; }; };;
-
 
5981
  :[FH]-) ac_tag=-:-;;
5084
  :[FH]-) ac_tag=-:-;;
5982
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
5085
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
5983
  esac
5086
  esac
5984
  ac_save_IFS=$IFS
5087
  ac_save_IFS=$IFS
5985
  IFS=:
5088
  IFS=:
Line 6003... Line 5106...
6003
	 test -f "$ac_f" ||
5106
	 test -f "$ac_f" ||
6004
	   case $ac_f in
5107
	   case $ac_f in
6005
	   [\\/$]*) false;;
5108
	   [\\/$]*) false;;
6006
	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
5109
	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
6007
	   esac ||
5110
	   esac ||
6008
	   { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
-
 
6009
$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
5111
	   as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
6010
   { (exit 1); exit 1; }; };;
-
 
6011
      esac
5112
      esac
6012
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
5113
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
6013
      ac_file_inputs="$ac_file_inputs '$ac_f'"
5114
      as_fn_append ac_file_inputs " '$ac_f'"
6014
    done
5115
    done
6015
 
5116
 
6016
    # Let's still pretend it is `configure' which instantiates (i.e., don't
5117
    # Let's still pretend it is `configure' which instantiates (i.e., don't
6017
    # use $as_me), people would be surprised to read:
5118
    # use $as_me), people would be surprised to read:
6018
    #    /* config.h.  Generated by config.status.  */
5119
    #    /* config.h.  Generated by config.status.  */
6019
    configure_input='Generated from '`
5120
    configure_input='Generated from '`
6020
	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
5121
	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
6021
	`' by configure.'
5122
	`' by configure.'
6022
    if test x"$ac_file" != x-; then
5123
    if test x"$ac_file" != x-; then
6023
      configure_input="$ac_file.  $configure_input"
5124
      configure_input="$ac_file.  $configure_input"
6024
      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
5125
      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
6025
$as_echo "$as_me: creating $ac_file" >&6;}
5126
$as_echo "$as_me: creating $ac_file" >&6;}
6026
    fi
5127
    fi
6027
    # Neutralize special characters interpreted by sed in replacement strings.
5128
    # Neutralize special characters interpreted by sed in replacement strings.
6028
    case $configure_input in #(
5129
    case $configure_input in #(
6029
    *\&* | *\|* | *\\* )
5130
    *\&* | *\|* | *\\* )
Line 6032... Line 5133...
6032
    *) ac_sed_conf_input=$configure_input;;
5133
    *) ac_sed_conf_input=$configure_input;;
6033
    esac
5134
    esac
6034
 
5135
 
6035
    case $ac_tag in
5136
    case $ac_tag in
6036
    *:-:* | *:-) cat >"$tmp/stdin" \
5137
    *:-:* | *:-) cat >"$tmp/stdin" \
6037
      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
-
 
6038
$as_echo "$as_me: error: could not create $ac_file" >&2;}
5138
      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
6039
   { (exit 1); exit 1; }; } ;;
-
 
6040
    esac
5139
    esac
6041
    ;;
5140
    ;;
6042
  esac
5141
  esac
6043
 
5142
 
6044
  ac_dir=`$as_dirname -- "$ac_file" ||
5143
  ac_dir=`$as_dirname -- "$ac_file" ||
Line 6062... Line 5161...
6062
	  /^X\(\/\).*/{
5161
	  /^X\(\/\).*/{
6063
	    s//\1/
5162
	    s//\1/
6064
	    q
5163
	    q
6065
	  }
5164
	  }
6066
	  s/.*/./; q'`
5165
	  s/.*/./; q'`
6067
  { as_dir="$ac_dir"
-
 
6068
  case $as_dir in #(
-
 
6069
  -*) as_dir=./$as_dir;;
-
 
6070
  esac
-
 
6071
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
-
 
6072
    as_dirs=
-
 
6073
    while :; do
-
 
6074
      case $as_dir in #(
-
 
6075
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
-
 
6076
      *) as_qdir=$as_dir;;
-
 
6077
      esac
-
 
6078
      as_dirs="'$as_qdir' $as_dirs"
5166
  as_dir="$ac_dir"; as_fn_mkdir_p
6079
      as_dir=`$as_dirname -- "$as_dir" ||
-
 
6080
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-
 
6081
	 X"$as_dir" : 'X\(//\)[^/]' \| \
-
 
6082
	 X"$as_dir" : 'X\(//\)$' \| \
-
 
6083
	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
-
 
6084
$as_echo X"$as_dir" |
-
 
6085
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-
 
6086
	    s//\1/
-
 
6087
	    q
-
 
6088
	  }
-
 
6089
	  /^X\(\/\/\)[^/].*/{
-
 
6090
	    s//\1/
-
 
6091
	    q
-
 
6092
	  }
-
 
6093
	  /^X\(\/\/\)$/{
-
 
6094
	    s//\1/
-
 
6095
	    q
-
 
6096
	  }
-
 
6097
	  /^X\(\/\).*/{
-
 
6098
	    s//\1/
-
 
6099
	    q
-
 
6100
	  }
-
 
6101
	  s/.*/./; q'`
-
 
6102
      test -d "$as_dir" && break
-
 
6103
    done
-
 
6104
    test -z "$as_dirs" || eval "mkdir $as_dirs"
-
 
6105
  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
-
 
6106
$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
-
 
6107
   { (exit 1); exit 1; }; }; }
-
 
6108
  ac_builddir=.
5167
  ac_builddir=.
6109
 
5168
 
6110
case "$ac_dir" in
5169
case "$ac_dir" in
6111
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
5170
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
6112
*)
5171
*)
Line 6154... Line 5213...
6154
 
5213
 
6155
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5214
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6156
# If the template does not know about datarootdir, expand it.
5215
# If the template does not know about datarootdir, expand it.
6157
# FIXME: This hack should be removed a few years after 2.60.
5216
# FIXME: This hack should be removed a few years after 2.60.
6158
ac_datarootdir_hack=; ac_datarootdir_seen=
5217
ac_datarootdir_hack=; ac_datarootdir_seen=
6159
 
-
 
6160
ac_sed_dataroot='
5218
ac_sed_dataroot='
6161
/datarootdir/ {
5219
/datarootdir/ {
6162
  p
5220
  p
6163
  q
5221
  q
6164
}
5222
}
6165
/@datadir@/p
5223
/@datadir@/p
6166
/@docdir@/p
5224
/@docdir@/p
6167
/@infodir@/p
5225
/@infodir@/p
6168
/@localedir@/p
5226
/@localedir@/p
6169
/@mandir@/p
5227
/@mandir@/p'
6170
'
-
 
6171
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
5228
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
6172
*datarootdir*) ac_datarootdir_seen=yes;;
5229
*datarootdir*) ac_datarootdir_seen=yes;;
6173
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
5230
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
6174
  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
5231
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
6175
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
5232
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
6176
_ACEOF
5233
_ACEOF
6177
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5234
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6178
  ac_datarootdir_hack='
5235
  ac_datarootdir_hack='
6179
  s&@datadir@&$datadir&g
5236
  s&@datadir@&$datadir&g
6180
  s&@docdir@&$docdir&g
5237
  s&@docdir@&$docdir&g
6181
  s&@infodir@&$infodir&g
5238
  s&@infodir@&$infodir&g
6182
  s&@localedir@&$localedir&g
5239
  s&@localedir@&$localedir&g
6183
  s&@mandir@&$mandir&g
5240
  s&@mandir@&$mandir&g
6184
    s&\\\${datarootdir}&$datarootdir&g' ;;
5241
  s&\\\${datarootdir}&$datarootdir&g' ;;
6185
esac
5242
esac
6186
_ACEOF
5243
_ACEOF
6187
 
5244
 
6188
# Neutralize VPATH when `$srcdir' = `.'.
5245
# Neutralize VPATH when `$srcdir' = `.'.
6189
# Shell code in configure.ac might set extrasub.
5246
# Shell code in configure.ac might set extrasub.
Line 6207... Line 5264...
6207
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
5264
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
6208
s&@INSTALL@&$ac_INSTALL&;t t
5265
s&@INSTALL@&$ac_INSTALL&;t t
6209
$ac_datarootdir_hack
5266
$ac_datarootdir_hack
6210
"
5267
"
6211
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
5268
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
6212
  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
-
 
6213
$as_echo "$as_me: error: could not create $ac_file" >&2;}
5269
  || as_fn_error "could not create $ac_file" "$LINENO" 5
6214
   { (exit 1); exit 1; }; }
-
 
6215
 
5270
 
6216
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
5271
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
6217
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
5272
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
6218
  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
5273
  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
6219
  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5274
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
6220
which seems to be undefined.  Please make sure it is defined." >&5
5275
which seems to be undefined.  Please make sure it is defined." >&5
6221
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5276
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
6222
which seems to be undefined.  Please make sure it is defined." >&2;}
5277
which seems to be undefined.  Please make sure it is defined." >&2;}
6223
 
5278
 
6224
  rm -f "$tmp/stdin"
5279
  rm -f "$tmp/stdin"
6225
  case $ac_file in
5280
  case $ac_file in
6226
  -) cat "$tmp/out" && rm -f "$tmp/out";;
5281
  -) cat "$tmp/out" && rm -f "$tmp/out";;
6227
  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
5282
  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
6228
  esac \
5283
  esac \
6229
  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
-
 
6230
$as_echo "$as_me: error: could not create $ac_file" >&2;}
5284
  || as_fn_error "could not create $ac_file" "$LINENO" 5
6231
   { (exit 1); exit 1; }; }
-
 
6232
 ;;
5285
 ;;
6233
 
5286
 
6234
 
5287
 
6235
 
5288
 
6236
  esac
5289
  esac
6237
 
5290
 
6238
done # for ac_tag
5291
done # for ac_tag
6239
 
5292
 
6240
 
5293
 
6241
{ (exit 0); exit 0; }
5294
as_fn_exit 0
6242
_ACEOF
5295
_ACEOF
6243
chmod +x $CONFIG_STATUS
-
 
6244
ac_clean_files=$ac_clean_files_save
5296
ac_clean_files=$ac_clean_files_save
6245
 
5297
 
6246
test $ac_write_fail = 0 ||
5298
test $ac_write_fail = 0 ||
6247
  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
-
 
6248
$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
5299
  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
6249
   { (exit 1); exit 1; }; }
-
 
6250
 
5300
 
6251
 
5301
 
6252
# configure is writing to config.log, and then calls config.status.
5302
# configure is writing to config.log, and then calls config.status.
6253
# config.status does its own redirection, appending to config.log.
5303
# config.status does its own redirection, appending to config.log.
6254
# Unfortunately, on DOS this fails, as config.log is still kept open
5304
# Unfortunately, on DOS this fails, as config.log is still kept open
Line 6265... Line 5315...
6265
  exec 5>/dev/null
5315
  exec 5>/dev/null
6266
  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
5316
  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
6267
  exec 5>>config.log
5317
  exec 5>>config.log
6268
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
5318
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
6269
  # would make configure fail if this is the last instruction.
5319
  # would make configure fail if this is the last instruction.
6270
  $ac_cs_success || { (exit 1); exit 1; }
5320
  $ac_cs_success || as_fn_exit $?
6271
fi
5321
fi
6272
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
5322
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
6273
  { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
5323
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
6274
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
5324
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
6275
fi
5325
fi
6276
 
5326
 
6277
 
5327