source: branches/samba-3.3.x/docs-xml/configure@ 221

Last change on this file since 221 was 217, checked in by Herwig Bauernfeind, 16 years ago

Import Samba 3.3 branch at 3.3.0 level docs-xml (psmedley's port)

File size: 116.9 KB
Line 
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.63.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
7# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it.
9## --------------------- ##
10## M4sh Initialization. ##
11## --------------------- ##
12
13# Be more Bourne compatible
14DUALCASE=1; export DUALCASE # for MKS sh
15if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16 emulate sh
17 NULLCMD=:
18 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
19 # is contrary to our usage. Disable this feature.
20 alias -g '${1+"$@"}'='"$@"'
21 setopt NO_GLOB_SUBST
22else
23 case `(set -o) 2>/dev/null` in
24 *posix*) set -o posix ;;
25esac
26
27fi
28
29
30
31
32# PATH needs CR
33# Avoid depending upon Character Ranges.
34as_cr_letters='abcdefghijklmnopqrstuvwxyz'
35as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
36as_cr_Letters=$as_cr_letters$as_cr_LETTERS
37as_cr_digits='0123456789'
38as_cr_alnum=$as_cr_Letters$as_cr_digits
39
40as_nl='
41'
42export as_nl
43# Printing a long string crashes Solaris 7 /usr/bin/printf.
44as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
45as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
46as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
47if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
79fi
80
81# Support unset when possible.
82if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
83 as_unset=unset
84else
85 as_unset=false
86fi
87
88
89# IFS
90# We need space, tab and new line, in precisely that order. Quoting is
91# there to prevent editors from complaining about space-tab.
92# (If _AS_PATH_WALK were called with IFS unset, it would disable word
93# splitting by setting IFS to empty value.)
94IFS=" "" $as_nl"
95
96# Find who we are. Look in the path if we contain no directory separator.
97case $0 in
98 *[\\/]* ) as_myself=$0 ;;
99 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
100for as_dir in $PATH
101do
102 IFS=$as_save_IFS
103 test -z "$as_dir" && as_dir=.
104 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
105done
106IFS=$as_save_IFS
107
108 ;;
109esac
110# We did not find ourselves, most probably we were run as `sh COMMAND'
111# in which case we are not to be found in the path.
112if test "x$as_myself" = x; then
113 as_myself=$0
114fi
115if test ! -f "$as_myself"; then
116 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
117 { (exit 1); exit 1; }
118fi
119
120# Work around bugs in pre-3.0 UWIN ksh.
121for as_var in ENV MAIL MAILPATH
122do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
123done
124PS1='$ '
125PS2='> '
126PS4='+ '
127
128# NLS nuisances.
129LC_ALL=C
130export LC_ALL
131LANGUAGE=C
132export LANGUAGE
133
134# Required to use basename.
135if expr a : '\(a\)' >/dev/null 2>&1 &&
136 test "X`expr 00001 : '.*\(...\)'`" = X001; then
137 as_expr=expr
138else
139 as_expr=false
140fi
141
142if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
143 as_basename=basename
144else
145 as_basename=false
146fi
147
148
149# Name of the executable.
150as_me=`$as_basename -- "$0" ||
151$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
152 X"$0" : 'X\(//\)$' \| \
153 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
154$as_echo X/"$0" |
155 sed '/^.*\/\([^/][^/]*\)\/*$/{
156 s//\1/
157 q
158 }
159 /^X\/\(\/\/\)$/{
160 s//\1/
161 q
162 }
163 /^X\/\(\/\).*/{
164 s//\1/
165 q
166 }
167 s/.*/./; q'`
168
169# CDPATH.
170$as_unset CDPATH
171
172
173if test "x$CONFIG_SHELL" = x; then
174 if (eval ":") 2>/dev/null; then
175 as_have_required=yes
176else
177 as_have_required=no
178fi
179
180 if test $as_have_required = yes && (eval ":
181(as_func_return () {
182 (exit \$1)
183}
184as_func_success () {
185 as_func_return 0
186}
187as_func_failure () {
188 as_func_return 1
189}
190as_func_ret_success () {
191 return 0
192}
193as_func_ret_failure () {
194 return 1
195}
196
197exitcode=0
198if as_func_success; then
199 :
200else
201 exitcode=1
202 echo as_func_success failed.
203fi
204
205if as_func_failure; then
206 exitcode=1
207 echo as_func_failure succeeded.
208fi
209
210if as_func_ret_success; then
211 :
212else
213 exitcode=1
214 echo as_func_ret_success failed.
215fi
216
217if as_func_ret_failure; then
218 exitcode=1
219 echo as_func_ret_failure succeeded.
220fi
221
222if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
223 :
224else
225 exitcode=1
226 echo positional parameters were not saved.
227fi
228
229test \$exitcode = 0) || { (exit 1); exit 1; }
230
231(
232 as_lineno_1=\$LINENO
233 as_lineno_2=\$LINENO
234 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
235 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
236") 2> /dev/null; then
237 :
238else
239 as_candidate_shells=
240 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
241for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
242do
243 IFS=$as_save_IFS
244 test -z "$as_dir" && as_dir=.
245 case $as_dir in
246 /*)
247 for as_base in sh bash ksh sh5; do
248 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
249 done;;
250 esac
251done
252IFS=$as_save_IFS
253
254
255 for as_shell in $as_candidate_shells $SHELL; do
256 # Try only shells that exist, to save several forks.
257 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
258 { ("$as_shell") 2> /dev/null <<\_ASEOF
259if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
260 emulate sh
261 NULLCMD=:
262 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
263 # is contrary to our usage. Disable this feature.
264 alias -g '${1+"$@"}'='"$@"'
265 setopt NO_GLOB_SUBST
266else
267 case `(set -o) 2>/dev/null` in
268 *posix*) set -o posix ;;
269esac
270
271fi
272
273
274:
275_ASEOF
276}; then
277 CONFIG_SHELL=$as_shell
278 as_have_required=yes
279 if { "$as_shell" 2> /dev/null <<\_ASEOF
280if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
281 emulate sh
282 NULLCMD=:
283 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
284 # is contrary to our usage. Disable this feature.
285 alias -g '${1+"$@"}'='"$@"'
286 setopt NO_GLOB_SUBST
287else
288 case `(set -o) 2>/dev/null` in
289 *posix*) set -o posix ;;
290esac
291
292fi
293
294
295:
296(as_func_return () {
297 (exit $1)
298}
299as_func_success () {
300 as_func_return 0
301}
302as_func_failure () {
303 as_func_return 1
304}
305as_func_ret_success () {
306 return 0
307}
308as_func_ret_failure () {
309 return 1
310}
311
312exitcode=0
313if as_func_success; then
314 :
315else
316 exitcode=1
317 echo as_func_success failed.
318fi
319
320if as_func_failure; then
321 exitcode=1
322 echo as_func_failure succeeded.
323fi
324
325if as_func_ret_success; then
326 :
327else
328 exitcode=1
329 echo as_func_ret_success failed.
330fi
331
332if as_func_ret_failure; then
333 exitcode=1
334 echo as_func_ret_failure succeeded.
335fi
336
337if ( set x; as_func_ret_success y && test x = "$1" ); then
338 :
339else
340 exitcode=1
341 echo positional parameters were not saved.
342fi
343
344test $exitcode = 0) || { (exit 1); exit 1; }
345
346(
347 as_lineno_1=$LINENO
348 as_lineno_2=$LINENO
349 test "x$as_lineno_1" != "x$as_lineno_2" &&
350 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
351
352_ASEOF
353}; then
354 break
355fi
356
357fi
358
359 done
360
361 if test "x$CONFIG_SHELL" != x; then
362 for as_var in BASH_ENV ENV
363 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
364 done
365 export CONFIG_SHELL
366 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
367fi
368
369
370 if test $as_have_required = no; then
371 echo This script requires a shell more modern than all the
372 echo shells that I found on your system. Please install a
373 echo modern shell, or manually run the script under such a
374 echo shell if you do have one.
375 { (exit 1); exit 1; }
376fi
377
378
379fi
380
381fi
382
383
384
385(eval "as_func_return () {
386 (exit \$1)
387}
388as_func_success () {
389 as_func_return 0
390}
391as_func_failure () {
392 as_func_return 1
393}
394as_func_ret_success () {
395 return 0
396}
397as_func_ret_failure () {
398 return 1
399}
400
401exitcode=0
402if as_func_success; then
403 :
404else
405 exitcode=1
406 echo as_func_success failed.
407fi
408
409if as_func_failure; then
410 exitcode=1
411 echo as_func_failure succeeded.
412fi
413
414if as_func_ret_success; then
415 :
416else
417 exitcode=1
418 echo as_func_ret_success failed.
419fi
420
421if as_func_ret_failure; then
422 exitcode=1
423 echo as_func_ret_failure succeeded.
424fi
425
426if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
427 :
428else
429 exitcode=1
430 echo positional parameters were not saved.
431fi
432
433test \$exitcode = 0") || {
434 echo No shell found that supports shell functions.
435 echo Please tell bug-autoconf@gnu.org about your system,
436 echo including any error possibly output before this message.
437 echo This can help us improve future autoconf versions.
438 echo Configuration will now proceed without shell functions.
439}
440
441
442
443 as_lineno_1=$LINENO
444 as_lineno_2=$LINENO
445 test "x$as_lineno_1" != "x$as_lineno_2" &&
446 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
447
448 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
449 # uniformly replaced by the line number. The first 'sed' inserts a
450 # line-number line after each line using $LINENO; the second 'sed'
451 # does the real work. The second script uses 'N' to pair each
452 # line-number line with the line containing $LINENO, and appends
453 # trailing '-' during substitution so that $LINENO is not a special
454 # case at line end.
455 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
456 # scripts with optimization help from Paolo Bonzini. Blame Lee
457 # E. McMahon (1931-1989) for sed's syntax. :-)
458 sed -n '
459 p
460 /[$]LINENO/=
461 ' <$as_myself |
462 sed '
463 s/[$]LINENO.*/&-/
464 t lineno
465 b
466 :lineno
467 N
468 :loop
469 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
470 t loop
471 s/-\n.*//
472 ' >$as_me.lineno &&
473 chmod +x "$as_me.lineno" ||
474 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
475 { (exit 1); exit 1; }; }
476
477 # Don't try to exec as it changes $[0], causing all sort of problems
478 # (the dirname of $[0] is not the place where we might find the
479 # original and so on. Autoconf is especially sensitive to this).
480 . "./$as_me.lineno"
481 # Exit status is that of the last command.
482 exit
483}
484
485
486if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
487 as_dirname=dirname
488else
489 as_dirname=false
490fi
491
492ECHO_C= ECHO_N= ECHO_T=
493case `echo -n x` in
494-n*)
495 case `echo 'x\c'` in
496 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
497 *) ECHO_C='\c';;
498 esac;;
499*)
500 ECHO_N='-n';;
501esac
502if expr a : '\(a\)' >/dev/null 2>&1 &&
503 test "X`expr 00001 : '.*\(...\)'`" = X001; then
504 as_expr=expr
505else
506 as_expr=false
507fi
508
509rm -f conf$$ conf$$.exe conf$$.file
510if test -d conf$$.dir; then
511 rm -f conf$$.dir/conf$$.file
512else
513 rm -f conf$$.dir
514 mkdir conf$$.dir 2>/dev/null
515fi
516if (echo >conf$$.file) 2>/dev/null; then
517 if ln -s conf$$.file conf$$ 2>/dev/null; then
518 as_ln_s='ln -s'
519 # ... but there are two gotchas:
520 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
521 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
522 # In both cases, we have to default to `cp -p'.
523 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
524 as_ln_s='cp -p'
525 elif ln conf$$.file conf$$ 2>/dev/null; then
526 as_ln_s=ln
527 else
528 as_ln_s='cp -p'
529 fi
530else
531 as_ln_s='cp -p'
532fi
533rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
534rmdir conf$$.dir 2>/dev/null
535
536if mkdir -p . 2>/dev/null; then
537 as_mkdir_p=:
538else
539 test -d ./-p && rmdir ./-p
540 as_mkdir_p=false
541fi
542
543if test -x / >/dev/null 2>&1; then
544 as_test_x='test -x'
545else
546 if ls -dL / >/dev/null 2>&1; then
547 as_ls_L_option=L
548 else
549 as_ls_L_option=
550 fi
551 as_test_x='
552 eval sh -c '\''
553 if test -d "$1"; then
554 test -d "$1/.";
555 else
556 case $1 in
557 -*)set "./$1";;
558 esac;
559 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
560 ???[sx]*):;;*)false;;esac;fi
561 '\'' sh
562 '
563fi
564as_executable_p=$as_test_x
565
566# Sed expression to map a string onto a valid CPP name.
567as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
568
569# Sed expression to map a string onto a valid variable name.
570as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
571
572
573
574exec 7<&0 </dev/null 6>&1
575
576# Name of the host.
577# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
578# so uname gets run too.
579ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
580
581#
582# Initializations.
583#
584ac_default_prefix=/usr/local
585ac_clean_files=
586ac_config_libobj_dir=.
587LIBOBJS=
588cross_compiling=no
589subdirs=
590MFLAGS=
591MAKEFLAGS=
592SHELL=${CONFIG_SHELL-/bin/sh}
593
594# Identity of this package.
595PACKAGE_NAME=
596PACKAGE_TARNAME=
597PACKAGE_VERSION=
598PACKAGE_STRING=
599PACKAGE_BUGREPORT=
600
601ac_unique_file="xslt/latex.xsl"
602ac_subst_vars='LTLIBOBJS
603LIBOBJS
604TARGETS
605MAKEINFO
606DB2TEXI
607FOP
608XMLLINT
609PERL
610HTML2TEXT
611PLUCKERBUILD
612DVIPS
613LATEX
614PNMTOPS
615PNGTOPNM
616THUMBPDF
617EPSTOPDF
618PDFLATEX
619MAKEINDEX
620INKSCAPE
621RM
622XSLTPROC
623SAMBASOURCEDIR
624DOC_BUILD_DATE
625LATEX_DOCUMENTCLASS_OPTIONS
626target_alias
627host_alias
628build_alias
629LIBS
630ECHO_T
631ECHO_N
632ECHO_C
633DEFS
634mandir
635localedir
636libdir
637psdir
638pdfdir
639dvidir
640htmldir
641infodir
642docdir
643oldincludedir
644includedir
645localstatedir
646sharedstatedir
647sysconfdir
648datadir
649datarootdir
650libexecdir
651sbindir
652bindir
653program_transform_name
654prefix
655exec_prefix
656PACKAGE_BUGREPORT
657PACKAGE_STRING
658PACKAGE_VERSION
659PACKAGE_TARNAME
660PACKAGE_NAME
661PATH_SEPARATOR
662SHELL'
663ac_subst_files=''
664ac_user_opts='
665enable_option_checking
666with_samba_sources
667enable_prentice_hall
668'
669 ac_precious_vars='build_alias
670host_alias
671target_alias'
672
673
674# Initialize some variables set by options.
675ac_init_help=
676ac_init_version=false
677ac_unrecognized_opts=
678ac_unrecognized_sep=
679# The variables have the same names as the options, with
680# dashes changed to underlines.
681cache_file=/dev/null
682exec_prefix=NONE
683no_create=
684no_recursion=
685prefix=NONE
686program_prefix=NONE
687program_suffix=NONE
688program_transform_name=s,x,x,
689silent=
690site=
691srcdir=
692verbose=
693x_includes=NONE
694x_libraries=NONE
695
696# Installation directory options.
697# These are left unexpanded so users can "make install exec_prefix=/foo"
698# and all the variables that are supposed to be based on exec_prefix
699# by default will actually change.
700# Use braces instead of parens because sh, perl, etc. also accept them.
701# (The list follows the same order as the GNU Coding Standards.)
702bindir='${exec_prefix}/bin'
703sbindir='${exec_prefix}/sbin'
704libexecdir='${exec_prefix}/libexec'
705datarootdir='${prefix}/share'
706datadir='${datarootdir}'
707sysconfdir='${prefix}/etc'
708sharedstatedir='${prefix}/com'
709localstatedir='${prefix}/var'
710includedir='${prefix}/include'
711oldincludedir='/usr/include'
712docdir='${datarootdir}/doc/${PACKAGE}'
713infodir='${datarootdir}/info'
714htmldir='${docdir}'
715dvidir='${docdir}'
716pdfdir='${docdir}'
717psdir='${docdir}'
718libdir='${exec_prefix}/lib'
719localedir='${datarootdir}/locale'
720mandir='${datarootdir}/man'
721
722ac_prev=
723ac_dashdash=
724for ac_option
725do
726 # If the previous option needs an argument, assign it.
727 if test -n "$ac_prev"; then
728 eval $ac_prev=\$ac_option
729 ac_prev=
730 continue
731 fi
732
733 case $ac_option in
734 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
735 *) ac_optarg=yes ;;
736 esac
737
738 # Accept the important Cygnus configure options, so we can diagnose typos.
739
740 case $ac_dashdash$ac_option in
741 --)
742 ac_dashdash=yes ;;
743
744 -bindir | --bindir | --bindi | --bind | --bin | --bi)
745 ac_prev=bindir ;;
746 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
747 bindir=$ac_optarg ;;
748
749 -build | --build | --buil | --bui | --bu)
750 ac_prev=build_alias ;;
751 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
752 build_alias=$ac_optarg ;;
753
754 -cache-file | --cache-file | --cache-fil | --cache-fi \
755 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
756 ac_prev=cache_file ;;
757 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
758 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
759 cache_file=$ac_optarg ;;
760
761 --config-cache | -C)
762 cache_file=config.cache ;;
763
764 -datadir | --datadir | --datadi | --datad)
765 ac_prev=datadir ;;
766 -datadir=* | --datadir=* | --datadi=* | --datad=*)
767 datadir=$ac_optarg ;;
768
769 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
770 | --dataroo | --dataro | --datar)
771 ac_prev=datarootdir ;;
772 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
773 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
774 datarootdir=$ac_optarg ;;
775
776 -disable-* | --disable-*)
777 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
778 # Reject names that are not valid shell variable names.
779 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
780 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
781 { (exit 1); exit 1; }; }
782 ac_useropt_orig=$ac_useropt
783 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
784 case $ac_user_opts in
785 *"
786"enable_$ac_useropt"
787"*) ;;
788 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
789 ac_unrecognized_sep=', ';;
790 esac
791 eval enable_$ac_useropt=no ;;
792
793 -docdir | --docdir | --docdi | --doc | --do)
794 ac_prev=docdir ;;
795 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
796 docdir=$ac_optarg ;;
797
798 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
799 ac_prev=dvidir ;;
800 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
801 dvidir=$ac_optarg ;;
802
803 -enable-* | --enable-*)
804 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
805 # Reject names that are not valid shell variable names.
806 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
807 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
808 { (exit 1); exit 1; }; }
809 ac_useropt_orig=$ac_useropt
810 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
811 case $ac_user_opts in
812 *"
813"enable_$ac_useropt"
814"*) ;;
815 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
816 ac_unrecognized_sep=', ';;
817 esac
818 eval enable_$ac_useropt=\$ac_optarg ;;
819
820 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
821 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
822 | --exec | --exe | --ex)
823 ac_prev=exec_prefix ;;
824 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
825 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
826 | --exec=* | --exe=* | --ex=*)
827 exec_prefix=$ac_optarg ;;
828
829 -gas | --gas | --ga | --g)
830 # Obsolete; use --with-gas.
831 with_gas=yes ;;
832
833 -help | --help | --hel | --he | -h)
834 ac_init_help=long ;;
835 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
836 ac_init_help=recursive ;;
837 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
838 ac_init_help=short ;;
839
840 -host | --host | --hos | --ho)
841 ac_prev=host_alias ;;
842 -host=* | --host=* | --hos=* | --ho=*)
843 host_alias=$ac_optarg ;;
844
845 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
846 ac_prev=htmldir ;;
847 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
848 | --ht=*)
849 htmldir=$ac_optarg ;;
850
851 -includedir | --includedir | --includedi | --included | --include \
852 | --includ | --inclu | --incl | --inc)
853 ac_prev=includedir ;;
854 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
855 | --includ=* | --inclu=* | --incl=* | --inc=*)
856 includedir=$ac_optarg ;;
857
858 -infodir | --infodir | --infodi | --infod | --info | --inf)
859 ac_prev=infodir ;;
860 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
861 infodir=$ac_optarg ;;
862
863 -libdir | --libdir | --libdi | --libd)
864 ac_prev=libdir ;;
865 -libdir=* | --libdir=* | --libdi=* | --libd=*)
866 libdir=$ac_optarg ;;
867
868 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
869 | --libexe | --libex | --libe)
870 ac_prev=libexecdir ;;
871 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
872 | --libexe=* | --libex=* | --libe=*)
873 libexecdir=$ac_optarg ;;
874
875 -localedir | --localedir | --localedi | --localed | --locale)
876 ac_prev=localedir ;;
877 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
878 localedir=$ac_optarg ;;
879
880 -localstatedir | --localstatedir | --localstatedi | --localstated \
881 | --localstate | --localstat | --localsta | --localst | --locals)
882 ac_prev=localstatedir ;;
883 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
884 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
885 localstatedir=$ac_optarg ;;
886
887 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
888 ac_prev=mandir ;;
889 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
890 mandir=$ac_optarg ;;
891
892 -nfp | --nfp | --nf)
893 # Obsolete; use --without-fp.
894 with_fp=no ;;
895
896 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
897 | --no-cr | --no-c | -n)
898 no_create=yes ;;
899
900 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
901 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
902 no_recursion=yes ;;
903
904 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
905 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
906 | --oldin | --oldi | --old | --ol | --o)
907 ac_prev=oldincludedir ;;
908 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
909 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
910 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
911 oldincludedir=$ac_optarg ;;
912
913 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
914 ac_prev=prefix ;;
915 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
916 prefix=$ac_optarg ;;
917
918 -program-prefix | --program-prefix | --program-prefi | --program-pref \
919 | --program-pre | --program-pr | --program-p)
920 ac_prev=program_prefix ;;
921 -program-prefix=* | --program-prefix=* | --program-prefi=* \
922 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
923 program_prefix=$ac_optarg ;;
924
925 -program-suffix | --program-suffix | --program-suffi | --program-suff \
926 | --program-suf | --program-su | --program-s)
927 ac_prev=program_suffix ;;
928 -program-suffix=* | --program-suffix=* | --program-suffi=* \
929 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
930 program_suffix=$ac_optarg ;;
931
932 -program-transform-name | --program-transform-name \
933 | --program-transform-nam | --program-transform-na \
934 | --program-transform-n | --program-transform- \
935 | --program-transform | --program-transfor \
936 | --program-transfo | --program-transf \
937 | --program-trans | --program-tran \
938 | --progr-tra | --program-tr | --program-t)
939 ac_prev=program_transform_name ;;
940 -program-transform-name=* | --program-transform-name=* \
941 | --program-transform-nam=* | --program-transform-na=* \
942 | --program-transform-n=* | --program-transform-=* \
943 | --program-transform=* | --program-transfor=* \
944 | --program-transfo=* | --program-transf=* \
945 | --program-trans=* | --program-tran=* \
946 | --progr-tra=* | --program-tr=* | --program-t=*)
947 program_transform_name=$ac_optarg ;;
948
949 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
950 ac_prev=pdfdir ;;
951 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
952 pdfdir=$ac_optarg ;;
953
954 -psdir | --psdir | --psdi | --psd | --ps)
955 ac_prev=psdir ;;
956 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
957 psdir=$ac_optarg ;;
958
959 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
960 | -silent | --silent | --silen | --sile | --sil)
961 silent=yes ;;
962
963 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
964 ac_prev=sbindir ;;
965 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
966 | --sbi=* | --sb=*)
967 sbindir=$ac_optarg ;;
968
969 -sharedstatedir | --sharedstatedir | --sharedstatedi \
970 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
971 | --sharedst | --shareds | --shared | --share | --shar \
972 | --sha | --sh)
973 ac_prev=sharedstatedir ;;
974 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
975 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
976 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
977 | --sha=* | --sh=*)
978 sharedstatedir=$ac_optarg ;;
979
980 -site | --site | --sit)
981 ac_prev=site ;;
982 -site=* | --site=* | --sit=*)
983 site=$ac_optarg ;;
984
985 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
986 ac_prev=srcdir ;;
987 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
988 srcdir=$ac_optarg ;;
989
990 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
991 | --syscon | --sysco | --sysc | --sys | --sy)
992 ac_prev=sysconfdir ;;
993 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
994 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
995 sysconfdir=$ac_optarg ;;
996
997 -target | --target | --targe | --targ | --tar | --ta | --t)
998 ac_prev=target_alias ;;
999 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1000 target_alias=$ac_optarg ;;
1001
1002 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1003 verbose=yes ;;
1004
1005 -version | --version | --versio | --versi | --vers | -V)
1006 ac_init_version=: ;;
1007
1008 -with-* | --with-*)
1009 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1010 # Reject names that are not valid shell variable names.
1011 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1012 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1013 { (exit 1); exit 1; }; }
1014 ac_useropt_orig=$ac_useropt
1015 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1016 case $ac_user_opts in
1017 *"
1018"with_$ac_useropt"
1019"*) ;;
1020 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1021 ac_unrecognized_sep=', ';;
1022 esac
1023 eval with_$ac_useropt=\$ac_optarg ;;
1024
1025 -without-* | --without-*)
1026 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1027 # Reject names that are not valid shell variable names.
1028 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1029 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1030 { (exit 1); exit 1; }; }
1031 ac_useropt_orig=$ac_useropt
1032 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1033 case $ac_user_opts in
1034 *"
1035"with_$ac_useropt"
1036"*) ;;
1037 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1038 ac_unrecognized_sep=', ';;
1039 esac
1040 eval with_$ac_useropt=no ;;
1041
1042 --x)
1043 # Obsolete; use --with-x.
1044 with_x=yes ;;
1045
1046 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1047 | --x-incl | --x-inc | --x-in | --x-i)
1048 ac_prev=x_includes ;;
1049 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1050 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1051 x_includes=$ac_optarg ;;
1052
1053 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1054 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1055 ac_prev=x_libraries ;;
1056 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1057 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1058 x_libraries=$ac_optarg ;;
1059
1060 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1061Try \`$0 --help' for more information." >&2
1062 { (exit 1); exit 1; }; }
1063 ;;
1064
1065 *=*)
1066 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1067 # Reject names that are not valid shell variable names.
1068 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1069 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1070 { (exit 1); exit 1; }; }
1071 eval $ac_envvar=\$ac_optarg
1072 export $ac_envvar ;;
1073
1074 *)
1075 # FIXME: should be removed in autoconf 3.0.
1076 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1077 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1078 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1079 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1080 ;;
1081
1082 esac
1083done
1084
1085if test -n "$ac_prev"; then
1086 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1087 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1088 { (exit 1); exit 1; }; }
1089fi
1090
1091if test -n "$ac_unrecognized_opts"; then
1092 case $enable_option_checking in
1093 no) ;;
1094 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1095 { (exit 1); exit 1; }; } ;;
1096 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1097 esac
1098fi
1099
1100# Check all directory arguments for consistency.
1101for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1102 datadir sysconfdir sharedstatedir localstatedir includedir \
1103 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1104 libdir localedir mandir
1105do
1106 eval ac_val=\$$ac_var
1107 # Remove trailing slashes.
1108 case $ac_val in
1109 */ )
1110 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1111 eval $ac_var=\$ac_val;;
1112 esac
1113 # Be sure to have absolute directory names.
1114 case $ac_val in
1115 [\\/$]* | ?:[\\/]* ) continue;;
1116 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1117 esac
1118 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1119 { (exit 1); exit 1; }; }
1120done
1121
1122# There might be people who depend on the old broken behavior: `$host'
1123# used to hold the argument of --host etc.
1124# FIXME: To remove some day.
1125build=$build_alias
1126host=$host_alias
1127target=$target_alias
1128
1129# FIXME: To remove some day.
1130if test "x$host_alias" != x; then
1131 if test "x$build_alias" = x; then
1132 cross_compiling=maybe
1133 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1134 If a cross compiler is detected then cross compile mode will be used." >&2
1135 elif test "x$build_alias" != "x$host_alias"; then
1136 cross_compiling=yes
1137 fi
1138fi
1139
1140ac_tool_prefix=
1141test -n "$host_alias" && ac_tool_prefix=$host_alias-
1142
1143test "$silent" = yes && exec 6>/dev/null
1144
1145
1146ac_pwd=`pwd` && test -n "$ac_pwd" &&
1147ac_ls_di=`ls -di .` &&
1148ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1149 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1150 { (exit 1); exit 1; }; }
1151test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1152 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1153 { (exit 1); exit 1; }; }
1154
1155
1156# Find the source files, if location was not specified.
1157if test -z "$srcdir"; then
1158 ac_srcdir_defaulted=yes
1159 # Try the directory containing this script, then the parent directory.
1160 ac_confdir=`$as_dirname -- "$as_myself" ||
1161$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1162 X"$as_myself" : 'X\(//\)[^/]' \| \
1163 X"$as_myself" : 'X\(//\)$' \| \
1164 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1165$as_echo X"$as_myself" |
1166 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1167 s//\1/
1168 q
1169 }
1170 /^X\(\/\/\)[^/].*/{
1171 s//\1/
1172 q
1173 }
1174 /^X\(\/\/\)$/{
1175 s//\1/
1176 q
1177 }
1178 /^X\(\/\).*/{
1179 s//\1/
1180 q
1181 }
1182 s/.*/./; q'`
1183 srcdir=$ac_confdir
1184 if test ! -r "$srcdir/$ac_unique_file"; then
1185 srcdir=..
1186 fi
1187else
1188 ac_srcdir_defaulted=no
1189fi
1190if test ! -r "$srcdir/$ac_unique_file"; then
1191 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1192 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1193 { (exit 1); exit 1; }; }
1194fi
1195ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1196ac_abs_confdir=`(
1197 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1198 { (exit 1); exit 1; }; }
1199 pwd)`
1200# When building in place, set srcdir=.
1201if test "$ac_abs_confdir" = "$ac_pwd"; then
1202 srcdir=.
1203fi
1204# Remove unnecessary trailing slashes from srcdir.
1205# Double slashes in file names in object file debugging info
1206# mess up M-x gdb in Emacs.
1207case $srcdir in
1208*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1209esac
1210for ac_var in $ac_precious_vars; do
1211 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1212 eval ac_env_${ac_var}_value=\$${ac_var}
1213 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1214 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1215done
1216
1217#
1218# Report the --help message.
1219#
1220if test "$ac_init_help" = "long"; then
1221 # Omit some internal or obsolete options to make the list less imposing.
1222 # This message is too long to be a string in the A/UX 3.1 sh.
1223 cat <<_ACEOF
1224\`configure' configures this package to adapt to many kinds of systems.
1225
1226Usage: $0 [OPTION]... [VAR=VALUE]...
1227
1228To assign environment variables (e.g., CC, CFLAGS...), specify them as
1229VAR=VALUE. See below for descriptions of some of the useful variables.
1230
1231Defaults for the options are specified in brackets.
1232
1233Configuration:
1234 -h, --help display this help and exit
1235 --help=short display options specific to this package
1236 --help=recursive display the short help of all the included packages
1237 -V, --version display version information and exit
1238 -q, --quiet, --silent do not print \`checking...' messages
1239 --cache-file=FILE cache test results in FILE [disabled]
1240 -C, --config-cache alias for \`--cache-file=config.cache'
1241 -n, --no-create do not create output files
1242 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1243
1244Installation directories:
1245 --prefix=PREFIX install architecture-independent files in PREFIX
1246 [$ac_default_prefix]
1247 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1248 [PREFIX]
1249
1250By default, \`make install' will install all the files in
1251\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1252an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1253for instance \`--prefix=\$HOME'.
1254
1255For better control, use the options below.
1256
1257Fine tuning of the installation directories:
1258 --bindir=DIR user executables [EPREFIX/bin]
1259 --sbindir=DIR system admin executables [EPREFIX/sbin]
1260 --libexecdir=DIR program executables [EPREFIX/libexec]
1261 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1262 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1263 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1264 --libdir=DIR object code libraries [EPREFIX/lib]
1265 --includedir=DIR C header files [PREFIX/include]
1266 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1267 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1268 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1269 --infodir=DIR info documentation [DATAROOTDIR/info]
1270 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1271 --mandir=DIR man documentation [DATAROOTDIR/man]
1272 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1273 --htmldir=DIR html documentation [DOCDIR]
1274 --dvidir=DIR dvi documentation [DOCDIR]
1275 --pdfdir=DIR pdf documentation [DOCDIR]
1276 --psdir=DIR ps documentation [DOCDIR]
1277_ACEOF
1278
1279 cat <<\_ACEOF
1280_ACEOF
1281fi
1282
1283if test -n "$ac_init_help"; then
1284
1285 cat <<\_ACEOF
1286
1287Optional Features:
1288 --disable-option-checking ignore unrecognized --enable/--with options
1289 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1290 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1291 --enable-prentice-hall Produce Prentice-Hall compatible output
1292
1293Optional Packages:
1294 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1295 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1296 --with-samba-sources=DIR Specify path to Samba sources
1297
1298_ACEOF
1299ac_status=$?
1300fi
1301
1302if test "$ac_init_help" = "recursive"; then
1303 # If there are subdirs, report their specific --help.
1304 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1305 test -d "$ac_dir" ||
1306 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1307 continue
1308 ac_builddir=.
1309
1310case "$ac_dir" in
1311.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1312*)
1313 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1314 # A ".." for each directory in $ac_dir_suffix.
1315 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1316 case $ac_top_builddir_sub in
1317 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1318 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1319 esac ;;
1320esac
1321ac_abs_top_builddir=$ac_pwd
1322ac_abs_builddir=$ac_pwd$ac_dir_suffix
1323# for backward compatibility:
1324ac_top_builddir=$ac_top_build_prefix
1325
1326case $srcdir in
1327 .) # We are building in place.
1328 ac_srcdir=.
1329 ac_top_srcdir=$ac_top_builddir_sub
1330 ac_abs_top_srcdir=$ac_pwd ;;
1331 [\\/]* | ?:[\\/]* ) # Absolute name.
1332 ac_srcdir=$srcdir$ac_dir_suffix;
1333 ac_top_srcdir=$srcdir
1334 ac_abs_top_srcdir=$srcdir ;;
1335 *) # Relative name.
1336 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1337 ac_top_srcdir=$ac_top_build_prefix$srcdir
1338 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1339esac
1340ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1341
1342 cd "$ac_dir" || { ac_status=$?; continue; }
1343 # Check for guested configure.
1344 if test -f "$ac_srcdir/configure.gnu"; then
1345 echo &&
1346 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1347 elif test -f "$ac_srcdir/configure"; then
1348 echo &&
1349 $SHELL "$ac_srcdir/configure" --help=recursive
1350 else
1351 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1352 fi || ac_status=$?
1353 cd "$ac_pwd" || { ac_status=$?; break; }
1354 done
1355fi
1356
1357test -n "$ac_init_help" && exit $ac_status
1358if $ac_init_version; then
1359 cat <<\_ACEOF
1360configure
1361generated by GNU Autoconf 2.63
1362
1363Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
13642002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1365This configure script is free software; the Free Software Foundation
1366gives unlimited permission to copy, distribute and modify it.
1367_ACEOF
1368 exit
1369fi
1370cat >config.log <<_ACEOF
1371This file contains any messages produced by compilers while
1372running configure, to aid debugging if configure makes a mistake.
1373
1374It was created by $as_me, which was
1375generated by GNU Autoconf 2.63. Invocation command line was
1376
1377 $ $0 $@
1378
1379_ACEOF
1380exec 5>>config.log
1381{
1382cat <<_ASUNAME
1383## --------- ##
1384## Platform. ##
1385## --------- ##
1386
1387hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1388uname -m = `(uname -m) 2>/dev/null || echo unknown`
1389uname -r = `(uname -r) 2>/dev/null || echo unknown`
1390uname -s = `(uname -s) 2>/dev/null || echo unknown`
1391uname -v = `(uname -v) 2>/dev/null || echo unknown`
1392
1393/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1394/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1395
1396/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1397/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1398/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1399/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1400/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1401/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1402/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1403
1404_ASUNAME
1405
1406as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1407for as_dir in $PATH
1408do
1409 IFS=$as_save_IFS
1410 test -z "$as_dir" && as_dir=.
1411 $as_echo "PATH: $as_dir"
1412done
1413IFS=$as_save_IFS
1414
1415} >&5
1416
1417cat >&5 <<_ACEOF
1418
1419
1420## ----------- ##
1421## Core tests. ##
1422## ----------- ##
1423
1424_ACEOF
1425
1426
1427# Keep a trace of the command line.
1428# Strip out --no-create and --no-recursion so they do not pile up.
1429# Strip out --silent because we don't want to record it for future runs.
1430# Also quote any args containing shell meta-characters.
1431# Make two passes to allow for proper duplicate-argument suppression.
1432ac_configure_args=
1433ac_configure_args0=
1434ac_configure_args1=
1435ac_must_keep_next=false
1436for ac_pass in 1 2
1437do
1438 for ac_arg
1439 do
1440 case $ac_arg in
1441 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1442 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1443 | -silent | --silent | --silen | --sile | --sil)
1444 continue ;;
1445 *\'*)
1446 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1447 esac
1448 case $ac_pass in
1449 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1450 2)
1451 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1452 if test $ac_must_keep_next = true; then
1453 ac_must_keep_next=false # Got value, back to normal.
1454 else
1455 case $ac_arg in
1456 *=* | --config-cache | -C | -disable-* | --disable-* \
1457 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1458 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1459 | -with-* | --with-* | -without-* | --without-* | --x)
1460 case "$ac_configure_args0 " in
1461 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1462 esac
1463 ;;
1464 -* ) ac_must_keep_next=true ;;
1465 esac
1466 fi
1467 ac_configure_args="$ac_configure_args '$ac_arg'"
1468 ;;
1469 esac
1470 done
1471done
1472$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1473$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1474
1475# When interrupted or exit'd, cleanup temporary files, and complete
1476# config.log. We remove comments because anyway the quotes in there
1477# would cause problems or look ugly.
1478# WARNING: Use '\'' to represent an apostrophe within the trap.
1479# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1480trap 'exit_status=$?
1481 # Save into config.log some information that might help in debugging.
1482 {
1483 echo
1484
1485 cat <<\_ASBOX
1486## ---------------- ##
1487## Cache variables. ##
1488## ---------------- ##
1489_ASBOX
1490 echo
1491 # The following way of writing the cache mishandles newlines in values,
1492(
1493 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1494 eval ac_val=\$$ac_var
1495 case $ac_val in #(
1496 *${as_nl}*)
1497 case $ac_var in #(
1498 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1499$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1500 esac
1501 case $ac_var in #(
1502 _ | IFS | as_nl) ;; #(
1503 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1504 *) $as_unset $ac_var ;;
1505 esac ;;
1506 esac
1507 done
1508 (set) 2>&1 |
1509 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1510 *${as_nl}ac_space=\ *)
1511 sed -n \
1512 "s/'\''/'\''\\\\'\'''\''/g;
1513 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1514 ;; #(
1515 *)
1516 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1517 ;;
1518 esac |
1519 sort
1520)
1521 echo
1522
1523 cat <<\_ASBOX
1524## ----------------- ##
1525## Output variables. ##
1526## ----------------- ##
1527_ASBOX
1528 echo
1529 for ac_var in $ac_subst_vars
1530 do
1531 eval ac_val=\$$ac_var
1532 case $ac_val in
1533 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1534 esac
1535 $as_echo "$ac_var='\''$ac_val'\''"
1536 done | sort
1537 echo
1538
1539 if test -n "$ac_subst_files"; then
1540 cat <<\_ASBOX
1541## ------------------- ##
1542## File substitutions. ##
1543## ------------------- ##
1544_ASBOX
1545 echo
1546 for ac_var in $ac_subst_files
1547 do
1548 eval ac_val=\$$ac_var
1549 case $ac_val in
1550 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1551 esac
1552 $as_echo "$ac_var='\''$ac_val'\''"
1553 done | sort
1554 echo
1555 fi
1556
1557 if test -s confdefs.h; then
1558 cat <<\_ASBOX
1559## ----------- ##
1560## confdefs.h. ##
1561## ----------- ##
1562_ASBOX
1563 echo
1564 cat confdefs.h
1565 echo
1566 fi
1567 test "$ac_signal" != 0 &&
1568 $as_echo "$as_me: caught signal $ac_signal"
1569 $as_echo "$as_me: exit $exit_status"
1570 } >&5
1571 rm -f core *.core core.conftest.* &&
1572 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1573 exit $exit_status
1574' 0
1575for ac_signal in 1 2 13 15; do
1576 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1577done
1578ac_signal=0
1579
1580# confdefs.h avoids OS command line length limits that DEFS can exceed.
1581rm -f -r conftest* confdefs.h
1582
1583# Predefined preprocessor variables.
1584
1585cat >>confdefs.h <<_ACEOF
1586#define PACKAGE_NAME "$PACKAGE_NAME"
1587_ACEOF
1588
1589
1590cat >>confdefs.h <<_ACEOF
1591#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1592_ACEOF
1593
1594
1595cat >>confdefs.h <<_ACEOF
1596#define PACKAGE_VERSION "$PACKAGE_VERSION"
1597_ACEOF
1598
1599
1600cat >>confdefs.h <<_ACEOF
1601#define PACKAGE_STRING "$PACKAGE_STRING"
1602_ACEOF
1603
1604
1605cat >>confdefs.h <<_ACEOF
1606#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1607_ACEOF
1608
1609
1610# Let the site file select an alternate cache file if it wants to.
1611# Prefer an explicitly selected file to automatically selected ones.
1612ac_site_file1=NONE
1613ac_site_file2=NONE
1614if test -n "$CONFIG_SITE"; then
1615 ac_site_file1=$CONFIG_SITE
1616elif test "x$prefix" != xNONE; then
1617 ac_site_file1=$prefix/share/config.site
1618 ac_site_file2=$prefix/etc/config.site
1619else
1620 ac_site_file1=$ac_default_prefix/share/config.site
1621 ac_site_file2=$ac_default_prefix/etc/config.site
1622fi
1623for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1624do
1625 test "x$ac_site_file" = xNONE && continue
1626 if test -r "$ac_site_file"; then
1627 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1628$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1629 sed 's/^/| /' "$ac_site_file" >&5
1630 . "$ac_site_file"
1631 fi
1632done
1633
1634if test -r "$cache_file"; then
1635 # Some versions of bash will fail to source /dev/null (special
1636 # files actually), so we avoid doing that.
1637 if test -f "$cache_file"; then
1638 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1639$as_echo "$as_me: loading cache $cache_file" >&6;}
1640 case $cache_file in
1641 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1642 *) . "./$cache_file";;
1643 esac
1644 fi
1645else
1646 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1647$as_echo "$as_me: creating cache $cache_file" >&6;}
1648 >$cache_file
1649fi
1650
1651# Check that the precious variables saved in the cache have kept the same
1652# value.
1653ac_cache_corrupted=false
1654for ac_var in $ac_precious_vars; do
1655 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1656 eval ac_new_set=\$ac_env_${ac_var}_set
1657 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1658 eval ac_new_val=\$ac_env_${ac_var}_value
1659 case $ac_old_set,$ac_new_set in
1660 set,)
1661 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1662$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1663 ac_cache_corrupted=: ;;
1664 ,set)
1665 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1666$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1667 ac_cache_corrupted=: ;;
1668 ,);;
1669 *)
1670 if test "x$ac_old_val" != "x$ac_new_val"; then
1671 # differences in whitespace do not lead to failure.
1672 ac_old_val_w=`echo x $ac_old_val`
1673 ac_new_val_w=`echo x $ac_new_val`
1674 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1675 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1676$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1677 ac_cache_corrupted=:
1678 else
1679 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1680$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1681 eval $ac_var=\$ac_old_val
1682 fi
1683 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1684$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1685 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1686$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1687 fi;;
1688 esac
1689 # Pass precious variables to config.status.
1690 if test "$ac_new_set" = set; then
1691 case $ac_new_val in
1692 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1693 *) ac_arg=$ac_var=$ac_new_val ;;
1694 esac
1695 case " $ac_configure_args " in
1696 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1697 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1698 esac
1699 fi
1700done
1701if $ac_cache_corrupted; then
1702 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1703$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1704 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1705$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1706 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1707$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1708 { (exit 1); exit 1; }; }
1709fi
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727ac_ext=c
1728ac_cpp='$CPP $CPPFLAGS'
1729ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1730ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1731ac_compiler_gnu=$ac_cv_c_compiler_gnu
1732
1733
1734
1735
1736# Check whether --with-samba-sources was given.
1737if test "${with_samba_sources+set}" = set; then
1738 withval=$with_samba_sources; test "$withval" && SPECIFIED_SOURCEDIR="$withval"
1739fi
1740
1741
1742LATEX_DOCUMENTCLASS_OPTIONS="letterpaper,11pt,openright,twoside"
1743# Check whether --enable-prentice-hall was given.
1744if test "${enable_prentice_hall+set}" = set; then
1745 enableval=$enable_prentice_hall; test "$enableval" && LATEX_DOCUMENTCLASS_OPTIONS="letterpaper,10pt,openleft,twoside,ph"
1746fi
1747
1748
1749
1750DOC_BUILD_DATE=`date '+%d-%m-%Y'`
1751
1752
1753
1754
1755 for ac_prog in xsltproc
1756do
1757 # Extract the first word of "$ac_prog", so it can be a program name with args.
1758set dummy $ac_prog; ac_word=$2
1759{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1760$as_echo_n "checking for $ac_word... " >&6; }
1761if test "${ac_cv_prog_XSLTPROC+set}" = set; then
1762 $as_echo_n "(cached) " >&6
1763else
1764 if test -n "$XSLTPROC"; then
1765 ac_cv_prog_XSLTPROC="$XSLTPROC" # Let the user override the test.
1766else
1767as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1768for as_dir in $PATH
1769do
1770 IFS=$as_save_IFS
1771 test -z "$as_dir" && as_dir=.
1772 for ac_exec_ext in '' $ac_executable_extensions; do
1773 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1774 ac_cv_prog_XSLTPROC="$ac_prog"
1775 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1776 break 2
1777 fi
1778done
1779done
1780IFS=$as_save_IFS
1781
1782fi
1783fi
1784XSLTPROC=$ac_cv_prog_XSLTPROC
1785if test -n "$XSLTPROC"; then
1786 { $as_echo "$as_me:$LINENO: result: $XSLTPROC" >&5
1787$as_echo "$XSLTPROC" >&6; }
1788else
1789 { $as_echo "$as_me:$LINENO: result: no" >&5
1790$as_echo "no" >&6; }
1791fi
1792
1793
1794 test -n "$XSLTPROC" && break
1795done
1796
1797 if test x"$XSLTPROC" = x; then
1798 if test x"$ALL_REQUIRES" = x; then
1799 ALL_REQUIRES="xsltproc"
1800 else
1801 ALL_REQUIRES="$ALL_REQUIRES xsltproc"
1802 fi
1803 fi
1804
1805
1806 for ac_prog in rm
1807do
1808 # Extract the first word of "$ac_prog", so it can be a program name with args.
1809set dummy $ac_prog; ac_word=$2
1810{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1811$as_echo_n "checking for $ac_word... " >&6; }
1812if test "${ac_cv_prog_RM+set}" = set; then
1813 $as_echo_n "(cached) " >&6
1814else
1815 if test -n "$RM"; then
1816 ac_cv_prog_RM="$RM" # Let the user override the test.
1817else
1818as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1819for as_dir in $PATH
1820do
1821 IFS=$as_save_IFS
1822 test -z "$as_dir" && as_dir=.
1823 for ac_exec_ext in '' $ac_executable_extensions; do
1824 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1825 ac_cv_prog_RM="$ac_prog"
1826 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1827 break 2
1828 fi
1829done
1830done
1831IFS=$as_save_IFS
1832
1833fi
1834fi
1835RM=$ac_cv_prog_RM
1836if test -n "$RM"; then
1837 { $as_echo "$as_me:$LINENO: result: $RM" >&5
1838$as_echo "$RM" >&6; }
1839else
1840 { $as_echo "$as_me:$LINENO: result: no" >&5
1841$as_echo "no" >&6; }
1842fi
1843
1844
1845 test -n "$RM" && break
1846done
1847
1848 if test x"$RM" = x; then
1849 if test x"$ALL_REQUIRES" = x; then
1850 ALL_REQUIRES="rm"
1851 else
1852 ALL_REQUIRES="$ALL_REQUIRES rm"
1853 fi
1854 fi
1855
1856
1857 for ac_prog in inkscape
1858do
1859 # Extract the first word of "$ac_prog", so it can be a program name with args.
1860set dummy $ac_prog; ac_word=$2
1861{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1862$as_echo_n "checking for $ac_word... " >&6; }
1863if test "${ac_cv_prog_INKSCAPE+set}" = set; then
1864 $as_echo_n "(cached) " >&6
1865else
1866 if test -n "$INKSCAPE"; then
1867 ac_cv_prog_INKSCAPE="$INKSCAPE" # Let the user override the test.
1868else
1869as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1870for as_dir in $PATH
1871do
1872 IFS=$as_save_IFS
1873 test -z "$as_dir" && as_dir=.
1874 for ac_exec_ext in '' $ac_executable_extensions; do
1875 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1876 ac_cv_prog_INKSCAPE="$ac_prog"
1877 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1878 break 2
1879 fi
1880done
1881done
1882IFS=$as_save_IFS
1883
1884fi
1885fi
1886INKSCAPE=$ac_cv_prog_INKSCAPE
1887if test -n "$INKSCAPE"; then
1888 { $as_echo "$as_me:$LINENO: result: $INKSCAPE" >&5
1889$as_echo "$INKSCAPE" >&6; }
1890else
1891 { $as_echo "$as_me:$LINENO: result: no" >&5
1892$as_echo "no" >&6; }
1893fi
1894
1895
1896 test -n "$INKSCAPE" && break
1897done
1898
1899 if test x"$INKSCAPE" = x; then
1900 if test x"$LATEX_REQUIRES" = x; then
1901 LATEX_REQUIRES="inkscape"
1902 else
1903 LATEX_REQUIRES="$LATEX_REQUIRES inkscape"
1904 fi
1905 fi
1906
1907
1908 for ac_prog in inkscape
1909do
1910 # Extract the first word of "$ac_prog", so it can be a program name with args.
1911set dummy $ac_prog; ac_word=$2
1912{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1913$as_echo_n "checking for $ac_word... " >&6; }
1914if test "${ac_cv_prog_INKSCAPE+set}" = set; then
1915 $as_echo_n "(cached) " >&6
1916else
1917 if test -n "$INKSCAPE"; then
1918 ac_cv_prog_INKSCAPE="$INKSCAPE" # Let the user override the test.
1919else
1920as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1921for as_dir in $PATH
1922do
1923 IFS=$as_save_IFS
1924 test -z "$as_dir" && as_dir=.
1925 for ac_exec_ext in '' $ac_executable_extensions; do
1926 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1927 ac_cv_prog_INKSCAPE="$ac_prog"
1928 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1929 break 2
1930 fi
1931done
1932done
1933IFS=$as_save_IFS
1934
1935fi
1936fi
1937INKSCAPE=$ac_cv_prog_INKSCAPE
1938if test -n "$INKSCAPE"; then
1939 { $as_echo "$as_me:$LINENO: result: $INKSCAPE" >&5
1940$as_echo "$INKSCAPE" >&6; }
1941else
1942 { $as_echo "$as_me:$LINENO: result: no" >&5
1943$as_echo "no" >&6; }
1944fi
1945
1946
1947 test -n "$INKSCAPE" && break
1948done
1949
1950 if test x"$INKSCAPE" = x; then
1951 if test x"$PS_REQUIRES" = x; then
1952 PS_REQUIRES="inkscape"
1953 else
1954 PS_REQUIRES="$PS_REQUIRES inkscape"
1955 fi
1956 fi
1957
1958
1959 for ac_prog in inkscape
1960do
1961 # Extract the first word of "$ac_prog", so it can be a program name with args.
1962set dummy $ac_prog; ac_word=$2
1963{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1964$as_echo_n "checking for $ac_word... " >&6; }
1965if test "${ac_cv_prog_INKSCAPE+set}" = set; then
1966 $as_echo_n "(cached) " >&6
1967else
1968 if test -n "$INKSCAPE"; then
1969 ac_cv_prog_INKSCAPE="$INKSCAPE" # Let the user override the test.
1970else
1971as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1972for as_dir in $PATH
1973do
1974 IFS=$as_save_IFS
1975 test -z "$as_dir" && as_dir=.
1976 for ac_exec_ext in '' $ac_executable_extensions; do
1977 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1978 ac_cv_prog_INKSCAPE="$ac_prog"
1979 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1980 break 2
1981 fi
1982done
1983done
1984IFS=$as_save_IFS
1985
1986fi
1987fi
1988INKSCAPE=$ac_cv_prog_INKSCAPE
1989if test -n "$INKSCAPE"; then
1990 { $as_echo "$as_me:$LINENO: result: $INKSCAPE" >&5
1991$as_echo "$INKSCAPE" >&6; }
1992else
1993 { $as_echo "$as_me:$LINENO: result: no" >&5
1994$as_echo "no" >&6; }
1995fi
1996
1997
1998 test -n "$INKSCAPE" && break
1999done
2000
2001 if test x"$INKSCAPE" = x; then
2002 if test x"$PDF_REQUIRES" = x; then
2003 PDF_REQUIRES="inkscape"
2004 else
2005 PDF_REQUIRES="$PDF_REQUIRES inkscape"
2006 fi
2007 fi
2008
2009
2010 for ac_prog in inkscape
2011do
2012 # Extract the first word of "$ac_prog", so it can be a program name with args.
2013set dummy $ac_prog; ac_word=$2
2014{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2015$as_echo_n "checking for $ac_word... " >&6; }
2016if test "${ac_cv_prog_INKSCAPE+set}" = set; then
2017 $as_echo_n "(cached) " >&6
2018else
2019 if test -n "$INKSCAPE"; then
2020 ac_cv_prog_INKSCAPE="$INKSCAPE" # Let the user override the test.
2021else
2022as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2023for as_dir in $PATH
2024do
2025 IFS=$as_save_IFS
2026 test -z "$as_dir" && as_dir=.
2027 for ac_exec_ext in '' $ac_executable_extensions; do
2028 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2029 ac_cv_prog_INKSCAPE="$ac_prog"
2030 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2031 break 2
2032 fi
2033done
2034done
2035IFS=$as_save_IFS
2036
2037fi
2038fi
2039INKSCAPE=$ac_cv_prog_INKSCAPE
2040if test -n "$INKSCAPE"; then
2041 { $as_echo "$as_me:$LINENO: result: $INKSCAPE" >&5
2042$as_echo "$INKSCAPE" >&6; }
2043else
2044 { $as_echo "$as_me:$LINENO: result: no" >&5
2045$as_echo "no" >&6; }
2046fi
2047
2048
2049 test -n "$INKSCAPE" && break
2050done
2051
2052 if test x"$INKSCAPE" = x; then
2053 if test x"$HTML_REQUIRES" = x; then
2054 HTML_REQUIRES="inkscape"
2055 else
2056 HTML_REQUIRES="$HTML_REQUIRES inkscape"
2057 fi
2058 fi
2059
2060
2061 for ac_prog in inkscape
2062do
2063 # Extract the first word of "$ac_prog", so it can be a program name with args.
2064set dummy $ac_prog; ac_word=$2
2065{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2066$as_echo_n "checking for $ac_word... " >&6; }
2067if test "${ac_cv_prog_INKSCAPE+set}" = set; then
2068 $as_echo_n "(cached) " >&6
2069else
2070 if test -n "$INKSCAPE"; then
2071 ac_cv_prog_INKSCAPE="$INKSCAPE" # Let the user override the test.
2072else
2073as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2074for as_dir in $PATH
2075do
2076 IFS=$as_save_IFS
2077 test -z "$as_dir" && as_dir=.
2078 for ac_exec_ext in '' $ac_executable_extensions; do
2079 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2080 ac_cv_prog_INKSCAPE="$ac_prog"
2081 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2082 break 2
2083 fi
2084done
2085done
2086IFS=$as_save_IFS
2087
2088fi
2089fi
2090INKSCAPE=$ac_cv_prog_INKSCAPE
2091if test -n "$INKSCAPE"; then
2092 { $as_echo "$as_me:$LINENO: result: $INKSCAPE" >&5
2093$as_echo "$INKSCAPE" >&6; }
2094else
2095 { $as_echo "$as_me:$LINENO: result: no" >&5
2096$as_echo "no" >&6; }
2097fi
2098
2099
2100 test -n "$INKSCAPE" && break
2101done
2102
2103 if test x"$INKSCAPE" = x; then
2104 if test x"$HTMLHELP_REQUIRES" = x; then
2105 HTMLHELP_REQUIRES="inkscape"
2106 else
2107 HTMLHELP_REQUIRES="$HTMLHELP_REQUIRES inkscape"
2108 fi
2109 fi
2110
2111
2112 for ac_prog in inkscape
2113do
2114 # Extract the first word of "$ac_prog", so it can be a program name with args.
2115set dummy $ac_prog; ac_word=$2
2116{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2117$as_echo_n "checking for $ac_word... " >&6; }
2118if test "${ac_cv_prog_INKSCAPE+set}" = set; then
2119 $as_echo_n "(cached) " >&6
2120else
2121 if test -n "$INKSCAPE"; then
2122 ac_cv_prog_INKSCAPE="$INKSCAPE" # Let the user override the test.
2123else
2124as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2125for as_dir in $PATH
2126do
2127 IFS=$as_save_IFS
2128 test -z "$as_dir" && as_dir=.
2129 for ac_exec_ext in '' $ac_executable_extensions; do
2130 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2131 ac_cv_prog_INKSCAPE="$ac_prog"
2132 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2133 break 2
2134 fi
2135done
2136done
2137IFS=$as_save_IFS
2138
2139fi
2140fi
2141INKSCAPE=$ac_cv_prog_INKSCAPE
2142if test -n "$INKSCAPE"; then
2143 { $as_echo "$as_me:$LINENO: result: $INKSCAPE" >&5
2144$as_echo "$INKSCAPE" >&6; }
2145else
2146 { $as_echo "$as_me:$LINENO: result: no" >&5
2147$as_echo "no" >&6; }
2148fi
2149
2150
2151 test -n "$INKSCAPE" && break
2152done
2153
2154 if test x"$INKSCAPE" = x; then
2155 if test x"$PEARSON_REQUIRES" = x; then
2156 PEARSON_REQUIRES="inkscape"
2157 else
2158 PEARSON_REQUIRES="$PEARSON_REQUIRES inkscape"
2159 fi
2160 fi
2161
2162
2163 for ac_prog in inkscape
2164do
2165 # Extract the first word of "$ac_prog", so it can be a program name with args.
2166set dummy $ac_prog; ac_word=$2
2167{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2168$as_echo_n "checking for $ac_word... " >&6; }
2169if test "${ac_cv_prog_INKSCAPE+set}" = set; then
2170 $as_echo_n "(cached) " >&6
2171else
2172 if test -n "$INKSCAPE"; then
2173 ac_cv_prog_INKSCAPE="$INKSCAPE" # Let the user override the test.
2174else
2175as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2176for as_dir in $PATH
2177do
2178 IFS=$as_save_IFS
2179 test -z "$as_dir" && as_dir=.
2180 for ac_exec_ext in '' $ac_executable_extensions; do
2181 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2182 ac_cv_prog_INKSCAPE="$ac_prog"
2183 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2184 break 2
2185 fi
2186done
2187done
2188IFS=$as_save_IFS
2189
2190fi
2191fi
2192INKSCAPE=$ac_cv_prog_INKSCAPE
2193if test -n "$INKSCAPE"; then
2194 { $as_echo "$as_me:$LINENO: result: $INKSCAPE" >&5
2195$as_echo "$INKSCAPE" >&6; }
2196else
2197 { $as_echo "$as_me:$LINENO: result: no" >&5
2198$as_echo "no" >&6; }
2199fi
2200
2201
2202 test -n "$INKSCAPE" && break
2203done
2204
2205 if test x"$INKSCAPE" = x; then
2206 if test x"$PLUCKER_REQUIRES" = x; then
2207 PLUCKER_REQUIRES="inkscape"
2208 else
2209 PLUCKER_REQUIRES="$PLUCKER_REQUIRES inkscape"
2210 fi
2211 fi
2212
2213
2214 for ac_prog in inkscape
2215do
2216 # Extract the first word of "$ac_prog", so it can be a program name with args.
2217set dummy $ac_prog; ac_word=$2
2218{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2219$as_echo_n "checking for $ac_word... " >&6; }
2220if test "${ac_cv_prog_INKSCAPE+set}" = set; then
2221 $as_echo_n "(cached) " >&6
2222else
2223 if test -n "$INKSCAPE"; then
2224 ac_cv_prog_INKSCAPE="$INKSCAPE" # Let the user override the test.
2225else
2226as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2227for as_dir in $PATH
2228do
2229 IFS=$as_save_IFS
2230 test -z "$as_dir" && as_dir=.
2231 for ac_exec_ext in '' $ac_executable_extensions; do
2232 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2233 ac_cv_prog_INKSCAPE="$ac_prog"
2234 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2235 break 2
2236 fi
2237done
2238done
2239IFS=$as_save_IFS
2240
2241fi
2242fi
2243INKSCAPE=$ac_cv_prog_INKSCAPE
2244if test -n "$INKSCAPE"; then
2245 { $as_echo "$as_me:$LINENO: result: $INKSCAPE" >&5
2246$as_echo "$INKSCAPE" >&6; }
2247else
2248 { $as_echo "$as_me:$LINENO: result: no" >&5
2249$as_echo "no" >&6; }
2250fi
2251
2252
2253 test -n "$INKSCAPE" && break
2254done
2255
2256 if test x"$INKSCAPE" = x; then
2257 if test x"$FOPDF_REQUIRES" = x; then
2258 FOPDF_REQUIRES="inkscape"
2259 else
2260 FOPDF_REQUIRES="$FOPDF_REQUIRES inkscape"
2261 fi
2262 fi
2263
2264# Check dia version number
2265
2266#if test -n "$DIA"; then
2267# [ DIA_VERSION=`$DIA -v | egrep -o '([0-9]+)\.([0-9]+)'`]
2268# DIA_MAJ_VERSION=`echo $DIA_VERSION | cut -d . -f 1`
2269# DIA_MIN_VERSION=`echo $DIA_VERSION | cut -d . -f 2`
2270
2271# if test "$DIA_MAJ_VERSION" -le "0"
2272# then
2273# if test "$DIA_MIN_VERSION" -le "92" && test -z "$DISPLAY"
2274# then
2275# AC_MSG_ERROR([Dia below 0.93 requires an X environment. Set \$DISPLAY or install Dia 0.93 or higher])
2276# fi
2277# fi
2278#fi
2279
2280
2281 for ac_prog in makeindex
2282do
2283 # Extract the first word of "$ac_prog", so it can be a program name with args.
2284set dummy $ac_prog; ac_word=$2
2285{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2286$as_echo_n "checking for $ac_word... " >&6; }
2287if test "${ac_cv_prog_MAKEINDEX+set}" = set; then
2288 $as_echo_n "(cached) " >&6
2289else
2290 if test -n "$MAKEINDEX"; then
2291 ac_cv_prog_MAKEINDEX="$MAKEINDEX" # Let the user override the test.
2292else
2293as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2294for as_dir in $PATH
2295do
2296 IFS=$as_save_IFS
2297 test -z "$as_dir" && as_dir=.
2298 for ac_exec_ext in '' $ac_executable_extensions; do
2299 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2300 ac_cv_prog_MAKEINDEX="$ac_prog"
2301 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2302 break 2
2303 fi
2304done
2305done
2306IFS=$as_save_IFS
2307
2308fi
2309fi
2310MAKEINDEX=$ac_cv_prog_MAKEINDEX
2311if test -n "$MAKEINDEX"; then
2312 { $as_echo "$as_me:$LINENO: result: $MAKEINDEX" >&5
2313$as_echo "$MAKEINDEX" >&6; }
2314else
2315 { $as_echo "$as_me:$LINENO: result: no" >&5
2316$as_echo "no" >&6; }
2317fi
2318
2319
2320 test -n "$MAKEINDEX" && break
2321done
2322
2323 if test x"$MAKEINDEX" = x; then
2324 if test x"$LATEX_REQUIRES" = x; then
2325 LATEX_REQUIRES="makeindex"
2326 else
2327 LATEX_REQUIRES="$LATEX_REQUIRES makeindex"
2328 fi
2329 fi
2330
2331
2332 for ac_prog in pdflatex
2333do
2334 # Extract the first word of "$ac_prog", so it can be a program name with args.
2335set dummy $ac_prog; ac_word=$2
2336{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2337$as_echo_n "checking for $ac_word... " >&6; }
2338if test "${ac_cv_prog_PDFLATEX+set}" = set; then
2339 $as_echo_n "(cached) " >&6
2340else
2341 if test -n "$PDFLATEX"; then
2342 ac_cv_prog_PDFLATEX="$PDFLATEX" # Let the user override the test.
2343else
2344as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2345for as_dir in $PATH
2346do
2347 IFS=$as_save_IFS
2348 test -z "$as_dir" && as_dir=.
2349 for ac_exec_ext in '' $ac_executable_extensions; do
2350 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2351 ac_cv_prog_PDFLATEX="$ac_prog"
2352 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2353 break 2
2354 fi
2355done
2356done
2357IFS=$as_save_IFS
2358
2359fi
2360fi
2361PDFLATEX=$ac_cv_prog_PDFLATEX
2362if test -n "$PDFLATEX"; then
2363 { $as_echo "$as_me:$LINENO: result: $PDFLATEX" >&5
2364$as_echo "$PDFLATEX" >&6; }
2365else
2366 { $as_echo "$as_me:$LINENO: result: no" >&5
2367$as_echo "no" >&6; }
2368fi
2369
2370
2371 test -n "$PDFLATEX" && break
2372done
2373
2374 if test x"$PDFLATEX" = x; then
2375 if test x"$PDF_REQUIRES" = x; then
2376 PDF_REQUIRES="pdflatex"
2377 else
2378 PDF_REQUIRES="$PDF_REQUIRES pdflatex"
2379 fi
2380 fi
2381
2382
2383 for ac_prog in epstopdf
2384do
2385 # Extract the first word of "$ac_prog", so it can be a program name with args.
2386set dummy $ac_prog; ac_word=$2
2387{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2388$as_echo_n "checking for $ac_word... " >&6; }
2389if test "${ac_cv_prog_EPSTOPDF+set}" = set; then
2390 $as_echo_n "(cached) " >&6
2391else
2392 if test -n "$EPSTOPDF"; then
2393 ac_cv_prog_EPSTOPDF="$EPSTOPDF" # Let the user override the test.
2394else
2395as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2396for as_dir in $PATH
2397do
2398 IFS=$as_save_IFS
2399 test -z "$as_dir" && as_dir=.
2400 for ac_exec_ext in '' $ac_executable_extensions; do
2401 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2402 ac_cv_prog_EPSTOPDF="$ac_prog"
2403 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2404 break 2
2405 fi
2406done
2407done
2408IFS=$as_save_IFS
2409
2410fi
2411fi
2412EPSTOPDF=$ac_cv_prog_EPSTOPDF
2413if test -n "$EPSTOPDF"; then
2414 { $as_echo "$as_me:$LINENO: result: $EPSTOPDF" >&5
2415$as_echo "$EPSTOPDF" >&6; }
2416else
2417 { $as_echo "$as_me:$LINENO: result: no" >&5
2418$as_echo "no" >&6; }
2419fi
2420
2421
2422 test -n "$EPSTOPDF" && break
2423done
2424
2425 if test x"$EPSTOPDF" = x; then
2426 if test x"$PDF_REQUIRES" = x; then
2427 PDF_REQUIRES="epstopdf"
2428 else
2429 PDF_REQUIRES="$PDF_REQUIRES epstopdf"
2430 fi
2431 fi
2432
2433
2434 for ac_prog in thumbpdf
2435do
2436 # Extract the first word of "$ac_prog", so it can be a program name with args.
2437set dummy $ac_prog; ac_word=$2
2438{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2439$as_echo_n "checking for $ac_word... " >&6; }
2440if test "${ac_cv_prog_THUMBPDF+set}" = set; then
2441 $as_echo_n "(cached) " >&6
2442else
2443 if test -n "$THUMBPDF"; then
2444 ac_cv_prog_THUMBPDF="$THUMBPDF" # Let the user override the test.
2445else
2446as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2447for as_dir in $PATH
2448do
2449 IFS=$as_save_IFS
2450 test -z "$as_dir" && as_dir=.
2451 for ac_exec_ext in '' $ac_executable_extensions; do
2452 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2453 ac_cv_prog_THUMBPDF="$ac_prog"
2454 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2455 break 2
2456 fi
2457done
2458done
2459IFS=$as_save_IFS
2460
2461fi
2462fi
2463THUMBPDF=$ac_cv_prog_THUMBPDF
2464if test -n "$THUMBPDF"; then
2465 { $as_echo "$as_me:$LINENO: result: $THUMBPDF" >&5
2466$as_echo "$THUMBPDF" >&6; }
2467else
2468 { $as_echo "$as_me:$LINENO: result: no" >&5
2469$as_echo "no" >&6; }
2470fi
2471
2472
2473 test -n "$THUMBPDF" && break
2474done
2475
2476 if test x"$THUMBPDF" = x; then
2477 if test x"$PDF_REQUIRES" = x; then
2478 PDF_REQUIRES="thumbpdf"
2479 else
2480 PDF_REQUIRES="$PDF_REQUIRES thumbpdf"
2481 fi
2482 fi
2483
2484
2485 for ac_prog in pngtopnm
2486do
2487 # Extract the first word of "$ac_prog", so it can be a program name with args.
2488set dummy $ac_prog; ac_word=$2
2489{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2490$as_echo_n "checking for $ac_word... " >&6; }
2491if test "${ac_cv_prog_PNGTOPNM+set}" = set; then
2492 $as_echo_n "(cached) " >&6
2493else
2494 if test -n "$PNGTOPNM"; then
2495 ac_cv_prog_PNGTOPNM="$PNGTOPNM" # Let the user override the test.
2496else
2497as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2498for as_dir in $PATH
2499do
2500 IFS=$as_save_IFS
2501 test -z "$as_dir" && as_dir=.
2502 for ac_exec_ext in '' $ac_executable_extensions; do
2503 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2504 ac_cv_prog_PNGTOPNM="$ac_prog"
2505 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2506 break 2
2507 fi
2508done
2509done
2510IFS=$as_save_IFS
2511
2512fi
2513fi
2514PNGTOPNM=$ac_cv_prog_PNGTOPNM
2515if test -n "$PNGTOPNM"; then
2516 { $as_echo "$as_me:$LINENO: result: $PNGTOPNM" >&5
2517$as_echo "$PNGTOPNM" >&6; }
2518else
2519 { $as_echo "$as_me:$LINENO: result: no" >&5
2520$as_echo "no" >&6; }
2521fi
2522
2523
2524 test -n "$PNGTOPNM" && break
2525done
2526
2527 if test x"$PNGTOPNM" = x; then
2528 if test x"$PS_REQUIRES" = x; then
2529 PS_REQUIRES="pngtopnm"
2530 else
2531 PS_REQUIRES="$PS_REQUIRES pngtopnm"
2532 fi
2533 fi
2534
2535
2536 for ac_prog in pnmtops
2537do
2538 # Extract the first word of "$ac_prog", so it can be a program name with args.
2539set dummy $ac_prog; ac_word=$2
2540{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2541$as_echo_n "checking for $ac_word... " >&6; }
2542if test "${ac_cv_prog_PNMTOPS+set}" = set; then
2543 $as_echo_n "(cached) " >&6
2544else
2545 if test -n "$PNMTOPS"; then
2546 ac_cv_prog_PNMTOPS="$PNMTOPS" # Let the user override the test.
2547else
2548as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2549for as_dir in $PATH
2550do
2551 IFS=$as_save_IFS
2552 test -z "$as_dir" && as_dir=.
2553 for ac_exec_ext in '' $ac_executable_extensions; do
2554 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2555 ac_cv_prog_PNMTOPS="$ac_prog"
2556 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2557 break 2
2558 fi
2559done
2560done
2561IFS=$as_save_IFS
2562
2563fi
2564fi
2565PNMTOPS=$ac_cv_prog_PNMTOPS
2566if test -n "$PNMTOPS"; then
2567 { $as_echo "$as_me:$LINENO: result: $PNMTOPS" >&5
2568$as_echo "$PNMTOPS" >&6; }
2569else
2570 { $as_echo "$as_me:$LINENO: result: no" >&5
2571$as_echo "no" >&6; }
2572fi
2573
2574
2575 test -n "$PNMTOPS" && break
2576done
2577
2578 if test x"$PNMTOPS" = x; then
2579 if test x"$PS_REQUIRES" = x; then
2580 PS_REQUIRES="pnmtops"
2581 else
2582 PS_REQUIRES="$PS_REQUIRES pnmtops"
2583 fi
2584 fi
2585
2586
2587 for ac_prog in latex
2588do
2589 # Extract the first word of "$ac_prog", so it can be a program name with args.
2590set dummy $ac_prog; ac_word=$2
2591{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2592$as_echo_n "checking for $ac_word... " >&6; }
2593if test "${ac_cv_prog_LATEX+set}" = set; then
2594 $as_echo_n "(cached) " >&6
2595else
2596 if test -n "$LATEX"; then
2597 ac_cv_prog_LATEX="$LATEX" # Let the user override the test.
2598else
2599as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2600for as_dir in $PATH
2601do
2602 IFS=$as_save_IFS
2603 test -z "$as_dir" && as_dir=.
2604 for ac_exec_ext in '' $ac_executable_extensions; do
2605 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2606 ac_cv_prog_LATEX="$ac_prog"
2607 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2608 break 2
2609 fi
2610done
2611done
2612IFS=$as_save_IFS
2613
2614fi
2615fi
2616LATEX=$ac_cv_prog_LATEX
2617if test -n "$LATEX"; then
2618 { $as_echo "$as_me:$LINENO: result: $LATEX" >&5
2619$as_echo "$LATEX" >&6; }
2620else
2621 { $as_echo "$as_me:$LINENO: result: no" >&5
2622$as_echo "no" >&6; }
2623fi
2624
2625
2626 test -n "$LATEX" && break
2627done
2628
2629 if test x"$LATEX" = x; then
2630 if test x"$PS_REQUIRES" = x; then
2631 PS_REQUIRES="latex"
2632 else
2633 PS_REQUIRES="$PS_REQUIRES latex"
2634 fi
2635 fi
2636
2637
2638 for ac_prog in dvips
2639do
2640 # Extract the first word of "$ac_prog", so it can be a program name with args.
2641set dummy $ac_prog; ac_word=$2
2642{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2643$as_echo_n "checking for $ac_word... " >&6; }
2644if test "${ac_cv_prog_DVIPS+set}" = set; then
2645 $as_echo_n "(cached) " >&6
2646else
2647 if test -n "$DVIPS"; then
2648 ac_cv_prog_DVIPS="$DVIPS" # Let the user override the test.
2649else
2650as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2651for as_dir in $PATH
2652do
2653 IFS=$as_save_IFS
2654 test -z "$as_dir" && as_dir=.
2655 for ac_exec_ext in '' $ac_executable_extensions; do
2656 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2657 ac_cv_prog_DVIPS="$ac_prog"
2658 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2659 break 2
2660 fi
2661done
2662done
2663IFS=$as_save_IFS
2664
2665fi
2666fi
2667DVIPS=$ac_cv_prog_DVIPS
2668if test -n "$DVIPS"; then
2669 { $as_echo "$as_me:$LINENO: result: $DVIPS" >&5
2670$as_echo "$DVIPS" >&6; }
2671else
2672 { $as_echo "$as_me:$LINENO: result: no" >&5
2673$as_echo "no" >&6; }
2674fi
2675
2676
2677 test -n "$DVIPS" && break
2678done
2679
2680 if test x"$DVIPS" = x; then
2681 if test x"$PS_REQUIRES" = x; then
2682 PS_REQUIRES="dvips"
2683 else
2684 PS_REQUIRES="$PS_REQUIRES dvips"
2685 fi
2686 fi
2687
2688
2689 for ac_prog in plucker-build
2690do
2691 # Extract the first word of "$ac_prog", so it can be a program name with args.
2692set dummy $ac_prog; ac_word=$2
2693{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2694$as_echo_n "checking for $ac_word... " >&6; }
2695if test "${ac_cv_prog_PLUCKERBUILD+set}" = set; then
2696 $as_echo_n "(cached) " >&6
2697else
2698 if test -n "$PLUCKERBUILD"; then
2699 ac_cv_prog_PLUCKERBUILD="$PLUCKERBUILD" # Let the user override the test.
2700else
2701as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2702for as_dir in $PATH
2703do
2704 IFS=$as_save_IFS
2705 test -z "$as_dir" && as_dir=.
2706 for ac_exec_ext in '' $ac_executable_extensions; do
2707 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2708 ac_cv_prog_PLUCKERBUILD="$ac_prog"
2709 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2710 break 2
2711 fi
2712done
2713done
2714IFS=$as_save_IFS
2715
2716fi
2717fi
2718PLUCKERBUILD=$ac_cv_prog_PLUCKERBUILD
2719if test -n "$PLUCKERBUILD"; then
2720 { $as_echo "$as_me:$LINENO: result: $PLUCKERBUILD" >&5
2721$as_echo "$PLUCKERBUILD" >&6; }
2722else
2723 { $as_echo "$as_me:$LINENO: result: no" >&5
2724$as_echo "no" >&6; }
2725fi
2726
2727
2728 test -n "$PLUCKERBUILD" && break
2729done
2730
2731 if test x"$PLUCKERBUILD" = x; then
2732 if test x"$PLUCKER_REQUIRES" = x; then
2733 PLUCKER_REQUIRES="plucker-build"
2734 else
2735 PLUCKER_REQUIRES="$PLUCKER_REQUIRES plucker-build"
2736 fi
2737 fi
2738
2739
2740 for ac_prog in html2text
2741do
2742 # Extract the first word of "$ac_prog", so it can be a program name with args.
2743set dummy $ac_prog; ac_word=$2
2744{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2745$as_echo_n "checking for $ac_word... " >&6; }
2746if test "${ac_cv_prog_HTML2TEXT+set}" = set; then
2747 $as_echo_n "(cached) " >&6
2748else
2749 if test -n "$HTML2TEXT"; then
2750 ac_cv_prog_HTML2TEXT="$HTML2TEXT" # Let the user override the test.
2751else
2752as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2753for as_dir in $PATH
2754do
2755 IFS=$as_save_IFS
2756 test -z "$as_dir" && as_dir=.
2757 for ac_exec_ext in '' $ac_executable_extensions; do
2758 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2759 ac_cv_prog_HTML2TEXT="$ac_prog"
2760 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2761 break 2
2762 fi
2763done
2764done
2765IFS=$as_save_IFS
2766
2767fi
2768fi
2769HTML2TEXT=$ac_cv_prog_HTML2TEXT
2770if test -n "$HTML2TEXT"; then
2771 { $as_echo "$as_me:$LINENO: result: $HTML2TEXT" >&5
2772$as_echo "$HTML2TEXT" >&6; }
2773else
2774 { $as_echo "$as_me:$LINENO: result: no" >&5
2775$as_echo "no" >&6; }
2776fi
2777
2778
2779 test -n "$HTML2TEXT" && break
2780done
2781
2782 if test x"$HTML2TEXT" = x; then
2783 if test x"$TXT_REQUIRES" = x; then
2784 TXT_REQUIRES="html2text"
2785 else
2786 TXT_REQUIRES="$TXT_REQUIRES html2text"
2787 fi
2788 fi
2789
2790
2791 for ac_prog in perl
2792do
2793 # Extract the first word of "$ac_prog", so it can be a program name with args.
2794set dummy $ac_prog; ac_word=$2
2795{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2796$as_echo_n "checking for $ac_word... " >&6; }
2797if test "${ac_cv_prog_PERL+set}" = set; then
2798 $as_echo_n "(cached) " >&6
2799else
2800 if test -n "$PERL"; then
2801 ac_cv_prog_PERL="$PERL" # Let the user override the test.
2802else
2803as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2804for as_dir in $PATH
2805do
2806 IFS=$as_save_IFS
2807 test -z "$as_dir" && as_dir=.
2808 for ac_exec_ext in '' $ac_executable_extensions; do
2809 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2810 ac_cv_prog_PERL="$ac_prog"
2811 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2812 break 2
2813 fi
2814done
2815done
2816IFS=$as_save_IFS
2817
2818fi
2819fi
2820PERL=$ac_cv_prog_PERL
2821if test -n "$PERL"; then
2822 { $as_echo "$as_me:$LINENO: result: $PERL" >&5
2823$as_echo "$PERL" >&6; }
2824else
2825 { $as_echo "$as_me:$LINENO: result: no" >&5
2826$as_echo "no" >&6; }
2827fi
2828
2829
2830 test -n "$PERL" && break
2831done
2832
2833 if test x"$PERL" = x; then
2834 if test x"$UNDOCUMENTED_REQUIRES" = x; then
2835 UNDOCUMENTED_REQUIRES="perl"
2836 else
2837 UNDOCUMENTED_REQUIRES="$UNDOCUMENTED_REQUIRES perl"
2838 fi
2839 fi
2840
2841
2842 for ac_prog in xmllint
2843do
2844 # Extract the first word of "$ac_prog", so it can be a program name with args.
2845set dummy $ac_prog; ac_word=$2
2846{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2847$as_echo_n "checking for $ac_word... " >&6; }
2848if test "${ac_cv_prog_XMLLINT+set}" = set; then
2849 $as_echo_n "(cached) " >&6
2850else
2851 if test -n "$XMLLINT"; then
2852 ac_cv_prog_XMLLINT="$XMLLINT" # Let the user override the test.
2853else
2854as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2855for as_dir in $PATH
2856do
2857 IFS=$as_save_IFS
2858 test -z "$as_dir" && as_dir=.
2859 for ac_exec_ext in '' $ac_executable_extensions; do
2860 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2861 ac_cv_prog_XMLLINT="$ac_prog"
2862 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2863 break 2
2864 fi
2865done
2866done
2867IFS=$as_save_IFS
2868
2869fi
2870fi
2871XMLLINT=$ac_cv_prog_XMLLINT
2872if test -n "$XMLLINT"; then
2873 { $as_echo "$as_me:$LINENO: result: $XMLLINT" >&5
2874$as_echo "$XMLLINT" >&6; }
2875else
2876 { $as_echo "$as_me:$LINENO: result: no" >&5
2877$as_echo "no" >&6; }
2878fi
2879
2880
2881 test -n "$XMLLINT" && break
2882done
2883
2884 if test x"$XMLLINT" = x; then
2885 if test x"$VALIDATE_REQUIRES" = x; then
2886 VALIDATE_REQUIRES="xmllint"
2887 else
2888 VALIDATE_REQUIRES="$VALIDATE_REQUIRES xmllint"
2889 fi
2890 fi
2891
2892
2893 for ac_prog in fop
2894do
2895 # Extract the first word of "$ac_prog", so it can be a program name with args.
2896set dummy $ac_prog; ac_word=$2
2897{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2898$as_echo_n "checking for $ac_word... " >&6; }
2899if test "${ac_cv_prog_FOP+set}" = set; then
2900 $as_echo_n "(cached) " >&6
2901else
2902 if test -n "$FOP"; then
2903 ac_cv_prog_FOP="$FOP" # Let the user override the test.
2904else
2905as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2906for as_dir in $PATH
2907do
2908 IFS=$as_save_IFS
2909 test -z "$as_dir" && as_dir=.
2910 for ac_exec_ext in '' $ac_executable_extensions; do
2911 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2912 ac_cv_prog_FOP="$ac_prog"
2913 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2914 break 2
2915 fi
2916done
2917done
2918IFS=$as_save_IFS
2919
2920fi
2921fi
2922FOP=$ac_cv_prog_FOP
2923if test -n "$FOP"; then
2924 { $as_echo "$as_me:$LINENO: result: $FOP" >&5
2925$as_echo "$FOP" >&6; }
2926else
2927 { $as_echo "$as_me:$LINENO: result: no" >&5
2928$as_echo "no" >&6; }
2929fi
2930
2931
2932 test -n "$FOP" && break
2933done
2934
2935 if test x"$FOP" = x; then
2936 if test x"$FOPDF_REQUIRES" = x; then
2937 FOPDF_REQUIRES="fop"
2938 else
2939 FOPDF_REQUIRES="$FOPDF_REQUIRES fop"
2940 fi
2941 fi
2942
2943
2944 for ac_prog in docbook2x-texi
2945do
2946 # Extract the first word of "$ac_prog", so it can be a program name with args.
2947set dummy $ac_prog; ac_word=$2
2948{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2949$as_echo_n "checking for $ac_word... " >&6; }
2950if test "${ac_cv_prog_DB2TEXI+set}" = set; then
2951 $as_echo_n "(cached) " >&6
2952else
2953 if test -n "$DB2TEXI"; then
2954 ac_cv_prog_DB2TEXI="$DB2TEXI" # Let the user override the test.
2955else
2956as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2957for as_dir in $PATH
2958do
2959 IFS=$as_save_IFS
2960 test -z "$as_dir" && as_dir=.
2961 for ac_exec_ext in '' $ac_executable_extensions; do
2962 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2963 ac_cv_prog_DB2TEXI="$ac_prog"
2964 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2965 break 2
2966 fi
2967done
2968done
2969IFS=$as_save_IFS
2970
2971fi
2972fi
2973DB2TEXI=$ac_cv_prog_DB2TEXI
2974if test -n "$DB2TEXI"; then
2975 { $as_echo "$as_me:$LINENO: result: $DB2TEXI" >&5
2976$as_echo "$DB2TEXI" >&6; }
2977else
2978 { $as_echo "$as_me:$LINENO: result: no" >&5
2979$as_echo "no" >&6; }
2980fi
2981
2982
2983 test -n "$DB2TEXI" && break
2984done
2985
2986 if test x"$DB2TEXI" = x; then
2987 if test x"$TEXI_REQUIRES" = x; then
2988 TEXI_REQUIRES="docbook2x-texi"
2989 else
2990 TEXI_REQUIRES="$TEXI_REQUIRES docbook2x-texi"
2991 fi
2992 fi
2993
2994
2995 for ac_prog in makeinfo
2996do
2997 # Extract the first word of "$ac_prog", so it can be a program name with args.
2998set dummy $ac_prog; ac_word=$2
2999{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3000$as_echo_n "checking for $ac_word... " >&6; }
3001if test "${ac_cv_prog_MAKEINFO+set}" = set; then
3002 $as_echo_n "(cached) " >&6
3003else
3004 if test -n "$MAKEINFO"; then
3005 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
3006else
3007as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3008for as_dir in $PATH
3009do
3010 IFS=$as_save_IFS
3011 test -z "$as_dir" && as_dir=.
3012 for ac_exec_ext in '' $ac_executable_extensions; do
3013 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3014 ac_cv_prog_MAKEINFO="$ac_prog"
3015 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3016 break 2
3017 fi
3018done
3019done
3020IFS=$as_save_IFS
3021
3022fi
3023fi
3024MAKEINFO=$ac_cv_prog_MAKEINFO
3025if test -n "$MAKEINFO"; then
3026 { $as_echo "$as_me:$LINENO: result: $MAKEINFO" >&5
3027$as_echo "$MAKEINFO" >&6; }
3028else
3029 { $as_echo "$as_me:$LINENO: result: no" >&5
3030$as_echo "no" >&6; }
3031fi
3032
3033
3034 test -n "$MAKEINFO" && break
3035done
3036
3037 if test x"$MAKEINFO" = x; then
3038 if test x"$TEXIINFO_REQUIRES" = x; then
3039 TEXIINFO_REQUIRES="makeinfo"
3040 else
3041 TEXIINFO_REQUIRES="$TEXIINFO_REQUIRES makeinfo"
3042 fi
3043 fi
3044
3045
3046 { $as_echo "$as_me:$LINENO: checking for param/loadparm.c" >&5
3047$as_echo_n "checking for param/loadparm.c... " >&6; }
3048
3049 for I in $SPECIFIED_SOURCEDIR $SPECIFIED_SOURCEDIR/source ..;
3050 do
3051 test -f "$I/param/loadparm.c" && SAMBASOURCEDIR="$I"
3052 done
3053
3054 if test x$SAMBASOURCEDIR = x; then
3055 if test x"$UNDOCUMENTED_REQUIRES" = x; then
3056 UNDOCUMENTED_REQUIRES="SAMBASOURCEDIR"
3057 else
3058 UNDOCUMENTED_REQUIRES="$UNDOCUMENTED_REQUIRES SAMBASOURCEDIR"
3059 fi
3060 { $as_echo "$as_me:$LINENO: result: not found" >&5
3061$as_echo "not found" >&6; }
3062 else
3063 { $as_echo "$as_me:$LINENO: result: found in $SAMBASOURCEDIR" >&5
3064$as_echo "found in $SAMBASOURCEDIR" >&6; }
3065 fi
3066
3067
3068{ $as_echo "$as_me:$LINENO: result: " >&5
3069$as_echo "" >&6; }
3070{ $as_echo "$as_me:$LINENO: result: Summary:" >&5
3071$as_echo "Summary:" >&6; }
3072{ $as_echo "$as_me:$LINENO: result: --------------" >&5
3073$as_echo "--------------" >&6; }
3074
3075
3076 if test "x$ALL_REQUIRES" = x; then
3077 ALL_REQUIRES="$_REQUIRES"
3078 else
3079 ALL_REQUIRES="$ALL_REQUIRES $_REQUIRES"
3080 fi
3081
3082 if test x"$ALL_REQUIRES" = x; then
3083 TARGETS="$TARGETS "
3084 else
3085 { $as_echo "$as_me:$LINENO: result: Building the base requirements requires : $ALL_REQUIRES" >&5
3086$as_echo "Building the base requirements requires : $ALL_REQUIRES" >&6; }
3087 fi
3088
3089
3090 if test "x$LATEX_REQUIRES" = x; then
3091 LATEX_REQUIRES="$ALL_REQUIRES"
3092 else
3093 LATEX_REQUIRES="$LATEX_REQUIRES $ALL_REQUIRES"
3094 fi
3095
3096 if test x"$LATEX_REQUIRES" = x; then
3097 TARGETS="$TARGETS tex"
3098 else
3099 { $as_echo "$as_me:$LINENO: result: Building the LaTeX versions requires : $LATEX_REQUIRES" >&5
3100$as_echo "Building the LaTeX versions requires : $LATEX_REQUIRES" >&6; }
3101 fi
3102
3103
3104 if test "x$PDF_REQUIRES" = x; then
3105 PDF_REQUIRES="$LATEX_REQUIRES"
3106 else
3107 PDF_REQUIRES="$PDF_REQUIRES $LATEX_REQUIRES"
3108 fi
3109
3110 if test x"$PDF_REQUIRES" = x; then
3111 TARGETS="$TARGETS pdf"
3112 else
3113 { $as_echo "$as_me:$LINENO: result: Building the PDF versions requires : $PDF_REQUIRES" >&5
3114$as_echo "Building the PDF versions requires : $PDF_REQUIRES" >&6; }
3115 fi
3116
3117
3118 if test "x$PS_REQUIRES" = x; then
3119 PS_REQUIRES="$LATEX_REQUIRES"
3120 else
3121 PS_REQUIRES="$PS_REQUIRES $LATEX_REQUIRES"
3122 fi
3123
3124 if test x"$PS_REQUIRES" = x; then
3125 TARGETS="$TARGETS ps"
3126 else
3127 { $as_echo "$as_me:$LINENO: result: Building the PostScript versions requires : $PS_REQUIRES" >&5
3128$as_echo "Building the PostScript versions requires : $PS_REQUIRES" >&6; }
3129 fi
3130
3131
3132 if test "x$HTML_REQUIRES" = x; then
3133 HTML_REQUIRES="$ALL_REQUIRES"
3134 else
3135 HTML_REQUIRES="$HTML_REQUIRES $ALL_REQUIRES"
3136 fi
3137
3138 if test x"$HTML_REQUIRES" = x; then
3139 TARGETS="$TARGETS html"
3140 else
3141 { $as_echo "$as_me:$LINENO: result: Building the HTML versions requires : $HTML_REQUIRES" >&5
3142$as_echo "Building the HTML versions requires : $HTML_REQUIRES" >&6; }
3143 fi
3144
3145
3146 if test "x$HTMLHELP_REQUIRES" = x; then
3147 HTMLHELP_REQUIRES="$ALL_REQUIRES"
3148 else
3149 HTMLHELP_REQUIRES="$HTMLHELP_REQUIRES $ALL_REQUIRES"
3150 fi
3151
3152 if test x"$HTMLHELP_REQUIRES" = x; then
3153 TARGETS="$TARGETS htmlhelp"
3154 else
3155 { $as_echo "$as_me:$LINENO: result: Building the HTML Help versions requires : $HTMLHELP_REQUIRES" >&5
3156$as_echo "Building the HTML Help versions requires : $HTMLHELP_REQUIRES" >&6; }
3157 fi
3158
3159
3160 if test "x$HTMLMAN_REQUIRES" = x; then
3161 HTMLMAN_REQUIRES="$ALL_REQUIRES"
3162 else
3163 HTMLMAN_REQUIRES="$HTMLMAN_REQUIRES $ALL_REQUIRES"
3164 fi
3165
3166 if test x"$HTMLMAN_REQUIRES" = x; then
3167 TARGETS="$TARGETS htmlman3"
3168 else
3169 { $as_echo "$as_me:$LINENO: result: Building the HTML versions of the manpages requires : $HTMLMAN_REQUIRES" >&5
3170$as_echo "Building the HTML versions of the manpages requires : $HTMLMAN_REQUIRES" >&6; }
3171 fi
3172
3173
3174 if test "x$MANPAGES_REQUIRES" = x; then
3175 MANPAGES_REQUIRES="$ALL_REQUIRES"
3176 else
3177 MANPAGES_REQUIRES="$MANPAGES_REQUIRES $ALL_REQUIRES"
3178 fi
3179
3180 if test x"$MANPAGES_REQUIRES" = x; then
3181 TARGETS="$TARGETS manpages3"
3182 else
3183 { $as_echo "$as_me:$LINENO: result: Building the manpages requires : $MANPAGES_REQUIRES" >&5
3184$as_echo "Building the manpages requires : $MANPAGES_REQUIRES" >&6; }
3185 fi
3186
3187
3188 if test "x$PEARSON_REQUIRES" = x; then
3189 PEARSON_REQUIRES="$ALL_REQUIRES"
3190 else
3191 PEARSON_REQUIRES="$PEARSON_REQUIRES $ALL_REQUIRES"
3192 fi
3193
3194 if test x"$PEARSON_REQUIRES" = x; then
3195 TARGETS="$TARGETS pearson"
3196 else
3197 { $as_echo "$as_me:$LINENO: result: Building the pearson-compatible XML requires : $PEARSON_REQUIRES" >&5
3198$as_echo "Building the pearson-compatible XML requires : $PEARSON_REQUIRES" >&6; }
3199 fi
3200
3201
3202 if test "x$PLUCKER_REQUIRES" = x; then
3203 PLUCKER_REQUIRES="$HTML_REQUIRES"
3204 else
3205 PLUCKER_REQUIRES="$PLUCKER_REQUIRES $HTML_REQUIRES"
3206 fi
3207
3208 if test x"$PLUCKER_REQUIRES" = x; then
3209 TARGETS="$TARGETS plucker"
3210 else
3211 { $as_echo "$as_me:$LINENO: result: Building the plucker versions requires : $PLUCKER_REQUIRES" >&5
3212$as_echo "Building the plucker versions requires : $PLUCKER_REQUIRES" >&6; }
3213 fi
3214
3215
3216 if test "x$VALIDATE_REQUIRES" = x; then
3217 VALIDATE_REQUIRES="$ALL_REQUIRES"
3218 else
3219 VALIDATE_REQUIRES="$VALIDATE_REQUIRES $ALL_REQUIRES"
3220 fi
3221
3222 if test x"$VALIDATE_REQUIRES" = x; then
3223 TARGETS="$TARGETS "
3224 else
3225 { $as_echo "$as_me:$LINENO: result: Building the validating docbook output requires : $VALIDATE_REQUIRES" >&5
3226$as_echo "Building the validating docbook output requires : $VALIDATE_REQUIRES" >&6; }
3227 fi
3228
3229
3230 if test "x$FOPDF_REQUIRES" = x; then
3231 FOPDF_REQUIRES="$ALL_REQUIRES"
3232 else
3233 FOPDF_REQUIRES="$FOPDF_REQUIRES $ALL_REQUIRES"
3234 fi
3235
3236 if test x"$FOPDF_REQUIRES" = x; then
3237 TARGETS="$TARGETS fo-pdf"
3238 else
3239 { $as_echo "$as_me:$LINENO: result: Building the PDF versions thru FO requires : $FOPDF_REQUIRES" >&5
3240$as_echo "Building the PDF versions thru FO requires : $FOPDF_REQUIRES" >&6; }
3241 fi
3242
3243
3244 if test "x$TEXI_REQUIRES" = x; then
3245 TEXI_REQUIRES="$ALL_REQUIRES"
3246 else
3247 TEXI_REQUIRES="$TEXI_REQUIRES $ALL_REQUIRES"
3248 fi
3249
3250 if test x"$TEXI_REQUIRES" = x; then
3251 TARGETS="$TARGETS texi"
3252 else
3253 { $as_echo "$as_me:$LINENO: result: Building the TexInfo versions requires : $TEXI_REQUIRES" >&5
3254$as_echo "Building the TexInfo versions requires : $TEXI_REQUIRES" >&6; }
3255 fi
3256
3257
3258 if test "x$TEXIINFO_REQUIRES" = x; then
3259 TEXIINFO_REQUIRES="$ALL_REQUIRES"
3260 else
3261 TEXIINFO_REQUIRES="$TEXIINFO_REQUIRES $ALL_REQUIRES"
3262 fi
3263
3264 if test x"$TEXIINFO_REQUIRES" = x; then
3265 TARGETS="$TARGETS texiinfo"
3266 else
3267 { $as_echo "$as_me:$LINENO: result: Building the TexInfo Info versions requires : $TEXIINFO_REQUIRES" >&5
3268$as_echo "Building the TexInfo Info versions requires : $TEXIINFO_REQUIRES" >&6; }
3269 fi
3270
3271
3272 if test "x$UNDOCUMENTED_REQUIRES" = x; then
3273 UNDOCUMENTED_REQUIRES="$MANPAGES_REQUIRES"
3274 else
3275 UNDOCUMENTED_REQUIRES="$UNDOCUMENTED_REQUIRES $MANPAGES_REQUIRES"
3276 fi
3277
3278 if test x"$UNDOCUMENTED_REQUIRES" = x; then
3279 TARGETS="$TARGETS undocumented"
3280 else
3281 { $as_echo "$as_me:$LINENO: result: Building the list of undocumented options requires : $UNDOCUMENTED_REQUIRES" >&5
3282$as_echo "Building the list of undocumented options requires : $UNDOCUMENTED_REQUIRES" >&6; }
3283 fi
3284
3285
3286 if test "x$TXT_REQUIRES" = x; then
3287 TXT_REQUIRES="$HTML_REQUIRES"
3288 else
3289 TXT_REQUIRES="$TXT_REQUIRES $HTML_REQUIRES"
3290 fi
3291
3292 if test x"$TXT_REQUIRES" = x; then
3293 TARGETS="$TARGETS txt"
3294 else
3295 { $as_echo "$as_me:$LINENO: result: Building the text versions requires : $TXT_REQUIRES" >&5
3296$as_echo "Building the text versions requires : $TXT_REQUIRES" >&6; }
3297 fi
3298
3299
3300if test x"$TARGETS" = x; then
3301 { { $as_echo "$as_me:$LINENO: error: You won't be able to build any of the docs" >&5
3302$as_echo "$as_me: error: You won't be able to build any of the docs" >&2;}
3303 { (exit 1); exit 1; }; }
3304else
3305 { $as_echo "$as_me:$LINENO: result: You will be able to build: $TARGETS" >&5
3306$as_echo "You will be able to build: $TARGETS" >&6; }
3307fi
3308
3309
3310
3311ac_config_files="$ac_config_files Makefile.settings build/catalog.xml"
3312
3313cat >confcache <<\_ACEOF
3314# This file is a shell script that caches the results of configure
3315# tests run on this system so they can be shared between configure
3316# scripts and configure runs, see configure's option --config-cache.
3317# It is not useful on other systems. If it contains results you don't
3318# want to keep, you may remove or edit it.
3319#
3320# config.status only pays attention to the cache file if you give it
3321# the --recheck option to rerun configure.
3322#
3323# `ac_cv_env_foo' variables (set or unset) will be overridden when
3324# loading this file, other *unset* `ac_cv_foo' will be assigned the
3325# following values.
3326
3327_ACEOF
3328
3329# The following way of writing the cache mishandles newlines in values,
3330# but we know of no workaround that is simple, portable, and efficient.
3331# So, we kill variables containing newlines.
3332# Ultrix sh set writes to stderr and can't be redirected directly,
3333# and sets the high bit in the cache file unless we assign to the vars.
3334(
3335 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
3336 eval ac_val=\$$ac_var
3337 case $ac_val in #(
3338 *${as_nl}*)
3339 case $ac_var in #(
3340 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
3341$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3342 esac
3343 case $ac_var in #(
3344 _ | IFS | as_nl) ;; #(
3345 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3346 *) $as_unset $ac_var ;;
3347 esac ;;
3348 esac
3349 done
3350
3351 (set) 2>&1 |
3352 case $as_nl`(ac_space=' '; set) 2>&1` in #(
3353 *${as_nl}ac_space=\ *)
3354 # `set' does not quote correctly, so add quotes (double-quote
3355 # substitution turns \\\\ into \\, and sed turns \\ into \).
3356 sed -n \
3357 "s/'/'\\\\''/g;
3358 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3359 ;; #(
3360 *)
3361 # `set' quotes correctly as required by POSIX, so do not add quotes.
3362 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3363 ;;
3364 esac |
3365 sort
3366) |
3367 sed '
3368 /^ac_cv_env_/b end
3369 t clear
3370 :clear
3371 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3372 t end
3373 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3374 :end' >>confcache
3375if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3376 if test -w "$cache_file"; then
3377 test "x$cache_file" != "x/dev/null" &&
3378 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
3379$as_echo "$as_me: updating cache $cache_file" >&6;}
3380 cat confcache >$cache_file
3381 else
3382 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
3383$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
3384 fi
3385fi
3386rm -f confcache
3387
3388test "x$prefix" = xNONE && prefix=$ac_default_prefix
3389# Let make expand exec_prefix.
3390test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3391
3392# Transform confdefs.h into DEFS.
3393# Protect against shell expansion while executing Makefile rules.
3394# Protect against Makefile macro expansion.
3395#
3396# If the first sed substitution is executed (which looks for macros that
3397# take arguments), then branch to the quote section. Otherwise,
3398# look for a macro that doesn't take arguments.
3399ac_script='
3400:mline
3401/\\$/{
3402 N
3403 s,\\\n,,
3404 b mline
3405}
3406t clear
3407:clear
3408s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
3409t quote
3410s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
3411t quote
3412b any
3413:quote
3414s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
3415s/\[/\\&/g
3416s/\]/\\&/g
3417s/\$/$$/g
3418H
3419:any
3420${
3421 g
3422 s/^\n//
3423 s/\n/ /g
3424 p
3425}
3426'
3427DEFS=`sed -n "$ac_script" confdefs.h`
3428
3429
3430ac_libobjs=
3431ac_ltlibobjs=
3432for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
3433 # 1. Remove the extension, and $U if already installed.
3434 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
3435 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
3436 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
3437 # will be set to the directory where LIBOBJS objects are built.
3438 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
3439 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
3440done
3441LIBOBJS=$ac_libobjs
3442
3443LTLIBOBJS=$ac_ltlibobjs
3444
3445
3446
3447: ${CONFIG_STATUS=./config.status}
3448ac_write_fail=0
3449ac_clean_files_save=$ac_clean_files
3450ac_clean_files="$ac_clean_files $CONFIG_STATUS"
3451{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
3452$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
3453cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3454#! $SHELL
3455# Generated by $as_me.
3456# Run this file to recreate the current configuration.
3457# Compiler output produced by configure, useful for debugging
3458# configure, is in config.log if it exists.
3459
3460debug=false
3461ac_cs_recheck=false
3462ac_cs_silent=false
3463SHELL=\${CONFIG_SHELL-$SHELL}
3464_ACEOF
3465
3466cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3467## --------------------- ##
3468## M4sh Initialization. ##
3469## --------------------- ##
3470
3471# Be more Bourne compatible
3472DUALCASE=1; export DUALCASE # for MKS sh
3473if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
3474 emulate sh
3475 NULLCMD=:
3476 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
3477 # is contrary to our usage. Disable this feature.
3478 alias -g '${1+"$@"}'='"$@"'
3479 setopt NO_GLOB_SUBST
3480else
3481 case `(set -o) 2>/dev/null` in
3482 *posix*) set -o posix ;;
3483esac
3484
3485fi
3486
3487
3488
3489
3490# PATH needs CR
3491# Avoid depending upon Character Ranges.
3492as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3493as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3494as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3495as_cr_digits='0123456789'
3496as_cr_alnum=$as_cr_Letters$as_cr_digits
3497
3498as_nl='
3499'
3500export as_nl
3501# Printing a long string crashes Solaris 7 /usr/bin/printf.
3502as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3503as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
3504as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
3505if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
3506 as_echo='printf %s\n'
3507 as_echo_n='printf %s'
3508else
3509 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
3510 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
3511 as_echo_n='/usr/ucb/echo -n'
3512 else
3513 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
3514 as_echo_n_body='eval
3515 arg=$1;
3516 case $arg in
3517 *"$as_nl"*)
3518 expr "X$arg" : "X\\(.*\\)$as_nl";
3519 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
3520 esac;
3521 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
3522 '
3523 export as_echo_n_body
3524 as_echo_n='sh -c $as_echo_n_body as_echo'
3525 fi
3526 export as_echo_body
3527 as_echo='sh -c $as_echo_body as_echo'
3528fi
3529
3530# The user is always right.
3531if test "${PATH_SEPARATOR+set}" != set; then
3532 PATH_SEPARATOR=:
3533 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
3534 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
3535 PATH_SEPARATOR=';'
3536 }
3537fi
3538
3539# Support unset when possible.
3540if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
3541 as_unset=unset
3542else
3543 as_unset=false
3544fi
3545
3546
3547# IFS
3548# We need space, tab and new line, in precisely that order. Quoting is
3549# there to prevent editors from complaining about space-tab.
3550# (If _AS_PATH_WALK were called with IFS unset, it would disable word
3551# splitting by setting IFS to empty value.)
3552IFS=" "" $as_nl"
3553
3554# Find who we are. Look in the path if we contain no directory separator.
3555case $0 in
3556 *[\\/]* ) as_myself=$0 ;;
3557 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3558for as_dir in $PATH
3559do
3560 IFS=$as_save_IFS
3561 test -z "$as_dir" && as_dir=.
3562 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3563done
3564IFS=$as_save_IFS
3565
3566 ;;
3567esac
3568# We did not find ourselves, most probably we were run as `sh COMMAND'
3569# in which case we are not to be found in the path.
3570if test "x$as_myself" = x; then
3571 as_myself=$0
3572fi
3573if test ! -f "$as_myself"; then
3574 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
3575 { (exit 1); exit 1; }
3576fi
3577
3578# Work around bugs in pre-3.0 UWIN ksh.
3579for as_var in ENV MAIL MAILPATH
3580do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
3581done
3582PS1='$ '
3583PS2='> '
3584PS4='+ '
3585
3586# NLS nuisances.
3587LC_ALL=C
3588export LC_ALL
3589LANGUAGE=C
3590export LANGUAGE
3591
3592# Required to use basename.
3593if expr a : '\(a\)' >/dev/null 2>&1 &&
3594 test "X`expr 00001 : '.*\(...\)'`" = X001; then
3595 as_expr=expr
3596else
3597 as_expr=false
3598fi
3599
3600if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
3601 as_basename=basename
3602else
3603 as_basename=false
3604fi
3605
3606
3607# Name of the executable.
3608as_me=`$as_basename -- "$0" ||
3609$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3610 X"$0" : 'X\(//\)$' \| \
3611 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
3612$as_echo X/"$0" |
3613 sed '/^.*\/\([^/][^/]*\)\/*$/{
3614 s//\1/
3615 q
3616 }
3617 /^X\/\(\/\/\)$/{
3618 s//\1/
3619 q
3620 }
3621 /^X\/\(\/\).*/{
3622 s//\1/
3623 q
3624 }
3625 s/.*/./; q'`
3626
3627# CDPATH.
3628$as_unset CDPATH
3629
3630
3631
3632 as_lineno_1=$LINENO
3633 as_lineno_2=$LINENO
3634 test "x$as_lineno_1" != "x$as_lineno_2" &&
3635 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
3636
3637 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
3638 # uniformly replaced by the line number. The first 'sed' inserts a
3639 # line-number line after each line using $LINENO; the second 'sed'
3640 # does the real work. The second script uses 'N' to pair each
3641 # line-number line with the line containing $LINENO, and appends
3642 # trailing '-' during substitution so that $LINENO is not a special
3643 # case at line end.
3644 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
3645 # scripts with optimization help from Paolo Bonzini. Blame Lee
3646 # E. McMahon (1931-1989) for sed's syntax. :-)
3647 sed -n '
3648 p
3649 /[$]LINENO/=
3650 ' <$as_myself |
3651 sed '
3652 s/[$]LINENO.*/&-/
3653 t lineno
3654 b
3655 :lineno
3656 N
3657 :loop
3658 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
3659 t loop
3660 s/-\n.*//
3661 ' >$as_me.lineno &&
3662 chmod +x "$as_me.lineno" ||
3663 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
3664 { (exit 1); exit 1; }; }
3665
3666 # Don't try to exec as it changes $[0], causing all sort of problems
3667 # (the dirname of $[0] is not the place where we might find the
3668 # original and so on. Autoconf is especially sensitive to this).
3669 . "./$as_me.lineno"
3670 # Exit status is that of the last command.
3671 exit
3672}
3673
3674
3675if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
3676 as_dirname=dirname
3677else
3678 as_dirname=false
3679fi
3680
3681ECHO_C= ECHO_N= ECHO_T=
3682case `echo -n x` in
3683-n*)
3684 case `echo 'x\c'` in
3685 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
3686 *) ECHO_C='\c';;
3687 esac;;
3688*)
3689 ECHO_N='-n';;
3690esac
3691if expr a : '\(a\)' >/dev/null 2>&1 &&
3692 test "X`expr 00001 : '.*\(...\)'`" = X001; then
3693 as_expr=expr
3694else
3695 as_expr=false
3696fi
3697
3698rm -f conf$$ conf$$.exe conf$$.file
3699if test -d conf$$.dir; then
3700 rm -f conf$$.dir/conf$$.file
3701else
3702 rm -f conf$$.dir
3703 mkdir conf$$.dir 2>/dev/null
3704fi
3705if (echo >conf$$.file) 2>/dev/null; then
3706 if ln -s conf$$.file conf$$ 2>/dev/null; then
3707 as_ln_s='ln -s'
3708 # ... but there are two gotchas:
3709 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3710 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3711 # In both cases, we have to default to `cp -p'.
3712 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3713 as_ln_s='cp -p'
3714 elif ln conf$$.file conf$$ 2>/dev/null; then
3715 as_ln_s=ln
3716 else
3717 as_ln_s='cp -p'
3718 fi
3719else
3720 as_ln_s='cp -p'
3721fi
3722rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3723rmdir conf$$.dir 2>/dev/null
3724
3725if mkdir -p . 2>/dev/null; then
3726 as_mkdir_p=:
3727else
3728 test -d ./-p && rmdir ./-p
3729 as_mkdir_p=false
3730fi
3731
3732if test -x / >/dev/null 2>&1; then
3733 as_test_x='test -x'
3734else
3735 if ls -dL / >/dev/null 2>&1; then
3736 as_ls_L_option=L
3737 else
3738 as_ls_L_option=
3739 fi
3740 as_test_x='
3741 eval sh -c '\''
3742 if test -d "$1"; then
3743 test -d "$1/.";
3744 else
3745 case $1 in
3746 -*)set "./$1";;
3747 esac;
3748 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
3749 ???[sx]*):;;*)false;;esac;fi
3750 '\'' sh
3751 '
3752fi
3753as_executable_p=$as_test_x
3754
3755# Sed expression to map a string onto a valid CPP name.
3756as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3757
3758# Sed expression to map a string onto a valid variable name.
3759as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3760
3761
3762exec 6>&1
3763
3764# Save the log message, to keep $[0] and so on meaningful, and to
3765# report actual input values of CONFIG_FILES etc. instead of their
3766# values after options handling.
3767ac_log="
3768This file was extended by $as_me, which was
3769generated by GNU Autoconf 2.63. Invocation command line was
3770
3771 CONFIG_FILES = $CONFIG_FILES
3772 CONFIG_HEADERS = $CONFIG_HEADERS
3773 CONFIG_LINKS = $CONFIG_LINKS
3774 CONFIG_COMMANDS = $CONFIG_COMMANDS
3775 $ $0 $@
3776
3777on `(hostname || uname -n) 2>/dev/null | sed 1q`
3778"
3779
3780_ACEOF
3781
3782case $ac_config_files in *"
3783"*) set x $ac_config_files; shift; ac_config_files=$*;;
3784esac
3785
3786
3787
3788cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3789# Files that config.status was made for.
3790config_files="$ac_config_files"
3791
3792_ACEOF
3793
3794cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3795ac_cs_usage="\
3796\`$as_me' instantiates files from templates according to the
3797current configuration.
3798
3799Usage: $0 [OPTION]... [FILE]...
3800
3801 -h, --help print this help, then exit
3802 -V, --version print version number and configuration settings, then exit
3803 -q, --quiet, --silent
3804 do not print progress messages
3805 -d, --debug don't remove temporary files
3806 --recheck update $as_me by reconfiguring in the same conditions
3807 --file=FILE[:TEMPLATE]
3808 instantiate the configuration file FILE
3809
3810Configuration files:
3811$config_files
3812
3813Report bugs to <bug-autoconf@gnu.org>."
3814
3815_ACEOF
3816cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3817ac_cs_version="\\
3818config.status
3819configured by $0, generated by GNU Autoconf 2.63,
3820 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
3821
3822Copyright (C) 2008 Free Software Foundation, Inc.
3823This config.status script is free software; the Free Software Foundation
3824gives unlimited permission to copy, distribute and modify it."
3825
3826ac_pwd='$ac_pwd'
3827srcdir='$srcdir'
3828test -n "\$AWK" || AWK=awk
3829_ACEOF
3830
3831cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3832# The default lists apply if the user does not specify any file.
3833ac_need_defaults=:
3834while test $# != 0
3835do
3836 case $1 in
3837 --*=*)
3838 ac_option=`expr "X$1" : 'X\([^=]*\)='`
3839 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
3840 ac_shift=:
3841 ;;
3842 *)
3843 ac_option=$1
3844 ac_optarg=$2
3845 ac_shift=shift
3846 ;;
3847 esac
3848
3849 case $ac_option in
3850 # Handling of the options.
3851 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3852 ac_cs_recheck=: ;;
3853 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
3854 $as_echo "$ac_cs_version"; exit ;;
3855 --debug | --debu | --deb | --de | --d | -d )
3856 debug=: ;;
3857 --file | --fil | --fi | --f )
3858 $ac_shift
3859 case $ac_optarg in
3860 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
3861 esac
3862 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
3863 ac_need_defaults=false;;
3864 --he | --h | --help | --hel | -h )
3865 $as_echo "$ac_cs_usage"; exit ;;
3866 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3867 | -silent | --silent | --silen | --sile | --sil | --si | --s)
3868 ac_cs_silent=: ;;
3869
3870 # This is an error.
3871 -*) { $as_echo "$as_me: error: unrecognized option: $1
3872Try \`$0 --help' for more information." >&2
3873 { (exit 1); exit 1; }; } ;;
3874
3875 *) ac_config_targets="$ac_config_targets $1"
3876 ac_need_defaults=false ;;
3877
3878 esac
3879 shift
3880done
3881
3882ac_configure_extra_args=
3883
3884if $ac_cs_silent; then
3885 exec 6>/dev/null
3886 ac_configure_extra_args="$ac_configure_extra_args --silent"
3887fi
3888
3889_ACEOF
3890cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3891if \$ac_cs_recheck; then
3892 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3893 shift
3894 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
3895 CONFIG_SHELL='$SHELL'
3896 export CONFIG_SHELL
3897 exec "\$@"
3898fi
3899
3900_ACEOF
3901cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3902exec 5>>config.log
3903{
3904 echo
3905 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3906## Running $as_me. ##
3907_ASBOX
3908 $as_echo "$ac_log"
3909} >&5
3910
3911_ACEOF
3912cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3913_ACEOF
3914
3915cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3916
3917# Handling of arguments.
3918for ac_config_target in $ac_config_targets
3919do
3920 case $ac_config_target in
3921 "Makefile.settings") CONFIG_FILES="$CONFIG_FILES Makefile.settings" ;;
3922 "build/catalog.xml") CONFIG_FILES="$CONFIG_FILES build/catalog.xml" ;;
3923
3924 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
3925$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
3926 { (exit 1); exit 1; }; };;
3927 esac
3928done
3929
3930
3931# If the user did not use the arguments to specify the items to instantiate,
3932# then the envvar interface is used. Set only those that are not.
3933# We use the long form for the default assignment because of an extremely
3934# bizarre bug on SunOS 4.1.3.
3935if $ac_need_defaults; then
3936 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3937fi
3938
3939# Have a temporary directory for convenience. Make it in the build tree
3940# simply because there is no reason against having it here, and in addition,
3941# creating and moving files from /tmp can sometimes cause problems.
3942# Hook for its removal unless debugging.
3943# Note that there is a small window in which the directory will not be cleaned:
3944# after its creation but before its name has been assigned to `$tmp'.
3945$debug ||
3946{
3947 tmp=
3948 trap 'exit_status=$?
3949 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
3950' 0
3951 trap '{ (exit 1); exit 1; }' 1 2 13 15
3952}
3953# Create a (secure) tmp directory for tmp files.
3954
3955{
3956 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
3957 test -n "$tmp" && test -d "$tmp"
3958} ||
3959{
3960 tmp=./conf$$-$RANDOM
3961 (umask 077 && mkdir "$tmp")
3962} ||
3963{
3964 $as_echo "$as_me: cannot create a temporary directory in ." >&2
3965 { (exit 1); exit 1; }
3966}
3967
3968# Set up the scripts for CONFIG_FILES section.
3969# No need to generate them if there are no CONFIG_FILES.
3970# This happens for instance with `./config.status config.h'.
3971if test -n "$CONFIG_FILES"; then
3972
3973
3974ac_cr='
3975'
3976ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
3977if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
3978 ac_cs_awk_cr='\\r'
3979else
3980 ac_cs_awk_cr=$ac_cr
3981fi
3982
3983echo 'BEGIN {' >"$tmp/subs1.awk" &&
3984_ACEOF
3985
3986
3987{
3988 echo "cat >conf$$subs.awk <<_ACEOF" &&
3989 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
3990 echo "_ACEOF"
3991} >conf$$subs.sh ||
3992 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
3993$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
3994 { (exit 1); exit 1; }; }
3995ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
3996ac_delim='%!_!# '
3997for ac_last_try in false false false false false :; do
3998 . ./conf$$subs.sh ||
3999 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
4000$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
4001 { (exit 1); exit 1; }; }
4002
4003 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
4004 if test $ac_delim_n = $ac_delim_num; then
4005 break
4006 elif $ac_last_try; then
4007 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
4008$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
4009 { (exit 1); exit 1; }; }
4010 else
4011 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
4012 fi
4013done
4014rm -f conf$$subs.sh
4015
4016cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4017cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
4018_ACEOF
4019sed -n '
4020h
4021s/^/S["/; s/!.*/"]=/
4022p
4023g
4024s/^[^!]*!//
4025:repl
4026t repl
4027s/'"$ac_delim"'$//
4028t delim
4029:nl
4030h
4031s/\(.\{148\}\).*/\1/
4032t more1
4033s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
4034p
4035n
4036b repl
4037:more1
4038s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4039p
4040g
4041s/.\{148\}//
4042t nl
4043:delim
4044h
4045s/\(.\{148\}\).*/\1/
4046t more2
4047s/["\\]/\\&/g; s/^/"/; s/$/"/
4048p
4049b
4050:more2
4051s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4052p
4053g
4054s/.\{148\}//
4055t delim
4056' <conf$$subs.awk | sed '
4057/^[^""]/{
4058 N
4059 s/\n//
4060}
4061' >>$CONFIG_STATUS || ac_write_fail=1
4062rm -f conf$$subs.awk
4063cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4064_ACAWK
4065cat >>"\$tmp/subs1.awk" <<_ACAWK &&
4066 for (key in S) S_is_set[key] = 1
4067 FS = ""
4068
4069}
4070{
4071 line = $ 0
4072 nfields = split(line, field, "@")
4073 substed = 0
4074 len = length(field[1])
4075 for (i = 2; i < nfields; i++) {
4076 key = field[i]
4077 keylen = length(key)
4078 if (S_is_set[key]) {
4079 value = S[key]
4080 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
4081 len += length(value) + length(field[++i])
4082 substed = 1
4083 } else
4084 len += 1 + keylen
4085 }
4086
4087 print line
4088}
4089
4090_ACAWK
4091_ACEOF
4092cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4093if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
4094 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
4095else
4096 cat
4097fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
4098 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
4099$as_echo "$as_me: error: could not setup config files machinery" >&2;}
4100 { (exit 1); exit 1; }; }
4101_ACEOF
4102
4103# VPATH may cause trouble with some makes, so we remove $(srcdir),
4104# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
4105# trailing colons and then remove the whole line if VPATH becomes empty
4106# (actually we leave an empty line to preserve line numbers).
4107if test "x$srcdir" = x.; then
4108 ac_vpsub='/^[ ]*VPATH[ ]*=/{
4109s/:*\$(srcdir):*/:/
4110s/:*\${srcdir}:*/:/
4111s/:*@srcdir@:*/:/
4112s/^\([^=]*=[ ]*\):*/\1/
4113s/:*$//
4114s/^[^=]*=[ ]*$//
4115}'
4116fi
4117
4118cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4119fi # test -n "$CONFIG_FILES"
4120
4121
4122eval set X " :F $CONFIG_FILES "
4123shift
4124for ac_tag
4125do
4126 case $ac_tag in
4127 :[FHLC]) ac_mode=$ac_tag; continue;;
4128 esac
4129 case $ac_mode$ac_tag in
4130 :[FHL]*:*);;
4131 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
4132$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
4133 { (exit 1); exit 1; }; };;
4134 :[FH]-) ac_tag=-:-;;
4135 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
4136 esac
4137 ac_save_IFS=$IFS
4138 IFS=:
4139 set x $ac_tag
4140 IFS=$ac_save_IFS
4141 shift
4142 ac_file=$1
4143 shift
4144
4145 case $ac_mode in
4146 :L) ac_source=$1;;
4147 :[FH])
4148 ac_file_inputs=
4149 for ac_f
4150 do
4151 case $ac_f in
4152 -) ac_f="$tmp/stdin";;
4153 *) # Look for the file first in the build tree, then in the source tree
4154 # (if the path is not absolute). The absolute path cannot be DOS-style,
4155 # because $ac_f cannot contain `:'.
4156 test -f "$ac_f" ||
4157 case $ac_f in
4158 [\\/$]*) false;;
4159 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
4160 esac ||
4161 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
4162$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
4163 { (exit 1); exit 1; }; };;
4164 esac
4165 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
4166 ac_file_inputs="$ac_file_inputs '$ac_f'"
4167 done
4168
4169 # Let's still pretend it is `configure' which instantiates (i.e., don't
4170 # use $as_me), people would be surprised to read:
4171 # /* config.h. Generated by config.status. */
4172 configure_input='Generated from '`
4173 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
4174 `' by configure.'
4175 if test x"$ac_file" != x-; then
4176 configure_input="$ac_file. $configure_input"
4177 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
4178$as_echo "$as_me: creating $ac_file" >&6;}
4179 fi
4180 # Neutralize special characters interpreted by sed in replacement strings.
4181 case $configure_input in #(
4182 *\&* | *\|* | *\\* )
4183 ac_sed_conf_input=`$as_echo "$configure_input" |
4184 sed 's/[\\\\&|]/\\\\&/g'`;; #(
4185 *) ac_sed_conf_input=$configure_input;;
4186 esac
4187
4188 case $ac_tag in
4189 *:-:* | *:-) cat >"$tmp/stdin" \
4190 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
4191$as_echo "$as_me: error: could not create $ac_file" >&2;}
4192 { (exit 1); exit 1; }; } ;;
4193 esac
4194 ;;
4195 esac
4196
4197 ac_dir=`$as_dirname -- "$ac_file" ||
4198$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4199 X"$ac_file" : 'X\(//\)[^/]' \| \
4200 X"$ac_file" : 'X\(//\)$' \| \
4201 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
4202$as_echo X"$ac_file" |
4203 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4204 s//\1/
4205 q
4206 }
4207 /^X\(\/\/\)[^/].*/{
4208 s//\1/
4209 q
4210 }
4211 /^X\(\/\/\)$/{
4212 s//\1/
4213 q
4214 }
4215 /^X\(\/\).*/{
4216 s//\1/
4217 q
4218 }
4219 s/.*/./; q'`
4220 { as_dir="$ac_dir"
4221 case $as_dir in #(
4222 -*) as_dir=./$as_dir;;
4223 esac
4224 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
4225 as_dirs=
4226 while :; do
4227 case $as_dir in #(
4228 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
4229 *) as_qdir=$as_dir;;
4230 esac
4231 as_dirs="'$as_qdir' $as_dirs"
4232 as_dir=`$as_dirname -- "$as_dir" ||
4233$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4234 X"$as_dir" : 'X\(//\)[^/]' \| \
4235 X"$as_dir" : 'X\(//\)$' \| \
4236 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
4237$as_echo X"$as_dir" |
4238 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4239 s//\1/
4240 q
4241 }
4242 /^X\(\/\/\)[^/].*/{
4243 s//\1/
4244 q
4245 }
4246 /^X\(\/\/\)$/{
4247 s//\1/
4248 q
4249 }
4250 /^X\(\/\).*/{
4251 s//\1/
4252 q
4253 }
4254 s/.*/./; q'`
4255 test -d "$as_dir" && break
4256 done
4257 test -z "$as_dirs" || eval "mkdir $as_dirs"
4258 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
4259$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
4260 { (exit 1); exit 1; }; }; }
4261 ac_builddir=.
4262
4263case "$ac_dir" in
4264.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
4265*)
4266 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
4267 # A ".." for each directory in $ac_dir_suffix.
4268 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
4269 case $ac_top_builddir_sub in
4270 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
4271 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
4272 esac ;;
4273esac
4274ac_abs_top_builddir=$ac_pwd
4275ac_abs_builddir=$ac_pwd$ac_dir_suffix
4276# for backward compatibility:
4277ac_top_builddir=$ac_top_build_prefix
4278
4279case $srcdir in
4280 .) # We are building in place.
4281 ac_srcdir=.
4282 ac_top_srcdir=$ac_top_builddir_sub
4283 ac_abs_top_srcdir=$ac_pwd ;;
4284 [\\/]* | ?:[\\/]* ) # Absolute name.
4285 ac_srcdir=$srcdir$ac_dir_suffix;
4286 ac_top_srcdir=$srcdir
4287 ac_abs_top_srcdir=$srcdir ;;
4288 *) # Relative name.
4289 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
4290 ac_top_srcdir=$ac_top_build_prefix$srcdir
4291 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
4292esac
4293ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
4294
4295
4296 case $ac_mode in
4297 :F)
4298 #
4299 # CONFIG_FILE
4300 #
4301
4302_ACEOF
4303
4304cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4305# If the template does not know about datarootdir, expand it.
4306# FIXME: This hack should be removed a few years after 2.60.
4307ac_datarootdir_hack=; ac_datarootdir_seen=
4308
4309ac_sed_dataroot='
4310/datarootdir/ {
4311 p
4312 q
4313}
4314/@datadir@/p
4315/@docdir@/p
4316/@infodir@/p
4317/@localedir@/p
4318/@mandir@/p
4319'
4320case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
4321*datarootdir*) ac_datarootdir_seen=yes;;
4322*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
4323 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
4324$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
4325_ACEOF
4326cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4327 ac_datarootdir_hack='
4328 s&@datadir@&$datadir&g
4329 s&@docdir@&$docdir&g
4330 s&@infodir@&$infodir&g
4331 s&@localedir@&$localedir&g
4332 s&@mandir@&$mandir&g
4333 s&\\\${datarootdir}&$datarootdir&g' ;;
4334esac
4335_ACEOF
4336
4337# Neutralize VPATH when `$srcdir' = `.'.
4338# Shell code in configure.ac might set extrasub.
4339# FIXME: do we really want to maintain this feature?
4340cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4341ac_sed_extra="$ac_vpsub
4342$extrasub
4343_ACEOF
4344cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4345:t
4346/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
4347s|@configure_input@|$ac_sed_conf_input|;t t
4348s&@top_builddir@&$ac_top_builddir_sub&;t t
4349s&@top_build_prefix@&$ac_top_build_prefix&;t t
4350s&@srcdir@&$ac_srcdir&;t t
4351s&@abs_srcdir@&$ac_abs_srcdir&;t t
4352s&@top_srcdir@&$ac_top_srcdir&;t t
4353s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
4354s&@builddir@&$ac_builddir&;t t
4355s&@abs_builddir@&$ac_abs_builddir&;t t
4356s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
4357$ac_datarootdir_hack
4358"
4359eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
4360 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
4361$as_echo "$as_me: error: could not create $ac_file" >&2;}
4362 { (exit 1); exit 1; }; }
4363
4364test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
4365 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
4366 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
4367 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4368which seems to be undefined. Please make sure it is defined." >&5
4369$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4370which seems to be undefined. Please make sure it is defined." >&2;}
4371
4372 rm -f "$tmp/stdin"
4373 case $ac_file in
4374 -) cat "$tmp/out" && rm -f "$tmp/out";;
4375 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
4376 esac \
4377 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
4378$as_echo "$as_me: error: could not create $ac_file" >&2;}
4379 { (exit 1); exit 1; }; }
4380 ;;
4381
4382
4383
4384 esac
4385
4386done # for ac_tag
4387
4388
4389{ (exit 0); exit 0; }
4390_ACEOF
4391chmod +x $CONFIG_STATUS
4392ac_clean_files=$ac_clean_files_save
4393
4394test $ac_write_fail = 0 ||
4395 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
4396$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
4397 { (exit 1); exit 1; }; }
4398
4399
4400# configure is writing to config.log, and then calls config.status.
4401# config.status does its own redirection, appending to config.log.
4402# Unfortunately, on DOS this fails, as config.log is still kept open
4403# by configure, so config.status won't be able to write to it; its
4404# output is simply discarded. So we exec the FD to /dev/null,
4405# effectively closing config.log, so it can be properly (re)opened and
4406# appended to by config.status. When coming back to configure, we
4407# need to make the FD available again.
4408if test "$no_create" != yes; then
4409 ac_cs_success=:
4410 ac_config_status_args=
4411 test "$silent" = yes &&
4412 ac_config_status_args="$ac_config_status_args --quiet"
4413 exec 5>/dev/null
4414 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
4415 exec 5>>config.log
4416 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
4417 # would make configure fail if this is the last instruction.
4418 $ac_cs_success || { (exit 1); exit 1; }
4419fi
4420if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
4421 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
4422$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
4423fi
4424
Note: See TracBrowser for help on using the repository browser.