Codebase list tayga / 9f3ccfc
Import upstream version 0.9.2+git20200109.1.195f795 Debian Janitor 2 years ago
1 changed file(s) with 311 addition(s) and 249 deletion(s). Raw diff Collapse all Expand all
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.65 for tayga 0.9.2.
2 # Generated by GNU Autoconf 2.69 for tayga 0.9.2.
33 #
44 #
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
7 # Inc.
5 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
86 #
97 #
108 # This configure script is free software; the Free Software Foundation
8886 IFS=" "" $as_nl"
8987
9088 # Find who we are. Look in the path if we contain no directory separator.
89 as_myself=
9190 case $0 in #((
9291 *[\\/]* ) as_myself=$0 ;;
9392 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
132131 # CDPATH.
133132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134133
134 # Use a proper internal environment variable to ensure we don't fall
135 # into an infinite loop, continuously re-executing ourselves.
136 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
137 _as_can_reexec=no; export _as_can_reexec;
138 # We cannot yet assume a decent shell, so we have to provide a
139 # neutralization value for shells without unset; and this also
140 # works around shells that cannot unset nonexistent variables.
141 # Preserve -v and -x to the replacement shell.
142 BASH_ENV=/dev/null
143 ENV=/dev/null
144 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
145 case $- in # ((((
146 *v*x* | *x*v* ) as_opts=-vx ;;
147 *v* ) as_opts=-v ;;
148 *x* ) as_opts=-x ;;
149 * ) as_opts= ;;
150 esac
151 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
152 # Admittedly, this is quite paranoid, since all the known shells bail
153 # out after a failed `exec'.
154 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
155 as_fn_exit 255
156 fi
157 # We don't want this to propagate to other subprocesses.
158 { _as_can_reexec=; unset _as_can_reexec;}
135159 if test "x$CONFIG_SHELL" = x; then
136160 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
137161 emulate sh
165189 else
166190 exitcode=1; echo positional parameters were not saved.
167191 fi
168 test x\$exitcode = x0 || exit 1"
192 test x\$exitcode = x0 || exit 1
193 test -x / || exit 1"
169194 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
170195 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
171196 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
209234
210235
211236 if test "x$CONFIG_SHELL" != x; then :
212 # We cannot yet assume a decent shell, so we have to provide a
213 # neutralization value for shells without unset; and this also
214 # works around shells that cannot unset nonexistent variables.
215 BASH_ENV=/dev/null
216 ENV=/dev/null
217 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
218 export CONFIG_SHELL
219 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
237 export CONFIG_SHELL
238 # We cannot yet assume a decent shell, so we have to provide a
239 # neutralization value for shells without unset; and this also
240 # works around shells that cannot unset nonexistent variables.
241 # Preserve -v and -x to the replacement shell.
242 BASH_ENV=/dev/null
243 ENV=/dev/null
244 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
245 case $- in # ((((
246 *v*x* | *x*v* ) as_opts=-vx ;;
247 *v* ) as_opts=-v ;;
248 *x* ) as_opts=-x ;;
249 * ) as_opts= ;;
250 esac
251 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
252 # Admittedly, this is quite paranoid, since all the known shells bail
253 # out after a failed `exec'.
254 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
255 exit 255
220256 fi
221257
222258 if test x$as_have_required = xno; then :
314350 test -d "$as_dir" && break
315351 done
316352 test -z "$as_dirs" || eval "mkdir $as_dirs"
317 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
353 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
318354
319355
320356 } # as_fn_mkdir_p
357
358 # as_fn_executable_p FILE
359 # -----------------------
360 # Test if FILE is an executable regular file.
361 as_fn_executable_p ()
362 {
363 test -f "$1" && test -x "$1"
364 } # as_fn_executable_p
321365 # as_fn_append VAR VALUE
322366 # ----------------------
323367 # Append the text in VALUE to the end of the definition contained in VAR. Take
354398 fi # as_fn_arith
355399
356400
357 # as_fn_error ERROR [LINENO LOG_FD]
358 # ---------------------------------
401 # as_fn_error STATUS ERROR [LINENO LOG_FD]
402 # ----------------------------------------
359403 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
360404 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
361 # script with status $?, using 1 if that was 0.
405 # script with STATUS, using 1 if that was 0.
362406 as_fn_error ()
363407 {
364 as_status=$?; test $as_status -eq 0 && as_status=1
365 if test "$3"; then
366 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
367 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
408 as_status=$1; test $as_status -eq 0 && as_status=1
409 if test "$4"; then
410 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
411 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
368412 fi
369 $as_echo "$as_me: error: $1" >&2
413 $as_echo "$as_me: error: $2" >&2
370414 as_fn_exit $as_status
371415 } # as_fn_error
372416
439483 chmod +x "$as_me.lineno" ||
440484 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
441485
486 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
487 # already done that, so ensure we don't try to do so again and fall
488 # in an infinite loop. This has already happened in practice.
489 _as_can_reexec=no; export _as_can_reexec
442490 # Don't try to exec as it changes $[0], causing all sort of problems
443491 # (the dirname of $[0] is not the place where we might find the
444492 # original and so on. Autoconf is especially sensitive to this).
473521 # ... but there are two gotchas:
474522 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
475523 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
476 # In both cases, we have to default to `cp -p'.
524 # In both cases, we have to default to `cp -pR'.
477525 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
478 as_ln_s='cp -p'
526 as_ln_s='cp -pR'
479527 elif ln conf$$.file conf$$ 2>/dev/null; then
480528 as_ln_s=ln
481529 else
482 as_ln_s='cp -p'
530 as_ln_s='cp -pR'
483531 fi
484532 else
485 as_ln_s='cp -p'
533 as_ln_s='cp -pR'
486534 fi
487535 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488536 rmdir conf$$.dir 2>/dev/null
494542 as_mkdir_p=false
495543 fi
496544
497 if test -x / >/dev/null 2>&1; then
498 as_test_x='test -x'
499 else
500 if ls -dL / >/dev/null 2>&1; then
501 as_ls_L_option=L
502 else
503 as_ls_L_option=
504 fi
505 as_test_x='
506 eval sh -c '\''
507 if test -d "$1"; then
508 test -d "$1/.";
509 else
510 case $1 in #(
511 -*)set "./$1";;
512 esac;
513 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
514 ???[sx]*):;;*)false;;esac;fi
515 '\'' sh
516 '
517 fi
518 as_executable_p=$as_test_x
545 as_test_x='test -x'
546 as_executable_p=as_fn_executable_p
519547
520548 # Sed expression to map a string onto a valid CPP name.
521549 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
528556 exec 6>&1
529557
530558 # Name of the host.
531 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
559 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
532560 # so uname gets run too.
533561 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
534562
616644 docdir
617645 oldincludedir
618646 includedir
647 runstatedir
619648 localstatedir
620649 sharedstatedir
621650 sysconfdir
686715 sysconfdir='${prefix}/etc'
687716 sharedstatedir='${prefix}/com'
688717 localstatedir='${prefix}/var'
718 runstatedir='${localstatedir}/run'
689719 includedir='${prefix}/include'
690720 oldincludedir='/usr/include'
691721 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
710740 fi
711741
712742 case $ac_option in
713 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
714 *) ac_optarg=yes ;;
743 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
744 *=) ac_optarg= ;;
745 *) ac_optarg=yes ;;
715746 esac
716747
717748 # Accept the important Cygnus configure options, so we can diagnose typos.
756787 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
757788 # Reject names that are not valid shell variable names.
758789 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
759 as_fn_error "invalid feature name: $ac_useropt"
790 as_fn_error $? "invalid feature name: $ac_useropt"
760791 ac_useropt_orig=$ac_useropt
761792 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
762793 case $ac_user_opts in
782813 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
783814 # Reject names that are not valid shell variable names.
784815 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
785 as_fn_error "invalid feature name: $ac_useropt"
816 as_fn_error $? "invalid feature name: $ac_useropt"
786817 ac_useropt_orig=$ac_useropt
787818 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
788819 case $ac_user_opts in
937968 | -silent | --silent | --silen | --sile | --sil)
938969 silent=yes ;;
939970
971 -runstatedir | --runstatedir | --runstatedi | --runstated \
972 | --runstate | --runstat | --runsta | --runst | --runs \
973 | --run | --ru | --r)
974 ac_prev=runstatedir ;;
975 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
976 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
977 | --run=* | --ru=* | --r=*)
978 runstatedir=$ac_optarg ;;
979
940980 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
941981 ac_prev=sbindir ;;
942982 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
9861026 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
9871027 # Reject names that are not valid shell variable names.
9881028 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
989 as_fn_error "invalid package name: $ac_useropt"
1029 as_fn_error $? "invalid package name: $ac_useropt"
9901030 ac_useropt_orig=$ac_useropt
9911031 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
9921032 case $ac_user_opts in
10021042 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
10031043 # Reject names that are not valid shell variable names.
10041044 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1005 as_fn_error "invalid package name: $ac_useropt"
1045 as_fn_error $? "invalid package name: $ac_useropt"
10061046 ac_useropt_orig=$ac_useropt
10071047 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
10081048 case $ac_user_opts in
10321072 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
10331073 x_libraries=$ac_optarg ;;
10341074
1035 -*) as_fn_error "unrecognized option: \`$ac_option'
1036 Try \`$0 --help' for more information."
1075 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1076 Try \`$0 --help' for more information"
10371077 ;;
10381078
10391079 *=*)
10411081 # Reject names that are not valid shell variable names.
10421082 case $ac_envvar in #(
10431083 '' | [0-9]* | *[!_$as_cr_alnum]* )
1044 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1084 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
10451085 esac
10461086 eval $ac_envvar=\$ac_optarg
10471087 export $ac_envvar ;;
10511091 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
10521092 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
10531093 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1054 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1094 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
10551095 ;;
10561096
10571097 esac
10591099
10601100 if test -n "$ac_prev"; then
10611101 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1062 as_fn_error "missing argument to $ac_option"
1102 as_fn_error $? "missing argument to $ac_option"
10631103 fi
10641104
10651105 if test -n "$ac_unrecognized_opts"; then
10661106 case $enable_option_checking in
10671107 no) ;;
1068 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1108 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
10691109 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
10701110 esac
10711111 fi
10741114 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
10751115 datadir sysconfdir sharedstatedir localstatedir includedir \
10761116 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1077 libdir localedir mandir
1117 libdir localedir mandir runstatedir
10781118 do
10791119 eval ac_val=\$$ac_var
10801120 # Remove trailing slashes.
10881128 [\\/$]* | ?:[\\/]* ) continue;;
10891129 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
10901130 esac
1091 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1131 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
10921132 done
10931133
10941134 # There might be people who depend on the old broken behavior: `$host'
11021142 if test "x$host_alias" != x; then
11031143 if test "x$build_alias" = x; then
11041144 cross_compiling=maybe
1105 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1106 If a cross compiler is detected then cross compile mode will be used." >&2
11071145 elif test "x$build_alias" != "x$host_alias"; then
11081146 cross_compiling=yes
11091147 fi
11181156 ac_pwd=`pwd` && test -n "$ac_pwd" &&
11191157 ac_ls_di=`ls -di .` &&
11201158 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1121 as_fn_error "working directory cannot be determined"
1159 as_fn_error $? "working directory cannot be determined"
11221160 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1123 as_fn_error "pwd does not report name of working directory"
1161 as_fn_error $? "pwd does not report name of working directory"
11241162
11251163
11261164 # Find the source files, if location was not specified.
11591197 fi
11601198 if test ! -r "$srcdir/$ac_unique_file"; then
11611199 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1162 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1200 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
11631201 fi
11641202 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
11651203 ac_abs_confdir=`(
1166 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1204 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
11671205 pwd)`
11681206 # When building in place, set srcdir=.
11691207 if test "$ac_abs_confdir" = "$ac_pwd"; then
12031241 --help=short display options specific to this package
12041242 --help=recursive display the short help of all the included packages
12051243 -V, --version display version information and exit
1206 -q, --quiet, --silent do not print \`checking...' messages
1244 -q, --quiet, --silent do not print \`checking ...' messages
12071245 --cache-file=FILE cache test results in FILE [disabled]
12081246 -C, --config-cache alias for \`--cache-file=config.cache'
12091247 -n, --no-create do not create output files
12291267 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
12301268 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
12311269 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1270 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
12321271 --libdir=DIR object code libraries [EPREFIX/lib]
12331272 --includedir=DIR C header files [PREFIX/include]
12341273 --oldincludedir=DIR C header files for non-gcc [/usr/include]
13421381 if $ac_init_version; then
13431382 cat <<\_ACEOF
13441383 tayga configure 0.9.2
1345 generated by GNU Autoconf 2.65
1346
1347 Copyright (C) 2009 Free Software Foundation, Inc.
1384 generated by GNU Autoconf 2.69
1385
1386 Copyright (C) 2012 Free Software Foundation, Inc.
13481387 This configure script is free software; the Free Software Foundation
13491388 gives unlimited permission to copy, distribute and modify it.
13501389 _ACEOF
13881427
13891428 ac_retval=1
13901429 fi
1391 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1430 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
13921431 as_fn_set_status $ac_retval
13931432
13941433 } # ac_fn_c_try_compile
13971436 running configure, to aid debugging if configure makes a mistake.
13981437
13991438 It was created by tayga $as_me 0.9.2, which was
1400 generated by GNU Autoconf 2.65. Invocation command line was
1439 generated by GNU Autoconf 2.69. Invocation command line was
14011440
14021441 $ $0 $@
14031442
15071546 {
15081547 echo
15091548
1510 cat <<\_ASBOX
1511 ## ---------------- ##
1549 $as_echo "## ---------------- ##
15121550 ## Cache variables. ##
1513 ## ---------------- ##
1514 _ASBOX
1551 ## ---------------- ##"
15151552 echo
15161553 # The following way of writing the cache mishandles newlines in values,
15171554 (
15451582 )
15461583 echo
15471584
1548 cat <<\_ASBOX
1549 ## ----------------- ##
1585 $as_echo "## ----------------- ##
15501586 ## Output variables. ##
1551 ## ----------------- ##
1552 _ASBOX
1587 ## ----------------- ##"
15531588 echo
15541589 for ac_var in $ac_subst_vars
15551590 do
15621597 echo
15631598
15641599 if test -n "$ac_subst_files"; then
1565 cat <<\_ASBOX
1566 ## ------------------- ##
1600 $as_echo "## ------------------- ##
15671601 ## File substitutions. ##
1568 ## ------------------- ##
1569 _ASBOX
1602 ## ------------------- ##"
15701603 echo
15711604 for ac_var in $ac_subst_files
15721605 do
15801613 fi
15811614
15821615 if test -s confdefs.h; then
1583 cat <<\_ASBOX
1584 ## ----------- ##
1616 $as_echo "## ----------- ##
15851617 ## confdefs.h. ##
1586 ## ----------- ##
1587 _ASBOX
1618 ## ----------- ##"
15881619 echo
15891620 cat confdefs.h
15901621 echo
16391670 ac_site_file1=NONE
16401671 ac_site_file2=NONE
16411672 if test -n "$CONFIG_SITE"; then
1642 ac_site_file1=$CONFIG_SITE
1673 # We do not want a PATH search for config.site.
1674 case $CONFIG_SITE in #((
1675 -*) ac_site_file1=./$CONFIG_SITE;;
1676 */*) ac_site_file1=$CONFIG_SITE;;
1677 *) ac_site_file1=./$CONFIG_SITE;;
1678 esac
16431679 elif test "x$prefix" != xNONE; then
16441680 ac_site_file1=$prefix/share/config.site
16451681 ac_site_file2=$prefix/etc/config.site
16541690 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
16551691 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
16561692 sed 's/^/| /' "$ac_site_file" >&5
1657 . "$ac_site_file"
1693 . "$ac_site_file" \
1694 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1695 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1696 as_fn_error $? "failed to load site script $ac_site_file
1697 See \`config.log' for more details" "$LINENO" 5; }
16581698 fi
16591699 done
16601700
17301770 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
17311771 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
17321772 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1733 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1773 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
17341774 fi
17351775 ## -------------------- ##
17361776 ## Main body of script. ##
17481788
17491789 ac_aux_dir=
17501790 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1751 for ac_t in install-sh install.sh shtool; do
1752 if test -f "$ac_dir/$ac_t"; then
1753 ac_aux_dir=$ac_dir
1754 ac_install_sh="$ac_aux_dir/$ac_t -c"
1755 break 2
1756 fi
1757 done
1791 if test -f "$ac_dir/install-sh"; then
1792 ac_aux_dir=$ac_dir
1793 ac_install_sh="$ac_aux_dir/install-sh -c"
1794 break
1795 elif test -f "$ac_dir/install.sh"; then
1796 ac_aux_dir=$ac_dir
1797 ac_install_sh="$ac_aux_dir/install.sh -c"
1798 break
1799 elif test -f "$ac_dir/shtool"; then
1800 ac_aux_dir=$ac_dir
1801 ac_install_sh="$ac_aux_dir/shtool install -c"
1802 break
1803 fi
17581804 done
17591805 if test -z "$ac_aux_dir"; then
1760 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
1806 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
17611807 fi
17621808
17631809 # These three variables are undocumented and unsupported,
17861832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
17871833 $as_echo_n "checking for a BSD-compatible install... " >&6; }
17881834 if test -z "$INSTALL"; then
1789 if test "${ac_cv_path_install+set}" = set; then :
1835 if ${ac_cv_path_install+:} false; then :
17901836 $as_echo_n "(cached) " >&6
17911837 else
17921838 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18061852 # by default.
18071853 for ac_prog in ginstall scoinst install; do
18081854 for ac_exec_ext in '' $ac_executable_extensions; do
1809 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
1855 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
18101856 if test $ac_prog = install &&
18111857 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
18121858 # AIX install. It has an incompatible calling convention.
18731919 '
18741920 case `pwd` in
18751921 *[\\\"\#\$\&\'\`$am_lf]*)
1876 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
1922 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
18771923 esac
18781924 case $srcdir in
18791925 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
1880 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
1926 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
18811927 esac
18821928
18831929 # Do `set' in a subshell so we don't clobber the current shell's
18991945 # if, for instance, CONFIG_SHELL is bash and it inherits a
19001946 # broken ls alias from the environment. This has actually
19011947 # happened. Such a system could not be considered "sane".
1902 as_fn_error "ls -t appears to fail. Make sure there is not a broken
1948 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
19031949 alias in your environment" "$LINENO" 5
19041950 fi
19051951
19091955 # Ok.
19101956 :
19111957 else
1912 as_fn_error "newly created file is older than distributed files!
1958 as_fn_error $? "newly created file is older than distributed files!
19131959 Check your system clock" "$LINENO" 5
19141960 fi
19151961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19632009 set dummy ${ac_tool_prefix}strip; ac_word=$2
19642010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19652011 $as_echo_n "checking for $ac_word... " >&6; }
1966 if test "${ac_cv_prog_STRIP+set}" = set; then :
2012 if ${ac_cv_prog_STRIP+:} false; then :
19672013 $as_echo_n "(cached) " >&6
19682014 else
19692015 if test -n "$STRIP"; then
19752021 IFS=$as_save_IFS
19762022 test -z "$as_dir" && as_dir=.
19772023 for ac_exec_ext in '' $ac_executable_extensions; do
1978 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2024 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19792025 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
19802026 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
19812027 break 2
20032049 set dummy strip; ac_word=$2
20042050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
20052051 $as_echo_n "checking for $ac_word... " >&6; }
2006 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2052 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
20072053 $as_echo_n "(cached) " >&6
20082054 else
20092055 if test -n "$ac_ct_STRIP"; then
20152061 IFS=$as_save_IFS
20162062 test -z "$as_dir" && as_dir=.
20172063 for ac_exec_ext in '' $ac_executable_extensions; do
2018 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2064 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
20192065 ac_cv_prog_ac_ct_STRIP="strip"
20202066 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
20212067 break 2
20562102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
20572103 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
20582104 if test -z "$MKDIR_P"; then
2059 if test "${ac_cv_path_mkdir+set}" = set; then :
2105 if ${ac_cv_path_mkdir+:} false; then :
20602106 $as_echo_n "(cached) " >&6
20612107 else
20622108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20662112 test -z "$as_dir" && as_dir=.
20672113 for ac_prog in mkdir gmkdir; do
20682114 for ac_exec_ext in '' $ac_executable_extensions; do
2069 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2115 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
20702116 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
20712117 'mkdir (GNU coreutils) '* | \
20722118 'mkdir (coreutils) '* | \
21072153 set dummy $ac_prog; ac_word=$2
21082154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
21092155 $as_echo_n "checking for $ac_word... " >&6; }
2110 if test "${ac_cv_prog_AWK+set}" = set; then :
2156 if ${ac_cv_prog_AWK+:} false; then :
21112157 $as_echo_n "(cached) " >&6
21122158 else
21132159 if test -n "$AWK"; then
21192165 IFS=$as_save_IFS
21202166 test -z "$as_dir" && as_dir=.
21212167 for ac_exec_ext in '' $ac_executable_extensions; do
2122 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2168 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
21232169 ac_cv_prog_AWK="$ac_prog"
21242170 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
21252171 break 2
21472193 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
21482194 set x ${MAKE-make}
21492195 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2150 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2196 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
21512197 $as_echo_n "(cached) " >&6
21522198 else
21532199 cat >conftest.make <<\_ACEOF
21552201 all:
21562202 @echo '@@@%%%=$(MAKE)=@@@%%%'
21572203 _ACEOF
2158 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2204 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
21592205 case `${MAKE-make} -f conftest.make 2>/dev/null` in
21602206 *@@@%%%=?*=@@@%%%*)
21612207 eval ac_cv_prog_make_${ac_make}_set=yes;;
21892235 am__isrc=' -I$(srcdir)'
21902236 # test to see if srcdir already configured
21912237 if test -f $srcdir/config.status; then
2192 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2238 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
21932239 fi
21942240 fi
21952241
22582304 set dummy ${ac_tool_prefix}gcc; ac_word=$2
22592305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22602306 $as_echo_n "checking for $ac_word... " >&6; }
2261 if test "${ac_cv_prog_CC+set}" = set; then :
2307 if ${ac_cv_prog_CC+:} false; then :
22622308 $as_echo_n "(cached) " >&6
22632309 else
22642310 if test -n "$CC"; then
22702316 IFS=$as_save_IFS
22712317 test -z "$as_dir" && as_dir=.
22722318 for ac_exec_ext in '' $ac_executable_extensions; do
2273 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2319 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22742320 ac_cv_prog_CC="${ac_tool_prefix}gcc"
22752321 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
22762322 break 2
22982344 set dummy gcc; ac_word=$2
22992345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23002346 $as_echo_n "checking for $ac_word... " >&6; }
2301 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2347 if ${ac_cv_prog_ac_ct_CC+:} false; then :
23022348 $as_echo_n "(cached) " >&6
23032349 else
23042350 if test -n "$ac_ct_CC"; then
23102356 IFS=$as_save_IFS
23112357 test -z "$as_dir" && as_dir=.
23122358 for ac_exec_ext in '' $ac_executable_extensions; do
2313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2359 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
23142360 ac_cv_prog_ac_ct_CC="gcc"
23152361 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23162362 break 2
23512397 set dummy ${ac_tool_prefix}cc; ac_word=$2
23522398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23532399 $as_echo_n "checking for $ac_word... " >&6; }
2354 if test "${ac_cv_prog_CC+set}" = set; then :
2400 if ${ac_cv_prog_CC+:} false; then :
23552401 $as_echo_n "(cached) " >&6
23562402 else
23572403 if test -n "$CC"; then
23632409 IFS=$as_save_IFS
23642410 test -z "$as_dir" && as_dir=.
23652411 for ac_exec_ext in '' $ac_executable_extensions; do
2366 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2412 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
23672413 ac_cv_prog_CC="${ac_tool_prefix}cc"
23682414 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23692415 break 2
23912437 set dummy cc; ac_word=$2
23922438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23932439 $as_echo_n "checking for $ac_word... " >&6; }
2394 if test "${ac_cv_prog_CC+set}" = set; then :
2440 if ${ac_cv_prog_CC+:} false; then :
23952441 $as_echo_n "(cached) " >&6
23962442 else
23972443 if test -n "$CC"; then
24042450 IFS=$as_save_IFS
24052451 test -z "$as_dir" && as_dir=.
24062452 for ac_exec_ext in '' $ac_executable_extensions; do
2407 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2453 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24082454 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
24092455 ac_prog_rejected=yes
24102456 continue
24502496 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
24512497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24522498 $as_echo_n "checking for $ac_word... " >&6; }
2453 if test "${ac_cv_prog_CC+set}" = set; then :
2499 if ${ac_cv_prog_CC+:} false; then :
24542500 $as_echo_n "(cached) " >&6
24552501 else
24562502 if test -n "$CC"; then
24622508 IFS=$as_save_IFS
24632509 test -z "$as_dir" && as_dir=.
24642510 for ac_exec_ext in '' $ac_executable_extensions; do
2465 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2511 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24662512 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
24672513 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24682514 break 2
24942540 set dummy $ac_prog; ac_word=$2
24952541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24962542 $as_echo_n "checking for $ac_word... " >&6; }
2497 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2543 if ${ac_cv_prog_ac_ct_CC+:} false; then :
24982544 $as_echo_n "(cached) " >&6
24992545 else
25002546 if test -n "$ac_ct_CC"; then
25062552 IFS=$as_save_IFS
25072553 test -z "$as_dir" && as_dir=.
25082554 for ac_exec_ext in '' $ac_executable_extensions; do
2509 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2555 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25102556 ac_cv_prog_ac_ct_CC="$ac_prog"
25112557 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
25122558 break 2
25482594
25492595 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
25502596 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2551 as_fn_error "no acceptable C compiler found in \$PATH
2552 See \`config.log' for more details." "$LINENO" 5; }
2597 as_fn_error $? "no acceptable C compiler found in \$PATH
2598 See \`config.log' for more details" "$LINENO" 5; }
25532599
25542600 # Provide some information about the compiler.
25552601 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
26632709
26642710 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
26652711 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2666 { as_fn_set_status 77
2667 as_fn_error "C compiler cannot create executables
2668 See \`config.log' for more details." "$LINENO" 5; }; }
2712 as_fn_error 77 "C compiler cannot create executables
2713 See \`config.log' for more details" "$LINENO" 5; }
26692714 else
26702715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26712716 $as_echo "yes" >&6; }
27072752 else
27082753 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
27092754 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2710 as_fn_error "cannot compute suffix of executables: cannot compile and link
2711 See \`config.log' for more details." "$LINENO" 5; }
2755 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2756 See \`config.log' for more details" "$LINENO" 5; }
27122757 fi
27132758 rm -f conftest conftest$ac_cv_exeext
27142759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
27652810 else
27662811 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
27672812 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2768 as_fn_error "cannot run C compiled programs.
2813 as_fn_error $? "cannot run C compiled programs.
27692814 If you meant to cross compile, use \`--host'.
2770 See \`config.log' for more details." "$LINENO" 5; }
2815 See \`config.log' for more details" "$LINENO" 5; }
27712816 fi
27722817 fi
27732818 fi
27782823 ac_clean_files=$ac_clean_files_save
27792824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
27802825 $as_echo_n "checking for suffix of object files... " >&6; }
2781 if test "${ac_cv_objext+set}" = set; then :
2826 if ${ac_cv_objext+:} false; then :
27822827 $as_echo_n "(cached) " >&6
27832828 else
27842829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28182863
28192864 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
28202865 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2821 as_fn_error "cannot compute suffix of object files: cannot compile
2822 See \`config.log' for more details." "$LINENO" 5; }
2866 as_fn_error $? "cannot compute suffix of object files: cannot compile
2867 See \`config.log' for more details" "$LINENO" 5; }
28232868 fi
28242869 rm -f conftest.$ac_cv_objext conftest.$ac_ext
28252870 fi
28292874 ac_objext=$OBJEXT
28302875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
28312876 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2832 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
2877 if ${ac_cv_c_compiler_gnu+:} false; then :
28332878 $as_echo_n "(cached) " >&6
28342879 else
28352880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28662911 ac_save_CFLAGS=$CFLAGS
28672912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
28682913 $as_echo_n "checking whether $CC accepts -g... " >&6; }
2869 if test "${ac_cv_prog_cc_g+set}" = set; then :
2914 if ${ac_cv_prog_cc_g+:} false; then :
28702915 $as_echo_n "(cached) " >&6
28712916 else
28722917 ac_save_c_werror_flag=$ac_c_werror_flag
29442989 fi
29452990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
29462991 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
2947 if test "${ac_cv_prog_cc_c89+set}" = set; then :
2992 if ${ac_cv_prog_cc_c89+:} false; then :
29482993 $as_echo_n "(cached) " >&6
29492994 else
29502995 ac_cv_prog_cc_c89=no
29532998 /* end confdefs.h. */
29542999 #include <stdarg.h>
29553000 #include <stdio.h>
2956 #include <sys/types.h>
2957 #include <sys/stat.h>
3001 struct stat;
29583002 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
29593003 struct buf { int x; };
29603004 FILE * (*rcsopen) (struct buf *, struct stat *, int);
31053149
31063150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
31073151 $as_echo_n "checking dependency style of $depcc... " >&6; }
3108 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3152 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
31093153 $as_echo_n "(cached) " >&6
31103154 else
31113155 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
33013345 :end' >>confcache
33023346 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
33033347 if test -w "$cache_file"; then
3304 test "x$cache_file" != "x/dev/null" &&
3348 if test "x$cache_file" != "x/dev/null"; then
33053349 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
33063350 $as_echo "$as_me: updating cache $cache_file" >&6;}
3307 cat confcache >$cache_file
3351 if test ! -f "$cache_file" || test -h "$cache_file"; then
3352 cat confcache >"$cache_file"
3353 else
3354 case $cache_file in #(
3355 */* | ?:*)
3356 mv -f confcache "$cache_file"$$ &&
3357 mv -f "$cache_file"$$ "$cache_file" ;; #(
3358 *)
3359 mv -f confcache "$cache_file" ;;
3360 esac
3361 fi
3362 fi
33083363 else
33093364 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
33103365 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
33203375
33213376 ac_libobjs=
33223377 ac_ltlibobjs=
3378 U=
33233379 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
33243380 # 1. Remove the extension, and $U if already installed.
33253381 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
33433399 fi
33443400
33453401 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
3346 as_fn_error "conditional \"AMDEP\" was never defined.
3402 as_fn_error $? "conditional \"AMDEP\" was never defined.
33473403 Usually this means the macro was only invoked conditionally." "$LINENO" 5
33483404 fi
33493405 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
3350 as_fn_error "conditional \"am__fastdepCC\" was never defined.
3406 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
33513407 Usually this means the macro was only invoked conditionally." "$LINENO" 5
33523408 fi
33533409
3354 : ${CONFIG_STATUS=./config.status}
3410 : "${CONFIG_STATUS=./config.status}"
33553411 ac_write_fail=0
33563412 ac_clean_files_save=$ac_clean_files
33573413 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
34523508 IFS=" "" $as_nl"
34533509
34543510 # Find who we are. Look in the path if we contain no directory separator.
3511 as_myself=
34553512 case $0 in #((
34563513 *[\\/]* ) as_myself=$0 ;;
34573514 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34973554 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
34983555
34993556
3500 # as_fn_error ERROR [LINENO LOG_FD]
3501 # ---------------------------------
3557 # as_fn_error STATUS ERROR [LINENO LOG_FD]
3558 # ----------------------------------------
35023559 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
35033560 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
3504 # script with status $?, using 1 if that was 0.
3561 # script with STATUS, using 1 if that was 0.
35053562 as_fn_error ()
35063563 {
3507 as_status=$?; test $as_status -eq 0 && as_status=1
3508 if test "$3"; then
3509 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3510 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
3564 as_status=$1; test $as_status -eq 0 && as_status=1
3565 if test "$4"; then
3566 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3567 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
35113568 fi
3512 $as_echo "$as_me: error: $1" >&2
3569 $as_echo "$as_me: error: $2" >&2
35133570 as_fn_exit $as_status
35143571 } # as_fn_error
35153572
36473704 # ... but there are two gotchas:
36483705 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
36493706 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3650 # In both cases, we have to default to `cp -p'.
3707 # In both cases, we have to default to `cp -pR'.
36513708 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3652 as_ln_s='cp -p'
3709 as_ln_s='cp -pR'
36533710 elif ln conf$$.file conf$$ 2>/dev/null; then
36543711 as_ln_s=ln
36553712 else
3656 as_ln_s='cp -p'
3713 as_ln_s='cp -pR'
36573714 fi
36583715 else
3659 as_ln_s='cp -p'
3716 as_ln_s='cp -pR'
36603717 fi
36613718 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
36623719 rmdir conf$$.dir 2>/dev/null
37053762 test -d "$as_dir" && break
37063763 done
37073764 test -z "$as_dirs" || eval "mkdir $as_dirs"
3708 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
3765 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
37093766
37103767
37113768 } # as_fn_mkdir_p
37163773 as_mkdir_p=false
37173774 fi
37183775
3719 if test -x / >/dev/null 2>&1; then
3720 as_test_x='test -x'
3721 else
3722 if ls -dL / >/dev/null 2>&1; then
3723 as_ls_L_option=L
3724 else
3725 as_ls_L_option=
3726 fi
3727 as_test_x='
3728 eval sh -c '\''
3729 if test -d "$1"; then
3730 test -d "$1/.";
3731 else
3732 case $1 in #(
3733 -*)set "./$1";;
3734 esac;
3735 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
3736 ???[sx]*):;;*)false;;esac;fi
3737 '\'' sh
3738 '
3739 fi
3740 as_executable_p=$as_test_x
3776
3777 # as_fn_executable_p FILE
3778 # -----------------------
3779 # Test if FILE is an executable regular file.
3780 as_fn_executable_p ()
3781 {
3782 test -f "$1" && test -x "$1"
3783 } # as_fn_executable_p
3784 as_test_x='test -x'
3785 as_executable_p=as_fn_executable_p
37413786
37423787 # Sed expression to map a string onto a valid CPP name.
37433788 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
37593804 # values after options handling.
37603805 ac_log="
37613806 This file was extended by tayga $as_me 0.9.2, which was
3762 generated by GNU Autoconf 2.65. Invocation command line was
3807 generated by GNU Autoconf 2.69. Invocation command line was
37633808
37643809 CONFIG_FILES = $CONFIG_FILES
37653810 CONFIG_HEADERS = $CONFIG_HEADERS
38253870 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
38263871 ac_cs_version="\\
38273872 tayga config.status 0.9.2
3828 configured by $0, generated by GNU Autoconf 2.65,
3873 configured by $0, generated by GNU Autoconf 2.69,
38293874 with options \\"\$ac_cs_config\\"
38303875
3831 Copyright (C) 2009 Free Software Foundation, Inc.
3876 Copyright (C) 2012 Free Software Foundation, Inc.
38323877 This config.status script is free software; the Free Software Foundation
38333878 gives unlimited permission to copy, distribute and modify it."
38343879
38463891 while test $# != 0
38473892 do
38483893 case $1 in
3849 --*=*)
3894 --*=?*)
38503895 ac_option=`expr "X$1" : 'X\([^=]*\)='`
38513896 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
3897 ac_shift=:
3898 ;;
3899 --*=)
3900 ac_option=`expr "X$1" : 'X\([^=]*\)='`
3901 ac_optarg=
38523902 ac_shift=:
38533903 ;;
38543904 *)
38723922 $ac_shift
38733923 case $ac_optarg in
38743924 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
3925 '') as_fn_error $? "missing file argument" ;;
38753926 esac
38763927 as_fn_append CONFIG_FILES " '$ac_optarg'"
38773928 ac_need_defaults=false;;
38843935 ac_need_defaults=false;;
38853936 --he | --h)
38863937 # Conflict between --help and --header
3887 as_fn_error "ambiguous option: \`$1'
3938 as_fn_error $? "ambiguous option: \`$1'
38883939 Try \`$0 --help' for more information.";;
38893940 --help | --hel | -h )
38903941 $as_echo "$ac_cs_usage"; exit ;;
38933944 ac_cs_silent=: ;;
38943945
38953946 # This is an error.
3896 -*) as_fn_error "unrecognized option: \`$1'
3947 -*) as_fn_error $? "unrecognized option: \`$1'
38973948 Try \`$0 --help' for more information." ;;
38983949
38993950 *) as_fn_append ac_config_targets " $1"
39133964 _ACEOF
39143965 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
39153966 if \$ac_cs_recheck; then
3916 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3967 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
39173968 shift
39183969 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
39193970 CONFIG_SHELL='$SHELL'
39514002 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
39524003 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
39534004
3954 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
4005 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
39554006 esac
39564007 done
39574008
39744025 # after its creation but before its name has been assigned to `$tmp'.
39754026 $debug ||
39764027 {
3977 tmp=
4028 tmp= ac_tmp=
39784029 trap 'exit_status=$?
3979 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
4030 : "${ac_tmp:=$tmp}"
4031 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
39804032 ' 0
39814033 trap 'as_fn_exit 1' 1 2 13 15
39824034 }
39844036
39854037 {
39864038 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
3987 test -n "$tmp" && test -d "$tmp"
4039 test -d "$tmp"
39884040 } ||
39894041 {
39904042 tmp=./conf$$-$RANDOM
39914043 (umask 077 && mkdir "$tmp")
3992 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
4044 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
4045 ac_tmp=$tmp
39934046
39944047 # Set up the scripts for CONFIG_FILES section.
39954048 # No need to generate them if there are no CONFIG_FILES.
40064059 fi
40074060 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
40084061 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
4009 ac_cs_awk_cr='\r'
4062 ac_cs_awk_cr='\\r'
40104063 else
40114064 ac_cs_awk_cr=$ac_cr
40124065 fi
40134066
4014 echo 'BEGIN {' >"$tmp/subs1.awk" &&
4067 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
40154068 _ACEOF
40164069
40174070
40204073 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
40214074 echo "_ACEOF"
40224075 } >conf$$subs.sh ||
4023 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
4024 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
4076 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4077 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
40254078 ac_delim='%!_!# '
40264079 for ac_last_try in false false false false false :; do
40274080 . ./conf$$subs.sh ||
4028 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
4081 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
40294082
40304083 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
40314084 if test $ac_delim_n = $ac_delim_num; then
40324085 break
40334086 elif $ac_last_try; then
4034 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
4087 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
40354088 else
40364089 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
40374090 fi
40394092 rm -f conf$$subs.sh
40404093
40414094 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4042 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
4095 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
40434096 _ACEOF
40444097 sed -n '
40454098 h
40874140 rm -f conf$$subs.awk
40884141 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
40894142 _ACAWK
4090 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
4143 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
40914144 for (key in S) S_is_set[key] = 1
40924145 FS = ""
40934146
41194172 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
41204173 else
41214174 cat
4122 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
4123 || as_fn_error "could not setup config files machinery" "$LINENO" 5
4175 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
4176 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
41244177 _ACEOF
41254178
4126 # VPATH may cause trouble with some makes, so we remove $(srcdir),
4127 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
4179 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
4180 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
41284181 # trailing colons and then remove the whole line if VPATH becomes empty
41294182 # (actually we leave an empty line to preserve line numbers).
41304183 if test "x$srcdir" = x.; then
4131 ac_vpsub='/^[ ]*VPATH[ ]*=/{
4132 s/:*\$(srcdir):*/:/
4133 s/:*\${srcdir}:*/:/
4134 s/:*@srcdir@:*/:/
4135 s/^\([^=]*=[ ]*\):*/\1/
4184 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
4185 h
4186 s///
4187 s/^/:/
4188 s/[ ]*$/:/
4189 s/:\$(srcdir):/:/g
4190 s/:\${srcdir}:/:/g
4191 s/:@srcdir@:/:/g
4192 s/^:*//
41364193 s/:*$//
4194 x
4195 s/\(=[ ]*\).*/\1/
4196 G
4197 s/\n//
41374198 s/^[^=]*=[ ]*$//
41384199 }'
41394200 fi
41454206 # No need to generate them if there are no CONFIG_HEADERS.
41464207 # This happens for instance with `./config.status Makefile'.
41474208 if test -n "$CONFIG_HEADERS"; then
4148 cat >"$tmp/defines.awk" <<\_ACAWK ||
4209 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
41494210 BEGIN {
41504211 _ACEOF
41514212
41574218 # handling of long lines.
41584219 ac_delim='%!_!# '
41594220 for ac_last_try in false false :; do
4160 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
4161 if test -z "$ac_t"; then
4221 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
4222 if test -z "$ac_tt"; then
41624223 break
41634224 elif $ac_last_try; then
4164 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
4225 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
41654226 else
41664227 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
41674228 fi
42464307 _ACAWK
42474308 _ACEOF
42484309 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4249 as_fn_error "could not setup config headers machinery" "$LINENO" 5
4310 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
42504311 fi # test -n "$CONFIG_HEADERS"
42514312
42524313
42594320 esac
42604321 case $ac_mode$ac_tag in
42614322 :[FHL]*:*);;
4262 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
4323 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
42634324 :[FH]-) ac_tag=-:-;;
42644325 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
42654326 esac
42784339 for ac_f
42794340 do
42804341 case $ac_f in
4281 -) ac_f="$tmp/stdin";;
4342 -) ac_f="$ac_tmp/stdin";;
42824343 *) # Look for the file first in the build tree, then in the source tree
42834344 # (if the path is not absolute). The absolute path cannot be DOS-style,
42844345 # because $ac_f cannot contain `:'.
42874348 [\\/$]*) false;;
42884349 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
42894350 esac ||
4290 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
4351 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
42914352 esac
42924353 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
42934354 as_fn_append ac_file_inputs " '$ac_f'"
43134374 esac
43144375
43154376 case $ac_tag in
4316 *:-:* | *:-) cat >"$tmp/stdin" \
4317 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
4377 *:-:* | *:-) cat >"$ac_tmp/stdin" \
4378 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
43184379 esac
43194380 ;;
43204381 esac
44504511 s&@MKDIR_P@&$ac_MKDIR_P&;t t
44514512 $ac_datarootdir_hack
44524513 "
4453 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
4454 || as_fn_error "could not create $ac_file" "$LINENO" 5
4514 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
4515 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
44554516
44564517 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
4457 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
4458 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
4518 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
4519 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
4520 "$ac_tmp/out"`; test -z "$ac_out"; } &&
44594521 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4460 which seems to be undefined. Please make sure it is defined." >&5
4522 which seems to be undefined. Please make sure it is defined" >&5
44614523 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4462 which seems to be undefined. Please make sure it is defined." >&2;}
4463
4464 rm -f "$tmp/stdin"
4524 which seems to be undefined. Please make sure it is defined" >&2;}
4525
4526 rm -f "$ac_tmp/stdin"
44654527 case $ac_file in
4466 -) cat "$tmp/out" && rm -f "$tmp/out";;
4467 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
4528 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
4529 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
44684530 esac \
4469 || as_fn_error "could not create $ac_file" "$LINENO" 5
4531 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
44704532 ;;
44714533 :H)
44724534 #
44754537 if test x"$ac_file" != x-; then
44764538 {
44774539 $as_echo "/* $configure_input */" \
4478 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
4479 } >"$tmp/config.h" \
4480 || as_fn_error "could not create $ac_file" "$LINENO" 5
4481 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
4540 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
4541 } >"$ac_tmp/config.h" \
4542 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
4543 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
44824544 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
44834545 $as_echo "$as_me: $ac_file is unchanged" >&6;}
44844546 else
44854547 rm -f "$ac_file"
4486 mv "$tmp/config.h" "$ac_file" \
4487 || as_fn_error "could not create $ac_file" "$LINENO" 5
4548 mv "$ac_tmp/config.h" "$ac_file" \
4549 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
44884550 fi
44894551 else
44904552 $as_echo "/* $configure_input */" \
4491 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
4492 || as_fn_error "could not create -" "$LINENO" 5
4553 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
4554 || as_fn_error $? "could not create -" "$LINENO" 5
44934555 fi
44944556 # Compute "$ac_file"'s index in $config_headers.
44954557 _am_arg="$ac_file"
46394701 ac_clean_files=$ac_clean_files_save
46404702
46414703 test $ac_write_fail = 0 ||
4642 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
4704 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
46434705
46444706
46454707 # configure is writing to config.log, and then calls config.status.
46604722 exec 5>>config.log
46614723 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
46624724 # would make configure fail if this is the last instruction.
4663 $ac_cs_success || as_fn_exit $?
4725 $ac_cs_success || as_fn_exit 1
46644726 fi
46654727 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
46664728 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5