configure | configure | |||
---|---|---|---|---|
#! /bin/sh | #! /bin/sh | |||
# Guess values for system-dependent variables and create Makefiles. | # Guess values for system-dependent variables and create Makefiles. | |||
# Generated by GNU Autoconf 2.68 for Common Pipeline Library 6.0. | # Generated by GNU Autoconf 2.68 for Common Pipeline Library 6.1. | |||
# | # | |||
# Report bugs to <cpl-help@eso.org>. | # Report bugs to <cpl-help@eso.org>. | |||
# | # | |||
# | # | |||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | |||
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software | # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software | |||
# Foundation, Inc. | # Foundation, Inc. | |||
# | # | |||
# | # | |||
# This configure script is free software; the Free Software Foundation | # This configure script is free software; the Free Software Foundation | |||
skipping to change at line 568 | skipping to change at line 568 | |||
ac_config_libobj_dir=. | ac_config_libobj_dir=. | |||
LIBOBJS= | LIBOBJS= | |||
cross_compiling=no | cross_compiling=no | |||
subdirs= | subdirs= | |||
MFLAGS= | MFLAGS= | |||
MAKEFLAGS= | MAKEFLAGS= | |||
# Identity of this package. | # Identity of this package. | |||
PACKAGE_NAME='Common Pipeline Library' | PACKAGE_NAME='Common Pipeline Library' | |||
PACKAGE_TARNAME='cpl' | PACKAGE_TARNAME='cpl' | |||
PACKAGE_VERSION='6.0' | PACKAGE_VERSION='6.1' | |||
PACKAGE_STRING='Common Pipeline Library 6.0' | PACKAGE_STRING='Common Pipeline Library 6.1' | |||
PACKAGE_BUGREPORT='cpl-help@eso.org' | PACKAGE_BUGREPORT='cpl-help@eso.org' | |||
PACKAGE_URL='' | PACKAGE_URL='' | |||
ac_unique_file="cpl.h" | ac_unique_file="cpl.h" | |||
ac_default_prefix=${CPLDIR:-/usr/local/cpl} | ac_default_prefix=${CPLDIR:-/usr/local/cpl} | |||
# Factoring default headers for most tests. | # Factoring default headers for most tests. | |||
ac_includes_default="\ | ac_includes_default="\ | |||
#include <stdio.h> | #include <stdio.h> | |||
#ifdef HAVE_SYS_TYPES_H | #ifdef HAVE_SYS_TYPES_H | |||
# include <sys/types.h> | # include <sys/types.h> | |||
skipping to change at line 1392 | skipping to change at line 1392 | |||
eval ac_cv_env_${ac_var}_value=\$${ac_var} | eval ac_cv_env_${ac_var}_value=\$${ac_var} | |||
done | done | |||
# | # | |||
# Report the --help message. | # Report the --help message. | |||
# | # | |||
if test "$ac_init_help" = "long"; then | if test "$ac_init_help" = "long"; then | |||
# Omit some internal or obsolete options to make the list less imposing. | # Omit some internal or obsolete options to make the list less imposing. | |||
# This message is too long to be a string in the A/UX 3.1 sh. | # This message is too long to be a string in the A/UX 3.1 sh. | |||
cat <<_ACEOF | cat <<_ACEOF | |||
\`configure' configures Common Pipeline Library 6.0 to adapt to many kinds of systems. | \`configure' configures Common Pipeline Library 6.1 to adapt to many kinds of systems. | |||
Usage: $0 [OPTION]... [VAR=VALUE]... | Usage: $0 [OPTION]... [VAR=VALUE]... | |||
To assign environment variables (e.g., CC, CFLAGS...), specify them as | To assign environment variables (e.g., CC, CFLAGS...), specify them as | |||
VAR=VALUE. See below for descriptions of some of the useful variables. | VAR=VALUE. See below for descriptions of some of the useful variables. | |||
Defaults for the options are specified in brackets. | Defaults for the options are specified in brackets. | |||
Configuration: | Configuration: | |||
-h, --help display this help and exit | -h, --help display this help and exit | |||
skipping to change at line 1462 | skipping to change at line 1462 | |||
--program-transform-name=PROGRAM run sed PROGRAM on installed program n ames | --program-transform-name=PROGRAM run sed PROGRAM on installed program n ames | |||
System types: | System types: | |||
--build=BUILD configure for building on BUILD [guessed] | --build=BUILD configure for building on BUILD [guessed] | |||
--host=HOST cross-compile to build programs to run on HOST [BUILD] | --host=HOST cross-compile to build programs to run on HOST [BUILD] | |||
_ACEOF | _ACEOF | |||
fi | fi | |||
if test -n "$ac_init_help"; then | if test -n "$ac_init_help"; then | |||
case $ac_init_help in | case $ac_init_help in | |||
short | recursive ) echo "Configuration of Common Pipeline Library 6.0 :";; | short | recursive ) echo "Configuration of Common Pipeline Library 6.1 :";; | |||
esac | 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-maintainer-mode enable make rules and dependencies not useful | |||
(and sometimes confusing) to the casual installer | (and sometimes confusing) to the casual installer | |||
--disable-dependency-tracking speeds up one-time build | --disable-dependency-tracking speeds up one-time build | |||
skipping to change at line 1610 | skipping to change at line 1610 | |||
else | else | |||
$as_echo "$as_me: WARNING: no configuration information is in $ac_dir " >&2 | $as_echo "$as_me: WARNING: no configuration information is in $ac_dir " >&2 | |||
fi || ac_status=$? | fi || ac_status=$? | |||
cd "$ac_pwd" || { ac_status=$?; break; } | cd "$ac_pwd" || { ac_status=$?; break; } | |||
done | done | |||
fi | fi | |||
test -n "$ac_init_help" && exit $ac_status | test -n "$ac_init_help" && exit $ac_status | |||
if $ac_init_version; then | if $ac_init_version; then | |||
cat <<\_ACEOF | cat <<\_ACEOF | |||
Common Pipeline Library configure 6.0 | Common Pipeline Library configure 6.1 | |||
generated by GNU Autoconf 2.68 | generated by GNU Autoconf 2.68 | |||
Copyright (C) 2010 Free Software Foundation, Inc. | Copyright (C) 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 | |||
gives unlimited permission to copy, distribute and modify it. | gives unlimited permission to copy, distribute and modify it. | |||
_ACEOF | _ACEOF | |||
exit | exit | |||
fi | fi | |||
## ------------------------ ## | ## ------------------------ ## | |||
skipping to change at line 2203 | skipping to change at line 2203 | |||
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; ${as_lineno_stack:+:} unset as_lineno | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | |||
} # ac_fn_c_check_decl | } # ac_fn_c_check_decl | |||
cat >config.log <<_ACEOF | 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 Common Pipeline Library $as_me 6.0, which was | It was created by Common Pipeline Library $as_me 6.1, which was | |||
generated by GNU Autoconf 2.68. Invocation command line was | generated by GNU Autoconf 2.68. Invocation command line was | |||
$ $0 $@ | $ $0 $@ | |||
_ACEOF | _ACEOF | |||
exec 5>>config.log | exec 5>>config.log | |||
{ | { | |||
cat <<_ASUNAME | cat <<_ASUNAME | |||
## --------- ## | ## --------- ## | |||
## Platform. ## | ## Platform. ## | |||
skipping to change at line 3047 | skipping to change at line 3047 | |||
if test -z "$CYGPATH_W"; then | if test -z "$CYGPATH_W"; then | |||
if (cygpath --version) >/dev/null 2>/dev/null; then | if (cygpath --version) >/dev/null 2>/dev/null; then | |||
CYGPATH_W='cygpath -w' | CYGPATH_W='cygpath -w' | |||
else | else | |||
CYGPATH_W=echo | CYGPATH_W=echo | |||
fi | fi | |||
fi | fi | |||
# Define the identity of the package. | # Define the identity of the package. | |||
PACKAGE='cpl' | PACKAGE='cpl' | |||
VERSION='6.0' | VERSION='6.1' | |||
cat >>confdefs.h <<_ACEOF | cat >>confdefs.h <<_ACEOF | |||
#define PACKAGE "$PACKAGE" | #define PACKAGE "$PACKAGE" | |||
_ACEOF | _ACEOF | |||
cat >>confdefs.h <<_ACEOF | cat >>confdefs.h <<_ACEOF | |||
#define VERSION "$VERSION" | #define VERSION "$VERSION" | |||
_ACEOF | _ACEOF | |||
# Some tools Automake needs. | # Some tools Automake needs. | |||
skipping to change at line 3153 | skipping to change at line 3153 | |||
if test -z "$cpl_micro_version"; then | if test -z "$cpl_micro_version"; then | |||
cpl_micro_version=0 | cpl_micro_version=0 | |||
fi | fi | |||
CPL_VERSION="$cpl_version" | CPL_VERSION="$cpl_version" | |||
CPL_VERSION_STRING="$cpl_version_string" | CPL_VERSION_STRING="$cpl_version_string" | |||
CPL_MAJOR_VERSION=$cpl_major_version | CPL_MAJOR_VERSION=$cpl_major_version | |||
CPL_MINOR_VERSION=$cpl_minor_version | CPL_MINOR_VERSION=$cpl_minor_version | |||
CPL_MICRO_VERSION=$cpl_micro_version | CPL_MICRO_VERSION=$cpl_micro_version | |||
if test -z "0"; then | if test -z "1"; then | |||
CPL_INTERFACE_AGE=0 | CPL_INTERFACE_AGE=0 | |||
else | else | |||
CPL_INTERFACE_AGE="0" | CPL_INTERFACE_AGE="1" | |||
fi | fi | |||
CPL_BINARY_AGE=`expr 256 '*' $CPL_MINOR_VERSION + $CPL_MICRO_VERSION` | CPL_BINARY_AGE=`expr 256 '*' $CPL_MINOR_VERSION + $CPL_MICRO_VERSION` | |||
CPL_BINARY_VERSION=`expr 65536 '*' $CPL_MAJOR_VERSION + $CPL_BINARY_AGE ` | CPL_BINARY_VERSION=`expr 65536 '*' $CPL_MAJOR_VERSION + $CPL_BINARY_AGE ` | |||
cat >>confdefs.h <<_ACEOF | cat >>confdefs.h <<_ACEOF | |||
#define CPL_MAJOR_VERSION $CPL_MAJOR_VERSION | #define CPL_MAJOR_VERSION $CPL_MAJOR_VERSION | |||
_ACEOF | _ACEOF | |||
cat >>confdefs.h <<_ACEOF | cat >>confdefs.h <<_ACEOF | |||
skipping to change at line 3186 | skipping to change at line 3186 | |||
_ACEOF | _ACEOF | |||
cat >>confdefs.h <<_ACEOF | cat >>confdefs.h <<_ACEOF | |||
#define CPL_BINARY_VERSION $CPL_BINARY_VERSION | #define CPL_BINARY_VERSION $CPL_BINARY_VERSION | |||
_ACEOF | _ACEOF | |||
cat >>confdefs.h <<_ACEOF | cat >>confdefs.h <<_ACEOF | |||
#define CPL_BINARY_AGE $CPL_BINARY_AGE | #define CPL_BINARY_AGE $CPL_BINARY_AGE | |||
_ACEOF | _ACEOF | |||
if test -z "20"; then | if test -z "21"; then | |||
LT_CURRENT=0 | LT_CURRENT=0 | |||
else | else | |||
LT_CURRENT="20" | LT_CURRENT="21" | |||
fi | fi | |||
if test -z "0"; then | if test -z "0"; then | |||
LT_REVISION=0 | LT_REVISION=0 | |||
else | else | |||
LT_REVISION="0" | LT_REVISION="0" | |||
fi | fi | |||
if test -z "0"; then | if test -z "1"; then | |||
LT_AGE=0 | LT_AGE=0 | |||
else | else | |||
LT_AGE="0" | LT_AGE="1" | |||
fi | fi | |||
ac_config_commands="$ac_config_commands cplcore/cpl_version.h.in" | ac_config_commands="$ac_config_commands cplcore/cpl_version.h.in" | |||
# Checks for programs. | # Checks for programs. | |||
ac_ext=c | ac_ext=c | |||
ac_cpp='$CPP $CPPFLAGS' | ac_cpp='$CPP $CPPFLAGS' | |||
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |||
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ ext $LIBS >&5' | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ ext $LIBS >&5' | |||
ac_compiler_gnu=$ac_cv_c_compiler_gnu | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |||
skipping to change at line 4841 | skipping to change at line 4841 | |||
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ ext $LIBS >&5' | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ ext $LIBS >&5' | |||
ac_compiler_gnu=$ac_cv_c_compiler_gnu | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |||
fi | fi | |||
eval ac_res=\$eso_cv_prog_cc_$flag | eval ac_res=\$eso_cv_prog_cc_$flag | |||
{ $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; } | |||
if eval "test \"`echo '$eso_cv_prog_cc_'$flag`\" = yes"; then | if eval "test \"`echo '$eso_cv_prog_cc_'$flag`\" = yes"; then | |||
: | : | |||
CFLAGS="$CFLAGS -std=c99" | ||||
CPPFLAGS="$CPPFLAGS -D_POSIX_C_SOURCE=200112 | ||||
L" | ||||
CFLAGS="$CFLAGS -std=c99" | ||||
else | else | |||
: | : | |||
fi | fi | |||
flag=`echo fno-builtin | sed 'y%.=/+-%___p_%'` | flag=`echo fno-builtin | sed 'y%.=/+-%___p_%'` | |||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -fno-builtin" >&5 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -fno-builtin" >&5 | |||
$as_echo_n "checking whether $CC supports -fno-builtin... " >&6; } | $as_echo_n "checking whether $CC supports -fno-builtin... " >&6; } | |||
if eval \${eso_cv_prog_cc_$flag+:} false; then : | if eval \${eso_cv_prog_cc_$flag+:} false; then : | |||
$as_echo_n "(cached) " >&6 | $as_echo_n "(cached) " >&6 | |||
skipping to change at line 12118 | skipping to change at line 12121 | |||
test -n "$JAVA_HOME" && cpl_java_dirs="$JAVA_ HOME/bin $JAVA_HOME/Commands" | test -n "$JAVA_HOME" && cpl_java_dirs="$JAVA_ HOME/bin $JAVA_HOME/Commands" | |||
else | else | |||
cpl_java_dirs="$cpl_with_java/bin $cpl_with_j ava/Commands" | cpl_java_dirs="$cpl_with_java/bin $cpl_with_j ava/Commands" | |||
fi | fi | |||
cpl_java_path=no | cpl_java_path=no | |||
for i in $cpl_java_dirs; do | for i in $cpl_java_dirs; do | |||
for j in $cpl_java_check_java; do | for j in $cpl_java_check_java; do | |||
echo "configure: 13104: $i/$j" >&5 | echo "configure: 13107: $i/$j" >&5 | |||
if test -r "$i/$j"; then | if test -r "$i/$j"; then | |||
echo "taking that" >&5 | echo "taking that" >&5 | |||
cpl_java_path=$i | cpl_java_path=$i | |||
break 2 | break 2 | |||
fi | fi | |||
done | done | |||
done | done | |||
else | else | |||
skipping to change at line 12230 | skipping to change at line 12233 | |||
cpl_java_incdirs="$cpl_cv_path_java/include $cp l_cv_path_java/Headers" | cpl_java_incdirs="$cpl_cv_path_java/include $cp l_cv_path_java/Headers" | |||
else | else | |||
cpl_java_incdirs="$cpl_with_java_includes" | cpl_java_incdirs="$cpl_with_java_includes" | |||
fi | fi | |||
cpl_java_includes=no | cpl_java_includes=no | |||
for i in $cpl_java_incdirs; do | for i in $cpl_java_incdirs; do | |||
for j in $cpl_java_check_header; do | for j in $cpl_java_check_header; do | |||
echo "configure: 13220: $i/$j" >&5 | echo "configure: 13223: $i/$j" >&5 | |||
if test -r "$i/$j"; then | if test -r "$i/$j"; then | |||
echo "taking that" >&5 | echo "taking that" >&5 | |||
cpl_java_includes=$i | cpl_java_includes=$i | |||
break 2 | break 2 | |||
fi | fi | |||
done | done | |||
done | done | |||
fi | fi | |||
skipping to change at line 12272 | skipping to change at line 12275 | |||
if test x"$cpl_cv_env_java_os" != xunknown; the n | if test x"$cpl_cv_env_java_os" != xunknown; the n | |||
cpl_java_incdirs="$cpl_cv_header_java/$cpl_ cv_env_java_os $cpl_java_incdirs" | cpl_java_incdirs="$cpl_cv_header_java/$cpl_ cv_env_java_os $cpl_java_incdirs" | |||
fi | fi | |||
cpl_java_includes_md=no | cpl_java_includes_md=no | |||
for i in $cpl_java_incdirs; do | for i in $cpl_java_incdirs; do | |||
for j in $cpl_java_check_header_md; do | for j in $cpl_java_check_header_md; do | |||
echo "configure: 13265: $i/$j" >&5 | echo "configure: 13268: $i/$j" >&5 | |||
if test -r "$i/$j"; then | if test -r "$i/$j"; then | |||
echo "taking that" >&5 | echo "taking that" >&5 | |||
cpl_java_includes_md=$i | cpl_java_includes_md=$i | |||
break 2 | break 2 | |||
fi | fi | |||
done | done | |||
done | done | |||
else | else | |||
cpl_java_incdirs="$cpl_with_java_includes_md" | cpl_java_incdirs="$cpl_with_java_includes_md" | |||
cpl_java_includes_md=no | cpl_java_includes_md=no | |||
for i in $cpl_java_incdirs; do | for i in $cpl_java_incdirs; do | |||
for j in $cpl_java_check_header_md; do | for j in $cpl_java_check_header_md; do | |||
echo "configure: 13283: $i/$j" >&5 | echo "configure: 13286: $i/$j" >&5 | |||
if test -r "$i/$j"; then | if test -r "$i/$j"; then | |||
echo "taking that" >&5 | echo "taking that" >&5 | |||
cpl_java_includes_md=$i | cpl_java_includes_md=$i | |||
break 2 | break 2 | |||
fi | fi | |||
done | done | |||
done | done | |||
fi | fi | |||
skipping to change at line 12381 | skipping to change at line 12384 | |||
$c pl_gasgano_dirs" | $c pl_gasgano_dirs" | |||
else | else | |||
cpl_gasgano_dirs="$cpl_with_gasgano/bin" | cpl_gasgano_dirs="$cpl_with_gasgano/bin" | |||
fi | fi | |||
cpl_gasgano_prog=no | cpl_gasgano_prog=no | |||
for i in $cpl_gasgano_dirs; do | for i in $cpl_gasgano_dirs; do | |||
for j in $cpl_gasgano_check_prog; do | for j in $cpl_gasgano_check_prog; do | |||
echo "configure: 13391: $i/$j" >&5 | echo "configure: 13394: $i/$j" >&5 | |||
if test -r "$i/$j"; then | if test -r "$i/$j"; then | |||
echo "taking that" >&5 | echo "taking that" >&5 | |||
cpl_gasgano_prog=$i | cpl_gasgano_prog=$i | |||
break 2 | break 2 | |||
fi | fi | |||
done | done | |||
done | done | |||
fi | fi | |||
skipping to change at line 12455 | skipping to change at line 12458 | |||
cpl_gasgano_jardirs="$cpl_cv_path_gasgano/shar e" | cpl_gasgano_jardirs="$cpl_cv_path_gasgano/shar e" | |||
else | else | |||
cpl_gasgano_jardirs="$cpl_with_gasgano_jarfile s" | cpl_gasgano_jardirs="$cpl_with_gasgano_jarfile s" | |||
fi | fi | |||
cpl_gasgano_jarfiles=no | cpl_gasgano_jarfiles=no | |||
for i in $cpl_gasgano_jardirs; do | for i in $cpl_gasgano_jardirs; do | |||
for j in $cpl_gasgano_check_jar; do | for j in $cpl_gasgano_check_jar; do | |||
echo "configure: 13477: $i/$j" >&5 | echo "configure: 13480: $i/$j" >&5 | |||
if test -r "$i/$j"; then | if test -r "$i/$j"; then | |||
echo "taking that" >&5 | echo "taking that" >&5 | |||
cpl_gasgano_jarfiles=$i | cpl_gasgano_jarfiles=$i | |||
break 2 | break 2 | |||
fi | fi | |||
done | done | |||
done | done | |||
if test "x$cpl_gasgano_jarfiles" = xno; then | if test "x$cpl_gasgano_jarfiles" = xno; then | |||
skipping to change at line 13000 | skipping to change at line 13003 | |||
else | else | |||
cpl_cext_incdirs="$cpl_with_cext_includes" | cpl_cext_incdirs="$cpl_with_cext_includes" | |||
fi | fi | |||
cpl_cext_includes=no | cpl_cext_includes=no | |||
for i in $cpl_cext_incdirs; do | for i in $cpl_cext_incdirs; do | |||
for j in $cpl_cext_check_header; do | for j in $cpl_cext_check_header; do | |||
echo "configure: 14079: $i/$j" >&5 | echo "configure: 14082: $i/$j" >&5 | |||
if test -r "$i/$j"; then | if test -r "$i/$j"; then | |||
echo "taking that" >&5 | echo "taking that" >&5 | |||
cpl_cext_includes=$i | cpl_cext_includes=$i | |||
break 2 | break 2 | |||
fi | fi | |||
done | done | |||
done | done | |||
# Check for the libcext library | # Check for the libcext library | |||
skipping to change at line 13053 | skipping to change at line 13056 | |||
else | else | |||
cpl_cext_libdirs="$cpl_with_cext_libs" | cpl_cext_libdirs="$cpl_with_cext_libs" | |||
fi | fi | |||
cpl_cext_libraries=no | cpl_cext_libraries=no | |||
for i in $cpl_cext_libdirs; do | for i in $cpl_cext_libdirs; do | |||
for j in $cpl_cext_check_lib; do | for j in $cpl_cext_check_lib; do | |||
echo "configure: 14135: $i/$j" >&5 | echo "configure: 14138: $i/$j" >&5 | |||
if test -r "$i/$j"; then | if test -r "$i/$j"; then | |||
echo "taking that" >&5 | echo "taking that" >&5 | |||
cpl_cext_libraries=$i | cpl_cext_libraries=$i | |||
break 2 | break 2 | |||
fi | fi | |||
done | done | |||
done | done | |||
if test x"$cpl_cext_includes" = xno || \ | if test x"$cpl_cext_includes" = xno || \ | |||
skipping to change at line 13273 | skipping to change at line 13276 | |||
else | else | |||
cpl_cfitsio_incdirs="$cpl_with_cfitsio_includes" | cpl_cfitsio_incdirs="$cpl_with_cfitsio_includes" | |||
fi | fi | |||
cpl_cfitsio_includes=no | cpl_cfitsio_includes=no | |||
for i in $cpl_cfitsio_incdirs; do | for i in $cpl_cfitsio_incdirs; do | |||
for j in $cpl_cfitsio_check_header; do | for j in $cpl_cfitsio_check_header; do | |||
echo "configure: 14389: $i/$j" >&5 | echo "configure: 14392: $i/$j" >&5 | |||
if test -r "$i/$j"; then | if test -r "$i/$j"; then | |||
echo "taking that" >&5 | echo "taking that" >&5 | |||
cpl_cfitsio_includes=$i | cpl_cfitsio_includes=$i | |||
break 2 | break 2 | |||
fi | fi | |||
done | done | |||
done | done | |||
# Check for the cfitsio library | # Check for the cfitsio library | |||
skipping to change at line 13324 | skipping to change at line 13327 | |||
else | else | |||
cpl_cfitsio_libdirs="$cpl_with_cfitsio_libs" | cpl_cfitsio_libdirs="$cpl_with_cfitsio_libs" | |||
fi | fi | |||
cpl_cfitsio_libraries=no | cpl_cfitsio_libraries=no | |||
for i in $cpl_cfitsio_libdirs; do | for i in $cpl_cfitsio_libdirs; do | |||
for j in $cpl_cfitsio_check_lib; do | for j in $cpl_cfitsio_check_lib; do | |||
echo "configure: 14443: $i/$j" >&5 | echo "configure: 14446: $i/$j" >&5 | |||
if test -r "$i/$j"; then | if test -r "$i/$j"; then | |||
echo "taking that" >&5 | echo "taking that" >&5 | |||
cpl_cfitsio_libraries=$i | cpl_cfitsio_libraries=$i | |||
break 2 | break 2 | |||
fi | fi | |||
done | done | |||
done | done | |||
if test x"$cpl_cfitsio_includes" = xno || \ | if test x"$cpl_cfitsio_includes" = xno || \ | |||
skipping to change at line 13854 | skipping to change at line 13857 | |||
cpl_wcs_incdirs="$cpl_with_wcs_includes" | cpl_wcs_incdirs="$cpl_with_wcs_includes" | |||
fi | fi | |||
cpl_wcs_includes=no | cpl_wcs_includes=no | |||
for i in $cpl_wcs_incdirs; do | for i in $cpl_wcs_incdirs; do | |||
for j in $cpl_wcs_check_header; do | for j in $cpl_wcs_check_header; do | |||
echo "configure: 15011: $i/$j" >&5 | echo "configure: 15014: $i/$j" >&5 | |||
if test -r "$i/$j"; then | if test -r "$i/$j"; then | |||
echo "taking that" >&5 | echo "taking that" >&5 | |||
cpl_wcs_includes=$i | cpl_wcs_includes=$i | |||
break 2 | break 2 | |||
fi | fi | |||
done | done | |||
done | done | |||
# Check for the wcs library | # Check for the wcs library | |||
skipping to change at line 13907 | skipping to change at line 13910 | |||
cpl_wcs_libdirs="$cpl_with_wcs_libs" | cpl_wcs_libdirs="$cpl_with_wcs_libs" | |||
fi | fi | |||
cpl_wcs_libraries=no | cpl_wcs_libraries=no | |||
for i in $cpl_wcs_libdirs; do | for i in $cpl_wcs_libdirs; do | |||
for j in $cpl_wcs_check_lib; do | for j in $cpl_wcs_check_lib; do | |||
echo "configure: 15067: $i/$j" >&5 | echo "configure: 15070: $i/$j" >&5 | |||
if test -r "$i/$j"; then | if test -r "$i/$j"; then | |||
echo "taking that" >&5 | echo "taking that" >&5 | |||
cpl_wcs_libraries=$i | cpl_wcs_libraries=$i | |||
break 2 | break 2 | |||
fi | fi | |||
done | done | |||
done | done | |||
if test x"$cpl_wcs_includes" = xno || \ | if test x"$cpl_wcs_includes" = xno || \ | |||
skipping to change at line 14132 | skipping to change at line 14135 | |||
cpl_fftw_incdirs="$cpl_with_fftw_includes" | cpl_fftw_incdirs="$cpl_with_fftw_includes" | |||
fi | fi | |||
cpl_fftw_includes=no | cpl_fftw_includes=no | |||
for i in $cpl_fftw_incdirs; do | for i in $cpl_fftw_incdirs; do | |||
for j in $cpl_fftw_check_header; do | for j in $cpl_fftw_check_header; do | |||
echo "configure: 15316: $i/$j" >&5 | echo "configure: 15319: $i/$j" >&5 | |||
if test -r "$i/$j"; then | if test -r "$i/$j"; then | |||
echo "taking that" >&5 | echo "taking that" >&5 | |||
cpl_fftw_includes=$i | cpl_fftw_includes=$i | |||
break 2 | break 2 | |||
fi | fi | |||
done | done | |||
done | done | |||
# Check for normal-precision fftw library | # Check for normal-precision fftw library | |||
skipping to change at line 14185 | skipping to change at line 14188 | |||
cpl_fftw_libdirs="$cpl_with_fftw_libs" | cpl_fftw_libdirs="$cpl_with_fftw_libs" | |||
fi | fi | |||
cpl_fftw_libraries=no | cpl_fftw_libraries=no | |||
for i in $cpl_fftw_libdirs; do | for i in $cpl_fftw_libdirs; do | |||
for j in $cpl_fftw_check_lib; do | for j in $cpl_fftw_check_lib; do | |||
echo "configure: 15372: $i/$j" >&5 | echo "configure: 15375: $i/$j" >&5 | |||
if test -r "$i/$j"; then | if test -r "$i/$j"; then | |||
echo "taking that" >&5 | echo "taking that" >&5 | |||
cpl_fftw_libraries=$i | cpl_fftw_libraries=$i | |||
break 2 | break 2 | |||
fi | fi | |||
done | done | |||
done | done | |||
if test x"$cpl_fftw_includes" = xno || \ | if test x"$cpl_fftw_includes" = xno || \ | |||
skipping to change at line 14370 | skipping to change at line 14373 | |||
# Check for single-precision fftw | # Check for single-precision fftw | |||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftw (single-prec ision)" >&5 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftw (single-prec ision)" >&5 | |||
$as_echo_n "checking for fftw (single-precision)... " >&6; } | $as_echo_n "checking for fftw (single-precision)... " >&6; } | |||
cpl_fftwf_libraries=no | cpl_fftwf_libraries=no | |||
for i in $cpl_fftw_libdirs; do | for i in $cpl_fftw_libdirs; do | |||
for j in $cpl_fftwf_check_lib; do | for j in $cpl_fftwf_check_lib; do | |||
echo "configure: 15569: $i/$j" >&5 | echo "configure: 15572: $i/$j" >&5 | |||
if test -r "$i/$j"; then | if test -r "$i/$j"; then | |||
echo "taking that" >&5 | echo "taking that" >&5 | |||
cpl_fftwf_libraries=$i | cpl_fftwf_libraries=$i | |||
break 2 | break 2 | |||
fi | fi | |||
done | done | |||
done | done | |||
if test x"$cpl_fftw_includes" = xno || \ | if test x"$cpl_fftw_includes" = xno || \ | |||
skipping to change at line 15397 | skipping to change at line 15400 | |||
cat >>confdefs.h <<_ACEOF | cat >>confdefs.h <<_ACEOF | |||
#define HAVE_STAT_EMPTY_STRING_BUG 1 | #define HAVE_STAT_EMPTY_STRING_BUG 1 | |||
_ACEOF | _ACEOF | |||
fi | fi | |||
# fdopen, fileno and dup allows stream duplication | # fdopen, fileno and dup allows stream duplication | |||
# Additional presence of sigaction sigemptyset allows windows resizing | # Additional presence of sigaction sigemptyset allows windows resizing | |||
for ac_func in getcwd strdup strrchr fdopen fileno dup sigaction sigemptyse t \ | for ac_func in getcwd strdup strrchr fdopen fileno dup sigaction sigemptyse t \ | |||
stat getpid setenv llabs | stat getpid setenv llabs cbrt | |||
do : | do : | |||
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | |||
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | |||
if eval test \"x\$"$as_ac_var"\" = x"yes"; then : | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : | |||
cat >>confdefs.h <<_ACEOF | cat >>confdefs.h <<_ACEOF | |||
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |||
_ACEOF | _ACEOF | |||
fi | fi | |||
done | done | |||
skipping to change at line 16324 | skipping to change at line 16327 | |||
## Main body of $CONFIG_STATUS script. ## | ## Main body of $CONFIG_STATUS script. ## | |||
## ----------------------------------- ## | ## ----------------------------------- ## | |||
_ASEOF | _ASEOF | |||
test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 | test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 | |||
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |||
# Save the log message, to keep $0 and so on meaningful, and to | # Save the log message, to keep $0 and so on meaningful, and to | |||
# report actual input values of CONFIG_FILES etc. instead of their | # report actual input values of CONFIG_FILES etc. instead of their | |||
# values after options handling. | # values after options handling. | |||
ac_log=" | ac_log=" | |||
This file was extended by Common Pipeline Library $as_me 6.0, which was | This file was extended by Common Pipeline Library $as_me 6.1, which was | |||
generated by GNU Autoconf 2.68. Invocation command line was | generated by GNU Autoconf 2.68. Invocation command line was | |||
CONFIG_FILES = $CONFIG_FILES | CONFIG_FILES = $CONFIG_FILES | |||
CONFIG_HEADERS = $CONFIG_HEADERS | CONFIG_HEADERS = $CONFIG_HEADERS | |||
CONFIG_LINKS = $CONFIG_LINKS | CONFIG_LINKS = $CONFIG_LINKS | |||
CONFIG_COMMANDS = $CONFIG_COMMANDS | CONFIG_COMMANDS = $CONFIG_COMMANDS | |||
$ $0 $@ | $ $0 $@ | |||
on `(hostname || uname -n) 2>/dev/null | sed 1q` | on `(hostname || uname -n) 2>/dev/null | sed 1q` | |||
" | " | |||
skipping to change at line 16389 | skipping to change at line 16392 | |||
Configuration commands: | Configuration commands: | |||
$config_commands | $config_commands | |||
Report bugs to <cpl-help@eso.org>." | Report bugs to <cpl-help@eso.org>." | |||
_ACEOF | _ACEOF | |||
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="\\ | |||
Common Pipeline Library config.status 6.0 | Common Pipeline Library config.status 6.1 | |||
configured by $0, generated by GNU Autoconf 2.68, | configured by $0, generated by GNU Autoconf 2.68, | |||
with options \\"\$ac_cs_config\\" | with options \\"\$ac_cs_config\\" | |||
Copyright (C) 2010 Free Software Foundation, Inc. | Copyright (C) 2010 Free Software Foundation, Inc. | |||
This config.status script is free software; the Free Software Foundation | This config.status script is free software; the Free Software Foundation | |||
gives unlimited permission to copy, distribute and modify it." | gives unlimited permission to copy, distribute and modify it." | |||
ac_pwd='$ac_pwd' | ac_pwd='$ac_pwd' | |||
srcdir='$srcdir' | srcdir='$srcdir' | |||
INSTALL='$INSTALL' | INSTALL='$INSTALL' | |||
End of changes. 32 change blocks. | ||||
33 lines changed or deleted | 37 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |