~ubuntu-branches/ubuntu/lucid/gnome-subtitles/lucid

« back to all changes in this revision

Viewing changes to sublib-0.8/configure

  • Committer: Bazaar Package Importer
  • Author(s): Tiago Bortoletto Vaz
  • Date: 2007-12-03 20:52:52 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071203205252-2y6uuv4gcw9mi9n5
Tags: 0.7-1
* New upstream release;
* Add libxml-parser-perl to Build-Depends-Indep. Thanks to Lucas Nussbaum.
  (Closes: #445799);
* Fixes manpage issue with dpatch

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