~cairo-dock-team/ubuntu/quantal/cairo-dock-plug-ins/3.0.2

« back to all changes in this revision

Viewing changes to configure

Tags: upstream-2.2.0~0beta4
ImportĀ upstreamĀ versionĀ 2.2.0~0beta4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh
2
 
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.65 for cairo-dock-plugins 2.1.3-10-lucid.
4
 
#
5
 
# Report bugs to <Fabrice Rey (fabounet@users.berlios.de)>.
6
 
#
7
 
#
8
 
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9
 
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
10
 
# Inc.
11
 
#
12
 
#
13
 
# This configure script is free software; the Free Software Foundation
14
 
# gives unlimited permission to copy, distribute and modify it.
15
 
## -------------------- ##
16
 
## M4sh Initialization. ##
17
 
## -------------------- ##
18
 
 
19
 
# Be more Bourne compatible
20
 
DUALCASE=1; export DUALCASE # for MKS sh
21
 
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22
 
  emulate sh
23
 
  NULLCMD=:
24
 
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25
 
  # is contrary to our usage.  Disable this feature.
26
 
  alias -g '${1+"$@"}'='"$@"'
27
 
  setopt NO_GLOB_SUBST
28
 
else
29
 
  case `(set -o) 2>/dev/null` in #(
30
 
  *posix*) :
31
 
    set -o posix ;; #(
32
 
  *) :
33
 
     ;;
34
 
esac
35
 
fi
36
 
 
37
 
 
38
 
as_nl='
39
 
'
40
 
export as_nl
41
 
# Printing a long string crashes Solaris 7 /usr/bin/printf.
42
 
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43
 
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44
 
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45
 
# Prefer a ksh shell builtin over an external printf program on Solaris,
46
 
# but without wasting forks for bash or zsh.
47
 
if test -z "$BASH_VERSION$ZSH_VERSION" \
48
 
    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49
 
  as_echo='print -r --'
50
 
  as_echo_n='print -rn --'
51
 
elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52
 
  as_echo='printf %s\n'
53
 
  as_echo_n='printf %s'
54
 
else
55
 
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56
 
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57
 
    as_echo_n='/usr/ucb/echo -n'
58
 
  else
59
 
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60
 
    as_echo_n_body='eval
61
 
      arg=$1;
62
 
      case $arg in #(
63
 
      *"$as_nl"*)
64
 
        expr "X$arg" : "X\\(.*\\)$as_nl";
65
 
        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66
 
      esac;
67
 
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
68
 
    '
69
 
    export as_echo_n_body
70
 
    as_echo_n='sh -c $as_echo_n_body as_echo'
71
 
  fi
72
 
  export as_echo_body
73
 
  as_echo='sh -c $as_echo_body as_echo'
74
 
fi
75
 
 
76
 
# The user is always right.
77
 
if test "${PATH_SEPARATOR+set}" != set; then
78
 
  PATH_SEPARATOR=:
79
 
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80
 
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81
 
      PATH_SEPARATOR=';'
82
 
  }
83
 
fi
84
 
 
85
 
 
86
 
# IFS
87
 
# We need space, tab and new line, in precisely that order.  Quoting is
88
 
# there to prevent editors from complaining about space-tab.
89
 
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
90
 
# splitting by setting IFS to empty value.)
91
 
IFS=" ""        $as_nl"
92
 
 
93
 
# Find who we are.  Look in the path if we contain no directory separator.
94
 
case $0 in #((
95
 
  *[\\/]* ) as_myself=$0 ;;
96
 
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97
 
for as_dir in $PATH
98
 
do
99
 
  IFS=$as_save_IFS
100
 
  test -z "$as_dir" && as_dir=.
101
 
    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102
 
  done
103
 
IFS=$as_save_IFS
104
 
 
105
 
     ;;
106
 
esac
107
 
# We did not find ourselves, most probably we were run as `sh COMMAND'
108
 
# in which case we are not to be found in the path.
109
 
if test "x$as_myself" = x; then
110
 
  as_myself=$0
111
 
fi
112
 
if test ! -f "$as_myself"; then
113
 
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114
 
  exit 1
115
 
fi
116
 
 
117
 
# Unset variables that we do not need and which cause bugs (e.g. in
118
 
# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
119
 
# suppresses any "Segmentation fault" message there.  '((' could
120
 
# trigger a bug in pdksh 5.2.14.
121
 
for as_var in BASH_ENV ENV MAIL MAILPATH
122
 
do eval test x\${$as_var+set} = xset \
123
 
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124
 
done
125
 
PS1='$ '
126
 
PS2='> '
127
 
PS4='+ '
128
 
 
129
 
# NLS nuisances.
130
 
LC_ALL=C
131
 
export LC_ALL
132
 
LANGUAGE=C
133
 
export LANGUAGE
134
 
 
135
 
# CDPATH.
136
 
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137
 
 
138
 
if test "x$CONFIG_SHELL" = x; then
139
 
  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140
 
  emulate sh
141
 
  NULLCMD=:
142
 
  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
143
 
  # is contrary to our usage.  Disable this feature.
144
 
  alias -g '\${1+\"\$@\"}'='\"\$@\"'
145
 
  setopt NO_GLOB_SUBST
146
 
else
147
 
  case \`(set -o) 2>/dev/null\` in #(
148
 
  *posix*) :
149
 
    set -o posix ;; #(
150
 
  *) :
151
 
     ;;
152
 
esac
153
 
fi
154
 
"
155
 
  as_required="as_fn_return () { (exit \$1); }
156
 
as_fn_success () { as_fn_return 0; }
157
 
as_fn_failure () { as_fn_return 1; }
158
 
as_fn_ret_success () { return 0; }
159
 
as_fn_ret_failure () { return 1; }
160
 
 
161
 
exitcode=0
162
 
as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163
 
as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164
 
as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165
 
as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166
 
if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
167
 
 
168
 
else
169
 
  exitcode=1; echo positional parameters were not saved.
170
 
fi
171
 
test x\$exitcode = x0 || exit 1"
172
 
  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173
 
  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174
 
  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175
 
  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
176
 
test \$(( 1 + 1 )) = 2 || exit 1"
177
 
  if (eval "$as_required") 2>/dev/null; then :
178
 
  as_have_required=yes
179
 
else
180
 
  as_have_required=no
181
 
fi
182
 
  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
183
 
 
184
 
else
185
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
186
 
as_found=false
187
 
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
188
 
do
189
 
  IFS=$as_save_IFS
190
 
  test -z "$as_dir" && as_dir=.
191
 
  as_found=:
192
 
  case $as_dir in #(
193
 
         /*)
194
 
           for as_base in sh bash ksh sh5; do
195
 
             # Try only shells that exist, to save several forks.
196
 
             as_shell=$as_dir/$as_base
197
 
             if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
198
 
                    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
199
 
  CONFIG_SHELL=$as_shell as_have_required=yes
200
 
                   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
201
 
  break 2
202
 
fi
203
 
fi
204
 
           done;;
205
 
       esac
206
 
  as_found=false
207
 
done
208
 
$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
209
 
              { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
210
 
  CONFIG_SHELL=$SHELL as_have_required=yes
211
 
fi; }
212
 
IFS=$as_save_IFS
213
 
 
214
 
 
215
 
      if test "x$CONFIG_SHELL" != x; then :
216
 
  # We cannot yet assume a decent shell, so we have to provide a
217
 
        # neutralization value for shells without unset; and this also
218
 
        # works around shells that cannot unset nonexistent variables.
219
 
        BASH_ENV=/dev/null
220
 
        ENV=/dev/null
221
 
        (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
222
 
        export CONFIG_SHELL
223
 
        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
224
 
fi
225
 
 
226
 
    if test x$as_have_required = xno; then :
227
 
  $as_echo "$0: This script requires a shell more modern than all"
228
 
  $as_echo "$0: the shells that I found on your system."
229
 
  if test x${ZSH_VERSION+set} = xset ; then
230
 
    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
231
 
    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
232
 
  else
233
 
    $as_echo "$0: Please tell bug-autoconf@gnu.org and Fabrice Rey
234
 
$0: (fabounet@users.berlios.de) about your system,
235
 
$0: including any error possibly output before this
236
 
$0: message. Then install a modern shell, or manually run
237
 
$0: the script under such a shell if you do have one."
238
 
  fi
239
 
  exit 1
240
 
fi
241
 
fi
242
 
fi
243
 
SHELL=${CONFIG_SHELL-/bin/sh}
244
 
export SHELL
245
 
# Unset more variables known to interfere with behavior of common tools.
246
 
CLICOLOR_FORCE= GREP_OPTIONS=
247
 
unset CLICOLOR_FORCE GREP_OPTIONS
248
 
 
249
 
## --------------------- ##
250
 
## M4sh Shell Functions. ##
251
 
## --------------------- ##
252
 
# as_fn_unset VAR
253
 
# ---------------
254
 
# Portably unset VAR.
255
 
as_fn_unset ()
256
 
{
257
 
  { eval $1=; unset $1;}
258
 
}
259
 
as_unset=as_fn_unset
260
 
 
261
 
# as_fn_set_status STATUS
262
 
# -----------------------
263
 
# Set $? to STATUS, without forking.
264
 
as_fn_set_status ()
265
 
{
266
 
  return $1
267
 
} # as_fn_set_status
268
 
 
269
 
# as_fn_exit STATUS
270
 
# -----------------
271
 
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
272
 
as_fn_exit ()
273
 
{
274
 
  set +e
275
 
  as_fn_set_status $1
276
 
  exit $1
277
 
} # as_fn_exit
278
 
 
279
 
# as_fn_mkdir_p
280
 
# -------------
281
 
# Create "$as_dir" as a directory, including parents if necessary.
282
 
as_fn_mkdir_p ()
283
 
{
284
 
 
285
 
  case $as_dir in #(
286
 
  -*) as_dir=./$as_dir;;
287
 
  esac
288
 
  test -d "$as_dir" || eval $as_mkdir_p || {
289
 
    as_dirs=
290
 
    while :; do
291
 
      case $as_dir in #(
292
 
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
293
 
      *) as_qdir=$as_dir;;
294
 
      esac
295
 
      as_dirs="'$as_qdir' $as_dirs"
296
 
      as_dir=`$as_dirname -- "$as_dir" ||
297
 
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
298
 
         X"$as_dir" : 'X\(//\)[^/]' \| \
299
 
         X"$as_dir" : 'X\(//\)$' \| \
300
 
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
301
 
$as_echo X"$as_dir" |
302
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
303
 
            s//\1/
304
 
            q
305
 
          }
306
 
          /^X\(\/\/\)[^/].*/{
307
 
            s//\1/
308
 
            q
309
 
          }
310
 
          /^X\(\/\/\)$/{
311
 
            s//\1/
312
 
            q
313
 
          }
314
 
          /^X\(\/\).*/{
315
 
            s//\1/
316
 
            q
317
 
          }
318
 
          s/.*/./; q'`
319
 
      test -d "$as_dir" && break
320
 
    done
321
 
    test -z "$as_dirs" || eval "mkdir $as_dirs"
322
 
  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
323
 
 
324
 
 
325
 
} # as_fn_mkdir_p
326
 
# as_fn_append VAR VALUE
327
 
# ----------------------
328
 
# Append the text in VALUE to the end of the definition contained in VAR. Take
329
 
# advantage of any shell optimizations that allow amortized linear growth over
330
 
# repeated appends, instead of the typical quadratic growth present in naive
331
 
# implementations.
332
 
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
333
 
  eval 'as_fn_append ()
334
 
  {
335
 
    eval $1+=\$2
336
 
  }'
337
 
else
338
 
  as_fn_append ()
339
 
  {
340
 
    eval $1=\$$1\$2
341
 
  }
342
 
fi # as_fn_append
343
 
 
344
 
# as_fn_arith ARG...
345
 
# ------------------
346
 
# Perform arithmetic evaluation on the ARGs, and store the result in the
347
 
# global $as_val. Take advantage of shells that can avoid forks. The arguments
348
 
# must be portable across $(()) and expr.
349
 
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
350
 
  eval 'as_fn_arith ()
351
 
  {
352
 
    as_val=$(( $* ))
353
 
  }'
354
 
else
355
 
  as_fn_arith ()
356
 
  {
357
 
    as_val=`expr "$@" || test $? -eq 1`
358
 
  }
359
 
fi # as_fn_arith
360
 
 
361
 
 
362
 
# as_fn_error ERROR [LINENO LOG_FD]
363
 
# ---------------------------------
364
 
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
365
 
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
366
 
# script with status $?, using 1 if that was 0.
367
 
as_fn_error ()
368
 
{
369
 
  as_status=$?; test $as_status -eq 0 && as_status=1
370
 
  if test "$3"; then
371
 
    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
372
 
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
373
 
  fi
374
 
  $as_echo "$as_me: error: $1" >&2
375
 
  as_fn_exit $as_status
376
 
} # as_fn_error
377
 
 
378
 
if expr a : '\(a\)' >/dev/null 2>&1 &&
379
 
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
380
 
  as_expr=expr
381
 
else
382
 
  as_expr=false
383
 
fi
384
 
 
385
 
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386
 
  as_basename=basename
387
 
else
388
 
  as_basename=false
389
 
fi
390
 
 
391
 
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
392
 
  as_dirname=dirname
393
 
else
394
 
  as_dirname=false
395
 
fi
396
 
 
397
 
as_me=`$as_basename -- "$0" ||
398
 
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
399
 
         X"$0" : 'X\(//\)$' \| \
400
 
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
401
 
$as_echo X/"$0" |
402
 
    sed '/^.*\/\([^/][^/]*\)\/*$/{
403
 
            s//\1/
404
 
            q
405
 
          }
406
 
          /^X\/\(\/\/\)$/{
407
 
            s//\1/
408
 
            q
409
 
          }
410
 
          /^X\/\(\/\).*/{
411
 
            s//\1/
412
 
            q
413
 
          }
414
 
          s/.*/./; q'`
415
 
 
416
 
# Avoid depending upon Character Ranges.
417
 
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
418
 
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
419
 
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
420
 
as_cr_digits='0123456789'
421
 
as_cr_alnum=$as_cr_Letters$as_cr_digits
422
 
 
423
 
 
424
 
  as_lineno_1=$LINENO as_lineno_1a=$LINENO
425
 
  as_lineno_2=$LINENO as_lineno_2a=$LINENO
426
 
  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
427
 
  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
428
 
  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
429
 
  sed -n '
430
 
    p
431
 
    /[$]LINENO/=
432
 
  ' <$as_myself |
433
 
    sed '
434
 
      s/[$]LINENO.*/&-/
435
 
      t lineno
436
 
      b
437
 
      :lineno
438
 
      N
439
 
      :loop
440
 
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
441
 
      t loop
442
 
      s/-\n.*//
443
 
    ' >$as_me.lineno &&
444
 
  chmod +x "$as_me.lineno" ||
445
 
    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
446
 
 
447
 
  # Don't try to exec as it changes $[0], causing all sort of problems
448
 
  # (the dirname of $[0] is not the place where we might find the
449
 
  # original and so on.  Autoconf is especially sensitive to this).
450
 
  . "./$as_me.lineno"
451
 
  # Exit status is that of the last command.
452
 
  exit
453
 
}
454
 
 
455
 
ECHO_C= ECHO_N= ECHO_T=
456
 
case `echo -n x` in #(((((
457
 
-n*)
458
 
  case `echo 'xy\c'` in
459
 
  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
460
 
  xy)  ECHO_C='\c';;
461
 
  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
462
 
       ECHO_T=' ';;
463
 
  esac;;
464
 
*)
465
 
  ECHO_N='-n';;
466
 
esac
467
 
 
468
 
rm -f conf$$ conf$$.exe conf$$.file
469
 
if test -d conf$$.dir; then
470
 
  rm -f conf$$.dir/conf$$.file
471
 
else
472
 
  rm -f conf$$.dir
473
 
  mkdir conf$$.dir 2>/dev/null
474
 
fi
475
 
if (echo >conf$$.file) 2>/dev/null; then
476
 
  if ln -s conf$$.file conf$$ 2>/dev/null; then
477
 
    as_ln_s='ln -s'
478
 
    # ... but there are two gotchas:
479
 
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
480
 
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
481
 
    # In both cases, we have to default to `cp -p'.
482
 
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
483
 
      as_ln_s='cp -p'
484
 
  elif ln conf$$.file conf$$ 2>/dev/null; then
485
 
    as_ln_s=ln
486
 
  else
487
 
    as_ln_s='cp -p'
488
 
  fi
489
 
else
490
 
  as_ln_s='cp -p'
491
 
fi
492
 
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
493
 
rmdir conf$$.dir 2>/dev/null
494
 
 
495
 
if mkdir -p . 2>/dev/null; then
496
 
  as_mkdir_p='mkdir -p "$as_dir"'
497
 
else
498
 
  test -d ./-p && rmdir ./-p
499
 
  as_mkdir_p=false
500
 
fi
501
 
 
502
 
if test -x / >/dev/null 2>&1; then
503
 
  as_test_x='test -x'
504
 
else
505
 
  if ls -dL / >/dev/null 2>&1; then
506
 
    as_ls_L_option=L
507
 
  else
508
 
    as_ls_L_option=
509
 
  fi
510
 
  as_test_x='
511
 
    eval sh -c '\''
512
 
      if test -d "$1"; then
513
 
        test -d "$1/.";
514
 
      else
515
 
        case $1 in #(
516
 
        -*)set "./$1";;
517
 
        esac;
518
 
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
519
 
        ???[sx]*):;;*)false;;esac;fi
520
 
    '\'' sh
521
 
  '
522
 
fi
523
 
as_executable_p=$as_test_x
524
 
 
525
 
# Sed expression to map a string onto a valid CPP name.
526
 
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
527
 
 
528
 
# Sed expression to map a string onto a valid variable name.
529
 
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
530
 
 
531
 
 
532
 
 
533
 
# Check that we are running under the correct shell.
534
 
SHELL=${CONFIG_SHELL-/bin/sh}
535
 
 
536
 
case X$lt_ECHO in
537
 
X*--fallback-echo)
538
 
  # Remove one level of quotation (which was required for Make).
539
 
  ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
540
 
  ;;
541
 
esac
542
 
 
543
 
ECHO=${lt_ECHO-echo}
544
 
if test "X$1" = X--no-reexec; then
545
 
  # Discard the --no-reexec flag, and continue.
546
 
  shift
547
 
elif test "X$1" = X--fallback-echo; then
548
 
  # Avoid inline document here, it may be left over
549
 
  :
550
 
elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
551
 
  # Yippee, $ECHO works!
552
 
  :
553
 
else
554
 
  # Restart under the correct shell.
555
 
  exec $SHELL "$0" --no-reexec ${1+"$@"}
556
 
fi
557
 
 
558
 
if test "X$1" = X--fallback-echo; then
559
 
  # used as fallback echo
560
 
  shift
561
 
  cat <<_LT_EOF
562
 
$*
563
 
_LT_EOF
564
 
  exit 0
565
 
fi
566
 
 
567
 
# The HP-UX ksh and POSIX shell print the target directory to stdout
568
 
# if CDPATH is set.
569
 
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
570
 
 
571
 
if test -z "$lt_ECHO"; then
572
 
  if test "X${echo_test_string+set}" != Xset; then
573
 
    # find a string as large as possible, as long as the shell can cope with it
574
 
    for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
575
 
      # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
576
 
      if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
577
 
         { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
578
 
      then
579
 
        break
580
 
      fi
581
 
    done
582
 
  fi
583
 
 
584
 
  if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
585
 
     echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
586
 
     test "X$echo_testing_string" = "X$echo_test_string"; then
587
 
    :
588
 
  else
589
 
    # The Solaris, AIX, and Digital Unix default echo programs unquote
590
 
    # backslashes.  This makes it impossible to quote backslashes using
591
 
    #   echo "$something" | sed 's/\\/\\\\/g'
592
 
    #
593
 
    # So, first we look for a working echo in the user's PATH.
594
 
 
595
 
    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
596
 
    for dir in $PATH /usr/ucb; do
597
 
      IFS="$lt_save_ifs"
598
 
      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
599
 
         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
600
 
         echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
601
 
         test "X$echo_testing_string" = "X$echo_test_string"; then
602
 
        ECHO="$dir/echo"
603
 
        break
604
 
      fi
605
 
    done
606
 
    IFS="$lt_save_ifs"
607
 
 
608
 
    if test "X$ECHO" = Xecho; then
609
 
      # We didn't find a better echo, so look for alternatives.
610
 
      if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
611
 
         echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
612
 
         test "X$echo_testing_string" = "X$echo_test_string"; then
613
 
        # This shell has a builtin print -r that does the trick.
614
 
        ECHO='print -r'
615
 
      elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
616
 
           test "X$CONFIG_SHELL" != X/bin/ksh; then
617
 
        # If we have ksh, try running configure again with it.
618
 
        ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
619
 
        export ORIGINAL_CONFIG_SHELL
620
 
        CONFIG_SHELL=/bin/ksh
621
 
        export CONFIG_SHELL
622
 
        exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
623
 
      else
624
 
        # Try using printf.
625
 
        ECHO='printf %s\n'
626
 
        if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
627
 
           echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
628
 
           test "X$echo_testing_string" = "X$echo_test_string"; then
629
 
          # Cool, printf works
630
 
          :
631
 
        elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
632
 
             test "X$echo_testing_string" = 'X\t' &&
633
 
             echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
634
 
             test "X$echo_testing_string" = "X$echo_test_string"; then
635
 
          CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
636
 
          export CONFIG_SHELL
637
 
          SHELL="$CONFIG_SHELL"
638
 
          export SHELL
639
 
          ECHO="$CONFIG_SHELL $0 --fallback-echo"
640
 
        elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
641
 
             test "X$echo_testing_string" = 'X\t' &&
642
 
             echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
643
 
             test "X$echo_testing_string" = "X$echo_test_string"; then
644
 
          ECHO="$CONFIG_SHELL $0 --fallback-echo"
645
 
        else
646
 
          # maybe with a smaller string...
647
 
          prev=:
648
 
 
649
 
          for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
650
 
            if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
651
 
            then
652
 
              break
653
 
            fi
654
 
            prev="$cmd"
655
 
          done
656
 
 
657
 
          if test "$prev" != 'sed 50q "$0"'; then
658
 
            echo_test_string=`eval $prev`
659
 
            export echo_test_string
660
 
            exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
661
 
          else
662
 
            # Oops.  We lost completely, so just stick with echo.
663
 
            ECHO=echo
664
 
          fi
665
 
        fi
666
 
      fi
667
 
    fi
668
 
  fi
669
 
fi
670
 
 
671
 
# Copy echo and quote the copy suitably for passing to libtool from
672
 
# the Makefile, instead of quoting the original, which is used later.
673
 
lt_ECHO=$ECHO
674
 
if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
675
 
   lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
676
 
fi
677
 
 
678
 
 
679
 
 
680
 
 
681
 
test -n "$DJDIR" || exec 7<&0 </dev/null
682
 
exec 6>&1
683
 
 
684
 
# Name of the host.
685
 
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
686
 
# so uname gets run too.
687
 
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
688
 
 
689
 
#
690
 
# Initializations.
691
 
#
692
 
ac_default_prefix=/usr/local
693
 
ac_clean_files=
694
 
ac_config_libobj_dir=.
695
 
LIBOBJS=
696
 
cross_compiling=no
697
 
subdirs=
698
 
MFLAGS=
699
 
MAKEFLAGS=
700
 
 
701
 
# Identity of this package.
702
 
PACKAGE_NAME='cairo-dock-plugins'
703
 
PACKAGE_TARNAME='cairo-dock-plugins'
704
 
PACKAGE_VERSION='2.1.3-10-lucid'
705
 
PACKAGE_STRING='cairo-dock-plugins 2.1.3-10-lucid'
706
 
PACKAGE_BUGREPORT='Fabrice Rey (fabounet@users.berlios.de)'
707
 
PACKAGE_URL=''
708
 
 
709
 
ac_unique_file="config.h.in"
710
 
# Factoring default headers for most tests.
711
 
ac_includes_default="\
712
 
#include <stdio.h>
713
 
#ifdef HAVE_SYS_TYPES_H
714
 
# include <sys/types.h>
715
 
#endif
716
 
#ifdef HAVE_SYS_STAT_H
717
 
# include <sys/stat.h>
718
 
#endif
719
 
#ifdef STDC_HEADERS
720
 
# include <stdlib.h>
721
 
# include <stddef.h>
722
 
#else
723
 
# ifdef HAVE_STDLIB_H
724
 
#  include <stdlib.h>
725
 
# endif
726
 
#endif
727
 
#ifdef HAVE_STRING_H
728
 
# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
729
 
#  include <memory.h>
730
 
# endif
731
 
# include <string.h>
732
 
#endif
733
 
#ifdef HAVE_STRINGS_H
734
 
# include <strings.h>
735
 
#endif
736
 
#ifdef HAVE_INTTYPES_H
737
 
# include <inttypes.h>
738
 
#endif
739
 
#ifdef HAVE_STDINT_H
740
 
# include <stdint.h>
741
 
#endif
742
 
#ifdef HAVE_UNISTD_H
743
 
# include <unistd.h>
744
 
#endif"
745
 
 
746
 
ac_subst_vars='am__EXEEXT_FALSE
747
 
am__EXEEXT_TRUE
748
 
LTLIBOBJS
749
 
LIBOBJS
750
 
webletsdatadir
751
 
PACKAGE_WEBLETS
752
 
VERSION_WEBLETS
753
 
GETTEXT_WEBLETS
754
 
xgammadatadir
755
 
PACKAGE_XGAMMA
756
 
VERSION_XGAMMA
757
 
GETTEXT_XGAMMA
758
 
kde_integrationdatadir
759
 
PACKAGE_KDE_INTEGRATION
760
 
VERSION_KDE_INTEGRATION
761
 
xfce_integrationdatadir
762
 
PACKAGE_XFCE_INTEGRATION
763
 
VERSION_XFCE_INTEGRATION
764
 
wifidatadir
765
 
PACKAGE_WIFI
766
 
VERSION_WIFI
767
 
GETTEXT_WIFI
768
 
weatheruserdirname
769
 
weatherdatadir
770
 
PACKAGE_WEATHER
771
 
VERSION_WEATHER
772
 
GETTEXT_WEATHER
773
 
toonsuserdirname
774
 
toonsdatadir
775
 
PACKAGE_TOONS
776
 
VERSION_TOONS
777
 
GETTEXT_TOONS
778
 
tomboydatadir
779
 
PACKAGE_TOMBOY
780
 
VERSION_TOMBOY
781
 
GETTEXT_TOMBOY
782
 
terminaldatadir
783
 
PACKAGE_TERMINAL
784
 
VERSION_TERMINAL
785
 
GETTEXT_TERMINAL
786
 
systraydatadir
787
 
PACKAGE_SYSTRAY
788
 
VERSION_SYSTRAY
789
 
GETTEXT_SYSTRAY
790
 
system_monitordatadir
791
 
PACKAGE_SYSTEM_MONITOR
792
 
VERSION_SYSTEM_MONITOR
793
 
GETTEXT_SYSTEM_MONITOR
794
 
switcherdatadir
795
 
PACKAGE_SWITCHER
796
 
VERSION_SWITCHER
797
 
GETTEXT_SWITCHER
798
 
stackdatadir
799
 
PACKAGE_STACK
800
 
VERSION_STACK
801
 
GETTEXT_STACK
802
 
sliderdatadir
803
 
PACKAGE_SLIDER
804
 
VERSION_SLIDER
805
 
GETTEXT_SLIDER
806
 
show_mousedatadir
807
 
PACKAGE_SHOW_MOUSE
808
 
VERSION_SHOW_MOUSE
809
 
GETTEXT_SHOW_MOUSE
810
 
show_desktopdatadir
811
 
PACKAGE_SHOW_DESKTOP
812
 
VERSION_SHOW_DESKTOP
813
 
GETTEXT_SHOW_DESKTOP
814
 
shortcutsdatadir
815
 
PACKAGE_SHORTCUTS
816
 
VERSION_SHORTCUTS
817
 
GETTEXT_SHORTCUTS
818
 
scooby_dodatadir
819
 
PACKAGE_SCOOBY_DO
820
 
VERSION_SCOOBY_DO
821
 
GETTEXT_SCOOBY_DO
822
 
rss_readerdatadir
823
 
PACKAGE_RSS_READER
824
 
VERSION_RSS_READER
825
 
GETTEXT_RSS_READER
826
 
quick_browserdatadir
827
 
PACKAGE_QUICK_BROWSER
828
 
VERSION_QUICK_BROWSER
829
 
GETTEXT_QUICK_BROWSER
830
 
dialog_renderingdatadir
831
 
PACKAGE_DIALOG_RENDERING
832
 
VERSION_DIALOG_RENDERING
833
 
GETTEXT_DIALOG_RENDERING
834
 
desklet_renderingdatadir
835
 
PACKAGE_DESKLET_RENDERING
836
 
VERSION_DESKLET_RENDERING
837
 
GETTEXT_DESKLET_RENDERING
838
 
renderingdatadir
839
 
PACKAGE_RENDERING
840
 
VERSION_RENDERING
841
 
GETTEXT_RENDERING
842
 
powermanagerdatadir
843
 
PACKAGE_POWERMANAGER
844
 
VERSION_POWERMANAGER
845
 
GETTEXT_POWERMANAGER
846
 
network_monitordatadir
847
 
PACKAGE_NETWORK_MONITOR
848
 
VERSION_NETWORK_MONITOR
849
 
GETTEXT_NETWORK_MONITOR
850
 
netspeeddatadir
851
 
PACKAGE_NETSPEED
852
 
VERSION_NETSPEED
853
 
GETTEXT_NETSPEED
854
 
musicplayerdatadir
855
 
PACKAGE_MUSICPLAYER
856
 
VERSION_MUSICPLAYER
857
 
GETTEXT_MUSICPLAYER
858
 
motion_blurdatadir
859
 
PACKAGE_MOTION_BLUR
860
 
VERSION_MOTION_BLUR
861
 
GETTEXT_MOTION_BLUR
862
 
maildatadir
863
 
PACKAGE_MAIL
864
 
VERSION_MAIL
865
 
GETTEXT_MAIL
866
 
logoutdatadir
867
 
PACKAGE_LOGOUT
868
 
VERSION_LOGOUT
869
 
GETTEXT_LOGOUT
870
 
keyboard_indicatordatadir
871
 
PACKAGE_KEYBOARD_INDICATOR
872
 
VERSION_KEYBOARD_INDICATOR
873
 
GETTEXT_KEYBOARD_INDICATOR
874
 
illusiondatadir
875
 
PACKAGE_ILLUSION
876
 
VERSION_ILLUSION
877
 
GETTEXT_ILLUSION
878
 
icon_effectsdatadir
879
 
PACKAGE_ICON_EFFECTS
880
 
VERSION_ICON_EFFECTS
881
 
GETTEXT_ICON_EFFECTS
882
 
gnome_integration_olddatadir
883
 
PACKAGE_GNOME_INTEGRATION_OLD
884
 
VERSION_GNOME_INTEGRATION_OLD
885
 
gnome_integrationdatadir
886
 
PACKAGE_GNOME_INTEGRATION
887
 
VERSION_GNOME_INTEGRATION
888
 
gmenudatadir
889
 
PACKAGE_GMENU
890
 
VERSION_GMENU
891
 
GETTEXT_GMENU
892
 
dustbindatadir
893
 
dustbinuserdirname
894
 
PACKAGE_DUSTBIN
895
 
VERSION_DUSTBIN
896
 
GETTEXT_DUSTBIN
897
 
drop_indicatordatadir
898
 
PACKAGE_DROP_INDICATOR
899
 
VERSION_DROP_INDICATOR
900
 
GETTEXT_DROP_INDICATOR
901
 
dnd2sharedatadir
902
 
PACKAGE_DND2SHARE
903
 
VERSION_DND2SHARE
904
 
GETTEXT_DND2SHARE
905
 
dbusdatadir
906
 
PACKAGE_DBUS
907
 
VERSION_DBUS
908
 
GETTEXT_DBUS
909
 
compiz_icondatadir
910
 
PACKAGE_COMPIZ_ICON
911
 
VERSION_COMPIZ_ICON
912
 
GETTEXT_COMPIZ_ICON
913
 
clockdatadir
914
 
clockuserdirname
915
 
PACKAGE_CLOCK
916
 
VERSION_CLOCK
917
 
GETTEXT_CLOCK
918
 
cairo_penguindatadir
919
 
cairo_penguinuserdirname
920
 
PACKAGE_CAIRO_PENGUIN
921
 
VERSION_CAIRO_PENGUIN
922
 
GETTEXT_CAIRO_PENGUIN
923
 
Clipperdatadir
924
 
PACKAGE_CLIPPER
925
 
VERSION_CLIPPER
926
 
GETTEXT_CLIPPER
927
 
animated_iconsdatadir
928
 
PACKAGE_ANIMATED_ICONS
929
 
VERSION_ANIMATED_ICONS
930
 
GETTEXT_ANIMATED_ICONS
931
 
alsa_mixerdatadir
932
 
PACKAGE_ALSA_MIXER
933
 
VERSION_ALSA_MIXER
934
 
GETTEXT_ALSA_MIXER
935
 
WITH_XRANDR_IN_SHOW_DESKTOP_FALSE
936
 
WITH_XRANDR_IN_SHOW_DESKTOP_TRUE
937
 
WITH_RSSREADER_FALSE
938
 
WITH_RSSREADER_TRUE
939
 
WITH_SCOOBY_DO_FALSE
940
 
WITH_SCOOBY_DO_TRUE
941
 
WITH_NETWORK_MONITOR_FALSE
942
 
WITH_NETWORK_MONITOR_TRUE
943
 
WITH_MUSICPLAYER_FALSE
944
 
WITH_MUSICPLAYER_TRUE
945
 
WITH_DND2SHARE_FALSE
946
 
WITH_DND2SHARE_TRUE
947
 
WITH_KEYBOARD_INDICATOR_FALSE
948
 
WITH_KEYBOARD_INDICATOR_TRUE
949
 
WITH_EXIF_FALSE
950
 
WITH_EXIF_TRUE
951
 
WITH_WEBLETS_FALSE
952
 
WITH_WEBLETS_TRUE
953
 
WITH_MAIL_FALSE
954
 
WITH_MAIL_TRUE
955
 
WITH_GIO_IN_GMENU_FALSE
956
 
WITH_GIO_IN_GMENU_TRUE
957
 
WITH_GMENU_FALSE
958
 
WITH_GMENU_TRUE
959
 
WITH_XGAMMA_FALSE
960
 
WITH_XGAMMA_TRUE
961
 
WITH_COMPIZ_ICON_FALSE
962
 
WITH_COMPIZ_ICON_TRUE
963
 
WITH_TOMBOY_FALSE
964
 
WITH_TOMBOY_TRUE
965
 
WITH_WIFI_FALSE
966
 
WITH_WIFI_TRUE
967
 
WITH_POWERMANAGER_FALSE
968
 
WITH_POWERMANAGER_TRUE
969
 
WITH_TERMINAL_FALSE
970
 
WITH_TERMINAL_TRUE
971
 
WITH_ALSA_MIXER_FALSE
972
 
WITH_ALSA_MIXER_TRUE
973
 
WITH_KDE_SUPPORT_FALSE
974
 
WITH_KDE_SUPPORT_TRUE
975
 
WITH_XFCE_SUPPORT_FALSE
976
 
WITH_XFCE_SUPPORT_TRUE
977
 
WITH_GNOME_SUPPORT_FALSE
978
 
WITH_GNOME_SUPPORT_TRUE
979
 
WITH_OLD_GNOME_SUPPORT_FALSE
980
 
WITH_OLD_GNOME_SUPPORT_TRUE
981
 
CXXCPP
982
 
am__fastdepCXX_FALSE
983
 
am__fastdepCXX_TRUE
984
 
CXXDEPMODE
985
 
ac_ct_CXX
986
 
CXXFLAGS
987
 
CXX
988
 
SHOW_DESKTOP_XRANDR_LIBS
989
 
SHOW_DESKTOP_XRANDR_CFLAGS
990
 
KEYBOARD_INDICATOR_PACKAGE_LIBS
991
 
KEYBOARD_INDICATOR_PACKAGE_CFLAGS
992
 
EXIF_LIBS
993
 
EXIF_CFLAGS
994
 
WEBKIT_LIBS
995
 
WEBKIT_CFLAGS
996
 
MAIL_PACKAGE_LIBS
997
 
MAIL_PACKAGE_CFLAGS
998
 
GMENU_GIO_LIBS
999
 
GMENU_GIO_CFLAGS
1000
 
GMENU_PACKAGE_LIBS
1001
 
GMENU_PACKAGE_CFLAGS
1002
 
XGAMMA_PACKAGE_LIBS
1003
 
XGAMMA_PACKAGE_CFLAGS
1004
 
TERMINAL_PACKAGE_LIBS
1005
 
TERMINAL_PACKAGE_CFLAGS
1006
 
ALSA_MIXER_PACKAGE_LIBS
1007
 
ALSA_MIXER_PACKAGE_CFLAGS
1008
 
KDE_INTEGRATION_LIBS
1009
 
KDE_INTEGRATION_CFLAGS
1010
 
XFCE_INTEGRATION_LIBS
1011
 
XFCE_INTEGRATION_CFLAGS
1012
 
GNOME_INTEGRATION_LIBS
1013
 
GNOME_INTEGRATION_CFLAGS
1014
 
OLD_GNOME_INTEGRATION_LIBS
1015
 
OLD_GNOME_INTEGRATION_CFLAGS
1016
 
PACKAGE_LIBS
1017
 
PACKAGE_CFLAGS
1018
 
PKG_CONFIG
1019
 
top_builddir
1020
 
top_srcdir
1021
 
srcdir
1022
 
pkgdatadir
1023
 
GETTEXT_PACKAGE
1024
 
MKINSTALLDIRS
1025
 
POSUB
1026
 
POFILES
1027
 
PO_IN_DATADIR_FALSE
1028
 
PO_IN_DATADIR_TRUE
1029
 
INTLLIBS
1030
 
INSTOBJEXT
1031
 
GMOFILES
1032
 
CATOBJEXT
1033
 
CATALOGS
1034
 
MSGFMT_OPTS
1035
 
DATADIRNAME
1036
 
ALL_LINGUAS
1037
 
INTLTOOL_PERL
1038
 
GMSGFMT
1039
 
MSGFMT
1040
 
MSGMERGE
1041
 
XGETTEXT
1042
 
INTLTOOL_POLICY_RULE
1043
 
INTLTOOL_SERVICE_RULE
1044
 
INTLTOOL_THEME_RULE
1045
 
INTLTOOL_SCHEMAS_RULE
1046
 
INTLTOOL_CAVES_RULE
1047
 
INTLTOOL_XML_NOMERGE_RULE
1048
 
INTLTOOL_XML_RULE
1049
 
INTLTOOL_KBD_RULE
1050
 
INTLTOOL_XAM_RULE
1051
 
INTLTOOL_UI_RULE
1052
 
INTLTOOL_SOUNDLIST_RULE
1053
 
INTLTOOL_SHEET_RULE
1054
 
INTLTOOL_SERVER_RULE
1055
 
INTLTOOL_PONG_RULE
1056
 
INTLTOOL_OAF_RULE
1057
 
INTLTOOL_PROP_RULE
1058
 
INTLTOOL_KEYS_RULE
1059
 
INTLTOOL_DIRECTORY_RULE
1060
 
INTLTOOL_DESKTOP_RULE
1061
 
INTLTOOL_EXTRACT
1062
 
INTLTOOL_MERGE
1063
 
INTLTOOL_UPDATE
1064
 
USE_NLS
1065
 
CPP
1066
 
OTOOL64
1067
 
OTOOL
1068
 
LIPO
1069
 
NMEDIT
1070
 
DSYMUTIL
1071
 
lt_ECHO
1072
 
RANLIB
1073
 
AR
1074
 
OBJDUMP
1075
 
LN_S
1076
 
NM
1077
 
ac_ct_DUMPBIN
1078
 
DUMPBIN
1079
 
LD
1080
 
FGREP
1081
 
EGREP
1082
 
GREP
1083
 
SED
1084
 
am__fastdepCC_FALSE
1085
 
am__fastdepCC_TRUE
1086
 
CCDEPMODE
1087
 
AMDEPBACKSLASH
1088
 
AMDEP_FALSE
1089
 
AMDEP_TRUE
1090
 
am__quote
1091
 
am__include
1092
 
DEPDIR
1093
 
OBJEXT
1094
 
EXEEXT
1095
 
ac_ct_CC
1096
 
CPPFLAGS
1097
 
LDFLAGS
1098
 
CFLAGS
1099
 
CC
1100
 
host_os
1101
 
host_vendor
1102
 
host_cpu
1103
 
host
1104
 
build_os
1105
 
build_vendor
1106
 
build_cpu
1107
 
build
1108
 
LIBTOOL
1109
 
am__untar
1110
 
am__tar
1111
 
AMTAR
1112
 
am__leading_dot
1113
 
SET_MAKE
1114
 
AWK
1115
 
mkdir_p
1116
 
MKDIR_P
1117
 
INSTALL_STRIP_PROGRAM
1118
 
STRIP
1119
 
install_sh
1120
 
MAKEINFO
1121
 
AUTOHEADER
1122
 
AUTOMAKE
1123
 
AUTOCONF
1124
 
ACLOCAL
1125
 
VERSION
1126
 
PACKAGE
1127
 
CYGPATH_W
1128
 
am__isrc
1129
 
INSTALL_DATA
1130
 
INSTALL_SCRIPT
1131
 
INSTALL_PROGRAM
1132
 
target_alias
1133
 
host_alias
1134
 
build_alias
1135
 
LIBS
1136
 
ECHO_T
1137
 
ECHO_N
1138
 
ECHO_C
1139
 
DEFS
1140
 
mandir
1141
 
localedir
1142
 
libdir
1143
 
psdir
1144
 
pdfdir
1145
 
dvidir
1146
 
htmldir
1147
 
infodir
1148
 
docdir
1149
 
oldincludedir
1150
 
includedir
1151
 
localstatedir
1152
 
sharedstatedir
1153
 
sysconfdir
1154
 
datadir
1155
 
datarootdir
1156
 
libexecdir
1157
 
sbindir
1158
 
bindir
1159
 
program_transform_name
1160
 
prefix
1161
 
exec_prefix
1162
 
PACKAGE_URL
1163
 
PACKAGE_BUGREPORT
1164
 
PACKAGE_STRING
1165
 
PACKAGE_VERSION
1166
 
PACKAGE_TARNAME
1167
 
PACKAGE_NAME
1168
 
PATH_SEPARATOR
1169
 
SHELL'
1170
 
ac_subst_files=''
1171
 
ac_user_opts='
1172
 
enable_option_checking
1173
 
enable_static
1174
 
enable_shared
1175
 
with_pic
1176
 
enable_fast_install
1177
 
enable_dependency_tracking
1178
 
with_gnu_ld
1179
 
enable_libtool_lock
1180
 
enable_nls
1181
 
enable_old_gnome_integration
1182
 
enable_gnome_integration
1183
 
enable_xfce_integration
1184
 
enable_kde_integration
1185
 
enable_alsa_mixer
1186
 
enable_terminal
1187
 
enable_powermanager
1188
 
enable_wifi
1189
 
enable_tomboy
1190
 
enable_compiz_icon
1191
 
enable_xgamma
1192
 
enable_gmenu
1193
 
enable_gio_in_gmenu
1194
 
enable_mail
1195
 
enable_weblets
1196
 
enable_exif
1197
 
enable_keyboard_indicator
1198
 
enable_dnd2share
1199
 
enable_musicplayer
1200
 
enable_rssreader
1201
 
enable_xrandr_in_show_desktop
1202
 
enable_network_monitor
1203
 
enable_scooby_do
1204
 
'
1205
 
      ac_precious_vars='build_alias
1206
 
host_alias
1207
 
target_alias
1208
 
CC
1209
 
CFLAGS
1210
 
LDFLAGS
1211
 
LIBS
1212
 
CPPFLAGS
1213
 
CPP
1214
 
PKG_CONFIG
1215
 
PACKAGE_CFLAGS
1216
 
PACKAGE_LIBS
1217
 
OLD_GNOME_INTEGRATION_CFLAGS
1218
 
OLD_GNOME_INTEGRATION_LIBS
1219
 
GNOME_INTEGRATION_CFLAGS
1220
 
GNOME_INTEGRATION_LIBS
1221
 
XFCE_INTEGRATION_CFLAGS
1222
 
XFCE_INTEGRATION_LIBS
1223
 
KDE_INTEGRATION_CFLAGS
1224
 
KDE_INTEGRATION_LIBS
1225
 
ALSA_MIXER_PACKAGE_CFLAGS
1226
 
ALSA_MIXER_PACKAGE_LIBS
1227
 
TERMINAL_PACKAGE_CFLAGS
1228
 
TERMINAL_PACKAGE_LIBS
1229
 
XGAMMA_PACKAGE_CFLAGS
1230
 
XGAMMA_PACKAGE_LIBS
1231
 
GMENU_PACKAGE_CFLAGS
1232
 
GMENU_PACKAGE_LIBS
1233
 
GMENU_GIO_CFLAGS
1234
 
GMENU_GIO_LIBS
1235
 
WEBKIT_CFLAGS
1236
 
WEBKIT_LIBS
1237
 
EXIF_CFLAGS
1238
 
EXIF_LIBS
1239
 
KEYBOARD_INDICATOR_PACKAGE_CFLAGS
1240
 
KEYBOARD_INDICATOR_PACKAGE_LIBS
1241
 
SHOW_DESKTOP_XRANDR_CFLAGS
1242
 
SHOW_DESKTOP_XRANDR_LIBS
1243
 
CXX
1244
 
CXXFLAGS
1245
 
CCC
1246
 
CXXCPP'
1247
 
 
1248
 
 
1249
 
# Initialize some variables set by options.
1250
 
ac_init_help=
1251
 
ac_init_version=false
1252
 
ac_unrecognized_opts=
1253
 
ac_unrecognized_sep=
1254
 
# The variables have the same names as the options, with
1255
 
# dashes changed to underlines.
1256
 
cache_file=/dev/null
1257
 
exec_prefix=NONE
1258
 
no_create=
1259
 
no_recursion=
1260
 
prefix=NONE
1261
 
program_prefix=NONE
1262
 
program_suffix=NONE
1263
 
program_transform_name=s,x,x,
1264
 
silent=
1265
 
site=
1266
 
srcdir=
1267
 
verbose=
1268
 
x_includes=NONE
1269
 
x_libraries=NONE
1270
 
 
1271
 
# Installation directory options.
1272
 
# These are left unexpanded so users can "make install exec_prefix=/foo"
1273
 
# and all the variables that are supposed to be based on exec_prefix
1274
 
# by default will actually change.
1275
 
# Use braces instead of parens because sh, perl, etc. also accept them.
1276
 
# (The list follows the same order as the GNU Coding Standards.)
1277
 
bindir='${exec_prefix}/bin'
1278
 
sbindir='${exec_prefix}/sbin'
1279
 
libexecdir='${exec_prefix}/libexec'
1280
 
datarootdir='${prefix}/share'
1281
 
datadir='${datarootdir}'
1282
 
sysconfdir='${prefix}/etc'
1283
 
sharedstatedir='${prefix}/com'
1284
 
localstatedir='${prefix}/var'
1285
 
includedir='${prefix}/include'
1286
 
oldincludedir='/usr/include'
1287
 
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1288
 
infodir='${datarootdir}/info'
1289
 
htmldir='${docdir}'
1290
 
dvidir='${docdir}'
1291
 
pdfdir='${docdir}'
1292
 
psdir='${docdir}'
1293
 
libdir='${exec_prefix}/lib'
1294
 
localedir='${datarootdir}/locale'
1295
 
mandir='${datarootdir}/man'
1296
 
 
1297
 
ac_prev=
1298
 
ac_dashdash=
1299
 
for ac_option
1300
 
do
1301
 
  # If the previous option needs an argument, assign it.
1302
 
  if test -n "$ac_prev"; then
1303
 
    eval $ac_prev=\$ac_option
1304
 
    ac_prev=
1305
 
    continue
1306
 
  fi
1307
 
 
1308
 
  case $ac_option in
1309
 
  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1310
 
  *)    ac_optarg=yes ;;
1311
 
  esac
1312
 
 
1313
 
  # Accept the important Cygnus configure options, so we can diagnose typos.
1314
 
 
1315
 
  case $ac_dashdash$ac_option in
1316
 
  --)
1317
 
    ac_dashdash=yes ;;
1318
 
 
1319
 
  -bindir | --bindir | --bindi | --bind | --bin | --bi)
1320
 
    ac_prev=bindir ;;
1321
 
  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1322
 
    bindir=$ac_optarg ;;
1323
 
 
1324
 
  -build | --build | --buil | --bui | --bu)
1325
 
    ac_prev=build_alias ;;
1326
 
  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1327
 
    build_alias=$ac_optarg ;;
1328
 
 
1329
 
  -cache-file | --cache-file | --cache-fil | --cache-fi \
1330
 
  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1331
 
    ac_prev=cache_file ;;
1332
 
  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1333
 
  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1334
 
    cache_file=$ac_optarg ;;
1335
 
 
1336
 
  --config-cache | -C)
1337
 
    cache_file=config.cache ;;
1338
 
 
1339
 
  -datadir | --datadir | --datadi | --datad)
1340
 
    ac_prev=datadir ;;
1341
 
  -datadir=* | --datadir=* | --datadi=* | --datad=*)
1342
 
    datadir=$ac_optarg ;;
1343
 
 
1344
 
  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1345
 
  | --dataroo | --dataro | --datar)
1346
 
    ac_prev=datarootdir ;;
1347
 
  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1348
 
  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1349
 
    datarootdir=$ac_optarg ;;
1350
 
 
1351
 
  -disable-* | --disable-*)
1352
 
    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1353
 
    # Reject names that are not valid shell variable names.
1354
 
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1355
 
      as_fn_error "invalid feature name: $ac_useropt"
1356
 
    ac_useropt_orig=$ac_useropt
1357
 
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1358
 
    case $ac_user_opts in
1359
 
      *"
1360
 
"enable_$ac_useropt"
1361
 
"*) ;;
1362
 
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1363
 
         ac_unrecognized_sep=', ';;
1364
 
    esac
1365
 
    eval enable_$ac_useropt=no ;;
1366
 
 
1367
 
  -docdir | --docdir | --docdi | --doc | --do)
1368
 
    ac_prev=docdir ;;
1369
 
  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1370
 
    docdir=$ac_optarg ;;
1371
 
 
1372
 
  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1373
 
    ac_prev=dvidir ;;
1374
 
  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1375
 
    dvidir=$ac_optarg ;;
1376
 
 
1377
 
  -enable-* | --enable-*)
1378
 
    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1379
 
    # Reject names that are not valid shell variable names.
1380
 
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1381
 
      as_fn_error "invalid feature name: $ac_useropt"
1382
 
    ac_useropt_orig=$ac_useropt
1383
 
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1384
 
    case $ac_user_opts in
1385
 
      *"
1386
 
"enable_$ac_useropt"
1387
 
"*) ;;
1388
 
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1389
 
         ac_unrecognized_sep=', ';;
1390
 
    esac
1391
 
    eval enable_$ac_useropt=\$ac_optarg ;;
1392
 
 
1393
 
  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1394
 
  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1395
 
  | --exec | --exe | --ex)
1396
 
    ac_prev=exec_prefix ;;
1397
 
  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1398
 
  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1399
 
  | --exec=* | --exe=* | --ex=*)
1400
 
    exec_prefix=$ac_optarg ;;
1401
 
 
1402
 
  -gas | --gas | --ga | --g)
1403
 
    # Obsolete; use --with-gas.
1404
 
    with_gas=yes ;;
1405
 
 
1406
 
  -help | --help | --hel | --he | -h)
1407
 
    ac_init_help=long ;;
1408
 
  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1409
 
    ac_init_help=recursive ;;
1410
 
  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1411
 
    ac_init_help=short ;;
1412
 
 
1413
 
  -host | --host | --hos | --ho)
1414
 
    ac_prev=host_alias ;;
1415
 
  -host=* | --host=* | --hos=* | --ho=*)
1416
 
    host_alias=$ac_optarg ;;
1417
 
 
1418
 
  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1419
 
    ac_prev=htmldir ;;
1420
 
  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1421
 
  | --ht=*)
1422
 
    htmldir=$ac_optarg ;;
1423
 
 
1424
 
  -includedir | --includedir | --includedi | --included | --include \
1425
 
  | --includ | --inclu | --incl | --inc)
1426
 
    ac_prev=includedir ;;
1427
 
  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1428
 
  | --includ=* | --inclu=* | --incl=* | --inc=*)
1429
 
    includedir=$ac_optarg ;;
1430
 
 
1431
 
  -infodir | --infodir | --infodi | --infod | --info | --inf)
1432
 
    ac_prev=infodir ;;
1433
 
  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1434
 
    infodir=$ac_optarg ;;
1435
 
 
1436
 
  -libdir | --libdir | --libdi | --libd)
1437
 
    ac_prev=libdir ;;
1438
 
  -libdir=* | --libdir=* | --libdi=* | --libd=*)
1439
 
    libdir=$ac_optarg ;;
1440
 
 
1441
 
  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1442
 
  | --libexe | --libex | --libe)
1443
 
    ac_prev=libexecdir ;;
1444
 
  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1445
 
  | --libexe=* | --libex=* | --libe=*)
1446
 
    libexecdir=$ac_optarg ;;
1447
 
 
1448
 
  -localedir | --localedir | --localedi | --localed | --locale)
1449
 
    ac_prev=localedir ;;
1450
 
  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1451
 
    localedir=$ac_optarg ;;
1452
 
 
1453
 
  -localstatedir | --localstatedir | --localstatedi | --localstated \
1454
 
  | --localstate | --localstat | --localsta | --localst | --locals)
1455
 
    ac_prev=localstatedir ;;
1456
 
  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1457
 
  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1458
 
    localstatedir=$ac_optarg ;;
1459
 
 
1460
 
  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1461
 
    ac_prev=mandir ;;
1462
 
  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1463
 
    mandir=$ac_optarg ;;
1464
 
 
1465
 
  -nfp | --nfp | --nf)
1466
 
    # Obsolete; use --without-fp.
1467
 
    with_fp=no ;;
1468
 
 
1469
 
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1470
 
  | --no-cr | --no-c | -n)
1471
 
    no_create=yes ;;
1472
 
 
1473
 
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1474
 
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1475
 
    no_recursion=yes ;;
1476
 
 
1477
 
  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1478
 
  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1479
 
  | --oldin | --oldi | --old | --ol | --o)
1480
 
    ac_prev=oldincludedir ;;
1481
 
  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1482
 
  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1483
 
  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1484
 
    oldincludedir=$ac_optarg ;;
1485
 
 
1486
 
  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1487
 
    ac_prev=prefix ;;
1488
 
  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1489
 
    prefix=$ac_optarg ;;
1490
 
 
1491
 
  -program-prefix | --program-prefix | --program-prefi | --program-pref \
1492
 
  | --program-pre | --program-pr | --program-p)
1493
 
    ac_prev=program_prefix ;;
1494
 
  -program-prefix=* | --program-prefix=* | --program-prefi=* \
1495
 
  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1496
 
    program_prefix=$ac_optarg ;;
1497
 
 
1498
 
  -program-suffix | --program-suffix | --program-suffi | --program-suff \
1499
 
  | --program-suf | --program-su | --program-s)
1500
 
    ac_prev=program_suffix ;;
1501
 
  -program-suffix=* | --program-suffix=* | --program-suffi=* \
1502
 
  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1503
 
    program_suffix=$ac_optarg ;;
1504
 
 
1505
 
  -program-transform-name | --program-transform-name \
1506
 
  | --program-transform-nam | --program-transform-na \
1507
 
  | --program-transform-n | --program-transform- \
1508
 
  | --program-transform | --program-transfor \
1509
 
  | --program-transfo | --program-transf \
1510
 
  | --program-trans | --program-tran \
1511
 
  | --progr-tra | --program-tr | --program-t)
1512
 
    ac_prev=program_transform_name ;;
1513
 
  -program-transform-name=* | --program-transform-name=* \
1514
 
  | --program-transform-nam=* | --program-transform-na=* \
1515
 
  | --program-transform-n=* | --program-transform-=* \
1516
 
  | --program-transform=* | --program-transfor=* \
1517
 
  | --program-transfo=* | --program-transf=* \
1518
 
  | --program-trans=* | --program-tran=* \
1519
 
  | --progr-tra=* | --program-tr=* | --program-t=*)
1520
 
    program_transform_name=$ac_optarg ;;
1521
 
 
1522
 
  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1523
 
    ac_prev=pdfdir ;;
1524
 
  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1525
 
    pdfdir=$ac_optarg ;;
1526
 
 
1527
 
  -psdir | --psdir | --psdi | --psd | --ps)
1528
 
    ac_prev=psdir ;;
1529
 
  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1530
 
    psdir=$ac_optarg ;;
1531
 
 
1532
 
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1533
 
  | -silent | --silent | --silen | --sile | --sil)
1534
 
    silent=yes ;;
1535
 
 
1536
 
  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1537
 
    ac_prev=sbindir ;;
1538
 
  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1539
 
  | --sbi=* | --sb=*)
1540
 
    sbindir=$ac_optarg ;;
1541
 
 
1542
 
  -sharedstatedir | --sharedstatedir | --sharedstatedi \
1543
 
  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1544
 
  | --sharedst | --shareds | --shared | --share | --shar \
1545
 
  | --sha | --sh)
1546
 
    ac_prev=sharedstatedir ;;
1547
 
  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1548
 
  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1549
 
  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1550
 
  | --sha=* | --sh=*)
1551
 
    sharedstatedir=$ac_optarg ;;
1552
 
 
1553
 
  -site | --site | --sit)
1554
 
    ac_prev=site ;;
1555
 
  -site=* | --site=* | --sit=*)
1556
 
    site=$ac_optarg ;;
1557
 
 
1558
 
  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1559
 
    ac_prev=srcdir ;;
1560
 
  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1561
 
    srcdir=$ac_optarg ;;
1562
 
 
1563
 
  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1564
 
  | --syscon | --sysco | --sysc | --sys | --sy)
1565
 
    ac_prev=sysconfdir ;;
1566
 
  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1567
 
  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1568
 
    sysconfdir=$ac_optarg ;;
1569
 
 
1570
 
  -target | --target | --targe | --targ | --tar | --ta | --t)
1571
 
    ac_prev=target_alias ;;
1572
 
  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1573
 
    target_alias=$ac_optarg ;;
1574
 
 
1575
 
  -v | -verbose | --verbose | --verbos | --verbo | --verb)
1576
 
    verbose=yes ;;
1577
 
 
1578
 
  -version | --version | --versio | --versi | --vers | -V)
1579
 
    ac_init_version=: ;;
1580
 
 
1581
 
  -with-* | --with-*)
1582
 
    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1583
 
    # Reject names that are not valid shell variable names.
1584
 
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1585
 
      as_fn_error "invalid package name: $ac_useropt"
1586
 
    ac_useropt_orig=$ac_useropt
1587
 
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1588
 
    case $ac_user_opts in
1589
 
      *"
1590
 
"with_$ac_useropt"
1591
 
"*) ;;
1592
 
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1593
 
         ac_unrecognized_sep=', ';;
1594
 
    esac
1595
 
    eval with_$ac_useropt=\$ac_optarg ;;
1596
 
 
1597
 
  -without-* | --without-*)
1598
 
    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1599
 
    # Reject names that are not valid shell variable names.
1600
 
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1601
 
      as_fn_error "invalid package name: $ac_useropt"
1602
 
    ac_useropt_orig=$ac_useropt
1603
 
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1604
 
    case $ac_user_opts in
1605
 
      *"
1606
 
"with_$ac_useropt"
1607
 
"*) ;;
1608
 
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1609
 
         ac_unrecognized_sep=', ';;
1610
 
    esac
1611
 
    eval with_$ac_useropt=no ;;
1612
 
 
1613
 
  --x)
1614
 
    # Obsolete; use --with-x.
1615
 
    with_x=yes ;;
1616
 
 
1617
 
  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1618
 
  | --x-incl | --x-inc | --x-in | --x-i)
1619
 
    ac_prev=x_includes ;;
1620
 
  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1621
 
  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1622
 
    x_includes=$ac_optarg ;;
1623
 
 
1624
 
  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1625
 
  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1626
 
    ac_prev=x_libraries ;;
1627
 
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1628
 
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1629
 
    x_libraries=$ac_optarg ;;
1630
 
 
1631
 
  -*) as_fn_error "unrecognized option: \`$ac_option'
1632
 
Try \`$0 --help' for more information."
1633
 
    ;;
1634
 
 
1635
 
  *=*)
1636
 
    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1637
 
    # Reject names that are not valid shell variable names.
1638
 
    case $ac_envvar in #(
1639
 
      '' | [0-9]* | *[!_$as_cr_alnum]* )
1640
 
      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1641
 
    esac
1642
 
    eval $ac_envvar=\$ac_optarg
1643
 
    export $ac_envvar ;;
1644
 
 
1645
 
  *)
1646
 
    # FIXME: should be removed in autoconf 3.0.
1647
 
    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1648
 
    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1649
 
      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1650
 
    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1651
 
    ;;
1652
 
 
1653
 
  esac
1654
 
done
1655
 
 
1656
 
if test -n "$ac_prev"; then
1657
 
  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1658
 
  as_fn_error "missing argument to $ac_option"
1659
 
fi
1660
 
 
1661
 
if test -n "$ac_unrecognized_opts"; then
1662
 
  case $enable_option_checking in
1663
 
    no) ;;
1664
 
    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1665
 
    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1666
 
  esac
1667
 
fi
1668
 
 
1669
 
# Check all directory arguments for consistency.
1670
 
for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1671
 
                datadir sysconfdir sharedstatedir localstatedir includedir \
1672
 
                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1673
 
                libdir localedir mandir
1674
 
do
1675
 
  eval ac_val=\$$ac_var
1676
 
  # Remove trailing slashes.
1677
 
  case $ac_val in
1678
 
    */ )
1679
 
      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1680
 
      eval $ac_var=\$ac_val;;
1681
 
  esac
1682
 
  # Be sure to have absolute directory names.
1683
 
  case $ac_val in
1684
 
    [\\/$]* | ?:[\\/]* )  continue;;
1685
 
    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1686
 
  esac
1687
 
  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1688
 
done
1689
 
 
1690
 
# There might be people who depend on the old broken behavior: `$host'
1691
 
# used to hold the argument of --host etc.
1692
 
# FIXME: To remove some day.
1693
 
build=$build_alias
1694
 
host=$host_alias
1695
 
target=$target_alias
1696
 
 
1697
 
# FIXME: To remove some day.
1698
 
if test "x$host_alias" != x; then
1699
 
  if test "x$build_alias" = x; then
1700
 
    cross_compiling=maybe
1701
 
    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1702
 
    If a cross compiler is detected then cross compile mode will be used." >&2
1703
 
  elif test "x$build_alias" != "x$host_alias"; then
1704
 
    cross_compiling=yes
1705
 
  fi
1706
 
fi
1707
 
 
1708
 
ac_tool_prefix=
1709
 
test -n "$host_alias" && ac_tool_prefix=$host_alias-
1710
 
 
1711
 
test "$silent" = yes && exec 6>/dev/null
1712
 
 
1713
 
 
1714
 
ac_pwd=`pwd` && test -n "$ac_pwd" &&
1715
 
ac_ls_di=`ls -di .` &&
1716
 
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1717
 
  as_fn_error "working directory cannot be determined"
1718
 
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1719
 
  as_fn_error "pwd does not report name of working directory"
1720
 
 
1721
 
 
1722
 
# Find the source files, if location was not specified.
1723
 
if test -z "$srcdir"; then
1724
 
  ac_srcdir_defaulted=yes
1725
 
  # Try the directory containing this script, then the parent directory.
1726
 
  ac_confdir=`$as_dirname -- "$as_myself" ||
1727
 
$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1728
 
         X"$as_myself" : 'X\(//\)[^/]' \| \
1729
 
         X"$as_myself" : 'X\(//\)$' \| \
1730
 
         X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1731
 
$as_echo X"$as_myself" |
1732
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1733
 
            s//\1/
1734
 
            q
1735
 
          }
1736
 
          /^X\(\/\/\)[^/].*/{
1737
 
            s//\1/
1738
 
            q
1739
 
          }
1740
 
          /^X\(\/\/\)$/{
1741
 
            s//\1/
1742
 
            q
1743
 
          }
1744
 
          /^X\(\/\).*/{
1745
 
            s//\1/
1746
 
            q
1747
 
          }
1748
 
          s/.*/./; q'`
1749
 
  srcdir=$ac_confdir
1750
 
  if test ! -r "$srcdir/$ac_unique_file"; then
1751
 
    srcdir=..
1752
 
  fi
1753
 
else
1754
 
  ac_srcdir_defaulted=no
1755
 
fi
1756
 
if test ! -r "$srcdir/$ac_unique_file"; then
1757
 
  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1758
 
  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1759
 
fi
1760
 
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1761
 
ac_abs_confdir=`(
1762
 
        cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1763
 
        pwd)`
1764
 
# When building in place, set srcdir=.
1765
 
if test "$ac_abs_confdir" = "$ac_pwd"; then
1766
 
  srcdir=.
1767
 
fi
1768
 
# Remove unnecessary trailing slashes from srcdir.
1769
 
# Double slashes in file names in object file debugging info
1770
 
# mess up M-x gdb in Emacs.
1771
 
case $srcdir in
1772
 
*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1773
 
esac
1774
 
for ac_var in $ac_precious_vars; do
1775
 
  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1776
 
  eval ac_env_${ac_var}_value=\$${ac_var}
1777
 
  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1778
 
  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1779
 
done
1780
 
 
1781
 
#
1782
 
# Report the --help message.
1783
 
#
1784
 
if test "$ac_init_help" = "long"; then
1785
 
  # Omit some internal or obsolete options to make the list less imposing.
1786
 
  # This message is too long to be a string in the A/UX 3.1 sh.
1787
 
  cat <<_ACEOF
1788
 
\`configure' configures cairo-dock-plugins 2.1.3-10-lucid to adapt to many kinds of systems.
1789
 
 
1790
 
Usage: $0 [OPTION]... [VAR=VALUE]...
1791
 
 
1792
 
To assign environment variables (e.g., CC, CFLAGS...), specify them as
1793
 
VAR=VALUE.  See below for descriptions of some of the useful variables.
1794
 
 
1795
 
Defaults for the options are specified in brackets.
1796
 
 
1797
 
Configuration:
1798
 
  -h, --help              display this help and exit
1799
 
      --help=short        display options specific to this package
1800
 
      --help=recursive    display the short help of all the included packages
1801
 
  -V, --version           display version information and exit
1802
 
  -q, --quiet, --silent   do not print \`checking...' messages
1803
 
      --cache-file=FILE   cache test results in FILE [disabled]
1804
 
  -C, --config-cache      alias for \`--cache-file=config.cache'
1805
 
  -n, --no-create         do not create output files
1806
 
      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1807
 
 
1808
 
Installation directories:
1809
 
  --prefix=PREFIX         install architecture-independent files in PREFIX
1810
 
                          [$ac_default_prefix]
1811
 
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1812
 
                          [PREFIX]
1813
 
 
1814
 
By default, \`make install' will install all the files in
1815
 
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1816
 
an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1817
 
for instance \`--prefix=\$HOME'.
1818
 
 
1819
 
For better control, use the options below.
1820
 
 
1821
 
Fine tuning of the installation directories:
1822
 
  --bindir=DIR            user executables [EPREFIX/bin]
1823
 
  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1824
 
  --libexecdir=DIR        program executables [EPREFIX/libexec]
1825
 
  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1826
 
  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1827
 
  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1828
 
  --libdir=DIR            object code libraries [EPREFIX/lib]
1829
 
  --includedir=DIR        C header files [PREFIX/include]
1830
 
  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1831
 
  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1832
 
  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1833
 
  --infodir=DIR           info documentation [DATAROOTDIR/info]
1834
 
  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1835
 
  --mandir=DIR            man documentation [DATAROOTDIR/man]
1836
 
  --docdir=DIR            documentation root
1837
 
                          [DATAROOTDIR/doc/cairo-dock-plugins]
1838
 
  --htmldir=DIR           html documentation [DOCDIR]
1839
 
  --dvidir=DIR            dvi documentation [DOCDIR]
1840
 
  --pdfdir=DIR            pdf documentation [DOCDIR]
1841
 
  --psdir=DIR             ps documentation [DOCDIR]
1842
 
_ACEOF
1843
 
 
1844
 
  cat <<\_ACEOF
1845
 
 
1846
 
Program names:
1847
 
  --program-prefix=PREFIX            prepend PREFIX to installed program names
1848
 
  --program-suffix=SUFFIX            append SUFFIX to installed program names
1849
 
  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1850
 
 
1851
 
System types:
1852
 
  --build=BUILD     configure for building on BUILD [guessed]
1853
 
  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1854
 
_ACEOF
1855
 
fi
1856
 
 
1857
 
if test -n "$ac_init_help"; then
1858
 
  case $ac_init_help in
1859
 
     short | recursive ) echo "Configuration of cairo-dock-plugins 2.1.3-10-lucid:";;
1860
 
   esac
1861
 
  cat <<\_ACEOF
1862
 
 
1863
 
Optional Features:
1864
 
  --disable-option-checking  ignore unrecognized --enable/--with options
1865
 
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1866
 
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1867
 
  --enable-static[=PKGS]  build static libraries [default=no]
1868
 
  --enable-shared[=PKGS]  build shared libraries [default=yes]
1869
 
  --enable-fast-install[=PKGS]
1870
 
                          optimize for fast installation [default=yes]
1871
 
  --disable-dependency-tracking  speeds up one-time build
1872
 
  --enable-dependency-tracking   do not reject slow dependency extractors
1873
 
  --disable-libtool-lock  avoid locking (might break parallel builds)
1874
 
  --disable-nls           do not use Native Language Support
1875
 
  --enable-old-gnome-integration : Enable Gnome<2.22 integration (default=no)
1876
 
  --enable-gnome-integration : Enable Gnome>=2.22 integration (default=yes)
1877
 
  --enable-xfce-integration : Enable XFCE integration (default=yes)
1878
 
  --enable-kde-integration : Enable KDE integration (default=yes)
1879
 
  --enable-alsa-mixer : Enable Alsa-Mixer applet (default=yes)
1880
 
  --enable-terminal : Enable Terminal applet (default=yes)
1881
 
  --enable-powermanager : Enable PowerManager applet (default=yes)
1882
 
  --enable-wifi : Enable Wifi applet (default=yes)
1883
 
  --enable-tomboy : Enable Tomboy applet (default=yes)
1884
 
  --enable-compiz-icon : Enable Compiz-Icon applet (default=yes)
1885
 
  --enable-xgamma : Enable Xgamma applet (default=yes)
1886
 
  --enable-gmenu : Enable GMenu applet (default=yes)
1887
 
  --enable-gio-in-gmenu : Use gio in GMenu (default=no)
1888
 
  --enable-mail : Enable Mail applet (default=yes)
1889
 
  --enable-weblets : Enable Weblets applet (default=yes)
1890
 
  --enable-exif : for auto-rotating pictures in Slider (default=yes)
1891
 
  --enable-keyboard-indicator : Enable keyboard-indicator applet (default=yes)
1892
 
  --enable-dnd2share : Enable dnd2share applet (default=yes)
1893
 
  --enable-musicplayer : Enable musicplayer applet (default=yes)
1894
 
  --enable-rssreader : Enable rssreader applet (default=yes)
1895
 
  --enable-xrandr-in-show-desktop : Add screen resolution abilities to Show-Desktop (default=yes)
1896
 
  --enable-network-monitor : Enable Network-Monitor applet (default=no)
1897
 
  --enable-scooby-do : Enable Scooby-Do applet (default=no)
1898
 
 
1899
 
Optional Packages:
1900
 
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1901
 
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1902
 
  --with-pic              try to use only PIC/non-PIC objects [default=use
1903
 
                          both]
1904
 
  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1905
 
 
1906
 
Some influential environment variables:
1907
 
  CC          C compiler command
1908
 
  CFLAGS      C compiler flags
1909
 
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1910
 
              nonstandard directory <lib dir>
1911
 
  LIBS        libraries to pass to the linker, e.g. -l<library>
1912
 
  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1913
 
              you have headers in a nonstandard directory <include dir>
1914
 
  CPP         C preprocessor
1915
 
  PKG_CONFIG  path to pkg-config utility
1916
 
  PACKAGE_CFLAGS
1917
 
              C compiler flags for PACKAGE, overriding pkg-config
1918
 
  PACKAGE_LIBS
1919
 
              linker flags for PACKAGE, overriding pkg-config
1920
 
  OLD_GNOME_INTEGRATION_CFLAGS
1921
 
              C compiler flags for OLD_GNOME_INTEGRATION, overriding
1922
 
              pkg-config
1923
 
  OLD_GNOME_INTEGRATION_LIBS
1924
 
              linker flags for OLD_GNOME_INTEGRATION, overriding pkg-config
1925
 
  GNOME_INTEGRATION_CFLAGS
1926
 
              C compiler flags for GNOME_INTEGRATION, overriding pkg-config
1927
 
  GNOME_INTEGRATION_LIBS
1928
 
              linker flags for GNOME_INTEGRATION, overriding pkg-config
1929
 
  XFCE_INTEGRATION_CFLAGS
1930
 
              C compiler flags for XFCE_INTEGRATION, overriding pkg-config
1931
 
  XFCE_INTEGRATION_LIBS
1932
 
              linker flags for XFCE_INTEGRATION, overriding pkg-config
1933
 
  KDE_INTEGRATION_CFLAGS
1934
 
              C compiler flags for KDE_INTEGRATION, overriding pkg-config
1935
 
  KDE_INTEGRATION_LIBS
1936
 
              linker flags for KDE_INTEGRATION, overriding pkg-config
1937
 
  ALSA_MIXER_PACKAGE_CFLAGS
1938
 
              C compiler flags for ALSA_MIXER_PACKAGE, overriding pkg-config
1939
 
  ALSA_MIXER_PACKAGE_LIBS
1940
 
              linker flags for ALSA_MIXER_PACKAGE, overriding pkg-config
1941
 
  TERMINAL_PACKAGE_CFLAGS
1942
 
              C compiler flags for TERMINAL_PACKAGE, overriding pkg-config
1943
 
  TERMINAL_PACKAGE_LIBS
1944
 
              linker flags for TERMINAL_PACKAGE, overriding pkg-config
1945
 
  XGAMMA_PACKAGE_CFLAGS
1946
 
              C compiler flags for XGAMMA_PACKAGE, overriding pkg-config
1947
 
  XGAMMA_PACKAGE_LIBS
1948
 
              linker flags for XGAMMA_PACKAGE, overriding pkg-config
1949
 
  GMENU_PACKAGE_CFLAGS
1950
 
              C compiler flags for GMENU_PACKAGE, overriding pkg-config
1951
 
  GMENU_PACKAGE_LIBS
1952
 
              linker flags for GMENU_PACKAGE, overriding pkg-config
1953
 
  GMENU_GIO_CFLAGS
1954
 
              C compiler flags for GMENU_GIO, overriding pkg-config
1955
 
  GMENU_GIO_LIBS
1956
 
              linker flags for GMENU_GIO, overriding pkg-config
1957
 
  WEBKIT_CFLAGS
1958
 
              C compiler flags for WEBKIT, overriding pkg-config
1959
 
  WEBKIT_LIBS linker flags for WEBKIT, overriding pkg-config
1960
 
  EXIF_CFLAGS C compiler flags for EXIF, overriding pkg-config
1961
 
  EXIF_LIBS   linker flags for EXIF, overriding pkg-config
1962
 
  KEYBOARD_INDICATOR_PACKAGE_CFLAGS
1963
 
              C compiler flags for KEYBOARD_INDICATOR_PACKAGE, overriding
1964
 
              pkg-config
1965
 
  KEYBOARD_INDICATOR_PACKAGE_LIBS
1966
 
              linker flags for KEYBOARD_INDICATOR_PACKAGE, overriding
1967
 
              pkg-config
1968
 
  SHOW_DESKTOP_XRANDR_CFLAGS
1969
 
              C compiler flags for SHOW_DESKTOP_XRANDR, overriding pkg-config
1970
 
  SHOW_DESKTOP_XRANDR_LIBS
1971
 
              linker flags for SHOW_DESKTOP_XRANDR, overriding pkg-config
1972
 
  CXX         C++ compiler command
1973
 
  CXXFLAGS    C++ compiler flags
1974
 
  CXXCPP      C++ preprocessor
1975
 
 
1976
 
Use these variables to override the choices made by `configure' or to help
1977
 
it to find libraries and programs with nonstandard names/locations.
1978
 
 
1979
 
Report bugs to <Fabrice Rey (fabounet@users.berlios.de)>.
1980
 
_ACEOF
1981
 
ac_status=$?
1982
 
fi
1983
 
 
1984
 
if test "$ac_init_help" = "recursive"; then
1985
 
  # If there are subdirs, report their specific --help.
1986
 
  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1987
 
    test -d "$ac_dir" ||
1988
 
      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1989
 
      continue
1990
 
    ac_builddir=.
1991
 
 
1992
 
case "$ac_dir" in
1993
 
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1994
 
*)
1995
 
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1996
 
  # A ".." for each directory in $ac_dir_suffix.
1997
 
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1998
 
  case $ac_top_builddir_sub in
1999
 
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2000
 
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2001
 
  esac ;;
2002
 
esac
2003
 
ac_abs_top_builddir=$ac_pwd
2004
 
ac_abs_builddir=$ac_pwd$ac_dir_suffix
2005
 
# for backward compatibility:
2006
 
ac_top_builddir=$ac_top_build_prefix
2007
 
 
2008
 
case $srcdir in
2009
 
  .)  # We are building in place.
2010
 
    ac_srcdir=.
2011
 
    ac_top_srcdir=$ac_top_builddir_sub
2012
 
    ac_abs_top_srcdir=$ac_pwd ;;
2013
 
  [\\/]* | ?:[\\/]* )  # Absolute name.
2014
 
    ac_srcdir=$srcdir$ac_dir_suffix;
2015
 
    ac_top_srcdir=$srcdir
2016
 
    ac_abs_top_srcdir=$srcdir ;;
2017
 
  *) # Relative name.
2018
 
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2019
 
    ac_top_srcdir=$ac_top_build_prefix$srcdir
2020
 
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2021
 
esac
2022
 
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2023
 
 
2024
 
    cd "$ac_dir" || { ac_status=$?; continue; }
2025
 
    # Check for guested configure.
2026
 
    if test -f "$ac_srcdir/configure.gnu"; then
2027
 
      echo &&
2028
 
      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2029
 
    elif test -f "$ac_srcdir/configure"; then
2030
 
      echo &&
2031
 
      $SHELL "$ac_srcdir/configure" --help=recursive
2032
 
    else
2033
 
      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2034
 
    fi || ac_status=$?
2035
 
    cd "$ac_pwd" || { ac_status=$?; break; }
2036
 
  done
2037
 
fi
2038
 
 
2039
 
test -n "$ac_init_help" && exit $ac_status
2040
 
if $ac_init_version; then
2041
 
  cat <<\_ACEOF
2042
 
cairo-dock-plugins configure 2.1.3-10-lucid
2043
 
generated by GNU Autoconf 2.65
2044
 
 
2045
 
Copyright (C) 2009 Free Software Foundation, Inc.
2046
 
This configure script is free software; the Free Software Foundation
2047
 
gives unlimited permission to copy, distribute and modify it.
2048
 
_ACEOF
2049
 
  exit
2050
 
fi
2051
 
 
2052
 
## ------------------------ ##
2053
 
## Autoconf initialization. ##
2054
 
## ------------------------ ##
2055
 
 
2056
 
# ac_fn_c_try_compile LINENO
2057
 
# --------------------------
2058
 
# Try to compile conftest.$ac_ext, and return whether this succeeded.
2059
 
ac_fn_c_try_compile ()
2060
 
{
2061
 
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2062
 
  rm -f conftest.$ac_objext
2063
 
  if { { ac_try="$ac_compile"
2064
 
case "(($ac_try" in
2065
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2066
 
  *) ac_try_echo=$ac_try;;
2067
 
esac
2068
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2069
 
$as_echo "$ac_try_echo"; } >&5
2070
 
  (eval "$ac_compile") 2>conftest.err
2071
 
  ac_status=$?
2072
 
  if test -s conftest.err; then
2073
 
    grep -v '^ *+' conftest.err >conftest.er1
2074
 
    cat conftest.er1 >&5
2075
 
    mv -f conftest.er1 conftest.err
2076
 
  fi
2077
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2078
 
  test $ac_status = 0; } && {
2079
 
         test -z "$ac_c_werror_flag" ||
2080
 
         test ! -s conftest.err
2081
 
       } && test -s conftest.$ac_objext; then :
2082
 
  ac_retval=0
2083
 
else
2084
 
  $as_echo "$as_me: failed program was:" >&5
2085
 
sed 's/^/| /' conftest.$ac_ext >&5
2086
 
 
2087
 
        ac_retval=1
2088
 
fi
2089
 
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2090
 
  as_fn_set_status $ac_retval
2091
 
 
2092
 
} # ac_fn_c_try_compile
2093
 
 
2094
 
# ac_fn_c_try_link LINENO
2095
 
# -----------------------
2096
 
# Try to link conftest.$ac_ext, and return whether this succeeded.
2097
 
ac_fn_c_try_link ()
2098
 
{
2099
 
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2100
 
  rm -f conftest.$ac_objext conftest$ac_exeext
2101
 
  if { { ac_try="$ac_link"
2102
 
case "(($ac_try" in
2103
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2104
 
  *) ac_try_echo=$ac_try;;
2105
 
esac
2106
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2107
 
$as_echo "$ac_try_echo"; } >&5
2108
 
  (eval "$ac_link") 2>conftest.err
2109
 
  ac_status=$?
2110
 
  if test -s conftest.err; then
2111
 
    grep -v '^ *+' conftest.err >conftest.er1
2112
 
    cat conftest.er1 >&5
2113
 
    mv -f conftest.er1 conftest.err
2114
 
  fi
2115
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2116
 
  test $ac_status = 0; } && {
2117
 
         test -z "$ac_c_werror_flag" ||
2118
 
         test ! -s conftest.err
2119
 
       } && test -s conftest$ac_exeext && {
2120
 
         test "$cross_compiling" = yes ||
2121
 
         $as_test_x conftest$ac_exeext
2122
 
       }; then :
2123
 
  ac_retval=0
2124
 
else
2125
 
  $as_echo "$as_me: failed program was:" >&5
2126
 
sed 's/^/| /' conftest.$ac_ext >&5
2127
 
 
2128
 
        ac_retval=1
2129
 
fi
2130
 
  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2131
 
  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2132
 
  # interfere with the next link command; also delete a directory that is
2133
 
  # left behind by Apple's compiler.  We do this before executing the actions.
2134
 
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2135
 
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2136
 
  as_fn_set_status $ac_retval
2137
 
 
2138
 
} # ac_fn_c_try_link
2139
 
 
2140
 
# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2141
 
# -------------------------------------------------------
2142
 
# Tests whether HEADER exists and can be compiled using the include files in
2143
 
# INCLUDES, setting the cache variable VAR accordingly.
2144
 
ac_fn_c_check_header_compile ()
2145
 
{
2146
 
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2147
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2148
 
$as_echo_n "checking for $2... " >&6; }
2149
 
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2150
 
  $as_echo_n "(cached) " >&6
2151
 
else
2152
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2153
 
/* end confdefs.h.  */
2154
 
$4
2155
 
#include <$2>
2156
 
_ACEOF
2157
 
if ac_fn_c_try_compile "$LINENO"; then :
2158
 
  eval "$3=yes"
2159
 
else
2160
 
  eval "$3=no"
2161
 
fi
2162
 
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2163
 
fi
2164
 
eval ac_res=\$$3
2165
 
               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2166
 
$as_echo "$ac_res" >&6; }
2167
 
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2168
 
 
2169
 
} # ac_fn_c_check_header_compile
2170
 
 
2171
 
# ac_fn_c_try_cpp LINENO
2172
 
# ----------------------
2173
 
# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2174
 
ac_fn_c_try_cpp ()
2175
 
{
2176
 
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2177
 
  if { { ac_try="$ac_cpp conftest.$ac_ext"
2178
 
case "(($ac_try" in
2179
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2180
 
  *) ac_try_echo=$ac_try;;
2181
 
esac
2182
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2183
 
$as_echo "$ac_try_echo"; } >&5
2184
 
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2185
 
  ac_status=$?
2186
 
  if test -s conftest.err; then
2187
 
    grep -v '^ *+' conftest.err >conftest.er1
2188
 
    cat conftest.er1 >&5
2189
 
    mv -f conftest.er1 conftest.err
2190
 
  fi
2191
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2192
 
  test $ac_status = 0; } >/dev/null && {
2193
 
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2194
 
         test ! -s conftest.err
2195
 
       }; then :
2196
 
  ac_retval=0
2197
 
else
2198
 
  $as_echo "$as_me: failed program was:" >&5
2199
 
sed 's/^/| /' conftest.$ac_ext >&5
2200
 
 
2201
 
    ac_retval=1
2202
 
fi
2203
 
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2204
 
  as_fn_set_status $ac_retval
2205
 
 
2206
 
} # ac_fn_c_try_cpp
2207
 
 
2208
 
# ac_fn_c_try_run LINENO
2209
 
# ----------------------
2210
 
# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2211
 
# that executables *can* be run.
2212
 
ac_fn_c_try_run ()
2213
 
{
2214
 
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2215
 
  if { { ac_try="$ac_link"
2216
 
case "(($ac_try" in
2217
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2218
 
  *) ac_try_echo=$ac_try;;
2219
 
esac
2220
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2221
 
$as_echo "$ac_try_echo"; } >&5
2222
 
  (eval "$ac_link") 2>&5
2223
 
  ac_status=$?
2224
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2225
 
  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2226
 
  { { case "(($ac_try" in
2227
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2228
 
  *) ac_try_echo=$ac_try;;
2229
 
esac
2230
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2231
 
$as_echo "$ac_try_echo"; } >&5
2232
 
  (eval "$ac_try") 2>&5
2233
 
  ac_status=$?
2234
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2235
 
  test $ac_status = 0; }; }; then :
2236
 
  ac_retval=0
2237
 
else
2238
 
  $as_echo "$as_me: program exited with status $ac_status" >&5
2239
 
       $as_echo "$as_me: failed program was:" >&5
2240
 
sed 's/^/| /' conftest.$ac_ext >&5
2241
 
 
2242
 
       ac_retval=$ac_status
2243
 
fi
2244
 
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2245
 
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2246
 
  as_fn_set_status $ac_retval
2247
 
 
2248
 
} # ac_fn_c_try_run
2249
 
 
2250
 
# ac_fn_c_check_func LINENO FUNC VAR
2251
 
# ----------------------------------
2252
 
# Tests whether FUNC exists, setting the cache variable VAR accordingly
2253
 
ac_fn_c_check_func ()
2254
 
{
2255
 
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2256
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2257
 
$as_echo_n "checking for $2... " >&6; }
2258
 
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2259
 
  $as_echo_n "(cached) " >&6
2260
 
else
2261
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2262
 
/* end confdefs.h.  */
2263
 
/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2264
 
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2265
 
#define $2 innocuous_$2
2266
 
 
2267
 
/* System header to define __stub macros and hopefully few prototypes,
2268
 
    which can conflict with char $2 (); below.
2269
 
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2270
 
    <limits.h> exists even on freestanding compilers.  */
2271
 
 
2272
 
#ifdef __STDC__
2273
 
# include <limits.h>
2274
 
#else
2275
 
# include <assert.h>
2276
 
#endif
2277
 
 
2278
 
#undef $2
2279
 
 
2280
 
/* Override any GCC internal prototype to avoid an error.
2281
 
   Use char because int might match the return type of a GCC
2282
 
   builtin and then its argument prototype would still apply.  */
2283
 
#ifdef __cplusplus
2284
 
extern "C"
2285
 
#endif
2286
 
char $2 ();
2287
 
/* The GNU C library defines this for functions which it implements
2288
 
    to always fail with ENOSYS.  Some functions are actually named
2289
 
    something starting with __ and the normal name is an alias.  */
2290
 
#if defined __stub_$2 || defined __stub___$2
2291
 
choke me
2292
 
#endif
2293
 
 
2294
 
int
2295
 
main ()
2296
 
{
2297
 
return $2 ();
2298
 
  ;
2299
 
  return 0;
2300
 
}
2301
 
_ACEOF
2302
 
if ac_fn_c_try_link "$LINENO"; then :
2303
 
  eval "$3=yes"
2304
 
else
2305
 
  eval "$3=no"
2306
 
fi
2307
 
rm -f core conftest.err conftest.$ac_objext \
2308
 
    conftest$ac_exeext conftest.$ac_ext
2309
 
fi
2310
 
eval ac_res=\$$3
2311
 
               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2312
 
$as_echo "$ac_res" >&6; }
2313
 
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2314
 
 
2315
 
} # ac_fn_c_check_func
2316
 
 
2317
 
# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2318
 
# -------------------------------------------------------
2319
 
# Tests whether HEADER exists, giving a warning if it cannot be compiled using
2320
 
# the include files in INCLUDES and setting the cache variable VAR
2321
 
# accordingly.
2322
 
ac_fn_c_check_header_mongrel ()
2323
 
{
2324
 
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2325
 
  if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2326
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2327
 
$as_echo_n "checking for $2... " >&6; }
2328
 
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2329
 
  $as_echo_n "(cached) " >&6
2330
 
fi
2331
 
eval ac_res=\$$3
2332
 
               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2333
 
$as_echo "$ac_res" >&6; }
2334
 
else
2335
 
  # Is the header compilable?
2336
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2337
 
$as_echo_n "checking $2 usability... " >&6; }
2338
 
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2339
 
/* end confdefs.h.  */
2340
 
$4
2341
 
#include <$2>
2342
 
_ACEOF
2343
 
if ac_fn_c_try_compile "$LINENO"; then :
2344
 
  ac_header_compiler=yes
2345
 
else
2346
 
  ac_header_compiler=no
2347
 
fi
2348
 
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2349
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2350
 
$as_echo "$ac_header_compiler" >&6; }
2351
 
 
2352
 
# Is the header present?
2353
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2354
 
$as_echo_n "checking $2 presence... " >&6; }
2355
 
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2356
 
/* end confdefs.h.  */
2357
 
#include <$2>
2358
 
_ACEOF
2359
 
if ac_fn_c_try_cpp "$LINENO"; then :
2360
 
  ac_header_preproc=yes
2361
 
else
2362
 
  ac_header_preproc=no
2363
 
fi
2364
 
rm -f conftest.err conftest.$ac_ext
2365
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2366
 
$as_echo "$ac_header_preproc" >&6; }
2367
 
 
2368
 
# So?  What about this header?
2369
 
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2370
 
  yes:no: )
2371
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2372
 
$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2373
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2374
 
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2375
 
    ;;
2376
 
  no:yes:* )
2377
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2378
 
$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2379
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
2380
 
$as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
2381
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2382
 
$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2383
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
2384
 
$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
2385
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2386
 
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2387
 
( cat <<\_ASBOX
2388
 
## ------------------------------------------------------ ##
2389
 
## Report this to Fabrice Rey (fabounet@users.berlios.de) ##
2390
 
## ------------------------------------------------------ ##
2391
 
_ASBOX
2392
 
     ) | sed "s/^/$as_me: WARNING:     /" >&2
2393
 
    ;;
2394
 
esac
2395
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2396
 
$as_echo_n "checking for $2... " >&6; }
2397
 
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2398
 
  $as_echo_n "(cached) " >&6
2399
 
else
2400
 
  eval "$3=\$ac_header_compiler"
2401
 
fi
2402
 
eval ac_res=\$$3
2403
 
               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2404
 
$as_echo "$ac_res" >&6; }
2405
 
fi
2406
 
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2407
 
 
2408
 
} # ac_fn_c_check_header_mongrel
2409
 
 
2410
 
# ac_fn_cxx_try_compile LINENO
2411
 
# ----------------------------
2412
 
# Try to compile conftest.$ac_ext, and return whether this succeeded.
2413
 
ac_fn_cxx_try_compile ()
2414
 
{
2415
 
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2416
 
  rm -f conftest.$ac_objext
2417
 
  if { { ac_try="$ac_compile"
2418
 
case "(($ac_try" in
2419
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2420
 
  *) ac_try_echo=$ac_try;;
2421
 
esac
2422
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2423
 
$as_echo "$ac_try_echo"; } >&5
2424
 
  (eval "$ac_compile") 2>conftest.err
2425
 
  ac_status=$?
2426
 
  if test -s conftest.err; then
2427
 
    grep -v '^ *+' conftest.err >conftest.er1
2428
 
    cat conftest.er1 >&5
2429
 
    mv -f conftest.er1 conftest.err
2430
 
  fi
2431
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2432
 
  test $ac_status = 0; } && {
2433
 
         test -z "$ac_cxx_werror_flag" ||
2434
 
         test ! -s conftest.err
2435
 
       } && test -s conftest.$ac_objext; then :
2436
 
  ac_retval=0
2437
 
else
2438
 
  $as_echo "$as_me: failed program was:" >&5
2439
 
sed 's/^/| /' conftest.$ac_ext >&5
2440
 
 
2441
 
        ac_retval=1
2442
 
fi
2443
 
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2444
 
  as_fn_set_status $ac_retval
2445
 
 
2446
 
} # ac_fn_cxx_try_compile
2447
 
 
2448
 
# ac_fn_cxx_try_cpp LINENO
2449
 
# ------------------------
2450
 
# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2451
 
ac_fn_cxx_try_cpp ()
2452
 
{
2453
 
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2454
 
  if { { ac_try="$ac_cpp conftest.$ac_ext"
2455
 
case "(($ac_try" in
2456
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2457
 
  *) ac_try_echo=$ac_try;;
2458
 
esac
2459
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2460
 
$as_echo "$ac_try_echo"; } >&5
2461
 
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2462
 
  ac_status=$?
2463
 
  if test -s conftest.err; then
2464
 
    grep -v '^ *+' conftest.err >conftest.er1
2465
 
    cat conftest.er1 >&5
2466
 
    mv -f conftest.er1 conftest.err
2467
 
  fi
2468
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2469
 
  test $ac_status = 0; } >/dev/null && {
2470
 
         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
2471
 
         test ! -s conftest.err
2472
 
       }; then :
2473
 
  ac_retval=0
2474
 
else
2475
 
  $as_echo "$as_me: failed program was:" >&5
2476
 
sed 's/^/| /' conftest.$ac_ext >&5
2477
 
 
2478
 
    ac_retval=1
2479
 
fi
2480
 
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2481
 
  as_fn_set_status $ac_retval
2482
 
 
2483
 
} # ac_fn_cxx_try_cpp
2484
 
 
2485
 
# ac_fn_cxx_try_link LINENO
2486
 
# -------------------------
2487
 
# Try to link conftest.$ac_ext, and return whether this succeeded.
2488
 
ac_fn_cxx_try_link ()
2489
 
{
2490
 
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2491
 
  rm -f conftest.$ac_objext conftest$ac_exeext
2492
 
  if { { ac_try="$ac_link"
2493
 
case "(($ac_try" in
2494
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2495
 
  *) ac_try_echo=$ac_try;;
2496
 
esac
2497
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2498
 
$as_echo "$ac_try_echo"; } >&5
2499
 
  (eval "$ac_link") 2>conftest.err
2500
 
  ac_status=$?
2501
 
  if test -s conftest.err; then
2502
 
    grep -v '^ *+' conftest.err >conftest.er1
2503
 
    cat conftest.er1 >&5
2504
 
    mv -f conftest.er1 conftest.err
2505
 
  fi
2506
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2507
 
  test $ac_status = 0; } && {
2508
 
         test -z "$ac_cxx_werror_flag" ||
2509
 
         test ! -s conftest.err
2510
 
       } && test -s conftest$ac_exeext && {
2511
 
         test "$cross_compiling" = yes ||
2512
 
         $as_test_x conftest$ac_exeext
2513
 
       }; then :
2514
 
  ac_retval=0
2515
 
else
2516
 
  $as_echo "$as_me: failed program was:" >&5
2517
 
sed 's/^/| /' conftest.$ac_ext >&5
2518
 
 
2519
 
        ac_retval=1
2520
 
fi
2521
 
  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2522
 
  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2523
 
  # interfere with the next link command; also delete a directory that is
2524
 
  # left behind by Apple's compiler.  We do this before executing the actions.
2525
 
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2526
 
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2527
 
  as_fn_set_status $ac_retval
2528
 
 
2529
 
} # ac_fn_cxx_try_link
2530
 
cat >config.log <<_ACEOF
2531
 
This file contains any messages produced by compilers while
2532
 
running configure, to aid debugging if configure makes a mistake.
2533
 
 
2534
 
It was created by cairo-dock-plugins $as_me 2.1.3-10-lucid, which was
2535
 
generated by GNU Autoconf 2.65.  Invocation command line was
2536
 
 
2537
 
  $ $0 $@
2538
 
 
2539
 
_ACEOF
2540
 
exec 5>>config.log
2541
 
{
2542
 
cat <<_ASUNAME
2543
 
## --------- ##
2544
 
## Platform. ##
2545
 
## --------- ##
2546
 
 
2547
 
hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2548
 
uname -m = `(uname -m) 2>/dev/null || echo unknown`
2549
 
uname -r = `(uname -r) 2>/dev/null || echo unknown`
2550
 
uname -s = `(uname -s) 2>/dev/null || echo unknown`
2551
 
uname -v = `(uname -v) 2>/dev/null || echo unknown`
2552
 
 
2553
 
/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2554
 
/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2555
 
 
2556
 
/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2557
 
/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2558
 
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2559
 
/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2560
 
/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2561
 
/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2562
 
/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2563
 
 
2564
 
_ASUNAME
2565
 
 
2566
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2567
 
for as_dir in $PATH
2568
 
do
2569
 
  IFS=$as_save_IFS
2570
 
  test -z "$as_dir" && as_dir=.
2571
 
    $as_echo "PATH: $as_dir"
2572
 
  done
2573
 
IFS=$as_save_IFS
2574
 
 
2575
 
} >&5
2576
 
 
2577
 
cat >&5 <<_ACEOF
2578
 
 
2579
 
 
2580
 
## ----------- ##
2581
 
## Core tests. ##
2582
 
## ----------- ##
2583
 
 
2584
 
_ACEOF
2585
 
 
2586
 
 
2587
 
# Keep a trace of the command line.
2588
 
# Strip out --no-create and --no-recursion so they do not pile up.
2589
 
# Strip out --silent because we don't want to record it for future runs.
2590
 
# Also quote any args containing shell meta-characters.
2591
 
# Make two passes to allow for proper duplicate-argument suppression.
2592
 
ac_configure_args=
2593
 
ac_configure_args0=
2594
 
ac_configure_args1=
2595
 
ac_must_keep_next=false
2596
 
for ac_pass in 1 2
2597
 
do
2598
 
  for ac_arg
2599
 
  do
2600
 
    case $ac_arg in
2601
 
    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2602
 
    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2603
 
    | -silent | --silent | --silen | --sile | --sil)
2604
 
      continue ;;
2605
 
    *\'*)
2606
 
      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2607
 
    esac
2608
 
    case $ac_pass in
2609
 
    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2610
 
    2)
2611
 
      as_fn_append ac_configure_args1 " '$ac_arg'"
2612
 
      if test $ac_must_keep_next = true; then
2613
 
        ac_must_keep_next=false # Got value, back to normal.
2614
 
      else
2615
 
        case $ac_arg in
2616
 
          *=* | --config-cache | -C | -disable-* | --disable-* \
2617
 
          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2618
 
          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2619
 
          | -with-* | --with-* | -without-* | --without-* | --x)
2620
 
            case "$ac_configure_args0 " in
2621
 
              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2622
 
            esac
2623
 
            ;;
2624
 
          -* ) ac_must_keep_next=true ;;
2625
 
        esac
2626
 
      fi
2627
 
      as_fn_append ac_configure_args " '$ac_arg'"
2628
 
      ;;
2629
 
    esac
2630
 
  done
2631
 
done
2632
 
{ ac_configure_args0=; unset ac_configure_args0;}
2633
 
{ ac_configure_args1=; unset ac_configure_args1;}
2634
 
 
2635
 
# When interrupted or exit'd, cleanup temporary files, and complete
2636
 
# config.log.  We remove comments because anyway the quotes in there
2637
 
# would cause problems or look ugly.
2638
 
# WARNING: Use '\'' to represent an apostrophe within the trap.
2639
 
# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2640
 
trap 'exit_status=$?
2641
 
  # Save into config.log some information that might help in debugging.
2642
 
  {
2643
 
    echo
2644
 
 
2645
 
    cat <<\_ASBOX
2646
 
## ---------------- ##
2647
 
## Cache variables. ##
2648
 
## ---------------- ##
2649
 
_ASBOX
2650
 
    echo
2651
 
    # The following way of writing the cache mishandles newlines in values,
2652
 
(
2653
 
  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2654
 
    eval ac_val=\$$ac_var
2655
 
    case $ac_val in #(
2656
 
    *${as_nl}*)
2657
 
      case $ac_var in #(
2658
 
      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2659
 
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2660
 
      esac
2661
 
      case $ac_var in #(
2662
 
      _ | IFS | as_nl) ;; #(
2663
 
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2664
 
      *) { eval $ac_var=; unset $ac_var;} ;;
2665
 
      esac ;;
2666
 
    esac
2667
 
  done
2668
 
  (set) 2>&1 |
2669
 
    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2670
 
    *${as_nl}ac_space=\ *)
2671
 
      sed -n \
2672
 
        "s/'\''/'\''\\\\'\'''\''/g;
2673
 
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2674
 
      ;; #(
2675
 
    *)
2676
 
      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2677
 
      ;;
2678
 
    esac |
2679
 
    sort
2680
 
)
2681
 
    echo
2682
 
 
2683
 
    cat <<\_ASBOX
2684
 
## ----------------- ##
2685
 
## Output variables. ##
2686
 
## ----------------- ##
2687
 
_ASBOX
2688
 
    echo
2689
 
    for ac_var in $ac_subst_vars
2690
 
    do
2691
 
      eval ac_val=\$$ac_var
2692
 
      case $ac_val in
2693
 
      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2694
 
      esac
2695
 
      $as_echo "$ac_var='\''$ac_val'\''"
2696
 
    done | sort
2697
 
    echo
2698
 
 
2699
 
    if test -n "$ac_subst_files"; then
2700
 
      cat <<\_ASBOX
2701
 
## ------------------- ##
2702
 
## File substitutions. ##
2703
 
## ------------------- ##
2704
 
_ASBOX
2705
 
      echo
2706
 
      for ac_var in $ac_subst_files
2707
 
      do
2708
 
        eval ac_val=\$$ac_var
2709
 
        case $ac_val in
2710
 
        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2711
 
        esac
2712
 
        $as_echo "$ac_var='\''$ac_val'\''"
2713
 
      done | sort
2714
 
      echo
2715
 
    fi
2716
 
 
2717
 
    if test -s confdefs.h; then
2718
 
      cat <<\_ASBOX
2719
 
## ----------- ##
2720
 
## confdefs.h. ##
2721
 
## ----------- ##
2722
 
_ASBOX
2723
 
      echo
2724
 
      cat confdefs.h
2725
 
      echo
2726
 
    fi
2727
 
    test "$ac_signal" != 0 &&
2728
 
      $as_echo "$as_me: caught signal $ac_signal"
2729
 
    $as_echo "$as_me: exit $exit_status"
2730
 
  } >&5
2731
 
  rm -f core *.core core.conftest.* &&
2732
 
    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2733
 
    exit $exit_status
2734
 
' 0
2735
 
for ac_signal in 1 2 13 15; do
2736
 
  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2737
 
done
2738
 
ac_signal=0
2739
 
 
2740
 
# confdefs.h avoids OS command line length limits that DEFS can exceed.
2741
 
rm -f -r conftest* confdefs.h
2742
 
 
2743
 
$as_echo "/* confdefs.h */" > confdefs.h
2744
 
 
2745
 
# Predefined preprocessor variables.
2746
 
 
2747
 
cat >>confdefs.h <<_ACEOF
2748
 
#define PACKAGE_NAME "$PACKAGE_NAME"
2749
 
_ACEOF
2750
 
 
2751
 
cat >>confdefs.h <<_ACEOF
2752
 
#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2753
 
_ACEOF
2754
 
 
2755
 
cat >>confdefs.h <<_ACEOF
2756
 
#define PACKAGE_VERSION "$PACKAGE_VERSION"
2757
 
_ACEOF
2758
 
 
2759
 
cat >>confdefs.h <<_ACEOF
2760
 
#define PACKAGE_STRING "$PACKAGE_STRING"
2761
 
_ACEOF
2762
 
 
2763
 
cat >>confdefs.h <<_ACEOF
2764
 
#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2765
 
_ACEOF
2766
 
 
2767
 
cat >>confdefs.h <<_ACEOF
2768
 
#define PACKAGE_URL "$PACKAGE_URL"
2769
 
_ACEOF
2770
 
 
2771
 
 
2772
 
# Let the site file select an alternate cache file if it wants to.
2773
 
# Prefer an explicitly selected file to automatically selected ones.
2774
 
ac_site_file1=NONE
2775
 
ac_site_file2=NONE
2776
 
if test -n "$CONFIG_SITE"; then
2777
 
  ac_site_file1=$CONFIG_SITE
2778
 
elif test "x$prefix" != xNONE; then
2779
 
  ac_site_file1=$prefix/share/config.site
2780
 
  ac_site_file2=$prefix/etc/config.site
2781
 
else
2782
 
  ac_site_file1=$ac_default_prefix/share/config.site
2783
 
  ac_site_file2=$ac_default_prefix/etc/config.site
2784
 
fi
2785
 
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2786
 
do
2787
 
  test "x$ac_site_file" = xNONE && continue
2788
 
  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2789
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2790
 
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2791
 
    sed 's/^/| /' "$ac_site_file" >&5
2792
 
    . "$ac_site_file"
2793
 
  fi
2794
 
done
2795
 
 
2796
 
if test -r "$cache_file"; then
2797
 
  # Some versions of bash will fail to source /dev/null (special files
2798
 
  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
2799
 
  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2800
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2801
 
$as_echo "$as_me: loading cache $cache_file" >&6;}
2802
 
    case $cache_file in
2803
 
      [\\/]* | ?:[\\/]* ) . "$cache_file";;
2804
 
      *)                      . "./$cache_file";;
2805
 
    esac
2806
 
  fi
2807
 
else
2808
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2809
 
$as_echo "$as_me: creating cache $cache_file" >&6;}
2810
 
  >$cache_file
2811
 
fi
2812
 
 
2813
 
# Check that the precious variables saved in the cache have kept the same
2814
 
# value.
2815
 
ac_cache_corrupted=false
2816
 
for ac_var in $ac_precious_vars; do
2817
 
  eval ac_old_set=\$ac_cv_env_${ac_var}_set
2818
 
  eval ac_new_set=\$ac_env_${ac_var}_set
2819
 
  eval ac_old_val=\$ac_cv_env_${ac_var}_value
2820
 
  eval ac_new_val=\$ac_env_${ac_var}_value
2821
 
  case $ac_old_set,$ac_new_set in
2822
 
    set,)
2823
 
      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2824
 
$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2825
 
      ac_cache_corrupted=: ;;
2826
 
    ,set)
2827
 
      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2828
 
$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2829
 
      ac_cache_corrupted=: ;;
2830
 
    ,);;
2831
 
    *)
2832
 
      if test "x$ac_old_val" != "x$ac_new_val"; then
2833
 
        # differences in whitespace do not lead to failure.
2834
 
        ac_old_val_w=`echo x $ac_old_val`
2835
 
        ac_new_val_w=`echo x $ac_new_val`
2836
 
        if test "$ac_old_val_w" != "$ac_new_val_w"; then
2837
 
          { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2838
 
$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2839
 
          ac_cache_corrupted=:
2840
 
        else
2841
 
          { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2842
 
$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2843
 
          eval $ac_var=\$ac_old_val
2844
 
        fi
2845
 
        { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2846
 
$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2847
 
        { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2848
 
$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2849
 
      fi;;
2850
 
  esac
2851
 
  # Pass precious variables to config.status.
2852
 
  if test "$ac_new_set" = set; then
2853
 
    case $ac_new_val in
2854
 
    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2855
 
    *) ac_arg=$ac_var=$ac_new_val ;;
2856
 
    esac
2857
 
    case " $ac_configure_args " in
2858
 
      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2859
 
      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2860
 
    esac
2861
 
  fi
2862
 
done
2863
 
if $ac_cache_corrupted; then
2864
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2865
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2866
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2867
 
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2868
 
  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2869
 
fi
2870
 
## -------------------- ##
2871
 
## Main body of script. ##
2872
 
## -------------------- ##
2873
 
 
2874
 
ac_ext=c
2875
 
ac_cpp='$CPP $CPPFLAGS'
2876
 
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2877
 
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2878
 
ac_compiler_gnu=$ac_cv_c_compiler_gnu
2879
 
 
2880
 
 
2881
 
 
2882
 
ac_config_headers="$ac_config_headers config.h"
2883
 
 
2884
 
 
2885
 
am__api_version='1.11'
2886
 
 
2887
 
ac_aux_dir=
2888
 
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2889
 
  for ac_t in install-sh install.sh shtool; do
2890
 
    if test -f "$ac_dir/$ac_t"; then
2891
 
      ac_aux_dir=$ac_dir
2892
 
      ac_install_sh="$ac_aux_dir/$ac_t -c"
2893
 
      break 2
2894
 
    fi
2895
 
  done
2896
 
done
2897
 
if test -z "$ac_aux_dir"; then
2898
 
  as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2899
 
fi
2900
 
 
2901
 
# These three variables are undocumented and unsupported,
2902
 
# and are intended to be withdrawn in a future Autoconf release.
2903
 
# They can cause serious problems if a builder's source tree is in a directory
2904
 
# whose full name contains unusual characters.
2905
 
ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2906
 
ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2907
 
ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2908
 
 
2909
 
 
2910
 
# Find a good install program.  We prefer a C program (faster),
2911
 
# so one script is as good as another.  But avoid the broken or
2912
 
# incompatible versions:
2913
 
# SysV /etc/install, /usr/sbin/install
2914
 
# SunOS /usr/etc/install
2915
 
# IRIX /sbin/install
2916
 
# AIX /bin/install
2917
 
# AmigaOS /C/install, which installs bootblocks on floppy discs
2918
 
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2919
 
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2920
 
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2921
 
# OS/2's system install, which has a completely different semantic
2922
 
# ./install, which can be erroneously created by make from ./install.sh.
2923
 
# Reject install programs that cannot install multiple files.
2924
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2925
 
$as_echo_n "checking for a BSD-compatible install... " >&6; }
2926
 
if test -z "$INSTALL"; then
2927
 
if test "${ac_cv_path_install+set}" = set; then :
2928
 
  $as_echo_n "(cached) " >&6
2929
 
else
2930
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2931
 
for as_dir in $PATH
2932
 
do
2933
 
  IFS=$as_save_IFS
2934
 
  test -z "$as_dir" && as_dir=.
2935
 
    # Account for people who put trailing slashes in PATH elements.
2936
 
case $as_dir/ in #((
2937
 
  ./ | .// | /[cC]/* | \
2938
 
  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2939
 
  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2940
 
  /usr/ucb/* ) ;;
2941
 
  *)
2942
 
    # OSF1 and SCO ODT 3.0 have their own names for install.
2943
 
    # Don't use installbsd from OSF since it installs stuff as root
2944
 
    # by default.
2945
 
    for ac_prog in ginstall scoinst install; do
2946
 
      for ac_exec_ext in '' $ac_executable_extensions; do
2947
 
        if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2948
 
          if test $ac_prog = install &&
2949
 
            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2950
 
            # AIX install.  It has an incompatible calling convention.
2951
 
            :
2952
 
          elif test $ac_prog = install &&
2953
 
            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2954
 
            # program-specific install script used by HP pwplus--don't use.
2955
 
            :
2956
 
          else
2957
 
            rm -rf conftest.one conftest.two conftest.dir
2958
 
            echo one > conftest.one
2959
 
            echo two > conftest.two
2960
 
            mkdir conftest.dir
2961
 
            if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2962
 
              test -s conftest.one && test -s conftest.two &&
2963
 
              test -s conftest.dir/conftest.one &&
2964
 
              test -s conftest.dir/conftest.two
2965
 
            then
2966
 
              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2967
 
              break 3
2968
 
            fi
2969
 
          fi
2970
 
        fi
2971
 
      done
2972
 
    done
2973
 
    ;;
2974
 
esac
2975
 
 
2976
 
  done
2977
 
IFS=$as_save_IFS
2978
 
 
2979
 
rm -rf conftest.one conftest.two conftest.dir
2980
 
 
2981
 
fi
2982
 
  if test "${ac_cv_path_install+set}" = set; then
2983
 
    INSTALL=$ac_cv_path_install
2984
 
  else
2985
 
    # As a last resort, use the slow shell script.  Don't cache a
2986
 
    # value for INSTALL within a source directory, because that will
2987
 
    # break other packages using the cache if that directory is
2988
 
    # removed, or if the value is a relative name.
2989
 
    INSTALL=$ac_install_sh
2990
 
  fi
2991
 
fi
2992
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2993
 
$as_echo "$INSTALL" >&6; }
2994
 
 
2995
 
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2996
 
# It thinks the first close brace ends the variable substitution.
2997
 
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2998
 
 
2999
 
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3000
 
 
3001
 
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3002
 
 
3003
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3004
 
$as_echo_n "checking whether build environment is sane... " >&6; }
3005
 
# Just in case
3006
 
sleep 1
3007
 
echo timestamp > conftest.file
3008
 
# Reject unsafe characters in $srcdir or the absolute working directory
3009
 
# name.  Accept space and tab only in the latter.
3010
 
am_lf='
3011
 
'
3012
 
case `pwd` in
3013
 
  *[\\\"\#\$\&\'\`$am_lf]*)
3014
 
    as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3015
 
esac
3016
 
case $srcdir in
3017
 
  *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
3018
 
    as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3019
 
esac
3020
 
 
3021
 
# Do `set' in a subshell so we don't clobber the current shell's
3022
 
# arguments.  Must try -L first in case configure is actually a
3023
 
# symlink; some systems play weird games with the mod time of symlinks
3024
 
# (eg FreeBSD returns the mod time of the symlink's containing
3025
 
# directory).
3026
 
if (
3027
 
   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3028
 
   if test "$*" = "X"; then
3029
 
      # -L didn't work.
3030
 
      set X `ls -t "$srcdir/configure" conftest.file`
3031
 
   fi
3032
 
   rm -f conftest.file
3033
 
   if test "$*" != "X $srcdir/configure conftest.file" \
3034
 
      && test "$*" != "X conftest.file $srcdir/configure"; then
3035
 
 
3036
 
      # If neither matched, then we have a broken ls.  This can happen
3037
 
      # if, for instance, CONFIG_SHELL is bash and it inherits a
3038
 
      # broken ls alias from the environment.  This has actually
3039
 
      # happened.  Such a system could not be considered "sane".
3040
 
      as_fn_error "ls -t appears to fail.  Make sure there is not a broken
3041
 
alias in your environment" "$LINENO" 5
3042
 
   fi
3043
 
 
3044
 
   test "$2" = conftest.file
3045
 
   )
3046
 
then
3047
 
   # Ok.
3048
 
   :
3049
 
else
3050
 
   as_fn_error "newly created file is older than distributed files!
3051
 
Check your system clock" "$LINENO" 5
3052
 
fi
3053
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3054
 
$as_echo "yes" >&6; }
3055
 
test "$program_prefix" != NONE &&
3056
 
  program_transform_name="s&^&$program_prefix&;$program_transform_name"
3057
 
# Use a double $ so make ignores it.
3058
 
test "$program_suffix" != NONE &&
3059
 
  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3060
 
# Double any \ or $.
3061
 
# By default was `s,x,x', remove it if useless.
3062
 
ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3063
 
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3064
 
 
3065
 
# expand $ac_aux_dir to an absolute path
3066
 
am_aux_dir=`cd $ac_aux_dir && pwd`
3067
 
 
3068
 
if test x"${MISSING+set}" != xset; then
3069
 
  case $am_aux_dir in
3070
 
  *\ * | *\     *)
3071
 
    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3072
 
  *)
3073
 
    MISSING="\${SHELL} $am_aux_dir/missing" ;;
3074
 
  esac
3075
 
fi
3076
 
# Use eval to expand $SHELL
3077
 
if eval "$MISSING --run true"; then
3078
 
  am_missing_run="$MISSING --run "
3079
 
else
3080
 
  am_missing_run=
3081
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3082
 
$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3083
 
fi
3084
 
 
3085
 
if test x"${install_sh}" != xset; then
3086
 
  case $am_aux_dir in
3087
 
  *\ * | *\     *)
3088
 
    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3089
 
  *)
3090
 
    install_sh="\${SHELL} $am_aux_dir/install-sh"
3091
 
  esac
3092
 
fi
3093
 
 
3094
 
# Installed binaries are usually stripped using `strip' when the user
3095
 
# run `make install-strip'.  However `strip' might not be the right
3096
 
# tool to use in cross-compilation environments, therefore Automake
3097
 
# will honor the `STRIP' environment variable to overrule this program.
3098
 
if test "$cross_compiling" != no; then
3099
 
  if test -n "$ac_tool_prefix"; then
3100
 
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3101
 
set dummy ${ac_tool_prefix}strip; ac_word=$2
3102
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3103
 
$as_echo_n "checking for $ac_word... " >&6; }
3104
 
if test "${ac_cv_prog_STRIP+set}" = set; then :
3105
 
  $as_echo_n "(cached) " >&6
3106
 
else
3107
 
  if test -n "$STRIP"; then
3108
 
  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3109
 
else
3110
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3111
 
for as_dir in $PATH
3112
 
do
3113
 
  IFS=$as_save_IFS
3114
 
  test -z "$as_dir" && as_dir=.
3115
 
    for ac_exec_ext in '' $ac_executable_extensions; do
3116
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3117
 
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3118
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3119
 
    break 2
3120
 
  fi
3121
 
done
3122
 
  done
3123
 
IFS=$as_save_IFS
3124
 
 
3125
 
fi
3126
 
fi
3127
 
STRIP=$ac_cv_prog_STRIP
3128
 
if test -n "$STRIP"; then
3129
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3130
 
$as_echo "$STRIP" >&6; }
3131
 
else
3132
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3133
 
$as_echo "no" >&6; }
3134
 
fi
3135
 
 
3136
 
 
3137
 
fi
3138
 
if test -z "$ac_cv_prog_STRIP"; then
3139
 
  ac_ct_STRIP=$STRIP
3140
 
  # Extract the first word of "strip", so it can be a program name with args.
3141
 
set dummy strip; ac_word=$2
3142
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3143
 
$as_echo_n "checking for $ac_word... " >&6; }
3144
 
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3145
 
  $as_echo_n "(cached) " >&6
3146
 
else
3147
 
  if test -n "$ac_ct_STRIP"; then
3148
 
  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3149
 
else
3150
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3151
 
for as_dir in $PATH
3152
 
do
3153
 
  IFS=$as_save_IFS
3154
 
  test -z "$as_dir" && as_dir=.
3155
 
    for ac_exec_ext in '' $ac_executable_extensions; do
3156
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3157
 
    ac_cv_prog_ac_ct_STRIP="strip"
3158
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3159
 
    break 2
3160
 
  fi
3161
 
done
3162
 
  done
3163
 
IFS=$as_save_IFS
3164
 
 
3165
 
fi
3166
 
fi
3167
 
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3168
 
if test -n "$ac_ct_STRIP"; then
3169
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3170
 
$as_echo "$ac_ct_STRIP" >&6; }
3171
 
else
3172
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3173
 
$as_echo "no" >&6; }
3174
 
fi
3175
 
 
3176
 
  if test "x$ac_ct_STRIP" = x; then
3177
 
    STRIP=":"
3178
 
  else
3179
 
    case $cross_compiling:$ac_tool_warned in
3180
 
yes:)
3181
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3182
 
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3183
 
ac_tool_warned=yes ;;
3184
 
esac
3185
 
    STRIP=$ac_ct_STRIP
3186
 
  fi
3187
 
else
3188
 
  STRIP="$ac_cv_prog_STRIP"
3189
 
fi
3190
 
 
3191
 
fi
3192
 
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3193
 
 
3194
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3195
 
$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3196
 
if test -z "$MKDIR_P"; then
3197
 
  if test "${ac_cv_path_mkdir+set}" = set; then :
3198
 
  $as_echo_n "(cached) " >&6
3199
 
else
3200
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3201
 
for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3202
 
do
3203
 
  IFS=$as_save_IFS
3204
 
  test -z "$as_dir" && as_dir=.
3205
 
    for ac_prog in mkdir gmkdir; do
3206
 
         for ac_exec_ext in '' $ac_executable_extensions; do
3207
 
           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3208
 
           case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3209
 
             'mkdir (GNU coreutils) '* | \
3210
 
             'mkdir (coreutils) '* | \
3211
 
             'mkdir (fileutils) '4.1*)
3212
 
               ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3213
 
               break 3;;
3214
 
           esac
3215
 
         done
3216
 
       done
3217
 
  done
3218
 
IFS=$as_save_IFS
3219
 
 
3220
 
fi
3221
 
 
3222
 
  test -d ./--version && rmdir ./--version
3223
 
  if test "${ac_cv_path_mkdir+set}" = set; then
3224
 
    MKDIR_P="$ac_cv_path_mkdir -p"
3225
 
  else
3226
 
    # As a last resort, use the slow shell script.  Don't cache a
3227
 
    # value for MKDIR_P within a source directory, because that will
3228
 
    # break other packages using the cache if that directory is
3229
 
    # removed, or if the value is a relative name.
3230
 
    MKDIR_P="$ac_install_sh -d"
3231
 
  fi
3232
 
fi
3233
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3234
 
$as_echo "$MKDIR_P" >&6; }
3235
 
 
3236
 
mkdir_p="$MKDIR_P"
3237
 
case $mkdir_p in
3238
 
  [\\/$]* | ?:[\\/]*) ;;
3239
 
  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3240
 
esac
3241
 
 
3242
 
for ac_prog in gawk mawk nawk awk
3243
 
do
3244
 
  # Extract the first word of "$ac_prog", so it can be a program name with args.
3245
 
set dummy $ac_prog; ac_word=$2
3246
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3247
 
$as_echo_n "checking for $ac_word... " >&6; }
3248
 
if test "${ac_cv_prog_AWK+set}" = set; then :
3249
 
  $as_echo_n "(cached) " >&6
3250
 
else
3251
 
  if test -n "$AWK"; then
3252
 
  ac_cv_prog_AWK="$AWK" # Let the user override the test.
3253
 
else
3254
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3255
 
for as_dir in $PATH
3256
 
do
3257
 
  IFS=$as_save_IFS
3258
 
  test -z "$as_dir" && as_dir=.
3259
 
    for ac_exec_ext in '' $ac_executable_extensions; do
3260
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3261
 
    ac_cv_prog_AWK="$ac_prog"
3262
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3263
 
    break 2
3264
 
  fi
3265
 
done
3266
 
  done
3267
 
IFS=$as_save_IFS
3268
 
 
3269
 
fi
3270
 
fi
3271
 
AWK=$ac_cv_prog_AWK
3272
 
if test -n "$AWK"; then
3273
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3274
 
$as_echo "$AWK" >&6; }
3275
 
else
3276
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3277
 
$as_echo "no" >&6; }
3278
 
fi
3279
 
 
3280
 
 
3281
 
  test -n "$AWK" && break
3282
 
done
3283
 
 
3284
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3285
 
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3286
 
set x ${MAKE-make}
3287
 
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3288
 
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3289
 
  $as_echo_n "(cached) " >&6
3290
 
else
3291
 
  cat >conftest.make <<\_ACEOF
3292
 
SHELL = /bin/sh
3293
 
all:
3294
 
        @echo '@@@%%%=$(MAKE)=@@@%%%'
3295
 
_ACEOF
3296
 
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3297
 
case `${MAKE-make} -f conftest.make 2>/dev/null` in
3298
 
  *@@@%%%=?*=@@@%%%*)
3299
 
    eval ac_cv_prog_make_${ac_make}_set=yes;;
3300
 
  *)
3301
 
    eval ac_cv_prog_make_${ac_make}_set=no;;
3302
 
esac
3303
 
rm -f conftest.make
3304
 
fi
3305
 
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3306
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3307
 
$as_echo "yes" >&6; }
3308
 
  SET_MAKE=
3309
 
else
3310
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3311
 
$as_echo "no" >&6; }
3312
 
  SET_MAKE="MAKE=${MAKE-make}"
3313
 
fi
3314
 
 
3315
 
rm -rf .tst 2>/dev/null
3316
 
mkdir .tst 2>/dev/null
3317
 
if test -d .tst; then
3318
 
  am__leading_dot=.
3319
 
else
3320
 
  am__leading_dot=_
3321
 
fi
3322
 
rmdir .tst 2>/dev/null
3323
 
 
3324
 
if test "`cd $srcdir && pwd`" != "`pwd`"; then
3325
 
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3326
 
  # is not polluted with repeated "-I."
3327
 
  am__isrc=' -I$(srcdir)'
3328
 
  # test to see if srcdir already configured
3329
 
  if test -f $srcdir/config.status; then
3330
 
    as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3331
 
  fi
3332
 
fi
3333
 
 
3334
 
# test whether we have cygpath
3335
 
if test -z "$CYGPATH_W"; then
3336
 
  if (cygpath --version) >/dev/null 2>/dev/null; then
3337
 
    CYGPATH_W='cygpath -w'
3338
 
  else
3339
 
    CYGPATH_W=echo
3340
 
  fi
3341
 
fi
3342
 
 
3343
 
 
3344
 
# Define the identity of the package.
3345
 
 PACKAGE='cairo-dock-plugins'
3346
 
 VERSION='2.1.3-10-lucid'
3347
 
 
3348
 
 
3349
 
cat >>confdefs.h <<_ACEOF
3350
 
#define PACKAGE "$PACKAGE"
3351
 
_ACEOF
3352
 
 
3353
 
 
3354
 
cat >>confdefs.h <<_ACEOF
3355
 
#define VERSION "$VERSION"
3356
 
_ACEOF
3357
 
 
3358
 
# Some tools Automake needs.
3359
 
 
3360
 
ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3361
 
 
3362
 
 
3363
 
AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3364
 
 
3365
 
 
3366
 
AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3367
 
 
3368
 
 
3369
 
AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3370
 
 
3371
 
 
3372
 
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3373
 
 
3374
 
# We need awk for the "check" target.  The system "awk" is bad on
3375
 
# some platforms.
3376
 
# Always define AMTAR for backward compatibility.
3377
 
 
3378
 
AMTAR=${AMTAR-"${am_missing_run}tar"}
3379
 
 
3380
 
am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3381
 
 
3382
 
 
3383
 
 
3384
 
 
3385
 
 
3386
 
# Check whether --enable-static was given.
3387
 
if test "${enable_static+set}" = set; then :
3388
 
  enableval=$enable_static; p=${PACKAGE-default}
3389
 
    case $enableval in
3390
 
    yes) enable_static=yes ;;
3391
 
    no) enable_static=no ;;
3392
 
    *)
3393
 
     enable_static=no
3394
 
      # Look at the argument we got.  We use all the common list separators.
3395
 
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
3396
 
      for pkg in $enableval; do
3397
 
        IFS="$lt_save_ifs"
3398
 
        if test "X$pkg" = "X$p"; then
3399
 
          enable_static=yes
3400
 
        fi
3401
 
      done
3402
 
      IFS="$lt_save_ifs"
3403
 
      ;;
3404
 
    esac
3405
 
else
3406
 
  enable_static=no
3407
 
fi
3408
 
 
3409
 
 
3410
 
 
3411
 
 
3412
 
 
3413
 
 
3414
 
 
3415
 
 
3416
 
 
3417
 
case `pwd` in
3418
 
  *\ * | *\     *)
3419
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3420
 
$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3421
 
esac
3422
 
 
3423
 
 
3424
 
 
3425
 
macro_version='2.2.6b'
3426
 
macro_revision='1.3017'
3427
 
 
3428
 
 
3429
 
 
3430
 
 
3431
 
 
3432
 
 
3433
 
 
3434
 
 
3435
 
 
3436
 
 
3437
 
 
3438
 
 
3439
 
 
3440
 
ltmain="$ac_aux_dir/ltmain.sh"
3441
 
 
3442
 
# Make sure we can run config.sub.
3443
 
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3444
 
  as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3445
 
 
3446
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3447
 
$as_echo_n "checking build system type... " >&6; }
3448
 
if test "${ac_cv_build+set}" = set; then :
3449
 
  $as_echo_n "(cached) " >&6
3450
 
else
3451
 
  ac_build_alias=$build_alias
3452
 
test "x$ac_build_alias" = x &&
3453
 
  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3454
 
test "x$ac_build_alias" = x &&
3455
 
  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
3456
 
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3457
 
  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3458
 
 
3459
 
fi
3460
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3461
 
$as_echo "$ac_cv_build" >&6; }
3462
 
case $ac_cv_build in
3463
 
*-*-*) ;;
3464
 
*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
3465
 
esac
3466
 
build=$ac_cv_build
3467
 
ac_save_IFS=$IFS; IFS='-'
3468
 
set x $ac_cv_build
3469
 
shift
3470
 
build_cpu=$1
3471
 
build_vendor=$2
3472
 
shift; shift
3473
 
# Remember, the first character of IFS is used to create $*,
3474
 
# except with old shells:
3475
 
build_os=$*
3476
 
IFS=$ac_save_IFS
3477
 
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3478
 
 
3479
 
 
3480
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3481
 
$as_echo_n "checking host system type... " >&6; }
3482
 
if test "${ac_cv_host+set}" = set; then :
3483
 
  $as_echo_n "(cached) " >&6
3484
 
else
3485
 
  if test "x$host_alias" = x; then
3486
 
  ac_cv_host=$ac_cv_build
3487
 
else
3488
 
  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3489
 
    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3490
 
fi
3491
 
 
3492
 
fi
3493
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3494
 
$as_echo "$ac_cv_host" >&6; }
3495
 
case $ac_cv_host in
3496
 
*-*-*) ;;
3497
 
*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
3498
 
esac
3499
 
host=$ac_cv_host
3500
 
ac_save_IFS=$IFS; IFS='-'
3501
 
set x $ac_cv_host
3502
 
shift
3503
 
host_cpu=$1
3504
 
host_vendor=$2
3505
 
shift; shift
3506
 
# Remember, the first character of IFS is used to create $*,
3507
 
# except with old shells:
3508
 
host_os=$*
3509
 
IFS=$ac_save_IFS
3510
 
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3511
 
 
3512
 
 
3513
 
DEPDIR="${am__leading_dot}deps"
3514
 
 
3515
 
ac_config_commands="$ac_config_commands depfiles"
3516
 
 
3517
 
 
3518
 
am_make=${MAKE-make}
3519
 
cat > confinc << 'END'
3520
 
am__doit:
3521
 
        @echo this is the am__doit target
3522
 
.PHONY: am__doit
3523
 
END
3524
 
# If we don't find an include directive, just comment out the code.
3525
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3526
 
$as_echo_n "checking for style of include used by $am_make... " >&6; }
3527
 
am__include="#"
3528
 
am__quote=
3529
 
_am_result=none
3530
 
# First try GNU make style include.
3531
 
echo "include confinc" > confmf
3532
 
# Ignore all kinds of additional output from `make'.
3533
 
case `$am_make -s -f confmf 2> /dev/null` in #(
3534
 
*the\ am__doit\ target*)
3535
 
  am__include=include
3536
 
  am__quote=
3537
 
  _am_result=GNU
3538
 
  ;;
3539
 
esac
3540
 
# Now try BSD make style include.
3541
 
if test "$am__include" = "#"; then
3542
 
   echo '.include "confinc"' > confmf
3543
 
   case `$am_make -s -f confmf 2> /dev/null` in #(
3544
 
   *the\ am__doit\ target*)
3545
 
     am__include=.include
3546
 
     am__quote="\""
3547
 
     _am_result=BSD
3548
 
     ;;
3549
 
   esac
3550
 
fi
3551
 
 
3552
 
 
3553
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3554
 
$as_echo "$_am_result" >&6; }
3555
 
rm -f confinc confmf
3556
 
 
3557
 
# Check whether --enable-dependency-tracking was given.
3558
 
if test "${enable_dependency_tracking+set}" = set; then :
3559
 
  enableval=$enable_dependency_tracking;
3560
 
fi
3561
 
 
3562
 
if test "x$enable_dependency_tracking" != xno; then
3563
 
  am_depcomp="$ac_aux_dir/depcomp"
3564
 
  AMDEPBACKSLASH='\'
3565
 
fi
3566
 
 if test "x$enable_dependency_tracking" != xno; then
3567
 
  AMDEP_TRUE=
3568
 
  AMDEP_FALSE='#'
3569
 
else
3570
 
  AMDEP_TRUE='#'
3571
 
  AMDEP_FALSE=
3572
 
fi
3573
 
 
3574
 
 
3575
 
ac_ext=c
3576
 
ac_cpp='$CPP $CPPFLAGS'
3577
 
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3578
 
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3579
 
ac_compiler_gnu=$ac_cv_c_compiler_gnu
3580
 
if test -n "$ac_tool_prefix"; then
3581
 
  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3582
 
set dummy ${ac_tool_prefix}gcc; ac_word=$2
3583
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3584
 
$as_echo_n "checking for $ac_word... " >&6; }
3585
 
if test "${ac_cv_prog_CC+set}" = set; then :
3586
 
  $as_echo_n "(cached) " >&6
3587
 
else
3588
 
  if test -n "$CC"; then
3589
 
  ac_cv_prog_CC="$CC" # Let the user override the test.
3590
 
else
3591
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3592
 
for as_dir in $PATH
3593
 
do
3594
 
  IFS=$as_save_IFS
3595
 
  test -z "$as_dir" && as_dir=.
3596
 
    for ac_exec_ext in '' $ac_executable_extensions; do
3597
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3598
 
    ac_cv_prog_CC="${ac_tool_prefix}gcc"
3599
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3600
 
    break 2
3601
 
  fi
3602
 
done
3603
 
  done
3604
 
IFS=$as_save_IFS
3605
 
 
3606
 
fi
3607
 
fi
3608
 
CC=$ac_cv_prog_CC
3609
 
if test -n "$CC"; then
3610
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3611
 
$as_echo "$CC" >&6; }
3612
 
else
3613
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3614
 
$as_echo "no" >&6; }
3615
 
fi
3616
 
 
3617
 
 
3618
 
fi
3619
 
if test -z "$ac_cv_prog_CC"; then
3620
 
  ac_ct_CC=$CC
3621
 
  # Extract the first word of "gcc", so it can be a program name with args.
3622
 
set dummy gcc; ac_word=$2
3623
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3624
 
$as_echo_n "checking for $ac_word... " >&6; }
3625
 
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3626
 
  $as_echo_n "(cached) " >&6
3627
 
else
3628
 
  if test -n "$ac_ct_CC"; then
3629
 
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3630
 
else
3631
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3632
 
for as_dir in $PATH
3633
 
do
3634
 
  IFS=$as_save_IFS
3635
 
  test -z "$as_dir" && as_dir=.
3636
 
    for ac_exec_ext in '' $ac_executable_extensions; do
3637
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3638
 
    ac_cv_prog_ac_ct_CC="gcc"
3639
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3640
 
    break 2
3641
 
  fi
3642
 
done
3643
 
  done
3644
 
IFS=$as_save_IFS
3645
 
 
3646
 
fi
3647
 
fi
3648
 
ac_ct_CC=$ac_cv_prog_ac_ct_CC
3649
 
if test -n "$ac_ct_CC"; then
3650
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3651
 
$as_echo "$ac_ct_CC" >&6; }
3652
 
else
3653
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3654
 
$as_echo "no" >&6; }
3655
 
fi
3656
 
 
3657
 
  if test "x$ac_ct_CC" = x; then
3658
 
    CC=""
3659
 
  else
3660
 
    case $cross_compiling:$ac_tool_warned in
3661
 
yes:)
3662
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3663
 
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3664
 
ac_tool_warned=yes ;;
3665
 
esac
3666
 
    CC=$ac_ct_CC
3667
 
  fi
3668
 
else
3669
 
  CC="$ac_cv_prog_CC"
3670
 
fi
3671
 
 
3672
 
if test -z "$CC"; then
3673
 
          if test -n "$ac_tool_prefix"; then
3674
 
    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3675
 
set dummy ${ac_tool_prefix}cc; ac_word=$2
3676
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3677
 
$as_echo_n "checking for $ac_word... " >&6; }
3678
 
if test "${ac_cv_prog_CC+set}" = set; then :
3679
 
  $as_echo_n "(cached) " >&6
3680
 
else
3681
 
  if test -n "$CC"; then
3682
 
  ac_cv_prog_CC="$CC" # Let the user override the test.
3683
 
else
3684
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3685
 
for as_dir in $PATH
3686
 
do
3687
 
  IFS=$as_save_IFS
3688
 
  test -z "$as_dir" && as_dir=.
3689
 
    for ac_exec_ext in '' $ac_executable_extensions; do
3690
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3691
 
    ac_cv_prog_CC="${ac_tool_prefix}cc"
3692
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3693
 
    break 2
3694
 
  fi
3695
 
done
3696
 
  done
3697
 
IFS=$as_save_IFS
3698
 
 
3699
 
fi
3700
 
fi
3701
 
CC=$ac_cv_prog_CC
3702
 
if test -n "$CC"; then
3703
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3704
 
$as_echo "$CC" >&6; }
3705
 
else
3706
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3707
 
$as_echo "no" >&6; }
3708
 
fi
3709
 
 
3710
 
 
3711
 
  fi
3712
 
fi
3713
 
if test -z "$CC"; then
3714
 
  # Extract the first word of "cc", so it can be a program name with args.
3715
 
set dummy cc; ac_word=$2
3716
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3717
 
$as_echo_n "checking for $ac_word... " >&6; }
3718
 
if test "${ac_cv_prog_CC+set}" = set; then :
3719
 
  $as_echo_n "(cached) " >&6
3720
 
else
3721
 
  if test -n "$CC"; then
3722
 
  ac_cv_prog_CC="$CC" # Let the user override the test.
3723
 
else
3724
 
  ac_prog_rejected=no
3725
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3726
 
for as_dir in $PATH
3727
 
do
3728
 
  IFS=$as_save_IFS
3729
 
  test -z "$as_dir" && as_dir=.
3730
 
    for ac_exec_ext in '' $ac_executable_extensions; do
3731
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3732
 
    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3733
 
       ac_prog_rejected=yes
3734
 
       continue
3735
 
     fi
3736
 
    ac_cv_prog_CC="cc"
3737
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3738
 
    break 2
3739
 
  fi
3740
 
done
3741
 
  done
3742
 
IFS=$as_save_IFS
3743
 
 
3744
 
if test $ac_prog_rejected = yes; then
3745
 
  # We found a bogon in the path, so make sure we never use it.
3746
 
  set dummy $ac_cv_prog_CC
3747
 
  shift
3748
 
  if test $# != 0; then
3749
 
    # We chose a different compiler from the bogus one.
3750
 
    # However, it has the same basename, so the bogon will be chosen
3751
 
    # first if we set CC to just the basename; use the full file name.
3752
 
    shift
3753
 
    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3754
 
  fi
3755
 
fi
3756
 
fi
3757
 
fi
3758
 
CC=$ac_cv_prog_CC
3759
 
if test -n "$CC"; then
3760
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3761
 
$as_echo "$CC" >&6; }
3762
 
else
3763
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3764
 
$as_echo "no" >&6; }
3765
 
fi
3766
 
 
3767
 
 
3768
 
fi
3769
 
if test -z "$CC"; then
3770
 
  if test -n "$ac_tool_prefix"; then
3771
 
  for ac_prog in cl.exe
3772
 
  do
3773
 
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3774
 
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3775
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3776
 
$as_echo_n "checking for $ac_word... " >&6; }
3777
 
if test "${ac_cv_prog_CC+set}" = set; then :
3778
 
  $as_echo_n "(cached) " >&6
3779
 
else
3780
 
  if test -n "$CC"; then
3781
 
  ac_cv_prog_CC="$CC" # Let the user override the test.
3782
 
else
3783
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3784
 
for as_dir in $PATH
3785
 
do
3786
 
  IFS=$as_save_IFS
3787
 
  test -z "$as_dir" && as_dir=.
3788
 
    for ac_exec_ext in '' $ac_executable_extensions; do
3789
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3790
 
    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3791
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3792
 
    break 2
3793
 
  fi
3794
 
done
3795
 
  done
3796
 
IFS=$as_save_IFS
3797
 
 
3798
 
fi
3799
 
fi
3800
 
CC=$ac_cv_prog_CC
3801
 
if test -n "$CC"; then
3802
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3803
 
$as_echo "$CC" >&6; }
3804
 
else
3805
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3806
 
$as_echo "no" >&6; }
3807
 
fi
3808
 
 
3809
 
 
3810
 
    test -n "$CC" && break
3811
 
  done
3812
 
fi
3813
 
if test -z "$CC"; then
3814
 
  ac_ct_CC=$CC
3815
 
  for ac_prog in cl.exe
3816
 
do
3817
 
  # Extract the first word of "$ac_prog", so it can be a program name with args.
3818
 
set dummy $ac_prog; ac_word=$2
3819
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3820
 
$as_echo_n "checking for $ac_word... " >&6; }
3821
 
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3822
 
  $as_echo_n "(cached) " >&6
3823
 
else
3824
 
  if test -n "$ac_ct_CC"; then
3825
 
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3826
 
else
3827
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3828
 
for as_dir in $PATH
3829
 
do
3830
 
  IFS=$as_save_IFS
3831
 
  test -z "$as_dir" && as_dir=.
3832
 
    for ac_exec_ext in '' $ac_executable_extensions; do
3833
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3834
 
    ac_cv_prog_ac_ct_CC="$ac_prog"
3835
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3836
 
    break 2
3837
 
  fi
3838
 
done
3839
 
  done
3840
 
IFS=$as_save_IFS
3841
 
 
3842
 
fi
3843
 
fi
3844
 
ac_ct_CC=$ac_cv_prog_ac_ct_CC
3845
 
if test -n "$ac_ct_CC"; then
3846
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3847
 
$as_echo "$ac_ct_CC" >&6; }
3848
 
else
3849
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3850
 
$as_echo "no" >&6; }
3851
 
fi
3852
 
 
3853
 
 
3854
 
  test -n "$ac_ct_CC" && break
3855
 
done
3856
 
 
3857
 
  if test "x$ac_ct_CC" = x; then
3858
 
    CC=""
3859
 
  else
3860
 
    case $cross_compiling:$ac_tool_warned in
3861
 
yes:)
3862
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3863
 
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3864
 
ac_tool_warned=yes ;;
3865
 
esac
3866
 
    CC=$ac_ct_CC
3867
 
  fi
3868
 
fi
3869
 
 
3870
 
fi
3871
 
 
3872
 
 
3873
 
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3874
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3875
 
as_fn_error "no acceptable C compiler found in \$PATH
3876
 
See \`config.log' for more details." "$LINENO" 5; }
3877
 
 
3878
 
# Provide some information about the compiler.
3879
 
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3880
 
set X $ac_compile
3881
 
ac_compiler=$2
3882
 
for ac_option in --version -v -V -qversion; do
3883
 
  { { ac_try="$ac_compiler $ac_option >&5"
3884
 
case "(($ac_try" in
3885
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3886
 
  *) ac_try_echo=$ac_try;;
3887
 
esac
3888
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3889
 
$as_echo "$ac_try_echo"; } >&5
3890
 
  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3891
 
  ac_status=$?
3892
 
  if test -s conftest.err; then
3893
 
    sed '10a\
3894
 
... rest of stderr output deleted ...
3895
 
         10q' conftest.err >conftest.er1
3896
 
    cat conftest.er1 >&5
3897
 
  fi
3898
 
  rm -f conftest.er1 conftest.err
3899
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3900
 
  test $ac_status = 0; }
3901
 
done
3902
 
 
3903
 
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3904
 
/* end confdefs.h.  */
3905
 
 
3906
 
int
3907
 
main ()
3908
 
{
3909
 
 
3910
 
  ;
3911
 
  return 0;
3912
 
}
3913
 
_ACEOF
3914
 
ac_clean_files_save=$ac_clean_files
3915
 
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3916
 
# Try to create an executable without -o first, disregard a.out.
3917
 
# It will help us diagnose broken compilers, and finding out an intuition
3918
 
# of exeext.
3919
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3920
 
$as_echo_n "checking whether the C compiler works... " >&6; }
3921
 
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3922
 
 
3923
 
# The possible output files:
3924
 
ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3925
 
 
3926
 
ac_rmfiles=
3927
 
for ac_file in $ac_files
3928
 
do
3929
 
  case $ac_file in
3930
 
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3931
 
    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3932
 
  esac
3933
 
done
3934
 
rm -f $ac_rmfiles
3935
 
 
3936
 
if { { ac_try="$ac_link_default"
3937
 
case "(($ac_try" in
3938
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3939
 
  *) ac_try_echo=$ac_try;;
3940
 
esac
3941
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3942
 
$as_echo "$ac_try_echo"; } >&5
3943
 
  (eval "$ac_link_default") 2>&5
3944
 
  ac_status=$?
3945
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3946
 
  test $ac_status = 0; }; then :
3947
 
  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3948
 
# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3949
 
# in a Makefile.  We should not override ac_cv_exeext if it was cached,
3950
 
# so that the user can short-circuit this test for compilers unknown to
3951
 
# Autoconf.
3952
 
for ac_file in $ac_files ''
3953
 
do
3954
 
  test -f "$ac_file" || continue
3955
 
  case $ac_file in
3956
 
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3957
 
        ;;
3958
 
    [ab].out )
3959
 
        # We found the default executable, but exeext='' is most
3960
 
        # certainly right.
3961
 
        break;;
3962
 
    *.* )
3963
 
        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3964
 
        then :; else
3965
 
           ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3966
 
        fi
3967
 
        # We set ac_cv_exeext here because the later test for it is not
3968
 
        # safe: cross compilers may not add the suffix if given an `-o'
3969
 
        # argument, so we may need to know it at that point already.
3970
 
        # Even if this section looks crufty: it has the advantage of
3971
 
        # actually working.
3972
 
        break;;
3973
 
    * )
3974
 
        break;;
3975
 
  esac
3976
 
done
3977
 
test "$ac_cv_exeext" = no && ac_cv_exeext=
3978
 
 
3979
 
else
3980
 
  ac_file=''
3981
 
fi
3982
 
if test -z "$ac_file"; then :
3983
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3984
 
$as_echo "no" >&6; }
3985
 
$as_echo "$as_me: failed program was:" >&5
3986
 
sed 's/^/| /' conftest.$ac_ext >&5
3987
 
 
3988
 
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3989
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3990
 
{ as_fn_set_status 77
3991
 
as_fn_error "C compiler cannot create executables
3992
 
See \`config.log' for more details." "$LINENO" 5; }; }
3993
 
else
3994
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3995
 
$as_echo "yes" >&6; }
3996
 
fi
3997
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3998
 
$as_echo_n "checking for C compiler default output file name... " >&6; }
3999
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4000
 
$as_echo "$ac_file" >&6; }
4001
 
ac_exeext=$ac_cv_exeext
4002
 
 
4003
 
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4004
 
ac_clean_files=$ac_clean_files_save
4005
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4006
 
$as_echo_n "checking for suffix of executables... " >&6; }
4007
 
if { { ac_try="$ac_link"
4008
 
case "(($ac_try" in
4009
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4010
 
  *) ac_try_echo=$ac_try;;
4011
 
esac
4012
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4013
 
$as_echo "$ac_try_echo"; } >&5
4014
 
  (eval "$ac_link") 2>&5
4015
 
  ac_status=$?
4016
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4017
 
  test $ac_status = 0; }; then :
4018
 
  # If both `conftest.exe' and `conftest' are `present' (well, observable)
4019
 
# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
4020
 
# work properly (i.e., refer to `conftest.exe'), while it won't with
4021
 
# `rm'.
4022
 
for ac_file in conftest.exe conftest conftest.*; do
4023
 
  test -f "$ac_file" || continue
4024
 
  case $ac_file in
4025
 
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4026
 
    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4027
 
          break;;
4028
 
    * ) break;;
4029
 
  esac
4030
 
done
4031
 
else
4032
 
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4033
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4034
 
as_fn_error "cannot compute suffix of executables: cannot compile and link
4035
 
See \`config.log' for more details." "$LINENO" 5; }
4036
 
fi
4037
 
rm -f conftest conftest$ac_cv_exeext
4038
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4039
 
$as_echo "$ac_cv_exeext" >&6; }
4040
 
 
4041
 
rm -f conftest.$ac_ext
4042
 
EXEEXT=$ac_cv_exeext
4043
 
ac_exeext=$EXEEXT
4044
 
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4045
 
/* end confdefs.h.  */
4046
 
#include <stdio.h>
4047
 
int
4048
 
main ()
4049
 
{
4050
 
FILE *f = fopen ("conftest.out", "w");
4051
 
 return ferror (f) || fclose (f) != 0;
4052
 
 
4053
 
  ;
4054
 
  return 0;
4055
 
}
4056
 
_ACEOF
4057
 
ac_clean_files="$ac_clean_files conftest.out"
4058
 
# Check that the compiler produces executables we can run.  If not, either
4059
 
# the compiler is broken, or we cross compile.
4060
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4061
 
$as_echo_n "checking whether we are cross compiling... " >&6; }
4062
 
if test "$cross_compiling" != yes; then
4063
 
  { { ac_try="$ac_link"
4064
 
case "(($ac_try" in
4065
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4066
 
  *) ac_try_echo=$ac_try;;
4067
 
esac
4068
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4069
 
$as_echo "$ac_try_echo"; } >&5
4070
 
  (eval "$ac_link") 2>&5
4071
 
  ac_status=$?
4072
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4073
 
  test $ac_status = 0; }
4074
 
  if { ac_try='./conftest$ac_cv_exeext'
4075
 
  { { case "(($ac_try" in
4076
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4077
 
  *) ac_try_echo=$ac_try;;
4078
 
esac
4079
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4080
 
$as_echo "$ac_try_echo"; } >&5
4081
 
  (eval "$ac_try") 2>&5
4082
 
  ac_status=$?
4083
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4084
 
  test $ac_status = 0; }; }; then
4085
 
    cross_compiling=no
4086
 
  else
4087
 
    if test "$cross_compiling" = maybe; then
4088
 
        cross_compiling=yes
4089
 
    else
4090
 
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4091
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4092
 
as_fn_error "cannot run C compiled programs.
4093
 
If you meant to cross compile, use \`--host'.
4094
 
See \`config.log' for more details." "$LINENO" 5; }
4095
 
    fi
4096
 
  fi
4097
 
fi
4098
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4099
 
$as_echo "$cross_compiling" >&6; }
4100
 
 
4101
 
rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4102
 
ac_clean_files=$ac_clean_files_save
4103
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4104
 
$as_echo_n "checking for suffix of object files... " >&6; }
4105
 
if test "${ac_cv_objext+set}" = set; then :
4106
 
  $as_echo_n "(cached) " >&6
4107
 
else
4108
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4109
 
/* end confdefs.h.  */
4110
 
 
4111
 
int
4112
 
main ()
4113
 
{
4114
 
 
4115
 
  ;
4116
 
  return 0;
4117
 
}
4118
 
_ACEOF
4119
 
rm -f conftest.o conftest.obj
4120
 
if { { ac_try="$ac_compile"
4121
 
case "(($ac_try" in
4122
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4123
 
  *) ac_try_echo=$ac_try;;
4124
 
esac
4125
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4126
 
$as_echo "$ac_try_echo"; } >&5
4127
 
  (eval "$ac_compile") 2>&5
4128
 
  ac_status=$?
4129
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4130
 
  test $ac_status = 0; }; then :
4131
 
  for ac_file in conftest.o conftest.obj conftest.*; do
4132
 
  test -f "$ac_file" || continue;
4133
 
  case $ac_file in
4134
 
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4135
 
    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4136
 
       break;;
4137
 
  esac
4138
 
done
4139
 
else
4140
 
  $as_echo "$as_me: failed program was:" >&5
4141
 
sed 's/^/| /' conftest.$ac_ext >&5
4142
 
 
4143
 
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4144
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4145
 
as_fn_error "cannot compute suffix of object files: cannot compile
4146
 
See \`config.log' for more details." "$LINENO" 5; }
4147
 
fi
4148
 
rm -f conftest.$ac_cv_objext conftest.$ac_ext
4149
 
fi
4150
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4151
 
$as_echo "$ac_cv_objext" >&6; }
4152
 
OBJEXT=$ac_cv_objext
4153
 
ac_objext=$OBJEXT
4154
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4155
 
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4156
 
if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4157
 
  $as_echo_n "(cached) " >&6
4158
 
else
4159
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4160
 
/* end confdefs.h.  */
4161
 
 
4162
 
int
4163
 
main ()
4164
 
{
4165
 
#ifndef __GNUC__
4166
 
       choke me
4167
 
#endif
4168
 
 
4169
 
  ;
4170
 
  return 0;
4171
 
}
4172
 
_ACEOF
4173
 
if ac_fn_c_try_compile "$LINENO"; then :
4174
 
  ac_compiler_gnu=yes
4175
 
else
4176
 
  ac_compiler_gnu=no
4177
 
fi
4178
 
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4179
 
ac_cv_c_compiler_gnu=$ac_compiler_gnu
4180
 
 
4181
 
fi
4182
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4183
 
$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4184
 
if test $ac_compiler_gnu = yes; then
4185
 
  GCC=yes
4186
 
else
4187
 
  GCC=
4188
 
fi
4189
 
ac_test_CFLAGS=${CFLAGS+set}
4190
 
ac_save_CFLAGS=$CFLAGS
4191
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4192
 
$as_echo_n "checking whether $CC accepts -g... " >&6; }
4193
 
if test "${ac_cv_prog_cc_g+set}" = set; then :
4194
 
  $as_echo_n "(cached) " >&6
4195
 
else
4196
 
  ac_save_c_werror_flag=$ac_c_werror_flag
4197
 
   ac_c_werror_flag=yes
4198
 
   ac_cv_prog_cc_g=no
4199
 
   CFLAGS="-g"
4200
 
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4201
 
/* end confdefs.h.  */
4202
 
 
4203
 
int
4204
 
main ()
4205
 
{
4206
 
 
4207
 
  ;
4208
 
  return 0;
4209
 
}
4210
 
_ACEOF
4211
 
if ac_fn_c_try_compile "$LINENO"; then :
4212
 
  ac_cv_prog_cc_g=yes
4213
 
else
4214
 
  CFLAGS=""
4215
 
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4216
 
/* end confdefs.h.  */
4217
 
 
4218
 
int
4219
 
main ()
4220
 
{
4221
 
 
4222
 
  ;
4223
 
  return 0;
4224
 
}
4225
 
_ACEOF
4226
 
if ac_fn_c_try_compile "$LINENO"; then :
4227
 
 
4228
 
else
4229
 
  ac_c_werror_flag=$ac_save_c_werror_flag
4230
 
         CFLAGS="-g"
4231
 
         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4232
 
/* end confdefs.h.  */
4233
 
 
4234
 
int
4235
 
main ()
4236
 
{
4237
 
 
4238
 
  ;
4239
 
  return 0;
4240
 
}
4241
 
_ACEOF
4242
 
if ac_fn_c_try_compile "$LINENO"; then :
4243
 
  ac_cv_prog_cc_g=yes
4244
 
fi
4245
 
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4246
 
fi
4247
 
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4248
 
fi
4249
 
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4250
 
   ac_c_werror_flag=$ac_save_c_werror_flag
4251
 
fi
4252
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4253
 
$as_echo "$ac_cv_prog_cc_g" >&6; }
4254
 
if test "$ac_test_CFLAGS" = set; then
4255
 
  CFLAGS=$ac_save_CFLAGS
4256
 
elif test $ac_cv_prog_cc_g = yes; then
4257
 
  if test "$GCC" = yes; then
4258
 
    CFLAGS="-g -O2"
4259
 
  else
4260
 
    CFLAGS="-g"
4261
 
  fi
4262
 
else
4263
 
  if test "$GCC" = yes; then
4264
 
    CFLAGS="-O2"
4265
 
  else
4266
 
    CFLAGS=
4267
 
  fi
4268
 
fi
4269
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4270
 
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4271
 
if test "${ac_cv_prog_cc_c89+set}" = set; then :
4272
 
  $as_echo_n "(cached) " >&6
4273
 
else
4274
 
  ac_cv_prog_cc_c89=no
4275
 
ac_save_CC=$CC
4276
 
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4277
 
/* end confdefs.h.  */
4278
 
#include <stdarg.h>
4279
 
#include <stdio.h>
4280
 
#include <sys/types.h>
4281
 
#include <sys/stat.h>
4282
 
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4283
 
struct buf { int x; };
4284
 
FILE * (*rcsopen) (struct buf *, struct stat *, int);
4285
 
static char *e (p, i)
4286
 
     char **p;
4287
 
     int i;
4288
 
{
4289
 
  return p[i];
4290
 
}
4291
 
static char *f (char * (*g) (char **, int), char **p, ...)
4292
 
{
4293
 
  char *s;
4294
 
  va_list v;
4295
 
  va_start (v,p);
4296
 
  s = g (p, va_arg (v,int));
4297
 
  va_end (v);
4298
 
  return s;
4299
 
}
4300
 
 
4301
 
/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
4302
 
   function prototypes and stuff, but not '\xHH' hex character constants.
4303
 
   These don't provoke an error unfortunately, instead are silently treated
4304
 
   as 'x'.  The following induces an error, until -std is added to get
4305
 
   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
4306
 
   array size at least.  It's necessary to write '\x00'==0 to get something
4307
 
   that's true only with -std.  */
4308
 
int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4309
 
 
4310
 
/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4311
 
   inside strings and character constants.  */
4312
 
#define FOO(x) 'x'
4313
 
int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4314
 
 
4315
 
int test (int i, double x);
4316
 
struct s1 {int (*f) (int a);};
4317
 
struct s2 {int (*f) (double a);};
4318
 
int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4319
 
int argc;
4320
 
char **argv;
4321
 
int
4322
 
main ()
4323
 
{
4324
 
return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
4325
 
  ;
4326
 
  return 0;
4327
 
}
4328
 
_ACEOF
4329
 
for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4330
 
        -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4331
 
do
4332
 
  CC="$ac_save_CC $ac_arg"
4333
 
  if ac_fn_c_try_compile "$LINENO"; then :
4334
 
  ac_cv_prog_cc_c89=$ac_arg
4335
 
fi
4336
 
rm -f core conftest.err conftest.$ac_objext
4337
 
  test "x$ac_cv_prog_cc_c89" != "xno" && break
4338
 
done
4339
 
rm -f conftest.$ac_ext
4340
 
CC=$ac_save_CC
4341
 
 
4342
 
fi
4343
 
# AC_CACHE_VAL
4344
 
case "x$ac_cv_prog_cc_c89" in
4345
 
  x)
4346
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4347
 
$as_echo "none needed" >&6; } ;;
4348
 
  xno)
4349
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4350
 
$as_echo "unsupported" >&6; } ;;
4351
 
  *)
4352
 
    CC="$CC $ac_cv_prog_cc_c89"
4353
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4354
 
$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4355
 
esac
4356
 
if test "x$ac_cv_prog_cc_c89" != xno; then :
4357
 
 
4358
 
fi
4359
 
 
4360
 
ac_ext=c
4361
 
ac_cpp='$CPP $CPPFLAGS'
4362
 
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4363
 
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4364
 
ac_compiler_gnu=$ac_cv_c_compiler_gnu
4365
 
 
4366
 
depcc="$CC"   am_compiler_list=
4367
 
 
4368
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4369
 
$as_echo_n "checking dependency style of $depcc... " >&6; }
4370
 
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4371
 
  $as_echo_n "(cached) " >&6
4372
 
else
4373
 
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4374
 
  # We make a subdir and do the tests there.  Otherwise we can end up
4375
 
  # making bogus files that we don't know about and never remove.  For
4376
 
  # instance it was reported that on HP-UX the gcc test will end up
4377
 
  # making a dummy file named `D' -- because `-MD' means `put the output
4378
 
  # in D'.
4379
 
  mkdir conftest.dir
4380
 
  # Copy depcomp to subdir because otherwise we won't find it if we're
4381
 
  # using a relative directory.
4382
 
  cp "$am_depcomp" conftest.dir
4383
 
  cd conftest.dir
4384
 
  # We will build objects and dependencies in a subdirectory because
4385
 
  # it helps to detect inapplicable dependency modes.  For instance
4386
 
  # both Tru64's cc and ICC support -MD to output dependencies as a
4387
 
  # side effect of compilation, but ICC will put the dependencies in
4388
 
  # the current directory while Tru64 will put them in the object
4389
 
  # directory.
4390
 
  mkdir sub
4391
 
 
4392
 
  am_cv_CC_dependencies_compiler_type=none
4393
 
  if test "$am_compiler_list" = ""; then
4394
 
     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4395
 
  fi
4396
 
  am__universal=false
4397
 
  case " $depcc " in #(
4398
 
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
4399
 
     esac
4400
 
 
4401
 
  for depmode in $am_compiler_list; do
4402
 
    # Setup a source with many dependencies, because some compilers
4403
 
    # like to wrap large dependency lists on column 80 (with \), and
4404
 
    # we should not choose a depcomp mode which is confused by this.
4405
 
    #
4406
 
    # We need to recreate these files for each test, as the compiler may
4407
 
    # overwrite some of them when testing with obscure command lines.
4408
 
    # This happens at least with the AIX C compiler.
4409
 
    : > sub/conftest.c
4410
 
    for i in 1 2 3 4 5 6; do
4411
 
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
4412
 
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4413
 
      # Solaris 8's {/usr,}/bin/sh.
4414
 
      touch sub/conftst$i.h
4415
 
    done
4416
 
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4417
 
 
4418
 
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
4419
 
    # mode.  It turns out that the SunPro C++ compiler does not properly
4420
 
    # handle `-M -o', and we need to detect this.  Also, some Intel
4421
 
    # versions had trouble with output in subdirs
4422
 
    am__obj=sub/conftest.${OBJEXT-o}
4423
 
    am__minus_obj="-o $am__obj"
4424
 
    case $depmode in
4425
 
    gcc)
4426
 
      # This depmode causes a compiler race in universal mode.
4427
 
      test "$am__universal" = false || continue
4428
 
      ;;
4429
 
    nosideeffect)
4430
 
      # after this tag, mechanisms are not by side-effect, so they'll
4431
 
      # only be used when explicitly requested
4432
 
      if test "x$enable_dependency_tracking" = xyes; then
4433
 
        continue
4434
 
      else
4435
 
        break
4436
 
      fi
4437
 
      ;;
4438
 
    msvisualcpp | msvcmsys)
4439
 
      # This compiler won't grok `-c -o', but also, the minuso test has
4440
 
      # not run yet.  These depmodes are late enough in the game, and
4441
 
      # so weak that their functioning should not be impacted.
4442
 
      am__obj=conftest.${OBJEXT-o}
4443
 
      am__minus_obj=
4444
 
      ;;
4445
 
    none) break ;;
4446
 
    esac
4447
 
    if depmode=$depmode \
4448
 
       source=sub/conftest.c object=$am__obj \
4449
 
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4450
 
       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4451
 
         >/dev/null 2>conftest.err &&
4452
 
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4453
 
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4454
 
       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4455
 
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4456
 
      # icc doesn't choke on unknown options, it will just issue warnings
4457
 
      # or remarks (even with -Werror).  So we grep stderr for any message
4458
 
      # that says an option was ignored or not supported.
4459
 
      # When given -MP, icc 7.0 and 7.1 complain thusly:
4460
 
      #   icc: Command line warning: ignoring option '-M'; no argument required
4461
 
      # The diagnosis changed in icc 8.0:
4462
 
      #   icc: Command line remark: option '-MP' not supported
4463
 
      if (grep 'ignoring option' conftest.err ||
4464
 
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4465
 
        am_cv_CC_dependencies_compiler_type=$depmode
4466
 
        break
4467
 
      fi
4468
 
    fi
4469
 
  done
4470
 
 
4471
 
  cd ..
4472
 
  rm -rf conftest.dir
4473
 
else
4474
 
  am_cv_CC_dependencies_compiler_type=none
4475
 
fi
4476
 
 
4477
 
fi
4478
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4479
 
$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4480
 
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4481
 
 
4482
 
 if
4483
 
  test "x$enable_dependency_tracking" != xno \
4484
 
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4485
 
  am__fastdepCC_TRUE=
4486
 
  am__fastdepCC_FALSE='#'
4487
 
else
4488
 
  am__fastdepCC_TRUE='#'
4489
 
  am__fastdepCC_FALSE=
4490
 
fi
4491
 
 
4492
 
 
4493
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4494
 
$as_echo_n "checking for a sed that does not truncate output... " >&6; }
4495
 
if test "${ac_cv_path_SED+set}" = set; then :
4496
 
  $as_echo_n "(cached) " >&6
4497
 
else
4498
 
            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4499
 
     for ac_i in 1 2 3 4 5 6 7; do
4500
 
       ac_script="$ac_script$as_nl$ac_script"
4501
 
     done
4502
 
     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4503
 
     { ac_script=; unset ac_script;}
4504
 
     if test -z "$SED"; then
4505
 
  ac_path_SED_found=false
4506
 
  # Loop through the user's path and test for each of PROGNAME-LIST
4507
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4508
 
for as_dir in $PATH
4509
 
do
4510
 
  IFS=$as_save_IFS
4511
 
  test -z "$as_dir" && as_dir=.
4512
 
    for ac_prog in sed gsed; do
4513
 
    for ac_exec_ext in '' $ac_executable_extensions; do
4514
 
      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4515
 
      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4516
 
# Check for GNU ac_path_SED and select it if it is found.
4517
 
  # Check for GNU $ac_path_SED
4518
 
case `"$ac_path_SED" --version 2>&1` in
4519
 
*GNU*)
4520
 
  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4521
 
*)
4522
 
  ac_count=0
4523
 
  $as_echo_n 0123456789 >"conftest.in"
4524
 
  while :
4525
 
  do
4526
 
    cat "conftest.in" "conftest.in" >"conftest.tmp"
4527
 
    mv "conftest.tmp" "conftest.in"
4528
 
    cp "conftest.in" "conftest.nl"
4529
 
    $as_echo '' >> "conftest.nl"
4530
 
    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4531
 
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4532
 
    as_fn_arith $ac_count + 1 && ac_count=$as_val
4533
 
    if test $ac_count -gt ${ac_path_SED_max-0}; then
4534
 
      # Best one so far, save it but keep looking for a better one
4535
 
      ac_cv_path_SED="$ac_path_SED"
4536
 
      ac_path_SED_max=$ac_count
4537
 
    fi
4538
 
    # 10*(2^10) chars as input seems more than enough
4539
 
    test $ac_count -gt 10 && break
4540
 
  done
4541
 
  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4542
 
esac
4543
 
 
4544
 
      $ac_path_SED_found && break 3
4545
 
    done
4546
 
  done
4547
 
  done
4548
 
IFS=$as_save_IFS
4549
 
  if test -z "$ac_cv_path_SED"; then
4550
 
    as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
4551
 
  fi
4552
 
else
4553
 
  ac_cv_path_SED=$SED
4554
 
fi
4555
 
 
4556
 
fi
4557
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4558
 
$as_echo "$ac_cv_path_SED" >&6; }
4559
 
 SED="$ac_cv_path_SED"
4560
 
  rm -f conftest.sed
4561
 
 
4562
 
test -z "$SED" && SED=sed
4563
 
Xsed="$SED -e 1s/^X//"
4564
 
 
4565
 
 
4566
 
 
4567
 
 
4568
 
 
4569
 
 
4570
 
 
4571
 
 
4572
 
 
4573
 
 
4574
 
 
4575
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4576
 
$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4577
 
if test "${ac_cv_path_GREP+set}" = set; then :
4578
 
  $as_echo_n "(cached) " >&6
4579
 
else
4580
 
  if test -z "$GREP"; then
4581
 
  ac_path_GREP_found=false
4582
 
  # Loop through the user's path and test for each of PROGNAME-LIST
4583
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4584
 
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4585
 
do
4586
 
  IFS=$as_save_IFS
4587
 
  test -z "$as_dir" && as_dir=.
4588
 
    for ac_prog in grep ggrep; do
4589
 
    for ac_exec_ext in '' $ac_executable_extensions; do
4590
 
      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4591
 
      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4592
 
# Check for GNU ac_path_GREP and select it if it is found.
4593
 
  # Check for GNU $ac_path_GREP
4594
 
case `"$ac_path_GREP" --version 2>&1` in
4595
 
*GNU*)
4596
 
  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4597
 
*)
4598
 
  ac_count=0
4599
 
  $as_echo_n 0123456789 >"conftest.in"
4600
 
  while :
4601
 
  do
4602
 
    cat "conftest.in" "conftest.in" >"conftest.tmp"
4603
 
    mv "conftest.tmp" "conftest.in"
4604
 
    cp "conftest.in" "conftest.nl"
4605
 
    $as_echo 'GREP' >> "conftest.nl"
4606
 
    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4607
 
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4608
 
    as_fn_arith $ac_count + 1 && ac_count=$as_val
4609
 
    if test $ac_count -gt ${ac_path_GREP_max-0}; then
4610
 
      # Best one so far, save it but keep looking for a better one
4611
 
      ac_cv_path_GREP="$ac_path_GREP"
4612
 
      ac_path_GREP_max=$ac_count
4613
 
    fi
4614
 
    # 10*(2^10) chars as input seems more than enough
4615
 
    test $ac_count -gt 10 && break
4616
 
  done
4617
 
  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4618
 
esac
4619
 
 
4620
 
      $ac_path_GREP_found && break 3
4621
 
    done
4622
 
  done
4623
 
  done
4624
 
IFS=$as_save_IFS
4625
 
  if test -z "$ac_cv_path_GREP"; then
4626
 
    as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4627
 
  fi
4628
 
else
4629
 
  ac_cv_path_GREP=$GREP
4630
 
fi
4631
 
 
4632
 
fi
4633
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4634
 
$as_echo "$ac_cv_path_GREP" >&6; }
4635
 
 GREP="$ac_cv_path_GREP"
4636
 
 
4637
 
 
4638
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4639
 
$as_echo_n "checking for egrep... " >&6; }
4640
 
if test "${ac_cv_path_EGREP+set}" = set; then :
4641
 
  $as_echo_n "(cached) " >&6
4642
 
else
4643
 
  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4644
 
   then ac_cv_path_EGREP="$GREP -E"
4645
 
   else
4646
 
     if test -z "$EGREP"; then
4647
 
  ac_path_EGREP_found=false
4648
 
  # Loop through the user's path and test for each of PROGNAME-LIST
4649
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4650
 
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4651
 
do
4652
 
  IFS=$as_save_IFS
4653
 
  test -z "$as_dir" && as_dir=.
4654
 
    for ac_prog in egrep; do
4655
 
    for ac_exec_ext in '' $ac_executable_extensions; do
4656
 
      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4657
 
      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4658
 
# Check for GNU ac_path_EGREP and select it if it is found.
4659
 
  # Check for GNU $ac_path_EGREP
4660
 
case `"$ac_path_EGREP" --version 2>&1` in
4661
 
*GNU*)
4662
 
  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4663
 
*)
4664
 
  ac_count=0
4665
 
  $as_echo_n 0123456789 >"conftest.in"
4666
 
  while :
4667
 
  do
4668
 
    cat "conftest.in" "conftest.in" >"conftest.tmp"
4669
 
    mv "conftest.tmp" "conftest.in"
4670
 
    cp "conftest.in" "conftest.nl"
4671
 
    $as_echo 'EGREP' >> "conftest.nl"
4672
 
    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4673
 
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4674
 
    as_fn_arith $ac_count + 1 && ac_count=$as_val
4675
 
    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4676
 
      # Best one so far, save it but keep looking for a better one
4677
 
      ac_cv_path_EGREP="$ac_path_EGREP"
4678
 
      ac_path_EGREP_max=$ac_count
4679
 
    fi
4680
 
    # 10*(2^10) chars as input seems more than enough
4681
 
    test $ac_count -gt 10 && break
4682
 
  done
4683
 
  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4684
 
esac
4685
 
 
4686
 
      $ac_path_EGREP_found && break 3
4687
 
    done
4688
 
  done
4689
 
  done
4690
 
IFS=$as_save_IFS
4691
 
  if test -z "$ac_cv_path_EGREP"; then
4692
 
    as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4693
 
  fi
4694
 
else
4695
 
  ac_cv_path_EGREP=$EGREP
4696
 
fi
4697
 
 
4698
 
   fi
4699
 
fi
4700
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4701
 
$as_echo "$ac_cv_path_EGREP" >&6; }
4702
 
 EGREP="$ac_cv_path_EGREP"
4703
 
 
4704
 
 
4705
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4706
 
$as_echo_n "checking for fgrep... " >&6; }
4707
 
if test "${ac_cv_path_FGREP+set}" = set; then :
4708
 
  $as_echo_n "(cached) " >&6
4709
 
else
4710
 
  if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4711
 
   then ac_cv_path_FGREP="$GREP -F"
4712
 
   else
4713
 
     if test -z "$FGREP"; then
4714
 
  ac_path_FGREP_found=false
4715
 
  # Loop through the user's path and test for each of PROGNAME-LIST
4716
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4717
 
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4718
 
do
4719
 
  IFS=$as_save_IFS
4720
 
  test -z "$as_dir" && as_dir=.
4721
 
    for ac_prog in fgrep; do
4722
 
    for ac_exec_ext in '' $ac_executable_extensions; do
4723
 
      ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4724
 
      { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4725
 
# Check for GNU ac_path_FGREP and select it if it is found.
4726
 
  # Check for GNU $ac_path_FGREP
4727
 
case `"$ac_path_FGREP" --version 2>&1` in
4728
 
*GNU*)
4729
 
  ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4730
 
*)
4731
 
  ac_count=0
4732
 
  $as_echo_n 0123456789 >"conftest.in"
4733
 
  while :
4734
 
  do
4735
 
    cat "conftest.in" "conftest.in" >"conftest.tmp"
4736
 
    mv "conftest.tmp" "conftest.in"
4737
 
    cp "conftest.in" "conftest.nl"
4738
 
    $as_echo 'FGREP' >> "conftest.nl"
4739
 
    "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4740
 
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4741
 
    as_fn_arith $ac_count + 1 && ac_count=$as_val
4742
 
    if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4743
 
      # Best one so far, save it but keep looking for a better one
4744
 
      ac_cv_path_FGREP="$ac_path_FGREP"
4745
 
      ac_path_FGREP_max=$ac_count
4746
 
    fi
4747
 
    # 10*(2^10) chars as input seems more than enough
4748
 
    test $ac_count -gt 10 && break
4749
 
  done
4750
 
  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4751
 
esac
4752
 
 
4753
 
      $ac_path_FGREP_found && break 3
4754
 
    done
4755
 
  done
4756
 
  done
4757
 
IFS=$as_save_IFS
4758
 
  if test -z "$ac_cv_path_FGREP"; then
4759
 
    as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4760
 
  fi
4761
 
else
4762
 
  ac_cv_path_FGREP=$FGREP
4763
 
fi
4764
 
 
4765
 
   fi
4766
 
fi
4767
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4768
 
$as_echo "$ac_cv_path_FGREP" >&6; }
4769
 
 FGREP="$ac_cv_path_FGREP"
4770
 
 
4771
 
 
4772
 
test -z "$GREP" && GREP=grep
4773
 
 
4774
 
 
4775
 
 
4776
 
 
4777
 
 
4778
 
 
4779
 
 
4780
 
 
4781
 
 
4782
 
 
4783
 
 
4784
 
 
4785
 
 
4786
 
 
4787
 
 
4788
 
 
4789
 
 
4790
 
 
4791
 
 
4792
 
# Check whether --with-gnu-ld was given.
4793
 
if test "${with_gnu_ld+set}" = set; then :
4794
 
  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4795
 
else
4796
 
  with_gnu_ld=no
4797
 
fi
4798
 
 
4799
 
ac_prog=ld
4800
 
if test "$GCC" = yes; then
4801
 
  # Check if gcc -print-prog-name=ld gives a path.
4802
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4803
 
$as_echo_n "checking for ld used by $CC... " >&6; }
4804
 
  case $host in
4805
 
  *-*-mingw*)
4806
 
    # gcc leaves a trailing carriage return which upsets mingw
4807
 
    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4808
 
  *)
4809
 
    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4810
 
  esac
4811
 
  case $ac_prog in
4812
 
    # Accept absolute paths.
4813
 
    [\\/]* | ?:[\\/]*)
4814
 
      re_direlt='/[^/][^/]*/\.\./'
4815
 
      # Canonicalize the pathname of ld
4816
 
      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4817
 
      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4818
 
        ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4819
 
      done
4820
 
      test -z "$LD" && LD="$ac_prog"
4821
 
      ;;
4822
 
  "")
4823
 
    # If it fails, then pretend we aren't using GCC.
4824
 
    ac_prog=ld
4825
 
    ;;
4826
 
  *)
4827
 
    # If it is relative, then search for the first ld in PATH.
4828
 
    with_gnu_ld=unknown
4829
 
    ;;
4830
 
  esac
4831
 
elif test "$with_gnu_ld" = yes; then
4832
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4833
 
$as_echo_n "checking for GNU ld... " >&6; }
4834
 
else
4835
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4836
 
$as_echo_n "checking for non-GNU ld... " >&6; }
4837
 
fi
4838
 
if test "${lt_cv_path_LD+set}" = set; then :
4839
 
  $as_echo_n "(cached) " >&6
4840
 
else
4841
 
  if test -z "$LD"; then
4842
 
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4843
 
  for ac_dir in $PATH; do
4844
 
    IFS="$lt_save_ifs"
4845
 
    test -z "$ac_dir" && ac_dir=.
4846
 
    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4847
 
      lt_cv_path_LD="$ac_dir/$ac_prog"
4848
 
      # Check to see if the program is GNU ld.  I'd rather use --version,
4849
 
      # but apparently some variants of GNU ld only accept -v.
4850
 
      # Break only if it was the GNU/non-GNU ld that we prefer.
4851
 
      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4852
 
      *GNU* | *'with BFD'*)
4853
 
        test "$with_gnu_ld" != no && break
4854
 
        ;;
4855
 
      *)
4856
 
        test "$with_gnu_ld" != yes && break
4857
 
        ;;
4858
 
      esac
4859
 
    fi
4860
 
  done
4861
 
  IFS="$lt_save_ifs"
4862
 
else
4863
 
  lt_cv_path_LD="$LD" # Let the user override the test with a path.
4864
 
fi
4865
 
fi
4866
 
 
4867
 
LD="$lt_cv_path_LD"
4868
 
if test -n "$LD"; then
4869
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4870
 
$as_echo "$LD" >&6; }
4871
 
else
4872
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4873
 
$as_echo "no" >&6; }
4874
 
fi
4875
 
test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
4876
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4877
 
$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4878
 
if test "${lt_cv_prog_gnu_ld+set}" = set; then :
4879
 
  $as_echo_n "(cached) " >&6
4880
 
else
4881
 
  # I'd rather use --version here, but apparently some GNU lds only accept -v.
4882
 
case `$LD -v 2>&1 </dev/null` in
4883
 
*GNU* | *'with BFD'*)
4884
 
  lt_cv_prog_gnu_ld=yes
4885
 
  ;;
4886
 
*)
4887
 
  lt_cv_prog_gnu_ld=no
4888
 
  ;;
4889
 
esac
4890
 
fi
4891
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4892
 
$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4893
 
with_gnu_ld=$lt_cv_prog_gnu_ld
4894
 
 
4895
 
 
4896
 
 
4897
 
 
4898
 
 
4899
 
 
4900
 
 
4901
 
 
4902
 
 
4903
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4904
 
$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4905
 
if test "${lt_cv_path_NM+set}" = set; then :
4906
 
  $as_echo_n "(cached) " >&6
4907
 
else
4908
 
  if test -n "$NM"; then
4909
 
  # Let the user override the test.
4910
 
  lt_cv_path_NM="$NM"
4911
 
else
4912
 
  lt_nm_to_check="${ac_tool_prefix}nm"
4913
 
  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4914
 
    lt_nm_to_check="$lt_nm_to_check nm"
4915
 
  fi
4916
 
  for lt_tmp_nm in $lt_nm_to_check; do
4917
 
    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4918
 
    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4919
 
      IFS="$lt_save_ifs"
4920
 
      test -z "$ac_dir" && ac_dir=.
4921
 
      tmp_nm="$ac_dir/$lt_tmp_nm"
4922
 
      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4923
 
        # Check to see if the nm accepts a BSD-compat flag.
4924
 
        # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4925
 
        #   nm: unknown option "B" ignored
4926
 
        # Tru64's nm complains that /dev/null is an invalid object file
4927
 
        case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4928
 
        */dev/null* | *'Invalid file or object type'*)
4929
 
          lt_cv_path_NM="$tmp_nm -B"
4930
 
          break
4931
 
          ;;
4932
 
        *)
4933
 
          case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4934
 
          */dev/null*)
4935
 
            lt_cv_path_NM="$tmp_nm -p"
4936
 
            break
4937
 
            ;;
4938
 
          *)
4939
 
            lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4940
 
            continue # so that we can try to find one that supports BSD flags
4941
 
            ;;
4942
 
          esac
4943
 
          ;;
4944
 
        esac
4945
 
      fi
4946
 
    done
4947
 
    IFS="$lt_save_ifs"
4948
 
  done
4949
 
  : ${lt_cv_path_NM=no}
4950
 
fi
4951
 
fi
4952
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4953
 
$as_echo "$lt_cv_path_NM" >&6; }
4954
 
if test "$lt_cv_path_NM" != "no"; then
4955
 
  NM="$lt_cv_path_NM"
4956
 
else
4957
 
  # Didn't find any BSD compatible name lister, look for dumpbin.
4958
 
  if test -n "$ac_tool_prefix"; then
4959
 
  for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4960
 
  do
4961
 
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4962
 
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4963
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4964
 
$as_echo_n "checking for $ac_word... " >&6; }
4965
 
if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
4966
 
  $as_echo_n "(cached) " >&6
4967
 
else
4968
 
  if test -n "$DUMPBIN"; then
4969
 
  ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4970
 
else
4971
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4972
 
for as_dir in $PATH
4973
 
do
4974
 
  IFS=$as_save_IFS
4975
 
  test -z "$as_dir" && as_dir=.
4976
 
    for ac_exec_ext in '' $ac_executable_extensions; do
4977
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4978
 
    ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4979
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4980
 
    break 2
4981
 
  fi
4982
 
done
4983
 
  done
4984
 
IFS=$as_save_IFS
4985
 
 
4986
 
fi
4987
 
fi
4988
 
DUMPBIN=$ac_cv_prog_DUMPBIN
4989
 
if test -n "$DUMPBIN"; then
4990
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4991
 
$as_echo "$DUMPBIN" >&6; }
4992
 
else
4993
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4994
 
$as_echo "no" >&6; }
4995
 
fi
4996
 
 
4997
 
 
4998
 
    test -n "$DUMPBIN" && break
4999
 
  done
5000
 
fi
5001
 
if test -z "$DUMPBIN"; then
5002
 
  ac_ct_DUMPBIN=$DUMPBIN
5003
 
  for ac_prog in "dumpbin -symbols" "link -dump -symbols"
5004
 
do
5005
 
  # Extract the first word of "$ac_prog", so it can be a program name with args.
5006
 
set dummy $ac_prog; ac_word=$2
5007
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5008
 
$as_echo_n "checking for $ac_word... " >&6; }
5009
 
if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5010
 
  $as_echo_n "(cached) " >&6
5011
 
else
5012
 
  if test -n "$ac_ct_DUMPBIN"; then
5013
 
  ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5014
 
else
5015
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5016
 
for as_dir in $PATH
5017
 
do
5018
 
  IFS=$as_save_IFS
5019
 
  test -z "$as_dir" && as_dir=.
5020
 
    for ac_exec_ext in '' $ac_executable_extensions; do
5021
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5022
 
    ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5023
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5024
 
    break 2
5025
 
  fi
5026
 
done
5027
 
  done
5028
 
IFS=$as_save_IFS
5029
 
 
5030
 
fi
5031
 
fi
5032
 
ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5033
 
if test -n "$ac_ct_DUMPBIN"; then
5034
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5035
 
$as_echo "$ac_ct_DUMPBIN" >&6; }
5036
 
else
5037
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5038
 
$as_echo "no" >&6; }
5039
 
fi
5040
 
 
5041
 
 
5042
 
  test -n "$ac_ct_DUMPBIN" && break
5043
 
done
5044
 
 
5045
 
  if test "x$ac_ct_DUMPBIN" = x; then
5046
 
    DUMPBIN=":"
5047
 
  else
5048
 
    case $cross_compiling:$ac_tool_warned in
5049
 
yes:)
5050
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5051
 
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5052
 
ac_tool_warned=yes ;;
5053
 
esac
5054
 
    DUMPBIN=$ac_ct_DUMPBIN
5055
 
  fi
5056
 
fi
5057
 
 
5058
 
 
5059
 
  if test "$DUMPBIN" != ":"; then
5060
 
    NM="$DUMPBIN"
5061
 
  fi
5062
 
fi
5063
 
test -z "$NM" && NM=nm
5064
 
 
5065
 
 
5066
 
 
5067
 
 
5068
 
 
5069
 
 
5070
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5071
 
$as_echo_n "checking the name lister ($NM) interface... " >&6; }
5072
 
if test "${lt_cv_nm_interface+set}" = set; then :
5073
 
  $as_echo_n "(cached) " >&6
5074
 
else
5075
 
  lt_cv_nm_interface="BSD nm"
5076
 
  echo "int some_variable = 0;" > conftest.$ac_ext
5077
 
  (eval echo "\"\$as_me:5077: $ac_compile\"" >&5)
5078
 
  (eval "$ac_compile" 2>conftest.err)
5079
 
  cat conftest.err >&5
5080
 
  (eval echo "\"\$as_me:5080: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5081
 
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5082
 
  cat conftest.err >&5
5083
 
  (eval echo "\"\$as_me:5083: output\"" >&5)
5084
 
  cat conftest.out >&5
5085
 
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5086
 
    lt_cv_nm_interface="MS dumpbin"
5087
 
  fi
5088
 
  rm -f conftest*
5089
 
fi
5090
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5091
 
$as_echo "$lt_cv_nm_interface" >&6; }
5092
 
 
5093
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5094
 
$as_echo_n "checking whether ln -s works... " >&6; }
5095
 
LN_S=$as_ln_s
5096
 
if test "$LN_S" = "ln -s"; then
5097
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5098
 
$as_echo "yes" >&6; }
5099
 
else
5100
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5101
 
$as_echo "no, using $LN_S" >&6; }
5102
 
fi
5103
 
 
5104
 
# find the maximum length of command line arguments
5105
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5106
 
$as_echo_n "checking the maximum length of command line arguments... " >&6; }
5107
 
if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5108
 
  $as_echo_n "(cached) " >&6
5109
 
else
5110
 
    i=0
5111
 
  teststring="ABCD"
5112
 
 
5113
 
  case $build_os in
5114
 
  msdosdjgpp*)
5115
 
    # On DJGPP, this test can blow up pretty badly due to problems in libc
5116
 
    # (any single argument exceeding 2000 bytes causes a buffer overrun
5117
 
    # during glob expansion).  Even if it were fixed, the result of this
5118
 
    # check would be larger than it should be.
5119
 
    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
5120
 
    ;;
5121
 
 
5122
 
  gnu*)
5123
 
    # Under GNU Hurd, this test is not required because there is
5124
 
    # no limit to the length of command line arguments.
5125
 
    # Libtool will interpret -1 as no limit whatsoever
5126
 
    lt_cv_sys_max_cmd_len=-1;
5127
 
    ;;
5128
 
 
5129
 
  cygwin* | mingw* | cegcc*)
5130
 
    # On Win9x/ME, this test blows up -- it succeeds, but takes
5131
 
    # about 5 minutes as the teststring grows exponentially.
5132
 
    # Worse, since 9x/ME are not pre-emptively multitasking,
5133
 
    # you end up with a "frozen" computer, even though with patience
5134
 
    # the test eventually succeeds (with a max line length of 256k).
5135
 
    # Instead, let's just punt: use the minimum linelength reported by
5136
 
    # all of the supported platforms: 8192 (on NT/2K/XP).
5137
 
    lt_cv_sys_max_cmd_len=8192;
5138
 
    ;;
5139
 
 
5140
 
  amigaos*)
5141
 
    # On AmigaOS with pdksh, this test takes hours, literally.
5142
 
    # So we just punt and use a minimum line length of 8192.
5143
 
    lt_cv_sys_max_cmd_len=8192;
5144
 
    ;;
5145
 
 
5146
 
  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5147
 
    # This has been around since 386BSD, at least.  Likely further.
5148
 
    if test -x /sbin/sysctl; then
5149
 
      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5150
 
    elif test -x /usr/sbin/sysctl; then
5151
 
      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5152
 
    else
5153
 
      lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
5154
 
    fi
5155
 
    # And add a safety zone
5156
 
    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5157
 
    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5158
 
    ;;
5159
 
 
5160
 
  interix*)
5161
 
    # We know the value 262144 and hardcode it with a safety zone (like BSD)
5162
 
    lt_cv_sys_max_cmd_len=196608
5163
 
    ;;
5164
 
 
5165
 
  osf*)
5166
 
    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5167
 
    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5168
 
    # nice to cause kernel panics so lets avoid the loop below.
5169
 
    # First set a reasonable default.
5170
 
    lt_cv_sys_max_cmd_len=16384
5171
 
    #
5172
 
    if test -x /sbin/sysconfig; then
5173
 
      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5174
 
        *1*) lt_cv_sys_max_cmd_len=-1 ;;
5175
 
      esac
5176
 
    fi
5177
 
    ;;
5178
 
  sco3.2v5*)
5179
 
    lt_cv_sys_max_cmd_len=102400
5180
 
    ;;
5181
 
  sysv5* | sco5v6* | sysv4.2uw2*)
5182
 
    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5183
 
    if test -n "$kargmax"; then
5184
 
      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[  ]//'`
5185
 
    else
5186
 
      lt_cv_sys_max_cmd_len=32768
5187
 
    fi
5188
 
    ;;
5189
 
  *)
5190
 
    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5191
 
    if test -n "$lt_cv_sys_max_cmd_len"; then
5192
 
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5193
 
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5194
 
    else
5195
 
      # Make teststring a little bigger before we do anything with it.
5196
 
      # a 1K string should be a reasonable start.
5197
 
      for i in 1 2 3 4 5 6 7 8 ; do
5198
 
        teststring=$teststring$teststring
5199
 
      done
5200
 
      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5201
 
      # If test is not a shell built-in, we'll probably end up computing a
5202
 
      # maximum length that is only half of the actual maximum length, but
5203
 
      # we can't tell.
5204
 
      while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
5205
 
                 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
5206
 
              test $i != 17 # 1/2 MB should be enough
5207
 
      do
5208
 
        i=`expr $i + 1`
5209
 
        teststring=$teststring$teststring
5210
 
      done
5211
 
      # Only check the string length outside the loop.
5212
 
      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5213
 
      teststring=
5214
 
      # Add a significant safety factor because C++ compilers can tack on
5215
 
      # massive amounts of additional arguments before passing them to the
5216
 
      # linker.  It appears as though 1/2 is a usable value.
5217
 
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5218
 
    fi
5219
 
    ;;
5220
 
  esac
5221
 
 
5222
 
fi
5223
 
 
5224
 
if test -n $lt_cv_sys_max_cmd_len ; then
5225
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5226
 
$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5227
 
else
5228
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5229
 
$as_echo "none" >&6; }
5230
 
fi
5231
 
max_cmd_len=$lt_cv_sys_max_cmd_len
5232
 
 
5233
 
 
5234
 
 
5235
 
 
5236
 
 
5237
 
 
5238
 
: ${CP="cp -f"}
5239
 
: ${MV="mv -f"}
5240
 
: ${RM="rm -f"}
5241
 
 
5242
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5243
 
$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5244
 
# Try some XSI features
5245
 
xsi_shell=no
5246
 
( _lt_dummy="a/b/c"
5247
 
  test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5248
 
      = c,a/b,, \
5249
 
    && eval 'test $(( 1 + 1 )) -eq 2 \
5250
 
    && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5251
 
  && xsi_shell=yes
5252
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5253
 
$as_echo "$xsi_shell" >&6; }
5254
 
 
5255
 
 
5256
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5257
 
$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5258
 
lt_shell_append=no
5259
 
( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5260
 
    >/dev/null 2>&1 \
5261
 
  && lt_shell_append=yes
5262
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5263
 
$as_echo "$lt_shell_append" >&6; }
5264
 
 
5265
 
 
5266
 
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5267
 
  lt_unset=unset
5268
 
else
5269
 
  lt_unset=false
5270
 
fi
5271
 
 
5272
 
 
5273
 
 
5274
 
 
5275
 
 
5276
 
# test EBCDIC or ASCII
5277
 
case `echo X|tr X '\101'` in
5278
 
 A) # ASCII based system
5279
 
    # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5280
 
  lt_SP2NL='tr \040 \012'
5281
 
  lt_NL2SP='tr \015\012 \040\040'
5282
 
  ;;
5283
 
 *) # EBCDIC based system
5284
 
  lt_SP2NL='tr \100 \n'
5285
 
  lt_NL2SP='tr \r\n \100\100'
5286
 
  ;;
5287
 
esac
5288
 
 
5289
 
 
5290
 
 
5291
 
 
5292
 
 
5293
 
 
5294
 
 
5295
 
 
5296
 
 
5297
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5298
 
$as_echo_n "checking for $LD option to reload object files... " >&6; }
5299
 
if test "${lt_cv_ld_reload_flag+set}" = set; then :
5300
 
  $as_echo_n "(cached) " >&6
5301
 
else
5302
 
  lt_cv_ld_reload_flag='-r'
5303
 
fi
5304
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5305
 
$as_echo "$lt_cv_ld_reload_flag" >&6; }
5306
 
reload_flag=$lt_cv_ld_reload_flag
5307
 
case $reload_flag in
5308
 
"" | " "*) ;;
5309
 
*) reload_flag=" $reload_flag" ;;
5310
 
esac
5311
 
reload_cmds='$LD$reload_flag -o $output$reload_objs'
5312
 
case $host_os in
5313
 
  darwin*)
5314
 
    if test "$GCC" = yes; then
5315
 
      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5316
 
    else
5317
 
      reload_cmds='$LD$reload_flag -o $output$reload_objs'
5318
 
    fi
5319
 
    ;;
5320
 
esac
5321
 
 
5322
 
 
5323
 
 
5324
 
 
5325
 
 
5326
 
 
5327
 
 
5328
 
 
5329
 
 
5330
 
if test -n "$ac_tool_prefix"; then
5331
 
  # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5332
 
set dummy ${ac_tool_prefix}objdump; ac_word=$2
5333
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5334
 
$as_echo_n "checking for $ac_word... " >&6; }
5335
 
if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5336
 
  $as_echo_n "(cached) " >&6
5337
 
else
5338
 
  if test -n "$OBJDUMP"; then
5339
 
  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5340
 
else
5341
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5342
 
for as_dir in $PATH
5343
 
do
5344
 
  IFS=$as_save_IFS
5345
 
  test -z "$as_dir" && as_dir=.
5346
 
    for ac_exec_ext in '' $ac_executable_extensions; do
5347
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5348
 
    ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5349
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5350
 
    break 2
5351
 
  fi
5352
 
done
5353
 
  done
5354
 
IFS=$as_save_IFS
5355
 
 
5356
 
fi
5357
 
fi
5358
 
OBJDUMP=$ac_cv_prog_OBJDUMP
5359
 
if test -n "$OBJDUMP"; then
5360
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5361
 
$as_echo "$OBJDUMP" >&6; }
5362
 
else
5363
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5364
 
$as_echo "no" >&6; }
5365
 
fi
5366
 
 
5367
 
 
5368
 
fi
5369
 
if test -z "$ac_cv_prog_OBJDUMP"; then
5370
 
  ac_ct_OBJDUMP=$OBJDUMP
5371
 
  # Extract the first word of "objdump", so it can be a program name with args.
5372
 
set dummy objdump; ac_word=$2
5373
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5374
 
$as_echo_n "checking for $ac_word... " >&6; }
5375
 
if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5376
 
  $as_echo_n "(cached) " >&6
5377
 
else
5378
 
  if test -n "$ac_ct_OBJDUMP"; then
5379
 
  ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5380
 
else
5381
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5382
 
for as_dir in $PATH
5383
 
do
5384
 
  IFS=$as_save_IFS
5385
 
  test -z "$as_dir" && as_dir=.
5386
 
    for ac_exec_ext in '' $ac_executable_extensions; do
5387
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5388
 
    ac_cv_prog_ac_ct_OBJDUMP="objdump"
5389
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5390
 
    break 2
5391
 
  fi
5392
 
done
5393
 
  done
5394
 
IFS=$as_save_IFS
5395
 
 
5396
 
fi
5397
 
fi
5398
 
ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5399
 
if test -n "$ac_ct_OBJDUMP"; then
5400
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5401
 
$as_echo "$ac_ct_OBJDUMP" >&6; }
5402
 
else
5403
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5404
 
$as_echo "no" >&6; }
5405
 
fi
5406
 
 
5407
 
  if test "x$ac_ct_OBJDUMP" = x; then
5408
 
    OBJDUMP="false"
5409
 
  else
5410
 
    case $cross_compiling:$ac_tool_warned in
5411
 
yes:)
5412
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5413
 
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5414
 
ac_tool_warned=yes ;;
5415
 
esac
5416
 
    OBJDUMP=$ac_ct_OBJDUMP
5417
 
  fi
5418
 
else
5419
 
  OBJDUMP="$ac_cv_prog_OBJDUMP"
5420
 
fi
5421
 
 
5422
 
test -z "$OBJDUMP" && OBJDUMP=objdump
5423
 
 
5424
 
 
5425
 
 
5426
 
 
5427
 
 
5428
 
 
5429
 
 
5430
 
 
5431
 
 
5432
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5433
 
$as_echo_n "checking how to recognize dependent libraries... " >&6; }
5434
 
if test "${lt_cv_deplibs_check_method+set}" = set; then :
5435
 
  $as_echo_n "(cached) " >&6
5436
 
else
5437
 
  lt_cv_file_magic_cmd='$MAGIC_CMD'
5438
 
lt_cv_file_magic_test_file=
5439
 
lt_cv_deplibs_check_method='unknown'
5440
 
# Need to set the preceding variable on all platforms that support
5441
 
# interlibrary dependencies.
5442
 
# 'none' -- dependencies not supported.
5443
 
# `unknown' -- same as none, but documents that we really don't know.
5444
 
# 'pass_all' -- all dependencies passed with no checks.
5445
 
# 'test_compile' -- check by making test program.
5446
 
# 'file_magic [[regex]]' -- check by looking for files in library path
5447
 
# which responds to the $file_magic_cmd with a given extended regex.
5448
 
# If you have `file' or equivalent on your system and you're not sure
5449
 
# whether `pass_all' will *always* work, you probably want this one.
5450
 
 
5451
 
case $host_os in
5452
 
aix[4-9]*)
5453
 
  lt_cv_deplibs_check_method=pass_all
5454
 
  ;;
5455
 
 
5456
 
beos*)
5457
 
  lt_cv_deplibs_check_method=pass_all
5458
 
  ;;
5459
 
 
5460
 
bsdi[45]*)
5461
 
  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5462
 
  lt_cv_file_magic_cmd='/usr/bin/file -L'
5463
 
  lt_cv_file_magic_test_file=/shlib/libc.so
5464
 
  ;;
5465
 
 
5466
 
cygwin*)
5467
 
  # func_win32_libid is a shell function defined in ltmain.sh
5468
 
  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5469
 
  lt_cv_file_magic_cmd='func_win32_libid'
5470
 
  ;;
5471
 
 
5472
 
mingw* | pw32*)
5473
 
  # Base MSYS/MinGW do not provide the 'file' command needed by
5474
 
  # func_win32_libid shell function, so use a weaker test based on 'objdump',
5475
 
  # unless we find 'file', for example because we are cross-compiling.
5476
 
  if ( file / ) >/dev/null 2>&1; then
5477
 
    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5478
 
    lt_cv_file_magic_cmd='func_win32_libid'
5479
 
  else
5480
 
    lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5481
 
    lt_cv_file_magic_cmd='$OBJDUMP -f'
5482
 
  fi
5483
 
  ;;
5484
 
 
5485
 
cegcc)
5486
 
  # use the weaker test based on 'objdump'. See mingw*.
5487
 
  lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5488
 
  lt_cv_file_magic_cmd='$OBJDUMP -f'
5489
 
  ;;
5490
 
 
5491
 
darwin* | rhapsody*)
5492
 
  lt_cv_deplibs_check_method=pass_all
5493
 
  ;;
5494
 
 
5495
 
freebsd* | dragonfly*)
5496
 
  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5497
 
    case $host_cpu in
5498
 
    i*86 )
5499
 
      # Not sure whether the presence of OpenBSD here was a mistake.
5500
 
      # Let's accept both of them until this is cleared up.
5501
 
      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5502
 
      lt_cv_file_magic_cmd=/usr/bin/file
5503
 
      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5504
 
      ;;
5505
 
    esac
5506
 
  else
5507
 
    lt_cv_deplibs_check_method=pass_all
5508
 
  fi
5509
 
  ;;
5510
 
 
5511
 
gnu*)
5512
 
  lt_cv_deplibs_check_method=pass_all
5513
 
  ;;
5514
 
 
5515
 
hpux10.20* | hpux11*)
5516
 
  lt_cv_file_magic_cmd=/usr/bin/file
5517
 
  case $host_cpu in
5518
 
  ia64*)
5519
 
    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5520
 
    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5521
 
    ;;
5522
 
  hppa*64*)
5523
 
    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
5524
 
    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5525
 
    ;;
5526
 
  *)
5527
 
    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
5528
 
    lt_cv_file_magic_test_file=/usr/lib/libc.sl
5529
 
    ;;
5530
 
  esac
5531
 
  ;;
5532
 
 
5533
 
interix[3-9]*)
5534
 
  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5535
 
  lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5536
 
  ;;
5537
 
 
5538
 
irix5* | irix6* | nonstopux*)
5539
 
  case $LD in
5540
 
  *-32|*"-32 ") libmagic=32-bit;;
5541
 
  *-n32|*"-n32 ") libmagic=N32;;
5542
 
  *-64|*"-64 ") libmagic=64-bit;;
5543
 
  *) libmagic=never-match;;
5544
 
  esac
5545
 
  lt_cv_deplibs_check_method=pass_all
5546
 
  ;;
5547
 
 
5548
 
# This must be Linux ELF.
5549
 
linux* | k*bsd*-gnu | kopensolaris*-gnu)
5550
 
  lt_cv_deplibs_check_method=pass_all
5551
 
  ;;
5552
 
 
5553
 
netbsd* | netbsdelf*-gnu)
5554
 
  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5555
 
    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5556
 
  else
5557
 
    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5558
 
  fi
5559
 
  ;;
5560
 
 
5561
 
newos6*)
5562
 
  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5563
 
  lt_cv_file_magic_cmd=/usr/bin/file
5564
 
  lt_cv_file_magic_test_file=/usr/lib/libnls.so
5565
 
  ;;
5566
 
 
5567
 
*nto* | *qnx*)
5568
 
  lt_cv_deplibs_check_method=pass_all
5569
 
  ;;
5570
 
 
5571
 
openbsd*)
5572
 
  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5573
 
    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5574
 
  else
5575
 
    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5576
 
  fi
5577
 
  ;;
5578
 
 
5579
 
osf3* | osf4* | osf5*)
5580
 
  lt_cv_deplibs_check_method=pass_all
5581
 
  ;;
5582
 
 
5583
 
rdos*)
5584
 
  lt_cv_deplibs_check_method=pass_all
5585
 
  ;;
5586
 
 
5587
 
solaris*)
5588
 
  lt_cv_deplibs_check_method=pass_all
5589
 
  ;;
5590
 
 
5591
 
sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5592
 
  lt_cv_deplibs_check_method=pass_all
5593
 
  ;;
5594
 
 
5595
 
sysv4 | sysv4.3*)
5596
 
  case $host_vendor in
5597
 
  motorola)
5598
 
    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
5599
 
    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5600
 
    ;;
5601
 
  ncr)
5602
 
    lt_cv_deplibs_check_method=pass_all
5603
 
    ;;
5604
 
  sequent)
5605
 
    lt_cv_file_magic_cmd='/bin/file'
5606
 
    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5607
 
    ;;
5608
 
  sni)
5609
 
    lt_cv_file_magic_cmd='/bin/file'
5610
 
    lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5611
 
    lt_cv_file_magic_test_file=/lib/libc.so
5612
 
    ;;
5613
 
  siemens)
5614
 
    lt_cv_deplibs_check_method=pass_all
5615
 
    ;;
5616
 
  pc)
5617
 
    lt_cv_deplibs_check_method=pass_all
5618
 
    ;;
5619
 
  esac
5620
 
  ;;
5621
 
 
5622
 
tpf*)
5623
 
  lt_cv_deplibs_check_method=pass_all
5624
 
  ;;
5625
 
esac
5626
 
 
5627
 
fi
5628
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5629
 
$as_echo "$lt_cv_deplibs_check_method" >&6; }
5630
 
file_magic_cmd=$lt_cv_file_magic_cmd
5631
 
deplibs_check_method=$lt_cv_deplibs_check_method
5632
 
test -z "$deplibs_check_method" && deplibs_check_method=unknown
5633
 
 
5634
 
 
5635
 
 
5636
 
 
5637
 
 
5638
 
 
5639
 
 
5640
 
 
5641
 
 
5642
 
 
5643
 
 
5644
 
 
5645
 
if test -n "$ac_tool_prefix"; then
5646
 
  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5647
 
set dummy ${ac_tool_prefix}ar; ac_word=$2
5648
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5649
 
$as_echo_n "checking for $ac_word... " >&6; }
5650
 
if test "${ac_cv_prog_AR+set}" = set; then :
5651
 
  $as_echo_n "(cached) " >&6
5652
 
else
5653
 
  if test -n "$AR"; then
5654
 
  ac_cv_prog_AR="$AR" # Let the user override the test.
5655
 
else
5656
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5657
 
for as_dir in $PATH
5658
 
do
5659
 
  IFS=$as_save_IFS
5660
 
  test -z "$as_dir" && as_dir=.
5661
 
    for ac_exec_ext in '' $ac_executable_extensions; do
5662
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5663
 
    ac_cv_prog_AR="${ac_tool_prefix}ar"
5664
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5665
 
    break 2
5666
 
  fi
5667
 
done
5668
 
  done
5669
 
IFS=$as_save_IFS
5670
 
 
5671
 
fi
5672
 
fi
5673
 
AR=$ac_cv_prog_AR
5674
 
if test -n "$AR"; then
5675
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5676
 
$as_echo "$AR" >&6; }
5677
 
else
5678
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5679
 
$as_echo "no" >&6; }
5680
 
fi
5681
 
 
5682
 
 
5683
 
fi
5684
 
if test -z "$ac_cv_prog_AR"; then
5685
 
  ac_ct_AR=$AR
5686
 
  # Extract the first word of "ar", so it can be a program name with args.
5687
 
set dummy ar; ac_word=$2
5688
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5689
 
$as_echo_n "checking for $ac_word... " >&6; }
5690
 
if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
5691
 
  $as_echo_n "(cached) " >&6
5692
 
else
5693
 
  if test -n "$ac_ct_AR"; then
5694
 
  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5695
 
else
5696
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5697
 
for as_dir in $PATH
5698
 
do
5699
 
  IFS=$as_save_IFS
5700
 
  test -z "$as_dir" && as_dir=.
5701
 
    for ac_exec_ext in '' $ac_executable_extensions; do
5702
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5703
 
    ac_cv_prog_ac_ct_AR="ar"
5704
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5705
 
    break 2
5706
 
  fi
5707
 
done
5708
 
  done
5709
 
IFS=$as_save_IFS
5710
 
 
5711
 
fi
5712
 
fi
5713
 
ac_ct_AR=$ac_cv_prog_ac_ct_AR
5714
 
if test -n "$ac_ct_AR"; then
5715
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5716
 
$as_echo "$ac_ct_AR" >&6; }
5717
 
else
5718
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5719
 
$as_echo "no" >&6; }
5720
 
fi
5721
 
 
5722
 
  if test "x$ac_ct_AR" = x; then
5723
 
    AR="false"
5724
 
  else
5725
 
    case $cross_compiling:$ac_tool_warned in
5726
 
yes:)
5727
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5728
 
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5729
 
ac_tool_warned=yes ;;
5730
 
esac
5731
 
    AR=$ac_ct_AR
5732
 
  fi
5733
 
else
5734
 
  AR="$ac_cv_prog_AR"
5735
 
fi
5736
 
 
5737
 
test -z "$AR" && AR=ar
5738
 
test -z "$AR_FLAGS" && AR_FLAGS=cru
5739
 
 
5740
 
 
5741
 
 
5742
 
 
5743
 
 
5744
 
 
5745
 
 
5746
 
 
5747
 
 
5748
 
 
5749
 
 
5750
 
if test -n "$ac_tool_prefix"; then
5751
 
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5752
 
set dummy ${ac_tool_prefix}strip; ac_word=$2
5753
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5754
 
$as_echo_n "checking for $ac_word... " >&6; }
5755
 
if test "${ac_cv_prog_STRIP+set}" = set; then :
5756
 
  $as_echo_n "(cached) " >&6
5757
 
else
5758
 
  if test -n "$STRIP"; then
5759
 
  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5760
 
else
5761
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5762
 
for as_dir in $PATH
5763
 
do
5764
 
  IFS=$as_save_IFS
5765
 
  test -z "$as_dir" && as_dir=.
5766
 
    for ac_exec_ext in '' $ac_executable_extensions; do
5767
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5768
 
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5769
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5770
 
    break 2
5771
 
  fi
5772
 
done
5773
 
  done
5774
 
IFS=$as_save_IFS
5775
 
 
5776
 
fi
5777
 
fi
5778
 
STRIP=$ac_cv_prog_STRIP
5779
 
if test -n "$STRIP"; then
5780
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5781
 
$as_echo "$STRIP" >&6; }
5782
 
else
5783
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5784
 
$as_echo "no" >&6; }
5785
 
fi
5786
 
 
5787
 
 
5788
 
fi
5789
 
if test -z "$ac_cv_prog_STRIP"; then
5790
 
  ac_ct_STRIP=$STRIP
5791
 
  # Extract the first word of "strip", so it can be a program name with args.
5792
 
set dummy strip; ac_word=$2
5793
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5794
 
$as_echo_n "checking for $ac_word... " >&6; }
5795
 
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
5796
 
  $as_echo_n "(cached) " >&6
5797
 
else
5798
 
  if test -n "$ac_ct_STRIP"; then
5799
 
  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5800
 
else
5801
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5802
 
for as_dir in $PATH
5803
 
do
5804
 
  IFS=$as_save_IFS
5805
 
  test -z "$as_dir" && as_dir=.
5806
 
    for ac_exec_ext in '' $ac_executable_extensions; do
5807
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5808
 
    ac_cv_prog_ac_ct_STRIP="strip"
5809
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5810
 
    break 2
5811
 
  fi
5812
 
done
5813
 
  done
5814
 
IFS=$as_save_IFS
5815
 
 
5816
 
fi
5817
 
fi
5818
 
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5819
 
if test -n "$ac_ct_STRIP"; then
5820
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5821
 
$as_echo "$ac_ct_STRIP" >&6; }
5822
 
else
5823
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5824
 
$as_echo "no" >&6; }
5825
 
fi
5826
 
 
5827
 
  if test "x$ac_ct_STRIP" = x; then
5828
 
    STRIP=":"
5829
 
  else
5830
 
    case $cross_compiling:$ac_tool_warned in
5831
 
yes:)
5832
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5833
 
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5834
 
ac_tool_warned=yes ;;
5835
 
esac
5836
 
    STRIP=$ac_ct_STRIP
5837
 
  fi
5838
 
else
5839
 
  STRIP="$ac_cv_prog_STRIP"
5840
 
fi
5841
 
 
5842
 
test -z "$STRIP" && STRIP=:
5843
 
 
5844
 
 
5845
 
 
5846
 
 
5847
 
 
5848
 
 
5849
 
if test -n "$ac_tool_prefix"; then
5850
 
  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5851
 
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5852
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5853
 
$as_echo_n "checking for $ac_word... " >&6; }
5854
 
if test "${ac_cv_prog_RANLIB+set}" = set; then :
5855
 
  $as_echo_n "(cached) " >&6
5856
 
else
5857
 
  if test -n "$RANLIB"; then
5858
 
  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5859
 
else
5860
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5861
 
for as_dir in $PATH
5862
 
do
5863
 
  IFS=$as_save_IFS
5864
 
  test -z "$as_dir" && as_dir=.
5865
 
    for ac_exec_ext in '' $ac_executable_extensions; do
5866
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5867
 
    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5868
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5869
 
    break 2
5870
 
  fi
5871
 
done
5872
 
  done
5873
 
IFS=$as_save_IFS
5874
 
 
5875
 
fi
5876
 
fi
5877
 
RANLIB=$ac_cv_prog_RANLIB
5878
 
if test -n "$RANLIB"; then
5879
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5880
 
$as_echo "$RANLIB" >&6; }
5881
 
else
5882
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5883
 
$as_echo "no" >&6; }
5884
 
fi
5885
 
 
5886
 
 
5887
 
fi
5888
 
if test -z "$ac_cv_prog_RANLIB"; then
5889
 
  ac_ct_RANLIB=$RANLIB
5890
 
  # Extract the first word of "ranlib", so it can be a program name with args.
5891
 
set dummy ranlib; ac_word=$2
5892
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5893
 
$as_echo_n "checking for $ac_word... " >&6; }
5894
 
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5895
 
  $as_echo_n "(cached) " >&6
5896
 
else
5897
 
  if test -n "$ac_ct_RANLIB"; then
5898
 
  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5899
 
else
5900
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5901
 
for as_dir in $PATH
5902
 
do
5903
 
  IFS=$as_save_IFS
5904
 
  test -z "$as_dir" && as_dir=.
5905
 
    for ac_exec_ext in '' $ac_executable_extensions; do
5906
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5907
 
    ac_cv_prog_ac_ct_RANLIB="ranlib"
5908
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5909
 
    break 2
5910
 
  fi
5911
 
done
5912
 
  done
5913
 
IFS=$as_save_IFS
5914
 
 
5915
 
fi
5916
 
fi
5917
 
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5918
 
if test -n "$ac_ct_RANLIB"; then
5919
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5920
 
$as_echo "$ac_ct_RANLIB" >&6; }
5921
 
else
5922
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5923
 
$as_echo "no" >&6; }
5924
 
fi
5925
 
 
5926
 
  if test "x$ac_ct_RANLIB" = x; then
5927
 
    RANLIB=":"
5928
 
  else
5929
 
    case $cross_compiling:$ac_tool_warned in
5930
 
yes:)
5931
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5932
 
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5933
 
ac_tool_warned=yes ;;
5934
 
esac
5935
 
    RANLIB=$ac_ct_RANLIB
5936
 
  fi
5937
 
else
5938
 
  RANLIB="$ac_cv_prog_RANLIB"
5939
 
fi
5940
 
 
5941
 
test -z "$RANLIB" && RANLIB=:
5942
 
 
5943
 
 
5944
 
 
5945
 
 
5946
 
 
5947
 
 
5948
 
# Determine commands to create old-style static archives.
5949
 
old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5950
 
old_postinstall_cmds='chmod 644 $oldlib'
5951
 
old_postuninstall_cmds=
5952
 
 
5953
 
if test -n "$RANLIB"; then
5954
 
  case $host_os in
5955
 
  openbsd*)
5956
 
    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5957
 
    ;;
5958
 
  *)
5959
 
    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5960
 
    ;;
5961
 
  esac
5962
 
  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5963
 
fi
5964
 
 
5965
 
 
5966
 
 
5967
 
 
5968
 
 
5969
 
 
5970
 
 
5971
 
 
5972
 
 
5973
 
 
5974
 
 
5975
 
 
5976
 
 
5977
 
 
5978
 
 
5979
 
 
5980
 
 
5981
 
 
5982
 
 
5983
 
 
5984
 
 
5985
 
 
5986
 
 
5987
 
 
5988
 
 
5989
 
 
5990
 
 
5991
 
 
5992
 
 
5993
 
 
5994
 
 
5995
 
 
5996
 
 
5997
 
 
5998
 
# If no C compiler was specified, use CC.
5999
 
LTCC=${LTCC-"$CC"}
6000
 
 
6001
 
# If no C compiler flags were specified, use CFLAGS.
6002
 
LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6003
 
 
6004
 
# Allow CC to be a program name with arguments.
6005
 
compiler=$CC
6006
 
 
6007
 
 
6008
 
# Check for command to grab the raw symbol name followed by C symbol from nm.
6009
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6010
 
$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6011
 
if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6012
 
  $as_echo_n "(cached) " >&6
6013
 
else
6014
 
 
6015
 
# These are sane defaults that work on at least a few old systems.
6016
 
# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
6017
 
 
6018
 
# Character class describing NM global symbol codes.
6019
 
symcode='[BCDEGRST]'
6020
 
 
6021
 
# Regexp to match symbols that can be accessed directly from C.
6022
 
sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6023
 
 
6024
 
# Define system-specific variables.
6025
 
case $host_os in
6026
 
aix*)
6027
 
  symcode='[BCDT]'
6028
 
  ;;
6029
 
cygwin* | mingw* | pw32* | cegcc*)
6030
 
  symcode='[ABCDGISTW]'
6031
 
  ;;
6032
 
hpux*)
6033
 
  if test "$host_cpu" = ia64; then
6034
 
    symcode='[ABCDEGRST]'
6035
 
  fi
6036
 
  ;;
6037
 
irix* | nonstopux*)
6038
 
  symcode='[BCDEGRST]'
6039
 
  ;;
6040
 
osf*)
6041
 
  symcode='[BCDEGQRST]'
6042
 
  ;;
6043
 
solaris*)
6044
 
  symcode='[BDRT]'
6045
 
  ;;
6046
 
sco3.2v5*)
6047
 
  symcode='[DT]'
6048
 
  ;;
6049
 
sysv4.2uw2*)
6050
 
  symcode='[DT]'
6051
 
  ;;
6052
 
sysv5* | sco5v6* | unixware* | OpenUNIX*)
6053
 
  symcode='[ABDT]'
6054
 
  ;;
6055
 
sysv4)
6056
 
  symcode='[DFNSTU]'
6057
 
  ;;
6058
 
esac
6059
 
 
6060
 
# If we're using GNU nm, then use its standard symbol codes.
6061
 
case `$NM -V 2>&1` in
6062
 
*GNU* | *'with BFD'*)
6063
 
  symcode='[ABCDGIRSTW]' ;;
6064
 
esac
6065
 
 
6066
 
# Transform an extracted symbol line into a proper C declaration.
6067
 
# Some systems (esp. on ia64) link data and code symbols differently,
6068
 
# so use this general approach.
6069
 
lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6070
 
 
6071
 
# Transform an extracted symbol line into symbol name and symbol address
6072
 
lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
6073
 
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/  {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"lib\2\", (void *) \&\2},/p'"
6074
 
 
6075
 
# Handle CRLF in mingw tool chain
6076
 
opt_cr=
6077
 
case $build_os in
6078
 
mingw*)
6079
 
  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6080
 
  ;;
6081
 
esac
6082
 
 
6083
 
# Try without a prefix underscore, then with it.
6084
 
for ac_symprfx in "" "_"; do
6085
 
 
6086
 
  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6087
 
  symxfrm="\\1 $ac_symprfx\\2 \\2"
6088
 
 
6089
 
  # Write the raw and C identifiers.
6090
 
  if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6091
 
    # Fake it for dumpbin and say T for any non-static function
6092
 
    # and D for any global variable.
6093
 
    # Also find C++ and __fastcall symbols from MSVC++,
6094
 
    # which start with @ or ?.
6095
 
    lt_cv_sys_global_symbol_pipe="$AWK '"\
6096
 
"     {last_section=section; section=\$ 3};"\
6097
 
"     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6098
 
"     \$ 0!~/External *\|/{next};"\
6099
 
"     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6100
 
"     {if(hide[section]) next};"\
6101
 
"     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6102
 
"     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6103
 
"     s[1]~/^[@?]/{print s[1], s[1]; next};"\
6104
 
"     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6105
 
"     ' prfx=^$ac_symprfx"
6106
 
  else
6107
 
    lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6108
 
  fi
6109
 
 
6110
 
  # Check to see that the pipe works correctly.
6111
 
  pipe_works=no
6112
 
 
6113
 
  rm -f conftest*
6114
 
  cat > conftest.$ac_ext <<_LT_EOF
6115
 
#ifdef __cplusplus
6116
 
extern "C" {
6117
 
#endif
6118
 
char nm_test_var;
6119
 
void nm_test_func(void);
6120
 
void nm_test_func(void){}
6121
 
#ifdef __cplusplus
6122
 
}
6123
 
#endif
6124
 
int main(){nm_test_var='a';nm_test_func();return(0);}
6125
 
_LT_EOF
6126
 
 
6127
 
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6128
 
  (eval $ac_compile) 2>&5
6129
 
  ac_status=$?
6130
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6131
 
  test $ac_status = 0; }; then
6132
 
    # Now try to grab the symbols.
6133
 
    nlist=conftest.nm
6134
 
    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
6135
 
  (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
6136
 
  ac_status=$?
6137
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6138
 
  test $ac_status = 0; } && test -s "$nlist"; then
6139
 
      # Try sorting and uniquifying the output.
6140
 
      if sort "$nlist" | uniq > "$nlist"T; then
6141
 
        mv -f "$nlist"T "$nlist"
6142
 
      else
6143
 
        rm -f "$nlist"T
6144
 
      fi
6145
 
 
6146
 
      # Make sure that we snagged all the symbols we need.
6147
 
      if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6148
 
        if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6149
 
          cat <<_LT_EOF > conftest.$ac_ext
6150
 
#ifdef __cplusplus
6151
 
extern "C" {
6152
 
#endif
6153
 
 
6154
 
_LT_EOF
6155
 
          # Now generate the symbol file.
6156
 
          eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6157
 
 
6158
 
          cat <<_LT_EOF >> conftest.$ac_ext
6159
 
 
6160
 
/* The mapping between symbol names and symbols.  */
6161
 
const struct {
6162
 
  const char *name;
6163
 
  void       *address;
6164
 
}
6165
 
lt__PROGRAM__LTX_preloaded_symbols[] =
6166
 
{
6167
 
  { "@PROGRAM@", (void *) 0 },
6168
 
_LT_EOF
6169
 
          $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6170
 
          cat <<\_LT_EOF >> conftest.$ac_ext
6171
 
  {0, (void *) 0}
6172
 
};
6173
 
 
6174
 
/* This works around a problem in FreeBSD linker */
6175
 
#ifdef FREEBSD_WORKAROUND
6176
 
static const void *lt_preloaded_setup() {
6177
 
  return lt__PROGRAM__LTX_preloaded_symbols;
6178
 
}
6179
 
#endif
6180
 
 
6181
 
#ifdef __cplusplus
6182
 
}
6183
 
#endif
6184
 
_LT_EOF
6185
 
          # Now try linking the two files.
6186
 
          mv conftest.$ac_objext conftstm.$ac_objext
6187
 
          lt_save_LIBS="$LIBS"
6188
 
          lt_save_CFLAGS="$CFLAGS"
6189
 
          LIBS="conftstm.$ac_objext"
6190
 
          CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6191
 
          if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6192
 
  (eval $ac_link) 2>&5
6193
 
  ac_status=$?
6194
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6195
 
  test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6196
 
            pipe_works=yes
6197
 
          fi
6198
 
          LIBS="$lt_save_LIBS"
6199
 
          CFLAGS="$lt_save_CFLAGS"
6200
 
        else
6201
 
          echo "cannot find nm_test_func in $nlist" >&5
6202
 
        fi
6203
 
      else
6204
 
        echo "cannot find nm_test_var in $nlist" >&5
6205
 
      fi
6206
 
    else
6207
 
      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6208
 
    fi
6209
 
  else
6210
 
    echo "$progname: failed program was:" >&5
6211
 
    cat conftest.$ac_ext >&5
6212
 
  fi
6213
 
  rm -rf conftest* conftst*
6214
 
 
6215
 
  # Do not use the global_symbol_pipe unless it works.
6216
 
  if test "$pipe_works" = yes; then
6217
 
    break
6218
 
  else
6219
 
    lt_cv_sys_global_symbol_pipe=
6220
 
  fi
6221
 
done
6222
 
 
6223
 
fi
6224
 
 
6225
 
if test -z "$lt_cv_sys_global_symbol_pipe"; then
6226
 
  lt_cv_sys_global_symbol_to_cdecl=
6227
 
fi
6228
 
if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6229
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6230
 
$as_echo "failed" >&6; }
6231
 
else
6232
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6233
 
$as_echo "ok" >&6; }
6234
 
fi
6235
 
 
6236
 
 
6237
 
 
6238
 
 
6239
 
 
6240
 
 
6241
 
 
6242
 
 
6243
 
 
6244
 
 
6245
 
 
6246
 
 
6247
 
 
6248
 
 
6249
 
 
6250
 
 
6251
 
 
6252
 
 
6253
 
 
6254
 
 
6255
 
 
6256
 
 
6257
 
 
6258
 
# Check whether --enable-libtool-lock was given.
6259
 
if test "${enable_libtool_lock+set}" = set; then :
6260
 
  enableval=$enable_libtool_lock;
6261
 
fi
6262
 
 
6263
 
test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6264
 
 
6265
 
# Some flags need to be propagated to the compiler or linker for good
6266
 
# libtool support.
6267
 
case $host in
6268
 
ia64-*-hpux*)
6269
 
  # Find out which ABI we are using.
6270
 
  echo 'int i;' > conftest.$ac_ext
6271
 
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6272
 
  (eval $ac_compile) 2>&5
6273
 
  ac_status=$?
6274
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6275
 
  test $ac_status = 0; }; then
6276
 
    case `/usr/bin/file conftest.$ac_objext` in
6277
 
      *ELF-32*)
6278
 
        HPUX_IA64_MODE="32"
6279
 
        ;;
6280
 
      *ELF-64*)
6281
 
        HPUX_IA64_MODE="64"
6282
 
        ;;
6283
 
    esac
6284
 
  fi
6285
 
  rm -rf conftest*
6286
 
  ;;
6287
 
*-*-irix6*)
6288
 
  # Find out which ABI we are using.
6289
 
  echo '#line 6289 "configure"' > conftest.$ac_ext
6290
 
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6291
 
  (eval $ac_compile) 2>&5
6292
 
  ac_status=$?
6293
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6294
 
  test $ac_status = 0; }; then
6295
 
    if test "$lt_cv_prog_gnu_ld" = yes; then
6296
 
      case `/usr/bin/file conftest.$ac_objext` in
6297
 
        *32-bit*)
6298
 
          LD="${LD-ld} -melf32bsmip"
6299
 
          ;;
6300
 
        *N32*)
6301
 
          LD="${LD-ld} -melf32bmipn32"
6302
 
          ;;
6303
 
        *64-bit*)
6304
 
          LD="${LD-ld} -melf64bmip"
6305
 
        ;;
6306
 
      esac
6307
 
    else
6308
 
      case `/usr/bin/file conftest.$ac_objext` in
6309
 
        *32-bit*)
6310
 
          LD="${LD-ld} -32"
6311
 
          ;;
6312
 
        *N32*)
6313
 
          LD="${LD-ld} -n32"
6314
 
          ;;
6315
 
        *64-bit*)
6316
 
          LD="${LD-ld} -64"
6317
 
          ;;
6318
 
      esac
6319
 
    fi
6320
 
  fi
6321
 
  rm -rf conftest*
6322
 
  ;;
6323
 
 
6324
 
x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6325
 
s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6326
 
  # Find out which ABI we are using.
6327
 
  echo 'int i;' > conftest.$ac_ext
6328
 
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6329
 
  (eval $ac_compile) 2>&5
6330
 
  ac_status=$?
6331
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6332
 
  test $ac_status = 0; }; then
6333
 
    case `/usr/bin/file conftest.o` in
6334
 
      *32-bit*)
6335
 
        case $host in
6336
 
          x86_64-*kfreebsd*-gnu)
6337
 
            LD="${LD-ld} -m elf_i386_fbsd"
6338
 
            ;;
6339
 
          x86_64-*linux*)
6340
 
            LD="${LD-ld} -m elf_i386"
6341
 
            ;;
6342
 
          ppc64-*linux*|powerpc64-*linux*)
6343
 
            LD="${LD-ld} -m elf32ppclinux"
6344
 
            ;;
6345
 
          s390x-*linux*)
6346
 
            LD="${LD-ld} -m elf_s390"
6347
 
            ;;
6348
 
          sparc64-*linux*)
6349
 
            LD="${LD-ld} -m elf32_sparc"
6350
 
            ;;
6351
 
        esac
6352
 
        ;;
6353
 
      *64-bit*)
6354
 
        case $host in
6355
 
          x86_64-*kfreebsd*-gnu)
6356
 
            LD="${LD-ld} -m elf_x86_64_fbsd"
6357
 
            ;;
6358
 
          x86_64-*linux*)
6359
 
            LD="${LD-ld} -m elf_x86_64"
6360
 
            ;;
6361
 
          ppc*-*linux*|powerpc*-*linux*)
6362
 
            LD="${LD-ld} -m elf64ppc"
6363
 
            ;;
6364
 
          s390*-*linux*|s390*-*tpf*)
6365
 
            LD="${LD-ld} -m elf64_s390"
6366
 
            ;;
6367
 
          sparc*-*linux*)
6368
 
            LD="${LD-ld} -m elf64_sparc"
6369
 
            ;;
6370
 
        esac
6371
 
        ;;
6372
 
    esac
6373
 
  fi
6374
 
  rm -rf conftest*
6375
 
  ;;
6376
 
 
6377
 
*-*-sco3.2v5*)
6378
 
  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6379
 
  SAVE_CFLAGS="$CFLAGS"
6380
 
  CFLAGS="$CFLAGS -belf"
6381
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6382
 
$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6383
 
if test "${lt_cv_cc_needs_belf+set}" = set; then :
6384
 
  $as_echo_n "(cached) " >&6
6385
 
else
6386
 
  ac_ext=c
6387
 
ac_cpp='$CPP $CPPFLAGS'
6388
 
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6389
 
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6390
 
ac_compiler_gnu=$ac_cv_c_compiler_gnu
6391
 
 
6392
 
     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6393
 
/* end confdefs.h.  */
6394
 
 
6395
 
int
6396
 
main ()
6397
 
{
6398
 
 
6399
 
  ;
6400
 
  return 0;
6401
 
}
6402
 
_ACEOF
6403
 
if ac_fn_c_try_link "$LINENO"; then :
6404
 
  lt_cv_cc_needs_belf=yes
6405
 
else
6406
 
  lt_cv_cc_needs_belf=no
6407
 
fi
6408
 
rm -f core conftest.err conftest.$ac_objext \
6409
 
    conftest$ac_exeext conftest.$ac_ext
6410
 
     ac_ext=c
6411
 
ac_cpp='$CPP $CPPFLAGS'
6412
 
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6413
 
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6414
 
ac_compiler_gnu=$ac_cv_c_compiler_gnu
6415
 
 
6416
 
fi
6417
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6418
 
$as_echo "$lt_cv_cc_needs_belf" >&6; }
6419
 
  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6420
 
    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6421
 
    CFLAGS="$SAVE_CFLAGS"
6422
 
  fi
6423
 
  ;;
6424
 
sparc*-*solaris*)
6425
 
  # Find out which ABI we are using.
6426
 
  echo 'int i;' > conftest.$ac_ext
6427
 
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6428
 
  (eval $ac_compile) 2>&5
6429
 
  ac_status=$?
6430
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6431
 
  test $ac_status = 0; }; then
6432
 
    case `/usr/bin/file conftest.o` in
6433
 
    *64-bit*)
6434
 
      case $lt_cv_prog_gnu_ld in
6435
 
      yes*) LD="${LD-ld} -m elf64_sparc" ;;
6436
 
      *)
6437
 
        if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6438
 
          LD="${LD-ld} -64"
6439
 
        fi
6440
 
        ;;
6441
 
      esac
6442
 
      ;;
6443
 
    esac
6444
 
  fi
6445
 
  rm -rf conftest*
6446
 
  ;;
6447
 
esac
6448
 
 
6449
 
need_locks="$enable_libtool_lock"
6450
 
 
6451
 
 
6452
 
  case $host_os in
6453
 
    rhapsody* | darwin*)
6454
 
    if test -n "$ac_tool_prefix"; then
6455
 
  # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6456
 
set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6457
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6458
 
$as_echo_n "checking for $ac_word... " >&6; }
6459
 
if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
6460
 
  $as_echo_n "(cached) " >&6
6461
 
else
6462
 
  if test -n "$DSYMUTIL"; then
6463
 
  ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6464
 
else
6465
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6466
 
for as_dir in $PATH
6467
 
do
6468
 
  IFS=$as_save_IFS
6469
 
  test -z "$as_dir" && as_dir=.
6470
 
    for ac_exec_ext in '' $ac_executable_extensions; do
6471
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6472
 
    ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6473
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6474
 
    break 2
6475
 
  fi
6476
 
done
6477
 
  done
6478
 
IFS=$as_save_IFS
6479
 
 
6480
 
fi
6481
 
fi
6482
 
DSYMUTIL=$ac_cv_prog_DSYMUTIL
6483
 
if test -n "$DSYMUTIL"; then
6484
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6485
 
$as_echo "$DSYMUTIL" >&6; }
6486
 
else
6487
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6488
 
$as_echo "no" >&6; }
6489
 
fi
6490
 
 
6491
 
 
6492
 
fi
6493
 
if test -z "$ac_cv_prog_DSYMUTIL"; then
6494
 
  ac_ct_DSYMUTIL=$DSYMUTIL
6495
 
  # Extract the first word of "dsymutil", so it can be a program name with args.
6496
 
set dummy dsymutil; ac_word=$2
6497
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6498
 
$as_echo_n "checking for $ac_word... " >&6; }
6499
 
if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
6500
 
  $as_echo_n "(cached) " >&6
6501
 
else
6502
 
  if test -n "$ac_ct_DSYMUTIL"; then
6503
 
  ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6504
 
else
6505
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6506
 
for as_dir in $PATH
6507
 
do
6508
 
  IFS=$as_save_IFS
6509
 
  test -z "$as_dir" && as_dir=.
6510
 
    for ac_exec_ext in '' $ac_executable_extensions; do
6511
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6512
 
    ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6513
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6514
 
    break 2
6515
 
  fi
6516
 
done
6517
 
  done
6518
 
IFS=$as_save_IFS
6519
 
 
6520
 
fi
6521
 
fi
6522
 
ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6523
 
if test -n "$ac_ct_DSYMUTIL"; then
6524
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6525
 
$as_echo "$ac_ct_DSYMUTIL" >&6; }
6526
 
else
6527
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6528
 
$as_echo "no" >&6; }
6529
 
fi
6530
 
 
6531
 
  if test "x$ac_ct_DSYMUTIL" = x; then
6532
 
    DSYMUTIL=":"
6533
 
  else
6534
 
    case $cross_compiling:$ac_tool_warned in
6535
 
yes:)
6536
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6537
 
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6538
 
ac_tool_warned=yes ;;
6539
 
esac
6540
 
    DSYMUTIL=$ac_ct_DSYMUTIL
6541
 
  fi
6542
 
else
6543
 
  DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6544
 
fi
6545
 
 
6546
 
    if test -n "$ac_tool_prefix"; then
6547
 
  # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6548
 
set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6549
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6550
 
$as_echo_n "checking for $ac_word... " >&6; }
6551
 
if test "${ac_cv_prog_NMEDIT+set}" = set; then :
6552
 
  $as_echo_n "(cached) " >&6
6553
 
else
6554
 
  if test -n "$NMEDIT"; then
6555
 
  ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6556
 
else
6557
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6558
 
for as_dir in $PATH
6559
 
do
6560
 
  IFS=$as_save_IFS
6561
 
  test -z "$as_dir" && as_dir=.
6562
 
    for ac_exec_ext in '' $ac_executable_extensions; do
6563
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6564
 
    ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6565
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6566
 
    break 2
6567
 
  fi
6568
 
done
6569
 
  done
6570
 
IFS=$as_save_IFS
6571
 
 
6572
 
fi
6573
 
fi
6574
 
NMEDIT=$ac_cv_prog_NMEDIT
6575
 
if test -n "$NMEDIT"; then
6576
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6577
 
$as_echo "$NMEDIT" >&6; }
6578
 
else
6579
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6580
 
$as_echo "no" >&6; }
6581
 
fi
6582
 
 
6583
 
 
6584
 
fi
6585
 
if test -z "$ac_cv_prog_NMEDIT"; then
6586
 
  ac_ct_NMEDIT=$NMEDIT
6587
 
  # Extract the first word of "nmedit", so it can be a program name with args.
6588
 
set dummy nmedit; ac_word=$2
6589
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6590
 
$as_echo_n "checking for $ac_word... " >&6; }
6591
 
if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
6592
 
  $as_echo_n "(cached) " >&6
6593
 
else
6594
 
  if test -n "$ac_ct_NMEDIT"; then
6595
 
  ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6596
 
else
6597
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6598
 
for as_dir in $PATH
6599
 
do
6600
 
  IFS=$as_save_IFS
6601
 
  test -z "$as_dir" && as_dir=.
6602
 
    for ac_exec_ext in '' $ac_executable_extensions; do
6603
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6604
 
    ac_cv_prog_ac_ct_NMEDIT="nmedit"
6605
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6606
 
    break 2
6607
 
  fi
6608
 
done
6609
 
  done
6610
 
IFS=$as_save_IFS
6611
 
 
6612
 
fi
6613
 
fi
6614
 
ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6615
 
if test -n "$ac_ct_NMEDIT"; then
6616
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6617
 
$as_echo "$ac_ct_NMEDIT" >&6; }
6618
 
else
6619
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6620
 
$as_echo "no" >&6; }
6621
 
fi
6622
 
 
6623
 
  if test "x$ac_ct_NMEDIT" = x; then
6624
 
    NMEDIT=":"
6625
 
  else
6626
 
    case $cross_compiling:$ac_tool_warned in
6627
 
yes:)
6628
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6629
 
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6630
 
ac_tool_warned=yes ;;
6631
 
esac
6632
 
    NMEDIT=$ac_ct_NMEDIT
6633
 
  fi
6634
 
else
6635
 
  NMEDIT="$ac_cv_prog_NMEDIT"
6636
 
fi
6637
 
 
6638
 
    if test -n "$ac_tool_prefix"; then
6639
 
  # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6640
 
set dummy ${ac_tool_prefix}lipo; ac_word=$2
6641
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6642
 
$as_echo_n "checking for $ac_word... " >&6; }
6643
 
if test "${ac_cv_prog_LIPO+set}" = set; then :
6644
 
  $as_echo_n "(cached) " >&6
6645
 
else
6646
 
  if test -n "$LIPO"; then
6647
 
  ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6648
 
else
6649
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6650
 
for as_dir in $PATH
6651
 
do
6652
 
  IFS=$as_save_IFS
6653
 
  test -z "$as_dir" && as_dir=.
6654
 
    for ac_exec_ext in '' $ac_executable_extensions; do
6655
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6656
 
    ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6657
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6658
 
    break 2
6659
 
  fi
6660
 
done
6661
 
  done
6662
 
IFS=$as_save_IFS
6663
 
 
6664
 
fi
6665
 
fi
6666
 
LIPO=$ac_cv_prog_LIPO
6667
 
if test -n "$LIPO"; then
6668
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6669
 
$as_echo "$LIPO" >&6; }
6670
 
else
6671
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6672
 
$as_echo "no" >&6; }
6673
 
fi
6674
 
 
6675
 
 
6676
 
fi
6677
 
if test -z "$ac_cv_prog_LIPO"; then
6678
 
  ac_ct_LIPO=$LIPO
6679
 
  # Extract the first word of "lipo", so it can be a program name with args.
6680
 
set dummy lipo; ac_word=$2
6681
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6682
 
$as_echo_n "checking for $ac_word... " >&6; }
6683
 
if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
6684
 
  $as_echo_n "(cached) " >&6
6685
 
else
6686
 
  if test -n "$ac_ct_LIPO"; then
6687
 
  ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6688
 
else
6689
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6690
 
for as_dir in $PATH
6691
 
do
6692
 
  IFS=$as_save_IFS
6693
 
  test -z "$as_dir" && as_dir=.
6694
 
    for ac_exec_ext in '' $ac_executable_extensions; do
6695
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6696
 
    ac_cv_prog_ac_ct_LIPO="lipo"
6697
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6698
 
    break 2
6699
 
  fi
6700
 
done
6701
 
  done
6702
 
IFS=$as_save_IFS
6703
 
 
6704
 
fi
6705
 
fi
6706
 
ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6707
 
if test -n "$ac_ct_LIPO"; then
6708
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6709
 
$as_echo "$ac_ct_LIPO" >&6; }
6710
 
else
6711
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6712
 
$as_echo "no" >&6; }
6713
 
fi
6714
 
 
6715
 
  if test "x$ac_ct_LIPO" = x; then
6716
 
    LIPO=":"
6717
 
  else
6718
 
    case $cross_compiling:$ac_tool_warned in
6719
 
yes:)
6720
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6721
 
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6722
 
ac_tool_warned=yes ;;
6723
 
esac
6724
 
    LIPO=$ac_ct_LIPO
6725
 
  fi
6726
 
else
6727
 
  LIPO="$ac_cv_prog_LIPO"
6728
 
fi
6729
 
 
6730
 
    if test -n "$ac_tool_prefix"; then
6731
 
  # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6732
 
set dummy ${ac_tool_prefix}otool; ac_word=$2
6733
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6734
 
$as_echo_n "checking for $ac_word... " >&6; }
6735
 
if test "${ac_cv_prog_OTOOL+set}" = set; then :
6736
 
  $as_echo_n "(cached) " >&6
6737
 
else
6738
 
  if test -n "$OTOOL"; then
6739
 
  ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6740
 
else
6741
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6742
 
for as_dir in $PATH
6743
 
do
6744
 
  IFS=$as_save_IFS
6745
 
  test -z "$as_dir" && as_dir=.
6746
 
    for ac_exec_ext in '' $ac_executable_extensions; do
6747
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6748
 
    ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6749
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6750
 
    break 2
6751
 
  fi
6752
 
done
6753
 
  done
6754
 
IFS=$as_save_IFS
6755
 
 
6756
 
fi
6757
 
fi
6758
 
OTOOL=$ac_cv_prog_OTOOL
6759
 
if test -n "$OTOOL"; then
6760
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6761
 
$as_echo "$OTOOL" >&6; }
6762
 
else
6763
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6764
 
$as_echo "no" >&6; }
6765
 
fi
6766
 
 
6767
 
 
6768
 
fi
6769
 
if test -z "$ac_cv_prog_OTOOL"; then
6770
 
  ac_ct_OTOOL=$OTOOL
6771
 
  # Extract the first word of "otool", so it can be a program name with args.
6772
 
set dummy otool; ac_word=$2
6773
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6774
 
$as_echo_n "checking for $ac_word... " >&6; }
6775
 
if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
6776
 
  $as_echo_n "(cached) " >&6
6777
 
else
6778
 
  if test -n "$ac_ct_OTOOL"; then
6779
 
  ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6780
 
else
6781
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6782
 
for as_dir in $PATH
6783
 
do
6784
 
  IFS=$as_save_IFS
6785
 
  test -z "$as_dir" && as_dir=.
6786
 
    for ac_exec_ext in '' $ac_executable_extensions; do
6787
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6788
 
    ac_cv_prog_ac_ct_OTOOL="otool"
6789
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6790
 
    break 2
6791
 
  fi
6792
 
done
6793
 
  done
6794
 
IFS=$as_save_IFS
6795
 
 
6796
 
fi
6797
 
fi
6798
 
ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6799
 
if test -n "$ac_ct_OTOOL"; then
6800
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6801
 
$as_echo "$ac_ct_OTOOL" >&6; }
6802
 
else
6803
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6804
 
$as_echo "no" >&6; }
6805
 
fi
6806
 
 
6807
 
  if test "x$ac_ct_OTOOL" = x; then
6808
 
    OTOOL=":"
6809
 
  else
6810
 
    case $cross_compiling:$ac_tool_warned in
6811
 
yes:)
6812
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6813
 
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6814
 
ac_tool_warned=yes ;;
6815
 
esac
6816
 
    OTOOL=$ac_ct_OTOOL
6817
 
  fi
6818
 
else
6819
 
  OTOOL="$ac_cv_prog_OTOOL"
6820
 
fi
6821
 
 
6822
 
    if test -n "$ac_tool_prefix"; then
6823
 
  # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6824
 
set dummy ${ac_tool_prefix}otool64; ac_word=$2
6825
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6826
 
$as_echo_n "checking for $ac_word... " >&6; }
6827
 
if test "${ac_cv_prog_OTOOL64+set}" = set; then :
6828
 
  $as_echo_n "(cached) " >&6
6829
 
else
6830
 
  if test -n "$OTOOL64"; then
6831
 
  ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6832
 
else
6833
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6834
 
for as_dir in $PATH
6835
 
do
6836
 
  IFS=$as_save_IFS
6837
 
  test -z "$as_dir" && as_dir=.
6838
 
    for ac_exec_ext in '' $ac_executable_extensions; do
6839
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6840
 
    ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6841
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6842
 
    break 2
6843
 
  fi
6844
 
done
6845
 
  done
6846
 
IFS=$as_save_IFS
6847
 
 
6848
 
fi
6849
 
fi
6850
 
OTOOL64=$ac_cv_prog_OTOOL64
6851
 
if test -n "$OTOOL64"; then
6852
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6853
 
$as_echo "$OTOOL64" >&6; }
6854
 
else
6855
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6856
 
$as_echo "no" >&6; }
6857
 
fi
6858
 
 
6859
 
 
6860
 
fi
6861
 
if test -z "$ac_cv_prog_OTOOL64"; then
6862
 
  ac_ct_OTOOL64=$OTOOL64
6863
 
  # Extract the first word of "otool64", so it can be a program name with args.
6864
 
set dummy otool64; ac_word=$2
6865
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6866
 
$as_echo_n "checking for $ac_word... " >&6; }
6867
 
if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
6868
 
  $as_echo_n "(cached) " >&6
6869
 
else
6870
 
  if test -n "$ac_ct_OTOOL64"; then
6871
 
  ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6872
 
else
6873
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6874
 
for as_dir in $PATH
6875
 
do
6876
 
  IFS=$as_save_IFS
6877
 
  test -z "$as_dir" && as_dir=.
6878
 
    for ac_exec_ext in '' $ac_executable_extensions; do
6879
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6880
 
    ac_cv_prog_ac_ct_OTOOL64="otool64"
6881
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6882
 
    break 2
6883
 
  fi
6884
 
done
6885
 
  done
6886
 
IFS=$as_save_IFS
6887
 
 
6888
 
fi
6889
 
fi
6890
 
ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6891
 
if test -n "$ac_ct_OTOOL64"; then
6892
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6893
 
$as_echo "$ac_ct_OTOOL64" >&6; }
6894
 
else
6895
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6896
 
$as_echo "no" >&6; }
6897
 
fi
6898
 
 
6899
 
  if test "x$ac_ct_OTOOL64" = x; then
6900
 
    OTOOL64=":"
6901
 
  else
6902
 
    case $cross_compiling:$ac_tool_warned in
6903
 
yes:)
6904
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6905
 
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6906
 
ac_tool_warned=yes ;;
6907
 
esac
6908
 
    OTOOL64=$ac_ct_OTOOL64
6909
 
  fi
6910
 
else
6911
 
  OTOOL64="$ac_cv_prog_OTOOL64"
6912
 
fi
6913
 
 
6914
 
 
6915
 
 
6916
 
 
6917
 
 
6918
 
 
6919
 
 
6920
 
 
6921
 
 
6922
 
 
6923
 
 
6924
 
 
6925
 
 
6926
 
 
6927
 
 
6928
 
 
6929
 
 
6930
 
 
6931
 
 
6932
 
 
6933
 
 
6934
 
 
6935
 
 
6936
 
 
6937
 
 
6938
 
 
6939
 
 
6940
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6941
 
$as_echo_n "checking for -single_module linker flag... " >&6; }
6942
 
if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
6943
 
  $as_echo_n "(cached) " >&6
6944
 
else
6945
 
  lt_cv_apple_cc_single_mod=no
6946
 
      if test -z "${LT_MULTI_MODULE}"; then
6947
 
        # By default we will add the -single_module flag. You can override
6948
 
        # by either setting the environment variable LT_MULTI_MODULE
6949
 
        # non-empty at configure time, or by adding -multi_module to the
6950
 
        # link flags.
6951
 
        rm -rf libconftest.dylib*
6952
 
        echo "int foo(void){return 1;}" > conftest.c
6953
 
        echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6954
 
-dynamiclib -Wl,-single_module conftest.c" >&5
6955
 
        $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6956
 
          -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6957
 
        _lt_result=$?
6958
 
        if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6959
 
          lt_cv_apple_cc_single_mod=yes
6960
 
        else
6961
 
          cat conftest.err >&5
6962
 
        fi
6963
 
        rm -rf libconftest.dylib*
6964
 
        rm -f conftest.*
6965
 
      fi
6966
 
fi
6967
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6968
 
$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6969
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6970
 
$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6971
 
if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
6972
 
  $as_echo_n "(cached) " >&6
6973
 
else
6974
 
  lt_cv_ld_exported_symbols_list=no
6975
 
      save_LDFLAGS=$LDFLAGS
6976
 
      echo "_main" > conftest.sym
6977
 
      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6978
 
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6979
 
/* end confdefs.h.  */
6980
 
 
6981
 
int
6982
 
main ()
6983
 
{
6984
 
 
6985
 
  ;
6986
 
  return 0;
6987
 
}
6988
 
_ACEOF
6989
 
if ac_fn_c_try_link "$LINENO"; then :
6990
 
  lt_cv_ld_exported_symbols_list=yes
6991
 
else
6992
 
  lt_cv_ld_exported_symbols_list=no
6993
 
fi
6994
 
rm -f core conftest.err conftest.$ac_objext \
6995
 
    conftest$ac_exeext conftest.$ac_ext
6996
 
        LDFLAGS="$save_LDFLAGS"
6997
 
 
6998
 
fi
6999
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7000
 
$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7001
 
    case $host_os in
7002
 
    rhapsody* | darwin1.[012])
7003
 
      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7004
 
    darwin1.*)
7005
 
      _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7006
 
    darwin*) # darwin 5.x on
7007
 
      # if running on 10.5 or later, the deployment target defaults
7008
 
      # to the OS version, if on x86, and 10.4, the deployment
7009
 
      # target defaults to 10.4. Don't you love it?
7010
 
      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7011
 
        10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7012
 
          _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7013
 
        10.[012]*)
7014
 
          _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7015
 
        10.*)
7016
 
          _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7017
 
      esac
7018
 
    ;;
7019
 
  esac
7020
 
    if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7021
 
      _lt_dar_single_mod='$single_module'
7022
 
    fi
7023
 
    if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7024
 
      _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7025
 
    else
7026
 
      _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7027
 
    fi
7028
 
    if test "$DSYMUTIL" != ":"; then
7029
 
      _lt_dsymutil='~$DSYMUTIL $lib || :'
7030
 
    else
7031
 
      _lt_dsymutil=
7032
 
    fi
7033
 
    ;;
7034
 
  esac
7035
 
 
7036
 
ac_ext=c
7037
 
ac_cpp='$CPP $CPPFLAGS'
7038
 
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7039
 
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7040
 
ac_compiler_gnu=$ac_cv_c_compiler_gnu
7041
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
7042
 
$as_echo_n "checking how to run the C preprocessor... " >&6; }
7043
 
# On Suns, sometimes $CPP names a directory.
7044
 
if test -n "$CPP" && test -d "$CPP"; then
7045
 
  CPP=
7046
 
fi
7047
 
if test -z "$CPP"; then
7048
 
  if test "${ac_cv_prog_CPP+set}" = set; then :
7049
 
  $as_echo_n "(cached) " >&6
7050
 
else
7051
 
      # Double quotes because CPP needs to be expanded
7052
 
    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7053
 
    do
7054
 
      ac_preproc_ok=false
7055
 
for ac_c_preproc_warn_flag in '' yes
7056
 
do
7057
 
  # Use a header file that comes with gcc, so configuring glibc
7058
 
  # with a fresh cross-compiler works.
7059
 
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7060
 
  # <limits.h> exists even on freestanding compilers.
7061
 
  # On the NeXT, cc -E runs the code through the compiler's parser,
7062
 
  # not just through cpp. "Syntax error" is here to catch this case.
7063
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7064
 
/* end confdefs.h.  */
7065
 
#ifdef __STDC__
7066
 
# include <limits.h>
7067
 
#else
7068
 
# include <assert.h>
7069
 
#endif
7070
 
                     Syntax error
7071
 
_ACEOF
7072
 
if ac_fn_c_try_cpp "$LINENO"; then :
7073
 
 
7074
 
else
7075
 
  # Broken: fails on valid input.
7076
 
continue
7077
 
fi
7078
 
rm -f conftest.err conftest.$ac_ext
7079
 
 
7080
 
  # OK, works on sane cases.  Now check whether nonexistent headers
7081
 
  # can be detected and how.
7082
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7083
 
/* end confdefs.h.  */
7084
 
#include <ac_nonexistent.h>
7085
 
_ACEOF
7086
 
if ac_fn_c_try_cpp "$LINENO"; then :
7087
 
  # Broken: success on invalid input.
7088
 
continue
7089
 
else
7090
 
  # Passes both tests.
7091
 
ac_preproc_ok=:
7092
 
break
7093
 
fi
7094
 
rm -f conftest.err conftest.$ac_ext
7095
 
 
7096
 
done
7097
 
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7098
 
rm -f conftest.err conftest.$ac_ext
7099
 
if $ac_preproc_ok; then :
7100
 
  break
7101
 
fi
7102
 
 
7103
 
    done
7104
 
    ac_cv_prog_CPP=$CPP
7105
 
 
7106
 
fi
7107
 
  CPP=$ac_cv_prog_CPP
7108
 
else
7109
 
  ac_cv_prog_CPP=$CPP
7110
 
fi
7111
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
7112
 
$as_echo "$CPP" >&6; }
7113
 
ac_preproc_ok=false
7114
 
for ac_c_preproc_warn_flag in '' yes
7115
 
do
7116
 
  # Use a header file that comes with gcc, so configuring glibc
7117
 
  # with a fresh cross-compiler works.
7118
 
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7119
 
  # <limits.h> exists even on freestanding compilers.
7120
 
  # On the NeXT, cc -E runs the code through the compiler's parser,
7121
 
  # not just through cpp. "Syntax error" is here to catch this case.
7122
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7123
 
/* end confdefs.h.  */
7124
 
#ifdef __STDC__
7125
 
# include <limits.h>
7126
 
#else
7127
 
# include <assert.h>
7128
 
#endif
7129
 
                     Syntax error
7130
 
_ACEOF
7131
 
if ac_fn_c_try_cpp "$LINENO"; then :
7132
 
 
7133
 
else
7134
 
  # Broken: fails on valid input.
7135
 
continue
7136
 
fi
7137
 
rm -f conftest.err conftest.$ac_ext
7138
 
 
7139
 
  # OK, works on sane cases.  Now check whether nonexistent headers
7140
 
  # can be detected and how.
7141
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7142
 
/* end confdefs.h.  */
7143
 
#include <ac_nonexistent.h>
7144
 
_ACEOF
7145
 
if ac_fn_c_try_cpp "$LINENO"; then :
7146
 
  # Broken: success on invalid input.
7147
 
continue
7148
 
else
7149
 
  # Passes both tests.
7150
 
ac_preproc_ok=:
7151
 
break
7152
 
fi
7153
 
rm -f conftest.err conftest.$ac_ext
7154
 
 
7155
 
done
7156
 
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7157
 
rm -f conftest.err conftest.$ac_ext
7158
 
if $ac_preproc_ok; then :
7159
 
 
7160
 
else
7161
 
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7162
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7163
 
as_fn_error "C preprocessor \"$CPP\" fails sanity check
7164
 
See \`config.log' for more details." "$LINENO" 5; }
7165
 
fi
7166
 
 
7167
 
ac_ext=c
7168
 
ac_cpp='$CPP $CPPFLAGS'
7169
 
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7170
 
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7171
 
ac_compiler_gnu=$ac_cv_c_compiler_gnu
7172
 
 
7173
 
 
7174
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7175
 
$as_echo_n "checking for ANSI C header files... " >&6; }
7176
 
if test "${ac_cv_header_stdc+set}" = set; then :
7177
 
  $as_echo_n "(cached) " >&6
7178
 
else
7179
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7180
 
/* end confdefs.h.  */
7181
 
#include <stdlib.h>
7182
 
#include <stdarg.h>
7183
 
#include <string.h>
7184
 
#include <float.h>
7185
 
 
7186
 
int
7187
 
main ()
7188
 
{
7189
 
 
7190
 
  ;
7191
 
  return 0;
7192
 
}
7193
 
_ACEOF
7194
 
if ac_fn_c_try_compile "$LINENO"; then :
7195
 
  ac_cv_header_stdc=yes
7196
 
else
7197
 
  ac_cv_header_stdc=no
7198
 
fi
7199
 
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7200
 
 
7201
 
if test $ac_cv_header_stdc = yes; then
7202
 
  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7203
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7204
 
/* end confdefs.h.  */
7205
 
#include <string.h>
7206
 
 
7207
 
_ACEOF
7208
 
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7209
 
  $EGREP "memchr" >/dev/null 2>&1; then :
7210
 
 
7211
 
else
7212
 
  ac_cv_header_stdc=no
7213
 
fi
7214
 
rm -f conftest*
7215
 
 
7216
 
fi
7217
 
 
7218
 
if test $ac_cv_header_stdc = yes; then
7219
 
  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7220
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7221
 
/* end confdefs.h.  */
7222
 
#include <stdlib.h>
7223
 
 
7224
 
_ACEOF
7225
 
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7226
 
  $EGREP "free" >/dev/null 2>&1; then :
7227
 
 
7228
 
else
7229
 
  ac_cv_header_stdc=no
7230
 
fi
7231
 
rm -f conftest*
7232
 
 
7233
 
fi
7234
 
 
7235
 
if test $ac_cv_header_stdc = yes; then
7236
 
  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7237
 
  if test "$cross_compiling" = yes; then :
7238
 
  :
7239
 
else
7240
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7241
 
/* end confdefs.h.  */
7242
 
#include <ctype.h>
7243
 
#include <stdlib.h>
7244
 
#if ((' ' & 0x0FF) == 0x020)
7245
 
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7246
 
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7247
 
#else
7248
 
# define ISLOWER(c) \
7249
 
                   (('a' <= (c) && (c) <= 'i') \
7250
 
                     || ('j' <= (c) && (c) <= 'r') \
7251
 
                     || ('s' <= (c) && (c) <= 'z'))
7252
 
# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7253
 
#endif
7254
 
 
7255
 
#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7256
 
int
7257
 
main ()
7258
 
{
7259
 
  int i;
7260
 
  for (i = 0; i < 256; i++)
7261
 
    if (XOR (islower (i), ISLOWER (i))
7262
 
        || toupper (i) != TOUPPER (i))
7263
 
      return 2;
7264
 
  return 0;
7265
 
}
7266
 
_ACEOF
7267
 
if ac_fn_c_try_run "$LINENO"; then :
7268
 
 
7269
 
else
7270
 
  ac_cv_header_stdc=no
7271
 
fi
7272
 
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7273
 
  conftest.$ac_objext conftest.beam conftest.$ac_ext
7274
 
fi
7275
 
 
7276
 
fi
7277
 
fi
7278
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7279
 
$as_echo "$ac_cv_header_stdc" >&6; }
7280
 
if test $ac_cv_header_stdc = yes; then
7281
 
 
7282
 
$as_echo "#define STDC_HEADERS 1" >>confdefs.h
7283
 
 
7284
 
fi
7285
 
 
7286
 
# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7287
 
for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7288
 
                  inttypes.h stdint.h unistd.h
7289
 
do :
7290
 
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7291
 
ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7292
 
"
7293
 
eval as_val=\$$as_ac_Header
7294
 
   if test "x$as_val" = x""yes; then :
7295
 
  cat >>confdefs.h <<_ACEOF
7296
 
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7297
 
_ACEOF
7298
 
 
7299
 
fi
7300
 
 
7301
 
done
7302
 
 
7303
 
 
7304
 
for ac_header in dlfcn.h
7305
 
do :
7306
 
  ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7307
 
"
7308
 
if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7309
 
  cat >>confdefs.h <<_ACEOF
7310
 
#define HAVE_DLFCN_H 1
7311
 
_ACEOF
7312
 
 
7313
 
fi
7314
 
 
7315
 
done
7316
 
 
7317
 
 
7318
 
 
7319
 
# Set options
7320
 
 
7321
 
 
7322
 
 
7323
 
        enable_dlopen=no
7324
 
 
7325
 
 
7326
 
  enable_win32_dll=no
7327
 
 
7328
 
 
7329
 
            # Check whether --enable-shared was given.
7330
 
if test "${enable_shared+set}" = set; then :
7331
 
  enableval=$enable_shared; p=${PACKAGE-default}
7332
 
    case $enableval in
7333
 
    yes) enable_shared=yes ;;
7334
 
    no) enable_shared=no ;;
7335
 
    *)
7336
 
      enable_shared=no
7337
 
      # Look at the argument we got.  We use all the common list separators.
7338
 
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7339
 
      for pkg in $enableval; do
7340
 
        IFS="$lt_save_ifs"
7341
 
        if test "X$pkg" = "X$p"; then
7342
 
          enable_shared=yes
7343
 
        fi
7344
 
      done
7345
 
      IFS="$lt_save_ifs"
7346
 
      ;;
7347
 
    esac
7348
 
else
7349
 
  enable_shared=yes
7350
 
fi
7351
 
 
7352
 
 
7353
 
 
7354
 
 
7355
 
 
7356
 
 
7357
 
 
7358
 
 
7359
 
 
7360
 
 
7361
 
 
7362
 
# Check whether --with-pic was given.
7363
 
if test "${with_pic+set}" = set; then :
7364
 
  withval=$with_pic; pic_mode="$withval"
7365
 
else
7366
 
  pic_mode=default
7367
 
fi
7368
 
 
7369
 
 
7370
 
test -z "$pic_mode" && pic_mode=default
7371
 
 
7372
 
 
7373
 
 
7374
 
 
7375
 
 
7376
 
 
7377
 
 
7378
 
  # Check whether --enable-fast-install was given.
7379
 
if test "${enable_fast_install+set}" = set; then :
7380
 
  enableval=$enable_fast_install; p=${PACKAGE-default}
7381
 
    case $enableval in
7382
 
    yes) enable_fast_install=yes ;;
7383
 
    no) enable_fast_install=no ;;
7384
 
    *)
7385
 
      enable_fast_install=no
7386
 
      # Look at the argument we got.  We use all the common list separators.
7387
 
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7388
 
      for pkg in $enableval; do
7389
 
        IFS="$lt_save_ifs"
7390
 
        if test "X$pkg" = "X$p"; then
7391
 
          enable_fast_install=yes
7392
 
        fi
7393
 
      done
7394
 
      IFS="$lt_save_ifs"
7395
 
      ;;
7396
 
    esac
7397
 
else
7398
 
  enable_fast_install=yes
7399
 
fi
7400
 
 
7401
 
 
7402
 
 
7403
 
 
7404
 
 
7405
 
 
7406
 
 
7407
 
 
7408
 
 
7409
 
 
7410
 
 
7411
 
# This can be used to rebuild libtool when needed
7412
 
LIBTOOL_DEPS="$ltmain"
7413
 
 
7414
 
# Always use our own libtool.
7415
 
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7416
 
 
7417
 
 
7418
 
 
7419
 
 
7420
 
 
7421
 
 
7422
 
 
7423
 
 
7424
 
 
7425
 
 
7426
 
 
7427
 
 
7428
 
 
7429
 
 
7430
 
 
7431
 
 
7432
 
 
7433
 
 
7434
 
 
7435
 
 
7436
 
 
7437
 
 
7438
 
 
7439
 
 
7440
 
 
7441
 
test -z "$LN_S" && LN_S="ln -s"
7442
 
 
7443
 
 
7444
 
 
7445
 
 
7446
 
 
7447
 
 
7448
 
 
7449
 
 
7450
 
 
7451
 
 
7452
 
 
7453
 
 
7454
 
 
7455
 
 
7456
 
if test -n "${ZSH_VERSION+set}" ; then
7457
 
   setopt NO_GLOB_SUBST
7458
 
fi
7459
 
 
7460
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7461
 
$as_echo_n "checking for objdir... " >&6; }
7462
 
if test "${lt_cv_objdir+set}" = set; then :
7463
 
  $as_echo_n "(cached) " >&6
7464
 
else
7465
 
  rm -f .libs 2>/dev/null
7466
 
mkdir .libs 2>/dev/null
7467
 
if test -d .libs; then
7468
 
  lt_cv_objdir=.libs
7469
 
else
7470
 
  # MS-DOS does not allow filenames that begin with a dot.
7471
 
  lt_cv_objdir=_libs
7472
 
fi
7473
 
rmdir .libs 2>/dev/null
7474
 
fi
7475
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7476
 
$as_echo "$lt_cv_objdir" >&6; }
7477
 
objdir=$lt_cv_objdir
7478
 
 
7479
 
 
7480
 
 
7481
 
 
7482
 
 
7483
 
cat >>confdefs.h <<_ACEOF
7484
 
#define LT_OBJDIR "$lt_cv_objdir/"
7485
 
_ACEOF
7486
 
 
7487
 
 
7488
 
 
7489
 
 
7490
 
 
7491
 
 
7492
 
 
7493
 
 
7494
 
 
7495
 
 
7496
 
 
7497
 
 
7498
 
 
7499
 
 
7500
 
 
7501
 
 
7502
 
 
7503
 
case $host_os in
7504
 
aix3*)
7505
 
  # AIX sometimes has problems with the GCC collect2 program.  For some
7506
 
  # reason, if we set the COLLECT_NAMES environment variable, the problems
7507
 
  # vanish in a puff of smoke.
7508
 
  if test "X${COLLECT_NAMES+set}" != Xset; then
7509
 
    COLLECT_NAMES=
7510
 
    export COLLECT_NAMES
7511
 
  fi
7512
 
  ;;
7513
 
esac
7514
 
 
7515
 
# Sed substitution that helps us do robust quoting.  It backslashifies
7516
 
# metacharacters that are still active within double-quoted strings.
7517
 
sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
7518
 
 
7519
 
# Same as above, but do not quote variable references.
7520
 
double_quote_subst='s/\(["`\\]\)/\\\1/g'
7521
 
 
7522
 
# Sed substitution to delay expansion of an escaped shell variable in a
7523
 
# double_quote_subst'ed string.
7524
 
delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
7525
 
 
7526
 
# Sed substitution to delay expansion of an escaped single quote.
7527
 
delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
7528
 
 
7529
 
# Sed substitution to avoid accidental globbing in evaled expressions
7530
 
no_glob_subst='s/\*/\\\*/g'
7531
 
 
7532
 
# Global variables:
7533
 
ofile=libtool
7534
 
can_build_shared=yes
7535
 
 
7536
 
# All known linkers require a `.a' archive for static linking (except MSVC,
7537
 
# which needs '.lib').
7538
 
libext=a
7539
 
 
7540
 
with_gnu_ld="$lt_cv_prog_gnu_ld"
7541
 
 
7542
 
old_CC="$CC"
7543
 
old_CFLAGS="$CFLAGS"
7544
 
 
7545
 
# Set sane defaults for various variables
7546
 
test -z "$CC" && CC=cc
7547
 
test -z "$LTCC" && LTCC=$CC
7548
 
test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7549
 
test -z "$LD" && LD=ld
7550
 
test -z "$ac_objext" && ac_objext=o
7551
 
 
7552
 
for cc_temp in $compiler""; do
7553
 
  case $cc_temp in
7554
 
    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7555
 
    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7556
 
    \-*) ;;
7557
 
    *) break;;
7558
 
  esac
7559
 
done
7560
 
cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
7561
 
 
7562
 
 
7563
 
# Only perform the check for file, if the check method requires it
7564
 
test -z "$MAGIC_CMD" && MAGIC_CMD=file
7565
 
case $deplibs_check_method in
7566
 
file_magic*)
7567
 
  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7568
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7569
 
$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7570
 
if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7571
 
  $as_echo_n "(cached) " >&6
7572
 
else
7573
 
  case $MAGIC_CMD in
7574
 
[\\/*] |  ?:[\\/]*)
7575
 
  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7576
 
  ;;
7577
 
*)
7578
 
  lt_save_MAGIC_CMD="$MAGIC_CMD"
7579
 
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7580
 
  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7581
 
  for ac_dir in $ac_dummy; do
7582
 
    IFS="$lt_save_ifs"
7583
 
    test -z "$ac_dir" && ac_dir=.
7584
 
    if test -f $ac_dir/${ac_tool_prefix}file; then
7585
 
      lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7586
 
      if test -n "$file_magic_test_file"; then
7587
 
        case $deplibs_check_method in
7588
 
        "file_magic "*)
7589
 
          file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7590
 
          MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7591
 
          if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7592
 
            $EGREP "$file_magic_regex" > /dev/null; then
7593
 
            :
7594
 
          else
7595
 
            cat <<_LT_EOF 1>&2
7596
 
 
7597
 
*** Warning: the command libtool uses to detect shared libraries,
7598
 
*** $file_magic_cmd, produces output that libtool cannot recognize.
7599
 
*** The result is that libtool may fail to recognize shared libraries
7600
 
*** as such.  This will affect the creation of libtool libraries that
7601
 
*** depend on shared libraries, but programs linked with such libtool
7602
 
*** libraries will work regardless of this problem.  Nevertheless, you
7603
 
*** may want to report the problem to your system manager and/or to
7604
 
*** bug-libtool@gnu.org
7605
 
 
7606
 
_LT_EOF
7607
 
          fi ;;
7608
 
        esac
7609
 
      fi
7610
 
      break
7611
 
    fi
7612
 
  done
7613
 
  IFS="$lt_save_ifs"
7614
 
  MAGIC_CMD="$lt_save_MAGIC_CMD"
7615
 
  ;;
7616
 
esac
7617
 
fi
7618
 
 
7619
 
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7620
 
if test -n "$MAGIC_CMD"; then
7621
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7622
 
$as_echo "$MAGIC_CMD" >&6; }
7623
 
else
7624
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7625
 
$as_echo "no" >&6; }
7626
 
fi
7627
 
 
7628
 
 
7629
 
 
7630
 
 
7631
 
 
7632
 
if test -z "$lt_cv_path_MAGIC_CMD"; then
7633
 
  if test -n "$ac_tool_prefix"; then
7634
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7635
 
$as_echo_n "checking for file... " >&6; }
7636
 
if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7637
 
  $as_echo_n "(cached) " >&6
7638
 
else
7639
 
  case $MAGIC_CMD in
7640
 
[\\/*] |  ?:[\\/]*)
7641
 
  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7642
 
  ;;
7643
 
*)
7644
 
  lt_save_MAGIC_CMD="$MAGIC_CMD"
7645
 
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7646
 
  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7647
 
  for ac_dir in $ac_dummy; do
7648
 
    IFS="$lt_save_ifs"
7649
 
    test -z "$ac_dir" && ac_dir=.
7650
 
    if test -f $ac_dir/file; then
7651
 
      lt_cv_path_MAGIC_CMD="$ac_dir/file"
7652
 
      if test -n "$file_magic_test_file"; then
7653
 
        case $deplibs_check_method in
7654
 
        "file_magic "*)
7655
 
          file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7656
 
          MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7657
 
          if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7658
 
            $EGREP "$file_magic_regex" > /dev/null; then
7659
 
            :
7660
 
          else
7661
 
            cat <<_LT_EOF 1>&2
7662
 
 
7663
 
*** Warning: the command libtool uses to detect shared libraries,
7664
 
*** $file_magic_cmd, produces output that libtool cannot recognize.
7665
 
*** The result is that libtool may fail to recognize shared libraries
7666
 
*** as such.  This will affect the creation of libtool libraries that
7667
 
*** depend on shared libraries, but programs linked with such libtool
7668
 
*** libraries will work regardless of this problem.  Nevertheless, you
7669
 
*** may want to report the problem to your system manager and/or to
7670
 
*** bug-libtool@gnu.org
7671
 
 
7672
 
_LT_EOF
7673
 
          fi ;;
7674
 
        esac
7675
 
      fi
7676
 
      break
7677
 
    fi
7678
 
  done
7679
 
  IFS="$lt_save_ifs"
7680
 
  MAGIC_CMD="$lt_save_MAGIC_CMD"
7681
 
  ;;
7682
 
esac
7683
 
fi
7684
 
 
7685
 
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7686
 
if test -n "$MAGIC_CMD"; then
7687
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7688
 
$as_echo "$MAGIC_CMD" >&6; }
7689
 
else
7690
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7691
 
$as_echo "no" >&6; }
7692
 
fi
7693
 
 
7694
 
 
7695
 
  else
7696
 
    MAGIC_CMD=:
7697
 
  fi
7698
 
fi
7699
 
 
7700
 
  fi
7701
 
  ;;
7702
 
esac
7703
 
 
7704
 
# Use C for the default configuration in the libtool script
7705
 
 
7706
 
lt_save_CC="$CC"
7707
 
ac_ext=c
7708
 
ac_cpp='$CPP $CPPFLAGS'
7709
 
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7710
 
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7711
 
ac_compiler_gnu=$ac_cv_c_compiler_gnu
7712
 
 
7713
 
 
7714
 
# Source file extension for C test sources.
7715
 
ac_ext=c
7716
 
 
7717
 
# Object file extension for compiled C test sources.
7718
 
objext=o
7719
 
objext=$objext
7720
 
 
7721
 
# Code to be used in simple compile tests
7722
 
lt_simple_compile_test_code="int some_variable = 0;"
7723
 
 
7724
 
# Code to be used in simple link tests
7725
 
lt_simple_link_test_code='int main(){return(0);}'
7726
 
 
7727
 
 
7728
 
 
7729
 
 
7730
 
 
7731
 
 
7732
 
 
7733
 
# If no C compiler was specified, use CC.
7734
 
LTCC=${LTCC-"$CC"}
7735
 
 
7736
 
# If no C compiler flags were specified, use CFLAGS.
7737
 
LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7738
 
 
7739
 
# Allow CC to be a program name with arguments.
7740
 
compiler=$CC
7741
 
 
7742
 
# Save the default compiler, since it gets overwritten when the other
7743
 
# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7744
 
compiler_DEFAULT=$CC
7745
 
 
7746
 
# save warnings/boilerplate of simple test code
7747
 
ac_outfile=conftest.$ac_objext
7748
 
echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7749
 
eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7750
 
_lt_compiler_boilerplate=`cat conftest.err`
7751
 
$RM conftest*
7752
 
 
7753
 
ac_outfile=conftest.$ac_objext
7754
 
echo "$lt_simple_link_test_code" >conftest.$ac_ext
7755
 
eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7756
 
_lt_linker_boilerplate=`cat conftest.err`
7757
 
$RM -r conftest*
7758
 
 
7759
 
 
7760
 
if test -n "$compiler"; then
7761
 
 
7762
 
lt_prog_compiler_no_builtin_flag=
7763
 
 
7764
 
if test "$GCC" = yes; then
7765
 
  lt_prog_compiler_no_builtin_flag=' -fno-builtin'
7766
 
 
7767
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7768
 
$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7769
 
if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
7770
 
  $as_echo_n "(cached) " >&6
7771
 
else
7772
 
  lt_cv_prog_compiler_rtti_exceptions=no
7773
 
   ac_outfile=conftest.$ac_objext
7774
 
   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7775
 
   lt_compiler_flag="-fno-rtti -fno-exceptions"
7776
 
   # Insert the option either (1) after the last *FLAGS variable, or
7777
 
   # (2) before a word containing "conftest.", or (3) at the end.
7778
 
   # Note that $ac_compile itself does not contain backslashes and begins
7779
 
   # with a dollar sign (not a hyphen), so the echo should work correctly.
7780
 
   # The option is referenced via a variable to avoid confusing sed.
7781
 
   lt_compile=`echo "$ac_compile" | $SED \
7782
 
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7783
 
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7784
 
   -e 's:$: $lt_compiler_flag:'`
7785
 
   (eval echo "\"\$as_me:7785: $lt_compile\"" >&5)
7786
 
   (eval "$lt_compile" 2>conftest.err)
7787
 
   ac_status=$?
7788
 
   cat conftest.err >&5
7789
 
   echo "$as_me:7789: \$? = $ac_status" >&5
7790
 
   if (exit $ac_status) && test -s "$ac_outfile"; then
7791
 
     # The compiler can only warn and ignore the option if not recognized
7792
 
     # So say no if there are warnings other than the usual output.
7793
 
     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7794
 
     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7795
 
     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7796
 
       lt_cv_prog_compiler_rtti_exceptions=yes
7797
 
     fi
7798
 
   fi
7799
 
   $RM conftest*
7800
 
 
7801
 
fi
7802
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7803
 
$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7804
 
 
7805
 
if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7806
 
    lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7807
 
else
7808
 
    :
7809
 
fi
7810
 
 
7811
 
fi
7812
 
 
7813
 
 
7814
 
 
7815
 
 
7816
 
 
7817
 
 
7818
 
  lt_prog_compiler_wl=
7819
 
lt_prog_compiler_pic=
7820
 
lt_prog_compiler_static=
7821
 
 
7822
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7823
 
$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7824
 
 
7825
 
  if test "$GCC" = yes; then
7826
 
    lt_prog_compiler_wl='-Wl,'
7827
 
    lt_prog_compiler_static='-static'
7828
 
 
7829
 
    case $host_os in
7830
 
      aix*)
7831
 
      # All AIX code is PIC.
7832
 
      if test "$host_cpu" = ia64; then
7833
 
        # AIX 5 now supports IA64 processor
7834
 
        lt_prog_compiler_static='-Bstatic'
7835
 
      fi
7836
 
      ;;
7837
 
 
7838
 
    amigaos*)
7839
 
      case $host_cpu in
7840
 
      powerpc)
7841
 
            # see comment about AmigaOS4 .so support
7842
 
            lt_prog_compiler_pic='-fPIC'
7843
 
        ;;
7844
 
      m68k)
7845
 
            # FIXME: we need at least 68020 code to build shared libraries, but
7846
 
            # adding the `-m68020' flag to GCC prevents building anything better,
7847
 
            # like `-m68040'.
7848
 
            lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7849
 
        ;;
7850
 
      esac
7851
 
      ;;
7852
 
 
7853
 
    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7854
 
      # PIC is the default for these OSes.
7855
 
      ;;
7856
 
 
7857
 
    mingw* | cygwin* | pw32* | os2* | cegcc*)
7858
 
      # This hack is so that the source file can tell whether it is being
7859
 
      # built for inclusion in a dll (and should export symbols for example).
7860
 
      # Although the cygwin gcc ignores -fPIC, still need this for old-style
7861
 
      # (--disable-auto-import) libraries
7862
 
      lt_prog_compiler_pic='-DDLL_EXPORT'
7863
 
      ;;
7864
 
 
7865
 
    darwin* | rhapsody*)
7866
 
      # PIC is the default on this platform
7867
 
      # Common symbols not allowed in MH_DYLIB files
7868
 
      lt_prog_compiler_pic='-fno-common'
7869
 
      ;;
7870
 
 
7871
 
    hpux*)
7872
 
      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7873
 
      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
7874
 
      # sets the default TLS model and affects inlining.
7875
 
      case $host_cpu in
7876
 
      hppa*64*)
7877
 
        # +Z the default
7878
 
        ;;
7879
 
      *)
7880
 
        lt_prog_compiler_pic='-fPIC'
7881
 
        ;;
7882
 
      esac
7883
 
      ;;
7884
 
 
7885
 
    interix[3-9]*)
7886
 
      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7887
 
      # Instead, we relocate shared libraries at runtime.
7888
 
      ;;
7889
 
 
7890
 
    msdosdjgpp*)
7891
 
      # Just because we use GCC doesn't mean we suddenly get shared libraries
7892
 
      # on systems that don't support them.
7893
 
      lt_prog_compiler_can_build_shared=no
7894
 
      enable_shared=no
7895
 
      ;;
7896
 
 
7897
 
    *nto* | *qnx*)
7898
 
      # QNX uses GNU C++, but need to define -shared option too, otherwise
7899
 
      # it will coredump.
7900
 
      lt_prog_compiler_pic='-fPIC -shared'
7901
 
      ;;
7902
 
 
7903
 
    sysv4*MP*)
7904
 
      if test -d /usr/nec; then
7905
 
        lt_prog_compiler_pic=-Kconform_pic
7906
 
      fi
7907
 
      ;;
7908
 
 
7909
 
    *)
7910
 
      lt_prog_compiler_pic='-fPIC'
7911
 
      ;;
7912
 
    esac
7913
 
  else
7914
 
    # PORTME Check for flag to pass linker flags through the system compiler.
7915
 
    case $host_os in
7916
 
    aix*)
7917
 
      lt_prog_compiler_wl='-Wl,'
7918
 
      if test "$host_cpu" = ia64; then
7919
 
        # AIX 5 now supports IA64 processor
7920
 
        lt_prog_compiler_static='-Bstatic'
7921
 
      else
7922
 
        lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7923
 
      fi
7924
 
      ;;
7925
 
 
7926
 
    mingw* | cygwin* | pw32* | os2* | cegcc*)
7927
 
      # This hack is so that the source file can tell whether it is being
7928
 
      # built for inclusion in a dll (and should export symbols for example).
7929
 
      lt_prog_compiler_pic='-DDLL_EXPORT'
7930
 
      ;;
7931
 
 
7932
 
    hpux9* | hpux10* | hpux11*)
7933
 
      lt_prog_compiler_wl='-Wl,'
7934
 
      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7935
 
      # not for PA HP-UX.
7936
 
      case $host_cpu in
7937
 
      hppa*64*|ia64*)
7938
 
        # +Z the default
7939
 
        ;;
7940
 
      *)
7941
 
        lt_prog_compiler_pic='+Z'
7942
 
        ;;
7943
 
      esac
7944
 
      # Is there a better lt_prog_compiler_static that works with the bundled CC?
7945
 
      lt_prog_compiler_static='${wl}-a ${wl}archive'
7946
 
      ;;
7947
 
 
7948
 
    irix5* | irix6* | nonstopux*)
7949
 
      lt_prog_compiler_wl='-Wl,'
7950
 
      # PIC (with -KPIC) is the default.
7951
 
      lt_prog_compiler_static='-non_shared'
7952
 
      ;;
7953
 
 
7954
 
    linux* | k*bsd*-gnu | kopensolaris*-gnu)
7955
 
      case $cc_basename in
7956
 
      # old Intel for x86_64 which still supported -KPIC.
7957
 
      ecc*)
7958
 
        lt_prog_compiler_wl='-Wl,'
7959
 
        lt_prog_compiler_pic='-KPIC'
7960
 
        lt_prog_compiler_static='-static'
7961
 
        ;;
7962
 
      # icc used to be incompatible with GCC.
7963
 
      # ICC 10 doesn't accept -KPIC any more.
7964
 
      icc* | ifort*)
7965
 
        lt_prog_compiler_wl='-Wl,'
7966
 
        lt_prog_compiler_pic='-fPIC'
7967
 
        lt_prog_compiler_static='-static'
7968
 
        ;;
7969
 
      # Lahey Fortran 8.1.
7970
 
      lf95*)
7971
 
        lt_prog_compiler_wl='-Wl,'
7972
 
        lt_prog_compiler_pic='--shared'
7973
 
        lt_prog_compiler_static='--static'
7974
 
        ;;
7975
 
      pgcc* | pgf77* | pgf90* | pgf95*)
7976
 
        # Portland Group compilers (*not* the Pentium gcc compiler,
7977
 
        # which looks to be a dead project)
7978
 
        lt_prog_compiler_wl='-Wl,'
7979
 
        lt_prog_compiler_pic='-fpic'
7980
 
        lt_prog_compiler_static='-Bstatic'
7981
 
        ;;
7982
 
      ccc*)
7983
 
        lt_prog_compiler_wl='-Wl,'
7984
 
        # All Alpha code is PIC.
7985
 
        lt_prog_compiler_static='-non_shared'
7986
 
        ;;
7987
 
      xl*)
7988
 
        # IBM XL C 8.0/Fortran 10.1 on PPC
7989
 
        lt_prog_compiler_wl='-Wl,'
7990
 
        lt_prog_compiler_pic='-qpic'
7991
 
        lt_prog_compiler_static='-qstaticlink'
7992
 
        ;;
7993
 
      *)
7994
 
        case `$CC -V 2>&1 | sed 5q` in
7995
 
        *Sun\ C*)
7996
 
          # Sun C 5.9
7997
 
          lt_prog_compiler_pic='-KPIC'
7998
 
          lt_prog_compiler_static='-Bstatic'
7999
 
          lt_prog_compiler_wl='-Wl,'
8000
 
          ;;
8001
 
        *Sun\ F*)
8002
 
          # Sun Fortran 8.3 passes all unrecognized flags to the linker
8003
 
          lt_prog_compiler_pic='-KPIC'
8004
 
          lt_prog_compiler_static='-Bstatic'
8005
 
          lt_prog_compiler_wl=''
8006
 
          ;;
8007
 
        esac
8008
 
        ;;
8009
 
      esac
8010
 
      ;;
8011
 
 
8012
 
    newsos6)
8013
 
      lt_prog_compiler_pic='-KPIC'
8014
 
      lt_prog_compiler_static='-Bstatic'
8015
 
      ;;
8016
 
 
8017
 
    *nto* | *qnx*)
8018
 
      # QNX uses GNU C++, but need to define -shared option too, otherwise
8019
 
      # it will coredump.
8020
 
      lt_prog_compiler_pic='-fPIC -shared'
8021
 
      ;;
8022
 
 
8023
 
    osf3* | osf4* | osf5*)
8024
 
      lt_prog_compiler_wl='-Wl,'
8025
 
      # All OSF/1 code is PIC.
8026
 
      lt_prog_compiler_static='-non_shared'
8027
 
      ;;
8028
 
 
8029
 
    rdos*)
8030
 
      lt_prog_compiler_static='-non_shared'
8031
 
      ;;
8032
 
 
8033
 
    solaris*)
8034
 
      lt_prog_compiler_pic='-KPIC'
8035
 
      lt_prog_compiler_static='-Bstatic'
8036
 
      case $cc_basename in
8037
 
      f77* | f90* | f95*)
8038
 
        lt_prog_compiler_wl='-Qoption ld ';;
8039
 
      *)
8040
 
        lt_prog_compiler_wl='-Wl,';;
8041
 
      esac
8042
 
      ;;
8043
 
 
8044
 
    sunos4*)
8045
 
      lt_prog_compiler_wl='-Qoption ld '
8046
 
      lt_prog_compiler_pic='-PIC'
8047
 
      lt_prog_compiler_static='-Bstatic'
8048
 
      ;;
8049
 
 
8050
 
    sysv4 | sysv4.2uw2* | sysv4.3*)
8051
 
      lt_prog_compiler_wl='-Wl,'
8052
 
      lt_prog_compiler_pic='-KPIC'
8053
 
      lt_prog_compiler_static='-Bstatic'
8054
 
      ;;
8055
 
 
8056
 
    sysv4*MP*)
8057
 
      if test -d /usr/nec ;then
8058
 
        lt_prog_compiler_pic='-Kconform_pic'
8059
 
        lt_prog_compiler_static='-Bstatic'
8060
 
      fi
8061
 
      ;;
8062
 
 
8063
 
    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8064
 
      lt_prog_compiler_wl='-Wl,'
8065
 
      lt_prog_compiler_pic='-KPIC'
8066
 
      lt_prog_compiler_static='-Bstatic'
8067
 
      ;;
8068
 
 
8069
 
    unicos*)
8070
 
      lt_prog_compiler_wl='-Wl,'
8071
 
      lt_prog_compiler_can_build_shared=no
8072
 
      ;;
8073
 
 
8074
 
    uts4*)
8075
 
      lt_prog_compiler_pic='-pic'
8076
 
      lt_prog_compiler_static='-Bstatic'
8077
 
      ;;
8078
 
 
8079
 
    *)
8080
 
      lt_prog_compiler_can_build_shared=no
8081
 
      ;;
8082
 
    esac
8083
 
  fi
8084
 
 
8085
 
case $host_os in
8086
 
  # For platforms which do not support PIC, -DPIC is meaningless:
8087
 
  *djgpp*)
8088
 
    lt_prog_compiler_pic=
8089
 
    ;;
8090
 
  *)
8091
 
    lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8092
 
    ;;
8093
 
esac
8094
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8095
 
$as_echo "$lt_prog_compiler_pic" >&6; }
8096
 
 
8097
 
 
8098
 
 
8099
 
 
8100
 
 
8101
 
 
8102
 
#
8103
 
# Check to make sure the PIC flag actually works.
8104
 
#
8105
 
if test -n "$lt_prog_compiler_pic"; then
8106
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8107
 
$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8108
 
if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8109
 
  $as_echo_n "(cached) " >&6
8110
 
else
8111
 
  lt_cv_prog_compiler_pic_works=no
8112
 
   ac_outfile=conftest.$ac_objext
8113
 
   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8114
 
   lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8115
 
   # Insert the option either (1) after the last *FLAGS variable, or
8116
 
   # (2) before a word containing "conftest.", or (3) at the end.
8117
 
   # Note that $ac_compile itself does not contain backslashes and begins
8118
 
   # with a dollar sign (not a hyphen), so the echo should work correctly.
8119
 
   # The option is referenced via a variable to avoid confusing sed.
8120
 
   lt_compile=`echo "$ac_compile" | $SED \
8121
 
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8122
 
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8123
 
   -e 's:$: $lt_compiler_flag:'`
8124
 
   (eval echo "\"\$as_me:8124: $lt_compile\"" >&5)
8125
 
   (eval "$lt_compile" 2>conftest.err)
8126
 
   ac_status=$?
8127
 
   cat conftest.err >&5
8128
 
   echo "$as_me:8128: \$? = $ac_status" >&5
8129
 
   if (exit $ac_status) && test -s "$ac_outfile"; then
8130
 
     # The compiler can only warn and ignore the option if not recognized
8131
 
     # So say no if there are warnings other than the usual output.
8132
 
     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
8133
 
     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8134
 
     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8135
 
       lt_cv_prog_compiler_pic_works=yes
8136
 
     fi
8137
 
   fi
8138
 
   $RM conftest*
8139
 
 
8140
 
fi
8141
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8142
 
$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8143
 
 
8144
 
if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8145
 
    case $lt_prog_compiler_pic in
8146
 
     "" | " "*) ;;
8147
 
     *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8148
 
     esac
8149
 
else
8150
 
    lt_prog_compiler_pic=
8151
 
     lt_prog_compiler_can_build_shared=no
8152
 
fi
8153
 
 
8154
 
fi
8155
 
 
8156
 
 
8157
 
 
8158
 
 
8159
 
 
8160
 
 
8161
 
#
8162
 
# Check to make sure the static flag actually works.
8163
 
#
8164
 
wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8165
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8166
 
$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8167
 
if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8168
 
  $as_echo_n "(cached) " >&6
8169
 
else
8170
 
  lt_cv_prog_compiler_static_works=no
8171
 
   save_LDFLAGS="$LDFLAGS"
8172
 
   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8173
 
   echo "$lt_simple_link_test_code" > conftest.$ac_ext
8174
 
   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8175
 
     # The linker can only warn and ignore the option if not recognized
8176
 
     # So say no if there are warnings
8177
 
     if test -s conftest.err; then
8178
 
       # Append any errors to the config.log.
8179
 
       cat conftest.err 1>&5
8180
 
       $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
8181
 
       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8182
 
       if diff conftest.exp conftest.er2 >/dev/null; then
8183
 
         lt_cv_prog_compiler_static_works=yes
8184
 
       fi
8185
 
     else
8186
 
       lt_cv_prog_compiler_static_works=yes
8187
 
     fi
8188
 
   fi
8189
 
   $RM -r conftest*
8190
 
   LDFLAGS="$save_LDFLAGS"
8191
 
 
8192
 
fi
8193
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8194
 
$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8195
 
 
8196
 
if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8197
 
    :
8198
 
else
8199
 
    lt_prog_compiler_static=
8200
 
fi
8201
 
 
8202
 
 
8203
 
 
8204
 
 
8205
 
 
8206
 
 
8207
 
 
8208
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8209
 
$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8210
 
if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8211
 
  $as_echo_n "(cached) " >&6
8212
 
else
8213
 
  lt_cv_prog_compiler_c_o=no
8214
 
   $RM -r conftest 2>/dev/null
8215
 
   mkdir conftest
8216
 
   cd conftest
8217
 
   mkdir out
8218
 
   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8219
 
 
8220
 
   lt_compiler_flag="-o out/conftest2.$ac_objext"
8221
 
   # Insert the option either (1) after the last *FLAGS variable, or
8222
 
   # (2) before a word containing "conftest.", or (3) at the end.
8223
 
   # Note that $ac_compile itself does not contain backslashes and begins
8224
 
   # with a dollar sign (not a hyphen), so the echo should work correctly.
8225
 
   lt_compile=`echo "$ac_compile" | $SED \
8226
 
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8227
 
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8228
 
   -e 's:$: $lt_compiler_flag:'`
8229
 
   (eval echo "\"\$as_me:8229: $lt_compile\"" >&5)
8230
 
   (eval "$lt_compile" 2>out/conftest.err)
8231
 
   ac_status=$?
8232
 
   cat out/conftest.err >&5
8233
 
   echo "$as_me:8233: \$? = $ac_status" >&5
8234
 
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8235
 
   then
8236
 
     # The compiler can only warn and ignore the option if not recognized
8237
 
     # So say no if there are warnings
8238
 
     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
8239
 
     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8240
 
     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8241
 
       lt_cv_prog_compiler_c_o=yes
8242
 
     fi
8243
 
   fi
8244
 
   chmod u+w . 2>&5
8245
 
   $RM conftest*
8246
 
   # SGI C++ compiler will create directory out/ii_files/ for
8247
 
   # template instantiation
8248
 
   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8249
 
   $RM out/* && rmdir out
8250
 
   cd ..
8251
 
   $RM -r conftest
8252
 
   $RM conftest*
8253
 
 
8254
 
fi
8255
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8256
 
$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8257
 
 
8258
 
 
8259
 
 
8260
 
 
8261
 
 
8262
 
 
8263
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8264
 
$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8265
 
if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8266
 
  $as_echo_n "(cached) " >&6
8267
 
else
8268
 
  lt_cv_prog_compiler_c_o=no
8269
 
   $RM -r conftest 2>/dev/null
8270
 
   mkdir conftest
8271
 
   cd conftest
8272
 
   mkdir out
8273
 
   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8274
 
 
8275
 
   lt_compiler_flag="-o out/conftest2.$ac_objext"
8276
 
   # Insert the option either (1) after the last *FLAGS variable, or
8277
 
   # (2) before a word containing "conftest.", or (3) at the end.
8278
 
   # Note that $ac_compile itself does not contain backslashes and begins
8279
 
   # with a dollar sign (not a hyphen), so the echo should work correctly.
8280
 
   lt_compile=`echo "$ac_compile" | $SED \
8281
 
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8282
 
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8283
 
   -e 's:$: $lt_compiler_flag:'`
8284
 
   (eval echo "\"\$as_me:8284: $lt_compile\"" >&5)
8285
 
   (eval "$lt_compile" 2>out/conftest.err)
8286
 
   ac_status=$?
8287
 
   cat out/conftest.err >&5
8288
 
   echo "$as_me:8288: \$? = $ac_status" >&5
8289
 
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8290
 
   then
8291
 
     # The compiler can only warn and ignore the option if not recognized
8292
 
     # So say no if there are warnings
8293
 
     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
8294
 
     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8295
 
     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8296
 
       lt_cv_prog_compiler_c_o=yes
8297
 
     fi
8298
 
   fi
8299
 
   chmod u+w . 2>&5
8300
 
   $RM conftest*
8301
 
   # SGI C++ compiler will create directory out/ii_files/ for
8302
 
   # template instantiation
8303
 
   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8304
 
   $RM out/* && rmdir out
8305
 
   cd ..
8306
 
   $RM -r conftest
8307
 
   $RM conftest*
8308
 
 
8309
 
fi
8310
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8311
 
$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8312
 
 
8313
 
 
8314
 
 
8315
 
 
8316
 
hard_links="nottested"
8317
 
if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8318
 
  # do not overwrite the value of need_locks provided by the user
8319
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8320
 
$as_echo_n "checking if we can lock with hard links... " >&6; }
8321
 
  hard_links=yes
8322
 
  $RM conftest*
8323
 
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
8324
 
  touch conftest.a
8325
 
  ln conftest.a conftest.b 2>&5 || hard_links=no
8326
 
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
8327
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8328
 
$as_echo "$hard_links" >&6; }
8329
 
  if test "$hard_links" = no; then
8330
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8331
 
$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8332
 
    need_locks=warn
8333
 
  fi
8334
 
else
8335
 
  need_locks=no
8336
 
fi
8337
 
 
8338
 
 
8339
 
 
8340
 
 
8341
 
 
8342
 
 
8343
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8344
 
$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8345
 
 
8346
 
  runpath_var=
8347
 
  allow_undefined_flag=
8348
 
  always_export_symbols=no
8349
 
  archive_cmds=
8350
 
  archive_expsym_cmds=
8351
 
  compiler_needs_object=no
8352
 
  enable_shared_with_static_runtimes=no
8353
 
  export_dynamic_flag_spec=
8354
 
  export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8355
 
  hardcode_automatic=no
8356
 
  hardcode_direct=no
8357
 
  hardcode_direct_absolute=no
8358
 
  hardcode_libdir_flag_spec=
8359
 
  hardcode_libdir_flag_spec_ld=
8360
 
  hardcode_libdir_separator=
8361
 
  hardcode_minus_L=no
8362
 
  hardcode_shlibpath_var=unsupported
8363
 
  inherit_rpath=no
8364
 
  link_all_deplibs=unknown
8365
 
  module_cmds=
8366
 
  module_expsym_cmds=
8367
 
  old_archive_from_new_cmds=
8368
 
  old_archive_from_expsyms_cmds=
8369
 
  thread_safe_flag_spec=
8370
 
  whole_archive_flag_spec=
8371
 
  # include_expsyms should be a list of space-separated symbols to be *always*
8372
 
  # included in the symbol list
8373
 
  include_expsyms=
8374
 
  # exclude_expsyms can be an extended regexp of symbols to exclude
8375
 
  # it will be wrapped by ` (' and `)$', so one must not match beginning or
8376
 
  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8377
 
  # as well as any symbol that contains `d'.
8378
 
  exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8379
 
  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8380
 
  # platforms (ab)use it in PIC code, but their linkers get confused if
8381
 
  # the symbol is explicitly referenced.  Since portable code cannot
8382
 
  # rely on this symbol name, it's probably fine to never include it in
8383
 
  # preloaded symbol tables.
8384
 
  # Exclude shared library initialization/finalization symbols.
8385
 
  extract_expsyms_cmds=
8386
 
 
8387
 
  case $host_os in
8388
 
  cygwin* | mingw* | pw32* | cegcc*)
8389
 
    # FIXME: the MSVC++ port hasn't been tested in a loooong time
8390
 
    # When not using gcc, we currently assume that we are using
8391
 
    # Microsoft Visual C++.
8392
 
    if test "$GCC" != yes; then
8393
 
      with_gnu_ld=no
8394
 
    fi
8395
 
    ;;
8396
 
  interix*)
8397
 
    # we just hope/assume this is gcc and not c89 (= MSVC++)
8398
 
    with_gnu_ld=yes
8399
 
    ;;
8400
 
  openbsd*)
8401
 
    with_gnu_ld=no
8402
 
    ;;
8403
 
  linux* | k*bsd*-gnu)
8404
 
    link_all_deplibs=no
8405
 
    ;;
8406
 
  esac
8407
 
 
8408
 
  ld_shlibs=yes
8409
 
  if test "$with_gnu_ld" = yes; then
8410
 
    # If archive_cmds runs LD, not CC, wlarc should be empty
8411
 
    wlarc='${wl}'
8412
 
 
8413
 
    # Set some defaults for GNU ld with shared library support. These
8414
 
    # are reset later if shared libraries are not supported. Putting them
8415
 
    # here allows them to be overridden if necessary.
8416
 
    runpath_var=LD_RUN_PATH
8417
 
    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8418
 
    export_dynamic_flag_spec='${wl}--export-dynamic'
8419
 
    # ancient GNU ld didn't support --whole-archive et. al.
8420
 
    if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8421
 
      whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8422
 
    else
8423
 
      whole_archive_flag_spec=
8424
 
    fi
8425
 
    supports_anon_versioning=no
8426
 
    case `$LD -v 2>&1` in
8427
 
      *GNU\ gold*) supports_anon_versioning=yes ;;
8428
 
      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8429
 
      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8430
 
      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8431
 
      *\ 2.11.*) ;; # other 2.11 versions
8432
 
      *) supports_anon_versioning=yes ;;
8433
 
    esac
8434
 
 
8435
 
    # See if GNU ld supports shared libraries.
8436
 
    case $host_os in
8437
 
    aix[3-9]*)
8438
 
      # On AIX/PPC, the GNU linker is very broken
8439
 
      if test "$host_cpu" != ia64; then
8440
 
        ld_shlibs=no
8441
 
        cat <<_LT_EOF 1>&2
8442
 
 
8443
 
*** Warning: the GNU linker, at least up to release 2.9.1, is reported
8444
 
*** to be unable to reliably create shared libraries on AIX.
8445
 
*** Therefore, libtool is disabling shared libraries support.  If you
8446
 
*** really care for shared libraries, you may want to modify your PATH
8447
 
*** so that a non-GNU linker is found, and then restart.
8448
 
 
8449
 
_LT_EOF
8450
 
      fi
8451
 
      ;;
8452
 
 
8453
 
    amigaos*)
8454
 
      case $host_cpu in
8455
 
      powerpc)
8456
 
            # see comment about AmigaOS4 .so support
8457
 
            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8458
 
            archive_expsym_cmds=''
8459
 
        ;;
8460
 
      m68k)
8461
 
            archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
8462
 
            hardcode_libdir_flag_spec='-L$libdir'
8463
 
            hardcode_minus_L=yes
8464
 
        ;;
8465
 
      esac
8466
 
      ;;
8467
 
 
8468
 
    beos*)
8469
 
      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8470
 
        allow_undefined_flag=unsupported
8471
 
        # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8472
 
        # support --undefined.  This deserves some investigation.  FIXME
8473
 
        archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8474
 
      else
8475
 
        ld_shlibs=no
8476
 
      fi
8477
 
      ;;
8478
 
 
8479
 
    cygwin* | mingw* | pw32* | cegcc*)
8480
 
      # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8481
 
      # as there is no search path for DLLs.
8482
 
      hardcode_libdir_flag_spec='-L$libdir'
8483
 
      allow_undefined_flag=unsupported
8484
 
      always_export_symbols=no
8485
 
      enable_shared_with_static_runtimes=yes
8486
 
      export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8487
 
 
8488
 
      if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8489
 
        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8490
 
        # If the export-symbols file already is a .def file (1st line
8491
 
        # is EXPORTS), use it as is; otherwise, prepend...
8492
 
        archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8493
 
          cp $export_symbols $output_objdir/$soname.def;
8494
 
        else
8495
 
          echo EXPORTS > $output_objdir/$soname.def;
8496
 
          cat $export_symbols >> $output_objdir/$soname.def;
8497
 
        fi~
8498
 
        $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8499
 
      else
8500
 
        ld_shlibs=no
8501
 
      fi
8502
 
      ;;
8503
 
 
8504
 
    interix[3-9]*)
8505
 
      hardcode_direct=no
8506
 
      hardcode_shlibpath_var=no
8507
 
      hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8508
 
      export_dynamic_flag_spec='${wl}-E'
8509
 
      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8510
 
      # Instead, shared libraries are loaded at an image base (0x10000000 by
8511
 
      # default) and relocated if they conflict, which is a slow very memory
8512
 
      # consuming and fragmenting process.  To avoid this, we pick a random,
8513
 
      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8514
 
      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
8515
 
      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8516
 
      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8517
 
      ;;
8518
 
 
8519
 
    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8520
 
      tmp_diet=no
8521
 
      if test "$host_os" = linux-dietlibc; then
8522
 
        case $cc_basename in
8523
 
          diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
8524
 
        esac
8525
 
      fi
8526
 
      if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8527
 
         && test "$tmp_diet" = no
8528
 
      then
8529
 
        tmp_addflag=
8530
 
        tmp_sharedflag='-shared'
8531
 
        case $cc_basename,$host_cpu in
8532
 
        pgcc*)                          # Portland Group C compiler
8533
 
          whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
8534
 
          tmp_addflag=' $pic_flag'
8535
 
          ;;
8536
 
        pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
8537
 
          whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
8538
 
          tmp_addflag=' $pic_flag -Mnomain' ;;
8539
 
        ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
8540
 
          tmp_addflag=' -i_dynamic' ;;
8541
 
        efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
8542
 
          tmp_addflag=' -i_dynamic -nofor_main' ;;
8543
 
        ifc* | ifort*)                  # Intel Fortran compiler
8544
 
          tmp_addflag=' -nofor_main' ;;
8545
 
        lf95*)                          # Lahey Fortran 8.1
8546
 
          whole_archive_flag_spec=
8547
 
          tmp_sharedflag='--shared' ;;
8548
 
        xl[cC]*)                        # IBM XL C 8.0 on PPC (deal with xlf below)
8549
 
          tmp_sharedflag='-qmkshrobj'
8550
 
          tmp_addflag= ;;
8551
 
        esac
8552
 
        case `$CC -V 2>&1 | sed 5q` in
8553
 
        *Sun\ C*)                       # Sun C 5.9
8554
 
          whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
8555
 
          compiler_needs_object=yes
8556
 
          tmp_sharedflag='-G' ;;
8557
 
        *Sun\ F*)                       # Sun Fortran 8.3
8558
 
          tmp_sharedflag='-G' ;;
8559
 
        esac
8560
 
        archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8561
 
 
8562
 
        if test "x$supports_anon_versioning" = xyes; then
8563
 
          archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8564
 
            cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8565
 
            echo "local: *; };" >> $output_objdir/$libname.ver~
8566
 
            $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8567
 
        fi
8568
 
 
8569
 
        case $cc_basename in
8570
 
        xlf*)
8571
 
          # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8572
 
          whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8573
 
          hardcode_libdir_flag_spec=
8574
 
          hardcode_libdir_flag_spec_ld='-rpath $libdir'
8575
 
          archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8576
 
          if test "x$supports_anon_versioning" = xyes; then
8577
 
            archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8578
 
              cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8579
 
              echo "local: *; };" >> $output_objdir/$libname.ver~
8580
 
              $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8581
 
          fi
8582
 
          ;;
8583
 
        esac
8584
 
      else
8585
 
        ld_shlibs=no
8586
 
      fi
8587
 
      ;;
8588
 
 
8589
 
    netbsd* | netbsdelf*-gnu)
8590
 
      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8591
 
        archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8592
 
        wlarc=
8593
 
      else
8594
 
        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8595
 
        archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8596
 
      fi
8597
 
      ;;
8598
 
 
8599
 
    solaris*)
8600
 
      if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8601
 
        ld_shlibs=no
8602
 
        cat <<_LT_EOF 1>&2
8603
 
 
8604
 
*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8605
 
*** create shared libraries on Solaris systems.  Therefore, libtool
8606
 
*** is disabling shared libraries support.  We urge you to upgrade GNU
8607
 
*** binutils to release 2.9.1 or newer.  Another option is to modify
8608
 
*** your PATH or compiler configuration so that the native linker is
8609
 
*** used, and then restart.
8610
 
 
8611
 
_LT_EOF
8612
 
      elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8613
 
        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8614
 
        archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8615
 
      else
8616
 
        ld_shlibs=no
8617
 
      fi
8618
 
      ;;
8619
 
 
8620
 
    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8621
 
      case `$LD -v 2>&1` in
8622
 
        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8623
 
        ld_shlibs=no
8624
 
        cat <<_LT_EOF 1>&2
8625
 
 
8626
 
*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8627
 
*** reliably create shared libraries on SCO systems.  Therefore, libtool
8628
 
*** is disabling shared libraries support.  We urge you to upgrade GNU
8629
 
*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
8630
 
*** your PATH or compiler configuration so that the native linker is
8631
 
*** used, and then restart.
8632
 
 
8633
 
_LT_EOF
8634
 
        ;;
8635
 
        *)
8636
 
          # For security reasons, it is highly recommended that you always
8637
 
          # use absolute paths for naming shared libraries, and exclude the
8638
 
          # DT_RUNPATH tag from executables and libraries.  But doing so
8639
 
          # requires that you compile everything twice, which is a pain.
8640
 
          if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8641
 
            hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8642
 
            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8643
 
            archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8644
 
          else
8645
 
            ld_shlibs=no
8646
 
          fi
8647
 
        ;;
8648
 
      esac
8649
 
      ;;
8650
 
 
8651
 
    sunos4*)
8652
 
      archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8653
 
      wlarc=
8654
 
      hardcode_direct=yes
8655
 
      hardcode_shlibpath_var=no
8656
 
      ;;
8657
 
 
8658
 
    *)
8659
 
      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8660
 
        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8661
 
        archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8662
 
      else
8663
 
        ld_shlibs=no
8664
 
      fi
8665
 
      ;;
8666
 
    esac
8667
 
 
8668
 
    if test "$ld_shlibs" = no; then
8669
 
      runpath_var=
8670
 
      hardcode_libdir_flag_spec=
8671
 
      export_dynamic_flag_spec=
8672
 
      whole_archive_flag_spec=
8673
 
    fi
8674
 
  else
8675
 
    # PORTME fill in a description of your system's linker (not GNU ld)
8676
 
    case $host_os in
8677
 
    aix3*)
8678
 
      allow_undefined_flag=unsupported
8679
 
      always_export_symbols=yes
8680
 
      archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
8681
 
      # Note: this linker hardcodes the directories in LIBPATH if there
8682
 
      # are no directories specified by -L.
8683
 
      hardcode_minus_L=yes
8684
 
      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8685
 
        # Neither direct hardcoding nor static linking is supported with a
8686
 
        # broken collect2.
8687
 
        hardcode_direct=unsupported
8688
 
      fi
8689
 
      ;;
8690
 
 
8691
 
    aix[4-9]*)
8692
 
      if test "$host_cpu" = ia64; then
8693
 
        # On IA64, the linker does run time linking by default, so we don't
8694
 
        # have to do anything special.
8695
 
        aix_use_runtimelinking=no
8696
 
        exp_sym_flag='-Bexport'
8697
 
        no_entry_flag=""
8698
 
      else
8699
 
        # If we're using GNU nm, then we don't want the "-C" option.
8700
 
        # -C means demangle to AIX nm, but means don't demangle with GNU nm
8701
 
        if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8702
 
          export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8703
 
        else
8704
 
          export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8705
 
        fi
8706
 
        aix_use_runtimelinking=no
8707
 
 
8708
 
        # Test if we are trying to use run time linking or normal
8709
 
        # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8710
 
        # need to do runtime linking.
8711
 
        case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8712
 
          for ld_flag in $LDFLAGS; do
8713
 
          if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8714
 
            aix_use_runtimelinking=yes
8715
 
            break
8716
 
          fi
8717
 
          done
8718
 
          ;;
8719
 
        esac
8720
 
 
8721
 
        exp_sym_flag='-bexport'
8722
 
        no_entry_flag='-bnoentry'
8723
 
      fi
8724
 
 
8725
 
      # When large executables or shared objects are built, AIX ld can
8726
 
      # have problems creating the table of contents.  If linking a library
8727
 
      # or program results in "error TOC overflow" add -mminimal-toc to
8728
 
      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
8729
 
      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8730
 
 
8731
 
      archive_cmds=''
8732
 
      hardcode_direct=yes
8733
 
      hardcode_direct_absolute=yes
8734
 
      hardcode_libdir_separator=':'
8735
 
      link_all_deplibs=yes
8736
 
      file_list_spec='${wl}-f,'
8737
 
 
8738
 
      if test "$GCC" = yes; then
8739
 
        case $host_os in aix4.[012]|aix4.[012].*)
8740
 
        # We only want to do this on AIX 4.2 and lower, the check
8741
 
        # below for broken collect2 doesn't work under 4.3+
8742
 
          collect2name=`${CC} -print-prog-name=collect2`
8743
 
          if test -f "$collect2name" &&
8744
 
           strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8745
 
          then
8746
 
          # We have reworked collect2
8747
 
          :
8748
 
          else
8749
 
          # We have old collect2
8750
 
          hardcode_direct=unsupported
8751
 
          # It fails to find uninstalled libraries when the uninstalled
8752
 
          # path is not listed in the libpath.  Setting hardcode_minus_L
8753
 
          # to unsupported forces relinking
8754
 
          hardcode_minus_L=yes
8755
 
          hardcode_libdir_flag_spec='-L$libdir'
8756
 
          hardcode_libdir_separator=
8757
 
          fi
8758
 
          ;;
8759
 
        esac
8760
 
        shared_flag='-shared'
8761
 
        if test "$aix_use_runtimelinking" = yes; then
8762
 
          shared_flag="$shared_flag "'${wl}-G'
8763
 
        fi
8764
 
        link_all_deplibs=no
8765
 
      else
8766
 
        # not using gcc
8767
 
        if test "$host_cpu" = ia64; then
8768
 
        # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8769
 
        # chokes on -Wl,-G. The following line is correct:
8770
 
          shared_flag='-G'
8771
 
        else
8772
 
          if test "$aix_use_runtimelinking" = yes; then
8773
 
            shared_flag='${wl}-G'
8774
 
          else
8775
 
            shared_flag='${wl}-bM:SRE'
8776
 
          fi
8777
 
        fi
8778
 
      fi
8779
 
 
8780
 
      export_dynamic_flag_spec='${wl}-bexpall'
8781
 
      # It seems that -bexpall does not export symbols beginning with
8782
 
      # underscore (_), so it is better to generate a list of symbols to export.
8783
 
      always_export_symbols=yes
8784
 
      if test "$aix_use_runtimelinking" = yes; then
8785
 
        # Warning - without using the other runtime loading flags (-brtl),
8786
 
        # -berok will link without error, but may produce a broken library.
8787
 
        allow_undefined_flag='-berok'
8788
 
        # Determine the default libpath from the value encoded in an
8789
 
        # empty executable.
8790
 
        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8791
 
/* end confdefs.h.  */
8792
 
 
8793
 
int
8794
 
main ()
8795
 
{
8796
 
 
8797
 
  ;
8798
 
  return 0;
8799
 
}
8800
 
_ACEOF
8801
 
if ac_fn_c_try_link "$LINENO"; then :
8802
 
 
8803
 
lt_aix_libpath_sed='
8804
 
    /Import File Strings/,/^$/ {
8805
 
        /^0/ {
8806
 
            s/^0  *\(.*\)$/\1/
8807
 
            p
8808
 
        }
8809
 
    }'
8810
 
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8811
 
# Check for a 64-bit object if we didn't find anything.
8812
 
if test -z "$aix_libpath"; then
8813
 
  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8814
 
fi
8815
 
fi
8816
 
rm -f core conftest.err conftest.$ac_objext \
8817
 
    conftest$ac_exeext conftest.$ac_ext
8818
 
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8819
 
 
8820
 
        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8821
 
        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
8822
 
      else
8823
 
        if test "$host_cpu" = ia64; then
8824
 
          hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8825
 
          allow_undefined_flag="-z nodefs"
8826
 
          archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
8827
 
        else
8828
 
         # Determine the default libpath from the value encoded in an
8829
 
         # empty executable.
8830
 
         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8831
 
/* end confdefs.h.  */
8832
 
 
8833
 
int
8834
 
main ()
8835
 
{
8836
 
 
8837
 
  ;
8838
 
  return 0;
8839
 
}
8840
 
_ACEOF
8841
 
if ac_fn_c_try_link "$LINENO"; then :
8842
 
 
8843
 
lt_aix_libpath_sed='
8844
 
    /Import File Strings/,/^$/ {
8845
 
        /^0/ {
8846
 
            s/^0  *\(.*\)$/\1/
8847
 
            p
8848
 
        }
8849
 
    }'
8850
 
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8851
 
# Check for a 64-bit object if we didn't find anything.
8852
 
if test -z "$aix_libpath"; then
8853
 
  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8854
 
fi
8855
 
fi
8856
 
rm -f core conftest.err conftest.$ac_objext \
8857
 
    conftest$ac_exeext conftest.$ac_ext
8858
 
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8859
 
 
8860
 
         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8861
 
          # Warning - without using the other run time loading flags,
8862
 
          # -berok will link without error, but may produce a broken library.
8863
 
          no_undefined_flag=' ${wl}-bernotok'
8864
 
          allow_undefined_flag=' ${wl}-berok'
8865
 
          # Exported symbols can be pulled into shared objects from archives
8866
 
          whole_archive_flag_spec='$convenience'
8867
 
          archive_cmds_need_lc=yes
8868
 
          # This is similar to how AIX traditionally builds its shared libraries.
8869
 
          archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
8870
 
        fi
8871
 
      fi
8872
 
      ;;
8873
 
 
8874
 
    amigaos*)
8875
 
      case $host_cpu in
8876
 
      powerpc)
8877
 
            # see comment about AmigaOS4 .so support
8878
 
            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8879
 
            archive_expsym_cmds=''
8880
 
        ;;
8881
 
      m68k)
8882
 
            archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
8883
 
            hardcode_libdir_flag_spec='-L$libdir'
8884
 
            hardcode_minus_L=yes
8885
 
        ;;
8886
 
      esac
8887
 
      ;;
8888
 
 
8889
 
    bsdi[45]*)
8890
 
      export_dynamic_flag_spec=-rdynamic
8891
 
      ;;
8892
 
 
8893
 
    cygwin* | mingw* | pw32* | cegcc*)
8894
 
      # When not using gcc, we currently assume that we are using
8895
 
      # Microsoft Visual C++.
8896
 
      # hardcode_libdir_flag_spec is actually meaningless, as there is
8897
 
      # no search path for DLLs.
8898
 
      hardcode_libdir_flag_spec=' '
8899
 
      allow_undefined_flag=unsupported
8900
 
      # Tell ltmain to make .lib files, not .a files.
8901
 
      libext=lib
8902
 
      # Tell ltmain to make .dll files, not .so files.
8903
 
      shrext_cmds=".dll"
8904
 
      # FIXME: Setting linknames here is a bad hack.
8905
 
      archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
8906
 
      # The linker will automatically build a .lib file if we build a DLL.
8907
 
      old_archive_from_new_cmds='true'
8908
 
      # FIXME: Should let the user specify the lib program.
8909
 
      old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8910
 
      fix_srcfile_path='`cygpath -w "$srcfile"`'
8911
 
      enable_shared_with_static_runtimes=yes
8912
 
      ;;
8913
 
 
8914
 
    darwin* | rhapsody*)
8915
 
 
8916
 
 
8917
 
  archive_cmds_need_lc=no
8918
 
  hardcode_direct=no
8919
 
  hardcode_automatic=yes
8920
 
  hardcode_shlibpath_var=unsupported
8921
 
  whole_archive_flag_spec=''
8922
 
  link_all_deplibs=yes
8923
 
  allow_undefined_flag="$_lt_dar_allow_undefined"
8924
 
  case $cc_basename in
8925
 
     ifort*) _lt_dar_can_shared=yes ;;
8926
 
     *) _lt_dar_can_shared=$GCC ;;
8927
 
  esac
8928
 
  if test "$_lt_dar_can_shared" = "yes"; then
8929
 
    output_verbose_link_cmd=echo
8930
 
    archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8931
 
    module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8932
 
    archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
8933
 
    module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
8934
 
 
8935
 
  else
8936
 
  ld_shlibs=no
8937
 
  fi
8938
 
 
8939
 
      ;;
8940
 
 
8941
 
    dgux*)
8942
 
      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8943
 
      hardcode_libdir_flag_spec='-L$libdir'
8944
 
      hardcode_shlibpath_var=no
8945
 
      ;;
8946
 
 
8947
 
    freebsd1*)
8948
 
      ld_shlibs=no
8949
 
      ;;
8950
 
 
8951
 
    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8952
 
    # support.  Future versions do this automatically, but an explicit c++rt0.o
8953
 
    # does not break anything, and helps significantly (at the cost of a little
8954
 
    # extra space).
8955
 
    freebsd2.2*)
8956
 
      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8957
 
      hardcode_libdir_flag_spec='-R$libdir'
8958
 
      hardcode_direct=yes
8959
 
      hardcode_shlibpath_var=no
8960
 
      ;;
8961
 
 
8962
 
    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8963
 
    freebsd2*)
8964
 
      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8965
 
      hardcode_direct=yes
8966
 
      hardcode_minus_L=yes
8967
 
      hardcode_shlibpath_var=no
8968
 
      ;;
8969
 
 
8970
 
    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8971
 
    freebsd* | dragonfly*)
8972
 
      archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8973
 
      hardcode_libdir_flag_spec='-R$libdir'
8974
 
      hardcode_direct=yes
8975
 
      hardcode_shlibpath_var=no
8976
 
      ;;
8977
 
 
8978
 
    hpux9*)
8979
 
      if test "$GCC" = yes; then
8980
 
        archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
8981
 
      else
8982
 
        archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
8983
 
      fi
8984
 
      hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8985
 
      hardcode_libdir_separator=:
8986
 
      hardcode_direct=yes
8987
 
 
8988
 
      # hardcode_minus_L: Not really in the search PATH,
8989
 
      # but as the default location of the library.
8990
 
      hardcode_minus_L=yes
8991
 
      export_dynamic_flag_spec='${wl}-E'
8992
 
      ;;
8993
 
 
8994
 
    hpux10*)
8995
 
      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
8996
 
        archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8997
 
      else
8998
 
        archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8999
 
      fi
9000
 
      if test "$with_gnu_ld" = no; then
9001
 
        hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9002
 
        hardcode_libdir_flag_spec_ld='+b $libdir'
9003
 
        hardcode_libdir_separator=:
9004
 
        hardcode_direct=yes
9005
 
        hardcode_direct_absolute=yes
9006
 
        export_dynamic_flag_spec='${wl}-E'
9007
 
        # hardcode_minus_L: Not really in the search PATH,
9008
 
        # but as the default location of the library.
9009
 
        hardcode_minus_L=yes
9010
 
      fi
9011
 
      ;;
9012
 
 
9013
 
    hpux11*)
9014
 
      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
9015
 
        case $host_cpu in
9016
 
        hppa*64*)
9017
 
          archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9018
 
          ;;
9019
 
        ia64*)
9020
 
          archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9021
 
          ;;
9022
 
        *)
9023
 
          archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9024
 
          ;;
9025
 
        esac
9026
 
      else
9027
 
        case $host_cpu in
9028
 
        hppa*64*)
9029
 
          archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9030
 
          ;;
9031
 
        ia64*)
9032
 
          archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9033
 
          ;;
9034
 
        *)
9035
 
          archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9036
 
          ;;
9037
 
        esac
9038
 
      fi
9039
 
      if test "$with_gnu_ld" = no; then
9040
 
        hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9041
 
        hardcode_libdir_separator=:
9042
 
 
9043
 
        case $host_cpu in
9044
 
        hppa*64*|ia64*)
9045
 
          hardcode_direct=no
9046
 
          hardcode_shlibpath_var=no
9047
 
          ;;
9048
 
        *)
9049
 
          hardcode_direct=yes
9050
 
          hardcode_direct_absolute=yes
9051
 
          export_dynamic_flag_spec='${wl}-E'
9052
 
 
9053
 
          # hardcode_minus_L: Not really in the search PATH,
9054
 
          # but as the default location of the library.
9055
 
          hardcode_minus_L=yes
9056
 
          ;;
9057
 
        esac
9058
 
      fi
9059
 
      ;;
9060
 
 
9061
 
    irix5* | irix6* | nonstopux*)
9062
 
      if test "$GCC" = yes; then
9063
 
        archive_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 -o $lib'
9064
 
        # Try to use the -exported_symbol ld option, if it does not
9065
 
        # work, assume that -exports_file does not work either and
9066
 
        # implicitly export all symbols.
9067
 
        save_LDFLAGS="$LDFLAGS"
9068
 
        LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9069
 
        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9070
 
/* end confdefs.h.  */
9071
 
int foo(void) {}
9072
 
_ACEOF
9073
 
if ac_fn_c_try_link "$LINENO"; then :
9074
 
  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'
9075
 
 
9076
 
fi
9077
 
rm -f core conftest.err conftest.$ac_objext \
9078
 
    conftest$ac_exeext conftest.$ac_ext
9079
 
        LDFLAGS="$save_LDFLAGS"
9080
 
      else
9081
 
        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'
9082
 
        archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
9083
 
      fi
9084
 
      archive_cmds_need_lc='no'
9085
 
      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9086
 
      hardcode_libdir_separator=:
9087
 
      inherit_rpath=yes
9088
 
      link_all_deplibs=yes
9089
 
      ;;
9090
 
 
9091
 
    netbsd* | netbsdelf*-gnu)
9092
 
      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9093
 
        archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
9094
 
      else
9095
 
        archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
9096
 
      fi
9097
 
      hardcode_libdir_flag_spec='-R$libdir'
9098
 
      hardcode_direct=yes
9099
 
      hardcode_shlibpath_var=no
9100
 
      ;;
9101
 
 
9102
 
    newsos6)
9103
 
      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9104
 
      hardcode_direct=yes
9105
 
      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9106
 
      hardcode_libdir_separator=:
9107
 
      hardcode_shlibpath_var=no
9108
 
      ;;
9109
 
 
9110
 
    *nto* | *qnx*)
9111
 
      ;;
9112
 
 
9113
 
    openbsd*)
9114
 
      if test -f /usr/libexec/ld.so; then
9115
 
        hardcode_direct=yes
9116
 
        hardcode_shlibpath_var=no
9117
 
        hardcode_direct_absolute=yes
9118
 
        if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9119
 
          archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9120
 
          archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9121
 
          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9122
 
          export_dynamic_flag_spec='${wl}-E'
9123
 
        else
9124
 
          case $host_os in
9125
 
           openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9126
 
             archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9127
 
             hardcode_libdir_flag_spec='-R$libdir'
9128
 
             ;;
9129
 
           *)
9130
 
             archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9131
 
             hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9132
 
             ;;
9133
 
          esac
9134
 
        fi
9135
 
      else
9136
 
        ld_shlibs=no
9137
 
      fi
9138
 
      ;;
9139
 
 
9140
 
    os2*)
9141
 
      hardcode_libdir_flag_spec='-L$libdir'
9142
 
      hardcode_minus_L=yes
9143
 
      allow_undefined_flag=unsupported
9144
 
      archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
9145
 
      old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9146
 
      ;;
9147
 
 
9148
 
    osf3*)
9149
 
      if test "$GCC" = yes; then
9150
 
        allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9151
 
        archive_cmds='$CC -shared${allow_undefined_flag} $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 -o $lib'
9152
 
      else
9153
 
        allow_undefined_flag=' -expect_unresolved \*'
9154
 
        archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
9155
 
      fi
9156
 
      archive_cmds_need_lc='no'
9157
 
      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9158
 
      hardcode_libdir_separator=:
9159
 
      ;;
9160
 
 
9161
 
    osf4* | osf5*)      # as osf3* with the addition of -msym flag
9162
 
      if test "$GCC" = yes; then
9163
 
        allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9164
 
        archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9165
 
        hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9166
 
      else
9167
 
        allow_undefined_flag=' -expect_unresolved \*'
9168
 
        archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
9169
 
        archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
9170
 
        $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
9171
 
 
9172
 
        # Both c and cxx compiler support -rpath directly
9173
 
        hardcode_libdir_flag_spec='-rpath $libdir'
9174
 
      fi
9175
 
      archive_cmds_need_lc='no'
9176
 
      hardcode_libdir_separator=:
9177
 
      ;;
9178
 
 
9179
 
    solaris*)
9180
 
      no_undefined_flag=' -z defs'
9181
 
      if test "$GCC" = yes; then
9182
 
        wlarc='${wl}'
9183
 
        archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9184
 
        archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9185
 
          $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9186
 
      else
9187
 
        case `$CC -V 2>&1` in
9188
 
        *"Compilers 5.0"*)
9189
 
          wlarc=''
9190
 
          archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9191
 
          archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9192
 
          $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9193
 
          ;;
9194
 
        *)
9195
 
          wlarc='${wl}'
9196
 
          archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9197
 
          archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9198
 
          $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9199
 
          ;;
9200
 
        esac
9201
 
      fi
9202
 
      hardcode_libdir_flag_spec='-R$libdir'
9203
 
      hardcode_shlibpath_var=no
9204
 
      case $host_os in
9205
 
      solaris2.[0-5] | solaris2.[0-5].*) ;;
9206
 
      *)
9207
 
        # The compiler driver will combine and reorder linker options,
9208
 
        # but understands `-z linker_flag'.  GCC discards it without `$wl',
9209
 
        # but is careful enough not to reorder.
9210
 
        # Supported since Solaris 2.6 (maybe 2.5.1?)
9211
 
        if test "$GCC" = yes; then
9212
 
          whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9213
 
        else
9214
 
          whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9215
 
        fi
9216
 
        ;;
9217
 
      esac
9218
 
      link_all_deplibs=yes
9219
 
      ;;
9220
 
 
9221
 
    sunos4*)
9222
 
      if test "x$host_vendor" = xsequent; then
9223
 
        # Use $CC to link under sequent, because it throws in some extra .o
9224
 
        # files that make .init and .fini sections work.
9225
 
        archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9226
 
      else
9227
 
        archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9228
 
      fi
9229
 
      hardcode_libdir_flag_spec='-L$libdir'
9230
 
      hardcode_direct=yes
9231
 
      hardcode_minus_L=yes
9232
 
      hardcode_shlibpath_var=no
9233
 
      ;;
9234
 
 
9235
 
    sysv4)
9236
 
      case $host_vendor in
9237
 
        sni)
9238
 
          archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9239
 
          hardcode_direct=yes # is this really true???
9240
 
        ;;
9241
 
        siemens)
9242
 
          ## LD is ld it makes a PLAMLIB
9243
 
          ## CC just makes a GrossModule.
9244
 
          archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9245
 
          reload_cmds='$CC -r -o $output$reload_objs'
9246
 
          hardcode_direct=no
9247
 
        ;;
9248
 
        motorola)
9249
 
          archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9250
 
          hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9251
 
        ;;
9252
 
      esac
9253
 
      runpath_var='LD_RUN_PATH'
9254
 
      hardcode_shlibpath_var=no
9255
 
      ;;
9256
 
 
9257
 
    sysv4.3*)
9258
 
      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9259
 
      hardcode_shlibpath_var=no
9260
 
      export_dynamic_flag_spec='-Bexport'
9261
 
      ;;
9262
 
 
9263
 
    sysv4*MP*)
9264
 
      if test -d /usr/nec; then
9265
 
        archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9266
 
        hardcode_shlibpath_var=no
9267
 
        runpath_var=LD_RUN_PATH
9268
 
        hardcode_runpath_var=yes
9269
 
        ld_shlibs=yes
9270
 
      fi
9271
 
      ;;
9272
 
 
9273
 
    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9274
 
      no_undefined_flag='${wl}-z,text'
9275
 
      archive_cmds_need_lc=no
9276
 
      hardcode_shlibpath_var=no
9277
 
      runpath_var='LD_RUN_PATH'
9278
 
 
9279
 
      if test "$GCC" = yes; then
9280
 
        archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9281
 
        archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9282
 
      else
9283
 
        archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9284
 
        archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9285
 
      fi
9286
 
      ;;
9287
 
 
9288
 
    sysv5* | sco3.2v5* | sco5v6*)
9289
 
      # Note: We can NOT use -z defs as we might desire, because we do not
9290
 
      # link with -lc, and that would cause any symbols used from libc to
9291
 
      # always be unresolved, which means just about no library would
9292
 
      # ever link correctly.  If we're not using GNU ld we use -z text
9293
 
      # though, which does catch some bad symbols but isn't as heavy-handed
9294
 
      # as -z defs.
9295
 
      no_undefined_flag='${wl}-z,text'
9296
 
      allow_undefined_flag='${wl}-z,nodefs'
9297
 
      archive_cmds_need_lc=no
9298
 
      hardcode_shlibpath_var=no
9299
 
      hardcode_libdir_flag_spec='${wl}-R,$libdir'
9300
 
      hardcode_libdir_separator=':'
9301
 
      link_all_deplibs=yes
9302
 
      export_dynamic_flag_spec='${wl}-Bexport'
9303
 
      runpath_var='LD_RUN_PATH'
9304
 
 
9305
 
      if test "$GCC" = yes; then
9306
 
        archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9307
 
        archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9308
 
      else
9309
 
        archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9310
 
        archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9311
 
      fi
9312
 
      ;;
9313
 
 
9314
 
    uts4*)
9315
 
      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9316
 
      hardcode_libdir_flag_spec='-L$libdir'
9317
 
      hardcode_shlibpath_var=no
9318
 
      ;;
9319
 
 
9320
 
    *)
9321
 
      ld_shlibs=no
9322
 
      ;;
9323
 
    esac
9324
 
 
9325
 
    if test x$host_vendor = xsni; then
9326
 
      case $host in
9327
 
      sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9328
 
        export_dynamic_flag_spec='${wl}-Blargedynsym'
9329
 
        ;;
9330
 
      esac
9331
 
    fi
9332
 
  fi
9333
 
 
9334
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9335
 
$as_echo "$ld_shlibs" >&6; }
9336
 
test "$ld_shlibs" = no && can_build_shared=no
9337
 
 
9338
 
with_gnu_ld=$with_gnu_ld
9339
 
 
9340
 
 
9341
 
 
9342
 
 
9343
 
 
9344
 
 
9345
 
 
9346
 
 
9347
 
 
9348
 
 
9349
 
 
9350
 
 
9351
 
 
9352
 
 
9353
 
 
9354
 
#
9355
 
# Do we need to explicitly link libc?
9356
 
#
9357
 
case "x$archive_cmds_need_lc" in
9358
 
x|xyes)
9359
 
  # Assume -lc should be added
9360
 
  archive_cmds_need_lc=yes
9361
 
 
9362
 
  if test "$enable_shared" = yes && test "$GCC" = yes; then
9363
 
    case $archive_cmds in
9364
 
    *'~'*)
9365
 
      # FIXME: we may have to deal with multi-command sequences.
9366
 
      ;;
9367
 
    '$CC '*)
9368
 
      # Test whether the compiler implicitly links with -lc since on some
9369
 
      # systems, -lgcc has to come before -lc. If gcc already passes -lc
9370
 
      # to ld, don't add -lc before -lgcc.
9371
 
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9372
 
$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9373
 
      $RM conftest*
9374
 
      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9375
 
 
9376
 
      if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9377
 
  (eval $ac_compile) 2>&5
9378
 
  ac_status=$?
9379
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9380
 
  test $ac_status = 0; } 2>conftest.err; then
9381
 
        soname=conftest
9382
 
        lib=conftest
9383
 
        libobjs=conftest.$ac_objext
9384
 
        deplibs=
9385
 
        wl=$lt_prog_compiler_wl
9386
 
        pic_flag=$lt_prog_compiler_pic
9387
 
        compiler_flags=-v
9388
 
        linker_flags=-v
9389
 
        verstring=
9390
 
        output_objdir=.
9391
 
        libname=conftest
9392
 
        lt_save_allow_undefined_flag=$allow_undefined_flag
9393
 
        allow_undefined_flag=
9394
 
        if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9395
 
  (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9396
 
  ac_status=$?
9397
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9398
 
  test $ac_status = 0; }
9399
 
        then
9400
 
          archive_cmds_need_lc=no
9401
 
        else
9402
 
          archive_cmds_need_lc=yes
9403
 
        fi
9404
 
        allow_undefined_flag=$lt_save_allow_undefined_flag
9405
 
      else
9406
 
        cat conftest.err 1>&5
9407
 
      fi
9408
 
      $RM conftest*
9409
 
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5
9410
 
$as_echo "$archive_cmds_need_lc" >&6; }
9411
 
      ;;
9412
 
    esac
9413
 
  fi
9414
 
  ;;
9415
 
esac
9416
 
 
9417
 
 
9418
 
 
9419
 
 
9420
 
 
9421
 
 
9422
 
 
9423
 
 
9424
 
 
9425
 
 
9426
 
 
9427
 
 
9428
 
 
9429
 
 
9430
 
 
9431
 
 
9432
 
 
9433
 
 
9434
 
 
9435
 
 
9436
 
 
9437
 
 
9438
 
 
9439
 
 
9440
 
 
9441
 
 
9442
 
 
9443
 
 
9444
 
 
9445
 
 
9446
 
 
9447
 
 
9448
 
 
9449
 
 
9450
 
 
9451
 
 
9452
 
 
9453
 
 
9454
 
 
9455
 
 
9456
 
 
9457
 
 
9458
 
 
9459
 
 
9460
 
 
9461
 
 
9462
 
 
9463
 
 
9464
 
 
9465
 
 
9466
 
 
9467
 
 
9468
 
 
9469
 
 
9470
 
 
9471
 
 
9472
 
 
9473
 
 
9474
 
 
9475
 
 
9476
 
 
9477
 
 
9478
 
 
9479
 
 
9480
 
 
9481
 
 
9482
 
 
9483
 
 
9484
 
 
9485
 
 
9486
 
 
9487
 
 
9488
 
 
9489
 
 
9490
 
 
9491
 
 
9492
 
 
9493
 
 
9494
 
 
9495
 
 
9496
 
 
9497
 
 
9498
 
 
9499
 
 
9500
 
 
9501
 
 
9502
 
 
9503
 
 
9504
 
 
9505
 
 
9506
 
 
9507
 
 
9508
 
 
9509
 
 
9510
 
 
9511
 
 
9512
 
 
9513
 
 
9514
 
 
9515
 
 
9516
 
 
9517
 
 
9518
 
 
9519
 
 
9520
 
 
9521
 
 
9522
 
 
9523
 
 
9524
 
 
9525
 
 
9526
 
 
9527
 
 
9528
 
 
9529
 
 
9530
 
 
9531
 
 
9532
 
 
9533
 
 
9534
 
 
9535
 
 
9536
 
 
9537
 
 
9538
 
 
9539
 
 
9540
 
 
9541
 
 
9542
 
 
9543
 
 
9544
 
 
9545
 
 
9546
 
 
9547
 
 
9548
 
 
9549
 
 
9550
 
 
9551
 
 
9552
 
 
9553
 
 
9554
 
 
9555
 
 
9556
 
 
9557
 
 
9558
 
 
9559
 
 
9560
 
 
9561
 
 
9562
 
 
9563
 
 
9564
 
 
9565
 
 
9566
 
 
9567
 
 
9568
 
 
9569
 
 
9570
 
 
9571
 
 
9572
 
 
9573
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9574
 
$as_echo_n "checking dynamic linker characteristics... " >&6; }
9575
 
 
9576
 
if test "$GCC" = yes; then
9577
 
  case $host_os in
9578
 
    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9579
 
    *) lt_awk_arg="/^libraries:/" ;;
9580
 
  esac
9581
 
  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9582
 
  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
9583
 
    # if the path contains ";" then we assume it to be the separator
9584
 
    # otherwise default to the standard path separator (i.e. ":") - it is
9585
 
    # assumed that no part of a normal pathname contains ";" but that should
9586
 
    # okay in the real world where ";" in dirpaths is itself problematic.
9587
 
    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
9588
 
  else
9589
 
    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
9590
 
  fi
9591
 
  # Ok, now we have the path, separated by spaces, we can step through it
9592
 
  # and add multilib dir if necessary.
9593
 
  lt_tmp_lt_search_path_spec=
9594
 
  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9595
 
  for lt_sys_path in $lt_search_path_spec; do
9596
 
    if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9597
 
      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9598
 
    else
9599
 
      test -d "$lt_sys_path" && \
9600
 
        lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9601
 
    fi
9602
 
  done
9603
 
  lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
9604
 
BEGIN {RS=" "; FS="/|\n";} {
9605
 
  lt_foo="";
9606
 
  lt_count=0;
9607
 
  for (lt_i = NF; lt_i > 0; lt_i--) {
9608
 
    if ($lt_i != "" && $lt_i != ".") {
9609
 
      if ($lt_i == "..") {
9610
 
        lt_count++;
9611
 
      } else {
9612
 
        if (lt_count == 0) {
9613
 
          lt_foo="/" $lt_i lt_foo;
9614
 
        } else {
9615
 
          lt_count--;
9616
 
        }
9617
 
      }
9618
 
    }
9619
 
  }
9620
 
  if (lt_foo != "") { lt_freq[lt_foo]++; }
9621
 
  if (lt_freq[lt_foo] == 1) { print lt_foo; }
9622
 
}'`
9623
 
  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
9624
 
else
9625
 
  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9626
 
fi
9627
 
library_names_spec=
9628
 
libname_spec='lib$name'
9629
 
soname_spec=
9630
 
shrext_cmds=".so"
9631
 
postinstall_cmds=
9632
 
postuninstall_cmds=
9633
 
finish_cmds=
9634
 
finish_eval=
9635
 
shlibpath_var=
9636
 
shlibpath_overrides_runpath=unknown
9637
 
version_type=none
9638
 
dynamic_linker="$host_os ld.so"
9639
 
sys_lib_dlsearch_path_spec="/lib /usr/lib"
9640
 
need_lib_prefix=unknown
9641
 
hardcode_into_libs=no
9642
 
 
9643
 
# when you set need_version to no, make sure it does not cause -set_version
9644
 
# flags to be left without arguments
9645
 
need_version=unknown
9646
 
 
9647
 
case $host_os in
9648
 
aix3*)
9649
 
  version_type=linux
9650
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9651
 
  shlibpath_var=LIBPATH
9652
 
 
9653
 
  # AIX 3 has no versioning support, so we append a major version to the name.
9654
 
  soname_spec='${libname}${release}${shared_ext}$major'
9655
 
  ;;
9656
 
 
9657
 
aix[4-9]*)
9658
 
  version_type=linux
9659
 
  need_lib_prefix=no
9660
 
  need_version=no
9661
 
  hardcode_into_libs=yes
9662
 
  if test "$host_cpu" = ia64; then
9663
 
    # AIX 5 supports IA64
9664
 
    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9665
 
    shlibpath_var=LD_LIBRARY_PATH
9666
 
  else
9667
 
    # With GCC up to 2.95.x, collect2 would create an import file
9668
 
    # for dependence libraries.  The import file would start with
9669
 
    # the line `#! .'.  This would cause the generated library to
9670
 
    # depend on `.', always an invalid library.  This was fixed in
9671
 
    # development snapshots of GCC prior to 3.0.
9672
 
    case $host_os in
9673
 
      aix4 | aix4.[01] | aix4.[01].*)
9674
 
      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9675
 
           echo ' yes '
9676
 
           echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9677
 
        :
9678
 
      else
9679
 
        can_build_shared=no
9680
 
      fi
9681
 
      ;;
9682
 
    esac
9683
 
    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9684
 
    # soname into executable. Probably we can add versioning support to
9685
 
    # collect2, so additional links can be useful in future.
9686
 
    if test "$aix_use_runtimelinking" = yes; then
9687
 
      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9688
 
      # instead of lib<name>.a to let people know that these are not
9689
 
      # typical AIX shared libraries.
9690
 
      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9691
 
    else
9692
 
      # We preserve .a as extension for shared libraries through AIX4.2
9693
 
      # and later when we are not doing run time linking.
9694
 
      library_names_spec='${libname}${release}.a $libname.a'
9695
 
      soname_spec='${libname}${release}${shared_ext}$major'
9696
 
    fi
9697
 
    shlibpath_var=LIBPATH
9698
 
  fi
9699
 
  ;;
9700
 
 
9701
 
amigaos*)
9702
 
  case $host_cpu in
9703
 
  powerpc)
9704
 
    # Since July 2007 AmigaOS4 officially supports .so libraries.
9705
 
    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9706
 
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9707
 
    ;;
9708
 
  m68k)
9709
 
    library_names_spec='$libname.ixlibrary $libname.a'
9710
 
    # Create ${libname}_ixlibrary.a entries in /sys/libs.
9711
 
    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
9712
 
    ;;
9713
 
  esac
9714
 
  ;;
9715
 
 
9716
 
beos*)
9717
 
  library_names_spec='${libname}${shared_ext}'
9718
 
  dynamic_linker="$host_os ld.so"
9719
 
  shlibpath_var=LIBRARY_PATH
9720
 
  ;;
9721
 
 
9722
 
bsdi[45]*)
9723
 
  version_type=linux
9724
 
  need_version=no
9725
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9726
 
  soname_spec='${libname}${release}${shared_ext}$major'
9727
 
  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9728
 
  shlibpath_var=LD_LIBRARY_PATH
9729
 
  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9730
 
  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9731
 
  # the default ld.so.conf also contains /usr/contrib/lib and
9732
 
  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9733
 
  # libtool to hard-code these into programs
9734
 
  ;;
9735
 
 
9736
 
cygwin* | mingw* | pw32* | cegcc*)
9737
 
  version_type=windows
9738
 
  shrext_cmds=".dll"
9739
 
  need_version=no
9740
 
  need_lib_prefix=no
9741
 
 
9742
 
  case $GCC,$host_os in
9743
 
  yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9744
 
    library_names_spec='$libname.dll.a'
9745
 
    # DLL is installed to $(libdir)/../bin by postinstall_cmds
9746
 
    postinstall_cmds='base_file=`basename \${file}`~
9747
 
      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9748
 
      dldir=$destdir/`dirname \$dlpath`~
9749
 
      test -d \$dldir || mkdir -p \$dldir~
9750
 
      $install_prog $dir/$dlname \$dldir/$dlname~
9751
 
      chmod a+x \$dldir/$dlname~
9752
 
      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9753
 
        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9754
 
      fi'
9755
 
    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9756
 
      dlpath=$dir/\$dldll~
9757
 
       $RM \$dlpath'
9758
 
    shlibpath_overrides_runpath=yes
9759
 
 
9760
 
    case $host_os in
9761
 
    cygwin*)
9762
 
      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9763
 
      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9764
 
      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
9765
 
      ;;
9766
 
    mingw* | cegcc*)
9767
 
      # MinGW DLLs use traditional 'lib' prefix
9768
 
      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9769
 
      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9770
 
      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
9771
 
        # It is most probably a Windows format PATH printed by
9772
 
        # mingw gcc, but we are running on Cygwin. Gcc prints its search
9773
 
        # path with ; separators, and with drive letters. We can handle the
9774
 
        # drive letters (cygwin fileutils understands them), so leave them,
9775
 
        # especially as we might pass files found there to a mingw objdump,
9776
 
        # which wouldn't understand a cygwinified path. Ahh.
9777
 
        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
9778
 
      else
9779
 
        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
9780
 
      fi
9781
 
      ;;
9782
 
    pw32*)
9783
 
      # pw32 DLLs use 'pw' prefix rather than 'lib'
9784
 
      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9785
 
      ;;
9786
 
    esac
9787
 
    ;;
9788
 
 
9789
 
  *)
9790
 
    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9791
 
    ;;
9792
 
  esac
9793
 
  dynamic_linker='Win32 ld.exe'
9794
 
  # FIXME: first we should search . and the directory the executable is in
9795
 
  shlibpath_var=PATH
9796
 
  ;;
9797
 
 
9798
 
darwin* | rhapsody*)
9799
 
  dynamic_linker="$host_os dyld"
9800
 
  version_type=darwin
9801
 
  need_lib_prefix=no
9802
 
  need_version=no
9803
 
  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9804
 
  soname_spec='${libname}${release}${major}$shared_ext'
9805
 
  shlibpath_overrides_runpath=yes
9806
 
  shlibpath_var=DYLD_LIBRARY_PATH
9807
 
  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9808
 
 
9809
 
  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9810
 
  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9811
 
  ;;
9812
 
 
9813
 
dgux*)
9814
 
  version_type=linux
9815
 
  need_lib_prefix=no
9816
 
  need_version=no
9817
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9818
 
  soname_spec='${libname}${release}${shared_ext}$major'
9819
 
  shlibpath_var=LD_LIBRARY_PATH
9820
 
  ;;
9821
 
 
9822
 
freebsd1*)
9823
 
  dynamic_linker=no
9824
 
  ;;
9825
 
 
9826
 
freebsd* | dragonfly*)
9827
 
  # DragonFly does not have aout.  When/if they implement a new
9828
 
  # versioning mechanism, adjust this.
9829
 
  if test -x /usr/bin/objformat; then
9830
 
    objformat=`/usr/bin/objformat`
9831
 
  else
9832
 
    case $host_os in
9833
 
    freebsd[123]*) objformat=aout ;;
9834
 
    *) objformat=elf ;;
9835
 
    esac
9836
 
  fi
9837
 
  version_type=freebsd-$objformat
9838
 
  case $version_type in
9839
 
    freebsd-elf*)
9840
 
      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9841
 
      need_version=no
9842
 
      need_lib_prefix=no
9843
 
      ;;
9844
 
    freebsd-*)
9845
 
      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9846
 
      need_version=yes
9847
 
      ;;
9848
 
  esac
9849
 
  shlibpath_var=LD_LIBRARY_PATH
9850
 
  case $host_os in
9851
 
  freebsd2*)
9852
 
    shlibpath_overrides_runpath=yes
9853
 
    ;;
9854
 
  freebsd3.[01]* | freebsdelf3.[01]*)
9855
 
    shlibpath_overrides_runpath=yes
9856
 
    hardcode_into_libs=yes
9857
 
    ;;
9858
 
  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9859
 
  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9860
 
    shlibpath_overrides_runpath=no
9861
 
    hardcode_into_libs=yes
9862
 
    ;;
9863
 
  *) # from 4.6 on, and DragonFly
9864
 
    shlibpath_overrides_runpath=yes
9865
 
    hardcode_into_libs=yes
9866
 
    ;;
9867
 
  esac
9868
 
  ;;
9869
 
 
9870
 
gnu*)
9871
 
  version_type=linux
9872
 
  need_lib_prefix=no
9873
 
  need_version=no
9874
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9875
 
  soname_spec='${libname}${release}${shared_ext}$major'
9876
 
  shlibpath_var=LD_LIBRARY_PATH
9877
 
  hardcode_into_libs=yes
9878
 
  ;;
9879
 
 
9880
 
hpux9* | hpux10* | hpux11*)
9881
 
  # Give a soname corresponding to the major version so that dld.sl refuses to
9882
 
  # link against other versions.
9883
 
  version_type=sunos
9884
 
  need_lib_prefix=no
9885
 
  need_version=no
9886
 
  case $host_cpu in
9887
 
  ia64*)
9888
 
    shrext_cmds='.so'
9889
 
    hardcode_into_libs=yes
9890
 
    dynamic_linker="$host_os dld.so"
9891
 
    shlibpath_var=LD_LIBRARY_PATH
9892
 
    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9893
 
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9894
 
    soname_spec='${libname}${release}${shared_ext}$major'
9895
 
    if test "X$HPUX_IA64_MODE" = X32; then
9896
 
      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9897
 
    else
9898
 
      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9899
 
    fi
9900
 
    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9901
 
    ;;
9902
 
  hppa*64*)
9903
 
    shrext_cmds='.sl'
9904
 
    hardcode_into_libs=yes
9905
 
    dynamic_linker="$host_os dld.sl"
9906
 
    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9907
 
    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9908
 
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9909
 
    soname_spec='${libname}${release}${shared_ext}$major'
9910
 
    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9911
 
    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9912
 
    ;;
9913
 
  *)
9914
 
    shrext_cmds='.sl'
9915
 
    dynamic_linker="$host_os dld.sl"
9916
 
    shlibpath_var=SHLIB_PATH
9917
 
    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9918
 
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9919
 
    soname_spec='${libname}${release}${shared_ext}$major'
9920
 
    ;;
9921
 
  esac
9922
 
  # HP-UX runs *really* slowly unless shared libraries are mode 555.
9923
 
  postinstall_cmds='chmod 555 $lib'
9924
 
  ;;
9925
 
 
9926
 
interix[3-9]*)
9927
 
  version_type=linux
9928
 
  need_lib_prefix=no
9929
 
  need_version=no
9930
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9931
 
  soname_spec='${libname}${release}${shared_ext}$major'
9932
 
  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9933
 
  shlibpath_var=LD_LIBRARY_PATH
9934
 
  shlibpath_overrides_runpath=no
9935
 
  hardcode_into_libs=yes
9936
 
  ;;
9937
 
 
9938
 
irix5* | irix6* | nonstopux*)
9939
 
  case $host_os in
9940
 
    nonstopux*) version_type=nonstopux ;;
9941
 
    *)
9942
 
        if test "$lt_cv_prog_gnu_ld" = yes; then
9943
 
                version_type=linux
9944
 
        else
9945
 
                version_type=irix
9946
 
        fi ;;
9947
 
  esac
9948
 
  need_lib_prefix=no
9949
 
  need_version=no
9950
 
  soname_spec='${libname}${release}${shared_ext}$major'
9951
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9952
 
  case $host_os in
9953
 
  irix5* | nonstopux*)
9954
 
    libsuff= shlibsuff=
9955
 
    ;;
9956
 
  *)
9957
 
    case $LD in # libtool.m4 will add one of these switches to LD
9958
 
    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
9959
 
      libsuff= shlibsuff= libmagic=32-bit;;
9960
 
    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
9961
 
      libsuff=32 shlibsuff=N32 libmagic=N32;;
9962
 
    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9963
 
      libsuff=64 shlibsuff=64 libmagic=64-bit;;
9964
 
    *) libsuff= shlibsuff= libmagic=never-match;;
9965
 
    esac
9966
 
    ;;
9967
 
  esac
9968
 
  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
9969
 
  shlibpath_overrides_runpath=no
9970
 
  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9971
 
  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
9972
 
  hardcode_into_libs=yes
9973
 
  ;;
9974
 
 
9975
 
# No shared lib support for Linux oldld, aout, or coff.
9976
 
linux*oldld* | linux*aout* | linux*coff*)
9977
 
  dynamic_linker=no
9978
 
  ;;
9979
 
 
9980
 
# This must be Linux ELF.
9981
 
linux* | k*bsd*-gnu | kopensolaris*-gnu)
9982
 
  version_type=linux
9983
 
  need_lib_prefix=no
9984
 
  need_version=no
9985
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9986
 
  soname_spec='${libname}${release}${shared_ext}$major'
9987
 
  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9988
 
  shlibpath_var=LD_LIBRARY_PATH
9989
 
  shlibpath_overrides_runpath=no
9990
 
  # Some binutils ld are patched to set DT_RUNPATH
9991
 
  save_LDFLAGS=$LDFLAGS
9992
 
  save_libdir=$libdir
9993
 
  eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9994
 
       LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9995
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9996
 
/* end confdefs.h.  */
9997
 
 
9998
 
int
9999
 
main ()
10000
 
{
10001
 
 
10002
 
  ;
10003
 
  return 0;
10004
 
}
10005
 
_ACEOF
10006
 
if ac_fn_c_try_link "$LINENO"; then :
10007
 
  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10008
 
  shlibpath_overrides_runpath=yes
10009
 
fi
10010
 
fi
10011
 
rm -f core conftest.err conftest.$ac_objext \
10012
 
    conftest$ac_exeext conftest.$ac_ext
10013
 
  LDFLAGS=$save_LDFLAGS
10014
 
  libdir=$save_libdir
10015
 
 
10016
 
  # This implies no fast_install, which is unacceptable.
10017
 
  # Some rework will be needed to allow for fast_install
10018
 
  # before this can be enabled.
10019
 
  hardcode_into_libs=yes
10020
 
 
10021
 
  # Append ld.so.conf contents to the search path
10022
 
  if test -f /etc/ld.so.conf; then
10023
 
    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[       ]*hwcap[        ]/d;s/[:,      ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
10024
 
    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10025
 
  fi
10026
 
 
10027
 
  # We used to test for /lib/ld.so.1 and disable shared libraries on
10028
 
  # powerpc, because MkLinux only supported shared libraries with the
10029
 
  # GNU dynamic linker.  Since this was broken with cross compilers,
10030
 
  # most powerpc-linux boxes support dynamic linking these days and
10031
 
  # people can always --disable-shared, the test was removed, and we
10032
 
  # assume the GNU/Linux dynamic linker is in use.
10033
 
  dynamic_linker='GNU/Linux ld.so'
10034
 
  ;;
10035
 
 
10036
 
netbsdelf*-gnu)
10037
 
  version_type=linux
10038
 
  need_lib_prefix=no
10039
 
  need_version=no
10040
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10041
 
  soname_spec='${libname}${release}${shared_ext}$major'
10042
 
  shlibpath_var=LD_LIBRARY_PATH
10043
 
  shlibpath_overrides_runpath=no
10044
 
  hardcode_into_libs=yes
10045
 
  dynamic_linker='NetBSD ld.elf_so'
10046
 
  ;;
10047
 
 
10048
 
netbsd*)
10049
 
  version_type=sunos
10050
 
  need_lib_prefix=no
10051
 
  need_version=no
10052
 
  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10053
 
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10054
 
    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10055
 
    dynamic_linker='NetBSD (a.out) ld.so'
10056
 
  else
10057
 
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10058
 
    soname_spec='${libname}${release}${shared_ext}$major'
10059
 
    dynamic_linker='NetBSD ld.elf_so'
10060
 
  fi
10061
 
  shlibpath_var=LD_LIBRARY_PATH
10062
 
  shlibpath_overrides_runpath=yes
10063
 
  hardcode_into_libs=yes
10064
 
  ;;
10065
 
 
10066
 
newsos6)
10067
 
  version_type=linux
10068
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10069
 
  shlibpath_var=LD_LIBRARY_PATH
10070
 
  shlibpath_overrides_runpath=yes
10071
 
  ;;
10072
 
 
10073
 
*nto* | *qnx*)
10074
 
  version_type=qnx
10075
 
  need_lib_prefix=no
10076
 
  need_version=no
10077
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10078
 
  soname_spec='${libname}${release}${shared_ext}$major'
10079
 
  shlibpath_var=LD_LIBRARY_PATH
10080
 
  shlibpath_overrides_runpath=no
10081
 
  hardcode_into_libs=yes
10082
 
  dynamic_linker='ldqnx.so'
10083
 
  ;;
10084
 
 
10085
 
openbsd*)
10086
 
  version_type=sunos
10087
 
  sys_lib_dlsearch_path_spec="/usr/lib"
10088
 
  need_lib_prefix=no
10089
 
  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10090
 
  case $host_os in
10091
 
    openbsd3.3 | openbsd3.3.*)  need_version=yes ;;
10092
 
    *)                          need_version=no  ;;
10093
 
  esac
10094
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10095
 
  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10096
 
  shlibpath_var=LD_LIBRARY_PATH
10097
 
  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10098
 
    case $host_os in
10099
 
      openbsd2.[89] | openbsd2.[89].*)
10100
 
        shlibpath_overrides_runpath=no
10101
 
        ;;
10102
 
      *)
10103
 
        shlibpath_overrides_runpath=yes
10104
 
        ;;
10105
 
      esac
10106
 
  else
10107
 
    shlibpath_overrides_runpath=yes
10108
 
  fi
10109
 
  ;;
10110
 
 
10111
 
os2*)
10112
 
  libname_spec='$name'
10113
 
  shrext_cmds=".dll"
10114
 
  need_lib_prefix=no
10115
 
  library_names_spec='$libname${shared_ext} $libname.a'
10116
 
  dynamic_linker='OS/2 ld.exe'
10117
 
  shlibpath_var=LIBPATH
10118
 
  ;;
10119
 
 
10120
 
osf3* | osf4* | osf5*)
10121
 
  version_type=osf
10122
 
  need_lib_prefix=no
10123
 
  need_version=no
10124
 
  soname_spec='${libname}${release}${shared_ext}$major'
10125
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10126
 
  shlibpath_var=LD_LIBRARY_PATH
10127
 
  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10128
 
  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10129
 
  ;;
10130
 
 
10131
 
rdos*)
10132
 
  dynamic_linker=no
10133
 
  ;;
10134
 
 
10135
 
solaris*)
10136
 
  version_type=linux
10137
 
  need_lib_prefix=no
10138
 
  need_version=no
10139
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10140
 
  soname_spec='${libname}${release}${shared_ext}$major'
10141
 
  shlibpath_var=LD_LIBRARY_PATH
10142
 
  shlibpath_overrides_runpath=yes
10143
 
  hardcode_into_libs=yes
10144
 
  # ldd complains unless libraries are executable
10145
 
  postinstall_cmds='chmod +x $lib'
10146
 
  ;;
10147
 
 
10148
 
sunos4*)
10149
 
  version_type=sunos
10150
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10151
 
  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10152
 
  shlibpath_var=LD_LIBRARY_PATH
10153
 
  shlibpath_overrides_runpath=yes
10154
 
  if test "$with_gnu_ld" = yes; then
10155
 
    need_lib_prefix=no
10156
 
  fi
10157
 
  need_version=yes
10158
 
  ;;
10159
 
 
10160
 
sysv4 | sysv4.3*)
10161
 
  version_type=linux
10162
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10163
 
  soname_spec='${libname}${release}${shared_ext}$major'
10164
 
  shlibpath_var=LD_LIBRARY_PATH
10165
 
  case $host_vendor in
10166
 
    sni)
10167
 
      shlibpath_overrides_runpath=no
10168
 
      need_lib_prefix=no
10169
 
      runpath_var=LD_RUN_PATH
10170
 
      ;;
10171
 
    siemens)
10172
 
      need_lib_prefix=no
10173
 
      ;;
10174
 
    motorola)
10175
 
      need_lib_prefix=no
10176
 
      need_version=no
10177
 
      shlibpath_overrides_runpath=no
10178
 
      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10179
 
      ;;
10180
 
  esac
10181
 
  ;;
10182
 
 
10183
 
sysv4*MP*)
10184
 
  if test -d /usr/nec ;then
10185
 
    version_type=linux
10186
 
    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10187
 
    soname_spec='$libname${shared_ext}.$major'
10188
 
    shlibpath_var=LD_LIBRARY_PATH
10189
 
  fi
10190
 
  ;;
10191
 
 
10192
 
sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10193
 
  version_type=freebsd-elf
10194
 
  need_lib_prefix=no
10195
 
  need_version=no
10196
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10197
 
  soname_spec='${libname}${release}${shared_ext}$major'
10198
 
  shlibpath_var=LD_LIBRARY_PATH
10199
 
  shlibpath_overrides_runpath=yes
10200
 
  hardcode_into_libs=yes
10201
 
  if test "$with_gnu_ld" = yes; then
10202
 
    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10203
 
  else
10204
 
    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10205
 
    case $host_os in
10206
 
      sco3.2v5*)
10207
 
        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10208
 
        ;;
10209
 
    esac
10210
 
  fi
10211
 
  sys_lib_dlsearch_path_spec='/usr/lib'
10212
 
  ;;
10213
 
 
10214
 
tpf*)
10215
 
  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
10216
 
  version_type=linux
10217
 
  need_lib_prefix=no
10218
 
  need_version=no
10219
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10220
 
  shlibpath_var=LD_LIBRARY_PATH
10221
 
  shlibpath_overrides_runpath=no
10222
 
  hardcode_into_libs=yes
10223
 
  ;;
10224
 
 
10225
 
uts4*)
10226
 
  version_type=linux
10227
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10228
 
  soname_spec='${libname}${release}${shared_ext}$major'
10229
 
  shlibpath_var=LD_LIBRARY_PATH
10230
 
  ;;
10231
 
 
10232
 
*)
10233
 
  dynamic_linker=no
10234
 
  ;;
10235
 
esac
10236
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10237
 
$as_echo "$dynamic_linker" >&6; }
10238
 
test "$dynamic_linker" = no && can_build_shared=no
10239
 
 
10240
 
variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10241
 
if test "$GCC" = yes; then
10242
 
  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10243
 
fi
10244
 
 
10245
 
if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10246
 
  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10247
 
fi
10248
 
if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10249
 
  sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10250
 
fi
10251
 
 
10252
 
 
10253
 
 
10254
 
 
10255
 
 
10256
 
 
10257
 
 
10258
 
 
10259
 
 
10260
 
 
10261
 
 
10262
 
 
10263
 
 
10264
 
 
10265
 
 
10266
 
 
10267
 
 
10268
 
 
10269
 
 
10270
 
 
10271
 
 
10272
 
 
10273
 
 
10274
 
 
10275
 
 
10276
 
 
10277
 
 
10278
 
 
10279
 
 
10280
 
 
10281
 
 
10282
 
 
10283
 
 
10284
 
 
10285
 
 
10286
 
 
10287
 
 
10288
 
 
10289
 
 
10290
 
 
10291
 
 
10292
 
 
10293
 
 
10294
 
 
10295
 
 
10296
 
 
10297
 
 
10298
 
 
10299
 
 
10300
 
 
10301
 
 
10302
 
 
10303
 
 
10304
 
 
10305
 
 
10306
 
 
10307
 
 
10308
 
 
10309
 
 
10310
 
 
10311
 
 
10312
 
 
10313
 
 
10314
 
 
10315
 
 
10316
 
 
10317
 
 
10318
 
 
10319
 
 
10320
 
 
10321
 
 
10322
 
 
10323
 
 
10324
 
 
10325
 
 
10326
 
 
10327
 
 
10328
 
 
10329
 
 
10330
 
 
10331
 
 
10332
 
 
10333
 
 
10334
 
 
10335
 
 
10336
 
 
10337
 
 
10338
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10339
 
$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10340
 
hardcode_action=
10341
 
if test -n "$hardcode_libdir_flag_spec" ||
10342
 
   test -n "$runpath_var" ||
10343
 
   test "X$hardcode_automatic" = "Xyes" ; then
10344
 
 
10345
 
  # We can hardcode non-existent directories.
10346
 
  if test "$hardcode_direct" != no &&
10347
 
     # If the only mechanism to avoid hardcoding is shlibpath_var, we
10348
 
     # have to relink, otherwise we might link with an installed library
10349
 
     # when we should be linking with a yet-to-be-installed one
10350
 
     ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10351
 
     test "$hardcode_minus_L" != no; then
10352
 
    # Linking always hardcodes the temporary library directory.
10353
 
    hardcode_action=relink
10354
 
  else
10355
 
    # We can link without hardcoding, and we can hardcode nonexisting dirs.
10356
 
    hardcode_action=immediate
10357
 
  fi
10358
 
else
10359
 
  # We cannot hardcode anything, or else we can only hardcode existing
10360
 
  # directories.
10361
 
  hardcode_action=unsupported
10362
 
fi
10363
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10364
 
$as_echo "$hardcode_action" >&6; }
10365
 
 
10366
 
if test "$hardcode_action" = relink ||
10367
 
   test "$inherit_rpath" = yes; then
10368
 
  # Fast installation is not supported
10369
 
  enable_fast_install=no
10370
 
elif test "$shlibpath_overrides_runpath" = yes ||
10371
 
     test "$enable_shared" = no; then
10372
 
  # Fast installation is not necessary
10373
 
  enable_fast_install=needless
10374
 
fi
10375
 
 
10376
 
 
10377
 
 
10378
 
 
10379
 
 
10380
 
 
10381
 
  if test "x$enable_dlopen" != xyes; then
10382
 
  enable_dlopen=unknown
10383
 
  enable_dlopen_self=unknown
10384
 
  enable_dlopen_self_static=unknown
10385
 
else
10386
 
  lt_cv_dlopen=no
10387
 
  lt_cv_dlopen_libs=
10388
 
 
10389
 
  case $host_os in
10390
 
  beos*)
10391
 
    lt_cv_dlopen="load_add_on"
10392
 
    lt_cv_dlopen_libs=
10393
 
    lt_cv_dlopen_self=yes
10394
 
    ;;
10395
 
 
10396
 
  mingw* | pw32* | cegcc*)
10397
 
    lt_cv_dlopen="LoadLibrary"
10398
 
    lt_cv_dlopen_libs=
10399
 
    ;;
10400
 
 
10401
 
  cygwin*)
10402
 
    lt_cv_dlopen="dlopen"
10403
 
    lt_cv_dlopen_libs=
10404
 
    ;;
10405
 
 
10406
 
  darwin*)
10407
 
  # if libdl is installed we need to link against it
10408
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10409
 
$as_echo_n "checking for dlopen in -ldl... " >&6; }
10410
 
if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10411
 
  $as_echo_n "(cached) " >&6
10412
 
else
10413
 
  ac_check_lib_save_LIBS=$LIBS
10414
 
LIBS="-ldl  $LIBS"
10415
 
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10416
 
/* end confdefs.h.  */
10417
 
 
10418
 
/* Override any GCC internal prototype to avoid an error.
10419
 
   Use char because int might match the return type of a GCC
10420
 
   builtin and then its argument prototype would still apply.  */
10421
 
#ifdef __cplusplus
10422
 
extern "C"
10423
 
#endif
10424
 
char dlopen ();
10425
 
int
10426
 
main ()
10427
 
{
10428
 
return dlopen ();
10429
 
  ;
10430
 
  return 0;
10431
 
}
10432
 
_ACEOF
10433
 
if ac_fn_c_try_link "$LINENO"; then :
10434
 
  ac_cv_lib_dl_dlopen=yes
10435
 
else
10436
 
  ac_cv_lib_dl_dlopen=no
10437
 
fi
10438
 
rm -f core conftest.err conftest.$ac_objext \
10439
 
    conftest$ac_exeext conftest.$ac_ext
10440
 
LIBS=$ac_check_lib_save_LIBS
10441
 
fi
10442
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10443
 
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10444
 
if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10445
 
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10446
 
else
10447
 
 
10448
 
    lt_cv_dlopen="dyld"
10449
 
    lt_cv_dlopen_libs=
10450
 
    lt_cv_dlopen_self=yes
10451
 
 
10452
 
fi
10453
 
 
10454
 
    ;;
10455
 
 
10456
 
  *)
10457
 
    ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10458
 
if test "x$ac_cv_func_shl_load" = x""yes; then :
10459
 
  lt_cv_dlopen="shl_load"
10460
 
else
10461
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10462
 
$as_echo_n "checking for shl_load in -ldld... " >&6; }
10463
 
if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10464
 
  $as_echo_n "(cached) " >&6
10465
 
else
10466
 
  ac_check_lib_save_LIBS=$LIBS
10467
 
LIBS="-ldld  $LIBS"
10468
 
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10469
 
/* end confdefs.h.  */
10470
 
 
10471
 
/* Override any GCC internal prototype to avoid an error.
10472
 
   Use char because int might match the return type of a GCC
10473
 
   builtin and then its argument prototype would still apply.  */
10474
 
#ifdef __cplusplus
10475
 
extern "C"
10476
 
#endif
10477
 
char shl_load ();
10478
 
int
10479
 
main ()
10480
 
{
10481
 
return shl_load ();
10482
 
  ;
10483
 
  return 0;
10484
 
}
10485
 
_ACEOF
10486
 
if ac_fn_c_try_link "$LINENO"; then :
10487
 
  ac_cv_lib_dld_shl_load=yes
10488
 
else
10489
 
  ac_cv_lib_dld_shl_load=no
10490
 
fi
10491
 
rm -f core conftest.err conftest.$ac_objext \
10492
 
    conftest$ac_exeext conftest.$ac_ext
10493
 
LIBS=$ac_check_lib_save_LIBS
10494
 
fi
10495
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10496
 
$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10497
 
if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
10498
 
  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10499
 
else
10500
 
  ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10501
 
if test "x$ac_cv_func_dlopen" = x""yes; then :
10502
 
  lt_cv_dlopen="dlopen"
10503
 
else
10504
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10505
 
$as_echo_n "checking for dlopen in -ldl... " >&6; }
10506
 
if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10507
 
  $as_echo_n "(cached) " >&6
10508
 
else
10509
 
  ac_check_lib_save_LIBS=$LIBS
10510
 
LIBS="-ldl  $LIBS"
10511
 
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10512
 
/* end confdefs.h.  */
10513
 
 
10514
 
/* Override any GCC internal prototype to avoid an error.
10515
 
   Use char because int might match the return type of a GCC
10516
 
   builtin and then its argument prototype would still apply.  */
10517
 
#ifdef __cplusplus
10518
 
extern "C"
10519
 
#endif
10520
 
char dlopen ();
10521
 
int
10522
 
main ()
10523
 
{
10524
 
return dlopen ();
10525
 
  ;
10526
 
  return 0;
10527
 
}
10528
 
_ACEOF
10529
 
if ac_fn_c_try_link "$LINENO"; then :
10530
 
  ac_cv_lib_dl_dlopen=yes
10531
 
else
10532
 
  ac_cv_lib_dl_dlopen=no
10533
 
fi
10534
 
rm -f core conftest.err conftest.$ac_objext \
10535
 
    conftest$ac_exeext conftest.$ac_ext
10536
 
LIBS=$ac_check_lib_save_LIBS
10537
 
fi
10538
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10539
 
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10540
 
if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10541
 
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10542
 
else
10543
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10544
 
$as_echo_n "checking for dlopen in -lsvld... " >&6; }
10545
 
if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
10546
 
  $as_echo_n "(cached) " >&6
10547
 
else
10548
 
  ac_check_lib_save_LIBS=$LIBS
10549
 
LIBS="-lsvld  $LIBS"
10550
 
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10551
 
/* end confdefs.h.  */
10552
 
 
10553
 
/* Override any GCC internal prototype to avoid an error.
10554
 
   Use char because int might match the return type of a GCC
10555
 
   builtin and then its argument prototype would still apply.  */
10556
 
#ifdef __cplusplus
10557
 
extern "C"
10558
 
#endif
10559
 
char dlopen ();
10560
 
int
10561
 
main ()
10562
 
{
10563
 
return dlopen ();
10564
 
  ;
10565
 
  return 0;
10566
 
}
10567
 
_ACEOF
10568
 
if ac_fn_c_try_link "$LINENO"; then :
10569
 
  ac_cv_lib_svld_dlopen=yes
10570
 
else
10571
 
  ac_cv_lib_svld_dlopen=no
10572
 
fi
10573
 
rm -f core conftest.err conftest.$ac_objext \
10574
 
    conftest$ac_exeext conftest.$ac_ext
10575
 
LIBS=$ac_check_lib_save_LIBS
10576
 
fi
10577
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10578
 
$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10579
 
if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
10580
 
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10581
 
else
10582
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10583
 
$as_echo_n "checking for dld_link in -ldld... " >&6; }
10584
 
if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
10585
 
  $as_echo_n "(cached) " >&6
10586
 
else
10587
 
  ac_check_lib_save_LIBS=$LIBS
10588
 
LIBS="-ldld  $LIBS"
10589
 
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10590
 
/* end confdefs.h.  */
10591
 
 
10592
 
/* Override any GCC internal prototype to avoid an error.
10593
 
   Use char because int might match the return type of a GCC
10594
 
   builtin and then its argument prototype would still apply.  */
10595
 
#ifdef __cplusplus
10596
 
extern "C"
10597
 
#endif
10598
 
char dld_link ();
10599
 
int
10600
 
main ()
10601
 
{
10602
 
return dld_link ();
10603
 
  ;
10604
 
  return 0;
10605
 
}
10606
 
_ACEOF
10607
 
if ac_fn_c_try_link "$LINENO"; then :
10608
 
  ac_cv_lib_dld_dld_link=yes
10609
 
else
10610
 
  ac_cv_lib_dld_dld_link=no
10611
 
fi
10612
 
rm -f core conftest.err conftest.$ac_objext \
10613
 
    conftest$ac_exeext conftest.$ac_ext
10614
 
LIBS=$ac_check_lib_save_LIBS
10615
 
fi
10616
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10617
 
$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10618
 
if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
10619
 
  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10620
 
fi
10621
 
 
10622
 
 
10623
 
fi
10624
 
 
10625
 
 
10626
 
fi
10627
 
 
10628
 
 
10629
 
fi
10630
 
 
10631
 
 
10632
 
fi
10633
 
 
10634
 
 
10635
 
fi
10636
 
 
10637
 
    ;;
10638
 
  esac
10639
 
 
10640
 
  if test "x$lt_cv_dlopen" != xno; then
10641
 
    enable_dlopen=yes
10642
 
  else
10643
 
    enable_dlopen=no
10644
 
  fi
10645
 
 
10646
 
  case $lt_cv_dlopen in
10647
 
  dlopen)
10648
 
    save_CPPFLAGS="$CPPFLAGS"
10649
 
    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10650
 
 
10651
 
    save_LDFLAGS="$LDFLAGS"
10652
 
    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10653
 
 
10654
 
    save_LIBS="$LIBS"
10655
 
    LIBS="$lt_cv_dlopen_libs $LIBS"
10656
 
 
10657
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10658
 
$as_echo_n "checking whether a program can dlopen itself... " >&6; }
10659
 
if test "${lt_cv_dlopen_self+set}" = set; then :
10660
 
  $as_echo_n "(cached) " >&6
10661
 
else
10662
 
          if test "$cross_compiling" = yes; then :
10663
 
  lt_cv_dlopen_self=cross
10664
 
else
10665
 
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10666
 
  lt_status=$lt_dlunknown
10667
 
  cat > conftest.$ac_ext <<_LT_EOF
10668
 
#line 10668 "configure"
10669
 
#include "confdefs.h"
10670
 
 
10671
 
#if HAVE_DLFCN_H
10672
 
#include <dlfcn.h>
10673
 
#endif
10674
 
 
10675
 
#include <stdio.h>
10676
 
 
10677
 
#ifdef RTLD_GLOBAL
10678
 
#  define LT_DLGLOBAL           RTLD_GLOBAL
10679
 
#else
10680
 
#  ifdef DL_GLOBAL
10681
 
#    define LT_DLGLOBAL         DL_GLOBAL
10682
 
#  else
10683
 
#    define LT_DLGLOBAL         0
10684
 
#  endif
10685
 
#endif
10686
 
 
10687
 
/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10688
 
   find out it does not work in some platform. */
10689
 
#ifndef LT_DLLAZY_OR_NOW
10690
 
#  ifdef RTLD_LAZY
10691
 
#    define LT_DLLAZY_OR_NOW            RTLD_LAZY
10692
 
#  else
10693
 
#    ifdef DL_LAZY
10694
 
#      define LT_DLLAZY_OR_NOW          DL_LAZY
10695
 
#    else
10696
 
#      ifdef RTLD_NOW
10697
 
#        define LT_DLLAZY_OR_NOW        RTLD_NOW
10698
 
#      else
10699
 
#        ifdef DL_NOW
10700
 
#          define LT_DLLAZY_OR_NOW      DL_NOW
10701
 
#        else
10702
 
#          define LT_DLLAZY_OR_NOW      0
10703
 
#        endif
10704
 
#      endif
10705
 
#    endif
10706
 
#  endif
10707
 
#endif
10708
 
 
10709
 
void fnord() { int i=42;}
10710
 
int main ()
10711
 
{
10712
 
  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10713
 
  int status = $lt_dlunknown;
10714
 
 
10715
 
  if (self)
10716
 
    {
10717
 
      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
10718
 
      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10719
 
      /* dlclose (self); */
10720
 
    }
10721
 
  else
10722
 
    puts (dlerror ());
10723
 
 
10724
 
  return status;
10725
 
}
10726
 
_LT_EOF
10727
 
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10728
 
  (eval $ac_link) 2>&5
10729
 
  ac_status=$?
10730
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10731
 
  test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10732
 
    (./conftest; exit; ) >&5 2>/dev/null
10733
 
    lt_status=$?
10734
 
    case x$lt_status in
10735
 
      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10736
 
      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10737
 
      x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10738
 
    esac
10739
 
  else :
10740
 
    # compilation failed
10741
 
    lt_cv_dlopen_self=no
10742
 
  fi
10743
 
fi
10744
 
rm -fr conftest*
10745
 
 
10746
 
 
10747
 
fi
10748
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10749
 
$as_echo "$lt_cv_dlopen_self" >&6; }
10750
 
 
10751
 
    if test "x$lt_cv_dlopen_self" = xyes; then
10752
 
      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10753
 
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10754
 
$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10755
 
if test "${lt_cv_dlopen_self_static+set}" = set; then :
10756
 
  $as_echo_n "(cached) " >&6
10757
 
else
10758
 
          if test "$cross_compiling" = yes; then :
10759
 
  lt_cv_dlopen_self_static=cross
10760
 
else
10761
 
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10762
 
  lt_status=$lt_dlunknown
10763
 
  cat > conftest.$ac_ext <<_LT_EOF
10764
 
#line 10764 "configure"
10765
 
#include "confdefs.h"
10766
 
 
10767
 
#if HAVE_DLFCN_H
10768
 
#include <dlfcn.h>
10769
 
#endif
10770
 
 
10771
 
#include <stdio.h>
10772
 
 
10773
 
#ifdef RTLD_GLOBAL
10774
 
#  define LT_DLGLOBAL           RTLD_GLOBAL
10775
 
#else
10776
 
#  ifdef DL_GLOBAL
10777
 
#    define LT_DLGLOBAL         DL_GLOBAL
10778
 
#  else
10779
 
#    define LT_DLGLOBAL         0
10780
 
#  endif
10781
 
#endif
10782
 
 
10783
 
/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10784
 
   find out it does not work in some platform. */
10785
 
#ifndef LT_DLLAZY_OR_NOW
10786
 
#  ifdef RTLD_LAZY
10787
 
#    define LT_DLLAZY_OR_NOW            RTLD_LAZY
10788
 
#  else
10789
 
#    ifdef DL_LAZY
10790
 
#      define LT_DLLAZY_OR_NOW          DL_LAZY
10791
 
#    else
10792
 
#      ifdef RTLD_NOW
10793
 
#        define LT_DLLAZY_OR_NOW        RTLD_NOW
10794
 
#      else
10795
 
#        ifdef DL_NOW
10796
 
#          define LT_DLLAZY_OR_NOW      DL_NOW
10797
 
#        else
10798
 
#          define LT_DLLAZY_OR_NOW      0
10799
 
#        endif
10800
 
#      endif
10801
 
#    endif
10802
 
#  endif
10803
 
#endif
10804
 
 
10805
 
void fnord() { int i=42;}
10806
 
int main ()
10807
 
{
10808
 
  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10809
 
  int status = $lt_dlunknown;
10810
 
 
10811
 
  if (self)
10812
 
    {
10813
 
      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
10814
 
      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10815
 
      /* dlclose (self); */
10816
 
    }
10817
 
  else
10818
 
    puts (dlerror ());
10819
 
 
10820
 
  return status;
10821
 
}
10822
 
_LT_EOF
10823
 
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10824
 
  (eval $ac_link) 2>&5
10825
 
  ac_status=$?
10826
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10827
 
  test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10828
 
    (./conftest; exit; ) >&5 2>/dev/null
10829
 
    lt_status=$?
10830
 
    case x$lt_status in
10831
 
      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10832
 
      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10833
 
      x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10834
 
    esac
10835
 
  else :
10836
 
    # compilation failed
10837
 
    lt_cv_dlopen_self_static=no
10838
 
  fi
10839
 
fi
10840
 
rm -fr conftest*
10841
 
 
10842
 
 
10843
 
fi
10844
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10845
 
$as_echo "$lt_cv_dlopen_self_static" >&6; }
10846
 
    fi
10847
 
 
10848
 
    CPPFLAGS="$save_CPPFLAGS"
10849
 
    LDFLAGS="$save_LDFLAGS"
10850
 
    LIBS="$save_LIBS"
10851
 
    ;;
10852
 
  esac
10853
 
 
10854
 
  case $lt_cv_dlopen_self in
10855
 
  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10856
 
  *) enable_dlopen_self=unknown ;;
10857
 
  esac
10858
 
 
10859
 
  case $lt_cv_dlopen_self_static in
10860
 
  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10861
 
  *) enable_dlopen_self_static=unknown ;;
10862
 
  esac
10863
 
fi
10864
 
 
10865
 
 
10866
 
 
10867
 
 
10868
 
 
10869
 
 
10870
 
 
10871
 
 
10872
 
 
10873
 
 
10874
 
 
10875
 
 
10876
 
 
10877
 
 
10878
 
 
10879
 
 
10880
 
 
10881
 
striplib=
10882
 
old_striplib=
10883
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10884
 
$as_echo_n "checking whether stripping libraries is possible... " >&6; }
10885
 
if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10886
 
  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10887
 
  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10888
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10889
 
$as_echo "yes" >&6; }
10890
 
else
10891
 
# FIXME - insert some real tests, host_os isn't really good enough
10892
 
  case $host_os in
10893
 
  darwin*)
10894
 
    if test -n "$STRIP" ; then
10895
 
      striplib="$STRIP -x"
10896
 
      old_striplib="$STRIP -S"
10897
 
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10898
 
$as_echo "yes" >&6; }
10899
 
    else
10900
 
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10901
 
$as_echo "no" >&6; }
10902
 
    fi
10903
 
    ;;
10904
 
  *)
10905
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10906
 
$as_echo "no" >&6; }
10907
 
    ;;
10908
 
  esac
10909
 
fi
10910
 
 
10911
 
 
10912
 
 
10913
 
 
10914
 
 
10915
 
 
10916
 
 
10917
 
 
10918
 
 
10919
 
 
10920
 
 
10921
 
 
10922
 
  # Report which library types will actually be built
10923
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10924
 
$as_echo_n "checking if libtool supports shared libraries... " >&6; }
10925
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10926
 
$as_echo "$can_build_shared" >&6; }
10927
 
 
10928
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10929
 
$as_echo_n "checking whether to build shared libraries... " >&6; }
10930
 
  test "$can_build_shared" = "no" && enable_shared=no
10931
 
 
10932
 
  # On AIX, shared libraries and static libraries use the same namespace, and
10933
 
  # are all built from PIC.
10934
 
  case $host_os in
10935
 
  aix3*)
10936
 
    test "$enable_shared" = yes && enable_static=no
10937
 
    if test -n "$RANLIB"; then
10938
 
      archive_cmds="$archive_cmds~\$RANLIB \$lib"
10939
 
      postinstall_cmds='$RANLIB $lib'
10940
 
    fi
10941
 
    ;;
10942
 
 
10943
 
  aix[4-9]*)
10944
 
    if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10945
 
      test "$enable_shared" = yes && enable_static=no
10946
 
    fi
10947
 
    ;;
10948
 
  esac
10949
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
10950
 
$as_echo "$enable_shared" >&6; }
10951
 
 
10952
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
10953
 
$as_echo_n "checking whether to build static libraries... " >&6; }
10954
 
  # Make sure either enable_shared or enable_static is yes.
10955
 
  test "$enable_shared" = yes || enable_static=yes
10956
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
10957
 
$as_echo "$enable_static" >&6; }
10958
 
 
10959
 
 
10960
 
 
10961
 
 
10962
 
fi
10963
 
ac_ext=c
10964
 
ac_cpp='$CPP $CPPFLAGS'
10965
 
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10966
 
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10967
 
ac_compiler_gnu=$ac_cv_c_compiler_gnu
10968
 
 
10969
 
CC="$lt_save_CC"
10970
 
 
10971
 
 
10972
 
 
10973
 
 
10974
 
 
10975
 
 
10976
 
 
10977
 
 
10978
 
 
10979
 
 
10980
 
 
10981
 
 
10982
 
 
10983
 
        ac_config_commands="$ac_config_commands libtool"
10984
 
 
10985
 
 
10986
 
 
10987
 
 
10988
 
# Only expand once:
10989
 
 
10990
 
 
10991
 
 
10992
 
 
10993
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
10994
 
$as_echo_n "checking whether NLS is requested... " >&6; }
10995
 
    # Check whether --enable-nls was given.
10996
 
if test "${enable_nls+set}" = set; then :
10997
 
  enableval=$enable_nls; USE_NLS=$enableval
10998
 
else
10999
 
  USE_NLS=yes
11000
 
fi
11001
 
 
11002
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
11003
 
$as_echo "$USE_NLS" >&6; }
11004
 
 
11005
 
 
11006
 
 
11007
 
 
11008
 
case "$am__api_version" in
11009
 
    1.01234)
11010
 
        as_fn_error "Automake 1.5 or newer is required to use intltool" "$LINENO" 5
11011
 
    ;;
11012
 
    *)
11013
 
    ;;
11014
 
esac
11015
 
 
11016
 
if test -n ""; then
11017
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for intltool >= " >&5
11018
 
$as_echo_n "checking for intltool >= ... " >&6; }
11019
 
 
11020
 
    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo  | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
11021
 
    INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
11022
 
    INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
11023
 
 
11024
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&5
11025
 
$as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; }
11026
 
    test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
11027
 
        as_fn_error "Your intltool is too old.  You need intltool  or later." "$LINENO" 5
11028
 
fi
11029
 
 
11030
 
# Extract the first word of "intltool-update", so it can be a program name with args.
11031
 
set dummy intltool-update; ac_word=$2
11032
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11033
 
$as_echo_n "checking for $ac_word... " >&6; }
11034
 
if test "${ac_cv_path_INTLTOOL_UPDATE+set}" = set; then :
11035
 
  $as_echo_n "(cached) " >&6
11036
 
else
11037
 
  case $INTLTOOL_UPDATE in
11038
 
  [\\/]* | ?:[\\/]*)
11039
 
  ac_cv_path_INTLTOOL_UPDATE="$INTLTOOL_UPDATE" # Let the user override the test with a path.
11040
 
  ;;
11041
 
  *)
11042
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11043
 
for as_dir in $PATH
11044
 
do
11045
 
  IFS=$as_save_IFS
11046
 
  test -z "$as_dir" && as_dir=.
11047
 
    for ac_exec_ext in '' $ac_executable_extensions; do
11048
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11049
 
    ac_cv_path_INTLTOOL_UPDATE="$as_dir/$ac_word$ac_exec_ext"
11050
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11051
 
    break 2
11052
 
  fi
11053
 
done
11054
 
  done
11055
 
IFS=$as_save_IFS
11056
 
 
11057
 
  ;;
11058
 
esac
11059
 
fi
11060
 
INTLTOOL_UPDATE=$ac_cv_path_INTLTOOL_UPDATE
11061
 
if test -n "$INTLTOOL_UPDATE"; then
11062
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_UPDATE" >&5
11063
 
$as_echo "$INTLTOOL_UPDATE" >&6; }
11064
 
else
11065
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11066
 
$as_echo "no" >&6; }
11067
 
fi
11068
 
 
11069
 
 
11070
 
# Extract the first word of "intltool-merge", so it can be a program name with args.
11071
 
set dummy intltool-merge; ac_word=$2
11072
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11073
 
$as_echo_n "checking for $ac_word... " >&6; }
11074
 
if test "${ac_cv_path_INTLTOOL_MERGE+set}" = set; then :
11075
 
  $as_echo_n "(cached) " >&6
11076
 
else
11077
 
  case $INTLTOOL_MERGE in
11078
 
  [\\/]* | ?:[\\/]*)
11079
 
  ac_cv_path_INTLTOOL_MERGE="$INTLTOOL_MERGE" # Let the user override the test with a path.
11080
 
  ;;
11081
 
  *)
11082
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11083
 
for as_dir in $PATH
11084
 
do
11085
 
  IFS=$as_save_IFS
11086
 
  test -z "$as_dir" && as_dir=.
11087
 
    for ac_exec_ext in '' $ac_executable_extensions; do
11088
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11089
 
    ac_cv_path_INTLTOOL_MERGE="$as_dir/$ac_word$ac_exec_ext"
11090
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11091
 
    break 2
11092
 
  fi
11093
 
done
11094
 
  done
11095
 
IFS=$as_save_IFS
11096
 
 
11097
 
  ;;
11098
 
esac
11099
 
fi
11100
 
INTLTOOL_MERGE=$ac_cv_path_INTLTOOL_MERGE
11101
 
if test -n "$INTLTOOL_MERGE"; then
11102
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_MERGE" >&5
11103
 
$as_echo "$INTLTOOL_MERGE" >&6; }
11104
 
else
11105
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11106
 
$as_echo "no" >&6; }
11107
 
fi
11108
 
 
11109
 
 
11110
 
# Extract the first word of "intltool-extract", so it can be a program name with args.
11111
 
set dummy intltool-extract; ac_word=$2
11112
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11113
 
$as_echo_n "checking for $ac_word... " >&6; }
11114
 
if test "${ac_cv_path_INTLTOOL_EXTRACT+set}" = set; then :
11115
 
  $as_echo_n "(cached) " >&6
11116
 
else
11117
 
  case $INTLTOOL_EXTRACT in
11118
 
  [\\/]* | ?:[\\/]*)
11119
 
  ac_cv_path_INTLTOOL_EXTRACT="$INTLTOOL_EXTRACT" # Let the user override the test with a path.
11120
 
  ;;
11121
 
  *)
11122
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11123
 
for as_dir in $PATH
11124
 
do
11125
 
  IFS=$as_save_IFS
11126
 
  test -z "$as_dir" && as_dir=.
11127
 
    for ac_exec_ext in '' $ac_executable_extensions; do
11128
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11129
 
    ac_cv_path_INTLTOOL_EXTRACT="$as_dir/$ac_word$ac_exec_ext"
11130
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11131
 
    break 2
11132
 
  fi
11133
 
done
11134
 
  done
11135
 
IFS=$as_save_IFS
11136
 
 
11137
 
  ;;
11138
 
esac
11139
 
fi
11140
 
INTLTOOL_EXTRACT=$ac_cv_path_INTLTOOL_EXTRACT
11141
 
if test -n "$INTLTOOL_EXTRACT"; then
11142
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_EXTRACT" >&5
11143
 
$as_echo "$INTLTOOL_EXTRACT" >&6; }
11144
 
else
11145
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11146
 
$as_echo "no" >&6; }
11147
 
fi
11148
 
 
11149
 
 
11150
 
if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then
11151
 
    as_fn_error "The intltool scripts were not found. Please install intltool." "$LINENO" 5
11152
 
fi
11153
 
 
11154
 
  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 $< $@'
11155
 
INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.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 $< $@'
11156
 
     INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
11157
 
     INTLTOOL_PROP_RULE='%.prop:      %.prop.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 $< $@'
11158
 
      INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
11159
 
     INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
11160
 
   INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
11161
 
    INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
11162
 
INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.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 $< $@'
11163
 
       INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
11164
 
      INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
11165
 
      INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
11166
 
      INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
11167
 
      INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
11168
 
    INTLTOOL_CAVES_RULE='%.caves:     %.caves.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 $< $@'
11169
 
  INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
11170
 
    INTLTOOL_THEME_RULE='%.theme:     %.theme.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 $< $@'
11171
 
    INTLTOOL_SERVICE_RULE='%.service: %.service.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 $< $@'
11172
 
   INTLTOOL_POLICY_RULE='%.policy:    %.policy.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
11173
 
 
11174
 
 
11175
 
 
11176
 
 
11177
 
 
11178
 
 
11179
 
 
11180
 
 
11181
 
 
11182
 
 
11183
 
 
11184
 
 
11185
 
 
11186
 
 
11187
 
 
11188
 
 
11189
 
 
11190
 
 
11191
 
 
11192
 
 
11193
 
 
11194
 
 
11195
 
 
11196
 
 
11197
 
 
11198
 
 
11199
 
 
11200
 
 
11201
 
 
11202
 
 
11203
 
 
11204
 
 
11205
 
 
11206
 
 
11207
 
 
11208
 
 
11209
 
 
11210
 
 
11211
 
 
11212
 
 
11213
 
 
11214
 
 
11215
 
 
11216
 
 
11217
 
 
11218
 
 
11219
 
 
11220
 
 
11221
 
 
11222
 
 
11223
 
 
11224
 
 
11225
 
 
11226
 
 
11227
 
 
11228
 
 
11229
 
 
11230
 
 
11231
 
 
11232
 
 
11233
 
 
11234
 
 
11235
 
 
11236
 
 
11237
 
 
11238
 
 
11239
 
 
11240
 
 
11241
 
 
11242
 
 
11243
 
 
11244
 
 
11245
 
 
11246
 
 
11247
 
 
11248
 
 
11249
 
 
11250
 
 
11251
 
 
11252
 
 
11253
 
 
11254
 
 
11255
 
 
11256
 
 
11257
 
 
11258
 
 
11259
 
 
11260
 
 
11261
 
 
11262
 
 
11263
 
 
11264
 
 
11265
 
 
11266
 
 
11267
 
 
11268
 
 
11269
 
 
11270
 
# Check the gettext tools to make sure they are GNU
11271
 
# Extract the first word of "xgettext", so it can be a program name with args.
11272
 
set dummy xgettext; ac_word=$2
11273
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11274
 
$as_echo_n "checking for $ac_word... " >&6; }
11275
 
if test "${ac_cv_path_XGETTEXT+set}" = set; then :
11276
 
  $as_echo_n "(cached) " >&6
11277
 
else
11278
 
  case $XGETTEXT in
11279
 
  [\\/]* | ?:[\\/]*)
11280
 
  ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
11281
 
  ;;
11282
 
  *)
11283
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11284
 
for as_dir in $PATH
11285
 
do
11286
 
  IFS=$as_save_IFS
11287
 
  test -z "$as_dir" && as_dir=.
11288
 
    for ac_exec_ext in '' $ac_executable_extensions; do
11289
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11290
 
    ac_cv_path_XGETTEXT="$as_dir/$ac_word$ac_exec_ext"
11291
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11292
 
    break 2
11293
 
  fi
11294
 
done
11295
 
  done
11296
 
IFS=$as_save_IFS
11297
 
 
11298
 
  ;;
11299
 
esac
11300
 
fi
11301
 
XGETTEXT=$ac_cv_path_XGETTEXT
11302
 
if test -n "$XGETTEXT"; then
11303
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
11304
 
$as_echo "$XGETTEXT" >&6; }
11305
 
else
11306
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11307
 
$as_echo "no" >&6; }
11308
 
fi
11309
 
 
11310
 
 
11311
 
# Extract the first word of "msgmerge", so it can be a program name with args.
11312
 
set dummy msgmerge; ac_word=$2
11313
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11314
 
$as_echo_n "checking for $ac_word... " >&6; }
11315
 
if test "${ac_cv_path_MSGMERGE+set}" = set; then :
11316
 
  $as_echo_n "(cached) " >&6
11317
 
else
11318
 
  case $MSGMERGE in
11319
 
  [\\/]* | ?:[\\/]*)
11320
 
  ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
11321
 
  ;;
11322
 
  *)
11323
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11324
 
for as_dir in $PATH
11325
 
do
11326
 
  IFS=$as_save_IFS
11327
 
  test -z "$as_dir" && as_dir=.
11328
 
    for ac_exec_ext in '' $ac_executable_extensions; do
11329
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11330
 
    ac_cv_path_MSGMERGE="$as_dir/$ac_word$ac_exec_ext"
11331
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11332
 
    break 2
11333
 
  fi
11334
 
done
11335
 
  done
11336
 
IFS=$as_save_IFS
11337
 
 
11338
 
  ;;
11339
 
esac
11340
 
fi
11341
 
MSGMERGE=$ac_cv_path_MSGMERGE
11342
 
if test -n "$MSGMERGE"; then
11343
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
11344
 
$as_echo "$MSGMERGE" >&6; }
11345
 
else
11346
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11347
 
$as_echo "no" >&6; }
11348
 
fi
11349
 
 
11350
 
 
11351
 
# Extract the first word of "msgfmt", so it can be a program name with args.
11352
 
set dummy msgfmt; ac_word=$2
11353
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11354
 
$as_echo_n "checking for $ac_word... " >&6; }
11355
 
if test "${ac_cv_path_MSGFMT+set}" = set; then :
11356
 
  $as_echo_n "(cached) " >&6
11357
 
else
11358
 
  case $MSGFMT in
11359
 
  [\\/]* | ?:[\\/]*)
11360
 
  ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
11361
 
  ;;
11362
 
  *)
11363
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11364
 
for as_dir in $PATH
11365
 
do
11366
 
  IFS=$as_save_IFS
11367
 
  test -z "$as_dir" && as_dir=.
11368
 
    for ac_exec_ext in '' $ac_executable_extensions; do
11369
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11370
 
    ac_cv_path_MSGFMT="$as_dir/$ac_word$ac_exec_ext"
11371
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11372
 
    break 2
11373
 
  fi
11374
 
done
11375
 
  done
11376
 
IFS=$as_save_IFS
11377
 
 
11378
 
  ;;
11379
 
esac
11380
 
fi
11381
 
MSGFMT=$ac_cv_path_MSGFMT
11382
 
if test -n "$MSGFMT"; then
11383
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
11384
 
$as_echo "$MSGFMT" >&6; }
11385
 
else
11386
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11387
 
$as_echo "no" >&6; }
11388
 
fi
11389
 
 
11390
 
 
11391
 
# Extract the first word of "gmsgfmt", so it can be a program name with args.
11392
 
set dummy gmsgfmt; ac_word=$2
11393
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11394
 
$as_echo_n "checking for $ac_word... " >&6; }
11395
 
if test "${ac_cv_path_GMSGFMT+set}" = set; then :
11396
 
  $as_echo_n "(cached) " >&6
11397
 
else
11398
 
  case $GMSGFMT in
11399
 
  [\\/]* | ?:[\\/]*)
11400
 
  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
11401
 
  ;;
11402
 
  *)
11403
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11404
 
for as_dir in $PATH
11405
 
do
11406
 
  IFS=$as_save_IFS
11407
 
  test -z "$as_dir" && as_dir=.
11408
 
    for ac_exec_ext in '' $ac_executable_extensions; do
11409
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11410
 
    ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
11411
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11412
 
    break 2
11413
 
  fi
11414
 
done
11415
 
  done
11416
 
IFS=$as_save_IFS
11417
 
 
11418
 
  test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
11419
 
  ;;
11420
 
esac
11421
 
fi
11422
 
GMSGFMT=$ac_cv_path_GMSGFMT
11423
 
if test -n "$GMSGFMT"; then
11424
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
11425
 
$as_echo "$GMSGFMT" >&6; }
11426
 
else
11427
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11428
 
$as_echo "no" >&6; }
11429
 
fi
11430
 
 
11431
 
 
11432
 
if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
11433
 
    as_fn_error "GNU gettext tools not found; required for intltool" "$LINENO" 5
11434
 
fi
11435
 
xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
11436
 
mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
11437
 
mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
11438
 
if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
11439
 
    as_fn_error "GNU gettext tools not found; required for intltool" "$LINENO" 5
11440
 
fi
11441
 
 
11442
 
# Extract the first word of "perl", so it can be a program name with args.
11443
 
set dummy perl; ac_word=$2
11444
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11445
 
$as_echo_n "checking for $ac_word... " >&6; }
11446
 
if test "${ac_cv_path_INTLTOOL_PERL+set}" = set; then :
11447
 
  $as_echo_n "(cached) " >&6
11448
 
else
11449
 
  case $INTLTOOL_PERL in
11450
 
  [\\/]* | ?:[\\/]*)
11451
 
  ac_cv_path_INTLTOOL_PERL="$INTLTOOL_PERL" # Let the user override the test with a path.
11452
 
  ;;
11453
 
  *)
11454
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11455
 
for as_dir in $PATH
11456
 
do
11457
 
  IFS=$as_save_IFS
11458
 
  test -z "$as_dir" && as_dir=.
11459
 
    for ac_exec_ext in '' $ac_executable_extensions; do
11460
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11461
 
    ac_cv_path_INTLTOOL_PERL="$as_dir/$ac_word$ac_exec_ext"
11462
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11463
 
    break 2
11464
 
  fi
11465
 
done
11466
 
  done
11467
 
IFS=$as_save_IFS
11468
 
 
11469
 
  ;;
11470
 
esac
11471
 
fi
11472
 
INTLTOOL_PERL=$ac_cv_path_INTLTOOL_PERL
11473
 
if test -n "$INTLTOOL_PERL"; then
11474
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_PERL" >&5
11475
 
$as_echo "$INTLTOOL_PERL" >&6; }
11476
 
else
11477
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11478
 
$as_echo "no" >&6; }
11479
 
fi
11480
 
 
11481
 
 
11482
 
if test -z "$INTLTOOL_PERL"; then
11483
 
   as_fn_error "perl not found" "$LINENO" 5
11484
 
fi
11485
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl >= 5.8.1" >&5
11486
 
$as_echo_n "checking for perl >= 5.8.1... " >&6; }
11487
 
$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1
11488
 
if test $? -ne 0; then
11489
 
   as_fn_error "perl 5.8.1 is required for intltool" "$LINENO" 5
11490
 
else
11491
 
   IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"
11492
 
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
11493
 
$as_echo "$IT_PERL_VERSION" >&6; }
11494
 
fi
11495
 
if test "x" != "xno-xml"; then
11496
 
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML::Parser" >&5
11497
 
$as_echo_n "checking for XML::Parser... " >&6; }
11498
 
   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
11499
 
       { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
11500
 
$as_echo "ok" >&6; }
11501
 
   else
11502
 
       as_fn_error "XML::Parser perl module is required for intltool" "$LINENO" 5
11503
 
   fi
11504
 
fi
11505
 
 
11506
 
# Substitute ALL_LINGUAS so we can use it in po/Makefile
11507
 
 
11508
 
 
11509
 
# Set DATADIRNAME correctly if it is not set yet
11510
 
# (copied from glib-gettext.m4)
11511
 
if test -z "$DATADIRNAME"; then
11512
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11513
 
/* end confdefs.h.  */
11514
 
 
11515
 
int
11516
 
main ()
11517
 
{
11518
 
extern int _nl_msg_cat_cntr;
11519
 
                       return _nl_msg_cat_cntr
11520
 
  ;
11521
 
  return 0;
11522
 
}
11523
 
_ACEOF
11524
 
if ac_fn_c_try_link "$LINENO"; then :
11525
 
  DATADIRNAME=share
11526
 
else
11527
 
  case $host in
11528
 
    *-*-solaris*)
11529
 
                        ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
11530
 
if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then :
11531
 
  DATADIRNAME=share
11532
 
else
11533
 
  DATADIRNAME=lib
11534
 
fi
11535
 
 
11536
 
    ;;
11537
 
    *)
11538
 
    DATADIRNAME=lib
11539
 
    ;;
11540
 
    esac
11541
 
fi
11542
 
rm -f core conftest.err conftest.$ac_objext \
11543
 
    conftest$ac_exeext conftest.$ac_ext
11544
 
fi
11545
 
 
11546
 
 
11547
 
 
11548
 
 
11549
 
 
11550
 
 
11551
 
 
11552
 
   for ac_header in locale.h
11553
 
do :
11554
 
  ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default"
11555
 
if test "x$ac_cv_header_locale_h" = x""yes; then :
11556
 
  cat >>confdefs.h <<_ACEOF
11557
 
#define HAVE_LOCALE_H 1
11558
 
_ACEOF
11559
 
 
11560
 
fi
11561
 
 
11562
 
done
11563
 
 
11564
 
    if test $ac_cv_header_locale_h = yes; then
11565
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
11566
 
$as_echo_n "checking for LC_MESSAGES... " >&6; }
11567
 
if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
11568
 
  $as_echo_n "(cached) " >&6
11569
 
else
11570
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11571
 
/* end confdefs.h.  */
11572
 
#include <locale.h>
11573
 
int
11574
 
main ()
11575
 
{
11576
 
return LC_MESSAGES
11577
 
  ;
11578
 
  return 0;
11579
 
}
11580
 
_ACEOF
11581
 
if ac_fn_c_try_link "$LINENO"; then :
11582
 
  am_cv_val_LC_MESSAGES=yes
11583
 
else
11584
 
  am_cv_val_LC_MESSAGES=no
11585
 
fi
11586
 
rm -f core conftest.err conftest.$ac_objext \
11587
 
    conftest$ac_exeext conftest.$ac_ext
11588
 
fi
11589
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
11590
 
$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
11591
 
    if test $am_cv_val_LC_MESSAGES = yes; then
11592
 
 
11593
 
$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
11594
 
 
11595
 
    fi
11596
 
  fi
11597
 
     USE_NLS=yes
11598
 
 
11599
 
 
11600
 
    gt_cv_have_gettext=no
11601
 
 
11602
 
    CATOBJEXT=NONE
11603
 
    XGETTEXT=:
11604
 
    INTLLIBS=
11605
 
 
11606
 
    ac_fn_c_check_header_mongrel "$LINENO" "libintl.h" "ac_cv_header_libintl_h" "$ac_includes_default"
11607
 
if test "x$ac_cv_header_libintl_h" = x""yes; then :
11608
 
  gt_cv_func_dgettext_libintl="no"
11609
 
      libintl_extra_libs=""
11610
 
 
11611
 
      #
11612
 
      # First check in libc
11613
 
      #
11614
 
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in libc" >&5
11615
 
$as_echo_n "checking for ngettext in libc... " >&6; }
11616
 
if test "${gt_cv_func_ngettext_libc+set}" = set; then :
11617
 
  $as_echo_n "(cached) " >&6
11618
 
else
11619
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11620
 
/* end confdefs.h.  */
11621
 
 
11622
 
#include <libintl.h>
11623
 
 
11624
 
int
11625
 
main ()
11626
 
{
11627
 
return !ngettext ("","", 1)
11628
 
  ;
11629
 
  return 0;
11630
 
}
11631
 
_ACEOF
11632
 
if ac_fn_c_try_link "$LINENO"; then :
11633
 
  gt_cv_func_ngettext_libc=yes
11634
 
else
11635
 
  gt_cv_func_ngettext_libc=no
11636
 
fi
11637
 
rm -f core conftest.err conftest.$ac_objext \
11638
 
    conftest$ac_exeext conftest.$ac_ext
11639
 
 
11640
 
fi
11641
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_ngettext_libc" >&5
11642
 
$as_echo "$gt_cv_func_ngettext_libc" >&6; }
11643
 
 
11644
 
      if test "$gt_cv_func_ngettext_libc" = "yes" ; then
11645
 
              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in libc" >&5
11646
 
$as_echo_n "checking for dgettext in libc... " >&6; }
11647
 
if test "${gt_cv_func_dgettext_libc+set}" = set; then :
11648
 
  $as_echo_n "(cached) " >&6
11649
 
else
11650
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11651
 
/* end confdefs.h.  */
11652
 
 
11653
 
#include <libintl.h>
11654
 
 
11655
 
int
11656
 
main ()
11657
 
{
11658
 
return !dgettext ("","")
11659
 
  ;
11660
 
  return 0;
11661
 
}
11662
 
_ACEOF
11663
 
if ac_fn_c_try_link "$LINENO"; then :
11664
 
  gt_cv_func_dgettext_libc=yes
11665
 
else
11666
 
  gt_cv_func_dgettext_libc=no
11667
 
fi
11668
 
rm -f core conftest.err conftest.$ac_objext \
11669
 
    conftest$ac_exeext conftest.$ac_ext
11670
 
 
11671
 
fi
11672
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_dgettext_libc" >&5
11673
 
$as_echo "$gt_cv_func_dgettext_libc" >&6; }
11674
 
      fi
11675
 
 
11676
 
      if test "$gt_cv_func_ngettext_libc" = "yes" ; then
11677
 
        for ac_func in bind_textdomain_codeset
11678
 
do :
11679
 
  ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
11680
 
if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then :
11681
 
  cat >>confdefs.h <<_ACEOF
11682
 
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
11683
 
_ACEOF
11684
 
 
11685
 
fi
11686
 
done
11687
 
 
11688
 
      fi
11689
 
 
11690
 
      #
11691
 
      # If we don't have everything we want, check in libintl
11692
 
      #
11693
 
      if test "$gt_cv_func_dgettext_libc" != "yes" \
11694
 
         || test "$gt_cv_func_ngettext_libc" != "yes" \
11695
 
         || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then
11696
 
 
11697
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bindtextdomain in -lintl" >&5
11698
 
$as_echo_n "checking for bindtextdomain in -lintl... " >&6; }
11699
 
if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then :
11700
 
  $as_echo_n "(cached) " >&6
11701
 
else
11702
 
  ac_check_lib_save_LIBS=$LIBS
11703
 
LIBS="-lintl  $LIBS"
11704
 
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11705
 
/* end confdefs.h.  */
11706
 
 
11707
 
/* Override any GCC internal prototype to avoid an error.
11708
 
   Use char because int might match the return type of a GCC
11709
 
   builtin and then its argument prototype would still apply.  */
11710
 
#ifdef __cplusplus
11711
 
extern "C"
11712
 
#endif
11713
 
char bindtextdomain ();
11714
 
int
11715
 
main ()
11716
 
{
11717
 
return bindtextdomain ();
11718
 
  ;
11719
 
  return 0;
11720
 
}
11721
 
_ACEOF
11722
 
if ac_fn_c_try_link "$LINENO"; then :
11723
 
  ac_cv_lib_intl_bindtextdomain=yes
11724
 
else
11725
 
  ac_cv_lib_intl_bindtextdomain=no
11726
 
fi
11727
 
rm -f core conftest.err conftest.$ac_objext \
11728
 
    conftest$ac_exeext conftest.$ac_ext
11729
 
LIBS=$ac_check_lib_save_LIBS
11730
 
fi
11731
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_bindtextdomain" >&5
11732
 
$as_echo "$ac_cv_lib_intl_bindtextdomain" >&6; }
11733
 
if test "x$ac_cv_lib_intl_bindtextdomain" = x""yes; then :
11734
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in -lintl" >&5
11735
 
$as_echo_n "checking for ngettext in -lintl... " >&6; }
11736
 
if test "${ac_cv_lib_intl_ngettext+set}" = set; then :
11737
 
  $as_echo_n "(cached) " >&6
11738
 
else
11739
 
  ac_check_lib_save_LIBS=$LIBS
11740
 
LIBS="-lintl  $LIBS"
11741
 
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11742
 
/* end confdefs.h.  */
11743
 
 
11744
 
/* Override any GCC internal prototype to avoid an error.
11745
 
   Use char because int might match the return type of a GCC
11746
 
   builtin and then its argument prototype would still apply.  */
11747
 
#ifdef __cplusplus
11748
 
extern "C"
11749
 
#endif
11750
 
char ngettext ();
11751
 
int
11752
 
main ()
11753
 
{
11754
 
return ngettext ();
11755
 
  ;
11756
 
  return 0;
11757
 
}
11758
 
_ACEOF
11759
 
if ac_fn_c_try_link "$LINENO"; then :
11760
 
  ac_cv_lib_intl_ngettext=yes
11761
 
else
11762
 
  ac_cv_lib_intl_ngettext=no
11763
 
fi
11764
 
rm -f core conftest.err conftest.$ac_objext \
11765
 
    conftest$ac_exeext conftest.$ac_ext
11766
 
LIBS=$ac_check_lib_save_LIBS
11767
 
fi
11768
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_ngettext" >&5
11769
 
$as_echo "$ac_cv_lib_intl_ngettext" >&6; }
11770
 
if test "x$ac_cv_lib_intl_ngettext" = x""yes; then :
11771
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5
11772
 
$as_echo_n "checking for dgettext in -lintl... " >&6; }
11773
 
if test "${ac_cv_lib_intl_dgettext+set}" = set; then :
11774
 
  $as_echo_n "(cached) " >&6
11775
 
else
11776
 
  ac_check_lib_save_LIBS=$LIBS
11777
 
LIBS="-lintl  $LIBS"
11778
 
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11779
 
/* end confdefs.h.  */
11780
 
 
11781
 
/* Override any GCC internal prototype to avoid an error.
11782
 
   Use char because int might match the return type of a GCC
11783
 
   builtin and then its argument prototype would still apply.  */
11784
 
#ifdef __cplusplus
11785
 
extern "C"
11786
 
#endif
11787
 
char dgettext ();
11788
 
int
11789
 
main ()
11790
 
{
11791
 
return dgettext ();
11792
 
  ;
11793
 
  return 0;
11794
 
}
11795
 
_ACEOF
11796
 
if ac_fn_c_try_link "$LINENO"; then :
11797
 
  ac_cv_lib_intl_dgettext=yes
11798
 
else
11799
 
  ac_cv_lib_intl_dgettext=no
11800
 
fi
11801
 
rm -f core conftest.err conftest.$ac_objext \
11802
 
    conftest$ac_exeext conftest.$ac_ext
11803
 
LIBS=$ac_check_lib_save_LIBS
11804
 
fi
11805
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5
11806
 
$as_echo "$ac_cv_lib_intl_dgettext" >&6; }
11807
 
if test "x$ac_cv_lib_intl_dgettext" = x""yes; then :
11808
 
  gt_cv_func_dgettext_libintl=yes
11809
 
fi
11810
 
 
11811
 
fi
11812
 
 
11813
 
fi
11814
 
 
11815
 
 
11816
 
        if test "$gt_cv_func_dgettext_libintl" != "yes" ; then
11817
 
          { $as_echo "$as_me:${as_lineno-$LINENO}: checking if -liconv is needed to use gettext" >&5
11818
 
$as_echo_n "checking if -liconv is needed to use gettext... " >&6; }
11819
 
          { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
11820
 
$as_echo "" >&6; }
11821
 
          { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in -lintl" >&5
11822
 
$as_echo_n "checking for ngettext in -lintl... " >&6; }
11823
 
if test "${ac_cv_lib_intl_ngettext+set}" = set; then :
11824
 
  $as_echo_n "(cached) " >&6
11825
 
else
11826
 
  ac_check_lib_save_LIBS=$LIBS
11827
 
LIBS="-lintl -liconv $LIBS"
11828
 
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11829
 
/* end confdefs.h.  */
11830
 
 
11831
 
/* Override any GCC internal prototype to avoid an error.
11832
 
   Use char because int might match the return type of a GCC
11833
 
   builtin and then its argument prototype would still apply.  */
11834
 
#ifdef __cplusplus
11835
 
extern "C"
11836
 
#endif
11837
 
char ngettext ();
11838
 
int
11839
 
main ()
11840
 
{
11841
 
return ngettext ();
11842
 
  ;
11843
 
  return 0;
11844
 
}
11845
 
_ACEOF
11846
 
if ac_fn_c_try_link "$LINENO"; then :
11847
 
  ac_cv_lib_intl_ngettext=yes
11848
 
else
11849
 
  ac_cv_lib_intl_ngettext=no
11850
 
fi
11851
 
rm -f core conftest.err conftest.$ac_objext \
11852
 
    conftest$ac_exeext conftest.$ac_ext
11853
 
LIBS=$ac_check_lib_save_LIBS
11854
 
fi
11855
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_ngettext" >&5
11856
 
$as_echo "$ac_cv_lib_intl_ngettext" >&6; }
11857
 
if test "x$ac_cv_lib_intl_ngettext" = x""yes; then :
11858
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dcgettext in -lintl" >&5
11859
 
$as_echo_n "checking for dcgettext in -lintl... " >&6; }
11860
 
if test "${ac_cv_lib_intl_dcgettext+set}" = set; then :
11861
 
  $as_echo_n "(cached) " >&6
11862
 
else
11863
 
  ac_check_lib_save_LIBS=$LIBS
11864
 
LIBS="-lintl -liconv $LIBS"
11865
 
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11866
 
/* end confdefs.h.  */
11867
 
 
11868
 
/* Override any GCC internal prototype to avoid an error.
11869
 
   Use char because int might match the return type of a GCC
11870
 
   builtin and then its argument prototype would still apply.  */
11871
 
#ifdef __cplusplus
11872
 
extern "C"
11873
 
#endif
11874
 
char dcgettext ();
11875
 
int
11876
 
main ()
11877
 
{
11878
 
return dcgettext ();
11879
 
  ;
11880
 
  return 0;
11881
 
}
11882
 
_ACEOF
11883
 
if ac_fn_c_try_link "$LINENO"; then :
11884
 
  ac_cv_lib_intl_dcgettext=yes
11885
 
else
11886
 
  ac_cv_lib_intl_dcgettext=no
11887
 
fi
11888
 
rm -f core conftest.err conftest.$ac_objext \
11889
 
    conftest$ac_exeext conftest.$ac_ext
11890
 
LIBS=$ac_check_lib_save_LIBS
11891
 
fi
11892
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dcgettext" >&5
11893
 
$as_echo "$ac_cv_lib_intl_dcgettext" >&6; }
11894
 
if test "x$ac_cv_lib_intl_dcgettext" = x""yes; then :
11895
 
  gt_cv_func_dgettext_libintl=yes
11896
 
                        libintl_extra_libs=-liconv
11897
 
else
11898
 
  :
11899
 
fi
11900
 
 
11901
 
else
11902
 
  :
11903
 
fi
11904
 
 
11905
 
        fi
11906
 
 
11907
 
        #
11908
 
        # If we found libintl, then check in it for bind_textdomain_codeset();
11909
 
        # we'll prefer libc if neither have bind_textdomain_codeset(),
11910
 
        # and both have dgettext and ngettext
11911
 
        #
11912
 
        if test "$gt_cv_func_dgettext_libintl" = "yes" ; then
11913
 
          glib_save_LIBS="$LIBS"
11914
 
          LIBS="$LIBS -lintl $libintl_extra_libs"
11915
 
          unset ac_cv_func_bind_textdomain_codeset
11916
 
          for ac_func in bind_textdomain_codeset
11917
 
do :
11918
 
  ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
11919
 
if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then :
11920
 
  cat >>confdefs.h <<_ACEOF
11921
 
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
11922
 
_ACEOF
11923
 
 
11924
 
fi
11925
 
done
11926
 
 
11927
 
          LIBS="$glib_save_LIBS"
11928
 
 
11929
 
          if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then
11930
 
            gt_cv_func_dgettext_libc=no
11931
 
          else
11932
 
            if test "$gt_cv_func_dgettext_libc" = "yes" \
11933
 
                && test "$gt_cv_func_ngettext_libc" = "yes"; then
11934
 
              gt_cv_func_dgettext_libintl=no
11935
 
            fi
11936
 
          fi
11937
 
        fi
11938
 
      fi
11939
 
 
11940
 
      if test "$gt_cv_func_dgettext_libc" = "yes" \
11941
 
        || test "$gt_cv_func_dgettext_libintl" = "yes"; then
11942
 
        gt_cv_have_gettext=yes
11943
 
      fi
11944
 
 
11945
 
      if test "$gt_cv_func_dgettext_libintl" = "yes"; then
11946
 
        INTLLIBS="-lintl $libintl_extra_libs"
11947
 
      fi
11948
 
 
11949
 
      if test "$gt_cv_have_gettext" = "yes"; then
11950
 
 
11951
 
$as_echo "#define HAVE_GETTEXT 1" >>confdefs.h
11952
 
 
11953
 
        # Extract the first word of "msgfmt", so it can be a program name with args.
11954
 
set dummy msgfmt; ac_word=$2
11955
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11956
 
$as_echo_n "checking for $ac_word... " >&6; }
11957
 
if test "${ac_cv_path_MSGFMT+set}" = set; then :
11958
 
  $as_echo_n "(cached) " >&6
11959
 
else
11960
 
  case "$MSGFMT" in
11961
 
  /*)
11962
 
  ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
11963
 
  ;;
11964
 
  *)
11965
 
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
11966
 
  for ac_dir in $PATH; do
11967
 
    test -z "$ac_dir" && ac_dir=.
11968
 
    if test -f $ac_dir/$ac_word; then
11969
 
      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
11970
 
        ac_cv_path_MSGFMT="$ac_dir/$ac_word"
11971
 
        break
11972
 
      fi
11973
 
    fi
11974
 
  done
11975
 
  IFS="$ac_save_ifs"
11976
 
  test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no"
11977
 
  ;;
11978
 
esac
11979
 
fi
11980
 
MSGFMT="$ac_cv_path_MSGFMT"
11981
 
if test "$MSGFMT" != "no"; then
11982
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
11983
 
$as_echo "$MSGFMT" >&6; }
11984
 
else
11985
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11986
 
$as_echo "no" >&6; }
11987
 
fi
11988
 
        if test "$MSGFMT" != "no"; then
11989
 
          glib_save_LIBS="$LIBS"
11990
 
          LIBS="$LIBS $INTLLIBS"
11991
 
          for ac_func in dcgettext
11992
 
do :
11993
 
  ac_fn_c_check_func "$LINENO" "dcgettext" "ac_cv_func_dcgettext"
11994
 
if test "x$ac_cv_func_dcgettext" = x""yes; then :
11995
 
  cat >>confdefs.h <<_ACEOF
11996
 
#define HAVE_DCGETTEXT 1
11997
 
_ACEOF
11998
 
 
11999
 
fi
12000
 
done
12001
 
 
12002
 
          MSGFMT_OPTS=
12003
 
          { $as_echo "$as_me:${as_lineno-$LINENO}: checking if msgfmt accepts -c" >&5
12004
 
$as_echo_n "checking if msgfmt accepts -c... " >&6; }
12005
 
          cat >conftest.foo <<_ACEOF
12006
 
 
12007
 
msgid ""
12008
 
msgstr ""
12009
 
"Content-Type: text/plain; charset=UTF-8\n"
12010
 
"Project-Id-Version: test 1.0\n"
12011
 
"PO-Revision-Date: 2007-02-15 12:01+0100\n"
12012
 
"Last-Translator: test <foo@bar.xx>\n"
12013
 
"Language-Team: C <LL@li.org>\n"
12014
 
"MIME-Version: 1.0\n"
12015
 
"Content-Transfer-Encoding: 8bit\n"
12016
 
 
12017
 
_ACEOF
12018
 
if { { $as_echo "$as_me:${as_lineno-$LINENO}: \$MSGFMT -c -o /dev/null conftest.foo"; } >&5
12019
 
  ($MSGFMT -c -o /dev/null conftest.foo) 2>&5
12020
 
  ac_status=$?
12021
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12022
 
  test $ac_status = 0; }; then
12023
 
  MSGFMT_OPTS=-c; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12024
 
$as_echo "yes" >&6; }
12025
 
else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12026
 
$as_echo "no" >&6; }
12027
 
echo "$as_me: failed input was:" >&5
12028
 
sed 's/^/| /' conftest.foo >&5
12029
 
fi
12030
 
 
12031
 
          # Extract the first word of "gmsgfmt", so it can be a program name with args.
12032
 
set dummy gmsgfmt; ac_word=$2
12033
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12034
 
$as_echo_n "checking for $ac_word... " >&6; }
12035
 
if test "${ac_cv_path_GMSGFMT+set}" = set; then :
12036
 
  $as_echo_n "(cached) " >&6
12037
 
else
12038
 
  case $GMSGFMT in
12039
 
  [\\/]* | ?:[\\/]*)
12040
 
  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12041
 
  ;;
12042
 
  *)
12043
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12044
 
for as_dir in $PATH
12045
 
do
12046
 
  IFS=$as_save_IFS
12047
 
  test -z "$as_dir" && as_dir=.
12048
 
    for ac_exec_ext in '' $ac_executable_extensions; do
12049
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12050
 
    ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12051
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12052
 
    break 2
12053
 
  fi
12054
 
done
12055
 
  done
12056
 
IFS=$as_save_IFS
12057
 
 
12058
 
  test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12059
 
  ;;
12060
 
esac
12061
 
fi
12062
 
GMSGFMT=$ac_cv_path_GMSGFMT
12063
 
if test -n "$GMSGFMT"; then
12064
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12065
 
$as_echo "$GMSGFMT" >&6; }
12066
 
else
12067
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12068
 
$as_echo "no" >&6; }
12069
 
fi
12070
 
 
12071
 
 
12072
 
          # Extract the first word of "xgettext", so it can be a program name with args.
12073
 
set dummy xgettext; ac_word=$2
12074
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12075
 
$as_echo_n "checking for $ac_word... " >&6; }
12076
 
if test "${ac_cv_path_XGETTEXT+set}" = set; then :
12077
 
  $as_echo_n "(cached) " >&6
12078
 
else
12079
 
  case "$XGETTEXT" in
12080
 
  /*)
12081
 
  ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12082
 
  ;;
12083
 
  *)
12084
 
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
12085
 
  for ac_dir in $PATH; do
12086
 
    test -z "$ac_dir" && ac_dir=.
12087
 
    if test -f $ac_dir/$ac_word; then
12088
 
      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
12089
 
        ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
12090
 
        break
12091
 
      fi
12092
 
    fi
12093
 
  done
12094
 
  IFS="$ac_save_ifs"
12095
 
  test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12096
 
  ;;
12097
 
esac
12098
 
fi
12099
 
XGETTEXT="$ac_cv_path_XGETTEXT"
12100
 
if test "$XGETTEXT" != ":"; then
12101
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12102
 
$as_echo "$XGETTEXT" >&6; }
12103
 
else
12104
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12105
 
$as_echo "no" >&6; }
12106
 
fi
12107
 
 
12108
 
          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12109
 
/* end confdefs.h.  */
12110
 
 
12111
 
int
12112
 
main ()
12113
 
{
12114
 
extern int _nl_msg_cat_cntr;
12115
 
                         return _nl_msg_cat_cntr
12116
 
  ;
12117
 
  return 0;
12118
 
}
12119
 
_ACEOF
12120
 
if ac_fn_c_try_link "$LINENO"; then :
12121
 
  CATOBJEXT=.gmo
12122
 
             DATADIRNAME=share
12123
 
else
12124
 
  case $host in
12125
 
            *-*-solaris*)
12126
 
                                                                ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
12127
 
if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then :
12128
 
  CATOBJEXT=.gmo
12129
 
               DATADIRNAME=share
12130
 
else
12131
 
  CATOBJEXT=.mo
12132
 
               DATADIRNAME=lib
12133
 
fi
12134
 
 
12135
 
            ;;
12136
 
            *)
12137
 
            CATOBJEXT=.mo
12138
 
            DATADIRNAME=lib
12139
 
            ;;
12140
 
            esac
12141
 
fi
12142
 
rm -f core conftest.err conftest.$ac_objext \
12143
 
    conftest$ac_exeext conftest.$ac_ext
12144
 
          LIBS="$glib_save_LIBS"
12145
 
          INSTOBJEXT=.mo
12146
 
        else
12147
 
          gt_cv_have_gettext=no
12148
 
        fi
12149
 
      fi
12150
 
 
12151
 
fi
12152
 
 
12153
 
 
12154
 
 
12155
 
    if test "$gt_cv_have_gettext" = "yes" ; then
12156
 
 
12157
 
$as_echo "#define ENABLE_NLS 1" >>confdefs.h
12158
 
 
12159
 
    fi
12160
 
 
12161
 
        if test "$XGETTEXT" != ":"; then
12162
 
                  if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
12163
 
        : ;
12164
 
      else
12165
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12166
 
$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12167
 
        XGETTEXT=":"
12168
 
      fi
12169
 
    fi
12170
 
 
12171
 
    # We need to process the po/ directory.
12172
 
    POSUB=po
12173
 
 
12174
 
    ac_config_commands="$ac_config_commands default-1"
12175
 
 
12176
 
 
12177
 
                for lang in $ALL_LINGUAS; do
12178
 
      GMOFILES="$GMOFILES $lang.gmo"
12179
 
      POFILES="$POFILES $lang.po"
12180
 
    done
12181
 
 
12182
 
 
12183
 
 
12184
 
 
12185
 
 
12186
 
 
12187
 
 
12188
 
 
12189
 
 
12190
 
 
12191
 
 
12192
 
 
12193
 
 
12194
 
   if test "$gt_cv_have_gettext" = "yes"; then
12195
 
     if test "x$ALL_LINGUAS" = "x"; then
12196
 
       LINGUAS=
12197
 
     else
12198
 
       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12199
 
$as_echo_n "checking for catalogs to be installed... " >&6; }
12200
 
       NEW_LINGUAS=
12201
 
       for presentlang in $ALL_LINGUAS; do
12202
 
         useit=no
12203
 
         if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then
12204
 
           desiredlanguages="$LINGUAS"
12205
 
         else
12206
 
           desiredlanguages="$ALL_LINGUAS"
12207
 
         fi
12208
 
         for desiredlang in $desiredlanguages; do
12209
 
           # Use the presentlang catalog if desiredlang is
12210
 
           #   a. equal to presentlang, or
12211
 
           #   b. a variant of presentlang (because in this case,
12212
 
           #      presentlang can be used as a fallback for messages
12213
 
           #      which are not translated in the desiredlang catalog).
12214
 
           case "$desiredlang" in
12215
 
             "$presentlang"*) useit=yes;;
12216
 
           esac
12217
 
         done
12218
 
         if test $useit = yes; then
12219
 
           NEW_LINGUAS="$NEW_LINGUAS $presentlang"
12220
 
         fi
12221
 
       done
12222
 
       LINGUAS=$NEW_LINGUAS
12223
 
       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12224
 
$as_echo "$LINGUAS" >&6; }
12225
 
     fi
12226
 
 
12227
 
          if test -n "$LINGUAS"; then
12228
 
       for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
12229
 
     fi
12230
 
   fi
12231
 
 
12232
 
            MKINSTALLDIRS=
12233
 
   if test -n "$ac_aux_dir"; then
12234
 
     MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
12235
 
   fi
12236
 
   if test -z "$MKINSTALLDIRS"; then
12237
 
     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12238
 
   fi
12239
 
 
12240
 
 
12241
 
         test -d po || mkdir po
12242
 
   if test "x$srcdir" != "x."; then
12243
 
     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
12244
 
       posrcprefix="$srcdir/"
12245
 
     else
12246
 
       posrcprefix="../$srcdir/"
12247
 
     fi
12248
 
   else
12249
 
     posrcprefix="../"
12250
 
   fi
12251
 
   rm -f po/POTFILES
12252
 
   sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
12253
 
        < $srcdir/po/POTFILES.in > po/POTFILES
12254
 
 
12255
 
 
12256
 
 
12257
 
############# PACKAGE CAIRO-DOCK #################
12258
 
GETTEXT_PACKAGE=cairo-dock-plugins
12259
 
 
12260
 
cat >>confdefs.h <<_ACEOF
12261
 
#define GETTEXT_PACKAGE "GETTEXT_PACKAGE"
12262
 
_ACEOF
12263
 
 
12264
 
 
12265
 
 
12266
 
pkgdatadir=`pkg-config cairo-dock --variable=pluginsdatadir`
12267
 
 
12268
 
libdir=`pkg-config cairo-dock --variable=pluginsdir`
12269
 
 
12270
 
 
12271
 
srcdir="."
12272
 
 
12273
 
top_srcdir=".."
12274
 
 
12275
 
top_builddir=".."
12276
 
 
12277
 
 
12278
 
 
12279
 
 
12280
 
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
12281
 
        if test -n "$ac_tool_prefix"; then
12282
 
  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
12283
 
set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
12284
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12285
 
$as_echo_n "checking for $ac_word... " >&6; }
12286
 
if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
12287
 
  $as_echo_n "(cached) " >&6
12288
 
else
12289
 
  case $PKG_CONFIG in
12290
 
  [\\/]* | ?:[\\/]*)
12291
 
  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
12292
 
  ;;
12293
 
  *)
12294
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12295
 
for as_dir in $PATH
12296
 
do
12297
 
  IFS=$as_save_IFS
12298
 
  test -z "$as_dir" && as_dir=.
12299
 
    for ac_exec_ext in '' $ac_executable_extensions; do
12300
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12301
 
    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12302
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12303
 
    break 2
12304
 
  fi
12305
 
done
12306
 
  done
12307
 
IFS=$as_save_IFS
12308
 
 
12309
 
  ;;
12310
 
esac
12311
 
fi
12312
 
PKG_CONFIG=$ac_cv_path_PKG_CONFIG
12313
 
if test -n "$PKG_CONFIG"; then
12314
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
12315
 
$as_echo "$PKG_CONFIG" >&6; }
12316
 
else
12317
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12318
 
$as_echo "no" >&6; }
12319
 
fi
12320
 
 
12321
 
 
12322
 
fi
12323
 
if test -z "$ac_cv_path_PKG_CONFIG"; then
12324
 
  ac_pt_PKG_CONFIG=$PKG_CONFIG
12325
 
  # Extract the first word of "pkg-config", so it can be a program name with args.
12326
 
set dummy pkg-config; ac_word=$2
12327
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12328
 
$as_echo_n "checking for $ac_word... " >&6; }
12329
 
if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
12330
 
  $as_echo_n "(cached) " >&6
12331
 
else
12332
 
  case $ac_pt_PKG_CONFIG in
12333
 
  [\\/]* | ?:[\\/]*)
12334
 
  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
12335
 
  ;;
12336
 
  *)
12337
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12338
 
for as_dir in $PATH
12339
 
do
12340
 
  IFS=$as_save_IFS
12341
 
  test -z "$as_dir" && as_dir=.
12342
 
    for ac_exec_ext in '' $ac_executable_extensions; do
12343
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12344
 
    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12345
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12346
 
    break 2
12347
 
  fi
12348
 
done
12349
 
  done
12350
 
IFS=$as_save_IFS
12351
 
 
12352
 
  ;;
12353
 
esac
12354
 
fi
12355
 
ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
12356
 
if test -n "$ac_pt_PKG_CONFIG"; then
12357
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
12358
 
$as_echo "$ac_pt_PKG_CONFIG" >&6; }
12359
 
else
12360
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12361
 
$as_echo "no" >&6; }
12362
 
fi
12363
 
 
12364
 
  if test "x$ac_pt_PKG_CONFIG" = x; then
12365
 
    PKG_CONFIG=""
12366
 
  else
12367
 
    case $cross_compiling:$ac_tool_warned in
12368
 
yes:)
12369
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12370
 
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12371
 
ac_tool_warned=yes ;;
12372
 
esac
12373
 
    PKG_CONFIG=$ac_pt_PKG_CONFIG
12374
 
  fi
12375
 
else
12376
 
  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
12377
 
fi
12378
 
 
12379
 
fi
12380
 
if test -n "$PKG_CONFIG"; then
12381
 
        _pkg_min_version=0.9.0
12382
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
12383
 
$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
12384
 
        if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
12385
 
                { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12386
 
$as_echo "yes" >&6; }
12387
 
        else
12388
 
                { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12389
 
$as_echo "no" >&6; }
12390
 
                PKG_CONFIG=""
12391
 
        fi
12392
 
 
12393
 
fi
12394
 
 
12395
 
pkg_failed=no
12396
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PACKAGE" >&5
12397
 
$as_echo_n "checking for PACKAGE... " >&6; }
12398
 
 
12399
 
if test -n "$PKG_CONFIG"; then
12400
 
    if test -n "$PACKAGE_CFLAGS"; then
12401
 
        pkg_cv_PACKAGE_CFLAGS="$PACKAGE_CFLAGS"
12402
 
    else
12403
 
        if test -n "$PKG_CONFIG" && \
12404
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\"gtk+-2.0 gthread-2.0 cairo librsvg-2.0 dbus-1 dbus-glib-1 libxml-2.0 gtkglext-1.0 cairo-dock\"\""; } >&5
12405
 
  ($PKG_CONFIG --exists --print-errors ""gtk+-2.0 gthread-2.0 cairo librsvg-2.0 dbus-1 dbus-glib-1 libxml-2.0 gtkglext-1.0 cairo-dock"") 2>&5
12406
 
  ac_status=$?
12407
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12408
 
  test $ac_status = 0; }; then
12409
 
  pkg_cv_PACKAGE_CFLAGS=`$PKG_CONFIG --cflags ""gtk+-2.0 gthread-2.0 cairo librsvg-2.0 dbus-1 dbus-glib-1 libxml-2.0 gtkglext-1.0 cairo-dock"" 2>/dev/null`
12410
 
else
12411
 
  pkg_failed=yes
12412
 
fi
12413
 
    fi
12414
 
else
12415
 
        pkg_failed=untried
12416
 
fi
12417
 
if test -n "$PKG_CONFIG"; then
12418
 
    if test -n "$PACKAGE_LIBS"; then
12419
 
        pkg_cv_PACKAGE_LIBS="$PACKAGE_LIBS"
12420
 
    else
12421
 
        if test -n "$PKG_CONFIG" && \
12422
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\"gtk+-2.0 gthread-2.0 cairo librsvg-2.0 dbus-1 dbus-glib-1 libxml-2.0 gtkglext-1.0 cairo-dock\"\""; } >&5
12423
 
  ($PKG_CONFIG --exists --print-errors ""gtk+-2.0 gthread-2.0 cairo librsvg-2.0 dbus-1 dbus-glib-1 libxml-2.0 gtkglext-1.0 cairo-dock"") 2>&5
12424
 
  ac_status=$?
12425
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12426
 
  test $ac_status = 0; }; then
12427
 
  pkg_cv_PACKAGE_LIBS=`$PKG_CONFIG --libs ""gtk+-2.0 gthread-2.0 cairo librsvg-2.0 dbus-1 dbus-glib-1 libxml-2.0 gtkglext-1.0 cairo-dock"" 2>/dev/null`
12428
 
else
12429
 
  pkg_failed=yes
12430
 
fi
12431
 
    fi
12432
 
else
12433
 
        pkg_failed=untried
12434
 
fi
12435
 
 
12436
 
 
12437
 
 
12438
 
if test $pkg_failed = yes; then
12439
 
 
12440
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
12441
 
        _pkg_short_errors_supported=yes
12442
 
else
12443
 
        _pkg_short_errors_supported=no
12444
 
fi
12445
 
        if test $_pkg_short_errors_supported = yes; then
12446
 
                PACKAGE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors ""gtk+-2.0 gthread-2.0 cairo librsvg-2.0 dbus-1 dbus-glib-1 libxml-2.0 gtkglext-1.0 cairo-dock""`
12447
 
        else
12448
 
                PACKAGE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors ""gtk+-2.0 gthread-2.0 cairo librsvg-2.0 dbus-1 dbus-glib-1 libxml-2.0 gtkglext-1.0 cairo-dock""`
12449
 
        fi
12450
 
        # Put the nasty error message in config.log where it belongs
12451
 
        echo "$PACKAGE_PKG_ERRORS" >&5
12452
 
 
12453
 
        as_fn_error "Package requirements (\"gtk+-2.0 gthread-2.0 cairo librsvg-2.0 dbus-1 dbus-glib-1 libxml-2.0 gtkglext-1.0 cairo-dock\") were not met:
12454
 
 
12455
 
$PACKAGE_PKG_ERRORS
12456
 
 
12457
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
12458
 
installed software in a non-standard prefix.
12459
 
 
12460
 
Alternatively, you may set the environment variables PACKAGE_CFLAGS
12461
 
and PACKAGE_LIBS to avoid the need to call pkg-config.
12462
 
See the pkg-config man page for more details.
12463
 
" "$LINENO" 5
12464
 
elif test $pkg_failed = untried; then
12465
 
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12466
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12467
 
as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
12468
 
is in your PATH or set the PKG_CONFIG environment variable to the full
12469
 
path to pkg-config.
12470
 
 
12471
 
Alternatively, you may set the environment variables PACKAGE_CFLAGS
12472
 
and PACKAGE_LIBS to avoid the need to call pkg-config.
12473
 
See the pkg-config man page for more details.
12474
 
 
12475
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
12476
 
See \`config.log' for more details." "$LINENO" 5; }
12477
 
else
12478
 
        PACKAGE_CFLAGS=$pkg_cv_PACKAGE_CFLAGS
12479
 
        PACKAGE_LIBS=$pkg_cv_PACKAGE_LIBS
12480
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12481
 
$as_echo "yes" >&6; }
12482
 
        :
12483
 
fi
12484
 
 
12485
 
 
12486
 
############# COMPILATION CONDITIONNELLE #################
12487
 
# Check whether --enable-old-gnome-integration was given.
12488
 
if test "${enable_old_gnome_integration+set}" = set; then :
12489
 
  enableval=$enable_old_gnome_integration;  with_old_gnome_support=${enableval}
12490
 
else
12491
 
   with_old_gnome_support=yes
12492
 
fi
12493
 
 
12494
 
# Check whether --enable-gnome-integration was given.
12495
 
if test "${enable_gnome_integration+set}" = set; then :
12496
 
  enableval=$enable_gnome_integration;  with_gnome_support=${enableval}
12497
 
else
12498
 
   with_gnome_support=yes
12499
 
fi
12500
 
 
12501
 
# Check whether --enable-xfce-integration was given.
12502
 
if test "${enable_xfce_integration+set}" = set; then :
12503
 
  enableval=$enable_xfce_integration;  with_xfce_support=${enableval}
12504
 
else
12505
 
   with_xfce_support=yes
12506
 
fi
12507
 
 
12508
 
# Check whether --enable-kde-integration was given.
12509
 
if test "${enable_kde_integration+set}" = set; then :
12510
 
  enableval=$enable_kde_integration;  with_kde_support=${enableval}
12511
 
else
12512
 
   with_kde_support=yes
12513
 
fi
12514
 
 
12515
 
# Check whether --enable-alsa-mixer was given.
12516
 
if test "${enable_alsa_mixer+set}" = set; then :
12517
 
  enableval=$enable_alsa_mixer;  with_alsa_mixer=${enableval}
12518
 
else
12519
 
   with_alsa_mixer=yes
12520
 
fi
12521
 
 
12522
 
# Check whether --enable-terminal was given.
12523
 
if test "${enable_terminal+set}" = set; then :
12524
 
  enableval=$enable_terminal;  with_terminal=${enableval}
12525
 
else
12526
 
   with_terminal=yes
12527
 
fi
12528
 
 
12529
 
# Check whether --enable-powermanager was given.
12530
 
if test "${enable_powermanager+set}" = set; then :
12531
 
  enableval=$enable_powermanager;  with_powermanager=${enableval}
12532
 
else
12533
 
   with_powermanager=yes
12534
 
fi
12535
 
 
12536
 
# Check whether --enable-wifi was given.
12537
 
if test "${enable_wifi+set}" = set; then :
12538
 
  enableval=$enable_wifi;  with_wifi=${enableval}
12539
 
else
12540
 
   with_wifi=yes
12541
 
fi
12542
 
 
12543
 
# Check whether --enable-tomboy was given.
12544
 
if test "${enable_tomboy+set}" = set; then :
12545
 
  enableval=$enable_tomboy;  with_tomboy=${enableval}
12546
 
else
12547
 
   with_tomboy=yes
12548
 
fi
12549
 
 
12550
 
# Check whether --enable-compiz-icon was given.
12551
 
if test "${enable_compiz_icon+set}" = set; then :
12552
 
  enableval=$enable_compiz_icon;  with_compiz_icon=${enableval}
12553
 
else
12554
 
   with_compiz_icon=yes
12555
 
fi
12556
 
 
12557
 
# Check whether --enable-xgamma was given.
12558
 
if test "${enable_xgamma+set}" = set; then :
12559
 
  enableval=$enable_xgamma;  with_xgamma=${enableval}
12560
 
else
12561
 
   with_xgamma=yes
12562
 
fi
12563
 
 
12564
 
# Check whether --enable-gmenu was given.
12565
 
if test "${enable_gmenu+set}" = set; then :
12566
 
  enableval=$enable_gmenu;  with_gmenu=${enableval}
12567
 
else
12568
 
   with_gmenu=yes
12569
 
fi
12570
 
 
12571
 
# Check whether --enable-gio-in-gmenu was given.
12572
 
if test "${enable_gio_in_gmenu+set}" = set; then :
12573
 
  enableval=$enable_gio_in_gmenu;  with_gio_in_gmenu=${enableval}
12574
 
else
12575
 
   with_gio_in_gmenu=no
12576
 
fi
12577
 
 
12578
 
# Check whether --enable-mail was given.
12579
 
if test "${enable_mail+set}" = set; then :
12580
 
  enableval=$enable_mail;  with_mail=${enableval}
12581
 
else
12582
 
   with_mail=yes
12583
 
fi
12584
 
 
12585
 
# Check whether --enable-weblets was given.
12586
 
if test "${enable_weblets+set}" = set; then :
12587
 
  enableval=$enable_weblets;  with_weblets=${enableval}
12588
 
else
12589
 
   with_weblets=yes
12590
 
fi
12591
 
 
12592
 
# Check whether --enable-exif was given.
12593
 
if test "${enable_exif+set}" = set; then :
12594
 
  enableval=$enable_exif;  with_exif=${enableval}
12595
 
else
12596
 
   with_exif=yes
12597
 
fi
12598
 
 
12599
 
# Check whether --enable-keyboard-indicator was given.
12600
 
if test "${enable_keyboard_indicator+set}" = set; then :
12601
 
  enableval=$enable_keyboard_indicator;  with_keyboard_indicator=${enableval}
12602
 
else
12603
 
   with_keyboard_indicator=yes
12604
 
fi
12605
 
 
12606
 
# Check whether --enable-dnd2share was given.
12607
 
if test "${enable_dnd2share+set}" = set; then :
12608
 
  enableval=$enable_dnd2share;  with_dnd2share=${enableval}
12609
 
else
12610
 
   with_dnd2share=yes
12611
 
fi
12612
 
 
12613
 
# Check whether --enable-musicplayer was given.
12614
 
if test "${enable_musicplayer+set}" = set; then :
12615
 
  enableval=$enable_musicplayer;  with_musicplayer=${enableval}
12616
 
else
12617
 
   with_musicplayer=yes
12618
 
fi
12619
 
 
12620
 
# Check whether --enable-rssreader was given.
12621
 
if test "${enable_rssreader+set}" = set; then :
12622
 
  enableval=$enable_rssreader;  with_rssreader=${enableval}
12623
 
else
12624
 
   with_rssreader=yes
12625
 
fi
12626
 
 
12627
 
# Check whether --enable-xrandr-in-show-desktop was given.
12628
 
if test "${enable_xrandr_in_show_desktop+set}" = set; then :
12629
 
  enableval=$enable_xrandr_in_show_desktop;  with_xrandr_in_show_desktop=${enableval}
12630
 
else
12631
 
   with_xrandr_in_show_desktop=yes
12632
 
fi
12633
 
 
12634
 
# Check whether --enable-network-monitor was given.
12635
 
if test "${enable_network_monitor+set}" = set; then :
12636
 
  enableval=$enable_network_monitor;  with_network_monitor=${enableval}
12637
 
else
12638
 
   with_network_monitor=no
12639
 
fi
12640
 
 
12641
 
# Check whether --enable-scooby-do was given.
12642
 
if test "${enable_scooby_do+set}" = set; then :
12643
 
  enableval=$enable_scooby_do;  with_scooby_do=${enableval}
12644
 
else
12645
 
   with_scooby_do=no
12646
 
fi
12647
 
 
12648
 
 
12649
 
 
12650
 
############# PACKAGES ADDITIONNELS #################
12651
 
if test "$with_old_gnome_support" = "yes" ; then
12652
 
 
12653
 
pkg_failed=no
12654
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for OLD_GNOME_INTEGRATION" >&5
12655
 
$as_echo_n "checking for OLD_GNOME_INTEGRATION... " >&6; }
12656
 
 
12657
 
if test -n "$PKG_CONFIG"; then
12658
 
    if test -n "$OLD_GNOME_INTEGRATION_CFLAGS"; then
12659
 
        pkg_cv_OLD_GNOME_INTEGRATION_CFLAGS="$OLD_GNOME_INTEGRATION_CFLAGS"
12660
 
    else
12661
 
        if test -n "$PKG_CONFIG" && \
12662
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 libgnomeui-2.0\""; } >&5
12663
 
  ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 libgnomeui-2.0") 2>&5
12664
 
  ac_status=$?
12665
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12666
 
  test $ac_status = 0; }; then
12667
 
  pkg_cv_OLD_GNOME_INTEGRATION_CFLAGS=`$PKG_CONFIG --cflags "gnome-vfs-2.0 libgnomeui-2.0" 2>/dev/null`
12668
 
else
12669
 
  pkg_failed=yes
12670
 
fi
12671
 
    fi
12672
 
else
12673
 
        pkg_failed=untried
12674
 
fi
12675
 
if test -n "$PKG_CONFIG"; then
12676
 
    if test -n "$OLD_GNOME_INTEGRATION_LIBS"; then
12677
 
        pkg_cv_OLD_GNOME_INTEGRATION_LIBS="$OLD_GNOME_INTEGRATION_LIBS"
12678
 
    else
12679
 
        if test -n "$PKG_CONFIG" && \
12680
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 libgnomeui-2.0\""; } >&5
12681
 
  ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 libgnomeui-2.0") 2>&5
12682
 
  ac_status=$?
12683
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12684
 
  test $ac_status = 0; }; then
12685
 
  pkg_cv_OLD_GNOME_INTEGRATION_LIBS=`$PKG_CONFIG --libs "gnome-vfs-2.0 libgnomeui-2.0" 2>/dev/null`
12686
 
else
12687
 
  pkg_failed=yes
12688
 
fi
12689
 
    fi
12690
 
else
12691
 
        pkg_failed=untried
12692
 
fi
12693
 
 
12694
 
 
12695
 
 
12696
 
if test $pkg_failed = yes; then
12697
 
 
12698
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
12699
 
        _pkg_short_errors_supported=yes
12700
 
else
12701
 
        _pkg_short_errors_supported=no
12702
 
fi
12703
 
        if test $_pkg_short_errors_supported = yes; then
12704
 
                OLD_GNOME_INTEGRATION_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gnome-vfs-2.0 libgnomeui-2.0"`
12705
 
        else
12706
 
                OLD_GNOME_INTEGRATION_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gnome-vfs-2.0 libgnomeui-2.0"`
12707
 
        fi
12708
 
        # Put the nasty error message in config.log where it belongs
12709
 
        echo "$OLD_GNOME_INTEGRATION_PKG_ERRORS" >&5
12710
 
 
12711
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12712
 
$as_echo "no" >&6; }
12713
 
                 with_old_gnome_support=false; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not find gnome-vfs and/or gnomeui; Cairo-Dock won\'t be built with Gnome<2.22 support." >&5
12714
 
$as_echo "$as_me: WARNING: Could not find gnome-vfs and/or gnomeui; Cairo-Dock won\'t be built with Gnome<2.22 support." >&2;}
12715
 
elif test $pkg_failed = untried; then
12716
 
         with_old_gnome_support=false; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not find gnome-vfs and/or gnomeui; Cairo-Dock won\'t be built with Gnome<2.22 support." >&5
12717
 
$as_echo "$as_me: WARNING: Could not find gnome-vfs and/or gnomeui; Cairo-Dock won\'t be built with Gnome<2.22 support." >&2;}
12718
 
else
12719
 
        OLD_GNOME_INTEGRATION_CFLAGS=$pkg_cv_OLD_GNOME_INTEGRATION_CFLAGS
12720
 
        OLD_GNOME_INTEGRATION_LIBS=$pkg_cv_OLD_GNOME_INTEGRATION_LIBS
12721
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12722
 
$as_echo "yes" >&6; }
12723
 
        :
12724
 
fi
12725
 
 
12726
 
 
12727
 
fi
12728
 
if test "$with_gnome_support" = "yes" ; then
12729
 
 
12730
 
pkg_failed=no
12731
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNOME_INTEGRATION" >&5
12732
 
$as_echo_n "checking for GNOME_INTEGRATION... " >&6; }
12733
 
 
12734
 
if test -n "$PKG_CONFIG"; then
12735
 
    if test -n "$GNOME_INTEGRATION_CFLAGS"; then
12736
 
        pkg_cv_GNOME_INTEGRATION_CFLAGS="$GNOME_INTEGRATION_CFLAGS"
12737
 
    else
12738
 
        if test -n "$PKG_CONFIG" && \
12739
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gio-2.0\""; } >&5
12740
 
  ($PKG_CONFIG --exists --print-errors "gio-2.0") 2>&5
12741
 
  ac_status=$?
12742
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12743
 
  test $ac_status = 0; }; then
12744
 
  pkg_cv_GNOME_INTEGRATION_CFLAGS=`$PKG_CONFIG --cflags "gio-2.0" 2>/dev/null`
12745
 
else
12746
 
  pkg_failed=yes
12747
 
fi
12748
 
    fi
12749
 
else
12750
 
        pkg_failed=untried
12751
 
fi
12752
 
if test -n "$PKG_CONFIG"; then
12753
 
    if test -n "$GNOME_INTEGRATION_LIBS"; then
12754
 
        pkg_cv_GNOME_INTEGRATION_LIBS="$GNOME_INTEGRATION_LIBS"
12755
 
    else
12756
 
        if test -n "$PKG_CONFIG" && \
12757
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gio-2.0\""; } >&5
12758
 
  ($PKG_CONFIG --exists --print-errors "gio-2.0") 2>&5
12759
 
  ac_status=$?
12760
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12761
 
  test $ac_status = 0; }; then
12762
 
  pkg_cv_GNOME_INTEGRATION_LIBS=`$PKG_CONFIG --libs "gio-2.0" 2>/dev/null`
12763
 
else
12764
 
  pkg_failed=yes
12765
 
fi
12766
 
    fi
12767
 
else
12768
 
        pkg_failed=untried
12769
 
fi
12770
 
 
12771
 
 
12772
 
 
12773
 
if test $pkg_failed = yes; then
12774
 
 
12775
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
12776
 
        _pkg_short_errors_supported=yes
12777
 
else
12778
 
        _pkg_short_errors_supported=no
12779
 
fi
12780
 
        if test $_pkg_short_errors_supported = yes; then
12781
 
                GNOME_INTEGRATION_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gio-2.0"`
12782
 
        else
12783
 
                GNOME_INTEGRATION_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gio-2.0"`
12784
 
        fi
12785
 
        # Put the nasty error message in config.log where it belongs
12786
 
        echo "$GNOME_INTEGRATION_PKG_ERRORS" >&5
12787
 
 
12788
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12789
 
$as_echo "no" >&6; }
12790
 
                 with_gnome_support=false; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not find gio; Cairo-Dock won\'t be built with Gnome>=2.22 support." >&5
12791
 
$as_echo "$as_me: WARNING: Could not find gio; Cairo-Dock won\'t be built with Gnome>=2.22 support." >&2;}
12792
 
elif test $pkg_failed = untried; then
12793
 
         with_gnome_support=false; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not find gio; Cairo-Dock won\'t be built with Gnome>=2.22 support." >&5
12794
 
$as_echo "$as_me: WARNING: Could not find gio; Cairo-Dock won\'t be built with Gnome>=2.22 support." >&2;}
12795
 
else
12796
 
        GNOME_INTEGRATION_CFLAGS=$pkg_cv_GNOME_INTEGRATION_CFLAGS
12797
 
        GNOME_INTEGRATION_LIBS=$pkg_cv_GNOME_INTEGRATION_LIBS
12798
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12799
 
$as_echo "yes" >&6; }
12800
 
        :
12801
 
fi
12802
 
 
12803
 
 
12804
 
fi
12805
 
if test "$with_xfce_support" = "yes" ; then
12806
 
 
12807
 
pkg_failed=no
12808
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XFCE_INTEGRATION" >&5
12809
 
$as_echo_n "checking for XFCE_INTEGRATION... " >&6; }
12810
 
 
12811
 
if test -n "$PKG_CONFIG"; then
12812
 
    if test -n "$XFCE_INTEGRATION_CFLAGS"; then
12813
 
        pkg_cv_XFCE_INTEGRATION_CFLAGS="$XFCE_INTEGRATION_CFLAGS"
12814
 
    else
12815
 
        if test -n "$PKG_CONFIG" && \
12816
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"thunar-vfs-1\""; } >&5
12817
 
  ($PKG_CONFIG --exists --print-errors "thunar-vfs-1") 2>&5
12818
 
  ac_status=$?
12819
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12820
 
  test $ac_status = 0; }; then
12821
 
  pkg_cv_XFCE_INTEGRATION_CFLAGS=`$PKG_CONFIG --cflags "thunar-vfs-1" 2>/dev/null`
12822
 
else
12823
 
  pkg_failed=yes
12824
 
fi
12825
 
    fi
12826
 
else
12827
 
        pkg_failed=untried
12828
 
fi
12829
 
if test -n "$PKG_CONFIG"; then
12830
 
    if test -n "$XFCE_INTEGRATION_LIBS"; then
12831
 
        pkg_cv_XFCE_INTEGRATION_LIBS="$XFCE_INTEGRATION_LIBS"
12832
 
    else
12833
 
        if test -n "$PKG_CONFIG" && \
12834
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"thunar-vfs-1\""; } >&5
12835
 
  ($PKG_CONFIG --exists --print-errors "thunar-vfs-1") 2>&5
12836
 
  ac_status=$?
12837
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12838
 
  test $ac_status = 0; }; then
12839
 
  pkg_cv_XFCE_INTEGRATION_LIBS=`$PKG_CONFIG --libs "thunar-vfs-1" 2>/dev/null`
12840
 
else
12841
 
  pkg_failed=yes
12842
 
fi
12843
 
    fi
12844
 
else
12845
 
        pkg_failed=untried
12846
 
fi
12847
 
 
12848
 
 
12849
 
 
12850
 
if test $pkg_failed = yes; then
12851
 
 
12852
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
12853
 
        _pkg_short_errors_supported=yes
12854
 
else
12855
 
        _pkg_short_errors_supported=no
12856
 
fi
12857
 
        if test $_pkg_short_errors_supported = yes; then
12858
 
                XFCE_INTEGRATION_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "thunar-vfs-1"`
12859
 
        else
12860
 
                XFCE_INTEGRATION_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "thunar-vfs-1"`
12861
 
        fi
12862
 
        # Put the nasty error message in config.log where it belongs
12863
 
        echo "$XFCE_INTEGRATION_PKG_ERRORS" >&5
12864
 
 
12865
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12866
 
$as_echo "no" >&6; }
12867
 
                 with_xfce_support=false; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not find thunar-vfs; Cairo-Dock won\'t be built with XFCE support." >&5
12868
 
$as_echo "$as_me: WARNING: Could not find thunar-vfs; Cairo-Dock won\'t be built with XFCE support." >&2;}
12869
 
elif test $pkg_failed = untried; then
12870
 
         with_xfce_support=false; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not find thunar-vfs; Cairo-Dock won\'t be built with XFCE support." >&5
12871
 
$as_echo "$as_me: WARNING: Could not find thunar-vfs; Cairo-Dock won\'t be built with XFCE support." >&2;}
12872
 
else
12873
 
        XFCE_INTEGRATION_CFLAGS=$pkg_cv_XFCE_INTEGRATION_CFLAGS
12874
 
        XFCE_INTEGRATION_LIBS=$pkg_cv_XFCE_INTEGRATION_LIBS
12875
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12876
 
$as_echo "yes" >&6; }
12877
 
        :
12878
 
fi
12879
 
 
12880
 
 
12881
 
fi
12882
 
if test "$with_kde_support" = "yes" ; then
12883
 
 
12884
 
pkg_failed=no
12885
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for KDE_INTEGRATION" >&5
12886
 
$as_echo_n "checking for KDE_INTEGRATION... " >&6; }
12887
 
 
12888
 
if test -n "$PKG_CONFIG"; then
12889
 
    if test -n "$KDE_INTEGRATION_CFLAGS"; then
12890
 
        pkg_cv_KDE_INTEGRATION_CFLAGS="$KDE_INTEGRATION_CFLAGS"
12891
 
    else
12892
 
        if test -n "$PKG_CONFIG" && \
12893
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gio-2.0\""; } >&5
12894
 
  ($PKG_CONFIG --exists --print-errors "gio-2.0") 2>&5
12895
 
  ac_status=$?
12896
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12897
 
  test $ac_status = 0; }; then
12898
 
  pkg_cv_KDE_INTEGRATION_CFLAGS=`$PKG_CONFIG --cflags "gio-2.0" 2>/dev/null`
12899
 
else
12900
 
  pkg_failed=yes
12901
 
fi
12902
 
    fi
12903
 
else
12904
 
        pkg_failed=untried
12905
 
fi
12906
 
if test -n "$PKG_CONFIG"; then
12907
 
    if test -n "$KDE_INTEGRATION_LIBS"; then
12908
 
        pkg_cv_KDE_INTEGRATION_LIBS="$KDE_INTEGRATION_LIBS"
12909
 
    else
12910
 
        if test -n "$PKG_CONFIG" && \
12911
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gio-2.0\""; } >&5
12912
 
  ($PKG_CONFIG --exists --print-errors "gio-2.0") 2>&5
12913
 
  ac_status=$?
12914
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12915
 
  test $ac_status = 0; }; then
12916
 
  pkg_cv_KDE_INTEGRATION_LIBS=`$PKG_CONFIG --libs "gio-2.0" 2>/dev/null`
12917
 
else
12918
 
  pkg_failed=yes
12919
 
fi
12920
 
    fi
12921
 
else
12922
 
        pkg_failed=untried
12923
 
fi
12924
 
 
12925
 
 
12926
 
 
12927
 
if test $pkg_failed = yes; then
12928
 
 
12929
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
12930
 
        _pkg_short_errors_supported=yes
12931
 
else
12932
 
        _pkg_short_errors_supported=no
12933
 
fi
12934
 
        if test $_pkg_short_errors_supported = yes; then
12935
 
                KDE_INTEGRATION_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gio-2.0"`
12936
 
        else
12937
 
                KDE_INTEGRATION_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gio-2.0"`
12938
 
        fi
12939
 
        # Put the nasty error message in config.log where it belongs
12940
 
        echo "$KDE_INTEGRATION_PKG_ERRORS" >&5
12941
 
 
12942
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12943
 
$as_echo "no" >&6; }
12944
 
                 with_kde_support=false; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not find kde libs; Cairo-Dock won\'t be built with KDE support." >&5
12945
 
$as_echo "$as_me: WARNING: Could not find kde libs; Cairo-Dock won\'t be built with KDE support." >&2;}
12946
 
elif test $pkg_failed = untried; then
12947
 
         with_kde_support=false; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not find kde libs; Cairo-Dock won\'t be built with KDE support." >&5
12948
 
$as_echo "$as_me: WARNING: Could not find kde libs; Cairo-Dock won\'t be built with KDE support." >&2;}
12949
 
else
12950
 
        KDE_INTEGRATION_CFLAGS=$pkg_cv_KDE_INTEGRATION_CFLAGS
12951
 
        KDE_INTEGRATION_LIBS=$pkg_cv_KDE_INTEGRATION_LIBS
12952
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12953
 
$as_echo "yes" >&6; }
12954
 
        :
12955
 
fi
12956
 
 
12957
 
 
12958
 
fi
12959
 
if test "$with_alsa_mixer" = "yes" ; then
12960
 
 
12961
 
pkg_failed=no
12962
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ALSA_MIXER_PACKAGE" >&5
12963
 
$as_echo_n "checking for ALSA_MIXER_PACKAGE... " >&6; }
12964
 
 
12965
 
if test -n "$PKG_CONFIG"; then
12966
 
    if test -n "$ALSA_MIXER_PACKAGE_CFLAGS"; then
12967
 
        pkg_cv_ALSA_MIXER_PACKAGE_CFLAGS="$ALSA_MIXER_PACKAGE_CFLAGS"
12968
 
    else
12969
 
        if test -n "$PKG_CONFIG" && \
12970
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"alsa\""; } >&5
12971
 
  ($PKG_CONFIG --exists --print-errors "alsa") 2>&5
12972
 
  ac_status=$?
12973
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12974
 
  test $ac_status = 0; }; then
12975
 
  pkg_cv_ALSA_MIXER_PACKAGE_CFLAGS=`$PKG_CONFIG --cflags "alsa" 2>/dev/null`
12976
 
else
12977
 
  pkg_failed=yes
12978
 
fi
12979
 
    fi
12980
 
else
12981
 
        pkg_failed=untried
12982
 
fi
12983
 
if test -n "$PKG_CONFIG"; then
12984
 
    if test -n "$ALSA_MIXER_PACKAGE_LIBS"; then
12985
 
        pkg_cv_ALSA_MIXER_PACKAGE_LIBS="$ALSA_MIXER_PACKAGE_LIBS"
12986
 
    else
12987
 
        if test -n "$PKG_CONFIG" && \
12988
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"alsa\""; } >&5
12989
 
  ($PKG_CONFIG --exists --print-errors "alsa") 2>&5
12990
 
  ac_status=$?
12991
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12992
 
  test $ac_status = 0; }; then
12993
 
  pkg_cv_ALSA_MIXER_PACKAGE_LIBS=`$PKG_CONFIG --libs "alsa" 2>/dev/null`
12994
 
else
12995
 
  pkg_failed=yes
12996
 
fi
12997
 
    fi
12998
 
else
12999
 
        pkg_failed=untried
13000
 
fi
13001
 
 
13002
 
 
13003
 
 
13004
 
if test $pkg_failed = yes; then
13005
 
 
13006
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
13007
 
        _pkg_short_errors_supported=yes
13008
 
else
13009
 
        _pkg_short_errors_supported=no
13010
 
fi
13011
 
        if test $_pkg_short_errors_supported = yes; then
13012
 
                ALSA_MIXER_PACKAGE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "alsa"`
13013
 
        else
13014
 
                ALSA_MIXER_PACKAGE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "alsa"`
13015
 
        fi
13016
 
        # Put the nasty error message in config.log where it belongs
13017
 
        echo "$ALSA_MIXER_PACKAGE_PKG_ERRORS" >&5
13018
 
 
13019
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13020
 
$as_echo "no" >&6; }
13021
 
                 with_alsa_mixer=false; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not find alsa; Cairo-Dock won\'t be built with AlsaMixer applet." >&5
13022
 
$as_echo "$as_me: WARNING: Could not find alsa; Cairo-Dock won\'t be built with AlsaMixer applet." >&2;}
13023
 
elif test $pkg_failed = untried; then
13024
 
         with_alsa_mixer=false; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not find alsa; Cairo-Dock won\'t be built with AlsaMixer applet." >&5
13025
 
$as_echo "$as_me: WARNING: Could not find alsa; Cairo-Dock won\'t be built with AlsaMixer applet." >&2;}
13026
 
else
13027
 
        ALSA_MIXER_PACKAGE_CFLAGS=$pkg_cv_ALSA_MIXER_PACKAGE_CFLAGS
13028
 
        ALSA_MIXER_PACKAGE_LIBS=$pkg_cv_ALSA_MIXER_PACKAGE_LIBS
13029
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13030
 
$as_echo "yes" >&6; }
13031
 
        :
13032
 
fi
13033
 
 
13034
 
 
13035
 
fi
13036
 
if test "$with_terminal" = "yes" ; then
13037
 
 
13038
 
pkg_failed=no
13039
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for TERMINAL_PACKAGE" >&5
13040
 
$as_echo_n "checking for TERMINAL_PACKAGE... " >&6; }
13041
 
 
13042
 
if test -n "$PKG_CONFIG"; then
13043
 
    if test -n "$TERMINAL_PACKAGE_CFLAGS"; then
13044
 
        pkg_cv_TERMINAL_PACKAGE_CFLAGS="$TERMINAL_PACKAGE_CFLAGS"
13045
 
    else
13046
 
        if test -n "$PKG_CONFIG" && \
13047
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"vte\""; } >&5
13048
 
  ($PKG_CONFIG --exists --print-errors "vte") 2>&5
13049
 
  ac_status=$?
13050
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13051
 
  test $ac_status = 0; }; then
13052
 
  pkg_cv_TERMINAL_PACKAGE_CFLAGS=`$PKG_CONFIG --cflags "vte" 2>/dev/null`
13053
 
else
13054
 
  pkg_failed=yes
13055
 
fi
13056
 
    fi
13057
 
else
13058
 
        pkg_failed=untried
13059
 
fi
13060
 
if test -n "$PKG_CONFIG"; then
13061
 
    if test -n "$TERMINAL_PACKAGE_LIBS"; then
13062
 
        pkg_cv_TERMINAL_PACKAGE_LIBS="$TERMINAL_PACKAGE_LIBS"
13063
 
    else
13064
 
        if test -n "$PKG_CONFIG" && \
13065
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"vte\""; } >&5
13066
 
  ($PKG_CONFIG --exists --print-errors "vte") 2>&5
13067
 
  ac_status=$?
13068
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13069
 
  test $ac_status = 0; }; then
13070
 
  pkg_cv_TERMINAL_PACKAGE_LIBS=`$PKG_CONFIG --libs "vte" 2>/dev/null`
13071
 
else
13072
 
  pkg_failed=yes
13073
 
fi
13074
 
    fi
13075
 
else
13076
 
        pkg_failed=untried
13077
 
fi
13078
 
 
13079
 
 
13080
 
 
13081
 
if test $pkg_failed = yes; then
13082
 
 
13083
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
13084
 
        _pkg_short_errors_supported=yes
13085
 
else
13086
 
        _pkg_short_errors_supported=no
13087
 
fi
13088
 
        if test $_pkg_short_errors_supported = yes; then
13089
 
                TERMINAL_PACKAGE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "vte"`
13090
 
        else
13091
 
                TERMINAL_PACKAGE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "vte"`
13092
 
        fi
13093
 
        # Put the nasty error message in config.log where it belongs
13094
 
        echo "$TERMINAL_PACKAGE_PKG_ERRORS" >&5
13095
 
 
13096
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13097
 
$as_echo "no" >&6; }
13098
 
                 with_terminal=false; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not find vte; Cairo-Dock won\'t be built with Terminal applet." >&5
13099
 
$as_echo "$as_me: WARNING: Could not find vte; Cairo-Dock won\'t be built with Terminal applet." >&2;}
13100
 
elif test $pkg_failed = untried; then
13101
 
         with_terminal=false; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not find vte; Cairo-Dock won\'t be built with Terminal applet." >&5
13102
 
$as_echo "$as_me: WARNING: Could not find vte; Cairo-Dock won\'t be built with Terminal applet." >&2;}
13103
 
else
13104
 
        TERMINAL_PACKAGE_CFLAGS=$pkg_cv_TERMINAL_PACKAGE_CFLAGS
13105
 
        TERMINAL_PACKAGE_LIBS=$pkg_cv_TERMINAL_PACKAGE_LIBS
13106
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13107
 
$as_echo "yes" >&6; }
13108
 
        :
13109
 
fi
13110
 
 
13111
 
 
13112
 
fi
13113
 
if test "$with_xgamma" = "yes" ; then
13114
 
 
13115
 
pkg_failed=no
13116
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XGAMMA_PACKAGE" >&5
13117
 
$as_echo_n "checking for XGAMMA_PACKAGE... " >&6; }
13118
 
 
13119
 
if test -n "$PKG_CONFIG"; then
13120
 
    if test -n "$XGAMMA_PACKAGE_CFLAGS"; then
13121
 
        pkg_cv_XGAMMA_PACKAGE_CFLAGS="$XGAMMA_PACKAGE_CFLAGS"
13122
 
    else
13123
 
        if test -n "$PKG_CONFIG" && \
13124
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11 xxf86vm\""; } >&5
13125
 
  ($PKG_CONFIG --exists --print-errors "x11 xxf86vm") 2>&5
13126
 
  ac_status=$?
13127
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13128
 
  test $ac_status = 0; }; then
13129
 
  pkg_cv_XGAMMA_PACKAGE_CFLAGS=`$PKG_CONFIG --cflags "x11 xxf86vm" 2>/dev/null`
13130
 
else
13131
 
  pkg_failed=yes
13132
 
fi
13133
 
    fi
13134
 
else
13135
 
        pkg_failed=untried
13136
 
fi
13137
 
if test -n "$PKG_CONFIG"; then
13138
 
    if test -n "$XGAMMA_PACKAGE_LIBS"; then
13139
 
        pkg_cv_XGAMMA_PACKAGE_LIBS="$XGAMMA_PACKAGE_LIBS"
13140
 
    else
13141
 
        if test -n "$PKG_CONFIG" && \
13142
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11 xxf86vm\""; } >&5
13143
 
  ($PKG_CONFIG --exists --print-errors "x11 xxf86vm") 2>&5
13144
 
  ac_status=$?
13145
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13146
 
  test $ac_status = 0; }; then
13147
 
  pkg_cv_XGAMMA_PACKAGE_LIBS=`$PKG_CONFIG --libs "x11 xxf86vm" 2>/dev/null`
13148
 
else
13149
 
  pkg_failed=yes
13150
 
fi
13151
 
    fi
13152
 
else
13153
 
        pkg_failed=untried
13154
 
fi
13155
 
 
13156
 
 
13157
 
 
13158
 
if test $pkg_failed = yes; then
13159
 
 
13160
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
13161
 
        _pkg_short_errors_supported=yes
13162
 
else
13163
 
        _pkg_short_errors_supported=no
13164
 
fi
13165
 
        if test $_pkg_short_errors_supported = yes; then
13166
 
                XGAMMA_PACKAGE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "x11 xxf86vm"`
13167
 
        else
13168
 
                XGAMMA_PACKAGE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "x11 xxf86vm"`
13169
 
        fi
13170
 
        # Put the nasty error message in config.log where it belongs
13171
 
        echo "$XGAMMA_PACKAGE_PKG_ERRORS" >&5
13172
 
 
13173
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13174
 
$as_echo "no" >&6; }
13175
 
                 with_xgamma=false; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not find xxf86vm; Cairo-Dock won\'t be built with Xgamma applet." >&5
13176
 
$as_echo "$as_me: WARNING: Could not find xxf86vm; Cairo-Dock won\'t be built with Xgamma applet." >&2;}
13177
 
elif test $pkg_failed = untried; then
13178
 
         with_xgamma=false; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not find xxf86vm; Cairo-Dock won\'t be built with Xgamma applet." >&5
13179
 
$as_echo "$as_me: WARNING: Could not find xxf86vm; Cairo-Dock won\'t be built with Xgamma applet." >&2;}
13180
 
else
13181
 
        XGAMMA_PACKAGE_CFLAGS=$pkg_cv_XGAMMA_PACKAGE_CFLAGS
13182
 
        XGAMMA_PACKAGE_LIBS=$pkg_cv_XGAMMA_PACKAGE_LIBS
13183
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13184
 
$as_echo "yes" >&6; }
13185
 
        :
13186
 
fi
13187
 
 
13188
 
 
13189
 
fi
13190
 
if test "$with_gmenu" = "yes" ; then
13191
 
 
13192
 
pkg_failed=no
13193
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GMENU_PACKAGE" >&5
13194
 
$as_echo_n "checking for GMENU_PACKAGE... " >&6; }
13195
 
 
13196
 
if test -n "$PKG_CONFIG"; then
13197
 
    if test -n "$GMENU_PACKAGE_CFLAGS"; then
13198
 
        pkg_cv_GMENU_PACKAGE_CFLAGS="$GMENU_PACKAGE_CFLAGS"
13199
 
    else
13200
 
        if test -n "$PKG_CONFIG" && \
13201
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libgnome-menu\""; } >&5
13202
 
  ($PKG_CONFIG --exists --print-errors "libgnome-menu") 2>&5
13203
 
  ac_status=$?
13204
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13205
 
  test $ac_status = 0; }; then
13206
 
  pkg_cv_GMENU_PACKAGE_CFLAGS=`$PKG_CONFIG --cflags "libgnome-menu" 2>/dev/null`
13207
 
else
13208
 
  pkg_failed=yes
13209
 
fi
13210
 
    fi
13211
 
else
13212
 
        pkg_failed=untried
13213
 
fi
13214
 
if test -n "$PKG_CONFIG"; then
13215
 
    if test -n "$GMENU_PACKAGE_LIBS"; then
13216
 
        pkg_cv_GMENU_PACKAGE_LIBS="$GMENU_PACKAGE_LIBS"
13217
 
    else
13218
 
        if test -n "$PKG_CONFIG" && \
13219
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libgnome-menu\""; } >&5
13220
 
  ($PKG_CONFIG --exists --print-errors "libgnome-menu") 2>&5
13221
 
  ac_status=$?
13222
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13223
 
  test $ac_status = 0; }; then
13224
 
  pkg_cv_GMENU_PACKAGE_LIBS=`$PKG_CONFIG --libs "libgnome-menu" 2>/dev/null`
13225
 
else
13226
 
  pkg_failed=yes
13227
 
fi
13228
 
    fi
13229
 
else
13230
 
        pkg_failed=untried
13231
 
fi
13232
 
 
13233
 
 
13234
 
 
13235
 
if test $pkg_failed = yes; then
13236
 
 
13237
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
13238
 
        _pkg_short_errors_supported=yes
13239
 
else
13240
 
        _pkg_short_errors_supported=no
13241
 
fi
13242
 
        if test $_pkg_short_errors_supported = yes; then
13243
 
                GMENU_PACKAGE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgnome-menu"`
13244
 
        else
13245
 
                GMENU_PACKAGE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnome-menu"`
13246
 
        fi
13247
 
        # Put the nasty error message in config.log where it belongs
13248
 
        echo "$GMENU_PACKAGE_PKG_ERRORS" >&5
13249
 
 
13250
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13251
 
$as_echo "no" >&6; }
13252
 
                 with_gmenu=false; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not find libgnome-menu; Cairo-Dock won\'t be built with GMenu applet." >&5
13253
 
$as_echo "$as_me: WARNING: Could not find libgnome-menu; Cairo-Dock won\'t be built with GMenu applet." >&2;}
13254
 
elif test $pkg_failed = untried; then
13255
 
         with_gmenu=false; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not find libgnome-menu; Cairo-Dock won\'t be built with GMenu applet." >&5
13256
 
$as_echo "$as_me: WARNING: Could not find libgnome-menu; Cairo-Dock won\'t be built with GMenu applet." >&2;}
13257
 
else
13258
 
        GMENU_PACKAGE_CFLAGS=$pkg_cv_GMENU_PACKAGE_CFLAGS
13259
 
        GMENU_PACKAGE_LIBS=$pkg_cv_GMENU_PACKAGE_LIBS
13260
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13261
 
$as_echo "yes" >&6; }
13262
 
        :
13263
 
fi
13264
 
 
13265
 
 
13266
 
fi
13267
 
if test "$with_gio_in_gmenu" = "yes" ; then
13268
 
 
13269
 
pkg_failed=no
13270
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GMENU_GIO" >&5
13271
 
$as_echo_n "checking for GMENU_GIO... " >&6; }
13272
 
 
13273
 
if test -n "$PKG_CONFIG"; then
13274
 
    if test -n "$GMENU_GIO_CFLAGS"; then
13275
 
        pkg_cv_GMENU_GIO_CFLAGS="$GMENU_GIO_CFLAGS"
13276
 
    else
13277
 
        if test -n "$PKG_CONFIG" && \
13278
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gio-2.0\""; } >&5
13279
 
  ($PKG_CONFIG --exists --print-errors "gio-2.0") 2>&5
13280
 
  ac_status=$?
13281
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13282
 
  test $ac_status = 0; }; then
13283
 
  pkg_cv_GMENU_GIO_CFLAGS=`$PKG_CONFIG --cflags "gio-2.0" 2>/dev/null`
13284
 
else
13285
 
  pkg_failed=yes
13286
 
fi
13287
 
    fi
13288
 
else
13289
 
        pkg_failed=untried
13290
 
fi
13291
 
if test -n "$PKG_CONFIG"; then
13292
 
    if test -n "$GMENU_GIO_LIBS"; then
13293
 
        pkg_cv_GMENU_GIO_LIBS="$GMENU_GIO_LIBS"
13294
 
    else
13295
 
        if test -n "$PKG_CONFIG" && \
13296
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gio-2.0\""; } >&5
13297
 
  ($PKG_CONFIG --exists --print-errors "gio-2.0") 2>&5
13298
 
  ac_status=$?
13299
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13300
 
  test $ac_status = 0; }; then
13301
 
  pkg_cv_GMENU_GIO_LIBS=`$PKG_CONFIG --libs "gio-2.0" 2>/dev/null`
13302
 
else
13303
 
  pkg_failed=yes
13304
 
fi
13305
 
    fi
13306
 
else
13307
 
        pkg_failed=untried
13308
 
fi
13309
 
 
13310
 
 
13311
 
 
13312
 
if test $pkg_failed = yes; then
13313
 
 
13314
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
13315
 
        _pkg_short_errors_supported=yes
13316
 
else
13317
 
        _pkg_short_errors_supported=no
13318
 
fi
13319
 
        if test $_pkg_short_errors_supported = yes; then
13320
 
                GMENU_GIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gio-2.0"`
13321
 
        else
13322
 
                GMENU_GIO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gio-2.0"`
13323
 
        fi
13324
 
        # Put the nasty error message in config.log where it belongs
13325
 
        echo "$GMENU_GIO_PKG_ERRORS" >&5
13326
 
 
13327
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13328
 
$as_echo "no" >&6; }
13329
 
                 with_gio_in_gmenu=false; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not find gio-2.0; the GMenu applet won\'t be built with. Depending on libgnome-menu" >&5
13330
 
$as_echo "$as_me: WARNING: Could not find gio-2.0; the GMenu applet won\'t be built with. Depending on libgnome-menu" >&2;}
13331
 
elif test $pkg_failed = untried; then
13332
 
         with_gio_in_gmenu=false; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not find gio-2.0; the GMenu applet won\'t be built with. Depending on libgnome-menu" >&5
13333
 
$as_echo "$as_me: WARNING: Could not find gio-2.0; the GMenu applet won\'t be built with. Depending on libgnome-menu" >&2;}
13334
 
else
13335
 
        GMENU_GIO_CFLAGS=$pkg_cv_GMENU_GIO_CFLAGS
13336
 
        GMENU_GIO_LIBS=$pkg_cv_GMENU_GIO_LIBS
13337
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13338
 
$as_echo "yes" >&6; }
13339
 
        :
13340
 
fi
13341
 
 
13342
 
 
13343
 
fi
13344
 
if test "$with_mail" = "yes" ; then
13345
 
        MAIL_PACKAGE_CFLAGS=`libetpan-config --cflags`
13346
 
        MAIL_PACKAGE_LIBS=`libetpan-config --libs`
13347
 
        if test "x$MAIL_PACKAGE_LIBS" = "x"; then
13348
 
                echo "warning : Could not find libetpan; Cairo-Dock won't be built with Mail applet."
13349
 
                with_mail=false
13350
 
        fi
13351
 
 
13352
 
 
13353
 
fi
13354
 
if test "$with_weblets" = "yes" ; then
13355
 
 
13356
 
pkg_failed=no
13357
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for WEBKIT" >&5
13358
 
$as_echo_n "checking for WEBKIT... " >&6; }
13359
 
 
13360
 
if test -n "$PKG_CONFIG"; then
13361
 
    if test -n "$WEBKIT_CFLAGS"; then
13362
 
        pkg_cv_WEBKIT_CFLAGS="$WEBKIT_CFLAGS"
13363
 
    else
13364
 
        if test -n "$PKG_CONFIG" && \
13365
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"webkit-1.0\""; } >&5
13366
 
  ($PKG_CONFIG --exists --print-errors "webkit-1.0") 2>&5
13367
 
  ac_status=$?
13368
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13369
 
  test $ac_status = 0; }; then
13370
 
  pkg_cv_WEBKIT_CFLAGS=`$PKG_CONFIG --cflags "webkit-1.0" 2>/dev/null`
13371
 
else
13372
 
  pkg_failed=yes
13373
 
fi
13374
 
    fi
13375
 
else
13376
 
        pkg_failed=untried
13377
 
fi
13378
 
if test -n "$PKG_CONFIG"; then
13379
 
    if test -n "$WEBKIT_LIBS"; then
13380
 
        pkg_cv_WEBKIT_LIBS="$WEBKIT_LIBS"
13381
 
    else
13382
 
        if test -n "$PKG_CONFIG" && \
13383
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"webkit-1.0\""; } >&5
13384
 
  ($PKG_CONFIG --exists --print-errors "webkit-1.0") 2>&5
13385
 
  ac_status=$?
13386
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13387
 
  test $ac_status = 0; }; then
13388
 
  pkg_cv_WEBKIT_LIBS=`$PKG_CONFIG --libs "webkit-1.0" 2>/dev/null`
13389
 
else
13390
 
  pkg_failed=yes
13391
 
fi
13392
 
    fi
13393
 
else
13394
 
        pkg_failed=untried
13395
 
fi
13396
 
 
13397
 
 
13398
 
 
13399
 
if test $pkg_failed = yes; then
13400
 
 
13401
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
13402
 
        _pkg_short_errors_supported=yes
13403
 
else
13404
 
        _pkg_short_errors_supported=no
13405
 
fi
13406
 
        if test $_pkg_short_errors_supported = yes; then
13407
 
                WEBKIT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "webkit-1.0"`
13408
 
        else
13409
 
                WEBKIT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "webkit-1.0"`
13410
 
        fi
13411
 
        # Put the nasty error message in config.log where it belongs
13412
 
        echo "$WEBKIT_PKG_ERRORS" >&5
13413
 
 
13414
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13415
 
$as_echo "no" >&6; }
13416
 
                 with_weblets=false; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not find webkit-1.0; Cairo-Dock won\'t be built with Weblets applet." >&5
13417
 
$as_echo "$as_me: WARNING: Could not find webkit-1.0; Cairo-Dock won\'t be built with Weblets applet." >&2;}
13418
 
elif test $pkg_failed = untried; then
13419
 
         with_weblets=false; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not find webkit-1.0; Cairo-Dock won\'t be built with Weblets applet." >&5
13420
 
$as_echo "$as_me: WARNING: Could not find webkit-1.0; Cairo-Dock won\'t be built with Weblets applet." >&2;}
13421
 
else
13422
 
        WEBKIT_CFLAGS=$pkg_cv_WEBKIT_CFLAGS
13423
 
        WEBKIT_LIBS=$pkg_cv_WEBKIT_LIBS
13424
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13425
 
$as_echo "yes" >&6; }
13426
 
        :
13427
 
fi
13428
 
 
13429
 
 
13430
 
fi
13431
 
if test "$with_exif" = "yes" ; then
13432
 
 
13433
 
pkg_failed=no
13434
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for EXIF" >&5
13435
 
$as_echo_n "checking for EXIF... " >&6; }
13436
 
 
13437
 
if test -n "$PKG_CONFIG"; then
13438
 
    if test -n "$EXIF_CFLAGS"; then
13439
 
        pkg_cv_EXIF_CFLAGS="$EXIF_CFLAGS"
13440
 
    else
13441
 
        if test -n "$PKG_CONFIG" && \
13442
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libexif\""; } >&5
13443
 
  ($PKG_CONFIG --exists --print-errors "libexif") 2>&5
13444
 
  ac_status=$?
13445
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13446
 
  test $ac_status = 0; }; then
13447
 
  pkg_cv_EXIF_CFLAGS=`$PKG_CONFIG --cflags "libexif" 2>/dev/null`
13448
 
else
13449
 
  pkg_failed=yes
13450
 
fi
13451
 
    fi
13452
 
else
13453
 
        pkg_failed=untried
13454
 
fi
13455
 
if test -n "$PKG_CONFIG"; then
13456
 
    if test -n "$EXIF_LIBS"; then
13457
 
        pkg_cv_EXIF_LIBS="$EXIF_LIBS"
13458
 
    else
13459
 
        if test -n "$PKG_CONFIG" && \
13460
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libexif\""; } >&5
13461
 
  ($PKG_CONFIG --exists --print-errors "libexif") 2>&5
13462
 
  ac_status=$?
13463
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13464
 
  test $ac_status = 0; }; then
13465
 
  pkg_cv_EXIF_LIBS=`$PKG_CONFIG --libs "libexif" 2>/dev/null`
13466
 
else
13467
 
  pkg_failed=yes
13468
 
fi
13469
 
    fi
13470
 
else
13471
 
        pkg_failed=untried
13472
 
fi
13473
 
 
13474
 
 
13475
 
 
13476
 
if test $pkg_failed = yes; then
13477
 
 
13478
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
13479
 
        _pkg_short_errors_supported=yes
13480
 
else
13481
 
        _pkg_short_errors_supported=no
13482
 
fi
13483
 
        if test $_pkg_short_errors_supported = yes; then
13484
 
                EXIF_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libexif"`
13485
 
        else
13486
 
                EXIF_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libexif"`
13487
 
        fi
13488
 
        # Put the nasty error message in config.log where it belongs
13489
 
        echo "$EXIF_PKG_ERRORS" >&5
13490
 
 
13491
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13492
 
$as_echo "no" >&6; }
13493
 
                 with_exif=false; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not find libexif; Slider won\'t be built with exif capbilities." >&5
13494
 
$as_echo "$as_me: WARNING: Could not find libexif; Slider won\'t be built with exif capbilities." >&2;}
13495
 
elif test $pkg_failed = untried; then
13496
 
         with_exif=false; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not find libexif; Slider won\'t be built with exif capbilities." >&5
13497
 
$as_echo "$as_me: WARNING: Could not find libexif; Slider won\'t be built with exif capbilities." >&2;}
13498
 
else
13499
 
        EXIF_CFLAGS=$pkg_cv_EXIF_CFLAGS
13500
 
        EXIF_LIBS=$pkg_cv_EXIF_LIBS
13501
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13502
 
$as_echo "yes" >&6; }
13503
 
        :
13504
 
fi
13505
 
 
13506
 
 
13507
 
fi
13508
 
if test "$with_keyboard_indicator" = "yes" ; then
13509
 
 
13510
 
pkg_failed=no
13511
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for KEYBOARD_INDICATOR_PACKAGE" >&5
13512
 
$as_echo_n "checking for KEYBOARD_INDICATOR_PACKAGE... " >&6; }
13513
 
 
13514
 
if test -n "$PKG_CONFIG"; then
13515
 
    if test -n "$KEYBOARD_INDICATOR_PACKAGE_CFLAGS"; then
13516
 
        pkg_cv_KEYBOARD_INDICATOR_PACKAGE_CFLAGS="$KEYBOARD_INDICATOR_PACKAGE_CFLAGS"
13517
 
    else
13518
 
        if test -n "$PKG_CONFIG" && \
13519
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libxklavier\""; } >&5
13520
 
  ($PKG_CONFIG --exists --print-errors "libxklavier") 2>&5
13521
 
  ac_status=$?
13522
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13523
 
  test $ac_status = 0; }; then
13524
 
  pkg_cv_KEYBOARD_INDICATOR_PACKAGE_CFLAGS=`$PKG_CONFIG --cflags "libxklavier" 2>/dev/null`
13525
 
else
13526
 
  pkg_failed=yes
13527
 
fi
13528
 
    fi
13529
 
else
13530
 
        pkg_failed=untried
13531
 
fi
13532
 
if test -n "$PKG_CONFIG"; then
13533
 
    if test -n "$KEYBOARD_INDICATOR_PACKAGE_LIBS"; then
13534
 
        pkg_cv_KEYBOARD_INDICATOR_PACKAGE_LIBS="$KEYBOARD_INDICATOR_PACKAGE_LIBS"
13535
 
    else
13536
 
        if test -n "$PKG_CONFIG" && \
13537
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libxklavier\""; } >&5
13538
 
  ($PKG_CONFIG --exists --print-errors "libxklavier") 2>&5
13539
 
  ac_status=$?
13540
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13541
 
  test $ac_status = 0; }; then
13542
 
  pkg_cv_KEYBOARD_INDICATOR_PACKAGE_LIBS=`$PKG_CONFIG --libs "libxklavier" 2>/dev/null`
13543
 
else
13544
 
  pkg_failed=yes
13545
 
fi
13546
 
    fi
13547
 
else
13548
 
        pkg_failed=untried
13549
 
fi
13550
 
 
13551
 
 
13552
 
 
13553
 
if test $pkg_failed = yes; then
13554
 
 
13555
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
13556
 
        _pkg_short_errors_supported=yes
13557
 
else
13558
 
        _pkg_short_errors_supported=no
13559
 
fi
13560
 
        if test $_pkg_short_errors_supported = yes; then
13561
 
                KEYBOARD_INDICATOR_PACKAGE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libxklavier"`
13562
 
        else
13563
 
                KEYBOARD_INDICATOR_PACKAGE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libxklavier"`
13564
 
        fi
13565
 
        # Put the nasty error message in config.log where it belongs
13566
 
        echo "$KEYBOARD_INDICATOR_PACKAGE_PKG_ERRORS" >&5
13567
 
 
13568
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13569
 
$as_echo "no" >&6; }
13570
 
                 with_keyboard_indicator=false; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not find libxklavier; Cairo-Dock won\'t be built with keyboard-indicator applet." >&5
13571
 
$as_echo "$as_me: WARNING: Could not find libxklavier; Cairo-Dock won\'t be built with keyboard-indicator applet." >&2;}
13572
 
elif test $pkg_failed = untried; then
13573
 
         with_keyboard_indicator=false; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not find libxklavier; Cairo-Dock won\'t be built with keyboard-indicator applet." >&5
13574
 
$as_echo "$as_me: WARNING: Could not find libxklavier; Cairo-Dock won\'t be built with keyboard-indicator applet." >&2;}
13575
 
else
13576
 
        KEYBOARD_INDICATOR_PACKAGE_CFLAGS=$pkg_cv_KEYBOARD_INDICATOR_PACKAGE_CFLAGS
13577
 
        KEYBOARD_INDICATOR_PACKAGE_LIBS=$pkg_cv_KEYBOARD_INDICATOR_PACKAGE_LIBS
13578
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13579
 
$as_echo "yes" >&6; }
13580
 
        :
13581
 
fi
13582
 
 
13583
 
 
13584
 
fi
13585
 
if test "$with_xrandr_in_show_desktop" = "yes" ; then
13586
 
 
13587
 
pkg_failed=no
13588
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SHOW_DESKTOP_XRANDR" >&5
13589
 
$as_echo_n "checking for SHOW_DESKTOP_XRANDR... " >&6; }
13590
 
 
13591
 
if test -n "$PKG_CONFIG"; then
13592
 
    if test -n "$SHOW_DESKTOP_XRANDR_CFLAGS"; then
13593
 
        pkg_cv_SHOW_DESKTOP_XRANDR_CFLAGS="$SHOW_DESKTOP_XRANDR_CFLAGS"
13594
 
    else
13595
 
        if test -n "$PKG_CONFIG" && \
13596
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xrandr\""; } >&5
13597
 
  ($PKG_CONFIG --exists --print-errors "xrandr") 2>&5
13598
 
  ac_status=$?
13599
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13600
 
  test $ac_status = 0; }; then
13601
 
  pkg_cv_SHOW_DESKTOP_XRANDR_CFLAGS=`$PKG_CONFIG --cflags "xrandr" 2>/dev/null`
13602
 
else
13603
 
  pkg_failed=yes
13604
 
fi
13605
 
    fi
13606
 
else
13607
 
        pkg_failed=untried
13608
 
fi
13609
 
if test -n "$PKG_CONFIG"; then
13610
 
    if test -n "$SHOW_DESKTOP_XRANDR_LIBS"; then
13611
 
        pkg_cv_SHOW_DESKTOP_XRANDR_LIBS="$SHOW_DESKTOP_XRANDR_LIBS"
13612
 
    else
13613
 
        if test -n "$PKG_CONFIG" && \
13614
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xrandr\""; } >&5
13615
 
  ($PKG_CONFIG --exists --print-errors "xrandr") 2>&5
13616
 
  ac_status=$?
13617
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13618
 
  test $ac_status = 0; }; then
13619
 
  pkg_cv_SHOW_DESKTOP_XRANDR_LIBS=`$PKG_CONFIG --libs "xrandr" 2>/dev/null`
13620
 
else
13621
 
  pkg_failed=yes
13622
 
fi
13623
 
    fi
13624
 
else
13625
 
        pkg_failed=untried
13626
 
fi
13627
 
 
13628
 
 
13629
 
 
13630
 
if test $pkg_failed = yes; then
13631
 
 
13632
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
13633
 
        _pkg_short_errors_supported=yes
13634
 
else
13635
 
        _pkg_short_errors_supported=no
13636
 
fi
13637
 
        if test $_pkg_short_errors_supported = yes; then
13638
 
                SHOW_DESKTOP_XRANDR_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xrandr"`
13639
 
        else
13640
 
                SHOW_DESKTOP_XRANDR_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xrandr"`
13641
 
        fi
13642
 
        # Put the nasty error message in config.log where it belongs
13643
 
        echo "$SHOW_DESKTOP_XRANDR_PKG_ERRORS" >&5
13644
 
 
13645
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13646
 
$as_echo "no" >&6; }
13647
 
                 with_xrandr_in_show_desktop=false; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not find xrandr; ShowDesktop won't be built with screen resolution abilities." >&5
13648
 
$as_echo "$as_me: WARNING: Could not find xrandr; ShowDesktop won't be built with screen resolution abilities." >&2;}
13649
 
elif test $pkg_failed = untried; then
13650
 
         with_xrandr_in_show_desktop=false; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not find xrandr; ShowDesktop won't be built with screen resolution abilities." >&5
13651
 
$as_echo "$as_me: WARNING: Could not find xrandr; ShowDesktop won't be built with screen resolution abilities." >&2;}
13652
 
else
13653
 
        SHOW_DESKTOP_XRANDR_CFLAGS=$pkg_cv_SHOW_DESKTOP_XRANDR_CFLAGS
13654
 
        SHOW_DESKTOP_XRANDR_LIBS=$pkg_cv_SHOW_DESKTOP_XRANDR_LIBS
13655
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13656
 
$as_echo "yes" >&6; }
13657
 
        :
13658
 
fi
13659
 
 
13660
 
 
13661
 
fi
13662
 
 
13663
 
ac_ext=cpp
13664
 
ac_cpp='$CXXCPP $CPPFLAGS'
13665
 
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13666
 
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13667
 
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13668
 
if test -z "$CXX"; then
13669
 
  if test -n "$CCC"; then
13670
 
    CXX=$CCC
13671
 
  else
13672
 
    if test -n "$ac_tool_prefix"; then
13673
 
  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
13674
 
  do
13675
 
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
13676
 
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
13677
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13678
 
$as_echo_n "checking for $ac_word... " >&6; }
13679
 
if test "${ac_cv_prog_CXX+set}" = set; then :
13680
 
  $as_echo_n "(cached) " >&6
13681
 
else
13682
 
  if test -n "$CXX"; then
13683
 
  ac_cv_prog_CXX="$CXX" # Let the user override the test.
13684
 
else
13685
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13686
 
for as_dir in $PATH
13687
 
do
13688
 
  IFS=$as_save_IFS
13689
 
  test -z "$as_dir" && as_dir=.
13690
 
    for ac_exec_ext in '' $ac_executable_extensions; do
13691
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13692
 
    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
13693
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13694
 
    break 2
13695
 
  fi
13696
 
done
13697
 
  done
13698
 
IFS=$as_save_IFS
13699
 
 
13700
 
fi
13701
 
fi
13702
 
CXX=$ac_cv_prog_CXX
13703
 
if test -n "$CXX"; then
13704
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
13705
 
$as_echo "$CXX" >&6; }
13706
 
else
13707
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13708
 
$as_echo "no" >&6; }
13709
 
fi
13710
 
 
13711
 
 
13712
 
    test -n "$CXX" && break
13713
 
  done
13714
 
fi
13715
 
if test -z "$CXX"; then
13716
 
  ac_ct_CXX=$CXX
13717
 
  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
13718
 
do
13719
 
  # Extract the first word of "$ac_prog", so it can be a program name with args.
13720
 
set dummy $ac_prog; ac_word=$2
13721
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13722
 
$as_echo_n "checking for $ac_word... " >&6; }
13723
 
if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
13724
 
  $as_echo_n "(cached) " >&6
13725
 
else
13726
 
  if test -n "$ac_ct_CXX"; then
13727
 
  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
13728
 
else
13729
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13730
 
for as_dir in $PATH
13731
 
do
13732
 
  IFS=$as_save_IFS
13733
 
  test -z "$as_dir" && as_dir=.
13734
 
    for ac_exec_ext in '' $ac_executable_extensions; do
13735
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13736
 
    ac_cv_prog_ac_ct_CXX="$ac_prog"
13737
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13738
 
    break 2
13739
 
  fi
13740
 
done
13741
 
  done
13742
 
IFS=$as_save_IFS
13743
 
 
13744
 
fi
13745
 
fi
13746
 
ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
13747
 
if test -n "$ac_ct_CXX"; then
13748
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
13749
 
$as_echo "$ac_ct_CXX" >&6; }
13750
 
else
13751
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13752
 
$as_echo "no" >&6; }
13753
 
fi
13754
 
 
13755
 
 
13756
 
  test -n "$ac_ct_CXX" && break
13757
 
done
13758
 
 
13759
 
  if test "x$ac_ct_CXX" = x; then
13760
 
    CXX="g++"
13761
 
  else
13762
 
    case $cross_compiling:$ac_tool_warned in
13763
 
yes:)
13764
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
13765
 
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
13766
 
ac_tool_warned=yes ;;
13767
 
esac
13768
 
    CXX=$ac_ct_CXX
13769
 
  fi
13770
 
fi
13771
 
 
13772
 
  fi
13773
 
fi
13774
 
# Provide some information about the compiler.
13775
 
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
13776
 
set X $ac_compile
13777
 
ac_compiler=$2
13778
 
for ac_option in --version -v -V -qversion; do
13779
 
  { { ac_try="$ac_compiler $ac_option >&5"
13780
 
case "(($ac_try" in
13781
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13782
 
  *) ac_try_echo=$ac_try;;
13783
 
esac
13784
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
13785
 
$as_echo "$ac_try_echo"; } >&5
13786
 
  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
13787
 
  ac_status=$?
13788
 
  if test -s conftest.err; then
13789
 
    sed '10a\
13790
 
... rest of stderr output deleted ...
13791
 
         10q' conftest.err >conftest.er1
13792
 
    cat conftest.er1 >&5
13793
 
  fi
13794
 
  rm -f conftest.er1 conftest.err
13795
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13796
 
  test $ac_status = 0; }
13797
 
done
13798
 
 
13799
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
13800
 
$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
13801
 
if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
13802
 
  $as_echo_n "(cached) " >&6
13803
 
else
13804
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13805
 
/* end confdefs.h.  */
13806
 
 
13807
 
int
13808
 
main ()
13809
 
{
13810
 
#ifndef __GNUC__
13811
 
       choke me
13812
 
#endif
13813
 
 
13814
 
  ;
13815
 
  return 0;
13816
 
}
13817
 
_ACEOF
13818
 
if ac_fn_cxx_try_compile "$LINENO"; then :
13819
 
  ac_compiler_gnu=yes
13820
 
else
13821
 
  ac_compiler_gnu=no
13822
 
fi
13823
 
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13824
 
ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
13825
 
 
13826
 
fi
13827
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
13828
 
$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
13829
 
if test $ac_compiler_gnu = yes; then
13830
 
  GXX=yes
13831
 
else
13832
 
  GXX=
13833
 
fi
13834
 
ac_test_CXXFLAGS=${CXXFLAGS+set}
13835
 
ac_save_CXXFLAGS=$CXXFLAGS
13836
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
13837
 
$as_echo_n "checking whether $CXX accepts -g... " >&6; }
13838
 
if test "${ac_cv_prog_cxx_g+set}" = set; then :
13839
 
  $as_echo_n "(cached) " >&6
13840
 
else
13841
 
  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
13842
 
   ac_cxx_werror_flag=yes
13843
 
   ac_cv_prog_cxx_g=no
13844
 
   CXXFLAGS="-g"
13845
 
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13846
 
/* end confdefs.h.  */
13847
 
 
13848
 
int
13849
 
main ()
13850
 
{
13851
 
 
13852
 
  ;
13853
 
  return 0;
13854
 
}
13855
 
_ACEOF
13856
 
if ac_fn_cxx_try_compile "$LINENO"; then :
13857
 
  ac_cv_prog_cxx_g=yes
13858
 
else
13859
 
  CXXFLAGS=""
13860
 
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13861
 
/* end confdefs.h.  */
13862
 
 
13863
 
int
13864
 
main ()
13865
 
{
13866
 
 
13867
 
  ;
13868
 
  return 0;
13869
 
}
13870
 
_ACEOF
13871
 
if ac_fn_cxx_try_compile "$LINENO"; then :
13872
 
 
13873
 
else
13874
 
  ac_cxx_werror_flag=$ac_save_cxx_werror_flag
13875
 
         CXXFLAGS="-g"
13876
 
         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13877
 
/* end confdefs.h.  */
13878
 
 
13879
 
int
13880
 
main ()
13881
 
{
13882
 
 
13883
 
  ;
13884
 
  return 0;
13885
 
}
13886
 
_ACEOF
13887
 
if ac_fn_cxx_try_compile "$LINENO"; then :
13888
 
  ac_cv_prog_cxx_g=yes
13889
 
fi
13890
 
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13891
 
fi
13892
 
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13893
 
fi
13894
 
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13895
 
   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
13896
 
fi
13897
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
13898
 
$as_echo "$ac_cv_prog_cxx_g" >&6; }
13899
 
if test "$ac_test_CXXFLAGS" = set; then
13900
 
  CXXFLAGS=$ac_save_CXXFLAGS
13901
 
elif test $ac_cv_prog_cxx_g = yes; then
13902
 
  if test "$GXX" = yes; then
13903
 
    CXXFLAGS="-g -O2"
13904
 
  else
13905
 
    CXXFLAGS="-g"
13906
 
  fi
13907
 
else
13908
 
  if test "$GXX" = yes; then
13909
 
    CXXFLAGS="-O2"
13910
 
  else
13911
 
    CXXFLAGS=
13912
 
  fi
13913
 
fi
13914
 
ac_ext=c
13915
 
ac_cpp='$CPP $CPPFLAGS'
13916
 
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13917
 
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13918
 
ac_compiler_gnu=$ac_cv_c_compiler_gnu
13919
 
 
13920
 
depcc="$CXX"  am_compiler_list=
13921
 
 
13922
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
13923
 
$as_echo_n "checking dependency style of $depcc... " >&6; }
13924
 
if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :
13925
 
  $as_echo_n "(cached) " >&6
13926
 
else
13927
 
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
13928
 
  # We make a subdir and do the tests there.  Otherwise we can end up
13929
 
  # making bogus files that we don't know about and never remove.  For
13930
 
  # instance it was reported that on HP-UX the gcc test will end up
13931
 
  # making a dummy file named `D' -- because `-MD' means `put the output
13932
 
  # in D'.
13933
 
  mkdir conftest.dir
13934
 
  # Copy depcomp to subdir because otherwise we won't find it if we're
13935
 
  # using a relative directory.
13936
 
  cp "$am_depcomp" conftest.dir
13937
 
  cd conftest.dir
13938
 
  # We will build objects and dependencies in a subdirectory because
13939
 
  # it helps to detect inapplicable dependency modes.  For instance
13940
 
  # both Tru64's cc and ICC support -MD to output dependencies as a
13941
 
  # side effect of compilation, but ICC will put the dependencies in
13942
 
  # the current directory while Tru64 will put them in the object
13943
 
  # directory.
13944
 
  mkdir sub
13945
 
 
13946
 
  am_cv_CXX_dependencies_compiler_type=none
13947
 
  if test "$am_compiler_list" = ""; then
13948
 
     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
13949
 
  fi
13950
 
  am__universal=false
13951
 
  case " $depcc " in #(
13952
 
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
13953
 
     esac
13954
 
 
13955
 
  for depmode in $am_compiler_list; do
13956
 
    # Setup a source with many dependencies, because some compilers
13957
 
    # like to wrap large dependency lists on column 80 (with \), and
13958
 
    # we should not choose a depcomp mode which is confused by this.
13959
 
    #
13960
 
    # We need to recreate these files for each test, as the compiler may
13961
 
    # overwrite some of them when testing with obscure command lines.
13962
 
    # This happens at least with the AIX C compiler.
13963
 
    : > sub/conftest.c
13964
 
    for i in 1 2 3 4 5 6; do
13965
 
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
13966
 
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
13967
 
      # Solaris 8's {/usr,}/bin/sh.
13968
 
      touch sub/conftst$i.h
13969
 
    done
13970
 
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
13971
 
 
13972
 
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
13973
 
    # mode.  It turns out that the SunPro C++ compiler does not properly
13974
 
    # handle `-M -o', and we need to detect this.  Also, some Intel
13975
 
    # versions had trouble with output in subdirs
13976
 
    am__obj=sub/conftest.${OBJEXT-o}
13977
 
    am__minus_obj="-o $am__obj"
13978
 
    case $depmode in
13979
 
    gcc)
13980
 
      # This depmode causes a compiler race in universal mode.
13981
 
      test "$am__universal" = false || continue
13982
 
      ;;
13983
 
    nosideeffect)
13984
 
      # after this tag, mechanisms are not by side-effect, so they'll
13985
 
      # only be used when explicitly requested
13986
 
      if test "x$enable_dependency_tracking" = xyes; then
13987
 
        continue
13988
 
      else
13989
 
        break
13990
 
      fi
13991
 
      ;;
13992
 
    msvisualcpp | msvcmsys)
13993
 
      # This compiler won't grok `-c -o', but also, the minuso test has
13994
 
      # not run yet.  These depmodes are late enough in the game, and
13995
 
      # so weak that their functioning should not be impacted.
13996
 
      am__obj=conftest.${OBJEXT-o}
13997
 
      am__minus_obj=
13998
 
      ;;
13999
 
    none) break ;;
14000
 
    esac
14001
 
    if depmode=$depmode \
14002
 
       source=sub/conftest.c object=$am__obj \
14003
 
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
14004
 
       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
14005
 
         >/dev/null 2>conftest.err &&
14006
 
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
14007
 
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
14008
 
       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
14009
 
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
14010
 
      # icc doesn't choke on unknown options, it will just issue warnings
14011
 
      # or remarks (even with -Werror).  So we grep stderr for any message
14012
 
      # that says an option was ignored or not supported.
14013
 
      # When given -MP, icc 7.0 and 7.1 complain thusly:
14014
 
      #   icc: Command line warning: ignoring option '-M'; no argument required
14015
 
      # The diagnosis changed in icc 8.0:
14016
 
      #   icc: Command line remark: option '-MP' not supported
14017
 
      if (grep 'ignoring option' conftest.err ||
14018
 
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
14019
 
        am_cv_CXX_dependencies_compiler_type=$depmode
14020
 
        break
14021
 
      fi
14022
 
    fi
14023
 
  done
14024
 
 
14025
 
  cd ..
14026
 
  rm -rf conftest.dir
14027
 
else
14028
 
  am_cv_CXX_dependencies_compiler_type=none
14029
 
fi
14030
 
 
14031
 
fi
14032
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
14033
 
$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
14034
 
CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
14035
 
 
14036
 
 if
14037
 
  test "x$enable_dependency_tracking" != xno \
14038
 
  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
14039
 
  am__fastdepCXX_TRUE=
14040
 
  am__fastdepCXX_FALSE='#'
14041
 
else
14042
 
  am__fastdepCXX_TRUE='#'
14043
 
  am__fastdepCXX_FALSE=
14044
 
fi
14045
 
 
14046
 
 
14047
 
 
14048
 
ac_ext=cpp
14049
 
ac_cpp='$CXXCPP $CPPFLAGS'
14050
 
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14051
 
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14052
 
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
14053
 
if test -z "$CXX"; then
14054
 
  if test -n "$CCC"; then
14055
 
    CXX=$CCC
14056
 
  else
14057
 
    if test -n "$ac_tool_prefix"; then
14058
 
  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
14059
 
  do
14060
 
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
14061
 
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
14062
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14063
 
$as_echo_n "checking for $ac_word... " >&6; }
14064
 
if test "${ac_cv_prog_CXX+set}" = set; then :
14065
 
  $as_echo_n "(cached) " >&6
14066
 
else
14067
 
  if test -n "$CXX"; then
14068
 
  ac_cv_prog_CXX="$CXX" # Let the user override the test.
14069
 
else
14070
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14071
 
for as_dir in $PATH
14072
 
do
14073
 
  IFS=$as_save_IFS
14074
 
  test -z "$as_dir" && as_dir=.
14075
 
    for ac_exec_ext in '' $ac_executable_extensions; do
14076
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14077
 
    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
14078
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14079
 
    break 2
14080
 
  fi
14081
 
done
14082
 
  done
14083
 
IFS=$as_save_IFS
14084
 
 
14085
 
fi
14086
 
fi
14087
 
CXX=$ac_cv_prog_CXX
14088
 
if test -n "$CXX"; then
14089
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
14090
 
$as_echo "$CXX" >&6; }
14091
 
else
14092
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14093
 
$as_echo "no" >&6; }
14094
 
fi
14095
 
 
14096
 
 
14097
 
    test -n "$CXX" && break
14098
 
  done
14099
 
fi
14100
 
if test -z "$CXX"; then
14101
 
  ac_ct_CXX=$CXX
14102
 
  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
14103
 
do
14104
 
  # Extract the first word of "$ac_prog", so it can be a program name with args.
14105
 
set dummy $ac_prog; ac_word=$2
14106
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14107
 
$as_echo_n "checking for $ac_word... " >&6; }
14108
 
if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
14109
 
  $as_echo_n "(cached) " >&6
14110
 
else
14111
 
  if test -n "$ac_ct_CXX"; then
14112
 
  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
14113
 
else
14114
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14115
 
for as_dir in $PATH
14116
 
do
14117
 
  IFS=$as_save_IFS
14118
 
  test -z "$as_dir" && as_dir=.
14119
 
    for ac_exec_ext in '' $ac_executable_extensions; do
14120
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14121
 
    ac_cv_prog_ac_ct_CXX="$ac_prog"
14122
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14123
 
    break 2
14124
 
  fi
14125
 
done
14126
 
  done
14127
 
IFS=$as_save_IFS
14128
 
 
14129
 
fi
14130
 
fi
14131
 
ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
14132
 
if test -n "$ac_ct_CXX"; then
14133
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
14134
 
$as_echo "$ac_ct_CXX" >&6; }
14135
 
else
14136
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14137
 
$as_echo "no" >&6; }
14138
 
fi
14139
 
 
14140
 
 
14141
 
  test -n "$ac_ct_CXX" && break
14142
 
done
14143
 
 
14144
 
  if test "x$ac_ct_CXX" = x; then
14145
 
    CXX="g++"
14146
 
  else
14147
 
    case $cross_compiling:$ac_tool_warned in
14148
 
yes:)
14149
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
14150
 
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
14151
 
ac_tool_warned=yes ;;
14152
 
esac
14153
 
    CXX=$ac_ct_CXX
14154
 
  fi
14155
 
fi
14156
 
 
14157
 
  fi
14158
 
fi
14159
 
# Provide some information about the compiler.
14160
 
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
14161
 
set X $ac_compile
14162
 
ac_compiler=$2
14163
 
for ac_option in --version -v -V -qversion; do
14164
 
  { { ac_try="$ac_compiler $ac_option >&5"
14165
 
case "(($ac_try" in
14166
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14167
 
  *) ac_try_echo=$ac_try;;
14168
 
esac
14169
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
14170
 
$as_echo "$ac_try_echo"; } >&5
14171
 
  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
14172
 
  ac_status=$?
14173
 
  if test -s conftest.err; then
14174
 
    sed '10a\
14175
 
... rest of stderr output deleted ...
14176
 
         10q' conftest.err >conftest.er1
14177
 
    cat conftest.er1 >&5
14178
 
  fi
14179
 
  rm -f conftest.er1 conftest.err
14180
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14181
 
  test $ac_status = 0; }
14182
 
done
14183
 
 
14184
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
14185
 
$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
14186
 
if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
14187
 
  $as_echo_n "(cached) " >&6
14188
 
else
14189
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14190
 
/* end confdefs.h.  */
14191
 
 
14192
 
int
14193
 
main ()
14194
 
{
14195
 
#ifndef __GNUC__
14196
 
       choke me
14197
 
#endif
14198
 
 
14199
 
  ;
14200
 
  return 0;
14201
 
}
14202
 
_ACEOF
14203
 
if ac_fn_cxx_try_compile "$LINENO"; then :
14204
 
  ac_compiler_gnu=yes
14205
 
else
14206
 
  ac_compiler_gnu=no
14207
 
fi
14208
 
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14209
 
ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
14210
 
 
14211
 
fi
14212
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
14213
 
$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
14214
 
if test $ac_compiler_gnu = yes; then
14215
 
  GXX=yes
14216
 
else
14217
 
  GXX=
14218
 
fi
14219
 
ac_test_CXXFLAGS=${CXXFLAGS+set}
14220
 
ac_save_CXXFLAGS=$CXXFLAGS
14221
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
14222
 
$as_echo_n "checking whether $CXX accepts -g... " >&6; }
14223
 
if test "${ac_cv_prog_cxx_g+set}" = set; then :
14224
 
  $as_echo_n "(cached) " >&6
14225
 
else
14226
 
  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
14227
 
   ac_cxx_werror_flag=yes
14228
 
   ac_cv_prog_cxx_g=no
14229
 
   CXXFLAGS="-g"
14230
 
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14231
 
/* end confdefs.h.  */
14232
 
 
14233
 
int
14234
 
main ()
14235
 
{
14236
 
 
14237
 
  ;
14238
 
  return 0;
14239
 
}
14240
 
_ACEOF
14241
 
if ac_fn_cxx_try_compile "$LINENO"; then :
14242
 
  ac_cv_prog_cxx_g=yes
14243
 
else
14244
 
  CXXFLAGS=""
14245
 
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14246
 
/* end confdefs.h.  */
14247
 
 
14248
 
int
14249
 
main ()
14250
 
{
14251
 
 
14252
 
  ;
14253
 
  return 0;
14254
 
}
14255
 
_ACEOF
14256
 
if ac_fn_cxx_try_compile "$LINENO"; then :
14257
 
 
14258
 
else
14259
 
  ac_cxx_werror_flag=$ac_save_cxx_werror_flag
14260
 
         CXXFLAGS="-g"
14261
 
         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14262
 
/* end confdefs.h.  */
14263
 
 
14264
 
int
14265
 
main ()
14266
 
{
14267
 
 
14268
 
  ;
14269
 
  return 0;
14270
 
}
14271
 
_ACEOF
14272
 
if ac_fn_cxx_try_compile "$LINENO"; then :
14273
 
  ac_cv_prog_cxx_g=yes
14274
 
fi
14275
 
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14276
 
fi
14277
 
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14278
 
fi
14279
 
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14280
 
   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
14281
 
fi
14282
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
14283
 
$as_echo "$ac_cv_prog_cxx_g" >&6; }
14284
 
if test "$ac_test_CXXFLAGS" = set; then
14285
 
  CXXFLAGS=$ac_save_CXXFLAGS
14286
 
elif test $ac_cv_prog_cxx_g = yes; then
14287
 
  if test "$GXX" = yes; then
14288
 
    CXXFLAGS="-g -O2"
14289
 
  else
14290
 
    CXXFLAGS="-g"
14291
 
  fi
14292
 
else
14293
 
  if test "$GXX" = yes; then
14294
 
    CXXFLAGS="-O2"
14295
 
  else
14296
 
    CXXFLAGS=
14297
 
  fi
14298
 
fi
14299
 
ac_ext=c
14300
 
ac_cpp='$CPP $CPPFLAGS'
14301
 
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14302
 
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14303
 
ac_compiler_gnu=$ac_cv_c_compiler_gnu
14304
 
 
14305
 
depcc="$CXX"  am_compiler_list=
14306
 
 
14307
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
14308
 
$as_echo_n "checking dependency style of $depcc... " >&6; }
14309
 
if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :
14310
 
  $as_echo_n "(cached) " >&6
14311
 
else
14312
 
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
14313
 
  # We make a subdir and do the tests there.  Otherwise we can end up
14314
 
  # making bogus files that we don't know about and never remove.  For
14315
 
  # instance it was reported that on HP-UX the gcc test will end up
14316
 
  # making a dummy file named `D' -- because `-MD' means `put the output
14317
 
  # in D'.
14318
 
  mkdir conftest.dir
14319
 
  # Copy depcomp to subdir because otherwise we won't find it if we're
14320
 
  # using a relative directory.
14321
 
  cp "$am_depcomp" conftest.dir
14322
 
  cd conftest.dir
14323
 
  # We will build objects and dependencies in a subdirectory because
14324
 
  # it helps to detect inapplicable dependency modes.  For instance
14325
 
  # both Tru64's cc and ICC support -MD to output dependencies as a
14326
 
  # side effect of compilation, but ICC will put the dependencies in
14327
 
  # the current directory while Tru64 will put them in the object
14328
 
  # directory.
14329
 
  mkdir sub
14330
 
 
14331
 
  am_cv_CXX_dependencies_compiler_type=none
14332
 
  if test "$am_compiler_list" = ""; then
14333
 
     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
14334
 
  fi
14335
 
  am__universal=false
14336
 
  case " $depcc " in #(
14337
 
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
14338
 
     esac
14339
 
 
14340
 
  for depmode in $am_compiler_list; do
14341
 
    # Setup a source with many dependencies, because some compilers
14342
 
    # like to wrap large dependency lists on column 80 (with \), and
14343
 
    # we should not choose a depcomp mode which is confused by this.
14344
 
    #
14345
 
    # We need to recreate these files for each test, as the compiler may
14346
 
    # overwrite some of them when testing with obscure command lines.
14347
 
    # This happens at least with the AIX C compiler.
14348
 
    : > sub/conftest.c
14349
 
    for i in 1 2 3 4 5 6; do
14350
 
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
14351
 
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
14352
 
      # Solaris 8's {/usr,}/bin/sh.
14353
 
      touch sub/conftst$i.h
14354
 
    done
14355
 
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
14356
 
 
14357
 
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
14358
 
    # mode.  It turns out that the SunPro C++ compiler does not properly
14359
 
    # handle `-M -o', and we need to detect this.  Also, some Intel
14360
 
    # versions had trouble with output in subdirs
14361
 
    am__obj=sub/conftest.${OBJEXT-o}
14362
 
    am__minus_obj="-o $am__obj"
14363
 
    case $depmode in
14364
 
    gcc)
14365
 
      # This depmode causes a compiler race in universal mode.
14366
 
      test "$am__universal" = false || continue
14367
 
      ;;
14368
 
    nosideeffect)
14369
 
      # after this tag, mechanisms are not by side-effect, so they'll
14370
 
      # only be used when explicitly requested
14371
 
      if test "x$enable_dependency_tracking" = xyes; then
14372
 
        continue
14373
 
      else
14374
 
        break
14375
 
      fi
14376
 
      ;;
14377
 
    msvisualcpp | msvcmsys)
14378
 
      # This compiler won't grok `-c -o', but also, the minuso test has
14379
 
      # not run yet.  These depmodes are late enough in the game, and
14380
 
      # so weak that their functioning should not be impacted.
14381
 
      am__obj=conftest.${OBJEXT-o}
14382
 
      am__minus_obj=
14383
 
      ;;
14384
 
    none) break ;;
14385
 
    esac
14386
 
    if depmode=$depmode \
14387
 
       source=sub/conftest.c object=$am__obj \
14388
 
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
14389
 
       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
14390
 
         >/dev/null 2>conftest.err &&
14391
 
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
14392
 
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
14393
 
       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
14394
 
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
14395
 
      # icc doesn't choke on unknown options, it will just issue warnings
14396
 
      # or remarks (even with -Werror).  So we grep stderr for any message
14397
 
      # that says an option was ignored or not supported.
14398
 
      # When given -MP, icc 7.0 and 7.1 complain thusly:
14399
 
      #   icc: Command line warning: ignoring option '-M'; no argument required
14400
 
      # The diagnosis changed in icc 8.0:
14401
 
      #   icc: Command line remark: option '-MP' not supported
14402
 
      if (grep 'ignoring option' conftest.err ||
14403
 
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
14404
 
        am_cv_CXX_dependencies_compiler_type=$depmode
14405
 
        break
14406
 
      fi
14407
 
    fi
14408
 
  done
14409
 
 
14410
 
  cd ..
14411
 
  rm -rf conftest.dir
14412
 
else
14413
 
  am_cv_CXX_dependencies_compiler_type=none
14414
 
fi
14415
 
 
14416
 
fi
14417
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
14418
 
$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
14419
 
CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
14420
 
 
14421
 
 if
14422
 
  test "x$enable_dependency_tracking" != xno \
14423
 
  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
14424
 
  am__fastdepCXX_TRUE=
14425
 
  am__fastdepCXX_FALSE='#'
14426
 
else
14427
 
  am__fastdepCXX_TRUE='#'
14428
 
  am__fastdepCXX_FALSE=
14429
 
fi
14430
 
 
14431
 
 
14432
 
if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
14433
 
    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
14434
 
    (test "X$CXX" != "Xg++"))) ; then
14435
 
  ac_ext=cpp
14436
 
ac_cpp='$CXXCPP $CPPFLAGS'
14437
 
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14438
 
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14439
 
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
14440
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
14441
 
$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
14442
 
if test -z "$CXXCPP"; then
14443
 
  if test "${ac_cv_prog_CXXCPP+set}" = set; then :
14444
 
  $as_echo_n "(cached) " >&6
14445
 
else
14446
 
      # Double quotes because CXXCPP needs to be expanded
14447
 
    for CXXCPP in "$CXX -E" "/lib/cpp"
14448
 
    do
14449
 
      ac_preproc_ok=false
14450
 
for ac_cxx_preproc_warn_flag in '' yes
14451
 
do
14452
 
  # Use a header file that comes with gcc, so configuring glibc
14453
 
  # with a fresh cross-compiler works.
14454
 
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14455
 
  # <limits.h> exists even on freestanding compilers.
14456
 
  # On the NeXT, cc -E runs the code through the compiler's parser,
14457
 
  # not just through cpp. "Syntax error" is here to catch this case.
14458
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14459
 
/* end confdefs.h.  */
14460
 
#ifdef __STDC__
14461
 
# include <limits.h>
14462
 
#else
14463
 
# include <assert.h>
14464
 
#endif
14465
 
                     Syntax error
14466
 
_ACEOF
14467
 
if ac_fn_cxx_try_cpp "$LINENO"; then :
14468
 
 
14469
 
else
14470
 
  # Broken: fails on valid input.
14471
 
continue
14472
 
fi
14473
 
rm -f conftest.err conftest.$ac_ext
14474
 
 
14475
 
  # OK, works on sane cases.  Now check whether nonexistent headers
14476
 
  # can be detected and how.
14477
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14478
 
/* end confdefs.h.  */
14479
 
#include <ac_nonexistent.h>
14480
 
_ACEOF
14481
 
if ac_fn_cxx_try_cpp "$LINENO"; then :
14482
 
  # Broken: success on invalid input.
14483
 
continue
14484
 
else
14485
 
  # Passes both tests.
14486
 
ac_preproc_ok=:
14487
 
break
14488
 
fi
14489
 
rm -f conftest.err conftest.$ac_ext
14490
 
 
14491
 
done
14492
 
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
14493
 
rm -f conftest.err conftest.$ac_ext
14494
 
if $ac_preproc_ok; then :
14495
 
  break
14496
 
fi
14497
 
 
14498
 
    done
14499
 
    ac_cv_prog_CXXCPP=$CXXCPP
14500
 
 
14501
 
fi
14502
 
  CXXCPP=$ac_cv_prog_CXXCPP
14503
 
else
14504
 
  ac_cv_prog_CXXCPP=$CXXCPP
14505
 
fi
14506
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
14507
 
$as_echo "$CXXCPP" >&6; }
14508
 
ac_preproc_ok=false
14509
 
for ac_cxx_preproc_warn_flag in '' yes
14510
 
do
14511
 
  # Use a header file that comes with gcc, so configuring glibc
14512
 
  # with a fresh cross-compiler works.
14513
 
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14514
 
  # <limits.h> exists even on freestanding compilers.
14515
 
  # On the NeXT, cc -E runs the code through the compiler's parser,
14516
 
  # not just through cpp. "Syntax error" is here to catch this case.
14517
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14518
 
/* end confdefs.h.  */
14519
 
#ifdef __STDC__
14520
 
# include <limits.h>
14521
 
#else
14522
 
# include <assert.h>
14523
 
#endif
14524
 
                     Syntax error
14525
 
_ACEOF
14526
 
if ac_fn_cxx_try_cpp "$LINENO"; then :
14527
 
 
14528
 
else
14529
 
  # Broken: fails on valid input.
14530
 
continue
14531
 
fi
14532
 
rm -f conftest.err conftest.$ac_ext
14533
 
 
14534
 
  # OK, works on sane cases.  Now check whether nonexistent headers
14535
 
  # can be detected and how.
14536
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14537
 
/* end confdefs.h.  */
14538
 
#include <ac_nonexistent.h>
14539
 
_ACEOF
14540
 
if ac_fn_cxx_try_cpp "$LINENO"; then :
14541
 
  # Broken: success on invalid input.
14542
 
continue
14543
 
else
14544
 
  # Passes both tests.
14545
 
ac_preproc_ok=:
14546
 
break
14547
 
fi
14548
 
rm -f conftest.err conftest.$ac_ext
14549
 
 
14550
 
done
14551
 
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
14552
 
rm -f conftest.err conftest.$ac_ext
14553
 
if $ac_preproc_ok; then :
14554
 
 
14555
 
else
14556
 
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14557
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14558
 
_lt_caught_CXX_error=yes; }
14559
 
fi
14560
 
 
14561
 
ac_ext=c
14562
 
ac_cpp='$CPP $CPPFLAGS'
14563
 
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14564
 
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14565
 
ac_compiler_gnu=$ac_cv_c_compiler_gnu
14566
 
 
14567
 
else
14568
 
  _lt_caught_CXX_error=yes
14569
 
fi
14570
 
 
14571
 
 
14572
 
 
14573
 
 
14574
 
ac_ext=cpp
14575
 
ac_cpp='$CXXCPP $CPPFLAGS'
14576
 
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14577
 
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14578
 
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
14579
 
 
14580
 
archive_cmds_need_lc_CXX=no
14581
 
allow_undefined_flag_CXX=
14582
 
always_export_symbols_CXX=no
14583
 
archive_expsym_cmds_CXX=
14584
 
compiler_needs_object_CXX=no
14585
 
export_dynamic_flag_spec_CXX=
14586
 
hardcode_direct_CXX=no
14587
 
hardcode_direct_absolute_CXX=no
14588
 
hardcode_libdir_flag_spec_CXX=
14589
 
hardcode_libdir_flag_spec_ld_CXX=
14590
 
hardcode_libdir_separator_CXX=
14591
 
hardcode_minus_L_CXX=no
14592
 
hardcode_shlibpath_var_CXX=unsupported
14593
 
hardcode_automatic_CXX=no
14594
 
inherit_rpath_CXX=no
14595
 
module_cmds_CXX=
14596
 
module_expsym_cmds_CXX=
14597
 
link_all_deplibs_CXX=unknown
14598
 
old_archive_cmds_CXX=$old_archive_cmds
14599
 
no_undefined_flag_CXX=
14600
 
whole_archive_flag_spec_CXX=
14601
 
enable_shared_with_static_runtimes_CXX=no
14602
 
 
14603
 
# Source file extension for C++ test sources.
14604
 
ac_ext=cpp
14605
 
 
14606
 
# Object file extension for compiled C++ test sources.
14607
 
objext=o
14608
 
objext_CXX=$objext
14609
 
 
14610
 
# No sense in running all these tests if we already determined that
14611
 
# the CXX compiler isn't working.  Some variables (like enable_shared)
14612
 
# are currently assumed to apply to all compilers on this platform,
14613
 
# and will be corrupted by setting them based on a non-working compiler.
14614
 
if test "$_lt_caught_CXX_error" != yes; then
14615
 
  # Code to be used in simple compile tests
14616
 
  lt_simple_compile_test_code="int some_variable = 0;"
14617
 
 
14618
 
  # Code to be used in simple link tests
14619
 
  lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
14620
 
 
14621
 
  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
14622
 
 
14623
 
 
14624
 
 
14625
 
 
14626
 
 
14627
 
 
14628
 
# If no C compiler was specified, use CC.
14629
 
LTCC=${LTCC-"$CC"}
14630
 
 
14631
 
# If no C compiler flags were specified, use CFLAGS.
14632
 
LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
14633
 
 
14634
 
# Allow CC to be a program name with arguments.
14635
 
compiler=$CC
14636
 
 
14637
 
 
14638
 
  # save warnings/boilerplate of simple test code
14639
 
  ac_outfile=conftest.$ac_objext
14640
 
echo "$lt_simple_compile_test_code" >conftest.$ac_ext
14641
 
eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
14642
 
_lt_compiler_boilerplate=`cat conftest.err`
14643
 
$RM conftest*
14644
 
 
14645
 
  ac_outfile=conftest.$ac_objext
14646
 
echo "$lt_simple_link_test_code" >conftest.$ac_ext
14647
 
eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
14648
 
_lt_linker_boilerplate=`cat conftest.err`
14649
 
$RM -r conftest*
14650
 
 
14651
 
 
14652
 
  # Allow CC to be a program name with arguments.
14653
 
  lt_save_CC=$CC
14654
 
  lt_save_LD=$LD
14655
 
  lt_save_GCC=$GCC
14656
 
  GCC=$GXX
14657
 
  lt_save_with_gnu_ld=$with_gnu_ld
14658
 
  lt_save_path_LD=$lt_cv_path_LD
14659
 
  if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
14660
 
    lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
14661
 
  else
14662
 
    $as_unset lt_cv_prog_gnu_ld
14663
 
  fi
14664
 
  if test -n "${lt_cv_path_LDCXX+set}"; then
14665
 
    lt_cv_path_LD=$lt_cv_path_LDCXX
14666
 
  else
14667
 
    $as_unset lt_cv_path_LD
14668
 
  fi
14669
 
  test -z "${LDCXX+set}" || LD=$LDCXX
14670
 
  CC=${CXX-"c++"}
14671
 
  compiler=$CC
14672
 
  compiler_CXX=$CC
14673
 
  for cc_temp in $compiler""; do
14674
 
  case $cc_temp in
14675
 
    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
14676
 
    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
14677
 
    \-*) ;;
14678
 
    *) break;;
14679
 
  esac
14680
 
done
14681
 
cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
14682
 
 
14683
 
 
14684
 
  if test -n "$compiler"; then
14685
 
    # We don't want -fno-exception when compiling C++ code, so set the
14686
 
    # no_builtin_flag separately
14687
 
    if test "$GXX" = yes; then
14688
 
      lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
14689
 
    else
14690
 
      lt_prog_compiler_no_builtin_flag_CXX=
14691
 
    fi
14692
 
 
14693
 
    if test "$GXX" = yes; then
14694
 
      # Set up default GNU C++ configuration
14695
 
 
14696
 
 
14697
 
 
14698
 
# Check whether --with-gnu-ld was given.
14699
 
if test "${with_gnu_ld+set}" = set; then :
14700
 
  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
14701
 
else
14702
 
  with_gnu_ld=no
14703
 
fi
14704
 
 
14705
 
ac_prog=ld
14706
 
if test "$GCC" = yes; then
14707
 
  # Check if gcc -print-prog-name=ld gives a path.
14708
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
14709
 
$as_echo_n "checking for ld used by $CC... " >&6; }
14710
 
  case $host in
14711
 
  *-*-mingw*)
14712
 
    # gcc leaves a trailing carriage return which upsets mingw
14713
 
    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
14714
 
  *)
14715
 
    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
14716
 
  esac
14717
 
  case $ac_prog in
14718
 
    # Accept absolute paths.
14719
 
    [\\/]* | ?:[\\/]*)
14720
 
      re_direlt='/[^/][^/]*/\.\./'
14721
 
      # Canonicalize the pathname of ld
14722
 
      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
14723
 
      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
14724
 
        ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
14725
 
      done
14726
 
      test -z "$LD" && LD="$ac_prog"
14727
 
      ;;
14728
 
  "")
14729
 
    # If it fails, then pretend we aren't using GCC.
14730
 
    ac_prog=ld
14731
 
    ;;
14732
 
  *)
14733
 
    # If it is relative, then search for the first ld in PATH.
14734
 
    with_gnu_ld=unknown
14735
 
    ;;
14736
 
  esac
14737
 
elif test "$with_gnu_ld" = yes; then
14738
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
14739
 
$as_echo_n "checking for GNU ld... " >&6; }
14740
 
else
14741
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
14742
 
$as_echo_n "checking for non-GNU ld... " >&6; }
14743
 
fi
14744
 
if test "${lt_cv_path_LD+set}" = set; then :
14745
 
  $as_echo_n "(cached) " >&6
14746
 
else
14747
 
  if test -z "$LD"; then
14748
 
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
14749
 
  for ac_dir in $PATH; do
14750
 
    IFS="$lt_save_ifs"
14751
 
    test -z "$ac_dir" && ac_dir=.
14752
 
    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
14753
 
      lt_cv_path_LD="$ac_dir/$ac_prog"
14754
 
      # Check to see if the program is GNU ld.  I'd rather use --version,
14755
 
      # but apparently some variants of GNU ld only accept -v.
14756
 
      # Break only if it was the GNU/non-GNU ld that we prefer.
14757
 
      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
14758
 
      *GNU* | *'with BFD'*)
14759
 
        test "$with_gnu_ld" != no && break
14760
 
        ;;
14761
 
      *)
14762
 
        test "$with_gnu_ld" != yes && break
14763
 
        ;;
14764
 
      esac
14765
 
    fi
14766
 
  done
14767
 
  IFS="$lt_save_ifs"
14768
 
else
14769
 
  lt_cv_path_LD="$LD" # Let the user override the test with a path.
14770
 
fi
14771
 
fi
14772
 
 
14773
 
LD="$lt_cv_path_LD"
14774
 
if test -n "$LD"; then
14775
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
14776
 
$as_echo "$LD" >&6; }
14777
 
else
14778
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14779
 
$as_echo "no" >&6; }
14780
 
fi
14781
 
test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
14782
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
14783
 
$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
14784
 
if test "${lt_cv_prog_gnu_ld+set}" = set; then :
14785
 
  $as_echo_n "(cached) " >&6
14786
 
else
14787
 
  # I'd rather use --version here, but apparently some GNU lds only accept -v.
14788
 
case `$LD -v 2>&1 </dev/null` in
14789
 
*GNU* | *'with BFD'*)
14790
 
  lt_cv_prog_gnu_ld=yes
14791
 
  ;;
14792
 
*)
14793
 
  lt_cv_prog_gnu_ld=no
14794
 
  ;;
14795
 
esac
14796
 
fi
14797
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
14798
 
$as_echo "$lt_cv_prog_gnu_ld" >&6; }
14799
 
with_gnu_ld=$lt_cv_prog_gnu_ld
14800
 
 
14801
 
 
14802
 
 
14803
 
 
14804
 
 
14805
 
 
14806
 
 
14807
 
      # Check if GNU C++ uses GNU ld as the underlying linker, since the
14808
 
      # archiving commands below assume that GNU ld is being used.
14809
 
      if test "$with_gnu_ld" = yes; then
14810
 
        archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
14811
 
        archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
14812
 
 
14813
 
        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
14814
 
        export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
14815
 
 
14816
 
        # If archive_cmds runs LD, not CC, wlarc should be empty
14817
 
        # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
14818
 
        #     investigate it a little bit more. (MM)
14819
 
        wlarc='${wl}'
14820
 
 
14821
 
        # ancient GNU ld didn't support --whole-archive et. al.
14822
 
        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
14823
 
          $GREP 'no-whole-archive' > /dev/null; then
14824
 
          whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
14825
 
        else
14826
 
          whole_archive_flag_spec_CXX=
14827
 
        fi
14828
 
      else
14829
 
        with_gnu_ld=no
14830
 
        wlarc=
14831
 
 
14832
 
        # A generic and very simple default shared library creation
14833
 
        # command for GNU C++ for the case where it uses the native
14834
 
        # linker, instead of GNU ld.  If possible, this setting should
14835
 
        # overridden to take advantage of the native linker features on
14836
 
        # the platform it is being used on.
14837
 
        archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
14838
 
      fi
14839
 
 
14840
 
      # Commands to make compiler produce verbose output that lists
14841
 
      # what "hidden" libraries, object files and flags are used when
14842
 
      # linking a shared library.
14843
 
      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
14844
 
 
14845
 
    else
14846
 
      GXX=no
14847
 
      with_gnu_ld=no
14848
 
      wlarc=
14849
 
    fi
14850
 
 
14851
 
    # PORTME: fill in a description of your system's C++ link characteristics
14852
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
14853
 
$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
14854
 
    ld_shlibs_CXX=yes
14855
 
    case $host_os in
14856
 
      aix3*)
14857
 
        # FIXME: insert proper C++ library support
14858
 
        ld_shlibs_CXX=no
14859
 
        ;;
14860
 
      aix[4-9]*)
14861
 
        if test "$host_cpu" = ia64; then
14862
 
          # On IA64, the linker does run time linking by default, so we don't
14863
 
          # have to do anything special.
14864
 
          aix_use_runtimelinking=no
14865
 
          exp_sym_flag='-Bexport'
14866
 
          no_entry_flag=""
14867
 
        else
14868
 
          aix_use_runtimelinking=no
14869
 
 
14870
 
          # Test if we are trying to use run time linking or normal
14871
 
          # AIX style linking. If -brtl is somewhere in LDFLAGS, we
14872
 
          # need to do runtime linking.
14873
 
          case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
14874
 
            for ld_flag in $LDFLAGS; do
14875
 
              case $ld_flag in
14876
 
              *-brtl*)
14877
 
                aix_use_runtimelinking=yes
14878
 
                break
14879
 
                ;;
14880
 
              esac
14881
 
            done
14882
 
            ;;
14883
 
          esac
14884
 
 
14885
 
          exp_sym_flag='-bexport'
14886
 
          no_entry_flag='-bnoentry'
14887
 
        fi
14888
 
 
14889
 
        # When large executables or shared objects are built, AIX ld can
14890
 
        # have problems creating the table of contents.  If linking a library
14891
 
        # or program results in "error TOC overflow" add -mminimal-toc to
14892
 
        # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
14893
 
        # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
14894
 
 
14895
 
        archive_cmds_CXX=''
14896
 
        hardcode_direct_CXX=yes
14897
 
        hardcode_direct_absolute_CXX=yes
14898
 
        hardcode_libdir_separator_CXX=':'
14899
 
        link_all_deplibs_CXX=yes
14900
 
        file_list_spec_CXX='${wl}-f,'
14901
 
 
14902
 
        if test "$GXX" = yes; then
14903
 
          case $host_os in aix4.[012]|aix4.[012].*)
14904
 
          # We only want to do this on AIX 4.2 and lower, the check
14905
 
          # below for broken collect2 doesn't work under 4.3+
14906
 
          collect2name=`${CC} -print-prog-name=collect2`
14907
 
          if test -f "$collect2name" &&
14908
 
             strings "$collect2name" | $GREP resolve_lib_name >/dev/null
14909
 
          then
14910
 
            # We have reworked collect2
14911
 
            :
14912
 
          else
14913
 
            # We have old collect2
14914
 
            hardcode_direct_CXX=unsupported
14915
 
            # It fails to find uninstalled libraries when the uninstalled
14916
 
            # path is not listed in the libpath.  Setting hardcode_minus_L
14917
 
            # to unsupported forces relinking
14918
 
            hardcode_minus_L_CXX=yes
14919
 
            hardcode_libdir_flag_spec_CXX='-L$libdir'
14920
 
            hardcode_libdir_separator_CXX=
14921
 
          fi
14922
 
          esac
14923
 
          shared_flag='-shared'
14924
 
          if test "$aix_use_runtimelinking" = yes; then
14925
 
            shared_flag="$shared_flag "'${wl}-G'
14926
 
          fi
14927
 
        else
14928
 
          # not using gcc
14929
 
          if test "$host_cpu" = ia64; then
14930
 
          # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
14931
 
          # chokes on -Wl,-G. The following line is correct:
14932
 
          shared_flag='-G'
14933
 
          else
14934
 
            if test "$aix_use_runtimelinking" = yes; then
14935
 
              shared_flag='${wl}-G'
14936
 
            else
14937
 
              shared_flag='${wl}-bM:SRE'
14938
 
            fi
14939
 
          fi
14940
 
        fi
14941
 
 
14942
 
        export_dynamic_flag_spec_CXX='${wl}-bexpall'
14943
 
        # It seems that -bexpall does not export symbols beginning with
14944
 
        # underscore (_), so it is better to generate a list of symbols to
14945
 
        # export.
14946
 
        always_export_symbols_CXX=yes
14947
 
        if test "$aix_use_runtimelinking" = yes; then
14948
 
          # Warning - without using the other runtime loading flags (-brtl),
14949
 
          # -berok will link without error, but may produce a broken library.
14950
 
          allow_undefined_flag_CXX='-berok'
14951
 
          # Determine the default libpath from the value encoded in an empty
14952
 
          # executable.
14953
 
          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14954
 
/* end confdefs.h.  */
14955
 
 
14956
 
int
14957
 
main ()
14958
 
{
14959
 
 
14960
 
  ;
14961
 
  return 0;
14962
 
}
14963
 
_ACEOF
14964
 
if ac_fn_cxx_try_link "$LINENO"; then :
14965
 
 
14966
 
lt_aix_libpath_sed='
14967
 
    /Import File Strings/,/^$/ {
14968
 
        /^0/ {
14969
 
            s/^0  *\(.*\)$/\1/
14970
 
            p
14971
 
        }
14972
 
    }'
14973
 
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
14974
 
# Check for a 64-bit object if we didn't find anything.
14975
 
if test -z "$aix_libpath"; then
14976
 
  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
14977
 
fi
14978
 
fi
14979
 
rm -f core conftest.err conftest.$ac_objext \
14980
 
    conftest$ac_exeext conftest.$ac_ext
14981
 
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
14982
 
 
14983
 
          hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
14984
 
 
14985
 
          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
14986
 
        else
14987
 
          if test "$host_cpu" = ia64; then
14988
 
            hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
14989
 
            allow_undefined_flag_CXX="-z nodefs"
14990
 
            archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
14991
 
          else
14992
 
            # Determine the default libpath from the value encoded in an
14993
 
            # empty executable.
14994
 
            cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14995
 
/* end confdefs.h.  */
14996
 
 
14997
 
int
14998
 
main ()
14999
 
{
15000
 
 
15001
 
  ;
15002
 
  return 0;
15003
 
}
15004
 
_ACEOF
15005
 
if ac_fn_cxx_try_link "$LINENO"; then :
15006
 
 
15007
 
lt_aix_libpath_sed='
15008
 
    /Import File Strings/,/^$/ {
15009
 
        /^0/ {
15010
 
            s/^0  *\(.*\)$/\1/
15011
 
            p
15012
 
        }
15013
 
    }'
15014
 
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
15015
 
# Check for a 64-bit object if we didn't find anything.
15016
 
if test -z "$aix_libpath"; then
15017
 
  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
15018
 
fi
15019
 
fi
15020
 
rm -f core conftest.err conftest.$ac_objext \
15021
 
    conftest$ac_exeext conftest.$ac_ext
15022
 
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
15023
 
 
15024
 
            hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
15025
 
            # Warning - without using the other run time loading flags,
15026
 
            # -berok will link without error, but may produce a broken library.
15027
 
            no_undefined_flag_CXX=' ${wl}-bernotok'
15028
 
            allow_undefined_flag_CXX=' ${wl}-berok'
15029
 
            # Exported symbols can be pulled into shared objects from archives
15030
 
            whole_archive_flag_spec_CXX='$convenience'
15031
 
            archive_cmds_need_lc_CXX=yes
15032
 
            # This is similar to how AIX traditionally builds its shared
15033
 
            # libraries.
15034
 
            archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
15035
 
          fi
15036
 
        fi
15037
 
        ;;
15038
 
 
15039
 
      beos*)
15040
 
        if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
15041
 
          allow_undefined_flag_CXX=unsupported
15042
 
          # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
15043
 
          # support --undefined.  This deserves some investigation.  FIXME
15044
 
          archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
15045
 
        else
15046
 
          ld_shlibs_CXX=no
15047
 
        fi
15048
 
        ;;
15049
 
 
15050
 
      chorus*)
15051
 
        case $cc_basename in
15052
 
          *)
15053
 
          # FIXME: insert proper C++ library support
15054
 
          ld_shlibs_CXX=no
15055
 
          ;;
15056
 
        esac
15057
 
        ;;
15058
 
 
15059
 
      cygwin* | mingw* | pw32* | cegcc*)
15060
 
        # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
15061
 
        # as there is no search path for DLLs.
15062
 
        hardcode_libdir_flag_spec_CXX='-L$libdir'
15063
 
        allow_undefined_flag_CXX=unsupported
15064
 
        always_export_symbols_CXX=no
15065
 
        enable_shared_with_static_runtimes_CXX=yes
15066
 
 
15067
 
        if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
15068
 
          archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
15069
 
          # If the export-symbols file already is a .def file (1st line
15070
 
          # is EXPORTS), use it as is; otherwise, prepend...
15071
 
          archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
15072
 
            cp $export_symbols $output_objdir/$soname.def;
15073
 
          else
15074
 
            echo EXPORTS > $output_objdir/$soname.def;
15075
 
            cat $export_symbols >> $output_objdir/$soname.def;
15076
 
          fi~
15077
 
          $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
15078
 
        else
15079
 
          ld_shlibs_CXX=no
15080
 
        fi
15081
 
        ;;
15082
 
      darwin* | rhapsody*)
15083
 
 
15084
 
 
15085
 
  archive_cmds_need_lc_CXX=no
15086
 
  hardcode_direct_CXX=no
15087
 
  hardcode_automatic_CXX=yes
15088
 
  hardcode_shlibpath_var_CXX=unsupported
15089
 
  whole_archive_flag_spec_CXX=''
15090
 
  link_all_deplibs_CXX=yes
15091
 
  allow_undefined_flag_CXX="$_lt_dar_allow_undefined"
15092
 
  case $cc_basename in
15093
 
     ifort*) _lt_dar_can_shared=yes ;;
15094
 
     *) _lt_dar_can_shared=$GCC ;;
15095
 
  esac
15096
 
  if test "$_lt_dar_can_shared" = "yes"; then
15097
 
    output_verbose_link_cmd=echo
15098
 
    archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
15099
 
    module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
15100
 
    archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
15101
 
    module_expsym_cmds_CXX="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
15102
 
       if test "$lt_cv_apple_cc_single_mod" != "yes"; then
15103
 
      archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
15104
 
      archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
15105
 
    fi
15106
 
 
15107
 
  else
15108
 
  ld_shlibs_CXX=no
15109
 
  fi
15110
 
 
15111
 
        ;;
15112
 
 
15113
 
      dgux*)
15114
 
        case $cc_basename in
15115
 
          ec++*)
15116
 
            # FIXME: insert proper C++ library support
15117
 
            ld_shlibs_CXX=no
15118
 
            ;;
15119
 
          ghcx*)
15120
 
            # Green Hills C++ Compiler
15121
 
            # FIXME: insert proper C++ library support
15122
 
            ld_shlibs_CXX=no
15123
 
            ;;
15124
 
          *)
15125
 
            # FIXME: insert proper C++ library support
15126
 
            ld_shlibs_CXX=no
15127
 
            ;;
15128
 
        esac
15129
 
        ;;
15130
 
 
15131
 
      freebsd[12]*)
15132
 
        # C++ shared libraries reported to be fairly broken before
15133
 
        # switch to ELF
15134
 
        ld_shlibs_CXX=no
15135
 
        ;;
15136
 
 
15137
 
      freebsd-elf*)
15138
 
        archive_cmds_need_lc_CXX=no
15139
 
        ;;
15140
 
 
15141
 
      freebsd* | dragonfly*)
15142
 
        # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
15143
 
        # conventions
15144
 
        ld_shlibs_CXX=yes
15145
 
        ;;
15146
 
 
15147
 
      gnu*)
15148
 
        ;;
15149
 
 
15150
 
      hpux9*)
15151
 
        hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
15152
 
        hardcode_libdir_separator_CXX=:
15153
 
        export_dynamic_flag_spec_CXX='${wl}-E'
15154
 
        hardcode_direct_CXX=yes
15155
 
        hardcode_minus_L_CXX=yes # Not in the search PATH,
15156
 
                                             # but as the default
15157
 
                                             # location of the library.
15158
 
 
15159
 
        case $cc_basename in
15160
 
          CC*)
15161
 
            # FIXME: insert proper C++ library support
15162
 
            ld_shlibs_CXX=no
15163
 
            ;;
15164
 
          aCC*)
15165
 
            archive_cmds_CXX='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
15166
 
            # Commands to make compiler produce verbose output that lists
15167
 
            # what "hidden" libraries, object files and flags are used when
15168
 
            # linking a shared library.
15169
 
            #
15170
 
            # There doesn't appear to be a way to prevent this compiler from
15171
 
            # explicitly linking system object files so we need to strip them
15172
 
            # from the output so that they don't get included in the library
15173
 
            # dependencies.
15174
 
            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
15175
 
            ;;
15176
 
          *)
15177
 
            if test "$GXX" = yes; then
15178
 
              archive_cmds_CXX='$RM $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
15179
 
            else
15180
 
              # FIXME: insert proper C++ library support
15181
 
              ld_shlibs_CXX=no
15182
 
            fi
15183
 
            ;;
15184
 
        esac
15185
 
        ;;
15186
 
 
15187
 
      hpux10*|hpux11*)
15188
 
        if test $with_gnu_ld = no; then
15189
 
          hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
15190
 
          hardcode_libdir_separator_CXX=:
15191
 
 
15192
 
          case $host_cpu in
15193
 
            hppa*64*|ia64*)
15194
 
              ;;
15195
 
            *)
15196
 
              export_dynamic_flag_spec_CXX='${wl}-E'
15197
 
              ;;
15198
 
          esac
15199
 
        fi
15200
 
        case $host_cpu in
15201
 
          hppa*64*|ia64*)
15202
 
            hardcode_direct_CXX=no
15203
 
            hardcode_shlibpath_var_CXX=no
15204
 
            ;;
15205
 
          *)
15206
 
            hardcode_direct_CXX=yes
15207
 
            hardcode_direct_absolute_CXX=yes
15208
 
            hardcode_minus_L_CXX=yes # Not in the search PATH,
15209
 
                                                 # but as the default
15210
 
                                                 # location of the library.
15211
 
            ;;
15212
 
        esac
15213
 
 
15214
 
        case $cc_basename in
15215
 
          CC*)
15216
 
            # FIXME: insert proper C++ library support
15217
 
            ld_shlibs_CXX=no
15218
 
            ;;
15219
 
          aCC*)
15220
 
            case $host_cpu in
15221
 
              hppa*64*)
15222
 
                archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
15223
 
                ;;
15224
 
              ia64*)
15225
 
                archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
15226
 
                ;;
15227
 
              *)
15228
 
                archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
15229
 
                ;;
15230
 
            esac
15231
 
            # Commands to make compiler produce verbose output that lists
15232
 
            # what "hidden" libraries, object files and flags are used when
15233
 
            # linking a shared library.
15234
 
            #
15235
 
            # There doesn't appear to be a way to prevent this compiler from
15236
 
            # explicitly linking system object files so we need to strip them
15237
 
            # from the output so that they don't get included in the library
15238
 
            # dependencies.
15239
 
            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
15240
 
            ;;
15241
 
          *)
15242
 
            if test "$GXX" = yes; then
15243
 
              if test $with_gnu_ld = no; then
15244
 
                case $host_cpu in
15245
 
                  hppa*64*)
15246
 
                    archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
15247
 
                    ;;
15248
 
                  ia64*)
15249
 
                    archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
15250
 
                    ;;
15251
 
                  *)
15252
 
                    archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
15253
 
                    ;;
15254
 
                esac
15255
 
              fi
15256
 
            else
15257
 
              # FIXME: insert proper C++ library support
15258
 
              ld_shlibs_CXX=no
15259
 
            fi
15260
 
            ;;
15261
 
        esac
15262
 
        ;;
15263
 
 
15264
 
      interix[3-9]*)
15265
 
        hardcode_direct_CXX=no
15266
 
        hardcode_shlibpath_var_CXX=no
15267
 
        hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
15268
 
        export_dynamic_flag_spec_CXX='${wl}-E'
15269
 
        # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
15270
 
        # Instead, shared libraries are loaded at an image base (0x10000000 by
15271
 
        # default) and relocated if they conflict, which is a slow very memory
15272
 
        # consuming and fragmenting process.  To avoid this, we pick a random,
15273
 
        # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
15274
 
        # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
15275
 
        archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
15276
 
        archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
15277
 
        ;;
15278
 
      irix5* | irix6*)
15279
 
        case $cc_basename in
15280
 
          CC*)
15281
 
            # SGI C++
15282
 
            archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
15283
 
 
15284
 
            # Archives containing C++ object files must be created using
15285
 
            # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
15286
 
            # necessary to make sure instantiated templates are included
15287
 
            # in the archive.
15288
 
            old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
15289
 
            ;;
15290
 
          *)
15291
 
            if test "$GXX" = yes; then
15292
 
              if test "$with_gnu_ld" = no; then
15293
 
                archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $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 -o $lib'
15294
 
              else
15295
 
                archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib'
15296
 
              fi
15297
 
            fi
15298
 
            link_all_deplibs_CXX=yes
15299
 
            ;;
15300
 
        esac
15301
 
        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
15302
 
        hardcode_libdir_separator_CXX=:
15303
 
        inherit_rpath_CXX=yes
15304
 
        ;;
15305
 
 
15306
 
      linux* | k*bsd*-gnu | kopensolaris*-gnu)
15307
 
        case $cc_basename in
15308
 
          KCC*)
15309
 
            # Kuck and Associates, Inc. (KAI) C++ Compiler
15310
 
 
15311
 
            # KCC will only create a shared library if the output file
15312
 
            # ends with ".so" (or ".sl" for HP-UX), so rename the library
15313
 
            # to its proper name (with version) after linking.
15314
 
            archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
15315
 
            archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
15316
 
            # Commands to make compiler produce verbose output that lists
15317
 
            # what "hidden" libraries, object files and flags are used when
15318
 
            # linking a shared library.
15319
 
            #
15320
 
            # There doesn't appear to be a way to prevent this compiler from
15321
 
            # explicitly linking system object files so we need to strip them
15322
 
            # from the output so that they don't get included in the library
15323
 
            # dependencies.
15324
 
            output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
15325
 
 
15326
 
            hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
15327
 
            export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
15328
 
 
15329
 
            # Archives containing C++ object files must be created using
15330
 
            # "CC -Bstatic", where "CC" is the KAI C++ compiler.
15331
 
            old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
15332
 
            ;;
15333
 
          icpc* | ecpc* )
15334
 
            # Intel C++
15335
 
            with_gnu_ld=yes
15336
 
            # version 8.0 and above of icpc choke on multiply defined symbols
15337
 
            # if we add $predep_objects and $postdep_objects, however 7.1 and
15338
 
            # earlier do not add the objects themselves.
15339
 
            case `$CC -V 2>&1` in
15340
 
              *"Version 7."*)
15341
 
                archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
15342
 
                archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
15343
 
                ;;
15344
 
              *)  # Version 8.0 or newer
15345
 
                tmp_idyn=
15346
 
                case $host_cpu in
15347
 
                  ia64*) tmp_idyn=' -i_dynamic';;
15348
 
                esac
15349
 
                archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
15350
 
                archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
15351
 
                ;;
15352
 
            esac
15353
 
            archive_cmds_need_lc_CXX=no
15354
 
            hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
15355
 
            export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
15356
 
            whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
15357
 
            ;;
15358
 
          pgCC* | pgcpp*)
15359
 
            # Portland Group C++ compiler
15360
 
            case `$CC -V` in
15361
 
            *pgCC\ [1-5]* | *pgcpp\ [1-5]*)
15362
 
              prelink_cmds_CXX='tpldir=Template.dir~
15363
 
                rm -rf $tpldir~
15364
 
                $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
15365
 
                compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
15366
 
              old_archive_cmds_CXX='tpldir=Template.dir~
15367
 
                rm -rf $tpldir~
15368
 
                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
15369
 
                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
15370
 
                $RANLIB $oldlib'
15371
 
              archive_cmds_CXX='tpldir=Template.dir~
15372
 
                rm -rf $tpldir~
15373
 
                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
15374
 
                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
15375
 
              archive_expsym_cmds_CXX='tpldir=Template.dir~
15376
 
                rm -rf $tpldir~
15377
 
                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
15378
 
                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
15379
 
              ;;
15380
 
            *) # Version 6 will use weak symbols
15381
 
              archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
15382
 
              archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
15383
 
              ;;
15384
 
            esac
15385
 
 
15386
 
            hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
15387
 
            export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
15388
 
            whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
15389
 
            ;;
15390
 
          cxx*)
15391
 
            # Compaq C++
15392
 
            archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
15393
 
            archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
15394
 
 
15395
 
            runpath_var=LD_RUN_PATH
15396
 
            hardcode_libdir_flag_spec_CXX='-rpath $libdir'
15397
 
            hardcode_libdir_separator_CXX=:
15398
 
 
15399
 
            # Commands to make compiler produce verbose output that lists
15400
 
            # what "hidden" libraries, object files and flags are used when
15401
 
            # linking a shared library.
15402
 
            #
15403
 
            # There doesn't appear to be a way to prevent this compiler from
15404
 
            # explicitly linking system object files so we need to strip them
15405
 
            # from the output so that they don't get included in the library
15406
 
            # dependencies.
15407
 
            output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
15408
 
            ;;
15409
 
          xl*)
15410
 
            # IBM XL 8.0 on PPC, with GNU ld
15411
 
            hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
15412
 
            export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
15413
 
            archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
15414
 
            if test "x$supports_anon_versioning" = xyes; then
15415
 
              archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
15416
 
                cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
15417
 
                echo "local: *; };" >> $output_objdir/$libname.ver~
15418
 
                $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
15419
 
            fi
15420
 
            ;;
15421
 
          *)
15422
 
            case `$CC -V 2>&1 | sed 5q` in
15423
 
            *Sun\ C*)
15424
 
              # Sun C++ 5.9
15425
 
              no_undefined_flag_CXX=' -zdefs'
15426
 
              archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
15427
 
              archive_expsym_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
15428
 
              hardcode_libdir_flag_spec_CXX='-R$libdir'
15429
 
              whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
15430
 
              compiler_needs_object_CXX=yes
15431
 
 
15432
 
              # Not sure whether something based on
15433
 
              # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
15434
 
              # would be better.
15435
 
              output_verbose_link_cmd='echo'
15436
 
 
15437
 
              # Archives containing C++ object files must be created using
15438
 
              # "CC -xar", where "CC" is the Sun C++ compiler.  This is
15439
 
              # necessary to make sure instantiated templates are included
15440
 
              # in the archive.
15441
 
              old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
15442
 
              ;;
15443
 
            esac
15444
 
            ;;
15445
 
        esac
15446
 
        ;;
15447
 
 
15448
 
      lynxos*)
15449
 
        # FIXME: insert proper C++ library support
15450
 
        ld_shlibs_CXX=no
15451
 
        ;;
15452
 
 
15453
 
      m88k*)
15454
 
        # FIXME: insert proper C++ library support
15455
 
        ld_shlibs_CXX=no
15456
 
        ;;
15457
 
 
15458
 
      mvs*)
15459
 
        case $cc_basename in
15460
 
          cxx*)
15461
 
            # FIXME: insert proper C++ library support
15462
 
            ld_shlibs_CXX=no
15463
 
            ;;
15464
 
          *)
15465
 
            # FIXME: insert proper C++ library support
15466
 
            ld_shlibs_CXX=no
15467
 
            ;;
15468
 
        esac
15469
 
        ;;
15470
 
 
15471
 
      netbsd*)
15472
 
        if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
15473
 
          archive_cmds_CXX='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
15474
 
          wlarc=
15475
 
          hardcode_libdir_flag_spec_CXX='-R$libdir'
15476
 
          hardcode_direct_CXX=yes
15477
 
          hardcode_shlibpath_var_CXX=no
15478
 
        fi
15479
 
        # Workaround some broken pre-1.5 toolchains
15480
 
        output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
15481
 
        ;;
15482
 
 
15483
 
      *nto* | *qnx*)
15484
 
        ld_shlibs_CXX=yes
15485
 
        ;;
15486
 
 
15487
 
      openbsd2*)
15488
 
        # C++ shared libraries are fairly broken
15489
 
        ld_shlibs_CXX=no
15490
 
        ;;
15491
 
 
15492
 
      openbsd*)
15493
 
        if test -f /usr/libexec/ld.so; then
15494
 
          hardcode_direct_CXX=yes
15495
 
          hardcode_shlibpath_var_CXX=no
15496
 
          hardcode_direct_absolute_CXX=yes
15497
 
          archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
15498
 
          hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
15499
 
          if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
15500
 
            archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
15501
 
            export_dynamic_flag_spec_CXX='${wl}-E'
15502
 
            whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
15503
 
          fi
15504
 
          output_verbose_link_cmd=echo
15505
 
        else
15506
 
          ld_shlibs_CXX=no
15507
 
        fi
15508
 
        ;;
15509
 
 
15510
 
      osf3* | osf4* | osf5*)
15511
 
        case $cc_basename in
15512
 
          KCC*)
15513
 
            # Kuck and Associates, Inc. (KAI) C++ Compiler
15514
 
 
15515
 
            # KCC will only create a shared library if the output file
15516
 
            # ends with ".so" (or ".sl" for HP-UX), so rename the library
15517
 
            # to its proper name (with version) after linking.
15518
 
            archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
15519
 
 
15520
 
            hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
15521
 
            hardcode_libdir_separator_CXX=:
15522
 
 
15523
 
            # Archives containing C++ object files must be created using
15524
 
            # the KAI C++ compiler.
15525
 
            case $host in
15526
 
              osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;;
15527
 
              *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;;
15528
 
            esac
15529
 
            ;;
15530
 
          RCC*)
15531
 
            # Rational C++ 2.4.1
15532
 
            # FIXME: insert proper C++ library support
15533
 
            ld_shlibs_CXX=no
15534
 
            ;;
15535
 
          cxx*)
15536
 
            case $host in
15537
 
              osf3*)
15538
 
                allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
15539
 
                archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
15540
 
                hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
15541
 
                ;;
15542
 
              *)
15543
 
                allow_undefined_flag_CXX=' -expect_unresolved \*'
15544
 
                archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
15545
 
                archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
15546
 
                  echo "-hidden">> $lib.exp~
15547
 
                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~
15548
 
                  $RM $lib.exp'
15549
 
                hardcode_libdir_flag_spec_CXX='-rpath $libdir'
15550
 
                ;;
15551
 
            esac
15552
 
 
15553
 
            hardcode_libdir_separator_CXX=:
15554
 
 
15555
 
            # Commands to make compiler produce verbose output that lists
15556
 
            # what "hidden" libraries, object files and flags are used when
15557
 
            # linking a shared library.
15558
 
            #
15559
 
            # There doesn't appear to be a way to prevent this compiler from
15560
 
            # explicitly linking system object files so we need to strip them
15561
 
            # from the output so that they don't get included in the library
15562
 
            # dependencies.
15563
 
            output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
15564
 
            ;;
15565
 
          *)
15566
 
            if test "$GXX" = yes && test "$with_gnu_ld" = no; then
15567
 
              allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
15568
 
              case $host in
15569
 
                osf3*)
15570
 
                  archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $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 -o $lib'
15571
 
                  ;;
15572
 
                *)
15573
 
                  archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
15574
 
                  ;;
15575
 
              esac
15576
 
 
15577
 
              hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
15578
 
              hardcode_libdir_separator_CXX=:
15579
 
 
15580
 
              # Commands to make compiler produce verbose output that lists
15581
 
              # what "hidden" libraries, object files and flags are used when
15582
 
              # linking a shared library.
15583
 
              output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
15584
 
 
15585
 
            else
15586
 
              # FIXME: insert proper C++ library support
15587
 
              ld_shlibs_CXX=no
15588
 
            fi
15589
 
            ;;
15590
 
        esac
15591
 
        ;;
15592
 
 
15593
 
      psos*)
15594
 
        # FIXME: insert proper C++ library support
15595
 
        ld_shlibs_CXX=no
15596
 
        ;;
15597
 
 
15598
 
      sunos4*)
15599
 
        case $cc_basename in
15600
 
          CC*)
15601
 
            # Sun C++ 4.x
15602
 
            # FIXME: insert proper C++ library support
15603
 
            ld_shlibs_CXX=no
15604
 
            ;;
15605
 
          lcc*)
15606
 
            # Lucid
15607
 
            # FIXME: insert proper C++ library support
15608
 
            ld_shlibs_CXX=no
15609
 
            ;;
15610
 
          *)
15611
 
            # FIXME: insert proper C++ library support
15612
 
            ld_shlibs_CXX=no
15613
 
            ;;
15614
 
        esac
15615
 
        ;;
15616
 
 
15617
 
      solaris*)
15618
 
        case $cc_basename in
15619
 
          CC*)
15620
 
            # Sun C++ 4.2, 5.x and Centerline C++
15621
 
            archive_cmds_need_lc_CXX=yes
15622
 
            no_undefined_flag_CXX=' -zdefs'
15623
 
            archive_cmds_CXX='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
15624
 
            archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
15625
 
              $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
15626
 
 
15627
 
            hardcode_libdir_flag_spec_CXX='-R$libdir'
15628
 
            hardcode_shlibpath_var_CXX=no
15629
 
            case $host_os in
15630
 
              solaris2.[0-5] | solaris2.[0-5].*) ;;
15631
 
              *)
15632
 
                # The compiler driver will combine and reorder linker options,
15633
 
                # but understands `-z linker_flag'.
15634
 
                # Supported since Solaris 2.6 (maybe 2.5.1?)
15635
 
                whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
15636
 
                ;;
15637
 
            esac
15638
 
            link_all_deplibs_CXX=yes
15639
 
 
15640
 
            output_verbose_link_cmd='echo'
15641
 
 
15642
 
            # Archives containing C++ object files must be created using
15643
 
            # "CC -xar", where "CC" is the Sun C++ compiler.  This is
15644
 
            # necessary to make sure instantiated templates are included
15645
 
            # in the archive.
15646
 
            old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
15647
 
            ;;
15648
 
          gcx*)
15649
 
            # Green Hills C++ Compiler
15650
 
            archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
15651
 
 
15652
 
            # The C++ compiler must be used to create the archive.
15653
 
            old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
15654
 
            ;;
15655
 
          *)
15656
 
            # GNU C++ compiler with Solaris linker
15657
 
            if test "$GXX" = yes && test "$with_gnu_ld" = no; then
15658
 
              no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
15659
 
              if $CC --version | $GREP -v '^2\.7' > /dev/null; then
15660
 
                archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
15661
 
                archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
15662
 
                  $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
15663
 
 
15664
 
                # Commands to make compiler produce verbose output that lists
15665
 
                # what "hidden" libraries, object files and flags are used when
15666
 
                # linking a shared library.
15667
 
                output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
15668
 
              else
15669
 
                # g++ 2.7 appears to require `-G' NOT `-shared' on this
15670
 
                # platform.
15671
 
                archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
15672
 
                archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
15673
 
                  $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
15674
 
 
15675
 
                # Commands to make compiler produce verbose output that lists
15676
 
                # what "hidden" libraries, object files and flags are used when
15677
 
                # linking a shared library.
15678
 
                output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
15679
 
              fi
15680
 
 
15681
 
              hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
15682
 
              case $host_os in
15683
 
                solaris2.[0-5] | solaris2.[0-5].*) ;;
15684
 
                *)
15685
 
                  whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
15686
 
                  ;;
15687
 
              esac
15688
 
            fi
15689
 
            ;;
15690
 
        esac
15691
 
        ;;
15692
 
 
15693
 
    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
15694
 
      no_undefined_flag_CXX='${wl}-z,text'
15695
 
      archive_cmds_need_lc_CXX=no
15696
 
      hardcode_shlibpath_var_CXX=no
15697
 
      runpath_var='LD_RUN_PATH'
15698
 
 
15699
 
      case $cc_basename in
15700
 
        CC*)
15701
 
          archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
15702
 
          archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
15703
 
          ;;
15704
 
        *)
15705
 
          archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
15706
 
          archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
15707
 
          ;;
15708
 
      esac
15709
 
      ;;
15710
 
 
15711
 
      sysv5* | sco3.2v5* | sco5v6*)
15712
 
        # Note: We can NOT use -z defs as we might desire, because we do not
15713
 
        # link with -lc, and that would cause any symbols used from libc to
15714
 
        # always be unresolved, which means just about no library would
15715
 
        # ever link correctly.  If we're not using GNU ld we use -z text
15716
 
        # though, which does catch some bad symbols but isn't as heavy-handed
15717
 
        # as -z defs.
15718
 
        no_undefined_flag_CXX='${wl}-z,text'
15719
 
        allow_undefined_flag_CXX='${wl}-z,nodefs'
15720
 
        archive_cmds_need_lc_CXX=no
15721
 
        hardcode_shlibpath_var_CXX=no
15722
 
        hardcode_libdir_flag_spec_CXX='${wl}-R,$libdir'
15723
 
        hardcode_libdir_separator_CXX=':'
15724
 
        link_all_deplibs_CXX=yes
15725
 
        export_dynamic_flag_spec_CXX='${wl}-Bexport'
15726
 
        runpath_var='LD_RUN_PATH'
15727
 
 
15728
 
        case $cc_basename in
15729
 
          CC*)
15730
 
            archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
15731
 
            archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
15732
 
            ;;
15733
 
          *)
15734
 
            archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
15735
 
            archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
15736
 
            ;;
15737
 
        esac
15738
 
      ;;
15739
 
 
15740
 
      tandem*)
15741
 
        case $cc_basename in
15742
 
          NCC*)
15743
 
            # NonStop-UX NCC 3.20
15744
 
            # FIXME: insert proper C++ library support
15745
 
            ld_shlibs_CXX=no
15746
 
            ;;
15747
 
          *)
15748
 
            # FIXME: insert proper C++ library support
15749
 
            ld_shlibs_CXX=no
15750
 
            ;;
15751
 
        esac
15752
 
        ;;
15753
 
 
15754
 
      vxworks*)
15755
 
        # FIXME: insert proper C++ library support
15756
 
        ld_shlibs_CXX=no
15757
 
        ;;
15758
 
 
15759
 
      *)
15760
 
        # FIXME: insert proper C++ library support
15761
 
        ld_shlibs_CXX=no
15762
 
        ;;
15763
 
    esac
15764
 
 
15765
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
15766
 
$as_echo "$ld_shlibs_CXX" >&6; }
15767
 
    test "$ld_shlibs_CXX" = no && can_build_shared=no
15768
 
 
15769
 
    GCC_CXX="$GXX"
15770
 
    LD_CXX="$LD"
15771
 
 
15772
 
    ## CAVEAT EMPTOR:
15773
 
    ## There is no encapsulation within the following macros, do not change
15774
 
    ## the running order or otherwise move them around unless you know exactly
15775
 
    ## what you are doing...
15776
 
    # Dependencies to place before and after the object being linked:
15777
 
predep_objects_CXX=
15778
 
postdep_objects_CXX=
15779
 
predeps_CXX=
15780
 
postdeps_CXX=
15781
 
compiler_lib_search_path_CXX=
15782
 
 
15783
 
cat > conftest.$ac_ext <<_LT_EOF
15784
 
class Foo
15785
 
{
15786
 
public:
15787
 
  Foo (void) { a = 0; }
15788
 
private:
15789
 
  int a;
15790
 
};
15791
 
_LT_EOF
15792
 
 
15793
 
if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
15794
 
  (eval $ac_compile) 2>&5
15795
 
  ac_status=$?
15796
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15797
 
  test $ac_status = 0; }; then
15798
 
  # Parse the compiler output and extract the necessary
15799
 
  # objects, libraries and library flags.
15800
 
 
15801
 
  # Sentinel used to keep track of whether or not we are before
15802
 
  # the conftest object file.
15803
 
  pre_test_object_deps_done=no
15804
 
 
15805
 
  for p in `eval "$output_verbose_link_cmd"`; do
15806
 
    case $p in
15807
 
 
15808
 
    -L* | -R* | -l*)
15809
 
       # Some compilers place space between "-{L,R}" and the path.
15810
 
       # Remove the space.
15811
 
       if test $p = "-L" ||
15812
 
          test $p = "-R"; then
15813
 
         prev=$p
15814
 
         continue
15815
 
       else
15816
 
         prev=
15817
 
       fi
15818
 
 
15819
 
       if test "$pre_test_object_deps_done" = no; then
15820
 
         case $p in
15821
 
         -L* | -R*)
15822
 
           # Internal compiler library paths should come after those
15823
 
           # provided the user.  The postdeps already come after the
15824
 
           # user supplied libs so there is no need to process them.
15825
 
           if test -z "$compiler_lib_search_path_CXX"; then
15826
 
             compiler_lib_search_path_CXX="${prev}${p}"
15827
 
           else
15828
 
             compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}"
15829
 
           fi
15830
 
           ;;
15831
 
         # The "-l" case would never come before the object being
15832
 
         # linked, so don't bother handling this case.
15833
 
         esac
15834
 
       else
15835
 
         if test -z "$postdeps_CXX"; then
15836
 
           postdeps_CXX="${prev}${p}"
15837
 
         else
15838
 
           postdeps_CXX="${postdeps_CXX} ${prev}${p}"
15839
 
         fi
15840
 
       fi
15841
 
       ;;
15842
 
 
15843
 
    *.$objext)
15844
 
       # This assumes that the test object file only shows up
15845
 
       # once in the compiler output.
15846
 
       if test "$p" = "conftest.$objext"; then
15847
 
         pre_test_object_deps_done=yes
15848
 
         continue
15849
 
       fi
15850
 
 
15851
 
       if test "$pre_test_object_deps_done" = no; then
15852
 
         if test -z "$predep_objects_CXX"; then
15853
 
           predep_objects_CXX="$p"
15854
 
         else
15855
 
           predep_objects_CXX="$predep_objects_CXX $p"
15856
 
         fi
15857
 
       else
15858
 
         if test -z "$postdep_objects_CXX"; then
15859
 
           postdep_objects_CXX="$p"
15860
 
         else
15861
 
           postdep_objects_CXX="$postdep_objects_CXX $p"
15862
 
         fi
15863
 
       fi
15864
 
       ;;
15865
 
 
15866
 
    *) ;; # Ignore the rest.
15867
 
 
15868
 
    esac
15869
 
  done
15870
 
 
15871
 
  # Clean up.
15872
 
  rm -f a.out a.exe
15873
 
else
15874
 
  echo "libtool.m4: error: problem compiling CXX test program"
15875
 
fi
15876
 
 
15877
 
$RM -f confest.$objext
15878
 
 
15879
 
# PORTME: override above test on systems where it is broken
15880
 
case $host_os in
15881
 
interix[3-9]*)
15882
 
  # Interix 3.5 installs completely hosed .la files for C++, so rather than
15883
 
  # hack all around it, let's just trust "g++" to DTRT.
15884
 
  predep_objects_CXX=
15885
 
  postdep_objects_CXX=
15886
 
  postdeps_CXX=
15887
 
  ;;
15888
 
 
15889
 
linux*)
15890
 
  case `$CC -V 2>&1 | sed 5q` in
15891
 
  *Sun\ C*)
15892
 
    # Sun C++ 5.9
15893
 
 
15894
 
    # The more standards-conforming stlport4 library is
15895
 
    # incompatible with the Cstd library. Avoid specifying
15896
 
    # it if it's in CXXFLAGS. Ignore libCrun as
15897
 
    # -library=stlport4 depends on it.
15898
 
    case " $CXX $CXXFLAGS " in
15899
 
    *" -library=stlport4 "*)
15900
 
      solaris_use_stlport4=yes
15901
 
      ;;
15902
 
    esac
15903
 
 
15904
 
    if test "$solaris_use_stlport4" != yes; then
15905
 
      postdeps_CXX='-library=Cstd -library=Crun'
15906
 
    fi
15907
 
    ;;
15908
 
  esac
15909
 
  ;;
15910
 
 
15911
 
solaris*)
15912
 
  case $cc_basename in
15913
 
  CC*)
15914
 
    # The more standards-conforming stlport4 library is
15915
 
    # incompatible with the Cstd library. Avoid specifying
15916
 
    # it if it's in CXXFLAGS. Ignore libCrun as
15917
 
    # -library=stlport4 depends on it.
15918
 
    case " $CXX $CXXFLAGS " in
15919
 
    *" -library=stlport4 "*)
15920
 
      solaris_use_stlport4=yes
15921
 
      ;;
15922
 
    esac
15923
 
 
15924
 
    # Adding this requires a known-good setup of shared libraries for
15925
 
    # Sun compiler versions before 5.6, else PIC objects from an old
15926
 
    # archive will be linked into the output, leading to subtle bugs.
15927
 
    if test "$solaris_use_stlport4" != yes; then
15928
 
      postdeps_CXX='-library=Cstd -library=Crun'
15929
 
    fi
15930
 
    ;;
15931
 
  esac
15932
 
  ;;
15933
 
esac
15934
 
 
15935
 
 
15936
 
case " $postdeps_CXX " in
15937
 
*" -lc "*) archive_cmds_need_lc_CXX=no ;;
15938
 
esac
15939
 
 compiler_lib_search_dirs_CXX=
15940
 
if test -n "${compiler_lib_search_path_CXX}"; then
15941
 
 compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
15942
 
fi
15943
 
 
15944
 
 
15945
 
 
15946
 
 
15947
 
 
15948
 
 
15949
 
 
15950
 
 
15951
 
 
15952
 
 
15953
 
 
15954
 
 
15955
 
 
15956
 
 
15957
 
 
15958
 
 
15959
 
 
15960
 
 
15961
 
 
15962
 
 
15963
 
 
15964
 
 
15965
 
 
15966
 
 
15967
 
 
15968
 
 
15969
 
 
15970
 
 
15971
 
 
15972
 
 
15973
 
 
15974
 
    lt_prog_compiler_wl_CXX=
15975
 
lt_prog_compiler_pic_CXX=
15976
 
lt_prog_compiler_static_CXX=
15977
 
 
15978
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
15979
 
$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
15980
 
 
15981
 
  # C++ specific cases for pic, static, wl, etc.
15982
 
  if test "$GXX" = yes; then
15983
 
    lt_prog_compiler_wl_CXX='-Wl,'
15984
 
    lt_prog_compiler_static_CXX='-static'
15985
 
 
15986
 
    case $host_os in
15987
 
    aix*)
15988
 
      # All AIX code is PIC.
15989
 
      if test "$host_cpu" = ia64; then
15990
 
        # AIX 5 now supports IA64 processor
15991
 
        lt_prog_compiler_static_CXX='-Bstatic'
15992
 
      fi
15993
 
      ;;
15994
 
 
15995
 
    amigaos*)
15996
 
      case $host_cpu in
15997
 
      powerpc)
15998
 
            # see comment about AmigaOS4 .so support
15999
 
            lt_prog_compiler_pic_CXX='-fPIC'
16000
 
        ;;
16001
 
      m68k)
16002
 
            # FIXME: we need at least 68020 code to build shared libraries, but
16003
 
            # adding the `-m68020' flag to GCC prevents building anything better,
16004
 
            # like `-m68040'.
16005
 
            lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
16006
 
        ;;
16007
 
      esac
16008
 
      ;;
16009
 
 
16010
 
    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
16011
 
      # PIC is the default for these OSes.
16012
 
      ;;
16013
 
    mingw* | cygwin* | os2* | pw32* | cegcc*)
16014
 
      # This hack is so that the source file can tell whether it is being
16015
 
      # built for inclusion in a dll (and should export symbols for example).
16016
 
      # Although the cygwin gcc ignores -fPIC, still need this for old-style
16017
 
      # (--disable-auto-import) libraries
16018
 
      lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
16019
 
      ;;
16020
 
    darwin* | rhapsody*)
16021
 
      # PIC is the default on this platform
16022
 
      # Common symbols not allowed in MH_DYLIB files
16023
 
      lt_prog_compiler_pic_CXX='-fno-common'
16024
 
      ;;
16025
 
    *djgpp*)
16026
 
      # DJGPP does not support shared libraries at all
16027
 
      lt_prog_compiler_pic_CXX=
16028
 
      ;;
16029
 
    interix[3-9]*)
16030
 
      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
16031
 
      # Instead, we relocate shared libraries at runtime.
16032
 
      ;;
16033
 
    sysv4*MP*)
16034
 
      if test -d /usr/nec; then
16035
 
        lt_prog_compiler_pic_CXX=-Kconform_pic
16036
 
      fi
16037
 
      ;;
16038
 
    hpux*)
16039
 
      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
16040
 
      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
16041
 
      # sets the default TLS model and affects inlining.
16042
 
      case $host_cpu in
16043
 
      hppa*64*)
16044
 
        ;;
16045
 
      *)
16046
 
        lt_prog_compiler_pic_CXX='-fPIC'
16047
 
        ;;
16048
 
      esac
16049
 
      ;;
16050
 
    *qnx* | *nto*)
16051
 
      # QNX uses GNU C++, but need to define -shared option too, otherwise
16052
 
      # it will coredump.
16053
 
      lt_prog_compiler_pic_CXX='-fPIC -shared'
16054
 
      ;;
16055
 
    *)
16056
 
      lt_prog_compiler_pic_CXX='-fPIC'
16057
 
      ;;
16058
 
    esac
16059
 
  else
16060
 
    case $host_os in
16061
 
      aix[4-9]*)
16062
 
        # All AIX code is PIC.
16063
 
        if test "$host_cpu" = ia64; then
16064
 
          # AIX 5 now supports IA64 processor
16065
 
          lt_prog_compiler_static_CXX='-Bstatic'
16066
 
        else
16067
 
          lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
16068
 
        fi
16069
 
        ;;
16070
 
      chorus*)
16071
 
        case $cc_basename in
16072
 
        cxch68*)
16073
 
          # Green Hills C++ Compiler
16074
 
          # _LT_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
16075
 
          ;;
16076
 
        esac
16077
 
        ;;
16078
 
      dgux*)
16079
 
        case $cc_basename in
16080
 
          ec++*)
16081
 
            lt_prog_compiler_pic_CXX='-KPIC'
16082
 
            ;;
16083
 
          ghcx*)
16084
 
            # Green Hills C++ Compiler
16085
 
            lt_prog_compiler_pic_CXX='-pic'
16086
 
            ;;
16087
 
          *)
16088
 
            ;;
16089
 
        esac
16090
 
        ;;
16091
 
      freebsd* | dragonfly*)
16092
 
        # FreeBSD uses GNU C++
16093
 
        ;;
16094
 
      hpux9* | hpux10* | hpux11*)
16095
 
        case $cc_basename in
16096
 
          CC*)
16097
 
            lt_prog_compiler_wl_CXX='-Wl,'
16098
 
            lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
16099
 
            if test "$host_cpu" != ia64; then
16100
 
              lt_prog_compiler_pic_CXX='+Z'
16101
 
            fi
16102
 
            ;;
16103
 
          aCC*)
16104
 
            lt_prog_compiler_wl_CXX='-Wl,'
16105
 
            lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
16106
 
            case $host_cpu in
16107
 
            hppa*64*|ia64*)
16108
 
              # +Z the default
16109
 
              ;;
16110
 
            *)
16111
 
              lt_prog_compiler_pic_CXX='+Z'
16112
 
              ;;
16113
 
            esac
16114
 
            ;;
16115
 
          *)
16116
 
            ;;
16117
 
        esac
16118
 
        ;;
16119
 
      interix*)
16120
 
        # This is c89, which is MS Visual C++ (no shared libs)
16121
 
        # Anyone wants to do a port?
16122
 
        ;;
16123
 
      irix5* | irix6* | nonstopux*)
16124
 
        case $cc_basename in
16125
 
          CC*)
16126
 
            lt_prog_compiler_wl_CXX='-Wl,'
16127
 
            lt_prog_compiler_static_CXX='-non_shared'
16128
 
            # CC pic flag -KPIC is the default.
16129
 
            ;;
16130
 
          *)
16131
 
            ;;
16132
 
        esac
16133
 
        ;;
16134
 
      linux* | k*bsd*-gnu | kopensolaris*-gnu)
16135
 
        case $cc_basename in
16136
 
          KCC*)
16137
 
            # KAI C++ Compiler
16138
 
            lt_prog_compiler_wl_CXX='--backend -Wl,'
16139
 
            lt_prog_compiler_pic_CXX='-fPIC'
16140
 
            ;;
16141
 
          ecpc* )
16142
 
            # old Intel C++ for x86_64 which still supported -KPIC.
16143
 
            lt_prog_compiler_wl_CXX='-Wl,'
16144
 
            lt_prog_compiler_pic_CXX='-KPIC'
16145
 
            lt_prog_compiler_static_CXX='-static'
16146
 
            ;;
16147
 
          icpc* )
16148
 
            # Intel C++, used to be incompatible with GCC.
16149
 
            # ICC 10 doesn't accept -KPIC any more.
16150
 
            lt_prog_compiler_wl_CXX='-Wl,'
16151
 
            lt_prog_compiler_pic_CXX='-fPIC'
16152
 
            lt_prog_compiler_static_CXX='-static'
16153
 
            ;;
16154
 
          pgCC* | pgcpp*)
16155
 
            # Portland Group C++ compiler
16156
 
            lt_prog_compiler_wl_CXX='-Wl,'
16157
 
            lt_prog_compiler_pic_CXX='-fpic'
16158
 
            lt_prog_compiler_static_CXX='-Bstatic'
16159
 
            ;;
16160
 
          cxx*)
16161
 
            # Compaq C++
16162
 
            # Make sure the PIC flag is empty.  It appears that all Alpha
16163
 
            # Linux and Compaq Tru64 Unix objects are PIC.
16164
 
            lt_prog_compiler_pic_CXX=
16165
 
            lt_prog_compiler_static_CXX='-non_shared'
16166
 
            ;;
16167
 
          xlc* | xlC*)
16168
 
            # IBM XL 8.0 on PPC
16169
 
            lt_prog_compiler_wl_CXX='-Wl,'
16170
 
            lt_prog_compiler_pic_CXX='-qpic'
16171
 
            lt_prog_compiler_static_CXX='-qstaticlink'
16172
 
            ;;
16173
 
          *)
16174
 
            case `$CC -V 2>&1 | sed 5q` in
16175
 
            *Sun\ C*)
16176
 
              # Sun C++ 5.9
16177
 
              lt_prog_compiler_pic_CXX='-KPIC'
16178
 
              lt_prog_compiler_static_CXX='-Bstatic'
16179
 
              lt_prog_compiler_wl_CXX='-Qoption ld '
16180
 
              ;;
16181
 
            esac
16182
 
            ;;
16183
 
        esac
16184
 
        ;;
16185
 
      lynxos*)
16186
 
        ;;
16187
 
      m88k*)
16188
 
        ;;
16189
 
      mvs*)
16190
 
        case $cc_basename in
16191
 
          cxx*)
16192
 
            lt_prog_compiler_pic_CXX='-W c,exportall'
16193
 
            ;;
16194
 
          *)
16195
 
            ;;
16196
 
        esac
16197
 
        ;;
16198
 
      netbsd* | netbsdelf*-gnu)
16199
 
        ;;
16200
 
      *qnx* | *nto*)
16201
 
        # QNX uses GNU C++, but need to define -shared option too, otherwise
16202
 
        # it will coredump.
16203
 
        lt_prog_compiler_pic_CXX='-fPIC -shared'
16204
 
        ;;
16205
 
      osf3* | osf4* | osf5*)
16206
 
        case $cc_basename in
16207
 
          KCC*)
16208
 
            lt_prog_compiler_wl_CXX='--backend -Wl,'
16209
 
            ;;
16210
 
          RCC*)
16211
 
            # Rational C++ 2.4.1
16212
 
            lt_prog_compiler_pic_CXX='-pic'
16213
 
            ;;
16214
 
          cxx*)
16215
 
            # Digital/Compaq C++
16216
 
            lt_prog_compiler_wl_CXX='-Wl,'
16217
 
            # Make sure the PIC flag is empty.  It appears that all Alpha
16218
 
            # Linux and Compaq Tru64 Unix objects are PIC.
16219
 
            lt_prog_compiler_pic_CXX=
16220
 
            lt_prog_compiler_static_CXX='-non_shared'
16221
 
            ;;
16222
 
          *)
16223
 
            ;;
16224
 
        esac
16225
 
        ;;
16226
 
      psos*)
16227
 
        ;;
16228
 
      solaris*)
16229
 
        case $cc_basename in
16230
 
          CC*)
16231
 
            # Sun C++ 4.2, 5.x and Centerline C++
16232
 
            lt_prog_compiler_pic_CXX='-KPIC'
16233
 
            lt_prog_compiler_static_CXX='-Bstatic'
16234
 
            lt_prog_compiler_wl_CXX='-Qoption ld '
16235
 
            ;;
16236
 
          gcx*)
16237
 
            # Green Hills C++ Compiler
16238
 
            lt_prog_compiler_pic_CXX='-PIC'
16239
 
            ;;
16240
 
          *)
16241
 
            ;;
16242
 
        esac
16243
 
        ;;
16244
 
      sunos4*)
16245
 
        case $cc_basename in
16246
 
          CC*)
16247
 
            # Sun C++ 4.x
16248
 
            lt_prog_compiler_pic_CXX='-pic'
16249
 
            lt_prog_compiler_static_CXX='-Bstatic'
16250
 
            ;;
16251
 
          lcc*)
16252
 
            # Lucid
16253
 
            lt_prog_compiler_pic_CXX='-pic'
16254
 
            ;;
16255
 
          *)
16256
 
            ;;
16257
 
        esac
16258
 
        ;;
16259
 
      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
16260
 
        case $cc_basename in
16261
 
          CC*)
16262
 
            lt_prog_compiler_wl_CXX='-Wl,'
16263
 
            lt_prog_compiler_pic_CXX='-KPIC'
16264
 
            lt_prog_compiler_static_CXX='-Bstatic'
16265
 
            ;;
16266
 
        esac
16267
 
        ;;
16268
 
      tandem*)
16269
 
        case $cc_basename in
16270
 
          NCC*)
16271
 
            # NonStop-UX NCC 3.20
16272
 
            lt_prog_compiler_pic_CXX='-KPIC'
16273
 
            ;;
16274
 
          *)
16275
 
            ;;
16276
 
        esac
16277
 
        ;;
16278
 
      vxworks*)
16279
 
        ;;
16280
 
      *)
16281
 
        lt_prog_compiler_can_build_shared_CXX=no
16282
 
        ;;
16283
 
    esac
16284
 
  fi
16285
 
 
16286
 
case $host_os in
16287
 
  # For platforms which do not support PIC, -DPIC is meaningless:
16288
 
  *djgpp*)
16289
 
    lt_prog_compiler_pic_CXX=
16290
 
    ;;
16291
 
  *)
16292
 
    lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
16293
 
    ;;
16294
 
esac
16295
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic_CXX" >&5
16296
 
$as_echo "$lt_prog_compiler_pic_CXX" >&6; }
16297
 
 
16298
 
 
16299
 
 
16300
 
#
16301
 
# Check to make sure the PIC flag actually works.
16302
 
#
16303
 
if test -n "$lt_prog_compiler_pic_CXX"; then
16304
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
16305
 
$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
16306
 
if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then :
16307
 
  $as_echo_n "(cached) " >&6
16308
 
else
16309
 
  lt_cv_prog_compiler_pic_works_CXX=no
16310
 
   ac_outfile=conftest.$ac_objext
16311
 
   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
16312
 
   lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
16313
 
   # Insert the option either (1) after the last *FLAGS variable, or
16314
 
   # (2) before a word containing "conftest.", or (3) at the end.
16315
 
   # Note that $ac_compile itself does not contain backslashes and begins
16316
 
   # with a dollar sign (not a hyphen), so the echo should work correctly.
16317
 
   # The option is referenced via a variable to avoid confusing sed.
16318
 
   lt_compile=`echo "$ac_compile" | $SED \
16319
 
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16320
 
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16321
 
   -e 's:$: $lt_compiler_flag:'`
16322
 
   (eval echo "\"\$as_me:16322: $lt_compile\"" >&5)
16323
 
   (eval "$lt_compile" 2>conftest.err)
16324
 
   ac_status=$?
16325
 
   cat conftest.err >&5
16326
 
   echo "$as_me:16326: \$? = $ac_status" >&5
16327
 
   if (exit $ac_status) && test -s "$ac_outfile"; then
16328
 
     # The compiler can only warn and ignore the option if not recognized
16329
 
     # So say no if there are warnings other than the usual output.
16330
 
     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
16331
 
     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
16332
 
     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
16333
 
       lt_cv_prog_compiler_pic_works_CXX=yes
16334
 
     fi
16335
 
   fi
16336
 
   $RM conftest*
16337
 
 
16338
 
fi
16339
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
16340
 
$as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
16341
 
 
16342
 
if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
16343
 
    case $lt_prog_compiler_pic_CXX in
16344
 
     "" | " "*) ;;
16345
 
     *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
16346
 
     esac
16347
 
else
16348
 
    lt_prog_compiler_pic_CXX=
16349
 
     lt_prog_compiler_can_build_shared_CXX=no
16350
 
fi
16351
 
 
16352
 
fi
16353
 
 
16354
 
 
16355
 
 
16356
 
#
16357
 
# Check to make sure the static flag actually works.
16358
 
#
16359
 
wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
16360
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
16361
 
$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
16362
 
if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then :
16363
 
  $as_echo_n "(cached) " >&6
16364
 
else
16365
 
  lt_cv_prog_compiler_static_works_CXX=no
16366
 
   save_LDFLAGS="$LDFLAGS"
16367
 
   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
16368
 
   echo "$lt_simple_link_test_code" > conftest.$ac_ext
16369
 
   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
16370
 
     # The linker can only warn and ignore the option if not recognized
16371
 
     # So say no if there are warnings
16372
 
     if test -s conftest.err; then
16373
 
       # Append any errors to the config.log.
16374
 
       cat conftest.err 1>&5
16375
 
       $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
16376
 
       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
16377
 
       if diff conftest.exp conftest.er2 >/dev/null; then
16378
 
         lt_cv_prog_compiler_static_works_CXX=yes
16379
 
       fi
16380
 
     else
16381
 
       lt_cv_prog_compiler_static_works_CXX=yes
16382
 
     fi
16383
 
   fi
16384
 
   $RM -r conftest*
16385
 
   LDFLAGS="$save_LDFLAGS"
16386
 
 
16387
 
fi
16388
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
16389
 
$as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
16390
 
 
16391
 
if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
16392
 
    :
16393
 
else
16394
 
    lt_prog_compiler_static_CXX=
16395
 
fi
16396
 
 
16397
 
 
16398
 
 
16399
 
 
16400
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
16401
 
$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
16402
 
if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :
16403
 
  $as_echo_n "(cached) " >&6
16404
 
else
16405
 
  lt_cv_prog_compiler_c_o_CXX=no
16406
 
   $RM -r conftest 2>/dev/null
16407
 
   mkdir conftest
16408
 
   cd conftest
16409
 
   mkdir out
16410
 
   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
16411
 
 
16412
 
   lt_compiler_flag="-o out/conftest2.$ac_objext"
16413
 
   # Insert the option either (1) after the last *FLAGS variable, or
16414
 
   # (2) before a word containing "conftest.", or (3) at the end.
16415
 
   # Note that $ac_compile itself does not contain backslashes and begins
16416
 
   # with a dollar sign (not a hyphen), so the echo should work correctly.
16417
 
   lt_compile=`echo "$ac_compile" | $SED \
16418
 
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16419
 
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16420
 
   -e 's:$: $lt_compiler_flag:'`
16421
 
   (eval echo "\"\$as_me:16421: $lt_compile\"" >&5)
16422
 
   (eval "$lt_compile" 2>out/conftest.err)
16423
 
   ac_status=$?
16424
 
   cat out/conftest.err >&5
16425
 
   echo "$as_me:16425: \$? = $ac_status" >&5
16426
 
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
16427
 
   then
16428
 
     # The compiler can only warn and ignore the option if not recognized
16429
 
     # So say no if there are warnings
16430
 
     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
16431
 
     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
16432
 
     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
16433
 
       lt_cv_prog_compiler_c_o_CXX=yes
16434
 
     fi
16435
 
   fi
16436
 
   chmod u+w . 2>&5
16437
 
   $RM conftest*
16438
 
   # SGI C++ compiler will create directory out/ii_files/ for
16439
 
   # template instantiation
16440
 
   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
16441
 
   $RM out/* && rmdir out
16442
 
   cd ..
16443
 
   $RM -r conftest
16444
 
   $RM conftest*
16445
 
 
16446
 
fi
16447
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
16448
 
$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
16449
 
 
16450
 
 
16451
 
 
16452
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
16453
 
$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
16454
 
if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :
16455
 
  $as_echo_n "(cached) " >&6
16456
 
else
16457
 
  lt_cv_prog_compiler_c_o_CXX=no
16458
 
   $RM -r conftest 2>/dev/null
16459
 
   mkdir conftest
16460
 
   cd conftest
16461
 
   mkdir out
16462
 
   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
16463
 
 
16464
 
   lt_compiler_flag="-o out/conftest2.$ac_objext"
16465
 
   # Insert the option either (1) after the last *FLAGS variable, or
16466
 
   # (2) before a word containing "conftest.", or (3) at the end.
16467
 
   # Note that $ac_compile itself does not contain backslashes and begins
16468
 
   # with a dollar sign (not a hyphen), so the echo should work correctly.
16469
 
   lt_compile=`echo "$ac_compile" | $SED \
16470
 
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16471
 
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16472
 
   -e 's:$: $lt_compiler_flag:'`
16473
 
   (eval echo "\"\$as_me:16473: $lt_compile\"" >&5)
16474
 
   (eval "$lt_compile" 2>out/conftest.err)
16475
 
   ac_status=$?
16476
 
   cat out/conftest.err >&5
16477
 
   echo "$as_me:16477: \$? = $ac_status" >&5
16478
 
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
16479
 
   then
16480
 
     # The compiler can only warn and ignore the option if not recognized
16481
 
     # So say no if there are warnings
16482
 
     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
16483
 
     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
16484
 
     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
16485
 
       lt_cv_prog_compiler_c_o_CXX=yes
16486
 
     fi
16487
 
   fi
16488
 
   chmod u+w . 2>&5
16489
 
   $RM conftest*
16490
 
   # SGI C++ compiler will create directory out/ii_files/ for
16491
 
   # template instantiation
16492
 
   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
16493
 
   $RM out/* && rmdir out
16494
 
   cd ..
16495
 
   $RM -r conftest
16496
 
   $RM conftest*
16497
 
 
16498
 
fi
16499
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
16500
 
$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
16501
 
 
16502
 
 
16503
 
 
16504
 
 
16505
 
hard_links="nottested"
16506
 
if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
16507
 
  # do not overwrite the value of need_locks provided by the user
16508
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
16509
 
$as_echo_n "checking if we can lock with hard links... " >&6; }
16510
 
  hard_links=yes
16511
 
  $RM conftest*
16512
 
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
16513
 
  touch conftest.a
16514
 
  ln conftest.a conftest.b 2>&5 || hard_links=no
16515
 
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
16516
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
16517
 
$as_echo "$hard_links" >&6; }
16518
 
  if test "$hard_links" = no; then
16519
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
16520
 
$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
16521
 
    need_locks=warn
16522
 
  fi
16523
 
else
16524
 
  need_locks=no
16525
 
fi
16526
 
 
16527
 
 
16528
 
 
16529
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
16530
 
$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
16531
 
 
16532
 
  export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
16533
 
  case $host_os in
16534
 
  aix[4-9]*)
16535
 
    # If we're using GNU nm, then we don't want the "-C" option.
16536
 
    # -C means demangle to AIX nm, but means don't demangle with GNU nm
16537
 
    if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
16538
 
      export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
16539
 
    else
16540
 
      export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
16541
 
    fi
16542
 
    ;;
16543
 
  pw32*)
16544
 
    export_symbols_cmds_CXX="$ltdll_cmds"
16545
 
  ;;
16546
 
  cygwin* | mingw* | cegcc*)
16547
 
    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
16548
 
  ;;
16549
 
  linux* | k*bsd*-gnu)
16550
 
    link_all_deplibs_CXX=no
16551
 
  ;;
16552
 
  *)
16553
 
    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
16554
 
  ;;
16555
 
  esac
16556
 
  exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
16557
 
 
16558
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
16559
 
$as_echo "$ld_shlibs_CXX" >&6; }
16560
 
test "$ld_shlibs_CXX" = no && can_build_shared=no
16561
 
 
16562
 
with_gnu_ld_CXX=$with_gnu_ld
16563
 
 
16564
 
 
16565
 
 
16566
 
 
16567
 
 
16568
 
 
16569
 
#
16570
 
# Do we need to explicitly link libc?
16571
 
#
16572
 
case "x$archive_cmds_need_lc_CXX" in
16573
 
x|xyes)
16574
 
  # Assume -lc should be added
16575
 
  archive_cmds_need_lc_CXX=yes
16576
 
 
16577
 
  if test "$enable_shared" = yes && test "$GCC" = yes; then
16578
 
    case $archive_cmds_CXX in
16579
 
    *'~'*)
16580
 
      # FIXME: we may have to deal with multi-command sequences.
16581
 
      ;;
16582
 
    '$CC '*)
16583
 
      # Test whether the compiler implicitly links with -lc since on some
16584
 
      # systems, -lgcc has to come before -lc. If gcc already passes -lc
16585
 
      # to ld, don't add -lc before -lgcc.
16586
 
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
16587
 
$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
16588
 
      $RM conftest*
16589
 
      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
16590
 
 
16591
 
      if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
16592
 
  (eval $ac_compile) 2>&5
16593
 
  ac_status=$?
16594
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16595
 
  test $ac_status = 0; } 2>conftest.err; then
16596
 
        soname=conftest
16597
 
        lib=conftest
16598
 
        libobjs=conftest.$ac_objext
16599
 
        deplibs=
16600
 
        wl=$lt_prog_compiler_wl_CXX
16601
 
        pic_flag=$lt_prog_compiler_pic_CXX
16602
 
        compiler_flags=-v
16603
 
        linker_flags=-v
16604
 
        verstring=
16605
 
        output_objdir=.
16606
 
        libname=conftest
16607
 
        lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
16608
 
        allow_undefined_flag_CXX=
16609
 
        if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
16610
 
  (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
16611
 
  ac_status=$?
16612
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16613
 
  test $ac_status = 0; }
16614
 
        then
16615
 
          archive_cmds_need_lc_CXX=no
16616
 
        else
16617
 
          archive_cmds_need_lc_CXX=yes
16618
 
        fi
16619
 
        allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
16620
 
      else
16621
 
        cat conftest.err 1>&5
16622
 
      fi
16623
 
      $RM conftest*
16624
 
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc_CXX" >&5
16625
 
$as_echo "$archive_cmds_need_lc_CXX" >&6; }
16626
 
      ;;
16627
 
    esac
16628
 
  fi
16629
 
  ;;
16630
 
esac
16631
 
 
16632
 
 
16633
 
 
16634
 
 
16635
 
 
16636
 
 
16637
 
 
16638
 
 
16639
 
 
16640
 
 
16641
 
 
16642
 
 
16643
 
 
16644
 
 
16645
 
 
16646
 
 
16647
 
 
16648
 
 
16649
 
 
16650
 
 
16651
 
 
16652
 
 
16653
 
 
16654
 
 
16655
 
 
16656
 
 
16657
 
 
16658
 
 
16659
 
 
16660
 
 
16661
 
 
16662
 
 
16663
 
 
16664
 
 
16665
 
 
16666
 
 
16667
 
 
16668
 
 
16669
 
 
16670
 
 
16671
 
 
16672
 
 
16673
 
 
16674
 
 
16675
 
 
16676
 
 
16677
 
 
16678
 
 
16679
 
 
16680
 
 
16681
 
 
16682
 
 
16683
 
 
16684
 
 
16685
 
 
16686
 
 
16687
 
 
16688
 
 
16689
 
 
16690
 
 
16691
 
 
16692
 
 
16693
 
 
16694
 
 
16695
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
16696
 
$as_echo_n "checking dynamic linker characteristics... " >&6; }
16697
 
 
16698
 
library_names_spec=
16699
 
libname_spec='lib$name'
16700
 
soname_spec=
16701
 
shrext_cmds=".so"
16702
 
postinstall_cmds=
16703
 
postuninstall_cmds=
16704
 
finish_cmds=
16705
 
finish_eval=
16706
 
shlibpath_var=
16707
 
shlibpath_overrides_runpath=unknown
16708
 
version_type=none
16709
 
dynamic_linker="$host_os ld.so"
16710
 
sys_lib_dlsearch_path_spec="/lib /usr/lib"
16711
 
need_lib_prefix=unknown
16712
 
hardcode_into_libs=no
16713
 
 
16714
 
# when you set need_version to no, make sure it does not cause -set_version
16715
 
# flags to be left without arguments
16716
 
need_version=unknown
16717
 
 
16718
 
case $host_os in
16719
 
aix3*)
16720
 
  version_type=linux
16721
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
16722
 
  shlibpath_var=LIBPATH
16723
 
 
16724
 
  # AIX 3 has no versioning support, so we append a major version to the name.
16725
 
  soname_spec='${libname}${release}${shared_ext}$major'
16726
 
  ;;
16727
 
 
16728
 
aix[4-9]*)
16729
 
  version_type=linux
16730
 
  need_lib_prefix=no
16731
 
  need_version=no
16732
 
  hardcode_into_libs=yes
16733
 
  if test "$host_cpu" = ia64; then
16734
 
    # AIX 5 supports IA64
16735
 
    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
16736
 
    shlibpath_var=LD_LIBRARY_PATH
16737
 
  else
16738
 
    # With GCC up to 2.95.x, collect2 would create an import file
16739
 
    # for dependence libraries.  The import file would start with
16740
 
    # the line `#! .'.  This would cause the generated library to
16741
 
    # depend on `.', always an invalid library.  This was fixed in
16742
 
    # development snapshots of GCC prior to 3.0.
16743
 
    case $host_os in
16744
 
      aix4 | aix4.[01] | aix4.[01].*)
16745
 
      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
16746
 
           echo ' yes '
16747
 
           echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
16748
 
        :
16749
 
      else
16750
 
        can_build_shared=no
16751
 
      fi
16752
 
      ;;
16753
 
    esac
16754
 
    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
16755
 
    # soname into executable. Probably we can add versioning support to
16756
 
    # collect2, so additional links can be useful in future.
16757
 
    if test "$aix_use_runtimelinking" = yes; then
16758
 
      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
16759
 
      # instead of lib<name>.a to let people know that these are not
16760
 
      # typical AIX shared libraries.
16761
 
      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16762
 
    else
16763
 
      # We preserve .a as extension for shared libraries through AIX4.2
16764
 
      # and later when we are not doing run time linking.
16765
 
      library_names_spec='${libname}${release}.a $libname.a'
16766
 
      soname_spec='${libname}${release}${shared_ext}$major'
16767
 
    fi
16768
 
    shlibpath_var=LIBPATH
16769
 
  fi
16770
 
  ;;
16771
 
 
16772
 
amigaos*)
16773
 
  case $host_cpu in
16774
 
  powerpc)
16775
 
    # Since July 2007 AmigaOS4 officially supports .so libraries.
16776
 
    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
16777
 
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16778
 
    ;;
16779
 
  m68k)
16780
 
    library_names_spec='$libname.ixlibrary $libname.a'
16781
 
    # Create ${libname}_ixlibrary.a entries in /sys/libs.
16782
 
    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
16783
 
    ;;
16784
 
  esac
16785
 
  ;;
16786
 
 
16787
 
beos*)
16788
 
  library_names_spec='${libname}${shared_ext}'
16789
 
  dynamic_linker="$host_os ld.so"
16790
 
  shlibpath_var=LIBRARY_PATH
16791
 
  ;;
16792
 
 
16793
 
bsdi[45]*)
16794
 
  version_type=linux
16795
 
  need_version=no
16796
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16797
 
  soname_spec='${libname}${release}${shared_ext}$major'
16798
 
  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
16799
 
  shlibpath_var=LD_LIBRARY_PATH
16800
 
  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
16801
 
  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
16802
 
  # the default ld.so.conf also contains /usr/contrib/lib and
16803
 
  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
16804
 
  # libtool to hard-code these into programs
16805
 
  ;;
16806
 
 
16807
 
cygwin* | mingw* | pw32* | cegcc*)
16808
 
  version_type=windows
16809
 
  shrext_cmds=".dll"
16810
 
  need_version=no
16811
 
  need_lib_prefix=no
16812
 
 
16813
 
  case $GCC,$host_os in
16814
 
  yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
16815
 
    library_names_spec='$libname.dll.a'
16816
 
    # DLL is installed to $(libdir)/../bin by postinstall_cmds
16817
 
    postinstall_cmds='base_file=`basename \${file}`~
16818
 
      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
16819
 
      dldir=$destdir/`dirname \$dlpath`~
16820
 
      test -d \$dldir || mkdir -p \$dldir~
16821
 
      $install_prog $dir/$dlname \$dldir/$dlname~
16822
 
      chmod a+x \$dldir/$dlname~
16823
 
      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
16824
 
        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
16825
 
      fi'
16826
 
    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
16827
 
      dlpath=$dir/\$dldll~
16828
 
       $RM \$dlpath'
16829
 
    shlibpath_overrides_runpath=yes
16830
 
 
16831
 
    case $host_os in
16832
 
    cygwin*)
16833
 
      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
16834
 
      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
16835
 
      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
16836
 
      ;;
16837
 
    mingw* | cegcc*)
16838
 
      # MinGW DLLs use traditional 'lib' prefix
16839
 
      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
16840
 
      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
16841
 
      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
16842
 
        # It is most probably a Windows format PATH printed by
16843
 
        # mingw gcc, but we are running on Cygwin. Gcc prints its search
16844
 
        # path with ; separators, and with drive letters. We can handle the
16845
 
        # drive letters (cygwin fileutils understands them), so leave them,
16846
 
        # especially as we might pass files found there to a mingw objdump,
16847
 
        # which wouldn't understand a cygwinified path. Ahh.
16848
 
        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
16849
 
      else
16850
 
        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
16851
 
      fi
16852
 
      ;;
16853
 
    pw32*)
16854
 
      # pw32 DLLs use 'pw' prefix rather than 'lib'
16855
 
      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
16856
 
      ;;
16857
 
    esac
16858
 
    ;;
16859
 
 
16860
 
  *)
16861
 
    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
16862
 
    ;;
16863
 
  esac
16864
 
  dynamic_linker='Win32 ld.exe'
16865
 
  # FIXME: first we should search . and the directory the executable is in
16866
 
  shlibpath_var=PATH
16867
 
  ;;
16868
 
 
16869
 
darwin* | rhapsody*)
16870
 
  dynamic_linker="$host_os dyld"
16871
 
  version_type=darwin
16872
 
  need_lib_prefix=no
16873
 
  need_version=no
16874
 
  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
16875
 
  soname_spec='${libname}${release}${major}$shared_ext'
16876
 
  shlibpath_overrides_runpath=yes
16877
 
  shlibpath_var=DYLD_LIBRARY_PATH
16878
 
  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
16879
 
 
16880
 
  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
16881
 
  ;;
16882
 
 
16883
 
dgux*)
16884
 
  version_type=linux
16885
 
  need_lib_prefix=no
16886
 
  need_version=no
16887
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
16888
 
  soname_spec='${libname}${release}${shared_ext}$major'
16889
 
  shlibpath_var=LD_LIBRARY_PATH
16890
 
  ;;
16891
 
 
16892
 
freebsd1*)
16893
 
  dynamic_linker=no
16894
 
  ;;
16895
 
 
16896
 
freebsd* | dragonfly*)
16897
 
  # DragonFly does not have aout.  When/if they implement a new
16898
 
  # versioning mechanism, adjust this.
16899
 
  if test -x /usr/bin/objformat; then
16900
 
    objformat=`/usr/bin/objformat`
16901
 
  else
16902
 
    case $host_os in
16903
 
    freebsd[123]*) objformat=aout ;;
16904
 
    *) objformat=elf ;;
16905
 
    esac
16906
 
  fi
16907
 
  version_type=freebsd-$objformat
16908
 
  case $version_type in
16909
 
    freebsd-elf*)
16910
 
      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
16911
 
      need_version=no
16912
 
      need_lib_prefix=no
16913
 
      ;;
16914
 
    freebsd-*)
16915
 
      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
16916
 
      need_version=yes
16917
 
      ;;
16918
 
  esac
16919
 
  shlibpath_var=LD_LIBRARY_PATH
16920
 
  case $host_os in
16921
 
  freebsd2*)
16922
 
    shlibpath_overrides_runpath=yes
16923
 
    ;;
16924
 
  freebsd3.[01]* | freebsdelf3.[01]*)
16925
 
    shlibpath_overrides_runpath=yes
16926
 
    hardcode_into_libs=yes
16927
 
    ;;
16928
 
  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
16929
 
  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
16930
 
    shlibpath_overrides_runpath=no
16931
 
    hardcode_into_libs=yes
16932
 
    ;;
16933
 
  *) # from 4.6 on, and DragonFly
16934
 
    shlibpath_overrides_runpath=yes
16935
 
    hardcode_into_libs=yes
16936
 
    ;;
16937
 
  esac
16938
 
  ;;
16939
 
 
16940
 
gnu*)
16941
 
  version_type=linux
16942
 
  need_lib_prefix=no
16943
 
  need_version=no
16944
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
16945
 
  soname_spec='${libname}${release}${shared_ext}$major'
16946
 
  shlibpath_var=LD_LIBRARY_PATH
16947
 
  hardcode_into_libs=yes
16948
 
  ;;
16949
 
 
16950
 
hpux9* | hpux10* | hpux11*)
16951
 
  # Give a soname corresponding to the major version so that dld.sl refuses to
16952
 
  # link against other versions.
16953
 
  version_type=sunos
16954
 
  need_lib_prefix=no
16955
 
  need_version=no
16956
 
  case $host_cpu in
16957
 
  ia64*)
16958
 
    shrext_cmds='.so'
16959
 
    hardcode_into_libs=yes
16960
 
    dynamic_linker="$host_os dld.so"
16961
 
    shlibpath_var=LD_LIBRARY_PATH
16962
 
    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
16963
 
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16964
 
    soname_spec='${libname}${release}${shared_ext}$major'
16965
 
    if test "X$HPUX_IA64_MODE" = X32; then
16966
 
      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
16967
 
    else
16968
 
      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
16969
 
    fi
16970
 
    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
16971
 
    ;;
16972
 
  hppa*64*)
16973
 
    shrext_cmds='.sl'
16974
 
    hardcode_into_libs=yes
16975
 
    dynamic_linker="$host_os dld.sl"
16976
 
    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
16977
 
    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
16978
 
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16979
 
    soname_spec='${libname}${release}${shared_ext}$major'
16980
 
    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
16981
 
    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
16982
 
    ;;
16983
 
  *)
16984
 
    shrext_cmds='.sl'
16985
 
    dynamic_linker="$host_os dld.sl"
16986
 
    shlibpath_var=SHLIB_PATH
16987
 
    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
16988
 
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16989
 
    soname_spec='${libname}${release}${shared_ext}$major'
16990
 
    ;;
16991
 
  esac
16992
 
  # HP-UX runs *really* slowly unless shared libraries are mode 555.
16993
 
  postinstall_cmds='chmod 555 $lib'
16994
 
  ;;
16995
 
 
16996
 
interix[3-9]*)
16997
 
  version_type=linux
16998
 
  need_lib_prefix=no
16999
 
  need_version=no
17000
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
17001
 
  soname_spec='${libname}${release}${shared_ext}$major'
17002
 
  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
17003
 
  shlibpath_var=LD_LIBRARY_PATH
17004
 
  shlibpath_overrides_runpath=no
17005
 
  hardcode_into_libs=yes
17006
 
  ;;
17007
 
 
17008
 
irix5* | irix6* | nonstopux*)
17009
 
  case $host_os in
17010
 
    nonstopux*) version_type=nonstopux ;;
17011
 
    *)
17012
 
        if test "$lt_cv_prog_gnu_ld" = yes; then
17013
 
                version_type=linux
17014
 
        else
17015
 
                version_type=irix
17016
 
        fi ;;
17017
 
  esac
17018
 
  need_lib_prefix=no
17019
 
  need_version=no
17020
 
  soname_spec='${libname}${release}${shared_ext}$major'
17021
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
17022
 
  case $host_os in
17023
 
  irix5* | nonstopux*)
17024
 
    libsuff= shlibsuff=
17025
 
    ;;
17026
 
  *)
17027
 
    case $LD in # libtool.m4 will add one of these switches to LD
17028
 
    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
17029
 
      libsuff= shlibsuff= libmagic=32-bit;;
17030
 
    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
17031
 
      libsuff=32 shlibsuff=N32 libmagic=N32;;
17032
 
    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
17033
 
      libsuff=64 shlibsuff=64 libmagic=64-bit;;
17034
 
    *) libsuff= shlibsuff= libmagic=never-match;;
17035
 
    esac
17036
 
    ;;
17037
 
  esac
17038
 
  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
17039
 
  shlibpath_overrides_runpath=no
17040
 
  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
17041
 
  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
17042
 
  hardcode_into_libs=yes
17043
 
  ;;
17044
 
 
17045
 
# No shared lib support for Linux oldld, aout, or coff.
17046
 
linux*oldld* | linux*aout* | linux*coff*)
17047
 
  dynamic_linker=no
17048
 
  ;;
17049
 
 
17050
 
# This must be Linux ELF.
17051
 
linux* | k*bsd*-gnu | kopensolaris*-gnu)
17052
 
  version_type=linux
17053
 
  need_lib_prefix=no
17054
 
  need_version=no
17055
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17056
 
  soname_spec='${libname}${release}${shared_ext}$major'
17057
 
  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
17058
 
  shlibpath_var=LD_LIBRARY_PATH
17059
 
  shlibpath_overrides_runpath=no
17060
 
  # Some binutils ld are patched to set DT_RUNPATH
17061
 
  save_LDFLAGS=$LDFLAGS
17062
 
  save_libdir=$libdir
17063
 
  eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
17064
 
       LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
17065
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17066
 
/* end confdefs.h.  */
17067
 
 
17068
 
int
17069
 
main ()
17070
 
{
17071
 
 
17072
 
  ;
17073
 
  return 0;
17074
 
}
17075
 
_ACEOF
17076
 
if ac_fn_cxx_try_link "$LINENO"; then :
17077
 
  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
17078
 
  shlibpath_overrides_runpath=yes
17079
 
fi
17080
 
fi
17081
 
rm -f core conftest.err conftest.$ac_objext \
17082
 
    conftest$ac_exeext conftest.$ac_ext
17083
 
  LDFLAGS=$save_LDFLAGS
17084
 
  libdir=$save_libdir
17085
 
 
17086
 
  # This implies no fast_install, which is unacceptable.
17087
 
  # Some rework will be needed to allow for fast_install
17088
 
  # before this can be enabled.
17089
 
  hardcode_into_libs=yes
17090
 
 
17091
 
  # Append ld.so.conf contents to the search path
17092
 
  if test -f /etc/ld.so.conf; then
17093
 
    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[       ]*hwcap[        ]/d;s/[:,      ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
17094
 
    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
17095
 
  fi
17096
 
 
17097
 
  # We used to test for /lib/ld.so.1 and disable shared libraries on
17098
 
  # powerpc, because MkLinux only supported shared libraries with the
17099
 
  # GNU dynamic linker.  Since this was broken with cross compilers,
17100
 
  # most powerpc-linux boxes support dynamic linking these days and
17101
 
  # people can always --disable-shared, the test was removed, and we
17102
 
  # assume the GNU/Linux dynamic linker is in use.
17103
 
  dynamic_linker='GNU/Linux ld.so'
17104
 
  ;;
17105
 
 
17106
 
netbsdelf*-gnu)
17107
 
  version_type=linux
17108
 
  need_lib_prefix=no
17109
 
  need_version=no
17110
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
17111
 
  soname_spec='${libname}${release}${shared_ext}$major'
17112
 
  shlibpath_var=LD_LIBRARY_PATH
17113
 
  shlibpath_overrides_runpath=no
17114
 
  hardcode_into_libs=yes
17115
 
  dynamic_linker='NetBSD ld.elf_so'
17116
 
  ;;
17117
 
 
17118
 
netbsd*)
17119
 
  version_type=sunos
17120
 
  need_lib_prefix=no
17121
 
  need_version=no
17122
 
  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
17123
 
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
17124
 
    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
17125
 
    dynamic_linker='NetBSD (a.out) ld.so'
17126
 
  else
17127
 
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
17128
 
    soname_spec='${libname}${release}${shared_ext}$major'
17129
 
    dynamic_linker='NetBSD ld.elf_so'
17130
 
  fi
17131
 
  shlibpath_var=LD_LIBRARY_PATH
17132
 
  shlibpath_overrides_runpath=yes
17133
 
  hardcode_into_libs=yes
17134
 
  ;;
17135
 
 
17136
 
newsos6)
17137
 
  version_type=linux
17138
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17139
 
  shlibpath_var=LD_LIBRARY_PATH
17140
 
  shlibpath_overrides_runpath=yes
17141
 
  ;;
17142
 
 
17143
 
*nto* | *qnx*)
17144
 
  version_type=qnx
17145
 
  need_lib_prefix=no
17146
 
  need_version=no
17147
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17148
 
  soname_spec='${libname}${release}${shared_ext}$major'
17149
 
  shlibpath_var=LD_LIBRARY_PATH
17150
 
  shlibpath_overrides_runpath=no
17151
 
  hardcode_into_libs=yes
17152
 
  dynamic_linker='ldqnx.so'
17153
 
  ;;
17154
 
 
17155
 
openbsd*)
17156
 
  version_type=sunos
17157
 
  sys_lib_dlsearch_path_spec="/usr/lib"
17158
 
  need_lib_prefix=no
17159
 
  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
17160
 
  case $host_os in
17161
 
    openbsd3.3 | openbsd3.3.*)  need_version=yes ;;
17162
 
    *)                          need_version=no  ;;
17163
 
  esac
17164
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
17165
 
  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
17166
 
  shlibpath_var=LD_LIBRARY_PATH
17167
 
  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
17168
 
    case $host_os in
17169
 
      openbsd2.[89] | openbsd2.[89].*)
17170
 
        shlibpath_overrides_runpath=no
17171
 
        ;;
17172
 
      *)
17173
 
        shlibpath_overrides_runpath=yes
17174
 
        ;;
17175
 
      esac
17176
 
  else
17177
 
    shlibpath_overrides_runpath=yes
17178
 
  fi
17179
 
  ;;
17180
 
 
17181
 
os2*)
17182
 
  libname_spec='$name'
17183
 
  shrext_cmds=".dll"
17184
 
  need_lib_prefix=no
17185
 
  library_names_spec='$libname${shared_ext} $libname.a'
17186
 
  dynamic_linker='OS/2 ld.exe'
17187
 
  shlibpath_var=LIBPATH
17188
 
  ;;
17189
 
 
17190
 
osf3* | osf4* | osf5*)
17191
 
  version_type=osf
17192
 
  need_lib_prefix=no
17193
 
  need_version=no
17194
 
  soname_spec='${libname}${release}${shared_ext}$major'
17195
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17196
 
  shlibpath_var=LD_LIBRARY_PATH
17197
 
  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
17198
 
  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
17199
 
  ;;
17200
 
 
17201
 
rdos*)
17202
 
  dynamic_linker=no
17203
 
  ;;
17204
 
 
17205
 
solaris*)
17206
 
  version_type=linux
17207
 
  need_lib_prefix=no
17208
 
  need_version=no
17209
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17210
 
  soname_spec='${libname}${release}${shared_ext}$major'
17211
 
  shlibpath_var=LD_LIBRARY_PATH
17212
 
  shlibpath_overrides_runpath=yes
17213
 
  hardcode_into_libs=yes
17214
 
  # ldd complains unless libraries are executable
17215
 
  postinstall_cmds='chmod +x $lib'
17216
 
  ;;
17217
 
 
17218
 
sunos4*)
17219
 
  version_type=sunos
17220
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
17221
 
  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
17222
 
  shlibpath_var=LD_LIBRARY_PATH
17223
 
  shlibpath_overrides_runpath=yes
17224
 
  if test "$with_gnu_ld" = yes; then
17225
 
    need_lib_prefix=no
17226
 
  fi
17227
 
  need_version=yes
17228
 
  ;;
17229
 
 
17230
 
sysv4 | sysv4.3*)
17231
 
  version_type=linux
17232
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17233
 
  soname_spec='${libname}${release}${shared_ext}$major'
17234
 
  shlibpath_var=LD_LIBRARY_PATH
17235
 
  case $host_vendor in
17236
 
    sni)
17237
 
      shlibpath_overrides_runpath=no
17238
 
      need_lib_prefix=no
17239
 
      runpath_var=LD_RUN_PATH
17240
 
      ;;
17241
 
    siemens)
17242
 
      need_lib_prefix=no
17243
 
      ;;
17244
 
    motorola)
17245
 
      need_lib_prefix=no
17246
 
      need_version=no
17247
 
      shlibpath_overrides_runpath=no
17248
 
      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
17249
 
      ;;
17250
 
  esac
17251
 
  ;;
17252
 
 
17253
 
sysv4*MP*)
17254
 
  if test -d /usr/nec ;then
17255
 
    version_type=linux
17256
 
    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
17257
 
    soname_spec='$libname${shared_ext}.$major'
17258
 
    shlibpath_var=LD_LIBRARY_PATH
17259
 
  fi
17260
 
  ;;
17261
 
 
17262
 
sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
17263
 
  version_type=freebsd-elf
17264
 
  need_lib_prefix=no
17265
 
  need_version=no
17266
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
17267
 
  soname_spec='${libname}${release}${shared_ext}$major'
17268
 
  shlibpath_var=LD_LIBRARY_PATH
17269
 
  shlibpath_overrides_runpath=yes
17270
 
  hardcode_into_libs=yes
17271
 
  if test "$with_gnu_ld" = yes; then
17272
 
    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
17273
 
  else
17274
 
    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
17275
 
    case $host_os in
17276
 
      sco3.2v5*)
17277
 
        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
17278
 
        ;;
17279
 
    esac
17280
 
  fi
17281
 
  sys_lib_dlsearch_path_spec='/usr/lib'
17282
 
  ;;
17283
 
 
17284
 
tpf*)
17285
 
  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
17286
 
  version_type=linux
17287
 
  need_lib_prefix=no
17288
 
  need_version=no
17289
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17290
 
  shlibpath_var=LD_LIBRARY_PATH
17291
 
  shlibpath_overrides_runpath=no
17292
 
  hardcode_into_libs=yes
17293
 
  ;;
17294
 
 
17295
 
uts4*)
17296
 
  version_type=linux
17297
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17298
 
  soname_spec='${libname}${release}${shared_ext}$major'
17299
 
  shlibpath_var=LD_LIBRARY_PATH
17300
 
  ;;
17301
 
 
17302
 
*)
17303
 
  dynamic_linker=no
17304
 
  ;;
17305
 
esac
17306
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
17307
 
$as_echo "$dynamic_linker" >&6; }
17308
 
test "$dynamic_linker" = no && can_build_shared=no
17309
 
 
17310
 
variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
17311
 
if test "$GCC" = yes; then
17312
 
  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
17313
 
fi
17314
 
 
17315
 
if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
17316
 
  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
17317
 
fi
17318
 
if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
17319
 
  sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
17320
 
fi
17321
 
 
17322
 
 
17323
 
 
17324
 
 
17325
 
 
17326
 
 
17327
 
 
17328
 
 
17329
 
 
17330
 
 
17331
 
 
17332
 
 
17333
 
 
17334
 
 
17335
 
 
17336
 
 
17337
 
 
17338
 
 
17339
 
 
17340
 
 
17341
 
 
17342
 
 
17343
 
 
17344
 
 
17345
 
 
17346
 
 
17347
 
 
17348
 
 
17349
 
 
17350
 
 
17351
 
 
17352
 
 
17353
 
 
17354
 
 
17355
 
 
17356
 
 
17357
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
17358
 
$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
17359
 
hardcode_action_CXX=
17360
 
if test -n "$hardcode_libdir_flag_spec_CXX" ||
17361
 
   test -n "$runpath_var_CXX" ||
17362
 
   test "X$hardcode_automatic_CXX" = "Xyes" ; then
17363
 
 
17364
 
  # We can hardcode non-existent directories.
17365
 
  if test "$hardcode_direct_CXX" != no &&
17366
 
     # If the only mechanism to avoid hardcoding is shlibpath_var, we
17367
 
     # have to relink, otherwise we might link with an installed library
17368
 
     # when we should be linking with a yet-to-be-installed one
17369
 
     ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
17370
 
     test "$hardcode_minus_L_CXX" != no; then
17371
 
    # Linking always hardcodes the temporary library directory.
17372
 
    hardcode_action_CXX=relink
17373
 
  else
17374
 
    # We can link without hardcoding, and we can hardcode nonexisting dirs.
17375
 
    hardcode_action_CXX=immediate
17376
 
  fi
17377
 
else
17378
 
  # We cannot hardcode anything, or else we can only hardcode existing
17379
 
  # directories.
17380
 
  hardcode_action_CXX=unsupported
17381
 
fi
17382
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
17383
 
$as_echo "$hardcode_action_CXX" >&6; }
17384
 
 
17385
 
if test "$hardcode_action_CXX" = relink ||
17386
 
   test "$inherit_rpath_CXX" = yes; then
17387
 
  # Fast installation is not supported
17388
 
  enable_fast_install=no
17389
 
elif test "$shlibpath_overrides_runpath" = yes ||
17390
 
     test "$enable_shared" = no; then
17391
 
  # Fast installation is not necessary
17392
 
  enable_fast_install=needless
17393
 
fi
17394
 
 
17395
 
 
17396
 
 
17397
 
 
17398
 
 
17399
 
 
17400
 
 
17401
 
  fi # test -n "$compiler"
17402
 
 
17403
 
  CC=$lt_save_CC
17404
 
  LDCXX=$LD
17405
 
  LD=$lt_save_LD
17406
 
  GCC=$lt_save_GCC
17407
 
  with_gnu_ld=$lt_save_with_gnu_ld
17408
 
  lt_cv_path_LDCXX=$lt_cv_path_LD
17409
 
  lt_cv_path_LD=$lt_save_path_LD
17410
 
  lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
17411
 
  lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
17412
 
fi # test "$_lt_caught_CXX_error" != yes
17413
 
 
17414
 
ac_ext=c
17415
 
ac_cpp='$CPP $CPPFLAGS'
17416
 
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17417
 
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17418
 
ac_compiler_gnu=$ac_cv_c_compiler_gnu
17419
 
 
17420
 
 
17421
 
 
17422
 
 if test "$with_old_gnome_support" = "yes" ; then
17423
 
  WITH_OLD_GNOME_SUPPORT_TRUE=
17424
 
  WITH_OLD_GNOME_SUPPORT_FALSE='#'
17425
 
else
17426
 
  WITH_OLD_GNOME_SUPPORT_TRUE='#'
17427
 
  WITH_OLD_GNOME_SUPPORT_FALSE=
17428
 
fi
17429
 
 
17430
 
 if test "$with_gnome_support" = "yes" ; then
17431
 
  WITH_GNOME_SUPPORT_TRUE=
17432
 
  WITH_GNOME_SUPPORT_FALSE='#'
17433
 
else
17434
 
  WITH_GNOME_SUPPORT_TRUE='#'
17435
 
  WITH_GNOME_SUPPORT_FALSE=
17436
 
fi
17437
 
 
17438
 
 if test "$with_xfce_support" = "yes" ; then
17439
 
  WITH_XFCE_SUPPORT_TRUE=
17440
 
  WITH_XFCE_SUPPORT_FALSE='#'
17441
 
else
17442
 
  WITH_XFCE_SUPPORT_TRUE='#'
17443
 
  WITH_XFCE_SUPPORT_FALSE=
17444
 
fi
17445
 
 
17446
 
 if test "$with_kde_support" = "yes" ; then
17447
 
  WITH_KDE_SUPPORT_TRUE=
17448
 
  WITH_KDE_SUPPORT_FALSE='#'
17449
 
else
17450
 
  WITH_KDE_SUPPORT_TRUE='#'
17451
 
  WITH_KDE_SUPPORT_FALSE=
17452
 
fi
17453
 
 
17454
 
 if test "$with_alsa_mixer" = "yes" ; then
17455
 
  WITH_ALSA_MIXER_TRUE=
17456
 
  WITH_ALSA_MIXER_FALSE='#'
17457
 
else
17458
 
  WITH_ALSA_MIXER_TRUE='#'
17459
 
  WITH_ALSA_MIXER_FALSE=
17460
 
fi
17461
 
 
17462
 
 if test "$with_terminal" = "yes" ; then
17463
 
  WITH_TERMINAL_TRUE=
17464
 
  WITH_TERMINAL_FALSE='#'
17465
 
else
17466
 
  WITH_TERMINAL_TRUE='#'
17467
 
  WITH_TERMINAL_FALSE=
17468
 
fi
17469
 
 
17470
 
 if test "$with_powermanager" = "yes" ; then
17471
 
  WITH_POWERMANAGER_TRUE=
17472
 
  WITH_POWERMANAGER_FALSE='#'
17473
 
else
17474
 
  WITH_POWERMANAGER_TRUE='#'
17475
 
  WITH_POWERMANAGER_FALSE=
17476
 
fi
17477
 
 
17478
 
 if test "$with_wifi" = "yes" ; then
17479
 
  WITH_WIFI_TRUE=
17480
 
  WITH_WIFI_FALSE='#'
17481
 
else
17482
 
  WITH_WIFI_TRUE='#'
17483
 
  WITH_WIFI_FALSE=
17484
 
fi
17485
 
 
17486
 
 if test "$with_tomboy" = "yes" ; then
17487
 
  WITH_TOMBOY_TRUE=
17488
 
  WITH_TOMBOY_FALSE='#'
17489
 
else
17490
 
  WITH_TOMBOY_TRUE='#'
17491
 
  WITH_TOMBOY_FALSE=
17492
 
fi
17493
 
 
17494
 
 if test "$with_compiz_icon" = "yes" ; then
17495
 
  WITH_COMPIZ_ICON_TRUE=
17496
 
  WITH_COMPIZ_ICON_FALSE='#'
17497
 
else
17498
 
  WITH_COMPIZ_ICON_TRUE='#'
17499
 
  WITH_COMPIZ_ICON_FALSE=
17500
 
fi
17501
 
 
17502
 
 if test "$with_xgamma" = "yes" ; then
17503
 
  WITH_XGAMMA_TRUE=
17504
 
  WITH_XGAMMA_FALSE='#'
17505
 
else
17506
 
  WITH_XGAMMA_TRUE='#'
17507
 
  WITH_XGAMMA_FALSE=
17508
 
fi
17509
 
 
17510
 
 if test "$with_gmenu" = "yes" ; then
17511
 
  WITH_GMENU_TRUE=
17512
 
  WITH_GMENU_FALSE='#'
17513
 
else
17514
 
  WITH_GMENU_TRUE='#'
17515
 
  WITH_GMENU_FALSE=
17516
 
fi
17517
 
 
17518
 
 if test "$with_gio_in_gmenu" = "yes" ; then
17519
 
  WITH_GIO_IN_GMENU_TRUE=
17520
 
  WITH_GIO_IN_GMENU_FALSE='#'
17521
 
else
17522
 
  WITH_GIO_IN_GMENU_TRUE='#'
17523
 
  WITH_GIO_IN_GMENU_FALSE=
17524
 
fi
17525
 
 
17526
 
 if test "$with_mail" = "yes" ; then
17527
 
  WITH_MAIL_TRUE=
17528
 
  WITH_MAIL_FALSE='#'
17529
 
else
17530
 
  WITH_MAIL_TRUE='#'
17531
 
  WITH_MAIL_FALSE=
17532
 
fi
17533
 
 
17534
 
 if test "$with_weblets" = "yes" ; then
17535
 
  WITH_WEBLETS_TRUE=
17536
 
  WITH_WEBLETS_FALSE='#'
17537
 
else
17538
 
  WITH_WEBLETS_TRUE='#'
17539
 
  WITH_WEBLETS_FALSE=
17540
 
fi
17541
 
 
17542
 
 if test "$with_exif" = "yes" ; then
17543
 
  WITH_EXIF_TRUE=
17544
 
  WITH_EXIF_FALSE='#'
17545
 
else
17546
 
  WITH_EXIF_TRUE='#'
17547
 
  WITH_EXIF_FALSE=
17548
 
fi
17549
 
 
17550
 
 if test "$with_keyboard_indicator" = "yes" ; then
17551
 
  WITH_KEYBOARD_INDICATOR_TRUE=
17552
 
  WITH_KEYBOARD_INDICATOR_FALSE='#'
17553
 
else
17554
 
  WITH_KEYBOARD_INDICATOR_TRUE='#'
17555
 
  WITH_KEYBOARD_INDICATOR_FALSE=
17556
 
fi
17557
 
 
17558
 
 if test "$with_dnd2share" = "yes" ; then
17559
 
  WITH_DND2SHARE_TRUE=
17560
 
  WITH_DND2SHARE_FALSE='#'
17561
 
else
17562
 
  WITH_DND2SHARE_TRUE='#'
17563
 
  WITH_DND2SHARE_FALSE=
17564
 
fi
17565
 
 
17566
 
 if test "$with_musicplayer" = "yes" ; then
17567
 
  WITH_MUSICPLAYER_TRUE=
17568
 
  WITH_MUSICPLAYER_FALSE='#'
17569
 
else
17570
 
  WITH_MUSICPLAYER_TRUE='#'
17571
 
  WITH_MUSICPLAYER_FALSE=
17572
 
fi
17573
 
 
17574
 
 if test "$with_network_monitor" = "yes" ; then
17575
 
  WITH_NETWORK_MONITOR_TRUE=
17576
 
  WITH_NETWORK_MONITOR_FALSE='#'
17577
 
else
17578
 
  WITH_NETWORK_MONITOR_TRUE='#'
17579
 
  WITH_NETWORK_MONITOR_FALSE=
17580
 
fi
17581
 
 
17582
 
 if test "$with_scooby_do" = "yes" ; then
17583
 
  WITH_SCOOBY_DO_TRUE=
17584
 
  WITH_SCOOBY_DO_FALSE='#'
17585
 
else
17586
 
  WITH_SCOOBY_DO_TRUE='#'
17587
 
  WITH_SCOOBY_DO_FALSE=
17588
 
fi
17589
 
 
17590
 
 if test "$with_rssreader" = "yes" ; then
17591
 
  WITH_RSSREADER_TRUE=
17592
 
  WITH_RSSREADER_FALSE='#'
17593
 
else
17594
 
  WITH_RSSREADER_TRUE='#'
17595
 
  WITH_RSSREADER_FALSE=
17596
 
fi
17597
 
 
17598
 
 if test "$with_xrandr_in_show_desktop" = "yes" ; then
17599
 
  WITH_XRANDR_IN_SHOW_DESKTOP_TRUE=
17600
 
  WITH_XRANDR_IN_SHOW_DESKTOP_FALSE='#'
17601
 
else
17602
 
  WITH_XRANDR_IN_SHOW_DESKTOP_TRUE='#'
17603
 
  WITH_XRANDR_IN_SHOW_DESKTOP_FALSE=
17604
 
fi
17605
 
 
17606
 
 
17607
 
 
17608
 
############# ALSA_MIXER #################
17609
 
ALSA_MIXER_PACKAGE="cd-AlsaMixer"
17610
 
GETTEXT_ALSA_MIXER="cairo-dock-plugins"
17611
 
 
17612
 
 
17613
 
VERSION_ALSA_MIXER="1.0.11"
17614
 
 
17615
 
PACKAGE_ALSA_MIXER="$ALSA_MIXER_PACKAGE"
17616
 
 
17617
 
 
17618
 
alsa_mixerdatadir="${pkgdatadir}/AlsaMixer"
17619
 
 
17620
 
 
17621
 
############# ANIMATED ICONS #################
17622
 
ANIMATED_ICONS_PACKAGE=cd-Animated-icons
17623
 
GETTEXT_ANIMATED_ICONS="cairo-dock-plugins"
17624
 
 
17625
 
 
17626
 
VERSION_ANIMATED_ICONS="1.0.7"
17627
 
 
17628
 
PACKAGE_ANIMATED_ICONS="$ANIMATED_ICONS_PACKAGE"
17629
 
 
17630
 
 
17631
 
animated_iconsdatadir="${pkgdatadir}/Animated-icons"
17632
 
 
17633
 
 
17634
 
############# CLIPPER #################
17635
 
CLIPPER_PACKAGE="cd-Clipper"
17636
 
GETTEXT_CLIPPER="cairo-dock-plugins"
17637
 
 
17638
 
 
17639
 
VERSION_CLIPPER="1.1.2"
17640
 
 
17641
 
PACKAGE_CLIPPER="$CLIPPER_PACKAGE"
17642
 
 
17643
 
 
17644
 
Clipperdatadir="${pkgdatadir}/Clipper"
17645
 
 
17646
 
 
17647
 
############# CAIRO_PENGUIN #################
17648
 
CAIRO_PENGUIN_PACKAGE="cd-Cairo-Penguin"
17649
 
GETTEXT_CAIRO_PENGUIN="cairo-dock-plugins"
17650
 
 
17651
 
 
17652
 
VERSION_CAIRO_PENGUIN="1.1.7"
17653
 
 
17654
 
PACKAGE_CAIRO_PENGUIN="$CAIRO_PENGUIN_PACKAGE"
17655
 
 
17656
 
cairo_penguinuserdirname="Cairo-Penguin"
17657
 
 
17658
 
 
17659
 
cairo_penguindatadir="${pkgdatadir}/Cairo-Penguin"
17660
 
 
17661
 
 
17662
 
############# CLOCK #################
17663
 
CLOCK_PACKAGE="cd-clock"
17664
 
GETTEXT_CLOCK="cairo-dock-plugins"
17665
 
 
17666
 
 
17667
 
VERSION_CLOCK="2.0.8"
17668
 
 
17669
 
PACKAGE_CLOCK="$CLOCK_PACKAGE"
17670
 
 
17671
 
clockuserdirname="clock"
17672
 
clockuserdirname="clock"
17673
 
 
17674
 
 
17675
 
clockdatadir="${pkgdatadir}/clock"
17676
 
 
17677
 
 
17678
 
############# COMPIZ_ICON #################
17679
 
COMPIZ_ICON_PACKAGE="cd-compiz-icon"
17680
 
GETTEXT_COMPIZ_ICON="cairo-dock-plugins"
17681
 
 
17682
 
 
17683
 
VERSION_COMPIZ_ICON="1.1.5"
17684
 
 
17685
 
PACKAGE_COMPIZ_ICON="$COMPIZ_ICON_PACKAGE"
17686
 
 
17687
 
 
17688
 
compiz_icondatadir="${pkgdatadir}/compiz-icon"
17689
 
 
17690
 
 
17691
 
############# DBUS #################
17692
 
DBUS_PACKAGE="cd-Dbus"
17693
 
GETTEXT_DBUS="cairo-dock-plugins"
17694
 
 
17695
 
 
17696
 
VERSION_DBUS="1.0.0"
17697
 
 
17698
 
PACKAGE_DBUS="$DBUS_PACKAGE"
17699
 
 
17700
 
 
17701
 
dbusdatadir="${pkgdatadir}/Dbus"
17702
 
 
17703
 
 
17704
 
############# DND2SHARE #################
17705
 
DND2SHARE_PACKAGE="cd-dnd2share"
17706
 
GETTEXT_DND2SHARE="cairo-dock-plugins"
17707
 
 
17708
 
 
17709
 
VERSION_DND2SHARE="1.0.2"
17710
 
 
17711
 
PACKAGE_DND2SHARE="$DND2SHARE_PACKAGE"
17712
 
 
17713
 
 
17714
 
dnd2sharedatadir="${pkgdatadir}/dnd2share"
17715
 
 
17716
 
 
17717
 
############# DROP INDICATOR #################
17718
 
DROP_INDICATOR_PACKAGE=cd-drop_indicator
17719
 
GETTEXT_DROP_INDICATOR="cairo-dock-plugins"
17720
 
 
17721
 
 
17722
 
VERSION_DROP_INDICATOR="1.1.3"
17723
 
 
17724
 
PACKAGE_DROP_INDICATOR="$DROP_INDICATOR_PACKAGE"
17725
 
 
17726
 
 
17727
 
drop_indicatordatadir="${pkgdatadir}/drop-indicator"
17728
 
 
17729
 
 
17730
 
############# DUSTBIN #################
17731
 
DUSTBIN_PACKAGE=cd-dustbin
17732
 
GETTEXT_DUSTBIN="cairo-dock-plugins"
17733
 
 
17734
 
 
17735
 
VERSION_DUSTBIN="2.2.6"
17736
 
 
17737
 
PACKAGE_DUSTBIN="$DUSTBIN_PACKAGE"
17738
 
 
17739
 
dustbinuserdirname="dustbin"
17740
 
 
17741
 
 
17742
 
 
17743
 
dustbindatadir="${pkgdatadir}/dustbin"
17744
 
 
17745
 
 
17746
 
############# GMENU #################
17747
 
GMENU_PACKAGE=cd-GMenu
17748
 
GETTEXT_GMENU="cairo-dock-plugins"
17749
 
 
17750
 
 
17751
 
VERSION_GMENU="1.1.5"
17752
 
 
17753
 
PACKAGE_GMENU="$GMENU_PACKAGE"
17754
 
 
17755
 
 
17756
 
gmenudatadir="${pkgdatadir}/GMenu"
17757
 
 
17758
 
 
17759
 
############# GNOME-INTEGRATION #################
17760
 
GNOME_INTEGRATION_PACKAGE=cd_gnome-integration
17761
 
 
17762
 
VERSION_GNOME_INTEGRATION="1.0.2"
17763
 
 
17764
 
PACKAGE_GNOME_INTEGRATION="$GNOME_INTEGRATION_PACKAGE"
17765
 
 
17766
 
 
17767
 
gnome_integrationdatadir="${pkgdatadir}/gnome-integration"
17768
 
 
17769
 
 
17770
 
############# GNOME-INTEGRATION-OLD #################
17771
 
GNOME_INTEGRATION_OLD_PACKAGE=cd_gnome-integration-old
17772
 
 
17773
 
VERSION_GNOME_INTEGRATION_OLD="1.0.3"
17774
 
 
17775
 
PACKAGE_GNOME_INTEGRATION_OLD="$GNOME_INTEGRATION_OLD_PACKAGE"
17776
 
 
17777
 
 
17778
 
gnome_integration_olddatadir="${pkgdatadir}/gnome-integration-old"
17779
 
 
17780
 
 
17781
 
############# ICON EFFECT #################
17782
 
ICON_EFFECTS_PACKAGE=cd-icon-effect
17783
 
GETTEXT_ICON_EFFECTS="cairo-dock-plugins"
17784
 
 
17785
 
 
17786
 
VERSION_ICON_EFFECTS="1.2.3"
17787
 
 
17788
 
PACKAGE_ICON_EFFECTS="$ICON_EFFECTS_PACKAGE"
17789
 
 
17790
 
 
17791
 
icon_effectsdatadir="${pkgdatadir}/icon-effect"
17792
 
 
17793
 
 
17794
 
############# ILLUSION #################
17795
 
ILLUSION_PACKAGE=cd-illusion
17796
 
GETTEXT_ILLUSION="cairo-dock-plugins"
17797
 
 
17798
 
 
17799
 
VERSION_ILLUSION="1.0.5"
17800
 
 
17801
 
PACKAGE_ILLUSION="$ILLUSION_PACKAGE"
17802
 
 
17803
 
 
17804
 
illusiondatadir="${pkgdatadir}/illusion"
17805
 
 
17806
 
 
17807
 
############# KEYBOARD_INDICATOR #################
17808
 
KEYBOARD_INDICATOR_PACKAGE="cd-keyboard-indicator"
17809
 
GETTEXT_KEYBOARD_INDICATOR="cairo-dock-plugins"
17810
 
 
17811
 
 
17812
 
VERSION_KEYBOARD_INDICATOR="1.1.2"
17813
 
 
17814
 
PACKAGE_KEYBOARD_INDICATOR="$KEYBOARD_INDICATOR_PACKAGE"
17815
 
 
17816
 
 
17817
 
keyboard_indicatordatadir="${pkgdatadir}/keyboard-indicator"
17818
 
 
17819
 
 
17820
 
############# LOGOUT #################
17821
 
LOGOUT_PACKAGE=cd-logout
17822
 
GETTEXT_LOGOUT="cairo-dock-plugins"
17823
 
 
17824
 
 
17825
 
VERSION_LOGOUT="1.2.9"
17826
 
 
17827
 
PACKAGE_LOGOUT="$LOGOUT_PACKAGE"
17828
 
 
17829
 
 
17830
 
logoutdatadir="${pkgdatadir}/logout"
17831
 
 
17832
 
 
17833
 
############# MAIL #################
17834
 
MAIL_PACKAGE=cd-mail
17835
 
GETTEXT_MAIL="cairo-dock-plugins"
17836
 
 
17837
 
 
17838
 
VERSION_MAIL="1.0.3"
17839
 
 
17840
 
PACKAGE_MAIL="$MAIL_PACKAGE"
17841
 
 
17842
 
 
17843
 
maildatadir="${pkgdatadir}/mail"
17844
 
 
17845
 
 
17846
 
############# MOTION BLUR #################
17847
 
MOTION_BLUR_PACKAGE=cd-motion_blur
17848
 
GETTEXT_MOTION_BLUR="cairo-dock-plugins"
17849
 
 
17850
 
 
17851
 
VERSION_MOTION_BLUR="1.0.3"
17852
 
 
17853
 
PACKAGE_MOTION_BLUR="$MOTION_BLUR_PACKAGE"
17854
 
 
17855
 
 
17856
 
motion_blurdatadir="${pkgdatadir}/motion-blur"
17857
 
 
17858
 
 
17859
 
############# MUSICPLAYER #################
17860
 
MUSICPLAYER_PACKAGE=cd-musicplayer
17861
 
GETTEXT_MUSICPLAYER="cairo-dock-plugins"
17862
 
 
17863
 
 
17864
 
VERSION_MUSICPLAYER="1.0.3"
17865
 
 
17866
 
PACKAGE_MUSICPLAYER="$MUSICPLAYER_PACKAGE"
17867
 
 
17868
 
 
17869
 
musicplayerdatadir="${pkgdatadir}/musicPlayer"
17870
 
 
17871
 
 
17872
 
############# NETSPEED #################
17873
 
NETSPEED_PACKAGE=cd-netspeed
17874
 
GETTEXT_NETSPEED="cairo-dock-plugins"
17875
 
 
17876
 
 
17877
 
VERSION_NETSPEED="1.2.3"
17878
 
 
17879
 
PACKAGE_NETSPEED="$NETSPEED_PACKAGE"
17880
 
 
17881
 
 
17882
 
netspeeddatadir="${pkgdatadir}/netspeed"
17883
 
 
17884
 
 
17885
 
############# NETWORK_MONITOR #################
17886
 
NETWORK_MONITOR_PACKAGE=cd-network-monitor
17887
 
GETTEXT_NETWORK_MONITOR="cairo-dock-plugins"
17888
 
 
17889
 
 
17890
 
VERSION_NETWORK_MONITOR="0.2.1"
17891
 
 
17892
 
PACKAGE_NETWORK_MONITOR="$NETWORK_MONITOR_PACKAGE"
17893
 
 
17894
 
 
17895
 
network_monitordatadir="${pkgdatadir}/Network-Monitor"
17896
 
 
17897
 
 
17898
 
############# POWERMANAGER #################
17899
 
POWERMANAGER_PACKAGE=cd-powermanager
17900
 
GETTEXT_POWERMANAGER="cairo-dock-plugins"
17901
 
 
17902
 
 
17903
 
VERSION_POWERMANAGER="1.3.2"
17904
 
 
17905
 
PACKAGE_POWERMANAGER="$POWERMANAGER_PACKAGE"
17906
 
 
17907
 
 
17908
 
powermanagerdatadir="${pkgdatadir}/powermanager"
17909
 
 
17910
 
 
17911
 
############# RENDERING #################
17912
 
RENDERING_PACKAGE=cd-rendering
17913
 
GETTEXT_RENDERING="cairo-dock-plugins"
17914
 
 
17915
 
 
17916
 
VERSION_RENDERING="1.5.7"
17917
 
 
17918
 
PACKAGE_RENDERING="$RENDERING_PACKAGE"
17919
 
 
17920
 
 
17921
 
renderingdatadir="${pkgdatadir}/rendering"
17922
 
 
17923
 
 
17924
 
############# DESKLET_RENDERING #################
17925
 
DESKLET_RENDERING_PACKAGE=cd-desklet-rendering
17926
 
GETTEXT_DESKLET_RENDERING="cairo-dock-plugins"
17927
 
 
17928
 
 
17929
 
VERSION_DESKLET_RENDERING="1.5.5"
17930
 
 
17931
 
PACKAGE_DESKLET_RENDERING="$DESKLET_RENDERING_PACKAGE"
17932
 
 
17933
 
 
17934
 
desklet_renderingdatadir="${pkgdatadir}/desklet-rendering"
17935
 
 
17936
 
 
17937
 
############# DIALOG_RENDERING #################
17938
 
DIALOG_RENDERING_PACKAGE=cd-dialog-rendering
17939
 
GETTEXT_DIALOG_RENDERING="cairo-dock-plugins"
17940
 
 
17941
 
 
17942
 
VERSION_DIALOG_RENDERING="0.4.4"
17943
 
 
17944
 
PACKAGE_DIALOG_RENDERING="$DIALOG_RENDERING_PACKAGE"
17945
 
 
17946
 
 
17947
 
dialog_renderingdatadir="${pkgdatadir}/dialog-rendering"
17948
 
 
17949
 
 
17950
 
############# QUICK BROWSER #################
17951
 
QUICK_BROWSER_PACKAGE=cd-quick-browser
17952
 
GETTEXT_QUICK_BROWSER="cairo-dock-plugins"
17953
 
 
17954
 
 
17955
 
VERSION_QUICK_BROWSER="1.0.7"
17956
 
 
17957
 
PACKAGE_QUICK_BROWSER="$QUICK_BROWSER_PACKAGE"
17958
 
 
17959
 
 
17960
 
quick_browserdatadir="${pkgdatadir}/quick_browser"
17961
 
 
17962
 
 
17963
 
############# RSSREADER #################
17964
 
RSS_READER_PACKAGE=cd-rssreader
17965
 
GETTEXT_RSS_READER="cairo-dock-plugins"
17966
 
 
17967
 
 
17968
 
VERSION_RSS_READER="1.0.1"
17969
 
 
17970
 
PACKAGE_RSS_READER="$RSS_READER_PACKAGE"
17971
 
 
17972
 
 
17973
 
rss_readerdatadir="${pkgdatadir}/RSSreader"
17974
 
 
17975
 
 
17976
 
############# SCOOBY_DO #################
17977
 
SCOOBY_DO_PACKAGE=cd-scooby-do
17978
 
GETTEXT_SCOOBY_DO="cairo-dock-plugins"
17979
 
 
17980
 
 
17981
 
VERSION_SCOOBY_DO="0.1.0"
17982
 
 
17983
 
PACKAGE_SCOOBY_DO="$SCOOBY_DO_PACKAGE"
17984
 
 
17985
 
 
17986
 
scooby_dodatadir="${pkgdatadir}/Scooby-Do"
17987
 
 
17988
 
 
17989
 
############# SHORTCUTS #################
17990
 
SHORTCUTS_PACKAGE=cd-shortcuts
17991
 
GETTEXT_SHORTCUTS="cairo-dock-plugins"
17992
 
 
17993
 
 
17994
 
VERSION_SHORTCUTS="1.2.4"
17995
 
 
17996
 
PACKAGE_SHORTCUTS="$SHORTCUTS_PACKAGE"
17997
 
 
17998
 
 
17999
 
shortcutsdatadir="${pkgdatadir}/shortcuts"
18000
 
 
18001
 
 
18002
 
############# SHOW DESKTOP #################
18003
 
SHOW_DESKTOP_PACKAGE=cd-showDesktop
18004
 
GETTEXT_SHOW_DESKTOP="cairo-dock-plugins"
18005
 
 
18006
 
 
18007
 
VERSION_SHOW_DESKTOP="1.2.2"
18008
 
 
18009
 
PACKAGE_SHOW_DESKTOP="$SHOW_DESKTOP_PACKAGE"
18010
 
 
18011
 
 
18012
 
show_desktopdatadir="${pkgdatadir}/showDesktop"
18013
 
 
18014
 
 
18015
 
############# SHOW MOUSE #################
18016
 
SHOW_MOUSE_PACKAGE=cd-show_mouse
18017
 
GETTEXT_SHOW_MOUSE="cairo-dock-plugins"
18018
 
 
18019
 
 
18020
 
VERSION_SHOW_MOUSE="1.0.3"
18021
 
 
18022
 
PACKAGE_SHOW_MOUSE="$SHOW_MOUSE_PACKAGE"
18023
 
 
18024
 
 
18025
 
show_mousedatadir="${pkgdatadir}/show_mouse"
18026
 
 
18027
 
 
18028
 
############# SLIDER #################
18029
 
SLIDER_PACKAGE="cd-slider"
18030
 
GETTEXT_SLIDER="cairo-dock-plugins"
18031
 
 
18032
 
 
18033
 
VERSION_SLIDER="2.0.5"
18034
 
 
18035
 
PACKAGE_SLIDER="$SLIDER_PACKAGE"
18036
 
 
18037
 
 
18038
 
sliderdatadir="${pkgdatadir}/slider"
18039
 
 
18040
 
 
18041
 
############# STACK #################
18042
 
STACK_PACKAGE="cd-stack"
18043
 
GETTEXT_STACK="cairo-dock-plugins"
18044
 
 
18045
 
 
18046
 
VERSION_STACK="0.2.7"
18047
 
 
18048
 
PACKAGE_STACK="$STACK_PACKAGE"
18049
 
 
18050
 
 
18051
 
stackdatadir="${pkgdatadir}/stack"
18052
 
 
18053
 
 
18054
 
############# SWITCHER #################
18055
 
SWITCHER_PACKAGE="cd-switcher"
18056
 
GETTEXT_SWITCHER="cairo-dock-plugins"
18057
 
 
18058
 
 
18059
 
VERSION_SWITCHER="2.1.3"
18060
 
 
18061
 
PACKAGE_SWITCHER="$SWITCHER_PACKAGE"
18062
 
 
18063
 
 
18064
 
switcherdatadir="${pkgdatadir}/switcher"
18065
 
 
18066
 
 
18067
 
############# SYSTEM MONITOR #################
18068
 
SYSTEM_MONITOR_PACKAGE="cd-system-monitor"
18069
 
GETTEXT_SYSTEM_MONITOR="cairo-dock-plugins"
18070
 
 
18071
 
 
18072
 
VERSION_SYSTEM_MONITOR="1.0.2"
18073
 
 
18074
 
PACKAGE_SYSTEM_MONITOR="$SYSTEM_MONITOR_PACKAGE"
18075
 
 
18076
 
 
18077
 
system_monitordatadir="${pkgdatadir}/System-monitor"
18078
 
 
18079
 
 
18080
 
############# SYSTRAY #################
18081
 
SYSTRAY_PACKAGE=cd-systray
18082
 
GETTEXT_SYSTRAY="cairo-dock-plugins"
18083
 
 
18084
 
 
18085
 
VERSION_SYSTRAY="0.1.11"
18086
 
 
18087
 
PACKAGE_SYSTRAY="$SYSTRAY_PACKAGE"
18088
 
 
18089
 
 
18090
 
systraydatadir="${pkgdatadir}/systray"
18091
 
 
18092
 
 
18093
 
############# TERMINAL #################
18094
 
TERMINAL_PACKAGE="cd-terminal"
18095
 
GETTEXT_TERMINAL="cairo-dock-plugins"
18096
 
 
18097
 
 
18098
 
VERSION_TERMINAL="1.0.9"
18099
 
 
18100
 
PACKAGE_TERMINAL="$TERMINAL_PACKAGE"
18101
 
 
18102
 
 
18103
 
terminaldatadir="${pkgdatadir}/terminal"
18104
 
 
18105
 
 
18106
 
############# TOMBOY #################
18107
 
TOMBOY_PACKAGE="cd-tomboy"
18108
 
GETTEXT_TOMBOY="cairo-dock-plugins"
18109
 
 
18110
 
 
18111
 
VERSION_TOMBOY="1.2.3"
18112
 
 
18113
 
PACKAGE_TOMBOY="$TOMBOY_PACKAGE"
18114
 
 
18115
 
 
18116
 
tomboydatadir="${pkgdatadir}/tomboy"
18117
 
 
18118
 
 
18119
 
############# TOONS #################
18120
 
TOONS_PACKAGE="cd-Toons"
18121
 
GETTEXT_TOONS="cairo-dock-plugins"
18122
 
 
18123
 
 
18124
 
VERSION_TOONS="1.0.6"
18125
 
 
18126
 
PACKAGE_TOONS="$TOONS_PACKAGE"
18127
 
 
18128
 
 
18129
 
toonsdatadir="${pkgdatadir}/Toons"
18130
 
 
18131
 
toonsuserdirname="Toons"
18132
 
 
18133
 
 
18134
 
############# WEATHER #################
18135
 
WEATHER_PACKAGE="cd-weather"
18136
 
GETTEXT_WEATHER="cairo-dock-plugins"
18137
 
 
18138
 
 
18139
 
VERSION_WEATHER="1.2.9"
18140
 
 
18141
 
PACKAGE_WEATHER="$WEATHER_PACKAGE"
18142
 
 
18143
 
 
18144
 
weatherdatadir="${pkgdatadir}/weather"
18145
 
 
18146
 
weatheruserdirname="weather"
18147
 
 
18148
 
 
18149
 
############# WIFI #################
18150
 
WIFI_PACKAGE="cd-wifi"
18151
 
GETTEXT_WIFI="cairo-dock-plugins"
18152
 
 
18153
 
 
18154
 
VERSION_WIFI="1.2.3"
18155
 
 
18156
 
PACKAGE_WIFI="$WIFI_PACKAGE"
18157
 
 
18158
 
 
18159
 
wifidatadir="${pkgdatadir}/wifi"
18160
 
 
18161
 
 
18162
 
############# XFCE-INTEGRATION #################
18163
 
XFCE_INTEGRATION_PACKAGE=cd_xfce-integration
18164
 
 
18165
 
VERSION_XFCE_INTEGRATION="1.0.2"
18166
 
 
18167
 
PACKAGE_XFCE_INTEGRATION="$XFCE_INTEGRATION_PACKAGE"
18168
 
 
18169
 
 
18170
 
xfce_integrationdatadir="${pkgdatadir}/xfce-integration"
18171
 
 
18172
 
 
18173
 
############# KDE-INTEGRATION #################
18174
 
KDE_INTEGRATION_PACKAGE=cd_kde-integration
18175
 
 
18176
 
VERSION_KDE_INTEGRATION="0.0.1"
18177
 
 
18178
 
PACKAGE_KDE_INTEGRATION="$KDE_INTEGRATION_PACKAGE"
18179
 
 
18180
 
 
18181
 
kde_integrationdatadir="${pkgdatadir}/kde-integration"
18182
 
 
18183
 
 
18184
 
############# XGAMMA #################
18185
 
XGAMMA_PACKAGE="cd-Xgamma"
18186
 
GETTEXT_XGAMMA="cairo-dock-plugins"
18187
 
 
18188
 
 
18189
 
VERSION_XGAMMA="1.1.5"
18190
 
 
18191
 
PACKAGE_XGAMMA="$XGAMMA_PACKAGE"
18192
 
 
18193
 
 
18194
 
xgammadatadir="${pkgdatadir}/Xgamma"
18195
 
 
18196
 
 
18197
 
############# WEBLETS #################
18198
 
WEBLETS_PACKAGE="cd-weblets"
18199
 
 
18200
 
 
18201
 
$as_echo "#define HAVE_WEBKIT 1" >>confdefs.h
18202
 
 
18203
 
 
18204
 
GETTEXT_WEBLETS="cairo-dock-plugins"
18205
 
 
18206
 
 
18207
 
VERSION_WEBLETS="0.0.9"
18208
 
 
18209
 
PACKAGE_WEBLETS="$WEBLETS_PACKAGE"
18210
 
 
18211
 
 
18212
 
webletsdatadir="${pkgdatadir}/weblets"
18213
 
 
18214
 
 
18215
 
 
18216
 
ac_config_files="$ac_config_files Makefile po/Makefile.in alsaMixer/Makefile alsaMixer/src/Makefile alsaMixer/data/Makefile alsaMixer/data/AlsaMixer.conf Animated-icons/Makefile Animated-icons/src/Makefile Animated-icons/data/Makefile Animated-icons/data/Animated-icons.conf Cairo-Penguin/Makefile Cairo-Penguin/src/Makefile Cairo-Penguin/data/Makefile Cairo-Penguin/data/Cairo-Penguin.conf Cairo-Penguin/data/themes/Makefile Cairo-Penguin/data/themes/Classic/Makefile Clipper/Makefile Clipper/src/Makefile Clipper/data/Makefile Clipper/data/Clipper.conf clock/Makefile clock/src/Makefile clock/data/Makefile clock/data/clock.conf clock/data/digital/Makefile clock/data/digital/default/Makefile clock/data/themes/Makefile clock/data/themes/default/Makefile compiz-icon/Makefile compiz-icon/src/Makefile compiz-icon/data/Makefile compiz-icon/data/compiz-icon.conf Dbus/Makefile Dbus/src/Makefile Dbus/data/Makefile Dbus/data/Dbus.conf dnd2share/Makefile dnd2share/src/Makefile dnd2share/data/Makefile dnd2share/data/dnd2share.conf drop-indicator/Makefile drop-indicator/src/Makefile drop-indicator/data/Makefile drop-indicator/data/drop_indicator.conf dustbin/Makefile dustbin/src/Makefile dustbin/data/Makefile dustbin/data/dustbin.conf dustbin/data/themes/Makefile dustbin/data/themes/default/Makefile GMenu/Makefile GMenu/src/Makefile GMenu/data/Makefile GMenu/data/GMenu.conf gnome-integration/Makefile gnome-integration/src/Makefile gnome-integration/data/Makefile gnome-integration-old/Makefile gnome-integration-old/src/Makefile gnome-integration-old/data/Makefile icon-effect/Makefile icon-effect/src/Makefile icon-effect/data/Makefile icon-effect/data/icon-effect.conf illusion/Makefile illusion/src/Makefile illusion/data/Makefile illusion/data/illusion.conf kde-integration/Makefile kde-integration/src/Makefile kde-integration/data/Makefile keyboard-indicator/Makefile keyboard-indicator/src/Makefile keyboard-indicator/data/Makefile keyboard-indicator/data/keyboard-indicator.conf logout/Makefile logout/src/Makefile logout/data/Makefile logout/data/logout.conf mail/Makefile mail/src/Makefile mail/data/Makefile mail/data/mail.conf mail/data/themes/Makefile mail/data/themes/Default/Makefile motion-blur/Makefile motion-blur/src/Makefile motion-blur/data/Makefile motion-blur/data/motion_blur.conf musicPlayer/Makefile musicPlayer/src/Makefile musicPlayer/data/Makefile musicPlayer/data/musicPlayer.conf musicPlayer/data/themes/Makefile musicPlayer/data/themes/cd_box_simple/Makefile netspeed/Makefile netspeed/src/Makefile netspeed/data/Makefile netspeed/data/netspeed.conf Network-Monitor/Makefile Network-Monitor/src/Makefile Network-Monitor/data/Makefile Network-Monitor/data/Network-Monitor.conf powermanager/Makefile powermanager/src/Makefile powermanager/data/Makefile powermanager/data/powermanager.conf dock-rendering/Makefile dock-rendering/src/Makefile dock-rendering/data/Makefile dock-rendering/data/rendering.conf desklet-rendering/Makefile desklet-rendering/src/Makefile desklet-rendering/data/Makefile dialog-rendering/Makefile dialog-rendering/src/Makefile dialog-rendering/data/Makefile dialog-rendering/data/dialog-rendering.conf quick-browser/Makefile quick-browser/src/Makefile quick-browser/data/Makefile quick-browser/data/quick-browser.conf RSSreader/Makefile RSSreader/src/Makefile RSSreader/data/Makefile RSSreader/data/RSSreader.conf Scooby-Do/Makefile Scooby-Do/src/Makefile Scooby-Do/data/Makefile Scooby-Do/data/Scooby-Do.conf shortcuts/Makefile shortcuts/src/Makefile shortcuts/data/Makefile shortcuts/data/shortcuts.conf showDesktop/Makefile showDesktop/src/Makefile showDesktop/data/Makefile showDesktop/data/showDesktop.conf show-mouse/Makefile show-mouse/src/Makefile show-mouse/data/Makefile show-mouse/data/show_mouse.conf slider/Makefile slider/src/Makefile slider/data/Makefile slider/data/slider.conf stack/Makefile stack/src/Makefile stack/data/Makefile stack/data/stack.conf switcher/Makefile switcher/src/Makefile switcher/data/Makefile switcher/data/switcher.conf System-Monitor/Makefile System-Monitor/src/Makefile System-Monitor/data/Makefile System-Monitor/data/System-Monitor.conf systray/Makefile systray/src/Makefile systray/data/Makefile systray/data/systray.conf terminal/Makefile terminal/src/Makefile terminal/data/Makefile terminal/data/terminal.conf tomboy/Makefile tomboy/src/Makefile tomboy/data/Makefile tomboy/data/tomboy.conf Toons/Makefile Toons/src/Makefile Toons/data/Makefile Toons/data/Toons.conf Toons/data/themes/Makefile Toons/data/themes/Classic/Makefile weather/Makefile weather/src/Makefile weather/data/Makefile weather/data/weather.conf weather/data/themes/Makefile weather/data/themes/Classic/Makefile weblets/Makefile weblets/src/Makefile weblets/data/Makefile weblets/data/weblets.conf wifi/Makefile wifi/src/Makefile wifi/data/Makefile wifi/data/wifi.conf xfce-integration/Makefile xfce-integration/src/Makefile xfce-integration/data/Makefile Xgamma/Makefile Xgamma/src/Makefile Xgamma/data/Makefile Xgamma/data/Xgamma.conf"
18217
 
 
18218
 
 
18219
 
ac_config_files="$ac_config_files po/Makefile"
18220
 
 
18221
 
cat >confcache <<\_ACEOF
18222
 
# This file is a shell script that caches the results of configure
18223
 
# tests run on this system so they can be shared between configure
18224
 
# scripts and configure runs, see configure's option --config-cache.
18225
 
# It is not useful on other systems.  If it contains results you don't
18226
 
# want to keep, you may remove or edit it.
18227
 
#
18228
 
# config.status only pays attention to the cache file if you give it
18229
 
# the --recheck option to rerun configure.
18230
 
#
18231
 
# `ac_cv_env_foo' variables (set or unset) will be overridden when
18232
 
# loading this file, other *unset* `ac_cv_foo' will be assigned the
18233
 
# following values.
18234
 
 
18235
 
_ACEOF
18236
 
 
18237
 
# The following way of writing the cache mishandles newlines in values,
18238
 
# but we know of no workaround that is simple, portable, and efficient.
18239
 
# So, we kill variables containing newlines.
18240
 
# Ultrix sh set writes to stderr and can't be redirected directly,
18241
 
# and sets the high bit in the cache file unless we assign to the vars.
18242
 
(
18243
 
  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18244
 
    eval ac_val=\$$ac_var
18245
 
    case $ac_val in #(
18246
 
    *${as_nl}*)
18247
 
      case $ac_var in #(
18248
 
      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18249
 
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18250
 
      esac
18251
 
      case $ac_var in #(
18252
 
      _ | IFS | as_nl) ;; #(
18253
 
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18254
 
      *) { eval $ac_var=; unset $ac_var;} ;;
18255
 
      esac ;;
18256
 
    esac
18257
 
  done
18258
 
 
18259
 
  (set) 2>&1 |
18260
 
    case $as_nl`(ac_space=' '; set) 2>&1` in #(
18261
 
    *${as_nl}ac_space=\ *)
18262
 
      # `set' does not quote correctly, so add quotes: double-quote
18263
 
      # substitution turns \\\\ into \\, and sed turns \\ into \.
18264
 
      sed -n \
18265
 
        "s/'/'\\\\''/g;
18266
 
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18267
 
      ;; #(
18268
 
    *)
18269
 
      # `set' quotes correctly as required by POSIX, so do not add quotes.
18270
 
      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18271
 
      ;;
18272
 
    esac |
18273
 
    sort
18274
 
) |
18275
 
  sed '
18276
 
     /^ac_cv_env_/b end
18277
 
     t clear
18278
 
     :clear
18279
 
     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18280
 
     t end
18281
 
     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18282
 
     :end' >>confcache
18283
 
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18284
 
  if test -w "$cache_file"; then
18285
 
    test "x$cache_file" != "x/dev/null" &&
18286
 
      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18287
 
$as_echo "$as_me: updating cache $cache_file" >&6;}
18288
 
    cat confcache >$cache_file
18289
 
  else
18290
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18291
 
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18292
 
  fi
18293
 
fi
18294
 
rm -f confcache
18295
 
 
18296
 
test "x$prefix" = xNONE && prefix=$ac_default_prefix
18297
 
# Let make expand exec_prefix.
18298
 
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18299
 
 
18300
 
DEFS=-DHAVE_CONFIG_H
18301
 
 
18302
 
ac_libobjs=
18303
 
ac_ltlibobjs=
18304
 
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18305
 
  # 1. Remove the extension, and $U if already installed.
18306
 
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18307
 
  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18308
 
  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
18309
 
  #    will be set to the directory where LIBOBJS objects are built.
18310
 
  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18311
 
  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18312
 
done
18313
 
LIBOBJS=$ac_libobjs
18314
 
 
18315
 
LTLIBOBJS=$ac_ltlibobjs
18316
 
 
18317
 
 
18318
 
 if test -n "$EXEEXT"; then
18319
 
  am__EXEEXT_TRUE=
18320
 
  am__EXEEXT_FALSE='#'
18321
 
else
18322
 
  am__EXEEXT_TRUE='#'
18323
 
  am__EXEEXT_FALSE=
18324
 
fi
18325
 
 
18326
 
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
18327
 
  as_fn_error "conditional \"AMDEP\" was never defined.
18328
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18329
 
fi
18330
 
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
18331
 
  as_fn_error "conditional \"am__fastdepCC\" was never defined.
18332
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18333
 
fi
18334
 
 
18335
 
  ac_config_commands="$ac_config_commands po/stamp-it"
18336
 
 
18337
 
 
18338
 
if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
18339
 
  as_fn_error "conditional \"am__fastdepCXX\" was never defined.
18340
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18341
 
fi
18342
 
if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
18343
 
  as_fn_error "conditional \"am__fastdepCXX\" was never defined.
18344
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18345
 
fi
18346
 
if test -z "${WITH_OLD_GNOME_SUPPORT_TRUE}" && test -z "${WITH_OLD_GNOME_SUPPORT_FALSE}"; then
18347
 
  as_fn_error "conditional \"WITH_OLD_GNOME_SUPPORT\" was never defined.
18348
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18349
 
fi
18350
 
if test -z "${WITH_GNOME_SUPPORT_TRUE}" && test -z "${WITH_GNOME_SUPPORT_FALSE}"; then
18351
 
  as_fn_error "conditional \"WITH_GNOME_SUPPORT\" was never defined.
18352
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18353
 
fi
18354
 
if test -z "${WITH_XFCE_SUPPORT_TRUE}" && test -z "${WITH_XFCE_SUPPORT_FALSE}"; then
18355
 
  as_fn_error "conditional \"WITH_XFCE_SUPPORT\" was never defined.
18356
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18357
 
fi
18358
 
if test -z "${WITH_KDE_SUPPORT_TRUE}" && test -z "${WITH_KDE_SUPPORT_FALSE}"; then
18359
 
  as_fn_error "conditional \"WITH_KDE_SUPPORT\" was never defined.
18360
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18361
 
fi
18362
 
if test -z "${WITH_ALSA_MIXER_TRUE}" && test -z "${WITH_ALSA_MIXER_FALSE}"; then
18363
 
  as_fn_error "conditional \"WITH_ALSA_MIXER\" was never defined.
18364
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18365
 
fi
18366
 
if test -z "${WITH_TERMINAL_TRUE}" && test -z "${WITH_TERMINAL_FALSE}"; then
18367
 
  as_fn_error "conditional \"WITH_TERMINAL\" was never defined.
18368
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18369
 
fi
18370
 
if test -z "${WITH_POWERMANAGER_TRUE}" && test -z "${WITH_POWERMANAGER_FALSE}"; then
18371
 
  as_fn_error "conditional \"WITH_POWERMANAGER\" was never defined.
18372
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18373
 
fi
18374
 
if test -z "${WITH_WIFI_TRUE}" && test -z "${WITH_WIFI_FALSE}"; then
18375
 
  as_fn_error "conditional \"WITH_WIFI\" was never defined.
18376
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18377
 
fi
18378
 
if test -z "${WITH_TOMBOY_TRUE}" && test -z "${WITH_TOMBOY_FALSE}"; then
18379
 
  as_fn_error "conditional \"WITH_TOMBOY\" was never defined.
18380
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18381
 
fi
18382
 
if test -z "${WITH_COMPIZ_ICON_TRUE}" && test -z "${WITH_COMPIZ_ICON_FALSE}"; then
18383
 
  as_fn_error "conditional \"WITH_COMPIZ_ICON\" was never defined.
18384
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18385
 
fi
18386
 
if test -z "${WITH_XGAMMA_TRUE}" && test -z "${WITH_XGAMMA_FALSE}"; then
18387
 
  as_fn_error "conditional \"WITH_XGAMMA\" was never defined.
18388
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18389
 
fi
18390
 
if test -z "${WITH_GMENU_TRUE}" && test -z "${WITH_GMENU_FALSE}"; then
18391
 
  as_fn_error "conditional \"WITH_GMENU\" was never defined.
18392
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18393
 
fi
18394
 
if test -z "${WITH_GIO_IN_GMENU_TRUE}" && test -z "${WITH_GIO_IN_GMENU_FALSE}"; then
18395
 
  as_fn_error "conditional \"WITH_GIO_IN_GMENU\" was never defined.
18396
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18397
 
fi
18398
 
if test -z "${WITH_MAIL_TRUE}" && test -z "${WITH_MAIL_FALSE}"; then
18399
 
  as_fn_error "conditional \"WITH_MAIL\" was never defined.
18400
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18401
 
fi
18402
 
if test -z "${WITH_WEBLETS_TRUE}" && test -z "${WITH_WEBLETS_FALSE}"; then
18403
 
  as_fn_error "conditional \"WITH_WEBLETS\" was never defined.
18404
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18405
 
fi
18406
 
if test -z "${WITH_EXIF_TRUE}" && test -z "${WITH_EXIF_FALSE}"; then
18407
 
  as_fn_error "conditional \"WITH_EXIF\" was never defined.
18408
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18409
 
fi
18410
 
if test -z "${WITH_KEYBOARD_INDICATOR_TRUE}" && test -z "${WITH_KEYBOARD_INDICATOR_FALSE}"; then
18411
 
  as_fn_error "conditional \"WITH_KEYBOARD_INDICATOR\" was never defined.
18412
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18413
 
fi
18414
 
if test -z "${WITH_DND2SHARE_TRUE}" && test -z "${WITH_DND2SHARE_FALSE}"; then
18415
 
  as_fn_error "conditional \"WITH_DND2SHARE\" was never defined.
18416
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18417
 
fi
18418
 
if test -z "${WITH_MUSICPLAYER_TRUE}" && test -z "${WITH_MUSICPLAYER_FALSE}"; then
18419
 
  as_fn_error "conditional \"WITH_MUSICPLAYER\" was never defined.
18420
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18421
 
fi
18422
 
if test -z "${WITH_NETWORK_MONITOR_TRUE}" && test -z "${WITH_NETWORK_MONITOR_FALSE}"; then
18423
 
  as_fn_error "conditional \"WITH_NETWORK_MONITOR\" was never defined.
18424
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18425
 
fi
18426
 
if test -z "${WITH_SCOOBY_DO_TRUE}" && test -z "${WITH_SCOOBY_DO_FALSE}"; then
18427
 
  as_fn_error "conditional \"WITH_SCOOBY_DO\" was never defined.
18428
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18429
 
fi
18430
 
if test -z "${WITH_RSSREADER_TRUE}" && test -z "${WITH_RSSREADER_FALSE}"; then
18431
 
  as_fn_error "conditional \"WITH_RSSREADER\" was never defined.
18432
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18433
 
fi
18434
 
if test -z "${WITH_XRANDR_IN_SHOW_DESKTOP_TRUE}" && test -z "${WITH_XRANDR_IN_SHOW_DESKTOP_FALSE}"; then
18435
 
  as_fn_error "conditional \"WITH_XRANDR_IN_SHOW_DESKTOP\" was never defined.
18436
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
18437
 
fi
18438
 
 
18439
 
: ${CONFIG_STATUS=./config.status}
18440
 
ac_write_fail=0
18441
 
ac_clean_files_save=$ac_clean_files
18442
 
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18443
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18444
 
$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18445
 
as_write_fail=0
18446
 
cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18447
 
#! $SHELL
18448
 
# Generated by $as_me.
18449
 
# Run this file to recreate the current configuration.
18450
 
# Compiler output produced by configure, useful for debugging
18451
 
# configure, is in config.log if it exists.
18452
 
 
18453
 
debug=false
18454
 
ac_cs_recheck=false
18455
 
ac_cs_silent=false
18456
 
 
18457
 
SHELL=\${CONFIG_SHELL-$SHELL}
18458
 
export SHELL
18459
 
_ASEOF
18460
 
cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18461
 
## -------------------- ##
18462
 
## M4sh Initialization. ##
18463
 
## -------------------- ##
18464
 
 
18465
 
# Be more Bourne compatible
18466
 
DUALCASE=1; export DUALCASE # for MKS sh
18467
 
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18468
 
  emulate sh
18469
 
  NULLCMD=:
18470
 
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18471
 
  # is contrary to our usage.  Disable this feature.
18472
 
  alias -g '${1+"$@"}'='"$@"'
18473
 
  setopt NO_GLOB_SUBST
18474
 
else
18475
 
  case `(set -o) 2>/dev/null` in #(
18476
 
  *posix*) :
18477
 
    set -o posix ;; #(
18478
 
  *) :
18479
 
     ;;
18480
 
esac
18481
 
fi
18482
 
 
18483
 
 
18484
 
as_nl='
18485
 
'
18486
 
export as_nl
18487
 
# Printing a long string crashes Solaris 7 /usr/bin/printf.
18488
 
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18489
 
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18490
 
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18491
 
# Prefer a ksh shell builtin over an external printf program on Solaris,
18492
 
# but without wasting forks for bash or zsh.
18493
 
if test -z "$BASH_VERSION$ZSH_VERSION" \
18494
 
    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18495
 
  as_echo='print -r --'
18496
 
  as_echo_n='print -rn --'
18497
 
elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18498
 
  as_echo='printf %s\n'
18499
 
  as_echo_n='printf %s'
18500
 
else
18501
 
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18502
 
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18503
 
    as_echo_n='/usr/ucb/echo -n'
18504
 
  else
18505
 
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18506
 
    as_echo_n_body='eval
18507
 
      arg=$1;
18508
 
      case $arg in #(
18509
 
      *"$as_nl"*)
18510
 
        expr "X$arg" : "X\\(.*\\)$as_nl";
18511
 
        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18512
 
      esac;
18513
 
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18514
 
    '
18515
 
    export as_echo_n_body
18516
 
    as_echo_n='sh -c $as_echo_n_body as_echo'
18517
 
  fi
18518
 
  export as_echo_body
18519
 
  as_echo='sh -c $as_echo_body as_echo'
18520
 
fi
18521
 
 
18522
 
# The user is always right.
18523
 
if test "${PATH_SEPARATOR+set}" != set; then
18524
 
  PATH_SEPARATOR=:
18525
 
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18526
 
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18527
 
      PATH_SEPARATOR=';'
18528
 
  }
18529
 
fi
18530
 
 
18531
 
 
18532
 
# IFS
18533
 
# We need space, tab and new line, in precisely that order.  Quoting is
18534
 
# there to prevent editors from complaining about space-tab.
18535
 
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
18536
 
# splitting by setting IFS to empty value.)
18537
 
IFS=" ""        $as_nl"
18538
 
 
18539
 
# Find who we are.  Look in the path if we contain no directory separator.
18540
 
case $0 in #((
18541
 
  *[\\/]* ) as_myself=$0 ;;
18542
 
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18543
 
for as_dir in $PATH
18544
 
do
18545
 
  IFS=$as_save_IFS
18546
 
  test -z "$as_dir" && as_dir=.
18547
 
    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18548
 
  done
18549
 
IFS=$as_save_IFS
18550
 
 
18551
 
     ;;
18552
 
esac
18553
 
# We did not find ourselves, most probably we were run as `sh COMMAND'
18554
 
# in which case we are not to be found in the path.
18555
 
if test "x$as_myself" = x; then
18556
 
  as_myself=$0
18557
 
fi
18558
 
if test ! -f "$as_myself"; then
18559
 
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18560
 
  exit 1
18561
 
fi
18562
 
 
18563
 
# Unset variables that we do not need and which cause bugs (e.g. in
18564
 
# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
18565
 
# suppresses any "Segmentation fault" message there.  '((' could
18566
 
# trigger a bug in pdksh 5.2.14.
18567
 
for as_var in BASH_ENV ENV MAIL MAILPATH
18568
 
do eval test x\${$as_var+set} = xset \
18569
 
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18570
 
done
18571
 
PS1='$ '
18572
 
PS2='> '
18573
 
PS4='+ '
18574
 
 
18575
 
# NLS nuisances.
18576
 
LC_ALL=C
18577
 
export LC_ALL
18578
 
LANGUAGE=C
18579
 
export LANGUAGE
18580
 
 
18581
 
# CDPATH.
18582
 
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18583
 
 
18584
 
 
18585
 
# as_fn_error ERROR [LINENO LOG_FD]
18586
 
# ---------------------------------
18587
 
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18588
 
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18589
 
# script with status $?, using 1 if that was 0.
18590
 
as_fn_error ()
18591
 
{
18592
 
  as_status=$?; test $as_status -eq 0 && as_status=1
18593
 
  if test "$3"; then
18594
 
    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18595
 
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
18596
 
  fi
18597
 
  $as_echo "$as_me: error: $1" >&2
18598
 
  as_fn_exit $as_status
18599
 
} # as_fn_error
18600
 
 
18601
 
 
18602
 
# as_fn_set_status STATUS
18603
 
# -----------------------
18604
 
# Set $? to STATUS, without forking.
18605
 
as_fn_set_status ()
18606
 
{
18607
 
  return $1
18608
 
} # as_fn_set_status
18609
 
 
18610
 
# as_fn_exit STATUS
18611
 
# -----------------
18612
 
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18613
 
as_fn_exit ()
18614
 
{
18615
 
  set +e
18616
 
  as_fn_set_status $1
18617
 
  exit $1
18618
 
} # as_fn_exit
18619
 
 
18620
 
# as_fn_unset VAR
18621
 
# ---------------
18622
 
# Portably unset VAR.
18623
 
as_fn_unset ()
18624
 
{
18625
 
  { eval $1=; unset $1;}
18626
 
}
18627
 
as_unset=as_fn_unset
18628
 
# as_fn_append VAR VALUE
18629
 
# ----------------------
18630
 
# Append the text in VALUE to the end of the definition contained in VAR. Take
18631
 
# advantage of any shell optimizations that allow amortized linear growth over
18632
 
# repeated appends, instead of the typical quadratic growth present in naive
18633
 
# implementations.
18634
 
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18635
 
  eval 'as_fn_append ()
18636
 
  {
18637
 
    eval $1+=\$2
18638
 
  }'
18639
 
else
18640
 
  as_fn_append ()
18641
 
  {
18642
 
    eval $1=\$$1\$2
18643
 
  }
18644
 
fi # as_fn_append
18645
 
 
18646
 
# as_fn_arith ARG...
18647
 
# ------------------
18648
 
# Perform arithmetic evaluation on the ARGs, and store the result in the
18649
 
# global $as_val. Take advantage of shells that can avoid forks. The arguments
18650
 
# must be portable across $(()) and expr.
18651
 
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18652
 
  eval 'as_fn_arith ()
18653
 
  {
18654
 
    as_val=$(( $* ))
18655
 
  }'
18656
 
else
18657
 
  as_fn_arith ()
18658
 
  {
18659
 
    as_val=`expr "$@" || test $? -eq 1`
18660
 
  }
18661
 
fi # as_fn_arith
18662
 
 
18663
 
 
18664
 
if expr a : '\(a\)' >/dev/null 2>&1 &&
18665
 
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
18666
 
  as_expr=expr
18667
 
else
18668
 
  as_expr=false
18669
 
fi
18670
 
 
18671
 
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18672
 
  as_basename=basename
18673
 
else
18674
 
  as_basename=false
18675
 
fi
18676
 
 
18677
 
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18678
 
  as_dirname=dirname
18679
 
else
18680
 
  as_dirname=false
18681
 
fi
18682
 
 
18683
 
as_me=`$as_basename -- "$0" ||
18684
 
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18685
 
         X"$0" : 'X\(//\)$' \| \
18686
 
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18687
 
$as_echo X/"$0" |
18688
 
    sed '/^.*\/\([^/][^/]*\)\/*$/{
18689
 
            s//\1/
18690
 
            q
18691
 
          }
18692
 
          /^X\/\(\/\/\)$/{
18693
 
            s//\1/
18694
 
            q
18695
 
          }
18696
 
          /^X\/\(\/\).*/{
18697
 
            s//\1/
18698
 
            q
18699
 
          }
18700
 
          s/.*/./; q'`
18701
 
 
18702
 
# Avoid depending upon Character Ranges.
18703
 
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18704
 
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18705
 
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18706
 
as_cr_digits='0123456789'
18707
 
as_cr_alnum=$as_cr_Letters$as_cr_digits
18708
 
 
18709
 
ECHO_C= ECHO_N= ECHO_T=
18710
 
case `echo -n x` in #(((((
18711
 
-n*)
18712
 
  case `echo 'xy\c'` in
18713
 
  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
18714
 
  xy)  ECHO_C='\c';;
18715
 
  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
18716
 
       ECHO_T=' ';;
18717
 
  esac;;
18718
 
*)
18719
 
  ECHO_N='-n';;
18720
 
esac
18721
 
 
18722
 
rm -f conf$$ conf$$.exe conf$$.file
18723
 
if test -d conf$$.dir; then
18724
 
  rm -f conf$$.dir/conf$$.file
18725
 
else
18726
 
  rm -f conf$$.dir
18727
 
  mkdir conf$$.dir 2>/dev/null
18728
 
fi
18729
 
if (echo >conf$$.file) 2>/dev/null; then
18730
 
  if ln -s conf$$.file conf$$ 2>/dev/null; then
18731
 
    as_ln_s='ln -s'
18732
 
    # ... but there are two gotchas:
18733
 
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18734
 
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18735
 
    # In both cases, we have to default to `cp -p'.
18736
 
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18737
 
      as_ln_s='cp -p'
18738
 
  elif ln conf$$.file conf$$ 2>/dev/null; then
18739
 
    as_ln_s=ln
18740
 
  else
18741
 
    as_ln_s='cp -p'
18742
 
  fi
18743
 
else
18744
 
  as_ln_s='cp -p'
18745
 
fi
18746
 
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18747
 
rmdir conf$$.dir 2>/dev/null
18748
 
 
18749
 
 
18750
 
# as_fn_mkdir_p
18751
 
# -------------
18752
 
# Create "$as_dir" as a directory, including parents if necessary.
18753
 
as_fn_mkdir_p ()
18754
 
{
18755
 
 
18756
 
  case $as_dir in #(
18757
 
  -*) as_dir=./$as_dir;;
18758
 
  esac
18759
 
  test -d "$as_dir" || eval $as_mkdir_p || {
18760
 
    as_dirs=
18761
 
    while :; do
18762
 
      case $as_dir in #(
18763
 
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18764
 
      *) as_qdir=$as_dir;;
18765
 
      esac
18766
 
      as_dirs="'$as_qdir' $as_dirs"
18767
 
      as_dir=`$as_dirname -- "$as_dir" ||
18768
 
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18769
 
         X"$as_dir" : 'X\(//\)[^/]' \| \
18770
 
         X"$as_dir" : 'X\(//\)$' \| \
18771
 
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18772
 
$as_echo X"$as_dir" |
18773
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18774
 
            s//\1/
18775
 
            q
18776
 
          }
18777
 
          /^X\(\/\/\)[^/].*/{
18778
 
            s//\1/
18779
 
            q
18780
 
          }
18781
 
          /^X\(\/\/\)$/{
18782
 
            s//\1/
18783
 
            q
18784
 
          }
18785
 
          /^X\(\/\).*/{
18786
 
            s//\1/
18787
 
            q
18788
 
          }
18789
 
          s/.*/./; q'`
18790
 
      test -d "$as_dir" && break
18791
 
    done
18792
 
    test -z "$as_dirs" || eval "mkdir $as_dirs"
18793
 
  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
18794
 
 
18795
 
 
18796
 
} # as_fn_mkdir_p
18797
 
if mkdir -p . 2>/dev/null; then
18798
 
  as_mkdir_p='mkdir -p "$as_dir"'
18799
 
else
18800
 
  test -d ./-p && rmdir ./-p
18801
 
  as_mkdir_p=false
18802
 
fi
18803
 
 
18804
 
if test -x / >/dev/null 2>&1; then
18805
 
  as_test_x='test -x'
18806
 
else
18807
 
  if ls -dL / >/dev/null 2>&1; then
18808
 
    as_ls_L_option=L
18809
 
  else
18810
 
    as_ls_L_option=
18811
 
  fi
18812
 
  as_test_x='
18813
 
    eval sh -c '\''
18814
 
      if test -d "$1"; then
18815
 
        test -d "$1/.";
18816
 
      else
18817
 
        case $1 in #(
18818
 
        -*)set "./$1";;
18819
 
        esac;
18820
 
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
18821
 
        ???[sx]*):;;*)false;;esac;fi
18822
 
    '\'' sh
18823
 
  '
18824
 
fi
18825
 
as_executable_p=$as_test_x
18826
 
 
18827
 
# Sed expression to map a string onto a valid CPP name.
18828
 
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18829
 
 
18830
 
# Sed expression to map a string onto a valid variable name.
18831
 
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18832
 
 
18833
 
 
18834
 
exec 6>&1
18835
 
## ----------------------------------- ##
18836
 
## Main body of $CONFIG_STATUS script. ##
18837
 
## ----------------------------------- ##
18838
 
_ASEOF
18839
 
test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18840
 
 
18841
 
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18842
 
# Save the log message, to keep $0 and so on meaningful, and to
18843
 
# report actual input values of CONFIG_FILES etc. instead of their
18844
 
# values after options handling.
18845
 
ac_log="
18846
 
This file was extended by cairo-dock-plugins $as_me 2.1.3-10-lucid, which was
18847
 
generated by GNU Autoconf 2.65.  Invocation command line was
18848
 
 
18849
 
  CONFIG_FILES    = $CONFIG_FILES
18850
 
  CONFIG_HEADERS  = $CONFIG_HEADERS
18851
 
  CONFIG_LINKS    = $CONFIG_LINKS
18852
 
  CONFIG_COMMANDS = $CONFIG_COMMANDS
18853
 
  $ $0 $@
18854
 
 
18855
 
on `(hostname || uname -n) 2>/dev/null | sed 1q`
18856
 
"
18857
 
 
18858
 
_ACEOF
18859
 
 
18860
 
case $ac_config_files in *"
18861
 
"*) set x $ac_config_files; shift; ac_config_files=$*;;
18862
 
esac
18863
 
 
18864
 
case $ac_config_headers in *"
18865
 
"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18866
 
esac
18867
 
 
18868
 
 
18869
 
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18870
 
# Files that config.status was made for.
18871
 
config_files="$ac_config_files"
18872
 
config_headers="$ac_config_headers"
18873
 
config_commands="$ac_config_commands"
18874
 
 
18875
 
_ACEOF
18876
 
 
18877
 
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18878
 
ac_cs_usage="\
18879
 
\`$as_me' instantiates files and other configuration actions
18880
 
from templates according to the current configuration.  Unless the files
18881
 
and actions are specified as TAGs, all are instantiated by default.
18882
 
 
18883
 
Usage: $0 [OPTION]... [TAG]...
18884
 
 
18885
 
  -h, --help       print this help, then exit
18886
 
  -V, --version    print version number and configuration settings, then exit
18887
 
      --config     print configuration, then exit
18888
 
  -q, --quiet, --silent
18889
 
                   do not print progress messages
18890
 
  -d, --debug      don't remove temporary files
18891
 
      --recheck    update $as_me by reconfiguring in the same conditions
18892
 
      --file=FILE[:TEMPLATE]
18893
 
                   instantiate the configuration file FILE
18894
 
      --header=FILE[:TEMPLATE]
18895
 
                   instantiate the configuration header FILE
18896
 
 
18897
 
Configuration files:
18898
 
$config_files
18899
 
 
18900
 
Configuration headers:
18901
 
$config_headers
18902
 
 
18903
 
Configuration commands:
18904
 
$config_commands
18905
 
 
18906
 
Report bugs to <Fabrice Rey (fabounet@users.berlios.de)>."
18907
 
 
18908
 
_ACEOF
18909
 
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18910
 
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18911
 
ac_cs_version="\\
18912
 
cairo-dock-plugins config.status 2.1.3-10-lucid
18913
 
configured by $0, generated by GNU Autoconf 2.65,
18914
 
  with options \\"\$ac_cs_config\\"
18915
 
 
18916
 
Copyright (C) 2009 Free Software Foundation, Inc.
18917
 
This config.status script is free software; the Free Software Foundation
18918
 
gives unlimited permission to copy, distribute and modify it."
18919
 
 
18920
 
ac_pwd='$ac_pwd'
18921
 
srcdir='$srcdir'
18922
 
INSTALL='$INSTALL'
18923
 
MKDIR_P='$MKDIR_P'
18924
 
AWK='$AWK'
18925
 
test -n "\$AWK" || AWK=awk
18926
 
_ACEOF
18927
 
 
18928
 
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18929
 
# The default lists apply if the user does not specify any file.
18930
 
ac_need_defaults=:
18931
 
while test $# != 0
18932
 
do
18933
 
  case $1 in
18934
 
  --*=*)
18935
 
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
18936
 
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18937
 
    ac_shift=:
18938
 
    ;;
18939
 
  *)
18940
 
    ac_option=$1
18941
 
    ac_optarg=$2
18942
 
    ac_shift=shift
18943
 
    ;;
18944
 
  esac
18945
 
 
18946
 
  case $ac_option in
18947
 
  # Handling of the options.
18948
 
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18949
 
    ac_cs_recheck=: ;;
18950
 
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18951
 
    $as_echo "$ac_cs_version"; exit ;;
18952
 
  --config | --confi | --conf | --con | --co | --c )
18953
 
    $as_echo "$ac_cs_config"; exit ;;
18954
 
  --debug | --debu | --deb | --de | --d | -d )
18955
 
    debug=: ;;
18956
 
  --file | --fil | --fi | --f )
18957
 
    $ac_shift
18958
 
    case $ac_optarg in
18959
 
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18960
 
    esac
18961
 
    as_fn_append CONFIG_FILES " '$ac_optarg'"
18962
 
    ac_need_defaults=false;;
18963
 
  --header | --heade | --head | --hea )
18964
 
    $ac_shift
18965
 
    case $ac_optarg in
18966
 
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18967
 
    esac
18968
 
    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18969
 
    ac_need_defaults=false;;
18970
 
  --he | --h)
18971
 
    # Conflict between --help and --header
18972
 
    as_fn_error "ambiguous option: \`$1'
18973
 
Try \`$0 --help' for more information.";;
18974
 
  --help | --hel | -h )
18975
 
    $as_echo "$ac_cs_usage"; exit ;;
18976
 
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18977
 
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
18978
 
    ac_cs_silent=: ;;
18979
 
 
18980
 
  # This is an error.
18981
 
  -*) as_fn_error "unrecognized option: \`$1'
18982
 
Try \`$0 --help' for more information." ;;
18983
 
 
18984
 
  *) as_fn_append ac_config_targets " $1"
18985
 
     ac_need_defaults=false ;;
18986
 
 
18987
 
  esac
18988
 
  shift
18989
 
done
18990
 
 
18991
 
ac_configure_extra_args=
18992
 
 
18993
 
if $ac_cs_silent; then
18994
 
  exec 6>/dev/null
18995
 
  ac_configure_extra_args="$ac_configure_extra_args --silent"
18996
 
fi
18997
 
 
18998
 
_ACEOF
18999
 
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19000
 
if \$ac_cs_recheck; then
19001
 
  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19002
 
  shift
19003
 
  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19004
 
  CONFIG_SHELL='$SHELL'
19005
 
  export CONFIG_SHELL
19006
 
  exec "\$@"
19007
 
fi
19008
 
 
19009
 
_ACEOF
19010
 
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19011
 
exec 5>>config.log
19012
 
{
19013
 
  echo
19014
 
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19015
 
## Running $as_me. ##
19016
 
_ASBOX
19017
 
  $as_echo "$ac_log"
19018
 
} >&5
19019
 
 
19020
 
_ACEOF
19021
 
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19022
 
#
19023
 
# INIT-COMMANDS
19024
 
#
19025
 
AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
19026
 
 
19027
 
 
19028
 
# The HP-UX ksh and POSIX shell print the target directory to stdout
19029
 
# if CDPATH is set.
19030
 
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
19031
 
 
19032
 
sed_quote_subst='$sed_quote_subst'
19033
 
double_quote_subst='$double_quote_subst'
19034
 
delay_variable_subst='$delay_variable_subst'
19035
 
enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
19036
 
macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
19037
 
macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
19038
 
enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
19039
 
pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
19040
 
enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
19041
 
host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
19042
 
host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
19043
 
host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
19044
 
build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
19045
 
build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
19046
 
build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
19047
 
SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
19048
 
Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
19049
 
GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
19050
 
EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
19051
 
FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
19052
 
LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
19053
 
NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
19054
 
LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
19055
 
max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
19056
 
ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
19057
 
exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
19058
 
lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
19059
 
lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
19060
 
lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
19061
 
reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
19062
 
reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19063
 
OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
19064
 
deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
19065
 
file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
19066
 
AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
19067
 
AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
19068
 
STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
19069
 
RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
19070
 
old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19071
 
old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19072
 
old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19073
 
CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
19074
 
CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
19075
 
compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
19076
 
GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
19077
 
lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
19078
 
lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
19079
 
lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
19080
 
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
19081
 
objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
19082
 
SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
19083
 
ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
19084
 
MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
19085
 
lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
19086
 
lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
19087
 
lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
19088
 
lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
19089
 
lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
19090
 
need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
19091
 
DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
19092
 
NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
19093
 
LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
19094
 
OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
19095
 
OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
19096
 
libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
19097
 
shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19098
 
extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19099
 
archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
19100
 
enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
19101
 
export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
19102
 
whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
19103
 
compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
19104
 
old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19105
 
old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19106
 
archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19107
 
archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19108
 
module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19109
 
module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19110
 
with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
19111
 
allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
19112
 
no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
19113
 
hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
19114
 
hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
19115
 
hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
19116
 
hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
19117
 
hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
19118
 
hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
19119
 
hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
19120
 
hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
19121
 
inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
19122
 
link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
19123
 
fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
19124
 
always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
19125
 
export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19126
 
exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
19127
 
include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
19128
 
prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19129
 
file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
19130
 
variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
19131
 
need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
19132
 
need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
19133
 
version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
19134
 
runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
19135
 
shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
19136
 
shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
19137
 
libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
19138
 
library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
19139
 
soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
19140
 
postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19141
 
postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19142
 
finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19143
 
finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
19144
 
hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
19145
 
sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
19146
 
sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
19147
 
hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
19148
 
enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
19149
 
enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
19150
 
enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
19151
 
old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
19152
 
striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
19153
 
compiler_lib_search_dirs='`$ECHO "X$compiler_lib_search_dirs" | $Xsed -e "$delay_single_quote_subst"`'
19154
 
predep_objects='`$ECHO "X$predep_objects" | $Xsed -e "$delay_single_quote_subst"`'
19155
 
postdep_objects='`$ECHO "X$postdep_objects" | $Xsed -e "$delay_single_quote_subst"`'
19156
 
predeps='`$ECHO "X$predeps" | $Xsed -e "$delay_single_quote_subst"`'
19157
 
postdeps='`$ECHO "X$postdeps" | $Xsed -e "$delay_single_quote_subst"`'
19158
 
compiler_lib_search_path='`$ECHO "X$compiler_lib_search_path" | $Xsed -e "$delay_single_quote_subst"`'
19159
 
LD_CXX='`$ECHO "X$LD_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19160
 
old_archive_cmds_CXX='`$ECHO "X$old_archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19161
 
compiler_CXX='`$ECHO "X$compiler_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19162
 
GCC_CXX='`$ECHO "X$GCC_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19163
 
lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "X$lt_prog_compiler_no_builtin_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19164
 
lt_prog_compiler_wl_CXX='`$ECHO "X$lt_prog_compiler_wl_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19165
 
lt_prog_compiler_pic_CXX='`$ECHO "X$lt_prog_compiler_pic_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19166
 
lt_prog_compiler_static_CXX='`$ECHO "X$lt_prog_compiler_static_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19167
 
lt_cv_prog_compiler_c_o_CXX='`$ECHO "X$lt_cv_prog_compiler_c_o_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19168
 
archive_cmds_need_lc_CXX='`$ECHO "X$archive_cmds_need_lc_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19169
 
enable_shared_with_static_runtimes_CXX='`$ECHO "X$enable_shared_with_static_runtimes_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19170
 
export_dynamic_flag_spec_CXX='`$ECHO "X$export_dynamic_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19171
 
whole_archive_flag_spec_CXX='`$ECHO "X$whole_archive_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19172
 
compiler_needs_object_CXX='`$ECHO "X$compiler_needs_object_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19173
 
old_archive_from_new_cmds_CXX='`$ECHO "X$old_archive_from_new_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19174
 
old_archive_from_expsyms_cmds_CXX='`$ECHO "X$old_archive_from_expsyms_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19175
 
archive_cmds_CXX='`$ECHO "X$archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19176
 
archive_expsym_cmds_CXX='`$ECHO "X$archive_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19177
 
module_cmds_CXX='`$ECHO "X$module_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19178
 
module_expsym_cmds_CXX='`$ECHO "X$module_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19179
 
with_gnu_ld_CXX='`$ECHO "X$with_gnu_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19180
 
allow_undefined_flag_CXX='`$ECHO "X$allow_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19181
 
no_undefined_flag_CXX='`$ECHO "X$no_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19182
 
hardcode_libdir_flag_spec_CXX='`$ECHO "X$hardcode_libdir_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19183
 
hardcode_libdir_flag_spec_ld_CXX='`$ECHO "X$hardcode_libdir_flag_spec_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19184
 
hardcode_libdir_separator_CXX='`$ECHO "X$hardcode_libdir_separator_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19185
 
hardcode_direct_CXX='`$ECHO "X$hardcode_direct_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19186
 
hardcode_direct_absolute_CXX='`$ECHO "X$hardcode_direct_absolute_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19187
 
hardcode_minus_L_CXX='`$ECHO "X$hardcode_minus_L_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19188
 
hardcode_shlibpath_var_CXX='`$ECHO "X$hardcode_shlibpath_var_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19189
 
hardcode_automatic_CXX='`$ECHO "X$hardcode_automatic_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19190
 
inherit_rpath_CXX='`$ECHO "X$inherit_rpath_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19191
 
link_all_deplibs_CXX='`$ECHO "X$link_all_deplibs_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19192
 
fix_srcfile_path_CXX='`$ECHO "X$fix_srcfile_path_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19193
 
always_export_symbols_CXX='`$ECHO "X$always_export_symbols_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19194
 
export_symbols_cmds_CXX='`$ECHO "X$export_symbols_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19195
 
exclude_expsyms_CXX='`$ECHO "X$exclude_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19196
 
include_expsyms_CXX='`$ECHO "X$include_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19197
 
prelink_cmds_CXX='`$ECHO "X$prelink_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19198
 
file_list_spec_CXX='`$ECHO "X$file_list_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19199
 
hardcode_action_CXX='`$ECHO "X$hardcode_action_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19200
 
compiler_lib_search_dirs_CXX='`$ECHO "X$compiler_lib_search_dirs_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19201
 
predep_objects_CXX='`$ECHO "X$predep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19202
 
postdep_objects_CXX='`$ECHO "X$postdep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19203
 
predeps_CXX='`$ECHO "X$predeps_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19204
 
postdeps_CXX='`$ECHO "X$postdeps_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19205
 
compiler_lib_search_path_CXX='`$ECHO "X$compiler_lib_search_path_CXX" | $Xsed -e "$delay_single_quote_subst"`'
19206
 
 
19207
 
LTCC='$LTCC'
19208
 
LTCFLAGS='$LTCFLAGS'
19209
 
compiler='$compiler_DEFAULT'
19210
 
 
19211
 
# Quote evaled strings.
19212
 
for var in SED \
19213
 
GREP \
19214
 
EGREP \
19215
 
FGREP \
19216
 
LD \
19217
 
NM \
19218
 
LN_S \
19219
 
lt_SP2NL \
19220
 
lt_NL2SP \
19221
 
reload_flag \
19222
 
OBJDUMP \
19223
 
deplibs_check_method \
19224
 
file_magic_cmd \
19225
 
AR \
19226
 
AR_FLAGS \
19227
 
STRIP \
19228
 
RANLIB \
19229
 
CC \
19230
 
CFLAGS \
19231
 
compiler \
19232
 
lt_cv_sys_global_symbol_pipe \
19233
 
lt_cv_sys_global_symbol_to_cdecl \
19234
 
lt_cv_sys_global_symbol_to_c_name_address \
19235
 
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
19236
 
SHELL \
19237
 
ECHO \
19238
 
lt_prog_compiler_no_builtin_flag \
19239
 
lt_prog_compiler_wl \
19240
 
lt_prog_compiler_pic \
19241
 
lt_prog_compiler_static \
19242
 
lt_cv_prog_compiler_c_o \
19243
 
need_locks \
19244
 
DSYMUTIL \
19245
 
NMEDIT \
19246
 
LIPO \
19247
 
OTOOL \
19248
 
OTOOL64 \
19249
 
shrext_cmds \
19250
 
export_dynamic_flag_spec \
19251
 
whole_archive_flag_spec \
19252
 
compiler_needs_object \
19253
 
with_gnu_ld \
19254
 
allow_undefined_flag \
19255
 
no_undefined_flag \
19256
 
hardcode_libdir_flag_spec \
19257
 
hardcode_libdir_flag_spec_ld \
19258
 
hardcode_libdir_separator \
19259
 
fix_srcfile_path \
19260
 
exclude_expsyms \
19261
 
include_expsyms \
19262
 
file_list_spec \
19263
 
variables_saved_for_relink \
19264
 
libname_spec \
19265
 
library_names_spec \
19266
 
soname_spec \
19267
 
finish_eval \
19268
 
old_striplib \
19269
 
striplib \
19270
 
compiler_lib_search_dirs \
19271
 
predep_objects \
19272
 
postdep_objects \
19273
 
predeps \
19274
 
postdeps \
19275
 
compiler_lib_search_path \
19276
 
LD_CXX \
19277
 
compiler_CXX \
19278
 
lt_prog_compiler_no_builtin_flag_CXX \
19279
 
lt_prog_compiler_wl_CXX \
19280
 
lt_prog_compiler_pic_CXX \
19281
 
lt_prog_compiler_static_CXX \
19282
 
lt_cv_prog_compiler_c_o_CXX \
19283
 
export_dynamic_flag_spec_CXX \
19284
 
whole_archive_flag_spec_CXX \
19285
 
compiler_needs_object_CXX \
19286
 
with_gnu_ld_CXX \
19287
 
allow_undefined_flag_CXX \
19288
 
no_undefined_flag_CXX \
19289
 
hardcode_libdir_flag_spec_CXX \
19290
 
hardcode_libdir_flag_spec_ld_CXX \
19291
 
hardcode_libdir_separator_CXX \
19292
 
fix_srcfile_path_CXX \
19293
 
exclude_expsyms_CXX \
19294
 
include_expsyms_CXX \
19295
 
file_list_spec_CXX \
19296
 
compiler_lib_search_dirs_CXX \
19297
 
predep_objects_CXX \
19298
 
postdep_objects_CXX \
19299
 
predeps_CXX \
19300
 
postdeps_CXX \
19301
 
compiler_lib_search_path_CXX; do
19302
 
    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
19303
 
    *[\\\\\\\`\\"\\\$]*)
19304
 
      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
19305
 
      ;;
19306
 
    *)
19307
 
      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
19308
 
      ;;
19309
 
    esac
19310
 
done
19311
 
 
19312
 
# Double-quote double-evaled strings.
19313
 
for var in reload_cmds \
19314
 
old_postinstall_cmds \
19315
 
old_postuninstall_cmds \
19316
 
old_archive_cmds \
19317
 
extract_expsyms_cmds \
19318
 
old_archive_from_new_cmds \
19319
 
old_archive_from_expsyms_cmds \
19320
 
archive_cmds \
19321
 
archive_expsym_cmds \
19322
 
module_cmds \
19323
 
module_expsym_cmds \
19324
 
export_symbols_cmds \
19325
 
prelink_cmds \
19326
 
postinstall_cmds \
19327
 
postuninstall_cmds \
19328
 
finish_cmds \
19329
 
sys_lib_search_path_spec \
19330
 
sys_lib_dlsearch_path_spec \
19331
 
old_archive_cmds_CXX \
19332
 
old_archive_from_new_cmds_CXX \
19333
 
old_archive_from_expsyms_cmds_CXX \
19334
 
archive_cmds_CXX \
19335
 
archive_expsym_cmds_CXX \
19336
 
module_cmds_CXX \
19337
 
module_expsym_cmds_CXX \
19338
 
export_symbols_cmds_CXX \
19339
 
prelink_cmds_CXX; do
19340
 
    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
19341
 
    *[\\\\\\\`\\"\\\$]*)
19342
 
      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
19343
 
      ;;
19344
 
    *)
19345
 
      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
19346
 
      ;;
19347
 
    esac
19348
 
done
19349
 
 
19350
 
# Fix-up fallback echo if it was mangled by the above quoting rules.
19351
 
case \$lt_ECHO in
19352
 
*'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
19353
 
  ;;
19354
 
esac
19355
 
 
19356
 
ac_aux_dir='$ac_aux_dir'
19357
 
xsi_shell='$xsi_shell'
19358
 
lt_shell_append='$lt_shell_append'
19359
 
 
19360
 
# See if we are running on zsh, and set the options which allow our
19361
 
# commands through without removal of \ escapes INIT.
19362
 
if test -n "\${ZSH_VERSION+set}" ; then
19363
 
   setopt NO_GLOB_SUBST
19364
 
fi
19365
 
 
19366
 
 
19367
 
    PACKAGE='$PACKAGE'
19368
 
    VERSION='$VERSION'
19369
 
    TIMESTAMP='$TIMESTAMP'
19370
 
    RM='$RM'
19371
 
    ofile='$ofile'
19372
 
 
19373
 
 
19374
 
 
19375
 
 
19376
 
 
19377
 
 
19378
 
 
19379
 
_ACEOF
19380
 
 
19381
 
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19382
 
 
19383
 
# Handling of arguments.
19384
 
for ac_config_target in $ac_config_targets
19385
 
do
19386
 
  case $ac_config_target in
19387
 
    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
19388
 
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
19389
 
    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
19390
 
    "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
19391
 
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
19392
 
    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
19393
 
    "alsaMixer/Makefile") CONFIG_FILES="$CONFIG_FILES alsaMixer/Makefile" ;;
19394
 
    "alsaMixer/src/Makefile") CONFIG_FILES="$CONFIG_FILES alsaMixer/src/Makefile" ;;
19395
 
    "alsaMixer/data/Makefile") CONFIG_FILES="$CONFIG_FILES alsaMixer/data/Makefile" ;;
19396
 
    "alsaMixer/data/AlsaMixer.conf") CONFIG_FILES="$CONFIG_FILES alsaMixer/data/AlsaMixer.conf" ;;
19397
 
    "Animated-icons/Makefile") CONFIG_FILES="$CONFIG_FILES Animated-icons/Makefile" ;;
19398
 
    "Animated-icons/src/Makefile") CONFIG_FILES="$CONFIG_FILES Animated-icons/src/Makefile" ;;
19399
 
    "Animated-icons/data/Makefile") CONFIG_FILES="$CONFIG_FILES Animated-icons/data/Makefile" ;;
19400
 
    "Animated-icons/data/Animated-icons.conf") CONFIG_FILES="$CONFIG_FILES Animated-icons/data/Animated-icons.conf" ;;
19401
 
    "Cairo-Penguin/Makefile") CONFIG_FILES="$CONFIG_FILES Cairo-Penguin/Makefile" ;;
19402
 
    "Cairo-Penguin/src/Makefile") CONFIG_FILES="$CONFIG_FILES Cairo-Penguin/src/Makefile" ;;
19403
 
    "Cairo-Penguin/data/Makefile") CONFIG_FILES="$CONFIG_FILES Cairo-Penguin/data/Makefile" ;;
19404
 
    "Cairo-Penguin/data/Cairo-Penguin.conf") CONFIG_FILES="$CONFIG_FILES Cairo-Penguin/data/Cairo-Penguin.conf" ;;
19405
 
    "Cairo-Penguin/data/themes/Makefile") CONFIG_FILES="$CONFIG_FILES Cairo-Penguin/data/themes/Makefile" ;;
19406
 
    "Cairo-Penguin/data/themes/Classic/Makefile") CONFIG_FILES="$CONFIG_FILES Cairo-Penguin/data/themes/Classic/Makefile" ;;
19407
 
    "Clipper/Makefile") CONFIG_FILES="$CONFIG_FILES Clipper/Makefile" ;;
19408
 
    "Clipper/src/Makefile") CONFIG_FILES="$CONFIG_FILES Clipper/src/Makefile" ;;
19409
 
    "Clipper/data/Makefile") CONFIG_FILES="$CONFIG_FILES Clipper/data/Makefile" ;;
19410
 
    "Clipper/data/Clipper.conf") CONFIG_FILES="$CONFIG_FILES Clipper/data/Clipper.conf" ;;
19411
 
    "clock/Makefile") CONFIG_FILES="$CONFIG_FILES clock/Makefile" ;;
19412
 
    "clock/src/Makefile") CONFIG_FILES="$CONFIG_FILES clock/src/Makefile" ;;
19413
 
    "clock/data/Makefile") CONFIG_FILES="$CONFIG_FILES clock/data/Makefile" ;;
19414
 
    "clock/data/clock.conf") CONFIG_FILES="$CONFIG_FILES clock/data/clock.conf" ;;
19415
 
    "clock/data/digital/Makefile") CONFIG_FILES="$CONFIG_FILES clock/data/digital/Makefile" ;;
19416
 
    "clock/data/digital/default/Makefile") CONFIG_FILES="$CONFIG_FILES clock/data/digital/default/Makefile" ;;
19417
 
    "clock/data/themes/Makefile") CONFIG_FILES="$CONFIG_FILES clock/data/themes/Makefile" ;;
19418
 
    "clock/data/themes/default/Makefile") CONFIG_FILES="$CONFIG_FILES clock/data/themes/default/Makefile" ;;
19419
 
    "compiz-icon/Makefile") CONFIG_FILES="$CONFIG_FILES compiz-icon/Makefile" ;;
19420
 
    "compiz-icon/src/Makefile") CONFIG_FILES="$CONFIG_FILES compiz-icon/src/Makefile" ;;
19421
 
    "compiz-icon/data/Makefile") CONFIG_FILES="$CONFIG_FILES compiz-icon/data/Makefile" ;;
19422
 
    "compiz-icon/data/compiz-icon.conf") CONFIG_FILES="$CONFIG_FILES compiz-icon/data/compiz-icon.conf" ;;
19423
 
    "Dbus/Makefile") CONFIG_FILES="$CONFIG_FILES Dbus/Makefile" ;;
19424
 
    "Dbus/src/Makefile") CONFIG_FILES="$CONFIG_FILES Dbus/src/Makefile" ;;
19425
 
    "Dbus/data/Makefile") CONFIG_FILES="$CONFIG_FILES Dbus/data/Makefile" ;;
19426
 
    "Dbus/data/Dbus.conf") CONFIG_FILES="$CONFIG_FILES Dbus/data/Dbus.conf" ;;
19427
 
    "dnd2share/Makefile") CONFIG_FILES="$CONFIG_FILES dnd2share/Makefile" ;;
19428
 
    "dnd2share/src/Makefile") CONFIG_FILES="$CONFIG_FILES dnd2share/src/Makefile" ;;
19429
 
    "dnd2share/data/Makefile") CONFIG_FILES="$CONFIG_FILES dnd2share/data/Makefile" ;;
19430
 
    "dnd2share/data/dnd2share.conf") CONFIG_FILES="$CONFIG_FILES dnd2share/data/dnd2share.conf" ;;
19431
 
    "drop-indicator/Makefile") CONFIG_FILES="$CONFIG_FILES drop-indicator/Makefile" ;;
19432
 
    "drop-indicator/src/Makefile") CONFIG_FILES="$CONFIG_FILES drop-indicator/src/Makefile" ;;
19433
 
    "drop-indicator/data/Makefile") CONFIG_FILES="$CONFIG_FILES drop-indicator/data/Makefile" ;;
19434
 
    "drop-indicator/data/drop_indicator.conf") CONFIG_FILES="$CONFIG_FILES drop-indicator/data/drop_indicator.conf" ;;
19435
 
    "dustbin/Makefile") CONFIG_FILES="$CONFIG_FILES dustbin/Makefile" ;;
19436
 
    "dustbin/src/Makefile") CONFIG_FILES="$CONFIG_FILES dustbin/src/Makefile" ;;
19437
 
    "dustbin/data/Makefile") CONFIG_FILES="$CONFIG_FILES dustbin/data/Makefile" ;;
19438
 
    "dustbin/data/dustbin.conf") CONFIG_FILES="$CONFIG_FILES dustbin/data/dustbin.conf" ;;
19439
 
    "dustbin/data/themes/Makefile") CONFIG_FILES="$CONFIG_FILES dustbin/data/themes/Makefile" ;;
19440
 
    "dustbin/data/themes/default/Makefile") CONFIG_FILES="$CONFIG_FILES dustbin/data/themes/default/Makefile" ;;
19441
 
    "GMenu/Makefile") CONFIG_FILES="$CONFIG_FILES GMenu/Makefile" ;;
19442
 
    "GMenu/src/Makefile") CONFIG_FILES="$CONFIG_FILES GMenu/src/Makefile" ;;
19443
 
    "GMenu/data/Makefile") CONFIG_FILES="$CONFIG_FILES GMenu/data/Makefile" ;;
19444
 
    "GMenu/data/GMenu.conf") CONFIG_FILES="$CONFIG_FILES GMenu/data/GMenu.conf" ;;
19445
 
    "gnome-integration/Makefile") CONFIG_FILES="$CONFIG_FILES gnome-integration/Makefile" ;;
19446
 
    "gnome-integration/src/Makefile") CONFIG_FILES="$CONFIG_FILES gnome-integration/src/Makefile" ;;
19447
 
    "gnome-integration/data/Makefile") CONFIG_FILES="$CONFIG_FILES gnome-integration/data/Makefile" ;;
19448
 
    "gnome-integration-old/Makefile") CONFIG_FILES="$CONFIG_FILES gnome-integration-old/Makefile" ;;
19449
 
    "gnome-integration-old/src/Makefile") CONFIG_FILES="$CONFIG_FILES gnome-integration-old/src/Makefile" ;;
19450
 
    "gnome-integration-old/data/Makefile") CONFIG_FILES="$CONFIG_FILES gnome-integration-old/data/Makefile" ;;
19451
 
    "icon-effect/Makefile") CONFIG_FILES="$CONFIG_FILES icon-effect/Makefile" ;;
19452
 
    "icon-effect/src/Makefile") CONFIG_FILES="$CONFIG_FILES icon-effect/src/Makefile" ;;
19453
 
    "icon-effect/data/Makefile") CONFIG_FILES="$CONFIG_FILES icon-effect/data/Makefile" ;;
19454
 
    "icon-effect/data/icon-effect.conf") CONFIG_FILES="$CONFIG_FILES icon-effect/data/icon-effect.conf" ;;
19455
 
    "illusion/Makefile") CONFIG_FILES="$CONFIG_FILES illusion/Makefile" ;;
19456
 
    "illusion/src/Makefile") CONFIG_FILES="$CONFIG_FILES illusion/src/Makefile" ;;
19457
 
    "illusion/data/Makefile") CONFIG_FILES="$CONFIG_FILES illusion/data/Makefile" ;;
19458
 
    "illusion/data/illusion.conf") CONFIG_FILES="$CONFIG_FILES illusion/data/illusion.conf" ;;
19459
 
    "kde-integration/Makefile") CONFIG_FILES="$CONFIG_FILES kde-integration/Makefile" ;;
19460
 
    "kde-integration/src/Makefile") CONFIG_FILES="$CONFIG_FILES kde-integration/src/Makefile" ;;
19461
 
    "kde-integration/data/Makefile") CONFIG_FILES="$CONFIG_FILES kde-integration/data/Makefile" ;;
19462
 
    "keyboard-indicator/Makefile") CONFIG_FILES="$CONFIG_FILES keyboard-indicator/Makefile" ;;
19463
 
    "keyboard-indicator/src/Makefile") CONFIG_FILES="$CONFIG_FILES keyboard-indicator/src/Makefile" ;;
19464
 
    "keyboard-indicator/data/Makefile") CONFIG_FILES="$CONFIG_FILES keyboard-indicator/data/Makefile" ;;
19465
 
    "keyboard-indicator/data/keyboard-indicator.conf") CONFIG_FILES="$CONFIG_FILES keyboard-indicator/data/keyboard-indicator.conf" ;;
19466
 
    "logout/Makefile") CONFIG_FILES="$CONFIG_FILES logout/Makefile" ;;
19467
 
    "logout/src/Makefile") CONFIG_FILES="$CONFIG_FILES logout/src/Makefile" ;;
19468
 
    "logout/data/Makefile") CONFIG_FILES="$CONFIG_FILES logout/data/Makefile" ;;
19469
 
    "logout/data/logout.conf") CONFIG_FILES="$CONFIG_FILES logout/data/logout.conf" ;;
19470
 
    "mail/Makefile") CONFIG_FILES="$CONFIG_FILES mail/Makefile" ;;
19471
 
    "mail/src/Makefile") CONFIG_FILES="$CONFIG_FILES mail/src/Makefile" ;;
19472
 
    "mail/data/Makefile") CONFIG_FILES="$CONFIG_FILES mail/data/Makefile" ;;
19473
 
    "mail/data/mail.conf") CONFIG_FILES="$CONFIG_FILES mail/data/mail.conf" ;;
19474
 
    "mail/data/themes/Makefile") CONFIG_FILES="$CONFIG_FILES mail/data/themes/Makefile" ;;
19475
 
    "mail/data/themes/Default/Makefile") CONFIG_FILES="$CONFIG_FILES mail/data/themes/Default/Makefile" ;;
19476
 
    "motion-blur/Makefile") CONFIG_FILES="$CONFIG_FILES motion-blur/Makefile" ;;
19477
 
    "motion-blur/src/Makefile") CONFIG_FILES="$CONFIG_FILES motion-blur/src/Makefile" ;;
19478
 
    "motion-blur/data/Makefile") CONFIG_FILES="$CONFIG_FILES motion-blur/data/Makefile" ;;
19479
 
    "motion-blur/data/motion_blur.conf") CONFIG_FILES="$CONFIG_FILES motion-blur/data/motion_blur.conf" ;;
19480
 
    "musicPlayer/Makefile") CONFIG_FILES="$CONFIG_FILES musicPlayer/Makefile" ;;
19481
 
    "musicPlayer/src/Makefile") CONFIG_FILES="$CONFIG_FILES musicPlayer/src/Makefile" ;;
19482
 
    "musicPlayer/data/Makefile") CONFIG_FILES="$CONFIG_FILES musicPlayer/data/Makefile" ;;
19483
 
    "musicPlayer/data/musicPlayer.conf") CONFIG_FILES="$CONFIG_FILES musicPlayer/data/musicPlayer.conf" ;;
19484
 
    "musicPlayer/data/themes/Makefile") CONFIG_FILES="$CONFIG_FILES musicPlayer/data/themes/Makefile" ;;
19485
 
    "musicPlayer/data/themes/cd_box_simple/Makefile") CONFIG_FILES="$CONFIG_FILES musicPlayer/data/themes/cd_box_simple/Makefile" ;;
19486
 
    "netspeed/Makefile") CONFIG_FILES="$CONFIG_FILES netspeed/Makefile" ;;
19487
 
    "netspeed/src/Makefile") CONFIG_FILES="$CONFIG_FILES netspeed/src/Makefile" ;;
19488
 
    "netspeed/data/Makefile") CONFIG_FILES="$CONFIG_FILES netspeed/data/Makefile" ;;
19489
 
    "netspeed/data/netspeed.conf") CONFIG_FILES="$CONFIG_FILES netspeed/data/netspeed.conf" ;;
19490
 
    "Network-Monitor/Makefile") CONFIG_FILES="$CONFIG_FILES Network-Monitor/Makefile" ;;
19491
 
    "Network-Monitor/src/Makefile") CONFIG_FILES="$CONFIG_FILES Network-Monitor/src/Makefile" ;;
19492
 
    "Network-Monitor/data/Makefile") CONFIG_FILES="$CONFIG_FILES Network-Monitor/data/Makefile" ;;
19493
 
    "Network-Monitor/data/Network-Monitor.conf") CONFIG_FILES="$CONFIG_FILES Network-Monitor/data/Network-Monitor.conf" ;;
19494
 
    "powermanager/Makefile") CONFIG_FILES="$CONFIG_FILES powermanager/Makefile" ;;
19495
 
    "powermanager/src/Makefile") CONFIG_FILES="$CONFIG_FILES powermanager/src/Makefile" ;;
19496
 
    "powermanager/data/Makefile") CONFIG_FILES="$CONFIG_FILES powermanager/data/Makefile" ;;
19497
 
    "powermanager/data/powermanager.conf") CONFIG_FILES="$CONFIG_FILES powermanager/data/powermanager.conf" ;;
19498
 
    "dock-rendering/Makefile") CONFIG_FILES="$CONFIG_FILES dock-rendering/Makefile" ;;
19499
 
    "dock-rendering/src/Makefile") CONFIG_FILES="$CONFIG_FILES dock-rendering/src/Makefile" ;;
19500
 
    "dock-rendering/data/Makefile") CONFIG_FILES="$CONFIG_FILES dock-rendering/data/Makefile" ;;
19501
 
    "dock-rendering/data/rendering.conf") CONFIG_FILES="$CONFIG_FILES dock-rendering/data/rendering.conf" ;;
19502
 
    "desklet-rendering/Makefile") CONFIG_FILES="$CONFIG_FILES desklet-rendering/Makefile" ;;
19503
 
    "desklet-rendering/src/Makefile") CONFIG_FILES="$CONFIG_FILES desklet-rendering/src/Makefile" ;;
19504
 
    "desklet-rendering/data/Makefile") CONFIG_FILES="$CONFIG_FILES desklet-rendering/data/Makefile" ;;
19505
 
    "dialog-rendering/Makefile") CONFIG_FILES="$CONFIG_FILES dialog-rendering/Makefile" ;;
19506
 
    "dialog-rendering/src/Makefile") CONFIG_FILES="$CONFIG_FILES dialog-rendering/src/Makefile" ;;
19507
 
    "dialog-rendering/data/Makefile") CONFIG_FILES="$CONFIG_FILES dialog-rendering/data/Makefile" ;;
19508
 
    "dialog-rendering/data/dialog-rendering.conf") CONFIG_FILES="$CONFIG_FILES dialog-rendering/data/dialog-rendering.conf" ;;
19509
 
    "quick-browser/Makefile") CONFIG_FILES="$CONFIG_FILES quick-browser/Makefile" ;;
19510
 
    "quick-browser/src/Makefile") CONFIG_FILES="$CONFIG_FILES quick-browser/src/Makefile" ;;
19511
 
    "quick-browser/data/Makefile") CONFIG_FILES="$CONFIG_FILES quick-browser/data/Makefile" ;;
19512
 
    "quick-browser/data/quick-browser.conf") CONFIG_FILES="$CONFIG_FILES quick-browser/data/quick-browser.conf" ;;
19513
 
    "RSSreader/Makefile") CONFIG_FILES="$CONFIG_FILES RSSreader/Makefile" ;;
19514
 
    "RSSreader/src/Makefile") CONFIG_FILES="$CONFIG_FILES RSSreader/src/Makefile" ;;
19515
 
    "RSSreader/data/Makefile") CONFIG_FILES="$CONFIG_FILES RSSreader/data/Makefile" ;;
19516
 
    "RSSreader/data/RSSreader.conf") CONFIG_FILES="$CONFIG_FILES RSSreader/data/RSSreader.conf" ;;
19517
 
    "Scooby-Do/Makefile") CONFIG_FILES="$CONFIG_FILES Scooby-Do/Makefile" ;;
19518
 
    "Scooby-Do/src/Makefile") CONFIG_FILES="$CONFIG_FILES Scooby-Do/src/Makefile" ;;
19519
 
    "Scooby-Do/data/Makefile") CONFIG_FILES="$CONFIG_FILES Scooby-Do/data/Makefile" ;;
19520
 
    "Scooby-Do/data/Scooby-Do.conf") CONFIG_FILES="$CONFIG_FILES Scooby-Do/data/Scooby-Do.conf" ;;
19521
 
    "shortcuts/Makefile") CONFIG_FILES="$CONFIG_FILES shortcuts/Makefile" ;;
19522
 
    "shortcuts/src/Makefile") CONFIG_FILES="$CONFIG_FILES shortcuts/src/Makefile" ;;
19523
 
    "shortcuts/data/Makefile") CONFIG_FILES="$CONFIG_FILES shortcuts/data/Makefile" ;;
19524
 
    "shortcuts/data/shortcuts.conf") CONFIG_FILES="$CONFIG_FILES shortcuts/data/shortcuts.conf" ;;
19525
 
    "showDesktop/Makefile") CONFIG_FILES="$CONFIG_FILES showDesktop/Makefile" ;;
19526
 
    "showDesktop/src/Makefile") CONFIG_FILES="$CONFIG_FILES showDesktop/src/Makefile" ;;
19527
 
    "showDesktop/data/Makefile") CONFIG_FILES="$CONFIG_FILES showDesktop/data/Makefile" ;;
19528
 
    "showDesktop/data/showDesktop.conf") CONFIG_FILES="$CONFIG_FILES showDesktop/data/showDesktop.conf" ;;
19529
 
    "show-mouse/Makefile") CONFIG_FILES="$CONFIG_FILES show-mouse/Makefile" ;;
19530
 
    "show-mouse/src/Makefile") CONFIG_FILES="$CONFIG_FILES show-mouse/src/Makefile" ;;
19531
 
    "show-mouse/data/Makefile") CONFIG_FILES="$CONFIG_FILES show-mouse/data/Makefile" ;;
19532
 
    "show-mouse/data/show_mouse.conf") CONFIG_FILES="$CONFIG_FILES show-mouse/data/show_mouse.conf" ;;
19533
 
    "slider/Makefile") CONFIG_FILES="$CONFIG_FILES slider/Makefile" ;;
19534
 
    "slider/src/Makefile") CONFIG_FILES="$CONFIG_FILES slider/src/Makefile" ;;
19535
 
    "slider/data/Makefile") CONFIG_FILES="$CONFIG_FILES slider/data/Makefile" ;;
19536
 
    "slider/data/slider.conf") CONFIG_FILES="$CONFIG_FILES slider/data/slider.conf" ;;
19537
 
    "stack/Makefile") CONFIG_FILES="$CONFIG_FILES stack/Makefile" ;;
19538
 
    "stack/src/Makefile") CONFIG_FILES="$CONFIG_FILES stack/src/Makefile" ;;
19539
 
    "stack/data/Makefile") CONFIG_FILES="$CONFIG_FILES stack/data/Makefile" ;;
19540
 
    "stack/data/stack.conf") CONFIG_FILES="$CONFIG_FILES stack/data/stack.conf" ;;
19541
 
    "switcher/Makefile") CONFIG_FILES="$CONFIG_FILES switcher/Makefile" ;;
19542
 
    "switcher/src/Makefile") CONFIG_FILES="$CONFIG_FILES switcher/src/Makefile" ;;
19543
 
    "switcher/data/Makefile") CONFIG_FILES="$CONFIG_FILES switcher/data/Makefile" ;;
19544
 
    "switcher/data/switcher.conf") CONFIG_FILES="$CONFIG_FILES switcher/data/switcher.conf" ;;
19545
 
    "System-Monitor/Makefile") CONFIG_FILES="$CONFIG_FILES System-Monitor/Makefile" ;;
19546
 
    "System-Monitor/src/Makefile") CONFIG_FILES="$CONFIG_FILES System-Monitor/src/Makefile" ;;
19547
 
    "System-Monitor/data/Makefile") CONFIG_FILES="$CONFIG_FILES System-Monitor/data/Makefile" ;;
19548
 
    "System-Monitor/data/System-Monitor.conf") CONFIG_FILES="$CONFIG_FILES System-Monitor/data/System-Monitor.conf" ;;
19549
 
    "systray/Makefile") CONFIG_FILES="$CONFIG_FILES systray/Makefile" ;;
19550
 
    "systray/src/Makefile") CONFIG_FILES="$CONFIG_FILES systray/src/Makefile" ;;
19551
 
    "systray/data/Makefile") CONFIG_FILES="$CONFIG_FILES systray/data/Makefile" ;;
19552
 
    "systray/data/systray.conf") CONFIG_FILES="$CONFIG_FILES systray/data/systray.conf" ;;
19553
 
    "terminal/Makefile") CONFIG_FILES="$CONFIG_FILES terminal/Makefile" ;;
19554
 
    "terminal/src/Makefile") CONFIG_FILES="$CONFIG_FILES terminal/src/Makefile" ;;
19555
 
    "terminal/data/Makefile") CONFIG_FILES="$CONFIG_FILES terminal/data/Makefile" ;;
19556
 
    "terminal/data/terminal.conf") CONFIG_FILES="$CONFIG_FILES terminal/data/terminal.conf" ;;
19557
 
    "tomboy/Makefile") CONFIG_FILES="$CONFIG_FILES tomboy/Makefile" ;;
19558
 
    "tomboy/src/Makefile") CONFIG_FILES="$CONFIG_FILES tomboy/src/Makefile" ;;
19559
 
    "tomboy/data/Makefile") CONFIG_FILES="$CONFIG_FILES tomboy/data/Makefile" ;;
19560
 
    "tomboy/data/tomboy.conf") CONFIG_FILES="$CONFIG_FILES tomboy/data/tomboy.conf" ;;
19561
 
    "Toons/Makefile") CONFIG_FILES="$CONFIG_FILES Toons/Makefile" ;;
19562
 
    "Toons/src/Makefile") CONFIG_FILES="$CONFIG_FILES Toons/src/Makefile" ;;
19563
 
    "Toons/data/Makefile") CONFIG_FILES="$CONFIG_FILES Toons/data/Makefile" ;;
19564
 
    "Toons/data/Toons.conf") CONFIG_FILES="$CONFIG_FILES Toons/data/Toons.conf" ;;
19565
 
    "Toons/data/themes/Makefile") CONFIG_FILES="$CONFIG_FILES Toons/data/themes/Makefile" ;;
19566
 
    "Toons/data/themes/Classic/Makefile") CONFIG_FILES="$CONFIG_FILES Toons/data/themes/Classic/Makefile" ;;
19567
 
    "weather/Makefile") CONFIG_FILES="$CONFIG_FILES weather/Makefile" ;;
19568
 
    "weather/src/Makefile") CONFIG_FILES="$CONFIG_FILES weather/src/Makefile" ;;
19569
 
    "weather/data/Makefile") CONFIG_FILES="$CONFIG_FILES weather/data/Makefile" ;;
19570
 
    "weather/data/weather.conf") CONFIG_FILES="$CONFIG_FILES weather/data/weather.conf" ;;
19571
 
    "weather/data/themes/Makefile") CONFIG_FILES="$CONFIG_FILES weather/data/themes/Makefile" ;;
19572
 
    "weather/data/themes/Classic/Makefile") CONFIG_FILES="$CONFIG_FILES weather/data/themes/Classic/Makefile" ;;
19573
 
    "weblets/Makefile") CONFIG_FILES="$CONFIG_FILES weblets/Makefile" ;;
19574
 
    "weblets/src/Makefile") CONFIG_FILES="$CONFIG_FILES weblets/src/Makefile" ;;
19575
 
    "weblets/data/Makefile") CONFIG_FILES="$CONFIG_FILES weblets/data/Makefile" ;;
19576
 
    "weblets/data/weblets.conf") CONFIG_FILES="$CONFIG_FILES weblets/data/weblets.conf" ;;
19577
 
    "wifi/Makefile") CONFIG_FILES="$CONFIG_FILES wifi/Makefile" ;;
19578
 
    "wifi/src/Makefile") CONFIG_FILES="$CONFIG_FILES wifi/src/Makefile" ;;
19579
 
    "wifi/data/Makefile") CONFIG_FILES="$CONFIG_FILES wifi/data/Makefile" ;;
19580
 
    "wifi/data/wifi.conf") CONFIG_FILES="$CONFIG_FILES wifi/data/wifi.conf" ;;
19581
 
    "xfce-integration/Makefile") CONFIG_FILES="$CONFIG_FILES xfce-integration/Makefile" ;;
19582
 
    "xfce-integration/src/Makefile") CONFIG_FILES="$CONFIG_FILES xfce-integration/src/Makefile" ;;
19583
 
    "xfce-integration/data/Makefile") CONFIG_FILES="$CONFIG_FILES xfce-integration/data/Makefile" ;;
19584
 
    "Xgamma/Makefile") CONFIG_FILES="$CONFIG_FILES Xgamma/Makefile" ;;
19585
 
    "Xgamma/src/Makefile") CONFIG_FILES="$CONFIG_FILES Xgamma/src/Makefile" ;;
19586
 
    "Xgamma/data/Makefile") CONFIG_FILES="$CONFIG_FILES Xgamma/data/Makefile" ;;
19587
 
    "Xgamma/data/Xgamma.conf") CONFIG_FILES="$CONFIG_FILES Xgamma/data/Xgamma.conf" ;;
19588
 
    "po/Makefile") CONFIG_FILES="$CONFIG_FILES po/Makefile" ;;
19589
 
    "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
19590
 
 
19591
 
  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19592
 
  esac
19593
 
done
19594
 
 
19595
 
 
19596
 
# If the user did not use the arguments to specify the items to instantiate,
19597
 
# then the envvar interface is used.  Set only those that are not.
19598
 
# We use the long form for the default assignment because of an extremely
19599
 
# bizarre bug on SunOS 4.1.3.
19600
 
if $ac_need_defaults; then
19601
 
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19602
 
  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19603
 
  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
19604
 
fi
19605
 
 
19606
 
# Have a temporary directory for convenience.  Make it in the build tree
19607
 
# simply because there is no reason against having it here, and in addition,
19608
 
# creating and moving files from /tmp can sometimes cause problems.
19609
 
# Hook for its removal unless debugging.
19610
 
# Note that there is a small window in which the directory will not be cleaned:
19611
 
# after its creation but before its name has been assigned to `$tmp'.
19612
 
$debug ||
19613
 
{
19614
 
  tmp=
19615
 
  trap 'exit_status=$?
19616
 
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
19617
 
' 0
19618
 
  trap 'as_fn_exit 1' 1 2 13 15
19619
 
}
19620
 
# Create a (secure) tmp directory for tmp files.
19621
 
 
19622
 
{
19623
 
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19624
 
  test -n "$tmp" && test -d "$tmp"
19625
 
}  ||
19626
 
{
19627
 
  tmp=./conf$$-$RANDOM
19628
 
  (umask 077 && mkdir "$tmp")
19629
 
} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
19630
 
 
19631
 
# Set up the scripts for CONFIG_FILES section.
19632
 
# No need to generate them if there are no CONFIG_FILES.
19633
 
# This happens for instance with `./config.status config.h'.
19634
 
if test -n "$CONFIG_FILES"; then
19635
 
 
19636
 
 
19637
 
ac_cr=`echo X | tr X '\015'`
19638
 
# On cygwin, bash can eat \r inside `` if the user requested igncr.
19639
 
# But we know of no other shell where ac_cr would be empty at this
19640
 
# point, so we can use a bashism as a fallback.
19641
 
if test "x$ac_cr" = x; then
19642
 
  eval ac_cr=\$\'\\r\'
19643
 
fi
19644
 
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19645
 
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19646
 
  ac_cs_awk_cr='\r'
19647
 
else
19648
 
  ac_cs_awk_cr=$ac_cr
19649
 
fi
19650
 
 
19651
 
echo 'BEGIN {' >"$tmp/subs1.awk" &&
19652
 
_ACEOF
19653
 
 
19654
 
 
19655
 
{
19656
 
  echo "cat >conf$$subs.awk <<_ACEOF" &&
19657
 
  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19658
 
  echo "_ACEOF"
19659
 
} >conf$$subs.sh ||
19660
 
  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19661
 
ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
19662
 
ac_delim='%!_!# '
19663
 
for ac_last_try in false false false false false :; do
19664
 
  . ./conf$$subs.sh ||
19665
 
    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19666
 
 
19667
 
  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19668
 
  if test $ac_delim_n = $ac_delim_num; then
19669
 
    break
19670
 
  elif $ac_last_try; then
19671
 
    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19672
 
  else
19673
 
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19674
 
  fi
19675
 
done
19676
 
rm -f conf$$subs.sh
19677
 
 
19678
 
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19679
 
cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
19680
 
_ACEOF
19681
 
sed -n '
19682
 
h
19683
 
s/^/S["/; s/!.*/"]=/
19684
 
p
19685
 
g
19686
 
s/^[^!]*!//
19687
 
:repl
19688
 
t repl
19689
 
s/'"$ac_delim"'$//
19690
 
t delim
19691
 
:nl
19692
 
h
19693
 
s/\(.\{148\}\)..*/\1/
19694
 
t more1
19695
 
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19696
 
p
19697
 
n
19698
 
b repl
19699
 
:more1
19700
 
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19701
 
p
19702
 
g
19703
 
s/.\{148\}//
19704
 
t nl
19705
 
:delim
19706
 
h
19707
 
s/\(.\{148\}\)..*/\1/
19708
 
t more2
19709
 
s/["\\]/\\&/g; s/^/"/; s/$/"/
19710
 
p
19711
 
b
19712
 
:more2
19713
 
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19714
 
p
19715
 
g
19716
 
s/.\{148\}//
19717
 
t delim
19718
 
' <conf$$subs.awk | sed '
19719
 
/^[^""]/{
19720
 
  N
19721
 
  s/\n//
19722
 
}
19723
 
' >>$CONFIG_STATUS || ac_write_fail=1
19724
 
rm -f conf$$subs.awk
19725
 
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19726
 
_ACAWK
19727
 
cat >>"\$tmp/subs1.awk" <<_ACAWK &&
19728
 
  for (key in S) S_is_set[key] = 1
19729
 
  FS = ""
19730
 
 
19731
 
}
19732
 
{
19733
 
  line = $ 0
19734
 
  nfields = split(line, field, "@")
19735
 
  substed = 0
19736
 
  len = length(field[1])
19737
 
  for (i = 2; i < nfields; i++) {
19738
 
    key = field[i]
19739
 
    keylen = length(key)
19740
 
    if (S_is_set[key]) {
19741
 
      value = S[key]
19742
 
      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19743
 
      len += length(value) + length(field[++i])
19744
 
      substed = 1
19745
 
    } else
19746
 
      len += 1 + keylen
19747
 
  }
19748
 
 
19749
 
  print line
19750
 
}
19751
 
 
19752
 
_ACAWK
19753
 
_ACEOF
19754
 
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19755
 
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19756
 
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19757
 
else
19758
 
  cat
19759
 
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
19760
 
  || as_fn_error "could not setup config files machinery" "$LINENO" 5
19761
 
_ACEOF
19762
 
 
19763
 
# VPATH may cause trouble with some makes, so we remove $(srcdir),
19764
 
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
19765
 
# trailing colons and then remove the whole line if VPATH becomes empty
19766
 
# (actually we leave an empty line to preserve line numbers).
19767
 
if test "x$srcdir" = x.; then
19768
 
  ac_vpsub='/^[  ]*VPATH[        ]*=/{
19769
 
s/:*\$(srcdir):*/:/
19770
 
s/:*\${srcdir}:*/:/
19771
 
s/:*@srcdir@:*/:/
19772
 
s/^\([^=]*=[     ]*\):*/\1/
19773
 
s/:*$//
19774
 
s/^[^=]*=[       ]*$//
19775
 
}'
19776
 
fi
19777
 
 
19778
 
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19779
 
fi # test -n "$CONFIG_FILES"
19780
 
 
19781
 
# Set up the scripts for CONFIG_HEADERS section.
19782
 
# No need to generate them if there are no CONFIG_HEADERS.
19783
 
# This happens for instance with `./config.status Makefile'.
19784
 
if test -n "$CONFIG_HEADERS"; then
19785
 
cat >"$tmp/defines.awk" <<\_ACAWK ||
19786
 
BEGIN {
19787
 
_ACEOF
19788
 
 
19789
 
# Transform confdefs.h into an awk script `defines.awk', embedded as
19790
 
# here-document in config.status, that substitutes the proper values into
19791
 
# config.h.in to produce config.h.
19792
 
 
19793
 
# Create a delimiter string that does not exist in confdefs.h, to ease
19794
 
# handling of long lines.
19795
 
ac_delim='%!_!# '
19796
 
for ac_last_try in false false :; do
19797
 
  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
19798
 
  if test -z "$ac_t"; then
19799
 
    break
19800
 
  elif $ac_last_try; then
19801
 
    as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
19802
 
  else
19803
 
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19804
 
  fi
19805
 
done
19806
 
 
19807
 
# For the awk script, D is an array of macro values keyed by name,
19808
 
# likewise P contains macro parameters if any.  Preserve backslash
19809
 
# newline sequences.
19810
 
 
19811
 
ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19812
 
sed -n '
19813
 
s/.\{148\}/&'"$ac_delim"'/g
19814
 
t rset
19815
 
:rset
19816
 
s/^[     ]*#[    ]*define[       ][      ]*/ /
19817
 
t def
19818
 
d
19819
 
:def
19820
 
s/\\$//
19821
 
t bsnl
19822
 
s/["\\]/\\&/g
19823
 
s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
19824
 
D["\1"]=" \3"/p
19825
 
s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
19826
 
d
19827
 
:bsnl
19828
 
s/["\\]/\\&/g
19829
 
s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
19830
 
D["\1"]=" \3\\\\\\n"\\/p
19831
 
t cont
19832
 
s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19833
 
t cont
19834
 
d
19835
 
:cont
19836
 
n
19837
 
s/.\{148\}/&'"$ac_delim"'/g
19838
 
t clear
19839
 
:clear
19840
 
s/\\$//
19841
 
t bsnlc
19842
 
s/["\\]/\\&/g; s/^/"/; s/$/"/p
19843
 
d
19844
 
:bsnlc
19845
 
s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19846
 
b cont
19847
 
' <confdefs.h | sed '
19848
 
s/'"$ac_delim"'/"\\\
19849
 
"/g' >>$CONFIG_STATUS || ac_write_fail=1
19850
 
 
19851
 
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19852
 
  for (key in D) D_is_set[key] = 1
19853
 
  FS = ""
19854
 
}
19855
 
/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19856
 
  line = \$ 0
19857
 
  split(line, arg, " ")
19858
 
  if (arg[1] == "#") {
19859
 
    defundef = arg[2]
19860
 
    mac1 = arg[3]
19861
 
  } else {
19862
 
    defundef = substr(arg[1], 2)
19863
 
    mac1 = arg[2]
19864
 
  }
19865
 
  split(mac1, mac2, "(") #)
19866
 
  macro = mac2[1]
19867
 
  prefix = substr(line, 1, index(line, defundef) - 1)
19868
 
  if (D_is_set[macro]) {
19869
 
    # Preserve the white space surrounding the "#".
19870
 
    print prefix "define", macro P[macro] D[macro]
19871
 
    next
19872
 
  } else {
19873
 
    # Replace #undef with comments.  This is necessary, for example,
19874
 
    # in the case of _POSIX_SOURCE, which is predefined and required
19875
 
    # on some systems where configure will not decide to define it.
19876
 
    if (defundef == "undef") {
19877
 
      print "/*", prefix defundef, macro, "*/"
19878
 
      next
19879
 
    }
19880
 
  }
19881
 
}
19882
 
{ print }
19883
 
_ACAWK
19884
 
_ACEOF
19885
 
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19886
 
  as_fn_error "could not setup config headers machinery" "$LINENO" 5
19887
 
fi # test -n "$CONFIG_HEADERS"
19888
 
 
19889
 
 
19890
 
eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
19891
 
shift
19892
 
for ac_tag
19893
 
do
19894
 
  case $ac_tag in
19895
 
  :[FHLC]) ac_mode=$ac_tag; continue;;
19896
 
  esac
19897
 
  case $ac_mode$ac_tag in
19898
 
  :[FHL]*:*);;
19899
 
  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
19900
 
  :[FH]-) ac_tag=-:-;;
19901
 
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19902
 
  esac
19903
 
  ac_save_IFS=$IFS
19904
 
  IFS=:
19905
 
  set x $ac_tag
19906
 
  IFS=$ac_save_IFS
19907
 
  shift
19908
 
  ac_file=$1
19909
 
  shift
19910
 
 
19911
 
  case $ac_mode in
19912
 
  :L) ac_source=$1;;
19913
 
  :[FH])
19914
 
    ac_file_inputs=
19915
 
    for ac_f
19916
 
    do
19917
 
      case $ac_f in
19918
 
      -) ac_f="$tmp/stdin";;
19919
 
      *) # Look for the file first in the build tree, then in the source tree
19920
 
         # (if the path is not absolute).  The absolute path cannot be DOS-style,
19921
 
         # because $ac_f cannot contain `:'.
19922
 
         test -f "$ac_f" ||
19923
 
           case $ac_f in
19924
 
           [\\/$]*) false;;
19925
 
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19926
 
           esac ||
19927
 
           as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19928
 
      esac
19929
 
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19930
 
      as_fn_append ac_file_inputs " '$ac_f'"
19931
 
    done
19932
 
 
19933
 
    # Let's still pretend it is `configure' which instantiates (i.e., don't
19934
 
    # use $as_me), people would be surprised to read:
19935
 
    #    /* config.h.  Generated by config.status.  */
19936
 
    configure_input='Generated from '`
19937
 
          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19938
 
        `' by configure.'
19939
 
    if test x"$ac_file" != x-; then
19940
 
      configure_input="$ac_file.  $configure_input"
19941
 
      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19942
 
$as_echo "$as_me: creating $ac_file" >&6;}
19943
 
    fi
19944
 
    # Neutralize special characters interpreted by sed in replacement strings.
19945
 
    case $configure_input in #(
19946
 
    *\&* | *\|* | *\\* )
19947
 
       ac_sed_conf_input=`$as_echo "$configure_input" |
19948
 
       sed 's/[\\\\&|]/\\\\&/g'`;; #(
19949
 
    *) ac_sed_conf_input=$configure_input;;
19950
 
    esac
19951
 
 
19952
 
    case $ac_tag in
19953
 
    *:-:* | *:-) cat >"$tmp/stdin" \
19954
 
      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
19955
 
    esac
19956
 
    ;;
19957
 
  esac
19958
 
 
19959
 
  ac_dir=`$as_dirname -- "$ac_file" ||
19960
 
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19961
 
         X"$ac_file" : 'X\(//\)[^/]' \| \
19962
 
         X"$ac_file" : 'X\(//\)$' \| \
19963
 
         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19964
 
$as_echo X"$ac_file" |
19965
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19966
 
            s//\1/
19967
 
            q
19968
 
          }
19969
 
          /^X\(\/\/\)[^/].*/{
19970
 
            s//\1/
19971
 
            q
19972
 
          }
19973
 
          /^X\(\/\/\)$/{
19974
 
            s//\1/
19975
 
            q
19976
 
          }
19977
 
          /^X\(\/\).*/{
19978
 
            s//\1/
19979
 
            q
19980
 
          }
19981
 
          s/.*/./; q'`
19982
 
  as_dir="$ac_dir"; as_fn_mkdir_p
19983
 
  ac_builddir=.
19984
 
 
19985
 
case "$ac_dir" in
19986
 
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19987
 
*)
19988
 
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19989
 
  # A ".." for each directory in $ac_dir_suffix.
19990
 
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19991
 
  case $ac_top_builddir_sub in
19992
 
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19993
 
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19994
 
  esac ;;
19995
 
esac
19996
 
ac_abs_top_builddir=$ac_pwd
19997
 
ac_abs_builddir=$ac_pwd$ac_dir_suffix
19998
 
# for backward compatibility:
19999
 
ac_top_builddir=$ac_top_build_prefix
20000
 
 
20001
 
case $srcdir in
20002
 
  .)  # We are building in place.
20003
 
    ac_srcdir=.
20004
 
    ac_top_srcdir=$ac_top_builddir_sub
20005
 
    ac_abs_top_srcdir=$ac_pwd ;;
20006
 
  [\\/]* | ?:[\\/]* )  # Absolute name.
20007
 
    ac_srcdir=$srcdir$ac_dir_suffix;
20008
 
    ac_top_srcdir=$srcdir
20009
 
    ac_abs_top_srcdir=$srcdir ;;
20010
 
  *) # Relative name.
20011
 
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
20012
 
    ac_top_srcdir=$ac_top_build_prefix$srcdir
20013
 
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
20014
 
esac
20015
 
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
20016
 
 
20017
 
 
20018
 
  case $ac_mode in
20019
 
  :F)
20020
 
  #
20021
 
  # CONFIG_FILE
20022
 
  #
20023
 
 
20024
 
  case $INSTALL in
20025
 
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
20026
 
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
20027
 
  esac
20028
 
  ac_MKDIR_P=$MKDIR_P
20029
 
  case $MKDIR_P in
20030
 
  [\\/$]* | ?:[\\/]* ) ;;
20031
 
  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
20032
 
  esac
20033
 
_ACEOF
20034
 
 
20035
 
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20036
 
# If the template does not know about datarootdir, expand it.
20037
 
# FIXME: This hack should be removed a few years after 2.60.
20038
 
ac_datarootdir_hack=; ac_datarootdir_seen=
20039
 
ac_sed_dataroot='
20040
 
/datarootdir/ {
20041
 
  p
20042
 
  q
20043
 
}
20044
 
/@datadir@/p
20045
 
/@docdir@/p
20046
 
/@infodir@/p
20047
 
/@localedir@/p
20048
 
/@mandir@/p'
20049
 
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
20050
 
*datarootdir*) ac_datarootdir_seen=yes;;
20051
 
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
20052
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
20053
 
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
20054
 
_ACEOF
20055
 
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20056
 
  ac_datarootdir_hack='
20057
 
  s&@datadir@&$datadir&g
20058
 
  s&@docdir@&$docdir&g
20059
 
  s&@infodir@&$infodir&g
20060
 
  s&@localedir@&$localedir&g
20061
 
  s&@mandir@&$mandir&g
20062
 
  s&\\\${datarootdir}&$datarootdir&g' ;;
20063
 
esac
20064
 
_ACEOF
20065
 
 
20066
 
# Neutralize VPATH when `$srcdir' = `.'.
20067
 
# Shell code in configure.ac might set extrasub.
20068
 
# FIXME: do we really want to maintain this feature?
20069
 
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20070
 
ac_sed_extra="$ac_vpsub
20071
 
$extrasub
20072
 
_ACEOF
20073
 
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20074
 
:t
20075
 
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
20076
 
s|@configure_input@|$ac_sed_conf_input|;t t
20077
 
s&@top_builddir@&$ac_top_builddir_sub&;t t
20078
 
s&@top_build_prefix@&$ac_top_build_prefix&;t t
20079
 
s&@srcdir@&$ac_srcdir&;t t
20080
 
s&@abs_srcdir@&$ac_abs_srcdir&;t t
20081
 
s&@top_srcdir@&$ac_top_srcdir&;t t
20082
 
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
20083
 
s&@builddir@&$ac_builddir&;t t
20084
 
s&@abs_builddir@&$ac_abs_builddir&;t t
20085
 
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
20086
 
s&@INSTALL@&$ac_INSTALL&;t t
20087
 
s&@MKDIR_P@&$ac_MKDIR_P&;t t
20088
 
$ac_datarootdir_hack
20089
 
"
20090
 
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
20091
 
  || as_fn_error "could not create $ac_file" "$LINENO" 5
20092
 
 
20093
 
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
20094
 
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
20095
 
  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
20096
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
20097
 
which seems to be undefined.  Please make sure it is defined." >&5
20098
 
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
20099
 
which seems to be undefined.  Please make sure it is defined." >&2;}
20100
 
 
20101
 
  rm -f "$tmp/stdin"
20102
 
  case $ac_file in
20103
 
  -) cat "$tmp/out" && rm -f "$tmp/out";;
20104
 
  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
20105
 
  esac \
20106
 
  || as_fn_error "could not create $ac_file" "$LINENO" 5
20107
 
 ;;
20108
 
  :H)
20109
 
  #
20110
 
  # CONFIG_HEADER
20111
 
  #
20112
 
  if test x"$ac_file" != x-; then
20113
 
    {
20114
 
      $as_echo "/* $configure_input  */" \
20115
 
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
20116
 
    } >"$tmp/config.h" \
20117
 
      || as_fn_error "could not create $ac_file" "$LINENO" 5
20118
 
    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
20119
 
      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
20120
 
$as_echo "$as_me: $ac_file is unchanged" >&6;}
20121
 
    else
20122
 
      rm -f "$ac_file"
20123
 
      mv "$tmp/config.h" "$ac_file" \
20124
 
        || as_fn_error "could not create $ac_file" "$LINENO" 5
20125
 
    fi
20126
 
  else
20127
 
    $as_echo "/* $configure_input  */" \
20128
 
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
20129
 
      || as_fn_error "could not create -" "$LINENO" 5
20130
 
  fi
20131
 
# Compute "$ac_file"'s index in $config_headers.
20132
 
_am_arg="$ac_file"
20133
 
_am_stamp_count=1
20134
 
for _am_header in $config_headers :; do
20135
 
  case $_am_header in
20136
 
    $_am_arg | $_am_arg:* )
20137
 
      break ;;
20138
 
    * )
20139
 
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
20140
 
  esac
20141
 
done
20142
 
echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
20143
 
$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20144
 
         X"$_am_arg" : 'X\(//\)[^/]' \| \
20145
 
         X"$_am_arg" : 'X\(//\)$' \| \
20146
 
         X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
20147
 
$as_echo X"$_am_arg" |
20148
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20149
 
            s//\1/
20150
 
            q
20151
 
          }
20152
 
          /^X\(\/\/\)[^/].*/{
20153
 
            s//\1/
20154
 
            q
20155
 
          }
20156
 
          /^X\(\/\/\)$/{
20157
 
            s//\1/
20158
 
            q
20159
 
          }
20160
 
          /^X\(\/\).*/{
20161
 
            s//\1/
20162
 
            q
20163
 
          }
20164
 
          s/.*/./; q'`/stamp-h$_am_stamp_count
20165
 
 ;;
20166
 
 
20167
 
  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
20168
 
$as_echo "$as_me: executing $ac_file commands" >&6;}
20169
 
 ;;
20170
 
  esac
20171
 
 
20172
 
 
20173
 
  case $ac_file$ac_mode in
20174
 
    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
20175
 
  # Autoconf 2.62 quotes --file arguments for eval, but not when files
20176
 
  # are listed without --file.  Let's play safe and only enable the eval
20177
 
  # if we detect the quoting.
20178
 
  case $CONFIG_FILES in
20179
 
  *\'*) eval set x "$CONFIG_FILES" ;;
20180
 
  *)   set x $CONFIG_FILES ;;
20181
 
  esac
20182
 
  shift
20183
 
  for mf
20184
 
  do
20185
 
    # Strip MF so we end up with the name of the file.
20186
 
    mf=`echo "$mf" | sed -e 's/:.*$//'`
20187
 
    # Check whether this is an Automake generated Makefile or not.
20188
 
    # We used to match only the files named `Makefile.in', but
20189
 
    # some people rename them; so instead we look at the file content.
20190
 
    # Grep'ing the first line is not enough: some people post-process
20191
 
    # each Makefile.in and add a new line on top of each file to say so.
20192
 
    # Grep'ing the whole file is not good either: AIX grep has a line
20193
 
    # limit of 2048, but all sed's we know have understand at least 4000.
20194
 
    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
20195
 
      dirpart=`$as_dirname -- "$mf" ||
20196
 
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20197
 
         X"$mf" : 'X\(//\)[^/]' \| \
20198
 
         X"$mf" : 'X\(//\)$' \| \
20199
 
         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
20200
 
$as_echo X"$mf" |
20201
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20202
 
            s//\1/
20203
 
            q
20204
 
          }
20205
 
          /^X\(\/\/\)[^/].*/{
20206
 
            s//\1/
20207
 
            q
20208
 
          }
20209
 
          /^X\(\/\/\)$/{
20210
 
            s//\1/
20211
 
            q
20212
 
          }
20213
 
          /^X\(\/\).*/{
20214
 
            s//\1/
20215
 
            q
20216
 
          }
20217
 
          s/.*/./; q'`
20218
 
    else
20219
 
      continue
20220
 
    fi
20221
 
    # Extract the definition of DEPDIR, am__include, and am__quote
20222
 
    # from the Makefile without running `make'.
20223
 
    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
20224
 
    test -z "$DEPDIR" && continue
20225
 
    am__include=`sed -n 's/^am__include = //p' < "$mf"`
20226
 
    test -z "am__include" && continue
20227
 
    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
20228
 
    # When using ansi2knr, U may be empty or an underscore; expand it
20229
 
    U=`sed -n 's/^U = //p' < "$mf"`
20230
 
    # Find all dependency output files, they are included files with
20231
 
    # $(DEPDIR) in their names.  We invoke sed twice because it is the
20232
 
    # simplest approach to changing $(DEPDIR) to its actual value in the
20233
 
    # expansion.
20234
 
    for file in `sed -n "
20235
 
      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
20236
 
         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
20237
 
      # Make sure the directory exists.
20238
 
      test -f "$dirpart/$file" && continue
20239
 
      fdir=`$as_dirname -- "$file" ||
20240
 
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20241
 
         X"$file" : 'X\(//\)[^/]' \| \
20242
 
         X"$file" : 'X\(//\)$' \| \
20243
 
         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
20244
 
$as_echo X"$file" |
20245
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20246
 
            s//\1/
20247
 
            q
20248
 
          }
20249
 
          /^X\(\/\/\)[^/].*/{
20250
 
            s//\1/
20251
 
            q
20252
 
          }
20253
 
          /^X\(\/\/\)$/{
20254
 
            s//\1/
20255
 
            q
20256
 
          }
20257
 
          /^X\(\/\).*/{
20258
 
            s//\1/
20259
 
            q
20260
 
          }
20261
 
          s/.*/./; q'`
20262
 
      as_dir=$dirpart/$fdir; as_fn_mkdir_p
20263
 
      # echo "creating $dirpart/$file"
20264
 
      echo '# dummy' > "$dirpart/$file"
20265
 
    done
20266
 
  done
20267
 
}
20268
 
 ;;
20269
 
    "libtool":C)
20270
 
 
20271
 
    # See if we are running on zsh, and set the options which allow our
20272
 
    # commands through without removal of \ escapes.
20273
 
    if test -n "${ZSH_VERSION+set}" ; then
20274
 
      setopt NO_GLOB_SUBST
20275
 
    fi
20276
 
 
20277
 
    cfgfile="${ofile}T"
20278
 
    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
20279
 
    $RM "$cfgfile"
20280
 
 
20281
 
    cat <<_LT_EOF >> "$cfgfile"
20282
 
#! $SHELL
20283
 
 
20284
 
# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
20285
 
# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
20286
 
# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
20287
 
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
20288
 
#
20289
 
#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
20290
 
#                 2006, 2007, 2008 Free Software Foundation, Inc.
20291
 
#   Written by Gordon Matzigkeit, 1996
20292
 
#
20293
 
#   This file is part of GNU Libtool.
20294
 
#
20295
 
# GNU Libtool is free software; you can redistribute it and/or
20296
 
# modify it under the terms of the GNU General Public License as
20297
 
# published by the Free Software Foundation; either version 2 of
20298
 
# the License, or (at your option) any later version.
20299
 
#
20300
 
# As a special exception to the GNU General Public License,
20301
 
# if you distribute this file as part of a program or library that
20302
 
# is built using GNU Libtool, you may include this file under the
20303
 
# same distribution terms that you use for the rest of that program.
20304
 
#
20305
 
# GNU Libtool is distributed in the hope that it will be useful,
20306
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
20307
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20308
 
# GNU General Public License for more details.
20309
 
#
20310
 
# You should have received a copy of the GNU General Public License
20311
 
# along with GNU Libtool; see the file COPYING.  If not, a copy
20312
 
# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
20313
 
# obtained by writing to the Free Software Foundation, Inc.,
20314
 
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20315
 
 
20316
 
 
20317
 
# The names of the tagged configurations supported by this script.
20318
 
available_tags="CXX "
20319
 
 
20320
 
# ### BEGIN LIBTOOL CONFIG
20321
 
 
20322
 
# Whether or not to build static libraries.
20323
 
build_old_libs=$enable_static
20324
 
 
20325
 
# Which release of libtool.m4 was used?
20326
 
macro_version=$macro_version
20327
 
macro_revision=$macro_revision
20328
 
 
20329
 
# Whether or not to build shared libraries.
20330
 
build_libtool_libs=$enable_shared
20331
 
 
20332
 
# What type of objects to build.
20333
 
pic_mode=$pic_mode
20334
 
 
20335
 
# Whether or not to optimize for fast installation.
20336
 
fast_install=$enable_fast_install
20337
 
 
20338
 
# The host system.
20339
 
host_alias=$host_alias
20340
 
host=$host
20341
 
host_os=$host_os
20342
 
 
20343
 
# The build system.
20344
 
build_alias=$build_alias
20345
 
build=$build
20346
 
build_os=$build_os
20347
 
 
20348
 
# A sed program that does not truncate output.
20349
 
SED=$lt_SED
20350
 
 
20351
 
# Sed that helps us avoid accidentally triggering echo(1) options like -n.
20352
 
Xsed="\$SED -e 1s/^X//"
20353
 
 
20354
 
# A grep program that handles long lines.
20355
 
GREP=$lt_GREP
20356
 
 
20357
 
# An ERE matcher.
20358
 
EGREP=$lt_EGREP
20359
 
 
20360
 
# A literal string matcher.
20361
 
FGREP=$lt_FGREP
20362
 
 
20363
 
# A BSD- or MS-compatible name lister.
20364
 
NM=$lt_NM
20365
 
 
20366
 
# Whether we need soft or hard links.
20367
 
LN_S=$lt_LN_S
20368
 
 
20369
 
# What is the maximum length of a command?
20370
 
max_cmd_len=$max_cmd_len
20371
 
 
20372
 
# Object file suffix (normally "o").
20373
 
objext=$ac_objext
20374
 
 
20375
 
# Executable file suffix (normally "").
20376
 
exeext=$exeext
20377
 
 
20378
 
# whether the shell understands "unset".
20379
 
lt_unset=$lt_unset
20380
 
 
20381
 
# turn spaces into newlines.
20382
 
SP2NL=$lt_lt_SP2NL
20383
 
 
20384
 
# turn newlines into spaces.
20385
 
NL2SP=$lt_lt_NL2SP
20386
 
 
20387
 
# How to create reloadable object files.
20388
 
reload_flag=$lt_reload_flag
20389
 
reload_cmds=$lt_reload_cmds
20390
 
 
20391
 
# An object symbol dumper.
20392
 
OBJDUMP=$lt_OBJDUMP
20393
 
 
20394
 
# Method to check whether dependent libraries are shared objects.
20395
 
deplibs_check_method=$lt_deplibs_check_method
20396
 
 
20397
 
# Command to use when deplibs_check_method == "file_magic".
20398
 
file_magic_cmd=$lt_file_magic_cmd
20399
 
 
20400
 
# The archiver.
20401
 
AR=$lt_AR
20402
 
AR_FLAGS=$lt_AR_FLAGS
20403
 
 
20404
 
# A symbol stripping program.
20405
 
STRIP=$lt_STRIP
20406
 
 
20407
 
# Commands used to install an old-style archive.
20408
 
RANLIB=$lt_RANLIB
20409
 
old_postinstall_cmds=$lt_old_postinstall_cmds
20410
 
old_postuninstall_cmds=$lt_old_postuninstall_cmds
20411
 
 
20412
 
# A C compiler.
20413
 
LTCC=$lt_CC
20414
 
 
20415
 
# LTCC compiler flags.
20416
 
LTCFLAGS=$lt_CFLAGS
20417
 
 
20418
 
# Take the output of nm and produce a listing of raw symbols and C names.
20419
 
global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
20420
 
 
20421
 
# Transform the output of nm in a proper C declaration.
20422
 
global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
20423
 
 
20424
 
# Transform the output of nm in a C name address pair.
20425
 
global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
20426
 
 
20427
 
# Transform the output of nm in a C name address pair when lib prefix is needed.
20428
 
global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
20429
 
 
20430
 
# The name of the directory that contains temporary libtool files.
20431
 
objdir=$objdir
20432
 
 
20433
 
# Shell to use when invoking shell scripts.
20434
 
SHELL=$lt_SHELL
20435
 
 
20436
 
# An echo program that does not interpret backslashes.
20437
 
ECHO=$lt_ECHO
20438
 
 
20439
 
# Used to examine libraries when file_magic_cmd begins with "file".
20440
 
MAGIC_CMD=$MAGIC_CMD
20441
 
 
20442
 
# Must we lock files when doing compilation?
20443
 
need_locks=$lt_need_locks
20444
 
 
20445
 
# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
20446
 
DSYMUTIL=$lt_DSYMUTIL
20447
 
 
20448
 
# Tool to change global to local symbols on Mac OS X.
20449
 
NMEDIT=$lt_NMEDIT
20450
 
 
20451
 
# Tool to manipulate fat objects and archives on Mac OS X.
20452
 
LIPO=$lt_LIPO
20453
 
 
20454
 
# ldd/readelf like tool for Mach-O binaries on Mac OS X.
20455
 
OTOOL=$lt_OTOOL
20456
 
 
20457
 
# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
20458
 
OTOOL64=$lt_OTOOL64
20459
 
 
20460
 
# Old archive suffix (normally "a").
20461
 
libext=$libext
20462
 
 
20463
 
# Shared library suffix (normally ".so").
20464
 
shrext_cmds=$lt_shrext_cmds
20465
 
 
20466
 
# The commands to extract the exported symbol list from a shared archive.
20467
 
extract_expsyms_cmds=$lt_extract_expsyms_cmds
20468
 
 
20469
 
# Variables whose values should be saved in libtool wrapper scripts and
20470
 
# restored at link time.
20471
 
variables_saved_for_relink=$lt_variables_saved_for_relink
20472
 
 
20473
 
# Do we need the "lib" prefix for modules?
20474
 
need_lib_prefix=$need_lib_prefix
20475
 
 
20476
 
# Do we need a version for libraries?
20477
 
need_version=$need_version
20478
 
 
20479
 
# Library versioning type.
20480
 
version_type=$version_type
20481
 
 
20482
 
# Shared library runtime path variable.
20483
 
runpath_var=$runpath_var
20484
 
 
20485
 
# Shared library path variable.
20486
 
shlibpath_var=$shlibpath_var
20487
 
 
20488
 
# Is shlibpath searched before the hard-coded library search path?
20489
 
shlibpath_overrides_runpath=$shlibpath_overrides_runpath
20490
 
 
20491
 
# Format of library name prefix.
20492
 
libname_spec=$lt_libname_spec
20493
 
 
20494
 
# List of archive names.  First name is the real one, the rest are links.
20495
 
# The last name is the one that the linker finds with -lNAME
20496
 
library_names_spec=$lt_library_names_spec
20497
 
 
20498
 
# The coded name of the library, if different from the real name.
20499
 
soname_spec=$lt_soname_spec
20500
 
 
20501
 
# Command to use after installation of a shared archive.
20502
 
postinstall_cmds=$lt_postinstall_cmds
20503
 
 
20504
 
# Command to use after uninstallation of a shared archive.
20505
 
postuninstall_cmds=$lt_postuninstall_cmds
20506
 
 
20507
 
# Commands used to finish a libtool library installation in a directory.
20508
 
finish_cmds=$lt_finish_cmds
20509
 
 
20510
 
# As "finish_cmds", except a single script fragment to be evaled but
20511
 
# not shown.
20512
 
finish_eval=$lt_finish_eval
20513
 
 
20514
 
# Whether we should hardcode library paths into libraries.
20515
 
hardcode_into_libs=$hardcode_into_libs
20516
 
 
20517
 
# Compile-time system search path for libraries.
20518
 
sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
20519
 
 
20520
 
# Run-time system search path for libraries.
20521
 
sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
20522
 
 
20523
 
# Whether dlopen is supported.
20524
 
dlopen_support=$enable_dlopen
20525
 
 
20526
 
# Whether dlopen of programs is supported.
20527
 
dlopen_self=$enable_dlopen_self
20528
 
 
20529
 
# Whether dlopen of statically linked programs is supported.
20530
 
dlopen_self_static=$enable_dlopen_self_static
20531
 
 
20532
 
# Commands to strip libraries.
20533
 
old_striplib=$lt_old_striplib
20534
 
striplib=$lt_striplib
20535
 
 
20536
 
 
20537
 
# The linker used to build libraries.
20538
 
LD=$lt_LD
20539
 
 
20540
 
# Commands used to build an old-style archive.
20541
 
old_archive_cmds=$lt_old_archive_cmds
20542
 
 
20543
 
# A language specific compiler.
20544
 
CC=$lt_compiler
20545
 
 
20546
 
# Is the compiler the GNU compiler?
20547
 
with_gcc=$GCC
20548
 
 
20549
 
# Compiler flag to turn off builtin functions.
20550
 
no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
20551
 
 
20552
 
# How to pass a linker flag through the compiler.
20553
 
wl=$lt_lt_prog_compiler_wl
20554
 
 
20555
 
# Additional compiler flags for building library objects.
20556
 
pic_flag=$lt_lt_prog_compiler_pic
20557
 
 
20558
 
# Compiler flag to prevent dynamic linking.
20559
 
link_static_flag=$lt_lt_prog_compiler_static
20560
 
 
20561
 
# Does compiler simultaneously support -c and -o options?
20562
 
compiler_c_o=$lt_lt_cv_prog_compiler_c_o
20563
 
 
20564
 
# Whether or not to add -lc for building shared libraries.
20565
 
build_libtool_need_lc=$archive_cmds_need_lc
20566
 
 
20567
 
# Whether or not to disallow shared libs when runtime libs are static.
20568
 
allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
20569
 
 
20570
 
# Compiler flag to allow reflexive dlopens.
20571
 
export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
20572
 
 
20573
 
# Compiler flag to generate shared objects directly from archives.
20574
 
whole_archive_flag_spec=$lt_whole_archive_flag_spec
20575
 
 
20576
 
# Whether the compiler copes with passing no objects directly.
20577
 
compiler_needs_object=$lt_compiler_needs_object
20578
 
 
20579
 
# Create an old-style archive from a shared archive.
20580
 
old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
20581
 
 
20582
 
# Create a temporary old-style archive to link instead of a shared archive.
20583
 
old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
20584
 
 
20585
 
# Commands used to build a shared archive.
20586
 
archive_cmds=$lt_archive_cmds
20587
 
archive_expsym_cmds=$lt_archive_expsym_cmds
20588
 
 
20589
 
# Commands used to build a loadable module if different from building
20590
 
# a shared archive.
20591
 
module_cmds=$lt_module_cmds
20592
 
module_expsym_cmds=$lt_module_expsym_cmds
20593
 
 
20594
 
# Whether we are building with GNU ld or not.
20595
 
with_gnu_ld=$lt_with_gnu_ld
20596
 
 
20597
 
# Flag that allows shared libraries with undefined symbols to be built.
20598
 
allow_undefined_flag=$lt_allow_undefined_flag
20599
 
 
20600
 
# Flag that enforces no undefined symbols.
20601
 
no_undefined_flag=$lt_no_undefined_flag
20602
 
 
20603
 
# Flag to hardcode \$libdir into a binary during linking.
20604
 
# This must work even if \$libdir does not exist
20605
 
hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
20606
 
 
20607
 
# If ld is used when linking, flag to hardcode \$libdir into a binary
20608
 
# during linking.  This must work even if \$libdir does not exist.
20609
 
hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
20610
 
 
20611
 
# Whether we need a single "-rpath" flag with a separated argument.
20612
 
hardcode_libdir_separator=$lt_hardcode_libdir_separator
20613
 
 
20614
 
# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
20615
 
# DIR into the resulting binary.
20616
 
hardcode_direct=$hardcode_direct
20617
 
 
20618
 
# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
20619
 
# DIR into the resulting binary and the resulting library dependency is
20620
 
# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
20621
 
# library is relocated.
20622
 
hardcode_direct_absolute=$hardcode_direct_absolute
20623
 
 
20624
 
# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
20625
 
# into the resulting binary.
20626
 
hardcode_minus_L=$hardcode_minus_L
20627
 
 
20628
 
# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
20629
 
# into the resulting binary.
20630
 
hardcode_shlibpath_var=$hardcode_shlibpath_var
20631
 
 
20632
 
# Set to "yes" if building a shared library automatically hardcodes DIR
20633
 
# into the library and all subsequent libraries and executables linked
20634
 
# against it.
20635
 
hardcode_automatic=$hardcode_automatic
20636
 
 
20637
 
# Set to yes if linker adds runtime paths of dependent libraries
20638
 
# to runtime path list.
20639
 
inherit_rpath=$inherit_rpath
20640
 
 
20641
 
# Whether libtool must link a program against all its dependency libraries.
20642
 
link_all_deplibs=$link_all_deplibs
20643
 
 
20644
 
# Fix the shell variable \$srcfile for the compiler.
20645
 
fix_srcfile_path=$lt_fix_srcfile_path
20646
 
 
20647
 
# Set to "yes" if exported symbols are required.
20648
 
always_export_symbols=$always_export_symbols
20649
 
 
20650
 
# The commands to list exported symbols.
20651
 
export_symbols_cmds=$lt_export_symbols_cmds
20652
 
 
20653
 
# Symbols that should not be listed in the preloaded symbols.
20654
 
exclude_expsyms=$lt_exclude_expsyms
20655
 
 
20656
 
# Symbols that must always be exported.
20657
 
include_expsyms=$lt_include_expsyms
20658
 
 
20659
 
# Commands necessary for linking programs (against libraries) with templates.
20660
 
prelink_cmds=$lt_prelink_cmds
20661
 
 
20662
 
# Specify filename containing input files.
20663
 
file_list_spec=$lt_file_list_spec
20664
 
 
20665
 
# How to hardcode a shared library path into an executable.
20666
 
hardcode_action=$hardcode_action
20667
 
 
20668
 
# The directories searched by this compiler when creating a shared library.
20669
 
compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
20670
 
 
20671
 
# Dependencies to place before and after the objects being linked to
20672
 
# create a shared library.
20673
 
predep_objects=$lt_predep_objects
20674
 
postdep_objects=$lt_postdep_objects
20675
 
predeps=$lt_predeps
20676
 
postdeps=$lt_postdeps
20677
 
 
20678
 
# The library search path used internally by the compiler when linking
20679
 
# a shared library.
20680
 
compiler_lib_search_path=$lt_compiler_lib_search_path
20681
 
 
20682
 
# ### END LIBTOOL CONFIG
20683
 
 
20684
 
_LT_EOF
20685
 
 
20686
 
  case $host_os in
20687
 
  aix3*)
20688
 
    cat <<\_LT_EOF >> "$cfgfile"
20689
 
# AIX sometimes has problems with the GCC collect2 program.  For some
20690
 
# reason, if we set the COLLECT_NAMES environment variable, the problems
20691
 
# vanish in a puff of smoke.
20692
 
if test "X${COLLECT_NAMES+set}" != Xset; then
20693
 
  COLLECT_NAMES=
20694
 
  export COLLECT_NAMES
20695
 
fi
20696
 
_LT_EOF
20697
 
    ;;
20698
 
  esac
20699
 
 
20700
 
 
20701
 
ltmain="$ac_aux_dir/ltmain.sh"
20702
 
 
20703
 
 
20704
 
  # We use sed instead of cat because bash on DJGPP gets confused if
20705
 
  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
20706
 
  # text mode, it properly converts lines to CR/LF.  This bash problem
20707
 
  # is reportedly fixed, but why not run on old versions too?
20708
 
  sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
20709
 
    || (rm -f "$cfgfile"; exit 1)
20710
 
 
20711
 
  case $xsi_shell in
20712
 
  yes)
20713
 
    cat << \_LT_EOF >> "$cfgfile"
20714
 
 
20715
 
# func_dirname file append nondir_replacement
20716
 
# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
20717
 
# otherwise set result to NONDIR_REPLACEMENT.
20718
 
func_dirname ()
20719
 
{
20720
 
  case ${1} in
20721
 
    */*) func_dirname_result="${1%/*}${2}" ;;
20722
 
    *  ) func_dirname_result="${3}" ;;
20723
 
  esac
20724
 
}
20725
 
 
20726
 
# func_basename file
20727
 
func_basename ()
20728
 
{
20729
 
  func_basename_result="${1##*/}"
20730
 
}
20731
 
 
20732
 
# func_dirname_and_basename file append nondir_replacement
20733
 
# perform func_basename and func_dirname in a single function
20734
 
# call:
20735
 
#   dirname:  Compute the dirname of FILE.  If nonempty,
20736
 
#             add APPEND to the result, otherwise set result
20737
 
#             to NONDIR_REPLACEMENT.
20738
 
#             value returned in "$func_dirname_result"
20739
 
#   basename: Compute filename of FILE.
20740
 
#             value retuned in "$func_basename_result"
20741
 
# Implementation must be kept synchronized with func_dirname
20742
 
# and func_basename. For efficiency, we do not delegate to
20743
 
# those functions but instead duplicate the functionality here.
20744
 
func_dirname_and_basename ()
20745
 
{
20746
 
  case ${1} in
20747
 
    */*) func_dirname_result="${1%/*}${2}" ;;
20748
 
    *  ) func_dirname_result="${3}" ;;
20749
 
  esac
20750
 
  func_basename_result="${1##*/}"
20751
 
}
20752
 
 
20753
 
# func_stripname prefix suffix name
20754
 
# strip PREFIX and SUFFIX off of NAME.
20755
 
# PREFIX and SUFFIX must not contain globbing or regex special
20756
 
# characters, hashes, percent signs, but SUFFIX may contain a leading
20757
 
# dot (in which case that matches only a dot).
20758
 
func_stripname ()
20759
 
{
20760
 
  # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
20761
 
  # positional parameters, so assign one to ordinary parameter first.
20762
 
  func_stripname_result=${3}
20763
 
  func_stripname_result=${func_stripname_result#"${1}"}
20764
 
  func_stripname_result=${func_stripname_result%"${2}"}
20765
 
}
20766
 
 
20767
 
# func_opt_split
20768
 
func_opt_split ()
20769
 
{
20770
 
  func_opt_split_opt=${1%%=*}
20771
 
  func_opt_split_arg=${1#*=}
20772
 
}
20773
 
 
20774
 
# func_lo2o object
20775
 
func_lo2o ()
20776
 
{
20777
 
  case ${1} in
20778
 
    *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
20779
 
    *)    func_lo2o_result=${1} ;;
20780
 
  esac
20781
 
}
20782
 
 
20783
 
# func_xform libobj-or-source
20784
 
func_xform ()
20785
 
{
20786
 
  func_xform_result=${1%.*}.lo
20787
 
}
20788
 
 
20789
 
# func_arith arithmetic-term...
20790
 
func_arith ()
20791
 
{
20792
 
  func_arith_result=$(( $* ))
20793
 
}
20794
 
 
20795
 
# func_len string
20796
 
# STRING may not start with a hyphen.
20797
 
func_len ()
20798
 
{
20799
 
  func_len_result=${#1}
20800
 
}
20801
 
 
20802
 
_LT_EOF
20803
 
    ;;
20804
 
  *) # Bourne compatible functions.
20805
 
    cat << \_LT_EOF >> "$cfgfile"
20806
 
 
20807
 
# func_dirname file append nondir_replacement
20808
 
# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
20809
 
# otherwise set result to NONDIR_REPLACEMENT.
20810
 
func_dirname ()
20811
 
{
20812
 
  # Extract subdirectory from the argument.
20813
 
  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
20814
 
  if test "X$func_dirname_result" = "X${1}"; then
20815
 
    func_dirname_result="${3}"
20816
 
  else
20817
 
    func_dirname_result="$func_dirname_result${2}"
20818
 
  fi
20819
 
}
20820
 
 
20821
 
# func_basename file
20822
 
func_basename ()
20823
 
{
20824
 
  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
20825
 
}
20826
 
 
20827
 
 
20828
 
# func_stripname prefix suffix name
20829
 
# strip PREFIX and SUFFIX off of NAME.
20830
 
# PREFIX and SUFFIX must not contain globbing or regex special
20831
 
# characters, hashes, percent signs, but SUFFIX may contain a leading
20832
 
# dot (in which case that matches only a dot).
20833
 
# func_strip_suffix prefix name
20834
 
func_stripname ()
20835
 
{
20836
 
  case ${2} in
20837
 
    .*) func_stripname_result=`$ECHO "X${3}" \
20838
 
           | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
20839
 
    *)  func_stripname_result=`$ECHO "X${3}" \
20840
 
           | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
20841
 
  esac
20842
 
}
20843
 
 
20844
 
# sed scripts:
20845
 
my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
20846
 
my_sed_long_arg='1s/^-[^=]*=//'
20847
 
 
20848
 
# func_opt_split
20849
 
func_opt_split ()
20850
 
{
20851
 
  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
20852
 
  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
20853
 
}
20854
 
 
20855
 
# func_lo2o object
20856
 
func_lo2o ()
20857
 
{
20858
 
  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
20859
 
}
20860
 
 
20861
 
# func_xform libobj-or-source
20862
 
func_xform ()
20863
 
{
20864
 
  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
20865
 
}
20866
 
 
20867
 
# func_arith arithmetic-term...
20868
 
func_arith ()
20869
 
{
20870
 
  func_arith_result=`expr "$@"`
20871
 
}
20872
 
 
20873
 
# func_len string
20874
 
# STRING may not start with a hyphen.
20875
 
func_len ()
20876
 
{
20877
 
  func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
20878
 
}
20879
 
 
20880
 
_LT_EOF
20881
 
esac
20882
 
 
20883
 
case $lt_shell_append in
20884
 
  yes)
20885
 
    cat << \_LT_EOF >> "$cfgfile"
20886
 
 
20887
 
# func_append var value
20888
 
# Append VALUE to the end of shell variable VAR.
20889
 
func_append ()
20890
 
{
20891
 
  eval "$1+=\$2"
20892
 
}
20893
 
_LT_EOF
20894
 
    ;;
20895
 
  *)
20896
 
    cat << \_LT_EOF >> "$cfgfile"
20897
 
 
20898
 
# func_append var value
20899
 
# Append VALUE to the end of shell variable VAR.
20900
 
func_append ()
20901
 
{
20902
 
  eval "$1=\$$1\$2"
20903
 
}
20904
 
 
20905
 
_LT_EOF
20906
 
    ;;
20907
 
  esac
20908
 
 
20909
 
 
20910
 
  sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
20911
 
    || (rm -f "$cfgfile"; exit 1)
20912
 
 
20913
 
  mv -f "$cfgfile" "$ofile" ||
20914
 
    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
20915
 
  chmod +x "$ofile"
20916
 
 
20917
 
 
20918
 
    cat <<_LT_EOF >> "$ofile"
20919
 
 
20920
 
# ### BEGIN LIBTOOL TAG CONFIG: CXX
20921
 
 
20922
 
# The linker used to build libraries.
20923
 
LD=$lt_LD_CXX
20924
 
 
20925
 
# Commands used to build an old-style archive.
20926
 
old_archive_cmds=$lt_old_archive_cmds_CXX
20927
 
 
20928
 
# A language specific compiler.
20929
 
CC=$lt_compiler_CXX
20930
 
 
20931
 
# Is the compiler the GNU compiler?
20932
 
with_gcc=$GCC_CXX
20933
 
 
20934
 
# Compiler flag to turn off builtin functions.
20935
 
no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
20936
 
 
20937
 
# How to pass a linker flag through the compiler.
20938
 
wl=$lt_lt_prog_compiler_wl_CXX
20939
 
 
20940
 
# Additional compiler flags for building library objects.
20941
 
pic_flag=$lt_lt_prog_compiler_pic_CXX
20942
 
 
20943
 
# Compiler flag to prevent dynamic linking.
20944
 
link_static_flag=$lt_lt_prog_compiler_static_CXX
20945
 
 
20946
 
# Does compiler simultaneously support -c and -o options?
20947
 
compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
20948
 
 
20949
 
# Whether or not to add -lc for building shared libraries.
20950
 
build_libtool_need_lc=$archive_cmds_need_lc_CXX
20951
 
 
20952
 
# Whether or not to disallow shared libs when runtime libs are static.
20953
 
allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
20954
 
 
20955
 
# Compiler flag to allow reflexive dlopens.
20956
 
export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
20957
 
 
20958
 
# Compiler flag to generate shared objects directly from archives.
20959
 
whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
20960
 
 
20961
 
# Whether the compiler copes with passing no objects directly.
20962
 
compiler_needs_object=$lt_compiler_needs_object_CXX
20963
 
 
20964
 
# Create an old-style archive from a shared archive.
20965
 
old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
20966
 
 
20967
 
# Create a temporary old-style archive to link instead of a shared archive.
20968
 
old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
20969
 
 
20970
 
# Commands used to build a shared archive.
20971
 
archive_cmds=$lt_archive_cmds_CXX
20972
 
archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
20973
 
 
20974
 
# Commands used to build a loadable module if different from building
20975
 
# a shared archive.
20976
 
module_cmds=$lt_module_cmds_CXX
20977
 
module_expsym_cmds=$lt_module_expsym_cmds_CXX
20978
 
 
20979
 
# Whether we are building with GNU ld or not.
20980
 
with_gnu_ld=$lt_with_gnu_ld_CXX
20981
 
 
20982
 
# Flag that allows shared libraries with undefined symbols to be built.
20983
 
allow_undefined_flag=$lt_allow_undefined_flag_CXX
20984
 
 
20985
 
# Flag that enforces no undefined symbols.
20986
 
no_undefined_flag=$lt_no_undefined_flag_CXX
20987
 
 
20988
 
# Flag to hardcode \$libdir into a binary during linking.
20989
 
# This must work even if \$libdir does not exist
20990
 
hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
20991
 
 
20992
 
# If ld is used when linking, flag to hardcode \$libdir into a binary
20993
 
# during linking.  This must work even if \$libdir does not exist.
20994
 
hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
20995
 
 
20996
 
# Whether we need a single "-rpath" flag with a separated argument.
20997
 
hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
20998
 
 
20999
 
# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
21000
 
# DIR into the resulting binary.
21001
 
hardcode_direct=$hardcode_direct_CXX
21002
 
 
21003
 
# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
21004
 
# DIR into the resulting binary and the resulting library dependency is
21005
 
# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
21006
 
# library is relocated.
21007
 
hardcode_direct_absolute=$hardcode_direct_absolute_CXX
21008
 
 
21009
 
# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
21010
 
# into the resulting binary.
21011
 
hardcode_minus_L=$hardcode_minus_L_CXX
21012
 
 
21013
 
# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
21014
 
# into the resulting binary.
21015
 
hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
21016
 
 
21017
 
# Set to "yes" if building a shared library automatically hardcodes DIR
21018
 
# into the library and all subsequent libraries and executables linked
21019
 
# against it.
21020
 
hardcode_automatic=$hardcode_automatic_CXX
21021
 
 
21022
 
# Set to yes if linker adds runtime paths of dependent libraries
21023
 
# to runtime path list.
21024
 
inherit_rpath=$inherit_rpath_CXX
21025
 
 
21026
 
# Whether libtool must link a program against all its dependency libraries.
21027
 
link_all_deplibs=$link_all_deplibs_CXX
21028
 
 
21029
 
# Fix the shell variable \$srcfile for the compiler.
21030
 
fix_srcfile_path=$lt_fix_srcfile_path_CXX
21031
 
 
21032
 
# Set to "yes" if exported symbols are required.
21033
 
always_export_symbols=$always_export_symbols_CXX
21034
 
 
21035
 
# The commands to list exported symbols.
21036
 
export_symbols_cmds=$lt_export_symbols_cmds_CXX
21037
 
 
21038
 
# Symbols that should not be listed in the preloaded symbols.
21039
 
exclude_expsyms=$lt_exclude_expsyms_CXX
21040
 
 
21041
 
# Symbols that must always be exported.
21042
 
include_expsyms=$lt_include_expsyms_CXX
21043
 
 
21044
 
# Commands necessary for linking programs (against libraries) with templates.
21045
 
prelink_cmds=$lt_prelink_cmds_CXX
21046
 
 
21047
 
# Specify filename containing input files.
21048
 
file_list_spec=$lt_file_list_spec_CXX
21049
 
 
21050
 
# How to hardcode a shared library path into an executable.
21051
 
hardcode_action=$hardcode_action_CXX
21052
 
 
21053
 
# The directories searched by this compiler when creating a shared library.
21054
 
compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
21055
 
 
21056
 
# Dependencies to place before and after the objects being linked to
21057
 
# create a shared library.
21058
 
predep_objects=$lt_predep_objects_CXX
21059
 
postdep_objects=$lt_postdep_objects_CXX
21060
 
predeps=$lt_predeps_CXX
21061
 
postdeps=$lt_postdeps_CXX
21062
 
 
21063
 
# The library search path used internally by the compiler when linking
21064
 
# a shared library.
21065
 
compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
21066
 
 
21067
 
# ### END LIBTOOL TAG CONFIG: CXX
21068
 
_LT_EOF
21069
 
 
21070
 
 ;;
21071
 
    "default-1":C) case "$CONFIG_FILES" in *po/Makefile.in*)
21072
 
        sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
21073
 
      esac ;;
21074
 
    "po/stamp-it":C)
21075
 
    if  ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" > /dev/null ; then
21076
 
       as_fn_error "po/Makefile.in.in was not created by intltoolize." "$LINENO" 5
21077
 
    fi
21078
 
    rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
21079
 
    >"po/stamp-it.tmp"
21080
 
    sed '/^#/d
21081
 
         s/^[[].*] *//
21082
 
         /^[    ]*$/d
21083
 
        '"s|^|  $ac_top_srcdir/|" \
21084
 
      "$srcdir/po/POTFILES.in" | sed '$!s/$/ \\/' >"po/POTFILES"
21085
 
 
21086
 
    sed '/^POTFILES =/,/[^\\]$/ {
21087
 
                /^POTFILES =/!d
21088
 
                r po/POTFILES
21089
 
          }
21090
 
         ' "po/Makefile.in" >"po/Makefile"
21091
 
    rm -f "po/Makefile.tmp"
21092
 
    mv "po/stamp-it.tmp" "po/stamp-it"
21093
 
   ;;
21094
 
 
21095
 
  esac
21096
 
done # for ac_tag
21097
 
 
21098
 
 
21099
 
as_fn_exit 0
21100
 
_ACEOF
21101
 
ac_clean_files=$ac_clean_files_save
21102
 
 
21103
 
test $ac_write_fail = 0 ||
21104
 
  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
21105
 
 
21106
 
 
21107
 
# configure is writing to config.log, and then calls config.status.
21108
 
# config.status does its own redirection, appending to config.log.
21109
 
# Unfortunately, on DOS this fails, as config.log is still kept open
21110
 
# by configure, so config.status won't be able to write to it; its
21111
 
# output is simply discarded.  So we exec the FD to /dev/null,
21112
 
# effectively closing config.log, so it can be properly (re)opened and
21113
 
# appended to by config.status.  When coming back to configure, we
21114
 
# need to make the FD available again.
21115
 
if test "$no_create" != yes; then
21116
 
  ac_cs_success=:
21117
 
  ac_config_status_args=
21118
 
  test "$silent" = yes &&
21119
 
    ac_config_status_args="$ac_config_status_args --quiet"
21120
 
  exec 5>/dev/null
21121
 
  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
21122
 
  exec 5>>config.log
21123
 
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
21124
 
  # would make configure fail if this is the last instruction.
21125
 
  $ac_cs_success || as_fn_exit $?
21126
 
fi
21127
 
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
21128
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
21129
 
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
21130
 
fi
21131
 
 
21132
 
 
21133
 
echo "Cairo-Dock-plugins will be compiled with the following options :"
21134
 
echo " * Compil gnome-integration plug-in : "${with_gnome_support}
21135
 
echo " * Compil gnome-integration-old plug-in : "${with_old_gnome_support}
21136
 
echo " * Compil xfce-integration plug-in : "${with_xfce_support}
21137
 
echo " * Compil kde-integration plug-in : "${with_kde_support}
21138
 
echo " * Compil AlsaMixer applet : "${with_alsa_mixer}
21139
 
echo " * Compil Terminal applet : "${with_terminal}
21140
 
echo " * Compil PowerManager applet : "${with_powermanager}
21141
 
echo " * Compil Wifi applet : "${with_wifi}
21142
 
echo " * Compil Tomboy applet : "${with_tomboy}
21143
 
echo " * Compil Xgamma applet : "${with_xgamma}
21144
 
echo " * Compil GMenu applet : "${with_gmenu}
21145
 
echo " * Enable gio in GMenu applet : "${with_gio_in_gmenu}
21146
 
echo " * Compil Mail applet : "${with_mail}
21147
 
echo " * Compil Weblets applet : "${with_weblets}
21148
 
echo " * Compil keyboard-indicator applet : "${with_keyboard_indicator}
21149
 
echo " * Compil Dnd2share applet : "${with_dnd2share}
21150
 
echo " * Compil MusicPlayer applet : "${with_musicplayer}
21151
 
echo " * Compil RSSreader applet : "${with_rssreader}
21152
 
echo " * Enable xrandr in Show-Desktop applet : "${with_xrandr_in_show_desktop}
21153
 
echo " * Compil Network-Monitor applet : "${with_network_monitor}
21154
 
echo " * Compil Scooby-Do applet : "${with_scooby_do}