version 1.69 | | version 1.70 |
---|
| | |
#! /bin/sh | | #! /bin/sh |
# From configure.ac Id: configure.ac. | | # From configure.ac Id: configure.ac. |
# Guess values for system-dependent variables and create Makefiles. | | # Guess values for system-dependent variables and create Makefiles. |
# Generated by GNU Autoconf 2.59 for crossfire 1.9.1. | | # Generated by GNU Autoconf 2.60 for crossfire 1.9.1. |
# | | # |
# Report bugs to <crossfire-devel@listserv.real-time.com>. | | # Report bugs to <crossfire-devel@listserv.real-time.com>. |
# | | # |
# Copyright (C) 2003 Free Software Foundation, Inc. | | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
| | # 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. |
## --------------------- ## | | ## --------------------- ## |
| | |
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which | | # Zsh 3.x and 4.x performs 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+"$@"}'='"$@"' |
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then | | setopt NO_GLOB_SUBST |
set -o posix | | else |
| | case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac |
fi | | fi |
| | BIN_SH=xpg4; export BIN_SH # for Tru64 |
DUALCASE=1; export DUALCASE # for MKS sh | | DUALCASE=1; export DUALCASE # for MKS sh |
| | |
| | |
| | # PATH needs CR |
| | # Avoid depending upon Character Ranges. |
| | as_cr_letters='abcdefghijklmnopqrstuvwxyz' |
| | as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' |
| | as_cr_Letters=$as_cr_letters$as_cr_LETTERS |
| | as_cr_digits='0123456789' |
| | as_cr_alnum=$as_cr_Letters$as_cr_digits |
| | |
| | # The user is always right. |
| | if test "${PATH_SEPARATOR+set}" != set; then |
| | echo "#! /bin/sh" >conf$$.sh |
| | echo "exit 0" >>conf$$.sh |
| | chmod +x conf$$.sh |
| | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then |
| | PATH_SEPARATOR=';' |
| | else |
| | PATH_SEPARATOR=: |
| | fi |
| | rm -f conf$$.sh |
| | fi |
| | |
# Support unset when possible. | | # Support unset when possible. |
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then | | if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then |
as_unset=unset | | as_unset=unset |
| | |
fi | | fi |
| | |
| | |
| | # IFS |
| | # We need space, tab and new line, in precisely that order. Quoting is |
| | # there to prevent editors from complaining about space-tab. |
| | # (If _AS_PATH_WALK were called with IFS unset, it would disable word |
| | # splitting by setting IFS to empty value.) |
| | as_nl=' |
| | ' |
| | IFS=" "" $as_nl" |
| | |
| | # Find who we are. Look in the path if we contain no directory separator. |
| | case $0 in |
| | *[\\/]* ) as_myself=$0 ;; |
| | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| | for as_dir in $PATH |
| | do |
| | IFS=$as_save_IFS |
| | test -z "$as_dir" && as_dir=. |
| | test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break |
| | done |
| | IFS=$as_save_IFS |
| | |
| | ;; |
| | esac |
| | # 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. |
| | if test "x$as_myself" = x; then |
| | as_myself=$0 |
| | fi |
| | if test ! -f "$as_myself"; then |
| | echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 |
| | { (exit 1); exit 1; } |
| | fi |
| | |
# Work around bugs in pre-3.0 UWIN ksh. | | # Work around bugs in pre-3.0 UWIN ksh. |
$as_unset ENV MAIL MAILPATH | | for as_var in ENV MAIL MAILPATH |
| | do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var |
| | done |
PS1='$ ' | | PS1='$ ' |
PS2='> ' | | PS2='> ' |
PS4='+ ' | | PS4='+ ' |
| | |
if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then | | if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then |
eval $as_var=C; export $as_var | | eval $as_var=C; export $as_var |
else | | else |
$as_unset $as_var | | ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var |
fi | | fi |
done | | done |
| | |
# Required to use basename. | | # Required to use basename. |
if expr a : '\(a\)' >/dev/null 2>&1; then | | if expr a : '\(a\)' >/dev/null 2>&1 && |
| | 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 |
| | |
| | |
| | |
# Name of the executable. | | # Name of the executable. |
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\(/\)$' \| \ | | X"$0" : 'X\(/\)' \| . 2>/dev/null || |
. : '\(.\)' 2>/dev/null || | | |
echo X/"$0" | | | echo X/"$0" | |
sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } | | sed '/^.*\/\([^/][^/]*\)\/*$/{ |
/^X\/\(\/\/\)$/{ s//\1/; q; } | | s//\1/ |
/^X\/\(\/\).*/{ s//\1/; q; } | | q |
| | } |
| | /^X\/\(\/\/\)$/{ |
| | s//\1/ |
| | q |
| | } |
| | /^X\/\(\/\).*/{ |
| | s//\1/ |
| | q |
| | } |
s/.*/./; q'` | | s/.*/./; q'` |
| | |
| | # CDPATH. |
| | $as_unset CDPATH |
| | |
# PATH needs CR, and LINENO needs CR and PATH. | | |
# Avoid depending upon Character Ranges. | | |
as_cr_letters='abcdefghijklmnopqrstuvwxyz' | | |
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' | | |
as_cr_Letters=$as_cr_letters$as_cr_LETTERS | | |
as_cr_digits='0123456789' | | |
as_cr_alnum=$as_cr_Letters$as_cr_digits | | |
| | |
# The user is always right. | | if test "x$CONFIG_SHELL" = x; then |
if test "${PATH_SEPARATOR+set}" != set; then | | if (eval ":") 2>/dev/null; then |
echo "#! /bin/sh" >conf$$.sh | | as_have_required=yes |
echo "exit 0" >>conf$$.sh | | |
chmod +x conf$$.sh | | |
if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then | | |
PATH_SEPARATOR=';' | | |
else | | else |
PATH_SEPARATOR=: | | as_have_required=no |
fi | | fi |
rm -f conf$$.sh | | |
| | if test $as_have_required = yes && (eval ": |
| | (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 |
| | |
as_lineno_1=$LINENO | | if as_func_ret_success; then |
as_lineno_2=$LINENO | | : |
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` | | else |
test "x$as_lineno_1" != "x$as_lineno_2" && | | exitcode=1 |
test "x$as_lineno_3" = "x$as_lineno_2" || { | | echo as_func_ret_success failed. |
# Find who we are. Look in the path if we contain no path at all | | fi |
# relative or not. | | |
case $0 in | | |
*[\\/]* ) as_myself=$0 ;; | | |
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | | |
for as_dir in $PATH | | |
do | | |
IFS=$as_save_IFS | | |
test -z "$as_dir" && as_dir=. | | |
test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break | | |
done | | |
| | |
;; | | if as_func_ret_failure; then |
esac | | exitcode=1 |
# We did not find ourselves, most probably we were run as `sh COMMAND' | | echo as_func_ret_failure succeeded. |
# in which case we are not to be found in the path. | | |
if test "x$as_myself" = x; then | | |
as_myself=$0 | | |
fi | | fi |
if test ! -f "$as_myself"; then | | |
{ echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 | | if ( set x; as_func_ret_success y && test x = \"\$1\" ); then |
{ (exit 1); exit 1; }; } | | : |
| | else |
| | exitcode=1 |
| | echo positional parameters were not saved. |
fi | | fi |
case $CONFIG_SHELL in | | |
'') | | 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 |
| | as_candidate_shells= |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH | | for as_dir in /usr/bin/posix$PATH_SEPARATOR/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=. |
for as_base in sh bash ksh sh5; do | | |
case $as_dir in | | case $as_dir in |
/*) | | /*) |
if ("$as_dir/$as_base" -c ' | | for as_base in sh bash ksh sh5; do |
| | as_candidate_shells="$as_candidate_shells $as_dir/$as_base" |
| | done;; |
| | esac |
| | done |
| | IFS=$as_save_IFS |
| | |
| | |
| | for as_shell in $as_candidate_shells $SHELL; do |
| | # Try only shells that exist, to save several forks. |
| | if { test -f "$as_shell" || test -f "$as_shell.exe"; } && |
| | { ("$as_shell") 2> /dev/null <<\_ASEOF |
| | # Be Bourne compatible |
| | 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 |
| | BIN_SH=xpg4; export BIN_SH # for Tru64 |
| | DUALCASE=1; export DUALCASE # for MKS sh |
| | |
| | : |
| | _ASEOF |
| | }; then |
| | CONFIG_SHELL=$as_shell |
| | as_have_required=yes |
| | if { "$as_shell" 2> /dev/null <<\_ASEOF |
| | # Be Bourne compatible |
| | 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 |
| | BIN_SH=xpg4; export BIN_SH # for Tru64 |
| | DUALCASE=1; export DUALCASE # for MKS sh |
| | |
| | : |
| | (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 |
| | |
| | if as_func_failure; then |
| | exitcode=1 |
| | echo as_func_failure succeeded. |
| | fi |
| | |
| | if as_func_ret_success; then |
| | : |
| | else |
| | exitcode=1 |
| | echo as_func_ret_success failed. |
| | fi |
| | |
| | if as_func_ret_failure; then |
| | exitcode=1 |
| | echo as_func_ret_failure succeeded. |
| | fi |
| | |
| | if ( set x; as_func_ret_success y && test x = "$1" ); then |
| | : |
| | else |
| | exitcode=1 |
| | echo positional parameters were not saved. |
| | fi |
| | |
| | test $exitcode = 0) || { (exit 1); exit 1; } |
| | |
| | ( |
as_lineno_1=$LINENO | | as_lineno_1=$LINENO |
as_lineno_2=$LINENO | | as_lineno_2=$LINENO |
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` | | |
test "x$as_lineno_1" != "x$as_lineno_2" && | | test "x$as_lineno_1" != "x$as_lineno_2" && |
test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then | | test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } |
$as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } | | |
$as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } | | _ASEOF |
CONFIG_SHELL=$as_dir/$as_base | | }; then |
export CONFIG_SHELL | | break |
exec "$CONFIG_SHELL" "$0" ${1+"$@"} | | fi |
fi;; | | |
esac | | fi |
| | |
done | | 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 | | done |
;; | | export CONFIG_SHELL |
esac | | 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 |
| | |
| | |
| | |
| | (eval "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 |
| | |
| | if as_func_failure; then |
| | exitcode=1 |
| | echo as_func_failure succeeded. |
| | fi |
| | |
| | if as_func_ret_success; then |
| | : |
| | else |
| | exitcode=1 |
| | echo as_func_ret_success failed. |
| | fi |
| | |
| | if as_func_ret_failure; then |
| | exitcode=1 |
| | echo as_func_ret_failure succeeded. |
| | fi |
| | |
| | if ( set x; as_func_ret_success y && test x = \"\$1\" ); then |
| | : |
| | else |
| | exitcode=1 |
| | echo positional parameters were not saved. |
| | fi |
| | |
| | test \$exitcode = 0") || { |
| | echo No shell found that supports shell functions. |
| | echo Please tell autoconf@gnu.org about your system, |
| | echo including any error possibly output before this |
| | echo message |
| | } |
| | |
| | |
| | |
| | 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 | | # Create $as_me.lineno as a copy of $as_myself, but with $LINENO |
# uniformly replaced by the line number. The first 'sed' inserts a | | # uniformly replaced by the line number. The first 'sed' inserts a |
# line-number line before each line; the second 'sed' does the real | | # line-number line after each line using $LINENO; the second 'sed' |
# work. The second script uses 'N' to pair each line-number line | | # does the real work. The second script uses 'N' to pair each |
# with the numbered line, and appends trailing '-' during | | # line-number line with the line containing $LINENO, and appends |
# substitution so that $LINENO is not a special case at line end. | | # trailing '-' during substitution so that $LINENO is not a special |
| | # case at line end. |
# (Raja R Harinath suggested sed '=', and Paul Eggert wrote the | | # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the |
# second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) | | # scripts with optimization help from Paolo Bonzini. Blame Lee |
sed '=' <$as_myself | | | # E. McMahon (1931-1989) for sed's syntax. :-) |
| | sed -n ' |
| | p |
| | /[$]LINENO/= |
| | ' <$as_myself | |
sed ' | | sed ' |
| | s/[$]LINENO.*/&-/ |
| | t lineno |
| | b |
| | :lineno |
N | | N |
s,$,-, | | |
: loop | | : loop |
s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, | | s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ |
t loop | | t loop |
s,-$,, | | s/-\n.*// |
s,^['$as_cr_digits']*\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 shell" >&2 | | { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 |
{ (exit 1); 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 sensible 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 |
} | | } |
| | |
| | |
case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in | | if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then |
*c*,-n*) ECHO_N= ECHO_C=' | | as_dirname=dirname |
' ECHO_T=' ' ;; | | else |
*c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; | | as_dirname=false |
*) ECHO_N= ECHO_C='\c' ECHO_T= ;; | | fi |
| | |
| | ECHO_C= ECHO_N= ECHO_T= |
| | case `echo -n x` in |
| | -n*) |
| | case `echo 'x\c'` in |
| | *c*) ECHO_T=' ';; # ECHO_T is single tab character. |
| | *) ECHO_C='\c';; |
| | esac;; |
| | *) |
| | ECHO_N='-n';; |
esac | | esac |
| | |
if expr a : '\(a\)' >/dev/null 2>&1; then | | if expr a : '\(a\)' >/dev/null 2>&1 && |
| | test "X`expr 00001 : '.*\(...\)'`" = X001; then |
as_expr=expr | | as_expr=expr |
else | | else |
as_expr=false | | as_expr=false |
fi | | fi |
| | |
rm -f conf$$ conf$$.exe conf$$.file | | rm -f conf$$ conf$$.exe conf$$.file |
| | if test -d conf$$.dir; then |
| | rm -f conf$$.dir/conf$$.file |
| | else |
| | rm -f conf$$.dir |
| | mkdir conf$$.dir |
| | fi |
echo >conf$$.file | | echo >conf$$.file |
if ln -s conf$$.file conf$$ 2>/dev/null; then | | if ln -s conf$$.file conf$$ 2>/dev/null; then |
# We could just check for DJGPP; but this test a) works b) is more generic | | |
# and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). | | |
if test -f conf$$.exe; then | | |
# Don't use ln at all; we don't have any links | | |
as_ln_s='cp -p' | | |
else | | |
as_ln_s='ln -s' | | as_ln_s='ln -s' |
fi | | # ... but there are two gotchas: |
| | # 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. |
| | # 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 | | elif ln conf$$.file conf$$ 2>/dev/null; then |
as_ln_s=ln | | as_ln_s=ln |
else | | else |
as_ln_s='cp -p' | | as_ln_s='cp -p' |
fi | | fi |
rm -f conf$$ conf$$.exe conf$$.file | | rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
| | 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=: |
| | |
as_mkdir_p=false | | as_mkdir_p=false |
fi | | fi |
| | |
as_executable_p="test -f" | | # Find out whether ``test -x'' works. Don't use a zero-byte file, as |
| | # systems may use methods other than mode bits to determine executability. |
| | cat >conf$$.file <<_ASEOF |
| | #! /bin/sh |
| | exit 0 |
| | _ASEOF |
| | chmod +x conf$$.file |
| | if test -x conf$$.file >/dev/null 2>&1; then |
| | as_executable_p="test -x" |
| | else |
| | as_executable_p=: |
| | fi |
| | rm -f conf$$.file |
| | |
# 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'" |
| | |
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" | | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" |
| | |
| | |
# IFS | | |
# We need space, tab and new line, in precisely that order. | | |
as_nl=' | | |
' | | |
IFS=" $as_nl" | | |
| | |
# CDPATH. | | |
$as_unset CDPATH | | |
| | |
| | |
| | |
# Check that we are running under the correct shell. | | # Check that we are running under the correct shell. |
| | |
| | |
# 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. |
if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi | | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
| | |
if test -z "$ECHO"; then | | if test -z "$ECHO"; then |
if test "X${echo_test_string+set}" != Xset; then | | if test "X${echo_test_string+set}" != Xset; then |
# find a string as large as possible, as long as the shell can cope with it | | # find a string as large as possible, as long as the shell can cope with it |
for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do | | for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do |
# expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... | | # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... |
if (echo_test_string="`eval $cmd`") 2>/dev/null && | | if (echo_test_string=`eval $cmd`) 2>/dev/null && |
echo_test_string="`eval $cmd`" && | | echo_test_string=`eval $cmd` && |
(test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null | | (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null |
then | | then |
break | | break |
| | |
| | |
tagnames=${tagnames+${tagnames},}F77 | | tagnames=${tagnames+${tagnames},}F77 |
| | |
| | exec 7<&0 </dev/null 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` |
| | |
exec 6>&1 | | |
| | |
# | | # |
# Initializations. | | # Initializations. |
# | | # |
ac_default_prefix=/usr/local | | ac_default_prefix=/usr/local |
| | ac_clean_files= |
ac_config_libobj_dir=. | | ac_config_libobj_dir=. |
| | LIBOBJS= |
cross_compiling=no | | cross_compiling=no |
subdirs= | | subdirs= |
MFLAGS= | | MFLAGS= |
MAKEFLAGS= | | MAKEFLAGS= |
SHELL=${CONFIG_SHELL-/bin/sh} | | SHELL=${CONFIG_SHELL-/bin/sh} |
| | |
# Maximum number of lines to put in a shell here document. | | |
# This variable seems obsolete. It should probably be removed, and | | |
# only ac_max_sed_lines should be used. | | |
: ${ac_max_here_lines=38} | | |
| | |
# Identity of this package. | | # Identity of this package. |
PACKAGE_NAME='crossfire' | | PACKAGE_NAME='crossfire' |
PACKAGE_TARNAME='crossfire' | | PACKAGE_TARNAME='crossfire' |
| | |
#endif | | #endif |
#if HAVE_INTTYPES_H | | #if HAVE_INTTYPES_H |
# include <inttypes.h> | | # include <inttypes.h> |
#else | | #endif |
# if HAVE_STDINT_H | | # if HAVE_STDINT_H |
# include <stdint.h> | | # include <stdint.h> |
# endif | | # endif |
#endif | | |
#if HAVE_UNISTD_H | | #if HAVE_UNISTD_H |
# include <unistd.h> | | # include <unistd.h> |
#endif" | | #endif" |
| | |
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT build build_cpu build_vendor build_os host host_cpu host_vendor host_os 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 EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL LEX LEXLIB LEX_OUTPUT_ROOT LATEX GZIP GUNZIP TAR PERL BASENAME COMPRESS UNCOMPRESS BZIP BUNZIP X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS LIBOBJS x_includes x_libraries no_x HAVE_X_TRUE HAVE_X_FALSE X11LIBS pkgstatedir pkgconfdir HAVE_LIBDL_TRUE HAVE_LIBDL_FALSE PYTHON_LIB PY_LIBS PY_INCLUDES PYTHON_PLUGIN_TRUE PYTHON_PLUGIN_FALSE PLUGIN_PYTHON CROSSEDIT CHECK_CFLAGS CHECK_LIBS HAVE_CHECK_TRUE HAVE_CHECK_FALSE check_xslt_forcedprogfound check_xslt_xsltprocfound check_xslt_sablotronfound PROCESS_XSLT_TRUE PROCESS_XSLT_FALSE XSLTENGINE LTLIBOBJS' | | ac_subst_vars='SHELL |
| | PATH_SEPARATOR |
| | PACKAGE_NAME |
| | 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 |
| | 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 |
| | MAINTAINER_MODE_TRUE |
| | MAINTAINER_MODE_FALSE |
| | MAINT |
| | build |
| | build_cpu |
| | build_vendor |
| | build_os |
| | host |
| | host_cpu |
| | host_vendor |
| | host_os |
| | 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 |
| | GREP |
| | EGREP |
| | LN_S |
| | ECHO |
| | AR |
| | RANLIB |
| | CPP |
| | CXX |
| | CXXFLAGS |
| | ac_ct_CXX |
| | CXXDEPMODE |
| | am__fastdepCXX_TRUE |
| | am__fastdepCXX_FALSE |
| | CXXCPP |
| | F77 |
| | FFLAGS |
| | ac_ct_F77 |
| | LIBTOOL |
| | LEX |
| | LEXLIB |
| | LEX_OUTPUT_ROOT |
| | LATEX |
| | GZIP |
| | GUNZIP |
| | TAR |
| | PERL |
| | BASENAME |
| | COMPRESS |
| | UNCOMPRESS |
| | BZIP |
| | BUNZIP |
| | XMKMF |
| | X_CFLAGS |
| | X_PRE_LIBS |
| | X_LIBS |
| | X_EXTRA_LIBS |
| | LIBOBJS |
| | x_includes |
| | x_libraries |
| | no_x |
| | HAVE_X_TRUE |
| | HAVE_X_FALSE |
| | X11LIBS |
| | pkgstatedir |
| | pkgconfdir |
| | HAVE_LIBDL_TRUE |
| | HAVE_LIBDL_FALSE |
| | PYTHON_LIB |
| | PY_LIBS |
| | PY_INCLUDES |
| | PYTHON_PLUGIN_TRUE |
| | PYTHON_PLUGIN_FALSE |
| | PLUGIN_PYTHON |
| | CROSSEDIT |
| | CHECK_CFLAGS |
| | CHECK_LIBS |
| | HAVE_CHECK_TRUE |
| | HAVE_CHECK_FALSE |
| | check_xslt_forcedprogfound |
| | check_xslt_xsltprocfound |
| | check_xslt_sablotronfound |
| | PROCESS_XSLT_TRUE |
| | PROCESS_XSLT_FALSE |
| | XSLTENGINE |
| | LTLIBOBJS' |
ac_subst_files='' | | ac_subst_files='' |
| | ac_precious_vars='build_alias |
| | host_alias |
| | target_alias |
| | CC |
| | CFLAGS |
| | LDFLAGS |
| | CPPFLAGS |
| | CPP |
| | CXX |
| | CXXFLAGS |
| | CCC |
| | CXXCPP |
| | F77 |
| | FFLAGS |
| | XMKMF' |
| | |
| | |
# Initialize some variables set by options. | | # Initialize some variables set by options. |
ac_init_help= | | ac_init_help= |
| | |
# and all the variables that are supposed to be based on exec_prefix | | # and all the variables that are supposed to be based on exec_prefix |
# by default will actually change. | | # by default will actually change. |
# Use braces instead of parens because sh, perl, etc. also accept them. | | # Use braces instead of parens because sh, perl, etc. also accept them. |
| | # (The list follows the same order as the GNU Coding Standards.) |
bindir='${exec_prefix}/bin' | | bindir='${exec_prefix}/bin' |
sbindir='${exec_prefix}/sbin' | | sbindir='${exec_prefix}/sbin' |
libexecdir='${exec_prefix}/libexec' | | libexecdir='${exec_prefix}/libexec' |
datadir='${prefix}/share' | | datarootdir='${prefix}/share' |
| | datadir='${datarootdir}' |
sysconfdir='${prefix}/etc' | | sysconfdir='${prefix}/etc' |
sharedstatedir='${prefix}/com' | | sharedstatedir='${prefix}/com' |
localstatedir='${prefix}/var' | | localstatedir='${prefix}/var' |
libdir='${exec_prefix}/lib' | | |
includedir='${prefix}/include' | | includedir='${prefix}/include' |
oldincludedir='/usr/include' | | oldincludedir='/usr/include' |
infodir='${prefix}/info' | | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
mandir='${prefix}/man' | | infodir='${datarootdir}/info' |
| | htmldir='${docdir}' |
| | dvidir='${docdir}' |
| | pdfdir='${docdir}' |
| | psdir='${docdir}' |
| | libdir='${exec_prefix}/lib' |
| | localedir='${datarootdir}/locale' |
| | mandir='${datarootdir}/man' |
| | |
ac_prev= | | ac_prev= |
| | ac_dashdash= |
for ac_option | | for ac_option |
do | | do |
# If the previous option needs an argument, assign it. | | # If the previous option needs an argument, assign it. |
if test -n "$ac_prev"; then | | if test -n "$ac_prev"; then |
eval "$ac_prev=\$ac_option" | | eval $ac_prev=\$ac_option |
ac_prev= | | ac_prev= |
continue | | continue |
fi | | fi |
| | |
ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` | | |
| | |
# Accept the important Cygnus configure options, so we can diagnose typos. | | |
| | |
case $ac_option in | | case $ac_option in |
| | *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; |
| | *) ac_optarg=yes ;; |
| | esac |
| | |
| | # Accept the important Cygnus configure options, so we can diagnose typos. |
| | |
| | case $ac_dashdash$ac_option in |
| | --) |
| | ac_dashdash=yes ;; |
| | |
-bindir | --bindir | --bindi | --bind | --bin | --bi) | | -bindir | --bindir | --bindi | --bind | --bin | --bi) |
ac_prev=bindir ;; | | ac_prev=bindir ;; |
| | |
--config-cache | -C) | | --config-cache | -C) |
cache_file=config.cache ;; | | cache_file=config.cache ;; |
| | |
-datadir | --datadir | --datadi | --datad | --data | --dat | --da) | | -datadir | --datadir | --datadi | --datad) |
ac_prev=datadir ;; | | ac_prev=datadir ;; |
-datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ | | -datadir=* | --datadir=* | --datadi=* | --datad=*) |
| --da=*) | | |
datadir=$ac_optarg ;; | | datadir=$ac_optarg ;; |
| | |
| | -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ |
| | | --dataroo | --dataro | --datar) |
| | ac_prev=datarootdir ;; |
| | -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ |
| | | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) |
| | datarootdir=$ac_optarg ;; |
| | |
-disable-* | --disable-*) | | -disable-* | --disable-*) |
ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` | | ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
# Reject names that are not valid shell variable names. | | # Reject names that are not valid shell variable names. |
| | |
{ echo "$as_me: error: invalid feature name: $ac_feature" >&2 | | { echo "$as_me: error: invalid feature name: $ac_feature" >&2 |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
ac_feature=`echo $ac_feature | sed 's/-/_/g'` | | ac_feature=`echo $ac_feature | sed 's/-/_/g'` |
eval "enable_$ac_feature=no" ;; | | eval enable_$ac_feature=no ;; |
| | |
| | -docdir | --docdir | --docdi | --doc | --do) |
| | ac_prev=docdir ;; |
| | -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) |
| | docdir=$ac_optarg ;; |
| | |
| | -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) |
| | ac_prev=dvidir ;; |
| | -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) |
| | dvidir=$ac_optarg ;; |
| | |
-enable-* | --enable-*) | | -enable-* | --enable-*) |
ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` | | ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
| | |
{ echo "$as_me: error: invalid feature name: $ac_feature" >&2 | | { echo "$as_me: error: invalid feature name: $ac_feature" >&2 |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
ac_feature=`echo $ac_feature | sed 's/-/_/g'` | | ac_feature=`echo $ac_feature | sed 's/-/_/g'` |
case $ac_option in | | eval enable_$ac_feature=\$ac_optarg ;; |
*=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; | | |
*) ac_optarg=yes ;; | | |
esac | | |
eval "enable_$ac_feature='$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- \ |
| | |
-host=* | --host=* | --hos=* | --ho=*) | | -host=* | --host=* | --hos=* | --ho=*) |
host_alias=$ac_optarg ;; | | host_alias=$ac_optarg ;; |
| | |
| | -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) |
| | ac_prev=htmldir ;; |
| | -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ |
| | | --ht=*) |
| | htmldir=$ac_optarg ;; |
| | |
-includedir | --includedir | --includedi | --included | --include \ | | -includedir | --includedir | --includedi | --included | --include \ |
| --includ | --inclu | --incl | --inc) | | | --includ | --inclu | --incl | --inc) |
ac_prev=includedir ;; | | ac_prev=includedir ;; |
| | |
| --libexe=* | --libex=* | --libe=*) | | | --libexe=* | --libex=* | --libe=*) |
libexecdir=$ac_optarg ;; | | libexecdir=$ac_optarg ;; |
| | |
| | -localedir | --localedir | --localedi | --localed | --locale) |
| | ac_prev=localedir ;; |
| | -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) |
| | localedir=$ac_optarg ;; |
| | |
-localstatedir | --localstatedir | --localstatedi | --localstated \ | | -localstatedir | --localstatedir | --localstatedi | --localstated \ |
| --localstate | --localstat | --localsta | --localst \ | | | --localstate | --localstat | --localsta | --localst | --locals) |
| --locals | --local | --loca | --loc | --lo) | | |
ac_prev=localstatedir ;; | | ac_prev=localstatedir ;; |
-localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | | -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ |
| --localstate=* | --localstat=* | --localsta=* | --localst=* \ | | | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) |
| --locals=* | --local=* | --loca=* | --loc=* | --lo=*) | | |
localstatedir=$ac_optarg ;; | | localstatedir=$ac_optarg ;; |
| | |
-mandir | --mandir | --mandi | --mand | --man | --ma | --m) | | -mandir | --mandir | --mandi | --mand | --man | --ma | --m) |
| | |
| --progr-tra=* | --program-tr=* | --program-t=*) | | | --progr-tra=* | --program-tr=* | --program-t=*) |
program_transform_name=$ac_optarg ;; | | program_transform_name=$ac_optarg ;; |
| | |
| | -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) |
| | ac_prev=pdfdir ;; |
| | -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) |
| | pdfdir=$ac_optarg ;; |
| | |
| | -psdir | --psdir | --psdi | --psd | --ps) |
| | ac_prev=psdir ;; |
| | -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) |
| | psdir=$ac_optarg ;; |
| | |
-q | -quiet | --quiet | --quie | --qui | --qu | --q \ | | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
| -silent | --silent | --silen | --sile | --sil) | | | -silent | --silent | --silen | --sile | --sil) |
silent=yes ;; | | silent=yes ;; |
| | |
{ echo "$as_me: error: invalid package name: $ac_package" >&2 | | { echo "$as_me: error: invalid package name: $ac_package" >&2 |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
ac_package=`echo $ac_package| sed 's/-/_/g'` | | ac_package=`echo $ac_package| sed 's/-/_/g'` |
case $ac_option in | | eval with_$ac_package=\$ac_optarg ;; |
*=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; | | |
*) ac_optarg=yes ;; | | |
esac | | |
eval "with_$ac_package='$ac_optarg'" ;; | | |
| | |
-without-* | --without-*) | | -without-* | --without-*) |
ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` | | ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
| | |
{ echo "$as_me: error: invalid package name: $ac_package" >&2 | | { echo "$as_me: error: invalid package name: $ac_package" >&2 |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
ac_package=`echo $ac_package | sed 's/-/_/g'` | | ac_package=`echo $ac_package | sed 's/-/_/g'` |
eval "with_$ac_package=no" ;; | | eval with_$ac_package=no ;; |
| | |
--x) | | --x) |
# Obsolete; use --with-x. | | # Obsolete; use --with-x. |
| | |
expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && | | expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && |
{ echo "$as_me: error: invalid variable name: $ac_envvar" >&2 | | { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` | | eval $ac_envvar=\$ac_optarg |
eval "$ac_envvar='$ac_optarg'" | | |
export $ac_envvar ;; | | export $ac_envvar ;; |
| | |
*) | | *) |
| | |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
fi | | fi |
| | |
# Be sure to have absolute paths. | | # Be sure to have absolute directory names. |
for ac_var in exec_prefix prefix | | for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ |
do | | datadir sysconfdir sharedstatedir localstatedir includedir \ |
eval ac_val=$`echo $ac_var` | | oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ |
case $ac_val in | | libdir localedir mandir |
[\\/$]* | ?:[\\/]* | NONE | '' ) ;; | | |
*) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 | | |
{ (exit 1); exit 1; }; };; | | |
esac | | |
done | | |
| | |
# Be sure to have absolute paths. | | |
for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ | | |
localstatedir libdir includedir oldincludedir infodir mandir | | |
do | | do |
eval ac_val=$`echo $ac_var` | | eval ac_val=\$$ac_var |
case $ac_val in | | case $ac_val in |
[\\/$]* | ?:[\\/]* ) ;; | | [\\/$]* | ?:[\\/]* ) continue;; |
*) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 | | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; |
{ (exit 1); exit 1; }; };; | | |
esac | | esac |
| | { echo "$as_me: error: expected an absolute directory name for --$ac_var: $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' |
| | |
test "$silent" = yes && exec 6>/dev/null | | test "$silent" = yes && exec 6>/dev/null |
| | |
| | |
| | ac_pwd=`pwd` && test -n "$ac_pwd" && |
| | ac_ls_di=`ls -di .` && |
| | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || |
| | { echo "$as_me: error: Working directory cannot be determined" >&2 |
| | { (exit 1); exit 1; }; } |
| | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || |
| | { echo "$as_me: error: pwd does not report name of working directory" >&2 |
| | { (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 its parent. | | # Try the directory containing this script, then the parent directory. |
ac_confdir=`(dirname "$0") 2>/dev/null || | | ac_confdir=`$as_dirname -- "$0" || |
$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | | $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
X"$0" : 'X\(//\)[^/]' \| \ | | X"$0" : 'X\(//\)[^/]' \| \ |
X"$0" : 'X\(//\)$' \| \ | | X"$0" : 'X\(//\)$' \| \ |
X"$0" : 'X\(/\)' \| \ | | X"$0" : 'X\(/\)' \| . 2>/dev/null || |
. : '\(.\)' 2>/dev/null || | | |
echo X"$0" | | | echo X"$0" | |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
/^X\(\/\/\)[^/].*/{ s//\1/; q; } | | s//\1/ |
/^X\(\/\/\)$/{ s//\1/; q; } | | q |
/^X\(\/\).*/{ s//\1/; q; } | | } |
| | /^X\(\/\/\)[^/].*/{ |
| | s//\1/ |
| | q |
| | } |
| | /^X\(\/\/\)$/{ |
| | s//\1/ |
| | q |
| | } |
| | /^X\(\/\).*/{ |
| | s//\1/ |
| | q |
| | } |
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 |
if test "$ac_srcdir_defaulted" = yes; then | | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." |
{ echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 | | |
{ (exit 1); exit 1; }; } | | |
else | | |
{ echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 | | { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
fi | | fi |
fi | | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" |
(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || | | ac_abs_confdir=`( |
{ echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 | | cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` | | pwd)` |
ac_env_build_alias_set=${build_alias+set} | | # When building in place, set srcdir=. |
ac_env_build_alias_value=$build_alias | | if test "$ac_abs_confdir" = "$ac_pwd"; then |
ac_cv_env_build_alias_set=${build_alias+set} | | srcdir=. |
ac_cv_env_build_alias_value=$build_alias | | fi |
ac_env_host_alias_set=${host_alias+set} | | # Remove unnecessary trailing slashes from srcdir. |
ac_env_host_alias_value=$host_alias | | # Double slashes in file names in object file debugging info |
ac_cv_env_host_alias_set=${host_alias+set} | | # mess up M-x gdb in Emacs. |
ac_cv_env_host_alias_value=$host_alias | | case $srcdir in |
ac_env_target_alias_set=${target_alias+set} | | */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; |
ac_env_target_alias_value=$target_alias | | esac |
ac_cv_env_target_alias_set=${target_alias+set} | | for ac_var in $ac_precious_vars; do |
ac_cv_env_target_alias_value=$target_alias | | eval ac_env_${ac_var}_set=\${${ac_var}+set} |
ac_env_CC_set=${CC+set} | | eval ac_env_${ac_var}_value=\$${ac_var} |
ac_env_CC_value=$CC | | eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} |
ac_cv_env_CC_set=${CC+set} | | eval ac_cv_env_${ac_var}_value=\$${ac_var} |
ac_cv_env_CC_value=$CC | | done |
ac_env_CFLAGS_set=${CFLAGS+set} | | |
ac_env_CFLAGS_value=$CFLAGS | | |
ac_cv_env_CFLAGS_set=${CFLAGS+set} | | |
ac_cv_env_CFLAGS_value=$CFLAGS | | |
ac_env_LDFLAGS_set=${LDFLAGS+set} | | |
ac_env_LDFLAGS_value=$LDFLAGS | | |
ac_cv_env_LDFLAGS_set=${LDFLAGS+set} | | |
ac_cv_env_LDFLAGS_value=$LDFLAGS | | |
ac_env_CPPFLAGS_set=${CPPFLAGS+set} | | |
ac_env_CPPFLAGS_value=$CPPFLAGS | | |
ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} | | |
ac_cv_env_CPPFLAGS_value=$CPPFLAGS | | |
ac_env_CPP_set=${CPP+set} | | |
ac_env_CPP_value=$CPP | | |
ac_cv_env_CPP_set=${CPP+set} | | |
ac_cv_env_CPP_value=$CPP | | |
ac_env_CXX_set=${CXX+set} | | |
ac_env_CXX_value=$CXX | | |
ac_cv_env_CXX_set=${CXX+set} | | |
ac_cv_env_CXX_value=$CXX | | |
ac_env_CXXFLAGS_set=${CXXFLAGS+set} | | |
ac_env_CXXFLAGS_value=$CXXFLAGS | | |
ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set} | | |
ac_cv_env_CXXFLAGS_value=$CXXFLAGS | | |
ac_env_CXXCPP_set=${CXXCPP+set} | | |
ac_env_CXXCPP_value=$CXXCPP | | |
ac_cv_env_CXXCPP_set=${CXXCPP+set} | | |
ac_cv_env_CXXCPP_value=$CXXCPP | | |
ac_env_F77_set=${F77+set} | | |
ac_env_F77_value=$F77 | | |
ac_cv_env_F77_set=${F77+set} | | |
ac_cv_env_F77_value=$F77 | | |
ac_env_FFLAGS_set=${FFLAGS+set} | | |
ac_env_FFLAGS_value=$FFLAGS | | |
ac_cv_env_FFLAGS_set=${FFLAGS+set} | | |
ac_cv_env_FFLAGS_value=$FFLAGS | | |
| | |
# | | # |
# Report the --help message. | | # Report the --help message. |
| | |
-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 \`..'] |
| | |
_ACEOF | | |
| | |
cat <<_ACEOF | | |
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] |
| | |
--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] |
--datadir=DIR read-only architecture-independent data [PREFIX/share] | | |
--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/com] | | --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/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] |
--infodir=DIR info documentation [PREFIX/info] | | --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] |
--mandir=DIR man documentation [PREFIX/man] | | --datadir=DIR read-only architecture-independent data [DATAROOTDIR] |
| | --infodir=DIR info documentation [DATAROOTDIR/info] |
| | --localedir=DIR locale-dependent data [DATAROOTDIR/locale] |
| | --mandir=DIR man documentation [DATAROOTDIR/man] |
| | --docdir=DIR documentation root [DATAROOTDIR/doc/crossfire] |
| | --htmldir=DIR html documentation [DOCDIR] |
| | --dvidir=DIR dvi documentation [DOCDIR] |
| | --pdfdir=DIR pdf documentation [DOCDIR] |
| | --psdir=DIR ps documentation [DOCDIR] |
_ACEOF | | _ACEOF |
| | |
cat <<\_ACEOF | | cat <<\_ACEOF |
| | |
--enable-FEATURE[=ARG] include FEATURE [ARG=yes] | | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
--enable-maintainer-mode enable make rules and dependencies not useful | | --enable-maintainer-mode enable make rules and dependencies not useful |
(and sometimes confusing) to the casual installer | | (and sometimes confusing) to the casual installer |
--enable-shared[=PKGS] | | --enable-shared[=PKGS] build shared libraries [default=yes] |
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] |
--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 |
--disable-libtool-lock avoid locking (might break parallel builds) | | --disable-libtool-lock avoid locking (might break parallel builds) |
--enable-dmalloc Use the dmalloc library if available, may prevent plugins from working | | --enable-dmalloc Use the dmalloc library if available, may prevent plugins from working |
| | --disable-check Disable the unit tests even if check is available |
| | |
Optional Packages: | | Optional Packages: |
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | | --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
| | |
--with-gnu-ld assume the C compiler uses GNU ld [default=no] | | --with-gnu-ld assume the C compiler uses GNU ld [default=no] |
--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-tags[=TAGS] | | --with-tags[=TAGS] include additional configurations [automatic] |
include additional configurations [automatic] | | |
--with-python=dir Directory to look for python headers/library (default=standard system location) | | --with-python=dir Directory to look for python headers/library (default=standard system location) |
--with-x use the X Window System | | --with-x use the X Window System |
--with-check=PATH prefix where check is installed default=auto | | --with-check=PATH prefix where check is installed default=auto |
| | |
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> |
CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have | | CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if |
headers in a nonstandard directory <include dir> | | you have headers in a nonstandard directory <include dir> |
CPP C preprocessor | | CPP C preprocessor |
CXX C++ compiler command | | CXX C++ compiler command |
CXXFLAGS C++ compiler flags | | CXXFLAGS C++ compiler flags |
CXXCPP C++ preprocessor | | CXXCPP C++ preprocessor |
F77 Fortran 77 compiler command | | F77 Fortran 77 compiler command |
FFLAGS Fortran 77 compiler flags | | FFLAGS Fortran 77 compiler flags |
| | XMKMF Path to xmkmf, Makefile generator for X Window System |
| | |
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 <crossfire-devel@listserv.real-time.com>. | | Report bugs to <crossfire-devel@listserv.real-time.com>. |
_ACEOF | | _ACEOF |
| | 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. |
ac_popdir=`pwd` | | |
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" || continue |
ac_builddir=. | | ac_builddir=. |
| | |
if test "$ac_dir" != .; then | | |
ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` | | |
# A "../" for each directory in $ac_dir_suffix. | | |
ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` | | |
else | | |
ac_dir_suffix= ac_top_builddir= | | |
fi | | |
| | |
case $srcdir in | | |
.) # No --srcdir option. We are building in place. | | |
ac_srcdir=. | | |
if test -z "$ac_top_builddir"; then | | |
ac_top_srcdir=. | | |
else | | |
ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` | | |
fi ;; | | |
[\\/]* | ?:[\\/]* ) # Absolute path. | | |
ac_srcdir=$srcdir$ac_dir_suffix; | | |
ac_top_srcdir=$srcdir ;; | | |
*) # Relative path. | | |
ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix | | |
ac_top_srcdir=$ac_top_builddir$srcdir ;; | | |
esac | | |
| | |
# Do not use `cd foo && pwd` to compute absolute paths, because | | |
# the directories may not exist. | | |
case `pwd` in | | |
.) ac_abs_builddir="$ac_dir";; | | |
*) | | |
case "$ac_dir" in | | case "$ac_dir" in |
.) ac_abs_builddir=`pwd`;; | | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; |
[\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; | | |
*) ac_abs_builddir=`pwd`/"$ac_dir";; | | |
esac;; | | |
esac | | |
case $ac_abs_builddir in | | |
.) ac_abs_top_builddir=${ac_top_builddir}.;; | | |
*) | | |
case ${ac_top_builddir}. in | | |
.) ac_abs_top_builddir=$ac_abs_builddir;; | | |
[\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; | | |
*) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; | | |
esac;; | | |
esac | | |
case $ac_abs_builddir in | | |
.) ac_abs_srcdir=$ac_srcdir;; | | |
*) | | |
case $ac_srcdir in | | |
.) ac_abs_srcdir=$ac_abs_builddir;; | | |
[\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; | | |
*) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; | | |
esac;; | | |
esac | | |
case $ac_abs_builddir in | | |
.) ac_abs_top_srcdir=$ac_top_srcdir;; | | |
*) | | *) |
case $ac_top_srcdir in | | ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` |
.) ac_abs_top_srcdir=$ac_abs_builddir;; | | # A ".." for each directory in $ac_dir_suffix. |
[\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; | | ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` |
*) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; | | case $ac_top_builddir_sub in |
| | "") ac_top_builddir_sub=. ac_top_build_prefix= ;; |
| | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; |
esac;; | | esac;; |
esac | | esac |
| | ac_abs_top_builddir=$ac_pwd |
| | ac_abs_builddir=$ac_pwd$ac_dir_suffix |
| | # for backward compatibility: |
| | ac_top_builddir=$ac_top_build_prefix |
| | |
cd $ac_dir | | case $srcdir in |
# Check for guested configure; otherwise get Cygnus style configure. | | .) # We are building in place. |
if test -f $ac_srcdir/configure.gnu; then | | ac_srcdir=. |
echo | | ac_top_srcdir=$ac_top_builddir_sub |
$SHELL $ac_srcdir/configure.gnu --help=recursive | | ac_abs_top_srcdir=$ac_pwd ;; |
elif test -f $ac_srcdir/configure; then | | [\\/]* | ?:[\\/]* ) # Absolute name. |
echo | | ac_srcdir=$srcdir$ac_dir_suffix; |
$SHELL $ac_srcdir/configure --help=recursive | | ac_top_srcdir=$srcdir |
elif test -f $ac_srcdir/configure.ac || | | ac_abs_top_srcdir=$srcdir ;; |
test -f $ac_srcdir/configure.in; then | | *) # Relative name. |
echo | | ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix |
$ac_configure --help | | ac_top_srcdir=$ac_top_build_prefix$srcdir |
| | ac_abs_top_srcdir=$ac_pwd/$srcdir ;; |
| | esac |
| | ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
| | |
| | cd "$ac_dir" || { ac_status=$?; continue; } |
| | # Check for guested configure. |
| | if test -f "$ac_srcdir/configure.gnu"; then |
| | echo && |
| | $SHELL "$ac_srcdir/configure.gnu" --help=recursive |
| | elif test -f "$ac_srcdir/configure"; then |
| | echo && |
| | $SHELL "$ac_srcdir/configure" --help=recursive |
else | | else |
echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 | | echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 |
fi | | fi || ac_status=$? |
cd "$ac_popdir" | | cd "$ac_pwd" || { ac_status=$?; break; } |
done | | done |
fi | | fi |
| | |
test -n "$ac_init_help" && exit 0 | | test -n "$ac_init_help" && exit $ac_status |
if $ac_init_version; then | | if $ac_init_version; then |
cat <<\_ACEOF | | cat <<\_ACEOF |
crossfire configure 1.9.1 | | crossfire configure 1.9.1 |
generated by GNU Autoconf 2.59 | | generated by GNU Autoconf 2.60 |
| | |
Copyright (C) 2003 Free Software Foundation, Inc. | | Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
| | 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 0 | | exit |
fi | | fi |
exec 5>config.log | | cat >config.log <<_ACEOF |
cat >&5 <<_ACEOF | | |
This file contains any messages produced by compilers while | | This file contains any messages produced by compilers while |
running configure, to aid debugging if configure makes a mistake. | | running configure, to aid debugging if configure makes a mistake. |
| | |
It was created by crossfire $as_me 1.9.1, which was | | It was created by crossfire $as_me 1.9.1, which was |
generated by GNU Autoconf 2.59. Invocation command line was | | generated by GNU Autoconf 2.60. Invocation command line was |
| | |
$ $0 $@ | | $ $0 $@ |
| | |
_ACEOF | | _ACEOF |
| | exec 5>>config.log |
{ | | { |
cat <<_ASUNAME | | cat <<_ASUNAME |
## --------- ## | | ## --------- ## |
| | |
/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` | | /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` |
/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` | | /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` |
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` | | /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` |
hostinfo = `(hostinfo) 2>/dev/null || echo unknown` | | /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` |
/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` | | /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` |
/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` | | /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` |
/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` | | /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` |
| | |
test -z "$as_dir" && as_dir=. | | test -z "$as_dir" && as_dir=. |
echo "PATH: $as_dir" | | echo "PATH: $as_dir" |
done | | done |
| | IFS=$as_save_IFS |
| | |
} >&5 | | } >&5 |
| | |
| | |
ac_configure_args= | | ac_configure_args= |
ac_configure_args0= | | ac_configure_args0= |
ac_configure_args1= | | ac_configure_args1= |
ac_sep= | | |
ac_must_keep_next=false | | ac_must_keep_next=false |
for ac_pass in 1 2 | | for ac_pass in 1 2 |
do | | do |
| | |
-q | -quiet | --quiet | --quie | --qui | --qu | --q \ | | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
| -silent | --silent | --silen | --sile | --sil) | | | -silent | --silent | --silen | --sile | --sil) |
continue ;; | | continue ;; |
*" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) | | *\'*) |
ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; | | ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; |
esac | | esac |
case $ac_pass in | | case $ac_pass in |
| | |
-* ) ac_must_keep_next=true ;; | | -* ) ac_must_keep_next=true ;; |
esac | | esac |
fi | | fi |
ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" | | ac_configure_args="$ac_configure_args '$ac_arg'" |
# Get rid of the leading space. | | |
ac_sep=" " | | |
;; | | ;; |
esac | | esac |
done | | done |
| | |
# When interrupted or exit'd, cleanup temporary files, and complete | | # When interrupted or exit'd, cleanup temporary files, and complete |
# config.log. We remove comments because anyway the quotes in there | | # config.log. We remove comments because anyway the quotes in there |
# would cause problems or look ugly. | | # would cause problems or look ugly. |
# WARNING: Be sure not to use single quotes in there, as some shells, | | # WARNING: Use '\'' to represent an apostrophe within the trap. |
# such as our DU 5.0 friend, will then `close' the trap. | | # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. |
trap 'exit_status=$? | | trap 'exit_status=$? |
# Save into config.log some information that might help in debugging. | | # Save into config.log some information that might help in debugging. |
{ | | { |
| | |
_ASBOX | | _ASBOX |
echo | | echo |
# The following way of writing the cache mishandles newlines in values, | | # 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 contains 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 | | | (set) 2>&1 | |
case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in | | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( |
*ac_space=\ *) | | *${as_nl}ac_space=\ *) |
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" |
;; | | ;; #( |
*) | | *) |
sed -n \ | | sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" |
"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" | | |
;; | | ;; |
esac; | | esac | |
} | | sort |
| | ) |
echo | | echo |
| | |
cat <<\_ASBOX | | cat <<\_ASBOX |
| | |
echo | | echo |
for ac_var in $ac_subst_vars | | for ac_var in $ac_subst_vars |
do | | do |
eval ac_val=$`echo $ac_var` | | eval ac_val=\$$ac_var |
echo "$ac_var='"'"'$ac_val'"'"'" | | case $ac_val in |
| | *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; |
| | esac |
| | echo "$ac_var='\''$ac_val'\''" |
done | sort | | done | sort |
echo | | echo |
| | |
if test -n "$ac_subst_files"; then | | if test -n "$ac_subst_files"; then |
cat <<\_ASBOX | | cat <<\_ASBOX |
## ------------- ## | | ## ------------------- ## |
## Output files. ## | | ## File substitutions. ## |
## ------------- ## | | ## ------------------- ## |
_ASBOX | | _ASBOX |
echo | | echo |
for ac_var in $ac_subst_files | | for ac_var in $ac_subst_files |
do | | do |
eval ac_val=$`echo $ac_var` | | eval ac_val=\$$ac_var |
echo "$ac_var='"'"'$ac_val'"'"'" | | case $ac_val in |
| | *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; |
| | esac |
| | echo "$ac_var='\''$ac_val'\''" |
done | sort | | done | sort |
echo | | echo |
fi | | fi |
| | |
## ----------- ## | | ## ----------- ## |
_ASBOX | | _ASBOX |
echo | | echo |
sed "/^$/d" confdefs.h | sort | | cat confdefs.h |
echo | | echo |
fi | | fi |
test "$ac_signal" != 0 && | | test "$ac_signal" != 0 && |
echo "$as_me: caught signal $ac_signal" | | echo "$as_me: caught signal $ac_signal" |
echo "$as_me: exit $exit_status" | | echo "$as_me: exit $exit_status" |
} >&5 | | } >&5 |
rm -f core *.core && | | rm -f core *.core core.conftest.* && |
rm -rf conftest* confdefs* conf$$* $ac_clean_files && | | rm -f -r conftest* confdefs* conf$$* $ac_clean_files && |
exit $exit_status | | exit $exit_status |
' 0 | | ' 0 |
for ac_signal in 1 2 13 15; do | | for ac_signal in 1 2 13 15; do |
| | |
ac_signal=0 | | ac_signal=0 |
| | |
# confdefs.h avoids OS command line length limits that DEFS can exceed. | | # confdefs.h avoids OS command line length limits that DEFS can exceed. |
rm -rf conftest* confdefs.h | | rm -f -r conftest* confdefs.h |
# AIX cpp loses on an empty file, so make sure it contains at least a newline. | | |
echo >confdefs.h | | |
| | |
# Predefined preprocessor variables. | | # Predefined preprocessor variables. |
| | |
| | |
| | |
# Let the site file select an alternate cache file if it wants to. | | # Let the site file select an alternate cache file if it wants to. |
# Prefer explicitly selected file to automatically selected ones. | | # Prefer explicitly selected file to automatically selected ones. |
if test -z "$CONFIG_SITE"; then | | if test -n "$CONFIG_SITE"; then |
if test "x$prefix" != xNONE; then | | set x "$CONFIG_SITE" |
CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" | | elif test "x$prefix" != xNONE; then |
| | set x "$prefix/share/config.site" "$prefix/etc/config.site" |
else | | else |
CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" | | set x "$ac_default_prefix/share/config.site" \ |
| | "$ac_default_prefix/etc/config.site" |
fi | | fi |
fi | | shift |
for ac_site_file in $CONFIG_SITE; do | | for ac_site_file |
| | do |
if test -r "$ac_site_file"; then | | if test -r "$ac_site_file"; then |
{ echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 | | { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 |
echo "$as_me: loading site script $ac_site_file" >&6;} | | echo "$as_me: loading site script $ac_site_file" >&6;} |
| | |
{ echo "$as_me:$LINENO: loading cache $cache_file" >&5 | | { echo "$as_me:$LINENO: loading cache $cache_file" >&5 |
echo "$as_me: loading cache $cache_file" >&6;} | | echo "$as_me: loading cache $cache_file" >&6;} |
case $cache_file in | | case $cache_file in |
[\\/]* | ?:[\\/]* ) . $cache_file;; | | [\\/]* | ?:[\\/]* ) . "$cache_file";; |
*) . ./$cache_file;; | | *) . "./$cache_file";; |
esac | | esac |
fi | | fi |
else | | else |
| | |
# Check that the precious variables saved in the cache have kept the same | | # Check that the precious variables saved in the cache have kept the same |
# value. | | # value. |
ac_cache_corrupted=false | | ac_cache_corrupted=false |
for ac_var in `(set) 2>&1 | | | for ac_var in $ac_precious_vars; do |
sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do | | |
eval ac_old_set=\$ac_cv_env_${ac_var}_set | | eval ac_old_set=\$ac_cv_env_${ac_var}_set |
eval ac_new_set=\$ac_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_old_val=\$ac_cv_env_${ac_var}_value |
eval ac_new_val="\$ac_env_${ac_var}_value" | | eval ac_new_val=\$ac_env_${ac_var}_value |
case $ac_old_set,$ac_new_set in | | case $ac_old_set,$ac_new_set in |
set,) | | set,) |
{ echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 | | { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 |
| | |
# Pass precious variables to config.status. | | # Pass precious variables to config.status. |
if test "$ac_new_set" = set; then | | if test "$ac_new_set" = set; then |
case $ac_new_val in | | case $ac_new_val in |
*" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) | | *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; |
ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; | | |
*) ac_arg=$ac_var=$ac_new_val ;; | | *) ac_arg=$ac_var=$ac_new_val ;; |
esac | | esac |
case " $ac_configure_args " in | | case " $ac_configure_args " in |
| | |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
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 | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | 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 |
| | |
| | |
ac_aux_dir= | | ac_aux_dir= |
for ac_dir in utils $srcdir/utils; do | | for ac_dir in utils "$srcdir"/utils; do |
if test -f $ac_dir/install-sh; then | | if test -f "$ac_dir/install-sh"; then |
ac_aux_dir=$ac_dir | | ac_aux_dir=$ac_dir |
ac_install_sh="$ac_aux_dir/install-sh -c" | | ac_install_sh="$ac_aux_dir/install-sh -c" |
break | | break |
elif test -f $ac_dir/install.sh; then | | elif test -f "$ac_dir/install.sh"; then |
ac_aux_dir=$ac_dir | | ac_aux_dir=$ac_dir |
ac_install_sh="$ac_aux_dir/install.sh -c" | | ac_install_sh="$ac_aux_dir/install.sh -c" |
break | | break |
elif test -f $ac_dir/shtool; then | | elif test -f "$ac_dir/shtool"; then |
ac_aux_dir=$ac_dir | | ac_aux_dir=$ac_dir |
ac_install_sh="$ac_aux_dir/shtool install -c" | | ac_install_sh="$ac_aux_dir/shtool install -c" |
break | | break |
fi | | fi |
done | | done |
if test -z "$ac_aux_dir"; then | | if test -z "$ac_aux_dir"; then |
{ { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in utils $srcdir/utils" >&5 | | { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in utils \"$srcdir\"/utils" >&5 |
echo "$as_me: error: cannot find install-sh or install.sh in utils $srcdir/utils" >&2;} | | echo "$as_me: error: cannot find install-sh or install.sh in utils \"$srcdir\"/utils" >&2;} |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
fi | | fi |
ac_config_guess="$SHELL $ac_aux_dir/config.guess" | | |
ac_config_sub="$SHELL $ac_aux_dir/config.sub" | | # These three variables are undocumented and unsupported, |
ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. | | # 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 directory |
| | # 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. |
| | |
| | |
| | |
am__api_version="1.9" | | am__api_version="1.9" |
| | |
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
# OS/2's system install, which has a completely different semantic | | # OS/2's system install, which has a completely different semantic |
# ./install, which can be erroneously created by make from ./install.sh. | | # ./install, which can be erroneously created by make from ./install.sh. |
echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 | | { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 |
echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 | | echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } |
if test -z "$INSTALL"; then | | if test -z "$INSTALL"; then |
if test "${ac_cv_path_install+set}" = set; then | | if test "${ac_cv_path_install+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
# by default. | | # by default. |
for ac_prog in ginstall scoinst install; do | | for ac_prog in ginstall scoinst install; do |
for ac_exec_ext in '' $ac_executable_extensions; do | | for ac_exec_ext in '' $ac_executable_extensions; do |
if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then |
if test $ac_prog = install && | | if test $ac_prog = install && |
grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | | grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
# AIX install. It has an incompatible calling convention. | | # AIX install. It has an incompatible calling convention. |
| | |
;; | | ;; |
esac | | esac |
done | | done |
| | IFS=$as_save_IFS |
| | |
| | |
fi | | fi |
if test "${ac_cv_path_install+set}" = set; then | | if test "${ac_cv_path_install+set}" = set; then |
INSTALL=$ac_cv_path_install | | INSTALL=$ac_cv_path_install |
else | | else |
# As a last resort, use the slow shell script. We don't cache a | | # As a last resort, use the slow shell script. Don't cache a |
# path for INSTALL within a source directory, because that will | | # value for INSTALL within a source directory, because that will |
# break other packages using the cache if that directory is | | # break other packages using the cache if that directory is |
# removed, or if the path is relative. | | # removed, or if the value is a relative name. |
INSTALL=$ac_install_sh | | INSTALL=$ac_install_sh |
fi | | fi |
fi | | fi |
echo "$as_me:$LINENO: result: $INSTALL" >&5 | | { echo "$as_me:$LINENO: result: $INSTALL" >&5 |
echo "${ECHO_T}$INSTALL" >&6 | | echo "${ECHO_T}$INSTALL" >&6; } |
| | |
# Use test -z because SunOS4 sh mishandles braces in ${var-val}. | | # Use test -z because SunOS4 sh mishandles braces in ${var-val}. |
# It thinks the first close brace ends the variable substitution. | | # It thinks the first close brace ends the variable substitution. |
| | |
| | |
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' | | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
| | |
echo "$as_me:$LINENO: checking whether build environment is sane" >&5 | | { echo "$as_me:$LINENO: checking whether build environment is sane" >&5 |
echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6 | | echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; } |
# Just in case | | # Just in case |
sleep 1 | | sleep 1 |
echo timestamp > conftest.file | | echo timestamp > conftest.file |
| | |
Check your system clock" >&2;} | | Check your system clock" >&2;} |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
fi | | fi |
echo "$as_me:$LINENO: result: yes" >&5 | | { echo "$as_me:$LINENO: result: yes" >&5 |
echo "${ECHO_T}yes" >&6 | | echo "${ECHO_T}yes" >&6; } |
test "$program_prefix" != NONE && | | test "$program_prefix" != NONE && |
program_transform_name="s,^,$program_prefix,;$program_transform_name" | | program_transform_name="s&^&$program_prefix&;$program_transform_name" |
# Use a double $ so make ignores it. | | # Use a double $ so make ignores it. |
test "$program_suffix" != NONE && | | test "$program_suffix" != NONE && |
program_transform_name="s,\$,$program_suffix,;$program_transform_name" | | program_transform_name="s&\$&$program_suffix&;$program_transform_name" |
# Double any \ or $. echo might interpret backslashes. | | # Double any \ or $. echo might interpret backslashes. |
# By default was `s,x,x', remove it if useless. | | # By default was `s,x,x', remove it if useless. |
cat <<\_ACEOF >conftest.sed | | cat <<\_ACEOF >conftest.sed |
s/[\\$]/&&/g;s/;s,x,x,$// | | s/[\\$]/&&/g;s/;s,x,x,$// |
_ACEOF | | _ACEOF |
program_transform_name=`echo $program_transform_name | sed -f conftest.sed` | | program_transform_name=`echo $program_transform_name | sed -f conftest.sed` |
rm conftest.sed | | rm -f conftest.sed |
| | |
# expand $ac_aux_dir to an absolute path | | # expand $ac_aux_dir to an absolute path |
am_aux_dir=`cd $ac_aux_dir && pwd` | | am_aux_dir=`cd $ac_aux_dir && pwd` |
| | |
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 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_prog_AWK+set}" = set; then | | if test "${ac_cv_prog_AWK+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
ac_cv_prog_AWK="$ac_prog" | | ac_cv_prog_AWK="$ac_prog" |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | 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 |
| | |
fi | | fi |
fi | | fi |
AWK=$ac_cv_prog_AWK | | AWK=$ac_cv_prog_AWK |
if test -n "$AWK"; then | | if test -n "$AWK"; then |
echo "$as_me:$LINENO: result: $AWK" >&5 | | { echo "$as_me:$LINENO: result: $AWK" >&5 |
echo "${ECHO_T}$AWK" >&6 | | echo "${ECHO_T}$AWK" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | |
test -n "$AWK" && break | | test -n "$AWK" && break |
done | | done |
| | |
echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 | | { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 |
echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 | | echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } |
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` | | set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then | | if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
cat >conftest.make <<\_ACEOF | | cat >conftest.make <<\_ACEOF |
| | SHELL = /bin/sh |
all: | | all: |
@echo 'ac_maketemp="$(MAKE)"' | | @echo '@@@%%%=$(MAKE)=@@@%%%' |
_ACEOF | | _ACEOF |
# GNU make sometimes prints "make[1]: Entering...", which would confuse us. | | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` | | case `${MAKE-make} -f conftest.make 2>/dev/null` in |
if test -n "$ac_maketemp"; then | | *@@@%%%=?*=@@@%%%*) |
eval ac_cv_prog_make_${ac_make}_set=yes | | eval ac_cv_prog_make_${ac_make}_set=yes;; |
else | | *) |
eval ac_cv_prog_make_${ac_make}_set=no | | eval ac_cv_prog_make_${ac_make}_set=no;; |
fi | | esac |
rm -f conftest.make | | rm -f conftest.make |
fi | | fi |
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then | | if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then |
echo "$as_me:$LINENO: result: yes" >&5 | | { echo "$as_me:$LINENO: result: yes" >&5 |
echo "${ECHO_T}yes" >&6 | | echo "${ECHO_T}yes" >&6; } |
SET_MAKE= | | SET_MAKE= |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
SET_MAKE="MAKE=${MAKE-make}" | | SET_MAKE="MAKE=${MAKE-make}" |
fi | | fi |
| | |
| | |
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 program name with args. | | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program 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 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&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 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$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 | | 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 |
| | |
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 | | { echo "$as_me:$LINENO: result: $STRIP" >&5 |
echo "${ECHO_T}$STRIP" >&6 | | echo "${ECHO_T}$STRIP" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}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 args. | | # Extract the first word of "strip", so it can be a program name with args. |
set dummy strip; ac_word=$2 | | set dummy strip; ac_word=$2 |
echo "$as_me:$LINENO: checking for $ac_word" >&5 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&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 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$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 | | 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 |
| | |
test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":" | | |
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 | | { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 |
echo "${ECHO_T}$ac_ct_STRIP" >&6 | | echo "${ECHO_T}$ac_ct_STRIP" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | if test "x$ac_ct_STRIP" = x; then |
| | STRIP=":" |
| | else |
| | case $cross_compiling:$ac_tool_warned in |
| | yes:) |
| | { echo "$as_me:$LINENO: 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." >&5 |
| | 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 ;; |
| | esac |
STRIP=$ac_ct_STRIP | | STRIP=$ac_ct_STRIP |
| | fi |
else | | else |
STRIP="$ac_cv_prog_STRIP" | | STRIP="$ac_cv_prog_STRIP" |
fi | | fi |
| | |
ac_config_headers="$ac_config_headers include/autoconf.h" | | ac_config_headers="$ac_config_headers include/autoconf.h" |
| | |
| | |
echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 | | { echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 |
echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6 | | echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; } |
# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. | | # Check whether --enable-maintainer-mode was given. |
if test "${enable_maintainer_mode+set}" = set; then | | if test "${enable_maintainer_mode+set}" = set; then |
enableval="$enable_maintainer_mode" | | enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval |
USE_MAINTAINER_MODE=$enableval | | |
else | | else |
USE_MAINTAINER_MODE=no | | USE_MAINTAINER_MODE=no |
fi; | | fi |
echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 | | |
echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6 | | { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 |
| | echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; } |
| | |
| | |
if test $USE_MAINTAINER_MODE = yes; then | | if test $USE_MAINTAINER_MODE = yes; then |
| | |
| | |
| | |
| | |
# Check whether --enable-shared or --disable-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" | | enableval=$enable_shared; p=${PACKAGE-default} |
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 ;; |
| | |
esac | | esac |
else | | else |
enable_shared=yes | | enable_shared=yes |
fi; | | fi |
| | |
| | |
# Check whether --enable-static or --disable-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" | | enableval=$enable_static; p=${PACKAGE-default} |
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 ;; |
| | |
esac | | esac |
else | | else |
enable_static=yes | | enable_static=yes |
fi; | | fi |
| | |
# Check whether --enable-fast-install or --disable-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" | | enableval=$enable_fast_install; p=${PACKAGE-default} |
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 ;; |
| | |
esac | | esac |
else | | else |
enable_fast_install=yes | | enable_fast_install=yes |
fi; | | fi |
| | |
| | |
# Make sure we can run config.sub. | | # Make sure we can run config.sub. |
$ac_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 $ac_config_sub" >&5 | | { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 |
echo "$as_me: error: cannot run $ac_config_sub" >&2;} | | echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
| | |
echo "$as_me:$LINENO: checking build system type" >&5 | | { echo "$as_me:$LINENO: checking build system type" >&5 |
echo $ECHO_N "checking build system type... $ECHO_C" >&6 | | echo $ECHO_N "checking build system type... $ECHO_C" >&6; } |
if test "${ac_cv_build+set}" = set; then | | if test "${ac_cv_build+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
ac_cv_build_alias=$build_alias | | ac_build_alias=$build_alias |
test -z "$ac_cv_build_alias" && | | test "x$ac_build_alias" = x && |
ac_cv_build_alias=`$ac_config_guess` | | ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` |
test -z "$ac_cv_build_alias" && | | test "x$ac_build_alias" = x && |
{ { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 | | { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 |
echo "$as_me: error: cannot guess build type; you must specify one" >&2;} | | echo "$as_me: error: cannot guess build type; you must specify one" >&2;} |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || | | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || |
{ { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5 | | { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 |
echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;} | | echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
| | |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_build" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_build" >&5 |
echo "${ECHO_T}$ac_cv_build" >&6 | | echo "${ECHO_T}$ac_cv_build" >&6; } |
| | case $ac_cv_build in |
| | *-*-*) ;; |
| | *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 |
| | echo "$as_me: error: invalid value of canonical build" >&2;} |
| | { (exit 1); exit 1; }; };; |
| | esac |
build=$ac_cv_build | | build=$ac_cv_build |
build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | | ac_save_IFS=$IFS; IFS='-' |
build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | | set x $ac_cv_build |
build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | | shift |
| | build_cpu=$1 |
| | build_vendor=$2 |
| | shift; shift |
| | # Remember, the first character of IFS is used to create $*, |
| | # except with old shells: |
| | build_os=$* |
| | IFS=$ac_save_IFS |
| | case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac |
| | |
| | |
echo "$as_me:$LINENO: checking host system type" >&5 | | { echo "$as_me:$LINENO: checking host system type" >&5 |
echo $ECHO_N "checking host system type... $ECHO_C" >&6 | | echo $ECHO_N "checking host system type... $ECHO_C" >&6; } |
if test "${ac_cv_host+set}" = set; then | | if test "${ac_cv_host+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
ac_cv_host_alias=$host_alias | | if test "x$host_alias" = x; then |
test -z "$ac_cv_host_alias" && | | ac_cv_host=$ac_cv_build |
ac_cv_host_alias=$ac_cv_build_alias | | else |
ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || | | ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || |
{ { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5 | | { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 |
echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} | | echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
| | fi |
| | |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_host" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_host" >&5 |
echo "${ECHO_T}$ac_cv_host" >&6 | | echo "${ECHO_T}$ac_cv_host" >&6; } |
| | case $ac_cv_host in |
| | *-*-*) ;; |
| | *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 |
| | echo "$as_me: error: invalid value of canonical host" >&2;} |
| | { (exit 1); exit 1; }; };; |
| | esac |
host=$ac_cv_host | | host=$ac_cv_host |
host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | | ac_save_IFS=$IFS; IFS='-' |
host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | | set x $ac_cv_host |
host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | | shift |
| | host_cpu=$1 |
| | host_vendor=$2 |
| | shift; shift |
| | # Remember, the first character of IFS is used to create $*, |
| | # except with old shells: |
| | host_os=$* |
| | IFS=$ac_save_IFS |
| | case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac |
| | |
| | |
DEPDIR="${am__leading_dot}deps" | | DEPDIR="${am__leading_dot}deps" |
| | |
.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 | | { echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 |
echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6 | | echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; } |
am__include="#" | | am__include="#" |
am__quote= | | am__quote= |
_am_result=none | | _am_result=none |
| | |
fi | | fi |
| | |
| | |
echo "$as_me:$LINENO: result: $_am_result" >&5 | | { echo "$as_me:$LINENO: result: $_am_result" >&5 |
echo "${ECHO_T}$_am_result" >&6 | | echo "${ECHO_T}$_am_result" >&6; } |
rm -f confinc confmf | | rm -f confinc confmf |
| | |
# Check whether --enable-dependency-tracking or --disable-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='\' |
| | |
if test -n "$ac_tool_prefix"; then | | if test -n "$ac_tool_prefix"; then |
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. | | # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. |
set dummy ${ac_tool_prefix}gcc; ac_word=$2 | | set dummy ${ac_tool_prefix}gcc; ac_word=$2 |
echo "$as_me:$LINENO: checking for $ac_word" >&5 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_prog_CC+set}" = set; then | | if test "${ac_cv_prog_CC+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
ac_cv_prog_CC="${ac_tool_prefix}gcc" | | ac_cv_prog_CC="${ac_tool_prefix}gcc" |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | 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 |
| | |
fi | | fi |
fi | | fi |
CC=$ac_cv_prog_CC | | CC=$ac_cv_prog_CC |
if test -n "$CC"; then | | if test -n "$CC"; then |
echo "$as_me:$LINENO: result: $CC" >&5 | | { echo "$as_me:$LINENO: result: $CC" >&5 |
echo "${ECHO_T}$CC" >&6 | | echo "${ECHO_T}$CC" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | |
fi | | fi |
if test -z "$ac_cv_prog_CC"; then | | if test -z "$ac_cv_prog_CC"; then |
ac_ct_CC=$CC | | ac_ct_CC=$CC |
# Extract the first word of "gcc", so it can be a program name with args. | | # Extract the first word of "gcc", so it can be a program name with args. |
set dummy gcc; ac_word=$2 | | set dummy gcc; ac_word=$2 |
echo "$as_me:$LINENO: checking for $ac_word" >&5 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then | | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
ac_cv_prog_ac_ct_CC="gcc" | | ac_cv_prog_ac_ct_CC="gcc" |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | 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 |
| | |
fi | | fi |
fi | | fi |
ac_ct_CC=$ac_cv_prog_ac_ct_CC | | ac_ct_CC=$ac_cv_prog_ac_ct_CC |
if test -n "$ac_ct_CC"; then | | if test -n "$ac_ct_CC"; then |
echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 | | { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 |
echo "${ECHO_T}$ac_ct_CC" >&6 | | echo "${ECHO_T}$ac_ct_CC" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | if test "x$ac_ct_CC" = x; then |
| | CC="" |
| | else |
| | case $cross_compiling:$ac_tool_warned in |
| | yes:) |
| | { echo "$as_me:$LINENO: 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." >&5 |
| | 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 ;; |
| | esac |
CC=$ac_ct_CC | | CC=$ac_ct_CC |
| | fi |
else | | else |
CC="$ac_cv_prog_CC" | | CC="$ac_cv_prog_CC" |
fi | | fi |
| | |
if test -n "$ac_tool_prefix"; then | | if test -n "$ac_tool_prefix"; then |
# Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. | | # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. |
set dummy ${ac_tool_prefix}cc; ac_word=$2 | | set dummy ${ac_tool_prefix}cc; ac_word=$2 |
echo "$as_me:$LINENO: checking for $ac_word" >&5 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_prog_CC+set}" = set; then | | if test "${ac_cv_prog_CC+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
ac_cv_prog_CC="${ac_tool_prefix}cc" | | ac_cv_prog_CC="${ac_tool_prefix}cc" |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | 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 |
| | |
fi | | fi |
fi | | fi |
CC=$ac_cv_prog_CC | | CC=$ac_cv_prog_CC |
if test -n "$CC"; then | | if test -n "$CC"; then |
echo "$as_me:$LINENO: result: $CC" >&5 | | { echo "$as_me:$LINENO: result: $CC" >&5 |
echo "${ECHO_T}$CC" >&6 | | echo "${ECHO_T}$CC" >&6; } |
else | | |
echo "$as_me:$LINENO: result: no" >&5 | | |
echo "${ECHO_T}no" >&6 | | |
fi | | |
| | |
fi | | |
if test -z "$ac_cv_prog_CC"; then | | |
ac_ct_CC=$CC | | |
# Extract the first word of "cc", so it can be a program name with args. | | |
set dummy 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_ac_ct_CC+set}" = set; then | | |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | |
else | | else |
if test -n "$ac_ct_CC"; then | | { echo "$as_me:$LINENO: result: no" >&5 |
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | | echo "${ECHO_T}no" >&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=. | | |
for ac_exec_ext in '' $ac_executable_extensions; do | | |
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | |
ac_cv_prog_ac_ct_CC="cc" | | |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | |
break 2 | | |
fi | | fi |
done | | |
done | | |
| | |
fi | | |
fi | | |
ac_ct_CC=$ac_cv_prog_ac_ct_CC | | |
if test -n "$ac_ct_CC"; then | | |
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 | | |
| | |
CC=$ac_ct_CC | | |
else | | |
CC="$ac_cv_prog_CC" | | |
fi | | fi |
| | |
fi | | fi |
if test -z "$CC"; then | | if test -z "$CC"; then |
# Extract the first word of "cc", so it can be a program name with args. | | # Extract the first word of "cc", so it can be a program name with args. |
set dummy cc; ac_word=$2 | | set dummy cc; ac_word=$2 |
echo "$as_me:$LINENO: checking for $ac_word" >&5 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_prog_CC+set}" = set; then | | if test "${ac_cv_prog_CC+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then | | if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
ac_prog_rejected=yes | | ac_prog_rejected=yes |
continue | | continue |
| | |
fi | | fi |
done | | done |
done | | done |
| | IFS=$as_save_IFS |
| | |
if test $ac_prog_rejected = yes; then | | if test $ac_prog_rejected = yes; then |
# We found a bogon in the path, so make sure we never use it. | | # We found a bogon in the path, so make sure we never use it. |
| | |
fi | | fi |
CC=$ac_cv_prog_CC | | CC=$ac_cv_prog_CC |
if test -n "$CC"; then | | if test -n "$CC"; then |
echo "$as_me:$LINENO: result: $CC" >&5 | | { echo "$as_me:$LINENO: result: $CC" >&5 |
echo "${ECHO_T}$CC" >&6 | | echo "${ECHO_T}$CC" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | |
fi | | fi |
if test -z "$CC"; then | | if test -z "$CC"; then |
if test -n "$ac_tool_prefix"; then | | if test -n "$ac_tool_prefix"; then |
for ac_prog in cl | | for ac_prog in cl.exe |
do | | do |
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program 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 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_prog_CC+set}" = set; then | | if test "${ac_cv_prog_CC+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
ac_cv_prog_CC="$ac_tool_prefix$ac_prog" | | ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | 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 |
| | |
fi | | fi |
fi | | fi |
CC=$ac_cv_prog_CC | | CC=$ac_cv_prog_CC |
if test -n "$CC"; then | | if test -n "$CC"; then |
echo "$as_me:$LINENO: result: $CC" >&5 | | { echo "$as_me:$LINENO: result: $CC" >&5 |
echo "${ECHO_T}$CC" >&6 | | echo "${ECHO_T}$CC" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | |
test -n "$CC" && break | | test -n "$CC" && break |
done | | done |
fi | | fi |
if test -z "$CC"; then | | if test -z "$CC"; then |
ac_ct_CC=$CC | | ac_ct_CC=$CC |
for ac_prog in cl | | for ac_prog in cl.exe |
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 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then | | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
ac_cv_prog_ac_ct_CC="$ac_prog" | | ac_cv_prog_ac_ct_CC="$ac_prog" |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | 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 |
| | |
fi | | fi |
fi | | fi |
ac_ct_CC=$ac_cv_prog_ac_ct_CC | | ac_ct_CC=$ac_cv_prog_ac_ct_CC |
if test -n "$ac_ct_CC"; then | | if test -n "$ac_ct_CC"; then |
echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 | | { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 |
echo "${ECHO_T}$ac_ct_CC" >&6 | | echo "${ECHO_T}$ac_ct_CC" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | |
test -n "$ac_ct_CC" && break | | test -n "$ac_ct_CC" && break |
done | | done |
| | |
| | if test "x$ac_ct_CC" = x; then |
| | CC="" |
| | else |
| | case $cross_compiling:$ac_tool_warned in |
| | yes:) |
| | { echo "$as_me:$LINENO: 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." >&5 |
| | 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 ;; |
| | esac |
CC=$ac_ct_CC | | CC=$ac_ct_CC |
fi | | fi |
| | fi |
| | |
fi | | fi |
| | |
| | |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
| | |
# Provide some information about the compiler. | | # Provide some information about the compiler. |
echo "$as_me:$LINENO:" \ | | echo "$as_me:$LINENO: checking for C compiler version" >&5 |
"checking for C compiler version" >&5 | | |
ac_compiler=`set X $ac_compile; echo $2` | | ac_compiler=`set X $ac_compile; echo $2` |
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 | | { (ac_try="$ac_compiler --version >&5" |
(eval $ac_compiler --version </dev/null >&5) 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_compiler --version >&5") 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } | | (exit $ac_status); } |
{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 | | { (ac_try="$ac_compiler -v >&5" |
(eval $ac_compiler -v </dev/null >&5) 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_compiler -v >&5") 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } | | (exit $ac_status); } |
{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 | | { (ac_try="$ac_compiler -V >&5" |
(eval $ac_compiler -V </dev/null >&5) 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_compiler -V >&5") 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } | | (exit $ac_status); } |
| | |
# Try to create an executable without -o first, disregard a.out. | | # Try to create an executable without -o first, disregard a.out. |
# It will help us diagnose broken compilers, and finding out an intuition | | # It will help us diagnose broken compilers, and finding out an intuition |
# of exeext. | | # of exeext. |
echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 | | { 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 | | echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } |
ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` | | ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` |
if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 | | # |
(eval $ac_link_default) 2>&5 | | # 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 | *.map | *.inf | *.o | *.obj ) ;; |
| | * ) ac_rmfiles="$ac_rmfiles $ac_file";; |
| | esac |
| | done |
| | rm -f $ac_rmfiles |
| | |
| | if { (ac_try="$ac_link_default" |
| | 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=$? | | ac_status=$? |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; then | | (exit $ac_status); }; then |
# Find the output, starting from the most likely. This scheme is | | # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. |
# not robust to junk in `.', hence go to wildcards (a.*) only as a last | | # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' |
# resort. | | # 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 |
# Be careful to initialize this variable, since it used to be cached. | | # Autoconf. |
# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. | | for ac_file in $ac_files |
ac_cv_exeext= | | |
# b.out is created by i960 compilers. | | |
for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out | | |
do | | do |
test -f "$ac_file" || continue | | test -f "$ac_file" || continue |
case $ac_file in | | case $ac_file in |
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) | | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) |
;; | | |
conftest.$ac_ext ) | | |
# This is the source file. | | |
;; | | ;; |
[ab].out ) | | [ab].out ) |
# We found the default executable, but exeext='' is most | | # We found the default executable, but exeext='' is most |
# certainly right. | | # certainly right. |
break;; | | break;; |
*.* ) | | *.* ) |
| | if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; |
| | then :; else |
ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` | | ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
# FIXME: I believe we export ac_cv_exeext for Libtool, | | fi |
# but it would be cool to find out if it's true. Does anybody | | # We set ac_cv_exeext here because the later test for it is not |
# maintain Libtool? --akim. | | # safe: cross compilers may not add the suffix if given an `-o' |
export ac_cv_exeext | | # 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;; |
* ) | | * ) |
break;; | | break;; |
esac | | esac |
done | | done |
| | test "$ac_cv_exeext" = no && ac_cv_exeext= |
| | |
else | | else |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | |
fi | | fi |
| | |
ac_exeext=$ac_cv_exeext | | ac_exeext=$ac_cv_exeext |
echo "$as_me:$LINENO: result: $ac_file" >&5 | | { echo "$as_me:$LINENO: result: $ac_file" >&5 |
echo "${ECHO_T}$ac_file" >&6 | | echo "${ECHO_T}$ac_file" >&6; } |
| | |
# Check the compiler produces executables we can run. If not, either | | # Check that the compiler produces executables we can run. If not, either |
# the compiler is broken, or we cross compile. | | # the compiler is broken, or we cross compile. |
echo "$as_me:$LINENO: checking whether the C compiler works" >&5 | | { echo "$as_me:$LINENO: checking whether the C compiler works" >&5 |
echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 | | echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } |
# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 | | # 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 not cross compiling, check that we can run a simple program. |
if test "$cross_compiling" != yes; then | | if test "$cross_compiling" != yes; then |
if { ac_try='./$ac_file' | | if { ac_try='./$ac_file' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
fi | | fi |
fi | | fi |
fi | | fi |
echo "$as_me:$LINENO: result: yes" >&5 | | { echo "$as_me:$LINENO: result: yes" >&5 |
echo "${ECHO_T}yes" >&6 | | echo "${ECHO_T}yes" >&6; } |
| | |
rm -f a.out a.exe conftest$ac_cv_exeext b.out | | rm -f a.out a.exe conftest$ac_cv_exeext b.out |
ac_clean_files=$ac_clean_files_save | | ac_clean_files=$ac_clean_files_save |
# Check the compiler produces executables we can run. If not, either | | # Check that the compiler produces executables we can run. If not, either |
# the compiler is broken, or we cross compile. | | # the compiler is broken, or we cross compile. |
echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 | | { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 |
echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 | | echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } |
echo "$as_me:$LINENO: result: $cross_compiling" >&5 | | { echo "$as_me:$LINENO: result: $cross_compiling" >&5 |
echo "${ECHO_T}$cross_compiling" >&6 | | echo "${ECHO_T}$cross_compiling" >&6; } |
| | |
echo "$as_me:$LINENO: checking for suffix of executables" >&5 | | { echo "$as_me:$LINENO: checking for suffix of executables" >&5 |
echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6 | | echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } |
if { (eval echo "$as_me:$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=$? | | ac_status=$? |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; then | | (exit $ac_status); }; then |
| | |
for ac_file in conftest.exe conftest conftest.*; do | | for ac_file in conftest.exe conftest conftest.*; do |
test -f "$ac_file" || continue | | test -f "$ac_file" || continue |
case $ac_file in | | case $ac_file in |
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; | | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; |
*.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` | | *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
export ac_cv_exeext | | |
break;; | | break;; |
* ) break;; | | * ) break;; |
esac | | esac |
| | |
fi | | fi |
| | |
rm -f conftest$ac_cv_exeext | | rm -f conftest$ac_cv_exeext |
echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 |
echo "${ECHO_T}$ac_cv_exeext" >&6 | | echo "${ECHO_T}$ac_cv_exeext" >&6; } |
| | |
rm -f conftest.$ac_ext | | rm -f conftest.$ac_ext |
EXEEXT=$ac_cv_exeext | | EXEEXT=$ac_cv_exeext |
ac_exeext=$EXEEXT | | ac_exeext=$EXEEXT |
echo "$as_me:$LINENO: checking for suffix of object files" >&5 | | { echo "$as_me:$LINENO: checking for suffix of object files" >&5 |
echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6 | | echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } |
if test "${ac_cv_objext+set}" = set; then | | if test "${ac_cv_objext+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.o conftest.obj | | rm -f conftest.o conftest.obj |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 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>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; then | | (exit $ac_status); }; then |
for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do | | for ac_file in conftest.o conftest.obj conftest.*; do |
| | test -f "$ac_file" || continue; |
case $ac_file in | | case $ac_file in |
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; | | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; |
*) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` | | *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` |
break;; | | break;; |
esac | | esac |
| | |
| | |
rm -f conftest.$ac_cv_objext conftest.$ac_ext | | rm -f conftest.$ac_cv_objext conftest.$ac_ext |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 |
echo "${ECHO_T}$ac_cv_objext" >&6 | | echo "${ECHO_T}$ac_cv_objext" >&6; } |
OBJEXT=$ac_cv_objext | | OBJEXT=$ac_cv_objext |
ac_objext=$OBJEXT | | ac_objext=$OBJEXT |
echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 | | { 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 | | 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 | | if test "${ac_cv_c_compiler_gnu+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_compiler_gnu=no | | ac_compiler_gnu=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
| | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
ac_cv_c_compiler_gnu=$ac_compiler_gnu | | ac_cv_c_compiler_gnu=$ac_compiler_gnu |
| | |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 |
echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 | | echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } |
GCC=`test $ac_compiler_gnu = yes && echo yes` | | GCC=`test $ac_compiler_gnu = yes && echo yes` |
ac_test_CFLAGS=${CFLAGS+set} | | ac_test_CFLAGS=${CFLAGS+set} |
ac_save_CFLAGS=$CFLAGS | | ac_save_CFLAGS=$CFLAGS |
CFLAGS="-g" | | { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 |
echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 | | echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } |
echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 | | |
if test "${ac_cv_prog_cc_g+set}" = set; then | | if test "${ac_cv_prog_cc_g+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | 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 | | cat >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
_ACEOF | | _ACEOF |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | |
ac_cv_prog_cc_g=no | | CFLAGS="" |
fi | | |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
fi | | |
echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 | | |
echo "${ECHO_T}$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 | | |
echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 | | |
echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 | | |
if test "${ac_cv_prog_cc_stdc+set}" = set; then | | |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | |
else | | |
ac_cv_prog_cc_stdc=no | | |
ac_save_CC=$CC | | |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
_ACEOF | | _ACEOF |
cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* 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 -std1 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 -std1. */ | | |
int osf4_cc_array ['\x00' == 0 ? 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), int, 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 |
# Don't try gcc -ansi; that turns off useful extensions and | | |
# breaks some systems' header files. | | |
# AIX -qlanglvl=ansi | | |
# Ultrix and OSF/1 -std1 | | |
# HP-UX 10.20 and later -Ae | | |
# HP-UX older versions -Aa -D_HPUX_SOURCE | | |
# SVR4 -Xc -D__EXTENSIONS__ | | |
for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" | | |
do | | |
CC="$ac_save_CC $ac_arg" | | |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_prog_cc_stdc=$ac_arg | | : |
break | | |
else | | else |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | |
fi | | ac_c_werror_flag=$ac_save_c_werror_flag |
rm -f conftest.err conftest.$ac_objext | | CFLAGS="-g" |
done | | |
rm -f conftest.$ac_ext conftest.$ac_objext | | |
CC=$ac_save_CC | | |
| | |
fi | | |
| | |
case "x$ac_cv_prog_cc_stdc" in | | |
x|xno) | | |
echo "$as_me:$LINENO: result: none needed" >&5 | | |
echo "${ECHO_T}none needed" >&6 ;; | | |
*) | | |
echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 | | |
echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 | | |
CC="$CC $ac_cv_prog_cc_stdc" ;; | | |
esac | | |
| | |
# Some people use a C++ compiler to compile C. Since we use `exit', | | |
# in C++ we need to declare it. In case someone uses the same compiler | | |
# for both compiling C and C++ we need to have the C++ compiler decide | | |
# the declaration of exit, since it's the most demanding environment. | | |
cat >conftest.$ac_ext <<_ACEOF | | |
#ifndef __cplusplus | | |
choke me | | |
#endif | | |
_ACEOF | | |
rm -f conftest.$ac_objext | | |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&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); } && | | |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; } && | | |
{ ac_try='test -s conftest.$ac_objext' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; }; then | | |
for ac_declaration in \ | | |
'' \ | | |
'extern "C" void std::exit (int) throw (); using std::exit;' \ | | |
'extern "C" void std::exit (int); using std::exit;' \ | | |
'extern "C" void exit (int) throw ();' \ | | |
'extern "C" void exit (int);' \ | | |
'void exit (int);' | | |
do | | |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
_ACEOF | | _ACEOF |
cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
$ac_declaration | | |
#include <stdlib.h> | | |
int | | int |
main () | | main () |
{ | | { |
exit (42); | | |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
: | | ac_cv_prog_cc_g=yes |
else | | else |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | |
continue | | |
| | 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 | | fi |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
| | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| | ac_c_werror_flag=$ac_save_c_werror_flag |
| | fi |
| | { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 |
| | echo "${ECHO_T}$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 |
| | { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 |
| | echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } |
| | if test "${ac_cv_prog_cc_c89+set}" = set; then |
| | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | else |
| | ac_cv_prog_cc_c89=no |
| | ac_save_CC=$CC |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
_ACEOF | | _ACEOF |
cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
$ac_declaration | | #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 parameters |
| | 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), int, int); |
| | int argc; |
| | char **argv; |
int | | int |
main () | | main () |
{ | | { |
exit (42); | | 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 \ |
| | -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" |
| | do |
| | CC="$ac_save_CC $ac_arg" |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
break | | ac_cv_prog_cc_c89=$ac_arg |
else | | else |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | |
| | |
fi | | fi |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
| | rm -f core conftest.err conftest.$ac_objext |
| | test "x$ac_cv_prog_cc_c89" != "xno" && break |
done | | done |
rm -f conftest* | | rm -f conftest.$ac_ext |
if test -n "$ac_declaration"; then | | CC=$ac_save_CC |
echo '#ifdef __cplusplus' >>confdefs.h | | |
echo $ac_declaration >>confdefs.h | | |
echo '#endif' >>confdefs.h | | |
fi | | fi |
| | # AC_CACHE_VAL |
| | case "x$ac_cv_prog_cc_c89" in |
| | x) |
| | { echo "$as_me:$LINENO: result: none needed" >&5 |
| | echo "${ECHO_T}none needed" >&6; } ;; |
| | xno) |
| | { echo "$as_me:$LINENO: result: unsupported" >&5 |
| | echo "${ECHO_T}unsupported" >&6; } ;; |
| | *) |
| | CC="$CC $ac_cv_prog_cc_c89" |
| | { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 |
| | echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; |
| | esac |
| | |
else | | |
echo "$as_me: failed program was:" >&5 | | |
sed 's/^/| /' conftest.$ac_ext >&5 | | |
| | |
fi | | |
rm -f conftest.err conftest.$ac_objext 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' |
| | |
| | |
depcc="$CC" am_compiler_list= | | depcc="$CC" am_compiler_list= |
| | |
echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 | | { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 |
echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6 | | echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } |
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then | | if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
fi | | fi |
| | |
fi | | fi |
echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 | | { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 |
echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6 | | echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } |
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type | | CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type |
| | |
| | |
| | |
fi | | fi |
| | |
| | |
echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5 | | { echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5 |
echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6 | | echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; } |
if test "${lt_cv_path_SED+set}" = set; then | | if test "${lt_cv_path_SED+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
# Add /usr/xpg4/bin/sed as it is typically found on Solaris | | # Add /usr/xpg4/bin/sed as it is typically found on Solaris |
# along with /bin/sed that truncates output. | | # along with /bin/sed that truncates output. |
for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do | | for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do |
test ! -f $lt_ac_sed && break | | test ! -f $lt_ac_sed && continue |
cat /dev/null > conftest.in | | cat /dev/null > conftest.in |
lt_ac_count=0 | | lt_ac_count=0 |
echo $ECHO_N "0123456789$ECHO_C" >conftest.in | | echo $ECHO_N "0123456789$ECHO_C" >conftest.in |
| | |
fi | | fi |
done | | done |
done | | done |
| | |
| | fi |
| | |
SED=$lt_cv_path_SED | | SED=$lt_cv_path_SED |
| | { echo "$as_me:$LINENO: result: $SED" >&5 |
| | echo "${ECHO_T}$SED" >&6; } |
| | |
| | { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 |
| | echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } |
| | if test "${ac_cv_path_GREP+set}" = set; then |
| | 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 |
| | ac_path_GREP_found=false |
| | # Loop through the user's path and test for each of PROGNAME-LIST |
| | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin |
| | do |
| | IFS=$as_save_IFS |
| | test -z "$as_dir" && as_dir=. |
| | for ac_prog in grep ggrep; do |
| | for ac_exec_ext in '' $ac_executable_extensions; do |
| | ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" |
| | { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue |
| | # Check for GNU ac_path_GREP and select it if it is found. |
| | # Check for GNU $ac_path_GREP |
| | case `"$ac_path_GREP" --version 2>&1` in |
| | *GNU*) |
| | ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; |
| | *) |
| | ac_count=0 |
| | echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" |
| | while : |
| | do |
| | cat "conftest.in" "conftest.in" >"conftest.tmp" |
| | mv "conftest.tmp" "conftest.in" |
| | cp "conftest.in" "conftest.nl" |
| | echo 'GREP' >> "conftest.nl" |
| | "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break |
| | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break |
| | ac_count=`expr $ac_count + 1` |
| | if test $ac_count -gt ${ac_path_GREP_max-0}; then |
| | # Best one so far, save it but keep looking for a better one |
| | ac_cv_path_GREP="$ac_path_GREP" |
| | ac_path_GREP_max=$ac_count |
| | fi |
| | # 10*(2^10) chars as input seems more than enough |
| | test $ac_count -gt 10 && break |
| | done |
| | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; |
| | esac |
| | |
| | |
| | $ac_path_GREP_found && break 3 |
| | done |
| | done |
| | |
| | done |
| | IFS=$as_save_IFS |
| | |
| | |
| | fi |
| | |
| | GREP="$ac_cv_path_GREP" |
| | if test -z "$GREP"; then |
| | { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 |
| | echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} |
| | { (exit 1); exit 1; }; } |
| | fi |
| | |
| | else |
| | ac_cv_path_GREP=$GREP |
| | fi |
| | |
| | |
fi | | fi |
| | { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 |
| | echo "${ECHO_T}$ac_cv_path_GREP" >&6; } |
| | GREP="$ac_cv_path_GREP" |
| | |
echo "$as_me:$LINENO: result: $SED" >&5 | | |
echo "${ECHO_T}$SED" >&6 | | |
| | |
echo "$as_me:$LINENO: checking for egrep" >&5 | | { echo "$as_me:$LINENO: checking for egrep" >&5 |
echo $ECHO_N "checking for egrep... $ECHO_C" >&6 | | echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } |
if test "${ac_cv_prog_egrep+set}" = set; then | | if test "${ac_cv_path_EGREP+set}" = set; then |
| | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | else |
| | if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 |
| | then ac_cv_path_EGREP="$GREP -E" |
| | else |
| | # Extract the first word of "egrep" to use in msg output |
| | 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 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
if echo a | (grep -E '(a|b)') >/dev/null 2>&1 | | ac_path_EGREP_found=false |
then ac_cv_prog_egrep='grep -E' | | # Loop through the user's path and test for each of PROGNAME-LIST |
else ac_cv_prog_egrep='egrep' | | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin |
| | do |
| | IFS=$as_save_IFS |
| | test -z "$as_dir" && as_dir=. |
| | for ac_prog in egrep; do |
| | for ac_exec_ext in '' $ac_executable_extensions; do |
| | ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" |
| | { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue |
| | # Check for GNU ac_path_EGREP and select it if it is found. |
| | # Check for GNU $ac_path_EGREP |
| | case `"$ac_path_EGREP" --version 2>&1` in |
| | *GNU*) |
| | ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; |
| | *) |
| | ac_count=0 |
| | echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" |
| | while : |
| | do |
| | cat "conftest.in" "conftest.in" >"conftest.tmp" |
| | mv "conftest.tmp" "conftest.in" |
| | cp "conftest.in" "conftest.nl" |
| | echo 'EGREP' >> "conftest.nl" |
| | "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break |
| | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break |
| | ac_count=`expr $ac_count + 1` |
| | if test $ac_count -gt ${ac_path_EGREP_max-0}; then |
| | # Best one so far, save it but keep looking for a better one |
| | ac_cv_path_EGREP="$ac_path_EGREP" |
| | ac_path_EGREP_max=$ac_count |
| | fi |
| | # 10*(2^10) chars as input seems more than enough |
| | test $ac_count -gt 10 && break |
| | done |
| | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; |
| | esac |
| | |
| | |
| | $ac_path_EGREP_found && break 3 |
| | done |
| | done |
| | |
| | done |
| | IFS=$as_save_IFS |
| | |
| | |
| | fi |
| | |
| | EGREP="$ac_cv_path_EGREP" |
| | if test -z "$EGREP"; then |
| | { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 |
| | echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} |
| | { (exit 1); exit 1; }; } |
| | fi |
| | |
| | else |
| | ac_cv_path_EGREP=$EGREP |
| | fi |
| | |
| | |
fi | | fi |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 |
echo "${ECHO_T}$ac_cv_prog_egrep" >&6 | | echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } |
EGREP=$ac_cv_prog_egrep | | EGREP="$ac_cv_path_EGREP" |
| | |
| | |
| | |
# Check whether --with-gnu-ld or --without-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" | | withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes |
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 | | { echo "$as_me:$LINENO: checking for ld used by $CC" >&5 |
echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6 | | echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&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 |
| | |
;; | | ;; |
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 | | { echo "$as_me:$LINENO: checking for GNU ld" >&5 |
echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6 | | echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; } |
else | | else |
echo "$as_me:$LINENO: checking for non-GNU ld" >&5 | | { echo "$as_me:$LINENO: checking for non-GNU ld" >&5 |
echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6 | | echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&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 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
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 GNU ld's only accept -v. | | # but apparently some variants of GNU ld only accept -v. |
# Break only if it was the GNU/non-GNU ld that we prefer. | | # Break only if it was the GNU/non-GNU ld that we prefer. |
case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in | | case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in |
*GNU* | *'with BFD'*) | | *GNU* | *'with BFD'*) |
| | |
| | |
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 | | { echo "$as_me:$LINENO: result: $LD" >&5 |
echo "${ECHO_T}$LD" >&6 | | echo "${ECHO_T}$LD" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 | | test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 |
echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} | | echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 | | { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 |
echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6 | | echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; } |
if test "${lt_cv_prog_gnu_ld+set}" = set; then | | if test "${lt_cv_prog_gnu_ld+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
# I'd rather use --version here, but apparently some GNU ld's 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 |
| | |
;; | | ;; |
esac | | esac |
fi | | fi |
echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 | | { echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 |
echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6 | | echo "${ECHO_T}$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 $LD option to reload object files" >&5 | | { echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5 |
echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6 | | echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&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 | | echo $ECHO_N "(cached) $ECHO_C" >&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 | | { echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5 |
echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6 | | echo "${ECHO_T}$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 |
| | darwin*) |
| | if test "$GCC" = yes; then |
| | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' |
| | else |
| | reload_cmds='$LD$reload_flag -o $output$reload_objs' |
| | fi |
| | ;; |
| | esac |
| | |
echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5 | | { echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5 |
echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6 | | echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6; } |
if test "${lt_cv_path_NM+set}" = set; then | | if test "${lt_cv_path_NM+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
# 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" |
| | if test -n "$ac_tool_prefix" && test "$build" = "$host"; then |
| | lt_nm_to_check="$lt_nm_to_check nm" |
| | fi |
| | for lt_tmp_nm in $lt_nm_to_check; do |
lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR | | lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR |
for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do | | for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do |
IFS="$lt_save_ifs" | | IFS="$lt_save_ifs" |
test -z "$ac_dir" && ac_dir=. | | test -z "$ac_dir" && ac_dir=. |
tmp_nm="$ac_dir/${ac_tool_prefix}nm" | | tmp_nm="$ac_dir/$lt_tmp_nm" |
if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then | | if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then |
# Check to see if the nm accepts a BSD-compat flag. | | # Check to see if the nm accepts a BSD-compat flag. |
# Adding the `sed 1q' prevents false positives on HP-UX, which says: | | # Adding the `sed 1q' prevents false positives on HP-UX, which says: |
| | |
continue # so that we can try to find one that supports BSD flags | | continue # so that we can try to find one that supports BSD flags |
;; | | ;; |
esac | | esac |
| | ;; |
esac | | esac |
fi | | fi |
done | | done |
IFS="$lt_save_ifs" | | IFS="$lt_save_ifs" |
| | done |
test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm | | test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm |
fi | | fi |
fi | | fi |
echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5 | | { echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5 |
echo "${ECHO_T}$lt_cv_path_NM" >&6 | | echo "${ECHO_T}$lt_cv_path_NM" >&6; } |
NM="$lt_cv_path_NM" | | NM="$lt_cv_path_NM" |
| | |
echo "$as_me:$LINENO: checking whether ln -s works" >&5 | | { echo "$as_me:$LINENO: checking whether ln -s works" >&5 |
echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 | | echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&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 | | { echo "$as_me:$LINENO: result: yes" >&5 |
echo "${ECHO_T}yes" >&6 | | echo "${ECHO_T}yes" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no, using $LN_S" >&5 | | { echo "$as_me:$LINENO: result: no, using $LN_S" >&5 |
echo "${ECHO_T}no, using $LN_S" >&6 | | echo "${ECHO_T}no, using $LN_S" >&6; } |
fi | | fi |
| | |
echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5 | | { echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5 |
echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6 | | echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6; } |
if test "${lt_cv_deplibs_check_method+set}" = set; then | | if test "${lt_cv_deplibs_check_method+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
lt_cv_deplibs_check_method=pass_all | | lt_cv_deplibs_check_method=pass_all |
;; | | ;; |
| | |
bsdi4*) | | bsdi[45]*) |
lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' | | lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' |
lt_cv_file_magic_cmd='/usr/bin/file -L' | | lt_cv_file_magic_cmd='/usr/bin/file -L' |
lt_cv_file_magic_test_file=/shlib/libc.so | | lt_cv_file_magic_test_file=/shlib/libc.so |
| | |
lt_cv_deplibs_check_method=pass_all | | lt_cv_deplibs_check_method=pass_all |
;; | | ;; |
| | |
freebsd* | kfreebsd*-gnu) | | 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. |
lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library' | | lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' |
lt_cv_file_magic_cmd=/usr/bin/file | | lt_cv_file_magic_cmd=/usr/bin/file |
lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` | | lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` |
;; | | ;; |
| | |
| | |
hpux10.20* | hpux11*) | | hpux10.20* | hpux11*) |
lt_cv_file_magic_cmd=/usr/bin/file | | lt_cv_file_magic_cmd=/usr/bin/file |
case "$host_cpu" in | | case $host_cpu in |
ia64*) | | ia64*) |
lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' | | lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' |
lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so | | lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so |
| | |
esac | | esac |
;; | | ;; |
| | |
| | interix3*) |
| | # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here |
| | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' |
| | ;; |
| | |
irix5* | irix6* | nonstopux*) | | irix5* | irix6* | nonstopux*) |
case $LD in | | case $LD in |
*-32|*"-32 ") libmagic=32-bit;; | | *-32|*"-32 ") libmagic=32-bit;; |
| | |
;; | | ;; |
| | |
# This must be Linux ELF. | | # This must be Linux ELF. |
linux*) | | linux* | k*bsd*-gnu) |
lt_cv_deplibs_check_method=pass_all | | lt_cv_deplibs_check_method=pass_all |
;; | | ;; |
| | |
netbsd* | netbsdelf*-gnu | knetbsd*-gnu) | | 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 |
| | |
;; | | ;; |
| | |
openbsd*) | | openbsd*) |
lt_cv_file_magic_cmd=/usr/bin/file | | |
lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` | | |
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then | | if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then |
lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object' | | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' |
else | | else |
lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library' | | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' |
fi | | fi |
;; | | ;; |
| | |
| | |
lt_cv_deplibs_check_method=pass_all | | lt_cv_deplibs_check_method=pass_all |
;; | | ;; |
| | |
sco3.2v5*) | | |
lt_cv_deplibs_check_method=pass_all | | |
;; | | |
| | |
solaris*) | | solaris*) |
lt_cv_deplibs_check_method=pass_all | | lt_cv_deplibs_check_method=pass_all |
;; | | ;; |
| | |
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) | | sysv4 | sysv4.3*) |
case $host_vendor in | | case $host_vendor in |
motorola) | | motorola) |
lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' | | lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' |
| | |
siemens) | | siemens) |
lt_cv_deplibs_check_method=pass_all | | lt_cv_deplibs_check_method=pass_all |
;; | | ;; |
| | pc) |
| | lt_cv_deplibs_check_method=pass_all |
| | ;; |
esac | | esac |
;; | | ;; |
| | |
sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7* | sysv4*uw2*) | | sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) |
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 | | { echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5 |
echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6 | | echo "${ECHO_T}$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 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. |
| | 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 whether --enable-libtool-lock or --disable-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 |
| | |
;; | | ;; |
*-*-irix6*) | | *-*-irix6*) |
# Find out which ABI we are using. | | # Find out which ABI we are using. |
echo '#line 3691 "configure"' > conftest.$ac_ext | | echo '#line 4443 "configure"' > conftest.$ac_ext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
(eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
ac_status=$? | | ac_status=$? |
| | |
ac_status=$? | | ac_status=$? |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; then | | (exit $ac_status); }; 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-*linux*) | | x86_64-*linux*) |
| | |
# 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 | | { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5 |
echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6 | | echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&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 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
lt_cv_cc_needs_belf=no | | lt_cv_cc_needs_belf=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
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_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 | | { echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 |
echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6 | | echo "${ECHO_T}$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*) |
| | # Find out which ABI we are using. |
| | echo 'int i;' > conftest.$ac_ext |
| | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| | (eval $ac_compile) 2>&5 |
| | ac_status=$? |
| | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | (exit $ac_status); }; then |
| | case `/usr/bin/file conftest.o` in |
| | *64-bit*) |
| | case $lt_cv_prog_gnu_ld in |
| | yes*) LD="${LD-ld} -m elf64_sparc" ;; |
| | *) LD="${LD-ld} -64" ;; |
| | esac |
| | ;; |
| | esac |
| | fi |
| | rm -rf conftest* |
| | ;; |
| | |
| | |
esac | | esac |
| | |
| | |
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 | | { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 |
echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 | | echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&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= |
| | |
#endif | | #endif |
Syntax error | | Syntax error |
_ACEOF | | _ACEOF |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | | if { (ac_try="$ac_cpp conftest.$ac_ext" |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
# 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 non-existent 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 >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
| | |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
#include <ac_nonexistent.h> | | #include <ac_nonexistent.h> |
_ACEOF | | _ACEOF |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | | if { (ac_try="$ac_cpp conftest.$ac_ext" |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
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 |
| | |
else | | else |
ac_cv_prog_CPP=$CPP | | ac_cv_prog_CPP=$CPP |
fi | | fi |
echo "$as_me:$LINENO: result: $CPP" >&5 | | { echo "$as_me:$LINENO: result: $CPP" >&5 |
echo "${ECHO_T}$CPP" >&6 | | echo "${ECHO_T}$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 |
| | |
#endif | | #endif |
Syntax error | | Syntax error |
_ACEOF | | _ACEOF |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | | if { (ac_try="$ac_cpp conftest.$ac_ext" |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
# 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 non-existent 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 >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
| | |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
#include <ac_nonexistent.h> | | #include <ac_nonexistent.h> |
_ACEOF | | _ACEOF |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | | if { (ac_try="$ac_cpp conftest.$ac_ext" |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
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 |
| | |
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 | | { echo "$as_me:$LINENO: checking for ANSI C header files" >&5 |
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 | | echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } |
if test "${ac_cv_header_stdc+set}" = set; then | | if test "${ac_cv_header_stdc+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_header_stdc=no | | ac_cv_header_stdc=no |
fi | | fi |
rm -f 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 >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
#include <ctype.h> | | #include <ctype.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)) |
| | |
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)) |
exit(2); | | return 2; |
exit (0); | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest$ac_exeext | | rm -f conftest$ac_exeext |
if { (eval echo "$as_me:$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=$? | | ac_status=$? |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && { ac_try='./conftest$ac_exeext' | | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
( exit $ac_status ) | | ( exit $ac_status ) |
ac_cv_header_stdc=no | | ac_cv_header_stdc=no |
fi | | fi |
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
fi | | fi |
| | |
| | |
fi | | fi |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 |
echo "${ECHO_T}$ac_cv_header_stdc" >&6 | | echo "${ECHO_T}$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 | | cat >>confdefs.h <<\_ACEOF |
| | |
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=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
echo "$as_me:$LINENO: checking for $ac_header" >&5 | | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
if eval "test \"\${$as_ac_Header+set}\" = set"; then | | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| | |
#include <$ac_header> | | #include <$ac_header> |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
eval "$as_ac_Header=no" | | eval "$as_ac_Header=no" |
fi | | fi |
rm -f 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: `eval echo '${'$as_ac_Header'}'`" >&5 | | ac_res=`eval echo '${'$as_ac_Header'}'` |
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| | echo "${ECHO_T}$ac_res" >&6; } |
if test `eval echo '${'$as_ac_Header'}'` = yes; then | | 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 `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| | |
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` | | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
if eval "test \"\${$as_ac_Header+set}\" = set"; then | | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
echo "$as_me:$LINENO: checking for $ac_header" >&5 | | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
if eval "test \"\${$as_ac_Header+set}\" = set"; then | | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
fi | | fi |
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | | ac_res=`eval echo '${'$as_ac_Header'}'` |
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| | echo "${ECHO_T}$ac_res" >&6; } |
else | | else |
# Is the header compilable? | | # Is the header compilable? |
echo "$as_me:$LINENO: checking $ac_header usability" >&5 | | { echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
_ACEOF | | _ACEOF |
| | |
#include <$ac_header> | | #include <$ac_header> |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_header_compiler=no | | ac_header_compiler=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
echo "${ECHO_T}$ac_header_compiler" >&6 | | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| | echo "${ECHO_T}$ac_header_compiler" >&6; } |
| | |
# Is the header present? | | # Is the header present? |
echo "$as_me:$LINENO: checking $ac_header presence" >&5 | | { echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
_ACEOF | | _ACEOF |
| | |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
#include <$ac_header> | | #include <$ac_header> |
_ACEOF | | _ACEOF |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | | if { (ac_try="$ac_cpp conftest.$ac_ext" |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
| | |
ac_header_preproc=no | | ac_header_preproc=no |
fi | | fi |
| | |
rm -f conftest.err conftest.$ac_ext | | rm -f conftest.err conftest.$ac_ext |
echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
echo "${ECHO_T}$ac_header_preproc" >&6 | | echo "${ECHO_T}$ac_header_preproc" >&6; } |
| | |
# So? What about this header? | | # So? What about this header? |
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| | |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
{ echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
( | | ( cat <<\_ASBOX |
cat <<\_ASBOX | | |
## ----------------------------------------------------- ## | | ## ----------------------------------------------------- ## |
## Report this to crossfire-devel@listserv.real-time.com ## | | ## Report this to crossfire-devel@listserv.real-time.com ## |
## ----------------------------------------------------- ## | | ## ----------------------------------------------------- ## |
_ASBOX | | _ASBOX |
) | | | ) | sed "s/^/$as_me: WARNING: /" >&2 |
sed "s/^/$as_me: WARNING: /" >&2 | | |
;; | | ;; |
esac | | esac |
echo "$as_me:$LINENO: checking for $ac_header" >&5 | | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
if eval "test \"\${$as_ac_Header+set}\" = set"; then | | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
eval "$as_ac_Header=\$ac_header_preproc" | | eval "$as_ac_Header=\$ac_header_preproc" |
fi | | fi |
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | | ac_res=`eval echo '${'$as_ac_Header'}'` |
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| | echo "${ECHO_T}$ac_res" >&6; } |
| | |
fi | | fi |
if test `eval echo '${'$as_ac_Header'}'` = yes; then | | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
| | |
| | |
done | | done |
| | |
ac_ext=cc | | ac_ext=cpp |
ac_cpp='$CXXCPP $CPPFLAGS' | | ac_cpp='$CXXCPP $CPPFLAGS' |
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu |
| | if test -z "$CXX"; then |
| | if test -n "$CCC"; then |
| | CXX=$CCC |
| | else |
if test -n "$ac_tool_prefix"; then | | if test -n "$ac_tool_prefix"; then |
for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC | | for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC |
do | | do |
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program 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 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_prog_CXX+set}" = set; then | | if test "${ac_cv_prog_CXX+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" | | ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | 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 |
| | |
fi | | fi |
fi | | fi |
CXX=$ac_cv_prog_CXX | | CXX=$ac_cv_prog_CXX |
if test -n "$CXX"; then | | if test -n "$CXX"; then |
echo "$as_me:$LINENO: result: $CXX" >&5 | | { echo "$as_me:$LINENO: result: $CXX" >&5 |
echo "${ECHO_T}$CXX" >&6 | | echo "${ECHO_T}$CXX" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | |
test -n "$CXX" && break | | test -n "$CXX" && break |
done | | done |
fi | | fi |
if test -z "$CXX"; then | | if test -z "$CXX"; then |
ac_ct_CXX=$CXX | | ac_ct_CXX=$CXX |
for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC | | for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC |
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 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then | | if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
ac_cv_prog_ac_ct_CXX="$ac_prog" | | ac_cv_prog_ac_ct_CXX="$ac_prog" |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | 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 |
| | |
fi | | fi |
fi | | fi |
ac_ct_CXX=$ac_cv_prog_ac_ct_CXX | | ac_ct_CXX=$ac_cv_prog_ac_ct_CXX |
if test -n "$ac_ct_CXX"; then | | if test -n "$ac_ct_CXX"; then |
echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 | | { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 |
echo "${ECHO_T}$ac_ct_CXX" >&6 | | echo "${ECHO_T}$ac_ct_CXX" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | |
test -n "$ac_ct_CXX" && break | | test -n "$ac_ct_CXX" && break |
done | | done |
test -n "$ac_ct_CXX" || ac_ct_CXX="g++" | | |
| | |
| | if test "x$ac_ct_CXX" = x; then |
| | CXX="g++" |
| | else |
| | case $cross_compiling:$ac_tool_warned in |
| | yes:) |
| | { echo "$as_me:$LINENO: 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." >&5 |
| | 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 ;; |
| | esac |
CXX=$ac_ct_CXX | | CXX=$ac_ct_CXX |
fi | | fi |
| | fi |
| | |
| | fi |
| | fi |
# Provide some information about the compiler. | | # Provide some information about the compiler. |
echo "$as_me:$LINENO:" \ | | echo "$as_me:$LINENO: checking for C++ compiler version" >&5 |
"checking for C++ compiler version" >&5 | | |
ac_compiler=`set X $ac_compile; echo $2` | | ac_compiler=`set X $ac_compile; echo $2` |
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 | | { (ac_try="$ac_compiler --version >&5" |
(eval $ac_compiler --version </dev/null >&5) 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_compiler --version >&5") 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } | | (exit $ac_status); } |
{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 | | { (ac_try="$ac_compiler -v >&5" |
(eval $ac_compiler -v </dev/null >&5) 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_compiler -v >&5") 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } | | (exit $ac_status); } |
{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 | | { (ac_try="$ac_compiler -V >&5" |
(eval $ac_compiler -V </dev/null >&5) 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_compiler -V >&5") 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } | | (exit $ac_status); } |
| | |
echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 | | { 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 | | echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } |
if test "${ac_cv_cxx_compiler_gnu+set}" = set; then | | if test "${ac_cv_cxx_compiler_gnu+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_compiler_gnu=no | | ac_compiler_gnu=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
| | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
ac_cv_cxx_compiler_gnu=$ac_compiler_gnu | | ac_cv_cxx_compiler_gnu=$ac_compiler_gnu |
| | |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 |
echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6 | | echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } |
GXX=`test $ac_compiler_gnu = yes && echo yes` | | GXX=`test $ac_compiler_gnu = yes && echo yes` |
ac_test_CXXFLAGS=${CXXFLAGS+set} | | ac_test_CXXFLAGS=${CXXFLAGS+set} |
ac_save_CXXFLAGS=$CXXFLAGS | | ac_save_CXXFLAGS=$CXXFLAGS |
CXXFLAGS="-g" | | { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 |
echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 | | echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } |
echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6 | | |
if test "${ac_cv_prog_cxx_g+set}" = set; then | | if test "${ac_cv_prog_cxx_g+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | ac_save_cxx_werror_flag=$ac_cxx_werror_flag |
| | ac_cxx_werror_flag=yes |
| | ac_cv_prog_cxx_g=no |
| | CXXFLAGS="-g" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
_ACEOF | | _ACEOF |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | |
ac_cv_prog_cxx_g=no | | CXXFLAGS="" |
fi | | |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
fi | | |
echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 | | |
echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6 | | |
if test "$ac_test_CXXFLAGS" = set; then | | |
CXXFLAGS=$ac_save_CXXFLAGS | | |
elif test $ac_cv_prog_cxx_g = yes; then | | |
if test "$GXX" = yes; then | | |
CXXFLAGS="-g -O2" | | |
else | | |
CXXFLAGS="-g" | | |
fi | | |
else | | |
if test "$GXX" = yes; then | | |
CXXFLAGS="-O2" | | |
else | | |
CXXFLAGS= | | |
fi | | |
fi | | |
for ac_declaration in \ | | |
'' \ | | |
'extern "C" void std::exit (int) throw (); using std::exit;' \ | | |
'extern "C" void std::exit (int); using std::exit;' \ | | |
'extern "C" void exit (int) throw ();' \ | | |
'extern "C" void exit (int);' \ | | |
'void exit (int);' | | |
do | | |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
_ACEOF | | _ACEOF |
cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
$ac_declaration | | |
#include <stdlib.h> | | |
int | | int |
main () | | main () |
{ | | { |
exit (42); | | |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | |
continue | | ac_cxx_werror_flag=$ac_save_cxx_werror_flag |
fi | | CXXFLAGS="-g" |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
_ACEOF | | _ACEOF |
cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
$ac_declaration | | |
int | | int |
main () | | main () |
{ | | { |
exit (42); | | |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
break | | ac_cv_prog_cxx_g=yes |
else | | else |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | |
| | |
fi | | fi |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
done | | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
rm -f conftest* | | fi |
if test -n "$ac_declaration"; then | | |
echo '#ifdef __cplusplus' >>confdefs.h | | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
echo $ac_declaration >>confdefs.h | | |
echo '#endif' >>confdefs.h | | |
fi | | fi |
| | |
ac_ext=cc | | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| | ac_cxx_werror_flag=$ac_save_cxx_werror_flag |
| | fi |
| | { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 |
| | echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } |
| | if test "$ac_test_CXXFLAGS" = set; then |
| | CXXFLAGS=$ac_save_CXXFLAGS |
| | elif test $ac_cv_prog_cxx_g = yes; then |
| | if test "$GXX" = yes; then |
| | CXXFLAGS="-g -O2" |
| | else |
| | CXXFLAGS="-g" |
| | fi |
| | else |
| | if test "$GXX" = yes; then |
| | CXXFLAGS="-O2" |
| | else |
| | CXXFLAGS= |
| | fi |
| | fi |
| | ac_ext=cpp |
ac_cpp='$CXXCPP $CPPFLAGS' | | ac_cpp='$CXXCPP $CPPFLAGS' |
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| | |
| | |
depcc="$CXX" am_compiler_list= | | depcc="$CXX" am_compiler_list= |
| | |
echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 | | { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 |
echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6 | | echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } |
if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then | | if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
fi | | fi |
| | |
fi | | fi |
echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 | | { echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 |
echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6 | | echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; } |
CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type | | CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type |
| | |
| | |
| | |
fi | | fi |
| | |
| | |
ac_ext=cc | | |
| | |
| | if test -n "$CXX" && ( test "X$CXX" != "Xno" && |
| | ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || |
| | (test "X$CXX" != "Xg++"))) ; then |
| | ac_ext=cpp |
ac_cpp='$CXXCPP $CPPFLAGS' | | ac_cpp='$CXXCPP $CPPFLAGS' |
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu |
echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 | | { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 |
echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6 | | echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; } |
if test -z "$CXXCPP"; then | | if test -z "$CXXCPP"; then |
if test "${ac_cv_prog_CXXCPP+set}" = set; then | | if test "${ac_cv_prog_CXXCPP+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
#endif | | #endif |
Syntax error | | Syntax error |
_ACEOF | | _ACEOF |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | | if { (ac_try="$ac_cpp conftest.$ac_ext" |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
# 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 non-existent 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 >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
| | |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
#include <ac_nonexistent.h> | | #include <ac_nonexistent.h> |
_ACEOF | | _ACEOF |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | | if { (ac_try="$ac_cpp conftest.$ac_ext" |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
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 |
| | |
else | | else |
ac_cv_prog_CXXCPP=$CXXCPP | | ac_cv_prog_CXXCPP=$CXXCPP |
fi | | fi |
echo "$as_me:$LINENO: result: $CXXCPP" >&5 | | { echo "$as_me:$LINENO: result: $CXXCPP" >&5 |
echo "${ECHO_T}$CXXCPP" >&6 | | echo "${ECHO_T}$CXXCPP" >&6; } |
ac_preproc_ok=false | | ac_preproc_ok=false |
for ac_cxx_preproc_warn_flag in '' yes | | for ac_cxx_preproc_warn_flag in '' yes |
do | | do |
| | |
#endif | | #endif |
Syntax error | | Syntax error |
_ACEOF | | _ACEOF |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | | if { (ac_try="$ac_cpp conftest.$ac_ext" |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
# 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 non-existent 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 >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
| | |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
#include <ac_nonexistent.h> | | #include <ac_nonexistent.h> |
_ACEOF | | _ACEOF |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | | if { (ac_try="$ac_cpp conftest.$ac_ext" |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
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 |
| | |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
fi | | fi |
| | |
ac_ext=cc | | ac_ext=cpp |
ac_cpp='$CXXCPP $CPPFLAGS' | | ac_cpp='$CXXCPP $CPPFLAGS' |
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu |
| | |
| | fi |
| | |
| | |
ac_ext=f | | ac_ext=f |
ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' | | ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' |
ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | | ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
ac_compiler_gnu=$ac_cv_f77_compiler_gnu | | ac_compiler_gnu=$ac_cv_f77_compiler_gnu |
if test -n "$ac_tool_prefix"; then | | if test -n "$ac_tool_prefix"; then |
for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran | | for ac_prog in g77 f77 xlf frt pgf77 cf77 fort77 fl32 af77 f90 xlf90 pgf90 pghpf epcf90 gfortran g95 f95 fort xlf95 ifort ifc efc pgf95 lf95 ftn |
do | | do |
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program 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 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_prog_F77+set}" = set; then | | if test "${ac_cv_prog_F77+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
ac_cv_prog_F77="$ac_tool_prefix$ac_prog" | | ac_cv_prog_F77="$ac_tool_prefix$ac_prog" |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | 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 |
| | |
fi | | fi |
fi | | fi |
F77=$ac_cv_prog_F77 | | F77=$ac_cv_prog_F77 |
if test -n "$F77"; then | | if test -n "$F77"; then |
echo "$as_me:$LINENO: result: $F77" >&5 | | { echo "$as_me:$LINENO: result: $F77" >&5 |
echo "${ECHO_T}$F77" >&6 | | echo "${ECHO_T}$F77" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | |
test -n "$F77" && break | | test -n "$F77" && break |
done | | done |
fi | | fi |
if test -z "$F77"; then | | if test -z "$F77"; then |
ac_ct_F77=$F77 | | ac_ct_F77=$F77 |
for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran | | for ac_prog in g77 f77 xlf frt pgf77 cf77 fort77 fl32 af77 f90 xlf90 pgf90 pghpf epcf90 gfortran g95 f95 fort xlf95 ifort ifc efc pgf95 lf95 ftn |
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 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_prog_ac_ct_F77+set}" = set; then | | if test "${ac_cv_prog_ac_ct_F77+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
ac_cv_prog_ac_ct_F77="$ac_prog" | | ac_cv_prog_ac_ct_F77="$ac_prog" |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | 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 |
| | |
fi | | fi |
fi | | fi |
ac_ct_F77=$ac_cv_prog_ac_ct_F77 | | ac_ct_F77=$ac_cv_prog_ac_ct_F77 |
if test -n "$ac_ct_F77"; then | | if test -n "$ac_ct_F77"; then |
echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 | | { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 |
echo "${ECHO_T}$ac_ct_F77" >&6 | | echo "${ECHO_T}$ac_ct_F77" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | |
test -n "$ac_ct_F77" && break | | test -n "$ac_ct_F77" && break |
done | | done |
| | |
| | if test "x$ac_ct_F77" = x; then |
| | F77="" |
| | else |
| | case $cross_compiling:$ac_tool_warned in |
| | yes:) |
| | { echo "$as_me:$LINENO: 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." >&5 |
| | 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 ;; |
| | esac |
F77=$ac_ct_F77 | | F77=$ac_ct_F77 |
fi | | fi |
| | fi |
| | |
| | |
# Provide some information about the compiler. | | # Provide some information about the compiler. |
echo "$as_me:5255:" \ | | echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 |
"checking for Fortran 77 compiler version" >&5 | | |
ac_compiler=`set X $ac_compile; echo $2` | | ac_compiler=`set X $ac_compile; echo $2` |
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 | | { (ac_try="$ac_compiler --version >&5" |
(eval $ac_compiler --version </dev/null >&5) 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_compiler --version >&5") 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } | | (exit $ac_status); } |
{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 | | { (ac_try="$ac_compiler -v >&5" |
(eval $ac_compiler -v </dev/null >&5) 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_compiler -v >&5") 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } | | (exit $ac_status); } |
{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 | | { (ac_try="$ac_compiler -V >&5" |
(eval $ac_compiler -V </dev/null >&5) 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_compiler -V >&5") 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } | | (exit $ac_status); } |
| | |
# input file. (Note that this only needs to work for GNU compilers.) | | # input file. (Note that this only needs to work for GNU compilers.) |
ac_save_ext=$ac_ext | | ac_save_ext=$ac_ext |
ac_ext=F | | ac_ext=F |
echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 | | { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 |
echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6 | | echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; } |
if test "${ac_cv_f77_compiler_gnu+set}" = set; then | | if test "${ac_cv_f77_compiler_gnu+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
end | | end |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_compiler_gnu=no | | ac_compiler_gnu=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
| | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
ac_cv_f77_compiler_gnu=$ac_compiler_gnu | | ac_cv_f77_compiler_gnu=$ac_compiler_gnu |
| | |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 |
echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6 | | echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; } |
ac_ext=$ac_save_ext | | ac_ext=$ac_save_ext |
ac_test_FFLAGS=${FFLAGS+set} | | ac_test_FFLAGS=${FFLAGS+set} |
ac_save_FFLAGS=$FFLAGS | | ac_save_FFLAGS=$FFLAGS |
FFLAGS= | | FFLAGS= |
echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 | | { echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 |
echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6 | | echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; } |
if test "${ac_cv_prog_f77_g+set}" = set; then | | if test "${ac_cv_prog_f77_g+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
end | | end |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_prog_f77_g=no | | ac_cv_prog_f77_g=no |
fi | | fi |
rm -f 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_prog_f77_g" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 |
echo "${ECHO_T}$ac_cv_prog_f77_g" >&6 | | echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; } |
if test "$ac_test_FFLAGS" = set; then | | if test "$ac_test_FFLAGS" = set; then |
FFLAGS=$ac_save_FFLAGS | | FFLAGS=$ac_save_FFLAGS |
elif test $ac_cv_prog_f77_g = yes; then | | elif test $ac_cv_prog_f77_g = yes; then |
| | |
# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! | | # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! |
| | |
# 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 arguments" >&5 | | { echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5 |
echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6 | | echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_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 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
lt_cv_sys_max_cmd_len=8192; | | lt_cv_sys_max_cmd_len=8192; |
;; | | ;; |
| | |
| | netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) |
| | # This has been around since 386BSD, at least. Likely further. |
| | if test -x /sbin/sysctl; then |
| | lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` |
| | elif test -x /usr/sbin/sysctl; then |
| | lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` |
| | else |
| | lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs |
| | fi |
| | # And add a safety zone |
| | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` |
| | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` |
| | ;; |
| | |
| | interix*) |
| | # We know the value 262144 and hardcode it with a safety zone (like BSD) |
| | lt_cv_sys_max_cmd_len=196608 |
| | ;; |
| | |
| | osf*) |
| | # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure |
| | # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not |
| | # nice to cause kernel panics so lets avoid the loop below. |
| | # First set a reasonable default. |
| | lt_cv_sys_max_cmd_len=16384 |
| | # |
| | if test -x /sbin/sysconfig; then |
| | case `/sbin/sysconfig -q proc exec_disable_arg_limit` in |
| | *1*) lt_cv_sys_max_cmd_len=-1 ;; |
| | esac |
| | fi |
| | ;; |
| | sco3.2v5*) |
| | lt_cv_sys_max_cmd_len=102400 |
| | ;; |
| | sysv5* | sco5v6* | sysv4.2uw2*) |
| | kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` |
| | if test -n "$kargmax"; then |
| | lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` |
| | else |
| | lt_cv_sys_max_cmd_len=32768 |
| | fi |
| | ;; |
*) | | *) |
# If test is not a shell built-in, we'll probably end up computing a | | # If test is not a shell built-in, we'll probably end up computing a |
# maximum length that is only half of the actual maximum length, but | | # maximum length that is only half of the actual maximum length, but |
# we can't tell. | | # we can't tell. |
while (test "X"`$CONFIG_SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \ | | SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} |
| | while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \ |
= "XX$teststring") >/dev/null 2>&1 && | | = "XX$teststring") >/dev/null 2>&1 && |
new_result=`expr "X$teststring" : ".*" 2>&1` && | | new_result=`expr "X$teststring" : ".*" 2>&1` && |
lt_cv_sys_max_cmd_len=$new_result && | | lt_cv_sys_max_cmd_len=$new_result && |
| | |
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 | | { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5 |
echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6 | | echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: none" >&5 | | { echo "$as_me:$LINENO: result: none" >&5 |
echo "${ECHO_T}none" >&6 | | echo "${ECHO_T}none" >&6; } |
fi | | fi |
| | |
| | |
| | |
| | |
# Check for command to grab the raw symbol name followed by C symbol from nm. | | # Check for command to grab the raw symbol name followed by C symbol from nm. |
echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5 | | { echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5 |
echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6 | | echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&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 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
# 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]*\)' |
| | |
# Transform the above into a raw symbol and a C symbol. | | |
symxfrm='\1 \2\3 \3' | | |
| | |
# Transform an extracted symbol line into a proper C declaration | | # Transform an extracted symbol line into a proper C declaration |
lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'" | | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'" |
| | |
| | |
lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" | | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" |
lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" | | lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" |
;; | | ;; |
| | linux* | k*bsd*-gnu) |
| | if test "$host_cpu" = ia64; then |
| | symcode='[ABCDGIRSTW]' |
| | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" |
| | lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" |
| | fi |
| | ;; |
irix* | nonstopux*) | | irix* | nonstopux*) |
symcode='[BCDEGRST]' | | symcode='[BCDEGRST]' |
;; | | ;; |
osf*) | | osf*) |
symcode='[BCDEGQRST]' | | symcode='[BCDEGQRST]' |
;; | | ;; |
solaris* | sysv5*) | | solaris*) |
symcode='[BDRT]' | | symcode='[BDRT]' |
;; | | ;; |
| | sco3.2v5*) |
| | symcode='[DT]' |
| | ;; |
| | sysv4.2uw2*) |
| | symcode='[DT]' |
| | ;; |
| | sysv5* | sco5v6* | unixware* | OpenUNIX*) |
| | symcode='[ABDT]' |
| | ;; |
sysv4) | | sysv4) |
symcode='[DFNSTU]' | | symcode='[DFNSTU]' |
;; | | ;; |
| | |
# Try without a prefix undercore, then with it. | | # Try without a prefix undercore, then with it. |
for ac_symprfx in "" "_"; do | | for ac_symprfx in "" "_"; do |
| | |
| | # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. |
| | symxfrm="\\1 $ac_symprfx\\2 \\2" |
| | |
# Write the raw and C identifiers. | | # Write the raw and C identifiers. |
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'" |
| | |
# Check to see that the pipe works correctly. | | # Check to see that the pipe works correctly. |
pipe_works=no | | pipe_works=no |
| | |
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 | | { echo "$as_me:$LINENO: result: failed" >&5 |
echo "${ECHO_T}failed" >&6 | | echo "${ECHO_T}failed" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: ok" >&5 | | { echo "$as_me:$LINENO: result: ok" >&5 |
echo "${ECHO_T}ok" >&6 | | echo "${ECHO_T}ok" >&6; } |
fi | | fi |
| | |
echo "$as_me:$LINENO: checking for objdir" >&5 | | { echo "$as_me:$LINENO: checking for objdir" >&5 |
echo $ECHO_N "checking for objdir... $ECHO_C" >&6 | | echo $ECHO_N "checking for objdir... $ECHO_C" >&6; } |
if test "${lt_cv_objdir+set}" = set; then | | if test "${lt_cv_objdir+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
fi | | fi |
rmdir .libs 2>/dev/null | | rmdir .libs 2>/dev/null |
fi | | fi |
echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5 | | { echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5 |
echo "${ECHO_T}$lt_cv_objdir" >&6 | | echo "${ECHO_T}$lt_cv_objdir" >&6; } |
objdir=$lt_cv_objdir | | objdir=$lt_cv_objdir |
| | |
| | |
| | |
| | |
# Sed substitution that helps us do robust quoting. It backslashifies | | # Sed substitution that helps us do robust quoting. It backslashifies |
# metacharacters that are still active within double-quoted strings. | | # metacharacters that are still active within double-quoted strings. |
Xsed='sed -e s/^X//' | | Xsed='sed -e 1s/^X//' |
sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g' | | sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g' |
| | |
# Same as above, but do not quote variable references. | | # Same as above, but do not quote variable references. |
| | |
default_ofile=libtool | | default_ofile=libtool |
can_build_shared=yes | | can_build_shared=yes |
| | |
# All known linkers require a `.a' archive for static linking (except M$VC, | | # All known linkers require a `.a' archive for static linking (except MSVC, |
# which needs '.lib'). | | # which needs '.lib'). |
libext=a | | libext=a |
ltmain="$ac_aux_dir/ltmain.sh" | | ltmain="$ac_aux_dir/ltmain.sh" |
| | |
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 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&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 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$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 | | 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 |
| | |
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 | | { echo "$as_me:$LINENO: result: $AR" >&5 |
echo "${ECHO_T}$AR" >&6 | | echo "${ECHO_T}$AR" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}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 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&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 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$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 | | 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 |
| | |
test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false" | | |
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 | | { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 |
echo "${ECHO_T}$ac_ct_AR" >&6 | | echo "${ECHO_T}$ac_ct_AR" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | if test "x$ac_ct_AR" = x; then |
| | AR="false" |
| | else |
| | case $cross_compiling:$ac_tool_warned in |
| | yes:) |
| | { echo "$as_me:$LINENO: 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." >&5 |
| | 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 ;; |
| | esac |
AR=$ac_ct_AR | | AR=$ac_ct_AR |
| | fi |
else | | else |
AR="$ac_cv_prog_AR" | | AR="$ac_cv_prog_AR" |
fi | | fi |
| | |
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 program name with args. | | # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program 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 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&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 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$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 | | 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 |
| | |
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 | | { echo "$as_me:$LINENO: result: $RANLIB" >&5 |
echo "${ECHO_T}$RANLIB" >&6 | | echo "${ECHO_T}$RANLIB" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}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 args. | | # Extract the first word of "ranlib", so it can be a program name with args. |
set dummy ranlib; ac_word=$2 | | set dummy ranlib; ac_word=$2 |
echo "$as_me:$LINENO: checking for $ac_word" >&5 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&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 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$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 | | 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 |
| | |
test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":" | | |
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 | | { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 |
echo "${ECHO_T}$ac_ct_RANLIB" >&6 | | echo "${ECHO_T}$ac_ct_RANLIB" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | if test "x$ac_ct_RANLIB" = x; then |
| | RANLIB=":" |
| | else |
| | case $cross_compiling:$ac_tool_warned in |
| | yes:) |
| | { echo "$as_me:$LINENO: 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." >&5 |
| | 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 ;; |
| | esac |
RANLIB=$ac_ct_RANLIB | | RANLIB=$ac_ct_RANLIB |
| | fi |
else | | else |
RANLIB="$ac_cv_prog_RANLIB" | | RANLIB="$ac_cv_prog_RANLIB" |
fi | | fi |
| | |
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 program name with args. | | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program 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 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&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 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$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 | | 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 |
| | |
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 | | { echo "$as_me:$LINENO: result: $STRIP" >&5 |
echo "${ECHO_T}$STRIP" >&6 | | echo "${ECHO_T}$STRIP" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}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 args. | | # Extract the first word of "strip", so it can be a program name with args. |
set dummy strip; ac_word=$2 | | set dummy strip; ac_word=$2 |
echo "$as_me:$LINENO: checking for $ac_word" >&5 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&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 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$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 | | 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 |
| | |
test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":" | | |
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 | | { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 |
echo "${ECHO_T}$ac_ct_STRIP" >&6 | | echo "${ECHO_T}$ac_ct_STRIP" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | if test "x$ac_ct_STRIP" = x; then |
| | STRIP=":" |
| | else |
| | case $cross_compiling:$ac_tool_warned in |
| | yes:) |
| | { echo "$as_me:$LINENO: 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." >&5 |
| | 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 ;; |
| | esac |
STRIP=$ac_ct_STRIP | | STRIP=$ac_ct_STRIP |
| | fi |
else | | else |
STRIP="$ac_cv_prog_STRIP" | | STRIP="$ac_cv_prog_STRIP" |
fi | | fi |
| | |
test -z "$AS" && AS=as | | test -z "$AS" && AS=as |
test -z "$CC" && CC=cc | | test -z "$CC" && CC=cc |
test -z "$LTCC" && LTCC=$CC | | test -z "$LTCC" && LTCC=$CC |
| | test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS |
test -z "$DLLTOOL" && DLLTOOL=dlltool | | test -z "$DLLTOOL" && DLLTOOL=dlltool |
test -z "$LD" && LD=ld | | test -z "$LD" && LD=ld |
test -z "$LN_S" && LN_S="ln -s" | | test -z "$LN_S" && LN_S="ln -s" |
| | |
if test -n "$RANLIB"; then | | if test -n "$RANLIB"; then |
case $host_os in | | case $host_os in |
openbsd*) | | openbsd*) |
old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds" | | old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" |
;; | | ;; |
*) | | *) |
old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds" | | old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" |
;; | | ;; |
esac | | esac |
old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" | | old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" |
fi | | fi |
| | |
| | for cc_temp in $compiler""; do |
| | case $cc_temp in |
| | compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; |
| | distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; |
| | \-*) ;; |
| | *) break;; |
| | esac |
| | done |
| | 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 |
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 | | { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5 |
echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6 | | echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&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 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
if test -n "$file_magic_test_file"; then | | if test -n "$file_magic_test_file"; then |
case $deplibs_check_method in | | case $deplibs_check_method in |
"file_magic "*) | | "file_magic "*) |
file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`" | | file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` |
MAGIC_CMD="$lt_cv_path_MAGIC_CMD" | | MAGIC_CMD="$lt_cv_path_MAGIC_CMD" |
if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | | | if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | |
$EGREP "$file_magic_regex" > /dev/null; then | | $EGREP "$file_magic_regex" > /dev/null; then |
| | |
| | |
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 | | { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 |
echo "${ECHO_T}$MAGIC_CMD" >&6 | | echo "${ECHO_T}$MAGIC_CMD" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}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 | | { echo "$as_me:$LINENO: checking for file" >&5 |
echo $ECHO_N "checking for file... $ECHO_C" >&6 | | echo $ECHO_N "checking for file... $ECHO_C" >&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 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
if test -n "$file_magic_test_file"; then | | if test -n "$file_magic_test_file"; then |
case $deplibs_check_method in | | case $deplibs_check_method in |
"file_magic "*) | | "file_magic "*) |
file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`" | | file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` |
MAGIC_CMD="$lt_cv_path_MAGIC_CMD" | | MAGIC_CMD="$lt_cv_path_MAGIC_CMD" |
if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | | | if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | |
$EGREP "$file_magic_regex" > /dev/null; then | | $EGREP "$file_magic_regex" > /dev/null; then |
| | |
| | |
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 | | { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 |
echo "${ECHO_T}$MAGIC_CMD" >&6 | | echo "${ECHO_T}$MAGIC_CMD" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
else | | else |
| | |
enable_dlopen=no | | enable_dlopen=no |
enable_win32_dll=no | | enable_win32_dll=no |
| | |
# Check whether --enable-libtool-lock or --disable-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 |
| | |
| | |
# Check whether --with-pic or --without-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" | | withval=$with_pic; pic_mode="$withval" |
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 |
| | |
# Use C for the default configuration in the libtool script | | # Use C for the default configuration in the libtool script |
| | |
# 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. |
| | 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 |
| | |
| | |
# | | # save warnings/boilerplate of simple test code |
# Check for any special shared library compilation flags. | | ac_outfile=conftest.$ac_objext |
# | | printf "$lt_simple_compile_test_code" >conftest.$ac_ext |
lt_prog_cc_shlib= | | eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err |
if test "$GCC" = no; then | | _lt_compiler_boilerplate=`cat conftest.err` |
case $host_os in | | $rm conftest* |
sco3.2v5*) | | |
lt_prog_cc_shlib='-belf' | | |
;; | | |
esac | | |
fi | | |
if test -n "$lt_prog_cc_shlib"; then | | |
{ echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&5 | | |
echo "$as_me: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&2;} | | |
if echo "$old_CC $old_CFLAGS " | grep "[ ]$lt_prog_cc_shlib[ ]" >/dev/null; then : | | |
else | | |
{ echo "$as_me:$LINENO: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5 | | |
echo "$as_me: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;} | | |
lt_cv_prog_cc_can_build_shared=no | | |
fi | | |
fi | | |
| | |
| | |
# | | ac_outfile=conftest.$ac_objext |
# Check to make sure the static flag actually works. | | |
# | | |
echo "$as_me:$LINENO: checking if $compiler static flag $lt_prog_compiler_static works" >&5 | | |
echo $ECHO_N "checking if $compiler static flag $lt_prog_compiler_static works... $ECHO_C" >&6 | | |
if test "${lt_prog_compiler_static_works+set}" = set; then | | |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | |
else | | |
lt_prog_compiler_static_works=no | | |
save_LDFLAGS="$LDFLAGS" | | |
LDFLAGS="$LDFLAGS $lt_prog_compiler_static" | | |
printf "$lt_simple_link_test_code" > conftest.$ac_ext | | printf "$lt_simple_link_test_code" > conftest.$ac_ext |
if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then | | eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err |
# The compiler can only warn and ignore the option if not recognized | | _lt_linker_boilerplate=`cat conftest.err` |
# So say no if there are warnings | | |
if test -s conftest.err; then | | |
# Append any errors to the config.log. | | |
cat conftest.err 1>&5 | | |
else | | |
lt_prog_compiler_static_works=yes | | |
fi | | |
fi | | |
$rm conftest* | | $rm conftest* |
LDFLAGS="$save_LDFLAGS" | | |
| | |
fi | | |
echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5 | | |
echo "${ECHO_T}$lt_prog_compiler_static_works" >&6 | | |
| | |
if test x"$lt_prog_compiler_static_works" = xyes; then | | |
: | | |
else | | |
lt_prog_compiler_static= | | |
fi | | |
| | |
| | |
| | |
| | |
| | |
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-exceptions" >&5 | | { echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 |
echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6 | | echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&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 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
# 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}? :&$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:6287: $lt_compile\"" >&5) | | (eval echo "\"\$as_me:7407: $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:6291: \$? = $ac_status" >&5 | | echo "$as_me:7411: \$? = $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 | | # So say no if there are warnings other than the usual output. |
if test ! -s conftest.err; then | | $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp |
| | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 |
| | 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 conftest* | | $rm conftest* |
| | |
fi | | fi |
echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 | | { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 |
echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6 | | echo "${ECHO_T}$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 -fno-rtti -fno-exceptions" | | lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" |
| | |
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 | | { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 |
echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 | | echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } |
| | |
if test "$GCC" = yes; then | | if test "$GCC" = yes; then |
lt_prog_compiler_wl='-Wl,' | | lt_prog_compiler_wl='-Wl,' |
| | |
lt_prog_compiler_pic='-fno-common' | | lt_prog_compiler_pic='-fno-common' |
;; | | ;; |
| | |
| | interix3*) |
| | # Interix 3.x gcc -fpic/-fPIC options generate broken code. |
| | # Instead, we relocate shared libraries at runtime. |
| | ;; |
| | |
msdosdjgpp*) | | msdosdjgpp*) |
# Just because we use GCC doesn't mean we suddenly get shared libraries | | # Just because we use GCC doesn't mean we suddenly get shared libraries |
# on systems that don't support them. | | # on systems that don't support them. |
| | |
hpux*) | | hpux*) |
# 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 |
hppa*64*|ia64*) | | hppa*64*|ia64*) |
# +Z the default | | # +Z the default |
;; | | ;; |
| | |
lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' | | lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' |
fi | | fi |
;; | | ;; |
| | darwin*) |
| | # PIC is the default on this platform |
| | # Common symbols not allowed in MH_DYLIB files |
| | case $cc_basename in |
| | xlc*) |
| | lt_prog_compiler_pic='-qnocommon' |
| | lt_prog_compiler_wl='-Wl,' |
| | ;; |
| | esac |
| | ;; |
| | |
mingw* | pw32* | os2*) | | mingw* | pw32* | os2*) |
# 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 |
| | |
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 |
hppa*64*|ia64*) | | hppa*64*|ia64*) |
# +Z the default | | # +Z the default |
;; | | ;; |
| | |
lt_prog_compiler_static='-Bstatic' | | lt_prog_compiler_static='-Bstatic' |
;; | | ;; |
| | |
linux*) | | linux* | k*bsd*-gnu) |
case $CC in | | case $cc_basename in |
icc* | ecc*) | | icc* | 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' |
;; | | ;; |
| | pgcc* | pgf77* | pgf90* | pgf95*) |
| | # Portland Group compilers (*not* the Pentium gcc compiler, |
| | # which looks to be a dead project) |
| | lt_prog_compiler_wl='-Wl,' |
| | lt_prog_compiler_pic='-fpic' |
| | 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. |
| | |
lt_prog_compiler_static='-non_shared' | | lt_prog_compiler_static='-non_shared' |
;; | | ;; |
| | |
sco3.2v5*) | | |
lt_prog_compiler_pic='-Kpic' | | |
lt_prog_compiler_static='-dn' | | |
;; | | |
| | |
solaris*) | | solaris*) |
lt_prog_compiler_wl='-Wl,' | | |
lt_prog_compiler_pic='-KPIC' | | lt_prog_compiler_pic='-KPIC' |
lt_prog_compiler_static='-Bstatic' | | lt_prog_compiler_static='-Bstatic' |
| | case $cc_basename in |
| | f77* | f90* | f95*) |
| | lt_prog_compiler_wl='-Qoption ld ';; |
| | *) |
| | lt_prog_compiler_wl='-Wl,';; |
| | esac |
;; | | ;; |
| | |
sunos4*) | | sunos4*) |
| | |
lt_prog_compiler_static='-Bstatic' | | lt_prog_compiler_static='-Bstatic' |
;; | | ;; |
| | |
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) | | sysv4 | sysv4.2uw2* | sysv4.3*) |
lt_prog_compiler_wl='-Wl,' | | lt_prog_compiler_wl='-Wl,' |
lt_prog_compiler_pic='-KPIC' | | lt_prog_compiler_pic='-KPIC' |
lt_prog_compiler_static='-Bstatic' | | lt_prog_compiler_static='-Bstatic' |
| | |
fi | | fi |
;; | | ;; |
| | |
| | sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) |
| | lt_prog_compiler_wl='-Wl,' |
| | lt_prog_compiler_pic='-KPIC' |
| | lt_prog_compiler_static='-Bstatic' |
| | ;; |
| | |
| | unicos*) |
| | lt_prog_compiler_wl='-Wl,' |
| | lt_prog_compiler_can_build_shared=no |
| | ;; |
| | |
uts4*) | | uts4*) |
lt_prog_compiler_pic='-pic' | | lt_prog_compiler_pic='-pic' |
lt_prog_compiler_static='-Bstatic' | | lt_prog_compiler_static='-Bstatic' |
| | |
esac | | esac |
fi | | fi |
| | |
echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5 | | { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5 |
echo "${ECHO_T}$lt_prog_compiler_pic" >&6 | | echo "${ECHO_T}$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_pic works" >&5 | | { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 |
echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6 | | echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; } |
if test "${lt_prog_compiler_pic_works+set}" = set; then | | if test "${lt_prog_compiler_pic_works+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
# 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}? :&$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:6520: $lt_compile\"" >&5) | | (eval echo "\"\$as_me:7675: $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:6524: \$? = $ac_status" >&5 | | echo "$as_me:7679: \$? = $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 | | # So say no if there are warnings other than the usual output. |
if test ! -s conftest.err; then | | $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp |
| | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 |
| | if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then |
lt_prog_compiler_pic_works=yes | | lt_prog_compiler_pic_works=yes |
fi | | fi |
fi | | fi |
$rm conftest* | | $rm conftest* |
| | |
fi | | fi |
echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5 | | { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5 |
echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6 | | echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6; } |
| | |
if test x"$lt_prog_compiler_pic_works" = xyes; then | | if test x"$lt_prog_compiler_pic_works" = xyes; then |
case $lt_prog_compiler_pic in | | case $lt_prog_compiler_pic in |
| | |
fi | | fi |
| | |
fi | | fi |
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= |
| | |
;; | | ;; |
esac | | esac |
| | |
echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 | | # |
echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 | | # Check to make sure the static flag actually works. |
| | # |
| | 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_flag works" >&5 |
| | echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } |
| | if test "${lt_prog_compiler_static_works+set}" = set; then |
| | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | else |
| | lt_prog_compiler_static_works=no |
| | save_LDFLAGS="$LDFLAGS" |
| | LDFLAGS="$LDFLAGS $lt_tmp_static_flag" |
| | printf "$lt_simple_link_test_code" > conftest.$ac_ext |
| | 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 |
| | # So say no if there are warnings |
| | if test -s conftest.err; then |
| | # Append any errors to the config.log. |
| | cat conftest.err 1>&5 |
| | $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp |
| | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 |
| | if diff conftest.exp conftest.er2 >/dev/null; then |
| | lt_prog_compiler_static_works=yes |
| | fi |
| | else |
| | lt_prog_compiler_static_works=yes |
| | fi |
| | fi |
| | $rm conftest* |
| | LDFLAGS="$save_LDFLAGS" |
| | |
| | fi |
| | { echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5 |
| | echo "${ECHO_T}$lt_prog_compiler_static_works" >&6; } |
| | |
| | if test x"$lt_prog_compiler_static_works" = xyes; then |
| | : |
| | else |
| | lt_prog_compiler_static= |
| | fi |
| | |
| | |
| | { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 |
| | echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_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 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
# 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}? :&$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:6580: $lt_compile\"" >&5) | | (eval echo "\"\$as_me:7779: $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:6584: \$? = $ac_status" >&5 | | echo "$as_me:7783: \$? = $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 |
if test ! -s out/conftest.err; then | | $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp |
| | $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 |
| | if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then |
lt_cv_prog_compiler_c_o=yes | | lt_cv_prog_compiler_c_o=yes |
fi | | fi |
fi | | fi |
chmod u+w . | | chmod u+w . 2>&5 |
$rm 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 |
| | |
$rm conftest* | | $rm conftest* |
| | |
fi | | fi |
echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5 | | { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5 |
echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6 | | echo "${ECHO_T}$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 | | { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 |
echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6 | | echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; } |
hard_links=yes | | hard_links=yes |
$rm 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 | | { echo "$as_me:$LINENO: result: $hard_links" >&5 |
echo "${ECHO_T}$hard_links" >&6 | | echo "${ECHO_T}$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 \`make -j' may be unsafe" >&5 | | { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 |
echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} | | echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} |
| | |
need_locks=no | | need_locks=no |
fi | | fi |
| | |
echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 | | { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 |
echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 | | echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } |
| | |
runpath_var= | | runpath_var= |
allow_undefined_flag= | | allow_undefined_flag= |
| | |
# 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. |
extract_expsyms_cmds= | | extract_expsyms_cmds= |
| | # Just being paranoid about ensuring that cc_basename is set. |
| | for cc_temp in $compiler""; do |
| | case $cc_temp in |
| | compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; |
| | distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; |
| | \-*) ;; |
| | *) break;; |
| | esac |
| | done |
| | cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` |
| | |
case $host_os in | | case $host_os in |
cygwin* | mingw* | pw32*) | | cygwin* | mingw* | pw32*) |
| | |
with_gnu_ld=no | | with_gnu_ld=no |
fi | | fi |
;; | | ;; |
| | interix*) |
| | # we just hope/assume this is gcc and not c89 (= MSVC++) |
| | with_gnu_ld=yes |
| | ;; |
openbsd*) | | openbsd*) |
with_gnu_ld=no | | with_gnu_ld=no |
;; | | ;; |
| | |
# 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 |
| | # are reset later if shared libraries are not supported. Putting them |
| | # here allows them to be overridden if necessary. |
| | runpath_var=LD_RUN_PATH |
| | hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir' |
| | export_dynamic_flag_spec='${wl}--export-dynamic' |
| | # ancient GNU ld didn't support --whole-archive et. al. |
| | if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then |
| | whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' |
| | else |
| | whole_archive_flag_spec= |
| | fi |
| | supports_anon_versioning=no |
| | case `$LD -v 2>/dev/null` in |
| | *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 |
| | *\ 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.*) ;; # other 2.11 versions |
| | *) supports_anon_versioning=yes ;; |
| | esac |
| | |
# See if GNU ld supports shared libraries. | | # See if GNU ld supports shared libraries. |
case $host_os in | | case $host_os in |
aix3* | aix4* | aix5*) | | aix3* | aix4* | aix5*) |
| | |
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 '\''/^[BCDGS] /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 $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' | | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' |
# If the export-symbols file already is a .def file (1st line | | # If the export-symbols file already is a .def file (1st line |
# is EXPORTS), use it as is; otherwise, prepend... | | # is EXPORTS), use it as is; otherwise, prepend... |
archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then | | archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then |
| | |
echo EXPORTS > $output_objdir/$soname.def; | | echo EXPORTS > $output_objdir/$soname.def; |
cat $export_symbols >> $output_objdir/$soname.def; | | cat $export_symbols >> $output_objdir/$soname.def; |
fi~ | | fi~ |
$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' | | $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' |
| | else |
| | ld_shlibs=no |
| | fi |
| | ;; |
| | |
| | interix3*) |
| | hardcode_direct=no |
| | hardcode_shlibpath_var=no |
| | hardcode_libdir_flag_spec='${wl}-rpath,$libdir' |
| | export_dynamic_flag_spec='${wl}-E' |
| | # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. |
| | # Instead, shared libraries are loaded at an image base (0x10000000 by |
| | # default) and relocated if they conflict, which is a slow very memory |
| | # consuming and fragmenting process. To avoid this, we pick a random, |
| | # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link |
| | # 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_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' |
| | ;; |
| | |
| | linux* | k*bsd*-gnu) |
| | if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then |
| | tmp_addflag= |
| | case $cc_basename,$host_cpu in |
| | pgcc*) # Portland Group C compiler |
| | whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' |
| | tmp_addflag=' $pic_flag' |
| | ;; |
| | pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers |
| | whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' |
| | tmp_addflag=' $pic_flag -Mnomain' ;; |
| | ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 |
| | tmp_addflag=' -i_dynamic' ;; |
| | efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 |
| | tmp_addflag=' -i_dynamic -nofor_main' ;; |
| | ifc* | ifort*) # Intel Fortran compiler |
| | tmp_addflag=' -nofor_main' ;; |
| | esac |
| | archive_cmds='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' |
| | |
| | if test $supports_anon_versioning = yes; then |
| | archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~ |
| | cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ |
| | $echo "local: *; };" >> $output_objdir/$libname.ver~ |
| | $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' |
| | fi |
| | link_all_deplibs=no |
else | | else |
ld_shlibs=no | | ld_shlibs=no |
fi | | fi |
;; | | ;; |
| | |
netbsd* | netbsdelf*-gnu | knetbsd*-gnu) | | 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 $lib' | | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' |
wlarc= | | wlarc= |
| | |
fi | | fi |
;; | | ;; |
| | |
solaris* | sysv5*) | | solaris*) |
if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then | | if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then |
ld_shlibs=no | | ld_shlibs=no |
cat <<EOF 1>&2 | | cat <<EOF 1>&2 |
| | |
fi | | fi |
;; | | ;; |
| | |
sunos4*) | | sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) |
archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' | | case `$LD -v 2>&1` in |
wlarc= | | *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) |
hardcode_direct=yes | | ld_shlibs=no |
hardcode_shlibpath_var=no | | cat <<_LT_EOF 1>&2 |
;; | | |
| | *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not |
| | *** reliably create shared libraries on SCO systems. Therefore, libtool |
| | *** is disabling shared libraries support. We urge you to upgrade GNU |
| | *** binutils to release 2.16.91.0.3 or newer. Another option is to modify |
| | *** your PATH or compiler configuration so that the native linker is |
| | *** used, and then restart. |
| | |
linux*) | | _LT_EOF |
| | ;; |
| | *) |
if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then | | if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then |
tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | | hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' |
archive_cmds="$tmp_archive_cmds" | | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib' |
supports_anon_versioning=no | | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib' |
case `$LD -v 2>/dev/null` in | | |
*\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 | | |
*\ 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.*) ;; # other 2.11 versions | | |
*) supports_anon_versioning=yes ;; | | |
esac | | |
if test $supports_anon_versioning = yes; then | | |
archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~ | | |
cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ | | |
$echo "local: *; };" >> $output_objdir/$libname.ver~ | | |
$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' | | |
else | | |
archive_expsym_cmds="$tmp_archive_cmds" | | |
fi | | |
link_all_deplibs=no | | |
else | | else |
ld_shlibs=no | | ld_shlibs=no |
fi | | fi |
;; | | ;; |
| | esac |
| | ;; |
| | |
| | sunos4*) |
| | archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' |
| | wlarc= |
| | hardcode_direct=yes |
| | hardcode_shlibpath_var=no |
| | ;; |
| | |
*) | | *) |
if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then | | if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then |
| | |
;; | | ;; |
esac | | esac |
| | |
if test "$ld_shlibs" = yes; then | | if test "$ld_shlibs" = no; then |
runpath_var=LD_RUN_PATH | | runpath_var= |
hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir' | | hardcode_libdir_flag_spec= |
export_dynamic_flag_spec='${wl}--export-dynamic' | | export_dynamic_flag_spec= |
# ancient GNU ld didn't support --whole-archive et. al. | | |
if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then | | |
whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' | | |
else | | |
whole_archive_flag_spec= | | whole_archive_flag_spec= |
fi | | fi |
fi | | |
else | | else |
# PORTME fill in a description of your system's linker (not GNU ld) | | # PORTME fill in a description of your system's linker (not GNU ld) |
case $host_os in | | case $host_os in |
| | |
# Note: this linker hardcodes the directories in LIBPATH if there | | # Note: this linker hardcodes the directories in LIBPATH if there |
# are no directories specified by -L. | | # are no directories specified by -L. |
hardcode_minus_L=yes | | hardcode_minus_L=yes |
if test "$GCC" = yes && test -z "$link_static_flag"; then | | if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then |
# Neither direct hardcoding nor static linking is supported with a | | # Neither direct hardcoding nor static linking is supported with a |
# broken collect2. | | # broken collect2. |
hardcode_direct=unsupported | | hardcode_direct=unsupported |
| | |
break | | break |
fi | | fi |
done | | done |
| | ;; |
esac | | esac |
| | |
exp_sym_flag='-bexport' | | exp_sym_flag='-bexport' |
| | |
link_all_deplibs=yes | | link_all_deplibs=yes |
| | |
if test "$GCC" = yes; then | | if test "$GCC" = yes; then |
case $host_os in aix4.012|aix4.012.*) | | case $host_os in aix4.[012]|aix4.[012].*) |
# We only want to do this on AIX 4.2 and lower, the check | | # We only want to do this on AIX 4.2 and lower, the check |
# below for broken collect2 doesn't work under 4.3+ | | # below for broken collect2 doesn't work under 4.3+ |
collect2name=`${CC} -print-prog-name=collect2` | | collect2name=`${CC} -print-prog-name=collect2` |
| | |
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 |
| | shared_flag="$shared_flag "'${wl}-G' |
| | fi |
else | | else |
# not using gcc | | # not using gcc |
if test "$host_cpu" = ia64; then | | if test "$host_cpu" = ia64; then |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | |
| | |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
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 $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" | | archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; 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 $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_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_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" |
else | | else |
# Determine the default libpath from the value encoded in an empty executable. | | # Determine the default libpath from the value encoded in an empty executable. |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | |
| | |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
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 |
| | |
| | |
# -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' |
# -bexpall does not export symbols beginning with underscore (_) | | |
always_export_symbols=yes | | |
# Exported symbols can be pulled into shared objects from archives | | # Exported symbols can be pulled into shared objects from archives |
whole_archive_flag_spec=' ' | | whole_archive_flag_spec='$convenience' |
archive_cmds_need_lc=yes | | archive_cmds_need_lc=yes |
# This is similar to how AIX traditionally builds it's shared libraries. | | # This is similar to how AIX traditionally builds its shared libraries. |
archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' | | archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' |
fi | | fi |
fi | | fi |
;; | | ;; |
| | |
ld_shlibs=no | | ld_shlibs=no |
;; | | ;; |
| | |
bsdi4*) | | bsdi[45]*) |
export_dynamic_flag_spec=-rdynamic | | export_dynamic_flag_spec=-rdynamic |
;; | | ;; |
| | |
| | |
;; | | ;; |
| | |
darwin* | rhapsody*) | | darwin* | rhapsody*) |
if test "$GXX" = yes ; then | | case $host_os in |
archive_cmds_need_lc=no | | |
case "$host_os" in | | |
rhapsody* | darwin1.[012]) | | rhapsody* | darwin1.[012]) |
allow_undefined_flag='-undefined suppress' | | allow_undefined_flag='${wl}-undefined ${wl}suppress' |
;; | | ;; |
*) # Darwin 1.3 on | | *) # Darwin 1.3 on |
if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then | | if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then |
allow_undefined_flag='-flat_namespace -undefined suppress' | | allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' |
else | | else |
case ${MACOSX_DEPLOYMENT_TARGET} in | | case ${MACOSX_DEPLOYMENT_TARGET} in |
10.[012]) | | 10.[012]) |
allow_undefined_flag='-flat_namespace -undefined suppress' | | allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' |
;; | | ;; |
10.*) | | 10.*) |
allow_undefined_flag='-undefined dynamic_lookup' | | allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup' |
;; | | ;; |
esac | | esac |
fi | | fi |
;; | | ;; |
esac | | esac |
lt_int_apple_cc_single_mod=no | | archive_cmds_need_lc=no |
output_verbose_link_cmd='echo' | | |
if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then | | |
lt_int_apple_cc_single_mod=yes | | |
fi | | |
if test "X$lt_int_apple_cc_single_mod" = Xyes ; then | | |
archive_cmds='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' | | |
else | | |
archive_cmds='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' | | |
fi | | |
module_cmds='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' | | |
# Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's | | |
if test "X$lt_int_apple_cc_single_mod" = Xyes ; then | | |
archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | | |
else | | |
archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | | |
fi | | |
module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | | |
hardcode_direct=no | | hardcode_direct=no |
hardcode_automatic=yes | | hardcode_automatic=yes |
hardcode_shlibpath_var=unsupported | | hardcode_shlibpath_var=unsupported |
whole_archive_flag_spec='-all_load $convenience' | | whole_archive_flag_spec='' |
link_all_deplibs=yes | | link_all_deplibs=yes |
| | if test "$GCC" = yes ; then |
| | output_verbose_link_cmd='echo' |
| | archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' |
| | module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' |
| | # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds |
| | archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' |
| | module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' |
else | | else |
| | case $cc_basename in |
| | xlc*) |
| | output_verbose_link_cmd='echo' |
| | archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' |
| | module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' |
| | # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds |
| | archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' |
| | module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' |
| | ;; |
| | *) |
ld_shlibs=no | | ld_shlibs=no |
| | ;; |
| | esac |
fi | | fi |
;; | | ;; |
| | |
| | |
;; | | ;; |
| | |
# FreeBSD 3 and greater uses gcc -shared to do shared libraries. | | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. |
freebsd* | kfreebsd*-gnu) | | freebsd* | dragonfly*) |
archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' | | archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' |
hardcode_libdir_flag_spec='-R$libdir' | | hardcode_libdir_flag_spec='-R$libdir' |
hardcode_direct=yes | | hardcode_direct=yes |
| | |
export_dynamic_flag_spec='${wl}-E' | | export_dynamic_flag_spec='${wl}-E' |
;; | | ;; |
| | |
hpux10* | hpux11*) | | hpux10*) |
if test "$GCC" = yes -a "$with_gnu_ld" = no; then | | if test "$GCC" = yes -a "$with_gnu_ld" = no; then |
case "$host_cpu" in | | archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' |
hppa*64*|ia64*) | | else |
| | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' |
| | fi |
| | if test "$with_gnu_ld" = no; then |
| | hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' |
| | hardcode_libdir_separator=: |
| | |
| | hardcode_direct=yes |
| | export_dynamic_flag_spec='${wl}-E' |
| | |
| | # hardcode_minus_L: Not really in the search PATH, |
| | # but as the default location of the library. |
| | hardcode_minus_L=yes |
| | fi |
| | ;; |
| | |
| | hpux11*) |
| | if test "$GCC" = yes -a "$with_gnu_ld" = no; then |
| | case $host_cpu in |
| | hppa*64*) |
archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | | archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' |
;; | | ;; |
| | ia64*) |
| | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -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*|ia64*) | | hppa*64*) |
archive_cmds='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags' | | archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' |
| | ;; |
| | ia64*) |
| | archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' |
;; | | ;; |
*) | | *) |
archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | | archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' |
;; | | ;; |
esac | | esac |
fi | | fi |
if test "$with_gnu_ld" = no; then | | if test "$with_gnu_ld" = no; then |
case "$host_cpu" in | | |
hppa*64*) | | |
hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' | | hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' |
hardcode_libdir_flag_spec_ld='+b $libdir' | | |
hardcode_libdir_separator=: | | hardcode_libdir_separator=: |
| | |
| | case $host_cpu in |
| | hppa*64*|ia64*) |
| | hardcode_libdir_flag_spec_ld='+b $libdir' |
hardcode_direct=no | | hardcode_direct=no |
hardcode_shlibpath_var=no | | hardcode_shlibpath_var=no |
;; | | ;; |
ia64*) | | |
hardcode_libdir_flag_spec='-L$libdir' | | |
hardcode_direct=no | | |
hardcode_shlibpath_var=no | | |
| | |
# hardcode_minus_L: Not really in the search PATH, | | |
# but as the default location of the library. | | |
hardcode_minus_L=yes | | |
;; | | |
*) | | *) |
hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' | | |
hardcode_libdir_separator=: | | |
hardcode_direct=yes | | hardcode_direct=yes |
export_dynamic_flag_spec='${wl}-E' | | export_dynamic_flag_spec='${wl}-E' |
| | |
| | |
link_all_deplibs=yes | | link_all_deplibs=yes |
;; | | ;; |
| | |
netbsd* | netbsdelf*-gnu | knetbsd*-gnu) | | 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_flags' # a.out | | archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out |
else | | else |
| | |
hardcode_shlibpath_var=no | | hardcode_shlibpath_var=no |
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then | | if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then |
archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' | | archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' |
| | archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' |
hardcode_libdir_flag_spec='${wl}-rpath,$libdir' | | hardcode_libdir_flag_spec='${wl}-rpath,$libdir' |
export_dynamic_flag_spec='${wl}-E' | | export_dynamic_flag_spec='${wl}-E' |
else | | else |
| | |
allow_undefined_flag=' -expect_unresolved \*' | | allow_undefined_flag=' -expect_unresolved \*' |
archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' | | archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' |
archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ | | archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ |
$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp' | | $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp' |
| | |
# Both c and cxx compiler support -rpath directly | | # Both c and cxx compiler support -rpath directly |
hardcode_libdir_flag_spec='-rpath $libdir' | | hardcode_libdir_flag_spec='-rpath $libdir' |
| | |
hardcode_libdir_separator=: | | hardcode_libdir_separator=: |
;; | | ;; |
| | |
sco3.2v5*) | | |
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | | |
hardcode_shlibpath_var=no | | |
export_dynamic_flag_spec='${wl}-Bexport' | | |
runpath_var=LD_RUN_PATH | | |
hardcode_runpath_var=yes | | |
;; | | |
| | |
solaris*) | | solaris*) |
no_undefined_flag=' -z text' | | no_undefined_flag=' -z text' |
if test "$GCC" = yes; then | | if test "$GCC" = yes; then |
| | wlarc='${wl}' |
archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | | archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' |
archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ | | archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ |
$CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' | | $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' |
else | | else |
| | wlarc='' |
archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' | | archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' |
archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ | | archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ |
$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' | | $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' |
| | |
hardcode_shlibpath_var=no | | hardcode_shlibpath_var=no |
case $host_os in | | case $host_os in |
solaris2.[0-5] | solaris2.[0-5].*) ;; | | solaris2.[0-5] | solaris2.[0-5].*) ;; |
*) # Supported since Solaris 2.6 (maybe 2.5.1?) | | *) |
| | # The compiler driver will combine linker options so we |
| | # cannot just pass the convience library names through |
| | # without $wl, iff we do not link with $LD. |
| | # Luckily, gcc supports the same syntax we need for Sun Studio. |
| | # Supported since Solaris 2.6 (maybe 2.5.1?) |
| | case $wlarc in |
| | '') |
whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;; | | whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;; |
| | *) |
| | whole_archive_flag_spec='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;; |
| | esac ;; |
esac | | esac |
link_all_deplibs=yes | | link_all_deplibs=yes |
;; | | ;; |
| | |
fi | | fi |
;; | | ;; |
| | |
sysv4.2uw2*) | | sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7*) |
archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' | | no_undefined_flag='${wl}-z,text' |
hardcode_direct=yes | | archive_cmds_need_lc=no |
hardcode_minus_L=no | | |
hardcode_shlibpath_var=no | | hardcode_shlibpath_var=no |
hardcode_runpath_var=yes | | runpath_var='LD_RUN_PATH' |
runpath_var=LD_RUN_PATH | | |
;; | | |
| | |
sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*) | | |
no_undefined_flag='${wl}-z ${wl}text' | | |
if test "$GCC" = yes; then | | if test "$GCC" = yes; then |
archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | | archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' |
| | archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' |
else | | else |
archive_cmds='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | | archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' |
| | archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' |
fi | | fi |
runpath_var='LD_RUN_PATH' | | |
hardcode_shlibpath_var=no | | |
;; | | ;; |
| | |
sysv5*) | | sysv5* | sco3.2v5* | sco5v6*) |
no_undefined_flag=' -z text' | | # Note: We can NOT use -z defs as we might desire, because we do not |
# $CC -shared without GNU ld will not create a library from C++ | | # link with -lc, and that would cause any symbols used from libc to |
# object files and a static libstdc++, better avoid it by now | | # always be unresolved, which means just about no library would |
archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' | | # ever link correctly. If we're not using GNU ld we use -z text |
archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ | | # though, which does catch some bad symbols but isn't as heavy-handed |
$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' | | # as -z defs. |
hardcode_libdir_flag_spec= | | no_undefined_flag='${wl}-z,text' |
| | allow_undefined_flag='${wl}-z,nodefs' |
| | archive_cmds_need_lc=no |
hardcode_shlibpath_var=no | | hardcode_shlibpath_var=no |
| | hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' |
| | hardcode_libdir_separator=':' |
| | link_all_deplibs=yes |
| | export_dynamic_flag_spec='${wl}-Bexport' |
runpath_var='LD_RUN_PATH' | | runpath_var='LD_RUN_PATH' |
| | |
| | if test "$GCC" = yes; then |
| | archive_cmds='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' |
| | archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' |
| | else |
| | archive_cmds='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' |
| | archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' |
| | fi |
;; | | ;; |
| | |
uts4*) | | uts4*) |
| | |
esac | | esac |
fi | | fi |
| | |
echo "$as_me:$LINENO: result: $ld_shlibs" >&5 | | { echo "$as_me:$LINENO: result: $ld_shlibs" >&5 |
echo "${ECHO_T}$ld_shlibs" >&6 | | echo "${ECHO_T}$ld_shlibs" >&6; } |
test "$ld_shlibs" = no && can_build_shared=no | | test "$ld_shlibs" = 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 COMPILER_PATH LIBRARY_PATH" | | |
fi | | |
| | |
# | | # |
# Do we need to explicitly link libc? | | # Do we need to explicitly link libc? |
# | | # |
| | |
# 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 linked in" >&5 | | { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 |
echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 | | echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } |
$rm conftest* | | $rm conftest* |
printf "$lt_simple_compile_test_code" > conftest.$ac_ext | | printf "$lt_simple_compile_test_code" > conftest.$ac_ext |
| | |
| | |
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 |
compiler_flags=-v | | compiler_flags=-v |
linker_flags=-v | | linker_flags=-v |
verstring= | | verstring= |
| | |
cat conftest.err 1>&5 | | cat conftest.err 1>&5 |
fi | | fi |
$rm conftest* | | $rm conftest* |
echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5 | | { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5 |
echo "${ECHO_T}$archive_cmds_need_lc" >&6 | | echo "${ECHO_T}$archive_cmds_need_lc" >&6; } |
;; | | ;; |
esac | | esac |
fi | | fi |
;; | | ;; |
esac | | esac |
| | |
echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 | | { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 |
echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 | | echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } |
library_names_spec= | | library_names_spec= |
libname_spec='lib$name' | | libname_spec='lib$name' |
soname_spec= | | soname_spec= |
| | |
shlibpath_var=LIBRARY_PATH | | shlibpath_var=LIBRARY_PATH |
;; | | ;; |
| | |
bsdi4*) | | bsdi[45]*) |
version_type=linux | | version_type=linux |
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}' |
| | |
dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ | | dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ |
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' |
postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ | | postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ |
dlpath=$dir/\$dldll~ | | dlpath=$dir/\$dldll~ |
$rm \$dlpath' | | $rm \$dlpath' |
| | |
;; | | ;; |
pw32*) | | pw32*) |
# pw32 DLLs use 'pw' prefix rather than 'lib' | | # pw32 DLLs use 'pw' prefix rather than 'lib' |
library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}' | | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
;; | | ;; |
esac | | esac |
;; | | ;; |
| | |
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`' |
# Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. | | # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. |
if test "$GCC" = yes; then | | if test "$GCC" = yes; then |
sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` | | sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` |
| | |
dynamic_linker=no | | dynamic_linker=no |
;; | | ;; |
| | |
kfreebsd*-gnu) | | freebsd* | dragonfly*) |
version_type=linux | | # DragonFly does not have aout. When/if they implement a new |
need_lib_prefix=no | | # versioning mechanism, adjust this. |
need_version=no | | if test -x /usr/bin/objformat; then |
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' | | objformat=`/usr/bin/objformat` |
soname_spec='${libname}${release}${shared_ext}$major' | | else |
shlibpath_var=LD_LIBRARY_PATH | | case $host_os in |
shlibpath_overrides_runpath=no | | freebsd[123]*) objformat=aout ;; |
hardcode_into_libs=yes | | *) objformat=elf ;; |
dynamic_linker='GNU ld.so' | | esac |
;; | | fi |
| | |
freebsd*) | | |
objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` | | |
version_type=freebsd-$objformat | | version_type=freebsd-$objformat |
case $version_type in | | case $version_type in |
freebsd-elf*) | | freebsd-elf*) |
| | |
freebsd2*) | | freebsd2*) |
shlibpath_overrides_runpath=yes | | shlibpath_overrides_runpath=yes |
;; | | ;; |
freebsd3.01* | freebsdelf3.01*) | | freebsd3.[01]* | freebsdelf3.[01]*) |
shlibpath_overrides_runpath=yes | | shlibpath_overrides_runpath=yes |
hardcode_into_libs=yes | | hardcode_into_libs=yes |
;; | | ;; |
*) # from 3.2 on | | freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ |
| | freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) |
shlibpath_overrides_runpath=no | | shlibpath_overrides_runpath=no |
hardcode_into_libs=yes | | hardcode_into_libs=yes |
;; | | ;; |
| | freebsd*) # from 4.6 on |
| | shlibpath_overrides_runpath=yes |
| | hardcode_into_libs=yes |
| | ;; |
esac | | esac |
;; | | ;; |
| | |
| | |
version_type=sunos | | version_type=sunos |
need_lib_prefix=no | | need_lib_prefix=no |
need_version=no | | need_version=no |
case "$host_cpu" in | | case $host_cpu in |
ia64*) | | ia64*) |
shrext_cmds='.so' | | shrext_cmds='.so' |
hardcode_into_libs=yes | | hardcode_into_libs=yes |
| | |
postinstall_cmds='chmod 555 $lib' | | postinstall_cmds='chmod 555 $lib' |
;; | | ;; |
| | |
| | interix3*) |
| | 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' |
| | dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' |
| | shlibpath_var=LD_LIBRARY_PATH |
| | shlibpath_overrides_runpath=no |
| | hardcode_into_libs=yes |
| | ;; |
| | |
irix5* | irix6* | nonstopux*) | | irix5* | irix6* | nonstopux*) |
case $host_os in | | case $host_os in |
nonstopux*) version_type=nonstopux ;; | | nonstopux*) version_type=nonstopux ;; |
| | |
;; | | ;; |
| | |
# This must be Linux ELF. | | # This must be Linux ELF. |
linux*) | | linux* | k*bsd*-gnu) |
version_type=linux | | version_type=linux |
need_lib_prefix=no | | need_lib_prefix=no |
need_version=no | | need_version=no |
| | |
| | |
# 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 |
lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '` | | lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` |
sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" | | sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" |
fi | | fi |
| | |
| | |
dynamic_linker='NetBSD ld.elf_so' | | dynamic_linker='NetBSD ld.elf_so' |
;; | | ;; |
| | |
knetbsd*-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='GNU ld.so' | | |
;; | | |
| | |
netbsd*) | | netbsd*) |
version_type=sunos | | version_type=sunos |
need_lib_prefix=no | | need_lib_prefix=no |
| | |
| | |
openbsd*) | | openbsd*) |
version_type=sunos | | version_type=sunos |
| | sys_lib_dlsearch_path_spec="/usr/lib" |
need_lib_prefix=no | | need_lib_prefix=no |
need_version=yes | | # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. |
| | case $host_os in |
| | openbsd3.3 | openbsd3.3.*) need_version=yes ;; |
| | *) need_version=no ;; |
| | esac |
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' | | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' |
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' | | finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' |
shlibpath_var=LD_LIBRARY_PATH | | shlibpath_var=LD_LIBRARY_PATH |
| | |
sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" | | sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" |
;; | | ;; |
| | |
sco3.2v5*) | | |
version_type=osf | | |
soname_spec='${libname}${release}${shared_ext}$major' | | |
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | | |
shlibpath_var=LD_LIBRARY_PATH | | |
;; | | |
| | |
solaris*) | | solaris*) |
version_type=linux | | version_type=linux |
need_lib_prefix=no | | need_lib_prefix=no |
| | |
need_version=yes | | need_version=yes |
;; | | ;; |
| | |
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) | | sysv4 | sysv4.3*) |
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' |
| | |
fi | | fi |
;; | | ;; |
| | |
| | sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) |
| | version_type=freebsd-elf |
| | need_lib_prefix=no |
| | need_version=no |
| | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' |
| | soname_spec='${libname}${release}${shared_ext}$major' |
| | shlibpath_var=LD_LIBRARY_PATH |
| | hardcode_into_libs=yes |
| | if test "$with_gnu_ld" = yes; then |
| | sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' |
| | shlibpath_overrides_runpath=no |
| | else |
| | sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' |
| | shlibpath_overrides_runpath=yes |
| | case $host_os in |
| | sco3.2v5*) |
| | sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" |
| | ;; |
| | esac |
| | fi |
| | sys_lib_dlsearch_path_spec='/usr/lib' |
| | ;; |
| | |
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}' |
| | |
dynamic_linker=no | | dynamic_linker=no |
;; | | ;; |
esac | | esac |
echo "$as_me:$LINENO: result: $dynamic_linker" >&5 | | { echo "$as_me:$LINENO: result: $dynamic_linker" >&5 |
echo "${ECHO_T}$dynamic_linker" >&6 | | echo "${ECHO_T}$dynamic_linker" >&6; } |
test "$dynamic_linker" = no && can_build_shared=no | | test "$dynamic_linker" = no && can_build_shared=no |
| | |
echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 | | variables_saved_for_relink="PATH $shlibpath_var $runpath_var" |
echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 | | if test "$GCC" = yes; then |
| | variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" |
| | fi |
| | |
| | { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 |
| | echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } |
hardcode_action= | | hardcode_action= |
if test -n "$hardcode_libdir_flag_spec" || \ | | if test -n "$hardcode_libdir_flag_spec" || \ |
test -n "$runpath_var " || \ | | test -n "$runpath_var " || \ |
| | |
# directories. | | # directories. |
hardcode_action=unsupported | | hardcode_action=unsupported |
fi | | fi |
echo "$as_me:$LINENO: result: $hardcode_action" >&5 | | { echo "$as_me:$LINENO: result: $hardcode_action" >&5 |
echo "${ECHO_T}$hardcode_action" >&6 | | echo "${ECHO_T}$hardcode_action" >&6; } |
| | |
if test "$hardcode_action" = relink; then | | if test "$hardcode_action" = relink; then |
# Fast installation is not supported | | # Fast installation is not supported |
| | |
| | |
striplib= | | striplib= |
old_striplib= | | old_striplib= |
echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 | | { echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 |
echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6 | | 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 | | 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 "$old_striplib" && old_striplib="$STRIP --strip-debug" |
test -z "$striplib" && striplib="$STRIP --strip-unneeded" | | test -z "$striplib" && striplib="$STRIP --strip-unneeded" |
echo "$as_me:$LINENO: result: yes" >&5 | | { echo "$as_me:$LINENO: result: yes" >&5 |
echo "${ECHO_T}yes" >&6 | | echo "${ECHO_T}yes" >&6; } |
else | | else |
# FIXME - insert some real tests, host_os isn't really good enough | | # FIXME - insert some real tests, host_os isn't really good enough |
case $host_os in | | case $host_os in |
darwin*) | | darwin*) |
if test -n "$STRIP" ; then | | if test -n "$STRIP" ; then |
striplib="$STRIP -x" | | striplib="$STRIP -x" |
echo "$as_me:$LINENO: result: yes" >&5 | | { echo "$as_me:$LINENO: result: yes" >&5 |
echo "${ECHO_T}yes" >&6 | | echo "${ECHO_T}yes" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
;; | | ;; |
*) | | *) |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
;; | | ;; |
esac | | esac |
fi | | fi |
| | |
| | |
darwin*) | | darwin*) |
# if libdl is installed we need to link against it | | # if libdl is installed we need to link against it |
echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 | | { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 |
echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 | | echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } |
if test "${ac_cv_lib_dl_dlopen+set}" = set; then | | if test "${ac_cv_lib_dl_dlopen+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char dlopen (); | | char dlopen (); |
int | | int |
main () | | main () |
{ | | { |
dlopen (); | | return dlopen (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_dl_dlopen=no | | ac_cv_lib_dl_dlopen=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 |
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 | | echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } |
if test $ac_cv_lib_dl_dlopen = yes; then | | if test $ac_cv_lib_dl_dlopen = yes; then |
lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" | | lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" |
else | | else |
| | |
;; | | ;; |
| | |
*) | | *) |
echo "$as_me:$LINENO: checking for shl_load" >&5 | | { echo "$as_me:$LINENO: checking for shl_load" >&5 |
echo $ECHO_N "checking for shl_load... $ECHO_C" >&6 | | echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; } |
if test "${ac_cv_func_shl_load+set}" = set; then | | if test "${ac_cv_func_shl_load+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
| | |
#undef shl_load | | #undef shl_load |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
{ | | |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char shl_load (); | | char shl_load (); |
/* The GNU C library defines this for functions which it implements | | /* The GNU C library defines this for functions which it implements |
to always fail with ENOSYS. Some functions are actually named | | to always fail with ENOSYS. Some functions are actually named |
something starting with __ and the normal name is an alias. */ | | something starting with __ and the normal name is an alias. */ |
#if defined (__stub_shl_load) || defined (__stub___shl_load) | | #if defined __stub_shl_load || defined __stub___shl_load |
choke me | | choke me |
#else | | |
char (*f) () = shl_load; | | |
#endif | | |
#ifdef __cplusplus | | |
} | | |
#endif | | #endif |
| | |
int | | int |
main () | | main () |
{ | | { |
return f != shl_load; | | return shl_load (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_func_shl_load=no | | ac_cv_func_shl_load=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 |
echo "${ECHO_T}$ac_cv_func_shl_load" >&6 | | echo "${ECHO_T}$ac_cv_func_shl_load" >&6; } |
if test $ac_cv_func_shl_load = yes; then | | if test $ac_cv_func_shl_load = yes; then |
lt_cv_dlopen="shl_load" | | lt_cv_dlopen="shl_load" |
else | | else |
echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 | | { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 |
echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6 | | echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; } |
if test "${ac_cv_lib_dld_shl_load+set}" = set; then | | if test "${ac_cv_lib_dld_shl_load+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char shl_load (); | | char shl_load (); |
int | | int |
main () | | main () |
{ | | { |
shl_load (); | | return shl_load (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_dld_shl_load=no | | ac_cv_lib_dld_shl_load=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 |
echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6 | | echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; } |
if test $ac_cv_lib_dld_shl_load = yes; then | | if test $ac_cv_lib_dld_shl_load = yes; then |
lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld" | | lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld" |
else | | else |
echo "$as_me:$LINENO: checking for dlopen" >&5 | | { echo "$as_me:$LINENO: checking for dlopen" >&5 |
echo $ECHO_N "checking for dlopen... $ECHO_C" >&6 | | echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; } |
if test "${ac_cv_func_dlopen+set}" = set; then | | if test "${ac_cv_func_dlopen+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
| | |
#undef dlopen | | #undef dlopen |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
{ | | |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char dlopen (); | | char dlopen (); |
/* The GNU C library defines this for functions which it implements | | /* The GNU C library defines this for functions which it implements |
to always fail with ENOSYS. Some functions are actually named | | to always fail with ENOSYS. Some functions are actually named |
something starting with __ and the normal name is an alias. */ | | something starting with __ and the normal name is an alias. */ |
#if defined (__stub_dlopen) || defined (__stub___dlopen) | | #if defined __stub_dlopen || defined __stub___dlopen |
choke me | | choke me |
#else | | |
char (*f) () = dlopen; | | |
#endif | | |
#ifdef __cplusplus | | |
} | | |
#endif | | #endif |
| | |
int | | int |
main () | | main () |
{ | | { |
return f != dlopen; | | return dlopen (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_func_dlopen=no | | ac_cv_func_dlopen=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 |
echo "${ECHO_T}$ac_cv_func_dlopen" >&6 | | echo "${ECHO_T}$ac_cv_func_dlopen" >&6; } |
if test $ac_cv_func_dlopen = yes; then | | if test $ac_cv_func_dlopen = yes; then |
lt_cv_dlopen="dlopen" | | lt_cv_dlopen="dlopen" |
else | | else |
echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 | | { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 |
echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 | | echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } |
if test "${ac_cv_lib_dl_dlopen+set}" = set; then | | if test "${ac_cv_lib_dl_dlopen+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char dlopen (); | | char dlopen (); |
int | | int |
main () | | main () |
{ | | { |
dlopen (); | | return dlopen (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_dl_dlopen=no | | ac_cv_lib_dl_dlopen=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 |
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 | | echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } |
if test $ac_cv_lib_dl_dlopen = yes; then | | if test $ac_cv_lib_dl_dlopen = yes; then |
lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" | | lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" |
else | | else |
echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 | | { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 |
echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6 | | echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; } |
if test "${ac_cv_lib_svld_dlopen+set}" = set; then | | if test "${ac_cv_lib_svld_dlopen+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char dlopen (); | | char dlopen (); |
int | | int |
main () | | main () |
{ | | { |
dlopen (); | | return dlopen (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_svld_dlopen=no | | ac_cv_lib_svld_dlopen=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 |
echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6 | | echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; } |
if test $ac_cv_lib_svld_dlopen = yes; then | | if test $ac_cv_lib_svld_dlopen = yes; then |
lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" | | lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" |
else | | else |
echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 | | { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 |
echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6 | | echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; } |
if test "${ac_cv_lib_dld_dld_link+set}" = set; then | | if test "${ac_cv_lib_dld_dld_link+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char dld_link (); | | char dld_link (); |
int | | int |
main () | | main () |
{ | | { |
dld_link (); | | return dld_link (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_dld_dld_link=no | | ac_cv_lib_dld_dld_link=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 |
echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6 | | echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; } |
if test $ac_cv_lib_dld_dld_link = yes; then | | if test $ac_cv_lib_dld_dld_link = yes; then |
lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" | | lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" |
fi | | fi |
| | |
test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" | | test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" |
| | |
save_LDFLAGS="$LDFLAGS" | | save_LDFLAGS="$LDFLAGS" |
eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" | | wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" |
| | |
save_LIBS="$LIBS" | | save_LIBS="$LIBS" |
LIBS="$lt_cv_dlopen_libs $LIBS" | | LIBS="$lt_cv_dlopen_libs $LIBS" |
| | |
echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5 | | { 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 | | echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; } |
if test "${lt_cv_dlopen_self+set}" = set; then | | if test "${lt_cv_dlopen_self+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
lt_status=$lt_dlunknown | | lt_status=$lt_dlunknown |
cat > conftest.$ac_ext <<EOF | | cat > conftest.$ac_ext <<EOF |
#line 8768 "configure" | | #line 10220 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
#if HAVE_DLFCN_H | | #if HAVE_DLFCN_H |
| | |
else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; | | else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; |
/* dlclose (self); */ | | /* dlclose (self); */ |
} | | } |
| | else |
| | puts (dlerror ()); |
| | |
exit (status); | | exit (status); |
} | | } |
| | |
ac_status=$? | | ac_status=$? |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then | | (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then |
(./conftest; exit; ) 2>/dev/null | | (./conftest; exit; ) >&5 2>/dev/null |
lt_status=$? | | lt_status=$? |
case x$lt_status in | | case x$lt_status in |
x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; | | x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; |
x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; | | x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; |
x$lt_unknown|x*) lt_cv_dlopen_self=no ;; | | x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; |
esac | | esac |
else : | | else : |
# compilation failed | | # compilation failed |
| | |
| | |
| | |
fi | | fi |
echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 | | { echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 |
echo "${ECHO_T}$lt_cv_dlopen_self" >&6 | | echo "${ECHO_T}$lt_cv_dlopen_self" >&6; } |
| | |
if test "x$lt_cv_dlopen_self" = xyes; then | | if test "x$lt_cv_dlopen_self" = xyes; then |
LDFLAGS="$LDFLAGS $link_static_flag" | | wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" |
echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5 | | { 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 itself... $ECHO_C" >&6 | | echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; } |
if test "${lt_cv_dlopen_self_static+set}" = set; then | | if test "${lt_cv_dlopen_self_static+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
lt_status=$lt_dlunknown | | lt_status=$lt_dlunknown |
cat > conftest.$ac_ext <<EOF | | cat > conftest.$ac_ext <<EOF |
#line 8866 "configure" | | #line 10320 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
#if HAVE_DLFCN_H | | #if HAVE_DLFCN_H |
| | |
else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; | | else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; |
/* dlclose (self); */ | | /* dlclose (self); */ |
} | | } |
| | else |
| | puts (dlerror ()); |
| | |
exit (status); | | exit (status); |
} | | } |
| | |
ac_status=$? | | ac_status=$? |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then | | (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then |
(./conftest; exit; ) 2>/dev/null | | (./conftest; exit; ) >&5 2>/dev/null |
lt_status=$? | | lt_status=$? |
case x$lt_status in | | case x$lt_status in |
x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; | | x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; |
x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; | | x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; |
x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;; | | x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; |
esac | | esac |
else : | | else : |
# compilation failed | | # compilation failed |
| | |
| | |
| | |
fi | | fi |
echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 | | { echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 |
echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6 | | echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; } |
fi | | fi |
| | |
CPPFLAGS="$save_CPPFLAGS" | | CPPFLAGS="$save_CPPFLAGS" |
| | |
fi | | fi |
| | |
| | |
# Report which librarie types wil actually be built | | # Report which library types will actually be built |
echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 | | { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 |
echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6 | | echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; } |
echo "$as_me:$LINENO: result: $can_build_shared" >&5 | | { echo "$as_me:$LINENO: result: $can_build_shared" >&5 |
echo "${ECHO_T}$can_build_shared" >&6 | | echo "${ECHO_T}$can_build_shared" >&6; } |
| | |
echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 | | { echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 |
echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6 | | echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; } |
test "$can_build_shared" = "no" && enable_shared=no | | test "$can_build_shared" = "no" && enable_shared=no |
| | |
# On AIX, shared libraries and static libraries use the same namespace, and | | # On AIX, shared libraries and static libraries use the same namespace, and |
# are all built from PIC. | | # are all built from PIC. |
case "$host_os" in | | case $host_os in |
aix3*) | | aix3*) |
test "$enable_shared" = yes && enable_static=no | | test "$enable_shared" = yes && enable_static=no |
if test -n "$RANLIB"; then | | if test -n "$RANLIB"; then |
| | |
test "$enable_shared" = yes && enable_static=no | | test "$enable_shared" = yes && enable_static=no |
fi | | fi |
;; | | ;; |
darwin* | rhapsody*) | | |
if test "$GCC" = yes; then | | |
archive_cmds_need_lc=no | | |
case "$host_os" in | | |
rhapsody* | darwin1.[012]) | | |
allow_undefined_flag='-undefined suppress' | | |
;; | | |
*) # Darwin 1.3 on | | |
if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then | | |
allow_undefined_flag='-flat_namespace -undefined suppress' | | |
else | | |
case ${MACOSX_DEPLOYMENT_TARGET} in | | |
10.[012]) | | |
allow_undefined_flag='-flat_namespace -undefined suppress' | | |
;; | | |
10.*) | | |
allow_undefined_flag='-undefined dynamic_lookup' | | |
;; | | |
esac | | |
fi | | |
;; | | |
esac | | |
output_verbose_link_cmd='echo' | | |
archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring' | | |
module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' | | |
# Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's | | |
archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | | |
module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | | |
hardcode_direct=no | | |
hardcode_automatic=yes | | |
hardcode_shlibpath_var=unsupported | | |
whole_archive_flag_spec='-all_load $convenience' | | |
link_all_deplibs=yes | | |
else | | |
ld_shlibs=no | | |
fi | | |
;; | | |
esac | | esac |
echo "$as_me:$LINENO: result: $enable_shared" >&5 | | { echo "$as_me:$LINENO: result: $enable_shared" >&5 |
echo "${ECHO_T}$enable_shared" >&6 | | echo "${ECHO_T}$enable_shared" >&6; } |
| | |
echo "$as_me:$LINENO: checking whether to build static libraries" >&5 | | { echo "$as_me:$LINENO: checking whether to build static libraries" >&5 |
echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6 | | echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; } |
# Make sure either enable_shared or enable_static is yes. | | # Make sure either enable_shared or enable_static is yes. |
test "$enable_shared" = yes || enable_static=yes | | test "$enable_shared" = yes || enable_static=yes |
echo "$as_me:$LINENO: result: $enable_static" >&5 | | { echo "$as_me:$LINENO: result: $enable_static" >&5 |
echo "${ECHO_T}$enable_static" >&6 | | echo "${ECHO_T}$enable_static" >&6; } |
| | |
# The else clause should only fire when bootstrapping the | | # The else clause should only fire when bootstrapping the |
# libtool distribution, otherwise you forgot to ship ltmain.sh | | # libtool distribution, otherwise you forgot to ship ltmain.sh |
| | |
# Now quote all the things that may contain metacharacters while being | | # Now quote all the things that may contain metacharacters while being |
# careful not to overquote the AC_SUBSTed values. We take copies of the | | # careful not to overquote the AC_SUBSTed values. We take copies of the |
# variables and quote the copies for generation of the libtool script. | | # variables and quote the copies for generation of the libtool script. |
for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ | | for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \ |
SED SHELL STRIP \ | | SED SHELL STRIP \ |
libname_spec library_names_spec soname_spec extract_expsyms_cmds \ | | libname_spec library_names_spec soname_spec extract_expsyms_cmds \ |
old_striplib striplib file_magic_cmd finish_cmds finish_eval \ | | old_striplib striplib file_magic_cmd finish_cmds finish_eval \ |
| | |
# | | # |
# You should have received a copy of the GNU General Public License | | # You should have received a copy of the GNU General Public License |
# along with this program; if not, write to the Free Software | | # along with this program; if not, write to the Free Software |
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
# | | # |
# As a special exception to the GNU General Public License, if you | | # As a special exception to the GNU General Public License, if you |
# distribute this file as part of a program that contains a | | # distribute this file as part of a program that contains a |
| | |
SED=$lt_SED | | SED=$lt_SED |
| | |
# Sed that helps us avoid accidentally triggering echo(1) options like -n. | | # Sed that helps us avoid accidentally triggering echo(1) options like -n. |
Xsed="$SED -e s/^X//" | | Xsed="$SED -e 1s/^X//" |
| | |
# 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. |
if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi | | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
| | |
# The names of the tagged configurations supported by this script. | | # The names of the tagged configurations supported by this script. |
available_tags= | | available_tags= |
| | |
# The host system. | | # The host system. |
host_alias=$host_alias | | host_alias=$host_alias |
host=$host | | host=$host |
| | host_os=$host_os |
| | |
| | # The build system. |
| | build_alias=$build_alias |
| | build=$build |
| | build_os=$build_os |
| | |
# An echo program that does not interpret backslashes. | | # An echo program that does not interpret backslashes. |
echo=$lt_echo | | echo=$lt_echo |
| | |
# A C compiler. | | # A C compiler. |
LTCC=$lt_LTCC | | LTCC=$lt_LTCC |
| | |
| | # LTCC compiler flags. |
| | LTCFLAGS=$lt_LTCFLAGS |
| | |
# A language-specific compiler. | | # A language-specific compiler. |
CC=$lt_compiler | | CC=$lt_compiler |
| | |
| | |
CC="$lt_save_CC" | | CC="$lt_save_CC" |
| | |
| | |
# Check whether --with-tags or --without-tags was given. | | # Check whether --with-tags was given. |
if test "${with_tags+set}" = set; then | | if test "${with_tags+set}" = set; then |
withval="$with_tags" | | withval=$with_tags; tagnames="$withval" |
tagnames="$withval" | | fi |
fi; | | |
| | |
if test -f "$ltmain" && test -n "$tagnames"; then | | if test -f "$ltmain" && test -n "$tagnames"; then |
if test ! -f "${ofile}"; then | | if test ! -f "${ofile}"; then |
| | |
echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;} | | echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;} |
fi | | fi |
fi | | fi |
| | if test -z "$LTCFLAGS"; then |
| | eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`" |
| | fi |
| | |
# Extract list of available tagged configurations in $ofile. | | # Extract list of available tagged configurations in $ofile. |
# Note that this assumes the entire list is on one line. | | # Note that this assumes the entire list is on one line. |
| | |
| | |
case $tagname in | | case $tagname in |
CXX) | | CXX) |
if test -n "$CXX" && test "X$CXX" != "Xno"; then | | if test -n "$CXX" && ( test "X$CXX" != "Xno" && |
ac_ext=cc | | ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || |
| | (test "X$CXX" != "Xg++"))) ; then |
| | ac_ext=cpp |
ac_cpp='$CXXCPP $CPPFLAGS' | | ac_cpp='$CXXCPP $CPPFLAGS' |
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| | |
hardcode_libdir_flag_spec_ld_CXX= | | hardcode_libdir_flag_spec_ld_CXX= |
hardcode_libdir_separator_CXX= | | hardcode_libdir_separator_CXX= |
hardcode_minus_L_CXX=no | | hardcode_minus_L_CXX=no |
| | hardcode_shlibpath_var_CXX=unsupported |
hardcode_automatic_CXX=no | | hardcode_automatic_CXX=no |
module_cmds_CXX= | | module_cmds_CXX= |
module_expsym_cmds_CXX= | | module_expsym_cmds_CXX= |
| | |
compiler_lib_search_path_CXX= | | compiler_lib_search_path_CXX= |
| | |
# Source file extension for C++ test sources. | | # Source file extension for C++ test sources. |
ac_ext=cc | | ac_ext=cpp |
| | |
# Object file extension for compiled C++ test sources. | | # Object file extension for compiled C++ test sources. |
objext=o | | objext=o |
| | |
lt_simple_compile_test_code="int some_variable = 0;\n" | | lt_simple_compile_test_code="int some_variable = 0;\n" |
| | |
# Code to be used in simple link tests | | # Code to be used in simple link tests |
lt_simple_link_test_code='int main(int, char *) { return(0); }\n' | | lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n' |
| | |
# ltmain only uses $CC for tagged configurations so make sure $CC is set. | | # ltmain only uses $CC for tagged configurations so make sure $CC is set. |
| | |
# 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. |
| | 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 |
| | |
| | |
| | # save warnings/boilerplate of simple test code |
| | ac_outfile=conftest.$ac_objext |
| | printf "$lt_simple_compile_test_code" >conftest.$ac_ext |
| | eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err |
| | _lt_compiler_boilerplate=`cat conftest.err` |
| | $rm conftest* |
| | |
| | ac_outfile=conftest.$ac_objext |
| | printf "$lt_simple_link_test_code" >conftest.$ac_ext |
| | eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err |
| | _lt_linker_boilerplate=`cat conftest.err` |
| | $rm conftest* |
| | |
| | |
# Allow CC to be a program name with arguments. | | # Allow CC to be a program name with arguments. |
lt_save_CC=$CC | | lt_save_CC=$CC |
lt_save_LD=$LD | | lt_save_LD=$LD |
| | |
if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then | | if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then |
lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx | | lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx |
else | | else |
unset lt_cv_prog_gnu_ld | | $as_unset lt_cv_prog_gnu_ld |
fi | | fi |
if test -n "${lt_cv_path_LDCXX+set}"; then | | if test -n "${lt_cv_path_LDCXX+set}"; then |
lt_cv_path_LD=$lt_cv_path_LDCXX | | lt_cv_path_LD=$lt_cv_path_LDCXX |
else | | else |
unset lt_cv_path_LD | | $as_unset lt_cv_path_LD |
fi | | fi |
test -z "${LDCXX+set}" || LD=$LDCXX | | test -z "${LDCXX+set}" || LD=$LDCXX |
CC=${CXX-"c++"} | | CC=${CXX-"c++"} |
compiler=$CC | | compiler=$CC |
compiler_CXX=$CC | | compiler_CXX=$CC |
cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'` | | for cc_temp in $compiler""; do |
| | case $cc_temp in |
| | compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; |
| | distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; |
| | \-*) ;; |
| | *) break;; |
| | esac |
| | done |
| | cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` |
| | |
| | |
# We don't want -fno-exception wen compiling C++ code, so set the | | # We don't want -fno-exception wen compiling C++ code, so set the |
# no_builtin_flag separately | | # no_builtin_flag separately |
| | |
# Set up default GNU C++ configuration | | # Set up default GNU C++ configuration |
| | |
| | |
# Check whether --with-gnu-ld or --without-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" | | withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes |
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 | | { echo "$as_me:$LINENO: checking for ld used by $CC" >&5 |
echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6 | | echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&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 |
| | |
;; | | ;; |
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 | | { echo "$as_me:$LINENO: checking for GNU ld" >&5 |
echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6 | | echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; } |
else | | else |
echo "$as_me:$LINENO: checking for non-GNU ld" >&5 | | { echo "$as_me:$LINENO: checking for non-GNU ld" >&5 |
echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6 | | echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&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 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
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 GNU ld's only accept -v. | | # but apparently some variants of GNU ld only accept -v. |
# Break only if it was the GNU/non-GNU ld that we prefer. | | # Break only if it was the GNU/non-GNU ld that we prefer. |
case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in | | case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in |
*GNU* | *'with BFD'*) | | *GNU* | *'with BFD'*) |
| | |
| | |
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 | | { echo "$as_me:$LINENO: result: $LD" >&5 |
echo "${ECHO_T}$LD" >&6 | | echo "${ECHO_T}$LD" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 | | test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 |
echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} | | echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 | | { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 |
echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6 | | echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; } |
if test "${lt_cv_prog_gnu_ld+set}" = set; then | | if test "${lt_cv_prog_gnu_ld+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
# I'd rather use --version here, but apparently some GNU ld's 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 |
| | |
;; | | ;; |
esac | | esac |
fi | | fi |
echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 | | { echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 |
echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6 | | echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; } |
with_gnu_ld=$lt_cv_prog_gnu_ld | | with_gnu_ld=$lt_cv_prog_gnu_ld |
| | |
| | |
| | |
fi | | fi |
| | |
# PORTME: fill in a description of your system's C++ link characteristics | | # PORTME: fill in a description of your system's C++ link characteristics |
echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 | | { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 |
echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 | | echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } |
ld_shlibs_CXX=yes | | ld_shlibs_CXX=yes |
case $host_os in | | case $host_os in |
aix3*) | | aix3*) |
| | |
;; | | ;; |
esac | | esac |
done | | done |
| | ;; |
esac | | esac |
| | |
exp_sym_flag='-bexport' | | exp_sym_flag='-bexport' |
| | |
link_all_deplibs_CXX=yes | | link_all_deplibs_CXX=yes |
| | |
if test "$GXX" = yes; then | | if test "$GXX" = yes; then |
case $host_os in aix4.012|aix4.012.*) | | case $host_os in aix4.[012]|aix4.[012].*) |
# We only want to do this on AIX 4.2 and lower, the check | | # We only want to do this on AIX 4.2 and lower, the check |
# below for broken collect2 doesn't work under 4.3+ | | # below for broken collect2 doesn't work under 4.3+ |
collect2name=`${CC} -print-prog-name=collect2` | | collect2name=`${CC} -print-prog-name=collect2` |
| | |
hardcode_libdir_flag_spec_CXX='-L$libdir' | | hardcode_libdir_flag_spec_CXX='-L$libdir' |
hardcode_libdir_separator_CXX= | | hardcode_libdir_separator_CXX= |
fi | | fi |
| | ;; |
esac | | esac |
shared_flag='-shared' | | shared_flag='-shared' |
| | if test "$aix_use_runtimelinking" = yes; then |
| | shared_flag="$shared_flag "'${wl}-G' |
| | fi |
else | | else |
# not using gcc | | # not using gcc |
if test "$host_cpu" = ia64; then | | if test "$host_cpu" = ia64; then |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | |
| | |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
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_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" | | hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" |
| | |
archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" | | archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; 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_CXX='${wl}-R $libdir:/usr/lib:/lib' | | hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib' |
allow_undefined_flag_CXX="-z nodefs" | | allow_undefined_flag_CXX="-z nodefs" |
archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols" | | archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" |
else | | else |
# Determine the default libpath from the value encoded in an empty executable. | | # Determine the default libpath from the value encoded in an empty executable. |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | |
| | |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
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 |
| | |
| | |
# -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_CXX=' ${wl}-bernotok' | | no_undefined_flag_CXX=' ${wl}-bernotok' |
allow_undefined_flag_CXX=' ${wl}-berok' | | allow_undefined_flag_CXX=' ${wl}-berok' |
# -bexpall does not export symbols beginning with underscore (_) | | |
always_export_symbols_CXX=yes | | |
# Exported symbols can be pulled into shared objects from archives | | # Exported symbols can be pulled into shared objects from archives |
whole_archive_flag_spec_CXX=' ' | | whole_archive_flag_spec_CXX='$convenience' |
archive_cmds_need_lc_CXX=yes | | archive_cmds_need_lc_CXX=yes |
# This is similar to how AIX traditionally builds it's shared libraries. | | # This is similar to how AIX traditionally builds its shared libraries. |
archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' | | archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' |
| | fi |
fi | | fi |
| | ;; |
| | |
| | beos*) |
| | if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then |
| | allow_undefined_flag_CXX=unsupported |
| | # Joseph Beckenbach <jrb3@best.com> says some releases of gcc |
| | # support --undefined. This deserves some investigation. FIXME |
| | archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' |
| | else |
| | ld_shlibs_CXX=no |
fi | | fi |
;; | | ;; |
| | |
chorus*) | | chorus*) |
case $cc_basename in | | case $cc_basename in |
*) | | *) |
| | |
enable_shared_with_static_runtimes_CXX=yes | | enable_shared_with_static_runtimes_CXX=yes |
| | |
if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then | | if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then |
archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' | | archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' |
# If the export-symbols file already is a .def file (1st line | | # If the export-symbols file already is a .def file (1st line |
# is EXPORTS), use it as is; otherwise, prepend... | | # is EXPORTS), use it as is; otherwise, prepend... |
archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then | | archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then |
| | |
echo EXPORTS > $output_objdir/$soname.def; | | echo EXPORTS > $output_objdir/$soname.def; |
cat $export_symbols >> $output_objdir/$soname.def; | | cat $export_symbols >> $output_objdir/$soname.def; |
fi~ | | fi~ |
$CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' | | $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' |
else | | else |
ld_shlibs_CXX=no | | ld_shlibs_CXX=no |
fi | | fi |
;; | | ;; |
| | |
darwin* | rhapsody*) | | darwin* | rhapsody*) |
if test "$GXX" = yes; then | | case $host_os in |
archive_cmds_need_lc_CXX=no | | |
case "$host_os" in | | |
rhapsody* | darwin1.[012]) | | rhapsody* | darwin1.[012]) |
allow_undefined_flag_CXX='-undefined suppress' | | allow_undefined_flag_CXX='${wl}-undefined ${wl}suppress' |
;; | | ;; |
*) # Darwin 1.3 on | | *) # Darwin 1.3 on |
if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then | | if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then |
allow_undefined_flag_CXX='-flat_namespace -undefined suppress' | | allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' |
else | | else |
case ${MACOSX_DEPLOYMENT_TARGET} in | | case ${MACOSX_DEPLOYMENT_TARGET} in |
10.[012]) | | 10.[012]) |
allow_undefined_flag_CXX='-flat_namespace -undefined suppress' | | allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' |
;; | | ;; |
10.*) | | 10.*) |
allow_undefined_flag_CXX='-undefined dynamic_lookup' | | allow_undefined_flag_CXX='${wl}-undefined ${wl}dynamic_lookup' |
;; | | ;; |
esac | | esac |
fi | | fi |
;; | | ;; |
esac | | esac |
| | archive_cmds_need_lc_CXX=no |
| | hardcode_direct_CXX=no |
| | hardcode_automatic_CXX=yes |
| | hardcode_shlibpath_var_CXX=unsupported |
| | whole_archive_flag_spec_CXX='' |
| | link_all_deplibs_CXX=yes |
| | |
| | if test "$GXX" = yes ; then |
lt_int_apple_cc_single_mod=no | | lt_int_apple_cc_single_mod=no |
output_verbose_link_cmd='echo' | | output_verbose_link_cmd='echo' |
if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then | | if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then |
lt_int_apple_cc_single_mod=yes | | lt_int_apple_cc_single_mod=yes |
fi | | fi |
if test "X$lt_int_apple_cc_single_mod" = Xyes ; then | | if test "X$lt_int_apple_cc_single_mod" = Xyes ; then |
archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' | | archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' |
else | | else |
archive_cmds_CXX='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' | | archive_cmds_CXX='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' |
fi | | fi |
module_cmds_CXX='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' | | module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' |
| | # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds |
# Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's | | |
if test "X$lt_int_apple_cc_single_mod" = Xyes ; then | | if test "X$lt_int_apple_cc_single_mod" = Xyes ; then |
archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | | archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' |
else | | else |
archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | | archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' |
fi | | fi |
module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | | module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' |
hardcode_direct_CXX=no | | |
hardcode_automatic_CXX=yes | | |
hardcode_shlibpath_var_CXX=unsupported | | |
whole_archive_flag_spec_CXX='-all_load $convenience' | | |
link_all_deplibs_CXX=yes | | |
else | | else |
| | case $cc_basename in |
| | xlc*) |
| | output_verbose_link_cmd='echo' |
| | archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' |
| | module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' |
| | # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds |
| | archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' |
| | module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' |
| | ;; |
| | *) |
ld_shlibs_CXX=no | | ld_shlibs_CXX=no |
| | ;; |
| | esac |
fi | | fi |
;; | | ;; |
| | |
dgux*) | | dgux*) |
case $cc_basename in | | case $cc_basename in |
ec++) | | ec++*) |
# FIXME: insert proper C++ library support | | # FIXME: insert proper C++ library support |
ld_shlibs_CXX=no | | ld_shlibs_CXX=no |
;; | | ;; |
ghcx) | | ghcx*) |
# Green Hills C++ Compiler | | # Green Hills C++ Compiler |
# FIXME: insert proper C++ library support | | # FIXME: insert proper C++ library support |
ld_shlibs_CXX=no | | ld_shlibs_CXX=no |
| | |
;; | | ;; |
esac | | esac |
;; | | ;; |
freebsd12*) | | freebsd[12]*) |
# C++ shared libraries reported to be fairly broken before switch to ELF | | # C++ shared libraries reported to be fairly broken before switch to ELF |
ld_shlibs_CXX=no | | ld_shlibs_CXX=no |
;; | | ;; |
freebsd-elf*) | | freebsd-elf*) |
archive_cmds_need_lc_CXX=no | | archive_cmds_need_lc_CXX=no |
;; | | ;; |
freebsd* | kfreebsd*-gnu) | | freebsd* | dragonfly*) |
# FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF | | # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF |
# conventions | | # conventions |
ld_shlibs_CXX=yes | | ld_shlibs_CXX=yes |
| | |
# location of the library. | | # location of the library. |
| | |
case $cc_basename in | | case $cc_basename in |
CC) | | CC*) |
# FIXME: insert proper C++ library support | | # FIXME: insert proper C++ library support |
ld_shlibs_CXX=no | | ld_shlibs_CXX=no |
;; | | ;; |
aCC) | | aCC*) |
archive_cmds_CXX='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' | | archive_cmds_CXX='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' |
# Commands to make compiler produce verbose output that lists | | # Commands to make compiler produce verbose output that lists |
# what "hidden" libraries, object files and flags are used when | | # what "hidden" libraries, object files and flags are used when |
| | |
# explicitly linking system object files so we need to strip them | | # explicitly linking system object files so we need to strip them |
# from the output so that they don't get included in the library | | # from the output so that they don't get included in the library |
# dependencies. | | # dependencies. |
output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' | | output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' |
;; | | ;; |
*) | | *) |
if test "$GXX" = yes; then | | if test "$GXX" = yes; then |
| | |
;; | | ;; |
hpux10*|hpux11*) | | hpux10*|hpux11*) |
if test $with_gnu_ld = no; then | | if test $with_gnu_ld = no; then |
case "$host_cpu" in | | |
hppa*64*) | | |
hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' | | hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' |
hardcode_libdir_flag_spec_ld_CXX='+b $libdir' | | |
hardcode_libdir_separator_CXX=: | | hardcode_libdir_separator_CXX=: |
;; | | |
ia64*) | | case $host_cpu in |
hardcode_libdir_flag_spec_CXX='-L$libdir' | | hppa*64*|ia64*) |
| | hardcode_libdir_flag_spec_ld_CXX='+b $libdir' |
;; | | ;; |
*) | | *) |
hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' | | |
hardcode_libdir_separator_CXX=: | | |
export_dynamic_flag_spec_CXX='${wl}-E' | | export_dynamic_flag_spec_CXX='${wl}-E' |
;; | | ;; |
esac | | esac |
fi | | fi |
case "$host_cpu" in | | case $host_cpu in |
hppa*64*) | | hppa*64*|ia64*) |
hardcode_direct_CXX=no | | |
hardcode_shlibpath_var_CXX=no | | |
;; | | |
ia64*) | | |
hardcode_direct_CXX=no | | hardcode_direct_CXX=no |
hardcode_shlibpath_var_CXX=no | | hardcode_shlibpath_var_CXX=no |
hardcode_minus_L_CXX=yes # Not in the search PATH, | | |
# but as the default | | |
# location of the library. | | |
;; | | ;; |
*) | | *) |
hardcode_direct_CXX=yes | | hardcode_direct_CXX=yes |
| | |
esac | | esac |
| | |
case $cc_basename in | | case $cc_basename in |
CC) | | CC*) |
# FIXME: insert proper C++ library support | | # FIXME: insert proper C++ library support |
ld_shlibs_CXX=no | | ld_shlibs_CXX=no |
;; | | ;; |
aCC) | | aCC*) |
case "$host_cpu" in | | case $host_cpu in |
hppa*64*|ia64*) | | hppa*64*) |
archive_cmds_CXX='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs' | | archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' |
| | ;; |
| | ia64*) |
| | archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' |
;; | | ;; |
*) | | *) |
archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' | | archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' |
| | |
*) | | *) |
if test "$GXX" = yes; then | | if test "$GXX" = yes; then |
if test $with_gnu_ld = no; then | | if test $with_gnu_ld = no; then |
case "$host_cpu" in | | case $host_cpu in |
ia64*|hppa*64*) | | hppa*64*) |
archive_cmds_CXX='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs' | | archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' |
| | ;; |
| | ia64*) |
| | archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' |
;; | | ;; |
*) | | *) |
archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' | | archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' |
| | |
;; | | ;; |
esac | | esac |
;; | | ;; |
| | interix3*) |
| | hardcode_direct_CXX=no |
| | hardcode_shlibpath_var_CXX=no |
| | hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' |
| | export_dynamic_flag_spec_CXX='${wl}-E' |
| | # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. |
| | # Instead, shared libraries are loaded at an image base (0x10000000 by |
| | # default) and relocated if they conflict, which is a slow very memory |
| | # consuming and fragmenting process. To avoid this, we pick a random, |
| | # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link |
| | # time. Moving up from 0x10000000 also allows more sbrk(2) space. |
| | archive_cmds_CXX='$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_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' |
| | ;; |
irix5* | irix6*) | | irix5* | irix6*) |
case $cc_basename in | | case $cc_basename in |
CC) | | CC*) |
# SGI C++ | | # SGI C++ |
archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' | | archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' |
| | |
# Archives containing C++ object files must be created using | | # Archives containing C++ object files must be created using |
# "CC -ar", where "CC" is the IRIX C++ compiler. This is | | # "CC -ar", where "CC" is the IRIX C++ compiler. This is |
| | |
*) | | *) |
if test "$GXX" = yes; then | | if test "$GXX" = yes; then |
if test "$with_gnu_ld" = no; then | | if test "$with_gnu_ld" = no; then |
archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' | | archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' |
else | | else |
archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib' | | archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib' |
fi | | fi |
| | |
hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' | | hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' |
hardcode_libdir_separator_CXX=: | | hardcode_libdir_separator_CXX=: |
;; | | ;; |
linux*) | | linux* | k*bsd*-gnu) |
case $cc_basename in | | case $cc_basename in |
KCC) | | KCC*) |
# Kuck and Associates, Inc. (KAI) C++ Compiler | | # Kuck and Associates, Inc. (KAI) C++ Compiler |
| | |
# KCC will only create a shared library if the output file | | # KCC will only create a shared library if the output file |
| | |
# "CC -Bstatic", where "CC" is the KAI C++ compiler. | | # "CC -Bstatic", where "CC" is the KAI C++ compiler. |
old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' | | old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' |
;; | | ;; |
icpc) | | icpc*) |
# Intel C++ | | # Intel C++ |
with_gnu_ld=yes | | with_gnu_ld=yes |
archive_cmds_need_lc_CXX=no | | # version 8.0 and above of icpc choke on multiply defined symbols |
| | # if we add $predep_objects and $postdep_objects, however 7.1 and |
| | # earlier do not add the objects themselves. |
| | case `$CC -V 2>&1` in |
| | *"Version 7."*) |
archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' | | archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' |
archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | | archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' |
| | ;; |
| | *) # Version 8.0 or newer |
| | tmp_idyn= |
| | case $host_cpu in |
| | ia64*) tmp_idyn=' -i_dynamic';; |
| | esac |
| | archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' |
| | archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' |
| | ;; |
| | esac |
| | archive_cmds_need_lc_CXX=no |
hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' | | hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' |
export_dynamic_flag_spec_CXX='${wl}--export-dynamic' | | export_dynamic_flag_spec_CXX='${wl}--export-dynamic' |
whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive' | | whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive' |
;; | | ;; |
cxx) | | pgCC*) |
| | # Portland Group C++ compiler |
| | archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' |
| | archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' |
| | |
| | hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir' |
| | export_dynamic_flag_spec_CXX='${wl}--export-dynamic' |
| | whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' |
| | ;; |
| | cxx*) |
# Compaq C++ | | # Compaq C++ |
archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' | | archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' |
archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' | | archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' |
| | |
;; | | ;; |
mvs*) | | mvs*) |
case $cc_basename in | | case $cc_basename in |
cxx) | | cxx*) |
# FIXME: insert proper C++ library support | | # FIXME: insert proper C++ library support |
ld_shlibs_CXX=no | | ld_shlibs_CXX=no |
;; | | ;; |
| | |
;; | | ;; |
esac | | esac |
;; | | ;; |
netbsd* | netbsdelf*-gnu | knetbsd*-gnu) | | 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_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' | | archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' |
wlarc= | | wlarc= |
| | |
# Workaround some broken pre-1.5 toolchains | | # Workaround some broken pre-1.5 toolchains |
output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' | | output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' |
;; | | ;; |
| | openbsd2*) |
| | # C++ shared libraries are fairly broken |
| | ld_shlibs_CXX=no |
| | ;; |
| | openbsd*) |
| | hardcode_direct_CXX=yes |
| | hardcode_shlibpath_var_CXX=no |
| | archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' |
| | hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' |
| | if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then |
| | archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' |
| | export_dynamic_flag_spec_CXX='${wl}-E' |
| | whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' |
| | fi |
| | output_verbose_link_cmd='echo' |
| | ;; |
osf3*) | | osf3*) |
case $cc_basename in | | case $cc_basename in |
KCC) | | KCC*) |
# Kuck and Associates, Inc. (KAI) C++ Compiler | | # Kuck and Associates, Inc. (KAI) C++ Compiler |
| | |
# KCC will only create a shared library if the output file | | # KCC will only create a shared library if the output file |
| | |
old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' | | old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' |
| | |
;; | | ;; |
RCC) | | RCC*) |
# Rational C++ 2.4.1 | | # Rational C++ 2.4.1 |
# FIXME: insert proper C++ library support | | # FIXME: insert proper C++ library support |
ld_shlibs_CXX=no | | ld_shlibs_CXX=no |
;; | | ;; |
cxx) | | cxx*) |
allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' | | allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' |
archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' | | archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' |
| | |
hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' | | hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' |
hardcode_libdir_separator_CXX=: | | hardcode_libdir_separator_CXX=: |
| | |
*) | | *) |
if test "$GXX" = yes && test "$with_gnu_ld" = no; then | | if test "$GXX" = yes && test "$with_gnu_ld" = no; then |
allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' | | allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' |
archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' | | archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' |
| | |
hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' | | hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' |
hardcode_libdir_separator_CXX=: | | hardcode_libdir_separator_CXX=: |
| | |
;; | | ;; |
osf4* | osf5*) | | osf4* | osf5*) |
case $cc_basename in | | case $cc_basename in |
KCC) | | KCC*) |
# Kuck and Associates, Inc. (KAI) C++ Compiler | | # Kuck and Associates, Inc. (KAI) C++ Compiler |
| | |
# KCC will only create a shared library if the output file | | # KCC will only create a shared library if the output file |
| | |
# the KAI C++ compiler. | | # the KAI C++ compiler. |
old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' | | old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' |
;; | | ;; |
RCC) | | RCC*) |
# Rational C++ 2.4.1 | | # Rational C++ 2.4.1 |
# FIXME: insert proper C++ library support | | # FIXME: insert proper C++ library support |
ld_shlibs_CXX=no | | ld_shlibs_CXX=no |
;; | | ;; |
cxx) | | cxx*) |
allow_undefined_flag_CXX=' -expect_unresolved \*' | | allow_undefined_flag_CXX=' -expect_unresolved \*' |
archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' | | archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' |
archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ | | archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ |
echo "-hidden">> $lib.exp~ | | echo "-hidden">> $lib.exp~ |
$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib~ | | $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~ |
$rm $lib.exp' | | $rm $lib.exp' |
| | |
hardcode_libdir_flag_spec_CXX='-rpath $libdir' | | hardcode_libdir_flag_spec_CXX='-rpath $libdir' |
| | |
*) | | *) |
if test "$GXX" = yes && test "$with_gnu_ld" = no; then | | if test "$GXX" = yes && test "$with_gnu_ld" = no; then |
allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' | | allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' |
archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' | | archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' |
| | |
hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' | | hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' |
hardcode_libdir_separator_CXX=: | | hardcode_libdir_separator_CXX=: |
| | |
# FIXME: insert proper C++ library support | | # FIXME: insert proper C++ library support |
ld_shlibs_CXX=no | | ld_shlibs_CXX=no |
;; | | ;; |
sco*) | | |
archive_cmds_need_lc_CXX=no | | |
case $cc_basename in | | |
CC) | | |
# FIXME: insert proper C++ library support | | |
ld_shlibs_CXX=no | | |
;; | | |
*) | | |
# FIXME: insert proper C++ library support | | |
ld_shlibs_CXX=no | | |
;; | | |
esac | | |
;; | | |
sunos4*) | | sunos4*) |
case $cc_basename in | | case $cc_basename in |
CC) | | CC*) |
# Sun C++ 4.x | | # Sun C++ 4.x |
# FIXME: insert proper C++ library support | | # FIXME: insert proper C++ library support |
ld_shlibs_CXX=no | | ld_shlibs_CXX=no |
;; | | ;; |
lcc) | | lcc*) |
# Lucid | | # Lucid |
# FIXME: insert proper C++ library support | | # FIXME: insert proper C++ library support |
ld_shlibs_CXX=no | | ld_shlibs_CXX=no |
| | |
;; | | ;; |
solaris*) | | solaris*) |
case $cc_basename in | | case $cc_basename in |
CC) | | CC*) |
# Sun C++ 4.2, 5.x and Centerline C++ | | # Sun C++ 4.2, 5.x and Centerline C++ |
| | archive_cmds_need_lc_CXX=yes |
no_undefined_flag_CXX=' -zdefs' | | no_undefined_flag_CXX=' -zdefs' |
archive_cmds_CXX='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' | | archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' |
archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ | | archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ |
$CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' | | $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' |
| | |
hardcode_libdir_flag_spec_CXX='-R$libdir' | | hardcode_libdir_flag_spec_CXX='-R$libdir' |
hardcode_shlibpath_var_CXX=no | | hardcode_shlibpath_var_CXX=no |
case $host_os in | | case $host_os in |
solaris2.0-5 | solaris2.0-5.*) ;; | | solaris2.[0-5] | solaris2.[0-5].*) ;; |
*) | | *) |
# The C++ compiler is used as linker so we must use $wl | | # The C++ compiler is used as linker so we must use $wl |
# flag to pass the commands to the underlying system | | # flag to pass the commands to the underlying system |
# linker. | | # linker. We must also pass each convience library through |
| | # to the system linker between allextract/defaultextract. |
| | # The C++ compiler will combine linker options so we |
| | # cannot just pass the convience library names through |
| | # without $wl. |
# Supported since Solaris 2.6 (maybe 2.5.1?) | | # Supported since Solaris 2.6 (maybe 2.5.1?) |
whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' | | whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' |
;; | | ;; |
esac | | esac |
link_all_deplibs_CXX=yes | | link_all_deplibs_CXX=yes |
| | |
# Commands to make compiler produce verbose output that lists | | output_verbose_link_cmd='echo' |
# what "hidden" libraries, object files and flags are used when | | |
# linking a shared library. | | |
# | | |
# There doesn't appear to be a way to prevent this compiler from | | |
# explicitly linking system object files so we need to strip them | | |
# from the output so that they don't get included in the library | | |
# dependencies. | | |
output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[LR]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' | | |
| | |
# Archives containing C++ object files must be created using | | # Archives containing C++ object files must be created using |
# "CC -xar", where "CC" is the Sun C++ compiler. This is | | # "CC -xar", where "CC" is the Sun C++ compiler. This is |
| | |
# in the archive. | | # in the archive. |
old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs' | | old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs' |
;; | | ;; |
gcx) | | gcx*) |
# Green Hills C++ Compiler | | # Green Hills C++ Compiler |
archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' | | archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' |
| | |
| | |
;; | | ;; |
esac | | esac |
;; | | ;; |
sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*) | | sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) |
| | no_undefined_flag_CXX='${wl}-z,text' |
| | archive_cmds_need_lc_CXX=no |
| | hardcode_shlibpath_var_CXX=no |
| | runpath_var='LD_RUN_PATH' |
| | |
| | case $cc_basename in |
| | CC*) |
| | archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' |
| | archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' |
| | ;; |
| | *) |
| | archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' |
| | archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' |
| | ;; |
| | esac |
| | ;; |
| | sysv5* | sco3.2v5* | sco5v6*) |
| | # Note: We can NOT use -z defs as we might desire, because we do not |
| | # link with -lc, and that would cause any symbols used from libc to |
| | # always be unresolved, which means just about no library would |
| | # ever link correctly. If we're not using GNU ld we use -z text |
| | # though, which does catch some bad symbols but isn't as heavy-handed |
| | # as -z defs. |
| | # For security reasons, it is highly recommended that you always |
| | # use absolute paths for naming shared libraries, and exclude the |
| | # DT_RUNPATH tag from executables and libraries. But doing so |
| | # requires that you compile everything twice, which is a pain. |
| | # So that behaviour is only enabled if SCOABSPATH is set to a |
| | # non-empty value in the environment. Most likely only useful for |
| | # creating official distributions of packages. |
| | # This is a hack until libtool officially supports absolute path |
| | # names for shared libraries. |
| | no_undefined_flag_CXX='${wl}-z,text' |
| | allow_undefined_flag_CXX='${wl}-z,nodefs' |
archive_cmds_need_lc_CXX=no | | archive_cmds_need_lc_CXX=no |
| | hardcode_shlibpath_var_CXX=no |
| | hardcode_libdir_flag_spec_CXX='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' |
| | hardcode_libdir_separator_CXX=':' |
| | link_all_deplibs_CXX=yes |
| | export_dynamic_flag_spec_CXX='${wl}-Bexport' |
| | runpath_var='LD_RUN_PATH' |
| | |
| | case $cc_basename in |
| | CC*) |
| | archive_cmds_CXX='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' |
| | archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' |
| | ;; |
| | *) |
| | archive_cmds_CXX='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' |
| | archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' |
| | ;; |
| | esac |
;; | | ;; |
tandem*) | | tandem*) |
case $cc_basename in | | case $cc_basename in |
NCC) | | NCC*) |
# NonStop-UX NCC 3.20 | | # NonStop-UX NCC 3.20 |
# FIXME: insert proper C++ library support | | # FIXME: insert proper C++ library support |
ld_shlibs_CXX=no | | ld_shlibs_CXX=no |
| | |
ld_shlibs_CXX=no | | ld_shlibs_CXX=no |
;; | | ;; |
esac | | esac |
echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 | | { echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 |
echo "${ECHO_T}$ld_shlibs_CXX" >&6 | | echo "${ECHO_T}$ld_shlibs_CXX" >&6; } |
test "$ld_shlibs_CXX" = no && can_build_shared=no | | test "$ld_shlibs_CXX" = no && can_build_shared=no |
| | |
GCC_CXX="$GXX" | | GCC_CXX="$GXX" |
| | |
# The `*' in the case matches for architectures that use `case' in | | # The `*' in the case matches for architectures that use `case' in |
# $output_verbose_cmd can trigger glob expansion during the loop | | # $output_verbose_cmd can trigger glob expansion during the loop |
# eval without this substitution. | | # eval without this substitution. |
output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`" | | output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"` |
| | |
for p in `eval $output_verbose_link_cmd`; do | | for p in `eval $output_verbose_link_cmd`; do |
case $p in | | case $p in |
| | |
| | |
$rm -f confest.$objext | | $rm -f confest.$objext |
| | |
| | # PORTME: override above test on systems where it is broken |
| | case $host_os in |
| | interix3*) |
| | # Interix 3.5 installs completely hosed .la files for C++, so rather than |
| | # hack all around it, let's just trust "g++" to DTRT. |
| | predep_objects_CXX= |
| | postdep_objects_CXX= |
| | postdeps_CXX= |
| | ;; |
| | |
| | solaris*) |
| | case $cc_basename in |
| | CC*) |
| | # Adding this requires a known-good setup of shared libraries for |
| | # Sun compiler versions before 5.6, else PIC objects from an old |
| | # archive will be linked into the output, leading to subtle bugs. |
| | postdeps_CXX='-lCstd -lCrun' |
| | ;; |
| | esac |
| | ;; |
| | esac |
| | |
| | |
case " $postdeps_CXX " in | | case " $postdeps_CXX " in |
*" -lc "*) archive_cmds_need_lc_CXX=no ;; | | *" -lc "*) archive_cmds_need_lc_CXX=no ;; |
esac | | esac |
| | |
lt_prog_compiler_pic_CXX= | | lt_prog_compiler_pic_CXX= |
lt_prog_compiler_static_CXX= | | lt_prog_compiler_static_CXX= |
| | |
echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 | | { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 |
echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 | | echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } |
| | |
# C++ specific cases for pic, static, wl, etc. | | # C++ specific cases for pic, static, wl, etc. |
if test "$GXX" = yes; then | | if test "$GXX" = yes; then |
| | |
# DJGPP does not support shared libraries at all | | # DJGPP does not support shared libraries at all |
lt_prog_compiler_pic_CXX= | | lt_prog_compiler_pic_CXX= |
;; | | ;; |
| | interix3*) |
| | # Interix 3.x gcc -fpic/-fPIC options generate broken code. |
| | # Instead, we relocate shared libraries at runtime. |
| | ;; |
sysv4*MP*) | | sysv4*MP*) |
if test -d /usr/nec; then | | if test -d /usr/nec; then |
lt_prog_compiler_pic_CXX=-Kconform_pic | | lt_prog_compiler_pic_CXX=-Kconform_pic |
| | |
hpux*) | | hpux*) |
# 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 |
hppa*64*|ia64*) | | hppa*64*|ia64*) |
;; | | ;; |
*) | | *) |
| | |
;; | | ;; |
chorus*) | | chorus*) |
case $cc_basename in | | case $cc_basename in |
cxch68) | | cxch68*) |
# Green Hills C++ Compiler | | # Green Hills C++ Compiler |
# _LT_AC_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" | | # _LT_AC_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" |
;; | | ;; |
esac | | esac |
;; | | ;; |
| | darwin*) |
| | # PIC is the default on this platform |
| | # Common symbols not allowed in MH_DYLIB files |
| | case $cc_basename in |
| | xlc*) |
| | lt_prog_compiler_pic_CXX='-qnocommon' |
| | lt_prog_compiler_wl_CXX='-Wl,' |
| | ;; |
| | esac |
| | ;; |
dgux*) | | dgux*) |
case $cc_basename in | | case $cc_basename in |
ec++) | | ec++*) |
lt_prog_compiler_pic_CXX='-KPIC' | | lt_prog_compiler_pic_CXX='-KPIC' |
;; | | ;; |
ghcx) | | ghcx*) |
# Green Hills C++ Compiler | | # Green Hills C++ Compiler |
lt_prog_compiler_pic_CXX='-pic' | | lt_prog_compiler_pic_CXX='-pic' |
;; | | ;; |
| | |
;; | | ;; |
esac | | esac |
;; | | ;; |
freebsd* | kfreebsd*-gnu) | | freebsd* | dragonfly*) |
# FreeBSD uses GNU C++ | | # FreeBSD uses GNU C++ |
;; | | ;; |
hpux9* | hpux10* | hpux11*) | | hpux9* | hpux10* | hpux11*) |
case $cc_basename in | | case $cc_basename in |
CC) | | CC*) |
lt_prog_compiler_wl_CXX='-Wl,' | | lt_prog_compiler_wl_CXX='-Wl,' |
lt_prog_compiler_static_CXX="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive" | | lt_prog_compiler_static_CXX='${wl}-a ${wl}archive' |
if test "$host_cpu" != ia64; then | | if test "$host_cpu" != ia64; then |
lt_prog_compiler_pic_CXX='+Z' | | lt_prog_compiler_pic_CXX='+Z' |
fi | | fi |
;; | | ;; |
aCC) | | aCC*) |
lt_prog_compiler_wl_CXX='-Wl,' | | lt_prog_compiler_wl_CXX='-Wl,' |
lt_prog_compiler_static_CXX="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive" | | lt_prog_compiler_static_CXX='${wl}-a ${wl}archive' |
case "$host_cpu" in | | case $host_cpu in |
hppa*64*|ia64*) | | hppa*64*|ia64*) |
# +Z the default | | # +Z the default |
;; | | ;; |
| | |
;; | | ;; |
esac | | esac |
;; | | ;; |
| | interix*) |
| | # This is c89, which is MS Visual C++ (no shared libs) |
| | # Anyone wants to do a port? |
| | ;; |
irix5* | irix6* | nonstopux*) | | irix5* | irix6* | nonstopux*) |
case $cc_basename in | | case $cc_basename in |
CC) | | CC*) |
lt_prog_compiler_wl_CXX='-Wl,' | | lt_prog_compiler_wl_CXX='-Wl,' |
lt_prog_compiler_static_CXX='-non_shared' | | lt_prog_compiler_static_CXX='-non_shared' |
# CC pic flag -KPIC is the default. | | # CC pic flag -KPIC is the default. |
| | |
;; | | ;; |
esac | | esac |
;; | | ;; |
linux*) | | linux* | k*bsd*-gnu) |
case $cc_basename in | | case $cc_basename in |
KCC) | | KCC*) |
# KAI C++ Compiler | | # KAI C++ Compiler |
lt_prog_compiler_wl_CXX='--backend -Wl,' | | lt_prog_compiler_wl_CXX='--backend -Wl,' |
lt_prog_compiler_pic_CXX='-fPIC' | | lt_prog_compiler_pic_CXX='-fPIC' |
;; | | ;; |
icpc) | | icpc* | ecpc*) |
# Intel C++ | | # Intel C++ |
lt_prog_compiler_wl_CXX='-Wl,' | | lt_prog_compiler_wl_CXX='-Wl,' |
lt_prog_compiler_pic_CXX='-KPIC' | | lt_prog_compiler_pic_CXX='-KPIC' |
lt_prog_compiler_static_CXX='-static' | | lt_prog_compiler_static_CXX='-static' |
;; | | ;; |
cxx) | | pgCC*) |
| | # Portland Group C++ compiler. |
| | lt_prog_compiler_wl_CXX='-Wl,' |
| | lt_prog_compiler_pic_CXX='-fpic' |
| | lt_prog_compiler_static_CXX='-Bstatic' |
| | ;; |
| | cxx*) |
# Compaq C++ | | # Compaq C++ |
# Make sure the PIC flag is empty. It appears that all Alpha | | # Make sure the PIC flag is empty. It appears that all Alpha |
# Linux and Compaq Tru64 Unix objects are PIC. | | # Linux and Compaq Tru64 Unix objects are PIC. |
| | |
;; | | ;; |
mvs*) | | mvs*) |
case $cc_basename in | | case $cc_basename in |
cxx) | | cxx*) |
lt_prog_compiler_pic_CXX='-W c,exportall' | | lt_prog_compiler_pic_CXX='-W c,exportall' |
;; | | ;; |
*) | | *) |
;; | | ;; |
esac | | esac |
;; | | ;; |
netbsd* | netbsdelf*-gnu | knetbsd*-gnu) | | netbsd* | netbsdelf*-gnu) |
;; | | ;; |
osf3* | osf4* | osf5*) | | osf3* | osf4* | osf5*) |
case $cc_basename in | | case $cc_basename in |
KCC) | | KCC*) |
lt_prog_compiler_wl_CXX='--backend -Wl,' | | lt_prog_compiler_wl_CXX='--backend -Wl,' |
;; | | ;; |
RCC) | | RCC*) |
# Rational C++ 2.4.1 | | # Rational C++ 2.4.1 |
lt_prog_compiler_pic_CXX='-pic' | | lt_prog_compiler_pic_CXX='-pic' |
;; | | ;; |
cxx) | | cxx*) |
# Digital/Compaq C++ | | # Digital/Compaq C++ |
lt_prog_compiler_wl_CXX='-Wl,' | | lt_prog_compiler_wl_CXX='-Wl,' |
# Make sure the PIC flag is empty. It appears that all Alpha | | # Make sure the PIC flag is empty. It appears that all Alpha |
| | |
;; | | ;; |
psos*) | | psos*) |
;; | | ;; |
sco*) | | |
case $cc_basename in | | |
CC) | | |
lt_prog_compiler_pic_CXX='-fPIC' | | |
;; | | |
*) | | |
;; | | |
esac | | |
;; | | |
solaris*) | | solaris*) |
case $cc_basename in | | case $cc_basename in |
CC) | | CC*) |
# Sun C++ 4.2, 5.x and Centerline C++ | | # Sun C++ 4.2, 5.x and Centerline C++ |
lt_prog_compiler_pic_CXX='-KPIC' | | lt_prog_compiler_pic_CXX='-KPIC' |
lt_prog_compiler_static_CXX='-Bstatic' | | lt_prog_compiler_static_CXX='-Bstatic' |
lt_prog_compiler_wl_CXX='-Qoption ld ' | | lt_prog_compiler_wl_CXX='-Qoption ld ' |
;; | | ;; |
gcx) | | gcx*) |
# Green Hills C++ Compiler | | # Green Hills C++ Compiler |
lt_prog_compiler_pic_CXX='-PIC' | | lt_prog_compiler_pic_CXX='-PIC' |
;; | | ;; |
| | |
;; | | ;; |
sunos4*) | | sunos4*) |
case $cc_basename in | | case $cc_basename in |
CC) | | CC*) |
# Sun C++ 4.x | | # Sun C++ 4.x |
lt_prog_compiler_pic_CXX='-pic' | | lt_prog_compiler_pic_CXX='-pic' |
lt_prog_compiler_static_CXX='-Bstatic' | | lt_prog_compiler_static_CXX='-Bstatic' |
;; | | ;; |
lcc) | | lcc*) |
# Lucid | | # Lucid |
lt_prog_compiler_pic_CXX='-pic' | | lt_prog_compiler_pic_CXX='-pic' |
;; | | ;; |
| | |
;; | | ;; |
tandem*) | | tandem*) |
case $cc_basename in | | case $cc_basename in |
NCC) | | NCC*) |
# NonStop-UX NCC 3.20 | | # NonStop-UX NCC 3.20 |
lt_prog_compiler_pic_CXX='-KPIC' | | lt_prog_compiler_pic_CXX='-KPIC' |
;; | | ;; |
| | |
;; | | ;; |
esac | | esac |
;; | | ;; |
unixware*) | | sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) |
| | case $cc_basename in |
| | CC*) |
| | lt_prog_compiler_wl_CXX='-Wl,' |
| | lt_prog_compiler_pic_CXX='-KPIC' |
| | lt_prog_compiler_static_CXX='-Bstatic' |
| | ;; |
| | esac |
;; | | ;; |
vxworks*) | | vxworks*) |
;; | | ;; |
| | |
esac | | esac |
fi | | fi |
| | |
echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5 | | { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5 |
echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6 | | echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&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_CXX"; then | | if test -n "$lt_prog_compiler_pic_CXX"; then |
| | |
echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 | | { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 |
echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6 | | echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6; } |
if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then | | if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
# 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}? :&$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:11043: $lt_compile\"" >&5) | | (eval echo "\"\$as_me:12688: $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:11047: \$? = $ac_status" >&5 | | echo "$as_me:12692: \$? = $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 | | # So say no if there are warnings other than the usual output. |
if test ! -s conftest.err; then | | $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp |
| | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 |
| | if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then |
lt_prog_compiler_pic_works_CXX=yes | | lt_prog_compiler_pic_works_CXX=yes |
fi | | fi |
fi | | fi |
$rm conftest* | | $rm conftest* |
| | |
fi | | fi |
echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5 | | { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5 |
echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6 | | echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6; } |
| | |
if test x"$lt_prog_compiler_pic_works_CXX" = xyes; then | | if test x"$lt_prog_compiler_pic_works_CXX" = xyes; then |
case $lt_prog_compiler_pic_CXX in | | case $lt_prog_compiler_pic_CXX in |
| | |
fi | | fi |
| | |
fi | | fi |
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_CXX= | | lt_prog_compiler_pic_CXX= |
| | |
;; | | ;; |
esac | | esac |
| | |
echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 | | # |
echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 | | # Check to make sure the static flag actually works. |
| | # |
| | wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\" |
| | { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 |
| | echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } |
| | if test "${lt_prog_compiler_static_works_CXX+set}" = set; then |
| | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | else |
| | lt_prog_compiler_static_works_CXX=no |
| | save_LDFLAGS="$LDFLAGS" |
| | LDFLAGS="$LDFLAGS $lt_tmp_static_flag" |
| | printf "$lt_simple_link_test_code" > conftest.$ac_ext |
| | 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 |
| | # So say no if there are warnings |
| | if test -s conftest.err; then |
| | # Append any errors to the config.log. |
| | cat conftest.err 1>&5 |
| | $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp |
| | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 |
| | if diff conftest.exp conftest.er2 >/dev/null; then |
| | lt_prog_compiler_static_works_CXX=yes |
| | fi |
| | else |
| | lt_prog_compiler_static_works_CXX=yes |
| | fi |
| | fi |
| | $rm conftest* |
| | LDFLAGS="$save_LDFLAGS" |
| | |
| | fi |
| | { echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_CXX" >&5 |
| | echo "${ECHO_T}$lt_prog_compiler_static_works_CXX" >&6; } |
| | |
| | if test x"$lt_prog_compiler_static_works_CXX" = xyes; then |
| | : |
| | else |
| | lt_prog_compiler_static_CXX= |
| | fi |
| | |
| | |
| | { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 |
| | echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; } |
if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then | | if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
# 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}? :&$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:11103: $lt_compile\"" >&5) | | (eval echo "\"\$as_me:12792: $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:11107: \$? = $ac_status" >&5 | | echo "$as_me:12796: \$? = $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 |
if test ! -s out/conftest.err; then | | $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp |
| | $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 |
| | if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then |
lt_cv_prog_compiler_c_o_CXX=yes | | lt_cv_prog_compiler_c_o_CXX=yes |
fi | | fi |
fi | | fi |
chmod u+w . | | chmod u+w . 2>&5 |
$rm 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 |
| | |
$rm conftest* | | $rm conftest* |
| | |
fi | | fi |
echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5 | | { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5 |
echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6 | | echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; } |
| | |
| | |
hard_links="nottested" | | hard_links="nottested" |
if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then | | if test "$lt_cv_prog_compiler_c_o_CXX" = 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 | | { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 |
echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6 | | echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; } |
hard_links=yes | | hard_links=yes |
$rm 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 | | { echo "$as_me:$LINENO: result: $hard_links" >&5 |
echo "${ECHO_T}$hard_links" >&6 | | echo "${ECHO_T}$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 \`make -j' may be unsafe" >&5 | | { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 |
echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} | | echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} |
| | |
need_locks=no | | need_locks=no |
fi | | fi |
| | |
echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 | | { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 |
echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 | | echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } |
| | |
export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' | | export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' |
case $host_os in | | case $host_os in |
| | |
export_symbols_cmds_CXX="$ltdll_cmds" | | export_symbols_cmds_CXX="$ltdll_cmds" |
;; | | ;; |
cygwin* | mingw*) | | cygwin* | mingw*) |
export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' | | export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([^ ]*\) [^ ]*/\1 DATA/;/^I /d;/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' |
;; | | ;; |
linux*) | | linux* | k*bsd*-gnu) |
link_all_deplibs_CXX=no | | link_all_deplibs_CXX=no |
;; | | ;; |
*) | | *) |
| | |
;; | | ;; |
esac | | esac |
| | |
echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 | | { echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 |
echo "${ECHO_T}$ld_shlibs_CXX" >&6 | | echo "${ECHO_T}$ld_shlibs_CXX" >&6; } |
test "$ld_shlibs_CXX" = no && can_build_shared=no | | test "$ld_shlibs_CXX" = 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 COMPILER_PATH LIBRARY_PATH" | | |
fi | | |
| | |
# | | # |
# Do we need to explicitly link libc? | | # Do we need to explicitly link libc? |
# | | # |
| | |
# 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 linked in" >&5 | | { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 |
echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 | | echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } |
$rm conftest* | | $rm conftest* |
printf "$lt_simple_compile_test_code" > conftest.$ac_ext | | printf "$lt_simple_compile_test_code" > conftest.$ac_ext |
| | |
| | |
libobjs=conftest.$ac_objext | | libobjs=conftest.$ac_objext |
deplibs= | | deplibs= |
wl=$lt_prog_compiler_wl_CXX | | wl=$lt_prog_compiler_wl_CXX |
| | pic_flag=$lt_prog_compiler_pic_CXX |
compiler_flags=-v | | compiler_flags=-v |
linker_flags=-v | | linker_flags=-v |
verstring= | | verstring= |
| | |
cat conftest.err 1>&5 | | cat conftest.err 1>&5 |
fi | | fi |
$rm conftest* | | $rm conftest* |
echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5 | | { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5 |
echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6 | | echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6; } |
;; | | ;; |
esac | | esac |
fi | | fi |
;; | | ;; |
esac | | esac |
| | |
echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 | | { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 |
echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 | | echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } |
library_names_spec= | | library_names_spec= |
libname_spec='lib$name' | | libname_spec='lib$name' |
soname_spec= | | soname_spec= |
| | |
shlibpath_var=LIBRARY_PATH | | shlibpath_var=LIBRARY_PATH |
;; | | ;; |
| | |
bsdi4*) | | bsdi[45]*) |
version_type=linux | | version_type=linux |
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}' |
| | |
dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ | | dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ |
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' |
postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ | | postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ |
dlpath=$dir/\$dldll~ | | dlpath=$dir/\$dldll~ |
$rm \$dlpath' | | $rm \$dlpath' |
| | |
;; | | ;; |
pw32*) | | pw32*) |
# pw32 DLLs use 'pw' prefix rather than 'lib' | | # pw32 DLLs use 'pw' prefix rather than 'lib' |
library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}' | | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
;; | | ;; |
esac | | esac |
;; | | ;; |
| | |
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`' |
# Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. | | # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. |
if test "$GCC" = yes; then | | if test "$GCC" = yes; then |
sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` | | sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` |
| | |
dynamic_linker=no | | dynamic_linker=no |
;; | | ;; |
| | |
kfreebsd*-gnu) | | freebsd* | dragonfly*) |
version_type=linux | | # DragonFly does not have aout. When/if they implement a new |
need_lib_prefix=no | | # versioning mechanism, adjust this. |
need_version=no | | if test -x /usr/bin/objformat; then |
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' | | objformat=`/usr/bin/objformat` |
soname_spec='${libname}${release}${shared_ext}$major' | | else |
shlibpath_var=LD_LIBRARY_PATH | | case $host_os in |
shlibpath_overrides_runpath=no | | freebsd[123]*) objformat=aout ;; |
hardcode_into_libs=yes | | *) objformat=elf ;; |
dynamic_linker='GNU ld.so' | | esac |
;; | | fi |
| | |
freebsd*) | | |
objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` | | |
version_type=freebsd-$objformat | | version_type=freebsd-$objformat |
case $version_type in | | case $version_type in |
freebsd-elf*) | | freebsd-elf*) |
| | |
freebsd2*) | | freebsd2*) |
shlibpath_overrides_runpath=yes | | shlibpath_overrides_runpath=yes |
;; | | ;; |
freebsd3.01* | freebsdelf3.01*) | | freebsd3.[01]* | freebsdelf3.[01]*) |
shlibpath_overrides_runpath=yes | | shlibpath_overrides_runpath=yes |
hardcode_into_libs=yes | | hardcode_into_libs=yes |
;; | | ;; |
*) # from 3.2 on | | freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ |
| | freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) |
shlibpath_overrides_runpath=no | | shlibpath_overrides_runpath=no |
hardcode_into_libs=yes | | hardcode_into_libs=yes |
;; | | ;; |
| | freebsd*) # from 4.6 on |
| | shlibpath_overrides_runpath=yes |
| | hardcode_into_libs=yes |
| | ;; |
esac | | esac |
;; | | ;; |
| | |
| | |
version_type=sunos | | version_type=sunos |
need_lib_prefix=no | | need_lib_prefix=no |
need_version=no | | need_version=no |
case "$host_cpu" in | | case $host_cpu in |
ia64*) | | ia64*) |
shrext_cmds='.so' | | shrext_cmds='.so' |
hardcode_into_libs=yes | | hardcode_into_libs=yes |
| | |
postinstall_cmds='chmod 555 $lib' | | postinstall_cmds='chmod 555 $lib' |
;; | | ;; |
| | |
| | interix3*) |
| | 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' |
| | dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' |
| | shlibpath_var=LD_LIBRARY_PATH |
| | shlibpath_overrides_runpath=no |
| | hardcode_into_libs=yes |
| | ;; |
| | |
irix5* | irix6* | nonstopux*) | | irix5* | irix6* | nonstopux*) |
case $host_os in | | case $host_os in |
nonstopux*) version_type=nonstopux ;; | | nonstopux*) version_type=nonstopux ;; |
| | |
;; | | ;; |
| | |
# This must be Linux ELF. | | # This must be Linux ELF. |
linux*) | | linux* | k*bsd*-gnu) |
version_type=linux | | version_type=linux |
need_lib_prefix=no | | need_lib_prefix=no |
need_version=no | | need_version=no |
| | |
| | |
# 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 |
lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '` | | lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` |
sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" | | sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" |
fi | | fi |
| | |
| | |
dynamic_linker='NetBSD ld.elf_so' | | dynamic_linker='NetBSD ld.elf_so' |
;; | | ;; |
| | |
knetbsd*-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='GNU ld.so' | | |
;; | | |
| | |
netbsd*) | | netbsd*) |
version_type=sunos | | version_type=sunos |
need_lib_prefix=no | | need_lib_prefix=no |
| | |
| | |
openbsd*) | | openbsd*) |
version_type=sunos | | version_type=sunos |
| | sys_lib_dlsearch_path_spec="/usr/lib" |
need_lib_prefix=no | | need_lib_prefix=no |
need_version=yes | | # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. |
| | case $host_os in |
| | openbsd3.3 | openbsd3.3.*) need_version=yes ;; |
| | *) need_version=no ;; |
| | esac |
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' | | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' |
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' | | finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' |
shlibpath_var=LD_LIBRARY_PATH | | shlibpath_var=LD_LIBRARY_PATH |
| | |
sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" | | sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" |
;; | | ;; |
| | |
sco3.2v5*) | | |
version_type=osf | | |
soname_spec='${libname}${release}${shared_ext}$major' | | |
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | | |
shlibpath_var=LD_LIBRARY_PATH | | |
;; | | |
| | |
solaris*) | | solaris*) |
version_type=linux | | version_type=linux |
need_lib_prefix=no | | need_lib_prefix=no |
| | |
need_version=yes | | need_version=yes |
;; | | ;; |
| | |
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) | | sysv4 | sysv4.3*) |
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' |
| | |
fi | | fi |
;; | | ;; |
| | |
| | sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) |
| | version_type=freebsd-elf |
| | need_lib_prefix=no |
| | need_version=no |
| | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' |
| | soname_spec='${libname}${release}${shared_ext}$major' |
| | shlibpath_var=LD_LIBRARY_PATH |
| | hardcode_into_libs=yes |
| | if test "$with_gnu_ld" = yes; then |
| | sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' |
| | shlibpath_overrides_runpath=no |
| | else |
| | sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' |
| | shlibpath_overrides_runpath=yes |
| | case $host_os in |
| | sco3.2v5*) |
| | sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" |
| | ;; |
| | esac |
| | fi |
| | sys_lib_dlsearch_path_spec='/usr/lib' |
| | ;; |
| | |
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}' |
| | |
dynamic_linker=no | | dynamic_linker=no |
;; | | ;; |
esac | | esac |
echo "$as_me:$LINENO: result: $dynamic_linker" >&5 | | { echo "$as_me:$LINENO: result: $dynamic_linker" >&5 |
echo "${ECHO_T}$dynamic_linker" >&6 | | echo "${ECHO_T}$dynamic_linker" >&6; } |
test "$dynamic_linker" = no && can_build_shared=no | | test "$dynamic_linker" = no && can_build_shared=no |
| | |
echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 | | variables_saved_for_relink="PATH $shlibpath_var $runpath_var" |
echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 | | if test "$GCC" = yes; then |
| | variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" |
| | fi |
| | |
| | { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 |
| | echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } |
hardcode_action_CXX= | | hardcode_action_CXX= |
if test -n "$hardcode_libdir_flag_spec_CXX" || \ | | if test -n "$hardcode_libdir_flag_spec_CXX" || \ |
test -n "$runpath_var CXX" || \ | | test -n "$runpath_var_CXX" || \ |
test "X$hardcode_automatic_CXX"="Xyes" ; then | | test "X$hardcode_automatic_CXX"="Xyes" ; then |
| | |
# We can hardcode non-existant directories. | | # We can hardcode non-existant directories. |
| | |
# directories. | | # directories. |
hardcode_action_CXX=unsupported | | hardcode_action_CXX=unsupported |
fi | | fi |
echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5 | | { echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5 |
echo "${ECHO_T}$hardcode_action_CXX" >&6 | | echo "${ECHO_T}$hardcode_action_CXX" >&6; } |
| | |
if test "$hardcode_action_CXX" = relink; then | | if test "$hardcode_action_CXX" = relink; then |
# Fast installation is not supported | | # Fast installation is not supported |
| | |
enable_fast_install=needless | | enable_fast_install=needless |
fi | | fi |
| | |
striplib= | | |
old_striplib= | | # The else clause should only fire when bootstrapping the |
echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 | | # libtool distribution, otherwise you forgot to ship ltmain.sh |
echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6 | | # with your package, and you will get complaints that there are |
if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then | | # no rules to generate ltmain.sh. |
test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" | | if test -f "$ltmain"; then |
test -z "$striplib" && striplib="$STRIP --strip-unneeded" | | # See if we are running on zsh, and set the options which allow our commands through |
echo "$as_me:$LINENO: result: yes" >&5 | | # without removal of \ escapes. |
echo "${ECHO_T}yes" >&6 | | if test -n "${ZSH_VERSION+set}" ; then |
else | | setopt NO_GLOB_SUBST |
# 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" | | |
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 | | fi |
| | # Now quote all the things that may contain metacharacters while being |
| | # careful not to overquote the AC_SUBSTed values. We take copies of the |
| | # variables and quote the copies for generation of the libtool script. |
| | for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \ |
| | SED SHELL STRIP \ |
| | libname_spec library_names_spec soname_spec extract_expsyms_cmds \ |
| | old_striplib striplib file_magic_cmd finish_cmds finish_eval \ |
| | deplibs_check_method reload_flag reload_cmds need_locks \ |
| | lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ |
| | lt_cv_sys_global_symbol_to_c_name_address \ |
| | sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ |
| | old_postinstall_cmds old_postuninstall_cmds \ |
| | compiler_CXX \ |
| | CC_CXX \ |
| | LD_CXX \ |
| | lt_prog_compiler_wl_CXX \ |
| | lt_prog_compiler_pic_CXX \ |
| | lt_prog_compiler_static_CXX \ |
| | lt_prog_compiler_no_builtin_flag_CXX \ |
| | export_dynamic_flag_spec_CXX \ |
| | thread_safe_flag_spec_CXX \ |
| | whole_archive_flag_spec_CXX \ |
| | enable_shared_with_static_runtimes_CXX \ |
| | old_archive_cmds_CXX \ |
| | old_archive_from_new_cmds_CXX \ |
| | predep_objects_CXX \ |
| | postdep_objects_CXX \ |
| | predeps_CXX \ |
| | postdeps_CXX \ |
| | compiler_lib_search_path_CXX \ |
| | archive_cmds_CXX \ |
| | archive_expsym_cmds_CXX \ |
| | postinstall_cmds_CXX \ |
| | postuninstall_cmds_CXX \ |
| | old_archive_from_expsyms_cmds_CXX \ |
| | allow_undefined_flag_CXX \ |
| | no_undefined_flag_CXX \ |
| | export_symbols_cmds_CXX \ |
| | hardcode_libdir_flag_spec_CXX \ |
| | hardcode_libdir_flag_spec_ld_CXX \ |
| | hardcode_libdir_separator_CXX \ |
| | hardcode_automatic_CXX \ |
| | module_cmds_CXX \ |
| | module_expsym_cmds_CXX \ |
| | lt_cv_prog_compiler_c_o_CXX \ |
| | exclude_expsyms_CXX \ |
| | include_expsyms_CXX; do |
| | |
| | case $var in |
| | old_archive_cmds_CXX | \ |
| | old_archive_from_new_cmds_CXX | \ |
| | archive_cmds_CXX | \ |
| | archive_expsym_cmds_CXX | \ |
| | module_cmds_CXX | \ |
| | module_expsym_cmds_CXX | \ |
| | old_archive_from_expsyms_cmds_CXX | \ |
| | export_symbols_cmds_CXX | \ |
| | extract_expsyms_cmds | reload_cmds | finish_cmds | \ |
| | postinstall_cmds | postuninstall_cmds | \ |
| | old_postinstall_cmds | old_postuninstall_cmds | \ |
| | sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) |
| | # Double-quote double-evaled strings. |
| | eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" |
;; | | ;; |
*) | | *) |
echo "$as_me:$LINENO: result: no" >&5 | | eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" |
echo "${ECHO_T}no" >&6 | | |
;; | | ;; |
esac | | esac |
fi | | done |
| | |
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 | | case $lt_echo in |
beos*) | | *'\$0 --fallback-echo"') |
lt_cv_dlopen="load_add_on" | | lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` |
lt_cv_dlopen_libs= | | |
lt_cv_dlopen_self=yes | | |
;; | | ;; |
| | esac |
| | |
mingw* | pw32*) | | cfgfile="$ofile" |
lt_cv_dlopen="LoadLibrary" | | |
lt_cv_dlopen_libs= | | |
;; | | |
| | |
cygwin*) | | cat <<__EOF__ >> "$cfgfile" |
lt_cv_dlopen="dlopen" | | # ### BEGIN LIBTOOL TAG CONFIG: $tagname |
lt_cv_dlopen_libs= | | |
;; | | |
| | |
darwin*) | | # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: |
# 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 gcc2 internal prototype to avoid an error. */ | | # Shell to use when invoking shell scripts. |
#ifdef __cplusplus | | SHELL=$lt_SHELL |
extern "C" | | |
#endif | | |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char dlopen (); | | |
int | | |
main () | | |
{ | | |
dlopen (); | | |
; | | |
return 0; | | |
} | | |
_ACEOF | | |
rm -f conftest.$ac_objext conftest$ac_exeext | | |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } && | | |
{ ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; } && | | |
{ ac_try='test -s conftest$ac_exeext' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; }; 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 | | # Whether or not to build shared libraries. |
fi | | build_libtool_libs=$enable_shared |
rm -f conftest.err conftest.$ac_objext \ | | |
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" | | # Whether or not to build static libraries. |
lt_cv_dlopen_libs= | | build_old_libs=$enable_static |
lt_cv_dlopen_self=yes | | |
| | |
fi | | # Whether or not to add -lc for building shared libraries. |
| | build_libtool_need_lc=$archive_cmds_need_lc_CXX |
| | |
;; | | # Whether or not to disallow shared libs when runtime libs are static |
| | allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX |
| | |
*) | | # Whether or not to optimize for fast installation. |
echo "$as_me:$LINENO: checking for shl_load" >&5 | | fast_install=$enable_fast_install |
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, | | # The host system. |
which can conflict with char shl_load (); below. | | host_alias=$host_alias |
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | | host=$host |
<limits.h> exists even on freestanding compilers. */ | | host_os=$host_os |
| | |
#ifdef __STDC__ | | # The build system. |
# include <limits.h> | | build_alias=$build_alias |
#else | | build=$build |
# include <assert.h> | | build_os=$build_os |
#endif | | |
| | |
#undef shl_load | | # An echo program that does not interpret backslashes. |
| | echo=$lt_echo |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | # The archiver. |
#ifdef __cplusplus | | AR=$lt_AR |
extern "C" | | AR_FLAGS=$lt_AR_FLAGS |
{ | | |
#endif | | |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
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 | | |
#else | | |
char (*f) () = shl_load; | | |
#endif | | |
#ifdef __cplusplus | | |
} | | |
#endif | | |
| | |
int | | # A C compiler. |
main () | | LTCC=$lt_LTCC |
{ | | |
return f != shl_load; | | |
; | | |
return 0; | | |
} | | |
_ACEOF | | |
rm -f conftest.$ac_objext conftest$ac_exeext | | |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } && | | |
{ ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; } && | | |
{ ac_try='test -s conftest$ac_exeext' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; }; 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 | | # LTCC compiler flags. |
fi | | LTCFLAGS=$lt_LTCFLAGS |
rm -f conftest.err conftest.$ac_objext \ | | |
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 gcc2 internal prototype to avoid an error. */ | | # A language-specific compiler. |
#ifdef __cplusplus | | CC=$lt_compiler_CXX |
extern "C" | | |
#endif | | |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char shl_load (); | | |
int | | |
main () | | |
{ | | |
shl_load (); | | |
; | | |
return 0; | | |
} | | |
_ACEOF | | |
rm -f conftest.$ac_objext conftest$ac_exeext | | |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } && | | |
{ ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; } && | | |
{ ac_try='test -s conftest$ac_exeext' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; }; 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 | | # Is the compiler the GNU C compiler? |
fi | | with_gcc=$GCC_CXX |
rm -f conftest.err conftest.$ac_objext \ | | |
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="-dld" | | |
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 dlopen. | | |
For example, HP-UX 11i <limits.h> declares gettimeofday. */ | | |
#define dlopen innocuous_dlopen | | |
| | |
/* System header to define __stub macros and hopefully few prototypes, | | # An ERE matcher. |
which can conflict with char dlopen (); below. | | EGREP=$lt_EGREP |
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | | |
<limits.h> exists even on freestanding compilers. */ | | |
| | |
#ifdef __STDC__ | | # The linker used to build libraries. |
# include <limits.h> | | LD=$lt_LD_CXX |
#else | | |
# include <assert.h> | | |
#endif | | |
| | |
#undef dlopen | | # Whether we need hard or soft links. |
| | LN_S=$lt_LN_S |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | # A BSD-compatible nm program. |
#ifdef __cplusplus | | NM=$lt_NM |
extern "C" | | |
{ | | |
#endif | | |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
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 | | |
#else | | |
char (*f) () = dlopen; | | |
#endif | | |
#ifdef __cplusplus | | |
} | | |
#endif | | |
| | |
int | | # A symbol stripping program |
main () | | STRIP=$lt_STRIP |
{ | | |
return f != dlopen; | | |
; | | |
return 0; | | |
} | | |
_ACEOF | | |
rm -f conftest.$ac_objext conftest$ac_exeext | | |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } && | | |
{ ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; } && | | |
{ ac_try='test -s conftest$ac_exeext' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; }; 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 | | # Used to examine libraries when file_magic_cmd begins "file" |
fi | | MAGIC_CMD=$MAGIC_CMD |
rm -f conftest.err conftest.$ac_objext \ | | |
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 gcc2 internal prototype to avoid an error. */ | | # Used on cygwin: DLL creation program. |
#ifdef __cplusplus | | DLLTOOL="$DLLTOOL" |
extern "C" | | |
#endif | | |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char dlopen (); | | |
int | | |
main () | | |
{ | | |
dlopen (); | | |
; | | |
return 0; | | |
} | | |
_ACEOF | | |
rm -f conftest.$ac_objext conftest$ac_exeext | | |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } && | | |
{ ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; } && | | |
{ ac_try='test -s conftest$ac_exeext' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; }; 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 | | # Used on cygwin: object dumper. |
fi | | OBJDUMP="$OBJDUMP" |
rm -f conftest.err conftest.$ac_objext \ | | |
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 gcc2 internal prototype to avoid an error. */ | | # Used on cygwin: assembler. |
#ifdef __cplusplus | | AS="$AS" |
extern "C" | | |
#endif | | |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char dlopen (); | | |
int | | |
main () | | |
{ | | |
dlopen (); | | |
; | | |
return 0; | | |
} | | |
_ACEOF | | |
rm -f conftest.$ac_objext conftest$ac_exeext | | |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } && | | |
{ ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; } && | | |
{ ac_try='test -s conftest$ac_exeext' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; }; 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 | | # The name of the directory that contains temporary libtool files. |
fi | | objdir=$objdir |
rm -f conftest.err conftest.$ac_objext \ | | |
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 gcc2 internal prototype to avoid an error. */ | | # How to create reloadable object files. |
#ifdef __cplusplus | | reload_flag=$lt_reload_flag |
extern "C" | | reload_cmds=$lt_reload_cmds |
#endif | | |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char dld_link (); | | |
int | | |
main () | | |
{ | | |
dld_link (); | | |
; | | |
return 0; | | |
} | | |
_ACEOF | | |
rm -f conftest.$ac_objext conftest$ac_exeext | | |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } && | | |
{ ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; } && | | |
{ ac_try='test -s conftest$ac_exeext' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; }; 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 | | # How to pass a linker flag through the compiler. |
fi | | wl=$lt_lt_prog_compiler_wl_CXX |
rm -f conftest.err conftest.$ac_objext \ | | |
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="-dld" | | |
fi | | |
| | |
| | # Object file suffix (normally "o"). |
| | objext="$ac_objext" |
| | |
fi | | # Old archive suffix (normally "a"). |
| | libext="$libext" |
| | |
| | # Shared library suffix (normally ".so"). |
| | shrext_cmds='$shrext_cmds' |
| | |
fi | | # Executable file suffix (normally ""). |
| | exeext="$exeext" |
| | |
| | # Additional compiler flags for building library objects. |
| | pic_flag=$lt_lt_prog_compiler_pic_CXX |
| | pic_mode=$pic_mode |
| | |
fi | | # What is the maximum length of a command? |
| | max_cmd_len=$lt_cv_sys_max_cmd_len |
| | |
| | # Does compiler simultaneously support -c and -o options? |
| | compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX |
| | |
fi | | # Must we lock files when doing compilation? |
| | need_locks=$lt_need_locks |
| | |
| | # Do we need the lib prefix for modules? |
| | need_lib_prefix=$need_lib_prefix |
| | |
fi | | # Do we need a version for libraries? |
| | need_version=$need_version |
| | |
;; | | # Whether dlopen is supported. |
esac | | dlopen_support=$enable_dlopen |
| | |
if test "x$lt_cv_dlopen" != xno; then | | # Whether dlopen of programs is supported. |
enable_dlopen=yes | | dlopen_self=$enable_dlopen_self |
else | | |
enable_dlopen=no | | |
fi | | |
| | |
case $lt_cv_dlopen in | | # Whether dlopen of statically linked programs is supported. |
dlopen) | | dlopen_self_static=$enable_dlopen_self_static |
save_CPPFLAGS="$CPPFLAGS" | | |
test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" | | |
| | |
save_LDFLAGS="$LDFLAGS" | | # Compiler flag to prevent dynamic linking. |
eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" | | link_static_flag=$lt_lt_prog_compiler_static_CXX |
| | |
save_LIBS="$LIBS" | | # Compiler flag to turn off builtin functions. |
LIBS="$lt_cv_dlopen_libs $LIBS" | | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX |
| | |
echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5 | | # Compiler flag to allow reflexive dlopens. |
echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6 | | export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX |
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 <<EOF | | |
#line 12472 "configure" | | |
#include "confdefs.h" | | |
| | |
#if HAVE_DLFCN_H | | # Compiler flag to generate shared objects directly from archives. |
#include <dlfcn.h> | | whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX |
#endif | | |
| | |
#include <stdio.h> | | # Compiler flag to generate thread-safe objects. |
| | thread_safe_flag_spec=$lt_thread_safe_flag_spec_CXX |
| | |
#ifdef RTLD_GLOBAL | | # Library versioning type. |
# define LT_DLGLOBAL RTLD_GLOBAL | | version_type=$version_type |
#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 | | # Format of library name prefix. |
find out it does not work in some platform. */ | | libname_spec=$lt_libname_spec |
#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 | | # List of archive names. First name is the real one, the rest are links. |
extern "C" void exit (int); | | # The last name is the one that the linker finds with -lNAME. |
#endif | | library_names_spec=$lt_library_names_spec |
| | |
void fnord() { int i=42;} | | # The coded name of the library, if different from the real name. |
int main () | | soname_spec=$lt_soname_spec |
{ | | |
void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | | |
int status = $lt_dlunknown; | | |
| | |
if (self) | | # Commands used to build and install an old-style archive. |
{ | | RANLIB=$lt_RANLIB |
if (dlsym (self,"fnord")) status = $lt_dlno_uscore; | | old_archive_cmds=$lt_old_archive_cmds_CXX |
else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; | | old_postinstall_cmds=$lt_old_postinstall_cmds |
/* dlclose (self); */ | | old_postuninstall_cmds=$lt_old_postuninstall_cmds |
} | | |
| | |
exit (status); | | # Create an old-style archive from a shared archive. |
} | | old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX |
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; ) 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_unknown|x*) lt_cv_dlopen_self=no ;; | | |
esac | | |
else : | | |
# compilation failed | | |
lt_cv_dlopen_self=no | | |
fi | | |
fi | | |
rm -fr conftest* | | |
| | |
| | # Create a temporary old-style archive to link instead of a shared archive. |
| | old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX |
| | |
fi | | # Commands used to build and install a shared archive. |
echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 | | archive_cmds=$lt_archive_cmds_CXX |
echo "${ECHO_T}$lt_cv_dlopen_self" >&6 | | archive_expsym_cmds=$lt_archive_expsym_cmds_CXX |
| | postinstall_cmds=$lt_postinstall_cmds |
| | postuninstall_cmds=$lt_postuninstall_cmds |
| | |
if test "x$lt_cv_dlopen_self" = xyes; then | | # Commands used to build a loadable module (assumed same as above if empty) |
LDFLAGS="$LDFLAGS $link_static_flag" | | module_cmds=$lt_module_cmds_CXX |
echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5 | | module_expsym_cmds=$lt_module_expsym_cmds_CXX |
echo $ECHO_N "checking whether a statically linked program can dlopen itself... $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 <<EOF | | |
#line 12570 "configure" | | |
#include "confdefs.h" | | |
| | |
#if HAVE_DLFCN_H | | # Commands to strip libraries. |
#include <dlfcn.h> | | old_striplib=$lt_old_striplib |
#endif | | striplib=$lt_striplib |
| | |
#include <stdio.h> | | # Dependencies to place before the objects being linked to create a |
| | # shared library. |
| | predep_objects=$lt_predep_objects_CXX |
| | |
#ifdef RTLD_GLOBAL | | # Dependencies to place after the objects being linked to create a |
# define LT_DLGLOBAL RTLD_GLOBAL | | # shared library. |
#else | | postdep_objects=$lt_postdep_objects_CXX |
# 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 | | # Dependencies to place before the objects being linked to create a |
find out it does not work in some platform. */ | | # shared library. |
#ifndef LT_DLLAZY_OR_NOW | | predeps=$lt_predeps_CXX |
# 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 | | # Dependencies to place after the objects being linked to create a |
extern "C" void exit (int); | | # shared library. |
#endif | | postdeps=$lt_postdeps_CXX |
| | |
void fnord() { int i=42;} | | # The library search path used internally by the compiler when linking |
int main () | | # a shared library. |
{ | | compiler_lib_search_path=$lt_compiler_lib_search_path_CXX |
void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | | |
int status = $lt_dlunknown; | | |
| | |
if (self) | | # Method to check whether dependent libraries are shared objects. |
{ | | deplibs_check_method=$lt_deplibs_check_method |
if (dlsym (self,"fnord")) status = $lt_dlno_uscore; | | |
else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; | | |
/* dlclose (self); */ | | |
} | | |
| | |
exit (status); | | # Command to use when deplibs_check_method == file_magic. |
} | | file_magic_cmd=$lt_file_magic_cmd |
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; ) 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_unknown|x*) lt_cv_dlopen_self_static=no ;; | | |
esac | | |
else : | | |
# compilation failed | | |
lt_cv_dlopen_self_static=no | | |
fi | | |
fi | | |
rm -fr conftest* | | |
| | |
| | # Flag that allows shared libraries with undefined symbols to be built. |
| | allow_undefined_flag=$lt_allow_undefined_flag_CXX |
| | |
fi | | # Flag that forces no undefined symbols. |
echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 | | no_undefined_flag=$lt_no_undefined_flag_CXX |
echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6 | | |
fi | | |
| | |
CPPFLAGS="$save_CPPFLAGS" | | # Commands used to finish a libtool library installation in a directory. |
LDFLAGS="$save_LDFLAGS" | | finish_cmds=$lt_finish_cmds |
LIBS="$save_LIBS" | | |
;; | | |
esac | | |
| | |
case $lt_cv_dlopen_self in | | # Same as above, but a single script fragment to be evaled but not shown. |
yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; | | finish_eval=$lt_finish_eval |
*) enable_dlopen_self=unknown ;; | | |
esac | | |
| | |
case $lt_cv_dlopen_self_static in | | # Take the output of nm and produce a listing of raw symbols and C names. |
yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; | | global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe |
*) enable_dlopen_self_static=unknown ;; | | |
esac | | |
fi | | |
| | |
| | # Transform the output of nm in a proper C declaration |
| | global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl |
| | |
# The else clause should only fire when bootstrapping the | | # Transform the output of nm in a C name address pair |
# libtool distribution, otherwise you forgot to ship ltmain.sh | | global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
# with your package, and you will get complaints that there are | | |
# no rules to generate ltmain.sh. | | |
if test -f "$ltmain"; then | | |
# See if we are running on zsh, and set the options which allow our commands through | | |
# without removal of \ escapes. | | |
if test -n "${ZSH_VERSION+set}" ; then | | |
setopt NO_GLOB_SUBST | | |
fi | | |
# Now quote all the things that may contain metacharacters while being | | |
# careful not to overquote the AC_SUBSTed values. We take copies of the | | |
# variables and quote the copies for generation of the libtool script. | | |
for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ | | |
SED SHELL STRIP \ | | |
libname_spec library_names_spec soname_spec extract_expsyms_cmds \ | | |
old_striplib striplib file_magic_cmd finish_cmds finish_eval \ | | |
deplibs_check_method reload_flag reload_cmds need_locks \ | | |
lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ | | |
lt_cv_sys_global_symbol_to_c_name_address \ | | |
sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ | | |
old_postinstall_cmds old_postuninstall_cmds \ | | |
compiler_CXX \ | | |
CC_CXX \ | | |
LD_CXX \ | | |
lt_prog_compiler_wl_CXX \ | | |
lt_prog_compiler_pic_CXX \ | | |
lt_prog_compiler_static_CXX \ | | |
lt_prog_compiler_no_builtin_flag_CXX \ | | |
export_dynamic_flag_spec_CXX \ | | |
thread_safe_flag_spec_CXX \ | | |
whole_archive_flag_spec_CXX \ | | |
enable_shared_with_static_runtimes_CXX \ | | |
old_archive_cmds_CXX \ | | |
old_archive_from_new_cmds_CXX \ | | |
predep_objects_CXX \ | | |
postdep_objects_CXX \ | | |
predeps_CXX \ | | |
postdeps_CXX \ | | |
compiler_lib_search_path_CXX \ | | |
archive_cmds_CXX \ | | |
archive_expsym_cmds_CXX \ | | |
postinstall_cmds_CXX \ | | |
postuninstall_cmds_CXX \ | | |
old_archive_from_expsyms_cmds_CXX \ | | |
allow_undefined_flag_CXX \ | | |
no_undefined_flag_CXX \ | | |
export_symbols_cmds_CXX \ | | |
hardcode_libdir_flag_spec_CXX \ | | |
hardcode_libdir_flag_spec_ld_CXX \ | | |
hardcode_libdir_separator_CXX \ | | |
hardcode_automatic_CXX \ | | |
module_cmds_CXX \ | | |
module_expsym_cmds_CXX \ | | |
lt_cv_prog_compiler_c_o_CXX \ | | |
exclude_expsyms_CXX \ | | |
include_expsyms_CXX; do | | |
| | |
case $var in | | |
old_archive_cmds_CXX | \ | | |
old_archive_from_new_cmds_CXX | \ | | |
archive_cmds_CXX | \ | | |
archive_expsym_cmds_CXX | \ | | |
module_cmds_CXX | \ | | |
module_expsym_cmds_CXX | \ | | |
old_archive_from_expsyms_cmds_CXX | \ | | |
export_symbols_cmds_CXX | \ | | |
extract_expsyms_cmds | reload_cmds | finish_cmds | \ | | |
postinstall_cmds | postuninstall_cmds | \ | | |
old_postinstall_cmds | old_postuninstall_cmds | \ | | |
sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) | | |
# Double-quote double-evaled strings. | | |
eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" | | |
;; | | |
*) | | |
eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" | | |
;; | | |
esac | | |
done | | |
| | |
case $lt_echo in | | # This is the shared library runtime path variable. |
*'\$0 --fallback-echo"') | | runpath_var=$runpath_var |
lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` | | |
;; | | |
esac | | |
| | |
cfgfile="$ofile" | | # This is the shared library path variable. |
| | shlibpath_var=$shlibpath_var |
| | |
cat <<__EOF__ >> "$cfgfile" | | # Is shlibpath searched before the hard-coded library search path? |
# ### BEGIN LIBTOOL TAG CONFIG: $tagname | | shlibpath_overrides_runpath=$shlibpath_overrides_runpath |
| | |
# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: | | # How to hardcode a shared library path into an executable. |
| | hardcode_action=$hardcode_action_CXX |
| | |
# Shell to use when invoking shell scripts. | | # Whether we should hardcode library paths into libraries. |
SHELL=$lt_SHELL | | hardcode_into_libs=$hardcode_into_libs |
| | |
# Whether or not to build shared libraries. | | # Flag to hardcode \$libdir into a binary during linking. |
build_libtool_libs=$enable_shared | | # This must work even if \$libdir does not exist. |
| | hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX |
| | |
# Whether or not to build static libraries. | | # If ld is used when linking, flag to hardcode \$libdir into |
build_old_libs=$enable_static | | # a binary during linking. This must work even if \$libdir does |
| | # not exist. |
| | hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX |
| | |
# Whether or not to add -lc for building shared libraries. | | # Whether we need a single -rpath flag with a separated argument. |
build_libtool_need_lc=$archive_cmds_need_lc_CXX | | hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX |
| | |
# Whether or not to disallow shared libs when runtime libs are static | | # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the |
allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX | | # resulting binary. |
| | hardcode_direct=$hardcode_direct_CXX |
| | |
# Whether or not to optimize for fast installation. | | # Set to yes if using the -LDIR flag during linking hardcodes DIR into the |
fast_install=$enable_fast_install | | # resulting binary. |
| | hardcode_minus_L=$hardcode_minus_L_CXX |
| | |
# The host system. | | # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into |
host_alias=$host_alias | | # the resulting binary. |
host=$host | | hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX |
| | |
# An echo program that does not interpret backslashes. | | # Set to yes if building a shared library automatically hardcodes DIR into the library |
echo=$lt_echo | | # and all subsequent libraries and executables linked against it. |
| | hardcode_automatic=$hardcode_automatic_CXX |
| | |
# The archiver. | | # Variables whose values should be saved in libtool wrapper scripts and |
AR=$lt_AR | | # restored at relink time. |
AR_FLAGS=$lt_AR_FLAGS | | variables_saved_for_relink="$variables_saved_for_relink" |
| | |
# A C compiler. | | # Whether libtool must link a program against all its dependency libraries. |
LTCC=$lt_LTCC | | link_all_deplibs=$link_all_deplibs_CXX |
| | |
# A language-specific compiler. | | # Compile-time system search path for libraries |
CC=$lt_compiler_CXX | | sys_lib_search_path_spec=$lt_sys_lib_search_path_spec |
| | |
# Is the compiler the GNU C compiler? | | # Run-time system search path for libraries |
with_gcc=$GCC_CXX | | sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec |
| | |
# An ERE matcher. | | # Fix the shell variable \$srcfile for the compiler. |
EGREP=$lt_EGREP | | fix_srcfile_path="$fix_srcfile_path_CXX" |
| | |
# The linker used to build libraries. | | # Set to yes if exported symbols are required. |
LD=$lt_LD_CXX | | always_export_symbols=$always_export_symbols_CXX |
| | |
# Whether we need hard or soft links. | | # The commands to list exported symbols. |
LN_S=$lt_LN_S | | export_symbols_cmds=$lt_export_symbols_cmds_CXX |
| | |
# A BSD-compatible nm program. | | # The commands to extract the exported symbol list from a shared archive. |
NM=$lt_NM | | extract_expsyms_cmds=$lt_extract_expsyms_cmds |
| | |
# A symbol stripping program | | # Symbols that should not be listed in the preloaded symbols. |
STRIP=$lt_STRIP | | exclude_expsyms=$lt_exclude_expsyms_CXX |
| | |
# Used to examine libraries when file_magic_cmd begins "file" | | # Symbols that must always be exported. |
MAGIC_CMD=$MAGIC_CMD | | include_expsyms=$lt_include_expsyms_CXX |
| | |
# Used on cygwin: DLL creation program. | | # ### END LIBTOOL TAG CONFIG: $tagname |
DLLTOOL="$DLLTOOL" | | |
| | |
# Used on cygwin: object dumper. | | __EOF__ |
OBJDUMP="$OBJDUMP" | | |
| | |
# Used on cygwin: assembler. | | |
AS="$AS" | | |
| | |
# The name of the directory that contains temporary libtool files. | | else |
objdir=$objdir | | # If there is no Makefile yet, we rely on a make rule to execute |
| | # `config.status --recheck' to rerun these tests and create the |
| | # libtool script then. |
| | ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` |
| | if test -f "$ltmain_in"; then |
| | test -f Makefile && make "$ltmain" |
| | fi |
| | fi |
| | |
# How to create reloadable object files. | | |
reload_flag=$lt_reload_flag | | |
reload_cmds=$lt_reload_cmds | | |
| | |
# How to pass a linker flag through the compiler. | | ac_ext=c |
wl=$lt_lt_prog_compiler_wl_CXX | | 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 |
| | |
# Object file suffix (normally "o"). | | CC=$lt_save_CC |
objext="$ac_objext" | | LDCXX=$LD |
| | LD=$lt_save_LD |
| | GCC=$lt_save_GCC |
| | with_gnu_ldcxx=$with_gnu_ld |
| | with_gnu_ld=$lt_save_with_gnu_ld |
| | lt_cv_path_LDCXX=$lt_cv_path_LD |
| | lt_cv_path_LD=$lt_save_path_LD |
| | lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld |
| | lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld |
| | |
# Old archive suffix (normally "a"). | | else |
libext="$libext" | | tagname="" |
| | fi |
| | ;; |
| | |
# Shared library suffix (normally ".so"). | | F77) |
shrext_cmds='$shrext_cmds' | | if test -n "$F77" && test "X$F77" != "Xno"; then |
| | |
# Executable file suffix (normally ""). | | ac_ext=f |
exeext="$exeext" | | ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' |
| | ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| | ac_compiler_gnu=$ac_cv_f77_compiler_gnu |
| | |
# Additional compiler flags for building library objects. | | |
pic_flag=$lt_lt_prog_compiler_pic_CXX | | |
pic_mode=$pic_mode | | |
| | |
# What is the maximum length of a command? | | archive_cmds_need_lc_F77=no |
max_cmd_len=$lt_cv_sys_max_cmd_len | | allow_undefined_flag_F77= |
| | always_export_symbols_F77=no |
| | archive_expsym_cmds_F77= |
| | export_dynamic_flag_spec_F77= |
| | hardcode_direct_F77=no |
| | hardcode_libdir_flag_spec_F77= |
| | hardcode_libdir_flag_spec_ld_F77= |
| | hardcode_libdir_separator_F77= |
| | hardcode_minus_L_F77=no |
| | hardcode_automatic_F77=no |
| | module_cmds_F77= |
| | module_expsym_cmds_F77= |
| | link_all_deplibs_F77=unknown |
| | old_archive_cmds_F77=$old_archive_cmds |
| | no_undefined_flag_F77= |
| | whole_archive_flag_spec_F77= |
| | enable_shared_with_static_runtimes_F77=no |
| | |
# Does compiler simultaneously support -c and -o options? | | # Source file extension for f77 test sources. |
compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX | | ac_ext=f |
| | |
# Must we lock files when doing compilation ? | | # Object file extension for compiled f77 test sources. |
need_locks=$lt_need_locks | | objext=o |
| | objext_F77=$objext |
| | |
# Do we need the lib prefix for modules? | | # Code to be used in simple compile tests |
need_lib_prefix=$need_lib_prefix | | lt_simple_compile_test_code=" subroutine t\n return\n end\n" |
| | |
# Do we need a version for libraries? | | # Code to be used in simple link tests |
need_version=$need_version | | lt_simple_link_test_code=" program t\n end\n" |
| | |
# Whether dlopen is supported. | | |
dlopen_support=$enable_dlopen | | |
| | |
# Whether dlopen of programs is supported. | | |
dlopen_self=$enable_dlopen_self | | |
| | |
# Whether dlopen of statically linked programs is supported. | | # ltmain only uses $CC for tagged configurations so make sure $CC is set. |
dlopen_self_static=$enable_dlopen_self_static | | |
| | |
# Compiler flag to prevent dynamic linking. | | # If no C compiler was specified, use CC. |
link_static_flag=$lt_lt_prog_compiler_static_CXX | | LTCC=${LTCC-"$CC"} |
| | |
# Compiler flag to turn off builtin functions. | | # If no C compiler flags were specified, use CFLAGS. |
no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX | | LTCFLAGS=${LTCFLAGS-"$CFLAGS"} |
| | |
# Compiler flag to allow reflexive dlopens. | | # Allow CC to be a program name with arguments. |
export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX | | compiler=$CC |
| | |
# Compiler flag to generate shared objects directly from archives. | | |
whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX | | |
| | |
# Compiler flag to generate thread-safe objects. | | # save warnings/boilerplate of simple test code |
thread_safe_flag_spec=$lt_thread_safe_flag_spec_CXX | | ac_outfile=conftest.$ac_objext |
| | printf "$lt_simple_compile_test_code" >conftest.$ac_ext |
| | eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err |
| | _lt_compiler_boilerplate=`cat conftest.err` |
| | $rm conftest* |
| | |
# Library versioning type. | | ac_outfile=conftest.$ac_objext |
version_type=$version_type | | printf "$lt_simple_link_test_code" >conftest.$ac_ext |
| | eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err |
| | _lt_linker_boilerplate=`cat conftest.err` |
| | $rm conftest* |
| | |
# Format of library name prefix. | | |
libname_spec=$lt_libname_spec | | |
| | |
# List of archive names. First name is the real one, the rest are links. | | # Allow CC to be a program name with arguments. |
# The last name is the one that the linker finds with -lNAME. | | lt_save_CC="$CC" |
library_names_spec=$lt_library_names_spec | | CC=${F77-"f77"} |
| | compiler=$CC |
| | compiler_F77=$CC |
| | for cc_temp in $compiler""; do |
| | case $cc_temp in |
| | compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; |
| | distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; |
| | \-*) ;; |
| | *) break;; |
| | esac |
| | done |
| | cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` |
| | |
# The coded name of the library, if different from the real name. | | |
soname_spec=$lt_soname_spec | | |
| | |
# Commands used to build and install an old-style archive. | | { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 |
RANLIB=$lt_RANLIB | | echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; } |
old_archive_cmds=$lt_old_archive_cmds_CXX | | { echo "$as_me:$LINENO: result: $can_build_shared" >&5 |
old_postinstall_cmds=$lt_old_postinstall_cmds | | echo "${ECHO_T}$can_build_shared" >&6; } |
old_postuninstall_cmds=$lt_old_postuninstall_cmds | | |
| | |
# Create an old-style archive from a shared archive. | | { echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 |
old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX | | echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; } |
| | test "$can_build_shared" = "no" && enable_shared=no |
| | |
# Create a temporary old-style archive to link instead of a shared archive. | | # On AIX, shared libraries and static libraries use the same namespace, and |
old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX | | # 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 |
| | ;; |
| | aix4* | aix5*) |
| | if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then |
| | test "$enable_shared" = yes && enable_static=no |
| | fi |
| | ;; |
| | esac |
| | { echo "$as_me:$LINENO: result: $enable_shared" >&5 |
| | echo "${ECHO_T}$enable_shared" >&6; } |
| | |
# Commands used to build and install a shared archive. | | { echo "$as_me:$LINENO: checking whether to build static libraries" >&5 |
archive_cmds=$lt_archive_cmds_CXX | | echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; } |
archive_expsym_cmds=$lt_archive_expsym_cmds_CXX | | # Make sure either enable_shared or enable_static is yes. |
postinstall_cmds=$lt_postinstall_cmds | | test "$enable_shared" = yes || enable_static=yes |
postuninstall_cmds=$lt_postuninstall_cmds | | { echo "$as_me:$LINENO: result: $enable_static" >&5 |
| | echo "${ECHO_T}$enable_static" >&6; } |
| | |
# Commands used to build a loadable module (assumed same as above if empty) | | GCC_F77="$G77" |
module_cmds=$lt_module_cmds_CXX | | LD_F77="$LD" |
module_expsym_cmds=$lt_module_expsym_cmds_CXX | | |
| | |
# Commands to strip libraries. | | lt_prog_compiler_wl_F77= |
old_striplib=$lt_old_striplib | | lt_prog_compiler_pic_F77= |
striplib=$lt_striplib | | lt_prog_compiler_static_F77= |
| | |
# Dependencies to place before the objects being linked to create a | | { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 |
# shared library. | | echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } |
predep_objects=$lt_predep_objects_CXX | | |
| | |
# Dependencies to place after the objects being linked to create a | | if test "$GCC" = yes; then |
# shared library. | | lt_prog_compiler_wl_F77='-Wl,' |
postdep_objects=$lt_postdep_objects_CXX | | lt_prog_compiler_static_F77='-static' |
| | |
# Dependencies to place before the objects being linked to create a | | case $host_os in |
# shared library. | | aix*) |
predeps=$lt_predeps_CXX | | # All AIX code is PIC. |
| | if test "$host_cpu" = ia64; then |
| | # AIX 5 now supports IA64 processor |
| | lt_prog_compiler_static_F77='-Bstatic' |
| | fi |
| | ;; |
| | |
# Dependencies to place after the objects being linked to create a | | amigaos*) |
# shared library. | | # FIXME: we need at least 68020 code to build shared libraries, but |
postdeps=$lt_postdeps_CXX | | # adding the `-m68020' flag to GCC prevents building anything better, |
| | # like `-m68040'. |
| | lt_prog_compiler_pic_F77='-m68020 -resident32 -malways-restore-a4' |
| | ;; |
| | |
# The library search path used internally by the compiler when linking | | beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) |
# a shared library. | | # PIC is the default for these OSes. |
compiler_lib_search_path=$lt_compiler_lib_search_path_CXX | | ;; |
| | |
# Method to check whether dependent libraries are shared objects. | | mingw* | pw32* | os2*) |
deplibs_check_method=$lt_deplibs_check_method | | # 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). |
| | lt_prog_compiler_pic_F77='-DDLL_EXPORT' |
| | ;; |
| | |
# Command to use when deplibs_check_method == file_magic. | | darwin* | rhapsody*) |
file_magic_cmd=$lt_file_magic_cmd | | # PIC is the default on this platform |
| | # Common symbols not allowed in MH_DYLIB files |
| | lt_prog_compiler_pic_F77='-fno-common' |
| | ;; |
| | |
# Flag that allows shared libraries with undefined symbols to be built. | | interix3*) |
allow_undefined_flag=$lt_allow_undefined_flag_CXX | | # Interix 3.x gcc -fpic/-fPIC options generate broken code. |
| | # Instead, we relocate shared libraries at runtime. |
| | ;; |
| | |
# Flag that forces no undefined symbols. | | msdosdjgpp*) |
no_undefined_flag=$lt_no_undefined_flag_CXX | | # Just because we use GCC doesn't mean we suddenly get shared libraries |
| | # on systems that don't support them. |
| | lt_prog_compiler_can_build_shared_F77=no |
| | enable_shared=no |
| | ;; |
| | |
# Commands used to finish a libtool library installation in a directory. | | sysv4*MP*) |
finish_cmds=$lt_finish_cmds | | if test -d /usr/nec; then |
| | lt_prog_compiler_pic_F77=-Kconform_pic |
| | fi |
| | ;; |
| | |
# Same as above, but a single script fragment to be evaled but not shown. | | hpux*) |
finish_eval=$lt_finish_eval | | # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but |
| | # not for PA HP-UX. |
| | case $host_cpu in |
| | hppa*64*|ia64*) |
| | # +Z the default |
| | ;; |
| | *) |
| | lt_prog_compiler_pic_F77='-fPIC' |
| | ;; |
| | esac |
| | ;; |
| | |
# Take the output of nm and produce a listing of raw symbols and C names. | | *) |
global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe | | lt_prog_compiler_pic_F77='-fPIC' |
| | ;; |
| | esac |
| | else |
| | # PORTME Check for flag to pass linker flags through the system compiler. |
| | case $host_os in |
| | aix*) |
| | lt_prog_compiler_wl_F77='-Wl,' |
| | if test "$host_cpu" = ia64; then |
| | # AIX 5 now supports IA64 processor |
| | lt_prog_compiler_static_F77='-Bstatic' |
| | else |
| | lt_prog_compiler_static_F77='-bnso -bI:/lib/syscalls.exp' |
| | fi |
| | ;; |
| | darwin*) |
| | # PIC is the default on this platform |
| | # Common symbols not allowed in MH_DYLIB files |
| | case $cc_basename in |
| | xlc*) |
| | lt_prog_compiler_pic_F77='-qnocommon' |
| | lt_prog_compiler_wl_F77='-Wl,' |
| | ;; |
| | esac |
| | ;; |
| | |
# Transform the output of nm in a proper C declaration | | mingw* | pw32* | os2*) |
global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl | | # 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). |
| | lt_prog_compiler_pic_F77='-DDLL_EXPORT' |
| | ;; |
| | |
# Transform the output of nm in a C name address pair | | hpux9* | hpux10* | hpux11*) |
global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | | lt_prog_compiler_wl_F77='-Wl,' |
| | # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but |
| | # not for PA HP-UX. |
| | case $host_cpu in |
| | hppa*64*|ia64*) |
| | # +Z the default |
| | ;; |
| | *) |
| | lt_prog_compiler_pic_F77='+Z' |
| | ;; |
| | esac |
| | # Is there a better lt_prog_compiler_static that works with the bundled CC? |
| | lt_prog_compiler_static_F77='${wl}-a ${wl}archive' |
| | ;; |
| | |
# This is the shared library runtime path variable. | | irix5* | irix6* | nonstopux*) |
runpath_var=$runpath_var | | lt_prog_compiler_wl_F77='-Wl,' |
| | # PIC (with -KPIC) is the default. |
| | lt_prog_compiler_static_F77='-non_shared' |
| | ;; |
| | |
# This is the shared library path variable. | | newsos6) |
shlibpath_var=$shlibpath_var | | lt_prog_compiler_pic_F77='-KPIC' |
| | lt_prog_compiler_static_F77='-Bstatic' |
| | ;; |
| | |
# Is shlibpath searched before the hard-coded library search path? | | linux* | k*bsd*-gnu) |
shlibpath_overrides_runpath=$shlibpath_overrides_runpath | | case $cc_basename in |
| | icc* | ecc*) |
| | lt_prog_compiler_wl_F77='-Wl,' |
| | lt_prog_compiler_pic_F77='-KPIC' |
| | lt_prog_compiler_static_F77='-static' |
| | ;; |
| | pgcc* | pgf77* | pgf90* | pgf95*) |
| | # Portland Group compilers (*not* the Pentium gcc compiler, |
| | # which looks to be a dead project) |
| | lt_prog_compiler_wl_F77='-Wl,' |
| | lt_prog_compiler_pic_F77='-fpic' |
| | lt_prog_compiler_static_F77='-Bstatic' |
| | ;; |
| | ccc*) |
| | lt_prog_compiler_wl_F77='-Wl,' |
| | # All Alpha code is PIC. |
| | lt_prog_compiler_static_F77='-non_shared' |
| | ;; |
| | esac |
| | ;; |
| | |
# How to hardcode a shared library path into an executable. | | osf3* | osf4* | osf5*) |
hardcode_action=$hardcode_action_CXX | | lt_prog_compiler_wl_F77='-Wl,' |
| | # All OSF/1 code is PIC. |
# Whether we should hardcode library paths into libraries. | | lt_prog_compiler_static_F77='-non_shared' |
hardcode_into_libs=$hardcode_into_libs | | ;; |
| | |
# Flag to hardcode \$libdir into a binary during linking. | | |
# This must work even if \$libdir does not exist. | | |
hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX | | |
| | |
# If ld is used when linking, flag to hardcode \$libdir into | | |
# a binary during linking. This must work even if \$libdir does | | |
# not exist. | | |
hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX | | |
| | |
# Whether we need a single -rpath flag with a separated argument. | | solaris*) |
hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX | | lt_prog_compiler_pic_F77='-KPIC' |
| | lt_prog_compiler_static_F77='-Bstatic' |
| | case $cc_basename in |
| | f77* | f90* | f95*) |
| | lt_prog_compiler_wl_F77='-Qoption ld ';; |
| | *) |
| | lt_prog_compiler_wl_F77='-Wl,';; |
| | esac |
| | ;; |
| | |
# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the | | sunos4*) |
# resulting binary. | | lt_prog_compiler_wl_F77='-Qoption ld ' |
hardcode_direct=$hardcode_direct_CXX | | lt_prog_compiler_pic_F77='-PIC' |
| | lt_prog_compiler_static_F77='-Bstatic' |
| | ;; |
| | |
# Set to yes if using the -LDIR flag during linking hardcodes DIR into the | | sysv4 | sysv4.2uw2* | sysv4.3*) |
# resulting binary. | | lt_prog_compiler_wl_F77='-Wl,' |
hardcode_minus_L=$hardcode_minus_L_CXX | | lt_prog_compiler_pic_F77='-KPIC' |
| | lt_prog_compiler_static_F77='-Bstatic' |
| | ;; |
| | |
# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into | | sysv4*MP*) |
# the resulting binary. | | if test -d /usr/nec ;then |
hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX | | lt_prog_compiler_pic_F77='-Kconform_pic' |
| | lt_prog_compiler_static_F77='-Bstatic' |
| | fi |
| | ;; |
| | |
# Set to yes if building a shared library automatically hardcodes DIR into the library | | sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) |
# and all subsequent libraries and executables linked against it. | | lt_prog_compiler_wl_F77='-Wl,' |
hardcode_automatic=$hardcode_automatic_CXX | | lt_prog_compiler_pic_F77='-KPIC' |
| | lt_prog_compiler_static_F77='-Bstatic' |
| | ;; |
| | |
# Variables whose values should be saved in libtool wrapper scripts and | | unicos*) |
# restored at relink time. | | lt_prog_compiler_wl_F77='-Wl,' |
variables_saved_for_relink="$variables_saved_for_relink" | | lt_prog_compiler_can_build_shared_F77=no |
| | ;; |
| | |
# Whether libtool must link a program against all its dependency libraries. | | uts4*) |
link_all_deplibs=$link_all_deplibs_CXX | | lt_prog_compiler_pic_F77='-pic' |
| | lt_prog_compiler_static_F77='-Bstatic' |
| | ;; |
| | |
# Compile-time system search path for libraries | | *) |
sys_lib_search_path_spec=$lt_sys_lib_search_path_spec | | lt_prog_compiler_can_build_shared_F77=no |
| | ;; |
| | esac |
| | fi |
| | |
# Run-time system search path for libraries | | { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5 |
sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec | | echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6; } |
| | |
# Fix the shell variable \$srcfile for the compiler. | | # |
fix_srcfile_path="$fix_srcfile_path_CXX" | | # Check to make sure the PIC flag actually works. |
| | # |
| | if test -n "$lt_prog_compiler_pic_F77"; then |
| | |
# Set to yes if exported symbols are required. | | { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5 |
always_export_symbols=$always_export_symbols_CXX | | echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6; } |
| | if test "${lt_prog_compiler_pic_works_F77+set}" = set; then |
| | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | else |
| | lt_prog_compiler_pic_works_F77=no |
| | ac_outfile=conftest.$ac_objext |
| | printf "$lt_simple_compile_test_code" > conftest.$ac_ext |
| | lt_compiler_flag="$lt_prog_compiler_pic_F77" |
| | # Insert the option either (1) after the last *FLAGS variable, or |
| | # (2) before a word containing "conftest.", or (3) at the end. |
| | # Note that $ac_compile itself does not contain backslashes and begins |
| | # with a dollar sign (not a hyphen), so the echo should work correctly. |
| | # The option is referenced via a variable to avoid confusing sed. |
| | lt_compile=`echo "$ac_compile" | $SED \ |
| | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| | -e 's:$: $lt_compiler_flag:'` |
| | (eval echo "\"\$as_me:14353: $lt_compile\"" >&5) |
| | (eval "$lt_compile" 2>conftest.err) |
| | ac_status=$? |
| | cat conftest.err >&5 |
| | echo "$as_me:14357: \$? = $ac_status" >&5 |
| | if (exit $ac_status) && test -s "$ac_outfile"; then |
| | # The compiler can only warn and ignore the option if not recognized |
| | # So say no if there are warnings other than the usual output. |
| | $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp |
| | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 |
| | if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then |
| | lt_prog_compiler_pic_works_F77=yes |
| | fi |
| | fi |
| | $rm conftest* |
| | |
# The commands to list exported symbols. | | fi |
export_symbols_cmds=$lt_export_symbols_cmds_CXX | | { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5 |
| | echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6; } |
| | |
# The commands to extract the exported symbol list from a shared archive. | | if test x"$lt_prog_compiler_pic_works_F77" = xyes; then |
extract_expsyms_cmds=$lt_extract_expsyms_cmds | | case $lt_prog_compiler_pic_F77 in |
| | "" | " "*) ;; |
| | *) lt_prog_compiler_pic_F77=" $lt_prog_compiler_pic_F77" ;; |
| | esac |
| | else |
| | lt_prog_compiler_pic_F77= |
| | lt_prog_compiler_can_build_shared_F77=no |
| | fi |
| | |
# Symbols that should not be listed in the preloaded symbols. | | fi |
exclude_expsyms=$lt_exclude_expsyms_CXX | | case $host_os in |
| | # For platforms which do not support PIC, -DPIC is meaningless: |
| | *djgpp*) |
| | lt_prog_compiler_pic_F77= |
| | ;; |
| | *) |
| | lt_prog_compiler_pic_F77="$lt_prog_compiler_pic_F77" |
| | ;; |
| | esac |
| | |
# Symbols that must always be exported. | | # |
include_expsyms=$lt_include_expsyms_CXX | | # Check to make sure the static flag actually works. |
| | # |
| | wl=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag=\"$lt_prog_compiler_static_F77\" |
| | { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 |
| | echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } |
| | if test "${lt_prog_compiler_static_works_F77+set}" = set; then |
| | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | else |
| | lt_prog_compiler_static_works_F77=no |
| | save_LDFLAGS="$LDFLAGS" |
| | LDFLAGS="$LDFLAGS $lt_tmp_static_flag" |
| | printf "$lt_simple_link_test_code" > conftest.$ac_ext |
| | 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 |
| | # So say no if there are warnings |
| | if test -s conftest.err; then |
| | # Append any errors to the config.log. |
| | cat conftest.err 1>&5 |
| | $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp |
| | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 |
| | if diff conftest.exp conftest.er2 >/dev/null; then |
| | lt_prog_compiler_static_works_F77=yes |
| | fi |
| | else |
| | lt_prog_compiler_static_works_F77=yes |
| | fi |
| | fi |
| | $rm conftest* |
| | LDFLAGS="$save_LDFLAGS" |
| | |
# ### END LIBTOOL TAG CONFIG: $tagname | | fi |
| | { echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_F77" >&5 |
| | echo "${ECHO_T}$lt_prog_compiler_static_works_F77" >&6; } |
| | |
__EOF__ | | if test x"$lt_prog_compiler_static_works_F77" = xyes; then |
| | : |
| | else |
| | lt_prog_compiler_static_F77= |
| | fi |
| | |
| | |
| | { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 |
| | echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; } |
| | if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then |
| | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
# If there is no Makefile yet, we rely on a make rule to execute | | lt_cv_prog_compiler_c_o_F77=no |
# `config.status --recheck' to rerun these tests and create the | | $rm -r conftest 2>/dev/null |
# libtool script then. | | mkdir conftest |
ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` | | cd conftest |
if test -f "$ltmain_in"; then | | mkdir out |
test -f Makefile && make "$ltmain" | | printf "$lt_simple_compile_test_code" > conftest.$ac_ext |
| | |
| | lt_compiler_flag="-o out/conftest2.$ac_objext" |
| | # Insert the option either (1) after the last *FLAGS variable, or |
| | # (2) before a word containing "conftest.", or (3) at the end. |
| | # Note that $ac_compile itself does not contain backslashes and begins |
| | # with a dollar sign (not a hyphen), so the echo should work correctly. |
| | lt_compile=`echo "$ac_compile" | $SED \ |
| | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| | -e 's:$: $lt_compiler_flag:'` |
| | (eval echo "\"\$as_me:14457: $lt_compile\"" >&5) |
| | (eval "$lt_compile" 2>out/conftest.err) |
| | ac_status=$? |
| | cat out/conftest.err >&5 |
| | echo "$as_me:14461: \$? = $ac_status" >&5 |
| | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
| | then |
| | # The compiler can only warn and ignore the option if not recognized |
| | # So say no if there are warnings |
| | $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp |
| | $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 |
| | if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then |
| | lt_cv_prog_compiler_c_o_F77=yes |
fi | | fi |
fi | | fi |
| | chmod u+w . 2>&5 |
| | $rm conftest* |
| | # SGI C++ compiler will create directory out/ii_files/ for |
| | # template instantiation |
| | test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files |
| | $rm out/* && rmdir out |
| | cd .. |
| | rmdir conftest |
| | $rm conftest* |
| | |
| | fi |
| | { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5 |
| | echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6; } |
| | |
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 | | |
LDCXX=$LD | | |
LD=$lt_save_LD | | |
GCC=$lt_save_GCC | | |
with_gnu_ldcxx=$with_gnu_ld | | |
with_gnu_ld=$lt_save_with_gnu_ld | | |
lt_cv_path_LDCXX=$lt_cv_path_LD | | |
lt_cv_path_LD=$lt_save_path_LD | | |
lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld | | |
lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld | | |
| | |
| | hard_links="nottested" |
| | if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then |
| | # 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 |
| | echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; } |
| | hard_links=yes |
| | $rm conftest* |
| | ln conftest.a conftest.b 2>/dev/null && hard_links=no |
| | touch conftest.a |
| | ln conftest.a conftest.b 2>&5 || hard_links=no |
| | ln conftest.a conftest.b 2>/dev/null && hard_links=no |
| | { echo "$as_me:$LINENO: result: $hard_links" >&5 |
| | echo "${ECHO_T}$hard_links" >&6; } |
| | if test "$hard_links" = no; then |
| | { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 |
| | echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} |
| | need_locks=warn |
| | fi |
else | | else |
tagname="" | | need_locks=no |
fi | | fi |
;; | | |
| | |
F77) | | |
if test -n "$F77" && test "X$F77" != "Xno"; then | | |
| | |
ac_ext=f | | |
ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' | | |
ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | | |
ac_compiler_gnu=$ac_cv_f77_compiler_gnu | | |
| | |
| | { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 |
| | echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } |
| | |
archive_cmds_need_lc_F77=no | | runpath_var= |
allow_undefined_flag_F77= | | allow_undefined_flag_F77= |
always_export_symbols_F77=no | | enable_shared_with_static_runtimes_F77=no |
| | archive_cmds_F77= |
archive_expsym_cmds_F77= | | archive_expsym_cmds_F77= |
| | old_archive_From_new_cmds_F77= |
| | old_archive_from_expsyms_cmds_F77= |
export_dynamic_flag_spec_F77= | | export_dynamic_flag_spec_F77= |
hardcode_direct_F77=no | | whole_archive_flag_spec_F77= |
| | thread_safe_flag_spec_F77= |
hardcode_libdir_flag_spec_F77= | | hardcode_libdir_flag_spec_F77= |
hardcode_libdir_flag_spec_ld_F77= | | hardcode_libdir_flag_spec_ld_F77= |
hardcode_libdir_separator_F77= | | hardcode_libdir_separator_F77= |
| | hardcode_direct_F77=no |
hardcode_minus_L_F77=no | | hardcode_minus_L_F77=no |
| | hardcode_shlibpath_var_F77=unsupported |
| | link_all_deplibs_F77=unknown |
hardcode_automatic_F77=no | | hardcode_automatic_F77=no |
module_cmds_F77= | | module_cmds_F77= |
module_expsym_cmds_F77= | | module_expsym_cmds_F77= |
link_all_deplibs_F77=unknown | | always_export_symbols_F77=no |
old_archive_cmds_F77=$old_archive_cmds | | export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' |
no_undefined_flag_F77= | | # include_expsyms should be a list of space-separated symbols to be *always* |
whole_archive_flag_spec_F77= | | # included in the symbol list |
enable_shared_with_static_runtimes_F77=no | | include_expsyms_F77= |
| | # exclude_expsyms can be an extended regexp of symbols to exclude |
# Source file extension for f77 test sources. | | # it will be wrapped by ` (' and `)$', so one must not match beginning or |
ac_ext=f | | # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', |
| | # as well as any symbol that contains `d'. |
# Object file extension for compiled f77 test sources. | | exclude_expsyms_F77="_GLOBAL_OFFSET_TABLE_" |
objext=o | | # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out |
objext_F77=$objext | | # platforms (ab)use it in PIC code, but their linkers get confused if |
| | # the symbol is explicitly referenced. Since portable code cannot |
# Code to be used in simple compile tests | | # rely on this symbol name, it's probably fine to never include it in |
lt_simple_compile_test_code=" subroutine t\n return\n end\n" | | # preloaded symbol tables. |
| | extract_expsyms_cmds= |
# Code to be used in simple link tests | | # Just being paranoid about ensuring that cc_basename is set. |
lt_simple_link_test_code=" program t\n end\n" | | for cc_temp in $compiler""; do |
| | case $cc_temp in |
# ltmain only uses $CC for tagged configurations so make sure $CC is set. | | compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; |
| | distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; |
# If no C compiler was specified, use CC. | | \-*) ;; |
LTCC=${LTCC-"$CC"} | | *) break;; |
| | esac |
# Allow CC to be a program name with arguments. | | done |
compiler=$CC | | cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` |
| | |
| | |
# Allow CC to be a program name with arguments. | | |
lt_save_CC="$CC" | | |
CC=${F77-"f77"} | | |
compiler=$CC | | |
compiler_F77=$CC | | |
cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'` | | |
| | |
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, and | | case $host_os in |
# are all built from PIC. | | cygwin* | mingw* | pw32*) |
case "$host_os" in | | # FIXME: the MSVC++ port hasn't been tested in a loooong time |
aix3*) | | # When not using gcc, we currently assume that we are using |
test "$enable_shared" = yes && enable_static=no | | # Microsoft Visual C++. |
if test -n "$RANLIB"; then | | if test "$GCC" != yes; then |
archive_cmds="$archive_cmds~\$RANLIB \$lib" | | with_gnu_ld=no |
postinstall_cmds='$RANLIB $lib' | | |
fi | | fi |
;; | | ;; |
aix4* | aix5*) | | interix*) |
test "$enable_shared" = yes && enable_static=no | | # we just hope/assume this is gcc and not c89 (= MSVC++) |
| | with_gnu_ld=yes |
| | ;; |
| | openbsd*) |
| | with_gnu_ld=no |
;; | | ;; |
esac | | 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 | | |
| | |
test "$ld_shlibs_F77" = no && can_build_shared=no | | |
| | |
GCC_F77="$G77" | | ld_shlibs_F77=yes |
LD_F77="$LD" | | if test "$with_gnu_ld" = yes; then |
| | # If archive_cmds runs LD, not CC, wlarc should be empty |
| | wlarc='${wl}' |
| | |
lt_prog_compiler_wl_F77= | | # Set some defaults for GNU ld with shared library support. These |
lt_prog_compiler_pic_F77= | | # are reset later if shared libraries are not supported. Putting them |
lt_prog_compiler_static_F77= | | # here allows them to be overridden if necessary. |
| | runpath_var=LD_RUN_PATH |
| | hardcode_libdir_flag_spec_F77='${wl}--rpath ${wl}$libdir' |
| | export_dynamic_flag_spec_F77='${wl}--export-dynamic' |
| | # ancient GNU ld didn't support --whole-archive et. al. |
| | if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then |
| | whole_archive_flag_spec_F77="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' |
| | else |
| | whole_archive_flag_spec_F77= |
| | fi |
| | supports_anon_versioning=no |
| | case `$LD -v 2>/dev/null` in |
| | *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 |
| | *\ 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.*) ;; # other 2.11 versions |
| | *) supports_anon_versioning=yes ;; |
| | esac |
| | |
echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 | | # See if GNU ld supports shared libraries. |
echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 | | case $host_os in |
| | aix3* | aix4* | aix5*) |
| | # On AIX/PPC, the GNU linker is very broken |
| | if test "$host_cpu" != ia64; then |
| | ld_shlibs_F77=no |
| | cat <<EOF 1>&2 |
| | |
if test "$GCC" = yes; then | | *** Warning: the GNU linker, at least up to release 2.9.1, is reported |
lt_prog_compiler_wl_F77='-Wl,' | | *** to be unable to reliably create shared libraries on AIX. |
lt_prog_compiler_static_F77='-static' | | *** Therefore, libtool is disabling shared libraries support. If you |
| | *** really care for shared libraries, you may want to modify your PATH |
| | *** so that a non-GNU linker is found, and then restart. |
| | |
case $host_os in | | EOF |
aix*) | | |
# All AIX code is PIC. | | |
if test "$host_cpu" = ia64; then | | |
# AIX 5 now supports IA64 processor | | |
lt_prog_compiler_static_F77='-Bstatic' | | |
fi | | fi |
;; | | ;; |
| | |
amigaos*) | | amigaos*) |
# FIXME: we need at least 68020 code to build shared libraries, but | | archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' |
# adding the `-m68020' flag to GCC prevents building anything better, | | hardcode_libdir_flag_spec_F77='-L$libdir' |
# like `-m68040'. | | hardcode_minus_L_F77=yes |
lt_prog_compiler_pic_F77='-m68020 -resident32 -malways-restore-a4' | | |
| | # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports |
| | # that the semantics of dynamic libraries on AmigaOS, at least up |
| | # to version 4, is to share data among multiple programs linked |
| | # with the same dynamic library. Since this doesn't match the |
| | # behavior of shared libraries on other platforms, we can't use |
| | # them. |
| | ld_shlibs_F77=no |
;; | | ;; |
| | |
beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) | | beos*) |
# PIC is the default for these OSes. | | if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then |
| | allow_undefined_flag_F77=unsupported |
| | # Joseph Beckenbach <jrb3@best.com> says some releases of gcc |
| | # support --undefined. This deserves some investigation. FIXME |
| | archive_cmds_F77='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' |
| | else |
| | ld_shlibs_F77=no |
| | fi |
;; | | ;; |
| | |
mingw* | pw32* | os2*) | | cygwin* | mingw* | pw32*) |
# This hack is so that the source file can tell whether it is being | | # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, F77) is actually meaningless, |
# built for inclusion in a dll (and should export symbols for example). | | # as there is no search path for DLLs. |
lt_prog_compiler_pic_F77='-DDLL_EXPORT' | | hardcode_libdir_flag_spec_F77='-L$libdir' |
| | allow_undefined_flag_F77=unsupported |
| | always_export_symbols_F77=no |
| | enable_shared_with_static_runtimes_F77=yes |
| | export_symbols_cmds_F77='$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 |
| | archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' |
| | # If the export-symbols file already is a .def file (1st line |
| | # is EXPORTS), use it as is; otherwise, prepend... |
| | archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then |
| | cp $export_symbols $output_objdir/$soname.def; |
| | else |
| | echo EXPORTS > $output_objdir/$soname.def; |
| | cat $export_symbols >> $output_objdir/$soname.def; |
| | fi~ |
| | $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' |
| | else |
| | ld_shlibs_F77=no |
| | fi |
;; | | ;; |
| | |
darwin* | rhapsody*) | | interix3*) |
# PIC is the default on this platform | | hardcode_direct_F77=no |
# Common symbols not allowed in MH_DYLIB files | | hardcode_shlibpath_var_F77=no |
lt_prog_compiler_pic_F77='-fno-common' | | hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' |
| | export_dynamic_flag_spec_F77='${wl}-E' |
| | # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. |
| | # Instead, shared libraries are loaded at an image base (0x10000000 by |
| | # default) and relocated if they conflict, which is a slow very memory |
| | # consuming and fragmenting process. To avoid this, we pick a random, |
| | # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link |
| | # time. Moving up from 0x10000000 also allows more sbrk(2) space. |
| | archive_cmds_F77='$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_F77='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' |
;; | | ;; |
| | |
msdosdjgpp*) | | linux* | k*bsd*-gnu) |
# Just because we use GCC doesn't mean we suddenly get shared libraries | | if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then |
# on systems that don't support them. | | tmp_addflag= |
lt_prog_compiler_can_build_shared_F77=no | | case $cc_basename,$host_cpu in |
enable_shared=no | | pgcc*) # Portland Group C compiler |
| | whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' |
| | tmp_addflag=' $pic_flag' |
| | ;; |
| | pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers |
| | whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' |
| | tmp_addflag=' $pic_flag -Mnomain' ;; |
| | ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 |
| | tmp_addflag=' -i_dynamic' ;; |
| | efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 |
| | tmp_addflag=' -i_dynamic -nofor_main' ;; |
| | ifc* | ifort*) # Intel Fortran compiler |
| | tmp_addflag=' -nofor_main' ;; |
| | esac |
| | archive_cmds_F77='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' |
| | |
| | if test $supports_anon_versioning = yes; then |
| | archive_expsym_cmds_F77='$echo "{ global:" > $output_objdir/$libname.ver~ |
| | cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ |
| | $echo "local: *; };" >> $output_objdir/$libname.ver~ |
| | $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' |
| | fi |
| | link_all_deplibs_F77=no |
| | else |
| | ld_shlibs_F77=no |
| | fi |
;; | | ;; |
| | |
sysv4*MP*) | | netbsd* | netbsdelf*-gnu) |
if test -d /usr/nec; then | | if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then |
lt_prog_compiler_pic_F77=-Kconform_pic | | archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' |
| | wlarc= |
| | else |
| | archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' |
| | archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' |
fi | | fi |
;; | | ;; |
| | |
hpux*) | | solaris*) |
# PIC is the default for IA64 HP-UX and 64-bit HP-UX, but | | if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then |
# not for PA HP-UX. | | ld_shlibs_F77=no |
case "$host_cpu" in | | cat <<EOF 1>&2 |
hppa*64*|ia64*) | | |
# +Z the default | | *** Warning: The releases 2.8.* of the GNU linker cannot reliably |
| | *** create shared libraries on Solaris systems. Therefore, libtool |
| | *** is disabling shared libraries support. We urge you to upgrade GNU |
| | *** binutils to release 2.9.1 or newer. Another option is to modify |
| | *** your PATH or compiler configuration so that the native linker is |
| | *** used, and then restart. |
| | |
| | EOF |
| | elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then |
| | archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' |
| | archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' |
| | else |
| | ld_shlibs_F77=no |
| | fi |
| | ;; |
| | |
| | sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) |
| | case `$LD -v 2>&1` in |
| | *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) |
| | ld_shlibs_F77=no |
| | cat <<_LT_EOF 1>&2 |
| | |
| | *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not |
| | *** reliably create shared libraries on SCO systems. Therefore, libtool |
| | *** is disabling shared libraries support. We urge you to upgrade GNU |
| | *** binutils to release 2.16.91.0.3 or newer. Another option is to modify |
| | *** your PATH or compiler configuration so that the native linker is |
| | *** used, and then restart. |
| | |
| | _LT_EOF |
;; | | ;; |
*) | | *) |
lt_prog_compiler_pic_F77='-fPIC' | | if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then |
| | hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' |
| | archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib' |
| | archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib' |
| | else |
| | ld_shlibs_F77=no |
| | fi |
;; | | ;; |
esac | | esac |
;; | | ;; |
| | |
*) | | sunos4*) |
lt_prog_compiler_pic_F77='-fPIC' | | archive_cmds_F77='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' |
;; | | wlarc= |
esac | | hardcode_direct_F77=yes |
else | | hardcode_shlibpath_var_F77=no |
# PORTME Check for flag to pass linker flags through the system compiler. | | |
case $host_os in | | |
aix*) | | |
lt_prog_compiler_wl_F77='-Wl,' | | |
if test "$host_cpu" = ia64; then | | |
# AIX 5 now supports IA64 processor | | |
lt_prog_compiler_static_F77='-Bstatic' | | |
else | | |
lt_prog_compiler_static_F77='-bnso -bI:/lib/syscalls.exp' | | |
fi | | |
;; | | |
| | |
mingw* | pw32* | os2*) | | |
# 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). | | |
lt_prog_compiler_pic_F77='-DDLL_EXPORT' | | |
;; | | ;; |
| | |
hpux9* | hpux10* | hpux11*) | | |
lt_prog_compiler_wl_F77='-Wl,' | | |
# PIC is the default for IA64 HP-UX and 64-bit HP-UX, but | | |
# not for PA HP-UX. | | |
case "$host_cpu" in | | |
hppa*64*|ia64*) | | |
# +Z the default | | |
;; | | |
*) | | *) |
lt_prog_compiler_pic_F77='+Z' | | if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then |
| | archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' |
| | archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' |
| | else |
| | ld_shlibs_F77=no |
| | fi |
;; | | ;; |
esac | | esac |
# Is there a better lt_prog_compiler_static that works with the bundled CC? | | |
lt_prog_compiler_static_F77='${wl}-a ${wl}archive' | | |
;; | | |
| | |
irix5* | irix6* | nonstopux*) | | if test "$ld_shlibs_F77" = no; then |
lt_prog_compiler_wl_F77='-Wl,' | | runpath_var= |
# PIC (with -KPIC) is the default. | | hardcode_libdir_flag_spec_F77= |
lt_prog_compiler_static_F77='-non_shared' | | export_dynamic_flag_spec_F77= |
| | whole_archive_flag_spec_F77= |
| | fi |
| | else |
| | # PORTME fill in a description of your system's linker (not GNU ld) |
| | case $host_os in |
| | aix3*) |
| | allow_undefined_flag_F77=unsupported |
| | always_export_symbols_F77=yes |
| | archive_expsym_cmds_F77='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' |
| | # Note: this linker hardcodes the directories in LIBPATH if there |
| | # are no directories specified by -L. |
| | hardcode_minus_L_F77=yes |
| | if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then |
| | # Neither direct hardcoding nor static linking is supported with a |
| | # broken collect2. |
| | hardcode_direct_F77=unsupported |
| | fi |
;; | | ;; |
| | |
newsos6) | | aix4* | aix5*) |
lt_prog_compiler_pic_F77='-KPIC' | | if test "$host_cpu" = ia64; then |
lt_prog_compiler_static_F77='-Bstatic' | | # On IA64, the linker does run time linking by default, so we don't |
;; | | # have to do anything special. |
| | aix_use_runtimelinking=no |
| | exp_sym_flag='-Bexport' |
| | no_entry_flag="" |
| | else |
| | # If we're using GNU nm, then we don't want the "-C" option. |
| | # -C means demangle to AIX nm, but means don't demangle with GNU nm |
| | if $NM -V 2>&1 | grep 'GNU' > /dev/null; then |
| | export_symbols_cmds_F77='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' |
| | else |
| | export_symbols_cmds_F77='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' |
| | fi |
| | aix_use_runtimelinking=no |
| | |
linux*) | | # Test if we are trying to use run time linking or normal |
case $CC in | | # AIX style linking. If -brtl is somewhere in LDFLAGS, we |
icc* | ecc*) | | # need to do runtime linking. |
lt_prog_compiler_wl_F77='-Wl,' | | case $host_os in aix4.[23]|aix4.[23].*|aix5*) |
lt_prog_compiler_pic_F77='-KPIC' | | for ld_flag in $LDFLAGS; do |
lt_prog_compiler_static_F77='-static' | | if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then |
;; | | aix_use_runtimelinking=yes |
ccc*) | | break |
lt_prog_compiler_wl_F77='-Wl,' | | fi |
# All Alpha code is PIC. | | done |
lt_prog_compiler_static_F77='-non_shared' | | |
;; | | ;; |
esac | | esac |
;; | | |
| | |
osf3* | osf4* | osf5*) | | |
lt_prog_compiler_wl_F77='-Wl,' | | |
# All OSF/1 code is PIC. | | |
lt_prog_compiler_static_F77='-non_shared' | | |
;; | | |
| | |
sco3.2v5*) | | |
lt_prog_compiler_pic_F77='-Kpic' | | |
lt_prog_compiler_static_F77='-dn' | | |
;; | | |
| | |
solaris*) | | exp_sym_flag='-bexport' |
lt_prog_compiler_wl_F77='-Wl,' | | no_entry_flag='-bnoentry' |
lt_prog_compiler_pic_F77='-KPIC' | | fi |
lt_prog_compiler_static_F77='-Bstatic' | | |
;; | | |
| | |
sunos4*) | | # When large executables or shared objects are built, AIX ld can |
lt_prog_compiler_wl_F77='-Qoption ld ' | | # have problems creating the table of contents. If linking a library |
lt_prog_compiler_pic_F77='-PIC' | | # or program results in "error TOC overflow" add -mminimal-toc to |
lt_prog_compiler_static_F77='-Bstatic' | | # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not |
;; | | # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. |
| | |
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) | | archive_cmds_F77='' |
lt_prog_compiler_wl_F77='-Wl,' | | hardcode_direct_F77=yes |
lt_prog_compiler_pic_F77='-KPIC' | | hardcode_libdir_separator_F77=':' |
lt_prog_compiler_static_F77='-Bstatic' | | link_all_deplibs_F77=yes |
;; | | |
| | |
sysv4*MP*) | | if test "$GCC" = yes; then |
if test -d /usr/nec ;then | | case $host_os in aix4.[012]|aix4.[012].*) |
lt_prog_compiler_pic_F77='-Kconform_pic' | | # We only want to do this on AIX 4.2 and lower, the check |
lt_prog_compiler_static_F77='-Bstatic' | | # below for broken collect2 doesn't work under 4.3+ |
| | collect2name=`${CC} -print-prog-name=collect2` |
| | if test -f "$collect2name" && \ |
| | strings "$collect2name" | grep resolve_lib_name >/dev/null |
| | then |
| | # We have reworked collect2 |
| | hardcode_direct_F77=yes |
| | else |
| | # We have old collect2 |
| | hardcode_direct_F77=unsupported |
| | # It fails to find uninstalled libraries when the uninstalled |
| | # path is not listed in the libpath. Setting hardcode_minus_L |
| | # to unsupported forces relinking |
| | hardcode_minus_L_F77=yes |
| | hardcode_libdir_flag_spec_F77='-L$libdir' |
| | hardcode_libdir_separator_F77= |
fi | | fi |
;; | | ;; |
| | |
uts4*) | | |
lt_prog_compiler_pic_F77='-pic' | | |
lt_prog_compiler_static_F77='-Bstatic' | | |
;; | | |
| | |
*) | | |
lt_prog_compiler_can_build_shared_F77=no | | |
;; | | |
esac | | esac |
| | shared_flag='-shared' |
| | if test "$aix_use_runtimelinking" = yes; then |
| | shared_flag="$shared_flag "'${wl}-G' |
fi | | fi |
| | |
echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5 | | |
echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6 | | |
| | |
# | | |
# Check to make sure the PIC flag actually works. | | |
# | | |
if test -n "$lt_prog_compiler_pic_F77"; then | | |
| | |
echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5 | | |
echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6 | | |
if test "${lt_prog_compiler_pic_works_F77+set}" = set; then | | |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | |
else | | else |
lt_prog_compiler_pic_works_F77=no | | # not using gcc |
ac_outfile=conftest.$ac_objext | | if test "$host_cpu" = ia64; then |
printf "$lt_simple_compile_test_code" > conftest.$ac_ext | | # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release |
lt_compiler_flag="$lt_prog_compiler_pic_F77" | | # chokes on -Wl,-G. The following line is correct: |
# Insert the option either (1) after the last *FLAGS variable, or | | shared_flag='-G' |
# (2) before a word containing "conftest.", or (3) at the end. | | else |
# Note that $ac_compile itself does not contain backslashes and begins | | if test "$aix_use_runtimelinking" = yes; then |
# with a dollar sign (not a hyphen), so the echo should work correctly. | | shared_flag='${wl}-G' |
# The option is referenced via a variable to avoid confusing sed. | | else |
lt_compile=`echo "$ac_compile" | $SED \ | | shared_flag='${wl}-bM:SRE' |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ | | |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | | |
-e 's:$: $lt_compiler_flag:'` | | |
(eval echo "\"\$as_me:13397: $lt_compile\"" >&5) | | |
(eval "$lt_compile" 2>conftest.err) | | |
ac_status=$? | | |
cat conftest.err >&5 | | |
echo "$as_me:13401: \$? = $ac_status" >&5 | | |
if (exit $ac_status) && test -s "$ac_outfile"; then | | |
# The compiler can only warn and ignore the option if not recognized | | |
# So say no if there are warnings | | |
if test ! -s conftest.err; then | | |
lt_prog_compiler_pic_works_F77=yes | | |
fi | | fi |
fi | | fi |
$rm conftest* | | |
| | |
fi | | fi |
echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5 | | |
echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6 | | |
| | |
if test x"$lt_prog_compiler_pic_works_F77" = xyes; then | | # It seems that -bexpall does not export symbols beginning with |
case $lt_prog_compiler_pic_F77 in | | # underscore (_), so it is better to generate a list of symbols to export. |
"" | " "*) ;; | | always_export_symbols_F77=yes |
*) lt_prog_compiler_pic_F77=" $lt_prog_compiler_pic_F77" ;; | | if test "$aix_use_runtimelinking" = yes; then |
| | # Warning - without using the other runtime loading flags (-brtl), |
| | # -berok will link without error, but may produce a broken library. |
| | allow_undefined_flag_F77='-berok' |
| | # Determine the default libpath from the value encoded in an empty executable. |
| | cat >conftest.$ac_ext <<_ACEOF |
| | program main |
| | |
| | end |
| | _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); } && |
| | { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' |
| | { (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); }; } && |
| | { ac_try='test -s conftest$ac_exeext' |
| | { (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 |
| | (eval "$ac_try") 2>&5 |
| | ac_status=$? |
| | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | (exit $ac_status); }; }; then |
| | |
| | aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } |
| | }'` |
| | # Check for a 64-bit object if we didn't find anything. |
| | if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } |
| | }'`; fi |
else | | else |
lt_prog_compiler_pic_F77= | | echo "$as_me: failed program was:" >&5 |
lt_prog_compiler_can_build_shared_F77=no | | sed 's/^/| /' conftest.$ac_ext >&5 |
fi | | |
| | |
fi | | fi |
case "$host_os" in | | |
# For platforms which do not support PIC, -DPIC is meaningless: | | |
*djgpp*) | | |
lt_prog_compiler_pic_F77= | | |
;; | | |
*) | | |
lt_prog_compiler_pic_F77="$lt_prog_compiler_pic_F77" | | |
;; | | |
esac | | |
| | |
echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 | | rm -f core conftest.err conftest.$ac_objext \ |
echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 | | conftest$ac_exeext conftest.$ac_ext |
if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then | | if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | |
| | hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath" |
| | archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" |
else | | else |
lt_cv_prog_compiler_c_o_F77=no | | if test "$host_cpu" = ia64; then |
$rm -r conftest 2>/dev/null | | hardcode_libdir_flag_spec_F77='${wl}-R $libdir:/usr/lib:/lib' |
mkdir conftest | | allow_undefined_flag_F77="-z nodefs" |
cd conftest | | archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" |
mkdir out | | else |
printf "$lt_simple_compile_test_code" > conftest.$ac_ext | | # Determine the default libpath from the value encoded in an empty executable. |
| | cat >conftest.$ac_ext <<_ACEOF |
| | program main |
| | |
lt_compiler_flag="-o out/conftest2.$ac_objext" | | end |
# Insert the option either (1) after the last *FLAGS variable, or | | _ACEOF |
# (2) before a word containing "conftest.", or (3) at the end. | | rm -f conftest.$ac_objext conftest$ac_exeext |
# Note that $ac_compile itself does not contain backslashes and begins | | if { (ac_try="$ac_link" |
# with a dollar sign (not a hyphen), so the echo should work correctly. | | case "(($ac_try" in |
lt_compile=`echo "$ac_compile" | $SED \ | | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ | | *) ac_try_echo=$ac_try;; |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | | esac |
-e 's:$: $lt_compiler_flag:'` | | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
(eval echo "\"\$as_me:13457: $lt_compile\"" >&5) | | (eval "$ac_link") 2>conftest.er1 |
(eval "$lt_compile" 2>out/conftest.err) | | |
ac_status=$? | | ac_status=$? |
cat out/conftest.err >&5 | | grep -v '^ *+' conftest.er1 >conftest.err |
echo "$as_me:13461: \$? = $ac_status" >&5 | | rm -f conftest.er1 |
if (exit $ac_status) && test -s out/conftest2.$ac_objext | | cat conftest.err >&5 |
then | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
# The compiler can only warn and ignore the option if not recognized | | (exit $ac_status); } && |
# So say no if there are warnings | | { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' |
if test ! -s out/conftest.err; then | | { (case "(($ac_try" in |
lt_cv_prog_compiler_c_o_F77=yes | | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
fi | | *) ac_try_echo=$ac_try;; |
fi | | esac |
chmod u+w . | | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
$rm conftest* | | (eval "$ac_try") 2>&5 |
# SGI C++ compiler will create directory out/ii_files/ for | | ac_status=$? |
# template instantiation | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files | | (exit $ac_status); }; } && |
$rm out/* && rmdir out | | { ac_try='test -s conftest$ac_exeext' |
cd .. | | { (case "(($ac_try" in |
rmdir conftest | | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
$rm conftest* | | *) ac_try_echo=$ac_try;; |
| | esac |
fi | | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5 | | (eval "$ac_try") 2>&5 |
echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6 | | ac_status=$? |
| | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | (exit $ac_status); }; }; then |
| | |
hard_links="nottested" | | aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } |
if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then | | }'` |
# do not overwrite the value of need_locks provided by the user | | # Check for a 64-bit object if we didn't find anything. |
echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 | | if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } |
echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6 | | }'`; fi |
hard_links=yes | | |
$rm conftest* | | |
ln conftest.a conftest.b 2>/dev/null && hard_links=no | | |
touch conftest.a | | |
ln conftest.a conftest.b 2>&5 || hard_links=no | | |
ln conftest.a conftest.b 2>/dev/null && hard_links=no | | |
echo "$as_me:$LINENO: result: $hard_links" >&5 | | |
echo "${ECHO_T}$hard_links" >&6 | | |
if test "$hard_links" = no; then | | |
{ echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 | | |
echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} | | |
need_locks=warn | | |
fi | | |
else | | else |
need_locks=no | | echo "$as_me: failed program was:" >&5 |
fi | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | |
echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 | | |
echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 | | |
| | |
runpath_var= | | |
allow_undefined_flag_F77= | | |
enable_shared_with_static_runtimes_F77=no | | |
archive_cmds_F77= | | |
archive_expsym_cmds_F77= | | |
old_archive_From_new_cmds_F77= | | |
old_archive_from_expsyms_cmds_F77= | | |
export_dynamic_flag_spec_F77= | | |
whole_archive_flag_spec_F77= | | |
thread_safe_flag_spec_F77= | | |
hardcode_libdir_flag_spec_F77= | | |
hardcode_libdir_flag_spec_ld_F77= | | |
hardcode_libdir_separator_F77= | | |
hardcode_direct_F77=no | | |
hardcode_minus_L_F77=no | | |
hardcode_shlibpath_var_F77=unsupported | | |
link_all_deplibs_F77=unknown | | |
hardcode_automatic_F77=no | | |
module_cmds_F77= | | |
module_expsym_cmds_F77= | | |
always_export_symbols_F77=no | | |
export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' | | |
# include_expsyms should be a list of space-separated symbols to be *always* | | |
# included in the symbol list | | |
include_expsyms_F77= | | |
# exclude_expsyms can be an extended regexp of symbols to exclude | | |
# it will be wrapped by ` (' and `)$', so one must not match beginning or | | |
# end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', | | |
# as well as any symbol that contains `d'. | | |
exclude_expsyms_F77="_GLOBAL_OFFSET_TABLE_" | | |
# 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 | | |
# the symbol is explicitly referenced. Since portable code cannot | | |
# rely on this symbol name, it's probably fine to never include it in | | |
# preloaded symbol tables. | | |
extract_expsyms_cmds= | | |
| | |
case $host_os in | | |
cygwin* | mingw* | pw32*) | | |
# FIXME: the MSVC++ port hasn't been tested in a loooong time | | |
# When not using gcc, we currently assume that we are using | | |
# Microsoft Visual C++. | | |
if test "$GCC" != yes; then | | |
with_gnu_ld=no | | |
fi | | fi |
;; | | |
openbsd*) | | |
with_gnu_ld=no | | |
;; | | |
esac | | |
| | |
ld_shlibs_F77=yes | | |
if test "$with_gnu_ld" = yes; then | | |
# If archive_cmds runs LD, not CC, wlarc should be empty | | |
wlarc='${wl}' | | |
| | |
# See if GNU ld supports shared libraries. | | |
case $host_os in | | |
aix3* | aix4* | aix5*) | | |
# On AIX/PPC, the GNU linker is very broken | | |
if test "$host_cpu" != ia64; then | | |
ld_shlibs_F77=no | | |
cat <<EOF 1>&2 | | |
| | |
*** Warning: the GNU linker, at least up to release 2.9.1, is reported | | rm -f core conftest.err conftest.$ac_objext \ |
*** to be unable to reliably create shared libraries on AIX. | | conftest$ac_exeext conftest.$ac_ext |
*** Therefore, libtool is disabling shared libraries support. If you | | if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
*** really care for shared libraries, you may want to modify your PATH | | |
*** so that a non-GNU linker is found, and then restart. | | |
| | |
EOF | | hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath" |
| | # Warning - without using the other run time loading flags, |
| | # -berok will link without error, but may produce a broken library. |
| | no_undefined_flag_F77=' ${wl}-bernotok' |
| | allow_undefined_flag_F77=' ${wl}-berok' |
| | # Exported symbols can be pulled into shared objects from archives |
| | whole_archive_flag_spec_F77='$convenience' |
| | archive_cmds_need_lc_F77=yes |
| | # This is similar to how AIX traditionally builds its shared libraries. |
| | archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' |
| | fi |
fi | | fi |
;; | | ;; |
| | |
| | |
archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' | | archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' |
hardcode_libdir_flag_spec_F77='-L$libdir' | | hardcode_libdir_flag_spec_F77='-L$libdir' |
hardcode_minus_L_F77=yes | | hardcode_minus_L_F77=yes |
| | # see comment about different semantics on the GNU ld section |
# Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports | | |
# that the semantics of dynamic libraries on AmigaOS, at least up | | |
# to version 4, is to share data among multiple programs linked | | |
# with the same dynamic library. Since this doesn't match the | | |
# behavior of shared libraries on other platforms, we can't use | | |
# them. | | |
ld_shlibs_F77=no | | ld_shlibs_F77=no |
;; | | ;; |
| | |
beos*) | | bsdi[45]*) |
if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then | | export_dynamic_flag_spec_F77=-rdynamic |
allow_undefined_flag_F77=unsupported | | |
# Joseph Beckenbach <jrb3@best.com> says some releases of gcc | | |
# support --undefined. This deserves some investigation. FIXME | | |
archive_cmds_F77='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | | |
else | | |
ld_shlibs_F77=no | | |
fi | | |
;; | | ;; |
| | |
cygwin* | mingw* | pw32*) | | cygwin* | mingw* | pw32*) |
# _LT_AC_TAGVAR(hardcode_libdir_flag_spec, F77) is actually meaningless, | | # When not using gcc, we currently assume that we are using |
# as there is no search path for DLLs. | | # Microsoft Visual C++. |
hardcode_libdir_flag_spec_F77='-L$libdir' | | # hardcode_libdir_flag_spec is actually meaningless, as there is |
| | # no search path for DLLs. |
| | hardcode_libdir_flag_spec_F77=' ' |
allow_undefined_flag_F77=unsupported | | allow_undefined_flag_F77=unsupported |
always_export_symbols_F77=no | | # Tell ltmain to make .lib files, not .a files. |
| | libext=lib |
| | # Tell ltmain to make .dll files, not .so files. |
| | shrext_cmds=".dll" |
| | # FIXME: Setting linknames here is a bad hack. |
| | archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' |
| | # The linker will automatically build a .lib file if we build a DLL. |
| | old_archive_From_new_cmds_F77='true' |
| | # FIXME: Should let the user specify the lib program. |
| | old_archive_cmds_F77='lib /OUT:$oldlib$oldobjs$old_deplibs' |
| | fix_srcfile_path_F77='`cygpath -w "$srcfile"`' |
enable_shared_with_static_runtimes_F77=yes | | enable_shared_with_static_runtimes_F77=yes |
export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' | | ;; |
| | |
if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then | | darwin* | rhapsody*) |
archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' | | case $host_os in |
# If the export-symbols file already is a .def file (1st line | | rhapsody* | darwin1.[012]) |
# is EXPORTS), use it as is; otherwise, prepend... | | allow_undefined_flag_F77='${wl}-undefined ${wl}suppress' |
archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then | | ;; |
cp $export_symbols $output_objdir/$soname.def; | | *) # Darwin 1.3 on |
else | | if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then |
echo EXPORTS > $output_objdir/$soname.def; | | allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' |
cat $export_symbols >> $output_objdir/$soname.def; | | |
fi~ | | |
$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' | | |
else | | else |
ld_shlibs=no | | case ${MACOSX_DEPLOYMENT_TARGET} in |
| | 10.[012]) |
| | allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' |
| | ;; |
| | 10.*) |
| | allow_undefined_flag_F77='${wl}-undefined ${wl}dynamic_lookup' |
| | ;; |
| | esac |
fi | | fi |
;; | | ;; |
| | esac |
netbsd* | netbsdelf*-gnu | knetbsd*-gnu) | | archive_cmds_need_lc_F77=no |
if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then | | hardcode_direct_F77=no |
archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' | | hardcode_automatic_F77=yes |
wlarc= | | hardcode_shlibpath_var_F77=unsupported |
| | whole_archive_flag_spec_F77='' |
| | link_all_deplibs_F77=yes |
| | if test "$GCC" = yes ; then |
| | output_verbose_link_cmd='echo' |
| | archive_cmds_F77='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' |
| | module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' |
| | # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds |
| | archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' |
| | module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' |
else | | else |
archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | | case $cc_basename in |
archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | | xlc*) |
fi | | output_verbose_link_cmd='echo' |
| | archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' |
| | module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' |
| | # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds |
| | archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' |
| | module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' |
;; | | ;; |
| | *) |
solaris* | sysv5*) | | |
if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then | | |
ld_shlibs_F77=no | | ld_shlibs_F77=no |
cat <<EOF 1>&2 | | ;; |
| | esac |
| | fi |
| | ;; |
| | |
*** Warning: The releases 2.8.* of the GNU linker cannot reliably | | dgux*) |
*** create shared libraries on Solaris systems. Therefore, libtool | | archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' |
*** is disabling shared libraries support. We urge you to upgrade GNU | | hardcode_libdir_flag_spec_F77='-L$libdir' |
*** binutils to release 2.9.1 or newer. Another option is to modify | | hardcode_shlibpath_var_F77=no |
*** your PATH or compiler configuration so that the native linker is | | ;; |
*** used, and then restart. | | |
| | |
EOF | | freebsd1*) |
elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then | | |
archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | | |
archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | | |
else | | |
ld_shlibs_F77=no | | ld_shlibs_F77=no |
fi | | |
;; | | ;; |
| | |
sunos4*) | | # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor |
archive_cmds_F77='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' | | # support. Future versions do this automatically, but an explicit c++rt0.o |
wlarc= | | # does not break anything, and helps significantly (at the cost of a little |
| | # extra space). |
| | freebsd2.2*) |
| | archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' |
| | hardcode_libdir_flag_spec_F77='-R$libdir' |
hardcode_direct_F77=yes | | hardcode_direct_F77=yes |
hardcode_shlibpath_var_F77=no | | hardcode_shlibpath_var_F77=no |
;; | | ;; |
| | |
linux*) | | # Unfortunately, older versions of FreeBSD 2 do not have this feature. |
if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then | | freebsd2*) |
tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | | archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' |
archive_cmds_F77="$tmp_archive_cmds" | | hardcode_direct_F77=yes |
supports_anon_versioning=no | | hardcode_minus_L_F77=yes |
case `$LD -v 2>/dev/null` in | | hardcode_shlibpath_var_F77=no |
*\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 | | |
*\ 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.*) ;; # other 2.11 versions | | |
*) supports_anon_versioning=yes ;; | | |
esac | | |
if test $supports_anon_versioning = yes; then | | |
archive_expsym_cmds_F77='$echo "{ global:" > $output_objdir/$libname.ver~ | | |
cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ | | |
$echo "local: *; };" >> $output_objdir/$libname.ver~ | | |
$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' | | |
else | | |
archive_expsym_cmds_F77="$tmp_archive_cmds" | | |
fi | | |
link_all_deplibs_F77=no | | |
else | | |
ld_shlibs_F77=no | | |
fi | | |
;; | | ;; |
| | |
*) | | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. |
if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then | | freebsd* | dragonfly*) |
archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | | archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' |
archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | | hardcode_libdir_flag_spec_F77='-R$libdir' |
| | hardcode_direct_F77=yes |
| | hardcode_shlibpath_var_F77=no |
| | ;; |
| | |
| | hpux9*) |
| | if test "$GCC" = yes; then |
| | archive_cmds_F77='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' |
else | | else |
ld_shlibs_F77=no | | archive_cmds_F77='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' |
fi | | fi |
| | hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir' |
| | hardcode_libdir_separator_F77=: |
| | hardcode_direct_F77=yes |
| | |
| | # hardcode_minus_L: Not really in the search PATH, |
| | # but as the default location of the library. |
| | hardcode_minus_L_F77=yes |
| | export_dynamic_flag_spec_F77='${wl}-E' |
;; | | ;; |
esac | | |
| | |
if test "$ld_shlibs_F77" = yes; then | | hpux10*) |
runpath_var=LD_RUN_PATH | | if test "$GCC" = yes -a "$with_gnu_ld" = no; then |
hardcode_libdir_flag_spec_F77='${wl}--rpath ${wl}$libdir' | | archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' |
export_dynamic_flag_spec_F77='${wl}--export-dynamic' | | |
# ancient GNU ld didn't support --whole-archive et. al. | | |
if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then | | |
whole_archive_flag_spec_F77="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' | | |
else | | else |
whole_archive_flag_spec_F77= | | archive_cmds_F77='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' |
fi | | |
fi | | fi |
else | | if test "$with_gnu_ld" = no; then |
# PORTME fill in a description of your system's linker (not GNU ld) | | hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir' |
case $host_os in | | hardcode_libdir_separator_F77=: |
aix3*) | | |
allow_undefined_flag_F77=unsupported | | hardcode_direct_F77=yes |
always_export_symbols_F77=yes | | export_dynamic_flag_spec_F77='${wl}-E' |
archive_expsym_cmds_F77='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' | | |
# Note: this linker hardcodes the directories in LIBPATH if there | | # hardcode_minus_L: Not really in the search PATH, |
# are no directories specified by -L. | | # but as the default location of the library. |
hardcode_minus_L_F77=yes | | hardcode_minus_L_F77=yes |
if test "$GCC" = yes && test -z "$link_static_flag"; then | | |
# Neither direct hardcoding nor static linking is supported with a | | |
# broken collect2. | | |
hardcode_direct_F77=unsupported | | |
fi | | fi |
;; | | ;; |
| | |
aix4* | aix5*) | | hpux11*) |
if test "$host_cpu" = ia64; then | | if test "$GCC" = yes -a "$with_gnu_ld" = no; then |
# On IA64, the linker does run time linking by default, so we don't | | case $host_cpu in |
# have to do anything special. | | hppa*64*) |
aix_use_runtimelinking=no | | archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' |
exp_sym_flag='-Bexport' | | ;; |
no_entry_flag="" | | ia64*) |
else | | archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' |
# If we're using GNU nm, then we don't want the "-C" option. | | ;; |
# -C means demangle to AIX nm, but means don't demangle with GNU nm | | *) |
if $NM -V 2>&1 | grep 'GNU' > /dev/null; then | | archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' |
export_symbols_cmds_F77='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' | | ;; |
| | esac |
else | | else |
export_symbols_cmds_F77='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' | | case $host_cpu in |
| | hppa*64*) |
| | archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' |
| | ;; |
| | ia64*) |
| | archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' |
| | ;; |
| | *) |
| | archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' |
| | ;; |
| | esac |
fi | | fi |
aix_use_runtimelinking=no | | if test "$with_gnu_ld" = no; then |
| | hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir' |
| | hardcode_libdir_separator_F77=: |
| | |
# Test if we are trying to use run time linking or normal | | case $host_cpu in |
# AIX style linking. If -brtl is somewhere in LDFLAGS, we | | hppa*64*|ia64*) |
# need to do runtime linking. | | hardcode_libdir_flag_spec_ld_F77='+b $libdir' |
case $host_os in aix4.[23]|aix4.[23].*|aix5*) | | hardcode_direct_F77=no |
for ld_flag in $LDFLAGS; do | | hardcode_shlibpath_var_F77=no |
if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then | | ;; |
aix_use_runtimelinking=yes | | *) |
break | | hardcode_direct_F77=yes |
fi | | export_dynamic_flag_spec_F77='${wl}-E' |
done | | |
| | # hardcode_minus_L: Not really in the search PATH, |
| | # but as the default location of the library. |
| | hardcode_minus_L_F77=yes |
| | ;; |
esac | | esac |
| | fi |
| | ;; |
| | |
exp_sym_flag='-bexport' | | irix5* | irix6* | nonstopux*) |
no_entry_flag='-bnoentry' | | if test "$GCC" = yes; then |
| | archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' |
| | else |
| | archive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' |
| | hardcode_libdir_flag_spec_ld_F77='-rpath $libdir' |
fi | | fi |
| | hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' |
| | hardcode_libdir_separator_F77=: |
| | link_all_deplibs_F77=yes |
| | ;; |
| | |
# When large executables or shared objects are built, AIX ld can | | netbsd* | netbsdelf*-gnu) |
# have problems creating the table of contents. If linking a library | | if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then |
# or program results in "error TOC overflow" add -mminimal-toc to | | archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out |
# CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not | | else |
# enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. | | archive_cmds_F77='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF |
| | fi |
| | hardcode_libdir_flag_spec_F77='-R$libdir' |
| | hardcode_direct_F77=yes |
| | hardcode_shlibpath_var_F77=no |
| | ;; |
| | |
archive_cmds_F77='' | | newsos6) |
| | archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' |
hardcode_direct_F77=yes | | hardcode_direct_F77=yes |
hardcode_libdir_separator_F77=':' | | hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' |
link_all_deplibs_F77=yes | | hardcode_libdir_separator_F77=: |
| | hardcode_shlibpath_var_F77=no |
| | ;; |
| | |
if test "$GCC" = yes; then | | openbsd*) |
case $host_os in aix4.012|aix4.012.*) | | |
# We only want to do this on AIX 4.2 and lower, the check | | |
# below for broken collect2 doesn't work under 4.3+ | | |
collect2name=`${CC} -print-prog-name=collect2` | | |
if test -f "$collect2name" && \ | | |
strings "$collect2name" | grep resolve_lib_name >/dev/null | | |
then | | |
# We have reworked collect2 | | |
hardcode_direct_F77=yes | | hardcode_direct_F77=yes |
| | hardcode_shlibpath_var_F77=no |
| | if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then |
| | archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' |
| | archive_expsym_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' |
| | hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' |
| | export_dynamic_flag_spec_F77='${wl}-E' |
else | | else |
# We have old collect2 | | case $host_os in |
hardcode_direct_F77=unsupported | | openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) |
# It fails to find uninstalled libraries when the uninstalled | | archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' |
# path is not listed in the libpath. Setting hardcode_minus_L | | hardcode_libdir_flag_spec_F77='-R$libdir' |
# to unsupported forces relinking | | ;; |
hardcode_minus_L_F77=yes | | *) |
hardcode_libdir_flag_spec_F77='-L$libdir' | | archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' |
hardcode_libdir_separator_F77= | | hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' |
fi | | ;; |
esac | | esac |
shared_flag='-shared' | | |
else | | |
# not using gcc | | |
if test "$host_cpu" = ia64; then | | |
# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release | | |
# chokes on -Wl,-G. The following line is correct: | | |
shared_flag='-G' | | |
else | | |
if test "$aix_use_runtimelinking" = yes; then | | |
shared_flag='${wl}-G' | | |
else | | |
shared_flag='${wl}-bM:SRE' | | |
fi | | fi |
fi | | ;; |
fi | | |
| | |
# It seems that -bexpall does not export symbols beginning with | | |
# underscore (_), so it is better to generate a list of symbols to export. | | |
always_export_symbols_F77=yes | | |
if test "$aix_use_runtimelinking" = yes; then | | |
# Warning - without using the other runtime loading flags (-brtl), | | |
# -berok will link without error, but may produce a broken library. | | |
allow_undefined_flag_F77='-berok' | | |
# Determine the default libpath from the value encoded in an empty executable. | | |
cat >conftest.$ac_ext <<_ACEOF | | |
program main | | |
| | |
end | | os2*) |
_ACEOF | | hardcode_libdir_flag_spec_F77='-L$libdir' |
rm -f conftest.$ac_objext conftest$ac_exeext | | hardcode_minus_L_F77=yes |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | allow_undefined_flag_F77=unsupported |
(eval $ac_link) 2>conftest.er1 | | archive_cmds_F77='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' |
ac_status=$? | | old_archive_From_new_cmds_F77='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' |
grep -v '^ *+' conftest.er1 >conftest.err | | ;; |
rm -f conftest.er1 | | |
cat conftest.err >&5 | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); } && | | |
{ ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; } && | | |
{ ac_try='test -s conftest$ac_exeext' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; }; then | | |
| | |
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } | | osf3*) |
}'` | | if test "$GCC" = yes; then |
# Check for a 64-bit object if we didn't find anything. | | allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*' |
if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } | | archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' |
}'`; fi | | |
else | | else |
echo "$as_me: failed program was:" >&5 | | allow_undefined_flag_F77=' -expect_unresolved \*' |
sed 's/^/| /' conftest.$ac_ext >&5 | | archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' |
| | |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' |
conftest$ac_exeext conftest.$ac_ext | | hardcode_libdir_separator_F77=: |
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | | ;; |
| | |
hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath" | | |
archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" | | |
else | | |
if test "$host_cpu" = ia64; then | | |
hardcode_libdir_flag_spec_F77='${wl}-R $libdir:/usr/lib:/lib' | | |
allow_undefined_flag_F77="-z nodefs" | | |
archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols" | | |
else | | |
# Determine the default libpath from the value encoded in an empty executable. | | |
cat >conftest.$ac_ext <<_ACEOF | | |
program main | | |
| | |
end | | |
_ACEOF | | |
rm -f conftest.$ac_objext conftest$ac_exeext | | |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } && | | |
{ ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; } && | | |
{ ac_try='test -s conftest$ac_exeext' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; }; then | | |
| | |
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } | | osf4* | osf5*) # as osf3* with the addition of -msym flag |
}'` | | if test "$GCC" = yes; then |
# Check for a 64-bit object if we didn't find anything. | | allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*' |
if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } | | archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' |
}'`; fi | | hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' |
else | | else |
echo "$as_me: failed program was:" >&5 | | allow_undefined_flag_F77=' -expect_unresolved \*' |
sed 's/^/| /' conftest.$ac_ext >&5 | | archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' |
| | archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ |
| | $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp' |
| | |
| | # Both c and cxx compiler support -rpath directly |
| | hardcode_libdir_flag_spec_F77='-rpath $libdir' |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | hardcode_libdir_separator_F77=: |
conftest$ac_exeext conftest.$ac_ext | | ;; |
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | | |
| | |
hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath" | | solaris*) |
# Warning - without using the other run time loading flags, | | no_undefined_flag_F77=' -z text' |
# -berok will link without error, but may produce a broken library. | | if test "$GCC" = yes; then |
no_undefined_flag_F77=' ${wl}-bernotok' | | wlarc='${wl}' |
allow_undefined_flag_F77=' ${wl}-berok' | | archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' |
# -bexpall does not export symbols beginning with underscore (_) | | archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ |
always_export_symbols_F77=yes | | $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' |
# Exported symbols can be pulled into shared objects from archives | | else |
whole_archive_flag_spec_F77=' ' | | wlarc='' |
archive_cmds_need_lc_F77=yes | | archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' |
# This is similar to how AIX traditionally builds it's shared libraries. | | archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ |
archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' | | $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' |
fi | | |
fi | | fi |
| | hardcode_libdir_flag_spec_F77='-R$libdir' |
| | hardcode_shlibpath_var_F77=no |
| | case $host_os in |
| | solaris2.[0-5] | solaris2.[0-5].*) ;; |
| | *) |
| | # The compiler driver will combine linker options so we |
| | # cannot just pass the convience library names through |
| | # without $wl, iff we do not link with $LD. |
| | # Luckily, gcc supports the same syntax we need for Sun Studio. |
| | # Supported since Solaris 2.6 (maybe 2.5.1?) |
| | case $wlarc in |
| | '') |
| | whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract' ;; |
| | *) |
| | whole_archive_flag_spec_F77='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;; |
| | esac ;; |
| | esac |
| | link_all_deplibs_F77=yes |
;; | | ;; |
| | |
amigaos*) | | sunos4*) |
archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' | | if test "x$host_vendor" = xsequent; then |
| | # Use $CC to link under sequent, because it throws in some extra .o |
| | # files that make .init and .fini sections work. |
| | archive_cmds_F77='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' |
| | else |
| | archive_cmds_F77='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' |
| | fi |
hardcode_libdir_flag_spec_F77='-L$libdir' | | hardcode_libdir_flag_spec_F77='-L$libdir' |
| | hardcode_direct_F77=yes |
hardcode_minus_L_F77=yes | | hardcode_minus_L_F77=yes |
# see comment about different semantics on the GNU ld section | | hardcode_shlibpath_var_F77=no |
ld_shlibs_F77=no | | |
;; | | ;; |
| | |
bsdi4*) | | sysv4) |
export_dynamic_flag_spec_F77=-rdynamic | | case $host_vendor in |
| | sni) |
| | archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' |
| | hardcode_direct_F77=yes # is this really true??? |
;; | | ;; |
| | siemens) |
cygwin* | mingw* | pw32*) | | ## LD is ld it makes a PLAMLIB |
# When not using gcc, we currently assume that we are using | | ## CC just makes a GrossModule. |
# Microsoft Visual C++. | | archive_cmds_F77='$LD -G -o $lib $libobjs $deplibs $linker_flags' |
# hardcode_libdir_flag_spec is actually meaningless, as there is | | reload_cmds_F77='$CC -r -o $output$reload_objs' |
# no search path for DLLs. | | hardcode_direct_F77=no |
hardcode_libdir_flag_spec_F77=' ' | | |
allow_undefined_flag_F77=unsupported | | |
# Tell ltmain to make .lib files, not .a files. | | |
libext=lib | | |
# Tell ltmain to make .dll files, not .so files. | | |
shrext_cmds=".dll" | | |
# FIXME: Setting linknames here is a bad hack. | | |
archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' | | |
# The linker will automatically build a .lib file if we build a DLL. | | |
old_archive_From_new_cmds_F77='true' | | |
# FIXME: Should let the user specify the lib program. | | |
old_archive_cmds_F77='lib /OUT:$oldlib$oldobjs$old_deplibs' | | |
fix_srcfile_path='`cygpath -w "$srcfile"`' | | |
enable_shared_with_static_runtimes_F77=yes | | |
;; | | ;; |
| | motorola) |
darwin* | rhapsody*) | | archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' |
if test "$GXX" = yes ; then | | hardcode_direct_F77=no #Motorola manual says yes, but my tests say they lie |
archive_cmds_need_lc_F77=no | | |
case "$host_os" in | | |
rhapsody* | darwin1.[012]) | | |
allow_undefined_flag_F77='-undefined suppress' | | |
;; | | ;; |
*) # Darwin 1.3 on | | esac |
if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then | | runpath_var='LD_RUN_PATH' |
allow_undefined_flag_F77='-flat_namespace -undefined suppress' | | hardcode_shlibpath_var_F77=no |
else | | |
case ${MACOSX_DEPLOYMENT_TARGET} in | | |
10.[012]) | | |
allow_undefined_flag_F77='-flat_namespace -undefined suppress' | | |
;; | | ;; |
10.*) | | |
allow_undefined_flag_F77='-undefined dynamic_lookup' | | sysv4.3*) |
| | archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' |
| | hardcode_shlibpath_var_F77=no |
| | export_dynamic_flag_spec_F77='-Bexport' |
;; | | ;; |
esac | | |
| | sysv4*MP*) |
| | if test -d /usr/nec; then |
| | archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' |
| | hardcode_shlibpath_var_F77=no |
| | runpath_var=LD_RUN_PATH |
| | hardcode_runpath_var=yes |
| | ld_shlibs_F77=yes |
fi | | fi |
;; | | ;; |
esac | | |
lt_int_apple_cc_single_mod=no | | sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7*) |
output_verbose_link_cmd='echo' | | no_undefined_flag_F77='${wl}-z,text' |
if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then | | archive_cmds_need_lc_F77=no |
lt_int_apple_cc_single_mod=yes | | hardcode_shlibpath_var_F77=no |
fi | | runpath_var='LD_RUN_PATH' |
if test "X$lt_int_apple_cc_single_mod" = Xyes ; then | | |
archive_cmds_F77='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' | | if test "$GCC" = yes; then |
else | | archive_cmds_F77='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' |
archive_cmds_F77='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' | | archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' |
fi | | |
module_cmds_F77='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' | | |
# Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's | | |
if test "X$lt_int_apple_cc_single_mod" = Xyes ; then | | |
archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | | |
else | | else |
archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | | archive_cmds_F77='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' |
| | archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' |
fi | | fi |
module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | | ;; |
hardcode_direct_F77=no | | |
hardcode_automatic_F77=yes | | sysv5* | sco3.2v5* | sco5v6*) |
hardcode_shlibpath_var_F77=unsupported | | # Note: We can NOT use -z defs as we might desire, because we do not |
whole_archive_flag_spec_F77='-all_load $convenience' | | # link with -lc, and that would cause any symbols used from libc to |
| | # always be unresolved, which means just about no library would |
| | # ever link correctly. If we're not using GNU ld we use -z text |
| | # though, which does catch some bad symbols but isn't as heavy-handed |
| | # as -z defs. |
| | no_undefined_flag_F77='${wl}-z,text' |
| | allow_undefined_flag_F77='${wl}-z,nodefs' |
| | archive_cmds_need_lc_F77=no |
| | hardcode_shlibpath_var_F77=no |
| | hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' |
| | hardcode_libdir_separator_F77=':' |
link_all_deplibs_F77=yes | | link_all_deplibs_F77=yes |
| | export_dynamic_flag_spec_F77='${wl}-Bexport' |
| | runpath_var='LD_RUN_PATH' |
| | |
| | if test "$GCC" = yes; then |
| | archive_cmds_F77='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' |
| | archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' |
else | | else |
ld_shlibs_F77=no | | archive_cmds_F77='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' |
| | archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' |
fi | | fi |
;; | | ;; |
| | |
dgux*) | | uts4*) |
archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | | archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' |
hardcode_libdir_flag_spec_F77='-L$libdir' | | hardcode_libdir_flag_spec_F77='-L$libdir' |
hardcode_shlibpath_var_F77=no | | hardcode_shlibpath_var_F77=no |
;; | | ;; |
| | |
freebsd1*) | | *) |
ld_shlibs_F77=no | | ld_shlibs_F77=no |
;; | | ;; |
| | esac |
| | fi |
| | |
# FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor | | { echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5 |
# support. Future versions do this automatically, but an explicit c++rt0.o | | echo "${ECHO_T}$ld_shlibs_F77" >&6; } |
# does not break anything, and helps significantly (at the cost of a little | | test "$ld_shlibs_F77" = no && can_build_shared=no |
# extra space). | | |
freebsd2.2*) | | |
archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' | | |
hardcode_libdir_flag_spec_F77='-R$libdir' | | |
hardcode_direct_F77=yes | | |
hardcode_shlibpath_var_F77=no | | |
;; | | |
| | |
# Unfortunately, older versions of FreeBSD 2 do not have this feature. | | # |
freebsd2*) | | # Do we need to explicitly link libc? |
archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' | | # |
hardcode_direct_F77=yes | | case "x$archive_cmds_need_lc_F77" in |
hardcode_minus_L_F77=yes | | x|xyes) |
hardcode_shlibpath_var_F77=no | | # Assume -lc should be added |
;; | | archive_cmds_need_lc_F77=yes |
| | |
# FreeBSD 3 and greater uses gcc -shared to do shared libraries. | | if test "$enable_shared" = yes && test "$GCC" = yes; then |
freebsd* | kfreebsd*-gnu) | | case $archive_cmds_F77 in |
archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' | | *'~'*) |
hardcode_libdir_flag_spec_F77='-R$libdir' | | # FIXME: we may have to deal with multi-command sequences. |
hardcode_direct_F77=yes | | |
hardcode_shlibpath_var_F77=no | | |
;; | | ;; |
| | '$CC '*) |
| | # Test whether the compiler implicitly links with -lc since on some |
| | # systems, -lgcc has to come before -lc. If gcc already passes -lc |
| | # to ld, don't add -lc before -lgcc. |
| | { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 |
| | echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } |
| | $rm conftest* |
| | printf "$lt_simple_compile_test_code" > conftest.$ac_ext |
| | |
hpux9*) | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
if test "$GCC" = yes; then | | (eval $ac_compile) 2>&5 |
archive_cmds_F77='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' | | ac_status=$? |
| | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | (exit $ac_status); } 2>conftest.err; then |
| | soname=conftest |
| | lib=conftest |
| | libobjs=conftest.$ac_objext |
| | deplibs= |
| | wl=$lt_prog_compiler_wl_F77 |
| | pic_flag=$lt_prog_compiler_pic_F77 |
| | compiler_flags=-v |
| | linker_flags=-v |
| | verstring= |
| | output_objdir=. |
| | libname=conftest |
| | lt_save_allow_undefined_flag=$allow_undefined_flag_F77 |
| | allow_undefined_flag_F77= |
| | if { (eval echo "$as_me:$LINENO: \"$archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 |
| | (eval $archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 |
| | ac_status=$? |
| | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | (exit $ac_status); } |
| | then |
| | archive_cmds_need_lc_F77=no |
else | | else |
archive_cmds_F77='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' | | archive_cmds_need_lc_F77=yes |
fi | | fi |
hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir' | | allow_undefined_flag_F77=$lt_save_allow_undefined_flag |
hardcode_libdir_separator_F77=: | | |
hardcode_direct_F77=yes | | |
| | |
# hardcode_minus_L: Not really in the search PATH, | | |
# but as the default location of the library. | | |
hardcode_minus_L_F77=yes | | |
export_dynamic_flag_spec_F77='${wl}-E' | | |
;; | | |
| | |
hpux10* | hpux11*) | | |
if test "$GCC" = yes -a "$with_gnu_ld" = no; then | | |
case "$host_cpu" in | | |
hppa*64*|ia64*) | | |
archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | | |
;; | | |
*) | | |
archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' | | |
;; | | |
esac | | |
else | | else |
case "$host_cpu" in | | cat conftest.err 1>&5 |
hppa*64*|ia64*) | | |
archive_cmds_F77='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags' | | |
;; | | |
*) | | |
archive_cmds_F77='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | | |
;; | | |
esac | | |
fi | | fi |
if test "$with_gnu_ld" = no; then | | $rm conftest* |
case "$host_cpu" in | | { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5 |
hppa*64*) | | echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6; } |
hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir' | | |
hardcode_libdir_flag_spec_ld_F77='+b $libdir' | | |
hardcode_libdir_separator_F77=: | | |
hardcode_direct_F77=no | | |
hardcode_shlibpath_var_F77=no | | |
;; | | |
ia64*) | | |
hardcode_libdir_flag_spec_F77='-L$libdir' | | |
hardcode_direct_F77=no | | |
hardcode_shlibpath_var_F77=no | | |
| | |
# hardcode_minus_L: Not really in the search PATH, | | |
# but as the default location of the library. | | |
hardcode_minus_L_F77=yes | | |
;; | | |
*) | | |
hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir' | | |
hardcode_libdir_separator_F77=: | | |
hardcode_direct_F77=yes | | |
export_dynamic_flag_spec_F77='${wl}-E' | | |
| | |
# hardcode_minus_L: Not really in the search PATH, | | |
# but as the default location of the library. | | |
hardcode_minus_L_F77=yes | | |
;; | | ;; |
esac | | esac |
fi | | fi |
;; | | ;; |
| | esac |
| | |
irix5* | irix6* | nonstopux*) | | { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 |
| | echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } |
| | library_names_spec= |
| | libname_spec='lib$name' |
| | soname_spec= |
| | shrext_cmds=".so" |
| | postinstall_cmds= |
| | postuninstall_cmds= |
| | finish_cmds= |
| | finish_eval= |
| | shlibpath_var= |
| | shlibpath_overrides_runpath=unknown |
| | version_type=none |
| | dynamic_linker="$host_os ld.so" |
| | sys_lib_dlsearch_path_spec="/lib /usr/lib" |
if test "$GCC" = yes; then | | if test "$GCC" = yes; then |
archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' | | 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 ';' >/dev/null ; then |
| | # if the path contains ";" then we assume it to be the separator |
| | # otherwise default to the standard path separator (i.e. ":") - it is |
| | # assumed that no part of a normal pathname contains ";" but that should |
| | # okay in the real world where ";" in dirpaths is itself problematic. |
| | sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` |
else | | else |
archive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' | | sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` |
hardcode_libdir_flag_spec_ld_F77='-rpath $libdir' | | |
fi | | fi |
hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' | | |
hardcode_libdir_separator_F77=: | | |
link_all_deplibs_F77=yes | | |
;; | | |
| | |
netbsd* | netbsdelf*-gnu | knetbsd*-gnu) | | |
if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then | | |
archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out | | |
else | | else |
archive_cmds_F77='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF | | sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" |
fi | | fi |
hardcode_libdir_flag_spec_F77='-R$libdir' | | need_lib_prefix=unknown |
hardcode_direct_F77=yes | | hardcode_into_libs=no |
hardcode_shlibpath_var_F77=no | | |
;; | | |
| | |
newsos6) | | # when you set need_version to no, make sure it does not cause -set_version |
archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | | # flags to be left without arguments |
hardcode_direct_F77=yes | | need_version=unknown |
hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' | | |
hardcode_libdir_separator_F77=: | | case $host_os in |
hardcode_shlibpath_var_F77=no | | aix3*) |
| | version_type=linux |
| | library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' |
| | shlibpath_var=LIBPATH |
| | |
| | # AIX 3 has no versioning support, so we append a major version to the name. |
| | soname_spec='${libname}${release}${shared_ext}$major' |
;; | | ;; |
| | |
openbsd*) | | aix4* | aix5*) |
hardcode_direct_F77=yes | | version_type=linux |
hardcode_shlibpath_var_F77=no | | need_lib_prefix=no |
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then | | need_version=no |
archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' | | hardcode_into_libs=yes |
hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' | | if test "$host_cpu" = ia64; then |
export_dynamic_flag_spec_F77='${wl}-E' | | # AIX 5 supports IA64 |
| | library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' |
| | shlibpath_var=LD_LIBRARY_PATH |
else | | else |
| | # With GCC up to 2.95.x, collect2 would create an import file |
| | # for dependence libraries. The import file would start with |
| | # the line `#! .'. This would cause the generated library to |
| | # depend on `.', always an invalid library. This was fixed in |
| | # development snapshots of GCC prior to 3.0. |
case $host_os in | | case $host_os in |
openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) | | aix4 | aix4.[01] | aix4.[01].*) |
archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' | | if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' |
hardcode_libdir_flag_spec_F77='-R$libdir' | | echo ' yes ' |
;; | | echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then |
*) | | : |
archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' | | else |
hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' | | can_build_shared=no |
| | fi |
;; | | ;; |
esac | | esac |
| | # AIX (on Power*) has no versioning support, so currently we can not hardcode correct |
| | # soname into executable. Probably we can add versioning support to |
| | # collect2, so additional links can be useful in future. |
| | if test "$aix_use_runtimelinking" = yes; then |
| | # If using run time linking (on AIX 4.2 or later) use lib<name>.so |
| | # instead of lib<name>.a to let people know that these are not |
| | # typical AIX shared libraries. |
| | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
| | else |
| | # We preserve .a as extension for shared libraries through AIX4.2 |
| | # and later when we are not doing run time linking. |
| | library_names_spec='${libname}${release}.a $libname.a' |
| | soname_spec='${libname}${release}${shared_ext}$major' |
| | fi |
| | shlibpath_var=LIBPATH |
fi | | fi |
;; | | ;; |
| | |
os2*) | | amigaos*) |
hardcode_libdir_flag_spec_F77='-L$libdir' | | library_names_spec='$libname.ixlibrary $libname.a' |
hardcode_minus_L_F77=yes | | # Create ${libname}_ixlibrary.a entries in /sys/libs. |
allow_undefined_flag_F77=unsupported | | finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' |
archive_cmds_F77='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' | | |
old_archive_From_new_cmds_F77='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' | | |
;; | | ;; |
| | |
osf3*) | | beos*) |
if test "$GCC" = yes; then | | library_names_spec='${libname}${shared_ext}' |
allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*' | | dynamic_linker="$host_os ld.so" |
archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' | | shlibpath_var=LIBRARY_PATH |
else | | |
allow_undefined_flag_F77=' -expect_unresolved \*' | | |
archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' | | |
fi | | |
hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' | | |
hardcode_libdir_separator_F77=: | | |
;; | | ;; |
| | |
osf4* | osf5*) # as osf3* with the addition of -msym flag | | bsdi[45]*) |
if test "$GCC" = yes; then | | version_type=linux |
allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*' | | need_version=no |
archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' | | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' | | soname_spec='${libname}${release}${shared_ext}$major' |
else | | finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' |
allow_undefined_flag_F77=' -expect_unresolved \*' | | shlibpath_var=LD_LIBRARY_PATH |
archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' | | sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" |
archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ | | sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" |
$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp' | | # 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 |
# Both c and cxx compiler support -rpath directly | | # libtool to hard-code these into programs |
hardcode_libdir_flag_spec_F77='-rpath $libdir' | | |
fi | | |
hardcode_libdir_separator_F77=: | | |
;; | | ;; |
| | |
sco3.2v5*) | | cygwin* | mingw* | pw32*) |
archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | | version_type=windows |
hardcode_shlibpath_var_F77=no | | shrext_cmds=".dll" |
export_dynamic_flag_spec_F77='${wl}-Bexport' | | need_version=no |
runpath_var=LD_RUN_PATH | | need_lib_prefix=no |
hardcode_runpath_var=yes | | |
;; | | case $GCC,$host_os in |
| | yes,cygwin* | yes,mingw* | yes,pw32*) |
| | library_names_spec='$libname.dll.a' |
| | # DLL is installed to $(libdir)/../bin by postinstall_cmds |
| | postinstall_cmds='base_file=`basename \${file}`~ |
| | dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ |
| | dldir=$destdir/`dirname \$dlpath`~ |
| | test -d \$dldir || mkdir -p \$dldir~ |
| | $install_prog $dir/$dlname \$dldir/$dlname~ |
| | chmod a+x \$dldir/$dlname' |
| | postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ |
| | dlpath=$dir/\$dldll~ |
| | $rm \$dlpath' |
| | shlibpath_overrides_runpath=yes |
| | |
solaris*) | | |
no_undefined_flag_F77=' -z text' | | |
if test "$GCC" = yes; then | | |
archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | | |
archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ | | |
$CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' | | |
else | | |
archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' | | |
archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ | | |
$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' | | |
fi | | |
hardcode_libdir_flag_spec_F77='-R$libdir' | | |
hardcode_shlibpath_var_F77=no | | |
case $host_os in | | case $host_os in |
solaris2.[0-5] | solaris2.[0-5].*) ;; | | cygwin*) |
*) # Supported since Solaris 2.6 (maybe 2.5.1?) | | # Cygwin DLLs use 'cyg' prefix rather than 'lib' |
whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract' ;; | | soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
esac | | sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" |
link_all_deplibs_F77=yes | | |
;; | | ;; |
| | mingw*) |
sunos4*) | | # MinGW DLLs use traditional 'lib' prefix |
if test "x$host_vendor" = xsequent; then | | soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
# Use $CC to link under sequent, because it throws in some extra .o | | sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` |
# files that make .init and .fini sections work. | | if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then |
archive_cmds_F77='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' | | # It is most probably a Windows format PATH printed by |
| | # mingw gcc, but we are running on Cygwin. Gcc prints its search |
| | # path with ; separators, and with drive letters. We can handle the |
| | # drive letters (cygwin fileutils understands them), so leave them, |
| | # especially as we might pass files found there to a mingw objdump, |
| | # which wouldn't understand a cygwinified path. Ahh. |
| | sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` |
else | | else |
archive_cmds_F77='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' | | sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` |
fi | | fi |
hardcode_libdir_flag_spec_F77='-L$libdir' | | |
hardcode_direct_F77=yes | | |
hardcode_minus_L_F77=yes | | |
hardcode_shlibpath_var_F77=no | | |
;; | | ;; |
| | pw32*) |
sysv4) | | # pw32 DLLs use 'pw' prefix rather than 'lib' |
case $host_vendor in | | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
sni) | | |
archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | | |
hardcode_direct_F77=yes # is this really true??? | | |
;; | | ;; |
siemens) | | esac |
## LD is ld it makes a PLAMLIB | | |
## CC just makes a GrossModule. | | |
archive_cmds_F77='$LD -G -o $lib $libobjs $deplibs $linker_flags' | | |
reload_cmds_F77='$CC -r -o $output$reload_objs' | | |
hardcode_direct_F77=no | | |
;; | | ;; |
motorola) | | |
archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | | *) |
hardcode_direct_F77=no #Motorola manual says yes, but my tests say they lie | | library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' |
;; | | ;; |
esac | | esac |
runpath_var='LD_RUN_PATH' | | dynamic_linker='Win32 ld.exe' |
hardcode_shlibpath_var_F77=no | | # FIXME: first we should search . and the directory the executable is in |
| | shlibpath_var=PATH |
;; | | ;; |
| | |
sysv4.3*) | | darwin* | rhapsody*) |
archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | | dynamic_linker="$host_os dyld" |
hardcode_shlibpath_var_F77=no | | version_type=darwin |
export_dynamic_flag_spec_F77='-Bexport' | | need_lib_prefix=no |
| | need_version=no |
| | library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' |
| | soname_spec='${libname}${release}${major}$shared_ext' |
| | shlibpath_overrides_runpath=yes |
| | shlibpath_var=DYLD_LIBRARY_PATH |
| | shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' |
| | # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. |
| | if test "$GCC" = yes; then |
| | sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` |
| | else |
| | sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' |
| | fi |
| | sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' |
;; | | ;; |
| | |
sysv4*MP*) | | dgux*) |
if test -d /usr/nec; then | | version_type=linux |
archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | | need_lib_prefix=no |
hardcode_shlibpath_var_F77=no | | need_version=no |
runpath_var=LD_RUN_PATH | | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' |
hardcode_runpath_var=yes | | soname_spec='${libname}${release}${shared_ext}$major' |
ld_shlibs_F77=yes | | shlibpath_var=LD_LIBRARY_PATH |
fi | | |
;; | | ;; |
| | |
sysv4.2uw2*) | | freebsd1*) |
archive_cmds_F77='$LD -G -o $lib $libobjs $deplibs $linker_flags' | | dynamic_linker=no |
hardcode_direct_F77=yes | | |
hardcode_minus_L_F77=no | | |
hardcode_shlibpath_var_F77=no | | |
hardcode_runpath_var=yes | | |
runpath_var=LD_RUN_PATH | | |
;; | | ;; |
| | |
sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*) | | freebsd* | dragonfly*) |
no_undefined_flag_F77='${wl}-z ${wl}text' | | # DragonFly does not have aout. When/if they implement a new |
if test "$GCC" = yes; then | | # versioning mechanism, adjust this. |
archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | | if test -x /usr/bin/objformat; then |
| | objformat=`/usr/bin/objformat` |
else | | else |
archive_cmds_F77='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | | case $host_os in |
| | freebsd[123]*) objformat=aout ;; |
| | *) objformat=elf ;; |
| | esac |
fi | | fi |
runpath_var='LD_RUN_PATH' | | version_type=freebsd-$objformat |
hardcode_shlibpath_var_F77=no | | case $version_type in |
| | freebsd-elf*) |
| | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' |
| | need_version=no |
| | need_lib_prefix=no |
;; | | ;; |
| | freebsd-*) |
sysv5*) | | library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' |
no_undefined_flag_F77=' -z text' | | need_version=yes |
# $CC -shared without GNU ld will not create a library from C++ | | |
# object files and a static libstdc++, better avoid it by now | | |
archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' | | |
archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ | | |
$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' | | |
hardcode_libdir_flag_spec_F77= | | |
hardcode_shlibpath_var_F77=no | | |
runpath_var='LD_RUN_PATH' | | |
;; | | ;; |
| | esac |
uts4*) | | shlibpath_var=LD_LIBRARY_PATH |
archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | | case $host_os in |
hardcode_libdir_flag_spec_F77='-L$libdir' | | freebsd2*) |
hardcode_shlibpath_var_F77=no | | shlibpath_overrides_runpath=yes |
;; | | ;; |
| | freebsd3.[01]* | freebsdelf3.[01]*) |
*) | | shlibpath_overrides_runpath=yes |
ld_shlibs_F77=no | | hardcode_into_libs=yes |
| | ;; |
| | freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ |
| | freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) |
| | shlibpath_overrides_runpath=no |
| | hardcode_into_libs=yes |
| | ;; |
| | freebsd*) # from 4.6 on |
| | shlibpath_overrides_runpath=yes |
| | hardcode_into_libs=yes |
;; | | ;; |
esac | | esac |
fi | | ;; |
| | |
echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5 | | |
echo "${ECHO_T}$ld_shlibs_F77" >&6 | | |
test "$ld_shlibs_F77" = 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 COMPILER_PATH LIBRARY_PATH" | | |
fi | | |
| | |
# | | |
# Do we need to explicitly link libc? | | |
# | | |
case "x$archive_cmds_need_lc_F77" in | | |
x|xyes) | | |
# Assume -lc should be added | | |
archive_cmds_need_lc_F77=yes | | |
| | |
if test "$enable_shared" = yes && test "$GCC" = yes; then | | gnu*) |
case $archive_cmds_F77 in | | version_type=linux |
*'~'*) | | need_lib_prefix=no |
# FIXME: we may have to deal with multi-command sequences. | | 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 |
| | hardcode_into_libs=yes |
;; | | ;; |
'$CC '*) | | |
# Test whether the compiler implicitly links with -lc since on some | | |
# systems, -lgcc has to come before -lc. If gcc already passes -lc | | |
# to ld, don't add -lc before -lgcc. | | |
echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 | | |
echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 | | |
$rm conftest* | | |
printf "$lt_simple_compile_test_code" > conftest.$ac_ext | | |
| | |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | hpux9* | hpux10* | hpux11*) |
(eval $ac_compile) 2>&5 | | # Give a soname corresponding to the major version so that dld.sl refuses to |
ac_status=$? | | # link against other versions. |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | version_type=sunos |
(exit $ac_status); } 2>conftest.err; then | | need_lib_prefix=no |
soname=conftest | | need_version=no |
lib=conftest | | case $host_cpu in |
libobjs=conftest.$ac_objext | | ia64*) |
deplibs= | | shrext_cmds='.so' |
wl=$lt_prog_compiler_wl_F77 | | hardcode_into_libs=yes |
compiler_flags=-v | | dynamic_linker="$host_os dld.so" |
linker_flags=-v | | shlibpath_var=LD_LIBRARY_PATH |
verstring= | | shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. |
output_objdir=. | | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
libname=conftest | | soname_spec='${libname}${release}${shared_ext}$major' |
lt_save_allow_undefined_flag=$allow_undefined_flag_F77 | | if test "X$HPUX_IA64_MODE" = X32; then |
allow_undefined_flag_F77= | | sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" |
if { (eval echo "$as_me:$LINENO: \"$archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 | | |
(eval $archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); } | | |
then | | |
archive_cmds_need_lc_F77=no | | |
else | | |
archive_cmds_need_lc_F77=yes | | |
fi | | |
allow_undefined_flag_F77=$lt_save_allow_undefined_flag | | |
else | | else |
cat conftest.err 1>&5 | | sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" |
fi | | fi |
$rm conftest* | | sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec |
echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5 | | |
echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6 | | |
;; | | ;; |
esac | | hppa*64*) |
fi | | shrext_cmds='.sl' |
| | hardcode_into_libs=yes |
| | dynamic_linker="$host_os dld.sl" |
| | shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH |
| | shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. |
| | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
| | soname_spec='${libname}${release}${shared_ext}$major' |
| | sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" |
| | sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec |
| | ;; |
| | *) |
| | shrext_cmds='.sl' |
| | dynamic_linker="$host_os dld.sl" |
| | shlibpath_var=SHLIB_PATH |
| | shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH |
| | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
| | soname_spec='${libname}${release}${shared_ext}$major' |
;; | | ;; |
esac | | esac |
| | # HP-UX runs *really* slowly unless shared libraries are mode 555. |
| | postinstall_cmds='chmod 555 $lib' |
| | ;; |
| | |
echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 | | interix3*) |
echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 | | |
library_names_spec= | | |
libname_spec='lib$name' | | |
soname_spec= | | |
shrext_cmds=".so" | | |
postinstall_cmds= | | |
postuninstall_cmds= | | |
finish_cmds= | | |
finish_eval= | | |
shlibpath_var= | | |
shlibpath_overrides_runpath=unknown | | |
version_type=none | | |
dynamic_linker="$host_os ld.so" | | |
sys_lib_dlsearch_path_spec="/lib /usr/lib" | | |
if test "$GCC" = yes; then | | |
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 ';' >/dev/null ; then | | |
# if the path contains ";" then we assume it to be the separator | | |
# otherwise default to the standard path separator (i.e. ":") - it is | | |
# assumed that no part of a normal pathname contains ";" but that should | | |
# okay in the real world where ";" in dirpaths is itself problematic. | | |
sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` | | |
else | | |
sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` | | |
fi | | |
else | | |
sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" | | |
fi | | |
need_lib_prefix=unknown | | |
hardcode_into_libs=no | | |
| | |
# when you set need_version to no, make sure it does not cause -set_version | | |
# flags to be left without arguments | | |
need_version=unknown | | |
| | |
case $host_os in | | |
aix3*) | | |
version_type=linux | | version_type=linux |
library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' | | need_lib_prefix=no |
shlibpath_var=LIBPATH | | need_version=no |
| | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' |
# AIX 3 has no versioning support, so we append a major version to the name. | | |
soname_spec='${libname}${release}${shared_ext}$major' | | soname_spec='${libname}${release}${shared_ext}$major' |
| | dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' |
| | shlibpath_var=LD_LIBRARY_PATH |
| | shlibpath_overrides_runpath=no |
| | hardcode_into_libs=yes |
;; | | ;; |
| | |
aix4* | aix5*) | | irix5* | irix6* | nonstopux*) |
| | case $host_os in |
| | nonstopux*) version_type=nonstopux ;; |
| | *) |
| | if test "$lt_cv_prog_gnu_ld" = yes; then |
version_type=linux | | version_type=linux |
| | else |
| | version_type=irix |
| | fi ;; |
| | esac |
need_lib_prefix=no | | need_lib_prefix=no |
need_version=no | | need_version=no |
hardcode_into_libs=yes | | soname_spec='${libname}${release}${shared_ext}$major' |
if test "$host_cpu" = ia64; then | | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' |
# AIX 5 supports IA64 | | |
library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' | | |
shlibpath_var=LD_LIBRARY_PATH | | |
else | | |
# With GCC up to 2.95.x, collect2 would create an import file | | |
# for dependence libraries. The import file would start with | | |
# the line `#! .'. This would cause the generated library to | | |
# depend on `.', always an invalid library. This was fixed in | | |
# development snapshots of GCC prior to 3.0. | | |
case $host_os in | | case $host_os in |
aix4 | aix4.[01] | aix4.[01].*) | | irix5* | nonstopux*) |
if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' | | libsuff= shlibsuff= |
echo ' yes ' | | |
echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then | | |
: | | |
else | | |
can_build_shared=no | | |
fi | | |
;; | | ;; |
| | *) |
| | case $LD in # libtool.m4 will add one of these switches to LD |
| | *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") |
| | libsuff= shlibsuff= libmagic=32-bit;; |
| | *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") |
| | libsuff=32 shlibsuff=N32 libmagic=N32;; |
| | *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") |
| | libsuff=64 shlibsuff=64 libmagic=64-bit;; |
| | *) libsuff= shlibsuff= libmagic=never-match;; |
esac | | esac |
# AIX (on Power*) has no versioning support, so currently we can not hardcode correct | | |
# soname into executable. Probably we can add versioning support to | | |
# collect2, so additional links can be useful in future. | | |
if test "$aix_use_runtimelinking" = yes; then | | |
# If using run time linking (on AIX 4.2 or later) use lib<name>.so | | |
# instead of lib<name>.a to let people know that these are not | | |
# typical AIX shared libraries. | | |
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | | |
else | | |
# We preserve .a as extension for shared libraries through AIX4.2 | | |
# and later when we are not doing run time linking. | | |
library_names_spec='${libname}${release}.a $libname.a' | | |
soname_spec='${libname}${release}${shared_ext}$major' | | |
fi | | |
shlibpath_var=LIBPATH | | |
fi | | |
;; | | ;; |
| | esac |
amigaos*) | | shlibpath_var=LD_LIBRARY${shlibsuff}_PATH |
library_names_spec='$libname.ixlibrary $libname.a' | | shlibpath_overrides_runpath=no |
# Create ${libname}_ixlibrary.a entries in /sys/libs. | | sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" |
finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' | | sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" |
| | hardcode_into_libs=yes |
;; | | ;; |
| | |
beos*) | | # No shared lib support for Linux oldld, aout, or coff. |
library_names_spec='${libname}${shared_ext}' | | linux*oldld* | linux*aout* | linux*coff*) |
dynamic_linker="$host_os ld.so" | | dynamic_linker=no |
shlibpath_var=LIBRARY_PATH | | |
;; | | ;; |
| | |
bsdi4*) | | # This must be Linux ELF. |
| | linux* | k*bsd*-gnu) |
version_type=linux | | version_type=linux |
| | 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 $libdir' | | finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $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" | | shlibpath_overrides_runpath=no |
sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" | | # This implies no fast_install, which is unacceptable. |
# the default ld.so.conf also contains /usr/contrib/lib and | | # Some rework will be needed to allow for fast_install |
# /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow | | # before this can be enabled. |
# libtool to hard-code these into programs | | hardcode_into_libs=yes |
| | |
| | # Append ld.so.conf contents to the search path |
| | if test -f /etc/ld.so.conf; then |
| | lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` |
| | sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" |
| | fi |
| | |
| | # We used to test for /lib/ld.so.1 and disable shared libraries on |
| | # powerpc, because MkLinux only supported shared libraries with the |
| | # GNU dynamic linker. Since this was broken with cross compilers, |
| | # most powerpc-linux boxes support dynamic linking these days and |
| | # people can always --disable-shared, the test was removed, and we |
| | # assume the GNU/Linux dynamic linker is in use. |
| | dynamic_linker='GNU/Linux ld.so' |
;; | | ;; |
| | |
cygwin* | mingw* | pw32*) | | netbsdelf*-gnu) |
version_type=windows | | version_type=linux |
shrext_cmds=".dll" | | |
need_version=no | | |
need_lib_prefix=no | | 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' |
| | ;; |
| | |
case $GCC,$host_os in | | netbsd*) |
yes,cygwin* | yes,mingw* | yes,pw32*) | | version_type=sunos |
library_names_spec='$libname.dll.a' | | need_lib_prefix=no |
# DLL is installed to $(libdir)/../bin by postinstall_cmds | | need_version=no |
postinstall_cmds='base_file=`basename \${file}`~ | | if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then |
dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ | | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' |
dldir=$destdir/`dirname \$dlpath`~ | | finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' |
test -d \$dldir || mkdir -p \$dldir~ | | dynamic_linker='NetBSD (a.out) ld.so' |
$install_prog $dir/$dlname \$dldir/$dlname' | | else |
postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ | | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' |
dlpath=$dir/\$dldll~ | | soname_spec='${libname}${release}${shared_ext}$major' |
$rm \$dlpath' | | dynamic_linker='NetBSD ld.elf_so' |
| | fi |
| | shlibpath_var=LD_LIBRARY_PATH |
shlibpath_overrides_runpath=yes | | shlibpath_overrides_runpath=yes |
| | hardcode_into_libs=yes |
| | ;; |
| | |
case $host_os in | | newsos6) |
cygwin*) | | version_type=linux |
# Cygwin DLLs use 'cyg' prefix rather than 'lib' | | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | | shlibpath_var=LD_LIBRARY_PATH |
sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" | | shlibpath_overrides_runpath=yes |
;; | | |
mingw*) | | |
# MinGW DLLs use traditional 'lib' prefix | | |
soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | | |
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 | | |
# It is most probably a Windows format PATH printed by | | |
# mingw gcc, but we are running on Cygwin. Gcc prints its search | | |
# path with ; separators, and with drive letters. We can handle the | | |
# drive letters (cygwin fileutils understands them), so leave them, | | |
# especially as we might pass files found there to a mingw objdump, | | |
# which wouldn't understand a cygwinified path. Ahh. | | |
sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` | | |
else | | |
sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` | | |
fi | | |
;; | | ;; |
pw32*) | | |
# pw32 DLLs use 'pw' prefix rather than 'lib' | | nto-qnx*) |
library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}' | | 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=yes |
;; | | ;; |
| | |
| | openbsd*) |
| | version_type=sunos |
| | sys_lib_dlsearch_path_spec="/usr/lib" |
| | need_lib_prefix=no |
| | # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. |
| | case $host_os in |
| | openbsd3.3 | openbsd3.3.*) need_version=yes ;; |
| | *) need_version=no ;; |
esac | | esac |
| | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' |
| | finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' |
| | shlibpath_var=LD_LIBRARY_PATH |
| | if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then |
| | case $host_os in |
| | openbsd2.[89] | openbsd2.[89].*) |
| | shlibpath_overrides_runpath=no |
;; | | ;; |
| | |
*) | | *) |
library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' | | shlibpath_overrides_runpath=yes |
;; | | ;; |
esac | | esac |
dynamic_linker='Win32 ld.exe' | | else |
# FIXME: first we should search . and the directory the executable is in | | shlibpath_overrides_runpath=yes |
shlibpath_var=PATH | | fi |
;; | | ;; |
| | |
darwin* | rhapsody*) | | os2*) |
dynamic_linker="$host_os dyld" | | libname_spec='$name' |
version_type=darwin | | shrext_cmds=".dll" |
need_lib_prefix=no | | need_lib_prefix=no |
need_version=no | | library_names_spec='$libname${shared_ext} $libname.a' |
library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' | | dynamic_linker='OS/2 ld.exe' |
soname_spec='${libname}${release}${major}$shared_ext' | | shlibpath_var=LIBPATH |
shlibpath_overrides_runpath=yes | | |
shlibpath_var=DYLD_LIBRARY_PATH | | |
shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)' | | |
# Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. | | |
if test "$GCC" = yes; then | | |
sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` | | |
else | | |
sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' | | |
fi | | |
sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' | | |
;; | | ;; |
| | |
dgux*) | | osf3* | osf4* | osf5*) |
version_type=linux | | version_type=osf |
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' | | |
soname_spec='${libname}${release}${shared_ext}$major' | | soname_spec='${libname}${release}${shared_ext}$major' |
| | 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 |
| | sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" |
| | sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" |
;; | | ;; |
| | |
freebsd1*) | | solaris*) |
dynamic_linker=no | | |
;; | | |
| | |
kfreebsd*-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' |
shlibpath_var=LD_LIBRARY_PATH | | shlibpath_var=LD_LIBRARY_PATH |
shlibpath_overrides_runpath=no | | shlibpath_overrides_runpath=yes |
hardcode_into_libs=yes | | hardcode_into_libs=yes |
dynamic_linker='GNU ld.so' | | # ldd complains unless libraries are executable |
| | postinstall_cmds='chmod +x $lib' |
;; | | ;; |
| | |
freebsd*) | | sunos4*) |
objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` | | version_type=sunos |
version_type=freebsd-$objformat | | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' |
case $version_type in | | finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' |
freebsd-elf*) | | shlibpath_var=LD_LIBRARY_PATH |
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' | | shlibpath_overrides_runpath=yes |
need_version=no | | if test "$with_gnu_ld" = yes; then |
need_lib_prefix=no | | need_lib_prefix=no |
;; | | fi |
freebsd-*) | | |
library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' | | |
need_version=yes | | need_version=yes |
;; | | ;; |
esac | | |
| | sysv4 | sysv4.3*) |
| | version_type=linux |
| | 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_var=LD_LIBRARY_PATH |
case $host_os in | | case $host_vendor in |
freebsd2*) | | sni) |
shlibpath_overrides_runpath=yes | | shlibpath_overrides_runpath=no |
| | need_lib_prefix=no |
| | export_dynamic_flag_spec='${wl}-Blargedynsym' |
| | runpath_var=LD_RUN_PATH |
;; | | ;; |
freebsd3.01* | freebsdelf3.01*) | | siemens) |
shlibpath_overrides_runpath=yes | | need_lib_prefix=no |
hardcode_into_libs=yes | | |
;; | | ;; |
*) # from 3.2 on | | motorola) |
| | need_lib_prefix=no |
| | need_version=no |
shlibpath_overrides_runpath=no | | shlibpath_overrides_runpath=no |
hardcode_into_libs=yes | | sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' |
;; | | ;; |
esac | | esac |
;; | | ;; |
| | |
gnu*) | | sysv4*MP*) |
| | if test -d /usr/nec ;then |
version_type=linux | | version_type=linux |
need_lib_prefix=no | | library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' |
need_version=no | | soname_spec='$libname${shared_ext}.$major' |
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_var=LD_LIBRARY_PATH |
hardcode_into_libs=yes | | fi |
;; | | ;; |
| | |
hpux9* | hpux10* | hpux11*) | | sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) |
# Give a soname corresponding to the major version so that dld.sl refuses to | | version_type=freebsd-elf |
# link against other versions. | | |
version_type=sunos | | |
need_lib_prefix=no | | need_lib_prefix=no |
need_version=no | | need_version=no |
case "$host_cpu" in | | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' |
ia64*) | | |
shrext_cmds='.so' | | |
hardcode_into_libs=yes | | |
dynamic_linker="$host_os dld.so" | | |
shlibpath_var=LD_LIBRARY_PATH | | |
shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. | | |
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' |
if test "X$HPUX_IA64_MODE" = X32; then | | shlibpath_var=LD_LIBRARY_PATH |
sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" | | |
else | | |
sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" | | |
fi | | |
sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec | | |
;; | | |
hppa*64*) | | |
shrext_cmds='.sl' | | |
hardcode_into_libs=yes | | hardcode_into_libs=yes |
dynamic_linker="$host_os dld.sl" | | if test "$with_gnu_ld" = yes; then |
shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH | | sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' |
shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. | | shlibpath_overrides_runpath=no |
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | | |
soname_spec='${libname}${release}${shared_ext}$major' | | |
sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" | | |
sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec | | |
;; | | |
*) | | |
shrext_cmds='.sl' | | |
dynamic_linker="$host_os dld.sl" | | |
shlibpath_var=SHLIB_PATH | | |
shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH | | |
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | | |
soname_spec='${libname}${release}${shared_ext}$major' | | |
;; | | |
esac | | |
# HP-UX runs *really* slowly unless shared libraries are mode 555. | | |
postinstall_cmds='chmod 555 $lib' | | |
;; | | |
| | |
irix5* | irix6* | nonstopux*) | | |
case $host_os in | | |
nonstopux*) version_type=nonstopux ;; | | |
*) | | |
if test "$lt_cv_prog_gnu_ld" = yes; then | | |
version_type=linux | | |
else | | else |
version_type=irix | | sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' |
fi ;; | | shlibpath_overrides_runpath=yes |
esac | | |
need_lib_prefix=no | | |
need_version=no | | |
soname_spec='${libname}${release}${shared_ext}$major' | | |
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' | | |
case $host_os in | | case $host_os in |
irix5* | nonstopux*) | | sco3.2v5*) |
libsuff= shlibsuff= | | sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" |
;; | | |
*) | | |
case $LD in # libtool.m4 will add one of these switches to LD | | |
*-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") | | |
libsuff= shlibsuff= libmagic=32-bit;; | | |
*-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") | | |
libsuff=32 shlibsuff=N32 libmagic=N32;; | | |
*-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") | | |
libsuff=64 shlibsuff=64 libmagic=64-bit;; | | |
*) libsuff= shlibsuff= libmagic=never-match;; | | |
esac | | |
;; | | ;; |
esac | | esac |
shlibpath_var=LD_LIBRARY${shlibsuff}_PATH | | fi |
shlibpath_overrides_runpath=no | | sys_lib_dlsearch_path_spec='/usr/lib' |
sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" | | |
sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" | | |
hardcode_into_libs=yes | | |
;; | | |
| | |
# No shared lib support for Linux oldld, aout, or coff. | | |
linux*oldld* | linux*aout* | linux*coff*) | | |
dynamic_linker=no | | |
;; | | ;; |
| | |
# This must be Linux ELF. | | uts4*) |
linux*) | | |
version_type=linux | | 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}' | | 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' | | |
shlibpath_var=LD_LIBRARY_PATH | | shlibpath_var=LD_LIBRARY_PATH |
shlibpath_overrides_runpath=no | | ;; |
# This implies no fast_install, which is unacceptable. | | |
# Some rework will be needed to allow for fast_install | | |
# before this can be enabled. | | |
hardcode_into_libs=yes | | |
| | |
# Append ld.so.conf contents to the search path | | *) |
if test -f /etc/ld.so.conf; then | | dynamic_linker=no |
lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '` | | ;; |
sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" | | 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 COMPILER_PATH LIBRARY_PATH" |
fi | | fi |
| | |
# We used to test for /lib/ld.so.1 and disable shared libraries on | | { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 |
# powerpc, because MkLinux only supported shared libraries with the | | echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } |
# GNU dynamic linker. Since this was broken with cross compilers, | | |
# most powerpc-linux boxes support dynamic linking these days and | | |
# people can always --disable-shared, the test was removed, and we | | |
# assume the GNU/Linux dynamic linker is in use. | | |
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' | | |
;; | | |
| | |
knetbsd*-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='GNU ld.so' | | |
;; | | |
| | |
netbsd*) | | |
version_type=sunos | | |
need_lib_prefix=no | | |
need_version=no | | |
if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then | | |
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' | | |
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' | | |
dynamic_linker='NetBSD (a.out) ld.so' | | |
else | | |
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' | | |
soname_spec='${libname}${release}${shared_ext}$major' | | |
dynamic_linker='NetBSD ld.elf_so' | | |
fi | | |
shlibpath_var=LD_LIBRARY_PATH | | |
shlibpath_overrides_runpath=yes | | |
hardcode_into_libs=yes | | |
;; | | |
| | |
newsos6) | | |
version_type=linux | | |
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | | |
shlibpath_var=LD_LIBRARY_PATH | | |
shlibpath_overrides_runpath=yes | | |
;; | | |
| | |
nto-qnx*) | | |
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=yes | | |
;; | | |
| | |
openbsd*) | | |
version_type=sunos | | |
need_lib_prefix=no | | |
need_version=yes | | |
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' | | |
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' | | |
shlibpath_var=LD_LIBRARY_PATH | | |
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then | | |
case $host_os in | | |
openbsd2.[89] | openbsd2.[89].*) | | |
shlibpath_overrides_runpath=no | | |
;; | | |
*) | | |
shlibpath_overrides_runpath=yes | | |
;; | | |
esac | | |
else | | |
shlibpath_overrides_runpath=yes | | |
fi | | |
;; | | |
| | |
os2*) | | |
libname_spec='$name' | | |
shrext_cmds=".dll" | | |
need_lib_prefix=no | | |
library_names_spec='$libname${shared_ext} $libname.a' | | |
dynamic_linker='OS/2 ld.exe' | | |
shlibpath_var=LIBPATH | | |
;; | | |
| | |
osf3* | osf4* | osf5*) | | |
version_type=osf | | |
need_lib_prefix=no | | |
need_version=no | | |
soname_spec='${libname}${release}${shared_ext}$major' | | |
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | | |
shlibpath_var=LD_LIBRARY_PATH | | |
sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" | | |
sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" | | |
;; | | |
| | |
sco3.2v5*) | | |
version_type=osf | | |
soname_spec='${libname}${release}${shared_ext}$major' | | |
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | | |
shlibpath_var=LD_LIBRARY_PATH | | |
;; | | |
| | |
solaris*) | | |
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=yes | | |
hardcode_into_libs=yes | | |
# ldd complains unless libraries are executable | | |
postinstall_cmds='chmod +x $lib' | | |
;; | | |
| | |
sunos4*) | | |
version_type=sunos | | |
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' | | |
finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' | | |
shlibpath_var=LD_LIBRARY_PATH | | |
shlibpath_overrides_runpath=yes | | |
if test "$with_gnu_ld" = yes; then | | |
need_lib_prefix=no | | |
fi | | |
need_version=yes | | |
;; | | |
| | |
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) | | |
version_type=linux | | |
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 | | |
case $host_vendor in | | |
sni) | | |
shlibpath_overrides_runpath=no | | |
need_lib_prefix=no | | |
export_dynamic_flag_spec='${wl}-Blargedynsym' | | |
runpath_var=LD_RUN_PATH | | |
;; | | |
siemens) | | |
need_lib_prefix=no | | |
;; | | |
motorola) | | |
need_lib_prefix=no | | |
need_version=no | | |
shlibpath_overrides_runpath=no | | |
sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' | | |
;; | | |
esac | | |
;; | | |
| | |
sysv4*MP*) | | |
if test -d /usr/nec ;then | | |
version_type=linux | | |
library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' | | |
soname_spec='$libname${shared_ext}.$major' | | |
shlibpath_var=LD_LIBRARY_PATH | | |
fi | | |
;; | | |
| | |
uts4*) | | |
version_type=linux | | |
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 | | |
;; | | |
| | |
*) | | |
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 | | |
| | |
echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 | | |
echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 | | |
hardcode_action_F77= | | hardcode_action_F77= |
if test -n "$hardcode_libdir_flag_spec_F77" || \ | | if test -n "$hardcode_libdir_flag_spec_F77" || \ |
test -n "$runpath_var F77" || \ | | test -n "$runpath_var_F77" || \ |
test "X$hardcode_automatic_F77"="Xyes" ; then | | test "X$hardcode_automatic_F77"="Xyes" ; then |
| | |
# We can hardcode non-existant directories. | | # We can hardcode non-existant directories. |
| | |
# directories. | | # directories. |
hardcode_action_F77=unsupported | | hardcode_action_F77=unsupported |
fi | | fi |
echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5 | | { echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5 |
echo "${ECHO_T}$hardcode_action_F77" >&6 | | echo "${ECHO_T}$hardcode_action_F77" >&6; } |
| | |
if test "$hardcode_action_F77" = relink; then | | if test "$hardcode_action_F77" = relink; then |
# Fast installation is not supported | | # Fast installation is not supported |
| | |
enable_fast_install=needless | | enable_fast_install=needless |
fi | | 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" | | |
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 | | |
| | |
| | |
| | |
# The else clause should only fire when bootstrapping the | | # The else clause should only fire when bootstrapping the |
# libtool distribution, otherwise you forgot to ship ltmain.sh | | # libtool distribution, otherwise you forgot to ship ltmain.sh |
| | |
# Now quote all the things that may contain metacharacters while being | | # Now quote all the things that may contain metacharacters while being |
# careful not to overquote the AC_SUBSTed values. We take copies of the | | # careful not to overquote the AC_SUBSTed values. We take copies of the |
# variables and quote the copies for generation of the libtool script. | | # variables and quote the copies for generation of the libtool script. |
for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ | | for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \ |
SED SHELL STRIP \ | | SED SHELL STRIP \ |
libname_spec library_names_spec soname_spec extract_expsyms_cmds \ | | libname_spec library_names_spec soname_spec extract_expsyms_cmds \ |
old_striplib striplib file_magic_cmd finish_cmds finish_eval \ | | old_striplib striplib file_magic_cmd finish_cmds finish_eval \ |
| | |
# The host system. | | # The host system. |
host_alias=$host_alias | | host_alias=$host_alias |
host=$host | | host=$host |
| | host_os=$host_os |
| | |
| | # The build system. |
| | build_alias=$build_alias |
| | build=$build |
| | build_os=$build_os |
| | |
# An echo program that does not interpret backslashes. | | # An echo program that does not interpret backslashes. |
echo=$lt_echo | | echo=$lt_echo |
| | |
# A C compiler. | | # A C compiler. |
LTCC=$lt_LTCC | | LTCC=$lt_LTCC |
| | |
| | # LTCC compiler flags. |
| | LTCFLAGS=$lt_LTCFLAGS |
| | |
# A language-specific compiler. | | # A language-specific compiler. |
CC=$lt_compiler_F77 | | CC=$lt_compiler_F77 |
| | |
| | |
if test -n "$GCJ" && test "X$GCJ" != "Xno"; then | | if test -n "$GCJ" && test "X$GCJ" != "Xno"; then |
| | |
| | |
| | |
# Source file extension for Java test sources. | | # Source file extension for Java test sources. |
ac_ext=java | | ac_ext=java |
| | |
| | |
lt_simple_compile_test_code="class foo {}\n" | | lt_simple_compile_test_code="class foo {}\n" |
| | |
# Code to be used in simple link tests | | # Code to be used in simple link tests |
lt_simple_link_test_code='public class conftest { public static void main(String argv) {}; }\n' | | lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n' |
| | |
# ltmain only uses $CC for tagged configurations so make sure $CC is set. | | # ltmain only uses $CC for tagged configurations so make sure $CC is set. |
| | |
# 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. |
| | 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 |
| | |
| | |
| | # save warnings/boilerplate of simple test code |
| | ac_outfile=conftest.$ac_objext |
| | printf "$lt_simple_compile_test_code" >conftest.$ac_ext |
| | eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err |
| | _lt_compiler_boilerplate=`cat conftest.err` |
| | $rm conftest* |
| | |
| | ac_outfile=conftest.$ac_objext |
| | printf "$lt_simple_link_test_code" >conftest.$ac_ext |
| | eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err |
| | _lt_linker_boilerplate=`cat conftest.err` |
| | $rm conftest* |
| | |
| | |
# Allow CC to be a program name with arguments. | | # Allow CC to be a program name with arguments. |
lt_save_CC="$CC" | | lt_save_CC="$CC" |
CC=${GCJ-"gcj"} | | CC=${GCJ-"gcj"} |
compiler=$CC | | compiler=$CC |
compiler_GCJ=$CC | | compiler_GCJ=$CC |
| | for cc_temp in $compiler""; do |
| | case $cc_temp in |
| | compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; |
| | distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; |
| | \-*) ;; |
| | *) break;; |
| | esac |
| | done |
| | cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` |
| | |
| | |
# GCJ did not exist at the time GCC didn't implicitly link libc in. | | # GCJ did not exist at the time GCC didn't implicitly link libc in. |
archive_cmds_need_lc_GCJ=no | | archive_cmds_need_lc_GCJ=no |
| | |
| | old_archive_cmds_GCJ=$old_archive_cmds |
| | |
| | |
lt_prog_compiler_no_builtin_flag_GCJ= | | lt_prog_compiler_no_builtin_flag_GCJ= |
| | |
| | |
lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin' | | lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin' |
| | |
| | |
echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 | | { echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 |
echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6 | | echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&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 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
# 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}? :&$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:15502: $lt_compile\"" >&5) | | (eval echo "\"\$as_me:16676: $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:15506: \$? = $ac_status" >&5 | | echo "$as_me:16680: \$? = $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 | | # So say no if there are warnings other than the usual output. |
if test ! -s conftest.err; then | | $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp |
| | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 |
| | 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 conftest* | | $rm conftest* |
| | |
fi | | fi |
echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 | | { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 |
echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6 | | echo "${ECHO_T}$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_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions" | | lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions" |
| | |
lt_prog_compiler_pic_GCJ= | | lt_prog_compiler_pic_GCJ= |
lt_prog_compiler_static_GCJ= | | lt_prog_compiler_static_GCJ= |
| | |
echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 | | { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 |
echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 | | echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } |
| | |
if test "$GCC" = yes; then | | if test "$GCC" = yes; then |
lt_prog_compiler_wl_GCJ='-Wl,' | | lt_prog_compiler_wl_GCJ='-Wl,' |
| | |
lt_prog_compiler_pic_GCJ='-fno-common' | | lt_prog_compiler_pic_GCJ='-fno-common' |
;; | | ;; |
| | |
| | interix3*) |
| | # Interix 3.x gcc -fpic/-fPIC options generate broken code. |
| | # Instead, we relocate shared libraries at runtime. |
| | ;; |
| | |
msdosdjgpp*) | | msdosdjgpp*) |
# Just because we use GCC doesn't mean we suddenly get shared libraries | | # Just because we use GCC doesn't mean we suddenly get shared libraries |
# on systems that don't support them. | | # on systems that don't support them. |
| | |
hpux*) | | hpux*) |
# 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 |
hppa*64*|ia64*) | | hppa*64*|ia64*) |
# +Z the default | | # +Z the default |
;; | | ;; |
| | |
lt_prog_compiler_static_GCJ='-bnso -bI:/lib/syscalls.exp' | | lt_prog_compiler_static_GCJ='-bnso -bI:/lib/syscalls.exp' |
fi | | fi |
;; | | ;; |
| | darwin*) |
| | # PIC is the default on this platform |
| | # Common symbols not allowed in MH_DYLIB files |
| | case $cc_basename in |
| | xlc*) |
| | lt_prog_compiler_pic_GCJ='-qnocommon' |
| | lt_prog_compiler_wl_GCJ='-Wl,' |
| | ;; |
| | esac |
| | ;; |
| | |
mingw* | pw32* | os2*) | | mingw* | pw32* | os2*) |
# 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 |
| | |
lt_prog_compiler_wl_GCJ='-Wl,' | | lt_prog_compiler_wl_GCJ='-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 |
hppa*64*|ia64*) | | hppa*64*|ia64*) |
# +Z the default | | # +Z the default |
;; | | ;; |
| | |
lt_prog_compiler_static_GCJ='-Bstatic' | | lt_prog_compiler_static_GCJ='-Bstatic' |
;; | | ;; |
| | |
linux*) | | linux* | k*bsd*-gnu) |
case $CC in | | case $cc_basename in |
icc* | ecc*) | | icc* | ecc*) |
lt_prog_compiler_wl_GCJ='-Wl,' | | lt_prog_compiler_wl_GCJ='-Wl,' |
lt_prog_compiler_pic_GCJ='-KPIC' | | lt_prog_compiler_pic_GCJ='-KPIC' |
lt_prog_compiler_static_GCJ='-static' | | lt_prog_compiler_static_GCJ='-static' |
;; | | ;; |
| | pgcc* | pgf77* | pgf90* | pgf95*) |
| | # Portland Group compilers (*not* the Pentium gcc compiler, |
| | # which looks to be a dead project) |
| | lt_prog_compiler_wl_GCJ='-Wl,' |
| | lt_prog_compiler_pic_GCJ='-fpic' |
| | lt_prog_compiler_static_GCJ='-Bstatic' |
| | ;; |
ccc*) | | ccc*) |
lt_prog_compiler_wl_GCJ='-Wl,' | | lt_prog_compiler_wl_GCJ='-Wl,' |
# All Alpha code is PIC. | | # All Alpha code is PIC. |
| | |
lt_prog_compiler_static_GCJ='-non_shared' | | lt_prog_compiler_static_GCJ='-non_shared' |
;; | | ;; |
| | |
sco3.2v5*) | | |
lt_prog_compiler_pic_GCJ='-Kpic' | | |
lt_prog_compiler_static_GCJ='-dn' | | |
;; | | |
| | |
solaris*) | | solaris*) |
lt_prog_compiler_wl_GCJ='-Wl,' | | |
lt_prog_compiler_pic_GCJ='-KPIC' | | lt_prog_compiler_pic_GCJ='-KPIC' |
lt_prog_compiler_static_GCJ='-Bstatic' | | lt_prog_compiler_static_GCJ='-Bstatic' |
| | case $cc_basename in |
| | f77* | f90* | f95*) |
| | lt_prog_compiler_wl_GCJ='-Qoption ld ';; |
| | *) |
| | lt_prog_compiler_wl_GCJ='-Wl,';; |
| | esac |
;; | | ;; |
| | |
sunos4*) | | sunos4*) |
| | |
lt_prog_compiler_static_GCJ='-Bstatic' | | lt_prog_compiler_static_GCJ='-Bstatic' |
;; | | ;; |
| | |
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) | | sysv4 | sysv4.2uw2* | sysv4.3*) |
lt_prog_compiler_wl_GCJ='-Wl,' | | lt_prog_compiler_wl_GCJ='-Wl,' |
lt_prog_compiler_pic_GCJ='-KPIC' | | lt_prog_compiler_pic_GCJ='-KPIC' |
lt_prog_compiler_static_GCJ='-Bstatic' | | lt_prog_compiler_static_GCJ='-Bstatic' |
| | |
fi | | fi |
;; | | ;; |
| | |
| | sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) |
| | lt_prog_compiler_wl_GCJ='-Wl,' |
| | lt_prog_compiler_pic_GCJ='-KPIC' |
| | lt_prog_compiler_static_GCJ='-Bstatic' |
| | ;; |
| | |
| | unicos*) |
| | lt_prog_compiler_wl_GCJ='-Wl,' |
| | lt_prog_compiler_can_build_shared_GCJ=no |
| | ;; |
| | |
uts4*) | | uts4*) |
lt_prog_compiler_pic_GCJ='-pic' | | lt_prog_compiler_pic_GCJ='-pic' |
lt_prog_compiler_static_GCJ='-Bstatic' | | lt_prog_compiler_static_GCJ='-Bstatic' |
| | |
esac | | esac |
fi | | fi |
| | |
echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5 | | { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5 |
echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6 | | echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&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_GCJ"; then | | if test -n "$lt_prog_compiler_pic_GCJ"; then |
| | |
echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5 | | { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5 |
echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6 | | echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6; } |
if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then | | if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
# 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}? :&$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:15735: $lt_compile\"" >&5) | | (eval echo "\"\$as_me:16944: $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:15739: \$? = $ac_status" >&5 | | echo "$as_me:16948: \$? = $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 | | # So say no if there are warnings other than the usual output. |
if test ! -s conftest.err; then | | $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp |
| | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 |
| | if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then |
lt_prog_compiler_pic_works_GCJ=yes | | lt_prog_compiler_pic_works_GCJ=yes |
fi | | fi |
fi | | fi |
$rm conftest* | | $rm conftest* |
| | |
fi | | fi |
echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5 | | { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5 |
echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6 | | echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6; } |
| | |
if test x"$lt_prog_compiler_pic_works_GCJ" = xyes; then | | if test x"$lt_prog_compiler_pic_works_GCJ" = xyes; then |
case $lt_prog_compiler_pic_GCJ in | | case $lt_prog_compiler_pic_GCJ in |
| | |
fi | | fi |
| | |
fi | | fi |
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_GCJ= | | lt_prog_compiler_pic_GCJ= |
| | |
;; | | ;; |
esac | | esac |
| | |
echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 | | # |
echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 | | # Check to make sure the static flag actually works. |
| | # |
| | wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GCJ\" |
| | { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 |
| | echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } |
| | if test "${lt_prog_compiler_static_works_GCJ+set}" = set; then |
| | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | else |
| | lt_prog_compiler_static_works_GCJ=no |
| | save_LDFLAGS="$LDFLAGS" |
| | LDFLAGS="$LDFLAGS $lt_tmp_static_flag" |
| | printf "$lt_simple_link_test_code" > conftest.$ac_ext |
| | 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 |
| | # So say no if there are warnings |
| | if test -s conftest.err; then |
| | # Append any errors to the config.log. |
| | cat conftest.err 1>&5 |
| | $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp |
| | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 |
| | if diff conftest.exp conftest.er2 >/dev/null; then |
| | lt_prog_compiler_static_works_GCJ=yes |
| | fi |
| | else |
| | lt_prog_compiler_static_works_GCJ=yes |
| | fi |
| | fi |
| | $rm conftest* |
| | LDFLAGS="$save_LDFLAGS" |
| | |
| | fi |
| | { echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_GCJ" >&5 |
| | echo "${ECHO_T}$lt_prog_compiler_static_works_GCJ" >&6; } |
| | |
| | if test x"$lt_prog_compiler_static_works_GCJ" = xyes; then |
| | : |
| | else |
| | lt_prog_compiler_static_GCJ= |
| | fi |
| | |
| | |
| | { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 |
| | echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; } |
if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then | | if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
# 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}? :&$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:15795: $lt_compile\"" >&5) | | (eval echo "\"\$as_me:17048: $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:15799: \$? = $ac_status" >&5 | | echo "$as_me:17052: \$? = $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 |
if test ! -s out/conftest.err; then | | $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp |
| | $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 |
| | if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then |
lt_cv_prog_compiler_c_o_GCJ=yes | | lt_cv_prog_compiler_c_o_GCJ=yes |
fi | | fi |
fi | | fi |
chmod u+w . | | chmod u+w . 2>&5 |
$rm 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 |
| | |
$rm conftest* | | $rm conftest* |
| | |
fi | | fi |
echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5 | | { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5 |
echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6 | | echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6; } |
| | |
| | |
hard_links="nottested" | | hard_links="nottested" |
if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then | | if test "$lt_cv_prog_compiler_c_o_GCJ" = 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 | | { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 |
echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6 | | echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; } |
hard_links=yes | | hard_links=yes |
$rm 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 | | { echo "$as_me:$LINENO: result: $hard_links" >&5 |
echo "${ECHO_T}$hard_links" >&6 | | echo "${ECHO_T}$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 \`make -j' may be unsafe" >&5 | | { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 |
echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} | | echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} |
| | |
need_locks=no | | need_locks=no |
fi | | fi |
| | |
echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 | | { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 |
echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 | | echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } |
| | |
runpath_var= | | runpath_var= |
allow_undefined_flag_GCJ= | | allow_undefined_flag_GCJ= |
| | |
# 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. |
extract_expsyms_cmds= | | extract_expsyms_cmds= |
| | # Just being paranoid about ensuring that cc_basename is set. |
| | for cc_temp in $compiler""; do |
| | case $cc_temp in |
| | compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; |
| | distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; |
| | \-*) ;; |
| | *) break;; |
| | esac |
| | done |
| | cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` |
| | |
case $host_os in | | case $host_os in |
cygwin* | mingw* | pw32*) | | cygwin* | mingw* | pw32*) |
| | |
with_gnu_ld=no | | with_gnu_ld=no |
fi | | fi |
;; | | ;; |
| | interix*) |
| | # we just hope/assume this is gcc and not c89 (= MSVC++) |
| | with_gnu_ld=yes |
| | ;; |
openbsd*) | | openbsd*) |
with_gnu_ld=no | | with_gnu_ld=no |
;; | | ;; |
| | |
# 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 |
| | # are reset later if shared libraries are not supported. Putting them |
| | # here allows them to be overridden if necessary. |
| | runpath_var=LD_RUN_PATH |
| | hardcode_libdir_flag_spec_GCJ='${wl}--rpath ${wl}$libdir' |
| | export_dynamic_flag_spec_GCJ='${wl}--export-dynamic' |
| | # ancient GNU ld didn't support --whole-archive et. al. |
| | if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then |
| | whole_archive_flag_spec_GCJ="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' |
| | else |
| | whole_archive_flag_spec_GCJ= |
| | fi |
| | supports_anon_versioning=no |
| | case `$LD -v 2>/dev/null` in |
| | *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 |
| | *\ 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.*) ;; # other 2.11 versions |
| | *) supports_anon_versioning=yes ;; |
| | esac |
| | |
# See if GNU ld supports shared libraries. | | # See if GNU ld supports shared libraries. |
case $host_os in | | case $host_os in |
aix3* | aix4* | aix5*) | | aix3* | aix4* | aix5*) |
| | |
allow_undefined_flag_GCJ=unsupported | | allow_undefined_flag_GCJ=unsupported |
always_export_symbols_GCJ=no | | always_export_symbols_GCJ=no |
enable_shared_with_static_runtimes_GCJ=yes | | enable_shared_with_static_runtimes_GCJ=yes |
export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' | | export_symbols_cmds_GCJ='$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_GCJ='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' | | archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' |
# If the export-symbols file already is a .def file (1st line | | # If the export-symbols file already is a .def file (1st line |
# is EXPORTS), use it as is; otherwise, prepend... | | # is EXPORTS), use it as is; otherwise, prepend... |
archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then | | archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then |
| | |
echo EXPORTS > $output_objdir/$soname.def; | | echo EXPORTS > $output_objdir/$soname.def; |
cat $export_symbols >> $output_objdir/$soname.def; | | cat $export_symbols >> $output_objdir/$soname.def; |
fi~ | | fi~ |
$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' | | $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' |
else | | else |
ld_shlibs=no | | ld_shlibs_GCJ=no |
| | fi |
| | ;; |
| | |
| | interix3*) |
| | hardcode_direct_GCJ=no |
| | hardcode_shlibpath_var_GCJ=no |
| | hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' |
| | export_dynamic_flag_spec_GCJ='${wl}-E' |
| | # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. |
| | # Instead, shared libraries are loaded at an image base (0x10000000 by |
| | # default) and relocated if they conflict, which is a slow very memory |
| | # consuming and fragmenting process. To avoid this, we pick a random, |
| | # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link |
| | # time. Moving up from 0x10000000 also allows more sbrk(2) space. |
| | archive_cmds_GCJ='$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_GCJ='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' |
| | ;; |
| | |
| | linux* | k*bsd*-gnu) |
| | if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then |
| | tmp_addflag= |
| | case $cc_basename,$host_cpu in |
| | pgcc*) # Portland Group C compiler |
| | whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' |
| | tmp_addflag=' $pic_flag' |
| | ;; |
| | pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers |
| | whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' |
| | tmp_addflag=' $pic_flag -Mnomain' ;; |
| | ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 |
| | tmp_addflag=' -i_dynamic' ;; |
| | efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 |
| | tmp_addflag=' -i_dynamic -nofor_main' ;; |
| | ifc* | ifort*) # Intel Fortran compiler |
| | tmp_addflag=' -nofor_main' ;; |
| | esac |
| | archive_cmds_GCJ='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' |
| | |
| | if test $supports_anon_versioning = yes; then |
| | archive_expsym_cmds_GCJ='$echo "{ global:" > $output_objdir/$libname.ver~ |
| | cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ |
| | $echo "local: *; };" >> $output_objdir/$libname.ver~ |
| | $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' |
| | fi |
| | link_all_deplibs_GCJ=no |
| | else |
| | ld_shlibs_GCJ=no |
fi | | fi |
;; | | ;; |
| | |
netbsd* | netbsdelf*-gnu | knetbsd*-gnu) | | 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_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' | | archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' |
wlarc= | | wlarc= |
| | |
fi | | fi |
;; | | ;; |
| | |
solaris* | sysv5*) | | solaris*) |
if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then | | if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then |
ld_shlibs_GCJ=no | | ld_shlibs_GCJ=no |
cat <<EOF 1>&2 | | cat <<EOF 1>&2 |
| | |
fi | | fi |
;; | | ;; |
| | |
sunos4*) | | sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) |
archive_cmds_GCJ='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' | | case `$LD -v 2>&1` in |
wlarc= | | *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) |
hardcode_direct_GCJ=yes | | ld_shlibs_GCJ=no |
hardcode_shlibpath_var_GCJ=no | | cat <<_LT_EOF 1>&2 |
;; | | |
| | *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not |
| | *** reliably create shared libraries on SCO systems. Therefore, libtool |
| | *** is disabling shared libraries support. We urge you to upgrade GNU |
| | *** binutils to release 2.16.91.0.3 or newer. Another option is to modify |
| | *** your PATH or compiler configuration so that the native linker is |
| | *** used, and then restart. |
| | |
linux*) | | _LT_EOF |
| | ;; |
| | *) |
if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then | | if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then |
tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | | hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' |
archive_cmds_GCJ="$tmp_archive_cmds" | | archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib' |
supports_anon_versioning=no | | archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib' |
case `$LD -v 2>/dev/null` in | | |
*\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 | | |
*\ 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.*) ;; # other 2.11 versions | | |
*) supports_anon_versioning=yes ;; | | |
esac | | |
if test $supports_anon_versioning = yes; then | | |
archive_expsym_cmds_GCJ='$echo "{ global:" > $output_objdir/$libname.ver~ | | |
cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ | | |
$echo "local: *; };" >> $output_objdir/$libname.ver~ | | |
$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' | | |
else | | |
archive_expsym_cmds_GCJ="$tmp_archive_cmds" | | |
fi | | |
link_all_deplibs_GCJ=no | | |
else | | else |
ld_shlibs_GCJ=no | | ld_shlibs_GCJ=no |
fi | | fi |
;; | | ;; |
| | esac |
| | ;; |
| | |
| | sunos4*) |
| | archive_cmds_GCJ='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' |
| | wlarc= |
| | hardcode_direct_GCJ=yes |
| | hardcode_shlibpath_var_GCJ=no |
| | ;; |
| | |
*) | | *) |
if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then | | if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then |
| | |
;; | | ;; |
esac | | esac |
| | |
if test "$ld_shlibs_GCJ" = yes; then | | if test "$ld_shlibs_GCJ" = no; then |
runpath_var=LD_RUN_PATH | | runpath_var= |
hardcode_libdir_flag_spec_GCJ='${wl}--rpath ${wl}$libdir' | | hardcode_libdir_flag_spec_GCJ= |
export_dynamic_flag_spec_GCJ='${wl}--export-dynamic' | | export_dynamic_flag_spec_GCJ= |
# ancient GNU ld didn't support --whole-archive et. al. | | |
if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then | | |
whole_archive_flag_spec_GCJ="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' | | |
else | | |
whole_archive_flag_spec_GCJ= | | whole_archive_flag_spec_GCJ= |
fi | | fi |
fi | | |
else | | else |
# PORTME fill in a description of your system's linker (not GNU ld) | | # PORTME fill in a description of your system's linker (not GNU ld) |
case $host_os in | | case $host_os in |
| | |
# Note: this linker hardcodes the directories in LIBPATH if there | | # Note: this linker hardcodes the directories in LIBPATH if there |
# are no directories specified by -L. | | # are no directories specified by -L. |
hardcode_minus_L_GCJ=yes | | hardcode_minus_L_GCJ=yes |
if test "$GCC" = yes && test -z "$link_static_flag"; then | | if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then |
# Neither direct hardcoding nor static linking is supported with a | | # Neither direct hardcoding nor static linking is supported with a |
# broken collect2. | | # broken collect2. |
hardcode_direct_GCJ=unsupported | | hardcode_direct_GCJ=unsupported |
| | |
break | | break |
fi | | fi |
done | | done |
| | ;; |
esac | | esac |
| | |
exp_sym_flag='-bexport' | | exp_sym_flag='-bexport' |
| | |
link_all_deplibs_GCJ=yes | | link_all_deplibs_GCJ=yes |
| | |
if test "$GCC" = yes; then | | if test "$GCC" = yes; then |
case $host_os in aix4.012|aix4.012.*) | | case $host_os in aix4.[012]|aix4.[012].*) |
# We only want to do this on AIX 4.2 and lower, the check | | # We only want to do this on AIX 4.2 and lower, the check |
# below for broken collect2 doesn't work under 4.3+ | | # below for broken collect2 doesn't work under 4.3+ |
collect2name=`${CC} -print-prog-name=collect2` | | collect2name=`${CC} -print-prog-name=collect2` |
| | |
hardcode_libdir_flag_spec_GCJ='-L$libdir' | | hardcode_libdir_flag_spec_GCJ='-L$libdir' |
hardcode_libdir_separator_GCJ= | | hardcode_libdir_separator_GCJ= |
fi | | fi |
| | ;; |
esac | | esac |
shared_flag='-shared' | | shared_flag='-shared' |
| | if test "$aix_use_runtimelinking" = yes; then |
| | shared_flag="$shared_flag "'${wl}-G' |
| | fi |
else | | else |
# not using gcc | | # not using gcc |
if test "$host_cpu" = ia64; then | | if test "$host_cpu" = ia64; then |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | |
| | |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
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_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath" | | hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath" |
archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" | | archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; 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_GCJ='${wl}-R $libdir:/usr/lib:/lib' | | hardcode_libdir_flag_spec_GCJ='${wl}-R $libdir:/usr/lib:/lib' |
allow_undefined_flag_GCJ="-z nodefs" | | allow_undefined_flag_GCJ="-z nodefs" |
archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols" | | archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" |
else | | else |
# Determine the default libpath from the value encoded in an empty executable. | | # Determine the default libpath from the value encoded in an empty executable. |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | |
| | |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
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 |
| | |
| | |
# -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_GCJ=' ${wl}-bernotok' | | no_undefined_flag_GCJ=' ${wl}-bernotok' |
allow_undefined_flag_GCJ=' ${wl}-berok' | | allow_undefined_flag_GCJ=' ${wl}-berok' |
# -bexpall does not export symbols beginning with underscore (_) | | |
always_export_symbols_GCJ=yes | | |
# Exported symbols can be pulled into shared objects from archives | | # Exported symbols can be pulled into shared objects from archives |
whole_archive_flag_spec_GCJ=' ' | | whole_archive_flag_spec_GCJ='$convenience' |
archive_cmds_need_lc_GCJ=yes | | archive_cmds_need_lc_GCJ=yes |
# This is similar to how AIX traditionally builds it's shared libraries. | | # This is similar to how AIX traditionally builds its shared libraries. |
archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' | | archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' |
fi | | fi |
fi | | fi |
;; | | ;; |
| | |
ld_shlibs_GCJ=no | | ld_shlibs_GCJ=no |
;; | | ;; |
| | |
bsdi4*) | | bsdi[45]*) |
export_dynamic_flag_spec_GCJ=-rdynamic | | export_dynamic_flag_spec_GCJ=-rdynamic |
;; | | ;; |
| | |
| | |
old_archive_From_new_cmds_GCJ='true' | | old_archive_From_new_cmds_GCJ='true' |
# FIXME: Should let the user specify the lib program. | | # FIXME: Should let the user specify the lib program. |
old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs' | | old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs' |
fix_srcfile_path='`cygpath -w "$srcfile"`' | | fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`' |
enable_shared_with_static_runtimes_GCJ=yes | | enable_shared_with_static_runtimes_GCJ=yes |
;; | | ;; |
| | |
darwin* | rhapsody*) | | darwin* | rhapsody*) |
if test "$GXX" = yes ; then | | case $host_os in |
archive_cmds_need_lc_GCJ=no | | |
case "$host_os" in | | |
rhapsody* | darwin1.[012]) | | rhapsody* | darwin1.[012]) |
allow_undefined_flag_GCJ='-undefined suppress' | | allow_undefined_flag_GCJ='${wl}-undefined ${wl}suppress' |
;; | | ;; |
*) # Darwin 1.3 on | | *) # Darwin 1.3 on |
if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then | | if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then |
allow_undefined_flag_GCJ='-flat_namespace -undefined suppress' | | allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' |
else | | else |
case ${MACOSX_DEPLOYMENT_TARGET} in | | case ${MACOSX_DEPLOYMENT_TARGET} in |
10.[012]) | | 10.[012]) |
allow_undefined_flag_GCJ='-flat_namespace -undefined suppress' | | allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' |
;; | | ;; |
10.*) | | 10.*) |
allow_undefined_flag_GCJ='-undefined dynamic_lookup' | | allow_undefined_flag_GCJ='${wl}-undefined ${wl}dynamic_lookup' |
;; | | ;; |
esac | | esac |
fi | | fi |
;; | | ;; |
esac | | esac |
lt_int_apple_cc_single_mod=no | | archive_cmds_need_lc_GCJ=no |
output_verbose_link_cmd='echo' | | |
if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then | | |
lt_int_apple_cc_single_mod=yes | | |
fi | | |
if test "X$lt_int_apple_cc_single_mod" = Xyes ; then | | |
archive_cmds_GCJ='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' | | |
else | | |
archive_cmds_GCJ='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' | | |
fi | | |
module_cmds_GCJ='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' | | |
# Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's | | |
if test "X$lt_int_apple_cc_single_mod" = Xyes ; then | | |
archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | | |
else | | |
archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | | |
fi | | |
module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | | |
hardcode_direct_GCJ=no | | hardcode_direct_GCJ=no |
hardcode_automatic_GCJ=yes | | hardcode_automatic_GCJ=yes |
hardcode_shlibpath_var_GCJ=unsupported | | hardcode_shlibpath_var_GCJ=unsupported |
whole_archive_flag_spec_GCJ='-all_load $convenience' | | whole_archive_flag_spec_GCJ='' |
link_all_deplibs_GCJ=yes | | link_all_deplibs_GCJ=yes |
| | if test "$GCC" = yes ; then |
| | output_verbose_link_cmd='echo' |
| | archive_cmds_GCJ='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' |
| | module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' |
| | # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds |
| | archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' |
| | module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' |
else | | else |
| | case $cc_basename in |
| | xlc*) |
| | output_verbose_link_cmd='echo' |
| | archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' |
| | module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' |
| | # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds |
| | archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' |
| | module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' |
| | ;; |
| | *) |
ld_shlibs_GCJ=no | | ld_shlibs_GCJ=no |
| | ;; |
| | esac |
fi | | fi |
;; | | ;; |
| | |
| | |
;; | | ;; |
| | |
# FreeBSD 3 and greater uses gcc -shared to do shared libraries. | | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. |
freebsd* | kfreebsd*-gnu) | | freebsd* | dragonfly*) |
archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' | | archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' |
hardcode_libdir_flag_spec_GCJ='-R$libdir' | | hardcode_libdir_flag_spec_GCJ='-R$libdir' |
hardcode_direct_GCJ=yes | | hardcode_direct_GCJ=yes |
| | |
export_dynamic_flag_spec_GCJ='${wl}-E' | | export_dynamic_flag_spec_GCJ='${wl}-E' |
;; | | ;; |
| | |
hpux10* | hpux11*) | | hpux10*) |
if test "$GCC" = yes -a "$with_gnu_ld" = no; then | | if test "$GCC" = yes -a "$with_gnu_ld" = no; then |
case "$host_cpu" in | | archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' |
hppa*64*|ia64*) | | else |
| | archive_cmds_GCJ='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' |
| | fi |
| | if test "$with_gnu_ld" = no; then |
| | hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir' |
| | hardcode_libdir_separator_GCJ=: |
| | |
| | hardcode_direct_GCJ=yes |
| | export_dynamic_flag_spec_GCJ='${wl}-E' |
| | |
| | # hardcode_minus_L: Not really in the search PATH, |
| | # but as the default location of the library. |
| | hardcode_minus_L_GCJ=yes |
| | fi |
| | ;; |
| | |
| | hpux11*) |
| | if test "$GCC" = yes -a "$with_gnu_ld" = no; then |
| | case $host_cpu in |
| | hppa*64*) |
archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | | archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' |
;; | | ;; |
| | ia64*) |
| | archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' |
| | ;; |
*) | | *) |
archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' | | archive_cmds_GCJ='$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*|ia64*) | | hppa*64*) |
archive_cmds_GCJ='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags' | | archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' |
| | ;; |
| | ia64*) |
| | archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' |
;; | | ;; |
*) | | *) |
archive_cmds_GCJ='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | | archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' |
;; | | ;; |
esac | | esac |
fi | | fi |
if test "$with_gnu_ld" = no; then | | if test "$with_gnu_ld" = no; then |
case "$host_cpu" in | | |
hppa*64*) | | |
hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir' | | hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir' |
hardcode_libdir_flag_spec_ld_GCJ='+b $libdir' | | |
hardcode_libdir_separator_GCJ=: | | hardcode_libdir_separator_GCJ=: |
| | |
| | case $host_cpu in |
| | hppa*64*|ia64*) |
| | hardcode_libdir_flag_spec_ld_GCJ='+b $libdir' |
hardcode_direct_GCJ=no | | hardcode_direct_GCJ=no |
hardcode_shlibpath_var_GCJ=no | | hardcode_shlibpath_var_GCJ=no |
;; | | ;; |
ia64*) | | |
hardcode_libdir_flag_spec_GCJ='-L$libdir' | | |
hardcode_direct_GCJ=no | | |
hardcode_shlibpath_var_GCJ=no | | |
| | |
# hardcode_minus_L: Not really in the search PATH, | | |
# but as the default location of the library. | | |
hardcode_minus_L_GCJ=yes | | |
;; | | |
*) | | *) |
hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir' | | |
hardcode_libdir_separator_GCJ=: | | |
hardcode_direct_GCJ=yes | | hardcode_direct_GCJ=yes |
export_dynamic_flag_spec_GCJ='${wl}-E' | | export_dynamic_flag_spec_GCJ='${wl}-E' |
| | |
| | |
link_all_deplibs_GCJ=yes | | link_all_deplibs_GCJ=yes |
;; | | ;; |
| | |
netbsd* | netbsdelf*-gnu | knetbsd*-gnu) | | 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_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out | | archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out |
else | | else |
| | |
hardcode_shlibpath_var_GCJ=no | | hardcode_shlibpath_var_GCJ=no |
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then | | if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then |
archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' | | archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' |
| | archive_expsym_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' |
hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' | | hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' |
export_dynamic_flag_spec_GCJ='${wl}-E' | | export_dynamic_flag_spec_GCJ='${wl}-E' |
else | | else |
| | |
allow_undefined_flag_GCJ=' -expect_unresolved \*' | | allow_undefined_flag_GCJ=' -expect_unresolved \*' |
archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' | | archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' |
archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ | | archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ |
$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp' | | $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp' |
| | |
# Both c and cxx compiler support -rpath directly | | # Both c and cxx compiler support -rpath directly |
hardcode_libdir_flag_spec_GCJ='-rpath $libdir' | | hardcode_libdir_flag_spec_GCJ='-rpath $libdir' |
| | |
hardcode_libdir_separator_GCJ=: | | hardcode_libdir_separator_GCJ=: |
;; | | ;; |
| | |
sco3.2v5*) | | |
archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | | |
hardcode_shlibpath_var_GCJ=no | | |
export_dynamic_flag_spec_GCJ='${wl}-Bexport' | | |
runpath_var=LD_RUN_PATH | | |
hardcode_runpath_var=yes | | |
;; | | |
| | |
solaris*) | | solaris*) |
no_undefined_flag_GCJ=' -z text' | | no_undefined_flag_GCJ=' -z text' |
if test "$GCC" = yes; then | | if test "$GCC" = yes; then |
| | wlarc='${wl}' |
archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | | archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' |
archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ | | archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ |
$CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' | | $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' |
else | | else |
| | wlarc='' |
archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' | | archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' |
archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ | | archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ |
$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' | | $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' |
| | |
hardcode_shlibpath_var_GCJ=no | | hardcode_shlibpath_var_GCJ=no |
case $host_os in | | case $host_os in |
solaris2.[0-5] | solaris2.[0-5].*) ;; | | solaris2.[0-5] | solaris2.[0-5].*) ;; |
*) # Supported since Solaris 2.6 (maybe 2.5.1?) | | *) |
| | # The compiler driver will combine linker options so we |
| | # cannot just pass the convience library names through |
| | # without $wl, iff we do not link with $LD. |
| | # Luckily, gcc supports the same syntax we need for Sun Studio. |
| | # Supported since Solaris 2.6 (maybe 2.5.1?) |
| | case $wlarc in |
| | '') |
whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract' ;; | | whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract' ;; |
| | *) |
| | whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;; |
| | esac ;; |
esac | | esac |
link_all_deplibs_GCJ=yes | | link_all_deplibs_GCJ=yes |
;; | | ;; |
| | |
fi | | fi |
;; | | ;; |
| | |
sysv4.2uw2*) | | sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7*) |
archive_cmds_GCJ='$LD -G -o $lib $libobjs $deplibs $linker_flags' | | no_undefined_flag_GCJ='${wl}-z,text' |
hardcode_direct_GCJ=yes | | archive_cmds_need_lc_GCJ=no |
hardcode_minus_L_GCJ=no | | |
hardcode_shlibpath_var_GCJ=no | | hardcode_shlibpath_var_GCJ=no |
hardcode_runpath_var=yes | | runpath_var='LD_RUN_PATH' |
runpath_var=LD_RUN_PATH | | |
;; | | |
| | |
sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*) | | |
no_undefined_flag_GCJ='${wl}-z ${wl}text' | | |
if test "$GCC" = yes; then | | if test "$GCC" = yes; then |
archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | | archive_cmds_GCJ='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' |
| | archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' |
else | | else |
archive_cmds_GCJ='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | | archive_cmds_GCJ='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' |
| | archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' |
fi | | fi |
runpath_var='LD_RUN_PATH' | | |
hardcode_shlibpath_var_GCJ=no | | |
;; | | ;; |
| | |
sysv5*) | | sysv5* | sco3.2v5* | sco5v6*) |
no_undefined_flag_GCJ=' -z text' | | # Note: We can NOT use -z defs as we might desire, because we do not |
# $CC -shared without GNU ld will not create a library from C++ | | # link with -lc, and that would cause any symbols used from libc to |
# object files and a static libstdc++, better avoid it by now | | # always be unresolved, which means just about no library would |
archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' | | # ever link correctly. If we're not using GNU ld we use -z text |
archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ | | # though, which does catch some bad symbols but isn't as heavy-handed |
$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' | | # as -z defs. |
hardcode_libdir_flag_spec_GCJ= | | no_undefined_flag_GCJ='${wl}-z,text' |
| | allow_undefined_flag_GCJ='${wl}-z,nodefs' |
| | archive_cmds_need_lc_GCJ=no |
hardcode_shlibpath_var_GCJ=no | | hardcode_shlibpath_var_GCJ=no |
| | hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' |
| | hardcode_libdir_separator_GCJ=':' |
| | link_all_deplibs_GCJ=yes |
| | export_dynamic_flag_spec_GCJ='${wl}-Bexport' |
runpath_var='LD_RUN_PATH' | | runpath_var='LD_RUN_PATH' |
;; | | |
| | |
uts4*) | | if test "$GCC" = yes; then |
| | archive_cmds_GCJ='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' |
| | archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' |
| | else |
| | archive_cmds_GCJ='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' |
| | archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' |
| | fi |
| | ;; |
| | |
| | uts4*) |
archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | | archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' |
hardcode_libdir_flag_spec_GCJ='-L$libdir' | | hardcode_libdir_flag_spec_GCJ='-L$libdir' |
hardcode_shlibpath_var_GCJ=no | | hardcode_shlibpath_var_GCJ=no |
| | |
esac | | esac |
fi | | fi |
| | |
echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5 | | { echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5 |
echo "${ECHO_T}$ld_shlibs_GCJ" >&6 | | echo "${ECHO_T}$ld_shlibs_GCJ" >&6; } |
test "$ld_shlibs_GCJ" = no && can_build_shared=no | | test "$ld_shlibs_GCJ" = 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 COMPILER_PATH LIBRARY_PATH" | | |
fi | | |
| | |
# | | # |
# Do we need to explicitly link libc? | | # Do we need to explicitly link libc? |
# | | # |
| | |
# 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 linked in" >&5 | | { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 |
echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 | | echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } |
$rm conftest* | | $rm conftest* |
printf "$lt_simple_compile_test_code" > conftest.$ac_ext | | printf "$lt_simple_compile_test_code" > conftest.$ac_ext |
| | |
| | |
libobjs=conftest.$ac_objext | | libobjs=conftest.$ac_objext |
deplibs= | | deplibs= |
wl=$lt_prog_compiler_wl_GCJ | | wl=$lt_prog_compiler_wl_GCJ |
| | pic_flag=$lt_prog_compiler_pic_GCJ |
compiler_flags=-v | | compiler_flags=-v |
linker_flags=-v | | linker_flags=-v |
verstring= | | verstring= |
| | |
cat conftest.err 1>&5 | | cat conftest.err 1>&5 |
fi | | fi |
$rm conftest* | | $rm conftest* |
echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5 | | { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5 |
echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6 | | echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6; } |
;; | | ;; |
esac | | esac |
fi | | fi |
;; | | ;; |
esac | | esac |
| | |
echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 | | { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 |
echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 | | echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } |
library_names_spec= | | library_names_spec= |
libname_spec='lib$name' | | libname_spec='lib$name' |
soname_spec= | | soname_spec= |
| | |
shlibpath_var=LIBRARY_PATH | | shlibpath_var=LIBRARY_PATH |
;; | | ;; |
| | |
bsdi4*) | | bsdi[45]*) |
version_type=linux | | version_type=linux |
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}' |
| | |
dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ | | dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ |
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' |
postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ | | postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ |
dlpath=$dir/\$dldll~ | | dlpath=$dir/\$dldll~ |
$rm \$dlpath' | | $rm \$dlpath' |
| | |
;; | | ;; |
pw32*) | | pw32*) |
# pw32 DLLs use 'pw' prefix rather than 'lib' | | # pw32 DLLs use 'pw' prefix rather than 'lib' |
library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}' | | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
;; | | ;; |
esac | | esac |
;; | | ;; |
| | |
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`' |
# Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. | | # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. |
if test "$GCC" = yes; then | | if test "$GCC" = yes; then |
sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` | | sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` |
| | |
dynamic_linker=no | | dynamic_linker=no |
;; | | ;; |
| | |
kfreebsd*-gnu) | | freebsd* | dragonfly*) |
version_type=linux | | # DragonFly does not have aout. When/if they implement a new |
need_lib_prefix=no | | # versioning mechanism, adjust this. |
need_version=no | | if test -x /usr/bin/objformat; then |
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' | | objformat=`/usr/bin/objformat` |
soname_spec='${libname}${release}${shared_ext}$major' | | else |
shlibpath_var=LD_LIBRARY_PATH | | case $host_os in |
shlibpath_overrides_runpath=no | | freebsd[123]*) objformat=aout ;; |
hardcode_into_libs=yes | | *) objformat=elf ;; |
dynamic_linker='GNU ld.so' | | esac |
;; | | fi |
| | |
freebsd*) | | |
objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` | | |
version_type=freebsd-$objformat | | version_type=freebsd-$objformat |
case $version_type in | | case $version_type in |
freebsd-elf*) | | freebsd-elf*) |
| | |
freebsd2*) | | freebsd2*) |
shlibpath_overrides_runpath=yes | | shlibpath_overrides_runpath=yes |
;; | | ;; |
freebsd3.01* | freebsdelf3.01*) | | freebsd3.[01]* | freebsdelf3.[01]*) |
shlibpath_overrides_runpath=yes | | shlibpath_overrides_runpath=yes |
hardcode_into_libs=yes | | hardcode_into_libs=yes |
;; | | ;; |
*) # from 3.2 on | | freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ |
| | freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) |
shlibpath_overrides_runpath=no | | shlibpath_overrides_runpath=no |
hardcode_into_libs=yes | | hardcode_into_libs=yes |
;; | | ;; |
| | freebsd*) # from 4.6 on |
| | shlibpath_overrides_runpath=yes |
| | hardcode_into_libs=yes |
| | ;; |
esac | | esac |
;; | | ;; |
| | |
| | |
version_type=sunos | | version_type=sunos |
need_lib_prefix=no | | need_lib_prefix=no |
need_version=no | | need_version=no |
case "$host_cpu" in | | case $host_cpu in |
ia64*) | | ia64*) |
shrext_cmds='.so' | | shrext_cmds='.so' |
hardcode_into_libs=yes | | hardcode_into_libs=yes |
| | |
postinstall_cmds='chmod 555 $lib' | | postinstall_cmds='chmod 555 $lib' |
;; | | ;; |
| | |
| | interix3*) |
| | 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' |
| | dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' |
| | shlibpath_var=LD_LIBRARY_PATH |
| | shlibpath_overrides_runpath=no |
| | hardcode_into_libs=yes |
| | ;; |
| | |
irix5* | irix6* | nonstopux*) | | irix5* | irix6* | nonstopux*) |
case $host_os in | | case $host_os in |
nonstopux*) version_type=nonstopux ;; | | nonstopux*) version_type=nonstopux ;; |
| | |
;; | | ;; |
| | |
# This must be Linux ELF. | | # This must be Linux ELF. |
linux*) | | linux* | k*bsd*-gnu) |
version_type=linux | | version_type=linux |
need_lib_prefix=no | | need_lib_prefix=no |
need_version=no | | need_version=no |
| | |
| | |
# 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 |
lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '` | | lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` |
sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" | | sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" |
fi | | fi |
| | |
| | |
dynamic_linker='NetBSD ld.elf_so' | | dynamic_linker='NetBSD ld.elf_so' |
;; | | ;; |
| | |
knetbsd*-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='GNU ld.so' | | |
;; | | |
| | |
netbsd*) | | netbsd*) |
version_type=sunos | | version_type=sunos |
need_lib_prefix=no | | need_lib_prefix=no |
| | |
| | |
openbsd*) | | openbsd*) |
version_type=sunos | | version_type=sunos |
| | sys_lib_dlsearch_path_spec="/usr/lib" |
need_lib_prefix=no | | need_lib_prefix=no |
need_version=yes | | # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. |
| | case $host_os in |
| | openbsd3.3 | openbsd3.3.*) need_version=yes ;; |
| | *) need_version=no ;; |
| | esac |
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' | | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' |
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' | | finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' |
shlibpath_var=LD_LIBRARY_PATH | | shlibpath_var=LD_LIBRARY_PATH |
| | |
sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" | | sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" |
;; | | ;; |
| | |
sco3.2v5*) | | |
version_type=osf | | |
soname_spec='${libname}${release}${shared_ext}$major' | | |
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | | |
shlibpath_var=LD_LIBRARY_PATH | | |
;; | | |
| | |
solaris*) | | solaris*) |
version_type=linux | | version_type=linux |
need_lib_prefix=no | | need_lib_prefix=no |
| | |
sunos4*) | | sunos4*) |
version_type=sunos | | version_type=sunos |
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' | | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' |
finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' | | finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' |
shlibpath_var=LD_LIBRARY_PATH | | shlibpath_var=LD_LIBRARY_PATH |
shlibpath_overrides_runpath=yes | | shlibpath_overrides_runpath=yes |
if test "$with_gnu_ld" = yes; then | | if test "$with_gnu_ld" = yes; then |
need_lib_prefix=no | | need_lib_prefix=no |
fi | | |
need_version=yes | | |
;; | | |
| | |
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) | | |
version_type=linux | | |
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 | | |
case $host_vendor in | | |
sni) | | |
shlibpath_overrides_runpath=no | | |
need_lib_prefix=no | | |
export_dynamic_flag_spec='${wl}-Blargedynsym' | | |
runpath_var=LD_RUN_PATH | | |
;; | | |
siemens) | | |
need_lib_prefix=no | | |
;; | | |
motorola) | | |
need_lib_prefix=no | | |
need_version=no | | |
shlibpath_overrides_runpath=no | | |
sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' | | |
;; | | |
esac | | |
;; | | |
| | |
sysv4*MP*) | | |
if test -d /usr/nec ;then | | |
version_type=linux | | |
library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' | | |
soname_spec='$libname${shared_ext}.$major' | | |
shlibpath_var=LD_LIBRARY_PATH | | |
fi | | |
;; | | |
| | |
uts4*) | | |
version_type=linux | | |
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 | | |
;; | | |
| | |
*) | | |
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 | | |
| | |
echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 | | |
echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 | | |
hardcode_action_GCJ= | | |
if test -n "$hardcode_libdir_flag_spec_GCJ" || \ | | |
test -n "$runpath_var GCJ" || \ | | |
test "X$hardcode_automatic_GCJ"="Xyes" ; then | | |
| | |
# We can hardcode non-existant directories. | | |
if test "$hardcode_direct_GCJ" != 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_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no && | | |
test "$hardcode_minus_L_GCJ" != no; then | | |
# Linking always hardcodes the temporary library directory. | | |
hardcode_action_GCJ=relink | | |
else | | |
# We can link without hardcoding, and we can hardcode nonexisting dirs. | | |
hardcode_action_GCJ=immediate | | |
fi | | |
else | | |
# We cannot hardcode anything, or else we can only hardcode existing | | |
# directories. | | |
hardcode_action_GCJ=unsupported | | |
fi | | |
echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5 | | |
echo "${ECHO_T}$hardcode_action_GCJ" >&6 | | |
| | |
if test "$hardcode_action_GCJ" = relink; 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 | | |
| | |
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" | | |
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 | | |
| | |
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 gcc2 internal prototype to avoid an error. */ | | |
#ifdef __cplusplus | | |
extern "C" | | |
#endif | | |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char dlopen (); | | |
int | | |
main () | | |
{ | | |
dlopen (); | | |
; | | |
return 0; | | |
} | | |
_ACEOF | | |
rm -f conftest.$ac_objext conftest$ac_exeext | | |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } && | | |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; } && | | |
{ ac_try='test -s conftest$ac_exeext' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; }; 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 conftest.err conftest.$ac_objext \ | | |
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 gcc2 internal prototype to avoid an error. */ | | |
#ifdef __cplusplus | | |
extern "C" | | |
{ | | |
#endif | | |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
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 | | |
#else | | |
char (*f) () = shl_load; | | |
#endif | | |
#ifdef __cplusplus | | |
} | | |
#endif | | |
| | |
int | | |
main () | | |
{ | | |
return f != shl_load; | | |
; | | |
return 0; | | |
} | | |
_ACEOF | | |
rm -f conftest.$ac_objext conftest$ac_exeext | | |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } && | | |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; } && | | |
{ ac_try='test -s conftest$ac_exeext' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; }; 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 conftest.err conftest.$ac_objext \ | | |
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 gcc2 internal prototype to avoid an error. */ | | |
#ifdef __cplusplus | | |
extern "C" | | |
#endif | | |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char shl_load (); | | |
int | | |
main () | | |
{ | | |
shl_load (); | | |
; | | |
return 0; | | |
} | | |
_ACEOF | | |
rm -f conftest.$ac_objext conftest$ac_exeext | | |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } && | | |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; } && | | |
{ ac_try='test -s conftest$ac_exeext' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; }; 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 conftest.err conftest.$ac_objext \ | | |
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="-dld" | | |
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 dlopen. | | |
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 gcc2 internal prototype to avoid an error. */ | | |
#ifdef __cplusplus | | |
extern "C" | | |
{ | | |
#endif | | |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
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 | | |
#else | | |
char (*f) () = dlopen; | | |
#endif | | |
#ifdef __cplusplus | | |
} | | |
#endif | | |
| | |
int | | |
main () | | |
{ | | |
return f != dlopen; | | |
; | | |
return 0; | | |
} | | |
_ACEOF | | |
rm -f conftest.$ac_objext conftest$ac_exeext | | |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } && | | |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; } && | | |
{ ac_try='test -s conftest$ac_exeext' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; }; 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 conftest.err conftest.$ac_objext \ | | |
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 gcc2 internal prototype to avoid an error. */ | | |
#ifdef __cplusplus | | |
extern "C" | | |
#endif | | |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char dlopen (); | | |
int | | |
main () | | |
{ | | |
dlopen (); | | |
; | | |
return 0; | | |
} | | |
_ACEOF | | |
rm -f conftest.$ac_objext conftest$ac_exeext | | |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } && | | |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; } && | | |
{ ac_try='test -s conftest$ac_exeext' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; }; 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 conftest.err conftest.$ac_objext \ | | |
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 gcc2 internal prototype to avoid an error. */ | | |
#ifdef __cplusplus | | |
extern "C" | | |
#endif | | |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char dlopen (); | | |
int | | |
main () | | |
{ | | |
dlopen (); | | |
; | | |
return 0; | | |
} | | |
_ACEOF | | |
rm -f conftest.$ac_objext conftest$ac_exeext | | |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } && | | |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; } && | | |
{ ac_try='test -s conftest$ac_exeext' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; }; 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 conftest.err conftest.$ac_objext \ | | |
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 gcc2 internal prototype to avoid an error. */ | | |
#ifdef __cplusplus | | |
extern "C" | | |
#endif | | |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char dld_link (); | | |
int | | |
main () | | |
{ | | |
dld_link (); | | |
; | | |
return 0; | | |
} | | |
_ACEOF | | |
rm -f conftest.$ac_objext conftest$ac_exeext | | |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } && | | |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; } && | | |
{ ac_try='test -s conftest$ac_exeext' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; }; 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 conftest.err conftest.$ac_objext \ | | |
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="-dld" | | |
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_DLFCN_H" | | |
| | |
save_LDFLAGS="$LDFLAGS" | | |
eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" | | |
| | |
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 <<EOF | | |
#line 17983 "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); */ | | |
} | | |
| | |
exit (status); | | |
} | | |
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; ) 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_unknown|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 | | |
LDFLAGS="$LDFLAGS $link_static_flag" | | |
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 itself... $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 <<EOF | | |
#line 18081 "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); */ | | |
} | | |
| | |
exit (status); | | |
} | | |
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; ) 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_unknown|x*) lt_cv_dlopen_self_static=no ;; | | |
esac | | |
else : | | |
# compilation failed | | |
lt_cv_dlopen_self_static=no | | |
fi | | |
fi | | fi |
rm -fr conftest* | | need_version=yes |
| | ;; |
| | |
| | sysv4 | sysv4.3*) |
| | version_type=linux |
| | 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 |
| | case $host_vendor in |
| | sni) |
| | shlibpath_overrides_runpath=no |
| | need_lib_prefix=no |
| | export_dynamic_flag_spec='${wl}-Blargedynsym' |
| | runpath_var=LD_RUN_PATH |
| | ;; |
| | siemens) |
| | need_lib_prefix=no |
| | ;; |
| | motorola) |
| | need_lib_prefix=no |
| | need_version=no |
| | shlibpath_overrides_runpath=no |
| | sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' |
| | ;; |
| | esac |
| | ;; |
| | |
| | sysv4*MP*) |
| | if test -d /usr/nec ;then |
| | version_type=linux |
| | library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' |
| | soname_spec='$libname${shared_ext}.$major' |
| | shlibpath_var=LD_LIBRARY_PATH |
fi | | 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" | | sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) |
LDFLAGS="$save_LDFLAGS" | | version_type=freebsd-elf |
LIBS="$save_LIBS" | | need_lib_prefix=no |
| | need_version=no |
| | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' |
| | soname_spec='${libname}${release}${shared_ext}$major' |
| | shlibpath_var=LD_LIBRARY_PATH |
| | hardcode_into_libs=yes |
| | if test "$with_gnu_ld" = yes; then |
| | sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' |
| | shlibpath_overrides_runpath=no |
| | else |
| | sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' |
| | shlibpath_overrides_runpath=yes |
| | case $host_os in |
| | sco3.2v5*) |
| | sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" |
;; | | ;; |
esac | | esac |
| | fi |
| | sys_lib_dlsearch_path_spec='/usr/lib' |
| | ;; |
| | |
case $lt_cv_dlopen_self in | | uts4*) |
yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; | | version_type=linux |
*) enable_dlopen_self=unknown ;; | | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
esac | | soname_spec='${libname}${release}${shared_ext}$major' |
| | shlibpath_var=LD_LIBRARY_PATH |
| | ;; |
| | |
case $lt_cv_dlopen_self_static in | | *) |
yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; | | dynamic_linker=no |
*) enable_dlopen_self_static=unknown ;; | | ;; |
esac | | 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 COMPILER_PATH LIBRARY_PATH" |
| | fi |
| | |
| | { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 |
| | echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } |
| | hardcode_action_GCJ= |
| | if test -n "$hardcode_libdir_flag_spec_GCJ" || \ |
| | test -n "$runpath_var_GCJ" || \ |
| | test "X$hardcode_automatic_GCJ" = "Xyes" ; then |
| | |
| | # We can hardcode non-existant directories. |
| | if test "$hardcode_direct_GCJ" != 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_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no && |
| | test "$hardcode_minus_L_GCJ" != no; then |
| | # Linking always hardcodes the temporary library directory. |
| | hardcode_action_GCJ=relink |
| | else |
| | # We can link without hardcoding, and we can hardcode nonexisting dirs. |
| | hardcode_action_GCJ=immediate |
| | fi |
| | else |
| | # We cannot hardcode anything, or else we can only hardcode existing |
| | # directories. |
| | hardcode_action_GCJ=unsupported |
| | fi |
| | { echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5 |
| | echo "${ECHO_T}$hardcode_action_GCJ" >&6; } |
| | |
| | if test "$hardcode_action_GCJ" = relink; 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 |
| | |
| | |
| | |
# Now quote all the things that may contain metacharacters while being | | # Now quote all the things that may contain metacharacters while being |
# careful not to overquote the AC_SUBSTed values. We take copies of the | | # careful not to overquote the AC_SUBSTed values. We take copies of the |
# variables and quote the copies for generation of the libtool script. | | # variables and quote the copies for generation of the libtool script. |
for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ | | for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \ |
SED SHELL STRIP \ | | SED SHELL STRIP \ |
libname_spec library_names_spec soname_spec extract_expsyms_cmds \ | | libname_spec library_names_spec soname_spec extract_expsyms_cmds \ |
old_striplib striplib file_magic_cmd finish_cmds finish_eval \ | | old_striplib striplib file_magic_cmd finish_cmds finish_eval \ |
| | |
# The host system. | | # The host system. |
host_alias=$host_alias | | host_alias=$host_alias |
host=$host | | host=$host |
| | host_os=$host_os |
| | |
| | # The build system. |
| | build_alias=$build_alias |
| | build=$build |
| | build_os=$build_os |
| | |
# An echo program that does not interpret backslashes. | | # An echo program that does not interpret backslashes. |
echo=$lt_echo | | echo=$lt_echo |
| | |
# A C compiler. | | # A C compiler. |
LTCC=$lt_LTCC | | LTCC=$lt_LTCC |
| | |
| | # LTCC compiler flags. |
| | LTCFLAGS=$lt_LTCFLAGS |
| | |
# A language-specific compiler. | | # A language-specific compiler. |
CC=$lt_compiler_GCJ | | CC=$lt_compiler_GCJ |
| | |
| | |
RC) | | RC) |
| | |
| | |
| | |
# Source file extension for RC test sources. | | # Source file extension for RC test sources. |
ac_ext=rc | | ac_ext=rc |
| | |
| | |
# 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. |
| | 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 |
| | |
| | |
| | # save warnings/boilerplate of simple test code |
| | ac_outfile=conftest.$ac_objext |
| | printf "$lt_simple_compile_test_code" >conftest.$ac_ext |
| | eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err |
| | _lt_compiler_boilerplate=`cat conftest.err` |
| | $rm conftest* |
| | |
| | ac_outfile=conftest.$ac_objext |
| | printf "$lt_simple_link_test_code" >conftest.$ac_ext |
| | eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err |
| | _lt_linker_boilerplate=`cat conftest.err` |
| | $rm conftest* |
| | |
| | |
# Allow CC to be a program name with arguments. | | # Allow CC to be a program name with arguments. |
lt_save_CC="$CC" | | lt_save_CC="$CC" |
CC=${RC-"windres"} | | CC=${RC-"windres"} |
compiler=$CC | | compiler=$CC |
compiler_RC=$CC | | compiler_RC=$CC |
| | for cc_temp in $compiler""; do |
| | case $cc_temp in |
| | compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; |
| | distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; |
| | \-*) ;; |
| | *) break;; |
| | esac |
| | done |
| | cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` |
| | |
lt_cv_prog_compiler_c_o_RC=yes | | lt_cv_prog_compiler_c_o_RC=yes |
| | |
# The else clause should only fire when bootstrapping the | | # The else clause should only fire when bootstrapping the |
| | |
# Now quote all the things that may contain metacharacters while being | | # Now quote all the things that may contain metacharacters while being |
# careful not to overquote the AC_SUBSTed values. We take copies of the | | # careful not to overquote the AC_SUBSTed values. We take copies of the |
# variables and quote the copies for generation of the libtool script. | | # variables and quote the copies for generation of the libtool script. |
for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ | | for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \ |
SED SHELL STRIP \ | | SED SHELL STRIP \ |
libname_spec library_names_spec soname_spec extract_expsyms_cmds \ | | libname_spec library_names_spec soname_spec extract_expsyms_cmds \ |
old_striplib striplib file_magic_cmd finish_cmds finish_eval \ | | old_striplib striplib file_magic_cmd finish_cmds finish_eval \ |
| | |
# The host system. | | # The host system. |
host_alias=$host_alias | | host_alias=$host_alias |
host=$host | | host=$host |
| | host_os=$host_os |
| | |
| | # The build system. |
| | build_alias=$build_alias |
| | build=$build |
| | build_os=$build_os |
| | |
# An echo program that does not interpret backslashes. | | # An echo program that does not interpret backslashes. |
echo=$lt_echo | | echo=$lt_echo |
| | |
# A C compiler. | | # A C compiler. |
LTCC=$lt_LTCC | | LTCC=$lt_LTCC |
| | |
| | # LTCC compiler flags. |
| | LTCFLAGS=$lt_LTCFLAGS |
| | |
# A language-specific compiler. | | # A language-specific compiler. |
CC=$lt_compiler_RC | | CC=$lt_compiler_RC |
| | |
| | |
if test -n "$ac_tool_prefix"; then | | if test -n "$ac_tool_prefix"; then |
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. | | # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. |
set dummy ${ac_tool_prefix}gcc; ac_word=$2 | | set dummy ${ac_tool_prefix}gcc; ac_word=$2 |
echo "$as_me:$LINENO: checking for $ac_word" >&5 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_prog_CC+set}" = set; then | | if test "${ac_cv_prog_CC+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
ac_cv_prog_CC="${ac_tool_prefix}gcc" | | ac_cv_prog_CC="${ac_tool_prefix}gcc" |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | 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 |
| | |
fi | | fi |
fi | | fi |
CC=$ac_cv_prog_CC | | CC=$ac_cv_prog_CC |
if test -n "$CC"; then | | if test -n "$CC"; then |
echo "$as_me:$LINENO: result: $CC" >&5 | | { echo "$as_me:$LINENO: result: $CC" >&5 |
echo "${ECHO_T}$CC" >&6 | | echo "${ECHO_T}$CC" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | |
fi | | fi |
if test -z "$ac_cv_prog_CC"; then | | if test -z "$ac_cv_prog_CC"; then |
ac_ct_CC=$CC | | ac_ct_CC=$CC |
# Extract the first word of "gcc", so it can be a program name with args. | | # Extract the first word of "gcc", so it can be a program name with args. |
set dummy gcc; ac_word=$2 | | set dummy gcc; ac_word=$2 |
echo "$as_me:$LINENO: checking for $ac_word" >&5 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then | | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
ac_cv_prog_ac_ct_CC="gcc" | | ac_cv_prog_ac_ct_CC="gcc" |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | 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 |
| | |
fi | | fi |
fi | | fi |
ac_ct_CC=$ac_cv_prog_ac_ct_CC | | ac_ct_CC=$ac_cv_prog_ac_ct_CC |
if test -n "$ac_ct_CC"; then | | if test -n "$ac_ct_CC"; then |
echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 | | { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 |
echo "${ECHO_T}$ac_ct_CC" >&6 | | echo "${ECHO_T}$ac_ct_CC" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | if test "x$ac_ct_CC" = x; then |
| | CC="" |
| | else |
| | case $cross_compiling:$ac_tool_warned in |
| | yes:) |
| | { echo "$as_me:$LINENO: 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." >&5 |
| | 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 ;; |
| | esac |
CC=$ac_ct_CC | | CC=$ac_ct_CC |
| | fi |
else | | else |
CC="$ac_cv_prog_CC" | | CC="$ac_cv_prog_CC" |
fi | | fi |
| | |
if test -n "$ac_tool_prefix"; then | | if test -n "$ac_tool_prefix"; then |
# Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. | | # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. |
set dummy ${ac_tool_prefix}cc; ac_word=$2 | | set dummy ${ac_tool_prefix}cc; ac_word=$2 |
echo "$as_me:$LINENO: checking for $ac_word" >&5 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_prog_CC+set}" = set; then | | if test "${ac_cv_prog_CC+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
ac_cv_prog_CC="${ac_tool_prefix}cc" | | ac_cv_prog_CC="${ac_tool_prefix}cc" |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | 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 |
| | |
fi | | fi |
fi | | fi |
CC=$ac_cv_prog_CC | | CC=$ac_cv_prog_CC |
if test -n "$CC"; then | | if test -n "$CC"; then |
echo "$as_me:$LINENO: result: $CC" >&5 | | { echo "$as_me:$LINENO: result: $CC" >&5 |
echo "${ECHO_T}$CC" >&6 | | echo "${ECHO_T}$CC" >&6; } |
else | | |
echo "$as_me:$LINENO: result: no" >&5 | | |
echo "${ECHO_T}no" >&6 | | |
fi | | |
| | |
fi | | |
if test -z "$ac_cv_prog_CC"; then | | |
ac_ct_CC=$CC | | |
# Extract the first word of "cc", so it can be a program name with args. | | |
set dummy 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_ac_ct_CC+set}" = set; then | | |
echo $ECHO_N "(cached) $ECHO_C" >&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 | | else |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | | { echo "$as_me:$LINENO: result: no" >&5 |
for as_dir in $PATH | | echo "${ECHO_T}no" >&6; } |
do | | |
IFS=$as_save_IFS | | |
test -z "$as_dir" && as_dir=. | | |
for ac_exec_ext in '' $ac_executable_extensions; do | | |
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | |
ac_cv_prog_ac_ct_CC="cc" | | |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | |
break 2 | | |
fi | | fi |
done | | |
done | | |
| | |
fi | | |
fi | | |
ac_ct_CC=$ac_cv_prog_ac_ct_CC | | |
if test -n "$ac_ct_CC"; then | | |
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 | | |
| | |
CC=$ac_ct_CC | | |
else | | |
CC="$ac_cv_prog_CC" | | |
fi | | fi |
| | |
fi | | fi |
if test -z "$CC"; then | | if test -z "$CC"; then |
# Extract the first word of "cc", so it can be a program name with args. | | # Extract the first word of "cc", so it can be a program name with args. |
set dummy cc; ac_word=$2 | | set dummy cc; ac_word=$2 |
echo "$as_me:$LINENO: checking for $ac_word" >&5 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_prog_CC+set}" = set; then | | if test "${ac_cv_prog_CC+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then | | if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
ac_prog_rejected=yes | | ac_prog_rejected=yes |
continue | | continue |
| | |
fi | | fi |
done | | done |
done | | done |
| | IFS=$as_save_IFS |
| | |
if test $ac_prog_rejected = yes; then | | if test $ac_prog_rejected = yes; then |
# We found a bogon in the path, so make sure we never use it. | | # We found a bogon in the path, so make sure we never use it. |
| | |
fi | | fi |
CC=$ac_cv_prog_CC | | CC=$ac_cv_prog_CC |
if test -n "$CC"; then | | if test -n "$CC"; then |
echo "$as_me:$LINENO: result: $CC" >&5 | | { echo "$as_me:$LINENO: result: $CC" >&5 |
echo "${ECHO_T}$CC" >&6 | | echo "${ECHO_T}$CC" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | |
fi | | fi |
if test -z "$CC"; then | | if test -z "$CC"; then |
if test -n "$ac_tool_prefix"; then | | if test -n "$ac_tool_prefix"; then |
for ac_prog in cl | | for ac_prog in cl.exe |
do | | do |
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program 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 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_prog_CC+set}" = set; then | | if test "${ac_cv_prog_CC+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
ac_cv_prog_CC="$ac_tool_prefix$ac_prog" | | ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | 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 |
| | |
fi | | fi |
fi | | fi |
CC=$ac_cv_prog_CC | | CC=$ac_cv_prog_CC |
if test -n "$CC"; then | | if test -n "$CC"; then |
echo "$as_me:$LINENO: result: $CC" >&5 | | { echo "$as_me:$LINENO: result: $CC" >&5 |
echo "${ECHO_T}$CC" >&6 | | echo "${ECHO_T}$CC" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | |
test -n "$CC" && break | | test -n "$CC" && break |
done | | done |
fi | | fi |
if test -z "$CC"; then | | if test -z "$CC"; then |
ac_ct_CC=$CC | | ac_ct_CC=$CC |
for ac_prog in cl | | for ac_prog in cl.exe |
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 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then | | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
ac_cv_prog_ac_ct_CC="$ac_prog" | | ac_cv_prog_ac_ct_CC="$ac_prog" |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | 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 |
| | |
fi | | fi |
fi | | fi |
ac_ct_CC=$ac_cv_prog_ac_ct_CC | | ac_ct_CC=$ac_cv_prog_ac_ct_CC |
if test -n "$ac_ct_CC"; then | | if test -n "$ac_ct_CC"; then |
echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 | | { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 |
echo "${ECHO_T}$ac_ct_CC" >&6 | | echo "${ECHO_T}$ac_ct_CC" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | |
test -n "$ac_ct_CC" && break | | test -n "$ac_ct_CC" && break |
done | | done |
| | |
| | if test "x$ac_ct_CC" = x; then |
| | CC="" |
| | else |
| | case $cross_compiling:$ac_tool_warned in |
| | yes:) |
| | { echo "$as_me:$LINENO: 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." >&5 |
| | 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 ;; |
| | esac |
CC=$ac_ct_CC | | CC=$ac_ct_CC |
fi | | fi |
| | fi |
| | |
fi | | fi |
| | |
| | |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
| | |
# Provide some information about the compiler. | | # Provide some information about the compiler. |
echo "$as_me:$LINENO:" \ | | echo "$as_me:$LINENO: checking for C compiler version" >&5 |
"checking for C compiler version" >&5 | | |
ac_compiler=`set X $ac_compile; echo $2` | | ac_compiler=`set X $ac_compile; echo $2` |
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 | | { (ac_try="$ac_compiler --version >&5" |
(eval $ac_compiler --version </dev/null >&5) 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_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); } |
| | |
| | { 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 |
| | main () |
| | { |
| | #ifndef __GNUC__ |
| | choke me |
| | #endif |
| | |
| | ; |
| | 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); } && |
| | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| | { (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); }; } && |
| | { ac_try='test -s conftest.$ac_objext' |
| | { (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_compiler_gnu=yes |
| | else |
| | echo "$as_me: failed program was:" >&5 |
| | sed 's/^/| /' conftest.$ac_ext >&5 |
| | |
| | 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 |
| | { 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 |
| | 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=$? | | ac_status=$? |
| | grep -v '^ *+' conftest.er1 >conftest.err |
| | rm -f conftest.er1 |
| | cat conftest.err >&5 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } | | (exit $ac_status); } && |
{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
(eval $ac_compiler -v </dev/null >&5) 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_try") 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } | | (exit $ac_status); }; } && |
{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 | | { ac_try='test -s conftest.$ac_objext' |
(eval $ac_compiler -V </dev/null >&5) 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_try") 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } | | (exit $ac_status); }; }; then |
| | ac_cv_prog_cc_g=yes |
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 | | else |
| | echo "$as_me: failed program was:" >&5 |
| | sed 's/^/| /' conftest.$ac_ext >&5 |
| | |
| | CFLAGS="" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
_ACEOF | | _ACEOF |
| | |
int | | int |
main () | | main () |
{ | | { |
#ifndef __GNUC__ | | |
choke me | | |
#endif | | |
| | |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_compiler_gnu=yes | | : |
else | | else |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | |
ac_compiler_gnu=no | | ac_c_werror_flag=$ac_save_c_werror_flag |
fi | | |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
ac_cv_c_compiler_gnu=$ac_compiler_gnu | | |
| | |
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 | | |
CFLAGS="-g" | | CFLAGS="-g" |
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 | | |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
_ACEOF | | _ACEOF |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | |
ac_cv_prog_cc_g=no | | |
| | 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 | | fi |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
| | 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 | | { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 |
echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 | | echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } |
if test "$ac_test_CFLAGS" = set; then | | if test "$ac_test_CFLAGS" = set; then |
CFLAGS=$ac_save_CFLAGS | | CFLAGS=$ac_save_CFLAGS |
elif test $ac_cv_prog_cc_g = yes; then | | elif test $ac_cv_prog_cc_g = yes; then |
| | |
CFLAGS= | | CFLAGS= |
fi | | fi |
fi | | fi |
echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 | | { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 |
echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 | | echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } |
if test "${ac_cv_prog_cc_stdc+set}" = set; then | | if test "${ac_cv_prog_cc_c89+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
ac_cv_prog_cc_stdc=no | | ac_cv_prog_cc_c89=no |
ac_save_CC=$CC | | ac_save_CC=$CC |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
| | |
/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | | /* 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. | | function prototypes and stuff, but not '\xHH' hex character constants. |
These don't provoke an error unfortunately, instead are silently treated | | These don't provoke an error unfortunately, instead are silently treated |
as 'x'. The following induces an error, until -std1 is added to get | | 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 | | 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 | | array size at least. It's necessary to write '\x00'==0 to get something |
that's true only with -std1. */ | | that's true only with -std. */ |
int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; |
| | |
| | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters |
| | inside strings and character constants. */ |
| | #define FOO(x) 'x' |
| | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; |
| | |
int test (int i, double x); | | int test (int i, double x); |
struct s1 {int (*f) (int a);}; | | struct s1 {int (*f) (int a);}; |
struct s2 {int (*f) (double a);}; | | struct s2 {int (*f) (double a);}; |
| | |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
# Don't try gcc -ansi; that turns off useful extensions and | | for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ |
# breaks some systems' header files. | | -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" |
# AIX -qlanglvl=ansi | | |
# Ultrix and OSF/1 -std1 | | |
# HP-UX 10.20 and later -Ae | | |
# HP-UX older versions -Aa -D_HPUX_SOURCE | | |
# SVR4 -Xc -D__EXTENSIONS__ | | |
for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" | | |
do | | do |
CC="$ac_save_CC $ac_arg" | | CC="$ac_save_CC $ac_arg" |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_prog_cc_stdc=$ac_arg | | ac_cv_prog_cc_c89=$ac_arg |
break | | |
else | | else |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | |
| | |
fi | | fi |
rm -f conftest.err conftest.$ac_objext | | |
| | rm -f core conftest.err conftest.$ac_objext |
| | test "x$ac_cv_prog_cc_c89" != "xno" && break |
done | | done |
rm -f conftest.$ac_ext conftest.$ac_objext | | rm -f conftest.$ac_ext |
CC=$ac_save_CC | | CC=$ac_save_CC |
| | |
fi | | fi |
| | # AC_CACHE_VAL |
case "x$ac_cv_prog_cc_stdc" in | | case "x$ac_cv_prog_cc_c89" in |
x|xno) | | x) |
echo "$as_me:$LINENO: result: none needed" >&5 | | { echo "$as_me:$LINENO: result: none needed" >&5 |
echo "${ECHO_T}none needed" >&6 ;; | | echo "${ECHO_T}none needed" >&6; } ;; |
*) | | xno) |
echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 | | { echo "$as_me:$LINENO: result: unsupported" >&5 |
echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 | | echo "${ECHO_T}unsupported" >&6; } ;; |
CC="$CC $ac_cv_prog_cc_stdc" ;; | | *) |
| | CC="$CC $ac_cv_prog_cc_c89" |
| | { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 |
| | echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; |
esac | | esac |
| | |
# Some people use a C++ compiler to compile C. Since we use `exit', | | |
# in C++ we need to declare it. In case someone uses the same compiler | | |
# for both compiling C and C++ we need to have the C++ compiler decide | | |
# the declaration of exit, since it's the most demanding environment. | | |
cat >conftest.$ac_ext <<_ACEOF | | |
#ifndef __cplusplus | | |
choke me | | |
#endif | | |
_ACEOF | | |
rm -f conftest.$ac_objext | | |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&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); } && | | |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; } && | | |
{ ac_try='test -s conftest.$ac_objext' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; }; then | | |
for ac_declaration in \ | | |
'' \ | | |
'extern "C" void std::exit (int) throw (); using std::exit;' \ | | |
'extern "C" void std::exit (int); using std::exit;' \ | | |
'extern "C" void exit (int) throw ();' \ | | |
'extern "C" void exit (int);' \ | | |
'void exit (int);' | | |
do | | |
cat >conftest.$ac_ext <<_ACEOF | | |
/* confdefs.h. */ | | |
_ACEOF | | |
cat confdefs.h >>conftest.$ac_ext | | |
cat >>conftest.$ac_ext <<_ACEOF | | |
/* end confdefs.h. */ | | |
$ac_declaration | | |
#include <stdlib.h> | | |
int | | |
main () | | |
{ | | |
exit (42); | | |
; | | |
return 0; | | |
} | | |
_ACEOF | | |
rm -f conftest.$ac_objext | | |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&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); } && | | |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; } && | | |
{ ac_try='test -s conftest.$ac_objext' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; }; then | | |
: | | |
else | | |
echo "$as_me: failed program was:" >&5 | | |
sed 's/^/| /' conftest.$ac_ext >&5 | | |
| | |
continue | | |
fi | | |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
cat >conftest.$ac_ext <<_ACEOF | | |
/* confdefs.h. */ | | |
_ACEOF | | |
cat confdefs.h >>conftest.$ac_ext | | |
cat >>conftest.$ac_ext <<_ACEOF | | |
/* end confdefs.h. */ | | |
$ac_declaration | | |
int | | |
main () | | |
{ | | |
exit (42); | | |
; | | |
return 0; | | |
} | | |
_ACEOF | | |
rm -f conftest.$ac_objext | | |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&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); } && | | |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; } && | | |
{ ac_try='test -s conftest.$ac_objext' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; }; then | | |
break | | |
else | | |
echo "$as_me: failed program was:" >&5 | | |
sed 's/^/| /' conftest.$ac_ext >&5 | | |
| | |
fi | | |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
done | | |
rm -f conftest* | | |
if test -n "$ac_declaration"; then | | |
echo '#ifdef __cplusplus' >>confdefs.h | | |
echo $ac_declaration >>confdefs.h | | |
echo '#endif' >>confdefs.h | | |
fi | | |
| | |
else | | |
echo "$as_me: failed program was:" >&5 | | |
sed 's/^/| /' conftest.$ac_ext >&5 | | |
| | |
fi | | |
rm -f conftest.err conftest.$ac_objext 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' |
| | |
| | |
depcc="$CC" am_compiler_list= | | depcc="$CC" am_compiler_list= |
| | |
echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 | | { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 |
echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6 | | echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } |
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then | | if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
fi | | fi |
| | |
fi | | fi |
echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 | | { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 |
echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6 | | echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } |
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type | | CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type |
| | |
| | |
| | |
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 | | { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 |
echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 | | echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&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= |
| | |
#endif | | #endif |
Syntax error | | Syntax error |
_ACEOF | | _ACEOF |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | | if { (ac_try="$ac_cpp conftest.$ac_ext" |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
# 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 non-existent 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 >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
| | |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
#include <ac_nonexistent.h> | | #include <ac_nonexistent.h> |
_ACEOF | | _ACEOF |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | | if { (ac_try="$ac_cpp conftest.$ac_ext" |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
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 |
| | |
else | | else |
ac_cv_prog_CPP=$CPP | | ac_cv_prog_CPP=$CPP |
fi | | fi |
echo "$as_me:$LINENO: result: $CPP" >&5 | | { echo "$as_me:$LINENO: result: $CPP" >&5 |
echo "${ECHO_T}$CPP" >&6 | | echo "${ECHO_T}$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 |
| | |
#endif | | #endif |
Syntax error | | Syntax error |
_ACEOF | | _ACEOF |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | | if { (ac_try="$ac_cpp conftest.$ac_ext" |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
# 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 non-existent 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 >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
| | |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
#include <ac_nonexistent.h> | | #include <ac_nonexistent.h> |
_ACEOF | | _ACEOF |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | | if { (ac_try="$ac_cpp conftest.$ac_ext" |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
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 |
| | |
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 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_prog_LEX+set}" = set; then | | if test "${ac_cv_prog_LEX+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
ac_cv_prog_LEX="$ac_prog" | | ac_cv_prog_LEX="$ac_prog" |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | 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 |
| | |
fi | | fi |
fi | | fi |
LEX=$ac_cv_prog_LEX | | LEX=$ac_cv_prog_LEX |
if test -n "$LEX"; then | | if test -n "$LEX"; then |
echo "$as_me:$LINENO: result: $LEX" >&5 | | { echo "$as_me:$LINENO: result: $LEX" >&5 |
echo "${ECHO_T}$LEX" >&6 | | echo "${ECHO_T}$LEX" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | |
test -n "$LEX" && break | | test -n "$LEX" && break |
done | | done |
test -n "$LEX" || LEX=":" | | test -n "$LEX" || LEX=":" |
| | |
if test -z "$LEXLIB" | | if test -z "$LEXLIB" |
then | | then |
echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5 | | { echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5 |
echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6 | | echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6; } |
if test "${ac_cv_lib_fl_yywrap+set}" = set; then | | if test "${ac_cv_lib_fl_yywrap+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char yywrap (); | | char yywrap (); |
int | | int |
main () | | main () |
{ | | { |
yywrap (); | | return yywrap (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_fl_yywrap=no | | ac_cv_lib_fl_yywrap=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5 |
echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6 | | echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6; } |
if test $ac_cv_lib_fl_yywrap = yes; then | | if test $ac_cv_lib_fl_yywrap = yes; then |
LEXLIB="-lfl" | | LEXLIB="-lfl" |
else | | else |
echo "$as_me:$LINENO: checking for yywrap in -ll" >&5 | | { echo "$as_me:$LINENO: checking for yywrap in -ll" >&5 |
echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6 | | echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6; } |
if test "${ac_cv_lib_l_yywrap+set}" = set; then | | if test "${ac_cv_lib_l_yywrap+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char yywrap (); | | char yywrap (); |
int | | int |
main () | | main () |
{ | | { |
yywrap (); | | return yywrap (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_l_yywrap=no | | ac_cv_lib_l_yywrap=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5 |
echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6 | | echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6; } |
if test $ac_cv_lib_l_yywrap = yes; then | | if test $ac_cv_lib_l_yywrap = yes; then |
LEXLIB="-ll" | | LEXLIB="-ll" |
fi | | fi |
| | |
fi | | fi |
| | |
if test "x$LEX" != "x:"; then | | if test "x$LEX" != "x:"; then |
echo "$as_me:$LINENO: checking lex output file root" >&5 | | { echo "$as_me:$LINENO: checking lex output file root" >&5 |
echo $ECHO_N "checking lex output file root... $ECHO_C" >&6 | | echo $ECHO_N "checking lex output file root... $ECHO_C" >&6; } |
if test "${ac_cv_prog_lex_root+set}" = set; then | | if test "${ac_cv_prog_lex_root+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
%% | | %% |
%% | | %% |
_ACEOF | | _ACEOF |
{ (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5 | | { (ac_try="$LEX conftest.l" |
(eval $LEX conftest.l) 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 "$LEX conftest.l") 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } | | (exit $ac_status); } |
| | |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
fi | | fi |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5 |
echo "${ECHO_T}$ac_cv_prog_lex_root" >&6 | | echo "${ECHO_T}$ac_cv_prog_lex_root" >&6; } |
rm -f conftest.l | | rm -f conftest.l |
LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root | | LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root |
| | |
echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5 | | { echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5 |
echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6 | | echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6; } |
if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then | | if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
`cat $LEX_OUTPUT_ROOT.c` | | `cat $LEX_OUTPUT_ROOT.c` |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | |
| | |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_save_LIBS | | LIBS=$ac_save_LIBS |
rm -f "${LEX_OUTPUT_ROOT}.c" | | rm -f "${LEX_OUTPUT_ROOT}.c" |
| | |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5 |
echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6 | | echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6; } |
if test $ac_cv_prog_lex_yytext_pointer = yes; then | | if test $ac_cv_prog_lex_yytext_pointer = yes; then |
| | |
cat >>confdefs.h <<\_ACEOF | | cat >>confdefs.h <<\_ACEOF |
| | |
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 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_prog_AWK+set}" = set; then | | if test "${ac_cv_prog_AWK+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
ac_cv_prog_AWK="$ac_prog" | | ac_cv_prog_AWK="$ac_prog" |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | 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 |
| | |
fi | | fi |
fi | | fi |
AWK=$ac_cv_prog_AWK | | AWK=$ac_cv_prog_AWK |
if test -n "$AWK"; then | | if test -n "$AWK"; then |
echo "$as_me:$LINENO: result: $AWK" >&5 | | { echo "$as_me:$LINENO: result: $AWK" >&5 |
echo "${ECHO_T}$AWK" >&6 | | echo "${ECHO_T}$AWK" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | |
test -n "$AWK" && break | | test -n "$AWK" && break |
done | | done |
| | |
| | |
# Check whether --enable-dmalloc or --disable-dmalloc was given. | | # Check whether --enable-dmalloc was given. |
if test "${enable_dmalloc+set}" = set; then | | if test "${enable_dmalloc+set}" = set; then |
enableval="$enable_dmalloc" | | enableval=$enable_dmalloc; |
use_dmalloc=yes | | |
else | | else |
use_dmalloc=no | | enable_dmalloc=no |
fi; | | fi |
| | |
| | |
| | |
# Check whether --with-python or --without-python was given. | | # Check whether --with-python was given. |
if test "${with_python+set}" = set; then | | if test "${with_python+set}" = set; then |
withval="$with_python" | | withval=$with_python; PYTHON_HOME="$withval" |
PYTHON_HOME="$withval" | | fi |
fi; | | |
| | |
| | |
# Extract the first word of "latex", so it can be a program name with args. | | # Extract the first word of "latex", so it can be a program name with args. |
set dummy latex; ac_word=$2 | | set dummy latex; ac_word=$2 |
echo "$as_me:$LINENO: checking for $ac_word" >&5 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_path_LATEX+set}" = set; then | | if test "${ac_cv_path_LATEX+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
ac_cv_path_LATEX="$as_dir/$ac_word$ac_exec_ext" | | ac_cv_path_LATEX="$as_dir/$ac_word$ac_exec_ext" |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | 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 |
| | |
;; | | ;; |
esac | | esac |
fi | | fi |
LATEX=$ac_cv_path_LATEX | | LATEX=$ac_cv_path_LATEX |
| | |
if test -n "$LATEX"; then | | if test -n "$LATEX"; then |
echo "$as_me:$LINENO: result: $LATEX" >&5 | | { echo "$as_me:$LINENO: result: $LATEX" >&5 |
echo "${ECHO_T}$LATEX" >&6 | | echo "${ECHO_T}$LATEX" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | |
# Extract the first word of "gzip", so it can be a program name with args. | | # Extract the first word of "gzip", so it can be a program name with args. |
set dummy gzip; ac_word=$2 | | set dummy gzip; ac_word=$2 |
echo "$as_me:$LINENO: checking for $ac_word" >&5 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_path_GZIP+set}" = set; then | | if test "${ac_cv_path_GZIP+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
ac_cv_path_GZIP="$as_dir/$ac_word$ac_exec_ext" | | ac_cv_path_GZIP="$as_dir/$ac_word$ac_exec_ext" |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | 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 |
| | |
;; | | ;; |
esac | | esac |
fi | | fi |
GZIP=$ac_cv_path_GZIP | | GZIP=$ac_cv_path_GZIP |
| | |
if test -n "$GZIP"; then | | if test -n "$GZIP"; then |
echo "$as_me:$LINENO: result: $GZIP" >&5 | | { echo "$as_me:$LINENO: result: $GZIP" >&5 |
echo "${ECHO_T}$GZIP" >&6 | | echo "${ECHO_T}$GZIP" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | |
# Extract the first word of "gunzip", so it can be a program name with args. | | # Extract the first word of "gunzip", so it can be a program name with args. |
set dummy gunzip; ac_word=$2 | | set dummy gunzip; ac_word=$2 |
echo "$as_me:$LINENO: checking for $ac_word" >&5 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_path_GUNZIP+set}" = set; then | | if test "${ac_cv_path_GUNZIP+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
ac_cv_path_GUNZIP="$as_dir/$ac_word$ac_exec_ext" | | ac_cv_path_GUNZIP="$as_dir/$ac_word$ac_exec_ext" |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | 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 |
| | |
;; | | ;; |
esac | | esac |
fi | | fi |
GUNZIP=$ac_cv_path_GUNZIP | | GUNZIP=$ac_cv_path_GUNZIP |
| | |
if test -n "$GUNZIP"; then | | if test -n "$GUNZIP"; then |
echo "$as_me:$LINENO: result: $GUNZIP" >&5 | | { echo "$as_me:$LINENO: result: $GUNZIP" >&5 |
echo "${ECHO_T}$GUNZIP" >&6 | | echo "${ECHO_T}$GUNZIP" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | |
# Extract the first word of "tar", so it can be a program name with args. | | # Extract the first word of "tar", so it can be a program name with args. |
set dummy tar; ac_word=$2 | | set dummy tar; ac_word=$2 |
echo "$as_me:$LINENO: checking for $ac_word" >&5 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_path_TAR+set}" = set; then | | if test "${ac_cv_path_TAR+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
ac_cv_path_TAR="$as_dir/$ac_word$ac_exec_ext" | | ac_cv_path_TAR="$as_dir/$ac_word$ac_exec_ext" |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | 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 |
| | |
;; | | ;; |
esac | | esac |
fi | | fi |
TAR=$ac_cv_path_TAR | | TAR=$ac_cv_path_TAR |
| | |
if test -n "$TAR"; then | | if test -n "$TAR"; then |
echo "$as_me:$LINENO: result: $TAR" >&5 | | { echo "$as_me:$LINENO: result: $TAR" >&5 |
echo "${ECHO_T}$TAR" >&6 | | echo "${ECHO_T}$TAR" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | |
# Extract the first word of "perl", so it can be a program name with args. | | # Extract the first word of "perl", so it can be a program name with args. |
set dummy perl; ac_word=$2 | | set dummy perl; ac_word=$2 |
echo "$as_me:$LINENO: checking for $ac_word" >&5 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_path_PERL+set}" = set; then | | if test "${ac_cv_path_PERL+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" | | ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | 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 |
| | |
;; | | ;; |
esac | | esac |
fi | | fi |
PERL=$ac_cv_path_PERL | | PERL=$ac_cv_path_PERL |
| | |
if test -n "$PERL"; then | | if test -n "$PERL"; then |
echo "$as_me:$LINENO: result: $PERL" >&5 | | { echo "$as_me:$LINENO: result: $PERL" >&5 |
echo "${ECHO_T}$PERL" >&6 | | echo "${ECHO_T}$PERL" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | |
# Extract the first word of "basename", so it can be a program name with args. | | # Extract the first word of "basename", so it can be a program name with args. |
set dummy basename; ac_word=$2 | | set dummy basename; ac_word=$2 |
echo "$as_me:$LINENO: checking for $ac_word" >&5 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_path_BASENAME+set}" = set; then | | if test "${ac_cv_path_BASENAME+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
ac_cv_path_BASENAME="$as_dir/$ac_word$ac_exec_ext" | | ac_cv_path_BASENAME="$as_dir/$ac_word$ac_exec_ext" |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | 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 |
| | |
;; | | ;; |
esac | | esac |
fi | | fi |
BASENAME=$ac_cv_path_BASENAME | | BASENAME=$ac_cv_path_BASENAME |
| | |
if test -n "$BASENAME"; then | | if test -n "$BASENAME"; then |
echo "$as_me:$LINENO: result: $BASENAME" >&5 | | { echo "$as_me:$LINENO: result: $BASENAME" >&5 |
echo "${ECHO_T}$BASENAME" >&6 | | echo "${ECHO_T}$BASENAME" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | |
| | |
if test -n "$GZIP" -a -z "$GUNZIP" ; then | | if test -n "$GZIP" -a -z "$GUNZIP" ; then |
echo "Found gzip, but not gunzip - setting GUNZIP to gzip -c"; | | echo "Found gzip, but not gunzip - setting GUNZIP to gzip -c"; |
GUNZIP="$GZIP -c" | | GUNZIP="$GZIP -c" |
| | |
if test -z "$COMPRESS" ; then | | if test -z "$COMPRESS" ; then |
# Extract the first word of "compress", so it can be a program name with args. | | # Extract the first word of "compress", so it can be a program name with args. |
set dummy compress; ac_word=$2 | | set dummy compress; ac_word=$2 |
echo "$as_me:$LINENO: checking for $ac_word" >&5 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_path_COMPRESS+set}" = set; then | | if test "${ac_cv_path_COMPRESS+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
ac_cv_path_COMPRESS="$as_dir/$ac_word$ac_exec_ext" | | ac_cv_path_COMPRESS="$as_dir/$ac_word$ac_exec_ext" |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | 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 |
| | |
;; | | ;; |
esac | | esac |
fi | | fi |
COMPRESS=$ac_cv_path_COMPRESS | | COMPRESS=$ac_cv_path_COMPRESS |
| | |
if test -n "$COMPRESS"; then | | if test -n "$COMPRESS"; then |
echo "$as_me:$LINENO: result: $COMPRESS" >&5 | | { echo "$as_me:$LINENO: result: $COMPRESS" >&5 |
echo "${ECHO_T}$COMPRESS" >&6 | | echo "${ECHO_T}$COMPRESS" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | |
# Extract the first word of "uncompress", so it can be a program name with args. | | # Extract the first word of "uncompress", so it can be a program name with args. |
set dummy uncompress; ac_word=$2 | | set dummy uncompress; ac_word=$2 |
echo "$as_me:$LINENO: checking for $ac_word" >&5 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_path_UNCOMPRESS+set}" = set; then | | if test "${ac_cv_path_UNCOMPRESS+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
ac_cv_path_UNCOMPRESS="$as_dir/$ac_word$ac_exec_ext" | | ac_cv_path_UNCOMPRESS="$as_dir/$ac_word$ac_exec_ext" |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | 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 |
| | |
;; | | ;; |
esac | | esac |
fi | | fi |
UNCOMPRESS=$ac_cv_path_UNCOMPRESS | | UNCOMPRESS=$ac_cv_path_UNCOMPRESS |
| | |
if test -n "$UNCOMPRESS"; then | | if test -n "$UNCOMPRESS"; then |
echo "$as_me:$LINENO: result: $UNCOMPRESS" >&5 | | { echo "$as_me:$LINENO: result: $UNCOMPRESS" >&5 |
echo "${ECHO_T}$UNCOMPRESS" >&6 | | echo "${ECHO_T}$UNCOMPRESS" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | |
fi | | fi |
| | |
# Extract the first word of "bzip2", so it can be a program name with args. | | # Extract the first word of "bzip2", so it can be a program name with args. |
set dummy bzip2; ac_word=$2 | | set dummy bzip2; ac_word=$2 |
echo "$as_me:$LINENO: checking for $ac_word" >&5 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_path_BZIP+set}" = set; then | | if test "${ac_cv_path_BZIP+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
ac_cv_path_BZIP="$as_dir/$ac_word$ac_exec_ext" | | ac_cv_path_BZIP="$as_dir/$ac_word$ac_exec_ext" |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | 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 |
| | |
;; | | ;; |
esac | | esac |
fi | | fi |
BZIP=$ac_cv_path_BZIP | | BZIP=$ac_cv_path_BZIP |
| | |
if test -n "$BZIP"; then | | if test -n "$BZIP"; then |
echo "$as_me:$LINENO: result: $BZIP" >&5 | | { echo "$as_me:$LINENO: result: $BZIP" >&5 |
echo "${ECHO_T}$BZIP" >&6 | | echo "${ECHO_T}$BZIP" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | |
# Extract the first word of "bunzip2", so it can be a program name with args. | | # Extract the first word of "bunzip2", so it can be a program name with args. |
set dummy bunzip2; ac_word=$2 | | set dummy bunzip2; ac_word=$2 |
echo "$as_me:$LINENO: checking for $ac_word" >&5 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_path_BUNZIP+set}" = set; then | | if test "${ac_cv_path_BUNZIP+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
ac_cv_path_BUNZIP="$as_dir/$ac_word$ac_exec_ext" | | ac_cv_path_BUNZIP="$as_dir/$ac_word$ac_exec_ext" |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | 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 |
| | |
;; | | ;; |
esac | | esac |
fi | | fi |
BUNZIP=$ac_cv_path_BUNZIP | | BUNZIP=$ac_cv_path_BUNZIP |
| | |
if test -n "$BUNZIP"; then | | if test -n "$BUNZIP"; then |
echo "$as_me:$LINENO: result: $BUNZIP" >&5 | | { echo "$as_me:$LINENO: result: $BUNZIP" >&5 |
echo "${ECHO_T}$BUNZIP" >&6 | | echo "${ECHO_T}$BUNZIP" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | |
| | |
if test -n "$BZIP" -a -z "$BUNZIP" ; then | | if test -n "$BZIP" -a -z "$BUNZIP" ; then |
echo "Found bzip2, but not bunzip2 - setting BUNZIP to bzip2 -c"; | | echo "Found bzip2, but not bunzip2 - setting BUNZIP to bzip2 -c"; |
BUNZIP="$BZIP -c" | | BUNZIP="$BZIP -c" |
| | |
fi; | | fi; |
| | |
| | |
echo "$as_me:$LINENO: checking for main in -lnsl" >&5 | | { echo "$as_me:$LINENO: checking for main in -lnsl" >&5 |
echo $ECHO_N "checking for main in -lnsl... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -lnsl... $ECHO_C" >&6; } |
if test "${ac_cv_lib_nsl_main+set}" = set; then | | if test "${ac_cv_lib_nsl_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
int | | int |
main () | | main () |
{ | | { |
main (); | | return main (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_nsl_main=no | | ac_cv_lib_nsl_main=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_main" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_nsl_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_nsl_main" >&6; } |
if test $ac_cv_lib_nsl_main = yes; then | | if test $ac_cv_lib_nsl_main = yes; then |
cat >>confdefs.h <<_ACEOF | | cat >>confdefs.h <<_ACEOF |
#define HAVE_LIBNSL 1 | | #define HAVE_LIBNSL 1 |
| | |
fi | | fi |
| | |
| | |
echo "$as_me:$LINENO: checking for main in -lsocket" >&5 | | { echo "$as_me:$LINENO: checking for main in -lsocket" >&5 |
echo $ECHO_N "checking for main in -lsocket... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -lsocket... $ECHO_C" >&6; } |
if test "${ac_cv_lib_socket_main+set}" = set; then | | if test "${ac_cv_lib_socket_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
int | | int |
main () | | main () |
{ | | { |
main (); | | return main (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_socket_main=no | | ac_cv_lib_socket_main=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_socket_main" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_socket_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_socket_main" >&6; } |
if test $ac_cv_lib_socket_main = yes; then | | if test $ac_cv_lib_socket_main = yes; then |
cat >>confdefs.h <<_ACEOF | | cat >>confdefs.h <<_ACEOF |
#define HAVE_LIBSOCKET 1 | | #define HAVE_LIBSOCKET 1 |
| | |
fi | | fi |
| | |
| | |
| | { echo "$as_me:$LINENO: checking for X" >&5 |
| | echo $ECHO_N "checking for X... $ECHO_C" >&6; } |
| | |
if test "x$ac_path_x_has_been_run" != xyes; then | | |
echo "$as_me:$LINENO: checking for X" >&5 | | |
echo $ECHO_N "checking for X... $ECHO_C" >&6 | | |
| | |
ac_path_x_has_been_run=yes | | |
| | |
# Check whether --with-x or --without-x was given. | | # Check whether --with-x was given. |
if test "${with_x+set}" = set; then | | if test "${with_x+set}" = set; then |
withval="$with_x" | | withval=$with_x; |
| | fi |
| | |
fi; | | |
# $have_x is `yes', `no', `disabled', or empty when we do not yet know. | | # $have_x is `yes', `no', `disabled', or empty when we do not yet know. |
if test "x$with_x" = xno; then | | if test "x$with_x" = xno; then |
# The user explicitly disabled X. | | # The user explicitly disabled X. |
have_x=disabled | | have_x=disabled |
else | | else |
if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then | | case $x_includes,$x_libraries in #( |
# Both variables are already set. | | *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5 |
have_x=yes | | echo "$as_me: error: Cannot use X directory names containing '" >&2;} |
else | | { (exit 1); exit 1; }; };; #( |
if test "${ac_cv_have_x+set}" = set; then | | *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
# One or both of the vars are not set, and there is no cached value. | | # One or both of the vars are not set, and there is no cached value. |
ac_x_includes=no ac_x_libraries=no | | ac_x_includes=no ac_x_libraries=no |
rm -fr conftest.dir | | rm -f -r conftest.dir |
if mkdir conftest.dir; then | | if mkdir conftest.dir; then |
cd conftest.dir | | cd conftest.dir |
# Make sure to not put "make" in the Imakefile rules, since we grep it out. | | |
cat >Imakefile <<'_ACEOF' | | cat >Imakefile <<'_ACEOF' |
acfindx: | | incroot: |
@echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"' | | @echo incroot='${INCROOT}' |
| | usrlibdir: |
| | @echo usrlibdir='${USRLIBDIR}' |
| | libdir: |
| | @echo libdir='${LIBDIR}' |
_ACEOF | | _ACEOF |
if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then | | if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then |
# GNU make sometimes prints "make[1]: Entering...", which would confuse us. | | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
eval `${MAKE-make} acfindx 2>/dev/null | grep -v make` | | for ac_var in incroot usrlibdir libdir; do |
| | eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" |
| | done |
# Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. | | # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. |
for ac_extension in a so sl; do | | for ac_extension in a so sl; do |
if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && | | if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" && |
test -f $ac_im_libdir/libX11.$ac_extension; then | | test -f "$ac_im_libdir/libX11.$ac_extension"; then |
ac_im_usrlibdir=$ac_im_libdir; break | | ac_im_usrlibdir=$ac_im_libdir; break |
fi | | fi |
done | | done |
| | |
# bogus both because they are the default anyway, and because | | # bogus both because they are the default anyway, and because |
# using them would break gcc on systems where it needs fixed includes. | | # using them would break gcc on systems where it needs fixed includes. |
case $ac_im_incroot in | | case $ac_im_incroot in |
/usr/include) ;; | | /usr/include) ac_x_includes= ;; |
*) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;; | | *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;; |
esac | | esac |
case $ac_im_usrlibdir in | | case $ac_im_usrlibdir in |
| | |
esac | | esac |
fi | | fi |
cd .. | | cd .. |
rm -fr conftest.dir | | rm -f -r conftest.dir |
fi | | fi |
| | |
# Standard set of common directories for X headers. | | # Standard set of common directories for X headers. |
| | |
/usr/openwin/share/include' | | /usr/openwin/share/include' |
| | |
if test "$ac_x_includes" = no; then | | if test "$ac_x_includes" = no; then |
# Guess where to find include files, by looking for a specified header file. | | # Guess where to find include files, by looking for Xlib.h. |
# First, try using that file with no special directory specified. | | # First, try using that file with no special directory specified. |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
| | |
cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
#include <X11/Intrinsic.h> | | #include <X11/Xlib.h> |
_ACEOF | | _ACEOF |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | | if { (ac_try="$ac_cpp conftest.$ac_ext" |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | |
for ac_dir in $ac_x_header_dirs; do | | for ac_dir in $ac_x_header_dirs; do |
if test -r "$ac_dir/X11/Intrinsic.h"; then | | if test -r "$ac_dir/X11/Xlib.h"; then |
ac_x_includes=$ac_dir | | ac_x_includes=$ac_dir |
break | | break |
fi | | fi |
done | | done |
fi | | fi |
| | |
rm -f conftest.err conftest.$ac_ext | | rm -f conftest.err conftest.$ac_ext |
fi # $ac_x_includes = no | | fi # $ac_x_includes = no |
| | |
| | |
cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
#include <X11/Intrinsic.h> | | #include <X11/Xlib.h> |
int | | int |
main () | | main () |
{ | | { |
XtMalloc (0) | | XrmInitialize () |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
do | | do |
# Don't even attempt the hair of trying to link an X program! | | # Don't even attempt the hair of trying to link an X program! |
for ac_extension in a so sl; do | | for ac_extension in a so sl; do |
if test -r $ac_dir/libXt.$ac_extension; then | | if test -r "$ac_dir/libXt.$ac_extension"; then |
ac_x_libraries=$ac_dir | | ac_x_libraries=$ac_dir |
break 2 | | break 2 |
fi | | fi |
done | | done |
done | | done |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
fi # $ac_x_libraries = no | | fi # $ac_x_libraries = no |
| | |
if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then | | case $ac_x_includes,$ac_x_libraries in #( |
# Didn't find X anywhere. Cache the known absence of X. | | no,* | *,no | *\'*) |
ac_cv_have_x="have_x=no" | | # Didn't find X, or a directory has "'" in its name. |
else | | ac_cv_have_x="have_x=no";; #( |
| | *) |
# Record where we found X for the cache. | | # Record where we found X for the cache. |
ac_cv_have_x="have_x=yes \ | | ac_cv_have_x="have_x=yes \ |
ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" | | ac_x_includes='$ac_x_includes'\ |
fi | | ac_x_libraries='$ac_x_libraries'" |
fi | | esac |
| | |
fi | | fi |
| | ;; #( |
| | *) have_x=yes;; |
| | esac |
eval "$ac_cv_have_x" | | eval "$ac_cv_have_x" |
fi # $with_x != no | | fi # $with_x != no |
| | |
if test "$have_x" != yes; then | | if test "$have_x" != yes; then |
echo "$as_me:$LINENO: result: $have_x" >&5 | | { echo "$as_me:$LINENO: result: $have_x" >&5 |
echo "${ECHO_T}$have_x" >&6 | | echo "${ECHO_T}$have_x" >&6; } |
no_x=yes | | no_x=yes |
else | | else |
# If each of the values was on the command line, it overrides each guess. | | # If each of the values was on the command line, it overrides each guess. |
| | |
test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries | | test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries |
# Update the cache value to reflect the command line values. | | # Update the cache value to reflect the command line values. |
ac_cv_have_x="have_x=yes \ | | ac_cv_have_x="have_x=yes \ |
ac_x_includes=$x_includes ac_x_libraries=$x_libraries" | | ac_x_includes='$x_includes'\ |
# It might be that x_includes is empty (headers are found in the | | ac_x_libraries='$x_libraries'" |
# standard search path. Then output the corresponding message | | { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5 |
ac_out_x_includes=$x_includes | | echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; } |
test "x$x_includes" = x && ac_out_x_includes="in standard search path" | | |
echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5 | | |
echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6 | | |
fi | | fi |
| | |
fi | | |
if test "$no_x" = yes; then | | if test "$no_x" = yes; then |
# Not all programs may use this symbol, but it does not hurt to define it. | | # Not all programs may use this symbol, but it does not hurt to define it. |
| | |
| | |
# others require no space. Words are not sufficient . . . . | | # others require no space. Words are not sufficient . . . . |
case `(uname -sr) 2>/dev/null` in | | case `(uname -sr) 2>/dev/null` in |
"SunOS 5"*) | | "SunOS 5"*) |
echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5 | | { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5 |
echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6 | | echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; } |
ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" | | ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_R_nospace=no | | ac_R_nospace=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
if test $ac_R_nospace = yes; then | | if test $ac_R_nospace = yes; then |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
X_LIBS="$X_LIBS -R$x_libraries" | | X_LIBS="$X_LIBS -R$x_libraries" |
else | | else |
LIBS="$ac_xsave_LIBS -R $x_libraries" | | LIBS="$ac_xsave_LIBS -R $x_libraries" |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_R_space=no | | ac_R_space=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
if test $ac_R_space = yes; then | | if test $ac_R_space = yes; then |
echo "$as_me:$LINENO: result: yes" >&5 | | { echo "$as_me:$LINENO: result: yes" >&5 |
echo "${ECHO_T}yes" >&6 | | echo "${ECHO_T}yes" >&6; } |
X_LIBS="$X_LIBS -R $x_libraries" | | X_LIBS="$X_LIBS -R $x_libraries" |
else | | else |
echo "$as_me:$LINENO: result: neither works" >&5 | | { echo "$as_me:$LINENO: result: neither works" >&5 |
echo "${ECHO_T}neither works" >&6 | | echo "${ECHO_T}neither works" >&6; } |
fi | | fi |
fi | | fi |
LIBS=$ac_xsave_LIBS | | LIBS=$ac_xsave_LIBS |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char XOpenDisplay (); | | char XOpenDisplay (); |
int | | int |
main () | | main () |
{ | | { |
XOpenDisplay (); | | return XOpenDisplay (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | |
echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5 | | { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5 |
echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6 | | echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; } |
if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then | | if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char dnet_ntoa (); | | char dnet_ntoa (); |
int | | int |
main () | | main () |
{ | | { |
dnet_ntoa (); | | return dnet_ntoa (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_dnet_dnet_ntoa=no | | ac_cv_lib_dnet_dnet_ntoa=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 |
echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6 | | echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; } |
if test $ac_cv_lib_dnet_dnet_ntoa = yes; then | | if test $ac_cv_lib_dnet_dnet_ntoa = yes; then |
X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" | | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" |
fi | | fi |
| | |
if test $ac_cv_lib_dnet_dnet_ntoa = no; then | | if test $ac_cv_lib_dnet_dnet_ntoa = no; then |
echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5 | | { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5 |
echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6 | | echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; } |
if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then | | if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char dnet_ntoa (); | | char dnet_ntoa (); |
int | | int |
main () | | main () |
{ | | { |
dnet_ntoa (); | | return dnet_ntoa (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_dnet_stub_dnet_ntoa=no | | ac_cv_lib_dnet_stub_dnet_ntoa=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 |
echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6 | | echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; } |
if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then | | if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then |
X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" | | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" |
fi | | fi |
| | |
fi | | fi |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS="$ac_xsave_LIBS" | | LIBS="$ac_xsave_LIBS" |
| | |
| | |
# on Irix 5.2, according to T.E. Dickey. | | # on Irix 5.2, according to T.E. Dickey. |
# The functions gethostbyname, getservbyname, and inet_addr are | | # The functions gethostbyname, getservbyname, and inet_addr are |
# in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. | | # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. |
echo "$as_me:$LINENO: checking for gethostbyname" >&5 | | { echo "$as_me:$LINENO: checking for gethostbyname" >&5 |
echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6 | | echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; } |
if test "${ac_cv_func_gethostbyname+set}" = set; then | | if test "${ac_cv_func_gethostbyname+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
| | |
#undef gethostbyname | | #undef gethostbyname |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
{ | | |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char gethostbyname (); | | char gethostbyname (); |
/* The GNU C library defines this for functions which it implements | | /* The GNU C library defines this for functions which it implements |
to always fail with ENOSYS. Some functions are actually named | | to always fail with ENOSYS. Some functions are actually named |
something starting with __ and the normal name is an alias. */ | | something starting with __ and the normal name is an alias. */ |
#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) | | #if defined __stub_gethostbyname || defined __stub___gethostbyname |
choke me | | choke me |
#else | | |
char (*f) () = gethostbyname; | | |
#endif | | |
#ifdef __cplusplus | | |
} | | |
#endif | | #endif |
| | |
int | | int |
main () | | main () |
{ | | { |
return f != gethostbyname; | | return gethostbyname (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_func_gethostbyname=no | | ac_cv_func_gethostbyname=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5 |
echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6 | | echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; } |
| | |
if test $ac_cv_func_gethostbyname = no; then | | if test $ac_cv_func_gethostbyname = no; then |
echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 | | { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 |
echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6 | | echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; } |
if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then | | if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char gethostbyname (); | | char gethostbyname (); |
int | | int |
main () | | main () |
{ | | { |
gethostbyname (); | | return gethostbyname (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_nsl_gethostbyname=no | | ac_cv_lib_nsl_gethostbyname=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5 |
echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6 | | echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; } |
if test $ac_cv_lib_nsl_gethostbyname = yes; then | | if test $ac_cv_lib_nsl_gethostbyname = yes; then |
X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" | | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" |
fi | | fi |
| | |
if test $ac_cv_lib_nsl_gethostbyname = no; then | | if test $ac_cv_lib_nsl_gethostbyname = no; then |
echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5 | | { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5 |
echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6 | | echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; } |
if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then | | if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char gethostbyname (); | | char gethostbyname (); |
int | | int |
main () | | main () |
{ | | { |
gethostbyname (); | | return gethostbyname (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_bsd_gethostbyname=no | | ac_cv_lib_bsd_gethostbyname=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5 |
echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6 | | echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; } |
if test $ac_cv_lib_bsd_gethostbyname = yes; then | | if test $ac_cv_lib_bsd_gethostbyname = yes; then |
X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" | | X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" |
fi | | fi |
| | |
# variants that don't use the name server (or something). -lsocket | | # variants that don't use the name server (or something). -lsocket |
# must be given before -lnsl if both are needed. We assume that | | # must be given before -lnsl if both are needed. We assume that |
# if connect needs -lnsl, so does gethostbyname. | | # if connect needs -lnsl, so does gethostbyname. |
echo "$as_me:$LINENO: checking for connect" >&5 | | { echo "$as_me:$LINENO: checking for connect" >&5 |
echo $ECHO_N "checking for connect... $ECHO_C" >&6 | | echo $ECHO_N "checking for connect... $ECHO_C" >&6; } |
if test "${ac_cv_func_connect+set}" = set; then | | if test "${ac_cv_func_connect+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
| | |
#undef connect | | #undef connect |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
{ | | |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char connect (); | | char connect (); |
/* The GNU C library defines this for functions which it implements | | /* The GNU C library defines this for functions which it implements |
to always fail with ENOSYS. Some functions are actually named | | to always fail with ENOSYS. Some functions are actually named |
something starting with __ and the normal name is an alias. */ | | something starting with __ and the normal name is an alias. */ |
#if defined (__stub_connect) || defined (__stub___connect) | | #if defined __stub_connect || defined __stub___connect |
choke me | | choke me |
#else | | |
char (*f) () = connect; | | |
#endif | | |
#ifdef __cplusplus | | |
} | | |
#endif | | #endif |
| | |
int | | int |
main () | | main () |
{ | | { |
return f != connect; | | return connect (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_func_connect=no | | ac_cv_func_connect=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5 |
echo "${ECHO_T}$ac_cv_func_connect" >&6 | | echo "${ECHO_T}$ac_cv_func_connect" >&6; } |
| | |
if test $ac_cv_func_connect = no; then | | if test $ac_cv_func_connect = no; then |
echo "$as_me:$LINENO: checking for connect in -lsocket" >&5 | | { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5 |
echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6 | | echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; } |
if test "${ac_cv_lib_socket_connect+set}" = set; then | | if test "${ac_cv_lib_socket_connect+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char connect (); | | char connect (); |
int | | int |
main () | | main () |
{ | | { |
connect (); | | return connect (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_socket_connect=no | | ac_cv_lib_socket_connect=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5 |
echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6 | | echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; } |
if test $ac_cv_lib_socket_connect = yes; then | | if test $ac_cv_lib_socket_connect = yes; then |
X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" | | X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" |
fi | | fi |
| | |
fi | | fi |
| | |
# Guillermo Gomez says -lposix is necessary on A/UX. | | # Guillermo Gomez says -lposix is necessary on A/UX. |
echo "$as_me:$LINENO: checking for remove" >&5 | | { echo "$as_me:$LINENO: checking for remove" >&5 |
echo $ECHO_N "checking for remove... $ECHO_C" >&6 | | echo $ECHO_N "checking for remove... $ECHO_C" >&6; } |
if test "${ac_cv_func_remove+set}" = set; then | | if test "${ac_cv_func_remove+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
| | |
#undef remove | | #undef remove |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
{ | | |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char remove (); | | char remove (); |
/* The GNU C library defines this for functions which it implements | | /* The GNU C library defines this for functions which it implements |
to always fail with ENOSYS. Some functions are actually named | | to always fail with ENOSYS. Some functions are actually named |
something starting with __ and the normal name is an alias. */ | | something starting with __ and the normal name is an alias. */ |
#if defined (__stub_remove) || defined (__stub___remove) | | #if defined __stub_remove || defined __stub___remove |
choke me | | choke me |
#else | | |
char (*f) () = remove; | | |
#endif | | |
#ifdef __cplusplus | | |
} | | |
#endif | | #endif |
| | |
int | | int |
main () | | main () |
{ | | { |
return f != remove; | | return remove (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_func_remove=no | | ac_cv_func_remove=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5 |
echo "${ECHO_T}$ac_cv_func_remove" >&6 | | echo "${ECHO_T}$ac_cv_func_remove" >&6; } |
| | |
if test $ac_cv_func_remove = no; then | | if test $ac_cv_func_remove = no; then |
echo "$as_me:$LINENO: checking for remove in -lposix" >&5 | | { echo "$as_me:$LINENO: checking for remove in -lposix" >&5 |
echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6 | | echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; } |
if test "${ac_cv_lib_posix_remove+set}" = set; then | | if test "${ac_cv_lib_posix_remove+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char remove (); | | char remove (); |
int | | int |
main () | | main () |
{ | | { |
remove (); | | return remove (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_posix_remove=no | | ac_cv_lib_posix_remove=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5 |
echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6 | | echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; } |
if test $ac_cv_lib_posix_remove = yes; then | | if test $ac_cv_lib_posix_remove = yes; then |
X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" | | X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" |
fi | | fi |
| | |
fi | | fi |
| | |
# BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. | | # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. |
echo "$as_me:$LINENO: checking for shmat" >&5 | | { echo "$as_me:$LINENO: checking for shmat" >&5 |
echo $ECHO_N "checking for shmat... $ECHO_C" >&6 | | echo $ECHO_N "checking for shmat... $ECHO_C" >&6; } |
if test "${ac_cv_func_shmat+set}" = set; then | | if test "${ac_cv_func_shmat+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
| | |
#undef shmat | | #undef shmat |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
{ | | |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char shmat (); | | char shmat (); |
/* The GNU C library defines this for functions which it implements | | /* The GNU C library defines this for functions which it implements |
to always fail with ENOSYS. Some functions are actually named | | to always fail with ENOSYS. Some functions are actually named |
something starting with __ and the normal name is an alias. */ | | something starting with __ and the normal name is an alias. */ |
#if defined (__stub_shmat) || defined (__stub___shmat) | | #if defined __stub_shmat || defined __stub___shmat |
choke me | | choke me |
#else | | |
char (*f) () = shmat; | | |
#endif | | |
#ifdef __cplusplus | | |
} | | |
#endif | | #endif |
| | |
int | | int |
main () | | main () |
{ | | { |
return f != shmat; | | return shmat (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_func_shmat=no | | ac_cv_func_shmat=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5 |
echo "${ECHO_T}$ac_cv_func_shmat" >&6 | | echo "${ECHO_T}$ac_cv_func_shmat" >&6; } |
| | |
if test $ac_cv_func_shmat = no; then | | if test $ac_cv_func_shmat = no; then |
echo "$as_me:$LINENO: checking for shmat in -lipc" >&5 | | { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5 |
echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6 | | echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; } |
if test "${ac_cv_lib_ipc_shmat+set}" = set; then | | if test "${ac_cv_lib_ipc_shmat+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char shmat (); | | char shmat (); |
int | | int |
main () | | main () |
{ | | { |
shmat (); | | return shmat (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_ipc_shmat=no | | ac_cv_lib_ipc_shmat=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5 |
echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6 | | echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; } |
if test $ac_cv_lib_ipc_shmat = yes; then | | if test $ac_cv_lib_ipc_shmat = yes; then |
X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" | | X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" |
fi | | fi |
| | |
# These have to be linked with before -lX11, unlike the other | | # These have to be linked with before -lX11, unlike the other |
# libraries we check for below, so use a different variable. | | # libraries we check for below, so use a different variable. |
# John Interrante, Karl Berry | | # John Interrante, Karl Berry |
echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5 | | { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5 |
echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6 | | echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; } |
if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then | | if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char IceConnectionNumber (); | | char IceConnectionNumber (); |
int | | int |
main () | | main () |
{ | | { |
IceConnectionNumber (); | | return IceConnectionNumber (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_ICE_IceConnectionNumber=no | | ac_cv_lib_ICE_IceConnectionNumber=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 |
echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6 | | echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; } |
if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then | | if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then |
X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" | | X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" |
fi | | fi |
| | |
OLD_LD_FLAGS="$LDFLAGS" | | OLD_LD_FLAGS="$LDFLAGS" |
LDFLAGS="$X_PRE_LIBS $X_LIBS $X_EXTRA_LIBS" | | LDFLAGS="$X_PRE_LIBS $X_LIBS $X_EXTRA_LIBS" |
| | |
echo "$as_me:$LINENO: checking for main in -lX11" >&5 | | { echo "$as_me:$LINENO: checking for main in -lX11" >&5 |
echo $ECHO_N "checking for main in -lX11... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -lX11... $ECHO_C" >&6; } |
if test "${ac_cv_lib_X11_main+set}" = set; then | | if test "${ac_cv_lib_X11_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
int | | int |
main () | | main () |
{ | | { |
main (); | | return main (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_X11_main=no | | ac_cv_lib_X11_main=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_X11_main" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_X11_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_X11_main" >&6; } |
if test $ac_cv_lib_X11_main = yes; then | | if test $ac_cv_lib_X11_main = yes; then |
| | |
cat >>confdefs.h <<\_ACEOF | | cat >>confdefs.h <<\_ACEOF |
| | |
fi | | fi |
| | |
| | |
echo "$as_me:$LINENO: checking for main in -lICE" >&5 | | { echo "$as_me:$LINENO: checking for main in -lICE" >&5 |
echo $ECHO_N "checking for main in -lICE... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -lICE... $ECHO_C" >&6; } |
if test "${ac_cv_lib_ICE_main+set}" = set; then | | if test "${ac_cv_lib_ICE_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
int | | int |
main () | | main () |
{ | | { |
main (); | | return main (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_ICE_main=no | | ac_cv_lib_ICE_main=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_main" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_ICE_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_ICE_main" >&6; } |
if test $ac_cv_lib_ICE_main = yes; then | | if test $ac_cv_lib_ICE_main = yes; then |
| | |
cat >>confdefs.h <<\_ACEOF | | cat >>confdefs.h <<\_ACEOF |
| | |
fi | | fi |
| | |
| | |
echo "$as_me:$LINENO: checking for main in -lSM" >&5 | | { echo "$as_me:$LINENO: checking for main in -lSM" >&5 |
echo $ECHO_N "checking for main in -lSM... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -lSM... $ECHO_C" >&6; } |
if test "${ac_cv_lib_SM_main+set}" = set; then | | if test "${ac_cv_lib_SM_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
int | | int |
main () | | main () |
{ | | { |
main (); | | return main (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_SM_main=no | | ac_cv_lib_SM_main=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_SM_main" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_SM_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_SM_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_SM_main" >&6; } |
if test $ac_cv_lib_SM_main = yes; then | | if test $ac_cv_lib_SM_main = yes; then |
| | |
cat >>confdefs.h <<\_ACEOF | | cat >>confdefs.h <<\_ACEOF |
| | |
fi | | fi |
| | |
| | |
echo "$as_me:$LINENO: checking for main in -lXext" >&5 | | { echo "$as_me:$LINENO: checking for main in -lXext" >&5 |
echo $ECHO_N "checking for main in -lXext... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -lXext... $ECHO_C" >&6; } |
if test "${ac_cv_lib_Xext_main+set}" = set; then | | if test "${ac_cv_lib_Xext_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
int | | int |
main () | | main () |
{ | | { |
main (); | | return main (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_Xext_main=no | | ac_cv_lib_Xext_main=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_main" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_Xext_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_Xext_main" >&6; } |
if test $ac_cv_lib_Xext_main = yes; then | | if test $ac_cv_lib_Xext_main = yes; then |
| | |
cat >>confdefs.h <<\_ACEOF | | cat >>confdefs.h <<\_ACEOF |
| | |
fi | | fi |
| | |
| | |
echo "$as_me:$LINENO: checking for main in -lXt" >&5 | | { echo "$as_me:$LINENO: checking for main in -lXt" >&5 |
echo $ECHO_N "checking for main in -lXt... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -lXt... $ECHO_C" >&6; } |
if test "${ac_cv_lib_Xt_main+set}" = set; then | | if test "${ac_cv_lib_Xt_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
int | | int |
main () | | main () |
{ | | { |
main (); | | return main (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_Xt_main=no | | ac_cv_lib_Xt_main=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_Xt_main" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_Xt_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_Xt_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_Xt_main" >&6; } |
if test $ac_cv_lib_Xt_main = yes; then | | if test $ac_cv_lib_Xt_main = yes; then |
| | |
cat >>confdefs.h <<\_ACEOF | | cat >>confdefs.h <<\_ACEOF |
| | |
fi | | fi |
| | |
| | |
echo "$as_me:$LINENO: checking for main in -lXmu" >&5 | | { echo "$as_me:$LINENO: checking for main in -lXmu" >&5 |
echo $ECHO_N "checking for main in -lXmu... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -lXmu... $ECHO_C" >&6; } |
if test "${ac_cv_lib_Xmu_main+set}" = set; then | | if test "${ac_cv_lib_Xmu_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
int | | int |
main () | | main () |
{ | | { |
main (); | | return main (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_Xmu_main=no | | ac_cv_lib_Xmu_main=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_Xmu_main" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_Xmu_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_Xmu_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_Xmu_main" >&6; } |
if test $ac_cv_lib_Xmu_main = yes; then | | if test $ac_cv_lib_Xmu_main = yes; then |
| | |
cat >>confdefs.h <<\_ACEOF | | cat >>confdefs.h <<\_ACEOF |
| | |
fi | | fi |
| | |
| | |
echo "$as_me:$LINENO: checking for main in -lXaw" >&5 | | { echo "$as_me:$LINENO: checking for main in -lXaw" >&5 |
echo $ECHO_N "checking for main in -lXaw... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -lXaw... $ECHO_C" >&6; } |
if test "${ac_cv_lib_Xaw_main+set}" = set; then | | if test "${ac_cv_lib_Xaw_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
int | | int |
main () | | main () |
{ | | { |
main (); | | return main (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_Xaw_main=no | | ac_cv_lib_Xaw_main=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_Xaw_main" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_Xaw_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_Xaw_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_Xaw_main" >&6; } |
if test $ac_cv_lib_Xaw_main = yes; then | | if test $ac_cv_lib_Xaw_main = yes; then |
| | |
cat >>confdefs.h <<\_ACEOF | | cat >>confdefs.h <<\_ACEOF |
| | |
LDFLAGS="$OLD_LD_FLAGS" | | LDFLAGS="$OLD_LD_FLAGS" |
X11LIBS="$X_LIBS $X11LIBS" | | X11LIBS="$X_LIBS $X11LIBS" |
| | |
echo "$as_me:$LINENO: checking for main in -lXpm" >&5 | | { echo "$as_me:$LINENO: checking for main in -lXpm" >&5 |
echo $ECHO_N "checking for main in -lXpm... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -lXpm... $ECHO_C" >&6; } |
if test "${ac_cv_lib_Xpm_main+set}" = set; then | | if test "${ac_cv_lib_Xpm_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
int | | int |
main () | | main () |
{ | | { |
main (); | | return main (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_Xpm_main=no | | ac_cv_lib_Xpm_main=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_Xpm_main" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_Xpm_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_Xpm_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_Xpm_main" >&6; } |
if test $ac_cv_lib_Xpm_main = yes; then | | if test $ac_cv_lib_Xpm_main = yes; then |
| | |
cat >>confdefs.h <<\_ACEOF | | cat >>confdefs.h <<\_ACEOF |
| | |
| | |
| | |
| | |
echo "$as_me:$LINENO: checking for main in -lm" >&5 | | { echo "$as_me:$LINENO: checking for main in -lm" >&5 |
echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6; } |
if test "${ac_cv_lib_m_main+set}" = set; then | | if test "${ac_cv_lib_m_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
int | | int |
main () | | main () |
{ | | { |
main (); | | return main (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_m_main=no | | ac_cv_lib_m_main=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_m_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_m_main" >&6; } |
if test $ac_cv_lib_m_main = yes; then | | if test $ac_cv_lib_m_main = yes; then |
cat >>confdefs.h <<_ACEOF | | cat >>confdefs.h <<_ACEOF |
#define HAVE_LIBM 1 | | #define HAVE_LIBM 1 |
| | |
fi | | fi |
| | |
| | |
echo "$as_me:$LINENO: checking for main in -lpng" >&5 | | { echo "$as_me:$LINENO: checking for main in -lpng" >&5 |
echo $ECHO_N "checking for main in -lpng... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -lpng... $ECHO_C" >&6; } |
if test "${ac_cv_lib_png_main+set}" = set; then | | if test "${ac_cv_lib_png_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
int | | int |
main () | | main () |
{ | | { |
main (); | | return main (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_png_main=no | | ac_cv_lib_png_main=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_png_main" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_png_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_png_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_png_main" >&6; } |
if test $ac_cv_lib_png_main = yes; then | | if test $ac_cv_lib_png_main = yes; then |
| | |
cat >>confdefs.h <<\_ACEOF | | cat >>confdefs.h <<\_ACEOF |
| | |
fi | | fi |
| | |
| | |
echo "$as_me:$LINENO: checking for main in -lz" >&5 | | { echo "$as_me:$LINENO: checking for main in -lz" >&5 |
echo $ECHO_N "checking for main in -lz... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -lz... $ECHO_C" >&6; } |
if test "${ac_cv_lib_z_main+set}" = set; then | | if test "${ac_cv_lib_z_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
int | | int |
main () | | main () |
{ | | { |
main (); | | return main (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_z_main=no | | ac_cv_lib_z_main=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_z_main" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_z_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_z_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_z_main" >&6; } |
if test $ac_cv_lib_z_main = yes; then | | if test $ac_cv_lib_z_main = yes; then |
| | |
cat >>confdefs.h <<\_ACEOF | | cat >>confdefs.h <<\_ACEOF |
| | |
| | |
| | |
| | |
echo "$as_me:$LINENO: checking for main in -lcrypt" >&5 | | { echo "$as_me:$LINENO: checking for main in -lcrypt" >&5 |
echo $ECHO_N "checking for main in -lcrypt... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -lcrypt... $ECHO_C" >&6; } |
if test "${ac_cv_lib_crypt_main+set}" = set; then | | if test "${ac_cv_lib_crypt_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
int | | int |
main () | | main () |
{ | | { |
main (); | | return main (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_crypt_main=no | | ac_cv_lib_crypt_main=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_main" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_crypt_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_crypt_main" >&6; } |
if test $ac_cv_lib_crypt_main = yes; then | | if test $ac_cv_lib_crypt_main = yes; then |
cat >>confdefs.h <<_ACEOF | | cat >>confdefs.h <<_ACEOF |
#define HAVE_LIBCRYPT 1 | | #define HAVE_LIBCRYPT 1 |
| | |
fi | | fi |
| | |
| | |
echo "$as_me:$LINENO: checking for des_crypt in -ldes" >&5 | | { echo "$as_me:$LINENO: checking for des_crypt in -ldes" >&5 |
echo $ECHO_N "checking for des_crypt in -ldes... $ECHO_C" >&6 | | echo $ECHO_N "checking for des_crypt in -ldes... $ECHO_C" >&6; } |
if test "${ac_cv_lib_des_des_crypt+set}" = set; then | | if test "${ac_cv_lib_des_des_crypt+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char des_crypt (); | | char des_crypt (); |
int | | int |
main () | | main () |
{ | | { |
des_crypt (); | | return des_crypt (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_des_des_crypt=no | | ac_cv_lib_des_des_crypt=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_des_des_crypt" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_des_des_crypt" >&5 |
echo "${ECHO_T}$ac_cv_lib_des_des_crypt" >&6 | | echo "${ECHO_T}$ac_cv_lib_des_des_crypt" >&6; } |
if test $ac_cv_lib_des_des_crypt = yes; then | | if test $ac_cv_lib_des_des_crypt = yes; then |
cat >>confdefs.h <<_ACEOF | | cat >>confdefs.h <<_ACEOF |
#define HAVE_LIBDES 1 | | #define HAVE_LIBDES 1 |
| | |
| | |
| | |
| | |
echo "$as_me:$LINENO: checking for compress in -lz" >&5 | | { echo "$as_me:$LINENO: checking for compress in -lz" >&5 |
echo $ECHO_N "checking for compress in -lz... $ECHO_C" >&6 | | echo $ECHO_N "checking for compress in -lz... $ECHO_C" >&6; } |
if test "${ac_cv_lib_z_compress+set}" = set; then | | if test "${ac_cv_lib_z_compress+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char compress (); | | char compress (); |
int | | int |
main () | | main () |
{ | | { |
compress (); | | return compress (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_z_compress=no | | ac_cv_lib_z_compress=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_z_compress" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_z_compress" >&5 |
echo "${ECHO_T}$ac_cv_lib_z_compress" >&6 | | echo "${ECHO_T}$ac_cv_lib_z_compress" >&6; } |
if test $ac_cv_lib_z_compress = yes; then | | if test $ac_cv_lib_z_compress = yes; then |
cat >>confdefs.h <<_ACEOF | | cat >>confdefs.h <<_ACEOF |
#define HAVE_LIBZ 1 | | #define HAVE_LIBZ 1 |
| | |
| | |
| | |
| | |
if eval "test x$use_dmalloc = xyes"; then | | if eval "test x$enable_dmalloc = xyes"; then |
| | |
echo "$as_me:$LINENO: checking for main in -ldmalloc" >&5 | | { echo "$as_me:$LINENO: checking for main in -ldmalloc" >&5 |
echo $ECHO_N "checking for main in -ldmalloc... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -ldmalloc... $ECHO_C" >&6; } |
if test "${ac_cv_lib_dmalloc_main+set}" = set; then | | if test "${ac_cv_lib_dmalloc_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
int | | int |
main () | | main () |
{ | | { |
main (); | | return main (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_dmalloc_main=no | | ac_cv_lib_dmalloc_main=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_dmalloc_main" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_dmalloc_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_dmalloc_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_dmalloc_main" >&6; } |
if test $ac_cv_lib_dmalloc_main = yes; then | | if test $ac_cv_lib_dmalloc_main = yes; then |
cat >>confdefs.h <<_ACEOF | | cat >>confdefs.h <<_ACEOF |
#define HAVE_LIBDMALLOC 1 | | #define HAVE_LIBDMALLOC 1 |
| | |
| | |
else | | else |
| | |
echo "$as_me:$LINENO: checking for main in -ldmalloclp" >&5 | | { echo "$as_me:$LINENO: checking for main in -ldmalloclp" >&5 |
echo $ECHO_N "checking for main in -ldmalloclp... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -ldmalloclp... $ECHO_C" >&6; } |
if test "${ac_cv_lib_dmalloclp_main+set}" = set; then | | if test "${ac_cv_lib_dmalloclp_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
int | | int |
main () | | main () |
{ | | { |
main (); | | return main (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_dmalloclp_main=no | | ac_cv_lib_dmalloclp_main=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_dmalloclp_main" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_dmalloclp_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_dmalloclp_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_dmalloclp_main" >&6; } |
if test $ac_cv_lib_dmalloclp_main = yes; then | | if test $ac_cv_lib_dmalloclp_main = yes; then |
cat >>confdefs.h <<_ACEOF | | cat >>confdefs.h <<_ACEOF |
#define HAVE_LIBDMALLOCLP 1 | | #define HAVE_LIBDMALLOCLP 1 |
| | |
ac_header_dirent=no | | ac_header_dirent=no |
for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do | | for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do |
as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` | | as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` |
echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5 | | { echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5 |
echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6; } |
if eval "test \"\${$as_ac_Header+set}\" = set"; then | | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
eval "$as_ac_Header=no" | | eval "$as_ac_Header=no" |
fi | | fi |
rm -f 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: `eval echo '${'$as_ac_Header'}'`" >&5 | | ac_res=`eval echo '${'$as_ac_Header'}'` |
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| | echo "${ECHO_T}$ac_res" >&6; } |
if test `eval echo '${'$as_ac_Header'}'` = yes; then | | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
cat >>confdefs.h <<_ACEOF | | cat >>confdefs.h <<_ACEOF |
#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 | | #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 |
| | |
done | | done |
# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. | | # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. |
if test $ac_header_dirent = dirent.h; then | | if test $ac_header_dirent = dirent.h; then |
echo "$as_me:$LINENO: checking for library containing opendir" >&5 | | { echo "$as_me:$LINENO: checking for library containing opendir" >&5 |
echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6 | | echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; } |
if test "${ac_cv_search_opendir+set}" = set; then | | if test "${ac_cv_search_opendir+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
ac_func_search_save_LIBS=$LIBS | | ac_func_search_save_LIBS=$LIBS |
ac_cv_search_opendir=no | | |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
_ACEOF | | _ACEOF |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char opendir (); | | char opendir (); |
int | | int |
main () | | main () |
{ | | { |
opendir (); | | return opendir (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | for ac_lib in '' dir; do |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if test -z "$ac_lib"; then |
(eval $ac_link) 2>conftest.er1 | | ac_res="none required" |
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); } && | | |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; } && | | |
{ ac_try='test -s conftest$ac_exeext' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; }; then | | |
ac_cv_search_opendir="none required" | | |
else | | else |
echo "$as_me: failed program was:" >&5 | | ac_res=-l$ac_lib |
sed 's/^/| /' conftest.$ac_ext >&5 | | |
| | |
fi | | |
rm -f conftest.err conftest.$ac_objext \ | | |
conftest$ac_exeext conftest.$ac_ext | | |
if test "$ac_cv_search_opendir" = no; then | | |
for ac_lib in dir; do | | |
LIBS="-l$ac_lib $ac_func_search_save_LIBS" | | LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
cat >conftest.$ac_ext <<_ACEOF | | fi |
/* confdefs.h. */ | | |
_ACEOF | | |
cat confdefs.h >>conftest.$ac_ext | | |
cat >>conftest.$ac_ext <<_ACEOF | | |
/* end confdefs.h. */ | | |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | |
#ifdef __cplusplus | | |
extern "C" | | |
#endif | | |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char opendir (); | | |
int | | |
main () | | |
{ | | |
opendir (); | | |
; | | |
return 0; | | |
} | | |
_ACEOF | | |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_search_opendir="-l$ac_lib" | | ac_cv_search_opendir=$ac_res |
break | | |
else | | else |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | |
fi | | |
rm -f conftest.err conftest.$ac_objext \ | | |
conftest$ac_exeext conftest.$ac_ext | | |
done | | |
fi | | |
LIBS=$ac_func_search_save_LIBS | | |
fi | | |
echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 | | |
echo "${ECHO_T}$ac_cv_search_opendir" >&6 | | |
if test "$ac_cv_search_opendir" != no; then | | |
test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS" | | |
| | |
fi | | fi |
| | |
else | | rm -f core conftest.err conftest.$ac_objext \ |
echo "$as_me:$LINENO: checking for library containing opendir" >&5 | | conftest$ac_exeext |
echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6 | | |
if test "${ac_cv_search_opendir+set}" = set; then | | if test "${ac_cv_search_opendir+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | break |
| | fi |
| | done |
| | if test "${ac_cv_search_opendir+set}" = set; then |
| | : |
else | | else |
ac_func_search_save_LIBS=$LIBS | | |
ac_cv_search_opendir=no | | ac_cv_search_opendir=no |
cat >conftest.$ac_ext <<_ACEOF | | fi |
/* confdefs.h. */ | | rm conftest.$ac_ext |
_ACEOF | | LIBS=$ac_func_search_save_LIBS |
cat confdefs.h >>conftest.$ac_ext | | fi |
cat >>conftest.$ac_ext <<_ACEOF | | { echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 |
/* end confdefs.h. */ | | echo "${ECHO_T}$ac_cv_search_opendir" >&6; } |
| | ac_res=$ac_cv_search_opendir |
/* Override any gcc2 internal prototype to avoid an error. */ | | if test "$ac_res" != no; then |
#ifdef __cplusplus | | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
extern "C" | | |
#endif | | |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char opendir (); | | |
int | | |
main () | | |
{ | | |
opendir (); | | |
; | | |
return 0; | | |
} | | |
_ACEOF | | |
rm -f conftest.$ac_objext conftest$ac_exeext | | |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } && | | |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; } && | | |
{ ac_try='test -s conftest$ac_exeext' | | |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | |
(eval $ac_try) 2>&5 | | |
ac_status=$? | | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | |
(exit $ac_status); }; }; then | | |
ac_cv_search_opendir="none required" | | |
else | | |
echo "$as_me: failed program was:" >&5 | | |
sed 's/^/| /' conftest.$ac_ext >&5 | | |
| | |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
conftest$ac_exeext conftest.$ac_ext | | else |
if test "$ac_cv_search_opendir" = no; then | | { echo "$as_me:$LINENO: checking for library containing opendir" >&5 |
for ac_lib in x; do | | echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; } |
LIBS="-l$ac_lib $ac_func_search_save_LIBS" | | if test "${ac_cv_search_opendir+set}" = set; then |
| | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | else |
| | ac_func_search_save_LIBS=$LIBS |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
_ACEOF | | _ACEOF |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char opendir (); | | char opendir (); |
int | | int |
main () | | main () |
{ | | { |
opendir (); | | return opendir (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
| | for ac_lib in '' x; do |
| | if test -z "$ac_lib"; then |
| | ac_res="none required" |
| | else |
| | ac_res=-l$ac_lib |
| | LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
| | fi |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_search_opendir="-l$ac_lib" | | ac_cv_search_opendir=$ac_res |
break | | |
else | | else |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | |
| | |
| | fi |
| | |
| | rm -f core conftest.err conftest.$ac_objext \ |
| | conftest$ac_exeext |
| | if test "${ac_cv_search_opendir+set}" = set; then |
| | break |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
conftest$ac_exeext conftest.$ac_ext | | |
done | | done |
| | if test "${ac_cv_search_opendir+set}" = set; then |
| | : |
| | else |
| | ac_cv_search_opendir=no |
fi | | fi |
| | rm conftest.$ac_ext |
LIBS=$ac_func_search_save_LIBS | | LIBS=$ac_func_search_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 |
echo "${ECHO_T}$ac_cv_search_opendir" >&6 | | echo "${ECHO_T}$ac_cv_search_opendir" >&6; } |
if test "$ac_cv_search_opendir" != no; then | | ac_res=$ac_cv_search_opendir |
test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS" | | if test "$ac_res" != no; then |
| | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
| | |
fi | | fi |
| | |
fi | | fi |
| | |
echo "$as_me:$LINENO: checking for ANSI C header files" >&5 | | { echo "$as_me:$LINENO: checking for ANSI C header files" >&5 |
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 | | echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } |
if test "${ac_cv_header_stdc+set}" = set; then | | if test "${ac_cv_header_stdc+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_header_stdc=no | | ac_cv_header_stdc=no |
fi | | fi |
rm -f 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 >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
#include <ctype.h> | | #include <ctype.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)) |
| | |
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)) |
exit(2); | | return 2; |
exit (0); | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest$ac_exeext | | rm -f conftest$ac_exeext |
if { (eval echo "$as_me:$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=$? | | ac_status=$? |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && { ac_try='./conftest$ac_exeext' | | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
( exit $ac_status ) | | ( exit $ac_status ) |
ac_cv_header_stdc=no | | ac_cv_header_stdc=no |
fi | | fi |
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
fi | | fi |
| | |
| | |
fi | | fi |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 |
echo "${ECHO_T}$ac_cv_header_stdc" >&6 | | echo "${ECHO_T}$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 | | cat >>confdefs.h <<\_ACEOF |
| | |
for ac_header in fcntl.h limits.h malloc.h strings.h sys/file.h sys/ioctl.h sys/time.h time.h unistd.h stddef.h stdlib.h sys/ttycom.h sys/termios.h crypt.h arpa/inet.h des.h zlib.h | | for ac_header in fcntl.h limits.h malloc.h strings.h sys/file.h sys/ioctl.h sys/time.h time.h unistd.h stddef.h stdlib.h sys/ttycom.h sys/termios.h crypt.h arpa/inet.h des.h zlib.h |
do | | do |
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
if eval "test \"\${$as_ac_Header+set}\" = set"; then | | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
echo "$as_me:$LINENO: checking for $ac_header" >&5 | | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
if eval "test \"\${$as_ac_Header+set}\" = set"; then | | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
fi | | fi |
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | | ac_res=`eval echo '${'$as_ac_Header'}'` |
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| | echo "${ECHO_T}$ac_res" >&6; } |
else | | else |
# Is the header compilable? | | # Is the header compilable? |
echo "$as_me:$LINENO: checking $ac_header usability" >&5 | | { echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
_ACEOF | | _ACEOF |
| | |
#include <$ac_header> | | #include <$ac_header> |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_header_compiler=no | | ac_header_compiler=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
echo "${ECHO_T}$ac_header_compiler" >&6 | | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| | echo "${ECHO_T}$ac_header_compiler" >&6; } |
| | |
# Is the header present? | | # Is the header present? |
echo "$as_me:$LINENO: checking $ac_header presence" >&5 | | { echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
_ACEOF | | _ACEOF |
| | |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
#include <$ac_header> | | #include <$ac_header> |
_ACEOF | | _ACEOF |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | | if { (ac_try="$ac_cpp conftest.$ac_ext" |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
| | |
ac_header_preproc=no | | ac_header_preproc=no |
fi | | fi |
| | |
rm -f conftest.err conftest.$ac_ext | | rm -f conftest.err conftest.$ac_ext |
echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
echo "${ECHO_T}$ac_header_preproc" >&6 | | echo "${ECHO_T}$ac_header_preproc" >&6; } |
| | |
# So? What about this header? | | # So? What about this header? |
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| | |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
{ echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
( | | ( cat <<\_ASBOX |
cat <<\_ASBOX | | |
## ----------------------------------------------------- ## | | ## ----------------------------------------------------- ## |
## Report this to crossfire-devel@listserv.real-time.com ## | | ## Report this to crossfire-devel@listserv.real-time.com ## |
## ----------------------------------------------------- ## | | ## ----------------------------------------------------- ## |
_ASBOX | | _ASBOX |
) | | | ) | sed "s/^/$as_me: WARNING: /" >&2 |
sed "s/^/$as_me: WARNING: /" >&2 | | |
;; | | ;; |
esac | | esac |
echo "$as_me:$LINENO: checking for $ac_header" >&5 | | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
if eval "test \"\${$as_ac_Header+set}\" = set"; then | | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
eval "$as_ac_Header=\$ac_header_preproc" | | eval "$as_ac_Header=\$ac_header_preproc" |
fi | | fi |
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | | ac_res=`eval echo '${'$as_ac_Header'}'` |
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| | echo "${ECHO_T}$ac_res" >&6; } |
| | |
fi | | fi |
if test `eval echo '${'$as_ac_Header'}'` = yes; then | | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
| | |
| | |
| | |
| | |
echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 | | { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 |
echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 | | echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } |
if test "${ac_cv_c_const+set}" = set; then | | if test "${ac_cv_c_const+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
char const *s = 0 ? (char *) 0 : (char const *) 0; | | char const *s = 0 ? (char *) 0 : (char const *) 0; |
| | |
*t++ = 0; | | *t++ = 0; |
| | if (s) return 0; |
} | | } |
{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ | | { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ |
int x[] = {25, 17}; | | int x[] = {25, 17}; |
| | |
} | | } |
{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ | | { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ |
const int foo = 10; | | const int foo = 10; |
| | if (!foo) return 0; |
} | | } |
| | return !x[0] && !zero.x; |
#endif | | #endif |
| | |
; | | ; |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_c_const=no | | ac_cv_c_const=no |
fi | | fi |
rm -f 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 | | { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 |
echo "${ECHO_T}$ac_cv_c_const" >&6 | | echo "${ECHO_T}$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 | | cat >>confdefs.h <<\_ACEOF |
| | |
| | |
fi | | fi |
| | |
echo "$as_me:$LINENO: checking for inline" >&5 | | { echo "$as_me:$LINENO: checking for inline" >&5 |
echo $ECHO_N "checking for inline... $ECHO_C" >&6 | | echo $ECHO_N "checking for inline... $ECHO_C" >&6; } |
if test "${ac_cv_c_inline+set}" = set; then | | if test "${ac_cv_c_inline+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
| | |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_c_inline=$ac_kw; break | | ac_cv_c_inline=$ac_kw |
else | | else |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | |
| | |
fi | | fi |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
| | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| | test "$ac_cv_c_inline" != no && break |
done | | done |
| | |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 |
echo "${ECHO_T}$ac_cv_c_inline" >&6 | | echo "${ECHO_T}$ac_cv_c_inline" >&6; } |
| | |
| | |
case $ac_cv_c_inline in | | case $ac_cv_c_inline in |
| | |
;; | | ;; |
esac | | esac |
| | |
echo "$as_me:$LINENO: checking for pid_t" >&5 | | { echo "$as_me:$LINENO: checking for pid_t" >&5 |
echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 | | echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; } |
if test "${ac_cv_type_pid_t+set}" = set; then | | if test "${ac_cv_type_pid_t+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
$ac_includes_default | | $ac_includes_default |
| | typedef pid_t ac__type_new_; |
int | | int |
main () | | main () |
{ | | { |
if ((pid_t *) 0) | | if ((ac__type_new_ *) 0) |
return 0; | | return 0; |
if (sizeof (pid_t)) | | if (sizeof (ac__type_new_)) |
return 0; | | return 0; |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_type_pid_t=no | | ac_cv_type_pid_t=no |
fi | | fi |
rm -f 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_type_pid_t" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 |
echo "${ECHO_T}$ac_cv_type_pid_t" >&6 | | echo "${ECHO_T}$ac_cv_type_pid_t" >&6; } |
if test $ac_cv_type_pid_t = yes; then | | if test $ac_cv_type_pid_t = yes; then |
: | | : |
else | | else |
| | |
| | |
fi | | fi |
| | |
echo "$as_me:$LINENO: checking for size_t" >&5 | | { echo "$as_me:$LINENO: checking for size_t" >&5 |
echo $ECHO_N "checking for size_t... $ECHO_C" >&6 | | echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } |
if test "${ac_cv_type_size_t+set}" = set; then | | if test "${ac_cv_type_size_t+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
$ac_includes_default | | $ac_includes_default |
| | typedef size_t ac__type_new_; |
int | | int |
main () | | main () |
{ | | { |
if ((size_t *) 0) | | if ((ac__type_new_ *) 0) |
return 0; | | return 0; |
if (sizeof (size_t)) | | if (sizeof (ac__type_new_)) |
return 0; | | return 0; |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_type_size_t=no | | ac_cv_type_size_t=no |
fi | | fi |
rm -f 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_type_size_t" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 |
echo "${ECHO_T}$ac_cv_type_size_t" >&6 | | echo "${ECHO_T}$ac_cv_type_size_t" >&6; } |
if test $ac_cv_type_size_t = yes; then | | if test $ac_cv_type_size_t = yes; then |
: | | : |
else | | else |
| | |
cat >>confdefs.h <<_ACEOF | | cat >>confdefs.h <<_ACEOF |
#define size_t unsigned | | #define size_t unsigned int |
_ACEOF | | _ACEOF |
| | |
fi | | fi |
| | |
echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 | | { echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 |
echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6 | | echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&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 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_header_time=no | | ac_cv_header_time=no |
fi | | fi |
rm -f 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 | | { echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 |
echo "${ECHO_T}$ac_cv_header_time" >&6 | | echo "${ECHO_T}$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 | | cat >>confdefs.h <<\_ACEOF |
| | |
| | |
fi | | fi |
| | |
echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 | | { echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 |
echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6 | | echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; } |
if test "${ac_cv_struct_tm+set}" = set; then | | if test "${ac_cv_struct_tm+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_struct_tm=sys/time.h | | ac_cv_struct_tm=sys/time.h |
fi | | fi |
rm -f 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_struct_tm" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 |
echo "${ECHO_T}$ac_cv_struct_tm" >&6 | | echo "${ECHO_T}$ac_cv_struct_tm" >&6; } |
if test $ac_cv_struct_tm = sys/time.h; then | | if test $ac_cv_struct_tm = sys/time.h; then |
| | |
cat >>confdefs.h <<\_ACEOF | | cat >>confdefs.h <<\_ACEOF |
| | |
| | |
fi | | fi |
| | |
echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5 | | { echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5 |
echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6 | | echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6; } |
if test "${ac_cv_type_uid_t+set}" = set; then | | if test "${ac_cv_type_uid_t+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
rm -f conftest* | | rm -f conftest* |
| | |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5 |
echo "${ECHO_T}$ac_cv_type_uid_t" >&6 | | echo "${ECHO_T}$ac_cv_type_uid_t" >&6; } |
if test $ac_cv_type_uid_t = no; then | | if test $ac_cv_type_uid_t = no; then |
| | |
cat >>confdefs.h <<\_ACEOF | | cat >>confdefs.h <<\_ACEOF |
| | |
fi | | fi |
| | |
| | |
echo "$as_me:$LINENO: checking for long" >&5 | | { echo "$as_me:$LINENO: checking for long" >&5 |
echo $ECHO_N "checking for long... $ECHO_C" >&6 | | echo $ECHO_N "checking for long... $ECHO_C" >&6; } |
if test "${ac_cv_type_long+set}" = set; then | | if test "${ac_cv_type_long+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
$ac_includes_default | | $ac_includes_default |
| | typedef long ac__type_new_; |
int | | int |
main () | | main () |
{ | | { |
if ((long *) 0) | | if ((ac__type_new_ *) 0) |
return 0; | | return 0; |
if (sizeof (long)) | | if (sizeof (ac__type_new_)) |
return 0; | | return 0; |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_type_long=no | | ac_cv_type_long=no |
fi | | fi |
rm -f 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_type_long" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5 |
echo "${ECHO_T}$ac_cv_type_long" >&6 | | echo "${ECHO_T}$ac_cv_type_long" >&6; } |
| | |
echo "$as_me:$LINENO: checking size of long" >&5 | | { echo "$as_me:$LINENO: checking size of long" >&5 |
echo $ECHO_N "checking size of long... $ECHO_C" >&6 | | echo $ECHO_N "checking size of long... $ECHO_C" >&6; } |
if test "${ac_cv_sizeof_long+set}" = set; then | | if test "${ac_cv_sizeof_long+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
if test "$ac_cv_type_long" = yes; then | | if test "$ac_cv_type_long" = yes; then |
# The cast to unsigned long works around a bug in the HP C Compiler | | # 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 | | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects |
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. |
# This bug is HP SR number 8606223364. | | # This bug is HP SR number 8606223364. |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
$ac_includes_default | | $ac_includes_default |
| | typedef long ac__type_sizeof_; |
int | | int |
main () | | main () |
{ | | { |
static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)]; | | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; |
test_array [0] = 0 | | test_array [0] = 0 |
| | |
; | | ; |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
$ac_includes_default | | $ac_includes_default |
| | typedef long ac__type_sizeof_; |
int | | int |
main () | | main () |
{ | | { |
static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)]; | | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; |
test_array [0] = 0 | | test_array [0] = 0 |
| | |
; | | ; |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
fi | | fi |
ac_mid=`expr 2 '*' $ac_mid + 1` | | ac_mid=`expr 2 '*' $ac_mid + 1` |
fi | | fi |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
| | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
done | | done |
else | | else |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
$ac_includes_default | | $ac_includes_default |
| | typedef long ac__type_sizeof_; |
int | | int |
main () | | main () |
{ | | { |
static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)]; | | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; |
test_array [0] = 0 | | test_array [0] = 0 |
| | |
; | | ; |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
$ac_includes_default | | $ac_includes_default |
| | typedef long ac__type_sizeof_; |
int | | int |
main () | | main () |
{ | | { |
static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)]; | | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; |
test_array [0] = 0 | | test_array [0] = 0 |
| | |
; | | ; |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
fi | | fi |
ac_mid=`expr 2 '*' $ac_mid` | | ac_mid=`expr 2 '*' $ac_mid` |
fi | | fi |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
| | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
done | | done |
else | | else |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
| | |
| | |
ac_lo= ac_hi= | | ac_lo= ac_hi= |
fi | | fi |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
| | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
fi | | fi |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
| | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
# Binary search between lo and hi bounds. | | # Binary search between lo and hi bounds. |
while test "x$ac_lo" != "x$ac_hi"; do | | while test "x$ac_lo" != "x$ac_hi"; do |
ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
$ac_includes_default | | $ac_includes_default |
| | typedef long ac__type_sizeof_; |
int | | int |
main () | | main () |
{ | | { |
static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)]; | | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; |
test_array [0] = 0 | | test_array [0] = 0 |
| | |
; | | ; |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_lo=`expr '(' $ac_mid ')' + 1` | | ac_lo=`expr '(' $ac_mid ')' + 1` |
fi | | fi |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
| | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
done | | done |
case $ac_lo in | | case $ac_lo in |
?*) ac_cv_sizeof_long=$ac_lo;; | | ?*) ac_cv_sizeof_long=$ac_lo;; |
'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77 | | '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long) |
See \`config.log' for more details." >&5 | | See \`config.log' for more details." >&5 |
echo "$as_me: error: cannot compute sizeof (long), 77 | | echo "$as_me: error: cannot compute sizeof (long) |
See \`config.log' for more details." >&2;} | | See \`config.log' for more details." >&2;} |
{ (exit 1); exit 1; }; } ;; | | { (exit 77); exit 77; }; } ;; |
esac | | esac |
else | | else |
if test "$cross_compiling" = yes; then | | |
{ { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 | | |
echo "$as_me: error: internal error: not reached in cross-compile" >&2;} | | |
{ (exit 1); exit 1; }; } | | |
else | | |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
_ACEOF | | _ACEOF |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
$ac_includes_default | | $ac_includes_default |
long longval () { return (long) (sizeof (long)); } | | typedef long ac__type_sizeof_; |
unsigned long ulongval () { return (long) (sizeof (long)); } | | 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 <stdio.h> |
#include <stdlib.h> | | #include <stdlib.h> |
int | | int |
| | |
| | |
FILE *f = fopen ("conftest.val", "w"); | | FILE *f = fopen ("conftest.val", "w"); |
if (! f) | | if (! f) |
exit (1); | | return 1; |
if (((long) (sizeof (long))) < 0) | | if (((long int) (sizeof (ac__type_sizeof_))) < 0) |
{ | | { |
long i = longval (); | | long int i = longval (); |
if (i != ((long) (sizeof (long)))) | | if (i != ((long int) (sizeof (ac__type_sizeof_)))) |
exit (1); | | return 1; |
fprintf (f, "%ld\n", i); | | fprintf (f, "%ld\n", i); |
} | | } |
else | | else |
{ | | { |
unsigned long i = ulongval (); | | unsigned long int i = ulongval (); |
if (i != ((long) (sizeof (long)))) | | if (i != ((long int) (sizeof (ac__type_sizeof_)))) |
exit (1); | | return 1; |
fprintf (f, "%lu\n", i); | | fprintf (f, "%lu\n", i); |
} | | } |
exit (ferror (f) || fclose (f) != 0); | | return ferror (f) || fclose (f) != 0; |
| | |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest$ac_exeext | | rm -f conftest$ac_exeext |
if { (eval echo "$as_me:$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=$? | | ac_status=$? |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && { ac_try='./conftest$ac_exeext' | | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | |
( exit $ac_status ) | | ( exit $ac_status ) |
{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77 | | { { echo "$as_me:$LINENO: error: cannot compute sizeof (long) |
See \`config.log' for more details." >&5 | | See \`config.log' for more details." >&5 |
echo "$as_me: error: cannot compute sizeof (long), 77 | | echo "$as_me: error: cannot compute sizeof (long) |
See \`config.log' for more details." >&2;} | | See \`config.log' for more details." >&2;} |
{ (exit 1); exit 1; }; } | | { (exit 77); exit 77; }; } |
fi | | |
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | | |
fi | | fi |
| | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
fi | | fi |
rm -f conftest.val | | rm -f conftest.val |
else | | else |
ac_cv_sizeof_long=0 | | ac_cv_sizeof_long=0 |
fi | | fi |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5 |
echo "${ECHO_T}$ac_cv_sizeof_long" >&6 | | echo "${ECHO_T}$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 long long" >&5 | | { echo "$as_me:$LINENO: checking for long long" >&5 |
echo $ECHO_N "checking for long long... $ECHO_C" >&6 | | echo $ECHO_N "checking for long long... $ECHO_C" >&6; } |
if test "${ac_cv_type_long_long+set}" = set; then | | if test "${ac_cv_type_long_long+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
$ac_includes_default | | $ac_includes_default |
| | typedef long long ac__type_new_; |
int | | int |
main () | | main () |
{ | | { |
if ((long long *) 0) | | if ((ac__type_new_ *) 0) |
return 0; | | return 0; |
if (sizeof (long long)) | | if (sizeof (ac__type_new_)) |
return 0; | | return 0; |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_type_long_long=no | | ac_cv_type_long_long=no |
fi | | fi |
rm -f 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_type_long_long" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 |
echo "${ECHO_T}$ac_cv_type_long_long" >&6 | | echo "${ECHO_T}$ac_cv_type_long_long" >&6; } |
| | |
echo "$as_me:$LINENO: checking size of long long" >&5 | | { echo "$as_me:$LINENO: checking size of long long" >&5 |
echo $ECHO_N "checking size of long long... $ECHO_C" >&6 | | echo $ECHO_N "checking size of long long... $ECHO_C" >&6; } |
if test "${ac_cv_sizeof_long_long+set}" = set; then | | if test "${ac_cv_sizeof_long_long+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
if test "$ac_cv_type_long_long" = yes; then | | if test "$ac_cv_type_long_long" = yes; then |
# The cast to unsigned long works around a bug in the HP C Compiler | | # 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 | | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects |
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. |
# This bug is HP SR number 8606223364. | | # This bug is HP SR number 8606223364. |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
$ac_includes_default | | $ac_includes_default |
| | typedef long long ac__type_sizeof_; |
int | | int |
main () | | main () |
{ | | { |
static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)]; | | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; |
test_array [0] = 0 | | test_array [0] = 0 |
| | |
; | | ; |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
$ac_includes_default | | $ac_includes_default |
| | typedef long long ac__type_sizeof_; |
int | | int |
main () | | main () |
{ | | { |
static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)]; | | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; |
test_array [0] = 0 | | test_array [0] = 0 |
| | |
; | | ; |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
fi | | fi |
ac_mid=`expr 2 '*' $ac_mid + 1` | | ac_mid=`expr 2 '*' $ac_mid + 1` |
fi | | fi |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
| | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
done | | done |
else | | else |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
$ac_includes_default | | $ac_includes_default |
| | typedef long long ac__type_sizeof_; |
int | | int |
main () | | main () |
{ | | { |
static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)]; | | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; |
test_array [0] = 0 | | test_array [0] = 0 |
| | |
; | | ; |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
$ac_includes_default | | $ac_includes_default |
| | typedef long long ac__type_sizeof_; |
int | | int |
main () | | main () |
{ | | { |
static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)]; | | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; |
test_array [0] = 0 | | test_array [0] = 0 |
| | |
; | | ; |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
fi | | fi |
ac_mid=`expr 2 '*' $ac_mid` | | ac_mid=`expr 2 '*' $ac_mid` |
fi | | fi |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
| | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
done | | done |
else | | else |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
| | |
| | |
ac_lo= ac_hi= | | ac_lo= ac_hi= |
fi | | fi |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
| | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
fi | | fi |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
| | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
# Binary search between lo and hi bounds. | | # Binary search between lo and hi bounds. |
while test "x$ac_lo" != "x$ac_hi"; do | | while test "x$ac_lo" != "x$ac_hi"; do |
ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
$ac_includes_default | | $ac_includes_default |
| | typedef long long ac__type_sizeof_; |
int | | int |
main () | | main () |
{ | | { |
static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)]; | | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; |
test_array [0] = 0 | | test_array [0] = 0 |
| | |
; | | ; |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_lo=`expr '(' $ac_mid ')' + 1` | | ac_lo=`expr '(' $ac_mid ')' + 1` |
fi | | fi |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
| | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
done | | done |
case $ac_lo in | | case $ac_lo in |
?*) ac_cv_sizeof_long_long=$ac_lo;; | | ?*) ac_cv_sizeof_long_long=$ac_lo;; |
'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77 | | '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long) |
See \`config.log' for more details." >&5 | | See \`config.log' for more details." >&5 |
echo "$as_me: error: cannot compute sizeof (long long), 77 | | echo "$as_me: error: cannot compute sizeof (long long) |
See \`config.log' for more details." >&2;} | | See \`config.log' for more details." >&2;} |
{ (exit 1); exit 1; }; } ;; | | { (exit 77); exit 77; }; } ;; |
esac | | esac |
else | | |
if test "$cross_compiling" = yes; then | | |
{ { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 | | |
echo "$as_me: error: internal error: not reached in cross-compile" >&2;} | | |
{ (exit 1); exit 1; }; } | | |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
$ac_includes_default | | $ac_includes_default |
long longval () { return (long) (sizeof (long long)); } | | typedef long long ac__type_sizeof_; |
unsigned long ulongval () { return (long) (sizeof (long long)); } | | 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 <stdio.h> |
#include <stdlib.h> | | #include <stdlib.h> |
int | | int |
| | |
| | |
FILE *f = fopen ("conftest.val", "w"); | | FILE *f = fopen ("conftest.val", "w"); |
if (! f) | | if (! f) |
exit (1); | | return 1; |
if (((long) (sizeof (long long))) < 0) | | if (((long int) (sizeof (ac__type_sizeof_))) < 0) |
{ | | { |
long i = longval (); | | long int i = longval (); |
if (i != ((long) (sizeof (long long)))) | | if (i != ((long int) (sizeof (ac__type_sizeof_)))) |
exit (1); | | return 1; |
fprintf (f, "%ld\n", i); | | fprintf (f, "%ld\n", i); |
} | | } |
else | | else |
{ | | { |
unsigned long i = ulongval (); | | unsigned long int i = ulongval (); |
if (i != ((long) (sizeof (long long)))) | | if (i != ((long int) (sizeof (ac__type_sizeof_)))) |
exit (1); | | return 1; |
fprintf (f, "%lu\n", i); | | fprintf (f, "%lu\n", i); |
} | | } |
exit (ferror (f) || fclose (f) != 0); | | return ferror (f) || fclose (f) != 0; |
| | |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest$ac_exeext | | rm -f conftest$ac_exeext |
if { (eval echo "$as_me:$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=$? | | ac_status=$? |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && { ac_try='./conftest$ac_exeext' | | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | |
( exit $ac_status ) | | ( exit $ac_status ) |
{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77 | | { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long) |
See \`config.log' for more details." >&5 | | See \`config.log' for more details." >&5 |
echo "$as_me: error: cannot compute sizeof (long long), 77 | | echo "$as_me: error: cannot compute sizeof (long long) |
See \`config.log' for more details." >&2;} | | See \`config.log' for more details." >&2;} |
{ (exit 1); exit 1; }; } | | { (exit 77); exit 77; }; } |
fi | | |
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | | |
fi | | fi |
| | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
fi | | fi |
rm -f conftest.val | | rm -f conftest.val |
else | | else |
ac_cv_sizeof_long_long=0 | | ac_cv_sizeof_long_long=0 |
fi | | fi |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 |
echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6 | | echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; } |
cat >>confdefs.h <<_ACEOF | | cat >>confdefs.h <<_ACEOF |
#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long | | #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long |
_ACEOF | | _ACEOF |
| | |
| | |
| | |
if test $ac_cv_c_compiler_gnu = yes; then | | if test $ac_cv_c_compiler_gnu = yes; then |
echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5 | | { echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5 |
echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6 | | echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6; } |
if test "${ac_cv_prog_gcc_traditional+set}" = set; then | | if test "${ac_cv_prog_gcc_traditional+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
| | |
fi | | fi |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5 |
echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6 | | echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6; } |
if test $ac_cv_prog_gcc_traditional = yes; then | | if test $ac_cv_prog_gcc_traditional = yes; then |
CC="$CC -traditional" | | CC="$CC -traditional" |
fi | | fi |
fi | | fi |
| | |
echo "$as_me:$LINENO: checking for working memcmp" >&5 | | { echo "$as_me:$LINENO: checking for working memcmp" >&5 |
echo $ECHO_N "checking for working memcmp... $ECHO_C" >&6 | | echo $ECHO_N "checking for working memcmp... $ECHO_C" >&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 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
{ | | { |
| | |
/* Some versions of memcmp are not 8-bit clean. */ | | /* Some versions of memcmp are not 8-bit clean. */ |
char c0 = 0x40, c1 = 0x80, c2 = 0x81; | | 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) |
exit (1); | | return 1; |
| | |
/* The Next x86 OpenStep bug shows up only when comparing 16 bytes | | /* The Next x86 OpenStep bug shows up only when comparing 16 bytes |
or more and with at least one buffer not starting on a 4-byte boundary. | | or more and with at least one buffer not starting on a 4-byte boundary. |
| | |
strcpy (a, "--------01111111"); | | strcpy (a, "--------01111111"); |
strcpy (b, "--------10000000"); | | strcpy (b, "--------10000000"); |
if (memcmp (a, b, 16) >= 0) | | if (memcmp (a, b, 16) >= 0) |
exit (1); | | return 1; |
} | | } |
exit (0); | | return 0; |
} | | } |
| | |
; | | ; |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest$ac_exeext | | rm -f conftest$ac_exeext |
if { (eval echo "$as_me:$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=$? | | ac_status=$? |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && { ac_try='./conftest$ac_exeext' | | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
( exit $ac_status ) | | ( exit $ac_status ) |
ac_cv_func_memcmp_working=no | | ac_cv_func_memcmp_working=no |
fi | | fi |
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
fi | | fi |
| | |
| | |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_func_memcmp_working" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_func_memcmp_working" >&5 |
echo "${ECHO_T}$ac_cv_func_memcmp_working" >&6 | | echo "${ECHO_T}$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" | \ | | |
"memcmp.$ac_objext "* | \ | | |
*" memcmp.$ac_objext "* ) ;; | | *" memcmp.$ac_objext "* ) ;; |
*) LIBOBJS="$LIBOBJS memcmp.$ac_objext" ;; | | *) LIBOBJS="$LIBOBJS memcmp.$ac_objext" |
| | ;; |
esac | | esac |
| | |
| | |
echo "$as_me:$LINENO: checking whether setpgrp takes no argument" >&5 | | { echo "$as_me:$LINENO: checking whether setpgrp takes no argument" >&5 |
echo $ECHO_N "checking whether setpgrp takes no argument... $ECHO_C" >&6 | | echo $ECHO_N "checking whether setpgrp takes no argument... $ECHO_C" >&6; } |
if test "${ac_cv_func_setpgrp_void+set}" = set; then | | if test "${ac_cv_func_setpgrp_void+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
#if HAVE_UNISTD_H | | $ac_includes_default |
# include <unistd.h> | | |
#endif | | |
| | |
int | | int |
main () | | main () |
{ | | { |
/* If this system has a BSD-style setpgrp which takes arguments, | | /* If this system has a BSD-style setpgrp which takes arguments, |
setpgrp(1, 1) will fail with ESRCH and return -1, in that case | | setpgrp(1, 1) will fail with ESRCH and return -1, in that case |
exit successfully. */ | | exit successfully. */ |
exit (setpgrp (1,1) == -1 ? 0 : 1); | | return setpgrp (1,1) != -1; |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest$ac_exeext | | rm -f conftest$ac_exeext |
if { (eval echo "$as_me:$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=$? | | ac_status=$? |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && { ac_try='./conftest$ac_exeext' | | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
( exit $ac_status ) | | ( exit $ac_status ) |
ac_cv_func_setpgrp_void=yes | | ac_cv_func_setpgrp_void=yes |
fi | | fi |
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
fi | | fi |
| | |
| | |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_func_setpgrp_void" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_func_setpgrp_void" >&5 |
echo "${ECHO_T}$ac_cv_func_setpgrp_void" >&6 | | echo "${ECHO_T}$ac_cv_func_setpgrp_void" >&6; } |
if test $ac_cv_func_setpgrp_void = yes; then | | if test $ac_cv_func_setpgrp_void = yes; then |
| | |
cat >>confdefs.h <<\_ACEOF | | cat >>confdefs.h <<\_ACEOF |
| | |
| | |
fi | | fi |
| | |
echo "$as_me:$LINENO: checking return type of signal handlers" >&5 | | { echo "$as_me:$LINENO: checking return type of signal handlers" >&5 |
echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6 | | echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; } |
if test "${ac_cv_type_signal+set}" = set; then | | if test "${ac_cv_type_signal+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
#include <sys/types.h> | | #include <sys/types.h> |
#include <signal.h> | | #include <signal.h> |
#ifdef signal | | |
# undef signal | | |
#endif | | |
#ifdef __cplusplus | | |
extern "C" void (*signal (int, void (*)(int)))(int); | | |
#else | | |
void (*signal ()) (); | | |
#endif | | |
| | |
int | | int |
main () | | main () |
{ | | { |
int i; | | return *(signal (0, 0)) (0) == 1; |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_type_signal=void | | ac_cv_type_signal=int |
else | | else |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | |
ac_cv_type_signal=int | | ac_cv_type_signal=void |
fi | | fi |
rm -f 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_type_signal" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 |
echo "${ECHO_T}$ac_cv_type_signal" >&6 | | echo "${ECHO_T}$ac_cv_type_signal" >&6; } |
| | |
cat >>confdefs.h <<_ACEOF | | cat >>confdefs.h <<_ACEOF |
#define RETSIGTYPE $ac_cv_type_signal | | #define RETSIGTYPE $ac_cv_type_signal |
| | |
for ac_func in strftime | | for ac_func in strftime |
do | | do |
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
echo "$as_me:$LINENO: checking for $ac_func" >&5 | | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
if eval "test \"\${$as_ac_var+set}\" = set"; then | | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| | |
| | |
#undef $ac_func | | #undef $ac_func |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
{ | | |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char $ac_func (); | | char $ac_func (); |
/* The GNU C library defines this for functions which it implements | | /* The GNU C library defines this for functions which it implements |
to always fail with ENOSYS. Some functions are actually named | | to always fail with ENOSYS. Some functions are actually named |
something starting with __ and the normal name is an alias. */ | | something starting with __ and the normal name is an alias. */ |
#if defined (__stub_$ac_func) || defined (__stub___$ac_func) | | #if defined __stub_$ac_func || defined __stub___$ac_func |
choke me | | choke me |
#else | | |
char (*f) () = $ac_func; | | |
#endif | | |
#ifdef __cplusplus | | |
} | | |
#endif | | #endif |
| | |
int | | int |
main () | | main () |
{ | | { |
return f != $ac_func; | | return $ac_func (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
eval "$as_ac_var=no" | | eval "$as_ac_var=no" |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
fi | | fi |
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | | ac_res=`eval echo '${'$as_ac_var'}'` |
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| | echo "${ECHO_T}$ac_res" >&6; } |
if test `eval echo '${'$as_ac_var'}'` = yes; then | | if test `eval echo '${'$as_ac_var'}'` = yes; then |
cat >>confdefs.h <<_ACEOF | | cat >>confdefs.h <<_ACEOF |
#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| | |
| | |
else | | else |
# strftime is in -lintl on SCO UNIX. | | # strftime is in -lintl on SCO UNIX. |
echo "$as_me:$LINENO: checking for strftime in -lintl" >&5 | | { echo "$as_me:$LINENO: checking for strftime in -lintl" >&5 |
echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6 | | echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6; } |
if test "${ac_cv_lib_intl_strftime+set}" = set; then | | if test "${ac_cv_lib_intl_strftime+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char strftime (); | | char strftime (); |
int | | int |
main () | | main () |
{ | | { |
strftime (); | | return strftime (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_intl_strftime=no | | ac_cv_lib_intl_strftime=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 |
echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6 | | echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6; } |
if test $ac_cv_lib_intl_strftime = yes; then | | if test $ac_cv_lib_intl_strftime = yes; then |
cat >>confdefs.h <<\_ACEOF | | cat >>confdefs.h <<\_ACEOF |
#define HAVE_STRFTIME 1 | | #define HAVE_STRFTIME 1 |
| | |
for ac_func in vprintf | | for ac_func in vprintf |
do | | do |
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
echo "$as_me:$LINENO: checking for $ac_func" >&5 | | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
if eval "test \"\${$as_ac_var+set}\" = set"; then | | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| | |
| | |
#undef $ac_func | | #undef $ac_func |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
{ | | |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char $ac_func (); | | char $ac_func (); |
/* The GNU C library defines this for functions which it implements | | /* The GNU C library defines this for functions which it implements |
to always fail with ENOSYS. Some functions are actually named | | to always fail with ENOSYS. Some functions are actually named |
something starting with __ and the normal name is an alias. */ | | something starting with __ and the normal name is an alias. */ |
#if defined (__stub_$ac_func) || defined (__stub___$ac_func) | | #if defined __stub_$ac_func || defined __stub___$ac_func |
choke me | | choke me |
#else | | |
char (*f) () = $ac_func; | | |
#endif | | |
#ifdef __cplusplus | | |
} | | |
#endif | | #endif |
| | |
int | | int |
main () | | main () |
{ | | { |
return f != $ac_func; | | return $ac_func (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
eval "$as_ac_var=no" | | eval "$as_ac_var=no" |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
fi | | fi |
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | | ac_res=`eval echo '${'$as_ac_var'}'` |
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| | echo "${ECHO_T}$ac_res" >&6; } |
if test `eval echo '${'$as_ac_var'}'` = yes; then | | if test `eval echo '${'$as_ac_var'}'` = yes; then |
cat >>confdefs.h <<_ACEOF | | cat >>confdefs.h <<_ACEOF |
#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
_ACEOF | | _ACEOF |
| | |
echo "$as_me:$LINENO: checking for _doprnt" >&5 | | { echo "$as_me:$LINENO: checking for _doprnt" >&5 |
echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6 | | echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6; } |
if test "${ac_cv_func__doprnt+set}" = set; then | | if test "${ac_cv_func__doprnt+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
| | |
#undef _doprnt | | #undef _doprnt |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
{ | | |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char _doprnt (); | | char _doprnt (); |
/* The GNU C library defines this for functions which it implements | | /* The GNU C library defines this for functions which it implements |
to always fail with ENOSYS. Some functions are actually named | | to always fail with ENOSYS. Some functions are actually named |
something starting with __ and the normal name is an alias. */ | | something starting with __ and the normal name is an alias. */ |
#if defined (__stub__doprnt) || defined (__stub____doprnt) | | #if defined __stub__doprnt || defined __stub____doprnt |
choke me | | choke me |
#else | | |
char (*f) () = _doprnt; | | |
#endif | | |
#ifdef __cplusplus | | |
} | | |
#endif | | #endif |
| | |
int | | int |
main () | | main () |
{ | | { |
return f != _doprnt; | | return _doprnt (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_func__doprnt=no | | ac_cv_func__doprnt=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5 |
echo "${ECHO_T}$ac_cv_func__doprnt" >&6 | | echo "${ECHO_T}$ac_cv_func__doprnt" >&6; } |
if test $ac_cv_func__doprnt = yes; then | | if test $ac_cv_func__doprnt = yes; then |
| | |
cat >>confdefs.h <<\_ACEOF | | cat >>confdefs.h <<\_ACEOF |
| | |
for ac_func in gettimeofday mkdir mktime rmdir select socket strcspn strerror strspn strstr strtol strcasecmp strncasecmp snprintf setsid srandom getdtablesize srand48 srand sysconf scandir | | for ac_func in gettimeofday mkdir mktime rmdir select socket strcspn strerror strspn strstr strtol strcasecmp strncasecmp snprintf setsid srandom getdtablesize srand48 srand sysconf scandir |
do | | do |
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
echo "$as_me:$LINENO: checking for $ac_func" >&5 | | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
if eval "test \"\${$as_ac_var+set}\" = set"; then | | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| | |
| | |
#undef $ac_func | | #undef $ac_func |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
{ | | |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char $ac_func (); | | char $ac_func (); |
/* The GNU C library defines this for functions which it implements | | /* The GNU C library defines this for functions which it implements |
to always fail with ENOSYS. Some functions are actually named | | to always fail with ENOSYS. Some functions are actually named |
something starting with __ and the normal name is an alias. */ | | something starting with __ and the normal name is an alias. */ |
#if defined (__stub_$ac_func) || defined (__stub___$ac_func) | | #if defined __stub_$ac_func || defined __stub___$ac_func |
choke me | | choke me |
#else | | |
char (*f) () = $ac_func; | | |
#endif | | |
#ifdef __cplusplus | | |
} | | |
#endif | | #endif |
| | |
int | | int |
main () | | main () |
{ | | { |
return f != $ac_func; | | return $ac_func (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
eval "$as_ac_var=no" | | eval "$as_ac_var=no" |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
fi | | fi |
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | | ac_res=`eval echo '${'$as_ac_var'}'` |
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| | echo "${ECHO_T}$ac_res" >&6; } |
if test `eval echo '${'$as_ac_var'}'` = yes; then | | if test `eval echo '${'$as_ac_var'}'` = yes; then |
cat >>confdefs.h <<_ACEOF | | cat >>confdefs.h <<_ACEOF |
#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| | |
done | | done |
| | |
| | |
echo "$as_me:$LINENO: checking checking if alphasort is defined" >&5 | | { echo "$as_me:$LINENO: checking checking if alphasort is defined" >&5 |
echo $ECHO_N "checking checking if alphasort is defined... $ECHO_C" >&6 | | echo $ECHO_N "checking checking if alphasort is defined... $ECHO_C" >&6; } |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
_ACEOF | | _ACEOF |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_func_alphasort=no | | ac_cv_func_alphasort=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
| | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
if test "$ac_cv_func_alphasort" = yes; then | | if test "$ac_cv_func_alphasort" = yes; then |
| | |
cat >>confdefs.h <<\_ACEOF | | cat >>confdefs.h <<\_ACEOF |
#define HAVE_ALPHASORT 1 | | #define HAVE_ALPHASORT 1 |
_ACEOF | | _ACEOF |
| | |
echo "$as_me:$LINENO: result: yes" >&5 | | { echo "$as_me:$LINENO: result: yes" >&5 |
echo "${ECHO_T}yes" >&6 | | echo "${ECHO_T}yes" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | |
| | |
echo "$as_me:$LINENO: checking how many args gettimeofday uses" >&5 | | { echo "$as_me:$LINENO: checking how many args gettimeofday uses" >&5 |
echo $ECHO_N "checking how many args gettimeofday uses... $ECHO_C" >&6 | | echo $ECHO_N "checking how many args gettimeofday uses... $ECHO_C" >&6; } |
if test "${ac_cv_gettimeofday_args+set}" = set; then | | if test "${ac_cv_gettimeofday_args+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_gettimeofday_args=0 | | ac_gettimeofday_args=0 |
fi | | fi |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
| | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
fi | | fi |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
| | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
fi | | fi |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
| | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
ac_cv_gettimeofday_args=$ac_gettimeofday_args | | ac_cv_gettimeofday_args=$ac_gettimeofday_args |
fi | | fi |
| | |
| | |
#define HAVE_GETTIMEOFDAY | | #define HAVE_GETTIMEOFDAY |
_ACEOF | | _ACEOF |
| | |
echo "$as_me:$LINENO: result: one argument" >&5 | | { echo "$as_me:$LINENO: result: one argument" >&5 |
echo "${ECHO_T}one argument" >&6 | | echo "${ECHO_T}one argument" >&6; } |
elif test $ac_gettimeofday_args = 2 ; then | | elif test $ac_gettimeofday_args = 2 ; then |
| | |
cat >>confdefs.h <<\_ACEOF | | cat >>confdefs.h <<\_ACEOF |
| | |
#define GETTIMEOFDAY_TWO_ARGS | | #define GETTIMEOFDAY_TWO_ARGS |
_ACEOF | | _ACEOF |
| | |
echo "$as_me:$LINENO: result: two arguments" >&5 | | { echo "$as_me:$LINENO: result: two arguments" >&5 |
echo "${ECHO_T}two arguments" >&6 | | echo "${ECHO_T}two arguments" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: unknown" >&5 | | { echo "$as_me:$LINENO: result: unknown" >&5 |
echo "${ECHO_T}unknown" >&6 | | echo "${ECHO_T}unknown" >&6; } |
fi | | fi |
| | |
| | |
| | |
| | |
############################################# | | ############################################# |
# Plugin configuration | | # Plugin configuration |
echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 | | { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 |
echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 | | echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } |
if test "${ac_cv_lib_dl_dlopen+set}" = set; then | | if test "${ac_cv_lib_dl_dlopen+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char dlopen (); | | char dlopen (); |
int | | int |
main () | | main () |
{ | | { |
dlopen (); | | return dlopen (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_dl_dlopen=no | | ac_cv_lib_dl_dlopen=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 |
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 | | echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } |
if test $ac_cv_lib_dl_dlopen = yes; then | | if test $ac_cv_lib_dl_dlopen = yes; then |
cf_have_libdl=yes | | cf_have_libdl=yes |
fi | | fi |
| | |
for ac_header in "$dir/Python.h" | | for ac_header in "$dir/Python.h" |
do | | do |
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
if eval "test \"\${$as_ac_Header+set}\" = set"; then | | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
echo "$as_me:$LINENO: checking for $ac_header" >&5 | | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
if eval "test \"\${$as_ac_Header+set}\" = set"; then | | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
fi | | fi |
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | | ac_res=`eval echo '${'$as_ac_Header'}'` |
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| | echo "${ECHO_T}$ac_res" >&6; } |
else | | else |
# Is the header compilable? | | # Is the header compilable? |
echo "$as_me:$LINENO: checking $ac_header usability" >&5 | | { echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
_ACEOF | | _ACEOF |
| | |
#include <$ac_header> | | #include <$ac_header> |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_header_compiler=no | | ac_header_compiler=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
echo "${ECHO_T}$ac_header_compiler" >&6 | | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| | echo "${ECHO_T}$ac_header_compiler" >&6; } |
| | |
# Is the header present? | | # Is the header present? |
echo "$as_me:$LINENO: checking $ac_header presence" >&5 | | { echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
_ACEOF | | _ACEOF |
| | |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
#include <$ac_header> | | #include <$ac_header> |
_ACEOF | | _ACEOF |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | | if { (ac_try="$ac_cpp conftest.$ac_ext" |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
| | |
ac_header_preproc=no | | ac_header_preproc=no |
fi | | fi |
| | |
rm -f conftest.err conftest.$ac_ext | | rm -f conftest.err conftest.$ac_ext |
echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
echo "${ECHO_T}$ac_header_preproc" >&6 | | echo "${ECHO_T}$ac_header_preproc" >&6; } |
| | |
# So? What about this header? | | # So? What about this header? |
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| | |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
{ echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
( | | ( cat <<\_ASBOX |
cat <<\_ASBOX | | |
## ----------------------------------------------------- ## | | ## ----------------------------------------------------- ## |
## Report this to crossfire-devel@listserv.real-time.com ## | | ## Report this to crossfire-devel@listserv.real-time.com ## |
## ----------------------------------------------------- ## | | ## ----------------------------------------------------- ## |
_ASBOX | | _ASBOX |
) | | | ) | sed "s/^/$as_me: WARNING: /" >&2 |
sed "s/^/$as_me: WARNING: /" >&2 | | |
;; | | ;; |
esac | | esac |
echo "$as_me:$LINENO: checking for $ac_header" >&5 | | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
if eval "test \"\${$as_ac_Header+set}\" = set"; then | | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
eval "$as_ac_Header=\$ac_header_preproc" | | eval "$as_ac_Header=\$ac_header_preproc" |
fi | | fi |
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | | ac_res=`eval echo '${'$as_ac_Header'}'` |
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| | echo "${ECHO_T}$ac_res" >&6; } |
| | |
fi | | fi |
if test `eval echo '${'$as_ac_Header'}'` = yes; then | | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
| | |
for ac_header in Python.h | | for ac_header in Python.h |
do | | do |
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
if eval "test \"\${$as_ac_Header+set}\" = set"; then | | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
echo "$as_me:$LINENO: checking for $ac_header" >&5 | | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
if eval "test \"\${$as_ac_Header+set}\" = set"; then | | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
fi | | fi |
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | | ac_res=`eval echo '${'$as_ac_Header'}'` |
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| | echo "${ECHO_T}$ac_res" >&6; } |
else | | else |
# Is the header compilable? | | # Is the header compilable? |
echo "$as_me:$LINENO: checking $ac_header usability" >&5 | | { echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
_ACEOF | | _ACEOF |
| | |
#include <$ac_header> | | #include <$ac_header> |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_header_compiler=no | | ac_header_compiler=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
echo "${ECHO_T}$ac_header_compiler" >&6 | | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| | echo "${ECHO_T}$ac_header_compiler" >&6; } |
| | |
# Is the header present? | | # Is the header present? |
echo "$as_me:$LINENO: checking $ac_header presence" >&5 | | { echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
_ACEOF | | _ACEOF |
| | |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
#include <$ac_header> | | #include <$ac_header> |
_ACEOF | | _ACEOF |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | | if { (ac_try="$ac_cpp conftest.$ac_ext" |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
| | |
ac_header_preproc=no | | ac_header_preproc=no |
fi | | fi |
| | |
rm -f conftest.err conftest.$ac_ext | | rm -f conftest.err conftest.$ac_ext |
echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
echo "${ECHO_T}$ac_header_preproc" >&6 | | echo "${ECHO_T}$ac_header_preproc" >&6; } |
| | |
# So? What about this header? | | # So? What about this header? |
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| | |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
{ echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
( | | ( cat <<\_ASBOX |
cat <<\_ASBOX | | |
## ----------------------------------------------------- ## | | ## ----------------------------------------------------- ## |
## Report this to crossfire-devel@listserv.real-time.com ## | | ## Report this to crossfire-devel@listserv.real-time.com ## |
## ----------------------------------------------------- ## | | ## ----------------------------------------------------- ## |
_ASBOX | | _ASBOX |
) | | | ) | sed "s/^/$as_me: WARNING: /" >&2 |
sed "s/^/$as_me: WARNING: /" >&2 | | |
;; | | ;; |
esac | | esac |
echo "$as_me:$LINENO: checking for $ac_header" >&5 | | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
if eval "test \"\${$as_ac_Header+set}\" = set"; then | | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
eval "$as_ac_Header=\$ac_header_preproc" | | eval "$as_ac_Header=\$ac_header_preproc" |
fi | | fi |
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | | ac_res=`eval echo '${'$as_ac_Header'}'` |
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| | echo "${ECHO_T}$ac_res" >&6; } |
| | |
fi | | fi |
if test `eval echo '${'$as_ac_Header'}'` = yes; then | | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
| | |
for ac_header in "$dir/Python.h" | | for ac_header in "$dir/Python.h" |
do | | do |
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
if eval "test \"\${$as_ac_Header+set}\" = set"; then | | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
echo "$as_me:$LINENO: checking for $ac_header" >&5 | | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
if eval "test \"\${$as_ac_Header+set}\" = set"; then | | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
fi | | fi |
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | | ac_res=`eval echo '${'$as_ac_Header'}'` |
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| | echo "${ECHO_T}$ac_res" >&6; } |
else | | else |
# Is the header compilable? | | # Is the header compilable? |
echo "$as_me:$LINENO: checking $ac_header usability" >&5 | | { echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
_ACEOF | | _ACEOF |
| | |
#include <$ac_header> | | #include <$ac_header> |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (ac_try="$ac_compile" |
(eval $ac_compile) 2>conftest.er1 | | 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 | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_header_compiler=no | | ac_header_compiler=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | | |
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
echo "${ECHO_T}$ac_header_compiler" >&6 | | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| | echo "${ECHO_T}$ac_header_compiler" >&6; } |
| | |
# Is the header present? | | # Is the header present? |
echo "$as_me:$LINENO: checking $ac_header presence" >&5 | | { echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
_ACEOF | | _ACEOF |
| | |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
#include <$ac_header> | | #include <$ac_header> |
_ACEOF | | _ACEOF |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | | if { (ac_try="$ac_cpp conftest.$ac_ext" |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
| | |
ac_header_preproc=no | | ac_header_preproc=no |
fi | | fi |
| | |
rm -f conftest.err conftest.$ac_ext | | rm -f conftest.err conftest.$ac_ext |
echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
echo "${ECHO_T}$ac_header_preproc" >&6 | | echo "${ECHO_T}$ac_header_preproc" >&6; } |
| | |
# So? What about this header? | | # So? What about this header? |
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| | |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
{ echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
( | | ( cat <<\_ASBOX |
cat <<\_ASBOX | | |
## ----------------------------------------------------- ## | | ## ----------------------------------------------------- ## |
## Report this to crossfire-devel@listserv.real-time.com ## | | ## Report this to crossfire-devel@listserv.real-time.com ## |
## ----------------------------------------------------- ## | | ## ----------------------------------------------------- ## |
_ASBOX | | _ASBOX |
) | | | ) | sed "s/^/$as_me: WARNING: /" >&2 |
sed "s/^/$as_me: WARNING: /" >&2 | | |
;; | | ;; |
esac | | esac |
echo "$as_me:$LINENO: checking for $ac_header" >&5 | | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
if eval "test \"\${$as_ac_Header+set}\" = set"; then | | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
eval "$as_ac_Header=\$ac_header_preproc" | | eval "$as_ac_Header=\$ac_header_preproc" |
fi | | fi |
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | | ac_res=`eval echo '${'$as_ac_Header'}'` |
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| | echo "${ECHO_T}$ac_res" >&6; } |
| | |
fi | | fi |
if test `eval echo '${'$as_ac_Header'}'` = yes; then | | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
| | |
# find the one in the stanard location, which is what we | | # find the one in the stanard location, which is what we |
# want to avoid. | | # want to avoid. |
python=`echo $dir | awk -F/ '{print $NF}'`; | | python=`echo $dir | awk -F/ '{print $NF}'`; |
echo "$as_me:$LINENO: checking For python lib in various places" >&5 | | { echo "$as_me:$LINENO: checking For python lib in various places" >&5 |
echo $ECHO_N "checking For python lib in various places... $ECHO_C" >&6 | | echo $ECHO_N "checking For python lib in various places... $ECHO_C" >&6; } |
if test -f $PYTHON_HOME/lib/lib$python.so ; then | | if test -f $PYTHON_HOME/lib/lib$python.so ; then |
# Hopefully -R is a universal option | | # Hopefully -R is a universal option |
echo "$as_me:$LINENO: result: found in $PYTHON_HOME/lib/" >&5 | | { echo "$as_me:$LINENO: result: found in $PYTHON_HOME/lib/" >&5 |
echo "${ECHO_T}found in $PYTHON_HOME/lib/" >&6 | | echo "${ECHO_T}found in $PYTHON_HOME/lib/" >&6; } |
if test -n "$hardcode_libdir_flag_spec" ; then | | if test -n "$hardcode_libdir_flag_spec" ; then |
oldlibdir=$libdir | | oldlibdir=$libdir |
libdir="$PYTHON_HOME/lib/" | | libdir="$PYTHON_HOME/lib/" |
| | |
| | |
elif test -f $PYTHON_HOME/lib/$python/lib$python.a ; then | | elif test -f $PYTHON_HOME/lib/$python/lib$python.a ; then |
PYTHON_LIB="$PYTHON_HOME/lib/$python/lib$python.a" | | PYTHON_LIB="$PYTHON_HOME/lib/$python/lib$python.a" |
echo "$as_me:$LINENO: result: found in $PYTHON_HOME/lib/$python" >&5 | | { echo "$as_me:$LINENO: result: found in $PYTHON_HOME/lib/$python" >&5 |
echo "${ECHO_T}found in $PYTHON_HOME/lib/$python" >&6 | | echo "${ECHO_T}found in $PYTHON_HOME/lib/$python" >&6; } |
elif test -f $PYTHON_HOME/lib/$python/config/lib$python.a ; then | | elif test -f $PYTHON_HOME/lib/$python/config/lib$python.a ; then |
PYTHON_LIB="$PYTHON_HOME/lib/$python/config/lib$python.a" | | PYTHON_LIB="$PYTHON_HOME/lib/$python/config/lib$python.a" |
echo "$as_me:$LINENO: result: found in $PYTHON_HOME/lib/$python/config" >&5 | | { echo "$as_me:$LINENO: result: found in $PYTHON_HOME/lib/$python/config" >&5 |
echo "${ECHO_T}found in $PYTHON_HOME/lib/$python/config" >&6 | | echo "${ECHO_T}found in $PYTHON_HOME/lib/$python/config" >&6; } |
fi | | fi |
| | |
else | | else |
for lib in python{,2.5,2.4,2.3,2.2,2.1,2.0} ; do | | for lib in python{,2.5,2.4,2.3,2.2,2.1,2.0} ; do |
as_ac_Lib=`echo "ac_cv_lib_$lib''_PyArg_ParseTuple" | $as_tr_sh` | | as_ac_Lib=`echo "ac_cv_lib_$lib''_PyArg_ParseTuple" | $as_tr_sh` |
echo "$as_me:$LINENO: checking for PyArg_ParseTuple in -l$lib" >&5 | | { echo "$as_me:$LINENO: checking for PyArg_ParseTuple in -l$lib" >&5 |
echo $ECHO_N "checking for PyArg_ParseTuple in -l$lib... $ECHO_C" >&6 | | echo $ECHO_N "checking for PyArg_ParseTuple in -l$lib... $ECHO_C" >&6; } |
if eval "test \"\${$as_ac_Lib+set}\" = set"; then | | if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| | |
cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
/* end confdefs.h. */ | | /* end confdefs.h. */ |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* 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 | | #ifdef __cplusplus |
extern "C" | | extern "C" |
#endif | | #endif |
/* We use char because int might match the return type of a gcc2 | | |
builtin and then its argument prototype would still apply. */ | | |
char PyArg_ParseTuple (); | | char PyArg_ParseTuple (); |
int | | int |
main () | | main () |
{ | | { |
PyArg_ParseTuple (); | | return PyArg_ParseTuple (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
eval "$as_ac_Lib=no" | | eval "$as_ac_Lib=no" |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5 | | ac_res=`eval echo '${'$as_ac_Lib'}'` |
echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6 | | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| | echo "${ECHO_T}$ac_res" >&6; } |
if test `eval echo '${'$as_ac_Lib'}'` = yes; then | | if test `eval echo '${'$as_ac_Lib'}'` = yes; then |
PYTHON_LIB="-l$lib" | | PYTHON_LIB="-l$lib" |
fi | | fi |
| | |
# with other options. | | # with other options. |
python=`echo $dir | awk -F/ '{print $NF}'`; | | python=`echo $dir | awk -F/ '{print $NF}'`; |
if test "x$PYTHON_LIB" = "x" ; then | | if test "x$PYTHON_LIB" = "x" ; then |
echo "$as_me:$LINENO: checking For python lib in various places" >&5 | | { echo "$as_me:$LINENO: checking For python lib in various places" >&5 |
echo $ECHO_N "checking For python lib in various places... $ECHO_C" >&6 | | echo $ECHO_N "checking For python lib in various places... $ECHO_C" >&6; } |
if test -f /usr/lib/$python/lib$python.a ; then | | if test -f /usr/lib/$python/lib$python.a ; then |
PYTHON_LIB="/usr/lib/$python/lib$python.a" | | PYTHON_LIB="/usr/lib/$python/lib$python.a" |
echo "$as_me:$LINENO: result: found in /usr/lib/$python" >&5 | | { echo "$as_me:$LINENO: result: found in /usr/lib/$python" >&5 |
echo "${ECHO_T}found in /usr/lib/$python" >&6 | | echo "${ECHO_T}found in /usr/lib/$python" >&6; } |
elif test -f /usr/lib/$python/config/lib$python.a ; then | | elif test -f /usr/lib/$python/config/lib$python.a ; then |
PYTHON_LIB="/usr/lib/$python/config/lib$python.a" | | PYTHON_LIB="/usr/lib/$python/config/lib$python.a" |
echo "$as_me:$LINENO: result: found in /usr/lib/$python/config" >&5 | | { echo "$as_me:$LINENO: result: found in /usr/lib/$python/config" >&5 |
echo "${ECHO_T}found in /usr/lib/$python/config" >&6 | | echo "${ECHO_T}found in /usr/lib/$python/config" >&6; } |
fi | | fi |
fi | | fi |
fi | | fi |
if test "x$PYTHON_LIB" != "x" ; then | | if test "x$PYTHON_LIB" != "x" ; then |
echo "$as_me:$LINENO: checking for main in -lpthread" >&5 | | { echo "$as_me:$LINENO: checking for main in -lpthread" >&5 |
echo $ECHO_N "checking for main in -lpthread... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -lpthread... $ECHO_C" >&6; } |
if test "${ac_cv_lib_pthread_main+set}" = set; then | | if test "${ac_cv_lib_pthread_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
int | | int |
main () | | main () |
{ | | { |
main (); | | return main (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_pthread_main=no | | ac_cv_lib_pthread_main=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_main" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_pthread_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_pthread_main" >&6; } |
if test $ac_cv_lib_pthread_main = yes; then | | if test $ac_cv_lib_pthread_main = yes; then |
PY_LIBS="$PY_LIBS -lpthread" | | PY_LIBS="$PY_LIBS -lpthread" |
fi | | fi |
| | |
echo "$as_me:$LINENO: checking for main in -lutil" >&5 | | { echo "$as_me:$LINENO: checking for main in -lutil" >&5 |
echo $ECHO_N "checking for main in -lutil... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -lutil... $ECHO_C" >&6; } |
if test "${ac_cv_lib_util_main+set}" = set; then | | if test "${ac_cv_lib_util_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
int | | int |
main () | | main () |
{ | | { |
main (); | | return main (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_util_main=no | | ac_cv_lib_util_main=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_util_main" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_util_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_util_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_util_main" >&6; } |
if test $ac_cv_lib_util_main = yes; then | | if test $ac_cv_lib_util_main = yes; then |
PY_LIBS="$PY_LIBS -lutil" | | PY_LIBS="$PY_LIBS -lutil" |
fi | | fi |
| | |
echo "$as_me:$LINENO: checking for main in -ldl" >&5 | | { echo "$as_me:$LINENO: checking for main in -ldl" >&5 |
echo $ECHO_N "checking for main in -ldl... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -ldl... $ECHO_C" >&6; } |
if test "${ac_cv_lib_dl_main+set}" = set; then | | if test "${ac_cv_lib_dl_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
int | | int |
main () | | main () |
{ | | { |
main (); | | return main (); |
; | | ; |
return 0; | | return 0; |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
| | |
ac_cv_lib_dl_main=no | | ac_cv_lib_dl_main=no |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:$LINENO: result: $ac_cv_lib_dl_main" >&5 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_dl_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_dl_main" >&6; } |
if test $ac_cv_lib_dl_main = yes; then | | if test $ac_cv_lib_dl_main = yes; then |
PY_LIBS="$PY_LIBS -ldl" | | PY_LIBS="$PY_LIBS -ldl" |
fi | | fi |
| | |
| | |
echo "$as_me:$LINENO: checking whether python supports the \"L\" format specifier" >&5 | | { echo "$as_me:$LINENO: checking whether python supports the \"L\" format specifier" >&5 |
echo $ECHO_N "checking whether python supports the \"L\" format specifier... $ECHO_C" >&6 | | echo $ECHO_N "checking whether python supports the \"L\" format specifier... $ECHO_C" >&6; } |
saved_LIBS="$LIBS" | | saved_LIBS="$LIBS" |
LIBS="$LIBS $PYTHON_LIB $PY_LIBS" | | LIBS="$LIBS $PYTHON_LIB $PY_LIBS" |
saved_CFLAGS="$CFLAGS" | | saved_CFLAGS="$CFLAGS" |
CFLAGS="$CFLAGS $PY_INCLUDES" | | CFLAGS="$CFLAGS $PY_INCLUDES" |
if test "$cross_compiling" = yes; then | | if test "$cross_compiling" = yes; then |
| | |
echo "$as_me:$LINENO: result: skipped because cross compiling" >&5 | | { echo "$as_me:$LINENO: result: skipped because cross compiling" >&5 |
echo "${ECHO_T}skipped because cross compiling" >&6 | | echo "${ECHO_T}skipped because cross compiling" >&6; } |
| | |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| | |
| | |
_ACEOF | | _ACEOF |
rm -f conftest$ac_exeext | | rm -f conftest$ac_exeext |
if { (eval echo "$as_me:$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=$? | | ac_status=$? |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && { ac_try='./conftest$ac_exeext' | | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
echo "$as_me:$LINENO: result: yes" >&5 | | { echo "$as_me:$LINENO: result: yes" >&5 |
echo "${ECHO_T}yes" >&6 | | echo "${ECHO_T}yes" >&6; } |
| | |
else | | else |
echo "$as_me: program exited with status $ac_status" >&5 | | echo "$as_me: program exited with status $ac_status" >&5 |
| | |
| | |
( exit $ac_status ) | | ( exit $ac_status ) |
| | |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
PYTHON_LIB="" | | PYTHON_LIB="" |
PYLIBS="" | | PYLIBS="" |
PY_INCLUDE="" | | PY_INCLUDE="" |
| | |
fi | | fi |
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
fi | | fi |
| | |
| | |
LIBS="$saved_LIBS" | | LIBS="$saved_LIBS" |
CFLAGS="$saved_CFLAGS" | | CFLAGS="$saved_CFLAGS" |
fi | | fi |
| | |
LIBS=""$X11LIBS" $LIBS" | | LIBS=""$X11LIBS" $LIBS" |
OCFLAGS=$CFLAGS | | OCFLAGS=$CFLAGS |
CFLAGS="-Iinclude -Icrossedit/include" | | CFLAGS="-Iinclude -Icrossedit/include" |
echo "$as_me:$LINENO: checking for crossedit required headers" >&5 | | { echo "$as_me:$LINENO: checking for crossedit required headers" >&5 |
echo $ECHO_N "checking for crossedit required headers... $ECHO_C" >&6 | | echo $ECHO_N "checking for crossedit required headers... $ECHO_C" >&6; } |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
/* confdefs.h. */ | | /* confdefs.h. */ |
_ACEOF | | _ACEOF |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
echo "$as_me:$LINENO: result: yes" >&5 | | { echo "$as_me:$LINENO: result: yes" >&5 |
echo "${ECHO_T}yes" >&6 | | echo "${ECHO_T}yes" >&6; } |
cf_will_build_crossedit="yes" | | cf_will_build_crossedit="yes" |
CROSSEDIT='crossedit' | | CROSSEDIT='crossedit' |
| | |
| | |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
cf_will_build_crossedit="no" | | cf_will_build_crossedit="no" |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
LIBS="$ac_save_LIBS" | | LIBS="$ac_save_LIBS" |
CFLAGS=$OCFLAGS | | CFLAGS=$OCFLAGS |
| | |
######################## | | ######################## |
# Unit test configuration | | # Unit test configuration |
| | |
| | # Check whether --enable-check was given. |
| | if test "${enable_check+set}" = set; then |
| | enableval=$enable_check; |
| | else |
| | enable_check=yes |
| | fi |
| | |
| | |
| | |
# Check whether --with-check or --without-check was given. | | # Check whether --with-check was given. |
if test "${with_check+set}" = set; then | | if test "${with_check+set}" = set; then |
withval="$with_check" | | withval=$with_check; |
| | fi |
| | |
fi; | | |
| | |
min_check_version=0.8.2 | | min_check_version=0.8.2 |
| | |
echo "$as_me:$LINENO: checking for check - version >= $min_check_version" >&5 | | { echo "$as_me:$LINENO: checking for check - version >= $min_check_version" >&5 |
echo $ECHO_N "checking for check - version >= $min_check_version... $ECHO_C" >&6 | | echo $ECHO_N "checking for check - version >= $min_check_version... $ECHO_C" >&6; } |
| | |
if test x$with_check = xno; then | | if test x$with_check = xno; then |
echo "$as_me:$LINENO: result: disabled" >&5 | | { echo "$as_me:$LINENO: result: disabled" >&5 |
echo "${ECHO_T}disabled" >&6 | | echo "${ECHO_T}disabled" >&6; } |
{ echo "$as_me:$LINENO: WARNING: Check not found; cannot run unit tests!" >&5 | | { echo "$as_me:$LINENO: WARNING: Check not found; cannot run unit tests!" >&5 |
echo "$as_me: WARNING: Check not found; cannot run unit tests!" >&2;} | | echo "$as_me: WARNING: Check not found; cannot run unit tests!" >&2;} |
have_check="no" | | have_check="no" |
| | |
| | |
_ACEOF | | _ACEOF |
rm -f conftest$ac_exeext | | rm -f conftest$ac_exeext |
if { (eval echo "$as_me:$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=$? | | ac_status=$? |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && { ac_try='./conftest$ac_exeext' | | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
( exit $ac_status ) | | ( exit $ac_status ) |
no_check=yes | | no_check=yes |
fi | | fi |
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
fi | | fi |
| | |
| | |
| | |
CFLAGS="$ac_save_CFLAGS" | | CFLAGS="$ac_save_CFLAGS" |
LIBS="$ac_save_LIBS" | | LIBS="$ac_save_LIBS" |
| | |
if test "x$no_check" = x ; then | | if test "x$no_check" = x ; then |
echo "$as_me:$LINENO: result: yes" >&5 | | { echo "$as_me:$LINENO: result: yes" >&5 |
echo "${ECHO_T}yes" >&6 | | echo "${ECHO_T}yes" >&6; } |
have_check="yes" | | have_check="yes" |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
if test -f conf.check-test ; then | | if test -f conf.check-test ; then |
: | | : |
else | | else |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (ac_try="$ac_link" |
(eval $ac_link) 2>conftest.er1 | | 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=$? | | ac_status=$? |
grep -v '^ *+' conftest.er1 >conftest.err | | grep -v '^ *+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
| | |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; } && | | (exit $ac_status); }; } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (case "(($ac_try" in |
(eval $ac_try) 2>&5 | | *\"* | *\`* | *\\*) 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 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| | |
echo "*** The test program failed to compile or link. See the file config.log for" | | echo "*** The test program failed to compile or link. See the file config.log for" |
echo "*** the exact error that occured." | | echo "*** the exact error that occured." |
fi | | fi |
rm -f conftest.err conftest.$ac_objext \ | | |
| | rm -f core conftest.err conftest.$ac_objext \ |
conftest$ac_exeext conftest.$ac_ext | | conftest$ac_exeext conftest.$ac_ext |
| | |
CFLAGS="$ac_save_CFLAGS" | | CFLAGS="$ac_save_CFLAGS" |
| | |
| | |
| | |
| | |
if test x"$have_check" = "xyes"; then | | if test x"$have_check" = "xyes" -a x"$enable_check" = "xyes"; then |
HAVE_CHECK_TRUE= | | HAVE_CHECK_TRUE= |
HAVE_CHECK_FALSE='#' | | HAVE_CHECK_FALSE='#' |
else | | else |
| | |
| | |
| | |
| | |
# Check whether --with-xsltproc or --without-xsltproc was given. | | # Check whether --with-xsltproc was given. |
if test "${with_xsltproc+set}" = set; then | | if test "${with_xsltproc+set}" = set; then |
withval="$with_xsltproc" | | withval=$with_xsltproc; check_xslt_forcedprogfound=$withval |
check_xslt_forcedprogfound=$withval | | fi |
fi; | | |
if test "x$check_xslt_forcedprogfound" != "x"; then | | if test "x$check_xslt_forcedprogfound" != "x"; then |
# Extract the first word of "$check_xslt_forcedprogfound", so it can be a program name with args. | | # Extract the first word of "$check_xslt_forcedprogfound", so it can be a program name with args. |
set dummy $check_xslt_forcedprogfound; ac_word=$2 | | set dummy $check_xslt_forcedprogfound; ac_word=$2 |
echo "$as_me:$LINENO: checking for $ac_word" >&5 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_path_check_xslt_forcedprogfound+set}" = set; then | | if test "${ac_cv_path_check_xslt_forcedprogfound+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
ac_cv_path_check_xslt_forcedprogfound="$as_dir/$ac_word$ac_exec_ext" | | ac_cv_path_check_xslt_forcedprogfound="$as_dir/$ac_word$ac_exec_ext" |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | 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 |
| | |
test -z "$ac_cv_path_check_xslt_forcedprogfound" && ac_cv_path_check_xslt_forcedprogfound="notfound" | | test -z "$ac_cv_path_check_xslt_forcedprogfound" && ac_cv_path_check_xslt_forcedprogfound="notfound" |
;; | | ;; |
esac | | esac |
fi | | fi |
check_xslt_forcedprogfound=$ac_cv_path_check_xslt_forcedprogfound | | check_xslt_forcedprogfound=$ac_cv_path_check_xslt_forcedprogfound |
| | |
if test -n "$check_xslt_forcedprogfound"; then | | if test -n "$check_xslt_forcedprogfound"; then |
echo "$as_me:$LINENO: result: $check_xslt_forcedprogfound" >&5 | | { echo "$as_me:$LINENO: result: $check_xslt_forcedprogfound" >&5 |
echo "${ECHO_T}$check_xslt_forcedprogfound" >&6 | | echo "${ECHO_T}$check_xslt_forcedprogfound" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | |
fi | | fi |
# Extract the first word of "xsltproc", so it can be a program name with args. | | # Extract the first word of "xsltproc", so it can be a program name with args. |
set dummy xsltproc; ac_word=$2 | | set dummy xsltproc; ac_word=$2 |
echo "$as_me:$LINENO: checking for $ac_word" >&5 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_path_check_xslt_xsltprocfound+set}" = set; then | | if test "${ac_cv_path_check_xslt_xsltprocfound+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
ac_cv_path_check_xslt_xsltprocfound="$as_dir/$ac_word$ac_exec_ext" | | ac_cv_path_check_xslt_xsltprocfound="$as_dir/$ac_word$ac_exec_ext" |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | 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 |
| | |
test -z "$ac_cv_path_check_xslt_xsltprocfound" && ac_cv_path_check_xslt_xsltprocfound="notfound" | | test -z "$ac_cv_path_check_xslt_xsltprocfound" && ac_cv_path_check_xslt_xsltprocfound="notfound" |
;; | | ;; |
esac | | esac |
fi | | fi |
check_xslt_xsltprocfound=$ac_cv_path_check_xslt_xsltprocfound | | check_xslt_xsltprocfound=$ac_cv_path_check_xslt_xsltprocfound |
| | |
if test -n "$check_xslt_xsltprocfound"; then | | if test -n "$check_xslt_xsltprocfound"; then |
echo "$as_me:$LINENO: result: $check_xslt_xsltprocfound" >&5 | | { echo "$as_me:$LINENO: result: $check_xslt_xsltprocfound" >&5 |
echo "${ECHO_T}$check_xslt_xsltprocfound" >&6 | | echo "${ECHO_T}$check_xslt_xsltprocfound" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | |
# Extract the first word of "sabcmd", so it can be a program name with args. | | # Extract the first word of "sabcmd", so it can be a program name with args. |
set dummy sabcmd; ac_word=$2 | | set dummy sabcmd; ac_word=$2 |
echo "$as_me:$LINENO: checking for $ac_word" >&5 | | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
if test "${ac_cv_path_check_xslt_sablotronfound+set}" = set; then | | if test "${ac_cv_path_check_xslt_sablotronfound+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
| | |
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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
ac_cv_path_check_xslt_sablotronfound="$as_dir/$ac_word$ac_exec_ext" | | ac_cv_path_check_xslt_sablotronfound="$as_dir/$ac_word$ac_exec_ext" |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | | 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 |
| | |
test -z "$ac_cv_path_check_xslt_sablotronfound" && ac_cv_path_check_xslt_sablotronfound="notfound" | | test -z "$ac_cv_path_check_xslt_sablotronfound" && ac_cv_path_check_xslt_sablotronfound="notfound" |
;; | | ;; |
esac | | esac |
fi | | fi |
check_xslt_sablotronfound=$ac_cv_path_check_xslt_sablotronfound | | check_xslt_sablotronfound=$ac_cv_path_check_xslt_sablotronfound |
| | |
if test -n "$check_xslt_sablotronfound"; then | | if test -n "$check_xslt_sablotronfound"; then |
echo "$as_me:$LINENO: result: $check_xslt_sablotronfound" >&5 | | { echo "$as_me:$LINENO: result: $check_xslt_sablotronfound" >&5 |
echo "${ECHO_T}$check_xslt_sablotronfound" >&6 | | echo "${ECHO_T}$check_xslt_sablotronfound" >&6; } |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6; } |
fi | | fi |
| | |
| | |
xslt_prog="notfound" | | xslt_prog="notfound" |
if test "$check_xslt_forcedprogfound" != notfound -a "x$check_xslt_forcedprogfound" != x; then | | if test "$check_xslt_forcedprogfound" != notfound -a "x$check_xslt_forcedprogfound" != x; then |
xslt_prog="$check_xslt_forcedprogfound" | | xslt_prog="$check_xslt_forcedprogfound" |
| | |
</xsl:template> | | </xsl:template> |
</xsl:stylesheet> | | </xsl:stylesheet> |
EOF | | EOF |
echo "$as_me:$LINENO: checking xslt compliance of $xslt_prog" >&5 | | { echo "$as_me:$LINENO: checking xslt compliance of $xslt_prog" >&5 |
echo $ECHO_N "checking xslt compliance of $xslt_prog... $ECHO_C" >&6 | | echo $ECHO_N "checking xslt compliance of $xslt_prog... $ECHO_C" >&6; } |
to_run=$xslt_prog | | to_run=$xslt_prog |
to_run=${to_run/\%1/configtest.xml} | | to_run=${to_run/\%1/configtest.xml} |
to_run=${to_run/\%2/configtest.xsl} | | to_run=${to_run/\%2/configtest.xsl} |
| | |
ac_status=$? | | ac_status=$? |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; };then | | (exit $ac_status); }; };then |
echo "$as_me:$LINENO: result: yes" >&5 | | { echo "$as_me:$LINENO: result: yes" >&5 |
echo "${ECHO_T}yes" >&6; | | echo "${ECHO_T}yes" >&6; }; |
xsltengine=$xslt_prog | | xsltengine=$xslt_prog |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6; | | echo "${ECHO_T}no" >&6; }; |
xslt_prog="notfound" | | xslt_prog="notfound" |
fi | | fi |
| | |
| | |
</xsl:template> | | </xsl:template> |
</xsl:stylesheet> | | </xsl:stylesheet> |
EOF | | EOF |
echo "$as_me:$LINENO: checking xslt compliance of $xslt_prog" >&5 | | { echo "$as_me:$LINENO: checking xslt compliance of $xslt_prog" >&5 |
echo $ECHO_N "checking xslt compliance of $xslt_prog... $ECHO_C" >&6 | | echo $ECHO_N "checking xslt compliance of $xslt_prog... $ECHO_C" >&6; } |
to_run=$xslt_prog | | to_run=$xslt_prog |
to_run=${to_run/\%1/configtest.xml} | | to_run=${to_run/\%1/configtest.xml} |
to_run=${to_run/\%2/configtest.xsl} | | to_run=${to_run/\%2/configtest.xsl} |
| | |
ac_status=$? | | ac_status=$? |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; };then | | (exit $ac_status); }; };then |
echo "$as_me:$LINENO: result: yes" >&5 | | { echo "$as_me:$LINENO: result: yes" >&5 |
echo "${ECHO_T}yes" >&6; | | echo "${ECHO_T}yes" >&6; }; |
xsltengine=$xslt_prog | | xsltengine=$xslt_prog |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6; | | echo "${ECHO_T}no" >&6; }; |
xslt_prog="notfound" | | xslt_prog="notfound" |
fi | | fi |
| | |
| | |
</xsl:template> | | </xsl:template> |
</xsl:stylesheet> | | </xsl:stylesheet> |
EOF | | EOF |
echo "$as_me:$LINENO: checking xslt compliance of $xslt_prog" >&5 | | { echo "$as_me:$LINENO: checking xslt compliance of $xslt_prog" >&5 |
echo $ECHO_N "checking xslt compliance of $xslt_prog... $ECHO_C" >&6 | | echo $ECHO_N "checking xslt compliance of $xslt_prog... $ECHO_C" >&6; } |
to_run=$xslt_prog | | to_run=$xslt_prog |
to_run=${to_run/\%1/configtest.xml} | | to_run=${to_run/\%1/configtest.xml} |
to_run=${to_run/\%2/configtest.xsl} | | to_run=${to_run/\%2/configtest.xsl} |
| | |
ac_status=$? | | ac_status=$? |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); }; };then | | (exit $ac_status); }; };then |
echo "$as_me:$LINENO: result: yes" >&5 | | { echo "$as_me:$LINENO: result: yes" >&5 |
echo "${ECHO_T}yes" >&6; | | echo "${ECHO_T}yes" >&6; }; |
xsltengine=$xslt_prog | | xsltengine=$xslt_prog |
else | | else |
echo "$as_me:$LINENO: result: no" >&5 | | { echo "$as_me:$LINENO: result: no" >&5 |
echo "${ECHO_T}no" >&6; | | echo "${ECHO_T}no" >&6; }; |
xslt_prog="notfound" | | xslt_prog="notfound" |
fi | | fi |
| | |
| | |
| | |
| | |
| | |
if test x"$have_check" = "xyes" -a x"$xsltengine" != x; then | | if test x"$have_check" = "xyes" -a x"$enable_check" = "xyes" -a x"$xsltengine" != x; then |
PROCESS_XSLT_TRUE= | | PROCESS_XSLT_TRUE= |
PROCESS_XSLT_FALSE='#' | | PROCESS_XSLT_FALSE='#' |
else | | else |
| | |
XSLTENGINE=$xsltengine | | XSLTENGINE=$xsltengine |
| | |
ac_config_files="$ac_config_files Makefile crossedit/Makefile crossedit/doc/Makefile crossedit/include/Makefile crossedit/Cnv/Makefile crossedit/bitmaps/Makefile doc/Makefile doc/Developers/Makefile doc/spell-docs/Makefile doc/spoiler/Makefile doc/spoiler-html/Makefile doc/playbook/Makefile doc/playbook-html/Makefile doc/scripts/Makefile lib/Makefile random_maps/Makefile socket/Makefile server/Makefile include/Makefile utils/Makefile lib/checkarch.pl lib/collect.pl utils/add_throw.perl utils/crossloop.tmpl utils/crossloop.pl.tmpl utils/metaserver.pl utils/crossloop.web utils/scores.pl utils/player_dl.pl common/Makefile plugins/Makefile plugins/cfpython/Makefile plugins/cfpython/include/Makefile plugins/cfanim/Makefile plugins/cfanim/include/Makefile plugins/common/Makefile plugins/common/include/Makefile devel/Makefile test/Makefile test/unit/Makefile test/toolkit/Makefile test/unit/common/Makefile test/unit/random_maps/Makefile test/unit/socket/Makefile test/unit/server/Makefile test/unit/crossedit/Makefile" | | ac_config_files="$ac_config_files Makefile crossedit/Makefile crossedit/doc/Makefile crossedit/include/Makefile crossedit/Cnv/Makefile crossedit/bitmaps/Makefile doc/Makefile doc/Developers/Makefile doc/spell-docs/Makefile doc/spoiler/Makefile doc/spoiler-html/Makefile doc/playbook/Makefile doc/playbook-html/Makefile doc/scripts/Makefile lib/Makefile random_maps/Makefile socket/Makefile server/Makefile include/Makefile utils/Makefile lib/checkarch.pl lib/collect.pl utils/add_throw.perl utils/crossloop.tmpl utils/crossloop.pl.tmpl utils/metaserver.pl utils/crossloop.web utils/scores.pl utils/player_dl.pl common/Makefile plugins/Makefile plugins/cfpython/Makefile plugins/cfpython/include/Makefile plugins/cfanim/Makefile plugins/cfanim/include/Makefile plugins/common/Makefile plugins/common/include/Makefile devel/Makefile test/Makefile test/unit/Makefile test/toolkit/Makefile test/unit/common/Makefile test/unit/random_maps/Makefile test/unit/socket/Makefile test/unit/server/Makefile test/unit/crossedit/Makefile" |
| | |
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 |
| | |
| | |
# The following way of writing the cache mishandles newlines in values, | | # The following way of writing the cache mishandles newlines in values, |
# 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, don't put newlines in cache variables' values. | | # 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 |
| | 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 contains 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 | | | (set) 2>&1 | |
case `(ac_space=' '; set | grep ac_space) 2>&1` in | | case $as_nl`(ac_space=' '; set) 2>&1` in #( |
*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 \ | | sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" |
"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" | | |
;; | | ;; |
esac; | | esac | |
} | | | sort |
| | ) | |
sed ' | | sed ' |
| | /^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 |
/^ac_cv_env/!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" && echo "updating cache $cache_file" | | test "x$cache_file" != "x/dev/null" && |
| | { echo "$as_me:$LINENO: updating cache $cache_file" >&5 |
| | echo "$as_me: updating cache $cache_file" >&6;} |
cat confcache >$cache_file | | cat confcache >$cache_file |
else | | else |
echo "not updating unwritable cache $cache_file" | | { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 |
| | echo "$as_me: not updating unwritable cache $cache_file" >&6;} |
fi | | fi |
fi | | fi |
rm -f confcache | | rm -f confcache |
| | |
# 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}' |
| | |
# VPATH may cause trouble with some makes, so we remove $(srcdir), | | |
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and | | |
# trailing colons and then remove the whole line if VPATH becomes empty | | |
# (actually we leave an empty line to preserve line numbers). | | |
if test "x$srcdir" = x.; then | | |
ac_vpsub='/^[ ]*VPATH[ ]*=/{ | | |
s/:*\$(srcdir):*/:/; | | |
s/:*\${srcdir}:*/:/; | | |
s/:*@srcdir@:*/:/; | | |
s/^\([^=]*=[ ]*\):*/\1/; | | |
s/:*$//; | | |
s/^[^=]*=[ ]*$//; | | |
}' | | |
fi | | |
| | |
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_i=`echo "$ac_i" | | | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |
sed 's/\$U\././;s/\.o$//;s/\.obj$//'` | | ac_i=`echo "$ac_i" | sed "$ac_script"` |
# 2. Add them. | | # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR |
ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" | | # will be set to the directory where LIBOBJS objects are built. |
ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' | | ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" |
| | ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' |
done | | done |
LIBOBJS=$ac_libobjs | | LIBOBJS=$ac_libobjs |
| | |
| | |
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which | | # Zsh 3.x and 4.x performs 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+"$@"}'='"$@"' |
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then | | setopt NO_GLOB_SUBST |
set -o posix | | else |
| | case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac |
fi | | fi |
| | BIN_SH=xpg4; export BIN_SH # for Tru64 |
DUALCASE=1; export DUALCASE # for MKS sh | | DUALCASE=1; export DUALCASE # for MKS sh |
| | |
| | |
| | # PATH needs CR |
| | # Avoid depending upon Character Ranges. |
| | as_cr_letters='abcdefghijklmnopqrstuvwxyz' |
| | as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' |
| | as_cr_Letters=$as_cr_letters$as_cr_LETTERS |
| | as_cr_digits='0123456789' |
| | as_cr_alnum=$as_cr_Letters$as_cr_digits |
| | |
| | # The user is always right. |
| | if test "${PATH_SEPARATOR+set}" != set; then |
| | echo "#! /bin/sh" >conf$$.sh |
| | echo "exit 0" >>conf$$.sh |
| | chmod +x conf$$.sh |
| | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then |
| | PATH_SEPARATOR=';' |
| | else |
| | PATH_SEPARATOR=: |
| | fi |
| | rm -f conf$$.sh |
| | fi |
| | |
# Support unset when possible. | | # Support unset when possible. |
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then | | if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then |
as_unset=unset | | as_unset=unset |
| | |
fi | | fi |
| | |
| | |
| | # IFS |
| | # We need space, tab and new line, in precisely that order. Quoting is |
| | # there to prevent editors from complaining about space-tab. |
| | # (If _AS_PATH_WALK were called with IFS unset, it would disable word |
| | # splitting by setting IFS to empty value.) |
| | as_nl=' |
| | ' |
| | IFS=" "" $as_nl" |
| | |
| | # Find who we are. Look in the path if we contain no directory separator. |
| | case $0 in |
| | *[\\/]* ) as_myself=$0 ;; |
| | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| | for as_dir in $PATH |
| | do |
| | IFS=$as_save_IFS |
| | test -z "$as_dir" && as_dir=. |
| | test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break |
| | done |
| | IFS=$as_save_IFS |
| | |
| | ;; |
| | esac |
| | # 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. |
| | if test "x$as_myself" = x; then |
| | as_myself=$0 |
| | fi |
| | if test ! -f "$as_myself"; then |
| | echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 |
| | { (exit 1); exit 1; } |
| | fi |
| | |
# Work around bugs in pre-3.0 UWIN ksh. | | # Work around bugs in pre-3.0 UWIN ksh. |
$as_unset ENV MAIL MAILPATH | | for as_var in ENV MAIL MAILPATH |
| | do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var |
| | done |
PS1='$ ' | | PS1='$ ' |
PS2='> ' | | PS2='> ' |
PS4='+ ' | | PS4='+ ' |
| | |
if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then | | if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then |
eval $as_var=C; export $as_var | | eval $as_var=C; export $as_var |
else | | else |
$as_unset $as_var | | ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var |
fi | | fi |
done | | done |
| | |
# Required to use basename. | | # Required to use basename. |
if expr a : '\(a\)' >/dev/null 2>&1; then | | if expr a : '\(a\)' >/dev/null 2>&1 && |
| | 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 |
| | |
| | |
| | |
# Name of the executable. | | # Name of the executable. |
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\(/\)$' \| \ | | X"$0" : 'X\(/\)' \| . 2>/dev/null || |
. : '\(.\)' 2>/dev/null || | | |
echo X/"$0" | | | echo X/"$0" | |
sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } | | sed '/^.*\/\([^/][^/]*\)\/*$/{ |
/^X\/\(\/\/\)$/{ s//\1/; q; } | | s//\1/ |
/^X\/\(\/\).*/{ s//\1/; q; } | | q |
| | } |
| | /^X\/\(\/\/\)$/{ |
| | s//\1/ |
| | q |
| | } |
| | /^X\/\(\/\).*/{ |
| | s//\1/ |
| | q |
| | } |
s/.*/./; q'` | | s/.*/./; q'` |
| | |
| | # CDPATH. |
# PATH needs CR, and LINENO needs CR and PATH. | | $as_unset CDPATH |
# Avoid depending upon Character Ranges. | | |
as_cr_letters='abcdefghijklmnopqrstuvwxyz' | | |
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' | | |
as_cr_Letters=$as_cr_letters$as_cr_LETTERS | | |
as_cr_digits='0123456789' | | |
as_cr_alnum=$as_cr_Letters$as_cr_digits | | |
| | |
# The user is always right. | | |
if test "${PATH_SEPARATOR+set}" != set; then | | |
echo "#! /bin/sh" >conf$$.sh | | |
echo "exit 0" >>conf$$.sh | | |
chmod +x conf$$.sh | | |
if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then | | |
PATH_SEPARATOR=';' | | |
else | | |
PATH_SEPARATOR=: | | |
fi | | |
rm -f conf$$.sh | | |
fi | | |
| | |
| | |
as_lineno_1=$LINENO | | |
as_lineno_2=$LINENO | | |
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` | | |
test "x$as_lineno_1" != "x$as_lineno_2" && | | |
test "x$as_lineno_3" = "x$as_lineno_2" || { | | |
# Find who we are. Look in the path if we contain no path at all | | |
# relative or not. | | |
case $0 in | | |
*[\\/]* ) as_myself=$0 ;; | | |
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | | |
for as_dir in $PATH | | |
do | | |
IFS=$as_save_IFS | | |
test -z "$as_dir" && as_dir=. | | |
test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break | | |
done | | |
| | |
;; | | |
esac | | |
# 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. | | |
if test "x$as_myself" = x; then | | |
as_myself=$0 | | |
fi | | |
if test ! -f "$as_myself"; then | | |
{ { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 | | |
echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} | | |
{ (exit 1); exit 1; }; } | | |
fi | | |
case $CONFIG_SHELL in | | |
'') | | |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | | |
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH | | |
do | | |
IFS=$as_save_IFS | | |
test -z "$as_dir" && as_dir=. | | |
for as_base in sh bash ksh sh5; do | | |
case $as_dir in | | |
/*) | | |
if ("$as_dir/$as_base" -c ' | | |
as_lineno_1=$LINENO | | as_lineno_1=$LINENO |
as_lineno_2=$LINENO | | as_lineno_2=$LINENO |
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` | | |
test "x$as_lineno_1" != "x$as_lineno_2" && | | test "x$as_lineno_1" != "x$as_lineno_2" && |
test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then | | test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { |
$as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } | | |
$as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } | | |
CONFIG_SHELL=$as_dir/$as_base | | |
export CONFIG_SHELL | | |
exec "$CONFIG_SHELL" "$0" ${1+"$@"} | | |
fi;; | | |
esac | | |
done | | |
done | | |
;; | | |
esac | | |
| | |
# Create $as_me.lineno as a copy of $as_myself, but with $LINENO | | # Create $as_me.lineno as a copy of $as_myself, but with $LINENO |
# uniformly replaced by the line number. The first 'sed' inserts a | | # uniformly replaced by the line number. The first 'sed' inserts a |
# line-number line before each line; the second 'sed' does the real | | # line-number line after each line using $LINENO; the second 'sed' |
# work. The second script uses 'N' to pair each line-number line | | # does the real work. The second script uses 'N' to pair each |
# with the numbered line, and appends trailing '-' during | | # line-number line with the line containing $LINENO, and appends |
# substitution so that $LINENO is not a special case at line end. | | # trailing '-' during substitution so that $LINENO is not a special |
| | # case at line end. |
# (Raja R Harinath suggested sed '=', and Paul Eggert wrote the | | # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the |
# second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) | | # scripts with optimization help from Paolo Bonzini. Blame Lee |
sed '=' <$as_myself | | | # E. McMahon (1931-1989) for sed's syntax. :-) |
| | sed -n ' |
| | p |
| | /[$]LINENO/= |
| | ' <$as_myself | |
sed ' | | sed ' |
| | s/[$]LINENO.*/&-/ |
| | t lineno |
| | b |
| | :lineno |
N | | N |
s,$,-, | | |
: loop | | : loop |
s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, | | s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ |
t loop | | t loop |
s,-$,, | | s/-\n.*// |
s,^['$as_cr_digits']*\n,, | | |
' >$as_me.lineno && | | ' >$as_me.lineno && |
chmod +x $as_me.lineno || | | chmod +x "$as_me.lineno" || |
{ { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 | | { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 |
echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} | | |
{ (exit 1); 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 sensible 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 |
} | | } |
| | |
| | |
case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in | | if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then |
*c*,-n*) ECHO_N= ECHO_C=' | | as_dirname=dirname |
' ECHO_T=' ' ;; | | else |
*c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; | | as_dirname=false |
*) ECHO_N= ECHO_C='\c' ECHO_T= ;; | | fi |
| | |
| | ECHO_C= ECHO_N= ECHO_T= |
| | case `echo -n x` in |
| | -n*) |
| | case `echo 'x\c'` in |
| | *c*) ECHO_T=' ';; # ECHO_T is single tab character. |
| | *) ECHO_C='\c';; |
| | esac;; |
| | *) |
| | ECHO_N='-n';; |
esac | | esac |
| | |
if expr a : '\(a\)' >/dev/null 2>&1; then | | if expr a : '\(a\)' >/dev/null 2>&1 && |
| | test "X`expr 00001 : '.*\(...\)'`" = X001; then |
as_expr=expr | | as_expr=expr |
else | | else |
as_expr=false | | as_expr=false |
fi | | fi |
| | |
rm -f conf$$ conf$$.exe conf$$.file | | rm -f conf$$ conf$$.exe conf$$.file |
| | if test -d conf$$.dir; then |
| | rm -f conf$$.dir/conf$$.file |
| | else |
| | rm -f conf$$.dir |
| | mkdir conf$$.dir |
| | fi |
echo >conf$$.file | | echo >conf$$.file |
if ln -s conf$$.file conf$$ 2>/dev/null; then | | if ln -s conf$$.file conf$$ 2>/dev/null; then |
# We could just check for DJGPP; but this test a) works b) is more generic | | |
# and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). | | |
if test -f conf$$.exe; then | | |
# Don't use ln at all; we don't have any links | | |
as_ln_s='cp -p' | | |
else | | |
as_ln_s='ln -s' | | as_ln_s='ln -s' |
fi | | # ... but there are two gotchas: |
| | # 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. |
| | # 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 | | elif ln conf$$.file conf$$ 2>/dev/null; then |
as_ln_s=ln | | as_ln_s=ln |
else | | else |
as_ln_s='cp -p' | | as_ln_s='cp -p' |
fi | | fi |
rm -f conf$$ conf$$.exe conf$$.file | | rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
| | 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=: |
| | |
as_mkdir_p=false | | as_mkdir_p=false |
fi | | fi |
| | |
as_executable_p="test -f" | | # Find out whether ``test -x'' works. Don't use a zero-byte file, as |
| | # systems may use methods other than mode bits to determine executability. |
| | cat >conf$$.file <<_ASEOF |
| | #! /bin/sh |
| | exit 0 |
| | _ASEOF |
| | chmod +x conf$$.file |
| | if test -x conf$$.file >/dev/null 2>&1; then |
| | as_executable_p="test -x" |
| | else |
| | as_executable_p=: |
| | fi |
| | rm -f conf$$.file |
| | |
# 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'" |
| | |
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" | | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" |
| | |
| | |
# IFS | | |
# We need space, tab and new line, in precisely that order. | | |
as_nl=' | | |
' | | |
IFS=" $as_nl" | | |
| | |
# CDPATH. | | |
$as_unset CDPATH | | |
| | |
exec 6>&1 | | exec 6>&1 |
| | |
# Open the log real soon, to keep \$[0] and so on meaningful, and to | | # 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. Logging --version etc. is OK. | | # values after options handling. |
exec 5>>config.log | | ac_log=" |
{ | | |
echo | | |
sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX | | |
## Running $as_me. ## | | |
_ASBOX | | |
} >&5 | | |
cat >&5 <<_CSEOF | | |
| | |
This file was extended by crossfire $as_me 1.9.1, which was | | This file was extended by crossfire $as_me 1.9.1, which was |
generated by GNU Autoconf 2.59. Invocation command line was | | generated by GNU Autoconf 2.60. Invocation command line was |
| | |
CONFIG_FILES = $CONFIG_FILES | | CONFIG_FILES = $CONFIG_FILES |
CONFIG_HEADERS = $CONFIG_HEADERS | | CONFIG_HEADERS = $CONFIG_HEADERS |
| | |
CONFIG_COMMANDS = $CONFIG_COMMANDS | | CONFIG_COMMANDS = $CONFIG_COMMANDS |
$ $0 $@ | | $ $0 $@ |
| | |
_CSEOF | | on `(hostname || uname -n) 2>/dev/null | sed 1q` |
echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 | | " |
echo >&5 | | |
_ACEOF | | _ACEOF |
| | |
| | cat >>$CONFIG_STATUS <<_ACEOF |
# Files that config.status was made for. | | # Files that config.status was made for. |
if test -n "$ac_config_files"; then | | config_files="$ac_config_files" |
echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS | | config_headers="$ac_config_headers" |
fi | | config_commands="$ac_config_commands" |
| | |
if test -n "$ac_config_headers"; then | | |
echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS | | |
fi | | |
| | |
if test -n "$ac_config_links"; then | | _ACEOF |
echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS | | |
fi | | |
| | |
if test -n "$ac_config_commands"; then | | |
echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS | | |
fi | | |
| | |
cat >>$CONFIG_STATUS <<\_ACEOF | | cat >>$CONFIG_STATUS <<\_ACEOF |
| | |
ac_cs_usage="\ | | ac_cs_usage="\ |
\`$as_me' instantiates files from templates according to the | | \`$as_me' instantiates files from templates according to the |
current configuration. | | current configuration. |
| | |
$config_commands | | $config_commands |
| | |
Report bugs to <bug-autoconf@gnu.org>." | | Report bugs to <bug-autoconf@gnu.org>." |
_ACEOF | | |
| | |
| | _ACEOF |
cat >>$CONFIG_STATUS <<_ACEOF | | cat >>$CONFIG_STATUS <<_ACEOF |
ac_cs_version="\\ | | ac_cs_version="\\ |
crossfire config.status 1.9.1 | | crossfire config.status 1.9.1 |
configured by $0, generated by GNU Autoconf 2.59, | | configured by $0, generated by GNU Autoconf 2.60, |
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" | | with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" |
| | |
Copyright (C) 2003 Free Software Foundation, Inc. | | Copyright (C) 2006 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." |
srcdir=$srcdir | | |
INSTALL="$INSTALL" | | ac_pwd='$ac_pwd' |
| | srcdir='$srcdir' |
| | INSTALL='$INSTALL' |
_ACEOF | | _ACEOF |
| | |
cat >>$CONFIG_STATUS <<\_ACEOF | | cat >>$CONFIG_STATUS <<\_ACEOF |
| | |
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=: |
;; | | ;; |
-*) | | *) |
ac_option=$1 | | ac_option=$1 |
ac_optarg=$2 | | ac_optarg=$2 |
ac_shift=shift | | ac_shift=shift |
;; | | ;; |
*) # This is not an option, so the user has probably given explicit | | |
# arguments. | | |
ac_option=$1 | | |
ac_need_defaults=false;; | | |
esac | | esac |
| | |
case $ac_option in | | case $ac_option in |
# Handling of the options. | | # Handling of the options. |
_ACEOF | | |
cat >>$CONFIG_STATUS <<\_ACEOF | | |
-recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) | | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) |
ac_cs_recheck=: ;; | | ac_cs_recheck=: ;; |
--version | --vers* | -V ) | | --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) |
echo "$ac_cs_version"; exit 0 ;; | | echo "$ac_cs_version"; exit ;; |
--he | --h) | | --debug | --debu | --deb | --de | --d | -d ) |
# Conflict between --help and --header | | |
{ { echo "$as_me:$LINENO: error: ambiguous option: $1 | | |
Try \`$0 --help' for more information." >&5 | | |
echo "$as_me: error: ambiguous option: $1 | | |
Try \`$0 --help' for more information." >&2;} | | |
{ (exit 1); exit 1; }; };; | | |
--help | --hel | -h ) | | |
echo "$ac_cs_usage"; exit 0 ;; | | |
--debug | --d* | -d ) | | |
debug=: ;; | | debug=: ;; |
--file | --fil | --fi | --f ) | | --file | --fil | --fi | --f ) |
$ac_shift | | $ac_shift |
| | |
$ac_shift | | $ac_shift |
CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" | | CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" |
ac_need_defaults=false;; | | ac_need_defaults=false;; |
| | --he | --h) |
| | # Conflict between --help and --header |
| | { echo "$as_me: error: ambiguous option: $1 |
| | Try \`$0 --help' for more information." >&2 |
| | { (exit 1); exit 1; }; };; |
| | --help | --hel | -h ) |
| | 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:$LINENO: error: unrecognized option: $1 | | -*) { echo "$as_me: error: unrecognized option: $1 |
Try \`$0 --help' for more information." >&5 | | Try \`$0 --help' for more information." >&2 |
echo "$as_me: error: unrecognized option: $1 | | |
Try \`$0 --help' for more information." >&2;} | | |
{ (exit 1); exit 1; }; } ;; | | { (exit 1); exit 1; }; } ;; |
| | |
*) ac_config_targets="$ac_config_targets $1" ;; | | *) ac_config_targets="$ac_config_targets $1" |
| | ac_need_defaults=false ;; |
| | |
esac | | esac |
shift | | shift |
| | |
_ACEOF | | _ACEOF |
cat >>$CONFIG_STATUS <<_ACEOF | | cat >>$CONFIG_STATUS <<_ACEOF |
if \$ac_cs_recheck; then | | if \$ac_cs_recheck; then |
echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 | | echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 |
exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion | | CONFIG_SHELL=$SHELL |
| | export CONFIG_SHELL |
| | exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
fi | | fi |
| | |
_ACEOF | | _ACEOF |
| | cat >>$CONFIG_STATUS <<\_ACEOF |
| | exec 5>>config.log |
| | { |
| | echo |
| | sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX |
| | ## Running $as_me. ## |
| | _ASBOX |
| | echo "$ac_log" |
| | } >&5 |
| | |
| | _ACEOF |
cat >>$CONFIG_STATUS <<_ACEOF | | cat >>$CONFIG_STATUS <<_ACEOF |
# | | # |
# INIT-COMMANDS section. | | # INIT-COMMANDS |
# | | # |
| | |
AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" | | AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" |
| | |
_ACEOF | | _ACEOF |
| | |
| | |
| | |
cat >>$CONFIG_STATUS <<\_ACEOF | | cat >>$CONFIG_STATUS <<\_ACEOF |
| | |
| | # 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 |
# Handling of arguments. | | "include/autoconf.h") CONFIG_HEADERS="$CONFIG_HEADERS include/autoconf.h" ;; |
| | "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; |
"Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; | | "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; |
"crossedit/Makefile" ) CONFIG_FILES="$CONFIG_FILES crossedit/Makefile" ;; | | "crossedit/Makefile" ) CONFIG_FILES="$CONFIG_FILES crossedit/Makefile" ;; |
"crossedit/doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES crossedit/doc/Makefile" ;; | | "crossedit/doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES crossedit/doc/Makefile" ;; |
| | |
"test/unit/socket/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/unit/socket/Makefile" ;; | | "test/unit/socket/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/unit/socket/Makefile" ;; |
"test/unit/server/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/unit/server/Makefile" ;; | | "test/unit/server/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/unit/server/Makefile" ;; |
"test/unit/crossedit/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/unit/crossedit/Makefile" ;; | | "test/unit/crossedit/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/unit/crossedit/Makefile" ;; |
"depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; | | |
"include/autoconf.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/autoconf.h" ;; | | |
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 | | *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 |
echo "$as_me: error: invalid argument: $ac_config_target" >&2;} | | echo "$as_me: error: invalid argument: $ac_config_target" >&2;} |
{ (exit 1); exit 1; }; };; | | { (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 |
| | |
fi | | fi |
| | |
# Have a temporary directory for convenience. Make it in the build tree | | # Have a temporary directory for convenience. Make it in the build tree |
# simply because there is no reason to put it here, and in addition, | | # simply because there is no reason against having it here, and in addition, |
# creating and moving files from /tmp can sometimes cause problems. | | # creating and moving files from /tmp can sometimes cause problems. |
# Create a temporary directory, and 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 cleaned: |
| | # after its creation but before its name has been assigned to `$tmp'. |
$debug || | | $debug || |
{ | | { |
trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 | | tmp= |
| | trap 'exit_status=$? |
| | { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status |
| | ' 0 |
trap '{ (exit 1); exit 1; }' 1 2 13 15 | | trap '{ (exit 1); 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 -q "./confstatXXXXXX") 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=./confstat$$-$RANDOM | | tmp=./conf$$-$RANDOM |
(umask 077 && mkdir $tmp) | | (umask 077 && mkdir "$tmp") |
} || | | } || |
{ | | { |
echo "$me: cannot create a temporary directory in ." >&2 | | echo "$me: cannot create a temporary directory in ." >&2 |
{ (exit 1); exit 1; } | | { (exit 1); exit 1; } |
} | | } |
| | |
_ACEOF | | |
| | |
cat >>$CONFIG_STATUS <<_ACEOF | | |
| | |
# | | # |
# CONFIG_FILES section. | | # Set up the sed scripts for CONFIG_FILES section. |
# | | # |
| | |
# No need to generate the scripts if there are no CONFIG_FILES. | | # No need to generate the scripts if there are no CONFIG_FILES. |
# This happens for instance when ./config.status config.h | | # This happens for instance when ./config.status config.h |
if test -n "\$CONFIG_FILES"; then | | if test -n "$CONFIG_FILES"; then |
# Protect against being on the right side of a sed subst in config.status. | | |
sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; | | |
s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF | | |
s,@SHELL@,$SHELL,;t t | | |
s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t | | |
s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t | | |
s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t | | |
s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t | | |
s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t | | |
s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t | | |
s,@exec_prefix@,$exec_prefix,;t t | | |
s,@prefix@,$prefix,;t t | | |
s,@program_transform_name@,$program_transform_name,;t t | | |
s,@bindir@,$bindir,;t t | | |
s,@sbindir@,$sbindir,;t t | | |
s,@libexecdir@,$libexecdir,;t t | | |
s,@datadir@,$datadir,;t t | | |
s,@sysconfdir@,$sysconfdir,;t t | | |
s,@sharedstatedir@,$sharedstatedir,;t t | | |
s,@localstatedir@,$localstatedir,;t t | | |
s,@libdir@,$libdir,;t t | | |
s,@includedir@,$includedir,;t t | | |
s,@oldincludedir@,$oldincludedir,;t t | | |
s,@infodir@,$infodir,;t t | | |
s,@mandir@,$mandir,;t t | | |
s,@build_alias@,$build_alias,;t t | | |
s,@host_alias@,$host_alias,;t t | | |
s,@target_alias@,$target_alias,;t t | | |
s,@DEFS@,$DEFS,;t t | | |
s,@ECHO_C@,$ECHO_C,;t t | | |
s,@ECHO_N@,$ECHO_N,;t t | | |
s,@ECHO_T@,$ECHO_T,;t t | | |
s,@LIBS@,$LIBS,;t t | | |
s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t | | |
s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t | | |
s,@INSTALL_DATA@,$INSTALL_DATA,;t t | | |
s,@CYGPATH_W@,$CYGPATH_W,;t t | | |
s,@PACKAGE@,$PACKAGE,;t t | | |
s,@VERSION@,$VERSION,;t t | | |
s,@ACLOCAL@,$ACLOCAL,;t t | | |
s,@AUTOCONF@,$AUTOCONF,;t t | | |
s,@AUTOMAKE@,$AUTOMAKE,;t t | | |
s,@AUTOHEADER@,$AUTOHEADER,;t t | | |
s,@MAKEINFO@,$MAKEINFO,;t t | | |
s,@install_sh@,$install_sh,;t t | | |
s,@STRIP@,$STRIP,;t t | | |
s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t | | |
s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t | | |
s,@mkdir_p@,$mkdir_p,;t t | | |
s,@AWK@,$AWK,;t t | | |
s,@SET_MAKE@,$SET_MAKE,;t t | | |
s,@am__leading_dot@,$am__leading_dot,;t t | | |
s,@AMTAR@,$AMTAR,;t t | | |
s,@am__tar@,$am__tar,;t t | | |
s,@am__untar@,$am__untar,;t t | | |
s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t | | |
s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t | | |
s,@MAINT@,$MAINT,;t t | | |
s,@build@,$build,;t t | | |
s,@build_cpu@,$build_cpu,;t t | | |
s,@build_vendor@,$build_vendor,;t t | | |
s,@build_os@,$build_os,;t t | | |
s,@host@,$host,;t t | | |
s,@host_cpu@,$host_cpu,;t t | | |
s,@host_vendor@,$host_vendor,;t t | | |
s,@host_os@,$host_os,;t t | | |
s,@CC@,$CC,;t t | | |
s,@CFLAGS@,$CFLAGS,;t t | | |
s,@LDFLAGS@,$LDFLAGS,;t t | | |
s,@CPPFLAGS@,$CPPFLAGS,;t t | | |
s,@ac_ct_CC@,$ac_ct_CC,;t t | | |
s,@EXEEXT@,$EXEEXT,;t t | | |
s,@OBJEXT@,$OBJEXT,;t t | | |
s,@DEPDIR@,$DEPDIR,;t t | | |
s,@am__include@,$am__include,;t t | | |
s,@am__quote@,$am__quote,;t t | | |
s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t | | |
s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t | | |
s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t | | |
s,@CCDEPMODE@,$CCDEPMODE,;t t | | |
s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t | | |
s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t | | |
s,@EGREP@,$EGREP,;t t | | |
s,@LN_S@,$LN_S,;t t | | |
s,@ECHO@,$ECHO,;t t | | |
s,@AR@,$AR,;t t | | |
s,@ac_ct_AR@,$ac_ct_AR,;t t | | |
s,@RANLIB@,$RANLIB,;t t | | |
s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t | | |
s,@CPP@,$CPP,;t t | | |
s,@CXX@,$CXX,;t t | | |
s,@CXXFLAGS@,$CXXFLAGS,;t t | | |
s,@ac_ct_CXX@,$ac_ct_CXX,;t t | | |
s,@CXXDEPMODE@,$CXXDEPMODE,;t t | | |
s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t | | |
s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t | | |
s,@CXXCPP@,$CXXCPP,;t t | | |
s,@F77@,$F77,;t t | | |
s,@FFLAGS@,$FFLAGS,;t t | | |
s,@ac_ct_F77@,$ac_ct_F77,;t t | | |
s,@LIBTOOL@,$LIBTOOL,;t t | | |
s,@LEX@,$LEX,;t t | | |
s,@LEXLIB@,$LEXLIB,;t t | | |
s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t | | |
s,@LATEX@,$LATEX,;t t | | |
s,@GZIP@,$GZIP,;t t | | |
s,@GUNZIP@,$GUNZIP,;t t | | |
s,@TAR@,$TAR,;t t | | |
s,@PERL@,$PERL,;t t | | |
s,@BASENAME@,$BASENAME,;t t | | |
s,@COMPRESS@,$COMPRESS,;t t | | |
s,@UNCOMPRESS@,$UNCOMPRESS,;t t | | |
s,@BZIP@,$BZIP,;t t | | |
s,@BUNZIP@,$BUNZIP,;t t | | |
s,@X_CFLAGS@,$X_CFLAGS,;t t | | |
s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t | | |
s,@X_LIBS@,$X_LIBS,;t t | | |
s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t | | |
s,@LIBOBJS@,$LIBOBJS,;t t | | |
s,@x_includes@,$x_includes,;t t | | |
s,@x_libraries@,$x_libraries,;t t | | |
s,@no_x@,$no_x,;t t | | |
s,@HAVE_X_TRUE@,$HAVE_X_TRUE,;t t | | |
s,@HAVE_X_FALSE@,$HAVE_X_FALSE,;t t | | |
s,@X11LIBS@,$X11LIBS,;t t | | |
s,@pkgstatedir@,$pkgstatedir,;t t | | |
s,@pkgconfdir@,$pkgconfdir,;t t | | |
s,@HAVE_LIBDL_TRUE@,$HAVE_LIBDL_TRUE,;t t | | |
s,@HAVE_LIBDL_FALSE@,$HAVE_LIBDL_FALSE,;t t | | |
s,@PYTHON_LIB@,$PYTHON_LIB,;t t | | |
s,@PY_LIBS@,$PY_LIBS,;t t | | |
s,@PY_INCLUDES@,$PY_INCLUDES,;t t | | |
s,@PYTHON_PLUGIN_TRUE@,$PYTHON_PLUGIN_TRUE,;t t | | |
s,@PYTHON_PLUGIN_FALSE@,$PYTHON_PLUGIN_FALSE,;t t | | |
s,@PLUGIN_PYTHON@,$PLUGIN_PYTHON,;t t | | |
s,@CROSSEDIT@,$CROSSEDIT,;t t | | |
s,@CHECK_CFLAGS@,$CHECK_CFLAGS,;t t | | |
s,@CHECK_LIBS@,$CHECK_LIBS,;t t | | |
s,@HAVE_CHECK_TRUE@,$HAVE_CHECK_TRUE,;t t | | |
s,@HAVE_CHECK_FALSE@,$HAVE_CHECK_FALSE,;t t | | |
s,@check_xslt_forcedprogfound@,$check_xslt_forcedprogfound,;t t | | |
s,@check_xslt_xsltprocfound@,$check_xslt_xsltprocfound,;t t | | |
s,@check_xslt_sablotronfound@,$check_xslt_sablotronfound,;t t | | |
s,@PROCESS_XSLT_TRUE@,$PROCESS_XSLT_TRUE,;t t | | |
s,@PROCESS_XSLT_FALSE@,$PROCESS_XSLT_FALSE,;t t | | |
s,@XSLTENGINE@,$XSLTENGINE,;t t | | |
s,@LTLIBOBJS@,$LTLIBOBJS,;t t | | |
CEOF | | |
| | |
_ACEOF | | _ACEOF |
| | |
cat >>$CONFIG_STATUS <<\_ACEOF | | |
# Split the substitutions into bite-sized pieces for seds with | | |
# small command number limits, like on Digital OSF/1 and HP-UX. | | ac_delim='%!_!# ' |
ac_max_sed_lines=48 | | for ac_last_try in false false false false false :; do |
ac_sed_frag=1 # Number of current file. | | cat >conf$$subs.sed <<_ACEOF |
ac_beg=1 # First line for current file. | | SHELL!$SHELL$ac_delim |
ac_end=$ac_max_sed_lines # Line after last line for current file. | | PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim |
ac_more_lines=: | | PACKAGE_NAME!$PACKAGE_NAME$ac_delim |
ac_sed_cmds= | | PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim |
while $ac_more_lines; do | | PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim |
if test $ac_beg -gt 1; then | | PACKAGE_STRING!$PACKAGE_STRING$ac_delim |
sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag | | PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim |
else | | exec_prefix!$exec_prefix$ac_delim |
sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag | | prefix!$prefix$ac_delim |
fi | | program_transform_name!$program_transform_name$ac_delim |
if test ! -s $tmp/subs.frag; then | | bindir!$bindir$ac_delim |
ac_more_lines=false | | sbindir!$sbindir$ac_delim |
else | | libexecdir!$libexecdir$ac_delim |
# The purpose of the label and of the branching condition is to | | datarootdir!$datarootdir$ac_delim |
# speed up the sed processing (if there are no `@' at all, there | | datadir!$datadir$ac_delim |
# is no need to browse any of the substitutions). | | sysconfdir!$sysconfdir$ac_delim |
# These are the two extra sed commands mentioned above. | | sharedstatedir!$sharedstatedir$ac_delim |
(echo ':t | | localstatedir!$localstatedir$ac_delim |
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed | | includedir!$includedir$ac_delim |
if test -z "$ac_sed_cmds"; then | | oldincludedir!$oldincludedir$ac_delim |
ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" | | docdir!$docdir$ac_delim |
else | | infodir!$infodir$ac_delim |
ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" | | htmldir!$htmldir$ac_delim |
fi | | dvidir!$dvidir$ac_delim |
ac_sed_frag=`expr $ac_sed_frag + 1` | | pdfdir!$pdfdir$ac_delim |
ac_beg=$ac_end | | psdir!$psdir$ac_delim |
ac_end=`expr $ac_end + $ac_max_sed_lines` | | 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 |
| | 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 |
| | MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim |
| | MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim |
| | MAINT!$MAINT$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 |
| | 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 |
| | GREP!$GREP$ac_delim |
| | EGREP!$EGREP$ac_delim |
| | LN_S!$LN_S$ac_delim |
| | ECHO!$ECHO$ac_delim |
| | AR!$AR$ac_delim |
| | RANLIB!$RANLIB$ac_delim |
| | CPP!$CPP$ac_delim |
| | CXX!$CXX$ac_delim |
| | CXXFLAGS!$CXXFLAGS$ac_delim |
| | ac_ct_CXX!$ac_ct_CXX$ac_delim |
| | CXXDEPMODE!$CXXDEPMODE$ac_delim |
| | am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim |
| | _ACEOF |
| | |
| | if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then |
| | 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` |
| | if test -n "$ac_eof"; then |
| | 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 |
| | |
| | |
| | ac_delim='%!_!# ' |
| | for ac_last_try in false false false false false :; do |
| | cat >conf$$subs.sed <<_ACEOF |
| | am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim |
| | CXXCPP!$CXXCPP$ac_delim |
| | F77!$F77$ac_delim |
| | FFLAGS!$FFLAGS$ac_delim |
| | ac_ct_F77!$ac_ct_F77$ac_delim |
| | LIBTOOL!$LIBTOOL$ac_delim |
| | LEX!$LEX$ac_delim |
| | LEXLIB!$LEXLIB$ac_delim |
| | LEX_OUTPUT_ROOT!$LEX_OUTPUT_ROOT$ac_delim |
| | LATEX!$LATEX$ac_delim |
| | GZIP!$GZIP$ac_delim |
| | GUNZIP!$GUNZIP$ac_delim |
| | TAR!$TAR$ac_delim |
| | PERL!$PERL$ac_delim |
| | BASENAME!$BASENAME$ac_delim |
| | COMPRESS!$COMPRESS$ac_delim |
| | UNCOMPRESS!$UNCOMPRESS$ac_delim |
| | BZIP!$BZIP$ac_delim |
| | BUNZIP!$BUNZIP$ac_delim |
| | XMKMF!$XMKMF$ac_delim |
| | X_CFLAGS!$X_CFLAGS$ac_delim |
| | X_PRE_LIBS!$X_PRE_LIBS$ac_delim |
| | X_LIBS!$X_LIBS$ac_delim |
| | X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim |
| | LIBOBJS!$LIBOBJS$ac_delim |
| | x_includes!$x_includes$ac_delim |
| | x_libraries!$x_libraries$ac_delim |
| | no_x!$no_x$ac_delim |
| | HAVE_X_TRUE!$HAVE_X_TRUE$ac_delim |
| | HAVE_X_FALSE!$HAVE_X_FALSE$ac_delim |
| | X11LIBS!$X11LIBS$ac_delim |
| | pkgstatedir!$pkgstatedir$ac_delim |
| | pkgconfdir!$pkgconfdir$ac_delim |
| | HAVE_LIBDL_TRUE!$HAVE_LIBDL_TRUE$ac_delim |
| | HAVE_LIBDL_FALSE!$HAVE_LIBDL_FALSE$ac_delim |
| | PYTHON_LIB!$PYTHON_LIB$ac_delim |
| | PY_LIBS!$PY_LIBS$ac_delim |
| | PY_INCLUDES!$PY_INCLUDES$ac_delim |
| | PYTHON_PLUGIN_TRUE!$PYTHON_PLUGIN_TRUE$ac_delim |
| | PYTHON_PLUGIN_FALSE!$PYTHON_PLUGIN_FALSE$ac_delim |
| | PLUGIN_PYTHON!$PLUGIN_PYTHON$ac_delim |
| | CROSSEDIT!$CROSSEDIT$ac_delim |
| | CHECK_CFLAGS!$CHECK_CFLAGS$ac_delim |
| | CHECK_LIBS!$CHECK_LIBS$ac_delim |
| | HAVE_CHECK_TRUE!$HAVE_CHECK_TRUE$ac_delim |
| | HAVE_CHECK_FALSE!$HAVE_CHECK_FALSE$ac_delim |
| | check_xslt_forcedprogfound!$check_xslt_forcedprogfound$ac_delim |
| | check_xslt_xsltprocfound!$check_xslt_xsltprocfound$ac_delim |
| | check_xslt_sablotronfound!$check_xslt_sablotronfound$ac_delim |
| | PROCESS_XSLT_TRUE!$PROCESS_XSLT_TRUE$ac_delim |
| | PROCESS_XSLT_FALSE!$PROCESS_XSLT_FALSE$ac_delim |
| | XSLTENGINE!$XSLTENGINE$ac_delim |
| | LTLIBOBJS!$LTLIBOBJS$ac_delim |
| | _ACEOF |
| | |
| | if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 53; then |
| | 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 | | fi |
done | | done |
if test -z "$ac_sed_cmds"; then | | |
ac_sed_cmds=cat | | ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` |
| | if test -n "$ac_eof"; then |
| | ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` |
| | ac_eof=`expr $ac_eof + 1` |
fi | | fi |
fi # test -n "$CONFIG_FILES" | | |
| | |
| | cat >>$CONFIG_STATUS <<_ACEOF |
| | cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof |
| | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end |
| | _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), |
| | # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and |
| | # trailing colons and then remove the whole line if VPATH becomes empty |
| | # (actually we leave an empty line to preserve line numbers). |
| | if test "x$srcdir" = x.; then |
| | ac_vpsub='/^[ ]*VPATH[ ]*=/{ |
| | s/:*\$(srcdir):*/:/ |
| | s/:*\${srcdir}:*/:/ |
| | s/:*@srcdir@:*/:/ |
| | s/^\([^=]*=[ ]*\):*/\1/ |
| | s/:*$// |
| | s/^[^=]*=[ ]*$// |
| | }' |
| | fi |
| | |
cat >>$CONFIG_STATUS <<\_ACEOF | | cat >>$CONFIG_STATUS <<\_ACEOF |
for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue | | fi # test -n "$CONFIG_FILES" |
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". | | |
case $ac_file in | | |
- | *:- | *:-:* ) # input from stdin | | for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS |
cat >$tmp/stdin | | do |
ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` | | case $ac_tag in |
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; | | :[FHLC]) ac_mode=$ac_tag; continue;; |
*:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` | | esac |
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; | | case $ac_mode$ac_tag in |
* ) ac_file_in=$ac_file.in ;; | | :[FHL]*:*);; |
| | :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 |
| | echo "$as_me: error: Invalid tag $ac_tag." >&2;} |
| | { (exit 1); exit 1; }; };; |
| | :[FH]-) ac_tag=-:-;; |
| | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
| | esac |
| | ac_save_IFS=$IFS |
| | IFS=: |
| | set x $ac_tag |
| | IFS=$ac_save_IFS |
| | shift |
| | ac_file=$1 |
| | shift |
| | |
| | case $ac_mode in |
| | :L) ac_source=$1;; |
| | :[FH]) |
| | ac_file_inputs= |
| | for ac_f |
| | do |
| | case $ac_f in |
| | -) ac_f="$tmp/stdin";; |
| | *) # Look for the file first in the build tree, then in the source tree |
| | # (if the path is not absolute). The absolute path cannot be DOS-style, |
| | # because $ac_f cannot contain `:'. |
| | test -f "$ac_f" || |
| | case $ac_f in |
| | [\\/$]*) false;; |
| | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
| | esac || |
| | { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 |
| | echo "$as_me: error: cannot find input file: $ac_f" >&2;} |
| | { (exit 1); exit 1; }; };; |
| | esac |
| | ac_file_inputs="$ac_file_inputs $ac_f" |
| | done |
| | |
| | # Let's still pretend it is `configure' which instantiates (i.e., don't |
| | # use $as_me), people would be surprised to read: |
| | # /* config.h. Generated by config.status. */ |
| | configure_input="Generated from "`IFS=: |
| | echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." |
| | if test x"$ac_file" != x-; then |
| | configure_input="$ac_file. $configure_input" |
| | { echo "$as_me:$LINENO: creating $ac_file" >&5 |
| | echo "$as_me: creating $ac_file" >&6;} |
| | fi |
| | |
| | case $ac_tag in |
| | *:-:* | *:-) cat >"$tmp/stdin";; |
| | esac |
| | ;; |
esac | | esac |
| | |
# Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. | | ac_dir=`$as_dirname -- "$ac_file" || |
ac_dir=`(dirname "$ac_file") 2>/dev/null || | | |
$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\(/\)' \| \ | | X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || |
. : '\(.\)' 2>/dev/null || | | |
echo X"$ac_file" | | | echo X"$ac_file" | |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
/^X\(\/\/\)[^/].*/{ s//\1/; q; } | | s//\1/ |
/^X\(\/\/\)$/{ s//\1/; q; } | | q |
/^X\(\/\).*/{ s//\1/; q; } | | } |
| | /^X\(\/\/\)[^/].*/{ |
| | s//\1/ |
| | q |
| | } |
| | /^X\(\/\/\)$/{ |
| | s//\1/ |
| | q |
| | } |
| | /^X\(\/\).*/{ |
| | s//\1/ |
| | q |
| | } |
s/.*/./; q'` | | s/.*/./; q'` |
{ if $as_mkdir_p; then | | { as_dir="$ac_dir" |
mkdir -p "$ac_dir" | | case $as_dir in #( |
else | | -*) as_dir=./$as_dir;; |
as_dir="$ac_dir" | | esac |
| | test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { |
as_dirs= | | as_dirs= |
while test ! -d "$as_dir"; do | | while :; do |
as_dirs="$as_dir $as_dirs" | | case $as_dir in #( |
as_dir=`(dirname "$as_dir") 2>/dev/null || | | *\'*) 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\(.*[^/]\)//*[^/][^/]*/*$' \| \ | | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
X"$as_dir" : 'X\(//\)[^/]' \| \ | | X"$as_dir" : 'X\(//\)[^/]' \| \ |
X"$as_dir" : 'X\(//\)$' \| \ | | X"$as_dir" : 'X\(//\)$' \| \ |
X"$as_dir" : 'X\(/\)' \| \ | | X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || |
. : '\(.\)' 2>/dev/null || | | |
echo X"$as_dir" | | | echo X"$as_dir" | |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
/^X\(\/\/\)[^/].*/{ s//\1/; q; } | | s//\1/ |
/^X\(\/\/\)$/{ s//\1/; q; } | | q |
/^X\(\/\).*/{ s//\1/; q; } | | } |
| | /^X\(\/\/\)[^/].*/{ |
| | s//\1/ |
| | q |
| | } |
| | /^X\(\/\/\)$/{ |
| | s//\1/ |
| | q |
| | } |
| | /^X\(\/\).*/{ |
| | s//\1/ |
| | q |
| | } |
s/.*/./; q'` | | s/.*/./; q'` |
| | test -d "$as_dir" && break |
done | | done |
test ! -n "$as_dirs" || mkdir $as_dirs | | test -z "$as_dirs" || eval "mkdir $as_dirs" |
fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 | | } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 |
echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} | | echo "$as_me: error: cannot create directory $as_dir" >&2;} |
{ (exit 1); exit 1; }; }; } | | { (exit 1); exit 1; }; }; } |
| | |
ac_builddir=. | | ac_builddir=. |
| | |
if test "$ac_dir" != .; then | | case "$ac_dir" in |
| | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; |
| | *) |
ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` | | ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` |
# A "../" for each directory in $ac_dir_suffix. | | # A ".." for each directory in $ac_dir_suffix. |
ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` | | ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` |
else | | case $ac_top_builddir_sub in |
ac_dir_suffix= ac_top_builddir= | | "") ac_top_builddir_sub=. ac_top_build_prefix= ;; |
fi | | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; |
| | esac ;; |
| | esac |
| | ac_abs_top_builddir=$ac_pwd |
| | ac_abs_builddir=$ac_pwd$ac_dir_suffix |
| | # for backward compatibility: |
| | ac_top_builddir=$ac_top_build_prefix |
| | |
case $srcdir in | | case $srcdir in |
.) # No --srcdir option. We are building in place. | | .) # We are building in place. |
ac_srcdir=. | | ac_srcdir=. |
if test -z "$ac_top_builddir"; then | | ac_top_srcdir=$ac_top_builddir_sub |
ac_top_srcdir=. | | ac_abs_top_srcdir=$ac_pwd ;; |
else | | [\\/]* | ?:[\\/]* ) # Absolute name. |
ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` | | |
fi ;; | | |
[\\/]* | ?:[\\/]* ) # Absolute path. | | |
ac_srcdir=$srcdir$ac_dir_suffix; | | ac_srcdir=$srcdir$ac_dir_suffix; |
ac_top_srcdir=$srcdir ;; | | ac_top_srcdir=$srcdir |
*) # Relative path. | | ac_abs_top_srcdir=$srcdir ;; |
ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix | | *) # Relative name. |
ac_top_srcdir=$ac_top_builddir$srcdir ;; | | ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix |
| | ac_top_srcdir=$ac_top_build_prefix$srcdir |
| | ac_abs_top_srcdir=$ac_pwd/$srcdir ;; |
esac | | esac |
| | ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
| | |
# Do not use `cd foo && pwd` to compute absolute paths, because | | |
# the directories may not exist. | | |
case `pwd` in | | |
.) ac_abs_builddir="$ac_dir";; | | |
*) | | |
case "$ac_dir" in | | |
.) ac_abs_builddir=`pwd`;; | | |
[\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; | | |
*) ac_abs_builddir=`pwd`/"$ac_dir";; | | |
esac;; | | |
esac | | |
case $ac_abs_builddir in | | |
.) ac_abs_top_builddir=${ac_top_builddir}.;; | | |
*) | | |
case ${ac_top_builddir}. in | | |
.) ac_abs_top_builddir=$ac_abs_builddir;; | | |
[\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; | | |
*) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; | | |
esac;; | | |
esac | | |
case $ac_abs_builddir in | | |
.) ac_abs_srcdir=$ac_srcdir;; | | |
*) | | |
case $ac_srcdir in | | |
.) ac_abs_srcdir=$ac_abs_builddir;; | | |
[\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; | | |
*) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; | | |
esac;; | | |
esac | | |
case $ac_abs_builddir in | | |
.) ac_abs_top_srcdir=$ac_top_srcdir;; | | |
*) | | |
case $ac_top_srcdir in | | |
.) ac_abs_top_srcdir=$ac_abs_builddir;; | | |
[\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; | | |
*) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; | | |
esac;; | | |
esac | | |
| | |
| | case $ac_mode in |
| | :F) |
| | # |
| | # CONFIG_FILE |
| | # |
| | |
case $INSTALL in | | case $INSTALL in |
[\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; | | [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; |
*) ac_INSTALL=$ac_top_builddir$INSTALL ;; | | *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; |
esac | | esac |
| | _ACEOF |
| | |
# Let's still pretend it is `configure' which instantiates (i.e., don't | | cat >>$CONFIG_STATUS <<\_ACEOF |
# use $as_me), people would be surprised to read: | | # If the template does not know about datarootdir, expand it. |
# /* config.h. Generated by config.status. */ | | # FIXME: This hack should be removed a few years after 2.60. |
if test x"$ac_file" = x-; then | | ac_datarootdir_hack=; ac_datarootdir_seen= |
configure_input= | | |
else | | case `sed -n '/datarootdir/ { |
configure_input="$ac_file. " | | p |
fi | | q |
configure_input=$configure_input"Generated from `echo $ac_file_in | | | } |
sed 's,.*/,,'` by configure." | | /@datadir@/p |
| | /@docdir@/p |
# First look for the input files in the build tree, otherwise in the | | /@infodir@/p |
# src tree. | | /@localedir@/p |
ac_file_inputs=`IFS=: | | /@mandir@/p |
for f in $ac_file_in; do | | ' $ac_file_inputs` in |
case $f in | | *datarootdir*) ac_datarootdir_seen=yes;; |
-) echo $tmp/stdin ;; | | *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) |
[\\/$]*) | | { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 |
# Absolute (can't be DOS-style, as IFS=:) | | echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} |
test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 | | _ACEOF |
echo "$as_me: error: cannot find input file: $f" >&2;} | | cat >>$CONFIG_STATUS <<_ACEOF |
{ (exit 1); exit 1; }; } | | ac_datarootdir_hack=' |
echo "$f";; | | s&@datadir@&$datadir&g |
*) # Relative | | s&@docdir@&$docdir&g |
if test -f "$f"; then | | s&@infodir@&$infodir&g |
# Build tree | | s&@localedir@&$localedir&g |
echo "$f" | | s&@mandir@&$mandir&g |
elif test -f "$srcdir/$f"; then | | s&\\\${datarootdir}&$datarootdir&g' ;; |
# Source tree | | |
echo "$srcdir/$f" | | |
else | | |
# /dev/null tree | | |
{ { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 | | |
echo "$as_me: error: cannot find input file: $f" >&2;} | | |
{ (exit 1); exit 1; }; } | | |
fi;; | | |
esac | | esac |
done` || { (exit 1); exit 1; } | | |
| | |
if test x"$ac_file" != x-; then | | |
{ echo "$as_me:$LINENO: creating $ac_file" >&5 | | |
echo "$as_me: creating $ac_file" >&6;} | | |
rm -f "$ac_file" | | |
fi | | |
_ACEOF | | _ACEOF |
| | |
| | # Neutralize VPATH when `$srcdir' = `.'. |
| | # Shell code in configure.ac might set extrasub. |
| | # FIXME: do we really want to maintain this feature? |
cat >>$CONFIG_STATUS <<_ACEOF | | cat >>$CONFIG_STATUS <<_ACEOF |
sed "$ac_vpsub | | sed "$ac_vpsub |
$extrasub | | $extrasub |
| | |
cat >>$CONFIG_STATUS <<\_ACEOF | | cat >>$CONFIG_STATUS <<\_ACEOF |
: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@&$configure_input&;t t |
s,@srcdir@,$ac_srcdir,;t t | | s&@top_builddir@&$ac_top_builddir_sub&;t t |
s,@abs_srcdir@,$ac_abs_srcdir,;t t | | s&@srcdir@&$ac_srcdir&;t t |
s,@top_srcdir@,$ac_top_srcdir,;t t | | s&@abs_srcdir@&$ac_abs_srcdir&;t t |
s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t | | s&@top_srcdir@&$ac_top_srcdir&;t t |
s,@builddir@,$ac_builddir,;t t | | s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t |
s,@abs_builddir@,$ac_abs_builddir,;t t | | s&@builddir@&$ac_builddir&;t t |
s,@top_builddir@,$ac_top_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 |
" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out | | $ac_datarootdir_hack |
rm -f $tmp/stdin | | " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out |
if test x"$ac_file" != x-; then | | |
mv $tmp/out $ac_file | | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
else | | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && |
cat $tmp/out | | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && |
rm -f $tmp/out | | { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
fi | | which seems to be undefined. Please make sure it is defined." >&5 |
| | echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
done | | which seems to be undefined. Please make sure it is defined." >&2;} |
_ACEOF | | |
cat >>$CONFIG_STATUS <<\_ACEOF | | |
| | |
| | rm -f "$tmp/stdin" |
| | case $ac_file in |
| | -) cat "$tmp/out"; rm -f "$tmp/out";; |
| | *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; |
| | esac |
| | ;; |
| | :H) |
# | | # |
# CONFIG_HEADER section. | | # CONFIG_HEADER |
# | | # |
| | _ACEOF |
| | |
# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where | | # Transform confdefs.h into a sed script `conftest.defines', that |
# NAME is the cpp macro being defined and VALUE is the value it is being given. | | # substitutes the proper values into config.h.in to produce config.h. |
# | | rm -f conftest.defines conftest.tail |
# ac_d sets the value in "#define NAME VALUE" lines. | | # First, append a space to every undef/define line, to ease matching. |
ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' | | echo 's/$/ /' >conftest.defines |
ac_dB='[ ].*$,\1#\2' | | # 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", where |
| | # 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_dC=' ' |
ac_dD=',;t' | | ac_dD=' ,' |
# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". | | |
ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' | | |
ac_uB='$,\1#\2define\3' | | |
ac_uC=' ' | | |
ac_uD=',;t' | | |
| | |
for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue | | |
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". | | |
case $ac_file in | | |
- | *:- | *:-:* ) # input from stdin | | |
cat >$tmp/stdin | | |
ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` | | |
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; | | |
*:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` | | |
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; | | |
* ) ac_file_in=$ac_file.in ;; | | |
esac | | |
| | |
test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5 | | |
echo "$as_me: creating $ac_file" >&6;} | | |
| | |
# First look for the input files in the build tree, otherwise in the | | |
# src tree. | | |
ac_file_inputs=`IFS=: | | |
for f in $ac_file_in; do | | |
case $f in | | |
-) echo $tmp/stdin ;; | | |
[\\/$]*) | | |
# Absolute (can't be DOS-style, as IFS=:) | | |
test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 | | |
echo "$as_me: error: cannot find input file: $f" >&2;} | | |
{ (exit 1); exit 1; }; } | | |
# Do quote $f, to prevent DOS paths from being IFS'd. | | |
echo "$f";; | | |
*) # Relative | | |
if test -f "$f"; then | | |
# Build tree | | |
echo "$f" | | |
elif test -f "$srcdir/$f"; then | | |
# Source tree | | |
echo "$srcdir/$f" | | |
else | | |
# /dev/null tree | | |
{ { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 | | |
echo "$as_me: error: cannot find input file: $f" >&2;} | | |
{ (exit 1); exit 1; }; } | | |
fi;; | | |
esac | | |
done` || { (exit 1); exit 1; } | | |
# Remove the trailing spaces. | | |
sed 's/[ ]*$//' $ac_file_inputs >$tmp/in | | |
| | |
_ACEOF | | |
| | |
# Transform confdefs.h into two sed scripts, `conftest.defines' and | | uniq confdefs.h | |
# `conftest.undefs', that substitutes the proper values into | | sed -n ' |
# config.h.in to produce config.h. The first handles `#define' | | t rset |
# templates, and the second `#undef' templates. | | :rset |
# And first: Protect against being on the right side of a sed subst in | | s/^[ ]*#[ ]*define[ ][ ]*// |
# config.status. Protect against being in an unquoted here document | | t ok |
# in config.status. | | d |
rm -f conftest.defines conftest.undefs | | :ok |
# Using a here document instead of a string reduces the quoting nightmare. | | |
# Putting comments in sed scripts is not portable. | | |
# | | |
# `end' is used to avoid that the second main sed command (meant for | | |
# 0-ary CPP macros) applies to n-ary macro definitions. | | |
# See the Autoconf documentation for `clear'. | | |
cat >confdef2sed.sed <<\_ACEOF | | |
s/[\\&,]/\\&/g | | s/[\\&,]/\\&/g |
s,[\\$`],\\&,g | | s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p |
t clear | | s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p |
: clear | | ' >>conftest.defines |
s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp | | |
t end | | |
s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp | | |
: end | | |
_ACEOF | | |
# If some macros were called several times there might be several times | | |
# the same #defines, which is useless. Nevertheless, we may not want to | | |
# sort them, since we want the *last* AC-DEFINE to be honored. | | |
uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines | | |
sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs | | |
rm -f confdef2sed.sed | | |
| | |
# This sed command replaces #undef with comments. This is necessary, for | | # 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 | | # example, in the case of _POSIX_SOURCE, which is predefined and required |
# on some systems where configure will not decide to define it. | | # on some systems where configure will not decide to define it. |
cat >>conftest.undefs <<\_ACEOF | | # (The regexp can be short, since the line contains either #define or #undef.) |
s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, | | echo 's/ $// |
_ACEOF | | 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/out1" |
| | # 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"' |
| | |
# Break up conftest.defines because some shells have a limit on the size | | while : |
# of here documents, and old seds have small limits too (100 cmds). | | do |
echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS | | # Write a here document: |
echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS | | cat >>$CONFIG_STATUS <<_ACEOF |
echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS | | # First, check the format of the line: |
echo ' :' >>$CONFIG_STATUS | | cat >"\$tmp/defines.sed" <<\\CEOF |
rm -f conftest.tail | | /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def |
while grep . conftest.defines >/dev/null | | /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def |
do | | b |
# Write a limited-size here document to $tmp/defines.sed. | | :def |
echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS | | _ACEOF |
# Speed up: don't consider the non `#define' lines. | | sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS |
echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS | | |
# Work around the forget-to-reset-the-flag bug. | | |
echo 't clr' >>$CONFIG_STATUS | | |
echo ': clr' >>$CONFIG_STATUS | | |
sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS | | |
echo 'CEOF | | echo 'CEOF |
sed -f $tmp/defines.sed $tmp/in >$tmp/out | | sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS |
rm -f $tmp/in | | ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in |
mv $tmp/out $tmp/in | | sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail |
' >>$CONFIG_STATUS | | grep . conftest.tail >/dev/null || break |
sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail | | |
rm -f conftest.defines | | rm -f conftest.defines |
mv conftest.tail conftest.defines | | mv conftest.tail conftest.defines |
done | | done |
rm -f conftest.defines | | rm -f conftest.defines conftest.tail |
echo ' fi # grep' >>$CONFIG_STATUS | | |
echo >>$CONFIG_STATUS | | |
| | |
# Break up conftest.undefs because some shells have a limit on the size | | |
# of here documents, and old seds have small limits too (100 cmds). | | |
echo ' # Handle all the #undef templates' >>$CONFIG_STATUS | | |
rm -f conftest.tail | | |
while grep . conftest.undefs >/dev/null | | |
do | | |
# Write a limited-size here document to $tmp/undefs.sed. | | |
echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS | | |
# Speed up: don't consider the non `#undef' | | |
echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS | | |
# Work around the forget-to-reset-the-flag bug. | | |
echo 't clr' >>$CONFIG_STATUS | | |
echo ': clr' >>$CONFIG_STATUS | | |
sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS | | |
echo 'CEOF | | |
sed -f $tmp/undefs.sed $tmp/in >$tmp/out | | |
rm -f $tmp/in | | |
mv $tmp/out $tmp/in | | |
' >>$CONFIG_STATUS | | |
sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail | | |
rm -f conftest.undefs | | |
mv conftest.tail conftest.undefs | | |
done | | |
rm -f conftest.undefs | | |
| | |
| | echo "ac_result=$ac_in" >>$CONFIG_STATUS |
cat >>$CONFIG_STATUS <<\_ACEOF | | cat >>$CONFIG_STATUS <<\_ACEOF |
# Let's still pretend it is `configure' which instantiates (i.e., don't | | |
# use $as_me), people would be surprised to read: | | |
# /* config.h. Generated by config.status. */ | | |
if test x"$ac_file" = x-; then | | |
echo "/* Generated by configure. */" >$tmp/config.h | | |
else | | |
echo "/* $ac_file. Generated by configure. */" >$tmp/config.h | | |
fi | | |
cat $tmp/in >>$tmp/config.h | | |
rm -f $tmp/in | | |
if test x"$ac_file" != x-; then | | if test x"$ac_file" != x-; then |
if diff $ac_file $tmp/config.h >/dev/null 2>&1; then | | echo "/* $configure_input */" >"$tmp/config.h" |
| | cat "$ac_result" >>"$tmp/config.h" |
| | if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then |
{ echo "$as_me:$LINENO: $ac_file is unchanged" >&5 | | { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 |
echo "$as_me: $ac_file is unchanged" >&6;} | | echo "$as_me: $ac_file is unchanged" >&6;} |
else | | else |
ac_dir=`(dirname "$ac_file") 2>/dev/null || | | |
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | | |
X"$ac_file" : 'X\(//\)[^/]' \| \ | | |
X"$ac_file" : 'X\(//\)$' \| \ | | |
X"$ac_file" : 'X\(/\)' \| \ | | |
. : '\(.\)' 2>/dev/null || | | |
echo X"$ac_file" | | | |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | | |
/^X\(\/\/\)[^/].*/{ s//\1/; q; } | | |
/^X\(\/\/\)$/{ s//\1/; q; } | | |
/^X\(\/\).*/{ s//\1/; q; } | | |
s/.*/./; q'` | | |
{ if $as_mkdir_p; then | | |
mkdir -p "$ac_dir" | | |
else | | |
as_dir="$ac_dir" | | |
as_dirs= | | |
while test ! -d "$as_dir"; do | | |
as_dirs="$as_dir $as_dirs" | | |
as_dir=`(dirname "$as_dir") 2>/dev/null || | | |
$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\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | | |
/^X\(\/\/\)[^/].*/{ s//\1/; q; } | | |
/^X\(\/\/\)$/{ s//\1/; q; } | | |
/^X\(\/\).*/{ s//\1/; q; } | | |
s/.*/./; q'` | | |
done | | |
test ! -n "$as_dirs" || mkdir $as_dirs | | |
fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 | | |
echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} | | |
{ (exit 1); exit 1; }; }; } | | |
| | |
rm -f $ac_file | | rm -f $ac_file |
mv $tmp/config.h $ac_file | | mv "$tmp/config.h" $ac_file |
fi | | fi |
else | | else |
cat $tmp/config.h | | echo "/* $configure_input */" |
rm -f $tmp/config.h | | cat "$ac_result" |
fi | | fi |
| | rm -f "$tmp/out12" |
# Compute $ac_file's index in $config_headers. | | # Compute $ac_file's index in $config_headers. |
_am_stamp_count=1 | | _am_stamp_count=1 |
for _am_header in $config_headers :; do | | for _am_header in $config_headers :; do |
| | |
_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" >`(dirname $ac_file) 2>/dev/null || | | echo "timestamp for $ac_file" >`$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\(/\)' \| \ | | X$ac_file : 'X\(/\)' \| . 2>/dev/null || |
. : '\(.\)' 2>/dev/null || | | |
echo X$ac_file | | | echo X$ac_file | |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
/^X\(\/\/\)[^/].*/{ s//\1/; q; } | | s//\1/ |
/^X\(\/\/\)$/{ s//\1/; q; } | | q |
/^X\(\/\).*/{ s//\1/; q; } | | } |
| | /^X\(\/\/\)[^/].*/{ |
| | s//\1/ |
| | q |
| | } |
| | /^X\(\/\/\)$/{ |
| | s//\1/ |
| | q |
| | } |
| | /^X\(\/\).*/{ |
| | s//\1/ |
| | q |
| | } |
s/.*/./; q'`/stamp-h$_am_stamp_count | | s/.*/./; q'`/stamp-h$_am_stamp_count |
done | | ;; |
_ACEOF | | |
cat >>$CONFIG_STATUS <<\_ACEOF | | |
| | |
# | | |
# CONFIG_COMMANDS section. | | |
# | | |
for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue | | |
ac_dest=`echo "$ac_file" | sed 's,:.*,,'` | | |
ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` | | |
ac_dir=`(dirname "$ac_dest") 2>/dev/null || | | |
$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | | |
X"$ac_dest" : 'X\(//\)[^/]' \| \ | | |
X"$ac_dest" : 'X\(//\)$' \| \ | | |
X"$ac_dest" : 'X\(/\)' \| \ | | |
. : '\(.\)' 2>/dev/null || | | |
echo X"$ac_dest" | | | |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | | |
/^X\(\/\/\)[^/].*/{ s//\1/; q; } | | |
/^X\(\/\/\)$/{ s//\1/; q; } | | |
/^X\(\/\).*/{ s//\1/; q; } | | |
s/.*/./; q'` | | |
{ if $as_mkdir_p; then | | |
mkdir -p "$ac_dir" | | |
else | | |
as_dir="$ac_dir" | | |
as_dirs= | | |
while test ! -d "$as_dir"; do | | |
as_dirs="$as_dir $as_dirs" | | |
as_dir=`(dirname "$as_dir") 2>/dev/null || | | |
$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\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | | |
/^X\(\/\/\)[^/].*/{ s//\1/; q; } | | |
/^X\(\/\/\)$/{ s//\1/; q; } | | |
/^X\(\/\).*/{ s//\1/; q; } | | |
s/.*/./; q'` | | |
done | | |
test ! -n "$as_dirs" || mkdir $as_dirs | | |
fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 | | |
echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} | | |
{ (exit 1); exit 1; }; }; } | | |
| | |
ac_builddir=. | | |
| | |
if test "$ac_dir" != .; then | | |
ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` | | |
# A "../" for each directory in $ac_dir_suffix. | | |
ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` | | |
else | | |
ac_dir_suffix= ac_top_builddir= | | |
fi | | |
| | |
case $srcdir in | | |
.) # No --srcdir option. We are building in place. | | |
ac_srcdir=. | | |
if test -z "$ac_top_builddir"; then | | |
ac_top_srcdir=. | | |
else | | |
ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` | | |
fi ;; | | |
[\\/]* | ?:[\\/]* ) # Absolute path. | | |
ac_srcdir=$srcdir$ac_dir_suffix; | | |
ac_top_srcdir=$srcdir ;; | | |
*) # Relative path. | | |
ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix | | |
ac_top_srcdir=$ac_top_builddir$srcdir ;; | | |
esac | | |
| | |
# Do not use `cd foo && pwd` to compute absolute paths, because | | :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 |
# the directories may not exist. | | echo "$as_me: executing $ac_file commands" >&6;} |
case `pwd` in | | ;; |
.) ac_abs_builddir="$ac_dir";; | | |
*) | | |
case "$ac_dir" in | | |
.) ac_abs_builddir=`pwd`;; | | |
[\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; | | |
*) ac_abs_builddir=`pwd`/"$ac_dir";; | | |
esac;; | | |
esac | | |
case $ac_abs_builddir in | | |
.) ac_abs_top_builddir=${ac_top_builddir}.;; | | |
*) | | |
case ${ac_top_builddir}. in | | |
.) ac_abs_top_builddir=$ac_abs_builddir;; | | |
[\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; | | |
*) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; | | |
esac;; | | |
esac | | |
case $ac_abs_builddir in | | |
.) ac_abs_srcdir=$ac_srcdir;; | | |
*) | | |
case $ac_srcdir in | | |
.) ac_abs_srcdir=$ac_abs_builddir;; | | |
[\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; | | |
*) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; | | |
esac;; | | |
esac | | |
case $ac_abs_builddir in | | |
.) ac_abs_top_srcdir=$ac_top_srcdir;; | | |
*) | | |
case $ac_top_srcdir in | | |
.) ac_abs_top_srcdir=$ac_abs_builddir;; | | |
[\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; | | |
*) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; | | |
esac;; | | |
esac | | esac |
| | |
| | |
{ echo "$as_me:$LINENO: executing $ac_dest commands" >&5 | | case $ac_file$ac_mode in |
echo "$as_me: executing $ac_dest commands" >&6;} | | "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do |
case $ac_dest in | | |
depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do | | |
# Strip MF so we end up with the name of the file. | | # Strip MF so we end up with the name of the file. |
mf=`echo "$mf" | sed -e 's/:.*$//'` | | mf=`echo "$mf" | sed -e 's/:.*$//'` |
# Check whether this is an Automake generated Makefile or not. | | # Check whether this is an Automake generated Makefile or not. |
| | |
# each Makefile.in and add a new line on top of each file to say so. | | # each Makefile.in and add a new line on top of each file to say so. |
# So let's grep whole file. | | # So let's grep whole file. |
if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then | | if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then |
dirpart=`(dirname "$mf") 2>/dev/null || | | 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\(/\)' \| \ | | X"$mf" : 'X\(/\)' \| . 2>/dev/null || |
. : '\(.\)' 2>/dev/null || | | |
echo X"$mf" | | | echo X"$mf" | |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
/^X\(\/\/\)[^/].*/{ s//\1/; q; } | | s//\1/ |
/^X\(\/\/\)$/{ s//\1/; q; } | | q |
/^X\(\/\).*/{ s//\1/; q; } | | } |
| | /^X\(\/\/\)[^/].*/{ |
| | s//\1/ |
| | q |
| | } |
| | /^X\(\/\/\)$/{ |
| | s//\1/ |
| | q |
| | } |
| | /^X\(\/\).*/{ |
| | s//\1/ |
| | q |
| | } |
s/.*/./; q'` | | s/.*/./; q'` |
else | | else |
continue | | continue |
| | |
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=`(dirname "$file") 2>/dev/null || | | 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\(/\)' \| \ | | X"$file" : 'X\(/\)' \| . 2>/dev/null || |
. : '\(.\)' 2>/dev/null || | | |
echo X"$file" | | | echo X"$file" | |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
/^X\(\/\/\)[^/].*/{ s//\1/; q; } | | s//\1/ |
/^X\(\/\/\)$/{ s//\1/; q; } | | q |
/^X\(\/\).*/{ s//\1/; q; } | | } |
| | /^X\(\/\/\)[^/].*/{ |
| | s//\1/ |
| | q |
| | } |
| | /^X\(\/\/\)$/{ |
| | s//\1/ |
| | q |
| | } |
| | /^X\(\/\).*/{ |
| | s//\1/ |
| | q |
| | } |
s/.*/./; q'` | | s/.*/./; q'` |
{ if $as_mkdir_p; then | | { as_dir=$dirpart/$fdir |
mkdir -p $dirpart/$fdir | | case $as_dir in #( |
else | | -*) as_dir=./$as_dir;; |
as_dir=$dirpart/$fdir | | esac |
| | test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { |
as_dirs= | | as_dirs= |
while test ! -d "$as_dir"; do | | while :; do |
as_dirs="$as_dir $as_dirs" | | case $as_dir in #( |
as_dir=`(dirname "$as_dir") 2>/dev/null || | | *\'*) 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\(.*[^/]\)//*[^/][^/]*/*$' \| \ | | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
X"$as_dir" : 'X\(//\)[^/]' \| \ | | X"$as_dir" : 'X\(//\)[^/]' \| \ |
X"$as_dir" : 'X\(//\)$' \| \ | | X"$as_dir" : 'X\(//\)$' \| \ |
X"$as_dir" : 'X\(/\)' \| \ | | X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || |
. : '\(.\)' 2>/dev/null || | | |
echo X"$as_dir" | | | echo X"$as_dir" | |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
/^X\(\/\/\)[^/].*/{ s//\1/; q; } | | s//\1/ |
/^X\(\/\/\)$/{ s//\1/; q; } | | q |
/^X\(\/\).*/{ s//\1/; q; } | | } |
| | /^X\(\/\/\)[^/].*/{ |
| | s//\1/ |
| | q |
| | } |
| | /^X\(\/\/\)$/{ |
| | s//\1/ |
| | q |
| | } |
| | /^X\(\/\).*/{ |
| | s//\1/ |
| | q |
| | } |
s/.*/./; q'` | | s/.*/./; q'` |
| | test -d "$as_dir" && break |
done | | done |
test ! -n "$as_dirs" || mkdir $as_dirs | | test -z "$as_dirs" || eval "mkdir $as_dirs" |
fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5 | | } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 |
echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;} | | echo "$as_me: error: cannot create directory $as_dir" >&2;} |
{ (exit 1); exit 1; }; }; } | | { (exit 1); exit 1; }; }; } |
| | |
# echo "creating $dirpart/$file" | | # echo "creating $dirpart/$file" |
echo '# dummy' > "$dirpart/$file" | | echo '# dummy' > "$dirpart/$file" |
done | | done |
done | | done |
;; | | ;; |
| | |
esac | | esac |
done | | done # for ac_tag |
_ACEOF | | |
| | |
cat >>$CONFIG_STATUS <<\_ACEOF | | |
| | |
{ (exit 0); exit 0; } | | { (exit 0); exit 0; } |
_ACEOF | | _ACEOF |
| | |
echo "$as_me: " >&6;} | | echo "$as_me: " >&6;} |
{ echo "$as_me:$LINENO: " >&5 | | { echo "$as_me:$LINENO: " >&5 |
echo "$as_me: " >&6;} | | echo "$as_me: " >&6;} |
{ echo "$as_me:$LINENO: Configuration resume...." >&5 | | { echo "$as_me:$LINENO: Configuration summary...." >&5 |
echo "$as_me: Configuration resume...." >&6;} | | echo "$as_me: Configuration summary...." >&6;} |
{ echo "$as_me:$LINENO: " >&5 | | { echo "$as_me:$LINENO: " >&5 |
echo "$as_me: " >&6;} | | echo "$as_me: " >&6;} |
{ echo "$as_me:$LINENO: Paths" >&5 | | { echo "$as_me:$LINENO: Paths" >&5 |
| | |
echo "$as_me: Will build python plugin? $cf_will_build_python" >&6;} | | echo "$as_me: Will build python plugin? $cf_will_build_python" >&6;} |
| | |
fi | | fi |
if test x"$xsltengine" != x ; then | | if test x"$xsltengine" != "x" ; then |
check_complement="(will generate report)" | | check_complement="(will generate report)" |
fi | | fi |
{ echo "$as_me:$LINENO: Will process unit testing? $have_check $check_complement" >&5 | | if test "x$have_check" = "xyes" -a x"$enable_check" = "xyes" ; then |
echo "$as_me: Will process unit testing? $have_check $check_complement" >&6;} | | { echo "$as_me:$LINENO: Will process unit testing? yes $check_complement" >&5 |
if test "x$have_check" = "xyes" ; then | | echo "$as_me: Will process unit testing? yes $check_complement" >&6;} |
{ echo "$as_me:$LINENO: (run make; make -k check)" >&5 | | { echo "$as_me:$LINENO: (run make; make -k check)" >&5 |
echo "$as_me: (run make; make -k check)" >&6;} | | echo "$as_me: (run make; make -k check)" >&6;} |
else | | else |
| | { echo "$as_me:$LINENO: Will process unit testing? no" >&5 |
| | echo "$as_me: Will process unit testing? no" >&6;} |
{ echo "$as_me:$LINENO: If you are a developper, you MUST install the check framework" >&5 | | { echo "$as_me:$LINENO: If you are a developper, you MUST install the check framework" >&5 |
echo "$as_me: If you are a developper, you MUST install the check framework" >&6;} | | echo "$as_me: If you are a developper, you MUST install the check framework" >&6;} |
{ echo "$as_me:$LINENO: and write automated tests for all you add-ons!" >&5 | | { echo "$as_me:$LINENO: and write automated tests for all your add-ons!" >&5 |
echo "$as_me: and write automated tests for all you add-ons!" >&6;} | | echo "$as_me: and write automated tests for all your add-ons!" >&6;} |
fi | | fi |
{ echo "$as_me:$LINENO: " >&5 | | { echo "$as_me:$LINENO: " >&5 |
echo "$as_me: " >&6;} | | echo "$as_me: " >&6;} |
{ echo "$as_me:$LINENO: * this check is new and may be unaccurate. If you find it says" >&5 | | { echo "$as_me:$LINENO: * this check is new and may be inaccurate. If you find it says" >&5 |
echo "$as_me: * this check is new and may be unaccurate. If you find it says" >&6;} | | echo "$as_me: * this check is new and may be inaccurate. If you find it says" >&6;} |
{ echo "$as_me:$LINENO: yes but compilation failed or you have good reason to think" >&5 | | { echo "$as_me:$LINENO: yes but compilation failed or you have good reason to think this" >&5 |
echo "$as_me: yes but compilation failed or you have good reason to think" >&6;} | | echo "$as_me: yes but compilation failed or you have good reason to think this" >&6;} |
{ echo "$as_me:$LINENO: script guessed wrong, please inform mailing list or sf tracker." >&5 | | { echo "$as_me:$LINENO: script guessed wrong, please inform mailing list or sf tracker." >&5 |
echo "$as_me: script guessed wrong, please inform mailing list or sf tracker." >&6;} | | echo "$as_me: script guessed wrong, please inform mailing list or sf tracker." >&6;} |
| | |