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