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