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