2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for package-unused version-unused.
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
15 # Be more Bourne compatible
16 DUALCASE
=1; export DUALCASE
# for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
25 case `(set -o) 2>/dev/null` in #(
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
46 as_echo_n='print
-rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
53 as_echo_n='/usr
/ucb
/echo -n'
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
66 as_echo_n='sh
-c $as_echo_n_body as_echo
'
69 as_echo='sh
-c $as_echo_body as_echo
'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
75 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
89 # Find who we are. Look in the path if we contain no directory separator.
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x
; then
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var
in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\
${$as_var+set} = xset \
120 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
133 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x
"${_as_can_reexec}" != xno
&& test "x$CONFIG_SHELL" != x
; then
138 _as_can_reexec
=no
; export _as_can_reexec
;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
145 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
147 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec
=; unset _as_can_reexec
;}
160 if test "x$CONFIG_SHELL" = x
; then
161 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169 case \`(set -o) 2>/dev/null\` in #(
177 as_required
="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191 exitcode=1; echo positional parameters were not saved.
193 test x\$exitcode = x0 || exit 1
195 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
199 if (eval "$as_required") 2>/dev
/null
; then :
204 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
207 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
209 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
212 test -z "$as_dir" && as_dir
=.
216 for as_base
in sh bash ksh sh5
; do
217 # Try only shells that exist, to save several forks.
218 as_shell
=$as_dir/$as_base
219 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
220 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
221 CONFIG_SHELL
=$as_shell as_have_required
=yes
222 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
230 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
231 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
232 CONFIG_SHELL
=$SHELL as_have_required
=yes
237 if test "x$CONFIG_SHELL" != x
; then :
239 # We cannot yet assume a decent shell, so we have to provide a
240 # neutralization value for shells without unset; and this also
241 # works around shells that cannot unset nonexistent variables.
242 # Preserve -v and -x to the replacement shell.
245 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
247 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
252 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
253 # Admittedly, this is quite paranoid, since all the known shells bail
254 # out after a failed `exec'.
255 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
259 if test x
$as_have_required = xno
; then :
260 $as_echo "$0: This script requires a shell more modern than all"
261 $as_echo "$0: the shells that I found on your system."
262 if test x
${ZSH_VERSION+set} = xset
; then
263 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
264 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
266 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
267 $0: including any error possibly output before this
268 $0: message. Then install a modern shell, or manually run
269 $0: the script under such a shell if you do have one."
275 SHELL
=${CONFIG_SHELL-/bin/sh}
277 # Unset more variables known to interfere with behavior of common tools.
278 CLICOLOR_FORCE
= GREP_OPTIONS
=
279 unset CLICOLOR_FORCE GREP_OPTIONS
281 ## --------------------- ##
282 ## M4sh Shell Functions. ##
283 ## --------------------- ##
286 # Portably unset VAR.
289 { eval $1=; unset $1;}
293 # as_fn_set_status STATUS
294 # -----------------------
295 # Set $? to STATUS, without forking.
303 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313 # Create "$as_dir" as a directory, including parents if necessary.
318 -*) as_dir
=.
/$as_dir;;
320 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
324 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
327 as_dirs
="'$as_qdir' $as_dirs"
328 as_dir
=`$as_dirname -- "$as_dir" ||
329 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
330 X"$as_dir" : 'X\(//\)[^/]' \| \
331 X"$as_dir" : 'X\(//\)$' \| \
332 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
333 $as_echo X"$as_dir" |
334 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
351 test -d "$as_dir" && break
353 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
354 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
359 # as_fn_executable_p FILE
360 # -----------------------
361 # Test if FILE is an executable regular file.
362 as_fn_executable_p
()
364 test -f "$1" && test -x "$1"
365 } # as_fn_executable_p
366 # as_fn_append VAR VALUE
367 # ----------------------
368 # Append the text in VALUE to the end of the definition contained in VAR. Take
369 # advantage of any shell optimizations that allow amortized linear growth over
370 # repeated appends, instead of the typical quadratic growth present in naive
372 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
373 eval 'as_fn_append ()
386 # Perform arithmetic evaluation on the ARGs, and store the result in the
387 # global $as_val. Take advantage of shells that can avoid forks. The arguments
388 # must be portable across $(()) and expr.
389 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
397 as_val
=`expr "$@" || test $? -eq 1`
402 # as_fn_error STATUS ERROR [LINENO LOG_FD]
403 # ----------------------------------------
404 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
405 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
406 # script with STATUS, using 1 if that was 0.
409 as_status
=$1; test $as_status -eq 0 && as_status
=1
411 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
412 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
414 $as_echo "$as_me: error: $2" >&2
415 as_fn_exit
$as_status
418 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
419 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
425 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
431 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
437 as_me
=`$as_basename -- "$0" ||
438 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
439 X"$0" : 'X\(//\)$' \| \
440 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
442 sed '/^.*\/\([^/][^/]*\)\/*$/{
456 # Avoid depending upon Character Ranges.
457 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
458 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
459 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
460 as_cr_digits
='0123456789'
461 as_cr_alnum
=$as_cr_Letters$as_cr_digits
464 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
465 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
466 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
467 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
468 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
480 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
484 chmod +x
"$as_me.lineno" ||
485 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
487 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
488 # already done that, so ensure we don't try to do so again and fall
489 # in an infinite loop. This has already happened in practice.
490 _as_can_reexec
=no
; export _as_can_reexec
491 # Don't try to exec as it changes $[0], causing all sort of problems
492 # (the dirname of $[0] is not the place where we might find the
493 # original and so on. Autoconf is especially sensitive to this).
495 # Exit status is that of the last command.
499 ECHO_C
= ECHO_N
= ECHO_T
=
500 case `echo -n x` in #(((((
502 case `echo 'xy\c'` in
503 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
505 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
512 rm -f conf$$ conf$$.exe conf$$.
file
513 if test -d conf$$.dir
; then
514 rm -f conf$$.dir
/conf$$.
file
517 mkdir conf$$.dir
2>/dev
/null
519 if (echo >conf$$.
file) 2>/dev
/null
; then
520 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
522 # ... but there are two gotchas:
523 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
524 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
525 # In both cases, we have to default to `cp -pR'.
526 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
528 elif ln conf$$.
file conf$$
2>/dev
/null
; then
536 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
537 rmdir conf$$.dir
2>/dev
/null
539 if mkdir
-p .
2>/dev
/null
; then
540 as_mkdir_p
='mkdir -p "$as_dir"'
542 test -d .
/-p && rmdir .
/-p
547 as_executable_p
=as_fn_executable_p
549 # Sed expression to map a string onto a valid CPP name.
550 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
552 # Sed expression to map a string onto a valid variable name.
553 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
556 test -n "$DJDIR" ||
exec 7<&0 </dev
/null
560 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
561 # so uname gets run too.
562 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
567 ac_default_prefix
=/usr
/local
569 ac_config_libobj_dir
=.
576 # Identity of this package.
577 PACKAGE_NAME
='package-unused'
578 PACKAGE_TARNAME
='gotools'
579 PACKAGE_VERSION
='version-unused'
580 PACKAGE_STRING
='package-unused version-unused'
584 ac_unique_file
="Makefile.am"
585 ac_subst_vars
='am__EXEEXT_FALSE
614 MAINTAINER_MODE_FALSE
628 INSTALL_STRIP_PROGRAM
685 program_transform_name
698 enable_option_checking
700 enable_maintainer_mode
701 enable_dependency_tracking
703 ac_precious_vars
='build_alias
715 # Initialize some variables set by options.
717 ac_init_version
=false
718 ac_unrecognized_opts
=
720 # The variables have the same names as the options, with
721 # dashes changed to underlines.
729 program_transform_name
=s
,x
,x
,
737 # Installation directory options.
738 # These are left unexpanded so users can "make install exec_prefix=/foo"
739 # and all the variables that are supposed to be based on exec_prefix
740 # by default will actually change.
741 # Use braces instead of parens because sh, perl, etc. also accept them.
742 # (The list follows the same order as the GNU Coding Standards.)
743 bindir
='${exec_prefix}/bin'
744 sbindir
='${exec_prefix}/sbin'
745 libexecdir
='${exec_prefix}/libexec'
746 datarootdir
='${prefix}/share'
747 datadir
='${datarootdir}'
748 sysconfdir
='${prefix}/etc'
749 sharedstatedir
='${prefix}/com'
750 localstatedir
='${prefix}/var'
751 includedir
='${prefix}/include'
752 oldincludedir
='/usr/include'
753 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
754 infodir
='${datarootdir}/info'
759 libdir
='${exec_prefix}/lib'
760 localedir
='${datarootdir}/locale'
761 mandir
='${datarootdir}/man'
767 # If the previous option needs an argument, assign it.
768 if test -n "$ac_prev"; then
769 eval $ac_prev=\
$ac_option
775 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
780 # Accept the important Cygnus configure options, so we can diagnose typos.
782 case $ac_dashdash$ac_option in
786 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
788 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
791 -build |
--build |
--buil |
--bui |
--bu)
792 ac_prev
=build_alias
;;
793 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
794 build_alias
=$ac_optarg ;;
796 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
797 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
798 ac_prev
=cache_file
;;
799 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
800 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
801 cache_file
=$ac_optarg ;;
804 cache_file
=config.cache
;;
806 -datadir |
--datadir |
--datadi |
--datad)
808 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
809 datadir
=$ac_optarg ;;
811 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
812 |
--dataroo |
--dataro |
--datar)
813 ac_prev
=datarootdir
;;
814 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
815 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
816 datarootdir
=$ac_optarg ;;
818 -disable-* |
--disable-*)
819 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
820 # Reject names that are not valid shell variable names.
821 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
822 as_fn_error $?
"invalid feature name: $ac_useropt"
823 ac_useropt_orig
=$ac_useropt
824 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
825 case $ac_user_opts in
829 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
830 ac_unrecognized_sep
=', ';;
832 eval enable_
$ac_useropt=no
;;
834 -docdir |
--docdir |
--docdi |
--doc |
--do)
836 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
839 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
841 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
844 -enable-* |
--enable-*)
845 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
846 # Reject names that are not valid shell variable names.
847 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
848 as_fn_error $?
"invalid feature name: $ac_useropt"
849 ac_useropt_orig
=$ac_useropt
850 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
851 case $ac_user_opts in
855 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
856 ac_unrecognized_sep
=', ';;
858 eval enable_
$ac_useropt=\
$ac_optarg ;;
860 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
861 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
862 |
--exec |
--exe |
--ex)
863 ac_prev
=exec_prefix
;;
864 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
865 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
866 |
--exec=* |
--exe=* |
--ex=*)
867 exec_prefix
=$ac_optarg ;;
869 -gas |
--gas |
--ga |
--g)
870 # Obsolete; use --with-gas.
873 -help |
--help |
--hel |
--he |
-h)
875 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
876 ac_init_help
=recursive
;;
877 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
878 ac_init_help
=short
;;
880 -host |
--host |
--hos |
--ho)
881 ac_prev
=host_alias
;;
882 -host=* |
--host=* |
--hos=* |
--ho=*)
883 host_alias
=$ac_optarg ;;
885 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
887 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
889 htmldir
=$ac_optarg ;;
891 -includedir |
--includedir |
--includedi |
--included |
--include \
892 |
--includ |
--inclu |
--incl |
--inc)
893 ac_prev
=includedir
;;
894 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
895 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
896 includedir
=$ac_optarg ;;
898 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
900 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
901 infodir
=$ac_optarg ;;
903 -libdir |
--libdir |
--libdi |
--libd)
905 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
908 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
909 |
--libexe |
--libex |
--libe)
910 ac_prev
=libexecdir
;;
911 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
912 |
--libexe=* |
--libex=* |
--libe=*)
913 libexecdir
=$ac_optarg ;;
915 -localedir |
--localedir |
--localedi |
--localed |
--locale)
917 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
918 localedir
=$ac_optarg ;;
920 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
921 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
922 ac_prev
=localstatedir
;;
923 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
924 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
925 localstatedir
=$ac_optarg ;;
927 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
929 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
933 # Obsolete; use --without-fp.
936 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
937 |
--no-cr |
--no-c |
-n)
940 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
941 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
944 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
945 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
946 |
--oldin |
--oldi |
--old |
--ol |
--o)
947 ac_prev
=oldincludedir
;;
948 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
949 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
950 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
951 oldincludedir
=$ac_optarg ;;
953 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
955 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
958 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
959 |
--program-pre |
--program-pr |
--program-p)
960 ac_prev
=program_prefix
;;
961 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
962 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
963 program_prefix
=$ac_optarg ;;
965 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
966 |
--program-suf |
--program-su |
--program-s)
967 ac_prev
=program_suffix
;;
968 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
969 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
970 program_suffix
=$ac_optarg ;;
972 -program-transform-name |
--program-transform-name \
973 |
--program-transform-nam |
--program-transform-na \
974 |
--program-transform-n |
--program-transform- \
975 |
--program-transform |
--program-transfor \
976 |
--program-transfo |
--program-transf \
977 |
--program-trans |
--program-tran \
978 |
--progr-tra |
--program-tr |
--program-t)
979 ac_prev
=program_transform_name
;;
980 -program-transform-name=* |
--program-transform-name=* \
981 |
--program-transform-nam=* |
--program-transform-na=* \
982 |
--program-transform-n=* |
--program-transform-=* \
983 |
--program-transform=* |
--program-transfor=* \
984 |
--program-transfo=* |
--program-transf=* \
985 |
--program-trans=* |
--program-tran=* \
986 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
987 program_transform_name
=$ac_optarg ;;
989 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
991 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
994 -psdir |
--psdir |
--psdi |
--psd |
--ps)
996 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
999 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1000 |
-silent |
--silent |
--silen |
--sile |
--sil)
1003 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1005 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1007 sbindir
=$ac_optarg ;;
1009 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1010 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1011 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1013 ac_prev
=sharedstatedir
;;
1014 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1015 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1016 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1018 sharedstatedir
=$ac_optarg ;;
1020 -site |
--site |
--sit)
1022 -site=* |
--site=* |
--sit=*)
1025 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1027 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1028 srcdir
=$ac_optarg ;;
1030 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1031 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1032 ac_prev
=sysconfdir
;;
1033 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1034 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1035 sysconfdir
=$ac_optarg ;;
1037 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1038 ac_prev
=target_alias
;;
1039 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1040 target_alias
=$ac_optarg ;;
1042 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1045 -version |
--version |
--versio |
--versi |
--vers |
-V)
1046 ac_init_version
=: ;;
1049 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1050 # Reject names that are not valid shell variable names.
1051 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1052 as_fn_error $?
"invalid package name: $ac_useropt"
1053 ac_useropt_orig
=$ac_useropt
1054 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1055 case $ac_user_opts in
1059 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1060 ac_unrecognized_sep
=', ';;
1062 eval with_
$ac_useropt=\
$ac_optarg ;;
1064 -without-* |
--without-*)
1065 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1066 # Reject names that are not valid shell variable names.
1067 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1068 as_fn_error $?
"invalid package name: $ac_useropt"
1069 ac_useropt_orig
=$ac_useropt
1070 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1071 case $ac_user_opts in
1075 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1076 ac_unrecognized_sep
=', ';;
1078 eval with_
$ac_useropt=no
;;
1081 # Obsolete; use --with-x.
1084 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1085 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1086 ac_prev
=x_includes
;;
1087 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1088 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1089 x_includes
=$ac_optarg ;;
1091 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1092 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1093 ac_prev
=x_libraries
;;
1094 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1095 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1096 x_libraries
=$ac_optarg ;;
1098 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1099 Try \`$0 --help' for more information"
1103 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1104 # Reject names that are not valid shell variable names.
1105 case $ac_envvar in #(
1106 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1107 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1109 eval $ac_envvar=\
$ac_optarg
1110 export $ac_envvar ;;
1113 # FIXME: should be removed in autoconf 3.0.
1114 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1115 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1116 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1117 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1123 if test -n "$ac_prev"; then
1124 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1125 as_fn_error $?
"missing argument to $ac_option"
1128 if test -n "$ac_unrecognized_opts"; then
1129 case $enable_option_checking in
1131 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1132 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1136 # Check all directory arguments for consistency.
1137 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1138 datadir sysconfdir sharedstatedir localstatedir includedir \
1139 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1140 libdir localedir mandir
1142 eval ac_val
=\$
$ac_var
1143 # Remove trailing slashes.
1146 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1147 eval $ac_var=\
$ac_val;;
1149 # Be sure to have absolute directory names.
1151 [\\/$
]* | ?
:[\\/]* ) continue;;
1152 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1154 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1157 # There might be people who depend on the old broken behavior: `$host'
1158 # used to hold the argument of --host etc.
1159 # FIXME: To remove some day.
1162 target
=$target_alias
1164 # FIXME: To remove some day.
1165 if test "x$host_alias" != x
; then
1166 if test "x$build_alias" = x
; then
1167 cross_compiling
=maybe
1168 elif test "x$build_alias" != "x$host_alias"; then
1174 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1176 test "$silent" = yes && exec 6>/dev
/null
1179 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1180 ac_ls_di
=`ls -di .` &&
1181 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1182 as_fn_error $?
"working directory cannot be determined"
1183 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1184 as_fn_error $?
"pwd does not report name of working directory"
1187 # Find the source files, if location was not specified.
1188 if test -z "$srcdir"; then
1189 ac_srcdir_defaulted
=yes
1190 # Try the directory containing this script, then the parent directory.
1191 ac_confdir
=`$as_dirname -- "$as_myself" ||
1192 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1193 X"$as_myself" : 'X\(//\)[^/]' \| \
1194 X"$as_myself" : 'X\(//\)$' \| \
1195 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1196 $as_echo X"$as_myself" |
1197 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1215 if test ! -r "$srcdir/$ac_unique_file"; then
1219 ac_srcdir_defaulted
=no
1221 if test ! -r "$srcdir/$ac_unique_file"; then
1222 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1223 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1225 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1227 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1229 # When building in place, set srcdir=.
1230 if test "$ac_abs_confdir" = "$ac_pwd"; then
1233 # Remove unnecessary trailing slashes from srcdir.
1234 # Double slashes in file names in object file debugging info
1235 # mess up M-x gdb in Emacs.
1237 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1239 for ac_var
in $ac_precious_vars; do
1240 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1241 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1242 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1243 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1247 # Report the --help message.
1249 if test "$ac_init_help" = "long"; then
1250 # Omit some internal or obsolete options to make the list less imposing.
1251 # This message is too long to be a string in the A/UX 3.1 sh.
1253 \`configure' configures package-unused version-unused to adapt to many kinds of systems.
1255 Usage: $0 [OPTION]... [VAR=VALUE]...
1257 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1258 VAR=VALUE. See below for descriptions of some of the useful variables.
1260 Defaults for the options are specified in brackets.
1263 -h, --help display this help and exit
1264 --help=short display options specific to this package
1265 --help=recursive display the short help of all the included packages
1266 -V, --version display version information and exit
1267 -q, --quiet, --silent do not print \`checking ...' messages
1268 --cache-file=FILE cache test results in FILE [disabled]
1269 -C, --config-cache alias for \`--cache-file=config.cache'
1270 -n, --no-create do not create output files
1271 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1273 Installation directories:
1274 --prefix=PREFIX install architecture-independent files in PREFIX
1275 [$ac_default_prefix]
1276 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1279 By default, \`make install' will install all the files in
1280 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1281 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1282 for instance \`--prefix=\$HOME'.
1284 For better control, use the options below.
1286 Fine tuning of the installation directories:
1287 --bindir=DIR user executables [EPREFIX/bin]
1288 --sbindir=DIR system admin executables [EPREFIX/sbin]
1289 --libexecdir=DIR program executables [EPREFIX/libexec]
1290 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1291 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1292 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1293 --libdir=DIR object code libraries [EPREFIX/lib]
1294 --includedir=DIR C header files [PREFIX/include]
1295 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1296 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1297 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1298 --infodir=DIR info documentation [DATAROOTDIR/info]
1299 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1300 --mandir=DIR man documentation [DATAROOTDIR/man]
1301 --docdir=DIR documentation root [DATAROOTDIR/doc/gotools]
1302 --htmldir=DIR html documentation [DOCDIR]
1303 --dvidir=DIR dvi documentation [DOCDIR]
1304 --pdfdir=DIR pdf documentation [DOCDIR]
1305 --psdir=DIR ps documentation [DOCDIR]
1311 --program-prefix=PREFIX prepend PREFIX to installed program names
1312 --program-suffix=SUFFIX append SUFFIX to installed program names
1313 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1316 --build=BUILD configure
for building on BUILD
[guessed
]
1317 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1318 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1322 if test -n "$ac_init_help"; then
1323 case $ac_init_help in
1324 short | recursive
) echo "Configuration of package-unused version-unused:";;
1329 --disable-option-checking ignore unrecognized
--enable/--with options
1330 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1331 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1332 --enable-silent-rules less verbose build output
(undo
: "make V=1")
1333 --disable-silent-rules verbose build output
(undo
: "make V=0")
1334 --enable-maintainer-mode
1335 enable make rules and dependencies not useful
(and
1336 sometimes confusing
) to the casual installer
1337 --enable-dependency-tracking
1338 do not reject slow dependency extractors
1339 --disable-dependency-tracking
1340 speeds up one-time build
1342 Some influential environment variables
:
1343 CC C compiler
command
1344 CFLAGS C compiler flags
1345 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1346 nonstandard directory
<lib dir
>
1347 LIBS libraries to pass to the linker
, e.g.
-l<library
>
1348 CPPFLAGS
(Objective
) C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if
1349 you have headers
in a nonstandard directory
<include dir
>
1350 GOC Go compiler
command
1351 GOFLAGS Go compiler flags
1353 Use these variables to override the choices made by
`configure' or to help
1354 it to find libraries and programs with nonstandard names/locations.
1356 Report bugs to the package provider.
1361 if test "$ac_init_help" = "recursive"; then
1362 # If there are subdirs, report their specific --help.
1363 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1364 test -d "$ac_dir" ||
1365 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1370 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1372 ac_dir_suffix=/`$as_echo "$ac_dir" |
sed 's|^\.[\\/]||'`
1373 # A ".." for each directory in $ac_dir_suffix.
1374 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" |
sed 's|/[^\\/]*|/..|g;s|/||'`
1375 case $ac_top_builddir_sub in
1376 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1377 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1380 ac_abs_top_builddir=$ac_pwd
1381 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1382 # for backward compatibility:
1383 ac_top_builddir=$ac_top_build_prefix
1386 .) # We are building in place.
1388 ac_top_srcdir=$ac_top_builddir_sub
1389 ac_abs_top_srcdir=$ac_pwd ;;
1390 [\\/]* | ?:[\\/]* ) # Absolute name.
1391 ac_srcdir=$srcdir$ac_dir_suffix;
1392 ac_top_srcdir=$srcdir
1393 ac_abs_top_srcdir=$srcdir ;;
1395 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1396 ac_top_srcdir=$ac_top_build_prefix$srcdir
1397 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1399 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1401 cd "$ac_dir" || { ac_status=$?; continue; }
1402 # Check for guested configure.
1403 if test -f "$ac_srcdir/configure.gnu"; then
1405 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1406 elif test -f "$ac_srcdir/configure"; then
1408 $SHELL "$ac_srcdir/configure" --help=recursive
1410 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1412 cd "$ac_pwd" || { ac_status=$?; break; }
1416 test -n "$ac_init_help" && exit $ac_status
1417 if $ac_init_version; then
1419 package-unused configure version-unused
1420 generated by GNU Autoconf 2.69
1422 Copyright (C) 2012 Free Software Foundation, Inc.
1423 This configure script is free software; the Free Software Foundation
1424 gives unlimited permission to copy, distribute and modify it.
1429 ## ------------------------ ##
1430 ## Autoconf initialization. ##
1431 ## ------------------------ ##
1433 # ac_fn_c_try_compile LINENO
1434 # --------------------------
1435 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1436 ac_fn_c_try_compile ()
1438 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1439 rm -f conftest.$ac_objext
1440 if { { ac_try="$ac_compile"
1442 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1443 *) ac_try_echo
=$ac_try;;
1445 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1446 $as_echo "$ac_try_echo"; } >&5
1447 (eval "$ac_compile") 2>conftest.err
1449 if test -s conftest.err
; then
1450 grep -v '^ *+' conftest.err
>conftest.er1
1451 cat conftest.er1
>&5
1452 mv -f conftest.er1 conftest.err
1454 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1455 test $ac_status = 0; } && {
1456 test -z "$ac_c_werror_flag" ||
1457 test ! -s conftest.err
1458 } && test -s conftest.
$ac_objext; then :
1461 $as_echo "$as_me: failed program was:" >&5
1462 sed 's/^/| /' conftest.
$ac_ext >&5
1466 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1467 as_fn_set_status
$ac_retval
1469 } # ac_fn_c_try_compile
1471 # ac_fn_c_try_link LINENO
1472 # -----------------------
1473 # Try to link conftest.$ac_ext, and return whether this succeeded.
1476 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1477 rm -f conftest.
$ac_objext conftest
$ac_exeext
1478 if { { ac_try
="$ac_link"
1480 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1481 *) ac_try_echo=$ac_try;;
1483 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1484 $as_echo "$ac_try_echo"; } >&5
1485 (eval "$ac_link") 2>conftest.err
1487 if test -s conftest.err; then
1488 grep -v '^ *+' conftest.err >conftest.er1
1489 cat conftest.er1 >&5
1490 mv -f conftest.er1 conftest.err
1492 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1493 test $ac_status = 0; } && {
1494 test -z "$ac_c_werror_flag" ||
1495 test ! -s conftest.err
1496 } && test -s conftest$ac_exeext && {
1497 test "$cross_compiling" = yes ||
1498 test -x conftest$ac_exeext
1502 $as_echo "$as_me: failed program was:" >&5
1503 sed 's/^/| /' conftest.$ac_ext >&5
1507 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1508 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1509 # interfere with the next link command; also delete a directory that is
1510 # left behind by Apple's compiler. We do this before executing the actions.
1511 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1512 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1513 as_fn_set_status $ac_retval
1515 } # ac_fn_c_try_link
1517 # ac_fn_c_check_func LINENO FUNC VAR
1518 # ----------------------------------
1519 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1520 ac_fn_c_check_func ()
1522 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1524 $as_echo_n "checking for $2... " >&6; }
1525 if eval \${$3+:} false; then :
1526 $as_echo_n "(cached) " >&6
1528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1529 /* end confdefs.h. */
1530 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1531 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1532 #define $2 innocuous_$2
1534 /* System header to define __stub macros and hopefully few prototypes,
1535 which can conflict with char $2 (); below.
1536 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1537 <limits.h> exists even on freestanding compilers. */
1540 # include <limits.h>
1542 # include <assert.h>
1547 /* Override any GCC internal prototype to avoid an error.
1548 Use char because int might match the return type of a GCC
1549 builtin and then its argument prototype would still apply. */
1554 /* The GNU C library defines this for functions which it implements
1555 to always fail with ENOSYS. Some functions are actually named
1556 something starting with __ and the normal name is an alias. */
1557 #if defined __stub_$2 || defined __stub___$2
1569 if ac_fn_c_try_link "$LINENO"; then :
1574 rm -f core conftest.err conftest.$ac_objext \
1575 conftest$ac_exeext conftest.$ac_ext
1578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1579 $as_echo "$ac_res" >&6; }
1580 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1582 } # ac_fn_c_check_func
1583 cat >config.log <<_ACEOF
1584 This file contains any messages produced by compilers while
1585 running configure, to aid debugging if configure makes a mistake.
1587 It was created by package-unused $as_me version-unused, which was
1588 generated by GNU Autoconf 2.69. Invocation command line was
1600 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
1601 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
1602 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
1603 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
1604 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
1606 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
1607 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
1609 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
1610 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
1611 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
1612 /usr/bin/hostinfo = `(/usr
/bin
/hostinfo
) 2>/dev
/null ||
echo unknown
`
1613 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
1614 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
1615 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
1619 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1623 test -z "$as_dir" && as_dir=.
1624 $as_echo "PATH: $as_dir"
1640 # Keep a trace of the command line.
1641 # Strip out --no-create and --no-recursion so they do not pile up.
1642 # Strip out --silent because we don't want to record it for future runs.
1643 # Also quote any args containing shell meta-characters.
1644 # Make two passes to allow for proper duplicate-argument suppression.
1648 ac_must_keep_next=false
1654 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1655 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1656 | -silent | --silent | --silen | --sile | --sil)
1659 ac_arg=`$as_echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
1662 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1664 as_fn_append ac_configure_args1 " '$ac_arg'"
1665 if test $ac_must_keep_next = true; then
1666 ac_must_keep_next=false # Got value, back to normal.
1669 *=* | --config-cache | -C | -disable-* | --disable-* \
1670 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1671 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1672 | -with-* | --with-* | -without-* | --without-* | --x)
1673 case "$ac_configure_args0 " in
1674 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1677 -* ) ac_must_keep_next=true ;;
1680 as_fn_append ac_configure_args " '$ac_arg'"
1685 { ac_configure_args0=; unset ac_configure_args0;}
1686 { ac_configure_args1=; unset ac_configure_args1;}
1688 # When interrupted or exit'd, cleanup temporary files, and complete
1689 # config.log. We remove comments because anyway the quotes in there
1690 # would cause problems or look ugly.
1691 # WARNING: Use '\'' to represent an apostrophe within the trap.
1692 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1693 trap 'exit_status=$?
1694 # Save into config.log some information that might help in debugging.
1698 $as_echo "## ---------------- ##
1699 ## Cache variables. ##
1700 ## ---------------- ##"
1702 # The following way of writing the cache mishandles newlines in values,
1704 for ac_var in `(set) 2>&1 |
sed -n '\''s
/^\
([a-zA-Z_
][a-zA-Z0-9_
]*\
)=.
*/\
1/p
'\''`; do
1705 eval ac_val=\$$ac_var
1709 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1710 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1713 _ | IFS | as_nl) ;; #(
1714 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1715 *) { eval $ac_var=; unset $ac_var;} ;;
1720 case $as_nl`(ac_space
='\'' '\''; set) 2>&1` in #(
1721 *${as_nl}ac_space=\ *)
1723 "s/'\''/'\''\\\\'\'''\''/g;
1724 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1727 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1734 $as_echo "## ----------------- ##
1735 ## Output variables. ##
1736 ## ----------------- ##"
1738 for ac_var in $ac_subst_vars
1740 eval ac_val=\$$ac_var
1742 *\'\''*) ac_val=`$as_echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1744 $as_echo "$ac_var='\''$ac_val'\''"
1748 if test -n "$ac_subst_files"; then
1749 $as_echo "## ------------------- ##
1750 ## File substitutions. ##
1751 ## ------------------- ##"
1753 for ac_var in $ac_subst_files
1755 eval ac_val=\$$ac_var
1757 *\'\''*) ac_val=`$as_echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1759 $as_echo "$ac_var='\''$ac_val'\''"
1764 if test -s confdefs.h; then
1765 $as_echo "## ----------- ##
1772 test "$ac_signal" != 0 &&
1773 $as_echo "$as_me: caught signal $ac_signal"
1774 $as_echo "$as_me: exit $exit_status"
1776 rm -f core *.core core.conftest.* &&
1777 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1780 for ac_signal in 1 2 13 15; do
1781 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1785 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1786 rm -f -r conftest* confdefs.h
1788 $as_echo "/* confdefs.h */" > confdefs.h
1790 # Predefined preprocessor variables.
1792 cat >>confdefs.h <<_ACEOF
1793 #define PACKAGE_NAME "$PACKAGE_NAME"
1796 cat >>confdefs.h <<_ACEOF
1797 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1800 cat >>confdefs.h <<_ACEOF
1801 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1804 cat >>confdefs.h <<_ACEOF
1805 #define PACKAGE_STRING "$PACKAGE_STRING"
1808 cat >>confdefs.h <<_ACEOF
1809 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1812 cat >>confdefs.h <<_ACEOF
1813 #define PACKAGE_URL "$PACKAGE_URL"
1817 # Let the site file select an alternate cache file if it wants to.
1818 # Prefer an explicitly selected file to automatically selected ones.
1821 if test -n "$CONFIG_SITE"; then
1822 # We do not want a PATH search for config.site.
1823 case $CONFIG_SITE in #((
1824 -*) ac_site_file1=./$CONFIG_SITE;;
1825 */*) ac_site_file1=$CONFIG_SITE;;
1826 *) ac_site_file1=./$CONFIG_SITE;;
1828 elif test "x$prefix" != xNONE; then
1829 ac_site_file1=$prefix/share/config.site
1830 ac_site_file2=$prefix/etc/config.site
1832 ac_site_file1=$ac_default_prefix/share/config.site
1833 ac_site_file2=$ac_default_prefix/etc/config.site
1835 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1837 test "x$ac_site_file" = xNONE && continue
1838 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1839 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1840 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1841 sed 's/^/| /' "$ac_site_file" >&5
1843 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1844 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1845 as_fn_error $? "failed to load site
script $ac_site_file
1846 See \
`config.log' for more details" "$LINENO" 5; }
1850 if test -r "$cache_file"; then
1851 # Some versions of bash will fail to source /dev/null (special files
1852 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
1853 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1854 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1855 $as_echo "$as_me: loading cache $cache_file" >&6;}
1857 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1858 *) . "./$cache_file";;
1862 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1863 $as_echo "$as_me: creating cache $cache_file" >&6;}
1867 # Check that the precious variables saved in the cache have kept the same
1869 ac_cache_corrupted=false
1870 for ac_var in $ac_precious_vars; do
1871 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1872 eval ac_new_set=\$ac_env_${ac_var}_set
1873 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1874 eval ac_new_val=\$ac_env_${ac_var}_value
1875 case $ac_old_set,$ac_new_set in
1877 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&5
1878 $as_echo "$as_me: error
: \
`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1879 ac_cache_corrupted=: ;;
1881 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not
set in the previous run
" >&5
1882 $as_echo "$as_me: error
: \
`$ac_var' was not set in the previous run" >&2;}
1883 ac_cache_corrupted=: ;;
1886 if test "x$ac_old_val" != "x$ac_new_val"; then
1887 # differences in whitespace do not lead to failure.
1888 ac_old_val_w=`echo x
$ac_old_val`
1889 ac_new_val_w=`echo x
$ac_new_val`
1890 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1891 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1892 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run
:" >&2;}
1893 ac_cache_corrupted=:
1895 { $as_echo "$as_me:${as_lineno-$LINENO}: warning
: ignoring whitespace changes
in \
`$ac_var' since the previous run:" >&5
1896 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1897 eval $ac_var=\$ac_old_val
1899 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
1900 $as_echo "$as_me: former value
: \
`$ac_old_val'" >&2;}
1901 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
1902 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1905 # Pass precious variables to config.status.
1906 if test "$ac_new_set" = set; then
1908 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s
/'/'\\\\\\\\''/g
"` ;;
1909 *) ac_arg=$ac_var=$ac_new_val ;;
1911 case " $ac_configure_args " in
1912 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1913 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1917 if $ac_cache_corrupted; then
1918 { $as_echo "$as_me:${as_lineno-$LINENO}: error
: in \
`$ac_pwd':" >&5
1919 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1920 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1921 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1922 as_fn_error $? "run \`make distclean' and
/or \
`rm $cache_file' and start over" "$LINENO" 5
1924 ## -------------------- ##
1925 ## Main body of script. ##
1926 ## -------------------- ##
1929 ac_cpp='$CPP $CPPFLAGS'
1930 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1931 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1932 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1940 # Determine the noncanonical names used for directories.
1942 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1943 if test -f "$ac_dir/install-sh"; then
1945 ac_install_sh="$ac_aux_dir/install-sh -c"
1947 elif test -f "$ac_dir/install.sh"; then
1949 ac_install_sh="$ac_aux_dir/install.sh -c"
1951 elif test -f "$ac_dir/shtool"; then
1953 ac_install_sh="$ac_aux_dir/shtool install -c"
1957 if test -z "$ac_aux_dir"; then
1958 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
1961 # These three variables are undocumented and unsupported,
1962 # and are intended to be withdrawn in a future Autoconf release.
1963 # They can cause serious problems if a builder's source tree is in a directory
1964 # whose full name contains unusual characters.
1965 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1966 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1967 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1970 # Make sure we can run config.sub.
1971 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
1972 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
1974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
1975 $as_echo_n "checking build system type... " >&6; }
1976 if ${ac_cv_build+:} false; then :
1977 $as_echo_n "(cached) " >&6
1979 ac_build_alias=$build_alias
1980 test "x$ac_build_alias" = x &&
1981 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
1982 test "x$ac_build_alias" = x &&
1983 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
1984 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
1985 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
1988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
1989 $as_echo "$ac_cv_build" >&6; }
1990 case $ac_cv_build in
1992 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
1995 ac_save_IFS=$IFS; IFS='-'
2001 # Remember, the first character of IFS is used to create $*,
2002 # except with old shells:
2005 case $build_os in *\ *) build_os=`echo "$build_os" |
sed 's/ /-/g'`;; esac
2008 case ${build_alias} in
2009 "") build_noncanonical=${build} ;;
2010 *) build_noncanonical=${build_alias} ;;
2015 case ${host_alias} in
2016 "") host_noncanonical=${build_noncanonical} ;;
2017 *) host_noncanonical=${host_alias} ;;
2022 case ${target_alias} in
2023 "") target_noncanonical=${host_noncanonical} ;;
2024 *) target_noncanonical=${target_alias} ;;
2030 test "$host_noncanonical" = "$target_noncanonical" &&
2031 test "$program_prefix$program_suffix$program_transform_name" = \
2033 program_transform_name=s,y,y,
2035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2036 $as_echo_n "checking host system type... " >&6; }
2037 if ${ac_cv_host+:} false; then :
2038 $as_echo_n "(cached) " >&6
2040 if test "x$host_alias" = x; then
2041 ac_cv_host=$ac_cv_build
2043 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2044 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2049 $as_echo "$ac_cv_host" >&6; }
2052 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2055 ac_save_IFS=$IFS; IFS='-'
2061 # Remember, the first character of IFS is used to create $*,
2062 # except with old shells:
2065 case $host_os in *\ *) host_os=`echo "$host_os" |
sed 's/ /-/g'`;; esac
2068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2069 $as_echo_n "checking target system type... " >&6; }
2070 if ${ac_cv_target+:} false; then :
2071 $as_echo_n "(cached) " >&6
2073 if test "x$target_alias" = x; then
2074 ac_cv_target=$ac_cv_host
2076 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2077 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2082 $as_echo "$ac_cv_target" >&6; }
2083 case $ac_cv_target in
2085 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2087 target=$ac_cv_target
2088 ac_save_IFS=$IFS; IFS='-'
2094 # Remember, the first character of IFS is used to create $*,
2095 # except with old shells:
2098 case $target_os in *\ *) target_os=`echo "$target_os" |
sed 's/ /-/g'`;; esac
2101 # The aliases save the names the user supplied, while $host etc.
2102 # will get canonicalized.
2103 test -n "$target_alias" &&
2104 test "$program_prefix$program_suffix$program_transform_name" = \
2106 program_prefix=${target_alias}-
2108 test "$program_prefix" != NONE &&
2109 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2110 # Use a double $ so make ignores it.
2111 test "$program_suffix" != NONE &&
2112 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2113 # Double any \ or $.
2114 # By default was `s
,x
,x
', remove it if useless.
2115 ac_script='s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//'
2116 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2119 am__api_version='1.15'
2121 # Find a good install program. We prefer a C program (faster),
2122 # so one script is as good as another. But avoid the broken or
2123 # incompatible versions:
2124 # SysV /etc/install, /usr/sbin/install
2125 # SunOS /usr/etc/install
2126 # IRIX /sbin/install
2128 # AmigaOS /C/install, which installs bootblocks on floppy discs
2129 # AIX 4 /usr/bin/installbsd, which doesn't work without a
-g flag
2130 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2131 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2132 # OS/2's system install, which has a completely different semantic
2133 # ./install, which can be erroneously created by make from ./install.sh.
2134 # Reject install programs that cannot install multiple files.
2135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2136 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2137 if test -z "$INSTALL"; then
2138 if ${ac_cv_path_install+:} false
; then :
2139 $as_echo_n "(cached) " >&6
2141 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2145 test -z "$as_dir" && as_dir
=.
2146 # Account for people who put trailing slashes in PATH elements.
2147 case $as_dir/ in #((
2148 .
/ | .
// |
/[cC
]/* | \
2149 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2150 ?
:[\\/]os2
[\\/]install[\\/]* | ?
:[\\/]OS2
[\\/]INSTALL
[\\/]* | \
2153 # OSF1 and SCO ODT 3.0 have their own names for install.
2154 # Don't use installbsd from OSF since it installs stuff as root
2156 for ac_prog
in ginstall scoinst
install; do
2157 for ac_exec_ext
in '' $ac_executable_extensions; do
2158 if as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext"; then
2159 if test $ac_prog = install &&
2160 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2161 # AIX install. It has an incompatible calling convention.
2163 elif test $ac_prog = install &&
2164 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2165 # program-specific install script used by HP pwplus--don't use.
2168 rm -rf conftest.one conftest.two conftest.dir
2169 echo one
> conftest.one
2170 echo two
> conftest.two
2172 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
2173 test -s conftest.one
&& test -s conftest.two
&&
2174 test -s conftest.dir
/conftest.one
&&
2175 test -s conftest.dir
/conftest.two
2177 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2190 rm -rf conftest.one conftest.two conftest.dir
2193 if test "${ac_cv_path_install+set}" = set; then
2194 INSTALL
=$ac_cv_path_install
2196 # As a last resort, use the slow shell script. Don't cache a
2197 # value for INSTALL within a source directory, because that will
2198 # break other packages using the cache if that directory is
2199 # removed, or if the value is a relative name.
2200 INSTALL
=$ac_install_sh
2203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2204 $as_echo "$INSTALL" >&6; }
2206 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2207 # It thinks the first close brace ends the variable substitution.
2208 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2210 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2212 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2215 $as_echo_n "checking whether build environment is sane... " >&6; }
2216 # Reject unsafe characters in $srcdir or the absolute working directory
2217 # name. Accept space and tab only in the latter.
2221 *[\\\"\
#\$\&\'\`$am_lf]*)
2222 as_fn_error $?
"unsafe absolute working directory name" "$LINENO" 5;;
2225 *[\\\"\
#\$\&\'\`$am_lf\ \ ]*)
2226 as_fn_error $?
"unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2229 # Do 'set' in a subshell so we don't clobber the current shell's
2230 # arguments. Must try -L first in case configure is actually a
2231 # symlink; some systems play weird games with the mod time of symlinks
2232 # (eg FreeBSD returns the mod time of the symlink's containing
2236 for am_try
in 1 2; do
2237 echo "timestamp, slept: $am_has_slept" > conftest.
file
2238 set X
`ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2239 if test "$*" = "X"; then
2241 set X
`ls -t "$srcdir/configure" conftest.file`
2243 if test "$*" != "X $srcdir/configure conftest.file" \
2244 && test "$*" != "X conftest.file $srcdir/configure"; then
2246 # If neither matched, then we have a broken ls. This can happen
2247 # if, for instance, CONFIG_SHELL is bash and it inherits a
2248 # broken ls alias from the environment. This has actually
2249 # happened. Such a system could not be considered "sane".
2250 as_fn_error $?
"ls -t appears to fail. Make sure there is not a broken
2251 alias in your environment" "$LINENO" 5
2253 if test "$2" = conftest.
file ||
test $am_try -eq 2; then
2260 test "$2" = conftest.
file
2266 as_fn_error $?
"newly created file is older than distributed files!
2267 Check your system clock" "$LINENO" 5
2269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2270 $as_echo "yes" >&6; }
2271 # If we didn't sleep, we still need to ensure time stamps of config.status and
2272 # generated files are strictly newer.
2274 if grep 'slept: no' conftest.
file >/dev
/null
2>&1; then
2281 # Expand $ac_aux_dir to an absolute path.
2282 am_aux_dir
=`cd "$ac_aux_dir" && pwd`
2284 if test x
"${MISSING+set}" != xset
; then
2287 MISSING
="\${SHELL} \"$am_aux_dir/missing\"" ;;
2289 MISSING
="\${SHELL} $am_aux_dir/missing" ;;
2292 # Use eval to expand $SHELL
2293 if eval "$MISSING --is-lightweight"; then
2294 am_missing_run
="$MISSING "
2297 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2298 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2301 if test x
"${install_sh+set}" != xset
; then
2304 install_sh
="\${SHELL} '$am_aux_dir/install-sh'" ;;
2306 install_sh
="\${SHELL} $am_aux_dir/install-sh"
2310 # Installed binaries are usually stripped using 'strip' when the user
2311 # run "make install-strip". However 'strip' might not be the right
2312 # tool to use in cross-compilation environments, therefore Automake
2313 # will honor the 'STRIP' environment variable to overrule this program.
2314 if test "$cross_compiling" != no
; then
2315 if test -n "$ac_tool_prefix"; then
2316 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2317 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
2318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2319 $as_echo_n "checking for $ac_word... " >&6; }
2320 if ${ac_cv_prog_STRIP+:} false
; then :
2321 $as_echo_n "(cached) " >&6
2323 if test -n "$STRIP"; then
2324 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
2326 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2330 test -z "$as_dir" && as_dir
=.
2331 for ac_exec_ext
in '' $ac_executable_extensions; do
2332 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2333 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
2334 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2343 STRIP
=$ac_cv_prog_STRIP
2344 if test -n "$STRIP"; then
2345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2346 $as_echo "$STRIP" >&6; }
2348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2349 $as_echo "no" >&6; }
2354 if test -z "$ac_cv_prog_STRIP"; then
2356 # Extract the first word of "strip", so it can be a program name with args.
2357 set dummy strip
; ac_word
=$2
2358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2359 $as_echo_n "checking for $ac_word... " >&6; }
2360 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
2361 $as_echo_n "(cached) " >&6
2363 if test -n "$ac_ct_STRIP"; then
2364 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
2366 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2370 test -z "$as_dir" && as_dir
=.
2371 for ac_exec_ext
in '' $ac_executable_extensions; do
2372 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2373 ac_cv_prog_ac_ct_STRIP
="strip"
2374 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2383 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
2384 if test -n "$ac_ct_STRIP"; then
2385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2386 $as_echo "$ac_ct_STRIP" >&6; }
2388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2389 $as_echo "no" >&6; }
2392 if test "x$ac_ct_STRIP" = x
; then
2395 case $cross_compiling:$ac_tool_warned in
2397 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2398 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2399 ac_tool_warned
=yes ;;
2404 STRIP
="$ac_cv_prog_STRIP"
2408 INSTALL_STRIP_PROGRAM
="\$(install_sh) -c -s"
2410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2411 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2412 if test -z "$MKDIR_P"; then
2413 if ${ac_cv_path_mkdir+:} false
; then :
2414 $as_echo_n "(cached) " >&6
2416 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2417 for as_dir
in $PATH$PATH_SEPARATOR/opt
/sfw
/bin
2420 test -z "$as_dir" && as_dir
=.
2421 for ac_prog
in mkdir gmkdir
; do
2422 for ac_exec_ext
in '' $ac_executable_extensions; do
2423 as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext" ||
continue
2424 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2425 'mkdir (GNU coreutils) '* | \
2426 'mkdir (coreutils) '* | \
2427 'mkdir (fileutils) '4.1*)
2428 ac_cv_path_mkdir
=$as_dir/$ac_prog$ac_exec_ext
2438 test -d .
/--version && rmdir .
/--version
2439 if test "${ac_cv_path_mkdir+set}" = set; then
2440 MKDIR_P
="$ac_cv_path_mkdir -p"
2442 # As a last resort, use the slow shell script. Don't cache a
2443 # value for MKDIR_P within a source directory, because that will
2444 # break other packages using the cache if that directory is
2445 # removed, or if the value is a relative name.
2446 MKDIR_P
="$ac_install_sh -d"
2449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2450 $as_echo "$MKDIR_P" >&6; }
2452 for ac_prog
in gawk mawk nawk
awk
2454 # Extract the first word of "$ac_prog", so it can be a program name with args.
2455 set dummy
$ac_prog; ac_word
=$2
2456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2457 $as_echo_n "checking for $ac_word... " >&6; }
2458 if ${ac_cv_prog_AWK+:} false
; then :
2459 $as_echo_n "(cached) " >&6
2461 if test -n "$AWK"; then
2462 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
2464 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2468 test -z "$as_dir" && as_dir
=.
2469 for ac_exec_ext
in '' $ac_executable_extensions; do
2470 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2471 ac_cv_prog_AWK
="$ac_prog"
2472 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2482 if test -n "$AWK"; then
2483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2484 $as_echo "$AWK" >&6; }
2486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2487 $as_echo "no" >&6; }
2491 test -n "$AWK" && break
2494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2495 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2497 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2498 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
2499 $as_echo_n "(cached) " >&6
2501 cat >conftest.
make <<\_ACEOF
2504 @
echo '@@@%%%=$(MAKE)=@@@%%%'
2506 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2507 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2509 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
2511 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
2515 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
2516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2517 $as_echo "yes" >&6; }
2520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2521 $as_echo "no" >&6; }
2522 SET_MAKE
="MAKE=${MAKE-make}"
2525 rm -rf .tst
2>/dev
/null
2526 mkdir .tst
2>/dev
/null
2527 if test -d .tst
; then
2532 rmdir .tst
2>/dev
/null
2534 # Check whether --enable-silent-rules was given.
2535 if test "${enable_silent_rules+set}" = set; then :
2536 enableval
=$enable_silent_rules;
2539 case $enable_silent_rules in # (((
2540 yes) AM_DEFAULT_VERBOSITY
=0;;
2541 no
) AM_DEFAULT_VERBOSITY
=1;;
2542 *) AM_DEFAULT_VERBOSITY
=1;;
2544 am_make
=${MAKE-make}
2545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2546 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2547 if ${am_cv_make_support_nested_variables+:} false
; then :
2548 $as_echo_n "(cached) " >&6
2550 if $as_echo 'TRUE=$(BAR$(V))
2556 .PHONY: am__doit' |
$am_make -f - >/dev
/null
2>&1; then
2557 am_cv_make_support_nested_variables
=yes
2559 am_cv_make_support_nested_variables
=no
2562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2563 $as_echo "$am_cv_make_support_nested_variables" >&6; }
2564 if test $am_cv_make_support_nested_variables = yes; then
2566 AM_DEFAULT_V
='$(AM_DEFAULT_VERBOSITY)'
2568 AM_V
=$AM_DEFAULT_VERBOSITY
2569 AM_DEFAULT_V
=$AM_DEFAULT_VERBOSITY
2573 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2574 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2575 # is not polluted with repeated "-I."
2576 am__isrc
=' -I$(srcdir)'
2577 # test to see if srcdir already configured
2578 if test -f $srcdir/config.status
; then
2579 as_fn_error $?
"source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2583 # test whether we have cygpath
2584 if test -z "$CYGPATH_W"; then
2585 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
2586 CYGPATH_W
='cygpath -w'
2593 # Define the identity of the package.
2595 VERSION
='version-unused'
2598 # Some tools Automake needs.
2600 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2603 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
2606 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2609 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
2612 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
2614 # For better backward compatibility. To be removed once Automake 1.9.x
2615 # dies out for good. For more background, see:
2616 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2617 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2618 mkdir_p
='$(MKDIR_P)'
2620 # We need awk for the "check" target (and possibly the TAP driver). The
2621 # system "awk" is bad on some platforms.
2622 # Always define AMTAR for backward compatibility. Yes, it's still used
2623 # in the wild :-( We should find a proper way to deprecate it ...
2627 # We'll loop over all known methods to create a tar archive until one works.
2628 _am_tools
='gnutar pax cpio none'
2630 am__tar
='$${TAR-tar} chof - "$$tardir"' am__untar
='$${TAR-tar} xf -'
2637 # POSIX will say in a future version that running "rm -f" with no argument
2638 # is OK; and we want to be able to make that assumption in our Makefile
2639 # recipes. So use an aggressive probe to check that the usage we want is
2640 # actually supported "in the wild" to an acceptable degree.
2641 # See automake bug#10828.
2642 # To make any issue more visible, cause the running configure to be aborted
2643 # by default if the 'rm' program in use doesn't match our expectations; the
2644 # user can still override this though.
2645 if rm -f && rm -fr && rm -rf; then : OK
; else
2649 Your 'rm' program seems unable to run without file operands specified
2650 on the command line, even when the '-f' option is present. This is contrary
2651 to the behaviour of most rm programs out there, and not conforming with
2652 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
2654 Please tell bug-automake@gnu.org about your system, including the value
2655 of your $PATH and any error possibly output before this message. This
2656 can help us improve future automake versions.
2659 if test x
"$ACCEPT_INFERIOR_RM_PROGRAM" = x
"yes"; then
2660 echo 'Configuration will proceed anyway, since you have set the' >&2
2661 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
2665 Aborting the configuration process, to ensure you take notice of the issue.
2667 You can download and install GNU coreutils to get an 'rm' implementation
2668 that behaves properly: <http://www.gnu.org/software/coreutils/>.
2670 If you want to complete the configuration process using your problematic
2671 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
2672 to "yes", and re-run configure.
2675 as_fn_error $?
"Your 'rm' program is bad, sorry." "$LINENO" 5
2680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2681 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2682 # Check whether --enable-maintainer-mode was given.
2683 if test "${enable_maintainer_mode+set}" = set; then :
2684 enableval
=$enable_maintainer_mode; USE_MAINTAINER_MODE
=$enableval
2686 USE_MAINTAINER_MODE
=no
2689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2690 $as_echo "$USE_MAINTAINER_MODE" >&6; }
2691 if test $USE_MAINTAINER_MODE = yes; then
2692 MAINTAINER_MODE_TRUE
=
2693 MAINTAINER_MODE_FALSE
='#'
2695 MAINTAINER_MODE_TRUE
='#'
2696 MAINTAINER_MODE_FALSE
=
2699 MAINT
=$MAINTAINER_MODE_TRUE
2706 ac_cpp
='$CPP $CPPFLAGS'
2707 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2708 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2709 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2710 if test -n "$ac_tool_prefix"; then
2711 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2712 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2714 $as_echo_n "checking for $ac_word... " >&6; }
2715 if ${ac_cv_prog_CC+:} false
; then :
2716 $as_echo_n "(cached) " >&6
2718 if test -n "$CC"; then
2719 ac_cv_prog_CC
="$CC" # Let the user override the test.
2721 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2725 test -z "$as_dir" && as_dir
=.
2726 for ac_exec_ext
in '' $ac_executable_extensions; do
2727 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2728 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2729 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2739 if test -n "$CC"; then
2740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2741 $as_echo "$CC" >&6; }
2743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2744 $as_echo "no" >&6; }
2749 if test -z "$ac_cv_prog_CC"; then
2751 # Extract the first word of "gcc", so it can be a program name with args.
2752 set dummy gcc
; ac_word
=$2
2753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2754 $as_echo_n "checking for $ac_word... " >&6; }
2755 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
2756 $as_echo_n "(cached) " >&6
2758 if test -n "$ac_ct_CC"; then
2759 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2761 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2765 test -z "$as_dir" && as_dir
=.
2766 for ac_exec_ext
in '' $ac_executable_extensions; do
2767 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2768 ac_cv_prog_ac_ct_CC
="gcc"
2769 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2778 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2779 if test -n "$ac_ct_CC"; then
2780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2781 $as_echo "$ac_ct_CC" >&6; }
2783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2784 $as_echo "no" >&6; }
2787 if test "x$ac_ct_CC" = x
; then
2790 case $cross_compiling:$ac_tool_warned in
2792 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2793 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2794 ac_tool_warned
=yes ;;
2802 if test -z "$CC"; then
2803 if test -n "$ac_tool_prefix"; then
2804 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2805 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2807 $as_echo_n "checking for $ac_word... " >&6; }
2808 if ${ac_cv_prog_CC+:} false
; then :
2809 $as_echo_n "(cached) " >&6
2811 if test -n "$CC"; then
2812 ac_cv_prog_CC
="$CC" # Let the user override the test.
2814 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2818 test -z "$as_dir" && as_dir
=.
2819 for ac_exec_ext
in '' $ac_executable_extensions; do
2820 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2821 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2822 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2832 if test -n "$CC"; then
2833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2834 $as_echo "$CC" >&6; }
2836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2837 $as_echo "no" >&6; }
2843 if test -z "$CC"; then
2844 # Extract the first word of "cc", so it can be a program name with args.
2845 set dummy cc
; ac_word
=$2
2846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2847 $as_echo_n "checking for $ac_word... " >&6; }
2848 if ${ac_cv_prog_CC+:} false
; then :
2849 $as_echo_n "(cached) " >&6
2851 if test -n "$CC"; then
2852 ac_cv_prog_CC
="$CC" # Let the user override the test.
2855 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2859 test -z "$as_dir" && as_dir
=.
2860 for ac_exec_ext
in '' $ac_executable_extensions; do
2861 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2862 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2863 ac_prog_rejected
=yes
2867 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2874 if test $ac_prog_rejected = yes; then
2875 # We found a bogon in the path, so make sure we never use it.
2876 set dummy
$ac_cv_prog_CC
2878 if test $# != 0; then
2879 # We chose a different compiler from the bogus one.
2880 # However, it has the same basename, so the bogon will be chosen
2881 # first if we set CC to just the basename; use the full file name.
2883 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2889 if test -n "$CC"; then
2890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2891 $as_echo "$CC" >&6; }
2893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2894 $as_echo "no" >&6; }
2899 if test -z "$CC"; then
2900 if test -n "$ac_tool_prefix"; then
2901 for ac_prog
in cl.exe
2903 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2904 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2906 $as_echo_n "checking for $ac_word... " >&6; }
2907 if ${ac_cv_prog_CC+:} false
; then :
2908 $as_echo_n "(cached) " >&6
2910 if test -n "$CC"; then
2911 ac_cv_prog_CC
="$CC" # Let the user override the test.
2913 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2917 test -z "$as_dir" && as_dir
=.
2918 for ac_exec_ext
in '' $ac_executable_extensions; do
2919 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2920 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2921 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2931 if test -n "$CC"; then
2932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2933 $as_echo "$CC" >&6; }
2935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2936 $as_echo "no" >&6; }
2940 test -n "$CC" && break
2943 if test -z "$CC"; then
2945 for ac_prog
in cl.exe
2947 # Extract the first word of "$ac_prog", so it can be a program name with args.
2948 set dummy
$ac_prog; ac_word
=$2
2949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2950 $as_echo_n "checking for $ac_word... " >&6; }
2951 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
2952 $as_echo_n "(cached) " >&6
2954 if test -n "$ac_ct_CC"; then
2955 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2957 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2961 test -z "$as_dir" && as_dir
=.
2962 for ac_exec_ext
in '' $ac_executable_extensions; do
2963 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2964 ac_cv_prog_ac_ct_CC
="$ac_prog"
2965 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2974 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2975 if test -n "$ac_ct_CC"; then
2976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2977 $as_echo "$ac_ct_CC" >&6; }
2979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2980 $as_echo "no" >&6; }
2984 test -n "$ac_ct_CC" && break
2987 if test "x$ac_ct_CC" = x
; then
2990 case $cross_compiling:$ac_tool_warned in
2992 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2993 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2994 ac_tool_warned
=yes ;;
3003 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3004 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3005 as_fn_error $?
"no acceptable C compiler found in \$PATH
3006 See \`config.log' for more details" "$LINENO" 5; }
3008 # Provide some information about the compiler.
3009 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3012 for ac_option
in --version -v -V -qversion; do
3013 { { ac_try
="$ac_compiler $ac_option >&5"
3015 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3016 *) ac_try_echo=$ac_try;;
3018 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3019 $as_echo "$ac_try_echo"; } >&5
3020 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3022 if test -s conftest.err; then
3024 ... rest of stderr output deleted ...
3025 10q' conftest.err >conftest.er1
3026 cat conftest.er1 >&5
3028 rm -f conftest.er1 conftest.err
3029 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3030 test $ac_status = 0; }
3033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3034 /* end confdefs.h. */
3044 ac_clean_files_save=$ac_clean_files
3045 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3046 # Try to create an executable without -o first, disregard a.out.
3047 # It will help us diagnose broken compilers, and finding out an intuition
3049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3050 $as_echo_n "checking whether the C compiler works... " >&6; }
3051 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
3053 # The possible output files:
3054 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3057 for ac_file in $ac_files
3060 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3061 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3066 if { { ac_try="$ac_link_default"
3068 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3069 *) ac_try_echo
=$ac_try;;
3071 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3072 $as_echo "$ac_try_echo"; } >&5
3073 (eval "$ac_link_default") 2>&5
3075 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3076 test $ac_status = 0; }; then :
3077 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3078 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3079 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3080 # so that the user can short-circuit this test for compilers unknown to
3082 for ac_file
in $ac_files ''
3084 test -f "$ac_file" ||
continue
3086 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
3089 # We found the default executable, but exeext='' is most
3093 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
3095 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3097 # We set ac_cv_exeext here because the later test for it is not
3098 # safe: cross compilers may not add the suffix if given an `-o'
3099 # argument, so we may need to know it at that point already.
3100 # Even if this section looks crufty: it has the advantage of
3107 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
3112 if test -z "$ac_file"; then :
3113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3114 $as_echo "no" >&6; }
3115 $as_echo "$as_me: failed program was:" >&5
3116 sed 's/^/| /' conftest.
$ac_ext >&5
3118 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3119 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3120 as_fn_error
77 "C compiler cannot create executables
3121 See \`config.log' for more details" "$LINENO" 5; }
3123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3124 $as_echo "yes" >&6; }
3126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3127 $as_echo_n "checking for C compiler default output file name... " >&6; }
3128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3129 $as_echo "$ac_file" >&6; }
3130 ac_exeext
=$ac_cv_exeext
3132 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
3133 ac_clean_files
=$ac_clean_files_save
3134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3135 $as_echo_n "checking for suffix of executables... " >&6; }
3136 if { { ac_try
="$ac_link"
3138 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3139 *) ac_try_echo=$ac_try;;
3141 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3142 $as_echo "$ac_try_echo"; } >&5
3143 (eval "$ac_link") 2>&5
3145 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3146 test $ac_status = 0; }; then :
3147 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
3148 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
3149 # work properly (i.e., refer to `conftest.exe'), while it won't with
3151 for ac_file
in conftest.exe conftest conftest.
*; do
3152 test -f "$ac_file" ||
continue
3154 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
3155 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3161 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3162 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3163 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
3164 See \`config.log' for more details" "$LINENO" 5; }
3166 rm -f conftest conftest
$ac_cv_exeext
3167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3168 $as_echo "$ac_cv_exeext" >&6; }
3170 rm -f conftest.
$ac_ext
3171 EXEEXT
=$ac_cv_exeext
3173 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3174 /* end confdefs.h. */
3179 FILE *f = fopen ("conftest.out", "w");
3180 return ferror (f) || fclose (f) != 0;
3186 ac_clean_files
="$ac_clean_files conftest.out"
3187 # Check that the compiler produces executables we can run. If not, either
3188 # the compiler is broken, or we cross compile.
3189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3190 $as_echo_n "checking whether we are cross compiling... " >&6; }
3191 if test "$cross_compiling" != yes; then
3192 { { ac_try
="$ac_link"
3194 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3195 *) ac_try_echo=$ac_try;;
3197 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3198 $as_echo "$ac_try_echo"; } >&5
3199 (eval "$ac_link") 2>&5
3201 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3202 test $ac_status = 0; }
3203 if { ac_try='./conftest$ac_cv_exeext'
3204 { { case "(($ac_try" in
3205 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3206 *) ac_try_echo
=$ac_try;;
3208 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3209 $as_echo "$ac_try_echo"; } >&5
3210 (eval "$ac_try") 2>&5
3212 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3213 test $ac_status = 0; }; }; then
3216 if test "$cross_compiling" = maybe
; then
3219 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3220 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3221 as_fn_error $?
"cannot run C compiled programs.
3222 If you meant to cross compile, use \`--host'.
3223 See \`config.log' for more details" "$LINENO" 5; }
3227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3228 $as_echo "$cross_compiling" >&6; }
3230 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
3231 ac_clean_files
=$ac_clean_files_save
3232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3233 $as_echo_n "checking for suffix of object files... " >&6; }
3234 if ${ac_cv_objext+:} false
; then :
3235 $as_echo_n "(cached) " >&6
3237 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3238 /* end confdefs.h. */
3248 rm -f conftest.o conftest.obj
3249 if { { ac_try
="$ac_compile"
3251 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3252 *) ac_try_echo=$ac_try;;
3254 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3255 $as_echo "$ac_try_echo"; } >&5
3256 (eval "$ac_compile") 2>&5
3258 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3259 test $ac_status = 0; }; then :
3260 for ac_file in conftest.o conftest.obj conftest.*; do
3261 test -f "$ac_file" || continue;
3263 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3264 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3269 $as_echo "$as_me: failed program was:" >&5
3270 sed 's/^/| /' conftest.$ac_ext >&5
3272 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3273 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3274 as_fn_error $? "cannot compute suffix of object files
: cannot compile
3275 See \
`config.log' for more details" "$LINENO" 5; }
3277 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3280 $as_echo "$ac_cv_objext" >&6; }
3281 OBJEXT=$ac_cv_objext
3283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3284 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3285 if ${ac_cv_c_compiler_gnu+:} false; then :
3286 $as_echo_n "(cached) " >&6
3288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3289 /* end confdefs.h. */
3302 if ac_fn_c_try_compile "$LINENO"; then :
3307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3308 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3312 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3313 if test $ac_compiler_gnu = yes; then
3318 ac_test_CFLAGS=${CFLAGS+set}
3319 ac_save_CFLAGS=$CFLAGS
3320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3321 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3322 if ${ac_cv_prog_cc_g+:} false; then :
3323 $as_echo_n "(cached) " >&6
3325 ac_save_c_werror_flag=$ac_c_werror_flag
3326 ac_c_werror_flag=yes
3329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3330 /* end confdefs.h. */
3340 if ac_fn_c_try_compile "$LINENO"; then :
3344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3345 /* end confdefs.h. */
3355 if ac_fn_c_try_compile "$LINENO"; then :
3358 ac_c_werror_flag=$ac_save_c_werror_flag
3360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3361 /* end confdefs.h. */
3371 if ac_fn_c_try_compile "$LINENO"; then :
3374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3376 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3378 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3379 ac_c_werror_flag=$ac_save_c_werror_flag
3381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3382 $as_echo "$ac_cv_prog_cc_g" >&6; }
3383 if test "$ac_test_CFLAGS" = set; then
3384 CFLAGS=$ac_save_CFLAGS
3385 elif test $ac_cv_prog_cc_g = yes; then
3386 if test "$GCC" = yes; then
3392 if test "$GCC" = yes; then
3398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3399 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3400 if ${ac_cv_prog_cc_c89+:} false; then :
3401 $as_echo_n "(cached) " >&6
3403 ac_cv_prog_cc_c89=no
3405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3406 /* end confdefs.h. */
3410 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3411 struct buf { int x; };
3412 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3413 static char *e (p, i)
3419 static char *f (char * (*g) (char **, int), char **p, ...)
3424 s = g (p, va_arg (v,int));
3429 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3430 function prototypes and stuff, but not '\xHH' hex character constants.
3431 These don't provoke an error unfortunately, instead are silently treated
3432 as 'x'. The following induces an error, until -std is added to get
3433 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3434 array size at least. It's necessary to write '\x00'==0 to get something
3435 that's true only with -std. */
3436 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3438 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3439 inside strings and character constants. */
3441 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3443 int test (int i, double x);
3444 struct s1 {int (*f) (int a);};
3445 struct s2 {int (*f) (double a);};
3446 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3452 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3457 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3458 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3460 CC="$ac_save_CC $ac_arg"
3461 if ac_fn_c_try_compile "$LINENO"; then :
3462 ac_cv_prog_cc_c89=$ac_arg
3464 rm -f core conftest.err conftest.$ac_objext
3465 test "x$ac_cv_prog_cc_c89" != "xno" && break
3467 rm -f conftest.$ac_ext
3472 case "x$ac_cv_prog_cc_c89" in
3474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3475 $as_echo "none needed" >&6; } ;;
3477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3478 $as_echo "unsupported" >&6; } ;;
3480 CC="$CC $ac_cv_prog_cc_c89"
3481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3482 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3484 if test "x$ac_cv_prog_cc_c89" != xno; then :
3489 ac_cpp='$CPP $CPPFLAGS'
3490 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3491 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3492 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3495 ac_cpp='$CPP $CPPFLAGS'
3496 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3497 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3498 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3500 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3501 if ${am_cv_prog_cc_c_o+:} false; then :
3502 $as_echo_n "(cached) " >&6
3504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3505 /* end confdefs.h. */
3515 # Make sure it works both with $CC and with simple cc.
3516 # Following AC_PROG_CC_C_O, we do the test twice because some
3517 # compilers refuse to overwrite an existing .o file with -o,
3518 # though they will create one.
3519 am_cv_prog_cc_c_o=yes
3521 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3522 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3525 (exit $ac_status); } \
3526 && test -f conftest2.$ac_objext; then
3529 am_cv_prog_cc_c_o=no
3533 rm -f core conftest*
3536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3537 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3538 if test "$am_cv_prog_cc_c_o" != yes; then
3539 # Losing compiler, so override with the script.
3540 # FIXME: It is wrong to rewrite CC.
3541 # But if we don't then we get into trouble of one sort or another.
3542 # A longer-term fix would be to have automake use am__CC in this case,
3543 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3544 CC="$am_aux_dir/compile $CC"
3547 ac_cpp='$CPP $CPPFLAGS'
3548 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3549 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3550 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3552 DEPDIR="${am__leading_dot}deps"
3554 ac_config_commands="$ac_config_commands depfiles"
3557 am_make=${MAKE-make}
3558 cat > confinc << 'END'
3560 @echo this is the am__doit target
3563 # If we don't find an include directive, just comment out the code.
3564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3565 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3569 # First try GNU make style include.
3570 echo "include confinc" > confmf
3571 # Ignore all kinds of additional output from 'make'.
3572 case `$am_make -s -f confmf
2> /dev
/null
` in #(
3573 *the\ am__doit\ target*)
3579 # Now try BSD make style include.
3580 if test "$am__include" = "#"; then
3581 echo '.include "confinc"' > confmf
3582 case `$am_make -s -f confmf
2> /dev
/null
` in #(
3583 *the\ am__doit\ target*)
3584 am__include=.include
3592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3593 $as_echo "$_am_result" >&6; }
3594 rm -f confinc confmf
3596 # Check whether --enable-dependency-tracking was given.
3597 if test "${enable_dependency_tracking+set}" = set; then :
3598 enableval=$enable_dependency_tracking;
3601 if test "x$enable_dependency_tracking" != xno; then
3602 am_depcomp="$ac_aux_dir/depcomp"
3606 if test "x$enable_dependency_tracking" != xno; then
3616 depcc="$CC" am_compiler_list=
3618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3619 $as_echo_n "checking dependency style of $depcc... " >&6; }
3620 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
3621 $as_echo_n "(cached) " >&6
3623 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3624 # We make a subdir and do the tests there. Otherwise we can end up
3625 # making bogus files that we don't know about and never remove. For
3626 # instance it was reported that on HP-UX the gcc test will end up
3627 # making a dummy file named 'D' -- because '-MD' means "put the output
3631 # Copy depcomp to subdir because otherwise we won't find it if we're
3632 # using a relative directory.
3633 cp "$am_depcomp" conftest.dir
3635 # We will build objects and dependencies in a subdirectory because
3636 # it helps to detect inapplicable dependency modes. For instance
3637 # both Tru64's cc and ICC support -MD to output dependencies as a
3638 # side effect of compilation, but ICC will put the dependencies in
3639 # the current directory while Tru64 will put them in the object
3643 am_cv_CC_dependencies_compiler_type=none
3644 if test "$am_compiler_list" = ""; then
3645 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < .
/depcomp
`
3648 case " $depcc " in #(
3649 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3652 for depmode in $am_compiler_list; do
3653 # Setup a source with many dependencies, because some compilers
3654 # like to wrap large dependency lists on column 80 (with \), and
3655 # we should not choose a depcomp mode which is confused by this.
3657 # We need to recreate these files for each test, as the compiler may
3658 # overwrite some of them when testing with obscure command lines.
3659 # This happens at least with the AIX C compiler.
3661 for i in 1 2 3 4 5 6; do
3662 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3663 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3664 # Solaris 10 /bin/sh.
3665 echo '/* dummy */' > sub/conftst$i.h
3667 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3669 # We check with '-c' and '-o' for the sake of the "dashmstdout"
3670 # mode. It turns out that the SunPro C++ compiler does not properly
3671 # handle '-M -o', and we need to detect this. Also, some Intel
3672 # versions had trouble with output in subdirs.
3673 am__obj=sub/conftest.${OBJEXT-o}
3674 am__minus_obj="-o $am__obj"
3677 # This depmode causes a compiler race in universal mode.
3678 test "$am__universal" = false || continue
3681 # After this tag, mechanisms are not by side-effect, so they'll
3682 # only be used when explicitly requested.
3683 if test "x$enable_dependency_tracking" = xyes; then
3689 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3690 # This compiler won't grok '-c -o', but also, the minuso test has
3691 # not run yet. These depmodes are late enough in the game, and
3692 # so weak that their functioning should not be impacted.
3693 am__obj=conftest.${OBJEXT-o}
3698 if depmode=$depmode \
3699 source=sub/conftest.c object=$am__obj \
3700 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3701 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3702 >/dev/null 2>conftest.err &&
3703 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3704 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3705 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3706 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3707 # icc doesn't choke on unknown options, it will just issue warnings
3708 # or remarks (even with -Werror). So we grep stderr for any message
3709 # that says an option was ignored or not supported.
3710 # When given -MP, icc 7.0 and 7.1 complain thusly:
3711 # icc: Command line warning: ignoring option '-M'; no argument required
3712 # The diagnosis changed in icc 8.0:
3713 # icc: Command line remark: option '-MP' not supported
3714 if (grep 'ignoring option' conftest.err ||
3715 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3716 am_cv_CC_dependencies_compiler_type=$depmode
3725 am_cv_CC_dependencies_compiler_type=none
3729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3730 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3731 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3734 test "x$enable_dependency_tracking" != xno \
3735 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3737 am__fastdepCC_FALSE='#'
3739 am__fastdepCC_TRUE='#'
3740 am__fastdepCC_FALSE=
3745 ac_compile='$GOC -c $GOFLAGS conftest.$ac_ext >&5'
3746 ac_link='$GOC -o conftest$ac_exeext $GOFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3748 if test -n "$ac_tool_prefix"; then
3749 # Extract the first word of "${ac_tool_prefix}gccgo", so it can be a program name with args.
3750 set dummy ${ac_tool_prefix}gccgo; ac_word=$2
3751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3752 $as_echo_n "checking for $ac_word... " >&6; }
3753 if ${ac_cv_prog_GOC+:} false; then :
3754 $as_echo_n "(cached) " >&6
3756 if test -n "$GOC"; then
3757 ac_cv_prog_GOC="$GOC" # Let the user override the test.
3759 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3763 test -z "$as_dir" && as_dir=.
3764 for ac_exec_ext in '' $ac_executable_extensions; do
3765 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3766 ac_cv_prog_GOC="${ac_tool_prefix}gccgo"
3767 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3777 if test -n "$GOC"; then
3778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC" >&5
3779 $as_echo "$GOC" >&6; }
3781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3782 $as_echo "no" >&6; }
3787 if test -z "$ac_cv_prog_GOC"; then
3789 # Extract the first word of "gccgo", so it can be a program name with args.
3790 set dummy gccgo; ac_word=$2
3791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3792 $as_echo_n "checking for $ac_word... " >&6; }
3793 if ${ac_cv_prog_ac_ct_GOC+:} false; then :
3794 $as_echo_n "(cached) " >&6
3796 if test -n "$ac_ct_GOC"; then
3797 ac_cv_prog_ac_ct_GOC="$ac_ct_GOC" # Let the user override the test.
3799 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3803 test -z "$as_dir" && as_dir=.
3804 for ac_exec_ext in '' $ac_executable_extensions; do
3805 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3806 ac_cv_prog_ac_ct_GOC="gccgo"
3807 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3816 ac_ct_GOC=$ac_cv_prog_ac_ct_GOC
3817 if test -n "$ac_ct_GOC"; then
3818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GOC" >&5
3819 $as_echo "$ac_ct_GOC" >&6; }
3821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3822 $as_echo "no" >&6; }
3825 if test "x$ac_ct_GOC" = x; then
3828 case $cross_compiling:$ac_tool_warned in
3830 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3831 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3832 ac_tool_warned=yes ;;
3837 GOC="$ac_cv_prog_GOC"
3840 if test -z "$GOC"; then
3841 if test -n "$ac_tool_prefix"; then
3842 # Extract the first word of "${ac_tool_prefix}gccgo", so it can be a program name with args.
3843 set dummy ${ac_tool_prefix}gccgo; ac_word=$2
3844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3845 $as_echo_n "checking for $ac_word... " >&6; }
3846 if ${ac_cv_prog_GOC+:} false; then :
3847 $as_echo_n "(cached) " >&6
3849 if test -n "$GOC"; then
3850 ac_cv_prog_GOC="$GOC" # Let the user override the test.
3852 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3856 test -z "$as_dir" && as_dir=.
3857 for ac_exec_ext in '' $ac_executable_extensions; do
3858 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3859 ac_cv_prog_GOC="$ac_tool_prefix}gccgo"
3860 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3870 if test -n "$GOC"; then
3871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC" >&5
3872 $as_echo "$GOC" >&6; }
3874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3875 $as_echo "no" >&6; }
3881 if test -z "$GOC"; then
3882 # Extract the first word of "gccgo", so it can be a program name with args.
3883 set dummy gccgo; ac_word=$2
3884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3885 $as_echo_n "checking for $ac_word... " >&6; }
3886 if ${ac_cv_prog_GOC+:} false; then :
3887 $as_echo_n "(cached) " >&6
3889 if test -n "$GOC"; then
3890 ac_cv_prog_GOC="$GOC" # Let the user override the test.
3893 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3897 test -z "$as_dir" && as_dir=.
3898 for ac_exec_ext in '' $ac_executable_extensions; do
3899 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3900 if test "$as_dir/$ac_word$ac_exec_ext" = "false"; then
3901 ac_prog_rejected=yes
3904 ac_cv_prog_GOC="gccgo"
3905 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3912 if test $ac_prog_rejected = yes; then
3913 # We found a bogon in the path, so make sure we never use it.
3914 set dummy $ac_cv_prog_GOC
3916 if test $# != 0; then
3917 # We chose a different compiler from the bogus one.
3918 # However, it has the same basename, so the bogon will be chosen
3919 # first if we set GOC to just the basename; use the full file name.
3921 ac_cv_prog_GOC="$as_dir/$ac_word${1+' '}$@"
3927 if test -n "$GOC"; then
3928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC" >&5
3929 $as_echo "$GOC" >&6; }
3931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3932 $as_echo "no" >&6; }
3939 # Provide some information about the compiler.
3940 $as_echo "$as_me:${as_lineno-$LINENO}: checking for Go compiler version" >&5
3943 { { ac_try="$ac_compiler --version >&5"
3945 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3946 *) ac_try_echo
=$ac_try;;
3948 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3949 $as_echo "$ac_try_echo"; } >&5
3950 (eval "$ac_compiler --version >&5") 2>conftest.err
3952 if test -s conftest.err
; then
3954 ... rest of stderr output deleted ...
3955 10q' conftest.err
>conftest.er1
3956 cat conftest.er1
>&5
3958 rm -f conftest.er1 conftest.err
3959 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3960 test $ac_status = 0; }
3963 ac_cpp
='$CPP $CPPFLAGS'
3964 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3965 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3966 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3969 # These should be defined by the top-level configure.
3970 # Copy them into Makefile.
3974 if test "$host_alias" = "$target_alias"; then
3984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socket libraries" >&5
3985 $as_echo_n "checking for socket libraries... " >&6; }
3986 if ${gotools_cv_lib_sockets+:} false
; then :
3987 $as_echo_n "(cached) " >&6
3989 gotools_cv_lib_sockets
=
3990 gotools_check_both
=no
3991 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
3992 if test "x$ac_cv_func_connect" = xyes
; then :
3993 gotools_check_socket
=no
3995 gotools_check_socket
=yes
3998 if test "$gotools_check_socket" = "yes"; then
3999 unset ac_cv_func_connect
4000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lsocket" >&5
4001 $as_echo_n "checking for main in -lsocket... " >&6; }
4002 if ${ac_cv_lib_socket_main+:} false
; then :
4003 $as_echo_n "(cached) " >&6
4005 ac_check_lib_save_LIBS
=$LIBS
4006 LIBS
="-lsocket $LIBS"
4007 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4008 /* end confdefs.h. */
4019 if ac_fn_c_try_link
"$LINENO"; then :
4020 ac_cv_lib_socket_main
=yes
4022 ac_cv_lib_socket_main
=no
4024 rm -f core conftest.err conftest.
$ac_objext \
4025 conftest
$ac_exeext conftest.
$ac_ext
4026 LIBS
=$ac_check_lib_save_LIBS
4028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_main" >&5
4029 $as_echo "$ac_cv_lib_socket_main" >&6; }
4030 if test "x$ac_cv_lib_socket_main" = xyes
; then :
4031 gotools_cv_lib_sockets
="-lsocket"
4033 gotools_check_both
=yes
4037 if test "$gotools_check_both" = "yes"; then
4038 gotools_old_libs
=$LIBS
4039 LIBS
="$LIBS -lsocket -lnsl"
4040 unset ac_cv_func_accept
4041 ac_fn_c_check_func
"$LINENO" "accept" "ac_cv_func_accept"
4042 if test "x$ac_cv_func_accept" = xyes
; then :
4043 gotools_check_nsl
=no
4044 gotools_cv_lib_sockets
="-lsocket -lnsl"
4047 unset ac_cv_func_accept
4048 LIBS
=$gotools_old_libs
4050 unset ac_cv_func_gethostbyname
4051 gotools_old_libs
="$LIBS"
4052 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
4053 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
4056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lnsl" >&5
4057 $as_echo_n "checking for main in -lnsl... " >&6; }
4058 if ${ac_cv_lib_nsl_main+:} false
; then :
4059 $as_echo_n "(cached) " >&6
4061 ac_check_lib_save_LIBS
=$LIBS
4063 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4064 /* end confdefs.h. */
4075 if ac_fn_c_try_link
"$LINENO"; then :
4076 ac_cv_lib_nsl_main
=yes
4078 ac_cv_lib_nsl_main
=no
4080 rm -f core conftest.err conftest.
$ac_objext \
4081 conftest
$ac_exeext conftest.
$ac_ext
4082 LIBS
=$ac_check_lib_save_LIBS
4084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_main" >&5
4085 $as_echo "$ac_cv_lib_nsl_main" >&6; }
4086 if test "x$ac_cv_lib_nsl_main" = xyes
; then :
4087 gotools_cv_lib_sockets
="$gotools_cv_lib_sockets -lnsl"
4092 unset ac_cv_func_gethostbyname
4093 LIBS
=$gotools_old_libs
4096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gotools_cv_lib_sockets" >&5
4097 $as_echo "$gotools_cv_lib_sockets" >&6; }
4098 NET_LIBS
="$gotools_cv_lib_sockets"
4101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing sched_yield" >&5
4102 $as_echo_n "checking for library containing sched_yield... " >&6; }
4103 if ${ac_cv_search_sched_yield+:} false
; then :
4104 $as_echo_n "(cached) " >&6
4106 ac_func_search_save_LIBS
=$LIBS
4107 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4108 /* end confdefs.h. */
4110 /* Override any GCC internal prototype to avoid an error.
4111 Use char because int might match the return type of a GCC
4112 builtin and then its argument prototype would still apply. */
4116 char sched_yield ();
4120 return sched_yield ();
4125 for ac_lib
in '' rt
; do
4126 if test -z "$ac_lib"; then
4127 ac_res
="none required"
4130 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
4132 if ac_fn_c_try_link
"$LINENO"; then :
4133 ac_cv_search_sched_yield
=$ac_res
4135 rm -f core conftest.err conftest.
$ac_objext \
4137 if ${ac_cv_search_sched_yield+:} false
; then :
4141 if ${ac_cv_search_sched_yield+:} false
; then :
4144 ac_cv_search_sched_yield
=no
4147 LIBS
=$ac_func_search_save_LIBS
4149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_sched_yield" >&5
4150 $as_echo "$ac_cv_search_sched_yield" >&6; }
4151 ac_res
=$ac_cv_search_sched_yield
4152 if test "$ac_res" != no
; then :
4153 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
4157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing nanosleep" >&5
4158 $as_echo_n "checking for library containing nanosleep... " >&6; }
4159 if ${ac_cv_search_nanosleep+:} false
; then :
4160 $as_echo_n "(cached) " >&6
4162 ac_func_search_save_LIBS
=$LIBS
4163 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4164 /* end confdefs.h. */
4166 /* Override any GCC internal prototype to avoid an error.
4167 Use char because int might match the return type of a GCC
4168 builtin and then its argument prototype would still apply. */
4176 return nanosleep ();
4181 for ac_lib
in '' rt
; do
4182 if test -z "$ac_lib"; then
4183 ac_res
="none required"
4186 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
4188 if ac_fn_c_try_link
"$LINENO"; then :
4189 ac_cv_search_nanosleep
=$ac_res
4191 rm -f core conftest.err conftest.
$ac_objext \
4193 if ${ac_cv_search_nanosleep+:} false
; then :
4197 if ${ac_cv_search_nanosleep+:} false
; then :
4200 ac_cv_search_nanosleep
=no
4203 LIBS
=$ac_func_search_save_LIBS
4205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_nanosleep" >&5
4206 $as_echo "$ac_cv_search_nanosleep" >&6; }
4207 ac_res
=$ac_cv_search_nanosleep
4208 if test "$ac_res" != no
; then :
4209 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
4214 ac_config_files
="$ac_config_files Makefile"
4217 cat >confcache
<<\_ACEOF
4218 # This file is a shell script that caches the results of configure
4219 # tests run on this system so they can be shared between configure
4220 # scripts and configure runs, see configure's option --config-cache.
4221 # It is not useful on other systems. If it contains results you don't
4222 # want to keep, you may remove or edit it.
4224 # config.status only pays attention to the cache file if you give it
4225 # the --recheck option to rerun configure.
4227 # `ac_cv_env_foo' variables (set or unset) will be overridden when
4228 # loading this file, other *unset* `ac_cv_foo' will be assigned the
4233 # The following way of writing the cache mishandles newlines in values,
4234 # but we know of no workaround that is simple, portable, and efficient.
4235 # So, we kill variables containing newlines.
4236 # Ultrix sh set writes to stderr and can't be redirected directly,
4237 # and sets the high bit in the cache file unless we assign to the vars.
4239 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
4240 eval ac_val
=\$
$ac_var
4244 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
4245 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
4248 _ | IFS | as_nl
) ;; #(
4249 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
4250 *) { eval $ac_var=; unset $ac_var;} ;;
4256 case $as_nl`(ac_space=' '; set) 2>&1` in #(
4257 *${as_nl}ac_space
=\
*)
4258 # `set' does not quote correctly, so add quotes: double-quote
4259 # substitution turns \\\\ into \\, and sed turns \\ into \.
4262 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4265 # `set' quotes correctly as required by POSIX, so do not add quotes.
4266 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
4275 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
4277 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
4279 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
4280 if test -w "$cache_file"; then
4281 if test "x$cache_file" != "x/dev/null"; then
4282 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
4283 $as_echo "$as_me: updating cache $cache_file" >&6;}
4284 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
4285 cat confcache
>"$cache_file"
4287 case $cache_file in #(
4289 mv -f confcache
"$cache_file"$$
&&
4290 mv -f "$cache_file"$$
"$cache_file" ;; #(
4292 mv -f confcache
"$cache_file" ;;
4297 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
4298 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
4303 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
4304 # Let make expand exec_prefix.
4305 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
4307 # Transform confdefs.h into DEFS.
4308 # Protect against shell expansion while executing Makefile rules.
4309 # Protect against Makefile macro expansion.
4311 # If the first sed substitution is executed (which looks for macros that
4312 # take arguments), then branch to the quote section. Otherwise,
4313 # look for a macro that doesn't take arguments.
4323 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
4325 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
4329 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
4342 DEFS
=`sed -n "$ac_script" confdefs.h`
4348 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
4349 # 1. Remove the extension, and $U if already installed.
4350 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
4351 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
4352 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
4353 # will be set to the directory where LIBOBJS objects are built.
4354 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
4355 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
4359 LTLIBOBJS
=$ac_ltlibobjs
4362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
4363 $as_echo_n "checking that generated files are newer than configure... " >&6; }
4364 if test -n "$am_sleep_pid"; then
4365 # Hide warnings about reused PIDs.
4366 wait $am_sleep_pid 2>/dev
/null
4368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
4369 $as_echo "done" >&6; }
4370 if test -n "$EXEEXT"; then
4372 am__EXEEXT_FALSE
='#'
4378 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
4379 as_fn_error $?
"conditional \"MAINTAINER_MODE\" was never defined.
4380 Usually this means the macro was only invoked conditionally." "$LINENO" 5
4382 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
4383 as_fn_error $?
"conditional \"AMDEP\" was never defined.
4384 Usually this means the macro was only invoked conditionally." "$LINENO" 5
4386 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
4387 as_fn_error $?
"conditional \"am__fastdepCC\" was never defined.
4388 Usually this means the macro was only invoked conditionally." "$LINENO" 5
4390 if test -z "${NATIVE_TRUE}" && test -z "${NATIVE_FALSE}"; then
4391 as_fn_error $?
"conditional \"NATIVE\" was never defined.
4392 Usually this means the macro was only invoked conditionally." "$LINENO" 5
4395 : "${CONFIG_STATUS=./config.status}"
4397 ac_clean_files_save
=$ac_clean_files
4398 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
4399 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
4400 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
4402 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
4404 # Generated by $as_me.
4405 # Run this file to recreate the current configuration.
4406 # Compiler output produced by configure, useful for debugging
4407 # configure, is in config.log if it exists.
4413 SHELL=\${CONFIG_SHELL-$SHELL}
4416 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
4417 ## -------------------- ##
4418 ## M4sh Initialization. ##
4419 ## -------------------- ##
4421 # Be more Bourne compatible
4422 DUALCASE
=1; export DUALCASE
# for MKS sh
4423 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
4426 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
4427 # is contrary to our usage. Disable this feature.
4428 alias -g '${1+"$@"}'='"$@"'
4429 setopt NO_GLOB_SUBST
4431 case `(set -o) 2>/dev/null` in #(
4443 # Printing a long string crashes Solaris 7 /usr/bin/printf.
4444 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4445 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
4446 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
4447 # Prefer a ksh shell builtin over an external printf program on Solaris,
4448 # but without wasting forks for bash or zsh.
4449 if test -z "$BASH_VERSION$ZSH_VERSION" \
4450 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
4451 as_echo='print
-r --'
4452 as_echo_n='print
-rn --'
4453 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
4454 as_echo='printf %s
\n'
4455 as_echo_n='printf %s
'
4457 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
4458 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
4459 as_echo_n='/usr
/ucb
/echo -n'
4461 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
4462 as_echo_n_body='eval
4466 expr "X$arg" : "X\\(.*\\)$as_nl";
4467 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
4469 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
4471 export as_echo_n_body
4472 as_echo_n='sh
-c $as_echo_n_body as_echo
'
4475 as_echo='sh
-c $as_echo_body as_echo
'
4478 # The user is always right.
4479 if test "${PATH_SEPARATOR+set}" != set; then
4481 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
4482 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
4489 # We need space, tab and new line, in precisely that order. Quoting is
4490 # there to prevent editors from complaining about space-tab.
4491 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
4492 # splitting by setting IFS to empty value.)
4495 # Find who we are. Look in the path if we contain no directory separator.
4498 *[\\/]* ) as_myself=$0 ;;
4499 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4503 test -z "$as_dir" && as_dir=.
4504 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
4510 # We did not find ourselves, most probably we were run as `sh COMMAND'
4511 # in which case we are not to be found in the path.
4512 if test "x$as_myself" = x
; then
4515 if test ! -f "$as_myself"; then
4516 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
4520 # Unset variables that we do not need and which cause bugs (e.g. in
4521 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
4522 # suppresses any "Segmentation fault" message there. '((' could
4523 # trigger a bug in pdksh 5.2.14.
4524 for as_var
in BASH_ENV ENV MAIL MAILPATH
4525 do eval test x\
${$as_var+set} = xset \
4526 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
4539 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
4542 # as_fn_error STATUS ERROR [LINENO LOG_FD]
4543 # ----------------------------------------
4544 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
4545 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
4546 # script with STATUS, using 1 if that was 0.
4549 as_status
=$1; test $as_status -eq 0 && as_status
=1
4551 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
4552 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
4554 $as_echo "$as_me: error: $2" >&2
4555 as_fn_exit
$as_status
4559 # as_fn_set_status STATUS
4560 # -----------------------
4561 # Set $? to STATUS, without forking.
4565 } # as_fn_set_status
4569 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
4579 # Portably unset VAR.
4582 { eval $1=; unset $1;}
4584 as_unset
=as_fn_unset
4585 # as_fn_append VAR VALUE
4586 # ----------------------
4587 # Append the text in VALUE to the end of the definition contained in VAR. Take
4588 # advantage of any shell optimizations that allow amortized linear growth over
4589 # repeated appends, instead of the typical quadratic growth present in naive
4591 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
4592 eval 'as_fn_append ()
4603 # as_fn_arith ARG...
4604 # ------------------
4605 # Perform arithmetic evaluation on the ARGs, and store the result in the
4606 # global $as_val. Take advantage of shells that can avoid forks. The arguments
4607 # must be portable across $(()) and expr.
4608 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
4609 eval 'as_fn_arith ()
4616 as_val
=`expr "$@" || test $? -eq 1`
4621 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
4622 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
4628 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
4629 as_basename
=basename
4634 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
4640 as_me
=`$as_basename -- "$0" ||
4641 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
4642 X"$0" : 'X\(//\)$' \| \
4643 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
4645 sed '/^.*\/\([^/][^/]*\)\/*$/{
4659 # Avoid depending upon Character Ranges.
4660 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
4661 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
4662 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
4663 as_cr_digits
='0123456789'
4664 as_cr_alnum
=$as_cr_Letters$as_cr_digits
4666 ECHO_C
= ECHO_N
= ECHO_T
=
4667 case `echo -n x` in #(((((
4669 case `echo 'xy\c'` in
4670 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
4672 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
4679 rm -f conf$$ conf$$.exe conf$$.
file
4680 if test -d conf$$.dir
; then
4681 rm -f conf$$.dir
/conf$$.
file
4684 mkdir conf$$.dir
2>/dev
/null
4686 if (echo >conf$$.
file) 2>/dev
/null
; then
4687 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
4689 # ... but there are two gotchas:
4690 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
4691 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
4692 # In both cases, we have to default to `cp -pR'.
4693 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
4695 elif ln conf$$.
file conf$$
2>/dev
/null
; then
4703 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
4704 rmdir conf$$.dir
2>/dev
/null
4709 # Create "$as_dir" as a directory, including parents if necessary.
4714 -*) as_dir
=.
/$as_dir;;
4716 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
4720 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
4721 *) as_qdir
=$as_dir;;
4723 as_dirs
="'$as_qdir' $as_dirs"
4724 as_dir
=`$as_dirname -- "$as_dir" ||
4725 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4726 X"$as_dir" : 'X\(//\)[^/]' \| \
4727 X"$as_dir" : 'X\(//\)$' \| \
4728 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
4729 $as_echo X"$as_dir" |
4730 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4747 test -d "$as_dir" && break
4749 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
4750 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
4754 if mkdir
-p .
2>/dev
/null
; then
4755 as_mkdir_p
='mkdir -p "$as_dir"'
4757 test -d .
/-p && rmdir .
/-p
4762 # as_fn_executable_p FILE
4763 # -----------------------
4764 # Test if FILE is an executable regular file.
4765 as_fn_executable_p
()
4767 test -f "$1" && test -x "$1"
4768 } # as_fn_executable_p
4770 as_executable_p
=as_fn_executable_p
4772 # Sed expression to map a string onto a valid CPP name.
4773 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
4775 # Sed expression to map a string onto a valid variable name.
4776 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
4780 ## ----------------------------------- ##
4781 ## Main body of $CONFIG_STATUS script. ##
4782 ## ----------------------------------- ##
4784 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
4786 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
4787 # Save the log message, to keep $0 and so on meaningful, and to
4788 # report actual input values of CONFIG_FILES etc. instead of their
4789 # values after options handling.
4791 This file was extended by package-unused $as_me version-unused, which was
4792 generated by GNU Autoconf 2.69. Invocation command line was
4794 CONFIG_FILES = $CONFIG_FILES
4795 CONFIG_HEADERS = $CONFIG_HEADERS
4796 CONFIG_LINKS = $CONFIG_LINKS
4797 CONFIG_COMMANDS = $CONFIG_COMMANDS
4800 on `(hostname || uname -n) 2>/dev/null | sed 1q`
4805 case $ac_config_files in *"
4806 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
4811 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4812 # Files that config.status was made for.
4813 config_files="$ac_config_files"
4814 config_commands="$ac_config_commands"
4818 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
4820 \`$as_me' instantiates files and other configuration actions
4821 from templates according to the current configuration. Unless the files
4822 and actions are specified as TAGs, all are instantiated by default.
4824 Usage: $0 [OPTION]... [TAG]...
4826 -h, --help print this help, then exit
4827 -V, --version print version number and configuration settings, then exit
4828 --config print configuration, then exit
4829 -q, --quiet, --silent
4830 do not print progress messages
4831 -d, --debug don't remove temporary files
4832 --recheck update $as_me by reconfiguring in the same conditions
4833 --file=FILE[:TEMPLATE]
4834 instantiate the configuration file FILE
4836 Configuration files:
4839 Configuration commands:
4842 Report bugs to the package provider."
4845 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4846 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4848 package-unused config.status version-unused
4849 configured by $0, generated by GNU Autoconf 2.69,
4850 with options \\"\$ac_cs_config\\"
4852 Copyright (C) 2012 Free Software Foundation, Inc.
4853 This config.status script is free software; the Free Software Foundation
4854 gives unlimited permission to copy, distribute and modify it."
4861 test -n "\$AWK" || AWK=awk
4864 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
4865 # The default lists apply if the user does not specify any file.
4871 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
4872 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
4876 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
4888 # Handling of the options.
4889 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
4891 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
4892 $as_echo "$ac_cs_version"; exit ;;
4893 --config |
--confi |
--conf |
--con |
--co |
--c )
4894 $as_echo "$ac_cs_config"; exit ;;
4895 --debug |
--debu |
--deb |
--de |
--d |
-d )
4897 --file |
--fil |
--fi |
--f )
4900 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
4901 '') as_fn_error $?
"missing file argument" ;;
4903 as_fn_append CONFIG_FILES
" '$ac_optarg'"
4904 ac_need_defaults
=false
;;
4905 --he |
--h |
--help |
--hel |
-h )
4906 $as_echo "$ac_cs_usage"; exit ;;
4907 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
4908 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
4912 -*) as_fn_error $?
"unrecognized option: \`$1'
4913 Try \`$0 --help' for more information." ;;
4915 *) as_fn_append ac_config_targets
" $1"
4916 ac_need_defaults
=false
;;
4922 ac_configure_extra_args
=
4924 if $ac_cs_silent; then
4926 ac_configure_extra_args
="$ac_configure_extra_args --silent"
4930 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4931 if \$ac_cs_recheck; then
4932 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
4934 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
4935 CONFIG_SHELL='$SHELL'
4941 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
4945 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
4946 ## Running $as_me. ##
4952 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4956 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
4960 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
4962 # Handling of arguments.
4963 for ac_config_target
in $ac_config_targets
4965 case $ac_config_target in
4966 "depfiles") CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
4967 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
4969 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
4974 # If the user did not use the arguments to specify the items to instantiate,
4975 # then the envvar interface is used. Set only those that are not.
4976 # We use the long form for the default assignment because of an extremely
4977 # bizarre bug on SunOS 4.1.3.
4978 if $ac_need_defaults; then
4979 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
4980 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
4983 # Have a temporary directory for convenience. Make it in the build tree
4984 # simply because there is no reason against having it here, and in addition,
4985 # creating and moving files from /tmp can sometimes cause problems.
4986 # Hook for its removal unless debugging.
4987 # Note that there is a small window in which the directory will not be cleaned:
4988 # after its creation but before its name has been assigned to `$tmp'.
4992 trap 'exit_status=$?
4994 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
4996 trap 'as_fn_exit 1' 1 2 13 15
4998 # Create a (secure) tmp directory for tmp files.
5001 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
5005 tmp
=.
/conf$$
-$RANDOM
5006 (umask 077 && mkdir
"$tmp")
5007 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
5010 # Set up the scripts for CONFIG_FILES section.
5011 # No need to generate them if there are no CONFIG_FILES.
5012 # This happens for instance with `./config.status config.h'.
5013 if test -n "$CONFIG_FILES"; then
5016 ac_cr
=`echo X | tr X '\015'`
5017 # On cygwin, bash can eat \r inside `` if the user requested igncr.
5018 # But we know of no other shell where ac_cr would be empty at this
5019 # point, so we can use a bashism as a fallback.
5020 if test "x$ac_cr" = x
; then
5021 eval ac_cr
=\$
\'\\r
\'
5023 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
5024 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
5030 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
5035 echo "cat >conf$$subs.awk <<_ACEOF" &&
5036 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
5039 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
5040 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
5042 for ac_last_try in false false false false false :; do
5043 . ./conf$$subs.sh ||
5044 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
5046 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
5047 if test $ac_delim_n = $ac_delim_num; then
5049 elif $ac_last_try; then
5050 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
5052 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
5057 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5058 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
5062 s/^/S["/; s
/!.
*/"]=/
5072 s/\(.\{148\}\)..*/\1/
5074 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
5079 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
5086 s/\(.\{148\}\)..*/\1/
5088 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
5092 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
5097 ' <conf$$subs.awk | sed '
5102 ' >>$CONFIG_STATUS || ac_write_fail=1
5103 rm -f conf$$subs.awk
5104 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5106 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
5107 for (key in S) S_is_set[key] = 1
5113 nfields = split(line, field, "@
")
5115 len = length(field[1])
5116 for (i = 2; i < nfields; i++) {
5118 keylen = length(key)
5119 if (S_is_set[key]) {
5121 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
5122 len += length(value) + length(field[++i])
5133 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5134 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
5135 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
5138 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
5139 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
5142 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
5143 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
5144 # trailing colons and then remove the whole line if VPATH becomes empty
5145 # (actually we leave an empty line to preserve line numbers).
5146 if test "x
$srcdir" = x.; then
5147 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
5165 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5166 fi # test -n "$CONFIG_FILES"
5169 eval set X " :F
$CONFIG_FILES :C
$CONFIG_COMMANDS"
5174 :[FHLC]) ac_mode=$ac_tag; continue;;
5176 case $ac_mode$ac_tag in
5178 :L* | :C*:*) as_fn_error $? "invalid tag \
`$ac_tag'" "$LINENO" 5;;
5179 :[FH]-) ac_tag=-:-;;
5180 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
5197 -) ac_f="$ac_tmp/stdin";;
5198 *) # Look for the file first in the build tree, then in the source tree
5199 # (if the path is not absolute). The absolute path cannot be DOS-style,
5200 # because $ac_f cannot contain `:'.
5204 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
5206 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
5208 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s
/'/'\\\\\\\\''/g
"`;; esac
5209 as_fn_append ac_file_inputs " '$ac_f'"
5212 # Let's still pretend it is `configure' which instantiates (i.e., don't
5213 # use $as_me), people would be surprised to read:
5214 # /* config.h. Generated by config.status. */
5215 configure_input='Generated from '`
5216 $as_echo "$
*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
5218 if test x"$ac_file" != x-; then
5219 configure_input="$ac_file.
$configure_input"
5220 { $as_echo "$as_me:${as_lineno-$LINENO}: creating
$ac_file" >&5
5221 $as_echo "$as_me: creating
$ac_file" >&6;}
5223 # Neutralize special characters interpreted by sed in replacement strings.
5224 case $configure_input in #(
5225 *\&* | *\|* | *\\* )
5226 ac_sed_conf_input=`$as_echo "$configure_input" |
5227 sed 's/[\\\\&|]/\\\\&/g'`;; #(
5228 *) ac_sed_conf_input=$configure_input;;
5232 *:-:* | *:-) cat >"$ac_tmp/stdin
" \
5233 || as_fn_error $? "could not create
$ac_file" "$LINENO" 5 ;;
5238 ac_dir=`$as_dirname -- "$ac_file" ||
5239 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5240 X"$ac_file" : 'X\(//\)[^/]' \| \
5241 X"$ac_file" : 'X\(//\)$' \| \
5242 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
5243 $as_echo X"$ac_file" |
5244 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5261 as_dir="$ac_dir"; as_fn_mkdir_p
5265 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
5267 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
5268 # A "..
" for each directory in $ac_dir_suffix.
5269 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
5270 case $ac_top_builddir_sub in
5271 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
5272 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
5275 ac_abs_top_builddir=$ac_pwd
5276 ac_abs_builddir=$ac_pwd$ac_dir_suffix
5277 # for backward compatibility:
5278 ac_top_builddir=$ac_top_build_prefix
5281 .) # We are building in place.
5283 ac_top_srcdir=$ac_top_builddir_sub
5284 ac_abs_top_srcdir=$ac_pwd ;;
5285 [\\/]* | ?:[\\/]* ) # Absolute name.
5286 ac_srcdir=$srcdir$ac_dir_suffix;
5287 ac_top_srcdir=$srcdir
5288 ac_abs_top_srcdir=$srcdir ;;
5290 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
5291 ac_top_srcdir=$ac_top_build_prefix$srcdir
5292 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
5294 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
5304 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
5305 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
5309 [\\/$]* | ?:[\\/]* ) ;;
5310 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
5314 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5315 # If the template does not know about datarootdir, expand it.
5316 # FIXME: This hack should be removed a few years after 2.60.
5317 ac_datarootdir_hack=; ac_datarootdir_seen=
5328 case `eval "sed -n \"\
$ac_sed_dataroot\" $ac_file_inputs"` in
5329 *datarootdir*) ac_datarootdir_seen=yes;;
5330 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
5331 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file_inputs seems to ignore the
--datarootdir setting
" >&5
5332 $as_echo "$as_me: WARNING
: $ac_file_inputs seems to ignore the
--datarootdir setting
" >&2;}
5334 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5335 ac_datarootdir_hack='
5336 s&@datadir@&$datadir&g
5337 s&@docdir@&$docdir&g
5338 s&@infodir@&$infodir&g
5339 s&@localedir@&$localedir&g
5340 s&@mandir@&$mandir&g
5341 s&\\\${datarootdir}&$datarootdir&g' ;;
5345 # Neutralize VPATH when `$srcdir' = `.'.
5346 # Shell code in configure.ac might set extrasub.
5347 # FIXME: do we really want to maintain this feature?
5348 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5349 ac_sed_extra="$ac_vpsub
5352 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
5354 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
5355 s|@configure_input@|
$ac_sed_conf_input|
;t t
5356 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
5357 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
5358 s
&@srcdir@
&$ac_srcdir&;t t
5359 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
5360 s
&@top_srcdir@
&$ac_top_srcdir&;t t
5361 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
5362 s
&@builddir@
&$ac_builddir&;t t
5363 s
&@abs_builddir@
&$ac_abs_builddir&;t t
5364 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
5365 s
&@INSTALL@
&$ac_INSTALL&;t t
5366 s
&@MKDIR_P@
&$ac_MKDIR_P&;t t
5367 $ac_datarootdir_hack
5369 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
5370 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
5372 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
5373 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
5374 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
5375 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
5376 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
5377 which seems to be undefined. Please make sure it is defined" >&5
5378 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
5379 which seems to be undefined. Please make sure it is defined" >&2;}
5381 rm -f "$ac_tmp/stdin"
5383 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
5384 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
5386 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5390 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
5391 $as_echo "$as_me: executing $ac_file commands" >&6;}
5396 case $ac_file$ac_mode in
5397 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
5398 # Older Autoconf quotes --file arguments for eval, but not when files
5399 # are listed without --file. Let's play safe and only
enable the
eval
5400 # if we detect the quoting.
5401 case $CONFIG_FILES in
5402 *\'*) eval set x
"$CONFIG_FILES" ;;
5403 *) set x
$CONFIG_FILES ;;
5408 # Strip MF so we end up with the name of the file.
5409 mf
=`echo "$mf" | sed -e 's/:.*$//'`
5410 # Check whether this is an Automake generated Makefile or not.
5411 # We used to match only the files named 'Makefile.in', but
5412 # some people rename them; so instead we look at the file content.
5413 # Grep'ing the first line is not enough: some people post-process
5414 # each Makefile.in and add a new line on top of each file to say so.
5415 # Grep'ing the whole file is not good either: AIX grep has a line
5416 # limit of 2048, but all sed's we know have understand at least 4000.
5417 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" |
grep X
>/dev
/null
2>&1; then
5418 dirpart
=`$as_dirname -- "$mf" ||
5419 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5420 X"$mf" : 'X\(//\)[^/]' \| \
5421 X"$mf" : 'X\(//\)$' \| \
5422 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
5424 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5444 # Extract the definition of DEPDIR, am__include, and am__quote
5445 # from the Makefile without running 'make'.
5446 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
5447 test -z "$DEPDIR" && continue
5448 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
5449 test -z "$am__include" && continue
5450 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
5451 # Find all dependency output files, they are included files with
5452 # $(DEPDIR) in their names. We invoke sed twice because it is the
5453 # simplest approach to changing $(DEPDIR) to its actual value in the
5455 for file in `sed -n "
5456 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
5457 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
5458 # Make sure the directory exists.
5459 test -f "$dirpart/$file" && continue
5460 fdir
=`$as_dirname -- "$file" ||
5461 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5462 X"$file" : 'X\(//\)[^/]' \| \
5463 X"$file" : 'X\(//\)$' \| \
5464 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
5466 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5483 as_dir
=$dirpart/$fdir; as_fn_mkdir_p
5484 # echo "creating $dirpart/$file"
5485 echo '# dummy' > "$dirpart/$file"
5497 ac_clean_files
=$ac_clean_files_save
5499 test $ac_write_fail = 0 ||
5500 as_fn_error $?
"write failure creating $CONFIG_STATUS" "$LINENO" 5
5503 # configure is writing to config.log, and then calls config.status.
5504 # config.status does its own redirection, appending to config.log.
5505 # Unfortunately, on DOS this fails, as config.log is still kept open
5506 # by configure, so config.status won't be able to write to it; its
5507 # output is simply discarded. So we exec the FD to /dev/null,
5508 # effectively closing config.log, so it can be properly (re)opened and
5509 # appended to by config.status. When coming back to configure, we
5510 # need to make the FD available again.
5511 if test "$no_create" != yes; then
5513 ac_config_status_args
=
5514 test "$silent" = yes &&
5515 ac_config_status_args
="$ac_config_status_args --quiet"
5517 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
5519 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
5520 # would make configure fail if this is the last instruction.
5521 $ac_cs_success || as_fn_exit
1
5523 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
5524 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
5525 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}