version 1.55, 2012/12/17 07:20:44 |
version 1.60, 2015/08/04 06:46:29 |
|
|
#! /bin/sh |
#! /bin/sh |
# Guess values for system-dependent variables and create Makefiles. |
# Guess values for system-dependent variables and create Makefiles. |
# Generated by GNU Autoconf 2.67. |
# Generated by GNU Autoconf 2.69 for asir 1.15. |
# |
# |
# |
# |
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. |
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software |
|
# Foundation, Inc. |
|
# |
# |
# |
# |
# This configure script is free software; the Free Software Foundation |
# This configure script is free software; the Free Software Foundation |
|
|
IFS=" "" $as_nl" |
IFS=" "" $as_nl" |
|
|
# Find who we are. Look in the path if we contain no directory separator. |
# Find who we are. Look in the path if we contain no directory separator. |
|
as_myself= |
case $0 in #(( |
case $0 in #(( |
*[\\/]* ) as_myself=$0 ;; |
*[\\/]* ) as_myself=$0 ;; |
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
|
|
# CDPATH. |
# CDPATH. |
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
|
|
|
# Use a proper internal environment variable to ensure we don't fall |
|
# into an infinite loop, continuously re-executing ourselves. |
|
if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then |
|
_as_can_reexec=no; export _as_can_reexec; |
|
# We cannot yet assume a decent shell, so we have to provide a |
|
# neutralization value for shells without unset; and this also |
|
# works around shells that cannot unset nonexistent variables. |
|
# Preserve -v and -x to the replacement shell. |
|
BASH_ENV=/dev/null |
|
ENV=/dev/null |
|
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV |
|
case $- in # (((( |
|
*v*x* | *x*v* ) as_opts=-vx ;; |
|
*v* ) as_opts=-v ;; |
|
*x* ) as_opts=-x ;; |
|
* ) as_opts= ;; |
|
esac |
|
exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} |
|
# Admittedly, this is quite paranoid, since all the known shells bail |
|
# out after a failed `exec'. |
|
$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 |
|
as_fn_exit 255 |
|
fi |
|
# We don't want this to propagate to other subprocesses. |
|
{ _as_can_reexec=; unset _as_can_reexec;} |
if test "x$CONFIG_SHELL" = x; then |
if test "x$CONFIG_SHELL" = x; then |
as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : |
as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : |
emulate sh |
emulate sh |
Line 166 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); |
|
Line 190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); |
|
else |
else |
exitcode=1; echo positional parameters were not saved. |
exitcode=1; echo positional parameters were not saved. |
fi |
fi |
test x\$exitcode = x0 || exit 1" |
test x\$exitcode = x0 || exit 1 |
|
test -x / || exit 1" |
as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO |
as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO |
as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO |
as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO |
eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && |
eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && |
Line 211 IFS=$as_save_IFS |
|
Line 236 IFS=$as_save_IFS |
|
|
|
|
|
if test "x$CONFIG_SHELL" != x; then : |
if test "x$CONFIG_SHELL" != x; then : |
# We cannot yet assume a decent shell, so we have to provide a |
export CONFIG_SHELL |
# neutralization value for shells without unset; and this also |
# We cannot yet assume a decent shell, so we have to provide a |
# works around shells that cannot unset nonexistent variables. |
# neutralization value for shells without unset; and this also |
BASH_ENV=/dev/null |
# works around shells that cannot unset nonexistent variables. |
ENV=/dev/null |
# Preserve -v and -x to the replacement shell. |
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV |
BASH_ENV=/dev/null |
export CONFIG_SHELL |
ENV=/dev/null |
exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} |
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV |
|
case $- in # (((( |
|
*v*x* | *x*v* ) as_opts=-vx ;; |
|
*v* ) as_opts=-v ;; |
|
*x* ) as_opts=-x ;; |
|
* ) as_opts= ;; |
|
esac |
|
exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} |
|
# Admittedly, this is quite paranoid, since all the known shells bail |
|
# out after a failed `exec'. |
|
$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 |
|
exit 255 |
fi |
fi |
|
|
if test x$as_have_required = xno; then : |
if test x$as_have_required = xno; then : |
Line 320 $as_echo X"$as_dir" | |
|
Line 356 $as_echo X"$as_dir" | |
|
|
|
|
|
} # as_fn_mkdir_p |
} # as_fn_mkdir_p |
|
|
|
# as_fn_executable_p FILE |
|
# ----------------------- |
|
# Test if FILE is an executable regular file. |
|
as_fn_executable_p () |
|
{ |
|
test -f "$1" && test -x "$1" |
|
} # as_fn_executable_p |
# as_fn_append VAR VALUE |
# as_fn_append VAR VALUE |
# ---------------------- |
# ---------------------- |
# Append the text in VALUE to the end of the definition contained in VAR. Take |
# Append the text in VALUE to the end of the definition contained in VAR. Take |
Line 441 as_cr_alnum=$as_cr_Letters$as_cr_digits |
|
Line 485 as_cr_alnum=$as_cr_Letters$as_cr_digits |
|
chmod +x "$as_me.lineno" || |
chmod +x "$as_me.lineno" || |
{ $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } |
{ $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } |
|
|
|
# If we had to re-execute with $CONFIG_SHELL, we're ensured to have |
|
# already done that, so ensure we don't try to do so again and fall |
|
# in an infinite loop. This has already happened in practice. |
|
_as_can_reexec=no; export _as_can_reexec |
# Don't try to exec as it changes $[0], causing all sort of problems |
# Don't try to exec as it changes $[0], causing all sort of problems |
# (the dirname of $[0] is not the place where we might find the |
# (the dirname of $[0] is not the place where we might find the |
# original and so on. Autoconf is especially sensitive to this). |
# original and so on. Autoconf is especially sensitive to this). |
Line 475 if (echo >conf$$.file) 2>/dev/null; then |
|
Line 523 if (echo >conf$$.file) 2>/dev/null; then |
|
# ... but there are two gotchas: |
# ... but there are two gotchas: |
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
# In both cases, we have to default to `cp -p'. |
# In both cases, we have to default to `cp -pR'. |
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
as_ln_s='cp -p' |
as_ln_s='cp -pR' |
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 -pR' |
fi |
fi |
else |
else |
as_ln_s='cp -p' |
as_ln_s='cp -pR' |
fi |
fi |
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
rmdir conf$$.dir 2>/dev/null |
rmdir conf$$.dir 2>/dev/null |
|
|
as_mkdir_p=false |
as_mkdir_p=false |
fi |
fi |
|
|
if test -x / >/dev/null 2>&1; then |
as_test_x='test -x' |
as_test_x='test -x' |
as_executable_p=as_fn_executable_p |
else |
|
if ls -dL / >/dev/null 2>&1; then |
|
as_ls_L_option=L |
|
else |
|
as_ls_L_option= |
|
fi |
|
as_test_x=' |
|
eval sh -c '\'' |
|
if test -d "$1"; then |
|
test -d "$1/."; |
|
else |
|
case $1 in #( |
|
-*)set "./$1";; |
|
esac; |
|
case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( |
|
???[sx]*):;;*)false;;esac;fi |
|
'\'' sh |
|
' |
|
fi |
|
as_executable_p=$as_test_x |
|
|
|
# Sed expression to map a string onto a valid CPP name. |
# Sed expression to map a string onto a valid CPP name. |
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
|
|
MAKEFLAGS= |
MAKEFLAGS= |
|
|
# Identity of this package. |
# Identity of this package. |
PACKAGE_NAME= |
PACKAGE_NAME='asir' |
PACKAGE_TARNAME= |
PACKAGE_TARNAME='asir' |
PACKAGE_VERSION= |
PACKAGE_VERSION='1.15' |
PACKAGE_STRING= |
PACKAGE_STRING='asir 1.15' |
PACKAGE_BUGREPORT= |
PACKAGE_BUGREPORT='' |
PACKAGE_URL= |
PACKAGE_URL='' |
|
|
ac_unique_file="LICENSE" |
ac_unique_file="LICENSE" |
# Factoring default headers for most tests. |
# Factoring default headers for most tests. |
|
|
am__fastdepCC_FALSE |
am__fastdepCC_FALSE |
am__fastdepCC_TRUE |
am__fastdepCC_TRUE |
CCDEPMODE |
CCDEPMODE |
|
am__nodep |
AMDEPBACKSLASH |
AMDEPBACKSLASH |
AMDEP_FALSE |
AMDEP_FALSE |
AMDEP_TRUE |
AMDEP_TRUE |
|
|
MAINT |
MAINT |
MAINTAINER_MODE_FALSE |
MAINTAINER_MODE_FALSE |
MAINTAINER_MODE_TRUE |
MAINTAINER_MODE_TRUE |
|
AM_BACKSLASH |
|
AM_DEFAULT_VERBOSITY |
|
AM_DEFAULT_V |
|
AM_V |
am__untar |
am__untar |
am__tar |
am__tar |
AMTAR |
AMTAR |
|
|
ac_subst_files='' |
ac_subst_files='' |
ac_user_opts=' |
ac_user_opts=' |
enable_option_checking |
enable_option_checking |
|
enable_silent_rules |
enable_maintainer_mode |
enable_maintainer_mode |
enable_dependency_tracking |
enable_dependency_tracking |
with_x |
with_x |
Line 782 sharedstatedir='${prefix}/com' |
|
Line 816 sharedstatedir='${prefix}/com' |
|
localstatedir='${prefix}/var' |
localstatedir='${prefix}/var' |
includedir='${prefix}/include' |
includedir='${prefix}/include' |
oldincludedir='/usr/include' |
oldincludedir='/usr/include' |
docdir='${datarootdir}/doc/${PACKAGE}' |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
infodir='${datarootdir}/info' |
infodir='${datarootdir}/info' |
htmldir='${docdir}' |
htmldir='${docdir}' |
dvidir='${docdir}' |
dvidir='${docdir}' |
Line 1146 Try \`$0 --help' for more information" |
|
Line 1180 Try \`$0 --help' for more information" |
|
$as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
$as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && |
expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && |
$as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
$as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
: ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} |
: "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" |
;; |
;; |
|
|
esac |
esac |
Line 1197 target=$target_alias |
|
Line 1231 target=$target_alias |
|
if test "x$host_alias" != x; then |
if test "x$host_alias" != x; then |
if test "x$build_alias" = x; then |
if test "x$build_alias" = x; then |
cross_compiling=maybe |
cross_compiling=maybe |
$as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. |
|
If a cross compiler is detected then cross compile mode will be used" >&2 |
|
elif test "x$build_alias" != "x$host_alias"; then |
elif test "x$build_alias" != "x$host_alias"; then |
cross_compiling=yes |
cross_compiling=yes |
fi |
fi |
Line 1284 if test "$ac_init_help" = "long"; then |
|
Line 1316 if test "$ac_init_help" = "long"; then |
|
# Omit some internal or obsolete options to make the list less imposing. |
# Omit some internal or obsolete options to make the list less imposing. |
# This message is too long to be a string in the A/UX 3.1 sh. |
# This message is too long to be a string in the A/UX 3.1 sh. |
cat <<_ACEOF |
cat <<_ACEOF |
\`configure' configures this package to adapt to many kinds of systems. |
\`configure' configures asir 1.15 to adapt to many kinds of systems. |
|
|
Usage: $0 [OPTION]... [VAR=VALUE]... |
Usage: $0 [OPTION]... [VAR=VALUE]... |
|
|
Line 1332 Fine tuning of the installation directories: |
|
Line 1364 Fine tuning of the installation directories: |
|
--infodir=DIR info documentation [DATAROOTDIR/info] |
--infodir=DIR info documentation [DATAROOTDIR/info] |
--localedir=DIR locale-dependent data [DATAROOTDIR/locale] |
--localedir=DIR locale-dependent data [DATAROOTDIR/locale] |
--mandir=DIR man documentation [DATAROOTDIR/man] |
--mandir=DIR man documentation [DATAROOTDIR/man] |
--docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE] |
--docdir=DIR documentation root [DATAROOTDIR/doc/asir] |
--htmldir=DIR html documentation [DOCDIR] |
--htmldir=DIR html documentation [DOCDIR] |
--dvidir=DIR dvi documentation [DOCDIR] |
--dvidir=DIR dvi documentation [DOCDIR] |
--pdfdir=DIR pdf documentation [DOCDIR] |
--pdfdir=DIR pdf documentation [DOCDIR] |
|
|
fi |
fi |
|
|
if test -n "$ac_init_help"; then |
if test -n "$ac_init_help"; then |
|
case $ac_init_help in |
|
short | recursive ) echo "Configuration of asir 1.15:";; |
|
esac |
cat <<\_ACEOF |
cat <<\_ACEOF |
|
|
Optional Features: |
Optional Features: |
--disable-option-checking ignore unrecognized --enable/--with options |
--disable-option-checking ignore unrecognized --enable/--with options |
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
--enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
--enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
--enable-maintainer-mode enable make rules and dependencies not useful |
--enable-silent-rules less verbose build output (undo: "make V=1") |
(and sometimes confusing) to the casual installer |
--disable-silent-rules verbose build output (undo: "make V=0") |
--disable-dependency-tracking speeds up one-time build |
--enable-maintainer-mode |
--enable-dependency-tracking do not reject slow dependency extractors |
enable make rules and dependencies not useful (and |
|
sometimes confusing) to the casual installer |
|
--enable-dependency-tracking |
|
do not reject slow dependency extractors |
|
--disable-dependency-tracking |
|
speeds up one-time build |
--enable-shared enable linking shared libraries. [no] |
--enable-shared enable linking shared libraries. [no] |
--enable-plot enable plot feature. [no] |
--enable-plot enable plot feature. [no] |
--enable-interval enable interval feature. [no] |
--enable-interval enable interval feature. [no] |
Line 1391 Some influential environment variables: |
|
Line 1430 Some influential environment variables: |
|
LIBS libraries to pass to the linker, e.g. -l<library> |
LIBS libraries to pass to the linker, e.g. -l<library> |
CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if |
CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if |
you have headers in a nonstandard directory <include dir> |
you have headers in a nonstandard directory <include dir> |
YACC The `Yet Another C Compiler' implementation to use. Defaults to |
YACC The `Yet Another Compiler Compiler' implementation to use. |
the first program found out of: `bison -y', `byacc', `yacc'. |
Defaults to the first program found out of: `bison -y', `byacc', |
|
`yacc'. |
YFLAGS The list of arguments that will be passed by default to $YACC. |
YFLAGS The list of arguments that will be passed by default to $YACC. |
This script will default YFLAGS to the empty string to avoid a |
This script will default YFLAGS to the empty string to avoid a |
default value of `-d' given by some make applications. |
default value of `-d' given by some make applications. |
|
|
test -n "$ac_init_help" && exit $ac_status |
test -n "$ac_init_help" && exit $ac_status |
if $ac_init_version; then |
if $ac_init_version; then |
cat <<\_ACEOF |
cat <<\_ACEOF |
configure |
asir configure 1.15 |
generated by GNU Autoconf 2.67 |
generated by GNU Autoconf 2.69 |
|
|
Copyright (C) 2010 Free Software Foundation, Inc. |
Copyright (C) 2012 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 |
Line 1512 sed 's/^/| /' conftest.$ac_ext >&5 |
|
Line 1552 sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
|
ac_retval=1 |
ac_retval=1 |
fi |
fi |
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
as_fn_set_status $ac_retval |
as_fn_set_status $ac_retval |
|
|
} # ac_fn_c_try_compile |
} # ac_fn_c_try_compile |
Line 1549 sed 's/^/| /' conftest.$ac_ext >&5 |
|
Line 1589 sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
|
ac_retval=1 |
ac_retval=1 |
fi |
fi |
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
as_fn_set_status $ac_retval |
as_fn_set_status $ac_retval |
|
|
} # ac_fn_c_try_cpp |
} # ac_fn_c_try_cpp |
Line 1581 $as_echo "$ac_try_echo"; } >&5 |
|
Line 1621 $as_echo "$ac_try_echo"; } >&5 |
|
test ! -s conftest.err |
test ! -s conftest.err |
} && test -s conftest$ac_exeext && { |
} && test -s conftest$ac_exeext && { |
test "$cross_compiling" = yes || |
test "$cross_compiling" = yes || |
$as_test_x conftest$ac_exeext |
test -x conftest$ac_exeext |
}; then : |
}; then : |
ac_retval=0 |
ac_retval=0 |
else |
else |
|
|
# interfere with the next link command; also delete a directory that is |
# interfere with the next link command; also delete a directory that is |
# left behind by Apple's compiler. We do this before executing the actions. |
# left behind by Apple's compiler. We do this before executing the actions. |
rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
as_fn_set_status $ac_retval |
as_fn_set_status $ac_retval |
|
|
} # ac_fn_c_try_link |
} # ac_fn_c_try_link |
Line 1608 ac_fn_c_check_func () |
|
Line 1648 ac_fn_c_check_func () |
|
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
$as_echo_n "checking for $2... " >&6; } |
$as_echo_n "checking for $2... " >&6; } |
if eval "test \"\${$3+set}\"" = set; then : |
if eval \${$3+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
|
eval ac_res=\$$3 |
eval ac_res=\$$3 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
$as_echo "$ac_res" >&6; } |
$as_echo "$ac_res" >&6; } |
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
|
|
} # ac_fn_c_check_func |
} # ac_fn_c_check_func |
|
|
Line 1676 ac_fn_c_check_type () |
|
Line 1716 ac_fn_c_check_type () |
|
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
$as_echo_n "checking for $2... " >&6; } |
$as_echo_n "checking for $2... " >&6; } |
if eval "test \"\${$3+set}\"" = set; then : |
if eval \${$3+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
eval "$3=no" |
eval "$3=no" |
|
|
eval ac_res=\$$3 |
eval ac_res=\$$3 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
$as_echo "$ac_res" >&6; } |
$as_echo "$ac_res" >&6; } |
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
|
|
} # ac_fn_c_check_type |
} # ac_fn_c_check_type |
|
|
Line 1758 sed 's/^/| /' conftest.$ac_ext >&5 |
|
Line 1798 sed 's/^/| /' conftest.$ac_ext >&5 |
|
ac_retval=$ac_status |
ac_retval=$ac_status |
fi |
fi |
rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
as_fn_set_status $ac_retval |
as_fn_set_status $ac_retval |
|
|
} # ac_fn_c_try_run |
} # ac_fn_c_try_run |
Line 1772 ac_fn_c_check_header_compile () |
|
Line 1812 ac_fn_c_check_header_compile () |
|
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
$as_echo_n "checking for $2... " >&6; } |
$as_echo_n "checking for $2... " >&6; } |
if eval "test \"\${$3+set}\"" = set; then : |
if eval \${$3+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
|
eval ac_res=\$$3 |
eval ac_res=\$$3 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
$as_echo "$ac_res" >&6; } |
$as_echo "$ac_res" >&6; } |
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
|
|
} # ac_fn_c_check_header_compile |
} # ac_fn_c_check_header_compile |
|
|
|
|
main () |
main () |
{ |
{ |
static int test_array [1 - 2 * !(($2) >= 0)]; |
static int test_array [1 - 2 * !(($2) >= 0)]; |
test_array [0] = 0 |
test_array [0] = 0; |
|
return test_array [0]; |
|
|
; |
; |
return 0; |
return 0; |
|
|
main () |
main () |
{ |
{ |
static int test_array [1 - 2 * !(($2) <= $ac_mid)]; |
static int test_array [1 - 2 * !(($2) <= $ac_mid)]; |
test_array [0] = 0 |
test_array [0] = 0; |
|
return test_array [0]; |
|
|
; |
; |
return 0; |
return 0; |
|
|
main () |
main () |
{ |
{ |
static int test_array [1 - 2 * !(($2) < 0)]; |
static int test_array [1 - 2 * !(($2) < 0)]; |
test_array [0] = 0 |
test_array [0] = 0; |
|
return test_array [0]; |
|
|
; |
; |
return 0; |
return 0; |
|
|
main () |
main () |
{ |
{ |
static int test_array [1 - 2 * !(($2) >= $ac_mid)]; |
static int test_array [1 - 2 * !(($2) >= $ac_mid)]; |
test_array [0] = 0 |
test_array [0] = 0; |
|
return test_array [0]; |
|
|
; |
; |
return 0; |
return 0; |
|
|
main () |
main () |
{ |
{ |
static int test_array [1 - 2 * !(($2) <= $ac_mid)]; |
static int test_array [1 - 2 * !(($2) <= $ac_mid)]; |
test_array [0] = 0 |
test_array [0] = 0; |
|
return test_array [0]; |
|
|
; |
; |
return 0; |
return 0; |
Line 1967 rm -f core *.core core.conftest.* gmon.out bb.out conf |
|
Line 2012 rm -f core *.core core.conftest.* gmon.out bb.out conf |
|
rm -f conftest.val |
rm -f conftest.val |
|
|
fi |
fi |
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
as_fn_set_status $ac_retval |
as_fn_set_status $ac_retval |
|
|
} # ac_fn_c_compute_int |
} # ac_fn_c_compute_int |
Line 1975 cat >config.log <<_ACEOF |
|
Line 2020 cat >config.log <<_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 $as_me, which was |
It was created by asir $as_me 1.15, which was |
generated by GNU Autoconf 2.67. Invocation command line was |
generated by GNU Autoconf 2.69. Invocation command line was |
|
|
$ $0 $@ |
$ $0 $@ |
|
|
Line 2234 $as_echo "$as_me: loading site script $ac_site_file" > |
|
Line 2279 $as_echo "$as_me: loading site script $ac_site_file" > |
|
|| { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
|| { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
as_fn_error $? "failed to load site script $ac_site_file |
as_fn_error $? "failed to load site script $ac_site_file |
See \`config.log' for more details" "$LINENO" 5 ; } |
See \`config.log' for more details" "$LINENO" 5; } |
fi |
fi |
done |
done |
|
|
Line 2360 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 | |
|
Line 2405 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 | |
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 |
$as_echo_n "checking build system type... " >&6; } |
$as_echo_n "checking build system type... " >&6; } |
if test "${ac_cv_build+set}" = set; then : |
if ${ac_cv_build+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
ac_build_alias=$build_alias |
ac_build_alias=$build_alias |
|
|
$as_echo "$ac_cv_build" >&6; } |
$as_echo "$ac_cv_build" >&6; } |
case $ac_cv_build in |
case $ac_cv_build in |
*-*-*) ;; |
*-*-*) ;; |
*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;; |
*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; |
esac |
esac |
build=$ac_cv_build |
build=$ac_cv_build |
ac_save_IFS=$IFS; IFS='-' |
ac_save_IFS=$IFS; IFS='-' |
Line 2394 case $build_os in *\ *) build_os=`echo "$build_os" | s |
|
Line 2439 case $build_os in *\ *) build_os=`echo "$build_os" | s |
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 |
$as_echo_n "checking host system type... " >&6; } |
$as_echo_n "checking host system type... " >&6; } |
if test "${ac_cv_host+set}" = set; then : |
if ${ac_cv_host+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
if test "x$host_alias" = x; then |
if test "x$host_alias" = x; then |
|
|
$as_echo "$ac_cv_host" >&6; } |
$as_echo "$ac_cv_host" >&6; } |
case $ac_cv_host in |
case $ac_cv_host in |
*-*-*) ;; |
*-*-*) ;; |
*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;; |
*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; |
esac |
esac |
host=$ac_cv_host |
host=$ac_cv_host |
ac_save_IFS=$IFS; IFS='-' |
ac_save_IFS=$IFS; IFS='-' |
Line 2427 case $host_os in *\ *) host_os=`echo "$host_os" | sed |
|
Line 2472 case $host_os in *\ *) host_os=`echo "$host_os" | sed |
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5 |
$as_echo_n "checking target system type... " >&6; } |
$as_echo_n "checking target system type... " >&6; } |
if test "${ac_cv_target+set}" = set; then : |
if ${ac_cv_target+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
if test "x$target_alias" = x; then |
if test "x$target_alias" = x; then |
|
|
$as_echo "$ac_cv_target" >&6; } |
$as_echo "$ac_cv_target" >&6; } |
case $ac_cv_target in |
case $ac_cv_target in |
*-*-*) ;; |
*-*-*) ;; |
*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5 ;; |
*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;; |
esac |
esac |
target=$ac_cv_target |
target=$ac_cv_target |
ac_save_IFS=$IFS; IFS='-' |
ac_save_IFS=$IFS; IFS='-' |
Line 2464 test -n "$target_alias" && |
|
Line 2509 test -n "$target_alias" && |
|
test "$program_prefix$program_suffix$program_transform_name" = \ |
test "$program_prefix$program_suffix$program_transform_name" = \ |
NONENONEs,x,x, && |
NONENONEs,x,x, && |
program_prefix=${target_alias}- |
program_prefix=${target_alias}- |
am__api_version='1.11' |
am__api_version='1.15' |
|
|
# Find a good install program. We prefer a C program (faster), |
# Find a good install program. We prefer a C program (faster), |
# so one script is as good as another. But avoid the broken or |
# so one script is as good as another. But avoid the broken or |
Line 2483 am__api_version='1.11' |
|
Line 2528 am__api_version='1.11' |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 |
$as_echo_n "checking for a BSD-compatible install... " >&6; } |
$as_echo_n "checking for a BSD-compatible install... " >&6; } |
if test -z "$INSTALL"; then |
if test -z "$INSTALL"; then |
if test "${ac_cv_path_install+set}" = set; then : |
if ${ac_cv_path_install+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
Line 2503 case $as_dir/ in #(( |
|
Line 2548 case $as_dir/ in #(( |
|
# 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 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then |
if as_fn_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. |
Line 2561 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m |
|
Line 2606 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m |
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 |
$as_echo_n "checking whether build environment is sane... " >&6; } |
$as_echo_n "checking whether build environment is sane... " >&6; } |
# Just in case |
|
sleep 1 |
|
echo timestamp > conftest.file |
|
# Reject unsafe characters in $srcdir or the absolute working directory |
# Reject unsafe characters in $srcdir or the absolute working directory |
# name. Accept space and tab only in the latter. |
# name. Accept space and tab only in the latter. |
am_lf=' |
am_lf=' |
' |
' |
case `pwd` in |
case `pwd` in |
*[\\\"\#\$\&\'\`$am_lf]*) |
*[\\\"\#\$\&\'\`$am_lf]*) |
as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;; |
as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; |
esac |
esac |
case $srcdir in |
case $srcdir in |
*[\\\"\#\$\&\'\`$am_lf\ \ ]*) |
*[\\\"\#\$\&\'\`$am_lf\ \ ]*) |
as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;; |
as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; |
esac |
esac |
|
|
# Do `set' in a subshell so we don't clobber the current shell's |
# Do 'set' in a subshell so we don't clobber the current shell's |
# arguments. Must try -L first in case configure is actually a |
# arguments. Must try -L first in case configure is actually a |
# symlink; some systems play weird games with the mod time of symlinks |
# symlink; some systems play weird games with the mod time of symlinks |
# (eg FreeBSD returns the mod time of the symlink's containing |
# (eg FreeBSD returns the mod time of the symlink's containing |
# directory). |
# directory). |
if ( |
if ( |
set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` |
am_has_slept=no |
if test "$*" = "X"; then |
for am_try in 1 2; do |
# -L didn't work. |
echo "timestamp, slept: $am_has_slept" > conftest.file |
set X `ls -t "$srcdir/configure" conftest.file` |
set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` |
fi |
if test "$*" = "X"; then |
rm -f conftest.file |
# -L didn't work. |
if test "$*" != "X $srcdir/configure conftest.file" \ |
set X `ls -t "$srcdir/configure" conftest.file` |
&& test "$*" != "X conftest.file $srcdir/configure"; then |
fi |
|
if test "$*" != "X $srcdir/configure conftest.file" \ |
|
&& test "$*" != "X conftest.file $srcdir/configure"; then |
|
|
# If neither matched, then we have a broken ls. This can happen |
# If neither matched, then we have a broken ls. This can happen |
# if, for instance, CONFIG_SHELL is bash and it inherits a |
# if, for instance, CONFIG_SHELL is bash and it inherits a |
# broken ls alias from the environment. This has actually |
# broken ls alias from the environment. This has actually |
# happened. Such a system could not be considered "sane". |
# happened. Such a system could not be considered "sane". |
as_fn_error $? "ls -t appears to fail. Make sure there is not a broken |
as_fn_error $? "ls -t appears to fail. Make sure there is not a broken |
alias in your environment" "$LINENO" 5 |
alias in your environment" "$LINENO" 5 |
fi |
fi |
|
if test "$2" = conftest.file || test $am_try -eq 2; then |
|
break |
|
fi |
|
# Just in case. |
|
sleep 1 |
|
am_has_slept=yes |
|
done |
test "$2" = conftest.file |
test "$2" = conftest.file |
) |
) |
then |
then |
Line 2611 Check your system clock" "$LINENO" 5 |
|
Line 2661 Check your system clock" "$LINENO" 5 |
|
fi |
fi |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
$as_echo "yes" >&6; } |
$as_echo "yes" >&6; } |
|
# If we didn't sleep, we still need to ensure time stamps of config.status and |
|
# generated files are strictly newer. |
|
am_sleep_pid= |
|
if grep 'slept: no' conftest.file >/dev/null 2>&1; then |
|
( sleep 1 ) & |
|
am_sleep_pid=$! |
|
fi |
|
|
|
rm -f conftest.file |
|
|
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. |
Line 2621 test "$program_suffix" != NONE && |
|
Line 2681 test "$program_suffix" != NONE && |
|
ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' |
ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' |
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` |
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` |
|
|
# 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` |
|
|
if test x"${MISSING+set}" != xset; then |
if test x"${MISSING+set}" != xset; then |
case $am_aux_dir in |
case $am_aux_dir in |
Line 2633 if test x"${MISSING+set}" != xset; then |
|
Line 2693 if test x"${MISSING+set}" != xset; then |
|
esac |
esac |
fi |
fi |
# Use eval to expand $SHELL |
# Use eval to expand $SHELL |
if eval "$MISSING --run true"; then |
if eval "$MISSING --is-lightweight"; then |
am_missing_run="$MISSING --run " |
am_missing_run="$MISSING " |
else |
else |
am_missing_run= |
am_missing_run= |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 |
$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} |
$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} |
fi |
fi |
|
|
if test x"${install_sh}" != xset; then |
if test x"${install_sh+set}" != xset; then |
case $am_aux_dir in |
case $am_aux_dir in |
*\ * | *\ *) |
*\ * | *\ *) |
install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; |
install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; |
Line 2650 if test x"${install_sh}" != xset; then |
|
Line 2710 if test x"${install_sh}" != xset; then |
|
esac |
esac |
fi |
fi |
|
|
# Installed binaries are usually stripped using `strip' when the user |
# Installed binaries are usually stripped using 'strip' when the user |
# run `make install-strip'. However `strip' might not be the right |
# run "make install-strip". However 'strip' might not be the right |
# tool to use in cross-compilation environments, therefore Automake |
# tool to use in cross-compilation environments, therefore Automake |
# will honor the `STRIP' environment variable to overrule this program. |
# will honor the 'STRIP' environment variable to overrule this program. |
if test "$cross_compiling" != no; then |
if test "$cross_compiling" != no; then |
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 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
$as_echo_n "checking for $ac_word... " >&6; } |
if test "${ac_cv_prog_STRIP+set}" = set; then : |
if ${ac_cv_prog_STRIP+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
if test -n "$STRIP"; then |
if test -n "$STRIP"; then |
|
|
IFS=$as_save_IFS |
IFS=$as_save_IFS |
test -z "$as_dir" && as_dir=. |
test -z "$as_dir" && as_dir=. |
for ac_exec_ext in '' $ac_executable_extensions; do |
for ac_exec_ext in '' $ac_executable_extensions; do |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
if as_fn_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" |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
break 2 |
break 2 |
Line 2700 if test -z "$ac_cv_prog_STRIP"; then |
|
Line 2760 if test -z "$ac_cv_prog_STRIP"; then |
|
set dummy strip; ac_word=$2 |
set dummy strip; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
$as_echo_n "checking for $ac_word... " >&6; } |
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : |
if ${ac_cv_prog_ac_ct_STRIP+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
if test -n "$ac_ct_STRIP"; then |
if test -n "$ac_ct_STRIP"; then |
|
|
IFS=$as_save_IFS |
IFS=$as_save_IFS |
test -z "$as_dir" && as_dir=. |
test -z "$as_dir" && as_dir=. |
for ac_exec_ext in '' $ac_executable_extensions; do |
for ac_exec_ext in '' $ac_executable_extensions; do |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
ac_cv_prog_ac_ct_STRIP="strip" |
ac_cv_prog_ac_ct_STRIP="strip" |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
break 2 |
break 2 |
Line 2753 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" |
|
Line 2813 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 |
$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } |
$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } |
if test -z "$MKDIR_P"; then |
if test -z "$MKDIR_P"; then |
if test "${ac_cv_path_mkdir+set}" = set; then : |
if ${ac_cv_path_mkdir+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
|
|
test -z "$as_dir" && as_dir=. |
test -z "$as_dir" && as_dir=. |
for ac_prog in mkdir gmkdir; do |
for ac_prog in mkdir gmkdir; do |
for ac_exec_ext in '' $ac_executable_extensions; do |
for ac_exec_ext in '' $ac_executable_extensions; do |
{ test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue |
as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue |
case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( |
case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( |
'mkdir (GNU coreutils) '* | \ |
'mkdir (GNU coreutils) '* | \ |
'mkdir (coreutils) '* | \ |
'mkdir (coreutils) '* | \ |
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 |
$as_echo "$MKDIR_P" >&6; } |
$as_echo "$MKDIR_P" >&6; } |
|
|
mkdir_p="$MKDIR_P" |
|
case $mkdir_p in |
|
[\\/$]* | ?:[\\/]*) ;; |
|
*/*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; |
|
esac |
|
|
|
for ac_prog in gawk mawk nawk awk |
for ac_prog in gawk mawk nawk awk |
do |
do |
# Extract the first word of "$ac_prog", so it can be a program name with args. |
# Extract the first word of "$ac_prog", so it can be a program name with args. |
set dummy $ac_prog; ac_word=$2 |
set dummy $ac_prog; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
$as_echo_n "checking for $ac_word... " >&6; } |
if test "${ac_cv_prog_AWK+set}" = set; then : |
if ${ac_cv_prog_AWK+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
if test -n "$AWK"; then |
if test -n "$AWK"; then |
|
|
IFS=$as_save_IFS |
IFS=$as_save_IFS |
test -z "$as_dir" && as_dir=. |
test -z "$as_dir" && as_dir=. |
for ac_exec_ext in '' $ac_executable_extensions; do |
for ac_exec_ext in '' $ac_executable_extensions; do |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
ac_cv_prog_AWK="$ac_prog" |
ac_cv_prog_AWK="$ac_prog" |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
break 2 |
break 2 |
|
|
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } |
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } |
set x ${MAKE-make} |
set x ${MAKE-make} |
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
ac_make=`$as_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 eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
cat >conftest.make <<\_ACEOF |
cat >conftest.make <<\_ACEOF |
|
|
fi |
fi |
rmdir .tst 2>/dev/null |
rmdir .tst 2>/dev/null |
|
|
|
# Check whether --enable-silent-rules was given. |
|
if test "${enable_silent_rules+set}" = set; then : |
|
enableval=$enable_silent_rules; |
|
fi |
|
|
|
case $enable_silent_rules in # ((( |
|
yes) AM_DEFAULT_VERBOSITY=0;; |
|
no) AM_DEFAULT_VERBOSITY=1;; |
|
*) AM_DEFAULT_VERBOSITY=1;; |
|
esac |
|
am_make=${MAKE-make} |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 |
|
$as_echo_n "checking whether $am_make supports nested variables... " >&6; } |
|
if ${am_cv_make_support_nested_variables+:} false; then : |
|
$as_echo_n "(cached) " >&6 |
|
else |
|
if $as_echo 'TRUE=$(BAR$(V)) |
|
BAR0=false |
|
BAR1=true |
|
V=1 |
|
am__doit: |
|
@$(TRUE) |
|
.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then |
|
am_cv_make_support_nested_variables=yes |
|
else |
|
am_cv_make_support_nested_variables=no |
|
fi |
|
fi |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 |
|
$as_echo "$am_cv_make_support_nested_variables" >&6; } |
|
if test $am_cv_make_support_nested_variables = yes; then |
|
AM_V='$(V)' |
|
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' |
|
else |
|
AM_V=$AM_DEFAULT_VERBOSITY |
|
AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY |
|
fi |
|
AM_BACKSLASH='\' |
|
|
if test "`cd $srcdir && pwd`" != "`pwd`"; then |
if test "`cd $srcdir && pwd`" != "`pwd`"; then |
# Use -I$(srcdir) only when $(srcdir) != ., so that make's output |
# Use -I$(srcdir) only when $(srcdir) != ., so that make's output |
# is not polluted with repeated "-I." |
# is not polluted with repeated "-I." |
|
|
|
|
|
|
# Define the identity of the package. |
# Define the identity of the package. |
PACKAGE=asir |
PACKAGE='asir' |
VERSION=20030307 |
VERSION='1.15' |
|
|
|
|
cat >>confdefs.h <<_ACEOF |
cat >>confdefs.h <<_ACEOF |
Line 2930 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} |
|
Line 3023 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} |
|
|
|
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} |
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} |
|
|
# We need awk for the "check" target. The system "awk" is bad on |
# For better backward compatibility. To be removed once Automake 1.9.x |
# some platforms. |
# dies out for good. For more background, see: |
# Always define AMTAR for backward compatibility. |
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> |
|
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> |
|
mkdir_p='$(MKDIR_P)' |
|
|
AMTAR=${AMTAR-"${am_missing_run}tar"} |
# We need awk for the "check" target (and possibly the TAP driver). The |
|
# system "awk" is bad on some platforms. |
|
# Always define AMTAR for backward compatibility. Yes, it's still used |
|
# in the wild :-( We should find a proper way to deprecate it ... |
|
AMTAR='$${TAR-tar}' |
|
|
am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' |
|
|
|
|
# We'll loop over all known methods to create a tar archive until one works. |
|
_am_tools='gnutar pax cpio none' |
|
|
|
am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' |
|
|
|
|
|
|
|
|
|
|
|
|
|
# POSIX will say in a future version that running "rm -f" with no argument |
|
# is OK; and we want to be able to make that assumption in our Makefile |
|
# recipes. So use an aggressive probe to check that the usage we want is |
|
# actually supported "in the wild" to an acceptable degree. |
|
# See automake bug#10828. |
|
# To make any issue more visible, cause the running configure to be aborted |
|
# by default if the 'rm' program in use doesn't match our expectations; the |
|
# user can still override this though. |
|
if rm -f && rm -fr && rm -rf; then : OK; else |
|
cat >&2 <<'END' |
|
Oops! |
|
|
|
Your 'rm' program seems unable to run without file operands specified |
|
on the command line, even when the '-f' option is present. This is contrary |
|
to the behaviour of most rm programs out there, and not conforming with |
|
the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542> |
|
|
|
Please tell bug-automake@gnu.org about your system, including the value |
|
of your $PATH and any error possibly output before this message. This |
|
can help us improve future automake versions. |
|
|
|
END |
|
if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then |
|
echo 'Configuration will proceed anyway, since you have set the' >&2 |
|
echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 |
|
echo >&2 |
|
else |
|
cat >&2 <<'END' |
|
Aborting the configuration process, to ensure you take notice of the issue. |
|
|
|
You can download and install GNU coreutils to get an 'rm' implementation |
|
that behaves properly: <http://www.gnu.org/software/coreutils/>. |
|
|
|
If you want to complete the configuration process using your problematic |
|
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM |
|
to "yes", and re-run configure. |
|
|
|
END |
|
as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 |
|
fi |
|
fi |
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 |
$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } |
$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } |
# Check whether --enable-maintainer-mode was given. |
# Check whether --enable-maintainer-mode was given. |
Line 2976 if test -n "$ac_tool_prefix"; then |
|
Line 3122 if test -n "$ac_tool_prefix"; then |
|
set dummy ${ac_tool_prefix}gcc; ac_word=$2 |
set dummy ${ac_tool_prefix}gcc; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
$as_echo_n "checking for $ac_word... " >&6; } |
if test "${ac_cv_prog_CC+set}" = set; then : |
if ${ac_cv_prog_CC+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
if test -n "$CC"; then |
if test -n "$CC"; then |
|
|
IFS=$as_save_IFS |
IFS=$as_save_IFS |
test -z "$as_dir" && as_dir=. |
test -z "$as_dir" && as_dir=. |
for ac_exec_ext in '' $ac_executable_extensions; do |
for ac_exec_ext in '' $ac_executable_extensions; do |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
if as_fn_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" |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
break 2 |
break 2 |
Line 3016 if test -z "$ac_cv_prog_CC"; then |
|
Line 3162 if test -z "$ac_cv_prog_CC"; then |
|
set dummy gcc; ac_word=$2 |
set dummy gcc; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
$as_echo_n "checking for $ac_word... " >&6; } |
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : |
if ${ac_cv_prog_ac_ct_CC+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
if test -n "$ac_ct_CC"; then |
if test -n "$ac_ct_CC"; then |
|
|
IFS=$as_save_IFS |
IFS=$as_save_IFS |
test -z "$as_dir" && as_dir=. |
test -z "$as_dir" && as_dir=. |
for ac_exec_ext in '' $ac_executable_extensions; do |
for ac_exec_ext in '' $ac_executable_extensions; do |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
ac_cv_prog_ac_ct_CC="gcc" |
ac_cv_prog_ac_ct_CC="gcc" |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
break 2 |
break 2 |
Line 3069 if test -z "$CC"; then |
|
Line 3215 if test -z "$CC"; then |
|
set dummy ${ac_tool_prefix}cc; ac_word=$2 |
set dummy ${ac_tool_prefix}cc; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
$as_echo_n "checking for $ac_word... " >&6; } |
if test "${ac_cv_prog_CC+set}" = set; then : |
if ${ac_cv_prog_CC+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
if test -n "$CC"; then |
if test -n "$CC"; then |
|
|
IFS=$as_save_IFS |
IFS=$as_save_IFS |
test -z "$as_dir" && as_dir=. |
test -z "$as_dir" && as_dir=. |
for ac_exec_ext in '' $ac_executable_extensions; do |
for ac_exec_ext in '' $ac_executable_extensions; do |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
if as_fn_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" |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
break 2 |
break 2 |
Line 3109 if test -z "$CC"; then |
|
Line 3255 if test -z "$CC"; then |
|
set dummy cc; ac_word=$2 |
set dummy cc; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
$as_echo_n "checking for $ac_word... " >&6; } |
if test "${ac_cv_prog_CC+set}" = set; then : |
if ${ac_cv_prog_CC+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
if test -n "$CC"; then |
if test -n "$CC"; then |
|
|
IFS=$as_save_IFS |
IFS=$as_save_IFS |
test -z "$as_dir" && as_dir=. |
test -z "$as_dir" && as_dir=. |
for ac_exec_ext in '' $ac_executable_extensions; do |
for ac_exec_ext in '' $ac_executable_extensions; do |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
if as_fn_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 |
Line 3168 if test -z "$CC"; then |
|
Line 3314 if test -z "$CC"; then |
|
set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
$as_echo_n "checking for $ac_word... " >&6; } |
if test "${ac_cv_prog_CC+set}" = set; then : |
if ${ac_cv_prog_CC+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
if test -n "$CC"; then |
if test -n "$CC"; then |
|
|
IFS=$as_save_IFS |
IFS=$as_save_IFS |
test -z "$as_dir" && as_dir=. |
test -z "$as_dir" && as_dir=. |
for ac_exec_ext in '' $ac_executable_extensions; do |
for ac_exec_ext in '' $ac_executable_extensions; do |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
if as_fn_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" |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
break 2 |
break 2 |
|
|
set dummy $ac_prog; ac_word=$2 |
set dummy $ac_prog; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
$as_echo_n "checking for $ac_word... " >&6; } |
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : |
if ${ac_cv_prog_ac_ct_CC+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
if test -n "$ac_ct_CC"; then |
if test -n "$ac_ct_CC"; then |
|
|
IFS=$as_save_IFS |
IFS=$as_save_IFS |
test -z "$as_dir" && as_dir=. |
test -z "$as_dir" && as_dir=. |
for ac_exec_ext in '' $ac_executable_extensions; do |
for ac_exec_ext in '' $ac_executable_extensions; do |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
if as_fn_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" |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
break 2 |
break 2 |
|
|
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
as_fn_error $? "no acceptable C compiler found in \$PATH |
as_fn_error $? "no acceptable C compiler found in \$PATH |
See \`config.log' for more details" "$LINENO" 5 ; } |
See \`config.log' for more details" "$LINENO" 5; } |
|
|
# Provide some information about the compiler. |
# Provide some information about the compiler. |
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
Line 3382 sed 's/^/| /' conftest.$ac_ext >&5 |
|
Line 3528 sed 's/^/| /' conftest.$ac_ext >&5 |
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
as_fn_error 77 "C compiler cannot create executables |
as_fn_error 77 "C compiler cannot create executables |
See \`config.log' for more details" "$LINENO" 5 ; } |
See \`config.log' for more details" "$LINENO" 5; } |
else |
else |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
$as_echo "yes" >&6; } |
$as_echo "yes" >&6; } |
|
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
as_fn_error $? "cannot compute suffix of executables: cannot compile and link |
as_fn_error $? "cannot compute suffix of executables: cannot compile and link |
See \`config.log' for more details" "$LINENO" 5 ; } |
See \`config.log' for more details" "$LINENO" 5; } |
fi |
fi |
rm -f conftest conftest$ac_cv_exeext |
rm -f conftest conftest$ac_cv_exeext |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
Line 3484 $as_echo "$ac_try_echo"; } >&5 |
|
Line 3630 $as_echo "$ac_try_echo"; } >&5 |
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
as_fn_error $? "cannot run C compiled programs. |
as_fn_error $? "cannot run C compiled programs. |
If you meant to cross compile, use \`--host'. |
If you meant to cross compile, use \`--host'. |
See \`config.log' for more details" "$LINENO" 5 ; } |
See \`config.log' for more details" "$LINENO" 5; } |
fi |
fi |
fi |
fi |
fi |
fi |
Line 3495 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest. |
|
Line 3641 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest. |
|
ac_clean_files=$ac_clean_files_save |
ac_clean_files=$ac_clean_files_save |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 |
$as_echo_n "checking for suffix of object files... " >&6; } |
$as_echo_n "checking for suffix of object files... " >&6; } |
if test "${ac_cv_objext+set}" = set; then : |
if ${ac_cv_objext+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
Line 3536 sed 's/^/| /' conftest.$ac_ext >&5 |
|
Line 3682 sed 's/^/| /' conftest.$ac_ext >&5 |
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
as_fn_error $? "cannot compute suffix of object files: cannot compile |
as_fn_error $? "cannot compute suffix of object files: cannot compile |
See \`config.log' for more details" "$LINENO" 5 ; } |
See \`config.log' for more details" "$LINENO" 5; } |
fi |
fi |
rm -f conftest.$ac_cv_objext conftest.$ac_ext |
rm -f conftest.$ac_cv_objext conftest.$ac_ext |
fi |
fi |
Line 3546 OBJEXT=$ac_cv_objext |
|
Line 3692 OBJEXT=$ac_cv_objext |
|
ac_objext=$OBJEXT |
ac_objext=$OBJEXT |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } |
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } |
if test "${ac_cv_c_compiler_gnu+set}" = set; then : |
if ${ac_cv_c_compiler_gnu+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
Line 3583 ac_test_CFLAGS=${CFLAGS+set} |
|
Line 3729 ac_test_CFLAGS=${CFLAGS+set} |
|
ac_save_CFLAGS=$CFLAGS |
ac_save_CFLAGS=$CFLAGS |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 |
$as_echo_n "checking whether $CC accepts -g... " >&6; } |
$as_echo_n "checking whether $CC accepts -g... " >&6; } |
if test "${ac_cv_prog_cc_g+set}" = set; then : |
if ${ac_cv_prog_cc_g+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
ac_save_c_werror_flag=$ac_c_werror_flag |
ac_save_c_werror_flag=$ac_c_werror_flag |
|
|
fi |
fi |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 |
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } |
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } |
if test "${ac_cv_prog_cc_c89+set}" = set; then : |
if ${ac_cv_prog_cc_c89+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
ac_cv_prog_cc_c89=no |
ac_cv_prog_cc_c89=no |
Line 3670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
Line 3816 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
/* end confdefs.h. */ |
/* end confdefs.h. */ |
#include <stdarg.h> |
#include <stdarg.h> |
#include <stdio.h> |
#include <stdio.h> |
#include <sys/types.h> |
struct stat; |
#include <sys/stat.h> |
|
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ |
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ |
struct buf { int x; }; |
struct buf { int x; }; |
FILE * (*rcsopen) (struct buf *, struct stat *, int); |
FILE * (*rcsopen) (struct buf *, struct stat *, int); |
Line 3755 ac_cpp='$CPP $CPPFLAGS' |
|
Line 3900 ac_cpp='$CPP $CPPFLAGS' |
|
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
|
|
|
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 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 |
|
$as_echo_n "checking whether $CC understands -c and -o together... " >&6; } |
|
if ${am_cv_prog_cc_c_o+:} false; then : |
|
$as_echo_n "(cached) " >&6 |
|
else |
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
/* end confdefs.h. */ |
|
|
|
int |
|
main () |
|
{ |
|
|
|
; |
|
return 0; |
|
} |
|
_ACEOF |
|
# Make sure it works both with $CC and with simple cc. |
|
# Following AC_PROG_CC_C_O, we do the test twice because some |
|
# compilers refuse to overwrite an existing .o file with -o, |
|
# though they will create one. |
|
am_cv_prog_cc_c_o=yes |
|
for am_i in 1 2; do |
|
if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 |
|
($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 |
|
ac_status=$? |
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
(exit $ac_status); } \ |
|
&& test -f conftest2.$ac_objext; then |
|
: OK |
|
else |
|
am_cv_prog_cc_c_o=no |
|
break |
|
fi |
|
done |
|
rm -f core conftest* |
|
unset am_i |
|
fi |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 |
|
$as_echo "$am_cv_prog_cc_c_o" >&6; } |
|
if test "$am_cv_prog_cc_c_o" != yes; then |
|
# Losing compiler, so override with the script. |
|
# FIXME: It is wrong to rewrite CC. |
|
# But if we don't then we get into trouble of one sort or another. |
|
# A longer-term fix would be to have automake use am__CC in this case, |
|
# and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" |
|
CC="$am_aux_dir/compile $CC" |
|
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 |
|
|
DEPDIR="${am__leading_dot}deps" |
DEPDIR="${am__leading_dot}deps" |
|
|
ac_config_commands="$ac_config_commands depfiles" |
ac_config_commands="$ac_config_commands depfiles" |
|
|
_am_result=none |
_am_result=none |
# First try GNU make style include. |
# First try GNU make style include. |
echo "include confinc" > confmf |
echo "include confinc" > confmf |
# Ignore all kinds of additional output from `make'. |
# Ignore all kinds of additional output from 'make'. |
case `$am_make -s -f confmf 2> /dev/null` in #( |
case `$am_make -s -f confmf 2> /dev/null` in #( |
*the\ am__doit\ target*) |
*the\ am__doit\ target*) |
am__include=include |
am__include=include |
|
|
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='\' |
|
am__nodep='_no' |
fi |
fi |
if test "x$enable_dependency_tracking" != xno; then |
if test "x$enable_dependency_tracking" != xno; then |
AMDEP_TRUE= |
AMDEP_TRUE= |
Line 3822 depcc="$CC" am_compiler_list= |
|
Line 4027 depcc="$CC" am_compiler_list= |
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 |
$as_echo_n "checking dependency style of $depcc... " >&6; } |
$as_echo_n "checking dependency style of $depcc... " >&6; } |
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : |
if ${am_cv_CC_dependencies_compiler_type+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then |
if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then |
# We make a subdir and do the tests there. Otherwise we can end up |
# We make a subdir and do the tests there. Otherwise we can end up |
# making bogus files that we don't know about and never remove. For |
# making bogus files that we don't know about and never remove. For |
# instance it was reported that on HP-UX the gcc test will end up |
# instance it was reported that on HP-UX the gcc test will end up |
# making a dummy file named `D' -- because `-MD' means `put the output |
# making a dummy file named 'D' -- because '-MD' means "put the output |
# in D'. |
# in D". |
|
rm -rf conftest.dir |
mkdir conftest.dir |
mkdir conftest.dir |
# Copy depcomp to subdir because otherwise we won't find it if we're |
# Copy depcomp to subdir because otherwise we won't find it if we're |
# using a relative directory. |
# using a relative directory. |
|
|
: > sub/conftest.c |
: > sub/conftest.c |
for i in 1 2 3 4 5 6; do |
for i in 1 2 3 4 5 6; do |
echo '#include "conftst'$i'.h"' >> sub/conftest.c |
echo '#include "conftst'$i'.h"' >> sub/conftest.c |
# Using `: > sub/conftst$i.h' creates only sub/conftst1.h with |
# Using ": > sub/conftst$i.h" creates only sub/conftst1.h with |
# Solaris 8's {/usr,}/bin/sh. |
# Solaris 10 /bin/sh. |
touch sub/conftst$i.h |
echo '/* dummy */' > sub/conftst$i.h |
done |
done |
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf |
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf |
|
|
# We check with `-c' and `-o' for the sake of the "dashmstdout" |
# We check with '-c' and '-o' for the sake of the "dashmstdout" |
# mode. It turns out that the SunPro C++ compiler does not properly |
# mode. It turns out that the SunPro C++ compiler does not properly |
# handle `-M -o', and we need to detect this. Also, some Intel |
# handle '-M -o', and we need to detect this. Also, some Intel |
# versions had trouble with output in subdirs |
# versions had trouble with output in subdirs. |
am__obj=sub/conftest.${OBJEXT-o} |
am__obj=sub/conftest.${OBJEXT-o} |
am__minus_obj="-o $am__obj" |
am__minus_obj="-o $am__obj" |
case $depmode in |
case $depmode in |
|
|
test "$am__universal" = false || continue |
test "$am__universal" = false || continue |
;; |
;; |
nosideeffect) |
nosideeffect) |
# after this tag, mechanisms are not by side-effect, so they'll |
# After this tag, mechanisms are not by side-effect, so they'll |
# only be used when explicitly requested |
# only be used when explicitly requested. |
if test "x$enable_dependency_tracking" = xyes; then |
if test "x$enable_dependency_tracking" = xyes; then |
continue |
continue |
else |
else |
break |
break |
fi |
fi |
;; |
;; |
msvisualcpp | msvcmsys) |
msvc7 | msvc7msys | msvisualcpp | msvcmsys) |
# This compiler won't grok `-c -o', but also, the minuso test has |
# This compiler won't grok '-c -o', but also, the minuso test has |
# not run yet. These depmodes are late enough in the game, and |
# not run yet. These depmodes are late enough in the game, and |
# so weak that their functioning should not be impacted. |
# so weak that their functioning should not be impacted. |
am__obj=conftest.${OBJEXT-o} |
am__obj=conftest.${OBJEXT-o} |
Line 3962 if test -n "$ac_tool_prefix"; then |
|
Line 4168 if test -n "$ac_tool_prefix"; then |
|
set dummy ${ac_tool_prefix}ranlib; ac_word=$2 |
set dummy ${ac_tool_prefix}ranlib; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
$as_echo_n "checking for $ac_word... " >&6; } |
if test "${ac_cv_prog_RANLIB+set}" = set; then : |
if ${ac_cv_prog_RANLIB+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
if test -n "$RANLIB"; then |
if test -n "$RANLIB"; then |
|
|
IFS=$as_save_IFS |
IFS=$as_save_IFS |
test -z "$as_dir" && as_dir=. |
test -z "$as_dir" && as_dir=. |
for ac_exec_ext in '' $ac_executable_extensions; do |
for ac_exec_ext in '' $ac_executable_extensions; do |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
if as_fn_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" |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
break 2 |
break 2 |
Line 4002 if test -z "$ac_cv_prog_RANLIB"; then |
|
Line 4208 if test -z "$ac_cv_prog_RANLIB"; then |
|
set dummy ranlib; ac_word=$2 |
set dummy ranlib; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
$as_echo_n "checking for $ac_word... " >&6; } |
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : |
if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
if test -n "$ac_ct_RANLIB"; then |
if test -n "$ac_ct_RANLIB"; then |
|
|
IFS=$as_save_IFS |
IFS=$as_save_IFS |
test -z "$as_dir" && as_dir=. |
test -z "$as_dir" && as_dir=. |
for ac_exec_ext in '' $ac_executable_extensions; do |
for ac_exec_ext in '' $ac_executable_extensions; do |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
ac_cv_prog_ac_ct_RANLIB="ranlib" |
ac_cv_prog_ac_ct_RANLIB="ranlib" |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
break 2 |
break 2 |
|
|
set dummy $ac_prog; ac_word=$2 |
set dummy $ac_prog; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
$as_echo_n "checking for $ac_word... " >&6; } |
if test "${ac_cv_prog_YACC+set}" = set; then : |
if ${ac_cv_prog_YACC+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
if test -n "$YACC"; then |
if test -n "$YACC"; then |
|
|
IFS=$as_save_IFS |
IFS=$as_save_IFS |
test -z "$as_dir" && as_dir=. |
test -z "$as_dir" && as_dir=. |
for ac_exec_ext in '' $ac_executable_extensions; do |
for ac_exec_ext in '' $ac_executable_extensions; do |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
ac_cv_prog_YACC="$ac_prog" |
ac_cv_prog_YACC="$ac_prog" |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
break 2 |
break 2 |
Line 4106 if test -n "$CPP" && test -d "$CPP"; then |
|
Line 4312 if test -n "$CPP" && test -d "$CPP"; then |
|
CPP= |
CPP= |
fi |
fi |
if test -z "$CPP"; then |
if test -z "$CPP"; then |
if test "${ac_cv_prog_CPP+set}" = set; then : |
if ${ac_cv_prog_CPP+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
# Double quotes because CPP needs to be expanded |
# Double quotes because CPP needs to be expanded |
|
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
as_fn_error $? "C preprocessor \"$CPP\" fails sanity check |
as_fn_error $? "C preprocessor \"$CPP\" fails sanity check |
See \`config.log' for more details" "$LINENO" 5 ; } |
See \`config.log' for more details" "$LINENO" 5; } |
fi |
fi |
|
|
ac_ext=c |
ac_ext=c |
Line 4247 if test "x$with_x" = xno; then |
|
Line 4453 if test "x$with_x" = xno; then |
|
have_x=disabled |
have_x=disabled |
else |
else |
case $x_includes,$x_libraries in #( |
case $x_includes,$x_libraries in #( |
*\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5 ;; #( |
*\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #( |
*,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then : |
*,NONE | NONE,*) if ${ac_cv_have_x+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&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. |
Line 4313 ac_x_header_dirs=' |
|
Line 4519 ac_x_header_dirs=' |
|
/usr/local/X11R5/include |
/usr/local/X11R5/include |
/usr/local/X11R4/include |
/usr/local/X11R4/include |
|
|
|
/opt/X11/include |
/usr/local/include/X11 |
/usr/local/include/X11 |
/usr/local/include/X11R7 |
/usr/local/include/X11R7 |
/usr/local/include/X11R6 |
/usr/local/include/X11R6 |
Line 4525 if ac_fn_c_try_link "$LINENO"; then : |
|
Line 4732 if ac_fn_c_try_link "$LINENO"; then : |
|
else |
else |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5 |
$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } |
$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } |
if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then : |
if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
ac_check_lib_save_LIBS=$LIBS |
ac_check_lib_save_LIBS=$LIBS |
Line 4559 LIBS=$ac_check_lib_save_LIBS |
|
Line 4766 LIBS=$ac_check_lib_save_LIBS |
|
fi |
fi |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 |
$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; } |
$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; } |
if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then : |
if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; 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 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5 |
$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; } |
$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; } |
if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then : |
if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
ac_check_lib_save_LIBS=$LIBS |
ac_check_lib_save_LIBS=$LIBS |
Line 4600 LIBS=$ac_check_lib_save_LIBS |
|
Line 4807 LIBS=$ac_check_lib_save_LIBS |
|
fi |
fi |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 |
$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; } |
$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; } |
if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then : |
if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then : |
X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" |
X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" |
fi |
fi |
|
|
Line 4619 rm -f core conftest.err conftest.$ac_objext \ |
|
Line 4826 rm -f core conftest.err conftest.$ac_objext \ |
|
# 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. |
ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname" |
ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname" |
if test "x$ac_cv_func_gethostbyname" = x""yes; then : |
if test "x$ac_cv_func_gethostbyname" = xyes; then : |
|
|
fi |
fi |
|
|
if test $ac_cv_func_gethostbyname = no; then |
if test $ac_cv_func_gethostbyname = no; then |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5 |
$as_echo_n "checking for gethostbyname in -lnsl... " >&6; } |
$as_echo_n "checking for gethostbyname in -lnsl... " >&6; } |
if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then : |
if ${ac_cv_lib_nsl_gethostbyname+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
ac_check_lib_save_LIBS=$LIBS |
ac_check_lib_save_LIBS=$LIBS |
Line 4660 LIBS=$ac_check_lib_save_LIBS |
|
Line 4867 LIBS=$ac_check_lib_save_LIBS |
|
fi |
fi |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5 |
$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; } |
$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; } |
if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then : |
if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; 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 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5 |
$as_echo_n "checking for gethostbyname in -lbsd... " >&6; } |
$as_echo_n "checking for gethostbyname in -lbsd... " >&6; } |
if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then : |
if ${ac_cv_lib_bsd_gethostbyname+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
ac_check_lib_save_LIBS=$LIBS |
ac_check_lib_save_LIBS=$LIBS |
Line 4701 LIBS=$ac_check_lib_save_LIBS |
|
Line 4908 LIBS=$ac_check_lib_save_LIBS |
|
fi |
fi |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5 |
$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; } |
$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; } |
if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then : |
if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then : |
X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" |
X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" |
fi |
fi |
|
|
|
|
# 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. |
ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect" |
ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect" |
if test "x$ac_cv_func_connect" = x""yes; then : |
if test "x$ac_cv_func_connect" = xyes; then : |
|
|
fi |
fi |
|
|
if test $ac_cv_func_connect = no; then |
if test $ac_cv_func_connect = no; then |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5 |
$as_echo_n "checking for connect in -lsocket... " >&6; } |
$as_echo_n "checking for connect in -lsocket... " >&6; } |
if test "${ac_cv_lib_socket_connect+set}" = set; then : |
if ${ac_cv_lib_socket_connect+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
ac_check_lib_save_LIBS=$LIBS |
ac_check_lib_save_LIBS=$LIBS |
Line 4757 LIBS=$ac_check_lib_save_LIBS |
|
Line 4964 LIBS=$ac_check_lib_save_LIBS |
|
fi |
fi |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5 |
$as_echo "$ac_cv_lib_socket_connect" >&6; } |
$as_echo "$ac_cv_lib_socket_connect" >&6; } |
if test "x$ac_cv_lib_socket_connect" = x""yes; then : |
if test "x$ac_cv_lib_socket_connect" = xyes; then : |
X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" |
X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" |
fi |
fi |
|
|
|
|
|
|
# Guillermo Gomez says -lposix is necessary on A/UX. |
# Guillermo Gomez says -lposix is necessary on A/UX. |
ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove" |
ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove" |
if test "x$ac_cv_func_remove" = x""yes; then : |
if test "x$ac_cv_func_remove" = xyes; then : |
|
|
fi |
fi |
|
|
if test $ac_cv_func_remove = no; then |
if test $ac_cv_func_remove = no; then |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5 |
$as_echo_n "checking for remove in -lposix... " >&6; } |
$as_echo_n "checking for remove in -lposix... " >&6; } |
if test "${ac_cv_lib_posix_remove+set}" = set; then : |
if ${ac_cv_lib_posix_remove+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
ac_check_lib_save_LIBS=$LIBS |
ac_check_lib_save_LIBS=$LIBS |
Line 4806 LIBS=$ac_check_lib_save_LIBS |
|
Line 5013 LIBS=$ac_check_lib_save_LIBS |
|
fi |
fi |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5 |
$as_echo "$ac_cv_lib_posix_remove" >&6; } |
$as_echo "$ac_cv_lib_posix_remove" >&6; } |
if test "x$ac_cv_lib_posix_remove" = x""yes; then : |
if test "x$ac_cv_lib_posix_remove" = xyes; then : |
X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" |
X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" |
fi |
fi |
|
|
|
|
|
|
# BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. |
# BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. |
ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat" |
ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat" |
if test "x$ac_cv_func_shmat" = x""yes; then : |
if test "x$ac_cv_func_shmat" = xyes; then : |
|
|
fi |
fi |
|
|
if test $ac_cv_func_shmat = no; then |
if test $ac_cv_func_shmat = no; then |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5 |
$as_echo_n "checking for shmat in -lipc... " >&6; } |
$as_echo_n "checking for shmat in -lipc... " >&6; } |
if test "${ac_cv_lib_ipc_shmat+set}" = set; then : |
if ${ac_cv_lib_ipc_shmat+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
ac_check_lib_save_LIBS=$LIBS |
ac_check_lib_save_LIBS=$LIBS |
Line 4855 LIBS=$ac_check_lib_save_LIBS |
|
Line 5062 LIBS=$ac_check_lib_save_LIBS |
|
fi |
fi |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5 |
$as_echo "$ac_cv_lib_ipc_shmat" >&6; } |
$as_echo "$ac_cv_lib_ipc_shmat" >&6; } |
if test "x$ac_cv_lib_ipc_shmat" = x""yes; then : |
if test "x$ac_cv_lib_ipc_shmat" = xyes; then : |
X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" |
X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" |
fi |
fi |
|
|
|
|
# John Interrante, Karl Berry |
# John Interrante, Karl Berry |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5 |
$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; } |
$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; } |
if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then : |
if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
ac_check_lib_save_LIBS=$LIBS |
ac_check_lib_save_LIBS=$LIBS |
Line 4907 LIBS=$ac_check_lib_save_LIBS |
|
Line 5114 LIBS=$ac_check_lib_save_LIBS |
|
fi |
fi |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 |
$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; } |
$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; } |
if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then : |
if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then : |
X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" |
X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" |
fi |
fi |
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 |
$as_echo_n "checking for grep that handles long lines and -e... " >&6; } |
$as_echo_n "checking for grep that handles long lines and -e... " >&6; } |
if test "${ac_cv_path_GREP+set}" = set; then : |
if ${ac_cv_path_GREP+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
if test -z "$GREP"; then |
if test -z "$GREP"; then |
|
|
for ac_prog in grep ggrep; do |
for ac_prog in grep ggrep; do |
for ac_exec_ext in '' $ac_executable_extensions; do |
for ac_exec_ext in '' $ac_executable_extensions; do |
ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" |
ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" |
{ test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue |
as_fn_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 and select it if it is found. |
# Check for GNU $ac_path_GREP |
# Check for GNU $ac_path_GREP |
case `"$ac_path_GREP" --version 2>&1` in |
case `"$ac_path_GREP" --version 2>&1` in |
Line 5072 $as_echo "$ac_cv_path_GREP" >&6; } |
|
Line 5279 $as_echo "$ac_cv_path_GREP" >&6; } |
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 |
$as_echo_n "checking for egrep... " >&6; } |
$as_echo_n "checking for egrep... " >&6; } |
if test "${ac_cv_path_EGREP+set}" = set; then : |
if ${ac_cv_path_EGREP+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 |
if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 |
|
|
for ac_prog in egrep; do |
for ac_prog in egrep; do |
for ac_exec_ext in '' $ac_executable_extensions; do |
for ac_exec_ext in '' $ac_executable_extensions; do |
ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" |
ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" |
{ test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue |
as_fn_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 and select it if it is found. |
# Check for GNU $ac_path_EGREP |
# Check for GNU $ac_path_EGREP |
case `"$ac_path_EGREP" --version 2>&1` in |
case `"$ac_path_EGREP" --version 2>&1` in |
Line 5139 $as_echo "$ac_cv_path_EGREP" >&6; } |
|
Line 5346 $as_echo "$ac_cv_path_EGREP" >&6; } |
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 |
$as_echo_n "checking for ANSI C header files... " >&6; } |
$as_echo_n "checking for ANSI C header files... " >&6; } |
if test "${ac_cv_header_stdc+set}" = set; then : |
if ${ac_cv_header_stdc+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
|
|
|
|
|
ac_fn_c_check_type "$LINENO" "unsigned long long" "ac_cv_type_unsigned_long_long" "$ac_includes_default" |
ac_fn_c_check_type "$LINENO" "unsigned long long" "ac_cv_type_unsigned_long_long" "$ac_includes_default" |
if test "x$ac_cv_type_unsigned_long_long" = x""yes; then : |
if test "x$ac_cv_type_unsigned_long_long" = xyes; then : |
|
|
cat >>confdefs.h <<_ACEOF |
cat >>confdefs.h <<_ACEOF |
#define HAVE_UNSIGNED_LONG_LONG 1 |
#define HAVE_UNSIGNED_LONG_LONG 1 |
|
|
# This bug is HP SR number 8606223364. |
# This bug is HP SR number 8606223364. |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5 |
$as_echo_n "checking size of long... " >&6; } |
$as_echo_n "checking size of long... " >&6; } |
if test "${ac_cv_sizeof_long+set}" = set; then : |
if ${ac_cv_sizeof_long+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then : |
if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then : |
|
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
as_fn_error 77 "cannot compute sizeof (long) |
as_fn_error 77 "cannot compute sizeof (long) |
See \`config.log' for more details" "$LINENO" 5 ; } |
See \`config.log' for more details" "$LINENO" 5; } |
else |
else |
ac_cv_sizeof_long=0 |
ac_cv_sizeof_long=0 |
fi |
fi |
Line 5423 i[3-6]86-*-linux*|x86-*-linux*) |
|
Line 5630 i[3-6]86-*-linux*|x86-*-linux*) |
|
$as_echo "#define _BSD_SOURCE 1" >>confdefs.h |
$as_echo "#define _BSD_SOURCE 1" >>confdefs.h |
|
|
;; |
;; |
*-*-cygwin*) |
i[3-6]86-*-cygwin*|x86-*-cygwin*) |
asm_obj="${i386_aout_obj}" |
asm_obj="${i386_aout_obj}" |
;; |
;; |
i[3-6]86-*-interix*) |
i[3-6]86-*-interix*) |
Line 5449 sparc-sun-solaris2.*) |
|
Line 5656 sparc-sun-solaris2.*) |
|
asm_obj="${generic_obj}" |
asm_obj="${generic_obj}" |
$as_echo "#define __DARWIN__ 1" >>confdefs.h |
$as_echo "#define __DARWIN__ 1" >>confdefs.h |
|
|
|
if test -d /usr/X11/include -a x"${X_CFLAGS}" = x ; then |
|
X_CFLAGS=-I/usr/X11/include |
|
fi |
;; |
;; |
arm*-*-linux*) |
arm*-*-linux*) |
asm_obj="${generic_obj}" |
asm_obj="${generic_obj}" |
|
|
|
|
|
|
ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" |
ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" |
if test "x$ac_cv_func_socket" = x""yes; then : |
if test "x$ac_cv_func_socket" = xyes; then : |
|
|
else |
else |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for socket in -lsocket" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for socket in -lsocket" >&5 |
$as_echo_n "checking for socket in -lsocket... " >&6; } |
$as_echo_n "checking for socket in -lsocket... " >&6; } |
if test "${ac_cv_lib_socket_socket+set}" = set; then : |
if ${ac_cv_lib_socket_socket+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
ac_check_lib_save_LIBS=$LIBS |
ac_check_lib_save_LIBS=$LIBS |
Line 5503 LIBS=$ac_check_lib_save_LIBS |
|
Line 5713 LIBS=$ac_check_lib_save_LIBS |
|
fi |
fi |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_socket" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_socket" >&5 |
$as_echo "$ac_cv_lib_socket_socket" >&6; } |
$as_echo "$ac_cv_lib_socket_socket" >&6; } |
if test "x$ac_cv_lib_socket_socket" = x""yes; then : |
if test "x$ac_cv_lib_socket_socket" = xyes; then : |
cat >>confdefs.h <<_ACEOF |
cat >>confdefs.h <<_ACEOF |
#define HAVE_LIBSOCKET 1 |
#define HAVE_LIBSOCKET 1 |
_ACEOF |
_ACEOF |
|
|
fi |
fi |
|
|
ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname" |
ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname" |
if test "x$ac_cv_func_gethostbyname" = x""yes; then : |
if test "x$ac_cv_func_gethostbyname" = xyes; then : |
|
|
else |
else |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5 |
$as_echo_n "checking for gethostbyname in -lnsl... " >&6; } |
$as_echo_n "checking for gethostbyname in -lnsl... " >&6; } |
if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then : |
if ${ac_cv_lib_nsl_gethostbyname+:} false; then : |
$as_echo_n "(cached) " >&6 |
$as_echo_n "(cached) " >&6 |
else |
else |
ac_check_lib_save_LIBS=$LIBS |
ac_check_lib_save_LIBS=$LIBS |
Line 5554 LIBS=$ac_check_lib_save_LIBS |
|
Line 5764 LIBS=$ac_check_lib_save_LIBS |
|
fi |
fi |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5 |
$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; } |
$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; } |
if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then : |
if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then : |
cat >>confdefs.h <<_ACEOF |
cat >>confdefs.h <<_ACEOF |
#define HAVE_LIBNSL 1 |
#define HAVE_LIBNSL 1 |
_ACEOF |
_ACEOF |
Line 5632 $as_echo "$as_me: WARNING: cache variable $ac_var cont |
|
Line 5842 $as_echo "$as_me: WARNING: cache variable $ac_var cont |
|
: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" && |
if test "x$cache_file" != "x/dev/null"; then |
{ $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 |
$as_echo "$as_me: updating cache $cache_file" >&6;} |
$as_echo "$as_me: updating cache $cache_file" >&6;} |
cat confcache >$cache_file |
if test ! -f "$cache_file" || test -h "$cache_file"; then |
|
cat confcache >"$cache_file" |
|
else |
|
case $cache_file in #( |
|
*/* | ?:*) |
|
mv -f confcache "$cache_file"$$ && |
|
mv -f "$cache_file"$$ "$cache_file" ;; #( |
|
*) |
|
mv -f confcache "$cache_file" ;; |
|
esac |
|
fi |
|
fi |
else |
else |
{ $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 |
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} |
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} |
Line 5702 LIBOBJS=$ac_libobjs |
|
Line 5923 LIBOBJS=$ac_libobjs |
|
LTLIBOBJS=$ac_ltlibobjs |
LTLIBOBJS=$ac_ltlibobjs |
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 |
|
$as_echo_n "checking that generated files are newer than configure... " >&6; } |
|
if test -n "$am_sleep_pid"; then |
|
# Hide warnings about reused PIDs. |
|
wait $am_sleep_pid 2>/dev/null |
|
fi |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 |
|
$as_echo "done" >&6; } |
if test -n "$EXEEXT"; then |
if test -n "$EXEEXT"; then |
am__EXEEXT_TRUE= |
am__EXEEXT_TRUE= |
am__EXEEXT_FALSE='#' |
am__EXEEXT_FALSE='#' |
Line 5727 if test -z "${USE_PLOT_TRUE}" && test -z "${USE_PLOT_F |
|
Line 5956 if test -z "${USE_PLOT_TRUE}" && test -z "${USE_PLOT_F |
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
fi |
fi |
|
|
: ${CONFIG_STATUS=./config.status} |
: "${CONFIG_STATUS=./config.status}" |
ac_write_fail=0 |
ac_write_fail=0 |
ac_clean_files_save=$ac_clean_files |
ac_clean_files_save=$ac_clean_files |
ac_clean_files="$ac_clean_files $CONFIG_STATUS" |
ac_clean_files="$ac_clean_files $CONFIG_STATUS" |
|
|
IFS=" "" $as_nl" |
IFS=" "" $as_nl" |
|
|
# Find who we are. Look in the path if we contain no directory separator. |
# Find who we are. Look in the path if we contain no directory separator. |
|
as_myself= |
case $0 in #(( |
case $0 in #(( |
*[\\/]* ) as_myself=$0 ;; |
*[\\/]* ) as_myself=$0 ;; |
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
Line 6023 if (echo >conf$$.file) 2>/dev/null; then |
|
Line 6253 if (echo >conf$$.file) 2>/dev/null; then |
|
# ... but there are two gotchas: |
# ... but there are two gotchas: |
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
# In both cases, we have to default to `cp -p'. |
# In both cases, we have to default to `cp -pR'. |
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
as_ln_s='cp -p' |
as_ln_s='cp -pR' |
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 -pR' |
fi |
fi |
else |
else |
as_ln_s='cp -p' |
as_ln_s='cp -pR' |
fi |
fi |
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
rmdir conf$$.dir 2>/dev/null |
rmdir conf$$.dir 2>/dev/null |
|
|
as_mkdir_p=false |
as_mkdir_p=false |
fi |
fi |
|
|
if test -x / >/dev/null 2>&1; then |
|
as_test_x='test -x' |
|
else |
|
if ls -dL / >/dev/null 2>&1; then |
|
as_ls_L_option=L |
|
else |
|
as_ls_L_option= |
|
fi |
|
as_test_x=' |
|
eval sh -c '\'' |
|
if test -d "$1"; then |
|
test -d "$1/."; |
|
else |
|
case $1 in #( |
|
-*)set "./$1";; |
|
esac; |
|
case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( |
|
???[sx]*):;;*)false;;esac;fi |
|
'\'' sh |
|
' |
|
fi |
|
as_executable_p=$as_test_x |
|
|
|
|
# as_fn_executable_p FILE |
|
# ----------------------- |
|
# Test if FILE is an executable regular file. |
|
as_fn_executable_p () |
|
{ |
|
test -f "$1" && test -x "$1" |
|
} # as_fn_executable_p |
|
as_test_x='test -x' |
|
as_executable_p=as_fn_executable_p |
|
|
# 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'" |
|
|
Line 6134 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
|
Line 6352 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
|
# report actual input values of CONFIG_FILES etc. instead of their |
# report actual input values of CONFIG_FILES etc. instead of their |
# values after options handling. |
# values after options handling. |
ac_log=" |
ac_log=" |
This file was extended by $as_me, which was |
This file was extended by asir $as_me 1.15, which was |
generated by GNU Autoconf 2.67. Invocation command line was |
generated by GNU Autoconf 2.69. Invocation command line was |
|
|
CONFIG_FILES = $CONFIG_FILES |
CONFIG_FILES = $CONFIG_FILES |
CONFIG_HEADERS = $CONFIG_HEADERS |
CONFIG_HEADERS = $CONFIG_HEADERS |
|
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
ac_cs_version="\\ |
ac_cs_version="\\ |
config.status |
asir config.status 1.15 |
configured by $0, generated by GNU Autoconf 2.67, |
configured by $0, generated by GNU Autoconf 2.69, |
with options \\"\$ac_cs_config\\" |
with options \\"\$ac_cs_config\\" |
|
|
Copyright (C) 2010 Free Software Foundation, Inc. |
Copyright (C) 2012 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." |
|
|
|
|
_ACEOF |
_ACEOF |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
if \$ac_cs_recheck; then |
if \$ac_cs_recheck; then |
set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
shift |
shift |
\$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 |
\$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 |
CONFIG_SHELL='$SHELL' |
CONFIG_SHELL='$SHELL' |
|
|
"parse/Makefile") CONFIG_FILES="$CONFIG_FILES parse/Makefile" ;; |
"parse/Makefile") CONFIG_FILES="$CONFIG_FILES parse/Makefile" ;; |
"plot/Makefile") CONFIG_FILES="$CONFIG_FILES plot/Makefile" ;; |
"plot/Makefile") CONFIG_FILES="$CONFIG_FILES plot/Makefile" ;; |
|
|
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; |
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |
esac |
esac |
done |
done |
|
|
|
|
# after its creation but before its name has been assigned to `$tmp'. |
# after its creation but before its name has been assigned to `$tmp'. |
$debug || |
$debug || |
{ |
{ |
tmp= |
tmp= ac_tmp= |
trap 'exit_status=$? |
trap 'exit_status=$? |
{ test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status |
: "${ac_tmp:=$tmp}" |
|
{ test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status |
' 0 |
' 0 |
trap 'as_fn_exit 1' 1 2 13 15 |
trap 'as_fn_exit 1' 1 2 13 15 |
} |
} |
|
|
|
|
{ |
{ |
tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && |
tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && |
test -n "$tmp" && test -d "$tmp" |
test -d "$tmp" |
} || |
} || |
{ |
{ |
tmp=./conf$$-$RANDOM |
tmp=./conf$$-$RANDOM |
(umask 077 && mkdir "$tmp") |
(umask 077 && mkdir "$tmp") |
} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 |
} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 |
|
ac_tmp=$tmp |
|
|
# Set up the scripts for CONFIG_FILES section. |
# Set up the scripts for CONFIG_FILES section. |
# No need to generate them if there are no CONFIG_FILES. |
# No need to generate them if there are no CONFIG_FILES. |
|
|
ac_cs_awk_cr=$ac_cr |
ac_cs_awk_cr=$ac_cr |
fi |
fi |
|
|
echo 'BEGIN {' >"$tmp/subs1.awk" && |
echo 'BEGIN {' >"$ac_tmp/subs1.awk" && |
_ACEOF |
_ACEOF |
|
|
|
|
|
|
rm -f conf$$subs.sh |
rm -f conf$$subs.sh |
|
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
cat >>"\$tmp/subs1.awk" <<\\_ACAWK && |
cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && |
_ACEOF |
_ACEOF |
sed -n ' |
sed -n ' |
h |
h |
|
|
rm -f conf$$subs.awk |
rm -f conf$$subs.awk |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
_ACAWK |
_ACAWK |
cat >>"\$tmp/subs1.awk" <<_ACAWK && |
cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && |
for (key in S) S_is_set[key] = 1 |
for (key in S) S_is_set[key] = 1 |
FS = "" |
FS = "" |
|
|
Line 6488 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then |
|
Line 6708 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then |
|
sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" |
sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" |
else |
else |
cat |
cat |
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ |
fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ |
|| as_fn_error $? "could not setup config files machinery" "$LINENO" 5 |
|| as_fn_error $? "could not setup config files machinery" "$LINENO" 5 |
_ACEOF |
_ACEOF |
|
|
|
|
esac |
esac |
case $ac_mode$ac_tag in |
case $ac_mode$ac_tag in |
:[FHL]*:*);; |
:[FHL]*:*);; |
:L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; |
:L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; |
:[FH]-) ac_tag=-:-;; |
:[FH]-) ac_tag=-:-;; |
:[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
:[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
esac |
esac |
|
|
for ac_f |
for ac_f |
do |
do |
case $ac_f in |
case $ac_f in |
-) ac_f="$tmp/stdin";; |
-) ac_f="$ac_tmp/stdin";; |
*) # Look for the file first in the build tree, then in the source tree |
*) # 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, |
# (if the path is not absolute). The absolute path cannot be DOS-style, |
# because $ac_f cannot contain `:'. |
# because $ac_f cannot contain `:'. |
|
|
[\\/$]*) false;; |
[\\/$]*) false;; |
*) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
*) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
esac || |
esac || |
as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; |
as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; |
esac |
esac |
case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac |
case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac |
as_fn_append ac_file_inputs " '$ac_f'" |
as_fn_append ac_file_inputs " '$ac_f'" |
Line 6582 $as_echo "$as_me: creating $ac_file" >&6;} |
|
Line 6802 $as_echo "$as_me: creating $ac_file" >&6;} |
|
esac |
esac |
|
|
case $ac_tag in |
case $ac_tag in |
*:-:* | *:-) cat >"$tmp/stdin" \ |
*:-:* | *:-) cat >"$ac_tmp/stdin" \ |
|| as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; |
|| as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; |
esac |
esac |
;; |
;; |
esac |
esac |
Line 6719 s&@INSTALL@&$ac_INSTALL&;t t |
|
Line 6939 s&@INSTALL@&$ac_INSTALL&;t t |
|
s&@MKDIR_P@&$ac_MKDIR_P&;t t |
s&@MKDIR_P@&$ac_MKDIR_P&;t t |
$ac_datarootdir_hack |
$ac_datarootdir_hack |
" |
" |
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ |
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ |
|| as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
>$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
|
|
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
{ ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && |
{ ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && |
{ ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && |
{ ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ |
|
"$ac_tmp/out"`; test -z "$ac_out"; } && |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
which seems to be undefined. Please make sure it is defined" >&5 |
which seems to be undefined. Please make sure it is defined" >&5 |
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
which seems to be undefined. Please make sure it is defined" >&2;} |
which seems to be undefined. Please make sure it is defined" >&2;} |
|
|
rm -f "$tmp/stdin" |
rm -f "$ac_tmp/stdin" |
case $ac_file in |
case $ac_file in |
-) cat "$tmp/out" && rm -f "$tmp/out";; |
-) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; |
*) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; |
*) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; |
esac \ |
esac \ |
|| as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
|| as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
;; |
;; |
Line 6747 $as_echo "$as_me: executing $ac_file commands" >&6;} |
|
Line 6968 $as_echo "$as_me: executing $ac_file commands" >&6;} |
|
|
|
case $ac_file$ac_mode in |
case $ac_file$ac_mode in |
"depfiles":C) test x"$AMDEP_TRUE" != x"" || { |
"depfiles":C) test x"$AMDEP_TRUE" != x"" || { |
# Autoconf 2.62 quotes --file arguments for eval, but not when files |
# Older Autoconf quotes --file arguments for eval, but not when files |
# are listed without --file. Let's play safe and only enable the eval |
# are listed without --file. Let's play safe and only enable the eval |
# if we detect the quoting. |
# if we detect the quoting. |
case $CONFIG_FILES in |
case $CONFIG_FILES in |
Line 6760 $as_echo "$as_me: executing $ac_file commands" >&6;} |
|
Line 6981 $as_echo "$as_me: executing $ac_file commands" >&6;} |
|
# 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. |
# We used to match only the files named `Makefile.in', but |
# We used to match only the files named 'Makefile.in', but |
# some people rename them; so instead we look at the file content. |
# some people rename them; so instead we look at the file content. |
# Grep'ing the first line is not enough: some people post-process |
# Grep'ing the first line is not enough: some people post-process |
# each Makefile.in and add a new line on top of each file to say so. |
# each Makefile.in and add a new line on top of each file to say so. |
Line 6794 $as_echo X"$mf" | |
|
Line 7015 $as_echo X"$mf" | |
|
continue |
continue |
fi |
fi |
# Extract the definition of DEPDIR, am__include, and am__quote |
# Extract the definition of DEPDIR, am__include, and am__quote |
# from the Makefile without running `make'. |
# from the Makefile without running 'make'. |
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` |
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` |
test -z "$DEPDIR" && continue |
test -z "$DEPDIR" && continue |
am__include=`sed -n 's/^am__include = //p' < "$mf"` |
am__include=`sed -n 's/^am__include = //p' < "$mf"` |
test -z "am__include" && continue |
test -z "$am__include" && continue |
am__quote=`sed -n 's/^am__quote = //p' < "$mf"` |
am__quote=`sed -n 's/^am__quote = //p' < "$mf"` |
# When using ansi2knr, U may be empty or an underscore; expand it |
|
U=`sed -n 's/^U = //p' < "$mf"` |
|
# Find all dependency output files, they are included files with |
# Find all dependency output files, they are included files with |
# $(DEPDIR) in their names. We invoke sed twice because it is the |
# $(DEPDIR) in their names. We invoke sed twice because it is the |
# simplest approach to changing $(DEPDIR) to its actual value in the |
# simplest approach to changing $(DEPDIR) to its actual value in the |
# expansion. |
# expansion. |
for file in `sed -n " |
for file in `sed -n " |
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ |
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ |
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do |
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do |
# Make sure the directory exists. |
# Make sure the directory exists. |
test -f "$dirpart/$file" && continue |
test -f "$dirpart/$file" && continue |
fdir=`$as_dirname -- "$file" || |
fdir=`$as_dirname -- "$file" || |