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