Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 307591 | Differences between
and this patch

Collapse All | Expand All

(-)configure (-4485 / +2471 lines)
Lines 1-20 Link Here
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 for gnome-paint 0.4.0.
3
# Generated by GNU Autoconf 2.69 for gnome-paint 0.4.0.
4
#
4
#
5
# Report bugs to <http://code.google.com/p/gnome-paint/>.
5
# Report bugs to <http://code.google.com/p/gnome-paint/>.
6
#
6
#
7
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
7
#
8
# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
8
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9
#
10
#
9
# This configure script is free software; the Free Software Foundation
11
# This configure script is free software; the Free Software Foundation
10
# gives unlimited permission to copy, distribute and modify it.
12
# gives unlimited permission to copy, distribute and modify it.
11
## --------------------- ##
13
## -------------------- ##
12
## M4sh Initialization.  ##
14
## M4sh Initialization. ##
13
## --------------------- ##
15
## -------------------- ##
14
16
15
# Be more Bourne compatible
17
# Be more Bourne compatible
16
DUALCASE=1; export DUALCASE # for MKS sh
18
DUALCASE=1; export DUALCASE # for MKS sh
17
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
19
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18
  emulate sh
20
  emulate sh
19
  NULLCMD=:
21
  NULLCMD=:
20
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
22
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
Lines 22-44 Link Here
22
  alias -g '${1+"$@"}'='"$@"'
24
  alias -g '${1+"$@"}'='"$@"'
23
  setopt NO_GLOB_SUBST
25
  setopt NO_GLOB_SUBST
24
else
26
else
25
  case `(set -o) 2>/dev/null` in
27
  case `(set -o) 2>/dev/null` in #(
26
  *posix*) set -o posix ;;
28
  *posix*) :
29
    set -o posix ;; #(
30
  *) :
31
     ;;
27
esac
32
esac
28
29
fi
33
fi
30
34
31
35
32
33
34
# PATH needs CR
35
# Avoid depending upon Character Ranges.
36
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39
as_cr_digits='0123456789'
40
as_cr_alnum=$as_cr_Letters$as_cr_digits
41
42
as_nl='
36
as_nl='
43
'
37
'
44
export as_nl
38
export as_nl
Lines 46-52 Link Here
46
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
40
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
41
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
42
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49
if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
43
# Prefer a ksh shell builtin over an external printf program on Solaris,
44
# but without wasting forks for bash or zsh.
45
if test -z "$BASH_VERSION$ZSH_VERSION" \
46
    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47
  as_echo='print -r --'
48
  as_echo_n='print -rn --'
49
elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50
  as_echo='printf %s\n'
50
  as_echo='printf %s\n'
51
  as_echo_n='printf %s'
51
  as_echo_n='printf %s'
52
else
52
else
Lines 57-63 Link Here
57
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
57
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58
    as_echo_n_body='eval
58
    as_echo_n_body='eval
59
      arg=$1;
59
      arg=$1;
60
      case $arg in
60
      case $arg in #(
61
      *"$as_nl"*)
61
      *"$as_nl"*)
62
	expr "X$arg" : "X\\(.*\\)$as_nl";
62
	expr "X$arg" : "X\\(.*\\)$as_nl";
63
	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63
	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
Lines 80-92 Link Here
80
  }
80
  }
81
fi
81
fi
82
82
83
# Support unset when possible.
84
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85
  as_unset=unset
86
else
87
  as_unset=false
88
fi
89
90
83
91
# IFS
84
# IFS
92
# We need space, tab and new line, in precisely that order.  Quoting is
85
# We need space, tab and new line, in precisely that order.  Quoting is
Lines 96-110 Link Here
96
IFS=" ""	$as_nl"
89
IFS=" ""	$as_nl"
97
90
98
# Find who we are.  Look in the path if we contain no directory separator.
91
# Find who we are.  Look in the path if we contain no directory separator.
99
case $0 in
92
as_myself=
93
case $0 in #((
100
  *[\\/]* ) as_myself=$0 ;;
94
  *[\\/]* ) as_myself=$0 ;;
101
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
95
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102
for as_dir in $PATH
96
for as_dir in $PATH
103
do
97
do
104
  IFS=$as_save_IFS
98
  IFS=$as_save_IFS
105
  test -z "$as_dir" && as_dir=.
99
  test -z "$as_dir" && as_dir=.
106
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
100
    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107
done
101
  done
108
IFS=$as_save_IFS
102
IFS=$as_save_IFS
109
103
110
     ;;
104
     ;;
Lines 116-127 Link Here
116
fi
110
fi
117
if test ! -f "$as_myself"; then
111
if test ! -f "$as_myself"; then
118
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119
  { (exit 1); exit 1; }
113
  exit 1
120
fi
114
fi
121
115
122
# Work around bugs in pre-3.0 UWIN ksh.
116
# Unset variables that we do not need and which cause bugs (e.g. in
123
for as_var in ENV MAIL MAILPATH
117
# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
124
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
118
# suppresses any "Segmentation fault" message there.  '((' could
119
# trigger a bug in pdksh 5.2.14.
120
for as_var in BASH_ENV ENV MAIL MAILPATH
121
do eval test x\${$as_var+set} = xset \
122
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
125
done
123
done
126
PS1='$ '
124
PS1='$ '
127
PS2='> '
125
PS2='> '
Lines 133-462 Link Here
133
LANGUAGE=C
131
LANGUAGE=C
134
export LANGUAGE
132
export LANGUAGE
135
133
136
# Required to use basename.
137
if expr a : '\(a\)' >/dev/null 2>&1 &&
138
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
139
  as_expr=expr
140
else
141
  as_expr=false
142
fi
143
144
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145
  as_basename=basename
146
else
147
  as_basename=false
148
fi
149
150
151
# Name of the executable.
152
as_me=`$as_basename -- "$0" ||
153
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154
	 X"$0" : 'X\(//\)$' \| \
155
	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156
$as_echo X/"$0" |
157
    sed '/^.*\/\([^/][^/]*\)\/*$/{
158
	    s//\1/
159
	    q
160
	  }
161
	  /^X\/\(\/\/\)$/{
162
	    s//\1/
163
	    q
164
	  }
165
	  /^X\/\(\/\).*/{
166
	    s//\1/
167
	    q
168
	  }
169
	  s/.*/./; q'`
170
171
# CDPATH.
134
# CDPATH.
172
$as_unset CDPATH
135
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
173
136
174
137
# Use a proper internal environment variable to ensure we don't fall
138
  # into an infinite loop, continuously re-executing ourselves.
139
  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
140
    _as_can_reexec=no; export _as_can_reexec;
141
    # We cannot yet assume a decent shell, so we have to provide a
142
# neutralization value for shells without unset; and this also
143
# works around shells that cannot unset nonexistent variables.
144
# Preserve -v and -x to the replacement shell.
145
BASH_ENV=/dev/null
146
ENV=/dev/null
147
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148
case $- in # ((((
149
  *v*x* | *x*v* ) as_opts=-vx ;;
150
  *v* ) as_opts=-v ;;
151
  *x* ) as_opts=-x ;;
152
  * ) as_opts= ;;
153
esac
154
exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155
# Admittedly, this is quite paranoid, since all the known shells bail
156
# out after a failed `exec'.
157
$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158
as_fn_exit 255
159
  fi
160
  # We don't want this to propagate to other subprocesses.
161
          { _as_can_reexec=; unset _as_can_reexec;}
175
if test "x$CONFIG_SHELL" = x; then
162
if test "x$CONFIG_SHELL" = x; then
176
  if (eval ":") 2>/dev/null; then
163
  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164
  emulate sh
165
  NULLCMD=:
166
  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167
  # is contrary to our usage.  Disable this feature.
168
  alias -g '\${1+\"\$@\"}'='\"\$@\"'
169
  setopt NO_GLOB_SUBST
170
else
171
  case \`(set -o) 2>/dev/null\` in #(
172
  *posix*) :
173
    set -o posix ;; #(
174
  *) :
175
     ;;
176
esac
177
fi
178
"
179
  as_required="as_fn_return () { (exit \$1); }
180
as_fn_success () { as_fn_return 0; }
181
as_fn_failure () { as_fn_return 1; }
182
as_fn_ret_success () { return 0; }
183
as_fn_ret_failure () { return 1; }
184
185
exitcode=0
186
as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187
as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188
as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189
as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190
if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191
192
else
193
  exitcode=1; echo positional parameters were not saved.
194
fi
195
test x\$exitcode = x0 || exit 1
196
test -x / || exit 1"
197
  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
198
  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
199
  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200
  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201
test \$(( 1 + 1 )) = 2 || exit 1"
202
  if (eval "$as_required") 2>/dev/null; then :
177
  as_have_required=yes
203
  as_have_required=yes
178
else
204
else
179
  as_have_required=no
205
  as_have_required=no
180
fi
206
fi
181
207
  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
182
  if test $as_have_required = yes &&	 (eval ":
208
183
(as_func_return () {
209
else
184
  (exit \$1)
210
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
185
}
211
as_found=false
186
as_func_success () {
187
  as_func_return 0
188
}
189
as_func_failure () {
190
  as_func_return 1
191
}
192
as_func_ret_success () {
193
  return 0
194
}
195
as_func_ret_failure () {
196
  return 1
197
}
198
199
exitcode=0
200
if as_func_success; then
201
  :
202
else
203
  exitcode=1
204
  echo as_func_success failed.
205
fi
206
207
if as_func_failure; then
208
  exitcode=1
209
  echo as_func_failure succeeded.
210
fi
211
212
if as_func_ret_success; then
213
  :
214
else
215
  exitcode=1
216
  echo as_func_ret_success failed.
217
fi
218
219
if as_func_ret_failure; then
220
  exitcode=1
221
  echo as_func_ret_failure succeeded.
222
fi
223
224
if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
225
  :
226
else
227
  exitcode=1
228
  echo positional parameters were not saved.
229
fi
230
231
test \$exitcode = 0) || { (exit 1); exit 1; }
232
233
(
234
  as_lineno_1=\$LINENO
235
  as_lineno_2=\$LINENO
236
  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
237
  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
238
") 2> /dev/null; then
239
  :
240
else
241
  as_candidate_shells=
242
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
243
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
212
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
244
do
213
do
245
  IFS=$as_save_IFS
214
  IFS=$as_save_IFS
246
  test -z "$as_dir" && as_dir=.
215
  test -z "$as_dir" && as_dir=.
247
  case $as_dir in
216
  as_found=:
217
  case $as_dir in #(
248
	 /*)
218
	 /*)
249
	   for as_base in sh bash ksh sh5; do
219
	   for as_base in sh bash ksh sh5; do
250
	     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
220
	     # Try only shells that exist, to save several forks.
221
	     as_shell=$as_dir/$as_base
222
	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
223
		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
224
  CONFIG_SHELL=$as_shell as_have_required=yes
225
		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
226
  break 2
227
fi
228
fi
251
	   done;;
229
	   done;;
252
       esac
230
       esac
231
  as_found=false
253
done
232
done
233
$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
234
	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
235
  CONFIG_SHELL=$SHELL as_have_required=yes
236
fi; }
254
IFS=$as_save_IFS
237
IFS=$as_save_IFS
255
238
256
239
257
      for as_shell in $as_candidate_shells $SHELL; do
240
      if test "x$CONFIG_SHELL" != x; then :
258
	 # Try only shells that exist, to save several forks.
241
  export CONFIG_SHELL
259
	 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
242
             # We cannot yet assume a decent shell, so we have to provide a
260
		{ ("$as_shell") 2> /dev/null <<\_ASEOF
243
# neutralization value for shells without unset; and this also
261
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
244
# works around shells that cannot unset nonexistent variables.
262
  emulate sh
245
# Preserve -v and -x to the replacement shell.
263
  NULLCMD=:
246
BASH_ENV=/dev/null
264
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
247
ENV=/dev/null
265
  # is contrary to our usage.  Disable this feature.
248
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
266
  alias -g '${1+"$@"}'='"$@"'
249
case $- in # ((((
267
  setopt NO_GLOB_SUBST
250
  *v*x* | *x*v* ) as_opts=-vx ;;
268
else
251
  *v* ) as_opts=-v ;;
269
  case `(set -o) 2>/dev/null` in
252
  *x* ) as_opts=-x ;;
270
  *posix*) set -o posix ;;
253
  * ) as_opts= ;;
271
esac
254
esac
272
255
exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
273
fi
256
# Admittedly, this is quite paranoid, since all the known shells bail
274
257
# out after a failed `exec'.
275
258
$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
276
:
259
exit 255
277
_ASEOF
260
fi
278
}; then
261
279
  CONFIG_SHELL=$as_shell
262
    if test x$as_have_required = xno; then :
280
	       as_have_required=yes
263
  $as_echo "$0: This script requires a shell more modern than all"
281
	       if { "$as_shell" 2> /dev/null <<\_ASEOF
264
  $as_echo "$0: the shells that I found on your system."
282
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
265
  if test x${ZSH_VERSION+set} = xset ; then
283
  emulate sh
266
    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
284
  NULLCMD=:
267
    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
285
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
268
  else
286
  # is contrary to our usage.  Disable this feature.
269
    $as_echo "$0: Please tell bug-autoconf@gnu.org and
287
  alias -g '${1+"$@"}'='"$@"'
270
$0: http://code.google.com/p/gnome-paint/ about your
288
  setopt NO_GLOB_SUBST
271
$0: system, including any error possibly output before this
289
else
272
$0: message. Then install a modern shell, or manually run
290
  case `(set -o) 2>/dev/null` in
273
$0: the script under such a shell if you do have one."
291
  *posix*) set -o posix ;;
274
  fi
292
esac
275
  exit 1
293
276
fi
294
fi
277
fi
295
278
fi
296
279
SHELL=${CONFIG_SHELL-/bin/sh}
297
:
280
export SHELL
298
(as_func_return () {
281
# Unset more variables known to interfere with behavior of common tools.
299
  (exit $1)
282
CLICOLOR_FORCE= GREP_OPTIONS=
300
}
283
unset CLICOLOR_FORCE GREP_OPTIONS
301
as_func_success () {
284
302
  as_func_return 0
285
## --------------------- ##
303
}
286
## M4sh Shell Functions. ##
304
as_func_failure () {
287
## --------------------- ##
305
  as_func_return 1
288
# as_fn_unset VAR
306
}
289
# ---------------
307
as_func_ret_success () {
290
# Portably unset VAR.
308
  return 0
291
as_fn_unset ()
309
}
292
{
310
as_func_ret_failure () {
293
  { eval $1=; unset $1;}
311
  return 1
294
}
312
}
295
as_unset=as_fn_unset
313
296
314
exitcode=0
297
# as_fn_set_status STATUS
315
if as_func_success; then
298
# -----------------------
316
  :
299
# Set $? to STATUS, without forking.
317
else
300
as_fn_set_status ()
318
  exitcode=1
301
{
319
  echo as_func_success failed.
302
  return $1
320
fi
303
} # as_fn_set_status
321
304
322
if as_func_failure; then
305
# as_fn_exit STATUS
323
  exitcode=1
306
# -----------------
324
  echo as_func_failure succeeded.
307
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
325
fi
308
as_fn_exit ()
326
309
{
327
if as_func_ret_success; then
310
  set +e
328
  :
311
  as_fn_set_status $1
329
else
312
  exit $1
330
  exitcode=1
313
} # as_fn_exit
331
  echo as_func_ret_success failed.
314
332
fi
315
# as_fn_mkdir_p
333
316
# -------------
334
if as_func_ret_failure; then
317
# Create "$as_dir" as a directory, including parents if necessary.
335
  exitcode=1
318
as_fn_mkdir_p ()
336
  echo as_func_ret_failure succeeded.
319
{
337
fi
320
338
321
  case $as_dir in #(
339
if ( set x; as_func_ret_success y && test x = "$1" ); then
322
  -*) as_dir=./$as_dir;;
340
  :
323
  esac
341
else
324
  test -d "$as_dir" || eval $as_mkdir_p || {
342
  exitcode=1
325
    as_dirs=
343
  echo positional parameters were not saved.
326
    while :; do
344
fi
327
      case $as_dir in #(
345
328
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
346
test $exitcode = 0) || { (exit 1); exit 1; }
329
      *) as_qdir=$as_dir;;
347
330
      esac
348
(
331
      as_dirs="'$as_qdir' $as_dirs"
349
  as_lineno_1=$LINENO
332
      as_dir=`$as_dirname -- "$as_dir" ||
350
  as_lineno_2=$LINENO
333
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
351
  test "x$as_lineno_1" != "x$as_lineno_2" &&
334
	 X"$as_dir" : 'X\(//\)[^/]' \| \
352
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
335
	 X"$as_dir" : 'X\(//\)$' \| \
353
336
	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
354
_ASEOF
337
$as_echo X"$as_dir" |
355
}; then
338
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
356
  break
339
	    s//\1/
357
fi
340
	    q
358
341
	  }
359
fi
342
	  /^X\(\/\/\)[^/].*/{
360
343
	    s//\1/
361
      done
344
	    q
362
345
	  }
363
      if test "x$CONFIG_SHELL" != x; then
346
	  /^X\(\/\/\)$/{
364
  for as_var in BASH_ENV ENV
347
	    s//\1/
365
	do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
348
	    q
366
	done
349
	  }
367
	export CONFIG_SHELL
350
	  /^X\(\/\).*/{
368
	exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
351
	    s//\1/
369
fi
352
	    q
370
353
	  }
371
354
	  s/.*/./; q'`
372
    if test $as_have_required = no; then
355
      test -d "$as_dir" && break
373
  echo This script requires a shell more modern than all the
356
    done
374
      echo shells that I found on your system.  Please install a
357
    test -z "$as_dirs" || eval "mkdir $as_dirs"
375
      echo modern shell, or manually run the script under such a
358
  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
376
      echo shell if you do have one.
359
377
      { (exit 1); exit 1; }
360
378
fi
361
} # as_fn_mkdir_p
379
362
380
363
# as_fn_executable_p FILE
381
fi
364
# -----------------------
382
365
# Test if FILE is an executable regular file.
383
fi
366
as_fn_executable_p ()
384
367
{
385
368
  test -f "$1" && test -x "$1"
386
369
} # as_fn_executable_p
387
(eval "as_func_return () {
370
# as_fn_append VAR VALUE
388
  (exit \$1)
371
# ----------------------
389
}
372
# Append the text in VALUE to the end of the definition contained in VAR. Take
390
as_func_success () {
373
# advantage of any shell optimizations that allow amortized linear growth over
391
  as_func_return 0
374
# repeated appends, instead of the typical quadratic growth present in naive
392
}
375
# implementations.
393
as_func_failure () {
376
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
394
  as_func_return 1
377
  eval 'as_fn_append ()
395
}
378
  {
396
as_func_ret_success () {
379
    eval $1+=\$2
397
  return 0
380
  }'
398
}
381
else
399
as_func_ret_failure () {
382
  as_fn_append ()
400
  return 1
383
  {
401
}
384
    eval $1=\$$1\$2
402
385
  }
403
exitcode=0
386
fi # as_fn_append
404
if as_func_success; then
387
405
  :
388
# as_fn_arith ARG...
406
else
389
# ------------------
407
  exitcode=1
390
# Perform arithmetic evaluation on the ARGs, and store the result in the
408
  echo as_func_success failed.
391
# global $as_val. Take advantage of shells that can avoid forks. The arguments
409
fi
392
# must be portable across $(()) and expr.
410
393
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
411
if as_func_failure; then
394
  eval 'as_fn_arith ()
412
  exitcode=1
395
  {
413
  echo as_func_failure succeeded.
396
    as_val=$(( $* ))
414
fi
397
  }'
415
398
else
416
if as_func_ret_success; then
399
  as_fn_arith ()
417
  :
400
  {
418
else
401
    as_val=`expr "$@" || test $? -eq 1`
419
  exitcode=1
402
  }
420
  echo as_func_ret_success failed.
403
fi # as_fn_arith
421
fi
404
422
405
423
if as_func_ret_failure; then
406
# as_fn_error STATUS ERROR [LINENO LOG_FD]
424
  exitcode=1
407
# ----------------------------------------
425
  echo as_func_ret_failure succeeded.
408
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
426
fi
409
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
427
410
# script with STATUS, using 1 if that was 0.
428
if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
411
as_fn_error ()
429
  :
412
{
430
else
413
  as_status=$1; test $as_status -eq 0 && as_status=1
431
  exitcode=1
414
  if test "$4"; then
432
  echo positional parameters were not saved.
415
    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
433
fi
416
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
434
417
  fi
435
test \$exitcode = 0") || {
418
  $as_echo "$as_me: error: $2" >&2
436
  echo No shell found that supports shell functions.
419
  as_fn_exit $as_status
437
  echo Please tell bug-autoconf@gnu.org about your system,
420
} # as_fn_error
438
  echo including any error possibly output before this message.
421
439
  echo This can help us improve future autoconf versions.
422
if expr a : '\(a\)' >/dev/null 2>&1 &&
440
  echo Configuration will now proceed without shell functions.
423
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
441
}
424
  as_expr=expr
442
425
else
443
426
  as_expr=false
444
427
fi
445
  as_lineno_1=$LINENO
428
446
  as_lineno_2=$LINENO
429
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
447
  test "x$as_lineno_1" != "x$as_lineno_2" &&
430
  as_basename=basename
448
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
431
else
449
432
  as_basename=false
450
  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
433
fi
451
  # uniformly replaced by the line number.  The first 'sed' inserts a
434
452
  # line-number line after each line using $LINENO; the second 'sed'
435
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
453
  # does the real work.  The second script uses 'N' to pair each
436
  as_dirname=dirname
454
  # line-number line with the line containing $LINENO, and appends
437
else
455
  # trailing '-' during substitution so that $LINENO is not a special
438
  as_dirname=false
456
  # case at line end.
439
fi
457
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
440
458
  # scripts with optimization help from Paolo Bonzini.  Blame Lee
441
as_me=`$as_basename -- "$0" ||
459
  # E. McMahon (1931-1989) for sed's syntax.  :-)
442
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
443
	 X"$0" : 'X\(//\)$' \| \
444
	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
445
$as_echo X/"$0" |
446
    sed '/^.*\/\([^/][^/]*\)\/*$/{
447
	    s//\1/
448
	    q
449
	  }
450
	  /^X\/\(\/\/\)$/{
451
	    s//\1/
452
	    q
453
	  }
454
	  /^X\/\(\/\).*/{
455
	    s//\1/
456
	    q
457
	  }
458
	  s/.*/./; q'`
459
460
# Avoid depending upon Character Ranges.
461
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
462
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
463
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
464
as_cr_digits='0123456789'
465
as_cr_alnum=$as_cr_Letters$as_cr_digits
466
467
468
  as_lineno_1=$LINENO as_lineno_1a=$LINENO
469
  as_lineno_2=$LINENO as_lineno_2a=$LINENO
470
  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
471
  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
472
  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
460
  sed -n '
473
  sed -n '
461
    p
474
    p
462
    /[$]LINENO/=
475
    /[$]LINENO/=
Lines 473-481 Link Here
473
      s/-\n.*//
486
      s/-\n.*//
474
    ' >$as_me.lineno &&
487
    ' >$as_me.lineno &&
475
  chmod +x "$as_me.lineno" ||
488
  chmod +x "$as_me.lineno" ||
476
    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
489
    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
477
   { (exit 1); exit 1; }; }
478
490
491
  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
492
  # already done that, so ensure we don't try to do so again and fall
493
  # in an infinite loop.  This has already happened in practice.
494
  _as_can_reexec=no; export _as_can_reexec
479
  # Don't try to exec as it changes $[0], causing all sort of problems
495
  # Don't try to exec as it changes $[0], causing all sort of problems
480
  # (the dirname of $[0] is not the place where we might find the
496
  # (the dirname of $[0] is not the place where we might find the
481
  # original and so on.  Autoconf is especially sensitive to this).
497
  # original and so on.  Autoconf is especially sensitive to this).
Lines 484-512 Link Here
484
  exit
500
  exit
485
}
501
}
486
502
487
488
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
489
  as_dirname=dirname
490
else
491
  as_dirname=false
492
fi
493
494
ECHO_C= ECHO_N= ECHO_T=
503
ECHO_C= ECHO_N= ECHO_T=
495
case `echo -n x` in
504
case `echo -n x` in #(((((
496
-n*)
505
-n*)
497
  case `echo 'x\c'` in
506
  case `echo 'xy\c'` in
498
  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
507
  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
499
  *)   ECHO_C='\c';;
508
  xy)  ECHO_C='\c';;
509
  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
510
       ECHO_T='	';;
500
  esac;;
511
  esac;;
501
*)
512
*)
502
  ECHO_N='-n';;
513
  ECHO_N='-n';;
503
esac
514
esac
504
if expr a : '\(a\)' >/dev/null 2>&1 &&
505
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
506
  as_expr=expr
507
else
508
  as_expr=false
509
fi
510
515
511
rm -f conf$$ conf$$.exe conf$$.file
516
rm -f conf$$ conf$$.exe conf$$.file
512
if test -d conf$$.dir; then
517
if test -d conf$$.dir; then
Lines 521-569 Link Here
521
    # ... but there are two gotchas:
526
    # ... but there are two gotchas:
522
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
527
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
523
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
528
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
524
    # In both cases, we have to default to `cp -p'.
529
    # In both cases, we have to default to `cp -pR'.
525
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
530
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
526
      as_ln_s='cp -p'
531
      as_ln_s='cp -pR'
527
  elif ln conf$$.file conf$$ 2>/dev/null; then
532
  elif ln conf$$.file conf$$ 2>/dev/null; then
528
    as_ln_s=ln
533
    as_ln_s=ln
529
  else
534
  else
530
    as_ln_s='cp -p'
535
    as_ln_s='cp -pR'
531
  fi
536
  fi
532
else
537
else
533
  as_ln_s='cp -p'
538
  as_ln_s='cp -pR'
534
fi
539
fi
535
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
540
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
536
rmdir conf$$.dir 2>/dev/null
541
rmdir conf$$.dir 2>/dev/null
537
542
538
if mkdir -p . 2>/dev/null; then
543
if mkdir -p . 2>/dev/null; then
539
  as_mkdir_p=:
544
  as_mkdir_p='mkdir -p "$as_dir"'
540
else
545
else
541
  test -d ./-p && rmdir ./-p
546
  test -d ./-p && rmdir ./-p
542
  as_mkdir_p=false
547
  as_mkdir_p=false
543
fi
548
fi
544
549
545
if test -x / >/dev/null 2>&1; then
550
as_test_x='test -x'
546
  as_test_x='test -x'
551
as_executable_p=as_fn_executable_p
547
else
548
  if ls -dL / >/dev/null 2>&1; then
549
    as_ls_L_option=L
550
  else
551
    as_ls_L_option=
552
  fi
553
  as_test_x='
554
    eval sh -c '\''
555
      if test -d "$1"; then
556
	test -d "$1/.";
557
      else
558
	case $1 in
559
	-*)set "./$1";;
560
	esac;
561
	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
562
	???[sx]*):;;*)false;;esac;fi
563
    '\'' sh
564
  '
565
fi
566
as_executable_p=$as_test_x
567
552
568
# Sed expression to map a string onto a valid CPP name.
553
# Sed expression to map a string onto a valid CPP name.
569
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
554
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
Lines 573-579 Link Here
573
558
574
559
575
560
576
577
# Check that we are running under the correct shell.
561
# Check that we are running under the correct shell.
578
SHELL=${CONFIG_SHELL-/bin/sh}
562
SHELL=${CONFIG_SHELL-/bin/sh}
579
563
Lines 722-731 Link Here
722
706
723
707
724
708
725
exec 7<&0 </dev/null 6>&1
709
test -n "$DJDIR" || exec 7<&0 </dev/null
710
exec 6>&1
726
711
727
# Name of the host.
712
# Name of the host.
728
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
713
# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
729
# so uname gets run too.
714
# so uname gets run too.
730
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
715
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
731
716
Lines 740-746 Link Here
740
subdirs=
725
subdirs=
741
MFLAGS=
726
MFLAGS=
742
MAKEFLAGS=
727
MAKEFLAGS=
743
SHELL=${CONFIG_SHELL-/bin/sh}
744
728
745
# Identity of this package.
729
# Identity of this package.
746
PACKAGE_NAME='gnome-paint'
730
PACKAGE_NAME='gnome-paint'
Lines 748-753 Link Here
748
PACKAGE_VERSION='0.4.0'
732
PACKAGE_VERSION='0.4.0'
749
PACKAGE_STRING='gnome-paint 0.4.0'
733
PACKAGE_STRING='gnome-paint 0.4.0'
750
PACKAGE_BUGREPORT='http://code.google.com/p/gnome-paint/'
734
PACKAGE_BUGREPORT='http://code.google.com/p/gnome-paint/'
735
PACKAGE_URL=''
751
736
752
# Factoring default headers for most tests.
737
# Factoring default headers for most tests.
753
ac_includes_default="\
738
ac_includes_default="\
Lines 934-939 Link Here
934
program_transform_name
919
program_transform_name
935
prefix
920
prefix
936
exec_prefix
921
exec_prefix
922
PACKAGE_URL
937
PACKAGE_BUGREPORT
923
PACKAGE_BUGREPORT
938
PACKAGE_STRING
924
PACKAGE_STRING
939
PACKAGE_VERSION
925
PACKAGE_VERSION
Lines 1028-1035 Link Here
1028
  fi
1014
  fi
1029
1015
1030
  case $ac_option in
1016
  case $ac_option in
1031
  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1017
  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1032
  *)	ac_optarg=yes ;;
1018
  *=)   ac_optarg= ;;
1019
  *)    ac_optarg=yes ;;
1033
  esac
1020
  esac
1034
1021
1035
  # Accept the important Cygnus configure options, so we can diagnose typos.
1022
  # Accept the important Cygnus configure options, so we can diagnose typos.
Lines 1074-1081 Link Here
1074
    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1061
    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1075
    # Reject names that are not valid shell variable names.
1062
    # Reject names that are not valid shell variable names.
1076
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1063
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1077
      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1064
      as_fn_error $? "invalid feature name: $ac_useropt"
1078
   { (exit 1); exit 1; }; }
1079
    ac_useropt_orig=$ac_useropt
1065
    ac_useropt_orig=$ac_useropt
1080
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1066
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1081
    case $ac_user_opts in
1067
    case $ac_user_opts in
Lines 1101-1108 Link Here
1101
    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1087
    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1102
    # Reject names that are not valid shell variable names.
1088
    # Reject names that are not valid shell variable names.
1103
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1089
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1104
      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1090
      as_fn_error $? "invalid feature name: $ac_useropt"
1105
   { (exit 1); exit 1; }; }
1106
    ac_useropt_orig=$ac_useropt
1091
    ac_useropt_orig=$ac_useropt
1107
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1092
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1108
    case $ac_user_opts in
1093
    case $ac_user_opts in
Lines 1306-1313 Link Here
1306
    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1291
    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1307
    # Reject names that are not valid shell variable names.
1292
    # Reject names that are not valid shell variable names.
1308
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1293
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1309
      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1294
      as_fn_error $? "invalid package name: $ac_useropt"
1310
   { (exit 1); exit 1; }; }
1311
    ac_useropt_orig=$ac_useropt
1295
    ac_useropt_orig=$ac_useropt
1312
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1296
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1313
    case $ac_user_opts in
1297
    case $ac_user_opts in
Lines 1323-1330 Link Here
1323
    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1307
    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1324
    # Reject names that are not valid shell variable names.
1308
    # Reject names that are not valid shell variable names.
1325
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1309
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1326
      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1310
      as_fn_error $? "invalid package name: $ac_useropt"
1327
   { (exit 1); exit 1; }; }
1328
    ac_useropt_orig=$ac_useropt
1311
    ac_useropt_orig=$ac_useropt
1329
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1312
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1330
    case $ac_user_opts in
1313
    case $ac_user_opts in
Lines 1354-1370 Link Here
1354
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1337
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1355
    x_libraries=$ac_optarg ;;
1338
    x_libraries=$ac_optarg ;;
1356
1339
1357
  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1340
  -*) as_fn_error $? "unrecognized option: \`$ac_option'
1358
Try \`$0 --help' for more information." >&2
1341
Try \`$0 --help' for more information"
1359
   { (exit 1); exit 1; }; }
1360
    ;;
1342
    ;;
1361
1343
1362
  *=*)
1344
  *=*)
1363
    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1345
    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1364
    # Reject names that are not valid shell variable names.
1346
    # Reject names that are not valid shell variable names.
1365
    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1347
    case $ac_envvar in #(
1366
      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1348
      '' | [0-9]* | *[!_$as_cr_alnum]* )
1367
   { (exit 1); exit 1; }; }
1349
      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1350
    esac
1368
    eval $ac_envvar=\$ac_optarg
1351
    eval $ac_envvar=\$ac_optarg
1369
    export $ac_envvar ;;
1352
    export $ac_envvar ;;
1370
1353
Lines 1373-1379 Link Here
1373
    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1356
    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1374
    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1357
    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1375
      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1358
      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1376
    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1359
    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1377
    ;;
1360
    ;;
1378
1361
1379
  esac
1362
  esac
Lines 1381-1395 Link Here
1381
1364
1382
if test -n "$ac_prev"; then
1365
if test -n "$ac_prev"; then
1383
  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1366
  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1384
  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1367
  as_fn_error $? "missing argument to $ac_option"
1385
   { (exit 1); exit 1; }; }
1386
fi
1368
fi
1387
1369
1388
if test -n "$ac_unrecognized_opts"; then
1370
if test -n "$ac_unrecognized_opts"; then
1389
  case $enable_option_checking in
1371
  case $enable_option_checking in
1390
    no) ;;
1372
    no) ;;
1391
    fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1373
    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1392
   { (exit 1); exit 1; }; } ;;
1393
    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1374
    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1394
  esac
1375
  esac
1395
fi
1376
fi
Lines 1412-1419 Link Here
1412
    [\\/$]* | ?:[\\/]* )  continue;;
1393
    [\\/$]* | ?:[\\/]* )  continue;;
1413
    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1394
    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1414
  esac
1395
  esac
1415
  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1396
  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1416
   { (exit 1); exit 1; }; }
1417
done
1397
done
1418
1398
1419
# There might be people who depend on the old broken behavior: `$host'
1399
# There might be people who depend on the old broken behavior: `$host'
Lines 1427-1434 Link Here
1427
if test "x$host_alias" != x; then
1407
if test "x$host_alias" != x; then
1428
  if test "x$build_alias" = x; then
1408
  if test "x$build_alias" = x; then
1429
    cross_compiling=maybe
1409
    cross_compiling=maybe
1430
    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1431
    If a cross compiler is detected then cross compile mode will be used." >&2
1432
  elif test "x$build_alias" != "x$host_alias"; then
1410
  elif test "x$build_alias" != "x$host_alias"; then
1433
    cross_compiling=yes
1411
    cross_compiling=yes
1434
  fi
1412
  fi
Lines 1443-1453 Link Here
1443
ac_pwd=`pwd` && test -n "$ac_pwd" &&
1421
ac_pwd=`pwd` && test -n "$ac_pwd" &&
1444
ac_ls_di=`ls -di .` &&
1422
ac_ls_di=`ls -di .` &&
1445
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1423
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1446
  { $as_echo "$as_me: error: working directory cannot be determined" >&2
1424
  as_fn_error $? "working directory cannot be determined"
1447
   { (exit 1); exit 1; }; }
1448
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1425
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1449
  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1426
  as_fn_error $? "pwd does not report name of working directory"
1450
   { (exit 1); exit 1; }; }
1451
1427
1452
1428
1453
# Find the source files, if location was not specified.
1429
# Find the source files, if location was not specified.
Lines 1486-1498 Link Here
1486
fi
1462
fi
1487
if test ! -r "$srcdir/$ac_unique_file"; then
1463
if test ! -r "$srcdir/$ac_unique_file"; then
1488
  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1464
  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1489
  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1465
  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1490
   { (exit 1); exit 1; }; }
1491
fi
1466
fi
1492
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1467
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1493
ac_abs_confdir=`(
1468
ac_abs_confdir=`(
1494
	cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1469
	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1495
   { (exit 1); exit 1; }; }
1496
	pwd)`
1470
	pwd)`
1497
# When building in place, set srcdir=.
1471
# When building in place, set srcdir=.
1498
if test "$ac_abs_confdir" = "$ac_pwd"; then
1472
if test "$ac_abs_confdir" = "$ac_pwd"; then
Lines 1532-1538 Link Here
1532
      --help=short        display options specific to this package
1506
      --help=short        display options specific to this package
1533
      --help=recursive    display the short help of all the included packages
1507
      --help=recursive    display the short help of all the included packages
1534
  -V, --version           display version information and exit
1508
  -V, --version           display version information and exit
1535
  -q, --quiet, --silent   do not print \`checking...' messages
1509
  -q, --quiet, --silent   do not print \`checking ...' messages
1536
      --cache-file=FILE   cache test results in FILE [disabled]
1510
      --cache-file=FILE   cache test results in FILE [disabled]
1537
  -C, --config-cache      alias for \`--cache-file=config.cache'
1511
  -C, --config-cache      alias for \`--cache-file=config.cache'
1538
  -n, --no-create         do not create output files
1512
  -n, --no-create         do not create output files
Lines 1620-1626 Link Here
1620
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1594
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1621
              nonstandard directory <lib dir>
1595
              nonstandard directory <lib dir>
1622
  LIBS        libraries to pass to the linker, e.g. -l<library>
1596
  LIBS        libraries to pass to the linker, e.g. -l<library>
1623
  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1597
  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1624
              you have headers in a nonstandard directory <include dir>
1598
              you have headers in a nonstandard directory <include dir>
1625
  CPP         C preprocessor
1599
  CPP         C preprocessor
1626
  PKG_CONFIG  path to pkg-config utility
1600
  PKG_CONFIG  path to pkg-config utility
Lines 1696-1716 Link Here
1696
if $ac_init_version; then
1670
if $ac_init_version; then
1697
  cat <<\_ACEOF
1671
  cat <<\_ACEOF
1698
gnome-paint configure 0.4.0
1672
gnome-paint configure 0.4.0
1699
generated by GNU Autoconf 2.63
1673
generated by GNU Autoconf 2.69
1700
1674
1701
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1675
Copyright (C) 2012 Free Software Foundation, Inc.
1702
2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1703
This configure script is free software; the Free Software Foundation
1676
This configure script is free software; the Free Software Foundation
1704
gives unlimited permission to copy, distribute and modify it.
1677
gives unlimited permission to copy, distribute and modify it.
1705
_ACEOF
1678
_ACEOF
1706
  exit
1679
  exit
1707
fi
1680
fi
1681
1682
## ------------------------ ##
1683
## Autoconf initialization. ##
1684
## ------------------------ ##
1685
1686
# ac_fn_c_try_compile LINENO
1687
# --------------------------
1688
# Try to compile conftest.$ac_ext, and return whether this succeeded.
1689
ac_fn_c_try_compile ()
1690
{
1691
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1692
  rm -f conftest.$ac_objext
1693
  if { { ac_try="$ac_compile"
1694
case "(($ac_try" in
1695
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1696
  *) ac_try_echo=$ac_try;;
1697
esac
1698
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1699
$as_echo "$ac_try_echo"; } >&5
1700
  (eval "$ac_compile") 2>conftest.err
1701
  ac_status=$?
1702
  if test -s conftest.err; then
1703
    grep -v '^ *+' conftest.err >conftest.er1
1704
    cat conftest.er1 >&5
1705
    mv -f conftest.er1 conftest.err
1706
  fi
1707
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1708
  test $ac_status = 0; } && {
1709
	 test -z "$ac_c_werror_flag" ||
1710
	 test ! -s conftest.err
1711
       } && test -s conftest.$ac_objext; then :
1712
  ac_retval=0
1713
else
1714
  $as_echo "$as_me: failed program was:" >&5
1715
sed 's/^/| /' conftest.$ac_ext >&5
1716
1717
	ac_retval=1
1718
fi
1719
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1720
  as_fn_set_status $ac_retval
1721
1722
} # ac_fn_c_try_compile
1723
1724
# ac_fn_c_try_link LINENO
1725
# -----------------------
1726
# Try to link conftest.$ac_ext, and return whether this succeeded.
1727
ac_fn_c_try_link ()
1728
{
1729
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1730
  rm -f conftest.$ac_objext conftest$ac_exeext
1731
  if { { ac_try="$ac_link"
1732
case "(($ac_try" in
1733
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1734
  *) ac_try_echo=$ac_try;;
1735
esac
1736
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1737
$as_echo "$ac_try_echo"; } >&5
1738
  (eval "$ac_link") 2>conftest.err
1739
  ac_status=$?
1740
  if test -s conftest.err; then
1741
    grep -v '^ *+' conftest.err >conftest.er1
1742
    cat conftest.er1 >&5
1743
    mv -f conftest.er1 conftest.err
1744
  fi
1745
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1746
  test $ac_status = 0; } && {
1747
	 test -z "$ac_c_werror_flag" ||
1748
	 test ! -s conftest.err
1749
       } && test -s conftest$ac_exeext && {
1750
	 test "$cross_compiling" = yes ||
1751
	 test -x conftest$ac_exeext
1752
       }; then :
1753
  ac_retval=0
1754
else
1755
  $as_echo "$as_me: failed program was:" >&5
1756
sed 's/^/| /' conftest.$ac_ext >&5
1757
1758
	ac_retval=1
1759
fi
1760
  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1761
  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1762
  # interfere with the next link command; also delete a directory that is
1763
  # left behind by Apple's compiler.  We do this before executing the actions.
1764
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1765
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1766
  as_fn_set_status $ac_retval
1767
1768
} # ac_fn_c_try_link
1769
1770
# ac_fn_c_try_cpp LINENO
1771
# ----------------------
1772
# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1773
ac_fn_c_try_cpp ()
1774
{
1775
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1776
  if { { ac_try="$ac_cpp conftest.$ac_ext"
1777
case "(($ac_try" in
1778
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1779
  *) ac_try_echo=$ac_try;;
1780
esac
1781
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1782
$as_echo "$ac_try_echo"; } >&5
1783
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1784
  ac_status=$?
1785
  if test -s conftest.err; then
1786
    grep -v '^ *+' conftest.err >conftest.er1
1787
    cat conftest.er1 >&5
1788
    mv -f conftest.er1 conftest.err
1789
  fi
1790
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1791
  test $ac_status = 0; } > conftest.i && {
1792
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1793
	 test ! -s conftest.err
1794
       }; then :
1795
  ac_retval=0
1796
else
1797
  $as_echo "$as_me: failed program was:" >&5
1798
sed 's/^/| /' conftest.$ac_ext >&5
1799
1800
    ac_retval=1
1801
fi
1802
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1803
  as_fn_set_status $ac_retval
1804
1805
} # ac_fn_c_try_cpp
1806
1807
# ac_fn_c_try_run LINENO
1808
# ----------------------
1809
# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1810
# that executables *can* be run.
1811
ac_fn_c_try_run ()
1812
{
1813
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1814
  if { { ac_try="$ac_link"
1815
case "(($ac_try" in
1816
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1817
  *) ac_try_echo=$ac_try;;
1818
esac
1819
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1820
$as_echo "$ac_try_echo"; } >&5
1821
  (eval "$ac_link") 2>&5
1822
  ac_status=$?
1823
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1824
  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1825
  { { case "(($ac_try" in
1826
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1827
  *) ac_try_echo=$ac_try;;
1828
esac
1829
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1830
$as_echo "$ac_try_echo"; } >&5
1831
  (eval "$ac_try") 2>&5
1832
  ac_status=$?
1833
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1834
  test $ac_status = 0; }; }; then :
1835
  ac_retval=0
1836
else
1837
  $as_echo "$as_me: program exited with status $ac_status" >&5
1838
       $as_echo "$as_me: failed program was:" >&5
1839
sed 's/^/| /' conftest.$ac_ext >&5
1840
1841
       ac_retval=$ac_status
1842
fi
1843
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1844
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1845
  as_fn_set_status $ac_retval
1846
1847
} # ac_fn_c_try_run
1848
1849
# ac_fn_c_check_func LINENO FUNC VAR
1850
# ----------------------------------
1851
# Tests whether FUNC exists, setting the cache variable VAR accordingly
1852
ac_fn_c_check_func ()
1853
{
1854
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1855
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1856
$as_echo_n "checking for $2... " >&6; }
1857
if eval \${$3+:} false; then :
1858
  $as_echo_n "(cached) " >&6
1859
else
1860
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1861
/* end confdefs.h.  */
1862
/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1863
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1864
#define $2 innocuous_$2
1865
1866
/* System header to define __stub macros and hopefully few prototypes,
1867
    which can conflict with char $2 (); below.
1868
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1869
    <limits.h> exists even on freestanding compilers.  */
1870
1871
#ifdef __STDC__
1872
# include <limits.h>
1873
#else
1874
# include <assert.h>
1875
#endif
1876
1877
#undef $2
1878
1879
/* Override any GCC internal prototype to avoid an error.
1880
   Use char because int might match the return type of a GCC
1881
   builtin and then its argument prototype would still apply.  */
1882
#ifdef __cplusplus
1883
extern "C"
1884
#endif
1885
char $2 ();
1886
/* The GNU C library defines this for functions which it implements
1887
    to always fail with ENOSYS.  Some functions are actually named
1888
    something starting with __ and the normal name is an alias.  */
1889
#if defined __stub_$2 || defined __stub___$2
1890
choke me
1891
#endif
1892
1893
int
1894
main ()
1895
{
1896
return $2 ();
1897
  ;
1898
  return 0;
1899
}
1900
_ACEOF
1901
if ac_fn_c_try_link "$LINENO"; then :
1902
  eval "$3=yes"
1903
else
1904
  eval "$3=no"
1905
fi
1906
rm -f core conftest.err conftest.$ac_objext \
1907
    conftest$ac_exeext conftest.$ac_ext
1908
fi
1909
eval ac_res=\$$3
1910
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1911
$as_echo "$ac_res" >&6; }
1912
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1913
1914
} # ac_fn_c_check_func
1915
1916
# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1917
# -------------------------------------------------------
1918
# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1919
# the include files in INCLUDES and setting the cache variable VAR
1920
# accordingly.
1921
ac_fn_c_check_header_mongrel ()
1922
{
1923
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1924
  if eval \${$3+:} false; then :
1925
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1926
$as_echo_n "checking for $2... " >&6; }
1927
if eval \${$3+:} false; then :
1928
  $as_echo_n "(cached) " >&6
1929
fi
1930
eval ac_res=\$$3
1931
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1932
$as_echo "$ac_res" >&6; }
1933
else
1934
  # Is the header compilable?
1935
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1936
$as_echo_n "checking $2 usability... " >&6; }
1937
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1938
/* end confdefs.h.  */
1939
$4
1940
#include <$2>
1941
_ACEOF
1942
if ac_fn_c_try_compile "$LINENO"; then :
1943
  ac_header_compiler=yes
1944
else
1945
  ac_header_compiler=no
1946
fi
1947
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1948
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1949
$as_echo "$ac_header_compiler" >&6; }
1950
1951
# Is the header present?
1952
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1953
$as_echo_n "checking $2 presence... " >&6; }
1954
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1955
/* end confdefs.h.  */
1956
#include <$2>
1957
_ACEOF
1958
if ac_fn_c_try_cpp "$LINENO"; then :
1959
  ac_header_preproc=yes
1960
else
1961
  ac_header_preproc=no
1962
fi
1963
rm -f conftest.err conftest.i conftest.$ac_ext
1964
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1965
$as_echo "$ac_header_preproc" >&6; }
1966
1967
# So?  What about this header?
1968
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1969
  yes:no: )
1970
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1971
$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1972
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1973
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1974
    ;;
1975
  no:yes:* )
1976
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1977
$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1978
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1979
$as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1980
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1981
$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1982
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1983
$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1984
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1985
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1986
( $as_echo "## ---------------------------------------------------- ##
1987
## Report this to http://code.google.com/p/gnome-paint/ ##
1988
## ---------------------------------------------------- ##"
1989
     ) | sed "s/^/$as_me: WARNING:     /" >&2
1990
    ;;
1991
esac
1992
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1993
$as_echo_n "checking for $2... " >&6; }
1994
if eval \${$3+:} false; then :
1995
  $as_echo_n "(cached) " >&6
1996
else
1997
  eval "$3=\$ac_header_compiler"
1998
fi
1999
eval ac_res=\$$3
2000
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2001
$as_echo "$ac_res" >&6; }
2002
fi
2003
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2004
2005
} # ac_fn_c_check_header_mongrel
2006
2007
# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2008
# -------------------------------------------------------
2009
# Tests whether HEADER exists and can be compiled using the include files in
2010
# INCLUDES, setting the cache variable VAR accordingly.
2011
ac_fn_c_check_header_compile ()
2012
{
2013
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2014
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2015
$as_echo_n "checking for $2... " >&6; }
2016
if eval \${$3+:} false; then :
2017
  $as_echo_n "(cached) " >&6
2018
else
2019
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2020
/* end confdefs.h.  */
2021
$4
2022
#include <$2>
2023
_ACEOF
2024
if ac_fn_c_try_compile "$LINENO"; then :
2025
  eval "$3=yes"
2026
else
2027
  eval "$3=no"
2028
fi
2029
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2030
fi
2031
eval ac_res=\$$3
2032
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2033
$as_echo "$ac_res" >&6; }
2034
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2035
2036
} # ac_fn_c_check_header_compile
1708
cat >config.log <<_ACEOF
2037
cat >config.log <<_ACEOF
1709
This file contains any messages produced by compilers while
2038
This file contains any messages produced by compilers while
1710
running configure, to aid debugging if configure makes a mistake.
2039
running configure, to aid debugging if configure makes a mistake.
1711
2040
1712
It was created by gnome-paint $as_me 0.4.0, which was
2041
It was created by gnome-paint $as_me 0.4.0, which was
1713
generated by GNU Autoconf 2.63.  Invocation command line was
2042
generated by GNU Autoconf 2.69.  Invocation command line was
1714
2043
1715
  $ $0 $@
2044
  $ $0 $@
1716
2045
Lines 1746-1753 Link Here
1746
do
2075
do
1747
  IFS=$as_save_IFS
2076
  IFS=$as_save_IFS
1748
  test -z "$as_dir" && as_dir=.
2077
  test -z "$as_dir" && as_dir=.
1749
  $as_echo "PATH: $as_dir"
2078
    $as_echo "PATH: $as_dir"
1750
done
2079
  done
1751
IFS=$as_save_IFS
2080
IFS=$as_save_IFS
1752
2081
1753
} >&5
2082
} >&5
Lines 1784-1792 Link Here
1784
      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2113
      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1785
    esac
2114
    esac
1786
    case $ac_pass in
2115
    case $ac_pass in
1787
    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
2116
    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1788
    2)
2117
    2)
1789
      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
2118
      as_fn_append ac_configure_args1 " '$ac_arg'"
1790
      if test $ac_must_keep_next = true; then
2119
      if test $ac_must_keep_next = true; then
1791
	ac_must_keep_next=false # Got value, back to normal.
2120
	ac_must_keep_next=false # Got value, back to normal.
1792
      else
2121
      else
Lines 1802-1814 Link Here
1802
	  -* ) ac_must_keep_next=true ;;
2131
	  -* ) ac_must_keep_next=true ;;
1803
	esac
2132
	esac
1804
      fi
2133
      fi
1805
      ac_configure_args="$ac_configure_args '$ac_arg'"
2134
      as_fn_append ac_configure_args " '$ac_arg'"
1806
      ;;
2135
      ;;
1807
    esac
2136
    esac
1808
  done
2137
  done
1809
done
2138
done
1810
$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
2139
{ ac_configure_args0=; unset ac_configure_args0;}
1811
$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
2140
{ ac_configure_args1=; unset ac_configure_args1;}
1812
2141
1813
# When interrupted or exit'd, cleanup temporary files, and complete
2142
# When interrupted or exit'd, cleanup temporary files, and complete
1814
# config.log.  We remove comments because anyway the quotes in there
2143
# config.log.  We remove comments because anyway the quotes in there
Lines 1820-1830 Link Here
1820
  {
2149
  {
1821
    echo
2150
    echo
1822
2151
1823
    cat <<\_ASBOX
2152
    $as_echo "## ---------------- ##
1824
## ---------------- ##
1825
## Cache variables. ##
2153
## Cache variables. ##
1826
## ---------------- ##
2154
## ---------------- ##"
1827
_ASBOX
1828
    echo
2155
    echo
1829
    # The following way of writing the cache mishandles newlines in values,
2156
    # The following way of writing the cache mishandles newlines in values,
1830
(
2157
(
Lines 1833-1845 Link Here
1833
    case $ac_val in #(
2160
    case $ac_val in #(
1834
    *${as_nl}*)
2161
    *${as_nl}*)
1835
      case $ac_var in #(
2162
      case $ac_var in #(
1836
      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
2163
      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1837
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2164
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1838
      esac
2165
      esac
1839
      case $ac_var in #(
2166
      case $ac_var in #(
1840
      _ | IFS | as_nl) ;; #(
2167
      _ | IFS | as_nl) ;; #(
1841
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2168
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1842
      *) $as_unset $ac_var ;;
2169
      *) { eval $ac_var=; unset $ac_var;} ;;
1843
      esac ;;
2170
      esac ;;
1844
    esac
2171
    esac
1845
  done
2172
  done
Lines 1858-1868 Link Here
1858
)
2185
)
1859
    echo
2186
    echo
1860
2187
1861
    cat <<\_ASBOX
2188
    $as_echo "## ----------------- ##
1862
## ----------------- ##
1863
## Output variables. ##
2189
## Output variables. ##
1864
## ----------------- ##
2190
## ----------------- ##"
1865
_ASBOX
1866
    echo
2191
    echo
1867
    for ac_var in $ac_subst_vars
2192
    for ac_var in $ac_subst_vars
1868
    do
2193
    do
Lines 1875-1885 Link Here
1875
    echo
2200
    echo
1876
2201
1877
    if test -n "$ac_subst_files"; then
2202
    if test -n "$ac_subst_files"; then
1878
      cat <<\_ASBOX
2203
      $as_echo "## ------------------- ##
1879
## ------------------- ##
1880
## File substitutions. ##
2204
## File substitutions. ##
1881
## ------------------- ##
2205
## ------------------- ##"
1882
_ASBOX
1883
      echo
2206
      echo
1884
      for ac_var in $ac_subst_files
2207
      for ac_var in $ac_subst_files
1885
      do
2208
      do
Lines 1893-1903 Link Here
1893
    fi
2216
    fi
1894
2217
1895
    if test -s confdefs.h; then
2218
    if test -s confdefs.h; then
1896
      cat <<\_ASBOX
2219
      $as_echo "## ----------- ##
1897
## ----------- ##
1898
## confdefs.h. ##
2220
## confdefs.h. ##
1899
## ----------- ##
2221
## ----------- ##"
1900
_ASBOX
1901
      echo
2222
      echo
1902
      cat confdefs.h
2223
      cat confdefs.h
1903
      echo
2224
      echo
Lines 1911-1956 Link Here
1911
    exit $exit_status
2232
    exit $exit_status
1912
' 0
2233
' 0
1913
for ac_signal in 1 2 13 15; do
2234
for ac_signal in 1 2 13 15; do
1914
  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
2235
  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1915
done
2236
done
1916
ac_signal=0
2237
ac_signal=0
1917
2238
1918
# confdefs.h avoids OS command line length limits that DEFS can exceed.
2239
# confdefs.h avoids OS command line length limits that DEFS can exceed.
1919
rm -f -r conftest* confdefs.h
2240
rm -f -r conftest* confdefs.h
1920
2241
2242
$as_echo "/* confdefs.h */" > confdefs.h
2243
1921
# Predefined preprocessor variables.
2244
# Predefined preprocessor variables.
1922
2245
1923
cat >>confdefs.h <<_ACEOF
2246
cat >>confdefs.h <<_ACEOF
1924
#define PACKAGE_NAME "$PACKAGE_NAME"
2247
#define PACKAGE_NAME "$PACKAGE_NAME"
1925
_ACEOF
2248
_ACEOF
1926
2249
1927
1928
cat >>confdefs.h <<_ACEOF
2250
cat >>confdefs.h <<_ACEOF
1929
#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2251
#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1930
_ACEOF
2252
_ACEOF
1931
2253
1932
1933
cat >>confdefs.h <<_ACEOF
2254
cat >>confdefs.h <<_ACEOF
1934
#define PACKAGE_VERSION "$PACKAGE_VERSION"
2255
#define PACKAGE_VERSION "$PACKAGE_VERSION"
1935
_ACEOF
2256
_ACEOF
1936
2257
1937
1938
cat >>confdefs.h <<_ACEOF
2258
cat >>confdefs.h <<_ACEOF
1939
#define PACKAGE_STRING "$PACKAGE_STRING"
2259
#define PACKAGE_STRING "$PACKAGE_STRING"
1940
_ACEOF
2260
_ACEOF
1941
2261
1942
1943
cat >>confdefs.h <<_ACEOF
2262
cat >>confdefs.h <<_ACEOF
1944
#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2263
#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1945
_ACEOF
2264
_ACEOF
1946
2265
2266
cat >>confdefs.h <<_ACEOF
2267
#define PACKAGE_URL "$PACKAGE_URL"
2268
_ACEOF
2269
1947
2270
1948
# Let the site file select an alternate cache file if it wants to.
2271
# Let the site file select an alternate cache file if it wants to.
1949
# Prefer an explicitly selected file to automatically selected ones.
2272
# Prefer an explicitly selected file to automatically selected ones.
1950
ac_site_file1=NONE
2273
ac_site_file1=NONE
1951
ac_site_file2=NONE
2274
ac_site_file2=NONE
1952
if test -n "$CONFIG_SITE"; then
2275
if test -n "$CONFIG_SITE"; then
1953
  ac_site_file1=$CONFIG_SITE
2276
  # We do not want a PATH search for config.site.
2277
  case $CONFIG_SITE in #((
2278
    -*)  ac_site_file1=./$CONFIG_SITE;;
2279
    */*) ac_site_file1=$CONFIG_SITE;;
2280
    *)   ac_site_file1=./$CONFIG_SITE;;
2281
  esac
1954
elif test "x$prefix" != xNONE; then
2282
elif test "x$prefix" != xNONE; then
1955
  ac_site_file1=$prefix/share/config.site
2283
  ac_site_file1=$prefix/share/config.site
1956
  ac_site_file2=$prefix/etc/config.site
2284
  ac_site_file2=$prefix/etc/config.site
Lines 1961-1979 Link Here
1961
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2289
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1962
do
2290
do
1963
  test "x$ac_site_file" = xNONE && continue
2291
  test "x$ac_site_file" = xNONE && continue
1964
  if test -r "$ac_site_file"; then
2292
  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1965
    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
2293
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1966
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2294
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1967
    sed 's/^/| /' "$ac_site_file" >&5
2295
    sed 's/^/| /' "$ac_site_file" >&5
1968
    . "$ac_site_file"
2296
    . "$ac_site_file" \
2297
      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2298
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2299
as_fn_error $? "failed to load site script $ac_site_file
2300
See \`config.log' for more details" "$LINENO" 5; }
1969
  fi
2301
  fi
1970
done
2302
done
1971
2303
1972
if test -r "$cache_file"; then
2304
if test -r "$cache_file"; then
1973
  # Some versions of bash will fail to source /dev/null (special
2305
  # Some versions of bash will fail to source /dev/null (special files
1974
  # files actually), so we avoid doing that.
2306
  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
1975
  if test -f "$cache_file"; then
2307
  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1976
    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
2308
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1977
$as_echo "$as_me: loading cache $cache_file" >&6;}
2309
$as_echo "$as_me: loading cache $cache_file" >&6;}
1978
    case $cache_file in
2310
    case $cache_file in
1979
      [\\/]* | ?:[\\/]* ) . "$cache_file";;
2311
      [\\/]* | ?:[\\/]* ) . "$cache_file";;
Lines 1981-1987 Link Here
1981
    esac
2313
    esac
1982
  fi
2314
  fi
1983
else
2315
else
1984
  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
2316
  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1985
$as_echo "$as_me: creating cache $cache_file" >&6;}
2317
$as_echo "$as_me: creating cache $cache_file" >&6;}
1986
  >$cache_file
2318
  >$cache_file
1987
fi
2319
fi
Lines 1996-2006 Link Here
1996
  eval ac_new_val=\$ac_env_${ac_var}_value
2328
  eval ac_new_val=\$ac_env_${ac_var}_value
1997
  case $ac_old_set,$ac_new_set in
2329
  case $ac_old_set,$ac_new_set in
1998
    set,)
2330
    set,)
1999
      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2331
      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2000
$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2332
$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2001
      ac_cache_corrupted=: ;;
2333
      ac_cache_corrupted=: ;;
2002
    ,set)
2334
    ,set)
2003
      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
2335
      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2004
$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2336
$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2005
      ac_cache_corrupted=: ;;
2337
      ac_cache_corrupted=: ;;
2006
    ,);;
2338
    ,);;
Lines 2010-2026 Link Here
2010
	ac_old_val_w=`echo x $ac_old_val`
2342
	ac_old_val_w=`echo x $ac_old_val`
2011
	ac_new_val_w=`echo x $ac_new_val`
2343
	ac_new_val_w=`echo x $ac_new_val`
2012
	if test "$ac_old_val_w" != "$ac_new_val_w"; then
2344
	if test "$ac_old_val_w" != "$ac_new_val_w"; then
2013
	  { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
2345
	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2014
$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2346
$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2015
	  ac_cache_corrupted=:
2347
	  ac_cache_corrupted=:
2016
	else
2348
	else
2017
	  { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2349
	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2018
$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2350
$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2019
	  eval $ac_var=\$ac_old_val
2351
	  eval $ac_var=\$ac_old_val
2020
	fi
2352
	fi
2021
	{ $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
2353
	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2022
$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2354
$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2023
	{ $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
2355
	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2024
$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2356
$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2025
      fi;;
2357
      fi;;
2026
  esac
2358
  esac
Lines 2032-2074 Link Here
2032
    esac
2364
    esac
2033
    case " $ac_configure_args " in
2365
    case " $ac_configure_args " in
2034
      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2366
      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2035
      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
2367
      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2036
    esac
2368
    esac
2037
  fi
2369
  fi
2038
done
2370
done
2039
if $ac_cache_corrupted; then
2371
if $ac_cache_corrupted; then
2040
  { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2372
  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2041
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2373
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2042
  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
2374
  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2043
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2375
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2044
  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
2376
  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2045
$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
2046
   { (exit 1); exit 1; }; }
2047
fi
2377
fi
2048
2378
## -------------------- ##
2049
2379
## Main body of script. ##
2050
2380
## -------------------- ##
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2381
2073
ac_ext=c
2382
ac_ext=c
2074
ac_cpp='$CPP $CPPFLAGS'
2383
ac_cpp='$CPP $CPPFLAGS'
Lines 2097-2105 Link Here
2097
  fi
2406
  fi
2098
done
2407
done
2099
if test -z "$ac_aux_dir"; then
2408
if test -z "$ac_aux_dir"; then
2100
  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
2409
  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2101
$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
2102
   { (exit 1); exit 1; }; }
2103
fi
2410
fi
2104
2411
2105
# These three variables are undocumented and unsupported,
2412
# These three variables are undocumented and unsupported,
Lines 2125-2134 Link Here
2125
# OS/2's system install, which has a completely different semantic
2432
# OS/2's system install, which has a completely different semantic
2126
# ./install, which can be erroneously created by make from ./install.sh.
2433
# ./install, which can be erroneously created by make from ./install.sh.
2127
# Reject install programs that cannot install multiple files.
2434
# Reject install programs that cannot install multiple files.
2128
{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2435
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2129
$as_echo_n "checking for a BSD-compatible install... " >&6; }
2436
$as_echo_n "checking for a BSD-compatible install... " >&6; }
2130
if test -z "$INSTALL"; then
2437
if test -z "$INSTALL"; then
2131
if test "${ac_cv_path_install+set}" = set; then
2438
if ${ac_cv_path_install+:} false; then :
2132
  $as_echo_n "(cached) " >&6
2439
  $as_echo_n "(cached) " >&6
2133
else
2440
else
2134
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2441
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Lines 2136-2146 Link Here
2136
do
2443
do
2137
  IFS=$as_save_IFS
2444
  IFS=$as_save_IFS
2138
  test -z "$as_dir" && as_dir=.
2445
  test -z "$as_dir" && as_dir=.
2139
  # Account for people who put trailing slashes in PATH elements.
2446
    # Account for people who put trailing slashes in PATH elements.
2140
case $as_dir/ in
2447
case $as_dir/ in #((
2141
  ./ | .// | /cC/* | \
2448
  ./ | .// | /[cC]/* | \
2142
  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2449
  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2143
  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2450
  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2144
  /usr/ucb/* ) ;;
2451
  /usr/ucb/* ) ;;
2145
  *)
2452
  *)
2146
    # OSF1 and SCO ODT 3.0 have their own names for install.
2453
    # OSF1 and SCO ODT 3.0 have their own names for install.
Lines 2148-2154 Link Here
2148
    # by default.
2455
    # by default.
2149
    for ac_prog in ginstall scoinst install; do
2456
    for ac_prog in ginstall scoinst install; do
2150
      for ac_exec_ext in '' $ac_executable_extensions; do
2457
      for ac_exec_ext in '' $ac_executable_extensions; do
2151
	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2458
	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2152
	  if test $ac_prog = install &&
2459
	  if test $ac_prog = install &&
2153
	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2460
	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2154
	    # AIX install.  It has an incompatible calling convention.
2461
	    # AIX install.  It has an incompatible calling convention.
Lines 2177-2183 Link Here
2177
    ;;
2484
    ;;
2178
esac
2485
esac
2179
2486
2180
done
2487
  done
2181
IFS=$as_save_IFS
2488
IFS=$as_save_IFS
2182
2489
2183
rm -rf conftest.one conftest.two conftest.dir
2490
rm -rf conftest.one conftest.two conftest.dir
Lines 2193-2199 Link Here
2193
    INSTALL=$ac_install_sh
2500
    INSTALL=$ac_install_sh
2194
  fi
2501
  fi
2195
fi
2502
fi
2196
{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
2503
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2197
$as_echo "$INSTALL" >&6; }
2504
$as_echo "$INSTALL" >&6; }
2198
2505
2199
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2506
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
Lines 2204-2210 Link Here
2204
2511
2205
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2512
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2206
2513
2207
{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2514
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2208
$as_echo_n "checking whether build environment is sane... " >&6; }
2515
$as_echo_n "checking whether build environment is sane... " >&6; }
2209
# Just in case
2516
# Just in case
2210
sleep 1
2517
sleep 1
Lines 2215-2229 Link Here
2215
'
2522
'
2216
case `pwd` in
2523
case `pwd` in
2217
  *[\\\"\#\$\&\'\`$am_lf]*)
2524
  *[\\\"\#\$\&\'\`$am_lf]*)
2218
    { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5
2525
    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2219
$as_echo "$as_me: error: unsafe absolute working directory name" >&2;}
2220
   { (exit 1); exit 1; }; };;
2221
esac
2526
esac
2222
case $srcdir in
2527
case $srcdir in
2223
  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
2528
  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
2224
    { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5
2529
    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2225
$as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;}
2226
   { (exit 1); exit 1; }; };;
2227
esac
2530
esac
2228
2531
2229
# Do `set' in a subshell so we don't clobber the current shell's
2532
# Do `set' in a subshell so we don't clobber the current shell's
Lines 2245-2255 Link Here
2245
      # if, for instance, CONFIG_SHELL is bash and it inherits a
2548
      # if, for instance, CONFIG_SHELL is bash and it inherits a
2246
      # broken ls alias from the environment.  This has actually
2549
      # broken ls alias from the environment.  This has actually
2247
      # happened.  Such a system could not be considered "sane".
2550
      # happened.  Such a system could not be considered "sane".
2248
      { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
2551
      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2249
alias in your environment" >&5
2552
alias in your environment" "$LINENO" 5
2250
$as_echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
2251
alias in your environment" >&2;}
2252
   { (exit 1); exit 1; }; }
2253
   fi
2553
   fi
2254
2554
2255
   test "$2" = conftest.file
2555
   test "$2" = conftest.file
Lines 2258-2270 Link Here
2258
   # Ok.
2558
   # Ok.
2259
   :
2559
   :
2260
else
2560
else
2261
   { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2561
   as_fn_error $? "newly created file is older than distributed files!
2262
Check your system clock" >&5
2562
Check your system clock" "$LINENO" 5
2263
$as_echo "$as_me: error: newly created file is older than distributed files!
2264
Check your system clock" >&2;}
2265
   { (exit 1); exit 1; }; }
2266
fi
2563
fi
2267
{ $as_echo "$as_me:$LINENO: result: yes" >&5
2564
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2268
$as_echo "yes" >&6; }
2565
$as_echo "yes" >&6; }
2269
test "$program_prefix" != NONE &&
2566
test "$program_prefix" != NONE &&
2270
  program_transform_name="s&^&$program_prefix&;$program_transform_name"
2567
  program_transform_name="s&^&$program_prefix&;$program_transform_name"
Lines 2292-2298 Link Here
2292
  am_missing_run="$MISSING --run "
2589
  am_missing_run="$MISSING --run "
2293
else
2590
else
2294
  am_missing_run=
2591
  am_missing_run=
2295
  { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2592
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2296
$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2593
$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2297
fi
2594
fi
2298
2595
Lines 2313-2321 Link Here
2313
  if test -n "$ac_tool_prefix"; then
2610
  if test -n "$ac_tool_prefix"; then
2314
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2611
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2315
set dummy ${ac_tool_prefix}strip; ac_word=$2
2612
set dummy ${ac_tool_prefix}strip; ac_word=$2
2316
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2613
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2317
$as_echo_n "checking for $ac_word... " >&6; }
2614
$as_echo_n "checking for $ac_word... " >&6; }
2318
if test "${ac_cv_prog_STRIP+set}" = set; then
2615
if ${ac_cv_prog_STRIP+:} false; then :
2319
  $as_echo_n "(cached) " >&6
2616
  $as_echo_n "(cached) " >&6
2320
else
2617
else
2321
  if test -n "$STRIP"; then
2618
  if test -n "$STRIP"; then
Lines 2326-2349 Link Here
2326
do
2623
do
2327
  IFS=$as_save_IFS
2624
  IFS=$as_save_IFS
2328
  test -z "$as_dir" && as_dir=.
2625
  test -z "$as_dir" && as_dir=.
2329
  for ac_exec_ext in '' $ac_executable_extensions; do
2626
    for ac_exec_ext in '' $ac_executable_extensions; do
2330
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2627
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2331
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2628
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2332
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2629
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2333
    break 2
2630
    break 2
2334
  fi
2631
  fi
2335
done
2632
done
2336
done
2633
  done
2337
IFS=$as_save_IFS
2634
IFS=$as_save_IFS
2338
2635
2339
fi
2636
fi
2340
fi
2637
fi
2341
STRIP=$ac_cv_prog_STRIP
2638
STRIP=$ac_cv_prog_STRIP
2342
if test -n "$STRIP"; then
2639
if test -n "$STRIP"; then
2343
  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
2640
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2344
$as_echo "$STRIP" >&6; }
2641
$as_echo "$STRIP" >&6; }
2345
else
2642
else
2346
  { $as_echo "$as_me:$LINENO: result: no" >&5
2643
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2347
$as_echo "no" >&6; }
2644
$as_echo "no" >&6; }
2348
fi
2645
fi
2349
2646
Lines 2353-2361 Link Here
2353
  ac_ct_STRIP=$STRIP
2650
  ac_ct_STRIP=$STRIP
2354
  # Extract the first word of "strip", so it can be a program name with args.
2651
  # Extract the first word of "strip", so it can be a program name with args.
2355
set dummy strip; ac_word=$2
2652
set dummy strip; ac_word=$2
2356
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2653
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2357
$as_echo_n "checking for $ac_word... " >&6; }
2654
$as_echo_n "checking for $ac_word... " >&6; }
2358
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2655
if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2359
  $as_echo_n "(cached) " >&6
2656
  $as_echo_n "(cached) " >&6
2360
else
2657
else
2361
  if test -n "$ac_ct_STRIP"; then
2658
  if test -n "$ac_ct_STRIP"; then
Lines 2366-2389 Link Here
2366
do
2663
do
2367
  IFS=$as_save_IFS
2664
  IFS=$as_save_IFS
2368
  test -z "$as_dir" && as_dir=.
2665
  test -z "$as_dir" && as_dir=.
2369
  for ac_exec_ext in '' $ac_executable_extensions; do
2666
    for ac_exec_ext in '' $ac_executable_extensions; do
2370
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2667
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2371
    ac_cv_prog_ac_ct_STRIP="strip"
2668
    ac_cv_prog_ac_ct_STRIP="strip"
2372
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2669
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2373
    break 2
2670
    break 2
2374
  fi
2671
  fi
2375
done
2672
done
2376
done
2673
  done
2377
IFS=$as_save_IFS
2674
IFS=$as_save_IFS
2378
2675
2379
fi
2676
fi
2380
fi
2677
fi
2381
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2678
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2382
if test -n "$ac_ct_STRIP"; then
2679
if test -n "$ac_ct_STRIP"; then
2383
  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2680
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2384
$as_echo "$ac_ct_STRIP" >&6; }
2681
$as_echo "$ac_ct_STRIP" >&6; }
2385
else
2682
else
2386
  { $as_echo "$as_me:$LINENO: result: no" >&5
2683
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2387
$as_echo "no" >&6; }
2684
$as_echo "no" >&6; }
2388
fi
2685
fi
2389
2686
Lines 2392-2398 Link Here
2392
  else
2689
  else
2393
    case $cross_compiling:$ac_tool_warned in
2690
    case $cross_compiling:$ac_tool_warned in
2394
yes:)
2691
yes:)
2395
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2692
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2396
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2693
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2397
ac_tool_warned=yes ;;
2694
ac_tool_warned=yes ;;
2398
esac
2695
esac
Lines 2405-2414 Link Here
2405
fi
2702
fi
2406
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2703
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2407
2704
2408
{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
2705
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2409
$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2706
$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2410
if test -z "$MKDIR_P"; then
2707
if test -z "$MKDIR_P"; then
2411
  if test "${ac_cv_path_mkdir+set}" = set; then
2708
  if ${ac_cv_path_mkdir+:} false; then :
2412
  $as_echo_n "(cached) " >&6
2709
  $as_echo_n "(cached) " >&6
2413
else
2710
else
2414
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2711
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Lines 2416-2424 Link Here
2416
do
2713
do
2417
  IFS=$as_save_IFS
2714
  IFS=$as_save_IFS
2418
  test -z "$as_dir" && as_dir=.
2715
  test -z "$as_dir" && as_dir=.
2419
  for ac_prog in mkdir gmkdir; do
2716
    for ac_prog in mkdir gmkdir; do
2420
	 for ac_exec_ext in '' $ac_executable_extensions; do
2717
	 for ac_exec_ext in '' $ac_executable_extensions; do
2421
	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2718
	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2422
	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2719
	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2423
	     'mkdir (GNU coreutils) '* | \
2720
	     'mkdir (GNU coreutils) '* | \
2424
	     'mkdir (coreutils) '* | \
2721
	     'mkdir (coreutils) '* | \
Lines 2428-2438 Link Here
2428
	   esac
2725
	   esac
2429
	 done
2726
	 done
2430
       done
2727
       done
2431
done
2728
  done
2432
IFS=$as_save_IFS
2729
IFS=$as_save_IFS
2433
2730
2434
fi
2731
fi
2435
2732
2733
  test -d ./--version && rmdir ./--version
2436
  if test "${ac_cv_path_mkdir+set}" = set; then
2734
  if test "${ac_cv_path_mkdir+set}" = set; then
2437
    MKDIR_P="$ac_cv_path_mkdir -p"
2735
    MKDIR_P="$ac_cv_path_mkdir -p"
2438
  else
2736
  else
Lines 2440-2450 Link Here
2440
    # value for MKDIR_P within a source directory, because that will
2738
    # value for MKDIR_P within a source directory, because that will
2441
    # break other packages using the cache if that directory is
2739
    # break other packages using the cache if that directory is
2442
    # removed, or if the value is a relative name.
2740
    # removed, or if the value is a relative name.
2443
    test -d ./--version && rmdir ./--version
2444
    MKDIR_P="$ac_install_sh -d"
2741
    MKDIR_P="$ac_install_sh -d"
2445
  fi
2742
  fi
2446
fi
2743
fi
2447
{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
2744
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2448
$as_echo "$MKDIR_P" >&6; }
2745
$as_echo "$MKDIR_P" >&6; }
2449
2746
2450
mkdir_p="$MKDIR_P"
2747
mkdir_p="$MKDIR_P"
Lines 2457-2465 Link Here
2457
do
2754
do
2458
  # Extract the first word of "$ac_prog", so it can be a program name with args.
2755
  # Extract the first word of "$ac_prog", so it can be a program name with args.
2459
set dummy $ac_prog; ac_word=$2
2756
set dummy $ac_prog; ac_word=$2
2460
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2757
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2461
$as_echo_n "checking for $ac_word... " >&6; }
2758
$as_echo_n "checking for $ac_word... " >&6; }
2462
if test "${ac_cv_prog_AWK+set}" = set; then
2759
if ${ac_cv_prog_AWK+:} false; then :
2463
  $as_echo_n "(cached) " >&6
2760
  $as_echo_n "(cached) " >&6
2464
else
2761
else
2465
  if test -n "$AWK"; then
2762
  if test -n "$AWK"; then
Lines 2470-2493 Link Here
2470
do
2767
do
2471
  IFS=$as_save_IFS
2768
  IFS=$as_save_IFS
2472
  test -z "$as_dir" && as_dir=.
2769
  test -z "$as_dir" && as_dir=.
2473
  for ac_exec_ext in '' $ac_executable_extensions; do
2770
    for ac_exec_ext in '' $ac_executable_extensions; do
2474
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2771
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2475
    ac_cv_prog_AWK="$ac_prog"
2772
    ac_cv_prog_AWK="$ac_prog"
2476
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2773
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2477
    break 2
2774
    break 2
2478
  fi
2775
  fi
2479
done
2776
done
2480
done
2777
  done
2481
IFS=$as_save_IFS
2778
IFS=$as_save_IFS
2482
2779
2483
fi
2780
fi
2484
fi
2781
fi
2485
AWK=$ac_cv_prog_AWK
2782
AWK=$ac_cv_prog_AWK
2486
if test -n "$AWK"; then
2783
if test -n "$AWK"; then
2487
  { $as_echo "$as_me:$LINENO: result: $AWK" >&5
2784
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2488
$as_echo "$AWK" >&6; }
2785
$as_echo "$AWK" >&6; }
2489
else
2786
else
2490
  { $as_echo "$as_me:$LINENO: result: no" >&5
2787
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2491
$as_echo "no" >&6; }
2788
$as_echo "no" >&6; }
2492
fi
2789
fi
2493
2790
Lines 2495-2505 Link Here
2495
  test -n "$AWK" && break
2792
  test -n "$AWK" && break
2496
done
2793
done
2497
2794
2498
{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2795
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2499
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2796
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2500
set x ${MAKE-make}
2797
set x ${MAKE-make}
2501
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2798
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2502
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2799
if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2503
  $as_echo_n "(cached) " >&6
2800
  $as_echo_n "(cached) " >&6
2504
else
2801
else
2505
  cat >conftest.make <<\_ACEOF
2802
  cat >conftest.make <<\_ACEOF
Lines 2507-2513 Link Here
2507
all:
2804
all:
2508
	@echo '@@@%%%=$(MAKE)=@@@%%%'
2805
	@echo '@@@%%%=$(MAKE)=@@@%%%'
2509
_ACEOF
2806
_ACEOF
2510
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2807
# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2511
case `${MAKE-make} -f conftest.make 2>/dev/null` in
2808
case `${MAKE-make} -f conftest.make 2>/dev/null` in
2512
  *@@@%%%=?*=@@@%%%*)
2809
  *@@@%%%=?*=@@@%%%*)
2513
    eval ac_cv_prog_make_${ac_make}_set=yes;;
2810
    eval ac_cv_prog_make_${ac_make}_set=yes;;
Lines 2517-2527 Link Here
2517
rm -f conftest.make
2814
rm -f conftest.make
2518
fi
2815
fi
2519
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2816
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2520
  { $as_echo "$as_me:$LINENO: result: yes" >&5
2817
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2521
$as_echo "yes" >&6; }
2818
$as_echo "yes" >&6; }
2522
  SET_MAKE=
2819
  SET_MAKE=
2523
else
2820
else
2524
  { $as_echo "$as_me:$LINENO: result: no" >&5
2821
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2525
$as_echo "no" >&6; }
2822
$as_echo "no" >&6; }
2526
  SET_MAKE="MAKE=${MAKE-make}"
2823
  SET_MAKE="MAKE=${MAKE-make}"
2527
fi
2824
fi
Lines 2541-2549 Link Here
2541
  am__isrc=' -I$(srcdir)'
2838
  am__isrc=' -I$(srcdir)'
2542
  # test to see if srcdir already configured
2839
  # test to see if srcdir already configured
2543
  if test -f $srcdir/config.status; then
2840
  if test -f $srcdir/config.status; then
2544
    { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2841
    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2545
$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2546
   { (exit 1); exit 1; }; }
2547
  fi
2842
  fi
2548
fi
2843
fi
2549
2844
Lines 2602-2617 Link Here
2602
ac_config_headers="$ac_config_headers config.h"
2897
ac_config_headers="$ac_config_headers config.h"
2603
2898
2604
2899
2605
{ $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
2900
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2606
$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2901
$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2607
    # Check whether --enable-maintainer-mode was given.
2902
    # Check whether --enable-maintainer-mode was given.
2608
if test "${enable_maintainer_mode+set}" = set; then
2903
if test "${enable_maintainer_mode+set}" = set; then :
2609
  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2904
  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2610
else
2905
else
2611
  USE_MAINTAINER_MODE=no
2906
  USE_MAINTAINER_MODE=no
2612
fi
2907
fi
2613
2908
2614
  { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
2909
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2615
$as_echo "$USE_MAINTAINER_MODE" >&6; }
2910
$as_echo "$USE_MAINTAINER_MODE" >&6; }
2616
   if test $USE_MAINTAINER_MODE = yes; then
2911
   if test $USE_MAINTAINER_MODE = yes; then
2617
  MAINTAINER_MODE_TRUE=
2912
  MAINTAINER_MODE_TRUE=
Lines 2637-2643 Link Here
2637
.PHONY: am__doit
2932
.PHONY: am__doit
2638
END
2933
END
2639
# If we don't find an include directive, just comment out the code.
2934
# If we don't find an include directive, just comment out the code.
2640
{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2935
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
2641
$as_echo_n "checking for style of include used by $am_make... " >&6; }
2936
$as_echo_n "checking for style of include used by $am_make... " >&6; }
2642
am__include="#"
2937
am__include="#"
2643
am__quote=
2938
am__quote=
Lines 2665-2676 Link Here
2665
fi
2960
fi
2666
2961
2667
2962
2668
{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5
2963
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
2669
$as_echo "$_am_result" >&6; }
2964
$as_echo "$_am_result" >&6; }
2670
rm -f confinc confmf
2965
rm -f confinc confmf
2671
2966
2672
# Check whether --enable-dependency-tracking was given.
2967
# Check whether --enable-dependency-tracking was given.
2673
if test "${enable_dependency_tracking+set}" = set; then
2968
if test "${enable_dependency_tracking+set}" = set; then :
2674
  enableval=$enable_dependency_tracking;
2969
  enableval=$enable_dependency_tracking;
2675
fi
2970
fi
2676
2971
Lines 2695-2703 Link Here
2695
if test -n "$ac_tool_prefix"; then
2990
if test -n "$ac_tool_prefix"; then
2696
  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2991
  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2697
set dummy ${ac_tool_prefix}gcc; ac_word=$2
2992
set dummy ${ac_tool_prefix}gcc; ac_word=$2
2698
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2993
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2699
$as_echo_n "checking for $ac_word... " >&6; }
2994
$as_echo_n "checking for $ac_word... " >&6; }
2700
if test "${ac_cv_prog_CC+set}" = set; then
2995
if ${ac_cv_prog_CC+:} false; then :
2701
  $as_echo_n "(cached) " >&6
2996
  $as_echo_n "(cached) " >&6
2702
else
2997
else
2703
  if test -n "$CC"; then
2998
  if test -n "$CC"; then
Lines 2708-2731 Link Here
2708
do
3003
do
2709
  IFS=$as_save_IFS
3004
  IFS=$as_save_IFS
2710
  test -z "$as_dir" && as_dir=.
3005
  test -z "$as_dir" && as_dir=.
2711
  for ac_exec_ext in '' $ac_executable_extensions; do
3006
    for ac_exec_ext in '' $ac_executable_extensions; do
2712
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3007
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2713
    ac_cv_prog_CC="${ac_tool_prefix}gcc"
3008
    ac_cv_prog_CC="${ac_tool_prefix}gcc"
2714
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3009
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2715
    break 2
3010
    break 2
2716
  fi
3011
  fi
2717
done
3012
done
2718
done
3013
  done
2719
IFS=$as_save_IFS
3014
IFS=$as_save_IFS
2720
3015
2721
fi
3016
fi
2722
fi
3017
fi
2723
CC=$ac_cv_prog_CC
3018
CC=$ac_cv_prog_CC
2724
if test -n "$CC"; then
3019
if test -n "$CC"; then
2725
  { $as_echo "$as_me:$LINENO: result: $CC" >&5
3020
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2726
$as_echo "$CC" >&6; }
3021
$as_echo "$CC" >&6; }
2727
else
3022
else
2728
  { $as_echo "$as_me:$LINENO: result: no" >&5
3023
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2729
$as_echo "no" >&6; }
3024
$as_echo "no" >&6; }
2730
fi
3025
fi
2731
3026
Lines 2735-2743 Link Here
2735
  ac_ct_CC=$CC
3030
  ac_ct_CC=$CC
2736
  # Extract the first word of "gcc", so it can be a program name with args.
3031
  # Extract the first word of "gcc", so it can be a program name with args.
2737
set dummy gcc; ac_word=$2
3032
set dummy gcc; ac_word=$2
2738
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3033
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2739
$as_echo_n "checking for $ac_word... " >&6; }
3034
$as_echo_n "checking for $ac_word... " >&6; }
2740
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3035
if ${ac_cv_prog_ac_ct_CC+:} false; then :
2741
  $as_echo_n "(cached) " >&6
3036
  $as_echo_n "(cached) " >&6
2742
else
3037
else
2743
  if test -n "$ac_ct_CC"; then
3038
  if test -n "$ac_ct_CC"; then
Lines 2748-2771 Link Here
2748
do
3043
do
2749
  IFS=$as_save_IFS
3044
  IFS=$as_save_IFS
2750
  test -z "$as_dir" && as_dir=.
3045
  test -z "$as_dir" && as_dir=.
2751
  for ac_exec_ext in '' $ac_executable_extensions; do
3046
    for ac_exec_ext in '' $ac_executable_extensions; do
2752
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3047
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2753
    ac_cv_prog_ac_ct_CC="gcc"
3048
    ac_cv_prog_ac_ct_CC="gcc"
2754
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3049
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2755
    break 2
3050
    break 2
2756
  fi
3051
  fi
2757
done
3052
done
2758
done
3053
  done
2759
IFS=$as_save_IFS
3054
IFS=$as_save_IFS
2760
3055
2761
fi
3056
fi
2762
fi
3057
fi
2763
ac_ct_CC=$ac_cv_prog_ac_ct_CC
3058
ac_ct_CC=$ac_cv_prog_ac_ct_CC
2764
if test -n "$ac_ct_CC"; then
3059
if test -n "$ac_ct_CC"; then
2765
  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3060
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2766
$as_echo "$ac_ct_CC" >&6; }
3061
$as_echo "$ac_ct_CC" >&6; }
2767
else
3062
else
2768
  { $as_echo "$as_me:$LINENO: result: no" >&5
3063
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2769
$as_echo "no" >&6; }
3064
$as_echo "no" >&6; }
2770
fi
3065
fi
2771
3066
Lines 2774-2780 Link Here
2774
  else
3069
  else
2775
    case $cross_compiling:$ac_tool_warned in
3070
    case $cross_compiling:$ac_tool_warned in
2776
yes:)
3071
yes:)
2777
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3072
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2778
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3073
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2779
ac_tool_warned=yes ;;
3074
ac_tool_warned=yes ;;
2780
esac
3075
esac
Lines 2788-2796 Link Here
2788
          if test -n "$ac_tool_prefix"; then
3083
          if test -n "$ac_tool_prefix"; then
2789
    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3084
    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2790
set dummy ${ac_tool_prefix}cc; ac_word=$2
3085
set dummy ${ac_tool_prefix}cc; ac_word=$2
2791
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3086
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2792
$as_echo_n "checking for $ac_word... " >&6; }
3087
$as_echo_n "checking for $ac_word... " >&6; }
2793
if test "${ac_cv_prog_CC+set}" = set; then
3088
if ${ac_cv_prog_CC+:} false; then :
2794
  $as_echo_n "(cached) " >&6
3089
  $as_echo_n "(cached) " >&6
2795
else
3090
else
2796
  if test -n "$CC"; then
3091
  if test -n "$CC"; then
Lines 2801-2824 Link Here
2801
do
3096
do
2802
  IFS=$as_save_IFS
3097
  IFS=$as_save_IFS
2803
  test -z "$as_dir" && as_dir=.
3098
  test -z "$as_dir" && as_dir=.
2804
  for ac_exec_ext in '' $ac_executable_extensions; do
3099
    for ac_exec_ext in '' $ac_executable_extensions; do
2805
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3100
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2806
    ac_cv_prog_CC="${ac_tool_prefix}cc"
3101
    ac_cv_prog_CC="${ac_tool_prefix}cc"
2807
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3102
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2808
    break 2
3103
    break 2
2809
  fi
3104
  fi
2810
done
3105
done
2811
done
3106
  done
2812
IFS=$as_save_IFS
3107
IFS=$as_save_IFS
2813
3108
2814
fi
3109
fi
2815
fi
3110
fi
2816
CC=$ac_cv_prog_CC
3111
CC=$ac_cv_prog_CC
2817
if test -n "$CC"; then
3112
if test -n "$CC"; then
2818
  { $as_echo "$as_me:$LINENO: result: $CC" >&5
3113
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2819
$as_echo "$CC" >&6; }
3114
$as_echo "$CC" >&6; }
2820
else
3115
else
2821
  { $as_echo "$as_me:$LINENO: result: no" >&5
3116
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2822
$as_echo "no" >&6; }
3117
$as_echo "no" >&6; }
2823
fi
3118
fi
2824
3119
Lines 2828-2836 Link Here
2828
if test -z "$CC"; then
3123
if test -z "$CC"; then
2829
  # Extract the first word of "cc", so it can be a program name with args.
3124
  # Extract the first word of "cc", so it can be a program name with args.
2830
set dummy cc; ac_word=$2
3125
set dummy cc; ac_word=$2
2831
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3126
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2832
$as_echo_n "checking for $ac_word... " >&6; }
3127
$as_echo_n "checking for $ac_word... " >&6; }
2833
if test "${ac_cv_prog_CC+set}" = set; then
3128
if ${ac_cv_prog_CC+:} false; then :
2834
  $as_echo_n "(cached) " >&6
3129
  $as_echo_n "(cached) " >&6
2835
else
3130
else
2836
  if test -n "$CC"; then
3131
  if test -n "$CC"; then
Lines 2842-2859 Link Here
2842
do
3137
do
2843
  IFS=$as_save_IFS
3138
  IFS=$as_save_IFS
2844
  test -z "$as_dir" && as_dir=.
3139
  test -z "$as_dir" && as_dir=.
2845
  for ac_exec_ext in '' $ac_executable_extensions; do
3140
    for ac_exec_ext in '' $ac_executable_extensions; do
2846
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3141
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2847
    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3142
    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2848
       ac_prog_rejected=yes
3143
       ac_prog_rejected=yes
2849
       continue
3144
       continue
2850
     fi
3145
     fi
2851
    ac_cv_prog_CC="cc"
3146
    ac_cv_prog_CC="cc"
2852
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3147
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2853
    break 2
3148
    break 2
2854
  fi
3149
  fi
2855
done
3150
done
2856
done
3151
  done
2857
IFS=$as_save_IFS
3152
IFS=$as_save_IFS
2858
3153
2859
if test $ac_prog_rejected = yes; then
3154
if test $ac_prog_rejected = yes; then
Lines 2872-2881 Link Here
2872
fi
3167
fi
2873
CC=$ac_cv_prog_CC
3168
CC=$ac_cv_prog_CC
2874
if test -n "$CC"; then
3169
if test -n "$CC"; then
2875
  { $as_echo "$as_me:$LINENO: result: $CC" >&5
3170
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2876
$as_echo "$CC" >&6; }
3171
$as_echo "$CC" >&6; }
2877
else
3172
else
2878
  { $as_echo "$as_me:$LINENO: result: no" >&5
3173
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2879
$as_echo "no" >&6; }
3174
$as_echo "no" >&6; }
2880
fi
3175
fi
2881
3176
Lines 2887-2895 Link Here
2887
  do
3182
  do
2888
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3183
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2889
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3184
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2890
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3185
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2891
$as_echo_n "checking for $ac_word... " >&6; }
3186
$as_echo_n "checking for $ac_word... " >&6; }
2892
if test "${ac_cv_prog_CC+set}" = set; then
3187
if ${ac_cv_prog_CC+:} false; then :
2893
  $as_echo_n "(cached) " >&6
3188
  $as_echo_n "(cached) " >&6
2894
else
3189
else
2895
  if test -n "$CC"; then
3190
  if test -n "$CC"; then
Lines 2900-2923 Link Here
2900
do
3195
do
2901
  IFS=$as_save_IFS
3196
  IFS=$as_save_IFS
2902
  test -z "$as_dir" && as_dir=.
3197
  test -z "$as_dir" && as_dir=.
2903
  for ac_exec_ext in '' $ac_executable_extensions; do
3198
    for ac_exec_ext in '' $ac_executable_extensions; do
2904
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3199
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2905
    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3200
    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2906
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3201
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2907
    break 2
3202
    break 2
2908
  fi
3203
  fi
2909
done
3204
done
2910
done
3205
  done
2911
IFS=$as_save_IFS
3206
IFS=$as_save_IFS
2912
3207
2913
fi
3208
fi
2914
fi
3209
fi
2915
CC=$ac_cv_prog_CC
3210
CC=$ac_cv_prog_CC
2916
if test -n "$CC"; then
3211
if test -n "$CC"; then
2917
  { $as_echo "$as_me:$LINENO: result: $CC" >&5
3212
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2918
$as_echo "$CC" >&6; }
3213
$as_echo "$CC" >&6; }
2919
else
3214
else
2920
  { $as_echo "$as_me:$LINENO: result: no" >&5
3215
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2921
$as_echo "no" >&6; }
3216
$as_echo "no" >&6; }
2922
fi
3217
fi
2923
3218
Lines 2931-2939 Link Here
2931
do
3226
do
2932
  # Extract the first word of "$ac_prog", so it can be a program name with args.
3227
  # Extract the first word of "$ac_prog", so it can be a program name with args.
2933
set dummy $ac_prog; ac_word=$2
3228
set dummy $ac_prog; ac_word=$2
2934
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3229
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2935
$as_echo_n "checking for $ac_word... " >&6; }
3230
$as_echo_n "checking for $ac_word... " >&6; }
2936
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3231
if ${ac_cv_prog_ac_ct_CC+:} false; then :
2937
  $as_echo_n "(cached) " >&6
3232
  $as_echo_n "(cached) " >&6
2938
else
3233
else
2939
  if test -n "$ac_ct_CC"; then
3234
  if test -n "$ac_ct_CC"; then
Lines 2944-2967 Link Here
2944
do
3239
do
2945
  IFS=$as_save_IFS
3240
  IFS=$as_save_IFS
2946
  test -z "$as_dir" && as_dir=.
3241
  test -z "$as_dir" && as_dir=.
2947
  for ac_exec_ext in '' $ac_executable_extensions; do
3242
    for ac_exec_ext in '' $ac_executable_extensions; do
2948
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3243
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2949
    ac_cv_prog_ac_ct_CC="$ac_prog"
3244
    ac_cv_prog_ac_ct_CC="$ac_prog"
2950
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3245
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2951
    break 2
3246
    break 2
2952
  fi
3247
  fi
2953
done
3248
done
2954
done
3249
  done
2955
IFS=$as_save_IFS
3250
IFS=$as_save_IFS
2956
3251
2957
fi
3252
fi
2958
fi
3253
fi
2959
ac_ct_CC=$ac_cv_prog_ac_ct_CC
3254
ac_ct_CC=$ac_cv_prog_ac_ct_CC
2960
if test -n "$ac_ct_CC"; then
3255
if test -n "$ac_ct_CC"; then
2961
  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3256
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2962
$as_echo "$ac_ct_CC" >&6; }
3257
$as_echo "$ac_ct_CC" >&6; }
2963
else
3258
else
2964
  { $as_echo "$as_me:$LINENO: result: no" >&5
3259
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2965
$as_echo "no" >&6; }
3260
$as_echo "no" >&6; }
2966
fi
3261
fi
2967
3262
Lines 2974-2980 Link Here
2974
  else
3269
  else
2975
    case $cross_compiling:$ac_tool_warned in
3270
    case $cross_compiling:$ac_tool_warned in
2976
yes:)
3271
yes:)
2977
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3272
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2978
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3273
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2979
ac_tool_warned=yes ;;
3274
ac_tool_warned=yes ;;
2980
esac
3275
esac
Lines 2985-3041 Link Here
2985
fi
3280
fi
2986
3281
2987
3282
2988
test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3283
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2989
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3284
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2990
{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3285
as_fn_error $? "no acceptable C compiler found in \$PATH
2991
See \`config.log' for more details." >&5
3286
See \`config.log' for more details" "$LINENO" 5; }
2992
$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2993
See \`config.log' for more details." >&2;}
2994
   { (exit 1); exit 1; }; }; }
2995
3287
2996
# Provide some information about the compiler.
3288
# Provide some information about the compiler.
2997
$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
3289
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2998
set X $ac_compile
3290
set X $ac_compile
2999
ac_compiler=$2
3291
ac_compiler=$2
3000
{ (ac_try="$ac_compiler --version >&5"
3292
for ac_option in --version -v -V -qversion; do
3001
case "(($ac_try" in
3293
  { { ac_try="$ac_compiler $ac_option >&5"
3002
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3294
case "(($ac_try" in
3003
  *) ac_try_echo=$ac_try;;
3295
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3004
esac
3296
  *) ac_try_echo=$ac_try;;
3005
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3297
esac
3006
$as_echo "$ac_try_echo") >&5
3298
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3007
  (eval "$ac_compiler --version >&5") 2>&5
3299
$as_echo "$ac_try_echo"; } >&5
3008
  ac_status=$?
3300
  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3009
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3301
  ac_status=$?
3010
  (exit $ac_status); }
3302
  if test -s conftest.err; then
3011
{ (ac_try="$ac_compiler -v >&5"
3303
    sed '10a\
3012
case "(($ac_try" in
3304
... rest of stderr output deleted ...
3013
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3305
         10q' conftest.err >conftest.er1
3014
  *) ac_try_echo=$ac_try;;
3306
    cat conftest.er1 >&5
3015
esac
3307
  fi
3016
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3308
  rm -f conftest.er1 conftest.err
3017
$as_echo "$ac_try_echo") >&5
3309
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3018
  (eval "$ac_compiler -v >&5") 2>&5
3310
  test $ac_status = 0; }
3019
  ac_status=$?
3311
done
3020
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3021
  (exit $ac_status); }
3022
{ (ac_try="$ac_compiler -V >&5"
3023
case "(($ac_try" in
3024
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3025
  *) ac_try_echo=$ac_try;;
3026
esac
3027
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3028
$as_echo "$ac_try_echo") >&5
3029
  (eval "$ac_compiler -V >&5") 2>&5
3030
  ac_status=$?
3031
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3032
  (exit $ac_status); }
3033
3312
3034
cat >conftest.$ac_ext <<_ACEOF
3313
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3035
/* confdefs.h.  */
3036
_ACEOF
3037
cat confdefs.h >>conftest.$ac_ext
3038
cat >>conftest.$ac_ext <<_ACEOF
3039
/* end confdefs.h.  */
3314
/* end confdefs.h.  */
3040
3315
3041
int
3316
int
Lines 3051-3058 Link Here
3051
# Try to create an executable without -o first, disregard a.out.
3326
# Try to create an executable without -o first, disregard a.out.
3052
# It will help us diagnose broken compilers, and finding out an intuition
3327
# It will help us diagnose broken compilers, and finding out an intuition
3053
# of exeext.
3328
# of exeext.
3054
{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3329
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3055
$as_echo_n "checking for C compiler default output file name... " >&6; }
3330
$as_echo_n "checking whether the C compiler works... " >&6; }
3056
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3331
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3057
3332
3058
# The possible output files:
3333
# The possible output files:
Lines 3068-3084 Link Here
3068
done
3343
done
3069
rm -f $ac_rmfiles
3344
rm -f $ac_rmfiles
3070
3345
3071
if { (ac_try="$ac_link_default"
3346
if { { ac_try="$ac_link_default"
3072
case "(($ac_try" in
3347
case "(($ac_try" in
3073
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3348
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3074
  *) ac_try_echo=$ac_try;;
3349
  *) ac_try_echo=$ac_try;;
3075
esac
3350
esac
3076
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3351
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3077
$as_echo "$ac_try_echo") >&5
3352
$as_echo "$ac_try_echo"; } >&5
3078
  (eval "$ac_link_default") 2>&5
3353
  (eval "$ac_link_default") 2>&5
3079
  ac_status=$?
3354
  ac_status=$?
3080
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3355
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3081
  (exit $ac_status); }; then
3356
  test $ac_status = 0; }; then :
3082
  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3357
  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3083
# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3358
# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3084
# in a Makefile.  We should not override ac_cv_exeext if it was cached,
3359
# in a Makefile.  We should not override ac_cv_exeext if it was cached,
Lines 3095-3101 Link Here
3095
	# certainly right.
3370
	# certainly right.
3096
	break;;
3371
	break;;
3097
    *.* )
3372
    *.* )
3098
        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3373
	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3099
	then :; else
3374
	then :; else
3100
	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3375
	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3101
	fi
3376
	fi
Lines 3114-3197 Link Here
3114
else
3389
else
3115
  ac_file=''
3390
  ac_file=''
3116
fi
3391
fi
3392
if test -z "$ac_file"; then :
3393
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3394
$as_echo "no" >&6; }
3395
$as_echo "$as_me: failed program was:" >&5
3396
sed 's/^/| /' conftest.$ac_ext >&5
3117
3397
3118
{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
3398
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3399
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3400
as_fn_error 77 "C compiler cannot create executables
3401
See \`config.log' for more details" "$LINENO" 5; }
3402
else
3403
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3404
$as_echo "yes" >&6; }
3405
fi
3406
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3407
$as_echo_n "checking for C compiler default output file name... " >&6; }
3408
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3119
$as_echo "$ac_file" >&6; }
3409
$as_echo "$ac_file" >&6; }
3120
if test -z "$ac_file"; then
3121
  $as_echo "$as_me: failed program was:" >&5
3122
sed 's/^/| /' conftest.$ac_ext >&5
3123
3124
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3125
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3126
{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
3127
See \`config.log' for more details." >&5
3128
$as_echo "$as_me: error: C compiler cannot create executables
3129
See \`config.log' for more details." >&2;}
3130
   { (exit 77); exit 77; }; }; }
3131
fi
3132
3133
ac_exeext=$ac_cv_exeext
3410
ac_exeext=$ac_cv_exeext
3134
3411
3135
# Check that the compiler produces executables we can run.  If not, either
3136
# the compiler is broken, or we cross compile.
3137
{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3138
$as_echo_n "checking whether the C compiler works... " >&6; }
3139
# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3140
# If not cross compiling, check that we can run a simple program.
3141
if test "$cross_compiling" != yes; then
3142
  if { ac_try='./$ac_file'
3143
  { (case "(($ac_try" in
3144
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3145
  *) ac_try_echo=$ac_try;;
3146
esac
3147
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3148
$as_echo "$ac_try_echo") >&5
3149
  (eval "$ac_try") 2>&5
3150
  ac_status=$?
3151
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3152
  (exit $ac_status); }; }; then
3153
    cross_compiling=no
3154
  else
3155
    if test "$cross_compiling" = maybe; then
3156
	cross_compiling=yes
3157
    else
3158
	{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3159
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3160
{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
3161
If you meant to cross compile, use \`--host'.
3162
See \`config.log' for more details." >&5
3163
$as_echo "$as_me: error: cannot run C compiled programs.
3164
If you meant to cross compile, use \`--host'.
3165
See \`config.log' for more details." >&2;}
3166
   { (exit 1); exit 1; }; }; }
3167
    fi
3168
  fi
3169
fi
3170
{ $as_echo "$as_me:$LINENO: result: yes" >&5
3171
$as_echo "yes" >&6; }
3172
3173
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3412
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3174
ac_clean_files=$ac_clean_files_save
3413
ac_clean_files=$ac_clean_files_save
3175
# Check that the compiler produces executables we can run.  If not, either
3414
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3176
# the compiler is broken, or we cross compile.
3177
{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3178
$as_echo_n "checking whether we are cross compiling... " >&6; }
3179
{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
3180
$as_echo "$cross_compiling" >&6; }
3181
3182
{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
3183
$as_echo_n "checking for suffix of executables... " >&6; }
3415
$as_echo_n "checking for suffix of executables... " >&6; }
3184
if { (ac_try="$ac_link"
3416
if { { ac_try="$ac_link"
3185
case "(($ac_try" in
3417
case "(($ac_try" in
3186
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3418
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3187
  *) ac_try_echo=$ac_try;;
3419
  *) ac_try_echo=$ac_try;;
3188
esac
3420
esac
3189
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3421
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3190
$as_echo "$ac_try_echo") >&5
3422
$as_echo "$ac_try_echo"; } >&5
3191
  (eval "$ac_link") 2>&5
3423
  (eval "$ac_link") 2>&5
3192
  ac_status=$?
3424
  ac_status=$?
3193
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3425
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3194
  (exit $ac_status); }; then
3426
  test $ac_status = 0; }; then :
3195
  # If both `conftest.exe' and `conftest' are `present' (well, observable)
3427
  # If both `conftest.exe' and `conftest' are `present' (well, observable)
3196
# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3428
# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3197
# work properly (i.e., refer to `conftest.exe'), while it won't with
3429
# work properly (i.e., refer to `conftest.exe'), while it won't with
Lines 3206-3237 Link Here
3206
  esac
3438
  esac
3207
done
3439
done
3208
else
3440
else
3209
  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3441
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3210
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3442
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3211
{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3443
as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3212
See \`config.log' for more details." >&5
3444
See \`config.log' for more details" "$LINENO" 5; }
3213
$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3214
See \`config.log' for more details." >&2;}
3215
   { (exit 1); exit 1; }; }; }
3216
fi
3445
fi
3217
3446
rm -f conftest conftest$ac_cv_exeext
3218
rm -f conftest$ac_cv_exeext
3447
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3219
{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3220
$as_echo "$ac_cv_exeext" >&6; }
3448
$as_echo "$ac_cv_exeext" >&6; }
3221
3449
3222
rm -f conftest.$ac_ext
3450
rm -f conftest.$ac_ext
3223
EXEEXT=$ac_cv_exeext
3451
EXEEXT=$ac_cv_exeext
3224
ac_exeext=$EXEEXT
3452
ac_exeext=$EXEEXT
3225
{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
3453
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3454
/* end confdefs.h.  */
3455
#include <stdio.h>
3456
int
3457
main ()
3458
{
3459
FILE *f = fopen ("conftest.out", "w");
3460
 return ferror (f) || fclose (f) != 0;
3461
3462
  ;
3463
  return 0;
3464
}
3465
_ACEOF
3466
ac_clean_files="$ac_clean_files conftest.out"
3467
# Check that the compiler produces executables we can run.  If not, either
3468
# the compiler is broken, or we cross compile.
3469
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3470
$as_echo_n "checking whether we are cross compiling... " >&6; }
3471
if test "$cross_compiling" != yes; then
3472
  { { ac_try="$ac_link"
3473
case "(($ac_try" in
3474
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3475
  *) ac_try_echo=$ac_try;;
3476
esac
3477
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3478
$as_echo "$ac_try_echo"; } >&5
3479
  (eval "$ac_link") 2>&5
3480
  ac_status=$?
3481
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3482
  test $ac_status = 0; }
3483
  if { ac_try='./conftest$ac_cv_exeext'
3484
  { { case "(($ac_try" in
3485
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3486
  *) ac_try_echo=$ac_try;;
3487
esac
3488
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3489
$as_echo "$ac_try_echo"; } >&5
3490
  (eval "$ac_try") 2>&5
3491
  ac_status=$?
3492
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3493
  test $ac_status = 0; }; }; then
3494
    cross_compiling=no
3495
  else
3496
    if test "$cross_compiling" = maybe; then
3497
	cross_compiling=yes
3498
    else
3499
	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3500
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3501
as_fn_error $? "cannot run C compiled programs.
3502
If you meant to cross compile, use \`--host'.
3503
See \`config.log' for more details" "$LINENO" 5; }
3504
    fi
3505
  fi
3506
fi
3507
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3508
$as_echo "$cross_compiling" >&6; }
3509
3510
rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3511
ac_clean_files=$ac_clean_files_save
3512
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3226
$as_echo_n "checking for suffix of object files... " >&6; }
3513
$as_echo_n "checking for suffix of object files... " >&6; }
3227
if test "${ac_cv_objext+set}" = set; then
3514
if ${ac_cv_objext+:} false; then :
3228
  $as_echo_n "(cached) " >&6
3515
  $as_echo_n "(cached) " >&6
3229
else
3516
else
3230
  cat >conftest.$ac_ext <<_ACEOF
3517
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3231
/* confdefs.h.  */
3232
_ACEOF
3233
cat confdefs.h >>conftest.$ac_ext
3234
cat >>conftest.$ac_ext <<_ACEOF
3235
/* end confdefs.h.  */
3518
/* end confdefs.h.  */
3236
3519
3237
int
3520
int
Lines 3243-3259 Link Here
3243
}
3526
}
3244
_ACEOF
3527
_ACEOF
3245
rm -f conftest.o conftest.obj
3528
rm -f conftest.o conftest.obj
3246
if { (ac_try="$ac_compile"
3529
if { { ac_try="$ac_compile"
3247
case "(($ac_try" in
3530
case "(($ac_try" in
3248
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3531
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3249
  *) ac_try_echo=$ac_try;;
3532
  *) ac_try_echo=$ac_try;;
3250
esac
3533
esac
3251
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3534
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3252
$as_echo "$ac_try_echo") >&5
3535
$as_echo "$ac_try_echo"; } >&5
3253
  (eval "$ac_compile") 2>&5
3536
  (eval "$ac_compile") 2>&5
3254
  ac_status=$?
3537
  ac_status=$?
3255
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3538
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3256
  (exit $ac_status); }; then
3539
  test $ac_status = 0; }; then :
3257
  for ac_file in conftest.o conftest.obj conftest.*; do
3540
  for ac_file in conftest.o conftest.obj conftest.*; do
3258
  test -f "$ac_file" || continue;
3541
  test -f "$ac_file" || continue;
3259
  case $ac_file in
3542
  case $ac_file in
Lines 3266-3296 Link Here
3266
  $as_echo "$as_me: failed program was:" >&5
3549
  $as_echo "$as_me: failed program was:" >&5
3267
sed 's/^/| /' conftest.$ac_ext >&5
3550
sed 's/^/| /' conftest.$ac_ext >&5
3268
3551
3269
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3552
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3270
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3553
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3271
{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3554
as_fn_error $? "cannot compute suffix of object files: cannot compile
3272
See \`config.log' for more details." >&5
3555
See \`config.log' for more details" "$LINENO" 5; }
3273
$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
3274
See \`config.log' for more details." >&2;}
3275
   { (exit 1); exit 1; }; }; }
3276
fi
3556
fi
3277
3278
rm -f conftest.$ac_cv_objext conftest.$ac_ext
3557
rm -f conftest.$ac_cv_objext conftest.$ac_ext
3279
fi
3558
fi
3280
{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3559
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3281
$as_echo "$ac_cv_objext" >&6; }
3560
$as_echo "$ac_cv_objext" >&6; }
3282
OBJEXT=$ac_cv_objext
3561
OBJEXT=$ac_cv_objext
3283
ac_objext=$OBJEXT
3562
ac_objext=$OBJEXT
3284
{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3563
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3285
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3564
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3286
if test "${ac_cv_c_compiler_gnu+set}" = set; then
3565
if ${ac_cv_c_compiler_gnu+:} false; then :
3287
  $as_echo_n "(cached) " >&6
3566
  $as_echo_n "(cached) " >&6
3288
else
3567
else
3289
  cat >conftest.$ac_ext <<_ACEOF
3568
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3290
/* confdefs.h.  */
3291
_ACEOF
3292
cat confdefs.h >>conftest.$ac_ext
3293
cat >>conftest.$ac_ext <<_ACEOF
3294
/* end confdefs.h.  */
3569
/* end confdefs.h.  */
3295
3570
3296
int
3571
int
Lines 3304-3340 Link Here
3304
  return 0;
3579
  return 0;
3305
}
3580
}
3306
_ACEOF
3581
_ACEOF
3307
rm -f conftest.$ac_objext
3582
if ac_fn_c_try_compile "$LINENO"; then :
3308
if { (ac_try="$ac_compile"
3309
case "(($ac_try" in
3310
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3311
  *) ac_try_echo=$ac_try;;
3312
esac
3313
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3314
$as_echo "$ac_try_echo") >&5
3315
  (eval "$ac_compile") 2>conftest.er1
3316
  ac_status=$?
3317
  grep -v '^ *+' conftest.er1 >conftest.err
3318
  rm -f conftest.er1
3319
  cat conftest.err >&5
3320
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3321
  (exit $ac_status); } && {
3322
	 test -z "$ac_c_werror_flag" ||
3323
	 test ! -s conftest.err
3324
       } && test -s conftest.$ac_objext; then
3325
  ac_compiler_gnu=yes
3583
  ac_compiler_gnu=yes
3326
else
3584
else
3327
  $as_echo "$as_me: failed program was:" >&5
3585
  ac_compiler_gnu=no
3328
sed 's/^/| /' conftest.$ac_ext >&5
3329
3330
	ac_compiler_gnu=no
3331
fi
3586
fi
3332
3333
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3587
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3334
ac_cv_c_compiler_gnu=$ac_compiler_gnu
3588
ac_cv_c_compiler_gnu=$ac_compiler_gnu
3335
3589
3336
fi
3590
fi
3337
{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3591
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3338
$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3592
$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3339
if test $ac_compiler_gnu = yes; then
3593
if test $ac_compiler_gnu = yes; then
3340
  GCC=yes
3594
  GCC=yes
Lines 3343-3362 Link Here
3343
fi
3597
fi
3344
ac_test_CFLAGS=${CFLAGS+set}
3598
ac_test_CFLAGS=${CFLAGS+set}
3345
ac_save_CFLAGS=$CFLAGS
3599
ac_save_CFLAGS=$CFLAGS
3346
{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3600
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3347
$as_echo_n "checking whether $CC accepts -g... " >&6; }
3601
$as_echo_n "checking whether $CC accepts -g... " >&6; }
3348
if test "${ac_cv_prog_cc_g+set}" = set; then
3602
if ${ac_cv_prog_cc_g+:} false; then :
3349
  $as_echo_n "(cached) " >&6
3603
  $as_echo_n "(cached) " >&6
3350
else
3604
else
3351
  ac_save_c_werror_flag=$ac_c_werror_flag
3605
  ac_save_c_werror_flag=$ac_c_werror_flag
3352
   ac_c_werror_flag=yes
3606
   ac_c_werror_flag=yes
3353
   ac_cv_prog_cc_g=no
3607
   ac_cv_prog_cc_g=no
3354
   CFLAGS="-g"
3608
   CFLAGS="-g"
3355
   cat >conftest.$ac_ext <<_ACEOF
3609
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3356
/* confdefs.h.  */
3357
_ACEOF
3358
cat confdefs.h >>conftest.$ac_ext
3359
cat >>conftest.$ac_ext <<_ACEOF
3360
/* end confdefs.h.  */
3610
/* end confdefs.h.  */
3361
3611
3362
int
3612
int
Lines 3367-3401 Link Here
3367
  return 0;
3617
  return 0;
3368
}
3618
}
3369
_ACEOF
3619
_ACEOF
3370
rm -f conftest.$ac_objext
3620
if ac_fn_c_try_compile "$LINENO"; then :
3371
if { (ac_try="$ac_compile"
3372
case "(($ac_try" in
3373
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3374
  *) ac_try_echo=$ac_try;;
3375
esac
3376
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3377
$as_echo "$ac_try_echo") >&5
3378
  (eval "$ac_compile") 2>conftest.er1
3379
  ac_status=$?
3380
  grep -v '^ *+' conftest.er1 >conftest.err
3381
  rm -f conftest.er1
3382
  cat conftest.err >&5
3383
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3384
  (exit $ac_status); } && {
3385
	 test -z "$ac_c_werror_flag" ||
3386
	 test ! -s conftest.err
3387
       } && test -s conftest.$ac_objext; then
3388
  ac_cv_prog_cc_g=yes
3621
  ac_cv_prog_cc_g=yes
3389
else
3622
else
3390
  $as_echo "$as_me: failed program was:" >&5
3623
  CFLAGS=""
3391
sed 's/^/| /' conftest.$ac_ext >&5
3624
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3392
3393
	CFLAGS=""
3394
      cat >conftest.$ac_ext <<_ACEOF
3395
/* confdefs.h.  */
3396
_ACEOF
3397
cat confdefs.h >>conftest.$ac_ext
3398
cat >>conftest.$ac_ext <<_ACEOF
3399
/* end confdefs.h.  */
3625
/* end confdefs.h.  */
3400
3626
3401
int
3627
int
Lines 3406-3441 Link Here
3406
  return 0;
3632
  return 0;
3407
}
3633
}
3408
_ACEOF
3634
_ACEOF
3409
rm -f conftest.$ac_objext
3635
if ac_fn_c_try_compile "$LINENO"; then :
3410
if { (ac_try="$ac_compile"
3636
3411
case "(($ac_try" in
3412
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3413
  *) ac_try_echo=$ac_try;;
3414
esac
3415
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3416
$as_echo "$ac_try_echo") >&5
3417
  (eval "$ac_compile") 2>conftest.er1
3418
  ac_status=$?
3419
  grep -v '^ *+' conftest.er1 >conftest.err
3420
  rm -f conftest.er1
3421
  cat conftest.err >&5
3422
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3423
  (exit $ac_status); } && {
3424
	 test -z "$ac_c_werror_flag" ||
3425
	 test ! -s conftest.err
3426
       } && test -s conftest.$ac_objext; then
3427
  :
3428
else
3637
else
3429
  $as_echo "$as_me: failed program was:" >&5
3638
  ac_c_werror_flag=$ac_save_c_werror_flag
3430
sed 's/^/| /' conftest.$ac_ext >&5
3431
3432
	ac_c_werror_flag=$ac_save_c_werror_flag
3433
	 CFLAGS="-g"
3639
	 CFLAGS="-g"
3434
	 cat >conftest.$ac_ext <<_ACEOF
3640
	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3435
/* confdefs.h.  */
3436
_ACEOF
3437
cat confdefs.h >>conftest.$ac_ext
3438
cat >>conftest.$ac_ext <<_ACEOF
3439
/* end confdefs.h.  */
3641
/* end confdefs.h.  */
3440
3642
3441
int
3643
int
Lines 3446-3487 Link Here
3446
  return 0;
3648
  return 0;
3447
}
3649
}
3448
_ACEOF
3650
_ACEOF
3449
rm -f conftest.$ac_objext
3651
if ac_fn_c_try_compile "$LINENO"; then :
3450
if { (ac_try="$ac_compile"
3451
case "(($ac_try" in
3452
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3453
  *) ac_try_echo=$ac_try;;
3454
esac
3455
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3456
$as_echo "$ac_try_echo") >&5
3457
  (eval "$ac_compile") 2>conftest.er1
3458
  ac_status=$?
3459
  grep -v '^ *+' conftest.er1 >conftest.err
3460
  rm -f conftest.er1
3461
  cat conftest.err >&5
3462
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3463
  (exit $ac_status); } && {
3464
	 test -z "$ac_c_werror_flag" ||
3465
	 test ! -s conftest.err
3466
       } && test -s conftest.$ac_objext; then
3467
  ac_cv_prog_cc_g=yes
3652
  ac_cv_prog_cc_g=yes
3468
else
3653
fi
3469
  $as_echo "$as_me: failed program was:" >&5
3654
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3470
sed 's/^/| /' conftest.$ac_ext >&5
3655
fi
3471
3656
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3472
3657
fi
3473
fi
3474
3475
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3476
fi
3477
3478
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3479
fi
3480
3481
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3658
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3482
   ac_c_werror_flag=$ac_save_c_werror_flag
3659
   ac_c_werror_flag=$ac_save_c_werror_flag
3483
fi
3660
fi
3484
{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3661
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3485
$as_echo "$ac_cv_prog_cc_g" >&6; }
3662
$as_echo "$ac_cv_prog_cc_g" >&6; }
3486
if test "$ac_test_CFLAGS" = set; then
3663
if test "$ac_test_CFLAGS" = set; then
3487
  CFLAGS=$ac_save_CFLAGS
3664
  CFLAGS=$ac_save_CFLAGS
Lines 3498-3520 Link Here
3498
    CFLAGS=
3675
    CFLAGS=
3499
  fi
3676
  fi
3500
fi
3677
fi
3501
{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3678
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3502
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3679
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3503
if test "${ac_cv_prog_cc_c89+set}" = set; then
3680
if ${ac_cv_prog_cc_c89+:} false; then :
3504
  $as_echo_n "(cached) " >&6
3681
  $as_echo_n "(cached) " >&6
3505
else
3682
else
3506
  ac_cv_prog_cc_c89=no
3683
  ac_cv_prog_cc_c89=no
3507
ac_save_CC=$CC
3684
ac_save_CC=$CC
3508
cat >conftest.$ac_ext <<_ACEOF
3685
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3509
/* confdefs.h.  */
3510
_ACEOF
3511
cat confdefs.h >>conftest.$ac_ext
3512
cat >>conftest.$ac_ext <<_ACEOF
3513
/* end confdefs.h.  */
3686
/* end confdefs.h.  */
3514
#include <stdarg.h>
3687
#include <stdarg.h>
3515
#include <stdio.h>
3688
#include <stdio.h>
3516
#include <sys/types.h>
3689
struct stat;
3517
#include <sys/stat.h>
3518
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3690
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3519
struct buf { int x; };
3691
struct buf { int x; };
3520
FILE * (*rcsopen) (struct buf *, struct stat *, int);
3692
FILE * (*rcsopen) (struct buf *, struct stat *, int);
Lines 3566-3597 Link Here
3566
	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3738
	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3567
do
3739
do
3568
  CC="$ac_save_CC $ac_arg"
3740
  CC="$ac_save_CC $ac_arg"
3569
  rm -f conftest.$ac_objext
3741
  if ac_fn_c_try_compile "$LINENO"; then :
3570
if { (ac_try="$ac_compile"
3571
case "(($ac_try" in
3572
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3573
  *) ac_try_echo=$ac_try;;
3574
esac
3575
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3576
$as_echo "$ac_try_echo") >&5
3577
  (eval "$ac_compile") 2>conftest.er1
3578
  ac_status=$?
3579
  grep -v '^ *+' conftest.er1 >conftest.err
3580
  rm -f conftest.er1
3581
  cat conftest.err >&5
3582
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3583
  (exit $ac_status); } && {
3584
	 test -z "$ac_c_werror_flag" ||
3585
	 test ! -s conftest.err
3586
       } && test -s conftest.$ac_objext; then
3587
  ac_cv_prog_cc_c89=$ac_arg
3742
  ac_cv_prog_cc_c89=$ac_arg
3588
else
3589
  $as_echo "$as_me: failed program was:" >&5
3590
sed 's/^/| /' conftest.$ac_ext >&5
3591
3592
3593
fi
3743
fi
3594
3595
rm -f core conftest.err conftest.$ac_objext
3744
rm -f core conftest.err conftest.$ac_objext
3596
  test "x$ac_cv_prog_cc_c89" != "xno" && break
3745
  test "x$ac_cv_prog_cc_c89" != "xno" && break
3597
done
3746
done
Lines 3602-3618 Link Here
3602
# AC_CACHE_VAL
3751
# AC_CACHE_VAL
3603
case "x$ac_cv_prog_cc_c89" in
3752
case "x$ac_cv_prog_cc_c89" in
3604
  x)
3753
  x)
3605
    { $as_echo "$as_me:$LINENO: result: none needed" >&5
3754
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3606
$as_echo "none needed" >&6; } ;;
3755
$as_echo "none needed" >&6; } ;;
3607
  xno)
3756
  xno)
3608
    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3757
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3609
$as_echo "unsupported" >&6; } ;;
3758
$as_echo "unsupported" >&6; } ;;
3610
  *)
3759
  *)
3611
    CC="$CC $ac_cv_prog_cc_c89"
3760
    CC="$CC $ac_cv_prog_cc_c89"
3612
    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3761
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3613
$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3762
$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3614
esac
3763
esac
3764
if test "x$ac_cv_prog_cc_c89" != xno; then :
3615
3765
3766
fi
3616
3767
3617
ac_ext=c
3768
ac_ext=c
3618
ac_cpp='$CPP $CPPFLAGS'
3769
ac_cpp='$CPP $CPPFLAGS'
Lines 3622-3630 Link Here
3622
3773
3623
depcc="$CC"   am_compiler_list=
3774
depcc="$CC"   am_compiler_list=
3624
3775
3625
{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3776
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3626
$as_echo_n "checking dependency style of $depcc... " >&6; }
3777
$as_echo_n "checking dependency style of $depcc... " >&6; }
3627
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3778
if ${am_cv_CC_dependencies_compiler_type+:} false; then :
3628
  $as_echo_n "(cached) " >&6
3779
  $as_echo_n "(cached) " >&6
3629
else
3780
else
3630
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3781
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
Lines 3732-3738 Link Here
3732
fi
3883
fi
3733
3884
3734
fi
3885
fi
3735
{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3886
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3736
$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3887
$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3737
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3888
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3738
3889
Lines 3748-3764 Link Here
3748
3899
3749
3900
3750
3901
3751
{ $as_echo "$as_me:$LINENO: checking for library containing strerror" >&5
3902
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3752
$as_echo_n "checking for library containing strerror... " >&6; }
3903
$as_echo_n "checking for library containing strerror... " >&6; }
3753
if test "${ac_cv_search_strerror+set}" = set; then
3904
if ${ac_cv_search_strerror+:} false; then :
3754
  $as_echo_n "(cached) " >&6
3905
  $as_echo_n "(cached) " >&6
3755
else
3906
else
3756
  ac_func_search_save_LIBS=$LIBS
3907
  ac_func_search_save_LIBS=$LIBS
3757
cat >conftest.$ac_ext <<_ACEOF
3908
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3758
/* confdefs.h.  */
3759
_ACEOF
3760
cat confdefs.h >>conftest.$ac_ext
3761
cat >>conftest.$ac_ext <<_ACEOF
3762
/* end confdefs.h.  */
3909
/* end confdefs.h.  */
3763
3910
3764
/* Override any GCC internal prototype to avoid an error.
3911
/* Override any GCC internal prototype to avoid an error.
Lines 3783-3836 Link Here
3783
    ac_res=-l$ac_lib
3930
    ac_res=-l$ac_lib
3784
    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
3931
    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
3785
  fi
3932
  fi
3786
  rm -f conftest.$ac_objext conftest$ac_exeext
3933
  if ac_fn_c_try_link "$LINENO"; then :
3787
if { (ac_try="$ac_link"
3788
case "(($ac_try" in
3789
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3790
  *) ac_try_echo=$ac_try;;
3791
esac
3792
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3793
$as_echo "$ac_try_echo") >&5
3794
  (eval "$ac_link") 2>conftest.er1
3795
  ac_status=$?
3796
  grep -v '^ *+' conftest.er1 >conftest.err
3797
  rm -f conftest.er1
3798
  cat conftest.err >&5
3799
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3800
  (exit $ac_status); } && {
3801
	 test -z "$ac_c_werror_flag" ||
3802
	 test ! -s conftest.err
3803
       } && test -s conftest$ac_exeext && {
3804
	 test "$cross_compiling" = yes ||
3805
	 $as_test_x conftest$ac_exeext
3806
       }; then
3807
  ac_cv_search_strerror=$ac_res
3934
  ac_cv_search_strerror=$ac_res
3808
else
3809
  $as_echo "$as_me: failed program was:" >&5
3810
sed 's/^/| /' conftest.$ac_ext >&5
3811
3812
3813
fi
3935
fi
3814
3936
rm -f core conftest.err conftest.$ac_objext \
3815
rm -rf conftest.dSYM
3937
    conftest$ac_exeext
3816
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3938
  if ${ac_cv_search_strerror+:} false; then :
3817
      conftest$ac_exeext
3818
  if test "${ac_cv_search_strerror+set}" = set; then
3819
  break
3939
  break
3820
fi
3940
fi
3821
done
3941
done
3822
if test "${ac_cv_search_strerror+set}" = set; then
3942
if ${ac_cv_search_strerror+:} false; then :
3823
  :
3943
3824
else
3944
else
3825
  ac_cv_search_strerror=no
3945
  ac_cv_search_strerror=no
3826
fi
3946
fi
3827
rm conftest.$ac_ext
3947
rm conftest.$ac_ext
3828
LIBS=$ac_func_search_save_LIBS
3948
LIBS=$ac_func_search_save_LIBS
3829
fi
3949
fi
3830
{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
3950
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3831
$as_echo "$ac_cv_search_strerror" >&6; }
3951
$as_echo "$ac_cv_search_strerror" >&6; }
3832
ac_res=$ac_cv_search_strerror
3952
ac_res=$ac_cv_search_strerror
3833
if test "$ac_res" != no; then
3953
if test "$ac_res" != no; then :
3834
  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3954
  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3835
3955
3836
fi
3956
fi
Lines 3843-3851 Link Here
3843
if test -n "$ac_tool_prefix"; then
3963
if test -n "$ac_tool_prefix"; then
3844
  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3964
  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3845
set dummy ${ac_tool_prefix}gcc; ac_word=$2
3965
set dummy ${ac_tool_prefix}gcc; ac_word=$2
3846
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3966
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3847
$as_echo_n "checking for $ac_word... " >&6; }
3967
$as_echo_n "checking for $ac_word... " >&6; }
3848
if test "${ac_cv_prog_CC+set}" = set; then
3968
if ${ac_cv_prog_CC+:} false; then :
3849
  $as_echo_n "(cached) " >&6
3969
  $as_echo_n "(cached) " >&6
3850
else
3970
else
3851
  if test -n "$CC"; then
3971
  if test -n "$CC"; then
Lines 3856-3879 Link Here
3856
do
3976
do
3857
  IFS=$as_save_IFS
3977
  IFS=$as_save_IFS
3858
  test -z "$as_dir" && as_dir=.
3978
  test -z "$as_dir" && as_dir=.
3859
  for ac_exec_ext in '' $ac_executable_extensions; do
3979
    for ac_exec_ext in '' $ac_executable_extensions; do
3860
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3980
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3861
    ac_cv_prog_CC="${ac_tool_prefix}gcc"
3981
    ac_cv_prog_CC="${ac_tool_prefix}gcc"
3862
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3982
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3863
    break 2
3983
    break 2
3864
  fi
3984
  fi
3865
done
3985
done
3866
done
3986
  done
3867
IFS=$as_save_IFS
3987
IFS=$as_save_IFS
3868
3988
3869
fi
3989
fi
3870
fi
3990
fi
3871
CC=$ac_cv_prog_CC
3991
CC=$ac_cv_prog_CC
3872
if test -n "$CC"; then
3992
if test -n "$CC"; then
3873
  { $as_echo "$as_me:$LINENO: result: $CC" >&5
3993
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3874
$as_echo "$CC" >&6; }
3994
$as_echo "$CC" >&6; }
3875
else
3995
else
3876
  { $as_echo "$as_me:$LINENO: result: no" >&5
3996
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3877
$as_echo "no" >&6; }
3997
$as_echo "no" >&6; }
3878
fi
3998
fi
3879
3999
Lines 3883-3891 Link Here
3883
  ac_ct_CC=$CC
4003
  ac_ct_CC=$CC
3884
  # Extract the first word of "gcc", so it can be a program name with args.
4004
  # Extract the first word of "gcc", so it can be a program name with args.
3885
set dummy gcc; ac_word=$2
4005
set dummy gcc; ac_word=$2
3886
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4006
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3887
$as_echo_n "checking for $ac_word... " >&6; }
4007
$as_echo_n "checking for $ac_word... " >&6; }
3888
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4008
if ${ac_cv_prog_ac_ct_CC+:} false; then :
3889
  $as_echo_n "(cached) " >&6
4009
  $as_echo_n "(cached) " >&6
3890
else
4010
else
3891
  if test -n "$ac_ct_CC"; then
4011
  if test -n "$ac_ct_CC"; then
Lines 3896-3919 Link Here
3896
do
4016
do
3897
  IFS=$as_save_IFS
4017
  IFS=$as_save_IFS
3898
  test -z "$as_dir" && as_dir=.
4018
  test -z "$as_dir" && as_dir=.
3899
  for ac_exec_ext in '' $ac_executable_extensions; do
4019
    for ac_exec_ext in '' $ac_executable_extensions; do
3900
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4020
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3901
    ac_cv_prog_ac_ct_CC="gcc"
4021
    ac_cv_prog_ac_ct_CC="gcc"
3902
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4022
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3903
    break 2
4023
    break 2
3904
  fi
4024
  fi
3905
done
4025
done
3906
done
4026
  done
3907
IFS=$as_save_IFS
4027
IFS=$as_save_IFS
3908
4028
3909
fi
4029
fi
3910
fi
4030
fi
3911
ac_ct_CC=$ac_cv_prog_ac_ct_CC
4031
ac_ct_CC=$ac_cv_prog_ac_ct_CC
3912
if test -n "$ac_ct_CC"; then
4032
if test -n "$ac_ct_CC"; then
3913
  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4033
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3914
$as_echo "$ac_ct_CC" >&6; }
4034
$as_echo "$ac_ct_CC" >&6; }
3915
else
4035
else
3916
  { $as_echo "$as_me:$LINENO: result: no" >&5
4036
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3917
$as_echo "no" >&6; }
4037
$as_echo "no" >&6; }
3918
fi
4038
fi
3919
4039
Lines 3922-3928 Link Here
3922
  else
4042
  else
3923
    case $cross_compiling:$ac_tool_warned in
4043
    case $cross_compiling:$ac_tool_warned in
3924
yes:)
4044
yes:)
3925
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4045
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3926
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4046
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3927
ac_tool_warned=yes ;;
4047
ac_tool_warned=yes ;;
3928
esac
4048
esac
Lines 3936-3944 Link Here
3936
          if test -n "$ac_tool_prefix"; then
4056
          if test -n "$ac_tool_prefix"; then
3937
    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4057
    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3938
set dummy ${ac_tool_prefix}cc; ac_word=$2
4058
set dummy ${ac_tool_prefix}cc; ac_word=$2
3939
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4059
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3940
$as_echo_n "checking for $ac_word... " >&6; }
4060
$as_echo_n "checking for $ac_word... " >&6; }
3941
if test "${ac_cv_prog_CC+set}" = set; then
4061
if ${ac_cv_prog_CC+:} false; then :
3942
  $as_echo_n "(cached) " >&6
4062
  $as_echo_n "(cached) " >&6
3943
else
4063
else
3944
  if test -n "$CC"; then
4064
  if test -n "$CC"; then
Lines 3949-3972 Link Here
3949
do
4069
do
3950
  IFS=$as_save_IFS
4070
  IFS=$as_save_IFS
3951
  test -z "$as_dir" && as_dir=.
4071
  test -z "$as_dir" && as_dir=.
3952
  for ac_exec_ext in '' $ac_executable_extensions; do
4072
    for ac_exec_ext in '' $ac_executable_extensions; do
3953
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4073
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3954
    ac_cv_prog_CC="${ac_tool_prefix}cc"
4074
    ac_cv_prog_CC="${ac_tool_prefix}cc"
3955
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4075
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3956
    break 2
4076
    break 2
3957
  fi
4077
  fi
3958
done
4078
done
3959
done
4079
  done
3960
IFS=$as_save_IFS
4080
IFS=$as_save_IFS
3961
4081
3962
fi
4082
fi
3963
fi
4083
fi
3964
CC=$ac_cv_prog_CC
4084
CC=$ac_cv_prog_CC
3965
if test -n "$CC"; then
4085
if test -n "$CC"; then
3966
  { $as_echo "$as_me:$LINENO: result: $CC" >&5
4086
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3967
$as_echo "$CC" >&6; }
4087
$as_echo "$CC" >&6; }
3968
else
4088
else
3969
  { $as_echo "$as_me:$LINENO: result: no" >&5
4089
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3970
$as_echo "no" >&6; }
4090
$as_echo "no" >&6; }
3971
fi
4091
fi
3972
4092
Lines 3976-3984 Link Here
3976
if test -z "$CC"; then
4096
if test -z "$CC"; then
3977
  # Extract the first word of "cc", so it can be a program name with args.
4097
  # Extract the first word of "cc", so it can be a program name with args.
3978
set dummy cc; ac_word=$2
4098
set dummy cc; ac_word=$2
3979
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4099
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3980
$as_echo_n "checking for $ac_word... " >&6; }
4100
$as_echo_n "checking for $ac_word... " >&6; }
3981
if test "${ac_cv_prog_CC+set}" = set; then
4101
if ${ac_cv_prog_CC+:} false; then :
3982
  $as_echo_n "(cached) " >&6
4102
  $as_echo_n "(cached) " >&6
3983
else
4103
else
3984
  if test -n "$CC"; then
4104
  if test -n "$CC"; then
Lines 3990-4007 Link Here
3990
do
4110
do
3991
  IFS=$as_save_IFS
4111
  IFS=$as_save_IFS
3992
  test -z "$as_dir" && as_dir=.
4112
  test -z "$as_dir" && as_dir=.
3993
  for ac_exec_ext in '' $ac_executable_extensions; do
4113
    for ac_exec_ext in '' $ac_executable_extensions; do
3994
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4114
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3995
    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4115
    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3996
       ac_prog_rejected=yes
4116
       ac_prog_rejected=yes
3997
       continue
4117
       continue
3998
     fi
4118
     fi
3999
    ac_cv_prog_CC="cc"
4119
    ac_cv_prog_CC="cc"
4000
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4120
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4001
    break 2
4121
    break 2
4002
  fi
4122
  fi
4003
done
4123
done
4004
done
4124
  done
4005
IFS=$as_save_IFS
4125
IFS=$as_save_IFS
4006
4126
4007
if test $ac_prog_rejected = yes; then
4127
if test $ac_prog_rejected = yes; then
Lines 4020-4029 Link Here
4020
fi
4140
fi
4021
CC=$ac_cv_prog_CC
4141
CC=$ac_cv_prog_CC
4022
if test -n "$CC"; then
4142
if test -n "$CC"; then
4023
  { $as_echo "$as_me:$LINENO: result: $CC" >&5
4143
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4024
$as_echo "$CC" >&6; }
4144
$as_echo "$CC" >&6; }
4025
else
4145
else
4026
  { $as_echo "$as_me:$LINENO: result: no" >&5
4146
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4027
$as_echo "no" >&6; }
4147
$as_echo "no" >&6; }
4028
fi
4148
fi
4029
4149
Lines 4035-4043 Link Here
4035
  do
4155
  do
4036
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4156
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4037
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4157
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4038
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4158
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4039
$as_echo_n "checking for $ac_word... " >&6; }
4159
$as_echo_n "checking for $ac_word... " >&6; }
4040
if test "${ac_cv_prog_CC+set}" = set; then
4160
if ${ac_cv_prog_CC+:} false; then :
4041
  $as_echo_n "(cached) " >&6
4161
  $as_echo_n "(cached) " >&6
4042
else
4162
else
4043
  if test -n "$CC"; then
4163
  if test -n "$CC"; then
Lines 4048-4071 Link Here
4048
do
4168
do
4049
  IFS=$as_save_IFS
4169
  IFS=$as_save_IFS
4050
  test -z "$as_dir" && as_dir=.
4170
  test -z "$as_dir" && as_dir=.
4051
  for ac_exec_ext in '' $ac_executable_extensions; do
4171
    for ac_exec_ext in '' $ac_executable_extensions; do
4052
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4172
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4053
    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4173
    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4054
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4174
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4055
    break 2
4175
    break 2
4056
  fi
4176
  fi
4057
done
4177
done
4058
done
4178
  done
4059
IFS=$as_save_IFS
4179
IFS=$as_save_IFS
4060
4180
4061
fi
4181
fi
4062
fi
4182
fi
4063
CC=$ac_cv_prog_CC
4183
CC=$ac_cv_prog_CC
4064
if test -n "$CC"; then
4184
if test -n "$CC"; then
4065
  { $as_echo "$as_me:$LINENO: result: $CC" >&5
4185
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4066
$as_echo "$CC" >&6; }
4186
$as_echo "$CC" >&6; }
4067
else
4187
else
4068
  { $as_echo "$as_me:$LINENO: result: no" >&5
4188
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4069
$as_echo "no" >&6; }
4189
$as_echo "no" >&6; }
4070
fi
4190
fi
4071
4191
Lines 4079-4087 Link Here
4079
do
4199
do
4080
  # Extract the first word of "$ac_prog", so it can be a program name with args.
4200
  # Extract the first word of "$ac_prog", so it can be a program name with args.
4081
set dummy $ac_prog; ac_word=$2
4201
set dummy $ac_prog; ac_word=$2
4082
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4202
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4083
$as_echo_n "checking for $ac_word... " >&6; }
4203
$as_echo_n "checking for $ac_word... " >&6; }
4084
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4204
if ${ac_cv_prog_ac_ct_CC+:} false; then :
4085
  $as_echo_n "(cached) " >&6
4205
  $as_echo_n "(cached) " >&6
4086
else
4206
else
4087
  if test -n "$ac_ct_CC"; then
4207
  if test -n "$ac_ct_CC"; then
Lines 4092-4115 Link Here
4092
do
4212
do
4093
  IFS=$as_save_IFS
4213
  IFS=$as_save_IFS
4094
  test -z "$as_dir" && as_dir=.
4214
  test -z "$as_dir" && as_dir=.
4095
  for ac_exec_ext in '' $ac_executable_extensions; do
4215
    for ac_exec_ext in '' $ac_executable_extensions; do
4096
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4216
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4097
    ac_cv_prog_ac_ct_CC="$ac_prog"
4217
    ac_cv_prog_ac_ct_CC="$ac_prog"
4098
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4218
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4099
    break 2
4219
    break 2
4100
  fi
4220
  fi
4101
done
4221
done
4102
done
4222
  done
4103
IFS=$as_save_IFS
4223
IFS=$as_save_IFS
4104
4224
4105
fi
4225
fi
4106
fi
4226
fi
4107
ac_ct_CC=$ac_cv_prog_ac_ct_CC
4227
ac_ct_CC=$ac_cv_prog_ac_ct_CC
4108
if test -n "$ac_ct_CC"; then
4228
if test -n "$ac_ct_CC"; then
4109
  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4229
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4110
$as_echo "$ac_ct_CC" >&6; }
4230
$as_echo "$ac_ct_CC" >&6; }
4111
else
4231
else
4112
  { $as_echo "$as_me:$LINENO: result: no" >&5
4232
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4113
$as_echo "no" >&6; }
4233
$as_echo "no" >&6; }
4114
fi
4234
fi
4115
4235
Lines 4122-4128 Link Here
4122
  else
4242
  else
4123
    case $cross_compiling:$ac_tool_warned in
4243
    case $cross_compiling:$ac_tool_warned in
4124
yes:)
4244
yes:)
4125
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4245
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4126
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4246
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4127
ac_tool_warned=yes ;;
4247
ac_tool_warned=yes ;;
4128
esac
4248
esac
Lines 4133-4194 Link Here
4133
fi
4253
fi
4134
4254
4135
4255
4136
test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4256
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4137
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4257
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4138
{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
4258
as_fn_error $? "no acceptable C compiler found in \$PATH
4139
See \`config.log' for more details." >&5
4259
See \`config.log' for more details" "$LINENO" 5; }
4140
$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
4141
See \`config.log' for more details." >&2;}
4142
   { (exit 1); exit 1; }; }; }
4143
4260
4144
# Provide some information about the compiler.
4261
# Provide some information about the compiler.
4145
$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
4262
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4146
set X $ac_compile
4263
set X $ac_compile
4147
ac_compiler=$2
4264
ac_compiler=$2
4148
{ (ac_try="$ac_compiler --version >&5"
4265
for ac_option in --version -v -V -qversion; do
4149
case "(($ac_try" in
4266
  { { ac_try="$ac_compiler $ac_option >&5"
4150
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4267
case "(($ac_try" in
4151
  *) ac_try_echo=$ac_try;;
4268
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4152
esac
4269
  *) ac_try_echo=$ac_try;;
4153
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4270
esac
4154
$as_echo "$ac_try_echo") >&5
4271
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4155
  (eval "$ac_compiler --version >&5") 2>&5
4272
$as_echo "$ac_try_echo"; } >&5
4156
  ac_status=$?
4273
  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4157
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4274
  ac_status=$?
4158
  (exit $ac_status); }
4275
  if test -s conftest.err; then
4159
{ (ac_try="$ac_compiler -v >&5"
4276
    sed '10a\
4160
case "(($ac_try" in
4277
... rest of stderr output deleted ...
4161
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4278
         10q' conftest.err >conftest.er1
4162
  *) ac_try_echo=$ac_try;;
4279
    cat conftest.er1 >&5
4163
esac
4280
  fi
4164
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4281
  rm -f conftest.er1 conftest.err
4165
$as_echo "$ac_try_echo") >&5
4282
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4166
  (eval "$ac_compiler -v >&5") 2>&5
4283
  test $ac_status = 0; }
4167
  ac_status=$?
4284
done
4168
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4169
  (exit $ac_status); }
4170
{ (ac_try="$ac_compiler -V >&5"
4171
case "(($ac_try" in
4172
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4173
  *) ac_try_echo=$ac_try;;
4174
esac
4175
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4176
$as_echo "$ac_try_echo") >&5
4177
  (eval "$ac_compiler -V >&5") 2>&5
4178
  ac_status=$?
4179
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4180
  (exit $ac_status); }
4181
4285
4182
{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
4286
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4183
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4287
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4184
if test "${ac_cv_c_compiler_gnu+set}" = set; then
4288
if ${ac_cv_c_compiler_gnu+:} false; then :
4185
  $as_echo_n "(cached) " >&6
4289
  $as_echo_n "(cached) " >&6
4186
else
4290
else
4187
  cat >conftest.$ac_ext <<_ACEOF
4291
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4188
/* confdefs.h.  */
4189
_ACEOF
4190
cat confdefs.h >>conftest.$ac_ext
4191
cat >>conftest.$ac_ext <<_ACEOF
4192
/* end confdefs.h.  */
4292
/* end confdefs.h.  */
4193
4293
4194
int
4294
int
Lines 4202-4238 Link Here
4202
  return 0;
4302
  return 0;
4203
}
4303
}
4204
_ACEOF
4304
_ACEOF
4205
rm -f conftest.$ac_objext
4305
if ac_fn_c_try_compile "$LINENO"; then :
4206
if { (ac_try="$ac_compile"
4207
case "(($ac_try" in
4208
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4209
  *) ac_try_echo=$ac_try;;
4210
esac
4211
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4212
$as_echo "$ac_try_echo") >&5
4213
  (eval "$ac_compile") 2>conftest.er1
4214
  ac_status=$?
4215
  grep -v '^ *+' conftest.er1 >conftest.err
4216
  rm -f conftest.er1
4217
  cat conftest.err >&5
4218
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4219
  (exit $ac_status); } && {
4220
	 test -z "$ac_c_werror_flag" ||
4221
	 test ! -s conftest.err
4222
       } && test -s conftest.$ac_objext; then
4223
  ac_compiler_gnu=yes
4306
  ac_compiler_gnu=yes
4224
else
4307
else
4225
  $as_echo "$as_me: failed program was:" >&5
4308
  ac_compiler_gnu=no
4226
sed 's/^/| /' conftest.$ac_ext >&5
4227
4228
	ac_compiler_gnu=no
4229
fi
4309
fi
4230
4231
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4310
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4232
ac_cv_c_compiler_gnu=$ac_compiler_gnu
4311
ac_cv_c_compiler_gnu=$ac_compiler_gnu
4233
4312
4234
fi
4313
fi
4235
{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
4314
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4236
$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4315
$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4237
if test $ac_compiler_gnu = yes; then
4316
if test $ac_compiler_gnu = yes; then
4238
  GCC=yes
4317
  GCC=yes
Lines 4241-4260 Link Here
4241
fi
4320
fi
4242
ac_test_CFLAGS=${CFLAGS+set}
4321
ac_test_CFLAGS=${CFLAGS+set}
4243
ac_save_CFLAGS=$CFLAGS
4322
ac_save_CFLAGS=$CFLAGS
4244
{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
4323
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4245
$as_echo_n "checking whether $CC accepts -g... " >&6; }
4324
$as_echo_n "checking whether $CC accepts -g... " >&6; }
4246
if test "${ac_cv_prog_cc_g+set}" = set; then
4325
if ${ac_cv_prog_cc_g+:} false; then :
4247
  $as_echo_n "(cached) " >&6
4326
  $as_echo_n "(cached) " >&6
4248
else
4327
else
4249
  ac_save_c_werror_flag=$ac_c_werror_flag
4328
  ac_save_c_werror_flag=$ac_c_werror_flag
4250
   ac_c_werror_flag=yes
4329
   ac_c_werror_flag=yes
4251
   ac_cv_prog_cc_g=no
4330
   ac_cv_prog_cc_g=no
4252
   CFLAGS="-g"
4331
   CFLAGS="-g"
4253
   cat >conftest.$ac_ext <<_ACEOF
4332
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4254
/* confdefs.h.  */
4255
_ACEOF
4256
cat confdefs.h >>conftest.$ac_ext
4257
cat >>conftest.$ac_ext <<_ACEOF
4258
/* end confdefs.h.  */
4333
/* end confdefs.h.  */
4259
4334
4260
int
4335
int
Lines 4265-4299 Link Here
4265
  return 0;
4340
  return 0;
4266
}
4341
}
4267
_ACEOF
4342
_ACEOF
4268
rm -f conftest.$ac_objext
4343
if ac_fn_c_try_compile "$LINENO"; then :
4269
if { (ac_try="$ac_compile"
4270
case "(($ac_try" in
4271
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4272
  *) ac_try_echo=$ac_try;;
4273
esac
4274
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4275
$as_echo "$ac_try_echo") >&5
4276
  (eval "$ac_compile") 2>conftest.er1
4277
  ac_status=$?
4278
  grep -v '^ *+' conftest.er1 >conftest.err
4279
  rm -f conftest.er1
4280
  cat conftest.err >&5
4281
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4282
  (exit $ac_status); } && {
4283
	 test -z "$ac_c_werror_flag" ||
4284
	 test ! -s conftest.err
4285
       } && test -s conftest.$ac_objext; then
4286
  ac_cv_prog_cc_g=yes
4344
  ac_cv_prog_cc_g=yes
4287
else
4345
else
4288
  $as_echo "$as_me: failed program was:" >&5
4346
  CFLAGS=""
4289
sed 's/^/| /' conftest.$ac_ext >&5
4347
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4290
4291
	CFLAGS=""
4292
      cat >conftest.$ac_ext <<_ACEOF
4293
/* confdefs.h.  */
4294
_ACEOF
4295
cat confdefs.h >>conftest.$ac_ext
4296
cat >>conftest.$ac_ext <<_ACEOF
4297
/* end confdefs.h.  */
4348
/* end confdefs.h.  */
4298
4349
4299
int
4350
int
Lines 4304-4339 Link Here
4304
  return 0;
4355
  return 0;
4305
}
4356
}
4306
_ACEOF
4357
_ACEOF
4307
rm -f conftest.$ac_objext
4358
if ac_fn_c_try_compile "$LINENO"; then :
4308
if { (ac_try="$ac_compile"
4359
4309
case "(($ac_try" in
4310
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4311
  *) ac_try_echo=$ac_try;;
4312
esac
4313
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4314
$as_echo "$ac_try_echo") >&5
4315
  (eval "$ac_compile") 2>conftest.er1
4316
  ac_status=$?
4317
  grep -v '^ *+' conftest.er1 >conftest.err
4318
  rm -f conftest.er1
4319
  cat conftest.err >&5
4320
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4321
  (exit $ac_status); } && {
4322
	 test -z "$ac_c_werror_flag" ||
4323
	 test ! -s conftest.err
4324
       } && test -s conftest.$ac_objext; then
4325
  :
4326
else
4360
else
4327
  $as_echo "$as_me: failed program was:" >&5
4361
  ac_c_werror_flag=$ac_save_c_werror_flag
4328
sed 's/^/| /' conftest.$ac_ext >&5
4329
4330
	ac_c_werror_flag=$ac_save_c_werror_flag
4331
	 CFLAGS="-g"
4362
	 CFLAGS="-g"
4332
	 cat >conftest.$ac_ext <<_ACEOF
4363
	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4333
/* confdefs.h.  */
4334
_ACEOF
4335
cat confdefs.h >>conftest.$ac_ext
4336
cat >>conftest.$ac_ext <<_ACEOF
4337
/* end confdefs.h.  */
4364
/* end confdefs.h.  */
4338
4365
4339
int
4366
int
Lines 4344-4385 Link Here
4344
  return 0;
4371
  return 0;
4345
}
4372
}
4346
_ACEOF
4373
_ACEOF
4347
rm -f conftest.$ac_objext
4374
if ac_fn_c_try_compile "$LINENO"; then :
4348
if { (ac_try="$ac_compile"
4349
case "(($ac_try" in
4350
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4351
  *) ac_try_echo=$ac_try;;
4352
esac
4353
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4354
$as_echo "$ac_try_echo") >&5
4355
  (eval "$ac_compile") 2>conftest.er1
4356
  ac_status=$?
4357
  grep -v '^ *+' conftest.er1 >conftest.err
4358
  rm -f conftest.er1
4359
  cat conftest.err >&5
4360
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4361
  (exit $ac_status); } && {
4362
	 test -z "$ac_c_werror_flag" ||
4363
	 test ! -s conftest.err
4364
       } && test -s conftest.$ac_objext; then
4365
  ac_cv_prog_cc_g=yes
4375
  ac_cv_prog_cc_g=yes
4366
else
4376
fi
4367
  $as_echo "$as_me: failed program was:" >&5
4377
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4368
sed 's/^/| /' conftest.$ac_ext >&5
4378
fi
4369
4379
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4370
4380
fi
4371
fi
4372
4373
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4374
fi
4375
4376
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4377
fi
4378
4379
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4381
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4380
   ac_c_werror_flag=$ac_save_c_werror_flag
4382
   ac_c_werror_flag=$ac_save_c_werror_flag
4381
fi
4383
fi
4382
{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
4384
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4383
$as_echo "$ac_cv_prog_cc_g" >&6; }
4385
$as_echo "$ac_cv_prog_cc_g" >&6; }
4384
if test "$ac_test_CFLAGS" = set; then
4386
if test "$ac_test_CFLAGS" = set; then
4385
  CFLAGS=$ac_save_CFLAGS
4387
  CFLAGS=$ac_save_CFLAGS
Lines 4396-4418 Link Here
4396
    CFLAGS=
4398
    CFLAGS=
4397
  fi
4399
  fi
4398
fi
4400
fi
4399
{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
4401
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4400
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4402
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4401
if test "${ac_cv_prog_cc_c89+set}" = set; then
4403
if ${ac_cv_prog_cc_c89+:} false; then :
4402
  $as_echo_n "(cached) " >&6
4404
  $as_echo_n "(cached) " >&6
4403
else
4405
else
4404
  ac_cv_prog_cc_c89=no
4406
  ac_cv_prog_cc_c89=no
4405
ac_save_CC=$CC
4407
ac_save_CC=$CC
4406
cat >conftest.$ac_ext <<_ACEOF
4408
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4407
/* confdefs.h.  */
4408
_ACEOF
4409
cat confdefs.h >>conftest.$ac_ext
4410
cat >>conftest.$ac_ext <<_ACEOF
4411
/* end confdefs.h.  */
4409
/* end confdefs.h.  */
4412
#include <stdarg.h>
4410
#include <stdarg.h>
4413
#include <stdio.h>
4411
#include <stdio.h>
4414
#include <sys/types.h>
4412
struct stat;
4415
#include <sys/stat.h>
4416
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4413
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4417
struct buf { int x; };
4414
struct buf { int x; };
4418
FILE * (*rcsopen) (struct buf *, struct stat *, int);
4415
FILE * (*rcsopen) (struct buf *, struct stat *, int);
Lines 4464-4495 Link Here
4464
	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4461
	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4465
do
4462
do
4466
  CC="$ac_save_CC $ac_arg"
4463
  CC="$ac_save_CC $ac_arg"
4467
  rm -f conftest.$ac_objext
4464
  if ac_fn_c_try_compile "$LINENO"; then :
4468
if { (ac_try="$ac_compile"
4469
case "(($ac_try" in
4470
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4471
  *) ac_try_echo=$ac_try;;
4472
esac
4473
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4474
$as_echo "$ac_try_echo") >&5
4475
  (eval "$ac_compile") 2>conftest.er1
4476
  ac_status=$?
4477
  grep -v '^ *+' conftest.er1 >conftest.err
4478
  rm -f conftest.er1
4479
  cat conftest.err >&5
4480
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4481
  (exit $ac_status); } && {
4482
	 test -z "$ac_c_werror_flag" ||
4483
	 test ! -s conftest.err
4484
       } && test -s conftest.$ac_objext; then
4485
  ac_cv_prog_cc_c89=$ac_arg
4465
  ac_cv_prog_cc_c89=$ac_arg
4486
else
4487
  $as_echo "$as_me: failed program was:" >&5
4488
sed 's/^/| /' conftest.$ac_ext >&5
4489
4490
4491
fi
4466
fi
4492
4493
rm -f core conftest.err conftest.$ac_objext
4467
rm -f core conftest.err conftest.$ac_objext
4494
  test "x$ac_cv_prog_cc_c89" != "xno" && break
4468
  test "x$ac_cv_prog_cc_c89" != "xno" && break
4495
done
4469
done
Lines 4500-4516 Link Here
4500
# AC_CACHE_VAL
4474
# AC_CACHE_VAL
4501
case "x$ac_cv_prog_cc_c89" in
4475
case "x$ac_cv_prog_cc_c89" in
4502
  x)
4476
  x)
4503
    { $as_echo "$as_me:$LINENO: result: none needed" >&5
4477
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4504
$as_echo "none needed" >&6; } ;;
4478
$as_echo "none needed" >&6; } ;;
4505
  xno)
4479
  xno)
4506
    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
4480
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4507
$as_echo "unsupported" >&6; } ;;
4481
$as_echo "unsupported" >&6; } ;;
4508
  *)
4482
  *)
4509
    CC="$CC $ac_cv_prog_cc_c89"
4483
    CC="$CC $ac_cv_prog_cc_c89"
4510
    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
4484
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4511
$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4485
$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4512
esac
4486
esac
4487
if test "x$ac_cv_prog_cc_c89" != xno; then :
4513
4488
4489
fi
4514
4490
4515
ac_ext=c
4491
ac_ext=c
4516
ac_cpp='$CPP $CPPFLAGS'
4492
ac_cpp='$CPP $CPPFLAGS'
Lines 4520-4528 Link Here
4520
4496
4521
depcc="$CC"   am_compiler_list=
4497
depcc="$CC"   am_compiler_list=
4522
4498
4523
{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
4499
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4524
$as_echo_n "checking dependency style of $depcc... " >&6; }
4500
$as_echo_n "checking dependency style of $depcc... " >&6; }
4525
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
4501
if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4526
  $as_echo_n "(cached) " >&6
4502
  $as_echo_n "(cached) " >&6
4527
else
4503
else
4528
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4504
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
Lines 4630-4636 Link Here
4630
fi
4606
fi
4631
4607
4632
fi
4608
fi
4633
{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
4609
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4634
$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4610
$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4635
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4611
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4636
4612
Lines 4653-4661 Link Here
4653
if test -n "$ac_tool_prefix"; then
4629
if test -n "$ac_tool_prefix"; then
4654
  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4630
  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4655
set dummy ${ac_tool_prefix}gcc; ac_word=$2
4631
set dummy ${ac_tool_prefix}gcc; ac_word=$2
4656
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4632
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4657
$as_echo_n "checking for $ac_word... " >&6; }
4633
$as_echo_n "checking for $ac_word... " >&6; }
4658
if test "${ac_cv_prog_CC+set}" = set; then
4634
if ${ac_cv_prog_CC+:} false; then :
4659
  $as_echo_n "(cached) " >&6
4635
  $as_echo_n "(cached) " >&6
4660
else
4636
else
4661
  if test -n "$CC"; then
4637
  if test -n "$CC"; then
Lines 4666-4689 Link Here
4666
do
4642
do
4667
  IFS=$as_save_IFS
4643
  IFS=$as_save_IFS
4668
  test -z "$as_dir" && as_dir=.
4644
  test -z "$as_dir" && as_dir=.
4669
  for ac_exec_ext in '' $ac_executable_extensions; do
4645
    for ac_exec_ext in '' $ac_executable_extensions; do
4670
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4646
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4671
    ac_cv_prog_CC="${ac_tool_prefix}gcc"
4647
    ac_cv_prog_CC="${ac_tool_prefix}gcc"
4672
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4648
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4673
    break 2
4649
    break 2
4674
  fi
4650
  fi
4675
done
4651
done
4676
done
4652
  done
4677
IFS=$as_save_IFS
4653
IFS=$as_save_IFS
4678
4654
4679
fi
4655
fi
4680
fi
4656
fi
4681
CC=$ac_cv_prog_CC
4657
CC=$ac_cv_prog_CC
4682
if test -n "$CC"; then
4658
if test -n "$CC"; then
4683
  { $as_echo "$as_me:$LINENO: result: $CC" >&5
4659
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4684
$as_echo "$CC" >&6; }
4660
$as_echo "$CC" >&6; }
4685
else
4661
else
4686
  { $as_echo "$as_me:$LINENO: result: no" >&5
4662
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4687
$as_echo "no" >&6; }
4663
$as_echo "no" >&6; }
4688
fi
4664
fi
4689
4665
Lines 4693-4701 Link Here
4693
  ac_ct_CC=$CC
4669
  ac_ct_CC=$CC
4694
  # Extract the first word of "gcc", so it can be a program name with args.
4670
  # Extract the first word of "gcc", so it can be a program name with args.
4695
set dummy gcc; ac_word=$2
4671
set dummy gcc; ac_word=$2
4696
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4672
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4697
$as_echo_n "checking for $ac_word... " >&6; }
4673
$as_echo_n "checking for $ac_word... " >&6; }
4698
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4674
if ${ac_cv_prog_ac_ct_CC+:} false; then :
4699
  $as_echo_n "(cached) " >&6
4675
  $as_echo_n "(cached) " >&6
4700
else
4676
else
4701
  if test -n "$ac_ct_CC"; then
4677
  if test -n "$ac_ct_CC"; then
Lines 4706-4729 Link Here
4706
do
4682
do
4707
  IFS=$as_save_IFS
4683
  IFS=$as_save_IFS
4708
  test -z "$as_dir" && as_dir=.
4684
  test -z "$as_dir" && as_dir=.
4709
  for ac_exec_ext in '' $ac_executable_extensions; do
4685
    for ac_exec_ext in '' $ac_executable_extensions; do
4710
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4686
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4711
    ac_cv_prog_ac_ct_CC="gcc"
4687
    ac_cv_prog_ac_ct_CC="gcc"
4712
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4688
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4713
    break 2
4689
    break 2
4714
  fi
4690
  fi
4715
done
4691
done
4716
done
4692
  done
4717
IFS=$as_save_IFS
4693
IFS=$as_save_IFS
4718
4694
4719
fi
4695
fi
4720
fi
4696
fi
4721
ac_ct_CC=$ac_cv_prog_ac_ct_CC
4697
ac_ct_CC=$ac_cv_prog_ac_ct_CC
4722
if test -n "$ac_ct_CC"; then
4698
if test -n "$ac_ct_CC"; then
4723
  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4699
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4724
$as_echo "$ac_ct_CC" >&6; }
4700
$as_echo "$ac_ct_CC" >&6; }
4725
else
4701
else
4726
  { $as_echo "$as_me:$LINENO: result: no" >&5
4702
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4727
$as_echo "no" >&6; }
4703
$as_echo "no" >&6; }
4728
fi
4704
fi
4729
4705
Lines 4732-4738 Link Here
4732
  else
4708
  else
4733
    case $cross_compiling:$ac_tool_warned in
4709
    case $cross_compiling:$ac_tool_warned in
4734
yes:)
4710
yes:)
4735
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4711
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4736
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4712
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4737
ac_tool_warned=yes ;;
4713
ac_tool_warned=yes ;;
4738
esac
4714
esac
Lines 4746-4754 Link Here
4746
          if test -n "$ac_tool_prefix"; then
4722
          if test -n "$ac_tool_prefix"; then
4747
    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4723
    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4748
set dummy ${ac_tool_prefix}cc; ac_word=$2
4724
set dummy ${ac_tool_prefix}cc; ac_word=$2
4749
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4725
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4750
$as_echo_n "checking for $ac_word... " >&6; }
4726
$as_echo_n "checking for $ac_word... " >&6; }
4751
if test "${ac_cv_prog_CC+set}" = set; then
4727
if ${ac_cv_prog_CC+:} false; then :
4752
  $as_echo_n "(cached) " >&6
4728
  $as_echo_n "(cached) " >&6
4753
else
4729
else
4754
  if test -n "$CC"; then
4730
  if test -n "$CC"; then
Lines 4759-4782 Link Here
4759
do
4735
do
4760
  IFS=$as_save_IFS
4736
  IFS=$as_save_IFS
4761
  test -z "$as_dir" && as_dir=.
4737
  test -z "$as_dir" && as_dir=.
4762
  for ac_exec_ext in '' $ac_executable_extensions; do
4738
    for ac_exec_ext in '' $ac_executable_extensions; do
4763
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4739
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4764
    ac_cv_prog_CC="${ac_tool_prefix}cc"
4740
    ac_cv_prog_CC="${ac_tool_prefix}cc"
4765
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4741
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4766
    break 2
4742
    break 2
4767
  fi
4743
  fi
4768
done
4744
done
4769
done
4745
  done
4770
IFS=$as_save_IFS
4746
IFS=$as_save_IFS
4771
4747
4772
fi
4748
fi
4773
fi
4749
fi
4774
CC=$ac_cv_prog_CC
4750
CC=$ac_cv_prog_CC
4775
if test -n "$CC"; then
4751
if test -n "$CC"; then
4776
  { $as_echo "$as_me:$LINENO: result: $CC" >&5
4752
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4777
$as_echo "$CC" >&6; }
4753
$as_echo "$CC" >&6; }
4778
else
4754
else
4779
  { $as_echo "$as_me:$LINENO: result: no" >&5
4755
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4780
$as_echo "no" >&6; }
4756
$as_echo "no" >&6; }
4781
fi
4757
fi
4782
4758
Lines 4786-4794 Link Here
4786
if test -z "$CC"; then
4762
if test -z "$CC"; then
4787
  # Extract the first word of "cc", so it can be a program name with args.
4763
  # Extract the first word of "cc", so it can be a program name with args.
4788
set dummy cc; ac_word=$2
4764
set dummy cc; ac_word=$2
4789
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4765
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4790
$as_echo_n "checking for $ac_word... " >&6; }
4766
$as_echo_n "checking for $ac_word... " >&6; }
4791
if test "${ac_cv_prog_CC+set}" = set; then
4767
if ${ac_cv_prog_CC+:} false; then :
4792
  $as_echo_n "(cached) " >&6
4768
  $as_echo_n "(cached) " >&6
4793
else
4769
else
4794
  if test -n "$CC"; then
4770
  if test -n "$CC"; then
Lines 4800-4817 Link Here
4800
do
4776
do
4801
  IFS=$as_save_IFS
4777
  IFS=$as_save_IFS
4802
  test -z "$as_dir" && as_dir=.
4778
  test -z "$as_dir" && as_dir=.
4803
  for ac_exec_ext in '' $ac_executable_extensions; do
4779
    for ac_exec_ext in '' $ac_executable_extensions; do
4804
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4780
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4805
    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4781
    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4806
       ac_prog_rejected=yes
4782
       ac_prog_rejected=yes
4807
       continue
4783
       continue
4808
     fi
4784
     fi
4809
    ac_cv_prog_CC="cc"
4785
    ac_cv_prog_CC="cc"
4810
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4786
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4811
    break 2
4787
    break 2
4812
  fi
4788
  fi
4813
done
4789
done
4814
done
4790
  done
4815
IFS=$as_save_IFS
4791
IFS=$as_save_IFS
4816
4792
4817
if test $ac_prog_rejected = yes; then
4793
if test $ac_prog_rejected = yes; then
Lines 4830-4839 Link Here
4830
fi
4806
fi
4831
CC=$ac_cv_prog_CC
4807
CC=$ac_cv_prog_CC
4832
if test -n "$CC"; then
4808
if test -n "$CC"; then
4833
  { $as_echo "$as_me:$LINENO: result: $CC" >&5
4809
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4834
$as_echo "$CC" >&6; }
4810
$as_echo "$CC" >&6; }
4835
else
4811
else
4836
  { $as_echo "$as_me:$LINENO: result: no" >&5
4812
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4837
$as_echo "no" >&6; }
4813
$as_echo "no" >&6; }
4838
fi
4814
fi
4839
4815
Lines 4845-4853 Link Here
4845
  do
4821
  do
4846
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4822
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4847
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4823
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4848
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4824
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4849
$as_echo_n "checking for $ac_word... " >&6; }
4825
$as_echo_n "checking for $ac_word... " >&6; }
4850
if test "${ac_cv_prog_CC+set}" = set; then
4826
if ${ac_cv_prog_CC+:} false; then :
4851
  $as_echo_n "(cached) " >&6
4827
  $as_echo_n "(cached) " >&6
4852
else
4828
else
4853
  if test -n "$CC"; then
4829
  if test -n "$CC"; then
Lines 4858-4881 Link Here
4858
do
4834
do
4859
  IFS=$as_save_IFS
4835
  IFS=$as_save_IFS
4860
  test -z "$as_dir" && as_dir=.
4836
  test -z "$as_dir" && as_dir=.
4861
  for ac_exec_ext in '' $ac_executable_extensions; do
4837
    for ac_exec_ext in '' $ac_executable_extensions; do
4862
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4838
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4863
    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4839
    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4864
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4840
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4865
    break 2
4841
    break 2
4866
  fi
4842
  fi
4867
done
4843
done
4868
done
4844
  done
4869
IFS=$as_save_IFS
4845
IFS=$as_save_IFS
4870
4846
4871
fi
4847
fi
4872
fi
4848
fi
4873
CC=$ac_cv_prog_CC
4849
CC=$ac_cv_prog_CC
4874
if test -n "$CC"; then
4850
if test -n "$CC"; then
4875
  { $as_echo "$as_me:$LINENO: result: $CC" >&5
4851
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4876
$as_echo "$CC" >&6; }
4852
$as_echo "$CC" >&6; }
4877
else
4853
else
4878
  { $as_echo "$as_me:$LINENO: result: no" >&5
4854
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4879
$as_echo "no" >&6; }
4855
$as_echo "no" >&6; }
4880
fi
4856
fi
4881
4857
Lines 4889-4897 Link Here
4889
do
4865
do
4890
  # Extract the first word of "$ac_prog", so it can be a program name with args.
4866
  # Extract the first word of "$ac_prog", so it can be a program name with args.
4891
set dummy $ac_prog; ac_word=$2
4867
set dummy $ac_prog; ac_word=$2
4892
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4868
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4893
$as_echo_n "checking for $ac_word... " >&6; }
4869
$as_echo_n "checking for $ac_word... " >&6; }
4894
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4870
if ${ac_cv_prog_ac_ct_CC+:} false; then :
4895
  $as_echo_n "(cached) " >&6
4871
  $as_echo_n "(cached) " >&6
4896
else
4872
else
4897
  if test -n "$ac_ct_CC"; then
4873
  if test -n "$ac_ct_CC"; then
Lines 4902-4925 Link Here
4902
do
4878
do
4903
  IFS=$as_save_IFS
4879
  IFS=$as_save_IFS
4904
  test -z "$as_dir" && as_dir=.
4880
  test -z "$as_dir" && as_dir=.
4905
  for ac_exec_ext in '' $ac_executable_extensions; do
4881
    for ac_exec_ext in '' $ac_executable_extensions; do
4906
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4882
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4907
    ac_cv_prog_ac_ct_CC="$ac_prog"
4883
    ac_cv_prog_ac_ct_CC="$ac_prog"
4908
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4884
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4909
    break 2
4885
    break 2
4910
  fi
4886
  fi
4911
done
4887
done
4912
done
4888
  done
4913
IFS=$as_save_IFS
4889
IFS=$as_save_IFS
4914
4890
4915
fi
4891
fi
4916
fi
4892
fi
4917
ac_ct_CC=$ac_cv_prog_ac_ct_CC
4893
ac_ct_CC=$ac_cv_prog_ac_ct_CC
4918
if test -n "$ac_ct_CC"; then
4894
if test -n "$ac_ct_CC"; then
4919
  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4895
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4920
$as_echo "$ac_ct_CC" >&6; }
4896
$as_echo "$ac_ct_CC" >&6; }
4921
else
4897
else
4922
  { $as_echo "$as_me:$LINENO: result: no" >&5
4898
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4923
$as_echo "no" >&6; }
4899
$as_echo "no" >&6; }
4924
fi
4900
fi
4925
4901
Lines 4932-4938 Link Here
4932
  else
4908
  else
4933
    case $cross_compiling:$ac_tool_warned in
4909
    case $cross_compiling:$ac_tool_warned in
4934
yes:)
4910
yes:)
4935
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4911
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4936
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4912
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4937
ac_tool_warned=yes ;;
4913
ac_tool_warned=yes ;;
4938
esac
4914
esac
Lines 4943-5004 Link Here
4943
fi
4919
fi
4944
4920
4945
4921
4946
test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4922
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4947
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4923
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4948
{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
4924
as_fn_error $? "no acceptable C compiler found in \$PATH
4949
See \`config.log' for more details." >&5
4925
See \`config.log' for more details" "$LINENO" 5; }
4950
$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
4951
See \`config.log' for more details." >&2;}
4952
   { (exit 1); exit 1; }; }; }
4953
4926
4954
# Provide some information about the compiler.
4927
# Provide some information about the compiler.
4955
$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
4928
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4956
set X $ac_compile
4929
set X $ac_compile
4957
ac_compiler=$2
4930
ac_compiler=$2
4958
{ (ac_try="$ac_compiler --version >&5"
4931
for ac_option in --version -v -V -qversion; do
4959
case "(($ac_try" in
4932
  { { ac_try="$ac_compiler $ac_option >&5"
4960
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4933
case "(($ac_try" in
4961
  *) ac_try_echo=$ac_try;;
4934
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4962
esac
4935
  *) ac_try_echo=$ac_try;;
4963
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4936
esac
4964
$as_echo "$ac_try_echo") >&5
4937
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4965
  (eval "$ac_compiler --version >&5") 2>&5
4938
$as_echo "$ac_try_echo"; } >&5
4966
  ac_status=$?
4939
  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4967
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4940
  ac_status=$?
4968
  (exit $ac_status); }
4941
  if test -s conftest.err; then
4969
{ (ac_try="$ac_compiler -v >&5"
4942
    sed '10a\
4970
case "(($ac_try" in
4943
... rest of stderr output deleted ...
4971
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4944
         10q' conftest.err >conftest.er1
4972
  *) ac_try_echo=$ac_try;;
4945
    cat conftest.er1 >&5
4973
esac
4946
  fi
4974
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4947
  rm -f conftest.er1 conftest.err
4975
$as_echo "$ac_try_echo") >&5
4948
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4976
  (eval "$ac_compiler -v >&5") 2>&5
4949
  test $ac_status = 0; }
4977
  ac_status=$?
4950
done
4978
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4979
  (exit $ac_status); }
4980
{ (ac_try="$ac_compiler -V >&5"
4981
case "(($ac_try" in
4982
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4983
  *) ac_try_echo=$ac_try;;
4984
esac
4985
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4986
$as_echo "$ac_try_echo") >&5
4987
  (eval "$ac_compiler -V >&5") 2>&5
4988
  ac_status=$?
4989
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4990
  (exit $ac_status); }
4991
4951
4992
{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
4952
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4993
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4953
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4994
if test "${ac_cv_c_compiler_gnu+set}" = set; then
4954
if ${ac_cv_c_compiler_gnu+:} false; then :
4995
  $as_echo_n "(cached) " >&6
4955
  $as_echo_n "(cached) " >&6
4996
else
4956
else
4997
  cat >conftest.$ac_ext <<_ACEOF
4957
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4998
/* confdefs.h.  */
4999
_ACEOF
5000
cat confdefs.h >>conftest.$ac_ext
5001
cat >>conftest.$ac_ext <<_ACEOF
5002
/* end confdefs.h.  */
4958
/* end confdefs.h.  */
5003
4959
5004
int
4960
int
Lines 5012-5048 Link Here
5012
  return 0;
4968
  return 0;
5013
}
4969
}
5014
_ACEOF
4970
_ACEOF
5015
rm -f conftest.$ac_objext
4971
if ac_fn_c_try_compile "$LINENO"; then :
5016
if { (ac_try="$ac_compile"
5017
case "(($ac_try" in
5018
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5019
  *) ac_try_echo=$ac_try;;
5020
esac
5021
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5022
$as_echo "$ac_try_echo") >&5
5023
  (eval "$ac_compile") 2>conftest.er1
5024
  ac_status=$?
5025
  grep -v '^ *+' conftest.er1 >conftest.err
5026
  rm -f conftest.er1
5027
  cat conftest.err >&5
5028
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5029
  (exit $ac_status); } && {
5030
	 test -z "$ac_c_werror_flag" ||
5031
	 test ! -s conftest.err
5032
       } && test -s conftest.$ac_objext; then
5033
  ac_compiler_gnu=yes
4972
  ac_compiler_gnu=yes
5034
else
4973
else
5035
  $as_echo "$as_me: failed program was:" >&5
4974
  ac_compiler_gnu=no
5036
sed 's/^/| /' conftest.$ac_ext >&5
5037
5038
	ac_compiler_gnu=no
5039
fi
4975
fi
5040
5041
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4976
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5042
ac_cv_c_compiler_gnu=$ac_compiler_gnu
4977
ac_cv_c_compiler_gnu=$ac_compiler_gnu
5043
4978
5044
fi
4979
fi
5045
{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
4980
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
5046
$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4981
$as_echo "$ac_cv_c_compiler_gnu" >&6; }
5047
if test $ac_compiler_gnu = yes; then
4982
if test $ac_compiler_gnu = yes; then
5048
  GCC=yes
4983
  GCC=yes
Lines 5051-5070 Link Here
5051
fi
4986
fi
5052
ac_test_CFLAGS=${CFLAGS+set}
4987
ac_test_CFLAGS=${CFLAGS+set}
5053
ac_save_CFLAGS=$CFLAGS
4988
ac_save_CFLAGS=$CFLAGS
5054
{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
4989
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
5055
$as_echo_n "checking whether $CC accepts -g... " >&6; }
4990
$as_echo_n "checking whether $CC accepts -g... " >&6; }
5056
if test "${ac_cv_prog_cc_g+set}" = set; then
4991
if ${ac_cv_prog_cc_g+:} false; then :
5057
  $as_echo_n "(cached) " >&6
4992
  $as_echo_n "(cached) " >&6
5058
else
4993
else
5059
  ac_save_c_werror_flag=$ac_c_werror_flag
4994
  ac_save_c_werror_flag=$ac_c_werror_flag
5060
   ac_c_werror_flag=yes
4995
   ac_c_werror_flag=yes
5061
   ac_cv_prog_cc_g=no
4996
   ac_cv_prog_cc_g=no
5062
   CFLAGS="-g"
4997
   CFLAGS="-g"
5063
   cat >conftest.$ac_ext <<_ACEOF
4998
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5064
/* confdefs.h.  */
5065
_ACEOF
5066
cat confdefs.h >>conftest.$ac_ext
5067
cat >>conftest.$ac_ext <<_ACEOF
5068
/* end confdefs.h.  */
4999
/* end confdefs.h.  */
5069
5000
5070
int
5001
int
Lines 5075-5109 Link Here
5075
  return 0;
5006
  return 0;
5076
}
5007
}
5077
_ACEOF
5008
_ACEOF
5078
rm -f conftest.$ac_objext
5009
if ac_fn_c_try_compile "$LINENO"; then :
5079
if { (ac_try="$ac_compile"
5080
case "(($ac_try" in
5081
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5082
  *) ac_try_echo=$ac_try;;
5083
esac
5084
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5085
$as_echo "$ac_try_echo") >&5
5086
  (eval "$ac_compile") 2>conftest.er1
5087
  ac_status=$?
5088
  grep -v '^ *+' conftest.er1 >conftest.err
5089
  rm -f conftest.er1
5090
  cat conftest.err >&5
5091
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5092
  (exit $ac_status); } && {
5093
	 test -z "$ac_c_werror_flag" ||
5094
	 test ! -s conftest.err
5095
       } && test -s conftest.$ac_objext; then
5096
  ac_cv_prog_cc_g=yes
5010
  ac_cv_prog_cc_g=yes
5097
else
5011
else
5098
  $as_echo "$as_me: failed program was:" >&5
5012
  CFLAGS=""
5099
sed 's/^/| /' conftest.$ac_ext >&5
5013
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5100
5101
	CFLAGS=""
5102
      cat >conftest.$ac_ext <<_ACEOF
5103
/* confdefs.h.  */
5104
_ACEOF
5105
cat confdefs.h >>conftest.$ac_ext
5106
cat >>conftest.$ac_ext <<_ACEOF
5107
/* end confdefs.h.  */
5014
/* end confdefs.h.  */
5108
5015
5109
int
5016
int
Lines 5114-5149 Link Here
5114
  return 0;
5021
  return 0;
5115
}
5022
}
5116
_ACEOF
5023
_ACEOF
5117
rm -f conftest.$ac_objext
5024
if ac_fn_c_try_compile "$LINENO"; then :
5118
if { (ac_try="$ac_compile"
5025
5119
case "(($ac_try" in
5120
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5121
  *) ac_try_echo=$ac_try;;
5122
esac
5123
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5124
$as_echo "$ac_try_echo") >&5
5125
  (eval "$ac_compile") 2>conftest.er1
5126
  ac_status=$?
5127
  grep -v '^ *+' conftest.er1 >conftest.err
5128
  rm -f conftest.er1
5129
  cat conftest.err >&5
5130
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5131
  (exit $ac_status); } && {
5132
	 test -z "$ac_c_werror_flag" ||
5133
	 test ! -s conftest.err
5134
       } && test -s conftest.$ac_objext; then
5135
  :
5136
else
5026
else
5137
  $as_echo "$as_me: failed program was:" >&5
5027
  ac_c_werror_flag=$ac_save_c_werror_flag
5138
sed 's/^/| /' conftest.$ac_ext >&5
5139
5140
	ac_c_werror_flag=$ac_save_c_werror_flag
5141
	 CFLAGS="-g"
5028
	 CFLAGS="-g"
5142
	 cat >conftest.$ac_ext <<_ACEOF
5029
	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5143
/* confdefs.h.  */
5144
_ACEOF
5145
cat confdefs.h >>conftest.$ac_ext
5146
cat >>conftest.$ac_ext <<_ACEOF
5147
/* end confdefs.h.  */
5030
/* end confdefs.h.  */
5148
5031
5149
int
5032
int
Lines 5154-5195 Link Here
5154
  return 0;
5037
  return 0;
5155
}
5038
}
5156
_ACEOF
5039
_ACEOF
5157
rm -f conftest.$ac_objext
5040
if ac_fn_c_try_compile "$LINENO"; then :
5158
if { (ac_try="$ac_compile"
5159
case "(($ac_try" in
5160
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5161
  *) ac_try_echo=$ac_try;;
5162
esac
5163
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5164
$as_echo "$ac_try_echo") >&5
5165
  (eval "$ac_compile") 2>conftest.er1
5166
  ac_status=$?
5167
  grep -v '^ *+' conftest.er1 >conftest.err
5168
  rm -f conftest.er1
5169
  cat conftest.err >&5
5170
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5171
  (exit $ac_status); } && {
5172
	 test -z "$ac_c_werror_flag" ||
5173
	 test ! -s conftest.err
5174
       } && test -s conftest.$ac_objext; then
5175
  ac_cv_prog_cc_g=yes
5041
  ac_cv_prog_cc_g=yes
5176
else
5042
fi
5177
  $as_echo "$as_me: failed program was:" >&5
5043
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5178
sed 's/^/| /' conftest.$ac_ext >&5
5044
fi
5179
5045
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5180
5046
fi
5181
fi
5182
5183
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5184
fi
5185
5186
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5187
fi
5188
5189
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5047
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5190
   ac_c_werror_flag=$ac_save_c_werror_flag
5048
   ac_c_werror_flag=$ac_save_c_werror_flag
5191
fi
5049
fi
5192
{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
5050
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
5193
$as_echo "$ac_cv_prog_cc_g" >&6; }
5051
$as_echo "$ac_cv_prog_cc_g" >&6; }
5194
if test "$ac_test_CFLAGS" = set; then
5052
if test "$ac_test_CFLAGS" = set; then
5195
  CFLAGS=$ac_save_CFLAGS
5053
  CFLAGS=$ac_save_CFLAGS
Lines 5206-5228 Link Here
5206
    CFLAGS=
5064
    CFLAGS=
5207
  fi
5065
  fi
5208
fi
5066
fi
5209
{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
5067
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
5210
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
5068
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
5211
if test "${ac_cv_prog_cc_c89+set}" = set; then
5069
if ${ac_cv_prog_cc_c89+:} false; then :
5212
  $as_echo_n "(cached) " >&6
5070
  $as_echo_n "(cached) " >&6
5213
else
5071
else
5214
  ac_cv_prog_cc_c89=no
5072
  ac_cv_prog_cc_c89=no
5215
ac_save_CC=$CC
5073
ac_save_CC=$CC
5216
cat >conftest.$ac_ext <<_ACEOF
5074
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5217
/* confdefs.h.  */
5218
_ACEOF
5219
cat confdefs.h >>conftest.$ac_ext
5220
cat >>conftest.$ac_ext <<_ACEOF
5221
/* end confdefs.h.  */
5075
/* end confdefs.h.  */
5222
#include <stdarg.h>
5076
#include <stdarg.h>
5223
#include <stdio.h>
5077
#include <stdio.h>
5224
#include <sys/types.h>
5078
struct stat;
5225
#include <sys/stat.h>
5226
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
5079
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
5227
struct buf { int x; };
5080
struct buf { int x; };
5228
FILE * (*rcsopen) (struct buf *, struct stat *, int);
5081
FILE * (*rcsopen) (struct buf *, struct stat *, int);
Lines 5274-5305 Link Here
5274
	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5127
	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5275
do
5128
do
5276
  CC="$ac_save_CC $ac_arg"
5129
  CC="$ac_save_CC $ac_arg"
5277
  rm -f conftest.$ac_objext
5130
  if ac_fn_c_try_compile "$LINENO"; then :
5278
if { (ac_try="$ac_compile"
5279
case "(($ac_try" in
5280
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5281
  *) ac_try_echo=$ac_try;;
5282
esac
5283
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5284
$as_echo "$ac_try_echo") >&5
5285
  (eval "$ac_compile") 2>conftest.er1
5286
  ac_status=$?
5287
  grep -v '^ *+' conftest.er1 >conftest.err
5288
  rm -f conftest.er1
5289
  cat conftest.err >&5
5290
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5291
  (exit $ac_status); } && {
5292
	 test -z "$ac_c_werror_flag" ||
5293
	 test ! -s conftest.err
5294
       } && test -s conftest.$ac_objext; then
5295
  ac_cv_prog_cc_c89=$ac_arg
5131
  ac_cv_prog_cc_c89=$ac_arg
5296
else
5297
  $as_echo "$as_me: failed program was:" >&5
5298
sed 's/^/| /' conftest.$ac_ext >&5
5299
5300
5301
fi
5132
fi
5302
5303
rm -f core conftest.err conftest.$ac_objext
5133
rm -f core conftest.err conftest.$ac_objext
5304
  test "x$ac_cv_prog_cc_c89" != "xno" && break
5134
  test "x$ac_cv_prog_cc_c89" != "xno" && break
5305
done
5135
done
Lines 5310-5326 Link Here
5310
# AC_CACHE_VAL
5140
# AC_CACHE_VAL
5311
case "x$ac_cv_prog_cc_c89" in
5141
case "x$ac_cv_prog_cc_c89" in
5312
  x)
5142
  x)
5313
    { $as_echo "$as_me:$LINENO: result: none needed" >&5
5143
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5314
$as_echo "none needed" >&6; } ;;
5144
$as_echo "none needed" >&6; } ;;
5315
  xno)
5145
  xno)
5316
    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
5146
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5317
$as_echo "unsupported" >&6; } ;;
5147
$as_echo "unsupported" >&6; } ;;
5318
  *)
5148
  *)
5319
    CC="$CC $ac_cv_prog_cc_c89"
5149
    CC="$CC $ac_cv_prog_cc_c89"
5320
    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
5150
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5321
$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5151
$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5322
esac
5152
esac
5153
if test "x$ac_cv_prog_cc_c89" != xno; then :
5323
5154
5155
fi
5324
5156
5325
ac_ext=c
5157
ac_ext=c
5326
ac_cpp='$CPP $CPPFLAGS'
5158
ac_cpp='$CPP $CPPFLAGS'
Lines 5330-5338 Link Here
5330
5162
5331
depcc="$CC"   am_compiler_list=
5163
depcc="$CC"   am_compiler_list=
5332
5164
5333
{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
5165
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
5334
$as_echo_n "checking dependency style of $depcc... " >&6; }
5166
$as_echo_n "checking dependency style of $depcc... " >&6; }
5335
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
5167
if ${am_cv_CC_dependencies_compiler_type+:} false; then :
5336
  $as_echo_n "(cached) " >&6
5168
  $as_echo_n "(cached) " >&6
5337
else
5169
else
5338
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5170
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
Lines 5440-5446 Link Here
5440
fi
5272
fi
5441
5273
5442
fi
5274
fi
5443
{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
5275
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
5444
$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
5276
$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
5445
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
5277
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
5446
5278
Lines 5463-5476 Link Here
5463
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5295
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5464
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5296
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5465
ac_compiler_gnu=$ac_cv_c_compiler_gnu
5297
ac_compiler_gnu=$ac_cv_c_compiler_gnu
5466
{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5298
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5467
$as_echo_n "checking how to run the C preprocessor... " >&6; }
5299
$as_echo_n "checking how to run the C preprocessor... " >&6; }
5468
# On Suns, sometimes $CPP names a directory.
5300
# On Suns, sometimes $CPP names a directory.
5469
if test -n "$CPP" && test -d "$CPP"; then
5301
if test -n "$CPP" && test -d "$CPP"; then
5470
  CPP=
5302
  CPP=
5471
fi
5303
fi
5472
if test -z "$CPP"; then
5304
if test -z "$CPP"; then
5473
  if test "${ac_cv_prog_CPP+set}" = set; then
5305
  if ${ac_cv_prog_CPP+:} false; then :
5474
  $as_echo_n "(cached) " >&6
5306
  $as_echo_n "(cached) " >&6
5475
else
5307
else
5476
      # Double quotes because CPP needs to be expanded
5308
      # Double quotes because CPP needs to be expanded
Lines 5485-5495 Link Here
5485
  # <limits.h> exists even on freestanding compilers.
5317
  # <limits.h> exists even on freestanding compilers.
5486
  # On the NeXT, cc -E runs the code through the compiler's parser,
5318
  # On the NeXT, cc -E runs the code through the compiler's parser,
5487
  # not just through cpp. "Syntax error" is here to catch this case.
5319
  # not just through cpp. "Syntax error" is here to catch this case.
5488
  cat >conftest.$ac_ext <<_ACEOF
5320
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5489
/* confdefs.h.  */
5490
_ACEOF
5491
cat confdefs.h >>conftest.$ac_ext
5492
cat >>conftest.$ac_ext <<_ACEOF
5493
/* end confdefs.h.  */
5321
/* end confdefs.h.  */
5494
#ifdef __STDC__
5322
#ifdef __STDC__
5495
# include <limits.h>
5323
# include <limits.h>
Lines 5498-5575 Link Here
5498
#endif
5326
#endif
5499
		     Syntax error
5327
		     Syntax error
5500
_ACEOF
5328
_ACEOF
5501
if { (ac_try="$ac_cpp conftest.$ac_ext"
5329
if ac_fn_c_try_cpp "$LINENO"; then :
5502
case "(($ac_try" in
5330
5503
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5504
  *) ac_try_echo=$ac_try;;
5505
esac
5506
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5507
$as_echo "$ac_try_echo") >&5
5508
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5509
  ac_status=$?
5510
  grep -v '^ *+' conftest.er1 >conftest.err
5511
  rm -f conftest.er1
5512
  cat conftest.err >&5
5513
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5514
  (exit $ac_status); } >/dev/null && {
5515
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5516
	 test ! -s conftest.err
5517
       }; then
5518
  :
5519
else
5331
else
5520
  $as_echo "$as_me: failed program was:" >&5
5521
sed 's/^/| /' conftest.$ac_ext >&5
5522
5523
  # Broken: fails on valid input.
5332
  # Broken: fails on valid input.
5524
continue
5333
continue
5525
fi
5334
fi
5526
5335
rm -f conftest.err conftest.i conftest.$ac_ext
5527
rm -f conftest.err conftest.$ac_ext
5528
5336
5529
  # OK, works on sane cases.  Now check whether nonexistent headers
5337
  # OK, works on sane cases.  Now check whether nonexistent headers
5530
  # can be detected and how.
5338
  # can be detected and how.
5531
  cat >conftest.$ac_ext <<_ACEOF
5339
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5532
/* confdefs.h.  */
5533
_ACEOF
5534
cat confdefs.h >>conftest.$ac_ext
5535
cat >>conftest.$ac_ext <<_ACEOF
5536
/* end confdefs.h.  */
5340
/* end confdefs.h.  */
5537
#include <ac_nonexistent.h>
5341
#include <ac_nonexistent.h>
5538
_ACEOF
5342
_ACEOF
5539
if { (ac_try="$ac_cpp conftest.$ac_ext"
5343
if ac_fn_c_try_cpp "$LINENO"; then :
5540
case "(($ac_try" in
5541
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5542
  *) ac_try_echo=$ac_try;;
5543
esac
5544
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5545
$as_echo "$ac_try_echo") >&5
5546
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5547
  ac_status=$?
5548
  grep -v '^ *+' conftest.er1 >conftest.err
5549
  rm -f conftest.er1
5550
  cat conftest.err >&5
5551
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5552
  (exit $ac_status); } >/dev/null && {
5553
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5554
	 test ! -s conftest.err
5555
       }; then
5556
  # Broken: success on invalid input.
5344
  # Broken: success on invalid input.
5557
continue
5345
continue
5558
else
5346
else
5559
  $as_echo "$as_me: failed program was:" >&5
5560
sed 's/^/| /' conftest.$ac_ext >&5
5561
5562
  # Passes both tests.
5347
  # Passes both tests.
5563
ac_preproc_ok=:
5348
ac_preproc_ok=:
5564
break
5349
break
5565
fi
5350
fi
5566
5351
rm -f conftest.err conftest.i conftest.$ac_ext
5567
rm -f conftest.err conftest.$ac_ext
5568
5352
5569
done
5353
done
5570
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5354
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5571
rm -f conftest.err conftest.$ac_ext
5355
rm -f conftest.i conftest.err conftest.$ac_ext
5572
if $ac_preproc_ok; then
5356
if $ac_preproc_ok; then :
5573
  break
5357
  break
5574
fi
5358
fi
5575
5359
Lines 5581-5587 Link Here
5581
else
5365
else
5582
  ac_cv_prog_CPP=$CPP
5366
  ac_cv_prog_CPP=$CPP
5583
fi
5367
fi
5584
{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
5368
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5585
$as_echo "$CPP" >&6; }
5369
$as_echo "$CPP" >&6; }
5586
ac_preproc_ok=false
5370
ac_preproc_ok=false
5587
for ac_c_preproc_warn_flag in '' yes
5371
for ac_c_preproc_warn_flag in '' yes
Lines 5592-5602 Link Here
5592
  # <limits.h> exists even on freestanding compilers.
5376
  # <limits.h> exists even on freestanding compilers.
5593
  # On the NeXT, cc -E runs the code through the compiler's parser,
5377
  # On the NeXT, cc -E runs the code through the compiler's parser,
5594
  # not just through cpp. "Syntax error" is here to catch this case.
5378
  # not just through cpp. "Syntax error" is here to catch this case.
5595
  cat >conftest.$ac_ext <<_ACEOF
5379
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5596
/* confdefs.h.  */
5597
_ACEOF
5598
cat confdefs.h >>conftest.$ac_ext
5599
cat >>conftest.$ac_ext <<_ACEOF
5600
/* end confdefs.h.  */
5380
/* end confdefs.h.  */
5601
#ifdef __STDC__
5381
#ifdef __STDC__
5602
# include <limits.h>
5382
# include <limits.h>
Lines 5605-5691 Link Here
5605
#endif
5385
#endif
5606
		     Syntax error
5386
		     Syntax error
5607
_ACEOF
5387
_ACEOF
5608
if { (ac_try="$ac_cpp conftest.$ac_ext"
5388
if ac_fn_c_try_cpp "$LINENO"; then :
5609
case "(($ac_try" in
5389
5610
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5611
  *) ac_try_echo=$ac_try;;
5612
esac
5613
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5614
$as_echo "$ac_try_echo") >&5
5615
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5616
  ac_status=$?
5617
  grep -v '^ *+' conftest.er1 >conftest.err
5618
  rm -f conftest.er1
5619
  cat conftest.err >&5
5620
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5621
  (exit $ac_status); } >/dev/null && {
5622
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5623
	 test ! -s conftest.err
5624
       }; then
5625
  :
5626
else
5390
else
5627
  $as_echo "$as_me: failed program was:" >&5
5628
sed 's/^/| /' conftest.$ac_ext >&5
5629
5630
  # Broken: fails on valid input.
5391
  # Broken: fails on valid input.
5631
continue
5392
continue
5632
fi
5393
fi
5633
5394
rm -f conftest.err conftest.i conftest.$ac_ext
5634
rm -f conftest.err conftest.$ac_ext
5635
5395
5636
  # OK, works on sane cases.  Now check whether nonexistent headers
5396
  # OK, works on sane cases.  Now check whether nonexistent headers
5637
  # can be detected and how.
5397
  # can be detected and how.
5638
  cat >conftest.$ac_ext <<_ACEOF
5398
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5639
/* confdefs.h.  */
5640
_ACEOF
5641
cat confdefs.h >>conftest.$ac_ext
5642
cat >>conftest.$ac_ext <<_ACEOF
5643
/* end confdefs.h.  */
5399
/* end confdefs.h.  */
5644
#include <ac_nonexistent.h>
5400
#include <ac_nonexistent.h>
5645
_ACEOF
5401
_ACEOF
5646
if { (ac_try="$ac_cpp conftest.$ac_ext"
5402
if ac_fn_c_try_cpp "$LINENO"; then :
5647
case "(($ac_try" in
5648
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5649
  *) ac_try_echo=$ac_try;;
5650
esac
5651
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5652
$as_echo "$ac_try_echo") >&5
5653
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5654
  ac_status=$?
5655
  grep -v '^ *+' conftest.er1 >conftest.err
5656
  rm -f conftest.er1
5657
  cat conftest.err >&5
5658
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5659
  (exit $ac_status); } >/dev/null && {
5660
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5661
	 test ! -s conftest.err
5662
       }; then
5663
  # Broken: success on invalid input.
5403
  # Broken: success on invalid input.
5664
continue
5404
continue
5665
else
5405
else
5666
  $as_echo "$as_me: failed program was:" >&5
5667
sed 's/^/| /' conftest.$ac_ext >&5
5668
5669
  # Passes both tests.
5406
  # Passes both tests.
5670
ac_preproc_ok=:
5407
ac_preproc_ok=:
5671
break
5408
break
5672
fi
5409
fi
5673
5410
rm -f conftest.err conftest.i conftest.$ac_ext
5674
rm -f conftest.err conftest.$ac_ext
5675
5411
5676
done
5412
done
5677
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5413
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5678
rm -f conftest.err conftest.$ac_ext
5414
rm -f conftest.i conftest.err conftest.$ac_ext
5679
if $ac_preproc_ok; then
5415
if $ac_preproc_ok; then :
5680
  :
5416
5681
else
5417
else
5682
  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5418
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5683
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5419
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5684
{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5420
as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5685
See \`config.log' for more details." >&5
5421
See \`config.log' for more details" "$LINENO" 5; }
5686
$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5687
See \`config.log' for more details." >&2;}
5688
   { (exit 1); exit 1; }; }; }
5689
fi
5422
fi
5690
5423
5691
ac_ext=c
5424
ac_ext=c
Lines 5695-5703 Link Here
5695
ac_compiler_gnu=$ac_cv_c_compiler_gnu
5428
ac_compiler_gnu=$ac_cv_c_compiler_gnu
5696
5429
5697
5430
5698
{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
5431
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5699
$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5432
$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5700
if test "${ac_cv_path_GREP+set}" = set; then
5433
if ${ac_cv_path_GREP+:} false; then :
5701
  $as_echo_n "(cached) " >&6
5434
  $as_echo_n "(cached) " >&6
5702
else
5435
else
5703
  if test -z "$GREP"; then
5436
  if test -z "$GREP"; then
Lines 5708-5717 Link Here
5708
do
5441
do
5709
  IFS=$as_save_IFS
5442
  IFS=$as_save_IFS
5710
  test -z "$as_dir" && as_dir=.
5443
  test -z "$as_dir" && as_dir=.
5711
  for ac_prog in grep ggrep; do
5444
    for ac_prog in grep ggrep; do
5712
    for ac_exec_ext in '' $ac_executable_extensions; do
5445
    for ac_exec_ext in '' $ac_executable_extensions; do
5713
      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5446
      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5714
      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5447
      as_fn_executable_p "$ac_path_GREP" || continue
5715
# Check for GNU ac_path_GREP and select it if it is found.
5448
# Check for GNU ac_path_GREP and select it if it is found.
5716
  # Check for GNU $ac_path_GREP
5449
  # Check for GNU $ac_path_GREP
5717
case `"$ac_path_GREP" --version 2>&1` in
5450
case `"$ac_path_GREP" --version 2>&1` in
Lines 5728-5734 Link Here
5728
    $as_echo 'GREP' >> "conftest.nl"
5461
    $as_echo 'GREP' >> "conftest.nl"
5729
    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5462
    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5730
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5463
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5731
    ac_count=`expr $ac_count + 1`
5464
    as_fn_arith $ac_count + 1 && ac_count=$as_val
5732
    if test $ac_count -gt ${ac_path_GREP_max-0}; then
5465
    if test $ac_count -gt ${ac_path_GREP_max-0}; then
5733
      # Best one so far, save it but keep looking for a better one
5466
      # Best one so far, save it but keep looking for a better one
5734
      ac_cv_path_GREP="$ac_path_GREP"
5467
      ac_cv_path_GREP="$ac_path_GREP"
Lines 5743-5768 Link Here
5743
      $ac_path_GREP_found && break 3
5476
      $ac_path_GREP_found && break 3
5744
    done
5477
    done
5745
  done
5478
  done
5746
done
5479
  done
5747
IFS=$as_save_IFS
5480
IFS=$as_save_IFS
5748
  if test -z "$ac_cv_path_GREP"; then
5481
  if test -z "$ac_cv_path_GREP"; then
5749
    { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
5482
    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5750
$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
5751
   { (exit 1); exit 1; }; }
5752
  fi
5483
  fi
5753
else
5484
else
5754
  ac_cv_path_GREP=$GREP
5485
  ac_cv_path_GREP=$GREP
5755
fi
5486
fi
5756
5487
5757
fi
5488
fi
5758
{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
5489
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5759
$as_echo "$ac_cv_path_GREP" >&6; }
5490
$as_echo "$ac_cv_path_GREP" >&6; }
5760
 GREP="$ac_cv_path_GREP"
5491
 GREP="$ac_cv_path_GREP"
5761
5492
5762
5493
5763
{ $as_echo "$as_me:$LINENO: checking for egrep" >&5
5494
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5764
$as_echo_n "checking for egrep... " >&6; }
5495
$as_echo_n "checking for egrep... " >&6; }
5765
if test "${ac_cv_path_EGREP+set}" = set; then
5496
if ${ac_cv_path_EGREP+:} false; then :
5766
  $as_echo_n "(cached) " >&6
5497
  $as_echo_n "(cached) " >&6
5767
else
5498
else
5768
  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5499
  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
Lines 5776-5785 Link Here
5776
do
5507
do
5777
  IFS=$as_save_IFS
5508
  IFS=$as_save_IFS
5778
  test -z "$as_dir" && as_dir=.
5509
  test -z "$as_dir" && as_dir=.
5779
  for ac_prog in egrep; do
5510
    for ac_prog in egrep; do
5780
    for ac_exec_ext in '' $ac_executable_extensions; do
5511
    for ac_exec_ext in '' $ac_executable_extensions; do
5781
      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5512
      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5782
      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5513
      as_fn_executable_p "$ac_path_EGREP" || continue
5783
# Check for GNU ac_path_EGREP and select it if it is found.
5514
# Check for GNU ac_path_EGREP and select it if it is found.
5784
  # Check for GNU $ac_path_EGREP
5515
  # Check for GNU $ac_path_EGREP
5785
case `"$ac_path_EGREP" --version 2>&1` in
5516
case `"$ac_path_EGREP" --version 2>&1` in
Lines 5796-5802 Link Here
5796
    $as_echo 'EGREP' >> "conftest.nl"
5527
    $as_echo 'EGREP' >> "conftest.nl"
5797
    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5528
    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5798
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5529
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5799
    ac_count=`expr $ac_count + 1`
5530
    as_fn_arith $ac_count + 1 && ac_count=$as_val
5800
    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5531
    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5801
      # Best one so far, save it but keep looking for a better one
5532
      # Best one so far, save it but keep looking for a better one
5802
      ac_cv_path_EGREP="$ac_path_EGREP"
5533
      ac_cv_path_EGREP="$ac_path_EGREP"
Lines 5811-5822 Link Here
5811
      $ac_path_EGREP_found && break 3
5542
      $ac_path_EGREP_found && break 3
5812
    done
5543
    done
5813
  done
5544
  done
5814
done
5545
  done
5815
IFS=$as_save_IFS
5546
IFS=$as_save_IFS
5816
  if test -z "$ac_cv_path_EGREP"; then
5547
  if test -z "$ac_cv_path_EGREP"; then
5817
    { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
5548
    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5818
$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
5819
   { (exit 1); exit 1; }; }
5820
  fi
5549
  fi
5821
else
5550
else
5822
  ac_cv_path_EGREP=$EGREP
5551
  ac_cv_path_EGREP=$EGREP
Lines 5824-5844 Link Here
5824
5553
5825
   fi
5554
   fi
5826
fi
5555
fi
5827
{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
5556
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5828
$as_echo "$ac_cv_path_EGREP" >&6; }
5557
$as_echo "$ac_cv_path_EGREP" >&6; }
5829
 EGREP="$ac_cv_path_EGREP"
5558
 EGREP="$ac_cv_path_EGREP"
5830
5559
5831
5560
5832
{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5561
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5833
$as_echo_n "checking for ANSI C header files... " >&6; }
5562
$as_echo_n "checking for ANSI C header files... " >&6; }
5834
if test "${ac_cv_header_stdc+set}" = set; then
5563
if ${ac_cv_header_stdc+:} false; then :
5835
  $as_echo_n "(cached) " >&6
5564
  $as_echo_n "(cached) " >&6
5836
else
5565
else
5837
  cat >conftest.$ac_ext <<_ACEOF
5566
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5838
/* confdefs.h.  */
5839
_ACEOF
5840
cat confdefs.h >>conftest.$ac_ext
5841
cat >>conftest.$ac_ext <<_ACEOF
5842
/* end confdefs.h.  */
5567
/* end confdefs.h.  */
5843
#include <stdlib.h>
5568
#include <stdlib.h>
5844
#include <stdarg.h>
5569
#include <stdarg.h>
Lines 5853-5900 Link Here
5853
  return 0;
5578
  return 0;
5854
}
5579
}
5855
_ACEOF
5580
_ACEOF
5856
rm -f conftest.$ac_objext
5581
if ac_fn_c_try_compile "$LINENO"; then :
5857
if { (ac_try="$ac_compile"
5858
case "(($ac_try" in
5859
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5860
  *) ac_try_echo=$ac_try;;
5861
esac
5862
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5863
$as_echo "$ac_try_echo") >&5
5864
  (eval "$ac_compile") 2>conftest.er1
5865
  ac_status=$?
5866
  grep -v '^ *+' conftest.er1 >conftest.err
5867
  rm -f conftest.er1
5868
  cat conftest.err >&5
5869
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5870
  (exit $ac_status); } && {
5871
	 test -z "$ac_c_werror_flag" ||
5872
	 test ! -s conftest.err
5873
       } && test -s conftest.$ac_objext; then
5874
  ac_cv_header_stdc=yes
5582
  ac_cv_header_stdc=yes
5875
else
5583
else
5876
  $as_echo "$as_me: failed program was:" >&5
5584
  ac_cv_header_stdc=no
5877
sed 's/^/| /' conftest.$ac_ext >&5
5878
5879
	ac_cv_header_stdc=no
5880
fi
5585
fi
5881
5882
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5586
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5883
5587
5884
if test $ac_cv_header_stdc = yes; then
5588
if test $ac_cv_header_stdc = yes; then
5885
  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5589
  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5886
  cat >conftest.$ac_ext <<_ACEOF
5590
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5887
/* confdefs.h.  */
5888
_ACEOF
5889
cat confdefs.h >>conftest.$ac_ext
5890
cat >>conftest.$ac_ext <<_ACEOF
5891
/* end confdefs.h.  */
5591
/* end confdefs.h.  */
5892
#include <string.h>
5592
#include <string.h>
5893
5593
5894
_ACEOF
5594
_ACEOF
5895
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5595
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5896
  $EGREP "memchr" >/dev/null 2>&1; then
5596
  $EGREP "memchr" >/dev/null 2>&1; then :
5897
  :
5597
5898
else
5598
else
5899
  ac_cv_header_stdc=no
5599
  ac_cv_header_stdc=no
5900
fi
5600
fi
Lines 5904-5921 Link Here
5904
5604
5905
if test $ac_cv_header_stdc = yes; then
5605
if test $ac_cv_header_stdc = yes; then
5906
  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5606
  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5907
  cat >conftest.$ac_ext <<_ACEOF
5607
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5908
/* confdefs.h.  */
5909
_ACEOF
5910
cat confdefs.h >>conftest.$ac_ext
5911
cat >>conftest.$ac_ext <<_ACEOF
5912
/* end confdefs.h.  */
5608
/* end confdefs.h.  */
5913
#include <stdlib.h>
5609
#include <stdlib.h>
5914
5610
5915
_ACEOF
5611
_ACEOF
5916
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5612
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5917
  $EGREP "free" >/dev/null 2>&1; then
5613
  $EGREP "free" >/dev/null 2>&1; then :
5918
  :
5614
5919
else
5615
else
5920
  ac_cv_header_stdc=no
5616
  ac_cv_header_stdc=no
5921
fi
5617
fi
Lines 5925-5938 Link Here
5925
5621
5926
if test $ac_cv_header_stdc = yes; then
5622
if test $ac_cv_header_stdc = yes; then
5927
  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5623
  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5928
  if test "$cross_compiling" = yes; then
5624
  if test "$cross_compiling" = yes; then :
5929
  :
5625
  :
5930
else
5626
else
5931
  cat >conftest.$ac_ext <<_ACEOF
5627
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5932
/* confdefs.h.  */
5933
_ACEOF
5934
cat confdefs.h >>conftest.$ac_ext
5935
cat >>conftest.$ac_ext <<_ACEOF
5936
/* end confdefs.h.  */
5628
/* end confdefs.h.  */
5937
#include <ctype.h>
5629
#include <ctype.h>
5938
#include <stdlib.h>
5630
#include <stdlib.h>
Lines 5959-6027 Link Here
5959
  return 0;
5651
  return 0;
5960
}
5652
}
5961
_ACEOF
5653
_ACEOF
5962
rm -f conftest$ac_exeext
5654
if ac_fn_c_try_run "$LINENO"; then :
5963
if { (ac_try="$ac_link"
5655
5964
case "(($ac_try" in
5965
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5966
  *) ac_try_echo=$ac_try;;
5967
esac
5968
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5969
$as_echo "$ac_try_echo") >&5
5970
  (eval "$ac_link") 2>&5
5971
  ac_status=$?
5972
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5973
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5974
  { (case "(($ac_try" in
5975
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5976
  *) ac_try_echo=$ac_try;;
5977
esac
5978
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5979
$as_echo "$ac_try_echo") >&5
5980
  (eval "$ac_try") 2>&5
5981
  ac_status=$?
5982
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5983
  (exit $ac_status); }; }; then
5984
  :
5985
else
5656
else
5986
  $as_echo "$as_me: program exited with status $ac_status" >&5
5657
  ac_cv_header_stdc=no
5987
$as_echo "$as_me: failed program was:" >&5
5658
fi
5988
sed 's/^/| /' conftest.$ac_ext >&5
5659
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5989
5660
  conftest.$ac_objext conftest.beam conftest.$ac_ext
5990
( exit $ac_status )
5661
fi
5991
ac_cv_header_stdc=no
5662
5992
fi
5663
fi
5993
rm -rf conftest.dSYM
5664
fi
5994
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5665
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5995
fi
5996
5997
5998
fi
5999
fi
6000
{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6001
$as_echo "$ac_cv_header_stdc" >&6; }
5666
$as_echo "$ac_cv_header_stdc" >&6; }
6002
if test $ac_cv_header_stdc = yes; then
5667
if test $ac_cv_header_stdc = yes; then
6003
5668
6004
cat >>confdefs.h <<\_ACEOF
5669
$as_echo "#define STDC_HEADERS 1" >>confdefs.h
6005
#define STDC_HEADERS 1
6006
_ACEOF
6007
5670
6008
fi
5671
fi
6009
5672
6010
5673
6011
5674
# Random crap that I can't figure out elsewhere
6012
5675
LIBS="-L/usr/lib64 -lm"
6013
5676
6014
5677
6015
  { $as_echo "$as_me:$LINENO: checking whether NLS is requested" >&5
5678
5679
5680
5681
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
6016
$as_echo_n "checking whether NLS is requested... " >&6; }
5682
$as_echo_n "checking whether NLS is requested... " >&6; }
6017
    # Check whether --enable-nls was given.
5683
    # Check whether --enable-nls was given.
6018
if test "${enable_nls+set}" = set; then
5684
if test "${enable_nls+set}" = set; then :
6019
  enableval=$enable_nls; USE_NLS=$enableval
5685
  enableval=$enable_nls; USE_NLS=$enableval
6020
else
5686
else
6021
  USE_NLS=yes
5687
  USE_NLS=yes
6022
fi
5688
fi
6023
5689
6024
  { $as_echo "$as_me:$LINENO: result: $USE_NLS" >&5
5690
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
6025
$as_echo "$USE_NLS" >&6; }
5691
$as_echo "$USE_NLS" >&6; }
6026
5692
6027
5693
Lines 6029-6063 Link Here
6029
5695
6030
case "$am__api_version" in
5696
case "$am__api_version" in
6031
    1.01234)
5697
    1.01234)
6032
	{ { $as_echo "$as_me:$LINENO: error: Automake 1.5 or newer is required to use intltool" >&5
5698
	as_fn_error $? "Automake 1.5 or newer is required to use intltool" "$LINENO" 5
6033
$as_echo "$as_me: error: Automake 1.5 or newer is required to use intltool" >&2;}
6034
   { (exit 1); exit 1; }; }
6035
    ;;
5699
    ;;
6036
    *)
5700
    *)
6037
    ;;
5701
    ;;
6038
esac
5702
esac
6039
5703
6040
if test -n "0.35.0"; then
5704
if test -n "0.35.0"; then
6041
    { $as_echo "$as_me:$LINENO: checking for intltool >= 0.35.0" >&5
5705
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for intltool >= 0.35.0" >&5
6042
$as_echo_n "checking for intltool >= 0.35.0... " >&6; }
5706
$as_echo_n "checking for intltool >= 0.35.0... " >&6; }
6043
5707
6044
    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.35.0 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
5708
    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.35.0 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
6045
    INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
5709
    INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
6046
    INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
5710
    INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
6047
5711
6048
    { $as_echo "$as_me:$LINENO: result: $INTLTOOL_APPLIED_VERSION found" >&5
5712
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&5
6049
$as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; }
5713
$as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; }
6050
    test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
5714
    test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
6051
	{ { $as_echo "$as_me:$LINENO: error: Your intltool is too old.  You need intltool 0.35.0 or later." >&5
5715
	as_fn_error $? "Your intltool is too old.  You need intltool 0.35.0 or later." "$LINENO" 5
6052
$as_echo "$as_me: error: Your intltool is too old.  You need intltool 0.35.0 or later." >&2;}
6053
   { (exit 1); exit 1; }; }
6054
fi
5716
fi
6055
5717
6056
# Extract the first word of "intltool-update", so it can be a program name with args.
5718
# Extract the first word of "intltool-update", so it can be a program name with args.
6057
set dummy intltool-update; ac_word=$2
5719
set dummy intltool-update; ac_word=$2
6058
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5720
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6059
$as_echo_n "checking for $ac_word... " >&6; }
5721
$as_echo_n "checking for $ac_word... " >&6; }
6060
if test "${ac_cv_path_INTLTOOL_UPDATE+set}" = set; then
5722
if ${ac_cv_path_INTLTOOL_UPDATE+:} false; then :
6061
  $as_echo_n "(cached) " >&6
5723
  $as_echo_n "(cached) " >&6
6062
else
5724
else
6063
  case $INTLTOOL_UPDATE in
5725
  case $INTLTOOL_UPDATE in
Lines 6070-6083 Link Here
6070
do
5732
do
6071
  IFS=$as_save_IFS
5733
  IFS=$as_save_IFS
6072
  test -z "$as_dir" && as_dir=.
5734
  test -z "$as_dir" && as_dir=.
6073
  for ac_exec_ext in '' $ac_executable_extensions; do
5735
    for ac_exec_ext in '' $ac_executable_extensions; do
6074
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5736
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6075
    ac_cv_path_INTLTOOL_UPDATE="$as_dir/$ac_word$ac_exec_ext"
5737
    ac_cv_path_INTLTOOL_UPDATE="$as_dir/$ac_word$ac_exec_ext"
6076
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5738
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6077
    break 2
5739
    break 2
6078
  fi
5740
  fi
6079
done
5741
done
6080
done
5742
  done
6081
IFS=$as_save_IFS
5743
IFS=$as_save_IFS
6082
5744
6083
  ;;
5745
  ;;
Lines 6085-6103 Link Here
6085
fi
5747
fi
6086
INTLTOOL_UPDATE=$ac_cv_path_INTLTOOL_UPDATE
5748
INTLTOOL_UPDATE=$ac_cv_path_INTLTOOL_UPDATE
6087
if test -n "$INTLTOOL_UPDATE"; then
5749
if test -n "$INTLTOOL_UPDATE"; then
6088
  { $as_echo "$as_me:$LINENO: result: $INTLTOOL_UPDATE" >&5
5750
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_UPDATE" >&5
6089
$as_echo "$INTLTOOL_UPDATE" >&6; }
5751
$as_echo "$INTLTOOL_UPDATE" >&6; }
6090
else
5752
else
6091
  { $as_echo "$as_me:$LINENO: result: no" >&5
5753
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6092
$as_echo "no" >&6; }
5754
$as_echo "no" >&6; }
6093
fi
5755
fi
6094
5756
6095
5757
6096
# Extract the first word of "intltool-merge", so it can be a program name with args.
5758
# Extract the first word of "intltool-merge", so it can be a program name with args.
6097
set dummy intltool-merge; ac_word=$2
5759
set dummy intltool-merge; ac_word=$2
6098
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5760
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6099
$as_echo_n "checking for $ac_word... " >&6; }
5761
$as_echo_n "checking for $ac_word... " >&6; }
6100
if test "${ac_cv_path_INTLTOOL_MERGE+set}" = set; then
5762
if ${ac_cv_path_INTLTOOL_MERGE+:} false; then :
6101
  $as_echo_n "(cached) " >&6
5763
  $as_echo_n "(cached) " >&6
6102
else
5764
else
6103
  case $INTLTOOL_MERGE in
5765
  case $INTLTOOL_MERGE in
Lines 6110-6123 Link Here
6110
do
5772
do
6111
  IFS=$as_save_IFS
5773
  IFS=$as_save_IFS
6112
  test -z "$as_dir" && as_dir=.
5774
  test -z "$as_dir" && as_dir=.
6113
  for ac_exec_ext in '' $ac_executable_extensions; do
5775
    for ac_exec_ext in '' $ac_executable_extensions; do
6114
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5776
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6115
    ac_cv_path_INTLTOOL_MERGE="$as_dir/$ac_word$ac_exec_ext"
5777
    ac_cv_path_INTLTOOL_MERGE="$as_dir/$ac_word$ac_exec_ext"
6116
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5778
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6117
    break 2
5779
    break 2
6118
  fi
5780
  fi
6119
done
5781
done
6120
done
5782
  done
6121
IFS=$as_save_IFS
5783
IFS=$as_save_IFS
6122
5784
6123
  ;;
5785
  ;;
Lines 6125-6143 Link Here
6125
fi
5787
fi
6126
INTLTOOL_MERGE=$ac_cv_path_INTLTOOL_MERGE
5788
INTLTOOL_MERGE=$ac_cv_path_INTLTOOL_MERGE
6127
if test -n "$INTLTOOL_MERGE"; then
5789
if test -n "$INTLTOOL_MERGE"; then
6128
  { $as_echo "$as_me:$LINENO: result: $INTLTOOL_MERGE" >&5
5790
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_MERGE" >&5
6129
$as_echo "$INTLTOOL_MERGE" >&6; }
5791
$as_echo "$INTLTOOL_MERGE" >&6; }
6130
else
5792
else
6131
  { $as_echo "$as_me:$LINENO: result: no" >&5
5793
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6132
$as_echo "no" >&6; }
5794
$as_echo "no" >&6; }
6133
fi
5795
fi
6134
5796
6135
5797
6136
# Extract the first word of "intltool-extract", so it can be a program name with args.
5798
# Extract the first word of "intltool-extract", so it can be a program name with args.
6137
set dummy intltool-extract; ac_word=$2
5799
set dummy intltool-extract; ac_word=$2
6138
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5800
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6139
$as_echo_n "checking for $ac_word... " >&6; }
5801
$as_echo_n "checking for $ac_word... " >&6; }
6140
if test "${ac_cv_path_INTLTOOL_EXTRACT+set}" = set; then
5802
if ${ac_cv_path_INTLTOOL_EXTRACT+:} false; then :
6141
  $as_echo_n "(cached) " >&6
5803
  $as_echo_n "(cached) " >&6
6142
else
5804
else
6143
  case $INTLTOOL_EXTRACT in
5805
  case $INTLTOOL_EXTRACT in
Lines 6150-6163 Link Here
6150
do
5812
do
6151
  IFS=$as_save_IFS
5813
  IFS=$as_save_IFS
6152
  test -z "$as_dir" && as_dir=.
5814
  test -z "$as_dir" && as_dir=.
6153
  for ac_exec_ext in '' $ac_executable_extensions; do
5815
    for ac_exec_ext in '' $ac_executable_extensions; do
6154
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5816
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6155
    ac_cv_path_INTLTOOL_EXTRACT="$as_dir/$ac_word$ac_exec_ext"
5817
    ac_cv_path_INTLTOOL_EXTRACT="$as_dir/$ac_word$ac_exec_ext"
6156
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5818
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6157
    break 2
5819
    break 2
6158
  fi
5820
  fi
6159
done
5821
done
6160
done
5822
  done
6161
IFS=$as_save_IFS
5823
IFS=$as_save_IFS
6162
5824
6163
  ;;
5825
  ;;
Lines 6165-6182 Link Here
6165
fi
5827
fi
6166
INTLTOOL_EXTRACT=$ac_cv_path_INTLTOOL_EXTRACT
5828
INTLTOOL_EXTRACT=$ac_cv_path_INTLTOOL_EXTRACT
6167
if test -n "$INTLTOOL_EXTRACT"; then
5829
if test -n "$INTLTOOL_EXTRACT"; then
6168
  { $as_echo "$as_me:$LINENO: result: $INTLTOOL_EXTRACT" >&5
5830
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_EXTRACT" >&5
6169
$as_echo "$INTLTOOL_EXTRACT" >&6; }
5831
$as_echo "$INTLTOOL_EXTRACT" >&6; }
6170
else
5832
else
6171
  { $as_echo "$as_me:$LINENO: result: no" >&5
5833
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6172
$as_echo "no" >&6; }
5834
$as_echo "no" >&6; }
6173
fi
5835
fi
6174
5836
6175
5837
6176
if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then
5838
if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then
6177
    { { $as_echo "$as_me:$LINENO: error: The intltool scripts were not found. Please install intltool." >&5
5839
    as_fn_error $? "The intltool scripts were not found. Please install intltool." "$LINENO" 5
6178
$as_echo "$as_me: error: The intltool scripts were not found. Please install intltool." >&2;}
6179
   { (exit 1); exit 1; }; }
6180
fi
5840
fi
6181
5841
6182
  INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
5842
  INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
Lines 6298-6306 Link Here
6298
# Check the gettext tools to make sure they are GNU
5958
# Check the gettext tools to make sure they are GNU
6299
# Extract the first word of "xgettext", so it can be a program name with args.
5959
# Extract the first word of "xgettext", so it can be a program name with args.
6300
set dummy xgettext; ac_word=$2
5960
set dummy xgettext; ac_word=$2
6301
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5961
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6302
$as_echo_n "checking for $ac_word... " >&6; }
5962
$as_echo_n "checking for $ac_word... " >&6; }
6303
if test "${ac_cv_path_XGETTEXT+set}" = set; then
5963
if ${ac_cv_path_XGETTEXT+:} false; then :
6304
  $as_echo_n "(cached) " >&6
5964
  $as_echo_n "(cached) " >&6
6305
else
5965
else
6306
  case $XGETTEXT in
5966
  case $XGETTEXT in
Lines 6313-6326 Link Here
6313
do
5973
do
6314
  IFS=$as_save_IFS
5974
  IFS=$as_save_IFS
6315
  test -z "$as_dir" && as_dir=.
5975
  test -z "$as_dir" && as_dir=.
6316
  for ac_exec_ext in '' $ac_executable_extensions; do
5976
    for ac_exec_ext in '' $ac_executable_extensions; do
6317
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5977
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6318
    ac_cv_path_XGETTEXT="$as_dir/$ac_word$ac_exec_ext"
5978
    ac_cv_path_XGETTEXT="$as_dir/$ac_word$ac_exec_ext"
6319
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5979
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6320
    break 2
5980
    break 2
6321
  fi
5981
  fi
6322
done
5982
done
6323
done
5983
  done
6324
IFS=$as_save_IFS
5984
IFS=$as_save_IFS
6325
5985
6326
  ;;
5986
  ;;
Lines 6328-6346 Link Here
6328
fi
5988
fi
6329
XGETTEXT=$ac_cv_path_XGETTEXT
5989
XGETTEXT=$ac_cv_path_XGETTEXT
6330
if test -n "$XGETTEXT"; then
5990
if test -n "$XGETTEXT"; then
6331
  { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5
5991
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
6332
$as_echo "$XGETTEXT" >&6; }
5992
$as_echo "$XGETTEXT" >&6; }
6333
else
5993
else
6334
  { $as_echo "$as_me:$LINENO: result: no" >&5
5994
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6335
$as_echo "no" >&6; }
5995
$as_echo "no" >&6; }
6336
fi
5996
fi
6337
5997
6338
5998
6339
# Extract the first word of "msgmerge", so it can be a program name with args.
5999
# Extract the first word of "msgmerge", so it can be a program name with args.
6340
set dummy msgmerge; ac_word=$2
6000
set dummy msgmerge; ac_word=$2
6341
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6001
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6342
$as_echo_n "checking for $ac_word... " >&6; }
6002
$as_echo_n "checking for $ac_word... " >&6; }
6343
if test "${ac_cv_path_MSGMERGE+set}" = set; then
6003
if ${ac_cv_path_MSGMERGE+:} false; then :
6344
  $as_echo_n "(cached) " >&6
6004
  $as_echo_n "(cached) " >&6
6345
else
6005
else
6346
  case $MSGMERGE in
6006
  case $MSGMERGE in
Lines 6353-6366 Link Here
6353
do
6013
do
6354
  IFS=$as_save_IFS
6014
  IFS=$as_save_IFS
6355
  test -z "$as_dir" && as_dir=.
6015
  test -z "$as_dir" && as_dir=.
6356
  for ac_exec_ext in '' $ac_executable_extensions; do
6016
    for ac_exec_ext in '' $ac_executable_extensions; do
6357
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6017
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6358
    ac_cv_path_MSGMERGE="$as_dir/$ac_word$ac_exec_ext"
6018
    ac_cv_path_MSGMERGE="$as_dir/$ac_word$ac_exec_ext"
6359
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6019
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6360
    break 2
6020
    break 2
6361
  fi
6021
  fi
6362
done
6022
done
6363
done
6023
  done
6364
IFS=$as_save_IFS
6024
IFS=$as_save_IFS
6365
6025
6366
  ;;
6026
  ;;
Lines 6368-6386 Link Here
6368
fi
6028
fi
6369
MSGMERGE=$ac_cv_path_MSGMERGE
6029
MSGMERGE=$ac_cv_path_MSGMERGE
6370
if test -n "$MSGMERGE"; then
6030
if test -n "$MSGMERGE"; then
6371
  { $as_echo "$as_me:$LINENO: result: $MSGMERGE" >&5
6031
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
6372
$as_echo "$MSGMERGE" >&6; }
6032
$as_echo "$MSGMERGE" >&6; }
6373
else
6033
else
6374
  { $as_echo "$as_me:$LINENO: result: no" >&5
6034
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6375
$as_echo "no" >&6; }
6035
$as_echo "no" >&6; }
6376
fi
6036
fi
6377
6037
6378
6038
6379
# Extract the first word of "msgfmt", so it can be a program name with args.
6039
# Extract the first word of "msgfmt", so it can be a program name with args.
6380
set dummy msgfmt; ac_word=$2
6040
set dummy msgfmt; ac_word=$2
6381
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6041
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6382
$as_echo_n "checking for $ac_word... " >&6; }
6042
$as_echo_n "checking for $ac_word... " >&6; }
6383
if test "${ac_cv_path_MSGFMT+set}" = set; then
6043
if ${ac_cv_path_MSGFMT+:} false; then :
6384
  $as_echo_n "(cached) " >&6
6044
  $as_echo_n "(cached) " >&6
6385
else
6045
else
6386
  case $MSGFMT in
6046
  case $MSGFMT in
Lines 6393-6406 Link Here
6393
do
6053
do
6394
  IFS=$as_save_IFS
6054
  IFS=$as_save_IFS
6395
  test -z "$as_dir" && as_dir=.
6055
  test -z "$as_dir" && as_dir=.
6396
  for ac_exec_ext in '' $ac_executable_extensions; do
6056
    for ac_exec_ext in '' $ac_executable_extensions; do
6397
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6057
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6398
    ac_cv_path_MSGFMT="$as_dir/$ac_word$ac_exec_ext"
6058
    ac_cv_path_MSGFMT="$as_dir/$ac_word$ac_exec_ext"
6399
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6059
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6400
    break 2
6060
    break 2
6401
  fi
6061
  fi
6402
done
6062
done
6403
done
6063
  done
6404
IFS=$as_save_IFS
6064
IFS=$as_save_IFS
6405
6065
6406
  ;;
6066
  ;;
Lines 6408-6426 Link Here
6408
fi
6068
fi
6409
MSGFMT=$ac_cv_path_MSGFMT
6069
MSGFMT=$ac_cv_path_MSGFMT
6410
if test -n "$MSGFMT"; then
6070
if test -n "$MSGFMT"; then
6411
  { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5
6071
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
6412
$as_echo "$MSGFMT" >&6; }
6072
$as_echo "$MSGFMT" >&6; }
6413
else
6073
else
6414
  { $as_echo "$as_me:$LINENO: result: no" >&5
6074
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6415
$as_echo "no" >&6; }
6075
$as_echo "no" >&6; }
6416
fi
6076
fi
6417
6077
6418
6078
6419
# Extract the first word of "gmsgfmt", so it can be a program name with args.
6079
# Extract the first word of "gmsgfmt", so it can be a program name with args.
6420
set dummy gmsgfmt; ac_word=$2
6080
set dummy gmsgfmt; ac_word=$2
6421
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6081
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6422
$as_echo_n "checking for $ac_word... " >&6; }
6082
$as_echo_n "checking for $ac_word... " >&6; }
6423
if test "${ac_cv_path_GMSGFMT+set}" = set; then
6083
if ${ac_cv_path_GMSGFMT+:} false; then :
6424
  $as_echo_n "(cached) " >&6
6084
  $as_echo_n "(cached) " >&6
6425
else
6085
else
6426
  case $GMSGFMT in
6086
  case $GMSGFMT in
Lines 6433-6446 Link Here
6433
do
6093
do
6434
  IFS=$as_save_IFS
6094
  IFS=$as_save_IFS
6435
  test -z "$as_dir" && as_dir=.
6095
  test -z "$as_dir" && as_dir=.
6436
  for ac_exec_ext in '' $ac_executable_extensions; do
6096
    for ac_exec_ext in '' $ac_executable_extensions; do
6437
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6097
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6438
    ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
6098
    ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
6439
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6099
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6440
    break 2
6100
    break 2
6441
  fi
6101
  fi
6442
done
6102
done
6443
done
6103
  done
6444
IFS=$as_save_IFS
6104
IFS=$as_save_IFS
6445
6105
6446
  test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
6106
  test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
Lines 6449-6481 Link Here
6449
fi
6109
fi
6450
GMSGFMT=$ac_cv_path_GMSGFMT
6110
GMSGFMT=$ac_cv_path_GMSGFMT
6451
if test -n "$GMSGFMT"; then
6111
if test -n "$GMSGFMT"; then
6452
  { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5
6112
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
6453
$as_echo "$GMSGFMT" >&6; }
6113
$as_echo "$GMSGFMT" >&6; }
6454
else
6114
else
6455
  { $as_echo "$as_me:$LINENO: result: no" >&5
6115
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6456
$as_echo "no" >&6; }
6116
$as_echo "no" >&6; }
6457
fi
6117
fi
6458
6118
6459
6119
6460
if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
6120
if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
6461
    { { $as_echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
6121
    as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5
6462
$as_echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;}
6463
   { (exit 1); exit 1; }; }
6464
fi
6122
fi
6465
xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
6123
xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
6466
mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
6124
mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
6467
mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
6125
mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
6468
if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
6126
if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
6469
    { { $as_echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
6127
    as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5
6470
$as_echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;}
6471
   { (exit 1); exit 1; }; }
6472
fi
6128
fi
6473
6129
6474
# Extract the first word of "perl", so it can be a program name with args.
6130
# Extract the first word of "perl", so it can be a program name with args.
6475
set dummy perl; ac_word=$2
6131
set dummy perl; ac_word=$2
6476
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6132
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6477
$as_echo_n "checking for $ac_word... " >&6; }
6133
$as_echo_n "checking for $ac_word... " >&6; }
6478
if test "${ac_cv_path_INTLTOOL_PERL+set}" = set; then
6134
if ${ac_cv_path_INTLTOOL_PERL+:} false; then :
6479
  $as_echo_n "(cached) " >&6
6135
  $as_echo_n "(cached) " >&6
6480
else
6136
else
6481
  case $INTLTOOL_PERL in
6137
  case $INTLTOOL_PERL in
Lines 6488-6501 Link Here
6488
do
6144
do
6489
  IFS=$as_save_IFS
6145
  IFS=$as_save_IFS
6490
  test -z "$as_dir" && as_dir=.
6146
  test -z "$as_dir" && as_dir=.
6491
  for ac_exec_ext in '' $ac_executable_extensions; do
6147
    for ac_exec_ext in '' $ac_executable_extensions; do
6492
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6148
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6493
    ac_cv_path_INTLTOOL_PERL="$as_dir/$ac_word$ac_exec_ext"
6149
    ac_cv_path_INTLTOOL_PERL="$as_dir/$ac_word$ac_exec_ext"
6494
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6150
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6495
    break 2
6151
    break 2
6496
  fi
6152
  fi
6497
done
6153
done
6498
done
6154
  done
6499
IFS=$as_save_IFS
6155
IFS=$as_save_IFS
6500
6156
6501
  ;;
6157
  ;;
Lines 6503-6543 Link Here
6503
fi
6159
fi
6504
INTLTOOL_PERL=$ac_cv_path_INTLTOOL_PERL
6160
INTLTOOL_PERL=$ac_cv_path_INTLTOOL_PERL
6505
if test -n "$INTLTOOL_PERL"; then
6161
if test -n "$INTLTOOL_PERL"; then
6506
  { $as_echo "$as_me:$LINENO: result: $INTLTOOL_PERL" >&5
6162
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_PERL" >&5
6507
$as_echo "$INTLTOOL_PERL" >&6; }
6163
$as_echo "$INTLTOOL_PERL" >&6; }
6508
else
6164
else
6509
  { $as_echo "$as_me:$LINENO: result: no" >&5
6165
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6510
$as_echo "no" >&6; }
6166
$as_echo "no" >&6; }
6511
fi
6167
fi
6512
6168
6513
6169
6514
if test -z "$INTLTOOL_PERL"; then
6170
if test -z "$INTLTOOL_PERL"; then
6515
   { { $as_echo "$as_me:$LINENO: error: perl not found" >&5
6171
   as_fn_error $? "perl not found" "$LINENO" 5
6516
$as_echo "$as_me: error: perl not found" >&2;}
6517
   { (exit 1); exit 1; }; }
6518
fi
6172
fi
6519
{ $as_echo "$as_me:$LINENO: checking for perl >= 5.8.1" >&5
6173
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl >= 5.8.1" >&5
6520
$as_echo_n "checking for perl >= 5.8.1... " >&6; }
6174
$as_echo_n "checking for perl >= 5.8.1... " >&6; }
6521
$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1
6175
$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1
6522
if test $? -ne 0; then
6176
if test $? -ne 0; then
6523
   { { $as_echo "$as_me:$LINENO: error: perl 5.8.1 is required for intltool" >&5
6177
   as_fn_error $? "perl 5.8.1 is required for intltool" "$LINENO" 5
6524
$as_echo "$as_me: error: perl 5.8.1 is required for intltool" >&2;}
6525
   { (exit 1); exit 1; }; }
6526
else
6178
else
6527
   IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"
6179
   IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"
6528
   { $as_echo "$as_me:$LINENO: result: $IT_PERL_VERSION" >&5
6180
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
6529
$as_echo "$IT_PERL_VERSION" >&6; }
6181
$as_echo "$IT_PERL_VERSION" >&6; }
6530
fi
6182
fi
6531
if test "x" != "xno-xml"; then
6183
if test "x" != "xno-xml"; then
6532
   { $as_echo "$as_me:$LINENO: checking for XML::Parser" >&5
6184
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML::Parser" >&5
6533
$as_echo_n "checking for XML::Parser... " >&6; }
6185
$as_echo_n "checking for XML::Parser... " >&6; }
6534
   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
6186
   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
6535
       { $as_echo "$as_me:$LINENO: result: ok" >&5
6187
       { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6536
$as_echo "ok" >&6; }
6188
$as_echo "ok" >&6; }
6537
   else
6189
   else
6538
       { { $as_echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5
6190
       as_fn_error $? "XML::Parser perl module is required for intltool" "$LINENO" 5
6539
$as_echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;}
6540
   { (exit 1); exit 1; }; }
6541
   fi
6191
   fi
6542
fi
6192
fi
6543
6193
Lines 6547-6557 Link Here
6547
# Set DATADIRNAME correctly if it is not set yet
6197
# Set DATADIRNAME correctly if it is not set yet
6548
# (copied from glib-gettext.m4)
6198
# (copied from glib-gettext.m4)
6549
if test -z "$DATADIRNAME"; then
6199
if test -z "$DATADIRNAME"; then
6550
  cat >conftest.$ac_ext <<_ACEOF
6200
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6551
/* confdefs.h.  */
6552
_ACEOF
6553
cat confdefs.h >>conftest.$ac_ext
6554
cat >>conftest.$ac_ext <<_ACEOF
6555
/* end confdefs.h.  */
6201
/* end confdefs.h.  */
6556
6202
6557
int
6203
int
Lines 6563-6682 Link Here
6563
  return 0;
6209
  return 0;
6564
}
6210
}
6565
_ACEOF
6211
_ACEOF
6566
rm -f conftest.$ac_objext conftest$ac_exeext
6212
if ac_fn_c_try_link "$LINENO"; then :
6567
if { (ac_try="$ac_link"
6568
case "(($ac_try" in
6569
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6570
  *) ac_try_echo=$ac_try;;
6571
esac
6572
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6573
$as_echo "$ac_try_echo") >&5
6574
  (eval "$ac_link") 2>conftest.er1
6575
  ac_status=$?
6576
  grep -v '^ *+' conftest.er1 >conftest.err
6577
  rm -f conftest.er1
6578
  cat conftest.err >&5
6579
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6580
  (exit $ac_status); } && {
6581
	 test -z "$ac_c_werror_flag" ||
6582
	 test ! -s conftest.err
6583
       } && test -s conftest$ac_exeext && {
6584
	 test "$cross_compiling" = yes ||
6585
	 $as_test_x conftest$ac_exeext
6586
       }; then
6587
  DATADIRNAME=share
6213
  DATADIRNAME=share
6588
else
6214
else
6589
  $as_echo "$as_me: failed program was:" >&5
6215
  case $host in
6590
sed 's/^/| /' conftest.$ac_ext >&5
6591
6592
	case $host in
6593
    *-*-solaris*)
6216
    *-*-solaris*)
6594
                        { $as_echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
6217
                        ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
6595
$as_echo_n "checking for bind_textdomain_codeset... " >&6; }
6218
if test "x$ac_cv_func_bind_textdomain_codeset" = xyes; then :
6596
if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
6597
  $as_echo_n "(cached) " >&6
6598
else
6599
  cat >conftest.$ac_ext <<_ACEOF
6600
/* confdefs.h.  */
6601
_ACEOF
6602
cat confdefs.h >>conftest.$ac_ext
6603
cat >>conftest.$ac_ext <<_ACEOF
6604
/* end confdefs.h.  */
6605
/* Define bind_textdomain_codeset to an innocuous variant, in case <limits.h> declares bind_textdomain_codeset.
6606
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
6607
#define bind_textdomain_codeset innocuous_bind_textdomain_codeset
6608
6609
/* System header to define __stub macros and hopefully few prototypes,
6610
    which can conflict with char bind_textdomain_codeset (); below.
6611
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6612
    <limits.h> exists even on freestanding compilers.  */
6613
6614
#ifdef __STDC__
6615
# include <limits.h>
6616
#else
6617
# include <assert.h>
6618
#endif
6619
6620
#undef bind_textdomain_codeset
6621
6622
/* Override any GCC internal prototype to avoid an error.
6623
   Use char because int might match the return type of a GCC
6624
   builtin and then its argument prototype would still apply.  */
6625
#ifdef __cplusplus
6626
extern "C"
6627
#endif
6628
char bind_textdomain_codeset ();
6629
/* The GNU C library defines this for functions which it implements
6630
    to always fail with ENOSYS.  Some functions are actually named
6631
    something starting with __ and the normal name is an alias.  */
6632
#if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset
6633
choke me
6634
#endif
6635
6636
int
6637
main ()
6638
{
6639
return bind_textdomain_codeset ();
6640
  ;
6641
  return 0;
6642
}
6643
_ACEOF
6644
rm -f conftest.$ac_objext conftest$ac_exeext
6645
if { (ac_try="$ac_link"
6646
case "(($ac_try" in
6647
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6648
  *) ac_try_echo=$ac_try;;
6649
esac
6650
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6651
$as_echo "$ac_try_echo") >&5
6652
  (eval "$ac_link") 2>conftest.er1
6653
  ac_status=$?
6654
  grep -v '^ *+' conftest.er1 >conftest.err
6655
  rm -f conftest.er1
6656
  cat conftest.err >&5
6657
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6658
  (exit $ac_status); } && {
6659
	 test -z "$ac_c_werror_flag" ||
6660
	 test ! -s conftest.err
6661
       } && test -s conftest$ac_exeext && {
6662
	 test "$cross_compiling" = yes ||
6663
	 $as_test_x conftest$ac_exeext
6664
       }; then
6665
  ac_cv_func_bind_textdomain_codeset=yes
6666
else
6667
  $as_echo "$as_me: failed program was:" >&5
6668
sed 's/^/| /' conftest.$ac_ext >&5
6669
6670
	ac_cv_func_bind_textdomain_codeset=no
6671
fi
6672
6673
rm -rf conftest.dSYM
6674
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6675
      conftest$ac_exeext conftest.$ac_ext
6676
fi
6677
{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
6678
$as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; }
6679
if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then
6680
  DATADIRNAME=share
6219
  DATADIRNAME=share
6681
else
6220
else
6682
  DATADIRNAME=lib
6221
  DATADIRNAME=lib
Lines 6688-6697 Link Here
6688
    ;;
6227
    ;;
6689
    esac
6228
    esac
6690
fi
6229
fi
6691
6230
rm -f core conftest.err conftest.$ac_objext \
6692
rm -rf conftest.dSYM
6231
    conftest$ac_exeext conftest.$ac_ext
6693
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6694
      conftest$ac_exeext conftest.$ac_ext
6695
fi
6232
fi
6696
6233
6697
6234
Lines 6707-6775 Link Here
6707
_ACEOF
6244
_ACEOF
6708
6245
6709
# On IRIX 5.3, sys/types and inttypes.h are conflicting.
6246
# On IRIX 5.3, sys/types and inttypes.h are conflicting.
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6247
for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6720
		  inttypes.h stdint.h unistd.h
6248
		  inttypes.h stdint.h unistd.h
6721
do
6249
do :
6722
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6250
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6723
{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6251
ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6724
$as_echo_n "checking for $ac_header... " >&6; }
6252
"
6725
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6253
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6726
  $as_echo_n "(cached) " >&6
6727
else
6728
  cat >conftest.$ac_ext <<_ACEOF
6729
/* confdefs.h.  */
6730
_ACEOF
6731
cat confdefs.h >>conftest.$ac_ext
6732
cat >>conftest.$ac_ext <<_ACEOF
6733
/* end confdefs.h.  */
6734
$ac_includes_default
6735
6736
#include <$ac_header>
6737
_ACEOF
6738
rm -f conftest.$ac_objext
6739
if { (ac_try="$ac_compile"
6740
case "(($ac_try" in
6741
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6742
  *) ac_try_echo=$ac_try;;
6743
esac
6744
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6745
$as_echo "$ac_try_echo") >&5
6746
  (eval "$ac_compile") 2>conftest.er1
6747
  ac_status=$?
6748
  grep -v '^ *+' conftest.er1 >conftest.err
6749
  rm -f conftest.er1
6750
  cat conftest.err >&5
6751
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6752
  (exit $ac_status); } && {
6753
	 test -z "$ac_c_werror_flag" ||
6754
	 test ! -s conftest.err
6755
       } && test -s conftest.$ac_objext; then
6756
  eval "$as_ac_Header=yes"
6757
else
6758
  $as_echo "$as_me: failed program was:" >&5
6759
sed 's/^/| /' conftest.$ac_ext >&5
6760
6761
	eval "$as_ac_Header=no"
6762
fi
6763
6764
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6765
fi
6766
ac_res=`eval 'as_val=${'$as_ac_Header'}
6767
		 $as_echo "$as_val"'`
6768
	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6769
$as_echo "$ac_res" >&6; }
6770
as_val=`eval 'as_val=${'$as_ac_Header'}
6771
		 $as_echo "$as_val"'`
6772
   if test "x$as_val" = x""yes; then
6773
  cat >>confdefs.h <<_ACEOF
6254
  cat >>confdefs.h <<_ACEOF
6774
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6255
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6775
_ACEOF
6256
_ACEOF
Lines 6780-6930 Link Here
6780
6261
6781
6262
6782
6263
6783
6264
   for ac_header in locale.h
6784
for ac_header in locale.h
6265
do :
6785
do
6266
  ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default"
6786
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6267
if test "x$ac_cv_header_locale_h" = xyes; then :
6787
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6788
  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6789
$as_echo_n "checking for $ac_header... " >&6; }
6790
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6791
  $as_echo_n "(cached) " >&6
6792
fi
6793
ac_res=`eval 'as_val=${'$as_ac_Header'}
6794
		 $as_echo "$as_val"'`
6795
	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6796
$as_echo "$ac_res" >&6; }
6797
else
6798
  # Is the header compilable?
6799
{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
6800
$as_echo_n "checking $ac_header usability... " >&6; }
6801
cat >conftest.$ac_ext <<_ACEOF
6802
/* confdefs.h.  */
6803
_ACEOF
6804
cat confdefs.h >>conftest.$ac_ext
6805
cat >>conftest.$ac_ext <<_ACEOF
6806
/* end confdefs.h.  */
6807
$ac_includes_default
6808
#include <$ac_header>
6809
_ACEOF
6810
rm -f conftest.$ac_objext
6811
if { (ac_try="$ac_compile"
6812
case "(($ac_try" in
6813
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6814
  *) ac_try_echo=$ac_try;;
6815
esac
6816
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6817
$as_echo "$ac_try_echo") >&5
6818
  (eval "$ac_compile") 2>conftest.er1
6819
  ac_status=$?
6820
  grep -v '^ *+' conftest.er1 >conftest.err
6821
  rm -f conftest.er1
6822
  cat conftest.err >&5
6823
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6824
  (exit $ac_status); } && {
6825
	 test -z "$ac_c_werror_flag" ||
6826
	 test ! -s conftest.err
6827
       } && test -s conftest.$ac_objext; then
6828
  ac_header_compiler=yes
6829
else
6830
  $as_echo "$as_me: failed program was:" >&5
6831
sed 's/^/| /' conftest.$ac_ext >&5
6832
6833
	ac_header_compiler=no
6834
fi
6835
6836
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6837
{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6838
$as_echo "$ac_header_compiler" >&6; }
6839
6840
# Is the header present?
6841
{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
6842
$as_echo_n "checking $ac_header presence... " >&6; }
6843
cat >conftest.$ac_ext <<_ACEOF
6844
/* confdefs.h.  */
6845
_ACEOF
6846
cat confdefs.h >>conftest.$ac_ext
6847
cat >>conftest.$ac_ext <<_ACEOF
6848
/* end confdefs.h.  */
6849
#include <$ac_header>
6850
_ACEOF
6851
if { (ac_try="$ac_cpp conftest.$ac_ext"
6852
case "(($ac_try" in
6853
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6854
  *) ac_try_echo=$ac_try;;
6855
esac
6856
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6857
$as_echo "$ac_try_echo") >&5
6858
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6859
  ac_status=$?
6860
  grep -v '^ *+' conftest.er1 >conftest.err
6861
  rm -f conftest.er1
6862
  cat conftest.err >&5
6863
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6864
  (exit $ac_status); } >/dev/null && {
6865
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6866
	 test ! -s conftest.err
6867
       }; then
6868
  ac_header_preproc=yes
6869
else
6870
  $as_echo "$as_me: failed program was:" >&5
6871
sed 's/^/| /' conftest.$ac_ext >&5
6872
6873
  ac_header_preproc=no
6874
fi
6875
6876
rm -f conftest.err conftest.$ac_ext
6877
{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6878
$as_echo "$ac_header_preproc" >&6; }
6879
6880
# So?  What about this header?
6881
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6882
  yes:no: )
6883
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6884
$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6885
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6886
$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6887
    ac_header_preproc=yes
6888
    ;;
6889
  no:yes:* )
6890
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6891
$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6892
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
6893
$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
6894
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6895
$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6896
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
6897
$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
6898
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6899
$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6900
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6901
$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6902
    ( cat <<\_ASBOX
6903
## ---------------------------------------------------- ##
6904
## Report this to http://code.google.com/p/gnome-paint/ ##
6905
## ---------------------------------------------------- ##
6906
_ASBOX
6907
     ) | sed "s/^/$as_me: WARNING:     /" >&2
6908
    ;;
6909
esac
6910
{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6911
$as_echo_n "checking for $ac_header... " >&6; }
6912
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6913
  $as_echo_n "(cached) " >&6
6914
else
6915
  eval "$as_ac_Header=\$ac_header_preproc"
6916
fi
6917
ac_res=`eval 'as_val=${'$as_ac_Header'}
6918
		 $as_echo "$as_val"'`
6919
	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6920
$as_echo "$ac_res" >&6; }
6921
6922
fi
6923
as_val=`eval 'as_val=${'$as_ac_Header'}
6924
		 $as_echo "$as_val"'`
6925
   if test "x$as_val" = x""yes; then
6926
  cat >>confdefs.h <<_ACEOF
6268
  cat >>confdefs.h <<_ACEOF
6927
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6269
#define HAVE_LOCALE_H 1
6928
_ACEOF
6270
_ACEOF
6929
6271
6930
fi
6272
fi
Lines 6932-6947 Link Here
6932
done
6274
done
6933
6275
6934
    if test $ac_cv_header_locale_h = yes; then
6276
    if test $ac_cv_header_locale_h = yes; then
6935
    { $as_echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
6277
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
6936
$as_echo_n "checking for LC_MESSAGES... " >&6; }
6278
$as_echo_n "checking for LC_MESSAGES... " >&6; }
6937
if test "${am_cv_val_LC_MESSAGES+set}" = set; then
6279
if ${am_cv_val_LC_MESSAGES+:} false; then :
6938
  $as_echo_n "(cached) " >&6
6280
  $as_echo_n "(cached) " >&6
6939
else
6281
else
6940
  cat >conftest.$ac_ext <<_ACEOF
6282
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6941
/* confdefs.h.  */
6942
_ACEOF
6943
cat confdefs.h >>conftest.$ac_ext
6944
cat >>conftest.$ac_ext <<_ACEOF
6945
/* end confdefs.h.  */
6283
/* end confdefs.h.  */
6946
#include <locale.h>
6284
#include <locale.h>
6947
int
6285
int
Lines 6952-6997 Link Here
6952
  return 0;
6290
  return 0;
6953
}
6291
}
6954
_ACEOF
6292
_ACEOF
6955
rm -f conftest.$ac_objext conftest$ac_exeext
6293
if ac_fn_c_try_link "$LINENO"; then :
6956
if { (ac_try="$ac_link"
6957
case "(($ac_try" in
6958
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6959
  *) ac_try_echo=$ac_try;;
6960
esac
6961
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6962
$as_echo "$ac_try_echo") >&5
6963
  (eval "$ac_link") 2>conftest.er1
6964
  ac_status=$?
6965
  grep -v '^ *+' conftest.er1 >conftest.err
6966
  rm -f conftest.er1
6967
  cat conftest.err >&5
6968
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6969
  (exit $ac_status); } && {
6970
	 test -z "$ac_c_werror_flag" ||
6971
	 test ! -s conftest.err
6972
       } && test -s conftest$ac_exeext && {
6973
	 test "$cross_compiling" = yes ||
6974
	 $as_test_x conftest$ac_exeext
6975
       }; then
6976
  am_cv_val_LC_MESSAGES=yes
6294
  am_cv_val_LC_MESSAGES=yes
6977
else
6295
else
6978
  $as_echo "$as_me: failed program was:" >&5
6296
  am_cv_val_LC_MESSAGES=no
6979
sed 's/^/| /' conftest.$ac_ext >&5
6297
fi
6980
6298
rm -f core conftest.err conftest.$ac_objext \
6981
	am_cv_val_LC_MESSAGES=no
6299
    conftest$ac_exeext conftest.$ac_ext
6982
fi
6300
fi
6983
6301
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
6984
rm -rf conftest.dSYM
6985
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6986
      conftest$ac_exeext conftest.$ac_ext
6987
fi
6988
{ $as_echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
6989
$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
6302
$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
6990
    if test $am_cv_val_LC_MESSAGES = yes; then
6303
    if test $am_cv_val_LC_MESSAGES = yes; then
6991
6304
6992
cat >>confdefs.h <<\_ACEOF
6305
$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
6993
#define HAVE_LC_MESSAGES 1
6994
_ACEOF
6995
6306
6996
    fi
6307
    fi
6997
  fi
6308
  fi
Lines 7004-7158 Link Here
7004
    XGETTEXT=:
6315
    XGETTEXT=:
7005
    INTLLIBS=
6316
    INTLLIBS=
7006
6317
7007
    if test "${ac_cv_header_libintl_h+set}" = set; then
6318
    ac_fn_c_check_header_mongrel "$LINENO" "libintl.h" "ac_cv_header_libintl_h" "$ac_includes_default"
7008
  { $as_echo "$as_me:$LINENO: checking for libintl.h" >&5
6319
if test "x$ac_cv_header_libintl_h" = xyes; then :
7009
$as_echo_n "checking for libintl.h... " >&6; }
7010
if test "${ac_cv_header_libintl_h+set}" = set; then
7011
  $as_echo_n "(cached) " >&6
7012
fi
7013
{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
7014
$as_echo "$ac_cv_header_libintl_h" >&6; }
7015
else
7016
  # Is the header compilable?
7017
{ $as_echo "$as_me:$LINENO: checking libintl.h usability" >&5
7018
$as_echo_n "checking libintl.h usability... " >&6; }
7019
cat >conftest.$ac_ext <<_ACEOF
7020
/* confdefs.h.  */
7021
_ACEOF
7022
cat confdefs.h >>conftest.$ac_ext
7023
cat >>conftest.$ac_ext <<_ACEOF
7024
/* end confdefs.h.  */
7025
$ac_includes_default
7026
#include <libintl.h>
7027
_ACEOF
7028
rm -f conftest.$ac_objext
7029
if { (ac_try="$ac_compile"
7030
case "(($ac_try" in
7031
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7032
  *) ac_try_echo=$ac_try;;
7033
esac
7034
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7035
$as_echo "$ac_try_echo") >&5
7036
  (eval "$ac_compile") 2>conftest.er1
7037
  ac_status=$?
7038
  grep -v '^ *+' conftest.er1 >conftest.err
7039
  rm -f conftest.er1
7040
  cat conftest.err >&5
7041
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7042
  (exit $ac_status); } && {
7043
	 test -z "$ac_c_werror_flag" ||
7044
	 test ! -s conftest.err
7045
       } && test -s conftest.$ac_objext; then
7046
  ac_header_compiler=yes
7047
else
7048
  $as_echo "$as_me: failed program was:" >&5
7049
sed 's/^/| /' conftest.$ac_ext >&5
7050
7051
	ac_header_compiler=no
7052
fi
7053
7054
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7055
{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7056
$as_echo "$ac_header_compiler" >&6; }
7057
7058
# Is the header present?
7059
{ $as_echo "$as_me:$LINENO: checking libintl.h presence" >&5
7060
$as_echo_n "checking libintl.h presence... " >&6; }
7061
cat >conftest.$ac_ext <<_ACEOF
7062
/* confdefs.h.  */
7063
_ACEOF
7064
cat confdefs.h >>conftest.$ac_ext
7065
cat >>conftest.$ac_ext <<_ACEOF
7066
/* end confdefs.h.  */
7067
#include <libintl.h>
7068
_ACEOF
7069
if { (ac_try="$ac_cpp conftest.$ac_ext"
7070
case "(($ac_try" in
7071
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7072
  *) ac_try_echo=$ac_try;;
7073
esac
7074
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7075
$as_echo "$ac_try_echo") >&5
7076
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7077
  ac_status=$?
7078
  grep -v '^ *+' conftest.er1 >conftest.err
7079
  rm -f conftest.er1
7080
  cat conftest.err >&5
7081
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7082
  (exit $ac_status); } >/dev/null && {
7083
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7084
	 test ! -s conftest.err
7085
       }; then
7086
  ac_header_preproc=yes
7087
else
7088
  $as_echo "$as_me: failed program was:" >&5
7089
sed 's/^/| /' conftest.$ac_ext >&5
7090
7091
  ac_header_preproc=no
7092
fi
7093
7094
rm -f conftest.err conftest.$ac_ext
7095
{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7096
$as_echo "$ac_header_preproc" >&6; }
7097
7098
# So?  What about this header?
7099
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7100
  yes:no: )
7101
    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
7102
$as_echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
7103
    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5
7104
$as_echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}
7105
    ac_header_preproc=yes
7106
    ;;
7107
  no:yes:* )
7108
    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
7109
$as_echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
7110
    { $as_echo "$as_me:$LINENO: WARNING: libintl.h:     check for missing prerequisite headers?" >&5
7111
$as_echo "$as_me: WARNING: libintl.h:     check for missing prerequisite headers?" >&2;}
7112
    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5
7113
$as_echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}
7114
    { $as_echo "$as_me:$LINENO: WARNING: libintl.h:     section \"Present But Cannot Be Compiled\"" >&5
7115
$as_echo "$as_me: WARNING: libintl.h:     section \"Present But Cannot Be Compiled\"" >&2;}
7116
    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
7117
$as_echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
7118
    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
7119
$as_echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
7120
    ( cat <<\_ASBOX
7121
## ---------------------------------------------------- ##
7122
## Report this to http://code.google.com/p/gnome-paint/ ##
7123
## ---------------------------------------------------- ##
7124
_ASBOX
7125
     ) | sed "s/^/$as_me: WARNING:     /" >&2
7126
    ;;
7127
esac
7128
{ $as_echo "$as_me:$LINENO: checking for libintl.h" >&5
7129
$as_echo_n "checking for libintl.h... " >&6; }
7130
if test "${ac_cv_header_libintl_h+set}" = set; then
7131
  $as_echo_n "(cached) " >&6
7132
else
7133
  ac_cv_header_libintl_h=$ac_header_preproc
7134
fi
7135
{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
7136
$as_echo "$ac_cv_header_libintl_h" >&6; }
7137
7138
fi
7139
if test "x$ac_cv_header_libintl_h" = x""yes; then
7140
  gt_cv_func_dgettext_libintl="no"
6320
  gt_cv_func_dgettext_libintl="no"
7141
      libintl_extra_libs=""
6321
      libintl_extra_libs=""
7142
6322
7143
      #
6323
      #
7144
      # First check in libc
6324
      # First check in libc
7145
      #
6325
      #
7146
      { $as_echo "$as_me:$LINENO: checking for ngettext in libc" >&5
6326
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in libc" >&5
7147
$as_echo_n "checking for ngettext in libc... " >&6; }
6327
$as_echo_n "checking for ngettext in libc... " >&6; }
7148
if test "${gt_cv_func_ngettext_libc+set}" = set; then
6328
if ${gt_cv_func_ngettext_libc+:} false; then :
7149
  $as_echo_n "(cached) " >&6
6329
  $as_echo_n "(cached) " >&6
7150
else
6330
else
7151
  cat >conftest.$ac_ext <<_ACEOF
6331
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7152
/* confdefs.h.  */
7153
_ACEOF
7154
cat confdefs.h >>conftest.$ac_ext
7155
cat >>conftest.$ac_ext <<_ACEOF
7156
/* end confdefs.h.  */
6332
/* end confdefs.h.  */
7157
6333
7158
#include <libintl.h>
6334
#include <libintl.h>
Lines 7165-7218 Link Here
7165
  return 0;
6341
  return 0;
7166
}
6342
}
7167
_ACEOF
6343
_ACEOF
7168
rm -f conftest.$ac_objext conftest$ac_exeext
6344
if ac_fn_c_try_link "$LINENO"; then :
7169
if { (ac_try="$ac_link"
7170
case "(($ac_try" in
7171
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7172
  *) ac_try_echo=$ac_try;;
7173
esac
7174
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7175
$as_echo "$ac_try_echo") >&5
7176
  (eval "$ac_link") 2>conftest.er1
7177
  ac_status=$?
7178
  grep -v '^ *+' conftest.er1 >conftest.err
7179
  rm -f conftest.er1
7180
  cat conftest.err >&5
7181
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7182
  (exit $ac_status); } && {
7183
	 test -z "$ac_c_werror_flag" ||
7184
	 test ! -s conftest.err
7185
       } && test -s conftest$ac_exeext && {
7186
	 test "$cross_compiling" = yes ||
7187
	 $as_test_x conftest$ac_exeext
7188
       }; then
7189
  gt_cv_func_ngettext_libc=yes
6345
  gt_cv_func_ngettext_libc=yes
7190
else
6346
else
7191
  $as_echo "$as_me: failed program was:" >&5
6347
  gt_cv_func_ngettext_libc=no
7192
sed 's/^/| /' conftest.$ac_ext >&5
6348
fi
7193
6349
rm -f core conftest.err conftest.$ac_objext \
7194
	gt_cv_func_ngettext_libc=no
6350
    conftest$ac_exeext conftest.$ac_ext
7195
fi
6351
7196
6352
fi
7197
rm -rf conftest.dSYM
6353
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_ngettext_libc" >&5
7198
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7199
      conftest$ac_exeext conftest.$ac_ext
7200
7201
fi
7202
{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_ngettext_libc" >&5
7203
$as_echo "$gt_cv_func_ngettext_libc" >&6; }
6354
$as_echo "$gt_cv_func_ngettext_libc" >&6; }
7204
6355
7205
      if test "$gt_cv_func_ngettext_libc" = "yes" ; then
6356
      if test "$gt_cv_func_ngettext_libc" = "yes" ; then
7206
	      { $as_echo "$as_me:$LINENO: checking for dgettext in libc" >&5
6357
	      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in libc" >&5
7207
$as_echo_n "checking for dgettext in libc... " >&6; }
6358
$as_echo_n "checking for dgettext in libc... " >&6; }
7208
if test "${gt_cv_func_dgettext_libc+set}" = set; then
6359
if ${gt_cv_func_dgettext_libc+:} false; then :
7209
  $as_echo_n "(cached) " >&6
6360
  $as_echo_n "(cached) " >&6
7210
else
6361
else
7211
  cat >conftest.$ac_ext <<_ACEOF
6362
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7212
/* confdefs.h.  */
7213
_ACEOF
7214
cat confdefs.h >>conftest.$ac_ext
7215
cat >>conftest.$ac_ext <<_ACEOF
7216
/* end confdefs.h.  */
6363
/* end confdefs.h.  */
7217
6364
7218
#include <libintl.h>
6365
#include <libintl.h>
Lines 7225-7365 Link Here
7225
  return 0;
6372
  return 0;
7226
}
6373
}
7227
_ACEOF
6374
_ACEOF
7228
rm -f conftest.$ac_objext conftest$ac_exeext
6375
if ac_fn_c_try_link "$LINENO"; then :
7229
if { (ac_try="$ac_link"
7230
case "(($ac_try" in
7231
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7232
  *) ac_try_echo=$ac_try;;
7233
esac
7234
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7235
$as_echo "$ac_try_echo") >&5
7236
  (eval "$ac_link") 2>conftest.er1
7237
  ac_status=$?
7238
  grep -v '^ *+' conftest.er1 >conftest.err
7239
  rm -f conftest.er1
7240
  cat conftest.err >&5
7241
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7242
  (exit $ac_status); } && {
7243
	 test -z "$ac_c_werror_flag" ||
7244
	 test ! -s conftest.err
7245
       } && test -s conftest$ac_exeext && {
7246
	 test "$cross_compiling" = yes ||
7247
	 $as_test_x conftest$ac_exeext
7248
       }; then
7249
  gt_cv_func_dgettext_libc=yes
6376
  gt_cv_func_dgettext_libc=yes
7250
else
6377
else
7251
  $as_echo "$as_me: failed program was:" >&5
6378
  gt_cv_func_dgettext_libc=no
7252
sed 's/^/| /' conftest.$ac_ext >&5
6379
fi
7253
6380
rm -f core conftest.err conftest.$ac_objext \
7254
	gt_cv_func_dgettext_libc=no
6381
    conftest$ac_exeext conftest.$ac_ext
7255
fi
6382
7256
6383
fi
7257
rm -rf conftest.dSYM
6384
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_dgettext_libc" >&5
7258
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7259
      conftest$ac_exeext conftest.$ac_ext
7260
7261
fi
7262
{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_dgettext_libc" >&5
7263
$as_echo "$gt_cv_func_dgettext_libc" >&6; }
6385
$as_echo "$gt_cv_func_dgettext_libc" >&6; }
7264
      fi
6386
      fi
7265
6387
7266
      if test "$gt_cv_func_ngettext_libc" = "yes" ; then
6388
      if test "$gt_cv_func_ngettext_libc" = "yes" ; then
7267
6389
        for ac_func in bind_textdomain_codeset
7268
for ac_func in bind_textdomain_codeset
6390
do :
7269
do
6391
  ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
7270
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
6392
if test "x$ac_cv_func_bind_textdomain_codeset" = xyes; then :
7271
{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
7272
$as_echo_n "checking for $ac_func... " >&6; }
7273
if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7274
  $as_echo_n "(cached) " >&6
7275
else
7276
  cat >conftest.$ac_ext <<_ACEOF
7277
/* confdefs.h.  */
7278
_ACEOF
7279
cat confdefs.h >>conftest.$ac_ext
7280
cat >>conftest.$ac_ext <<_ACEOF
7281
/* end confdefs.h.  */
7282
/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7283
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
7284
#define $ac_func innocuous_$ac_func
7285
7286
/* System header to define __stub macros and hopefully few prototypes,
7287
    which can conflict with char $ac_func (); below.
7288
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7289
    <limits.h> exists even on freestanding compilers.  */
7290
7291
#ifdef __STDC__
7292
# include <limits.h>
7293
#else
7294
# include <assert.h>
7295
#endif
7296
7297
#undef $ac_func
7298
7299
/* Override any GCC internal prototype to avoid an error.
7300
   Use char because int might match the return type of a GCC
7301
   builtin and then its argument prototype would still apply.  */
7302
#ifdef __cplusplus
7303
extern "C"
7304
#endif
7305
char $ac_func ();
7306
/* The GNU C library defines this for functions which it implements
7307
    to always fail with ENOSYS.  Some functions are actually named
7308
    something starting with __ and the normal name is an alias.  */
7309
#if defined __stub_$ac_func || defined __stub___$ac_func
7310
choke me
7311
#endif
7312
7313
int
7314
main ()
7315
{
7316
return $ac_func ();
7317
  ;
7318
  return 0;
7319
}
7320
_ACEOF
7321
rm -f conftest.$ac_objext conftest$ac_exeext
7322
if { (ac_try="$ac_link"
7323
case "(($ac_try" in
7324
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7325
  *) ac_try_echo=$ac_try;;
7326
esac
7327
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7328
$as_echo "$ac_try_echo") >&5
7329
  (eval "$ac_link") 2>conftest.er1
7330
  ac_status=$?
7331
  grep -v '^ *+' conftest.er1 >conftest.err
7332
  rm -f conftest.er1
7333
  cat conftest.err >&5
7334
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7335
  (exit $ac_status); } && {
7336
	 test -z "$ac_c_werror_flag" ||
7337
	 test ! -s conftest.err
7338
       } && test -s conftest$ac_exeext && {
7339
	 test "$cross_compiling" = yes ||
7340
	 $as_test_x conftest$ac_exeext
7341
       }; then
7342
  eval "$as_ac_var=yes"
7343
else
7344
  $as_echo "$as_me: failed program was:" >&5
7345
sed 's/^/| /' conftest.$ac_ext >&5
7346
7347
	eval "$as_ac_var=no"
7348
fi
7349
7350
rm -rf conftest.dSYM
7351
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7352
      conftest$ac_exeext conftest.$ac_ext
7353
fi
7354
ac_res=`eval 'as_val=${'$as_ac_var'}
7355
		 $as_echo "$as_val"'`
7356
	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7357
$as_echo "$ac_res" >&6; }
7358
as_val=`eval 'as_val=${'$as_ac_var'}
7359
		 $as_echo "$as_val"'`
7360
   if test "x$as_val" = x""yes; then
7361
  cat >>confdefs.h <<_ACEOF
6393
  cat >>confdefs.h <<_ACEOF
7362
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
6394
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
7363
_ACEOF
6395
_ACEOF
7364
6396
7365
fi
6397
fi
Lines 7374-7391 Link Here
7374
	 || test "$gt_cv_func_ngettext_libc" != "yes" \
6406
	 || test "$gt_cv_func_ngettext_libc" != "yes" \
7375
         || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then
6407
         || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then
7376
6408
7377
        { $as_echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
6409
        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bindtextdomain in -lintl" >&5
7378
$as_echo_n "checking for bindtextdomain in -lintl... " >&6; }
6410
$as_echo_n "checking for bindtextdomain in -lintl... " >&6; }
7379
if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
6411
if ${ac_cv_lib_intl_bindtextdomain+:} false; then :
7380
  $as_echo_n "(cached) " >&6
6412
  $as_echo_n "(cached) " >&6
7381
else
6413
else
7382
  ac_check_lib_save_LIBS=$LIBS
6414
  ac_check_lib_save_LIBS=$LIBS
7383
LIBS="-lintl  $LIBS"
6415
LIBS="-lintl  $LIBS"
7384
cat >conftest.$ac_ext <<_ACEOF
6416
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7385
/* confdefs.h.  */
7386
_ACEOF
7387
cat confdefs.h >>conftest.$ac_ext
7388
cat >>conftest.$ac_ext <<_ACEOF
7389
/* end confdefs.h.  */
6417
/* end confdefs.h.  */
7390
6418
7391
/* Override any GCC internal prototype to avoid an error.
6419
/* Override any GCC internal prototype to avoid an error.
Lines 7403-7457 Link Here
7403
  return 0;
6431
  return 0;
7404
}
6432
}
7405
_ACEOF
6433
_ACEOF
7406
rm -f conftest.$ac_objext conftest$ac_exeext
6434
if ac_fn_c_try_link "$LINENO"; then :
7407
if { (ac_try="$ac_link"
7408
case "(($ac_try" in
7409
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7410
  *) ac_try_echo=$ac_try;;
7411
esac
7412
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7413
$as_echo "$ac_try_echo") >&5
7414
  (eval "$ac_link") 2>conftest.er1
7415
  ac_status=$?
7416
  grep -v '^ *+' conftest.er1 >conftest.err
7417
  rm -f conftest.er1
7418
  cat conftest.err >&5
7419
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7420
  (exit $ac_status); } && {
7421
	 test -z "$ac_c_werror_flag" ||
7422
	 test ! -s conftest.err
7423
       } && test -s conftest$ac_exeext && {
7424
	 test "$cross_compiling" = yes ||
7425
	 $as_test_x conftest$ac_exeext
7426
       }; then
7427
  ac_cv_lib_intl_bindtextdomain=yes
6435
  ac_cv_lib_intl_bindtextdomain=yes
7428
else
6436
else
7429
  $as_echo "$as_me: failed program was:" >&5
6437
  ac_cv_lib_intl_bindtextdomain=no
7430
sed 's/^/| /' conftest.$ac_ext >&5
7431
7432
	ac_cv_lib_intl_bindtextdomain=no
7433
fi
6438
fi
7434
6439
rm -f core conftest.err conftest.$ac_objext \
7435
rm -rf conftest.dSYM
6440
    conftest$ac_exeext conftest.$ac_ext
7436
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7437
      conftest$ac_exeext conftest.$ac_ext
7438
LIBS=$ac_check_lib_save_LIBS
6441
LIBS=$ac_check_lib_save_LIBS
7439
fi
6442
fi
7440
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
6443
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_bindtextdomain" >&5
7441
$as_echo "$ac_cv_lib_intl_bindtextdomain" >&6; }
6444
$as_echo "$ac_cv_lib_intl_bindtextdomain" >&6; }
7442
if test "x$ac_cv_lib_intl_bindtextdomain" = x""yes; then
6445
if test "x$ac_cv_lib_intl_bindtextdomain" = xyes; then :
7443
  { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
6446
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in -lintl" >&5
7444
$as_echo_n "checking for ngettext in -lintl... " >&6; }
6447
$as_echo_n "checking for ngettext in -lintl... " >&6; }
7445
if test "${ac_cv_lib_intl_ngettext+set}" = set; then
6448
if ${ac_cv_lib_intl_ngettext+:} false; then :
7446
  $as_echo_n "(cached) " >&6
6449
  $as_echo_n "(cached) " >&6
7447
else
6450
else
7448
  ac_check_lib_save_LIBS=$LIBS
6451
  ac_check_lib_save_LIBS=$LIBS
7449
LIBS="-lintl  $LIBS"
6452
LIBS="-lintl  $LIBS"
7450
cat >conftest.$ac_ext <<_ACEOF
6453
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7451
/* confdefs.h.  */
7452
_ACEOF
7453
cat confdefs.h >>conftest.$ac_ext
7454
cat >>conftest.$ac_ext <<_ACEOF
7455
/* end confdefs.h.  */
6454
/* end confdefs.h.  */
7456
6455
7457
/* Override any GCC internal prototype to avoid an error.
6456
/* Override any GCC internal prototype to avoid an error.
Lines 7469-7523 Link Here
7469
  return 0;
6468
  return 0;
7470
}
6469
}
7471
_ACEOF
6470
_ACEOF
7472
rm -f conftest.$ac_objext conftest$ac_exeext
6471
if ac_fn_c_try_link "$LINENO"; then :
7473
if { (ac_try="$ac_link"
7474
case "(($ac_try" in
7475
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7476
  *) ac_try_echo=$ac_try;;
7477
esac
7478
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7479
$as_echo "$ac_try_echo") >&5
7480
  (eval "$ac_link") 2>conftest.er1
7481
  ac_status=$?
7482
  grep -v '^ *+' conftest.er1 >conftest.err
7483
  rm -f conftest.er1
7484
  cat conftest.err >&5
7485
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7486
  (exit $ac_status); } && {
7487
	 test -z "$ac_c_werror_flag" ||
7488
	 test ! -s conftest.err
7489
       } && test -s conftest$ac_exeext && {
7490
	 test "$cross_compiling" = yes ||
7491
	 $as_test_x conftest$ac_exeext
7492
       }; then
7493
  ac_cv_lib_intl_ngettext=yes
6472
  ac_cv_lib_intl_ngettext=yes
7494
else
6473
else
7495
  $as_echo "$as_me: failed program was:" >&5
6474
  ac_cv_lib_intl_ngettext=no
7496
sed 's/^/| /' conftest.$ac_ext >&5
7497
7498
	ac_cv_lib_intl_ngettext=no
7499
fi
6475
fi
7500
6476
rm -f core conftest.err conftest.$ac_objext \
7501
rm -rf conftest.dSYM
6477
    conftest$ac_exeext conftest.$ac_ext
7502
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7503
      conftest$ac_exeext conftest.$ac_ext
7504
LIBS=$ac_check_lib_save_LIBS
6478
LIBS=$ac_check_lib_save_LIBS
7505
fi
6479
fi
7506
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
6480
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_ngettext" >&5
7507
$as_echo "$ac_cv_lib_intl_ngettext" >&6; }
6481
$as_echo "$ac_cv_lib_intl_ngettext" >&6; }
7508
if test "x$ac_cv_lib_intl_ngettext" = x""yes; then
6482
if test "x$ac_cv_lib_intl_ngettext" = xyes; then :
7509
  { $as_echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5
6483
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5
7510
$as_echo_n "checking for dgettext in -lintl... " >&6; }
6484
$as_echo_n "checking for dgettext in -lintl... " >&6; }
7511
if test "${ac_cv_lib_intl_dgettext+set}" = set; then
6485
if ${ac_cv_lib_intl_dgettext+:} false; then :
7512
  $as_echo_n "(cached) " >&6
6486
  $as_echo_n "(cached) " >&6
7513
else
6487
else
7514
  ac_check_lib_save_LIBS=$LIBS
6488
  ac_check_lib_save_LIBS=$LIBS
7515
LIBS="-lintl  $LIBS"
6489
LIBS="-lintl  $LIBS"
7516
cat >conftest.$ac_ext <<_ACEOF
6490
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7517
/* confdefs.h.  */
7518
_ACEOF
7519
cat confdefs.h >>conftest.$ac_ext
7520
cat >>conftest.$ac_ext <<_ACEOF
7521
/* end confdefs.h.  */
6491
/* end confdefs.h.  */
7522
6492
7523
/* Override any GCC internal prototype to avoid an error.
6493
/* Override any GCC internal prototype to avoid an error.
Lines 7535-7577 Link Here
7535
  return 0;
6505
  return 0;
7536
}
6506
}
7537
_ACEOF
6507
_ACEOF
7538
rm -f conftest.$ac_objext conftest$ac_exeext
6508
if ac_fn_c_try_link "$LINENO"; then :
7539
if { (ac_try="$ac_link"
7540
case "(($ac_try" in
7541
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7542
  *) ac_try_echo=$ac_try;;
7543
esac
7544
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7545
$as_echo "$ac_try_echo") >&5
7546
  (eval "$ac_link") 2>conftest.er1
7547
  ac_status=$?
7548
  grep -v '^ *+' conftest.er1 >conftest.err
7549
  rm -f conftest.er1
7550
  cat conftest.err >&5
7551
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7552
  (exit $ac_status); } && {
7553
	 test -z "$ac_c_werror_flag" ||
7554
	 test ! -s conftest.err
7555
       } && test -s conftest$ac_exeext && {
7556
	 test "$cross_compiling" = yes ||
7557
	 $as_test_x conftest$ac_exeext
7558
       }; then
7559
  ac_cv_lib_intl_dgettext=yes
6509
  ac_cv_lib_intl_dgettext=yes
7560
else
6510
else
7561
  $as_echo "$as_me: failed program was:" >&5
6511
  ac_cv_lib_intl_dgettext=no
7562
sed 's/^/| /' conftest.$ac_ext >&5
7563
7564
	ac_cv_lib_intl_dgettext=no
7565
fi
6512
fi
7566
6513
rm -f core conftest.err conftest.$ac_objext \
7567
rm -rf conftest.dSYM
6514
    conftest$ac_exeext conftest.$ac_ext
7568
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7569
      conftest$ac_exeext conftest.$ac_ext
7570
LIBS=$ac_check_lib_save_LIBS
6515
LIBS=$ac_check_lib_save_LIBS
7571
fi
6516
fi
7572
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5
6517
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5
7573
$as_echo "$ac_cv_lib_intl_dgettext" >&6; }
6518
$as_echo "$ac_cv_lib_intl_dgettext" >&6; }
7574
if test "x$ac_cv_lib_intl_dgettext" = x""yes; then
6519
if test "x$ac_cv_lib_intl_dgettext" = xyes; then :
7575
  gt_cv_func_dgettext_libintl=yes
6520
  gt_cv_func_dgettext_libintl=yes
7576
fi
6521
fi
7577
6522
Lines 7581-7602 Link Here
7581
6526
7582
6527
7583
	if test "$gt_cv_func_dgettext_libintl" != "yes" ; then
6528
	if test "$gt_cv_func_dgettext_libintl" != "yes" ; then
7584
	  { $as_echo "$as_me:$LINENO: checking if -liconv is needed to use gettext" >&5
6529
	  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if -liconv is needed to use gettext" >&5
7585
$as_echo_n "checking if -liconv is needed to use gettext... " >&6; }
6530
$as_echo_n "checking if -liconv is needed to use gettext... " >&6; }
7586
	  { $as_echo "$as_me:$LINENO: result: " >&5
6531
	  { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
7587
$as_echo "" >&6; }
6532
$as_echo "" >&6; }
7588
  	  { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
6533
  	  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in -lintl" >&5
7589
$as_echo_n "checking for ngettext in -lintl... " >&6; }
6534
$as_echo_n "checking for ngettext in -lintl... " >&6; }
7590
if test "${ac_cv_lib_intl_ngettext+set}" = set; then
6535
if ${ac_cv_lib_intl_ngettext+:} false; then :
7591
  $as_echo_n "(cached) " >&6
6536
  $as_echo_n "(cached) " >&6
7592
else
6537
else
7593
  ac_check_lib_save_LIBS=$LIBS
6538
  ac_check_lib_save_LIBS=$LIBS
7594
LIBS="-lintl -liconv $LIBS"
6539
LIBS="-lintl -liconv $LIBS"
7595
cat >conftest.$ac_ext <<_ACEOF
6540
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7596
/* confdefs.h.  */
7597
_ACEOF
7598
cat confdefs.h >>conftest.$ac_ext
7599
cat >>conftest.$ac_ext <<_ACEOF
7600
/* end confdefs.h.  */
6541
/* end confdefs.h.  */
7601
6542
7602
/* Override any GCC internal prototype to avoid an error.
6543
/* Override any GCC internal prototype to avoid an error.
Lines 7614-7668 Link Here
7614
  return 0;
6555
  return 0;
7615
}
6556
}
7616
_ACEOF
6557
_ACEOF
7617
rm -f conftest.$ac_objext conftest$ac_exeext
6558
if ac_fn_c_try_link "$LINENO"; then :
7618
if { (ac_try="$ac_link"
7619
case "(($ac_try" in
7620
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7621
  *) ac_try_echo=$ac_try;;
7622
esac
7623
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7624
$as_echo "$ac_try_echo") >&5
7625
  (eval "$ac_link") 2>conftest.er1
7626
  ac_status=$?
7627
  grep -v '^ *+' conftest.er1 >conftest.err
7628
  rm -f conftest.er1
7629
  cat conftest.err >&5
7630
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7631
  (exit $ac_status); } && {
7632
	 test -z "$ac_c_werror_flag" ||
7633
	 test ! -s conftest.err
7634
       } && test -s conftest$ac_exeext && {
7635
	 test "$cross_compiling" = yes ||
7636
	 $as_test_x conftest$ac_exeext
7637
       }; then
7638
  ac_cv_lib_intl_ngettext=yes
6559
  ac_cv_lib_intl_ngettext=yes
7639
else
6560
else
7640
  $as_echo "$as_me: failed program was:" >&5
6561
  ac_cv_lib_intl_ngettext=no
7641
sed 's/^/| /' conftest.$ac_ext >&5
7642
7643
	ac_cv_lib_intl_ngettext=no
7644
fi
6562
fi
7645
6563
rm -f core conftest.err conftest.$ac_objext \
7646
rm -rf conftest.dSYM
6564
    conftest$ac_exeext conftest.$ac_ext
7647
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7648
      conftest$ac_exeext conftest.$ac_ext
7649
LIBS=$ac_check_lib_save_LIBS
6565
LIBS=$ac_check_lib_save_LIBS
7650
fi
6566
fi
7651
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
6567
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_ngettext" >&5
7652
$as_echo "$ac_cv_lib_intl_ngettext" >&6; }
6568
$as_echo "$ac_cv_lib_intl_ngettext" >&6; }
7653
if test "x$ac_cv_lib_intl_ngettext" = x""yes; then
6569
if test "x$ac_cv_lib_intl_ngettext" = xyes; then :
7654
  { $as_echo "$as_me:$LINENO: checking for dcgettext in -lintl" >&5
6570
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dcgettext in -lintl" >&5
7655
$as_echo_n "checking for dcgettext in -lintl... " >&6; }
6571
$as_echo_n "checking for dcgettext in -lintl... " >&6; }
7656
if test "${ac_cv_lib_intl_dcgettext+set}" = set; then
6572
if ${ac_cv_lib_intl_dcgettext+:} false; then :
7657
  $as_echo_n "(cached) " >&6
6573
  $as_echo_n "(cached) " >&6
7658
else
6574
else
7659
  ac_check_lib_save_LIBS=$LIBS
6575
  ac_check_lib_save_LIBS=$LIBS
7660
LIBS="-lintl -liconv $LIBS"
6576
LIBS="-lintl -liconv $LIBS"
7661
cat >conftest.$ac_ext <<_ACEOF
6577
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7662
/* confdefs.h.  */
7663
_ACEOF
7664
cat confdefs.h >>conftest.$ac_ext
7665
cat >>conftest.$ac_ext <<_ACEOF
7666
/* end confdefs.h.  */
6578
/* end confdefs.h.  */
7667
6579
7668
/* Override any GCC internal prototype to avoid an error.
6580
/* Override any GCC internal prototype to avoid an error.
Lines 7680-7722 Link Here
7680
  return 0;
6592
  return 0;
7681
}
6593
}
7682
_ACEOF
6594
_ACEOF
7683
rm -f conftest.$ac_objext conftest$ac_exeext
6595
if ac_fn_c_try_link "$LINENO"; then :
7684
if { (ac_try="$ac_link"
7685
case "(($ac_try" in
7686
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7687
  *) ac_try_echo=$ac_try;;
7688
esac
7689
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7690
$as_echo "$ac_try_echo") >&5
7691
  (eval "$ac_link") 2>conftest.er1
7692
  ac_status=$?
7693
  grep -v '^ *+' conftest.er1 >conftest.err
7694
  rm -f conftest.er1
7695
  cat conftest.err >&5
7696
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7697
  (exit $ac_status); } && {
7698
	 test -z "$ac_c_werror_flag" ||
7699
	 test ! -s conftest.err
7700
       } && test -s conftest$ac_exeext && {
7701
	 test "$cross_compiling" = yes ||
7702
	 $as_test_x conftest$ac_exeext
7703
       }; then
7704
  ac_cv_lib_intl_dcgettext=yes
6596
  ac_cv_lib_intl_dcgettext=yes
7705
else
6597
else
7706
  $as_echo "$as_me: failed program was:" >&5
6598
  ac_cv_lib_intl_dcgettext=no
7707
sed 's/^/| /' conftest.$ac_ext >&5
7708
7709
	ac_cv_lib_intl_dcgettext=no
7710
fi
6599
fi
7711
6600
rm -f core conftest.err conftest.$ac_objext \
7712
rm -rf conftest.dSYM
6601
    conftest$ac_exeext conftest.$ac_ext
7713
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7714
      conftest$ac_exeext conftest.$ac_ext
7715
LIBS=$ac_check_lib_save_LIBS
6602
LIBS=$ac_check_lib_save_LIBS
7716
fi
6603
fi
7717
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dcgettext" >&5
6604
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dcgettext" >&5
7718
$as_echo "$ac_cv_lib_intl_dcgettext" >&6; }
6605
$as_echo "$ac_cv_lib_intl_dcgettext" >&6; }
7719
if test "x$ac_cv_lib_intl_dcgettext" = x""yes; then
6606
if test "x$ac_cv_lib_intl_dcgettext" = xyes; then :
7720
  gt_cv_func_dgettext_libintl=yes
6607
  gt_cv_func_dgettext_libintl=yes
7721
			libintl_extra_libs=-liconv
6608
			libintl_extra_libs=-liconv
7722
else
6609
else
Lines 7738-7839 Link Here
7738
          glib_save_LIBS="$LIBS"
6625
          glib_save_LIBS="$LIBS"
7739
          LIBS="$LIBS -lintl $libintl_extra_libs"
6626
          LIBS="$LIBS -lintl $libintl_extra_libs"
7740
          unset ac_cv_func_bind_textdomain_codeset
6627
          unset ac_cv_func_bind_textdomain_codeset
7741
6628
          for ac_func in bind_textdomain_codeset
7742
for ac_func in bind_textdomain_codeset
6629
do :
7743
do
6630
  ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
7744
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
6631
if test "x$ac_cv_func_bind_textdomain_codeset" = xyes; then :
7745
{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
7746
$as_echo_n "checking for $ac_func... " >&6; }
7747
if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7748
  $as_echo_n "(cached) " >&6
7749
else
7750
  cat >conftest.$ac_ext <<_ACEOF
7751
/* confdefs.h.  */
7752
_ACEOF
7753
cat confdefs.h >>conftest.$ac_ext
7754
cat >>conftest.$ac_ext <<_ACEOF
7755
/* end confdefs.h.  */
7756
/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7757
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
7758
#define $ac_func innocuous_$ac_func
7759
7760
/* System header to define __stub macros and hopefully few prototypes,
7761
    which can conflict with char $ac_func (); below.
7762
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7763
    <limits.h> exists even on freestanding compilers.  */
7764
7765
#ifdef __STDC__
7766
# include <limits.h>
7767
#else
7768
# include <assert.h>
7769
#endif
7770
7771
#undef $ac_func
7772
7773
/* Override any GCC internal prototype to avoid an error.
7774
   Use char because int might match the return type of a GCC
7775
   builtin and then its argument prototype would still apply.  */
7776
#ifdef __cplusplus
7777
extern "C"
7778
#endif
7779
char $ac_func ();
7780
/* The GNU C library defines this for functions which it implements
7781
    to always fail with ENOSYS.  Some functions are actually named
7782
    something starting with __ and the normal name is an alias.  */
7783
#if defined __stub_$ac_func || defined __stub___$ac_func
7784
choke me
7785
#endif
7786
7787
int
7788
main ()
7789
{
7790
return $ac_func ();
7791
  ;
7792
  return 0;
7793
}
7794
_ACEOF
7795
rm -f conftest.$ac_objext conftest$ac_exeext
7796
if { (ac_try="$ac_link"
7797
case "(($ac_try" in
7798
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7799
  *) ac_try_echo=$ac_try;;
7800
esac
7801
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7802
$as_echo "$ac_try_echo") >&5
7803
  (eval "$ac_link") 2>conftest.er1
7804
  ac_status=$?
7805
  grep -v '^ *+' conftest.er1 >conftest.err
7806
  rm -f conftest.er1
7807
  cat conftest.err >&5
7808
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7809
  (exit $ac_status); } && {
7810
	 test -z "$ac_c_werror_flag" ||
7811
	 test ! -s conftest.err
7812
       } && test -s conftest$ac_exeext && {
7813
	 test "$cross_compiling" = yes ||
7814
	 $as_test_x conftest$ac_exeext
7815
       }; then
7816
  eval "$as_ac_var=yes"
7817
else
7818
  $as_echo "$as_me: failed program was:" >&5
7819
sed 's/^/| /' conftest.$ac_ext >&5
7820
7821
	eval "$as_ac_var=no"
7822
fi
7823
7824
rm -rf conftest.dSYM
7825
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7826
      conftest$ac_exeext conftest.$ac_ext
7827
fi
7828
ac_res=`eval 'as_val=${'$as_ac_var'}
7829
		 $as_echo "$as_val"'`
7830
	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7831
$as_echo "$ac_res" >&6; }
7832
as_val=`eval 'as_val=${'$as_ac_var'}
7833
		 $as_echo "$as_val"'`
7834
   if test "x$as_val" = x""yes; then
7835
  cat >>confdefs.h <<_ACEOF
6632
  cat >>confdefs.h <<_ACEOF
7836
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
6633
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
7837
_ACEOF
6634
_ACEOF
7838
6635
7839
fi
6636
fi
Lines 7863-7877 Link Here
7863
6660
7864
      if test "$gt_cv_have_gettext" = "yes"; then
6661
      if test "$gt_cv_have_gettext" = "yes"; then
7865
6662
7866
cat >>confdefs.h <<\_ACEOF
6663
$as_echo "#define HAVE_GETTEXT 1" >>confdefs.h
7867
#define HAVE_GETTEXT 1
7868
_ACEOF
7869
6664
7870
	# Extract the first word of "msgfmt", so it can be a program name with args.
6665
	# Extract the first word of "msgfmt", so it can be a program name with args.
7871
set dummy msgfmt; ac_word=$2
6666
set dummy msgfmt; ac_word=$2
7872
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6667
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7873
$as_echo_n "checking for $ac_word... " >&6; }
6668
$as_echo_n "checking for $ac_word... " >&6; }
7874
if test "${ac_cv_path_MSGFMT+set}" = set; then
6669
if ${ac_cv_path_MSGFMT+:} false; then :
7875
  $as_echo_n "(cached) " >&6
6670
  $as_echo_n "(cached) " >&6
7876
else
6671
else
7877
  case "$MSGFMT" in
6672
  case "$MSGFMT" in
Lines 7896-8013 Link Here
7896
fi
6691
fi
7897
MSGFMT="$ac_cv_path_MSGFMT"
6692
MSGFMT="$ac_cv_path_MSGFMT"
7898
if test "$MSGFMT" != "no"; then
6693
if test "$MSGFMT" != "no"; then
7899
  { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5
6694
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
7900
$as_echo "$MSGFMT" >&6; }
6695
$as_echo "$MSGFMT" >&6; }
7901
else
6696
else
7902
  { $as_echo "$as_me:$LINENO: result: no" >&5
6697
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7903
$as_echo "no" >&6; }
6698
$as_echo "no" >&6; }
7904
fi
6699
fi
7905
	if test "$MSGFMT" != "no"; then
6700
	if test "$MSGFMT" != "no"; then
7906
          glib_save_LIBS="$LIBS"
6701
          glib_save_LIBS="$LIBS"
7907
          LIBS="$LIBS $INTLLIBS"
6702
          LIBS="$LIBS $INTLLIBS"
7908
6703
	  for ac_func in dcgettext
7909
for ac_func in dcgettext
6704
do :
7910
do
6705
  ac_fn_c_check_func "$LINENO" "dcgettext" "ac_cv_func_dcgettext"
7911
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
6706
if test "x$ac_cv_func_dcgettext" = xyes; then :
7912
{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
7913
$as_echo_n "checking for $ac_func... " >&6; }
7914
if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7915
  $as_echo_n "(cached) " >&6
7916
else
7917
  cat >conftest.$ac_ext <<_ACEOF
7918
/* confdefs.h.  */
7919
_ACEOF
7920
cat confdefs.h >>conftest.$ac_ext
7921
cat >>conftest.$ac_ext <<_ACEOF
7922
/* end confdefs.h.  */
7923
/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7924
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
7925
#define $ac_func innocuous_$ac_func
7926
7927
/* System header to define __stub macros and hopefully few prototypes,
7928
    which can conflict with char $ac_func (); below.
7929
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7930
    <limits.h> exists even on freestanding compilers.  */
7931
7932
#ifdef __STDC__
7933
# include <limits.h>
7934
#else
7935
# include <assert.h>
7936
#endif
7937
7938
#undef $ac_func
7939
7940
/* Override any GCC internal prototype to avoid an error.
7941
   Use char because int might match the return type of a GCC
7942
   builtin and then its argument prototype would still apply.  */
7943
#ifdef __cplusplus
7944
extern "C"
7945
#endif
7946
char $ac_func ();
7947
/* The GNU C library defines this for functions which it implements
7948
    to always fail with ENOSYS.  Some functions are actually named
7949
    something starting with __ and the normal name is an alias.  */
7950
#if defined __stub_$ac_func || defined __stub___$ac_func
7951
choke me
7952
#endif
7953
7954
int
7955
main ()
7956
{
7957
return $ac_func ();
7958
  ;
7959
  return 0;
7960
}
7961
_ACEOF
7962
rm -f conftest.$ac_objext conftest$ac_exeext
7963
if { (ac_try="$ac_link"
7964
case "(($ac_try" in
7965
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7966
  *) ac_try_echo=$ac_try;;
7967
esac
7968
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7969
$as_echo "$ac_try_echo") >&5
7970
  (eval "$ac_link") 2>conftest.er1
7971
  ac_status=$?
7972
  grep -v '^ *+' conftest.er1 >conftest.err
7973
  rm -f conftest.er1
7974
  cat conftest.err >&5
7975
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7976
  (exit $ac_status); } && {
7977
	 test -z "$ac_c_werror_flag" ||
7978
	 test ! -s conftest.err
7979
       } && test -s conftest$ac_exeext && {
7980
	 test "$cross_compiling" = yes ||
7981
	 $as_test_x conftest$ac_exeext
7982
       }; then
7983
  eval "$as_ac_var=yes"
7984
else
7985
  $as_echo "$as_me: failed program was:" >&5
7986
sed 's/^/| /' conftest.$ac_ext >&5
7987
7988
	eval "$as_ac_var=no"
7989
fi
7990
7991
rm -rf conftest.dSYM
7992
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7993
      conftest$ac_exeext conftest.$ac_ext
7994
fi
7995
ac_res=`eval 'as_val=${'$as_ac_var'}
7996
		 $as_echo "$as_val"'`
7997
	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7998
$as_echo "$ac_res" >&6; }
7999
as_val=`eval 'as_val=${'$as_ac_var'}
8000
		 $as_echo "$as_val"'`
8001
   if test "x$as_val" = x""yes; then
8002
  cat >>confdefs.h <<_ACEOF
6707
  cat >>confdefs.h <<_ACEOF
8003
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
6708
#define HAVE_DCGETTEXT 1
8004
_ACEOF
6709
_ACEOF
8005
6710
8006
fi
6711
fi
8007
done
6712
done
8008
6713
8009
	  MSGFMT_OPTS=
6714
	  MSGFMT_OPTS=
8010
	  { $as_echo "$as_me:$LINENO: checking if msgfmt accepts -c" >&5
6715
	  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if msgfmt accepts -c" >&5
8011
$as_echo_n "checking if msgfmt accepts -c... " >&6; }
6716
$as_echo_n "checking if msgfmt accepts -c... " >&6; }
8012
	  cat >conftest.foo <<_ACEOF
6717
	  cat >conftest.foo <<_ACEOF
8013
6718
Lines 8022-8035 Link Here
8022
"Content-Transfer-Encoding: 8bit\n"
6727
"Content-Transfer-Encoding: 8bit\n"
8023
6728
8024
_ACEOF
6729
_ACEOF
8025
if { ($as_echo "$as_me:$LINENO: \$MSGFMT -c -o /dev/null conftest.foo") >&5
6730
if { { $as_echo "$as_me:${as_lineno-$LINENO}: \$MSGFMT -c -o /dev/null conftest.foo"; } >&5
8026
  ($MSGFMT -c -o /dev/null conftest.foo) 2>&5
6731
  ($MSGFMT -c -o /dev/null conftest.foo) 2>&5
8027
  ac_status=$?
6732
  ac_status=$?
8028
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6733
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8029
  (exit $ac_status); }; then
6734
  test $ac_status = 0; }; then
8030
  MSGFMT_OPTS=-c; { $as_echo "$as_me:$LINENO: result: yes" >&5
6735
  MSGFMT_OPTS=-c; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8031
$as_echo "yes" >&6; }
6736
$as_echo "yes" >&6; }
8032
else { $as_echo "$as_me:$LINENO: result: no" >&5
6737
else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8033
$as_echo "no" >&6; }
6738
$as_echo "no" >&6; }
8034
echo "$as_me: failed input was:" >&5
6739
echo "$as_me: failed input was:" >&5
8035
sed 's/^/| /' conftest.foo >&5
6740
sed 's/^/| /' conftest.foo >&5
Lines 8037-8045 Link Here
8037
6742
8038
	  # Extract the first word of "gmsgfmt", so it can be a program name with args.
6743
	  # Extract the first word of "gmsgfmt", so it can be a program name with args.
8039
set dummy gmsgfmt; ac_word=$2
6744
set dummy gmsgfmt; ac_word=$2
8040
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6745
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8041
$as_echo_n "checking for $ac_word... " >&6; }
6746
$as_echo_n "checking for $ac_word... " >&6; }
8042
if test "${ac_cv_path_GMSGFMT+set}" = set; then
6747
if ${ac_cv_path_GMSGFMT+:} false; then :
8043
  $as_echo_n "(cached) " >&6
6748
  $as_echo_n "(cached) " >&6
8044
else
6749
else
8045
  case $GMSGFMT in
6750
  case $GMSGFMT in
Lines 8052-8065 Link Here
8052
do
6757
do
8053
  IFS=$as_save_IFS
6758
  IFS=$as_save_IFS
8054
  test -z "$as_dir" && as_dir=.
6759
  test -z "$as_dir" && as_dir=.
8055
  for ac_exec_ext in '' $ac_executable_extensions; do
6760
    for ac_exec_ext in '' $ac_executable_extensions; do
8056
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6761
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8057
    ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
6762
    ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
8058
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6763
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8059
    break 2
6764
    break 2
8060
  fi
6765
  fi
8061
done
6766
done
8062
done
6767
  done
8063
IFS=$as_save_IFS
6768
IFS=$as_save_IFS
8064
6769
8065
  test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
6770
  test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
Lines 8068-8086 Link Here
8068
fi
6773
fi
8069
GMSGFMT=$ac_cv_path_GMSGFMT
6774
GMSGFMT=$ac_cv_path_GMSGFMT
8070
if test -n "$GMSGFMT"; then
6775
if test -n "$GMSGFMT"; then
8071
  { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5
6776
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
8072
$as_echo "$GMSGFMT" >&6; }
6777
$as_echo "$GMSGFMT" >&6; }
8073
else
6778
else
8074
  { $as_echo "$as_me:$LINENO: result: no" >&5
6779
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8075
$as_echo "no" >&6; }
6780
$as_echo "no" >&6; }
8076
fi
6781
fi
8077
6782
8078
6783
8079
	  # Extract the first word of "xgettext", so it can be a program name with args.
6784
	  # Extract the first word of "xgettext", so it can be a program name with args.
8080
set dummy xgettext; ac_word=$2
6785
set dummy xgettext; ac_word=$2
8081
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6786
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8082
$as_echo_n "checking for $ac_word... " >&6; }
6787
$as_echo_n "checking for $ac_word... " >&6; }
8083
if test "${ac_cv_path_XGETTEXT+set}" = set; then
6788
if ${ac_cv_path_XGETTEXT+:} false; then :
8084
  $as_echo_n "(cached) " >&6
6789
  $as_echo_n "(cached) " >&6
8085
else
6790
else
8086
  case "$XGETTEXT" in
6791
  case "$XGETTEXT" in
Lines 8105-8122 Link Here
8105
fi
6810
fi
8106
XGETTEXT="$ac_cv_path_XGETTEXT"
6811
XGETTEXT="$ac_cv_path_XGETTEXT"
8107
if test "$XGETTEXT" != ":"; then
6812
if test "$XGETTEXT" != ":"; then
8108
  { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5
6813
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
8109
$as_echo "$XGETTEXT" >&6; }
6814
$as_echo "$XGETTEXT" >&6; }
8110
else
6815
else
8111
  { $as_echo "$as_me:$LINENO: result: no" >&5
6816
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8112
$as_echo "no" >&6; }
6817
$as_echo "no" >&6; }
8113
fi
6818
fi
8114
6819
8115
	  cat >conftest.$ac_ext <<_ACEOF
6820
	  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8116
/* confdefs.h.  */
8117
_ACEOF
8118
cat confdefs.h >>conftest.$ac_ext
8119
cat >>conftest.$ac_ext <<_ACEOF
8120
/* end confdefs.h.  */
6821
/* end confdefs.h.  */
8121
6822
8122
int
6823
int
Lines 8128-8248 Link Here
8128
  return 0;
6829
  return 0;
8129
}
6830
}
8130
_ACEOF
6831
_ACEOF
8131
rm -f conftest.$ac_objext conftest$ac_exeext
6832
if ac_fn_c_try_link "$LINENO"; then :
8132
if { (ac_try="$ac_link"
8133
case "(($ac_try" in
8134
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8135
  *) ac_try_echo=$ac_try;;
8136
esac
8137
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8138
$as_echo "$ac_try_echo") >&5
8139
  (eval "$ac_link") 2>conftest.er1
8140
  ac_status=$?
8141
  grep -v '^ *+' conftest.er1 >conftest.err
8142
  rm -f conftest.er1
8143
  cat conftest.err >&5
8144
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8145
  (exit $ac_status); } && {
8146
	 test -z "$ac_c_werror_flag" ||
8147
	 test ! -s conftest.err
8148
       } && test -s conftest$ac_exeext && {
8149
	 test "$cross_compiling" = yes ||
8150
	 $as_test_x conftest$ac_exeext
8151
       }; then
8152
  CATOBJEXT=.gmo
6833
  CATOBJEXT=.gmo
8153
             DATADIRNAME=share
6834
             DATADIRNAME=share
8154
else
6835
else
8155
  $as_echo "$as_me: failed program was:" >&5
6836
  case $host in
8156
sed 's/^/| /' conftest.$ac_ext >&5
8157
8158
	case $host in
8159
	    *-*-solaris*)
6837
	    *-*-solaris*)
8160
	    	                	    	                { $as_echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
6838
	    	                	    	                ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
8161
$as_echo_n "checking for bind_textdomain_codeset... " >&6; }
6839
if test "x$ac_cv_func_bind_textdomain_codeset" = xyes; then :
8162
if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
8163
  $as_echo_n "(cached) " >&6
8164
else
8165
  cat >conftest.$ac_ext <<_ACEOF
8166
/* confdefs.h.  */
8167
_ACEOF
8168
cat confdefs.h >>conftest.$ac_ext
8169
cat >>conftest.$ac_ext <<_ACEOF
8170
/* end confdefs.h.  */
8171
/* Define bind_textdomain_codeset to an innocuous variant, in case <limits.h> declares bind_textdomain_codeset.
8172
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
8173
#define bind_textdomain_codeset innocuous_bind_textdomain_codeset
8174
8175
/* System header to define __stub macros and hopefully few prototypes,
8176
    which can conflict with char bind_textdomain_codeset (); below.
8177
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8178
    <limits.h> exists even on freestanding compilers.  */
8179
8180
#ifdef __STDC__
8181
# include <limits.h>
8182
#else
8183
# include <assert.h>
8184
#endif
8185
8186
#undef bind_textdomain_codeset
8187
8188
/* Override any GCC internal prototype to avoid an error.
8189
   Use char because int might match the return type of a GCC
8190
   builtin and then its argument prototype would still apply.  */
8191
#ifdef __cplusplus
8192
extern "C"
8193
#endif
8194
char bind_textdomain_codeset ();
8195
/* The GNU C library defines this for functions which it implements
8196
    to always fail with ENOSYS.  Some functions are actually named
8197
    something starting with __ and the normal name is an alias.  */
8198
#if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset
8199
choke me
8200
#endif
8201
8202
int
8203
main ()
8204
{
8205
return bind_textdomain_codeset ();
8206
  ;
8207
  return 0;
8208
}
8209
_ACEOF
8210
rm -f conftest.$ac_objext conftest$ac_exeext
8211
if { (ac_try="$ac_link"
8212
case "(($ac_try" in
8213
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8214
  *) ac_try_echo=$ac_try;;
8215
esac
8216
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8217
$as_echo "$ac_try_echo") >&5
8218
  (eval "$ac_link") 2>conftest.er1
8219
  ac_status=$?
8220
  grep -v '^ *+' conftest.er1 >conftest.err
8221
  rm -f conftest.er1
8222
  cat conftest.err >&5
8223
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8224
  (exit $ac_status); } && {
8225
	 test -z "$ac_c_werror_flag" ||
8226
	 test ! -s conftest.err
8227
       } && test -s conftest$ac_exeext && {
8228
	 test "$cross_compiling" = yes ||
8229
	 $as_test_x conftest$ac_exeext
8230
       }; then
8231
  ac_cv_func_bind_textdomain_codeset=yes
8232
else
8233
  $as_echo "$as_me: failed program was:" >&5
8234
sed 's/^/| /' conftest.$ac_ext >&5
8235
8236
	ac_cv_func_bind_textdomain_codeset=no
8237
fi
8238
8239
rm -rf conftest.dSYM
8240
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8241
      conftest$ac_exeext conftest.$ac_ext
8242
fi
8243
{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
8244
$as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; }
8245
if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then
8246
  CATOBJEXT=.gmo
6840
  CATOBJEXT=.gmo
8247
               DATADIRNAME=share
6841
               DATADIRNAME=share
8248
else
6842
else
Lines 8257-8266 Link Here
8257
	    ;;
6851
	    ;;
8258
	    esac
6852
	    esac
8259
fi
6853
fi
8260
6854
rm -f core conftest.err conftest.$ac_objext \
8261
rm -rf conftest.dSYM
6855
    conftest$ac_exeext conftest.$ac_ext
8262
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8263
      conftest$ac_exeext conftest.$ac_ext
8264
          LIBS="$glib_save_LIBS"
6856
          LIBS="$glib_save_LIBS"
8265
	  INSTOBJEXT=.mo
6857
	  INSTOBJEXT=.mo
8266
	else
6858
	else
Lines 8274-8282 Link Here
8274
6866
8275
    if test "$gt_cv_have_gettext" = "yes" ; then
6867
    if test "$gt_cv_have_gettext" = "yes" ; then
8276
6868
8277
cat >>confdefs.h <<\_ACEOF
6869
$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8278
#define ENABLE_NLS 1
8279
_ACEOF
8280
6870
8281
    fi
6871
    fi
8282
6872
Lines 8284-8290 Link Here
8284
                  if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
6874
                  if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
8285
        : ;
6875
        : ;
8286
      else
6876
      else
8287
        { $as_echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
6877
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
8288
$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
6878
$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
8289
        XGETTEXT=":"
6879
        XGETTEXT=":"
8290
      fi
6880
      fi
Lines 8317-8323 Link Here
8317
     if test "x$ALL_LINGUAS" = "x"; then
6907
     if test "x$ALL_LINGUAS" = "x"; then
8318
       LINGUAS=
6908
       LINGUAS=
8319
     else
6909
     else
8320
       { $as_echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
6910
       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8321
$as_echo_n "checking for catalogs to be installed... " >&6; }
6911
$as_echo_n "checking for catalogs to be installed... " >&6; }
8322
       NEW_LINGUAS=
6912
       NEW_LINGUAS=
8323
       for presentlang in $ALL_LINGUAS; do
6913
       for presentlang in $ALL_LINGUAS; do
Lines 8342-8348 Link Here
8342
         fi
6932
         fi
8343
       done
6933
       done
8344
       LINGUAS=$NEW_LINGUAS
6934
       LINGUAS=$NEW_LINGUAS
8345
       { $as_echo "$as_me:$LINENO: result: $LINGUAS" >&5
6935
       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8346
$as_echo "$LINGUAS" >&6; }
6936
$as_echo "$LINGUAS" >&6; }
8347
     fi
6937
     fi
8348
6938
Lines 8380-8386 Link Here
8380
6970
8381
case `pwd` in
6971
case `pwd` in
8382
  *\ * | *\	*)
6972
  *\ * | *\	*)
8383
    { $as_echo "$as_me:$LINENO: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
6973
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
8384
$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
6974
$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
8385
esac
6975
esac
8386
6976
Lines 8405-8439 Link Here
8405
6995
8406
# Make sure we can run config.sub.
6996
# Make sure we can run config.sub.
8407
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
6997
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
8408
  { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
6998
  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
8409
$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
8410
   { (exit 1); exit 1; }; }
8411
6999
8412
{ $as_echo "$as_me:$LINENO: checking build system type" >&5
7000
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
8413
$as_echo_n "checking build system type... " >&6; }
7001
$as_echo_n "checking build system type... " >&6; }
8414
if test "${ac_cv_build+set}" = set; then
7002
if ${ac_cv_build+:} false; then :
8415
  $as_echo_n "(cached) " >&6
7003
  $as_echo_n "(cached) " >&6
8416
else
7004
else
8417
  ac_build_alias=$build_alias
7005
  ac_build_alias=$build_alias
8418
test "x$ac_build_alias" = x &&
7006
test "x$ac_build_alias" = x &&
8419
  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
7007
  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
8420
test "x$ac_build_alias" = x &&
7008
test "x$ac_build_alias" = x &&
8421
  { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
7009
  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
8422
$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
8423
   { (exit 1); exit 1; }; }
8424
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
7010
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
8425
  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
7011
  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
8426
$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
8427
   { (exit 1); exit 1; }; }
8428
7012
8429
fi
7013
fi
8430
{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
7014
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
8431
$as_echo "$ac_cv_build" >&6; }
7015
$as_echo "$ac_cv_build" >&6; }
8432
case $ac_cv_build in
7016
case $ac_cv_build in
8433
*-*-*) ;;
7017
*-*-*) ;;
8434
*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
7018
*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
8435
$as_echo "$as_me: error: invalid value of canonical build" >&2;}
8436
   { (exit 1); exit 1; }; };;
8437
esac
7019
esac
8438
build=$ac_cv_build
7020
build=$ac_cv_build
8439
ac_save_IFS=$IFS; IFS='-'
7021
ac_save_IFS=$IFS; IFS='-'
Lines 8449-8476 Link Here
8449
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
7031
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
8450
7032
8451
7033
8452
{ $as_echo "$as_me:$LINENO: checking host system type" >&5
7034
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
8453
$as_echo_n "checking host system type... " >&6; }
7035
$as_echo_n "checking host system type... " >&6; }
8454
if test "${ac_cv_host+set}" = set; then
7036
if ${ac_cv_host+:} false; then :
8455
  $as_echo_n "(cached) " >&6
7037
  $as_echo_n "(cached) " >&6
8456
else
7038
else
8457
  if test "x$host_alias" = x; then
7039
  if test "x$host_alias" = x; then
8458
  ac_cv_host=$ac_cv_build
7040
  ac_cv_host=$ac_cv_build
8459
else
7041
else
8460
  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
7042
  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
8461
    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
7043
    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
8462
$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
8463
   { (exit 1); exit 1; }; }
8464
fi
7044
fi
8465
7045
8466
fi
7046
fi
8467
{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
7047
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
8468
$as_echo "$ac_cv_host" >&6; }
7048
$as_echo "$ac_cv_host" >&6; }
8469
case $ac_cv_host in
7049
case $ac_cv_host in
8470
*-*-*) ;;
7050
*-*-*) ;;
8471
*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
7051
*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
8472
$as_echo "$as_me: error: invalid value of canonical host" >&2;}
8473
   { (exit 1); exit 1; }; };;
8474
esac
7052
esac
8475
host=$ac_cv_host
7053
host=$ac_cv_host
8476
ac_save_IFS=$IFS; IFS='-'
7054
ac_save_IFS=$IFS; IFS='-'
Lines 8486-8494 Link Here
8486
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
7064
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
8487
7065
8488
7066
8489
{ $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
7067
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
8490
$as_echo_n "checking for a sed that does not truncate output... " >&6; }
7068
$as_echo_n "checking for a sed that does not truncate output... " >&6; }
8491
if test "${ac_cv_path_SED+set}" = set; then
7069
if ${ac_cv_path_SED+:} false; then :
8492
  $as_echo_n "(cached) " >&6
7070
  $as_echo_n "(cached) " >&6
8493
else
7071
else
8494
            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
7072
            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
Lines 8496-8502 Link Here
8496
       ac_script="$ac_script$as_nl$ac_script"
7074
       ac_script="$ac_script$as_nl$ac_script"
8497
     done
7075
     done
8498
     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
7076
     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
8499
     $as_unset ac_script || ac_script=
7077
     { ac_script=; unset ac_script;}
8500
     if test -z "$SED"; then
7078
     if test -z "$SED"; then
8501
  ac_path_SED_found=false
7079
  ac_path_SED_found=false
8502
  # Loop through the user's path and test for each of PROGNAME-LIST
7080
  # Loop through the user's path and test for each of PROGNAME-LIST
Lines 8505-8514 Link Here
8505
do
7083
do
8506
  IFS=$as_save_IFS
7084
  IFS=$as_save_IFS
8507
  test -z "$as_dir" && as_dir=.
7085
  test -z "$as_dir" && as_dir=.
8508
  for ac_prog in sed gsed; do
7086
    for ac_prog in sed gsed; do
8509
    for ac_exec_ext in '' $ac_executable_extensions; do
7087
    for ac_exec_ext in '' $ac_executable_extensions; do
8510
      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
7088
      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
8511
      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
7089
      as_fn_executable_p "$ac_path_SED" || continue
8512
# Check for GNU ac_path_SED and select it if it is found.
7090
# Check for GNU ac_path_SED and select it if it is found.
8513
  # Check for GNU $ac_path_SED
7091
  # Check for GNU $ac_path_SED
8514
case `"$ac_path_SED" --version 2>&1` in
7092
case `"$ac_path_SED" --version 2>&1` in
Lines 8525-8531 Link Here
8525
    $as_echo '' >> "conftest.nl"
7103
    $as_echo '' >> "conftest.nl"
8526
    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
7104
    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
8527
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
7105
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
8528
    ac_count=`expr $ac_count + 1`
7106
    as_fn_arith $ac_count + 1 && ac_count=$as_val
8529
    if test $ac_count -gt ${ac_path_SED_max-0}; then
7107
    if test $ac_count -gt ${ac_path_SED_max-0}; then
8530
      # Best one so far, save it but keep looking for a better one
7108
      # Best one so far, save it but keep looking for a better one
8531
      ac_cv_path_SED="$ac_path_SED"
7109
      ac_cv_path_SED="$ac_path_SED"
Lines 8540-8558 Link Here
8540
      $ac_path_SED_found && break 3
7118
      $ac_path_SED_found && break 3
8541
    done
7119
    done
8542
  done
7120
  done
8543
done
7121
  done
8544
IFS=$as_save_IFS
7122
IFS=$as_save_IFS
8545
  if test -z "$ac_cv_path_SED"; then
7123
  if test -z "$ac_cv_path_SED"; then
8546
    { { $as_echo "$as_me:$LINENO: error: no acceptable sed could be found in \$PATH" >&5
7124
    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
8547
$as_echo "$as_me: error: no acceptable sed could be found in \$PATH" >&2;}
8548
   { (exit 1); exit 1; }; }
8549
  fi
7125
  fi
8550
else
7126
else
8551
  ac_cv_path_SED=$SED
7127
  ac_cv_path_SED=$SED
8552
fi
7128
fi
8553
7129
8554
fi
7130
fi
8555
{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
7131
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
8556
$as_echo "$ac_cv_path_SED" >&6; }
7132
$as_echo "$ac_cv_path_SED" >&6; }
8557
 SED="$ac_cv_path_SED"
7133
 SED="$ac_cv_path_SED"
8558
  rm -f conftest.sed
7134
  rm -f conftest.sed
Lines 8570-8578 Link Here
8570
7146
8571
7147
8572
7148
8573
{ $as_echo "$as_me:$LINENO: checking for fgrep" >&5
7149
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
8574
$as_echo_n "checking for fgrep... " >&6; }
7150
$as_echo_n "checking for fgrep... " >&6; }
8575
if test "${ac_cv_path_FGREP+set}" = set; then
7151
if ${ac_cv_path_FGREP+:} false; then :
8576
  $as_echo_n "(cached) " >&6
7152
  $as_echo_n "(cached) " >&6
8577
else
7153
else
8578
  if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
7154
  if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
Lines 8586-8595 Link Here
8586
do
7162
do
8587
  IFS=$as_save_IFS
7163
  IFS=$as_save_IFS
8588
  test -z "$as_dir" && as_dir=.
7164
  test -z "$as_dir" && as_dir=.
8589
  for ac_prog in fgrep; do
7165
    for ac_prog in fgrep; do
8590
    for ac_exec_ext in '' $ac_executable_extensions; do
7166
    for ac_exec_ext in '' $ac_executable_extensions; do
8591
      ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
7167
      ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
8592
      { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
7168
      as_fn_executable_p "$ac_path_FGREP" || continue
8593
# Check for GNU ac_path_FGREP and select it if it is found.
7169
# Check for GNU ac_path_FGREP and select it if it is found.
8594
  # Check for GNU $ac_path_FGREP
7170
  # Check for GNU $ac_path_FGREP
8595
case `"$ac_path_FGREP" --version 2>&1` in
7171
case `"$ac_path_FGREP" --version 2>&1` in
Lines 8606-8612 Link Here
8606
    $as_echo 'FGREP' >> "conftest.nl"
7182
    $as_echo 'FGREP' >> "conftest.nl"
8607
    "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
7183
    "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
8608
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
7184
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
8609
    ac_count=`expr $ac_count + 1`
7185
    as_fn_arith $ac_count + 1 && ac_count=$as_val
8610
    if test $ac_count -gt ${ac_path_FGREP_max-0}; then
7186
    if test $ac_count -gt ${ac_path_FGREP_max-0}; then
8611
      # Best one so far, save it but keep looking for a better one
7187
      # Best one so far, save it but keep looking for a better one
8612
      ac_cv_path_FGREP="$ac_path_FGREP"
7188
      ac_cv_path_FGREP="$ac_path_FGREP"
Lines 8621-8632 Link Here
8621
      $ac_path_FGREP_found && break 3
7197
      $ac_path_FGREP_found && break 3
8622
    done
7198
    done
8623
  done
7199
  done
8624
done
7200
  done
8625
IFS=$as_save_IFS
7201
IFS=$as_save_IFS
8626
  if test -z "$ac_cv_path_FGREP"; then
7202
  if test -z "$ac_cv_path_FGREP"; then
8627
    { { $as_echo "$as_me:$LINENO: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
7203
    as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
8628
$as_echo "$as_me: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
8629
   { (exit 1); exit 1; }; }
8630
  fi
7204
  fi
8631
else
7205
else
8632
  ac_cv_path_FGREP=$FGREP
7206
  ac_cv_path_FGREP=$FGREP
Lines 8634-8640 Link Here
8634
7208
8635
   fi
7209
   fi
8636
fi
7210
fi
8637
{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5
7211
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
8638
$as_echo "$ac_cv_path_FGREP" >&6; }
7212
$as_echo "$ac_cv_path_FGREP" >&6; }
8639
 FGREP="$ac_cv_path_FGREP"
7213
 FGREP="$ac_cv_path_FGREP"
8640
7214
Lines 8660-8666 Link Here
8660
7234
8661
7235
8662
# Check whether --with-gnu-ld was given.
7236
# Check whether --with-gnu-ld was given.
8663
if test "${with_gnu_ld+set}" = set; then
7237
if test "${with_gnu_ld+set}" = set; then :
8664
  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7238
  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
8665
else
7239
else
8666
  with_gnu_ld=no
7240
  with_gnu_ld=no
Lines 8669-8675 Link Here
8669
ac_prog=ld
7243
ac_prog=ld
8670
if test "$GCC" = yes; then
7244
if test "$GCC" = yes; then
8671
  # Check if gcc -print-prog-name=ld gives a path.
7245
  # Check if gcc -print-prog-name=ld gives a path.
8672
  { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5
7246
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
8673
$as_echo_n "checking for ld used by $CC... " >&6; }
7247
$as_echo_n "checking for ld used by $CC... " >&6; }
8674
  case $host in
7248
  case $host in
8675
  *-*-mingw*)
7249
  *-*-mingw*)
Lines 8699-8711 Link Here
8699
    ;;
7273
    ;;
8700
  esac
7274
  esac
8701
elif test "$with_gnu_ld" = yes; then
7275
elif test "$with_gnu_ld" = yes; then
8702
  { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
7276
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
8703
$as_echo_n "checking for GNU ld... " >&6; }
7277
$as_echo_n "checking for GNU ld... " >&6; }
8704
else
7278
else
8705
  { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
7279
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
8706
$as_echo_n "checking for non-GNU ld... " >&6; }
7280
$as_echo_n "checking for non-GNU ld... " >&6; }
8707
fi
7281
fi
8708
if test "${lt_cv_path_LD+set}" = set; then
7282
if ${lt_cv_path_LD+:} false; then :
8709
  $as_echo_n "(cached) " >&6
7283
  $as_echo_n "(cached) " >&6
8710
else
7284
else
8711
  if test -z "$LD"; then
7285
  if test -z "$LD"; then
Lines 8736-8753 Link Here
8736
7310
8737
LD="$lt_cv_path_LD"
7311
LD="$lt_cv_path_LD"
8738
if test -n "$LD"; then
7312
if test -n "$LD"; then
8739
  { $as_echo "$as_me:$LINENO: result: $LD" >&5
7313
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8740
$as_echo "$LD" >&6; }
7314
$as_echo "$LD" >&6; }
8741
else
7315
else
8742
  { $as_echo "$as_me:$LINENO: result: no" >&5
7316
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8743
$as_echo "no" >&6; }
7317
$as_echo "no" >&6; }
8744
fi
7318
fi
8745
test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
7319
test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
8746
$as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
7320
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
8747
   { (exit 1); exit 1; }; }
8748
{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
8749
$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
7321
$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
8750
if test "${lt_cv_prog_gnu_ld+set}" = set; then
7322
if ${lt_cv_prog_gnu_ld+:} false; then :
8751
  $as_echo_n "(cached) " >&6
7323
  $as_echo_n "(cached) " >&6
8752
else
7324
else
8753
  # I'd rather use --version here, but apparently some GNU lds only accept -v.
7325
  # I'd rather use --version here, but apparently some GNU lds only accept -v.
Lines 8760-8766 Link Here
8760
  ;;
7332
  ;;
8761
esac
7333
esac
8762
fi
7334
fi
8763
{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
7335
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
8764
$as_echo "$lt_cv_prog_gnu_ld" >&6; }
7336
$as_echo "$lt_cv_prog_gnu_ld" >&6; }
8765
with_gnu_ld=$lt_cv_prog_gnu_ld
7337
with_gnu_ld=$lt_cv_prog_gnu_ld
8766
7338
Lines 8772-8780 Link Here
8772
7344
8773
7345
8774
7346
8775
{ $as_echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
7347
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
8776
$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
7348
$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
8777
if test "${lt_cv_path_NM+set}" = set; then
7349
if ${lt_cv_path_NM+:} false; then :
8778
  $as_echo_n "(cached) " >&6
7350
  $as_echo_n "(cached) " >&6
8779
else
7351
else
8780
  if test -n "$NM"; then
7352
  if test -n "$NM"; then
Lines 8821-8827 Link Here
8821
  : ${lt_cv_path_NM=no}
7393
  : ${lt_cv_path_NM=no}
8822
fi
7394
fi
8823
fi
7395
fi
8824
{ $as_echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
7396
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
8825
$as_echo "$lt_cv_path_NM" >&6; }
7397
$as_echo "$lt_cv_path_NM" >&6; }
8826
if test "$lt_cv_path_NM" != "no"; then
7398
if test "$lt_cv_path_NM" != "no"; then
8827
  NM="$lt_cv_path_NM"
7399
  NM="$lt_cv_path_NM"
Lines 8832-8840 Link Here
8832
  do
7404
  do
8833
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
7405
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
8834
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
7406
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
8835
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7407
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8836
$as_echo_n "checking for $ac_word... " >&6; }
7408
$as_echo_n "checking for $ac_word... " >&6; }
8837
if test "${ac_cv_prog_DUMPBIN+set}" = set; then
7409
if ${ac_cv_prog_DUMPBIN+:} false; then :
8838
  $as_echo_n "(cached) " >&6
7410
  $as_echo_n "(cached) " >&6
8839
else
7411
else
8840
  if test -n "$DUMPBIN"; then
7412
  if test -n "$DUMPBIN"; then
Lines 8845-8868 Link Here
8845
do
7417
do
8846
  IFS=$as_save_IFS
7418
  IFS=$as_save_IFS
8847
  test -z "$as_dir" && as_dir=.
7419
  test -z "$as_dir" && as_dir=.
8848
  for ac_exec_ext in '' $ac_executable_extensions; do
7420
    for ac_exec_ext in '' $ac_executable_extensions; do
8849
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7421
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8850
    ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
7422
    ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
8851
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7423
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8852
    break 2
7424
    break 2
8853
  fi
7425
  fi
8854
done
7426
done
8855
done
7427
  done
8856
IFS=$as_save_IFS
7428
IFS=$as_save_IFS
8857
7429
8858
fi
7430
fi
8859
fi
7431
fi
8860
DUMPBIN=$ac_cv_prog_DUMPBIN
7432
DUMPBIN=$ac_cv_prog_DUMPBIN
8861
if test -n "$DUMPBIN"; then
7433
if test -n "$DUMPBIN"; then
8862
  { $as_echo "$as_me:$LINENO: result: $DUMPBIN" >&5
7434
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
8863
$as_echo "$DUMPBIN" >&6; }
7435
$as_echo "$DUMPBIN" >&6; }
8864
else
7436
else
8865
  { $as_echo "$as_me:$LINENO: result: no" >&5
7437
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8866
$as_echo "no" >&6; }
7438
$as_echo "no" >&6; }
8867
fi
7439
fi
8868
7440
Lines 8876-8884 Link Here
8876
do
7448
do
8877
  # Extract the first word of "$ac_prog", so it can be a program name with args.
7449
  # Extract the first word of "$ac_prog", so it can be a program name with args.
8878
set dummy $ac_prog; ac_word=$2
7450
set dummy $ac_prog; ac_word=$2
8879
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7451
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8880
$as_echo_n "checking for $ac_word... " >&6; }
7452
$as_echo_n "checking for $ac_word... " >&6; }
8881
if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
7453
if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
8882
  $as_echo_n "(cached) " >&6
7454
  $as_echo_n "(cached) " >&6
8883
else
7455
else
8884
  if test -n "$ac_ct_DUMPBIN"; then
7456
  if test -n "$ac_ct_DUMPBIN"; then
Lines 8889-8912 Link Here
8889
do
7461
do
8890
  IFS=$as_save_IFS
7462
  IFS=$as_save_IFS
8891
  test -z "$as_dir" && as_dir=.
7463
  test -z "$as_dir" && as_dir=.
8892
  for ac_exec_ext in '' $ac_executable_extensions; do
7464
    for ac_exec_ext in '' $ac_executable_extensions; do
8893
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7465
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8894
    ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
7466
    ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
8895
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7467
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8896
    break 2
7468
    break 2
8897
  fi
7469
  fi
8898
done
7470
done
8899
done
7471
  done
8900
IFS=$as_save_IFS
7472
IFS=$as_save_IFS
8901
7473
8902
fi
7474
fi
8903
fi
7475
fi
8904
ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
7476
ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
8905
if test -n "$ac_ct_DUMPBIN"; then
7477
if test -n "$ac_ct_DUMPBIN"; then
8906
  { $as_echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
7478
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
8907
$as_echo "$ac_ct_DUMPBIN" >&6; }
7479
$as_echo "$ac_ct_DUMPBIN" >&6; }
8908
else
7480
else
8909
  { $as_echo "$as_me:$LINENO: result: no" >&5
7481
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8910
$as_echo "no" >&6; }
7482
$as_echo "no" >&6; }
8911
fi
7483
fi
8912
7484
Lines 8919-8925 Link Here
8919
  else
7491
  else
8920
    case $cross_compiling:$ac_tool_warned in
7492
    case $cross_compiling:$ac_tool_warned in
8921
yes:)
7493
yes:)
8922
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7494
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8923
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7495
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8924
ac_tool_warned=yes ;;
7496
ac_tool_warned=yes ;;
8925
esac
7497
esac
Lines 8939-8982 Link Here
8939
7511
8940
7512
8941
7513
8942
{ $as_echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
7514
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
8943
$as_echo_n "checking the name lister ($NM) interface... " >&6; }
7515
$as_echo_n "checking the name lister ($NM) interface... " >&6; }
8944
if test "${lt_cv_nm_interface+set}" = set; then
7516
if ${lt_cv_nm_interface+:} false; then :
8945
  $as_echo_n "(cached) " >&6
7517
  $as_echo_n "(cached) " >&6
8946
else
7518
else
8947
  lt_cv_nm_interface="BSD nm"
7519
  lt_cv_nm_interface="BSD nm"
8948
  echo "int some_variable = 0;" > conftest.$ac_ext
7520
  echo "int some_variable = 0;" > conftest.$ac_ext
8949
  (eval echo "\"\$as_me:8949: $ac_compile\"" >&5)
7521
  (eval echo "\"\$as_me:7521: $ac_compile\"" >&5)
8950
  (eval "$ac_compile" 2>conftest.err)
7522
  (eval "$ac_compile" 2>conftest.err)
8951
  cat conftest.err >&5
7523
  cat conftest.err >&5
8952
  (eval echo "\"\$as_me:8952: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
7524
  (eval echo "\"\$as_me:7524: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
8953
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
7525
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
8954
  cat conftest.err >&5
7526
  cat conftest.err >&5
8955
  (eval echo "\"\$as_me:8955: output\"" >&5)
7527
  (eval echo "\"\$as_me:7527: output\"" >&5)
8956
  cat conftest.out >&5
7528
  cat conftest.out >&5
8957
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
7529
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
8958
    lt_cv_nm_interface="MS dumpbin"
7530
    lt_cv_nm_interface="MS dumpbin"
8959
  fi
7531
  fi
8960
  rm -f conftest*
7532
  rm -f conftest*
8961
fi
7533
fi
8962
{ $as_echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
7534
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
8963
$as_echo "$lt_cv_nm_interface" >&6; }
7535
$as_echo "$lt_cv_nm_interface" >&6; }
8964
7536
8965
{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
7537
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
8966
$as_echo_n "checking whether ln -s works... " >&6; }
7538
$as_echo_n "checking whether ln -s works... " >&6; }
8967
LN_S=$as_ln_s
7539
LN_S=$as_ln_s
8968
if test "$LN_S" = "ln -s"; then
7540
if test "$LN_S" = "ln -s"; then
8969
  { $as_echo "$as_me:$LINENO: result: yes" >&5
7541
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8970
$as_echo "yes" >&6; }
7542
$as_echo "yes" >&6; }
8971
else
7543
else
8972
  { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
7544
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
8973
$as_echo "no, using $LN_S" >&6; }
7545
$as_echo "no, using $LN_S" >&6; }
8974
fi
7546
fi
8975
7547
8976
# find the maximum length of command line arguments
7548
# find the maximum length of command line arguments
8977
{ $as_echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
7549
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
8978
$as_echo_n "checking the maximum length of command line arguments... " >&6; }
7550
$as_echo_n "checking the maximum length of command line arguments... " >&6; }
8979
if test "${lt_cv_sys_max_cmd_len+set}" = set; then
7551
if ${lt_cv_sys_max_cmd_len+:} false; then :
8980
  $as_echo_n "(cached) " >&6
7552
  $as_echo_n "(cached) " >&6
8981
else
7553
else
8982
    i=0
7554
    i=0
Lines 9094-9103 Link Here
9094
fi
7666
fi
9095
7667
9096
if test -n $lt_cv_sys_max_cmd_len ; then
7668
if test -n $lt_cv_sys_max_cmd_len ; then
9097
  { $as_echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
7669
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
9098
$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
7670
$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
9099
else
7671
else
9100
  { $as_echo "$as_me:$LINENO: result: none" >&5
7672
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
9101
$as_echo "none" >&6; }
7673
$as_echo "none" >&6; }
9102
fi
7674
fi
9103
max_cmd_len=$lt_cv_sys_max_cmd_len
7675
max_cmd_len=$lt_cv_sys_max_cmd_len
Lines 9111-9117 Link Here
9111
: ${MV="mv -f"}
7683
: ${MV="mv -f"}
9112
: ${RM="rm -f"}
7684
: ${RM="rm -f"}
9113
7685
9114
{ $as_echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
7686
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
9115
$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
7687
$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
9116
# Try some XSI features
7688
# Try some XSI features
9117
xsi_shell=no
7689
xsi_shell=no
Lines 9121-9137 Link Here
9121
    && eval 'test $(( 1 + 1 )) -eq 2 \
7693
    && eval 'test $(( 1 + 1 )) -eq 2 \
9122
    && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
7694
    && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
9123
  && xsi_shell=yes
7695
  && xsi_shell=yes
9124
{ $as_echo "$as_me:$LINENO: result: $xsi_shell" >&5
7696
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
9125
$as_echo "$xsi_shell" >&6; }
7697
$as_echo "$xsi_shell" >&6; }
9126
7698
9127
7699
9128
{ $as_echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
7700
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
9129
$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
7701
$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
9130
lt_shell_append=no
7702
lt_shell_append=no
9131
( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
7703
( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
9132
    >/dev/null 2>&1 \
7704
    >/dev/null 2>&1 \
9133
  && lt_shell_append=yes
7705
  && lt_shell_append=yes
9134
{ $as_echo "$as_me:$LINENO: result: $lt_shell_append" >&5
7706
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
9135
$as_echo "$lt_shell_append" >&6; }
7707
$as_echo "$lt_shell_append" >&6; }
9136
7708
9137
7709
Lines 9166-9179 Link Here
9166
7738
9167
7739
9168
7740
9169
{ $as_echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
7741
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
9170
$as_echo_n "checking for $LD option to reload object files... " >&6; }
7742
$as_echo_n "checking for $LD option to reload object files... " >&6; }
9171
if test "${lt_cv_ld_reload_flag+set}" = set; then
7743
if ${lt_cv_ld_reload_flag+:} false; then :
9172
  $as_echo_n "(cached) " >&6
7744
  $as_echo_n "(cached) " >&6
9173
else
7745
else
9174
  lt_cv_ld_reload_flag='-r'
7746
  lt_cv_ld_reload_flag='-r'
9175
fi
7747
fi
9176
{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
7748
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
9177
$as_echo "$lt_cv_ld_reload_flag" >&6; }
7749
$as_echo "$lt_cv_ld_reload_flag" >&6; }
9178
reload_flag=$lt_cv_ld_reload_flag
7750
reload_flag=$lt_cv_ld_reload_flag
9179
case $reload_flag in
7751
case $reload_flag in
Lines 9202-9210 Link Here
9202
if test -n "$ac_tool_prefix"; then
7774
if test -n "$ac_tool_prefix"; then
9203
  # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
7775
  # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
9204
set dummy ${ac_tool_prefix}objdump; ac_word=$2
7776
set dummy ${ac_tool_prefix}objdump; ac_word=$2
9205
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7777
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9206
$as_echo_n "checking for $ac_word... " >&6; }
7778
$as_echo_n "checking for $ac_word... " >&6; }
9207
if test "${ac_cv_prog_OBJDUMP+set}" = set; then
7779
if ${ac_cv_prog_OBJDUMP+:} false; then :
9208
  $as_echo_n "(cached) " >&6
7780
  $as_echo_n "(cached) " >&6
9209
else
7781
else
9210
  if test -n "$OBJDUMP"; then
7782
  if test -n "$OBJDUMP"; then
Lines 9215-9238 Link Here
9215
do
7787
do
9216
  IFS=$as_save_IFS
7788
  IFS=$as_save_IFS
9217
  test -z "$as_dir" && as_dir=.
7789
  test -z "$as_dir" && as_dir=.
9218
  for ac_exec_ext in '' $ac_executable_extensions; do
7790
    for ac_exec_ext in '' $ac_executable_extensions; do
9219
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7791
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9220
    ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
7792
    ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
9221
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7793
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9222
    break 2
7794
    break 2
9223
  fi
7795
  fi
9224
done
7796
done
9225
done
7797
  done
9226
IFS=$as_save_IFS
7798
IFS=$as_save_IFS
9227
7799
9228
fi
7800
fi
9229
fi
7801
fi
9230
OBJDUMP=$ac_cv_prog_OBJDUMP
7802
OBJDUMP=$ac_cv_prog_OBJDUMP
9231
if test -n "$OBJDUMP"; then
7803
if test -n "$OBJDUMP"; then
9232
  { $as_echo "$as_me:$LINENO: result: $OBJDUMP" >&5
7804
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9233
$as_echo "$OBJDUMP" >&6; }
7805
$as_echo "$OBJDUMP" >&6; }
9234
else
7806
else
9235
  { $as_echo "$as_me:$LINENO: result: no" >&5
7807
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9236
$as_echo "no" >&6; }
7808
$as_echo "no" >&6; }
9237
fi
7809
fi
9238
7810
Lines 9242-9250 Link Here
9242
  ac_ct_OBJDUMP=$OBJDUMP
7814
  ac_ct_OBJDUMP=$OBJDUMP
9243
  # Extract the first word of "objdump", so it can be a program name with args.
7815
  # Extract the first word of "objdump", so it can be a program name with args.
9244
set dummy objdump; ac_word=$2
7816
set dummy objdump; ac_word=$2
9245
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7817
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9246
$as_echo_n "checking for $ac_word... " >&6; }
7818
$as_echo_n "checking for $ac_word... " >&6; }
9247
if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
7819
if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
9248
  $as_echo_n "(cached) " >&6
7820
  $as_echo_n "(cached) " >&6
9249
else
7821
else
9250
  if test -n "$ac_ct_OBJDUMP"; then
7822
  if test -n "$ac_ct_OBJDUMP"; then
Lines 9255-9278 Link Here
9255
do
7827
do
9256
  IFS=$as_save_IFS
7828
  IFS=$as_save_IFS
9257
  test -z "$as_dir" && as_dir=.
7829
  test -z "$as_dir" && as_dir=.
9258
  for ac_exec_ext in '' $ac_executable_extensions; do
7830
    for ac_exec_ext in '' $ac_executable_extensions; do
9259
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7831
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9260
    ac_cv_prog_ac_ct_OBJDUMP="objdump"
7832
    ac_cv_prog_ac_ct_OBJDUMP="objdump"
9261
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7833
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9262
    break 2
7834
    break 2
9263
  fi
7835
  fi
9264
done
7836
done
9265
done
7837
  done
9266
IFS=$as_save_IFS
7838
IFS=$as_save_IFS
9267
7839
9268
fi
7840
fi
9269
fi
7841
fi
9270
ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
7842
ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
9271
if test -n "$ac_ct_OBJDUMP"; then
7843
if test -n "$ac_ct_OBJDUMP"; then
9272
  { $as_echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
7844
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
9273
$as_echo "$ac_ct_OBJDUMP" >&6; }
7845
$as_echo "$ac_ct_OBJDUMP" >&6; }
9274
else
7846
else
9275
  { $as_echo "$as_me:$LINENO: result: no" >&5
7847
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9276
$as_echo "no" >&6; }
7848
$as_echo "no" >&6; }
9277
fi
7849
fi
9278
7850
Lines 9281-9287 Link Here
9281
  else
7853
  else
9282
    case $cross_compiling:$ac_tool_warned in
7854
    case $cross_compiling:$ac_tool_warned in
9283
yes:)
7855
yes:)
9284
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7856
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9285
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7857
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9286
ac_tool_warned=yes ;;
7858
ac_tool_warned=yes ;;
9287
esac
7859
esac
Lines 9301-9309 Link Here
9301
7873
9302
7874
9303
7875
9304
{ $as_echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
7876
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
9305
$as_echo_n "checking how to recognize dependent libraries... " >&6; }
7877
$as_echo_n "checking how to recognize dependent libraries... " >&6; }
9306
if test "${lt_cv_deplibs_check_method+set}" = set; then
7878
if ${lt_cv_deplibs_check_method+:} false; then :
9307
  $as_echo_n "(cached) " >&6
7879
  $as_echo_n "(cached) " >&6
9308
else
7880
else
9309
  lt_cv_file_magic_cmd='$MAGIC_CMD'
7881
  lt_cv_file_magic_cmd='$MAGIC_CMD'
Lines 9497-9503 Link Here
9497
esac
8069
esac
9498
8070
9499
fi
8071
fi
9500
{ $as_echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
8072
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
9501
$as_echo "$lt_cv_deplibs_check_method" >&6; }
8073
$as_echo "$lt_cv_deplibs_check_method" >&6; }
9502
file_magic_cmd=$lt_cv_file_magic_cmd
8074
file_magic_cmd=$lt_cv_file_magic_cmd
9503
deplibs_check_method=$lt_cv_deplibs_check_method
8075
deplibs_check_method=$lt_cv_deplibs_check_method
Lines 9517-9525 Link Here
9517
if test -n "$ac_tool_prefix"; then
8089
if test -n "$ac_tool_prefix"; then
9518
  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8090
  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
9519
set dummy ${ac_tool_prefix}ar; ac_word=$2
8091
set dummy ${ac_tool_prefix}ar; ac_word=$2
9520
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8092
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9521
$as_echo_n "checking for $ac_word... " >&6; }
8093
$as_echo_n "checking for $ac_word... " >&6; }
9522
if test "${ac_cv_prog_AR+set}" = set; then
8094
if ${ac_cv_prog_AR+:} false; then :
9523
  $as_echo_n "(cached) " >&6
8095
  $as_echo_n "(cached) " >&6
9524
else
8096
else
9525
  if test -n "$AR"; then
8097
  if test -n "$AR"; then
Lines 9530-9553 Link Here
9530
do
8102
do
9531
  IFS=$as_save_IFS
8103
  IFS=$as_save_IFS
9532
  test -z "$as_dir" && as_dir=.
8104
  test -z "$as_dir" && as_dir=.
9533
  for ac_exec_ext in '' $ac_executable_extensions; do
8105
    for ac_exec_ext in '' $ac_executable_extensions; do
9534
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8106
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9535
    ac_cv_prog_AR="${ac_tool_prefix}ar"
8107
    ac_cv_prog_AR="${ac_tool_prefix}ar"
9536
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8108
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9537
    break 2
8109
    break 2
9538
  fi
8110
  fi
9539
done
8111
done
9540
done
8112
  done
9541
IFS=$as_save_IFS
8113
IFS=$as_save_IFS
9542
8114
9543
fi
8115
fi
9544
fi
8116
fi
9545
AR=$ac_cv_prog_AR
8117
AR=$ac_cv_prog_AR
9546
if test -n "$AR"; then
8118
if test -n "$AR"; then
9547
  { $as_echo "$as_me:$LINENO: result: $AR" >&5
8119
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
9548
$as_echo "$AR" >&6; }
8120
$as_echo "$AR" >&6; }
9549
else
8121
else
9550
  { $as_echo "$as_me:$LINENO: result: no" >&5
8122
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9551
$as_echo "no" >&6; }
8123
$as_echo "no" >&6; }
9552
fi
8124
fi
9553
8125
Lines 9557-9565 Link Here
9557
  ac_ct_AR=$AR
8129
  ac_ct_AR=$AR
9558
  # Extract the first word of "ar", so it can be a program name with args.
8130
  # Extract the first word of "ar", so it can be a program name with args.
9559
set dummy ar; ac_word=$2
8131
set dummy ar; ac_word=$2
9560
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8132
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9561
$as_echo_n "checking for $ac_word... " >&6; }
8133
$as_echo_n "checking for $ac_word... " >&6; }
9562
if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
8134
if ${ac_cv_prog_ac_ct_AR+:} false; then :
9563
  $as_echo_n "(cached) " >&6
8135
  $as_echo_n "(cached) " >&6
9564
else
8136
else
9565
  if test -n "$ac_ct_AR"; then
8137
  if test -n "$ac_ct_AR"; then
Lines 9570-9593 Link Here
9570
do
8142
do
9571
  IFS=$as_save_IFS
8143
  IFS=$as_save_IFS
9572
  test -z "$as_dir" && as_dir=.
8144
  test -z "$as_dir" && as_dir=.
9573
  for ac_exec_ext in '' $ac_executable_extensions; do
8145
    for ac_exec_ext in '' $ac_executable_extensions; do
9574
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8146
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9575
    ac_cv_prog_ac_ct_AR="ar"
8147
    ac_cv_prog_ac_ct_AR="ar"
9576
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8148
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9577
    break 2
8149
    break 2
9578
  fi
8150
  fi
9579
done
8151
done
9580
done
8152
  done
9581
IFS=$as_save_IFS
8153
IFS=$as_save_IFS
9582
8154
9583
fi
8155
fi
9584
fi
8156
fi
9585
ac_ct_AR=$ac_cv_prog_ac_ct_AR
8157
ac_ct_AR=$ac_cv_prog_ac_ct_AR
9586
if test -n "$ac_ct_AR"; then
8158
if test -n "$ac_ct_AR"; then
9587
  { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
8159
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
9588
$as_echo "$ac_ct_AR" >&6; }
8160
$as_echo "$ac_ct_AR" >&6; }
9589
else
8161
else
9590
  { $as_echo "$as_me:$LINENO: result: no" >&5
8162
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9591
$as_echo "no" >&6; }
8163
$as_echo "no" >&6; }
9592
fi
8164
fi
9593
8165
Lines 9596-9602 Link Here
9596
  else
8168
  else
9597
    case $cross_compiling:$ac_tool_warned in
8169
    case $cross_compiling:$ac_tool_warned in
9598
yes:)
8170
yes:)
9599
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8171
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9600
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8172
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9601
ac_tool_warned=yes ;;
8173
ac_tool_warned=yes ;;
9602
esac
8174
esac
Lines 9622-9630 Link Here
9622
if test -n "$ac_tool_prefix"; then
8194
if test -n "$ac_tool_prefix"; then
9623
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
8195
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
9624
set dummy ${ac_tool_prefix}strip; ac_word=$2
8196
set dummy ${ac_tool_prefix}strip; ac_word=$2
9625
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8197
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9626
$as_echo_n "checking for $ac_word... " >&6; }
8198
$as_echo_n "checking for $ac_word... " >&6; }
9627
if test "${ac_cv_prog_STRIP+set}" = set; then
8199
if ${ac_cv_prog_STRIP+:} false; then :
9628
  $as_echo_n "(cached) " >&6
8200
  $as_echo_n "(cached) " >&6
9629
else
8201
else
9630
  if test -n "$STRIP"; then
8202
  if test -n "$STRIP"; then
Lines 9635-9658 Link Here
9635
do
8207
do
9636
  IFS=$as_save_IFS
8208
  IFS=$as_save_IFS
9637
  test -z "$as_dir" && as_dir=.
8209
  test -z "$as_dir" && as_dir=.
9638
  for ac_exec_ext in '' $ac_executable_extensions; do
8210
    for ac_exec_ext in '' $ac_executable_extensions; do
9639
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8211
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9640
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
8212
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
9641
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8213
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9642
    break 2
8214
    break 2
9643
  fi
8215
  fi
9644
done
8216
done
9645
done
8217
  done
9646
IFS=$as_save_IFS
8218
IFS=$as_save_IFS
9647
8219
9648
fi
8220
fi
9649
fi
8221
fi
9650
STRIP=$ac_cv_prog_STRIP
8222
STRIP=$ac_cv_prog_STRIP
9651
if test -n "$STRIP"; then
8223
if test -n "$STRIP"; then
9652
  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
8224
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9653
$as_echo "$STRIP" >&6; }
8225
$as_echo "$STRIP" >&6; }
9654
else
8226
else
9655
  { $as_echo "$as_me:$LINENO: result: no" >&5
8227
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9656
$as_echo "no" >&6; }
8228
$as_echo "no" >&6; }
9657
fi
8229
fi
9658
8230
Lines 9662-9670 Link Here
9662
  ac_ct_STRIP=$STRIP
8234
  ac_ct_STRIP=$STRIP
9663
  # Extract the first word of "strip", so it can be a program name with args.
8235
  # Extract the first word of "strip", so it can be a program name with args.
9664
set dummy strip; ac_word=$2
8236
set dummy strip; ac_word=$2
9665
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8237
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9666
$as_echo_n "checking for $ac_word... " >&6; }
8238
$as_echo_n "checking for $ac_word... " >&6; }
9667
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
8239
if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
9668
  $as_echo_n "(cached) " >&6
8240
  $as_echo_n "(cached) " >&6
9669
else
8241
else
9670
  if test -n "$ac_ct_STRIP"; then
8242
  if test -n "$ac_ct_STRIP"; then
Lines 9675-9698 Link Here
9675
do
8247
do
9676
  IFS=$as_save_IFS
8248
  IFS=$as_save_IFS
9677
  test -z "$as_dir" && as_dir=.
8249
  test -z "$as_dir" && as_dir=.
9678
  for ac_exec_ext in '' $ac_executable_extensions; do
8250
    for ac_exec_ext in '' $ac_executable_extensions; do
9679
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8251
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9680
    ac_cv_prog_ac_ct_STRIP="strip"
8252
    ac_cv_prog_ac_ct_STRIP="strip"
9681
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8253
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9682
    break 2
8254
    break 2
9683
  fi
8255
  fi
9684
done
8256
done
9685
done
8257
  done
9686
IFS=$as_save_IFS
8258
IFS=$as_save_IFS
9687
8259
9688
fi
8260
fi
9689
fi
8261
fi
9690
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
8262
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
9691
if test -n "$ac_ct_STRIP"; then
8263
if test -n "$ac_ct_STRIP"; then
9692
  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
8264
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
9693
$as_echo "$ac_ct_STRIP" >&6; }
8265
$as_echo "$ac_ct_STRIP" >&6; }
9694
else
8266
else
9695
  { $as_echo "$as_me:$LINENO: result: no" >&5
8267
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9696
$as_echo "no" >&6; }
8268
$as_echo "no" >&6; }
9697
fi
8269
fi
9698
8270
Lines 9701-9707 Link Here
9701
  else
8273
  else
9702
    case $cross_compiling:$ac_tool_warned in
8274
    case $cross_compiling:$ac_tool_warned in
9703
yes:)
8275
yes:)
9704
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8276
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9705
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8277
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9706
ac_tool_warned=yes ;;
8278
ac_tool_warned=yes ;;
9707
esac
8279
esac
Lines 9721-9729 Link Here
9721
if test -n "$ac_tool_prefix"; then
8293
if test -n "$ac_tool_prefix"; then
9722
  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8294
  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
9723
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8295
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
9724
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8296
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9725
$as_echo_n "checking for $ac_word... " >&6; }
8297
$as_echo_n "checking for $ac_word... " >&6; }
9726
if test "${ac_cv_prog_RANLIB+set}" = set; then
8298
if ${ac_cv_prog_RANLIB+:} false; then :
9727
  $as_echo_n "(cached) " >&6
8299
  $as_echo_n "(cached) " >&6
9728
else
8300
else
9729
  if test -n "$RANLIB"; then
8301
  if test -n "$RANLIB"; then
Lines 9734-9757 Link Here
9734
do
8306
do
9735
  IFS=$as_save_IFS
8307
  IFS=$as_save_IFS
9736
  test -z "$as_dir" && as_dir=.
8308
  test -z "$as_dir" && as_dir=.
9737
  for ac_exec_ext in '' $ac_executable_extensions; do
8309
    for ac_exec_ext in '' $ac_executable_extensions; do
9738
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8310
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9739
    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8311
    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
9740
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8312
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9741
    break 2
8313
    break 2
9742
  fi
8314
  fi
9743
done
8315
done
9744
done
8316
  done
9745
IFS=$as_save_IFS
8317
IFS=$as_save_IFS
9746
8318
9747
fi
8319
fi
9748
fi
8320
fi
9749
RANLIB=$ac_cv_prog_RANLIB
8321
RANLIB=$ac_cv_prog_RANLIB
9750
if test -n "$RANLIB"; then
8322
if test -n "$RANLIB"; then
9751
  { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
8323
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9752
$as_echo "$RANLIB" >&6; }
8324
$as_echo "$RANLIB" >&6; }
9753
else
8325
else
9754
  { $as_echo "$as_me:$LINENO: result: no" >&5
8326
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9755
$as_echo "no" >&6; }
8327
$as_echo "no" >&6; }
9756
fi
8328
fi
9757
8329
Lines 9761-9769 Link Here
9761
  ac_ct_RANLIB=$RANLIB
8333
  ac_ct_RANLIB=$RANLIB
9762
  # Extract the first word of "ranlib", so it can be a program name with args.
8334
  # Extract the first word of "ranlib", so it can be a program name with args.
9763
set dummy ranlib; ac_word=$2
8335
set dummy ranlib; ac_word=$2
9764
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8336
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9765
$as_echo_n "checking for $ac_word... " >&6; }
8337
$as_echo_n "checking for $ac_word... " >&6; }
9766
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
8338
if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
9767
  $as_echo_n "(cached) " >&6
8339
  $as_echo_n "(cached) " >&6
9768
else
8340
else
9769
  if test -n "$ac_ct_RANLIB"; then
8341
  if test -n "$ac_ct_RANLIB"; then
Lines 9774-9797 Link Here
9774
do
8346
do
9775
  IFS=$as_save_IFS
8347
  IFS=$as_save_IFS
9776
  test -z "$as_dir" && as_dir=.
8348
  test -z "$as_dir" && as_dir=.
9777
  for ac_exec_ext in '' $ac_executable_extensions; do
8349
    for ac_exec_ext in '' $ac_executable_extensions; do
9778
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8350
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9779
    ac_cv_prog_ac_ct_RANLIB="ranlib"
8351
    ac_cv_prog_ac_ct_RANLIB="ranlib"
9780
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8352
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9781
    break 2
8353
    break 2
9782
  fi
8354
  fi
9783
done
8355
done
9784
done
8356
  done
9785
IFS=$as_save_IFS
8357
IFS=$as_save_IFS
9786
8358
9787
fi
8359
fi
9788
fi
8360
fi
9789
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8361
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
9790
if test -n "$ac_ct_RANLIB"; then
8362
if test -n "$ac_ct_RANLIB"; then
9791
  { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
8363
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
9792
$as_echo "$ac_ct_RANLIB" >&6; }
8364
$as_echo "$ac_ct_RANLIB" >&6; }
9793
else
8365
else
9794
  { $as_echo "$as_me:$LINENO: result: no" >&5
8366
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9795
$as_echo "no" >&6; }
8367
$as_echo "no" >&6; }
9796
fi
8368
fi
9797
8369
Lines 9800-9806 Link Here
9800
  else
8372
  else
9801
    case $cross_compiling:$ac_tool_warned in
8373
    case $cross_compiling:$ac_tool_warned in
9802
yes:)
8374
yes:)
9803
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8375
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9804
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8376
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9805
ac_tool_warned=yes ;;
8377
ac_tool_warned=yes ;;
9806
esac
8378
esac
Lines 9878-9886 Link Here
9878
8450
9879
8451
9880
# Check for command to grab the raw symbol name followed by C symbol from nm.
8452
# Check for command to grab the raw symbol name followed by C symbol from nm.
9881
{ $as_echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
8453
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
9882
$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
8454
$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
9883
if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
8455
if ${lt_cv_sys_global_symbol_pipe+:} false; then :
9884
  $as_echo_n "(cached) " >&6
8456
  $as_echo_n "(cached) " >&6
9885
else
8457
else
9886
8458
Lines 9996-10013 Link Here
9996
int main(){nm_test_var='a';nm_test_func();return(0);}
8568
int main(){nm_test_var='a';nm_test_func();return(0);}
9997
_LT_EOF
8569
_LT_EOF
9998
8570
9999
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8571
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10000
  (eval $ac_compile) 2>&5
8572
  (eval $ac_compile) 2>&5
10001
  ac_status=$?
8573
  ac_status=$?
10002
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8574
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10003
  (exit $ac_status); }; then
8575
  test $ac_status = 0; }; then
10004
    # Now try to grab the symbols.
8576
    # Now try to grab the symbols.
10005
    nlist=conftest.nm
8577
    nlist=conftest.nm
10006
    if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
8578
    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
10007
  (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
8579
  (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
10008
  ac_status=$?
8580
  ac_status=$?
10009
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8581
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10010
  (exit $ac_status); } && test -s "$nlist"; then
8582
  test $ac_status = 0; } && test -s "$nlist"; then
10011
      # Try sorting and uniquifying the output.
8583
      # Try sorting and uniquifying the output.
10012
      if sort "$nlist" | uniq > "$nlist"T; then
8584
      if sort "$nlist" | uniq > "$nlist"T; then
10013
	mv -f "$nlist"T "$nlist"
8585
	mv -f "$nlist"T "$nlist"
Lines 10060-10070 Link Here
10060
	  lt_save_CFLAGS="$CFLAGS"
8632
	  lt_save_CFLAGS="$CFLAGS"
10061
	  LIBS="conftstm.$ac_objext"
8633
	  LIBS="conftstm.$ac_objext"
10062
	  CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
8634
	  CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
10063
	  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8635
	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10064
  (eval $ac_link) 2>&5
8636
  (eval $ac_link) 2>&5
10065
  ac_status=$?
8637
  ac_status=$?
10066
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8638
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10067
  (exit $ac_status); } && test -s conftest${ac_exeext}; then
8639
  test $ac_status = 0; } && test -s conftest${ac_exeext}; then
10068
	    pipe_works=yes
8640
	    pipe_works=yes
10069
	  fi
8641
	  fi
10070
	  LIBS="$lt_save_LIBS"
8642
	  LIBS="$lt_save_LIBS"
Lines 10098-10107 Link Here
10098
  lt_cv_sys_global_symbol_to_cdecl=
8670
  lt_cv_sys_global_symbol_to_cdecl=
10099
fi
8671
fi
10100
if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
8672
if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
10101
  { $as_echo "$as_me:$LINENO: result: failed" >&5
8673
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
10102
$as_echo "failed" >&6; }
8674
$as_echo "failed" >&6; }
10103
else
8675
else
10104
  { $as_echo "$as_me:$LINENO: result: ok" >&5
8676
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
10105
$as_echo "ok" >&6; }
8677
$as_echo "ok" >&6; }
10106
fi
8678
fi
10107
8679
Lines 10127-10133 Link Here
10127
8699
10128
8700
10129
# Check whether --enable-libtool-lock was given.
8701
# Check whether --enable-libtool-lock was given.
10130
if test "${enable_libtool_lock+set}" = set; then
8702
if test "${enable_libtool_lock+set}" = set; then :
10131
  enableval=$enable_libtool_lock;
8703
  enableval=$enable_libtool_lock;
10132
fi
8704
fi
10133
8705
Lines 10139-10149 Link Here
10139
ia64-*-hpux*)
8711
ia64-*-hpux*)
10140
  # Find out which ABI we are using.
8712
  # Find out which ABI we are using.
10141
  echo 'int i;' > conftest.$ac_ext
8713
  echo 'int i;' > conftest.$ac_ext
10142
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8714
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10143
  (eval $ac_compile) 2>&5
8715
  (eval $ac_compile) 2>&5
10144
  ac_status=$?
8716
  ac_status=$?
10145
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8717
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10146
  (exit $ac_status); }; then
8718
  test $ac_status = 0; }; then
10147
    case `/usr/bin/file conftest.$ac_objext` in
8719
    case `/usr/bin/file conftest.$ac_objext` in
10148
      *ELF-32*)
8720
      *ELF-32*)
10149
	HPUX_IA64_MODE="32"
8721
	HPUX_IA64_MODE="32"
Lines 10157-10168 Link Here
10157
  ;;
8729
  ;;
10158
*-*-irix6*)
8730
*-*-irix6*)
10159
  # Find out which ABI we are using.
8731
  # Find out which ABI we are using.
10160
  echo '#line 10160 "configure"' > conftest.$ac_ext
8732
  echo '#line 8732 "configure"' > conftest.$ac_ext
10161
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8733
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10162
  (eval $ac_compile) 2>&5
8734
  (eval $ac_compile) 2>&5
10163
  ac_status=$?
8735
  ac_status=$?
10164
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8736
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10165
  (exit $ac_status); }; then
8737
  test $ac_status = 0; }; then
10166
    if test "$lt_cv_prog_gnu_ld" = yes; then
8738
    if test "$lt_cv_prog_gnu_ld" = yes; then
10167
      case `/usr/bin/file conftest.$ac_objext` in
8739
      case `/usr/bin/file conftest.$ac_objext` in
10168
	*32-bit*)
8740
	*32-bit*)
Lines 10196-10206 Link Here
10196
s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
8768
s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
10197
  # Find out which ABI we are using.
8769
  # Find out which ABI we are using.
10198
  echo 'int i;' > conftest.$ac_ext
8770
  echo 'int i;' > conftest.$ac_ext
10199
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8771
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10200
  (eval $ac_compile) 2>&5
8772
  (eval $ac_compile) 2>&5
10201
  ac_status=$?
8773
  ac_status=$?
10202
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8774
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10203
  (exit $ac_status); }; then
8775
  test $ac_status = 0; }; then
10204
    case `/usr/bin/file conftest.o` in
8776
    case `/usr/bin/file conftest.o` in
10205
      *32-bit*)
8777
      *32-bit*)
10206
	case $host in
8778
	case $host in
Lines 10249-10257 Link Here
10249
  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
8821
  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
10250
  SAVE_CFLAGS="$CFLAGS"
8822
  SAVE_CFLAGS="$CFLAGS"
10251
  CFLAGS="$CFLAGS -belf"
8823
  CFLAGS="$CFLAGS -belf"
10252
  { $as_echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
8824
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
10253
$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
8825
$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
10254
if test "${lt_cv_cc_needs_belf+set}" = set; then
8826
if ${lt_cv_cc_needs_belf+:} false; then :
10255
  $as_echo_n "(cached) " >&6
8827
  $as_echo_n "(cached) " >&6
10256
else
8828
else
10257
  ac_ext=c
8829
  ac_ext=c
Lines 10260-10270 Link Here
10260
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8832
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10261
ac_compiler_gnu=$ac_cv_c_compiler_gnu
8833
ac_compiler_gnu=$ac_cv_c_compiler_gnu
10262
8834
10263
     cat >conftest.$ac_ext <<_ACEOF
8835
     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10264
/* confdefs.h.  */
10265
_ACEOF
10266
cat confdefs.h >>conftest.$ac_ext
10267
cat >>conftest.$ac_ext <<_ACEOF
10268
/* end confdefs.h.  */
8836
/* end confdefs.h.  */
10269
8837
10270
int
8838
int
Lines 10275-10312 Link Here
10275
  return 0;
8843
  return 0;
10276
}
8844
}
10277
_ACEOF
8845
_ACEOF
10278
rm -f conftest.$ac_objext conftest$ac_exeext
8846
if ac_fn_c_try_link "$LINENO"; then :
10279
if { (ac_try="$ac_link"
10280
case "(($ac_try" in
10281
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10282
  *) ac_try_echo=$ac_try;;
10283
esac
10284
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10285
$as_echo "$ac_try_echo") >&5
10286
  (eval "$ac_link") 2>conftest.er1
10287
  ac_status=$?
10288
  grep -v '^ *+' conftest.er1 >conftest.err
10289
  rm -f conftest.er1
10290
  cat conftest.err >&5
10291
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10292
  (exit $ac_status); } && {
10293
	 test -z "$ac_c_werror_flag" ||
10294
	 test ! -s conftest.err
10295
       } && test -s conftest$ac_exeext && {
10296
	 test "$cross_compiling" = yes ||
10297
	 $as_test_x conftest$ac_exeext
10298
       }; then
10299
  lt_cv_cc_needs_belf=yes
8847
  lt_cv_cc_needs_belf=yes
10300
else
8848
else
10301
  $as_echo "$as_me: failed program was:" >&5
8849
  lt_cv_cc_needs_belf=no
10302
sed 's/^/| /' conftest.$ac_ext >&5
10303
10304
	lt_cv_cc_needs_belf=no
10305
fi
8850
fi
10306
8851
rm -f core conftest.err conftest.$ac_objext \
10307
rm -rf conftest.dSYM
8852
    conftest$ac_exeext conftest.$ac_ext
10308
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10309
      conftest$ac_exeext conftest.$ac_ext
10310
     ac_ext=c
8853
     ac_ext=c
10311
ac_cpp='$CPP $CPPFLAGS'
8854
ac_cpp='$CPP $CPPFLAGS'
10312
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8855
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
Lines 10314-10320 Link Here
10314
ac_compiler_gnu=$ac_cv_c_compiler_gnu
8857
ac_compiler_gnu=$ac_cv_c_compiler_gnu
10315
8858
10316
fi
8859
fi
10317
{ $as_echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
8860
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
10318
$as_echo "$lt_cv_cc_needs_belf" >&6; }
8861
$as_echo "$lt_cv_cc_needs_belf" >&6; }
10319
  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
8862
  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
10320
    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
8863
    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
Lines 10324-10334 Link Here
10324
sparc*-*solaris*)
8867
sparc*-*solaris*)
10325
  # Find out which ABI we are using.
8868
  # Find out which ABI we are using.
10326
  echo 'int i;' > conftest.$ac_ext
8869
  echo 'int i;' > conftest.$ac_ext
10327
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8870
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10328
  (eval $ac_compile) 2>&5
8871
  (eval $ac_compile) 2>&5
10329
  ac_status=$?
8872
  ac_status=$?
10330
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8873
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10331
  (exit $ac_status); }; then
8874
  test $ac_status = 0; }; then
10332
    case `/usr/bin/file conftest.o` in
8875
    case `/usr/bin/file conftest.o` in
10333
    *64-bit*)
8876
    *64-bit*)
10334
      case $lt_cv_prog_gnu_ld in
8877
      case $lt_cv_prog_gnu_ld in
Lines 10354-10362 Link Here
10354
    if test -n "$ac_tool_prefix"; then
8897
    if test -n "$ac_tool_prefix"; then
10355
  # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
8898
  # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
10356
set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
8899
set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
10357
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8900
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10358
$as_echo_n "checking for $ac_word... " >&6; }
8901
$as_echo_n "checking for $ac_word... " >&6; }
10359
if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
8902
if ${ac_cv_prog_DSYMUTIL+:} false; then :
10360
  $as_echo_n "(cached) " >&6
8903
  $as_echo_n "(cached) " >&6
10361
else
8904
else
10362
  if test -n "$DSYMUTIL"; then
8905
  if test -n "$DSYMUTIL"; then
Lines 10367-10390 Link Here
10367
do
8910
do
10368
  IFS=$as_save_IFS
8911
  IFS=$as_save_IFS
10369
  test -z "$as_dir" && as_dir=.
8912
  test -z "$as_dir" && as_dir=.
10370
  for ac_exec_ext in '' $ac_executable_extensions; do
8913
    for ac_exec_ext in '' $ac_executable_extensions; do
10371
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8914
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10372
    ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
8915
    ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
10373
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8916
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10374
    break 2
8917
    break 2
10375
  fi
8918
  fi
10376
done
8919
done
10377
done
8920
  done
10378
IFS=$as_save_IFS
8921
IFS=$as_save_IFS
10379
8922
10380
fi
8923
fi
10381
fi
8924
fi
10382
DSYMUTIL=$ac_cv_prog_DSYMUTIL
8925
DSYMUTIL=$ac_cv_prog_DSYMUTIL
10383
if test -n "$DSYMUTIL"; then
8926
if test -n "$DSYMUTIL"; then
10384
  { $as_echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
8927
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
10385
$as_echo "$DSYMUTIL" >&6; }
8928
$as_echo "$DSYMUTIL" >&6; }
10386
else
8929
else
10387
  { $as_echo "$as_me:$LINENO: result: no" >&5
8930
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10388
$as_echo "no" >&6; }
8931
$as_echo "no" >&6; }
10389
fi
8932
fi
10390
8933
Lines 10394-10402 Link Here
10394
  ac_ct_DSYMUTIL=$DSYMUTIL
8937
  ac_ct_DSYMUTIL=$DSYMUTIL
10395
  # Extract the first word of "dsymutil", so it can be a program name with args.
8938
  # Extract the first word of "dsymutil", so it can be a program name with args.
10396
set dummy dsymutil; ac_word=$2
8939
set dummy dsymutil; ac_word=$2
10397
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8940
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10398
$as_echo_n "checking for $ac_word... " >&6; }
8941
$as_echo_n "checking for $ac_word... " >&6; }
10399
if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
8942
if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
10400
  $as_echo_n "(cached) " >&6
8943
  $as_echo_n "(cached) " >&6
10401
else
8944
else
10402
  if test -n "$ac_ct_DSYMUTIL"; then
8945
  if test -n "$ac_ct_DSYMUTIL"; then
Lines 10407-10430 Link Here
10407
do
8950
do
10408
  IFS=$as_save_IFS
8951
  IFS=$as_save_IFS
10409
  test -z "$as_dir" && as_dir=.
8952
  test -z "$as_dir" && as_dir=.
10410
  for ac_exec_ext in '' $ac_executable_extensions; do
8953
    for ac_exec_ext in '' $ac_executable_extensions; do
10411
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8954
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10412
    ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
8955
    ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
10413
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8956
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10414
    break 2
8957
    break 2
10415
  fi
8958
  fi
10416
done
8959
done
10417
done
8960
  done
10418
IFS=$as_save_IFS
8961
IFS=$as_save_IFS
10419
8962
10420
fi
8963
fi
10421
fi
8964
fi
10422
ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
8965
ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
10423
if test -n "$ac_ct_DSYMUTIL"; then
8966
if test -n "$ac_ct_DSYMUTIL"; then
10424
  { $as_echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
8967
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
10425
$as_echo "$ac_ct_DSYMUTIL" >&6; }
8968
$as_echo "$ac_ct_DSYMUTIL" >&6; }
10426
else
8969
else
10427
  { $as_echo "$as_me:$LINENO: result: no" >&5
8970
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10428
$as_echo "no" >&6; }
8971
$as_echo "no" >&6; }
10429
fi
8972
fi
10430
8973
Lines 10433-10439 Link Here
10433
  else
8976
  else
10434
    case $cross_compiling:$ac_tool_warned in
8977
    case $cross_compiling:$ac_tool_warned in
10435
yes:)
8978
yes:)
10436
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8979
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
10437
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8980
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
10438
ac_tool_warned=yes ;;
8981
ac_tool_warned=yes ;;
10439
esac
8982
esac
Lines 10446-10454 Link Here
10446
    if test -n "$ac_tool_prefix"; then
8989
    if test -n "$ac_tool_prefix"; then
10447
  # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
8990
  # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
10448
set dummy ${ac_tool_prefix}nmedit; ac_word=$2
8991
set dummy ${ac_tool_prefix}nmedit; ac_word=$2
10449
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8992
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10450
$as_echo_n "checking for $ac_word... " >&6; }
8993
$as_echo_n "checking for $ac_word... " >&6; }
10451
if test "${ac_cv_prog_NMEDIT+set}" = set; then
8994
if ${ac_cv_prog_NMEDIT+:} false; then :
10452
  $as_echo_n "(cached) " >&6
8995
  $as_echo_n "(cached) " >&6
10453
else
8996
else
10454
  if test -n "$NMEDIT"; then
8997
  if test -n "$NMEDIT"; then
Lines 10459-10482 Link Here
10459
do
9002
do
10460
  IFS=$as_save_IFS
9003
  IFS=$as_save_IFS
10461
  test -z "$as_dir" && as_dir=.
9004
  test -z "$as_dir" && as_dir=.
10462
  for ac_exec_ext in '' $ac_executable_extensions; do
9005
    for ac_exec_ext in '' $ac_executable_extensions; do
10463
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9006
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10464
    ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
9007
    ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
10465
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9008
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10466
    break 2
9009
    break 2
10467
  fi
9010
  fi
10468
done
9011
done
10469
done
9012
  done
10470
IFS=$as_save_IFS
9013
IFS=$as_save_IFS
10471
9014
10472
fi
9015
fi
10473
fi
9016
fi
10474
NMEDIT=$ac_cv_prog_NMEDIT
9017
NMEDIT=$ac_cv_prog_NMEDIT
10475
if test -n "$NMEDIT"; then
9018
if test -n "$NMEDIT"; then
10476
  { $as_echo "$as_me:$LINENO: result: $NMEDIT" >&5
9019
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
10477
$as_echo "$NMEDIT" >&6; }
9020
$as_echo "$NMEDIT" >&6; }
10478
else
9021
else
10479
  { $as_echo "$as_me:$LINENO: result: no" >&5
9022
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10480
$as_echo "no" >&6; }
9023
$as_echo "no" >&6; }
10481
fi
9024
fi
10482
9025
Lines 10486-10494 Link Here
10486
  ac_ct_NMEDIT=$NMEDIT
9029
  ac_ct_NMEDIT=$NMEDIT
10487
  # Extract the first word of "nmedit", so it can be a program name with args.
9030
  # Extract the first word of "nmedit", so it can be a program name with args.
10488
set dummy nmedit; ac_word=$2
9031
set dummy nmedit; ac_word=$2
10489
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9032
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10490
$as_echo_n "checking for $ac_word... " >&6; }
9033
$as_echo_n "checking for $ac_word... " >&6; }
10491
if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
9034
if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
10492
  $as_echo_n "(cached) " >&6
9035
  $as_echo_n "(cached) " >&6
10493
else
9036
else
10494
  if test -n "$ac_ct_NMEDIT"; then
9037
  if test -n "$ac_ct_NMEDIT"; then
Lines 10499-10522 Link Here
10499
do
9042
do
10500
  IFS=$as_save_IFS
9043
  IFS=$as_save_IFS
10501
  test -z "$as_dir" && as_dir=.
9044
  test -z "$as_dir" && as_dir=.
10502
  for ac_exec_ext in '' $ac_executable_extensions; do
9045
    for ac_exec_ext in '' $ac_executable_extensions; do
10503
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9046
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10504
    ac_cv_prog_ac_ct_NMEDIT="nmedit"
9047
    ac_cv_prog_ac_ct_NMEDIT="nmedit"
10505
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9048
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10506
    break 2
9049
    break 2
10507
  fi
9050
  fi
10508
done
9051
done
10509
done
9052
  done
10510
IFS=$as_save_IFS
9053
IFS=$as_save_IFS
10511
9054
10512
fi
9055
fi
10513
fi
9056
fi
10514
ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
9057
ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
10515
if test -n "$ac_ct_NMEDIT"; then
9058
if test -n "$ac_ct_NMEDIT"; then
10516
  { $as_echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
9059
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
10517
$as_echo "$ac_ct_NMEDIT" >&6; }
9060
$as_echo "$ac_ct_NMEDIT" >&6; }
10518
else
9061
else
10519
  { $as_echo "$as_me:$LINENO: result: no" >&5
9062
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10520
$as_echo "no" >&6; }
9063
$as_echo "no" >&6; }
10521
fi
9064
fi
10522
9065
Lines 10525-10531 Link Here
10525
  else
9068
  else
10526
    case $cross_compiling:$ac_tool_warned in
9069
    case $cross_compiling:$ac_tool_warned in
10527
yes:)
9070
yes:)
10528
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
9071
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
10529
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9072
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
10530
ac_tool_warned=yes ;;
9073
ac_tool_warned=yes ;;
10531
esac
9074
esac
Lines 10538-10546 Link Here
10538
    if test -n "$ac_tool_prefix"; then
9081
    if test -n "$ac_tool_prefix"; then
10539
  # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
9082
  # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
10540
set dummy ${ac_tool_prefix}lipo; ac_word=$2
9083
set dummy ${ac_tool_prefix}lipo; ac_word=$2
10541
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9084
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10542
$as_echo_n "checking for $ac_word... " >&6; }
9085
$as_echo_n "checking for $ac_word... " >&6; }
10543
if test "${ac_cv_prog_LIPO+set}" = set; then
9086
if ${ac_cv_prog_LIPO+:} false; then :
10544
  $as_echo_n "(cached) " >&6
9087
  $as_echo_n "(cached) " >&6
10545
else
9088
else
10546
  if test -n "$LIPO"; then
9089
  if test -n "$LIPO"; then
Lines 10551-10574 Link Here
10551
do
9094
do
10552
  IFS=$as_save_IFS
9095
  IFS=$as_save_IFS
10553
  test -z "$as_dir" && as_dir=.
9096
  test -z "$as_dir" && as_dir=.
10554
  for ac_exec_ext in '' $ac_executable_extensions; do
9097
    for ac_exec_ext in '' $ac_executable_extensions; do
10555
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9098
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10556
    ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
9099
    ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
10557
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9100
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10558
    break 2
9101
    break 2
10559
  fi
9102
  fi
10560
done
9103
done
10561
done
9104
  done
10562
IFS=$as_save_IFS
9105
IFS=$as_save_IFS
10563
9106
10564
fi
9107
fi
10565
fi
9108
fi
10566
LIPO=$ac_cv_prog_LIPO
9109
LIPO=$ac_cv_prog_LIPO
10567
if test -n "$LIPO"; then
9110
if test -n "$LIPO"; then
10568
  { $as_echo "$as_me:$LINENO: result: $LIPO" >&5
9111
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
10569
$as_echo "$LIPO" >&6; }
9112
$as_echo "$LIPO" >&6; }
10570
else
9113
else
10571
  { $as_echo "$as_me:$LINENO: result: no" >&5
9114
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10572
$as_echo "no" >&6; }
9115
$as_echo "no" >&6; }
10573
fi
9116
fi
10574
9117
Lines 10578-10586 Link Here
10578
  ac_ct_LIPO=$LIPO
9121
  ac_ct_LIPO=$LIPO
10579
  # Extract the first word of "lipo", so it can be a program name with args.
9122
  # Extract the first word of "lipo", so it can be a program name with args.
10580
set dummy lipo; ac_word=$2
9123
set dummy lipo; ac_word=$2
10581
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9124
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10582
$as_echo_n "checking for $ac_word... " >&6; }
9125
$as_echo_n "checking for $ac_word... " >&6; }
10583
if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then
9126
if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
10584
  $as_echo_n "(cached) " >&6
9127
  $as_echo_n "(cached) " >&6
10585
else
9128
else
10586
  if test -n "$ac_ct_LIPO"; then
9129
  if test -n "$ac_ct_LIPO"; then
Lines 10591-10614 Link Here
10591
do
9134
do
10592
  IFS=$as_save_IFS
9135
  IFS=$as_save_IFS
10593
  test -z "$as_dir" && as_dir=.
9136
  test -z "$as_dir" && as_dir=.
10594
  for ac_exec_ext in '' $ac_executable_extensions; do
9137
    for ac_exec_ext in '' $ac_executable_extensions; do
10595
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9138
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10596
    ac_cv_prog_ac_ct_LIPO="lipo"
9139
    ac_cv_prog_ac_ct_LIPO="lipo"
10597
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9140
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10598
    break 2
9141
    break 2
10599
  fi
9142
  fi
10600
done
9143
done
10601
done
9144
  done
10602
IFS=$as_save_IFS
9145
IFS=$as_save_IFS
10603
9146
10604
fi
9147
fi
10605
fi
9148
fi
10606
ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
9149
ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
10607
if test -n "$ac_ct_LIPO"; then
9150
if test -n "$ac_ct_LIPO"; then
10608
  { $as_echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
9151
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
10609
$as_echo "$ac_ct_LIPO" >&6; }
9152
$as_echo "$ac_ct_LIPO" >&6; }
10610
else
9153
else
10611
  { $as_echo "$as_me:$LINENO: result: no" >&5
9154
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10612
$as_echo "no" >&6; }
9155
$as_echo "no" >&6; }
10613
fi
9156
fi
10614
9157
Lines 10617-10623 Link Here
10617
  else
9160
  else
10618
    case $cross_compiling:$ac_tool_warned in
9161
    case $cross_compiling:$ac_tool_warned in
10619
yes:)
9162
yes:)
10620
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
9163
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
10621
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9164
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
10622
ac_tool_warned=yes ;;
9165
ac_tool_warned=yes ;;
10623
esac
9166
esac
Lines 10630-10638 Link Here
10630
    if test -n "$ac_tool_prefix"; then
9173
    if test -n "$ac_tool_prefix"; then
10631
  # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
9174
  # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
10632
set dummy ${ac_tool_prefix}otool; ac_word=$2
9175
set dummy ${ac_tool_prefix}otool; ac_word=$2
10633
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9176
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10634
$as_echo_n "checking for $ac_word... " >&6; }
9177
$as_echo_n "checking for $ac_word... " >&6; }
10635
if test "${ac_cv_prog_OTOOL+set}" = set; then
9178
if ${ac_cv_prog_OTOOL+:} false; then :
10636
  $as_echo_n "(cached) " >&6
9179
  $as_echo_n "(cached) " >&6
10637
else
9180
else
10638
  if test -n "$OTOOL"; then
9181
  if test -n "$OTOOL"; then
Lines 10643-10666 Link Here
10643
do
9186
do
10644
  IFS=$as_save_IFS
9187
  IFS=$as_save_IFS
10645
  test -z "$as_dir" && as_dir=.
9188
  test -z "$as_dir" && as_dir=.
10646
  for ac_exec_ext in '' $ac_executable_extensions; do
9189
    for ac_exec_ext in '' $ac_executable_extensions; do
10647
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9190
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10648
    ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
9191
    ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
10649
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9192
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10650
    break 2
9193
    break 2
10651
  fi
9194
  fi
10652
done
9195
done
10653
done
9196
  done
10654
IFS=$as_save_IFS
9197
IFS=$as_save_IFS
10655
9198
10656
fi
9199
fi
10657
fi
9200
fi
10658
OTOOL=$ac_cv_prog_OTOOL
9201
OTOOL=$ac_cv_prog_OTOOL
10659
if test -n "$OTOOL"; then
9202
if test -n "$OTOOL"; then
10660
  { $as_echo "$as_me:$LINENO: result: $OTOOL" >&5
9203
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
10661
$as_echo "$OTOOL" >&6; }
9204
$as_echo "$OTOOL" >&6; }
10662
else
9205
else
10663
  { $as_echo "$as_me:$LINENO: result: no" >&5
9206
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10664
$as_echo "no" >&6; }
9207
$as_echo "no" >&6; }
10665
fi
9208
fi
10666
9209
Lines 10670-10678 Link Here
10670
  ac_ct_OTOOL=$OTOOL
9213
  ac_ct_OTOOL=$OTOOL
10671
  # Extract the first word of "otool", so it can be a program name with args.
9214
  # Extract the first word of "otool", so it can be a program name with args.
10672
set dummy otool; ac_word=$2
9215
set dummy otool; ac_word=$2
10673
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9216
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10674
$as_echo_n "checking for $ac_word... " >&6; }
9217
$as_echo_n "checking for $ac_word... " >&6; }
10675
if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then
9218
if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
10676
  $as_echo_n "(cached) " >&6
9219
  $as_echo_n "(cached) " >&6
10677
else
9220
else
10678
  if test -n "$ac_ct_OTOOL"; then
9221
  if test -n "$ac_ct_OTOOL"; then
Lines 10683-10706 Link Here
10683
do
9226
do
10684
  IFS=$as_save_IFS
9227
  IFS=$as_save_IFS
10685
  test -z "$as_dir" && as_dir=.
9228
  test -z "$as_dir" && as_dir=.
10686
  for ac_exec_ext in '' $ac_executable_extensions; do
9229
    for ac_exec_ext in '' $ac_executable_extensions; do
10687
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9230
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10688
    ac_cv_prog_ac_ct_OTOOL="otool"
9231
    ac_cv_prog_ac_ct_OTOOL="otool"
10689
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9232
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10690
    break 2
9233
    break 2
10691
  fi
9234
  fi
10692
done
9235
done
10693
done
9236
  done
10694
IFS=$as_save_IFS
9237
IFS=$as_save_IFS
10695
9238
10696
fi
9239
fi
10697
fi
9240
fi
10698
ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
9241
ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
10699
if test -n "$ac_ct_OTOOL"; then
9242
if test -n "$ac_ct_OTOOL"; then
10700
  { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
9243
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
10701
$as_echo "$ac_ct_OTOOL" >&6; }
9244
$as_echo "$ac_ct_OTOOL" >&6; }
10702
else
9245
else
10703
  { $as_echo "$as_me:$LINENO: result: no" >&5
9246
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10704
$as_echo "no" >&6; }
9247
$as_echo "no" >&6; }
10705
fi
9248
fi
10706
9249
Lines 10709-10715 Link Here
10709
  else
9252
  else
10710
    case $cross_compiling:$ac_tool_warned in
9253
    case $cross_compiling:$ac_tool_warned in
10711
yes:)
9254
yes:)
10712
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
9255
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
10713
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9256
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
10714
ac_tool_warned=yes ;;
9257
ac_tool_warned=yes ;;
10715
esac
9258
esac
Lines 10722-10730 Link Here
10722
    if test -n "$ac_tool_prefix"; then
9265
    if test -n "$ac_tool_prefix"; then
10723
  # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
9266
  # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
10724
set dummy ${ac_tool_prefix}otool64; ac_word=$2
9267
set dummy ${ac_tool_prefix}otool64; ac_word=$2
10725
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9268
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10726
$as_echo_n "checking for $ac_word... " >&6; }
9269
$as_echo_n "checking for $ac_word... " >&6; }
10727
if test "${ac_cv_prog_OTOOL64+set}" = set; then
9270
if ${ac_cv_prog_OTOOL64+:} false; then :
10728
  $as_echo_n "(cached) " >&6
9271
  $as_echo_n "(cached) " >&6
10729
else
9272
else
10730
  if test -n "$OTOOL64"; then
9273
  if test -n "$OTOOL64"; then
Lines 10735-10758 Link Here
10735
do
9278
do
10736
  IFS=$as_save_IFS
9279
  IFS=$as_save_IFS
10737
  test -z "$as_dir" && as_dir=.
9280
  test -z "$as_dir" && as_dir=.
10738
  for ac_exec_ext in '' $ac_executable_extensions; do
9281
    for ac_exec_ext in '' $ac_executable_extensions; do
10739
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9282
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10740
    ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
9283
    ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
10741
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9284
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10742
    break 2
9285
    break 2
10743
  fi
9286
  fi
10744
done
9287
done
10745
done
9288
  done
10746
IFS=$as_save_IFS
9289
IFS=$as_save_IFS
10747
9290
10748
fi
9291
fi
10749
fi
9292
fi
10750
OTOOL64=$ac_cv_prog_OTOOL64
9293
OTOOL64=$ac_cv_prog_OTOOL64
10751
if test -n "$OTOOL64"; then
9294
if test -n "$OTOOL64"; then
10752
  { $as_echo "$as_me:$LINENO: result: $OTOOL64" >&5
9295
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
10753
$as_echo "$OTOOL64" >&6; }
9296
$as_echo "$OTOOL64" >&6; }
10754
else
9297
else
10755
  { $as_echo "$as_me:$LINENO: result: no" >&5
9298
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10756
$as_echo "no" >&6; }
9299
$as_echo "no" >&6; }
10757
fi
9300
fi
10758
9301
Lines 10762-10770 Link Here
10762
  ac_ct_OTOOL64=$OTOOL64
9305
  ac_ct_OTOOL64=$OTOOL64
10763
  # Extract the first word of "otool64", so it can be a program name with args.
9306
  # Extract the first word of "otool64", so it can be a program name with args.
10764
set dummy otool64; ac_word=$2
9307
set dummy otool64; ac_word=$2
10765
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9308
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10766
$as_echo_n "checking for $ac_word... " >&6; }
9309
$as_echo_n "checking for $ac_word... " >&6; }
10767
if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then
9310
if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
10768
  $as_echo_n "(cached) " >&6
9311
  $as_echo_n "(cached) " >&6
10769
else
9312
else
10770
  if test -n "$ac_ct_OTOOL64"; then
9313
  if test -n "$ac_ct_OTOOL64"; then
Lines 10775-10798 Link Here
10775
do
9318
do
10776
  IFS=$as_save_IFS
9319
  IFS=$as_save_IFS
10777
  test -z "$as_dir" && as_dir=.
9320
  test -z "$as_dir" && as_dir=.
10778
  for ac_exec_ext in '' $ac_executable_extensions; do
9321
    for ac_exec_ext in '' $ac_executable_extensions; do
10779
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9322
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10780
    ac_cv_prog_ac_ct_OTOOL64="otool64"
9323
    ac_cv_prog_ac_ct_OTOOL64="otool64"
10781
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9324
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10782
    break 2
9325
    break 2
10783
  fi
9326
  fi
10784
done
9327
done
10785
done
9328
  done
10786
IFS=$as_save_IFS
9329
IFS=$as_save_IFS
10787
9330
10788
fi
9331
fi
10789
fi
9332
fi
10790
ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
9333
ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
10791
if test -n "$ac_ct_OTOOL64"; then
9334
if test -n "$ac_ct_OTOOL64"; then
10792
  { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
9335
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
10793
$as_echo "$ac_ct_OTOOL64" >&6; }
9336
$as_echo "$ac_ct_OTOOL64" >&6; }
10794
else
9337
else
10795
  { $as_echo "$as_me:$LINENO: result: no" >&5
9338
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10796
$as_echo "no" >&6; }
9339
$as_echo "no" >&6; }
10797
fi
9340
fi
10798
9341
Lines 10801-10807 Link Here
10801
  else
9344
  else
10802
    case $cross_compiling:$ac_tool_warned in
9345
    case $cross_compiling:$ac_tool_warned in
10803
yes:)
9346
yes:)
10804
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
9347
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
10805
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9348
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
10806
ac_tool_warned=yes ;;
9349
ac_tool_warned=yes ;;
10807
esac
9350
esac
Lines 10837-10845 Link Here
10837
9380
10838
9381
10839
9382
10840
    { $as_echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
9383
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
10841
$as_echo_n "checking for -single_module linker flag... " >&6; }
9384
$as_echo_n "checking for -single_module linker flag... " >&6; }
10842
if test "${lt_cv_apple_cc_single_mod+set}" = set; then
9385
if ${lt_cv_apple_cc_single_mod+:} false; then :
10843
  $as_echo_n "(cached) " >&6
9386
  $as_echo_n "(cached) " >&6
10844
else
9387
else
10845
  lt_cv_apple_cc_single_mod=no
9388
  lt_cv_apple_cc_single_mod=no
Lines 10864-10885 Link Here
10864
	rm -f conftest.*
9407
	rm -f conftest.*
10865
      fi
9408
      fi
10866
fi
9409
fi
10867
{ $as_echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
9410
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
10868
$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
9411
$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
10869
    { $as_echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
9412
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
10870
$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
9413
$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
10871
if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
9414
if ${lt_cv_ld_exported_symbols_list+:} false; then :
10872
  $as_echo_n "(cached) " >&6
9415
  $as_echo_n "(cached) " >&6
10873
else
9416
else
10874
  lt_cv_ld_exported_symbols_list=no
9417
  lt_cv_ld_exported_symbols_list=no
10875
      save_LDFLAGS=$LDFLAGS
9418
      save_LDFLAGS=$LDFLAGS
10876
      echo "_main" > conftest.sym
9419
      echo "_main" > conftest.sym
10877
      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
9420
      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
10878
      cat >conftest.$ac_ext <<_ACEOF
9421
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10879
/* confdefs.h.  */
10880
_ACEOF
10881
cat confdefs.h >>conftest.$ac_ext
10882
cat >>conftest.$ac_ext <<_ACEOF
10883
/* end confdefs.h.  */
9422
/* end confdefs.h.  */
10884
9423
10885
int
9424
int
Lines 10890-10931 Link Here
10890
  return 0;
9429
  return 0;
10891
}
9430
}
10892
_ACEOF
9431
_ACEOF
10893
rm -f conftest.$ac_objext conftest$ac_exeext
9432
if ac_fn_c_try_link "$LINENO"; then :
10894
if { (ac_try="$ac_link"
10895
case "(($ac_try" in
10896
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10897
  *) ac_try_echo=$ac_try;;
10898
esac
10899
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10900
$as_echo "$ac_try_echo") >&5
10901
  (eval "$ac_link") 2>conftest.er1
10902
  ac_status=$?
10903
  grep -v '^ *+' conftest.er1 >conftest.err
10904
  rm -f conftest.er1
10905
  cat conftest.err >&5
10906
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10907
  (exit $ac_status); } && {
10908
	 test -z "$ac_c_werror_flag" ||
10909
	 test ! -s conftest.err
10910
       } && test -s conftest$ac_exeext && {
10911
	 test "$cross_compiling" = yes ||
10912
	 $as_test_x conftest$ac_exeext
10913
       }; then
10914
  lt_cv_ld_exported_symbols_list=yes
9433
  lt_cv_ld_exported_symbols_list=yes
10915
else
9434
else
10916
  $as_echo "$as_me: failed program was:" >&5
9435
  lt_cv_ld_exported_symbols_list=no
10917
sed 's/^/| /' conftest.$ac_ext >&5
10918
10919
	lt_cv_ld_exported_symbols_list=no
10920
fi
9436
fi
10921
9437
rm -f core conftest.err conftest.$ac_objext \
10922
rm -rf conftest.dSYM
9438
    conftest$ac_exeext conftest.$ac_ext
10923
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10924
      conftest$ac_exeext conftest.$ac_ext
10925
	LDFLAGS="$save_LDFLAGS"
9439
	LDFLAGS="$save_LDFLAGS"
10926
9440
10927
fi
9441
fi
10928
{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
9442
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
10929
$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
9443
$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
10930
    case $host_os in
9444
    case $host_os in
10931
    rhapsody* | darwin1.[012])
9445
    rhapsody* | darwin1.[012])
Lines 10962-11023 Link Here
10962
    ;;
9476
    ;;
10963
  esac
9477
  esac
10964
9478
10965
10966
for ac_header in dlfcn.h
9479
for ac_header in dlfcn.h
10967
do
9480
do :
10968
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9481
  ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
10969
{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
9482
"
10970
$as_echo_n "checking for $ac_header... " >&6; }
9483
if test "x$ac_cv_header_dlfcn_h" = xyes; then :
10971
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10972
  $as_echo_n "(cached) " >&6
10973
else
10974
  cat >conftest.$ac_ext <<_ACEOF
10975
/* confdefs.h.  */
10976
_ACEOF
10977
cat confdefs.h >>conftest.$ac_ext
10978
cat >>conftest.$ac_ext <<_ACEOF
10979
/* end confdefs.h.  */
10980
$ac_includes_default
10981
10982
#include <$ac_header>
10983
_ACEOF
10984
rm -f conftest.$ac_objext
10985
if { (ac_try="$ac_compile"
10986
case "(($ac_try" in
10987
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10988
  *) ac_try_echo=$ac_try;;
10989
esac
10990
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10991
$as_echo "$ac_try_echo") >&5
10992
  (eval "$ac_compile") 2>conftest.er1
10993
  ac_status=$?
10994
  grep -v '^ *+' conftest.er1 >conftest.err
10995
  rm -f conftest.er1
10996
  cat conftest.err >&5
10997
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10998
  (exit $ac_status); } && {
10999
	 test -z "$ac_c_werror_flag" ||
11000
	 test ! -s conftest.err
11001
       } && test -s conftest.$ac_objext; then
11002
  eval "$as_ac_Header=yes"
11003
else
11004
  $as_echo "$as_me: failed program was:" >&5
11005
sed 's/^/| /' conftest.$ac_ext >&5
11006
11007
	eval "$as_ac_Header=no"
11008
fi
11009
11010
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11011
fi
11012
ac_res=`eval 'as_val=${'$as_ac_Header'}
11013
		 $as_echo "$as_val"'`
11014
	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11015
$as_echo "$ac_res" >&6; }
11016
as_val=`eval 'as_val=${'$as_ac_Header'}
11017
		 $as_echo "$as_val"'`
11018
   if test "x$as_val" = x""yes; then
11019
  cat >>confdefs.h <<_ACEOF
9484
  cat >>confdefs.h <<_ACEOF
11020
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9485
#define HAVE_DLFCN_H 1
11021
_ACEOF
9486
_ACEOF
11022
9487
11023
fi
9488
fi
Lines 11037-11043 Link Here
11037
9502
11038
9503
11039
            # Check whether --enable-shared was given.
9504
            # Check whether --enable-shared was given.
11040
if test "${enable_shared+set}" = set; then
9505
if test "${enable_shared+set}" = set; then :
11041
  enableval=$enable_shared; p=${PACKAGE-default}
9506
  enableval=$enable_shared; p=${PACKAGE-default}
11042
    case $enableval in
9507
    case $enableval in
11043
    yes) enable_shared=yes ;;
9508
    yes) enable_shared=yes ;;
Lines 11068-11074 Link Here
11068
9533
11069
9534
11070
  # Check whether --enable-static was given.
9535
  # Check whether --enable-static was given.
11071
if test "${enable_static+set}" = set; then
9536
if test "${enable_static+set}" = set; then :
11072
  enableval=$enable_static; p=${PACKAGE-default}
9537
  enableval=$enable_static; p=${PACKAGE-default}
11073
    case $enableval in
9538
    case $enableval in
11074
    yes) enable_static=yes ;;
9539
    yes) enable_static=yes ;;
Lines 11100-11106 Link Here
11100
9565
11101
9566
11102
# Check whether --with-pic was given.
9567
# Check whether --with-pic was given.
11103
if test "${with_pic+set}" = set; then
9568
if test "${with_pic+set}" = set; then :
11104
  withval=$with_pic; pic_mode="$withval"
9569
  withval=$with_pic; pic_mode="$withval"
11105
else
9570
else
11106
  pic_mode=default
9571
  pic_mode=default
Lines 11116-11122 Link Here
11116
9581
11117
9582
11118
  # Check whether --enable-fast-install was given.
9583
  # Check whether --enable-fast-install was given.
11119
if test "${enable_fast_install+set}" = set; then
9584
if test "${enable_fast_install+set}" = set; then :
11120
  enableval=$enable_fast_install; p=${PACKAGE-default}
9585
  enableval=$enable_fast_install; p=${PACKAGE-default}
11121
    case $enableval in
9586
    case $enableval in
11122
    yes) enable_fast_install=yes ;;
9587
    yes) enable_fast_install=yes ;;
Lines 11197-11205 Link Here
11197
   setopt NO_GLOB_SUBST
9662
   setopt NO_GLOB_SUBST
11198
fi
9663
fi
11199
9664
11200
{ $as_echo "$as_me:$LINENO: checking for objdir" >&5
9665
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
11201
$as_echo_n "checking for objdir... " >&6; }
9666
$as_echo_n "checking for objdir... " >&6; }
11202
if test "${lt_cv_objdir+set}" = set; then
9667
if ${lt_cv_objdir+:} false; then :
11203
  $as_echo_n "(cached) " >&6
9668
  $as_echo_n "(cached) " >&6
11204
else
9669
else
11205
  rm -f .libs 2>/dev/null
9670
  rm -f .libs 2>/dev/null
Lines 11212-11218 Link Here
11212
fi
9677
fi
11213
rmdir .libs 2>/dev/null
9678
rmdir .libs 2>/dev/null
11214
fi
9679
fi
11215
{ $as_echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
9680
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
11216
$as_echo "$lt_cv_objdir" >&6; }
9681
$as_echo "$lt_cv_objdir" >&6; }
11217
objdir=$lt_cv_objdir
9682
objdir=$lt_cv_objdir
11218
9683
Lines 11305-11313 Link Here
11305
case $deplibs_check_method in
9770
case $deplibs_check_method in
11306
file_magic*)
9771
file_magic*)
11307
  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9772
  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
11308
    { $as_echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
9773
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
11309
$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9774
$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
11310
if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
9775
if ${lt_cv_path_MAGIC_CMD+:} false; then :
11311
  $as_echo_n "(cached) " >&6
9776
  $as_echo_n "(cached) " >&6
11312
else
9777
else
11313
  case $MAGIC_CMD in
9778
  case $MAGIC_CMD in
Lines 11358-11367 Link Here
11358
9823
11359
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9824
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
11360
if test -n "$MAGIC_CMD"; then
9825
if test -n "$MAGIC_CMD"; then
11361
  { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
9826
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
11362
$as_echo "$MAGIC_CMD" >&6; }
9827
$as_echo "$MAGIC_CMD" >&6; }
11363
else
9828
else
11364
  { $as_echo "$as_me:$LINENO: result: no" >&5
9829
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11365
$as_echo "no" >&6; }
9830
$as_echo "no" >&6; }
11366
fi
9831
fi
11367
9832
Lines 11371-11379 Link Here
11371
9836
11372
if test -z "$lt_cv_path_MAGIC_CMD"; then
9837
if test -z "$lt_cv_path_MAGIC_CMD"; then
11373
  if test -n "$ac_tool_prefix"; then
9838
  if test -n "$ac_tool_prefix"; then
11374
    { $as_echo "$as_me:$LINENO: checking for file" >&5
9839
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
11375
$as_echo_n "checking for file... " >&6; }
9840
$as_echo_n "checking for file... " >&6; }
11376
if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
9841
if ${lt_cv_path_MAGIC_CMD+:} false; then :
11377
  $as_echo_n "(cached) " >&6
9842
  $as_echo_n "(cached) " >&6
11378
else
9843
else
11379
  case $MAGIC_CMD in
9844
  case $MAGIC_CMD in
Lines 11424-11433 Link Here
11424
9889
11425
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9890
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
11426
if test -n "$MAGIC_CMD"; then
9891
if test -n "$MAGIC_CMD"; then
11427
  { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
9892
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
11428
$as_echo "$MAGIC_CMD" >&6; }
9893
$as_echo "$MAGIC_CMD" >&6; }
11429
else
9894
else
11430
  { $as_echo "$as_me:$LINENO: result: no" >&5
9895
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11431
$as_echo "no" >&6; }
9896
$as_echo "no" >&6; }
11432
fi
9897
fi
11433
9898
Lines 11504-11512 Link Here
11504
if test "$GCC" = yes; then
9969
if test "$GCC" = yes; then
11505
  lt_prog_compiler_no_builtin_flag=' -fno-builtin'
9970
  lt_prog_compiler_no_builtin_flag=' -fno-builtin'
11506
9971
11507
  { $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9972
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
11508
$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9973
$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
11509
if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
9974
if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
11510
  $as_echo_n "(cached) " >&6
9975
  $as_echo_n "(cached) " >&6
11511
else
9976
else
11512
  lt_cv_prog_compiler_rtti_exceptions=no
9977
  lt_cv_prog_compiler_rtti_exceptions=no
Lines 11522-11532 Link Here
11522
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9987
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
11523
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9988
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11524
   -e 's:$: $lt_compiler_flag:'`
9989
   -e 's:$: $lt_compiler_flag:'`
11525
   (eval echo "\"\$as_me:11525: $lt_compile\"" >&5)
9990
   (eval echo "\"\$as_me:9990: $lt_compile\"" >&5)
11526
   (eval "$lt_compile" 2>conftest.err)
9991
   (eval "$lt_compile" 2>conftest.err)
11527
   ac_status=$?
9992
   ac_status=$?
11528
   cat conftest.err >&5
9993
   cat conftest.err >&5
11529
   echo "$as_me:11529: \$? = $ac_status" >&5
9994
   echo "$as_me:9994: \$? = $ac_status" >&5
11530
   if (exit $ac_status) && test -s "$ac_outfile"; then
9995
   if (exit $ac_status) && test -s "$ac_outfile"; then
11531
     # The compiler can only warn and ignore the option if not recognized
9996
     # The compiler can only warn and ignore the option if not recognized
11532
     # So say no if there are warnings other than the usual output.
9997
     # So say no if there are warnings other than the usual output.
Lines 11539-11545 Link Here
11539
   $RM conftest*
10004
   $RM conftest*
11540
10005
11541
fi
10006
fi
11542
{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
10007
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
11543
$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
10008
$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
11544
10009
11545
if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
10010
if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
Lines 11559-11565 Link Here
11559
lt_prog_compiler_pic=
10024
lt_prog_compiler_pic=
11560
lt_prog_compiler_static=
10025
lt_prog_compiler_static=
11561
10026
11562
{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
10027
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
11563
$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
10028
$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
11564
10029
11565
  if test "$GCC" = yes; then
10030
  if test "$GCC" = yes; then
Lines 11831-11837 Link Here
11831
    lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10296
    lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
11832
    ;;
10297
    ;;
11833
esac
10298
esac
11834
{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
10299
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
11835
$as_echo "$lt_prog_compiler_pic" >&6; }
10300
$as_echo "$lt_prog_compiler_pic" >&6; }
11836
10301
11837
10302
Lines 11843-11851 Link Here
11843
# Check to make sure the PIC flag actually works.
10308
# Check to make sure the PIC flag actually works.
11844
#
10309
#
11845
if test -n "$lt_prog_compiler_pic"; then
10310
if test -n "$lt_prog_compiler_pic"; then
11846
  { $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10311
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
11847
$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
10312
$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
11848
if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
10313
if ${lt_cv_prog_compiler_pic_works+:} false; then :
11849
  $as_echo_n "(cached) " >&6
10314
  $as_echo_n "(cached) " >&6
11850
else
10315
else
11851
  lt_cv_prog_compiler_pic_works=no
10316
  lt_cv_prog_compiler_pic_works=no
Lines 11861-11871 Link Here
11861
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10326
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
11862
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10327
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11863
   -e 's:$: $lt_compiler_flag:'`
10328
   -e 's:$: $lt_compiler_flag:'`
11864
   (eval echo "\"\$as_me:11864: $lt_compile\"" >&5)
10329
   (eval echo "\"\$as_me:10329: $lt_compile\"" >&5)
11865
   (eval "$lt_compile" 2>conftest.err)
10330
   (eval "$lt_compile" 2>conftest.err)
11866
   ac_status=$?
10331
   ac_status=$?
11867
   cat conftest.err >&5
10332
   cat conftest.err >&5
11868
   echo "$as_me:11868: \$? = $ac_status" >&5
10333
   echo "$as_me:10333: \$? = $ac_status" >&5
11869
   if (exit $ac_status) && test -s "$ac_outfile"; then
10334
   if (exit $ac_status) && test -s "$ac_outfile"; then
11870
     # The compiler can only warn and ignore the option if not recognized
10335
     # The compiler can only warn and ignore the option if not recognized
11871
     # So say no if there are warnings other than the usual output.
10336
     # So say no if there are warnings other than the usual output.
Lines 11878-11884 Link Here
11878
   $RM conftest*
10343
   $RM conftest*
11879
10344
11880
fi
10345
fi
11881
{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
10346
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
11882
$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10347
$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
11883
10348
11884
if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10349
if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
Lines 11902-11910 Link Here
11902
# Check to make sure the static flag actually works.
10367
# Check to make sure the static flag actually works.
11903
#
10368
#
11904
wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10369
wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
11905
{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10370
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
11906
$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
10371
$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
11907
if test "${lt_cv_prog_compiler_static_works+set}" = set; then
10372
if ${lt_cv_prog_compiler_static_works+:} false; then :
11908
  $as_echo_n "(cached) " >&6
10373
  $as_echo_n "(cached) " >&6
11909
else
10374
else
11910
  lt_cv_prog_compiler_static_works=no
10375
  lt_cv_prog_compiler_static_works=no
Lines 11930-11936 Link Here
11930
   LDFLAGS="$save_LDFLAGS"
10395
   LDFLAGS="$save_LDFLAGS"
11931
10396
11932
fi
10397
fi
11933
{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
10398
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
11934
$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
10399
$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
11935
10400
11936
if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10401
if test x"$lt_cv_prog_compiler_static_works" = xyes; then
Lines 11945-11953 Link Here
11945
10410
11946
10411
11947
10412
11948
  { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
10413
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
11949
$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10414
$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
11950
if test "${lt_cv_prog_compiler_c_o+set}" = set; then
10415
if ${lt_cv_prog_compiler_c_o+:} false; then :
11951
  $as_echo_n "(cached) " >&6
10416
  $as_echo_n "(cached) " >&6
11952
else
10417
else
11953
  lt_cv_prog_compiler_c_o=no
10418
  lt_cv_prog_compiler_c_o=no
Lines 11966-11976 Link Here
11966
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10431
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
11967
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10432
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11968
   -e 's:$: $lt_compiler_flag:'`
10433
   -e 's:$: $lt_compiler_flag:'`
11969
   (eval echo "\"\$as_me:11969: $lt_compile\"" >&5)
10434
   (eval echo "\"\$as_me:10434: $lt_compile\"" >&5)
11970
   (eval "$lt_compile" 2>out/conftest.err)
10435
   (eval "$lt_compile" 2>out/conftest.err)
11971
   ac_status=$?
10436
   ac_status=$?
11972
   cat out/conftest.err >&5
10437
   cat out/conftest.err >&5
11973
   echo "$as_me:11973: \$? = $ac_status" >&5
10438
   echo "$as_me:10438: \$? = $ac_status" >&5
11974
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
10439
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
11975
   then
10440
   then
11976
     # The compiler can only warn and ignore the option if not recognized
10441
     # The compiler can only warn and ignore the option if not recognized
Lines 11992-11998 Link Here
11992
   $RM conftest*
10457
   $RM conftest*
11993
10458
11994
fi
10459
fi
11995
{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
10460
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
11996
$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10461
$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
11997
10462
11998
10463
Lines 12000-12008 Link Here
12000
10465
12001
10466
12002
10467
12003
  { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
10468
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
12004
$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10469
$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
12005
if test "${lt_cv_prog_compiler_c_o+set}" = set; then
10470
if ${lt_cv_prog_compiler_c_o+:} false; then :
12006
  $as_echo_n "(cached) " >&6
10471
  $as_echo_n "(cached) " >&6
12007
else
10472
else
12008
  lt_cv_prog_compiler_c_o=no
10473
  lt_cv_prog_compiler_c_o=no
Lines 12021-12031 Link Here
12021
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10486
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12022
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10487
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12023
   -e 's:$: $lt_compiler_flag:'`
10488
   -e 's:$: $lt_compiler_flag:'`
12024
   (eval echo "\"\$as_me:12024: $lt_compile\"" >&5)
10489
   (eval echo "\"\$as_me:10489: $lt_compile\"" >&5)
12025
   (eval "$lt_compile" 2>out/conftest.err)
10490
   (eval "$lt_compile" 2>out/conftest.err)
12026
   ac_status=$?
10491
   ac_status=$?
12027
   cat out/conftest.err >&5
10492
   cat out/conftest.err >&5
12028
   echo "$as_me:12028: \$? = $ac_status" >&5
10493
   echo "$as_me:10493: \$? = $ac_status" >&5
12029
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
10494
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
12030
   then
10495
   then
12031
     # The compiler can only warn and ignore the option if not recognized
10496
     # The compiler can only warn and ignore the option if not recognized
Lines 12047-12053 Link Here
12047
   $RM conftest*
10512
   $RM conftest*
12048
10513
12049
fi
10514
fi
12050
{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
10515
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
12051
$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10516
$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
12052
10517
12053
10518
Lines 12056-12062 Link Here
12056
hard_links="nottested"
10521
hard_links="nottested"
12057
if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10522
if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
12058
  # do not overwrite the value of need_locks provided by the user
10523
  # do not overwrite the value of need_locks provided by the user
12059
  { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
10524
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
12060
$as_echo_n "checking if we can lock with hard links... " >&6; }
10525
$as_echo_n "checking if we can lock with hard links... " >&6; }
12061
  hard_links=yes
10526
  hard_links=yes
12062
  $RM conftest*
10527
  $RM conftest*
Lines 12064-12073 Link Here
12064
  touch conftest.a
10529
  touch conftest.a
12065
  ln conftest.a conftest.b 2>&5 || hard_links=no
10530
  ln conftest.a conftest.b 2>&5 || hard_links=no
12066
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
10531
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
12067
  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
10532
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
12068
$as_echo "$hard_links" >&6; }
10533
$as_echo "$hard_links" >&6; }
12069
  if test "$hard_links" = no; then
10534
  if test "$hard_links" = no; then
12070
    { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10535
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
12071
$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10536
$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
12072
    need_locks=warn
10537
    need_locks=warn
12073
  fi
10538
  fi
Lines 12080-12086 Link Here
12080
10545
12081
10546
12082
10547
12083
  { $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10548
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
12084
$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10549
$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
12085
10550
12086
  runpath_var=
10551
  runpath_var=
Lines 12522-12532 Link Here
12522
	allow_undefined_flag='-berok'
10987
	allow_undefined_flag='-berok'
12523
        # Determine the default libpath from the value encoded in an
10988
        # Determine the default libpath from the value encoded in an
12524
        # empty executable.
10989
        # empty executable.
12525
        cat >conftest.$ac_ext <<_ACEOF
10990
        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12526
/* confdefs.h.  */
12527
_ACEOF
12528
cat confdefs.h >>conftest.$ac_ext
12529
cat >>conftest.$ac_ext <<_ACEOF
12530
/* end confdefs.h.  */
10991
/* end confdefs.h.  */
12531
10992
12532
int
10993
int
Lines 12537-12563 Link Here
12537
  return 0;
10998
  return 0;
12538
}
10999
}
12539
_ACEOF
11000
_ACEOF
12540
rm -f conftest.$ac_objext conftest$ac_exeext
11001
if ac_fn_c_try_link "$LINENO"; then :
12541
if { (ac_try="$ac_link"
12542
case "(($ac_try" in
12543
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12544
  *) ac_try_echo=$ac_try;;
12545
esac
12546
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12547
$as_echo "$ac_try_echo") >&5
12548
  (eval "$ac_link") 2>conftest.er1
12549
  ac_status=$?
12550
  grep -v '^ *+' conftest.er1 >conftest.err
12551
  rm -f conftest.er1
12552
  cat conftest.err >&5
12553
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12554
  (exit $ac_status); } && {
12555
	 test -z "$ac_c_werror_flag" ||
12556
	 test ! -s conftest.err
12557
       } && test -s conftest$ac_exeext && {
12558
	 test "$cross_compiling" = yes ||
12559
	 $as_test_x conftest$ac_exeext
12560
       }; then
12561
11002
12562
lt_aix_libpath_sed='
11003
lt_aix_libpath_sed='
12563
    /Import File Strings/,/^$/ {
11004
    /Import File Strings/,/^$/ {
Lines 12571-12586 Link Here
12571
if test -z "$aix_libpath"; then
11012
if test -z "$aix_libpath"; then
12572
  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11013
  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12573
fi
11014
fi
12574
else
12575
  $as_echo "$as_me: failed program was:" >&5
12576
sed 's/^/| /' conftest.$ac_ext >&5
12577
12578
12579
fi
11015
fi
12580
11016
rm -f core conftest.err conftest.$ac_objext \
12581
rm -rf conftest.dSYM
11017
    conftest$ac_exeext conftest.$ac_ext
12582
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12583
      conftest$ac_exeext conftest.$ac_ext
12584
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11018
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
12585
11019
12586
        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11020
        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
Lines 12593-12603 Link Here
12593
	else
11027
	else
12594
	 # Determine the default libpath from the value encoded in an
11028
	 # Determine the default libpath from the value encoded in an
12595
	 # empty executable.
11029
	 # empty executable.
12596
	 cat >conftest.$ac_ext <<_ACEOF
11030
	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12597
/* confdefs.h.  */
12598
_ACEOF
12599
cat confdefs.h >>conftest.$ac_ext
12600
cat >>conftest.$ac_ext <<_ACEOF
12601
/* end confdefs.h.  */
11031
/* end confdefs.h.  */
12602
11032
12603
int
11033
int
Lines 12608-12634 Link Here
12608
  return 0;
11038
  return 0;
12609
}
11039
}
12610
_ACEOF
11040
_ACEOF
12611
rm -f conftest.$ac_objext conftest$ac_exeext
11041
if ac_fn_c_try_link "$LINENO"; then :
12612
if { (ac_try="$ac_link"
12613
case "(($ac_try" in
12614
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12615
  *) ac_try_echo=$ac_try;;
12616
esac
12617
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12618
$as_echo "$ac_try_echo") >&5
12619
  (eval "$ac_link") 2>conftest.er1
12620
  ac_status=$?
12621
  grep -v '^ *+' conftest.er1 >conftest.err
12622
  rm -f conftest.er1
12623
  cat conftest.err >&5
12624
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12625
  (exit $ac_status); } && {
12626
	 test -z "$ac_c_werror_flag" ||
12627
	 test ! -s conftest.err
12628
       } && test -s conftest$ac_exeext && {
12629
	 test "$cross_compiling" = yes ||
12630
	 $as_test_x conftest$ac_exeext
12631
       }; then
12632
11042
12633
lt_aix_libpath_sed='
11043
lt_aix_libpath_sed='
12634
    /Import File Strings/,/^$/ {
11044
    /Import File Strings/,/^$/ {
Lines 12642-12657 Link Here
12642
if test -z "$aix_libpath"; then
11052
if test -z "$aix_libpath"; then
12643
  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11053
  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12644
fi
11054
fi
12645
else
12646
  $as_echo "$as_me: failed program was:" >&5
12647
sed 's/^/| /' conftest.$ac_ext >&5
12648
12649
12650
fi
11055
fi
12651
11056
rm -f core conftest.err conftest.$ac_objext \
12652
rm -rf conftest.dSYM
11057
    conftest$ac_exeext conftest.$ac_ext
12653
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12654
      conftest$ac_exeext conftest.$ac_ext
12655
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11058
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
12656
11059
12657
	 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11060
	 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
Lines 12863-12904 Link Here
12863
	# implicitly export all symbols.
11266
	# implicitly export all symbols.
12864
        save_LDFLAGS="$LDFLAGS"
11267
        save_LDFLAGS="$LDFLAGS"
12865
        LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11268
        LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
12866
        cat >conftest.$ac_ext <<_ACEOF
11269
        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11270
/* end confdefs.h.  */
12867
int foo(void) {}
11271
int foo(void) {}
12868
_ACEOF
11272
_ACEOF
12869
rm -f conftest.$ac_objext conftest$ac_exeext
11273
if ac_fn_c_try_link "$LINENO"; then :
12870
if { (ac_try="$ac_link"
12871
case "(($ac_try" in
12872
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12873
  *) ac_try_echo=$ac_try;;
12874
esac
12875
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12876
$as_echo "$ac_try_echo") >&5
12877
  (eval "$ac_link") 2>conftest.er1
12878
  ac_status=$?
12879
  grep -v '^ *+' conftest.er1 >conftest.err
12880
  rm -f conftest.er1
12881
  cat conftest.err >&5
12882
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12883
  (exit $ac_status); } && {
12884
	 test -z "$ac_c_werror_flag" ||
12885
	 test ! -s conftest.err
12886
       } && test -s conftest$ac_exeext && {
12887
	 test "$cross_compiling" = yes ||
12888
	 $as_test_x conftest$ac_exeext
12889
       }; then
12890
  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'
11274
  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'
12891
11275
12892
else
12893
  $as_echo "$as_me: failed program was:" >&5
12894
sed 's/^/| /' conftest.$ac_ext >&5
12895
12896
12897
fi
11276
fi
12898
11277
rm -f core conftest.err conftest.$ac_objext \
12899
rm -rf conftest.dSYM
11278
    conftest$ac_exeext conftest.$ac_ext
12900
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12901
      conftest$ac_exeext conftest.$ac_ext
12902
        LDFLAGS="$save_LDFLAGS"
11279
        LDFLAGS="$save_LDFLAGS"
12903
      else
11280
      else
12904
	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'
11281
	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'
Lines 13154-13160 Link Here
13154
    fi
11531
    fi
13155
  fi
11532
  fi
13156
11533
13157
{ $as_echo "$as_me:$LINENO: result: $ld_shlibs" >&5
11534
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
13158
$as_echo "$ld_shlibs" >&6; }
11535
$as_echo "$ld_shlibs" >&6; }
13159
test "$ld_shlibs" = no && can_build_shared=no
11536
test "$ld_shlibs" = no && can_build_shared=no
13160
11537
Lines 13191-13206 Link Here
13191
      # Test whether the compiler implicitly links with -lc since on some
11568
      # Test whether the compiler implicitly links with -lc since on some
13192
      # systems, -lgcc has to come before -lc. If gcc already passes -lc
11569
      # systems, -lgcc has to come before -lc. If gcc already passes -lc
13193
      # to ld, don't add -lc before -lgcc.
11570
      # to ld, don't add -lc before -lgcc.
13194
      { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
11571
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
13195
$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11572
$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
13196
      $RM conftest*
11573
      $RM conftest*
13197
      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11574
      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13198
11575
13199
      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11576
      if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13200
  (eval $ac_compile) 2>&5
11577
  (eval $ac_compile) 2>&5
13201
  ac_status=$?
11578
  ac_status=$?
13202
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11579
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13203
  (exit $ac_status); } 2>conftest.err; then
11580
  test $ac_status = 0; } 2>conftest.err; then
13204
        soname=conftest
11581
        soname=conftest
13205
        lib=conftest
11582
        lib=conftest
13206
        libobjs=conftest.$ac_objext
11583
        libobjs=conftest.$ac_objext
Lines 13214-13224 Link Here
13214
        libname=conftest
11591
        libname=conftest
13215
        lt_save_allow_undefined_flag=$allow_undefined_flag
11592
        lt_save_allow_undefined_flag=$allow_undefined_flag
13216
        allow_undefined_flag=
11593
        allow_undefined_flag=
13217
        if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
11594
        if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
13218
  (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11595
  (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
13219
  ac_status=$?
11596
  ac_status=$?
13220
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11597
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13221
  (exit $ac_status); }
11598
  test $ac_status = 0; }
13222
        then
11599
        then
13223
	  archive_cmds_need_lc=no
11600
	  archive_cmds_need_lc=no
13224
        else
11601
        else
Lines 13229-13235 Link Here
13229
        cat conftest.err 1>&5
11606
        cat conftest.err 1>&5
13230
      fi
11607
      fi
13231
      $RM conftest*
11608
      $RM conftest*
13232
      { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
11609
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5
13233
$as_echo "$archive_cmds_need_lc" >&6; }
11610
$as_echo "$archive_cmds_need_lc" >&6; }
13234
      ;;
11611
      ;;
13235
    esac
11612
    esac
Lines 13393-13399 Link Here
13393
11770
13394
11771
13395
11772
13396
  { $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
11773
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
13397
$as_echo_n "checking dynamic linker characteristics... " >&6; }
11774
$as_echo_n "checking dynamic linker characteristics... " >&6; }
13398
11775
13399
if test "$GCC" = yes; then
11776
if test "$GCC" = yes; then
Lines 13815-13825 Link Here
13815
  save_libdir=$libdir
12192
  save_libdir=$libdir
13816
  eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12193
  eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
13817
       LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12194
       LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
13818
  cat >conftest.$ac_ext <<_ACEOF
12195
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13819
/* confdefs.h.  */
13820
_ACEOF
13821
cat confdefs.h >>conftest.$ac_ext
13822
cat >>conftest.$ac_ext <<_ACEOF
13823
/* end confdefs.h.  */
12196
/* end confdefs.h.  */
13824
12197
13825
int
12198
int
Lines 13830-13870 Link Here
13830
  return 0;
12203
  return 0;
13831
}
12204
}
13832
_ACEOF
12205
_ACEOF
13833
rm -f conftest.$ac_objext conftest$ac_exeext
12206
if ac_fn_c_try_link "$LINENO"; then :
13834
if { (ac_try="$ac_link"
12207
  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
13835
case "(($ac_try" in
13836
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13837
  *) ac_try_echo=$ac_try;;
13838
esac
13839
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13840
$as_echo "$ac_try_echo") >&5
13841
  (eval "$ac_link") 2>conftest.er1
13842
  ac_status=$?
13843
  grep -v '^ *+' conftest.er1 >conftest.err
13844
  rm -f conftest.er1
13845
  cat conftest.err >&5
13846
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13847
  (exit $ac_status); } && {
13848
	 test -z "$ac_c_werror_flag" ||
13849
	 test ! -s conftest.err
13850
       } && test -s conftest$ac_exeext && {
13851
	 test "$cross_compiling" = yes ||
13852
	 $as_test_x conftest$ac_exeext
13853
       }; then
13854
  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then
13855
  shlibpath_overrides_runpath=yes
12208
  shlibpath_overrides_runpath=yes
13856
fi
12209
fi
13857
13858
else
13859
  $as_echo "$as_me: failed program was:" >&5
13860
sed 's/^/| /' conftest.$ac_ext >&5
13861
13862
13863
fi
12210
fi
13864
12211
rm -f core conftest.err conftest.$ac_objext \
13865
rm -rf conftest.dSYM
12212
    conftest$ac_exeext conftest.$ac_ext
13866
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13867
      conftest$ac_exeext conftest.$ac_ext
13868
  LDFLAGS=$save_LDFLAGS
12213
  LDFLAGS=$save_LDFLAGS
13869
  libdir=$save_libdir
12214
  libdir=$save_libdir
13870
12215
Lines 14079-14085 Link Here
14079
  dynamic_linker=no
12424
  dynamic_linker=no
14080
  ;;
12425
  ;;
14081
esac
12426
esac
14082
{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
12427
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
14083
$as_echo "$dynamic_linker" >&6; }
12428
$as_echo "$dynamic_linker" >&6; }
14084
test "$dynamic_linker" = no && can_build_shared=no
12429
test "$dynamic_linker" = no && can_build_shared=no
14085
12430
Lines 14181-14187 Link Here
14181
12526
14182
12527
14183
12528
14184
  { $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
12529
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
14185
$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12530
$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
14186
hardcode_action=
12531
hardcode_action=
14187
if test -n "$hardcode_libdir_flag_spec" ||
12532
if test -n "$hardcode_libdir_flag_spec" ||
Lines 14206-14212 Link Here
14206
  # directories.
12551
  # directories.
14207
  hardcode_action=unsupported
12552
  hardcode_action=unsupported
14208
fi
12553
fi
14209
{ $as_echo "$as_me:$LINENO: result: $hardcode_action" >&5
12554
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
14210
$as_echo "$hardcode_action" >&6; }
12555
$as_echo "$hardcode_action" >&6; }
14211
12556
14212
if test "$hardcode_action" = relink ||
12557
if test "$hardcode_action" = relink ||
Lines 14251-14268 Link Here
14251
12596
14252
  darwin*)
12597
  darwin*)
14253
  # if libdl is installed we need to link against it
12598
  # if libdl is installed we need to link against it
14254
    { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
12599
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
14255
$as_echo_n "checking for dlopen in -ldl... " >&6; }
12600
$as_echo_n "checking for dlopen in -ldl... " >&6; }
14256
if test "${ac_cv_lib_dl_dlopen+set}" = set; then
12601
if ${ac_cv_lib_dl_dlopen+:} false; then :
14257
  $as_echo_n "(cached) " >&6
12602
  $as_echo_n "(cached) " >&6
14258
else
12603
else
14259
  ac_check_lib_save_LIBS=$LIBS
12604
  ac_check_lib_save_LIBS=$LIBS
14260
LIBS="-ldl  $LIBS"
12605
LIBS="-ldl  $LIBS"
14261
cat >conftest.$ac_ext <<_ACEOF
12606
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14262
/* confdefs.h.  */
14263
_ACEOF
14264
cat confdefs.h >>conftest.$ac_ext
14265
cat >>conftest.$ac_ext <<_ACEOF
14266
/* end confdefs.h.  */
12607
/* end confdefs.h.  */
14267
12608
14268
/* Override any GCC internal prototype to avoid an error.
12609
/* Override any GCC internal prototype to avoid an error.
Lines 14280-14322 Link Here
14280
  return 0;
12621
  return 0;
14281
}
12622
}
14282
_ACEOF
12623
_ACEOF
14283
rm -f conftest.$ac_objext conftest$ac_exeext
12624
if ac_fn_c_try_link "$LINENO"; then :
14284
if { (ac_try="$ac_link"
14285
case "(($ac_try" in
14286
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14287
  *) ac_try_echo=$ac_try;;
14288
esac
14289
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14290
$as_echo "$ac_try_echo") >&5
14291
  (eval "$ac_link") 2>conftest.er1
14292
  ac_status=$?
14293
  grep -v '^ *+' conftest.er1 >conftest.err
14294
  rm -f conftest.er1
14295
  cat conftest.err >&5
14296
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14297
  (exit $ac_status); } && {
14298
	 test -z "$ac_c_werror_flag" ||
14299
	 test ! -s conftest.err
14300
       } && test -s conftest$ac_exeext && {
14301
	 test "$cross_compiling" = yes ||
14302
	 $as_test_x conftest$ac_exeext
14303
       }; then
14304
  ac_cv_lib_dl_dlopen=yes
12625
  ac_cv_lib_dl_dlopen=yes
14305
else
12626
else
14306
  $as_echo "$as_me: failed program was:" >&5
12627
  ac_cv_lib_dl_dlopen=no
14307
sed 's/^/| /' conftest.$ac_ext >&5
14308
14309
	ac_cv_lib_dl_dlopen=no
14310
fi
12628
fi
14311
12629
rm -f core conftest.err conftest.$ac_objext \
14312
rm -rf conftest.dSYM
12630
    conftest$ac_exeext conftest.$ac_ext
14313
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14314
      conftest$ac_exeext conftest.$ac_ext
14315
LIBS=$ac_check_lib_save_LIBS
12631
LIBS=$ac_check_lib_save_LIBS
14316
fi
12632
fi
14317
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
12633
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
14318
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12634
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
14319
if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
12635
if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
14320
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12636
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
14321
else
12637
else
14322
12638
Lines 14329-14434 Link Here
14329
    ;;
12645
    ;;
14330
12646
14331
  *)
12647
  *)
14332
    { $as_echo "$as_me:$LINENO: checking for shl_load" >&5
12648
    ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
14333
$as_echo_n "checking for shl_load... " >&6; }
12649
if test "x$ac_cv_func_shl_load" = xyes; then :
14334
if test "${ac_cv_func_shl_load+set}" = set; then
14335
  $as_echo_n "(cached) " >&6
14336
else
14337
  cat >conftest.$ac_ext <<_ACEOF
14338
/* confdefs.h.  */
14339
_ACEOF
14340
cat confdefs.h >>conftest.$ac_ext
14341
cat >>conftest.$ac_ext <<_ACEOF
14342
/* end confdefs.h.  */
14343
/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
14344
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14345
#define shl_load innocuous_shl_load
14346
14347
/* System header to define __stub macros and hopefully few prototypes,
14348
    which can conflict with char shl_load (); below.
14349
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14350
    <limits.h> exists even on freestanding compilers.  */
14351
14352
#ifdef __STDC__
14353
# include <limits.h>
14354
#else
14355
# include <assert.h>
14356
#endif
14357
14358
#undef shl_load
14359
14360
/* Override any GCC internal prototype to avoid an error.
14361
   Use char because int might match the return type of a GCC
14362
   builtin and then its argument prototype would still apply.  */
14363
#ifdef __cplusplus
14364
extern "C"
14365
#endif
14366
char shl_load ();
14367
/* The GNU C library defines this for functions which it implements
14368
    to always fail with ENOSYS.  Some functions are actually named
14369
    something starting with __ and the normal name is an alias.  */
14370
#if defined __stub_shl_load || defined __stub___shl_load
14371
choke me
14372
#endif
14373
14374
int
14375
main ()
14376
{
14377
return shl_load ();
14378
  ;
14379
  return 0;
14380
}
14381
_ACEOF
14382
rm -f conftest.$ac_objext conftest$ac_exeext
14383
if { (ac_try="$ac_link"
14384
case "(($ac_try" in
14385
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14386
  *) ac_try_echo=$ac_try;;
14387
esac
14388
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14389
$as_echo "$ac_try_echo") >&5
14390
  (eval "$ac_link") 2>conftest.er1
14391
  ac_status=$?
14392
  grep -v '^ *+' conftest.er1 >conftest.err
14393
  rm -f conftest.er1
14394
  cat conftest.err >&5
14395
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14396
  (exit $ac_status); } && {
14397
	 test -z "$ac_c_werror_flag" ||
14398
	 test ! -s conftest.err
14399
       } && test -s conftest$ac_exeext && {
14400
	 test "$cross_compiling" = yes ||
14401
	 $as_test_x conftest$ac_exeext
14402
       }; then
14403
  ac_cv_func_shl_load=yes
14404
else
14405
  $as_echo "$as_me: failed program was:" >&5
14406
sed 's/^/| /' conftest.$ac_ext >&5
14407
14408
	ac_cv_func_shl_load=no
14409
fi
14410
14411
rm -rf conftest.dSYM
14412
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14413
      conftest$ac_exeext conftest.$ac_ext
14414
fi
14415
{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
14416
$as_echo "$ac_cv_func_shl_load" >&6; }
14417
if test "x$ac_cv_func_shl_load" = x""yes; then
14418
  lt_cv_dlopen="shl_load"
12650
  lt_cv_dlopen="shl_load"
14419
else
12651
else
14420
  { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
12652
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
14421
$as_echo_n "checking for shl_load in -ldld... " >&6; }
12653
$as_echo_n "checking for shl_load in -ldld... " >&6; }
14422
if test "${ac_cv_lib_dld_shl_load+set}" = set; then
12654
if ${ac_cv_lib_dld_shl_load+:} false; then :
14423
  $as_echo_n "(cached) " >&6
12655
  $as_echo_n "(cached) " >&6
14424
else
12656
else
14425
  ac_check_lib_save_LIBS=$LIBS
12657
  ac_check_lib_save_LIBS=$LIBS
14426
LIBS="-ldld  $LIBS"
12658
LIBS="-ldld  $LIBS"
14427
cat >conftest.$ac_ext <<_ACEOF
12659
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14428
/* confdefs.h.  */
14429
_ACEOF
14430
cat confdefs.h >>conftest.$ac_ext
14431
cat >>conftest.$ac_ext <<_ACEOF
14432
/* end confdefs.h.  */
12660
/* end confdefs.h.  */
14433
12661
14434
/* Override any GCC internal prototype to avoid an error.
12662
/* Override any GCC internal prototype to avoid an error.
Lines 14446-14590 Link Here
14446
  return 0;
12674
  return 0;
14447
}
12675
}
14448
_ACEOF
12676
_ACEOF
14449
rm -f conftest.$ac_objext conftest$ac_exeext
12677
if ac_fn_c_try_link "$LINENO"; then :
14450
if { (ac_try="$ac_link"
14451
case "(($ac_try" in
14452
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14453
  *) ac_try_echo=$ac_try;;
14454
esac
14455
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14456
$as_echo "$ac_try_echo") >&5
14457
  (eval "$ac_link") 2>conftest.er1
14458
  ac_status=$?
14459
  grep -v '^ *+' conftest.er1 >conftest.err
14460
  rm -f conftest.er1
14461
  cat conftest.err >&5
14462
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14463
  (exit $ac_status); } && {
14464
	 test -z "$ac_c_werror_flag" ||
14465
	 test ! -s conftest.err
14466
       } && test -s conftest$ac_exeext && {
14467
	 test "$cross_compiling" = yes ||
14468
	 $as_test_x conftest$ac_exeext
14469
       }; then
14470
  ac_cv_lib_dld_shl_load=yes
12678
  ac_cv_lib_dld_shl_load=yes
14471
else
12679
else
14472
  $as_echo "$as_me: failed program was:" >&5
12680
  ac_cv_lib_dld_shl_load=no
14473
sed 's/^/| /' conftest.$ac_ext >&5
14474
14475
	ac_cv_lib_dld_shl_load=no
14476
fi
12681
fi
14477
12682
rm -f core conftest.err conftest.$ac_objext \
14478
rm -rf conftest.dSYM
12683
    conftest$ac_exeext conftest.$ac_ext
14479
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14480
      conftest$ac_exeext conftest.$ac_ext
14481
LIBS=$ac_check_lib_save_LIBS
12684
LIBS=$ac_check_lib_save_LIBS
14482
fi
12685
fi
14483
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
12686
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
14484
$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12687
$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
14485
if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
12688
if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
14486
  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12689
  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
14487
else
12690
else
14488
  { $as_echo "$as_me:$LINENO: checking for dlopen" >&5
12691
  ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
14489
$as_echo_n "checking for dlopen... " >&6; }
12692
if test "x$ac_cv_func_dlopen" = xyes; then :
14490
if test "${ac_cv_func_dlopen+set}" = set; then
14491
  $as_echo_n "(cached) " >&6
14492
else
14493
  cat >conftest.$ac_ext <<_ACEOF
14494
/* confdefs.h.  */
14495
_ACEOF
14496
cat confdefs.h >>conftest.$ac_ext
14497
cat >>conftest.$ac_ext <<_ACEOF
14498
/* end confdefs.h.  */
14499
/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
14500
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14501
#define dlopen innocuous_dlopen
14502
14503
/* System header to define __stub macros and hopefully few prototypes,
14504
    which can conflict with char dlopen (); below.
14505
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14506
    <limits.h> exists even on freestanding compilers.  */
14507
14508
#ifdef __STDC__
14509
# include <limits.h>
14510
#else
14511
# include <assert.h>
14512
#endif
14513
14514
#undef dlopen
14515
14516
/* Override any GCC internal prototype to avoid an error.
14517
   Use char because int might match the return type of a GCC
14518
   builtin and then its argument prototype would still apply.  */
14519
#ifdef __cplusplus
14520
extern "C"
14521
#endif
14522
char dlopen ();
14523
/* The GNU C library defines this for functions which it implements
14524
    to always fail with ENOSYS.  Some functions are actually named
14525
    something starting with __ and the normal name is an alias.  */
14526
#if defined __stub_dlopen || defined __stub___dlopen
14527
choke me
14528
#endif
14529
14530
int
14531
main ()
14532
{
14533
return dlopen ();
14534
  ;
14535
  return 0;
14536
}
14537
_ACEOF
14538
rm -f conftest.$ac_objext conftest$ac_exeext
14539
if { (ac_try="$ac_link"
14540
case "(($ac_try" in
14541
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14542
  *) ac_try_echo=$ac_try;;
14543
esac
14544
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14545
$as_echo "$ac_try_echo") >&5
14546
  (eval "$ac_link") 2>conftest.er1
14547
  ac_status=$?
14548
  grep -v '^ *+' conftest.er1 >conftest.err
14549
  rm -f conftest.er1
14550
  cat conftest.err >&5
14551
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14552
  (exit $ac_status); } && {
14553
	 test -z "$ac_c_werror_flag" ||
14554
	 test ! -s conftest.err
14555
       } && test -s conftest$ac_exeext && {
14556
	 test "$cross_compiling" = yes ||
14557
	 $as_test_x conftest$ac_exeext
14558
       }; then
14559
  ac_cv_func_dlopen=yes
14560
else
14561
  $as_echo "$as_me: failed program was:" >&5
14562
sed 's/^/| /' conftest.$ac_ext >&5
14563
14564
	ac_cv_func_dlopen=no
14565
fi
14566
14567
rm -rf conftest.dSYM
14568
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14569
      conftest$ac_exeext conftest.$ac_ext
14570
fi
14571
{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
14572
$as_echo "$ac_cv_func_dlopen" >&6; }
14573
if test "x$ac_cv_func_dlopen" = x""yes; then
14574
  lt_cv_dlopen="dlopen"
12693
  lt_cv_dlopen="dlopen"
14575
else
12694
else
14576
  { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
12695
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
14577
$as_echo_n "checking for dlopen in -ldl... " >&6; }
12696
$as_echo_n "checking for dlopen in -ldl... " >&6; }
14578
if test "${ac_cv_lib_dl_dlopen+set}" = set; then
12697
if ${ac_cv_lib_dl_dlopen+:} false; then :
14579
  $as_echo_n "(cached) " >&6
12698
  $as_echo_n "(cached) " >&6
14580
else
12699
else
14581
  ac_check_lib_save_LIBS=$LIBS
12700
  ac_check_lib_save_LIBS=$LIBS
14582
LIBS="-ldl  $LIBS"
12701
LIBS="-ldl  $LIBS"
14583
cat >conftest.$ac_ext <<_ACEOF
12702
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14584
/* confdefs.h.  */
14585
_ACEOF
14586
cat confdefs.h >>conftest.$ac_ext
14587
cat >>conftest.$ac_ext <<_ACEOF
14588
/* end confdefs.h.  */
12703
/* end confdefs.h.  */
14589
12704
14590
/* Override any GCC internal prototype to avoid an error.
12705
/* Override any GCC internal prototype to avoid an error.
Lines 14602-14658 Link Here
14602
  return 0;
12717
  return 0;
14603
}
12718
}
14604
_ACEOF
12719
_ACEOF
14605
rm -f conftest.$ac_objext conftest$ac_exeext
12720
if ac_fn_c_try_link "$LINENO"; then :
14606
if { (ac_try="$ac_link"
14607
case "(($ac_try" in
14608
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14609
  *) ac_try_echo=$ac_try;;
14610
esac
14611
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14612
$as_echo "$ac_try_echo") >&5
14613
  (eval "$ac_link") 2>conftest.er1
14614
  ac_status=$?
14615
  grep -v '^ *+' conftest.er1 >conftest.err
14616
  rm -f conftest.er1
14617
  cat conftest.err >&5
14618
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14619
  (exit $ac_status); } && {
14620
	 test -z "$ac_c_werror_flag" ||
14621
	 test ! -s conftest.err
14622
       } && test -s conftest$ac_exeext && {
14623
	 test "$cross_compiling" = yes ||
14624
	 $as_test_x conftest$ac_exeext
14625
       }; then
14626
  ac_cv_lib_dl_dlopen=yes
12721
  ac_cv_lib_dl_dlopen=yes
14627
else
12722
else
14628
  $as_echo "$as_me: failed program was:" >&5
12723
  ac_cv_lib_dl_dlopen=no
14629
sed 's/^/| /' conftest.$ac_ext >&5
14630
14631
	ac_cv_lib_dl_dlopen=no
14632
fi
12724
fi
14633
12725
rm -f core conftest.err conftest.$ac_objext \
14634
rm -rf conftest.dSYM
12726
    conftest$ac_exeext conftest.$ac_ext
14635
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14636
      conftest$ac_exeext conftest.$ac_ext
14637
LIBS=$ac_check_lib_save_LIBS
12727
LIBS=$ac_check_lib_save_LIBS
14638
fi
12728
fi
14639
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
12729
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
14640
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12730
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
14641
if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
12731
if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
14642
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12732
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
14643
else
12733
else
14644
  { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
12734
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
14645
$as_echo_n "checking for dlopen in -lsvld... " >&6; }
12735
$as_echo_n "checking for dlopen in -lsvld... " >&6; }
14646
if test "${ac_cv_lib_svld_dlopen+set}" = set; then
12736
if ${ac_cv_lib_svld_dlopen+:} false; then :
14647
  $as_echo_n "(cached) " >&6
12737
  $as_echo_n "(cached) " >&6
14648
else
12738
else
14649
  ac_check_lib_save_LIBS=$LIBS
12739
  ac_check_lib_save_LIBS=$LIBS
14650
LIBS="-lsvld  $LIBS"
12740
LIBS="-lsvld  $LIBS"
14651
cat >conftest.$ac_ext <<_ACEOF
12741
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14652
/* confdefs.h.  */
14653
_ACEOF
14654
cat confdefs.h >>conftest.$ac_ext
14655
cat >>conftest.$ac_ext <<_ACEOF
14656
/* end confdefs.h.  */
12742
/* end confdefs.h.  */
14657
12743
14658
/* Override any GCC internal prototype to avoid an error.
12744
/* Override any GCC internal prototype to avoid an error.
Lines 14670-14726 Link Here
14670
  return 0;
12756
  return 0;
14671
}
12757
}
14672
_ACEOF
12758
_ACEOF
14673
rm -f conftest.$ac_objext conftest$ac_exeext
12759
if ac_fn_c_try_link "$LINENO"; then :
14674
if { (ac_try="$ac_link"
14675
case "(($ac_try" in
14676
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14677
  *) ac_try_echo=$ac_try;;
14678
esac
14679
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14680
$as_echo "$ac_try_echo") >&5
14681
  (eval "$ac_link") 2>conftest.er1
14682
  ac_status=$?
14683
  grep -v '^ *+' conftest.er1 >conftest.err
14684
  rm -f conftest.er1
14685
  cat conftest.err >&5
14686
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14687
  (exit $ac_status); } && {
14688
	 test -z "$ac_c_werror_flag" ||
14689
	 test ! -s conftest.err
14690
       } && test -s conftest$ac_exeext && {
14691
	 test "$cross_compiling" = yes ||
14692
	 $as_test_x conftest$ac_exeext
14693
       }; then
14694
  ac_cv_lib_svld_dlopen=yes
12760
  ac_cv_lib_svld_dlopen=yes
14695
else
12761
else
14696
  $as_echo "$as_me: failed program was:" >&5
12762
  ac_cv_lib_svld_dlopen=no
14697
sed 's/^/| /' conftest.$ac_ext >&5
14698
14699
	ac_cv_lib_svld_dlopen=no
14700
fi
12763
fi
14701
12764
rm -f core conftest.err conftest.$ac_objext \
14702
rm -rf conftest.dSYM
12765
    conftest$ac_exeext conftest.$ac_ext
14703
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14704
      conftest$ac_exeext conftest.$ac_ext
14705
LIBS=$ac_check_lib_save_LIBS
12766
LIBS=$ac_check_lib_save_LIBS
14706
fi
12767
fi
14707
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
12768
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
14708
$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12769
$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
14709
if test "x$ac_cv_lib_svld_dlopen" = x""yes; then
12770
if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
14710
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12771
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
14711
else
12772
else
14712
  { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
12773
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
14713
$as_echo_n "checking for dld_link in -ldld... " >&6; }
12774
$as_echo_n "checking for dld_link in -ldld... " >&6; }
14714
if test "${ac_cv_lib_dld_dld_link+set}" = set; then
12775
if ${ac_cv_lib_dld_dld_link+:} false; then :
14715
  $as_echo_n "(cached) " >&6
12776
  $as_echo_n "(cached) " >&6
14716
else
12777
else
14717
  ac_check_lib_save_LIBS=$LIBS
12778
  ac_check_lib_save_LIBS=$LIBS
14718
LIBS="-ldld  $LIBS"
12779
LIBS="-ldld  $LIBS"
14719
cat >conftest.$ac_ext <<_ACEOF
12780
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14720
/* confdefs.h.  */
14721
_ACEOF
14722
cat confdefs.h >>conftest.$ac_ext
14723
cat >>conftest.$ac_ext <<_ACEOF
14724
/* end confdefs.h.  */
12781
/* end confdefs.h.  */
14725
12782
14726
/* Override any GCC internal prototype to avoid an error.
12783
/* Override any GCC internal prototype to avoid an error.
Lines 14738-14780 Link Here
14738
  return 0;
12795
  return 0;
14739
}
12796
}
14740
_ACEOF
12797
_ACEOF
14741
rm -f conftest.$ac_objext conftest$ac_exeext
12798
if ac_fn_c_try_link "$LINENO"; then :
14742
if { (ac_try="$ac_link"
14743
case "(($ac_try" in
14744
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14745
  *) ac_try_echo=$ac_try;;
14746
esac
14747
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14748
$as_echo "$ac_try_echo") >&5
14749
  (eval "$ac_link") 2>conftest.er1
14750
  ac_status=$?
14751
  grep -v '^ *+' conftest.er1 >conftest.err
14752
  rm -f conftest.er1
14753
  cat conftest.err >&5
14754
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14755
  (exit $ac_status); } && {
14756
	 test -z "$ac_c_werror_flag" ||
14757
	 test ! -s conftest.err
14758
       } && test -s conftest$ac_exeext && {
14759
	 test "$cross_compiling" = yes ||
14760
	 $as_test_x conftest$ac_exeext
14761
       }; then
14762
  ac_cv_lib_dld_dld_link=yes
12799
  ac_cv_lib_dld_dld_link=yes
14763
else
12800
else
14764
  $as_echo "$as_me: failed program was:" >&5
12801
  ac_cv_lib_dld_dld_link=no
14765
sed 's/^/| /' conftest.$ac_ext >&5
14766
14767
	ac_cv_lib_dld_dld_link=no
14768
fi
12802
fi
14769
12803
rm -f core conftest.err conftest.$ac_objext \
14770
rm -rf conftest.dSYM
12804
    conftest$ac_exeext conftest.$ac_ext
14771
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14772
      conftest$ac_exeext conftest.$ac_ext
14773
LIBS=$ac_check_lib_save_LIBS
12805
LIBS=$ac_check_lib_save_LIBS
14774
fi
12806
fi
14775
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
12807
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
14776
$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12808
$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
14777
if test "x$ac_cv_lib_dld_dld_link" = x""yes; then
12809
if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
14778
  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12810
  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
14779
fi
12811
fi
14780
12812
Lines 14813-14821 Link Here
14813
    save_LIBS="$LIBS"
12845
    save_LIBS="$LIBS"
14814
    LIBS="$lt_cv_dlopen_libs $LIBS"
12846
    LIBS="$lt_cv_dlopen_libs $LIBS"
14815
12847
14816
    { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
12848
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
14817
$as_echo_n "checking whether a program can dlopen itself... " >&6; }
12849
$as_echo_n "checking whether a program can dlopen itself... " >&6; }
14818
if test "${lt_cv_dlopen_self+set}" = set; then
12850
if ${lt_cv_dlopen_self+:} false; then :
14819
  $as_echo_n "(cached) " >&6
12851
  $as_echo_n "(cached) " >&6
14820
else
12852
else
14821
  	  if test "$cross_compiling" = yes; then :
12853
  	  if test "$cross_compiling" = yes; then :
Lines 14824-14830 Link Here
14824
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12856
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
14825
  lt_status=$lt_dlunknown
12857
  lt_status=$lt_dlunknown
14826
  cat > conftest.$ac_ext <<_LT_EOF
12858
  cat > conftest.$ac_ext <<_LT_EOF
14827
#line 14827 "configure"
12859
#line 12859 "configure"
14828
#include "confdefs.h"
12860
#include "confdefs.h"
14829
12861
14830
#if HAVE_DLFCN_H
12862
#if HAVE_DLFCN_H
Lines 14883-14893 Link Here
14883
  return status;
12915
  return status;
14884
}
12916
}
14885
_LT_EOF
12917
_LT_EOF
14886
  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12918
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14887
  (eval $ac_link) 2>&5
12919
  (eval $ac_link) 2>&5
14888
  ac_status=$?
12920
  ac_status=$?
14889
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12921
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14890
  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
12922
  test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
14891
    (./conftest; exit; ) >&5 2>/dev/null
12923
    (./conftest; exit; ) >&5 2>/dev/null
14892
    lt_status=$?
12924
    lt_status=$?
14893
    case x$lt_status in
12925
    case x$lt_status in
Lines 14904-14917 Link Here
14904
12936
14905
12937
14906
fi
12938
fi
14907
{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
12939
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
14908
$as_echo "$lt_cv_dlopen_self" >&6; }
12940
$as_echo "$lt_cv_dlopen_self" >&6; }
14909
12941
14910
    if test "x$lt_cv_dlopen_self" = xyes; then
12942
    if test "x$lt_cv_dlopen_self" = xyes; then
14911
      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12943
      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
14912
      { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
12944
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
14913
$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12945
$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
14914
if test "${lt_cv_dlopen_self_static+set}" = set; then
12946
if ${lt_cv_dlopen_self_static+:} false; then :
14915
  $as_echo_n "(cached) " >&6
12947
  $as_echo_n "(cached) " >&6
14916
else
12948
else
14917
  	  if test "$cross_compiling" = yes; then :
12949
  	  if test "$cross_compiling" = yes; then :
Lines 14920-14926 Link Here
14920
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12952
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
14921
  lt_status=$lt_dlunknown
12953
  lt_status=$lt_dlunknown
14922
  cat > conftest.$ac_ext <<_LT_EOF
12954
  cat > conftest.$ac_ext <<_LT_EOF
14923
#line 14923 "configure"
12955
#line 12955 "configure"
14924
#include "confdefs.h"
12956
#include "confdefs.h"
14925
12957
14926
#if HAVE_DLFCN_H
12958
#if HAVE_DLFCN_H
Lines 14979-14989 Link Here
14979
  return status;
13011
  return status;
14980
}
13012
}
14981
_LT_EOF
13013
_LT_EOF
14982
  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13014
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14983
  (eval $ac_link) 2>&5
13015
  (eval $ac_link) 2>&5
14984
  ac_status=$?
13016
  ac_status=$?
14985
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13017
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14986
  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
13018
  test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
14987
    (./conftest; exit; ) >&5 2>/dev/null
13019
    (./conftest; exit; ) >&5 2>/dev/null
14988
    lt_status=$?
13020
    lt_status=$?
14989
    case x$lt_status in
13021
    case x$lt_status in
Lines 15000-15006 Link Here
15000
13032
15001
13033
15002
fi
13034
fi
15003
{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
13035
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
15004
$as_echo "$lt_cv_dlopen_self_static" >&6; }
13036
$as_echo "$lt_cv_dlopen_self_static" >&6; }
15005
    fi
13037
    fi
15006
13038
Lines 15039-15050 Link Here
15039
13071
15040
striplib=
13072
striplib=
15041
old_striplib=
13073
old_striplib=
15042
{ $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
13074
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
15043
$as_echo_n "checking whether stripping libraries is possible... " >&6; }
13075
$as_echo_n "checking whether stripping libraries is possible... " >&6; }
15044
if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13076
if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
15045
  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13077
  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
15046
  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13078
  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
15047
  { $as_echo "$as_me:$LINENO: result: yes" >&5
13079
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15048
$as_echo "yes" >&6; }
13080
$as_echo "yes" >&6; }
15049
else
13081
else
15050
# FIXME - insert some real tests, host_os isn't really good enough
13082
# FIXME - insert some real tests, host_os isn't really good enough
Lines 15053-15067 Link Here
15053
    if test -n "$STRIP" ; then
13085
    if test -n "$STRIP" ; then
15054
      striplib="$STRIP -x"
13086
      striplib="$STRIP -x"
15055
      old_striplib="$STRIP -S"
13087
      old_striplib="$STRIP -S"
15056
      { $as_echo "$as_me:$LINENO: result: yes" >&5
13088
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15057
$as_echo "yes" >&6; }
13089
$as_echo "yes" >&6; }
15058
    else
13090
    else
15059
      { $as_echo "$as_me:$LINENO: result: no" >&5
13091
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15060
$as_echo "no" >&6; }
13092
$as_echo "no" >&6; }
15061
    fi
13093
    fi
15062
    ;;
13094
    ;;
15063
  *)
13095
  *)
15064
    { $as_echo "$as_me:$LINENO: result: no" >&5
13096
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15065
$as_echo "no" >&6; }
13097
$as_echo "no" >&6; }
15066
    ;;
13098
    ;;
15067
  esac
13099
  esac
Lines 15079-15090 Link Here
15079
13111
15080
13112
15081
  # Report which library types will actually be built
13113
  # Report which library types will actually be built
15082
  { $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
13114
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
15083
$as_echo_n "checking if libtool supports shared libraries... " >&6; }
13115
$as_echo_n "checking if libtool supports shared libraries... " >&6; }
15084
  { $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
13116
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
15085
$as_echo "$can_build_shared" >&6; }
13117
$as_echo "$can_build_shared" >&6; }
15086
13118
15087
  { $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
13119
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
15088
$as_echo_n "checking whether to build shared libraries... " >&6; }
13120
$as_echo_n "checking whether to build shared libraries... " >&6; }
15089
  test "$can_build_shared" = "no" && enable_shared=no
13121
  test "$can_build_shared" = "no" && enable_shared=no
15090
13122
Lines 15105-15118 Link Here
15105
    fi
13137
    fi
15106
    ;;
13138
    ;;
15107
  esac
13139
  esac
15108
  { $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
13140
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
15109
$as_echo "$enable_shared" >&6; }
13141
$as_echo "$enable_shared" >&6; }
15110
13142
15111
  { $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5
13143
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
15112
$as_echo_n "checking whether to build static libraries... " >&6; }
13144
$as_echo_n "checking whether to build static libraries... " >&6; }
15113
  # Make sure either enable_shared or enable_static is yes.
13145
  # Make sure either enable_shared or enable_static is yes.
15114
  test "$enable_shared" = yes || enable_static=yes
13146
  test "$enable_shared" = yes || enable_static=yes
15115
  { $as_echo "$as_me:$LINENO: result: $enable_static" >&5
13147
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
15116
$as_echo "$enable_static" >&6; }
13148
$as_echo "$enable_static" >&6; }
15117
13149
15118
13150
Lines 15156-15164 Link Here
15156
	if test -n "$ac_tool_prefix"; then
13188
	if test -n "$ac_tool_prefix"; then
15157
  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
13189
  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
15158
set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
13190
set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
15159
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13191
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15160
$as_echo_n "checking for $ac_word... " >&6; }
13192
$as_echo_n "checking for $ac_word... " >&6; }
15161
if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
13193
if ${ac_cv_path_PKG_CONFIG+:} false; then :
15162
  $as_echo_n "(cached) " >&6
13194
  $as_echo_n "(cached) " >&6
15163
else
13195
else
15164
  case $PKG_CONFIG in
13196
  case $PKG_CONFIG in
Lines 15171-15184 Link Here
15171
do
13203
do
15172
  IFS=$as_save_IFS
13204
  IFS=$as_save_IFS
15173
  test -z "$as_dir" && as_dir=.
13205
  test -z "$as_dir" && as_dir=.
15174
  for ac_exec_ext in '' $ac_executable_extensions; do
13206
    for ac_exec_ext in '' $ac_executable_extensions; do
15175
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13207
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15176
    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
13208
    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
15177
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13209
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
15178
    break 2
13210
    break 2
15179
  fi
13211
  fi
15180
done
13212
done
15181
done
13213
  done
15182
IFS=$as_save_IFS
13214
IFS=$as_save_IFS
15183
13215
15184
  ;;
13216
  ;;
Lines 15186-15195 Link Here
15186
fi
13218
fi
15187
PKG_CONFIG=$ac_cv_path_PKG_CONFIG
13219
PKG_CONFIG=$ac_cv_path_PKG_CONFIG
15188
if test -n "$PKG_CONFIG"; then
13220
if test -n "$PKG_CONFIG"; then
15189
  { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
13221
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
15190
$as_echo "$PKG_CONFIG" >&6; }
13222
$as_echo "$PKG_CONFIG" >&6; }
15191
else
13223
else
15192
  { $as_echo "$as_me:$LINENO: result: no" >&5
13224
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15193
$as_echo "no" >&6; }
13225
$as_echo "no" >&6; }
15194
fi
13226
fi
15195
13227
Lines 15199-15207 Link Here
15199
  ac_pt_PKG_CONFIG=$PKG_CONFIG
13231
  ac_pt_PKG_CONFIG=$PKG_CONFIG
15200
  # Extract the first word of "pkg-config", so it can be a program name with args.
13232
  # Extract the first word of "pkg-config", so it can be a program name with args.
15201
set dummy pkg-config; ac_word=$2
13233
set dummy pkg-config; ac_word=$2
15202
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13234
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15203
$as_echo_n "checking for $ac_word... " >&6; }
13235
$as_echo_n "checking for $ac_word... " >&6; }
15204
if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
13236
if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
15205
  $as_echo_n "(cached) " >&6
13237
  $as_echo_n "(cached) " >&6
15206
else
13238
else
15207
  case $ac_pt_PKG_CONFIG in
13239
  case $ac_pt_PKG_CONFIG in
Lines 15214-15227 Link Here
15214
do
13246
do
15215
  IFS=$as_save_IFS
13247
  IFS=$as_save_IFS
15216
  test -z "$as_dir" && as_dir=.
13248
  test -z "$as_dir" && as_dir=.
15217
  for ac_exec_ext in '' $ac_executable_extensions; do
13249
    for ac_exec_ext in '' $ac_executable_extensions; do
15218
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13250
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15219
    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
13251
    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
15220
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13252
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
15221
    break 2
13253
    break 2
15222
  fi
13254
  fi
15223
done
13255
done
15224
done
13256
  done
15225
IFS=$as_save_IFS
13257
IFS=$as_save_IFS
15226
13258
15227
  ;;
13259
  ;;
Lines 15229-15238 Link Here
15229
fi
13261
fi
15230
ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
13262
ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
15231
if test -n "$ac_pt_PKG_CONFIG"; then
13263
if test -n "$ac_pt_PKG_CONFIG"; then
15232
  { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
13264
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
15233
$as_echo "$ac_pt_PKG_CONFIG" >&6; }
13265
$as_echo "$ac_pt_PKG_CONFIG" >&6; }
15234
else
13266
else
15235
  { $as_echo "$as_me:$LINENO: result: no" >&5
13267
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15236
$as_echo "no" >&6; }
13268
$as_echo "no" >&6; }
15237
fi
13269
fi
15238
13270
Lines 15241-15247 Link Here
15241
  else
13273
  else
15242
    case $cross_compiling:$ac_tool_warned in
13274
    case $cross_compiling:$ac_tool_warned in
15243
yes:)
13275
yes:)
15244
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
13276
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
15245
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
13277
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
15246
ac_tool_warned=yes ;;
13278
ac_tool_warned=yes ;;
15247
esac
13279
esac
Lines 15254-15266 Link Here
15254
fi
13286
fi
15255
if test -n "$PKG_CONFIG"; then
13287
if test -n "$PKG_CONFIG"; then
15256
	_pkg_min_version=0.9.0
13288
	_pkg_min_version=0.9.0
15257
	{ $as_echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
13289
	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
15258
$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
13290
$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
15259
	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
13291
	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
15260
		{ $as_echo "$as_me:$LINENO: result: yes" >&5
13292
		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15261
$as_echo "yes" >&6; }
13293
$as_echo "yes" >&6; }
15262
	else
13294
	else
15263
		{ $as_echo "$as_me:$LINENO: result: no" >&5
13295
		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15264
$as_echo "no" >&6; }
13296
$as_echo "no" >&6; }
15265
		PKG_CONFIG=""
13297
		PKG_CONFIG=""
15266
	fi
13298
	fi
Lines 15268-15285 Link Here
15268
fi
13300
fi
15269
13301
15270
pkg_failed=no
13302
pkg_failed=no
15271
{ $as_echo "$as_me:$LINENO: checking for GNOME_PAINT" >&5
13303
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNOME_PAINT" >&5
15272
$as_echo_n "checking for GNOME_PAINT... " >&6; }
13304
$as_echo_n "checking for GNOME_PAINT... " >&6; }
15273
13305
15274
if test -n "$GNOME_PAINT_CFLAGS"; then
13306
if test -n "$GNOME_PAINT_CFLAGS"; then
15275
    pkg_cv_GNOME_PAINT_CFLAGS="$GNOME_PAINT_CFLAGS"
13307
    pkg_cv_GNOME_PAINT_CFLAGS="$GNOME_PAINT_CFLAGS"
15276
 elif test -n "$PKG_CONFIG"; then
13308
 elif test -n "$PKG_CONFIG"; then
15277
    if test -n "$PKG_CONFIG" && \
13309
    if test -n "$PKG_CONFIG" && \
15278
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.16\"") >&5
13310
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.16\""; } >&5
15279
  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.16") 2>&5
13311
  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.16") 2>&5
15280
  ac_status=$?
13312
  ac_status=$?
15281
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13313
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15282
  (exit $ac_status); }; then
13314
  test $ac_status = 0; }; then
15283
  pkg_cv_GNOME_PAINT_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.16" 2>/dev/null`
13315
  pkg_cv_GNOME_PAINT_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.16" 2>/dev/null`
15284
else
13316
else
15285
  pkg_failed=yes
13317
  pkg_failed=yes
Lines 15291-15301 Link Here
15291
    pkg_cv_GNOME_PAINT_LIBS="$GNOME_PAINT_LIBS"
13323
    pkg_cv_GNOME_PAINT_LIBS="$GNOME_PAINT_LIBS"
15292
 elif test -n "$PKG_CONFIG"; then
13324
 elif test -n "$PKG_CONFIG"; then
15293
    if test -n "$PKG_CONFIG" && \
13325
    if test -n "$PKG_CONFIG" && \
15294
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.16\"") >&5
13326
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.16\""; } >&5
15295
  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.16") 2>&5
13327
  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.16") 2>&5
15296
  ac_status=$?
13328
  ac_status=$?
15297
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13329
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15298
  (exit $ac_status); }; then
13330
  test $ac_status = 0; }; then
15299
  pkg_cv_GNOME_PAINT_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.16" 2>/dev/null`
13331
  pkg_cv_GNOME_PAINT_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.16" 2>/dev/null`
15300
else
13332
else
15301
  pkg_failed=yes
13333
  pkg_failed=yes
Lines 15321-15377 Link Here
15321
	# Put the nasty error message in config.log where it belongs
13353
	# Put the nasty error message in config.log where it belongs
15322
	echo "$GNOME_PAINT_PKG_ERRORS" >&5
13354
	echo "$GNOME_PAINT_PKG_ERRORS" >&5
15323
13355
15324
	{ { $as_echo "$as_me:$LINENO: error: Package requirements (gtk+-2.0 >= 2.16) were not met:
13356
	as_fn_error $? "Package requirements (gtk+-2.0 >= 2.16) were not met:
15325
13357
15326
$GNOME_PAINT_PKG_ERRORS
13358
$GNOME_PAINT_PKG_ERRORS
15327
13359
15328
Consider adjusting the PKG_CONFIG_PATH environment variable if you
13360
Consider adjusting the PKG_CONFIG_PATH environment variable if you
15329
installed software in a non-standard prefix.
13361
installed software in a non-standard prefix.
15330
13362
15331
Alternatively, you may set the environment variables GNOME_PAINT_CFLAGS
13363
Alternatively, you may set the environment variables GNOME_PAINT_CFLAGS
15332
and GNOME_PAINT_LIBS to avoid the need to call pkg-config.
13364
and GNOME_PAINT_LIBS to avoid the need to call pkg-config.
15333
See the pkg-config man page for more details.
13365
See the pkg-config man page for more details.
15334
" >&5
13366
" "$LINENO" 5
15335
$as_echo "$as_me: error: Package requirements (gtk+-2.0 >= 2.16) were not met:
15336
15337
$GNOME_PAINT_PKG_ERRORS
15338
15339
Consider adjusting the PKG_CONFIG_PATH environment variable if you
15340
installed software in a non-standard prefix.
15341
15342
Alternatively, you may set the environment variables GNOME_PAINT_CFLAGS
15343
and GNOME_PAINT_LIBS to avoid the need to call pkg-config.
15344
See the pkg-config man page for more details.
15345
" >&2;}
15346
   { (exit 1); exit 1; }; }
15347
elif test $pkg_failed = untried; then
13367
elif test $pkg_failed = untried; then
15348
	{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
13368
	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15349
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13369
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15350
{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
13370
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
15351
is in your PATH or set the PKG_CONFIG environment variable to the full
13371
is in your PATH or set the PKG_CONFIG environment variable to the full
15352
path to pkg-config.
13372
path to pkg-config.
15353
13373
15354
Alternatively, you may set the environment variables GNOME_PAINT_CFLAGS
13374
Alternatively, you may set the environment variables GNOME_PAINT_CFLAGS
15355
and GNOME_PAINT_LIBS to avoid the need to call pkg-config.
13375
and GNOME_PAINT_LIBS to avoid the need to call pkg-config.
15356
See the pkg-config man page for more details.
13376
See the pkg-config man page for more details.
15357
13377
15358
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
13378
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
15359
See \`config.log' for more details." >&5
13379
See \`config.log' for more details" "$LINENO" 5; }
15360
$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
15361
is in your PATH or set the PKG_CONFIG environment variable to the full
15362
path to pkg-config.
15363
15364
Alternatively, you may set the environment variables GNOME_PAINT_CFLAGS
15365
and GNOME_PAINT_LIBS to avoid the need to call pkg-config.
15366
See the pkg-config man page for more details.
15367
15368
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
15369
See \`config.log' for more details." >&2;}
15370
   { (exit 1); exit 1; }; }; }
15371
else
13380
else
15372
	GNOME_PAINT_CFLAGS=$pkg_cv_GNOME_PAINT_CFLAGS
13381
	GNOME_PAINT_CFLAGS=$pkg_cv_GNOME_PAINT_CFLAGS
15373
	GNOME_PAINT_LIBS=$pkg_cv_GNOME_PAINT_LIBS
13382
	GNOME_PAINT_LIBS=$pkg_cv_GNOME_PAINT_LIBS
15374
        { $as_echo "$as_me:$LINENO: result: yes" >&5
13383
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15375
$as_echo "yes" >&6; }
13384
$as_echo "yes" >&6; }
15376
	:
13385
	:
15377
fi
13386
fi
Lines 15408-15420 Link Here
15408
    case $ac_val in #(
13417
    case $ac_val in #(
15409
    *${as_nl}*)
13418
    *${as_nl}*)
15410
      case $ac_var in #(
13419
      case $ac_var in #(
15411
      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
13420
      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15412
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13421
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15413
      esac
13422
      esac
15414
      case $ac_var in #(
13423
      case $ac_var in #(
15415
      _ | IFS | as_nl) ;; #(
13424
      _ | IFS | as_nl) ;; #(
15416
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13425
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15417
      *) $as_unset $ac_var ;;
13426
      *) { eval $ac_var=; unset $ac_var;} ;;
15418
      esac ;;
13427
      esac ;;
15419
    esac
13428
    esac
15420
  done
13429
  done
Lines 15422-15429 Link Here
15422
  (set) 2>&1 |
13431
  (set) 2>&1 |
15423
    case $as_nl`(ac_space=' '; set) 2>&1` in #(
13432
    case $as_nl`(ac_space=' '; set) 2>&1` in #(
15424
    *${as_nl}ac_space=\ *)
13433
    *${as_nl}ac_space=\ *)
15425
      # `set' does not quote correctly, so add quotes (double-quote
13434
      # `set' does not quote correctly, so add quotes: double-quote
15426
      # substitution turns \\\\ into \\, and sed turns \\ into \).
13435
      # substitution turns \\\\ into \\, and sed turns \\ into \.
15427
      sed -n \
13436
      sed -n \
15428
	"s/'/'\\\\''/g;
13437
	"s/'/'\\\\''/g;
15429
	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13438
	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
Lines 15445-15456 Link Here
15445
     :end' >>confcache
13454
     :end' >>confcache
15446
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13455
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15447
  if test -w "$cache_file"; then
13456
  if test -w "$cache_file"; then
15448
    test "x$cache_file" != "x/dev/null" &&
13457
    if test "x$cache_file" != "x/dev/null"; then
15449
      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
13458
      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15450
$as_echo "$as_me: updating cache $cache_file" >&6;}
13459
$as_echo "$as_me: updating cache $cache_file" >&6;}
15451
    cat confcache >$cache_file
13460
      if test ! -f "$cache_file" || test -h "$cache_file"; then
13461
	cat confcache >"$cache_file"
13462
      else
13463
        case $cache_file in #(
13464
        */* | ?:*)
13465
	  mv -f confcache "$cache_file"$$ &&
13466
	  mv -f "$cache_file"$$ "$cache_file" ;; #(
13467
        *)
13468
	  mv -f confcache "$cache_file" ;;
13469
	esac
13470
      fi
13471
    fi
15452
  else
13472
  else
15453
    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
13473
    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15454
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13474
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15455
  fi
13475
  fi
15456
fi
13476
fi
Lines 15464-15477 Link Here
15464
13484
15465
ac_libobjs=
13485
ac_libobjs=
15466
ac_ltlibobjs=
13486
ac_ltlibobjs=
13487
U=
15467
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13488
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15468
  # 1. Remove the extension, and $U if already installed.
13489
  # 1. Remove the extension, and $U if already installed.
15469
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13490
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15470
  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13491
  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15471
  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
13492
  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
15472
  #    will be set to the directory where LIBOBJS objects are built.
13493
  #    will be set to the directory where LIBOBJS objects are built.
15473
  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13494
  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15474
  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
13495
  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
15475
done
13496
done
15476
LIBOBJS=$ac_libobjs
13497
LIBOBJS=$ac_libobjs
15477
13498
Lines 15487-15538 Link Here
15487
fi
13508
fi
15488
13509
15489
if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13510
if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15490
  { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
13511
  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
15491
Usually this means the macro was only invoked conditionally." >&5
13512
Usually this means the macro was only invoked conditionally." "$LINENO" 5
15492
$as_echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
15493
Usually this means the macro was only invoked conditionally." >&2;}
15494
   { (exit 1); exit 1; }; }
15495
fi
13513
fi
15496
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
13514
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15497
  { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
13515
  as_fn_error $? "conditional \"AMDEP\" was never defined.
15498
Usually this means the macro was only invoked conditionally." >&5
13516
Usually this means the macro was only invoked conditionally." "$LINENO" 5
15499
$as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
13517
fi
15500
Usually this means the macro was only invoked conditionally." >&2;}
13518
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15501
   { (exit 1); exit 1; }; }
13519
  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
15502
fi
13520
Usually this means the macro was only invoked conditionally." "$LINENO" 5
15503
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
13521
fi
15504
  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
13522
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15505
Usually this means the macro was only invoked conditionally." >&5
13523
  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
15506
$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
13524
Usually this means the macro was only invoked conditionally." "$LINENO" 5
15507
Usually this means the macro was only invoked conditionally." >&2;}
13525
fi
15508
   { (exit 1); exit 1; }; }
13526
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15509
fi
13527
  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
15510
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
13528
Usually this means the macro was only invoked conditionally." "$LINENO" 5
15511
  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
15512
Usually this means the macro was only invoked conditionally." >&5
15513
$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
15514
Usually this means the macro was only invoked conditionally." >&2;}
15515
   { (exit 1); exit 1; }; }
15516
fi
15517
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15518
  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
15519
Usually this means the macro was only invoked conditionally." >&5
15520
$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
15521
Usually this means the macro was only invoked conditionally." >&2;}
15522
   { (exit 1); exit 1; }; }
15523
fi
13529
fi
15524
13530
15525
  ac_config_commands="$ac_config_commands po/stamp-it"
13531
  ac_config_commands="$ac_config_commands po/stamp-it"
15526
13532
15527
13533
15528
13534
15529
: ${CONFIG_STATUS=./config.status}
13535
: "${CONFIG_STATUS=./config.status}"
15530
ac_write_fail=0
13536
ac_write_fail=0
15531
ac_clean_files_save=$ac_clean_files
13537
ac_clean_files_save=$ac_clean_files
15532
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13538
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15533
{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
13539
{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15534
$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13540
$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15535
cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13541
as_write_fail=0
13542
cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15536
#! $SHELL
13543
#! $SHELL
15537
# Generated by $as_me.
13544
# Generated by $as_me.
15538
# Run this file to recreate the current configuration.
13545
# Run this file to recreate the current configuration.
Lines 15542-15558 Link Here
15542
debug=false
13549
debug=false
15543
ac_cs_recheck=false
13550
ac_cs_recheck=false
15544
ac_cs_silent=false
13551
ac_cs_silent=false
13552
15545
SHELL=\${CONFIG_SHELL-$SHELL}
13553
SHELL=\${CONFIG_SHELL-$SHELL}
15546
_ACEOF
13554
export SHELL
15547
13555
_ASEOF
15548
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13556
cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15549
## --------------------- ##
13557
## -------------------- ##
15550
## M4sh Initialization.  ##
13558
## M4sh Initialization. ##
15551
## --------------------- ##
13559
## -------------------- ##
15552
13560
15553
# Be more Bourne compatible
13561
# Be more Bourne compatible
15554
DUALCASE=1; export DUALCASE # for MKS sh
13562
DUALCASE=1; export DUALCASE # for MKS sh
15555
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
13563
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15556
  emulate sh
13564
  emulate sh
15557
  NULLCMD=:
13565
  NULLCMD=:
15558
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13566
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
Lines 15560-15582 Link Here
15560
  alias -g '${1+"$@"}'='"$@"'
13568
  alias -g '${1+"$@"}'='"$@"'
15561
  setopt NO_GLOB_SUBST
13569
  setopt NO_GLOB_SUBST
15562
else
13570
else
15563
  case `(set -o) 2>/dev/null` in
13571
  case `(set -o) 2>/dev/null` in #(
15564
  *posix*) set -o posix ;;
13572
  *posix*) :
13573
    set -o posix ;; #(
13574
  *) :
13575
     ;;
15565
esac
13576
esac
15566
15567
fi
13577
fi
15568
13578
15569
13579
15570
15571
15572
# PATH needs CR
15573
# Avoid depending upon Character Ranges.
15574
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15575
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15576
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15577
as_cr_digits='0123456789'
15578
as_cr_alnum=$as_cr_Letters$as_cr_digits
15579
15580
as_nl='
13580
as_nl='
15581
'
13581
'
15582
export as_nl
13582
export as_nl
Lines 15584-15590 Link Here
15584
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13584
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15585
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13585
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15586
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13586
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15587
if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13587
# Prefer a ksh shell builtin over an external printf program on Solaris,
13588
# but without wasting forks for bash or zsh.
13589
if test -z "$BASH_VERSION$ZSH_VERSION" \
13590
    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13591
  as_echo='print -r --'
13592
  as_echo_n='print -rn --'
13593
elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15588
  as_echo='printf %s\n'
13594
  as_echo='printf %s\n'
15589
  as_echo_n='printf %s'
13595
  as_echo_n='printf %s'
15590
else
13596
else
Lines 15595-15601 Link Here
15595
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13601
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15596
    as_echo_n_body='eval
13602
    as_echo_n_body='eval
15597
      arg=$1;
13603
      arg=$1;
15598
      case $arg in
13604
      case $arg in #(
15599
      *"$as_nl"*)
13605
      *"$as_nl"*)
15600
	expr "X$arg" : "X\\(.*\\)$as_nl";
13606
	expr "X$arg" : "X\\(.*\\)$as_nl";
15601
	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13607
	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
Lines 15618-15630 Link Here
15618
  }
13624
  }
15619
fi
13625
fi
15620
13626
15621
# Support unset when possible.
15622
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
15623
  as_unset=unset
15624
else
15625
  as_unset=false
15626
fi
15627
15628
13627
15629
# IFS
13628
# IFS
15630
# We need space, tab and new line, in precisely that order.  Quoting is
13629
# We need space, tab and new line, in precisely that order.  Quoting is
Lines 15634-15648 Link Here
15634
IFS=" ""	$as_nl"
13633
IFS=" ""	$as_nl"
15635
13634
15636
# Find who we are.  Look in the path if we contain no directory separator.
13635
# Find who we are.  Look in the path if we contain no directory separator.
15637
case $0 in
13636
as_myself=
13637
case $0 in #((
15638
  *[\\/]* ) as_myself=$0 ;;
13638
  *[\\/]* ) as_myself=$0 ;;
15639
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13639
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15640
for as_dir in $PATH
13640
for as_dir in $PATH
15641
do
13641
do
15642
  IFS=$as_save_IFS
13642
  IFS=$as_save_IFS
15643
  test -z "$as_dir" && as_dir=.
13643
  test -z "$as_dir" && as_dir=.
15644
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13644
    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15645
done
13645
  done
15646
IFS=$as_save_IFS
13646
IFS=$as_save_IFS
15647
13647
15648
     ;;
13648
     ;;
Lines 15654-15665 Link Here
15654
fi
13654
fi
15655
if test ! -f "$as_myself"; then
13655
if test ! -f "$as_myself"; then
15656
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13656
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15657
  { (exit 1); exit 1; }
13657
  exit 1
15658
fi
13658
fi
15659
13659
15660
# Work around bugs in pre-3.0 UWIN ksh.
13660
# Unset variables that we do not need and which cause bugs (e.g. in
15661
for as_var in ENV MAIL MAILPATH
13661
# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
15662
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
13662
# suppresses any "Segmentation fault" message there.  '((' could
13663
# trigger a bug in pdksh 5.2.14.
13664
for as_var in BASH_ENV ENV MAIL MAILPATH
13665
do eval test x\${$as_var+set} = xset \
13666
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15663
done
13667
done
15664
PS1='$ '
13668
PS1='$ '
15665
PS2='> '
13669
PS2='> '
Lines 15671-15677 Link Here
15671
LANGUAGE=C
13675
LANGUAGE=C
15672
export LANGUAGE
13676
export LANGUAGE
15673
13677
15674
# Required to use basename.
13678
# CDPATH.
13679
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13680
13681
13682
# as_fn_error STATUS ERROR [LINENO LOG_FD]
13683
# ----------------------------------------
13684
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13685
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13686
# script with STATUS, using 1 if that was 0.
13687
as_fn_error ()
13688
{
13689
  as_status=$1; test $as_status -eq 0 && as_status=1
13690
  if test "$4"; then
13691
    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13692
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
13693
  fi
13694
  $as_echo "$as_me: error: $2" >&2
13695
  as_fn_exit $as_status
13696
} # as_fn_error
13697
13698
13699
# as_fn_set_status STATUS
13700
# -----------------------
13701
# Set $? to STATUS, without forking.
13702
as_fn_set_status ()
13703
{
13704
  return $1
13705
} # as_fn_set_status
13706
13707
# as_fn_exit STATUS
13708
# -----------------
13709
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13710
as_fn_exit ()
13711
{
13712
  set +e
13713
  as_fn_set_status $1
13714
  exit $1
13715
} # as_fn_exit
13716
13717
# as_fn_unset VAR
13718
# ---------------
13719
# Portably unset VAR.
13720
as_fn_unset ()
13721
{
13722
  { eval $1=; unset $1;}
13723
}
13724
as_unset=as_fn_unset
13725
# as_fn_append VAR VALUE
13726
# ----------------------
13727
# Append the text in VALUE to the end of the definition contained in VAR. Take
13728
# advantage of any shell optimizations that allow amortized linear growth over
13729
# repeated appends, instead of the typical quadratic growth present in naive
13730
# implementations.
13731
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13732
  eval 'as_fn_append ()
13733
  {
13734
    eval $1+=\$2
13735
  }'
13736
else
13737
  as_fn_append ()
13738
  {
13739
    eval $1=\$$1\$2
13740
  }
13741
fi # as_fn_append
13742
13743
# as_fn_arith ARG...
13744
# ------------------
13745
# Perform arithmetic evaluation on the ARGs, and store the result in the
13746
# global $as_val. Take advantage of shells that can avoid forks. The arguments
13747
# must be portable across $(()) and expr.
13748
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13749
  eval 'as_fn_arith ()
13750
  {
13751
    as_val=$(( $* ))
13752
  }'
13753
else
13754
  as_fn_arith ()
13755
  {
13756
    as_val=`expr "$@" || test $? -eq 1`
13757
  }
13758
fi # as_fn_arith
13759
13760
15675
if expr a : '\(a\)' >/dev/null 2>&1 &&
13761
if expr a : '\(a\)' >/dev/null 2>&1 &&
15676
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
13762
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
15677
  as_expr=expr
13763
  as_expr=expr
Lines 15685-15692 Link Here
15685
  as_basename=false
13771
  as_basename=false
15686
fi
13772
fi
15687
13773
13774
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13775
  as_dirname=dirname
13776
else
13777
  as_dirname=false
13778
fi
15688
13779
15689
# Name of the executable.
15690
as_me=`$as_basename -- "$0" ||
13780
as_me=`$as_basename -- "$0" ||
15691
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13781
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15692
	 X"$0" : 'X\(//\)$' \| \
13782
	 X"$0" : 'X\(//\)$' \| \
Lines 15706-15781 Link Here
15706
	  }
13796
	  }
15707
	  s/.*/./; q'`
13797
	  s/.*/./; q'`
15708
13798
15709
# CDPATH.
13799
# Avoid depending upon Character Ranges.
15710
$as_unset CDPATH
13800
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15711
13801
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15712
13802
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15713
13803
as_cr_digits='0123456789'
15714
  as_lineno_1=$LINENO
13804
as_cr_alnum=$as_cr_Letters$as_cr_digits
15715
  as_lineno_2=$LINENO
15716
  test "x$as_lineno_1" != "x$as_lineno_2" &&
15717
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
15718
15719
  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
15720
  # uniformly replaced by the line number.  The first 'sed' inserts a
15721
  # line-number line after each line using $LINENO; the second 'sed'
15722
  # does the real work.  The second script uses 'N' to pair each
15723
  # line-number line with the line containing $LINENO, and appends
15724
  # trailing '-' during substitution so that $LINENO is not a special
15725
  # case at line end.
15726
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
15727
  # scripts with optimization help from Paolo Bonzini.  Blame Lee
15728
  # E. McMahon (1931-1989) for sed's syntax.  :-)
15729
  sed -n '
15730
    p
15731
    /[$]LINENO/=
15732
  ' <$as_myself |
15733
    sed '
15734
      s/[$]LINENO.*/&-/
15735
      t lineno
15736
      b
15737
      :lineno
15738
      N
15739
      :loop
15740
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
15741
      t loop
15742
      s/-\n.*//
15743
    ' >$as_me.lineno &&
15744
  chmod +x "$as_me.lineno" ||
15745
    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
15746
   { (exit 1); exit 1; }; }
15747
15748
  # Don't try to exec as it changes $[0], causing all sort of problems
15749
  # (the dirname of $[0] is not the place where we might find the
15750
  # original and so on.  Autoconf is especially sensitive to this).
15751
  . "./$as_me.lineno"
15752
  # Exit status is that of the last command.
15753
  exit
15754
}
15755
15756
15757
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15758
  as_dirname=dirname
15759
else
15760
  as_dirname=false
15761
fi
15762
13805
15763
ECHO_C= ECHO_N= ECHO_T=
13806
ECHO_C= ECHO_N= ECHO_T=
15764
case `echo -n x` in
13807
case `echo -n x` in #(((((
15765
-n*)
13808
-n*)
15766
  case `echo 'x\c'` in
13809
  case `echo 'xy\c'` in
15767
  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
13810
  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
15768
  *)   ECHO_C='\c';;
13811
  xy)  ECHO_C='\c';;
13812
  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
13813
       ECHO_T='	';;
15769
  esac;;
13814
  esac;;
15770
*)
13815
*)
15771
  ECHO_N='-n';;
13816
  ECHO_N='-n';;
15772
esac
13817
esac
15773
if expr a : '\(a\)' >/dev/null 2>&1 &&
15774
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
15775
  as_expr=expr
15776
else
15777
  as_expr=false
15778
fi
15779
13818
15780
rm -f conf$$ conf$$.exe conf$$.file
13819
rm -f conf$$ conf$$.exe conf$$.file
15781
if test -d conf$$.dir; then
13820
if test -d conf$$.dir; then
Lines 15790-15838 Link Here
15790
    # ... but there are two gotchas:
13829
    # ... but there are two gotchas:
15791
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13830
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15792
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13831
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15793
    # In both cases, we have to default to `cp -p'.
13832
    # In both cases, we have to default to `cp -pR'.
15794
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13833
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15795
      as_ln_s='cp -p'
13834
      as_ln_s='cp -pR'
15796
  elif ln conf$$.file conf$$ 2>/dev/null; then
13835
  elif ln conf$$.file conf$$ 2>/dev/null; then
15797
    as_ln_s=ln
13836
    as_ln_s=ln
15798
  else
13837
  else
15799
    as_ln_s='cp -p'
13838
    as_ln_s='cp -pR'
15800
  fi
13839
  fi
15801
else
13840
else
15802
  as_ln_s='cp -p'
13841
  as_ln_s='cp -pR'
15803
fi
13842
fi
15804
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13843
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15805
rmdir conf$$.dir 2>/dev/null
13844
rmdir conf$$.dir 2>/dev/null
15806
13845
13846
13847
# as_fn_mkdir_p
13848
# -------------
13849
# Create "$as_dir" as a directory, including parents if necessary.
13850
as_fn_mkdir_p ()
13851
{
13852
13853
  case $as_dir in #(
13854
  -*) as_dir=./$as_dir;;
13855
  esac
13856
  test -d "$as_dir" || eval $as_mkdir_p || {
13857
    as_dirs=
13858
    while :; do
13859
      case $as_dir in #(
13860
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13861
      *) as_qdir=$as_dir;;
13862
      esac
13863
      as_dirs="'$as_qdir' $as_dirs"
13864
      as_dir=`$as_dirname -- "$as_dir" ||
13865
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13866
	 X"$as_dir" : 'X\(//\)[^/]' \| \
13867
	 X"$as_dir" : 'X\(//\)$' \| \
13868
	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13869
$as_echo X"$as_dir" |
13870
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13871
	    s//\1/
13872
	    q
13873
	  }
13874
	  /^X\(\/\/\)[^/].*/{
13875
	    s//\1/
13876
	    q
13877
	  }
13878
	  /^X\(\/\/\)$/{
13879
	    s//\1/
13880
	    q
13881
	  }
13882
	  /^X\(\/\).*/{
13883
	    s//\1/
13884
	    q
13885
	  }
13886
	  s/.*/./; q'`
13887
      test -d "$as_dir" && break
13888
    done
13889
    test -z "$as_dirs" || eval "mkdir $as_dirs"
13890
  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
13891
13892
13893
} # as_fn_mkdir_p
15807
if mkdir -p . 2>/dev/null; then
13894
if mkdir -p . 2>/dev/null; then
15808
  as_mkdir_p=:
13895
  as_mkdir_p='mkdir -p "$as_dir"'
15809
else
13896
else
15810
  test -d ./-p && rmdir ./-p
13897
  test -d ./-p && rmdir ./-p
15811
  as_mkdir_p=false
13898
  as_mkdir_p=false
15812
fi
13899
fi
15813
13900
15814
if test -x / >/dev/null 2>&1; then
13901
15815
  as_test_x='test -x'
13902
# as_fn_executable_p FILE
15816
else
13903
# -----------------------
15817
  if ls -dL / >/dev/null 2>&1; then
13904
# Test if FILE is an executable regular file.
15818
    as_ls_L_option=L
13905
as_fn_executable_p ()
15819
  else
13906
{
15820
    as_ls_L_option=
13907
  test -f "$1" && test -x "$1"
15821
  fi
13908
} # as_fn_executable_p
15822
  as_test_x='
13909
as_test_x='test -x'
15823
    eval sh -c '\''
13910
as_executable_p=as_fn_executable_p
15824
      if test -d "$1"; then
15825
	test -d "$1/.";
15826
      else
15827
	case $1 in
15828
	-*)set "./$1";;
15829
	esac;
15830
	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
15831
	???[sx]*):;;*)false;;esac;fi
15832
    '\'' sh
15833
  '
15834
fi
15835
as_executable_p=$as_test_x
15836
13911
15837
# Sed expression to map a string onto a valid CPP name.
13912
# Sed expression to map a string onto a valid CPP name.
15838
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13913
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
Lines 15842-15854 Link Here
15842
13917
15843
13918
15844
exec 6>&1
13919
exec 6>&1
13920
## ----------------------------------- ##
13921
## Main body of $CONFIG_STATUS script. ##
13922
## ----------------------------------- ##
13923
_ASEOF
13924
test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15845
13925
15846
# Save the log message, to keep $[0] and so on meaningful, and to
13926
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13927
# Save the log message, to keep $0 and so on meaningful, and to
15847
# report actual input values of CONFIG_FILES etc. instead of their
13928
# report actual input values of CONFIG_FILES etc. instead of their
15848
# values after options handling.
13929
# values after options handling.
15849
ac_log="
13930
ac_log="
15850
This file was extended by gnome-paint $as_me 0.4.0, which was
13931
This file was extended by gnome-paint $as_me 0.4.0, which was
15851
generated by GNU Autoconf 2.63.  Invocation command line was
13932
generated by GNU Autoconf 2.69.  Invocation command line was
15852
13933
15853
  CONFIG_FILES    = $CONFIG_FILES
13934
  CONFIG_FILES    = $CONFIG_FILES
15854
  CONFIG_HEADERS  = $CONFIG_HEADERS
13935
  CONFIG_HEADERS  = $CONFIG_HEADERS
Lines 15880-15892 Link Here
15880
13961
15881
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13962
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15882
ac_cs_usage="\
13963
ac_cs_usage="\
15883
\`$as_me' instantiates files from templates according to the
13964
\`$as_me' instantiates files and other configuration actions
15884
current configuration.
13965
from templates according to the current configuration.  Unless the files
13966
and actions are specified as TAGs, all are instantiated by default.
15885
13967
15886
Usage: $0 [OPTION]... [FILE]...
13968
Usage: $0 [OPTION]... [TAG]...
15887
13969
15888
  -h, --help       print this help, then exit
13970
  -h, --help       print this help, then exit
15889
  -V, --version    print version number and configuration settings, then exit
13971
  -V, --version    print version number and configuration settings, then exit
13972
      --config     print configuration, then exit
15890
  -q, --quiet, --silent
13973
  -q, --quiet, --silent
15891
                   do not print progress messages
13974
                   do not print progress messages
15892
  -d, --debug      don't remove temporary files
13975
  -d, --debug      don't remove temporary files
Lines 15905-15920 Link Here
15905
Configuration commands:
13988
Configuration commands:
15906
$config_commands
13989
$config_commands
15907
13990
15908
Report bugs to <bug-autoconf@gnu.org>."
13991
Report bugs to <http://code.google.com/p/gnome-paint/>."
15909
13992
15910
_ACEOF
13993
_ACEOF
15911
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13994
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13995
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15912
ac_cs_version="\\
13996
ac_cs_version="\\
15913
gnome-paint config.status 0.4.0
13997
gnome-paint config.status 0.4.0
15914
configured by $0, generated by GNU Autoconf 2.63,
13998
configured by $0, generated by GNU Autoconf 2.69,
15915
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
13999
  with options \\"\$ac_cs_config\\"
15916
14000
15917
Copyright (C) 2008 Free Software Foundation, Inc.
14001
Copyright (C) 2012 Free Software Foundation, Inc.
15918
This config.status script is free software; the Free Software Foundation
14002
This config.status script is free software; the Free Software Foundation
15919
gives unlimited permission to copy, distribute and modify it."
14003
gives unlimited permission to copy, distribute and modify it."
15920
14004
Lines 15932-15942 Link Here
15932
while test $# != 0
14016
while test $# != 0
15933
do
14017
do
15934
  case $1 in
14018
  case $1 in
15935
  --*=*)
14019
  --*=?*)
15936
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
14020
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
15937
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14021
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15938
    ac_shift=:
14022
    ac_shift=:
15939
    ;;
14023
    ;;
14024
  --*=)
14025
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
14026
    ac_optarg=
14027
    ac_shift=:
14028
    ;;
15940
  *)
14029
  *)
15941
    ac_option=$1
14030
    ac_option=$1
15942
    ac_optarg=$2
14031
    ac_optarg=$2
Lines 15950-15976 Link Here
15950
    ac_cs_recheck=: ;;
14039
    ac_cs_recheck=: ;;
15951
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14040
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15952
    $as_echo "$ac_cs_version"; exit ;;
14041
    $as_echo "$ac_cs_version"; exit ;;
14042
  --config | --confi | --conf | --con | --co | --c )
14043
    $as_echo "$ac_cs_config"; exit ;;
15953
  --debug | --debu | --deb | --de | --d | -d )
14044
  --debug | --debu | --deb | --de | --d | -d )
15954
    debug=: ;;
14045
    debug=: ;;
15955
  --file | --fil | --fi | --f )
14046
  --file | --fil | --fi | --f )
15956
    $ac_shift
14047
    $ac_shift
15957
    case $ac_optarg in
14048
    case $ac_optarg in
15958
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14049
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14050
    '') as_fn_error $? "missing file argument" ;;
15959
    esac
14051
    esac
15960
    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
14052
    as_fn_append CONFIG_FILES " '$ac_optarg'"
15961
    ac_need_defaults=false;;
14053
    ac_need_defaults=false;;
15962
  --header | --heade | --head | --hea )
14054
  --header | --heade | --head | --hea )
15963
    $ac_shift
14055
    $ac_shift
15964
    case $ac_optarg in
14056
    case $ac_optarg in
15965
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14057
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15966
    esac
14058
    esac
15967
    CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
14059
    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15968
    ac_need_defaults=false;;
14060
    ac_need_defaults=false;;
15969
  --he | --h)
14061
  --he | --h)
15970
    # Conflict between --help and --header
14062
    # Conflict between --help and --header
15971
    { $as_echo "$as_me: error: ambiguous option: $1
14063
    as_fn_error $? "ambiguous option: \`$1'
15972
Try \`$0 --help' for more information." >&2
14064
Try \`$0 --help' for more information.";;
15973
   { (exit 1); exit 1; }; };;
15974
  --help | --hel | -h )
14065
  --help | --hel | -h )
15975
    $as_echo "$ac_cs_usage"; exit ;;
14066
    $as_echo "$ac_cs_usage"; exit ;;
15976
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14067
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
Lines 15978-15988 Link Here
15978
    ac_cs_silent=: ;;
14069
    ac_cs_silent=: ;;
15979
14070
15980
  # This is an error.
14071
  # This is an error.
15981
  -*) { $as_echo "$as_me: error: unrecognized option: $1
14072
  -*) as_fn_error $? "unrecognized option: \`$1'
15982
Try \`$0 --help' for more information." >&2
14073
Try \`$0 --help' for more information." ;;
15983
   { (exit 1); exit 1; }; } ;;
15984
14074
15985
  *) ac_config_targets="$ac_config_targets $1"
14075
  *) as_fn_append ac_config_targets " $1"
15986
     ac_need_defaults=false ;;
14076
     ac_need_defaults=false ;;
15987
14077
15988
  esac
14078
  esac
Lines 15999-16005 Link Here
15999
_ACEOF
14089
_ACEOF
16000
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14090
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16001
if \$ac_cs_recheck; then
14091
if \$ac_cs_recheck; then
16002
  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14092
  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16003
  shift
14093
  shift
16004
  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14094
  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16005
  CONFIG_SHELL='$SHELL'
14095
  CONFIG_SHELL='$SHELL'
Lines 16307-16315 Link Here
16307
    "data/desktop/gnome-paint.desktop.in") CONFIG_FILES="$CONFIG_FILES data/desktop/gnome-paint.desktop.in" ;;
14397
    "data/desktop/gnome-paint.desktop.in") CONFIG_FILES="$CONFIG_FILES data/desktop/gnome-paint.desktop.in" ;;
16308
    "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
14398
    "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
16309
14399
16310
  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
14400
  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16311
$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
16312
   { (exit 1); exit 1; }; };;
16313
  esac
14401
  esac
16314
done
14402
done
16315
14403
Lines 16332-16357 Link Here
16332
# after its creation but before its name has been assigned to `$tmp'.
14420
# after its creation but before its name has been assigned to `$tmp'.
16333
$debug ||
14421
$debug ||
16334
{
14422
{
16335
  tmp=
14423
  tmp= ac_tmp=
16336
  trap 'exit_status=$?
14424
  trap 'exit_status=$?
16337
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14425
  : "${ac_tmp:=$tmp}"
14426
  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16338
' 0
14427
' 0
16339
  trap '{ (exit 1); exit 1; }' 1 2 13 15
14428
  trap 'as_fn_exit 1' 1 2 13 15
16340
}
14429
}
16341
# Create a (secure) tmp directory for tmp files.
14430
# Create a (secure) tmp directory for tmp files.
16342
14431
16343
{
14432
{
16344
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14433
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16345
  test -n "$tmp" && test -d "$tmp"
14434
  test -d "$tmp"
16346
}  ||
14435
}  ||
16347
{
14436
{
16348
  tmp=./conf$$-$RANDOM
14437
  tmp=./conf$$-$RANDOM
16349
  (umask 077 && mkdir "$tmp")
14438
  (umask 077 && mkdir "$tmp")
16350
} ||
14439
} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16351
{
14440
ac_tmp=$tmp
16352
   $as_echo "$as_me: cannot create a temporary directory in ." >&2
16353
   { (exit 1); exit 1; }
16354
}
16355
14441
16356
# Set up the scripts for CONFIG_FILES section.
14442
# Set up the scripts for CONFIG_FILES section.
16357
# No need to generate them if there are no CONFIG_FILES.
14443
# No need to generate them if there are no CONFIG_FILES.
Lines 16359-16365 Link Here
16359
if test -n "$CONFIG_FILES"; then
14445
if test -n "$CONFIG_FILES"; then
16360
14446
16361
14447
16362
ac_cr='
'
14448
ac_cr=`echo X | tr X '\015'`
14449
# On cygwin, bash can eat \r inside `` if the user requested igncr.
14450
# But we know of no other shell where ac_cr would be empty at this
14451
# point, so we can use a bashism as a fallback.
14452
if test "x$ac_cr" = x; then
14453
  eval ac_cr=\$\'\\r\'
14454
fi
16363
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14455
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16364
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14456
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16365
  ac_cs_awk_cr='\\r'
14457
  ac_cs_awk_cr='\\r'
Lines 16367-16373 Link Here
16367
  ac_cs_awk_cr=$ac_cr
14459
  ac_cs_awk_cr=$ac_cr
16368
fi
14460
fi
16369
14461
16370
echo 'BEGIN {' >"$tmp/subs1.awk" &&
14462
echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16371
_ACEOF
14463
_ACEOF
16372
14464
16373
14465
Lines 16376-16399 Link Here
16376
  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14468
  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16377
  echo "_ACEOF"
14469
  echo "_ACEOF"
16378
} >conf$$subs.sh ||
14470
} >conf$$subs.sh ||
16379
  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
14471
  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16380
$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
14472
ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16381
   { (exit 1); exit 1; }; }
16382
ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
16383
ac_delim='%!_!# '
14473
ac_delim='%!_!# '
16384
for ac_last_try in false false false false false :; do
14474
for ac_last_try in false false false false false :; do
16385
  . ./conf$$subs.sh ||
14475
  . ./conf$$subs.sh ||
16386
    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
14476
    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16387
$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
16388
   { (exit 1); exit 1; }; }
16389
14477
16390
  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14478
  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16391
  if test $ac_delim_n = $ac_delim_num; then
14479
  if test $ac_delim_n = $ac_delim_num; then
16392
    break
14480
    break
16393
  elif $ac_last_try; then
14481
  elif $ac_last_try; then
16394
    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
14482
    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16395
$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
16396
   { (exit 1); exit 1; }; }
16397
  else
14483
  else
16398
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14484
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16399
  fi
14485
  fi
Lines 16401-16407 Link Here
16401
rm -f conf$$subs.sh
14487
rm -f conf$$subs.sh
16402
14488
16403
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14489
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16404
cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
14490
cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
16405
_ACEOF
14491
_ACEOF
16406
sed -n '
14492
sed -n '
16407
h
14493
h
Lines 16415-16421 Link Here
16415
t delim
14501
t delim
16416
:nl
14502
:nl
16417
h
14503
h
16418
s/\(.\{148\}\).*/\1/
14504
s/\(.\{148\}\)..*/\1/
16419
t more1
14505
t more1
16420
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14506
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16421
p
14507
p
Lines 16429-16435 Link Here
16429
t nl
14515
t nl
16430
:delim
14516
:delim
16431
h
14517
h
16432
s/\(.\{148\}\).*/\1/
14518
s/\(.\{148\}\)..*/\1/
16433
t more2
14519
t more2
16434
s/["\\]/\\&/g; s/^/"/; s/$/"/
14520
s/["\\]/\\&/g; s/^/"/; s/$/"/
16435
p
14521
p
Lines 16449-16455 Link Here
16449
rm -f conf$$subs.awk
14535
rm -f conf$$subs.awk
16450
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14536
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16451
_ACAWK
14537
_ACAWK
16452
cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14538
cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
16453
  for (key in S) S_is_set[key] = 1
14539
  for (key in S) S_is_set[key] = 1
16454
  FS = ""
14540
  FS = ""
16455
14541
Lines 16481-16503 Link Here
16481
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14567
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16482
else
14568
else
16483
  cat
14569
  cat
16484
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14570
fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16485
  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
14571
  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
16486
$as_echo "$as_me: error: could not setup config files machinery" >&2;}
16487
   { (exit 1); exit 1; }; }
16488
_ACEOF
14572
_ACEOF
16489
14573
16490
# VPATH may cause trouble with some makes, so we remove $(srcdir),
14574
# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16491
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14575
# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
16492
# trailing colons and then remove the whole line if VPATH becomes empty
14576
# trailing colons and then remove the whole line if VPATH becomes empty
16493
# (actually we leave an empty line to preserve line numbers).
14577
# (actually we leave an empty line to preserve line numbers).
16494
if test "x$srcdir" = x.; then
14578
if test "x$srcdir" = x.; then
16495
  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
14579
  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
16496
s/:*\$(srcdir):*/:/
14580
h
16497
s/:*\${srcdir}:*/:/
14581
s///
16498
s/:*@srcdir@:*/:/
14582
s/^/:/
16499
s/^\([^=]*=[	 ]*\):*/\1/
14583
s/[	 ]*$/:/
14584
s/:\$(srcdir):/:/g
14585
s/:\${srcdir}:/:/g
14586
s/:@srcdir@:/:/g
14587
s/^:*//
16500
s/:*$//
14588
s/:*$//
14589
x
14590
s/\(=[	 ]*\).*/\1/
14591
G
14592
s/\n//
16501
s/^[^=]*=[	 ]*$//
14593
s/^[^=]*=[	 ]*$//
16502
}'
14594
}'
16503
fi
14595
fi
Lines 16509-16515 Link Here
16509
# No need to generate them if there are no CONFIG_HEADERS.
14601
# No need to generate them if there are no CONFIG_HEADERS.
16510
# This happens for instance with `./config.status Makefile'.
14602
# This happens for instance with `./config.status Makefile'.
16511
if test -n "$CONFIG_HEADERS"; then
14603
if test -n "$CONFIG_HEADERS"; then
16512
cat >"$tmp/defines.awk" <<\_ACAWK ||
14604
cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
16513
BEGIN {
14605
BEGIN {
16514
_ACEOF
14606
_ACEOF
16515
14607
Lines 16521-16533 Link Here
16521
# handling of long lines.
14613
# handling of long lines.
16522
ac_delim='%!_!# '
14614
ac_delim='%!_!# '
16523
for ac_last_try in false false :; do
14615
for ac_last_try in false false :; do
16524
  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14616
  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
16525
  if test -z "$ac_t"; then
14617
  if test -z "$ac_tt"; then
16526
    break
14618
    break
16527
  elif $ac_last_try; then
14619
  elif $ac_last_try; then
16528
    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
14620
    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
16529
$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
16530
   { (exit 1); exit 1; }; }
16531
  else
14621
  else
16532
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14622
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16533
  fi
14623
  fi
Lines 16612-16620 Link Here
16612
_ACAWK
14702
_ACAWK
16613
_ACEOF
14703
_ACEOF
16614
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14704
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16615
  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
14705
  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
16616
$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
16617
   { (exit 1); exit 1; }; }
16618
fi # test -n "$CONFIG_HEADERS"
14706
fi # test -n "$CONFIG_HEADERS"
16619
14707
16620
14708
Lines 16627-16635 Link Here
16627
  esac
14715
  esac
16628
  case $ac_mode$ac_tag in
14716
  case $ac_mode$ac_tag in
16629
  :[FHL]*:*);;
14717
  :[FHL]*:*);;
16630
  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
14718
  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
16631
$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
16632
   { (exit 1); exit 1; }; };;
16633
  :[FH]-) ac_tag=-:-;;
14719
  :[FH]-) ac_tag=-:-;;
16634
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14720
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16635
  esac
14721
  esac
Lines 16648-16654 Link Here
16648
    for ac_f
14734
    for ac_f
16649
    do
14735
    do
16650
      case $ac_f in
14736
      case $ac_f in
16651
      -) ac_f="$tmp/stdin";;
14737
      -) ac_f="$ac_tmp/stdin";;
16652
      *) # Look for the file first in the build tree, then in the source tree
14738
      *) # Look for the file first in the build tree, then in the source tree
16653
	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
14739
	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
16654
	 # because $ac_f cannot contain `:'.
14740
	 # because $ac_f cannot contain `:'.
Lines 16657-16668 Link Here
16657
	   [\\/$]*) false;;
14743
	   [\\/$]*) false;;
16658
	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14744
	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16659
	   esac ||
14745
	   esac ||
16660
	   { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
14746
	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16661
$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
16662
   { (exit 1); exit 1; }; };;
16663
      esac
14747
      esac
16664
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14748
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16665
      ac_file_inputs="$ac_file_inputs '$ac_f'"
14749
      as_fn_append ac_file_inputs " '$ac_f'"
16666
    done
14750
    done
16667
14751
16668
    # Let's still pretend it is `configure' which instantiates (i.e., don't
14752
    # Let's still pretend it is `configure' which instantiates (i.e., don't
Lines 16673-16679 Link Here
16673
	`' by configure.'
14757
	`' by configure.'
16674
    if test x"$ac_file" != x-; then
14758
    if test x"$ac_file" != x-; then
16675
      configure_input="$ac_file.  $configure_input"
14759
      configure_input="$ac_file.  $configure_input"
16676
      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
14760
      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16677
$as_echo "$as_me: creating $ac_file" >&6;}
14761
$as_echo "$as_me: creating $ac_file" >&6;}
16678
    fi
14762
    fi
16679
    # Neutralize special characters interpreted by sed in replacement strings.
14763
    # Neutralize special characters interpreted by sed in replacement strings.
Lines 16685-16694 Link Here
16685
    esac
14769
    esac
16686
14770
16687
    case $ac_tag in
14771
    case $ac_tag in
16688
    *:-:* | *:-) cat >"$tmp/stdin" \
14772
    *:-:* | *:-) cat >"$ac_tmp/stdin" \
16689
      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
14773
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
16690
$as_echo "$as_me: error: could not create $ac_file" >&2;}
16691
   { (exit 1); exit 1; }; } ;;
16692
    esac
14774
    esac
16693
    ;;
14775
    ;;
16694
  esac
14776
  esac
Lines 16716-16762 Link Here
16716
	    q
14798
	    q
16717
	  }
14799
	  }
16718
	  s/.*/./; q'`
14800
	  s/.*/./; q'`
16719
  { as_dir="$ac_dir"
14801
  as_dir="$ac_dir"; as_fn_mkdir_p
16720
  case $as_dir in #(
16721
  -*) as_dir=./$as_dir;;
16722
  esac
16723
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
16724
    as_dirs=
16725
    while :; do
16726
      case $as_dir in #(
16727
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16728
      *) as_qdir=$as_dir;;
16729
      esac
16730
      as_dirs="'$as_qdir' $as_dirs"
16731
      as_dir=`$as_dirname -- "$as_dir" ||
16732
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16733
	 X"$as_dir" : 'X\(//\)[^/]' \| \
16734
	 X"$as_dir" : 'X\(//\)$' \| \
16735
	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16736
$as_echo X"$as_dir" |
16737
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16738
	    s//\1/
16739
	    q
16740
	  }
16741
	  /^X\(\/\/\)[^/].*/{
16742
	    s//\1/
16743
	    q
16744
	  }
16745
	  /^X\(\/\/\)$/{
16746
	    s//\1/
16747
	    q
16748
	  }
16749
	  /^X\(\/\).*/{
16750
	    s//\1/
16751
	    q
16752
	  }
16753
	  s/.*/./; q'`
16754
      test -d "$as_dir" && break
16755
    done
16756
    test -z "$as_dirs" || eval "mkdir $as_dirs"
16757
  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
16758
$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
16759
   { (exit 1); exit 1; }; }; }
16760
  ac_builddir=.
14802
  ac_builddir=.
16761
14803
16762
case "$ac_dir" in
14804
case "$ac_dir" in
Lines 16813-16819 Link Here
16813
# If the template does not know about datarootdir, expand it.
14855
# If the template does not know about datarootdir, expand it.
16814
# FIXME: This hack should be removed a few years after 2.60.
14856
# FIXME: This hack should be removed a few years after 2.60.
16815
ac_datarootdir_hack=; ac_datarootdir_seen=
14857
ac_datarootdir_hack=; ac_datarootdir_seen=
16816
16817
ac_sed_dataroot='
14858
ac_sed_dataroot='
16818
/datarootdir/ {
14859
/datarootdir/ {
16819
  p
14860
  p
Lines 16823-16834 Link Here
16823
/@docdir@/p
14864
/@docdir@/p
16824
/@infodir@/p
14865
/@infodir@/p
16825
/@localedir@/p
14866
/@localedir@/p
16826
/@mandir@/p
14867
/@mandir@/p'
16827
'
16828
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14868
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16829
*datarootdir*) ac_datarootdir_seen=yes;;
14869
*datarootdir*) ac_datarootdir_seen=yes;;
16830
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14870
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16831
  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14871
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16832
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14872
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16833
_ACEOF
14873
_ACEOF
16834
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14874
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Lines 16838-16844 Link Here
16838
  s&@infodir@&$infodir&g
14878
  s&@infodir@&$infodir&g
16839
  s&@localedir@&$localedir&g
14879
  s&@localedir@&$localedir&g
16840
  s&@mandir@&$mandir&g
14880
  s&@mandir@&$mandir&g
16841
    s&\\\${datarootdir}&$datarootdir&g' ;;
14881
  s&\\\${datarootdir}&$datarootdir&g' ;;
16842
esac
14882
esac
16843
_ACEOF
14883
_ACEOF
16844
14884
Lines 16866-16892 Link Here
16866
s&@MKDIR_P@&$ac_MKDIR_P&;t t
14906
s&@MKDIR_P@&$ac_MKDIR_P&;t t
16867
$ac_datarootdir_hack
14907
$ac_datarootdir_hack
16868
"
14908
"
16869
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
14909
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
16870
  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
14910
  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16871
$as_echo "$as_me: error: could not create $ac_file" >&2;}
16872
   { (exit 1); exit 1; }; }
16873
14911
16874
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14912
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16875
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14913
  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
16876
  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14914
  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
16877
  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14915
      "$ac_tmp/out"`; test -z "$ac_out"; } &&
16878
which seems to be undefined.  Please make sure it is defined." >&5
14916
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14917
which seems to be undefined.  Please make sure it is defined" >&5
16879
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14918
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16880
which seems to be undefined.  Please make sure it is defined." >&2;}
14919
which seems to be undefined.  Please make sure it is defined" >&2;}
16881
14920
16882
  rm -f "$tmp/stdin"
14921
  rm -f "$ac_tmp/stdin"
16883
  case $ac_file in
14922
  case $ac_file in
16884
  -) cat "$tmp/out" && rm -f "$tmp/out";;
14923
  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16885
  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14924
  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
16886
  esac \
14925
  esac \
16887
  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
14926
  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16888
$as_echo "$as_me: error: could not create $ac_file" >&2;}
16889
   { (exit 1); exit 1; }; }
16890
 ;;
14927
 ;;
16891
  :H)
14928
  :H)
16892
  #
14929
  #
Lines 16895-16921 Link Here
16895
  if test x"$ac_file" != x-; then
14932
  if test x"$ac_file" != x-; then
16896
    {
14933
    {
16897
      $as_echo "/* $configure_input  */" \
14934
      $as_echo "/* $configure_input  */" \
16898
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
14935
      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
16899
    } >"$tmp/config.h" \
14936
    } >"$ac_tmp/config.h" \
16900
      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
14937
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16901
$as_echo "$as_me: error: could not create $ac_file" >&2;}
14938
    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
16902
   { (exit 1); exit 1; }; }
14939
      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16903
    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16904
      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
16905
$as_echo "$as_me: $ac_file is unchanged" >&6;}
14940
$as_echo "$as_me: $ac_file is unchanged" >&6;}
16906
    else
14941
    else
16907
      rm -f "$ac_file"
14942
      rm -f "$ac_file"
16908
      mv "$tmp/config.h" "$ac_file" \
14943
      mv "$ac_tmp/config.h" "$ac_file" \
16909
	|| { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
14944
	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
16910
$as_echo "$as_me: error: could not create $ac_file" >&2;}
16911
   { (exit 1); exit 1; }; }
16912
    fi
14945
    fi
16913
  else
14946
  else
16914
    $as_echo "/* $configure_input  */" \
14947
    $as_echo "/* $configure_input  */" \
16915
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
14948
      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
16916
      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
14949
      || as_fn_error $? "could not create -" "$LINENO" 5
16917
$as_echo "$as_me: error: could not create -" >&2;}
16918
   { (exit 1); exit 1; }; }
16919
  fi
14950
  fi
16920
# Compute "$ac_file"'s index in $config_headers.
14951
# Compute "$ac_file"'s index in $config_headers.
16921
_am_arg="$ac_file"
14952
_am_arg="$ac_file"
Lines 16953-16959 Link Here
16953
	  s/.*/./; q'`/stamp-h$_am_stamp_count
14984
	  s/.*/./; q'`/stamp-h$_am_stamp_count
16954
 ;;
14985
 ;;
16955
14986
16956
  :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
14987
  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16957
$as_echo "$as_me: executing $ac_file commands" >&6;}
14988
$as_echo "$as_me: executing $ac_file commands" >&6;}
16958
 ;;
14989
 ;;
16959
  esac
14990
  esac
Lines 17048-17094 Link Here
17048
	    q
15079
	    q
17049
	  }
15080
	  }
17050
	  s/.*/./; q'`
15081
	  s/.*/./; q'`
17051
      { as_dir=$dirpart/$fdir
15082
      as_dir=$dirpart/$fdir; as_fn_mkdir_p
17052
  case $as_dir in #(
17053
  -*) as_dir=./$as_dir;;
17054
  esac
17055
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
17056
    as_dirs=
17057
    while :; do
17058
      case $as_dir in #(
17059
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
17060
      *) as_qdir=$as_dir;;
17061
      esac
17062
      as_dirs="'$as_qdir' $as_dirs"
17063
      as_dir=`$as_dirname -- "$as_dir" ||
17064
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17065
	 X"$as_dir" : 'X\(//\)[^/]' \| \
17066
	 X"$as_dir" : 'X\(//\)$' \| \
17067
	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
17068
$as_echo X"$as_dir" |
17069
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17070
	    s//\1/
17071
	    q
17072
	  }
17073
	  /^X\(\/\/\)[^/].*/{
17074
	    s//\1/
17075
	    q
17076
	  }
17077
	  /^X\(\/\/\)$/{
17078
	    s//\1/
17079
	    q
17080
	  }
17081
	  /^X\(\/\).*/{
17082
	    s//\1/
17083
	    q
17084
	  }
17085
	  s/.*/./; q'`
17086
      test -d "$as_dir" && break
17087
    done
17088
    test -z "$as_dirs" || eval "mkdir $as_dirs"
17089
  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
17090
$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
17091
   { (exit 1); exit 1; }; }; }
17092
      # echo "creating $dirpart/$file"
15083
      # echo "creating $dirpart/$file"
17093
      echo '# dummy' > "$dirpart/$file"
15084
      echo '# dummy' > "$dirpart/$file"
17094
    done
15085
    done
Lines 17735-17743 Link Here
17735
 ;;
15726
 ;;
17736
    "po/stamp-it":C)
15727
    "po/stamp-it":C)
17737
    if  ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" > /dev/null ; then
15728
    if  ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" > /dev/null ; then
17738
       { { $as_echo "$as_me:$LINENO: error: po/Makefile.in.in was not created by intltoolize." >&5
15729
       as_fn_error $? "po/Makefile.in.in was not created by intltoolize." "$LINENO" 5
17739
$as_echo "$as_me: error: po/Makefile.in.in was not created by intltoolize." >&2;}
17740
   { (exit 1); exit 1; }; }
17741
    fi
15730
    fi
17742
    rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
15731
    rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
17743
    >"po/stamp-it.tmp"
15732
    >"po/stamp-it.tmp"
Lines 17760-17774 Link Here
17760
done # for ac_tag
15749
done # for ac_tag
17761
15750
17762
15751
17763
{ (exit 0); exit 0; }
15752
as_fn_exit 0
17764
_ACEOF
15753
_ACEOF
17765
chmod +x $CONFIG_STATUS
17766
ac_clean_files=$ac_clean_files_save
15754
ac_clean_files=$ac_clean_files_save
17767
15755
17768
test $ac_write_fail = 0 ||
15756
test $ac_write_fail = 0 ||
17769
  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
15757
  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
17770
$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
17771
   { (exit 1); exit 1; }; }
17772
15758
17773
15759
17774
# configure is writing to config.log, and then calls config.status.
15760
# configure is writing to config.log, and then calls config.status.
Lines 17789-17798 Link Here
17789
  exec 5>>config.log
15775
  exec 5>>config.log
17790
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15776
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17791
  # would make configure fail if this is the last instruction.
15777
  # would make configure fail if this is the last instruction.
17792
  $ac_cs_success || { (exit 1); exit 1; }
15778
  $ac_cs_success || as_fn_exit 1
17793
fi
15779
fi
17794
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15780
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17795
  { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15781
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17796
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15782
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
17797
fi
15783
fi
17798
15784
(-)configure.ac (+3 lines)
Lines 12-17 Link Here
12
AM_PROG_CC_STDC
12
AM_PROG_CC_STDC
13
AC_HEADER_STDC
13
AC_HEADER_STDC
14
14
15
# Random crap that I can't figure out elsewhere
16
LIBS="-L/usr/lib64 -lm"
17
15
18
16
19
17
20

Return to bug 307591