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