source: trunk/libs/newlib/src/libgloss/cris/configure

Last change on this file was 444, checked in by satin@…, 8 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

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