| 2620 |
*-*-linux*) |
*-*-linux*) |
| 2621 |
CCOPTIONS="-Dlinux -D_GNU_SOURCE -D_POSIX_SOURCE -D_BSD_SOURCE" |
CCOPTIONS="-Dlinux -D_GNU_SOURCE -D_POSIX_SOURCE -D_BSD_SOURCE" |
| 2622 |
;; |
;; |
|
*-*-darwin*) |
|
|
if test $GCC = yes; then |
|
|
# Unfortunately, autoconf (at least 2.57) does not recognize |
|
|
# proper CPP. (Normal cpp-precomp nor auto-retrying in basic mode does |
|
|
# not work with pubdic+ processing.) So define here .... |
|
|
# Note: It seems gcc-3.3 (or (probably) later) does not need this. |
|
|
CPP=${CPP:-"$CC -E -no-cpp-precomp"} |
|
|
fi |
|
|
# Don't care other CC-s. |
|
|
;; |
|
| 2623 |
*-*-sunos*) |
*-*-sunos*) |
| 2624 |
if test $GCC = yes; then |
if test $GCC = yes; then |
| 2625 |
CCOPTIONS="-Dsun -Dsparc" |
CCOPTIONS="-Dsun -Dsparc" |
| 2632 |
if test $GCC = yes; then |
if test $GCC = yes; then |
| 2633 |
CCOPTIONS="-Dsun -D`uname -p` -DSVR4 -DSYSV" |
CCOPTIONS="-Dsun -D`uname -p` -DSVR4 -DSYSV" |
| 2634 |
else |
else |
| 2635 |
|
# TODO: need change for sparcv9 / x64 architecture ... |
| 2636 |
CCOPTIONS="-Xc -xF -xcg92 -Dsun -D`uname -p` -DSVR4 -DSYSV" |
CCOPTIONS="-Xc -xF -xcg92 -Dsun -D`uname -p` -DSVR4 -DSYSV" |
| 2637 |
fi |
fi |
| 2638 |
;; |
;; |
| 2875 |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 2876 |
|
|
| 2877 |
|
|
| 2878 |
|
echo "$as_me:$LINENO: checking cpp for text processing" >&5 |
| 2879 |
|
echo $ECHO_N "checking cpp for text processing... $ECHO_C" >&6 |
| 2880 |
|
if test "$GCC" = "yes" -a "$CPP" = "$CC -E"; then |
| 2881 |
|
# Need checking your gcc accepts '-traditional-cpp' option? |
| 2882 |
|
FZK_PP=${FZK_PP:-"$CPP -traditional-cpp"} |
| 2883 |
|
else |
| 2884 |
|
FZK_PP=${FZK_PP:-"$CPP"} |
| 2885 |
|
fi |
| 2886 |
|
echo "$as_me:$LINENO: result: $FZK_PP" >&5 |
| 2887 |
|
echo "${ECHO_T}$FZK_PP" >&6 |
| 2888 |
|
|
| 2889 |
|
|
| 2890 |
# Find a good install program. We prefer a C program (faster), |
# Find a good install program. We prefer a C program (faster), |
| 2891 |
# 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 |
| 2892 |
# incompatible versions: |
# incompatible versions: |
| 3571 |
;; |
;; |
| 3572 |
*-*-irix6*) |
*-*-irix6*) |
| 3573 |
# Find out which ABI we are using. |
# Find out which ABI we are using. |
| 3574 |
echo '#line 3571 "configure"' > conftest.$ac_ext |
echo '#line 3574 "configure"' > conftest.$ac_ext |
| 3575 |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 3576 |
(eval $ac_compile) 2>&5 |
(eval $ac_compile) 2>&5 |
| 3577 |
ac_status=$? |
ac_status=$? |
| 4687 |
|
|
| 4688 |
|
|
| 4689 |
# Provide some information about the compiler. |
# Provide some information about the compiler. |
| 4690 |
echo "$as_me:4687:" \ |
echo "$as_me:4690:" \ |
| 4691 |
"checking for Fortran 77 compiler version" >&5 |
"checking for Fortran 77 compiler version" >&5 |
| 4692 |
ac_compiler=`set X $ac_compile; echo $2` |
ac_compiler=`set X $ac_compile; echo $2` |
| 4693 |
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 |
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 |
| 6003 |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 6004 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 6005 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
| 6006 |
(eval echo "\"\$as_me:6003: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:6006: $lt_compile\"" >&5) |
| 6007 |
(eval "$lt_compile" 2>conftest.err) |
(eval "$lt_compile" 2>conftest.err) |
| 6008 |
ac_status=$? |
ac_status=$? |
| 6009 |
cat conftest.err >&5 |
cat conftest.err >&5 |
| 6010 |
echo "$as_me:6007: \$? = $ac_status" >&5 |
echo "$as_me:6010: \$? = $ac_status" >&5 |
| 6011 |
if (exit $ac_status) && test -s "$ac_outfile"; then |
if (exit $ac_status) && test -s "$ac_outfile"; then |
| 6012 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
| 6013 |
# So say no if there are warnings other than the usual output. |
# So say no if there are warnings other than the usual output. |
| 6293 |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 6294 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 6295 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
| 6296 |
(eval echo "\"\$as_me:6293: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:6296: $lt_compile\"" >&5) |
| 6297 |
(eval "$lt_compile" 2>conftest.err) |
(eval "$lt_compile" 2>conftest.err) |
| 6298 |
ac_status=$? |
ac_status=$? |
| 6299 |
cat conftest.err >&5 |
cat conftest.err >&5 |
| 6300 |
echo "$as_me:6297: \$? = $ac_status" >&5 |
echo "$as_me:6300: \$? = $ac_status" >&5 |
| 6301 |
if (exit $ac_status) && test -s "$ac_outfile"; then |
if (exit $ac_status) && test -s "$ac_outfile"; then |
| 6302 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
| 6303 |
# So say no if there are warnings other than the usual output. |
# So say no if there are warnings other than the usual output. |
| 6397 |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 6398 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 6399 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
| 6400 |
(eval echo "\"\$as_me:6397: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:6400: $lt_compile\"" >&5) |
| 6401 |
(eval "$lt_compile" 2>out/conftest.err) |
(eval "$lt_compile" 2>out/conftest.err) |
| 6402 |
ac_status=$? |
ac_status=$? |
| 6403 |
cat out/conftest.err >&5 |
cat out/conftest.err >&5 |
| 6404 |
echo "$as_me:6401: \$? = $ac_status" >&5 |
echo "$as_me:6404: \$? = $ac_status" >&5 |
| 6405 |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
| 6406 |
then |
then |
| 6407 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
| 8683 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 8684 |
lt_status=$lt_dlunknown |
lt_status=$lt_dlunknown |
| 8685 |
cat > conftest.$ac_ext <<EOF |
cat > conftest.$ac_ext <<EOF |
| 8686 |
#line 8683 "configure" |
#line 8686 "configure" |
| 8687 |
#include "confdefs.h" |
#include "confdefs.h" |
| 8688 |
|
|
| 8689 |
#if HAVE_DLFCN_H |
#if HAVE_DLFCN_H |
| 8783 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 8784 |
lt_status=$lt_dlunknown |
lt_status=$lt_dlunknown |
| 8785 |
cat > conftest.$ac_ext <<EOF |
cat > conftest.$ac_ext <<EOF |
| 8786 |
#line 8783 "configure" |
#line 8786 "configure" |
| 8787 |
#include "confdefs.h" |
#include "confdefs.h" |
| 8788 |
|
|
| 8789 |
#if HAVE_DLFCN_H |
#if HAVE_DLFCN_H |
| 11170 |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 11171 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 11172 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
| 11173 |
(eval echo "\"\$as_me:11170: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:11173: $lt_compile\"" >&5) |
| 11174 |
(eval "$lt_compile" 2>conftest.err) |
(eval "$lt_compile" 2>conftest.err) |
| 11175 |
ac_status=$? |
ac_status=$? |
| 11176 |
cat conftest.err >&5 |
cat conftest.err >&5 |
| 11177 |
echo "$as_me:11174: \$? = $ac_status" >&5 |
echo "$as_me:11177: \$? = $ac_status" >&5 |
| 11178 |
if (exit $ac_status) && test -s "$ac_outfile"; then |
if (exit $ac_status) && test -s "$ac_outfile"; then |
| 11179 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
| 11180 |
# So say no if there are warnings other than the usual output. |
# So say no if there are warnings other than the usual output. |
| 11274 |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 11275 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 11276 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
| 11277 |
(eval echo "\"\$as_me:11274: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:11277: $lt_compile\"" >&5) |
| 11278 |
(eval "$lt_compile" 2>out/conftest.err) |
(eval "$lt_compile" 2>out/conftest.err) |
| 11279 |
ac_status=$? |
ac_status=$? |
| 11280 |
cat out/conftest.err >&5 |
cat out/conftest.err >&5 |
| 11281 |
echo "$as_me:11278: \$? = $ac_status" >&5 |
echo "$as_me:11281: \$? = $ac_status" >&5 |
| 11282 |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
| 11283 |
then |
then |
| 11284 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
| 12857 |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 12858 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 12859 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
| 12860 |
(eval echo "\"\$as_me:12857: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:12860: $lt_compile\"" >&5) |
| 12861 |
(eval "$lt_compile" 2>conftest.err) |
(eval "$lt_compile" 2>conftest.err) |
| 12862 |
ac_status=$? |
ac_status=$? |
| 12863 |
cat conftest.err >&5 |
cat conftest.err >&5 |
| 12864 |
echo "$as_me:12861: \$? = $ac_status" >&5 |
echo "$as_me:12864: \$? = $ac_status" >&5 |
| 12865 |
if (exit $ac_status) && test -s "$ac_outfile"; then |
if (exit $ac_status) && test -s "$ac_outfile"; then |
| 12866 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
| 12867 |
# So say no if there are warnings other than the usual output. |
# So say no if there are warnings other than the usual output. |
| 12961 |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 12962 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 12963 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
| 12964 |
(eval echo "\"\$as_me:12961: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:12964: $lt_compile\"" >&5) |
| 12965 |
(eval "$lt_compile" 2>out/conftest.err) |
(eval "$lt_compile" 2>out/conftest.err) |
| 12966 |
ac_status=$? |
ac_status=$? |
| 12967 |
cat out/conftest.err >&5 |
cat out/conftest.err >&5 |
| 12968 |
echo "$as_me:12965: \$? = $ac_status" >&5 |
echo "$as_me:12968: \$? = $ac_status" >&5 |
| 12969 |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
| 12970 |
then |
then |
| 12971 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
| 15149 |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 15150 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 15151 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
| 15152 |
(eval echo "\"\$as_me:15149: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:15152: $lt_compile\"" >&5) |
| 15153 |
(eval "$lt_compile" 2>conftest.err) |
(eval "$lt_compile" 2>conftest.err) |
| 15154 |
ac_status=$? |
ac_status=$? |
| 15155 |
cat conftest.err >&5 |
cat conftest.err >&5 |
| 15156 |
echo "$as_me:15153: \$? = $ac_status" >&5 |
echo "$as_me:15156: \$? = $ac_status" >&5 |
| 15157 |
if (exit $ac_status) && test -s "$ac_outfile"; then |
if (exit $ac_status) && test -s "$ac_outfile"; then |
| 15158 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
| 15159 |
# So say no if there are warnings other than the usual output. |
# So say no if there are warnings other than the usual output. |
| 15439 |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 15440 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 15441 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
| 15442 |
(eval echo "\"\$as_me:15439: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:15442: $lt_compile\"" >&5) |
| 15443 |
(eval "$lt_compile" 2>conftest.err) |
(eval "$lt_compile" 2>conftest.err) |
| 15444 |
ac_status=$? |
ac_status=$? |
| 15445 |
cat conftest.err >&5 |
cat conftest.err >&5 |
| 15446 |
echo "$as_me:15443: \$? = $ac_status" >&5 |
echo "$as_me:15446: \$? = $ac_status" >&5 |
| 15447 |
if (exit $ac_status) && test -s "$ac_outfile"; then |
if (exit $ac_status) && test -s "$ac_outfile"; then |
| 15448 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
| 15449 |
# So say no if there are warnings other than the usual output. |
# So say no if there are warnings other than the usual output. |
| 15543 |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 15544 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 15545 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
| 15546 |
(eval echo "\"\$as_me:15543: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:15546: $lt_compile\"" >&5) |
| 15547 |
(eval "$lt_compile" 2>out/conftest.err) |
(eval "$lt_compile" 2>out/conftest.err) |
| 15548 |
ac_status=$? |
ac_status=$? |
| 15549 |
cat out/conftest.err >&5 |
cat out/conftest.err >&5 |
| 15550 |
echo "$as_me:15547: \$? = $ac_status" >&5 |
echo "$as_me:15550: \$? = $ac_status" >&5 |
| 15551 |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
| 15552 |
then |
then |
| 15553 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
| 18448 |
|
|
| 18449 |
fi |
fi |
| 18450 |
|
|
| 18451 |
|
echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5 |
| 18452 |
echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 |
echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6 |
| 18453 |
echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6 |
if test "${ac_cv_search_gethostbyname+set}" = set; then |
|
if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then |
|
| 18454 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 18455 |
else |
else |
| 18456 |
ac_check_lib_save_LIBS=$LIBS |
ac_func_search_save_LIBS=$LIBS |
| 18457 |
LIBS="-lnsl $LIBS" |
ac_cv_search_gethostbyname=no |
| 18458 |
cat >conftest.$ac_ext <<_ACEOF |
cat >conftest.$ac_ext <<_ACEOF |
| 18459 |
#line $LINENO "configure" |
#line $LINENO "configure" |
| 18460 |
#include "confdefs.h" |
#include "confdefs.h" |
| 18492 |
ac_status=$? |
ac_status=$? |
| 18493 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18494 |
(exit $ac_status); }; }; then |
(exit $ac_status); }; }; then |
| 18495 |
ac_cv_lib_nsl_gethostbyname=yes |
ac_cv_search_gethostbyname="none required" |
| 18496 |
else |
else |
| 18497 |
echo "$as_me: failed program was:" >&5 |
echo "$as_me: failed program was:" >&5 |
| 18498 |
cat conftest.$ac_ext >&5 |
cat conftest.$ac_ext >&5 |
|
ac_cv_lib_nsl_gethostbyname=no |
|
| 18499 |
fi |
fi |
| 18500 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 18501 |
LIBS=$ac_check_lib_save_LIBS |
if test "$ac_cv_search_gethostbyname" = no; then |
| 18502 |
fi |
for ac_lib in nsl; do |
| 18503 |
echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5 |
LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
| 18504 |
echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6 |
cat >conftest.$ac_ext <<_ACEOF |
| 18505 |
if test $ac_cv_lib_nsl_gethostbyname = yes; then |
#line $LINENO "configure" |
| 18506 |
cat >>confdefs.h <<_ACEOF |
#include "confdefs.h" |
|
#define HAVE_LIBNSL 1 |
|
|
_ACEOF |
|
| 18507 |
|
|
| 18508 |
LIBS="-lnsl $LIBS" |
/* Override any gcc2 internal prototype to avoid an error. */ |
| 18509 |
|
#ifdef __cplusplus |
| 18510 |
|
extern "C" |
| 18511 |
|
#endif |
| 18512 |
|
/* We use char because int might match the return type of a gcc2 |
| 18513 |
|
builtin and then its argument prototype would still apply. */ |
| 18514 |
|
char gethostbyname (); |
| 18515 |
|
#ifdef F77_DUMMY_MAIN |
| 18516 |
|
# ifdef __cplusplus |
| 18517 |
|
extern "C" |
| 18518 |
|
# endif |
| 18519 |
|
int F77_DUMMY_MAIN() { return 1; } |
| 18520 |
|
#endif |
| 18521 |
|
int |
| 18522 |
|
main () |
| 18523 |
|
{ |
| 18524 |
|
gethostbyname (); |
| 18525 |
|
; |
| 18526 |
|
return 0; |
| 18527 |
|
} |
| 18528 |
|
_ACEOF |
| 18529 |
|
rm -f conftest.$ac_objext conftest$ac_exeext |
| 18530 |
|
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 18531 |
|
(eval $ac_link) 2>&5 |
| 18532 |
|
ac_status=$? |
| 18533 |
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18534 |
|
(exit $ac_status); } && |
| 18535 |
|
{ ac_try='test -s conftest$ac_exeext' |
| 18536 |
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 18537 |
|
(eval $ac_try) 2>&5 |
| 18538 |
|
ac_status=$? |
| 18539 |
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18540 |
|
(exit $ac_status); }; }; then |
| 18541 |
|
ac_cv_search_gethostbyname="-l$ac_lib" |
| 18542 |
|
break |
| 18543 |
|
else |
| 18544 |
|
echo "$as_me: failed program was:" >&5 |
| 18545 |
|
cat conftest.$ac_ext >&5 |
| 18546 |
|
fi |
| 18547 |
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 18548 |
|
done |
| 18549 |
|
fi |
| 18550 |
|
LIBS=$ac_func_search_save_LIBS |
| 18551 |
|
fi |
| 18552 |
|
echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5 |
| 18553 |
|
echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6 |
| 18554 |
|
if test "$ac_cv_search_gethostbyname" != no; then |
| 18555 |
|
test "$ac_cv_search_gethostbyname" = "none required" || LIBS="$ac_cv_search_gethostbyname $LIBS" |
| 18556 |
|
|
| 18557 |
fi |
fi |
| 18558 |
|
|
| 21412 |
s,@CDEBUGFLAGS@,$CDEBUGFLAGS,;t t |
s,@CDEBUGFLAGS@,$CDEBUGFLAGS,;t t |
| 21413 |
s,@INSTPGMFLAGS@,$INSTPGMFLAGS,;t t |
s,@INSTPGMFLAGS@,$INSTPGMFLAGS,;t t |
| 21414 |
s,@CPP@,$CPP,;t t |
s,@CPP@,$CPP,;t t |
| 21415 |
|
s,@FZK_PP@,$FZK_PP,;t t |
| 21416 |
s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t |
s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t |
| 21417 |
s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t |
s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t |
| 21418 |
s,@INSTALL_DATA@,$INSTALL_DATA,;t t |
s,@INSTALL_DATA@,$INSTALL_DATA,;t t |