Subversion Repositories svnkaklik

Rev

Rev 558 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 558 Rev 639
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
-
 
199
  :
-
 
200
else
-
 
201
  exitcode=1
-
 
202
  echo as_func_success failed.
158
as_fn_success || { exitcode=1; echo as_fn_success failed.; }
203
fi
-
 
204
 
-
 
205
if as_func_failure; then
159
as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
206
  exitcode=1
160
as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
207
  echo as_func_failure succeeded.
161
as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
208
fi
-
 
209
 
-
 
210
if as_func_ret_success; then
162
if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
211
  :
163
  
212
else
164
else
213
  exitcode=1
-
 
214
  echo as_func_ret_success failed.
-
 
215
fi
-
 
216
 
-
 
217
if as_func_ret_failure; then
-
 
218
  exitcode=1
-
 
219
  echo as_func_ret_failure succeeded.
165
  exitcode=1; echo positional parameters were not saved.
220
fi
166
fi
-
 
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
-
 
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
-
 
172
test \$(( 1 + 1 )) = 2 || exit 1"
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
228
 
-
 
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; }
178
  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
236
") 2> /dev/null; then
-
 
237
  :
179
  
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=:
-
 
283
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
-
 
284
  # is contrary to our usage.  Disable this feature.
-
 
285
  alias -g '${1+"$@"}'='"$@"'
-
 
286
  setopt NO_GLOB_SUBST
-
 
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.
-
 
330
fi
-
 
331
 
-
 
332
if as_func_ret_failure; then
-
 
333
  exitcode=1
-
 
334
  echo as_func_ret_failure succeeded.
-
 
335
fi
-
 
336
 
-
 
337
if ( set x; as_func_ret_success y && test x = "$1" ); then
-
 
338
  :
-
 
339
else
-
 
340
  exitcode=1
-
 
341
  echo positional parameters were not saved.
-
 
342
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
-
 
356
 
-
 
357
fi
-
 
358
 
-
 
359
      done
216
	ENV=/dev/null
360
 
-
 
361
      if test "x$CONFIG_SHELL" != x; then
-
 
362
  for as_var in BASH_ENV ENV
-
 
363
	do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
217
	(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
364
	done
-
 
365
	export CONFIG_SHELL
218
	export CONFIG_SHELL
366
	exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
219
	exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
367
fi
220
fi
368
 
221
 
369
 
-
 
370
    if test $as_have_required = no; then
222
    if test x$as_have_required = xno; then :
371
  echo This script requires a shell more modern than all the
223
  $as_echo "$0: This script requires a shell more modern than all"
372
      echo shells that I found on your system.  Please install a
224
  $as_echo "$0: the shells that I found on your system."
-
 
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."
-
 
228
  else
373
      echo modern shell, or manually run the script under such a
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
374
      echo shell if you do have one.
232
$0: the script under such a shell if you do have one."
-
 
233
  fi
375
      { (exit 1); exit 1; }
234
  exit 1
376
fi
235
fi
377
 
-
 
378
    
-
 
379
fi
236
fi
380
 
-
 
381
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
382
 
243
 
-
 
244
## --------------------- ##
-
 
245
## M4sh Shell Functions. ##
-
 
246
## --------------------- ##
-
 
247
@%:@ as_fn_unset VAR
-
 
248
@%:@ ---------------
-
 
249
@%:@ Portably unset VAR.
-
 
250
as_fn_unset ()
-
 
251
{
-
 
252
  { eval $1=; unset $1;}
-
 
253
}
-
 
254
as_unset=as_fn_unset
-
 
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
-
 
263
 
-
 
264
@%:@ as_fn_exit STATUS
-
 
265
@%:@ -----------------
-
 
266
@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
-
 
267
as_fn_exit ()
-
 
268
{
-
 
269
  set +e
-
 
270
  as_fn_set_status $1
-
 
271
  exit $1
-
 
272
} @%:@ as_fn_exit
-
 
273
 
-
 
274
@%:@ as_fn_mkdir_p
-
 
275
@%:@ -------------
-
 
276
@%:@ Create "$as_dir" as a directory, including parents if necessary.
-
 
277
as_fn_mkdir_p ()
-
 
278
{
-
 
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"
383
 
318
 
384
 
319
 
385
(eval "as_func_return () {
320
} @%:@ as_fn_mkdir_p
386
  (exit \$1)
321
@%:@ as_fn_append VAR VALUE
387
}
-
 
388
as_func_success () {
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
389
  as_func_return 0
326
@%:@ implementations.
390
}
-
 
391
as_func_failure () {
327
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
392
  as_func_return 1
328
  eval 'as_fn_append ()
393
}
329
  {
394
as_func_ret_success () {
330
    eval $1+=\$2
395
  return 0
331
  }'
396
}
332
else
397
as_func_ret_failure () {
333
  as_fn_append ()
-
 
334
  {
398
  return 1
335
    eval $1=\$$1\$2
399
}
336
  }
-
 
337
fi # as_fn_append
400
 
338
 
401
exitcode=0
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 :
402
if as_func_success; then
345
  eval 'as_fn_arith ()
403
  :
346
  {
-
 
347
    as_val=$(( $* ))
-
 
348
  }'
404
else
349
else
405
  exitcode=1
350
  as_fn_arith ()
-
 
351
  {
406
  echo as_func_success failed.
352
    as_val=`expr "$@" || test $? -eq 1`
407
fi
353
  }
-
 
354
fi # as_fn_arith
408
 
355
 
409
if as_func_failure; then
-
 
410
  exitcode=1
-
 
411
  echo as_func_failure succeeded.
-
 
412
fi
-
 
413
 
356
 
-
 
357
@%:@ as_fn_error ERROR [LINENO LOG_FD]
-
 
358
@%:@ ---------------------------------
-
 
359
@%:@ Output "`basename @S|@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
-
 
361
@%:@ script with status $?, using 1 if that was 0.
-
 
362
as_fn_error ()
-
 
363
{
-
 
364
  as_status=$?; test $as_status -eq 0 && as_status=1
414
if as_func_ret_success; then
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
415
  :
368
  fi
-
 
369
  $as_echo "$as_me: error: $1" >&2
-
 
370
  as_fn_exit $as_status
-
 
371
} @%:@ as_fn_error
-
 
372
 
-
 
373
if expr a : '\(a\)' >/dev/null 2>&1 &&
-
 
374
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
-
 
375
  as_expr=expr
416
else
376
else
417
  exitcode=1
377
  as_expr=false
418
  echo as_func_ret_success failed.
-
 
419
fi
378
fi
420
 
379
 
-
 
380
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
421
if as_func_ret_failure; then
381
  as_basename=basename
422
  exitcode=1
382
else
423
  echo as_func_ret_failure succeeded.
383
  as_basename=false
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 569... Line 523...
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
 
527
 
574
 
-
 
575
# Check that we are running under the correct shell.
528
# Check that we are running under the correct shell.
576
SHELL=${CONFIG_SHELL-/bin/sh}
529
SHELL=${CONFIG_SHELL-/bin/sh}
577
 
530
 
578
case X$lt_ECHO in
531
case X$lt_ECHO in
579
X*--fallback-echo)
532
X*--fallback-echo)
Line 736... Line 689...
736
LIB@&t@OBJS=
689
LIB@&t@OBJS=
737
cross_compiling=no
690
cross_compiling=no
738
subdirs=
691
subdirs=
739
MFLAGS=
692
MFLAGS=
740
MAKEFLAGS=
693
MAKEFLAGS=
741
SHELL=${CONFIG_SHELL-/bin/sh}
-
 
742
 
694
 
743
# Identity of this package.
695
# Identity of this package.
744
PACKAGE_NAME=
696
PACKAGE_NAME=
745
PACKAGE_TARNAME=
697
PACKAGE_TARNAME=
746
PACKAGE_VERSION=
698
PACKAGE_VERSION=
747
PACKAGE_STRING=
699
PACKAGE_STRING=
748
PACKAGE_BUGREPORT=
700
PACKAGE_BUGREPORT=
-
 
701
PACKAGE_URL=
749
 
702
 
750
ac_unique_file="configure.in"
703
ac_unique_file="configure.in"
751
# Factoring default headers for most tests.
704
# Factoring default headers for most tests.
752
ac_includes_default="\
705
ac_includes_default="\
753
#include <stdio.h>
706
#include <stdio.h>
Line 782... Line 735...
782
#endif
735
#endif
783
#ifdef HAVE_UNISTD_H
736
#ifdef HAVE_UNISTD_H
784
# include <unistd.h>
737
# include <unistd.h>
785
#endif"
738
#endif"
786
 
739
 
787
ac_subst_vars='LTLIBOBJS
740
ac_subst_vars='am__EXEEXT_FALSE
-
 
741
am__EXEEXT_TRUE
-
 
742
LTLIBOBJS
788
LIB@&t@OBJS
743
LIB@&t@OBJS
789
CPP
744
CPP
790
OTOOL64
745
OTOOL64
791
OTOOL
746
OTOOL
792
LIPO
747
LIPO
Line 881... Line 836...
881
sbindir
836
sbindir
882
bindir
837
bindir
883
program_transform_name
838
program_transform_name
884
prefix
839
prefix
885
exec_prefix
840
exec_prefix
-
 
841
PACKAGE_URL
886
PACKAGE_BUGREPORT
842
PACKAGE_BUGREPORT
887
PACKAGE_STRING
843
PACKAGE_STRING
888
PACKAGE_VERSION
844
PACKAGE_VERSION
889
PACKAGE_TARNAME
845
PACKAGE_TARNAME
890
PACKAGE_NAME
846
PACKAGE_NAME
Line 1016... Line 972...
1016
 
972
 
1017
  -disable-* | --disable-*)
973
  -disable-* | --disable-*)
1018
    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
974
    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1019
    # Reject names that are not valid shell variable names.
975
    # Reject names that are not valid shell variable names.
1020
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
976
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1021
      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
977
      as_fn_error "invalid feature name: $ac_useropt"
1022
   { (exit 1); exit 1; }; }
-
 
1023
    ac_useropt_orig=$ac_useropt
978
    ac_useropt_orig=$ac_useropt
1024
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
979
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1025
    case $ac_user_opts in
980
    case $ac_user_opts in
1026
      *"
981
      *"
1027
"enable_$ac_useropt"
982
"enable_$ac_useropt"
Line 1043... Line 998...
1043
 
998
 
1044
  -enable-* | --enable-*)
999
  -enable-* | --enable-*)
1045
    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1000
    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1046
    # Reject names that are not valid shell variable names.
1001
    # Reject names that are not valid shell variable names.
1047
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1002
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1048
      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1003
      as_fn_error "invalid feature name: $ac_useropt"
1049
   { (exit 1); exit 1; }; }
-
 
1050
    ac_useropt_orig=$ac_useropt
1004
    ac_useropt_orig=$ac_useropt
1051
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1005
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1052
    case $ac_user_opts in
1006
    case $ac_user_opts in
1053
      *"
1007
      *"
1054
"enable_$ac_useropt"
1008
"enable_$ac_useropt"
Line 1248... Line 1202...
1248
 
1202
 
1249
  -with-* | --with-*)
1203
  -with-* | --with-*)
1250
    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1204
    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1251
    # Reject names that are not valid shell variable names.
1205
    # Reject names that are not valid shell variable names.
1252
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1206
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1253
      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1207
      as_fn_error "invalid package name: $ac_useropt"
1254
   { (exit 1); exit 1; }; }
-
 
1255
    ac_useropt_orig=$ac_useropt
1208
    ac_useropt_orig=$ac_useropt
1256
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1209
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1257
    case $ac_user_opts in
1210
    case $ac_user_opts in
1258
      *"
1211
      *"
1259
"with_$ac_useropt"
1212
"with_$ac_useropt"
Line 1265... Line 1218...
1265
 
1218
 
1266
  -without-* | --without-*)
1219
  -without-* | --without-*)
1267
    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1220
    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1268
    # Reject names that are not valid shell variable names.
1221
    # Reject names that are not valid shell variable names.
1269
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1222
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1270
      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1223
      as_fn_error "invalid package name: $ac_useropt"
1271
   { (exit 1); exit 1; }; }
-
 
1272
    ac_useropt_orig=$ac_useropt
1224
    ac_useropt_orig=$ac_useropt
1273
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1225
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1274
    case $ac_user_opts in
1226
    case $ac_user_opts in
1275
      *"
1227
      *"
1276
"with_$ac_useropt"
1228
"with_$ac_useropt"
Line 1296... Line 1248...
1296
    ac_prev=x_libraries ;;
1248
    ac_prev=x_libraries ;;
1297
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1249
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1298
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1250
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1299
    x_libraries=$ac_optarg ;;
1251
    x_libraries=$ac_optarg ;;
1300
 
1252
 
1301
  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1253
  -*) as_fn_error "unrecognized option: \`$ac_option'
1302
Try \`$0 --help' for more information." >&2
1254
Try \`$0 --help' for more information."
1303
   { (exit 1); exit 1; }; }
-
 
1304
    ;;
1255
    ;;
1305
 
1256
 
1306
  *=*)
1257
  *=*)
1307
    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1258
    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1308
    # Reject names that are not valid shell variable names.
1259
    # Reject names that are not valid shell variable names.
-
 
1260
    case $ac_envvar in #(
1309
    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1261
      '' | [0-9]* | *[!_$as_cr_alnum]* )
1310
      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1262
      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1311
   { (exit 1); exit 1; }; }
1263
    esac
1312
    eval $ac_envvar=\$ac_optarg
1264
    eval $ac_envvar=\$ac_optarg
1313
    export $ac_envvar ;;
1265
    export $ac_envvar ;;
1314
 
1266
 
1315
  *)
1267
  *)
1316
    # FIXME: should be removed in autoconf 3.0.
1268
    # FIXME: should be removed in autoconf 3.0.
Line 1323... Line 1275...
1323
  esac
1275
  esac
1324
done
1276
done
1325
 
1277
 
1326
if test -n "$ac_prev"; then
1278
if test -n "$ac_prev"; then
1327
  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1279
  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1328
  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1280
  as_fn_error "missing argument to $ac_option"
1329
   { (exit 1); exit 1; }; }
-
 
1330
fi
1281
fi
1331
 
1282
 
1332
if test -n "$ac_unrecognized_opts"; then
1283
if test -n "$ac_unrecognized_opts"; then
1333
  case $enable_option_checking in
1284
  case $enable_option_checking in
1334
    no) ;;
1285
    no) ;;
1335
    fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1286
    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1336
   { (exit 1); exit 1; }; } ;;
-
 
1337
    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1287
    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1338
  esac
1288
  esac
1339
fi
1289
fi
1340
 
1290
 
1341
# Check all directory arguments for consistency.
1291
# Check all directory arguments for consistency.
Line 1354... Line 1304...
1354
  # Be sure to have absolute directory names.
1304
  # Be sure to have absolute directory names.
1355
  case $ac_val in
1305
  case $ac_val in
1356
    [\\/$]* | ?:[\\/]* )  continue;;
1306
    [\\/$]* | ?:[\\/]* )  continue;;
1357
    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1307
    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1358
  esac
1308
  esac
1359
  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1309
  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1360
   { (exit 1); exit 1; }; }
-
 
1361
done
1310
done
1362
 
1311
 
1363
# There might be people who depend on the old broken behavior: `$host'
1312
# There might be people who depend on the old broken behavior: `$host'
1364
# used to hold the argument of --host etc.
1313
# used to hold the argument of --host etc.
1365
# FIXME: To remove some day.
1314
# FIXME: To remove some day.
Line 1385... Line 1334...
1385
 
1334
 
1386
 
1335
 
1387
ac_pwd=`pwd` && test -n "$ac_pwd" &&
1336
ac_pwd=`pwd` && test -n "$ac_pwd" &&
1388
ac_ls_di=`ls -di .` &&
1337
ac_ls_di=`ls -di .` &&
1389
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1338
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1390
  { $as_echo "$as_me: error: working directory cannot be determined" >&2
1339
  as_fn_error "working directory cannot be determined"
1391
   { (exit 1); exit 1; }; }
-
 
1392
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1340
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1393
  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1341
  as_fn_error "pwd does not report name of working directory"
1394
   { (exit 1); exit 1; }; }
-
 
1395
 
1342
 
1396
 
1343
 
1397
# Find the source files, if location was not specified.
1344
# Find the source files, if location was not specified.
1398
if test -z "$srcdir"; then
1345
if test -z "$srcdir"; then
1399
  ac_srcdir_defaulted=yes
1346
  ac_srcdir_defaulted=yes
Line 1428... Line 1375...
1428
else
1375
else
1429
  ac_srcdir_defaulted=no
1376
  ac_srcdir_defaulted=no
1430
fi
1377
fi
1431
if test ! -r "$srcdir/$ac_unique_file"; then
1378
if test ! -r "$srcdir/$ac_unique_file"; then
1432
  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1379
  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1433
  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1380
  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1434
   { (exit 1); exit 1; }; }
-
 
1435
fi
1381
fi
1436
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1382
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1437
ac_abs_confdir=`(
1383
ac_abs_confdir=`(
1438
	cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1384
	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1439
   { (exit 1); exit 1; }; }
-
 
1440
	pwd)`
1385
	pwd)`
1441
# When building in place, set srcdir=.
1386
# When building in place, set srcdir=.
1442
if test "$ac_abs_confdir" = "$ac_pwd"; then
1387
if test "$ac_abs_confdir" = "$ac_pwd"; then
1443
  srcdir=.
1388
  srcdir=.
1444
fi
1389
fi
Line 1564... Line 1509...
1564
  CPP         C preprocessor
1509
  CPP         C preprocessor
1565
 
1510
 
1566
Use these variables to override the choices made by `configure' or to help
1511
Use these variables to override the choices made by `configure' or to help
1567
it to find libraries and programs with nonstandard names/locations.
1512
it to find libraries and programs with nonstandard names/locations.
1568
 
1513
 
-
 
1514
Report bugs to the package provider.
1569
_ACEOF
1515
_ACEOF
1570
ac_status=$?
1516
ac_status=$?
1571
fi
1517
fi
1572
 
1518
 
1573
if test "$ac_init_help" = "recursive"; then
1519
if test "$ac_init_help" = "recursive"; then
Line 1627... Line 1573...
1627
 
1573
 
1628
test -n "$ac_init_help" && exit $ac_status
1574
test -n "$ac_init_help" && exit $ac_status
1629
if $ac_init_version; then
1575
if $ac_init_version; then
1630
  cat <<\_ACEOF
1576
  cat <<\_ACEOF
1631
configure
1577
configure
1632
generated by GNU Autoconf 2.63
1578
generated by GNU Autoconf 2.64
1633
 
1579
 
1634
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-
 
1635
2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1580
Copyright (C) 2009 Free Software Foundation, Inc.
1636
This configure script is free software; the Free Software Foundation
1581
This configure script is free software; the Free Software Foundation
1637
gives unlimited permission to copy, distribute and modify it.
1582
gives unlimited permission to copy, distribute and modify it.
1638
_ACEOF
1583
_ACEOF
1639
  exit
1584
  exit
1640
fi
1585
fi
-
 
1586
 
-
 
1587
## ------------------------ ##
-
 
1588
## Autoconf initialization. ##
-
 
1589
## ------------------------ ##
-
 
1590
 
-
 
1591
@%:@ ac_fn_c_try_compile LINENO
-
 
1592
@%:@ --------------------------
-
 
1593
@%:@ Try to compile conftest.$ac_ext, and return whether this succeeded.
-
 
1594
ac_fn_c_try_compile ()
-
 
1595
{
-
 
1596
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-
 
1597
  rm -f conftest.$ac_objext
-
 
1598
  if { { ac_try="$ac_compile"
-
 
1599
case "(($ac_try" in
-
 
1600
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
1601
  *) ac_try_echo=$ac_try;;
-
 
1602
esac
-
 
1603
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-
 
1604
$as_echo "$ac_try_echo"; } >&5
-
 
1605
  (eval "$ac_compile") 2>conftest.err
-
 
1606
  ac_status=$?
-
 
1607
  if test -s conftest.err; then
-
 
1608
    grep -v '^ *+' conftest.err >conftest.er1
-
 
1609
    cat conftest.er1 >&5
-
 
1610
    mv -f conftest.er1 conftest.err
-
 
1611
  fi
-
 
1612
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-
 
1613
  test $ac_status = 0; } && {
-
 
1614
	 test -z "$ac_c_werror_flag" ||
-
 
1615
	 test ! -s conftest.err
-
 
1616
       } && test -s conftest.$ac_objext; then :
-
 
1617
  ac_retval=0
-
 
1618
else
-
 
1619
  $as_echo "$as_me: failed program was:" >&5
-
 
1620
sed 's/^/| /' conftest.$ac_ext >&5
-
 
1621
 
-
 
1622
	ac_retval=1
-
 
1623
fi
-
 
1624
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
-
 
1625
  return $ac_retval
-
 
1626
 
-
 
1627
} @%:@ ac_fn_c_try_compile
-
 
1628
 
-
 
1629
@%:@ ac_fn_c_try_link LINENO
-
 
1630
@%:@ -----------------------
-
 
1631
@%:@ Try to link conftest.$ac_ext, and return whether this succeeded.
-
 
1632
ac_fn_c_try_link ()
-
 
1633
{
-
 
1634
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-
 
1635
  rm -f conftest.$ac_objext conftest$ac_exeext
-
 
1636
  if { { ac_try="$ac_link"
-
 
1637
case "(($ac_try" in
-
 
1638
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
1639
  *) ac_try_echo=$ac_try;;
-
 
1640
esac
-
 
1641
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-
 
1642
$as_echo "$ac_try_echo"; } >&5
-
 
1643
  (eval "$ac_link") 2>conftest.err
-
 
1644
  ac_status=$?
-
 
1645
  if test -s conftest.err; then
-
 
1646
    grep -v '^ *+' conftest.err >conftest.er1
-
 
1647
    cat conftest.er1 >&5
-
 
1648
    mv -f conftest.er1 conftest.err
-
 
1649
  fi
-
 
1650
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-
 
1651
  test $ac_status = 0; } && {
-
 
1652
	 test -z "$ac_c_werror_flag" ||
-
 
1653
	 test ! -s conftest.err
-
 
1654
       } && test -s conftest$ac_exeext && {
-
 
1655
	 test "$cross_compiling" = yes ||
-
 
1656
	 $as_test_x conftest$ac_exeext
-
 
1657
       }; then :
-
 
1658
  ac_retval=0
-
 
1659
else
-
 
1660
  $as_echo "$as_me: failed program was:" >&5
-
 
1661
sed 's/^/| /' conftest.$ac_ext >&5
-
 
1662
 
-
 
1663
	ac_retval=1
-
 
1664
fi
-
 
1665
  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
-
 
1666
  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
-
 
1667
  # interfere with the next link command; also delete a directory that is
-
 
1668
  # left behind by Apple's compiler.  We do this before executing the actions.
-
 
1669
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
-
 
1670
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
-
 
1671
  return $ac_retval
-
 
1672
 
-
 
1673
} @%:@ ac_fn_c_try_link
-
 
1674
 
-
 
1675
@%:@ ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
-
 
1676
@%:@ -------------------------------------------------------
-
 
1677
@%:@ Tests whether HEADER exists and can be compiled using the include files in
-
 
1678
@%:@ INCLUDES, setting the cache variable VAR accordingly.
-
 
1679
ac_fn_c_check_header_compile ()
-
 
1680
{
-
 
1681
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-
 
1682
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
-
 
1683
$as_echo_n "checking for $2... " >&6; }
-
 
1684
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
-
 
1685
  $as_echo_n "(cached) " >&6
-
 
1686
else
-
 
1687
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-
 
1688
/* end confdefs.h.  */
-
 
1689
$4
-
 
1690
@%:@include <$2>
-
 
1691
_ACEOF
-
 
1692
if ac_fn_c_try_compile "$LINENO"; then :
-
 
1693
  eval "$3=yes"
-
 
1694
else
-
 
1695
  eval "$3=no"
-
 
1696
fi
-
 
1697
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
 
1698
fi
-
 
1699
eval ac_res=\$$3
-
 
1700
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-
 
1701
$as_echo "$ac_res" >&6; }
-
 
1702
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
-
 
1703
 
-
 
1704
} @%:@ ac_fn_c_check_header_compile
-
 
1705
 
-
 
1706
@%:@ ac_fn_c_try_cpp LINENO
-
 
1707
@%:@ ----------------------
-
 
1708
@%:@ Try to preprocess conftest.$ac_ext, and return whether this succeeded.
-
 
1709
ac_fn_c_try_cpp ()
-
 
1710
{
-
 
1711
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-
 
1712
  if { { ac_try="$ac_cpp conftest.$ac_ext"
-
 
1713
case "(($ac_try" in
-
 
1714
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
1715
  *) ac_try_echo=$ac_try;;
-
 
1716
esac
-
 
1717
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-
 
1718
$as_echo "$ac_try_echo"; } >&5
-
 
1719
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
-
 
1720
  ac_status=$?
-
 
1721
  if test -s conftest.err; then
-
 
1722
    grep -v '^ *+' conftest.err >conftest.er1
-
 
1723
    cat conftest.er1 >&5
-
 
1724
    mv -f conftest.er1 conftest.err
-
 
1725
  fi
-
 
1726
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-
 
1727
  test $ac_status = 0; } >/dev/null && {
-
 
1728
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-
 
1729
	 test ! -s conftest.err
-
 
1730
       }; then :
-
 
1731
  ac_retval=0
-
 
1732
else
-
 
1733
  $as_echo "$as_me: failed program was:" >&5
-
 
1734
sed 's/^/| /' conftest.$ac_ext >&5
-
 
1735
 
-
 
1736
    ac_retval=1
-
 
1737
fi
-
 
1738
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
-
 
1739
  return $ac_retval
-
 
1740
 
-
 
1741
} @%:@ ac_fn_c_try_cpp
-
 
1742
 
-
 
1743
@%:@ ac_fn_c_try_run LINENO
-
 
1744
@%:@ ----------------------
-
 
1745
@%:@ Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
-
 
1746
@%:@ that executables *can* be run.
-
 
1747
ac_fn_c_try_run ()
-
 
1748
{
-
 
1749
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-
 
1750
  if { { ac_try="$ac_link"
-
 
1751
case "(($ac_try" in
-
 
1752
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
1753
  *) ac_try_echo=$ac_try;;
-
 
1754
esac
-
 
1755
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-
 
1756
$as_echo "$ac_try_echo"; } >&5
-
 
1757
  (eval "$ac_link") 2>&5
-
 
1758
  ac_status=$?
-
 
1759
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-
 
1760
  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
-
 
1761
  { { case "(($ac_try" in
-
 
1762
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
1763
  *) ac_try_echo=$ac_try;;
-
 
1764
esac
-
 
1765
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-
 
1766
$as_echo "$ac_try_echo"; } >&5
-
 
1767
  (eval "$ac_try") 2>&5
-
 
1768
  ac_status=$?
-
 
1769
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-
 
1770
  test $ac_status = 0; }; }; then :
-
 
1771
  ac_retval=0
-
 
1772
else
-
 
1773
  $as_echo "$as_me: program exited with status $ac_status" >&5
-
 
1774
       $as_echo "$as_me: failed program was:" >&5
-
 
1775
sed 's/^/| /' conftest.$ac_ext >&5
-
 
1776
 
-
 
1777
       ac_retval=$ac_status
-
 
1778
fi
-
 
1779
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
-
 
1780
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
-
 
1781
  return $ac_retval
-
 
1782
 
-
 
1783
} @%:@ ac_fn_c_try_run
-
 
1784
 
-
 
1785
@%:@ ac_fn_c_check_func LINENO FUNC VAR
-
 
1786
@%:@ ----------------------------------
-
 
1787
@%:@ Tests whether FUNC exists, setting the cache variable VAR accordingly
-
 
1788
ac_fn_c_check_func ()
-
 
1789
{
-
 
1790
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-
 
1791
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
-
 
1792
$as_echo_n "checking for $2... " >&6; }
-
 
1793
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
-
 
1794
  $as_echo_n "(cached) " >&6
-
 
1795
else
-
 
1796
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-
 
1797
/* end confdefs.h.  */
-
 
1798
/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
-
 
1799
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-
 
1800
#define $2 innocuous_$2
-
 
1801
 
-
 
1802
/* System header to define __stub macros and hopefully few prototypes,
-
 
1803
    which can conflict with char $2 (); below.
-
 
1804
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-
 
1805
    <limits.h> exists even on freestanding compilers.  */
-
 
1806
 
-
 
1807
#ifdef __STDC__
-
 
1808
# include <limits.h>
-
 
1809
#else
-
 
1810
# include <assert.h>
-
 
1811
#endif
-
 
1812
 
-
 
1813
#undef $2
-
 
1814
 
-
 
1815
/* Override any GCC internal prototype to avoid an error.
-
 
1816
   Use char because int might match the return type of a GCC
-
 
1817
   builtin and then its argument prototype would still apply.  */
-
 
1818
#ifdef __cplusplus
-
 
1819
extern "C"
-
 
1820
#endif
-
 
1821
char $2 ();
-
 
1822
/* The GNU C library defines this for functions which it implements
-
 
1823
    to always fail with ENOSYS.  Some functions are actually named
-
 
1824
    something starting with __ and the normal name is an alias.  */
-
 
1825
#if defined __stub_$2 || defined __stub___$2
-
 
1826
choke me
-
 
1827
#endif
-
 
1828
 
-
 
1829
int
-
 
1830
main ()
-
 
1831
{
-
 
1832
return $2 ();
-
 
1833
  ;
-
 
1834
  return 0;
-
 
1835
}
-
 
1836
_ACEOF
-
 
1837
if ac_fn_c_try_link "$LINENO"; then :
-
 
1838
  eval "$3=yes"
-
 
1839
else
-
 
1840
  eval "$3=no"
-
 
1841
fi
-
 
1842
rm -f core conftest.err conftest.$ac_objext \
-
 
1843
    conftest$ac_exeext conftest.$ac_ext
-
 
1844
fi
-
 
1845
eval ac_res=\$$3
-
 
1846
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-
 
1847
$as_echo "$ac_res" >&6; }
-
 
1848
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
-
 
1849
 
-
 
1850
} @%:@ ac_fn_c_check_func
1641
cat >config.log <<_ACEOF
1851
cat >config.log <<_ACEOF
1642
This file contains any messages produced by compilers while
1852
This file contains any messages produced by compilers while
1643
running configure, to aid debugging if configure makes a mistake.
1853
running configure, to aid debugging if configure makes a mistake.
1644
 
1854
 
1645
It was created by $as_me, which was
1855
It was created by $as_me, which was
1646
generated by GNU Autoconf 2.63.  Invocation command line was
1856
generated by GNU Autoconf 2.64.  Invocation command line was
1647
 
1857
 
1648
  $ $0 $@
1858
  $ $0 $@
1649
 
1859
 
1650
_ACEOF
1860
_ACEOF
1651
exec 5>>config.log
1861
exec 5>>config.log
1652
{
1862
{
1653
cat <<_ASUNAME
1863
cat <<_ASUNAME
1654
@%:@@%:@ --------- @%:@@%:@
1864
## --------- ##
1655
@%:@@%:@ Platform. @%:@@%:@
1865
## Platform. ##
1656
@%:@@%:@ --------- @%:@@%:@
1866
## --------- ##
1657
 
1867
 
1658
hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1868
hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1659
uname -m = `(uname -m) 2>/dev/null || echo unknown`
1869
uname -m = `(uname -m) 2>/dev/null || echo unknown`
1660
uname -r = `(uname -r) 2>/dev/null || echo unknown`
1870
uname -r = `(uname -r) 2>/dev/null || echo unknown`
1661
uname -s = `(uname -s) 2>/dev/null || echo unknown`
1871
uname -s = `(uname -s) 2>/dev/null || echo unknown`
Line 1677... Line 1887...
1677
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1887
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1678
for as_dir in $PATH
1888
for as_dir in $PATH
1679
do
1889
do
1680
  IFS=$as_save_IFS
1890
  IFS=$as_save_IFS
1681
  test -z "$as_dir" && as_dir=.
1891
  test -z "$as_dir" && as_dir=.
1682
  $as_echo "PATH: $as_dir"
1892
    $as_echo "PATH: $as_dir"
1683
done
1893
  done
1684
IFS=$as_save_IFS
1894
IFS=$as_save_IFS
1685
 
1895
 
1686
} >&5
1896
} >&5
1687
 
1897
 
1688
cat >&5 <<_ACEOF
1898
cat >&5 <<_ACEOF
1689
 
1899
 
1690
 
1900
 
1691
@%:@@%:@ ----------- @%:@@%:@
1901
## ----------- ##
1692
@%:@@%:@ Core tests. @%:@@%:@
1902
## Core tests. ##
1693
@%:@@%:@ ----------- @%:@@%:@
1903
## ----------- ##
1694
 
1904
 
1695
_ACEOF
1905
_ACEOF
1696
 
1906
 
1697
 
1907
 
1698
# Keep a trace of the command line.
1908
# Keep a trace of the command line.
Line 1715... Line 1925...
1715
      continue ;;
1925
      continue ;;
1716
    *\'*)
1926
    *\'*)
1717
      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1927
      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1718
    esac
1928
    esac
1719
    case $ac_pass in
1929
    case $ac_pass in
1720
    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1930
    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1721
    2)
1931
    2)
1722
      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1932
      as_fn_append ac_configure_args1 " '$ac_arg'"
1723
      if test $ac_must_keep_next = true; then
1933
      if test $ac_must_keep_next = true; then
1724
	ac_must_keep_next=false # Got value, back to normal.
1934
	ac_must_keep_next=false # Got value, back to normal.
1725
      else
1935
      else
1726
	case $ac_arg in
1936
	case $ac_arg in
1727
	  *=* | --config-cache | -C | -disable-* | --disable-* \
1937
	  *=* | --config-cache | -C | -disable-* | --disable-* \
Line 1733... Line 1943...
1733
	    esac
1943
	    esac
1734
	    ;;
1944
	    ;;
1735
	  -* ) ac_must_keep_next=true ;;
1945
	  -* ) ac_must_keep_next=true ;;
1736
	esac
1946
	esac
1737
      fi
1947
      fi
1738
      ac_configure_args="$ac_configure_args '$ac_arg'"
1948
      as_fn_append ac_configure_args " '$ac_arg'"
1739
      ;;
1949
      ;;
1740
    esac
1950
    esac
1741
  done
1951
  done
1742
done
1952
done
1743
$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1953
{ ac_configure_args0=; unset ac_configure_args0;}
1744
$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1954
{ ac_configure_args1=; unset ac_configure_args1;}
1745
 
1955
 
1746
# When interrupted or exit'd, cleanup temporary files, and complete
1956
# When interrupted or exit'd, cleanup temporary files, and complete
1747
# config.log.  We remove comments because anyway the quotes in there
1957
# config.log.  We remove comments because anyway the quotes in there
1748
# would cause problems or look ugly.
1958
# would cause problems or look ugly.
1749
# WARNING: Use '\'' to represent an apostrophe within the trap.
1959
# WARNING: Use '\'' to represent an apostrophe within the trap.
Line 1752... Line 1962...
1752
  # Save into config.log some information that might help in debugging.
1962
  # Save into config.log some information that might help in debugging.
1753
  {
1963
  {
1754
    echo
1964
    echo
1755
 
1965
 
1756
    cat <<\_ASBOX
1966
    cat <<\_ASBOX
1757
@%:@@%:@ ---------------- @%:@@%:@
1967
## ---------------- ##
1758
@%:@@%:@ Cache variables. @%:@@%:@
1968
## Cache variables. ##
1759
@%:@@%:@ ---------------- @%:@@%:@
1969
## ---------------- ##
1760
_ASBOX
1970
_ASBOX
1761
    echo
1971
    echo
1762
    # The following way of writing the cache mishandles newlines in values,
1972
    # The following way of writing the cache mishandles newlines in values,
1763
(
1973
(
1764
  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1974
  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1765
    eval ac_val=\$$ac_var
1975
    eval ac_val=\$$ac_var
1766
    case $ac_val in #(
1976
    case $ac_val in #(
1767
    *${as_nl}*)
1977
    *${as_nl}*)
1768
      case $ac_var in #(
1978
      case $ac_var in #(
1769
      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1979
      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1770
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1980
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1771
      esac
1981
      esac
1772
      case $ac_var in #(
1982
      case $ac_var in #(
1773
      _ | IFS | as_nl) ;; #(
1983
      _ | IFS | as_nl) ;; #(
1774
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1984
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1775
      *) $as_unset $ac_var ;;
1985
      *) { eval $ac_var=; unset $ac_var;} ;;
1776
      esac ;;
1986
      esac ;;
1777
    esac
1987
    esac
1778
  done
1988
  done
1779
  (set) 2>&1 |
1989
  (set) 2>&1 |
1780
    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1990
    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
Line 1790... Line 2000...
1790
    sort
2000
    sort
1791
)
2001
)
1792
    echo
2002
    echo
1793
 
2003
 
1794
    cat <<\_ASBOX
2004
    cat <<\_ASBOX
1795
@%:@@%:@ ----------------- @%:@@%:@
2005
## ----------------- ##
1796
@%:@@%:@ Output variables. @%:@@%:@
2006
## Output variables. ##
1797
@%:@@%:@ ----------------- @%:@@%:@
2007
## ----------------- ##
1798
_ASBOX
2008
_ASBOX
1799
    echo
2009
    echo
1800
    for ac_var in $ac_subst_vars
2010
    for ac_var in $ac_subst_vars
1801
    do
2011
    do
1802
      eval ac_val=\$$ac_var
2012
      eval ac_val=\$$ac_var
Line 1807... Line 2017...
1807
    done | sort
2017
    done | sort
1808
    echo
2018
    echo
1809
 
2019
 
1810
    if test -n "$ac_subst_files"; then
2020
    if test -n "$ac_subst_files"; then
1811
      cat <<\_ASBOX
2021
      cat <<\_ASBOX
1812
@%:@@%:@ ------------------- @%:@@%:@
2022
## ------------------- ##
1813
@%:@@%:@ File substitutions. @%:@@%:@
2023
## File substitutions. ##
1814
@%:@@%:@ ------------------- @%:@@%:@
2024
## ------------------- ##
1815
_ASBOX
2025
_ASBOX
1816
      echo
2026
      echo
1817
      for ac_var in $ac_subst_files
2027
      for ac_var in $ac_subst_files
1818
      do
2028
      do
1819
	eval ac_val=\$$ac_var
2029
	eval ac_val=\$$ac_var
Line 1825... Line 2035...
1825
      echo
2035
      echo
1826
    fi
2036
    fi
1827
 
2037
 
1828
    if test -s confdefs.h; then
2038
    if test -s confdefs.h; then
1829
      cat <<\_ASBOX
2039
      cat <<\_ASBOX
1830
@%:@@%:@ ----------- @%:@@%:@
2040
## ----------- ##
1831
@%:@@%:@ confdefs.h. @%:@@%:@
2041
## confdefs.h. ##
1832
@%:@@%:@ ----------- @%:@@%:@
2042
## ----------- ##
1833
_ASBOX
2043
_ASBOX
1834
      echo
2044
      echo
1835
      cat confdefs.h
2045
      cat confdefs.h
1836
      echo
2046
      echo
1837
    fi
2047
    fi
Line 1842... Line 2052...
1842
  rm -f core *.core core.conftest.* &&
2052
  rm -f core *.core core.conftest.* &&
1843
    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2053
    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1844
    exit $exit_status
2054
    exit $exit_status
1845
' 0
2055
' 0
1846
for ac_signal in 1 2 13 15; do
2056
for ac_signal in 1 2 13 15; do
1847
  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
2057
  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1848
done
2058
done
1849
ac_signal=0
2059
ac_signal=0
1850
 
2060
 
1851
# confdefs.h avoids OS command line length limits that DEFS can exceed.
2061
# confdefs.h avoids OS command line length limits that DEFS can exceed.
1852
rm -f -r conftest* confdefs.h
2062
rm -f -r conftest* confdefs.h
1853
 
2063
 
-
 
2064
$as_echo "/* confdefs.h */" > confdefs.h
-
 
2065
 
1854
# Predefined preprocessor variables.
2066
# Predefined preprocessor variables.
1855
 
2067
 
1856
cat >>confdefs.h <<_ACEOF
2068
cat >>confdefs.h <<_ACEOF
1857
@%:@define PACKAGE_NAME "$PACKAGE_NAME"
2069
@%:@define PACKAGE_NAME "$PACKAGE_NAME"
1858
_ACEOF
2070
_ACEOF
1859
 
2071
 
1860
 
-
 
1861
cat >>confdefs.h <<_ACEOF
2072
cat >>confdefs.h <<_ACEOF
1862
@%:@define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2073
@%:@define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1863
_ACEOF
2074
_ACEOF
1864
 
2075
 
1865
 
-
 
1866
cat >>confdefs.h <<_ACEOF
2076
cat >>confdefs.h <<_ACEOF
1867
@%:@define PACKAGE_VERSION "$PACKAGE_VERSION"
2077
@%:@define PACKAGE_VERSION "$PACKAGE_VERSION"
1868
_ACEOF
2078
_ACEOF
1869
 
2079
 
1870
 
-
 
1871
cat >>confdefs.h <<_ACEOF
2080
cat >>confdefs.h <<_ACEOF
1872
@%:@define PACKAGE_STRING "$PACKAGE_STRING"
2081
@%:@define PACKAGE_STRING "$PACKAGE_STRING"
1873
_ACEOF
2082
_ACEOF
1874
 
2083
 
1875
 
-
 
1876
cat >>confdefs.h <<_ACEOF
2084
cat >>confdefs.h <<_ACEOF
1877
@%:@define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2085
@%:@define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1878
_ACEOF
2086
_ACEOF
1879
 
2087
 
-
 
2088
cat >>confdefs.h <<_ACEOF
-
 
2089
@%:@define PACKAGE_URL "$PACKAGE_URL"
-
 
2090
_ACEOF
-
 
2091
 
1880
 
2092
 
1881
# Let the site file select an alternate cache file if it wants to.
2093
# Let the site file select an alternate cache file if it wants to.
1882
# Prefer an explicitly selected file to automatically selected ones.
2094
# Prefer an explicitly selected file to automatically selected ones.
1883
ac_site_file1=NONE
2095
ac_site_file1=NONE
1884
ac_site_file2=NONE
2096
ac_site_file2=NONE
Line 1893... Line 2105...
1893
fi
2105
fi
1894
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2106
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1895
do
2107
do
1896
  test "x$ac_site_file" = xNONE && continue
2108
  test "x$ac_site_file" = xNONE && continue
1897
  if test -r "$ac_site_file"; then
2109
  if test -r "$ac_site_file"; then
1898
    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
2110
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1899
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2111
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1900
    sed 's/^/| /' "$ac_site_file" >&5
2112
    sed 's/^/| /' "$ac_site_file" >&5
1901
    . "$ac_site_file"
2113
    . "$ac_site_file"
1902
  fi
2114
  fi
1903
done
2115
done
1904
 
2116
 
1905
if test -r "$cache_file"; then
2117
if test -r "$cache_file"; then
1906
  # Some versions of bash will fail to source /dev/null (special
2118
  # Some versions of bash will fail to source /dev/null (special
1907
  # files actually), so we avoid doing that.
2119
  # files actually), so we avoid doing that.
1908
  if test -f "$cache_file"; then
2120
  if test -f "$cache_file"; then
1909
    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
2121
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1910
$as_echo "$as_me: loading cache $cache_file" >&6;}
2122
$as_echo "$as_me: loading cache $cache_file" >&6;}
1911
    case $cache_file in
2123
    case $cache_file in
1912
      [\\/]* | ?:[\\/]* ) . "$cache_file";;
2124
      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1913
      *)                      . "./$cache_file";;
2125
      *)                      . "./$cache_file";;
1914
    esac
2126
    esac
1915
  fi
2127
  fi
1916
else
2128
else
1917
  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
2129
  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1918
$as_echo "$as_me: creating cache $cache_file" >&6;}
2130
$as_echo "$as_me: creating cache $cache_file" >&6;}
1919
  >$cache_file
2131
  >$cache_file
1920
fi
2132
fi
1921
 
2133
 
1922
# Check that the precious variables saved in the cache have kept the same
2134
# Check that the precious variables saved in the cache have kept the same
Line 1927... Line 2139...
1927
  eval ac_new_set=\$ac_env_${ac_var}_set
2139
  eval ac_new_set=\$ac_env_${ac_var}_set
1928
  eval ac_old_val=\$ac_cv_env_${ac_var}_value
2140
  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1929
  eval ac_new_val=\$ac_env_${ac_var}_value
2141
  eval ac_new_val=\$ac_env_${ac_var}_value
1930
  case $ac_old_set,$ac_new_set in
2142
  case $ac_old_set,$ac_new_set in
1931
    set,)
2143
    set,)
1932
      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2144
      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1933
$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2145
$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1934
      ac_cache_corrupted=: ;;
2146
      ac_cache_corrupted=: ;;
1935
    ,set)
2147
    ,set)
1936
      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
2148
      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1937
$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2149
$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1938
      ac_cache_corrupted=: ;;
2150
      ac_cache_corrupted=: ;;
1939
    ,);;
2151
    ,);;
1940
    *)
2152
    *)
1941
      if test "x$ac_old_val" != "x$ac_new_val"; then
2153
      if test "x$ac_old_val" != "x$ac_new_val"; then
1942
	# differences in whitespace do not lead to failure.
2154
	# differences in whitespace do not lead to failure.
1943
	ac_old_val_w=`echo x $ac_old_val`
2155
	ac_old_val_w=`echo x $ac_old_val`
1944
	ac_new_val_w=`echo x $ac_new_val`
2156
	ac_new_val_w=`echo x $ac_new_val`
1945
	if test "$ac_old_val_w" != "$ac_new_val_w"; then
2157
	if test "$ac_old_val_w" != "$ac_new_val_w"; then
1946
	  { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
2158
	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1947
$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2159
$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1948
	  ac_cache_corrupted=:
2160
	  ac_cache_corrupted=:
1949
	else
2161
	else
1950
	  { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2162
	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1951
$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2163
$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1952
	  eval $ac_var=\$ac_old_val
2164
	  eval $ac_var=\$ac_old_val
1953
	fi
2165
	fi
1954
	{ $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
2166
	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
1955
$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2167
$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1956
	{ $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
2168
	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
1957
$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2169
$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1958
      fi;;
2170
      fi;;
1959
  esac
2171
  esac
1960
  # Pass precious variables to config.status.
2172
  # Pass precious variables to config.status.
1961
  if test "$ac_new_set" = set; then
2173
  if test "$ac_new_set" = set; then
Line 1963... Line 2175...
1963
    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2175
    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1964
    *) ac_arg=$ac_var=$ac_new_val ;;
2176
    *) ac_arg=$ac_var=$ac_new_val ;;
1965
    esac
2177
    esac
1966
    case " $ac_configure_args " in
2178
    case " $ac_configure_args " in
1967
      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2179
      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1968
      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
2180
      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1969
    esac
2181
    esac
1970
  fi
2182
  fi
1971
done
2183
done
1972
if $ac_cache_corrupted; then
2184
if $ac_cache_corrupted; then
1973
  { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2185
  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1974
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2186
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1975
  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
2187
  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1976
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2188
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1977
  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
-
 
1978
$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
2189
  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1979
   { (exit 1); exit 1; }; }
-
 
1980
fi
2190
fi
1981
 
-
 
1982
 
-
 
1983
 
-
 
1984
 
-
 
1985
 
-
 
1986
 
-
 
1987
 
-
 
1988
 
-
 
1989
 
-
 
1990
 
-
 
1991
 
-
 
1992
 
-
 
-
 
2191
## -------------------- ##
1993
 
-
 
1994
 
-
 
1995
 
-
 
1996
 
-
 
-
 
2192
## Main body of script. ##
-
 
2193
## -------------------- ##
1997
 
2194
 
1998
ac_ext=c
2195
ac_ext=c
1999
ac_cpp='$CPP $CPPFLAGS'
2196
ac_cpp='$CPP $CPPFLAGS'
2000
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2197
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2001
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2198
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Line 2003... Line 2200...
2003
 
2200
 
2004
 
2201
 
2005
 
2202
 
2006
ac_config_headers="$ac_config_headers config.h"
2203
ac_config_headers="$ac_config_headers config.h"
2007
 
2204
 
2008
am__api_version='1.10'
2205
am__api_version='1.11'
2009
 
2206
 
2010
ac_aux_dir=
2207
ac_aux_dir=
2011
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2208
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2012
  if test -f "$ac_dir/install-sh"; then
2209
  for ac_t in install-sh install.sh shtool; do
2013
    ac_aux_dir=$ac_dir
-
 
2014
    ac_install_sh="$ac_aux_dir/install-sh -c"
-
 
2015
    break
-
 
2016
  elif test -f "$ac_dir/install.sh"; then
2210
    if test -f "$ac_dir/$ac_t"; then
2017
    ac_aux_dir=$ac_dir
2211
      ac_aux_dir=$ac_dir
2018
    ac_install_sh="$ac_aux_dir/install.sh -c"
2212
      ac_install_sh="$ac_aux_dir/$ac_t -c"
2019
    break
2213
      break 2
2020
  elif test -f "$ac_dir/shtool"; then
-
 
2021
    ac_aux_dir=$ac_dir
-
 
2022
    ac_install_sh="$ac_aux_dir/shtool install -c"
-
 
2023
    break
2214
    fi
2024
  fi
2215
  done
2025
done
2216
done
2026
if test -z "$ac_aux_dir"; then
2217
if test -z "$ac_aux_dir"; then
2027
  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
-
 
2028
$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
2218
  as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2029
   { (exit 1); exit 1; }; }
-
 
2030
fi
2219
fi
2031
 
2220
 
2032
# These three variables are undocumented and unsupported,
2221
# These three variables are undocumented and unsupported,
2033
# and are intended to be withdrawn in a future Autoconf release.
2222
# and are intended to be withdrawn in a future Autoconf release.
2034
# They can cause serious problems if a builder's source tree is in a directory
2223
# They can cause serious problems if a builder's source tree is in a directory
Line 2050... Line 2239...
2050
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2239
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2051
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2240
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2052
# OS/2's system install, which has a completely different semantic
2241
# OS/2's system install, which has a completely different semantic
2053
# ./install, which can be erroneously created by make from ./install.sh.
2242
# ./install, which can be erroneously created by make from ./install.sh.
2054
# Reject install programs that cannot install multiple files.
2243
# Reject install programs that cannot install multiple files.
2055
{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2244
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2056
$as_echo_n "checking for a BSD-compatible install... " >&6; }
2245
$as_echo_n "checking for a BSD-compatible install... " >&6; }
2057
if test -z "$INSTALL"; then
2246
if test -z "$INSTALL"; then
2058
if test "${ac_cv_path_install+set}" = set; then
2247
if test "${ac_cv_path_install+set}" = set; then :
2059
  $as_echo_n "(cached) " >&6
2248
  $as_echo_n "(cached) " >&6
2060
else
2249
else
2061
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2250
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2062
for as_dir in $PATH
2251
for as_dir in $PATH
2063
do
2252
do
2064
  IFS=$as_save_IFS
2253
  IFS=$as_save_IFS
2065
  test -z "$as_dir" && as_dir=.
2254
  test -z "$as_dir" && as_dir=.
2066
  # Account for people who put trailing slashes in PATH elements.
2255
    # Account for people who put trailing slashes in PATH elements.
2067
case $as_dir/ in
2256
case $as_dir/ in @%:@((
2068
  ./ | .// | /cC/* | \
2257
  ./ | .// | /[cC]/* | \
2069
  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2258
  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2070
  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2259
  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2071
  /usr/ucb/* ) ;;
2260
  /usr/ucb/* ) ;;
2072
  *)
2261
  *)
2073
    # OSF1 and SCO ODT 3.0 have their own names for install.
2262
    # OSF1 and SCO ODT 3.0 have their own names for install.
2074
    # Don't use installbsd from OSF since it installs stuff as root
2263
    # Don't use installbsd from OSF since it installs stuff as root
2075
    # by default.
2264
    # by default.
Line 2102... Line 2291...
2102
      done
2291
      done
2103
    done
2292
    done
2104
    ;;
2293
    ;;
2105
esac
2294
esac
2106
 
2295
 
2107
done
2296
  done
2108
IFS=$as_save_IFS
2297
IFS=$as_save_IFS
2109
 
2298
 
2110
rm -rf conftest.one conftest.two conftest.dir
2299
rm -rf conftest.one conftest.two conftest.dir
2111
 
2300
 
2112
fi
2301
fi
Line 2118... Line 2307...
2118
    # break other packages using the cache if that directory is
2307
    # break other packages using the cache if that directory is
2119
    # removed, or if the value is a relative name.
2308
    # removed, or if the value is a relative name.
2120
    INSTALL=$ac_install_sh
2309
    INSTALL=$ac_install_sh
2121
  fi
2310
  fi
2122
fi
2311
fi
2123
{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
2312
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2124
$as_echo "$INSTALL" >&6; }
2313
$as_echo "$INSTALL" >&6; }
2125
 
2314
 
2126
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2315
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2127
# It thinks the first close brace ends the variable substitution.
2316
# It thinks the first close brace ends the variable substitution.
2128
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2317
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2129
 
2318
 
2130
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2319
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2131
 
2320
 
2132
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2321
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2133
 
2322
 
2134
{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2323
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2135
$as_echo_n "checking whether build environment is sane... " >&6; }
2324
$as_echo_n "checking whether build environment is sane... " >&6; }
2136
# Just in case
2325
# Just in case
2137
sleep 1
2326
sleep 1
2138
echo timestamp > conftest.file
2327
echo timestamp > conftest.file
-
 
2328
# Reject unsafe characters in $srcdir or the absolute working directory
-
 
2329
# name.  Accept space and tab only in the latter.
-
 
2330
am_lf='
-
 
2331
'
-
 
2332
case `pwd` in
-
 
2333
  *[\\\"\#\$\&\'\`$am_lf]*)
-
 
2334
    as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
-
 
2335
esac
-
 
2336
case $srcdir in
-
 
2337
  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
-
 
2338
    as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
-
 
2339
esac
-
 
2340
 
2139
# Do `set' in a subshell so we don't clobber the current shell's
2341
# Do `set' in a subshell so we don't clobber the current shell's
2140
# arguments.  Must try -L first in case configure is actually a
2342
# arguments.  Must try -L first in case configure is actually a
2141
# symlink; some systems play weird games with the mod time of symlinks
2343
# symlink; some systems play weird games with the mod time of symlinks
2142
# (eg FreeBSD returns the mod time of the symlink's containing
2344
# (eg FreeBSD returns the mod time of the symlink's containing
2143
# directory).
2345
# directory).
2144
if (
2346
if (
2145
   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
2347
   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2146
   if test "$*" = "X"; then
2348
   if test "$*" = "X"; then
2147
      # -L didn't work.
2349
      # -L didn't work.
2148
      set X `ls -t $srcdir/configure conftest.file`
2350
      set X `ls -t "$srcdir/configure" conftest.file`
2149
   fi
2351
   fi
2150
   rm -f conftest.file
2352
   rm -f conftest.file
2151
   if test "$*" != "X $srcdir/configure conftest.file" \
2353
   if test "$*" != "X $srcdir/configure conftest.file" \
2152
      && test "$*" != "X conftest.file $srcdir/configure"; then
2354
      && test "$*" != "X conftest.file $srcdir/configure"; then
2153
 
2355
 
2154
      # If neither matched, then we have a broken ls.  This can happen
2356
      # If neither matched, then we have a broken ls.  This can happen
2155
      # if, for instance, CONFIG_SHELL is bash and it inherits a
2357
      # if, for instance, CONFIG_SHELL is bash and it inherits a
2156
      # broken ls alias from the environment.  This has actually
2358
      # broken ls alias from the environment.  This has actually
2157
      # happened.  Such a system could not be considered "sane".
2359
      # happened.  Such a system could not be considered "sane".
2158
      { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
-
 
2159
alias in your environment" >&5
-
 
2160
$as_echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
2360
      as_fn_error "ls -t appears to fail.  Make sure there is not a broken
2161
alias in your environment" >&2;}
2361
alias in your environment" "$LINENO" 5
2162
   { (exit 1); exit 1; }; }
-
 
2163
   fi
2362
   fi
2164
 
2363
 
2165
   test "$2" = conftest.file
2364
   test "$2" = conftest.file
2166
   )
2365
   )
2167
then
2366
then
2168
   # Ok.
2367
   # Ok.
2169
   :
2368
   :
2170
else
2369
else
2171
   { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
-
 
2172
Check your system clock" >&5
-
 
2173
$as_echo "$as_me: error: newly created file is older than distributed files!
2370
   as_fn_error "newly created file is older than distributed files!
2174
Check your system clock" >&2;}
2371
Check your system clock" "$LINENO" 5
2175
   { (exit 1); exit 1; }; }
-
 
2176
fi
2372
fi
2177
{ $as_echo "$as_me:$LINENO: result: yes" >&5
2373
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2178
$as_echo "yes" >&6; }
2374
$as_echo "yes" >&6; }
2179
test "$program_prefix" != NONE &&
2375
test "$program_prefix" != NONE &&
2180
  program_transform_name="s&^&$program_prefix&;$program_transform_name"
2376
  program_transform_name="s&^&$program_prefix&;$program_transform_name"
2181
# Use a double $ so make ignores it.
2377
# Use a double $ so make ignores it.
2182
test "$program_suffix" != NONE &&
2378
test "$program_suffix" != NONE &&
Line 2187... Line 2383...
2187
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2383
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2188
 
2384
 
2189
# expand $ac_aux_dir to an absolute path
2385
# expand $ac_aux_dir to an absolute path
2190
am_aux_dir=`cd $ac_aux_dir && pwd`
2386
am_aux_dir=`cd $ac_aux_dir && pwd`
2191
 
2387
 
-
 
2388
if test x"${MISSING+set}" != xset; then
-
 
2389
  case $am_aux_dir in
-
 
2390
  *\ * | *\	*)
-
 
2391
    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
-
 
2392
  *)
2192
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2393
    MISSING="\${SHELL} $am_aux_dir/missing" ;;
-
 
2394
  esac
-
 
2395
fi
2193
# Use eval to expand $SHELL
2396
# Use eval to expand $SHELL
2194
if eval "$MISSING --run true"; then
2397
if eval "$MISSING --run true"; then
2195
  am_missing_run="$MISSING --run "
2398
  am_missing_run="$MISSING --run "
2196
else
2399
else
2197
  am_missing_run=
2400
  am_missing_run=
2198
  { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2401
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2199
$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2402
$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2200
fi
2403
fi
2201
 
2404
 
-
 
2405
if test x"${install_sh}" != xset; then
-
 
2406
  case $am_aux_dir in
-
 
2407
  *\ * | *\	*)
-
 
2408
    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
-
 
2409
  *)
-
 
2410
    install_sh="\${SHELL} $am_aux_dir/install-sh"
-
 
2411
  esac
-
 
2412
fi
-
 
2413
 
-
 
2414
# Installed binaries are usually stripped using `strip' when the user
-
 
2415
# run `make install-strip'.  However `strip' might not be the right
-
 
2416
# tool to use in cross-compilation environments, therefore Automake
-
 
2417
# will honor the `STRIP' environment variable to overrule this program.
-
 
2418
if test "$cross_compiling" != no; then
-
 
2419
  if test -n "$ac_tool_prefix"; then
-
 
2420
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
-
 
2421
set dummy ${ac_tool_prefix}strip; ac_word=$2
-
 
2422
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-
 
2423
$as_echo_n "checking for $ac_word... " >&6; }
-
 
2424
if test "${ac_cv_prog_STRIP+set}" = set; then :
-
 
2425
  $as_echo_n "(cached) " >&6
-
 
2426
else
-
 
2427
  if test -n "$STRIP"; then
-
 
2428
  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
-
 
2429
else
-
 
2430
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-
 
2431
for as_dir in $PATH
-
 
2432
do
-
 
2433
  IFS=$as_save_IFS
-
 
2434
  test -z "$as_dir" && as_dir=.
-
 
2435
    for ac_exec_ext in '' $ac_executable_extensions; do
-
 
2436
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-
 
2437
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
-
 
2438
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-
 
2439
    break 2
-
 
2440
  fi
-
 
2441
done
-
 
2442
  done
-
 
2443
IFS=$as_save_IFS
-
 
2444
 
-
 
2445
fi
-
 
2446
fi
-
 
2447
STRIP=$ac_cv_prog_STRIP
-
 
2448
if test -n "$STRIP"; then
-
 
2449
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
-
 
2450
$as_echo "$STRIP" >&6; }
-
 
2451
else
-
 
2452
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-
 
2453
$as_echo "no" >&6; }
-
 
2454
fi
-
 
2455
 
-
 
2456
 
-
 
2457
fi
-
 
2458
if test -z "$ac_cv_prog_STRIP"; then
-
 
2459
  ac_ct_STRIP=$STRIP
-
 
2460
  # Extract the first word of "strip", so it can be a program name with args.
-
 
2461
set dummy strip; ac_word=$2
-
 
2462
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-
 
2463
$as_echo_n "checking for $ac_word... " >&6; }
-
 
2464
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
-
 
2465
  $as_echo_n "(cached) " >&6
-
 
2466
else
-
 
2467
  if test -n "$ac_ct_STRIP"; then
-
 
2468
  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
-
 
2469
else
-
 
2470
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-
 
2471
for as_dir in $PATH
-
 
2472
do
-
 
2473
  IFS=$as_save_IFS
-
 
2474
  test -z "$as_dir" && as_dir=.
-
 
2475
    for ac_exec_ext in '' $ac_executable_extensions; do
-
 
2476
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-
 
2477
    ac_cv_prog_ac_ct_STRIP="strip"
-
 
2478
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-
 
2479
    break 2
-
 
2480
  fi
-
 
2481
done
-
 
2482
  done
-
 
2483
IFS=$as_save_IFS
-
 
2484
 
-
 
2485
fi
-
 
2486
fi
-
 
2487
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
-
 
2488
if test -n "$ac_ct_STRIP"; then
-
 
2489
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
-
 
2490
$as_echo "$ac_ct_STRIP" >&6; }
-
 
2491
else
-
 
2492
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-
 
2493
$as_echo "no" >&6; }
-
 
2494
fi
-
 
2495
 
-
 
2496
  if test "x$ac_ct_STRIP" = x; then
-
 
2497
    STRIP=":"
-
 
2498
  else
-
 
2499
    case $cross_compiling:$ac_tool_warned in
-
 
2500
yes:)
-
 
2501
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-
 
2502
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-
 
2503
ac_tool_warned=yes ;;
-
 
2504
esac
-
 
2505
    STRIP=$ac_ct_STRIP
-
 
2506
  fi
-
 
2507
else
-
 
2508
  STRIP="$ac_cv_prog_STRIP"
-
 
2509
fi
-
 
2510
 
-
 
2511
fi
-
 
2512
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
-
 
2513
 
2202
{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
2514
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2203
$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2515
$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2204
if test -z "$MKDIR_P"; then
2516
if test -z "$MKDIR_P"; then
2205
  if test "${ac_cv_path_mkdir+set}" = set; then
2517
  if test "${ac_cv_path_mkdir+set}" = set; then :
2206
  $as_echo_n "(cached) " >&6
2518
  $as_echo_n "(cached) " >&6
2207
else
2519
else
2208
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2520
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2209
for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2521
for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2210
do
2522
do
2211
  IFS=$as_save_IFS
2523
  IFS=$as_save_IFS
2212
  test -z "$as_dir" && as_dir=.
2524
  test -z "$as_dir" && as_dir=.
2213
  for ac_prog in mkdir gmkdir; do
2525
    for ac_prog in mkdir gmkdir; do
2214
	 for ac_exec_ext in '' $ac_executable_extensions; do
2526
	 for ac_exec_ext in '' $ac_executable_extensions; do
2215
	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2527
	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2216
	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2528
	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2217
	     'mkdir (GNU coreutils) '* | \
2529
	     'mkdir (GNU coreutils) '* | \
2218
	     'mkdir (coreutils) '* | \
2530
	     'mkdir (coreutils) '* | \
Line 2220... Line 2532...
2220
	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2532
	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2221
	       break 3;;
2533
	       break 3;;
2222
	   esac
2534
	   esac
2223
	 done
2535
	 done
2224
       done
2536
       done
2225
done
2537
  done
2226
IFS=$as_save_IFS
2538
IFS=$as_save_IFS
2227
 
2539
 
2228
fi
2540
fi
2229
 
2541
 
2230
  if test "${ac_cv_path_mkdir+set}" = set; then
2542
  if test "${ac_cv_path_mkdir+set}" = set; then
Line 2236... Line 2548...
2236
    # removed, or if the value is a relative name.
2548
    # removed, or if the value is a relative name.
2237
    test -d ./--version && rmdir ./--version
2549
    test -d ./--version && rmdir ./--version
2238
    MKDIR_P="$ac_install_sh -d"
2550
    MKDIR_P="$ac_install_sh -d"
2239
  fi
2551
  fi
2240
fi
2552
fi
2241
{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
2553
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2242
$as_echo "$MKDIR_P" >&6; }
2554
$as_echo "$MKDIR_P" >&6; }
2243
 
2555
 
2244
mkdir_p="$MKDIR_P"
2556
mkdir_p="$MKDIR_P"
2245
case $mkdir_p in
2557
case $mkdir_p in
2246
  [\\/$]* | ?:[\\/]*) ;;
2558
  [\\/$]* | ?:[\\/]*) ;;
Line 2249... Line 2561...
2249
 
2561
 
2250
for ac_prog in gawk mawk nawk awk
2562
for ac_prog in gawk mawk nawk awk
2251
do
2563
do
2252
  # Extract the first word of "$ac_prog", so it can be a program name with args.
2564
  # Extract the first word of "$ac_prog", so it can be a program name with args.
2253
set dummy $ac_prog; ac_word=$2
2565
set dummy $ac_prog; ac_word=$2
2254
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2566
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2255
$as_echo_n "checking for $ac_word... " >&6; }
2567
$as_echo_n "checking for $ac_word... " >&6; }
2256
if test "${ac_cv_prog_AWK+set}" = set; then
2568
if test "${ac_cv_prog_AWK+set}" = set; then :
2257
  $as_echo_n "(cached) " >&6
2569
  $as_echo_n "(cached) " >&6
2258
else
2570
else
2259
  if test -n "$AWK"; then
2571
  if test -n "$AWK"; then
2260
  ac_cv_prog_AWK="$AWK" # Let the user override the test.
2572
  ac_cv_prog_AWK="$AWK" # Let the user override the test.
2261
else
2573
else
2262
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2574
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2263
for as_dir in $PATH
2575
for as_dir in $PATH
2264
do
2576
do
2265
  IFS=$as_save_IFS
2577
  IFS=$as_save_IFS
2266
  test -z "$as_dir" && as_dir=.
2578
  test -z "$as_dir" && as_dir=.
2267
  for ac_exec_ext in '' $ac_executable_extensions; do
2579
    for ac_exec_ext in '' $ac_executable_extensions; do
2268
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2580
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2269
    ac_cv_prog_AWK="$ac_prog"
2581
    ac_cv_prog_AWK="$ac_prog"
2270
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2582
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2271
    break 2
2583
    break 2
2272
  fi
2584
  fi
2273
done
2585
done
2274
done
2586
  done
2275
IFS=$as_save_IFS
2587
IFS=$as_save_IFS
2276
 
2588
 
2277
fi
2589
fi
2278
fi
2590
fi
2279
AWK=$ac_cv_prog_AWK
2591
AWK=$ac_cv_prog_AWK
2280
if test -n "$AWK"; then
2592
if test -n "$AWK"; then
2281
  { $as_echo "$as_me:$LINENO: result: $AWK" >&5
2593
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2282
$as_echo "$AWK" >&6; }
2594
$as_echo "$AWK" >&6; }
2283
else
2595
else
2284
  { $as_echo "$as_me:$LINENO: result: no" >&5
2596
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2285
$as_echo "no" >&6; }
2597
$as_echo "no" >&6; }
2286
fi
2598
fi
2287
 
2599
 
2288
 
2600
 
2289
  test -n "$AWK" && break
2601
  test -n "$AWK" && break
2290
done
2602
done
2291
 
2603
 
2292
{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2604
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2293
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2605
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2294
set x ${MAKE-make}
2606
set x ${MAKE-make}
2295
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2607
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2296
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2608
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2297
  $as_echo_n "(cached) " >&6
2609
  $as_echo_n "(cached) " >&6
2298
else
2610
else
2299
  cat >conftest.make <<\_ACEOF
2611
  cat >conftest.make <<\_ACEOF
2300
SHELL = /bin/sh
2612
SHELL = /bin/sh
2301
all:
2613
all:
Line 2309... Line 2621...
2309
    eval ac_cv_prog_make_${ac_make}_set=no;;
2621
    eval ac_cv_prog_make_${ac_make}_set=no;;
2310
esac
2622
esac
2311
rm -f conftest.make
2623
rm -f conftest.make
2312
fi
2624
fi
2313
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2625
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2314
  { $as_echo "$as_me:$LINENO: result: yes" >&5
2626
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2315
$as_echo "yes" >&6; }
2627
$as_echo "yes" >&6; }
2316
  SET_MAKE=
2628
  SET_MAKE=
2317
else
2629
else
2318
  { $as_echo "$as_me:$LINENO: result: no" >&5
2630
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2319
$as_echo "no" >&6; }
2631
$as_echo "no" >&6; }
2320
  SET_MAKE="MAKE=${MAKE-make}"
2632
  SET_MAKE="MAKE=${MAKE-make}"
2321
fi
2633
fi
2322
 
2634
 
2323
rm -rf .tst 2>/dev/null
2635
rm -rf .tst 2>/dev/null
Line 2333... Line 2645...
2333
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2645
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2334
  # is not polluted with repeated "-I."
2646
  # is not polluted with repeated "-I."
2335
  am__isrc=' -I$(srcdir)'
2647
  am__isrc=' -I$(srcdir)'
2336
  # test to see if srcdir already configured
2648
  # test to see if srcdir already configured
2337
  if test -f $srcdir/config.status; then
2649
  if test -f $srcdir/config.status; then
2338
    { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
-
 
2339
$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2650
    as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2340
   { (exit 1); exit 1; }; }
-
 
2341
  fi
2651
  fi
2342
fi
2652
fi
2343
 
2653
 
2344
# test whether we have cygpath
2654
# test whether we have cygpath
2345
if test -z "$CYGPATH_W"; then
2655
if test -z "$CYGPATH_W"; then
Line 2379... Line 2689...
2379
AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2689
AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2380
 
2690
 
2381
 
2691
 
2382
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2692
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2383
 
2693
 
2384
install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
-
 
2385
 
-
 
2386
# Installed binaries are usually stripped using `strip' when the user
-
 
2387
# run `make install-strip'.  However `strip' might not be the right
-
 
2388
# tool to use in cross-compilation environments, therefore Automake
-
 
2389
# will honor the `STRIP' environment variable to overrule this program.
-
 
2390
if test "$cross_compiling" != no; then
-
 
2391
  if test -n "$ac_tool_prefix"; then
-
 
2392
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
-
 
2393
set dummy ${ac_tool_prefix}strip; ac_word=$2
-
 
2394
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
-
 
2395
$as_echo_n "checking for $ac_word... " >&6; }
-
 
2396
if test "${ac_cv_prog_STRIP+set}" = set; then
-
 
2397
  $as_echo_n "(cached) " >&6
-
 
2398
else
-
 
2399
  if test -n "$STRIP"; then
-
 
2400
  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
-
 
2401
else
-
 
2402
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-
 
2403
for as_dir in $PATH
-
 
2404
do
-
 
2405
  IFS=$as_save_IFS
-
 
2406
  test -z "$as_dir" && as_dir=.
-
 
2407
  for ac_exec_ext in '' $ac_executable_extensions; do
-
 
2408
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-
 
2409
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
-
 
2410
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-
 
2411
    break 2
-
 
2412
  fi
-
 
2413
done
-
 
2414
done
-
 
2415
IFS=$as_save_IFS
-
 
2416
 
-
 
2417
fi
-
 
2418
fi
-
 
2419
STRIP=$ac_cv_prog_STRIP
-
 
2420
if test -n "$STRIP"; then
-
 
2421
  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
-
 
2422
$as_echo "$STRIP" >&6; }
-
 
2423
else
-
 
2424
  { $as_echo "$as_me:$LINENO: result: no" >&5
-
 
2425
$as_echo "no" >&6; }
-
 
2426
fi
-
 
2427
 
-
 
2428
 
-
 
2429
fi
-
 
2430
if test -z "$ac_cv_prog_STRIP"; then
-
 
2431
  ac_ct_STRIP=$STRIP
-
 
2432
  # Extract the first word of "strip", so it can be a program name with args.
-
 
2433
set dummy strip; ac_word=$2
-
 
2434
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
-
 
2435
$as_echo_n "checking for $ac_word... " >&6; }
-
 
2436
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
-
 
2437
  $as_echo_n "(cached) " >&6
-
 
2438
else
-
 
2439
  if test -n "$ac_ct_STRIP"; then
-
 
2440
  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
-
 
2441
else
-
 
2442
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-
 
2443
for as_dir in $PATH
-
 
2444
do
-
 
2445
  IFS=$as_save_IFS
-
 
2446
  test -z "$as_dir" && as_dir=.
-
 
2447
  for ac_exec_ext in '' $ac_executable_extensions; do
-
 
2448
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-
 
2449
    ac_cv_prog_ac_ct_STRIP="strip"
-
 
2450
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-
 
2451
    break 2
-
 
2452
  fi
-
 
2453
done
-
 
2454
done
-
 
2455
IFS=$as_save_IFS
-
 
2456
 
-
 
2457
fi
-
 
2458
fi
-
 
2459
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
-
 
2460
if test -n "$ac_ct_STRIP"; then
-
 
2461
  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
-
 
2462
$as_echo "$ac_ct_STRIP" >&6; }
-
 
2463
else
-
 
2464
  { $as_echo "$as_me:$LINENO: result: no" >&5
-
 
2465
$as_echo "no" >&6; }
-
 
2466
fi
-
 
2467
 
-
 
2468
  if test "x$ac_ct_STRIP" = x; then
-
 
2469
    STRIP=":"
-
 
2470
  else
-
 
2471
    case $cross_compiling:$ac_tool_warned in
-
 
2472
yes:)
-
 
2473
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
-
 
2474
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-
 
2475
ac_tool_warned=yes ;;
-
 
2476
esac
-
 
2477
    STRIP=$ac_ct_STRIP
-
 
2478
  fi
-
 
2479
else
-
 
2480
  STRIP="$ac_cv_prog_STRIP"
-
 
2481
fi
-
 
2482
 
-
 
2483
fi
-
 
2484
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
-
 
2485
 
-
 
2486
# We need awk for the "check" target.  The system "awk" is bad on
2694
# We need awk for the "check" target.  The system "awk" is bad on
2487
# some platforms.
2695
# some platforms.
2488
# Always define AMTAR for backward compatibility.
2696
# Always define AMTAR for backward compatibility.
2489
 
2697
 
2490
AMTAR=${AMTAR-"${am_missing_run}tar"}
2698
AMTAR=${AMTAR-"${am_missing_run}tar"}
Line 2508... Line 2716...
2508
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2716
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2509
ac_compiler_gnu=$ac_cv_c_compiler_gnu
2717
ac_compiler_gnu=$ac_cv_c_compiler_gnu
2510
if test -n "$ac_tool_prefix"; then
2718
if test -n "$ac_tool_prefix"; then
2511
  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2719
  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2512
set dummy ${ac_tool_prefix}gcc; ac_word=$2
2720
set dummy ${ac_tool_prefix}gcc; ac_word=$2
2513
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2721
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2514
$as_echo_n "checking for $ac_word... " >&6; }
2722
$as_echo_n "checking for $ac_word... " >&6; }
2515
if test "${ac_cv_prog_CC+set}" = set; then
2723
if test "${ac_cv_prog_CC+set}" = set; then :
2516
  $as_echo_n "(cached) " >&6
2724
  $as_echo_n "(cached) " >&6
2517
else
2725
else
2518
  if test -n "$CC"; then
2726
  if test -n "$CC"; then
2519
  ac_cv_prog_CC="$CC" # Let the user override the test.
2727
  ac_cv_prog_CC="$CC" # Let the user override the test.
2520
else
2728
else
2521
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2729
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2522
for as_dir in $PATH
2730
for as_dir in $PATH
2523
do
2731
do
2524
  IFS=$as_save_IFS
2732
  IFS=$as_save_IFS
2525
  test -z "$as_dir" && as_dir=.
2733
  test -z "$as_dir" && as_dir=.
2526
  for ac_exec_ext in '' $ac_executable_extensions; do
2734
    for ac_exec_ext in '' $ac_executable_extensions; do
2527
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2735
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2528
    ac_cv_prog_CC="${ac_tool_prefix}gcc"
2736
    ac_cv_prog_CC="${ac_tool_prefix}gcc"
2529
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2737
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2530
    break 2
2738
    break 2
2531
  fi
2739
  fi
2532
done
2740
done
2533
done
2741
  done
2534
IFS=$as_save_IFS
2742
IFS=$as_save_IFS
2535
 
2743
 
2536
fi
2744
fi
2537
fi
2745
fi
2538
CC=$ac_cv_prog_CC
2746
CC=$ac_cv_prog_CC
2539
if test -n "$CC"; then
2747
if test -n "$CC"; then
2540
  { $as_echo "$as_me:$LINENO: result: $CC" >&5
2748
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2541
$as_echo "$CC" >&6; }
2749
$as_echo "$CC" >&6; }
2542
else
2750
else
2543
  { $as_echo "$as_me:$LINENO: result: no" >&5
2751
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2544
$as_echo "no" >&6; }
2752
$as_echo "no" >&6; }
2545
fi
2753
fi
2546
 
2754
 
2547
 
2755
 
2548
fi
2756
fi
2549
if test -z "$ac_cv_prog_CC"; then
2757
if test -z "$ac_cv_prog_CC"; then
2550
  ac_ct_CC=$CC
2758
  ac_ct_CC=$CC
2551
  # Extract the first word of "gcc", so it can be a program name with args.
2759
  # Extract the first word of "gcc", so it can be a program name with args.
2552
set dummy gcc; ac_word=$2
2760
set dummy gcc; ac_word=$2
2553
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2761
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2554
$as_echo_n "checking for $ac_word... " >&6; }
2762
$as_echo_n "checking for $ac_word... " >&6; }
2555
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2763
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2556
  $as_echo_n "(cached) " >&6
2764
  $as_echo_n "(cached) " >&6
2557
else
2765
else
2558
  if test -n "$ac_ct_CC"; then
2766
  if test -n "$ac_ct_CC"; then
2559
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2767
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2560
else
2768
else
2561
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2769
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2562
for as_dir in $PATH
2770
for as_dir in $PATH
2563
do
2771
do
2564
  IFS=$as_save_IFS
2772
  IFS=$as_save_IFS
2565
  test -z "$as_dir" && as_dir=.
2773
  test -z "$as_dir" && as_dir=.
2566
  for ac_exec_ext in '' $ac_executable_extensions; do
2774
    for ac_exec_ext in '' $ac_executable_extensions; do
2567
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2775
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2568
    ac_cv_prog_ac_ct_CC="gcc"
2776
    ac_cv_prog_ac_ct_CC="gcc"
2569
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2777
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2570
    break 2
2778
    break 2
2571
  fi
2779
  fi
2572
done
2780
done
2573
done
2781
  done
2574
IFS=$as_save_IFS
2782
IFS=$as_save_IFS
2575
 
2783
 
2576
fi
2784
fi
2577
fi
2785
fi
2578
ac_ct_CC=$ac_cv_prog_ac_ct_CC
2786
ac_ct_CC=$ac_cv_prog_ac_ct_CC
2579
if test -n "$ac_ct_CC"; then
2787
if test -n "$ac_ct_CC"; then
2580
  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2788
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2581
$as_echo "$ac_ct_CC" >&6; }
2789
$as_echo "$ac_ct_CC" >&6; }
2582
else
2790
else
2583
  { $as_echo "$as_me:$LINENO: result: no" >&5
2791
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2584
$as_echo "no" >&6; }
2792
$as_echo "no" >&6; }
2585
fi
2793
fi
2586
 
2794
 
2587
  if test "x$ac_ct_CC" = x; then
2795
  if test "x$ac_ct_CC" = x; then
2588
    CC=""
2796
    CC=""
2589
  else
2797
  else
2590
    case $cross_compiling:$ac_tool_warned in
2798
    case $cross_compiling:$ac_tool_warned in
2591
yes:)
2799
yes:)
2592
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2800
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2593
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2801
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2594
ac_tool_warned=yes ;;
2802
ac_tool_warned=yes ;;
2595
esac
2803
esac
2596
    CC=$ac_ct_CC
2804
    CC=$ac_ct_CC
2597
  fi
2805
  fi
Line 2601... Line 2809...
2601
 
2809
 
2602
if test -z "$CC"; then
2810
if test -z "$CC"; then
2603
          if test -n "$ac_tool_prefix"; then
2811
          if test -n "$ac_tool_prefix"; then
2604
    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2812
    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2605
set dummy ${ac_tool_prefix}cc; ac_word=$2
2813
set dummy ${ac_tool_prefix}cc; ac_word=$2
2606
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2814
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2607
$as_echo_n "checking for $ac_word... " >&6; }
2815
$as_echo_n "checking for $ac_word... " >&6; }
2608
if test "${ac_cv_prog_CC+set}" = set; then
2816
if test "${ac_cv_prog_CC+set}" = set; then :
2609
  $as_echo_n "(cached) " >&6
2817
  $as_echo_n "(cached) " >&6
2610
else
2818
else
2611
  if test -n "$CC"; then
2819
  if test -n "$CC"; then
2612
  ac_cv_prog_CC="$CC" # Let the user override the test.
2820
  ac_cv_prog_CC="$CC" # Let the user override the test.
2613
else
2821
else
2614
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2822
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2615
for as_dir in $PATH
2823
for as_dir in $PATH
2616
do
2824
do
2617
  IFS=$as_save_IFS
2825
  IFS=$as_save_IFS
2618
  test -z "$as_dir" && as_dir=.
2826
  test -z "$as_dir" && as_dir=.
2619
  for ac_exec_ext in '' $ac_executable_extensions; do
2827
    for ac_exec_ext in '' $ac_executable_extensions; do
2620
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2828
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2621
    ac_cv_prog_CC="${ac_tool_prefix}cc"
2829
    ac_cv_prog_CC="${ac_tool_prefix}cc"
2622
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2830
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2623
    break 2
2831
    break 2
2624
  fi
2832
  fi
2625
done
2833
done
2626
done
2834
  done
2627
IFS=$as_save_IFS
2835
IFS=$as_save_IFS
2628
 
2836
 
2629
fi
2837
fi
2630
fi
2838
fi
2631
CC=$ac_cv_prog_CC
2839
CC=$ac_cv_prog_CC
2632
if test -n "$CC"; then
2840
if test -n "$CC"; then
2633
  { $as_echo "$as_me:$LINENO: result: $CC" >&5
2841
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2634
$as_echo "$CC" >&6; }
2842
$as_echo "$CC" >&6; }
2635
else
2843
else
2636
  { $as_echo "$as_me:$LINENO: result: no" >&5
2844
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2637
$as_echo "no" >&6; }
2845
$as_echo "no" >&6; }
2638
fi
2846
fi
2639
 
2847
 
2640
 
2848
 
2641
  fi
2849
  fi
2642
fi
2850
fi
2643
if test -z "$CC"; then
2851
if test -z "$CC"; then
2644
  # Extract the first word of "cc", so it can be a program name with args.
2852
  # Extract the first word of "cc", so it can be a program name with args.
2645
set dummy cc; ac_word=$2
2853
set dummy cc; ac_word=$2
2646
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2854
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2647
$as_echo_n "checking for $ac_word... " >&6; }
2855
$as_echo_n "checking for $ac_word... " >&6; }
2648
if test "${ac_cv_prog_CC+set}" = set; then
2856
if test "${ac_cv_prog_CC+set}" = set; then :
2649
  $as_echo_n "(cached) " >&6
2857
  $as_echo_n "(cached) " >&6
2650
else
2858
else
2651
  if test -n "$CC"; then
2859
  if test -n "$CC"; then
2652
  ac_cv_prog_CC="$CC" # Let the user override the test.
2860
  ac_cv_prog_CC="$CC" # Let the user override the test.
2653
else
2861
else
Line 2655... Line 2863...
2655
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2863
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2656
for as_dir in $PATH
2864
for as_dir in $PATH
2657
do
2865
do
2658
  IFS=$as_save_IFS
2866
  IFS=$as_save_IFS
2659
  test -z "$as_dir" && as_dir=.
2867
  test -z "$as_dir" && as_dir=.
2660
  for ac_exec_ext in '' $ac_executable_extensions; do
2868
    for ac_exec_ext in '' $ac_executable_extensions; do
2661
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2869
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2662
    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2870
    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2663
       ac_prog_rejected=yes
2871
       ac_prog_rejected=yes
2664
       continue
2872
       continue
2665
     fi
2873
     fi
2666
    ac_cv_prog_CC="cc"
2874
    ac_cv_prog_CC="cc"
2667
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2875
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2668
    break 2
2876
    break 2
2669
  fi
2877
  fi
2670
done
2878
done
2671
done
2879
  done
2672
IFS=$as_save_IFS
2880
IFS=$as_save_IFS
2673
 
2881
 
2674
if test $ac_prog_rejected = yes; then
2882
if test $ac_prog_rejected = yes; then
2675
  # We found a bogon in the path, so make sure we never use it.
2883
  # We found a bogon in the path, so make sure we never use it.
2676
  set dummy $ac_cv_prog_CC
2884
  set dummy $ac_cv_prog_CC
Line 2685... Line 2893...
2685
fi
2893
fi
2686
fi
2894
fi
2687
fi
2895
fi
2688
CC=$ac_cv_prog_CC
2896
CC=$ac_cv_prog_CC
2689
if test -n "$CC"; then
2897
if test -n "$CC"; then
2690
  { $as_echo "$as_me:$LINENO: result: $CC" >&5
2898
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2691
$as_echo "$CC" >&6; }
2899
$as_echo "$CC" >&6; }
2692
else
2900
else
2693
  { $as_echo "$as_me:$LINENO: result: no" >&5
2901
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2694
$as_echo "no" >&6; }
2902
$as_echo "no" >&6; }
2695
fi
2903
fi
2696
 
2904
 
2697
 
2905
 
2698
fi
2906
fi
Line 2700... Line 2908...
2700
  if test -n "$ac_tool_prefix"; then
2908
  if test -n "$ac_tool_prefix"; then
2701
  for ac_prog in cl.exe
2909
  for ac_prog in cl.exe
2702
  do
2910
  do
2703
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2911
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2704
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2912
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2705
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2913
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2706
$as_echo_n "checking for $ac_word... " >&6; }
2914
$as_echo_n "checking for $ac_word... " >&6; }
2707
if test "${ac_cv_prog_CC+set}" = set; then
2915
if test "${ac_cv_prog_CC+set}" = set; then :
2708
  $as_echo_n "(cached) " >&6
2916
  $as_echo_n "(cached) " >&6
2709
else
2917
else
2710
  if test -n "$CC"; then
2918
  if test -n "$CC"; then
2711
  ac_cv_prog_CC="$CC" # Let the user override the test.
2919
  ac_cv_prog_CC="$CC" # Let the user override the test.
2712
else
2920
else
2713
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2921
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2714
for as_dir in $PATH
2922
for as_dir in $PATH
2715
do
2923
do
2716
  IFS=$as_save_IFS
2924
  IFS=$as_save_IFS
2717
  test -z "$as_dir" && as_dir=.
2925
  test -z "$as_dir" && as_dir=.
2718
  for ac_exec_ext in '' $ac_executable_extensions; do
2926
    for ac_exec_ext in '' $ac_executable_extensions; do
2719
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2927
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2720
    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2928
    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2721
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2929
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2722
    break 2
2930
    break 2
2723
  fi
2931
  fi
2724
done
2932
done
2725
done
2933
  done
2726
IFS=$as_save_IFS
2934
IFS=$as_save_IFS
2727
 
2935
 
2728
fi
2936
fi
2729
fi
2937
fi
2730
CC=$ac_cv_prog_CC
2938
CC=$ac_cv_prog_CC
2731
if test -n "$CC"; then
2939
if test -n "$CC"; then
2732
  { $as_echo "$as_me:$LINENO: result: $CC" >&5
2940
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2733
$as_echo "$CC" >&6; }
2941
$as_echo "$CC" >&6; }
2734
else
2942
else
2735
  { $as_echo "$as_me:$LINENO: result: no" >&5
2943
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2736
$as_echo "no" >&6; }
2944
$as_echo "no" >&6; }
2737
fi
2945
fi
2738
 
2946
 
2739
 
2947
 
2740
    test -n "$CC" && break
2948
    test -n "$CC" && break
Line 2744... Line 2952...
2744
  ac_ct_CC=$CC
2952
  ac_ct_CC=$CC
2745
  for ac_prog in cl.exe
2953
  for ac_prog in cl.exe
2746
do
2954
do
2747
  # Extract the first word of "$ac_prog", so it can be a program name with args.
2955
  # Extract the first word of "$ac_prog", so it can be a program name with args.
2748
set dummy $ac_prog; ac_word=$2
2956
set dummy $ac_prog; ac_word=$2
2749
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2957
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2750
$as_echo_n "checking for $ac_word... " >&6; }
2958
$as_echo_n "checking for $ac_word... " >&6; }
2751
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2959
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2752
  $as_echo_n "(cached) " >&6
2960
  $as_echo_n "(cached) " >&6
2753
else
2961
else
2754
  if test -n "$ac_ct_CC"; then
2962
  if test -n "$ac_ct_CC"; then
2755
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2963
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2756
else
2964
else
2757
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2965
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2758
for as_dir in $PATH
2966
for as_dir in $PATH
2759
do
2967
do
2760
  IFS=$as_save_IFS
2968
  IFS=$as_save_IFS
2761
  test -z "$as_dir" && as_dir=.
2969
  test -z "$as_dir" && as_dir=.
2762
  for ac_exec_ext in '' $ac_executable_extensions; do
2970
    for ac_exec_ext in '' $ac_executable_extensions; do
2763
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2971
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2764
    ac_cv_prog_ac_ct_CC="$ac_prog"
2972
    ac_cv_prog_ac_ct_CC="$ac_prog"
2765
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2973
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2766
    break 2
2974
    break 2
2767
  fi
2975
  fi
2768
done
2976
done
2769
done
2977
  done
2770
IFS=$as_save_IFS
2978
IFS=$as_save_IFS
2771
 
2979
 
2772
fi
2980
fi
2773
fi
2981
fi
2774
ac_ct_CC=$ac_cv_prog_ac_ct_CC
2982
ac_ct_CC=$ac_cv_prog_ac_ct_CC
2775
if test -n "$ac_ct_CC"; then
2983
if test -n "$ac_ct_CC"; then
2776
  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2984
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2777
$as_echo "$ac_ct_CC" >&6; }
2985
$as_echo "$ac_ct_CC" >&6; }
2778
else
2986
else
2779
  { $as_echo "$as_me:$LINENO: result: no" >&5
2987
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2780
$as_echo "no" >&6; }
2988
$as_echo "no" >&6; }
2781
fi
2989
fi
2782
 
2990
 
2783
 
2991
 
2784
  test -n "$ac_ct_CC" && break
2992
  test -n "$ac_ct_CC" && break
Line 2787... Line 2995...
2787
  if test "x$ac_ct_CC" = x; then
2995
  if test "x$ac_ct_CC" = x; then
2788
    CC=""
2996
    CC=""
2789
  else
2997
  else
2790
    case $cross_compiling:$ac_tool_warned in
2998
    case $cross_compiling:$ac_tool_warned in
2791
yes:)
2999
yes:)
2792
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3000
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2793
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3001
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2794
ac_tool_warned=yes ;;
3002
ac_tool_warned=yes ;;
2795
esac
3003
esac
2796
    CC=$ac_ct_CC
3004
    CC=$ac_ct_CC
2797
  fi
3005
  fi
2798
fi
3006
fi
2799
 
3007
 
2800
fi
3008
fi
2801
 
3009
 
2802
 
3010
 
2803
test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3011
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2804
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3012
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2805
{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
-
 
2806
See \`config.log' for more details." >&5
-
 
2807
$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
3013
as_fn_error "no acceptable C compiler found in \$PATH
2808
See \`config.log' for more details." >&2;}
3014
See \`config.log' for more details." "$LINENO" 5; }
2809
   { (exit 1); exit 1; }; }; }
-
 
2810
 
3015
 
2811
# Provide some information about the compiler.
3016
# Provide some information about the compiler.
2812
$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
3017
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2813
set X $ac_compile
3018
set X $ac_compile
2814
ac_compiler=$2
3019
ac_compiler=$2
-
 
3020
for ac_option in --version -v -V -qversion; do
2815
{ (ac_try="$ac_compiler --version >&5"
3021
  { { ac_try="$ac_compiler $ac_option >&5"
2816
case "(($ac_try" in
3022
case "(($ac_try" in
2817
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3023
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2818
  *) ac_try_echo=$ac_try;;
3024
  *) ac_try_echo=$ac_try;;
2819
esac
3025
esac
2820
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3026
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2821
$as_echo "$ac_try_echo") >&5
3027
$as_echo "$ac_try_echo"; } >&5
2822
  (eval "$ac_compiler --version >&5") 2>&5
3028
  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2823
  ac_status=$?
3029
  ac_status=$?
2824
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3030
  if test -s conftest.err; then
2825
  (exit $ac_status); }
3031
    sed '10a\
2826
{ (ac_try="$ac_compiler -v >&5"
3032
... rest of stderr output deleted ...
2827
case "(($ac_try" in
-
 
2828
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3033
         10q' conftest.err >conftest.er1
2829
  *) ac_try_echo=$ac_try;;
-
 
2830
esac
-
 
2831
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
2832
$as_echo "$ac_try_echo") >&5
3034
    cat conftest.er1 >&5
2833
  (eval "$ac_compiler -v >&5") 2>&5
3035
    rm -f conftest.er1 conftest.err
2834
  ac_status=$?
3036
  fi
2835
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3037
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2836
  (exit $ac_status); }
3038
  test $ac_status = 0; }
2837
{ (ac_try="$ac_compiler -V >&5"
-
 
2838
case "(($ac_try" in
-
 
2839
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
2840
  *) ac_try_echo=$ac_try;;
-
 
2841
esac
3039
done
2842
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
2843
$as_echo "$ac_try_echo") >&5
-
 
2844
  (eval "$ac_compiler -V >&5") 2>&5
-
 
2845
  ac_status=$?
-
 
2846
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
2847
  (exit $ac_status); }
-
 
2848
 
3040
 
2849
cat >conftest.$ac_ext <<_ACEOF
-
 
2850
/* confdefs.h.  */
-
 
2851
_ACEOF
-
 
2852
cat confdefs.h >>conftest.$ac_ext
3041
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2853
cat >>conftest.$ac_ext <<_ACEOF
-
 
2854
/* end confdefs.h.  */
3042
/* end confdefs.h.  */
2855
 
-
 
-
 
3043
@%:@include <stdio.h>
2856
int
3044
int
2857
main ()
3045
main ()
2858
{
3046
{
-
 
3047
FILE *f = fopen ("conftest.out", "w");
-
 
3048
 return ferror (f) || fclose (f) != 0;
2859
 
3049
 
2860
  ;
3050
  ;
2861
  return 0;
3051
  return 0;
2862
}
3052
}
2863
_ACEOF
3053
_ACEOF
2864
ac_clean_files_save=$ac_clean_files
3054
ac_clean_files_save=$ac_clean_files
2865
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3055
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
2866
# Try to create an executable without -o first, disregard a.out.
3056
# Try to create an executable without -o first, disregard a.out.
2867
# It will help us diagnose broken compilers, and finding out an intuition
3057
# It will help us diagnose broken compilers, and finding out an intuition
2868
# of exeext.
3058
# of exeext.
2869
{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3059
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2870
$as_echo_n "checking for C compiler default output file name... " >&6; }
3060
$as_echo_n "checking for C compiler default output file name... " >&6; }
2871
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3061
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2872
 
3062
 
2873
# The possible output files:
3063
# The possible output files:
2874
ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3064
ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
Line 2881... Line 3071...
2881
    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3071
    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2882
  esac
3072
  esac
2883
done
3073
done
2884
rm -f $ac_rmfiles
3074
rm -f $ac_rmfiles
2885
 
3075
 
2886
if { (ac_try="$ac_link_default"
3076
if { { ac_try="$ac_link_default"
2887
case "(($ac_try" in
3077
case "(($ac_try" in
2888
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3078
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2889
  *) ac_try_echo=$ac_try;;
3079
  *) ac_try_echo=$ac_try;;
2890
esac
3080
esac
2891
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3081
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2892
$as_echo "$ac_try_echo") >&5
3082
$as_echo "$ac_try_echo"; } >&5
2893
  (eval "$ac_link_default") 2>&5
3083
  (eval "$ac_link_default") 2>&5
2894
  ac_status=$?
3084
  ac_status=$?
2895
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3085
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2896
  (exit $ac_status); }; then
3086
  test $ac_status = 0; }; then :
2897
  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3087
  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2898
# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3088
# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2899
# in a Makefile.  We should not override ac_cv_exeext if it was cached,
3089
# in a Makefile.  We should not override ac_cv_exeext if it was cached,
2900
# so that the user can short-circuit this test for compilers unknown to
3090
# so that the user can short-circuit this test for compilers unknown to
2901
# Autoconf.
3091
# Autoconf.
Line 2908... Line 3098...
2908
    [ab].out )
3098
    [ab].out )
2909
	# We found the default executable, but exeext='' is most
3099
	# We found the default executable, but exeext='' is most
2910
	# certainly right.
3100
	# certainly right.
2911
	break;;
3101
	break;;
2912
    *.* )
3102
    *.* )
2913
        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3103
	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2914
	then :; else
3104
	then :; else
2915
	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3105
	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2916
	fi
3106
	fi
2917
	# We set ac_cv_exeext here because the later test for it is not
3107
	# We set ac_cv_exeext here because the later test for it is not
2918
	# safe: cross compilers may not add the suffix if given an `-o'
3108
	# safe: cross compilers may not add the suffix if given an `-o'
Line 2927... Line 3117...
2927
test "$ac_cv_exeext" = no && ac_cv_exeext=
3117
test "$ac_cv_exeext" = no && ac_cv_exeext=
2928
 
3118
 
2929
else
3119
else
2930
  ac_file=''
3120
  ac_file=''
2931
fi
3121
fi
2932
 
-
 
2933
{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
3122
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2934
$as_echo "$ac_file" >&6; }
3123
$as_echo "$ac_file" >&6; }
2935
if test -z "$ac_file"; then
3124
if test -z "$ac_file"; then :
2936
  $as_echo "$as_me: failed program was:" >&5
3125
  $as_echo "$as_me: failed program was:" >&5
2937
sed 's/^/| /' conftest.$ac_ext >&5
3126
sed 's/^/| /' conftest.$ac_ext >&5
2938
 
3127
 
2939
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3128
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2940
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3129
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2941
{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
-
 
2942
See \`config.log' for more details." >&5
3130
{ as_fn_set_status 77
2943
$as_echo "$as_me: error: C compiler cannot create executables
3131
as_fn_error "C compiler cannot create executables
2944
See \`config.log' for more details." >&2;}
3132
See \`config.log' for more details." "$LINENO" 5; }; }
2945
   { (exit 77); exit 77; }; }; }
-
 
2946
fi
3133
fi
2947
 
-
 
2948
ac_exeext=$ac_cv_exeext
3134
ac_exeext=$ac_cv_exeext
2949
 
3135
 
2950
# Check that the compiler produces executables we can run.  If not, either
3136
# Check that the compiler produces executables we can run.  If not, either
2951
# the compiler is broken, or we cross compile.
3137
# the compiler is broken, or we cross compile.
2952
{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3138
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2953
$as_echo_n "checking whether the C compiler works... " >&6; }
3139
$as_echo_n "checking whether the C compiler works... " >&6; }
2954
# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
-
 
2955
# If not cross compiling, check that we can run a simple program.
3140
# If not cross compiling, check that we can run a simple program.
2956
if test "$cross_compiling" != yes; then
3141
if test "$cross_compiling" != yes; then
2957
  if { ac_try='./$ac_file'
3142
  if { ac_try='./$ac_file'
2958
  { (case "(($ac_try" in
3143
  { { case "(($ac_try" in
2959
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3144
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2960
  *) ac_try_echo=$ac_try;;
3145
  *) ac_try_echo=$ac_try;;
2961
esac
3146
esac
2962
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3147
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2963
$as_echo "$ac_try_echo") >&5
3148
$as_echo "$ac_try_echo"; } >&5
2964
  (eval "$ac_try") 2>&5
3149
  (eval "$ac_try") 2>&5
2965
  ac_status=$?
3150
  ac_status=$?
2966
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3151
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2967
  (exit $ac_status); }; }; then
3152
  test $ac_status = 0; }; }; then
2968
    cross_compiling=no
3153
    cross_compiling=no
2969
  else
3154
  else
2970
    if test "$cross_compiling" = maybe; then
3155
    if test "$cross_compiling" = maybe; then
2971
	cross_compiling=yes
3156
	cross_compiling=yes
2972
    else
3157
    else
2973
	{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3158
	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2974
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3159
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2975
{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
3160
as_fn_error "cannot run C compiled programs.
2976
If you meant to cross compile, use \`--host'.
3161
If you meant to cross compile, use \`--host'.
2977
See \`config.log' for more details." >&5
-
 
2978
$as_echo "$as_me: error: cannot run C compiled programs.
-
 
2979
If you meant to cross compile, use \`--host'.
-
 
2980
See \`config.log' for more details." >&2;}
3162
See \`config.log' for more details." "$LINENO" 5; }
2981
   { (exit 1); exit 1; }; }; }
-
 
2982
    fi
3163
    fi
2983
  fi
3164
  fi
2984
fi
3165
fi
2985
{ $as_echo "$as_me:$LINENO: result: yes" >&5
3166
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2986
$as_echo "yes" >&6; }
3167
$as_echo "yes" >&6; }
2987
 
3168
 
2988
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3169
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
2989
ac_clean_files=$ac_clean_files_save
3170
ac_clean_files=$ac_clean_files_save
2990
# Check that the compiler produces executables we can run.  If not, either
3171
# Check that the compiler produces executables we can run.  If not, either
2991
# the compiler is broken, or we cross compile.
3172
# the compiler is broken, or we cross compile.
2992
{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3173
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2993
$as_echo_n "checking whether we are cross compiling... " >&6; }
3174
$as_echo_n "checking whether we are cross compiling... " >&6; }
2994
{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
3175
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2995
$as_echo "$cross_compiling" >&6; }
3176
$as_echo "$cross_compiling" >&6; }
2996
 
3177
 
2997
{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
3178
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2998
$as_echo_n "checking for suffix of executables... " >&6; }
3179
$as_echo_n "checking for suffix of executables... " >&6; }
2999
if { (ac_try="$ac_link"
3180
if { { ac_try="$ac_link"
3000
case "(($ac_try" in
3181
case "(($ac_try" in
3001
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3182
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3002
  *) ac_try_echo=$ac_try;;
3183
  *) ac_try_echo=$ac_try;;
3003
esac
3184
esac
3004
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3185
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3005
$as_echo "$ac_try_echo") >&5
3186
$as_echo "$ac_try_echo"; } >&5
3006
  (eval "$ac_link") 2>&5
3187
  (eval "$ac_link") 2>&5
3007
  ac_status=$?
3188
  ac_status=$?
3008
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3189
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3009
  (exit $ac_status); }; then
3190
  test $ac_status = 0; }; then :
3010
  # If both `conftest.exe' and `conftest' are `present' (well, observable)
3191
  # If both `conftest.exe' and `conftest' are `present' (well, observable)
3011
# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3192
# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3012
# work properly (i.e., refer to `conftest.exe'), while it won't with
3193
# work properly (i.e., refer to `conftest.exe'), while it won't with
3013
# `rm'.
3194
# `rm'.
3014
for ac_file in conftest.exe conftest conftest.*; do
3195
for ac_file in conftest.exe conftest conftest.*; do
Line 3019... Line 3200...
3019
	  break;;
3200
	  break;;
3020
    * ) break;;
3201
    * ) break;;
3021
  esac
3202
  esac
3022
done
3203
done
3023
else
3204
else
3024
  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3205
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3025
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3206
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3026
{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
-
 
3027
See \`config.log' for more details." >&5
-
 
3028
$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3207
as_fn_error "cannot compute suffix of executables: cannot compile and link
3029
See \`config.log' for more details." >&2;}
3208
See \`config.log' for more details." "$LINENO" 5; }
3030
   { (exit 1); exit 1; }; }; }
-
 
3031
fi
3209
fi
3032
 
-
 
3033
rm -f conftest$ac_cv_exeext
3210
rm -f conftest$ac_cv_exeext
3034
{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3211
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3035
$as_echo "$ac_cv_exeext" >&6; }
3212
$as_echo "$ac_cv_exeext" >&6; }
3036
 
3213
 
3037
rm -f conftest.$ac_ext
3214
rm -f conftest.$ac_ext
3038
EXEEXT=$ac_cv_exeext
3215
EXEEXT=$ac_cv_exeext
3039
ac_exeext=$EXEEXT
3216
ac_exeext=$EXEEXT
3040
{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
3217
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3041
$as_echo_n "checking for suffix of object files... " >&6; }
3218
$as_echo_n "checking for suffix of object files... " >&6; }
3042
if test "${ac_cv_objext+set}" = set; then
3219
if test "${ac_cv_objext+set}" = set; then :
3043
  $as_echo_n "(cached) " >&6
3220
  $as_echo_n "(cached) " >&6
3044
else
3221
else
3045
  cat >conftest.$ac_ext <<_ACEOF
-
 
3046
/* confdefs.h.  */
-
 
3047
_ACEOF
-
 
3048
cat confdefs.h >>conftest.$ac_ext
3222
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3049
cat >>conftest.$ac_ext <<_ACEOF
-
 
3050
/* end confdefs.h.  */
3223
/* end confdefs.h.  */
3051
 
3224
 
3052
int
3225
int
3053
main ()
3226
main ()
3054
{
3227
{
Line 3056... Line 3229...
3056
  ;
3229
  ;
3057
  return 0;
3230
  return 0;
3058
}
3231
}
3059
_ACEOF
3232
_ACEOF
3060
rm -f conftest.o conftest.obj
3233
rm -f conftest.o conftest.obj
3061
if { (ac_try="$ac_compile"
3234
if { { ac_try="$ac_compile"
3062
case "(($ac_try" in
3235
case "(($ac_try" in
3063
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3236
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3064
  *) ac_try_echo=$ac_try;;
3237
  *) ac_try_echo=$ac_try;;
3065
esac
3238
esac
3066
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3239
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3067
$as_echo "$ac_try_echo") >&5
3240
$as_echo "$ac_try_echo"; } >&5
3068
  (eval "$ac_compile") 2>&5
3241
  (eval "$ac_compile") 2>&5
3069
  ac_status=$?
3242
  ac_status=$?
3070
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3243
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3071
  (exit $ac_status); }; then
3244
  test $ac_status = 0; }; then :
3072
  for ac_file in conftest.o conftest.obj conftest.*; do
3245
  for ac_file in conftest.o conftest.obj conftest.*; do
3073
  test -f "$ac_file" || continue;
3246
  test -f "$ac_file" || continue;
3074
  case $ac_file in
3247
  case $ac_file in
3075
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3248
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3076
    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3249
    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
Line 3079... Line 3252...
3079
done
3252
done
3080
else
3253
else
3081
  $as_echo "$as_me: failed program was:" >&5
3254
  $as_echo "$as_me: failed program was:" >&5
3082
sed 's/^/| /' conftest.$ac_ext >&5
3255
sed 's/^/| /' conftest.$ac_ext >&5
3083
 
3256
 
3084
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3257
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3085
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3258
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3086
{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
-
 
3087
See \`config.log' for more details." >&5
-
 
3088
$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
3259
as_fn_error "cannot compute suffix of object files: cannot compile
3089
See \`config.log' for more details." >&2;}
3260
See \`config.log' for more details." "$LINENO" 5; }
3090
   { (exit 1); exit 1; }; }; }
-
 
3091
fi
3261
fi
3092
 
-
 
3093
rm -f conftest.$ac_cv_objext conftest.$ac_ext
3262
rm -f conftest.$ac_cv_objext conftest.$ac_ext
3094
fi
3263
fi
3095
{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3264
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3096
$as_echo "$ac_cv_objext" >&6; }
3265
$as_echo "$ac_cv_objext" >&6; }
3097
OBJEXT=$ac_cv_objext
3266
OBJEXT=$ac_cv_objext
3098
ac_objext=$OBJEXT
3267
ac_objext=$OBJEXT
3099
{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3268
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3100
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3269
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3101
if test "${ac_cv_c_compiler_gnu+set}" = set; then
3270
if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3102
  $as_echo_n "(cached) " >&6
3271
  $as_echo_n "(cached) " >&6
3103
else
3272
else
3104
  cat >conftest.$ac_ext <<_ACEOF
-
 
3105
/* confdefs.h.  */
-
 
3106
_ACEOF
-
 
3107
cat confdefs.h >>conftest.$ac_ext
3273
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3108
cat >>conftest.$ac_ext <<_ACEOF
-
 
3109
/* end confdefs.h.  */
3274
/* end confdefs.h.  */
3110
 
3275
 
3111
int
3276
int
3112
main ()
3277
main ()
3113
{
3278
{
Line 3117... Line 3282...
3117
 
3282
 
3118
  ;
3283
  ;
3119
  return 0;
3284
  return 0;
3120
}
3285
}
3121
_ACEOF
3286
_ACEOF
3122
rm -f conftest.$ac_objext
-
 
3123
if { (ac_try="$ac_compile"
-
 
3124
case "(($ac_try" in
-
 
3125
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
3126
  *) ac_try_echo=$ac_try;;
-
 
3127
esac
-
 
3128
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
3129
$as_echo "$ac_try_echo") >&5
-
 
3130
  (eval "$ac_compile") 2>conftest.er1
3287
if ac_fn_c_try_compile "$LINENO"; then :
3131
  ac_status=$?
-
 
3132
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
3133
  rm -f conftest.er1
-
 
3134
  cat conftest.err >&5
-
 
3135
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
3136
  (exit $ac_status); } && {
-
 
3137
	 test -z "$ac_c_werror_flag" ||
-
 
3138
	 test ! -s conftest.err
-
 
3139
       } && test -s conftest.$ac_objext; then
-
 
3140
  ac_compiler_gnu=yes
3288
  ac_compiler_gnu=yes
3141
else
3289
else
3142
  $as_echo "$as_me: failed program was:" >&5
-
 
3143
sed 's/^/| /' conftest.$ac_ext >&5
-
 
3144
 
-
 
3145
	ac_compiler_gnu=no
3290
  ac_compiler_gnu=no
3146
fi
3291
fi
3147
 
-
 
3148
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3292
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3149
ac_cv_c_compiler_gnu=$ac_compiler_gnu
3293
ac_cv_c_compiler_gnu=$ac_compiler_gnu
3150
 
3294
 
3151
fi
3295
fi
3152
{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3296
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3153
$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3297
$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3154
if test $ac_compiler_gnu = yes; then
3298
if test $ac_compiler_gnu = yes; then
3155
  GCC=yes
3299
  GCC=yes
3156
else
3300
else
3157
  GCC=
3301
  GCC=
3158
fi
3302
fi
3159
ac_test_CFLAGS=${CFLAGS+set}
3303
ac_test_CFLAGS=${CFLAGS+set}
3160
ac_save_CFLAGS=$CFLAGS
3304
ac_save_CFLAGS=$CFLAGS
3161
{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3305
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3162
$as_echo_n "checking whether $CC accepts -g... " >&6; }
3306
$as_echo_n "checking whether $CC accepts -g... " >&6; }
3163
if test "${ac_cv_prog_cc_g+set}" = set; then
3307
if test "${ac_cv_prog_cc_g+set}" = set; then :
3164
  $as_echo_n "(cached) " >&6
3308
  $as_echo_n "(cached) " >&6
3165
else
3309
else
3166
  ac_save_c_werror_flag=$ac_c_werror_flag
3310
  ac_save_c_werror_flag=$ac_c_werror_flag
3167
   ac_c_werror_flag=yes
3311
   ac_c_werror_flag=yes
3168
   ac_cv_prog_cc_g=no
3312
   ac_cv_prog_cc_g=no
3169
   CFLAGS="-g"
3313
   CFLAGS="-g"
3170
   cat >conftest.$ac_ext <<_ACEOF
-
 
3171
/* confdefs.h.  */
-
 
3172
_ACEOF
-
 
3173
cat confdefs.h >>conftest.$ac_ext
3314
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3174
cat >>conftest.$ac_ext <<_ACEOF
-
 
3175
/* end confdefs.h.  */
3315
/* end confdefs.h.  */
3176
 
3316
 
3177
int
3317
int
3178
main ()
3318
main ()
3179
{
3319
{
3180
 
3320
 
3181
  ;
3321
  ;
3182
  return 0;
3322
  return 0;
3183
}
3323
}
3184
_ACEOF
3324
_ACEOF
3185
rm -f conftest.$ac_objext
-
 
3186
if { (ac_try="$ac_compile"
-
 
3187
case "(($ac_try" in
-
 
3188
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
3189
  *) ac_try_echo=$ac_try;;
-
 
3190
esac
-
 
3191
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
3192
$as_echo "$ac_try_echo") >&5
-
 
3193
  (eval "$ac_compile") 2>conftest.er1
3325
if ac_fn_c_try_compile "$LINENO"; then :
3194
  ac_status=$?
-
 
3195
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
3196
  rm -f conftest.er1
-
 
3197
  cat conftest.err >&5
-
 
3198
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
3199
  (exit $ac_status); } && {
-
 
3200
	 test -z "$ac_c_werror_flag" ||
-
 
3201
	 test ! -s conftest.err
-
 
3202
       } && test -s conftest.$ac_objext; then
-
 
3203
  ac_cv_prog_cc_g=yes
3326
  ac_cv_prog_cc_g=yes
3204
else
3327
else
3205
  $as_echo "$as_me: failed program was:" >&5
-
 
3206
sed 's/^/| /' conftest.$ac_ext >&5
-
 
3207
 
-
 
3208
	CFLAGS=""
3328
  CFLAGS=""
3209
      cat >conftest.$ac_ext <<_ACEOF
-
 
3210
/* confdefs.h.  */
-
 
3211
_ACEOF
-
 
3212
cat confdefs.h >>conftest.$ac_ext
3329
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3213
cat >>conftest.$ac_ext <<_ACEOF
-
 
3214
/* end confdefs.h.  */
3330
/* end confdefs.h.  */
3215
 
3331
 
3216
int
3332
int
3217
main ()
3333
main ()
3218
{
3334
{
3219
 
3335
 
3220
  ;
3336
  ;
3221
  return 0;
3337
  return 0;
3222
}
3338
}
3223
_ACEOF
3339
_ACEOF
3224
rm -f conftest.$ac_objext
-
 
3225
if { (ac_try="$ac_compile"
-
 
3226
case "(($ac_try" in
-
 
3227
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
3228
  *) ac_try_echo=$ac_try;;
-
 
3229
esac
-
 
3230
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
3231
$as_echo "$ac_try_echo") >&5
-
 
3232
  (eval "$ac_compile") 2>conftest.er1
3340
if ac_fn_c_try_compile "$LINENO"; then :
3233
  ac_status=$?
-
 
3234
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
3235
  rm -f conftest.er1
-
 
3236
  cat conftest.err >&5
-
 
3237
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
3238
  (exit $ac_status); } && {
-
 
3239
	 test -z "$ac_c_werror_flag" ||
-
 
3240
	 test ! -s conftest.err
-
 
3241
       } && test -s conftest.$ac_objext; then
-
 
3242
  :
3341
  
3243
else
3342
else
3244
  $as_echo "$as_me: failed program was:" >&5
-
 
3245
sed 's/^/| /' conftest.$ac_ext >&5
-
 
3246
 
-
 
3247
	ac_c_werror_flag=$ac_save_c_werror_flag
3343
  ac_c_werror_flag=$ac_save_c_werror_flag
3248
	 CFLAGS="-g"
3344
	 CFLAGS="-g"
3249
	 cat >conftest.$ac_ext <<_ACEOF
-
 
3250
/* confdefs.h.  */
-
 
3251
_ACEOF
-
 
3252
cat confdefs.h >>conftest.$ac_ext
3345
	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3253
cat >>conftest.$ac_ext <<_ACEOF
-
 
3254
/* end confdefs.h.  */
3346
/* end confdefs.h.  */
3255
 
3347
 
3256
int
3348
int
3257
main ()
3349
main ()
3258
{
3350
{
3259
 
3351
 
3260
  ;
3352
  ;
3261
  return 0;
3353
  return 0;
3262
}
3354
}
3263
_ACEOF
3355
_ACEOF
3264
rm -f conftest.$ac_objext
-
 
3265
if { (ac_try="$ac_compile"
-
 
3266
case "(($ac_try" in
-
 
3267
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
3268
  *) ac_try_echo=$ac_try;;
-
 
3269
esac
-
 
3270
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
3271
$as_echo "$ac_try_echo") >&5
-
 
3272
  (eval "$ac_compile") 2>conftest.er1
3356
if ac_fn_c_try_compile "$LINENO"; then :
3273
  ac_status=$?
-
 
3274
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
3275
  rm -f conftest.er1
-
 
3276
  cat conftest.err >&5
-
 
3277
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
3278
  (exit $ac_status); } && {
-
 
3279
	 test -z "$ac_c_werror_flag" ||
-
 
3280
	 test ! -s conftest.err
-
 
3281
       } && test -s conftest.$ac_objext; then
-
 
3282
  ac_cv_prog_cc_g=yes
3357
  ac_cv_prog_cc_g=yes
3283
else
-
 
3284
  $as_echo "$as_me: failed program was:" >&5
-
 
3285
sed 's/^/| /' conftest.$ac_ext >&5
-
 
3286
 
-
 
3287
	
-
 
3288
fi
3358
fi
3289
 
-
 
3290
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3359
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3291
fi
3360
fi
3292
 
-
 
3293
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3361
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3294
fi
3362
fi
3295
 
-
 
3296
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3363
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3297
   ac_c_werror_flag=$ac_save_c_werror_flag
3364
   ac_c_werror_flag=$ac_save_c_werror_flag
3298
fi
3365
fi
3299
{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3366
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3300
$as_echo "$ac_cv_prog_cc_g" >&6; }
3367
$as_echo "$ac_cv_prog_cc_g" >&6; }
3301
if test "$ac_test_CFLAGS" = set; then
3368
if test "$ac_test_CFLAGS" = set; then
3302
  CFLAGS=$ac_save_CFLAGS
3369
  CFLAGS=$ac_save_CFLAGS
3303
elif test $ac_cv_prog_cc_g = yes; then
3370
elif test $ac_cv_prog_cc_g = yes; then
3304
  if test "$GCC" = yes; then
3371
  if test "$GCC" = yes; then
Line 3311... Line 3378...
3311
    CFLAGS="-O2"
3378
    CFLAGS="-O2"
3312
  else
3379
  else
3313
    CFLAGS=
3380
    CFLAGS=
3314
  fi
3381
  fi
3315
fi
3382
fi
3316
{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3383
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3317
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3384
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3318
if test "${ac_cv_prog_cc_c89+set}" = set; then
3385
if test "${ac_cv_prog_cc_c89+set}" = set; then :
3319
  $as_echo_n "(cached) " >&6
3386
  $as_echo_n "(cached) " >&6
3320
else
3387
else
3321
  ac_cv_prog_cc_c89=no
3388
  ac_cv_prog_cc_c89=no
3322
ac_save_CC=$CC
3389
ac_save_CC=$CC
3323
cat >conftest.$ac_ext <<_ACEOF
-
 
3324
/* confdefs.h.  */
-
 
3325
_ACEOF
-
 
3326
cat confdefs.h >>conftest.$ac_ext
3390
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3327
cat >>conftest.$ac_ext <<_ACEOF
-
 
3328
/* end confdefs.h.  */
3391
/* end confdefs.h.  */
3329
#include <stdarg.h>
3392
#include <stdarg.h>
3330
#include <stdio.h>
3393
#include <stdio.h>
3331
#include <sys/types.h>
3394
#include <sys/types.h>
3332
#include <sys/stat.h>
3395
#include <sys/stat.h>
Line 3379... Line 3442...
3379
_ACEOF
3442
_ACEOF
3380
for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3443
for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3381
	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3444
	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3382
do
3445
do
3383
  CC="$ac_save_CC $ac_arg"
3446
  CC="$ac_save_CC $ac_arg"
3384
  rm -f conftest.$ac_objext
-
 
3385
if { (ac_try="$ac_compile"
-
 
3386
case "(($ac_try" in
-
 
3387
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
3388
  *) ac_try_echo=$ac_try;;
-
 
3389
esac
-
 
3390
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
3391
$as_echo "$ac_try_echo") >&5
-
 
3392
  (eval "$ac_compile") 2>conftest.er1
3447
  if ac_fn_c_try_compile "$LINENO"; then :
3393
  ac_status=$?
-
 
3394
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
3395
  rm -f conftest.er1
-
 
3396
  cat conftest.err >&5
-
 
3397
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
3398
  (exit $ac_status); } && {
-
 
3399
	 test -z "$ac_c_werror_flag" ||
-
 
3400
	 test ! -s conftest.err
-
 
3401
       } && test -s conftest.$ac_objext; then
-
 
3402
  ac_cv_prog_cc_c89=$ac_arg
3448
  ac_cv_prog_cc_c89=$ac_arg
3403
else
-
 
3404
  $as_echo "$as_me: failed program was:" >&5
-
 
3405
sed 's/^/| /' conftest.$ac_ext >&5
-
 
3406
 
-
 
3407
	
-
 
3408
fi
3449
fi
3409
 
-
 
3410
rm -f core conftest.err conftest.$ac_objext 
3450
rm -f core conftest.err conftest.$ac_objext
3411
  test "x$ac_cv_prog_cc_c89" != "xno" && break
3451
  test "x$ac_cv_prog_cc_c89" != "xno" && break
3412
done
3452
done
3413
rm -f conftest.$ac_ext
3453
rm -f conftest.$ac_ext
3414
CC=$ac_save_CC
3454
CC=$ac_save_CC
3415
 
3455
 
3416
fi
3456
fi
3417
# AC_CACHE_VAL
3457
# AC_CACHE_VAL
3418
case "x$ac_cv_prog_cc_c89" in
3458
case "x$ac_cv_prog_cc_c89" in
3419
  x)
3459
  x)
3420
    { $as_echo "$as_me:$LINENO: result: none needed" >&5
3460
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3421
$as_echo "none needed" >&6; } ;;
3461
$as_echo "none needed" >&6; } ;;
3422
  xno)
3462
  xno)
3423
    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3463
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3424
$as_echo "unsupported" >&6; } ;;
3464
$as_echo "unsupported" >&6; } ;;
3425
  *)
3465
  *)
3426
    CC="$CC $ac_cv_prog_cc_c89"
3466
    CC="$CC $ac_cv_prog_cc_c89"
3427
    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3467
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3428
$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3468
$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3429
esac
3469
esac
-
 
3470
if test "x$ac_cv_prog_cc_c89" != xno; then :
-
 
3471
  
3430
 
3472
fi
3431
 
3473
 
3432
ac_ext=c
3474
ac_ext=c
3433
ac_cpp='$CPP $CPPFLAGS'
3475
ac_cpp='$CPP $CPPFLAGS'
3434
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3476
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3435
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3477
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Line 3440... Line 3482...
3440
 
3482
 
3441
 
3483
 
3442
am_make=${MAKE-make}
3484
am_make=${MAKE-make}
3443
cat > confinc << 'END'
3485
cat > confinc << 'END'
3444
am__doit:
3486
am__doit:
3445
	@echo done
3487
	@echo this is the am__doit target
3446
.PHONY: am__doit
3488
.PHONY: am__doit
3447
END
3489
END
3448
# If we don't find an include directive, just comment out the code.
3490
# If we don't find an include directive, just comment out the code.
3449
{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
3491
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3450
$as_echo_n "checking for style of include used by $am_make... " >&6; }
3492
$as_echo_n "checking for style of include used by $am_make... " >&6; }
3451
am__include="#"
3493
am__include="#"
3452
am__quote=
3494
am__quote=
3453
_am_result=none
3495
_am_result=none
3454
# First try GNU make style include.
3496
# First try GNU make style include.
3455
echo "include confinc" > confmf
3497
echo "include confinc" > confmf
3456
# We grep out `Entering directory' and `Leaving directory'
-
 
3457
# messages which can occur if `w' ends up in MAKEFLAGS.
-
 
3458
# In particular we don't look at `^make:' because GNU make might
3498
# Ignore all kinds of additional output from `make'.
3459
# be invoked under some other name (usually "gmake"), in which
3499
case `$am_make -s -f confmf 2> /dev/null` in #(
3460
# case it prints its new name instead of `make'.
3500
*the\ am__doit\ target*)
3461
if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
-
 
3462
   am__include=include
3501
  am__include=include
3463
   am__quote=
3502
  am__quote=
3464
   _am_result=GNU
3503
  _am_result=GNU
-
 
3504
  ;;
3465
fi
3505
esac
3466
# Now try BSD make style include.
3506
# Now try BSD make style include.
3467
if test "$am__include" = "#"; then
3507
if test "$am__include" = "#"; then
3468
   echo '.include "confinc"' > confmf
3508
   echo '.include "confinc"' > confmf
3469
   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
3509
   case `$am_make -s -f confmf 2> /dev/null` in #(
-
 
3510
   *the\ am__doit\ target*)
3470
      am__include=.include
3511
     am__include=.include
3471
      am__quote="\""
3512
     am__quote="\""
3472
      _am_result=BSD
3513
     _am_result=BSD
-
 
3514
     ;;
3473
   fi
3515
   esac
3474
fi
3516
fi
3475
 
3517
 
3476
 
3518
 
3477
{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5
3519
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3478
$as_echo "$_am_result" >&6; }
3520
$as_echo "$_am_result" >&6; }
3479
rm -f confinc confmf
3521
rm -f confinc confmf
3480
 
3522
 
3481
@%:@ Check whether --enable-dependency-tracking was given.
3523
@%:@ Check whether --enable-dependency-tracking was given.
3482
if test "${enable_dependency_tracking+set}" = set; then
3524
if test "${enable_dependency_tracking+set}" = set; then :
3483
  enableval=$enable_dependency_tracking; 
3525
  enableval=$enable_dependency_tracking; 
3484
fi
3526
fi
3485
 
3527
 
3486
if test "x$enable_dependency_tracking" != xno; then
3528
if test "x$enable_dependency_tracking" != xno; then
3487
  am_depcomp="$ac_aux_dir/depcomp"
3529
  am_depcomp="$ac_aux_dir/depcomp"
Line 3497... Line 3539...
3497
 
3539
 
3498
 
3540
 
3499
 
3541
 
3500
depcc="$CC"   am_compiler_list=
3542
depcc="$CC"   am_compiler_list=
3501
 
3543
 
3502
{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3544
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3503
$as_echo_n "checking dependency style of $depcc... " >&6; }
3545
$as_echo_n "checking dependency style of $depcc... " >&6; }
3504
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3546
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3505
  $as_echo_n "(cached) " >&6
3547
  $as_echo_n "(cached) " >&6
3506
else
3548
else
3507
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3549
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3508
  # We make a subdir and do the tests there.  Otherwise we can end up
3550
  # We make a subdir and do the tests there.  Otherwise we can end up
3509
  # making bogus files that we don't know about and never remove.  For
3551
  # making bogus files that we don't know about and never remove.  For
Line 3525... Line 3567...
3525
 
3567
 
3526
  am_cv_CC_dependencies_compiler_type=none
3568
  am_cv_CC_dependencies_compiler_type=none
3527
  if test "$am_compiler_list" = ""; then
3569
  if test "$am_compiler_list" = ""; then
3528
     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3570
     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3529
  fi
3571
  fi
-
 
3572
  am__universal=false
-
 
3573
  case " $depcc " in #(
-
 
3574
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
-
 
3575
     esac
-
 
3576
 
3530
  for depmode in $am_compiler_list; do
3577
  for depmode in $am_compiler_list; do
3531
    # Setup a source with many dependencies, because some compilers
3578
    # Setup a source with many dependencies, because some compilers
3532
    # like to wrap large dependency lists on column 80 (with \), and
3579
    # like to wrap large dependency lists on column 80 (with \), and
3533
    # we should not choose a depcomp mode which is confused by this.
3580
    # we should not choose a depcomp mode which is confused by this.
3534
    #
3581
    #
Line 3542... Line 3589...
3542
      # Solaris 8's {/usr,}/bin/sh.
3589
      # Solaris 8's {/usr,}/bin/sh.
3543
      touch sub/conftst$i.h
3590
      touch sub/conftst$i.h
3544
    done
3591
    done
3545
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3592
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3546
 
3593
 
-
 
3594
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
-
 
3595
    # mode.  It turns out that the SunPro C++ compiler does not properly
-
 
3596
    # handle `-M -o', and we need to detect this.  Also, some Intel
-
 
3597
    # versions had trouble with output in subdirs
-
 
3598
    am__obj=sub/conftest.${OBJEXT-o}
-
 
3599
    am__minus_obj="-o $am__obj"
3547
    case $depmode in
3600
    case $depmode in
-
 
3601
    gcc)
-
 
3602
      # This depmode causes a compiler race in universal mode.
-
 
3603
      test "$am__universal" = false || continue
-
 
3604
      ;;
3548
    nosideeffect)
3605
    nosideeffect)
3549
      # after this tag, mechanisms are not by side-effect, so they'll
3606
      # after this tag, mechanisms are not by side-effect, so they'll
3550
      # only be used when explicitly requested
3607
      # only be used when explicitly requested
3551
      if test "x$enable_dependency_tracking" = xyes; then
3608
      if test "x$enable_dependency_tracking" = xyes; then
3552
	continue
3609
	continue
3553
      else
3610
      else
3554
	break
3611
	break
3555
      fi
3612
      fi
3556
      ;;
3613
      ;;
-
 
3614
    msvisualcpp | msvcmsys)
-
 
3615
      # This compiler won't grok `-c -o', but also, the minuso test has
-
 
3616
      # not run yet.  These depmodes are late enough in the game, and
-
 
3617
      # so weak that their functioning should not be impacted.
-
 
3618
      am__obj=conftest.${OBJEXT-o}
-
 
3619
      am__minus_obj=
-
 
3620
      ;;
3557
    none) break ;;
3621
    none) break ;;
3558
    esac
3622
    esac
3559
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
-
 
3560
    # mode.  It turns out that the SunPro C++ compiler does not properly
-
 
3561
    # handle `-M -o', and we need to detect this.
-
 
3562
    if depmode=$depmode \
3623
    if depmode=$depmode \
3563
       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3624
       source=sub/conftest.c object=$am__obj \
3564
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3625
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3565
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3626
       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3566
         >/dev/null 2>conftest.err &&
3627
         >/dev/null 2>conftest.err &&
3567
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3628
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3568
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3629
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3569
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3630
       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3570
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3631
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3571
      # icc doesn't choke on unknown options, it will just issue warnings
3632
      # icc doesn't choke on unknown options, it will just issue warnings
3572
      # or remarks (even with -Werror).  So we grep stderr for any message
3633
      # or remarks (even with -Werror).  So we grep stderr for any message
3573
      # that says an option was ignored or not supported.
3634
      # that says an option was ignored or not supported.
3574
      # When given -MP, icc 7.0 and 7.1 complain thusly:
3635
      # When given -MP, icc 7.0 and 7.1 complain thusly:
Line 3588... Line 3649...
3588
else
3649
else
3589
  am_cv_CC_dependencies_compiler_type=none
3650
  am_cv_CC_dependencies_compiler_type=none
3590
fi
3651
fi
3591
 
3652
 
3592
fi
3653
fi
3593
{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3654
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3594
$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3655
$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3595
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3656
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3596
 
3657
 
3597
 if 
3658
 if 
3598
  test "x$enable_dependency_tracking" != xno \
3659
  test "x$enable_dependency_tracking" != xno \
Line 3605... Line 3666...
3605
fi
3666
fi
3606
 
3667
 
3607
 
3668
 
3608
case `pwd` in
3669
case `pwd` in
3609
  *\ * | *\	*)
3670
  *\ * | *\	*)
3610
    { $as_echo "$as_me:$LINENO: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3671
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3611
$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3672
$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3612
esac
3673
esac
3613
 
3674
 
3614
 
3675
 
3615
 
3676
 
Line 3630... Line 3691...
3630
 
3691
 
3631
ltmain="$ac_aux_dir/ltmain.sh"
3692
ltmain="$ac_aux_dir/ltmain.sh"
3632
 
3693
 
3633
# Make sure we can run config.sub.
3694
# Make sure we can run config.sub.
3634
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3695
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3635
  { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
-
 
3636
$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
3696
  as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3637
   { (exit 1); exit 1; }; }
-
 
3638
 
3697
 
3639
{ $as_echo "$as_me:$LINENO: checking build system type" >&5
3698
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3640
$as_echo_n "checking build system type... " >&6; }
3699
$as_echo_n "checking build system type... " >&6; }
3641
if test "${ac_cv_build+set}" = set; then
3700
if test "${ac_cv_build+set}" = set; then :
3642
  $as_echo_n "(cached) " >&6
3701
  $as_echo_n "(cached) " >&6
3643
else
3702
else
3644
  ac_build_alias=$build_alias
3703
  ac_build_alias=$build_alias
3645
test "x$ac_build_alias" = x &&
3704
test "x$ac_build_alias" = x &&
3646
  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3705
  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3647
test "x$ac_build_alias" = x &&
3706
test "x$ac_build_alias" = x &&
3648
  { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
-
 
3649
$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
3707
  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
3650
   { (exit 1); exit 1; }; }
-
 
3651
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3708
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3652
  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
-
 
3653
$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
3709
  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3654
   { (exit 1); exit 1; }; }
-
 
3655
 
3710
 
3656
fi
3711
fi
3657
{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
3712
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3658
$as_echo "$ac_cv_build" >&6; }
3713
$as_echo "$ac_cv_build" >&6; }
3659
case $ac_cv_build in
3714
case $ac_cv_build in
3660
*-*-*) ;;
3715
*-*-*) ;;
3661
*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
-
 
3662
$as_echo "$as_me: error: invalid value of canonical build" >&2;}
3716
*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
3663
   { (exit 1); exit 1; }; };;
-
 
3664
esac
3717
esac
3665
build=$ac_cv_build
3718
build=$ac_cv_build
3666
ac_save_IFS=$IFS; IFS='-'
3719
ac_save_IFS=$IFS; IFS='-'
3667
set x $ac_cv_build
3720
set x $ac_cv_build
3668
shift
3721
shift
Line 3674... Line 3727...
3674
build_os=$*
3727
build_os=$*
3675
IFS=$ac_save_IFS
3728
IFS=$ac_save_IFS
3676
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3729
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3677
 
3730
 
3678
 
3731
 
3679
{ $as_echo "$as_me:$LINENO: checking host system type" >&5
3732
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3680
$as_echo_n "checking host system type... " >&6; }
3733
$as_echo_n "checking host system type... " >&6; }
3681
if test "${ac_cv_host+set}" = set; then
3734
if test "${ac_cv_host+set}" = set; then :
3682
  $as_echo_n "(cached) " >&6
3735
  $as_echo_n "(cached) " >&6
3683
else
3736
else
3684
  if test "x$host_alias" = x; then
3737
  if test "x$host_alias" = x; then
3685
  ac_cv_host=$ac_cv_build
3738
  ac_cv_host=$ac_cv_build
3686
else
3739
else
3687
  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3740
  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3688
    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
-
 
3689
$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
3741
    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3690
   { (exit 1); exit 1; }; }
-
 
3691
fi
3742
fi
3692
 
3743
 
3693
fi
3744
fi
3694
{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
3745
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3695
$as_echo "$ac_cv_host" >&6; }
3746
$as_echo "$ac_cv_host" >&6; }
3696
case $ac_cv_host in
3747
case $ac_cv_host in
3697
*-*-*) ;;
3748
*-*-*) ;;
3698
*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
-
 
3699
$as_echo "$as_me: error: invalid value of canonical host" >&2;}
3749
*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
3700
   { (exit 1); exit 1; }; };;
-
 
3701
esac
3750
esac
3702
host=$ac_cv_host
3751
host=$ac_cv_host
3703
ac_save_IFS=$IFS; IFS='-'
3752
ac_save_IFS=$IFS; IFS='-'
3704
set x $ac_cv_host
3753
set x $ac_cv_host
3705
shift
3754
shift
Line 3711... Line 3760...
3711
host_os=$*
3760
host_os=$*
3712
IFS=$ac_save_IFS
3761
IFS=$ac_save_IFS
3713
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3762
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3714
 
3763
 
3715
 
3764
 
3716
{ $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
3765
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3717
$as_echo_n "checking for a sed that does not truncate output... " >&6; }
3766
$as_echo_n "checking for a sed that does not truncate output... " >&6; }
3718
if test "${ac_cv_path_SED+set}" = set; then
3767
if test "${ac_cv_path_SED+set}" = set; then :
3719
  $as_echo_n "(cached) " >&6
3768
  $as_echo_n "(cached) " >&6
3720
else
3769
else
3721
            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3770
            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3722
     for ac_i in 1 2 3 4 5 6 7; do
3771
     for ac_i in 1 2 3 4 5 6 7; do
3723
       ac_script="$ac_script$as_nl$ac_script"
3772
       ac_script="$ac_script$as_nl$ac_script"
3724
     done
3773
     done
3725
     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3774
     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3726
     $as_unset ac_script || ac_script=
3775
     { ac_script=; unset ac_script;}
3727
     if test -z "$SED"; then
3776
     if test -z "$SED"; then
3728
  ac_path_SED_found=false
3777
  ac_path_SED_found=false
3729
  # Loop through the user's path and test for each of PROGNAME-LIST
3778
  # Loop through the user's path and test for each of PROGNAME-LIST
3730
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3779
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3731
for as_dir in $PATH
3780
for as_dir in $PATH
3732
do
3781
do
3733
  IFS=$as_save_IFS
3782
  IFS=$as_save_IFS
3734
  test -z "$as_dir" && as_dir=.
3783
  test -z "$as_dir" && as_dir=.
3735
  for ac_prog in sed gsed; do
3784
    for ac_prog in sed gsed; do
3736
    for ac_exec_ext in '' $ac_executable_extensions; do
3785
    for ac_exec_ext in '' $ac_executable_extensions; do
3737
      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
3786
      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
3738
      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
3787
      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
3739
# Check for GNU ac_path_SED and select it if it is found.
3788
# Check for GNU ac_path_SED and select it if it is found.
3740
  # Check for GNU $ac_path_SED
3789
  # Check for GNU $ac_path_SED
Line 3750... Line 3799...
3750
    mv "conftest.tmp" "conftest.in"
3799
    mv "conftest.tmp" "conftest.in"
3751
    cp "conftest.in" "conftest.nl"
3800
    cp "conftest.in" "conftest.nl"
3752
    $as_echo '' >> "conftest.nl"
3801
    $as_echo '' >> "conftest.nl"
3753
    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3802
    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3754
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3803
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3755
    ac_count=`expr $ac_count + 1`
3804
    as_fn_arith $ac_count + 1 && ac_count=$as_val
3756
    if test $ac_count -gt ${ac_path_SED_max-0}; then
3805
    if test $ac_count -gt ${ac_path_SED_max-0}; then
3757
      # Best one so far, save it but keep looking for a better one
3806
      # Best one so far, save it but keep looking for a better one
3758
      ac_cv_path_SED="$ac_path_SED"
3807
      ac_cv_path_SED="$ac_path_SED"
3759
      ac_path_SED_max=$ac_count
3808
      ac_path_SED_max=$ac_count
3760
    fi
3809
    fi
Line 3765... Line 3814...
3765
esac
3814
esac
3766
 
3815
 
3767
      $ac_path_SED_found && break 3
3816
      $ac_path_SED_found && break 3
3768
    done
3817
    done
3769
  done
3818
  done
3770
done
3819
  done
3771
IFS=$as_save_IFS
3820
IFS=$as_save_IFS
3772
  if test -z "$ac_cv_path_SED"; then
3821
  if test -z "$ac_cv_path_SED"; then
3773
    { { $as_echo "$as_me:$LINENO: error: no acceptable sed could be found in \$PATH" >&5
-
 
3774
$as_echo "$as_me: error: no acceptable sed could be found in \$PATH" >&2;}
3822
    as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
3775
   { (exit 1); exit 1; }; }
-
 
3776
  fi
3823
  fi
3777
else
3824
else
3778
  ac_cv_path_SED=$SED
3825
  ac_cv_path_SED=$SED
3779
fi
3826
fi
3780
 
3827
 
3781
fi
3828
fi
3782
{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
3829
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3783
$as_echo "$ac_cv_path_SED" >&6; }
3830
$as_echo "$ac_cv_path_SED" >&6; }
3784
 SED="$ac_cv_path_SED"
3831
 SED="$ac_cv_path_SED"
3785
  rm -f conftest.sed
3832
  rm -f conftest.sed
3786
 
3833
 
3787
test -z "$SED" && SED=sed
3834
test -z "$SED" && SED=sed
Line 3795... Line 3842...
3795
    
3842
    
3796
    
3843
    
3797
    
3844
    
3798
 
3845
 
3799
 
3846
 
3800
{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
3847
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3801
$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3848
$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3802
if test "${ac_cv_path_GREP+set}" = set; then
3849
if test "${ac_cv_path_GREP+set}" = set; then :
3803
  $as_echo_n "(cached) " >&6
3850
  $as_echo_n "(cached) " >&6
3804
else
3851
else
3805
  if test -z "$GREP"; then
3852
  if test -z "$GREP"; then
3806
  ac_path_GREP_found=false
3853
  ac_path_GREP_found=false
3807
  # Loop through the user's path and test for each of PROGNAME-LIST
3854
  # Loop through the user's path and test for each of PROGNAME-LIST
3808
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3855
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3809
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3856
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3810
do
3857
do
3811
  IFS=$as_save_IFS
3858
  IFS=$as_save_IFS
3812
  test -z "$as_dir" && as_dir=.
3859
  test -z "$as_dir" && as_dir=.
3813
  for ac_prog in grep ggrep; do
3860
    for ac_prog in grep ggrep; do
3814
    for ac_exec_ext in '' $ac_executable_extensions; do
3861
    for ac_exec_ext in '' $ac_executable_extensions; do
3815
      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3862
      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3816
      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3863
      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3817
# Check for GNU ac_path_GREP and select it if it is found.
3864
# Check for GNU ac_path_GREP and select it if it is found.
3818
  # Check for GNU $ac_path_GREP
3865
  # Check for GNU $ac_path_GREP
Line 3828... Line 3875...
3828
    mv "conftest.tmp" "conftest.in"
3875
    mv "conftest.tmp" "conftest.in"
3829
    cp "conftest.in" "conftest.nl"
3876
    cp "conftest.in" "conftest.nl"
3830
    $as_echo 'GREP' >> "conftest.nl"
3877
    $as_echo 'GREP' >> "conftest.nl"
3831
    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3878
    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3832
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3879
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3833
    ac_count=`expr $ac_count + 1`
3880
    as_fn_arith $ac_count + 1 && ac_count=$as_val
3834
    if test $ac_count -gt ${ac_path_GREP_max-0}; then
3881
    if test $ac_count -gt ${ac_path_GREP_max-0}; then
3835
      # Best one so far, save it but keep looking for a better one
3882
      # Best one so far, save it but keep looking for a better one
3836
      ac_cv_path_GREP="$ac_path_GREP"
3883
      ac_cv_path_GREP="$ac_path_GREP"
3837
      ac_path_GREP_max=$ac_count
3884
      ac_path_GREP_max=$ac_count
3838
    fi
3885
    fi
Line 3843... Line 3890...
3843
esac
3890
esac
3844
 
3891
 
3845
      $ac_path_GREP_found && break 3
3892
      $ac_path_GREP_found && break 3
3846
    done
3893
    done
3847
  done
3894
  done
3848
done
3895
  done
3849
IFS=$as_save_IFS
3896
IFS=$as_save_IFS
3850
  if test -z "$ac_cv_path_GREP"; then
3897
  if test -z "$ac_cv_path_GREP"; then
3851
    { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
-
 
3852
$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
3898
    as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3853
   { (exit 1); exit 1; }; }
-
 
3854
  fi
3899
  fi
3855
else
3900
else
3856
  ac_cv_path_GREP=$GREP
3901
  ac_cv_path_GREP=$GREP
3857
fi
3902
fi
3858
 
3903
 
3859
fi
3904
fi
3860
{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
3905
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3861
$as_echo "$ac_cv_path_GREP" >&6; }
3906
$as_echo "$ac_cv_path_GREP" >&6; }
3862
 GREP="$ac_cv_path_GREP"
3907
 GREP="$ac_cv_path_GREP"
3863
 
3908
 
3864
 
3909
 
3865
{ $as_echo "$as_me:$LINENO: checking for egrep" >&5
3910
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3866
$as_echo_n "checking for egrep... " >&6; }
3911
$as_echo_n "checking for egrep... " >&6; }
3867
if test "${ac_cv_path_EGREP+set}" = set; then
3912
if test "${ac_cv_path_EGREP+set}" = set; then :
3868
  $as_echo_n "(cached) " >&6
3913
  $as_echo_n "(cached) " >&6
3869
else
3914
else
3870
  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3915
  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3871
   then ac_cv_path_EGREP="$GREP -E"
3916
   then ac_cv_path_EGREP="$GREP -E"
3872
   else
3917
   else
Line 3876... Line 3921...
3876
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3921
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3877
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3922
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3878
do
3923
do
3879
  IFS=$as_save_IFS
3924
  IFS=$as_save_IFS
3880
  test -z "$as_dir" && as_dir=.
3925
  test -z "$as_dir" && as_dir=.
3881
  for ac_prog in egrep; do
3926
    for ac_prog in egrep; do
3882
    for ac_exec_ext in '' $ac_executable_extensions; do
3927
    for ac_exec_ext in '' $ac_executable_extensions; do
3883
      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3928
      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3884
      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
3929
      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
3885
# Check for GNU ac_path_EGREP and select it if it is found.
3930
# Check for GNU ac_path_EGREP and select it if it is found.
3886
  # Check for GNU $ac_path_EGREP
3931
  # Check for GNU $ac_path_EGREP
Line 3896... Line 3941...
3896
    mv "conftest.tmp" "conftest.in"
3941
    mv "conftest.tmp" "conftest.in"
3897
    cp "conftest.in" "conftest.nl"
3942
    cp "conftest.in" "conftest.nl"
3898
    $as_echo 'EGREP' >> "conftest.nl"
3943
    $as_echo 'EGREP' >> "conftest.nl"
3899
    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3944
    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3900
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3945
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3901
    ac_count=`expr $ac_count + 1`
3946
    as_fn_arith $ac_count + 1 && ac_count=$as_val
3902
    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3947
    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3903
      # Best one so far, save it but keep looking for a better one
3948
      # Best one so far, save it but keep looking for a better one
3904
      ac_cv_path_EGREP="$ac_path_EGREP"
3949
      ac_cv_path_EGREP="$ac_path_EGREP"
3905
      ac_path_EGREP_max=$ac_count
3950
      ac_path_EGREP_max=$ac_count
3906
    fi
3951
    fi
Line 3911... Line 3956...
3911
esac
3956
esac
3912
 
3957
 
3913
      $ac_path_EGREP_found && break 3
3958
      $ac_path_EGREP_found && break 3
3914
    done
3959
    done
3915
  done
3960
  done
3916
done
3961
  done
3917
IFS=$as_save_IFS
3962
IFS=$as_save_IFS
3918
  if test -z "$ac_cv_path_EGREP"; then
3963
  if test -z "$ac_cv_path_EGREP"; then
3919
    { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
-
 
3920
$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
3964
    as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3921
   { (exit 1); exit 1; }; }
-
 
3922
  fi
3965
  fi
3923
else
3966
else
3924
  ac_cv_path_EGREP=$EGREP
3967
  ac_cv_path_EGREP=$EGREP
3925
fi
3968
fi
3926
 
3969
 
3927
   fi
3970
   fi
3928
fi
3971
fi
3929
{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
3972
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3930
$as_echo "$ac_cv_path_EGREP" >&6; }
3973
$as_echo "$ac_cv_path_EGREP" >&6; }
3931
 EGREP="$ac_cv_path_EGREP"
3974
 EGREP="$ac_cv_path_EGREP"
3932
 
3975
 
3933
 
3976
 
3934
{ $as_echo "$as_me:$LINENO: checking for fgrep" >&5
3977
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
3935
$as_echo_n "checking for fgrep... " >&6; }
3978
$as_echo_n "checking for fgrep... " >&6; }
3936
if test "${ac_cv_path_FGREP+set}" = set; then
3979
if test "${ac_cv_path_FGREP+set}" = set; then :
3937
  $as_echo_n "(cached) " >&6
3980
  $as_echo_n "(cached) " >&6
3938
else
3981
else
3939
  if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3982
  if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3940
   then ac_cv_path_FGREP="$GREP -F"
3983
   then ac_cv_path_FGREP="$GREP -F"
3941
   else
3984
   else
Line 3945... Line 3988...
3945
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3988
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3946
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3989
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3947
do
3990
do
3948
  IFS=$as_save_IFS
3991
  IFS=$as_save_IFS
3949
  test -z "$as_dir" && as_dir=.
3992
  test -z "$as_dir" && as_dir=.
3950
  for ac_prog in fgrep; do
3993
    for ac_prog in fgrep; do
3951
    for ac_exec_ext in '' $ac_executable_extensions; do
3994
    for ac_exec_ext in '' $ac_executable_extensions; do
3952
      ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
3995
      ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
3953
      { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
3996
      { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
3954
# Check for GNU ac_path_FGREP and select it if it is found.
3997
# Check for GNU ac_path_FGREP and select it if it is found.
3955
  # Check for GNU $ac_path_FGREP
3998
  # Check for GNU $ac_path_FGREP
Line 3965... Line 4008...
3965
    mv "conftest.tmp" "conftest.in"
4008
    mv "conftest.tmp" "conftest.in"
3966
    cp "conftest.in" "conftest.nl"
4009
    cp "conftest.in" "conftest.nl"
3967
    $as_echo 'FGREP' >> "conftest.nl"
4010
    $as_echo 'FGREP' >> "conftest.nl"
3968
    "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4011
    "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
3969
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4012
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3970
    ac_count=`expr $ac_count + 1`
4013
    as_fn_arith $ac_count + 1 && ac_count=$as_val
3971
    if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4014
    if test $ac_count -gt ${ac_path_FGREP_max-0}; then
3972
      # Best one so far, save it but keep looking for a better one
4015
      # Best one so far, save it but keep looking for a better one
3973
      ac_cv_path_FGREP="$ac_path_FGREP"
4016
      ac_cv_path_FGREP="$ac_path_FGREP"
3974
      ac_path_FGREP_max=$ac_count
4017
      ac_path_FGREP_max=$ac_count
3975
    fi
4018
    fi
Line 3980... Line 4023...
3980
esac
4023
esac
3981
 
4024
 
3982
      $ac_path_FGREP_found && break 3
4025
      $ac_path_FGREP_found && break 3
3983
    done
4026
    done
3984
  done
4027
  done
3985
done
4028
  done
3986
IFS=$as_save_IFS
4029
IFS=$as_save_IFS
3987
  if test -z "$ac_cv_path_FGREP"; then
4030
  if test -z "$ac_cv_path_FGREP"; then
3988
    { { $as_echo "$as_me:$LINENO: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
-
 
3989
$as_echo "$as_me: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4031
    as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3990
   { (exit 1); exit 1; }; }
-
 
3991
  fi
4032
  fi
3992
else
4033
else
3993
  ac_cv_path_FGREP=$FGREP
4034
  ac_cv_path_FGREP=$FGREP
3994
fi
4035
fi
3995
 
4036
 
3996
   fi
4037
   fi
3997
fi
4038
fi
3998
{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5
4039
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
3999
$as_echo "$ac_cv_path_FGREP" >&6; }
4040
$as_echo "$ac_cv_path_FGREP" >&6; }
4000
 FGREP="$ac_cv_path_FGREP"
4041
 FGREP="$ac_cv_path_FGREP"
4001
 
4042
 
4002
 
4043
 
4003
test -z "$GREP" && GREP=grep
4044
test -z "$GREP" && GREP=grep
Line 4019... Line 4060...
4019
 
4060
 
4020
 
4061
 
4021
 
4062
 
4022
 
4063
 
4023
@%:@ Check whether --with-gnu-ld was given.
4064
@%:@ Check whether --with-gnu-ld was given.
4024
if test "${with_gnu_ld+set}" = set; then
4065
if test "${with_gnu_ld+set}" = set; then :
4025
  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4066
  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4026
else
4067
else
4027
  with_gnu_ld=no
4068
  with_gnu_ld=no
4028
fi
4069
fi
4029
 
4070
 
4030
ac_prog=ld
4071
ac_prog=ld
4031
if test "$GCC" = yes; then
4072
if test "$GCC" = yes; then
4032
  # Check if gcc -print-prog-name=ld gives a path.
4073
  # Check if gcc -print-prog-name=ld gives a path.
4033
  { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5
4074
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4034
$as_echo_n "checking for ld used by $CC... " >&6; }
4075
$as_echo_n "checking for ld used by $CC... " >&6; }
4035
  case $host in
4076
  case $host in
4036
  *-*-mingw*)
4077
  *-*-mingw*)
4037
    # gcc leaves a trailing carriage return which upsets mingw
4078
    # gcc leaves a trailing carriage return which upsets mingw
4038
    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4079
    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
Line 4058... Line 4099...
4058
    # If it is relative, then search for the first ld in PATH.
4099
    # If it is relative, then search for the first ld in PATH.
4059
    with_gnu_ld=unknown
4100
    with_gnu_ld=unknown
4060
    ;;
4101
    ;;
4061
  esac
4102
  esac
4062
elif test "$with_gnu_ld" = yes; then
4103
elif test "$with_gnu_ld" = yes; then
4063
  { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
4104
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4064
$as_echo_n "checking for GNU ld... " >&6; }
4105
$as_echo_n "checking for GNU ld... " >&6; }
4065
else
4106
else
4066
  { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
4107
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4067
$as_echo_n "checking for non-GNU ld... " >&6; }
4108
$as_echo_n "checking for non-GNU ld... " >&6; }
4068
fi
4109
fi
4069
if test "${lt_cv_path_LD+set}" = set; then
4110
if test "${lt_cv_path_LD+set}" = set; then :
4070
  $as_echo_n "(cached) " >&6
4111
  $as_echo_n "(cached) " >&6
4071
else
4112
else
4072
  if test -z "$LD"; then
4113
  if test -z "$LD"; then
4073
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4114
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4074
  for ac_dir in $PATH; do
4115
  for ac_dir in $PATH; do
Line 4095... Line 4136...
4095
fi
4136
fi
4096
fi
4137
fi
4097
 
4138
 
4098
LD="$lt_cv_path_LD"
4139
LD="$lt_cv_path_LD"
4099
if test -n "$LD"; then
4140
if test -n "$LD"; then
4100
  { $as_echo "$as_me:$LINENO: result: $LD" >&5
4141
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4101
$as_echo "$LD" >&6; }
4142
$as_echo "$LD" >&6; }
4102
else
4143
else
4103
  { $as_echo "$as_me:$LINENO: result: no" >&5
4144
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4104
$as_echo "no" >&6; }
4145
$as_echo "no" >&6; }
4105
fi
4146
fi
4106
test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
-
 
4107
$as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
4147
test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
4108
   { (exit 1); exit 1; }; }
-
 
4109
{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4148
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4110
$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4149
$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4111
if test "${lt_cv_prog_gnu_ld+set}" = set; then
4150
if test "${lt_cv_prog_gnu_ld+set}" = set; then :
4112
  $as_echo_n "(cached) " >&6
4151
  $as_echo_n "(cached) " >&6
4113
else
4152
else
4114
  # I'd rather use --version here, but apparently some GNU lds only accept -v.
4153
  # I'd rather use --version here, but apparently some GNU lds only accept -v.
4115
case `$LD -v 2>&1 </dev/null` in
4154
case `$LD -v 2>&1 </dev/null` in
4116
*GNU* | *'with BFD'*)
4155
*GNU* | *'with BFD'*)
Line 4119... Line 4158...
4119
*)
4158
*)
4120
  lt_cv_prog_gnu_ld=no
4159
  lt_cv_prog_gnu_ld=no
4121
  ;;
4160
  ;;
4122
esac
4161
esac
4123
fi
4162
fi
4124
{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
4163
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4125
$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4164
$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4126
with_gnu_ld=$lt_cv_prog_gnu_ld
4165
with_gnu_ld=$lt_cv_prog_gnu_ld
4127
 
4166
 
4128
 
4167
 
4129
 
4168
 
Line 4131... Line 4170...
4131
    
4170
    
4132
    
4171
    
4133
    
4172
    
4134
 
4173
 
4135
 
4174
 
4136
{ $as_echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
4175
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4137
$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4176
$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4138
if test "${lt_cv_path_NM+set}" = set; then
4177
if test "${lt_cv_path_NM+set}" = set; then :
4139
  $as_echo_n "(cached) " >&6
4178
  $as_echo_n "(cached) " >&6
4140
else
4179
else
4141
  if test -n "$NM"; then
4180
  if test -n "$NM"; then
4142
  # Let the user override the test.
4181
  # Let the user override the test.
4143
  lt_cv_path_NM="$NM"
4182
  lt_cv_path_NM="$NM"
Line 4180... Line 4219...
4180
    IFS="$lt_save_ifs"
4219
    IFS="$lt_save_ifs"
4181
  done
4220
  done
4182
  : ${lt_cv_path_NM=no}
4221
  : ${lt_cv_path_NM=no}
4183
fi
4222
fi
4184
fi
4223
fi
4185
{ $as_echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
4224
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4186
$as_echo "$lt_cv_path_NM" >&6; }
4225
$as_echo "$lt_cv_path_NM" >&6; }
4187
if test "$lt_cv_path_NM" != "no"; then
4226
if test "$lt_cv_path_NM" != "no"; then
4188
  NM="$lt_cv_path_NM"
4227
  NM="$lt_cv_path_NM"
4189
else
4228
else
4190
  # Didn't find any BSD compatible name lister, look for dumpbin.
4229
  # Didn't find any BSD compatible name lister, look for dumpbin.
4191
  if test -n "$ac_tool_prefix"; then
4230
  if test -n "$ac_tool_prefix"; then
4192
  for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4231
  for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4193
  do
4232
  do
4194
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4233
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4195
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4234
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4196
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4235
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4197
$as_echo_n "checking for $ac_word... " >&6; }
4236
$as_echo_n "checking for $ac_word... " >&6; }
4198
if test "${ac_cv_prog_DUMPBIN+set}" = set; then
4237
if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
4199
  $as_echo_n "(cached) " >&6
4238
  $as_echo_n "(cached) " >&6
4200
else
4239
else
4201
  if test -n "$DUMPBIN"; then
4240
  if test -n "$DUMPBIN"; then
4202
  ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4241
  ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4203
else
4242
else
4204
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4243
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4205
for as_dir in $PATH
4244
for as_dir in $PATH
4206
do
4245
do
4207
  IFS=$as_save_IFS
4246
  IFS=$as_save_IFS
4208
  test -z "$as_dir" && as_dir=.
4247
  test -z "$as_dir" && as_dir=.
4209
  for ac_exec_ext in '' $ac_executable_extensions; do
4248
    for ac_exec_ext in '' $ac_executable_extensions; do
4210
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4249
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4211
    ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4250
    ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4212
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4251
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4213
    break 2
4252
    break 2
4214
  fi
4253
  fi
4215
done
4254
done
4216
done
4255
  done
4217
IFS=$as_save_IFS
4256
IFS=$as_save_IFS
4218
 
4257
 
4219
fi
4258
fi
4220
fi
4259
fi
4221
DUMPBIN=$ac_cv_prog_DUMPBIN
4260
DUMPBIN=$ac_cv_prog_DUMPBIN
4222
if test -n "$DUMPBIN"; then
4261
if test -n "$DUMPBIN"; then
4223
  { $as_echo "$as_me:$LINENO: result: $DUMPBIN" >&5
4262
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4224
$as_echo "$DUMPBIN" >&6; }
4263
$as_echo "$DUMPBIN" >&6; }
4225
else
4264
else
4226
  { $as_echo "$as_me:$LINENO: result: no" >&5
4265
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4227
$as_echo "no" >&6; }
4266
$as_echo "no" >&6; }
4228
fi
4267
fi
4229
 
4268
 
4230
 
4269
 
4231
    test -n "$DUMPBIN" && break
4270
    test -n "$DUMPBIN" && break
Line 4235... Line 4274...
4235
  ac_ct_DUMPBIN=$DUMPBIN
4274
  ac_ct_DUMPBIN=$DUMPBIN
4236
  for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4275
  for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4237
do
4276
do
4238
  # Extract the first word of "$ac_prog", so it can be a program name with args.
4277
  # Extract the first word of "$ac_prog", so it can be a program name with args.
4239
set dummy $ac_prog; ac_word=$2
4278
set dummy $ac_prog; ac_word=$2
4240
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4279
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4241
$as_echo_n "checking for $ac_word... " >&6; }
4280
$as_echo_n "checking for $ac_word... " >&6; }
4242
if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
4281
if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
4243
  $as_echo_n "(cached) " >&6
4282
  $as_echo_n "(cached) " >&6
4244
else
4283
else
4245
  if test -n "$ac_ct_DUMPBIN"; then
4284
  if test -n "$ac_ct_DUMPBIN"; then
4246
  ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4285
  ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4247
else
4286
else
4248
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4287
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4249
for as_dir in $PATH
4288
for as_dir in $PATH
4250
do
4289
do
4251
  IFS=$as_save_IFS
4290
  IFS=$as_save_IFS
4252
  test -z "$as_dir" && as_dir=.
4291
  test -z "$as_dir" && as_dir=.
4253
  for ac_exec_ext in '' $ac_executable_extensions; do
4292
    for ac_exec_ext in '' $ac_executable_extensions; do
4254
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4293
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4255
    ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4294
    ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4256
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4295
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4257
    break 2
4296
    break 2
4258
  fi
4297
  fi
4259
done
4298
done
4260
done
4299
  done
4261
IFS=$as_save_IFS
4300
IFS=$as_save_IFS
4262
 
4301
 
4263
fi
4302
fi
4264
fi
4303
fi
4265
ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4304
ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4266
if test -n "$ac_ct_DUMPBIN"; then
4305
if test -n "$ac_ct_DUMPBIN"; then
4267
  { $as_echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
4306
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4268
$as_echo "$ac_ct_DUMPBIN" >&6; }
4307
$as_echo "$ac_ct_DUMPBIN" >&6; }
4269
else
4308
else
4270
  { $as_echo "$as_me:$LINENO: result: no" >&5
4309
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4271
$as_echo "no" >&6; }
4310
$as_echo "no" >&6; }
4272
fi
4311
fi
4273
 
4312
 
4274
 
4313
 
4275
  test -n "$ac_ct_DUMPBIN" && break
4314
  test -n "$ac_ct_DUMPBIN" && break
Line 4278... Line 4317...
4278
  if test "x$ac_ct_DUMPBIN" = x; then
4317
  if test "x$ac_ct_DUMPBIN" = x; then
4279
    DUMPBIN=":"
4318
    DUMPBIN=":"
4280
  else
4319
  else
4281
    case $cross_compiling:$ac_tool_warned in
4320
    case $cross_compiling:$ac_tool_warned in
4282
yes:)
4321
yes:)
4283
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4322
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4284
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4323
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4285
ac_tool_warned=yes ;;
4324
ac_tool_warned=yes ;;
4286
esac
4325
esac
4287
    DUMPBIN=$ac_ct_DUMPBIN
4326
    DUMPBIN=$ac_ct_DUMPBIN
4288
  fi
4327
  fi
Line 4298... Line 4337...
4298
 
4337
 
4299
    
4338
    
4300
    
4339
    
4301
    
4340
    
4302
 
4341
 
4303
{ $as_echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
4342
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4304
$as_echo_n "checking the name lister ($NM) interface... " >&6; }
4343
$as_echo_n "checking the name lister ($NM) interface... " >&6; }
4305
if test "${lt_cv_nm_interface+set}" = set; then
4344
if test "${lt_cv_nm_interface+set}" = set; then :
4306
  $as_echo_n "(cached) " >&6
4345
  $as_echo_n "(cached) " >&6
4307
else
4346
else
4308
  lt_cv_nm_interface="BSD nm"
4347
  lt_cv_nm_interface="BSD nm"
4309
  echo "int some_variable = 0;" > conftest.$ac_ext
4348
  echo "int some_variable = 0;" > conftest.$ac_ext
4310
  (eval echo "\"\$as_me:__oline__: $ac_compile\"" >&5)
4349
  (eval echo "\"\$as_me:__oline__: $ac_compile\"" >&5)
Line 4318... Line 4357...
4318
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4357
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4319
    lt_cv_nm_interface="MS dumpbin"
4358
    lt_cv_nm_interface="MS dumpbin"
4320
  fi
4359
  fi
4321
  rm -f conftest*
4360
  rm -f conftest*
4322
fi
4361
fi
4323
{ $as_echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
4362
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4324
$as_echo "$lt_cv_nm_interface" >&6; }
4363
$as_echo "$lt_cv_nm_interface" >&6; }
4325
 
4364
 
4326
{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4365
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4327
$as_echo_n "checking whether ln -s works... " >&6; }
4366
$as_echo_n "checking whether ln -s works... " >&6; }
4328
LN_S=$as_ln_s
4367
LN_S=$as_ln_s
4329
if test "$LN_S" = "ln -s"; then
4368
if test "$LN_S" = "ln -s"; then
4330
  { $as_echo "$as_me:$LINENO: result: yes" >&5
4369
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4331
$as_echo "yes" >&6; }
4370
$as_echo "yes" >&6; }
4332
else
4371
else
4333
  { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4372
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4334
$as_echo "no, using $LN_S" >&6; }
4373
$as_echo "no, using $LN_S" >&6; }
4335
fi
4374
fi
4336
 
4375
 
4337
# find the maximum length of command line arguments
4376
# find the maximum length of command line arguments
4338
{ $as_echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
4377
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4339
$as_echo_n "checking the maximum length of command line arguments... " >&6; }
4378
$as_echo_n "checking the maximum length of command line arguments... " >&6; }
4340
if test "${lt_cv_sys_max_cmd_len+set}" = set; then
4379
if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
4341
  $as_echo_n "(cached) " >&6
4380
  $as_echo_n "(cached) " >&6
4342
else
4381
else
4343
    i=0
4382
    i=0
4344
  teststring="ABCD"
4383
  teststring="ABCD"
4345
 
4384
 
Line 4453... Line 4492...
4453
  esac
4492
  esac
4454
 
4493
 
4455
fi
4494
fi
4456
 
4495
 
4457
if test -n $lt_cv_sys_max_cmd_len ; then
4496
if test -n $lt_cv_sys_max_cmd_len ; then
4458
  { $as_echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
4497
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4459
$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4498
$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4460
else
4499
else
4461
  { $as_echo "$as_me:$LINENO: result: none" >&5
4500
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4462
$as_echo "none" >&6; }
4501
$as_echo "none" >&6; }
4463
fi
4502
fi
4464
max_cmd_len=$lt_cv_sys_max_cmd_len
4503
max_cmd_len=$lt_cv_sys_max_cmd_len
4465
 
4504
 
4466
    
4505
    
Line 4470... Line 4509...
4470
 
4509
 
4471
: ${CP="cp -f"}
4510
: ${CP="cp -f"}
4472
: ${MV="mv -f"}
4511
: ${MV="mv -f"}
4473
: ${RM="rm -f"}
4512
: ${RM="rm -f"}
4474
 
4513
 
4475
{ $as_echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
4514
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4476
$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4515
$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4477
# Try some XSI features
4516
# Try some XSI features
4478
xsi_shell=no
4517
xsi_shell=no
4479
( _lt_dummy="a/b/c"
4518
( _lt_dummy="a/b/c"
4480
  test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4519
  test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4481
      = c,a/b,, \
4520
      = c,a/b,, \
4482
    && eval 'test $(( 1 + 1 )) -eq 2 \
4521
    && eval 'test $(( 1 + 1 )) -eq 2 \
4483
    && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4522
    && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4484
  && xsi_shell=yes
4523
  && xsi_shell=yes
4485
{ $as_echo "$as_me:$LINENO: result: $xsi_shell" >&5
4524
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4486
$as_echo "$xsi_shell" >&6; }
4525
$as_echo "$xsi_shell" >&6; }
4487
 
4526
 
4488
 
4527
 
4489
{ $as_echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
4528
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4490
$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4529
$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4491
lt_shell_append=no
4530
lt_shell_append=no
4492
( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4531
( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4493
    >/dev/null 2>&1 \
4532
    >/dev/null 2>&1 \
4494
  && lt_shell_append=yes
4533
  && lt_shell_append=yes
4495
{ $as_echo "$as_me:$LINENO: result: $lt_shell_append" >&5
4534
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4496
$as_echo "$lt_shell_append" >&6; }
4535
$as_echo "$lt_shell_append" >&6; }
4497
 
4536
 
4498
 
4537
 
4499
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4538
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4500
  lt_unset=unset
4539
  lt_unset=unset
Line 4525... Line 4564...
4525
 
4564
 
4526
    
4565
    
4527
    
4566
    
4528
    
4567
    
4529
 
4568
 
4530
{ $as_echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
4569
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4531
$as_echo_n "checking for $LD option to reload object files... " >&6; }
4570
$as_echo_n "checking for $LD option to reload object files... " >&6; }
4532
if test "${lt_cv_ld_reload_flag+set}" = set; then
4571
if test "${lt_cv_ld_reload_flag+set}" = set; then :
4533
  $as_echo_n "(cached) " >&6
4572
  $as_echo_n "(cached) " >&6
4534
else
4573
else
4535
  lt_cv_ld_reload_flag='-r'
4574
  lt_cv_ld_reload_flag='-r'
4536
fi
4575
fi
4537
{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
4576
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4538
$as_echo "$lt_cv_ld_reload_flag" >&6; }
4577
$as_echo "$lt_cv_ld_reload_flag" >&6; }
4539
reload_flag=$lt_cv_ld_reload_flag
4578
reload_flag=$lt_cv_ld_reload_flag
4540
case $reload_flag in
4579
case $reload_flag in
4541
"" | " "*) ;;
4580
"" | " "*) ;;
4542
*) reload_flag=" $reload_flag" ;;
4581
*) reload_flag=" $reload_flag" ;;
Line 4561... Line 4600...
4561
    
4600
    
4562
 
4601
 
4563
if test -n "$ac_tool_prefix"; then
4602
if test -n "$ac_tool_prefix"; then
4564
  # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4603
  # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4565
set dummy ${ac_tool_prefix}objdump; ac_word=$2
4604
set dummy ${ac_tool_prefix}objdump; ac_word=$2
4566
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4605
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4567
$as_echo_n "checking for $ac_word... " >&6; }
4606
$as_echo_n "checking for $ac_word... " >&6; }
4568
if test "${ac_cv_prog_OBJDUMP+set}" = set; then
4607
if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
4569
  $as_echo_n "(cached) " >&6
4608
  $as_echo_n "(cached) " >&6
4570
else
4609
else
4571
  if test -n "$OBJDUMP"; then
4610
  if test -n "$OBJDUMP"; then
4572
  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4611
  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4573
else
4612
else
4574
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4613
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4575
for as_dir in $PATH
4614
for as_dir in $PATH
4576
do
4615
do
4577
  IFS=$as_save_IFS
4616
  IFS=$as_save_IFS
4578
  test -z "$as_dir" && as_dir=.
4617
  test -z "$as_dir" && as_dir=.
4579
  for ac_exec_ext in '' $ac_executable_extensions; do
4618
    for ac_exec_ext in '' $ac_executable_extensions; do
4580
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4619
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4581
    ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4620
    ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4582
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4621
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4583
    break 2
4622
    break 2
4584
  fi
4623
  fi
4585
done
4624
done
4586
done
4625
  done
4587
IFS=$as_save_IFS
4626
IFS=$as_save_IFS
4588
 
4627
 
4589
fi
4628
fi
4590
fi
4629
fi
4591
OBJDUMP=$ac_cv_prog_OBJDUMP
4630
OBJDUMP=$ac_cv_prog_OBJDUMP
4592
if test -n "$OBJDUMP"; then
4631
if test -n "$OBJDUMP"; then
4593
  { $as_echo "$as_me:$LINENO: result: $OBJDUMP" >&5
4632
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4594
$as_echo "$OBJDUMP" >&6; }
4633
$as_echo "$OBJDUMP" >&6; }
4595
else
4634
else
4596
  { $as_echo "$as_me:$LINENO: result: no" >&5
4635
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4597
$as_echo "no" >&6; }
4636
$as_echo "no" >&6; }
4598
fi
4637
fi
4599
 
4638
 
4600
 
4639
 
4601
fi
4640
fi
4602
if test -z "$ac_cv_prog_OBJDUMP"; then
4641
if test -z "$ac_cv_prog_OBJDUMP"; then
4603
  ac_ct_OBJDUMP=$OBJDUMP
4642
  ac_ct_OBJDUMP=$OBJDUMP
4604
  # Extract the first word of "objdump", so it can be a program name with args.
4643
  # Extract the first word of "objdump", so it can be a program name with args.
4605
set dummy objdump; ac_word=$2
4644
set dummy objdump; ac_word=$2
4606
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4645
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4607
$as_echo_n "checking for $ac_word... " >&6; }
4646
$as_echo_n "checking for $ac_word... " >&6; }
4608
if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
4647
if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
4609
  $as_echo_n "(cached) " >&6
4648
  $as_echo_n "(cached) " >&6
4610
else
4649
else
4611
  if test -n "$ac_ct_OBJDUMP"; then
4650
  if test -n "$ac_ct_OBJDUMP"; then
4612
  ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4651
  ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4613
else
4652
else
4614
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4653
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4615
for as_dir in $PATH
4654
for as_dir in $PATH
4616
do
4655
do
4617
  IFS=$as_save_IFS
4656
  IFS=$as_save_IFS
4618
  test -z "$as_dir" && as_dir=.
4657
  test -z "$as_dir" && as_dir=.
4619
  for ac_exec_ext in '' $ac_executable_extensions; do
4658
    for ac_exec_ext in '' $ac_executable_extensions; do
4620
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4659
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4621
    ac_cv_prog_ac_ct_OBJDUMP="objdump"
4660
    ac_cv_prog_ac_ct_OBJDUMP="objdump"
4622
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4661
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4623
    break 2
4662
    break 2
4624
  fi
4663
  fi
4625
done
4664
done
4626
done
4665
  done
4627
IFS=$as_save_IFS
4666
IFS=$as_save_IFS
4628
 
4667
 
4629
fi
4668
fi
4630
fi
4669
fi
4631
ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4670
ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4632
if test -n "$ac_ct_OBJDUMP"; then
4671
if test -n "$ac_ct_OBJDUMP"; then
4633
  { $as_echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
4672
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4634
$as_echo "$ac_ct_OBJDUMP" >&6; }
4673
$as_echo "$ac_ct_OBJDUMP" >&6; }
4635
else
4674
else
4636
  { $as_echo "$as_me:$LINENO: result: no" >&5
4675
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4637
$as_echo "no" >&6; }
4676
$as_echo "no" >&6; }
4638
fi
4677
fi
4639
 
4678
 
4640
  if test "x$ac_ct_OBJDUMP" = x; then
4679
  if test "x$ac_ct_OBJDUMP" = x; then
4641
    OBJDUMP="false"
4680
    OBJDUMP="false"
4642
  else
4681
  else
4643
    case $cross_compiling:$ac_tool_warned in
4682
    case $cross_compiling:$ac_tool_warned in
4644
yes:)
4683
yes:)
4645
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4684
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4646
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4685
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4647
ac_tool_warned=yes ;;
4686
ac_tool_warned=yes ;;
4648
esac
4687
esac
4649
    OBJDUMP=$ac_ct_OBJDUMP
4688
    OBJDUMP=$ac_ct_OBJDUMP
4650
  fi
4689
  fi
Line 4660... Line 4699...
4660
 
4699
 
4661
 
4700
 
4662
 
4701
 
4663
 
4702
 
4664
 
4703
 
4665
{ $as_echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
4704
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4666
$as_echo_n "checking how to recognize dependent libraries... " >&6; }
4705
$as_echo_n "checking how to recognize dependent libraries... " >&6; }
4667
if test "${lt_cv_deplibs_check_method+set}" = set; then
4706
if test "${lt_cv_deplibs_check_method+set}" = set; then :
4668
  $as_echo_n "(cached) " >&6
4707
  $as_echo_n "(cached) " >&6
4669
else
4708
else
4670
  lt_cv_file_magic_cmd='$MAGIC_CMD'
4709
  lt_cv_file_magic_cmd='$MAGIC_CMD'
4671
lt_cv_file_magic_test_file=
4710
lt_cv_file_magic_test_file=
4672
lt_cv_deplibs_check_method='unknown'
4711
lt_cv_deplibs_check_method='unknown'
Line 4856... Line 4895...
4856
  lt_cv_deplibs_check_method=pass_all
4895
  lt_cv_deplibs_check_method=pass_all
4857
  ;;
4896
  ;;
4858
esac
4897
esac
4859
 
4898
 
4860
fi
4899
fi
4861
{ $as_echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
4900
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4862
$as_echo "$lt_cv_deplibs_check_method" >&6; }
4901
$as_echo "$lt_cv_deplibs_check_method" >&6; }
4863
file_magic_cmd=$lt_cv_file_magic_cmd
4902
file_magic_cmd=$lt_cv_file_magic_cmd
4864
deplibs_check_method=$lt_cv_deplibs_check_method
4903
deplibs_check_method=$lt_cv_deplibs_check_method
4865
test -z "$deplibs_check_method" && deplibs_check_method=unknown
4904
test -z "$deplibs_check_method" && deplibs_check_method=unknown
4866
 
4905
 
Line 4876... Line 4915...
4876
 
4915
 
4877
 
4916
 
4878
if test -n "$ac_tool_prefix"; then
4917
if test -n "$ac_tool_prefix"; then
4879
  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4918
  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4880
set dummy ${ac_tool_prefix}ar; ac_word=$2
4919
set dummy ${ac_tool_prefix}ar; ac_word=$2
4881
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4920
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4882
$as_echo_n "checking for $ac_word... " >&6; }
4921
$as_echo_n "checking for $ac_word... " >&6; }
4883
if test "${ac_cv_prog_AR+set}" = set; then
4922
if test "${ac_cv_prog_AR+set}" = set; then :
4884
  $as_echo_n "(cached) " >&6
4923
  $as_echo_n "(cached) " >&6
4885
else
4924
else
4886
  if test -n "$AR"; then
4925
  if test -n "$AR"; then
4887
  ac_cv_prog_AR="$AR" # Let the user override the test.
4926
  ac_cv_prog_AR="$AR" # Let the user override the test.
4888
else
4927
else
4889
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4928
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4890
for as_dir in $PATH
4929
for as_dir in $PATH
4891
do
4930
do
4892
  IFS=$as_save_IFS
4931
  IFS=$as_save_IFS
4893
  test -z "$as_dir" && as_dir=.
4932
  test -z "$as_dir" && as_dir=.
4894
  for ac_exec_ext in '' $ac_executable_extensions; do
4933
    for ac_exec_ext in '' $ac_executable_extensions; do
4895
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4934
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4896
    ac_cv_prog_AR="${ac_tool_prefix}ar"
4935
    ac_cv_prog_AR="${ac_tool_prefix}ar"
4897
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4936
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4898
    break 2
4937
    break 2
4899
  fi
4938
  fi
4900
done
4939
done
4901
done
4940
  done
4902
IFS=$as_save_IFS
4941
IFS=$as_save_IFS
4903
 
4942
 
4904
fi
4943
fi
4905
fi
4944
fi
4906
AR=$ac_cv_prog_AR
4945
AR=$ac_cv_prog_AR
4907
if test -n "$AR"; then
4946
if test -n "$AR"; then
4908
  { $as_echo "$as_me:$LINENO: result: $AR" >&5
4947
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4909
$as_echo "$AR" >&6; }
4948
$as_echo "$AR" >&6; }
4910
else
4949
else
4911
  { $as_echo "$as_me:$LINENO: result: no" >&5
4950
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4912
$as_echo "no" >&6; }
4951
$as_echo "no" >&6; }
4913
fi
4952
fi
4914
 
4953
 
4915
 
4954
 
4916
fi
4955
fi
4917
if test -z "$ac_cv_prog_AR"; then
4956
if test -z "$ac_cv_prog_AR"; then
4918
  ac_ct_AR=$AR
4957
  ac_ct_AR=$AR
4919
  # Extract the first word of "ar", so it can be a program name with args.
4958
  # Extract the first word of "ar", so it can be a program name with args.
4920
set dummy ar; ac_word=$2
4959
set dummy ar; ac_word=$2
4921
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4960
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4922
$as_echo_n "checking for $ac_word... " >&6; }
4961
$as_echo_n "checking for $ac_word... " >&6; }
4923
if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4962
if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4924
  $as_echo_n "(cached) " >&6
4963
  $as_echo_n "(cached) " >&6
4925
else
4964
else
4926
  if test -n "$ac_ct_AR"; then
4965
  if test -n "$ac_ct_AR"; then
4927
  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4966
  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4928
else
4967
else
4929
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4968
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4930
for as_dir in $PATH
4969
for as_dir in $PATH
4931
do
4970
do
4932
  IFS=$as_save_IFS
4971
  IFS=$as_save_IFS
4933
  test -z "$as_dir" && as_dir=.
4972
  test -z "$as_dir" && as_dir=.
4934
  for ac_exec_ext in '' $ac_executable_extensions; do
4973
    for ac_exec_ext in '' $ac_executable_extensions; do
4935
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4974
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4936
    ac_cv_prog_ac_ct_AR="ar"
4975
    ac_cv_prog_ac_ct_AR="ar"
4937
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4976
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4938
    break 2
4977
    break 2
4939
  fi
4978
  fi
4940
done
4979
done
4941
done
4980
  done
4942
IFS=$as_save_IFS
4981
IFS=$as_save_IFS
4943
 
4982
 
4944
fi
4983
fi
4945
fi
4984
fi
4946
ac_ct_AR=$ac_cv_prog_ac_ct_AR
4985
ac_ct_AR=$ac_cv_prog_ac_ct_AR
4947
if test -n "$ac_ct_AR"; then
4986
if test -n "$ac_ct_AR"; then
4948
  { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4987
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4949
$as_echo "$ac_ct_AR" >&6; }
4988
$as_echo "$ac_ct_AR" >&6; }
4950
else
4989
else
4951
  { $as_echo "$as_me:$LINENO: result: no" >&5
4990
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4952
$as_echo "no" >&6; }
4991
$as_echo "no" >&6; }
4953
fi
4992
fi
4954
 
4993
 
4955
  if test "x$ac_ct_AR" = x; then
4994
  if test "x$ac_ct_AR" = x; then
4956
    AR="false"
4995
    AR="false"
4957
  else
4996
  else
4958
    case $cross_compiling:$ac_tool_warned in
4997
    case $cross_compiling:$ac_tool_warned in
4959
yes:)
4998
yes:)
4960
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4999
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4961
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5000
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4962
ac_tool_warned=yes ;;
5001
ac_tool_warned=yes ;;
4963
esac
5002
esac
4964
    AR=$ac_ct_AR
5003
    AR=$ac_ct_AR
4965
  fi
5004
  fi
Line 4981... Line 5020...
4981
 
5020
 
4982
 
5021
 
4983
if test -n "$ac_tool_prefix"; then
5022
if test -n "$ac_tool_prefix"; then
4984
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5023
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4985
set dummy ${ac_tool_prefix}strip; ac_word=$2
5024
set dummy ${ac_tool_prefix}strip; ac_word=$2
4986
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5025
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4987
$as_echo_n "checking for $ac_word... " >&6; }
5026
$as_echo_n "checking for $ac_word... " >&6; }
4988
if test "${ac_cv_prog_STRIP+set}" = set; then
5027
if test "${ac_cv_prog_STRIP+set}" = set; then :
4989
  $as_echo_n "(cached) " >&6
5028
  $as_echo_n "(cached) " >&6
4990
else
5029
else
4991
  if test -n "$STRIP"; then
5030
  if test -n "$STRIP"; then
4992
  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5031
  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4993
else
5032
else
4994
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5033
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4995
for as_dir in $PATH
5034
for as_dir in $PATH
4996
do
5035
do
4997
  IFS=$as_save_IFS
5036
  IFS=$as_save_IFS
4998
  test -z "$as_dir" && as_dir=.
5037
  test -z "$as_dir" && as_dir=.
4999
  for ac_exec_ext in '' $ac_executable_extensions; do
5038
    for ac_exec_ext in '' $ac_executable_extensions; do
5000
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5039
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5001
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5040
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5002
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5041
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5003
    break 2
5042
    break 2
5004
  fi
5043
  fi
5005
done
5044
done
5006
done
5045
  done
5007
IFS=$as_save_IFS
5046
IFS=$as_save_IFS
5008
 
5047
 
5009
fi
5048
fi
5010
fi
5049
fi
5011
STRIP=$ac_cv_prog_STRIP
5050
STRIP=$ac_cv_prog_STRIP
5012
if test -n "$STRIP"; then
5051
if test -n "$STRIP"; then
5013
  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
5052
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5014
$as_echo "$STRIP" >&6; }
5053
$as_echo "$STRIP" >&6; }
5015
else
5054
else
5016
  { $as_echo "$as_me:$LINENO: result: no" >&5
5055
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5017
$as_echo "no" >&6; }
5056
$as_echo "no" >&6; }
5018
fi
5057
fi
5019
 
5058
 
5020
 
5059
 
5021
fi
5060
fi
5022
if test -z "$ac_cv_prog_STRIP"; then
5061
if test -z "$ac_cv_prog_STRIP"; then
5023
  ac_ct_STRIP=$STRIP
5062
  ac_ct_STRIP=$STRIP
5024
  # Extract the first word of "strip", so it can be a program name with args.
5063
  # Extract the first word of "strip", so it can be a program name with args.
5025
set dummy strip; ac_word=$2
5064
set dummy strip; ac_word=$2
5026
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5065
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5027
$as_echo_n "checking for $ac_word... " >&6; }
5066
$as_echo_n "checking for $ac_word... " >&6; }
5028
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5067
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
5029
  $as_echo_n "(cached) " >&6
5068
  $as_echo_n "(cached) " >&6
5030
else
5069
else
5031
  if test -n "$ac_ct_STRIP"; then
5070
  if test -n "$ac_ct_STRIP"; then
5032
  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5071
  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5033
else
5072
else
5034
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5073
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5035
for as_dir in $PATH
5074
for as_dir in $PATH
5036
do
5075
do
5037
  IFS=$as_save_IFS
5076
  IFS=$as_save_IFS
5038
  test -z "$as_dir" && as_dir=.
5077
  test -z "$as_dir" && as_dir=.
5039
  for ac_exec_ext in '' $ac_executable_extensions; do
5078
    for ac_exec_ext in '' $ac_executable_extensions; do
5040
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5079
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5041
    ac_cv_prog_ac_ct_STRIP="strip"
5080
    ac_cv_prog_ac_ct_STRIP="strip"
5042
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5081
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5043
    break 2
5082
    break 2
5044
  fi
5083
  fi
5045
done
5084
done
5046
done
5085
  done
5047
IFS=$as_save_IFS
5086
IFS=$as_save_IFS
5048
 
5087
 
5049
fi
5088
fi
5050
fi
5089
fi
5051
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5090
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5052
if test -n "$ac_ct_STRIP"; then
5091
if test -n "$ac_ct_STRIP"; then
5053
  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5092
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5054
$as_echo "$ac_ct_STRIP" >&6; }
5093
$as_echo "$ac_ct_STRIP" >&6; }
5055
else
5094
else
5056
  { $as_echo "$as_me:$LINENO: result: no" >&5
5095
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5057
$as_echo "no" >&6; }
5096
$as_echo "no" >&6; }
5058
fi
5097
fi
5059
 
5098
 
5060
  if test "x$ac_ct_STRIP" = x; then
5099
  if test "x$ac_ct_STRIP" = x; then
5061
    STRIP=":"
5100
    STRIP=":"
5062
  else
5101
  else
5063
    case $cross_compiling:$ac_tool_warned in
5102
    case $cross_compiling:$ac_tool_warned in
5064
yes:)
5103
yes:)
5065
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5104
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5066
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5105
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5067
ac_tool_warned=yes ;;
5106
ac_tool_warned=yes ;;
5068
esac
5107
esac
5069
    STRIP=$ac_ct_STRIP
5108
    STRIP=$ac_ct_STRIP
5070
  fi
5109
  fi
Line 5080... Line 5119...
5080
 
5119
 
5081
 
5120
 
5082
if test -n "$ac_tool_prefix"; then
5121
if test -n "$ac_tool_prefix"; then
5083
  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5122
  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5084
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5123
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5085
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5124
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5086
$as_echo_n "checking for $ac_word... " >&6; }
5125
$as_echo_n "checking for $ac_word... " >&6; }
5087
if test "${ac_cv_prog_RANLIB+set}" = set; then
5126
if test "${ac_cv_prog_RANLIB+set}" = set; then :
5088
  $as_echo_n "(cached) " >&6
5127
  $as_echo_n "(cached) " >&6
5089
else
5128
else
5090
  if test -n "$RANLIB"; then
5129
  if test -n "$RANLIB"; then
5091
  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5130
  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5092
else
5131
else
5093
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5132
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5094
for as_dir in $PATH
5133
for as_dir in $PATH
5095
do
5134
do
5096
  IFS=$as_save_IFS
5135
  IFS=$as_save_IFS
5097
  test -z "$as_dir" && as_dir=.
5136
  test -z "$as_dir" && as_dir=.
5098
  for ac_exec_ext in '' $ac_executable_extensions; do
5137
    for ac_exec_ext in '' $ac_executable_extensions; do
5099
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5138
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5100
    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5139
    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5101
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5140
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5102
    break 2
5141
    break 2
5103
  fi
5142
  fi
5104
done
5143
done
5105
done
5144
  done
5106
IFS=$as_save_IFS
5145
IFS=$as_save_IFS
5107
 
5146
 
5108
fi
5147
fi
5109
fi
5148
fi
5110
RANLIB=$ac_cv_prog_RANLIB
5149
RANLIB=$ac_cv_prog_RANLIB
5111
if test -n "$RANLIB"; then
5150
if test -n "$RANLIB"; then
5112
  { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
5151
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5113
$as_echo "$RANLIB" >&6; }
5152
$as_echo "$RANLIB" >&6; }
5114
else
5153
else
5115
  { $as_echo "$as_me:$LINENO: result: no" >&5
5154
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5116
$as_echo "no" >&6; }
5155
$as_echo "no" >&6; }
5117
fi
5156
fi
5118
 
5157
 
5119
 
5158
 
5120
fi
5159
fi
5121
if test -z "$ac_cv_prog_RANLIB"; then
5160
if test -z "$ac_cv_prog_RANLIB"; then
5122
  ac_ct_RANLIB=$RANLIB
5161
  ac_ct_RANLIB=$RANLIB
5123
  # Extract the first word of "ranlib", so it can be a program name with args.
5162
  # Extract the first word of "ranlib", so it can be a program name with args.
5124
set dummy ranlib; ac_word=$2
5163
set dummy ranlib; ac_word=$2
5125
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5164
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5126
$as_echo_n "checking for $ac_word... " >&6; }
5165
$as_echo_n "checking for $ac_word... " >&6; }
5127
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5166
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5128
  $as_echo_n "(cached) " >&6
5167
  $as_echo_n "(cached) " >&6
5129
else
5168
else
5130
  if test -n "$ac_ct_RANLIB"; then
5169
  if test -n "$ac_ct_RANLIB"; then
5131
  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5170
  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5132
else
5171
else
5133
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5172
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5134
for as_dir in $PATH
5173
for as_dir in $PATH
5135
do
5174
do
5136
  IFS=$as_save_IFS
5175
  IFS=$as_save_IFS
5137
  test -z "$as_dir" && as_dir=.
5176
  test -z "$as_dir" && as_dir=.
5138
  for ac_exec_ext in '' $ac_executable_extensions; do
5177
    for ac_exec_ext in '' $ac_executable_extensions; do
5139
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5178
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5140
    ac_cv_prog_ac_ct_RANLIB="ranlib"
5179
    ac_cv_prog_ac_ct_RANLIB="ranlib"
5141
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5180
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5142
    break 2
5181
    break 2
5143
  fi
5182
  fi
5144
done
5183
done
5145
done
5184
  done
5146
IFS=$as_save_IFS
5185
IFS=$as_save_IFS
5147
 
5186
 
5148
fi
5187
fi
5149
fi
5188
fi
5150
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5189
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5151
if test -n "$ac_ct_RANLIB"; then
5190
if test -n "$ac_ct_RANLIB"; then
5152
  { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5191
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5153
$as_echo "$ac_ct_RANLIB" >&6; }
5192
$as_echo "$ac_ct_RANLIB" >&6; }
5154
else
5193
else
5155
  { $as_echo "$as_me:$LINENO: result: no" >&5
5194
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5156
$as_echo "no" >&6; }
5195
$as_echo "no" >&6; }
5157
fi
5196
fi
5158
 
5197
 
5159
  if test "x$ac_ct_RANLIB" = x; then
5198
  if test "x$ac_ct_RANLIB" = x; then
5160
    RANLIB=":"
5199
    RANLIB=":"
5161
  else
5200
  else
5162
    case $cross_compiling:$ac_tool_warned in
5201
    case $cross_compiling:$ac_tool_warned in
5163
yes:)
5202
yes:)
5164
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5203
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5165
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5204
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5166
ac_tool_warned=yes ;;
5205
ac_tool_warned=yes ;;
5167
esac
5206
esac
5168
    RANLIB=$ac_ct_RANLIB
5207
    RANLIB=$ac_ct_RANLIB
5169
  fi
5208
  fi
Line 5237... Line 5276...
5237
# Allow CC to be a program name with arguments.
5276
# Allow CC to be a program name with arguments.
5238
compiler=$CC
5277
compiler=$CC
5239
 
5278
 
5240
 
5279
 
5241
# Check for command to grab the raw symbol name followed by C symbol from nm.
5280
# Check for command to grab the raw symbol name followed by C symbol from nm.
5242
{ $as_echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
5281
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5243
$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5282
$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5244
if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
5283
if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
5245
  $as_echo_n "(cached) " >&6
5284
  $as_echo_n "(cached) " >&6
5246
else
5285
else
5247
  
5286
  
5248
# These are sane defaults that work on at least a few old systems.
5287
# These are sane defaults that work on at least a few old systems.
5249
# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
5288
# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
Line 5355... Line 5394...
5355
}
5394
}
5356
#endif
5395
#endif
5357
int main(){nm_test_var='a';nm_test_func();return(0);}
5396
int main(){nm_test_var='a';nm_test_func();return(0);}
5358
_LT_EOF
5397
_LT_EOF
5359
 
5398
 
5360
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5399
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5361
  (eval $ac_compile) 2>&5
5400
  (eval $ac_compile) 2>&5
5362
  ac_status=$?
5401
  ac_status=$?
5363
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5402
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5364
  (exit $ac_status); }; then
5403
  test $ac_status = 0; }; then
5365
    # Now try to grab the symbols.
5404
    # Now try to grab the symbols.
5366
    nlist=conftest.nm
5405
    nlist=conftest.nm
5367
    if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
5406
    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
5368
  (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
5407
  (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
5369
  ac_status=$?
5408
  ac_status=$?
5370
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5409
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5371
  (exit $ac_status); } && test -s "$nlist"; then
5410
  test $ac_status = 0; } && test -s "$nlist"; then
5372
      # Try sorting and uniquifying the output.
5411
      # Try sorting and uniquifying the output.
5373
      if sort "$nlist" | uniq > "$nlist"T; then
5412
      if sort "$nlist" | uniq > "$nlist"T; then
5374
	mv -f "$nlist"T "$nlist"
5413
	mv -f "$nlist"T "$nlist"
5375
      else
5414
      else
5376
	rm -f "$nlist"T
5415
	rm -f "$nlist"T
Line 5419... Line 5458...
5419
	  mv conftest.$ac_objext conftstm.$ac_objext
5458
	  mv conftest.$ac_objext conftstm.$ac_objext
5420
	  lt_save_LIBS="$LIBS"
5459
	  lt_save_LIBS="$LIBS"
5421
	  lt_save_CFLAGS="$CFLAGS"
5460
	  lt_save_CFLAGS="$CFLAGS"
5422
	  LIBS="conftstm.$ac_objext"
5461
	  LIBS="conftstm.$ac_objext"
5423
	  CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5462
	  CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5424
	  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5463
	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5425
  (eval $ac_link) 2>&5
5464
  (eval $ac_link) 2>&5
5426
  ac_status=$?
5465
  ac_status=$?
5427
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5466
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5428
  (exit $ac_status); } && test -s conftest${ac_exeext}; then
5467
  test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5429
	    pipe_works=yes
5468
	    pipe_works=yes
5430
	  fi
5469
	  fi
5431
	  LIBS="$lt_save_LIBS"
5470
	  LIBS="$lt_save_LIBS"
5432
	  CFLAGS="$lt_save_CFLAGS"
5471
	  CFLAGS="$lt_save_CFLAGS"
5433
	else
5472
	else
Line 5457... Line 5496...
5457
 
5496
 
5458
if test -z "$lt_cv_sys_global_symbol_pipe"; then
5497
if test -z "$lt_cv_sys_global_symbol_pipe"; then
5459
  lt_cv_sys_global_symbol_to_cdecl=
5498
  lt_cv_sys_global_symbol_to_cdecl=
5460
fi
5499
fi
5461
if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5500
if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5462
  { $as_echo "$as_me:$LINENO: result: failed" >&5
5501
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5463
$as_echo "failed" >&6; }
5502
$as_echo "failed" >&6; }
5464
else
5503
else
5465
  { $as_echo "$as_me:$LINENO: result: ok" >&5
5504
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5466
$as_echo "ok" >&6; }
5505
$as_echo "ok" >&6; }
5467
fi
5506
fi
5468
 
5507
 
5469
 
5508
 
5470
    
5509
    
Line 5487... Line 5526...
5487
    
5526
    
5488
 
5527
 
5489
 
5528
 
5490
 
5529
 
5491
@%:@ Check whether --enable-libtool-lock was given.
5530
@%:@ Check whether --enable-libtool-lock was given.
5492
if test "${enable_libtool_lock+set}" = set; then
5531
if test "${enable_libtool_lock+set}" = set; then :
5493
  enableval=$enable_libtool_lock; 
5532
  enableval=$enable_libtool_lock; 
5494
fi
5533
fi
5495
 
5534
 
5496
test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5535
test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5497
 
5536
 
Line 5499... Line 5538...
5499
# libtool support.
5538
# libtool support.
5500
case $host in
5539
case $host in
5501
ia64-*-hpux*)
5540
ia64-*-hpux*)
5502
  # Find out which ABI we are using.
5541
  # Find out which ABI we are using.
5503
  echo 'int i;' > conftest.$ac_ext
5542
  echo 'int i;' > conftest.$ac_ext
5504
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5543
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5505
  (eval $ac_compile) 2>&5
5544
  (eval $ac_compile) 2>&5
5506
  ac_status=$?
5545
  ac_status=$?
5507
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5546
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5508
  (exit $ac_status); }; then
5547
  test $ac_status = 0; }; then
5509
    case `/usr/bin/file conftest.$ac_objext` in
5548
    case `/usr/bin/file conftest.$ac_objext` in
5510
      *ELF-32*)
5549
      *ELF-32*)
5511
	HPUX_IA64_MODE="32"
5550
	HPUX_IA64_MODE="32"
5512
	;;
5551
	;;
5513
      *ELF-64*)
5552
      *ELF-64*)
Line 5518... Line 5557...
5518
  rm -rf conftest*
5557
  rm -rf conftest*
5519
  ;;
5558
  ;;
5520
*-*-irix6*)
5559
*-*-irix6*)
5521
  # Find out which ABI we are using.
5560
  # Find out which ABI we are using.
5522
  echo '#line __oline__ "configure"' > conftest.$ac_ext
5561
  echo '#line __oline__ "configure"' > conftest.$ac_ext
5523
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5562
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5524
  (eval $ac_compile) 2>&5
5563
  (eval $ac_compile) 2>&5
5525
  ac_status=$?
5564
  ac_status=$?
5526
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5565
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5527
  (exit $ac_status); }; then
5566
  test $ac_status = 0; }; then
5528
    if test "$lt_cv_prog_gnu_ld" = yes; then
5567
    if test "$lt_cv_prog_gnu_ld" = yes; then
5529
      case `/usr/bin/file conftest.$ac_objext` in
5568
      case `/usr/bin/file conftest.$ac_objext` in
5530
	*32-bit*)
5569
	*32-bit*)
5531
	  LD="${LD-ld} -melf32bsmip"
5570
	  LD="${LD-ld} -melf32bsmip"
5532
	  ;;
5571
	  ;;
Line 5556... Line 5595...
5556
 
5595
 
5557
x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
5596
x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
5558
s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5597
s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5559
  # Find out which ABI we are using.
5598
  # Find out which ABI we are using.
5560
  echo 'int i;' > conftest.$ac_ext
5599
  echo 'int i;' > conftest.$ac_ext
5561
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5600
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5562
  (eval $ac_compile) 2>&5
5601
  (eval $ac_compile) 2>&5
5563
  ac_status=$?
5602
  ac_status=$?
5564
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5603
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5565
  (exit $ac_status); }; then
5604
  test $ac_status = 0; }; then
5566
    case `/usr/bin/file conftest.o` in
5605
    case `/usr/bin/file conftest.o` in
5567
      *32-bit*)
5606
      *32-bit*)
5568
	case $host in
5607
	case $host in
5569
	  x86_64-*kfreebsd*-gnu)
5608
	  x86_64-*kfreebsd*-gnu)
5570
	    LD="${LD-ld} -m elf_i386_fbsd"
5609
	    LD="${LD-ld} -m elf_i386_fbsd"
Line 5609... Line 5648...
5609
 
5648
 
5610
*-*-sco3.2v5*)
5649
*-*-sco3.2v5*)
5611
  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5650
  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5612
  SAVE_CFLAGS="$CFLAGS"
5651
  SAVE_CFLAGS="$CFLAGS"
5613
  CFLAGS="$CFLAGS -belf"
5652
  CFLAGS="$CFLAGS -belf"
5614
  { $as_echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
5653
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5615
$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
5654
$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
5616
if test "${lt_cv_cc_needs_belf+set}" = set; then
5655
if test "${lt_cv_cc_needs_belf+set}" = set; then :
5617
  $as_echo_n "(cached) " >&6
5656
  $as_echo_n "(cached) " >&6
5618
else
5657
else
5619
  ac_ext=c
5658
  ac_ext=c
5620
ac_cpp='$CPP $CPPFLAGS'
5659
ac_cpp='$CPP $CPPFLAGS'
5621
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5660
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5622
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5661
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5623
ac_compiler_gnu=$ac_cv_c_compiler_gnu
5662
ac_compiler_gnu=$ac_cv_c_compiler_gnu
5624
 
5663
 
5625
     cat >conftest.$ac_ext <<_ACEOF
-
 
5626
/* confdefs.h.  */
-
 
5627
_ACEOF
-
 
5628
cat confdefs.h >>conftest.$ac_ext
5664
     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5629
cat >>conftest.$ac_ext <<_ACEOF
-
 
5630
/* end confdefs.h.  */
5665
/* end confdefs.h.  */
5631
 
5666
 
5632
int
5667
int
5633
main ()
5668
main ()
5634
{
5669
{
5635
 
5670
 
5636
  ;
5671
  ;
5637
  return 0;
5672
  return 0;
5638
}
5673
}
5639
_ACEOF
5674
_ACEOF
5640
rm -f conftest.$ac_objext conftest$ac_exeext
-
 
5641
if { (ac_try="$ac_link"
-
 
5642
case "(($ac_try" in
-
 
5643
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
5644
  *) ac_try_echo=$ac_try;;
-
 
5645
esac
-
 
5646
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
5647
$as_echo "$ac_try_echo") >&5
-
 
5648
  (eval "$ac_link") 2>conftest.er1
5675
if ac_fn_c_try_link "$LINENO"; then :
5649
  ac_status=$?
-
 
5650
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
5651
  rm -f conftest.er1
-
 
5652
  cat conftest.err >&5
-
 
5653
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
5654
  (exit $ac_status); } && {
-
 
5655
	 test -z "$ac_c_werror_flag" ||
-
 
5656
	 test ! -s conftest.err
-
 
5657
       } && test -s conftest$ac_exeext && {
-
 
5658
	 test "$cross_compiling" = yes ||
-
 
5659
	 $as_test_x conftest$ac_exeext
-
 
5660
       }; then
-
 
5661
  lt_cv_cc_needs_belf=yes
5676
  lt_cv_cc_needs_belf=yes
5662
else
5677
else
5663
  $as_echo "$as_me: failed program was:" >&5
-
 
5664
sed 's/^/| /' conftest.$ac_ext >&5
-
 
5665
 
-
 
5666
	lt_cv_cc_needs_belf=no
5678
  lt_cv_cc_needs_belf=no
5667
fi
5679
fi
5668
 
-
 
5669
rm -rf conftest.dSYM
-
 
5670
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5680
rm -f core conftest.err conftest.$ac_objext \
5671
      conftest$ac_exeext conftest.$ac_ext
5681
    conftest$ac_exeext conftest.$ac_ext
5672
     ac_ext=c
5682
     ac_ext=c
5673
ac_cpp='$CPP $CPPFLAGS'
5683
ac_cpp='$CPP $CPPFLAGS'
5674
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5684
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5675
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5685
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5676
ac_compiler_gnu=$ac_cv_c_compiler_gnu
5686
ac_compiler_gnu=$ac_cv_c_compiler_gnu
5677
 
5687
 
5678
fi
5688
fi
5679
{ $as_echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
5689
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5680
$as_echo "$lt_cv_cc_needs_belf" >&6; }
5690
$as_echo "$lt_cv_cc_needs_belf" >&6; }
5681
  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5691
  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5682
    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5692
    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5683
    CFLAGS="$SAVE_CFLAGS"
5693
    CFLAGS="$SAVE_CFLAGS"
5684
  fi
5694
  fi
5685
  ;;
5695
  ;;
5686
sparc*-*solaris*)
5696
sparc*-*solaris*)
5687
  # Find out which ABI we are using.
5697
  # Find out which ABI we are using.
5688
  echo 'int i;' > conftest.$ac_ext
5698
  echo 'int i;' > conftest.$ac_ext
5689
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5699
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5690
  (eval $ac_compile) 2>&5
5700
  (eval $ac_compile) 2>&5
5691
  ac_status=$?
5701
  ac_status=$?
5692
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5702
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5693
  (exit $ac_status); }; then
5703
  test $ac_status = 0; }; then
5694
    case `/usr/bin/file conftest.o` in
5704
    case `/usr/bin/file conftest.o` in
5695
    *64-bit*)
5705
    *64-bit*)
5696
      case $lt_cv_prog_gnu_ld in
5706
      case $lt_cv_prog_gnu_ld in
5697
      yes*) LD="${LD-ld} -m elf64_sparc" ;;
5707
      yes*) LD="${LD-ld} -m elf64_sparc" ;;
5698
      *)
5708
      *)
Line 5714... Line 5724...
5714
  case $host_os in
5724
  case $host_os in
5715
    rhapsody* | darwin*)
5725
    rhapsody* | darwin*)
5716
    if test -n "$ac_tool_prefix"; then
5726
    if test -n "$ac_tool_prefix"; then
5717
  # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5727
  # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5718
set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5728
set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5719
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5729
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5720
$as_echo_n "checking for $ac_word... " >&6; }
5730
$as_echo_n "checking for $ac_word... " >&6; }
5721
if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
5731
if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
5722
  $as_echo_n "(cached) " >&6
5732
  $as_echo_n "(cached) " >&6
5723
else
5733
else
5724
  if test -n "$DSYMUTIL"; then
5734
  if test -n "$DSYMUTIL"; then
5725
  ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5735
  ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5726
else
5736
else
5727
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5737
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5728
for as_dir in $PATH
5738
for as_dir in $PATH
5729
do
5739
do
5730
  IFS=$as_save_IFS
5740
  IFS=$as_save_IFS
5731
  test -z "$as_dir" && as_dir=.
5741
  test -z "$as_dir" && as_dir=.
5732
  for ac_exec_ext in '' $ac_executable_extensions; do
5742
    for ac_exec_ext in '' $ac_executable_extensions; do
5733
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5743
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5734
    ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5744
    ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5735
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5745
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5736
    break 2
5746
    break 2
5737
  fi
5747
  fi
5738
done
5748
done
5739
done
5749
  done
5740
IFS=$as_save_IFS
5750
IFS=$as_save_IFS
5741
 
5751
 
5742
fi
5752
fi
5743
fi
5753
fi
5744
DSYMUTIL=$ac_cv_prog_DSYMUTIL
5754
DSYMUTIL=$ac_cv_prog_DSYMUTIL
5745
if test -n "$DSYMUTIL"; then
5755
if test -n "$DSYMUTIL"; then
5746
  { $as_echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
5756
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5747
$as_echo "$DSYMUTIL" >&6; }
5757
$as_echo "$DSYMUTIL" >&6; }
5748
else
5758
else
5749
  { $as_echo "$as_me:$LINENO: result: no" >&5
5759
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5750
$as_echo "no" >&6; }
5760
$as_echo "no" >&6; }
5751
fi
5761
fi
5752
 
5762
 
5753
 
5763
 
5754
fi
5764
fi
5755
if test -z "$ac_cv_prog_DSYMUTIL"; then
5765
if test -z "$ac_cv_prog_DSYMUTIL"; then
5756
  ac_ct_DSYMUTIL=$DSYMUTIL
5766
  ac_ct_DSYMUTIL=$DSYMUTIL
5757
  # Extract the first word of "dsymutil", so it can be a program name with args.
5767
  # Extract the first word of "dsymutil", so it can be a program name with args.
5758
set dummy dsymutil; ac_word=$2
5768
set dummy dsymutil; ac_word=$2
5759
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5769
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5760
$as_echo_n "checking for $ac_word... " >&6; }
5770
$as_echo_n "checking for $ac_word... " >&6; }
5761
if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
5771
if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
5762
  $as_echo_n "(cached) " >&6
5772
  $as_echo_n "(cached) " >&6
5763
else
5773
else
5764
  if test -n "$ac_ct_DSYMUTIL"; then
5774
  if test -n "$ac_ct_DSYMUTIL"; then
5765
  ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5775
  ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5766
else
5776
else
5767
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5777
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5768
for as_dir in $PATH
5778
for as_dir in $PATH
5769
do
5779
do
5770
  IFS=$as_save_IFS
5780
  IFS=$as_save_IFS
5771
  test -z "$as_dir" && as_dir=.
5781
  test -z "$as_dir" && as_dir=.
5772
  for ac_exec_ext in '' $ac_executable_extensions; do
5782
    for ac_exec_ext in '' $ac_executable_extensions; do
5773
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5783
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5774
    ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5784
    ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5775
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5785
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5776
    break 2
5786
    break 2
5777
  fi
5787
  fi
5778
done
5788
done
5779
done
5789
  done
5780
IFS=$as_save_IFS
5790
IFS=$as_save_IFS
5781
 
5791
 
5782
fi
5792
fi
5783
fi
5793
fi
5784
ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5794
ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5785
if test -n "$ac_ct_DSYMUTIL"; then
5795
if test -n "$ac_ct_DSYMUTIL"; then
5786
  { $as_echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
5796
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5787
$as_echo "$ac_ct_DSYMUTIL" >&6; }
5797
$as_echo "$ac_ct_DSYMUTIL" >&6; }
5788
else
5798
else
5789
  { $as_echo "$as_me:$LINENO: result: no" >&5
5799
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5790
$as_echo "no" >&6; }
5800
$as_echo "no" >&6; }
5791
fi
5801
fi
5792
 
5802
 
5793
  if test "x$ac_ct_DSYMUTIL" = x; then
5803
  if test "x$ac_ct_DSYMUTIL" = x; then
5794
    DSYMUTIL=":"
5804
    DSYMUTIL=":"
5795
  else
5805
  else
5796
    case $cross_compiling:$ac_tool_warned in
5806
    case $cross_compiling:$ac_tool_warned in
5797
yes:)
5807
yes:)
5798
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5808
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5799
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5809
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5800
ac_tool_warned=yes ;;
5810
ac_tool_warned=yes ;;
5801
esac
5811
esac
5802
    DSYMUTIL=$ac_ct_DSYMUTIL
5812
    DSYMUTIL=$ac_ct_DSYMUTIL
5803
  fi
5813
  fi
Line 5806... Line 5816...
5806
fi
5816
fi
5807
 
5817
 
5808
    if test -n "$ac_tool_prefix"; then
5818
    if test -n "$ac_tool_prefix"; then
5809
  # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5819
  # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5810
set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5820
set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5811
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5821
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5812
$as_echo_n "checking for $ac_word... " >&6; }
5822
$as_echo_n "checking for $ac_word... " >&6; }
5813
if test "${ac_cv_prog_NMEDIT+set}" = set; then
5823
if test "${ac_cv_prog_NMEDIT+set}" = set; then :
5814
  $as_echo_n "(cached) " >&6
5824
  $as_echo_n "(cached) " >&6
5815
else
5825
else
5816
  if test -n "$NMEDIT"; then
5826
  if test -n "$NMEDIT"; then
5817
  ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5827
  ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5818
else
5828
else
5819
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5829
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5820
for as_dir in $PATH
5830
for as_dir in $PATH
5821
do
5831
do
5822
  IFS=$as_save_IFS
5832
  IFS=$as_save_IFS
5823
  test -z "$as_dir" && as_dir=.
5833
  test -z "$as_dir" && as_dir=.
5824
  for ac_exec_ext in '' $ac_executable_extensions; do
5834
    for ac_exec_ext in '' $ac_executable_extensions; do
5825
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5835
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5826
    ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5836
    ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5827
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5837
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5828
    break 2
5838
    break 2
5829
  fi
5839
  fi
5830
done
5840
done
5831
done
5841
  done
5832
IFS=$as_save_IFS
5842
IFS=$as_save_IFS
5833
 
5843
 
5834
fi
5844
fi
5835
fi
5845
fi
5836
NMEDIT=$ac_cv_prog_NMEDIT
5846
NMEDIT=$ac_cv_prog_NMEDIT
5837
if test -n "$NMEDIT"; then
5847
if test -n "$NMEDIT"; then
5838
  { $as_echo "$as_me:$LINENO: result: $NMEDIT" >&5
5848
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5839
$as_echo "$NMEDIT" >&6; }
5849
$as_echo "$NMEDIT" >&6; }
5840
else
5850
else
5841
  { $as_echo "$as_me:$LINENO: result: no" >&5
5851
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5842
$as_echo "no" >&6; }
5852
$as_echo "no" >&6; }
5843
fi
5853
fi
5844
 
5854
 
5845
 
5855
 
5846
fi
5856
fi
5847
if test -z "$ac_cv_prog_NMEDIT"; then
5857
if test -z "$ac_cv_prog_NMEDIT"; then
5848
  ac_ct_NMEDIT=$NMEDIT
5858
  ac_ct_NMEDIT=$NMEDIT
5849
  # Extract the first word of "nmedit", so it can be a program name with args.
5859
  # Extract the first word of "nmedit", so it can be a program name with args.
5850
set dummy nmedit; ac_word=$2
5860
set dummy nmedit; ac_word=$2
5851
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5861
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5852
$as_echo_n "checking for $ac_word... " >&6; }
5862
$as_echo_n "checking for $ac_word... " >&6; }
5853
if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
5863
if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
5854
  $as_echo_n "(cached) " >&6
5864
  $as_echo_n "(cached) " >&6
5855
else
5865
else
5856
  if test -n "$ac_ct_NMEDIT"; then
5866
  if test -n "$ac_ct_NMEDIT"; then
5857
  ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5867
  ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5858
else
5868
else
5859
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5869
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5860
for as_dir in $PATH
5870
for as_dir in $PATH
5861
do
5871
do
5862
  IFS=$as_save_IFS
5872
  IFS=$as_save_IFS
5863
  test -z "$as_dir" && as_dir=.
5873
  test -z "$as_dir" && as_dir=.
5864
  for ac_exec_ext in '' $ac_executable_extensions; do
5874
    for ac_exec_ext in '' $ac_executable_extensions; do
5865
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5875
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5866
    ac_cv_prog_ac_ct_NMEDIT="nmedit"
5876
    ac_cv_prog_ac_ct_NMEDIT="nmedit"
5867
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5877
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5868
    break 2
5878
    break 2
5869
  fi
5879
  fi
5870
done
5880
done
5871
done
5881
  done
5872
IFS=$as_save_IFS
5882
IFS=$as_save_IFS
5873
 
5883
 
5874
fi
5884
fi
5875
fi
5885
fi
5876
ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5886
ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5877
if test -n "$ac_ct_NMEDIT"; then
5887
if test -n "$ac_ct_NMEDIT"; then
5878
  { $as_echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
5888
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
5879
$as_echo "$ac_ct_NMEDIT" >&6; }
5889
$as_echo "$ac_ct_NMEDIT" >&6; }
5880
else
5890
else
5881
  { $as_echo "$as_me:$LINENO: result: no" >&5
5891
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5882
$as_echo "no" >&6; }
5892
$as_echo "no" >&6; }
5883
fi
5893
fi
5884
 
5894
 
5885
  if test "x$ac_ct_NMEDIT" = x; then
5895
  if test "x$ac_ct_NMEDIT" = x; then
5886
    NMEDIT=":"
5896
    NMEDIT=":"
5887
  else
5897
  else
5888
    case $cross_compiling:$ac_tool_warned in
5898
    case $cross_compiling:$ac_tool_warned in
5889
yes:)
5899
yes:)
5890
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5900
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5891
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5901
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5892
ac_tool_warned=yes ;;
5902
ac_tool_warned=yes ;;
5893
esac
5903
esac
5894
    NMEDIT=$ac_ct_NMEDIT
5904
    NMEDIT=$ac_ct_NMEDIT
5895
  fi
5905
  fi
Line 5898... Line 5908...
5898
fi
5908
fi
5899
 
5909
 
5900
    if test -n "$ac_tool_prefix"; then
5910
    if test -n "$ac_tool_prefix"; then
5901
  # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
5911
  # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
5902
set dummy ${ac_tool_prefix}lipo; ac_word=$2
5912
set dummy ${ac_tool_prefix}lipo; ac_word=$2
5903
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5913
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5904
$as_echo_n "checking for $ac_word... " >&6; }
5914
$as_echo_n "checking for $ac_word... " >&6; }
5905
if test "${ac_cv_prog_LIPO+set}" = set; then
5915
if test "${ac_cv_prog_LIPO+set}" = set; then :
5906
  $as_echo_n "(cached) " >&6
5916
  $as_echo_n "(cached) " >&6
5907
else
5917
else
5908
  if test -n "$LIPO"; then
5918
  if test -n "$LIPO"; then
5909
  ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
5919
  ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
5910
else
5920
else
5911
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5921
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5912
for as_dir in $PATH
5922
for as_dir in $PATH
5913
do
5923
do
5914
  IFS=$as_save_IFS
5924
  IFS=$as_save_IFS
5915
  test -z "$as_dir" && as_dir=.
5925
  test -z "$as_dir" && as_dir=.
5916
  for ac_exec_ext in '' $ac_executable_extensions; do
5926
    for ac_exec_ext in '' $ac_executable_extensions; do
5917
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5927
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5918
    ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
5928
    ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
5919
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5929
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5920
    break 2
5930
    break 2
5921
  fi
5931
  fi
5922
done
5932
done
5923
done
5933
  done
5924
IFS=$as_save_IFS
5934
IFS=$as_save_IFS
5925
 
5935
 
5926
fi
5936
fi
5927
fi
5937
fi
5928
LIPO=$ac_cv_prog_LIPO
5938
LIPO=$ac_cv_prog_LIPO
5929
if test -n "$LIPO"; then
5939
if test -n "$LIPO"; then
5930
  { $as_echo "$as_me:$LINENO: result: $LIPO" >&5
5940
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
5931
$as_echo "$LIPO" >&6; }
5941
$as_echo "$LIPO" >&6; }
5932
else
5942
else
5933
  { $as_echo "$as_me:$LINENO: result: no" >&5
5943
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5934
$as_echo "no" >&6; }
5944
$as_echo "no" >&6; }
5935
fi
5945
fi
5936
 
5946
 
5937
 
5947
 
5938
fi
5948
fi
5939
if test -z "$ac_cv_prog_LIPO"; then
5949
if test -z "$ac_cv_prog_LIPO"; then
5940
  ac_ct_LIPO=$LIPO
5950
  ac_ct_LIPO=$LIPO
5941
  # Extract the first word of "lipo", so it can be a program name with args.
5951
  # Extract the first word of "lipo", so it can be a program name with args.
5942
set dummy lipo; ac_word=$2
5952
set dummy lipo; ac_word=$2
5943
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5953
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5944
$as_echo_n "checking for $ac_word... " >&6; }
5954
$as_echo_n "checking for $ac_word... " >&6; }
5945
if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then
5955
if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
5946
  $as_echo_n "(cached) " >&6
5956
  $as_echo_n "(cached) " >&6
5947
else
5957
else
5948
  if test -n "$ac_ct_LIPO"; then
5958
  if test -n "$ac_ct_LIPO"; then
5949
  ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
5959
  ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
5950
else
5960
else
5951
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5961
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5952
for as_dir in $PATH
5962
for as_dir in $PATH
5953
do
5963
do
5954
  IFS=$as_save_IFS
5964
  IFS=$as_save_IFS
5955
  test -z "$as_dir" && as_dir=.
5965
  test -z "$as_dir" && as_dir=.
5956
  for ac_exec_ext in '' $ac_executable_extensions; do
5966
    for ac_exec_ext in '' $ac_executable_extensions; do
5957
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5967
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5958
    ac_cv_prog_ac_ct_LIPO="lipo"
5968
    ac_cv_prog_ac_ct_LIPO="lipo"
5959
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5969
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5960
    break 2
5970
    break 2
5961
  fi
5971
  fi
5962
done
5972
done
5963
done
5973
  done
5964
IFS=$as_save_IFS
5974
IFS=$as_save_IFS
5965
 
5975
 
5966
fi
5976
fi
5967
fi
5977
fi
5968
ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
5978
ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
5969
if test -n "$ac_ct_LIPO"; then
5979
if test -n "$ac_ct_LIPO"; then
5970
  { $as_echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
5980
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
5971
$as_echo "$ac_ct_LIPO" >&6; }
5981
$as_echo "$ac_ct_LIPO" >&6; }
5972
else
5982
else
5973
  { $as_echo "$as_me:$LINENO: result: no" >&5
5983
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5974
$as_echo "no" >&6; }
5984
$as_echo "no" >&6; }
5975
fi
5985
fi
5976
 
5986
 
5977
  if test "x$ac_ct_LIPO" = x; then
5987
  if test "x$ac_ct_LIPO" = x; then
5978
    LIPO=":"
5988
    LIPO=":"
5979
  else
5989
  else
5980
    case $cross_compiling:$ac_tool_warned in
5990
    case $cross_compiling:$ac_tool_warned in
5981
yes:)
5991
yes:)
5982
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5992
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5983
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5993
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5984
ac_tool_warned=yes ;;
5994
ac_tool_warned=yes ;;
5985
esac
5995
esac
5986
    LIPO=$ac_ct_LIPO
5996
    LIPO=$ac_ct_LIPO
5987
  fi
5997
  fi
Line 5990... Line 6000...
5990
fi
6000
fi
5991
 
6001
 
5992
    if test -n "$ac_tool_prefix"; then
6002
    if test -n "$ac_tool_prefix"; then
5993
  # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6003
  # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
5994
set dummy ${ac_tool_prefix}otool; ac_word=$2
6004
set dummy ${ac_tool_prefix}otool; ac_word=$2
5995
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6005
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5996
$as_echo_n "checking for $ac_word... " >&6; }
6006
$as_echo_n "checking for $ac_word... " >&6; }
5997
if test "${ac_cv_prog_OTOOL+set}" = set; then
6007
if test "${ac_cv_prog_OTOOL+set}" = set; then :
5998
  $as_echo_n "(cached) " >&6
6008
  $as_echo_n "(cached) " >&6
5999
else
6009
else
6000
  if test -n "$OTOOL"; then
6010
  if test -n "$OTOOL"; then
6001
  ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6011
  ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6002
else
6012
else
6003
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6013
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6004
for as_dir in $PATH
6014
for as_dir in $PATH
6005
do
6015
do
6006
  IFS=$as_save_IFS
6016
  IFS=$as_save_IFS
6007
  test -z "$as_dir" && as_dir=.
6017
  test -z "$as_dir" && as_dir=.
6008
  for ac_exec_ext in '' $ac_executable_extensions; do
6018
    for ac_exec_ext in '' $ac_executable_extensions; do
6009
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6019
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6010
    ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6020
    ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6011
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6021
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6012
    break 2
6022
    break 2
6013
  fi
6023
  fi
6014
done
6024
done
6015
done
6025
  done
6016
IFS=$as_save_IFS
6026
IFS=$as_save_IFS
6017
 
6027
 
6018
fi
6028
fi
6019
fi
6029
fi
6020
OTOOL=$ac_cv_prog_OTOOL
6030
OTOOL=$ac_cv_prog_OTOOL
6021
if test -n "$OTOOL"; then
6031
if test -n "$OTOOL"; then
6022
  { $as_echo "$as_me:$LINENO: result: $OTOOL" >&5
6032
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6023
$as_echo "$OTOOL" >&6; }
6033
$as_echo "$OTOOL" >&6; }
6024
else
6034
else
6025
  { $as_echo "$as_me:$LINENO: result: no" >&5
6035
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6026
$as_echo "no" >&6; }
6036
$as_echo "no" >&6; }
6027
fi
6037
fi
6028
 
6038
 
6029
 
6039
 
6030
fi
6040
fi
6031
if test -z "$ac_cv_prog_OTOOL"; then
6041
if test -z "$ac_cv_prog_OTOOL"; then
6032
  ac_ct_OTOOL=$OTOOL
6042
  ac_ct_OTOOL=$OTOOL
6033
  # Extract the first word of "otool", so it can be a program name with args.
6043
  # Extract the first word of "otool", so it can be a program name with args.
6034
set dummy otool; ac_word=$2
6044
set dummy otool; ac_word=$2
6035
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6045
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6036
$as_echo_n "checking for $ac_word... " >&6; }
6046
$as_echo_n "checking for $ac_word... " >&6; }
6037
if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then
6047
if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
6038
  $as_echo_n "(cached) " >&6
6048
  $as_echo_n "(cached) " >&6
6039
else
6049
else
6040
  if test -n "$ac_ct_OTOOL"; then
6050
  if test -n "$ac_ct_OTOOL"; then
6041
  ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6051
  ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6042
else
6052
else
6043
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6053
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6044
for as_dir in $PATH
6054
for as_dir in $PATH
6045
do
6055
do
6046
  IFS=$as_save_IFS
6056
  IFS=$as_save_IFS
6047
  test -z "$as_dir" && as_dir=.
6057
  test -z "$as_dir" && as_dir=.
6048
  for ac_exec_ext in '' $ac_executable_extensions; do
6058
    for ac_exec_ext in '' $ac_executable_extensions; do
6049
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6059
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6050
    ac_cv_prog_ac_ct_OTOOL="otool"
6060
    ac_cv_prog_ac_ct_OTOOL="otool"
6051
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6061
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6052
    break 2
6062
    break 2
6053
  fi
6063
  fi
6054
done
6064
done
6055
done
6065
  done
6056
IFS=$as_save_IFS
6066
IFS=$as_save_IFS
6057
 
6067
 
6058
fi
6068
fi
6059
fi
6069
fi
6060
ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6070
ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6061
if test -n "$ac_ct_OTOOL"; then
6071
if test -n "$ac_ct_OTOOL"; then
6062
  { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
6072
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6063
$as_echo "$ac_ct_OTOOL" >&6; }
6073
$as_echo "$ac_ct_OTOOL" >&6; }
6064
else
6074
else
6065
  { $as_echo "$as_me:$LINENO: result: no" >&5
6075
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6066
$as_echo "no" >&6; }
6076
$as_echo "no" >&6; }
6067
fi
6077
fi
6068
 
6078
 
6069
  if test "x$ac_ct_OTOOL" = x; then
6079
  if test "x$ac_ct_OTOOL" = x; then
6070
    OTOOL=":"
6080
    OTOOL=":"
6071
  else
6081
  else
6072
    case $cross_compiling:$ac_tool_warned in
6082
    case $cross_compiling:$ac_tool_warned in
6073
yes:)
6083
yes:)
6074
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6084
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6075
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6085
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6076
ac_tool_warned=yes ;;
6086
ac_tool_warned=yes ;;
6077
esac
6087
esac
6078
    OTOOL=$ac_ct_OTOOL
6088
    OTOOL=$ac_ct_OTOOL
6079
  fi
6089
  fi
Line 6082... Line 6092...
6082
fi
6092
fi
6083
 
6093
 
6084
    if test -n "$ac_tool_prefix"; then
6094
    if test -n "$ac_tool_prefix"; then
6085
  # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6095
  # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6086
set dummy ${ac_tool_prefix}otool64; ac_word=$2
6096
set dummy ${ac_tool_prefix}otool64; ac_word=$2
6087
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6097
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6088
$as_echo_n "checking for $ac_word... " >&6; }
6098
$as_echo_n "checking for $ac_word... " >&6; }
6089
if test "${ac_cv_prog_OTOOL64+set}" = set; then
6099
if test "${ac_cv_prog_OTOOL64+set}" = set; then :
6090
  $as_echo_n "(cached) " >&6
6100
  $as_echo_n "(cached) " >&6
6091
else
6101
else
6092
  if test -n "$OTOOL64"; then
6102
  if test -n "$OTOOL64"; then
6093
  ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6103
  ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6094
else
6104
else
6095
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6105
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6096
for as_dir in $PATH
6106
for as_dir in $PATH
6097
do
6107
do
6098
  IFS=$as_save_IFS
6108
  IFS=$as_save_IFS
6099
  test -z "$as_dir" && as_dir=.
6109
  test -z "$as_dir" && as_dir=.
6100
  for ac_exec_ext in '' $ac_executable_extensions; do
6110
    for ac_exec_ext in '' $ac_executable_extensions; do
6101
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6111
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6102
    ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6112
    ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6103
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6113
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6104
    break 2
6114
    break 2
6105
  fi
6115
  fi
6106
done
6116
done
6107
done
6117
  done
6108
IFS=$as_save_IFS
6118
IFS=$as_save_IFS
6109
 
6119
 
6110
fi
6120
fi
6111
fi
6121
fi
6112
OTOOL64=$ac_cv_prog_OTOOL64
6122
OTOOL64=$ac_cv_prog_OTOOL64
6113
if test -n "$OTOOL64"; then
6123
if test -n "$OTOOL64"; then
6114
  { $as_echo "$as_me:$LINENO: result: $OTOOL64" >&5
6124
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6115
$as_echo "$OTOOL64" >&6; }
6125
$as_echo "$OTOOL64" >&6; }
6116
else
6126
else
6117
  { $as_echo "$as_me:$LINENO: result: no" >&5
6127
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6118
$as_echo "no" >&6; }
6128
$as_echo "no" >&6; }
6119
fi
6129
fi
6120
 
6130
 
6121
 
6131
 
6122
fi
6132
fi
6123
if test -z "$ac_cv_prog_OTOOL64"; then
6133
if test -z "$ac_cv_prog_OTOOL64"; then
6124
  ac_ct_OTOOL64=$OTOOL64
6134
  ac_ct_OTOOL64=$OTOOL64
6125
  # Extract the first word of "otool64", so it can be a program name with args.
6135
  # Extract the first word of "otool64", so it can be a program name with args.
6126
set dummy otool64; ac_word=$2
6136
set dummy otool64; ac_word=$2
6127
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6137
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6128
$as_echo_n "checking for $ac_word... " >&6; }
6138
$as_echo_n "checking for $ac_word... " >&6; }
6129
if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then
6139
if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
6130
  $as_echo_n "(cached) " >&6
6140
  $as_echo_n "(cached) " >&6
6131
else
6141
else
6132
  if test -n "$ac_ct_OTOOL64"; then
6142
  if test -n "$ac_ct_OTOOL64"; then
6133
  ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6143
  ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6134
else
6144
else
6135
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6145
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6136
for as_dir in $PATH
6146
for as_dir in $PATH
6137
do
6147
do
6138
  IFS=$as_save_IFS
6148
  IFS=$as_save_IFS
6139
  test -z "$as_dir" && as_dir=.
6149
  test -z "$as_dir" && as_dir=.
6140
  for ac_exec_ext in '' $ac_executable_extensions; do
6150
    for ac_exec_ext in '' $ac_executable_extensions; do
6141
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6151
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6142
    ac_cv_prog_ac_ct_OTOOL64="otool64"
6152
    ac_cv_prog_ac_ct_OTOOL64="otool64"
6143
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6153
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6144
    break 2
6154
    break 2
6145
  fi
6155
  fi
6146
done
6156
done
6147
done
6157
  done
6148
IFS=$as_save_IFS
6158
IFS=$as_save_IFS
6149
 
6159
 
6150
fi
6160
fi
6151
fi
6161
fi
6152
ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6162
ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6153
if test -n "$ac_ct_OTOOL64"; then
6163
if test -n "$ac_ct_OTOOL64"; then
6154
  { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
6164
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6155
$as_echo "$ac_ct_OTOOL64" >&6; }
6165
$as_echo "$ac_ct_OTOOL64" >&6; }
6156
else
6166
else
6157
  { $as_echo "$as_me:$LINENO: result: no" >&5
6167
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6158
$as_echo "no" >&6; }
6168
$as_echo "no" >&6; }
6159
fi
6169
fi
6160
 
6170
 
6161
  if test "x$ac_ct_OTOOL64" = x; then
6171
  if test "x$ac_ct_OTOOL64" = x; then
6162
    OTOOL64=":"
6172
    OTOOL64=":"
6163
  else
6173
  else
6164
    case $cross_compiling:$ac_tool_warned in
6174
    case $cross_compiling:$ac_tool_warned in
6165
yes:)
6175
yes:)
6166
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6176
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6167
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6177
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6168
ac_tool_warned=yes ;;
6178
ac_tool_warned=yes ;;
6169
esac
6179
esac
6170
    OTOOL64=$ac_ct_OTOOL64
6180
    OTOOL64=$ac_ct_OTOOL64
6171
  fi
6181
  fi
Line 6197... Line 6207...
6197
    
6207
    
6198
    
6208
    
6199
    
6209
    
6200
 
6210
 
6201
 
6211
 
6202
    { $as_echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
6212
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6203
$as_echo_n "checking for -single_module linker flag... " >&6; }
6213
$as_echo_n "checking for -single_module linker flag... " >&6; }
6204
if test "${lt_cv_apple_cc_single_mod+set}" = set; then
6214
if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
6205
  $as_echo_n "(cached) " >&6
6215
  $as_echo_n "(cached) " >&6
6206
else
6216
else
6207
  lt_cv_apple_cc_single_mod=no
6217
  lt_cv_apple_cc_single_mod=no
6208
      if test -z "${LT_MULTI_MODULE}"; then
6218
      if test -z "${LT_MULTI_MODULE}"; then
6209
	# By default we will add the -single_module flag. You can override
6219
	# By default we will add the -single_module flag. You can override
Line 6224... Line 6234...
6224
	fi
6234
	fi
6225
	rm -rf libconftest.dylib*
6235
	rm -rf libconftest.dylib*
6226
	rm -f conftest.*
6236
	rm -f conftest.*
6227
      fi
6237
      fi
6228
fi
6238
fi
6229
{ $as_echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
6239
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6230
$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6240
$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6231
    { $as_echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
6241
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6232
$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6242
$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6233
if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
6243
if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
6234
  $as_echo_n "(cached) " >&6
6244
  $as_echo_n "(cached) " >&6
6235
else
6245
else
6236
  lt_cv_ld_exported_symbols_list=no
6246
  lt_cv_ld_exported_symbols_list=no
6237
      save_LDFLAGS=$LDFLAGS
6247
      save_LDFLAGS=$LDFLAGS
6238
      echo "_main" > conftest.sym
6248
      echo "_main" > conftest.sym
6239
      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6249
      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6240
      cat >conftest.$ac_ext <<_ACEOF
-
 
6241
/* confdefs.h.  */
-
 
6242
_ACEOF
-
 
6243
cat confdefs.h >>conftest.$ac_ext
6250
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6244
cat >>conftest.$ac_ext <<_ACEOF
-
 
6245
/* end confdefs.h.  */
6251
/* end confdefs.h.  */
6246
 
6252
 
6247
int
6253
int
6248
main ()
6254
main ()
6249
{
6255
{
6250
 
6256
 
6251
  ;
6257
  ;
6252
  return 0;
6258
  return 0;
6253
}
6259
}
6254
_ACEOF
6260
_ACEOF
6255
rm -f conftest.$ac_objext conftest$ac_exeext
-
 
6256
if { (ac_try="$ac_link"
-
 
6257
case "(($ac_try" in
-
 
6258
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
6259
  *) ac_try_echo=$ac_try;;
-
 
6260
esac
-
 
6261
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
6262
$as_echo "$ac_try_echo") >&5
-
 
6263
  (eval "$ac_link") 2>conftest.er1
6261
if ac_fn_c_try_link "$LINENO"; then :
6264
  ac_status=$?
-
 
6265
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
6266
  rm -f conftest.er1
-
 
6267
  cat conftest.err >&5
-
 
6268
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
6269
  (exit $ac_status); } && {
-
 
6270
	 test -z "$ac_c_werror_flag" ||
-
 
6271
	 test ! -s conftest.err
-
 
6272
       } && test -s conftest$ac_exeext && {
-
 
6273
	 test "$cross_compiling" = yes ||
-
 
6274
	 $as_test_x conftest$ac_exeext
-
 
6275
       }; then
-
 
6276
  lt_cv_ld_exported_symbols_list=yes
6262
  lt_cv_ld_exported_symbols_list=yes
6277
else
6263
else
6278
  $as_echo "$as_me: failed program was:" >&5
-
 
6279
sed 's/^/| /' conftest.$ac_ext >&5
-
 
6280
 
-
 
6281
	lt_cv_ld_exported_symbols_list=no
6264
  lt_cv_ld_exported_symbols_list=no
6282
fi
6265
fi
6283
 
-
 
6284
rm -rf conftest.dSYM
-
 
6285
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6266
rm -f core conftest.err conftest.$ac_objext \
6286
      conftest$ac_exeext conftest.$ac_ext
6267
    conftest$ac_exeext conftest.$ac_ext
6287
	LDFLAGS="$save_LDFLAGS"
6268
	LDFLAGS="$save_LDFLAGS"
6288
    
6269
    
6289
fi
6270
fi
6290
{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
6271
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6291
$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6272
$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6292
    case $host_os in
6273
    case $host_os in
6293
    rhapsody* | darwin1.[012])
6274
    rhapsody* | darwin1.[012])
6294
      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6275
      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6295
    darwin1.*)
6276
    darwin1.*)
Line 6327... Line 6308...
6327
ac_ext=c
6308
ac_ext=c
6328
ac_cpp='$CPP $CPPFLAGS'
6309
ac_cpp='$CPP $CPPFLAGS'
6329
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6310
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6330
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6311
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6331
ac_compiler_gnu=$ac_cv_c_compiler_gnu
6312
ac_compiler_gnu=$ac_cv_c_compiler_gnu
6332
{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
6313
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6333
$as_echo_n "checking how to run the C preprocessor... " >&6; }
6314
$as_echo_n "checking how to run the C preprocessor... " >&6; }
6334
# On Suns, sometimes $CPP names a directory.
6315
# On Suns, sometimes $CPP names a directory.
6335
if test -n "$CPP" && test -d "$CPP"; then
6316
if test -n "$CPP" && test -d "$CPP"; then
6336
  CPP=
6317
  CPP=
6337
fi
6318
fi
6338
if test -z "$CPP"; then
6319
if test -z "$CPP"; then
6339
  if test "${ac_cv_prog_CPP+set}" = set; then
6320
  if test "${ac_cv_prog_CPP+set}" = set; then :
6340
  $as_echo_n "(cached) " >&6
6321
  $as_echo_n "(cached) " >&6
6341
else
6322
else
6342
      # Double quotes because CPP needs to be expanded
6323
      # Double quotes because CPP needs to be expanded
6343
    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6324
    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6344
    do
6325
    do
Line 6349... Line 6330...
6349
  # with a fresh cross-compiler works.
6330
  # with a fresh cross-compiler works.
6350
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6331
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6351
  # <limits.h> exists even on freestanding compilers.
6332
  # <limits.h> exists even on freestanding compilers.
6352
  # On the NeXT, cc -E runs the code through the compiler's parser,
6333
  # On the NeXT, cc -E runs the code through the compiler's parser,
6353
  # not just through cpp. "Syntax error" is here to catch this case.
6334
  # not just through cpp. "Syntax error" is here to catch this case.
6354
  cat >conftest.$ac_ext <<_ACEOF
-
 
6355
/* confdefs.h.  */
-
 
6356
_ACEOF
-
 
6357
cat confdefs.h >>conftest.$ac_ext
6335
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6358
cat >>conftest.$ac_ext <<_ACEOF
-
 
6359
/* end confdefs.h.  */
6336
/* end confdefs.h.  */
6360
@%:@ifdef __STDC__
6337
@%:@ifdef __STDC__
6361
@%:@ include <limits.h>
6338
@%:@ include <limits.h>
6362
@%:@else
6339
@%:@else
6363
@%:@ include <assert.h>
6340
@%:@ include <assert.h>
6364
@%:@endif
6341
@%:@endif
6365
		     Syntax error
6342
		     Syntax error
6366
_ACEOF
6343
_ACEOF
6367
if { (ac_try="$ac_cpp conftest.$ac_ext"
6344
if ac_fn_c_try_cpp "$LINENO"; then :
6368
case "(($ac_try" in
-
 
6369
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
6370
  *) ac_try_echo=$ac_try;;
-
 
6371
esac
-
 
6372
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
6373
$as_echo "$ac_try_echo") >&5
-
 
6374
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-
 
6375
  ac_status=$?
-
 
6376
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
6377
  rm -f conftest.er1
-
 
6378
  cat conftest.err >&5
-
 
6379
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
6380
  (exit $ac_status); } >/dev/null && {
-
 
6381
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-
 
6382
	 test ! -s conftest.err
-
 
6383
       }; then
-
 
6384
  :
6345
  
6385
else
6346
else
6386
  $as_echo "$as_me: failed program was:" >&5
-
 
6387
sed 's/^/| /' conftest.$ac_ext >&5
-
 
6388
 
-
 
6389
  # Broken: fails on valid input.
6347
  # Broken: fails on valid input.
6390
continue
6348
continue
6391
fi
6349
fi
6392
 
-
 
6393
rm -f conftest.err conftest.$ac_ext
6350
rm -f conftest.err conftest.$ac_ext
6394
 
6351
 
6395
  # OK, works on sane cases.  Now check whether nonexistent headers
6352
  # OK, works on sane cases.  Now check whether nonexistent headers
6396
  # can be detected and how.
6353
  # can be detected and how.
6397
  cat >conftest.$ac_ext <<_ACEOF
-
 
6398
/* confdefs.h.  */
-
 
6399
_ACEOF
-
 
6400
cat confdefs.h >>conftest.$ac_ext
6354
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6401
cat >>conftest.$ac_ext <<_ACEOF
-
 
6402
/* end confdefs.h.  */
6355
/* end confdefs.h.  */
6403
@%:@include <ac_nonexistent.h>
6356
@%:@include <ac_nonexistent.h>
6404
_ACEOF
6357
_ACEOF
6405
if { (ac_try="$ac_cpp conftest.$ac_ext"
6358
if ac_fn_c_try_cpp "$LINENO"; then :
6406
case "(($ac_try" in
-
 
6407
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
6408
  *) ac_try_echo=$ac_try;;
-
 
6409
esac
-
 
6410
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
6411
$as_echo "$ac_try_echo") >&5
-
 
6412
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-
 
6413
  ac_status=$?
-
 
6414
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
6415
  rm -f conftest.er1
-
 
6416
  cat conftest.err >&5
-
 
6417
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
6418
  (exit $ac_status); } >/dev/null && {
-
 
6419
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-
 
6420
	 test ! -s conftest.err
-
 
6421
       }; then
-
 
6422
  # Broken: success on invalid input.
6359
  # Broken: success on invalid input.
6423
continue
6360
continue
6424
else
6361
else
6425
  $as_echo "$as_me: failed program was:" >&5
-
 
6426
sed 's/^/| /' conftest.$ac_ext >&5
-
 
6427
 
-
 
6428
  # Passes both tests.
6362
  # Passes both tests.
6429
ac_preproc_ok=:
6363
ac_preproc_ok=:
6430
break
6364
break
6431
fi
6365
fi
6432
 
-
 
6433
rm -f conftest.err conftest.$ac_ext
6366
rm -f conftest.err conftest.$ac_ext
6434
 
6367
 
6435
done
6368
done
6436
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6369
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6437
rm -f conftest.err conftest.$ac_ext
6370
rm -f conftest.err conftest.$ac_ext
6438
if $ac_preproc_ok; then
6371
if $ac_preproc_ok; then :
6439
  break
6372
  break
6440
fi
6373
fi
6441
 
6374
 
6442
    done
6375
    done
6443
    ac_cv_prog_CPP=$CPP
6376
    ac_cv_prog_CPP=$CPP
Line 6445... Line 6378...
6445
fi
6378
fi
6446
  CPP=$ac_cv_prog_CPP
6379
  CPP=$ac_cv_prog_CPP
6447
else
6380
else
6448
  ac_cv_prog_CPP=$CPP
6381
  ac_cv_prog_CPP=$CPP
6449
fi
6382
fi
6450
{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
6383
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6451
$as_echo "$CPP" >&6; }
6384
$as_echo "$CPP" >&6; }
6452
ac_preproc_ok=false
6385
ac_preproc_ok=false
6453
for ac_c_preproc_warn_flag in '' yes
6386
for ac_c_preproc_warn_flag in '' yes
6454
do
6387
do
6455
  # Use a header file that comes with gcc, so configuring glibc
6388
  # Use a header file that comes with gcc, so configuring glibc
6456
  # with a fresh cross-compiler works.
6389
  # with a fresh cross-compiler works.
6457
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6390
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6458
  # <limits.h> exists even on freestanding compilers.
6391
  # <limits.h> exists even on freestanding compilers.
6459
  # On the NeXT, cc -E runs the code through the compiler's parser,
6392
  # On the NeXT, cc -E runs the code through the compiler's parser,
6460
  # not just through cpp. "Syntax error" is here to catch this case.
6393
  # not just through cpp. "Syntax error" is here to catch this case.
6461
  cat >conftest.$ac_ext <<_ACEOF
-
 
6462
/* confdefs.h.  */
-
 
6463
_ACEOF
-
 
6464
cat confdefs.h >>conftest.$ac_ext
6394
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6465
cat >>conftest.$ac_ext <<_ACEOF
-
 
6466
/* end confdefs.h.  */
6395
/* end confdefs.h.  */
6467
@%:@ifdef __STDC__
6396
@%:@ifdef __STDC__
6468
@%:@ include <limits.h>
6397
@%:@ include <limits.h>
6469
@%:@else
6398
@%:@else
6470
@%:@ include <assert.h>
6399
@%:@ include <assert.h>
6471
@%:@endif
6400
@%:@endif
6472
		     Syntax error
6401
		     Syntax error
6473
_ACEOF
6402
_ACEOF
6474
if { (ac_try="$ac_cpp conftest.$ac_ext"
6403
if ac_fn_c_try_cpp "$LINENO"; then :
6475
case "(($ac_try" in
-
 
6476
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
6477
  *) ac_try_echo=$ac_try;;
-
 
6478
esac
-
 
6479
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
6480
$as_echo "$ac_try_echo") >&5
-
 
6481
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-
 
6482
  ac_status=$?
-
 
6483
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
6484
  rm -f conftest.er1
-
 
6485
  cat conftest.err >&5
-
 
6486
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
6487
  (exit $ac_status); } >/dev/null && {
-
 
6488
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-
 
6489
	 test ! -s conftest.err
-
 
6490
       }; then
-
 
6491
  :
6404
  
6492
else
6405
else
6493
  $as_echo "$as_me: failed program was:" >&5
-
 
6494
sed 's/^/| /' conftest.$ac_ext >&5
-
 
6495
 
-
 
6496
  # Broken: fails on valid input.
6406
  # Broken: fails on valid input.
6497
continue
6407
continue
6498
fi
6408
fi
6499
 
-
 
6500
rm -f conftest.err conftest.$ac_ext
6409
rm -f conftest.err conftest.$ac_ext
6501
 
6410
 
6502
  # OK, works on sane cases.  Now check whether nonexistent headers
6411
  # OK, works on sane cases.  Now check whether nonexistent headers
6503
  # can be detected and how.
6412
  # can be detected and how.
6504
  cat >conftest.$ac_ext <<_ACEOF
-
 
6505
/* confdefs.h.  */
-
 
6506
_ACEOF
-
 
6507
cat confdefs.h >>conftest.$ac_ext
6413
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6508
cat >>conftest.$ac_ext <<_ACEOF
-
 
6509
/* end confdefs.h.  */
6414
/* end confdefs.h.  */
6510
@%:@include <ac_nonexistent.h>
6415
@%:@include <ac_nonexistent.h>
6511
_ACEOF
6416
_ACEOF
6512
if { (ac_try="$ac_cpp conftest.$ac_ext"
6417
if ac_fn_c_try_cpp "$LINENO"; then :
6513
case "(($ac_try" in
-
 
6514
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
6515
  *) ac_try_echo=$ac_try;;
-
 
6516
esac
-
 
6517
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
6518
$as_echo "$ac_try_echo") >&5
-
 
6519
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-
 
6520
  ac_status=$?
-
 
6521
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
6522
  rm -f conftest.er1
-
 
6523
  cat conftest.err >&5
-
 
6524
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
6525
  (exit $ac_status); } >/dev/null && {
-
 
6526
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-
 
6527
	 test ! -s conftest.err
-
 
6528
       }; then
-
 
6529
  # Broken: success on invalid input.
6418
  # Broken: success on invalid input.
6530
continue
6419
continue
6531
else
6420
else
6532
  $as_echo "$as_me: failed program was:" >&5
-
 
6533
sed 's/^/| /' conftest.$ac_ext >&5
-
 
6534
 
-
 
6535
  # Passes both tests.
6421
  # Passes both tests.
6536
ac_preproc_ok=:
6422
ac_preproc_ok=:
6537
break
6423
break
6538
fi
6424
fi
6539
 
-
 
6540
rm -f conftest.err conftest.$ac_ext
6425
rm -f conftest.err conftest.$ac_ext
6541
 
6426
 
6542
done
6427
done
6543
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6428
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6544
rm -f conftest.err conftest.$ac_ext
6429
rm -f conftest.err conftest.$ac_ext
6545
if $ac_preproc_ok; then
6430
if $ac_preproc_ok; then :
6546
  :
6431
  
6547
else
6432
else
6548
  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
6433
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6549
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6434
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6550
{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
-
 
6551
See \`config.log' for more details." >&5
-
 
6552
$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
6435
as_fn_error "C preprocessor \"$CPP\" fails sanity check
6553
See \`config.log' for more details." >&2;}
6436
See \`config.log' for more details." "$LINENO" 5; }
6554
   { (exit 1); exit 1; }; }; }
-
 
6555
fi
6437
fi
6556
 
6438
 
6557
ac_ext=c
6439
ac_ext=c
6558
ac_cpp='$CPP $CPPFLAGS'
6440
ac_cpp='$CPP $CPPFLAGS'
6559
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6441
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6560
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6442
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6561
ac_compiler_gnu=$ac_cv_c_compiler_gnu
6443
ac_compiler_gnu=$ac_cv_c_compiler_gnu
6562
 
6444
 
6563
 
6445
 
6564
{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6446
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6565
$as_echo_n "checking for ANSI C header files... " >&6; }
6447
$as_echo_n "checking for ANSI C header files... " >&6; }
6566
if test "${ac_cv_header_stdc+set}" = set; then
6448
if test "${ac_cv_header_stdc+set}" = set; then :
6567
  $as_echo_n "(cached) " >&6
6449
  $as_echo_n "(cached) " >&6
6568
else
6450
else
6569
  cat >conftest.$ac_ext <<_ACEOF
-
 
6570
/* confdefs.h.  */
-
 
6571
_ACEOF
-
 
6572
cat confdefs.h >>conftest.$ac_ext
6451
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6573
cat >>conftest.$ac_ext <<_ACEOF
-
 
6574
/* end confdefs.h.  */
6452
/* end confdefs.h.  */
6575
#include <stdlib.h>
6453
#include <stdlib.h>
6576
#include <stdarg.h>
6454
#include <stdarg.h>
6577
#include <string.h>
6455
#include <string.h>
6578
#include <float.h>
6456
#include <float.h>
Line 6583... Line 6461...
6583
 
6461
 
6584
  ;
6462
  ;
6585
  return 0;
6463
  return 0;
6586
}
6464
}
6587
_ACEOF
6465
_ACEOF
6588
rm -f conftest.$ac_objext
-
 
6589
if { (ac_try="$ac_compile"
-
 
6590
case "(($ac_try" in
-
 
6591
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
6592
  *) ac_try_echo=$ac_try;;
-
 
6593
esac
-
 
6594
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
6595
$as_echo "$ac_try_echo") >&5
-
 
6596
  (eval "$ac_compile") 2>conftest.er1
6466
if ac_fn_c_try_compile "$LINENO"; then :
6597
  ac_status=$?
-
 
6598
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
6599
  rm -f conftest.er1
-
 
6600
  cat conftest.err >&5
-
 
6601
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
6602
  (exit $ac_status); } && {
-
 
6603
	 test -z "$ac_c_werror_flag" ||
-
 
6604
	 test ! -s conftest.err
-
 
6605
       } && test -s conftest.$ac_objext; then
-
 
6606
  ac_cv_header_stdc=yes
6467
  ac_cv_header_stdc=yes
6607
else
6468
else
6608
  $as_echo "$as_me: failed program was:" >&5
-
 
6609
sed 's/^/| /' conftest.$ac_ext >&5
-
 
6610
 
-
 
6611
	ac_cv_header_stdc=no
6469
  ac_cv_header_stdc=no
6612
fi
6470
fi
6613
 
-
 
6614
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6471
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6615
 
6472
 
6616
if test $ac_cv_header_stdc = yes; then
6473
if test $ac_cv_header_stdc = yes; then
6617
  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6474
  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6618
  cat >conftest.$ac_ext <<_ACEOF
-
 
6619
/* confdefs.h.  */
-
 
6620
_ACEOF
-
 
6621
cat confdefs.h >>conftest.$ac_ext
6475
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6622
cat >>conftest.$ac_ext <<_ACEOF
-
 
6623
/* end confdefs.h.  */
6476
/* end confdefs.h.  */
6624
#include <string.h>
6477
#include <string.h>
6625
 
6478
 
6626
_ACEOF
6479
_ACEOF
6627
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6480
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6628
  $EGREP "memchr" >/dev/null 2>&1; then
6481
  $EGREP "memchr" >/dev/null 2>&1; then :
6629
  :
6482
  
6630
else
6483
else
6631
  ac_cv_header_stdc=no
6484
  ac_cv_header_stdc=no
6632
fi
6485
fi
6633
rm -f conftest*
6486
rm -f conftest*
6634
 
6487
 
6635
fi
6488
fi
6636
 
6489
 
6637
if test $ac_cv_header_stdc = yes; then
6490
if test $ac_cv_header_stdc = yes; then
6638
  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6491
  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6639
  cat >conftest.$ac_ext <<_ACEOF
-
 
6640
/* confdefs.h.  */
-
 
6641
_ACEOF
-
 
6642
cat confdefs.h >>conftest.$ac_ext
6492
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6643
cat >>conftest.$ac_ext <<_ACEOF
-
 
6644
/* end confdefs.h.  */
6493
/* end confdefs.h.  */
6645
#include <stdlib.h>
6494
#include <stdlib.h>
6646
 
6495
 
6647
_ACEOF
6496
_ACEOF
6648
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6497
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6649
  $EGREP "free" >/dev/null 2>&1; then
6498
  $EGREP "free" >/dev/null 2>&1; then :
6650
  :
6499
  
6651
else
6500
else
6652
  ac_cv_header_stdc=no
6501
  ac_cv_header_stdc=no
6653
fi
6502
fi
6654
rm -f conftest*
6503
rm -f conftest*
6655
 
6504
 
6656
fi
6505
fi
6657
 
6506
 
6658
if test $ac_cv_header_stdc = yes; then
6507
if test $ac_cv_header_stdc = yes; then
6659
  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6508
  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6660
  if test "$cross_compiling" = yes; then
6509
  if test "$cross_compiling" = yes; then :
6661
  :
6510
  :
6662
else
6511
else
6663
  cat >conftest.$ac_ext <<_ACEOF
-
 
6664
/* confdefs.h.  */
-
 
6665
_ACEOF
-
 
6666
cat confdefs.h >>conftest.$ac_ext
6512
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6667
cat >>conftest.$ac_ext <<_ACEOF
-
 
6668
/* end confdefs.h.  */
6513
/* end confdefs.h.  */
6669
#include <ctype.h>
6514
#include <ctype.h>
6670
#include <stdlib.h>
6515
#include <stdlib.h>
6671
#if ((' ' & 0x0FF) == 0x020)
6516
#if ((' ' & 0x0FF) == 0x020)
6672
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6517
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
Line 6689... Line 6534...
6689
	|| toupper (i) != TOUPPER (i))
6534
	|| toupper (i) != TOUPPER (i))
6690
      return 2;
6535
      return 2;
6691
  return 0;
6536
  return 0;
6692
}
6537
}
6693
_ACEOF
6538
_ACEOF
6694
rm -f conftest$ac_exeext
-
 
6695
if { (ac_try="$ac_link"
-
 
6696
case "(($ac_try" in
-
 
6697
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
6698
  *) ac_try_echo=$ac_try;;
-
 
6699
esac
-
 
6700
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
6701
$as_echo "$ac_try_echo") >&5
-
 
6702
  (eval "$ac_link") 2>&5
-
 
6703
  ac_status=$?
-
 
6704
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
6705
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-
 
6706
  { (case "(($ac_try" in
-
 
6707
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
6708
  *) ac_try_echo=$ac_try;;
-
 
6709
esac
-
 
6710
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
6711
$as_echo "$ac_try_echo") >&5
-
 
6712
  (eval "$ac_try") 2>&5
-
 
6713
  ac_status=$?
-
 
6714
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
6715
  (exit $ac_status); }; }; then
6539
if ac_fn_c_try_run "$LINENO"; then :
6716
  :
6540
  
6717
else
6541
else
6718
  $as_echo "$as_me: program exited with status $ac_status" >&5
-
 
6719
$as_echo "$as_me: failed program was:" >&5
-
 
6720
sed 's/^/| /' conftest.$ac_ext >&5
-
 
6721
 
-
 
6722
( exit $ac_status )
-
 
6723
ac_cv_header_stdc=no
6542
  ac_cv_header_stdc=no
6724
fi
6543
fi
6725
rm -rf conftest.dSYM
6544
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6726
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6545
  conftest.$ac_objext conftest.beam conftest.$ac_ext
6727
fi
6546
fi
6728
 
6547
 
6729
 
-
 
6730
fi
6548
fi
6731
fi
6549
fi
6732
{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6550
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6733
$as_echo "$ac_cv_header_stdc" >&6; }
6551
$as_echo "$ac_cv_header_stdc" >&6; }
6734
if test $ac_cv_header_stdc = yes; then
6552
if test $ac_cv_header_stdc = yes; then
6735
  
6553
  
6736
cat >>confdefs.h <<\_ACEOF
-
 
6737
@%:@define STDC_HEADERS 1
6554
$as_echo "@%:@define STDC_HEADERS 1" >>confdefs.h
6738
_ACEOF
-
 
6739
 
6555
 
6740
fi
6556
fi
6741
 
6557
 
6742
# On IRIX 5.3, sys/types and inttypes.h are conflicting.
6558
# On IRIX 5.3, sys/types and inttypes.h are conflicting.
6743
 
-
 
6744
 
-
 
6745
 
-
 
6746
 
-
 
6747
 
-
 
6748
 
-
 
6749
 
-
 
6750
 
-
 
6751
 
-
 
6752
for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6559
for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6753
		  inttypes.h stdint.h unistd.h
6560
		  inttypes.h stdint.h unistd.h
6754
do
6561
do :
6755
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6562
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6756
{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6563
ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6757
$as_echo_n "checking for $ac_header... " >&6; }
-
 
6758
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-
 
6759
  $as_echo_n "(cached) " >&6
-
 
6760
else
-
 
6761
  cat >conftest.$ac_ext <<_ACEOF
-
 
6762
/* confdefs.h.  */
-
 
6763
_ACEOF
-
 
6764
cat confdefs.h >>conftest.$ac_ext
-
 
6765
cat >>conftest.$ac_ext <<_ACEOF
-
 
6766
/* end confdefs.h.  */
-
 
6767
$ac_includes_default
-
 
6768
 
-
 
6769
@%:@include <$ac_header>
-
 
6770
_ACEOF
-
 
6771
rm -f conftest.$ac_objext
-
 
6772
if { (ac_try="$ac_compile"
-
 
6773
case "(($ac_try" in
-
 
6774
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
6775
  *) ac_try_echo=$ac_try;;
-
 
6776
esac
-
 
6777
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
6778
$as_echo "$ac_try_echo") >&5
-
 
6779
  (eval "$ac_compile") 2>conftest.er1
-
 
6780
  ac_status=$?
-
 
6781
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
6782
  rm -f conftest.er1
-
 
6783
  cat conftest.err >&5
-
 
6784
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
6785
  (exit $ac_status); } && {
-
 
6786
	 test -z "$ac_c_werror_flag" ||
-
 
6787
	 test ! -s conftest.err
-
 
6788
       } && test -s conftest.$ac_objext; then
-
 
6789
  eval "$as_ac_Header=yes"
-
 
6790
else
-
 
6791
  $as_echo "$as_me: failed program was:" >&5
-
 
6792
sed 's/^/| /' conftest.$ac_ext >&5
-
 
6793
 
-
 
6794
	eval "$as_ac_Header=no"
-
 
6795
fi
-
 
6796
 
6564
"
6797
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
 
6798
fi
-
 
6799
ac_res=`eval 'as_val=${'$as_ac_Header'}
-
 
6800
		 $as_echo "$as_val"'`
-
 
6801
	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-
 
6802
$as_echo "$ac_res" >&6; }
-
 
6803
as_val=`eval 'as_val=${'$as_ac_Header'}
6565
eval as_val=\$$as_ac_Header
6804
		 $as_echo "$as_val"'`
-
 
6805
   if test "x$as_val" = x""yes; then
6566
   if test "x$as_val" = x""yes; then :
6806
  cat >>confdefs.h <<_ACEOF
6567
  cat >>confdefs.h <<_ACEOF
6807
@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6568
@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6808
_ACEOF
6569
_ACEOF
6809
 
6570
 
6810
fi
6571
fi
6811
 
6572
 
6812
done
6573
done
6813
 
6574
 
6814
 
6575
 
6815
 
-
 
6816
for ac_header in dlfcn.h
6576
for ac_header in dlfcn.h
6817
do
6577
do :
6818
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6578
  ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6819
{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-
 
6820
$as_echo_n "checking for $ac_header... " >&6; }
-
 
6821
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-
 
6822
  $as_echo_n "(cached) " >&6
-
 
6823
else
-
 
6824
  cat >conftest.$ac_ext <<_ACEOF
-
 
6825
/* confdefs.h.  */
-
 
6826
_ACEOF
-
 
6827
cat confdefs.h >>conftest.$ac_ext
-
 
6828
cat >>conftest.$ac_ext <<_ACEOF
-
 
6829
/* end confdefs.h.  */
-
 
6830
$ac_includes_default
-
 
6831
 
-
 
6832
@%:@include <$ac_header>
-
 
6833
_ACEOF
-
 
6834
rm -f conftest.$ac_objext
-
 
6835
if { (ac_try="$ac_compile"
-
 
6836
case "(($ac_try" in
-
 
6837
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
6838
  *) ac_try_echo=$ac_try;;
-
 
6839
esac
-
 
6840
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
6841
$as_echo "$ac_try_echo") >&5
-
 
6842
  (eval "$ac_compile") 2>conftest.er1
-
 
6843
  ac_status=$?
-
 
6844
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
6845
  rm -f conftest.er1
-
 
6846
  cat conftest.err >&5
-
 
6847
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
6848
  (exit $ac_status); } && {
-
 
6849
	 test -z "$ac_c_werror_flag" ||
-
 
6850
	 test ! -s conftest.err
-
 
6851
       } && test -s conftest.$ac_objext; then
-
 
6852
  eval "$as_ac_Header=yes"
-
 
6853
else
-
 
6854
  $as_echo "$as_me: failed program was:" >&5
-
 
6855
sed 's/^/| /' conftest.$ac_ext >&5
-
 
6856
 
-
 
6857
	eval "$as_ac_Header=no"
-
 
6858
fi
-
 
6859
 
6579
"
6860
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
 
6861
fi
-
 
6862
ac_res=`eval 'as_val=${'$as_ac_Header'}
-
 
6863
		 $as_echo "$as_val"'`
-
 
6864
	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-
 
6865
$as_echo "$ac_res" >&6; }
-
 
6866
as_val=`eval 'as_val=${'$as_ac_Header'}
-
 
6867
		 $as_echo "$as_val"'`
-
 
6868
   if test "x$as_val" = x""yes; then
6580
if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
6869
  cat >>confdefs.h <<_ACEOF
6581
  cat >>confdefs.h <<_ACEOF
6870
@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6582
@%:@define HAVE_DLFCN_H 1
6871
_ACEOF
6583
_ACEOF
6872
 
6584
 
6873
fi
6585
fi
6874
 
6586
 
6875
done
6587
done
Line 6885... Line 6597...
6885
 
6597
 
6886
  enable_win32_dll=no
6598
  enable_win32_dll=no
6887
  
6599
  
6888
 
6600
 
6889
            @%:@ Check whether --enable-shared was given.
6601
            @%:@ Check whether --enable-shared was given.
6890
if test "${enable_shared+set}" = set; then
6602
if test "${enable_shared+set}" = set; then :
6891
  enableval=$enable_shared; p=${PACKAGE-default}
6603
  enableval=$enable_shared; p=${PACKAGE-default}
6892
    case $enableval in
6604
    case $enableval in
6893
    yes) enable_shared=yes ;;
6605
    yes) enable_shared=yes ;;
6894
    no) enable_shared=no ;;
6606
    no) enable_shared=no ;;
6895
    *)
6607
    *)
Line 6916... Line 6628...
6916
    
6628
    
6917
 
6629
 
6918
 
6630
 
6919
 
6631
 
6920
  @%:@ Check whether --enable-static was given.
6632
  @%:@ Check whether --enable-static was given.
6921
if test "${enable_static+set}" = set; then
6633
if test "${enable_static+set}" = set; then :
6922
  enableval=$enable_static; p=${PACKAGE-default}
6634
  enableval=$enable_static; p=${PACKAGE-default}
6923
    case $enableval in
6635
    case $enableval in
6924
    yes) enable_static=yes ;;
6636
    yes) enable_static=yes ;;
6925
    no) enable_static=no ;;
6637
    no) enable_static=no ;;
6926
    *)
6638
    *)
Line 6948... Line 6660...
6948
 
6660
 
6949
 
6661
 
6950
 
6662
 
6951
  
6663
  
6952
@%:@ Check whether --with-pic was given.
6664
@%:@ Check whether --with-pic was given.
6953
if test "${with_pic+set}" = set; then
6665
if test "${with_pic+set}" = set; then :
6954
  withval=$with_pic; pic_mode="$withval"
6666
  withval=$with_pic; pic_mode="$withval"
6955
else
6667
else
6956
  pic_mode=default
6668
  pic_mode=default
6957
fi
6669
fi
6958
 
6670
 
Line 6964... Line 6676...
6964
    
6676
    
6965
    
6677
    
6966
 
6678
 
6967
 
6679
 
6968
  @%:@ Check whether --enable-fast-install was given.
6680
  @%:@ Check whether --enable-fast-install was given.
6969
if test "${enable_fast_install+set}" = set; then
6681
if test "${enable_fast_install+set}" = set; then :
6970
  enableval=$enable_fast_install; p=${PACKAGE-default}
6682
  enableval=$enable_fast_install; p=${PACKAGE-default}
6971
    case $enableval in
6683
    case $enableval in
6972
    yes) enable_fast_install=yes ;;
6684
    yes) enable_fast_install=yes ;;
6973
    no) enable_fast_install=no ;;
6685
    no) enable_fast_install=no ;;
6974
    *)
6686
    *)
Line 7045... Line 6757...
7045
 
6757
 
7046
if test -n "${ZSH_VERSION+set}" ; then
6758
if test -n "${ZSH_VERSION+set}" ; then
7047
   setopt NO_GLOB_SUBST
6759
   setopt NO_GLOB_SUBST
7048
fi
6760
fi
7049
 
6761
 
7050
{ $as_echo "$as_me:$LINENO: checking for objdir" >&5
6762
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7051
$as_echo_n "checking for objdir... " >&6; }
6763
$as_echo_n "checking for objdir... " >&6; }
7052
if test "${lt_cv_objdir+set}" = set; then
6764
if test "${lt_cv_objdir+set}" = set; then :
7053
  $as_echo_n "(cached) " >&6
6765
  $as_echo_n "(cached) " >&6
7054
else
6766
else
7055
  rm -f .libs 2>/dev/null
6767
  rm -f .libs 2>/dev/null
7056
mkdir .libs 2>/dev/null
6768
mkdir .libs 2>/dev/null
7057
if test -d .libs; then
6769
if test -d .libs; then
Line 7060... Line 6772...
7060
  # MS-DOS does not allow filenames that begin with a dot.
6772
  # MS-DOS does not allow filenames that begin with a dot.
7061
  lt_cv_objdir=_libs
6773
  lt_cv_objdir=_libs
7062
fi
6774
fi
7063
rmdir .libs 2>/dev/null
6775
rmdir .libs 2>/dev/null
7064
fi
6776
fi
7065
{ $as_echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
6777
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7066
$as_echo "$lt_cv_objdir" >&6; }
6778
$as_echo "$lt_cv_objdir" >&6; }
7067
objdir=$lt_cv_objdir
6779
objdir=$lt_cv_objdir
7068
 
6780
 
7069
    
6781
    
7070
    
6782
    
Line 7153... Line 6865...
7153
# Only perform the check for file, if the check method requires it
6865
# Only perform the check for file, if the check method requires it
7154
test -z "$MAGIC_CMD" && MAGIC_CMD=file
6866
test -z "$MAGIC_CMD" && MAGIC_CMD=file
7155
case $deplibs_check_method in
6867
case $deplibs_check_method in
7156
file_magic*)
6868
file_magic*)
7157
  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
6869
  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7158
    { $as_echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
6870
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7159
$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
6871
$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7160
if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
6872
if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7161
  $as_echo_n "(cached) " >&6
6873
  $as_echo_n "(cached) " >&6
7162
else
6874
else
7163
  case $MAGIC_CMD in
6875
  case $MAGIC_CMD in
7164
[\\/*] |  ?:[\\/]*)
6876
[\\/*] |  ?:[\\/]*)
7165
  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
6877
  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
Line 7206... Line 6918...
7206
esac
6918
esac
7207
fi
6919
fi
7208
 
6920
 
7209
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6921
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7210
if test -n "$MAGIC_CMD"; then
6922
if test -n "$MAGIC_CMD"; then
7211
  { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
6923
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7212
$as_echo "$MAGIC_CMD" >&6; }
6924
$as_echo "$MAGIC_CMD" >&6; }
7213
else
6925
else
7214
  { $as_echo "$as_me:$LINENO: result: no" >&5
6926
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7215
$as_echo "no" >&6; }
6927
$as_echo "no" >&6; }
7216
fi
6928
fi
7217
 
6929
 
7218
    
6930
    
7219
    
6931
    
7220
    
6932
    
7221
 
6933
 
7222
if test -z "$lt_cv_path_MAGIC_CMD"; then
6934
if test -z "$lt_cv_path_MAGIC_CMD"; then
7223
  if test -n "$ac_tool_prefix"; then
6935
  if test -n "$ac_tool_prefix"; then
7224
    { $as_echo "$as_me:$LINENO: checking for file" >&5
6936
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7225
$as_echo_n "checking for file... " >&6; }
6937
$as_echo_n "checking for file... " >&6; }
7226
if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
6938
if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7227
  $as_echo_n "(cached) " >&6
6939
  $as_echo_n "(cached) " >&6
7228
else
6940
else
7229
  case $MAGIC_CMD in
6941
  case $MAGIC_CMD in
7230
[\\/*] |  ?:[\\/]*)
6942
[\\/*] |  ?:[\\/]*)
7231
  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
6943
  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
Line 7272... Line 6984...
7272
esac
6984
esac
7273
fi
6985
fi
7274
 
6986
 
7275
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6987
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7276
if test -n "$MAGIC_CMD"; then
6988
if test -n "$MAGIC_CMD"; then
7277
  { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
6989
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7278
$as_echo "$MAGIC_CMD" >&6; }
6990
$as_echo "$MAGIC_CMD" >&6; }
7279
else
6991
else
7280
  { $as_echo "$as_me:$LINENO: result: no" >&5
6992
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7281
$as_echo "no" >&6; }
6993
$as_echo "no" >&6; }
7282
fi
6994
fi
7283
 
6995
 
7284
 
6996
 
7285
  else
6997
  else
Line 7352... Line 7064...
7352
lt_prog_compiler_no_builtin_flag=
7064
lt_prog_compiler_no_builtin_flag=
7353
 
7065
 
7354
if test "$GCC" = yes; then
7066
if test "$GCC" = yes; then
7355
  lt_prog_compiler_no_builtin_flag=' -fno-builtin'
7067
  lt_prog_compiler_no_builtin_flag=' -fno-builtin'
7356
 
7068
 
7357
  { $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7069
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7358
$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7070
$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7359
if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
7071
if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
7360
  $as_echo_n "(cached) " >&6
7072
  $as_echo_n "(cached) " >&6
7361
else
7073
else
7362
  lt_cv_prog_compiler_rtti_exceptions=no
7074
  lt_cv_prog_compiler_rtti_exceptions=no
7363
   ac_outfile=conftest.$ac_objext
7075
   ac_outfile=conftest.$ac_objext
7364
   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7076
   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
Line 7387... Line 7099...
7387
     fi
7099
     fi
7388
   fi
7100
   fi
7389
   $RM conftest*
7101
   $RM conftest*
7390
 
7102
 
7391
fi
7103
fi
7392
{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7104
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7393
$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7105
$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7394
 
7106
 
7395
if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7107
if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7396
    lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7108
    lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7397
else
7109
else
Line 7407... Line 7119...
7407
 
7119
 
7408
  lt_prog_compiler_wl=
7120
  lt_prog_compiler_wl=
7409
lt_prog_compiler_pic=
7121
lt_prog_compiler_pic=
7410
lt_prog_compiler_static=
7122
lt_prog_compiler_static=
7411
 
7123
 
7412
{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
7124
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7413
$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7125
$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7414
 
7126
 
7415
  if test "$GCC" = yes; then
7127
  if test "$GCC" = yes; then
7416
    lt_prog_compiler_wl='-Wl,'
7128
    lt_prog_compiler_wl='-Wl,'
7417
    lt_prog_compiler_static='-static'
7129
    lt_prog_compiler_static='-static'
Line 7679... Line 7391...
7679
    ;;
7391
    ;;
7680
  *)
7392
  *)
7681
    lt_prog_compiler_pic="$lt_prog_compiler_pic@&t@ -DPIC"
7393
    lt_prog_compiler_pic="$lt_prog_compiler_pic@&t@ -DPIC"
7682
    ;;
7394
    ;;
7683
esac
7395
esac
7684
{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
7396
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
7685
$as_echo "$lt_prog_compiler_pic" >&6; }
7397
$as_echo "$lt_prog_compiler_pic" >&6; }
7686
 
7398
 
7687
    
7399
    
7688
    
7400
    
7689
    
7401
    
Line 7691... Line 7403...
7691
 
7403
 
7692
#
7404
#
7693
# Check to make sure the PIC flag actually works.
7405
# Check to make sure the PIC flag actually works.
7694
#
7406
#
7695
if test -n "$lt_prog_compiler_pic"; then
7407
if test -n "$lt_prog_compiler_pic"; then
7696
  { $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7408
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7697
$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
7409
$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
7698
if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
7410
if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
7699
  $as_echo_n "(cached) " >&6
7411
  $as_echo_n "(cached) " >&6
7700
else
7412
else
7701
  lt_cv_prog_compiler_pic_works=no
7413
  lt_cv_prog_compiler_pic_works=no
7702
   ac_outfile=conftest.$ac_objext
7414
   ac_outfile=conftest.$ac_objext
7703
   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7415
   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
Line 7726... Line 7438...
7726
     fi
7438
     fi
7727
   fi
7439
   fi
7728
   $RM conftest*
7440
   $RM conftest*
7729
 
7441
 
7730
fi
7442
fi
7731
{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
7443
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
7732
$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
7444
$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
7733
 
7445
 
7734
if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
7446
if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
7735
    case $lt_prog_compiler_pic in
7447
    case $lt_prog_compiler_pic in
7736
     "" | " "*) ;;
7448
     "" | " "*) ;;
Line 7750... Line 7462...
7750
 
7462
 
7751
#
7463
#
7752
# Check to make sure the static flag actually works.
7464
# Check to make sure the static flag actually works.
7753
#
7465
#
7754
wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7466
wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7755
{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7467
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7756
$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
7468
$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
7757
if test "${lt_cv_prog_compiler_static_works+set}" = set; then
7469
if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
7758
  $as_echo_n "(cached) " >&6
7470
  $as_echo_n "(cached) " >&6
7759
else
7471
else
7760
  lt_cv_prog_compiler_static_works=no
7472
  lt_cv_prog_compiler_static_works=no
7761
   save_LDFLAGS="$LDFLAGS"
7473
   save_LDFLAGS="$LDFLAGS"
7762
   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
7474
   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
Line 7778... Line 7490...
7778
   fi
7490
   fi
7779
   $RM -r conftest*
7491
   $RM -r conftest*
7780
   LDFLAGS="$save_LDFLAGS"
7492
   LDFLAGS="$save_LDFLAGS"
7781
 
7493
 
7782
fi
7494
fi
7783
{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
7495
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
7784
$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
7496
$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
7785
 
7497
 
7786
if test x"$lt_cv_prog_compiler_static_works" = xyes; then
7498
if test x"$lt_cv_prog_compiler_static_works" = xyes; then
7787
    :
7499
    :
7788
else
7500
else
Line 7793... Line 7505...
7793
    
7505
    
7794
    
7506
    
7795
    
7507
    
7796
 
7508
 
7797
 
7509
 
7798
  { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
7510
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7799
$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7511
$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7800
if test "${lt_cv_prog_compiler_c_o+set}" = set; then
7512
if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
7801
  $as_echo_n "(cached) " >&6
7513
  $as_echo_n "(cached) " >&6
7802
else
7514
else
7803
  lt_cv_prog_compiler_c_o=no
7515
  lt_cv_prog_compiler_c_o=no
7804
   $RM -r conftest 2>/dev/null
7516
   $RM -r conftest 2>/dev/null
7805
   mkdir conftest
7517
   mkdir conftest
Line 7840... Line 7552...
7840
   cd ..
7552
   cd ..
7841
   $RM -r conftest
7553
   $RM -r conftest
7842
   $RM conftest*
7554
   $RM conftest*
7843
 
7555
 
7844
fi
7556
fi
7845
{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
7557
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
7846
$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
7558
$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
7847
 
7559
 
7848
    
7560
    
7849
    
7561
    
7850
    
7562
    
7851
 
7563
 
7852
 
7564
 
7853
  { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
7565
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7854
$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7566
$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7855
if test "${lt_cv_prog_compiler_c_o+set}" = set; then
7567
if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
7856
  $as_echo_n "(cached) " >&6
7568
  $as_echo_n "(cached) " >&6
7857
else
7569
else
7858
  lt_cv_prog_compiler_c_o=no
7570
  lt_cv_prog_compiler_c_o=no
7859
   $RM -r conftest 2>/dev/null
7571
   $RM -r conftest 2>/dev/null
7860
   mkdir conftest
7572
   mkdir conftest
Line 7895... Line 7607...
7895
   cd ..
7607
   cd ..
7896
   $RM -r conftest
7608
   $RM -r conftest
7897
   $RM conftest*
7609
   $RM conftest*
7898
 
7610
 
7899
fi
7611
fi
7900
{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
7612
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
7901
$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
7613
$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
7902
 
7614
 
7903
 
7615
 
7904
 
7616
 
7905
 
7617
 
7906
hard_links="nottested"
7618
hard_links="nottested"
7907
if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
7619
if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
7908
  # do not overwrite the value of need_locks provided by the user
7620
  # do not overwrite the value of need_locks provided by the user
7909
  { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
7621
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
7910
$as_echo_n "checking if we can lock with hard links... " >&6; }
7622
$as_echo_n "checking if we can lock with hard links... " >&6; }
7911
  hard_links=yes
7623
  hard_links=yes
7912
  $RM conftest*
7624
  $RM conftest*
7913
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
7625
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
7914
  touch conftest.a
7626
  touch conftest.a
7915
  ln conftest.a conftest.b 2>&5 || hard_links=no
7627
  ln conftest.a conftest.b 2>&5 || hard_links=no
7916
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
7628
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
7917
  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
7629
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
7918
$as_echo "$hard_links" >&6; }
7630
$as_echo "$hard_links" >&6; }
7919
  if test "$hard_links" = no; then
7631
  if test "$hard_links" = no; then
7920
    { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
7632
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
7921
$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
7633
$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
7922
    need_locks=warn
7634
    need_locks=warn
7923
  fi
7635
  fi
7924
else
7636
else
7925
  need_locks=no
7637
  need_locks=no
Line 7928... Line 7640...
7928
    
7640
    
7929
    
7641
    
7930
    
7642
    
7931
 
7643
 
7932
 
7644
 
7933
  { $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
7645
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
7934
$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
7646
$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
7935
 
7647
 
7936
  runpath_var=
7648
  runpath_var=
7937
  allow_undefined_flag=
7649
  allow_undefined_flag=
7938
  always_export_symbols=no
7650
  always_export_symbols=no
Line 7988... Line 7700...
7988
    with_gnu_ld=yes
7700
    with_gnu_ld=yes
7989
    ;;
7701
    ;;
7990
  openbsd*)
7702
  openbsd*)
7991
    with_gnu_ld=no
7703
    with_gnu_ld=no
7992
    ;;
7704
    ;;
-
 
7705
  linux* | k*bsd*-gnu)
-
 
7706
    link_all_deplibs=no
-
 
7707
    ;;
7993
  esac
7708
  esac
7994
 
7709
 
7995
  ld_shlibs=yes
7710
  ld_shlibs=yes
7996
  if test "$with_gnu_ld" = yes; then
7711
  if test "$with_gnu_ld" = yes; then
7997
    # If archive_cmds runs LD, not CC, wlarc should be empty
7712
    # If archive_cmds runs LD, not CC, wlarc should be empty
Line 8371... Line 8086...
8371
	# Warning - without using the other runtime loading flags (-brtl),
8086
	# Warning - without using the other runtime loading flags (-brtl),
8372
	# -berok will link without error, but may produce a broken library.
8087
	# -berok will link without error, but may produce a broken library.
8373
	allow_undefined_flag='-berok'
8088
	allow_undefined_flag='-berok'
8374
        # Determine the default libpath from the value encoded in an
8089
        # Determine the default libpath from the value encoded in an
8375
        # empty executable.
8090
        # empty executable.
8376
        cat >conftest.$ac_ext <<_ACEOF
-
 
8377
/* confdefs.h.  */
-
 
8378
_ACEOF
-
 
8379
cat confdefs.h >>conftest.$ac_ext
8091
        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8380
cat >>conftest.$ac_ext <<_ACEOF
-
 
8381
/* end confdefs.h.  */
8092
/* end confdefs.h.  */
8382
 
8093
 
8383
int
8094
int
8384
main ()
8095
main ()
8385
{
8096
{
8386
 
8097
 
8387
  ;
8098
  ;
8388
  return 0;
8099
  return 0;
8389
}
8100
}
8390
_ACEOF
8101
_ACEOF
8391
rm -f conftest.$ac_objext conftest$ac_exeext
-
 
8392
if { (ac_try="$ac_link"
-
 
8393
case "(($ac_try" in
-
 
8394
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
8395
  *) ac_try_echo=$ac_try;;
-
 
8396
esac
-
 
8397
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
8398
$as_echo "$ac_try_echo") >&5
-
 
8399
  (eval "$ac_link") 2>conftest.er1
8102
if ac_fn_c_try_link "$LINENO"; then :
8400
  ac_status=$?
-
 
8401
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
8402
  rm -f conftest.er1
-
 
8403
  cat conftest.err >&5
-
 
8404
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
8405
  (exit $ac_status); } && {
-
 
8406
	 test -z "$ac_c_werror_flag" ||
-
 
8407
	 test ! -s conftest.err
-
 
8408
       } && test -s conftest$ac_exeext && {
-
 
8409
	 test "$cross_compiling" = yes ||
-
 
8410
	 $as_test_x conftest$ac_exeext
-
 
8411
       }; then
-
 
8412
  
8103
  
8413
lt_aix_libpath_sed='
8104
lt_aix_libpath_sed='
8414
    /Import File Strings/,/^$/ {
8105
    /Import File Strings/,/^$/ {
8415
	/^0/ {
8106
	/^0/ {
8416
	    s/^0  *\(.*\)$/\1/
8107
	    s/^0  *\(.*\)$/\1/
Line 8420... Line 8111...
8420
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8111
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8421
# Check for a 64-bit object if we didn't find anything.
8112
# Check for a 64-bit object if we didn't find anything.
8422
if test -z "$aix_libpath"; then
8113
if test -z "$aix_libpath"; then
8423
  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8114
  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8424
fi
8115
fi
8425
else
-
 
8426
  $as_echo "$as_me: failed program was:" >&5
-
 
8427
sed 's/^/| /' conftest.$ac_ext >&5
-
 
8428
 
-
 
8429
	
-
 
8430
fi
8116
fi
8431
 
-
 
8432
rm -rf conftest.dSYM
-
 
8433
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8117
rm -f core conftest.err conftest.$ac_objext \
8434
      conftest$ac_exeext conftest.$ac_ext
8118
    conftest$ac_exeext conftest.$ac_ext
8435
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8119
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8436
 
8120
 
8437
        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8121
        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8438
        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
8122
        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
8439
      else
8123
      else
Line 8442... Line 8126...
8442
	  allow_undefined_flag="-z nodefs"
8126
	  allow_undefined_flag="-z nodefs"
8443
	  archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
8127
	  archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
8444
	else
8128
	else
8445
	 # Determine the default libpath from the value encoded in an
8129
	 # Determine the default libpath from the value encoded in an
8446
	 # empty executable.
8130
	 # empty executable.
8447
	 cat >conftest.$ac_ext <<_ACEOF
-
 
8448
/* confdefs.h.  */
-
 
8449
_ACEOF
-
 
8450
cat confdefs.h >>conftest.$ac_ext
8131
	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8451
cat >>conftest.$ac_ext <<_ACEOF
-
 
8452
/* end confdefs.h.  */
8132
/* end confdefs.h.  */
8453
 
8133
 
8454
int
8134
int
8455
main ()
8135
main ()
8456
{
8136
{
8457
 
8137
 
8458
  ;
8138
  ;
8459
  return 0;
8139
  return 0;
8460
}
8140
}
8461
_ACEOF
8141
_ACEOF
8462
rm -f conftest.$ac_objext conftest$ac_exeext
-
 
8463
if { (ac_try="$ac_link"
-
 
8464
case "(($ac_try" in
-
 
8465
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
8466
  *) ac_try_echo=$ac_try;;
-
 
8467
esac
-
 
8468
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
8469
$as_echo "$ac_try_echo") >&5
-
 
8470
  (eval "$ac_link") 2>conftest.er1
8142
if ac_fn_c_try_link "$LINENO"; then :
8471
  ac_status=$?
-
 
8472
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
8473
  rm -f conftest.er1
-
 
8474
  cat conftest.err >&5
-
 
8475
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
8476
  (exit $ac_status); } && {
-
 
8477
	 test -z "$ac_c_werror_flag" ||
-
 
8478
	 test ! -s conftest.err
-
 
8479
       } && test -s conftest$ac_exeext && {
-
 
8480
	 test "$cross_compiling" = yes ||
-
 
8481
	 $as_test_x conftest$ac_exeext
-
 
8482
       }; then
-
 
8483
  
8143
  
8484
lt_aix_libpath_sed='
8144
lt_aix_libpath_sed='
8485
    /Import File Strings/,/^$/ {
8145
    /Import File Strings/,/^$/ {
8486
	/^0/ {
8146
	/^0/ {
8487
	    s/^0  *\(.*\)$/\1/
8147
	    s/^0  *\(.*\)$/\1/
Line 8491... Line 8151...
8491
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8151
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8492
# Check for a 64-bit object if we didn't find anything.
8152
# Check for a 64-bit object if we didn't find anything.
8493
if test -z "$aix_libpath"; then
8153
if test -z "$aix_libpath"; then
8494
  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8154
  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8495
fi
8155
fi
8496
else
-
 
8497
  $as_echo "$as_me: failed program was:" >&5
-
 
8498
sed 's/^/| /' conftest.$ac_ext >&5
-
 
8499
 
-
 
8500
	
-
 
8501
fi
8156
fi
8502
 
-
 
8503
rm -rf conftest.dSYM
-
 
8504
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8157
rm -f core conftest.err conftest.$ac_objext \
8505
      conftest$ac_exeext conftest.$ac_ext
8158
    conftest$ac_exeext conftest.$ac_ext
8506
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8159
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8507
 
8160
 
8508
	 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8161
	 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8509
	  # Warning - without using the other run time loading flags,
8162
	  # Warning - without using the other run time loading flags,
8510
	  # -berok will link without error, but may produce a broken library.
8163
	  # -berok will link without error, but may produce a broken library.
Line 8712... Line 8365...
8712
	# Try to use the -exported_symbol ld option, if it does not
8365
	# Try to use the -exported_symbol ld option, if it does not
8713
	# work, assume that -exports_file does not work either and
8366
	# work, assume that -exports_file does not work either and
8714
	# implicitly export all symbols.
8367
	# implicitly export all symbols.
8715
        save_LDFLAGS="$LDFLAGS"
8368
        save_LDFLAGS="$LDFLAGS"
8716
        LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8369
        LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8717
        cat >conftest.$ac_ext <<_ACEOF
8370
        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-
 
8371
/* end confdefs.h.  */
8718
int foo(void) {}
8372
int foo(void) {}
8719
_ACEOF
8373
_ACEOF
8720
rm -f conftest.$ac_objext conftest$ac_exeext
-
 
8721
if { (ac_try="$ac_link"
-
 
8722
case "(($ac_try" in
-
 
8723
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
8724
  *) ac_try_echo=$ac_try;;
-
 
8725
esac
-
 
8726
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
8727
$as_echo "$ac_try_echo") >&5
-
 
8728
  (eval "$ac_link") 2>conftest.er1
8374
if ac_fn_c_try_link "$LINENO"; then :
8729
  ac_status=$?
-
 
8730
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
8731
  rm -f conftest.er1
-
 
8732
  cat conftest.err >&5
-
 
8733
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
8734
  (exit $ac_status); } && {
-
 
8735
	 test -z "$ac_c_werror_flag" ||
-
 
8736
	 test ! -s conftest.err
-
 
8737
       } && test -s conftest$ac_exeext && {
-
 
8738
	 test "$cross_compiling" = yes ||
-
 
8739
	 $as_test_x conftest$ac_exeext
-
 
8740
       }; then
-
 
8741
  archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
8375
  archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
8742
        
8376
        
8743
else
-
 
8744
  $as_echo "$as_me: failed program was:" >&5
-
 
8745
sed 's/^/| /' conftest.$ac_ext >&5
-
 
8746
 
-
 
8747
	
-
 
8748
fi
8377
fi
8749
 
-
 
8750
rm -rf conftest.dSYM
-
 
8751
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8378
rm -f core conftest.err conftest.$ac_objext \
8752
      conftest$ac_exeext conftest.$ac_ext
8379
    conftest$ac_exeext conftest.$ac_ext
8753
        LDFLAGS="$save_LDFLAGS"
8380
        LDFLAGS="$save_LDFLAGS"
8754
      else
8381
      else
8755
	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
8382
	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
8756
	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
8383
	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
8757
      fi
8384
      fi
Line 9003... Line 8630...
9003
	;;
8630
	;;
9004
      esac
8631
      esac
9005
    fi
8632
    fi
9006
  fi
8633
  fi
9007
 
8634
 
9008
{ $as_echo "$as_me:$LINENO: result: $ld_shlibs" >&5
8635
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9009
$as_echo "$ld_shlibs" >&6; }
8636
$as_echo "$ld_shlibs" >&6; }
9010
test "$ld_shlibs" = no && can_build_shared=no
8637
test "$ld_shlibs" = no && can_build_shared=no
9011
 
8638
 
9012
with_gnu_ld=$with_gnu_ld
8639
with_gnu_ld=$with_gnu_ld
9013
 
8640
 
Line 9040... Line 8667...
9040
      ;;
8667
      ;;
9041
    '$CC '*)
8668
    '$CC '*)
9042
      # Test whether the compiler implicitly links with -lc since on some
8669
      # Test whether the compiler implicitly links with -lc since on some
9043
      # systems, -lgcc has to come before -lc. If gcc already passes -lc
8670
      # systems, -lgcc has to come before -lc. If gcc already passes -lc
9044
      # to ld, don't add -lc before -lgcc.
8671
      # to ld, don't add -lc before -lgcc.
9045
      { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
8672
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9046
$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
8673
$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9047
      $RM conftest*
8674
      $RM conftest*
9048
      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8675
      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9049
 
8676
 
9050
      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8677
      if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9051
  (eval $ac_compile) 2>&5
8678
  (eval $ac_compile) 2>&5
9052
  ac_status=$?
8679
  ac_status=$?
9053
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8680
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9054
  (exit $ac_status); } 2>conftest.err; then
8681
  test $ac_status = 0; } 2>conftest.err; then
9055
        soname=conftest
8682
        soname=conftest
9056
        lib=conftest
8683
        lib=conftest
9057
        libobjs=conftest.$ac_objext
8684
        libobjs=conftest.$ac_objext
9058
        deplibs=
8685
        deplibs=
9059
        wl=$lt_prog_compiler_wl
8686
        wl=$lt_prog_compiler_wl
Line 9063... Line 8690...
9063
        verstring=
8690
        verstring=
9064
        output_objdir=.
8691
        output_objdir=.
9065
        libname=conftest
8692
        libname=conftest
9066
        lt_save_allow_undefined_flag=$allow_undefined_flag
8693
        lt_save_allow_undefined_flag=$allow_undefined_flag
9067
        allow_undefined_flag=
8694
        allow_undefined_flag=
9068
        if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
8695
        if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9069
  (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
8696
  (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9070
  ac_status=$?
8697
  ac_status=$?
9071
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8698
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9072
  (exit $ac_status); }
8699
  test $ac_status = 0; }
9073
        then
8700
        then
9074
	  archive_cmds_need_lc=no
8701
	  archive_cmds_need_lc=no
9075
        else
8702
        else
9076
	  archive_cmds_need_lc=yes
8703
	  archive_cmds_need_lc=yes
9077
        fi
8704
        fi
9078
        allow_undefined_flag=$lt_save_allow_undefined_flag
8705
        allow_undefined_flag=$lt_save_allow_undefined_flag
9079
      else
8706
      else
9080
        cat conftest.err 1>&5
8707
        cat conftest.err 1>&5
9081
      fi
8708
      fi
9082
      $RM conftest*
8709
      $RM conftest*
9083
      { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
8710
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5
9084
$as_echo "$archive_cmds_need_lc" >&6; }
8711
$as_echo "$archive_cmds_need_lc" >&6; }
9085
      ;;
8712
      ;;
9086
    esac
8713
    esac
9087
  fi
8714
  fi
9088
  ;;
8715
  ;;
Line 9242... Line 8869...
9242
    
8869
    
9243
    
8870
    
9244
    
8871
    
9245
 
8872
 
9246
 
8873
 
9247
  { $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
8874
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9248
$as_echo_n "checking dynamic linker characteristics... " >&6; }
8875
$as_echo_n "checking dynamic linker characteristics... " >&6; }
9249
 
8876
 
9250
if test "$GCC" = yes; then
8877
if test "$GCC" = yes; then
9251
  case $host_os in
8878
  case $host_os in
9252
    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
8879
    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
Line 9664... Line 9291...
9664
  # Some binutils ld are patched to set DT_RUNPATH
9291
  # Some binutils ld are patched to set DT_RUNPATH
9665
  save_LDFLAGS=$LDFLAGS
9292
  save_LDFLAGS=$LDFLAGS
9666
  save_libdir=$libdir
9293
  save_libdir=$libdir
9667
  eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9294
  eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9668
       LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9295
       LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9669
  cat >conftest.$ac_ext <<_ACEOF
-
 
9670
/* confdefs.h.  */
-
 
9671
_ACEOF
-
 
9672
cat confdefs.h >>conftest.$ac_ext
9296
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9673
cat >>conftest.$ac_ext <<_ACEOF
-
 
9674
/* end confdefs.h.  */
9297
/* end confdefs.h.  */
9675
 
9298
 
9676
int
9299
int
9677
main ()
9300
main ()
9678
{
9301
{
9679
 
9302
 
9680
  ;
9303
  ;
9681
  return 0;
9304
  return 0;
9682
}
9305
}
9683
_ACEOF
9306
_ACEOF
9684
rm -f conftest.$ac_objext conftest$ac_exeext
-
 
9685
if { (ac_try="$ac_link"
-
 
9686
case "(($ac_try" in
-
 
9687
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
9688
  *) ac_try_echo=$ac_try;;
-
 
9689
esac
-
 
9690
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
9691
$as_echo "$ac_try_echo") >&5
-
 
9692
  (eval "$ac_link") 2>conftest.er1
9307
if ac_fn_c_try_link "$LINENO"; then :
9693
  ac_status=$?
-
 
9694
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
9695
  rm -f conftest.er1
-
 
9696
  cat conftest.err >&5
-
 
9697
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
9698
  (exit $ac_status); } && {
-
 
9699
	 test -z "$ac_c_werror_flag" ||
-
 
9700
	 test ! -s conftest.err
-
 
9701
       } && test -s conftest$ac_exeext && {
-
 
9702
	 test "$cross_compiling" = yes ||
-
 
9703
	 $as_test_x conftest$ac_exeext
-
 
9704
       }; then
-
 
9705
  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then
9308
  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
9706
  shlibpath_overrides_runpath=yes
9309
  shlibpath_overrides_runpath=yes
9707
fi
9310
fi
9708
 
-
 
9709
else
-
 
9710
  $as_echo "$as_me: failed program was:" >&5
-
 
9711
sed 's/^/| /' conftest.$ac_ext >&5
-
 
9712
 
-
 
9713
	
-
 
9714
fi
9311
fi
9715
 
-
 
9716
rm -rf conftest.dSYM
-
 
9717
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9312
rm -f core conftest.err conftest.$ac_objext \
9718
      conftest$ac_exeext conftest.$ac_ext
9313
    conftest$ac_exeext conftest.$ac_ext
9719
  LDFLAGS=$save_LDFLAGS
9314
  LDFLAGS=$save_LDFLAGS
9720
  libdir=$save_libdir
9315
  libdir=$save_libdir
9721
 
9316
 
9722
  # This implies no fast_install, which is unacceptable.
9317
  # This implies no fast_install, which is unacceptable.
9723
  # Some rework will be needed to allow for fast_install
9318
  # Some rework will be needed to allow for fast_install
Line 9937... Line 9532...
9937
 
9532
 
9938
*)
9533
*)
9939
  dynamic_linker=no
9534
  dynamic_linker=no
9940
  ;;
9535
  ;;
9941
esac
9536
esac
9942
{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
9537
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
9943
$as_echo "$dynamic_linker" >&6; }
9538
$as_echo "$dynamic_linker" >&6; }
9944
test "$dynamic_linker" = no && can_build_shared=no
9539
test "$dynamic_linker" = no && can_build_shared=no
9945
 
9540
 
9946
variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
9541
variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
9947
if test "$GCC" = yes; then
9542
if test "$GCC" = yes; then
Line 10039... Line 9634...
10039
    
9634
    
10040
    
9635
    
10041
    
9636
    
10042
 
9637
 
10043
 
9638
 
10044
  { $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
9639
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10045
$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
9640
$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10046
hardcode_action=
9641
hardcode_action=
10047
if test -n "$hardcode_libdir_flag_spec" ||
9642
if test -n "$hardcode_libdir_flag_spec" ||
10048
   test -n "$runpath_var" ||
9643
   test -n "$runpath_var" ||
10049
   test "X$hardcode_automatic" = "Xyes" ; then
9644
   test "X$hardcode_automatic" = "Xyes" ; then
Line 10064... Line 9659...
10064
else
9659
else
10065
  # We cannot hardcode anything, or else we can only hardcode existing
9660
  # We cannot hardcode anything, or else we can only hardcode existing
10066
  # directories.
9661
  # directories.
10067
  hardcode_action=unsupported
9662
  hardcode_action=unsupported
10068
fi
9663
fi
10069
{ $as_echo "$as_me:$LINENO: result: $hardcode_action" >&5
9664
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10070
$as_echo "$hardcode_action" >&6; }
9665
$as_echo "$hardcode_action" >&6; }
10071
 
9666
 
10072
if test "$hardcode_action" = relink ||
9667
if test "$hardcode_action" = relink ||
10073
   test "$inherit_rpath" = yes; then
9668
   test "$inherit_rpath" = yes; then
10074
  # Fast installation is not supported
9669
  # Fast installation is not supported
Line 10109... Line 9704...
10109
    lt_cv_dlopen_libs=
9704
    lt_cv_dlopen_libs=
10110
    ;;
9705
    ;;
10111
 
9706
 
10112
  darwin*)
9707
  darwin*)
10113
  # if libdl is installed we need to link against it
9708
  # if libdl is installed we need to link against it
10114
    { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9709
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10115
$as_echo_n "checking for dlopen in -ldl... " >&6; }
9710
$as_echo_n "checking for dlopen in -ldl... " >&6; }
10116
if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9711
if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10117
  $as_echo_n "(cached) " >&6
9712
  $as_echo_n "(cached) " >&6
10118
else
9713
else
10119
  ac_check_lib_save_LIBS=$LIBS
9714
  ac_check_lib_save_LIBS=$LIBS
10120
LIBS="-ldl  $LIBS"
9715
LIBS="-ldl  $LIBS"
10121
cat >conftest.$ac_ext <<_ACEOF
-
 
10122
/* confdefs.h.  */
-
 
10123
_ACEOF
-
 
10124
cat confdefs.h >>conftest.$ac_ext
9716
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10125
cat >>conftest.$ac_ext <<_ACEOF
-
 
10126
/* end confdefs.h.  */
9717
/* end confdefs.h.  */
10127
 
9718
 
10128
/* Override any GCC internal prototype to avoid an error.
9719
/* Override any GCC internal prototype to avoid an error.
10129
   Use char because int might match the return type of a GCC
9720
   Use char because int might match the return type of a GCC
10130
   builtin and then its argument prototype would still apply.  */
9721
   builtin and then its argument prototype would still apply.  */
Line 10138... Line 9729...
10138
return dlopen ();
9729
return dlopen ();
10139
  ;
9730
  ;
10140
  return 0;
9731
  return 0;
10141
}
9732
}
10142
_ACEOF
9733
_ACEOF
10143
rm -f conftest.$ac_objext conftest$ac_exeext
-
 
10144
if { (ac_try="$ac_link"
-
 
10145
case "(($ac_try" in
-
 
10146
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
10147
  *) ac_try_echo=$ac_try;;
-
 
10148
esac
-
 
10149
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
10150
$as_echo "$ac_try_echo") >&5
-
 
10151
  (eval "$ac_link") 2>conftest.er1
9734
if ac_fn_c_try_link "$LINENO"; then :
10152
  ac_status=$?
-
 
10153
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
10154
  rm -f conftest.er1
-
 
10155
  cat conftest.err >&5
-
 
10156
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
10157
  (exit $ac_status); } && {
-
 
10158
	 test -z "$ac_c_werror_flag" ||
-
 
10159
	 test ! -s conftest.err
-
 
10160
       } && test -s conftest$ac_exeext && {
-
 
10161
	 test "$cross_compiling" = yes ||
-
 
10162
	 $as_test_x conftest$ac_exeext
-
 
10163
       }; then
-
 
10164
  ac_cv_lib_dl_dlopen=yes
9735
  ac_cv_lib_dl_dlopen=yes
10165
else
9736
else
10166
  $as_echo "$as_me: failed program was:" >&5
-
 
10167
sed 's/^/| /' conftest.$ac_ext >&5
-
 
10168
 
-
 
10169
	ac_cv_lib_dl_dlopen=no
9737
  ac_cv_lib_dl_dlopen=no
10170
fi
9738
fi
10171
 
-
 
10172
rm -rf conftest.dSYM
-
 
10173
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9739
rm -f core conftest.err conftest.$ac_objext \
10174
      conftest$ac_exeext conftest.$ac_ext
9740
    conftest$ac_exeext conftest.$ac_ext
10175
LIBS=$ac_check_lib_save_LIBS
9741
LIBS=$ac_check_lib_save_LIBS
10176
fi
9742
fi
10177
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9743
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10178
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
9744
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10179
if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
9745
if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10180
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
9746
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10181
else
9747
else
10182
  
9748
  
10183
    lt_cv_dlopen="dyld"
9749
    lt_cv_dlopen="dyld"
10184
    lt_cv_dlopen_libs=
9750
    lt_cv_dlopen_libs=
Line 10187... Line 9753...
10187
fi
9753
fi
10188
 
9754
 
10189
    ;;
9755
    ;;
10190
 
9756
 
10191
  *)
9757
  *)
10192
    { $as_echo "$as_me:$LINENO: checking for shl_load" >&5
-
 
10193
$as_echo_n "checking for shl_load... " >&6; }
-
 
10194
if test "${ac_cv_func_shl_load+set}" = set; then
-
 
10195
  $as_echo_n "(cached) " >&6
-
 
10196
else
-
 
10197
  cat >conftest.$ac_ext <<_ACEOF
-
 
10198
/* confdefs.h.  */
-
 
10199
_ACEOF
-
 
10200
cat confdefs.h >>conftest.$ac_ext
-
 
10201
cat >>conftest.$ac_ext <<_ACEOF
-
 
10202
/* end confdefs.h.  */
-
 
10203
/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
-
 
10204
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-
 
10205
#define shl_load innocuous_shl_load
-
 
10206
 
-
 
10207
/* System header to define __stub macros and hopefully few prototypes,
-
 
10208
    which can conflict with char shl_load (); below.
-
 
10209
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-
 
10210
    <limits.h> exists even on freestanding compilers.  */
-
 
10211
 
-
 
10212
#ifdef __STDC__
-
 
10213
# include <limits.h>
-
 
10214
#else
-
 
10215
# include <assert.h>
-
 
10216
#endif
-
 
10217
 
-
 
10218
#undef shl_load
-
 
10219
 
-
 
10220
/* Override any GCC internal prototype to avoid an error.
-
 
10221
   Use char because int might match the return type of a GCC
-
 
10222
   builtin and then its argument prototype would still apply.  */
-
 
10223
#ifdef __cplusplus
-
 
10224
extern "C"
-
 
10225
#endif
-
 
10226
char shl_load ();
-
 
10227
/* The GNU C library defines this for functions which it implements
-
 
10228
    to always fail with ENOSYS.  Some functions are actually named
-
 
10229
    something starting with __ and the normal name is an alias.  */
-
 
10230
#if defined __stub_shl_load || defined __stub___shl_load
-
 
10231
choke me
-
 
10232
#endif
-
 
10233
 
-
 
10234
int
-
 
10235
main ()
-
 
10236
{
-
 
10237
return shl_load ();
-
 
10238
  ;
-
 
10239
  return 0;
-
 
10240
}
-
 
10241
_ACEOF
-
 
10242
rm -f conftest.$ac_objext conftest$ac_exeext
-
 
10243
if { (ac_try="$ac_link"
-
 
10244
case "(($ac_try" in
-
 
10245
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
10246
  *) ac_try_echo=$ac_try;;
-
 
10247
esac
-
 
10248
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
10249
$as_echo "$ac_try_echo") >&5
-
 
10250
  (eval "$ac_link") 2>conftest.er1
-
 
10251
  ac_status=$?
-
 
10252
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
10253
  rm -f conftest.er1
-
 
10254
  cat conftest.err >&5
-
 
10255
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
10256
  (exit $ac_status); } && {
-
 
10257
	 test -z "$ac_c_werror_flag" ||
-
 
10258
	 test ! -s conftest.err
-
 
10259
       } && test -s conftest$ac_exeext && {
-
 
10260
	 test "$cross_compiling" = yes ||
-
 
10261
	 $as_test_x conftest$ac_exeext
-
 
10262
       }; then
-
 
10263
  ac_cv_func_shl_load=yes
-
 
10264
else
-
 
10265
  $as_echo "$as_me: failed program was:" >&5
-
 
10266
sed 's/^/| /' conftest.$ac_ext >&5
-
 
10267
 
-
 
10268
	ac_cv_func_shl_load=no
-
 
10269
fi
-
 
10270
 
-
 
10271
rm -rf conftest.dSYM
-
 
10272
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-
 
10273
      conftest$ac_exeext conftest.$ac_ext
-
 
10274
fi
-
 
10275
{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
9758
    ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10276
$as_echo "$ac_cv_func_shl_load" >&6; }
-
 
10277
if test "x$ac_cv_func_shl_load" = x""yes; then
9759
if test "x$ac_cv_func_shl_load" = x""yes; then :
10278
  lt_cv_dlopen="shl_load"
9760
  lt_cv_dlopen="shl_load"
10279
else
9761
else
10280
  { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
9762
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10281
$as_echo_n "checking for shl_load in -ldld... " >&6; }
9763
$as_echo_n "checking for shl_load in -ldld... " >&6; }
10282
if test "${ac_cv_lib_dld_shl_load+set}" = set; then
9764
if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10283
  $as_echo_n "(cached) " >&6
9765
  $as_echo_n "(cached) " >&6
10284
else
9766
else
10285
  ac_check_lib_save_LIBS=$LIBS
9767
  ac_check_lib_save_LIBS=$LIBS
10286
LIBS="-ldld  $LIBS"
9768
LIBS="-ldld  $LIBS"
10287
cat >conftest.$ac_ext <<_ACEOF
-
 
10288
/* confdefs.h.  */
-
 
10289
_ACEOF
-
 
10290
cat confdefs.h >>conftest.$ac_ext
9769
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10291
cat >>conftest.$ac_ext <<_ACEOF
-
 
10292
/* end confdefs.h.  */
9770
/* end confdefs.h.  */
10293
 
9771
 
10294
/* Override any GCC internal prototype to avoid an error.
9772
/* Override any GCC internal prototype to avoid an error.
10295
   Use char because int might match the return type of a GCC
9773
   Use char because int might match the return type of a GCC
10296
   builtin and then its argument prototype would still apply.  */
9774
   builtin and then its argument prototype would still apply.  */
Line 10304... Line 9782...
10304
return shl_load ();
9782
return shl_load ();
10305
  ;
9783
  ;
10306
  return 0;
9784
  return 0;
10307
}
9785
}
10308
_ACEOF
9786
_ACEOF
10309
rm -f conftest.$ac_objext conftest$ac_exeext
-
 
10310
if { (ac_try="$ac_link"
-
 
10311
case "(($ac_try" in
-
 
10312
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
10313
  *) ac_try_echo=$ac_try;;
-
 
10314
esac
-
 
10315
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
10316
$as_echo "$ac_try_echo") >&5
-
 
10317
  (eval "$ac_link") 2>conftest.er1
9787
if ac_fn_c_try_link "$LINENO"; then :
10318
  ac_status=$?
-
 
10319
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
10320
  rm -f conftest.er1
-
 
10321
  cat conftest.err >&5
-
 
10322
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
10323
  (exit $ac_status); } && {
-
 
10324
	 test -z "$ac_c_werror_flag" ||
-
 
10325
	 test ! -s conftest.err
-
 
10326
       } && test -s conftest$ac_exeext && {
-
 
10327
	 test "$cross_compiling" = yes ||
-
 
10328
	 $as_test_x conftest$ac_exeext
-
 
10329
       }; then
-
 
10330
  ac_cv_lib_dld_shl_load=yes
9788
  ac_cv_lib_dld_shl_load=yes
10331
else
9789
else
10332
  $as_echo "$as_me: failed program was:" >&5
-
 
10333
sed 's/^/| /' conftest.$ac_ext >&5
-
 
10334
 
-
 
10335
	ac_cv_lib_dld_shl_load=no
9790
  ac_cv_lib_dld_shl_load=no
10336
fi
9791
fi
10337
 
-
 
10338
rm -rf conftest.dSYM
-
 
10339
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9792
rm -f core conftest.err conftest.$ac_objext \
10340
      conftest$ac_exeext conftest.$ac_ext
9793
    conftest$ac_exeext conftest.$ac_ext
10341
LIBS=$ac_check_lib_save_LIBS
9794
LIBS=$ac_check_lib_save_LIBS
10342
fi
9795
fi
10343
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
9796
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10344
$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
9797
$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10345
if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
9798
if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
10346
  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
9799
  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10347
else
9800
else
10348
  { $as_echo "$as_me:$LINENO: checking for dlopen" >&5
-
 
10349
$as_echo_n "checking for dlopen... " >&6; }
-
 
10350
if test "${ac_cv_func_dlopen+set}" = set; then
-
 
10351
  $as_echo_n "(cached) " >&6
-
 
10352
else
-
 
10353
  cat >conftest.$ac_ext <<_ACEOF
-
 
10354
/* confdefs.h.  */
-
 
10355
_ACEOF
-
 
10356
cat confdefs.h >>conftest.$ac_ext
-
 
10357
cat >>conftest.$ac_ext <<_ACEOF
-
 
10358
/* end confdefs.h.  */
-
 
10359
/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
-
 
10360
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-
 
10361
#define dlopen innocuous_dlopen
-
 
10362
 
-
 
10363
/* System header to define __stub macros and hopefully few prototypes,
-
 
10364
    which can conflict with char dlopen (); below.
-
 
10365
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-
 
10366
    <limits.h> exists even on freestanding compilers.  */
-
 
10367
 
-
 
10368
#ifdef __STDC__
-
 
10369
# include <limits.h>
-
 
10370
#else
-
 
10371
# include <assert.h>
-
 
10372
#endif
-
 
10373
 
-
 
10374
#undef dlopen
-
 
10375
 
-
 
10376
/* Override any GCC internal prototype to avoid an error.
-
 
10377
   Use char because int might match the return type of a GCC
-
 
10378
   builtin and then its argument prototype would still apply.  */
-
 
10379
#ifdef __cplusplus
-
 
10380
extern "C"
-
 
10381
#endif
-
 
10382
char dlopen ();
-
 
10383
/* The GNU C library defines this for functions which it implements
-
 
10384
    to always fail with ENOSYS.  Some functions are actually named
-
 
10385
    something starting with __ and the normal name is an alias.  */
-
 
10386
#if defined __stub_dlopen || defined __stub___dlopen
-
 
10387
choke me
-
 
10388
#endif
-
 
10389
 
-
 
10390
int
-
 
10391
main ()
-
 
10392
{
-
 
10393
return dlopen ();
-
 
10394
  ;
-
 
10395
  return 0;
-
 
10396
}
-
 
10397
_ACEOF
-
 
10398
rm -f conftest.$ac_objext conftest$ac_exeext
-
 
10399
if { (ac_try="$ac_link"
-
 
10400
case "(($ac_try" in
-
 
10401
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
10402
  *) ac_try_echo=$ac_try;;
-
 
10403
esac
-
 
10404
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
10405
$as_echo "$ac_try_echo") >&5
-
 
10406
  (eval "$ac_link") 2>conftest.er1
-
 
10407
  ac_status=$?
-
 
10408
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
10409
  rm -f conftest.er1
-
 
10410
  cat conftest.err >&5
-
 
10411
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
10412
  (exit $ac_status); } && {
-
 
10413
	 test -z "$ac_c_werror_flag" ||
-
 
10414
	 test ! -s conftest.err
-
 
10415
       } && test -s conftest$ac_exeext && {
-
 
10416
	 test "$cross_compiling" = yes ||
-
 
10417
	 $as_test_x conftest$ac_exeext
-
 
10418
       }; then
-
 
10419
  ac_cv_func_dlopen=yes
-
 
10420
else
-
 
10421
  $as_echo "$as_me: failed program was:" >&5
-
 
10422
sed 's/^/| /' conftest.$ac_ext >&5
-
 
10423
 
-
 
10424
	ac_cv_func_dlopen=no
-
 
10425
fi
-
 
10426
 
-
 
10427
rm -rf conftest.dSYM
-
 
10428
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-
 
10429
      conftest$ac_exeext conftest.$ac_ext
-
 
10430
fi
-
 
10431
{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
9801
  ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10432
$as_echo "$ac_cv_func_dlopen" >&6; }
-
 
10433
if test "x$ac_cv_func_dlopen" = x""yes; then
9802
if test "x$ac_cv_func_dlopen" = x""yes; then :
10434
  lt_cv_dlopen="dlopen"
9803
  lt_cv_dlopen="dlopen"
10435
else
9804
else
10436
  { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9805
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10437
$as_echo_n "checking for dlopen in -ldl... " >&6; }
9806
$as_echo_n "checking for dlopen in -ldl... " >&6; }
10438
if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9807
if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10439
  $as_echo_n "(cached) " >&6
9808
  $as_echo_n "(cached) " >&6
10440
else
9809
else
10441
  ac_check_lib_save_LIBS=$LIBS
9810
  ac_check_lib_save_LIBS=$LIBS
10442
LIBS="-ldl  $LIBS"
9811
LIBS="-ldl  $LIBS"
10443
cat >conftest.$ac_ext <<_ACEOF
-
 
10444
/* confdefs.h.  */
-
 
10445
_ACEOF
-
 
10446
cat confdefs.h >>conftest.$ac_ext
9812
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10447
cat >>conftest.$ac_ext <<_ACEOF
-
 
10448
/* end confdefs.h.  */
9813
/* end confdefs.h.  */
10449
 
9814
 
10450
/* Override any GCC internal prototype to avoid an error.
9815
/* Override any GCC internal prototype to avoid an error.
10451
   Use char because int might match the return type of a GCC
9816
   Use char because int might match the return type of a GCC
10452
   builtin and then its argument prototype would still apply.  */
9817
   builtin and then its argument prototype would still apply.  */
Line 10460... Line 9825...
10460
return dlopen ();
9825
return dlopen ();
10461
  ;
9826
  ;
10462
  return 0;
9827
  return 0;
10463
}
9828
}
10464
_ACEOF
9829
_ACEOF
10465
rm -f conftest.$ac_objext conftest$ac_exeext
-
 
10466
if { (ac_try="$ac_link"
-
 
10467
case "(($ac_try" in
-
 
10468
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
10469
  *) ac_try_echo=$ac_try;;
-
 
10470
esac
-
 
10471
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
10472
$as_echo "$ac_try_echo") >&5
-
 
10473
  (eval "$ac_link") 2>conftest.er1
9830
if ac_fn_c_try_link "$LINENO"; then :
10474
  ac_status=$?
-
 
10475
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
10476
  rm -f conftest.er1
-
 
10477
  cat conftest.err >&5
-
 
10478
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
10479
  (exit $ac_status); } && {
-
 
10480
	 test -z "$ac_c_werror_flag" ||
-
 
10481
	 test ! -s conftest.err
-
 
10482
       } && test -s conftest$ac_exeext && {
-
 
10483
	 test "$cross_compiling" = yes ||
-
 
10484
	 $as_test_x conftest$ac_exeext
-
 
10485
       }; then
-
 
10486
  ac_cv_lib_dl_dlopen=yes
9831
  ac_cv_lib_dl_dlopen=yes
10487
else
9832
else
10488
  $as_echo "$as_me: failed program was:" >&5
-
 
10489
sed 's/^/| /' conftest.$ac_ext >&5
-
 
10490
 
-
 
10491
	ac_cv_lib_dl_dlopen=no
9833
  ac_cv_lib_dl_dlopen=no
10492
fi
9834
fi
10493
 
-
 
10494
rm -rf conftest.dSYM
-
 
10495
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9835
rm -f core conftest.err conftest.$ac_objext \
10496
      conftest$ac_exeext conftest.$ac_ext
9836
    conftest$ac_exeext conftest.$ac_ext
10497
LIBS=$ac_check_lib_save_LIBS
9837
LIBS=$ac_check_lib_save_LIBS
10498
fi
9838
fi
10499
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9839
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10500
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
9840
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10501
if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
9841
if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10502
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
9842
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10503
else
9843
else
10504
  { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
9844
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10505
$as_echo_n "checking for dlopen in -lsvld... " >&6; }
9845
$as_echo_n "checking for dlopen in -lsvld... " >&6; }
10506
if test "${ac_cv_lib_svld_dlopen+set}" = set; then
9846
if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
10507
  $as_echo_n "(cached) " >&6
9847
  $as_echo_n "(cached) " >&6
10508
else
9848
else
10509
  ac_check_lib_save_LIBS=$LIBS
9849
  ac_check_lib_save_LIBS=$LIBS
10510
LIBS="-lsvld  $LIBS"
9850
LIBS="-lsvld  $LIBS"
10511
cat >conftest.$ac_ext <<_ACEOF
-
 
10512
/* confdefs.h.  */
-
 
10513
_ACEOF
-
 
10514
cat confdefs.h >>conftest.$ac_ext
9851
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10515
cat >>conftest.$ac_ext <<_ACEOF
-
 
10516
/* end confdefs.h.  */
9852
/* end confdefs.h.  */
10517
 
9853
 
10518
/* Override any GCC internal prototype to avoid an error.
9854
/* Override any GCC internal prototype to avoid an error.
10519
   Use char because int might match the return type of a GCC
9855
   Use char because int might match the return type of a GCC
10520
   builtin and then its argument prototype would still apply.  */
9856
   builtin and then its argument prototype would still apply.  */
Line 10528... Line 9864...
10528
return dlopen ();
9864
return dlopen ();
10529
  ;
9865
  ;
10530
  return 0;
9866
  return 0;
10531
}
9867
}
10532
_ACEOF
9868
_ACEOF
10533
rm -f conftest.$ac_objext conftest$ac_exeext
-
 
10534
if { (ac_try="$ac_link"
-
 
10535
case "(($ac_try" in
-
 
10536
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
10537
  *) ac_try_echo=$ac_try;;
-
 
10538
esac
-
 
10539
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
10540
$as_echo "$ac_try_echo") >&5
-
 
10541
  (eval "$ac_link") 2>conftest.er1
9869
if ac_fn_c_try_link "$LINENO"; then :
10542
  ac_status=$?
-
 
10543
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
10544
  rm -f conftest.er1
-
 
10545
  cat conftest.err >&5
-
 
10546
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
10547
  (exit $ac_status); } && {
-
 
10548
	 test -z "$ac_c_werror_flag" ||
-
 
10549
	 test ! -s conftest.err
-
 
10550
       } && test -s conftest$ac_exeext && {
-
 
10551
	 test "$cross_compiling" = yes ||
-
 
10552
	 $as_test_x conftest$ac_exeext
-
 
10553
       }; then
-
 
10554
  ac_cv_lib_svld_dlopen=yes
9870
  ac_cv_lib_svld_dlopen=yes
10555
else
9871
else
10556
  $as_echo "$as_me: failed program was:" >&5
-
 
10557
sed 's/^/| /' conftest.$ac_ext >&5
-
 
10558
 
-
 
10559
	ac_cv_lib_svld_dlopen=no
9872
  ac_cv_lib_svld_dlopen=no
10560
fi
9873
fi
10561
 
-
 
10562
rm -rf conftest.dSYM
-
 
10563
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9874
rm -f core conftest.err conftest.$ac_objext \
10564
      conftest$ac_exeext conftest.$ac_ext
9875
    conftest$ac_exeext conftest.$ac_ext
10565
LIBS=$ac_check_lib_save_LIBS
9876
LIBS=$ac_check_lib_save_LIBS
10566
fi
9877
fi
10567
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
9878
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10568
$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
9879
$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10569
if test "x$ac_cv_lib_svld_dlopen" = x""yes; then
9880
if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
10570
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
9881
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10571
else
9882
else
10572
  { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
9883
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10573
$as_echo_n "checking for dld_link in -ldld... " >&6; }
9884
$as_echo_n "checking for dld_link in -ldld... " >&6; }
10574
if test "${ac_cv_lib_dld_dld_link+set}" = set; then
9885
if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
10575
  $as_echo_n "(cached) " >&6
9886
  $as_echo_n "(cached) " >&6
10576
else
9887
else
10577
  ac_check_lib_save_LIBS=$LIBS
9888
  ac_check_lib_save_LIBS=$LIBS
10578
LIBS="-ldld  $LIBS"
9889
LIBS="-ldld  $LIBS"
10579
cat >conftest.$ac_ext <<_ACEOF
-
 
10580
/* confdefs.h.  */
-
 
10581
_ACEOF
-
 
10582
cat confdefs.h >>conftest.$ac_ext
9890
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10583
cat >>conftest.$ac_ext <<_ACEOF
-
 
10584
/* end confdefs.h.  */
9891
/* end confdefs.h.  */
10585
 
9892
 
10586
/* Override any GCC internal prototype to avoid an error.
9893
/* Override any GCC internal prototype to avoid an error.
10587
   Use char because int might match the return type of a GCC
9894
   Use char because int might match the return type of a GCC
10588
   builtin and then its argument prototype would still apply.  */
9895
   builtin and then its argument prototype would still apply.  */
Line 10596... Line 9903...
10596
return dld_link ();
9903
return dld_link ();
10597
  ;
9904
  ;
10598
  return 0;
9905
  return 0;
10599
}
9906
}
10600
_ACEOF
9907
_ACEOF
10601
rm -f conftest.$ac_objext conftest$ac_exeext
-
 
10602
if { (ac_try="$ac_link"
-
 
10603
case "(($ac_try" in
-
 
10604
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-
 
10605
  *) ac_try_echo=$ac_try;;
-
 
10606
esac
-
 
10607
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-
 
10608
$as_echo "$ac_try_echo") >&5
-
 
10609
  (eval "$ac_link") 2>conftest.er1
9908
if ac_fn_c_try_link "$LINENO"; then :
10610
  ac_status=$?
-
 
10611
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
10612
  rm -f conftest.er1
-
 
10613
  cat conftest.err >&5
-
 
10614
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
10615
  (exit $ac_status); } && {
-
 
10616
	 test -z "$ac_c_werror_flag" ||
-
 
10617
	 test ! -s conftest.err
-
 
10618
       } && test -s conftest$ac_exeext && {
-
 
10619
	 test "$cross_compiling" = yes ||
-
 
10620
	 $as_test_x conftest$ac_exeext
-
 
10621
       }; then
-
 
10622
  ac_cv_lib_dld_dld_link=yes
9909
  ac_cv_lib_dld_dld_link=yes
10623
else
9910
else
10624
  $as_echo "$as_me: failed program was:" >&5
-
 
10625
sed 's/^/| /' conftest.$ac_ext >&5
-
 
10626
 
-
 
10627
	ac_cv_lib_dld_dld_link=no
9911
  ac_cv_lib_dld_dld_link=no
10628
fi
9912
fi
10629
 
-
 
10630
rm -rf conftest.dSYM
-
 
10631
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9913
rm -f core conftest.err conftest.$ac_objext \
10632
      conftest$ac_exeext conftest.$ac_ext
9914
    conftest$ac_exeext conftest.$ac_ext
10633
LIBS=$ac_check_lib_save_LIBS
9915
LIBS=$ac_check_lib_save_LIBS
10634
fi
9916
fi
10635
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
9917
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10636
$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
9918
$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10637
if test "x$ac_cv_lib_dld_dld_link" = x""yes; then
9919
if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
10638
  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
9920
  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10639
fi
9921
fi
10640
 
9922
 
10641
	      
9923
	      
10642
fi
9924
fi
Line 10671... Line 9953...
10671
    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
9953
    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10672
 
9954
 
10673
    save_LIBS="$LIBS"
9955
    save_LIBS="$LIBS"
10674
    LIBS="$lt_cv_dlopen_libs $LIBS"
9956
    LIBS="$lt_cv_dlopen_libs $LIBS"
10675
 
9957
 
10676
    { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
9958
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10677
$as_echo_n "checking whether a program can dlopen itself... " >&6; }
9959
$as_echo_n "checking whether a program can dlopen itself... " >&6; }
10678
if test "${lt_cv_dlopen_self+set}" = set; then
9960
if test "${lt_cv_dlopen_self+set}" = set; then :
10679
  $as_echo_n "(cached) " >&6
9961
  $as_echo_n "(cached) " >&6
10680
else
9962
else
10681
  	  if test "$cross_compiling" = yes; then :
9963
  	  if test "$cross_compiling" = yes; then :
10682
  lt_cv_dlopen_self=cross
9964
  lt_cv_dlopen_self=cross
10683
else
9965
else
Line 10741... Line 10023...
10741
    puts (dlerror ());
10023
    puts (dlerror ());
10742
 
10024
 
10743
  return status;
10025
  return status;
10744
}
10026
}
10745
_LT_EOF
10027
_LT_EOF
10746
  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10028
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10747
  (eval $ac_link) 2>&5
10029
  (eval $ac_link) 2>&5
10748
  ac_status=$?
10030
  ac_status=$?
10749
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10031
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10750
  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
10032
  test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10751
    (./conftest; exit; ) >&5 2>/dev/null
10033
    (./conftest; exit; ) >&5 2>/dev/null
10752
    lt_status=$?
10034
    lt_status=$?
10753
    case x$lt_status in
10035
    case x$lt_status in
10754
      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10036
      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10755
      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10037
      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
Line 10762... Line 10044...
10762
fi
10044
fi
10763
rm -fr conftest*
10045
rm -fr conftest*
10764
 
10046
 
10765
    
10047
    
10766
fi
10048
fi
10767
{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
10049
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10768
$as_echo "$lt_cv_dlopen_self" >&6; }
10050
$as_echo "$lt_cv_dlopen_self" >&6; }
10769
 
10051
 
10770
    if test "x$lt_cv_dlopen_self" = xyes; then
10052
    if test "x$lt_cv_dlopen_self" = xyes; then
10771
      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10053
      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10772
      { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
10054
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10773
$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10055
$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10774
if test "${lt_cv_dlopen_self_static+set}" = set; then
10056
if test "${lt_cv_dlopen_self_static+set}" = set; then :
10775
  $as_echo_n "(cached) " >&6
10057
  $as_echo_n "(cached) " >&6
10776
else
10058
else
10777
  	  if test "$cross_compiling" = yes; then :
10059
  	  if test "$cross_compiling" = yes; then :
10778
  lt_cv_dlopen_self_static=cross
10060
  lt_cv_dlopen_self_static=cross
10779
else
10061
else
Line 10837... Line 10119...
10837
    puts (dlerror ());
10119
    puts (dlerror ());
10838
 
10120
 
10839
  return status;
10121
  return status;
10840
}
10122
}
10841
_LT_EOF
10123
_LT_EOF
10842
  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10124
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10843
  (eval $ac_link) 2>&5
10125
  (eval $ac_link) 2>&5
10844
  ac_status=$?
10126
  ac_status=$?
10845
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10127
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10846
  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
10128
  test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10847
    (./conftest; exit; ) >&5 2>/dev/null
10129
    (./conftest; exit; ) >&5 2>/dev/null
10848
    lt_status=$?
10130
    lt_status=$?
10849
    case x$lt_status in
10131
    case x$lt_status in
10850
      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10132
      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10851
      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10133
      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
Line 10858... Line 10140...
10858
fi
10140
fi
10859
rm -fr conftest*
10141
rm -fr conftest*
10860
 
10142
 
10861
      
10143
      
10862
fi
10144
fi
10863
{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
10145
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10864
$as_echo "$lt_cv_dlopen_self_static" >&6; }
10146
$as_echo "$lt_cv_dlopen_self_static" >&6; }
10865
    fi
10147
    fi
10866
 
10148
 
10867
    CPPFLAGS="$save_CPPFLAGS"
10149
    CPPFLAGS="$save_CPPFLAGS"
10868
    LDFLAGS="$save_LDFLAGS"
10150
    LDFLAGS="$save_LDFLAGS"
Line 10897... Line 10179...
10897
 
10179
 
10898
 
10180
 
10899
  
10181
  
10900
striplib=
10182
striplib=
10901
old_striplib=
10183
old_striplib=
10902
{ $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
10184
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10903
$as_echo_n "checking whether stripping libraries is possible... " >&6; }
10185
$as_echo_n "checking whether stripping libraries is possible... " >&6; }
10904
if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10186
if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10905
  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10187
  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10906
  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10188
  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10907
  { $as_echo "$as_me:$LINENO: result: yes" >&5
10189
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10908
$as_echo "yes" >&6; }
10190
$as_echo "yes" >&6; }
10909
else
10191
else
10910
# FIXME - insert some real tests, host_os isn't really good enough
10192
# FIXME - insert some real tests, host_os isn't really good enough
10911
  case $host_os in
10193
  case $host_os in
10912
  darwin*)
10194
  darwin*)
10913
    if test -n "$STRIP" ; then
10195
    if test -n "$STRIP" ; then
10914
      striplib="$STRIP -x"
10196
      striplib="$STRIP -x"
10915
      old_striplib="$STRIP -S"
10197
      old_striplib="$STRIP -S"
10916
      { $as_echo "$as_me:$LINENO: result: yes" >&5
10198
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10917
$as_echo "yes" >&6; }
10199
$as_echo "yes" >&6; }
10918
    else
10200
    else
10919
      { $as_echo "$as_me:$LINENO: result: no" >&5
10201
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10920
$as_echo "no" >&6; }
10202
$as_echo "no" >&6; }
10921
    fi
10203
    fi
10922
    ;;
10204
    ;;
10923
  *)
10205
  *)
10924
    { $as_echo "$as_me:$LINENO: result: no" >&5
10206
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10925
$as_echo "no" >&6; }
10207
$as_echo "no" >&6; }
10926
    ;;
10208
    ;;
10927
  esac
10209
  esac
10928
fi
10210
fi
10929
 
10211
 
Line 10937... Line 10219...
10937
    
10219
    
10938
 
10220
 
10939
 
10221
 
10940
 
10222
 
10941
  # Report which library types will actually be built
10223
  # Report which library types will actually be built
10942
  { $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
10224
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10943
$as_echo_n "checking if libtool supports shared libraries... " >&6; }
10225
$as_echo_n "checking if libtool supports shared libraries... " >&6; }
10944
  { $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
10226
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10945
$as_echo "$can_build_shared" >&6; }
10227
$as_echo "$can_build_shared" >&6; }
10946
 
10228
 
10947
  { $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
10229
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10948
$as_echo_n "checking whether to build shared libraries... " >&6; }
10230
$as_echo_n "checking whether to build shared libraries... " >&6; }
10949
  test "$can_build_shared" = "no" && enable_shared=no
10231
  test "$can_build_shared" = "no" && enable_shared=no
10950
 
10232
 
10951
  # On AIX, shared libraries and static libraries use the same namespace, and
10233
  # On AIX, shared libraries and static libraries use the same namespace, and
10952
  # are all built from PIC.
10234
  # are all built from PIC.
Line 10963... Line 10245...
10963
    if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10245
    if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10964
      test "$enable_shared" = yes && enable_static=no
10246
      test "$enable_shared" = yes && enable_static=no
10965
    fi
10247
    fi
10966
    ;;
10248
    ;;
10967
  esac
10249
  esac
10968
  { $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
10250
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
10969
$as_echo "$enable_shared" >&6; }
10251
$as_echo "$enable_shared" >&6; }
10970
 
10252
 
10971
  { $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5
10253
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
10972
$as_echo_n "checking whether to build static libraries... " >&6; }
10254
$as_echo_n "checking whether to build static libraries... " >&6; }
10973
  # Make sure either enable_shared or enable_static is yes.
10255
  # Make sure either enable_shared or enable_static is yes.
10974
  test "$enable_shared" = yes || enable_static=yes
10256
  test "$enable_shared" = yes || enable_static=yes
10975
  { $as_echo "$as_me:$LINENO: result: $enable_static" >&5
10257
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
10976
$as_echo "$enable_static" >&6; }
10258
$as_echo "$enable_static" >&6; }
10977
 
10259
 
10978
  
10260
  
10979
 
10261
 
10980
 
10262
 
Line 11035... Line 10317...
11035
  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
10317
  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11036
    eval ac_val=\$$ac_var
10318
    eval ac_val=\$$ac_var
11037
    case $ac_val in #(
10319
    case $ac_val in #(
11038
    *${as_nl}*)
10320
    *${as_nl}*)
11039
      case $ac_var in #(
10321
      case $ac_var in #(
11040
      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
10322
      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11041
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
10323
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11042
      esac
10324
      esac
11043
      case $ac_var in #(
10325
      case $ac_var in #(
11044
      _ | IFS | as_nl) ;; #(
10326
      _ | IFS | as_nl) ;; #(
11045
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
10327
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11046
      *) $as_unset $ac_var ;;
10328
      *) { eval $ac_var=; unset $ac_var;} ;;
11047
      esac ;;
10329
      esac ;;
11048
    esac
10330
    esac
11049
  done
10331
  done
11050
 
10332
 
11051
  (set) 2>&1 |
10333
  (set) 2>&1 |
11052
    case $as_nl`(ac_space=' '; set) 2>&1` in #(
10334
    case $as_nl`(ac_space=' '; set) 2>&1` in #(
11053
    *${as_nl}ac_space=\ *)
10335
    *${as_nl}ac_space=\ *)
11054
      # `set' does not quote correctly, so add quotes (double-quote
10336
      # `set' does not quote correctly, so add quotes: double-quote
11055
      # substitution turns \\\\ into \\, and sed turns \\ into \).
10337
      # substitution turns \\\\ into \\, and sed turns \\ into \.
11056
      sed -n \
10338
      sed -n \
11057
	"s/'/'\\\\''/g;
10339
	"s/'/'\\\\''/g;
11058
	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
10340
	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11059
      ;; #(
10341
      ;; #(
11060
    *)
10342
    *)
Line 11073... Line 10355...
11073
     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10355
     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11074
     :end' >>confcache
10356
     :end' >>confcache
11075
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
10357
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11076
  if test -w "$cache_file"; then
10358
  if test -w "$cache_file"; then
11077
    test "x$cache_file" != "x/dev/null" &&
10359
    test "x$cache_file" != "x/dev/null" &&
11078
      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
10360
      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11079
$as_echo "$as_me: updating cache $cache_file" >&6;}
10361
$as_echo "$as_me: updating cache $cache_file" >&6;}
11080
    cat confcache >$cache_file
10362
    cat confcache >$cache_file
11081
  else
10363
  else
11082
    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
10364
    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11083
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
10365
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11084
  fi
10366
  fi
11085
fi
10367
fi
11086
rm -f confcache
10368
rm -f confcache
11087
 
10369
 
Line 11097... Line 10379...
11097
  # 1. Remove the extension, and $U if already installed.
10379
  # 1. Remove the extension, and $U if already installed.
11098
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
10380
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11099
  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
10381
  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11100
  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
10382
  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
11101
  #    will be set to the directory where LIBOBJS objects are built.
10383
  #    will be set to the directory where LIBOBJS objects are built.
11102
  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
10384
  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11103
  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
10385
  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
11104
done
10386
done
11105
LIB@&t@OBJS=$ac_libobjs
10387
LIB@&t@OBJS=$ac_libobjs
11106
 
10388
 
11107
LTLIBOBJS=$ac_ltlibobjs
10389
LTLIBOBJS=$ac_ltlibobjs
11108
 
10390
 
11109
 
10391
 
-
 
10392
 if test -n "$EXEEXT"; then
-
 
10393
  am__EXEEXT_TRUE=
-
 
10394
  am__EXEEXT_FALSE='#'
-
 
10395
else
-
 
10396
  am__EXEEXT_TRUE='#'
-
 
10397
  am__EXEEXT_FALSE=
-
 
10398
fi
-
 
10399
 
11110
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
10400
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11111
  { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
-
 
11112
Usually this means the macro was only invoked conditionally." >&5
-
 
11113
$as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
10401
  as_fn_error "conditional \"AMDEP\" was never defined.
11114
Usually this means the macro was only invoked conditionally." >&2;}
10402
Usually this means the macro was only invoked conditionally." "$LINENO" 5
11115
   { (exit 1); exit 1; }; }
-
 
11116
fi
10403
fi
11117
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
10404
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11118
  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
-
 
11119
Usually this means the macro was only invoked conditionally." >&5
-
 
11120
$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
10405
  as_fn_error "conditional \"am__fastdepCC\" was never defined.
11121
Usually this means the macro was only invoked conditionally." >&2;}
10406
Usually this means the macro was only invoked conditionally." "$LINENO" 5
11122
   { (exit 1); exit 1; }; }
-
 
11123
fi
10407
fi
11124
 
10408
 
11125
: ${CONFIG_STATUS=./config.status}
10409
: ${CONFIG_STATUS=./config.status}
11126
ac_write_fail=0
10410
ac_write_fail=0
11127
ac_clean_files_save=$ac_clean_files
10411
ac_clean_files_save=$ac_clean_files
11128
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
10412
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11129
{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
10413
{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11130
$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
10414
$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
-
 
10415
as_write_fail=0
11131
cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
10416
cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
11132
#! $SHELL
10417
#! $SHELL
11133
# Generated by $as_me.
10418
# Generated by $as_me.
11134
# Run this file to recreate the current configuration.
10419
# Run this file to recreate the current configuration.
11135
# Compiler output produced by configure, useful for debugging
10420
# Compiler output produced by configure, useful for debugging
11136
# configure, is in config.log if it exists.
10421
# configure, is in config.log if it exists.
11137
 
10422
 
11138
debug=false
10423
debug=false
11139
ac_cs_recheck=false
10424
ac_cs_recheck=false
11140
ac_cs_silent=false
10425
ac_cs_silent=false
11141
SHELL=\${CONFIG_SHELL-$SHELL}
-
 
11142
_ACEOF
-
 
11143
 
10426
 
-
 
10427
SHELL=\${CONFIG_SHELL-$SHELL}
-
 
10428
export SHELL
-
 
10429
_ASEOF
11144
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
10430
cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11145
## --------------------- ##
10431
## -------------------- ##
11146
## M4sh Initialization.  ##
10432
## M4sh Initialization. ##
11147
## --------------------- ##
10433
## -------------------- ##
11148
 
10434
 
11149
# Be more Bourne compatible
10435
# Be more Bourne compatible
11150
DUALCASE=1; export DUALCASE # for MKS sh
10436
DUALCASE=1; export DUALCASE # for MKS sh
11151
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
10437
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
11152
  emulate sh
10438
  emulate sh
11153
  NULLCMD=:
10439
  NULLCMD=:
11154
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
10440
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11155
  # is contrary to our usage.  Disable this feature.
10441
  # is contrary to our usage.  Disable this feature.
11156
  alias -g '${1+"$@"}'='"$@"'
10442
  alias -g '${1+"$@"}'='"$@"'
11157
  setopt NO_GLOB_SUBST
10443
  setopt NO_GLOB_SUBST
11158
else
10444
else
11159
  case `(set -o) 2>/dev/null` in
10445
  case `(set -o) 2>/dev/null` in @%:@(
-
 
10446
  *posix*) :
11160
  *posix*) set -o posix ;;
10447
    set -o posix ;; @%:@(
-
 
10448
  *) :
-
 
10449
     ;;
11161
esac
10450
esac
11162
 
-
 
11163
fi
10451
fi
11164
 
10452
 
11165
 
10453
 
11166
 
-
 
11167
 
-
 
11168
# PATH needs CR
-
 
11169
# Avoid depending upon Character Ranges.
-
 
11170
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
-
 
11171
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-
 
11172
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
-
 
11173
as_cr_digits='0123456789'
-
 
11174
as_cr_alnum=$as_cr_Letters$as_cr_digits
-
 
11175
 
-
 
11176
as_nl='
10454
as_nl='
11177
'
10455
'
11178
export as_nl
10456
export as_nl
11179
# Printing a long string crashes Solaris 7 /usr/bin/printf.
10457
# Printing a long string crashes Solaris 7 /usr/bin/printf.
11180
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
10458
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11181
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
10459
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11182
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
10460
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
-
 
10461
# Prefer a ksh shell builtin over an external printf program on Solaris,
-
 
10462
# but without wasting forks for bash or zsh.
-
 
10463
if test -z "$BASH_VERSION$ZSH_VERSION" \
-
 
10464
    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
-
 
10465
  as_echo='print -r --'
-
 
10466
  as_echo_n='print -rn --'
11183
if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
10467
elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11184
  as_echo='printf %s\n'
10468
  as_echo='printf %s\n'
11185
  as_echo_n='printf %s'
10469
  as_echo_n='printf %s'
11186
else
10470
else
11187
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
10471
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11188
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
10472
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11189
    as_echo_n='/usr/ucb/echo -n'
10473
    as_echo_n='/usr/ucb/echo -n'
11190
  else
10474
  else
11191
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
10475
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11192
    as_echo_n_body='eval
10476
    as_echo_n_body='eval
11193
      arg=$1;
10477
      arg=$1;
11194
      case $arg in
10478
      case $arg in @%:@(
11195
      *"$as_nl"*)
10479
      *"$as_nl"*)
11196
	expr "X$arg" : "X\\(.*\\)$as_nl";
10480
	expr "X$arg" : "X\\(.*\\)$as_nl";
11197
	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
10481
	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11198
      esac;
10482
      esac;
11199
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
10483
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
Line 11212... Line 10496...
11212
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
10496
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11213
      PATH_SEPARATOR=';'
10497
      PATH_SEPARATOR=';'
11214
  }
10498
  }
11215
fi
10499
fi
11216
 
10500
 
11217
# Support unset when possible.
-
 
11218
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-
 
11219
  as_unset=unset
-
 
11220
else
-
 
11221
  as_unset=false
-
 
11222
fi
-
 
11223
 
-
 
11224
 
10501
 
11225
# IFS
10502
# IFS
11226
# We need space, tab and new line, in precisely that order.  Quoting is
10503
# We need space, tab and new line, in precisely that order.  Quoting is
11227
# there to prevent editors from complaining about space-tab.
10504
# there to prevent editors from complaining about space-tab.
11228
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
10505
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11229
# splitting by setting IFS to empty value.)
10506
# splitting by setting IFS to empty value.)
11230
IFS=" ""	$as_nl"
10507
IFS=" ""	$as_nl"
11231
 
10508
 
11232
# Find who we are.  Look in the path if we contain no directory separator.
10509
# Find who we are.  Look in the path if we contain no directory separator.
11233
case $0 in
10510
case $0 in @%:@((
11234
  *[\\/]* ) as_myself=$0 ;;
10511
  *[\\/]* ) as_myself=$0 ;;
11235
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10512
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11236
for as_dir in $PATH
10513
for as_dir in $PATH
11237
do
10514
do
11238
  IFS=$as_save_IFS
10515
  IFS=$as_save_IFS
11239
  test -z "$as_dir" && as_dir=.
10516
  test -z "$as_dir" && as_dir=.
11240
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
10517
    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11241
done
10518
  done
11242
IFS=$as_save_IFS
10519
IFS=$as_save_IFS
11243
 
10520
 
11244
     ;;
10521
     ;;
11245
esac
10522
esac
11246
# We did not find ourselves, most probably we were run as `sh COMMAND'
10523
# We did not find ourselves, most probably we were run as `sh COMMAND'
Line 11248... Line 10525...
11248
if test "x$as_myself" = x; then
10525
if test "x$as_myself" = x; then
11249
  as_myself=$0
10526
  as_myself=$0
11250
fi
10527
fi
11251
if test ! -f "$as_myself"; then
10528
if test ! -f "$as_myself"; then
11252
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
10529
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11253
  { (exit 1); exit 1; }
10530
  exit 1
11254
fi
10531
fi
11255
 
10532
 
-
 
10533
# Unset variables that we do not need and which cause bugs (e.g. in
-
 
10534
# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
-
 
10535
# suppresses any "Segmentation fault" message there.  '((' could
11256
# Work around bugs in pre-3.0 UWIN ksh.
10536
# trigger a bug in pdksh 5.2.14.
11257
for as_var in ENV MAIL MAILPATH
10537
for as_var in BASH_ENV ENV MAIL MAILPATH
-
 
10538
do eval test x\${$as_var+set} = xset \
11258
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
10539
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11259
done
10540
done
11260
PS1='$ '
10541
PS1='$ '
11261
PS2='> '
10542
PS2='> '
11262
PS4='+ '
10543
PS4='+ '
11263
 
10544
 
Line 11265... Line 10546...
11265
LC_ALL=C
10546
LC_ALL=C
11266
export LC_ALL
10547
export LC_ALL
11267
LANGUAGE=C
10548
LANGUAGE=C
11268
export LANGUAGE
10549
export LANGUAGE
11269
 
10550
 
-
 
10551
# CDPATH.
-
 
10552
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
-
 
10553
 
-
 
10554
 
-
 
10555
@%:@ as_fn_error ERROR [LINENO LOG_FD]
-
 
10556
@%:@ ---------------------------------
-
 
10557
@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are
-
 
10558
@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the
-
 
10559
@%:@ script with status $?, using 1 if that was 0.
-
 
10560
as_fn_error ()
-
 
10561
{
-
 
10562
  as_status=$?; test $as_status -eq 0 && as_status=1
-
 
10563
  if test "$3"; then
-
 
10564
    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-
 
10565
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
-
 
10566
  fi
-
 
10567
  $as_echo "$as_me: error: $1" >&2
11270
# Required to use basename.
10568
  as_fn_exit $as_status
-
 
10569
} @%:@ as_fn_error
-
 
10570
 
-
 
10571
 
-
 
10572
@%:@ as_fn_set_status STATUS
-
 
10573
@%:@ -----------------------
-
 
10574
@%:@ Set $? to STATUS, without forking.
-
 
10575
as_fn_set_status ()
-
 
10576
{
-
 
10577
  return $1
-
 
10578
} @%:@ as_fn_set_status
-
 
10579
 
-
 
10580
@%:@ as_fn_exit STATUS
-
 
10581
@%:@ -----------------
-
 
10582
@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
-
 
10583
as_fn_exit ()
-
 
10584
{
-
 
10585
  set +e
-
 
10586
  as_fn_set_status $1
-
 
10587
  exit $1
-
 
10588
} @%:@ as_fn_exit
-
 
10589
 
-
 
10590
@%:@ as_fn_unset VAR
-
 
10591
@%:@ ---------------
-
 
10592
@%:@ Portably unset VAR.
-
 
10593
as_fn_unset ()
-
 
10594
{
-
 
10595
  { eval $1=; unset $1;}
-
 
10596
}
-
 
10597
as_unset=as_fn_unset
-
 
10598
@%:@ as_fn_append VAR VALUE
-
 
10599
@%:@ ----------------------
-
 
10600
@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take
-
 
10601
@%:@ advantage of any shell optimizations that allow amortized linear growth over
-
 
10602
@%:@ repeated appends, instead of the typical quadratic growth present in naive
-
 
10603
@%:@ implementations.
-
 
10604
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
-
 
10605
  eval 'as_fn_append ()
-
 
10606
  {
-
 
10607
    eval $1+=\$2
-
 
10608
  }'
-
 
10609
else
-
 
10610
  as_fn_append ()
-
 
10611
  {
-
 
10612
    eval $1=\$$1\$2
-
 
10613
  }
-
 
10614
fi # as_fn_append
-
 
10615
 
-
 
10616
@%:@ as_fn_arith ARG...
-
 
10617
@%:@ ------------------
-
 
10618
@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the
-
 
10619
@%:@ global $as_val. Take advantage of shells that can avoid forks. The arguments
-
 
10620
@%:@ must be portable across $(()) and expr.
-
 
10621
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
-
 
10622
  eval 'as_fn_arith ()
-
 
10623
  {
-
 
10624
    as_val=$(( $* ))
-
 
10625
  }'
-
 
10626
else
-
 
10627
  as_fn_arith ()
-
 
10628
  {
-
 
10629
    as_val=`expr "$@" || test $? -eq 1`
-
 
10630
  }
-
 
10631
fi # as_fn_arith
-
 
10632
 
-
 
10633
 
11271
if expr a : '\(a\)' >/dev/null 2>&1 &&
10634
if expr a : '\(a\)' >/dev/null 2>&1 &&
11272
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
10635
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
11273
  as_expr=expr
10636
  as_expr=expr
11274
else
10637
else
11275
  as_expr=false
10638
  as_expr=false
Line 11279... Line 10642...
11279
  as_basename=basename
10642
  as_basename=basename
11280
else
10643
else
11281
  as_basename=false
10644
  as_basename=false
11282
fi
10645
fi
11283
 
10646
 
-
 
10647
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
-
 
10648
  as_dirname=dirname
-
 
10649
else
-
 
10650
  as_dirname=false
-
 
10651
fi
11284
 
10652
 
11285
# Name of the executable.
-
 
11286
as_me=`$as_basename -- "$0" ||
10653
as_me=`$as_basename -- "$0" ||
11287
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
10654
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11288
	 X"$0" : 'X\(//\)$' \| \
10655
	 X"$0" : 'X\(//\)$' \| \
11289
	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
10656
	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11290
$as_echo X/"$0" |
10657
$as_echo X/"$0" |
Line 11300... Line 10667...
11300
	    s//\1/
10667
	    s//\1/
11301
	    q
10668
	    q
11302
	  }
10669
	  }
11303
	  s/.*/./; q'`
10670
	  s/.*/./; q'`
11304
 
10671
 
11305
# CDPATH.
-
 
11306
$as_unset CDPATH
-
 
11307
 
-
 
11308
 
-
 
11309
 
-
 
11310
  as_lineno_1=$LINENO
-
 
11311
  as_lineno_2=$LINENO
-
 
11312
  test "x$as_lineno_1" != "x$as_lineno_2" &&
10672
# Avoid depending upon Character Ranges.
11313
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
-
 
11314
 
-
 
11315
  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
-
 
11316
  # uniformly replaced by the line number.  The first 'sed' inserts a
-
 
11317
  # line-number line after each line using $LINENO; the second 'sed'
-
 
11318
  # does the real work.  The second script uses 'N' to pair each
10673
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11319
  # line-number line with the line containing $LINENO, and appends
-
 
11320
  # trailing '-' during substitution so that $LINENO is not a special
-
 
11321
  # case at line end.
-
 
11322
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
-
 
11323
  # scripts with optimization help from Paolo Bonzini.  Blame Lee
-
 
11324
  # E. McMahon (1931-1989) for sed's syntax.  :-)
10674
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11325
  sed -n '
-
 
11326
    p
-
 
11327
    /[$]LINENO/=
-
 
11328
  ' <$as_myself |
-
 
11329
    sed '
-
 
11330
      s/[$]LINENO.*/&-/
-
 
11331
      t lineno
-
 
11332
      b
-
 
11333
      :lineno
-
 
11334
      N
-
 
11335
      :loop
-
 
11336
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
10675
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11337
      t loop
-
 
11338
      s/-\n.*//
-
 
11339
    ' >$as_me.lineno &&
10676
as_cr_digits='0123456789'
11340
  chmod +x "$as_me.lineno" ||
-
 
11341
    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
-
 
11342
   { (exit 1); exit 1; }; }
-
 
11343
 
-
 
11344
  # Don't try to exec as it changes $[0], causing all sort of problems
-
 
11345
  # (the dirname of $[0] is not the place where we might find the
-
 
11346
  # original and so on.  Autoconf is especially sensitive to this).
-
 
11347
  . "./$as_me.lineno"
-
 
11348
  # Exit status is that of the last command.
10677
as_cr_alnum=$as_cr_Letters$as_cr_digits
11349
  exit
-
 
11350
}
-
 
11351
 
-
 
11352
 
-
 
11353
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
-
 
11354
  as_dirname=dirname
-
 
11355
else
-
 
11356
  as_dirname=false
-
 
11357
fi
-
 
11358
 
10678
 
11359
ECHO_C= ECHO_N= ECHO_T=
10679
ECHO_C= ECHO_N= ECHO_T=
11360
case `echo -n x` in
10680
case `echo -n x` in @%:@(((((
11361
-n*)
10681
-n*)
11362
  case `echo 'x\c'` in
10682
  case `echo 'xy\c'` in
11363
  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
10683
  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
11364
  *)   ECHO_C='\c';;
10684
  xy)  ECHO_C='\c';;
-
 
10685
  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
-
 
10686
       ECHO_T='	';;
11365
  esac;;
10687
  esac;;
11366
*)
10688
*)
11367
  ECHO_N='-n';;
10689
  ECHO_N='-n';;
11368
esac
10690
esac
11369
if expr a : '\(a\)' >/dev/null 2>&1 &&
-
 
11370
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
-
 
11371
  as_expr=expr
-
 
11372
else
-
 
11373
  as_expr=false
-
 
11374
fi
-
 
11375
 
10691
 
11376
rm -f conf$$ conf$$.exe conf$$.file
10692
rm -f conf$$ conf$$.exe conf$$.file
11377
if test -d conf$$.dir; then
10693
if test -d conf$$.dir; then
11378
  rm -f conf$$.dir/conf$$.file
10694
  rm -f conf$$.dir/conf$$.file
11379
else
10695
else
Line 11398... Line 10714...
11398
  as_ln_s='cp -p'
10714
  as_ln_s='cp -p'
11399
fi
10715
fi
11400
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
10716
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11401
rmdir conf$$.dir 2>/dev/null
10717
rmdir conf$$.dir 2>/dev/null
11402
 
10718
 
-
 
10719
 
-
 
10720
@%:@ as_fn_mkdir_p
-
 
10721
@%:@ -------------
-
 
10722
@%:@ Create "$as_dir" as a directory, including parents if necessary.
-
 
10723
as_fn_mkdir_p ()
-
 
10724
{
-
 
10725
 
-
 
10726
  case $as_dir in #(
-
 
10727
  -*) as_dir=./$as_dir;;
-
 
10728
  esac
-
 
10729
  test -d "$as_dir" || eval $as_mkdir_p || {
-
 
10730
    as_dirs=
-
 
10731
    while :; do
-
 
10732
      case $as_dir in #(
-
 
10733
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
-
 
10734
      *) as_qdir=$as_dir;;
-
 
10735
      esac
-
 
10736
      as_dirs="'$as_qdir' $as_dirs"
-
 
10737
      as_dir=`$as_dirname -- "$as_dir" ||
-
 
10738
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-
 
10739
	 X"$as_dir" : 'X\(//\)[^/]' \| \
-
 
10740
	 X"$as_dir" : 'X\(//\)$' \| \
-
 
10741
	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
-
 
10742
$as_echo X"$as_dir" |
-
 
10743
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-
 
10744
	    s//\1/
-
 
10745
	    q
-
 
10746
	  }
-
 
10747
	  /^X\(\/\/\)[^/].*/{
-
 
10748
	    s//\1/
-
 
10749
	    q
-
 
10750
	  }
-
 
10751
	  /^X\(\/\/\)$/{
-
 
10752
	    s//\1/
-
 
10753
	    q
-
 
10754
	  }
-
 
10755
	  /^X\(\/\).*/{
-
 
10756
	    s//\1/
-
 
10757
	    q
-
 
10758
	  }
-
 
10759
	  s/.*/./; q'`
-
 
10760
      test -d "$as_dir" && break
-
 
10761
    done
-
 
10762
    test -z "$as_dirs" || eval "mkdir $as_dirs"
-
 
10763
  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
-
 
10764
 
-
 
10765
 
-
 
10766
} @%:@ as_fn_mkdir_p
11403
if mkdir -p . 2>/dev/null; then
10767
if mkdir -p . 2>/dev/null; then
11404
  as_mkdir_p=:
10768
  as_mkdir_p='mkdir -p "$as_dir"'
11405
else
10769
else
11406
  test -d ./-p && rmdir ./-p
10770
  test -d ./-p && rmdir ./-p
11407
  as_mkdir_p=false
10771
  as_mkdir_p=false
11408
fi
10772
fi
11409
 
10773
 
Line 11418... Line 10782...
11418
  as_test_x='
10782
  as_test_x='
11419
    eval sh -c '\''
10783
    eval sh -c '\''
11420
      if test -d "$1"; then
10784
      if test -d "$1"; then
11421
	test -d "$1/.";
10785
	test -d "$1/.";
11422
      else
10786
      else
11423
	case $1 in
10787
	case $1 in @%:@(
11424
	-*)set "./$1";;
10788
	-*)set "./$1";;
11425
	esac;
10789
	esac;
11426
	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
10790
	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in @%:@((
11427
	???[sx]*):;;*)false;;esac;fi
10791
	???[sx]*):;;*)false;;esac;fi
11428
    '\'' sh
10792
    '\'' sh
11429
  '
10793
  '
11430
fi
10794
fi
11431
as_executable_p=$as_test_x
10795
as_executable_p=$as_test_x
Line 11436... Line 10800...
11436
# Sed expression to map a string onto a valid variable name.
10800
# Sed expression to map a string onto a valid variable name.
11437
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
10801
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11438
 
10802
 
11439
 
10803
 
11440
exec 6>&1
10804
exec 6>&1
-
 
10805
## ----------------------------------- ##
-
 
10806
## Main body of $CONFIG_STATUS script. ##
-
 
10807
## ----------------------------------- ##
-
 
10808
_ASEOF
-
 
10809
test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
11441
 
10810
 
-
 
10811
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11442
# Save the log message, to keep $[0] and so on meaningful, and to
10812
# Save the log message, to keep $0 and so on meaningful, and to
11443
# report actual input values of CONFIG_FILES etc. instead of their
10813
# report actual input values of CONFIG_FILES etc. instead of their
11444
# values after options handling.
10814
# values after options handling.
11445
ac_log="
10815
ac_log="
11446
This file was extended by $as_me, which was
10816
This file was extended by $as_me, which was
11447
generated by GNU Autoconf 2.63.  Invocation command line was
10817
generated by GNU Autoconf 2.64.  Invocation command line was
11448
 
10818
 
11449
  CONFIG_FILES    = $CONFIG_FILES
10819
  CONFIG_FILES    = $CONFIG_FILES
11450
  CONFIG_HEADERS  = $CONFIG_HEADERS
10820
  CONFIG_HEADERS  = $CONFIG_HEADERS
11451
  CONFIG_LINKS    = $CONFIG_LINKS
10821
  CONFIG_LINKS    = $CONFIG_LINKS
11452
  CONFIG_COMMANDS = $CONFIG_COMMANDS
10822
  CONFIG_COMMANDS = $CONFIG_COMMANDS
Line 11474... Line 10844...
11474
 
10844
 
11475
_ACEOF
10845
_ACEOF
11476
 
10846
 
11477
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
10847
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11478
ac_cs_usage="\
10848
ac_cs_usage="\
11479
\`$as_me' instantiates files from templates according to the
10849
\`$as_me' instantiates files and other configuration actions
11480
current configuration.
10850
from templates according to the current configuration.  Unless the files
-
 
10851
and actions are specified as TAGs, all are instantiated by default.
11481
 
10852
 
11482
Usage: $0 [OPTION]... [FILE]...
10853
Usage: $0 [OPTION]... [TAG]...
11483
 
10854
 
11484
  -h, --help       print this help, then exit
10855
  -h, --help       print this help, then exit
11485
  -V, --version    print version number and configuration settings, then exit
10856
  -V, --version    print version number and configuration settings, then exit
11486
  -q, --quiet, --silent
10857
  -q, --quiet, --silent
11487
                   do not print progress messages
10858
                   do not print progress messages
Line 11499... Line 10870...
11499
$config_headers
10870
$config_headers
11500
 
10871
 
11501
Configuration commands:
10872
Configuration commands:
11502
$config_commands
10873
$config_commands
11503
 
10874
 
11504
Report bugs to <bug-autoconf@gnu.org>."
10875
Report bugs to the package provider."
11505
 
10876
 
11506
_ACEOF
10877
_ACEOF
11507
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
10878
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11508
ac_cs_version="\\
10879
ac_cs_version="\\
11509
config.status
10880
config.status
11510
configured by $0, generated by GNU Autoconf 2.63,
10881
configured by $0, generated by GNU Autoconf 2.64,
11511
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
10882
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
11512
 
10883
 
11513
Copyright (C) 2008 Free Software Foundation, Inc.
10884
Copyright (C) 2009 Free Software Foundation, Inc.
11514
This config.status script is free software; the Free Software Foundation
10885
This config.status script is free software; the Free Software Foundation
11515
gives unlimited permission to copy, distribute and modify it."
10886
gives unlimited permission to copy, distribute and modify it."
11516
 
10887
 
11517
ac_pwd='$ac_pwd'
10888
ac_pwd='$ac_pwd'
11518
srcdir='$srcdir'
10889
srcdir='$srcdir'
Line 11551... Line 10922...
11551
  --file | --fil | --fi | --f )
10922
  --file | --fil | --fi | --f )
11552
    $ac_shift
10923
    $ac_shift
11553
    case $ac_optarg in
10924
    case $ac_optarg in
11554
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
10925
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
11555
    esac
10926
    esac
11556
    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
10927
    as_fn_append CONFIG_FILES " '$ac_optarg'"
11557
    ac_need_defaults=false;;
10928
    ac_need_defaults=false;;
11558
  --header | --heade | --head | --hea )
10929
  --header | --heade | --head | --hea )
11559
    $ac_shift
10930
    $ac_shift
11560
    case $ac_optarg in
10931
    case $ac_optarg in
11561
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
10932
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
11562
    esac
10933
    esac
11563
    CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
10934
    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
11564
    ac_need_defaults=false;;
10935
    ac_need_defaults=false;;
11565
  --he | --h)
10936
  --he | --h)
11566
    # Conflict between --help and --header
10937
    # Conflict between --help and --header
11567
    { $as_echo "$as_me: error: ambiguous option: $1
10938
    as_fn_error "ambiguous option: \`$1'
11568
Try \`$0 --help' for more information." >&2
10939
Try \`$0 --help' for more information.";;
11569
   { (exit 1); exit 1; }; };;
-
 
11570
  --help | --hel | -h )
10940
  --help | --hel | -h )
11571
    $as_echo "$ac_cs_usage"; exit ;;
10941
    $as_echo "$ac_cs_usage"; exit ;;
11572
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
10942
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
11573
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
10943
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
11574
    ac_cs_silent=: ;;
10944
    ac_cs_silent=: ;;
11575
 
10945
 
11576
  # This is an error.
10946
  # This is an error.
11577
  -*) { $as_echo "$as_me: error: unrecognized option: $1
10947
  -*) as_fn_error "unrecognized option: \`$1'
11578
Try \`$0 --help' for more information." >&2
10948
Try \`$0 --help' for more information." ;;
11579
   { (exit 1); exit 1; }; } ;;
-
 
11580
 
10949
 
11581
  *) ac_config_targets="$ac_config_targets $1"
10950
  *) as_fn_append ac_config_targets " $1"
11582
     ac_need_defaults=false ;;
10951
     ac_need_defaults=false ;;
11583
 
10952
 
11584
  esac
10953
  esac
11585
  shift
10954
  shift
11586
done
10955
done
Line 11888... Line 11257...
11888
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
11257
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
11889
    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
11258
    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
11890
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
11259
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
11891
    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
11260
    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
11892
 
11261
 
11893
  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
-
 
11894
$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
11262
  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
11895
   { (exit 1); exit 1; }; };;
-
 
11896
  esac
11263
  esac
11897
done
11264
done
11898
 
11265
 
11899
 
11266
 
11900
# If the user did not use the arguments to specify the items to instantiate,
11267
# If the user did not use the arguments to specify the items to instantiate,
Line 11917... Line 11284...
11917
{
11284
{
11918
  tmp=
11285
  tmp=
11919
  trap 'exit_status=$?
11286
  trap 'exit_status=$?
11920
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
11287
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
11921
' 0
11288
' 0
11922
  trap '{ (exit 1); exit 1; }' 1 2 13 15
11289
  trap 'as_fn_exit 1' 1 2 13 15
11923
}
11290
}
11924
# Create a (secure) tmp directory for tmp files.
11291
# Create a (secure) tmp directory for tmp files.
11925
 
11292
 
11926
{
11293
{
11927
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
11294
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
11928
  test -n "$tmp" && test -d "$tmp"
11295
  test -n "$tmp" && test -d "$tmp"
11929
}  ||
11296
}  ||
11930
{
11297
{
11931
  tmp=./conf$$-$RANDOM
11298
  tmp=./conf$$-$RANDOM
11932
  (umask 077 && mkdir "$tmp")
11299
  (umask 077 && mkdir "$tmp")
11933
} ||
-
 
11934
{
-
 
11935
   $as_echo "$as_me: cannot create a temporary directory in ." >&2
11300
} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
11936
   { (exit 1); exit 1; }
-
 
11937
}
-
 
11938
 
11301
 
11939
# Set up the scripts for CONFIG_FILES section.
11302
# Set up the scripts for CONFIG_FILES section.
11940
# No need to generate them if there are no CONFIG_FILES.
11303
# No need to generate them if there are no CONFIG_FILES.
11941
# This happens for instance with `./config.status config.h'.
11304
# This happens for instance with `./config.status config.h'.
11942
if test -n "$CONFIG_FILES"; then
11305
if test -n "$CONFIG_FILES"; then
11943
 
11306
 
11944
 
11307
 
-
 
11308
ac_cr=`echo X | tr X '\015'`
-
 
11309
# On cygwin, bash can eat \r inside `` if the user requested igncr.
-
 
11310
# But we know of no other shell where ac_cr would be empty at this
-
 
11311
# point, so we can use a bashism as a fallback.
-
 
11312
if test "x$ac_cr" = x; then
11945
ac_cr='
'
11313
  eval ac_cr=\$\'\\r\'
-
 
11314
fi
11946
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
11315
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
11947
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
11316
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
11948
  ac_cs_awk_cr='\\r'
11317
  ac_cs_awk_cr='\r'
11949
else
11318
else
11950
  ac_cs_awk_cr=$ac_cr
11319
  ac_cs_awk_cr=$ac_cr
11951
fi
11320
fi
11952
 
11321
 
11953
echo 'BEGIN {' >"$tmp/subs1.awk" &&
11322
echo 'BEGIN {' >"$tmp/subs1.awk" &&
Line 11957... Line 11326...
11957
{
11326
{
11958
  echo "cat >conf$$subs.awk <<_ACEOF" &&
11327
  echo "cat >conf$$subs.awk <<_ACEOF" &&
11959
  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
11328
  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
11960
  echo "_ACEOF"
11329
  echo "_ACEOF"
11961
} >conf$$subs.sh ||
11330
} >conf$$subs.sh ||
11962
  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
-
 
11963
$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
11331
  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
11964
   { (exit 1); exit 1; }; }
-
 
11965
ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
11332
ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
11966
ac_delim='%!_!# '
11333
ac_delim='%!_!# '
11967
for ac_last_try in false false false false false :; do
11334
for ac_last_try in false false false false false :; do
11968
  . ./conf$$subs.sh ||
11335
  . ./conf$$subs.sh ||
11969
    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
-
 
11970
$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
11336
    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
11971
   { (exit 1); exit 1; }; }
-
 
11972
 
11337
 
11973
  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
11338
  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
11974
  if test $ac_delim_n = $ac_delim_num; then
11339
  if test $ac_delim_n = $ac_delim_num; then
11975
    break
11340
    break
11976
  elif $ac_last_try; then
11341
  elif $ac_last_try; then
11977
    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
-
 
11978
$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
11342
    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
11979
   { (exit 1); exit 1; }; }
-
 
11980
  else
11343
  else
11981
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
11344
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
11982
  fi
11345
  fi
11983
done
11346
done
11984
rm -f conf$$subs.sh
11347
rm -f conf$$subs.sh
Line 12063... Line 11426...
12063
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
11426
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12064
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
11427
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12065
else
11428
else
12066
  cat
11429
  cat
12067
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
11430
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
12068
  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
-
 
12069
$as_echo "$as_me: error: could not setup config files machinery" >&2;}
11431
  || as_fn_error "could not setup config files machinery" "$LINENO" 5
12070
   { (exit 1); exit 1; }; }
-
 
12071
_ACEOF
11432
_ACEOF
12072
 
11433
 
12073
# VPATH may cause trouble with some makes, so we remove $(srcdir),
11434
# VPATH may cause trouble with some makes, so we remove $(srcdir),
12074
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
11435
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
12075
# trailing colons and then remove the whole line if VPATH becomes empty
11436
# trailing colons and then remove the whole line if VPATH becomes empty
Line 12106... Line 11467...
12106
for ac_last_try in false false :; do
11467
for ac_last_try in false false :; do
12107
  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
11468
  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
12108
  if test -z "$ac_t"; then
11469
  if test -z "$ac_t"; then
12109
    break
11470
    break
12110
  elif $ac_last_try; then
11471
  elif $ac_last_try; then
12111
    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
-
 
12112
$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
11472
    as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
12113
   { (exit 1); exit 1; }; }
-
 
12114
  else
11473
  else
12115
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
11474
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12116
  fi
11475
  fi
12117
done
11476
done
12118
 
11477
 
Line 12193... Line 11552...
12193
}
11552
}
12194
{ print }
11553
{ print }
12195
_ACAWK
11554
_ACAWK
12196
_ACEOF
11555
_ACEOF
12197
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11556
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12198
  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
-
 
12199
$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
11557
  as_fn_error "could not setup config headers machinery" "$LINENO" 5
12200
   { (exit 1); exit 1; }; }
-
 
12201
fi # test -n "$CONFIG_HEADERS"
11558
fi # test -n "$CONFIG_HEADERS"
12202
 
11559
 
12203
 
11560
 
12204
eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
11561
eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
12205
shift
11562
shift
Line 12208... Line 11565...
12208
  case $ac_tag in
11565
  case $ac_tag in
12209
  :[FHLC]) ac_mode=$ac_tag; continue;;
11566
  :[FHLC]) ac_mode=$ac_tag; continue;;
12210
  esac
11567
  esac
12211
  case $ac_mode$ac_tag in
11568
  case $ac_mode$ac_tag in
12212
  :[FHL]*:*);;
11569
  :[FHL]*:*);;
12213
  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
11570
  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
12214
$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
-
 
12215
   { (exit 1); exit 1; }; };;
-
 
12216
  :[FH]-) ac_tag=-:-;;
11571
  :[FH]-) ac_tag=-:-;;
12217
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
11572
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12218
  esac
11573
  esac
12219
  ac_save_IFS=$IFS
11574
  ac_save_IFS=$IFS
12220
  IFS=:
11575
  IFS=:
Line 12238... Line 11593...
12238
	 test -f "$ac_f" ||
11593
	 test -f "$ac_f" ||
12239
	   case $ac_f in
11594
	   case $ac_f in
12240
	   [\\/$]*) false;;
11595
	   [\\/$]*) false;;
12241
	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
11596
	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12242
	   esac ||
11597
	   esac ||
12243
	   { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
-
 
12244
$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
11598
	   as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
12245
   { (exit 1); exit 1; }; };;
-
 
12246
      esac
11599
      esac
12247
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
11600
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12248
      ac_file_inputs="$ac_file_inputs '$ac_f'"
11601
      as_fn_append ac_file_inputs " '$ac_f'"
12249
    done
11602
    done
12250
 
11603
 
12251
    # Let's still pretend it is `configure' which instantiates (i.e., don't
11604
    # Let's still pretend it is `configure' which instantiates (i.e., don't
12252
    # use $as_me), people would be surprised to read:
11605
    # use $as_me), people would be surprised to read:
12253
    #    /* config.h.  Generated by config.status.  */
11606
    #    /* config.h.  Generated by config.status.  */
12254
    configure_input='Generated from '`
11607
    configure_input='Generated from '`
12255
	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
11608
	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12256
	`' by configure.'
11609
	`' by configure.'
12257
    if test x"$ac_file" != x-; then
11610
    if test x"$ac_file" != x-; then
12258
      configure_input="$ac_file.  $configure_input"
11611
      configure_input="$ac_file.  $configure_input"
12259
      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
11612
      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12260
$as_echo "$as_me: creating $ac_file" >&6;}
11613
$as_echo "$as_me: creating $ac_file" >&6;}
12261
    fi
11614
    fi
12262
    # Neutralize special characters interpreted by sed in replacement strings.
11615
    # Neutralize special characters interpreted by sed in replacement strings.
12263
    case $configure_input in #(
11616
    case $configure_input in #(
12264
    *\&* | *\|* | *\\* )
11617
    *\&* | *\|* | *\\* )
Line 12267... Line 11620...
12267
    *) ac_sed_conf_input=$configure_input;;
11620
    *) ac_sed_conf_input=$configure_input;;
12268
    esac
11621
    esac
12269
 
11622
 
12270
    case $ac_tag in
11623
    case $ac_tag in
12271
    *:-:* | *:-) cat >"$tmp/stdin" \
11624
    *:-:* | *:-) cat >"$tmp/stdin" \
12272
      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
-
 
12273
$as_echo "$as_me: error: could not create $ac_file" >&2;}
11625
      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
12274
   { (exit 1); exit 1; }; } ;;
-
 
12275
    esac
11626
    esac
12276
    ;;
11627
    ;;
12277
  esac
11628
  esac
12278
 
11629
 
12279
  ac_dir=`$as_dirname -- "$ac_file" ||
11630
  ac_dir=`$as_dirname -- "$ac_file" ||
Line 12297... Line 11648...
12297
	  /^X\(\/\).*/{
11648
	  /^X\(\/\).*/{
12298
	    s//\1/
11649
	    s//\1/
12299
	    q
11650
	    q
12300
	  }
11651
	  }
12301
	  s/.*/./; q'`
11652
	  s/.*/./; q'`
12302
  { as_dir="$ac_dir"
-
 
12303
  case $as_dir in #(
-
 
12304
  -*) as_dir=./$as_dir;;
-
 
12305
  esac
-
 
12306
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
-
 
12307
    as_dirs=
-
 
12308
    while :; do
-
 
12309
      case $as_dir in #(
-
 
12310
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
-
 
12311
      *) as_qdir=$as_dir;;
-
 
12312
      esac
-
 
12313
      as_dirs="'$as_qdir' $as_dirs"
11653
  as_dir="$ac_dir"; as_fn_mkdir_p
12314
      as_dir=`$as_dirname -- "$as_dir" ||
-
 
12315
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-
 
12316
	 X"$as_dir" : 'X\(//\)[^/]' \| \
-
 
12317
	 X"$as_dir" : 'X\(//\)$' \| \
-
 
12318
	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
-
 
12319
$as_echo X"$as_dir" |
-
 
12320
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-
 
12321
	    s//\1/
-
 
12322
	    q
-
 
12323
	  }
-
 
12324
	  /^X\(\/\/\)[^/].*/{
-
 
12325
	    s//\1/
-
 
12326
	    q
-
 
12327
	  }
-
 
12328
	  /^X\(\/\/\)$/{
-
 
12329
	    s//\1/
-
 
12330
	    q
-
 
12331
	  }
-
 
12332
	  /^X\(\/\).*/{
-
 
12333
	    s//\1/
-
 
12334
	    q
-
 
12335
	  }
-
 
12336
	  s/.*/./; q'`
-
 
12337
      test -d "$as_dir" && break
-
 
12338
    done
-
 
12339
    test -z "$as_dirs" || eval "mkdir $as_dirs"
-
 
12340
  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
-
 
12341
$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
-
 
12342
   { (exit 1); exit 1; }; }; }
-
 
12343
  ac_builddir=.
11654
  ac_builddir=.
12344
 
11655
 
12345
case "$ac_dir" in
11656
case "$ac_dir" in
12346
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
11657
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12347
*)
11658
*)
Line 12394... Line 11705...
12394
 
11705
 
12395
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11706
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12396
# If the template does not know about datarootdir, expand it.
11707
# If the template does not know about datarootdir, expand it.
12397
# FIXME: This hack should be removed a few years after 2.60.
11708
# FIXME: This hack should be removed a few years after 2.60.
12398
ac_datarootdir_hack=; ac_datarootdir_seen=
11709
ac_datarootdir_hack=; ac_datarootdir_seen=
12399
 
-
 
12400
ac_sed_dataroot='
11710
ac_sed_dataroot='
12401
/datarootdir/ {
11711
/datarootdir/ {
12402
  p
11712
  p
12403
  q
11713
  q
12404
}
11714
}
12405
/@datadir@/p
11715
/@datadir@/p
12406
/@docdir@/p
11716
/@docdir@/p
12407
/@infodir@/p
11717
/@infodir@/p
12408
/@localedir@/p
11718
/@localedir@/p
12409
/@mandir@/p
11719
/@mandir@/p'
12410
'
-
 
12411
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
11720
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12412
*datarootdir*) ac_datarootdir_seen=yes;;
11721
*datarootdir*) ac_datarootdir_seen=yes;;
12413
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
11722
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12414
  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
11723
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12415
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
11724
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12416
_ACEOF
11725
_ACEOF
12417
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11726
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12418
  ac_datarootdir_hack='
11727
  ac_datarootdir_hack='
12419
  s&@datadir@&$datadir&g
11728
  s&@datadir@&$datadir&g
12420
  s&@docdir@&$docdir&g
11729
  s&@docdir@&$docdir&g
12421
  s&@infodir@&$infodir&g
11730
  s&@infodir@&$infodir&g
12422
  s&@localedir@&$localedir&g
11731
  s&@localedir@&$localedir&g
12423
  s&@mandir@&$mandir&g
11732
  s&@mandir@&$mandir&g
12424
    s&\\\${datarootdir}&$datarootdir&g' ;;
11733
  s&\\\${datarootdir}&$datarootdir&g' ;;
12425
esac
11734
esac
12426
_ACEOF
11735
_ACEOF
12427
 
11736
 
12428
# Neutralize VPATH when `$srcdir' = `.'.
11737
# Neutralize VPATH when `$srcdir' = `.'.
12429
# Shell code in configure.ac might set extrasub.
11738
# Shell code in configure.ac might set extrasub.
Line 12448... Line 11757...
12448
s&@INSTALL@&$ac_INSTALL&;t t
11757
s&@INSTALL@&$ac_INSTALL&;t t
12449
s&@MKDIR_P@&$ac_MKDIR_P&;t t
11758
s&@MKDIR_P@&$ac_MKDIR_P&;t t
12450
$ac_datarootdir_hack
11759
$ac_datarootdir_hack
12451
"
11760
"
12452
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
11761
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
12453
  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
-
 
12454
$as_echo "$as_me: error: could not create $ac_file" >&2;}
11762
  || as_fn_error "could not create $ac_file" "$LINENO" 5
12455
   { (exit 1); exit 1; }; }
-
 
12456
 
11763
 
12457
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
11764
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
12458
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
11765
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
12459
  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
11766
  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
12460
  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
11767
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12461
which seems to be undefined.  Please make sure it is defined." >&5
11768
which seems to be undefined.  Please make sure it is defined." >&5
12462
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
11769
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12463
which seems to be undefined.  Please make sure it is defined." >&2;}
11770
which seems to be undefined.  Please make sure it is defined." >&2;}
12464
 
11771
 
12465
  rm -f "$tmp/stdin"
11772
  rm -f "$tmp/stdin"
12466
  case $ac_file in
11773
  case $ac_file in
12467
  -) cat "$tmp/out" && rm -f "$tmp/out";;
11774
  -) cat "$tmp/out" && rm -f "$tmp/out";;
12468
  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
11775
  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
12469
  esac \
11776
  esac \
12470
  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
-
 
12471
$as_echo "$as_me: error: could not create $ac_file" >&2;}
11777
  || as_fn_error "could not create $ac_file" "$LINENO" 5
12472
   { (exit 1); exit 1; }; }
-
 
12473
 ;;
11778
 ;;
12474
  :H)
11779
  :H)
12475
  #
11780
  #
12476
  # CONFIG_HEADER
11781
  # CONFIG_HEADER
12477
  #
11782
  #
12478
  if test x"$ac_file" != x-; then
11783
  if test x"$ac_file" != x-; then
12479
    {
11784
    {
12480
      $as_echo "/* $configure_input  */" \
11785
      $as_echo "/* $configure_input  */" \
12481
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
11786
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
12482
    } >"$tmp/config.h" \
11787
    } >"$tmp/config.h" \
12483
      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
-
 
12484
$as_echo "$as_me: error: could not create $ac_file" >&2;}
11788
      || as_fn_error "could not create $ac_file" "$LINENO" 5
12485
   { (exit 1); exit 1; }; }
-
 
12486
    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
11789
    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
12487
      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
11790
      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
12488
$as_echo "$as_me: $ac_file is unchanged" >&6;}
11791
$as_echo "$as_me: $ac_file is unchanged" >&6;}
12489
    else
11792
    else
12490
      rm -f "$ac_file"
11793
      rm -f "$ac_file"
12491
      mv "$tmp/config.h" "$ac_file" \
11794
      mv "$tmp/config.h" "$ac_file" \
12492
	|| { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
-
 
12493
$as_echo "$as_me: error: could not create $ac_file" >&2;}
11795
	|| as_fn_error "could not create $ac_file" "$LINENO" 5
12494
   { (exit 1); exit 1; }; }
-
 
12495
    fi
11796
    fi
12496
  else
11797
  else
12497
    $as_echo "/* $configure_input  */" \
11798
    $as_echo "/* $configure_input  */" \
12498
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
11799
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
12499
      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
-
 
12500
$as_echo "$as_me: error: could not create -" >&2;}
11800
      || as_fn_error "could not create -" "$LINENO" 5
12501
   { (exit 1); exit 1; }; }
-
 
12502
  fi
11801
  fi
12503
# Compute "$ac_file"'s index in $config_headers.
11802
# Compute "$ac_file"'s index in $config_headers.
12504
_am_arg="$ac_file"
11803
_am_arg="$ac_file"
12505
_am_stamp_count=1
11804
_am_stamp_count=1
12506
for _am_header in $config_headers :; do
11805
for _am_header in $config_headers :; do
Line 12534... Line 11833...
12534
	    q
11833
	    q
12535
	  }
11834
	  }
12536
	  s/.*/./; q'`/stamp-h$_am_stamp_count
11835
	  s/.*/./; q'`/stamp-h$_am_stamp_count
12537
 ;;
11836
 ;;
12538
  
11837
  
12539
  :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
11838
  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
12540
$as_echo "$as_me: executing $ac_file commands" >&6;}
11839
$as_echo "$as_me: executing $ac_file commands" >&6;}
12541
 ;;
11840
 ;;
12542
  esac
11841
  esac
12543
 
11842
 
12544
 
11843
 
Line 12629... Line 11928...
12629
	  /^X\(\/\).*/{
11928
	  /^X\(\/\).*/{
12630
	    s//\1/
11929
	    s//\1/
12631
	    q
11930
	    q
12632
	  }
11931
	  }
12633
	  s/.*/./; q'`
11932
	  s/.*/./; q'`
12634
      { as_dir=$dirpart/$fdir
11933
      as_dir=$dirpart/$fdir; as_fn_mkdir_p
12635
  case $as_dir in #(
-
 
12636
  -*) as_dir=./$as_dir;;
-
 
12637
  esac
-
 
12638
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
-
 
12639
    as_dirs=
-
 
12640
    while :; do
-
 
12641
      case $as_dir in #(
-
 
12642
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
-
 
12643
      *) as_qdir=$as_dir;;
-
 
12644
      esac
-
 
12645
      as_dirs="'$as_qdir' $as_dirs"
-
 
12646
      as_dir=`$as_dirname -- "$as_dir" ||
-
 
12647
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-
 
12648
	 X"$as_dir" : 'X\(//\)[^/]' \| \
-
 
12649
	 X"$as_dir" : 'X\(//\)$' \| \
-
 
12650
	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
-
 
12651
$as_echo X"$as_dir" |
-
 
12652
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-
 
12653
	    s//\1/
-
 
12654
	    q
-
 
12655
	  }
-
 
12656
	  /^X\(\/\/\)[^/].*/{
-
 
12657
	    s//\1/
-
 
12658
	    q
-
 
12659
	  }
-
 
12660
	  /^X\(\/\/\)$/{
-
 
12661
	    s//\1/
-
 
12662
	    q
-
 
12663
	  }
-
 
12664
	  /^X\(\/\).*/{
-
 
12665
	    s//\1/
-
 
12666
	    q
-
 
12667
	  }
-
 
12668
	  s/.*/./; q'`
-
 
12669
      test -d "$as_dir" && break
-
 
12670
    done
-
 
12671
    test -z "$as_dirs" || eval "mkdir $as_dirs"
-
 
12672
  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
-
 
12673
$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
-
 
12674
   { (exit 1); exit 1; }; }; }
-
 
12675
      # echo "creating $dirpart/$file"
11934
      # echo "creating $dirpart/$file"
12676
      echo '# dummy' > "$dirpart/$file"
11935
      echo '# dummy' > "$dirpart/$file"
12677
    done
11936
    done
12678
  done
11937
  done
12679
}
11938
}
Line 13316... Line 12575...
13316
 
12575
 
13317
  esac
12576
  esac
13318
done # for ac_tag
12577
done # for ac_tag
13319
 
12578
 
13320
 
12579
 
13321
{ (exit 0); exit 0; }
12580
as_fn_exit 0
13322
_ACEOF
12581
_ACEOF
13323
chmod +x $CONFIG_STATUS
-
 
13324
ac_clean_files=$ac_clean_files_save
12582
ac_clean_files=$ac_clean_files_save
13325
 
12583
 
13326
test $ac_write_fail = 0 ||
12584
test $ac_write_fail = 0 ||
13327
  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
-
 
13328
$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
12585
  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
13329
   { (exit 1); exit 1; }; }
-
 
13330
 
12586
 
13331
 
12587
 
13332
# configure is writing to config.log, and then calls config.status.
12588
# configure is writing to config.log, and then calls config.status.
13333
# config.status does its own redirection, appending to config.log.
12589
# config.status does its own redirection, appending to config.log.
13334
# Unfortunately, on DOS this fails, as config.log is still kept open
12590
# Unfortunately, on DOS this fails, as config.log is still kept open
Line 13345... Line 12601...
13345
  exec 5>/dev/null
12601
  exec 5>/dev/null
13346
  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
12602
  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13347
  exec 5>>config.log
12603
  exec 5>>config.log
13348
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
12604
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13349
  # would make configure fail if this is the last instruction.
12605
  # would make configure fail if this is the last instruction.
13350
  $ac_cs_success || { (exit 1); exit 1; }
12606
  $ac_cs_success || as_fn_exit $?
13351
fi
12607
fi
13352
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
12608
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13353
  { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
12609
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13354
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
12610
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
13355
fi
12611
fi
13356
 
12612