ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/configure
(Generate patch)

Comparing gvpe/configure (file contents):
Revision 1.45 by root, Tue Feb 15 13:31:21 2011 UTC vs.
Revision 1.46 by root, Sun Mar 6 13:49:49 2011 UTC

589#endif 589#endif
590#ifdef HAVE_UNISTD_H 590#ifdef HAVE_UNISTD_H
591# include <unistd.h> 591# include <unistd.h>
592#endif" 592#endif"
593 593
594ac_subst_vars='LTLIBOBJS 594ac_subst_vars='am__EXEEXT_FALSE
595am__EXEEXT_TRUE
596LTLIBOBJS
595LIBOBJS 597LIBOBJS
596INCLUDES 598INCLUDES
597ROHC_FALSE 599ROHC_FALSE
598ROHC_TRUE 600ROHC_TRUE
599LDFLAGS_DAEMON 601LDFLAGS_DAEMON
643MSGFMT 645MSGFMT
644MKINSTALLDIRS 646MKINSTALLDIRS
645MAINT 647MAINT
646MAINTAINER_MODE_FALSE 648MAINTAINER_MODE_FALSE
647MAINTAINER_MODE_TRUE 649MAINTAINER_MODE_TRUE
650am__untar
651am__tar
652AMTAR
648am__leading_dot 653am__leading_dot
649SET_MAKE 654SET_MAKE
650AWK 655AWK
656mkdir_p
657MKDIR_P
651INSTALL_STRIP_PROGRAM 658INSTALL_STRIP_PROGRAM
652STRIP 659STRIP
653install_sh 660install_sh
654AMTAR
655MAKEINFO 661MAKEINFO
656AUTOHEADER 662AUTOHEADER
657AUTOMAKE 663AUTOMAKE
658AUTOCONF 664AUTOCONF
659ACLOCAL 665ACLOCAL
660VERSION 666VERSION
661PACKAGE 667PACKAGE
662CYGPATH_W 668CYGPATH_W
669am__isrc
663INSTALL_DATA 670INSTALL_DATA
664INSTALL_SCRIPT 671INSTALL_SCRIPT
665INSTALL_PROGRAM 672INSTALL_PROGRAM
666target_os 673target_os
667target_vendor 674target_vendor
1369 1376
1370Optional Features: 1377Optional Features:
1371 --disable-option-checking ignore unrecognized --enable/--with options 1378 --disable-option-checking ignore unrecognized --enable/--with options
1372 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1379 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1373 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1380 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1374 --enable-maintainer-mode enable make rules and dependencies not useful 1381 --enable-maintainer-mode enable make rules and dependencies not useful
1375 (and sometimes confusing) to the casual installer 1382 (and sometimes confusing) to the casual installer
1376 --disable-dependency-tracking Speeds up one-time builds 1383 --disable-dependency-tracking speeds up one-time build
1377 --enable-dependency-tracking Do not reject slow dependency extractors 1384 --enable-dependency-tracking do not reject slow dependency extractors
1378 --disable-rpath do not hardcode runtime library paths 1385 --disable-rpath do not hardcode runtime library paths
1379 --disable-nls do not use Native Language Support 1386 --disable-nls do not use Native Language Support
1380 --enable-iftype=TYPE/SUBTYPE 1387 --enable-iftype=TYPE/SUBTYPE
1381 Use kernel/net device interface TYPE/SUBTYPE. 1388 Use kernel/net device interface TYPE/SUBTYPE.
1382 Working combinations are (see doc/gvpe.osdep.5.pod): 1389 Working combinations are (see doc/gvpe.osdep.5.pod):
2724# will get canonicalized. 2731# will get canonicalized.
2725test -n "$target_alias" && 2732test -n "$target_alias" &&
2726 test "$program_prefix$program_suffix$program_transform_name" = \ 2733 test "$program_prefix$program_suffix$program_transform_name" = \
2727 NONENONEs,x,x, && 2734 NONENONEs,x,x, &&
2728 program_prefix=${target_alias}- 2735 program_prefix=${target_alias}-
2729am__api_version="1.7" 2736am__api_version='1.11'
2737
2730# Find a good install program. We prefer a C program (faster), 2738# Find a good install program. We prefer a C program (faster),
2731# so one script is as good as another. But avoid the broken or 2739# so one script is as good as another. But avoid the broken or
2732# incompatible versions: 2740# incompatible versions:
2733# SysV /etc/install, /usr/sbin/install 2741# SysV /etc/install, /usr/sbin/install
2734# SunOS /usr/etc/install 2742# SunOS /usr/etc/install
2823{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 2831{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2824$as_echo_n "checking whether build environment is sane... " >&6; } 2832$as_echo_n "checking whether build environment is sane... " >&6; }
2825# Just in case 2833# Just in case
2826sleep 1 2834sleep 1
2827echo timestamp > conftest.file 2835echo timestamp > conftest.file
2836# Reject unsafe characters in $srcdir or the absolute working directory
2837# name. Accept space and tab only in the latter.
2838am_lf='
2839'
2840case `pwd` in
2841 *[\\\"\#\$\&\'\`$am_lf]*)
2842 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
2843esac
2844case $srcdir in
2845 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2846 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
2847esac
2848
2828# Do `set' in a subshell so we don't clobber the current shell's 2849# Do `set' in a subshell so we don't clobber the current shell's
2829# arguments. Must try -L first in case configure is actually a 2850# arguments. Must try -L first in case configure is actually a
2830# symlink; some systems play weird games with the mod time of symlinks 2851# symlink; some systems play weird games with the mod time of symlinks
2831# (eg FreeBSD returns the mod time of the symlink's containing 2852# (eg FreeBSD returns the mod time of the symlink's containing
2832# directory). 2853# directory).
2833if ( 2854if (
2834 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` 2855 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2835 if test "$*" = "X"; then 2856 if test "$*" = "X"; then
2836 # -L didn't work. 2857 # -L didn't work.
2837 set X `ls -t $srcdir/configure conftest.file` 2858 set X `ls -t "$srcdir/configure" conftest.file`
2838 fi 2859 fi
2839 rm -f conftest.file 2860 rm -f conftest.file
2840 if test "$*" != "X $srcdir/configure conftest.file" \ 2861 if test "$*" != "X $srcdir/configure conftest.file" \
2841 && test "$*" != "X conftest.file $srcdir/configure"; then 2862 && test "$*" != "X conftest.file $srcdir/configure"; then
2842 2863
2867# Double any \ or $. 2888# Double any \ or $.
2868# By default was `s,x,x', remove it if useless. 2889# By default was `s,x,x', remove it if useless.
2869ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' 2890ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2870program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` 2891program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2871 2892
2872
2873# expand $ac_aux_dir to an absolute path 2893# expand $ac_aux_dir to an absolute path
2874am_aux_dir=`cd $ac_aux_dir && pwd` 2894am_aux_dir=`cd $ac_aux_dir && pwd`
2875 2895
2876test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" 2896if test x"${MISSING+set}" != xset; then
2897 case $am_aux_dir in
2898 *\ * | *\ *)
2899 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2900 *)
2901 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2902 esac
2903fi
2877# Use eval to expand $SHELL 2904# Use eval to expand $SHELL
2878if eval "$MISSING --run true"; then 2905if eval "$MISSING --run true"; then
2879 am_missing_run="$MISSING --run " 2906 am_missing_run="$MISSING --run "
2880else 2907else
2881 am_missing_run= 2908 am_missing_run=
2882 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 2909 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2883$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 2910$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2884fi 2911fi
2912
2913if test x"${install_sh}" != xset; then
2914 case $am_aux_dir in
2915 *\ * | *\ *)
2916 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2917 *)
2918 install_sh="\${SHELL} $am_aux_dir/install-sh"
2919 esac
2920fi
2921
2922# Installed binaries are usually stripped using `strip' when the user
2923# run `make install-strip'. However `strip' might not be the right
2924# tool to use in cross-compilation environments, therefore Automake
2925# will honor the `STRIP' environment variable to overrule this program.
2926if test "$cross_compiling" != no; then
2927 if test -n "$ac_tool_prefix"; then
2928 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2929set dummy ${ac_tool_prefix}strip; ac_word=$2
2930{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2931$as_echo_n "checking for $ac_word... " >&6; }
2932if test "${ac_cv_prog_STRIP+set}" = set; then :
2933 $as_echo_n "(cached) " >&6
2934else
2935 if test -n "$STRIP"; then
2936 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2937else
2938as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2939for as_dir in $PATH
2940do
2941 IFS=$as_save_IFS
2942 test -z "$as_dir" && as_dir=.
2943 for ac_exec_ext in '' $ac_executable_extensions; do
2944 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2945 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2946 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2947 break 2
2948 fi
2949done
2950 done
2951IFS=$as_save_IFS
2952
2953fi
2954fi
2955STRIP=$ac_cv_prog_STRIP
2956if test -n "$STRIP"; then
2957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2958$as_echo "$STRIP" >&6; }
2959else
2960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2961$as_echo "no" >&6; }
2962fi
2963
2964
2965fi
2966if test -z "$ac_cv_prog_STRIP"; then
2967 ac_ct_STRIP=$STRIP
2968 # Extract the first word of "strip", so it can be a program name with args.
2969set dummy strip; ac_word=$2
2970{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2971$as_echo_n "checking for $ac_word... " >&6; }
2972if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2973 $as_echo_n "(cached) " >&6
2974else
2975 if test -n "$ac_ct_STRIP"; then
2976 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2977else
2978as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2979for as_dir in $PATH
2980do
2981 IFS=$as_save_IFS
2982 test -z "$as_dir" && as_dir=.
2983 for ac_exec_ext in '' $ac_executable_extensions; do
2984 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2985 ac_cv_prog_ac_ct_STRIP="strip"
2986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2987 break 2
2988 fi
2989done
2990 done
2991IFS=$as_save_IFS
2992
2993fi
2994fi
2995ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2996if test -n "$ac_ct_STRIP"; then
2997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2998$as_echo "$ac_ct_STRIP" >&6; }
2999else
3000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3001$as_echo "no" >&6; }
3002fi
3003
3004 if test "x$ac_ct_STRIP" = x; then
3005 STRIP=":"
3006 else
3007 case $cross_compiling:$ac_tool_warned in
3008yes:)
3009{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3010$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3011ac_tool_warned=yes ;;
3012esac
3013 STRIP=$ac_ct_STRIP
3014 fi
3015else
3016 STRIP="$ac_cv_prog_STRIP"
3017fi
3018
3019fi
3020INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3021
3022{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3023$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3024if test -z "$MKDIR_P"; then
3025 if test "${ac_cv_path_mkdir+set}" = set; then :
3026 $as_echo_n "(cached) " >&6
3027else
3028 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3029for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3030do
3031 IFS=$as_save_IFS
3032 test -z "$as_dir" && as_dir=.
3033 for ac_prog in mkdir gmkdir; do
3034 for ac_exec_ext in '' $ac_executable_extensions; do
3035 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3036 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3037 'mkdir (GNU coreutils) '* | \
3038 'mkdir (coreutils) '* | \
3039 'mkdir (fileutils) '4.1*)
3040 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3041 break 3;;
3042 esac
3043 done
3044 done
3045 done
3046IFS=$as_save_IFS
3047
3048fi
3049
3050 test -d ./--version && rmdir ./--version
3051 if test "${ac_cv_path_mkdir+set}" = set; then
3052 MKDIR_P="$ac_cv_path_mkdir -p"
3053 else
3054 # As a last resort, use the slow shell script. Don't cache a
3055 # value for MKDIR_P within a source directory, because that will
3056 # break other packages using the cache if that directory is
3057 # removed, or if the value is a relative name.
3058 MKDIR_P="$ac_install_sh -d"
3059 fi
3060fi
3061{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3062$as_echo "$MKDIR_P" >&6; }
3063
3064mkdir_p="$MKDIR_P"
3065case $mkdir_p in
3066 [\\/$]* | ?:[\\/]*) ;;
3067 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3068esac
2885 3069
2886for ac_prog in gawk mawk nawk awk 3070for ac_prog in gawk mawk nawk awk
2887do 3071do
2888 # Extract the first word of "$ac_prog", so it can be a program name with args. 3072 # Extract the first word of "$ac_prog", so it can be a program name with args.
2889set dummy $ac_prog; ac_word=$2 3073set dummy $ac_prog; ac_word=$2
2963else 3147else
2964 am__leading_dot=_ 3148 am__leading_dot=_
2965fi 3149fi
2966rmdir .tst 2>/dev/null 3150rmdir .tst 2>/dev/null
2967 3151
3152if test "`cd $srcdir && pwd`" != "`pwd`"; then
3153 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3154 # is not polluted with repeated "-I."
3155 am__isrc=' -I$(srcdir)'
2968 # test to see if srcdir already configured 3156 # test to see if srcdir already configured
2969if test "`cd $srcdir && pwd`" != "`pwd`" &&
2970 test -f $srcdir/config.status; then 3157 if test -f $srcdir/config.status; then
2971 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 3158 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3159 fi
2972fi 3160fi
2973 3161
2974# test whether we have cygpath 3162# test whether we have cygpath
2975if test -z "$CYGPATH_W"; then 3163if test -z "$CYGPATH_W"; then
2976 if (cygpath --version) >/dev/null 2>/dev/null; then 3164 if (cygpath --version) >/dev/null 2>/dev/null; then
3009AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} 3197AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3010 3198
3011 3199
3012MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 3200MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3013 3201
3014
3015AMTAR=${AMTAR-"${am_missing_run}tar"}
3016
3017install_sh=${install_sh-"$am_aux_dir/install-sh"}
3018
3019# Installed binaries are usually stripped using `strip' when the user
3020# run `make install-strip'. However `strip' might not be the right
3021# tool to use in cross-compilation environments, therefore Automake
3022# will honor the `STRIP' environment variable to overrule this program.
3023if test "$cross_compiling" != no; then
3024 if test -n "$ac_tool_prefix"; then
3025 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3026set dummy ${ac_tool_prefix}strip; ac_word=$2
3027{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3028$as_echo_n "checking for $ac_word... " >&6; }
3029if test "${ac_cv_prog_STRIP+set}" = set; then :
3030 $as_echo_n "(cached) " >&6
3031else
3032 if test -n "$STRIP"; then
3033 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3034else
3035as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3036for as_dir in $PATH
3037do
3038 IFS=$as_save_IFS
3039 test -z "$as_dir" && as_dir=.
3040 for ac_exec_ext in '' $ac_executable_extensions; do
3041 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3042 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3043 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3044 break 2
3045 fi
3046done
3047 done
3048IFS=$as_save_IFS
3049
3050fi
3051fi
3052STRIP=$ac_cv_prog_STRIP
3053if test -n "$STRIP"; then
3054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3055$as_echo "$STRIP" >&6; }
3056else
3057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3058$as_echo "no" >&6; }
3059fi
3060
3061
3062fi
3063if test -z "$ac_cv_prog_STRIP"; then
3064 ac_ct_STRIP=$STRIP
3065 # Extract the first word of "strip", so it can be a program name with args.
3066set dummy strip; ac_word=$2
3067{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3068$as_echo_n "checking for $ac_word... " >&6; }
3069if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3070 $as_echo_n "(cached) " >&6
3071else
3072 if test -n "$ac_ct_STRIP"; then
3073 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3074else
3075as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3076for as_dir in $PATH
3077do
3078 IFS=$as_save_IFS
3079 test -z "$as_dir" && as_dir=.
3080 for ac_exec_ext in '' $ac_executable_extensions; do
3081 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3082 ac_cv_prog_ac_ct_STRIP="strip"
3083 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3084 break 2
3085 fi
3086done
3087 done
3088IFS=$as_save_IFS
3089
3090fi
3091fi
3092ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3093if test -n "$ac_ct_STRIP"; then
3094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3095$as_echo "$ac_ct_STRIP" >&6; }
3096else
3097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3098$as_echo "no" >&6; }
3099fi
3100
3101 if test "x$ac_ct_STRIP" = x; then
3102 STRIP=":"
3103 else
3104 case $cross_compiling:$ac_tool_warned in
3105yes:)
3106{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3107$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3108ac_tool_warned=yes ;;
3109esac
3110 STRIP=$ac_ct_STRIP
3111 fi
3112else
3113 STRIP="$ac_cv_prog_STRIP"
3114fi
3115
3116fi
3117INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
3118
3119# We need awk for the "check" target. The system "awk" is bad on 3202# We need awk for the "check" target. The system "awk" is bad on
3120# some platforms. 3203# some platforms.
3204# Always define AMTAR for backward compatibility.
3205
3206AMTAR=${AMTAR-"${am_missing_run}tar"}
3207
3208am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3209
3210
3121 3211
3122 3212
3123 3213
3124ac_config_headers="$ac_config_headers config.h" 3214ac_config_headers="$ac_config_headers config.h"
3215
3125 3216
3126{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 3217{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
3127$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } 3218$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
3128 # Check whether --enable-maintainer-mode was given. 3219 # Check whether --enable-maintainer-mode was given.
3129if test "${enable_maintainer_mode+set}" = set; then : 3220if test "${enable_maintainer_mode+set}" = set; then :
3132 USE_MAINTAINER_MODE=no 3223 USE_MAINTAINER_MODE=no
3133fi 3224fi
3134 3225
3135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 3226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
3136$as_echo "$USE_MAINTAINER_MODE" >&6; } 3227$as_echo "$USE_MAINTAINER_MODE" >&6; }
3137
3138
3139if test $USE_MAINTAINER_MODE = yes; then 3228 if test $USE_MAINTAINER_MODE = yes; then
3140 MAINTAINER_MODE_TRUE= 3229 MAINTAINER_MODE_TRUE=
3141 MAINTAINER_MODE_FALSE='#' 3230 MAINTAINER_MODE_FALSE='#'
3142else 3231else
3143 MAINTAINER_MODE_TRUE='#' 3232 MAINTAINER_MODE_TRUE='#'
3144 MAINTAINER_MODE_FALSE= 3233 MAINTAINER_MODE_FALSE=
3375 3464
3376 3465
3377am_make=${MAKE-make} 3466am_make=${MAKE-make}
3378cat > confinc << 'END' 3467cat > confinc << 'END'
3379am__doit: 3468am__doit:
3380 @echo done 3469 @echo this is the am__doit target
3381.PHONY: am__doit 3470.PHONY: am__doit
3382END 3471END
3383# If we don't find an include directive, just comment out the code. 3472# If we don't find an include directive, just comment out the code.
3384{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 3473{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3385$as_echo_n "checking for style of include used by $am_make... " >&6; } 3474$as_echo_n "checking for style of include used by $am_make... " >&6; }
3386am__include="#" 3475am__include="#"
3387am__quote= 3476am__quote=
3388_am_result=none 3477_am_result=none
3389# First try GNU make style include. 3478# First try GNU make style include.
3390echo "include confinc" > confmf 3479echo "include confinc" > confmf
3391# We grep out `Entering directory' and `Leaving directory' 3480# Ignore all kinds of additional output from `make'.
3392# messages which can occur if `w' ends up in MAKEFLAGS. 3481case `$am_make -s -f confmf 2> /dev/null` in #(
3393# In particular we don't look at `^make:' because GNU make might 3482*the\ am__doit\ target*)
3394# be invoked under some other name (usually "gmake"), in which
3395# case it prints its new name instead of `make'.
3396if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
3397 am__include=include 3483 am__include=include
3398 am__quote= 3484 am__quote=
3399 _am_result=GNU 3485 _am_result=GNU
3400fi 3486 ;;
3487esac
3401# Now try BSD make style include. 3488# Now try BSD make style include.
3402if test "$am__include" = "#"; then 3489if test "$am__include" = "#"; then
3403 echo '.include "confinc"' > confmf 3490 echo '.include "confinc"' > confmf
3404 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then 3491 case `$am_make -s -f confmf 2> /dev/null` in #(
3492 *the\ am__doit\ target*)
3405 am__include=.include 3493 am__include=.include
3406 am__quote="\"" 3494 am__quote="\""
3407 _am_result=BSD 3495 _am_result=BSD
3408 fi 3496 ;;
3497 esac
3409fi 3498fi
3410 3499
3411 3500
3412{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 3501{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3413$as_echo "$_am_result" >&6; } 3502$as_echo "$_am_result" >&6; }
3420 3509
3421if test "x$enable_dependency_tracking" != xno; then 3510if test "x$enable_dependency_tracking" != xno; then
3422 am_depcomp="$ac_aux_dir/depcomp" 3511 am_depcomp="$ac_aux_dir/depcomp"
3423 AMDEPBACKSLASH='\' 3512 AMDEPBACKSLASH='\'
3424fi 3513fi
3425
3426
3427if test "x$enable_dependency_tracking" != xno; then 3514 if test "x$enable_dependency_tracking" != xno; then
3428 AMDEP_TRUE= 3515 AMDEP_TRUE=
3429 AMDEP_FALSE='#' 3516 AMDEP_FALSE='#'
3430else 3517else
3431 AMDEP_TRUE='#' 3518 AMDEP_TRUE='#'
3432 AMDEP_FALSE= 3519 AMDEP_FALSE=
3433fi 3520fi
3434
3435 3521
3436 3522
3437ac_ext=c 3523ac_ext=c
3438ac_cpp='$CPP $CPPFLAGS' 3524ac_cpp='$CPP $CPPFLAGS'
3439ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3525ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4252 4338
4253 am_cv_CC_dependencies_compiler_type=none 4339 am_cv_CC_dependencies_compiler_type=none
4254 if test "$am_compiler_list" = ""; then 4340 if test "$am_compiler_list" = ""; then
4255 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` 4341 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4256 fi 4342 fi
4343 am__universal=false
4344 case " $depcc " in #(
4345 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4346 esac
4347
4257 for depmode in $am_compiler_list; do 4348 for depmode in $am_compiler_list; do
4258 # Setup a source with many dependencies, because some compilers 4349 # Setup a source with many dependencies, because some compilers
4259 # like to wrap large dependency lists on column 80 (with \), and 4350 # like to wrap large dependency lists on column 80 (with \), and
4260 # we should not choose a depcomp mode which is confused by this. 4351 # we should not choose a depcomp mode which is confused by this.
4261 # 4352 #
4263 # overwrite some of them when testing with obscure command lines. 4354 # overwrite some of them when testing with obscure command lines.
4264 # This happens at least with the AIX C compiler. 4355 # This happens at least with the AIX C compiler.
4265 : > sub/conftest.c 4356 : > sub/conftest.c
4266 for i in 1 2 3 4 5 6; do 4357 for i in 1 2 3 4 5 6; do
4267 echo '#include "conftst'$i'.h"' >> sub/conftest.c 4358 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4359 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4360 # Solaris 8's {/usr,}/bin/sh.
4268 : > sub/conftst$i.h 4361 touch sub/conftst$i.h
4269 done 4362 done
4270 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 4363 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4271 4364
4365 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4366 # mode. It turns out that the SunPro C++ compiler does not properly
4367 # handle `-M -o', and we need to detect this. Also, some Intel
4368 # versions had trouble with output in subdirs
4369 am__obj=sub/conftest.${OBJEXT-o}
4370 am__minus_obj="-o $am__obj"
4272 case $depmode in 4371 case $depmode in
4372 gcc)
4373 # This depmode causes a compiler race in universal mode.
4374 test "$am__universal" = false || continue
4375 ;;
4273 nosideeffect) 4376 nosideeffect)
4274 # after this tag, mechanisms are not by side-effect, so they'll 4377 # after this tag, mechanisms are not by side-effect, so they'll
4275 # only be used when explicitly requested 4378 # only be used when explicitly requested
4276 if test "x$enable_dependency_tracking" = xyes; then 4379 if test "x$enable_dependency_tracking" = xyes; then
4277 continue 4380 continue
4278 else 4381 else
4279 break 4382 break
4280 fi 4383 fi
4281 ;; 4384 ;;
4385 msvisualcpp | msvcmsys)
4386 # This compiler won't grok `-c -o', but also, the minuso test has
4387 # not run yet. These depmodes are late enough in the game, and
4388 # so weak that their functioning should not be impacted.
4389 am__obj=conftest.${OBJEXT-o}
4390 am__minus_obj=
4391 ;;
4282 none) break ;; 4392 none) break ;;
4283 esac 4393 esac
4284 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4285 # mode. It turns out that the SunPro C++ compiler does not properly
4286 # handle `-M -o', and we need to detect this.
4287 if depmode=$depmode \ 4394 if depmode=$depmode \
4288 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ 4395 source=sub/conftest.c object=$am__obj \
4289 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 4396 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4290 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ 4397 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4291 >/dev/null 2>conftest.err && 4398 >/dev/null 2>conftest.err &&
4399 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4292 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 4400 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4293 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && 4401 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4294 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 4402 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4295 # icc doesn't choke on unknown options, it will just issue warnings 4403 # icc doesn't choke on unknown options, it will just issue warnings
4296 # (even with -Werror). So we grep stderr for any message 4404 # or remarks (even with -Werror). So we grep stderr for any message
4297 # that says an option was ignored. 4405 # that says an option was ignored or not supported.
4406 # When given -MP, icc 7.0 and 7.1 complain thusly:
4407 # icc: Command line warning: ignoring option '-M'; no argument required
4408 # The diagnosis changed in icc 8.0:
4409 # icc: Command line remark: option '-MP' not supported
4410 if (grep 'ignoring option' conftest.err ||
4298 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else 4411 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4299 am_cv_CC_dependencies_compiler_type=$depmode 4412 am_cv_CC_dependencies_compiler_type=$depmode
4300 break 4413 break
4301 fi 4414 fi
4302 fi 4415 fi
4303 done 4416 done
4311fi 4424fi
4312{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 4425{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4313$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } 4426$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4314CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 4427CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4315 4428
4316
4317
4318if 4429 if
4319 test "x$enable_dependency_tracking" != xno \ 4430 test "x$enable_dependency_tracking" != xno \
4320 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then 4431 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4321 am__fastdepCC_TRUE= 4432 am__fastdepCC_TRUE=
4322 am__fastdepCC_FALSE='#' 4433 am__fastdepCC_FALSE='#'
4323else 4434else
5976 6087
5977 am_cv_CXX_dependencies_compiler_type=none 6088 am_cv_CXX_dependencies_compiler_type=none
5978 if test "$am_compiler_list" = ""; then 6089 if test "$am_compiler_list" = ""; then
5979 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` 6090 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5980 fi 6091 fi
6092 am__universal=false
6093 case " $depcc " in #(
6094 *\ -arch\ *\ -arch\ *) am__universal=true ;;
6095 esac
6096
5981 for depmode in $am_compiler_list; do 6097 for depmode in $am_compiler_list; do
5982 # Setup a source with many dependencies, because some compilers 6098 # Setup a source with many dependencies, because some compilers
5983 # like to wrap large dependency lists on column 80 (with \), and 6099 # like to wrap large dependency lists on column 80 (with \), and
5984 # we should not choose a depcomp mode which is confused by this. 6100 # we should not choose a depcomp mode which is confused by this.
5985 # 6101 #
5987 # overwrite some of them when testing with obscure command lines. 6103 # overwrite some of them when testing with obscure command lines.
5988 # This happens at least with the AIX C compiler. 6104 # This happens at least with the AIX C compiler.
5989 : > sub/conftest.c 6105 : > sub/conftest.c
5990 for i in 1 2 3 4 5 6; do 6106 for i in 1 2 3 4 5 6; do
5991 echo '#include "conftst'$i'.h"' >> sub/conftest.c 6107 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6108 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6109 # Solaris 8's {/usr,}/bin/sh.
5992 : > sub/conftst$i.h 6110 touch sub/conftst$i.h
5993 done 6111 done
5994 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 6112 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5995 6113
6114 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6115 # mode. It turns out that the SunPro C++ compiler does not properly
6116 # handle `-M -o', and we need to detect this. Also, some Intel
6117 # versions had trouble with output in subdirs
6118 am__obj=sub/conftest.${OBJEXT-o}
6119 am__minus_obj="-o $am__obj"
5996 case $depmode in 6120 case $depmode in
6121 gcc)
6122 # This depmode causes a compiler race in universal mode.
6123 test "$am__universal" = false || continue
6124 ;;
5997 nosideeffect) 6125 nosideeffect)
5998 # after this tag, mechanisms are not by side-effect, so they'll 6126 # after this tag, mechanisms are not by side-effect, so they'll
5999 # only be used when explicitly requested 6127 # only be used when explicitly requested
6000 if test "x$enable_dependency_tracking" = xyes; then 6128 if test "x$enable_dependency_tracking" = xyes; then
6001 continue 6129 continue
6002 else 6130 else
6003 break 6131 break
6004 fi 6132 fi
6005 ;; 6133 ;;
6134 msvisualcpp | msvcmsys)
6135 # This compiler won't grok `-c -o', but also, the minuso test has
6136 # not run yet. These depmodes are late enough in the game, and
6137 # so weak that their functioning should not be impacted.
6138 am__obj=conftest.${OBJEXT-o}
6139 am__minus_obj=
6140 ;;
6006 none) break ;; 6141 none) break ;;
6007 esac 6142 esac
6008 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6009 # mode. It turns out that the SunPro C++ compiler does not properly
6010 # handle `-M -o', and we need to detect this.
6011 if depmode=$depmode \ 6143 if depmode=$depmode \
6012 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ 6144 source=sub/conftest.c object=$am__obj \
6013 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 6145 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6014 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ 6146 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
6015 >/dev/null 2>conftest.err && 6147 >/dev/null 2>conftest.err &&
6148 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
6016 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 6149 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6017 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && 6150 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
6018 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 6151 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6019 # icc doesn't choke on unknown options, it will just issue warnings 6152 # icc doesn't choke on unknown options, it will just issue warnings
6020 # (even with -Werror). So we grep stderr for any message 6153 # or remarks (even with -Werror). So we grep stderr for any message
6021 # that says an option was ignored. 6154 # that says an option was ignored or not supported.
6155 # When given -MP, icc 7.0 and 7.1 complain thusly:
6156 # icc: Command line warning: ignoring option '-M'; no argument required
6157 # The diagnosis changed in icc 8.0:
6158 # icc: Command line remark: option '-MP' not supported
6159 if (grep 'ignoring option' conftest.err ||
6022 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else 6160 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6023 am_cv_CXX_dependencies_compiler_type=$depmode 6161 am_cv_CXX_dependencies_compiler_type=$depmode
6024 break 6162 break
6025 fi 6163 fi
6026 fi 6164 fi
6027 done 6165 done
6035fi 6173fi
6036{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5 6174{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
6037$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; } 6175$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
6038CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type 6176CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
6039 6177
6040
6041
6042if 6178 if
6043 test "x$enable_dependency_tracking" != xno \ 6179 test "x$enable_dependency_tracking" != xno \
6044 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then 6180 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
6045 am__fastdepCXX_TRUE= 6181 am__fastdepCXX_TRUE=
6046 am__fastdepCXX_FALSE='#' 6182 am__fastdepCXX_FALSE='#'
6047else 6183else
7800 7936
7801fi 7937fi
7802done 7938done
7803 7939
7804 7940
7941if test -z "$LIBEV_M4_AVOID_LIBM"; then
7942 LIBM=m
7943fi
7805{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ceil in -lm" >&5 7944{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing floor" >&5
7806$as_echo_n "checking for ceil in -lm... " >&6; } 7945$as_echo_n "checking for library containing floor... " >&6; }
7807if test "${ac_cv_lib_m_ceil+set}" = set; then : 7946if test "${ac_cv_search_floor+set}" = set; then :
7808 $as_echo_n "(cached) " >&6 7947 $as_echo_n "(cached) " >&6
7809else 7948else
7810 ac_check_lib_save_LIBS=$LIBS 7949 ac_func_search_save_LIBS=$LIBS
7811LIBS="-lm $LIBS"
7812cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7950cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7813/* end confdefs.h. */ 7951/* end confdefs.h. */
7814 7952
7815/* Override any GCC internal prototype to avoid an error. 7953/* Override any GCC internal prototype to avoid an error.
7816 Use char because int might match the return type of a GCC 7954 Use char because int might match the return type of a GCC
7817 builtin and then its argument prototype would still apply. */ 7955 builtin and then its argument prototype would still apply. */
7818#ifdef __cplusplus 7956#ifdef __cplusplus
7819extern "C" 7957extern "C"
7820#endif 7958#endif
7821char ceil (); 7959char floor ();
7822int 7960int
7823main () 7961main ()
7824{ 7962{
7825return ceil (); 7963return floor ();
7826 ; 7964 ;
7827 return 0; 7965 return 0;
7828} 7966}
7829_ACEOF 7967_ACEOF
7968for ac_lib in '' $LIBM; do
7969 if test -z "$ac_lib"; then
7970 ac_res="none required"
7971 else
7972 ac_res=-l$ac_lib
7973 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7974 fi
7830if ac_fn_c_try_link "$LINENO"; then : 7975 if ac_fn_c_try_link "$LINENO"; then :
7831 ac_cv_lib_m_ceil=yes 7976 ac_cv_search_floor=$ac_res
7832else
7833 ac_cv_lib_m_ceil=no
7834fi 7977fi
7835rm -f core conftest.err conftest.$ac_objext \ 7978rm -f core conftest.err conftest.$ac_objext \
7836 conftest$ac_exeext conftest.$ac_ext 7979 conftest$ac_exeext
7837LIBS=$ac_check_lib_save_LIBS 7980 if test "${ac_cv_search_floor+set}" = set; then :
7981 break
7838fi 7982fi
7983done
7984if test "${ac_cv_search_floor+set}" = set; then :
7985
7986else
7987 ac_cv_search_floor=no
7988fi
7989rm conftest.$ac_ext
7990LIBS=$ac_func_search_save_LIBS
7991fi
7839{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_ceil" >&5 7992{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_floor" >&5
7840$as_echo "$ac_cv_lib_m_ceil" >&6; } 7993$as_echo "$ac_cv_search_floor" >&6; }
7841if test "x$ac_cv_lib_m_ceil" = x""yes; then : 7994ac_res=$ac_cv_search_floor
7842 cat >>confdefs.h <<_ACEOF 7995if test "$ac_res" != no; then :
7843#define HAVE_LIBM 1 7996 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7844_ACEOF
7845 7997
7846 LIBS="-lm $LIBS" 7998$as_echo "#define HAVE_FLOOR 1" >>confdefs.h
7847 7999
7848fi 8000fi
7849 8001
7850 8002
7851 8003
8159 8311
8160 8312
8161fi 8313fi
8162 8314
8163 8315
8316 ac_fn_cxx_check_func "$LINENO" "inflate" "ac_cv_func_inflate"
8317if test "x$ac_cv_func_inflate" = x""yes; then :
8318
8319else
8320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
8321$as_echo_n "checking for inflate in -lz... " >&6; }
8322if test "${ac_cv_lib_z_inflate+set}" = set; then :
8323 $as_echo_n "(cached) " >&6
8324else
8325 ac_check_lib_save_LIBS=$LIBS
8326LIBS="-lz $LIBS"
8327cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8328/* end confdefs.h. */
8329
8330/* Override any GCC internal prototype to avoid an error.
8331 Use char because int might match the return type of a GCC
8332 builtin and then its argument prototype would still apply. */
8333#ifdef __cplusplus
8334extern "C"
8335#endif
8336char inflate ();
8337int
8338main ()
8339{
8340return inflate ();
8341 ;
8342 return 0;
8343}
8344_ACEOF
8345if ac_fn_cxx_try_link "$LINENO"; then :
8346 ac_cv_lib_z_inflate=yes
8347else
8348 ac_cv_lib_z_inflate=no
8349fi
8350rm -f core conftest.err conftest.$ac_objext \
8351 conftest$ac_exeext conftest.$ac_ext
8352LIBS=$ac_check_lib_save_LIBS
8353fi
8354{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
8355$as_echo "$ac_cv_lib_z_inflate" >&6; }
8356if test "x$ac_cv_lib_z_inflate" = x""yes; then :
8357 LIBS="$LIBS -lz"
8358else
8359 as_fn_error $? "OpenSSL depends on libz." "$LINENO" 5
8360
8361fi
8362
8363
8364fi
8365
8366
8164if test "x$openssl_include" != x; then 8367if test "x$openssl_include" != x; then
8165 CXXFLAGS="$CXXFLAGS -I$openssl_include" 8368 CXXFLAGS="$CXXFLAGS -I$openssl_include"
8166fi 8369fi
8167 8370
8168# Check whether --enable-static-daemon was given. 8371# Check whether --enable-static-daemon was given.
8172fi 8375fi
8173 8376
8174 8377
8175 8378
8176 8379
8177
8178
8179if test x$rohc = xtrue; then 8380 if test x$rohc = xtrue; then
8180 ROHC_TRUE= 8381 ROHC_TRUE=
8181 ROHC_FALSE='#' 8382 ROHC_FALSE='#'
8182else 8383else
8183 ROHC_TRUE='#' 8384 ROHC_TRUE='#'
8184 ROHC_FALSE= 8385 ROHC_FALSE=
8498done 8699done
8499LIBOBJS=$ac_libobjs 8700LIBOBJS=$ac_libobjs
8500 8701
8501LTLIBOBJS=$ac_ltlibobjs 8702LTLIBOBJS=$ac_ltlibobjs
8502 8703
8704
8705 if test -n "$EXEEXT"; then
8706 am__EXEEXT_TRUE=
8707 am__EXEEXT_FALSE='#'
8708else
8709 am__EXEEXT_TRUE='#'
8710 am__EXEEXT_FALSE=
8711fi
8503 8712
8504if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then 8713if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
8505 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. 8714 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
8506Usually this means the macro was only invoked conditionally." "$LINENO" 5 8715Usually this means the macro was only invoked conditionally." "$LINENO" 5
8507fi 8716fi
9004gives unlimited permission to copy, distribute and modify it." 9213gives unlimited permission to copy, distribute and modify it."
9005 9214
9006ac_pwd='$ac_pwd' 9215ac_pwd='$ac_pwd'
9007srcdir='$srcdir' 9216srcdir='$srcdir'
9008INSTALL='$INSTALL' 9217INSTALL='$INSTALL'
9218MKDIR_P='$MKDIR_P'
9009AWK='$AWK' 9219AWK='$AWK'
9010test -n "\$AWK" || AWK=awk 9220test -n "\$AWK" || AWK=awk
9011_ACEOF 9221_ACEOF
9012 9222
9013cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 9223cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9583 9793
9584 case $INSTALL in 9794 case $INSTALL in
9585 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 9795 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
9586 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 9796 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
9587 esac 9797 esac
9798 ac_MKDIR_P=$MKDIR_P
9799 case $MKDIR_P in
9800 [\\/$]* | ?:[\\/]* ) ;;
9801 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
9802 esac
9588_ACEOF 9803_ACEOF
9589 9804
9590cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 9805cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9591# If the template does not know about datarootdir, expand it. 9806# If the template does not know about datarootdir, expand it.
9592# FIXME: This hack should be removed a few years after 2.60. 9807# FIXME: This hack should be removed a few years after 2.60.
9637s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 9852s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
9638s&@builddir@&$ac_builddir&;t t 9853s&@builddir@&$ac_builddir&;t t
9639s&@abs_builddir@&$ac_abs_builddir&;t t 9854s&@abs_builddir@&$ac_abs_builddir&;t t
9640s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 9855s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
9641s&@INSTALL@&$ac_INSTALL&;t t 9856s&@INSTALL@&$ac_INSTALL&;t t
9857s&@MKDIR_P@&$ac_MKDIR_P&;t t
9642$ac_datarootdir_hack 9858$ac_datarootdir_hack
9643" 9859"
9644eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 9860eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
9645 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 9861 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9646 9862
9681 $as_echo "/* $configure_input */" \ 9897 $as_echo "/* $configure_input */" \
9682 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 9898 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
9683 || as_fn_error $? "could not create -" "$LINENO" 5 9899 || as_fn_error $? "could not create -" "$LINENO" 5
9684 fi 9900 fi
9685# Compute "$ac_file"'s index in $config_headers. 9901# Compute "$ac_file"'s index in $config_headers.
9902_am_arg="$ac_file"
9686_am_stamp_count=1 9903_am_stamp_count=1
9687for _am_header in $config_headers :; do 9904for _am_header in $config_headers :; do
9688 case $_am_header in 9905 case $_am_header in
9689 "$ac_file" | "$ac_file":* ) 9906 $_am_arg | $_am_arg:* )
9690 break ;; 9907 break ;;
9691 * ) 9908 * )
9692 _am_stamp_count=`expr $_am_stamp_count + 1` ;; 9909 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
9693 esac 9910 esac
9694done 9911done
9695echo "timestamp for "$ac_file"" >`$as_dirname -- "$ac_file" || 9912echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
9696$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 9913$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9697 X"$ac_file" : 'X\(//\)[^/]' \| \ 9914 X"$_am_arg" : 'X\(//\)[^/]' \| \
9698 X"$ac_file" : 'X\(//\)$' \| \ 9915 X"$_am_arg" : 'X\(//\)$' \| \
9699 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 9916 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
9700$as_echo X"$ac_file" | 9917$as_echo X"$_am_arg" |
9701 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 9918 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
9702 s//\1/ 9919 s//\1/
9703 q 9920 q
9704 } 9921 }
9705 /^X\(\/\/\)[^/].*/{ 9922 /^X\(\/\/\)[^/].*/{
9818 done 10035 done
9819 fi 10036 fi
9820 ;; 10037 ;;
9821 esac 10038 esac
9822 done ;; 10039 done ;;
9823 "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do 10040 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
10041 # Autoconf 2.62 quotes --file arguments for eval, but not when files
10042 # are listed without --file. Let's play safe and only enable the eval
10043 # if we detect the quoting.
10044 case $CONFIG_FILES in
10045 *\'*) eval set x "$CONFIG_FILES" ;;
10046 *) set x $CONFIG_FILES ;;
10047 esac
10048 shift
10049 for mf
10050 do
9824 # Strip MF so we end up with the name of the file. 10051 # Strip MF so we end up with the name of the file.
9825 mf=`echo "$mf" | sed -e 's/:.*$//'` 10052 mf=`echo "$mf" | sed -e 's/:.*$//'`
9826 # Check whether this is an Automake generated Makefile or not. 10053 # Check whether this is an Automake generated Makefile or not.
9827 # We used to match only the files named `Makefile.in', but 10054 # We used to match only the files named `Makefile.in', but
9828 # some people rename them; so instead we look at the file content. 10055 # some people rename them; so instead we look at the file content.
9829 # Grep'ing the first line is not enough: some people post-process 10056 # Grep'ing the first line is not enough: some people post-process
9830 # each Makefile.in and add a new line on top of each file to say so. 10057 # each Makefile.in and add a new line on top of each file to say so.
9831 # So let's grep whole file. 10058 # Grep'ing the whole file is not good either: AIX grep has a line
10059 # limit of 2048, but all sed's we know have understand at least 4000.
9832 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then 10060 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
9833 dirpart=`$as_dirname -- "$mf" || 10061 dirpart=`$as_dirname -- "$mf" ||
9834$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 10062$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9835 X"$mf" : 'X\(//\)[^/]' \| \ 10063 X"$mf" : 'X\(//\)[^/]' \| \
9836 X"$mf" : 'X\(//\)$' \| \ 10064 X"$mf" : 'X\(//\)$' \| \
9837 X"$mf" : 'X\(/\)' \| . 2>/dev/null || 10065 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
9838$as_echo X"$mf" | 10066$as_echo X"$mf" |
9851 /^X\(\/\).*/{ 10079 /^X\(\/\).*/{
9852 s//\1/ 10080 s//\1/
9853 q 10081 q
9854 } 10082 }
9855 s/.*/./; q'` 10083 s/.*/./; q'`
9856 else 10084 else
9857 continue 10085 continue
9858 fi 10086 fi
9859 grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue 10087 # Extract the definition of DEPDIR, am__include, and am__quote
9860 # Extract the definition of DEP_FILES from the Makefile without 10088 # from the Makefile without running `make'.
9861 # running `make'.
9862 DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` 10089 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
9863 test -z "$DEPDIR" && continue 10090 test -z "$DEPDIR" && continue
10091 am__include=`sed -n 's/^am__include = //p' < "$mf"`
10092 test -z "am__include" && continue
10093 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
9864 # When using ansi2knr, U may be empty or an underscore; expand it 10094 # When using ansi2knr, U may be empty or an underscore; expand it
9865 U=`sed -n -e '/^U = / s///p' < "$mf"` 10095 U=`sed -n 's/^U = //p' < "$mf"`
9866 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" 10096 # Find all dependency output files, they are included files with
9867 # We invoke sed twice because it is the simplest approach to 10097 # $(DEPDIR) in their names. We invoke sed twice because it is the
9868 # changing $(DEPDIR) to its actual value in the expansion. 10098 # simplest approach to changing $(DEPDIR) to its actual value in the
10099 # expansion.
9869 for file in `sed -n -e ' 10100 for file in `sed -n "
9870 /^DEP_FILES = .*\\\\$/ { 10101 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
9871 s/^DEP_FILES = //
9872 :loop
9873 s/\\\\$//
9874 p
9875 n
9876 /\\\\$/ b loop
9877 p
9878 }
9879 /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
9880 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 10102 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
9881 # Make sure the directory exists. 10103 # Make sure the directory exists.
9882 test -f "$dirpart/$file" && continue 10104 test -f "$dirpart/$file" && continue
9883 fdir=`$as_dirname -- "$file" || 10105 fdir=`$as_dirname -- "$file" ||
9884$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 10106$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9885 X"$file" : 'X\(//\)[^/]' \| \ 10107 X"$file" : 'X\(//\)[^/]' \| \
9886 X"$file" : 'X\(//\)$' \| \ 10108 X"$file" : 'X\(//\)$' \| \
9887 X"$file" : 'X\(/\)' \| . 2>/dev/null || 10109 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
9888$as_echo X"$file" | 10110$as_echo X"$file" |
9901 /^X\(\/\).*/{ 10123 /^X\(\/\).*/{
9902 s//\1/ 10124 s//\1/
9903 q 10125 q
9904 } 10126 }
9905 s/.*/./; q'` 10127 s/.*/./; q'`
9906 as_dir=$dirpart/$fdir; as_fn_mkdir_p 10128 as_dir=$dirpart/$fdir; as_fn_mkdir_p
9907 # echo "creating $dirpart/$file" 10129 # echo "creating $dirpart/$file"
9908 echo '# dummy' > "$dirpart/$file" 10130 echo '# dummy' > "$dirpart/$file"
10131 done
9909 done 10132 done
9910done 10133}
9911 ;; 10134 ;;
9912 10135
9913 esac 10136 esac
9914done # for ac_tag 10137done # for ac_tag
9915 10138

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines