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