1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.59 for hyperestraier-rubypure 1.0.0.
4#
5# Copyright (C) 2003 Free Software Foundation, Inc.
6# This configure script is free software; the Free Software Foundation
7# gives unlimited permission to copy, distribute and modify it.
8## --------------------- ##
9## M4sh Initialization.  ##
10## --------------------- ##
11
12# Be Bourne compatible
13if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
14  emulate sh
15  NULLCMD=:
16  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17  # is contrary to our usage.  Disable this feature.
18  alias -g '${1+"$@"}'='"$@"'
19elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20  set -o posix
21fi
22DUALCASE=1; export DUALCASE # for MKS sh
23
24# Support unset when possible.
25if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26  as_unset=unset
27else
28  as_unset=false
29fi
30
31
32# Work around bugs in pre-3.0 UWIN ksh.
33$as_unset ENV MAIL MAILPATH
34PS1='$ '
35PS2='> '
36PS4='+ '
37
38# NLS nuisances.
39for as_var in \
40  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42  LC_TELEPHONE LC_TIME
43do
44  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45    eval $as_var=C; export $as_var
46  else
47    $as_unset $as_var
48  fi
49done
50
51# Required to use basename.
52if expr a : '\(a\)' >/dev/null 2>&1; then
53  as_expr=expr
54else
55  as_expr=false
56fi
57
58if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59  as_basename=basename
60else
61  as_basename=false
62fi
63
64
65# Name of the executable.
66as_me=`$as_basename "$0" ||
67$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68	 X"$0" : 'X\(//\)$' \| \
69	 X"$0" : 'X\(/\)$' \| \
70	 .     : '\(.\)' 2>/dev/null ||
71echo X/"$0" |
72    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
74  	  /^X\/\(\/\).*/{ s//\1/; q; }
75  	  s/.*/./; q'`
76
77
78# PATH needs CR, and LINENO needs CR and PATH.
79# Avoid depending upon Character Ranges.
80as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83as_cr_digits='0123456789'
84as_cr_alnum=$as_cr_Letters$as_cr_digits
85
86# The user is always right.
87if test "${PATH_SEPARATOR+set}" != set; then
88  echo "#! /bin/sh" >conf$$.sh
89  echo  "exit 0"   >>conf$$.sh
90  chmod +x conf$$.sh
91  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
92    PATH_SEPARATOR=';'
93  else
94    PATH_SEPARATOR=:
95  fi
96  rm -f conf$$.sh
97fi
98
99
100  as_lineno_1=$LINENO
101  as_lineno_2=$LINENO
102  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103  test "x$as_lineno_1" != "x$as_lineno_2" &&
104  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
105  # Find who we are.  Look in the path if we contain no path at all
106  # relative or not.
107  case $0 in
108    *[\\/]* ) as_myself=$0 ;;
109    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
110for as_dir in $PATH
111do
112  IFS=$as_save_IFS
113  test -z "$as_dir" && as_dir=.
114  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115done
116
117       ;;
118  esac
119  # We did not find ourselves, most probably we were run as `sh COMMAND'
120  # in which case we are not to be found in the path.
121  if test "x$as_myself" = x; then
122    as_myself=$0
123  fi
124  if test ! -f "$as_myself"; then
125    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126   { (exit 1); exit 1; }; }
127  fi
128  case $CONFIG_SHELL in
129  '')
130    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132do
133  IFS=$as_save_IFS
134  test -z "$as_dir" && as_dir=.
135  for as_base in sh bash ksh sh5; do
136	 case $as_dir in
137	 /*)
138	   if ("$as_dir/$as_base" -c '
139  as_lineno_1=$LINENO
140  as_lineno_2=$LINENO
141  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142  test "x$as_lineno_1" != "x$as_lineno_2" &&
143  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
144	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146	     CONFIG_SHELL=$as_dir/$as_base
147	     export CONFIG_SHELL
148	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
149	   fi;;
150	 esac
151       done
152done
153;;
154  esac
155
156  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157  # uniformly replaced by the line number.  The first 'sed' inserts a
158  # line-number line before each line; the second 'sed' does the real
159  # work.  The second script uses 'N' to pair each line-number line
160  # with the numbered line, and appends trailing '-' during
161  # substitution so that $LINENO is not a special case at line end.
162  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
164  sed '=' <$as_myself |
165    sed '
166      N
167      s,$,-,
168      : loop
169      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
170      t loop
171      s,-$,,
172      s,^['$as_cr_digits']*\n,,
173    ' >$as_me.lineno &&
174  chmod +x $as_me.lineno ||
175    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176   { (exit 1); exit 1; }; }
177
178  # Don't try to exec as it changes $[0], causing all sort of problems
179  # (the dirname of $[0] is not the place where we might find the
180  # original and so on.  Autoconf is especially sensible to this).
181  . ./$as_me.lineno
182  # Exit status is that of the last command.
183  exit
184}
185
186
187case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188  *c*,-n*) ECHO_N= ECHO_C='
189' ECHO_T='	' ;;
190  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
192esac
193
194if expr a : '\(a\)' >/dev/null 2>&1; then
195  as_expr=expr
196else
197  as_expr=false
198fi
199
200rm -f conf$$ conf$$.exe conf$$.file
201echo >conf$$.file
202if ln -s conf$$.file conf$$ 2>/dev/null; then
203  # We could just check for DJGPP; but this test a) works b) is more generic
204  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205  if test -f conf$$.exe; then
206    # Don't use ln at all; we don't have any links
207    as_ln_s='cp -p'
208  else
209    as_ln_s='ln -s'
210  fi
211elif ln conf$$.file conf$$ 2>/dev/null; then
212  as_ln_s=ln
213else
214  as_ln_s='cp -p'
215fi
216rm -f conf$$ conf$$.exe conf$$.file
217
218if mkdir -p . 2>/dev/null; then
219  as_mkdir_p=:
220else
221  test -d ./-p && rmdir ./-p
222  as_mkdir_p=false
223fi
224
225as_executable_p="test -f"
226
227# Sed expression to map a string onto a valid CPP name.
228as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
229
230# Sed expression to map a string onto a valid variable name.
231as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
232
233
234# IFS
235# We need space, tab and new line, in precisely that order.
236as_nl='
237'
238IFS=" 	$as_nl"
239
240# CDPATH.
241$as_unset CDPATH
242
243
244# Name of the host.
245# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246# so uname gets run too.
247ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
248
249exec 6>&1
250
251#
252# Initializations.
253#
254ac_default_prefix=/usr/local
255ac_config_libobj_dir=.
256cross_compiling=no
257subdirs=
258MFLAGS=
259MAKEFLAGS=
260SHELL=${CONFIG_SHELL-/bin/sh}
261
262# Maximum number of lines to put in a shell here document.
263# This variable seems obsolete.  It should probably be removed, and
264# only ac_max_sed_lines should be used.
265: ${ac_max_here_lines=38}
266
267# Identity of this package.
268PACKAGE_NAME='hyperestraier-rubypure'
269PACKAGE_TARNAME='hyperestraier-rubypure'
270PACKAGE_VERSION='1.0.0'
271PACKAGE_STRING='hyperestraier-rubypure 1.0.0'
272PACKAGE_BUGREPORT=''
273
274ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS RUBY RDOC MYRBLIBDIR LIBOBJS LTLIBOBJS'
275ac_subst_files=''
276
277# Initialize some variables set by options.
278ac_init_help=
279ac_init_version=false
280# The variables have the same names as the options, with
281# dashes changed to underlines.
282cache_file=/dev/null
283exec_prefix=NONE
284no_create=
285no_recursion=
286prefix=NONE
287program_prefix=NONE
288program_suffix=NONE
289program_transform_name=s,x,x,
290silent=
291site=
292srcdir=
293verbose=
294x_includes=NONE
295x_libraries=NONE
296
297# Installation directory options.
298# These are left unexpanded so users can "make install exec_prefix=/foo"
299# and all the variables that are supposed to be based on exec_prefix
300# by default will actually change.
301# Use braces instead of parens because sh, perl, etc. also accept them.
302bindir='${exec_prefix}/bin'
303sbindir='${exec_prefix}/sbin'
304libexecdir='${exec_prefix}/libexec'
305datadir='${prefix}/share'
306sysconfdir='${prefix}/etc'
307sharedstatedir='${prefix}/com'
308localstatedir='${prefix}/var'
309libdir='${exec_prefix}/lib'
310includedir='${prefix}/include'
311oldincludedir='/usr/include'
312infodir='${prefix}/info'
313mandir='${prefix}/man'
314
315ac_prev=
316for ac_option
317do
318  # If the previous option needs an argument, assign it.
319  if test -n "$ac_prev"; then
320    eval "$ac_prev=\$ac_option"
321    ac_prev=
322    continue
323  fi
324
325  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
326
327  # Accept the important Cygnus configure options, so we can diagnose typos.
328
329  case $ac_option in
330
331  -bindir | --bindir | --bindi | --bind | --bin | --bi)
332    ac_prev=bindir ;;
333  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
334    bindir=$ac_optarg ;;
335
336  -build | --build | --buil | --bui | --bu)
337    ac_prev=build_alias ;;
338  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
339    build_alias=$ac_optarg ;;
340
341  -cache-file | --cache-file | --cache-fil | --cache-fi \
342  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
343    ac_prev=cache_file ;;
344  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
345  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
346    cache_file=$ac_optarg ;;
347
348  --config-cache | -C)
349    cache_file=config.cache ;;
350
351  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
352    ac_prev=datadir ;;
353  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
354  | --da=*)
355    datadir=$ac_optarg ;;
356
357  -disable-* | --disable-*)
358    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
359    # Reject names that are not valid shell variable names.
360    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
361      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
362   { (exit 1); exit 1; }; }
363    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
364    eval "enable_$ac_feature=no" ;;
365
366  -enable-* | --enable-*)
367    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
368    # Reject names that are not valid shell variable names.
369    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
370      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
371   { (exit 1); exit 1; }; }
372    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
373    case $ac_option in
374      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
375      *) ac_optarg=yes ;;
376    esac
377    eval "enable_$ac_feature='$ac_optarg'" ;;
378
379  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
380  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
381  | --exec | --exe | --ex)
382    ac_prev=exec_prefix ;;
383  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
384  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
385  | --exec=* | --exe=* | --ex=*)
386    exec_prefix=$ac_optarg ;;
387
388  -gas | --gas | --ga | --g)
389    # Obsolete; use --with-gas.
390    with_gas=yes ;;
391
392  -help | --help | --hel | --he | -h)
393    ac_init_help=long ;;
394  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
395    ac_init_help=recursive ;;
396  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
397    ac_init_help=short ;;
398
399  -host | --host | --hos | --ho)
400    ac_prev=host_alias ;;
401  -host=* | --host=* | --hos=* | --ho=*)
402    host_alias=$ac_optarg ;;
403
404  -includedir | --includedir | --includedi | --included | --include \
405  | --includ | --inclu | --incl | --inc)
406    ac_prev=includedir ;;
407  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
408  | --includ=* | --inclu=* | --incl=* | --inc=*)
409    includedir=$ac_optarg ;;
410
411  -infodir | --infodir | --infodi | --infod | --info | --inf)
412    ac_prev=infodir ;;
413  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
414    infodir=$ac_optarg ;;
415
416  -libdir | --libdir | --libdi | --libd)
417    ac_prev=libdir ;;
418  -libdir=* | --libdir=* | --libdi=* | --libd=*)
419    libdir=$ac_optarg ;;
420
421  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
422  | --libexe | --libex | --libe)
423    ac_prev=libexecdir ;;
424  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
425  | --libexe=* | --libex=* | --libe=*)
426    libexecdir=$ac_optarg ;;
427
428  -localstatedir | --localstatedir | --localstatedi | --localstated \
429  | --localstate | --localstat | --localsta | --localst \
430  | --locals | --local | --loca | --loc | --lo)
431    ac_prev=localstatedir ;;
432  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
433  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
434  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
435    localstatedir=$ac_optarg ;;
436
437  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
438    ac_prev=mandir ;;
439  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
440    mandir=$ac_optarg ;;
441
442  -nfp | --nfp | --nf)
443    # Obsolete; use --without-fp.
444    with_fp=no ;;
445
446  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
447  | --no-cr | --no-c | -n)
448    no_create=yes ;;
449
450  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
451  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
452    no_recursion=yes ;;
453
454  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
455  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
456  | --oldin | --oldi | --old | --ol | --o)
457    ac_prev=oldincludedir ;;
458  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
459  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
460  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
461    oldincludedir=$ac_optarg ;;
462
463  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
464    ac_prev=prefix ;;
465  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
466    prefix=$ac_optarg ;;
467
468  -program-prefix | --program-prefix | --program-prefi | --program-pref \
469  | --program-pre | --program-pr | --program-p)
470    ac_prev=program_prefix ;;
471  -program-prefix=* | --program-prefix=* | --program-prefi=* \
472  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
473    program_prefix=$ac_optarg ;;
474
475  -program-suffix | --program-suffix | --program-suffi | --program-suff \
476  | --program-suf | --program-su | --program-s)
477    ac_prev=program_suffix ;;
478  -program-suffix=* | --program-suffix=* | --program-suffi=* \
479  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
480    program_suffix=$ac_optarg ;;
481
482  -program-transform-name | --program-transform-name \
483  | --program-transform-nam | --program-transform-na \
484  | --program-transform-n | --program-transform- \
485  | --program-transform | --program-transfor \
486  | --program-transfo | --program-transf \
487  | --program-trans | --program-tran \
488  | --progr-tra | --program-tr | --program-t)
489    ac_prev=program_transform_name ;;
490  -program-transform-name=* | --program-transform-name=* \
491  | --program-transform-nam=* | --program-transform-na=* \
492  | --program-transform-n=* | --program-transform-=* \
493  | --program-transform=* | --program-transfor=* \
494  | --program-transfo=* | --program-transf=* \
495  | --program-trans=* | --program-tran=* \
496  | --progr-tra=* | --program-tr=* | --program-t=*)
497    program_transform_name=$ac_optarg ;;
498
499  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
500  | -silent | --silent | --silen | --sile | --sil)
501    silent=yes ;;
502
503  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
504    ac_prev=sbindir ;;
505  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
506  | --sbi=* | --sb=*)
507    sbindir=$ac_optarg ;;
508
509  -sharedstatedir | --sharedstatedir | --sharedstatedi \
510  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
511  | --sharedst | --shareds | --shared | --share | --shar \
512  | --sha | --sh)
513    ac_prev=sharedstatedir ;;
514  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
515  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
516  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
517  | --sha=* | --sh=*)
518    sharedstatedir=$ac_optarg ;;
519
520  -site | --site | --sit)
521    ac_prev=site ;;
522  -site=* | --site=* | --sit=*)
523    site=$ac_optarg ;;
524
525  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
526    ac_prev=srcdir ;;
527  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
528    srcdir=$ac_optarg ;;
529
530  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
531  | --syscon | --sysco | --sysc | --sys | --sy)
532    ac_prev=sysconfdir ;;
533  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
534  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
535    sysconfdir=$ac_optarg ;;
536
537  -target | --target | --targe | --targ | --tar | --ta | --t)
538    ac_prev=target_alias ;;
539  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
540    target_alias=$ac_optarg ;;
541
542  -v | -verbose | --verbose | --verbos | --verbo | --verb)
543    verbose=yes ;;
544
545  -version | --version | --versio | --versi | --vers | -V)
546    ac_init_version=: ;;
547
548  -with-* | --with-*)
549    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
550    # Reject names that are not valid shell variable names.
551    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
552      { echo "$as_me: error: invalid package name: $ac_package" >&2
553   { (exit 1); exit 1; }; }
554    ac_package=`echo $ac_package| sed 's/-/_/g'`
555    case $ac_option in
556      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
557      *) ac_optarg=yes ;;
558    esac
559    eval "with_$ac_package='$ac_optarg'" ;;
560
561  -without-* | --without-*)
562    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
563    # Reject names that are not valid shell variable names.
564    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
565      { echo "$as_me: error: invalid package name: $ac_package" >&2
566   { (exit 1); exit 1; }; }
567    ac_package=`echo $ac_package | sed 's/-/_/g'`
568    eval "with_$ac_package=no" ;;
569
570  --x)
571    # Obsolete; use --with-x.
572    with_x=yes ;;
573
574  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
575  | --x-incl | --x-inc | --x-in | --x-i)
576    ac_prev=x_includes ;;
577  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
578  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
579    x_includes=$ac_optarg ;;
580
581  -x-libraries | --x-libraries | --x-librarie | --x-librari \
582  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
583    ac_prev=x_libraries ;;
584  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
585  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
586    x_libraries=$ac_optarg ;;
587
588  -*) { echo "$as_me: error: unrecognized option: $ac_option
589Try \`$0 --help' for more information." >&2
590   { (exit 1); exit 1; }; }
591    ;;
592
593  *=*)
594    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
595    # Reject names that are not valid shell variable names.
596    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
597      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
598   { (exit 1); exit 1; }; }
599    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
600    eval "$ac_envvar='$ac_optarg'"
601    export $ac_envvar ;;
602
603  *)
604    # FIXME: should be removed in autoconf 3.0.
605    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
606    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
607      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
608    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
609    ;;
610
611  esac
612done
613
614if test -n "$ac_prev"; then
615  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
616  { echo "$as_me: error: missing argument to $ac_option" >&2
617   { (exit 1); exit 1; }; }
618fi
619
620# Be sure to have absolute paths.
621for ac_var in exec_prefix prefix
622do
623  eval ac_val=$`echo $ac_var`
624  case $ac_val in
625    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
626    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
627   { (exit 1); exit 1; }; };;
628  esac
629done
630
631# Be sure to have absolute paths.
632for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
633	      localstatedir libdir includedir oldincludedir infodir mandir
634do
635  eval ac_val=$`echo $ac_var`
636  case $ac_val in
637    [\\/$]* | ?:[\\/]* ) ;;
638    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
639   { (exit 1); exit 1; }; };;
640  esac
641done
642
643# There might be people who depend on the old broken behavior: `$host'
644# used to hold the argument of --host etc.
645# FIXME: To remove some day.
646build=$build_alias
647host=$host_alias
648target=$target_alias
649
650# FIXME: To remove some day.
651if test "x$host_alias" != x; then
652  if test "x$build_alias" = x; then
653    cross_compiling=maybe
654    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
655    If a cross compiler is detected then cross compile mode will be used." >&2
656  elif test "x$build_alias" != "x$host_alias"; then
657    cross_compiling=yes
658  fi
659fi
660
661ac_tool_prefix=
662test -n "$host_alias" && ac_tool_prefix=$host_alias-
663
664test "$silent" = yes && exec 6>/dev/null
665
666
667# Find the source files, if location was not specified.
668if test -z "$srcdir"; then
669  ac_srcdir_defaulted=yes
670  # Try the directory containing this script, then its parent.
671  ac_confdir=`(dirname "$0") 2>/dev/null ||
672$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
673	 X"$0" : 'X\(//\)[^/]' \| \
674	 X"$0" : 'X\(//\)$' \| \
675	 X"$0" : 'X\(/\)' \| \
676	 .     : '\(.\)' 2>/dev/null ||
677echo X"$0" |
678    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
679  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
680  	  /^X\(\/\/\)$/{ s//\1/; q; }
681  	  /^X\(\/\).*/{ s//\1/; q; }
682  	  s/.*/./; q'`
683  srcdir=$ac_confdir
684  if test ! -r $srcdir/$ac_unique_file; then
685    srcdir=..
686  fi
687else
688  ac_srcdir_defaulted=no
689fi
690if test ! -r $srcdir/$ac_unique_file; then
691  if test "$ac_srcdir_defaulted" = yes; then
692    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
693   { (exit 1); exit 1; }; }
694  else
695    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
696   { (exit 1); exit 1; }; }
697  fi
698fi
699(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
700  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
701   { (exit 1); exit 1; }; }
702srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
703ac_env_build_alias_set=${build_alias+set}
704ac_env_build_alias_value=$build_alias
705ac_cv_env_build_alias_set=${build_alias+set}
706ac_cv_env_build_alias_value=$build_alias
707ac_env_host_alias_set=${host_alias+set}
708ac_env_host_alias_value=$host_alias
709ac_cv_env_host_alias_set=${host_alias+set}
710ac_cv_env_host_alias_value=$host_alias
711ac_env_target_alias_set=${target_alias+set}
712ac_env_target_alias_value=$target_alias
713ac_cv_env_target_alias_set=${target_alias+set}
714ac_cv_env_target_alias_value=$target_alias
715
716#
717# Report the --help message.
718#
719if test "$ac_init_help" = "long"; then
720  # Omit some internal or obsolete options to make the list less imposing.
721  # This message is too long to be a string in the A/UX 3.1 sh.
722  cat <<_ACEOF
723\`configure' configures hyperestraier-rubypure 1.0.0 to adapt to many kinds of systems.
724
725Usage: $0 [OPTION]... [VAR=VALUE]...
726
727To assign environment variables (e.g., CC, CFLAGS...), specify them as
728VAR=VALUE.  See below for descriptions of some of the useful variables.
729
730Defaults for the options are specified in brackets.
731
732Configuration:
733  -h, --help              display this help and exit
734      --help=short        display options specific to this package
735      --help=recursive    display the short help of all the included packages
736  -V, --version           display version information and exit
737  -q, --quiet, --silent   do not print \`checking...' messages
738      --cache-file=FILE   cache test results in FILE [disabled]
739  -C, --config-cache      alias for \`--cache-file=config.cache'
740  -n, --no-create         do not create output files
741      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
742
743_ACEOF
744
745  cat <<_ACEOF
746Installation directories:
747  --prefix=PREFIX         install architecture-independent files in PREFIX
748			  [$ac_default_prefix]
749  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
750			  [PREFIX]
751
752By default, \`make install' will install all the files in
753\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
754an installation prefix other than \`$ac_default_prefix' using \`--prefix',
755for instance \`--prefix=\$HOME'.
756
757For better control, use the options below.
758
759Fine tuning of the installation directories:
760  --bindir=DIR           user executables [EPREFIX/bin]
761  --sbindir=DIR          system admin executables [EPREFIX/sbin]
762  --libexecdir=DIR       program executables [EPREFIX/libexec]
763  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
764  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
765  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
766  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
767  --libdir=DIR           object code libraries [EPREFIX/lib]
768  --includedir=DIR       C header files [PREFIX/include]
769  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
770  --infodir=DIR          info documentation [PREFIX/info]
771  --mandir=DIR           man documentation [PREFIX/man]
772_ACEOF
773
774  cat <<\_ACEOF
775_ACEOF
776fi
777
778if test -n "$ac_init_help"; then
779  case $ac_init_help in
780     short | recursive ) echo "Configuration of hyperestraier-rubypure 1.0.0:";;
781   esac
782  cat <<\_ACEOF
783
784_ACEOF
785fi
786
787if test "$ac_init_help" = "recursive"; then
788  # If there are subdirs, report their specific --help.
789  ac_popdir=`pwd`
790  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
791    test -d $ac_dir || continue
792    ac_builddir=.
793
794if test "$ac_dir" != .; then
795  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
796  # A "../" for each directory in $ac_dir_suffix.
797  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
798else
799  ac_dir_suffix= ac_top_builddir=
800fi
801
802case $srcdir in
803  .)  # No --srcdir option.  We are building in place.
804    ac_srcdir=.
805    if test -z "$ac_top_builddir"; then
806       ac_top_srcdir=.
807    else
808       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
809    fi ;;
810  [\\/]* | ?:[\\/]* )  # Absolute path.
811    ac_srcdir=$srcdir$ac_dir_suffix;
812    ac_top_srcdir=$srcdir ;;
813  *) # Relative path.
814    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
815    ac_top_srcdir=$ac_top_builddir$srcdir ;;
816esac
817
818# Do not use `cd foo && pwd` to compute absolute paths, because
819# the directories may not exist.
820case `pwd` in
821.) ac_abs_builddir="$ac_dir";;
822*)
823  case "$ac_dir" in
824  .) ac_abs_builddir=`pwd`;;
825  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
826  *) ac_abs_builddir=`pwd`/"$ac_dir";;
827  esac;;
828esac
829case $ac_abs_builddir in
830.) ac_abs_top_builddir=${ac_top_builddir}.;;
831*)
832  case ${ac_top_builddir}. in
833  .) ac_abs_top_builddir=$ac_abs_builddir;;
834  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
835  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
836  esac;;
837esac
838case $ac_abs_builddir in
839.) ac_abs_srcdir=$ac_srcdir;;
840*)
841  case $ac_srcdir in
842  .) ac_abs_srcdir=$ac_abs_builddir;;
843  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
844  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
845  esac;;
846esac
847case $ac_abs_builddir in
848.) ac_abs_top_srcdir=$ac_top_srcdir;;
849*)
850  case $ac_top_srcdir in
851  .) ac_abs_top_srcdir=$ac_abs_builddir;;
852  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
853  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
854  esac;;
855esac
856
857    cd $ac_dir
858    # Check for guested configure; otherwise get Cygnus style configure.
859    if test -f $ac_srcdir/configure.gnu; then
860      echo
861      $SHELL $ac_srcdir/configure.gnu  --help=recursive
862    elif test -f $ac_srcdir/configure; then
863      echo
864      $SHELL $ac_srcdir/configure  --help=recursive
865    elif test -f $ac_srcdir/configure.ac ||
866	   test -f $ac_srcdir/configure.in; then
867      echo
868      $ac_configure --help
869    else
870      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
871    fi
872    cd $ac_popdir
873  done
874fi
875
876test -n "$ac_init_help" && exit 0
877if $ac_init_version; then
878  cat <<\_ACEOF
879hyperestraier-rubypure configure 1.0.0
880generated by GNU Autoconf 2.59
881
882Copyright (C) 2003 Free Software Foundation, Inc.
883This configure script is free software; the Free Software Foundation
884gives unlimited permission to copy, distribute and modify it.
885_ACEOF
886  exit 0
887fi
888exec 5>config.log
889cat >&5 <<_ACEOF
890This file contains any messages produced by compilers while
891running configure, to aid debugging if configure makes a mistake.
892
893It was created by hyperestraier-rubypure $as_me 1.0.0, which was
894generated by GNU Autoconf 2.59.  Invocation command line was
895
896  $ $0 $@
897
898_ACEOF
899{
900cat <<_ASUNAME
901## --------- ##
902## Platform. ##
903## --------- ##
904
905hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
906uname -m = `(uname -m) 2>/dev/null || echo unknown`
907uname -r = `(uname -r) 2>/dev/null || echo unknown`
908uname -s = `(uname -s) 2>/dev/null || echo unknown`
909uname -v = `(uname -v) 2>/dev/null || echo unknown`
910
911/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
912/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
913
914/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
915/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
916/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
917hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
918/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
919/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
920/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
921
922_ASUNAME
923
924as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
925for as_dir in $PATH
926do
927  IFS=$as_save_IFS
928  test -z "$as_dir" && as_dir=.
929  echo "PATH: $as_dir"
930done
931
932} >&5
933
934cat >&5 <<_ACEOF
935
936
937## ----------- ##
938## Core tests. ##
939## ----------- ##
940
941_ACEOF
942
943
944# Keep a trace of the command line.
945# Strip out --no-create and --no-recursion so they do not pile up.
946# Strip out --silent because we don't want to record it for future runs.
947# Also quote any args containing shell meta-characters.
948# Make two passes to allow for proper duplicate-argument suppression.
949ac_configure_args=
950ac_configure_args0=
951ac_configure_args1=
952ac_sep=
953ac_must_keep_next=false
954for ac_pass in 1 2
955do
956  for ac_arg
957  do
958    case $ac_arg in
959    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
960    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
961    | -silent | --silent | --silen | --sile | --sil)
962      continue ;;
963    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
964      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
965    esac
966    case $ac_pass in
967    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
968    2)
969      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
970      if test $ac_must_keep_next = true; then
971	ac_must_keep_next=false # Got value, back to normal.
972      else
973	case $ac_arg in
974	  *=* | --config-cache | -C | -disable-* | --disable-* \
975	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
976	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
977	  | -with-* | --with-* | -without-* | --without-* | --x)
978	    case "$ac_configure_args0 " in
979	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
980	    esac
981	    ;;
982	  -* ) ac_must_keep_next=true ;;
983	esac
984      fi
985      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
986      # Get rid of the leading space.
987      ac_sep=" "
988      ;;
989    esac
990  done
991done
992$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
993$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
994
995# When interrupted or exit'd, cleanup temporary files, and complete
996# config.log.  We remove comments because anyway the quotes in there
997# would cause problems or look ugly.
998# WARNING: Be sure not to use single quotes in there, as some shells,
999# such as our DU 5.0 friend, will then `close' the trap.
1000trap 'exit_status=$?
1001  # Save into config.log some information that might help in debugging.
1002  {
1003    echo
1004
1005    cat <<\_ASBOX
1006## ---------------- ##
1007## Cache variables. ##
1008## ---------------- ##
1009_ASBOX
1010    echo
1011    # The following way of writing the cache mishandles newlines in values,
1012{
1013  (set) 2>&1 |
1014    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1015    *ac_space=\ *)
1016      sed -n \
1017	"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1018	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1019      ;;
1020    *)
1021      sed -n \
1022	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1023      ;;
1024    esac;
1025}
1026    echo
1027
1028    cat <<\_ASBOX
1029## ----------------- ##
1030## Output variables. ##
1031## ----------------- ##
1032_ASBOX
1033    echo
1034    for ac_var in $ac_subst_vars
1035    do
1036      eval ac_val=$`echo $ac_var`
1037      echo "$ac_var='"'"'$ac_val'"'"'"
1038    done | sort
1039    echo
1040
1041    if test -n "$ac_subst_files"; then
1042      cat <<\_ASBOX
1043## ------------- ##
1044## Output files. ##
1045## ------------- ##
1046_ASBOX
1047      echo
1048      for ac_var in $ac_subst_files
1049      do
1050	eval ac_val=$`echo $ac_var`
1051	echo "$ac_var='"'"'$ac_val'"'"'"
1052      done | sort
1053      echo
1054    fi
1055
1056    if test -s confdefs.h; then
1057      cat <<\_ASBOX
1058## ----------- ##
1059## confdefs.h. ##
1060## ----------- ##
1061_ASBOX
1062      echo
1063      sed "/^$/d" confdefs.h | sort
1064      echo
1065    fi
1066    test "$ac_signal" != 0 &&
1067      echo "$as_me: caught signal $ac_signal"
1068    echo "$as_me: exit $exit_status"
1069  } >&5
1070  rm -f core *.core &&
1071  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1072    exit $exit_status
1073     ' 0
1074for ac_signal in 1 2 13 15; do
1075  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1076done
1077ac_signal=0
1078
1079# confdefs.h avoids OS command line length limits that DEFS can exceed.
1080rm -rf conftest* confdefs.h
1081# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1082echo >confdefs.h
1083
1084# Predefined preprocessor variables.
1085
1086cat >>confdefs.h <<_ACEOF
1087#define PACKAGE_NAME "$PACKAGE_NAME"
1088_ACEOF
1089
1090
1091cat >>confdefs.h <<_ACEOF
1092#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1093_ACEOF
1094
1095
1096cat >>confdefs.h <<_ACEOF
1097#define PACKAGE_VERSION "$PACKAGE_VERSION"
1098_ACEOF
1099
1100
1101cat >>confdefs.h <<_ACEOF
1102#define PACKAGE_STRING "$PACKAGE_STRING"
1103_ACEOF
1104
1105
1106cat >>confdefs.h <<_ACEOF
1107#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1108_ACEOF
1109
1110
1111# Let the site file select an alternate cache file if it wants to.
1112# Prefer explicitly selected file to automatically selected ones.
1113if test -z "$CONFIG_SITE"; then
1114  if test "x$prefix" != xNONE; then
1115    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1116  else
1117    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1118  fi
1119fi
1120for ac_site_file in $CONFIG_SITE; do
1121  if test -r "$ac_site_file"; then
1122    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1123echo "$as_me: loading site script $ac_site_file" >&6;}
1124    sed 's/^/| /' "$ac_site_file" >&5
1125    . "$ac_site_file"
1126  fi
1127done
1128
1129if test -r "$cache_file"; then
1130  # Some versions of bash will fail to source /dev/null (special
1131  # files actually), so we avoid doing that.
1132  if test -f "$cache_file"; then
1133    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1134echo "$as_me: loading cache $cache_file" >&6;}
1135    case $cache_file in
1136      [\\/]* | ?:[\\/]* ) . $cache_file;;
1137      *)                      . ./$cache_file;;
1138    esac
1139  fi
1140else
1141  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1142echo "$as_me: creating cache $cache_file" >&6;}
1143  >$cache_file
1144fi
1145
1146# Check that the precious variables saved in the cache have kept the same
1147# value.
1148ac_cache_corrupted=false
1149for ac_var in `(set) 2>&1 |
1150	       sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1151  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1152  eval ac_new_set=\$ac_env_${ac_var}_set
1153  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1154  eval ac_new_val="\$ac_env_${ac_var}_value"
1155  case $ac_old_set,$ac_new_set in
1156    set,)
1157      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1158echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1159      ac_cache_corrupted=: ;;
1160    ,set)
1161      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1162echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1163      ac_cache_corrupted=: ;;
1164    ,);;
1165    *)
1166      if test "x$ac_old_val" != "x$ac_new_val"; then
1167	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1168echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1169	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1170echo "$as_me:   former value:  $ac_old_val" >&2;}
1171	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1172echo "$as_me:   current value: $ac_new_val" >&2;}
1173	ac_cache_corrupted=:
1174      fi;;
1175  esac
1176  # Pass precious variables to config.status.
1177  if test "$ac_new_set" = set; then
1178    case $ac_new_val in
1179    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1180      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1181    *) ac_arg=$ac_var=$ac_new_val ;;
1182    esac
1183    case " $ac_configure_args " in
1184      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1185      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1186    esac
1187  fi
1188done
1189if $ac_cache_corrupted; then
1190  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1191echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1192  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1193echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1194   { (exit 1); exit 1; }; }
1195fi
1196
1197ac_ext=c
1198ac_cpp='$CPP $CPPFLAGS'
1199ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1200ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1201ac_compiler_gnu=$ac_cv_c_compiler_gnu
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230# Export variables
1231RUBY="ruby"
1232RDOC="rdoc"
1233MYRBLIBDIR=/usr/local/lib/ruby/site_ruby
1234
1235# Building paths
1236pathtmp="$PATH"
1237PATH="..:$HOME/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin"
1238PATH="$PATH:/usr/ccs/bin:/usr/ucb:/usr/xpg4/bin:/usr/xpg6/bin:$pathtmp"
1239LIBRARY_PATH="..:$HOME/lib:/usr/local/lib:$LIBRARY_PATH"
1240LD_LIBRARY_PATH="..:$HOME/lib:/usr/local/lib:$LD_LIBRARY_PATH"
1241CPATH="..:$HOME/include:/usr/local/include:$CPATH"
1242PKG_CONFIG_PATH="..:$HOME/lib/pkgconfig:/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"
1243export PATH LIBRARY_PATH LD_LIBRARY_PATH CPATH PKG_CONFIG_PATH
1244if type pkg-config > /dev/null 2>&1
1245then
1246  PATH="$PATH:`pkg-config --variable=bindir qdbm`"
1247  PATH="$PATH:`pkg-config --variable=bindir hyperestraier`"
1248  LIBRARY_PATH="$LIBRARY_PATH:`pkg-config --variable=libdir qdbm`"
1249  LIBRARY_PATH="$LIBRARY_PATH:`pkg-config --variable=libdir hyperestraier`"
1250  LD_LIBRARY_PATH="$LD_LIBRARY_PATH:`pkg-config --variable=libdir qdbm`"
1251  LD_LIBRARY_PATH="$LD_LIBRARY_PATH:`pkg-config --variable=libdir hyperestraier`"
1252  CPATH="$CPATH:`pkg-config --variable=includedir qdbm`"
1253  CPATH="$CPATH:`pkg-config --variable=includedir hyperestraier`"
1254  export PATH LIBRARY_PATH LD_LIBRARY_PATH CPATH PKG_CONFIG_PATH
1255fi
1256
1257# Setting the default prefix
1258if test "$prefix" = NONE
1259then
1260  prefix=`ruby -rrbconfig -e 'puts(Config::CONFIG.fetch("prefix"))'`
1261fi
1262
1263
1264
1265#================================================================
1266# Checking Commands and Libraries
1267#================================================================
1268
1269
1270# Ruby interpreter
1271printf 'checking RUBY... '
1272if which ruby > /dev/null
1273then
1274  RUBY=`which ruby`
1275fi
1276printf '%s\n' "$RUBY"
1277
1278# Other building tools
1279printf 'checking RDOC... '
1280if which rdoc > /dev/null
1281then
1282  RDOC=`which rdoc`
1283fi
1284printf '%s\n' "$RDOC"
1285
1286# Librarh path
1287myrblibdir=`ruby -rrbconfig -e 'puts(Config::CONFIG.fetch("sitelibdir"))'`
1288if test -n "$myrblibdir"
1289then
1290  MYRBLIBDIR="$myrblibdir"
1291fi
1292
1293
1294
1295#================================================================
1296# Generic Settings
1297#================================================================
1298
1299
1300# Export variables
1301
1302
1303
1304
1305# Targets
1306          ac_config_files="$ac_config_files Makefile"
1307cat >confcache <<\_ACEOF
1308# This file is a shell script that caches the results of configure
1309# tests run on this system so they can be shared between configure
1310# scripts and configure runs, see configure's option --config-cache.
1311# It is not useful on other systems.  If it contains results you don't
1312# want to keep, you may remove or edit it.
1313#
1314# config.status only pays attention to the cache file if you give it
1315# the --recheck option to rerun configure.
1316#
1317# `ac_cv_env_foo' variables (set or unset) will be overridden when
1318# loading this file, other *unset* `ac_cv_foo' will be assigned the
1319# following values.
1320
1321_ACEOF
1322
1323# The following way of writing the cache mishandles newlines in values,
1324# but we know of no workaround that is simple, portable, and efficient.
1325# So, don't put newlines in cache variables' values.
1326# Ultrix sh set writes to stderr and can't be redirected directly,
1327# and sets the high bit in the cache file unless we assign to the vars.
1328{
1329  (set) 2>&1 |
1330    case `(ac_space=' '; set | grep ac_space) 2>&1` in
1331    *ac_space=\ *)
1332      # `set' does not quote correctly, so add quotes (double-quote
1333      # substitution turns \\\\ into \\, and sed turns \\ into \).
1334      sed -n \
1335	"s/'/'\\\\''/g;
1336	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
1337      ;;
1338    *)
1339      # `set' quotes correctly as required by POSIX, so do not add quotes.
1340      sed -n \
1341	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1342      ;;
1343    esac;
1344} |
1345  sed '
1346     t clear
1347     : clear
1348     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
1349     t end
1350     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
1351     : end' >>confcache
1352if diff $cache_file confcache >/dev/null 2>&1; then :; else
1353  if test -w $cache_file; then
1354    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
1355    cat confcache >$cache_file
1356  else
1357    echo "not updating unwritable cache $cache_file"
1358  fi
1359fi
1360rm -f confcache
1361
1362test "x$prefix" = xNONE && prefix=$ac_default_prefix
1363# Let make expand exec_prefix.
1364test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1365
1366# VPATH may cause trouble with some makes, so we remove $(srcdir),
1367# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
1368# trailing colons and then remove the whole line if VPATH becomes empty
1369# (actually we leave an empty line to preserve line numbers).
1370if test "x$srcdir" = x.; then
1371  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
1372s/:*\$(srcdir):*/:/;
1373s/:*\${srcdir}:*/:/;
1374s/:*@srcdir@:*/:/;
1375s/^\([^=]*=[	 ]*\):*/\1/;
1376s/:*$//;
1377s/^[^=]*=[	 ]*$//;
1378}'
1379fi
1380
1381# Transform confdefs.h into DEFS.
1382# Protect against shell expansion while executing Makefile rules.
1383# Protect against Makefile macro expansion.
1384#
1385# If the first sed substitution is executed (which looks for macros that
1386# take arguments), then we branch to the quote section.  Otherwise,
1387# look for a macro that doesn't take arguments.
1388cat >confdef2opt.sed <<\_ACEOF
1389t clear
1390: clear
1391s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\),-D\1=\2,g
1392t quote
1393s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\),-D\1=\2,g
1394t quote
1395d
1396: quote
1397s,[	 `~#$^&*(){}\\|;'"<>?],\\&,g
1398s,\[,\\&,g
1399s,\],\\&,g
1400s,\$,$$,g
1401p
1402_ACEOF
1403# We use echo to avoid assuming a particular line-breaking character.
1404# The extra dot is to prevent the shell from consuming trailing
1405# line-breaks from the sub-command output.  A line-break within
1406# single-quotes doesn't work because, if this script is created in a
1407# platform that uses two characters for line-breaks (e.g., DOS), tr
1408# would break.
1409ac_LF_and_DOT=`echo; echo .`
1410DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
1411rm -f confdef2opt.sed
1412
1413
1414ac_libobjs=
1415ac_ltlibobjs=
1416for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
1417  # 1. Remove the extension, and $U if already installed.
1418  ac_i=`echo "$ac_i" |
1419	 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
1420  # 2. Add them.
1421  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
1422  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
1423done
1424LIBOBJS=$ac_libobjs
1425
1426LTLIBOBJS=$ac_ltlibobjs
1427
1428
1429
1430: ${CONFIG_STATUS=./config.status}
1431ac_clean_files_save=$ac_clean_files
1432ac_clean_files="$ac_clean_files $CONFIG_STATUS"
1433{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
1434echo "$as_me: creating $CONFIG_STATUS" >&6;}
1435cat >$CONFIG_STATUS <<_ACEOF
1436#! $SHELL
1437# Generated by $as_me.
1438# Run this file to recreate the current configuration.
1439# Compiler output produced by configure, useful for debugging
1440# configure, is in config.log if it exists.
1441
1442debug=false
1443ac_cs_recheck=false
1444ac_cs_silent=false
1445SHELL=\${CONFIG_SHELL-$SHELL}
1446_ACEOF
1447
1448cat >>$CONFIG_STATUS <<\_ACEOF
1449## --------------------- ##
1450## M4sh Initialization.  ##
1451## --------------------- ##
1452
1453# Be Bourne compatible
1454if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1455  emulate sh
1456  NULLCMD=:
1457  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
1458  # is contrary to our usage.  Disable this feature.
1459  alias -g '${1+"$@"}'='"$@"'
1460elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
1461  set -o posix
1462fi
1463DUALCASE=1; export DUALCASE # for MKS sh
1464
1465# Support unset when possible.
1466if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
1467  as_unset=unset
1468else
1469  as_unset=false
1470fi
1471
1472
1473# Work around bugs in pre-3.0 UWIN ksh.
1474$as_unset ENV MAIL MAILPATH
1475PS1='$ '
1476PS2='> '
1477PS4='+ '
1478
1479# NLS nuisances.
1480for as_var in \
1481  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
1482  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
1483  LC_TELEPHONE LC_TIME
1484do
1485  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
1486    eval $as_var=C; export $as_var
1487  else
1488    $as_unset $as_var
1489  fi
1490done
1491
1492# Required to use basename.
1493if expr a : '\(a\)' >/dev/null 2>&1; then
1494  as_expr=expr
1495else
1496  as_expr=false
1497fi
1498
1499if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
1500  as_basename=basename
1501else
1502  as_basename=false
1503fi
1504
1505
1506# Name of the executable.
1507as_me=`$as_basename "$0" ||
1508$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
1509	 X"$0" : 'X\(//\)$' \| \
1510	 X"$0" : 'X\(/\)$' \| \
1511	 .     : '\(.\)' 2>/dev/null ||
1512echo X/"$0" |
1513    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
1514  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
1515  	  /^X\/\(\/\).*/{ s//\1/; q; }
1516  	  s/.*/./; q'`
1517
1518
1519# PATH needs CR, and LINENO needs CR and PATH.
1520# Avoid depending upon Character Ranges.
1521as_cr_letters='abcdefghijklmnopqrstuvwxyz'
1522as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
1523as_cr_Letters=$as_cr_letters$as_cr_LETTERS
1524as_cr_digits='0123456789'
1525as_cr_alnum=$as_cr_Letters$as_cr_digits
1526
1527# The user is always right.
1528if test "${PATH_SEPARATOR+set}" != set; then
1529  echo "#! /bin/sh" >conf$$.sh
1530  echo  "exit 0"   >>conf$$.sh
1531  chmod +x conf$$.sh
1532  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
1533    PATH_SEPARATOR=';'
1534  else
1535    PATH_SEPARATOR=:
1536  fi
1537  rm -f conf$$.sh
1538fi
1539
1540
1541  as_lineno_1=$LINENO
1542  as_lineno_2=$LINENO
1543  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
1544  test "x$as_lineno_1" != "x$as_lineno_2" &&
1545  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
1546  # Find who we are.  Look in the path if we contain no path at all
1547  # relative or not.
1548  case $0 in
1549    *[\\/]* ) as_myself=$0 ;;
1550    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1551for as_dir in $PATH
1552do
1553  IFS=$as_save_IFS
1554  test -z "$as_dir" && as_dir=.
1555  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
1556done
1557
1558       ;;
1559  esac
1560  # We did not find ourselves, most probably we were run as `sh COMMAND'
1561  # in which case we are not to be found in the path.
1562  if test "x$as_myself" = x; then
1563    as_myself=$0
1564  fi
1565  if test ! -f "$as_myself"; then
1566    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
1567echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
1568   { (exit 1); exit 1; }; }
1569  fi
1570  case $CONFIG_SHELL in
1571  '')
1572    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1573for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
1574do
1575  IFS=$as_save_IFS
1576  test -z "$as_dir" && as_dir=.
1577  for as_base in sh bash ksh sh5; do
1578	 case $as_dir in
1579	 /*)
1580	   if ("$as_dir/$as_base" -c '
1581  as_lineno_1=$LINENO
1582  as_lineno_2=$LINENO
1583  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
1584  test "x$as_lineno_1" != "x$as_lineno_2" &&
1585  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
1586	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
1587	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
1588	     CONFIG_SHELL=$as_dir/$as_base
1589	     export CONFIG_SHELL
1590	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
1591	   fi;;
1592	 esac
1593       done
1594done
1595;;
1596  esac
1597
1598  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
1599  # uniformly replaced by the line number.  The first 'sed' inserts a
1600  # line-number line before each line; the second 'sed' does the real
1601  # work.  The second script uses 'N' to pair each line-number line
1602  # with the numbered line, and appends trailing '-' during
1603  # substitution so that $LINENO is not a special case at line end.
1604  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
1605  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
1606  sed '=' <$as_myself |
1607    sed '
1608      N
1609      s,$,-,
1610      : loop
1611      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
1612      t loop
1613      s,-$,,
1614      s,^['$as_cr_digits']*\n,,
1615    ' >$as_me.lineno &&
1616  chmod +x $as_me.lineno ||
1617    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
1618echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
1619   { (exit 1); exit 1; }; }
1620
1621  # Don't try to exec as it changes $[0], causing all sort of problems
1622  # (the dirname of $[0] is not the place where we might find the
1623  # original and so on.  Autoconf is especially sensible to this).
1624  . ./$as_me.lineno
1625  # Exit status is that of the last command.
1626  exit
1627}
1628
1629
1630case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
1631  *c*,-n*) ECHO_N= ECHO_C='
1632' ECHO_T='	' ;;
1633  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
1634  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
1635esac
1636
1637if expr a : '\(a\)' >/dev/null 2>&1; then
1638  as_expr=expr
1639else
1640  as_expr=false
1641fi
1642
1643rm -f conf$$ conf$$.exe conf$$.file
1644echo >conf$$.file
1645if ln -s conf$$.file conf$$ 2>/dev/null; then
1646  # We could just check for DJGPP; but this test a) works b) is more generic
1647  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
1648  if test -f conf$$.exe; then
1649    # Don't use ln at all; we don't have any links
1650    as_ln_s='cp -p'
1651  else
1652    as_ln_s='ln -s'
1653  fi
1654elif ln conf$$.file conf$$ 2>/dev/null; then
1655  as_ln_s=ln
1656else
1657  as_ln_s='cp -p'
1658fi
1659rm -f conf$$ conf$$.exe conf$$.file
1660
1661if mkdir -p . 2>/dev/null; then
1662  as_mkdir_p=:
1663else
1664  test -d ./-p && rmdir ./-p
1665  as_mkdir_p=false
1666fi
1667
1668as_executable_p="test -f"
1669
1670# Sed expression to map a string onto a valid CPP name.
1671as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
1672
1673# Sed expression to map a string onto a valid variable name.
1674as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
1675
1676
1677# IFS
1678# We need space, tab and new line, in precisely that order.
1679as_nl='
1680'
1681IFS=" 	$as_nl"
1682
1683# CDPATH.
1684$as_unset CDPATH
1685
1686exec 6>&1
1687
1688# Open the log real soon, to keep \$[0] and so on meaningful, and to
1689# report actual input values of CONFIG_FILES etc. instead of their
1690# values after options handling.  Logging --version etc. is OK.
1691exec 5>>config.log
1692{
1693  echo
1694  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
1695## Running $as_me. ##
1696_ASBOX
1697} >&5
1698cat >&5 <<_CSEOF
1699
1700This file was extended by hyperestraier-rubypure $as_me 1.0.0, which was
1701generated by GNU Autoconf 2.59.  Invocation command line was
1702
1703  CONFIG_FILES    = $CONFIG_FILES
1704  CONFIG_HEADERS  = $CONFIG_HEADERS
1705  CONFIG_LINKS    = $CONFIG_LINKS
1706  CONFIG_COMMANDS = $CONFIG_COMMANDS
1707  $ $0 $@
1708
1709_CSEOF
1710echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
1711echo >&5
1712_ACEOF
1713
1714# Files that config.status was made for.
1715if test -n "$ac_config_files"; then
1716  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
1717fi
1718
1719if test -n "$ac_config_headers"; then
1720  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
1721fi
1722
1723if test -n "$ac_config_links"; then
1724  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
1725fi
1726
1727if test -n "$ac_config_commands"; then
1728  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
1729fi
1730
1731cat >>$CONFIG_STATUS <<\_ACEOF
1732
1733ac_cs_usage="\
1734\`$as_me' instantiates files from templates according to the
1735current configuration.
1736
1737Usage: $0 [OPTIONS] [FILE]...
1738
1739  -h, --help       print this help, then exit
1740  -V, --version    print version number, then exit
1741  -q, --quiet      do not print progress messages
1742  -d, --debug      don't remove temporary files
1743      --recheck    update $as_me by reconfiguring in the same conditions
1744  --file=FILE[:TEMPLATE]
1745		   instantiate the configuration file FILE
1746
1747Configuration files:
1748$config_files
1749
1750Report bugs to <bug-autoconf@gnu.org>."
1751_ACEOF
1752
1753cat >>$CONFIG_STATUS <<_ACEOF
1754ac_cs_version="\\
1755hyperestraier-rubypure config.status 1.0.0
1756configured by $0, generated by GNU Autoconf 2.59,
1757  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
1758
1759Copyright (C) 2003 Free Software Foundation, Inc.
1760This config.status script is free software; the Free Software Foundation
1761gives unlimited permission to copy, distribute and modify it."
1762srcdir=$srcdir
1763_ACEOF
1764
1765cat >>$CONFIG_STATUS <<\_ACEOF
1766# If no file are specified by the user, then we need to provide default
1767# value.  By we need to know if files were specified by the user.
1768ac_need_defaults=:
1769while test $# != 0
1770do
1771  case $1 in
1772  --*=*)
1773    ac_option=`expr "x$1" : 'x\([^=]*\)='`
1774    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
1775    ac_shift=:
1776    ;;
1777  -*)
1778    ac_option=$1
1779    ac_optarg=$2
1780    ac_shift=shift
1781    ;;
1782  *) # This is not an option, so the user has probably given explicit
1783     # arguments.
1784     ac_option=$1
1785     ac_need_defaults=false;;
1786  esac
1787
1788  case $ac_option in
1789  # Handling of the options.
1790_ACEOF
1791cat >>$CONFIG_STATUS <<\_ACEOF
1792  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1793    ac_cs_recheck=: ;;
1794  --version | --vers* | -V )
1795    echo "$ac_cs_version"; exit 0 ;;
1796  --he | --h)
1797    # Conflict between --help and --header
1798    { { echo "$as_me:$LINENO: error: ambiguous option: $1
1799Try \`$0 --help' for more information." >&5
1800echo "$as_me: error: ambiguous option: $1
1801Try \`$0 --help' for more information." >&2;}
1802   { (exit 1); exit 1; }; };;
1803  --help | --hel | -h )
1804    echo "$ac_cs_usage"; exit 0 ;;
1805  --debug | --d* | -d )
1806    debug=: ;;
1807  --file | --fil | --fi | --f )
1808    $ac_shift
1809    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
1810    ac_need_defaults=false;;
1811  --header | --heade | --head | --hea )
1812    $ac_shift
1813    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
1814    ac_need_defaults=false;;
1815  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1816  | -silent | --silent | --silen | --sile | --sil | --si | --s)
1817    ac_cs_silent=: ;;
1818
1819  # This is an error.
1820  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
1821Try \`$0 --help' for more information." >&5
1822echo "$as_me: error: unrecognized option: $1
1823Try \`$0 --help' for more information." >&2;}
1824   { (exit 1); exit 1; }; } ;;
1825
1826  *) ac_config_targets="$ac_config_targets $1" ;;
1827
1828  esac
1829  shift
1830done
1831
1832ac_configure_extra_args=
1833
1834if $ac_cs_silent; then
1835  exec 6>/dev/null
1836  ac_configure_extra_args="$ac_configure_extra_args --silent"
1837fi
1838
1839_ACEOF
1840cat >>$CONFIG_STATUS <<_ACEOF
1841if \$ac_cs_recheck; then
1842  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
1843  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
1844fi
1845
1846_ACEOF
1847
1848
1849
1850
1851
1852cat >>$CONFIG_STATUS <<\_ACEOF
1853for ac_config_target in $ac_config_targets
1854do
1855  case "$ac_config_target" in
1856  # Handling of arguments.
1857  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
1858  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
1859echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
1860   { (exit 1); exit 1; }; };;
1861  esac
1862done
1863
1864# If the user did not use the arguments to specify the items to instantiate,
1865# then the envvar interface is used.  Set only those that are not.
1866# We use the long form for the default assignment because of an extremely
1867# bizarre bug on SunOS 4.1.3.
1868if $ac_need_defaults; then
1869  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
1870fi
1871
1872# Have a temporary directory for convenience.  Make it in the build tree
1873# simply because there is no reason to put it here, and in addition,
1874# creating and moving files from /tmp can sometimes cause problems.
1875# Create a temporary directory, and hook for its removal unless debugging.
1876$debug ||
1877{
1878  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
1879  trap '{ (exit 1); exit 1; }' 1 2 13 15
1880}
1881
1882# Create a (secure) tmp directory for tmp files.
1883
1884{
1885  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
1886  test -n "$tmp" && test -d "$tmp"
1887}  ||
1888{
1889  tmp=./confstat$$-$RANDOM
1890  (umask 077 && mkdir $tmp)
1891} ||
1892{
1893   echo "$me: cannot create a temporary directory in ." >&2
1894   { (exit 1); exit 1; }
1895}
1896
1897_ACEOF
1898
1899cat >>$CONFIG_STATUS <<_ACEOF
1900
1901#
1902# CONFIG_FILES section.
1903#
1904
1905# No need to generate the scripts if there are no CONFIG_FILES.
1906# This happens for instance when ./config.status config.h
1907if test -n "\$CONFIG_FILES"; then
1908  # Protect against being on the right side of a sed subst in config.status.
1909  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
1910   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
1911s,@SHELL@,$SHELL,;t t
1912s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
1913s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
1914s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
1915s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
1916s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
1917s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
1918s,@exec_prefix@,$exec_prefix,;t t
1919s,@prefix@,$prefix,;t t
1920s,@program_transform_name@,$program_transform_name,;t t
1921s,@bindir@,$bindir,;t t
1922s,@sbindir@,$sbindir,;t t
1923s,@libexecdir@,$libexecdir,;t t
1924s,@datadir@,$datadir,;t t
1925s,@sysconfdir@,$sysconfdir,;t t
1926s,@sharedstatedir@,$sharedstatedir,;t t
1927s,@localstatedir@,$localstatedir,;t t
1928s,@libdir@,$libdir,;t t
1929s,@includedir@,$includedir,;t t
1930s,@oldincludedir@,$oldincludedir,;t t
1931s,@infodir@,$infodir,;t t
1932s,@mandir@,$mandir,;t t
1933s,@build_alias@,$build_alias,;t t
1934s,@host_alias@,$host_alias,;t t
1935s,@target_alias@,$target_alias,;t t
1936s,@DEFS@,$DEFS,;t t
1937s,@ECHO_C@,$ECHO_C,;t t
1938s,@ECHO_N@,$ECHO_N,;t t
1939s,@ECHO_T@,$ECHO_T,;t t
1940s,@LIBS@,$LIBS,;t t
1941s,@RUBY@,$RUBY,;t t
1942s,@RDOC@,$RDOC,;t t
1943s,@MYRBLIBDIR@,$MYRBLIBDIR,;t t
1944s,@LIBOBJS@,$LIBOBJS,;t t
1945s,@LTLIBOBJS@,$LTLIBOBJS,;t t
1946CEOF
1947
1948_ACEOF
1949
1950  cat >>$CONFIG_STATUS <<\_ACEOF
1951  # Split the substitutions into bite-sized pieces for seds with
1952  # small command number limits, like on Digital OSF/1 and HP-UX.
1953  ac_max_sed_lines=48
1954  ac_sed_frag=1 # Number of current file.
1955  ac_beg=1 # First line for current file.
1956  ac_end=$ac_max_sed_lines # Line after last line for current file.
1957  ac_more_lines=:
1958  ac_sed_cmds=
1959  while $ac_more_lines; do
1960    if test $ac_beg -gt 1; then
1961      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
1962    else
1963      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
1964    fi
1965    if test ! -s $tmp/subs.frag; then
1966      ac_more_lines=false
1967    else
1968      # The purpose of the label and of the branching condition is to
1969      # speed up the sed processing (if there are no `@' at all, there
1970      # is no need to browse any of the substitutions).
1971      # These are the two extra sed commands mentioned above.
1972      (echo ':t
1973  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
1974      if test -z "$ac_sed_cmds"; then
1975	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
1976      else
1977	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
1978      fi
1979      ac_sed_frag=`expr $ac_sed_frag + 1`
1980      ac_beg=$ac_end
1981      ac_end=`expr $ac_end + $ac_max_sed_lines`
1982    fi
1983  done
1984  if test -z "$ac_sed_cmds"; then
1985    ac_sed_cmds=cat
1986  fi
1987fi # test -n "$CONFIG_FILES"
1988
1989_ACEOF
1990cat >>$CONFIG_STATUS <<\_ACEOF
1991for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
1992  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1993  case $ac_file in
1994  - | *:- | *:-:* ) # input from stdin
1995	cat >$tmp/stdin
1996	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
1997	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
1998  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
1999	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2000  * )   ac_file_in=$ac_file.in ;;
2001  esac
2002
2003  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
2004  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
2005$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2006	 X"$ac_file" : 'X\(//\)[^/]' \| \
2007	 X"$ac_file" : 'X\(//\)$' \| \
2008	 X"$ac_file" : 'X\(/\)' \| \
2009	 .     : '\(.\)' 2>/dev/null ||
2010echo X"$ac_file" |
2011    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2012  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2013  	  /^X\(\/\/\)$/{ s//\1/; q; }
2014  	  /^X\(\/\).*/{ s//\1/; q; }
2015  	  s/.*/./; q'`
2016  { if $as_mkdir_p; then
2017    mkdir -p "$ac_dir"
2018  else
2019    as_dir="$ac_dir"
2020    as_dirs=
2021    while test ! -d "$as_dir"; do
2022      as_dirs="$as_dir $as_dirs"
2023      as_dir=`(dirname "$as_dir") 2>/dev/null ||
2024$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2025	 X"$as_dir" : 'X\(//\)[^/]' \| \
2026	 X"$as_dir" : 'X\(//\)$' \| \
2027	 X"$as_dir" : 'X\(/\)' \| \
2028	 .     : '\(.\)' 2>/dev/null ||
2029echo X"$as_dir" |
2030    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2031  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2032  	  /^X\(\/\/\)$/{ s//\1/; q; }
2033  	  /^X\(\/\).*/{ s//\1/; q; }
2034  	  s/.*/./; q'`
2035    done
2036    test ! -n "$as_dirs" || mkdir $as_dirs
2037  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
2038echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
2039   { (exit 1); exit 1; }; }; }
2040
2041  ac_builddir=.
2042
2043if test "$ac_dir" != .; then
2044  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
2045  # A "../" for each directory in $ac_dir_suffix.
2046  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
2047else
2048  ac_dir_suffix= ac_top_builddir=
2049fi
2050
2051case $srcdir in
2052  .)  # No --srcdir option.  We are building in place.
2053    ac_srcdir=.
2054    if test -z "$ac_top_builddir"; then
2055       ac_top_srcdir=.
2056    else
2057       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
2058    fi ;;
2059  [\\/]* | ?:[\\/]* )  # Absolute path.
2060    ac_srcdir=$srcdir$ac_dir_suffix;
2061    ac_top_srcdir=$srcdir ;;
2062  *) # Relative path.
2063    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
2064    ac_top_srcdir=$ac_top_builddir$srcdir ;;
2065esac
2066
2067# Do not use `cd foo && pwd` to compute absolute paths, because
2068# the directories may not exist.
2069case `pwd` in
2070.) ac_abs_builddir="$ac_dir";;
2071*)
2072  case "$ac_dir" in
2073  .) ac_abs_builddir=`pwd`;;
2074  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
2075  *) ac_abs_builddir=`pwd`/"$ac_dir";;
2076  esac;;
2077esac
2078case $ac_abs_builddir in
2079.) ac_abs_top_builddir=${ac_top_builddir}.;;
2080*)
2081  case ${ac_top_builddir}. in
2082  .) ac_abs_top_builddir=$ac_abs_builddir;;
2083  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
2084  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
2085  esac;;
2086esac
2087case $ac_abs_builddir in
2088.) ac_abs_srcdir=$ac_srcdir;;
2089*)
2090  case $ac_srcdir in
2091  .) ac_abs_srcdir=$ac_abs_builddir;;
2092  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
2093  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
2094  esac;;
2095esac
2096case $ac_abs_builddir in
2097.) ac_abs_top_srcdir=$ac_top_srcdir;;
2098*)
2099  case $ac_top_srcdir in
2100  .) ac_abs_top_srcdir=$ac_abs_builddir;;
2101  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
2102  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
2103  esac;;
2104esac
2105
2106
2107
2108  if test x"$ac_file" != x-; then
2109    { echo "$as_me:$LINENO: creating $ac_file" >&5
2110echo "$as_me: creating $ac_file" >&6;}
2111    rm -f "$ac_file"
2112  fi
2113  # Let's still pretend it is `configure' which instantiates (i.e., don't
2114  # use $as_me), people would be surprised to read:
2115  #    /* config.h.  Generated by config.status.  */
2116  if test x"$ac_file" = x-; then
2117    configure_input=
2118  else
2119    configure_input="$ac_file.  "
2120  fi
2121  configure_input=$configure_input"Generated from `echo $ac_file_in |
2122				     sed 's,.*/,,'` by configure."
2123
2124  # First look for the input files in the build tree, otherwise in the
2125  # src tree.
2126  ac_file_inputs=`IFS=:
2127    for f in $ac_file_in; do
2128      case $f in
2129      -) echo $tmp/stdin ;;
2130      [\\/$]*)
2131	 # Absolute (can't be DOS-style, as IFS=:)
2132	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
2133echo "$as_me: error: cannot find input file: $f" >&2;}
2134   { (exit 1); exit 1; }; }
2135	 echo "$f";;
2136      *) # Relative
2137	 if test -f "$f"; then
2138	   # Build tree
2139	   echo "$f"
2140	 elif test -f "$srcdir/$f"; then
2141	   # Source tree
2142	   echo "$srcdir/$f"
2143	 else
2144	   # /dev/null tree
2145	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
2146echo "$as_me: error: cannot find input file: $f" >&2;}
2147   { (exit 1); exit 1; }; }
2148	 fi;;
2149      esac
2150    done` || { (exit 1); exit 1; }
2151_ACEOF
2152cat >>$CONFIG_STATUS <<_ACEOF
2153  sed "$ac_vpsub
2154$extrasub
2155_ACEOF
2156cat >>$CONFIG_STATUS <<\_ACEOF
2157:t
2158/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
2159s,@configure_input@,$configure_input,;t t
2160s,@srcdir@,$ac_srcdir,;t t
2161s,@abs_srcdir@,$ac_abs_srcdir,;t t
2162s,@top_srcdir@,$ac_top_srcdir,;t t
2163s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
2164s,@builddir@,$ac_builddir,;t t
2165s,@abs_builddir@,$ac_abs_builddir,;t t
2166s,@top_builddir@,$ac_top_builddir,;t t
2167s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
2168" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
2169  rm -f $tmp/stdin
2170  if test x"$ac_file" != x-; then
2171    mv $tmp/out $ac_file
2172  else
2173    cat $tmp/out
2174    rm -f $tmp/out
2175  fi
2176
2177done
2178_ACEOF
2179
2180cat >>$CONFIG_STATUS <<\_ACEOF
2181
2182{ (exit 0); exit 0; }
2183_ACEOF
2184chmod +x $CONFIG_STATUS
2185ac_clean_files=$ac_clean_files_save
2186
2187
2188# configure is writing to config.log, and then calls config.status.
2189# config.status does its own redirection, appending to config.log.
2190# Unfortunately, on DOS this fails, as config.log is still kept open
2191# by configure, so config.status won't be able to write to it; its
2192# output is simply discarded.  So we exec the FD to /dev/null,
2193# effectively closing config.log, so it can be properly (re)opened and
2194# appended to by config.status.  When coming back to configure, we
2195# need to make the FD available again.
2196if test "$no_create" != yes; then
2197  ac_cs_success=:
2198  ac_config_status_args=
2199  test "$silent" = yes &&
2200    ac_config_status_args="$ac_config_status_args --quiet"
2201  exec 5>/dev/null
2202  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
2203  exec 5>>config.log
2204  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
2205  # would make configure fail if this is the last instruction.
2206  $ac_cs_success || { (exit 1); exit 1; }
2207fi
2208
2209
2210
2211
2212# END OF FILE
2213