~ubuntu-branches/ubuntu/wily/libspiff/wily

« back to all changes in this revision

Viewing changes to bindings/c/doc/configure

  • Committer: Bazaar Package Importer
  • Author(s): Adeodato Simó
  • Date: 2007-10-11 14:44:38 UTC
  • Revision ID: james.westby@ubuntu.com-20071011144438-zpl4gtvl3bf2ocnx
Tags: upstream-0.8.2
Import upstream version 0.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
# Guess values for system-dependent variables and create Makefiles.
 
3
# Generated by GNU Autoconf 2.61a.
 
4
#
 
5
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 
6
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
7
# This configure script is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy, distribute and modify it.
 
9
## --------------------- ##
 
10
## M4sh Initialization.  ##
 
11
## --------------------- ##
 
12
 
 
13
# Be more Bourne compatible
 
14
DUALCASE=1; export DUALCASE # for MKS sh
 
15
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
16
  emulate sh
 
17
  NULLCMD=:
 
18
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
19
  # is contrary to our usage.  Disable this feature.
 
20
  alias -g '${1+"$@"}'='"$@"'
 
21
  setopt NO_GLOB_SUBST
 
22
else
 
23
  case `(set -o) 2>/dev/null` in
 
24
  *posix*) set -o posix ;;
 
25
esac
 
26
 
 
27
fi
 
28
 
 
29
 
 
30
 
 
31
 
 
32
# PATH needs CR
 
33
# Avoid depending upon Character Ranges.
 
34
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 
35
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 
36
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 
37
as_cr_digits='0123456789'
 
38
as_cr_alnum=$as_cr_Letters$as_cr_digits
 
39
 
 
40
as_nl='
 
41
'
 
42
export as_nl
 
43
# Printing a long string crashes Solaris 7 /usr/bin/printf.
 
44
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
 
45
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
 
46
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
 
47
if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
 
48
  as_echo='printf %s\n'
 
49
  as_echo_n='printf %s'
 
50
else
 
51
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
 
52
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
 
53
    as_echo_n='/usr/ucb/echo -n'
 
54
  else
 
55
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
 
56
    as_echo_n_body='eval
 
57
      arg=$1;
 
58
      case $arg in
 
59
      *"$as_nl"*)
 
60
        expr "X$arg" : "X\\(.*\\)$as_nl";
 
61
        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
 
62
      esac;
 
63
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
 
64
    '
 
65
    export as_echo_n_body
 
66
    as_echo_n='sh -c $as_echo_n_body as_echo'
 
67
  fi
 
68
  export as_echo_body
 
69
  as_echo='sh -c $as_echo_body as_echo'
 
70
fi
 
71
 
 
72
# The user is always right.
 
73
if test "${PATH_SEPARATOR+set}" != set; then
 
74
  echo "#! /bin/sh" >conf$$.sh
 
75
  echo  "exit 0"   >>conf$$.sh
 
76
  chmod +x conf$$.sh
 
77
  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 
78
    PATH_SEPARATOR=';'
 
79
  else
 
80
    PATH_SEPARATOR=:
 
81
  fi
 
82
  rm -f conf$$.sh
 
83
fi
 
84
 
 
85
# Support unset when possible.
 
86
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 
87
  as_unset=unset
 
88
else
 
89
  as_unset=false
 
90
fi
 
91
 
 
92
 
 
93
# IFS
 
94
# We need space, tab and new line, in precisely that order.  Quoting is
 
95
# there to prevent editors from complaining about space-tab.
 
96
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
 
97
# splitting by setting IFS to empty value.)
 
98
IFS=" ""        $as_nl"
 
99
 
 
100
# Find who we are.  Look in the path if we contain no directory separator.
 
101
case $0 in
 
102
  *[\\/]* ) as_myself=$0 ;;
 
103
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
104
for as_dir in $PATH
 
105
do
 
106
  IFS=$as_save_IFS
 
107
  test -z "$as_dir" && as_dir=.
 
108
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 
109
done
 
110
IFS=$as_save_IFS
 
111
 
 
112
     ;;
 
113
esac
 
114
# We did not find ourselves, most probably we were run as `sh COMMAND'
 
115
# in which case we are not to be found in the path.
 
116
if test "x$as_myself" = x; then
 
117
  as_myself=$0
 
118
fi
 
119
if test ! -f "$as_myself"; then
 
120
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
121
  { (exit 1); exit 1; }
 
122
fi
 
123
 
 
124
# Work around bugs in pre-3.0 UWIN ksh.
 
125
for as_var in ENV MAIL MAILPATH
 
126
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
127
done
 
128
PS1='$ '
 
129
PS2='> '
 
130
PS4='+ '
 
131
 
 
132
# NLS nuisances.
 
133
for as_var in \
 
134
  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
 
135
  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
 
136
  LC_TELEPHONE LC_TIME
 
137
do
 
138
  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
 
139
    eval $as_var=C; export $as_var
 
140
  else
 
141
    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
142
  fi
 
143
done
 
144
 
 
145
# Required to use basename.
 
146
if expr a : '\(a\)' >/dev/null 2>&1 &&
 
147
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
148
  as_expr=expr
 
149
else
 
150
  as_expr=false
 
151
fi
 
152
 
 
153
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
 
154
  as_basename=basename
 
155
else
 
156
  as_basename=false
 
157
fi
 
158
 
 
159
 
 
160
# Name of the executable.
 
161
as_me=`$as_basename -- "$0" ||
 
162
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 
163
         X"$0" : 'X\(//\)$' \| \
 
164
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 
165
$as_echo X/"$0" |
 
166
    sed '/^.*\/\([^/][^/]*\)\/*$/{
 
167
            s//\1/
 
168
            q
 
169
          }
 
170
          /^X\/\(\/\/\)$/{
 
171
            s//\1/
 
172
            q
 
173
          }
 
174
          /^X\/\(\/\).*/{
 
175
            s//\1/
 
176
            q
 
177
          }
 
178
          s/.*/./; q'`
 
179
 
 
180
# CDPATH.
 
181
$as_unset CDPATH
 
182
 
 
183
 
 
184
if test "x$CONFIG_SHELL" = x; then
 
185
  if (eval ":") 2>/dev/null; then
 
186
  as_have_required=yes
 
187
else
 
188
  as_have_required=no
 
189
fi
 
190
 
 
191
  if test $as_have_required = yes &&     (eval ":
 
192
(as_func_return () {
 
193
  (exit \$1)
 
194
}
 
195
as_func_success () {
 
196
  as_func_return 0
 
197
}
 
198
as_func_failure () {
 
199
  as_func_return 1
 
200
}
 
201
as_func_ret_success () {
 
202
  return 0
 
203
}
 
204
as_func_ret_failure () {
 
205
  return 1
 
206
}
 
207
 
 
208
exitcode=0
 
209
if as_func_success; then
 
210
  :
 
211
else
 
212
  exitcode=1
 
213
  echo as_func_success failed.
 
214
fi
 
215
 
 
216
if as_func_failure; then
 
217
  exitcode=1
 
218
  echo as_func_failure succeeded.
 
219
fi
 
220
 
 
221
if as_func_ret_success; then
 
222
  :
 
223
else
 
224
  exitcode=1
 
225
  echo as_func_ret_success failed.
 
226
fi
 
227
 
 
228
if as_func_ret_failure; then
 
229
  exitcode=1
 
230
  echo as_func_ret_failure succeeded.
 
231
fi
 
232
 
 
233
if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
 
234
  :
 
235
else
 
236
  exitcode=1
 
237
  echo positional parameters were not saved.
 
238
fi
 
239
 
 
240
test \$exitcode = 0) || { (exit 1); exit 1; }
 
241
 
 
242
(
 
243
  as_lineno_1=\$LINENO
 
244
  as_lineno_2=\$LINENO
 
245
  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
 
246
  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
 
247
") 2> /dev/null; then
 
248
  :
 
249
else
 
250
  as_candidate_shells=
 
251
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
252
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
 
253
do
 
254
  IFS=$as_save_IFS
 
255
  test -z "$as_dir" && as_dir=.
 
256
  case $as_dir in
 
257
         /*)
 
258
           for as_base in sh bash ksh sh5; do
 
259
             as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
 
260
           done;;
 
261
       esac
 
262
done
 
263
IFS=$as_save_IFS
 
264
 
 
265
 
 
266
      for as_shell in $as_candidate_shells $SHELL; do
 
267
         # Try only shells that exist, to save several forks.
 
268
         if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
 
269
                { ("$as_shell") 2> /dev/null <<\_ASEOF
 
270
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
271
  emulate sh
 
272
  NULLCMD=:
 
273
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
274
  # is contrary to our usage.  Disable this feature.
 
275
  alias -g '${1+"$@"}'='"$@"'
 
276
  setopt NO_GLOB_SUBST
 
277
else
 
278
  case `(set -o) 2>/dev/null` in
 
279
  *posix*) set -o posix ;;
 
280
esac
 
281
 
 
282
fi
 
283
 
 
284
 
 
285
:
 
286
_ASEOF
 
287
}; then
 
288
  CONFIG_SHELL=$as_shell
 
289
               as_have_required=yes
 
290
               if { "$as_shell" 2> /dev/null <<\_ASEOF
 
291
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
292
  emulate sh
 
293
  NULLCMD=:
 
294
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
295
  # is contrary to our usage.  Disable this feature.
 
296
  alias -g '${1+"$@"}'='"$@"'
 
297
  setopt NO_GLOB_SUBST
 
298
else
 
299
  case `(set -o) 2>/dev/null` in
 
300
  *posix*) set -o posix ;;
 
301
esac
 
302
 
 
303
fi
 
304
 
 
305
 
 
306
:
 
307
(as_func_return () {
 
308
  (exit $1)
 
309
}
 
310
as_func_success () {
 
311
  as_func_return 0
 
312
}
 
313
as_func_failure () {
 
314
  as_func_return 1
 
315
}
 
316
as_func_ret_success () {
 
317
  return 0
 
318
}
 
319
as_func_ret_failure () {
 
320
  return 1
 
321
}
 
322
 
 
323
exitcode=0
 
324
if as_func_success; then
 
325
  :
 
326
else
 
327
  exitcode=1
 
328
  echo as_func_success failed.
 
329
fi
 
330
 
 
331
if as_func_failure; then
 
332
  exitcode=1
 
333
  echo as_func_failure succeeded.
 
334
fi
 
335
 
 
336
if as_func_ret_success; then
 
337
  :
 
338
else
 
339
  exitcode=1
 
340
  echo as_func_ret_success failed.
 
341
fi
 
342
 
 
343
if as_func_ret_failure; then
 
344
  exitcode=1
 
345
  echo as_func_ret_failure succeeded.
 
346
fi
 
347
 
 
348
if ( set x; as_func_ret_success y && test x = "$1" ); then
 
349
  :
 
350
else
 
351
  exitcode=1
 
352
  echo positional parameters were not saved.
 
353
fi
 
354
 
 
355
test $exitcode = 0) || { (exit 1); exit 1; }
 
356
 
 
357
(
 
358
  as_lineno_1=$LINENO
 
359
  as_lineno_2=$LINENO
 
360
  test "x$as_lineno_1" != "x$as_lineno_2" &&
 
361
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
 
362
 
 
363
_ASEOF
 
364
}; then
 
365
  break
 
366
fi
 
367
 
 
368
fi
 
369
 
 
370
      done
 
371
 
 
372
      if test "x$CONFIG_SHELL" != x; then
 
373
  for as_var in BASH_ENV ENV
 
374
        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
375
        done
 
376
        export CONFIG_SHELL
 
377
        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
 
378
fi
 
379
 
 
380
 
 
381
    if test $as_have_required = no; then
 
382
  echo This script requires a shell more modern than all the
 
383
      echo shells that I found on your system.  Please install a
 
384
      echo modern shell, or manually run the script under such a
 
385
      echo shell if you do have one.
 
386
      { (exit 1); exit 1; }
 
387
fi
 
388
 
 
389
 
 
390
fi
 
391
 
 
392
fi
 
393
 
 
394
 
 
395
 
 
396
(eval "as_func_return () {
 
397
  (exit \$1)
 
398
}
 
399
as_func_success () {
 
400
  as_func_return 0
 
401
}
 
402
as_func_failure () {
 
403
  as_func_return 1
 
404
}
 
405
as_func_ret_success () {
 
406
  return 0
 
407
}
 
408
as_func_ret_failure () {
 
409
  return 1
 
410
}
 
411
 
 
412
exitcode=0
 
413
if as_func_success; then
 
414
  :
 
415
else
 
416
  exitcode=1
 
417
  echo as_func_success failed.
 
418
fi
 
419
 
 
420
if as_func_failure; then
 
421
  exitcode=1
 
422
  echo as_func_failure succeeded.
 
423
fi
 
424
 
 
425
if as_func_ret_success; then
 
426
  :
 
427
else
 
428
  exitcode=1
 
429
  echo as_func_ret_success failed.
 
430
fi
 
431
 
 
432
if as_func_ret_failure; then
 
433
  exitcode=1
 
434
  echo as_func_ret_failure succeeded.
 
435
fi
 
436
 
 
437
if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
 
438
  :
 
439
else
 
440
  exitcode=1
 
441
  echo positional parameters were not saved.
 
442
fi
 
443
 
 
444
test \$exitcode = 0") || {
 
445
  echo No shell found that supports shell functions.
 
446
  echo Please tell autoconf@gnu.org about your system,
 
447
  echo including any error possibly output before this
 
448
  echo message
 
449
}
 
450
 
 
451
 
 
452
 
 
453
  as_lineno_1=$LINENO
 
454
  as_lineno_2=$LINENO
 
455
  test "x$as_lineno_1" != "x$as_lineno_2" &&
 
456
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
 
457
 
 
458
  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
 
459
  # uniformly replaced by the line number.  The first 'sed' inserts a
 
460
  # line-number line after each line using $LINENO; the second 'sed'
 
461
  # does the real work.  The second script uses 'N' to pair each
 
462
  # line-number line with the line containing $LINENO, and appends
 
463
  # trailing '-' during substitution so that $LINENO is not a special
 
464
  # case at line end.
 
465
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
 
466
  # scripts with optimization help from Paolo Bonzini.  Blame Lee
 
467
  # E. McMahon (1931-1989) for sed's syntax.  :-)
 
468
  sed -n '
 
469
    p
 
470
    /[$]LINENO/=
 
471
  ' <$as_myself |
 
472
    sed '
 
473
      s/[$]LINENO.*/&-/
 
474
      t lineno
 
475
      b
 
476
      :lineno
 
477
      N
 
478
      :loop
 
479
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
 
480
      t loop
 
481
      s/-\n.*//
 
482
    ' >$as_me.lineno &&
 
483
  chmod +x "$as_me.lineno" ||
 
484
    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 
485
   { (exit 1); exit 1; }; }
 
486
 
 
487
  # Don't try to exec as it changes $[0], causing all sort of problems
 
488
  # (the dirname of $[0] is not the place where we might find the
 
489
  # original and so on.  Autoconf is especially sensitive to this).
 
490
  . "./$as_me.lineno"
 
491
  # Exit status is that of the last command.
 
492
  exit
 
493
}
 
494
 
 
495
 
 
496
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 
497
  as_dirname=dirname
 
498
else
 
499
  as_dirname=false
 
500
fi
 
501
 
 
502
ECHO_C= ECHO_N= ECHO_T=
 
503
case `echo -n x` in
 
504
-n*)
 
505
  case `echo 'x\c'` in
 
506
  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
 
507
  *)   ECHO_C='\c';;
 
508
  esac;;
 
509
*)
 
510
  ECHO_N='-n';;
 
511
esac
 
512
if expr a : '\(a\)' >/dev/null 2>&1 &&
 
513
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
514
  as_expr=expr
 
515
else
 
516
  as_expr=false
 
517
fi
 
518
 
 
519
rm -f conf$$ conf$$.exe conf$$.file
 
520
if test -d conf$$.dir; then
 
521
  rm -f conf$$.dir/conf$$.file
 
522
else
 
523
  rm -f conf$$.dir
 
524
  mkdir conf$$.dir
 
525
fi
 
526
echo >conf$$.file
 
527
if ln -s conf$$.file conf$$ 2>/dev/null; then
 
528
  as_ln_s='ln -s'
 
529
  # ... but there are two gotchas:
 
530
  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 
531
  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 
532
  # In both cases, we have to default to `cp -p'.
 
533
  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 
534
    as_ln_s='cp -p'
 
535
elif ln conf$$.file conf$$ 2>/dev/null; then
 
536
  as_ln_s=ln
 
537
else
 
538
  as_ln_s='cp -p'
 
539
fi
 
540
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 
541
rmdir conf$$.dir 2>/dev/null
 
542
 
 
543
if mkdir -p . 2>/dev/null; then
 
544
  as_mkdir_p=:
 
545
else
 
546
  test -d ./-p && rmdir ./-p
 
547
  as_mkdir_p=false
 
548
fi
 
549
 
 
550
if test -x / >/dev/null 2>&1; then
 
551
  as_test_x='test -x'
 
552
else
 
553
  if ls -dL / >/dev/null 2>&1; then
 
554
    as_ls_L_option=L
 
555
  else
 
556
    as_ls_L_option=
 
557
  fi
 
558
  as_test_x='
 
559
    eval sh -c '\''
 
560
      if test -d "$1"; then
 
561
        test -d "$1/.";
 
562
      else
 
563
        case $1 in
 
564
        -*)set "./$1";;
 
565
        esac;
 
566
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 
567
        ???[sx]*):;;*)false;;esac;fi
 
568
    '\'' sh
 
569
  '
 
570
fi
 
571
as_executable_p=$as_test_x
 
572
 
 
573
# Sed expression to map a string onto a valid CPP name.
 
574
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 
575
 
 
576
# Sed expression to map a string onto a valid variable name.
 
577
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 
578
 
 
579
 
 
580
 
 
581
exec 7<&0 </dev/null 6>&1
 
582
 
 
583
# Name of the host.
 
584
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
 
585
# so uname gets run too.
 
586
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
 
587
 
 
588
#
 
589
# Initializations.
 
590
#
 
591
ac_default_prefix=/usr/local
 
592
ac_clean_files=
 
593
ac_config_libobj_dir=.
 
594
LIBOBJS=
 
595
cross_compiling=no
 
596
subdirs=
 
597
MFLAGS=
 
598
MAKEFLAGS=
 
599
SHELL=${CONFIG_SHELL-/bin/sh}
 
600
 
 
601
# Identity of this package.
 
602
PACKAGE_NAME=
 
603
PACKAGE_TARNAME=
 
604
PACKAGE_VERSION=
 
605
PACKAGE_STRING=
 
606
PACKAGE_BUGREPORT=
 
607
 
 
608
ac_unique_file="Doxyfile"
 
609
ac_subst_vars='SHELL
 
610
PATH_SEPARATOR
 
611
PACKAGE_NAME
 
612
PACKAGE_TARNAME
 
613
PACKAGE_VERSION
 
614
PACKAGE_STRING
 
615
PACKAGE_BUGREPORT
 
616
exec_prefix
 
617
prefix
 
618
program_transform_name
 
619
bindir
 
620
sbindir
 
621
libexecdir
 
622
datarootdir
 
623
datadir
 
624
sysconfdir
 
625
sharedstatedir
 
626
localstatedir
 
627
includedir
 
628
oldincludedir
 
629
docdir
 
630
infodir
 
631
htmldir
 
632
dvidir
 
633
pdfdir
 
634
psdir
 
635
libdir
 
636
localedir
 
637
mandir
 
638
DEFS
 
639
ECHO_C
 
640
ECHO_N
 
641
ECHO_T
 
642
LIBS
 
643
build_alias
 
644
host_alias
 
645
target_alias
 
646
INSTALL_PROGRAM
 
647
INSTALL_SCRIPT
 
648
INSTALL_DATA
 
649
am__isrc
 
650
CYGPATH_W
 
651
PACKAGE
 
652
VERSION
 
653
ACLOCAL
 
654
AUTOCONF
 
655
AUTOMAKE
 
656
AUTOHEADER
 
657
MAKEINFO
 
658
install_sh
 
659
STRIP
 
660
INSTALL_STRIP_PROGRAM
 
661
mkdir_p
 
662
AWK
 
663
SET_MAKE
 
664
am__leading_dot
 
665
AMTAR
 
666
am__tar
 
667
am__untar
 
668
DOXY_CHECK
 
669
GRAPHVIZ_CHECK
 
670
LIBOBJS
 
671
LTLIBOBJS'
 
672
ac_subst_files=''
 
673
      ac_precious_vars='build_alias
 
674
host_alias
 
675
target_alias'
 
676
 
 
677
 
 
678
# Initialize some variables set by options.
 
679
ac_init_help=
 
680
ac_init_version=false
 
681
# The variables have the same names as the options, with
 
682
# dashes changed to underlines.
 
683
cache_file=/dev/null
 
684
exec_prefix=NONE
 
685
no_create=
 
686
no_recursion=
 
687
prefix=NONE
 
688
program_prefix=NONE
 
689
program_suffix=NONE
 
690
program_transform_name=s,x,x,
 
691
silent=
 
692
site=
 
693
srcdir=
 
694
verbose=
 
695
x_includes=NONE
 
696
x_libraries=NONE
 
697
 
 
698
# Installation directory options.
 
699
# These are left unexpanded so users can "make install exec_prefix=/foo"
 
700
# and all the variables that are supposed to be based on exec_prefix
 
701
# by default will actually change.
 
702
# Use braces instead of parens because sh, perl, etc. also accept them.
 
703
# (The list follows the same order as the GNU Coding Standards.)
 
704
bindir='${exec_prefix}/bin'
 
705
sbindir='${exec_prefix}/sbin'
 
706
libexecdir='${exec_prefix}/libexec'
 
707
datarootdir='${prefix}/share'
 
708
datadir='${datarootdir}'
 
709
sysconfdir='${prefix}/etc'
 
710
sharedstatedir='${prefix}/com'
 
711
localstatedir='${prefix}/var'
 
712
includedir='${prefix}/include'
 
713
oldincludedir='/usr/include'
 
714
docdir='${datarootdir}/doc/${PACKAGE}'
 
715
infodir='${datarootdir}/info'
 
716
htmldir='${docdir}'
 
717
dvidir='${docdir}'
 
718
pdfdir='${docdir}'
 
719
psdir='${docdir}'
 
720
libdir='${exec_prefix}/lib'
 
721
localedir='${datarootdir}/locale'
 
722
mandir='${datarootdir}/man'
 
723
 
 
724
ac_prev=
 
725
ac_dashdash=
 
726
for ac_option
 
727
do
 
728
  # If the previous option needs an argument, assign it.
 
729
  if test -n "$ac_prev"; then
 
730
    eval $ac_prev=\$ac_option
 
731
    ac_prev=
 
732
    continue
 
733
  fi
 
734
 
 
735
  case $ac_option in
 
736
  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
 
737
  *)    ac_optarg=yes ;;
 
738
  esac
 
739
 
 
740
  # Accept the important Cygnus configure options, so we can diagnose typos.
 
741
 
 
742
  case $ac_dashdash$ac_option in
 
743
  --)
 
744
    ac_dashdash=yes ;;
 
745
 
 
746
  -bindir | --bindir | --bindi | --bind | --bin | --bi)
 
747
    ac_prev=bindir ;;
 
748
  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
 
749
    bindir=$ac_optarg ;;
 
750
 
 
751
  -build | --build | --buil | --bui | --bu)
 
752
    ac_prev=build_alias ;;
 
753
  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
 
754
    build_alias=$ac_optarg ;;
 
755
 
 
756
  -cache-file | --cache-file | --cache-fil | --cache-fi \
 
757
  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
 
758
    ac_prev=cache_file ;;
 
759
  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
 
760
  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
 
761
    cache_file=$ac_optarg ;;
 
762
 
 
763
  --config-cache | -C)
 
764
    cache_file=config.cache ;;
 
765
 
 
766
  -datadir | --datadir | --datadi | --datad)
 
767
    ac_prev=datadir ;;
 
768
  -datadir=* | --datadir=* | --datadi=* | --datad=*)
 
769
    datadir=$ac_optarg ;;
 
770
 
 
771
  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
 
772
  | --dataroo | --dataro | --datar)
 
773
    ac_prev=datarootdir ;;
 
774
  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
 
775
  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
 
776
    datarootdir=$ac_optarg ;;
 
777
 
 
778
  -disable-* | --disable-*)
 
779
    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
 
780
    # Reject names that are not valid shell variable names.
 
781
    expr "x$ac_useropt" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
782
      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
 
783
   { (exit 1); exit 1; }; }
 
784
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-.]/_/g'`
 
785
    eval enable_$ac_useropt=no ;;
 
786
 
 
787
  -docdir | --docdir | --docdi | --doc | --do)
 
788
    ac_prev=docdir ;;
 
789
  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
 
790
    docdir=$ac_optarg ;;
 
791
 
 
792
  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
 
793
    ac_prev=dvidir ;;
 
794
  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
 
795
    dvidir=$ac_optarg ;;
 
796
 
 
797
  -enable-* | --enable-*)
 
798
    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
 
799
    # Reject names that are not valid shell variable names.
 
800
    expr "x$ac_useropt" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
801
      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
 
802
   { (exit 1); exit 1; }; }
 
803
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-.]/_/g'`
 
804
    eval enable_$ac_useropt=\$ac_optarg ;;
 
805
 
 
806
  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
 
807
  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
 
808
  | --exec | --exe | --ex)
 
809
    ac_prev=exec_prefix ;;
 
810
  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
 
811
  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
 
812
  | --exec=* | --exe=* | --ex=*)
 
813
    exec_prefix=$ac_optarg ;;
 
814
 
 
815
  -gas | --gas | --ga | --g)
 
816
    # Obsolete; use --with-gas.
 
817
    with_gas=yes ;;
 
818
 
 
819
  -help | --help | --hel | --he | -h)
 
820
    ac_init_help=long ;;
 
821
  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
 
822
    ac_init_help=recursive ;;
 
823
  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
 
824
    ac_init_help=short ;;
 
825
 
 
826
  -host | --host | --hos | --ho)
 
827
    ac_prev=host_alias ;;
 
828
  -host=* | --host=* | --hos=* | --ho=*)
 
829
    host_alias=$ac_optarg ;;
 
830
 
 
831
  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
 
832
    ac_prev=htmldir ;;
 
833
  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
 
834
  | --ht=*)
 
835
    htmldir=$ac_optarg ;;
 
836
 
 
837
  -includedir | --includedir | --includedi | --included | --include \
 
838
  | --includ | --inclu | --incl | --inc)
 
839
    ac_prev=includedir ;;
 
840
  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
 
841
  | --includ=* | --inclu=* | --incl=* | --inc=*)
 
842
    includedir=$ac_optarg ;;
 
843
 
 
844
  -infodir | --infodir | --infodi | --infod | --info | --inf)
 
845
    ac_prev=infodir ;;
 
846
  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
 
847
    infodir=$ac_optarg ;;
 
848
 
 
849
  -libdir | --libdir | --libdi | --libd)
 
850
    ac_prev=libdir ;;
 
851
  -libdir=* | --libdir=* | --libdi=* | --libd=*)
 
852
    libdir=$ac_optarg ;;
 
853
 
 
854
  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
 
855
  | --libexe | --libex | --libe)
 
856
    ac_prev=libexecdir ;;
 
857
  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
 
858
  | --libexe=* | --libex=* | --libe=*)
 
859
    libexecdir=$ac_optarg ;;
 
860
 
 
861
  -localedir | --localedir | --localedi | --localed | --locale)
 
862
    ac_prev=localedir ;;
 
863
  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
 
864
    localedir=$ac_optarg ;;
 
865
 
 
866
  -localstatedir | --localstatedir | --localstatedi | --localstated \
 
867
  | --localstate | --localstat | --localsta | --localst | --locals)
 
868
    ac_prev=localstatedir ;;
 
869
  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
 
870
  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
 
871
    localstatedir=$ac_optarg ;;
 
872
 
 
873
  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
 
874
    ac_prev=mandir ;;
 
875
  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
 
876
    mandir=$ac_optarg ;;
 
877
 
 
878
  -nfp | --nfp | --nf)
 
879
    # Obsolete; use --without-fp.
 
880
    with_fp=no ;;
 
881
 
 
882
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
 
883
  | --no-cr | --no-c | -n)
 
884
    no_create=yes ;;
 
885
 
 
886
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
 
887
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
 
888
    no_recursion=yes ;;
 
889
 
 
890
  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
 
891
  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
 
892
  | --oldin | --oldi | --old | --ol | --o)
 
893
    ac_prev=oldincludedir ;;
 
894
  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
 
895
  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
 
896
  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
 
897
    oldincludedir=$ac_optarg ;;
 
898
 
 
899
  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
 
900
    ac_prev=prefix ;;
 
901
  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
 
902
    prefix=$ac_optarg ;;
 
903
 
 
904
  -program-prefix | --program-prefix | --program-prefi | --program-pref \
 
905
  | --program-pre | --program-pr | --program-p)
 
906
    ac_prev=program_prefix ;;
 
907
  -program-prefix=* | --program-prefix=* | --program-prefi=* \
 
908
  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
 
909
    program_prefix=$ac_optarg ;;
 
910
 
 
911
  -program-suffix | --program-suffix | --program-suffi | --program-suff \
 
912
  | --program-suf | --program-su | --program-s)
 
913
    ac_prev=program_suffix ;;
 
914
  -program-suffix=* | --program-suffix=* | --program-suffi=* \
 
915
  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
 
916
    program_suffix=$ac_optarg ;;
 
917
 
 
918
  -program-transform-name | --program-transform-name \
 
919
  | --program-transform-nam | --program-transform-na \
 
920
  | --program-transform-n | --program-transform- \
 
921
  | --program-transform | --program-transfor \
 
922
  | --program-transfo | --program-transf \
 
923
  | --program-trans | --program-tran \
 
924
  | --progr-tra | --program-tr | --program-t)
 
925
    ac_prev=program_transform_name ;;
 
926
  -program-transform-name=* | --program-transform-name=* \
 
927
  | --program-transform-nam=* | --program-transform-na=* \
 
928
  | --program-transform-n=* | --program-transform-=* \
 
929
  | --program-transform=* | --program-transfor=* \
 
930
  | --program-transfo=* | --program-transf=* \
 
931
  | --program-trans=* | --program-tran=* \
 
932
  | --progr-tra=* | --program-tr=* | --program-t=*)
 
933
    program_transform_name=$ac_optarg ;;
 
934
 
 
935
  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
 
936
    ac_prev=pdfdir ;;
 
937
  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
 
938
    pdfdir=$ac_optarg ;;
 
939
 
 
940
  -psdir | --psdir | --psdi | --psd | --ps)
 
941
    ac_prev=psdir ;;
 
942
  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
 
943
    psdir=$ac_optarg ;;
 
944
 
 
945
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 
946
  | -silent | --silent | --silen | --sile | --sil)
 
947
    silent=yes ;;
 
948
 
 
949
  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
 
950
    ac_prev=sbindir ;;
 
951
  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
 
952
  | --sbi=* | --sb=*)
 
953
    sbindir=$ac_optarg ;;
 
954
 
 
955
  -sharedstatedir | --sharedstatedir | --sharedstatedi \
 
956
  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
 
957
  | --sharedst | --shareds | --shared | --share | --shar \
 
958
  | --sha | --sh)
 
959
    ac_prev=sharedstatedir ;;
 
960
  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
 
961
  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
 
962
  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
 
963
  | --sha=* | --sh=*)
 
964
    sharedstatedir=$ac_optarg ;;
 
965
 
 
966
  -site | --site | --sit)
 
967
    ac_prev=site ;;
 
968
  -site=* | --site=* | --sit=*)
 
969
    site=$ac_optarg ;;
 
970
 
 
971
  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
 
972
    ac_prev=srcdir ;;
 
973
  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
 
974
    srcdir=$ac_optarg ;;
 
975
 
 
976
  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
 
977
  | --syscon | --sysco | --sysc | --sys | --sy)
 
978
    ac_prev=sysconfdir ;;
 
979
  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
 
980
  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
 
981
    sysconfdir=$ac_optarg ;;
 
982
 
 
983
  -target | --target | --targe | --targ | --tar | --ta | --t)
 
984
    ac_prev=target_alias ;;
 
985
  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
 
986
    target_alias=$ac_optarg ;;
 
987
 
 
988
  -v | -verbose | --verbose | --verbos | --verbo | --verb)
 
989
    verbose=yes ;;
 
990
 
 
991
  -version | --version | --versio | --versi | --vers | -V)
 
992
    ac_init_version=: ;;
 
993
 
 
994
  -with-* | --with-*)
 
995
    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
 
996
    # Reject names that are not valid shell variable names.
 
997
    expr "x$ac_useropt" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
998
      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
 
999
   { (exit 1); exit 1; }; }
 
1000
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-.]/_/g'`
 
1001
    eval with_$ac_useropt=\$ac_optarg ;;
 
1002
 
 
1003
  -without-* | --without-*)
 
1004
    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
 
1005
    # Reject names that are not valid shell variable names.
 
1006
    expr "x$ac_useropt" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
1007
      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
 
1008
   { (exit 1); exit 1; }; }
 
1009
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-.]/_/g'`
 
1010
    eval with_$ac_useropt=no ;;
 
1011
 
 
1012
  --x)
 
1013
    # Obsolete; use --with-x.
 
1014
    with_x=yes ;;
 
1015
 
 
1016
  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
 
1017
  | --x-incl | --x-inc | --x-in | --x-i)
 
1018
    ac_prev=x_includes ;;
 
1019
  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
 
1020
  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
 
1021
    x_includes=$ac_optarg ;;
 
1022
 
 
1023
  -x-libraries | --x-libraries | --x-librarie | --x-librari \
 
1024
  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
 
1025
    ac_prev=x_libraries ;;
 
1026
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
 
1027
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
 
1028
    x_libraries=$ac_optarg ;;
 
1029
 
 
1030
  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
 
1031
Try \`$0 --help' for more information." >&2
 
1032
   { (exit 1); exit 1; }; }
 
1033
    ;;
 
1034
 
 
1035
  *=*)
 
1036
    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
 
1037
    # Reject names that are not valid shell variable names.
 
1038
    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
 
1039
      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
 
1040
   { (exit 1); exit 1; }; }
 
1041
    eval $ac_envvar=\$ac_optarg
 
1042
    export $ac_envvar ;;
 
1043
 
 
1044
  *)
 
1045
    # FIXME: should be removed in autoconf 3.0.
 
1046
    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
 
1047
    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
1048
      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
 
1049
    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
 
1050
    ;;
 
1051
 
 
1052
  esac
 
1053
done
 
1054
 
 
1055
if test -n "$ac_prev"; then
 
1056
  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
 
1057
  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
 
1058
   { (exit 1); exit 1; }; }
 
1059
fi
 
1060
 
 
1061
# Be sure to have absolute directory names.
 
1062
for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
 
1063
                datadir sysconfdir sharedstatedir localstatedir includedir \
 
1064
                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
 
1065
                libdir localedir mandir
 
1066
do
 
1067
  eval ac_val=\$$ac_var
 
1068
  case $ac_val in
 
1069
    [\\/$]* | ?:[\\/]* )  continue;;
 
1070
    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
 
1071
  esac
 
1072
  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
 
1073
   { (exit 1); exit 1; }; }
 
1074
done
 
1075
 
 
1076
# There might be people who depend on the old broken behavior: `$host'
 
1077
# used to hold the argument of --host etc.
 
1078
# FIXME: To remove some day.
 
1079
build=$build_alias
 
1080
host=$host_alias
 
1081
target=$target_alias
 
1082
 
 
1083
# FIXME: To remove some day.
 
1084
if test "x$host_alias" != x; then
 
1085
  if test "x$build_alias" = x; then
 
1086
    cross_compiling=maybe
 
1087
    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
 
1088
    If a cross compiler is detected then cross compile mode will be used." >&2
 
1089
  elif test "x$build_alias" != "x$host_alias"; then
 
1090
    cross_compiling=yes
 
1091
  fi
 
1092
fi
 
1093
 
 
1094
ac_tool_prefix=
 
1095
test -n "$host_alias" && ac_tool_prefix=$host_alias-
 
1096
 
 
1097
test "$silent" = yes && exec 6>/dev/null
 
1098
 
 
1099
 
 
1100
ac_pwd=`pwd` && test -n "$ac_pwd" &&
 
1101
ac_ls_di=`ls -di .` &&
 
1102
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
 
1103
  { $as_echo "$as_me: error: Working directory cannot be determined" >&2
 
1104
   { (exit 1); exit 1; }; }
 
1105
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
 
1106
  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
 
1107
   { (exit 1); exit 1; }; }
 
1108
 
 
1109
 
 
1110
# Find the source files, if location was not specified.
 
1111
if test -z "$srcdir"; then
 
1112
  ac_srcdir_defaulted=yes
 
1113
  # Try the directory containing this script, then the parent directory.
 
1114
  ac_confdir=`$as_dirname -- "$0" ||
 
1115
$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
1116
         X"$0" : 'X\(//\)[^/]' \| \
 
1117
         X"$0" : 'X\(//\)$' \| \
 
1118
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 
1119
$as_echo X"$0" |
 
1120
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
1121
            s//\1/
 
1122
            q
 
1123
          }
 
1124
          /^X\(\/\/\)[^/].*/{
 
1125
            s//\1/
 
1126
            q
 
1127
          }
 
1128
          /^X\(\/\/\)$/{
 
1129
            s//\1/
 
1130
            q
 
1131
          }
 
1132
          /^X\(\/\).*/{
 
1133
            s//\1/
 
1134
            q
 
1135
          }
 
1136
          s/.*/./; q'`
 
1137
  srcdir=$ac_confdir
 
1138
  if test ! -r "$srcdir/$ac_unique_file"; then
 
1139
    srcdir=..
 
1140
  fi
 
1141
else
 
1142
  ac_srcdir_defaulted=no
 
1143
fi
 
1144
if test ! -r "$srcdir/$ac_unique_file"; then
 
1145
  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
 
1146
  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
 
1147
   { (exit 1); exit 1; }; }
 
1148
fi
 
1149
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
 
1150
ac_abs_confdir=`(
 
1151
        cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
 
1152
   { (exit 1); exit 1; }; }
 
1153
        pwd)`
 
1154
# When building in place, set srcdir=.
 
1155
if test "$ac_abs_confdir" = "$ac_pwd"; then
 
1156
  srcdir=.
 
1157
fi
 
1158
# Remove unnecessary trailing slashes from srcdir.
 
1159
# Double slashes in file names in object file debugging info
 
1160
# mess up M-x gdb in Emacs.
 
1161
case $srcdir in
 
1162
*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
 
1163
esac
 
1164
for ac_var in $ac_precious_vars; do
 
1165
  eval ac_env_${ac_var}_set=\${${ac_var}+set}
 
1166
  eval ac_env_${ac_var}_value=\$${ac_var}
 
1167
  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
 
1168
  eval ac_cv_env_${ac_var}_value=\$${ac_var}
 
1169
done
 
1170
 
 
1171
#
 
1172
# Report the --help message.
 
1173
#
 
1174
if test "$ac_init_help" = "long"; then
 
1175
  # Omit some internal or obsolete options to make the list less imposing.
 
1176
  # This message is too long to be a string in the A/UX 3.1 sh.
 
1177
  cat <<_ACEOF
 
1178
\`configure' configures this package to adapt to many kinds of systems.
 
1179
 
 
1180
Usage: $0 [OPTION]... [VAR=VALUE]...
 
1181
 
 
1182
To assign environment variables (e.g., CC, CFLAGS...), specify them as
 
1183
VAR=VALUE.  See below for descriptions of some of the useful variables.
 
1184
 
 
1185
Defaults for the options are specified in brackets.
 
1186
 
 
1187
Configuration:
 
1188
  -h, --help              display this help and exit
 
1189
      --help=short        display options specific to this package
 
1190
      --help=recursive    display the short help of all the included packages
 
1191
  -V, --version           display version information and exit
 
1192
  -q, --quiet, --silent   do not print \`checking...' messages
 
1193
      --cache-file=FILE   cache test results in FILE [disabled]
 
1194
  -C, --config-cache      alias for \`--cache-file=config.cache'
 
1195
  -n, --no-create         do not create output files
 
1196
      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
 
1197
 
 
1198
Installation directories:
 
1199
  --prefix=PREFIX         install architecture-independent files in PREFIX
 
1200
                          [$ac_default_prefix]
 
1201
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
 
1202
                          [PREFIX]
 
1203
 
 
1204
By default, \`make install' will install all the files in
 
1205
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
 
1206
an installation prefix other than \`$ac_default_prefix' using \`--prefix',
 
1207
for instance \`--prefix=\$HOME'.
 
1208
 
 
1209
For better control, use the options below.
 
1210
 
 
1211
Fine tuning of the installation directories:
 
1212
  --bindir=DIR           user executables [EPREFIX/bin]
 
1213
  --sbindir=DIR          system admin executables [EPREFIX/sbin]
 
1214
  --libexecdir=DIR       program executables [EPREFIX/libexec]
 
1215
  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
 
1216
  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
 
1217
  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
 
1218
  --libdir=DIR           object code libraries [EPREFIX/lib]
 
1219
  --includedir=DIR       C header files [PREFIX/include]
 
1220
  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
 
1221
  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
 
1222
  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
 
1223
  --infodir=DIR          info documentation [DATAROOTDIR/info]
 
1224
  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
 
1225
  --mandir=DIR           man documentation [DATAROOTDIR/man]
 
1226
  --docdir=DIR           documentation root [DATAROOTDIR/doc/PACKAGE]
 
1227
  --htmldir=DIR          html documentation [DOCDIR]
 
1228
  --dvidir=DIR           dvi documentation [DOCDIR]
 
1229
  --pdfdir=DIR           pdf documentation [DOCDIR]
 
1230
  --psdir=DIR            ps documentation [DOCDIR]
 
1231
_ACEOF
 
1232
 
 
1233
  cat <<\_ACEOF
 
1234
 
 
1235
Program names:
 
1236
  --program-prefix=PREFIX            prepend PREFIX to installed program names
 
1237
  --program-suffix=SUFFIX            append SUFFIX to installed program names
 
1238
  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
 
1239
_ACEOF
 
1240
fi
 
1241
 
 
1242
if test -n "$ac_init_help"; then
 
1243
 
 
1244
  cat <<\_ACEOF
 
1245
 
 
1246
_ACEOF
 
1247
ac_status=$?
 
1248
fi
 
1249
 
 
1250
if test "$ac_init_help" = "recursive"; then
 
1251
  # If there are subdirs, report their specific --help.
 
1252
  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
 
1253
    test -d "$ac_dir" || continue
 
1254
    ac_builddir=.
 
1255
 
 
1256
case "$ac_dir" in
 
1257
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
1258
*)
 
1259
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's,^\.[\\/],,'`
 
1260
  # A ".." for each directory in $ac_dir_suffix.
 
1261
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 
1262
  case $ac_top_builddir_sub in
 
1263
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
1264
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 
1265
  esac ;;
 
1266
esac
 
1267
ac_abs_top_builddir=$ac_pwd
 
1268
ac_abs_builddir=$ac_pwd$ac_dir_suffix
 
1269
# for backward compatibility:
 
1270
ac_top_builddir=$ac_top_build_prefix
 
1271
 
 
1272
case $srcdir in
 
1273
  .)  # We are building in place.
 
1274
    ac_srcdir=.
 
1275
    ac_top_srcdir=$ac_top_builddir_sub
 
1276
    ac_abs_top_srcdir=$ac_pwd ;;
 
1277
  [\\/]* | ?:[\\/]* )  # Absolute name.
 
1278
    ac_srcdir=$srcdir$ac_dir_suffix;
 
1279
    ac_top_srcdir=$srcdir
 
1280
    ac_abs_top_srcdir=$srcdir ;;
 
1281
  *) # Relative name.
 
1282
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 
1283
    ac_top_srcdir=$ac_top_build_prefix$srcdir
 
1284
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 
1285
esac
 
1286
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 
1287
 
 
1288
    cd "$ac_dir" || { ac_status=$?; continue; }
 
1289
    # Check for guested configure.
 
1290
    if test -f "$ac_srcdir/configure.gnu"; then
 
1291
      echo &&
 
1292
      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
 
1293
    elif test -f "$ac_srcdir/configure"; then
 
1294
      echo &&
 
1295
      $SHELL "$ac_srcdir/configure" --help=recursive
 
1296
    else
 
1297
      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
 
1298
    fi || ac_status=$?
 
1299
    cd "$ac_pwd" || { ac_status=$?; break; }
 
1300
  done
 
1301
fi
 
1302
 
 
1303
test -n "$ac_init_help" && exit $ac_status
 
1304
if $ac_init_version; then
 
1305
  cat <<\_ACEOF
 
1306
configure
 
1307
generated by GNU Autoconf 2.61a
 
1308
 
 
1309
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 
1310
2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
1311
This configure script is free software; the Free Software Foundation
 
1312
gives unlimited permission to copy, distribute and modify it.
 
1313
_ACEOF
 
1314
  exit
 
1315
fi
 
1316
cat >config.log <<_ACEOF
 
1317
This file contains any messages produced by compilers while
 
1318
running configure, to aid debugging if configure makes a mistake.
 
1319
 
 
1320
It was created by $as_me, which was
 
1321
generated by GNU Autoconf 2.61a.  Invocation command line was
 
1322
 
 
1323
  $ $0 $@
 
1324
 
 
1325
_ACEOF
 
1326
exec 5>>config.log
 
1327
{
 
1328
cat <<_ASUNAME
 
1329
## --------- ##
 
1330
## Platform. ##
 
1331
## --------- ##
 
1332
 
 
1333
hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
 
1334
uname -m = `(uname -m) 2>/dev/null || echo unknown`
 
1335
uname -r = `(uname -r) 2>/dev/null || echo unknown`
 
1336
uname -s = `(uname -s) 2>/dev/null || echo unknown`
 
1337
uname -v = `(uname -v) 2>/dev/null || echo unknown`
 
1338
 
 
1339
/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
 
1340
/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
 
1341
 
 
1342
/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
 
1343
/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
 
1344
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
 
1345
/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
 
1346
/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
 
1347
/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
 
1348
/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
 
1349
 
 
1350
_ASUNAME
 
1351
 
 
1352
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
1353
for as_dir in $PATH
 
1354
do
 
1355
  IFS=$as_save_IFS
 
1356
  test -z "$as_dir" && as_dir=.
 
1357
  $as_echo "PATH: $as_dir"
 
1358
done
 
1359
IFS=$as_save_IFS
 
1360
 
 
1361
} >&5
 
1362
 
 
1363
cat >&5 <<_ACEOF
 
1364
 
 
1365
 
 
1366
## ----------- ##
 
1367
## Core tests. ##
 
1368
## ----------- ##
 
1369
 
 
1370
_ACEOF
 
1371
 
 
1372
 
 
1373
# Keep a trace of the command line.
 
1374
# Strip out --no-create and --no-recursion so they do not pile up.
 
1375
# Strip out --silent because we don't want to record it for future runs.
 
1376
# Also quote any args containing shell meta-characters.
 
1377
# Make two passes to allow for proper duplicate-argument suppression.
 
1378
ac_configure_args=
 
1379
ac_configure_args0=
 
1380
ac_configure_args1=
 
1381
ac_must_keep_next=false
 
1382
for ac_pass in 1 2
 
1383
do
 
1384
  for ac_arg
 
1385
  do
 
1386
    case $ac_arg in
 
1387
    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
 
1388
    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 
1389
    | -silent | --silent | --silen | --sile | --sil)
 
1390
      continue ;;
 
1391
    *\'*)
 
1392
      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
1393
    esac
 
1394
    case $ac_pass in
 
1395
    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
 
1396
    2)
 
1397
      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
 
1398
      if test $ac_must_keep_next = true; then
 
1399
        ac_must_keep_next=false # Got value, back to normal.
 
1400
      else
 
1401
        case $ac_arg in
 
1402
          *=* | --config-cache | -C | -disable-* | --disable-* \
 
1403
          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
 
1404
          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
 
1405
          | -with-* | --with-* | -without-* | --without-* | --x)
 
1406
            case "$ac_configure_args0 " in
 
1407
              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
 
1408
            esac
 
1409
            ;;
 
1410
          -* ) ac_must_keep_next=true ;;
 
1411
        esac
 
1412
      fi
 
1413
      ac_configure_args="$ac_configure_args '$ac_arg'"
 
1414
      ;;
 
1415
    esac
 
1416
  done
 
1417
done
 
1418
$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
 
1419
$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
 
1420
 
 
1421
# When interrupted or exit'd, cleanup temporary files, and complete
 
1422
# config.log.  We remove comments because anyway the quotes in there
 
1423
# would cause problems or look ugly.
 
1424
# WARNING: Use '\'' to represent an apostrophe within the trap.
 
1425
# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
 
1426
trap 'exit_status=$?
 
1427
  # Save into config.log some information that might help in debugging.
 
1428
  {
 
1429
    echo
 
1430
 
 
1431
    cat <<\_ASBOX
 
1432
## ---------------- ##
 
1433
## Cache variables. ##
 
1434
## ---------------- ##
 
1435
_ASBOX
 
1436
    echo
 
1437
    # The following way of writing the cache mishandles newlines in values,
 
1438
(
 
1439
  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
 
1440
    eval ac_val=\$$ac_var
 
1441
    case $ac_val in #(
 
1442
    *${as_nl}*)
 
1443
      case $ac_var in #(
 
1444
      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
 
1445
$as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
 
1446
      esac
 
1447
      case $ac_var in #(
 
1448
      _ | IFS | as_nl) ;; #(
 
1449
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
 
1450
      *) $as_unset $ac_var ;;
 
1451
      esac ;;
 
1452
    esac
 
1453
  done
 
1454
  (set) 2>&1 |
 
1455
    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
 
1456
    *${as_nl}ac_space=\ *)
 
1457
      sed -n \
 
1458
        "s/'\''/'\''\\\\'\'''\''/g;
 
1459
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
 
1460
      ;; #(
 
1461
    *)
 
1462
      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
 
1463
      ;;
 
1464
    esac |
 
1465
    sort
 
1466
)
 
1467
    echo
 
1468
 
 
1469
    cat <<\_ASBOX
 
1470
## ----------------- ##
 
1471
## Output variables. ##
 
1472
## ----------------- ##
 
1473
_ASBOX
 
1474
    echo
 
1475
    for ac_var in $ac_subst_vars
 
1476
    do
 
1477
      eval ac_val=\$$ac_var
 
1478
      case $ac_val in
 
1479
      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 
1480
      esac
 
1481
      $as_echo "$ac_var='\''$ac_val'\''"
 
1482
    done | sort
 
1483
    echo
 
1484
 
 
1485
    if test -n "$ac_subst_files"; then
 
1486
      cat <<\_ASBOX
 
1487
## ------------------- ##
 
1488
## File substitutions. ##
 
1489
## ------------------- ##
 
1490
_ASBOX
 
1491
      echo
 
1492
      for ac_var in $ac_subst_files
 
1493
      do
 
1494
        eval ac_val=\$$ac_var
 
1495
        case $ac_val in
 
1496
        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 
1497
        esac
 
1498
        $as_echo "$ac_var='\''$ac_val'\''"
 
1499
      done | sort
 
1500
      echo
 
1501
    fi
 
1502
 
 
1503
    if test -s confdefs.h; then
 
1504
      cat <<\_ASBOX
 
1505
## ----------- ##
 
1506
## confdefs.h. ##
 
1507
## ----------- ##
 
1508
_ASBOX
 
1509
      echo
 
1510
      cat confdefs.h
 
1511
      echo
 
1512
    fi
 
1513
    test "$ac_signal" != 0 &&
 
1514
      $as_echo "$as_me: caught signal $ac_signal"
 
1515
    $as_echo "$as_me: exit $exit_status"
 
1516
  } >&5
 
1517
  rm -f core *.core core.conftest.* &&
 
1518
    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
 
1519
    exit $exit_status
 
1520
' 0
 
1521
for ac_signal in 1 2 13 15; do
 
1522
  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
 
1523
done
 
1524
ac_signal=0
 
1525
 
 
1526
# confdefs.h avoids OS command line length limits that DEFS can exceed.
 
1527
rm -f -r conftest* confdefs.h
 
1528
 
 
1529
# Predefined preprocessor variables.
 
1530
 
 
1531
cat >>confdefs.h <<_ACEOF
 
1532
#define PACKAGE_NAME "$PACKAGE_NAME"
 
1533
_ACEOF
 
1534
 
 
1535
 
 
1536
cat >>confdefs.h <<_ACEOF
 
1537
#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
 
1538
_ACEOF
 
1539
 
 
1540
 
 
1541
cat >>confdefs.h <<_ACEOF
 
1542
#define PACKAGE_VERSION "$PACKAGE_VERSION"
 
1543
_ACEOF
 
1544
 
 
1545
 
 
1546
cat >>confdefs.h <<_ACEOF
 
1547
#define PACKAGE_STRING "$PACKAGE_STRING"
 
1548
_ACEOF
 
1549
 
 
1550
 
 
1551
cat >>confdefs.h <<_ACEOF
 
1552
#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
 
1553
_ACEOF
 
1554
 
 
1555
 
 
1556
# Let the site file select an alternate cache file if it wants to.
 
1557
# Prefer explicitly selected file to automatically selected ones.
 
1558
if test -n "$CONFIG_SITE"; then
 
1559
  set x "$CONFIG_SITE"
 
1560
elif test "x$prefix" != xNONE; then
 
1561
  set x "$prefix/share/config.site" "$prefix/etc/config.site"
 
1562
else
 
1563
  set x "$ac_default_prefix/share/config.site" \
 
1564
        "$ac_default_prefix/etc/config.site"
 
1565
fi
 
1566
shift
 
1567
for ac_site_file
 
1568
do
 
1569
  if test -r "$ac_site_file"; then
 
1570
    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
 
1571
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
 
1572
    sed 's/^/| /' "$ac_site_file" >&5
 
1573
    . "$ac_site_file"
 
1574
  fi
 
1575
done
 
1576
 
 
1577
if test -r "$cache_file"; then
 
1578
  # Some versions of bash will fail to source /dev/null (special
 
1579
  # files actually), so we avoid doing that.
 
1580
  if test -f "$cache_file"; then
 
1581
    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
 
1582
$as_echo "$as_me: loading cache $cache_file" >&6;}
 
1583
    case $cache_file in
 
1584
      [\\/]* | ?:[\\/]* ) . "$cache_file";;
 
1585
      *)                      . "./$cache_file";;
 
1586
    esac
 
1587
  fi
 
1588
else
 
1589
  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
 
1590
$as_echo "$as_me: creating cache $cache_file" >&6;}
 
1591
  >$cache_file
 
1592
fi
 
1593
 
 
1594
# Check that the precious variables saved in the cache have kept the same
 
1595
# value.
 
1596
ac_cache_corrupted=false
 
1597
for ac_var in $ac_precious_vars; do
 
1598
  eval ac_old_set=\$ac_cv_env_${ac_var}_set
 
1599
  eval ac_new_set=\$ac_env_${ac_var}_set
 
1600
  eval ac_old_val=\$ac_cv_env_${ac_var}_value
 
1601
  eval ac_new_val=\$ac_env_${ac_var}_value
 
1602
  case $ac_old_set,$ac_new_set in
 
1603
    set,)
 
1604
      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
 
1605
$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
 
1606
      ac_cache_corrupted=: ;;
 
1607
    ,set)
 
1608
      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
 
1609
$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
 
1610
      ac_cache_corrupted=: ;;
 
1611
    ,);;
 
1612
    *)
 
1613
      if test "x$ac_old_val" != "x$ac_new_val"; then
 
1614
        { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
 
1615
$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
 
1616
        { $as_echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
 
1617
$as_echo "$as_me:   former value:  $ac_old_val" >&2;}
 
1618
        { $as_echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
 
1619
$as_echo "$as_me:   current value: $ac_new_val" >&2;}
 
1620
        ac_cache_corrupted=:
 
1621
      fi;;
 
1622
  esac
 
1623
  # Pass precious variables to config.status.
 
1624
  if test "$ac_new_set" = set; then
 
1625
    case $ac_new_val in
 
1626
    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
 
1627
    *) ac_arg=$ac_var=$ac_new_val ;;
 
1628
    esac
 
1629
    case " $ac_configure_args " in
 
1630
      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
 
1631
      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
 
1632
    esac
 
1633
  fi
 
1634
done
 
1635
if $ac_cache_corrupted; then
 
1636
  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
 
1637
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
 
1638
  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
 
1639
$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
 
1640
   { (exit 1); exit 1; }; }
 
1641
fi
 
1642
 
 
1643
 
 
1644
 
 
1645
 
 
1646
 
 
1647
 
 
1648
 
 
1649
 
 
1650
 
 
1651
 
 
1652
 
 
1653
 
 
1654
 
 
1655
 
 
1656
 
 
1657
 
 
1658
 
 
1659
ac_ext=c
 
1660
ac_cpp='$CPP $CPPFLAGS'
 
1661
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
1662
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
1663
ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
1664
 
 
1665
 
 
1666
am__api_version='1.10'
 
1667
 
 
1668
ac_aux_dir=
 
1669
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
 
1670
  if test -f "$ac_dir/install-sh"; then
 
1671
    ac_aux_dir=$ac_dir
 
1672
    ac_install_sh="$ac_aux_dir/install-sh -c"
 
1673
    break
 
1674
  elif test -f "$ac_dir/install.sh"; then
 
1675
    ac_aux_dir=$ac_dir
 
1676
    ac_install_sh="$ac_aux_dir/install.sh -c"
 
1677
    break
 
1678
  elif test -f "$ac_dir/shtool"; then
 
1679
    ac_aux_dir=$ac_dir
 
1680
    ac_install_sh="$ac_aux_dir/shtool install -c"
 
1681
    break
 
1682
  fi
 
1683
done
 
1684
if test -z "$ac_aux_dir"; then
 
1685
  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
 
1686
$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
 
1687
   { (exit 1); exit 1; }; }
 
1688
fi
 
1689
 
 
1690
# These three variables are undocumented and unsupported,
 
1691
# and are intended to be withdrawn in a future Autoconf release.
 
1692
# They can cause serious problems if a builder's source tree is in a directory
 
1693
# whose full name contains unusual characters.
 
1694
ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
 
1695
ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
 
1696
ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
 
1697
 
 
1698
 
 
1699
# Find a good install program.  We prefer a C program (faster),
 
1700
# so one script is as good as another.  But avoid the broken or
 
1701
# incompatible versions:
 
1702
# SysV /etc/install, /usr/sbin/install
 
1703
# SunOS /usr/etc/install
 
1704
# IRIX /sbin/install
 
1705
# AIX /bin/install
 
1706
# AmigaOS /C/install, which installs bootblocks on floppy discs
 
1707
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
 
1708
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
 
1709
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 
1710
# OS/2's system install, which has a completely different semantic
 
1711
# ./install, which can be erroneously created by make from ./install.sh.
 
1712
{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 
1713
$as_echo_n "checking for a BSD-compatible install... " >&6; }
 
1714
if test -z "$INSTALL"; then
 
1715
if test "${ac_cv_path_install+set}" = set; then
 
1716
  $as_echo_n "(cached) " >&6
 
1717
else
 
1718
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
1719
for as_dir in $PATH
 
1720
do
 
1721
  IFS=$as_save_IFS
 
1722
  test -z "$as_dir" && as_dir=.
 
1723
  # Account for people who put trailing slashes in PATH elements.
 
1724
case $as_dir/ in
 
1725
  ./ | .// | /cC/* | \
 
1726
  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
 
1727
  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
 
1728
  /usr/ucb/* ) ;;
 
1729
  *)
 
1730
    # OSF1 and SCO ODT 3.0 have their own names for install.
 
1731
    # Don't use installbsd from OSF since it installs stuff as root
 
1732
    # by default.
 
1733
    for ac_prog in ginstall scoinst install; do
 
1734
      for ac_exec_ext in '' $ac_executable_extensions; do
 
1735
        if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
 
1736
          if test $ac_prog = install &&
 
1737
            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
 
1738
            # AIX install.  It has an incompatible calling convention.
 
1739
            :
 
1740
          elif test $ac_prog = install &&
 
1741
            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
 
1742
            # program-specific install script used by HP pwplus--don't use.
 
1743
            :
 
1744
          else
 
1745
            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
 
1746
            break 3
 
1747
          fi
 
1748
        fi
 
1749
      done
 
1750
    done
 
1751
    ;;
 
1752
esac
 
1753
done
 
1754
IFS=$as_save_IFS
 
1755
 
 
1756
 
 
1757
fi
 
1758
  if test "${ac_cv_path_install+set}" = set; then
 
1759
    INSTALL=$ac_cv_path_install
 
1760
  else
 
1761
    # As a last resort, use the slow shell script.  Don't cache a
 
1762
    # value for INSTALL within a source directory, because that will
 
1763
    # break other packages using the cache if that directory is
 
1764
    # removed, or if the value is a relative name.
 
1765
    INSTALL=$ac_install_sh
 
1766
  fi
 
1767
fi
 
1768
{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
 
1769
$as_echo "$INSTALL" >&6; }
 
1770
 
 
1771
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
 
1772
# It thinks the first close brace ends the variable substitution.
 
1773
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
 
1774
 
 
1775
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
 
1776
 
 
1777
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 
1778
 
 
1779
{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
 
1780
$as_echo_n "checking whether build environment is sane... " >&6; }
 
1781
# Just in case
 
1782
sleep 1
 
1783
echo timestamp > conftest.file
 
1784
# Do `set' in a subshell so we don't clobber the current shell's
 
1785
# arguments.  Must try -L first in case configure is actually a
 
1786
# symlink; some systems play weird games with the mod time of symlinks
 
1787
# (eg FreeBSD returns the mod time of the symlink's containing
 
1788
# directory).
 
1789
if (
 
1790
   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
 
1791
   if test "$*" = "X"; then
 
1792
      # -L didn't work.
 
1793
      set X `ls -t $srcdir/configure conftest.file`
 
1794
   fi
 
1795
   rm -f conftest.file
 
1796
   if test "$*" != "X $srcdir/configure conftest.file" \
 
1797
      && test "$*" != "X conftest.file $srcdir/configure"; then
 
1798
 
 
1799
      # If neither matched, then we have a broken ls.  This can happen
 
1800
      # if, for instance, CONFIG_SHELL is bash and it inherits a
 
1801
      # broken ls alias from the environment.  This has actually
 
1802
      # happened.  Such a system could not be considered "sane".
 
1803
      { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
 
1804
alias in your environment" >&5
 
1805
$as_echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
 
1806
alias in your environment" >&2;}
 
1807
   { (exit 1); exit 1; }; }
 
1808
   fi
 
1809
 
 
1810
   test "$2" = conftest.file
 
1811
   )
 
1812
then
 
1813
   # Ok.
 
1814
   :
 
1815
else
 
1816
   { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
 
1817
Check your system clock" >&5
 
1818
$as_echo "$as_me: error: newly created file is older than distributed files!
 
1819
Check your system clock" >&2;}
 
1820
   { (exit 1); exit 1; }; }
 
1821
fi
 
1822
{ $as_echo "$as_me:$LINENO: result: yes" >&5
 
1823
$as_echo "yes" >&6; }
 
1824
test "$program_prefix" != NONE &&
 
1825
  program_transform_name="s&^&$program_prefix&;$program_transform_name"
 
1826
# Use a double $ so make ignores it.
 
1827
test "$program_suffix" != NONE &&
 
1828
  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
 
1829
# Double any \ or $.
 
1830
# By default was `s,x,x', remove it if useless.
 
1831
ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
 
1832
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
 
1833
 
 
1834
# expand $ac_aux_dir to an absolute path
 
1835
am_aux_dir=`cd $ac_aux_dir && pwd`
 
1836
 
 
1837
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
 
1838
# Use eval to expand $SHELL
 
1839
if eval "$MISSING --run true"; then
 
1840
  am_missing_run="$MISSING --run "
 
1841
else
 
1842
  am_missing_run=
 
1843
  { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
 
1844
$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
 
1845
fi
 
1846
 
 
1847
{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
 
1848
$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
 
1849
if test -z "$MKDIR_P"; then
 
1850
  if test "${ac_cv_path_mkdir+set}" = set; then
 
1851
  $as_echo_n "(cached) " >&6
 
1852
else
 
1853
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
1854
for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
 
1855
do
 
1856
  IFS=$as_save_IFS
 
1857
  test -z "$as_dir" && as_dir=.
 
1858
  for ac_prog in mkdir gmkdir; do
 
1859
         for ac_exec_ext in '' $ac_executable_extensions; do
 
1860
           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
 
1861
           case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
 
1862
             'mkdir (GNU coreutils) '* | \
 
1863
             'mkdir (coreutils) '* | \
 
1864
             'mkdir (fileutils) '4.1*)
 
1865
               ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
 
1866
               break 3;;
 
1867
           esac
 
1868
         done
 
1869
       done
 
1870
done
 
1871
IFS=$as_save_IFS
 
1872
 
 
1873
fi
 
1874
 
 
1875
  if test "${ac_cv_path_mkdir+set}" = set; then
 
1876
    MKDIR_P="$ac_cv_path_mkdir -p"
 
1877
  else
 
1878
    # As a last resort, use the slow shell script.  Don't cache a
 
1879
    # value for MKDIR_P within a source directory, because that will
 
1880
    # break other packages using the cache if that directory is
 
1881
    # removed, or if the value is a relative name.
 
1882
    test -d ./--version && rmdir ./--version
 
1883
    MKDIR_P="$ac_install_sh -d"
 
1884
  fi
 
1885
fi
 
1886
{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
 
1887
$as_echo "$MKDIR_P" >&6; }
 
1888
 
 
1889
mkdir_p="$MKDIR_P"
 
1890
case $mkdir_p in
 
1891
  [\\/$]* | ?:[\\/]*) ;;
 
1892
  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
 
1893
esac
 
1894
 
 
1895
for ac_prog in gawk mawk nawk awk
 
1896
do
 
1897
  # Extract the first word of "$ac_prog", so it can be a program name with args.
 
1898
set dummy $ac_prog; ac_word=$2
 
1899
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1900
$as_echo_n "checking for $ac_word... " >&6; }
 
1901
if test "${ac_cv_prog_AWK+set}" = set; then
 
1902
  $as_echo_n "(cached) " >&6
 
1903
else
 
1904
  if test -n "$AWK"; then
 
1905
  ac_cv_prog_AWK="$AWK" # Let the user override the test.
 
1906
else
 
1907
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
1908
for as_dir in $PATH
 
1909
do
 
1910
  IFS=$as_save_IFS
 
1911
  test -z "$as_dir" && as_dir=.
 
1912
  for ac_exec_ext in '' $ac_executable_extensions; do
 
1913
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
1914
    ac_cv_prog_AWK="$ac_prog"
 
1915
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1916
    break 2
 
1917
  fi
 
1918
done
 
1919
done
 
1920
IFS=$as_save_IFS
 
1921
 
 
1922
fi
 
1923
fi
 
1924
AWK=$ac_cv_prog_AWK
 
1925
if test -n "$AWK"; then
 
1926
  { $as_echo "$as_me:$LINENO: result: $AWK" >&5
 
1927
$as_echo "$AWK" >&6; }
 
1928
else
 
1929
  { $as_echo "$as_me:$LINENO: result: no" >&5
 
1930
$as_echo "no" >&6; }
 
1931
fi
 
1932
 
 
1933
 
 
1934
  test -n "$AWK" && break
 
1935
done
 
1936
 
 
1937
{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
 
1938
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
 
1939
set x ${MAKE-make}
 
1940
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
 
1941
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
 
1942
  $as_echo_n "(cached) " >&6
 
1943
else
 
1944
  cat >conftest.make <<\_ACEOF
 
1945
SHELL = /bin/sh
 
1946
all:
 
1947
        @echo '@@@%%%=$(MAKE)=@@@%%%'
 
1948
_ACEOF
 
1949
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
 
1950
case `${MAKE-make} -f conftest.make 2>/dev/null` in
 
1951
  *@@@%%%=?*=@@@%%%*)
 
1952
    eval ac_cv_prog_make_${ac_make}_set=yes;;
 
1953
  *)
 
1954
    eval ac_cv_prog_make_${ac_make}_set=no;;
 
1955
esac
 
1956
rm -f conftest.make
 
1957
fi
 
1958
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
 
1959
  { $as_echo "$as_me:$LINENO: result: yes" >&5
 
1960
$as_echo "yes" >&6; }
 
1961
  SET_MAKE=
 
1962
else
 
1963
  { $as_echo "$as_me:$LINENO: result: no" >&5
 
1964
$as_echo "no" >&6; }
 
1965
  SET_MAKE="MAKE=${MAKE-make}"
 
1966
fi
 
1967
 
 
1968
rm -rf .tst 2>/dev/null
 
1969
mkdir .tst 2>/dev/null
 
1970
if test -d .tst; then
 
1971
  am__leading_dot=.
 
1972
else
 
1973
  am__leading_dot=_
 
1974
fi
 
1975
rmdir .tst 2>/dev/null
 
1976
 
 
1977
if test "`cd $srcdir && pwd`" != "`pwd`"; then
 
1978
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
 
1979
  # is not polluted with repeated "-I."
 
1980
  am__isrc=' -I$(srcdir)'
 
1981
  # test to see if srcdir already configured
 
1982
  if test -f $srcdir/config.status; then
 
1983
    { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
 
1984
$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
 
1985
   { (exit 1); exit 1; }; }
 
1986
  fi
 
1987
fi
 
1988
 
 
1989
# test whether we have cygpath
 
1990
if test -z "$CYGPATH_W"; then
 
1991
  if (cygpath --version) >/dev/null 2>/dev/null; then
 
1992
    CYGPATH_W='cygpath -w'
 
1993
  else
 
1994
    CYGPATH_W=echo
 
1995
  fi
 
1996
fi
 
1997
 
 
1998
 
 
1999
# Define the identity of the package.
 
2000
 PACKAGE=spiff_c
 
2001
 VERSION=0.8.2-doc
 
2002
 
 
2003
 
 
2004
cat >>confdefs.h <<_ACEOF
 
2005
#define PACKAGE "$PACKAGE"
 
2006
_ACEOF
 
2007
 
 
2008
 
 
2009
cat >>confdefs.h <<_ACEOF
 
2010
#define VERSION "$VERSION"
 
2011
_ACEOF
 
2012
 
 
2013
# Some tools Automake needs.
 
2014
 
 
2015
ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
 
2016
 
 
2017
 
 
2018
AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
 
2019
 
 
2020
 
 
2021
AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
 
2022
 
 
2023
 
 
2024
AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
 
2025
 
 
2026
 
 
2027
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
 
2028
 
 
2029
install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
 
2030
 
 
2031
# Installed binaries are usually stripped using `strip' when the user
 
2032
# run `make install-strip'.  However `strip' might not be the right
 
2033
# tool to use in cross-compilation environments, therefore Automake
 
2034
# will honor the `STRIP' environment variable to overrule this program.
 
2035
if test "$cross_compiling" != no; then
 
2036
  if test -n "$ac_tool_prefix"; then
 
2037
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 
2038
set dummy ${ac_tool_prefix}strip; ac_word=$2
 
2039
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
2040
$as_echo_n "checking for $ac_word... " >&6; }
 
2041
if test "${ac_cv_prog_STRIP+set}" = set; then
 
2042
  $as_echo_n "(cached) " >&6
 
2043
else
 
2044
  if test -n "$STRIP"; then
 
2045
  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
 
2046
else
 
2047
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
2048
for as_dir in $PATH
 
2049
do
 
2050
  IFS=$as_save_IFS
 
2051
  test -z "$as_dir" && as_dir=.
 
2052
  for ac_exec_ext in '' $ac_executable_extensions; do
 
2053
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
2054
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
 
2055
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
2056
    break 2
 
2057
  fi
 
2058
done
 
2059
done
 
2060
IFS=$as_save_IFS
 
2061
 
 
2062
fi
 
2063
fi
 
2064
STRIP=$ac_cv_prog_STRIP
 
2065
if test -n "$STRIP"; then
 
2066
  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
 
2067
$as_echo "$STRIP" >&6; }
 
2068
else
 
2069
  { $as_echo "$as_me:$LINENO: result: no" >&5
 
2070
$as_echo "no" >&6; }
 
2071
fi
 
2072
 
 
2073
 
 
2074
fi
 
2075
if test -z "$ac_cv_prog_STRIP"; then
 
2076
  ac_ct_STRIP=$STRIP
 
2077
  # Extract the first word of "strip", so it can be a program name with args.
 
2078
set dummy strip; ac_word=$2
 
2079
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
2080
$as_echo_n "checking for $ac_word... " >&6; }
 
2081
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
 
2082
  $as_echo_n "(cached) " >&6
 
2083
else
 
2084
  if test -n "$ac_ct_STRIP"; then
 
2085
  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
 
2086
else
 
2087
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
2088
for as_dir in $PATH
 
2089
do
 
2090
  IFS=$as_save_IFS
 
2091
  test -z "$as_dir" && as_dir=.
 
2092
  for ac_exec_ext in '' $ac_executable_extensions; do
 
2093
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
2094
    ac_cv_prog_ac_ct_STRIP="strip"
 
2095
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
2096
    break 2
 
2097
  fi
 
2098
done
 
2099
done
 
2100
IFS=$as_save_IFS
 
2101
 
 
2102
fi
 
2103
fi
 
2104
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
 
2105
if test -n "$ac_ct_STRIP"; then
 
2106
  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 
2107
$as_echo "$ac_ct_STRIP" >&6; }
 
2108
else
 
2109
  { $as_echo "$as_me:$LINENO: result: no" >&5
 
2110
$as_echo "no" >&6; }
 
2111
fi
 
2112
 
 
2113
  if test "x$ac_ct_STRIP" = x; then
 
2114
    STRIP=":"
 
2115
  else
 
2116
    case $cross_compiling:$ac_tool_warned in
 
2117
yes:)
 
2118
{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
2119
whose name does not start with the host triplet.  If you think this
 
2120
configuration is useful to you, please write to autoconf@gnu.org." >&5
 
2121
$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
2122
whose name does not start with the host triplet.  If you think this
 
2123
configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
2124
ac_tool_warned=yes ;;
 
2125
esac
 
2126
    STRIP=$ac_ct_STRIP
 
2127
  fi
 
2128
else
 
2129
  STRIP="$ac_cv_prog_STRIP"
 
2130
fi
 
2131
 
 
2132
fi
 
2133
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 
2134
 
 
2135
# We need awk for the "check" target.  The system "awk" is bad on
 
2136
# some platforms.
 
2137
# Always define AMTAR for backward compatibility.
 
2138
 
 
2139
AMTAR=${AMTAR-"${am_missing_run}tar"}
 
2140
 
 
2141
am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
 
2142
 
 
2143
 
 
2144
 
 
2145
 
 
2146
 
 
2147
 
 
2148
 
 
2149
# Extract the first word of "doxygen", so it can be a program name with args.
 
2150
set dummy doxygen; ac_word=$2
 
2151
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
2152
$as_echo_n "checking for $ac_word... " >&6; }
 
2153
if test "${ac_cv_prog_DOXY_CHECK+set}" = set; then
 
2154
  $as_echo_n "(cached) " >&6
 
2155
else
 
2156
  if test -n "$DOXY_CHECK"; then
 
2157
  ac_cv_prog_DOXY_CHECK="$DOXY_CHECK" # Let the user override the test.
 
2158
else
 
2159
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
2160
for as_dir in $PATH
 
2161
do
 
2162
  IFS=$as_save_IFS
 
2163
  test -z "$as_dir" && as_dir=.
 
2164
  for ac_exec_ext in '' $ac_executable_extensions; do
 
2165
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
2166
    ac_cv_prog_DOXY_CHECK="found"
 
2167
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
2168
    break 2
 
2169
  fi
 
2170
done
 
2171
done
 
2172
IFS=$as_save_IFS
 
2173
 
 
2174
  test -z "$ac_cv_prog_DOXY_CHECK" && ac_cv_prog_DOXY_CHECK="missing"
 
2175
fi
 
2176
fi
 
2177
DOXY_CHECK=$ac_cv_prog_DOXY_CHECK
 
2178
if test -n "$DOXY_CHECK"; then
 
2179
  { $as_echo "$as_me:$LINENO: result: $DOXY_CHECK" >&5
 
2180
$as_echo "$DOXY_CHECK" >&6; }
 
2181
else
 
2182
  { $as_echo "$as_me:$LINENO: result: no" >&5
 
2183
$as_echo "no" >&6; }
 
2184
fi
 
2185
 
 
2186
 
 
2187
if test ${DOXY_CHECK} != "found" ; then
 
2188
        { { $as_echo "$as_me:$LINENO: error: Please install Doxygen first." >&5
 
2189
$as_echo "$as_me: error: Please install Doxygen first." >&2;}
 
2190
   { (exit 1); exit 1; }; }
 
2191
fi
 
2192
 
 
2193
 
 
2194
# Extract the first word of "dot", so it can be a program name with args.
 
2195
set dummy dot; ac_word=$2
 
2196
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
2197
$as_echo_n "checking for $ac_word... " >&6; }
 
2198
if test "${ac_cv_prog_GRAPHVIZ_CHECK+set}" = set; then
 
2199
  $as_echo_n "(cached) " >&6
 
2200
else
 
2201
  if test -n "$GRAPHVIZ_CHECK"; then
 
2202
  ac_cv_prog_GRAPHVIZ_CHECK="$GRAPHVIZ_CHECK" # Let the user override the test.
 
2203
else
 
2204
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
2205
for as_dir in $PATH
 
2206
do
 
2207
  IFS=$as_save_IFS
 
2208
  test -z "$as_dir" && as_dir=.
 
2209
  for ac_exec_ext in '' $ac_executable_extensions; do
 
2210
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
2211
    ac_cv_prog_GRAPHVIZ_CHECK="found"
 
2212
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
2213
    break 2
 
2214
  fi
 
2215
done
 
2216
done
 
2217
IFS=$as_save_IFS
 
2218
 
 
2219
  test -z "$ac_cv_prog_GRAPHVIZ_CHECK" && ac_cv_prog_GRAPHVIZ_CHECK="missing"
 
2220
fi
 
2221
fi
 
2222
GRAPHVIZ_CHECK=$ac_cv_prog_GRAPHVIZ_CHECK
 
2223
if test -n "$GRAPHVIZ_CHECK"; then
 
2224
  { $as_echo "$as_me:$LINENO: result: $GRAPHVIZ_CHECK" >&5
 
2225
$as_echo "$GRAPHVIZ_CHECK" >&6; }
 
2226
else
 
2227
  { $as_echo "$as_me:$LINENO: result: no" >&5
 
2228
$as_echo "no" >&6; }
 
2229
fi
 
2230
 
 
2231
 
 
2232
if test ${GRAPHVIZ_CHECK} != "found" ; then
 
2233
        { { $as_echo "$as_me:$LINENO: error: Please install Graphviz first." >&5
 
2234
$as_echo "$as_me: error: Please install Graphviz first." >&2;}
 
2235
   { (exit 1); exit 1; }; }
 
2236
fi
 
2237
 
 
2238
 
 
2239
ac_config_files="$ac_config_files Makefile"
 
2240
 
 
2241
cat >confcache <<\_ACEOF
 
2242
# This file is a shell script that caches the results of configure
 
2243
# tests run on this system so they can be shared between configure
 
2244
# scripts and configure runs, see configure's option --config-cache.
 
2245
# It is not useful on other systems.  If it contains results you don't
 
2246
# want to keep, you may remove or edit it.
 
2247
#
 
2248
# config.status only pays attention to the cache file if you give it
 
2249
# the --recheck option to rerun configure.
 
2250
#
 
2251
# `ac_cv_env_foo' variables (set or unset) will be overridden when
 
2252
# loading this file, other *unset* `ac_cv_foo' will be assigned the
 
2253
# following values.
 
2254
 
 
2255
_ACEOF
 
2256
 
 
2257
# The following way of writing the cache mishandles newlines in values,
 
2258
# but we know of no workaround that is simple, portable, and efficient.
 
2259
# So, we kill variables containing newlines.
 
2260
# Ultrix sh set writes to stderr and can't be redirected directly,
 
2261
# and sets the high bit in the cache file unless we assign to the vars.
 
2262
(
 
2263
  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
 
2264
    eval ac_val=\$$ac_var
 
2265
    case $ac_val in #(
 
2266
    *${as_nl}*)
 
2267
      case $ac_var in #(
 
2268
      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
 
2269
$as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
 
2270
      esac
 
2271
      case $ac_var in #(
 
2272
      _ | IFS | as_nl) ;; #(
 
2273
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
 
2274
      *) $as_unset $ac_var ;;
 
2275
      esac ;;
 
2276
    esac
 
2277
  done
 
2278
 
 
2279
  (set) 2>&1 |
 
2280
    case $as_nl`(ac_space=' '; set) 2>&1` in #(
 
2281
    *${as_nl}ac_space=\ *)
 
2282
      # `set' does not quote correctly, so add quotes (double-quote
 
2283
      # substitution turns \\\\ into \\, and sed turns \\ into \).
 
2284
      sed -n \
 
2285
        "s/'/'\\\\''/g;
 
2286
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
 
2287
      ;; #(
 
2288
    *)
 
2289
      # `set' quotes correctly as required by POSIX, so do not add quotes.
 
2290
      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
 
2291
      ;;
 
2292
    esac |
 
2293
    sort
 
2294
) |
 
2295
  sed '
 
2296
     /^ac_cv_env_/b end
 
2297
     t clear
 
2298
     :clear
 
2299
     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
 
2300
     t end
 
2301
     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
 
2302
     :end' >>confcache
 
2303
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
 
2304
  if test -w "$cache_file"; then
 
2305
    test "x$cache_file" != "x/dev/null" &&
 
2306
      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
 
2307
$as_echo "$as_me: updating cache $cache_file" >&6;}
 
2308
    cat confcache >$cache_file
 
2309
  else
 
2310
    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
 
2311
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
 
2312
  fi
 
2313
fi
 
2314
rm -f confcache
 
2315
 
 
2316
test "x$prefix" = xNONE && prefix=$ac_default_prefix
 
2317
# Let make expand exec_prefix.
 
2318
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
 
2319
 
 
2320
# Transform confdefs.h into DEFS.
 
2321
# Protect against shell expansion while executing Makefile rules.
 
2322
# Protect against Makefile macro expansion.
 
2323
#
 
2324
# If the first sed substitution is executed (which looks for macros that
 
2325
# take arguments), then branch to the quote section.  Otherwise,
 
2326
# look for a macro that doesn't take arguments.
 
2327
ac_script='
 
2328
t clear
 
2329
:clear
 
2330
s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
 
2331
t quote
 
2332
s/^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
 
2333
t quote
 
2334
b any
 
2335
:quote
 
2336
s/[      `~#$^&*(){}\\|;'\''"<>?]/\\&/g
 
2337
s/\[/\\&/g
 
2338
s/\]/\\&/g
 
2339
s/\$/$$/g
 
2340
H
 
2341
:any
 
2342
${
 
2343
        g
 
2344
        s/^\n//
 
2345
        s/\n/ /g
 
2346
        p
 
2347
}
 
2348
'
 
2349
DEFS=`sed -n "$ac_script" confdefs.h`
 
2350
 
 
2351
 
 
2352
ac_libobjs=
 
2353
ac_ltlibobjs=
 
2354
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
 
2355
  # 1. Remove the extension, and $U if already installed.
 
2356
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
 
2357
  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
 
2358
  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
 
2359
  #    will be set to the directory where LIBOBJS objects are built.
 
2360
  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
 
2361
  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
 
2362
done
 
2363
LIBOBJS=$ac_libobjs
 
2364
 
 
2365
LTLIBOBJS=$ac_ltlibobjs
 
2366
 
 
2367
 
 
2368
 
 
2369
: ${CONFIG_STATUS=./config.status}
 
2370
ac_clean_files_save=$ac_clean_files
 
2371
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
 
2372
{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
 
2373
$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
 
2374
cat >$CONFIG_STATUS <<_ACEOF
 
2375
#! $SHELL
 
2376
# Generated by $as_me.
 
2377
# Run this file to recreate the current configuration.
 
2378
# Compiler output produced by configure, useful for debugging
 
2379
# configure, is in config.log if it exists.
 
2380
 
 
2381
debug=false
 
2382
ac_cs_recheck=false
 
2383
ac_cs_silent=false
 
2384
SHELL=\${CONFIG_SHELL-$SHELL}
 
2385
_ACEOF
 
2386
 
 
2387
cat >>$CONFIG_STATUS <<\_ACEOF
 
2388
## --------------------- ##
 
2389
## M4sh Initialization.  ##
 
2390
## --------------------- ##
 
2391
 
 
2392
# Be more Bourne compatible
 
2393
DUALCASE=1; export DUALCASE # for MKS sh
 
2394
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
2395
  emulate sh
 
2396
  NULLCMD=:
 
2397
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
2398
  # is contrary to our usage.  Disable this feature.
 
2399
  alias -g '${1+"$@"}'='"$@"'
 
2400
  setopt NO_GLOB_SUBST
 
2401
else
 
2402
  case `(set -o) 2>/dev/null` in
 
2403
  *posix*) set -o posix ;;
 
2404
esac
 
2405
 
 
2406
fi
 
2407
 
 
2408
 
 
2409
 
 
2410
 
 
2411
# PATH needs CR
 
2412
# Avoid depending upon Character Ranges.
 
2413
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 
2414
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 
2415
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 
2416
as_cr_digits='0123456789'
 
2417
as_cr_alnum=$as_cr_Letters$as_cr_digits
 
2418
 
 
2419
as_nl='
 
2420
'
 
2421
export as_nl
 
2422
# Printing a long string crashes Solaris 7 /usr/bin/printf.
 
2423
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
 
2424
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
 
2425
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
 
2426
if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
 
2427
  as_echo='printf %s\n'
 
2428
  as_echo_n='printf %s'
 
2429
else
 
2430
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
 
2431
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
 
2432
    as_echo_n='/usr/ucb/echo -n'
 
2433
  else
 
2434
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
 
2435
    as_echo_n_body='eval
 
2436
      arg=$1;
 
2437
      case $arg in
 
2438
      *"$as_nl"*)
 
2439
        expr "X$arg" : "X\\(.*\\)$as_nl";
 
2440
        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
 
2441
      esac;
 
2442
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
 
2443
    '
 
2444
    export as_echo_n_body
 
2445
    as_echo_n='sh -c $as_echo_n_body as_echo'
 
2446
  fi
 
2447
  export as_echo_body
 
2448
  as_echo='sh -c $as_echo_body as_echo'
 
2449
fi
 
2450
 
 
2451
# The user is always right.
 
2452
if test "${PATH_SEPARATOR+set}" != set; then
 
2453
  echo "#! /bin/sh" >conf$$.sh
 
2454
  echo  "exit 0"   >>conf$$.sh
 
2455
  chmod +x conf$$.sh
 
2456
  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 
2457
    PATH_SEPARATOR=';'
 
2458
  else
 
2459
    PATH_SEPARATOR=:
 
2460
  fi
 
2461
  rm -f conf$$.sh
 
2462
fi
 
2463
 
 
2464
# Support unset when possible.
 
2465
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 
2466
  as_unset=unset
 
2467
else
 
2468
  as_unset=false
 
2469
fi
 
2470
 
 
2471
 
 
2472
# IFS
 
2473
# We need space, tab and new line, in precisely that order.  Quoting is
 
2474
# there to prevent editors from complaining about space-tab.
 
2475
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
 
2476
# splitting by setting IFS to empty value.)
 
2477
IFS=" ""        $as_nl"
 
2478
 
 
2479
# Find who we are.  Look in the path if we contain no directory separator.
 
2480
case $0 in
 
2481
  *[\\/]* ) as_myself=$0 ;;
 
2482
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
2483
for as_dir in $PATH
 
2484
do
 
2485
  IFS=$as_save_IFS
 
2486
  test -z "$as_dir" && as_dir=.
 
2487
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 
2488
done
 
2489
IFS=$as_save_IFS
 
2490
 
 
2491
     ;;
 
2492
esac
 
2493
# We did not find ourselves, most probably we were run as `sh COMMAND'
 
2494
# in which case we are not to be found in the path.
 
2495
if test "x$as_myself" = x; then
 
2496
  as_myself=$0
 
2497
fi
 
2498
if test ! -f "$as_myself"; then
 
2499
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
2500
  { (exit 1); exit 1; }
 
2501
fi
 
2502
 
 
2503
# Work around bugs in pre-3.0 UWIN ksh.
 
2504
for as_var in ENV MAIL MAILPATH
 
2505
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
2506
done
 
2507
PS1='$ '
 
2508
PS2='> '
 
2509
PS4='+ '
 
2510
 
 
2511
# NLS nuisances.
 
2512
for as_var in \
 
2513
  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
 
2514
  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
 
2515
  LC_TELEPHONE LC_TIME
 
2516
do
 
2517
  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
 
2518
    eval $as_var=C; export $as_var
 
2519
  else
 
2520
    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
2521
  fi
 
2522
done
 
2523
 
 
2524
# Required to use basename.
 
2525
if expr a : '\(a\)' >/dev/null 2>&1 &&
 
2526
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
2527
  as_expr=expr
 
2528
else
 
2529
  as_expr=false
 
2530
fi
 
2531
 
 
2532
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
 
2533
  as_basename=basename
 
2534
else
 
2535
  as_basename=false
 
2536
fi
 
2537
 
 
2538
 
 
2539
# Name of the executable.
 
2540
as_me=`$as_basename -- "$0" ||
 
2541
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 
2542
         X"$0" : 'X\(//\)$' \| \
 
2543
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 
2544
$as_echo X/"$0" |
 
2545
    sed '/^.*\/\([^/][^/]*\)\/*$/{
 
2546
            s//\1/
 
2547
            q
 
2548
          }
 
2549
          /^X\/\(\/\/\)$/{
 
2550
            s//\1/
 
2551
            q
 
2552
          }
 
2553
          /^X\/\(\/\).*/{
 
2554
            s//\1/
 
2555
            q
 
2556
          }
 
2557
          s/.*/./; q'`
 
2558
 
 
2559
# CDPATH.
 
2560
$as_unset CDPATH
 
2561
 
 
2562
 
 
2563
 
 
2564
  as_lineno_1=$LINENO
 
2565
  as_lineno_2=$LINENO
 
2566
  test "x$as_lineno_1" != "x$as_lineno_2" &&
 
2567
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
 
2568
 
 
2569
  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
 
2570
  # uniformly replaced by the line number.  The first 'sed' inserts a
 
2571
  # line-number line after each line using $LINENO; the second 'sed'
 
2572
  # does the real work.  The second script uses 'N' to pair each
 
2573
  # line-number line with the line containing $LINENO, and appends
 
2574
  # trailing '-' during substitution so that $LINENO is not a special
 
2575
  # case at line end.
 
2576
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
 
2577
  # scripts with optimization help from Paolo Bonzini.  Blame Lee
 
2578
  # E. McMahon (1931-1989) for sed's syntax.  :-)
 
2579
  sed -n '
 
2580
    p
 
2581
    /[$]LINENO/=
 
2582
  ' <$as_myself |
 
2583
    sed '
 
2584
      s/[$]LINENO.*/&-/
 
2585
      t lineno
 
2586
      b
 
2587
      :lineno
 
2588
      N
 
2589
      :loop
 
2590
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
 
2591
      t loop
 
2592
      s/-\n.*//
 
2593
    ' >$as_me.lineno &&
 
2594
  chmod +x "$as_me.lineno" ||
 
2595
    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 
2596
   { (exit 1); exit 1; }; }
 
2597
 
 
2598
  # Don't try to exec as it changes $[0], causing all sort of problems
 
2599
  # (the dirname of $[0] is not the place where we might find the
 
2600
  # original and so on.  Autoconf is especially sensitive to this).
 
2601
  . "./$as_me.lineno"
 
2602
  # Exit status is that of the last command.
 
2603
  exit
 
2604
}
 
2605
 
 
2606
 
 
2607
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 
2608
  as_dirname=dirname
 
2609
else
 
2610
  as_dirname=false
 
2611
fi
 
2612
 
 
2613
ECHO_C= ECHO_N= ECHO_T=
 
2614
case `echo -n x` in
 
2615
-n*)
 
2616
  case `echo 'x\c'` in
 
2617
  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
 
2618
  *)   ECHO_C='\c';;
 
2619
  esac;;
 
2620
*)
 
2621
  ECHO_N='-n';;
 
2622
esac
 
2623
if expr a : '\(a\)' >/dev/null 2>&1 &&
 
2624
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
2625
  as_expr=expr
 
2626
else
 
2627
  as_expr=false
 
2628
fi
 
2629
 
 
2630
rm -f conf$$ conf$$.exe conf$$.file
 
2631
if test -d conf$$.dir; then
 
2632
  rm -f conf$$.dir/conf$$.file
 
2633
else
 
2634
  rm -f conf$$.dir
 
2635
  mkdir conf$$.dir
 
2636
fi
 
2637
echo >conf$$.file
 
2638
if ln -s conf$$.file conf$$ 2>/dev/null; then
 
2639
  as_ln_s='ln -s'
 
2640
  # ... but there are two gotchas:
 
2641
  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 
2642
  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 
2643
  # In both cases, we have to default to `cp -p'.
 
2644
  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 
2645
    as_ln_s='cp -p'
 
2646
elif ln conf$$.file conf$$ 2>/dev/null; then
 
2647
  as_ln_s=ln
 
2648
else
 
2649
  as_ln_s='cp -p'
 
2650
fi
 
2651
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 
2652
rmdir conf$$.dir 2>/dev/null
 
2653
 
 
2654
if mkdir -p . 2>/dev/null; then
 
2655
  as_mkdir_p=:
 
2656
else
 
2657
  test -d ./-p && rmdir ./-p
 
2658
  as_mkdir_p=false
 
2659
fi
 
2660
 
 
2661
if test -x / >/dev/null 2>&1; then
 
2662
  as_test_x='test -x'
 
2663
else
 
2664
  if ls -dL / >/dev/null 2>&1; then
 
2665
    as_ls_L_option=L
 
2666
  else
 
2667
    as_ls_L_option=
 
2668
  fi
 
2669
  as_test_x='
 
2670
    eval sh -c '\''
 
2671
      if test -d "$1"; then
 
2672
        test -d "$1/.";
 
2673
      else
 
2674
        case $1 in
 
2675
        -*)set "./$1";;
 
2676
        esac;
 
2677
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 
2678
        ???[sx]*):;;*)false;;esac;fi
 
2679
    '\'' sh
 
2680
  '
 
2681
fi
 
2682
as_executable_p=$as_test_x
 
2683
 
 
2684
# Sed expression to map a string onto a valid CPP name.
 
2685
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 
2686
 
 
2687
# Sed expression to map a string onto a valid variable name.
 
2688
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 
2689
 
 
2690
 
 
2691
exec 6>&1
 
2692
 
 
2693
# Save the log message, to keep $[0] and so on meaningful, and to
 
2694
# report actual input values of CONFIG_FILES etc. instead of their
 
2695
# values after options handling.
 
2696
ac_log="
 
2697
This file was extended by $as_me, which was
 
2698
generated by GNU Autoconf 2.61a.  Invocation command line was
 
2699
 
 
2700
  CONFIG_FILES    = $CONFIG_FILES
 
2701
  CONFIG_HEADERS  = $CONFIG_HEADERS
 
2702
  CONFIG_LINKS    = $CONFIG_LINKS
 
2703
  CONFIG_COMMANDS = $CONFIG_COMMANDS
 
2704
  $ $0 $@
 
2705
 
 
2706
on `(hostname || uname -n) 2>/dev/null | sed 1q`
 
2707
"
 
2708
 
 
2709
_ACEOF
 
2710
 
 
2711
cat >>$CONFIG_STATUS <<_ACEOF
 
2712
# Files that config.status was made for.
 
2713
config_files="$ac_config_files"
 
2714
 
 
2715
_ACEOF
 
2716
 
 
2717
cat >>$CONFIG_STATUS <<\_ACEOF
 
2718
ac_cs_usage="\
 
2719
\`$as_me' instantiates files from templates according to the
 
2720
current configuration.
 
2721
 
 
2722
Usage: $0 [OPTIONS] [FILE]...
 
2723
 
 
2724
  -h, --help       print this help, then exit
 
2725
  -V, --version    print version number and configuration settings, then exit
 
2726
  -q, --quiet      do not print progress messages
 
2727
  -d, --debug      don't remove temporary files
 
2728
      --recheck    update $as_me by reconfiguring in the same conditions
 
2729
  --file=FILE[:TEMPLATE]
 
2730
                   instantiate the configuration file FILE
 
2731
 
 
2732
Configuration files:
 
2733
$config_files
 
2734
 
 
2735
Report bugs to <bug-autoconf@gnu.org>."
 
2736
 
 
2737
_ACEOF
 
2738
cat >>$CONFIG_STATUS <<_ACEOF
 
2739
ac_cs_version="\\
 
2740
config.status
 
2741
configured by $0, generated by GNU Autoconf 2.61a,
 
2742
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
2743
 
 
2744
Copyright (C) 2006 Free Software Foundation, Inc.
 
2745
This config.status script is free software; the Free Software Foundation
 
2746
gives unlimited permission to copy, distribute and modify it."
 
2747
 
 
2748
ac_pwd='$ac_pwd'
 
2749
srcdir='$srcdir'
 
2750
INSTALL='$INSTALL'
 
2751
MKDIR_P='$MKDIR_P'
 
2752
AWK='$AWK'
 
2753
test -n "\$AWK" || AWK=awk
 
2754
_ACEOF
 
2755
 
 
2756
cat >>$CONFIG_STATUS <<\_ACEOF
 
2757
# If no file are specified by the user, then we need to provide default
 
2758
# value.  By we need to know if files were specified by the user.
 
2759
ac_need_defaults=:
 
2760
while test $# != 0
 
2761
do
 
2762
  case $1 in
 
2763
  --*=*)
 
2764
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
 
2765
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
 
2766
    ac_shift=:
 
2767
    ;;
 
2768
  *)
 
2769
    ac_option=$1
 
2770
    ac_optarg=$2
 
2771
    ac_shift=shift
 
2772
    ;;
 
2773
  esac
 
2774
 
 
2775
  case $ac_option in
 
2776
  # Handling of the options.
 
2777
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
 
2778
    ac_cs_recheck=: ;;
 
2779
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
 
2780
    $as_echo "$ac_cs_version"; exit ;;
 
2781
  --debug | --debu | --deb | --de | --d | -d )
 
2782
    debug=: ;;
 
2783
  --file | --fil | --fi | --f )
 
2784
    $ac_shift
 
2785
    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
 
2786
    ac_need_defaults=false;;
 
2787
  --he | --h |  --help | --hel | -h )
 
2788
    $as_echo "$ac_cs_usage"; exit ;;
 
2789
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 
2790
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
 
2791
    ac_cs_silent=: ;;
 
2792
 
 
2793
  # This is an error.
 
2794
  -*) { $as_echo "$as_me: error: unrecognized option: $1
 
2795
Try \`$0 --help' for more information." >&2
 
2796
   { (exit 1); exit 1; }; } ;;
 
2797
 
 
2798
  *) ac_config_targets="$ac_config_targets $1"
 
2799
     ac_need_defaults=false ;;
 
2800
 
 
2801
  esac
 
2802
  shift
 
2803
done
 
2804
 
 
2805
ac_configure_extra_args=
 
2806
 
 
2807
if $ac_cs_silent; then
 
2808
  exec 6>/dev/null
 
2809
  ac_configure_extra_args="$ac_configure_extra_args --silent"
 
2810
fi
 
2811
 
 
2812
_ACEOF
 
2813
cat >>$CONFIG_STATUS <<_ACEOF
 
2814
if \$ac_cs_recheck; then
 
2815
  set X '$SHELL' '$0'$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 
2816
  shift
 
2817
  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
 
2818
  CONFIG_SHELL='$SHELL'
 
2819
  export CONFIG_SHELL
 
2820
  exec "\$@"
 
2821
fi
 
2822
 
 
2823
_ACEOF
 
2824
cat >>$CONFIG_STATUS <<\_ACEOF
 
2825
exec 5>>config.log
 
2826
{
 
2827
  echo
 
2828
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 
2829
## Running $as_me. ##
 
2830
_ASBOX
 
2831
  $as_echo "$ac_log"
 
2832
} >&5
 
2833
 
 
2834
_ACEOF
 
2835
cat >>$CONFIG_STATUS <<_ACEOF
 
2836
_ACEOF
 
2837
 
 
2838
cat >>$CONFIG_STATUS <<\_ACEOF
 
2839
 
 
2840
# Handling of arguments.
 
2841
for ac_config_target in $ac_config_targets
 
2842
do
 
2843
  case $ac_config_target in
 
2844
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 
2845
 
 
2846
  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
 
2847
$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
 
2848
   { (exit 1); exit 1; }; };;
 
2849
  esac
 
2850
done
 
2851
 
 
2852
 
 
2853
# If the user did not use the arguments to specify the items to instantiate,
 
2854
# then the envvar interface is used.  Set only those that are not.
 
2855
# We use the long form for the default assignment because of an extremely
 
2856
# bizarre bug on SunOS 4.1.3.
 
2857
if $ac_need_defaults; then
 
2858
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
 
2859
fi
 
2860
 
 
2861
# Have a temporary directory for convenience.  Make it in the build tree
 
2862
# simply because there is no reason against having it here, and in addition,
 
2863
# creating and moving files from /tmp can sometimes cause problems.
 
2864
# Hook for its removal unless debugging.
 
2865
# Note that there is a small window in which the directory will not be cleaned:
 
2866
# after its creation but before its name has been assigned to `$tmp'.
 
2867
$debug ||
 
2868
{
 
2869
  tmp=
 
2870
  trap 'exit_status=$?
 
2871
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
 
2872
' 0
 
2873
  trap '{ (exit 1); exit 1; }' 1 2 13 15
 
2874
}
 
2875
# Create a (secure) tmp directory for tmp files.
 
2876
 
 
2877
{
 
2878
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
 
2879
  test -n "$tmp" && test -d "$tmp"
 
2880
}  ||
 
2881
{
 
2882
  tmp=./conf$$-$RANDOM
 
2883
  (umask 077 && mkdir "$tmp")
 
2884
} ||
 
2885
{
 
2886
   $as_echo "$me: cannot create a temporary directory in ." >&2
 
2887
   { (exit 1); exit 1; }
 
2888
}
 
2889
 
 
2890
# Set up the scripts for CONFIG_FILES section.
 
2891
# No need to generate them if there are no CONFIG_FILES.
 
2892
# This happens for instance with `./config.status config.h'.
 
2893
if test -n "$CONFIG_FILES"; then
 
2894
 
 
2895
 
 
2896
echo 'BEGIN {' >"$tmp/subs.awk"
 
2897
_ACEOF
 
2898
 
 
2899
 
 
2900
{
 
2901
  echo "cat >conf$$subs.awk <<_ACEOF"
 
2902
  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/'
 
2903
  echo "_ACEOF"
 
2904
} >conf$$subs.sh
 
2905
ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
 
2906
ac_delim='%!_!# '
 
2907
for ac_last_try in false false false false false :; do
 
2908
  . ./conf$$subs.sh
 
2909
 
 
2910
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` = $ac_delim_num; then
 
2911
    break
 
2912
  elif $ac_last_try; then
 
2913
    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
2914
$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
2915
   { (exit 1); exit 1; }; }
 
2916
  else
 
2917
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
2918
  fi
 
2919
done
 
2920
rm -f conf$$subs.sh
 
2921
 
 
2922
cat >>$CONFIG_STATUS <<_ACEOF
 
2923
cat >>"\$tmp/subs.awk" <<\CEOF
 
2924
_ACEOF
 
2925
sed -n '
 
2926
h
 
2927
s/^/S["/; s/!.*/"]=/
 
2928
p
 
2929
g
 
2930
s/^[^!]*!//
 
2931
:repl
 
2932
t repl
 
2933
s/'"$ac_delim"'$//
 
2934
t delim
 
2935
:nl
 
2936
h
 
2937
s/\(.\{148\}\).*/\1/
 
2938
t more1
 
2939
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
 
2940
p
 
2941
n
 
2942
b repl
 
2943
:more1
 
2944
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
 
2945
p
 
2946
g
 
2947
s/.\{148\}//
 
2948
t nl
 
2949
:delim
 
2950
h
 
2951
s/\(.\{148\}\).*/\1/
 
2952
t more2
 
2953
s/["\\]/\\&/g; s/^/"/; s/$/"/
 
2954
p
 
2955
b
 
2956
:more2
 
2957
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
 
2958
p
 
2959
g
 
2960
s/.\{148\}//
 
2961
t delim
 
2962
' <conf$$subs.awk | sed '
 
2963
/^[^"]/{
 
2964
  N
 
2965
  s/\n//
 
2966
}
 
2967
' >>$CONFIG_STATUS
 
2968
rm -f conf$$subs.awk
 
2969
cat >>$CONFIG_STATUS <<_ACEOF
 
2970
CEOF
 
2971
cat >>"\$tmp/subs.awk" <<CEOF
 
2972
  for (key in S) S_is_set[key] = 1
 
2973
  FS = ""
 
2974
 
 
2975
}
 
2976
{
 
2977
  line = $ 0
 
2978
  nfields = split(line, field, "@")
 
2979
  substed = 0
 
2980
  len = length(field[1])
 
2981
  for (i = 2; i < nfields; i++) {
 
2982
    key = field[i]
 
2983
    keylen = length(key)
 
2984
    if (S_is_set[key]) {
 
2985
      value = S[key]
 
2986
      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
 
2987
      len += length(value) + length(field[++i])
 
2988
      substed = 1
 
2989
    } else
 
2990
      len += 1 + keylen
 
2991
  }
 
2992
 
 
2993
  print line
 
2994
}
 
2995
 
 
2996
CEOF
 
2997
_ACEOF
 
2998
 
 
2999
# VPATH may cause trouble with some makes, so we remove $(srcdir),
 
3000
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
 
3001
# trailing colons and then remove the whole line if VPATH becomes empty
 
3002
# (actually we leave an empty line to preserve line numbers).
 
3003
if test "x$srcdir" = x.; then
 
3004
  ac_vpsub='/^[  ]*VPATH[        ]*=/{
 
3005
s/:*\$(srcdir):*/:/
 
3006
s/:*\${srcdir}:*/:/
 
3007
s/:*@srcdir@:*/:/
 
3008
s/^\([^=]*=[     ]*\):*/\1/
 
3009
s/:*$//
 
3010
s/^[^=]*=[       ]*$//
 
3011
}'
 
3012
fi
 
3013
 
 
3014
cat >>$CONFIG_STATUS <<\_ACEOF
 
3015
fi # test -n "$CONFIG_FILES"
 
3016
 
 
3017
 
 
3018
for ac_tag in  :F $CONFIG_FILES
 
3019
do
 
3020
  case $ac_tag in
 
3021
  :[FHLC]) ac_mode=$ac_tag; continue;;
 
3022
  esac
 
3023
  case $ac_mode$ac_tag in
 
3024
  :[FHL]*:*);;
 
3025
  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
 
3026
$as_echo "$as_me: error: Invalid tag $ac_tag." >&2;}
 
3027
   { (exit 1); exit 1; }; };;
 
3028
  :[FH]-) ac_tag=-:-;;
 
3029
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
 
3030
  esac
 
3031
  ac_save_IFS=$IFS
 
3032
  IFS=:
 
3033
  set x $ac_tag
 
3034
  IFS=$ac_save_IFS
 
3035
  shift
 
3036
  ac_file=$1
 
3037
  shift
 
3038
 
 
3039
  case $ac_mode in
 
3040
  :L) ac_source=$1;;
 
3041
  :[FH])
 
3042
    ac_file_inputs=
 
3043
    for ac_f
 
3044
    do
 
3045
      case $ac_f in
 
3046
      -) ac_f="$tmp/stdin";;
 
3047
      *) # Look for the file first in the build tree, then in the source tree
 
3048
         # (if the path is not absolute).  The absolute path cannot be DOS-style,
 
3049
         # because $ac_f cannot contain `:'.
 
3050
         test -f "$ac_f" ||
 
3051
           case $ac_f in
 
3052
           [\\/$]*) false;;
 
3053
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
 
3054
           esac ||
 
3055
           { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
 
3056
$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
 
3057
   { (exit 1); exit 1; }; };;
 
3058
      esac
 
3059
      ac_file_inputs="$ac_file_inputs $ac_f"
 
3060
    done
 
3061
 
 
3062
    # Let's still pretend it is `configure' which instantiates (i.e., don't
 
3063
    # use $as_me), people would be surprised to read:
 
3064
    #    /* config.h.  Generated by config.status.  */
 
3065
    configure_input='Generated from '`
 
3066
          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
 
3067
        `' by configure.'
 
3068
    if test x"$ac_file" != x-; then
 
3069
      configure_input="$ac_file.  $configure_input"
 
3070
      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
 
3071
$as_echo "$as_me: creating $ac_file" >&6;}
 
3072
    fi
 
3073
 
 
3074
    case $ac_tag in
 
3075
    *:-:* | *:-) cat >"$tmp/stdin";;
 
3076
    esac
 
3077
    ;;
 
3078
  esac
 
3079
 
 
3080
  ac_dir=`$as_dirname -- "$ac_file" ||
 
3081
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
3082
         X"$ac_file" : 'X\(//\)[^/]' \| \
 
3083
         X"$ac_file" : 'X\(//\)$' \| \
 
3084
         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
 
3085
$as_echo X"$ac_file" |
 
3086
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
3087
            s//\1/
 
3088
            q
 
3089
          }
 
3090
          /^X\(\/\/\)[^/].*/{
 
3091
            s//\1/
 
3092
            q
 
3093
          }
 
3094
          /^X\(\/\/\)$/{
 
3095
            s//\1/
 
3096
            q
 
3097
          }
 
3098
          /^X\(\/\).*/{
 
3099
            s//\1/
 
3100
            q
 
3101
          }
 
3102
          s/.*/./; q'`
 
3103
  { as_dir="$ac_dir"
 
3104
  case $as_dir in #(
 
3105
  -*) as_dir=./$as_dir;;
 
3106
  esac
 
3107
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 
3108
    as_dirs=
 
3109
    while :; do
 
3110
      case $as_dir in #(
 
3111
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 
3112
      *) as_qdir=$as_dir;;
 
3113
      esac
 
3114
      as_dirs="'$as_qdir' $as_dirs"
 
3115
      as_dir=`$as_dirname -- "$as_dir" ||
 
3116
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
3117
         X"$as_dir" : 'X\(//\)[^/]' \| \
 
3118
         X"$as_dir" : 'X\(//\)$' \| \
 
3119
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
3120
$as_echo X"$as_dir" |
 
3121
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
3122
            s//\1/
 
3123
            q
 
3124
          }
 
3125
          /^X\(\/\/\)[^/].*/{
 
3126
            s//\1/
 
3127
            q
 
3128
          }
 
3129
          /^X\(\/\/\)$/{
 
3130
            s//\1/
 
3131
            q
 
3132
          }
 
3133
          /^X\(\/\).*/{
 
3134
            s//\1/
 
3135
            q
 
3136
          }
 
3137
          s/.*/./; q'`
 
3138
      test -d "$as_dir" && break
 
3139
    done
 
3140
    test -z "$as_dirs" || eval "mkdir $as_dirs"
 
3141
  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 
3142
$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
 
3143
   { (exit 1); exit 1; }; }; }
 
3144
  ac_builddir=.
 
3145
 
 
3146
case "$ac_dir" in
 
3147
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
3148
*)
 
3149
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's,^\.[\\/],,'`
 
3150
  # A ".." for each directory in $ac_dir_suffix.
 
3151
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 
3152
  case $ac_top_builddir_sub in
 
3153
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
3154
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 
3155
  esac ;;
 
3156
esac
 
3157
ac_abs_top_builddir=$ac_pwd
 
3158
ac_abs_builddir=$ac_pwd$ac_dir_suffix
 
3159
# for backward compatibility:
 
3160
ac_top_builddir=$ac_top_build_prefix
 
3161
 
 
3162
case $srcdir in
 
3163
  .)  # We are building in place.
 
3164
    ac_srcdir=.
 
3165
    ac_top_srcdir=$ac_top_builddir_sub
 
3166
    ac_abs_top_srcdir=$ac_pwd ;;
 
3167
  [\\/]* | ?:[\\/]* )  # Absolute name.
 
3168
    ac_srcdir=$srcdir$ac_dir_suffix;
 
3169
    ac_top_srcdir=$srcdir
 
3170
    ac_abs_top_srcdir=$srcdir ;;
 
3171
  *) # Relative name.
 
3172
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 
3173
    ac_top_srcdir=$ac_top_build_prefix$srcdir
 
3174
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 
3175
esac
 
3176
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 
3177
 
 
3178
 
 
3179
  case $ac_mode in
 
3180
  :F)
 
3181
  #
 
3182
  # CONFIG_FILE
 
3183
  #
 
3184
 
 
3185
  case $INSTALL in
 
3186
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
 
3187
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
 
3188
  esac
 
3189
  ac_MKDIR_P=$MKDIR_P
 
3190
  case $MKDIR_P in
 
3191
  [\\/$]* | ?:[\\/]* ) ;;
 
3192
  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
 
3193
  esac
 
3194
_ACEOF
 
3195
 
 
3196
cat >>$CONFIG_STATUS <<\_ACEOF
 
3197
# If the template does not know about datarootdir, expand it.
 
3198
# FIXME: This hack should be removed a few years after 2.60.
 
3199
ac_datarootdir_hack=; ac_datarootdir_seen=
 
3200
 
 
3201
case `sed -n '/datarootdir/ {
 
3202
  p
 
3203
  q
 
3204
}
 
3205
/@datadir@/p
 
3206
/@docdir@/p
 
3207
/@infodir@/p
 
3208
/@localedir@/p
 
3209
/@mandir@/p
 
3210
' $ac_file_inputs` in
 
3211
*datarootdir*) ac_datarootdir_seen=yes;;
 
3212
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
 
3213
  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
 
3214
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
 
3215
_ACEOF
 
3216
cat >>$CONFIG_STATUS <<_ACEOF
 
3217
  ac_datarootdir_hack='
 
3218
  s&@datadir@&$datadir&g
 
3219
  s&@docdir@&$docdir&g
 
3220
  s&@infodir@&$infodir&g
 
3221
  s&@localedir@&$localedir&g
 
3222
  s&@mandir@&$mandir&g
 
3223
    s&\\\${datarootdir}&$datarootdir&g' ;;
 
3224
esac
 
3225
_ACEOF
 
3226
 
 
3227
# Neutralize VPATH when `$srcdir' = `.'.
 
3228
# Shell code in configure.ac might set extrasub.
 
3229
# FIXME: do we really want to maintain this feature?
 
3230
cat >>$CONFIG_STATUS <<_ACEOF
 
3231
  sed "$ac_vpsub
 
3232
$extrasub
 
3233
_ACEOF
 
3234
cat >>$CONFIG_STATUS <<\_ACEOF
 
3235
:t
 
3236
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
3237
s&@configure_input@&$configure_input&;t t
 
3238
s&@top_builddir@&$ac_top_builddir_sub&;t t
 
3239
s&@srcdir@&$ac_srcdir&;t t
 
3240
s&@abs_srcdir@&$ac_abs_srcdir&;t t
 
3241
s&@top_srcdir@&$ac_top_srcdir&;t t
 
3242
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
 
3243
s&@builddir@&$ac_builddir&;t t
 
3244
s&@abs_builddir@&$ac_abs_builddir&;t t
 
3245
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
 
3246
s&@INSTALL@&$ac_INSTALL&;t t
 
3247
s&@MKDIR_P@&$ac_MKDIR_P&;t t
 
3248
$ac_datarootdir_hack
 
3249
" $ac_file_inputs | $AWK -f "$tmp/subs.awk" >$tmp/out
 
3250
 
 
3251
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
 
3252
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
 
3253
  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
 
3254
  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
3255
which seems to be undefined.  Please make sure it is defined." >&5
 
3256
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
3257
which seems to be undefined.  Please make sure it is defined." >&2;}
 
3258
 
 
3259
  rm -f "$tmp/stdin"
 
3260
  case $ac_file in
 
3261
  -) cat "$tmp/out"; rm -f "$tmp/out";;
 
3262
  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
 
3263
  esac
 
3264
 ;;
 
3265
 
 
3266
 
 
3267
 
 
3268
  esac
 
3269
 
 
3270
done # for ac_tag
 
3271
 
 
3272
 
 
3273
{ (exit 0); exit 0; }
 
3274
_ACEOF
 
3275
chmod +x $CONFIG_STATUS
 
3276
ac_clean_files=$ac_clean_files_save
 
3277
 
 
3278
 
 
3279
# configure is writing to config.log, and then calls config.status.
 
3280
# config.status does its own redirection, appending to config.log.
 
3281
# Unfortunately, on DOS this fails, as config.log is still kept open
 
3282
# by configure, so config.status won't be able to write to it; its
 
3283
# output is simply discarded.  So we exec the FD to /dev/null,
 
3284
# effectively closing config.log, so it can be properly (re)opened and
 
3285
# appended to by config.status.  When coming back to configure, we
 
3286
# need to make the FD available again.
 
3287
if test "$no_create" != yes; then
 
3288
  ac_cs_success=:
 
3289
  ac_config_status_args=
 
3290
  test "$silent" = yes &&
 
3291
    ac_config_status_args="$ac_config_status_args --quiet"
 
3292
  exec 5>/dev/null
 
3293
  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
 
3294
  exec 5>>config.log
 
3295
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
 
3296
  # would make configure fail if this is the last instruction.
 
3297
  $ac_cs_success || { (exit 1); exit 1; }
 
3298
fi
 
3299
 
 
3300