configure   configure 
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for onig 5.9.2. # Generated by GNU Autoconf 2.65 for onig 5.9.3.
#
# #
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
# Inc.
#
#
# This configure script is free software; the Free Software Foundation # This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it. # gives unlimited permission to copy, distribute and modify it.
## --------------------- ## ## -------------------- ##
## M4sh Initialization. ## ## M4sh Initialization. ##
## --------------------- ## ## -------------------- ##
# Be more Bourne compatible # Be more Bourne compatible
DUALCASE=1; export DUALCASE # for MKS sh DUALCASE=1; export DUALCASE # for MKS sh
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
emulate sh emulate sh
NULLCMD=: NULLCMD=:
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
# is contrary to our usage. Disable this feature. # is contrary to our usage. Disable this feature.
alias -g '${1+"$@"}'='"$@"' alias -g '${1+"$@"}'='"$@"'
setopt NO_GLOB_SUBST setopt NO_GLOB_SUBST
else else
case `(set -o) 2>/dev/null` in case `(set -o) 2>/dev/null` in #(
*posix*) set -o posix ;; *posix*) :
set -o posix ;; #(
*) :
;;
esac esac
fi fi
# PATH needs CR as_nl='
# Avoid depending upon Character Ranges. '
as_cr_letters='abcdefghijklmnopqrstuvwxyz' export as_nl
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' # Printing a long string crashes Solaris 7 /usr/bin/printf.
as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
as_cr_digits='0123456789' \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
as_cr_alnum=$as_cr_Letters$as_cr_digits as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
# The user is always right. # Prefer a ksh shell builtin over an external printf program on Solaris,
if test "${PATH_SEPARATOR+set}" != set; then # but without wasting forks for bash or zsh.
echo "#! /bin/sh" >conf$$.sh if test -z "$BASH_VERSION$ZSH_VERSION" \
echo "exit 0" >>conf$$.sh && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
chmod +x conf$$.sh as_echo='print -r --'
if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then as_echo_n='print -rn --'
PATH_SEPARATOR=';' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
else as_echo='printf %s\n'
PATH_SEPARATOR=: as_echo_n='printf %s'
else
if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo";
then
as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
as_echo_n='/usr/ucb/echo -n'
else
as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
as_echo_n_body='eval
arg=$1;
case $arg in #(
*"$as_nl"*)
expr "X$arg" : "X\\(.*\\)$as_nl";
arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
esac;
expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
'
export as_echo_n_body
as_echo_n='sh -c $as_echo_n_body as_echo'
fi fi
rm -f conf$$.sh export as_echo_body
as_echo='sh -c $as_echo_body as_echo'
fi fi
# Support unset when possible. # The user is always right.
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then if test "${PATH_SEPARATOR+set}" != set; then
as_unset=unset PATH_SEPARATOR=:
else (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
as_unset=false (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
PATH_SEPARATOR=';'
}
fi fi
# IFS # IFS
# We need space, tab and new line, in precisely that order. Quoting is # We need space, tab and new line, in precisely that order. Quoting is
# there to prevent editors from complaining about space-tab. # there to prevent editors from complaining about space-tab.
# (If _AS_PATH_WALK were called with IFS unset, it would disable word # (If _AS_PATH_WALK were called with IFS unset, it would disable word
# splitting by setting IFS to empty value.) # splitting by setting IFS to empty value.)
as_nl='
'
IFS=" "" $as_nl" IFS=" "" $as_nl"
# Find who we are. Look in the path if we contain no directory separator. # Find who we are. Look in the path if we contain no directory separator.
case $0 in case $0 in #((
*[\\/]* ) as_myself=$0 ;; *[\\/]* ) as_myself=$0 ;;
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH for as_dir in $PATH
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
done done
IFS=$as_save_IFS IFS=$as_save_IFS
;; ;;
esac esac
# We did not find ourselves, most probably we were run as `sh COMMAND' # We did not find ourselves, most probably we were run as `sh COMMAND'
# in which case we are not to be found in the path. # in which case we are not to be found in the path.
if test "x$as_myself" = x; then if test "x$as_myself" = x; then
as_myself=$0 as_myself=$0
fi fi
if test ! -f "$as_myself"; then if test ! -f "$as_myself"; then
echo "$as_myself: error: cannot find myself; rerun with an absolute file $as_echo "$as_myself: error: cannot find myself; rerun with an absolute f
name" >&2 ile name" >&2
{ (exit 1); exit 1; } exit 1
fi fi
# Work around bugs in pre-3.0 UWIN ksh. # Unset variables that we do not need and which cause bugs (e.g. in
for as_var in ENV MAIL MAILPATH # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var # suppresses any "Segmentation fault" message there. '((' could
# trigger a bug in pdksh 5.2.14.
for as_var in BASH_ENV ENV MAIL MAILPATH
do eval test x\${$as_var+set} = xset \
&& ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
done done
PS1='$ ' PS1='$ '
PS2='> ' PS2='> '
PS4='+ ' PS4='+ '
# NLS nuisances. # NLS nuisances.
for as_var in \ LC_ALL=C
LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ export LC_ALL
LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ LANGUAGE=C
LC_TELEPHONE LC_TIME export LANGUAGE
do
if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
eval $as_var=C; export $as_var
else
($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
fi
done
# Required to use basename.
if expr a : '\(a\)' >/dev/null 2>&1 &&
test "X`expr 00001 : '.*\(...\)'`" = X001; then
as_expr=expr
else
as_expr=false
fi
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/";
then
as_basename=basename
else
as_basename=false
fi
# Name of the executable.
as_me=`$as_basename -- "$0" ||
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
X"$0" : 'X\(//\)$' \| \
X"$0" : 'X\(/\)' \| . 2>/dev/null ||
echo X/"$0" |
sed '/^.*\/\([^/][^/]*\)\/*$/{
s//\1/
q
}
/^X\/\(\/\/\)$/{
s//\1/
q
}
/^X\/\(\/\).*/{
s//\1/
q
}
s/.*/./; q'`
# CDPATH. # CDPATH.
$as_unset CDPATH (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
if test "x$CONFIG_SHELL" = x; then if test "x$CONFIG_SHELL" = x; then
if (eval ":") 2>/dev/null; then as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh)
as_have_required=yes >/dev/null 2>&1; then :
emulate sh
NULLCMD=:
# Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
# is contrary to our usage. Disable this feature.
alias -g '\${1+\"\$@\"}'='\"\$@\"'
setopt NO_GLOB_SUBST
else else
as_have_required=no case \`(set -o) 2>/dev/null\` in #(
*posix*) :
set -o posix ;; #(
*) :
;;
esac
fi fi
"
if test $as_have_required = yes && (eval ": as_required="as_fn_return () { (exit \$1); }
(as_func_return () { as_fn_success () { as_fn_return 0; }
(exit \$1) as_fn_failure () { as_fn_return 1; }
} as_fn_ret_success () { return 0; }
as_func_success () { as_fn_ret_failure () { return 1; }
as_func_return 0
}
as_func_failure () {
as_func_return 1
}
as_func_ret_success () {
return 0
}
as_func_ret_failure () {
return 1
}
exitcode=0 exitcode=0
if as_func_success; then as_fn_success || { exitcode=1; echo as_fn_success failed.; }
: as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
else as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
exitcode=1 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
echo as_func_success failed. if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
fi
else
if as_func_failure; then exitcode=1; echo positional parameters were not saved.
exitcode=1 fi
echo as_func_failure succeeded. test x\$exitcode = x0 || exit 1"
fi as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_sugges
ted=$as_suggested" as_lineno_1a=\$LINENO
if as_func_ret_success; then as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggeste
: d" as_lineno_2a=\$LINENO
else eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &
exitcode=1 &
echo as_func_ret_success failed. test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_ru
fi n'\"' || exit 1
test \$(( 1 + 1 )) = 2 || exit 1"
if as_func_ret_failure; then if (eval "$as_required") 2>/dev/null; then :
exitcode=1 as_have_required=yes
echo as_func_ret_failure succeeded.
fi
if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
:
else else
exitcode=1 as_have_required=no
echo positional parameters were not saved.
fi fi
if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
test \$exitcode = 0) || { (exit 1); exit 1; }
(
as_lineno_1=\$LINENO
as_lineno_2=\$LINENO
test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1);
exit 1; }
") 2> /dev/null; then
:
else else
as_candidate_shells= as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_found=false
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
case $as_dir in as_found=:
case $as_dir in #(
/*) /*)
for as_base in sh bash ksh sh5; do for as_base in sh bash ksh sh5; do
as_candidate_shells="$as_candidate_shells $as_dir/$as_base" # Try only shells that exist, to save several forks.
as_shell=$as_dir/$as_base
if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
{ $as_echo "$as_bourne_compatible""$as_required" | as_ru
n=a "$as_shell"; } 2>/dev/null; then :
CONFIG_SHELL=$as_shell as_have_required=yes
if { $as_echo "$as_bourne_compatible""$as_suggested" | as
_run=a "$as_shell"; } 2>/dev/null; then :
break 2
fi
fi
done;; done;;
esac esac
as_found=false
done done
$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
{ $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$
SHELL"; } 2>/dev/null; then :
CONFIG_SHELL=$SHELL as_have_required=yes
fi; }
IFS=$as_save_IFS IFS=$as_save_IFS
for as_shell in $as_candidate_shells $SHELL; do if test "x$CONFIG_SHELL" != x; then :
# Try only shells that exist, to save several forks. # We cannot yet assume a decent shell, so we have to provide a
if { test -f "$as_shell" || test -f "$as_shell.exe"; } && # neutralization value for shells without unset; and this also
{ ("$as_shell") 2> /dev/null <<\_ASEOF # works around shells that cannot unset nonexistent variables.
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then BASH_ENV=/dev/null
emulate sh ENV=/dev/null
NULLCMD=: (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which export CONFIG_SHELL
# is contrary to our usage. Disable this feature. exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
alias -g '${1+"$@"}'='"$@"' fi
setopt NO_GLOB_SUBST
else if test x$as_have_required = xno; then :
case `(set -o) 2>/dev/null` in $as_echo "$0: This script requires a shell more modern than all"
*posix*) set -o posix ;; $as_echo "$0: the shells that I found on your system."
esac if test x${ZSH_VERSION+set} = xset ; then
$as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
fi $as_echo "$0: be upgraded to zsh 4.3.4 or later."
else
: $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
_ASEOF $0: including any error possibly output before this
}; then $0: message. Then install a modern shell, or manually run
CONFIG_SHELL=$as_shell $0: the script under such a shell if you do have one."
as_have_required=yes fi
if { "$as_shell" 2> /dev/null <<\_ASEOF exit 1
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
emulate sh
NULLCMD=:
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
# is contrary to our usage. Disable this feature.
alias -g '${1+"$@"}'='"$@"'
setopt NO_GLOB_SUBST
else
case `(set -o) 2>/dev/null` in
*posix*) set -o posix ;;
esac
fi fi
:
(as_func_return () {
(exit $1)
}
as_func_success () {
as_func_return 0
}
as_func_failure () {
as_func_return 1
}
as_func_ret_success () {
return 0
}
as_func_ret_failure () {
return 1
}
exitcode=0
if as_func_success; then
:
else
exitcode=1
echo as_func_success failed.
fi fi
if as_func_failure; then
exitcode=1
echo as_func_failure succeeded.
fi fi
SHELL=${CONFIG_SHELL-/bin/sh}
export SHELL
# Unset more variables known to interfere with behavior of common tools.
CLICOLOR_FORCE= GREP_OPTIONS=
unset CLICOLOR_FORCE GREP_OPTIONS
if as_func_ret_success; then ## --------------------- ##
: ## M4sh Shell Functions. ##
else ## --------------------- ##
exitcode=1 # as_fn_unset VAR
echo as_func_ret_success failed. # ---------------
fi # Portably unset VAR.
as_fn_unset ()
{
{ eval $1=; unset $1;}
}
as_unset=as_fn_unset
# as_fn_set_status STATUS
# -----------------------
# Set $? to STATUS, without forking.
as_fn_set_status ()
{
return $1
} # as_fn_set_status
# as_fn_exit STATUS
# -----------------
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
as_fn_exit ()
{
set +e
as_fn_set_status $1
exit $1
} # as_fn_exit
# as_fn_mkdir_p
# -------------
# Create "$as_dir" as a directory, including parents if necessary.
as_fn_mkdir_p ()
{
if as_func_ret_failure; then case $as_dir in #(
exitcode=1 -*) as_dir=./$as_dir;;
echo as_func_ret_failure succeeded. esac
fi test -d "$as_dir" || eval $as_mkdir_p || {
as_dirs=
while :; do
case $as_dir in #(
*\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
*) as_qdir=$as_dir;;
esac
as_dirs="'$as_qdir' $as_dirs"
as_dir=`$as_dirname -- "$as_dir" ||
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X"$as_dir" : 'X\(//\)[^/]' \| \
X"$as_dir" : 'X\(//\)$' \| \
X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
$as_echo X"$as_dir" |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
s//\1/
q
}
/^X\(\/\/\)[^/].*/{
s//\1/
q
}
/^X\(\/\/\)$/{
s//\1/
q
}
/^X\(\/\).*/{
s//\1/
q
}
s/.*/./; q'`
test -d "$as_dir" && break
done
test -z "$as_dirs" || eval "mkdir $as_dirs"
} || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
if ( set x; as_func_ret_success y && test x = "$1" ); then } # as_fn_mkdir_p
: # as_fn_append VAR VALUE
# ----------------------
# Append the text in VALUE to the end of the definition contained in VAR. T
ake
# advantage of any shell optimizations that allow amortized linear growth o
ver
# repeated appends, instead of the typical quadratic growth present in naiv
e
# implementations.
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
eval 'as_fn_append ()
{
eval $1+=\$2
}'
else else
exitcode=1 as_fn_append ()
echo positional parameters were not saved. {
fi eval $1=\$$1\$2
}
test $exitcode = 0) || { (exit 1); exit 1; } fi # as_fn_append
(
as_lineno_1=$LINENO
as_lineno_2=$LINENO
test "x$as_lineno_1" != "x$as_lineno_2" &&
test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1;
}
_ASEOF
}; then
break
fi
fi
done
if test "x$CONFIG_SHELL" != x; then
for as_var in BASH_ENV ENV
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
done
export CONFIG_SHELL
exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
fi
if test $as_have_required = no; then
echo This script requires a shell more modern than all the
echo shells that I found on your system. Please install a
echo modern shell, or manually run the script under such a
echo shell if you do have one.
{ (exit 1); exit 1; }
fi
fi
fi # as_fn_arith ARG...
# ------------------
# Perform arithmetic evaluation on the ARGs, and store the result in the
# global $as_val. Take advantage of shells that can avoid forks. The argume
nts
# must be portable across $(()) and expr.
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
eval 'as_fn_arith ()
{
as_val=$(( $* ))
}'
else
as_fn_arith ()
{
as_val=`expr "$@" || test $? -eq 1`
}
fi # as_fn_arith
(eval "as_func_return () { # as_fn_error ERROR [LINENO LOG_FD]
(exit \$1) # ---------------------------------
} # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
as_func_success () { # provided, also output the error to LOG_FD, referencing LINENO. Then exit
as_func_return 0 the
} # script with status $?, using 1 if that was 0.
as_func_failure () { as_fn_error ()
as_func_return 1 {
} as_status=$?; test $as_status -eq 0 && as_status=1
as_func_ret_success () { if test "$3"; then
return 0 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_
} stack
as_func_ret_failure () { $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
return 1 fi
} $as_echo "$as_me: error: $1" >&2
as_fn_exit $as_status
} # as_fn_error
exitcode=0 if expr a : '\(a\)' >/dev/null 2>&1 &&
if as_func_success; then test "X`expr 00001 : '.*\(...\)'`" = X001; then
: as_expr=expr
else else
exitcode=1 as_expr=false
echo as_func_success failed.
fi fi
if as_func_failure; then if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/";
exitcode=1 then
echo as_func_failure succeeded. as_basename=basename
else
as_basename=false
fi fi
if as_func_ret_success; then if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
: as_dirname=dirname
else else
exitcode=1 as_dirname=false
echo as_func_ret_success failed.
fi fi
if as_func_ret_failure; then as_me=`$as_basename -- "$0" ||
exitcode=1 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
echo as_func_ret_failure succeeded. X"$0" : 'X\(//\)$' \| \
fi X"$0" : 'X\(/\)' \| . 2>/dev/null ||
$as_echo X/"$0" |
sed '/^.*\/\([^/][^/]*\)\/*$/{
s//\1/
q
}
/^X\/\(\/\/\)$/{
s//\1/
q
}
/^X\/\(\/\).*/{
s//\1/
q
}
s/.*/./; q'`
if ( set x; as_func_ret_success y && test x = \"\$1\" ); then # Avoid depending upon Character Ranges.
: as_cr_letters='abcdefghijklmnopqrstuvwxyz'
else as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
exitcode=1 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
echo positional parameters were not saved. as_cr_digits='0123456789'
fi as_cr_alnum=$as_cr_Letters$as_cr_digits
test \$exitcode = 0") || { as_lineno_1=$LINENO as_lineno_1a=$LINENO
echo No shell found that supports shell functions. as_lineno_2=$LINENO as_lineno_2a=$LINENO
echo Please tell autoconf@gnu.org about your system, eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
echo including any error possibly output before this test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
echo message # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
}
as_lineno_1=$LINENO
as_lineno_2=$LINENO
test "x$as_lineno_1" != "x$as_lineno_2" &&
test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
# Create $as_me.lineno as a copy of $as_myself, but with $LINENO
# uniformly replaced by the line number. The first 'sed' inserts a
# line-number line after each line using $LINENO; the second 'sed'
# does the real work. The second script uses 'N' to pair each
# line-number line with the line containing $LINENO, and appends
# trailing '-' during substitution so that $LINENO is not a special
# case at line end.
# (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
# scripts with optimization help from Paolo Bonzini. Blame Lee
# E. McMahon (1931-1989) for sed's syntax. :-)
sed -n ' sed -n '
p p
/[$]LINENO/= /[$]LINENO/=
' <$as_myself | ' <$as_myself |
sed ' sed '
s/[$]LINENO.*/&-/ s/[$]LINENO.*/&-/
t lineno t lineno
b b
:lineno :lineno
N N
:loop :loop
s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
t loop t loop
s/-\n.*// s/-\n.*//
' >$as_me.lineno && ' >$as_me.lineno &&
chmod +x "$as_me.lineno" || chmod +x "$as_me.lineno" ||
{ echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a PO
shell" >&2 SIX shell" >&2; as_fn_exit 1; }
{ (exit 1); exit 1; }; }
# Don't try to exec as it changes $[0], causing all sort of problems # Don't try to exec as it changes $[0], causing all sort of problems
# (the dirname of $[0] is not the place where we might find the # (the dirname of $[0] is not the place where we might find the
# original and so on. Autoconf is especially sensitive to this). # original and so on. Autoconf is especially sensitive to this).
. "./$as_me.lineno" . "./$as_me.lineno"
# Exit status is that of the last command. # Exit status is that of the last command.
exit exit
} }
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
as_dirname=dirname
else
as_dirname=false
fi
ECHO_C= ECHO_N= ECHO_T= ECHO_C= ECHO_N= ECHO_T=
case `echo -n x` in case `echo -n x` in #(((((
-n*) -n*)
case `echo 'x\c'` in case `echo 'xy\c'` in
*c*) ECHO_T=' ';; # ECHO_T is single tab character. *c*) ECHO_T=' ';; # ECHO_T is single tab character.
*) ECHO_C='\c';; xy) ECHO_C='\c';;
*) echo `echo ksh88 bug on AIX 6.1` > /dev/null
ECHO_T=' ';;
esac;; esac;;
*) *)
ECHO_N='-n';; ECHO_N='-n';;
esac esac
if expr a : '\(a\)' >/dev/null 2>&1 &&
test "X`expr 00001 : '.*\(...\)'`" = X001; then
as_expr=expr
else
as_expr=false
fi
rm -f conf$$ conf$$.exe conf$$.file rm -f conf$$ conf$$.exe conf$$.file
if test -d conf$$.dir; then if test -d conf$$.dir; then
rm -f conf$$.dir/conf$$.file rm -f conf$$.dir/conf$$.file
else else
rm -f conf$$.dir rm -f conf$$.dir
mkdir conf$$.dir mkdir conf$$.dir 2>/dev/null
fi fi
echo >conf$$.file if (echo >conf$$.file) 2>/dev/null; then
if ln -s conf$$.file conf$$ 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then
as_ln_s='ln -s' as_ln_s='ln -s'
# ... but there are two gotchas: # ... but there are two gotchas:
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable
# In both cases, we have to default to `cp -p'. .
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || # In both cases, we have to default to `cp -p'.
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
as_ln_s='cp -p'
elif ln conf$$.file conf$$ 2>/dev/null; then
as_ln_s=ln
else
as_ln_s='cp -p' as_ln_s='cp -p'
elif ln conf$$.file conf$$ 2>/dev/null; then fi
as_ln_s=ln
else else
as_ln_s='cp -p' as_ln_s='cp -p'
fi fi
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
rmdir conf$$.dir 2>/dev/null rmdir conf$$.dir 2>/dev/null
if mkdir -p . 2>/dev/null; then if mkdir -p . 2>/dev/null; then
as_mkdir_p=: as_mkdir_p='mkdir -p "$as_dir"'
else else
test -d ./-p && rmdir ./-p test -d ./-p && rmdir ./-p
as_mkdir_p=false as_mkdir_p=false
fi fi
if test -x / >/dev/null 2>&1; then if test -x / >/dev/null 2>&1; then
as_test_x='test -x' as_test_x='test -x'
else else
if ls -dL / >/dev/null 2>&1; then if ls -dL / >/dev/null 2>&1; then
as_ls_L_option=L as_ls_L_option=L
else else
as_ls_L_option= as_ls_L_option=
fi fi
as_test_x=' as_test_x='
eval sh -c '\'' eval sh -c '\''
if test -d "$1"; then if test -d "$1"; then
test -d "$1/."; test -d "$1/.";
else else
case $1 in case $1 in #(
-*)set "./$1";; -*)set "./$1";;
esac; esac;
case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
???[sx]*):;;*)false;;esac;fi ???[sx]*):;;*)false;;esac;fi
'\'' sh '\'' sh
' '
fi fi
as_executable_p=$as_test_x as_executable_p=$as_test_x
# Sed expression to map a string onto a valid CPP name. # Sed expression to map a string onto a valid CPP name.
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]% _%g'" as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]% _%g'"
# Sed expression to map a string onto a valid variable name. # Sed expression to map a string onto a valid variable name.
skipping to change at line 679 skipping to change at line 667
fi fi
fi fi
# Copy echo and quote the copy suitably for passing to libtool from # Copy echo and quote the copy suitably for passing to libtool from
# the Makefile, instead of quoting the original, which is used later. # the Makefile, instead of quoting the original, which is used later.
lt_ECHO=$ECHO lt_ECHO=$ECHO
if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo" lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
fi fi
exec 7<&0 </dev/null 6>&1 test -n "$DJDIR" || exec 7<&0 </dev/null
exec 6>&1
# Name of the host. # Name of the host.
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
# so uname gets run too. # so uname gets run too.
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
# #
# Initializations. # Initializations.
# #
ac_default_prefix=/usr/local ac_default_prefix=/usr/local
ac_clean_files= ac_clean_files=
ac_config_libobj_dir=. ac_config_libobj_dir=.
LIBOBJS= LIBOBJS=
cross_compiling=no cross_compiling=no
subdirs= subdirs=
MFLAGS= MFLAGS=
MAKEFLAGS= MAKEFLAGS=
SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package. # Identity of this package.
PACKAGE_NAME='onig' PACKAGE_NAME='onig'
PACKAGE_TARNAME='onig' PACKAGE_TARNAME='onig'
PACKAGE_VERSION='5.9.2' PACKAGE_VERSION='5.9.3'
PACKAGE_STRING='onig 5.9.2' PACKAGE_STRING='onig 5.9.3'
PACKAGE_BUGREPORT='' PACKAGE_BUGREPORT=''
PACKAGE_URL=''
# Factoring default headers for most tests. # Factoring default headers for most tests.
ac_includes_default="\ ac_includes_default="\
#include <stdio.h> #include <stdio.h>
#ifdef HAVE_SYS_TYPES_H #ifdef HAVE_SYS_TYPES_H
# include <sys/types.h> # include <sys/types.h>
#endif #endif
#ifdef HAVE_SYS_STAT_H #ifdef HAVE_SYS_STAT_H
# include <sys/stat.h> # include <sys/stat.h>
#endif #endif
skipping to change at line 742 skipping to change at line 731
#ifdef HAVE_INTTYPES_H #ifdef HAVE_INTTYPES_H
# include <inttypes.h> # include <inttypes.h>
#endif #endif
#ifdef HAVE_STDINT_H #ifdef HAVE_STDINT_H
# include <stdint.h> # include <stdint.h>
#endif #endif
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
# include <unistd.h> # include <unistd.h>
#endif" #endif"
ac_subst_vars='SHELL ac_subst_vars='am__EXEEXT_FALSE
PATH_SEPARATOR am__EXEEXT_TRUE
PACKAGE_NAME LTLIBOBJS
PACKAGE_TARNAME
PACKAGE_VERSION
PACKAGE_STRING
PACKAGE_BUGREPORT
exec_prefix
prefix
program_transform_name
bindir
sbindir
libexecdir
datarootdir
datadir
sysconfdir
sharedstatedir
localstatedir
includedir
oldincludedir
docdir
infodir
htmldir
dvidir
pdfdir
psdir
libdir
localedir
mandir
DEFS
ECHO_C
ECHO_N
ECHO_T
LIBS
build_alias
host_alias
target_alias
INSTALL_PROGRAM
INSTALL_SCRIPT
INSTALL_DATA
am__isrc
CYGPATH_W
PACKAGE
VERSION
ACLOCAL
AUTOCONF
AUTOMAKE
AUTOHEADER
MAKEINFO
install_sh
STRIP
INSTALL_STRIP_PROGRAM
mkdir_p
AWK
SET_MAKE
am__leading_dot
AMTAR
am__tar
am__untar
RUBYDIR
STATISTICS
CC
CFLAGS
LDFLAGS
CPPFLAGS
ac_ct_CC
EXEEXT
OBJEXT
DEPDIR
am__include
am__quote
AMDEP_TRUE
AMDEP_FALSE
AMDEPBACKSLASH
CCDEPMODE
am__fastdepCC_TRUE
am__fastdepCC_FALSE
LIBTOOL
build
build_cpu
build_vendor
build_os
host
host_cpu
host_vendor
host_os
SED
GREP
EGREP
FGREP
LD
DUMPBIN
ac_ct_DUMPBIN
NM
LN_S
AR
RANLIB
lt_ECHO
DSYMUTIL
NMEDIT
LIPO
OTOOL
OTOOL64
CPP
LTVERSION
ALLOCA
LIBOBJS LIBOBJS
LTLIBOBJS' ALLOCA
LTVERSION
CPP
OTOOL64
OTOOL
LIPO
NMEDIT
DSYMUTIL
lt_ECHO
RANLIB
AR
OBJDUMP
LN_S
NM
ac_ct_DUMPBIN
DUMPBIN
LD
FGREP
EGREP
GREP
SED
host_os
host_vendor
host_cpu
host
build_os
build_vendor
build_cpu
build
LIBTOOL
am__fastdepCC_FALSE
am__fastdepCC_TRUE
CCDEPMODE
AMDEPBACKSLASH
AMDEP_FALSE
AMDEP_TRUE
am__quote
am__include
DEPDIR
OBJEXT
EXEEXT
ac_ct_CC
CPPFLAGS
LDFLAGS
CFLAGS
CC
STATISTICS
RUBYDIR
am__untar
am__tar
AMTAR
am__leading_dot
SET_MAKE
AWK
mkdir_p
MKDIR_P
INSTALL_STRIP_PROGRAM
STRIP
install_sh
MAKEINFO
AUTOHEADER
AUTOMAKE
AUTOCONF
ACLOCAL
VERSION
PACKAGE
CYGPATH_W
am__isrc
INSTALL_DATA
INSTALL_SCRIPT
INSTALL_PROGRAM
target_alias
host_alias
build_alias
LIBS
ECHO_T
ECHO_N
ECHO_C
DEFS
mandir
localedir
libdir
psdir
pdfdir
dvidir
htmldir
infodir
docdir
oldincludedir
includedir
localstatedir
sharedstatedir
sysconfdir
datadir
datarootdir
libexecdir
sbindir
bindir
program_transform_name
prefix
exec_prefix
PACKAGE_URL
PACKAGE_BUGREPORT
PACKAGE_STRING
PACKAGE_VERSION
PACKAGE_TARNAME
PACKAGE_NAME
PATH_SEPARATOR
SHELL'
ac_subst_files='' ac_subst_files=''
ac_user_opts='
enable_option_checking
with_rubydir
with_statistics
enable_combination_explosion_check
enable_crnl_as_line_terminator
enable_dependency_tracking
enable_shared
enable_static
with_pic
enable_fast_install
with_gnu_ld
enable_libtool_lock
'
ac_precious_vars='build_alias ac_precious_vars='build_alias
host_alias host_alias
target_alias target_alias
CC CC
CFLAGS CFLAGS
LDFLAGS LDFLAGS
LIBS LIBS
CPPFLAGS CPPFLAGS
CPP' CPP'
# Initialize some variables set by options. # Initialize some variables set by options.
ac_init_help= ac_init_help=
ac_init_version=false ac_init_version=false
ac_unrecognized_opts=
ac_unrecognized_sep=
# The variables have the same names as the options, with # The variables have the same names as the options, with
# dashes changed to underlines. # dashes changed to underlines.
cache_file=/dev/null cache_file=/dev/null
exec_prefix=NONE exec_prefix=NONE
no_create= no_create=
no_recursion= no_recursion=
prefix=NONE prefix=NONE
program_prefix=NONE program_prefix=NONE
program_suffix=NONE program_suffix=NONE
program_transform_name=s,x,x, program_transform_name=s,x,x,
skipping to change at line 962 skipping to change at line 972
datadir=$ac_optarg ;; datadir=$ac_optarg ;;
-datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
| --dataroo | --dataro | --datar) | --dataroo | --dataro | --datar)
ac_prev=datarootdir ;; ac_prev=datarootdir ;;
-datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
| --dataroot=* | --dataroo=* | --dataro=* | --datar=*) | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
datarootdir=$ac_optarg ;; datarootdir=$ac_optarg ;;
-disable-* | --disable-*) -disable-* | --disable-*)
ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
# Reject names that are not valid shell variable names. # Reject names that are not valid shell variable names.
expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
{ echo "$as_me: error: invalid feature name: $ac_feature" >&2 as_fn_error "invalid feature name: $ac_useropt"
{ (exit 1); exit 1; }; } ac_useropt_orig=$ac_useropt
ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
eval enable_$ac_feature=no ;; case $ac_user_opts in
*"
"enable_$ac_useropt"
"*) ;;
*) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--d
isable-$ac_useropt_orig"
ac_unrecognized_sep=', ';;
esac
eval enable_$ac_useropt=no ;;
-docdir | --docdir | --docdi | --doc | --do) -docdir | --docdir | --docdi | --doc | --do)
ac_prev=docdir ;; ac_prev=docdir ;;
-docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
docdir=$ac_optarg ;; docdir=$ac_optarg ;;
-dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
ac_prev=dvidir ;; ac_prev=dvidir ;;
-dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
dvidir=$ac_optarg ;; dvidir=$ac_optarg ;;
-enable-* | --enable-*) -enable-* | --enable-*)
ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
# Reject names that are not valid shell variable names. # Reject names that are not valid shell variable names.
expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
{ echo "$as_me: error: invalid feature name: $ac_feature" >&2 as_fn_error "invalid feature name: $ac_useropt"
{ (exit 1); exit 1; }; } ac_useropt_orig=$ac_useropt
ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
eval enable_$ac_feature=\$ac_optarg ;; case $ac_user_opts in
*"
"enable_$ac_useropt"
"*) ;;
*) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--e
nable-$ac_useropt_orig"
ac_unrecognized_sep=', ';;
esac
eval enable_$ac_useropt=\$ac_optarg ;;
-exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
| --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
| --exec | --exe | --ex) | --exec | --exe | --ex)
ac_prev=exec_prefix ;; ac_prev=exec_prefix ;;
-exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
| --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
| --exec=* | --exe=* | --ex=*) | --exec=* | --exe=* | --ex=*)
exec_prefix=$ac_optarg ;; exec_prefix=$ac_optarg ;;
skipping to change at line 1178 skipping to change at line 1202
-target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
target_alias=$ac_optarg ;; target_alias=$ac_optarg ;;
-v | -verbose | --verbose | --verbos | --verbo | --verb) -v | -verbose | --verbose | --verbos | --verbo | --verb)
verbose=yes ;; verbose=yes ;;
-version | --version | --versio | --versi | --vers | -V) -version | --version | --versio | --versi | --vers | -V)
ac_init_version=: ;; ac_init_version=: ;;
-with-* | --with-*) -with-* | --with-*)
ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
# Reject names that are not valid shell variable names. # Reject names that are not valid shell variable names.
expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
{ echo "$as_me: error: invalid package name: $ac_package" >&2 as_fn_error "invalid package name: $ac_useropt"
{ (exit 1); exit 1; }; } ac_useropt_orig=$ac_useropt
ac_package=`echo $ac_package | sed 's/[-.]/_/g'` ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
eval with_$ac_package=\$ac_optarg ;; case $ac_user_opts in
*"
"with_$ac_useropt"
"*) ;;
*) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--w
ith-$ac_useropt_orig"
ac_unrecognized_sep=', ';;
esac
eval with_$ac_useropt=\$ac_optarg ;;
-without-* | --without-*) -without-* | --without-*)
ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
# Reject names that are not valid shell variable names. # Reject names that are not valid shell variable names.
expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
{ echo "$as_me: error: invalid package name: $ac_package" >&2 as_fn_error "invalid package name: $ac_useropt"
{ (exit 1); exit 1; }; } ac_useropt_orig=$ac_useropt
ac_package=`echo $ac_package | sed 's/[-.]/_/g'` ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
eval with_$ac_package=no ;; case $ac_user_opts in
*"
"with_$ac_useropt"
"*) ;;
*) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--w
ithout-$ac_useropt_orig"
ac_unrecognized_sep=', ';;
esac
eval with_$ac_useropt=no ;;
--x) --x)
# Obsolete; use --with-x. # Obsolete; use --with-x.
with_x=yes ;; with_x=yes ;;
-x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
| --x-incl | --x-inc | --x-in | --x-i) | --x-incl | --x-inc | --x-in | --x-i)
ac_prev=x_includes ;; ac_prev=x_includes ;;
-x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu =* \ -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu =* \
| --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
x_includes=$ac_optarg ;; x_includes=$ac_optarg ;;
-x-libraries | --x-libraries | --x-librarie | --x-librari \ -x-libraries | --x-libraries | --x-librarie | --x-librari \
| --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
ac_prev=x_libraries ;; ac_prev=x_libraries ;;
-x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
| --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l= *) | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l= *)
x_libraries=$ac_optarg ;; x_libraries=$ac_optarg ;;
-*) { echo "$as_me: error: unrecognized option: $ac_option -*) as_fn_error "unrecognized option: \`$ac_option'
Try \`$0 --help' for more information." >&2 Try \`$0 --help' for more information."
{ (exit 1); exit 1; }; }
;; ;;
*=*) *=*)
ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
# Reject names that are not valid shell variable names. # Reject names that are not valid shell variable names.
expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && case $ac_envvar in #(
{ echo "$as_me: error: invalid variable name: $ac_envvar" >&2 '' | [0-9]* | *[!_$as_cr_alnum]* )
{ (exit 1); exit 1; }; } as_fn_error "invalid variable name: \`$ac_envvar'" ;;
esac
eval $ac_envvar=\$ac_optarg eval $ac_envvar=\$ac_optarg
export $ac_envvar ;; export $ac_envvar ;;
*) *)
# FIXME: should be removed in autoconf 3.0. # FIXME: should be removed in autoconf 3.0.
echo "$as_me: WARNING: you should use --build, --host, --target" >&2 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >& 2
expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
echo "$as_me: WARNING: invalid host type: $ac_option" >&2 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
: ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac _option} : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac _option}
;; ;;
esac esac
done done
if test -n "$ac_prev"; then if test -n "$ac_prev"; then
ac_option=--`echo $ac_prev | sed 's/_/-/g'` ac_option=--`echo $ac_prev | sed 's/_/-/g'`
{ echo "$as_me: error: missing argument to $ac_option" >&2 as_fn_error "missing argument to $ac_option"
{ (exit 1); exit 1; }; } fi
if test -n "$ac_unrecognized_opts"; then
case $enable_option_checking in
no) ;;
fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
*) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognize
d_opts" >&2 ;;
esac
fi fi
# Be sure to have absolute directory names. # Check all directory arguments for consistency.
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
datadir sysconfdir sharedstatedir localstatedir includedir \ datadir sysconfdir sharedstatedir localstatedir includedir \
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
libdir localedir mandir libdir localedir mandir
do do
eval ac_val=\$$ac_var eval ac_val=\$$ac_var
# Remove trailing slashes.
case $ac_val in
*/ )
ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
eval $ac_var=\$ac_val;;
esac
# Be sure to have absolute directory names.
case $ac_val in case $ac_val in
[\\/$]* | ?:[\\/]* ) continue;; [\\/$]* | ?:[\\/]* ) continue;;
NONE | '' ) case $ac_var in *prefix ) continue;; esac;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
esac esac
{ echo "$as_me: error: expected an absolute directory name for --$ac_var: as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
$ac_val" >&2
{ (exit 1); exit 1; }; }
done done
# There might be people who depend on the old broken behavior: `$host' # There might be people who depend on the old broken behavior: `$host'
# used to hold the argument of --host etc. # used to hold the argument of --host etc.
# FIXME: To remove some day. # FIXME: To remove some day.
build=$build_alias build=$build_alias
host=$host_alias host=$host_alias
target=$target_alias target=$target_alias
# FIXME: To remove some day. # FIXME: To remove some day.
if test "x$host_alias" != x; then if test "x$host_alias" != x; then
if test "x$build_alias" = x; then if test "x$build_alias" = x; then
cross_compiling=maybe cross_compiling=maybe
echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used." >&2 If a cross compiler is detected then cross compile mode will be used." >&2
elif test "x$build_alias" != "x$host_alias"; then elif test "x$build_alias" != "x$host_alias"; then
cross_compiling=yes cross_compiling=yes
fi fi
fi fi
ac_tool_prefix= ac_tool_prefix=
test -n "$host_alias" && ac_tool_prefix=$host_alias- test -n "$host_alias" && ac_tool_prefix=$host_alias-
test "$silent" = yes && exec 6>/dev/null test "$silent" = yes && exec 6>/dev/null
ac_pwd=`pwd` && test -n "$ac_pwd" && ac_pwd=`pwd` && test -n "$ac_pwd" &&
ac_ls_di=`ls -di .` && ac_ls_di=`ls -di .` &&
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
{ echo "$as_me: error: Working directory cannot be determined" >&2 as_fn_error "working directory cannot be determined"
{ (exit 1); exit 1; }; }
test "X$ac_ls_di" = "X$ac_pwd_ls_di" || test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
{ echo "$as_me: error: pwd does not report name of working directory" >&2 as_fn_error "pwd does not report name of working directory"
{ (exit 1); exit 1; }; }
# Find the source files, if location was not specified. # Find the source files, if location was not specified.
if test -z "$srcdir"; then if test -z "$srcdir"; then
ac_srcdir_defaulted=yes ac_srcdir_defaulted=yes
# Try the directory containing this script, then the parent directory. # Try the directory containing this script, then the parent directory.
ac_confdir=`$as_dirname -- "$0" || ac_confdir=`$as_dirname -- "$as_myself" ||
$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X"$0" : 'X\(//\)[^/]' \| \ X"$as_myself" : 'X\(//\)[^/]' \| \
X"$0" : 'X\(//\)$' \| \ X"$as_myself" : 'X\(//\)$' \| \
X"$0" : 'X\(/\)' \| . 2>/dev/null || X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
echo X"$0" | $as_echo X"$as_myself" |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
s//\1/ s//\1/
q q
} }
/^X\(\/\/\)[^/].*/{ /^X\(\/\/\)[^/].*/{
s//\1/ s//\1/
q q
} }
/^X\(\/\/\)$/{ /^X\(\/\/\)$/{
s//\1/ s//\1/
skipping to change at line 1327 skipping to change at line 1376
s/.*/./; q'` s/.*/./; q'`
srcdir=$ac_confdir srcdir=$ac_confdir
if test ! -r "$srcdir/$ac_unique_file"; then if test ! -r "$srcdir/$ac_unique_file"; then
srcdir=.. srcdir=..
fi fi
else else
ac_srcdir_defaulted=no ac_srcdir_defaulted=no
fi fi
if test ! -r "$srcdir/$ac_unique_file"; then if test ! -r "$srcdir/$ac_unique_file"; then
test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
{ echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
>&2
{ (exit 1); exit 1; }; }
fi fi
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
ac_abs_confdir=`( ac_abs_confdir=`(
cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
: $ac_msg" >&2
{ (exit 1); exit 1; }; }
pwd)` pwd)`
# When building in place, set srcdir=. # When building in place, set srcdir=.
if test "$ac_abs_confdir" = "$ac_pwd"; then if test "$ac_abs_confdir" = "$ac_pwd"; then
srcdir=. srcdir=.
fi fi
# Remove unnecessary trailing slashes from srcdir. # Remove unnecessary trailing slashes from srcdir.
# Double slashes in file names in object file debugging info # Double slashes in file names in object file debugging info
# mess up M-x gdb in Emacs. # mess up M-x gdb in Emacs.
case $srcdir in case $srcdir in
*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
skipping to change at line 1359 skipping to change at line 1406
eval ac_cv_env_${ac_var}_value=\$${ac_var} eval ac_cv_env_${ac_var}_value=\$${ac_var}
done done
# #
# Report the --help message. # Report the --help message.
# #
if test "$ac_init_help" = "long"; then if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures onig 5.9.2 to adapt to many kinds of systems. \`configure' configures onig 5.9.3 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
To assign environment variables (e.g., CC, CFLAGS...), specify them as To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE. See below for descriptions of some of the useful variables. VAR=VALUE. See below for descriptions of some of the useful variables.
Defaults for the options are specified in brackets. Defaults for the options are specified in brackets.
Configuration: Configuration:
-h, --help display this help and exit -h, --help display this help and exit
skipping to change at line 1381 skipping to change at line 1428
--help=recursive display the short help of all the included packag es --help=recursive display the short help of all the included packag es
-V, --version display version information and exit -V, --version display version information and exit
-q, --quiet, --silent do not print \`checking...' messages -q, --quiet, --silent do not print \`checking...' messages
--cache-file=FILE cache test results in FILE [disabled] --cache-file=FILE cache test results in FILE [disabled]
-C, --config-cache alias for \`--cache-file=config.cache' -C, --config-cache alias for \`--cache-file=config.cache'
-n, --no-create do not create output files -n, --no-create do not create output files
--srcdir=DIR find the sources in DIR [configure dir or \`..'] --srcdir=DIR find the sources in DIR [configure dir or \`..']
Installation directories: Installation directories:
--prefix=PREFIX install architecture-independent files in PREFIX --prefix=PREFIX install architecture-independent files in PREFIX
[$ac_default_prefix] [$ac_default_prefix]
--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
[PREFIX] [PREFIX]
By default, \`make install' will install all the files in By default, \`make install' will install all the files in
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
an installation prefix other than \`$ac_default_prefix' using \`--prefix', an installation prefix other than \`$ac_default_prefix' using \`--prefix',
for instance \`--prefix=\$HOME'. for instance \`--prefix=\$HOME'.
For better control, use the options below. For better control, use the options below.
Fine tuning of the installation directories: Fine tuning of the installation directories:
--bindir=DIR user executables [EPREFIX/bin] --bindir=DIR user executables [EPREFIX/bin]
--sbindir=DIR system admin executables [EPREFIX/sbin] --sbindir=DIR system admin executables [EPREFIX/sbin]
--libexecdir=DIR program executables [EPREFIX/libexec] --libexecdir=DIR program executables [EPREFIX/libexec]
--sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/c --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/
om] com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var] --localstatedir=DIR modifiable single-machine data [PREFIX/var]
--libdir=DIR object code libraries [EPREFIX/lib] --libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include] --includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include] --oldincludedir=DIR C header files for non-gcc [/usr/include]
--datarootdir=DIR read-only arch.-independent data root [PREFIX/shar --datarootdir=DIR read-only arch.-independent data root [PREFIX/sha
e] re]
--datadir=DIR read-only architecture-independent data [DATAROOTD --datadir=DIR read-only architecture-independent data [DATAROOT
IR] DIR]
--infodir=DIR info documentation [DATAROOTDIR/info] --infodir=DIR info documentation [DATAROOTDIR/info]
--localedir=DIR locale-dependent data [DATAROOTDIR/locale] --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
--mandir=DIR man documentation [DATAROOTDIR/man] --mandir=DIR man documentation [DATAROOTDIR/man]
--docdir=DIR documentation root [DATAROOTDIR/doc/onig] --docdir=DIR documentation root [DATAROOTDIR/doc/onig]
--htmldir=DIR html documentation [DOCDIR] --htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR]
--psdir=DIR ps documentation [DOCDIR] --psdir=DIR ps documentation [DOCDIR]
_ACEOF _ACEOF
cat <<\_ACEOF cat <<\_ACEOF
Program names: Program names:
--program-prefix=PREFIX prepend PREFIX to installed program na mes --program-prefix=PREFIX prepend PREFIX to installed program na mes
--program-suffix=SUFFIX append SUFFIX to installed program nam es --program-suffix=SUFFIX append SUFFIX to installed program nam es
--program-transform-name=PROGRAM run sed PROGRAM on installed program n ames --program-transform-name=PROGRAM run sed PROGRAM on installed program n ames
System types: System types:
--build=BUILD configure for building on BUILD [guessed] --build=BUILD configure for building on BUILD [guessed]
--host=HOST cross-compile to build programs to run on HOST [BUILD] --host=HOST cross-compile to build programs to run on HOST [BUILD]
_ACEOF _ACEOF
fi fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of onig 5.9.2:";; short | recursive ) echo "Configuration of onig 5.9.3:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
Optional Features: Optional Features:
--disable-option-checking ignore unrecognized --enable/--with options
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE= no) --disable-FEATURE do not include FEATURE (same as --enable-FEATURE= no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--enable-combination-explosion-check enable combination explosion check --enable-combination-explosion-check enable combination explosion check
--enable-crnl-as-line-terminator enable CR+NL as line terminator --enable-crnl-as-line-terminator enable CR+NL as line terminator
--disable-dependency-tracking speeds up one-time build --disable-dependency-tracking speeds up one-time build
--enable-dependency-tracking do not reject slow dependency extractors --enable-dependency-tracking do not reject slow dependency extractors
--enable-shared[=PKGS] build shared libraries [default=yes] --enable-shared[=PKGS] build shared libraries [default=yes]
--enable-static[=PKGS] build static libraries [default=yes] --enable-static[=PKGS] build static libraries [default=yes]
--enable-fast-install[=PKGS] --enable-fast-install[=PKGS]
optimize for fast installation [default=yes] optimize for fast installation [default=yes]
skipping to change at line 1461 skipping to change at line 1509
--with-pic try to use only PIC/non-PIC objects [default=use --with-pic try to use only PIC/non-PIC objects [default=use
both] both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-gnu-ld assume the C compiler uses GNU ld [default=no]
Some influential environment variables: Some influential environment variables:
CC C compiler command CC C compiler command
CFLAGS C compiler flags CFLAGS C compiler flags
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
nonstandard directory <lib dir> nonstandard directory <lib dir>
LIBS libraries to pass to the linker, e.g. -l<library> LIBS libraries to pass to the linker, e.g. -l<library>
CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
you have headers in a nonstandard directory <include dir> you have headers in a nonstandard directory <include dir>
CPP C preprocessor CPP C preprocessor
Use these variables to override the choices made by `configure' or to help Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations. it to find libraries and programs with nonstandard names/locations.
Report bugs to the package provider.
_ACEOF _ACEOF
ac_status=$? ac_status=$?
fi fi
if test "$ac_init_help" = "recursive"; then if test "$ac_init_help" = "recursive"; then
# If there are subdirs, report their specific --help. # If there are subdirs, report their specific --help.
for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
test -d "$ac_dir" || continue test -d "$ac_dir" ||
{ cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
continue
ac_builddir=. ac_builddir=.
case "$ac_dir" in case "$ac_dir" in
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
*) *)
ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
# A ".." for each directory in $ac_dir_suffix. # A ".." for each directory in $ac_dir_suffix.
ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,' ` ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s| /||'`
case $ac_top_builddir_sub in case $ac_top_builddir_sub in
"") ac_top_builddir_sub=. ac_top_build_prefix= ;; "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
*) ac_top_build_prefix=$ac_top_builddir_sub/ ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
esac ;; esac ;;
esac esac
ac_abs_top_builddir=$ac_pwd ac_abs_top_builddir=$ac_pwd
ac_abs_builddir=$ac_pwd$ac_dir_suffix ac_abs_builddir=$ac_pwd$ac_dir_suffix
# for backward compatibility: # for backward compatibility:
ac_top_builddir=$ac_top_build_prefix ac_top_builddir=$ac_top_build_prefix
skipping to change at line 1519 skipping to change at line 1570
cd "$ac_dir" || { ac_status=$?; continue; } cd "$ac_dir" || { ac_status=$?; continue; }
# Check for guested configure. # Check for guested configure.
if test -f "$ac_srcdir/configure.gnu"; then if test -f "$ac_srcdir/configure.gnu"; then
echo && echo &&
$SHELL "$ac_srcdir/configure.gnu" --help=recursive $SHELL "$ac_srcdir/configure.gnu" --help=recursive
elif test -f "$ac_srcdir/configure"; then elif test -f "$ac_srcdir/configure"; then
echo && echo &&
$SHELL "$ac_srcdir/configure" --help=recursive $SHELL "$ac_srcdir/configure" --help=recursive
else else
echo "$as_me: WARNING: no configuration information is in $ac_dir" >& 2 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir " >&2
fi || ac_status=$? fi || ac_status=$?
cd "$ac_pwd" || { ac_status=$?; break; } cd "$ac_pwd" || { ac_status=$?; break; }
done done
fi fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
onig configure 5.9.2 onig configure 5.9.3
generated by GNU Autoconf 2.61 generated by GNU Autoconf 2.65
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, Copyright (C) 2009 Free Software Foundation, Inc.
2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it. gives unlimited permission to copy, distribute and modify it.
_ACEOF _ACEOF
exit exit
fi fi
cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by onig $as_me 5.9.2, which was ## ------------------------ ##
generated by GNU Autoconf 2.61. Invocation command line was ## Autoconf initialization. ##
## ------------------------ ##
# ac_fn_c_try_compile LINENO
# --------------------------
# Try to compile conftest.$ac_ext, and return whether this succeeded.
ac_fn_c_try_compile ()
{
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_st
ack
rm -f conftest.$ac_objext
if { { ac_try="$ac_compile"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
$as_echo "$ac_try_echo"; } >&5
(eval "$ac_compile") 2>conftest.err
ac_status=$?
if test -s conftest.err; then
grep -v '^ *+' conftest.err >conftest.er1
cat conftest.er1 >&5
mv -f conftest.er1 conftest.err
fi
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest.$ac_objext; then :
ac_retval=0
else
$as_echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
$ $0 $@ ac_retval=1
fi
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unse
t as_lineno;}
as_fn_set_status $ac_retval
_ACEOF } # ac_fn_c_try_compile
exec 5>>config.log
{
cat <<_ASUNAME
## --------- ##
## Platform. ##
## --------- ##
hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` # ac_fn_c_try_link LINENO
uname -m = `(uname -m) 2>/dev/null || echo unknown` # -----------------------
uname -r = `(uname -r) 2>/dev/null || echo unknown` # Try to link conftest.$ac_ext, and return whether this succeeded.
uname -s = `(uname -s) 2>/dev/null || echo unknown` ac_fn_c_try_link ()
uname -v = `(uname -v) 2>/dev/null || echo unknown` {
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_st
/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` ack
/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` rm -f conftest.$ac_objext conftest$ac_exeext
if { { ac_try="$ac_link"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
$as_echo "$ac_try_echo"; } >&5
(eval "$ac_link") 2>conftest.err
ac_status=$?
if test -s conftest.err; then
grep -v '^ *+' conftest.err >conftest.er1
cat conftest.er1 >&5
mv -f conftest.er1 conftest.err
fi
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest$ac_exeext && {
test "$cross_compiling" = yes ||
$as_test_x conftest$ac_exeext
}; then :
ac_retval=0
else
$as_echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
/bin/arch = `(/bin/arch) 2>/dev/null || echo unkn ac_retval=1
own` fi
/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unkn # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
own` # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unkn # interfere with the next link command; also delete a directory that is
own` # left behind by Apple's compiler. We do this before executing the actio
/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unkn ns.
own` rm -rf conftest.dSYM conftest_ipa8_conftest.oo
/bin/machine = `(/bin/machine) 2>/dev/null || echo unkn eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unse
own` t as_lineno;}
/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unkn as_fn_set_status $ac_retval
own`
/bin/universe = `(/bin/universe) 2>/dev/null || echo unkn
own`
_ASUNAME } # ac_fn_c_try_link
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
for as_dir in $PATH # -------------------------------------------------------
do # Tests whether HEADER exists and can be compiled using the include files i
IFS=$as_save_IFS n
test -z "$as_dir" && as_dir=. # INCLUDES, setting the cache variable VAR accordingly.
echo "PATH: $as_dir" ac_fn_c_check_header_compile ()
done {
IFS=$as_save_IFS as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_st
ack
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
$as_echo_n "checking for $2... " >&6; }
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
$as_echo_n "(cached) " >&6
else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
$4
#include <$2>
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
eval "$3=yes"
else
eval "$3=no"
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi
eval ac_res=\$$3
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unse
t as_lineno;}
} >&5 } # ac_fn_c_check_header_compile
cat >&5 <<_ACEOF # ac_fn_c_try_cpp LINENO
# ----------------------
# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
ac_fn_c_try_cpp ()
{
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_st
ack
if { { ac_try="$ac_cpp conftest.$ac_ext"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
$as_echo "$ac_try_echo"; } >&5
(eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
ac_status=$?
if test -s conftest.err; then
grep -v '^ *+' conftest.err >conftest.er1
cat conftest.er1 >&5
mv -f conftest.er1 conftest.err
fi
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; } >/dev/null && {
test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
test ! -s conftest.err
}; then :
ac_retval=0
else
$as_echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
## ----------- ## ac_retval=1
## Core tests. ## fi
## ----------- ## eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unse
t as_lineno;}
as_fn_set_status $ac_retval
_ACEOF } # ac_fn_c_try_cpp
# Keep a trace of the command line. # ac_fn_c_try_run LINENO
# Strip out --no-create and --no-recursion so they do not pile up. # ----------------------
# Strip out --silent because we don't want to record it for future runs. # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
# Also quote any args containing shell meta-characters. # that executables *can* be run.
# Make two passes to allow for proper duplicate-argument suppression. ac_fn_c_try_run ()
ac_configure_args= {
ac_configure_args0= as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_st
ac_configure_args1= ack
ac_must_keep_next=false if { { ac_try="$ac_link"
for ac_pass in 1 2 case "(($ac_try" in
do *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
for ac_arg *) ac_try_echo=$ac_try;;
do esac
case $ac_arg in eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; $as_echo "$ac_try_echo"; } >&5
-q | -quiet | --quiet | --quie | --qui | --qu | --q \ (eval "$ac_link") 2>&5
| -silent | --silent | --silen | --sile | --sil) ac_status=$?
continue ;; $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
*\'*) test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; { { case "(($ac_try" in
esac *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
case $ac_pass in *) ac_try_echo=$ac_try;;
1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; esac
2) eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
ac_configure_args1="$ac_configure_args1 '$ac_arg'" $as_echo "$ac_try_echo"; } >&5
if test $ac_must_keep_next = true; then (eval "$ac_try") 2>&5
ac_must_keep_next=false # Got value, back to normal. ac_status=$?
else $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
case $ac_arg in test $ac_status = 0; }; }; then :
*=* | --config-cache | -C | -disable-* | --disable-* \ ac_retval=0
| -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ else
| -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ $as_echo "$as_me: program exited with status $ac_status" >&5
| -with-* | --with-* | -without-* | --without-* | --x) $as_echo "$as_me: failed program was:" >&5
case "$ac_configure_args0 " in sed 's/^/| /' conftest.$ac_ext >&5
"$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
esac
;;
-* ) ac_must_keep_next=true ;;
esac
fi
ac_configure_args="$ac_configure_args '$ac_arg'"
;;
esac
done
done
$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set ||
{ ac_configure_args0=; export ac_configure_args0; }
$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set ||
{ ac_configure_args1=; export ac_configure_args1; }
# When interrupted or exit'd, cleanup temporary files, and complete ac_retval=$ac_status
# config.log. We remove comments because anyway the quotes in there fi
# would cause problems or look ugly. rm -rf conftest.dSYM conftest_ipa8_conftest.oo
# WARNING: Use '\'' to represent an apostrophe within the trap. eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unse
# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 t as_lineno;}
bug. as_fn_set_status $ac_retval
trap 'exit_status=$?
# Save into config.log some information that might help in debugging.
{
echo
cat <<\_ASBOX } # ac_fn_c_try_run
## ---------------- ##
## Cache variables. ##
## ---------------- ##
_ASBOX
echo
# The following way of writing the cache mishandles newlines in values,
(
for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\
1/p'\''`; do
eval ac_val=\$$ac_var
case $ac_val in #(
*${as_nl}*)
case $ac_var in #(
*_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var conta
ins a newline." >&5
echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
esac
case $ac_var in #(
_ | IFS | as_nl) ;; #(
*) $as_unset $ac_var ;;
esac ;;
esac
done
(set) 2>&1 |
case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
*${as_nl}ac_space=\ *)
sed -n \
"s/'\''/'\''\\\\'\'''\''/g;
s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2
'\''/p"
;; #(
*)
sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
;;
esac |
sort
)
echo
cat <<\_ASBOX # ac_fn_c_check_func LINENO FUNC VAR
## ----------------- ## # ----------------------------------
## Output variables. ## # Tests whether FUNC exists, setting the cache variable VAR accordingly
## ----------------- ## ac_fn_c_check_func ()
_ASBOX {
echo as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_st
for ac_var in $ac_subst_vars ack
do { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
eval ac_val=\$$ac_var $as_echo_n "checking for $2... " >&6; }
case $ac_val in if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g" $as_echo_n "(cached) " >&6
`;; else
esac cat confdefs.h - <<_ACEOF >conftest.$ac_ext
echo "$ac_var='\''$ac_val'\''" /* end confdefs.h. */
done | sort /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
echo For example, HP-UX 11i <limits.h> declares gettimeofday. */
#define $2 innocuous_$2
if test -n "$ac_subst_files"; then /* System header to define __stub macros and hopefully few prototypes,
cat <<\_ASBOX which can conflict with char $2 (); below.
## ------------------- ## Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
## File substitutions. ## <limits.h> exists even on freestanding compilers. */
## ------------------- ##
_ASBOX
echo
for ac_var in $ac_subst_files
do
eval ac_val=\$$ac_var
case $ac_val in
*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g
"`;;
esac
echo "$ac_var='\''$ac_val'\''"
done | sort
echo
fi
if test -s confdefs.h; then #ifdef __STDC__
cat <<\_ASBOX # include <limits.h>
## ----------- ## #else
## confdefs.h. ## # include <assert.h>
## ----------- ## #endif
_ASBOX
echo
cat confdefs.h
echo
fi
test "$ac_signal" != 0 &&
echo "$as_me: caught signal $ac_signal"
echo "$as_me: exit $exit_status"
} >&5
rm -f core *.core core.conftest.* &&
rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
exit $exit_status
' 0
for ac_signal in 1 2 13 15; do
trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
done
ac_signal=0
# confdefs.h avoids OS command line length limits that DEFS can exceed. #undef $2
rm -f -r conftest* confdefs.h
# Predefined preprocessor variables. /* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char $2 ();
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined __stub_$2 || defined __stub___$2
choke me
#endif
cat >>confdefs.h <<_ACEOF int
#define PACKAGE_NAME "$PACKAGE_NAME" main ()
{
return $2 ();
;
return 0;
}
_ACEOF _ACEOF
if ac_fn_c_try_link "$LINENO"; then :
eval "$3=yes"
else
eval "$3=no"
fi
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
fi
eval ac_res=\$$3
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unse
t as_lineno;}
cat >>confdefs.h <<_ACEOF } # ac_fn_c_check_func
#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
_ACEOF
cat >>confdefs.h <<_ACEOF # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
#define PACKAGE_VERSION "$PACKAGE_VERSION" # -------------------------------------------------------
# Tests whether HEADER exists, giving a warning if it cannot be compiled us
ing
# the include files in INCLUDES and setting the cache variable VAR
# accordingly.
ac_fn_c_check_header_mongrel ()
{
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_st
ack
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
$as_echo_n "checking for $2... " >&6; }
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
$as_echo_n "(cached) " >&6
fi
eval ac_res=\$$3
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
else
# Is the header compilable?
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
$as_echo_n "checking $2 usability... " >&6; }
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
$4
#include <$2>
_ACEOF _ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
cat >>confdefs.h <<_ACEOF ac_header_compiler=yes
#define PACKAGE_STRING "$PACKAGE_STRING" else
ac_header_compiler=no
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
$as_echo "$ac_header_compiler" >&6; }
# Is the header present?
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
$as_echo_n "checking $2 presence... " >&6; }
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <$2>
_ACEOF _ACEOF
if ac_fn_c_try_cpp "$LINENO"; then :
ac_header_preproc=yes
else
ac_header_preproc=no
fi
rm -f conftest.err conftest.$ac_ext
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
$as_echo "$ac_header_preproc" >&6; }
cat >>confdefs.h <<_ACEOF # So? What about this header?
#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
yes:no: )
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the c
ompiler, rejected by the preprocessor!" >&5
$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the pr
eprocessor!" >&2;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with t
he compiler's result" >&5
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
;;
no:yes:* )
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but canno
t be compiled" >&5
$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for mis
sing prerequisite headers?" >&5
$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?"
>&2;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf
documentation" >&5
$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Pre
sent But Cannot Be Compiled\"" >&5
$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled
\"" >&2;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with t
he compiler's result" >&5
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
;;
esac
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
$as_echo_n "checking for $2... " >&6; }
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
$as_echo_n "(cached) " >&6
else
eval "$3=\$ac_header_compiler"
fi
eval ac_res=\$$3
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
fi
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unse
t as_lineno;}
} # ac_fn_c_check_header_mongrel
# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
# --------------------------------------------
# Tries to find the compile-time value of EXPR in a program that includes
# INCLUDES, setting VAR accordingly. Returns whether the value could be
# computed
ac_fn_c_compute_int ()
{
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_st
ack
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
$4
int
main ()
{
static int test_array [1 - 2 * !(($2) >= 0)];
test_array [0] = 0
;
return 0;
}
_ACEOF _ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
ac_lo=0 ac_mid=0
while :; do
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
$4
int
main ()
{
static int test_array [1 - 2 * !(($2) <= $ac_mid)];
test_array [0] = 0
# Let the site file select an alternate cache file if it wants to. ;
# Prefer explicitly selected file to automatically selected ones. return 0;
if test -n "$CONFIG_SITE"; then }
set x "$CONFIG_SITE" _ACEOF
elif test "x$prefix" != xNONE; then if ac_fn_c_try_compile "$LINENO"; then :
set x "$prefix/share/config.site" "$prefix/etc/config.site" ac_hi=$ac_mid; break
else else
set x "$ac_default_prefix/share/config.site" \ as_fn_arith $ac_mid + 1 && ac_lo=$as_val
"$ac_default_prefix/etc/config.site" if test $ac_lo -le $ac_mid; then
ac_lo= ac_hi=
break
fi
as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
fi fi
shift rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
for ac_site_file done
do else
if test -r "$ac_site_file"; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext
{ echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 /* end confdefs.h. */
echo "$as_me: loading site script $ac_site_file" >&6;} $4
sed 's/^/| /' "$ac_site_file" >&5 int
. "$ac_site_file" main ()
fi {
done static int test_array [1 - 2 * !(($2) < 0)];
test_array [0] = 0
if test -r "$cache_file"; then ;
# Some versions of bash will fail to source /dev/null (special return 0;
# files actually), so we avoid doing that. }
if test -f "$cache_file"; then _ACEOF
{ echo "$as_me:$LINENO: loading cache $cache_file" >&5 if ac_fn_c_try_compile "$LINENO"; then :
echo "$as_me: loading cache $cache_file" >&6;} ac_hi=-1 ac_mid=-1
case $cache_file in while :; do
[\\/]* | ?:[\\/]* ) . "$cache_file";; cat confdefs.h - <<_ACEOF >conftest.$ac_ext
*) . "./$cache_file";; /* end confdefs.h. */
esac $4
fi int
main ()
{
static int test_array [1 - 2 * !(($2) >= $ac_mid)];
test_array [0] = 0
;
return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
ac_lo=$ac_mid; break
else else
{ echo "$as_me:$LINENO: creating cache $cache_file" >&5 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
echo "$as_me: creating cache $cache_file" >&6;} if test $ac_mid -le $ac_hi; then
>$cache_file ac_lo= ac_hi=
break
fi
as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
fi fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
# Check that the precious variables saved in the cache have kept the same done
# value. else
ac_cache_corrupted=false ac_lo= ac_hi=
for ac_var in $ac_precious_vars; do
eval ac_old_set=\$ac_cv_env_${ac_var}_set
eval ac_new_set=\$ac_env_${ac_var}_set
eval ac_old_val=\$ac_cv_env_${ac_var}_value
eval ac_new_val=\$ac_env_${ac_var}_value
case $ac_old_set,$ac_new_set in
set,)
{ echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' i
n the previous run" >&5
echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous r
un" >&2;}
ac_cache_corrupted=: ;;
,set)
{ echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous
run" >&5
echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
ac_cache_corrupted=: ;;
,);;
*)
if test "x$ac_old_val" != "x$ac_new_val"; then
{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the prev
ious run:" >&5
echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
{ echo "$as_me:$LINENO: former value: $ac_old_val" >&5
echo "$as_me: former value: $ac_old_val" >&2;}
{ echo "$as_me:$LINENO: current value: $ac_new_val" >&5
echo "$as_me: current value: $ac_new_val" >&2;}
ac_cache_corrupted=:
fi;;
esac
# Pass precious variables to config.status.
if test "$ac_new_set" = set; then
case $ac_new_val in
*\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
*) ac_arg=$ac_var=$ac_new_val ;;
esac
case " $ac_configure_args " in
*" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
*) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
esac
fi
done
if $ac_cache_corrupted; then
{ echo "$as_me:$LINENO: error: changes in the environment can compromise
the build" >&5
echo "$as_me: error: changes in the environment can compromise the build" >
&2;}
{ { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache
_file' and start over" >&5
echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and sta
rt over" >&2;}
{ (exit 1); exit 1; }; }
fi fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_
ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
am__api_version='1.10'
ac_aux_dir=
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
if test -f "$ac_dir/install-sh"; then
ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/install-sh -c"
break
elif test -f "$ac_dir/install.sh"; then
ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/install.sh -c"
break
elif test -f "$ac_dir/shtool"; then
ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/shtool install -c"
break
fi
done
if test -z "$ac_aux_dir"; then
{ { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in
\"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"
$srcdir/..\" \"$srcdir/../..\"" >&2;}
{ (exit 1); exit 1; }; }
fi fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
# Binary search between lo and hi bounds.
while test "x$ac_lo" != "x$ac_hi"; do
as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
$4
int
main ()
{
static int test_array [1 - 2 * !(($2) <= $ac_mid)];
test_array [0] = 0
# These three variables are undocumented and unsupported, ;
# and are intended to be withdrawn in a future Autoconf release. return 0;
# They can cause serious problems if a builder's source tree is in a direct }
ory _ACEOF
# whose full name contains unusual characters. if ac_fn_c_try_compile "$LINENO"; then :
ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this ac_hi=$ac_mid
var.
ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
# Find a good install program. We prefer a C program (faster),
# so one script is as good as another. But avoid the broken or
# incompatible versions:
# SysV /etc/install, /usr/sbin/install
# SunOS /usr/etc/install
# IRIX /sbin/install
# AIX /bin/install
# AmigaOS /C/install, which installs bootblocks on floppy discs
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# OS/2's system install, which has a completely different semantic
# ./install, which can be erroneously created by make from ./install.sh.
{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
if test -z "$INSTALL"; then
if test "${ac_cv_path_install+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
for as_dir in $PATH fi
do rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
# Account for people who put trailing slashes in PATH elements.
case $as_dir/ in
./ | .// | /cC/* | \
/etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
/usr/ucb/* ) ;;
*)
# OSF1 and SCO ODT 3.0 have their own names for install.
# Don't use installbsd from OSF since it installs stuff as root
# by default.
for ac_prog in ginstall scoinst install; do
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$
ac_prog$ac_exec_ext"; }; then
if test $ac_prog = install &&
grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
# AIX install. It has an incompatible calling convention.
:
elif test $ac_prog = install &&
grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
# program-specific install script used by HP pwplus--don't use.
:
else
ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
break 3
fi
fi
done
done
;;
esac
done done
IFS=$as_save_IFS case $ac_lo in #((
?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
'') ac_retval=1 ;;
esac
else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
$4
static long int longval () { return $2; }
static unsigned long int ulongval () { return $2; }
#include <stdio.h>
#include <stdlib.h>
int
main ()
{
fi FILE *f = fopen ("conftest.val", "w");
if test "${ac_cv_path_install+set}" = set; then if (! f)
INSTALL=$ac_cv_path_install return 1;
if (($2) < 0)
{
long int i = longval ();
if (i != ($2))
return 1;
fprintf (f, "%ld", i);
}
else else
# As a last resort, use the slow shell script. Don't cache a {
# value for INSTALL within a source directory, because that will unsigned long int i = ulongval ();
# break other packages using the cache if that directory is if (i != ($2))
# removed, or if the value is a relative name. return 1;
INSTALL=$ac_install_sh fprintf (f, "%lu", i);
fi }
/* Do not output a trailing newline, as this causes \r\n confusion
on some platforms. */
return ferror (f) || fclose (f) != 0;
;
return 0;
}
_ACEOF
if ac_fn_c_try_run "$LINENO"; then :
echo >>conftest.val; read $3 <conftest.val; ac_retval=0
else
ac_retval=1
fi fi
{ echo "$as_me:$LINENO: result: $INSTALL" >&5 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
echo "${ECHO_T}$INSTALL" >&6; } conftest.$ac_objext conftest.beam conftest.$ac_ext
rm -f conftest.val
# Use test -z because SunOS4 sh mishandles braces in ${var-val}. fi
# It thinks the first close brace ends the variable substitution. eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unse
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' t as_lineno;}
as_fn_set_status $ac_retval
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' } # ac_fn_c_compute_int
cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' It was created by onig $as_me 5.9.3, which was
generated by GNU Autoconf 2.65. Invocation command line was
{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5 $ $0 $@
echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
# Just in case
sleep 1
echo timestamp > conftest.file
# Do `set' in a subshell so we don't clobber the current shell's
# arguments. Must try -L first in case configure is actually a
# symlink; some systems play weird games with the mod time of symlinks
# (eg FreeBSD returns the mod time of the symlink's containing
# directory).
if (
set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
if test "$*" = "X"; then
# -L didn't work.
set X `ls -t $srcdir/configure conftest.file`
fi
rm -f conftest.file
if test "$*" != "X $srcdir/configure conftest.file" \
&& test "$*" != "X conftest.file $srcdir/configure"; then
# If neither matched, then we have a broken ls. This can happen
# if, for instance, CONFIG_SHELL is bash and it inherits a
# broken ls alias from the environment. This has actually
# happened. Such a system could not be considered "sane".
{ { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure th
ere is not a broken
alias in your environment" >&5
echo "$as_me: error: ls -t appears to fail. Make sure there is not a broke
n
alias in your environment" >&2;}
{ (exit 1); exit 1; }; }
fi
test "$2" = conftest.file
)
then
# Ok.
:
else
{ { echo "$as_me:$LINENO: error: newly created file is older than distri
buted files!
Check your system clock" >&5
echo "$as_me: error: newly created file is older than distributed files!
Check your system clock" >&2;}
{ (exit 1); exit 1; }; }
fi
{ echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6; }
test "$program_prefix" != NONE &&
program_transform_name="s&^&$program_prefix&;$program_transform_name"
# Use a double $ so make ignores it.
test "$program_suffix" != NONE &&
program_transform_name="s&\$&$program_suffix&;$program_transform_name"
# Double any \ or $. echo might interpret backslashes.
# By default was `s,x,x', remove it if useless.
cat <<\_ACEOF >conftest.sed
s/[\\$]/&&/g;s/;s,x,x,$//
_ACEOF _ACEOF
program_transform_name=`echo $program_transform_name | sed -f conftest.sed` exec 5>>config.log
rm -f conftest.sed {
cat <<_ASUNAME
# expand $ac_aux_dir to an absolute path ## --------- ##
am_aux_dir=`cd $ac_aux_dir && pwd` ## Platform. ##
## --------- ##
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
# Use eval to expand $SHELL
if eval "$MISSING --run true"; then
am_missing_run="$MISSING --run "
else
am_missing_run=
{ echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing"
>&5
echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
fi
{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; } uname -m = `(uname -m) 2>/dev/null || echo unknown`
if test -z "$MKDIR_P"; then uname -r = `(uname -r) 2>/dev/null || echo unknown`
if test "${ac_cv_path_mkdir+set}" = set; then uname -s = `(uname -s) 2>/dev/null || echo unknown`
echo $ECHO_N "(cached) $ECHO_C" >&6 uname -v = `(uname -v) 2>/dev/null || echo unknown`
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_prog in mkdir gmkdir; do
for ac_exec_ext in '' $ac_executable_extensions; do
{ test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$
ac_prog$ac_exec_ext"; } || continue
case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
'mkdir (GNU coreutils) '* | \
'mkdir (coreutils) '* | \
'mkdir (fileutils) '4.1*)
ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
break 3;;
esac
done
done
done
IFS=$as_save_IFS
fi /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
if test "${ac_cv_path_mkdir+set}" = set; then /bin/arch = `(/bin/arch) 2>/dev/null || echo unkn
MKDIR_P="$ac_cv_path_mkdir -p" own`
else /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unkn
# As a last resort, use the slow shell script. Don't cache a own`
# value for MKDIR_P within a source directory, because that will /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unkn
# break other packages using the cache if that directory is own`
# removed, or if the value is a relative name. /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unkn
test -d ./--version && rmdir ./--version own`
MKDIR_P="$ac_install_sh -d" /bin/machine = `(/bin/machine) 2>/dev/null || echo unkn
fi own`
fi /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unkn
{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5 own`
echo "${ECHO_T}$MKDIR_P" >&6; } /bin/universe = `(/bin/universe) 2>/dev/null || echo unkn
own`
mkdir_p="$MKDIR_P" _ASUNAME
case $mkdir_p in
[\\/$]* | ?:[\\/]*) ;;
*/*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
esac
for ac_prog in gawk mawk nawk awk
do
# Extract the first word of "$ac_prog", so it can be a program name with
args.
set dummy $ac_prog; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
if test "${ac_cv_prog_AWK+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$AWK"; then
ac_cv_prog_AWK="$AWK" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH for as_dir in $PATH
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do $as_echo "PATH: $as_dir"
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo done
rd$ac_exec_ext"; }; then
ac_cv_prog_AWK="$ac_prog"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
done
IFS=$as_save_IFS IFS=$as_save_IFS
fi } >&5
fi
AWK=$ac_cv_prog_AWK
if test -n "$AWK"; then
{ echo "$as_me:$LINENO: result: $AWK" >&5
echo "${ECHO_T}$AWK" >&6; }
else
{ echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6; }
fi
test -n "$AWK" && break
done
{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6;
}
set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'
`
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\"
= set"; }; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.make <<\_ACEOF
SHELL = /bin/sh
all:
@echo '@@@%%%=$(MAKE)=@@@%%%'
_ACEOF
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
case `${MAKE-make} -f conftest.make 2>/dev/null` in
*@@@%%%=?*=@@@%%%*)
eval ac_cv_prog_make_${ac_make}_set=yes;;
*)
eval ac_cv_prog_make_${ac_make}_set=no;;
esac
rm -f conftest.make
fi
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
{ echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6; }
SET_MAKE=
else
{ echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6; }
SET_MAKE="MAKE=${MAKE-make}"
fi
rm -rf .tst 2>/dev/null
mkdir .tst 2>/dev/null
if test -d .tst; then
am__leading_dot=.
else
am__leading_dot=_
fi
rmdir .tst 2>/dev/null
if test "`cd $srcdir && pwd`" != "`pwd`"; then
# Use -I$(srcdir) only when $(srcdir) != ., so that make's output
# is not polluted with repeated "-I."
am__isrc=' -I$(srcdir)'
# test to see if srcdir already configured
if test -f $srcdir/config.status; then
{ { echo "$as_me:$LINENO: error: source directory already configured; r
un \"make distclean\" there first" >&5
echo "$as_me: error: source directory already configured; run \"make distcl
ean\" there first" >&2;}
{ (exit 1); exit 1; }; }
fi
fi
# test whether we have cygpath
if test -z "$CYGPATH_W"; then
if (cygpath --version) >/dev/null 2>/dev/null; then
CYGPATH_W='cygpath -w'
else
CYGPATH_W=echo
fi
fi
# Define the identity of the package. cat >&5 <<_ACEOF
PACKAGE='onig'
VERSION='5.9.2'
cat >>confdefs.h <<_ACEOF ## ----------- ##
#define PACKAGE "$PACKAGE" ## Core tests. ##
_ACEOF ## ----------- ##
cat >>confdefs.h <<_ACEOF
#define VERSION "$VERSION"
_ACEOF _ACEOF
# Some tools Automake needs. # Keep a trace of the command line.
# Strip out --no-create and --no-recursion so they do not pile up.
ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} # Strip out --silent because we don't want to record it for future runs.
# Also quote any args containing shell meta-characters.
AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} # Make two passes to allow for proper duplicate-argument suppression.
ac_configure_args=
AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} ac_configure_args0=
ac_configure_args1=
AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} ac_must_keep_next=false
for ac_pass in 1 2
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
# Installed binaries are usually stripped using `strip' when the user
# run `make install-strip'. However `strip' might not be the right
# tool to use in cross-compilation environments, therefore Automake
# will honor the `STRIP' environment variable to overrule this program.
if test "$cross_compiling" != no; then
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}strip", so it can be a prog
ram name with args.
set dummy ${ac_tool_prefix}strip; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
if test "${ac_cv_prog_STRIP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$STRIP"; then
ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do do
IFS=$as_save_IFS for ac_arg
test -z "$as_dir" && as_dir=. do
for ac_exec_ext in '' $ac_executable_extensions; do case $ac_arg in
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
rd$ac_exec_ext"; }; then -q | -quiet | --quiet | --quie | --qui | --qu | --q \
ac_cv_prog_STRIP="${ac_tool_prefix}strip" | -silent | --silent | --silen | --sile | --sil)
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 continue ;;
break 2 *\'*)
fi ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
done esac
case $ac_pass in
1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2)
as_fn_append ac_configure_args1 " '$ac_arg'"
if test $ac_must_keep_next = true; then
ac_must_keep_next=false # Got value, back to normal.
else
case $ac_arg in
*=* | --config-cache | -C | -disable-* | --disable-* \
| -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
| -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
| -with-* | --with-* | -without-* | --without-* | --x)
case "$ac_configure_args0 " in
"$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
esac
;;
-* ) ac_must_keep_next=true ;;
esac
fi
as_fn_append ac_configure_args " '$ac_arg'"
;;
esac
done
done done
IFS=$as_save_IFS { ac_configure_args0=; unset ac_configure_args0;}
{ ac_configure_args1=; unset ac_configure_args1;}
fi
fi
STRIP=$ac_cv_prog_STRIP
if test -n "$STRIP"; then
{ echo "$as_me:$LINENO: result: $STRIP" >&5
echo "${ECHO_T}$STRIP" >&6; }
else
{ echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6; }
fi
fi
if test -z "$ac_cv_prog_STRIP"; then
ac_ct_STRIP=$STRIP
# Extract the first word of "strip", so it can be a program name with arg
s.
set dummy strip; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$ac_ct_STRIP"; then
ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo
rd$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_STRIP="strip"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
done
IFS=$as_save_IFS
fi # When interrupted or exit'd, cleanup temporary files, and complete
fi # config.log. We remove comments because anyway the quotes in there
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP # would cause problems or look ugly.
if test -n "$ac_ct_STRIP"; then # WARNING: Use '\'' to represent an apostrophe within the trap.
{ echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0
echo "${ECHO_T}$ac_ct_STRIP" >&6; } bug.
else trap 'exit_status=$?
{ echo "$as_me:$LINENO: result: no" >&5 # Save into config.log some information that might help in debugging.
echo "${ECHO_T}no" >&6; } {
fi echo
if test "x$ac_ct_STRIP" = x; then cat <<\_ASBOX
STRIP=":" ## ---------------- ##
else ## Cache variables. ##
case $cross_compiling:$ac_tool_warned in ## ---------------- ##
yes:) _ASBOX
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cr echo
oss-tools # The following way of writing the cache mishandles newlines in values,
whose name does not start with the host triplet. If you think this (
configuration is useful to you, please write to autoconf@gnu.org." >&5 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 1/p'\''`; do
whose name does not start with the host triplet. If you think this eval ac_val=\$$ac_var
configuration is useful to you, please write to autoconf@gnu.org." >&2;} case $ac_val in #(
ac_tool_warned=yes ;; *${as_nl}*)
esac case $ac_var in #(
STRIP=$ac_ct_STRIP *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache varia
fi ble $ac_var contains a newline" >&5
else $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;}
STRIP="$ac_cv_prog_STRIP" ;;
fi esac
case $ac_var in #(
_ | IFS | as_nl) ;; #(
BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
*) { eval $ac_var=; unset $ac_var;} ;;
esac ;;
esac
done
(set) 2>&1 |
case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
*${as_nl}ac_space=\ *)
sed -n \
"s/'\''/'\''\\\\'\'''\''/g;
s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2
'\''/p"
;; #(
*)
sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
;;
esac |
sort
)
echo
fi cat <<\_ASBOX
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" ## ----------------- ##
## Output variables. ##
## ----------------- ##
_ASBOX
echo
for ac_var in $ac_subst_vars
do
eval ac_val=\$$ac_var
case $ac_val in
*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\'
'/g"`;;
esac
$as_echo "$ac_var='\''$ac_val'\''"
done | sort
echo
# We need awk for the "check" target. The system "awk" is bad on if test -n "$ac_subst_files"; then
# some platforms. cat <<\_ASBOX
# Always define AMTAR for backward compatibility. ## ------------------- ##
## File substitutions. ##
## ------------------- ##
_ASBOX
echo
for ac_var in $ac_subst_files
do
eval ac_val=\$$ac_var
case $ac_val in
*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\
''/g"`;;
esac
$as_echo "$ac_var='\''$ac_val'\''"
done | sort
echo
fi
AMTAR=${AMTAR-"${am_missing_run}tar"} if test -s confdefs.h; then
cat <<\_ASBOX
## ----------- ##
## confdefs.h. ##
## ----------- ##
_ASBOX
echo
cat confdefs.h
echo
fi
test "$ac_signal" != 0 &&
$as_echo "$as_me: caught signal $ac_signal"
$as_echo "$as_me: exit $exit_status"
} >&5
rm -f core *.core core.conftest.* &&
rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
exit $exit_status
' 0
for ac_signal in 1 2 13 15; do
trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
done
ac_signal=0
am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' # confdefs.h avoids OS command line length limits that DEFS can exceed.
rm -f -r conftest* confdefs.h
ac_config_headers="$ac_config_headers config.h" $as_echo "/* confdefs.h */" > confdefs.h
RUBYDIR=".." # Predefined preprocessor variables.
# Check whether --with-rubydir was given. cat >>confdefs.h <<_ACEOF
if test "${with_rubydir+set}" = set; then #define PACKAGE_NAME "$PACKAGE_NAME"
withval=$with_rubydir; RUBYDIR=$withval _ACEOF
fi
STATISTICS="" cat >>confdefs.h <<_ACEOF
#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
_ACEOF
# Check whether --with-statistics was given. cat >>confdefs.h <<_ACEOF
if test "${with_statistics+set}" = set; then #define PACKAGE_VERSION "$PACKAGE_VERSION"
withval=$with_statistics; STATISTICS=-DONIG_DEBUG_STATISTICS _ACEOF
fi
# Check whether --enable-combination-explosion-check was given. cat >>confdefs.h <<_ACEOF
if test "${enable_combination_explosion_check+set}" = set; then #define PACKAGE_STRING "$PACKAGE_STRING"
enableval=$enable_combination_explosion_check; comb_expl_check=$enableval _ACEOF
fi
if test $comb_expl_check = yes; then cat >>confdefs.h <<_ACEOF
#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
_ACEOF
cat >>confdefs.h <<\_ACEOF cat >>confdefs.h <<_ACEOF
#define USE_COMBINATION_EXPLOSION_CHECK 1 #define PACKAGE_URL "$PACKAGE_URL"
_ACEOF _ACEOF
# Let the site file select an alternate cache file if it wants to.
# Prefer an explicitly selected file to automatically selected ones.
ac_site_file1=NONE
ac_site_file2=NONE
if test -n "$CONFIG_SITE"; then
ac_site_file1=$CONFIG_SITE
elif test "x$prefix" != xNONE; then
ac_site_file1=$prefix/share/config.site
ac_site_file2=$prefix/etc/config.site
else
ac_site_file1=$ac_default_prefix/share/config.site
ac_site_file2=$ac_default_prefix/etc/config.site
fi fi
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
do
test "x$ac_site_file" = xNONE && continue
if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_f
ile" >&5
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
sed 's/^/| /' "$ac_site_file" >&5
. "$ac_site_file"
fi
done
# Check whether --enable-crnl-as-line-terminator was given. if test -r "$cache_file"; then
if test "${enable_crnl_as_line_terminator+set}" = set; then # Some versions of bash will fail to source /dev/null (special files
enableval=$enable_crnl_as_line_terminator; crnl_as_line_terminator=$enabl # actually), so we avoid doing that. DJGPP emulates it as a regular file
eval .
if test /dev/null != "$cache_file" && test -f "$cache_file"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
$as_echo "$as_me: loading cache $cache_file" >&6;}
case $cache_file in
[\\/]* | ?:[\\/]* ) . "$cache_file";;
*) . "./$cache_file";;
esac
fi
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
$as_echo "$as_me: creating cache $cache_file" >&6;}
>$cache_file
fi fi
if test $crnl_as_line_terminator = yes; then # Check that the precious variables saved in the cache have kept the same
# value.
cat >>confdefs.h <<\_ACEOF ac_cache_corrupted=false
#define USE_CRNL_AS_LINE_TERMINATOR 1 for ac_var in $ac_precious_vars; do
_ACEOF eval ac_old_set=\$ac_cv_env_${ac_var}_set
eval ac_new_set=\$ac_env_${ac_var}_set
fi eval ac_old_val=\$ac_cv_env_${ac_var}_value
eval ac_new_val=\$ac_env_${ac_var}_value
case $ac_old_set,$ac_new_set in
set,)
{ $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to
\`$ac_old_val' in the previous run" >&5
$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previo
us run" >&2;}
ac_cache_corrupted=: ;;
,set)
{ $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not se
t in the previous run" >&5
$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
ac_cache_corrupted=: ;;
,);;
*)
if test "x$ac_old_val" != "x$ac_new_val"; then
# differences in whitespace do not lead to failure.
ac_old_val_w=`echo x $ac_old_val`
ac_new_val_w=`echo x $ac_new_val`
if test "$ac_old_val_w" != "$ac_new_val_w"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has cha
nged since the previous run:" >&5
$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&
2;}
ac_cache_corrupted=:
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitesp
ace changes in \`$ac_var' since the previous run:" >&5
$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since
the previous run:" >&2;}
eval $ac_var=\$ac_old_val
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_
val'" >&5
$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_
val'" >&5
$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
fi;;
esac
# Pass precious variables to config.status.
if test "$ac_new_set" = set; then
case $ac_new_val in
*\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"`
;;
*) ac_arg=$ac_var=$ac_new_val ;;
esac
case " $ac_configure_args " in
*" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
*) as_fn_append ac_configure_args " '$ac_arg'" ;;
esac
fi
done
if $ac_cache_corrupted; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environmen
t can compromise the build" >&5
$as_echo "$as_me: error: changes in the environment can compromise the buil
d" >&2;}
as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start ove
r" "$LINENO" 5
fi
## -------------------- ##
## Main body of script. ##
## -------------------- ##
ac_ext=c ac_ext=c
ac_cpp='$CPP $CPPFLAGS' ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ ext $LIBS >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_compiler_gnu=$ac_cv_c_compiler_gnu
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a progra
m name with args.
set dummy ${ac_tool_prefix}gcc; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo
rd$ac_exec_ext"; }; then
ac_cv_prog_CC="${ac_tool_prefix}gcc"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
done
IFS=$as_save_IFS
fi am__api_version='1.11'
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
{ echo "$as_me:$LINENO: result: $CC" >&5
echo "${ECHO_T}$CC" >&6; }
else
{ echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6; }
fi
fi ac_aux_dir=
if test -z "$ac_cv_prog_CC"; then for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
ac_ct_CC=$CC for ac_t in install-sh install.sh shtool; do
# Extract the first word of "gcc", so it can be a program name with args. if test -f "$ac_dir/$ac_t"; then
set dummy gcc; ac_word=$2 ac_aux_dir=$ac_dir
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 ac_install_sh="$ac_aux_dir/$ac_t -c"
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } break 2
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then fi
echo $ECHO_N "(cached) $ECHO_C" >&6 done
else done
if test -n "$ac_ct_CC"; then if test -z "$ac_aux_dir"; then
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\"
\"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
fi
# These three variables are undocumented and unsupported,
# and are intended to be withdrawn in a future Autoconf release.
# They can cause serious problems if a builder's source tree is in a direct
ory
# whose full name contains unusual characters.
ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this
var.
ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
# Find a good install program. We prefer a C program (faster),
# so one script is as good as another. But avoid the broken or
# incompatible versions:
# SysV /etc/install, /usr/sbin/install
# SunOS /usr/etc/install
# IRIX /sbin/install
# AIX /bin/install
# AmigaOS /C/install, which installs bootblocks on floppy discs
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# OS/2's system install, which has a completely different semantic
# ./install, which can be erroneously created by make from ./install.sh.
# Reject install programs that cannot install multiple files.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible inst
all" >&5
$as_echo_n "checking for a BSD-compatible install... " >&6; }
if test -z "$INSTALL"; then
if test "${ac_cv_path_install+set}" = set; then :
$as_echo_n "(cached) " >&6
else else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH for as_dir in $PATH
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do # Account for people who put trailing slashes in PATH elements.
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo case $as_dir/ in #((
rd$ac_exec_ext"; }; then ./ | .// | /[cC]/* | \
ac_cv_prog_ac_ct_CC="gcc" /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
break 2 /usr/ucb/* ) ;;
fi *)
done # OSF1 and SCO ODT 3.0 have their own names for install.
done # Don't use installbsd from OSF since it installs stuff as root
# by default.
for ac_prog in ginstall scoinst install; do
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$
ac_prog$ac_exec_ext"; }; then
if test $ac_prog = install &&
grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
# AIX install. It has an incompatible calling convention.
:
elif test $ac_prog = install &&
grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
# program-specific install script used by HP pwplus--don't use.
:
else
rm -rf conftest.one conftest.two conftest.dir
echo one > conftest.one
echo two > conftest.two
mkdir conftest.dir
if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "
`pwd`/conftest.dir" &&
test -s conftest.one && test -s conftest.two &&
test -s conftest.dir/conftest.one &&
test -s conftest.dir/conftest.two
then
ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
break 3
fi
fi
fi
done
done
;;
esac
done
IFS=$as_save_IFS IFS=$as_save_IFS
rm -rf conftest.one conftest.two conftest.dir
fi fi
if test "${ac_cv_path_install+set}" = set; then
INSTALL=$ac_cv_path_install
else
# As a last resort, use the slow shell script. Don't cache a
# value for INSTALL within a source directory, because that will
# break other packages using the cache if that directory is
# removed, or if the value is a relative name.
INSTALL=$ac_install_sh
fi
fi fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
if test -n "$ac_ct_CC"; then $as_echo "$INSTALL" >&6; }
{ echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6; }
else
{ echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6; }
fi
if test "x$ac_ct_CC" = x; then # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
CC="" # It thinks the first close brace ends the variable substitution.
else test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
case $cross_compiling:$ac_tool_warned in
yes:) test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cr
oss-tools test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
whose name does not start with the host triplet. If you think this
configuration is useful to you, please write to autoconf@gnu.org." >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools is sane" >&5
whose name does not start with the host triplet. If you think this $as_echo_n "checking whether build environment is sane... " >&6; }
configuration is useful to you, please write to autoconf@gnu.org." >&2;} # Just in case
ac_tool_warned=yes ;; sleep 1
echo timestamp > conftest.file
# Reject unsafe characters in $srcdir or the absolute working directory
# name. Accept space and tab only in the latter.
am_lf='
'
case `pwd` in
*[\\\"\#\$\&\'\`$am_lf]*)
as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
esac esac
CC=$ac_ct_CC case $srcdir in
fi *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
esac
# Do `set' in a subshell so we don't clobber the current shell's
# arguments. Must try -L first in case configure is actually a
# symlink; some systems play weird games with the mod time of symlinks
# (eg FreeBSD returns the mod time of the symlink's containing
# directory).
if (
set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
if test "$*" = "X"; then
# -L didn't work.
set X `ls -t "$srcdir/configure" conftest.file`
fi
rm -f conftest.file
if test "$*" != "X $srcdir/configure conftest.file" \
&& test "$*" != "X conftest.file $srcdir/configure"; then
# If neither matched, then we have a broken ls. This can happen
# if, for instance, CONFIG_SHELL is bash and it inherits a
# broken ls alias from the environment. This has actually
# happened. Such a system could not be considered "sane".
as_fn_error "ls -t appears to fail. Make sure there is not a broken
alias in your environment" "$LINENO" 5
fi
test "$2" = conftest.file
)
then
# Ok.
:
else else
CC="$ac_cv_prog_CC" as_fn_error "newly created file is older than distributed files!
Check your system clock" "$LINENO" 5
fi fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
test "$program_prefix" != NONE &&
program_transform_name="s&^&$program_prefix&;$program_transform_name"
# Use a double $ so make ignores it.
test "$program_suffix" != NONE &&
program_transform_name="s&\$&$program_suffix&;$program_transform_name"
# Double any \ or $.
# By default was `s,x,x', remove it if useless.
ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_scrip
t"`
if test -z "$CC"; then # expand $ac_aux_dir to an absolute path
if test -n "$ac_tool_prefix"; then am_aux_dir=`cd $ac_aux_dir && pwd`
# Extract the first word of "${ac_tool_prefix}cc", so it can be a progr
am name with args.
set dummy ${ac_tool_prefix}cc; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo
rd$ac_exec_ext"; }; then
ac_cv_prog_CC="${ac_tool_prefix}cc"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
done
IFS=$as_save_IFS
if test x"${MISSING+set}" != xset; then
case $am_aux_dir in
*\ * | *\ *)
MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
*)
MISSING="\${SHELL} $am_aux_dir/missing" ;;
esac
fi fi
fi # Use eval to expand $SHELL
CC=$ac_cv_prog_CC if eval "$MISSING --run true"; then
if test -n "$CC"; then am_missing_run="$MISSING --run "
{ echo "$as_me:$LINENO: result: $CC" >&5
echo "${ECHO_T}$CC" >&6; }
else else
{ echo "$as_me:$LINENO: result: no" >&5 am_missing_run=
echo "${ECHO_T}no" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is to
o old or missing" >&5
$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
fi fi
fi if test x"${install_sh}" != xset; then
case $am_aux_dir in
*\ * | *\ *)
install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
*)
install_sh="\${SHELL} $am_aux_dir/install-sh"
esac
fi fi
if test -z "$CC"; then
# Extract the first word of "cc", so it can be a program name with args. # Installed binaries are usually stripped using `strip' when the user
set dummy cc; ac_word=$2 # run `make install-strip'. However `strip' might not be the right
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 # tool to use in cross-compilation environments, therefore Automake
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } # will honor the `STRIP' environment variable to overrule this program.
if test "${ac_cv_prog_CC+set}" = set; then if test "$cross_compiling" != no; then
echo $ECHO_N "(cached) $ECHO_C" >&6 if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}strip", so it can be a prog
ram name with args.
set dummy ${ac_tool_prefix}strip; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_STRIP+set}" = set; then :
$as_echo_n "(cached) " >&6
else else
if test -n "$CC"; then if test -n "$STRIP"; then
ac_cv_prog_CC="$CC" # Let the user override the test. ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
else else
ac_prog_rejected=no
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH for as_dir in $PATH
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then
if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip"
ac_prog_rejected=yes $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_e
continue xt" >&5
fi
ac_cv_prog_CC="cc"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2 break 2
fi fi
done done
done done
IFS=$as_save_IFS IFS=$as_save_IFS
if test $ac_prog_rejected = yes; then
# We found a bogon in the path, so make sure we never use it.
set dummy $ac_cv_prog_CC
shift
if test $# != 0; then
# We chose a different compiler from the bogus one.
# However, it has the same basename, so the bogon will be chosen
# first if we set CC to just the basename; use the full file name.
shift
ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
fi
fi
fi fi
fi fi
CC=$ac_cv_prog_CC STRIP=$ac_cv_prog_STRIP
if test -n "$CC"; then if test -n "$STRIP"; then
{ echo "$as_me:$LINENO: result: $CC" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
echo "${ECHO_T}$CC" >&6; } $as_echo "$STRIP" >&6; }
else else
{ echo "$as_me:$LINENO: result: no" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
echo "${ECHO_T}no" >&6; } $as_echo "no" >&6; }
fi fi
fi fi
if test -z "$CC"; then if test -z "$ac_cv_prog_STRIP"; then
if test -n "$ac_tool_prefix"; then ac_ct_STRIP=$STRIP
for ac_prog in cl.exe # Extract the first word of "strip", so it can be a program name with arg
do s.
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a p set dummy strip; ac_word=$2
rogram name with args. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
set dummy $ac_tool_prefix$ac_prog; ac_word=$2 $as_echo_n "checking for $ac_word... " >&6; }
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } $as_echo_n "(cached) " >&6
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else else
if test -n "$CC"; then if test -n "$ac_ct_STRIP"; then
ac_cv_prog_CC="$CC" # Let the user override the test. ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
else else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH for as_dir in $PATH
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then
ac_cv_prog_CC="$ac_tool_prefix$ac_prog" ac_cv_prog_ac_ct_STRIP="strip"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_e
xt" >&5
break 2 break 2
fi fi
done done
done done
IFS=$as_save_IFS IFS=$as_save_IFS
fi fi
fi fi
CC=$ac_cv_prog_CC ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
if test -n "$CC"; then if test -n "$ac_ct_STRIP"; then
{ echo "$as_me:$LINENO: result: $CC" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
echo "${ECHO_T}$CC" >&6; } $as_echo "$ac_ct_STRIP" >&6; }
else else
{ echo "$as_me:$LINENO: result: no" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
echo "${ECHO_T}no" >&6; } $as_echo "no" >&6; }
fi fi
test -n "$CC" && break if test "x$ac_ct_STRIP" = x; then
done STRIP=":"
else
case $cross_compiling:$ac_tool_warned in
yes:)
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not pre
fixed with host triplet" >&5
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet
" >&2;}
ac_tool_warned=yes ;;
esac
STRIP=$ac_ct_STRIP
fi
else
STRIP="$ac_cv_prog_STRIP"
fi fi
if test -z "$CC"; then
ac_ct_CC=$CC fi
for ac_prog in cl.exe INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -
p" >&5
$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
if test -z "$MKDIR_P"; then
if test "${ac_cv_path_mkdir+set}" = set; then :
$as_echo_n "(cached) " >&6
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_prog in mkdir gmkdir; do
for ac_exec_ext in '' $ac_executable_extensions; do
{ test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$
ac_prog$ac_exec_ext"; } || continue
case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
'mkdir (GNU coreutils) '* | \
'mkdir (coreutils) '* | \
'mkdir (fileutils) '4.1*)
ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
break 3;;
esac
done
done
done
IFS=$as_save_IFS
fi
test -d ./--version && rmdir ./--version
if test "${ac_cv_path_mkdir+set}" = set; then
MKDIR_P="$ac_cv_path_mkdir -p"
else
# As a last resort, use the slow shell script. Don't cache a
# value for MKDIR_P within a source directory, because that will
# break other packages using the cache if that directory is
# removed, or if the value is a relative name.
MKDIR_P="$ac_install_sh -d"
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
$as_echo "$MKDIR_P" >&6; }
mkdir_p="$MKDIR_P"
case $mkdir_p in
[\\/$]* | ?:[\\/]*) ;;
*/*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
esac
for ac_prog in gawk mawk nawk awk
do do
# Extract the first word of "$ac_prog", so it can be a program name with args. # Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2 set dummy $ac_prog; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } $as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then if test "${ac_cv_prog_AWK+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
if test -n "$ac_ct_CC"; then if test -n "$AWK"; then
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. ac_cv_prog_AWK="$AWK" # Let the user override the test.
else else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH for as_dir in $PATH
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_CC="$ac_prog" ac_cv_prog_AWK="$ac_prog"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_e
xt" >&5
break 2 break 2
fi fi
done done
done done
IFS=$as_save_IFS IFS=$as_save_IFS
fi fi
fi fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC AWK=$ac_cv_prog_AWK
if test -n "$ac_ct_CC"; then if test -n "$AWK"; then
{ echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
echo "${ECHO_T}$ac_ct_CC" >&6; } $as_echo "$AWK" >&6; }
else else
{ echo "$as_me:$LINENO: result: no" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
echo "${ECHO_T}no" >&6; } $as_echo "no" >&6; }
fi fi
test -n "$ac_ct_CC" && break test -n "$AWK" && break
done done
if test "x$ac_ct_CC" = x; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets
CC="" \$(MAKE)" >&5
else $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
case $cross_compiling:$ac_tool_warned in set x ${MAKE-make}
yes:) ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cr if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\"
oss-tools = set"; }; then :
whose name does not start with the host triplet. If you think this $as_echo_n "(cached) " >&6
configuration is useful to you, please write to autoconf@gnu.org." >&5 else
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools cat >conftest.make <<\_ACEOF
whose name does not start with the host triplet. If you think this SHELL = /bin/sh
configuration is useful to you, please write to autoconf@gnu.org." >&2;} all:
ac_tool_warned=yes ;; @echo '@@@%%%=$(MAKE)=@@@%%%'
_ACEOF
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
case `${MAKE-make} -f conftest.make 2>/dev/null` in
*@@@%%%=?*=@@@%%%*)
eval ac_cv_prog_make_${ac_make}_set=yes;;
*)
eval ac_cv_prog_make_${ac_make}_set=no;;
esac esac
CC=$ac_ct_CC rm -f conftest.make
fi fi
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
SET_MAKE=
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
SET_MAKE="MAKE=${MAKE-make}"
fi fi
rm -rf .tst 2>/dev/null
mkdir .tst 2>/dev/null
if test -d .tst; then
am__leading_dot=.
else
am__leading_dot=_
fi fi
rmdir .tst 2>/dev/null
test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler if test "`cd $srcdir && pwd`" != "`pwd`"; then
found in \$PATH # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
See \`config.log' for more details." >&5 # is not polluted with repeated "-I."
echo "$as_me: error: no acceptable C compiler found in \$PATH am__isrc=' -I$(srcdir)'
See \`config.log' for more details." >&2;} # test to see if srcdir already configured
{ (exit 1); exit 1; }; } if test -f $srcdir/config.status; then
as_fn_error "source directory already configured; run \"make distclean\
" there first" "$LINENO" 5
fi
fi
# Provide some information about the compiler. # test whether we have cygpath
echo "$as_me:$LINENO: checking for C compiler version" >&5 if test -z "$CYGPATH_W"; then
ac_compiler=`set X $ac_compile; echo $2` if (cygpath --version) >/dev/null 2>/dev/null; then
{ (ac_try="$ac_compiler --version >&5" CYGPATH_W='cygpath -w'
case "(($ac_try" in else
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; CYGPATH_W=echo
*) ac_try_echo=$ac_try;; fi
esac fi
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_compiler --version >&5") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }
{ (ac_try="$ac_compiler -v >&5"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_compiler -v >&5") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }
{ (ac_try="$ac_compiler -V >&5"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_compiler -V >&5") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }
cat >conftest.$ac_ext <<_ACEOF # Define the identity of the package.
/* confdefs.h. */ PACKAGE='onig'
_ACEOF VERSION='5.9.3'
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
int cat >>confdefs.h <<_ACEOF
main () #define PACKAGE "$PACKAGE"
{ _ACEOF
; cat >>confdefs.h <<_ACEOF
return 0; #define VERSION "$VERSION"
}
_ACEOF _ACEOF
ac_clean_files_save=$ac_clean_files
ac_clean_files="$ac_clean_files a.out a.exe b.out"
# Try to create an executable without -o first, disregard a.out.
# It will help us diagnose broken compilers, and finding out an intuition
# of exeext.
{ echo "$as_me:$LINENO: checking for C compiler default output file name" >
&5
echo $ECHO_N "checking for C compiler default output file name... $ECHO_C"
>&6; }
ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
#
# List of possible output files, starting from the most likely.
# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
# only as a last resort. b.out is created by i960 compilers.
ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
#
# The IRIX 6 linker writes into existing files which may not be
# executable, retaining their permissions. Remove them first so a
# subsequent execution test works.
ac_rmfiles=
for ac_file in $ac_files
do
case $ac_file in
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.m
ap | *.inf | *.o | *.obj ) ;;
* ) ac_rmfiles="$ac_rmfiles $ac_file";;
esac
done
rm -f $ac_rmfiles
if { (ac_try="$ac_link_default" # Some tools Automake needs.
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_link_default") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; then
# Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
# in a Makefile. We should not override ac_cv_exeext if it was cached,
# so that the user can short-circuit this test for compilers unknown to
# Autoconf.
for ac_file in $ac_files ''
do
test -f "$ac_file" || continue
case $ac_file in
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.m
ap | *.inf | *.o | *.obj )
;;
[ab].out )
# We found the default executable, but exeext='' is most
# certainly right.
break;;
*.* )
if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
then :; else
ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
fi
# We set ac_cv_exeext here because the later test for it is not
# safe: cross compilers may not add the suffix if given an `-o'
# argument, so we may need to know it at that point already.
# Even if this section looks crufty: it has the advantage of
# actually working.
break;;
* )
break;;
esac
done
test "$ac_cv_exeext" = no && ac_cv_exeext=
else ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
ac_file=''
fi
{ echo "$as_me:$LINENO: result: $ac_file" >&5 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
echo "${ECHO_T}$ac_file" >&6; }
if test -z "$ac_file"; then
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
{ { echo "$as_me:$LINENO: error: C compiler cannot create executables AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
See \`config.log' for more details." >&5
echo "$as_me: error: C compiler cannot create executables
See \`config.log' for more details." >&2;}
{ (exit 77); exit 77; }; }
fi
ac_exeext=$ac_cv_exeext AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
# Check that the compiler produces executables we can run. If not, either MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
# the compiler is broken, or we cross compile.
{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
# If not cross compiling, check that we can run a simple program.
if test "$cross_compiling" != yes; then
if { ac_try='./$ac_file'
{ (case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_try") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
cross_compiling=no
else
if test "$cross_compiling" = maybe; then
cross_compiling=yes
else
{ { echo "$as_me:$LINENO: error: cannot run C compiled programs.
If you meant to cross compile, use \`--host'.
See \`config.log' for more details." >&5
echo "$as_me: error: cannot run C compiled programs.
If you meant to cross compile, use \`--host'.
See \`config.log' for more details." >&2;}
{ (exit 1); exit 1; }; }
fi
fi
fi
{ echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6; }
rm -f a.out a.exe conftest$ac_cv_exeext b.out # We need awk for the "check" target. The system "awk" is bad on
ac_clean_files=$ac_clean_files_save # some platforms.
# Check that the compiler produces executables we can run. If not, either # Always define AMTAR for backward compatibility.
# the compiler is broken, or we cross compile.
{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
echo "${ECHO_T}$cross_compiling" >&6; }
{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
if { (ac_try="$ac_link"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_link") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; then
# If both `conftest.exe' and `conftest' are `present' (well, observable)
# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
# work properly (i.e., refer to `conftest.exe'), while it won't with
# `rm'.
for ac_file in conftest.exe conftest conftest.*; do
test -f "$ac_file" || continue
case $ac_file in
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.m
ap | *.inf | *.o | *.obj ) ;;
*.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
break;;
* ) break;;
esac
done
else
{ { echo "$as_me:$LINENO: error: cannot compute suffix of executables: ca
nnot compile and link
See \`config.log' for more details." >&5
echo "$as_me: error: cannot compute suffix of executables: cannot compile a
nd link
See \`config.log' for more details." >&2;}
{ (exit 1); exit 1; }; }
fi
rm -f conftest$ac_cv_exeext AMTAR=${AMTAR-"${am_missing_run}tar"}
{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
echo "${ECHO_T}$ac_cv_exeext" >&6; }
rm -f conftest.$ac_ext am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
EXEEXT=$ac_cv_exeext
ac_exeext=$EXEEXT
{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
if test "${ac_cv_objext+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
int ac_config_headers="$ac_config_headers config.h"
main ()
{
; RUBYDIR=".."
return 0;
}
_ACEOF
rm -f conftest.o conftest.obj
if { (ac_try="$ac_compile"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_compile") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; then
for ac_file in conftest.o conftest.obj conftest.*; do
test -f "$ac_file" || continue;
case $ac_file in
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.m
ap | *.inf ) ;;
*) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
break;;
esac
done
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: can # Check whether --with-rubydir was given.
not compile if test "${with_rubydir+set}" = set; then :
See \`config.log' for more details." >&5 withval=$with_rubydir; RUBYDIR=$withval
echo "$as_me: error: cannot compute suffix of object files: cannot compile
See \`config.log' for more details." >&2;}
{ (exit 1); exit 1; }; }
fi fi
rm -f conftest.$ac_cv_objext conftest.$ac_ext STATISTICS=""
# Check whether --with-statistics was given.
if test "${with_statistics+set}" = set; then :
withval=$with_statistics; STATISTICS=-DONIG_DEBUG_STATISTICS
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
echo "${ECHO_T}$ac_cv_objext" >&6; }
OBJEXT=$ac_cv_objext
ac_objext=$OBJEXT
{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >
&5
echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C"
>&6; }
if test "${ac_cv_c_compiler_gnu+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
int # Check whether --enable-combination-explosion-check was given.
main () if test "${enable_combination_explosion_check+set}" = set; then :
{ enableval=$enable_combination_explosion_check; comb_expl_check=$enableval
#ifndef __GNUC__ fi
choke me
#endif
; if test "${comb_expl_check}" = yes; then
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (ac_try="$ac_compile"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_compile") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest.$ac_objext; then
ac_compiler_gnu=yes
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
ac_compiler_gnu=no $as_echo "#define USE_COMBINATION_EXPLOSION_CHECK 1" >>confdefs.h
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi
ac_cv_c_compiler_gnu=$ac_compiler_gnu
# Check whether --enable-crnl-as-line-terminator was given.
if test "${enable_crnl_as_line_terminator+set}" = set; then :
enableval=$enable_crnl_as_line_terminator; crnl_as_line_terminator=$enabl
eval
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
GCC=`test $ac_compiler_gnu = yes && echo yes`
ac_test_CFLAGS=${CFLAGS+set}
ac_save_CFLAGS=$CFLAGS
{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
if test "${ac_cv_prog_cc_g+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_save_c_werror_flag=$ac_c_werror_flag
ac_c_werror_flag=yes
ac_cv_prog_cc_g=no
CFLAGS="-g"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
int if test "${crnl_as_line_terminator}" = yes; then
main ()
{
; $as_echo "#define USE_CRNL_AS_LINE_TERMINATOR 1" >>confdefs.h
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (ac_try="$ac_compile"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_compile") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest.$ac_objext; then
ac_cv_prog_cc_g=yes
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
CFLAGS="" fi
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
int ac_ext=c
main () ac_cpp='$CPP $CPPFLAGS'
{ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_
ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a progra
m name with args.
set dummy ${ac_tool_prefix}gcc; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_CC+set}" = set; then :
$as_echo_n "(cached) " >&6
else
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo
rd$ac_exec_ext"; }; then
ac_cv_prog_CC="${ac_tool_prefix}gcc"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_e
xt" >&5
break 2
fi
done
done
IFS=$as_save_IFS
; fi
return 0; fi
} CC=$ac_cv_prog_CC
_ACEOF if test -n "$CC"; then
rm -f conftest.$ac_objext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
if { (ac_try="$ac_compile" $as_echo "$CC" >&6; }
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_compile") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest.$ac_objext; then
:
else else
echo "$as_me: failed program was:" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
sed 's/^/| /' conftest.$ac_ext >&5 $as_echo "no" >&6; }
fi
ac_c_werror_flag=$ac_save_c_werror_flag fi
CFLAGS="-g" if test -z "$ac_cv_prog_CC"; then
cat >conftest.$ac_ext <<_ACEOF ac_ct_CC=$CC
/* confdefs.h. */ # Extract the first word of "gcc", so it can be a program name with args.
_ACEOF set dummy gcc; ac_word=$2
cat confdefs.h >>conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
cat >>conftest.$ac_ext <<_ACEOF $as_echo_n "checking for $ac_word... " >&6; }
/* end confdefs.h. */ if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
$as_echo_n "(cached) " >&6
else
if test -n "$ac_ct_CC"; then
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo
rd$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_CC="gcc"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_e
xt" >&5
break 2
fi
done
done
IFS=$as_save_IFS
int fi
main () fi
{ ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
$as_echo "$ac_ct_CC" >&6; }
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi
; if test "x$ac_ct_CC" = x; then
return 0; CC=""
} else
_ACEOF case $cross_compiling:$ac_tool_warned in
rm -f conftest.$ac_objext yes:)
if { (ac_try="$ac_compile" { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not pre
case "(($ac_try" in fixed with host triplet" >&5
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet
*) ac_try_echo=$ac_try;; " >&2;}
ac_tool_warned=yes ;;
esac esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 CC=$ac_ct_CC
(eval "$ac_compile") 2>conftest.er1 fi
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest.$ac_objext; then
ac_cv_prog_cc_g=yes
else else
echo "$as_me: failed program was:" >&5 CC="$ac_cv_prog_CC"
sed 's/^/| /' conftest.$ac_ext >&5
fi fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test -z "$CC"; then
fi if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}cc", so it can be a progr
am name with args.
set dummy ${ac_tool_prefix}cc; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_CC+set}" = set; then :
$as_echo_n "(cached) " >&6
else
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo
rd$ac_exec_ext"; }; then
ac_cv_prog_CC="${ac_tool_prefix}cc"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_e
xt" >&5
break 2
fi
done
done
IFS=$as_save_IFS
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac_c_werror_flag=$ac_save_c_werror_flag
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 CC=$ac_cv_prog_CC
echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } if test -n "$CC"; then
if test "$ac_test_CFLAGS" = set; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
CFLAGS=$ac_save_CFLAGS $as_echo "$CC" >&6; }
elif test $ac_cv_prog_cc_g = yes; then
if test "$GCC" = yes; then
CFLAGS="-g -O2"
else
CFLAGS="-g"
fi
else else
if test "$GCC" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
CFLAGS="-O2" $as_echo "no" >&6; }
else fi
CFLAGS=
fi fi
fi fi
{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 if test -z "$CC"; then
echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } # Extract the first word of "cc", so it can be a program name with args.
if test "${ac_cv_prog_cc_c89+set}" = set; then set dummy cc; ac_word=$2
echo $ECHO_N "(cached) $ECHO_C" >&6 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_CC+set}" = set; then :
$as_echo_n "(cached) " >&6
else else
ac_cv_prog_cc_c89=no if test -n "$CC"; then
ac_save_CC=$CC ac_cv_prog_CC="$CC" # Let the user override the test.
cat >conftest.$ac_ext <<_ACEOF else
/* confdefs.h. */ ac_prog_rejected=no
_ACEOF as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
cat confdefs.h >>conftest.$ac_ext for as_dir in $PATH
cat >>conftest.$ac_ext <<_ACEOF do
/* end confdefs.h. */ IFS=$as_save_IFS
#include <stdarg.h> test -z "$as_dir" && as_dir=.
#include <stdio.h> for ac_exec_ext in '' $ac_executable_extensions; do
#include <sys/types.h> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo
#include <sys/stat.h> rd$ac_exec_ext"; }; then
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
struct buf { int x; }; ac_prog_rejected=yes
FILE * (*rcsopen) (struct buf *, struct stat *, int); continue
static char *e (p, i) fi
char **p; ac_cv_prog_CC="cc"
int i; $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_e
{ xt" >&5
return p[i]; break 2
} fi
static char *f (char * (*g) (char **, int), char **p, ...) done
{ done
char *s; IFS=$as_save_IFS
va_list v;
va_start (v,p);
s = g (p, va_arg (v,int));
va_end (v);
return s;
}
/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has if test $ac_prog_rejected = yes; then
function prototypes and stuff, but not '\xHH' hex character constants. # We found a bogon in the path, so make sure we never use it.
These don't provoke an error unfortunately, instead are silently treated set dummy $ac_cv_prog_CC
as 'x'. The following induces an error, until -std is added to get shift
proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an if test $# != 0; then
array size at least. It's necessary to write '\x00'==0 to get something # We chose a different compiler from the bogus one.
that's true only with -std. */ # However, it has the same basename, so the bogon will be chosen
int osf4_cc_array ['\x00' == 0 ? 1 : -1]; # first if we set CC to just the basename; use the full file name.
shift
ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
fi
fi
fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
$as_echo "$CC" >&6; }
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi
/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro paramet fi
ers if test -z "$CC"; then
inside strings and character constants. */ if test -n "$ac_tool_prefix"; then
#define FOO(x) 'x' for ac_prog in cl.exe
int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; do
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a p
rogram name with args.
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_CC+set}" = set; then :
$as_echo_n "(cached) " >&6
else
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo
rd$ac_exec_ext"; }; then
ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_e
xt" >&5
break 2
fi
done
done
IFS=$as_save_IFS
fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
$as_echo "$CC" >&6; }
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi
test -n "$CC" && break
done
fi
if test -z "$CC"; then
ac_ct_CC=$CC
for ac_prog in cl.exe
do
# Extract the first word of "$ac_prog", so it can be a program name with
args.
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
$as_echo_n "(cached) " >&6
else
if test -n "$ac_ct_CC"; then
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo
rd$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_CC="$ac_prog"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_e
xt" >&5
break 2
fi
done
done
IFS=$as_save_IFS
fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
$as_echo "$ac_ct_CC" >&6; }
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi
test -n "$ac_ct_CC" && break
done
if test "x$ac_ct_CC" = x; then
CC=""
else
case $cross_compiling:$ac_tool_warned in
yes:)
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not pre
fixed with host triplet" >&5
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet
" >&2;}
ac_tool_warned=yes ;;
esac
CC=$ac_ct_CC
fi
fi
fi
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac
_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error "no acceptable C compiler found in \$PATH
See \`config.log' for more details." "$LINENO" 5; }
# Provide some information about the compiler.
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
set X $ac_compile
ac_compiler=$2
for ac_option in --version -v -V -qversion; do
{ { ac_try="$ac_compiler $ac_option >&5"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
$as_echo "$ac_try_echo"; } >&5
(eval "$ac_compiler $ac_option >&5") 2>conftest.err
ac_status=$?
if test -s conftest.err; then
sed '10a\
... rest of stderr output deleted ...
10q' conftest.err >conftest.er1
cat conftest.er1 >&5
fi
rm -f conftest.er1 conftest.err
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }
done
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
int test (int i, double x);
struct s1 {int (*f) (int a);};
struct s2 {int (*f) (double a);};
int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), i
nt, int);
int argc;
char **argv;
int int
main () main ()
{ {
return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
; ;
return 0; return 0;
} }
_ACEOF _ACEOF
for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ ac_clean_files_save=$ac_clean_files
-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
# Try to create an executable without -o first, disregard a.out.
# It will help us diagnose broken compilers, and finding out an intuition
# of exeext.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler wo
rks" >&5
$as_echo_n "checking whether the C compiler works... " >&6; }
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
# The possible output files:
ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
ac_rmfiles=
for ac_file in $ac_files
do do
CC="$ac_save_CC $ac_arg" case $ac_file in
rm -f conftest.$ac_objext *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.m
if { (ac_try="$ac_compile" ap | *.inf | *.dSYM | *.o | *.obj ) ;;
* ) ac_rmfiles="$ac_rmfiles $ac_file";;
esac
done
rm -f $ac_rmfiles
if { { ac_try="$ac_link_default"
case "(($ac_try" in case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;; *) ac_try_echo=$ac_try;;
esac esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
(eval "$ac_compile") 2>conftest.er1 $as_echo "$ac_try_echo"; } >&5
(eval "$ac_link_default") 2>&5
ac_status=$? ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
rm -f conftest.er1 test $ac_status = 0; }; then :
cat conftest.err >&5 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
echo "$as_me:$LINENO: \$? = $ac_status" >&5 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
(exit $ac_status); } && { # in a Makefile. We should not override ac_cv_exeext if it was cached,
test -z "$ac_c_werror_flag" || # so that the user can short-circuit this test for compilers unknown to
test ! -s conftest.err # Autoconf.
} && test -s conftest.$ac_objext; then for ac_file in $ac_files ''
ac_cv_prog_cc_c89=$ac_arg do
else test -f "$ac_file" || continue
echo "$as_me: failed program was:" >&5 case $ac_file in
sed 's/^/| /' conftest.$ac_ext >&5 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.m
ap | *.inf | *.dSYM | *.o | *.obj )
;;
[ab].out )
# We found the default executable, but exeext='' is most
# certainly right.
break;;
*.* )
if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
then :; else
ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
fi
# We set ac_cv_exeext here because the later test for it is not
# safe: cross compilers may not add the suffix if given an `-o'
# argument, so we may need to know it at that point already.
# Even if this section looks crufty: it has the advantage of
# actually working.
break;;
* )
break;;
esac
done
test "$ac_cv_exeext" = no && ac_cv_exeext=
else
ac_file=''
fi fi
if test -z "$ac_file"; then :
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
$as_echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
{ as_fn_set_status 77
as_fn_error "C compiler cannot create executables
See \`config.log' for more details." "$LINENO" 5; }; }
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default ou
tput file name" >&5
$as_echo_n "checking for C compiler default output file name... " >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
$as_echo "$ac_file" >&6; }
ac_exeext=$ac_cv_exeext
rm -f core conftest.err conftest.$ac_objext rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
test "x$ac_cv_prog_cc_c89" != "xno" && break ac_clean_files=$ac_clean_files_save
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables
" >&5
$as_echo_n "checking for suffix of executables... " >&6; }
if { { ac_try="$ac_link"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
$as_echo "$ac_try_echo"; } >&5
(eval "$ac_link") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then :
# If both `conftest.exe' and `conftest' are `present' (well, observable)
# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
# work properly (i.e., refer to `conftest.exe'), while it won't with
# `rm'.
for ac_file in conftest.exe conftest conftest.*; do
test -f "$ac_file" || continue
case $ac_file in
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.m
ap | *.inf | *.dSYM | *.o | *.obj ) ;;
*.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
break;;
* ) break;;
esac
done done
rm -f conftest.$ac_ext else
CC=$ac_save_CC { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error "cannot compute suffix of executables: cannot compile and link
See \`config.log' for more details." "$LINENO" 5; }
fi
rm -f conftest conftest$ac_cv_exeext
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
$as_echo "$ac_cv_exeext" >&6; }
fi rm -f conftest.$ac_ext
# AC_CACHE_VAL EXEEXT=$ac_cv_exeext
case "x$ac_cv_prog_cc_c89" in ac_exeext=$EXEEXT
x) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
{ echo "$as_me:$LINENO: result: none needed" >&5 /* end confdefs.h. */
echo "${ECHO_T}none needed" >&6; } ;; #include <stdio.h>
xno) int
{ echo "$as_me:$LINENO: result: unsupported" >&5 main ()
echo "${ECHO_T}unsupported" >&6; } ;; {
*) FILE *f = fopen ("conftest.out", "w");
CC="$CC $ac_cv_prog_cc_c89" return ferror (f) || fclose (f) != 0;
{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
esac
ac_ext=c ;
return 0;
}
_ACEOF
ac_clean_files="$ac_clean_files conftest.out"
# Check that the compiler produces executables we can run. If not, either
# the compiler is broken, or we cross compile.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross comp
iling" >&5
$as_echo_n "checking whether we are cross compiling... " >&6; }
if test "$cross_compiling" != yes; then
{ { ac_try="$ac_link"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
$as_echo "$ac_try_echo"; } >&5
(eval "$ac_link") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }
if { ac_try='./conftest$ac_cv_exeext'
{ { case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
$as_echo "$ac_try_echo"; } >&5
(eval "$ac_try") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; }; then
cross_compiling=no
else
if test "$cross_compiling" = maybe; then
cross_compiling=yes
else
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&
5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error "cannot run C compiled programs.
If you meant to cross compile, use \`--host'.
See \`config.log' for more details." "$LINENO" 5; }
fi
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
$as_echo "$cross_compiling" >&6; }
rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
ac_clean_files=$ac_clean_files_save
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object file
s" >&5
$as_echo_n "checking for suffix of object files... " >&6; }
if test "${ac_cv_objext+set}" = set; then :
$as_echo_n "(cached) " >&6
else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
int
main ()
{
;
return 0;
}
_ACEOF
rm -f conftest.o conftest.obj
if { { ac_try="$ac_compile"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
$as_echo "$ac_try_echo"; } >&5
(eval "$ac_compile") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then :
for ac_file in conftest.o conftest.obj conftest.*; do
test -f "$ac_file" || continue;
case $ac_file in
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.m
ap | *.inf | *.dSYM ) ;;
*) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
break;;
esac
done
else
$as_echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error "cannot compute suffix of object files: cannot compile
See \`config.log' for more details." "$LINENO" 5; }
fi
rm -f conftest.$ac_cv_objext conftest.$ac_ext
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
$as_echo "$ac_cv_objext" >&6; }
OBJEXT=$ac_cv_objext
ac_objext=$OBJEXT
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the
GNU C compiler" >&5
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
if test "${ac_cv_c_compiler_gnu+set}" = set; then :
$as_echo_n "(cached) " >&6
else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
int
main ()
{
#ifndef __GNUC__
choke me
#endif
;
return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
ac_compiler_gnu=yes
else
ac_compiler_gnu=no
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac_cv_c_compiler_gnu=$ac_compiler_gnu
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
$as_echo "$ac_cv_c_compiler_gnu" >&6; }
if test $ac_compiler_gnu = yes; then
GCC=yes
else
GCC=
fi
ac_test_CFLAGS=${CFLAGS+set}
ac_save_CFLAGS=$CFLAGS
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >
&5
$as_echo_n "checking whether $CC accepts -g... " >&6; }
if test "${ac_cv_prog_cc_g+set}" = set; then :
$as_echo_n "(cached) " >&6
else
ac_save_c_werror_flag=$ac_c_werror_flag
ac_c_werror_flag=yes
ac_cv_prog_cc_g=no
CFLAGS="-g"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
int
main ()
{
;
return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
ac_cv_prog_cc_g=yes
else
CFLAGS=""
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
int
main ()
{
;
return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
else
ac_c_werror_flag=$ac_save_c_werror_flag
CFLAGS="-g"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
int
main ()
{
;
return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
ac_cv_prog_cc_g=yes
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac_c_werror_flag=$ac_save_c_werror_flag
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
$as_echo "$ac_cv_prog_cc_g" >&6; }
if test "$ac_test_CFLAGS" = set; then
CFLAGS=$ac_save_CFLAGS
elif test $ac_cv_prog_cc_g = yes; then
if test "$GCC" = yes; then
CFLAGS="-g -O2"
else
CFLAGS="-g"
fi
else
if test "$GCC" = yes; then
CFLAGS="-O2"
else
CFLAGS=
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept
ISO C89" >&5
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
if test "${ac_cv_prog_cc_c89+set}" = set; then :
$as_echo_n "(cached) " >&6
else
ac_cv_prog_cc_c89=no
ac_save_CC=$CC
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <stdarg.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
struct buf { int x; };
FILE * (*rcsopen) (struct buf *, struct stat *, int);
static char *e (p, i)
char **p;
int i;
{
return p[i];
}
static char *f (char * (*g) (char **, int), char **p, ...)
{
char *s;
va_list v;
va_start (v,p);
s = g (p, va_arg (v,int));
va_end (v);
return s;
}
/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
function prototypes and stuff, but not '\xHH' hex character constants.
These don't provoke an error unfortunately, instead are silently treated
as 'x'. The following induces an error, until -std is added to get
proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
array size at least. It's necessary to write '\x00'==0 to get something
that's true only with -std. */
int osf4_cc_array ['\x00' == 0 ? 1 : -1];
/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro paramet
ers
inside strings and character constants. */
#define FOO(x) 'x'
int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
int test (int i, double x);
struct s1 {int (*f) (int a);};
struct s2 {int (*f) (double a);};
int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), i
nt, int);
int argc;
char **argv;
int
main ()
{
return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
;
return 0;
}
_ACEOF
for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
do
CC="$ac_save_CC $ac_arg"
if ac_fn_c_try_compile "$LINENO"; then :
ac_cv_prog_cc_c89=$ac_arg
fi
rm -f core conftest.err conftest.$ac_objext
test "x$ac_cv_prog_cc_c89" != "xno" && break
done
rm -f conftest.$ac_ext
CC=$ac_save_CC
fi
# AC_CACHE_VAL
case "x$ac_cv_prog_cc_c89" in
x)
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
$as_echo "none needed" >&6; } ;;
xno)
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
$as_echo "unsupported" >&6; } ;;
*)
CC="$CC $ac_cv_prog_cc_c89"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&
5
$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
esac
if test "x$ac_cv_prog_cc_c89" != xno; then :
fi
ac_ext=c
ac_cpp='$CPP $CPPFLAGS' ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ ext $LIBS >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_compiler_gnu=$ac_cv_c_compiler_gnu
DEPDIR="${am__leading_dot}deps" DEPDIR="${am__leading_dot}deps"
ac_config_commands="$ac_config_commands depfiles" ac_config_commands="$ac_config_commands depfiles"
am_make=${MAKE-make} am_make=${MAKE-make}
cat > confinc << 'END' cat > confinc << 'END'
am__doit: am__doit:
@echo done @echo this is the am__doit target
.PHONY: am__doit .PHONY: am__doit
END END
# If we don't find an include directive, just comment out the code. # If we don't find an include directive, just comment out the code.
{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used
echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >& by $am_make" >&5
6; } $as_echo_n "checking for style of include used by $am_make... " >&6; }
am__include="#" am__include="#"
am__quote= am__quote=
_am_result=none _am_result=none
# First try GNU make style include. # First try GNU make style include.
echo "include confinc" > confmf echo "include confinc" > confmf
# We grep out `Entering directory' and `Leaving directory' # Ignore all kinds of additional output from `make'.
# messages which can occur if `w' ends up in MAKEFLAGS. case `$am_make -s -f confmf 2> /dev/null` in #(
# In particular we don't look at `^make:' because GNU make might *the\ am__doit\ target*)
# be invoked under some other name (usually "gmake"), in which am__include=include
# case it prints its new name instead of `make'. am__quote=
if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = _am_result=GNU
"done"; then ;;
am__include=include esac
am__quote=
_am_result=GNU
fi
# Now try BSD make style include. # Now try BSD make style include.
if test "$am__include" = "#"; then if test "$am__include" = "#"; then
echo '.include "confinc"' > confmf echo '.include "confinc"' > confmf
if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then case `$am_make -s -f confmf 2> /dev/null` in #(
am__include=.include *the\ am__doit\ target*)
am__quote="\"" am__include=.include
_am_result=BSD am__quote="\""
fi _am_result=BSD
;;
esac
fi fi
{ echo "$as_me:$LINENO: result: $_am_result" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
echo "${ECHO_T}$_am_result" >&6; } $as_echo "$_am_result" >&6; }
rm -f confinc confmf rm -f confinc confmf
# Check whether --enable-dependency-tracking was given. # Check whether --enable-dependency-tracking was given.
if test "${enable_dependency_tracking+set}" = set; then if test "${enable_dependency_tracking+set}" = set; then :
enableval=$enable_dependency_tracking; enableval=$enable_dependency_tracking;
fi fi
if test "x$enable_dependency_tracking" != xno; then if test "x$enable_dependency_tracking" != xno; then
am_depcomp="$ac_aux_dir/depcomp" am_depcomp="$ac_aux_dir/depcomp"
AMDEPBACKSLASH='\' AMDEPBACKSLASH='\'
fi fi
if test "x$enable_dependency_tracking" != xno; then if test "x$enable_dependency_tracking" != xno; then
AMDEP_TRUE= AMDEP_TRUE=
AMDEP_FALSE='#' AMDEP_FALSE='#'
else else
AMDEP_TRUE='#' AMDEP_TRUE='#'
AMDEP_FALSE= AMDEP_FALSE=
fi fi
depcc="$CC" am_compiler_list= depcc="$CC" am_compiler_list=
{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depc
echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } c" >&5
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then $as_echo_n "checking dependency style of $depcc... " >&6; }
echo $ECHO_N "(cached) $ECHO_C" >&6 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
$as_echo_n "(cached) " >&6
else else
if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
# We make a subdir and do the tests there. Otherwise we can end up # We make a subdir and do the tests there. Otherwise we can end up
# making bogus files that we don't know about and never remove. For # making bogus files that we don't know about and never remove. For
# instance it was reported that on HP-UX the gcc test will end up # instance it was reported that on HP-UX the gcc test will end up
# making a dummy file named `D' -- because `-MD' means `put the output # making a dummy file named `D' -- because `-MD' means `put the output
# in D'. # in D'.
mkdir conftest.dir mkdir conftest.dir
# Copy depcomp to subdir because otherwise we won't find it if we're # Copy depcomp to subdir because otherwise we won't find it if we're
# using a relative directory. # using a relative directory.
skipping to change at line 3371 skipping to change at line 3863
# both Tru64's cc and ICC support -MD to output dependencies as a # both Tru64's cc and ICC support -MD to output dependencies as a
# side effect of compilation, but ICC will put the dependencies in # side effect of compilation, but ICC will put the dependencies in
# the current directory while Tru64 will put them in the object # the current directory while Tru64 will put them in the object
# directory. # directory.
mkdir sub mkdir sub
am_cv_CC_dependencies_compiler_type=none am_cv_CC_dependencies_compiler_type=none
if test "$am_compiler_list" = ""; then if test "$am_compiler_list" = ""; then
am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
fi fi
am__universal=false
case " $depcc " in #(
*\ -arch\ *\ -arch\ *) am__universal=true ;;
esac
for depmode in $am_compiler_list; do for depmode in $am_compiler_list; do
# Setup a source with many dependencies, because some compilers # Setup a source with many dependencies, because some compilers
# like to wrap large dependency lists on column 80 (with \), and # like to wrap large dependency lists on column 80 (with \), and
# we should not choose a depcomp mode which is confused by this. # we should not choose a depcomp mode which is confused by this.
# #
# We need to recreate these files for each test, as the compiler may # We need to recreate these files for each test, as the compiler may
# overwrite some of them when testing with obscure command lines. # overwrite some of them when testing with obscure command lines.
# This happens at least with the AIX C compiler. # This happens at least with the AIX C compiler.
: > sub/conftest.c : > sub/conftest.c
for i in 1 2 3 4 5 6; do for i in 1 2 3 4 5 6; do
echo '#include "conftst'$i'.h"' >> sub/conftest.c echo '#include "conftst'$i'.h"' >> sub/conftest.c
# Using `: > sub/conftst$i.h' creates only sub/conftst1.h with # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
# Solaris 8's {/usr,}/bin/sh. # Solaris 8's {/usr,}/bin/sh.
touch sub/conftst$i.h touch sub/conftst$i.h
done done
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
# We check with `-c' and `-o' for the sake of the "dashmstdout"
# mode. It turns out that the SunPro C++ compiler does not properly
# handle `-M -o', and we need to detect this. Also, some Intel
# versions had trouble with output in subdirs
am__obj=sub/conftest.${OBJEXT-o}
am__minus_obj="-o $am__obj"
case $depmode in case $depmode in
gcc)
# This depmode causes a compiler race in universal mode.
test "$am__universal" = false || continue
;;
nosideeffect) nosideeffect)
# after this tag, mechanisms are not by side-effect, so they'll # after this tag, mechanisms are not by side-effect, so they'll
# only be used when explicitly requested # only be used when explicitly requested
if test "x$enable_dependency_tracking" = xyes; then if test "x$enable_dependency_tracking" = xyes; then
continue continue
else else
break break
fi fi
;; ;;
msvisualcpp | msvcmsys)
# This compiler won't grok `-c -o', but also, the minuso test has
# not run yet. These depmodes are late enough in the game, and
# so weak that their functioning should not be impacted.
am__obj=conftest.${OBJEXT-o}
am__minus_obj=
;;
none) break ;; none) break ;;
esac esac
# We check with `-c' and `-o' for the sake of the "dashmstdout"
# mode. It turns out that the SunPro C++ compiler does not properly
# handle `-M -o', and we need to detect this.
if depmode=$depmode \ if depmode=$depmode \
source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ source=sub/conftest.c object=$am__obj \
depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
$SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest. c \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
>/dev/null 2>conftest.err && >/dev/null 2>conftest.err &&
grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
${MAKE-make} -s -f confmf > /dev/null 2>&1; then ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
# icc doesn't choke on unknown options, it will just issue warnings # icc doesn't choke on unknown options, it will just issue warnings
# or remarks (even with -Werror). So we grep stderr for any message # or remarks (even with -Werror). So we grep stderr for any message
# that says an option was ignored or not supported. # that says an option was ignored or not supported.
# When given -MP, icc 7.0 and 7.1 complain thusly: # When given -MP, icc 7.0 and 7.1 complain thusly:
# icc: Command line warning: ignoring option '-M'; no argument requ ired # icc: Command line warning: ignoring option '-M'; no argument requ ired
# The diagnosis changed in icc 8.0: # The diagnosis changed in icc 8.0:
# icc: Command line remark: option '-MP' not supported # icc: Command line remark: option '-MP' not supported
if (grep 'ignoring option' conftest.err || if (grep 'ignoring option' conftest.err ||
grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
skipping to change at line 3434 skipping to change at line 3945
fi fi
done done
cd .. cd ..
rm -rf conftest.dir rm -rf conftest.dir
else else
am_cv_CC_dependencies_compiler_type=none am_cv_CC_dependencies_compiler_type=none
fi fi
fi fi
{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_com
echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } piler_type" >&5
$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
if if
test "x$enable_dependency_tracking" != xno \ test "x$enable_dependency_tracking" != xno \
&& test "$am_cv_CC_dependencies_compiler_type" = gcc3; then && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
am__fastdepCC_TRUE= am__fastdepCC_TRUE=
am__fastdepCC_FALSE='#' am__fastdepCC_FALSE='#'
else else
am__fastdepCC_TRUE='#' am__fastdepCC_TRUE='#'
am__fastdepCC_FALSE= am__fastdepCC_FALSE=
fi fi
case `pwd` in case `pwd` in
*\ * | *\ *) *\ * | *\ *)
{ echo "$as_me:$LINENO: WARNING: Libtool does not cope well with whites { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope
pace in \`pwd\`" >&5 well with whitespace in \`pwd\`" >&5
echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\ $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`
`" >&2;} ;; pwd\`" >&2;} ;;
esac esac
macro_version='2.2.4' macro_version='2.2.6b'
macro_revision='1.2976' macro_revision='1.3017'
ltmain="$ac_aux_dir/ltmain.sh" ltmain="$ac_aux_dir/ltmain.sh"
# Make sure we can run config.sub. # Make sure we can run config.sub.
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
{ { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
" >&5
echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
{ (exit 1); exit 1; }; } $as_echo_n "checking build system type... " >&6; }
if test "${ac_cv_build+set}" = set; then :
{ echo "$as_me:$LINENO: checking build system type" >&5 $as_echo_n "(cached) " >&6
echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
if test "${ac_cv_build+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else else
ac_build_alias=$build_alias ac_build_alias=$build_alias
test "x$ac_build_alias" = x && test "x$ac_build_alias" = x &&
ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
test "x$ac_build_alias" = x && test "x$ac_build_alias" = x &&
{ { echo "$as_me:$LINENO: error: cannot guess build type; you must specif as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
y one" >&5
echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
{ (exit 1); exit 1; }; }
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
{ { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_ as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINE
alias failed" >&5 NO" 5
echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed"
>&2;}
{ (exit 1); exit 1; }; }
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
echo "${ECHO_T}$ac_cv_build" >&6; } $as_echo "$ac_cv_build" >&6; }
case $ac_cv_build in case $ac_cv_build in
*-*-*) ;; *-*-*) ;;
*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
echo "$as_me: error: invalid value of canonical build" >&2;}
{ (exit 1); exit 1; }; };;
esac esac
build=$ac_cv_build build=$ac_cv_build
ac_save_IFS=$IFS; IFS='-' ac_save_IFS=$IFS; IFS='-'
set x $ac_cv_build set x $ac_cv_build
shift shift
build_cpu=$1 build_cpu=$1
build_vendor=$2 build_vendor=$2
shift; shift shift; shift
# Remember, the first character of IFS is used to create $*, # Remember, the first character of IFS is used to create $*,
# except with old shells: # except with old shells:
build_os=$* build_os=$*
IFS=$ac_save_IFS IFS=$ac_save_IFS
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
{ echo "$as_me:$LINENO: checking host system type" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
echo $ECHO_N "checking host system type... $ECHO_C" >&6; } $as_echo_n "checking host system type... " >&6; }
if test "${ac_cv_host+set}" = set; then if test "${ac_cv_host+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
if test "x$host_alias" = x; then if test "x$host_alias" = x; then
ac_cv_host=$ac_cv_build ac_cv_host=$ac_cv_build
else else
ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
{ { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_al as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO
ias failed" >&5 " 5
echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;
}
{ (exit 1); exit 1; }; }
fi fi
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
echo "${ECHO_T}$ac_cv_host" >&6; } $as_echo "$ac_cv_host" >&6; }
case $ac_cv_host in case $ac_cv_host in
*-*-*) ;; *-*-*) ;;
*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
echo "$as_me: error: invalid value of canonical host" >&2;}
{ (exit 1); exit 1; }; };;
esac esac
host=$ac_cv_host host=$ac_cv_host
ac_save_IFS=$IFS; IFS='-' ac_save_IFS=$IFS; IFS='-'
set x $ac_cv_host set x $ac_cv_host
shift shift
host_cpu=$1 host_cpu=$1
host_vendor=$2 host_vendor=$2
shift; shift shift; shift
# Remember, the first character of IFS is used to create $*, # Remember, the first character of IFS is used to create $*,
# except with old shells: # except with old shells:
host_os=$* host_os=$*
IFS=$ac_save_IFS IFS=$ac_save_IFS
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
{ echo "$as_me:$LINENO: checking for a sed that does not truncate output" > { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not t
&5 runcate output" >&5
echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" $as_echo_n "checking for a sed that does not truncate output... " >&6; }
>&6; } if test "${ac_cv_path_SED+set}" = set; then :
if test "${ac_cv_path_SED+set}" = set; then $as_echo_n "(cached) " >&6
echo $ECHO_N "(cached) $ECHO_C" >&6
else else
ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbb bbbbbbbbbbbbbbbbbb/ ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbb bbbbbbbbbbbbbbbbbb/
for ac_i in 1 2 3 4 5 6 7; do for ac_i in 1 2 3 4 5 6 7; do
ac_script="$ac_script$as_nl$ac_script" ac_script="$ac_script$as_nl$ac_script"
done done
echo "$ac_script" | sed 99q >conftest.sed echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
$as_unset ac_script || ac_script= { ac_script=; unset ac_script;}
# Extract the first word of "sed gsed" to use in msg output if test -z "$SED"; then
if test -z "$SED"; then
set dummy sed gsed; ac_prog_name=$2
if test "${ac_cv_path_SED+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_path_SED_found=false ac_path_SED_found=false
# Loop through the user's path and test for each of PROGNAME-LIST # Loop through the user's path and test for each of PROGNAME-LIST
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH for as_dir in $PATH
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_prog in sed gsed; do for ac_prog in sed gsed; do
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
{ test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
# Check for GNU ac_path_SED and select it if it is found. # Check for GNU ac_path_SED and select it if it is found.
# Check for GNU $ac_path_SED # Check for GNU $ac_path_SED
case `"$ac_path_SED" --version 2>&1` in case `"$ac_path_SED" --version 2>&1` in
*GNU*) *GNU*)
ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
*) *)
ac_count=0 ac_count=0
echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" $as_echo_n 0123456789 >"conftest.in"
while : while :
do do
cat "conftest.in" "conftest.in" >"conftest.tmp" cat "conftest.in" "conftest.in" >"conftest.tmp"
mv "conftest.tmp" "conftest.in" mv "conftest.tmp" "conftest.in"
cp "conftest.in" "conftest.nl" cp "conftest.in" "conftest.nl"
echo '' >> "conftest.nl" $as_echo '' >> "conftest.nl"
"$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/n ull || break "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/n ull || break
diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
ac_count=`expr $ac_count + 1` as_fn_arith $ac_count + 1 && ac_count=$as_val
if test $ac_count -gt ${ac_path_SED_max-0}; then if test $ac_count -gt ${ac_path_SED_max-0}; then
# Best one so far, save it but keep looking for a better one # Best one so far, save it but keep looking for a better one
ac_cv_path_SED="$ac_path_SED" ac_cv_path_SED="$ac_path_SED"
ac_path_SED_max=$ac_count ac_path_SED_max=$ac_count
fi fi
# 10*(2^10) chars as input seems more than enough # 10*(2^10) chars as input seems more than enough
test $ac_count -gt 10 && break test $ac_count -gt 10 && break
done done
rm -f conftest.in conftest.tmp conftest.nl conftest.out;; rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
esac esac
$ac_path_SED_found && break 3 $ac_path_SED_found && break 3
done
done
done done
done
done
IFS=$as_save_IFS IFS=$as_save_IFS
if test -z "$ac_cv_path_SED"; then
fi as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
fi
SED="$ac_cv_path_SED"
if test -z "$SED"; then
{ { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be fou
nd in \$PATH" >&5
echo "$as_me: error: no acceptable $ac_prog_name could be found in \$PATH"
>&2;}
{ (exit 1); exit 1; }; }
fi
else else
ac_cv_path_SED=$SED ac_cv_path_SED=$SED
fi fi
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
echo "${ECHO_T}$ac_cv_path_SED" >&6; } $as_echo "$ac_cv_path_SED" >&6; }
SED="$ac_cv_path_SED" SED="$ac_cv_path_SED"
rm -f conftest.sed rm -f conftest.sed
test -z "$SED" && SED=sed test -z "$SED" && SED=sed
Xsed="$SED -e 1s/^X//" Xsed="$SED -e 1s/^X//"
{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" > { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles lon
&5 g lines and -e" >&5
echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
>&6; } if test "${ac_cv_path_GREP+set}" = set; then :
if test "${ac_cv_path_GREP+set}" = set; then $as_echo_n "(cached) " >&6
echo $ECHO_N "(cached) $ECHO_C" >&6
else
# Extract the first word of "grep ggrep" to use in msg output
if test -z "$GREP"; then
set dummy grep ggrep; ac_prog_name=$2
if test "${ac_cv_path_GREP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else else
if test -z "$GREP"; then
ac_path_GREP_found=false ac_path_GREP_found=false
# Loop through the user's path and test for each of PROGNAME-LIST # Loop through the user's path and test for each of PROGNAME-LIST
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_prog in grep ggrep; do for ac_prog in grep ggrep; do
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
{ test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continu
# Check for GNU ac_path_GREP and select it if it is found. e
# Check for GNU ac_path_GREP and select it if it is found.
# Check for GNU $ac_path_GREP # Check for GNU $ac_path_GREP
case `"$ac_path_GREP" --version 2>&1` in case `"$ac_path_GREP" --version 2>&1` in
*GNU*) *GNU*)
ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
*) *)
ac_count=0 ac_count=0
echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" $as_echo_n 0123456789 >"conftest.in"
while : while :
do do
cat "conftest.in" "conftest.in" >"conftest.tmp" cat "conftest.in" "conftest.in" >"conftest.tmp"
mv "conftest.tmp" "conftest.in" mv "conftest.tmp" "conftest.in"
cp "conftest.in" "conftest.nl" cp "conftest.in" "conftest.nl"
echo 'GREP' >> "conftest.nl" $as_echo 'GREP' >> "conftest.nl"
"$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conf test.out" 2>/dev/null || break "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conf test.out" 2>/dev/null || break
diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
ac_count=`expr $ac_count + 1` as_fn_arith $ac_count + 1 && ac_count=$as_val
if test $ac_count -gt ${ac_path_GREP_max-0}; then if test $ac_count -gt ${ac_path_GREP_max-0}; then
# Best one so far, save it but keep looking for a better one # Best one so far, save it but keep looking for a better one
ac_cv_path_GREP="$ac_path_GREP" ac_cv_path_GREP="$ac_path_GREP"
ac_path_GREP_max=$ac_count ac_path_GREP_max=$ac_count
fi fi
# 10*(2^10) chars as input seems more than enough # 10*(2^10) chars as input seems more than enough
test $ac_count -gt 10 && break test $ac_count -gt 10 && break
done done
rm -f conftest.in conftest.tmp conftest.nl conftest.out;; rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
esac esac
$ac_path_GREP_found && break 3 $ac_path_GREP_found && break 3
done
done
done done
done
done
IFS=$as_save_IFS IFS=$as_save_IFS
if test -z "$ac_cv_path_GREP"; then
fi as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/
usr/xpg4/bin" "$LINENO" 5
GREP="$ac_cv_path_GREP" fi
if test -z "$GREP"; then
{ { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be fou
nd in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PA
TH_SEPARATOR/usr/xpg4/bin" >&2;}
{ (exit 1); exit 1; }; }
fi
else else
ac_cv_path_GREP=$GREP ac_cv_path_GREP=$GREP
fi fi
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
echo "${ECHO_T}$ac_cv_path_GREP" >&6; } $as_echo "$ac_cv_path_GREP" >&6; }
GREP="$ac_cv_path_GREP" GREP="$ac_cv_path_GREP"
{ echo "$as_me:$LINENO: checking for egrep" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } $as_echo_n "checking for egrep... " >&6; }
if test "${ac_cv_path_EGREP+set}" = set; then if test "${ac_cv_path_EGREP+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
then ac_cv_path_EGREP="$GREP -E" then ac_cv_path_EGREP="$GREP -E"
else else
# Extract the first word of "egrep" to use in msg output if test -z "$EGREP"; then
if test -z "$EGREP"; then
set dummy egrep; ac_prog_name=$2
if test "${ac_cv_path_EGREP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_path_EGREP_found=false ac_path_EGREP_found=false
# Loop through the user's path and test for each of PROGNAME-LIST # Loop through the user's path and test for each of PROGNAME-LIST
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_prog in egrep; do for ac_prog in egrep; do
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
{ test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continu { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || conti
e nue
# Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU ac_path_EGREP and select it if it is found.
# Check for GNU $ac_path_EGREP # Check for GNU $ac_path_EGREP
case `"$ac_path_EGREP" --version 2>&1` in case `"$ac_path_EGREP" --version 2>&1` in
*GNU*) *GNU*)
ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
*) *)
ac_count=0 ac_count=0
echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" $as_echo_n 0123456789 >"conftest.in"
while : while :
do do
cat "conftest.in" "conftest.in" >"conftest.tmp" cat "conftest.in" "conftest.in" >"conftest.tmp"
mv "conftest.tmp" "conftest.in" mv "conftest.tmp" "conftest.in"
cp "conftest.in" "conftest.nl" cp "conftest.in" "conftest.nl"
echo 'EGREP' >> "conftest.nl" $as_echo 'EGREP' >> "conftest.nl"
"$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null | | break "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null | | break
diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
ac_count=`expr $ac_count + 1` as_fn_arith $ac_count + 1 && ac_count=$as_val
if test $ac_count -gt ${ac_path_EGREP_max-0}; then if test $ac_count -gt ${ac_path_EGREP_max-0}; then
# Best one so far, save it but keep looking for a better one # Best one so far, save it but keep looking for a better one
ac_cv_path_EGREP="$ac_path_EGREP" ac_cv_path_EGREP="$ac_path_EGREP"
ac_path_EGREP_max=$ac_count ac_path_EGREP_max=$ac_count
fi fi
# 10*(2^10) chars as input seems more than enough # 10*(2^10) chars as input seems more than enough
test $ac_count -gt 10 && break test $ac_count -gt 10 && break
done done
rm -f conftest.in conftest.tmp conftest.nl conftest.out;; rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
esac esac
$ac_path_EGREP_found && break 3 $ac_path_EGREP_found && break 3
done
done
done done
done
done
IFS=$as_save_IFS IFS=$as_save_IFS
if test -z "$ac_cv_path_EGREP"; then
fi as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR
/usr/xpg4/bin" "$LINENO" 5
EGREP="$ac_cv_path_EGREP" fi
if test -z "$EGREP"; then
{ { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be fou
nd in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PA
TH_SEPARATOR/usr/xpg4/bin" >&2;}
{ (exit 1); exit 1; }; }
fi
else else
ac_cv_path_EGREP=$EGREP ac_cv_path_EGREP=$EGREP
fi fi
fi fi
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } $as_echo "$ac_cv_path_EGREP" >&6; }
EGREP="$ac_cv_path_EGREP" EGREP="$ac_cv_path_EGREP"
{ echo "$as_me:$LINENO: checking for fgrep" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
echo $ECHO_N "checking for fgrep... $ECHO_C" >&6; } $as_echo_n "checking for fgrep... " >&6; }
if test "${ac_cv_path_FGREP+set}" = set; then if test "${ac_cv_path_FGREP+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
then ac_cv_path_FGREP="$GREP -F" then ac_cv_path_FGREP="$GREP -F"
else else
# Extract the first word of "fgrep" to use in msg output if test -z "$FGREP"; then
if test -z "$FGREP"; then
set dummy fgrep; ac_prog_name=$2
if test "${ac_cv_path_FGREP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_path_FGREP_found=false ac_path_FGREP_found=false
# Loop through the user's path and test for each of PROGNAME-LIST # Loop through the user's path and test for each of PROGNAME-LIST
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_prog in fgrep; do for ac_prog in fgrep; do
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
{ test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continu { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || conti
e nue
# Check for GNU ac_path_FGREP and select it if it is found. # Check for GNU ac_path_FGREP and select it if it is found.
# Check for GNU $ac_path_FGREP # Check for GNU $ac_path_FGREP
case `"$ac_path_FGREP" --version 2>&1` in case `"$ac_path_FGREP" --version 2>&1` in
*GNU*) *GNU*)
ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
*) *)
ac_count=0 ac_count=0
echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" $as_echo_n 0123456789 >"conftest.in"
while : while :
do do
cat "conftest.in" "conftest.in" >"conftest.tmp" cat "conftest.in" "conftest.in" >"conftest.tmp"
mv "conftest.tmp" "conftest.in" mv "conftest.tmp" "conftest.in"
cp "conftest.in" "conftest.nl" cp "conftest.in" "conftest.nl"
echo 'FGREP' >> "conftest.nl" $as_echo 'FGREP' >> "conftest.nl"
"$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || b reak "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || b reak
diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
ac_count=`expr $ac_count + 1` as_fn_arith $ac_count + 1 && ac_count=$as_val
if test $ac_count -gt ${ac_path_FGREP_max-0}; then if test $ac_count -gt ${ac_path_FGREP_max-0}; then
# Best one so far, save it but keep looking for a better one # Best one so far, save it but keep looking for a better one
ac_cv_path_FGREP="$ac_path_FGREP" ac_cv_path_FGREP="$ac_path_FGREP"
ac_path_FGREP_max=$ac_count ac_path_FGREP_max=$ac_count
fi fi
# 10*(2^10) chars as input seems more than enough # 10*(2^10) chars as input seems more than enough
test $ac_count -gt 10 && break test $ac_count -gt 10 && break
done done
rm -f conftest.in conftest.tmp conftest.nl conftest.out;; rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
esac esac
$ac_path_FGREP_found && break 3 $ac_path_FGREP_found && break 3
done
done
done done
done
done
IFS=$as_save_IFS IFS=$as_save_IFS
if test -z "$ac_cv_path_FGREP"; then
fi as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR
/usr/xpg4/bin" "$LINENO" 5
FGREP="$ac_cv_path_FGREP" fi
if test -z "$FGREP"; then
{ { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be fou
nd in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PA
TH_SEPARATOR/usr/xpg4/bin" >&2;}
{ (exit 1); exit 1; }; }
fi
else else
ac_cv_path_FGREP=$FGREP ac_cv_path_FGREP=$FGREP
fi fi
fi fi
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
echo "${ECHO_T}$ac_cv_path_FGREP" >&6; } $as_echo "$ac_cv_path_FGREP" >&6; }
FGREP="$ac_cv_path_FGREP" FGREP="$ac_cv_path_FGREP"
test -z "$GREP" && GREP=grep test -z "$GREP" && GREP=grep
# Check whether --with-gnu-ld was given. # Check whether --with-gnu-ld was given.
if test "${with_gnu_ld+set}" = set; then if test "${with_gnu_ld+set}" = set; then :
withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
else else
with_gnu_ld=no with_gnu_ld=no
fi fi
ac_prog=ld ac_prog=ld
if test "$GCC" = yes; then if test "$GCC" = yes; then
# Check if gcc -print-prog-name=ld gives a path. # Check if gcc -print-prog-name=ld gives a path.
{ echo "$as_me:$LINENO: checking for ld used by $CC" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; } $as_echo_n "checking for ld used by $CC... " >&6; }
case $host in case $host in
*-*-mingw*) *-*-mingw*)
# gcc leaves a trailing carriage return which upsets mingw # gcc leaves a trailing carriage return which upsets mingw
ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
*) *)
ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
esac esac
case $ac_prog in case $ac_prog in
# Accept absolute paths. # Accept absolute paths.
[\\/]* | ?:[\\/]*) [\\/]* | ?:[\\/]*)
skipping to change at line 3900 skipping to change at line 4347
"") "")
# If it fails, then pretend we aren't using GCC. # If it fails, then pretend we aren't using GCC.
ac_prog=ld ac_prog=ld
;; ;;
*) *)
# If it is relative, then search for the first ld in PATH. # If it is relative, then search for the first ld in PATH.
with_gnu_ld=unknown with_gnu_ld=unknown
;; ;;
esac esac
elif test "$with_gnu_ld" = yes; then elif test "$with_gnu_ld" = yes; then
{ echo "$as_me:$LINENO: checking for GNU ld" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; } $as_echo_n "checking for GNU ld... " >&6; }
else else
{ echo "$as_me:$LINENO: checking for non-GNU ld" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; } $as_echo_n "checking for non-GNU ld... " >&6; }
fi fi
if test "${lt_cv_path_LD+set}" = set; then if test "${lt_cv_path_LD+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
if test -z "$LD"; then if test -z "$LD"; then
lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
for ac_dir in $PATH; do for ac_dir in $PATH; do
IFS="$lt_save_ifs" IFS="$lt_save_ifs"
test -z "$ac_dir" && ac_dir=. test -z "$ac_dir" && ac_dir=.
if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
lt_cv_path_LD="$ac_dir/$ac_prog" lt_cv_path_LD="$ac_dir/$ac_prog"
# Check to see if the program is GNU ld. I'd rather use --version, # Check to see if the program is GNU ld. I'd rather use --version,
# but apparently some variants of GNU ld only accept -v. # but apparently some variants of GNU ld only accept -v.
skipping to change at line 3937 skipping to change at line 4384
fi fi
done done
IFS="$lt_save_ifs" IFS="$lt_save_ifs"
else else
lt_cv_path_LD="$LD" # Let the user override the test with a path. lt_cv_path_LD="$LD" # Let the user override the test with a path.
fi fi
fi fi
LD="$lt_cv_path_LD" LD="$lt_cv_path_LD"
if test -n "$LD"; then if test -n "$LD"; then
{ echo "$as_me:$LINENO: result: $LD" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
echo "${ECHO_T}$LD" >&6; } $as_echo "$LD" >&6; }
else else
{ echo "$as_me:$LINENO: result: no" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
echo "${ECHO_T}no" >&6; } $as_echo "no" >&6; }
fi fi
test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
\$PATH" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GN
echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} U ld" >&5
{ (exit 1); exit 1; }; } $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; } $as_echo_n "(cached) " >&6
if test "${lt_cv_prog_gnu_ld+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else else
# I'd rather use --version here, but apparently some GNU lds only accept -v. # I'd rather use --version here, but apparently some GNU lds only accept -v.
case `$LD -v 2>&1 </dev/null` in case `$LD -v 2>&1 </dev/null` in
*GNU* | *'with BFD'*) *GNU* | *'with BFD'*)
lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ld=yes
;; ;;
*) *)
lt_cv_prog_gnu_ld=no lt_cv_prog_gnu_ld=no
;; ;;
esac esac
fi fi
{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; } $as_echo "$lt_cv_prog_gnu_ld" >&6; }
with_gnu_ld=$lt_cv_prog_gnu_ld with_gnu_ld=$lt_cv_prog_gnu_ld
{ echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible
" >&5 name lister (nm)" >&5
echo $ECHO_N "checking for BSD- or MS-compatible name lister (nm)... $ECHO_ $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
C" >&6; } if test "${lt_cv_path_NM+set}" = set; then :
if test "${lt_cv_path_NM+set}" = set; then $as_echo_n "(cached) " >&6
echo $ECHO_N "(cached) $ECHO_C" >&6
else else
if test -n "$NM"; then if test -n "$NM"; then
# Let the user override the test. # Let the user override the test.
lt_cv_path_NM="$NM" lt_cv_path_NM="$NM"
else else
lt_nm_to_check="${ac_tool_prefix}nm" lt_nm_to_check="${ac_tool_prefix}nm"
if test -n "$ac_tool_prefix" && test "$build" = "$host"; then if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
lt_nm_to_check="$lt_nm_to_check nm" lt_nm_to_check="$lt_nm_to_check nm"
fi fi
for lt_tmp_nm in $lt_nm_to_check; do for lt_tmp_nm in $lt_nm_to_check; do
skipping to change at line 4014 skipping to change at line 4459
esac esac
;; ;;
esac esac
fi fi
done done
IFS="$lt_save_ifs" IFS="$lt_save_ifs"
done done
: ${lt_cv_path_NM=no} : ${lt_cv_path_NM=no}
fi fi
fi fi
{ echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
echo "${ECHO_T}$lt_cv_path_NM" >&6; } $as_echo "$lt_cv_path_NM" >&6; }
if test "$lt_cv_path_NM" != "no"; then if test "$lt_cv_path_NM" != "no"; then
NM="$lt_cv_path_NM" NM="$lt_cv_path_NM"
else else
# Didn't find any BSD compatible name lister, look for dumpbin. # Didn't find any BSD compatible name lister, look for dumpbin.
if test -n "$ac_tool_prefix"; then if test -n "$ac_tool_prefix"; then
for ac_prog in "dumpbin -symbols" "link -dump -symbols" for ac_prog in "dumpbin -symbols" "link -dump -symbols"
do do
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a p rogram name with args. # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a p rogram name with args.
set dummy $ac_tool_prefix$ac_prog; ac_word=$2 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } $as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_DUMPBIN+set}" = set; then if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
if test -n "$DUMPBIN"; then if test -n "$DUMPBIN"; then
ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
else else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH for as_dir in $PATH
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then
ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_e xt" >&5
break 2 break 2
fi fi
done done
done done
IFS=$as_save_IFS IFS=$as_save_IFS
fi fi
fi fi
DUMPBIN=$ac_cv_prog_DUMPBIN DUMPBIN=$ac_cv_prog_DUMPBIN
if test -n "$DUMPBIN"; then if test -n "$DUMPBIN"; then
{ echo "$as_me:$LINENO: result: $DUMPBIN" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
echo "${ECHO_T}$DUMPBIN" >&6; } $as_echo "$DUMPBIN" >&6; }
else else
{ echo "$as_me:$LINENO: result: no" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
echo "${ECHO_T}no" >&6; } $as_echo "no" >&6; }
fi fi
test -n "$DUMPBIN" && break test -n "$DUMPBIN" && break
done done
fi fi
if test -z "$DUMPBIN"; then if test -z "$DUMPBIN"; then
ac_ct_DUMPBIN=$DUMPBIN ac_ct_DUMPBIN=$DUMPBIN
for ac_prog in "dumpbin -symbols" "link -dump -symbols" for ac_prog in "dumpbin -symbols" "link -dump -symbols"
do do
# Extract the first word of "$ac_prog", so it can be a program name with args. # Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2 set dummy $ac_prog; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } $as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
if test -n "$ac_ct_DUMPBIN"; then if test -n "$ac_ct_DUMPBIN"; then
ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the tes t. ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the tes t.
else else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH for as_dir in $PATH
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_e xt" >&5
break 2 break 2
fi fi
done done
done done
IFS=$as_save_IFS IFS=$as_save_IFS
fi fi
fi fi
ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
if test -n "$ac_ct_DUMPBIN"; then if test -n "$ac_ct_DUMPBIN"; then
{ echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
echo "${ECHO_T}$ac_ct_DUMPBIN" >&6; } $as_echo "$ac_ct_DUMPBIN" >&6; }
else else
{ echo "$as_me:$LINENO: result: no" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
echo "${ECHO_T}no" >&6; } $as_echo "no" >&6; }
fi fi
test -n "$ac_ct_DUMPBIN" && break test -n "$ac_ct_DUMPBIN" && break
done done
if test "x$ac_ct_DUMPBIN" = x; then if test "x$ac_ct_DUMPBIN" = x; then
DUMPBIN=":" DUMPBIN=":"
else else
case $cross_compiling:$ac_tool_warned in case $cross_compiling:$ac_tool_warned in
yes:) yes:)
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cr { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not pre
oss-tools fixed with host triplet" >&5
whose name does not start with the host triplet. If you think this $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet
configuration is useful to you, please write to autoconf@gnu.org." >&5 " >&2;}
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
whose name does not start with the host triplet. If you think this
configuration is useful to you, please write to autoconf@gnu.org." >&2;}
ac_tool_warned=yes ;; ac_tool_warned=yes ;;
esac esac
DUMPBIN=$ac_ct_DUMPBIN DUMPBIN=$ac_ct_DUMPBIN
fi fi
fi fi
if test "$DUMPBIN" != ":"; then if test "$DUMPBIN" != ":"; then
NM="$DUMPBIN" NM="$DUMPBIN"
fi fi
fi fi
test -z "$NM" && NM=nm test -z "$NM" && NM=nm
{ echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) int
echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6; } erface" >&5
if test "${lt_cv_nm_interface+set}" = set; then $as_echo_n "checking the name lister ($NM) interface... " >&6; }
echo $ECHO_N "(cached) $ECHO_C" >&6 if test "${lt_cv_nm_interface+set}" = set; then :
$as_echo_n "(cached) " >&6
else else
lt_cv_nm_interface="BSD nm" lt_cv_nm_interface="BSD nm"
echo "int some_variable = 0;" > conftest.$ac_ext echo "int some_variable = 0;" > conftest.$ac_ext
(eval echo "\"\$as_me:4303: $ac_compile\"" >&5) (eval echo "\"\$as_me:4692: $ac_compile\"" >&5)
(eval "$ac_compile" 2>conftest.err) (eval "$ac_compile" 2>conftest.err)
cat conftest.err >&5 cat conftest.err >&5
(eval echo "\"\$as_me:4306: $NM \\\"conftest.$ac_objext\\\"\"" >&5) (eval echo "\"\$as_me:4695: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
(eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
cat conftest.err >&5 cat conftest.err >&5
(eval echo "\"\$as_me:4309: output\"" >&5) (eval echo "\"\$as_me:4698: output\"" >&5)
cat conftest.out >&5 cat conftest.out >&5
if $GREP 'External.*some_variable' conftest.out > /dev/null; then if $GREP 'External.*some_variable' conftest.out > /dev/null; then
lt_cv_nm_interface="MS dumpbin" lt_cv_nm_interface="MS dumpbin"
fi fi
rm -r -f conftest* rm -f conftest*
fi fi
{ echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
echo "${ECHO_T}$lt_cv_nm_interface" >&6; } $as_echo "$lt_cv_nm_interface" >&6; }
{ echo "$as_me:$LINENO: checking whether ln -s works" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; } $as_echo_n "checking whether ln -s works... " >&6; }
LN_S=$as_ln_s LN_S=$as_ln_s
if test "$LN_S" = "ln -s"; then if test "$LN_S" = "ln -s"; then
{ echo "$as_me:$LINENO: result: yes" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
echo "${ECHO_T}yes" >&6; } $as_echo "yes" >&6; }
else else
{ echo "$as_me:$LINENO: result: no, using $LN_S" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
echo "${ECHO_T}no, using $LN_S" >&6; } $as_echo "no, using $LN_S" >&6; }
fi fi
# find the maximum length of command line arguments # find the maximum length of command line arguments
{ echo "$as_me:$LINENO: checking the maximum length of command line argumen { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of com
ts" >&5 mand line arguments" >&5
echo $ECHO_N "checking the maximum length of command line arguments... $ECH $as_echo_n "checking the maximum length of command line arguments... " >&6;
O_C" >&6; } }
if test "${lt_cv_sys_max_cmd_len+set}" = set; then if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
i=0 i=0
teststring="ABCD" teststring="ABCD"
case $build_os in case $build_os in
msdosdjgpp*) msdosdjgpp*)
# On DJGPP, this test can blow up pretty badly due to problems in libc # On DJGPP, this test can blow up pretty badly due to problems in libc
# (any single argument exceeding 2000 bytes causes a buffer overrun # (any single argument exceeding 2000 bytes causes a buffer overrun
# during glob expansion). Even if it were fixed, the result of this # during glob expansion). Even if it were fixed, the result of this
# check would be larger than it should be. # check would be larger than it should be.
lt_cv_sys_max_cmd_len=12288; # 12K is about right lt_cv_sys_max_cmd_len=12288; # 12K is about right
;; ;;
gnu*) gnu*)
# Under GNU Hurd, this test is not required because there is # Under GNU Hurd, this test is not required because there is
# no limit to the length of command line arguments. # no limit to the length of command line arguments.
# Libtool will interpret -1 as no limit whatsoever # Libtool will interpret -1 as no limit whatsoever
lt_cv_sys_max_cmd_len=-1; lt_cv_sys_max_cmd_len=-1;
;; ;;
cygwin* | mingw*) cygwin* | mingw* | cegcc*)
# On Win9x/ME, this test blows up -- it succeeds, but takes # On Win9x/ME, this test blows up -- it succeeds, but takes
# about 5 minutes as the teststring grows exponentially. # about 5 minutes as the teststring grows exponentially.
# Worse, since 9x/ME are not pre-emptively multitasking, # Worse, since 9x/ME are not pre-emptively multitasking,
# you end up with a "frozen" computer, even though with patience # you end up with a "frozen" computer, even though with patience
# the test eventually succeeds (with a max line length of 256k). # the test eventually succeeds (with a max line length of 256k).
# Instead, let's just punt: use the minimum linelength reported by # Instead, let's just punt: use the minimum linelength reported by
# all of the supported platforms: 8192 (on NT/2K/XP). # all of the supported platforms: 8192 (on NT/2K/XP).
lt_cv_sys_max_cmd_len=8192; lt_cv_sys_max_cmd_len=8192;
;; ;;
skipping to change at line 4283 skipping to change at line 4724
# massive amounts of additional arguments before passing them to the # massive amounts of additional arguments before passing them to the
# linker. It appears as though 1/2 is a usable value. # linker. It appears as though 1/2 is a usable value.
lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
fi fi
;; ;;
esac esac
fi fi
if test -n $lt_cv_sys_max_cmd_len ; then if test -n $lt_cv_sys_max_cmd_len ; then
{ echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len"
echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; } >&5
$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
else else
{ echo "$as_me:$LINENO: result: none" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
echo "${ECHO_T}none" >&6; } $as_echo "none" >&6; }
fi fi
max_cmd_len=$lt_cv_sys_max_cmd_len max_cmd_len=$lt_cv_sys_max_cmd_len
: ${CP="cp -f"} : ${CP="cp -f"}
: ${MV="mv -f"} : ${MV="mv -f"}
: ${RM="rm -f"} : ${RM="rm -f"}
{ echo "$as_me:$LINENO: checking whether the shell understands some XSI con { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell underst
structs" >&5 ands some XSI constructs" >&5
echo $ECHO_N "checking whether the shell understands some XSI constructs... $as_echo_n "checking whether the shell understands some XSI constructs... "
$ECHO_C" >&6; } >&6; }
# Try some XSI features # Try some XSI features
xsi_shell=no xsi_shell=no
( _lt_dummy="a/b/c" ( _lt_dummy="a/b/c"
test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \ test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
= c,a/b,, \ = c,a/b,, \
&& eval 'test $(( 1 + 1 )) -eq 2 \ && eval 'test $(( 1 + 1 )) -eq 2 \
&& test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
&& xsi_shell=yes && xsi_shell=yes
{ echo "$as_me:$LINENO: result: $xsi_shell" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
echo "${ECHO_T}$xsi_shell" >&6; } $as_echo "$xsi_shell" >&6; }
{ echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell underst
echo $ECHO_N "checking whether the shell understands \"+=\"... $ECHO_C" >&6 ands \"+=\"" >&5
; } $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
lt_shell_append=no lt_shell_append=no
( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \ ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
>/dev/null 2>&1 \ >/dev/null 2>&1 \
&& lt_shell_append=yes && lt_shell_append=yes
{ echo "$as_me:$LINENO: result: $lt_shell_append" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
echo "${ECHO_T}$lt_shell_append" >&6; } $as_echo "$lt_shell_append" >&6; }
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
lt_unset=unset lt_unset=unset
else else
lt_unset=false lt_unset=false
fi fi
# test EBCDIC or ASCII # test EBCDIC or ASCII
case `echo X|tr X '\101'` in case `echo X|tr X '\101'` in
A) # ASCII based system A) # ASCII based system
# \n is not interpreted correctly by Solaris 8 /usr/ucb/tr # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
lt_SP2NL='tr \040 \012' lt_SP2NL='tr \040 \012'
lt_NL2SP='tr \015\012 \040\040' lt_NL2SP='tr \015\012 \040\040'
;; ;;
*) # EBCDIC based system *) # EBCDIC based system
lt_SP2NL='tr \100 \n' lt_SP2NL='tr \100 \n'
lt_NL2SP='tr \r\n \100\100' lt_NL2SP='tr \r\n \100\100'
;; ;;
esac esac
{ echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload
echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >& object files" >&5
6; } $as_echo_n "checking for $LD option to reload object files... " >&6; }
if test "${lt_cv_ld_reload_flag+set}" = set; then if test "${lt_cv_ld_reload_flag+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
lt_cv_ld_reload_flag='-r' lt_cv_ld_reload_flag='-r'
fi fi
{ echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; } $as_echo "$lt_cv_ld_reload_flag" >&6; }
reload_flag=$lt_cv_ld_reload_flag reload_flag=$lt_cv_ld_reload_flag
case $reload_flag in case $reload_flag in
"" | " "*) ;; "" | " "*) ;;
*) reload_flag=" $reload_flag" ;; *) reload_flag=" $reload_flag" ;;
esac esac
reload_cmds='$LD$reload_flag -o $output$reload_objs' reload_cmds='$LD$reload_flag -o $output$reload_objs'
case $host_os in case $host_os in
darwin*) darwin*)
if test "$GCC" = yes; then if test "$GCC" = yes; then
reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs ' reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs '
else else
reload_cmds='$LD$reload_flag -o $output$reload_objs' reload_cmds='$LD$reload_flag -o $output$reload_objs'
fi fi
;; ;;
esac esac
{ echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5 if test -n "$ac_tool_prefix"; then
echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a pr
; } ogram name with args.
if test "${lt_cv_deplibs_check_method+set}" = set; then set dummy ${ac_tool_prefix}objdump; ac_word=$2
echo $ECHO_N "(cached) $ECHO_C" >&6 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
$as_echo_n "(cached) " >&6
else
if test -n "$OBJDUMP"; then
ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo
rd$ac_exec_ext"; }; then
ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_e
xt" >&5
break 2
fi
done
done
IFS=$as_save_IFS
fi
fi
OBJDUMP=$ac_cv_prog_OBJDUMP
if test -n "$OBJDUMP"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
$as_echo "$OBJDUMP" >&6; }
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi
fi
if test -z "$ac_cv_prog_OBJDUMP"; then
ac_ct_OBJDUMP=$OBJDUMP
# Extract the first word of "objdump", so it can be a program name with a
rgs.
set dummy objdump; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
$as_echo_n "(cached) " >&6
else
if test -n "$ac_ct_OBJDUMP"; then
ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the tes
t.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo
rd$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_OBJDUMP="objdump"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_e
xt" >&5
break 2
fi
done
done
IFS=$as_save_IFS
fi
fi
ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
if test -n "$ac_ct_OBJDUMP"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
$as_echo "$ac_ct_OBJDUMP" >&6; }
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi
if test "x$ac_ct_OBJDUMP" = x; then
OBJDUMP="false"
else
case $cross_compiling:$ac_tool_warned in
yes:)
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not pre
fixed with host triplet" >&5
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet
" >&2;}
ac_tool_warned=yes ;;
esac
OBJDUMP=$ac_ct_OBJDUMP
fi
else
OBJDUMP="$ac_cv_prog_OBJDUMP"
fi
test -z "$OBJDUMP" && OBJDUMP=objdump
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependen
t libraries" >&5
$as_echo_n "checking how to recognize dependent libraries... " >&6; }
if test "${lt_cv_deplibs_check_method+set}" = set; then :
$as_echo_n "(cached) " >&6
else else
lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file= lt_cv_file_magic_test_file=
lt_cv_deplibs_check_method='unknown' lt_cv_deplibs_check_method='unknown'
# Need to set the preceding variable on all platforms that support # Need to set the preceding variable on all platforms that support
# interlibrary dependencies. # interlibrary dependencies.
# 'none' -- dependencies not supported. # 'none' -- dependencies not supported.
# `unknown' -- same as none, but documents that we really don't know. # `unknown' -- same as none, but documents that we really don't know.
# 'pass_all' -- all dependencies passed with no checks. # 'pass_all' -- all dependencies passed with no checks.
# 'test_compile' -- check by making test program. # 'test_compile' -- check by making test program.
skipping to change at line 4414 skipping to change at line 4948
# unless we find 'file', for example because we are cross-compiling. # unless we find 'file', for example because we are cross-compiling.
if ( file / ) >/dev/null 2>&1; then if ( file / ) >/dev/null 2>&1; then
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
lt_cv_file_magic_cmd='func_win32_libid' lt_cv_file_magic_cmd='func_win32_libid'
else else
lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architec ture: i386)?' lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architec ture: i386)?'
lt_cv_file_magic_cmd='$OBJDUMP -f' lt_cv_file_magic_cmd='$OBJDUMP -f'
fi fi
;; ;;
cegcc)
# use the weaker test based on 'objdump'. See mingw*.
lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*arch
itecture: arm)?'
lt_cv_file_magic_cmd='$OBJDUMP -f'
;;
darwin* | rhapsody*) darwin* | rhapsody*)
lt_cv_deplibs_check_method=pass_all lt_cv_deplibs_check_method=pass_all
;; ;;
freebsd* | dragonfly*) freebsd* | dragonfly*)
if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
case $host_cpu in case $host_cpu in
i*86 ) i*86 )
# Not sure whether the presence of OpenBSD here was a mistake. # Not sure whether the presence of OpenBSD here was a mistake.
# Let's accept both of them until this is cleared up. # Let's accept both of them until this is cleared up.
skipping to change at line 4472 skipping to change at line 5012
case $LD in case $LD in
*-32|*"-32 ") libmagic=32-bit;; *-32|*"-32 ") libmagic=32-bit;;
*-n32|*"-n32 ") libmagic=N32;; *-n32|*"-n32 ") libmagic=N32;;
*-64|*"-64 ") libmagic=64-bit;; *-64|*"-64 ") libmagic=64-bit;;
*) libmagic=never-match;; *) libmagic=never-match;;
esac esac
lt_cv_deplibs_check_method=pass_all lt_cv_deplibs_check_method=pass_all
;; ;;
# This must be Linux ELF. # This must be Linux ELF.
linux* | k*bsd*-gnu) linux* | k*bsd*-gnu | kopensolaris*-gnu)
lt_cv_deplibs_check_method=pass_all lt_cv_deplibs_check_method=pass_all
;; ;;
netbsd*) netbsd* | netbsdelf*-gnu)
if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9] +|_pic\.a)$' lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9] +|_pic\.a)$'
else else
lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
fi fi
;; ;;
newos6*) newos6*)
lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (execut able|dynamic lib)' lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (execut able|dynamic lib)'
lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_cmd=/usr/bin/file
skipping to change at line 4551 skipping to change at line 5091
;; ;;
esac esac
;; ;;
tpf*) tpf*)
lt_cv_deplibs_check_method=pass_all lt_cv_deplibs_check_method=pass_all
;; ;;
esac esac
fi fi
{ echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_metho
echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; } d" >&5
$as_echo "$lt_cv_deplibs_check_method" >&6; }
file_magic_cmd=$lt_cv_file_magic_cmd file_magic_cmd=$lt_cv_file_magic_cmd
deplibs_check_method=$lt_cv_deplibs_check_method deplibs_check_method=$lt_cv_deplibs_check_method
test -z "$deplibs_check_method" && deplibs_check_method=unknown test -z "$deplibs_check_method" && deplibs_check_method=unknown
if test -n "$ac_tool_prefix"; then if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
set dummy ${ac_tool_prefix}ar; ac_word=$2 set dummy ${ac_tool_prefix}ar; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } $as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_AR+set}" = set; then if test "${ac_cv_prog_AR+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
if test -n "$AR"; then if test -n "$AR"; then
ac_cv_prog_AR="$AR" # Let the user override the test. ac_cv_prog_AR="$AR" # Let the user override the test.
else else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH for as_dir in $PATH
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then
ac_cv_prog_AR="${ac_tool_prefix}ar" ac_cv_prog_AR="${ac_tool_prefix}ar"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_e xt" >&5
break 2 break 2
fi fi
done done
done done
IFS=$as_save_IFS IFS=$as_save_IFS
fi fi
fi fi
AR=$ac_cv_prog_AR AR=$ac_cv_prog_AR
if test -n "$AR"; then if test -n "$AR"; then
{ echo "$as_me:$LINENO: result: $AR" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
echo "${ECHO_T}$AR" >&6; } $as_echo "$AR" >&6; }
else else
{ echo "$as_me:$LINENO: result: no" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
echo "${ECHO_T}no" >&6; } $as_echo "no" >&6; }
fi fi
fi fi
if test -z "$ac_cv_prog_AR"; then if test -z "$ac_cv_prog_AR"; then
ac_ct_AR=$AR ac_ct_AR=$AR
# Extract the first word of "ar", so it can be a program name with args. # Extract the first word of "ar", so it can be a program name with args.
set dummy ar; ac_word=$2 set dummy ar; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } $as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_ac_ct_AR+set}" = set; then if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
if test -n "$ac_ct_AR"; then if test -n "$ac_ct_AR"; then
ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
else else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH for as_dir in $PATH
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_AR="ar" ac_cv_prog_ac_ct_AR="ar"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_e xt" >&5
break 2 break 2
fi fi
done done
done done
IFS=$as_save_IFS IFS=$as_save_IFS
fi fi
fi fi
ac_ct_AR=$ac_cv_prog_ac_ct_AR ac_ct_AR=$ac_cv_prog_ac_ct_AR
if test -n "$ac_ct_AR"; then if test -n "$ac_ct_AR"; then
{ echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
echo "${ECHO_T}$ac_ct_AR" >&6; } $as_echo "$ac_ct_AR" >&6; }
else else
{ echo "$as_me:$LINENO: result: no" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
echo "${ECHO_T}no" >&6; } $as_echo "no" >&6; }
fi fi
if test "x$ac_ct_AR" = x; then if test "x$ac_ct_AR" = x; then
AR="false" AR="false"
else else
case $cross_compiling:$ac_tool_warned in case $cross_compiling:$ac_tool_warned in
yes:) yes:)
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cr { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not pre
oss-tools fixed with host triplet" >&5
whose name does not start with the host triplet. If you think this $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet
configuration is useful to you, please write to autoconf@gnu.org." >&5 " >&2;}
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
whose name does not start with the host triplet. If you think this
configuration is useful to you, please write to autoconf@gnu.org." >&2;}
ac_tool_warned=yes ;; ac_tool_warned=yes ;;
esac esac
AR=$ac_ct_AR AR=$ac_ct_AR
fi fi
else else
AR="$ac_cv_prog_AR" AR="$ac_cv_prog_AR"
fi fi
test -z "$AR" && AR=ar test -z "$AR" && AR=ar
test -z "$AR_FLAGS" && AR_FLAGS=cru test -z "$AR_FLAGS" && AR_FLAGS=cru
if test -n "$ac_tool_prefix"; then if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}strip", so it can be a prog ram name with args. # Extract the first word of "${ac_tool_prefix}strip", so it can be a prog ram name with args.
set dummy ${ac_tool_prefix}strip; ac_word=$2 set dummy ${ac_tool_prefix}strip; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } $as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_STRIP+set}" = set; then if test "${ac_cv_prog_STRIP+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
if test -n "$STRIP"; then if test -n "$STRIP"; then
ac_cv_prog_STRIP="$STRIP" # Let the user override the test. ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
else else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH for as_dir in $PATH
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then
ac_cv_prog_STRIP="${ac_tool_prefix}strip" ac_cv_prog_STRIP="${ac_tool_prefix}strip"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_e xt" >&5
break 2 break 2
fi fi
done done
done done
IFS=$as_save_IFS IFS=$as_save_IFS
fi fi
fi fi
STRIP=$ac_cv_prog_STRIP STRIP=$ac_cv_prog_STRIP
if test -n "$STRIP"; then if test -n "$STRIP"; then
{ echo "$as_me:$LINENO: result: $STRIP" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
echo "${ECHO_T}$STRIP" >&6; } $as_echo "$STRIP" >&6; }
else else
{ echo "$as_me:$LINENO: result: no" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
echo "${ECHO_T}no" >&6; } $as_echo "no" >&6; }
fi fi
fi fi
if test -z "$ac_cv_prog_STRIP"; then if test -z "$ac_cv_prog_STRIP"; then
ac_ct_STRIP=$STRIP ac_ct_STRIP=$STRIP
# Extract the first word of "strip", so it can be a program name with arg s. # Extract the first word of "strip", so it can be a program name with arg s.
set dummy strip; ac_word=$2 set dummy strip; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } $as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
if test -n "$ac_ct_STRIP"; then if test -n "$ac_ct_STRIP"; then
ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
else else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH for as_dir in $PATH
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_STRIP="strip" ac_cv_prog_ac_ct_STRIP="strip"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_e xt" >&5
break 2 break 2
fi fi
done done
done done
IFS=$as_save_IFS IFS=$as_save_IFS
fi fi
fi fi
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
if test -n "$ac_ct_STRIP"; then if test -n "$ac_ct_STRIP"; then
{ echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
echo "${ECHO_T}$ac_ct_STRIP" >&6; } $as_echo "$ac_ct_STRIP" >&6; }
else else
{ echo "$as_me:$LINENO: result: no" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
echo "${ECHO_T}no" >&6; } $as_echo "no" >&6; }
fi fi
if test "x$ac_ct_STRIP" = x; then if test "x$ac_ct_STRIP" = x; then
STRIP=":" STRIP=":"
else else
case $cross_compiling:$ac_tool_warned in case $cross_compiling:$ac_tool_warned in
yes:) yes:)
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cr { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not pre
oss-tools fixed with host triplet" >&5
whose name does not start with the host triplet. If you think this $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet
configuration is useful to you, please write to autoconf@gnu.org." >&5 " >&2;}
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
whose name does not start with the host triplet. If you think this
configuration is useful to you, please write to autoconf@gnu.org." >&2;}
ac_tool_warned=yes ;; ac_tool_warned=yes ;;
esac esac
STRIP=$ac_ct_STRIP STRIP=$ac_ct_STRIP
fi fi
else else
STRIP="$ac_cv_prog_STRIP" STRIP="$ac_cv_prog_STRIP"
fi fi
test -z "$STRIP" && STRIP=: test -z "$STRIP" && STRIP=:
if test -n "$ac_tool_prefix"; then if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a pro gram name with args. # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a pro gram name with args.
set dummy ${ac_tool_prefix}ranlib; ac_word=$2 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } $as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_RANLIB+set}" = set; then if test "${ac_cv_prog_RANLIB+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
if test -n "$RANLIB"; then if test -n "$RANLIB"; then
ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
else else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH for as_dir in $PATH
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_e xt" >&5
break 2 break 2
fi fi
done done
done done
IFS=$as_save_IFS IFS=$as_save_IFS
fi fi
fi fi
RANLIB=$ac_cv_prog_RANLIB RANLIB=$ac_cv_prog_RANLIB
if test -n "$RANLIB"; then if test -n "$RANLIB"; then
{ echo "$as_me:$LINENO: result: $RANLIB" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
echo "${ECHO_T}$RANLIB" >&6; } $as_echo "$RANLIB" >&6; }
else else
{ echo "$as_me:$LINENO: result: no" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
echo "${ECHO_T}no" >&6; } $as_echo "no" >&6; }
fi fi
fi fi
if test -z "$ac_cv_prog_RANLIB"; then if test -z "$ac_cv_prog_RANLIB"; then
ac_ct_RANLIB=$RANLIB ac_ct_RANLIB=$RANLIB
# Extract the first word of "ranlib", so it can be a program name with ar gs. # Extract the first word of "ranlib", so it can be a program name with ar gs.
set dummy ranlib; ac_word=$2 set dummy ranlib; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } $as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
if test -n "$ac_ct_RANLIB"; then if test -n "$ac_ct_RANLIB"; then
ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
else else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH for as_dir in $PATH
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_RANLIB="ranlib" ac_cv_prog_ac_ct_RANLIB="ranlib"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_e xt" >&5
break 2 break 2
fi fi
done done
done done
IFS=$as_save_IFS IFS=$as_save_IFS
fi fi
fi fi
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
if test -n "$ac_ct_RANLIB"; then if test -n "$ac_ct_RANLIB"; then
{ echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
echo "${ECHO_T}$ac_ct_RANLIB" >&6; } $as_echo "$ac_ct_RANLIB" >&6; }
else else
{ echo "$as_me:$LINENO: result: no" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
echo "${ECHO_T}no" >&6; } $as_echo "no" >&6; }
fi fi
if test "x$ac_ct_RANLIB" = x; then if test "x$ac_ct_RANLIB" = x; then
RANLIB=":" RANLIB=":"
else else
case $cross_compiling:$ac_tool_warned in case $cross_compiling:$ac_tool_warned in
yes:) yes:)
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cr { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not pre
oss-tools fixed with host triplet" >&5
whose name does not start with the host triplet. If you think this $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet
configuration is useful to you, please write to autoconf@gnu.org." >&5 " >&2;}
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
whose name does not start with the host triplet. If you think this
configuration is useful to you, please write to autoconf@gnu.org." >&2;}
ac_tool_warned=yes ;; ac_tool_warned=yes ;;
esac esac
RANLIB=$ac_ct_RANLIB RANLIB=$ac_ct_RANLIB
fi fi
else else
RANLIB="$ac_cv_prog_RANLIB" RANLIB="$ac_cv_prog_RANLIB"
fi fi
test -z "$RANLIB" && RANLIB=: test -z "$RANLIB" && RANLIB=:
skipping to change at line 4876 skipping to change at line 5404
# If no C compiler was specified, use CC. # If no C compiler was specified, use CC.
LTCC=${LTCC-"$CC"} LTCC=${LTCC-"$CC"}
# If no C compiler flags were specified, use CFLAGS. # If no C compiler flags were specified, use CFLAGS.
LTCFLAGS=${LTCFLAGS-"$CFLAGS"} LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
# Allow CC to be a program name with arguments. # Allow CC to be a program name with arguments.
compiler=$CC compiler=$CC
# Check for command to grab the raw symbol name followed by C symbol from n m. # Check for command to grab the raw symbol name followed by C symbol from n m.
{ echo "$as_me:$LINENO: checking command to parse $NM output from $compiler { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM outp
object" >&5 ut from $compiler object" >&5
echo $ECHO_N "checking command to parse $NM output from $compiler object... $as_echo_n "checking command to parse $NM output from $compiler object... "
$ECHO_C" >&6; } >&6; }
if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
# These are sane defaults that work on at least a few old systems. # These are sane defaults that work on at least a few old systems.
# [They come from Ultrix. What could be older than Ultrix?!! ;)] # [They come from Ultrix. What could be older than Ultrix?!! ;)]
# Character class describing NM global symbol codes. # Character class describing NM global symbol codes.
symcode='[BCDEGRST]' symcode='[BCDEGRST]'
# Regexp to match symbols that can be accessed directly from C. # Regexp to match symbols that can be accessed directly from C.
sympat='\([_A-Za-z][_A-Za-z0-9]*\)' sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
# Define system-specific variables. # Define system-specific variables.
case $host_os in case $host_os in
aix*) aix*)
symcode='[BCDT]' symcode='[BCDT]'
;; ;;
cygwin* | mingw* | pw32*) cygwin* | mingw* | pw32* | cegcc*)
symcode='[ABCDGISTW]' symcode='[ABCDGISTW]'
;; ;;
hpux*) hpux*)
if test "$host_cpu" = ia64; then if test "$host_cpu" = ia64; then
symcode='[ABCDEGRST]' symcode='[ABCDEGRST]'
fi fi
;; ;;
irix* | nonstopux*) irix* | nonstopux*)
symcode='[BCDEGRST]' symcode='[BCDEGRST]'
;; ;;
skipping to change at line 4980 skipping to change at line 5508
" s[1]~/^[@?]/{print s[1], s[1]; next};"\ " s[1]~/^[@?]/{print s[1], s[1]; next};"\
" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx)) }"\ " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx)) }"\
" ' prfx=^$ac_symprfx" " ' prfx=^$ac_symprfx"
else else
lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode *\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode *\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
fi fi
# Check to see that the pipe works correctly. # Check to see that the pipe works correctly.
pipe_works=no pipe_works=no
rm -r -f conftest* rm -f conftest*
cat > conftest.$ac_ext <<_LT_EOF cat > conftest.$ac_ext <<_LT_EOF
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
char nm_test_var; char nm_test_var;
void nm_test_func(void); void nm_test_func(void);
void nm_test_func(void){} void nm_test_func(void){}
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
int main(){nm_test_var='a';nm_test_func();return(0);} int main(){nm_test_var='a';nm_test_func();return(0);}
_LT_EOF _LT_EOF
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } > &5
(eval $ac_compile) 2>&5 (eval $ac_compile) 2>&5
ac_status=$? ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
(exit $ac_status); }; then test $ac_status = 0; }; then
# Now try to grab the symbols. # Now try to grab the symbols.
nlist=conftest.nm nlist=conftest.nm
if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sy s_global_symbol_pipe \> $nlist\"") >&5 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_ objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
(eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
ac_status=$? ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
(exit $ac_status); } && test -s "$nlist"; then test $ac_status = 0; } && test -s "$nlist"; then
# Try sorting and uniquifying the output. # Try sorting and uniquifying the output.
if sort "$nlist" | uniq > "$nlist"T; then if sort "$nlist" | uniq > "$nlist"T; then
mv -f "$nlist"T "$nlist" mv -f "$nlist"T "$nlist"
else else
rm -f "$nlist"T rm -f "$nlist"T
fi fi
# Make sure that we snagged all the symbols we need. # Make sure that we snagged all the symbols we need.
if $GREP ' nm_test_var$' "$nlist" >/dev/null; then if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
if $GREP ' nm_test_func$' "$nlist" >/dev/null; then if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
skipping to change at line 5058 skipping to change at line 5586
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
_LT_EOF _LT_EOF
# Now try linking the two files. # Now try linking the two files.
mv conftest.$ac_objext conftstm.$ac_objext mv conftest.$ac_objext conftstm.$ac_objext
lt_save_LIBS="$LIBS" lt_save_LIBS="$LIBS"
lt_save_CFLAGS="$CFLAGS" lt_save_CFLAGS="$CFLAGS"
LIBS="conftstm.$ac_objext" LIBS="conftstm.$ac_objext"
CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
(eval $ac_link) 2>&5 (eval $ac_link) 2>&5
ac_status=$? ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
(exit $ac_status); } && test -s conftest${ac_exeext}; then test $ac_status = 0; } && test -s conftest${ac_exeext}; then
pipe_works=yes pipe_works=yes
fi fi
LIBS="$lt_save_LIBS" LIBS="$lt_save_LIBS"
CFLAGS="$lt_save_CFLAGS" CFLAGS="$lt_save_CFLAGS"
else else
echo "cannot find nm_test_func in $nlist" >&5 echo "cannot find nm_test_func in $nlist" >&5
fi fi
else else
echo "cannot find nm_test_var in $nlist" >&5 echo "cannot find nm_test_var in $nlist" >&5
fi fi
skipping to change at line 5096 skipping to change at line 5624
lt_cv_sys_global_symbol_pipe= lt_cv_sys_global_symbol_pipe=
fi fi
done done
fi fi
if test -z "$lt_cv_sys_global_symbol_pipe"; then if test -z "$lt_cv_sys_global_symbol_pipe"; then
lt_cv_sys_global_symbol_to_cdecl= lt_cv_sys_global_symbol_to_cdecl=
fi fi
if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl" ; then if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl" ; then
{ echo "$as_me:$LINENO: result: failed" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
echo "${ECHO_T}failed" >&6; } $as_echo "failed" >&6; }
else else
{ echo "$as_me:$LINENO: result: ok" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
echo "${ECHO_T}ok" >&6; } $as_echo "ok" >&6; }
fi fi
# Check whether --enable-libtool-lock was given. # Check whether --enable-libtool-lock was given.
if test "${enable_libtool_lock+set}" = set; then if test "${enable_libtool_lock+set}" = set; then :
enableval=$enable_libtool_lock; enableval=$enable_libtool_lock;
fi fi
test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
# Some flags need to be propagated to the compiler or linker for good # Some flags need to be propagated to the compiler or linker for good
# libtool support. # libtool support.
case $host in case $host in
ia64-*-hpux*) ia64-*-hpux*)
# Find out which ABI we are using. # Find out which ABI we are using.
echo 'int i;' > conftest.$ac_ext echo 'int i;' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } > &5
(eval $ac_compile) 2>&5 (eval $ac_compile) 2>&5
ac_status=$? ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
(exit $ac_status); }; then test $ac_status = 0; }; then
case `/usr/bin/file conftest.$ac_objext` in case `/usr/bin/file conftest.$ac_objext` in
*ELF-32*) *ELF-32*)
HPUX_IA64_MODE="32" HPUX_IA64_MODE="32"
;; ;;
*ELF-64*) *ELF-64*)
HPUX_IA64_MODE="64" HPUX_IA64_MODE="64"
;; ;;
esac esac
fi fi
rm -rf conftest* rm -rf conftest*
;; ;;
*-*-irix6*) *-*-irix6*)
# Find out which ABI we are using. # Find out which ABI we are using.
echo '#line 5420 "configure"' > conftest.$ac_ext echo '#line 5904 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >
&5
(eval $ac_compile) 2>&5 (eval $ac_compile) 2>&5
ac_status=$? ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
(exit $ac_status); }; then test $ac_status = 0; }; then
if test "$lt_cv_prog_gnu_ld" = yes; then if test "$lt_cv_prog_gnu_ld" = yes; then
case `/usr/bin/file conftest.$ac_objext` in case `/usr/bin/file conftest.$ac_objext` in
*32-bit*) *32-bit*)
LD="${LD-ld} -melf32bsmip" LD="${LD-ld} -melf32bsmip"
;; ;;
*N32*) *N32*)
LD="${LD-ld} -melf32bmipn32" LD="${LD-ld} -melf32bmipn32"
;; ;;
*64-bit*) *64-bit*)
LD="${LD-ld} -melf64bmip" LD="${LD-ld} -melf64bmip"
skipping to change at line 5173 skipping to change at line 5701
esac esac
fi fi
fi fi
rm -rf conftest* rm -rf conftest*
;; ;;
x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
s390*-*linux*|s390*-*tpf*|sparc*-*linux*) s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
# Find out which ABI we are using. # Find out which ABI we are using.
echo 'int i;' > conftest.$ac_ext echo 'int i;' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } > &5
(eval $ac_compile) 2>&5 (eval $ac_compile) 2>&5
ac_status=$? ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
(exit $ac_status); }; then test $ac_status = 0; }; then
case `/usr/bin/file conftest.o` in case `/usr/bin/file conftest.o` in
*32-bit*) *32-bit*)
case $host in case $host in
x86_64-*kfreebsd*-gnu) x86_64-*kfreebsd*-gnu)
LD="${LD-ld} -m elf_i386_fbsd" LD="${LD-ld} -m elf_i386_fbsd"
;; ;;
x86_64-*linux*) x86_64-*linux*)
LD="${LD-ld} -m elf_i386" LD="${LD-ld} -m elf_i386"
;; ;;
ppc64-*linux*|powerpc64-*linux*) ppc64-*linux*|powerpc64-*linux*)
skipping to change at line 5226 skipping to change at line 5754
;; ;;
esac esac
fi fi
rm -rf conftest* rm -rf conftest*
;; ;;
*-*-sco3.2v5*) *-*-sco3.2v5*)
# On SCO OpenServer 5, we need -belf to get full-featured binaries. # On SCO OpenServer 5, we need -belf to get full-featured binaries.
SAVE_CFLAGS="$CFLAGS" SAVE_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -belf" CFLAGS="$CFLAGS -belf"
{ echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler
echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; needs -belf" >&5
} $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
if test "${lt_cv_cc_needs_belf+set}" = set; then if test "${lt_cv_cc_needs_belf+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
ac_ext=c ac_ext=c
ac_cpp='$CPP $CPPFLAGS' ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ ext $LIBS >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_compiler_gnu=$ac_cv_c_compiler_gnu
cat >conftest.$ac_ext <<_ACEOF cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
int int
main () main ()
{ {
; ;
return 0; return 0;
} }
_ACEOF _ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext if ac_fn_c_try_link "$LINENO"; then :
if { (ac_try="$ac_link"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_link") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest$ac_exeext &&
$as_test_x conftest$ac_exeext; then
lt_cv_cc_needs_belf=yes lt_cv_cc_needs_belf=yes
else else
echo "$as_me: failed program was:" >&5 lt_cv_cc_needs_belf=no
sed 's/^/| /' conftest.$ac_ext >&5
lt_cv_cc_needs_belf=no
fi fi
rm -f core conftest.err conftest.$ac_objext \
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext
conftest$ac_exeext conftest.$ac_ext
ac_ext=c ac_ext=c
ac_cpp='$CPP $CPPFLAGS' ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ ext $LIBS >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_compiler_gnu=$ac_cv_c_compiler_gnu
fi fi
{ echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; } $as_echo "$lt_cv_cc_needs_belf" >&6; }
if test x"$lt_cv_cc_needs_belf" != x"yes"; then if test x"$lt_cv_cc_needs_belf" != x"yes"; then
# this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
CFLAGS="$SAVE_CFLAGS" CFLAGS="$SAVE_CFLAGS"
fi fi
;; ;;
sparc*-*solaris*) sparc*-*solaris*)
# Find out which ABI we are using. # Find out which ABI we are using.
echo 'int i;' > conftest.$ac_ext echo 'int i;' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } > &5
(eval $ac_compile) 2>&5 (eval $ac_compile) 2>&5
ac_status=$? ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
(exit $ac_status); }; then test $ac_status = 0; }; then
case `/usr/bin/file conftest.o` in case `/usr/bin/file conftest.o` in
*64-bit*) *64-bit*)
case $lt_cv_prog_gnu_ld in case $lt_cv_prog_gnu_ld in
yes*) LD="${LD-ld} -m elf64_sparc" ;; yes*) LD="${LD-ld} -m elf64_sparc" ;;
*) *)
if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
LD="${LD-ld} -64" LD="${LD-ld} -64"
fi fi
;; ;;
esac esac
skipping to change at line 5326 skipping to change at line 5829
;; ;;
esac esac
need_locks="$enable_libtool_lock" need_locks="$enable_libtool_lock"
case $host_os in case $host_os in
rhapsody* | darwin*) rhapsody* | darwin*)
if test -n "$ac_tool_prefix"; then if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a p rogram name with args. # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a p rogram name with args.
set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } $as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_DSYMUTIL+set}" = set; then if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
if test -n "$DSYMUTIL"; then if test -n "$DSYMUTIL"; then
ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
else else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH for as_dir in $PATH
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then
ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_e xt" >&5
break 2 break 2
fi fi
done done
done done
IFS=$as_save_IFS IFS=$as_save_IFS
fi fi
fi fi
DSYMUTIL=$ac_cv_prog_DSYMUTIL DSYMUTIL=$ac_cv_prog_DSYMUTIL
if test -n "$DSYMUTIL"; then if test -n "$DSYMUTIL"; then
{ echo "$as_me:$LINENO: result: $DSYMUTIL" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
echo "${ECHO_T}$DSYMUTIL" >&6; } $as_echo "$DSYMUTIL" >&6; }
else else
{ echo "$as_me:$LINENO: result: no" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
echo "${ECHO_T}no" >&6; } $as_echo "no" >&6; }
fi fi
fi fi
if test -z "$ac_cv_prog_DSYMUTIL"; then if test -z "$ac_cv_prog_DSYMUTIL"; then
ac_ct_DSYMUTIL=$DSYMUTIL ac_ct_DSYMUTIL=$DSYMUTIL
# Extract the first word of "dsymutil", so it can be a program name with args. # Extract the first word of "dsymutil", so it can be a program name with args.
set dummy dsymutil; ac_word=$2 set dummy dsymutil; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } $as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
if test -n "$ac_ct_DSYMUTIL"; then if test -n "$ac_ct_DSYMUTIL"; then
ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the t est. ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the t est.
else else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH for as_dir in $PATH
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_e xt" >&5
break 2 break 2
fi fi
done done
done done
IFS=$as_save_IFS IFS=$as_save_IFS
fi fi
fi fi
ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
if test -n "$ac_ct_DSYMUTIL"; then if test -n "$ac_ct_DSYMUTIL"; then
{ echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6; } $as_echo "$ac_ct_DSYMUTIL" >&6; }
else else
{ echo "$as_me:$LINENO: result: no" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
echo "${ECHO_T}no" >&6; } $as_echo "no" >&6; }
fi fi
if test "x$ac_ct_DSYMUTIL" = x; then if test "x$ac_ct_DSYMUTIL" = x; then
DSYMUTIL=":" DSYMUTIL=":"
else else
case $cross_compiling:$ac_tool_warned in case $cross_compiling:$ac_tool_warned in
yes:) yes:)
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cr { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not pre
oss-tools fixed with host triplet" >&5
whose name does not start with the host triplet. If you think this $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet
configuration is useful to you, please write to autoconf@gnu.org." >&5 " >&2;}
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
whose name does not start with the host triplet. If you think this
configuration is useful to you, please write to autoconf@gnu.org." >&2;}
ac_tool_warned=yes ;; ac_tool_warned=yes ;;
esac esac
DSYMUTIL=$ac_ct_DSYMUTIL DSYMUTIL=$ac_ct_DSYMUTIL
fi fi
else else
DSYMUTIL="$ac_cv_prog_DSYMUTIL" DSYMUTIL="$ac_cv_prog_DSYMUTIL"
fi fi
if test -n "$ac_tool_prefix"; then if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}nmedit", so it can be a pro gram name with args. # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a pro gram name with args.
set dummy ${ac_tool_prefix}nmedit; ac_word=$2 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } $as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_NMEDIT+set}" = set; then if test "${ac_cv_prog_NMEDIT+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
if test -n "$NMEDIT"; then if test -n "$NMEDIT"; then
ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
else else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH for as_dir in $PATH
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then
ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_e xt" >&5
break 2 break 2
fi fi
done done
done done
IFS=$as_save_IFS IFS=$as_save_IFS
fi fi
fi fi
NMEDIT=$ac_cv_prog_NMEDIT NMEDIT=$ac_cv_prog_NMEDIT
if test -n "$NMEDIT"; then if test -n "$NMEDIT"; then
{ echo "$as_me:$LINENO: result: $NMEDIT" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
echo "${ECHO_T}$NMEDIT" >&6; } $as_echo "$NMEDIT" >&6; }
else else
{ echo "$as_me:$LINENO: result: no" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
echo "${ECHO_T}no" >&6; } $as_echo "no" >&6; }
fi fi
fi fi
if test -z "$ac_cv_prog_NMEDIT"; then if test -z "$ac_cv_prog_NMEDIT"; then
ac_ct_NMEDIT=$NMEDIT ac_ct_NMEDIT=$NMEDIT
# Extract the first word of "nmedit", so it can be a program name with ar gs. # Extract the first word of "nmedit", so it can be a program name with ar gs.
set dummy nmedit; ac_word=$2 set dummy nmedit; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } $as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
if test -n "$ac_ct_NMEDIT"; then if test -n "$ac_ct_NMEDIT"; then
ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
else else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH for as_dir in $PATH
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_NMEDIT="nmedit" ac_cv_prog_ac_ct_NMEDIT="nmedit"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_e xt" >&5
break 2 break 2
fi fi
done done
done done
IFS=$as_save_IFS IFS=$as_save_IFS
fi fi
fi fi
ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
if test -n "$ac_ct_NMEDIT"; then if test -n "$ac_ct_NMEDIT"; then
{ echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
echo "${ECHO_T}$ac_ct_NMEDIT" >&6; } $as_echo "$ac_ct_NMEDIT" >&6; }
else else
{ echo "$as_me:$LINENO: result: no" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
echo "${ECHO_T}no" >&6; } $as_echo "no" >&6; }
fi fi
if test "x$ac_ct_NMEDIT" = x; then if test "x$ac_ct_NMEDIT" = x; then
NMEDIT=":" NMEDIT=":"
else else
case $cross_compiling:$ac_tool_warned in case $cross_compiling:$ac_tool_warned in
yes:) yes:)
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cr { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not pre
oss-tools fixed with host triplet" >&5
whose name does not start with the host triplet. If you think this $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet
configuration is useful to you, please write to autoconf@gnu.org." >&5 " >&2;}
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
whose name does not start with the host triplet. If you think this
configuration is useful to you, please write to autoconf@gnu.org." >&2;}
ac_tool_warned=yes ;; ac_tool_warned=yes ;;
esac esac
NMEDIT=$ac_ct_NMEDIT NMEDIT=$ac_ct_NMEDIT
fi fi
else else
NMEDIT="$ac_cv_prog_NMEDIT" NMEDIT="$ac_cv_prog_NMEDIT"
fi fi
if test -n "$ac_tool_prefix"; then if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}lipo", so it can be a progr am name with args. # Extract the first word of "${ac_tool_prefix}lipo", so it can be a progr am name with args.
set dummy ${ac_tool_prefix}lipo; ac_word=$2 set dummy ${ac_tool_prefix}lipo; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } $as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_LIPO+set}" = set; then if test "${ac_cv_prog_LIPO+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
if test -n "$LIPO"; then if test -n "$LIPO"; then
ac_cv_prog_LIPO="$LIPO" # Let the user override the test. ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
else else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH for as_dir in $PATH
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then
ac_cv_prog_LIPO="${ac_tool_prefix}lipo" ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_e xt" >&5
break 2 break 2
fi fi
done done
done done
IFS=$as_save_IFS IFS=$as_save_IFS
fi fi
fi fi
LIPO=$ac_cv_prog_LIPO LIPO=$ac_cv_prog_LIPO
if test -n "$LIPO"; then if test -n "$LIPO"; then
{ echo "$as_me:$LINENO: result: $LIPO" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
echo "${ECHO_T}$LIPO" >&6; } $as_echo "$LIPO" >&6; }
else else
{ echo "$as_me:$LINENO: result: no" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
echo "${ECHO_T}no" >&6; } $as_echo "no" >&6; }
fi fi
fi fi
if test -z "$ac_cv_prog_LIPO"; then if test -z "$ac_cv_prog_LIPO"; then
ac_ct_LIPO=$LIPO ac_ct_LIPO=$LIPO
# Extract the first word of "lipo", so it can be a program name with args . # Extract the first word of "lipo", so it can be a program name with args .
set dummy lipo; ac_word=$2 set dummy lipo; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } $as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
if test -n "$ac_ct_LIPO"; then if test -n "$ac_ct_LIPO"; then
ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
else else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH for as_dir in $PATH
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_LIPO="lipo" ac_cv_prog_ac_ct_LIPO="lipo"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_e xt" >&5
break 2 break 2
fi fi
done done
done done
IFS=$as_save_IFS IFS=$as_save_IFS
fi fi
fi fi
ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
if test -n "$ac_ct_LIPO"; then if test -n "$ac_ct_LIPO"; then
{ echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
echo "${ECHO_T}$ac_ct_LIPO" >&6; } $as_echo "$ac_ct_LIPO" >&6; }
else else
{ echo "$as_me:$LINENO: result: no" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
echo "${ECHO_T}no" >&6; } $as_echo "no" >&6; }
fi fi
if test "x$ac_ct_LIPO" = x; then if test "x$ac_ct_LIPO" = x; then
LIPO=":" LIPO=":"
else else
case $cross_compiling:$ac_tool_warned in case $cross_compiling:$ac_tool_warned in
yes:) yes:)
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cr { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not pre
oss-tools fixed with host triplet" >&5
whose name does not start with the host triplet. If you think this $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet
configuration is useful to you, please write to autoconf@gnu.org." >&5 " >&2;}
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
whose name does not start with the host triplet. If you think this
configuration is useful to you, please write to autoconf@gnu.org." >&2;}
ac_tool_warned=yes ;; ac_tool_warned=yes ;;
esac esac
LIPO=$ac_ct_LIPO LIPO=$ac_ct_LIPO
fi fi
else else
LIPO="$ac_cv_prog_LIPO" LIPO="$ac_cv_prog_LIPO"
fi fi
if test -n "$ac_tool_prefix"; then if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}otool", so it can be a prog ram name with args. # Extract the first word of "${ac_tool_prefix}otool", so it can be a prog ram name with args.
set dummy ${ac_tool_prefix}otool; ac_word=$2 set dummy ${ac_tool_prefix}otool; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } $as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_OTOOL+set}" = set; then if test "${ac_cv_prog_OTOOL+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
if test -n "$OTOOL"; then if test -n "$OTOOL"; then
ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
else else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH for as_dir in $PATH
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then
ac_cv_prog_OTOOL="${ac_tool_prefix}otool" ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_e xt" >&5
break 2 break 2
fi fi
done done
done done
IFS=$as_save_IFS IFS=$as_save_IFS
fi fi
fi fi
OTOOL=$ac_cv_prog_OTOOL OTOOL=$ac_cv_prog_OTOOL
if test -n "$OTOOL"; then if test -n "$OTOOL"; then
{ echo "$as_me:$LINENO: result: $OTOOL" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
echo "${ECHO_T}$OTOOL" >&6; } $as_echo "$OTOOL" >&6; }
else else
{ echo "$as_me:$LINENO: result: no" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
echo "${ECHO_T}no" >&6; } $as_echo "no" >&6; }
fi fi
fi fi
if test -z "$ac_cv_prog_OTOOL"; then if test -z "$ac_cv_prog_OTOOL"; then
ac_ct_OTOOL=$OTOOL ac_ct_OTOOL=$OTOOL
# Extract the first word of "otool", so it can be a program name with arg s. # Extract the first word of "otool", so it can be a program name with arg s.
set dummy otool; ac_word=$2 set dummy otool; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } $as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
if test -n "$ac_ct_OTOOL"; then if test -n "$ac_ct_OTOOL"; then
ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
else else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH for as_dir in $PATH
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_OTOOL="otool" ac_cv_prog_ac_ct_OTOOL="otool"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_e xt" >&5
break 2 break 2
fi fi
done done
done done
IFS=$as_save_IFS IFS=$as_save_IFS
fi fi
fi fi
ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
if test -n "$ac_ct_OTOOL"; then if test -n "$ac_ct_OTOOL"; then
{ echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
echo "${ECHO_T}$ac_ct_OTOOL" >&6; } $as_echo "$ac_ct_OTOOL" >&6; }
else else
{ echo "$as_me:$LINENO: result: no" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
echo "${ECHO_T}no" >&6; } $as_echo "no" >&6; }
fi fi
if test "x$ac_ct_OTOOL" = x; then if test "x$ac_ct_OTOOL" = x; then
OTOOL=":" OTOOL=":"
else else
case $cross_compiling:$ac_tool_warned in case $cross_compiling:$ac_tool_warned in
yes:) yes:)
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cr { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not pre
oss-tools fixed with host triplet" >&5
whose name does not start with the host triplet. If you think this $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet
configuration is useful to you, please write to autoconf@gnu.org." >&5 " >&2;}
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
whose name does not start with the host triplet. If you think this
configuration is useful to you, please write to autoconf@gnu.org." >&2;}
ac_tool_warned=yes ;; ac_tool_warned=yes ;;
esac esac
OTOOL=$ac_ct_OTOOL OTOOL=$ac_ct_OTOOL
fi fi
else else
OTOOL="$ac_cv_prog_OTOOL" OTOOL="$ac_cv_prog_OTOOL"
fi fi
if test -n "$ac_tool_prefix"; then if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}otool64", so it can be a pr ogram name with args. # Extract the first word of "${ac_tool_prefix}otool64", so it can be a pr ogram name with args.
set dummy ${ac_tool_prefix}otool64; ac_word=$2 set dummy ${ac_tool_prefix}otool64; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } $as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_OTOOL64+set}" = set; then if test "${ac_cv_prog_OTOOL64+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
if test -n "$OTOOL64"; then if test -n "$OTOOL64"; then
ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
else else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH for as_dir in $PATH
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then
ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_e xt" >&5
break 2 break 2
fi fi
done done
done done
IFS=$as_save_IFS IFS=$as_save_IFS
fi fi
fi fi
OTOOL64=$ac_cv_prog_OTOOL64 OTOOL64=$ac_cv_prog_OTOOL64
if test -n "$OTOOL64"; then if test -n "$OTOOL64"; then
{ echo "$as_me:$LINENO: result: $OTOOL64" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
echo "${ECHO_T}$OTOOL64" >&6; } $as_echo "$OTOOL64" >&6; }
else else
{ echo "$as_me:$LINENO: result: no" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
echo "${ECHO_T}no" >&6; } $as_echo "no" >&6; }
fi fi
fi fi
if test -z "$ac_cv_prog_OTOOL64"; then if test -z "$ac_cv_prog_OTOOL64"; then
ac_ct_OTOOL64=$OTOOL64 ac_ct_OTOOL64=$OTOOL64
# Extract the first word of "otool64", so it can be a program name with a rgs. # Extract the first word of "otool64", so it can be a program name with a rgs.
set dummy otool64; ac_word=$2 set dummy otool64; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } $as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
if test -n "$ac_ct_OTOOL64"; then if test -n "$ac_ct_OTOOL64"; then
ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the tes t. ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the tes t.
else else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH for as_dir in $PATH
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo rd$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_OTOOL64="otool64" ac_cv_prog_ac_ct_OTOOL64="otool64"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_e xt" >&5
break 2 break 2
fi fi
done done
done done
IFS=$as_save_IFS IFS=$as_save_IFS
fi fi
fi fi
ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
if test -n "$ac_ct_OTOOL64"; then if test -n "$ac_ct_OTOOL64"; then
{ echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
echo "${ECHO_T}$ac_ct_OTOOL64" >&6; } $as_echo "$ac_ct_OTOOL64" >&6; }
else else
{ echo "$as_me:$LINENO: result: no" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
echo "${ECHO_T}no" >&6; } $as_echo "no" >&6; }
fi fi
if test "x$ac_ct_OTOOL64" = x; then if test "x$ac_ct_OTOOL64" = x; then
OTOOL64=":" OTOOL64=":"
else else
case $cross_compiling:$ac_tool_warned in case $cross_compiling:$ac_tool_warned in
yes:) yes:)
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cr { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not pre
oss-tools fixed with host triplet" >&5
whose name does not start with the host triplet. If you think this $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet
configuration is useful to you, please write to autoconf@gnu.org." >&5 " >&2;}
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
whose name does not start with the host triplet. If you think this
configuration is useful to you, please write to autoconf@gnu.org." >&2;}
ac_tool_warned=yes ;; ac_tool_warned=yes ;;
esac esac
OTOOL64=$ac_ct_OTOOL64 OTOOL64=$ac_ct_OTOOL64
fi fi
else else
OTOOL64="$ac_cv_prog_OTOOL64" OTOOL64="$ac_cv_prog_OTOOL64"
fi fi
{ echo "$as_me:$LINENO: checking for -single_module linker flag" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module li
echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6; } nker flag" >&5
if test "${lt_cv_apple_cc_single_mod+set}" = set; then $as_echo_n "checking for -single_module linker flag... " >&6; }
echo $ECHO_N "(cached) $ECHO_C" >&6 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
$as_echo_n "(cached) " >&6
else else
lt_cv_apple_cc_single_mod=no lt_cv_apple_cc_single_mod=no
if test -z "${LT_MULTI_MODULE}"; then if test -z "${LT_MULTI_MODULE}"; then
# By default we will add the -single_module flag. You can override # By default we will add the -single_module flag. You can override
# by either setting the environment variable LT_MULTI_MODULE # by either setting the environment variable LT_MULTI_MODULE
# non-empty at configure time, or by adding -multi_module to the # non-empty at configure time, or by adding -multi_module to the
# link flags. # link flags.
rm -rf libconftest.dylib* rm -rf libconftest.dylib*
echo "int foo(void){return 1;}" > conftest.c echo "int foo(void){return 1;}" > conftest.c
echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
skipping to change at line 5825 skipping to change at line 6308
_lt_result=$? _lt_result=$?
if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_ result = 0; then if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_ result = 0; then
lt_cv_apple_cc_single_mod=yes lt_cv_apple_cc_single_mod=yes
else else
cat conftest.err >&5 cat conftest.err >&5
fi fi
rm -rf libconftest.dylib* rm -rf libconftest.dylib*
rm -f conftest.* rm -f conftest.*
fi fi
fi fi
{ echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod
echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6; } " >&5
{ echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols
echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" > _list linker flag" >&5
&6; } $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
if test "${lt_cv_ld_exported_symbols_list+set}" = set; then if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
lt_cv_ld_exported_symbols_list=no lt_cv_ld_exported_symbols_list=no
save_LDFLAGS=$LDFLAGS save_LDFLAGS=$LDFLAGS
echo "_main" > conftest.sym echo "_main" > conftest.sym
LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
cat >conftest.$ac_ext <<_ACEOF cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
int int
main () main ()
{ {
; ;
return 0; return 0;
} }
_ACEOF _ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext if ac_fn_c_try_link "$LINENO"; then :
if { (ac_try="$ac_link"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_link") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest$ac_exeext &&
$as_test_x conftest$ac_exeext; then
lt_cv_ld_exported_symbols_list=yes lt_cv_ld_exported_symbols_list=yes
else else
echo "$as_me: failed program was:" >&5 lt_cv_ld_exported_symbols_list=no
sed 's/^/| /' conftest.$ac_ext >&5
lt_cv_ld_exported_symbols_list=no
fi fi
rm -f core conftest.err conftest.$ac_objext \
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext
conftest$ac_exeext conftest.$ac_ext
LDFLAGS="$save_LDFLAGS" LDFLAGS="$save_LDFLAGS"
fi fi
{ echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols
echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6; } _list" >&5
$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
case $host_os in case $host_os in
rhapsody* | darwin1.[012]) rhapsody* | darwin1.[012])
_lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
darwin1.*) darwin1.*)
_lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}su ppress' ;; _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}su ppress' ;;
darwin*) # darwin 5.x on darwin*) # darwin 5.x on
# if running on 10.5 or later, the deployment target defaults # if running on 10.5 or later, the deployment target defaults
# to the OS version, if on x86, and 10.4, the deployment # to the OS version, if on x86, and 10.4, the deployment
# target defaults to 10.4. Don't you love it? # target defaults to 10.4. Don't you love it?
case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
skipping to change at line 5924 skipping to change at line 6382
_lt_dsymutil= _lt_dsymutil=
fi fi
;; ;;
esac esac
ac_ext=c ac_ext=c
ac_cpp='$CPP $CPPFLAGS' ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ ext $LIBS >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_compiler_gnu=$ac_cv_c_compiler_gnu
{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preproce
echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } ssor" >&5
$as_echo_n "checking how to run the C preprocessor... " >&6; }
# On Suns, sometimes $CPP names a directory. # On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then if test -n "$CPP" && test -d "$CPP"; then
CPP= CPP=
fi fi
if test -z "$CPP"; then if test -z "$CPP"; then
if test "${ac_cv_prog_CPP+set}" = set; then if test "${ac_cv_prog_CPP+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
# Double quotes because CPP needs to be expanded # Double quotes because CPP needs to be expanded
for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
do do
ac_preproc_ok=false ac_preproc_ok=false
for ac_c_preproc_warn_flag in '' yes for ac_c_preproc_warn_flag in '' yes
do do
# Use a header file that comes with gcc, so configuring glibc # Use a header file that comes with gcc, so configuring glibc
# with a fresh cross-compiler works. # with a fresh cross-compiler works.
# Prefer <limits.h> to <assert.h> if __STDC__ is defined, since # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
# <limits.h> exists even on freestanding compilers. # <limits.h> exists even on freestanding compilers.
# On the NeXT, cc -E runs the code through the compiler's parser, # On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp. "Syntax error" is here to catch this case. # not just through cpp. "Syntax error" is here to catch this case.
cat >conftest.$ac_ext <<_ACEOF cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
#ifdef __STDC__ #ifdef __STDC__
# include <limits.h> # include <limits.h>
#else #else
# include <assert.h> # include <assert.h>
#endif #endif
Syntax error Syntax error
_ACEOF _ACEOF
if { (ac_try="$ac_cpp conftest.$ac_ext" if ac_fn_c_try_cpp "$LINENO"; then :
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null && {
test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
test ! -s conftest.err
}; then
:
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
else
# Broken: fails on valid input. # Broken: fails on valid input.
continue continue
fi fi
rm -f conftest.err conftest.$ac_ext rm -f conftest.err conftest.$ac_ext
# OK, works on sane cases. Now check whether nonexistent headers # OK, works on sane cases. Now check whether nonexistent headers
# can be detected and how. # can be detected and how.
cat >conftest.$ac_ext <<_ACEOF cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
#include <ac_nonexistent.h> #include <ac_nonexistent.h>
_ACEOF _ACEOF
if { (ac_try="$ac_cpp conftest.$ac_ext" if ac_fn_c_try_cpp "$LINENO"; then :
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null && {
test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
test ! -s conftest.err
}; then
# Broken: success on invalid input. # Broken: success on invalid input.
continue continue
else else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
# Passes both tests. # Passes both tests.
ac_preproc_ok=: ac_preproc_ok=:
break break
fi fi
rm -f conftest.err conftest.$ac_ext rm -f conftest.err conftest.$ac_ext
done done
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
rm -f conftest.err conftest.$ac_ext rm -f conftest.err conftest.$ac_ext
if $ac_preproc_ok; then if $ac_preproc_ok; then :
break break
fi fi
done done
ac_cv_prog_CPP=$CPP ac_cv_prog_CPP=$CPP
fi fi
CPP=$ac_cv_prog_CPP CPP=$ac_cv_prog_CPP
else else
ac_cv_prog_CPP=$CPP ac_cv_prog_CPP=$CPP
fi fi
{ echo "$as_me:$LINENO: result: $CPP" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
echo "${ECHO_T}$CPP" >&6; } $as_echo "$CPP" >&6; }
ac_preproc_ok=false ac_preproc_ok=false
for ac_c_preproc_warn_flag in '' yes for ac_c_preproc_warn_flag in '' yes
do do
# Use a header file that comes with gcc, so configuring glibc # Use a header file that comes with gcc, so configuring glibc
# with a fresh cross-compiler works. # with a fresh cross-compiler works.
# Prefer <limits.h> to <assert.h> if __STDC__ is defined, since # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
# <limits.h> exists even on freestanding compilers. # <limits.h> exists even on freestanding compilers.
# On the NeXT, cc -E runs the code through the compiler's parser, # On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp. "Syntax error" is here to catch this case. # not just through cpp. "Syntax error" is here to catch this case.
cat >conftest.$ac_ext <<_ACEOF cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
#ifdef __STDC__ #ifdef __STDC__
# include <limits.h> # include <limits.h>
#else #else
# include <assert.h> # include <assert.h>
#endif #endif
Syntax error Syntax error
_ACEOF _ACEOF
if { (ac_try="$ac_cpp conftest.$ac_ext" if ac_fn_c_try_cpp "$LINENO"; then :
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null && {
test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
test ! -s conftest.err
}; then
:
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
else
# Broken: fails on valid input. # Broken: fails on valid input.
continue continue
fi fi
rm -f conftest.err conftest.$ac_ext rm -f conftest.err conftest.$ac_ext
# OK, works on sane cases. Now check whether nonexistent headers # OK, works on sane cases. Now check whether nonexistent headers
# can be detected and how. # can be detected and how.
cat >conftest.$ac_ext <<_ACEOF cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
#include <ac_nonexistent.h> #include <ac_nonexistent.h>
_ACEOF _ACEOF
if { (ac_try="$ac_cpp conftest.$ac_ext" if ac_fn_c_try_cpp "$LINENO"; then :
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null && {
test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
test ! -s conftest.err
}; then
# Broken: success on invalid input. # Broken: success on invalid input.
continue continue
else else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
# Passes both tests. # Passes both tests.
ac_preproc_ok=: ac_preproc_ok=:
break break
fi fi
rm -f conftest.err conftest.$ac_ext rm -f conftest.err conftest.$ac_ext
done done
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
rm -f conftest.err conftest.$ac_ext rm -f conftest.err conftest.$ac_ext
if $ac_preproc_ok; then if $ac_preproc_ok; then :
:
else else
{ { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity che { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
ck $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
See \`config.log' for more details." >&5 as_fn_error "C preprocessor \"$CPP\" fails sanity check
echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details." "$LINENO" 5; }
See \`config.log' for more details." >&2;}
{ (exit 1); exit 1; }; }
fi fi
ac_ext=c ac_ext=c
ac_cpp='$CPP $CPPFLAGS' ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ ext $LIBS >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_compiler_gnu=$ac_cv_c_compiler_gnu
{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files"
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } >&5
if test "${ac_cv_header_stdc+set}" = set; then $as_echo_n "checking for ANSI C header files... " >&6; }
echo $ECHO_N "(cached) $ECHO_C" >&6 if test "${ac_cv_header_stdc+set}" = set; then :
$as_echo_n "(cached) " >&6
else else
cat >conftest.$ac_ext <<_ACEOF cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
#include <stdlib.h> #include <stdlib.h>
#include <stdarg.h> #include <stdarg.h>
#include <string.h> #include <string.h>
#include <float.h> #include <float.h>
int int
main () main ()
{ {
; ;
return 0; return 0;
} }
_ACEOF _ACEOF
rm -f conftest.$ac_objext if ac_fn_c_try_compile "$LINENO"; then :
if { (ac_try="$ac_compile"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_compile") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest.$ac_objext; then
ac_cv_header_stdc=yes ac_cv_header_stdc=yes
else else
echo "$as_me: failed program was:" >&5 ac_cv_header_stdc=no
sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_header_stdc=no
fi fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
if test $ac_cv_header_stdc = yes; then if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI. # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat >conftest.$ac_ext <<_ACEOF cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
#include <string.h> #include <string.h>
_ACEOF _ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
$EGREP "memchr" >/dev/null 2>&1; then $EGREP "memchr" >/dev/null 2>&1; then :
:
else else
ac_cv_header_stdc=no ac_cv_header_stdc=no
fi fi
rm -f -r conftest* rm -f conftest*
fi fi
if test $ac_cv_header_stdc = yes; then if test $ac_cv_header_stdc = yes; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat >conftest.$ac_ext <<_ACEOF cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
#include <stdlib.h> #include <stdlib.h>
_ACEOF _ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
$EGREP "free" >/dev/null 2>&1; then $EGREP "free" >/dev/null 2>&1; then :
:
else else
ac_cv_header_stdc=no ac_cv_header_stdc=no
fi fi
rm -f -r conftest* rm -f conftest*
fi fi
if test $ac_cv_header_stdc = yes; then if test $ac_cv_header_stdc = yes; then
# /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
if test "$cross_compiling" = yes; then if test "$cross_compiling" = yes; then :
: :
else else
cat >conftest.$ac_ext <<_ACEOF cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
#include <ctype.h> #include <ctype.h>
#include <stdlib.h> #include <stdlib.h>
#if ((' ' & 0x0FF) == 0x020) #if ((' ' & 0x0FF) == 0x020)
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
#else #else
# define ISLOWER(c) \ # define ISLOWER(c) \
(('a' <= (c) && (c) <= 'i') \ (('a' <= (c) && (c) <= 'i') \
|| ('j' <= (c) && (c) <= 'r') \ || ('j' <= (c) && (c) <= 'r') \
skipping to change at line 6278 skipping to change at line 6607
main () main ()
{ {
int i; int i;
for (i = 0; i < 256; i++) for (i = 0; i < 256; i++)
if (XOR (islower (i), ISLOWER (i)) if (XOR (islower (i), ISLOWER (i))
|| toupper (i) != TOUPPER (i)) || toupper (i) != TOUPPER (i))
return 2; return 2;
return 0; return 0;
} }
_ACEOF _ACEOF
rm -f conftest$ac_exeext if ac_fn_c_try_run "$LINENO"; then :
if { (ac_try="$ac_link"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_link") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
{ (case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_try") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
echo "$as_me: program exited with status $ac_status" >&5
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
( exit $ac_status ) else
ac_cv_header_stdc=no ac_cv_header_stdc=no
fi fi
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext confte rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
st.$ac_objext conftest.$ac_ext conftest.$ac_objext conftest.beam conftest.$ac_ext
fi fi
fi fi
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
echo "${ECHO_T}$ac_cv_header_stdc" >&6; } $as_echo "$ac_cv_header_stdc" >&6; }
if test $ac_cv_header_stdc = yes; then if test $ac_cv_header_stdc = yes; then
cat >>confdefs.h <<\_ACEOF $as_echo "#define STDC_HEADERS 1" >>confdefs.h
#define STDC_HEADERS 1
_ACEOF
fi fi
# On IRIX 5.3, sys/types and inttypes.h are conflicting. # On IRIX 5.3, sys/types and inttypes.h are conflicting.
for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings. h \ for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings. h \
inttypes.h stdint.h unistd.h inttypes.h stdint.h unistd.h
do do :
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
{ echo "$as_me:$LINENO: checking for $ac_header" >&5 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_in
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } cludes_default
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then "
echo $ECHO_N "(cached) $ECHO_C" >&6 eval as_val=\$$as_ac_Header
else if test "x$as_val" = x""yes; then :
cat >conftest.$ac_ext <<_ACEOF cat >>confdefs.h <<_ACEOF
/* confdefs.h. */ #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
$ac_includes_default
#include <$ac_header>
_ACEOF
rm -f conftest.$ac_objext
if { (ac_try="$ac_compile"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_compile") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest.$ac_objext; then
eval "$as_ac_Header=yes"
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
eval "$as_ac_Header=no"
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi
ac_res=`eval echo '${'$as_ac_Header'}'`
{ echo "$as_me:$LINENO: result: $ac_res" >&5
echo "${ECHO_T}$ac_res" >&6; }
if test `eval echo '${'$as_ac_Header'}'` = yes; then
cat >>confdefs.h <<_ACEOF
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
_ACEOF _ACEOF
fi fi
done done
for ac_header in dlfcn.h for ac_header in dlfcn.h
do do :
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "
{ echo "$as_me:$LINENO: checking for $ac_header" >&5 $ac_includes_default
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } "
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
$ac_includes_default
#include <$ac_header>
_ACEOF
rm -f conftest.$ac_objext
if { (ac_try="$ac_compile"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_compile") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest.$ac_objext; then
eval "$as_ac_Header=yes"
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
eval "$as_ac_Header=no"
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi
ac_res=`eval echo '${'$as_ac_Header'}'`
{ echo "$as_me:$LINENO: result: $ac_res" >&5
echo "${ECHO_T}$ac_res" >&6; }
if test `eval echo '${'$as_ac_Header'}'` = yes; then
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 #define HAVE_DLFCN_H 1
_ACEOF _ACEOF
fi fi
done done
# Set options # Set options
enable_dlopen=no enable_dlopen=no
enable_win32_dll=no enable_win32_dll=no
# Check whether --enable-shared was given. # Check whether --enable-shared was given.
if test "${enable_shared+set}" = set; then if test "${enable_shared+set}" = set; then :
enableval=$enable_shared; p=${PACKAGE-default} enableval=$enable_shared; p=${PACKAGE-default}
case $enableval in case $enableval in
yes) enable_shared=yes ;; yes) enable_shared=yes ;;
no) enable_shared=no ;; no) enable_shared=no ;;
*) *)
enable_shared=no enable_shared=no
# Look at the argument we got. We use all the common list separators . # Look at the argument we got. We use all the common list separators .
lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
for pkg in $enableval; do for pkg in $enableval; do
IFS="$lt_save_ifs" IFS="$lt_save_ifs"
skipping to change at line 6469 skipping to change at line 6686
fi fi
done done
IFS="$lt_save_ifs" IFS="$lt_save_ifs"
;; ;;
esac esac
else else
enable_shared=yes enable_shared=yes
fi fi
# Check whether --enable-static was given. # Check whether --enable-static was given.
if test "${enable_static+set}" = set; then if test "${enable_static+set}" = set; then :
enableval=$enable_static; p=${PACKAGE-default} enableval=$enable_static; p=${PACKAGE-default}
case $enableval in case $enableval in
yes) enable_static=yes ;; yes) enable_static=yes ;;
no) enable_static=no ;; no) enable_static=no ;;
*) *)
enable_static=no enable_static=no
# Look at the argument we got. We use all the common list separators . # Look at the argument we got. We use all the common list separators .
lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
for pkg in $enableval; do for pkg in $enableval; do
IFS="$lt_save_ifs" IFS="$lt_save_ifs"
skipping to change at line 6492 skipping to change at line 6709
fi fi
done done
IFS="$lt_save_ifs" IFS="$lt_save_ifs"
;; ;;
esac esac
else else
enable_static=yes enable_static=yes
fi fi
# Check whether --with-pic was given. # Check whether --with-pic was given.
if test "${with_pic+set}" = set; then if test "${with_pic+set}" = set; then :
withval=$with_pic; pic_mode="$withval" withval=$with_pic; pic_mode="$withval"
else else
pic_mode=default pic_mode=default
fi fi
test -z "$pic_mode" && pic_mode=default test -z "$pic_mode" && pic_mode=default
# Check whether --enable-fast-install was given. # Check whether --enable-fast-install was given.
if test "${enable_fast_install+set}" = set; then if test "${enable_fast_install+set}" = set; then :
enableval=$enable_fast_install; p=${PACKAGE-default} enableval=$enable_fast_install; p=${PACKAGE-default}
case $enableval in case $enableval in
yes) enable_fast_install=yes ;; yes) enable_fast_install=yes ;;
no) enable_fast_install=no ;; no) enable_fast_install=no ;;
*) *)
enable_fast_install=no enable_fast_install=no
# Look at the argument we got. We use all the common list separators . # Look at the argument we got. We use all the common list separators .
lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
for pkg in $enableval; do for pkg in $enableval; do
IFS="$lt_save_ifs" IFS="$lt_save_ifs"
skipping to change at line 6535 skipping to change at line 6752
# Always use our own libtool. # Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBTOOL='$(SHELL) $(top_builddir)/libtool'
test -z "$LN_S" && LN_S="ln -s" test -z "$LN_S" && LN_S="ln -s"
if test -n "${ZSH_VERSION+set}" ; then if test -n "${ZSH_VERSION+set}" ; then
setopt NO_GLOB_SUBST setopt NO_GLOB_SUBST
fi fi
{ echo "$as_me:$LINENO: checking for objdir" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
echo $ECHO_N "checking for objdir... $ECHO_C" >&6; } $as_echo_n "checking for objdir... " >&6; }
if test "${lt_cv_objdir+set}" = set; then if test "${lt_cv_objdir+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
rm -f .libs 2>/dev/null rm -f .libs 2>/dev/null
mkdir .libs 2>/dev/null mkdir .libs 2>/dev/null
if test -d .libs; then if test -d .libs; then
lt_cv_objdir=.libs lt_cv_objdir=.libs
else else
# MS-DOS does not allow filenames that begin with a dot. # MS-DOS does not allow filenames that begin with a dot.
lt_cv_objdir=_libs lt_cv_objdir=_libs
fi fi
rmdir .libs 2>/dev/null rmdir .libs 2>/dev/null
fi fi
{ echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
echo "${ECHO_T}$lt_cv_objdir" >&6; } $as_echo "$lt_cv_objdir" >&6; }
objdir=$lt_cv_objdir objdir=$lt_cv_objdir
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
#define LT_OBJDIR "$lt_cv_objdir/" #define LT_OBJDIR "$lt_cv_objdir/"
_ACEOF _ACEOF
case $host_os in case $host_os in
aix3*) aix3*)
# AIX sometimes has problems with the GCC collect2 program. For some # AIX sometimes has problems with the GCC collect2 program. For some
# reason, if we set the COLLECT_NAMES environment variable, the problems # reason, if we set the COLLECT_NAMES environment variable, the problems
skipping to change at line 6622 skipping to change at line 6839
*) break;; *) break;;
esac esac
done done
cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
# Only perform the check for file, if the check method requires it # Only perform the check for file, if the check method requires it
test -z "$MAGIC_CMD" && MAGIC_CMD=file test -z "$MAGIC_CMD" && MAGIC_CMD=file
case $deplibs_check_method in case $deplibs_check_method in
file_magic*) file_magic*)
if test "$file_magic_cmd" = '$MAGIC_CMD'; then if test "$file_magic_cmd" = '$MAGIC_CMD'; then
{ echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}
echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; } file" >&5
if test "${lt_cv_path_MAGIC_CMD+set}" = set; then $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
echo $ECHO_N "(cached) $ECHO_C" >&6 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
$as_echo_n "(cached) " >&6
else else
case $MAGIC_CMD in case $MAGIC_CMD in
[\\/*] | ?:[\\/]*) [\\/*] | ?:[\\/]*)
lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
;; ;;
*) *)
lt_save_MAGIC_CMD="$MAGIC_CMD" lt_save_MAGIC_CMD="$MAGIC_CMD"
lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
for ac_dir in $ac_dummy; do for ac_dir in $ac_dummy; do
skipping to change at line 6675 skipping to change at line 6892
fi fi
done done
IFS="$lt_save_ifs" IFS="$lt_save_ifs"
MAGIC_CMD="$lt_save_MAGIC_CMD" MAGIC_CMD="$lt_save_MAGIC_CMD"
;; ;;
esac esac
fi fi
MAGIC_CMD="$lt_cv_path_MAGIC_CMD" MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
if test -n "$MAGIC_CMD"; then if test -n "$MAGIC_CMD"; then
{ echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
echo "${ECHO_T}$MAGIC_CMD" >&6; } $as_echo "$MAGIC_CMD" >&6; }
else else
{ echo "$as_me:$LINENO: result: no" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
echo "${ECHO_T}no" >&6; } $as_echo "no" >&6; }
fi fi
if test -z "$lt_cv_path_MAGIC_CMD"; then if test -z "$lt_cv_path_MAGIC_CMD"; then
if test -n "$ac_tool_prefix"; then if test -n "$ac_tool_prefix"; then
{ echo "$as_me:$LINENO: checking for file" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
echo $ECHO_N "checking for file... $ECHO_C" >&6; } $as_echo_n "checking for file... " >&6; }
if test "${lt_cv_path_MAGIC_CMD+set}" = set; then if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
case $MAGIC_CMD in case $MAGIC_CMD in
[\\/*] | ?:[\\/]*) [\\/*] | ?:[\\/]*)
lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
;; ;;
*) *)
lt_save_MAGIC_CMD="$MAGIC_CMD" lt_save_MAGIC_CMD="$MAGIC_CMD"
lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
for ac_dir in $ac_dummy; do for ac_dir in $ac_dummy; do
skipping to change at line 6737 skipping to change at line 6954
fi fi
done done
IFS="$lt_save_ifs" IFS="$lt_save_ifs"
MAGIC_CMD="$lt_save_MAGIC_CMD" MAGIC_CMD="$lt_save_MAGIC_CMD"
;; ;;
esac esac
fi fi
MAGIC_CMD="$lt_cv_path_MAGIC_CMD" MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
if test -n "$MAGIC_CMD"; then if test -n "$MAGIC_CMD"; then
{ echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
echo "${ECHO_T}$MAGIC_CMD" >&6; } $as_echo "$MAGIC_CMD" >&6; }
else else
{ echo "$as_me:$LINENO: result: no" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
echo "${ECHO_T}no" >&6; } $as_echo "no" >&6; }
fi fi
else else
MAGIC_CMD=: MAGIC_CMD=:
fi fi
fi fi
fi fi
;; ;;
esac esac
skipping to change at line 6793 skipping to change at line 7010
# Save the default compiler, since it gets overwritten when the other # Save the default compiler, since it gets overwritten when the other
# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
compiler_DEFAULT=$CC compiler_DEFAULT=$CC
# save warnings/boilerplate of simple test code # save warnings/boilerplate of simple test code
ac_outfile=conftest.$ac_objext ac_outfile=conftest.$ac_objext
echo "$lt_simple_compile_test_code" >conftest.$ac_ext echo "$lt_simple_compile_test_code" >conftest.$ac_ext
eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
_lt_compiler_boilerplate=`cat conftest.err` _lt_compiler_boilerplate=`cat conftest.err`
$RM -r conftest* $RM conftest*
ac_outfile=conftest.$ac_objext ac_outfile=conftest.$ac_objext
echo "$lt_simple_link_test_code" >conftest.$ac_ext echo "$lt_simple_link_test_code" >conftest.$ac_ext
eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
_lt_linker_boilerplate=`cat conftest.err` _lt_linker_boilerplate=`cat conftest.err`
$RM -r conftest* $RM -r conftest*
## CAVEAT EMPTOR:
## There is no encapsulation within the following macros, do not change
## the running order or otherwise move them around unless you know exactly
## what you are doing...
if test -n "$compiler"; then if test -n "$compiler"; then
lt_prog_compiler_no_builtin_flag= lt_prog_compiler_no_builtin_flag=
if test "$GCC" = yes; then if test "$GCC" = yes; then
lt_prog_compiler_no_builtin_flag=' -fno-builtin' lt_prog_compiler_no_builtin_flag=' -fno-builtin'
{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exc { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -
eptions" >&5 fno-rtti -fno-exceptions" >&5
echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >
ECHO_C" >&6; } &6; }
if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_rtti_exceptions=no
ac_outfile=conftest.$ac_objext ac_outfile=conftest.$ac_objext
echo "$lt_simple_compile_test_code" > conftest.$ac_ext echo "$lt_simple_compile_test_code" > conftest.$ac_ext
lt_compiler_flag="-fno-rtti -fno-exceptions" lt_compiler_flag="-fno-rtti -fno-exceptions"
# Insert the option either (1) after the last *FLAGS variable, or # Insert the option either (1) after the last *FLAGS variable, or
# (2) before a word containing "conftest.", or (3) at the end. # (2) before a word containing "conftest.", or (3) at the end.
# Note that $ac_compile itself does not contain backslashes and begins # Note that $ac_compile itself does not contain backslashes and begins
# with a dollar sign (not a hyphen), so the echo should work correctly. # with a dollar sign (not a hyphen), so the echo should work correctly.
# The option is referenced via a variable to avoid confusing sed. # The option is referenced via a variable to avoid confusing sed.
lt_compile=`echo "$ac_compile" | $SED \ lt_compile=`echo "$ac_compile" | $SED \
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'` -e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:7267: $lt_compile\"" >&5) (eval echo "\"\$as_me:7434: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err) (eval "$lt_compile" 2>conftest.err)
ac_status=$? ac_status=$?
cat conftest.err >&5 cat conftest.err >&5
echo "$as_me:7271: \$? = $ac_status" >&5 echo "$as_me:7438: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized # The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output. # So say no if there are warnings other than the usual output.
$ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
$SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null ; then if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null ; then
lt_cv_prog_compiler_rtti_exceptions=yes lt_cv_prog_compiler_rtti_exceptions=yes
fi fi
fi fi
$RM -r conftest* $RM conftest*
fi fi
{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_
echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; } exceptions" >&5
$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fn o-rtti -fno-exceptions" lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fn o-rtti -fno-exceptions"
else else
: :
fi fi
fi fi
lt_prog_compiler_wl= lt_prog_compiler_wl=
lt_prog_compiler_pic= lt_prog_compiler_pic=
lt_prog_compiler_static= lt_prog_compiler_static=
{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to p
echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; roduce PIC" >&5
} $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
if test "$GCC" = yes; then if test "$GCC" = yes; then
lt_prog_compiler_wl='-Wl,' lt_prog_compiler_wl='-Wl,'
lt_prog_compiler_static='-static' lt_prog_compiler_static='-static'
case $host_os in case $host_os in
aix*) aix*)
# All AIX code is PIC. # All AIX code is PIC.
if test "$host_cpu" = ia64; then if test "$host_cpu" = ia64; then
# AIX 5 now supports IA64 processor # AIX 5 now supports IA64 processor
skipping to change at line 6893 skipping to change at line 7114
# like `-m68040'. # like `-m68040'.
lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
;; ;;
esac esac
;; ;;
beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
# PIC is the default for these OSes. # PIC is the default for these OSes.
;; ;;
mingw* | cygwin* | pw32* | os2*) mingw* | cygwin* | pw32* | os2* | cegcc*)
# This hack is so that the source file can tell whether it is being # This hack is so that the source file can tell whether it is being
# built for inclusion in a dll (and should export symbols for example ). # built for inclusion in a dll (and should export symbols for example ).
# Although the cygwin gcc ignores -fPIC, still need this for old-styl e # Although the cygwin gcc ignores -fPIC, still need this for old-styl e
# (--disable-auto-import) libraries # (--disable-auto-import) libraries
lt_prog_compiler_pic='-DDLL_EXPORT' lt_prog_compiler_pic='-DDLL_EXPORT'
;; ;;
darwin* | rhapsody*) darwin* | rhapsody*)
# PIC is the default on this platform # PIC is the default on this platform
# Common symbols not allowed in MH_DYLIB files # Common symbols not allowed in MH_DYLIB files
lt_prog_compiler_pic='-fno-common' lt_prog_compiler_pic='-fno-common'
;; ;;
hpux*) hpux*)
# PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
# not for PA HP-UX. # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
# sets the default TLS model and affects inlining.
case $host_cpu in case $host_cpu in
hppa*64*|ia64*) hppa*64*)
# +Z the default # +Z the default
;; ;;
*) *)
lt_prog_compiler_pic='-fPIC' lt_prog_compiler_pic='-fPIC'
;; ;;
esac esac
;; ;;
interix[3-9]*) interix[3-9]*)
# Interix 3.x gcc -fpic/-fPIC options generate broken code. # Interix 3.x gcc -fpic/-fPIC options generate broken code.
skipping to change at line 6961 skipping to change at line 7183
aix*) aix*)
lt_prog_compiler_wl='-Wl,' lt_prog_compiler_wl='-Wl,'
if test "$host_cpu" = ia64; then if test "$host_cpu" = ia64; then
# AIX 5 now supports IA64 processor # AIX 5 now supports IA64 processor
lt_prog_compiler_static='-Bstatic' lt_prog_compiler_static='-Bstatic'
else else
lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
fi fi
;; ;;
mingw* | cygwin* | pw32* | os2*) mingw* | cygwin* | pw32* | os2* | cegcc*)
# This hack is so that the source file can tell whether it is being # This hack is so that the source file can tell whether it is being
# built for inclusion in a dll (and should export symbols for example ). # built for inclusion in a dll (and should export symbols for example ).
lt_prog_compiler_pic='-DDLL_EXPORT' lt_prog_compiler_pic='-DDLL_EXPORT'
;; ;;
hpux9* | hpux10* | hpux11*) hpux9* | hpux10* | hpux11*)
lt_prog_compiler_wl='-Wl,' lt_prog_compiler_wl='-Wl,'
# PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
# not for PA HP-UX. # not for PA HP-UX.
case $host_cpu in case $host_cpu in
skipping to change at line 6989 skipping to change at line 7211
# Is there a better lt_prog_compiler_static that works with the bundl ed CC? # Is there a better lt_prog_compiler_static that works with the bundl ed CC?
lt_prog_compiler_static='${wl}-a ${wl}archive' lt_prog_compiler_static='${wl}-a ${wl}archive'
;; ;;
irix5* | irix6* | nonstopux*) irix5* | irix6* | nonstopux*)
lt_prog_compiler_wl='-Wl,' lt_prog_compiler_wl='-Wl,'
# PIC (with -KPIC) is the default. # PIC (with -KPIC) is the default.
lt_prog_compiler_static='-non_shared' lt_prog_compiler_static='-non_shared'
;; ;;
linux* | k*bsd*-gnu) linux* | k*bsd*-gnu | kopensolaris*-gnu)
case $cc_basename in case $cc_basename in
icc* | ecc* | ifort*) # old Intel for x86_64 which still supported -KPIC.
ecc*)
lt_prog_compiler_wl='-Wl,' lt_prog_compiler_wl='-Wl,'
lt_prog_compiler_pic='-KPIC' lt_prog_compiler_pic='-KPIC'
lt_prog_compiler_static='-static' lt_prog_compiler_static='-static'
;; ;;
# icc used to be incompatible with GCC.
# ICC 10 doesn't accept -KPIC any more.
icc* | ifort*)
lt_prog_compiler_wl='-Wl,'
lt_prog_compiler_pic='-fPIC'
lt_prog_compiler_static='-static'
;;
# Lahey Fortran 8.1.
lf95*)
lt_prog_compiler_wl='-Wl,'
lt_prog_compiler_pic='--shared'
lt_prog_compiler_static='--static'
;;
pgcc* | pgf77* | pgf90* | pgf95*) pgcc* | pgf77* | pgf90* | pgf95*)
# Portland Group compilers (*not* the Pentium gcc compiler, # Portland Group compilers (*not* the Pentium gcc compiler,
# which looks to be a dead project) # which looks to be a dead project)
lt_prog_compiler_wl='-Wl,' lt_prog_compiler_wl='-Wl,'
lt_prog_compiler_pic='-fpic' lt_prog_compiler_pic='-fpic'
lt_prog_compiler_static='-Bstatic' lt_prog_compiler_static='-Bstatic'
;; ;;
ccc*) ccc*)
lt_prog_compiler_wl='-Wl,' lt_prog_compiler_wl='-Wl,'
# All Alpha code is PIC. # All Alpha code is PIC.
skipping to change at line 7115 skipping to change at line 7351
case $host_os in case $host_os in
# For platforms which do not support PIC, -DPIC is meaningless: # For platforms which do not support PIC, -DPIC is meaningless:
*djgpp*) *djgpp*)
lt_prog_compiler_pic= lt_prog_compiler_pic=
;; ;;
*) *)
lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
;; ;;
esac esac
{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
echo "${ECHO_T}$lt_prog_compiler_pic" >&6; } $as_echo "$lt_prog_compiler_pic" >&6; }
# #
# Check to make sure the PIC flag actually works. # Check to make sure the PIC flag actually works.
# #
if test -n "$lt_prog_compiler_pic"; then if test -n "$lt_prog_compiler_pic"; then
{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $
pic works" >&5 lt_prog_compiler_pic works" >&5
echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... "
$ECHO_C" >&6; } >&6; }
if test "${lt_cv_prog_compiler_pic_works+set}" = set; then if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
lt_cv_prog_compiler_pic_works=no lt_cv_prog_compiler_pic_works=no
ac_outfile=conftest.$ac_objext ac_outfile=conftest.$ac_objext
echo "$lt_simple_compile_test_code" > conftest.$ac_ext echo "$lt_simple_compile_test_code" > conftest.$ac_ext
lt_compiler_flag="$lt_prog_compiler_pic -DPIC" lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
# Insert the option either (1) after the last *FLAGS variable, or # Insert the option either (1) after the last *FLAGS variable, or
# (2) before a word containing "conftest.", or (3) at the end. # (2) before a word containing "conftest.", or (3) at the end.
# Note that $ac_compile itself does not contain backslashes and begins # Note that $ac_compile itself does not contain backslashes and begins
# with a dollar sign (not a hyphen), so the echo should work correctly. # with a dollar sign (not a hyphen), so the echo should work correctly.
# The option is referenced via a variable to avoid confusing sed. # The option is referenced via a variable to avoid confusing sed.
lt_compile=`echo "$ac_compile" | $SED \ lt_compile=`echo "$ac_compile" | $SED \
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'` -e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:7591: $lt_compile\"" >&5) (eval echo "\"\$as_me:7773: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err) (eval "$lt_compile" 2>conftest.err)
ac_status=$? ac_status=$?
cat conftest.err >&5 cat conftest.err >&5
echo "$as_me:7595: \$? = $ac_status" >&5 echo "$as_me:7777: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized # The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output. # So say no if there are warnings other than the usual output.
$ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
$SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null ; then if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null ; then
lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_pic_works=yes
fi fi
fi fi
$RM -r conftest* $RM conftest*
fi fi
{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_w
echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6; } orks" >&5
$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
if test x"$lt_cv_prog_compiler_pic_works" = xyes; then if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
case $lt_prog_compiler_pic in case $lt_prog_compiler_pic in
"" | " "*) ;; "" | " "*) ;;
*) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
esac esac
else else
lt_prog_compiler_pic= lt_prog_compiler_pic=
lt_prog_compiler_can_build_shared=no lt_prog_compiler_can_build_shared=no
fi fi
fi fi
# #
# Check to make sure the static flag actually works. # Check to make sure the static flag actually works.
# #
wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\ " wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\ "
{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_fl { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag
ag works" >&5 $lt_tmp_static_flag works" >&5
echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works.. $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works...
. $ECHO_C" >&6; } " >&6; }
if test "${lt_cv_prog_compiler_static_works+set}" = set; then if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
lt_cv_prog_compiler_static_works=no lt_cv_prog_compiler_static_works=no
save_LDFLAGS="$LDFLAGS" save_LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS $lt_tmp_static_flag" LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
echo "$lt_simple_link_test_code" > conftest.$ac_ext echo "$lt_simple_link_test_code" > conftest.$ac_ext
if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
# The linker can only warn and ignore the option if not recognized # The linker can only warn and ignore the option if not recognized
# So say no if there are warnings # So say no if there are warnings
if test -s conftest.err; then if test -s conftest.err; then
# Append any errors to the config.log. # Append any errors to the config.log.
skipping to change at line 7204 skipping to change at line 7440
lt_cv_prog_compiler_static_works=yes lt_cv_prog_compiler_static_works=yes
fi fi
else else
lt_cv_prog_compiler_static_works=yes lt_cv_prog_compiler_static_works=yes
fi fi
fi fi
$RM -r conftest* $RM -r conftest*
LDFLAGS="$save_LDFLAGS" LDFLAGS="$save_LDFLAGS"
fi fi
{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_stati
echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6; } c_works" >&5
$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
if test x"$lt_cv_prog_compiler_static_works" = xyes; then if test x"$lt_cv_prog_compiler_static_works" = xyes; then
: :
else else
lt_prog_compiler_static= lt_prog_compiler_static=
fi fi
{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_obj { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -
ext" >&5 c -o file.$ac_objext" >&5
echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6;
_C" >&6; } }
if test "${lt_cv_prog_compiler_c_o+set}" = set; then if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
lt_cv_prog_compiler_c_o=no lt_cv_prog_compiler_c_o=no
$RM -r conftest 2>/dev/null $RM -r conftest 2>/dev/null
mkdir conftest mkdir conftest
cd conftest cd conftest
mkdir out mkdir out
echo "$lt_simple_compile_test_code" > conftest.$ac_ext echo "$lt_simple_compile_test_code" > conftest.$ac_ext
lt_compiler_flag="-o out/conftest2.$ac_objext" lt_compiler_flag="-o out/conftest2.$ac_objext"
# Insert the option either (1) after the last *FLAGS variable, or # Insert the option either (1) after the last *FLAGS variable, or
# (2) before a word containing "conftest.", or (3) at the end. # (2) before a word containing "conftest.", or (3) at the end.
# Note that $ac_compile itself does not contain backslashes and begins # Note that $ac_compile itself does not contain backslashes and begins
# with a dollar sign (not a hyphen), so the echo should work correctly. # with a dollar sign (not a hyphen), so the echo should work correctly.
lt_compile=`echo "$ac_compile" | $SED \ lt_compile=`echo "$ac_compile" | $SED \
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'` -e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:7696: $lt_compile\"" >&5) (eval echo "\"\$as_me:7878: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err) (eval "$lt_compile" 2>out/conftest.err)
ac_status=$? ac_status=$?
cat out/conftest.err >&5 cat out/conftest.err >&5
echo "$as_me:7700: \$? = $ac_status" >&5 echo "$as_me:7882: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext if (exit $ac_status) && test -s out/conftest2.$ac_objext
then then
# The compiler can only warn and ignore the option if not recognized # The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings # So say no if there are warnings
$ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.e xp $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.e xp
$SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er 2 >/dev/null; then if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er 2 >/dev/null; then
lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o=yes
fi fi
fi fi
chmod u+w . 2>&5 chmod u+w . 2>&5
$RM -r conftest* $RM conftest*
# SGI C++ compiler will create directory out/ii_files/ for # SGI C++ compiler will create directory out/ii_files/ for
# template instantiation # template instantiation
test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
$RM out/* && rmdir out $RM out/* && rmdir out
cd .. cd ..
$RM -r conftest $RM -r conftest
$RM -r conftest* $RM conftest*
fi fi
{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o"
echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; } >&5
$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_obj { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -
ext" >&5 c -o file.$ac_objext" >&5
echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6;
_C" >&6; } }
if test "${lt_cv_prog_compiler_c_o+set}" = set; then if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
lt_cv_prog_compiler_c_o=no lt_cv_prog_compiler_c_o=no
$RM -r conftest 2>/dev/null $RM -r conftest 2>/dev/null
mkdir conftest mkdir conftest
cd conftest cd conftest
mkdir out mkdir out
echo "$lt_simple_compile_test_code" > conftest.$ac_ext echo "$lt_simple_compile_test_code" > conftest.$ac_ext
lt_compiler_flag="-o out/conftest2.$ac_objext" lt_compiler_flag="-o out/conftest2.$ac_objext"
# Insert the option either (1) after the last *FLAGS variable, or # Insert the option either (1) after the last *FLAGS variable, or
# (2) before a word containing "conftest.", or (3) at the end. # (2) before a word containing "conftest.", or (3) at the end.
# Note that $ac_compile itself does not contain backslashes and begins # Note that $ac_compile itself does not contain backslashes and begins
# with a dollar sign (not a hyphen), so the echo should work correctly. # with a dollar sign (not a hyphen), so the echo should work correctly.
lt_compile=`echo "$ac_compile" | $SED \ lt_compile=`echo "$ac_compile" | $SED \
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'` -e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:7751: $lt_compile\"" >&5) (eval echo "\"\$as_me:7933: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err) (eval "$lt_compile" 2>out/conftest.err)
ac_status=$? ac_status=$?
cat out/conftest.err >&5 cat out/conftest.err >&5
echo "$as_me:7755: \$? = $ac_status" >&5 echo "$as_me:7937: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext if (exit $ac_status) && test -s out/conftest2.$ac_objext
then then
# The compiler can only warn and ignore the option if not recognized # The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings # So say no if there are warnings
$ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.e xp $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.e xp
$SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er 2 >/dev/null; then if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er 2 >/dev/null; then
lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o=yes
fi fi
fi fi
chmod u+w . 2>&5 chmod u+w . 2>&5
$RM -r conftest* $RM conftest*
# SGI C++ compiler will create directory out/ii_files/ for # SGI C++ compiler will create directory out/ii_files/ for
# template instantiation # template instantiation
test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
$RM out/* && rmdir out $RM out/* && rmdir out
cd .. cd ..
$RM -r conftest $RM -r conftest
$RM -r conftest* $RM conftest*
fi fi
{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o"
echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; } >&5
$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
hard_links="nottested" hard_links="nottested"
if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
# do not overwrite the value of need_locks provided by the user # do not overwrite the value of need_locks provided by the user
{ echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with har
echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; } d links" >&5
$as_echo_n "checking if we can lock with hard links... " >&6; }
hard_links=yes hard_links=yes
$RM -r conftest* $RM conftest*
ln conftest.a conftest.b 2>/dev/null && hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no
touch conftest.a touch conftest.a
ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>&5 || hard_links=no
ln conftest.a conftest.b 2>/dev/null && hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no
{ echo "$as_me:$LINENO: result: $hard_links" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
echo "${ECHO_T}$hard_links" >&6; } $as_echo "$hard_links" >&6; }
if test "$hard_links" = no; then if test "$hard_links" = no; then
{ echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not suppo
`make -j' may be unsafe" >&5 rt \`-c -o', so \`make -j' may be unsafe" >&5
echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j'
be unsafe" >&2;} may be unsafe" >&2;}
need_locks=warn need_locks=warn
fi fi
else else
need_locks=no need_locks=no
fi fi
{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) suppo { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler l
rts shared libraries" >&5 inker ($LD) supports shared libraries" >&5
echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared l $as_echo_n "checking whether the $compiler linker ($LD) supports shared lib
ibraries... $ECHO_C" >&6; } raries... " >&6; }
runpath_var= runpath_var=
allow_undefined_flag= allow_undefined_flag=
always_export_symbols=no always_export_symbols=no
archive_cmds= archive_cmds=
archive_expsym_cmds= archive_expsym_cmds=
compiler_needs_object=no compiler_needs_object=no
enable_shared_with_static_runtimes=no enable_shared_with_static_runtimes=no
export_dynamic_flag_spec= export_dynamic_flag_spec=
export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $S ED '\''s/.* //'\'' | sort | uniq > $export_symbols' export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $S ED '\''s/.* //'\'' | sort | uniq > $export_symbols'
skipping to change at line 7380 skipping to change at line 7616
exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
# Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
# platforms (ab)use it in PIC code, but their linkers get confused if # platforms (ab)use it in PIC code, but their linkers get confused if
# the symbol is explicitly referenced. Since portable code cannot # the symbol is explicitly referenced. Since portable code cannot
# rely on this symbol name, it's probably fine to never include it in # rely on this symbol name, it's probably fine to never include it in
# preloaded symbol tables. # preloaded symbol tables.
# Exclude shared library initialization/finalization symbols. # Exclude shared library initialization/finalization symbols.
extract_expsyms_cmds= extract_expsyms_cmds=
case $host_os in case $host_os in
cygwin* | mingw* | pw32*) cygwin* | mingw* | pw32* | cegcc*)
# FIXME: the MSVC++ port hasn't been tested in a loooong time # FIXME: the MSVC++ port hasn't been tested in a loooong time
# When not using gcc, we currently assume that we are using # When not using gcc, we currently assume that we are using
# Microsoft Visual C++. # Microsoft Visual C++.
if test "$GCC" != yes; then if test "$GCC" != yes; then
with_gnu_ld=no with_gnu_ld=no
fi fi
;; ;;
interix*) interix*)
# we just hope/assume this is gcc and not c89 (= MSVC++) # we just hope/assume this is gcc and not c89 (= MSVC++)
with_gnu_ld=yes with_gnu_ld=yes
;; ;;
openbsd*) openbsd*)
with_gnu_ld=no with_gnu_ld=no
;; ;;
linux* | k*bsd*-gnu)
link_all_deplibs=no
;;
esac esac
ld_shlibs=yes ld_shlibs=yes
if test "$with_gnu_ld" = yes; then if test "$with_gnu_ld" = yes; then
# If archive_cmds runs LD, not CC, wlarc should be empty # If archive_cmds runs LD, not CC, wlarc should be empty
wlarc='${wl}' wlarc='${wl}'
# Set some defaults for GNU ld with shared library support. These # Set some defaults for GNU ld with shared library support. These
# are reset later if shared libraries are not supported. Putting them # are reset later if shared libraries are not supported. Putting them
# here allows them to be overridden if necessary. # here allows them to be overridden if necessary.
skipping to change at line 7416 skipping to change at line 7655
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
export_dynamic_flag_spec='${wl}--export-dynamic' export_dynamic_flag_spec='${wl}--export-dynamic'
# ancient GNU ld didn't support --whole-archive et. al. # ancient GNU ld didn't support --whole-archive et. al.
if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc "'--no-whole-archive' whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc "'--no-whole-archive'
else else
whole_archive_flag_spec= whole_archive_flag_spec=
fi fi
supports_anon_versioning=no supports_anon_versioning=no
case `$LD -v 2>&1` in case `$LD -v 2>&1` in
*GNU\ gold*) supports_anon_versioning=yes ;;
*\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
*\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
*\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 .. . *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 .. .
*\ 2.11.*) ;; # other 2.11 versions *\ 2.11.*) ;; # other 2.11 versions
*) supports_anon_versioning=yes ;; *) supports_anon_versioning=yes ;;
esac esac
# See if GNU ld supports shared libraries. # See if GNU ld supports shared libraries.
case $host_os in case $host_os in
aix[3-9]*) aix[3-9]*)
skipping to change at line 7467 skipping to change at line 7707
if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
allow_undefined_flag=unsupported allow_undefined_flag=unsupported
# Joseph Beckenbach <jrb3@best.com> says some releases of gcc # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
# support --undefined. This deserves some investigation. FIXME # support --undefined. This deserves some investigation. FIXME
archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-s oname $wl$soname -o $lib' archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-s oname $wl$soname -o $lib'
else else
ld_shlibs=no ld_shlibs=no
fi fi
;; ;;
cygwin* | mingw* | pw32*) cygwin* | mingw* | pw32* | cegcc*)
# _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
# as there is no search path for DLLs. # as there is no search path for DLLs.
hardcode_libdir_flag_spec='-L$libdir' hardcode_libdir_flag_spec='-L$libdir'
allow_undefined_flag=unsupported allow_undefined_flag=unsupported
always_export_symbols=no always_export_symbols=no
enable_shared_with_static_runtimes=yes enable_shared_with_static_runtimes=yes
export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[ AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[ AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $out put_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xli nker $lib' archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $out put_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xli nker $lib'
skipping to change at line 7507 skipping to change at line 7747
# Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc . # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc .
# Instead, shared libraries are loaded at an image base (0x10000000 b y # Instead, shared libraries are loaded at an image base (0x10000000 b y
# default) and relocated if they conflict, which is a slow very memor y # default) and relocated if they conflict, which is a slow very memor y
# consuming and fragmenting process. To avoid this, we pick a random , # consuming and fragmenting process. To avoid this, we pick a random ,
# 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at lin k # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at lin k
# time. Moving up from 0x10000000 also allows more sbrk(2) space. # time. Moving up from 0x10000000 also allows more sbrk(2) space.
archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$so name.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h ,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--im age-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$so name.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h ,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--im age-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
;; ;;
gnu* | linux* | tpf* | k*bsd*-gnu) gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
tmp_diet=no tmp_diet=no
if test "$host_os" = linux-dietlibc; then if test "$host_os" = linux-dietlibc; then
case $cc_basename in case $cc_basename in
diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
esac esac
fi fi
if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
&& test "$tmp_diet" = no && test "$tmp_diet" = no
then then
tmp_addflag= tmp_addflag=
skipping to change at line 7533 skipping to change at line 7773
;; ;;
pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compile rs pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compile rs
whole_archive_flag_spec='${wl}--whole-archive`for conv in $conveni ence\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv \"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' whole_archive_flag_spec='${wl}--whole-archive`for conv in $conveni ence\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv \"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
tmp_addflag=' $pic_flag -Mnomain' ;; tmp_addflag=' $pic_flag -Mnomain' ;;
ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
tmp_addflag=' -i_dynamic' ;; tmp_addflag=' -i_dynamic' ;;
efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
tmp_addflag=' -i_dynamic -nofor_main' ;; tmp_addflag=' -i_dynamic -nofor_main' ;;
ifc* | ifort*) # Intel Fortran compiler ifc* | ifort*) # Intel Fortran compiler
tmp_addflag=' -nofor_main' ;; tmp_addflag=' -nofor_main' ;;
lf95*) # Lahey Fortran 8.1
whole_archive_flag_spec=
tmp_sharedflag='--shared' ;;
xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
tmp_sharedflag='-qmkshrobj' tmp_sharedflag='-qmkshrobj'
tmp_addflag= ;; tmp_addflag= ;;
esac esac
case `$CC -V 2>&1 | sed 5q` in case `$CC -V 2>&1 | sed 5q` in
*Sun\ C*) # Sun C 5.9 *Sun\ C*) # Sun C 5.9
whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; fo r conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_ convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-arch ive' whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; fo r conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_ convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-arch ive'
compiler_needs_object=yes compiler_needs_object=yes
tmp_sharedflag='-G' ;; tmp_sharedflag='-G' ;;
*Sun\ F*) # Sun Fortran 8.3 *Sun\ F*) # Sun Fortran 8.3
skipping to change at line 7574 skipping to change at line 7817
echo "local: *; };" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~
$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
fi fi
;; ;;
esac esac
else else
ld_shlibs=no ld_shlibs=no
fi fi
;; ;;
netbsd*) netbsd* | netbsdelf*-gnu)
if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $li b' archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $li b'
wlarc= wlarc=
else else
archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-so name $wl$soname -o $lib' archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-so name $wl$soname -o $lib'
archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $ {wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib ' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $ {wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib '
fi fi
;; ;;
solaris*) solaris*)
skipping to change at line 7749 skipping to change at line 7992
hardcode_minus_L=yes hardcode_minus_L=yes
hardcode_libdir_flag_spec='-L$libdir' hardcode_libdir_flag_spec='-L$libdir'
hardcode_libdir_separator= hardcode_libdir_separator=
fi fi
;; ;;
esac esac
shared_flag='-shared' shared_flag='-shared'
if test "$aix_use_runtimelinking" = yes; then if test "$aix_use_runtimelinking" = yes; then
shared_flag="$shared_flag "'${wl}-G' shared_flag="$shared_flag "'${wl}-G'
fi fi
link_all_deplibs=no
else else
# not using gcc # not using gcc
if test "$host_cpu" = ia64; then if test "$host_cpu" = ia64; then
# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
# chokes on -Wl,-G. The following line is correct: # chokes on -Wl,-G. The following line is correct:
shared_flag='-G' shared_flag='-G'
else else
if test "$aix_use_runtimelinking" = yes; then if test "$aix_use_runtimelinking" = yes; then
shared_flag='${wl}-G' shared_flag='${wl}-G'
else else
shared_flag='${wl}-bM:SRE' shared_flag='${wl}-bM:SRE'
fi fi
fi fi
fi fi
export_dynamic_flag_spec='${wl}-bexpall'
# It seems that -bexpall does not export symbols beginning with # It seems that -bexpall does not export symbols beginning with
# underscore (_), so it is better to generate a list of symbols to ex port. # underscore (_), so it is better to generate a list of symbols to ex port.
always_export_symbols=yes always_export_symbols=yes
if test "$aix_use_runtimelinking" = yes; then if test "$aix_use_runtimelinking" = yes; then
# Warning - without using the other runtime loading flags (-brtl), # Warning - without using the other runtime loading flags (-brtl),
# -berok will link without error, but may produce a broken library. # -berok will link without error, but may produce a broken library.
allow_undefined_flag='-berok' allow_undefined_flag='-berok'
# Determine the default libpath from the value encoded in an # Determine the default libpath from the value encoded in an
# empty executable. # empty executable.
cat >conftest.$ac_ext <<_ACEOF cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
int int
main () main ()
{ {
; ;
return 0; return 0;
} }
_ACEOF _ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext if ac_fn_c_try_link "$LINENO"; then :
if { (ac_try="$ac_link"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_link") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest$ac_exeext &&
$as_test_x conftest$ac_exeext; then
lt_aix_libpath_sed=' lt_aix_libpath_sed='
/Import File Strings/,/^$/ { /Import File Strings/,/^$/ {
/^0/ { /^0/ {
s/^0 *\(.*\)$/\1/ s/^0 *\(.*\)$/\1/
p p
} }
}' }'
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_l ibpath_sed"` aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_l ibpath_sed"`
# Check for a 64-bit object if we didn't find anything. # Check for a 64-bit object if we didn't find anything.
if test -z "$aix_libpath"; then if test -z "$aix_libpath"; then
aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_ aix_libpath_sed"` aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_ aix_libpath_sed"`
fi fi
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
fi fi
rm -f core conftest.err conftest.$ac_objext \
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext
conftest$ac_exeext conftest.$ac_ext
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplib s '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_fla g}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplib s '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_fla g}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
else else
if test "$host_cpu" = ia64; then if test "$host_cpu" = ia64; then
hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
allow_undefined_flag="-z nodefs" allow_undefined_flag="-z nodefs"
archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_un defined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_un defined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
else else
# Determine the default libpath from the value encoded in an # Determine the default libpath from the value encoded in an
# empty executable. # empty executable.
cat >conftest.$ac_ext <<_ACEOF cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
int int
main () main ()
{ {
; ;
return 0; return 0;
} }
_ACEOF _ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext if ac_fn_c_try_link "$LINENO"; then :
if { (ac_try="$ac_link"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_link") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest$ac_exeext &&
$as_test_x conftest$ac_exeext; then
lt_aix_libpath_sed=' lt_aix_libpath_sed='
/Import File Strings/,/^$/ { /Import File Strings/,/^$/ {
/^0/ { /^0/ {
s/^0 *\(.*\)$/\1/ s/^0 *\(.*\)$/\1/
p p
} }
}' }'
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_l ibpath_sed"` aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_l ibpath_sed"`
# Check for a 64-bit object if we didn't find anything. # Check for a 64-bit object if we didn't find anything.
if test -z "$aix_libpath"; then if test -z "$aix_libpath"; then
aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_ aix_libpath_sed"` aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_ aix_libpath_sed"`
fi fi
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
fi fi
rm -f core conftest.err conftest.$ac_objext \
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext
conftest$ac_exeext conftest.$ac_ext
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
# Warning - without using the other run time loading flags, # Warning - without using the other run time loading flags,
# -berok will link without error, but may produce a broken library . # -berok will link without error, but may produce a broken library .
no_undefined_flag=' ${wl}-bernotok' no_undefined_flag=' ${wl}-bernotok'
allow_undefined_flag=' ${wl}-berok' allow_undefined_flag=' ${wl}-berok'
# Exported symbols can be pulled into shared objects from archives # Exported symbols can be pulled into shared objects from archives
whole_archive_flag_spec='$convenience' whole_archive_flag_spec='$convenience'
archive_cmds_need_lc=yes archive_cmds_need_lc=yes
skipping to change at line 7928 skipping to change at line 8121
hardcode_libdir_flag_spec='-L$libdir' hardcode_libdir_flag_spec='-L$libdir'
hardcode_minus_L=yes hardcode_minus_L=yes
;; ;;
esac esac
;; ;;
bsdi[45]*) bsdi[45]*)
export_dynamic_flag_spec=-rdynamic export_dynamic_flag_spec=-rdynamic
;; ;;
cygwin* | mingw* | pw32*) cygwin* | mingw* | pw32* | cegcc*)
# When not using gcc, we currently assume that we are using # When not using gcc, we currently assume that we are using
# Microsoft Visual C++. # Microsoft Visual C++.
# hardcode_libdir_flag_spec is actually meaningless, as there is # hardcode_libdir_flag_spec is actually meaningless, as there is
# no search path for DLLs. # no search path for DLLs.
hardcode_libdir_flag_spec=' ' hardcode_libdir_flag_spec=' '
allow_undefined_flag=unsupported allow_undefined_flag=unsupported
# Tell ltmain to make .lib files, not .a files. # Tell ltmain to make .lib files, not .a files.
libext=lib libext=lib
# Tell ltmain to make .dll files, not .so files. # Tell ltmain to make .dll files, not .so files.
shrext_cmds=".dll" shrext_cmds=".dll"
skipping to change at line 7958 skipping to change at line 8151
darwin* | rhapsody*) darwin* | rhapsody*)
archive_cmds_need_lc=no archive_cmds_need_lc=no
hardcode_direct=no hardcode_direct=no
hardcode_automatic=yes hardcode_automatic=yes
hardcode_shlibpath_var=unsupported hardcode_shlibpath_var=unsupported
whole_archive_flag_spec='' whole_archive_flag_spec=''
link_all_deplibs=yes link_all_deplibs=yes
allow_undefined_flag="$_lt_dar_allow_undefined" allow_undefined_flag="$_lt_dar_allow_undefined"
if test "$GCC" = "yes"; then case $cc_basename in
ifort*) _lt_dar_can_shared=yes ;;
*) _lt_dar_can_shared=$GCC ;;
esac
if test "$_lt_dar_can_shared" = "yes"; then
output_verbose_link_cmd=echo output_verbose_link_cmd=echo
archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobj s \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_l t_dar_single_mod${_lt_dsymutil}" archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobj s \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_l t_dar_single_mod${_lt_dsymutil}"
module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$d eplibs \$compiler_flags${_lt_dsymutil}" module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$d eplibs \$compiler_flags${_lt_dsymutil}"
archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/ \${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$vers tring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/ \${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$vers tring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdi r/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \ $libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdi r/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \ $libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
else else
ld_shlibs=no ld_shlibs=no
fi fi
skipping to change at line 8050 skipping to change at line 8247
fi fi
;; ;;
hpux11*) hpux11*)
if test "$GCC" = yes -a "$with_gnu_ld" = no; then if test "$GCC" = yes -a "$with_gnu_ld" = no; then
case $host_cpu in case $host_cpu in
hppa*64*) hppa*64*)
archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $d eplibs $compiler_flags' archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $d eplibs $compiler_flags'
;; ;;
ia64*) ia64*)
archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpat h -o $lib $libobjs $deplibs $compiler_flags' archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefau ltrpath -o $lib $libobjs $deplibs $compiler_flags'
;; ;;
*) *)
archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl} $install_libdir -o $lib $libobjs $deplibs $compiler_flags' archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl} $install_libdir -o $lib $libobjs $deplibs $compiler_flags'
;; ;;
esac esac
else else
case $host_cpu in case $host_cpu in
hppa*64*) hppa*64*)
archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplib s $compiler_flags' archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplib s $compiler_flags'
;; ;;
skipping to change at line 8099 skipping to change at line 8296
;; ;;
irix5* | irix6* | nonstopux*) irix5* | irix6* | nonstopux*)
if test "$GCC" = yes; then if test "$GCC" = yes; then
archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-so name ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$ verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_location s -o $lib' archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-so name ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$ verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_location s -o $lib'
# Try to use the -exported_symbol ld option, if it does not # Try to use the -exported_symbol ld option, if it does not
# work, assume that -exports_file does not work either and # work, assume that -exports_file does not work either and
# implicitly export all symbols. # implicitly export all symbols.
save_LDFLAGS="$LDFLAGS" save_LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-upda te_registry ${wl}/dev/null" LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-upda te_registry ${wl}/dev/null"
cat >conftest.$ac_ext <<_ACEOF cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
int foo(void) {} int foo(void) {}
_ACEOF _ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext if ac_fn_c_try_link "$LINENO"; then :
if { (ac_try="$ac_link"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_link") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest$ac_exeext &&
$as_test_x conftest$ac_exeext; then
archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}- soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl }$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locati ons ${wl}-exports_file ${wl}$export_symbols -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}- soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl }$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locati ons ${wl}-exports_file ${wl}$export_symbols -o $lib'
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
fi fi
rm -f core conftest.err conftest.$ac_objext \
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext
conftest$ac_exeext conftest.$ac_ext
LDFLAGS="$save_LDFLAGS" LDFLAGS="$save_LDFLAGS"
else else
archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags - soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export _symbols -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags - soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export _symbols -o $lib'
fi fi
archive_cmds_need_lc='no' archive_cmds_need_lc='no'
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
hardcode_libdir_separator=: hardcode_libdir_separator=:
inherit_rpath=yes inherit_rpath=yes
link_all_deplibs=yes link_all_deplibs=yes
;; ;;
netbsd*) netbsd* | netbsdelf*-gnu)
if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flag s' # a.out archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flag s' # a.out
else else
archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
fi fi
hardcode_libdir_flag_spec='-R$libdir' hardcode_libdir_flag_spec='-R$libdir'
hardcode_direct=yes hardcode_direct=yes
hardcode_shlibpath_var=no hardcode_shlibpath_var=no
;; ;;
skipping to change at line 8385 skipping to change at line 8561
if test x$host_vendor = xsni; then if test x$host_vendor = xsni; then
case $host in case $host in
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
export_dynamic_flag_spec='${wl}-Blargedynsym' export_dynamic_flag_spec='${wl}-Blargedynsym'
;; ;;
esac esac
fi fi
fi fi
{ echo "$as_me:$LINENO: result: $ld_shlibs" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
echo "${ECHO_T}$ld_shlibs" >&6; } $as_echo "$ld_shlibs" >&6; }
test "$ld_shlibs" = no && can_build_shared=no test "$ld_shlibs" = no && can_build_shared=no
with_gnu_ld=$with_gnu_ld with_gnu_ld=$with_gnu_ld
# #
# Do we need to explicitly link libc? # Do we need to explicitly link libc?
# #
case "x$archive_cmds_need_lc" in case "x$archive_cmds_need_lc" in
x|xyes) x|xyes)
# Assume -lc should be added # Assume -lc should be added
skipping to change at line 8408 skipping to change at line 8584
if test "$enable_shared" = yes && test "$GCC" = yes; then if test "$enable_shared" = yes && test "$GCC" = yes; then
case $archive_cmds in case $archive_cmds in
*'~'*) *'~'*)
# FIXME: we may have to deal with multi-command sequences. # FIXME: we may have to deal with multi-command sequences.
;; ;;
'$CC '*) '$CC '*)
# Test whether the compiler implicitly links with -lc since on some # Test whether the compiler implicitly links with -lc since on some
# systems, -lgcc has to come before -lc. If gcc already passes -lc # systems, -lgcc has to come before -lc. If gcc already passes -lc
# to ld, don't add -lc before -lgcc. # to ld, don't add -lc before -lgcc.
{ echo "$as_me:$LINENO: checking whether -lc should be explicitly lin { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should
ked in" >&5 be explicitly linked in" >&5
echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_ $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
C" >&6; } $RM conftest*
$RM -r conftest*
echo "$lt_simple_compile_test_code" > conftest.$ac_ext echo "$lt_simple_compile_test_code" > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
(eval $ac_compile) 2>&5 (eval $ac_compile) 2>&5
ac_status=$? ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
(exit $ac_status); } 2>conftest.err; then test $ac_status = 0; } 2>conftest.err; then
soname=conftest soname=conftest
lib=conftest lib=conftest
libobjs=conftest.$ac_objext libobjs=conftest.$ac_objext
deplibs= deplibs=
wl=$lt_prog_compiler_wl wl=$lt_prog_compiler_wl
pic_flag=$lt_prog_compiler_pic pic_flag=$lt_prog_compiler_pic
compiler_flags=-v compiler_flags=-v
linker_flags=-v linker_flags=-v
verstring= verstring=
output_objdir=. output_objdir=.
libname=conftest libname=conftest
lt_save_allow_undefined_flag=$allow_undefined_flag lt_save_allow_undefined_flag=$allow_undefined_flag
allow_undefined_flag= allow_undefined_flag=
if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
(eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
ac_status=$? ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
(exit $ac_status); } test $ac_status = 0; }
then then
archive_cmds_need_lc=no archive_cmds_need_lc=no
else else
archive_cmds_need_lc=yes archive_cmds_need_lc=yes
fi fi
allow_undefined_flag=$lt_save_allow_undefined_flag allow_undefined_flag=$lt_save_allow_undefined_flag
else else
cat conftest.err 1>&5 cat conftest.err 1>&5
fi fi
$RM -r conftest* $RM conftest*
{ echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_l
echo "${ECHO_T}$archive_cmds_need_lc" >&6; } c" >&5
$as_echo "$archive_cmds_need_lc" >&6; }
;; ;;
esac esac
fi fi
;; ;;
esac esac
{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characte
echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } ristics" >&5
$as_echo_n "checking dynamic linker characteristics... " >&6; }
if test "$GCC" = yes; then if test "$GCC" = yes; then
case $host_os in case $host_os in
darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
*) lt_awk_arg="/^libraries:/" ;; *) lt_awk_arg="/^libraries:/" ;;
esac esac
lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e " s/^libraries://" -e "s,=/,/,g"` lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e " s/^libraries://" -e "s,=/,/,g"`
if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
# if the path contains ";" then we assume it to be the separator # if the path contains ";" then we assume it to be the separator
# otherwise default to the standard path separator (i.e. ":") - it is # otherwise default to the standard path separator (i.e. ":") - it is
skipping to change at line 8617 skipping to change at line 8793
soname_spec='${libname}${release}${shared_ext}$major' soname_spec='${libname}${release}${shared_ext}$major'
finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
shlibpath_var=LD_LIBRARY_PATH shlibpath_var=LD_LIBRARY_PATH
sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib / lib /usr/local/lib" sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib / lib /usr/local/lib"
sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
# the default ld.so.conf also contains /usr/contrib/lib and # the default ld.so.conf also contains /usr/contrib/lib and
# /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
# libtool to hard-code these into programs # libtool to hard-code these into programs
;; ;;
cygwin* | mingw* | pw32*) cygwin* | mingw* | pw32* | cegcc*)
version_type=windows version_type=windows
shrext_cmds=".dll" shrext_cmds=".dll"
need_version=no need_version=no
need_lib_prefix=no need_lib_prefix=no
case $GCC,$host_os in case $GCC,$host_os in
yes,cygwin* | yes,mingw* | yes,pw32*) yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
library_names_spec='$libname.dll.a' library_names_spec='$libname.dll.a'
# DLL is installed to $(libdir)/../bin by postinstall_cmds # DLL is installed to $(libdir)/../bin by postinstall_cmds
postinstall_cmds='base_file=`basename \${file}`~ postinstall_cmds='base_file=`basename \${file}`~
dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlna me'\''`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlna me'\''`~
dldir=$destdir/`dirname \$dlpath`~ dldir=$destdir/`dirname \$dlpath`~
test -d \$dldir || mkdir -p \$dldir~ test -d \$dldir || mkdir -p \$dldir~
$install_prog $dir/$dlname \$dldir/$dlname~ $install_prog $dir/$dlname \$dldir/$dlname~
chmod a+x \$dldir/$dlname~ chmod a+x \$dldir/$dlname~
if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
skipping to change at line 8647 skipping to change at line 8823
dlpath=$dir/\$dldll~ dlpath=$dir/\$dldll~
$RM \$dlpath' $RM \$dlpath'
shlibpath_overrides_runpath=yes shlibpath_overrides_runpath=yes
case $host_os in case $host_os in
cygwin*) cygwin*)
# Cygwin DLLs use 'cyg' prefix rather than 'lib' # Cygwin DLLs use 'cyg' prefix rather than 'lib'
soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
;; ;;
mingw*) mingw* | cegcc*)
# MinGW DLLs use traditional 'lib' prefix # MinGW DLLs use traditional 'lib' prefix
soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versu ffix}${shared_ext}' soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versu ffix}${shared_ext}'
sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries: " | $SED -e "s/^libraries://" -e "s,=/,/,g"` sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries: " | $SED -e "s/^libraries://" -e "s,=/,/,g"`
if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null ; then if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null ; then
# It is most probably a Windows format PATH printed by # It is most probably a Windows format PATH printed by
# mingw gcc, but we are running on Cygwin. Gcc prints its search # mingw gcc, but we are running on Cygwin. Gcc prints its search
# path with ; separators, and with drive letters. We can handle the # path with ; separators, and with drive letters. We can handle the
# drive letters (cygwin fileutils understands them), so leave them, # drive letters (cygwin fileutils understands them), so leave them,
# especially as we might pass files found there to a mingw objdump, # especially as we might pass files found there to a mingw objdump,
# which wouldn't understand a cygwinified path. Ahh. # which wouldn't understand a cygwinified path. Ahh.
skipping to change at line 8684 skipping to change at line 8860
dynamic_linker='Win32 ld.exe' dynamic_linker='Win32 ld.exe'
# FIXME: first we should search . and the directory the executable is in # FIXME: first we should search . and the directory the executable is in
shlibpath_var=PATH shlibpath_var=PATH
;; ;;
darwin* | rhapsody*) darwin* | rhapsody*)
dynamic_linker="$host_os dyld" dynamic_linker="$host_os dyld"
version_type=darwin version_type=darwin
need_lib_prefix=no need_lib_prefix=no
need_version=no need_version=no
library_names_spec='${libname}${release}${major}$shared_ext ${libname}$sh ared_ext ${libname}${release}${versuffix}$shared_ext' library_names_spec='${libname}${release}${major}$shared_ext ${libname}$sh ared_ext'
soname_spec='${libname}${release}${major}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext'
shlibpath_overrides_runpath=yes shlibpath_overrides_runpath=yes
shlibpath_var=DYLD_LIBRARY_PATH shlibpath_var=DYLD_LIBRARY_PATH
shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
;; ;;
dgux*) dgux*)
skipping to change at line 8862 skipping to change at line 9038
sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
hardcode_into_libs=yes hardcode_into_libs=yes
;; ;;
# No shared lib support for Linux oldld, aout, or coff. # No shared lib support for Linux oldld, aout, or coff.
linux*oldld* | linux*aout* | linux*coff*) linux*oldld* | linux*aout* | linux*coff*)
dynamic_linker=no dynamic_linker=no
;; ;;
# This must be Linux ELF. # This must be Linux ELF.
linux* | k*bsd*-gnu) linux* | k*bsd*-gnu | kopensolaris*-gnu)
version_type=linux version_type=linux
need_lib_prefix=no need_lib_prefix=no
need_version=no need_version=no
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname }${release}${shared_ext}$major $libname${shared_ext}' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname }${release}${shared_ext}$major $libname${shared_ext}'
soname_spec='${libname}${release}${shared_ext}$major' soname_spec='${libname}${release}${shared_ext}$major'
finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
shlibpath_var=LD_LIBRARY_PATH shlibpath_var=LD_LIBRARY_PATH
shlibpath_overrides_runpath=no shlibpath_overrides_runpath=no
# Some binutils ld are patched to set DT_RUNPATH # Some binutils ld are patched to set DT_RUNPATH
save_LDFLAGS=$LDFLAGS save_LDFLAGS=$LDFLAGS
save_libdir=$libdir save_libdir=$libdir
eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
cat >conftest.$ac_ext <<_ACEOF cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
int int
main () main ()
{ {
; ;
return 0; return 0;
} }
_ACEOF _ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext if ac_fn_c_try_link "$LINENO"; then :
if { (ac_try="$ac_link" if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir
case "(($ac_try" in " >/dev/null; then :
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_link") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest$ac_exeext &&
$as_test_x conftest$ac_exeext; then
if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir
" >/dev/null; then
shlibpath_overrides_runpath=yes shlibpath_overrides_runpath=yes
fi fi
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
fi fi
rm -f core conftest.err conftest.$ac_objext \
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext
conftest$ac_exeext conftest.$ac_ext
LDFLAGS=$save_LDFLAGS LDFLAGS=$save_LDFLAGS
libdir=$save_libdir libdir=$save_libdir
# This implies no fast_install, which is unacceptable. # This implies no fast_install, which is unacceptable.
# Some rework will be needed to allow for fast_install # Some rework will be needed to allow for fast_install
# before this can be enabled. # before this can be enabled.
hardcode_into_libs=yes hardcode_into_libs=yes
# Append ld.so.conf contents to the search path # Append ld.so.conf contents to the search path
if test -f /etc/ld.so.conf; then if test -f /etc/ld.so.conf; then
skipping to change at line 8944 skipping to change at line 9093
# We used to test for /lib/ld.so.1 and disable shared libraries on # We used to test for /lib/ld.so.1 and disable shared libraries on
# powerpc, because MkLinux only supported shared libraries with the # powerpc, because MkLinux only supported shared libraries with the
# GNU dynamic linker. Since this was broken with cross compilers, # GNU dynamic linker. Since this was broken with cross compilers,
# most powerpc-linux boxes support dynamic linking these days and # most powerpc-linux boxes support dynamic linking these days and
# people can always --disable-shared, the test was removed, and we # people can always --disable-shared, the test was removed, and we
# assume the GNU/Linux dynamic linker is in use. # assume the GNU/Linux dynamic linker is in use.
dynamic_linker='GNU/Linux ld.so' dynamic_linker='GNU/Linux ld.so'
;; ;;
netbsdelf*-gnu)
version_type=linux
need_lib_prefix=no
need_version=no
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname
}${release}${shared_ext}$major ${libname}${shared_ext}'
soname_spec='${libname}${release}${shared_ext}$major'
shlibpath_var=LD_LIBRARY_PATH
shlibpath_overrides_runpath=no
hardcode_into_libs=yes
dynamic_linker='NetBSD ld.elf_so'
;;
netbsd*) netbsd*)
version_type=sunos version_type=sunos
need_lib_prefix=no need_lib_prefix=no
need_version=no need_version=no
if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libna me}${shared_ext}$versuffix' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libna me}${shared_ext}$versuffix'
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
dynamic_linker='NetBSD (a.out) ld.so' dynamic_linker='NetBSD (a.out) ld.so'
else else
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libna me}${release}${shared_ext}$major ${libname}${shared_ext}' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libna me}${release}${shared_ext}$major ${libname}${shared_ext}'
skipping to change at line 9115 skipping to change at line 9276
esac esac
fi fi
sys_lib_dlsearch_path_spec='/usr/lib' sys_lib_dlsearch_path_spec='/usr/lib'
;; ;;
tpf*) tpf*)
# TPF is a cross-target only. Preferred cross-host = GNU/Linux. # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
version_type=linux version_type=linux
need_lib_prefix=no need_lib_prefix=no
need_version=no need_version=no
library_name_spec='${libname}${release}${shared_ext}$versuffix ${libname} ${release}${shared_ext}$major $libname${shared_ext}' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname }${release}${shared_ext}$major $libname${shared_ext}'
shlibpath_var=LD_LIBRARY_PATH shlibpath_var=LD_LIBRARY_PATH
shlibpath_overrides_runpath=no shlibpath_overrides_runpath=no
hardcode_into_libs=yes hardcode_into_libs=yes
;; ;;
uts4*) uts4*)
version_type=linux version_type=linux
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname }${release}${shared_ext}$major $libname${shared_ext}' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname }${release}${shared_ext}$major $libname${shared_ext}'
soname_spec='${libname}${release}${shared_ext}$major' soname_spec='${libname}${release}${shared_ext}$major'
shlibpath_var=LD_LIBRARY_PATH shlibpath_var=LD_LIBRARY_PATH
;; ;;
*) *)
dynamic_linker=no dynamic_linker=no
;; ;;
esac
{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
echo "${ECHO_T}$dynamic_linker" >&6; }
test "$dynamic_linker" = no && can_build_shared=no
variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
if test "$GCC" = yes; then
variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX C
OMPILER_PATH LIBRARY_PATH"
fi
if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
fi
if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
fi
{ echo "$as_me:$LINENO: checking how to hardcode library paths into progr
ams" >&5
echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO
_C" >&6; }
hardcode_action=
if test -n "$hardcode_libdir_flag_spec" ||
test -n "$runpath_var" ||
test "X$hardcode_automatic" = "Xyes" ; then
# We can hardcode non-existent directories.
if test "$hardcode_direct" != no &&
# If the only mechanism to avoid hardcoding is shlibpath_var, we
# have to relink, otherwise we might link with an installed library
# when we should be linking with a yet-to-be-installed one
## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
test "$hardcode_minus_L" != no; then
# Linking always hardcodes the temporary library directory.
hardcode_action=relink
else
# We can link without hardcoding, and we can hardcode nonexisting dirs.
hardcode_action=immediate
fi
else
# We cannot hardcode anything, or else we can only hardcode existing
# directories.
hardcode_action=unsupported
fi
{ echo "$as_me:$LINENO: result: $hardcode_action" >&5
echo "${ECHO_T}$hardcode_action" >&6; }
if test "$hardcode_action" = relink ||
test "$inherit_rpath" = yes; then
# Fast installation is not supported
enable_fast_install=no
elif test "$shlibpath_overrides_runpath" = yes ||
test "$enable_shared" = no; then
# Fast installation is not necessary
enable_fast_install=needless
fi
if test "x$enable_dlopen" != xyes; then
enable_dlopen=unknown
enable_dlopen_self=unknown
enable_dlopen_self_static=unknown
else
lt_cv_dlopen=no
lt_cv_dlopen_libs=
case $host_os in
beos*)
lt_cv_dlopen="load_add_on"
lt_cv_dlopen_libs=
lt_cv_dlopen_self=yes
;;
mingw* | pw32*)
lt_cv_dlopen="LoadLibrary"
lt_cv_dlopen_libs=
;;
cygwin*)
lt_cv_dlopen="dlopen"
lt_cv_dlopen_libs=
;;
darwin*)
# if libdl is installed we need to link against it
{ echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
if test "${ac_cv_lib_dl_dlopen+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldl $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char dlopen ();
int
main ()
{
return dlopen ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (ac_try="$ac_link"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_link") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest$ac_exeext &&
$as_test_x conftest$ac_exeext; then
ac_cv_lib_dl_dlopen=yes
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_dl_dlopen=no
fi
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
if test $ac_cv_lib_dl_dlopen = yes; then
lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
else
lt_cv_dlopen="dyld"
lt_cv_dlopen_libs=
lt_cv_dlopen_self=yes
fi
;;
*)
{ echo "$as_me:$LINENO: checking for shl_load" >&5
echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
if test "${ac_cv_func_shl_load+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
/* Define shl_load to an innocuous variant, in case <limits.h> declares shl
_load.
For example, HP-UX 11i <limits.h> declares gettimeofday. */
#define shl_load innocuous_shl_load
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char shl_load (); below.
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
<limits.h> exists even on freestanding compilers. */
#ifdef __STDC__
# include <limits.h>
#else
# include <assert.h>
#endif
#undef shl_load
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char shl_load ();
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined __stub_shl_load || defined __stub___shl_load
choke me
#endif
int
main ()
{
return shl_load ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (ac_try="$ac_link"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_link") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest$ac_exeext &&
$as_test_x conftest$ac_exeext; then
ac_cv_func_shl_load=yes
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_func_shl_load=no
fi
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext
fi
{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
if test $ac_cv_func_shl_load = yes; then
lt_cv_dlopen="shl_load"
else
{ echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
if test "${ac_cv_lib_dld_shl_load+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char shl_load ();
int
main ()
{
return shl_load ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (ac_try="$ac_link"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_link") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest$ac_exeext &&
$as_test_x conftest$ac_exeext; then
ac_cv_lib_dld_shl_load=yes
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_dld_shl_load=no
fi
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
if test $ac_cv_lib_dld_shl_load = yes; then
lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
else
{ echo "$as_me:$LINENO: checking for dlopen" >&5
echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
if test "${ac_cv_func_dlopen+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
/* Define dlopen to an innocuous variant, in case <limits.h> declares dlope
n.
For example, HP-UX 11i <limits.h> declares gettimeofday. */
#define dlopen innocuous_dlopen
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char dlopen (); below.
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
<limits.h> exists even on freestanding compilers. */
#ifdef __STDC__
# include <limits.h>
#else
# include <assert.h>
#endif
#undef dlopen
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char dlopen ();
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined __stub_dlopen || defined __stub___dlopen
choke me
#endif
int
main ()
{
return dlopen ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (ac_try="$ac_link"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_link") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest$ac_exeext &&
$as_test_x conftest$ac_exeext; then
ac_cv_func_dlopen=yes
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_func_dlopen=no
fi
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext
fi
{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
if test $ac_cv_func_dlopen = yes; then
lt_cv_dlopen="dlopen"
else
{ echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
if test "${ac_cv_lib_dl_dlopen+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldl $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char dlopen ();
int
main ()
{
return dlopen ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (ac_try="$ac_link"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_link") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest$ac_exeext &&
$as_test_x conftest$ac_exeext; then
ac_cv_lib_dl_dlopen=yes
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_dl_dlopen=no
fi
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
if test $ac_cv_lib_dl_dlopen = yes; then
lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
else
{ echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
if test "${ac_cv_lib_svld_dlopen+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lsvld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char dlopen ();
int
main ()
{
return dlopen ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (ac_try="$ac_link"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_link") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest$ac_exeext &&
$as_test_x conftest$ac_exeext; then
ac_cv_lib_svld_dlopen=yes
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_svld_dlopen=no
fi
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
if test $ac_cv_lib_svld_dlopen = yes; then
lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
else
{ echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
if test "${ac_cv_lib_dld_dld_link+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char dld_link ();
int
main ()
{
return dld_link ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (ac_try="$ac_link"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_link") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest$ac_exeext &&
$as_test_x conftest$ac_exeext; then
ac_cv_lib_dld_dld_link=yes
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_dld_dld_link=no
fi
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
if test $ac_cv_lib_dld_dld_link = yes; then
lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
fi
fi
fi
fi
fi
fi
;;
esac
if test "x$lt_cv_dlopen" != xno; then
enable_dlopen=yes
else
enable_dlopen=no
fi
case $lt_cv_dlopen in
dlopen)
save_CPPFLAGS="$CPPFLAGS"
test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFC
N_H"
save_LDFLAGS="$LDFLAGS"
wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_s
pec\"
save_LIBS="$LIBS"
LIBS="$lt_cv_dlopen_libs $LIBS"
{ echo "$as_me:$LINENO: checking whether a program can dlopen itself" >
&5
echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6;
}
if test "${lt_cv_dlopen_self+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test "$cross_compiling" = yes; then :
lt_cv_dlopen_self=cross
else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 10499 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
#include <dlfcn.h>
#endif
#include <stdio.h>
#ifdef RTLD_GLOBAL
# define LT_DLGLOBAL RTLD_GLOBAL
#else
# ifdef DL_GLOBAL
# define LT_DLGLOBAL DL_GLOBAL
# else
# define LT_DLGLOBAL 0
# endif
#endif
/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
find out it does not work in some platform. */
#ifndef LT_DLLAZY_OR_NOW
# ifdef RTLD_LAZY
# define LT_DLLAZY_OR_NOW RTLD_LAZY
# else
# ifdef DL_LAZY
# define LT_DLLAZY_OR_NOW DL_LAZY
# else
# ifdef RTLD_NOW
# define LT_DLLAZY_OR_NOW RTLD_NOW
# else
# ifdef DL_NOW
# define LT_DLLAZY_OR_NOW DL_NOW
# else
# define LT_DLLAZY_OR_NOW 0
# endif
# endif
# endif
# endif
#endif
#ifdef __cplusplus
extern "C" void exit (int);
#endif
void fnord() { int i=42;}
int main ()
{
void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
int status = $lt_dlunknown;
if (self)
{
if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
/* dlclose (self); */
}
else
puts (dlerror ());
exit (status);
}
_LT_EOF
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
(./conftest; exit; ) >&5 2>/dev/null
lt_status=$?
case x$lt_status in
x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
esac
else :
# compilation failed
lt_cv_dlopen_self=no
fi
fi
rm -fr conftest*
fi
{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
if test "x$lt_cv_dlopen_self" = xyes; then
wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_st
atic\"
{ echo "$as_me:$LINENO: checking whether a statically linked program
can dlopen itself" >&5
echo $ECHO_N "checking whether a statically linked program can dlopen itsel
f... $ECHO_C" >&6; }
if test "${lt_cv_dlopen_self_static+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test "$cross_compiling" = yes; then :
lt_cv_dlopen_self_static=cross
else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 10599 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
#include <dlfcn.h>
#endif
#include <stdio.h>
#ifdef RTLD_GLOBAL
# define LT_DLGLOBAL RTLD_GLOBAL
#else
# ifdef DL_GLOBAL
# define LT_DLGLOBAL DL_GLOBAL
# else
# define LT_DLGLOBAL 0
# endif
#endif
/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
find out it does not work in some platform. */
#ifndef LT_DLLAZY_OR_NOW
# ifdef RTLD_LAZY
# define LT_DLLAZY_OR_NOW RTLD_LAZY
# else
# ifdef DL_LAZY
# define LT_DLLAZY_OR_NOW DL_LAZY
# else
# ifdef RTLD_NOW
# define LT_DLLAZY_OR_NOW RTLD_NOW
# else
# ifdef DL_NOW
# define LT_DLLAZY_OR_NOW DL_NOW
# else
# define LT_DLLAZY_OR_NOW 0
# endif
# endif
# endif
# endif
#endif
#ifdef __cplusplus
extern "C" void exit (int);
#endif
void fnord() { int i=42;}
int main ()
{
void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
int status = $lt_dlunknown;
if (self)
{
if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
/* dlclose (self); */
}
else
puts (dlerror ());
exit (status);
}
_LT_EOF
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
(./conftest; exit; ) >&5 2>/dev/null
lt_status=$?
case x$lt_status in
x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
esac
else :
# compilation failed
lt_cv_dlopen_self_static=no
fi
fi
rm -fr conftest*
fi
{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
fi
CPPFLAGS="$save_CPPFLAGS"
LDFLAGS="$save_LDFLAGS"
LIBS="$save_LIBS"
;;
esac
case $lt_cv_dlopen_self in
yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
*) enable_dlopen_self=unknown ;;
esac
case $lt_cv_dlopen_self_static in
yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
*) enable_dlopen_self_static=unknown ;;
esac
fi
striplib=
old_striplib=
{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >
&5
echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C"
>&6; }
if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
test -z "$striplib" && striplib="$STRIP --strip-unneeded"
{ echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6; }
else
# FIXME - insert some real tests, host_os isn't really good enough
case $host_os in
darwin*)
if test -n "$STRIP" ; then
striplib="$STRIP -x"
old_striplib="$STRIP -S"
{ echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6; }
else
{ echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6; }
fi
;;
*)
{ echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6; }
;;
esac
fi
# Report which library types will actually be built
{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&
5
echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
; }
{ echo "$as_me:$LINENO: result: $can_build_shared" >&5
echo "${ECHO_T}$can_build_shared" >&6; }
{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
test "$can_build_shared" = "no" && enable_shared=no
# On AIX, shared libraries and static libraries use the same namespace, a
nd
# are all built from PIC.
case $host_os in
aix3*)
test "$enable_shared" = yes && enable_static=no
if test -n "$RANLIB"; then
archive_cmds="$archive_cmds~\$RANLIB \$lib"
postinstall_cmds='$RANLIB $lib'
fi
;;
aix[4-9]*)
if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; th
en
test "$enable_shared" = yes && enable_static=no
fi
;;
esac
{ echo "$as_me:$LINENO: result: $enable_shared" >&5
echo "${ECHO_T}$enable_shared" >&6; }
{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5
echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
# Make sure either enable_shared or enable_static is yes.
test "$enable_shared" = yes || enable_static=yes
{ echo "$as_me:$LINENO: result: $enable_static" >&5
echo "${ECHO_T}$enable_static" >&6; }
fi
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_
ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
CC="$lt_save_CC"
ac_config_commands="$ac_config_commands libtool"
# Only expand once:
LTVERSION="2:0:0"
# Find a good install program. We prefer a C program (faster),
# so one script is as good as another. But avoid the broken or
# incompatible versions:
# SysV /etc/install, /usr/sbin/install
# SunOS /usr/etc/install
# IRIX /sbin/install
# AIX /bin/install
# AmigaOS /C/install, which installs bootblocks on floppy discs
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# OS/2's system install, which has a completely different semantic
# ./install, which can be erroneously created by make from ./install.sh.
{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
if test -z "$INSTALL"; then
if test "${ac_cv_path_install+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
# Account for people who put trailing slashes in PATH elements.
case $as_dir/ in
./ | .// | /cC/* | \
/etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
/usr/ucb/* ) ;;
*)
# OSF1 and SCO ODT 3.0 have their own names for install.
# Don't use installbsd from OSF since it installs stuff as root
# by default.
for ac_prog in ginstall scoinst install; do
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$
ac_prog$ac_exec_ext"; }; then
if test $ac_prog = install &&
grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
# AIX install. It has an incompatible calling convention.
:
elif test $ac_prog = install &&
grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
# program-specific install script used by HP pwplus--don't use.
:
else
ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
break 3
fi
fi
done
done
;;
esac
done
IFS=$as_save_IFS
fi
if test "${ac_cv_path_install+set}" = set; then
INSTALL=$ac_cv_path_install
else
# As a last resort, use the slow shell script. Don't cache a
# value for INSTALL within a source directory, because that will
# break other packages using the cache if that directory is
# removed, or if the value is a relative name.
INSTALL=$ac_install_sh
fi
fi
{ echo "$as_me:$LINENO: result: $INSTALL" >&5
echo "${ECHO_T}$INSTALL" >&6; }
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# It thinks the first close brace ends the variable substitution.
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6;
}
set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'
`
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\"
= set"; }; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.make <<\_ACEOF
SHELL = /bin/sh
all:
@echo '@@@%%%=$(MAKE)=@@@%%%'
_ACEOF
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
case `${MAKE-make} -f conftest.make 2>/dev/null` in
*@@@%%%=?*=@@@%%%*)
eval ac_cv_prog_make_${ac_make}_set=yes;;
*)
eval ac_cv_prog_make_${ac_make}_set=no;;
esac
rm -f conftest.make
fi
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
{ echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6; }
SET_MAKE=
else
{ echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6; }
SET_MAKE="MAKE=${MAKE-make}"
fi
{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
if test "${ac_cv_header_stdc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <float.h>
int
main ()
{
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (ac_try="$ac_compile"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_compile") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest.$ac_objext; then
ac_cv_header_stdc=yes
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_header_stdc=no
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <string.h>
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
$EGREP "memchr" >/dev/null 2>&1; then
:
else
ac_cv_header_stdc=no
fi
rm -f -r conftest*
fi
if test $ac_cv_header_stdc = yes; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <stdlib.h>
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
$EGREP "free" >/dev/null 2>&1; then
:
else
ac_cv_header_stdc=no
fi
rm -f -r conftest*
fi
if test $ac_cv_header_stdc = yes; then
# /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
if test "$cross_compiling" = yes; then
:
else
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <ctype.h>
#include <stdlib.h>
#if ((' ' & 0x0FF) == 0x020)
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
#else
# define ISLOWER(c) \
(('a' <= (c) && (c) <= 'i') \
|| ('j' <= (c) && (c) <= 'r') \
|| ('s' <= (c) && (c) <= 'z'))
# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
#endif
#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
int
main ()
{
int i;
for (i = 0; i < 256; i++)
if (XOR (islower (i), ISLOWER (i))
|| toupper (i) != TOUPPER (i))
return 2;
return 0;
}
_ACEOF
rm -f conftest$ac_exeext
if { (ac_try="$ac_link"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_link") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
{ (case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_try") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
echo "$as_me: program exited with status $ac_status" >&5
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
( exit $ac_status )
ac_cv_header_stdc=no
fi
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext confte
st.$ac_objext conftest.$ac_ext
fi
fi
fi
{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
if test $ac_cv_header_stdc = yes; then
cat >>confdefs.h <<\_ACEOF
#define STDC_HEADERS 1
_ACEOF
fi
for ac_header in stdlib.h string.h strings.h sys/time.h unistd.h sys/times.
h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
{ echo "$as_me:$LINENO: checking for $ac_header" >&5
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
echo $ECHO_N "(cached) $ECHO_C" >&6
fi
ac_res=`eval echo '${'$as_ac_Header'}'`
{ echo "$as_me:$LINENO: result: $ac_res" >&5
echo "${ECHO_T}$ac_res" >&6; }
else
# Is the header compilable?
{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
$ac_includes_default
#include <$ac_header>
_ACEOF
rm -f conftest.$ac_objext
if { (ac_try="$ac_compile"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
(eval "$ac_compile") 2>conftest.er1 $as_echo "$dynamic_linker" >&6; }
ac_status=$? test "$dynamic_linker" = no && can_build_shared=no
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest.$ac_objext; then
ac_header_compiler=yes
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
ac_header_compiler=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
if test "$GCC" = yes; then
variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX C
OMPILER_PATH LIBRARY_PATH"
fi fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
echo "${ECHO_T}$ac_header_compiler" >&6; } fi
if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
fi
# Is the header present? { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library
{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 paths into programs" >&5
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } $as_echo_n "checking how to hardcode library paths into programs... " >&6;
cat >conftest.$ac_ext <<_ACEOF }
/* confdefs.h. */ hardcode_action=
_ACEOF if test -n "$hardcode_libdir_flag_spec" ||
cat confdefs.h >>conftest.$ac_ext test -n "$runpath_var" ||
cat >>conftest.$ac_ext <<_ACEOF test "X$hardcode_automatic" = "Xyes" ; then
/* end confdefs.h. */
#include <$ac_header> # We can hardcode non-existent directories.
_ACEOF if test "$hardcode_direct" != no &&
if { (ac_try="$ac_cpp conftest.$ac_ext" # If the only mechanism to avoid hardcoding is shlibpath_var, we
case "(($ac_try" in # have to relink, otherwise we might link with an installed library
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; # when we should be linking with a yet-to-be-installed one
*) ac_try_echo=$ac_try;; ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
esac test "$hardcode_minus_L" != no; then
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 # Linking always hardcodes the temporary library directory.
(eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 hardcode_action=relink
ac_status=$? else
grep -v '^ *+' conftest.er1 >conftest.err # We can link without hardcoding, and we can hardcode nonexisting dirs.
rm -f conftest.er1 hardcode_action=immediate
cat conftest.err >&5 fi
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null && {
test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
test ! -s conftest.err
}; then
ac_header_preproc=yes
else else
echo "$as_me: failed program was:" >&5 # We cannot hardcode anything, or else we can only hardcode existing
sed 's/^/| /' conftest.$ac_ext >&5 # directories.
hardcode_action=unsupported
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
$as_echo "$hardcode_action" >&6; }
ac_header_preproc=no if test "$hardcode_action" = relink ||
test "$inherit_rpath" = yes; then
# Fast installation is not supported
enable_fast_install=no
elif test "$shlibpath_overrides_runpath" = yes ||
test "$enable_shared" = no; then
# Fast installation is not necessary
enable_fast_install=needless
fi fi
rm -f conftest.err conftest.$ac_ext if test "x$enable_dlopen" != xyes; then
{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 enable_dlopen=unknown
echo "${ECHO_T}$ac_header_preproc" >&6; } enable_dlopen_self=unknown
enable_dlopen_self_static=unknown
else
lt_cv_dlopen=no
lt_cv_dlopen_libs=
# So? What about this header? case $host_os in
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in beos*)
yes:no: ) lt_cv_dlopen="load_add_on"
{ echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, lt_cv_dlopen_libs=
rejected by the preprocessor!" >&5 lt_cv_dlopen_self=yes
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by th
e preprocessor!" >&2;}
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compil
er's result" >&5
echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >
&2;}
ac_header_preproc=yes
;; ;;
no:yes:* )
{ echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be comp
iled" >&5
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
{ echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prer
equisite headers?" >&5
echo "$as_me: WARNING: $ac_header: check for missing prerequisite heade
rs?" >&2;}
{ echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documenta
tion" >&5
echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
{ echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But
Cannot Be Compiled\"" >&5
echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Comp
iled\"" >&2;}
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the prepro
cessor's result" >&5
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's resul
t" >&2;}
{ echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compile
r will take precedence" >&5
echo "$as_me: WARNING: $ac_header: in the future, the compiler will take pr
ecedence" >&2;}
mingw* | pw32* | cegcc*)
lt_cv_dlopen="LoadLibrary"
lt_cv_dlopen_libs=
;; ;;
esac
{ echo "$as_me:$LINENO: checking for $ac_header" >&5
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
eval "$as_ac_Header=\$ac_header_preproc"
fi
ac_res=`eval echo '${'$as_ac_Header'}'`
{ echo "$as_me:$LINENO: result: $ac_res" >&5
echo "${ECHO_T}$ac_res" >&6; }
fi
if test `eval echo '${'$as_ac_Header'}'` = yes; then
cat >>confdefs.h <<_ACEOF
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
_ACEOF
fi cygwin*)
lt_cv_dlopen="dlopen"
done lt_cv_dlopen_libs=
;;
{ echo "$as_me:$LINENO: checking for int" >&5 darwin*)
echo $ECHO_N "checking for int... $ECHO_C" >&6; } # if libdl is installed we need to link against it
if test "${ac_cv_type_int+set}" = set; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >
echo $ECHO_N "(cached) $ECHO_C" >&6 &5
$as_echo_n "checking for dlopen in -ldl... " >&6; }
if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
$as_echo_n "(cached) " >&6
else else
cat >conftest.$ac_ext <<_ACEOF ac_check_lib_save_LIBS=$LIBS
/* confdefs.h. */ LIBS="-ldl $LIBS"
_ACEOF cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
$ac_includes_default
typedef int ac__type_new_; /* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char dlopen ();
int int
main () main ()
{ {
if ((ac__type_new_ *) 0) return dlopen ();
return 0;
if (sizeof (ac__type_new_))
return 0;
; ;
return 0; return 0;
} }
_ACEOF _ACEOF
rm -f conftest.$ac_objext if ac_fn_c_try_link "$LINENO"; then :
if { (ac_try="$ac_compile" ac_cv_lib_dl_dlopen=yes
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_compile") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest.$ac_objext; then
ac_cv_type_int=yes
else else
echo "$as_me: failed program was:" >&5 ac_cv_lib_dl_dlopen=no
sed 's/^/| /' conftest.$ac_ext >&5 fi
rm -f core conftest.err conftest.$ac_objext \
ac_cv_type_int=no conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
else
lt_cv_dlopen="dyld"
lt_cv_dlopen_libs=
lt_cv_dlopen_self=yes
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
echo "${ECHO_T}$ac_cv_type_int" >&6; }
# The cast to long int works around a bug in the HP C Compiler ;;
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. *)
# This bug is HP SR number 8606223364. ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
{ echo "$as_me:$LINENO: checking size of int" >&5 if test "x$ac_cv_func_shl_load" = x""yes; then :
echo $ECHO_N "checking size of int... $ECHO_C" >&6; } lt_cv_dlopen="shl_load"
if test "${ac_cv_sizeof_int+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else else
if test "$cross_compiling" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld"
# Depending upon the size, compute the lo and hi bounds. >&5
cat >conftest.$ac_ext <<_ACEOF $as_echo_n "checking for shl_load in -ldld... " >&6; }
/* confdefs.h. */ if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
_ACEOF $as_echo_n "(cached) " >&6
cat confdefs.h >>conftest.$ac_ext else
cat >>conftest.$ac_ext <<_ACEOF ac_check_lib_save_LIBS=$LIBS
LIBS="-ldld $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */ /* end confdefs.h. */
$ac_includes_default
typedef int ac__type_sizeof_; /* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char shl_load ();
int int
main () main ()
{ {
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) > return shl_load ();
= 0)];
test_array [0] = 0
; ;
return 0; return 0;
} }
_ACEOF _ACEOF
rm -f conftest.$ac_objext if ac_fn_c_try_link "$LINENO"; then :
if { (ac_try="$ac_compile" ac_cv_lib_dld_shl_load=yes
case "(($ac_try" in else
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; ac_cv_lib_dld_shl_load=no
*) ac_try_echo=$ac_try;; fi
esac rm -f core conftest.err conftest.$ac_objext \
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 conftest$ac_exeext conftest.$ac_ext
(eval "$ac_compile") 2>conftest.er1 LIBS=$ac_check_lib_save_LIBS
ac_status=$? fi
grep -v '^ *+' conftest.er1 >conftest.err { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >
rm -f conftest.er1 &5
cat conftest.err >&5 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
echo "$as_me:$LINENO: \$? = $ac_status" >&5 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
(exit $ac_status); } && { lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
test -z "$ac_c_werror_flag" || else
test ! -s conftest.err ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
} && test -s conftest.$ac_objext; then if test "x$ac_cv_func_dlopen" = x""yes; then :
ac_lo=0 ac_mid=0 lt_cv_dlopen="dlopen"
while :; do else
cat >conftest.$ac_ext <<_ACEOF { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
/* confdefs.h. */ $as_echo_n "checking for dlopen in -ldl... " >&6; }
_ACEOF if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
cat confdefs.h >>conftest.$ac_ext $as_echo_n "(cached) " >&6
cat >>conftest.$ac_ext <<_ACEOF else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldl $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */ /* end confdefs.h. */
$ac_includes_default
typedef int ac__type_sizeof_; /* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char dlopen ();
int int
main () main ()
{ {
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < return dlopen ();
= $ac_mid)];
test_array [0] = 0
; ;
return 0; return 0;
} }
_ACEOF _ACEOF
rm -f conftest.$ac_objext if ac_fn_c_try_link "$LINENO"; then :
if { (ac_try="$ac_compile" ac_cv_lib_dl_dlopen=yes
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_compile") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest.$ac_objext; then
ac_hi=$ac_mid; break
else else
echo "$as_me: failed program was:" >&5 ac_cv_lib_dl_dlopen=no
sed 's/^/| /' conftest.$ac_ext >&5
ac_lo=`expr $ac_mid + 1`
if test $ac_lo -le $ac_mid; then
ac_lo= ac_hi=
break
fi
ac_mid=`expr 2 '*' $ac_mid + 1`
fi fi
rm -f core conftest.err conftest.$ac_objext \
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
done LIBS=$ac_check_lib_save_LIBS
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
else else
echo "$as_me: failed program was:" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >
sed 's/^/| /' conftest.$ac_ext >&5 &5
$as_echo_n "checking for dlopen in -lsvld... " >&6; }
cat >conftest.$ac_ext <<_ACEOF if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
/* confdefs.h. */ $as_echo_n "(cached) " >&6
_ACEOF else
cat confdefs.h >>conftest.$ac_ext ac_check_lib_save_LIBS=$LIBS
cat >>conftest.$ac_ext <<_ACEOF LIBS="-lsvld $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */ /* end confdefs.h. */
$ac_includes_default
typedef int ac__type_sizeof_; /* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char dlopen ();
int int
main () main ()
{ {
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < return dlopen ();
0)];
test_array [0] = 0
; ;
return 0; return 0;
} }
_ACEOF _ACEOF
rm -f conftest.$ac_objext if ac_fn_c_try_link "$LINENO"; then :
if { (ac_try="$ac_compile" ac_cv_lib_svld_dlopen=yes
case "(($ac_try" in else
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; ac_cv_lib_svld_dlopen=no
*) ac_try_echo=$ac_try;; fi
esac rm -f core conftest.err conftest.$ac_objext \
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 conftest$ac_exeext conftest.$ac_ext
(eval "$ac_compile") 2>conftest.er1 LIBS=$ac_check_lib_save_LIBS
ac_status=$? fi
grep -v '^ *+' conftest.er1 >conftest.err { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&
rm -f conftest.er1 5
cat conftest.err >&5 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
echo "$as_me:$LINENO: \$? = $ac_status" >&5 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
(exit $ac_status); } && { lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
test -z "$ac_c_werror_flag" || else
test ! -s conftest.err { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld"
} && test -s conftest.$ac_objext; then >&5
ac_hi=-1 ac_mid=-1 $as_echo_n "checking for dld_link in -ldld... " >&6; }
while :; do if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
cat >conftest.$ac_ext <<_ACEOF $as_echo_n "(cached) " >&6
/* confdefs.h. */ else
_ACEOF ac_check_lib_save_LIBS=$LIBS
cat confdefs.h >>conftest.$ac_ext LIBS="-ldld $LIBS"
cat >>conftest.$ac_ext <<_ACEOF cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */ /* end confdefs.h. */
$ac_includes_default
typedef int ac__type_sizeof_; /* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char dld_link ();
int int
main () main ()
{ {
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) > return dld_link ();
= $ac_mid)];
test_array [0] = 0
; ;
return 0; return 0;
} }
_ACEOF _ACEOF
rm -f conftest.$ac_objext if ac_fn_c_try_link "$LINENO"; then :
if { (ac_try="$ac_compile" ac_cv_lib_dld_dld_link=yes
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_compile") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest.$ac_objext; then
ac_lo=$ac_mid; break
else else
echo "$as_me: failed program was:" >&5 ac_cv_lib_dld_dld_link=no
sed 's/^/| /' conftest.$ac_ext >&5 fi
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >
&5
$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
fi
ac_hi=`expr '(' $ac_mid ')' - 1`
if test $ac_mid -le $ac_hi; then
ac_lo= ac_hi=
break
fi
ac_mid=`expr 2 '*' $ac_mid`
fi fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi
done
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
ac_lo= ac_hi=
fi fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi
# Binary search between lo and hi bounds.
while test "x$ac_lo" != "x$ac_hi"; do
ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
$ac_includes_default
typedef int ac__type_sizeof_;
int
main ()
{
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <
= $ac_mid)];
test_array [0] = 0
; ;;
return 0; esac
}
_ACEOF
rm -f conftest.$ac_objext
if { (ac_try="$ac_compile"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_compile") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest.$ac_objext; then
ac_hi=$ac_mid
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
ac_lo=`expr '(' $ac_mid ')' + 1` if test "x$lt_cv_dlopen" != xno; then
fi enable_dlopen=yes
else
enable_dlopen=no
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext case $lt_cv_dlopen in
done dlopen)
case $ac_lo in save_CPPFLAGS="$CPPFLAGS"
?*) ac_cv_sizeof_int=$ac_lo;; test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFC
'') if test "$ac_cv_type_int" = yes; then N_H"
{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
See \`config.log' for more details." >&5 save_LDFLAGS="$LDFLAGS"
echo "$as_me: error: cannot compute sizeof (int) wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_s
See \`config.log' for more details." >&2;} pec\"
{ (exit 77); exit 77; }; }
else save_LIBS="$LIBS"
ac_cv_sizeof_int=0 LIBS="$lt_cv_dlopen_libs $LIBS"
fi ;;
esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can
dlopen itself" >&5
$as_echo_n "checking whether a program can dlopen itself... " >&6; }
if test "${lt_cv_dlopen_self+set}" = set; then :
$as_echo_n "(cached) " >&6
else else
cat >conftest.$ac_ext <<_ACEOF if test "$cross_compiling" = yes; then :
/* confdefs.h. */ lt_cv_dlopen_self=cross
_ACEOF else
cat confdefs.h >>conftest.$ac_ext lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
cat >>conftest.$ac_ext <<_ACEOF lt_status=$lt_dlunknown
/* end confdefs.h. */ cat > conftest.$ac_ext <<_LT_EOF
$ac_includes_default #line 10317 "configure"
typedef int ac__type_sizeof_; #include "confdefs.h"
static long int longval () { return (long int) (sizeof (ac__type_sizeof_));
} #if HAVE_DLFCN_H
static unsigned long int ulongval () { return (long int) (sizeof (ac__type_ #include <dlfcn.h>
sizeof_)); } #endif
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
int #ifdef RTLD_GLOBAL
main () # define LT_DLGLOBAL RTLD_GLOBAL
#else
# ifdef DL_GLOBAL
# define LT_DLGLOBAL DL_GLOBAL
# else
# define LT_DLGLOBAL 0
# endif
#endif
/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
find out it does not work in some platform. */
#ifndef LT_DLLAZY_OR_NOW
# ifdef RTLD_LAZY
# define LT_DLLAZY_OR_NOW RTLD_LAZY
# else
# ifdef DL_LAZY
# define LT_DLLAZY_OR_NOW DL_LAZY
# else
# ifdef RTLD_NOW
# define LT_DLLAZY_OR_NOW RTLD_NOW
# else
# ifdef DL_NOW
# define LT_DLLAZY_OR_NOW DL_NOW
# else
# define LT_DLLAZY_OR_NOW 0
# endif
# endif
# endif
# endif
#endif
void fnord() { int i=42;}
int main ()
{ {
void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
int status = $lt_dlunknown;
FILE *f = fopen ("conftest.val", "w"); if (self)
if (! f)
return 1;
if (((long int) (sizeof (ac__type_sizeof_))) < 0)
{ {
long int i = longval (); if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
if (i != ((long int) (sizeof (ac__type_sizeof_)))) else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
return 1; /* dlclose (self); */
fprintf (f, "%ld\n", i);
} }
else else
{ puts (dlerror ());
unsigned long int i = ulongval ();
if (i != ((long int) (sizeof (ac__type_sizeof_))))
return 1;
fprintf (f, "%lu\n", i);
}
return ferror (f) || fclose (f) != 0;
; return status;
return 0;
} }
_ACEOF _LT_EOF
rm -f conftest$ac_exeext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
if { (ac_try="$ac_link" (eval $ac_link) 2>&5
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_link") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
{ (case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_try") 2>&5
ac_status=$? ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
(exit $ac_status); }; }; then test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
ac_cv_sizeof_int=`cat conftest.val` (./conftest; exit; ) >&5 2>/dev/null
else lt_status=$?
echo "$as_me: program exited with status $ac_status" >&5 case x$lt_status in
echo "$as_me: failed program was:" >&5 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
sed 's/^/| /' conftest.$ac_ext >&5 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
( exit $ac_status ) esac
if test "$ac_cv_type_int" = yes; then else :
{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int) # compilation failed
See \`config.log' for more details." >&5 lt_cv_dlopen_self=no
echo "$as_me: error: cannot compute sizeof (int) fi
See \`config.log' for more details." >&2;}
{ (exit 77); exit 77; }; }
else
ac_cv_sizeof_int=0
fi
fi
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext confte
st.$ac_objext conftest.$ac_ext
fi fi
rm -f conftest.val rm -fr conftest*
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
echo "${ECHO_T}$ac_cv_sizeof_int" >&6; } $as_echo "$lt_cv_dlopen_self" >&6; }
cat >>confdefs.h <<_ACEOF if test "x$lt_cv_dlopen_self" = xyes; then
#define SIZEOF_INT $ac_cv_sizeof_int wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_st
_ACEOF atic\"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a staticall
y linked program can dlopen itself" >&5
$as_echo_n "checking whether a statically linked program can dlopen itself.
.. " >&6; }
if test "${lt_cv_dlopen_self_static+set}" = set; then :
$as_echo_n "(cached) " >&6
else
if test "$cross_compiling" = yes; then :
lt_cv_dlopen_self_static=cross
else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 10413 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
#include <dlfcn.h>
#endif
#include <stdio.h>
#ifdef RTLD_GLOBAL
# define LT_DLGLOBAL RTLD_GLOBAL
#else
# ifdef DL_GLOBAL
# define LT_DLGLOBAL DL_GLOBAL
# else
# define LT_DLGLOBAL 0
# endif
#endif
/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
find out it does not work in some platform. */
#ifndef LT_DLLAZY_OR_NOW
# ifdef RTLD_LAZY
# define LT_DLLAZY_OR_NOW RTLD_LAZY
# else
# ifdef DL_LAZY
# define LT_DLLAZY_OR_NOW DL_LAZY
# else
# ifdef RTLD_NOW
# define LT_DLLAZY_OR_NOW RTLD_NOW
# else
# ifdef DL_NOW
# define LT_DLLAZY_OR_NOW DL_NOW
# else
# define LT_DLLAZY_OR_NOW 0
# endif
# endif
# endif
# endif
#endif
void fnord() { int i=42;}
int main ()
{
void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
int status = $lt_dlunknown;
if (self)
{
if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
/* dlclose (self); */
}
else
puts (dlerror ());
{ echo "$as_me:$LINENO: checking for short" >&5 return status;
echo $ECHO_N "checking for short... $ECHO_C" >&6; }
if test "${ac_cv_type_short+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
$ac_includes_default
typedef short ac__type_new_;
int
main ()
{
if ((ac__type_new_ *) 0)
return 0;
if (sizeof (ac__type_new_))
return 0;
;
return 0;
} }
_ACEOF _LT_EOF
rm -f conftest.$ac_objext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
if { (ac_try="$ac_compile" (eval $ac_link) 2>&5
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_compile") 2>conftest.er1
ac_status=$? ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
rm -f conftest.er1 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
cat conftest.err >&5 (./conftest; exit; ) >&5 2>/dev/null
echo "$as_me:$LINENO: \$? = $ac_status" >&5 lt_status=$?
(exit $ac_status); } && { case x$lt_status in
test -z "$ac_c_werror_flag" || x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
test ! -s conftest.err x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
} && test -s conftest.$ac_objext; then x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
ac_cv_type_short=yes esac
else else :
echo "$as_me: failed program was:" >&5 # compilation failed
sed 's/^/| /' conftest.$ac_ext >&5 lt_cv_dlopen_self_static=no
fi
ac_cv_type_short=no
fi fi
rm -fr conftest*
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static"
echo "${ECHO_T}$ac_cv_type_short" >&6; } >&5
$as_echo "$lt_cv_dlopen_self_static" >&6; }
# The cast to long int works around a bug in the HP C Compiler fi
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
# This bug is HP SR number 8606223364.
{ echo "$as_me:$LINENO: checking size of short" >&5
echo $ECHO_N "checking size of short... $ECHO_C" >&6; }
if test "${ac_cv_sizeof_short+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
$ac_includes_default
typedef short ac__type_sizeof_;
int
main ()
{
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >
= 0)];
test_array [0] = 0
; CPPFLAGS="$save_CPPFLAGS"
return 0; LDFLAGS="$save_LDFLAGS"
} LIBS="$save_LIBS"
_ACEOF ;;
rm -f conftest.$ac_objext esac
if { (ac_try="$ac_compile"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_compile") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest.$ac_objext; then
ac_lo=0 ac_mid=0
while :; do
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
$ac_includes_default
typedef short ac__type_sizeof_;
int
main ()
{
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <
= $ac_mid)];
test_array [0] = 0
; case $lt_cv_dlopen_self in
return 0; yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
} *) enable_dlopen_self=unknown ;;
_ACEOF esac
rm -f conftest.$ac_objext
if { (ac_try="$ac_compile"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_compile") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest.$ac_objext; then
ac_hi=$ac_mid; break
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
ac_lo=`expr $ac_mid + 1` case $lt_cv_dlopen_self_static in
if test $ac_lo -le $ac_mid; then yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
ac_lo= ac_hi= *) enable_dlopen_self_static=unknown ;;
break esac
fi
ac_mid=`expr 2 '*' $ac_mid + 1`
fi fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext striplib=
done old_striplib=
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping librari
es is possible" >&5
$as_echo_n "checking whether stripping libraries is possible... " >&6; }
if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
test -z "$striplib" && striplib="$STRIP --strip-unneeded"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
else else
echo "$as_me: failed program was:" >&5 # FIXME - insert some real tests, host_os isn't really good enough
sed 's/^/| /' conftest.$ac_ext >&5 case $host_os in
darwin*)
if test -n "$STRIP" ; then
striplib="$STRIP -x"
old_striplib="$STRIP -S"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi
;;
*)
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
;;
esac
fi
cat >conftest.$ac_ext <<_ACEOF # Report which library types will actually be built
/* confdefs.h. */ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports sha
_ACEOF red libraries" >&5
cat confdefs.h >>conftest.$ac_ext $as_echo_n "checking if libtool supports shared libraries... " >&6; }
cat >>conftest.$ac_ext <<_ACEOF { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
/* end confdefs.h. */ $as_echo "$can_build_shared" >&6; }
$ac_includes_default
typedef short ac__type_sizeof_;
int
main ()
{
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <
0)];
test_array [0] = 0
; { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared
return 0; libraries" >&5
} $as_echo_n "checking whether to build shared libraries... " >&6; }
_ACEOF test "$can_build_shared" = "no" && enable_shared=no
rm -f conftest.$ac_objext
if { (ac_try="$ac_compile"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_compile") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest.$ac_objext; then
ac_hi=-1 ac_mid=-1
while :; do
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
$ac_includes_default
typedef short ac__type_sizeof_;
int
main ()
{
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >
= $ac_mid)];
test_array [0] = 0
; # On AIX, shared libraries and static libraries use the same namespace, a
return 0; nd
} # are all built from PIC.
_ACEOF case $host_os in
rm -f conftest.$ac_objext aix3*)
if { (ac_try="$ac_compile" test "$enable_shared" = yes && enable_static=no
case "(($ac_try" in if test -n "$RANLIB"; then
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; archive_cmds="$archive_cmds~\$RANLIB \$lib"
*) ac_try_echo=$ac_try;; postinstall_cmds='$RANLIB $lib'
esac fi
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 ;;
(eval "$ac_compile") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest.$ac_objext; then
ac_lo=$ac_mid; break
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
ac_hi=`expr '(' $ac_mid ')' - 1` aix[4-9]*)
if test $ac_mid -le $ac_hi; then if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; th
ac_lo= ac_hi= en
break test "$enable_shared" = yes && enable_static=no
fi fi
ac_mid=`expr 2 '*' $ac_mid` ;;
fi esac
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
$as_echo "$enable_shared" >&6; }
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static
done libraries" >&5
else $as_echo_n "checking whether to build static libraries... " >&6; }
echo "$as_me: failed program was:" >&5 # Make sure either enable_shared or enable_static is yes.
sed 's/^/| /' conftest.$ac_ext >&5 test "$enable_shared" = yes || enable_static=yes
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
$as_echo "$enable_static" >&6; }
ac_lo= ac_hi=
fi fi
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_
ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CC="$lt_save_CC"
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_config_commands="$ac_config_commands libtool"
# Binary search between lo and hi bounds.
while test "x$ac_lo" != "x$ac_hi"; do
ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
$ac_includes_default
typedef short ac__type_sizeof_;
int
main ()
{
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <
= $ac_mid)];
test_array [0] = 0
; # Only expand once:
return 0;
} LTVERSION="2:0:0"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets
\$(MAKE)" >&5
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
set x ${MAKE-make}
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\"
= set"; }; then :
$as_echo_n "(cached) " >&6
else
cat >conftest.make <<\_ACEOF
SHELL = /bin/sh
all:
@echo '@@@%%%=$(MAKE)=@@@%%%'
_ACEOF _ACEOF
rm -f conftest.$ac_objext # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
if { (ac_try="$ac_compile" case `${MAKE-make} -f conftest.make 2>/dev/null` in
case "(($ac_try" in *@@@%%%=?*=@@@%%%*)
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; eval ac_cv_prog_make_${ac_make}_set=yes;;
*) ac_try_echo=$ac_try;; *)
eval ac_cv_prog_make_${ac_make}_set=no;;
esac esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.make
(eval "$ac_compile") 2>conftest.er1 fi
ac_status=$? if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
grep -v '^ *+' conftest.er1 >conftest.err { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
rm -f conftest.er1 $as_echo "yes" >&6; }
cat conftest.err >&5 SET_MAKE=
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest.$ac_objext; then
ac_hi=$ac_mid
else else
echo "$as_me: failed program was:" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
sed 's/^/| /' conftest.$ac_ext >&5 $as_echo "no" >&6; }
SET_MAKE="MAKE=${MAKE-make}"
ac_lo=`expr '(' $ac_mid ')' + 1`
fi fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files"
done >&5
case $ac_lo in $as_echo_n "checking for ANSI C header files... " >&6; }
?*) ac_cv_sizeof_short=$ac_lo;; if test "${ac_cv_header_stdc+set}" = set; then :
'') if test "$ac_cv_type_short" = yes; then $as_echo_n "(cached) " >&6
{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
See \`config.log' for more details." >&5
echo "$as_me: error: cannot compute sizeof (short)
See \`config.log' for more details." >&2;}
{ (exit 77); exit 77; }; }
else
ac_cv_sizeof_short=0
fi ;;
esac
else else
cat >conftest.$ac_ext <<_ACEOF cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
$ac_includes_default
typedef short ac__type_sizeof_;
static long int longval () { return (long int) (sizeof (ac__type_sizeof_));
}
static unsigned long int ulongval () { return (long int) (sizeof (ac__type_
sizeof_)); }
#include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <float.h>
int int
main () main ()
{ {
FILE *f = fopen ("conftest.val", "w");
if (! f)
return 1;
if (((long int) (sizeof (ac__type_sizeof_))) < 0)
{
long int i = longval ();
if (i != ((long int) (sizeof (ac__type_sizeof_))))
return 1;
fprintf (f, "%ld\n", i);
}
else
{
unsigned long int i = ulongval ();
if (i != ((long int) (sizeof (ac__type_sizeof_))))
return 1;
fprintf (f, "%lu\n", i);
}
return ferror (f) || fclose (f) != 0;
; ;
return 0; return 0;
} }
_ACEOF _ACEOF
rm -f conftest$ac_exeext if ac_fn_c_try_compile "$LINENO"; then :
if { (ac_try="$ac_link" ac_cv_header_stdc=yes
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_link") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
{ (case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_try") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_sizeof_short=`cat conftest.val`
else else
echo "$as_me: program exited with status $ac_status" >&5 ac_cv_header_stdc=no
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
( exit $ac_status )
if test "$ac_cv_type_short" = yes; then
{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
See \`config.log' for more details." >&5
echo "$as_me: error: cannot compute sizeof (short)
See \`config.log' for more details." >&2;}
{ (exit 77); exit 77; }; }
else
ac_cv_sizeof_short=0
fi
fi
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext confte
st.$ac_objext conftest.$ac_ext
fi
rm -f conftest.val
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
echo "${ECHO_T}$ac_cv_sizeof_short" >&6; }
if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <string.h>
cat >>confdefs.h <<_ACEOF
#define SIZEOF_SHORT $ac_cv_sizeof_short
_ACEOF _ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
$EGREP "memchr" >/dev/null 2>&1; then :
{ echo "$as_me:$LINENO: checking for long" >&5
echo $ECHO_N "checking for long... $ECHO_C" >&6; }
if test "${ac_cv_type_long+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else else
cat >conftest.$ac_ext <<_ACEOF ac_cv_header_stdc=no
/* confdefs.h. */ fi
_ACEOF rm -f conftest*
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF fi
if test $ac_cv_header_stdc = yes; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */ /* end confdefs.h. */
$ac_includes_default #include <stdlib.h>
typedef long ac__type_new_;
int
main ()
{
if ((ac__type_new_ *) 0)
return 0;
if (sizeof (ac__type_new_))
return 0;
;
return 0;
}
_ACEOF _ACEOF
rm -f conftest.$ac_objext if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
if { (ac_try="$ac_compile" $EGREP "free" >/dev/null 2>&1; then :
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_compile") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest.$ac_objext; then
ac_cv_type_long=yes
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_type_long=no else
ac_cv_header_stdc=no
fi fi
rm -f conftest*
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
echo "${ECHO_T}$ac_cv_type_long" >&6; }
# The cast to long int works around a bug in the HP C Compiler if test $ac_cv_header_stdc = yes; then
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. if test "$cross_compiling" = yes; then :
# This bug is HP SR number 8606223364. :
{ echo "$as_me:$LINENO: checking size of long" >&5
echo $ECHO_N "checking size of long... $ECHO_C" >&6; }
if test "${ac_cv_sizeof_long+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else else
if test "$cross_compiling" = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
$ac_includes_default #include <ctype.h>
typedef long ac__type_sizeof_; #include <stdlib.h>
int #if ((' ' & 0x0FF) == 0x020)
main () # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
{ # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) > #else
= 0)]; # define ISLOWER(c) \
test_array [0] = 0 (('a' <= (c) && (c) <= 'i') \
|| ('j' <= (c) && (c) <= 'r') \
|| ('s' <= (c) && (c) <= 'z'))
# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
#endif
; #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (ac_try="$ac_compile"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_compile") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest.$ac_objext; then
ac_lo=0 ac_mid=0
while :; do
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
$ac_includes_default
typedef long ac__type_sizeof_;
int int
main () main ()
{ {
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < int i;
= $ac_mid)]; for (i = 0; i < 256; i++)
test_array [0] = 0 if (XOR (islower (i), ISLOWER (i))
|| toupper (i) != TOUPPER (i))
; return 2;
return 0; return 0;
} }
_ACEOF _ACEOF
rm -f conftest.$ac_objext if ac_fn_c_try_run "$LINENO"; then :
if { (ac_try="$ac_compile"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_compile") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest.$ac_objext; then
ac_hi=$ac_mid; break
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
ac_lo=`expr $ac_mid + 1` else
if test $ac_lo -le $ac_mid; then ac_cv_header_stdc=no
ac_lo= ac_hi= fi
break rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
fi conftest.$ac_objext conftest.beam conftest.$ac_ext
ac_mid=`expr 2 '*' $ac_mid + 1`
fi fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi
done fi
else { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
echo "$as_me: failed program was:" >&5 $as_echo "$ac_cv_header_stdc" >&6; }
sed 's/^/| /' conftest.$ac_ext >&5 if test $ac_cv_header_stdc = yes; then
cat >conftest.$ac_ext <<_ACEOF $as_echo "#define STDC_HEADERS 1" >>confdefs.h
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
$ac_includes_default
typedef long ac__type_sizeof_;
int
main ()
{
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <
0)];
test_array [0] = 0
; fi
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (ac_try="$ac_compile"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_compile") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest.$ac_objext; then
ac_hi=-1 ac_mid=-1
while :; do
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
$ac_includes_default
typedef long ac__type_sizeof_;
int
main ()
{
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >
= $ac_mid)];
test_array [0] = 0
; for ac_header in stdlib.h string.h strings.h sys/time.h unistd.h sys/times.
return 0; h
} do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_in
cludes_default"
eval as_val=\$$as_ac_Header
if test "x$as_val" = x""yes; then :
cat >>confdefs.h <<_ACEOF
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
_ACEOF _ACEOF
rm -f conftest.$ac_objext
if { (ac_try="$ac_compile"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_compile") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest.$ac_objext; then
ac_lo=$ac_mid; break
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
ac_hi=`expr '(' $ac_mid ')' - 1`
if test $ac_mid -le $ac_hi; then
ac_lo= ac_hi=
break
fi
ac_mid=`expr 2 '*' $ac_mid`
fi fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done
done
else # The cast to long int works around a bug in the HP C Compiler
echo "$as_me: failed program was:" >&5 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
sed 's/^/| /' conftest.$ac_ext >&5 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
# This bug is HP SR number 8606223364.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
$as_echo_n "checking size of int... " >&6; }
if test "${ac_cv_sizeof_int+set}" = set; then :
$as_echo_n "(cached) " >&6
else
if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeo
f_int" "$ac_includes_default"; then :
ac_lo= ac_hi= else
if test "$ac_cv_type_int" = yes; then
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
{ as_fn_set_status 77
as_fn_error "cannot compute sizeof (int)
See \`config.log' for more details." "$LINENO" 5; }; }
else
ac_cv_sizeof_int=0
fi
fi fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
$as_echo "$ac_cv_sizeof_int" >&6; }
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cat >>confdefs.h <<_ACEOF
# Binary search between lo and hi bounds. #define SIZEOF_INT $ac_cv_sizeof_int
while test "x$ac_lo" != "x$ac_hi"; do
ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF _ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
$ac_includes_default
typedef long ac__type_sizeof_;
int
main ()
{
static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <
= $ac_mid)];
test_array [0] = 0
; # The cast to long int works around a bug in the HP C Compiler
return 0; # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
} # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
_ACEOF # This bug is HP SR number 8606223364.
rm -f conftest.$ac_objext { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
if { (ac_try="$ac_compile" $as_echo_n "checking size of short... " >&6; }
case "(($ac_try" in if test "${ac_cv_sizeof_short+set}" = set; then :
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; $as_echo_n "(cached) " >&6
*) ac_try_echo=$ac_try;; else
esac if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_siz
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 eof_short" "$ac_includes_default"; then :
(eval "$ac_compile") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest.$ac_objext; then
ac_hi=$ac_mid
else else
echo "$as_me: failed program was:" >&5 if test "$ac_cv_type_short" = yes; then
sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
{ as_fn_set_status 77
as_fn_error "cannot compute sizeof (short)
See \`config.log' for more details." "$LINENO" 5; }; }
else
ac_cv_sizeof_short=0
fi
fi
ac_lo=`expr '(' $ac_mid ')' + 1`
fi fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
$as_echo "$ac_cv_sizeof_short" >&6; }
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cat >>confdefs.h <<_ACEOF
done #define SIZEOF_SHORT $ac_cv_sizeof_short
case $ac_lo in
?*) ac_cv_sizeof_long=$ac_lo;;
'') if test "$ac_cv_type_long" = yes; then
{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
See \`config.log' for more details." >&5
echo "$as_me: error: cannot compute sizeof (long)
See \`config.log' for more details." >&2;}
{ (exit 77); exit 77; }; }
else
ac_cv_sizeof_long=0
fi ;;
esac
else
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF _ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
$ac_includes_default
typedef long ac__type_sizeof_;
static long int longval () { return (long int) (sizeof (ac__type_sizeof_));
}
static unsigned long int ulongval () { return (long int) (sizeof (ac__type_
sizeof_)); }
#include <stdio.h>
#include <stdlib.h>
int
main ()
{
FILE *f = fopen ("conftest.val", "w"); # The cast to long int works around a bug in the HP C Compiler
if (! f) # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
return 1; # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
if (((long int) (sizeof (ac__type_sizeof_))) < 0) # This bug is HP SR number 8606223364.
{ { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
long int i = longval (); $as_echo_n "checking size of long... " >&6; }
if (i != ((long int) (sizeof (ac__type_sizeof_)))) if test "${ac_cv_sizeof_long+set}" = set; then :
return 1; $as_echo_n "(cached) " >&6
fprintf (f, "%ld\n", i); else
} if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_size
else of_long" "$ac_includes_default"; then :
{
unsigned long int i = ulongval ();
if (i != ((long int) (sizeof (ac__type_sizeof_))))
return 1;
fprintf (f, "%lu\n", i);
}
return ferror (f) || fclose (f) != 0;
;
return 0;
}
_ACEOF
rm -f conftest$ac_exeext
if { (ac_try="$ac_link"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_link") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
{ (case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_try") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_sizeof_long=`cat conftest.val`
else else
echo "$as_me: program exited with status $ac_status" >&5 if test "$ac_cv_type_long" = yes; then
echo "$as_me: failed program was:" >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
sed 's/^/| /' conftest.$ac_ext >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
{ as_fn_set_status 77
( exit $ac_status ) as_fn_error "cannot compute sizeof (long)
if test "$ac_cv_type_long" = yes; then See \`config.log' for more details." "$LINENO" 5; }; }
{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
See \`config.log' for more details." >&5
echo "$as_me: error: cannot compute sizeof (long)
See \`config.log' for more details." >&2;}
{ (exit 77); exit 77; }; }
else else
ac_cv_sizeof_long=0 ac_cv_sizeof_long=0
fi fi
fi fi
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext confte
st.$ac_objext conftest.$ac_ext
fi
rm -f conftest.val
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
echo "${ECHO_T}$ac_cv_sizeof_long" >&6; } $as_echo "$ac_cv_sizeof_long" >&6; }
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
#define SIZEOF_LONG $ac_cv_sizeof_long #define SIZEOF_LONG $ac_cv_sizeof_long
_ACEOF _ACEOF
{ echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming
echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } const" >&5
if test "${ac_cv_c_const+set}" = set; then $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
echo $ECHO_N "(cached) $ECHO_C" >&6 if test "${ac_cv_c_const+set}" = set; then :
$as_echo_n "(cached) " >&6
else else
cat >conftest.$ac_ext <<_ACEOF cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
int int
main () main ()
{ {
/* FIXME: Include the comments suggested by Paul. */ /* FIXME: Include the comments suggested by Paul. */
#ifndef __cplusplus #ifndef __cplusplus
/* Ultrix mips cc rejects this. */ /* Ultrix mips cc rejects this. */
typedef int charset[2]; typedef int charset[2];
const charset cs; const charset cs;
skipping to change at line 11734 skipping to change at line 10221
const int foo = 10; const int foo = 10;
if (!foo) return 0; if (!foo) return 0;
} }
return !cs[0] && !zero.x; return !cs[0] && !zero.x;
#endif #endif
; ;
return 0; return 0;
} }
_ACEOF _ACEOF
rm -f conftest.$ac_objext if ac_fn_c_try_compile "$LINENO"; then :
if { (ac_try="$ac_compile"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_compile") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest.$ac_objext; then
ac_cv_c_const=yes ac_cv_c_const=yes
else else
echo "$as_me: failed program was:" >&5 ac_cv_c_const=no
sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_c_const=no
fi fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
echo "${ECHO_T}$ac_cv_c_const" >&6; } $as_echo "$ac_cv_c_const" >&6; }
if test $ac_cv_c_const = no; then if test $ac_cv_c_const = no; then
cat >>confdefs.h <<\_ACEOF $as_echo "#define const /**/" >>confdefs.h
#define const
_ACEOF
fi fi
{ echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/ti
included" >&5 me.h may both be included" >&5
echo $ECHO_N "checking whether time.h and sys/time.h may both be included.. $as_echo_n "checking whether time.h and sys/time.h may both be included...
. $ECHO_C" >&6; } " >&6; }
if test "${ac_cv_header_time+set}" = set; then if test "${ac_cv_header_time+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
cat >conftest.$ac_ext <<_ACEOF cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
#include <sys/types.h> #include <sys/types.h>
#include <sys/time.h> #include <sys/time.h>
#include <time.h> #include <time.h>
int int
main () main ()
{ {
if ((struct tm *) 0) if ((struct tm *) 0)
return 0; return 0;
; ;
return 0; return 0;
} }
_ACEOF _ACEOF
rm -f conftest.$ac_objext if ac_fn_c_try_compile "$LINENO"; then :
if { (ac_try="$ac_compile"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_compile") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest.$ac_objext; then
ac_cv_header_time=yes ac_cv_header_time=yes
else else
echo "$as_me: failed program was:" >&5 ac_cv_header_time=no
sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_header_time=no
fi fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
echo "${ECHO_T}$ac_cv_header_time" >&6; } $as_echo "$ac_cv_header_time" >&6; }
if test $ac_cv_header_time = yes; then if test $ac_cv_header_time = yes; then
cat >>confdefs.h <<\_ACEOF $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
#define TIME_WITH_SYS_TIME 1
_ACEOF
fi fi
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# for constant arguments. Useless! # for constant arguments. Useless!
{ echo "$as_me:$LINENO: checking for working alloca.h" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; } $as_echo_n "checking for working alloca.h... " >&6; }
if test "${ac_cv_working_alloca_h+set}" = set; then if test "${ac_cv_working_alloca_h+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
cat >conftest.$ac_ext <<_ACEOF cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
#include <alloca.h> #include <alloca.h>
int int
main () main ()
{ {
char *p = (char *) alloca (2 * sizeof (int)); char *p = (char *) alloca (2 * sizeof (int));
if (p) return 0; if (p) return 0;
; ;
return 0; return 0;
} }
_ACEOF _ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext if ac_fn_c_try_link "$LINENO"; then :
if { (ac_try="$ac_link"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_link") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest$ac_exeext &&
$as_test_x conftest$ac_exeext; then
ac_cv_working_alloca_h=yes ac_cv_working_alloca_h=yes
else else
echo "$as_me: failed program was:" >&5 ac_cv_working_alloca_h=no
sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_working_alloca_h=no
fi fi
rm -f core conftest.err conftest.$ac_objext \
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext
conftest$ac_exeext conftest.$ac_ext
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >
echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; } &5
$as_echo "$ac_cv_working_alloca_h" >&6; }
if test $ac_cv_working_alloca_h = yes; then if test $ac_cv_working_alloca_h = yes; then
cat >>confdefs.h <<\_ACEOF $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
#define HAVE_ALLOCA_H 1
_ACEOF
fi fi
{ echo "$as_me:$LINENO: checking for alloca" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
echo $ECHO_N "checking for alloca... $ECHO_C" >&6; } $as_echo_n "checking for alloca... " >&6; }
if test "${ac_cv_func_alloca_works+set}" = set; then if test "${ac_cv_func_alloca_works+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
cat >conftest.$ac_ext <<_ACEOF cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
#ifdef __GNUC__ #ifdef __GNUC__
# define alloca __builtin_alloca # define alloca __builtin_alloca
#else #else
# ifdef _MSC_VER # ifdef _MSC_VER
# include <malloc.h> # include <malloc.h>
# define alloca _alloca # define alloca _alloca
# else # else
# ifdef HAVE_ALLOCA_H # ifdef HAVE_ALLOCA_H
# include <alloca.h> # include <alloca.h>
skipping to change at line 11935 skipping to change at line 10343
int int
main () main ()
{ {
char *p = (char *) alloca (1); char *p = (char *) alloca (1);
if (p) return 0; if (p) return 0;
; ;
return 0; return 0;
} }
_ACEOF _ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext if ac_fn_c_try_link "$LINENO"; then :
if { (ac_try="$ac_link"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_link") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest$ac_exeext &&
$as_test_x conftest$ac_exeext; then
ac_cv_func_alloca_works=yes ac_cv_func_alloca_works=yes
else else
echo "$as_me: failed program was:" >&5 ac_cv_func_alloca_works=no
sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_func_alloca_works=no
fi fi
rm -f core conftest.err conftest.$ac_objext \
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext
conftest$ac_exeext conftest.$ac_ext
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works"
echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; } >&5
$as_echo "$ac_cv_func_alloca_works" >&6; }
if test $ac_cv_func_alloca_works = yes; then if test $ac_cv_func_alloca_works = yes; then
cat >>confdefs.h <<\_ACEOF $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
#define HAVE_ALLOCA 1
_ACEOF
else else
# The SVR3 libPW and SVR4 libucb both contain incompatible functions # The SVR3 libPW and SVR4 libucb both contain incompatible functions
# that cause trouble. Some versions do not even contain alloca or # that cause trouble. Some versions do not even contain alloca or
# contain a buggy version. If you still want to use their alloca, # contain a buggy version. If you still want to use their alloca,
# use ar to extract alloca.o from them instead of compiling alloca.c. # use ar to extract alloca.o from them instead of compiling alloca.c.
ALLOCA=\${LIBOBJDIR}alloca.$ac_objext ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
cat >>confdefs.h <<\_ACEOF $as_echo "#define C_ALLOCA 1" >>confdefs.h
#define C_ALLOCA 1
_ACEOF
{ echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs
echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6 Cray hooks" >&5
; } $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
if test "${ac_cv_os_cray+set}" = set; then if test "${ac_cv_os_cray+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
cat >conftest.$ac_ext <<_ACEOF cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
#if defined CRAY && ! defined CRAY2 #if defined CRAY && ! defined CRAY2
webecray webecray
#else #else
wenotbecray wenotbecray
#endif #endif
_ACEOF _ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
$EGREP "webecray" >/dev/null 2>&1; then $EGREP "webecray" >/dev/null 2>&1; then :
ac_cv_os_cray=yes ac_cv_os_cray=yes
else else
ac_cv_os_cray=no ac_cv_os_cray=no
fi fi
rm -f -r conftest* rm -f conftest*
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
echo "${ECHO_T}$ac_cv_os_cray" >&6; } $as_echo "$ac_cv_os_cray" >&6; }
if test $ac_cv_os_cray = yes; then if test $ac_cv_os_cray = yes; then
for ac_func in _getb67 GETB67 getb67; do for ac_func in _getb67 GETB67 getb67; do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
{ echo "$as_me:$LINENO: checking for $ac_func" >&5 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } eval as_val=\$$as_ac_var
if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then if test "x$as_val" = x""yes; then :
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac
_func.
For example, HP-UX 11i <limits.h> declares gettimeofday. */
#define $ac_func innocuous_$ac_func
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below.
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
<limits.h> exists even on freestanding compilers. */
#ifdef __STDC__
# include <limits.h>
#else
# include <assert.h>
#endif
#undef $ac_func
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char $ac_func ();
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined __stub_$ac_func || defined __stub___$ac_func
choke me
#endif
int
main ()
{
return $ac_func ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (ac_try="$ac_link"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_link") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest$ac_exeext &&
$as_test_x conftest$ac_exeext; then
eval "$as_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
eval "$as_ac_var=no"
fi
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext
fi
ac_res=`eval echo '${'$as_ac_var'}'`
{ echo "$as_me:$LINENO: result: $ac_res" >&5
echo "${ECHO_T}$ac_res" >&6; }
if test `eval echo '${'$as_ac_var'}'` = yes; then
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
#define CRAY_STACKSEG_END $ac_func #define CRAY_STACKSEG_END $ac_func
_ACEOF _ACEOF
break break
fi fi
done done
fi fi
{ echo "$as_me:$LINENO: checking stack direction for C alloca" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C all
echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; } oca" >&5
if test "${ac_cv_c_stack_direction+set}" = set; then $as_echo_n "checking stack direction for C alloca... " >&6; }
echo $ECHO_N "(cached) $ECHO_C" >&6 if test "${ac_cv_c_stack_direction+set}" = set; then :
$as_echo_n "(cached) " >&6
else else
if test "$cross_compiling" = yes; then if test "$cross_compiling" = yes; then :
ac_cv_c_stack_direction=0 ac_cv_c_stack_direction=0
else else
cat >conftest.$ac_ext <<_ACEOF cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
$ac_includes_default $ac_includes_default
int int
find_stack_direction () find_stack_direction ()
{ {
static char *addr = 0; static char *addr = 0;
auto char dummy; auto char dummy;
if (addr == 0) if (addr == 0)
{ {
addr = &dummy; addr = &dummy;
skipping to change at line 12146 skipping to change at line 10441
else else
return (&dummy > addr) ? 1 : -1; return (&dummy > addr) ? 1 : -1;
} }
int int
main () main ()
{ {
return find_stack_direction () < 0; return find_stack_direction () < 0;
} }
_ACEOF _ACEOF
rm -f conftest$ac_exeext if ac_fn_c_try_run "$LINENO"; then :
if { (ac_try="$ac_link"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_link") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
{ (case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_try") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_c_stack_direction=1 ac_cv_c_stack_direction=1
else else
echo "$as_me: program exited with status $ac_status" >&5 ac_cv_c_stack_direction=-1
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
( exit $ac_status )
ac_cv_c_stack_direction=-1
fi fi
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext confte rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
st.$ac_objext conftest.$ac_ext conftest.$ac_objext conftest.beam conftest.$ac_ext
fi fi
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction"
echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; } >&5
$as_echo "$ac_cv_c_stack_direction" >&6; }
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
#define STACK_DIRECTION $ac_cv_c_stack_direction #define STACK_DIRECTION $ac_cv_c_stack_direction
_ACEOF _ACEOF
fi fi
{ echo "$as_me:$LINENO: checking for working memcmp" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working memcmp" >&5
echo $ECHO_N "checking for working memcmp... $ECHO_C" >&6; } $as_echo_n "checking for working memcmp... " >&6; }
if test "${ac_cv_func_memcmp_working+set}" = set; then if test "${ac_cv_func_memcmp_working+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
if test "$cross_compiling" = yes; then if test "$cross_compiling" = yes; then :
ac_cv_func_memcmp_working=no ac_cv_func_memcmp_working=no
else else
cat >conftest.$ac_ext <<_ACEOF cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
$ac_includes_default $ac_includes_default
int int
main () main ()
{ {
/* Some versions of memcmp are not 8-bit clean. */ /* Some versions of memcmp are not 8-bit clean. */
char c0 = '\100', c1 = '\200', c2 = '\201'; char c0 = '\100', c1 = '\200', c2 = '\201';
if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0) if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0)
return 1; return 1;
skipping to change at line 12235 skipping to change at line 10502
if (memcmp (a, b, 16) >= 0) if (memcmp (a, b, 16) >= 0)
return 1; return 1;
} }
return 0; return 0;
} }
; ;
return 0; return 0;
} }
_ACEOF _ACEOF
rm -f conftest$ac_exeext if ac_fn_c_try_run "$LINENO"; then :
if { (ac_try="$ac_link"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_link") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
{ (case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_try") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_memcmp_working=yes ac_cv_func_memcmp_working=yes
else else
echo "$as_me: program exited with status $ac_status" >&5 ac_cv_func_memcmp_working=no
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
( exit $ac_status )
ac_cv_func_memcmp_working=no
fi fi
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext confte rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
st.$ac_objext conftest.$ac_ext conftest.$ac_objext conftest.beam conftest.$ac_ext
fi fi
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_func_memcmp_working" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_memcmp_working
echo "${ECHO_T}$ac_cv_func_memcmp_working" >&6; } " >&5
$as_echo "$ac_cv_func_memcmp_working" >&6; }
test $ac_cv_func_memcmp_working = no && case " $LIBOBJS " in test $ac_cv_func_memcmp_working = no && case " $LIBOBJS " in
*" memcmp.$ac_objext "* ) ;; *" memcmp.$ac_objext "* ) ;;
*) LIBOBJS="$LIBOBJS memcmp.$ac_objext" *) LIBOBJS="$LIBOBJS memcmp.$ac_objext"
;; ;;
esac esac
{ echo "$as_me:$LINENO: checking for prototypes" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prototypes" >&5
echo $ECHO_N "checking for prototypes... $ECHO_C" >&6; } $as_echo_n "checking for prototypes... " >&6; }
if test "${cv_have_prototypes+set}" = set; then if test "${_cv_have_prototypes+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
cat >conftest.$ac_ext <<_ACEOF cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
int foo(int x) { return 0; } int foo(int x) { return 0; }
int int
main () main ()
{ {
return foo(10); return foo(10);
; ;
return 0; return 0;
} }
_ACEOF _ACEOF
rm -f conftest.$ac_objext if ac_fn_c_try_compile "$LINENO"; then :
if { (ac_try="$ac_compile" _cv_have_prototypes=yes
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_compile") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest.$ac_objext; then
cv_have_prototypes=yes
else else
echo "$as_me: failed program was:" >&5 _cv_have_prototypes=no
sed 's/^/| /' conftest.$ac_ext >&5
cv_have_prototypes=no
fi fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi fi
{ echo "$as_me:$LINENO: result: $cv_have_prototypes" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_cv_have_prototypes" >&5
echo "${ECHO_T}$cv_have_prototypes" >&6; } $as_echo "$_cv_have_prototypes" >&6; }
if test "$cv_have_prototypes" = yes; then if test "$_cv_have_prototypes" = yes; then
cat >>confdefs.h <<\_ACEOF $as_echo "#define HAVE_PROTOTYPES 1" >>confdefs.h
#define HAVE_PROTOTYPES 1
_ACEOF
fi fi
{ echo "$as_me:$LINENO: checking for variable length prototypes and stdarg. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for variable length proto
h" >&5 types and stdarg.h" >&5
echo $ECHO_N "checking for variable length prototypes and stdarg.h... $ECHO $as_echo_n "checking for variable length prototypes and stdarg.h... " >&6;
_C" >&6; } }
if test "${cv_stdarg+set}" = set; then if test "${_cv_stdarg+set}" = set; then :
echo $ECHO_N "(cached) $ECHO_C" >&6 $as_echo_n "(cached) " >&6
else else
cat >conftest.$ac_ext <<_ACEOF cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
#include <stdarg.h> #include <stdarg.h>
int foo(int x, ...) { int foo(int x, ...) {
va_list va; va_list va;
va_start(va, x); va_start(va, x);
va_arg(va, int); va_arg(va, int);
va_arg(va, char *); va_arg(va, char *);
va_arg(va, double); va_arg(va, double);
return 0; return 0;
} }
int int
main () main ()
{ {
return foo(10, "", 3.14); return foo(10, "", 3.14);
; ;
return 0; return 0;
} }
_ACEOF _ACEOF
rm -f conftest.$ac_objext if ac_fn_c_try_compile "$LINENO"; then :
if { (ac_try="$ac_compile" _cv_stdarg=yes
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
(eval "$ac_compile") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest.$ac_objext; then
cv_stdarg=yes
else else
echo "$as_me: failed program was:" >&5 _cv_stdarg=no
sed 's/^/| /' conftest.$ac_ext >&5
cv_stdarg=no
fi fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi fi
{ echo "$as_me:$LINENO: result: $cv_stdarg" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_cv_stdarg" >&5
echo "${ECHO_T}$cv_stdarg" >&6; } $as_echo "$_cv_stdarg" >&6; }
if test "$cv_stdarg" = yes; then if test "$_cv_stdarg" = yes; then
cat >>confdefs.h <<\_ACEOF $as_echo "#define HAVE_STDARG_PROTOTYPES 1" >>confdefs.h
#define HAVE_STDARG_PROTOTYPES 1
_ACEOF
fi fi
ac_config_files="$ac_config_files Makefile onig-config sample/Makefile" ac_config_files="$ac_config_files Makefile onig-config sample/Makefile"
ac_config_commands="$ac_config_commands default" ac_config_commands="$ac_config_commands default"
cat >confcache <<\_ACEOF cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure # This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure # tests run on this system so they can be shared between configure
skipping to change at line 12431 skipping to change at line 10623
# but we know of no workaround that is simple, portable, and efficient. # but we know of no workaround that is simple, portable, and efficient.
# So, we kill variables containing newlines. # So, we kill variables containing newlines.
# Ultrix sh set writes to stderr and can't be redirected directly, # Ultrix sh set writes to stderr and can't be redirected directly,
# and sets the high bit in the cache file unless we assign to the vars. # and sets the high bit in the cache file unless we assign to the vars.
( (
for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p '`; do for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p '`; do
eval ac_val=\$$ac_var eval ac_val=\$$ac_var
case $ac_val in #( case $ac_val in #(
*${as_nl}*) *${as_nl}*)
case $ac_var in #( case $ac_var in #(
*_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var conta *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache varia
ins a newline." >&5 ble $ac_var contains a newline" >&5
echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;}
;;
esac esac
case $ac_var in #( case $ac_var in #(
_ | IFS | as_nl) ;; #( _ | IFS | as_nl) ;; #(
*) $as_unset $ac_var ;; BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
*) { eval $ac_var=; unset $ac_var;} ;;
esac ;; esac ;;
esac esac
done done
(set) 2>&1 | (set) 2>&1 |
case $as_nl`(ac_space=' '; set) 2>&1` in #( case $as_nl`(ac_space=' '; set) 2>&1` in #(
*${as_nl}ac_space=\ *) *${as_nl}ac_space=\ *)
# `set' does not quote correctly, so add quotes (double-quote # `set' does not quote correctly, so add quotes: double-quote
# substitution turns \\\\ into \\, and sed turns \\ into \). # substitution turns \\\\ into \\, and sed turns \\ into \.
sed -n \ sed -n \
"s/'/'\\\\''/g; "s/'/'\\\\''/g;
s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p " s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p "
;; #( ;; #(
*) *)
# `set' quotes correctly as required by POSIX, so do not add quotes. # `set' quotes correctly as required by POSIX, so do not add quotes.
sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
;; ;;
esac | esac |
sort sort
skipping to change at line 12468 skipping to change at line 10661
/^ac_cv_env_/b end /^ac_cv_env_/b end
t clear t clear
:clear :clear
s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
t end t end
s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
:end' >>confcache :end' >>confcache
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
if test -w "$cache_file"; then if test -w "$cache_file"; then
test "x$cache_file" != "x/dev/null" && test "x$cache_file" != "x/dev/null" &&
{ echo "$as_me:$LINENO: updating cache $cache_file" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file"
echo "$as_me: updating cache $cache_file" >&6;} >&5
$as_echo "$as_me: updating cache $cache_file" >&6;}
cat confcache >$cache_file cat confcache >$cache_file
else else
{ echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache
echo "$as_me: not updating unwritable cache $cache_file" >&6;} $cache_file" >&5
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
fi fi
fi fi
rm -f confcache rm -f confcache
test "x$prefix" = xNONE && prefix=$ac_default_prefix test "x$prefix" = xNONE && prefix=$ac_default_prefix
# Let make expand exec_prefix. # Let make expand exec_prefix.
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
DEFS=-DHAVE_CONFIG_H DEFS=-DHAVE_CONFIG_H
ac_libobjs= ac_libobjs=
ac_ltlibobjs= ac_ltlibobjs=
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
# 1. Remove the extension, and $U if already installed. # 1. Remove the extension, and $U if already installed.
ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
ac_i=`echo "$ac_i" | sed "$ac_script"` ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
# 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
# will be set to the directory where LIBOBJS objects are built. # will be set to the directory where LIBOBJS objects are built.
ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
done done
LIBOBJS=$ac_libobjs LIBOBJS=$ac_libobjs
LTLIBOBJS=$ac_ltlibobjs LTLIBOBJS=$ac_ltlibobjs
if test -n "$EXEEXT"; then
am__EXEEXT_TRUE=
am__EXEEXT_FALSE='#'
else
am__EXEEXT_TRUE='#'
am__EXEEXT_FALSE=
fi
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
{ { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. as_fn_error "conditional \"AMDEP\" was never defined.
Usually this means the macro was only invoked conditionally." >&5 Usually this means the macro was only invoked conditionally." "$LINENO" 5
echo "$as_me: error: conditional \"AMDEP\" was never defined.
Usually this means the macro was only invoked conditionally." >&2;}
{ (exit 1); exit 1; }; }
fi fi
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; the n if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; the n
{ { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never as_fn_error "conditional \"am__fastdepCC\" was never defined.
defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5
Usually this means the macro was only invoked conditionally." >&5
echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
Usually this means the macro was only invoked conditionally." >&2;}
{ (exit 1); exit 1; }; }
fi fi
: ${CONFIG_STATUS=./config.status} : ${CONFIG_STATUS=./config.status}
ac_write_fail=0
ac_clean_files_save=$ac_clean_files ac_clean_files_save=$ac_clean_files
ac_clean_files="$ac_clean_files $CONFIG_STATUS" ac_clean_files="$ac_clean_files $CONFIG_STATUS"
{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
echo "$as_me: creating $CONFIG_STATUS" >&6;} $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
cat >$CONFIG_STATUS <<_ACEOF as_write_fail=0
cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
#! $SHELL #! $SHELL
# Generated by $as_me. # Generated by $as_me.
# Run this file to recreate the current configuration. # Run this file to recreate the current configuration.
# Compiler output produced by configure, useful for debugging # Compiler output produced by configure, useful for debugging
# configure, is in config.log if it exists. # configure, is in config.log if it exists.
debug=false debug=false
ac_cs_recheck=false ac_cs_recheck=false
ac_cs_silent=false ac_cs_silent=false
SHELL=\${CONFIG_SHELL-$SHELL}
_ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF SHELL=\${CONFIG_SHELL-$SHELL}
## --------------------- ## export SHELL
## M4sh Initialization. ## _ASEOF
## --------------------- ## cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
## -------------------- ##
## M4sh Initialization. ##
## -------------------- ##
# Be more Bourne compatible # Be more Bourne compatible
DUALCASE=1; export DUALCASE # for MKS sh DUALCASE=1; export DUALCASE # for MKS sh
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
emulate sh emulate sh
NULLCMD=: NULLCMD=:
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
# is contrary to our usage. Disable this feature. # is contrary to our usage. Disable this feature.
alias -g '${1+"$@"}'='"$@"' alias -g '${1+"$@"}'='"$@"'
setopt NO_GLOB_SUBST setopt NO_GLOB_SUBST
else else
case `(set -o) 2>/dev/null` in case `(set -o) 2>/dev/null` in #(
*posix*) set -o posix ;; *posix*) :
set -o posix ;; #(
*) :
;;
esac esac
fi fi
# PATH needs CR as_nl='
# Avoid depending upon Character Ranges. '
as_cr_letters='abcdefghijklmnopqrstuvwxyz' export as_nl
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' # Printing a long string crashes Solaris 7 /usr/bin/printf.
as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
as_cr_digits='0123456789' \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
as_cr_alnum=$as_cr_Letters$as_cr_digits as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
# The user is always right. # Prefer a ksh shell builtin over an external printf program on Solaris,
if test "${PATH_SEPARATOR+set}" != set; then # but without wasting forks for bash or zsh.
echo "#! /bin/sh" >conf$$.sh if test -z "$BASH_VERSION$ZSH_VERSION" \
echo "exit 0" >>conf$$.sh && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
chmod +x conf$$.sh as_echo='print -r --'
if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then as_echo_n='print -rn --'
PATH_SEPARATOR=';' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
else as_echo='printf %s\n'
PATH_SEPARATOR=: as_echo_n='printf %s'
else
if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo";
then
as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
as_echo_n='/usr/ucb/echo -n'
else
as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
as_echo_n_body='eval
arg=$1;
case $arg in #(
*"$as_nl"*)
expr "X$arg" : "X\\(.*\\)$as_nl";
arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
esac;
expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
'
export as_echo_n_body
as_echo_n='sh -c $as_echo_n_body as_echo'
fi fi
rm -f conf$$.sh export as_echo_body
as_echo='sh -c $as_echo_body as_echo'
fi fi
# Support unset when possible. # The user is always right.
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then if test "${PATH_SEPARATOR+set}" != set; then
as_unset=unset PATH_SEPARATOR=:
else (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
as_unset=false (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
PATH_SEPARATOR=';'
}
fi fi
# IFS # IFS
# We need space, tab and new line, in precisely that order. Quoting is # We need space, tab and new line, in precisely that order. Quoting is
# there to prevent editors from complaining about space-tab. # there to prevent editors from complaining about space-tab.
# (If _AS_PATH_WALK were called with IFS unset, it would disable word # (If _AS_PATH_WALK were called with IFS unset, it would disable word
# splitting by setting IFS to empty value.) # splitting by setting IFS to empty value.)
as_nl='
'
IFS=" "" $as_nl" IFS=" "" $as_nl"
# Find who we are. Look in the path if we contain no directory separator. # Find who we are. Look in the path if we contain no directory separator.
case $0 in case $0 in #((
*[\\/]* ) as_myself=$0 ;; *[\\/]* ) as_myself=$0 ;;
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH for as_dir in $PATH
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
done done
IFS=$as_save_IFS IFS=$as_save_IFS
;; ;;
esac esac
# We did not find ourselves, most probably we were run as `sh COMMAND' # We did not find ourselves, most probably we were run as `sh COMMAND'
# in which case we are not to be found in the path. # in which case we are not to be found in the path.
if test "x$as_myself" = x; then if test "x$as_myself" = x; then
as_myself=$0 as_myself=$0
fi fi
if test ! -f "$as_myself"; then if test ! -f "$as_myself"; then
echo "$as_myself: error: cannot find myself; rerun with an absolute file $as_echo "$as_myself: error: cannot find myself; rerun with an absolute f
name" >&2 ile name" >&2
{ (exit 1); exit 1; } exit 1
fi fi
# Work around bugs in pre-3.0 UWIN ksh. # Unset variables that we do not need and which cause bugs (e.g. in
for as_var in ENV MAIL MAILPATH # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var # suppresses any "Segmentation fault" message there. '((' could
# trigger a bug in pdksh 5.2.14.
for as_var in BASH_ENV ENV MAIL MAILPATH
do eval test x\${$as_var+set} = xset \
&& ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
done done
PS1='$ ' PS1='$ '
PS2='> ' PS2='> '
PS4='+ ' PS4='+ '
# NLS nuisances. # NLS nuisances.
for as_var in \ LC_ALL=C
LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ export LC_ALL
LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ LANGUAGE=C
LC_TELEPHONE LC_TIME export LANGUAGE
do
if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then # CDPATH.
eval $as_var=C; export $as_var (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
else
($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var # as_fn_error ERROR [LINENO LOG_FD]
fi # ---------------------------------
done # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
# provided, also output the error to LOG_FD, referencing LINENO. Then exit
the
# script with status $?, using 1 if that was 0.
as_fn_error ()
{
as_status=$?; test $as_status -eq 0 && as_status=1
if test "$3"; then
as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_
stack
$as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
fi
$as_echo "$as_me: error: $1" >&2
as_fn_exit $as_status
} # as_fn_error
# as_fn_set_status STATUS
# -----------------------
# Set $? to STATUS, without forking.
as_fn_set_status ()
{
return $1
} # as_fn_set_status
# as_fn_exit STATUS
# -----------------
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
as_fn_exit ()
{
set +e
as_fn_set_status $1
exit $1
} # as_fn_exit
# as_fn_unset VAR
# ---------------
# Portably unset VAR.
as_fn_unset ()
{
{ eval $1=; unset $1;}
}
as_unset=as_fn_unset
# as_fn_append VAR VALUE
# ----------------------
# Append the text in VALUE to the end of the definition contained in VAR. T
ake
# advantage of any shell optimizations that allow amortized linear growth o
ver
# repeated appends, instead of the typical quadratic growth present in naiv
e
# implementations.
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
eval 'as_fn_append ()
{
eval $1+=\$2
}'
else
as_fn_append ()
{
eval $1=\$$1\$2
}
fi # as_fn_append
# as_fn_arith ARG...
# ------------------
# Perform arithmetic evaluation on the ARGs, and store the result in the
# global $as_val. Take advantage of shells that can avoid forks. The argume
nts
# must be portable across $(()) and expr.
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
eval 'as_fn_arith ()
{
as_val=$(( $* ))
}'
else
as_fn_arith ()
{
as_val=`expr "$@" || test $? -eq 1`
}
fi # as_fn_arith
# Required to use basename.
if expr a : '\(a\)' >/dev/null 2>&1 && if expr a : '\(a\)' >/dev/null 2>&1 &&
test "X`expr 00001 : '.*\(...\)'`" = X001; then test "X`expr 00001 : '.*\(...\)'`" = X001; then
as_expr=expr as_expr=expr
else else
as_expr=false as_expr=false
fi fi
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
as_basename=basename as_basename=basename
else else
as_basename=false as_basename=false
fi fi
# Name of the executable. if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
as_dirname=dirname
else
as_dirname=false
fi
as_me=`$as_basename -- "$0" || as_me=`$as_basename -- "$0" ||
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(//\)$' \| \
X"$0" : 'X\(/\)' \| . 2>/dev/null || X"$0" : 'X\(/\)' \| . 2>/dev/null ||
echo X/"$0" | $as_echo X/"$0" |
sed '/^.*\/\([^/][^/]*\)\/*$/{ sed '/^.*\/\([^/][^/]*\)\/*$/{
s//\1/ s//\1/
q q
} }
/^X\/\(\/\/\)$/{ /^X\/\(\/\/\)$/{
s//\1/ s//\1/
q q
} }
/^X\/\(\/\).*/{ /^X\/\(\/\).*/{
s//\1/ s//\1/
q q
} }
s/.*/./; q'` s/.*/./; q'`
# CDPATH. # Avoid depending upon Character Ranges.
$as_unset CDPATH as_cr_letters='abcdefghijklmnopqrstuvwxyz'
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
as_lineno_1=$LINENO as_cr_Letters=$as_cr_letters$as_cr_LETTERS
as_lineno_2=$LINENO as_cr_digits='0123456789'
test "x$as_lineno_1" != "x$as_lineno_2" && as_cr_alnum=$as_cr_Letters$as_cr_digits
test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
# Create $as_me.lineno as a copy of $as_myself, but with $LINENO
# uniformly replaced by the line number. The first 'sed' inserts a
# line-number line after each line using $LINENO; the second 'sed'
# does the real work. The second script uses 'N' to pair each
# line-number line with the line containing $LINENO, and appends
# trailing '-' during substitution so that $LINENO is not a special
# case at line end.
# (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
# scripts with optimization help from Paolo Bonzini. Blame Lee
# E. McMahon (1931-1989) for sed's syntax. :-)
sed -n '
p
/[$]LINENO/=
' <$as_myself |
sed '
s/[$]LINENO.*/&-/
t lineno
b
:lineno
N
:loop
s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
t loop
s/-\n.*//
' >$as_me.lineno &&
chmod +x "$as_me.lineno" ||
{ echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX
shell" >&2
{ (exit 1); exit 1; }; }
# Don't try to exec as it changes $[0], causing all sort of problems
# (the dirname of $[0] is not the place where we might find the
# original and so on. Autoconf is especially sensitive to this).
. "./$as_me.lineno"
# Exit status is that of the last command.
exit
}
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
as_dirname=dirname
else
as_dirname=false
fi
ECHO_C= ECHO_N= ECHO_T= ECHO_C= ECHO_N= ECHO_T=
case `echo -n x` in case `echo -n x` in #(((((
-n*) -n*)
case `echo 'x\c'` in case `echo 'xy\c'` in
*c*) ECHO_T=' ';; # ECHO_T is single tab character. *c*) ECHO_T=' ';; # ECHO_T is single tab character.
*) ECHO_C='\c';; xy) ECHO_C='\c';;
*) echo `echo ksh88 bug on AIX 6.1` > /dev/null
ECHO_T=' ';;
esac;; esac;;
*) *)
ECHO_N='-n';; ECHO_N='-n';;
esac esac
if expr a : '\(a\)' >/dev/null 2>&1 &&
test "X`expr 00001 : '.*\(...\)'`" = X001; then
as_expr=expr
else
as_expr=false
fi
rm -f conf$$ conf$$.exe conf$$.file rm -f conf$$ conf$$.exe conf$$.file
if test -d conf$$.dir; then if test -d conf$$.dir; then
rm -f conf$$.dir/conf$$.file rm -f conf$$.dir/conf$$.file
else else
rm -f conf$$.dir rm -f conf$$.dir
mkdir conf$$.dir mkdir conf$$.dir 2>/dev/null
fi fi
echo >conf$$.file if (echo >conf$$.file) 2>/dev/null; then
if ln -s conf$$.file conf$$ 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then
as_ln_s='ln -s' as_ln_s='ln -s'
# ... but there are two gotchas: # ... but there are two gotchas:
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable
# In both cases, we have to default to `cp -p'. .
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || # In both cases, we have to default to `cp -p'.
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
as_ln_s='cp -p'
elif ln conf$$.file conf$$ 2>/dev/null; then
as_ln_s=ln
else
as_ln_s='cp -p' as_ln_s='cp -p'
elif ln conf$$.file conf$$ 2>/dev/null; then fi
as_ln_s=ln
else else
as_ln_s='cp -p' as_ln_s='cp -p'
fi fi
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
rmdir conf$$.dir 2>/dev/null rmdir conf$$.dir 2>/dev/null
# as_fn_mkdir_p
# -------------
# Create "$as_dir" as a directory, including parents if necessary.
as_fn_mkdir_p ()
{
case $as_dir in #(
-*) as_dir=./$as_dir;;
esac
test -d "$as_dir" || eval $as_mkdir_p || {
as_dirs=
while :; do
case $as_dir in #(
*\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
*) as_qdir=$as_dir;;
esac
as_dirs="'$as_qdir' $as_dirs"
as_dir=`$as_dirname -- "$as_dir" ||
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X"$as_dir" : 'X\(//\)[^/]' \| \
X"$as_dir" : 'X\(//\)$' \| \
X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
$as_echo X"$as_dir" |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
s//\1/
q
}
/^X\(\/\/\)[^/].*/{
s//\1/
q
}
/^X\(\/\/\)$/{
s//\1/
q
}
/^X\(\/\).*/{
s//\1/
q
}
s/.*/./; q'`
test -d "$as_dir" && break
done
test -z "$as_dirs" || eval "mkdir $as_dirs"
} || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
} # as_fn_mkdir_p
if mkdir -p . 2>/dev/null; then if mkdir -p . 2>/dev/null; then
as_mkdir_p=: as_mkdir_p='mkdir -p "$as_dir"'
else else
test -d ./-p && rmdir ./-p test -d ./-p && rmdir ./-p
as_mkdir_p=false as_mkdir_p=false
fi fi
if test -x / >/dev/null 2>&1; then if test -x / >/dev/null 2>&1; then
as_test_x='test -x' as_test_x='test -x'
else else
if ls -dL / >/dev/null 2>&1; then if ls -dL / >/dev/null 2>&1; then
as_ls_L_option=L as_ls_L_option=L
else else
as_ls_L_option= as_ls_L_option=
fi fi
as_test_x=' as_test_x='
eval sh -c '\'' eval sh -c '\''
if test -d "$1"; then if test -d "$1"; then
test -d "$1/."; test -d "$1/.";
else else
case $1 in case $1 in #(
-*)set "./$1";; -*)set "./$1";;
esac; esac;
case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
???[sx]*):;;*)false;;esac;fi ???[sx]*):;;*)false;;esac;fi
'\'' sh '\'' sh
' '
fi fi
as_executable_p=$as_test_x as_executable_p=$as_test_x
# Sed expression to map a string onto a valid CPP name. # Sed expression to map a string onto a valid CPP name.
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]% _%g'" as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]% _%g'"
# Sed expression to map a string onto a valid variable name. # Sed expression to map a string onto a valid variable name.
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
exec 6>&1 exec 6>&1
## ----------------------------------- ##
## Main body of $CONFIG_STATUS script. ##
## ----------------------------------- ##
_ASEOF
test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
# Save the log message, to keep $[0] and so on meaningful, and to cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# Save the log message, to keep $0 and so on meaningful, and to
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by onig $as_me 5.9.2, which was This file was extended by onig $as_me 5.9.3, which was
generated by GNU Autoconf 2.61. Invocation command line was generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_HEADERS = $CONFIG_HEADERS
CONFIG_LINKS = $CONFIG_LINKS CONFIG_LINKS = $CONFIG_LINKS
CONFIG_COMMANDS = $CONFIG_COMMANDS CONFIG_COMMANDS = $CONFIG_COMMANDS
$ $0 $@ $ $0 $@
on `(hostname || uname -n) 2>/dev/null | sed 1q` on `(hostname || uname -n) 2>/dev/null | sed 1q`
" "
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF case $ac_config_files in *"
"*) set x $ac_config_files; shift; ac_config_files=$*;;
esac
case $ac_config_headers in *"
"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
esac
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
# Files that config.status was made for. # Files that config.status was made for.
config_files="$ac_config_files" config_files="$ac_config_files"
config_headers="$ac_config_headers" config_headers="$ac_config_headers"
config_commands="$ac_config_commands" config_commands="$ac_config_commands"
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
ac_cs_usage="\ ac_cs_usage="\
\`$as_me' instantiates files from templates according to the \`$as_me' instantiates files and other configuration actions
current configuration. from templates according to the current configuration. Unless the files
and actions are specified as TAGs, all are instantiated by default.
Usage: $0 [OPTIONS] [FILE]... Usage: $0 [OPTION]... [TAG]...
-h, --help print this help, then exit -h, --help print this help, then exit
-V, --version print version number and configuration settings, then ex it -V, --version print version number and configuration settings, then ex it
-q, --quiet do not print progress messages --config print configuration, then exit
-q, --quiet, --silent
do not print progress messages
-d, --debug don't remove temporary files -d, --debug don't remove temporary files
--recheck update $as_me by reconfiguring in the same conditions --recheck update $as_me by reconfiguring in the same conditions
--file=FILE[:TEMPLATE] --file=FILE[:TEMPLATE]
instantiate the configuration file FILE instantiate the configuration file FILE
--header=FILE[:TEMPLATE] --header=FILE[:TEMPLATE]
instantiate the configuration header FILE instantiate the configuration header FILE
Configuration files: Configuration files:
$config_files $config_files
Configuration headers: Configuration headers:
$config_headers $config_headers
Configuration commands: Configuration commands:
$config_commands $config_commands
Report bugs to <bug-autoconf@gnu.org>." Report bugs to the package provider."
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\
\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
onig config.status 5.9.2 onig config.status 5.9.3
configured by $0, generated by GNU Autoconf 2.61, configured by $0, generated by GNU Autoconf 2.65,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\ with options \\"\$ac_cs_config\\"
\\&/g'`\\"
Copyright (C) 2006 Free Software Foundation, Inc. Copyright (C) 2009 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it." gives unlimited permission to copy, distribute and modify it."
ac_pwd='$ac_pwd' ac_pwd='$ac_pwd'
srcdir='$srcdir' srcdir='$srcdir'
INSTALL='$INSTALL' INSTALL='$INSTALL'
MKDIR_P='$MKDIR_P' MKDIR_P='$MKDIR_P'
AWK='$AWK'
test -n "\$AWK" || AWK=awk
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# If no file are specified by the user, then we need to provide default # The default lists apply if the user does not specify any file.
# value. By we need to know if files were specified by the user.
ac_need_defaults=: ac_need_defaults=:
while test $# != 0 while test $# != 0
do do
case $1 in case $1 in
--*=*) --*=*)
ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_option=`expr "X$1" : 'X\([^=]*\)='`
ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
ac_shift=: ac_shift=:
;; ;;
*) *)
skipping to change at line 12895 skipping to change at line 11212
ac_optarg=$2 ac_optarg=$2
ac_shift=shift ac_shift=shift
;; ;;
esac esac
case $ac_option in case $ac_option in
# Handling of the options. # Handling of the options.
-recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
ac_cs_recheck=: ;; ac_cs_recheck=: ;;
--version | --versio | --versi | --vers | --ver | --ve | --v | -V ) --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
echo "$ac_cs_version"; exit ;; $as_echo "$ac_cs_version"; exit ;;
--config | --confi | --conf | --con | --co | --c )
$as_echo "$ac_cs_config"; exit ;;
--debug | --debu | --deb | --de | --d | -d ) --debug | --debu | --deb | --de | --d | -d )
debug=: ;; debug=: ;;
--file | --fil | --fi | --f ) --file | --fil | --fi | --f )
$ac_shift $ac_shift
CONFIG_FILES="$CONFIG_FILES $ac_optarg" case $ac_optarg in
*\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
esac
as_fn_append CONFIG_FILES " '$ac_optarg'"
ac_need_defaults=false;; ac_need_defaults=false;;
--header | --heade | --head | --hea ) --header | --heade | --head | --hea )
$ac_shift $ac_shift
CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" case $ac_optarg in
*\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
esac
as_fn_append CONFIG_HEADERS " '$ac_optarg'"
ac_need_defaults=false;; ac_need_defaults=false;;
--he | --h) --he | --h)
# Conflict between --help and --header # Conflict between --help and --header
{ echo "$as_me: error: ambiguous option: $1 as_fn_error "ambiguous option: \`$1'
Try \`$0 --help' for more information." >&2 Try \`$0 --help' for more information.";;
{ (exit 1); exit 1; }; };;
--help | --hel | -h ) --help | --hel | -h )
echo "$ac_cs_usage"; exit ;; $as_echo "$ac_cs_usage"; exit ;;
-q | -quiet | --quiet | --quie | --qui | --qu | --q \ -q | -quiet | --quiet | --quie | --qui | --qu | --q \
| -silent | --silent | --silen | --sile | --sil | --si | --s) | -silent | --silent | --silen | --sile | --sil | --si | --s)
ac_cs_silent=: ;; ac_cs_silent=: ;;
# This is an error. # This is an error.
-*) { echo "$as_me: error: unrecognized option: $1 -*) as_fn_error "unrecognized option: \`$1'
Try \`$0 --help' for more information." >&2 Try \`$0 --help' for more information." ;;
{ (exit 1); exit 1; }; } ;;
*) ac_config_targets="$ac_config_targets $1" *) as_fn_append ac_config_targets " $1"
ac_need_defaults=false ;; ac_need_defaults=false ;;
esac esac
shift shift
done done
ac_configure_extra_args= ac_configure_extra_args=
if $ac_cs_silent; then if $ac_cs_silent; then
exec 6>/dev/null exec 6>/dev/null
ac_configure_extra_args="$ac_configure_extra_args --silent" ac_configure_extra_args="$ac_configure_extra_args --silent"
fi fi
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
if \$ac_cs_recheck; then if \$ac_cs_recheck; then
echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_conf set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-cre
igure_extra_args " --no-create --no-recursion" >&6 ate --no-recursion
CONFIG_SHELL=$SHELL shift
\$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
CONFIG_SHELL='$SHELL'
export CONFIG_SHELL export CONFIG_SHELL
exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion exec "\$@"
fi fi
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
exec 5>>config.log exec 5>>config.log
{ {
echo echo
sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
## Running $as_me. ## ## Running $as_me. ##
_ASBOX _ASBOX
echo "$ac_log" $as_echo "$ac_log"
} >&5 } >&5
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
# #
# INIT-COMMANDS # INIT-COMMANDS
# #
AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
# The HP-UX ksh and POSIX shell print the target directory to stdout # The HP-UX ksh and POSIX shell print the target directory to stdout
# if CDPATH is set. # if CDPATH is set.
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
sed_quote_subst='$sed_quote_subst' sed_quote_subst='$sed_quote_subst'
skipping to change at line 12998 skipping to change at line 11323
NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`' NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`' LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"` ' max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"` '
ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`' ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`' exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`' lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`' lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`' lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"` ' reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"` '
reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"` ' reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"` '
OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_si ngle_quote_subst"`' deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_si ngle_quote_subst"`'
file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_s ubst"`' file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_s ubst"`'
AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`' AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`' AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`' STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`' RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_si ngle_quote_subst"`' old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_si ngle_quote_subst"`'
old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$dela y_single_quote_subst"`' old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$dela y_single_quote_subst"`'
old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quo te_subst"`' old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quo te_subst"`'
CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`' CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
skipping to change at line 13103 skipping to change at line 11429
for var in SED \ for var in SED \
GREP \ GREP \
EGREP \ EGREP \
FGREP \ FGREP \
LD \ LD \
NM \ NM \
LN_S \ LN_S \
lt_SP2NL \ lt_SP2NL \
lt_NL2SP \ lt_NL2SP \
reload_flag \ reload_flag \
OBJDUMP \
deplibs_check_method \ deplibs_check_method \
file_magic_cmd \ file_magic_cmd \
AR \ AR \
AR_FLAGS \ AR_FLAGS \
STRIP \ STRIP \
RANLIB \ RANLIB \
CC \ CC \
CFLAGS \ CFLAGS \
compiler \ compiler \
lt_cv_sys_global_symbol_pipe \ lt_cv_sys_global_symbol_pipe \
skipping to change at line 13213 skipping to change at line 11540
fi fi
PACKAGE='$PACKAGE' PACKAGE='$PACKAGE'
VERSION='$VERSION' VERSION='$VERSION'
TIMESTAMP='$TIMESTAMP' TIMESTAMP='$TIMESTAMP'
RM='$RM' RM='$RM'
ofile='$ofile' ofile='$ofile'
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# Handling of arguments. # Handling of arguments.
for ac_config_target in $ac_config_targets for ac_config_target in $ac_config_targets
do do
case $ac_config_target in case $ac_config_target in
"config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
"depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
"libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"onig-config") CONFIG_FILES="$CONFIG_FILES onig-config" ;; "onig-config") CONFIG_FILES="$CONFIG_FILES onig-config" ;;
"sample/Makefile") CONFIG_FILES="$CONFIG_FILES sample/Makefile" ;; "sample/Makefile") CONFIG_FILES="$CONFIG_FILES sample/Makefile" ;;
"default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
>&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
{ (exit 1); exit 1; }; };;
esac esac
done done
# If the user did not use the arguments to specify the items to instantiate , # If the user did not use the arguments to specify the items to instantiate ,
# then the envvar interface is used. Set only those that are not. # then the envvar interface is used. Set only those that are not.
# We use the long form for the default assignment because of an extremely # We use the long form for the default assignment because of an extremely
# bizarre bug on SunOS 4.1.3. # bizarre bug on SunOS 4.1.3.
if $ac_need_defaults; then if $ac_need_defaults; then
test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
skipping to change at line 13255 skipping to change at line 11580
# creating and moving files from /tmp can sometimes cause problems. # creating and moving files from /tmp can sometimes cause problems.
# Hook for its removal unless debugging. # Hook for its removal unless debugging.
# Note that there is a small window in which the directory will not be clea ned: # Note that there is a small window in which the directory will not be clea ned:
# after its creation but before its name has been assigned to `$tmp'. # after its creation but before its name has been assigned to `$tmp'.
$debug || $debug ||
{ {
tmp= tmp=
trap 'exit_status=$? trap 'exit_status=$?
{ test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_st atus { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_st atus
' 0 ' 0
trap '{ (exit 1); exit 1; }' 1 2 13 15 trap 'as_fn_exit 1' 1 2 13 15
} }
# Create a (secure) tmp directory for tmp files. # Create a (secure) tmp directory for tmp files.
{ {
tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
test -n "$tmp" && test -d "$tmp" test -n "$tmp" && test -d "$tmp"
} || } ||
{ {
tmp=./conf$$-$RANDOM tmp=./conf$$-$RANDOM
(umask 077 && mkdir "$tmp") (umask 077 && mkdir "$tmp")
} || } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
{
echo "$me: cannot create a temporary directory in ." >&2
{ (exit 1); exit 1; }
}
#
# Set up the sed scripts for CONFIG_FILES section.
#
# No need to generate the scripts if there are no CONFIG_FILES. # Set up the scripts for CONFIG_FILES section.
# This happens for instance when ./config.status config.h # No need to generate them if there are no CONFIG_FILES.
# This happens for instance with `./config.status config.h'.
if test -n "$CONFIG_FILES"; then if test -n "$CONFIG_FILES"; then
ac_cr=`echo X | tr X '\015'`
# On cygwin, bash can eat \r inside `` if the user requested igncr.
# But we know of no other shell where ac_cr would be empty at this
# point, so we can use a bashism as a fallback.
if test "x$ac_cr" = x; then
eval ac_cr=\$\'\\r\'
fi
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
ac_cs_awk_cr='\r'
else
ac_cs_awk_cr=$ac_cr
fi
echo 'BEGIN {' >"$tmp/subs1.awk" &&
_ACEOF _ACEOF
{
echo "cat >conf$$subs.awk <<_ACEOF" &&
echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
echo "_ACEOF"
} >conf$$subs.sh ||
as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
ac_delim='%!_!# ' ac_delim='%!_!# '
for ac_last_try in false false false false false :; do for ac_last_try in false false false false false :; do
cat >conf$$subs.sed <<_ACEOF . ./conf$$subs.sh ||
SHELL!$SHELL$ac_delim as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
PACKAGE_NAME!$PACKAGE_NAME$ac_delim
PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
PACKAGE_STRING!$PACKAGE_STRING$ac_delim
PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
exec_prefix!$exec_prefix$ac_delim
prefix!$prefix$ac_delim
program_transform_name!$program_transform_name$ac_delim
bindir!$bindir$ac_delim
sbindir!$sbindir$ac_delim
libexecdir!$libexecdir$ac_delim
datarootdir!$datarootdir$ac_delim
datadir!$datadir$ac_delim
sysconfdir!$sysconfdir$ac_delim
sharedstatedir!$sharedstatedir$ac_delim
localstatedir!$localstatedir$ac_delim
includedir!$includedir$ac_delim
oldincludedir!$oldincludedir$ac_delim
docdir!$docdir$ac_delim
infodir!$infodir$ac_delim
htmldir!$htmldir$ac_delim
dvidir!$dvidir$ac_delim
pdfdir!$pdfdir$ac_delim
psdir!$psdir$ac_delim
libdir!$libdir$ac_delim
localedir!$localedir$ac_delim
mandir!$mandir$ac_delim
DEFS!$DEFS$ac_delim
ECHO_C!$ECHO_C$ac_delim
ECHO_N!$ECHO_N$ac_delim
ECHO_T!$ECHO_T$ac_delim
LIBS!$LIBS$ac_delim
build_alias!$build_alias$ac_delim
host_alias!$host_alias$ac_delim
target_alias!$target_alias$ac_delim
INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
INSTALL_DATA!$INSTALL_DATA$ac_delim
am__isrc!$am__isrc$ac_delim
CYGPATH_W!$CYGPATH_W$ac_delim
PACKAGE!$PACKAGE$ac_delim
VERSION!$VERSION$ac_delim
ACLOCAL!$ACLOCAL$ac_delim
AUTOCONF!$AUTOCONF$ac_delim
AUTOMAKE!$AUTOMAKE$ac_delim
AUTOHEADER!$AUTOHEADER$ac_delim
MAKEINFO!$MAKEINFO$ac_delim
install_sh!$install_sh$ac_delim
STRIP!$STRIP$ac_delim
INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
mkdir_p!$mkdir_p$ac_delim
AWK!$AWK$ac_delim
SET_MAKE!$SET_MAKE$ac_delim
am__leading_dot!$am__leading_dot$ac_delim
AMTAR!$AMTAR$ac_delim
am__tar!$am__tar$ac_delim
am__untar!$am__untar$ac_delim
RUBYDIR!$RUBYDIR$ac_delim
STATISTICS!$STATISTICS$ac_delim
CC!$CC$ac_delim
CFLAGS!$CFLAGS$ac_delim
LDFLAGS!$LDFLAGS$ac_delim
CPPFLAGS!$CPPFLAGS$ac_delim
ac_ct_CC!$ac_ct_CC$ac_delim
EXEEXT!$EXEEXT$ac_delim
OBJEXT!$OBJEXT$ac_delim
DEPDIR!$DEPDIR$ac_delim
am__include!$am__include$ac_delim
am__quote!$am__quote$ac_delim
AMDEP_TRUE!$AMDEP_TRUE$ac_delim
AMDEP_FALSE!$AMDEP_FALSE$ac_delim
AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
CCDEPMODE!$CCDEPMODE$ac_delim
am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
LIBTOOL!$LIBTOOL$ac_delim
build!$build$ac_delim
build_cpu!$build_cpu$ac_delim
build_vendor!$build_vendor$ac_delim
build_os!$build_os$ac_delim
host!$host$ac_delim
host_cpu!$host_cpu$ac_delim
host_vendor!$host_vendor$ac_delim
host_os!$host_os$ac_delim
SED!$SED$ac_delim
GREP!$GREP$ac_delim
EGREP!$EGREP$ac_delim
FGREP!$FGREP$ac_delim
LD!$LD$ac_delim
DUMPBIN!$DUMPBIN$ac_delim
ac_ct_DUMPBIN!$ac_ct_DUMPBIN$ac_delim
NM!$NM$ac_delim
LN_S!$LN_S$ac_delim
AR!$AR$ac_delim
RANLIB!$RANLIB$ac_delim
_ACEOF
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; t ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
hen if test $ac_delim_n = $ac_delim_num; then
break break
elif $ac_last_try; then elif $ac_last_try; then
{ { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
{ (exit 1); exit 1; }; }
else else
ac_delim="$ac_delim!$ac_delim _$ac_delim!! " ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
fi fi
done done
rm -f conf$$subs.sh
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
if test -n "$ac_eof"; then cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
ac_eof=`expr $ac_eof + 1`
fi
cat >>$CONFIG_STATUS <<_ACEOF
cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
_ACEOF
sed '
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
s/^/s,@/; s/!/@,|#_!!_#|/
:n
t n
s/'"$ac_delim"'$/,g/; t
s/$/\\/; p
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
' >>$CONFIG_STATUS <conf$$subs.sed
rm -f conf$$subs.sed
cat >>$CONFIG_STATUS <<_ACEOF
CEOF$ac_eof
_ACEOF _ACEOF
sed -n '
h
s/^/S["/; s/!.*/"]=/
p
g
s/^[^!]*!//
:repl
t repl
s/'"$ac_delim"'$//
t delim
:nl
h
s/\(.\{148\}\)..*/\1/
t more1
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
p
n
b repl
:more1
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
p
g
s/.\{148\}//
t nl
:delim
h
s/\(.\{148\}\)..*/\1/
t more2
s/["\\]/\\&/g; s/^/"/; s/$/"/
p
b
:more2
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
p
g
s/.\{148\}//
t delim
' <conf$$subs.awk | sed '
/^[^""]/{
N
s/\n//
}
' >>$CONFIG_STATUS || ac_write_fail=1
rm -f conf$$subs.awk
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
_ACAWK
cat >>"\$tmp/subs1.awk" <<_ACAWK &&
for (key in S) S_is_set[key] = 1
FS = ""
ac_delim='%!_!# ' }
for ac_last_try in false false false false false :; do {
cat >conf$$subs.sed <<_ACEOF line = $ 0
lt_ECHO!$lt_ECHO$ac_delim nfields = split(line, field, "@")
DSYMUTIL!$DSYMUTIL$ac_delim substed = 0
NMEDIT!$NMEDIT$ac_delim len = length(field[1])
LIPO!$LIPO$ac_delim for (i = 2; i < nfields; i++) {
OTOOL!$OTOOL$ac_delim key = field[i]
OTOOL64!$OTOOL64$ac_delim keylen = length(key)
CPP!$CPP$ac_delim if (S_is_set[key]) {
LTVERSION!$LTVERSION$ac_delim value = S[key]
ALLOCA!$ALLOCA$ac_delim line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3
LIBOBJS!$LIBOBJS$ac_delim )
LTLIBOBJS!$LTLIBOBJS$ac_delim len += length(value) + length(field[++i])
_ACEOF substed = 1
} else
len += 1 + keylen
}
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 11; t print line
hen }
break
elif $ac_last_try; then
{ { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
{ (exit 1); exit 1; }; }
else
ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
fi
done
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` _ACAWK
if test -n "$ac_eof"; then _ACEOF
ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
ac_eof=`expr $ac_eof + 1` if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
fi sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
else
cat >>$CONFIG_STATUS <<_ACEOF cat
cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end || as_fn_error "could not setup config files machinery" "$LINENO" 5
_ACEOF
sed '
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
s/^/s,@/; s/!/@,|#_!!_#|/
:n
t n
s/'"$ac_delim"'$/,g/; t
s/$/\\/; p
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
' >>$CONFIG_STATUS <conf$$subs.sed
rm -f conf$$subs.sed
cat >>$CONFIG_STATUS <<_ACEOF
:end
s/|#_!!_#|//g
CEOF$ac_eof
_ACEOF _ACEOF
# VPATH may cause trouble with some makes, so we remove $(srcdir), # VPATH may cause trouble with some makes, so we remove $(srcdir),
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
# trailing colons and then remove the whole line if VPATH becomes empty # trailing colons and then remove the whole line if VPATH becomes empty
# (actually we leave an empty line to preserve line numbers). # (actually we leave an empty line to preserve line numbers).
if test "x$srcdir" = x.; then if test "x$srcdir" = x.; then
ac_vpsub='/^[ ]*VPATH[ ]*=/{ ac_vpsub='/^[ ]*VPATH[ ]*=/{
s/:*\$(srcdir):*/:/ s/:*\$(srcdir):*/:/
s/:*\${srcdir}:*/:/ s/:*\${srcdir}:*/:/
s/:*@srcdir@:*/:/ s/:*@srcdir@:*/:/
s/^\([^=]*=[ ]*\):*/\1/ s/^\([^=]*=[ ]*\):*/\1/
s/:*$// s/:*$//
s/^[^=]*=[ ]*$// s/^[^=]*=[ ]*$//
}' }'
fi fi
cat >>$CONFIG_STATUS <<\_ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
fi # test -n "$CONFIG_FILES" fi # test -n "$CONFIG_FILES"
for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS # Set up the scripts for CONFIG_HEADERS section.
# No need to generate them if there are no CONFIG_HEADERS.
# This happens for instance with `./config.status Makefile'.
if test -n "$CONFIG_HEADERS"; then
cat >"$tmp/defines.awk" <<\_ACAWK ||
BEGIN {
_ACEOF
# Transform confdefs.h into an awk script `defines.awk', embedded as
# here-document in config.status, that substitutes the proper values into
# config.h.in to produce config.h.
# Create a delimiter string that does not exist in confdefs.h, to ease
# handling of long lines.
ac_delim='%!_!# '
for ac_last_try in false false :; do
ac_t=`sed -n "/$ac_delim/p" confdefs.h`
if test -z "$ac_t"; then
break
elif $ac_last_try; then
as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
else
ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
fi
done
# For the awk script, D is an array of macro values keyed by name,
# likewise P contains macro parameters if any. Preserve backslash
# newline sequences.
ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
sed -n '
s/.\{148\}/&'"$ac_delim"'/g
t rset
:rset
s/^[ ]*#[ ]*define[ ][ ]*/ /
t def
d
:def
s/\\$//
t bsnl
s/["\\]/\\&/g
s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
D["\1"]=" \3"/p
s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
d
:bsnl
s/["\\]/\\&/g
s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
D["\1"]=" \3\\\\\\n"\\/p
t cont
s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
t cont
d
:cont
n
s/.\{148\}/&'"$ac_delim"'/g
t clear
:clear
s/\\$//
t bsnlc
s/["\\]/\\&/g; s/^/"/; s/$/"/p
d
:bsnlc
s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
b cont
' <confdefs.h | sed '
s/'"$ac_delim"'/"\\\
"/g' >>$CONFIG_STATUS || ac_write_fail=1
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
for (key in D) D_is_set[key] = 1
FS = ""
}
/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
line = \$ 0
split(line, arg, " ")
if (arg[1] == "#") {
defundef = arg[2]
mac1 = arg[3]
} else {
defundef = substr(arg[1], 2)
mac1 = arg[2]
}
split(mac1, mac2, "(") #)
macro = mac2[1]
prefix = substr(line, 1, index(line, defundef) - 1)
if (D_is_set[macro]) {
# Preserve the white space surrounding the "#".
print prefix "define", macro P[macro] D[macro]
next
} else {
# Replace #undef with comments. This is necessary, for example,
# in the case of _POSIX_SOURCE, which is predefined and required
# on some systems where configure will not decide to define it.
if (defundef == "undef") {
print "/*", prefix defundef, macro, "*/"
next
}
}
}
{ print }
_ACAWK
_ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
as_fn_error "could not setup config headers machinery" "$LINENO" 5
fi # test -n "$CONFIG_HEADERS"
eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
shift
for ac_tag
do do
case $ac_tag in case $ac_tag in
:[FHLC]) ac_mode=$ac_tag; continue;; :[FHLC]) ac_mode=$ac_tag; continue;;
esac esac
case $ac_mode$ac_tag in case $ac_mode$ac_tag in
:[FHL]*:*);; :[FHL]*:*);;
:L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
echo "$as_me: error: Invalid tag $ac_tag." >&2;}
{ (exit 1); exit 1; }; };;
:[FH]-) ac_tag=-:-;; :[FH]-) ac_tag=-:-;;
:[FH]*) ac_tag=$ac_tag:$ac_tag.in;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
esac esac
ac_save_IFS=$IFS ac_save_IFS=$IFS
IFS=: IFS=:
set x $ac_tag set x $ac_tag
IFS=$ac_save_IFS IFS=$ac_save_IFS
shift shift
ac_file=$1 ac_file=$1
shift shift
skipping to change at line 13527 skipping to change at line 11886
case $ac_f in case $ac_f in
-) ac_f="$tmp/stdin";; -) ac_f="$tmp/stdin";;
*) # Look for the file first in the build tree, then in the source tr ee *) # Look for the file first in the build tree, then in the source tr ee
# (if the path is not absolute). The absolute path cannot be DOS-s tyle, # (if the path is not absolute). The absolute path cannot be DOS-s tyle,
# because $ac_f cannot contain `:'. # because $ac_f cannot contain `:'.
test -f "$ac_f" || test -f "$ac_f" ||
case $ac_f in case $ac_f in
[\\/$]*) false;; [\\/$]*) false;;
*) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
esac || esac ||
{ { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" > as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
&5
echo "$as_me: error: cannot find input file: $ac_f" >&2;}
{ (exit 1); exit 1; }; };;
esac esac
ac_file_inputs="$ac_file_inputs $ac_f" case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`
;; esac
as_fn_append ac_file_inputs " '$ac_f'"
done done
# Let's still pretend it is `configure' which instantiates (i.e., don't # Let's still pretend it is `configure' which instantiates (i.e., don't
# use $as_me), people would be surprised to read: # use $as_me), people would be surprised to read:
# /* config.h. Generated by config.status. */ # /* config.h. Generated by config.status. */
configure_input="Generated from "`IFS=: configure_input='Generated from '`
echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
`' by configure.'
if test x"$ac_file" != x-; then if test x"$ac_file" != x-; then
configure_input="$ac_file. $configure_input" configure_input="$ac_file. $configure_input"
{ echo "$as_me:$LINENO: creating $ac_file" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
echo "$as_me: creating $ac_file" >&6;} $as_echo "$as_me: creating $ac_file" >&6;}
fi fi
# Neutralize special characters interpreted by sed in replacement strin
gs.
case $configure_input in #(
*\&* | *\|* | *\\* )
ac_sed_conf_input=`$as_echo "$configure_input" |
sed 's/[\\\\&|]/\\\\&/g'`;; #(
*) ac_sed_conf_input=$configure_input;;
esac
case $ac_tag in case $ac_tag in
*:-:* | *:-) cat >"$tmp/stdin";; *:-:* | *:-) cat >"$tmp/stdin" \
|| as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
esac esac
;; ;;
esac esac
ac_dir=`$as_dirname -- "$ac_file" || ac_dir=`$as_dirname -- "$ac_file" ||
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \
X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(//\)$' \| \
X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
echo X"$ac_file" | $as_echo X"$ac_file" |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
s//\1/
q
}
/^X\(\/\/\)[^/].*/{
s//\1/
q
}
/^X\(\/\/\)$/{
s//\1/
q
}
/^X\(\/\).*/{
s//\1/
q
}
s/.*/./; q'`
{ as_dir="$ac_dir"
case $as_dir in #(
-*) as_dir=./$as_dir;;
esac
test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
as_dirs=
while :; do
case $as_dir in #(
*\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
*) as_qdir=$as_dir;;
esac
as_dirs="'$as_qdir' $as_dirs"
as_dir=`$as_dirname -- "$as_dir" ||
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X"$as_dir" : 'X\(//\)[^/]' \| \
X"$as_dir" : 'X\(//\)$' \| \
X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
echo X"$as_dir" |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
s//\1/ s//\1/
q q
} }
/^X\(\/\/\)[^/].*/{ /^X\(\/\/\)[^/].*/{
s//\1/ s//\1/
q q
} }
/^X\(\/\/\)$/{ /^X\(\/\/\)$/{
s//\1/ s//\1/
q q
} }
/^X\(\/\).*/{ /^X\(\/\).*/{
s//\1/ s//\1/
q q
} }
s/.*/./; q'` s/.*/./; q'`
test -d "$as_dir" && break as_dir="$ac_dir"; as_fn_mkdir_p
done
test -z "$as_dirs" || eval "mkdir $as_dirs"
} || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create
directory $as_dir" >&5
echo "$as_me: error: cannot create directory $as_dir" >&2;}
{ (exit 1); exit 1; }; }; }
ac_builddir=. ac_builddir=.
case "$ac_dir" in case "$ac_dir" in
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
*) *)
ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
# A ".." for each directory in $ac_dir_suffix. # A ".." for each directory in $ac_dir_suffix.
ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,' ` ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s| /||'`
case $ac_top_builddir_sub in case $ac_top_builddir_sub in
"") ac_top_builddir_sub=. ac_top_build_prefix= ;; "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
*) ac_top_build_prefix=$ac_top_builddir_sub/ ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
esac ;; esac ;;
esac esac
ac_abs_top_builddir=$ac_pwd ac_abs_top_builddir=$ac_pwd
ac_abs_builddir=$ac_pwd$ac_dir_suffix ac_abs_builddir=$ac_pwd$ac_dir_suffix
# for backward compatibility: # for backward compatibility:
ac_top_builddir=$ac_top_build_prefix ac_top_builddir=$ac_top_build_prefix
skipping to change at line 13666 skipping to change at line 11993
[\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
*) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
esac esac
ac_MKDIR_P=$MKDIR_P ac_MKDIR_P=$MKDIR_P
case $MKDIR_P in case $MKDIR_P in
[\\/$]* | ?:[\\/]* ) ;; [\\/$]* | ?:[\\/]* ) ;;
*/*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
esac esac
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# If the template does not know about datarootdir, expand it. # If the template does not know about datarootdir, expand it.
# FIXME: This hack should be removed a few years after 2.60. # FIXME: This hack should be removed a few years after 2.60.
ac_datarootdir_hack=; ac_datarootdir_seen= ac_datarootdir_hack=; ac_datarootdir_seen=
ac_sed_dataroot='
case `sed -n '/datarootdir/ { /datarootdir/ {
p p
q q
} }
/@datadir@/p /@datadir@/p
/@docdir@/p /@docdir@/p
/@infodir@/p /@infodir@/p
/@localedir@/p /@localedir@/p
/@mandir@/p /@mandir@/p'
' $ac_file_inputs` in case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
*datarootdir*) ac_datarootdir_seen=yes;; *datarootdir*) ac_datarootdir_seen=yes;;
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
{ echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --da { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems t
tarootdir setting" >&5 o ignore the --datarootdir setting" >&5
echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir se $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdi
tting" >&2;} r setting" >&2;}
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_datarootdir_hack=' ac_datarootdir_hack='
s&@datadir@&$datadir&g s&@datadir@&$datadir&g
s&@docdir@&$docdir&g s&@docdir@&$docdir&g
s&@infodir@&$infodir&g s&@infodir@&$infodir&g
s&@localedir@&$localedir&g s&@localedir@&$localedir&g
s&@mandir@&$mandir&g s&@mandir@&$mandir&g
s&\\\${datarootdir}&$datarootdir&g' ;; s&\\\${datarootdir}&$datarootdir&g' ;;
esac esac
_ACEOF _ACEOF
# Neutralize VPATH when `$srcdir' = `.'. # Neutralize VPATH when `$srcdir' = `.'.
# Shell code in configure.ac might set extrasub. # Shell code in configure.ac might set extrasub.
# FIXME: do we really want to maintain this feature? # FIXME: do we really want to maintain this feature?
cat >>$CONFIG_STATUS <<_ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
sed "$ac_vpsub ac_sed_extra="$ac_vpsub
$extrasub $extrasub
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
:t :t
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
s&@configure_input@&$configure_input&;t t s|@configure_input@|$ac_sed_conf_input|;t t
s&@top_builddir@&$ac_top_builddir_sub&;t t s&@top_builddir@&$ac_top_builddir_sub&;t t
s&@top_build_prefix@&$ac_top_build_prefix&;t t
s&@srcdir@&$ac_srcdir&;t t s&@srcdir@&$ac_srcdir&;t t
s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t
s&@top_srcdir@&$ac_top_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
s&@builddir@&$ac_builddir&;t t s&@builddir@&$ac_builddir&;t t
s&@abs_builddir@&$ac_abs_builddir&;t t s&@abs_builddir@&$ac_abs_builddir&;t t
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
s&@INSTALL@&$ac_INSTALL&;t t s&@INSTALL@&$ac_INSTALL&;t t
s&@MKDIR_P@&$ac_MKDIR_P&;t t s&@MKDIR_P@&$ac_MKDIR_P&;t t
$ac_datarootdir_hack $ac_datarootdir_hack
" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$t "
mp/out eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$t
mp/out \
|| as_fn_error "could not create $ac_file" "$LINENO" 5
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
{ ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } & & { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } & &
{ ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
{ echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the var iable \`datarootdir' { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a ref erence to the variable \`datarootdir'
which seems to be undefined. Please make sure it is defined." >&5 which seems to be undefined. Please make sure it is defined." >&5
echo "$as_me: WARNING: $ac_file contains a reference to the variable \`data rootdir' $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \` datarootdir'
which seems to be undefined. Please make sure it is defined." >&2;} which seems to be undefined. Please make sure it is defined." >&2;}
rm -f "$tmp/stdin" rm -f "$tmp/stdin"
case $ac_file in case $ac_file in
-) cat "$tmp/out"; rm -f "$tmp/out";; -) cat "$tmp/out" && rm -f "$tmp/out";;
*) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
esac esac \
|| as_fn_error "could not create $ac_file" "$LINENO" 5
;; ;;
:H) :H)
# #
# CONFIG_HEADER # CONFIG_HEADER
# #
_ACEOF
# Transform confdefs.h into a sed script `conftest.defines', that
# substitutes the proper values into config.h.in to produce config.h.
rm -f conftest.defines conftest.tail
# First, append a space to every undef/define line, to ease matching.
echo 's/$/ /' >conftest.defines
# Then, protect against being on the right side of a sed subst, or in
# an unquoted here document, in config.status. If some macros were
# called several times there might be several #defines for the same
# symbol, which is useless. But do not sort them, since the last
# AC_DEFINE must be honored.
ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", wher
e
# NAME is the cpp macro being defined, VALUE is the value it is being given
.
# PARAMS is the parameter list in the macro definition--in most cases, it's
# just an empty string.
ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
ac_dB='\\)[ (].*,\\1define\\2'
ac_dC=' '
ac_dD=' ,'
uniq confdefs.h |
sed -n '
t rset
:rset
s/^[ ]*#[ ]*define[ ][ ]*//
t ok
d
:ok
s/[\\&,]/\\&/g
s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac
_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$a
c_dD"'/p
' >>conftest.defines
# Remove the space that was appended to ease matching.
# Then replace #undef with comments. This is necessary, for
# example, in the case of _POSIX_SOURCE, which is predefined and required
# on some systems where configure will not decide to define it.
# (The regexp can be short, since the line contains either #define or #unde
f.)
echo 's/ $//
s,^[ #]*u.*,/* & */,' >>conftest.defines
# Break up conftest.defines:
ac_max_sed_lines=50
# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/o
ut1"
# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
# et cetera.
ac_in='$ac_file_inputs'
ac_out='"$tmp/out1"'
ac_nxt='"$tmp/out2"'
while :
do
# Write a here document:
cat >>$CONFIG_STATUS <<_ACEOF
# First, check the format of the line:
cat >"\$tmp/defines.sed" <<\\CEOF
/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
b
:def
_ACEOF
sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
echo 'CEOF
sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
grep . conftest.tail >/dev/null || break
rm -f conftest.defines
mv conftest.tail conftest.defines
done
rm -f conftest.defines conftest.tail
echo "ac_result=$ac_in" >>$CONFIG_STATUS
cat >>$CONFIG_STATUS <<\_ACEOF
if test x"$ac_file" != x-; then if test x"$ac_file" != x-; then
echo "/* $configure_input */" >"$tmp/config.h" {
cat "$ac_result" >>"$tmp/config.h" $as_echo "/* $configure_input */" \
if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
{ echo "$as_me:$LINENO: $ac_file is unchanged" >&5 } >"$tmp/config.h" \
echo "$as_me: $ac_file is unchanged" >&6;} || as_fn_error "could not create $ac_file" "$LINENO" 5
if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
$as_echo "$as_me: $ac_file is unchanged" >&6;}
else else
rm -f $ac_file rm -f "$ac_file"
mv "$tmp/config.h" $ac_file mv "$tmp/config.h" "$ac_file" \
|| as_fn_error "could not create $ac_file" "$LINENO" 5
fi fi
else else
echo "/* $configure_input */" $as_echo "/* $configure_input */" \
cat "$ac_result" && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
|| as_fn_error "could not create -" "$LINENO" 5
fi fi
rm -f "$tmp/out12" # Compute "$ac_file"'s index in $config_headers.
# Compute $ac_file's index in $config_headers. _am_arg="$ac_file"
_am_stamp_count=1 _am_stamp_count=1
for _am_header in $config_headers :; do for _am_header in $config_headers :; do
case $_am_header in case $_am_header in
$ac_file | $ac_file:* ) $_am_arg | $_am_arg:* )
break ;; break ;;
* ) * )
_am_stamp_count=`expr $_am_stamp_count + 1` ;; _am_stamp_count=`expr $_am_stamp_count + 1` ;;
esac esac
done done
echo "timestamp for $ac_file" >`$as_dirname -- $ac_file || echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X$ac_file : 'X\(//\)[^/]' \| \ X"$_am_arg" : 'X\(//\)[^/]' \| \
X$ac_file : 'X\(//\)$' \| \ X"$_am_arg" : 'X\(//\)$' \| \
X$ac_file : 'X\(/\)' \| . 2>/dev/null || X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
echo X$ac_file | $as_echo X"$_am_arg" |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
s//\1/ s//\1/
q q
} }
/^X\(\/\/\)[^/].*/{ /^X\(\/\/\)[^/].*/{
s//\1/ s//\1/
q q
} }
/^X\(\/\/\)$/{ /^X\(\/\/\)$/{
s//\1/ s//\1/
q q
} }
/^X\(\/\).*/{ /^X\(\/\).*/{
s//\1/ s//\1/
q q
} }
s/.*/./; q'`/stamp-h$_am_stamp_count s/.*/./; q'`/stamp-h$_am_stamp_count
;; ;;
:C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands
echo "$as_me: executing $ac_file commands" >&6;} " >&5
$as_echo "$as_me: executing $ac_file commands" >&6;}
;; ;;
esac esac
case $ac_file$ac_mode in case $ac_file$ac_mode in
"depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
# Strip MF so we end up with the name of the file. # Autoconf 2.62 quotes --file arguments for eval, but not when files
mf=`echo "$mf" | sed -e 's/:.*$//'` # are listed without --file. Let's play safe and only enable the eval
# Check whether this is an Automake generated Makefile or not. # if we detect the quoting.
# We used to match only the files named `Makefile.in', but case $CONFIG_FILES in
# some people rename them; so instead we look at the file content. *\'*) eval set x "$CONFIG_FILES" ;;
# Grep'ing the first line is not enough: some people post-process *) set x $CONFIG_FILES ;;
# each Makefile.in and add a new line on top of each file to say so. esac
# Grep'ing the whole file is not good either: AIX grep has a line shift
# limit of 2048, but all sed's we know have understand at least 4000. for mf
if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; the do
n # Strip MF so we end up with the name of the file.
dirpart=`$as_dirname -- "$mf" || mf=`echo "$mf" | sed -e 's/:.*$//'`
# Check whether this is an Automake generated Makefile or not.
# We used to match only the files named `Makefile.in', but
# some people rename them; so instead we look at the file content.
# Grep'ing the first line is not enough: some people post-process
# each Makefile.in and add a new line on top of each file to say so.
# Grep'ing the whole file is not good either: AIX grep has a line
# limit of 2048, but all sed's we know have understand at least 4000.
if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null
2>&1; then
dirpart=`$as_dirname -- "$mf" ||
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X"$mf" : 'X\(//\)[^/]' \| \ X"$mf" : 'X\(//\)[^/]' \| \
X"$mf" : 'X\(//\)$' \| \ X"$mf" : 'X\(//\)$' \| \
X"$mf" : 'X\(/\)' \| . 2>/dev/null || X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
echo X"$mf" | $as_echo X"$mf" |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
s//\1/ s//\1/
q q
} }
/^X\(\/\/\)[^/].*/{ /^X\(\/\/\)[^/].*/{
s//\1/ s//\1/
q q
} }
/^X\(\/\/\)$/{ /^X\(\/\/\)$/{
s//\1/ s//\1/
q q
} }
/^X\(\/\).*/{ /^X\(\/\).*/{
s//\1/ s//\1/
q q
} }
s/.*/./; q'` s/.*/./; q'`
else else
continue continue
fi fi
# Extract the definition of DEPDIR, am__include, and am__quote # Extract the definition of DEPDIR, am__include, and am__quote
# from the Makefile without running `make'. # from the Makefile without running `make'.
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
test -z "$DEPDIR" && continue test -z "$DEPDIR" && continue
am__include=`sed -n 's/^am__include = //p' < "$mf"` am__include=`sed -n 's/^am__include = //p' < "$mf"`
test -z "am__include" && continue test -z "am__include" && continue
am__quote=`sed -n 's/^am__quote = //p' < "$mf"` am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
# When using ansi2knr, U may be empty or an underscore; expand it # When using ansi2knr, U may be empty or an underscore; expand it
U=`sed -n 's/^U = //p' < "$mf"` U=`sed -n 's/^U = //p' < "$mf"`
# Find all dependency output files, they are included files with # Find all dependency output files, they are included files with
# $(DEPDIR) in their names. We invoke sed twice because it is the # $(DEPDIR) in their names. We invoke sed twice because it is the
# simplest approach to changing $(DEPDIR) to its actual value in the # simplest approach to changing $(DEPDIR) to its actual value in the
# expansion. # expansion.
for file in `sed -n " for file in `sed -n "
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf"
\ | \
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
# Make sure the directory exists. # Make sure the directory exists.
test -f "$dirpart/$file" && continue test -f "$dirpart/$file" && continue
fdir=`$as_dirname -- "$file" || fdir=`$as_dirname -- "$file" ||
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X"$file" : 'X\(//\)[^/]' \| \ X"$file" : 'X\(//\)[^/]' \| \
X"$file" : 'X\(//\)$' \| \ X"$file" : 'X\(//\)$' \| \
X"$file" : 'X\(/\)' \| . 2>/dev/null || X"$file" : 'X\(/\)' \| . 2>/dev/null ||
echo X"$file" | $as_echo X"$file" |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
s//\1/
q
}
/^X\(\/\/\)[^/].*/{
s//\1/
q
}
/^X\(\/\/\)$/{
s//\1/
q
}
/^X\(\/\).*/{
s//\1/
q
}
s/.*/./; q'`
{ as_dir=$dirpart/$fdir
case $as_dir in #(
-*) as_dir=./$as_dir;;
esac
test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
as_dirs=
while :; do
case $as_dir in #(
*\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
*) as_qdir=$as_dir;;
esac
as_dirs="'$as_qdir' $as_dirs"
as_dir=`$as_dirname -- "$as_dir" ||
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X"$as_dir" : 'X\(//\)[^/]' \| \
X"$as_dir" : 'X\(//\)$' \| \
X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
echo X"$as_dir" |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
s//\1/ s//\1/
q q
} }
/^X\(\/\/\)[^/].*/{ /^X\(\/\/\)[^/].*/{
s//\1/ s//\1/
q q
} }
/^X\(\/\/\)$/{ /^X\(\/\/\)$/{
s//\1/ s//\1/
q q
} }
/^X\(\/\).*/{ /^X\(\/\).*/{
s//\1/ s//\1/
q q
} }
s/.*/./; q'` s/.*/./; q'`
test -d "$as_dir" && break as_dir=$dirpart/$fdir; as_fn_mkdir_p
# echo "creating $dirpart/$file"
echo '# dummy' > "$dirpart/$file"
done done
test -z "$as_dirs" || eval "mkdir $as_dirs"
} || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create
directory $as_dir" >&5
echo "$as_me: error: cannot create directory $as_dir" >&2;}
{ (exit 1); exit 1; }; }; }
# echo "creating $dirpart/$file"
echo '# dummy' > "$dirpart/$file"
done done
done }
;; ;;
"libtool":C) "libtool":C)
# See if we are running on zsh, and set the options which allow our # See if we are running on zsh, and set the options which allow our
# commands through without removal of \ escapes. # commands through without removal of \ escapes.
if test -n "${ZSH_VERSION+set}" ; then if test -n "${ZSH_VERSION+set}" ; then
setopt NO_GLOB_SUBST setopt NO_GLOB_SUBST
fi fi
cfgfile="${ofile}T" cfgfile="${ofile}T"
trap "$RM -f \"$cfgfile\"; exit 1" 1 2 15 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
$RM -f "$cfgfile" $RM "$cfgfile"
cat <<_LT_EOF >> "$cfgfile" cat <<_LT_EOF >> "$cfgfile"
#! $SHELL #! $SHELL
# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
# NOTE: Changes made to this file will be lost: look at ltmain.sh. # NOTE: Changes made to this file will be lost: look at ltmain.sh.
# #
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
skipping to change at line 14118 skipping to change at line 12347
# turn spaces into newlines. # turn spaces into newlines.
SP2NL=$lt_lt_SP2NL SP2NL=$lt_lt_SP2NL
# turn newlines into spaces. # turn newlines into spaces.
NL2SP=$lt_lt_NL2SP NL2SP=$lt_lt_NL2SP
# How to create reloadable object files. # How to create reloadable object files.
reload_flag=$lt_reload_flag reload_flag=$lt_reload_flag
reload_cmds=$lt_reload_cmds reload_cmds=$lt_reload_cmds
# An object symbol dumper.
OBJDUMP=$lt_OBJDUMP
# Method to check whether dependent libraries are shared objects. # Method to check whether dependent libraries are shared objects.
deplibs_check_method=$lt_deplibs_check_method deplibs_check_method=$lt_deplibs_check_method
# Command to use when deplibs_check_method == "file_magic". # Command to use when deplibs_check_method == "file_magic".
file_magic_cmd=$lt_file_magic_cmd file_magic_cmd=$lt_file_magic_cmd
# The archiver. # The archiver.
AR=$lt_AR AR=$lt_AR
AR_FLAGS=$lt_AR_FLAGS AR_FLAGS=$lt_AR_FLAGS
skipping to change at line 14628 skipping to change at line 12860
mv -f "$cfgfile" "$ofile" || mv -f "$cfgfile" "$ofile" ||
(rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
chmod +x "$ofile" chmod +x "$ofile"
;; ;;
"default":C) chmod +x onig-config ;; "default":C) chmod +x onig-config ;;
esac esac
done # for ac_tag done # for ac_tag
{ (exit 0); exit 0; } as_fn_exit 0
_ACEOF _ACEOF
chmod +x $CONFIG_STATUS
ac_clean_files=$ac_clean_files_save ac_clean_files=$ac_clean_files_save
test $ac_write_fail = 0 ||
as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
# configure is writing to config.log, and then calls config.status. # configure is writing to config.log, and then calls config.status.
# config.status does its own redirection, appending to config.log. # config.status does its own redirection, appending to config.log.
# Unfortunately, on DOS this fails, as config.log is still kept open # Unfortunately, on DOS this fails, as config.log is still kept open
# by configure, so config.status won't be able to write to it; its # by configure, so config.status won't be able to write to it; its
# output is simply discarded. So we exec the FD to /dev/null, # output is simply discarded. So we exec the FD to /dev/null,
# effectively closing config.log, so it can be properly (re)opened and # effectively closing config.log, so it can be properly (re)opened and
# appended to by config.status. When coming back to configure, we # appended to by config.status. When coming back to configure, we
# need to make the FD available again. # need to make the FD available again.
if test "$no_create" != yes; then if test "$no_create" != yes; then
ac_cs_success=: ac_cs_success=:
ac_config_status_args= ac_config_status_args=
test "$silent" = yes && test "$silent" = yes &&
ac_config_status_args="$ac_config_status_args --quiet" ac_config_status_args="$ac_config_status_args --quiet"
exec 5>/dev/null exec 5>/dev/null
$SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
exec 5>>config.log exec 5>>config.log
# Use ||, not &&, to avoid exiting from the if with $? = 1, which # Use ||, not &&, to avoid exiting from the if with $? = 1, which
# would make configure fail if this is the last instruction. # would make configure fail if this is the last instruction.
$ac_cs_success || { (exit 1); exit 1; } $ac_cs_success || as_fn_exit $?
fi
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no;
then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $
ac_unrecognized_opts" >&5
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2
;}
fi fi
 End of changes. 1016 change blocks. 
6885 lines changed or deleted 5192 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/