configure (eea99451) | configure (9fe7c2c3) |
---|---|
1#! /bin/sh 2 3# Guess values for system-dependent variables and create Makefiles. 4# Generated automatically using autoconf version 2.12 5# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 6# 7# This configure script is free software; the Free Software Foundation 8# gives unlimited permission to copy, distribute and modify it. --- 1842 unchanged lines hidden (view full) --- 1851echo "$ac_t""$ac_cv_struct_st_blksize" 1>&6 1852if test $ac_cv_struct_st_blksize = yes; then 1853 cat >> confdefs.h <<\EOF 1854#define HAVE_ST_BLKSIZE 1 1855EOF 1856 1857fi 1858 | 1#! /bin/sh 2 3# Guess values for system-dependent variables and create Makefiles. 4# Generated automatically using autoconf version 2.12 5# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 6# 7# This configure script is free software; the Free Software Foundation 8# gives unlimited permission to copy, distribute and modify it. --- 1842 unchanged lines hidden (view full) --- 1851echo "$ac_t""$ac_cv_struct_st_blksize" 1>&6 1852if test $ac_cv_struct_st_blksize = yes; then 1853 cat >> confdefs.h <<\EOF 1854#define HAVE_ST_BLKSIZE 1 1855EOF 1856 1857fi 1858 |
1859for ac_func in mkdir rename strstr dup2 strerror valloc waitpid memmove vasprintf strtoul | 1859for ac_func in mkdir rename strstr dup2 strerror valloc waitpid memmove strtoul |
1860do 1861echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1862echo "configure:1863: checking for $ac_func" >&5 1863if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1864 echo $ac_n "(cached) $ac_c" 1>&6 1865else 1866 cat > conftest.$ac_ext <<EOF 1867#line 1868 "configure" --- 1261 unchanged lines hidden (view full) --- 3129 withval="$with_gssapi" 3130 GSSAPI=$withval 3131fi 3132echo "default place for GSSAPI is $GSSAPI" 3133 3134 3135hold_cppflags=$CPPFLAGS 3136CPPFLAGS="$CPPFLAGS -I$GSSAPI/include " | 1860do 1861echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1862echo "configure:1863: checking for $ac_func" >&5 1863if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1864 echo $ac_n "(cached) $ac_c" 1>&6 1865else 1866 cat > conftest.$ac_ext <<EOF 1867#line 1868 "configure" --- 1261 unchanged lines hidden (view full) --- 3129 withval="$with_gssapi" 3130 GSSAPI=$withval 3131fi 3132echo "default place for GSSAPI is $GSSAPI" 3133 3134 3135hold_cppflags=$CPPFLAGS 3136CPPFLAGS="$CPPFLAGS -I$GSSAPI/include " |
3137for ac_hdr in gssapi.h gssapi/gssapi.h gssapi/gssapi_generic.h | 3137for ac_hdr in krb5.h gssapi.h gssapi/gssapi.h gssapi/gssapi_generic.h |
3138do 3139ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3140echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3141echo "configure:3142: checking for $ac_hdr" >&5 3142if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3143 echo $ac_n "(cached) $ac_c" 1>&6 3144else 3145 cat > conftest.$ac_ext <<EOF --- 25 unchanged lines hidden (view full) --- 3171 3172else 3173 echo "$ac_t""no" 1>&6 3174fi 3175done 3176 3177CPPFLAGS=$hold_cppflags 3178 | 3138do 3139ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3140echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3141echo "configure:3142: checking for $ac_hdr" >&5 3142if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3143 echo $ac_n "(cached) $ac_c" 1>&6 3144else 3145 cat > conftest.$ac_ext <<EOF --- 25 unchanged lines hidden (view full) --- 3171 3172else 3173 echo "$ac_t""no" 1>&6 3174fi 3175done 3176 3177CPPFLAGS=$hold_cppflags 3178 |
3179if test "$ac_cv_header_gssapi_h" = "yes" || test "$ac_cv_header_gssapi_gssapi_h" = "yes"; then | 3179if test "$ac_cv_header_krb5_h" = "yes" && 3180 (test "$ac_cv_header_gssapi_h" = "yes" || 3181 test "$ac_cv_header_gssapi_gssapi_h" = "yes"); then |
3180 cat >> confdefs.h <<\EOF 3181#define HAVE_GSSAPI 1 3182EOF 3183 3184 includeopt="${includeopt} -I$GSSAPI/include" 3185 # FIXME: This is ugly, but these things don't seem to be standardized. 3186 if test "$ac_cv_header_gssapi_h" = "yes"; then 3187 LIBS="$LIBS -L$GSSAPI/lib -lgssapi -lkrb5 -lasn1 -ldes -lroken" 3188 else 3189 LIBS="$LIBS -L$GSSAPI/lib -lgssapi_krb5 -lkrb5 -lcrypto -lcom_err" 3190 fi 3191 save_CPPFLAGS=$CPPFLAGS 3192 CPPFLAGS="-I$GSSAPI/include $CPPFLAGS" 3193 if test "$ac_cv_header_gssapi_h" = "yes"; then 3194 cat > conftest.$ac_ext <<EOF | 3182 cat >> confdefs.h <<\EOF 3183#define HAVE_GSSAPI 1 3184EOF 3185 3186 includeopt="${includeopt} -I$GSSAPI/include" 3187 # FIXME: This is ugly, but these things don't seem to be standardized. 3188 if test "$ac_cv_header_gssapi_h" = "yes"; then 3189 LIBS="$LIBS -L$GSSAPI/lib -lgssapi -lkrb5 -lasn1 -ldes -lroken" 3190 else 3191 LIBS="$LIBS -L$GSSAPI/lib -lgssapi_krb5 -lkrb5 -lcrypto -lcom_err" 3192 fi 3193 save_CPPFLAGS=$CPPFLAGS 3194 CPPFLAGS="-I$GSSAPI/include $CPPFLAGS" 3195 if test "$ac_cv_header_gssapi_h" = "yes"; then 3196 cat > conftest.$ac_ext <<EOF |
3195#line 3196 "configure" | 3197#line 3198 "configure" |
3196#include "confdefs.h" 3197#include <gssapi.h> 3198EOF 3199if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 3200 egrep "GSS_C_NT_HOSTBASED_SERVICE" >/dev/null 2>&1; then 3201 rm -rf conftest* 3202 cat >> confdefs.h <<\EOF 3203#define HAVE_GSS_C_NT_HOSTBASED_SERVICE 1 3204EOF 3205 3206fi 3207rm -f conftest* 3208 3209 else 3210 cat > conftest.$ac_ext <<EOF | 3198#include "confdefs.h" 3199#include <gssapi.h> 3200EOF 3201if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 3202 egrep "GSS_C_NT_HOSTBASED_SERVICE" >/dev/null 2>&1; then 3203 rm -rf conftest* 3204 cat >> confdefs.h <<\EOF 3205#define HAVE_GSS_C_NT_HOSTBASED_SERVICE 1 3206EOF 3207 3208fi 3209rm -f conftest* 3210 3211 else 3212 cat > conftest.$ac_ext <<EOF |
3211#line 3212 "configure" | 3213#line 3214 "configure" |
3212#include "confdefs.h" 3213#include <gssapi/gssapi.h> 3214EOF 3215if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 3216 egrep "GSS_C_NT_HOSTBASED_SERVICE" >/dev/null 2>&1; then 3217 rm -rf conftest* 3218 cat >> confdefs.h <<\EOF 3219#define HAVE_GSS_C_NT_HOSTBASED_SERVICE 1 3220EOF 3221 3222fi 3223rm -f conftest* 3224 3225 fi 3226 CPPFLAGS=$save_CPPFLAGS 3227 # This is necessary on Irix 5.3, in order to link against libkrb5 -- 3228 # there, an_to_ln.o refers to things defined only in -lgen. 3229 echo $ac_n "checking for compile in -lgen""... $ac_c" 1>&6 | 3214#include "confdefs.h" 3215#include <gssapi/gssapi.h> 3216EOF 3217if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 3218 egrep "GSS_C_NT_HOSTBASED_SERVICE" >/dev/null 2>&1; then 3219 rm -rf conftest* 3220 cat >> confdefs.h <<\EOF 3221#define HAVE_GSS_C_NT_HOSTBASED_SERVICE 1 3222EOF 3223 3224fi 3225rm -f conftest* 3226 3227 fi 3228 CPPFLAGS=$save_CPPFLAGS 3229 # This is necessary on Irix 5.3, in order to link against libkrb5 -- 3230 # there, an_to_ln.o refers to things defined only in -lgen. 3231 echo $ac_n "checking for compile in -lgen""... $ac_c" 1>&6 |
3230echo "configure:3231: checking for compile in -lgen" >&5 | 3232echo "configure:3233: checking for compile in -lgen" >&5 |
3231ac_lib_var=`echo gen'_'compile | sed 'y%./+-%__p_%'` 3232if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 3233 echo $ac_n "(cached) $ac_c" 1>&6 3234else 3235 ac_save_LIBS="$LIBS" 3236LIBS="-lgen $LIBS" 3237cat > conftest.$ac_ext <<EOF | 3233ac_lib_var=`echo gen'_'compile | sed 'y%./+-%__p_%'` 3234if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 3235 echo $ac_n "(cached) $ac_c" 1>&6 3236else 3237 ac_save_LIBS="$LIBS" 3238LIBS="-lgen $LIBS" 3239cat > conftest.$ac_ext <<EOF |
3238#line 3239 "configure" | 3240#line 3241 "configure" |
3239#include "confdefs.h" 3240/* Override any gcc2 internal prototype to avoid an error. */ 3241/* We use char because int might match the return type of a gcc2 3242 builtin and then its argument prototype would still apply. */ 3243char compile(); 3244 3245int main() { 3246compile() 3247; return 0; } 3248EOF | 3241#include "confdefs.h" 3242/* Override any gcc2 internal prototype to avoid an error. */ 3243/* We use char because int might match the return type of a gcc2 3244 builtin and then its argument prototype would still apply. */ 3245char compile(); 3246 3247int main() { 3248compile() 3249; return 0; } 3250EOF |
3249if { (eval echo configure:3250: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then | 3251if { (eval echo configure:3252: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then |
3250 rm -rf conftest* 3251 eval "ac_cv_lib_$ac_lib_var=yes" 3252else 3253 echo "configure: failed program was:" >&5 3254 cat conftest.$ac_ext >&5 3255 rm -rf conftest* 3256 eval "ac_cv_lib_$ac_lib_var=no" 3257fi --- 32 unchanged lines hidden (view full) --- 3290if test "$encryption" = "true"; then 3291 cat >> confdefs.h <<\EOF 3292#define ENCRYPTION 1 3293EOF 3294 3295fi 3296 3297echo $ac_n "checking for gethostname""... $ac_c" 1>&6 | 3252 rm -rf conftest* 3253 eval "ac_cv_lib_$ac_lib_var=yes" 3254else 3255 echo "configure: failed program was:" >&5 3256 cat conftest.$ac_ext >&5 3257 rm -rf conftest* 3258 eval "ac_cv_lib_$ac_lib_var=no" 3259fi --- 32 unchanged lines hidden (view full) --- 3292if test "$encryption" = "true"; then 3293 cat >> confdefs.h <<\EOF 3294#define ENCRYPTION 1 3295EOF 3296 3297fi 3298 3299echo $ac_n "checking for gethostname""... $ac_c" 1>&6 |
3298echo "configure:3299: checking for gethostname" >&5 | 3300echo "configure:3301: checking for gethostname" >&5 |
3299if eval "test \"`echo '$''{'ac_cv_func_gethostname'+set}'`\" = set"; then 3300 echo $ac_n "(cached) $ac_c" 1>&6 3301else 3302 cat > conftest.$ac_ext <<EOF | 3301if eval "test \"`echo '$''{'ac_cv_func_gethostname'+set}'`\" = set"; then 3302 echo $ac_n "(cached) $ac_c" 1>&6 3303else 3304 cat > conftest.$ac_ext <<EOF |
3303#line 3304 "configure" | 3305#line 3306 "configure" |
3304#include "confdefs.h" 3305/* System header to define __stub macros and hopefully few prototypes, 3306 which can conflict with char gethostname(); below. */ 3307#include <assert.h> 3308/* Override any gcc2 internal prototype to avoid an error. */ 3309/* We use char because int might match the return type of a gcc2 3310 builtin and then its argument prototype would still apply. */ 3311char gethostname(); --- 6 unchanged lines hidden (view full) --- 3318#if defined (__stub_gethostname) || defined (__stub___gethostname) 3319choke me 3320#else 3321gethostname(); 3322#endif 3323 3324; return 0; } 3325EOF | 3306#include "confdefs.h" 3307/* System header to define __stub macros and hopefully few prototypes, 3308 which can conflict with char gethostname(); below. */ 3309#include <assert.h> 3310/* Override any gcc2 internal prototype to avoid an error. */ 3311/* We use char because int might match the return type of a gcc2 3312 builtin and then its argument prototype would still apply. */ 3313char gethostname(); --- 6 unchanged lines hidden (view full) --- 3320#if defined (__stub_gethostname) || defined (__stub___gethostname) 3321choke me 3322#else 3323gethostname(); 3324#endif 3325 3326; return 0; } 3327EOF |
3326if { (eval echo configure:3327: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then | 3328if { (eval echo configure:3329: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then |
3327 rm -rf conftest* 3328 eval "ac_cv_func_gethostname=yes" 3329else 3330 echo "configure: failed program was:" >&5 3331 cat conftest.$ac_ext >&5 3332 rm -rf conftest* 3333 eval "ac_cv_func_gethostname=no" 3334fi --- 62 unchanged lines hidden (view full) --- 3397### XXX it used to have libcrypt which means old systems that hasn't 3398### XXX explicitly removed libcrypt will establish dependencies on the 3399### XXX obsolete library. 3400 3401if test "$enable_server" = yes; then 3402for ac_func in crypt 3403do 3404echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | 3329 rm -rf conftest* 3330 eval "ac_cv_func_gethostname=yes" 3331else 3332 echo "configure: failed program was:" >&5 3333 cat conftest.$ac_ext >&5 3334 rm -rf conftest* 3335 eval "ac_cv_func_gethostname=no" 3336fi --- 62 unchanged lines hidden (view full) --- 3399### XXX it used to have libcrypt which means old systems that hasn't 3400### XXX explicitly removed libcrypt will establish dependencies on the 3401### XXX obsolete library. 3402 3403if test "$enable_server" = yes; then 3404for ac_func in crypt 3405do 3406echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
3405echo "configure:3406: checking for $ac_func" >&5 | 3407echo "configure:3408: checking for $ac_func" >&5 |
3406if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3407 echo $ac_n "(cached) $ac_c" 1>&6 3408else 3409 cat > conftest.$ac_ext <<EOF | 3408if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3409 echo $ac_n "(cached) $ac_c" 1>&6 3410else 3411 cat > conftest.$ac_ext <<EOF |
3410#line 3411 "configure" | 3412#line 3413 "configure" |
3411#include "confdefs.h" 3412/* System header to define __stub macros and hopefully few prototypes, 3413 which can conflict with char $ac_func(); below. */ 3414#include <assert.h> 3415/* Override any gcc2 internal prototype to avoid an error. */ 3416/* We use char because int might match the return type of a gcc2 3417 builtin and then its argument prototype would still apply. */ 3418char $ac_func(); --- 6 unchanged lines hidden (view full) --- 3425#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 3426choke me 3427#else 3428$ac_func(); 3429#endif 3430 3431; return 0; } 3432EOF | 3413#include "confdefs.h" 3414/* System header to define __stub macros and hopefully few prototypes, 3415 which can conflict with char $ac_func(); below. */ 3416#include <assert.h> 3417/* Override any gcc2 internal prototype to avoid an error. */ 3418/* We use char because int might match the return type of a gcc2 3419 builtin and then its argument prototype would still apply. */ 3420char $ac_func(); --- 6 unchanged lines hidden (view full) --- 3427#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 3428choke me 3429#else 3430$ac_func(); 3431#endif 3432 3433; return 0; } 3434EOF |
3433if { (eval echo configure:3434: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then | 3435if { (eval echo configure:3436: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then |
3434 rm -rf conftest* 3435 eval "ac_cv_func_$ac_func=yes" 3436else 3437 echo "configure: failed program was:" >&5 3438 cat conftest.$ac_ext >&5 3439 rm -rf conftest* 3440 eval "ac_cv_func_$ac_func=no" 3441fi --- 9 unchanged lines hidden (view full) --- 3451 3452else 3453 echo "$ac_t""no" 1>&6 3454fi 3455done 3456 3457if test "$ac_cv_func_crypt" = no; then 3458echo $ac_n "checking for crypt in -lcrypt""... $ac_c" 1>&6 | 3436 rm -rf conftest* 3437 eval "ac_cv_func_$ac_func=yes" 3438else 3439 echo "configure: failed program was:" >&5 3440 cat conftest.$ac_ext >&5 3441 rm -rf conftest* 3442 eval "ac_cv_func_$ac_func=no" 3443fi --- 9 unchanged lines hidden (view full) --- 3453 3454else 3455 echo "$ac_t""no" 1>&6 3456fi 3457done 3458 3459if test "$ac_cv_func_crypt" = no; then 3460echo $ac_n "checking for crypt in -lcrypt""... $ac_c" 1>&6 |
3459echo "configure:3460: checking for crypt in -lcrypt" >&5 | 3461echo "configure:3462: checking for crypt in -lcrypt" >&5 |
3460ac_lib_var=`echo crypt'_'crypt | sed 'y%./+-%__p_%'` 3461if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 3462 echo $ac_n "(cached) $ac_c" 1>&6 3463else 3464 ac_save_LIBS="$LIBS" 3465LIBS="-lcrypt $LIBS" 3466cat > conftest.$ac_ext <<EOF | 3462ac_lib_var=`echo crypt'_'crypt | sed 'y%./+-%__p_%'` 3463if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 3464 echo $ac_n "(cached) $ac_c" 1>&6 3465else 3466 ac_save_LIBS="$LIBS" 3467LIBS="-lcrypt $LIBS" 3468cat > conftest.$ac_ext <<EOF |
3467#line 3468 "configure" | 3469#line 3470 "configure" |
3468#include "confdefs.h" 3469/* Override any gcc2 internal prototype to avoid an error. */ 3470/* We use char because int might match the return type of a gcc2 3471 builtin and then its argument prototype would still apply. */ 3472char crypt(); 3473 3474int main() { 3475crypt() 3476; return 0; } 3477EOF | 3470#include "confdefs.h" 3471/* Override any gcc2 internal prototype to avoid an error. */ 3472/* We use char because int might match the return type of a gcc2 3473 builtin and then its argument prototype would still apply. */ 3474char crypt(); 3475 3476int main() { 3477crypt() 3478; return 0; } 3479EOF |
3478if { (eval echo configure:3479: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then | 3480if { (eval echo configure:3481: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then |
3479 rm -rf conftest* 3480 eval "ac_cv_lib_$ac_lib_var=yes" 3481else 3482 echo "configure: failed program was:" >&5 3483 cat conftest.$ac_ext >&5 3484 rm -rf conftest* 3485 eval "ac_cv_lib_$ac_lib_var=no" 3486fi --- 13 unchanged lines hidden (view full) --- 3500 3501else 3502 echo "$ac_t""no" 1>&6 3503fi 3504 3505for ac_func in crypt 3506do 3507echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | 3481 rm -rf conftest* 3482 eval "ac_cv_lib_$ac_lib_var=yes" 3483else 3484 echo "configure: failed program was:" >&5 3485 cat conftest.$ac_ext >&5 3486 rm -rf conftest* 3487 eval "ac_cv_lib_$ac_lib_var=no" 3488fi --- 13 unchanged lines hidden (view full) --- 3502 3503else 3504 echo "$ac_t""no" 1>&6 3505fi 3506 3507for ac_func in crypt 3508do 3509echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
3508echo "configure:3509: checking for $ac_func" >&5 | 3510echo "configure:3511: checking for $ac_func" >&5 |
3509if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3510 echo $ac_n "(cached) $ac_c" 1>&6 3511else 3512 cat > conftest.$ac_ext <<EOF | 3511if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3512 echo $ac_n "(cached) $ac_c" 1>&6 3513else 3514 cat > conftest.$ac_ext <<EOF |
3513#line 3514 "configure" | 3515#line 3516 "configure" |
3514#include "confdefs.h" 3515/* System header to define __stub macros and hopefully few prototypes, 3516 which can conflict with char $ac_func(); below. */ 3517#include <assert.h> 3518/* Override any gcc2 internal prototype to avoid an error. */ 3519/* We use char because int might match the return type of a gcc2 3520 builtin and then its argument prototype would still apply. */ 3521char $ac_func(); --- 6 unchanged lines hidden (view full) --- 3528#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 3529choke me 3530#else 3531$ac_func(); 3532#endif 3533 3534; return 0; } 3535EOF | 3516#include "confdefs.h" 3517/* System header to define __stub macros and hopefully few prototypes, 3518 which can conflict with char $ac_func(); below. */ 3519#include <assert.h> 3520/* Override any gcc2 internal prototype to avoid an error. */ 3521/* We use char because int might match the return type of a gcc2 3522 builtin and then its argument prototype would still apply. */ 3523char $ac_func(); --- 6 unchanged lines hidden (view full) --- 3530#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 3531choke me 3532#else 3533$ac_func(); 3534#endif 3535 3536; return 0; } 3537EOF |
3536if { (eval echo configure:3537: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then | 3538if { (eval echo configure:3539: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then |
3537 rm -rf conftest* 3538 eval "ac_cv_func_$ac_func=yes" 3539else 3540 echo "configure: failed program was:" >&5 3541 cat conftest.$ac_ext >&5 3542 rm -rf conftest* 3543 eval "ac_cv_func_$ac_func=no" 3544fi --- 23 unchanged lines hidden (view full) --- 3568fi # enable_server 3569 3570cat >> confdefs.h <<\EOF 3571#define PRESERVE_PERMISSIONS_SUPPORT 1 3572EOF 3573 3574 3575echo $ac_n "checking for cygwin32""... $ac_c" 1>&6 | 3539 rm -rf conftest* 3540 eval "ac_cv_func_$ac_func=yes" 3541else 3542 echo "configure: failed program was:" >&5 3543 cat conftest.$ac_ext >&5 3544 rm -rf conftest* 3545 eval "ac_cv_func_$ac_func=no" 3546fi --- 23 unchanged lines hidden (view full) --- 3570fi # enable_server 3571 3572cat >> confdefs.h <<\EOF 3573#define PRESERVE_PERMISSIONS_SUPPORT 1 3574EOF 3575 3576 3577echo $ac_n "checking for cygwin32""... $ac_c" 1>&6 |
3576echo "configure:3577: checking for cygwin32" >&5 | 3578echo "configure:3579: checking for cygwin32" >&5 |
3577if eval "test \"`echo '$''{'ccvs_cv_sys_cygwin32'+set}'`\" = set"; then 3578 echo $ac_n "(cached) $ac_c" 1>&6 3579else 3580 cat > conftest.$ac_ext <<EOF | 3579if eval "test \"`echo '$''{'ccvs_cv_sys_cygwin32'+set}'`\" = set"; then 3580 echo $ac_n "(cached) $ac_c" 1>&6 3581else 3582 cat > conftest.$ac_ext <<EOF |
3581#line 3582 "configure" | 3583#line 3584 "configure" |
3582#include "confdefs.h" 3583 3584int main() { 3585return __CYGWIN32__; 3586; return 0; } 3587EOF | 3584#include "confdefs.h" 3585 3586int main() { 3587return __CYGWIN32__; 3588; return 0; } 3589EOF |
3588if { (eval echo configure:3589: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | 3590if { (eval echo configure:3591: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
3589 rm -rf conftest* 3590 ccvs_cv_sys_cygwin32=yes 3591else 3592 echo "configure: failed program was:" >&5 3593 cat conftest.$ac_ext >&5 3594 rm -rf conftest* 3595 ccvs_cv_sys_cygwin32=no 3596fi --- 124 unchanged lines hidden (view full) --- 3721 *) echo "\$ac_cs_usage"; exit 1 ;; 3722 esac 3723done 3724 3725ac_given_srcdir=$srcdir 3726ac_given_INSTALL="$INSTALL" 3727 3728trap 'rm -fr `echo "Makefile lib/Makefile src/Makefile zlib/Makefile diff/Makefile doc/Makefile \ | 3591 rm -rf conftest* 3592 ccvs_cv_sys_cygwin32=yes 3593else 3594 echo "configure: failed program was:" >&5 3595 cat conftest.$ac_ext >&5 3596 rm -rf conftest* 3597 ccvs_cv_sys_cygwin32=no 3598fi --- 124 unchanged lines hidden (view full) --- 3723 *) echo "\$ac_cs_usage"; exit 1 ;; 3724 esac 3725done 3726 3727ac_given_srcdir=$srcdir 3728ac_given_INSTALL="$INSTALL" 3729 3730trap 'rm -fr `echo "Makefile lib/Makefile src/Makefile zlib/Makefile diff/Makefile doc/Makefile \ |
3729 man/Makefile tools/Makefile tools/pcl-cvs/Makefile \ 3730 contrib/Makefile contrib/elib/Makefile \ | 3731 man/Makefile tools/Makefile \ 3732 contrib/Makefile \ |
3731 windows-NT/Makefile windows-NT/SCC/Makefile \ 3732 os2/Makefile emx/Makefile macintosh/Makefile vms/Makefile \ 3733 stamp-h config.h src/options.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 3734EOF 3735cat >> $CONFIG_STATUS <<EOF 3736 3737# Protect against being on the right side of a sed subst in config.status. 3738sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g; --- 75 unchanged lines hidden (view full) --- 3814if test -z "$ac_sed_cmds"; then 3815 ac_sed_cmds=cat 3816fi 3817EOF 3818 3819cat >> $CONFIG_STATUS <<EOF 3820 3821CONFIG_FILES=\${CONFIG_FILES-"Makefile lib/Makefile src/Makefile zlib/Makefile diff/Makefile doc/Makefile \ | 3733 windows-NT/Makefile windows-NT/SCC/Makefile \ 3734 os2/Makefile emx/Makefile macintosh/Makefile vms/Makefile \ 3735 stamp-h config.h src/options.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 3736EOF 3737cat >> $CONFIG_STATUS <<EOF 3738 3739# Protect against being on the right side of a sed subst in config.status. 3740sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g; --- 75 unchanged lines hidden (view full) --- 3816if test -z "$ac_sed_cmds"; then 3817 ac_sed_cmds=cat 3818fi 3819EOF 3820 3821cat >> $CONFIG_STATUS <<EOF 3822 3823CONFIG_FILES=\${CONFIG_FILES-"Makefile lib/Makefile src/Makefile zlib/Makefile diff/Makefile doc/Makefile \ |
3822 man/Makefile tools/Makefile tools/pcl-cvs/Makefile \ 3823 contrib/Makefile contrib/elib/Makefile \ | 3824 man/Makefile tools/Makefile \ 3825 contrib/Makefile \ |
3824 windows-NT/Makefile windows-NT/SCC/Makefile \ 3825 os2/Makefile emx/Makefile macintosh/Makefile vms/Makefile \ 3826 stamp-h"} 3827EOF 3828cat >> $CONFIG_STATUS <<\EOF 3829for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then 3830 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 3831 case "$ac_file" in --- 172 unchanged lines hidden --- | 3826 windows-NT/Makefile windows-NT/SCC/Makefile \ 3827 os2/Makefile emx/Makefile macintosh/Makefile vms/Makefile \ 3828 stamp-h"} 3829EOF 3830cat >> $CONFIG_STATUS <<\EOF 3831for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then 3832 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 3833 case "$ac_file" in --- 172 unchanged lines hidden --- |