Codebase list lldpd / 5e155ab
Imported Upstream version 0.3.2 Vincent Bernat 15 years ago
9 changed file(s) with 1994 addition(s) and 1482 deletion(s). Raw diff Collapse all Expand all
0 lldpd (0.3.2)
1
2 * Fix LLDP-MED support
3
4 -- Vincent Bernat <bernat@luffy.cx>
5
06 lldpd (0.3.1)
17
28 * Misc fixes, including memory leaks
161161 srcdir = @srcdir@
162162 sysconfdir = @sysconfdir@
163163 target_alias = @target_alias@
164 top_build_prefix = @top_build_prefix@
164165 top_builddir = @top_builddir@
165166 top_srcdir = @top_srcdir@
166167 SUBDIRS = src man
1212
1313 m4_ifndef([AC_AUTOCONF_VERSION],
1414 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
15 m4_if(AC_AUTOCONF_VERSION, [2.61],,
16 [m4_warning([this file was generated for autoconf 2.61.
15 m4_if(AC_AUTOCONF_VERSION, [2.63],,
16 [m4_warning([this file was generated for autoconf 2.63.
1717 You have another version of autoconf. It may work, but is not guaranteed to.
1818 If you have problems, you may need to regenerate the build system entirely.
1919 To do so, use the procedure documented by the package, typically `autoreconf'.])])
+1979
-1478
configure less more
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.61 for lldpd 0.3.1.
2 # Generated by GNU Autoconf 2.63 for lldpd 0.3.2.
33 #
44 # Report bugs to <bernat@luffy.cx>.
55 #
66 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
7 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
7 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
88 # This configure script is free software; the Free Software Foundation
99 # gives unlimited permission to copy, distribute and modify it.
1010 ## --------------------- ##
1616 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1717 emulate sh
1818 NULLCMD=:
19 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
19 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
2020 # is contrary to our usage. Disable this feature.
2121 alias -g '${1+"$@"}'='"$@"'
2222 setopt NO_GLOB_SUBST
3838 as_cr_digits='0123456789'
3939 as_cr_alnum=$as_cr_Letters$as_cr_digits
4040
41 as_nl='
42 '
43 export as_nl
44 # Printing a long string crashes Solaris 7 /usr/bin/printf.
45 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
46 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
48 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
49 as_echo='printf %s\n'
50 as_echo_n='printf %s'
51 else
52 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
53 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
54 as_echo_n='/usr/ucb/echo -n'
55 else
56 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
57 as_echo_n_body='eval
58 arg=$1;
59 case $arg in
60 *"$as_nl"*)
61 expr "X$arg" : "X\\(.*\\)$as_nl";
62 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63 esac;
64 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
65 '
66 export as_echo_n_body
67 as_echo_n='sh -c $as_echo_n_body as_echo'
68 fi
69 export as_echo_body
70 as_echo='sh -c $as_echo_body as_echo'
71 fi
72
4173 # The user is always right.
4274 if test "${PATH_SEPARATOR+set}" != set; then
43 echo "#! /bin/sh" >conf$$.sh
44 echo "exit 0" >>conf$$.sh
45 chmod +x conf$$.sh
46 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
47 PATH_SEPARATOR=';'
48 else
49 PATH_SEPARATOR=:
50 fi
51 rm -f conf$$.sh
75 PATH_SEPARATOR=:
76 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
77 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
78 PATH_SEPARATOR=';'
79 }
5280 fi
5381
5482 # Support unset when possible.
6492 # there to prevent editors from complaining about space-tab.
6593 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
6694 # splitting by setting IFS to empty value.)
67 as_nl='
68 '
6995 IFS=" "" $as_nl"
7096
7197 # Find who we are. Look in the path if we contain no directory separator.
88114 as_myself=$0
89115 fi
90116 if test ! -f "$as_myself"; then
91 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
117 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
92118 { (exit 1); exit 1; }
93119 fi
94120
101127 PS4='+ '
102128
103129 # NLS nuisances.
104 for as_var in \
105 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
106 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
107 LC_TELEPHONE LC_TIME
108 do
109 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
110 eval $as_var=C; export $as_var
111 else
112 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
113 fi
114 done
130 LC_ALL=C
131 export LC_ALL
132 LANGUAGE=C
133 export LANGUAGE
115134
116135 # Required to use basename.
117136 if expr a : '\(a\)' >/dev/null 2>&1 &&
133152 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
134153 X"$0" : 'X\(//\)$' \| \
135154 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
136 echo X/"$0" |
155 $as_echo X/"$0" |
137156 sed '/^.*\/\([^/][^/]*\)\/*$/{
138157 s//\1/
139158 q
159178 as_have_required=no
160179 fi
161180
162 if test $as_have_required = yes && (eval ":
181 if test $as_have_required = yes && (eval ":
163182 (as_func_return () {
164183 (exit \$1)
165184 }
241260 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
242261 emulate sh
243262 NULLCMD=:
244 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
263 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
245264 # is contrary to our usage. Disable this feature.
246265 alias -g '${1+"$@"}'='"$@"'
247266 setopt NO_GLOB_SUBST
262281 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
263282 emulate sh
264283 NULLCMD=:
265 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
284 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
266285 # is contrary to our usage. Disable this feature.
267286 alias -g '${1+"$@"}'='"$@"'
268287 setopt NO_GLOB_SUBST
342361
343362 if test "x$CONFIG_SHELL" != x; then
344363 for as_var in BASH_ENV ENV
345 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
346 done
347 export CONFIG_SHELL
348 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
364 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
365 done
366 export CONFIG_SHELL
367 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
349368 fi
350369
351370
414433
415434 test \$exitcode = 0") || {
416435 echo No shell found that supports shell functions.
417 echo Please tell autoconf@gnu.org about your system,
418 echo including any error possibly output before this
419 echo message
436 echo Please tell bug-autoconf@gnu.org about your system,
437 echo including any error possibly output before this message.
438 echo This can help us improve future autoconf versions.
439 echo Configuration will now proceed without shell functions.
420440 }
421441
422442
452472 s/-\n.*//
453473 ' >$as_me.lineno &&
454474 chmod +x "$as_me.lineno" ||
455 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
475 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
456476 { (exit 1); exit 1; }; }
457477
458478 # Don't try to exec as it changes $[0], causing all sort of problems
480500 *)
481501 ECHO_N='-n';;
482502 esac
483
484503 if expr a : '\(a\)' >/dev/null 2>&1 &&
485504 test "X`expr 00001 : '.*\(...\)'`" = X001; then
486505 as_expr=expr
493512 rm -f conf$$.dir/conf$$.file
494513 else
495514 rm -f conf$$.dir
496 mkdir conf$$.dir
497 fi
498 echo >conf$$.file
499 if ln -s conf$$.file conf$$ 2>/dev/null; then
500 as_ln_s='ln -s'
501 # ... but there are two gotchas:
502 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
503 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
504 # In both cases, we have to default to `cp -p'.
505 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
515 mkdir conf$$.dir 2>/dev/null
516 fi
517 if (echo >conf$$.file) 2>/dev/null; then
518 if ln -s conf$$.file conf$$ 2>/dev/null; then
519 as_ln_s='ln -s'
520 # ... but there are two gotchas:
521 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
522 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
523 # In both cases, we have to default to `cp -p'.
524 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
525 as_ln_s='cp -p'
526 elif ln conf$$.file conf$$ 2>/dev/null; then
527 as_ln_s=ln
528 else
506529 as_ln_s='cp -p'
507 elif ln conf$$.file conf$$ 2>/dev/null; then
508 as_ln_s=ln
530 fi
509531 else
510532 as_ln_s='cp -p'
511533 fi
530552 as_test_x='
531553 eval sh -c '\''
532554 if test -d "$1"; then
533 test -d "$1/.";
555 test -d "$1/.";
534556 else
535557 case $1 in
536 -*)set "./$1";;
558 -*)set "./$1";;
537559 esac;
538560 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
539561 ???[sx]*):;;*)false;;esac;fi
573595 # Identity of this package.
574596 PACKAGE_NAME='lldpd'
575597 PACKAGE_TARNAME='lldpd'
576 PACKAGE_VERSION='0.3.1'
577 PACKAGE_STRING='lldpd 0.3.1'
598 PACKAGE_VERSION='0.3.2'
599 PACKAGE_STRING='lldpd 0.3.2'
578600 PACKAGE_BUGREPORT='bernat@luffy.cx'
579601
580602 ac_unique_file="src/lldpd.c"
614636 # include <unistd.h>
615637 #endif"
616638
617 ac_subst_vars='SHELL
639 ac_subst_vars='LTLIBOBJS
640 NETSNMP_LIB
641 NETSNMP_CONFIG
642 LIBOBJS
643 EGREP
644 GREP
645 CPP
646 USE_SNMP_FALSE
647 USE_SNMP_TRUE
648 am__fastdepCC_FALSE
649 am__fastdepCC_TRUE
650 CCDEPMODE
651 AMDEPBACKSLASH
652 AMDEP_FALSE
653 AMDEP_TRUE
654 am__quote
655 am__include
656 DEPDIR
657 OBJEXT
658 EXEEXT
659 ac_ct_CC
660 CPPFLAGS
661 LDFLAGS
662 CFLAGS
663 CC
664 am__untar
665 am__tar
666 AMTAR
667 am__leading_dot
668 SET_MAKE
669 AWK
670 mkdir_p
671 MKDIR_P
672 INSTALL_STRIP_PROGRAM
673 STRIP
674 install_sh
675 MAKEINFO
676 AUTOHEADER
677 AUTOMAKE
678 AUTOCONF
679 ACLOCAL
680 VERSION
681 PACKAGE
682 CYGPATH_W
683 am__isrc
684 INSTALL_DATA
685 INSTALL_SCRIPT
686 INSTALL_PROGRAM
687 target_alias
688 host_alias
689 build_alias
690 LIBS
691 ECHO_T
692 ECHO_N
693 ECHO_C
694 DEFS
695 mandir
696 localedir
697 libdir
698 psdir
699 pdfdir
700 dvidir
701 htmldir
702 infodir
703 docdir
704 oldincludedir
705 includedir
706 localstatedir
707 sharedstatedir
708 sysconfdir
709 datadir
710 datarootdir
711 libexecdir
712 sbindir
713 bindir
714 program_transform_name
715 prefix
716 exec_prefix
717 PACKAGE_BUGREPORT
718 PACKAGE_STRING
719 PACKAGE_VERSION
720 PACKAGE_TARNAME
721 PACKAGE_NAME
618722 PATH_SEPARATOR
619 PACKAGE_NAME
620 PACKAGE_TARNAME
621 PACKAGE_VERSION
622 PACKAGE_STRING
623 PACKAGE_BUGREPORT
624 exec_prefix
625 prefix
626 program_transform_name
627 bindir
628 sbindir
629 libexecdir
630 datarootdir
631 datadir
632 sysconfdir
633 sharedstatedir
634 localstatedir
635 includedir
636 oldincludedir
637 docdir
638 infodir
639 htmldir
640 dvidir
641 pdfdir
642 psdir
643 libdir
644 localedir
645 mandir
646 DEFS
647 ECHO_C
648 ECHO_N
649 ECHO_T
650 LIBS
651 build_alias
652 host_alias
653 target_alias
654 INSTALL_PROGRAM
655 INSTALL_SCRIPT
656 INSTALL_DATA
657 am__isrc
658 CYGPATH_W
659 PACKAGE
660 VERSION
661 ACLOCAL
662 AUTOCONF
663 AUTOMAKE
664 AUTOHEADER
665 MAKEINFO
666 install_sh
667 STRIP
668 INSTALL_STRIP_PROGRAM
669 mkdir_p
670 AWK
671 SET_MAKE
672 am__leading_dot
673 AMTAR
674 am__tar
675 am__untar
676 CC
677 CFLAGS
678 LDFLAGS
679 CPPFLAGS
680 ac_ct_CC
681 EXEEXT
682 OBJEXT
683 DEPDIR
684 am__include
685 am__quote
686 AMDEP_TRUE
687 AMDEP_FALSE
688 AMDEPBACKSLASH
689 CCDEPMODE
690 am__fastdepCC_TRUE
691 am__fastdepCC_FALSE
692 USE_SNMP_TRUE
693 USE_SNMP_FALSE
694 CPP
695 GREP
696 EGREP
697 LIBOBJS
698 NETSNMP_CONFIG
699 NETSNMP_LIB
700 LTLIBOBJS'
723 SHELL'
701724 ac_subst_files=''
725 ac_user_opts='
726 enable_option_checking
727 enable_dependency_tracking
728 with_snmp
729 with_privsep_user
730 with_privsep_group
731 with_privsep_chroot
732 enable_cdp
733 enable_fdp
734 enable_edp
735 enable_sonmp
736 enable_lldpmed
737 enable_dot1
738 enable_dot3
739 '
702740 ac_precious_vars='build_alias
703741 host_alias
704742 target_alias
713751 # Initialize some variables set by options.
714752 ac_init_help=
715753 ac_init_version=false
754 ac_unrecognized_opts=
755 ac_unrecognized_sep=
716756 # The variables have the same names as the options, with
717757 # dashes changed to underlines.
718758 cache_file=/dev/null
811851 datarootdir=$ac_optarg ;;
812852
813853 -disable-* | --disable-*)
814 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
854 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
815855 # Reject names that are not valid shell variable names.
816 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
817 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
856 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
857 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
818858 { (exit 1); exit 1; }; }
819 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
820 eval enable_$ac_feature=no ;;
859 ac_useropt_orig=$ac_useropt
860 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
861 case $ac_user_opts in
862 *"
863 "enable_$ac_useropt"
864 "*) ;;
865 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
866 ac_unrecognized_sep=', ';;
867 esac
868 eval enable_$ac_useropt=no ;;
821869
822870 -docdir | --docdir | --docdi | --doc | --do)
823871 ac_prev=docdir ;;
830878 dvidir=$ac_optarg ;;
831879
832880 -enable-* | --enable-*)
833 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
881 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
834882 # Reject names that are not valid shell variable names.
835 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
836 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
883 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
884 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
837885 { (exit 1); exit 1; }; }
838 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
839 eval enable_$ac_feature=\$ac_optarg ;;
886 ac_useropt_orig=$ac_useropt
887 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
888 case $ac_user_opts in
889 *"
890 "enable_$ac_useropt"
891 "*) ;;
892 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
893 ac_unrecognized_sep=', ';;
894 esac
895 eval enable_$ac_useropt=\$ac_optarg ;;
840896
841897 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
842898 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
10271083 ac_init_version=: ;;
10281084
10291085 -with-* | --with-*)
1030 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1086 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
10311087 # Reject names that are not valid shell variable names.
1032 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1033 { echo "$as_me: error: invalid package name: $ac_package" >&2
1088 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1089 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
10341090 { (exit 1); exit 1; }; }
1035 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1036 eval with_$ac_package=\$ac_optarg ;;
1091 ac_useropt_orig=$ac_useropt
1092 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1093 case $ac_user_opts in
1094 *"
1095 "with_$ac_useropt"
1096 "*) ;;
1097 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1098 ac_unrecognized_sep=', ';;
1099 esac
1100 eval with_$ac_useropt=\$ac_optarg ;;
10371101
10381102 -without-* | --without-*)
1039 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1103 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
10401104 # Reject names that are not valid shell variable names.
1041 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1042 { echo "$as_me: error: invalid package name: $ac_package" >&2
1105 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1106 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
10431107 { (exit 1); exit 1; }; }
1044 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1045 eval with_$ac_package=no ;;
1108 ac_useropt_orig=$ac_useropt
1109 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1110 case $ac_user_opts in
1111 *"
1112 "with_$ac_useropt"
1113 "*) ;;
1114 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1115 ac_unrecognized_sep=', ';;
1116 esac
1117 eval with_$ac_useropt=no ;;
10461118
10471119 --x)
10481120 # Obsolete; use --with-x.
10621134 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
10631135 x_libraries=$ac_optarg ;;
10641136
1065 -*) { echo "$as_me: error: unrecognized option: $ac_option
1137 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
10661138 Try \`$0 --help' for more information." >&2
10671139 { (exit 1); exit 1; }; }
10681140 ;;
10711143 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
10721144 # Reject names that are not valid shell variable names.
10731145 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1074 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1146 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
10751147 { (exit 1); exit 1; }; }
10761148 eval $ac_envvar=\$ac_optarg
10771149 export $ac_envvar ;;
10781150
10791151 *)
10801152 # FIXME: should be removed in autoconf 3.0.
1081 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1153 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
10821154 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1083 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1155 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
10841156 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
10851157 ;;
10861158
10891161
10901162 if test -n "$ac_prev"; then
10911163 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1092 { echo "$as_me: error: missing argument to $ac_option" >&2
1164 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
10931165 { (exit 1); exit 1; }; }
10941166 fi
10951167
1096 # Be sure to have absolute directory names.
1168 if test -n "$ac_unrecognized_opts"; then
1169 case $enable_option_checking in
1170 no) ;;
1171 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1172 { (exit 1); exit 1; }; } ;;
1173 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1174 esac
1175 fi
1176
1177 # Check all directory arguments for consistency.
10971178 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
10981179 datadir sysconfdir sharedstatedir localstatedir includedir \
10991180 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
11001181 libdir localedir mandir
11011182 do
11021183 eval ac_val=\$$ac_var
1184 # Remove trailing slashes.
1185 case $ac_val in
1186 */ )
1187 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1188 eval $ac_var=\$ac_val;;
1189 esac
1190 # Be sure to have absolute directory names.
11031191 case $ac_val in
11041192 [\\/$]* | ?:[\\/]* ) continue;;
11051193 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
11061194 esac
1107 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1195 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
11081196 { (exit 1); exit 1; }; }
11091197 done
11101198
11191207 if test "x$host_alias" != x; then
11201208 if test "x$build_alias" = x; then
11211209 cross_compiling=maybe
1122 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1210 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
11231211 If a cross compiler is detected then cross compile mode will be used." >&2
11241212 elif test "x$build_alias" != "x$host_alias"; then
11251213 cross_compiling=yes
11351223 ac_pwd=`pwd` && test -n "$ac_pwd" &&
11361224 ac_ls_di=`ls -di .` &&
11371225 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1138 { echo "$as_me: error: Working directory cannot be determined" >&2
1226 { $as_echo "$as_me: error: working directory cannot be determined" >&2
11391227 { (exit 1); exit 1; }; }
11401228 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1141 { echo "$as_me: error: pwd does not report name of working directory" >&2
1229 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
11421230 { (exit 1); exit 1; }; }
11431231
11441232
11461234 if test -z "$srcdir"; then
11471235 ac_srcdir_defaulted=yes
11481236 # Try the directory containing this script, then the parent directory.
1149 ac_confdir=`$as_dirname -- "$0" ||
1150 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1151 X"$0" : 'X\(//\)[^/]' \| \
1152 X"$0" : 'X\(//\)$' \| \
1153 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1154 echo X"$0" |
1237 ac_confdir=`$as_dirname -- "$as_myself" ||
1238 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1239 X"$as_myself" : 'X\(//\)[^/]' \| \
1240 X"$as_myself" : 'X\(//\)$' \| \
1241 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1242 $as_echo X"$as_myself" |
11551243 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11561244 s//\1/
11571245 q
11781266 fi
11791267 if test ! -r "$srcdir/$ac_unique_file"; then
11801268 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1181 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1269 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
11821270 { (exit 1); exit 1; }; }
11831271 fi
11841272 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
11851273 ac_abs_confdir=`(
1186 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1274 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
11871275 { (exit 1); exit 1; }; }
11881276 pwd)`
11891277 # When building in place, set srcdir=.
12101298 # Omit some internal or obsolete options to make the list less imposing.
12111299 # This message is too long to be a string in the A/UX 3.1 sh.
12121300 cat <<_ACEOF
1213 \`configure' configures lldpd 0.3.1 to adapt to many kinds of systems.
1301 \`configure' configures lldpd 0.3.2 to adapt to many kinds of systems.
12141302
12151303 Usage: $0 [OPTION]... [VAR=VALUE]...
12161304
12321320
12331321 Installation directories:
12341322 --prefix=PREFIX install architecture-independent files in PREFIX
1235 [$ac_default_prefix]
1323 [$ac_default_prefix]
12361324 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1237 [PREFIX]
1325 [PREFIX]
12381326
12391327 By default, \`make install' will install all the files in
12401328 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
12441332 For better control, use the options below.
12451333
12461334 Fine tuning of the installation directories:
1247 --bindir=DIR user executables [EPREFIX/bin]
1248 --sbindir=DIR system admin executables [EPREFIX/sbin]
1249 --libexecdir=DIR program executables [EPREFIX/libexec]
1250 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1251 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1252 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1253 --libdir=DIR object code libraries [EPREFIX/lib]
1254 --includedir=DIR C header files [PREFIX/include]
1255 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1256 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1257 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1258 --infodir=DIR info documentation [DATAROOTDIR/info]
1259 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1260 --mandir=DIR man documentation [DATAROOTDIR/man]
1261 --docdir=DIR documentation root [DATAROOTDIR/doc/lldpd]
1262 --htmldir=DIR html documentation [DOCDIR]
1263 --dvidir=DIR dvi documentation [DOCDIR]
1264 --pdfdir=DIR pdf documentation [DOCDIR]
1265 --psdir=DIR ps documentation [DOCDIR]
1335 --bindir=DIR user executables [EPREFIX/bin]
1336 --sbindir=DIR system admin executables [EPREFIX/sbin]
1337 --libexecdir=DIR program executables [EPREFIX/libexec]
1338 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1339 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1340 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1341 --libdir=DIR object code libraries [EPREFIX/lib]
1342 --includedir=DIR C header files [PREFIX/include]
1343 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1344 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1345 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1346 --infodir=DIR info documentation [DATAROOTDIR/info]
1347 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1348 --mandir=DIR man documentation [DATAROOTDIR/man]
1349 --docdir=DIR documentation root [DATAROOTDIR/doc/lldpd]
1350 --htmldir=DIR html documentation [DOCDIR]
1351 --dvidir=DIR dvi documentation [DOCDIR]
1352 --pdfdir=DIR pdf documentation [DOCDIR]
1353 --psdir=DIR ps documentation [DOCDIR]
12661354 _ACEOF
12671355
12681356 cat <<\_ACEOF
12761364
12771365 if test -n "$ac_init_help"; then
12781366 case $ac_init_help in
1279 short | recursive ) echo "Configuration of lldpd 0.3.1:";;
1367 short | recursive ) echo "Configuration of lldpd 0.3.2:";;
12801368 esac
12811369 cat <<\_ACEOF
12821370
12831371 Optional Features:
1372 --disable-option-checking ignore unrecognized --enable/--with options
12841373 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
12851374 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
12861375 --disable-dependency-tracking speeds up one-time build
13221411 if test "$ac_init_help" = "recursive"; then
13231412 # If there are subdirs, report their specific --help.
13241413 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1325 test -d "$ac_dir" || continue
1414 test -d "$ac_dir" ||
1415 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1416 continue
13261417 ac_builddir=.
13271418
13281419 case "$ac_dir" in
13291420 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13301421 *)
1331 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1422 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13321423 # A ".." for each directory in $ac_dir_suffix.
1333 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1424 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13341425 case $ac_top_builddir_sub in
13351426 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13361427 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13661457 echo &&
13671458 $SHELL "$ac_srcdir/configure" --help=recursive
13681459 else
1369 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1460 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
13701461 fi || ac_status=$?
13711462 cd "$ac_pwd" || { ac_status=$?; break; }
13721463 done
13751466 test -n "$ac_init_help" && exit $ac_status
13761467 if $ac_init_version; then
13771468 cat <<\_ACEOF
1378 lldpd configure 0.3.1
1379 generated by GNU Autoconf 2.61
1469 lldpd configure 0.3.2
1470 generated by GNU Autoconf 2.63
13801471
13811472 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1382 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1473 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
13831474 This configure script is free software; the Free Software Foundation
13841475 gives unlimited permission to copy, distribute and modify it.
13851476 _ACEOF
13891480 This file contains any messages produced by compilers while
13901481 running configure, to aid debugging if configure makes a mistake.
13911482
1392 It was created by lldpd $as_me 0.3.1, which was
1393 generated by GNU Autoconf 2.61. Invocation command line was
1483 It was created by lldpd $as_me 0.3.2, which was
1484 generated by GNU Autoconf 2.63. Invocation command line was
13941485
13951486 $ $0 $@
13961487
14261517 do
14271518 IFS=$as_save_IFS
14281519 test -z "$as_dir" && as_dir=.
1429 echo "PATH: $as_dir"
1520 $as_echo "PATH: $as_dir"
14301521 done
14311522 IFS=$as_save_IFS
14321523
14611552 | -silent | --silent | --silen | --sile | --sil)
14621553 continue ;;
14631554 *\'*)
1464 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1555 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
14651556 esac
14661557 case $ac_pass in
14671558 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
15131604 case $ac_val in #(
15141605 *${as_nl}*)
15151606 case $ac_var in #(
1516 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1517 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1607 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1608 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15181609 esac
15191610 case $ac_var in #(
15201611 _ | IFS | as_nl) ;; #(
1612 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15211613 *) $as_unset $ac_var ;;
15221614 esac ;;
15231615 esac
15471639 do
15481640 eval ac_val=\$$ac_var
15491641 case $ac_val in
1550 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1642 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
15511643 esac
1552 echo "$ac_var='\''$ac_val'\''"
1644 $as_echo "$ac_var='\''$ac_val'\''"
15531645 done | sort
15541646 echo
15551647
15641656 do
15651657 eval ac_val=\$$ac_var
15661658 case $ac_val in
1567 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1659 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
15681660 esac
1569 echo "$ac_var='\''$ac_val'\''"
1661 $as_echo "$ac_var='\''$ac_val'\''"
15701662 done | sort
15711663 echo
15721664 fi
15821674 echo
15831675 fi
15841676 test "$ac_signal" != 0 &&
1585 echo "$as_me: caught signal $ac_signal"
1586 echo "$as_me: exit $exit_status"
1677 $as_echo "$as_me: caught signal $ac_signal"
1678 $as_echo "$as_me: exit $exit_status"
15871679 } >&5
15881680 rm -f core *.core core.conftest.* &&
15891681 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
16251717
16261718
16271719 # Let the site file select an alternate cache file if it wants to.
1628 # Prefer explicitly selected file to automatically selected ones.
1720 # Prefer an explicitly selected file to automatically selected ones.
1721 ac_site_file1=NONE
1722 ac_site_file2=NONE
16291723 if test -n "$CONFIG_SITE"; then
1630 set x "$CONFIG_SITE"
1724 ac_site_file1=$CONFIG_SITE
16311725 elif test "x$prefix" != xNONE; then
1632 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1633 else
1634 set x "$ac_default_prefix/share/config.site" \
1635 "$ac_default_prefix/etc/config.site"
1636 fi
1637 shift
1638 for ac_site_file
1726 ac_site_file1=$prefix/share/config.site
1727 ac_site_file2=$prefix/etc/config.site
1728 else
1729 ac_site_file1=$ac_default_prefix/share/config.site
1730 ac_site_file2=$ac_default_prefix/etc/config.site
1731 fi
1732 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
16391733 do
1734 test "x$ac_site_file" = xNONE && continue
16401735 if test -r "$ac_site_file"; then
1641 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1642 echo "$as_me: loading site script $ac_site_file" >&6;}
1736 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1737 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
16431738 sed 's/^/| /' "$ac_site_file" >&5
16441739 . "$ac_site_file"
16451740 fi
16491744 # Some versions of bash will fail to source /dev/null (special
16501745 # files actually), so we avoid doing that.
16511746 if test -f "$cache_file"; then
1652 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1653 echo "$as_me: loading cache $cache_file" >&6;}
1747 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1748 $as_echo "$as_me: loading cache $cache_file" >&6;}
16541749 case $cache_file in
16551750 [\\/]* | ?:[\\/]* ) . "$cache_file";;
16561751 *) . "./$cache_file";;
16571752 esac
16581753 fi
16591754 else
1660 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1661 echo "$as_me: creating cache $cache_file" >&6;}
1755 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1756 $as_echo "$as_me: creating cache $cache_file" >&6;}
16621757 >$cache_file
16631758 fi
16641759
16721767 eval ac_new_val=\$ac_env_${ac_var}_value
16731768 case $ac_old_set,$ac_new_set in
16741769 set,)
1675 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1676 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1770 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1771 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
16771772 ac_cache_corrupted=: ;;
16781773 ,set)
1679 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1680 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1774 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1775 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
16811776 ac_cache_corrupted=: ;;
16821777 ,);;
16831778 *)
16841779 if test "x$ac_old_val" != "x$ac_new_val"; then
1685 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1686 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1687 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1688 echo "$as_me: former value: $ac_old_val" >&2;}
1689 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1690 echo "$as_me: current value: $ac_new_val" >&2;}
1691 ac_cache_corrupted=:
1780 # differences in whitespace do not lead to failure.
1781 ac_old_val_w=`echo x $ac_old_val`
1782 ac_new_val_w=`echo x $ac_new_val`
1783 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1784 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1785 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1786 ac_cache_corrupted=:
1787 else
1788 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1789 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1790 eval $ac_var=\$ac_old_val
1791 fi
1792 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1793 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1794 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1795 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
16921796 fi;;
16931797 esac
16941798 # Pass precious variables to config.status.
16951799 if test "$ac_new_set" = set; then
16961800 case $ac_new_val in
1697 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1801 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
16981802 *) ac_arg=$ac_var=$ac_new_val ;;
16991803 esac
17001804 case " $ac_configure_args " in
17041808 fi
17051809 done
17061810 if $ac_cache_corrupted; then
1707 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1708 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1709 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1710 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1811 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1812 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1813 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1814 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1815 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1816 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
17111817 { (exit 1); exit 1; }; }
17121818 fi
17131819
17611867 fi
17621868 done
17631869 if test -z "$ac_aux_dir"; then
1764 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
1765 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
1870 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
1871 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
17661872 { (exit 1); exit 1; }; }
17671873 fi
17681874
17881894 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
17891895 # OS/2's system install, which has a completely different semantic
17901896 # ./install, which can be erroneously created by make from ./install.sh.
1791 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1792 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
1897 # Reject install programs that cannot install multiple files.
1898 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1899 $as_echo_n "checking for a BSD-compatible install... " >&6; }
17931900 if test -z "$INSTALL"; then
17941901 if test "${ac_cv_path_install+set}" = set; then
1795 echo $ECHO_N "(cached) $ECHO_C" >&6
1902 $as_echo_n "(cached) " >&6
17961903 else
17971904 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17981905 for as_dir in $PATH
18211928 # program-specific install script used by HP pwplus--don't use.
18221929 :
18231930 else
1824 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1825 break 3
1931 rm -rf conftest.one conftest.two conftest.dir
1932 echo one > conftest.one
1933 echo two > conftest.two
1934 mkdir conftest.dir
1935 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
1936 test -s conftest.one && test -s conftest.two &&
1937 test -s conftest.dir/conftest.one &&
1938 test -s conftest.dir/conftest.two
1939 then
1940 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1941 break 3
1942 fi
18261943 fi
18271944 fi
18281945 done
18291946 done
18301947 ;;
18311948 esac
1949
18321950 done
18331951 IFS=$as_save_IFS
18341952
1953 rm -rf conftest.one conftest.two conftest.dir
18351954
18361955 fi
18371956 if test "${ac_cv_path_install+set}" = set; then
18441963 INSTALL=$ac_install_sh
18451964 fi
18461965 fi
1847 { echo "$as_me:$LINENO: result: $INSTALL" >&5
1848 echo "${ECHO_T}$INSTALL" >&6; }
1966 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
1967 $as_echo "$INSTALL" >&6; }
18491968
18501969 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
18511970 # It thinks the first close brace ends the variable substitution.
18551974
18561975 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
18571976
1858 { echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1859 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
1977 { $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1978 $as_echo_n "checking whether build environment is sane... " >&6; }
18601979 # Just in case
18611980 sleep 1
18621981 echo timestamp > conftest.file
18791998 # if, for instance, CONFIG_SHELL is bash and it inherits a
18801999 # broken ls alias from the environment. This has actually
18812000 # happened. Such a system could not be considered "sane".
1882 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
2001 { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
18832002 alias in your environment" >&5
1884 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
2003 $as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
18852004 alias in your environment" >&2;}
18862005 { (exit 1); exit 1; }; }
18872006 fi
18922011 # Ok.
18932012 :
18942013 else
1895 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2014 { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
18962015 Check your system clock" >&5
1897 echo "$as_me: error: newly created file is older than distributed files!
2016 $as_echo "$as_me: error: newly created file is older than distributed files!
18982017 Check your system clock" >&2;}
18992018 { (exit 1); exit 1; }; }
19002019 fi
1901 { echo "$as_me:$LINENO: result: yes" >&5
1902 echo "${ECHO_T}yes" >&6; }
2020 { $as_echo "$as_me:$LINENO: result: yes" >&5
2021 $as_echo "yes" >&6; }
19032022 test "$program_prefix" != NONE &&
19042023 program_transform_name="s&^&$program_prefix&;$program_transform_name"
19052024 # Use a double $ so make ignores it.
19062025 test "$program_suffix" != NONE &&
19072026 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1908 # Double any \ or $. echo might interpret backslashes.
2027 # Double any \ or $.
19092028 # By default was `s,x,x', remove it if useless.
1910 cat <<\_ACEOF >conftest.sed
1911 s/[\\$]/&&/g;s/;s,x,x,$//
1912 _ACEOF
1913 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1914 rm -f conftest.sed
2029 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2030 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
19152031
19162032 # expand $ac_aux_dir to an absolute path
19172033 am_aux_dir=`cd $ac_aux_dir && pwd`
19222038 am_missing_run="$MISSING --run "
19232039 else
19242040 am_missing_run=
1925 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1926 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1927 fi
1928
1929 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
1930 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
2041 { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2042 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2043 fi
2044
2045 { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
2046 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
19312047 if test -z "$MKDIR_P"; then
19322048 if test "${ac_cv_path_mkdir+set}" = set; then
1933 echo $ECHO_N "(cached) $ECHO_C" >&6
2049 $as_echo_n "(cached) " >&6
19342050 else
19352051 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19362052 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
19652081 MKDIR_P="$ac_install_sh -d"
19662082 fi
19672083 fi
1968 { echo "$as_me:$LINENO: result: $MKDIR_P" >&5
1969 echo "${ECHO_T}$MKDIR_P" >&6; }
2084 { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
2085 $as_echo "$MKDIR_P" >&6; }
19702086
19712087 mkdir_p="$MKDIR_P"
19722088 case $mkdir_p in
19782094 do
19792095 # Extract the first word of "$ac_prog", so it can be a program name with args.
19802096 set dummy $ac_prog; ac_word=$2
1981 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1982 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2097 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2098 $as_echo_n "checking for $ac_word... " >&6; }
19832099 if test "${ac_cv_prog_AWK+set}" = set; then
1984 echo $ECHO_N "(cached) $ECHO_C" >&6
2100 $as_echo_n "(cached) " >&6
19852101 else
19862102 if test -n "$AWK"; then
19872103 ac_cv_prog_AWK="$AWK" # Let the user override the test.
19942110 for ac_exec_ext in '' $ac_executable_extensions; do
19952111 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
19962112 ac_cv_prog_AWK="$ac_prog"
1997 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2113 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19982114 break 2
19992115 fi
20002116 done
20052121 fi
20062122 AWK=$ac_cv_prog_AWK
20072123 if test -n "$AWK"; then
2008 { echo "$as_me:$LINENO: result: $AWK" >&5
2009 echo "${ECHO_T}$AWK" >&6; }
2010 else
2011 { echo "$as_me:$LINENO: result: no" >&5
2012 echo "${ECHO_T}no" >&6; }
2124 { $as_echo "$as_me:$LINENO: result: $AWK" >&5
2125 $as_echo "$AWK" >&6; }
2126 else
2127 { $as_echo "$as_me:$LINENO: result: no" >&5
2128 $as_echo "no" >&6; }
20132129 fi
20142130
20152131
20162132 test -n "$AWK" && break
20172133 done
20182134
2019 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2020 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2021 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2135 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2136 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2137 set x ${MAKE-make}
2138 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
20222139 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2023 echo $ECHO_N "(cached) $ECHO_C" >&6
2140 $as_echo_n "(cached) " >&6
20242141 else
20252142 cat >conftest.make <<\_ACEOF
20262143 SHELL = /bin/sh
20372154 rm -f conftest.make
20382155 fi
20392156 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2040 { echo "$as_me:$LINENO: result: yes" >&5
2041 echo "${ECHO_T}yes" >&6; }
2157 { $as_echo "$as_me:$LINENO: result: yes" >&5
2158 $as_echo "yes" >&6; }
20422159 SET_MAKE=
20432160 else
2044 { echo "$as_me:$LINENO: result: no" >&5
2045 echo "${ECHO_T}no" >&6; }
2161 { $as_echo "$as_me:$LINENO: result: no" >&5
2162 $as_echo "no" >&6; }
20462163 SET_MAKE="MAKE=${MAKE-make}"
20472164 fi
20482165
20612178 am__isrc=' -I$(srcdir)'
20622179 # test to see if srcdir already configured
20632180 if test -f $srcdir/config.status; then
2064 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2065 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2181 { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2182 $as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
20662183 { (exit 1); exit 1; }; }
20672184 fi
20682185 fi
20792196
20802197 # Define the identity of the package.
20812198 PACKAGE='lldpd'
2082 VERSION='0.3.1'
2199 VERSION='0.3.2'
20832200
20842201
20852202 cat >>confdefs.h <<_ACEOF
21172234 if test -n "$ac_tool_prefix"; then
21182235 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
21192236 set dummy ${ac_tool_prefix}strip; ac_word=$2
2120 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2121 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2237 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2238 $as_echo_n "checking for $ac_word... " >&6; }
21222239 if test "${ac_cv_prog_STRIP+set}" = set; then
2123 echo $ECHO_N "(cached) $ECHO_C" >&6
2240 $as_echo_n "(cached) " >&6
21242241 else
21252242 if test -n "$STRIP"; then
21262243 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
21332250 for ac_exec_ext in '' $ac_executable_extensions; do
21342251 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
21352252 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2136 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2253 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
21372254 break 2
21382255 fi
21392256 done
21442261 fi
21452262 STRIP=$ac_cv_prog_STRIP
21462263 if test -n "$STRIP"; then
2147 { echo "$as_me:$LINENO: result: $STRIP" >&5
2148 echo "${ECHO_T}$STRIP" >&6; }
2149 else
2150 { echo "$as_me:$LINENO: result: no" >&5
2151 echo "${ECHO_T}no" >&6; }
2264 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
2265 $as_echo "$STRIP" >&6; }
2266 else
2267 { $as_echo "$as_me:$LINENO: result: no" >&5
2268 $as_echo "no" >&6; }
21522269 fi
21532270
21542271
21572274 ac_ct_STRIP=$STRIP
21582275 # Extract the first word of "strip", so it can be a program name with args.
21592276 set dummy strip; ac_word=$2
2160 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2161 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2277 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2278 $as_echo_n "checking for $ac_word... " >&6; }
21622279 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2163 echo $ECHO_N "(cached) $ECHO_C" >&6
2280 $as_echo_n "(cached) " >&6
21642281 else
21652282 if test -n "$ac_ct_STRIP"; then
21662283 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
21732290 for ac_exec_ext in '' $ac_executable_extensions; do
21742291 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
21752292 ac_cv_prog_ac_ct_STRIP="strip"
2176 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2293 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
21772294 break 2
21782295 fi
21792296 done
21842301 fi
21852302 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
21862303 if test -n "$ac_ct_STRIP"; then
2187 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2188 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
2189 else
2190 { echo "$as_me:$LINENO: result: no" >&5
2191 echo "${ECHO_T}no" >&6; }
2304 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2305 $as_echo "$ac_ct_STRIP" >&6; }
2306 else
2307 { $as_echo "$as_me:$LINENO: result: no" >&5
2308 $as_echo "no" >&6; }
21922309 fi
21932310
21942311 if test "x$ac_ct_STRIP" = x; then
21962313 else
21972314 case $cross_compiling:$ac_tool_warned in
21982315 yes:)
2199 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2200 whose name does not start with the host triplet. If you think this
2201 configuration is useful to you, please write to autoconf@gnu.org." >&5
2202 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2203 whose name does not start with the host triplet. If you think this
2204 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2316 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2317 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
22052318 ac_tool_warned=yes ;;
22062319 esac
22072320 STRIP=$ac_ct_STRIP
22402353 if test -n "$ac_tool_prefix"; then
22412354 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
22422355 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2243 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2244 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2356 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2357 $as_echo_n "checking for $ac_word... " >&6; }
22452358 if test "${ac_cv_prog_CC+set}" = set; then
2246 echo $ECHO_N "(cached) $ECHO_C" >&6
2359 $as_echo_n "(cached) " >&6
22472360 else
22482361 if test -n "$CC"; then
22492362 ac_cv_prog_CC="$CC" # Let the user override the test.
22562369 for ac_exec_ext in '' $ac_executable_extensions; do
22572370 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
22582371 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2259 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2372 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22602373 break 2
22612374 fi
22622375 done
22672380 fi
22682381 CC=$ac_cv_prog_CC
22692382 if test -n "$CC"; then
2270 { echo "$as_me:$LINENO: result: $CC" >&5
2271 echo "${ECHO_T}$CC" >&6; }
2272 else
2273 { echo "$as_me:$LINENO: result: no" >&5
2274 echo "${ECHO_T}no" >&6; }
2383 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2384 $as_echo "$CC" >&6; }
2385 else
2386 { $as_echo "$as_me:$LINENO: result: no" >&5
2387 $as_echo "no" >&6; }
22752388 fi
22762389
22772390
22802393 ac_ct_CC=$CC
22812394 # Extract the first word of "gcc", so it can be a program name with args.
22822395 set dummy gcc; ac_word=$2
2283 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2284 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2396 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2397 $as_echo_n "checking for $ac_word... " >&6; }
22852398 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2286 echo $ECHO_N "(cached) $ECHO_C" >&6
2399 $as_echo_n "(cached) " >&6
22872400 else
22882401 if test -n "$ac_ct_CC"; then
22892402 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
22962409 for ac_exec_ext in '' $ac_executable_extensions; do
22972410 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
22982411 ac_cv_prog_ac_ct_CC="gcc"
2299 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2412 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
23002413 break 2
23012414 fi
23022415 done
23072420 fi
23082421 ac_ct_CC=$ac_cv_prog_ac_ct_CC
23092422 if test -n "$ac_ct_CC"; then
2310 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2311 echo "${ECHO_T}$ac_ct_CC" >&6; }
2312 else
2313 { echo "$as_me:$LINENO: result: no" >&5
2314 echo "${ECHO_T}no" >&6; }
2423 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2424 $as_echo "$ac_ct_CC" >&6; }
2425 else
2426 { $as_echo "$as_me:$LINENO: result: no" >&5
2427 $as_echo "no" >&6; }
23152428 fi
23162429
23172430 if test "x$ac_ct_CC" = x; then
23192432 else
23202433 case $cross_compiling:$ac_tool_warned in
23212434 yes:)
2322 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2323 whose name does not start with the host triplet. If you think this
2324 configuration is useful to you, please write to autoconf@gnu.org." >&5
2325 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2326 whose name does not start with the host triplet. If you think this
2327 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2435 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2436 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
23282437 ac_tool_warned=yes ;;
23292438 esac
23302439 CC=$ac_ct_CC
23372446 if test -n "$ac_tool_prefix"; then
23382447 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
23392448 set dummy ${ac_tool_prefix}cc; ac_word=$2
2340 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2341 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2449 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2450 $as_echo_n "checking for $ac_word... " >&6; }
23422451 if test "${ac_cv_prog_CC+set}" = set; then
2343 echo $ECHO_N "(cached) $ECHO_C" >&6
2452 $as_echo_n "(cached) " >&6
23442453 else
23452454 if test -n "$CC"; then
23462455 ac_cv_prog_CC="$CC" # Let the user override the test.
23532462 for ac_exec_ext in '' $ac_executable_extensions; do
23542463 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
23552464 ac_cv_prog_CC="${ac_tool_prefix}cc"
2356 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2465 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
23572466 break 2
23582467 fi
23592468 done
23642473 fi
23652474 CC=$ac_cv_prog_CC
23662475 if test -n "$CC"; then
2367 { echo "$as_me:$LINENO: result: $CC" >&5
2368 echo "${ECHO_T}$CC" >&6; }
2369 else
2370 { echo "$as_me:$LINENO: result: no" >&5
2371 echo "${ECHO_T}no" >&6; }
2476 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2477 $as_echo "$CC" >&6; }
2478 else
2479 { $as_echo "$as_me:$LINENO: result: no" >&5
2480 $as_echo "no" >&6; }
23722481 fi
23732482
23742483
23772486 if test -z "$CC"; then
23782487 # Extract the first word of "cc", so it can be a program name with args.
23792488 set dummy cc; ac_word=$2
2380 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2381 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2489 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2490 $as_echo_n "checking for $ac_word... " >&6; }
23822491 if test "${ac_cv_prog_CC+set}" = set; then
2383 echo $ECHO_N "(cached) $ECHO_C" >&6
2492 $as_echo_n "(cached) " >&6
23842493 else
23852494 if test -n "$CC"; then
23862495 ac_cv_prog_CC="$CC" # Let the user override the test.
23982507 continue
23992508 fi
24002509 ac_cv_prog_CC="cc"
2401 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2510 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
24022511 break 2
24032512 fi
24042513 done
24212530 fi
24222531 CC=$ac_cv_prog_CC
24232532 if test -n "$CC"; then
2424 { echo "$as_me:$LINENO: result: $CC" >&5
2425 echo "${ECHO_T}$CC" >&6; }
2426 else
2427 { echo "$as_me:$LINENO: result: no" >&5
2428 echo "${ECHO_T}no" >&6; }
2533 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2534 $as_echo "$CC" >&6; }
2535 else
2536 { $as_echo "$as_me:$LINENO: result: no" >&5
2537 $as_echo "no" >&6; }
24292538 fi
24302539
24312540
24362545 do
24372546 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
24382547 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2439 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2440 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2548 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2549 $as_echo_n "checking for $ac_word... " >&6; }
24412550 if test "${ac_cv_prog_CC+set}" = set; then
2442 echo $ECHO_N "(cached) $ECHO_C" >&6
2551 $as_echo_n "(cached) " >&6
24432552 else
24442553 if test -n "$CC"; then
24452554 ac_cv_prog_CC="$CC" # Let the user override the test.
24522561 for ac_exec_ext in '' $ac_executable_extensions; do
24532562 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
24542563 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2455 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2564 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
24562565 break 2
24572566 fi
24582567 done
24632572 fi
24642573 CC=$ac_cv_prog_CC
24652574 if test -n "$CC"; then
2466 { echo "$as_me:$LINENO: result: $CC" >&5
2467 echo "${ECHO_T}$CC" >&6; }
2468 else
2469 { echo "$as_me:$LINENO: result: no" >&5
2470 echo "${ECHO_T}no" >&6; }
2575 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2576 $as_echo "$CC" >&6; }
2577 else
2578 { $as_echo "$as_me:$LINENO: result: no" >&5
2579 $as_echo "no" >&6; }
24712580 fi
24722581
24732582
24802589 do
24812590 # Extract the first word of "$ac_prog", so it can be a program name with args.
24822591 set dummy $ac_prog; ac_word=$2
2483 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2484 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2592 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2593 $as_echo_n "checking for $ac_word... " >&6; }
24852594 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2486 echo $ECHO_N "(cached) $ECHO_C" >&6
2595 $as_echo_n "(cached) " >&6
24872596 else
24882597 if test -n "$ac_ct_CC"; then
24892598 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
24962605 for ac_exec_ext in '' $ac_executable_extensions; do
24972606 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
24982607 ac_cv_prog_ac_ct_CC="$ac_prog"
2499 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2608 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25002609 break 2
25012610 fi
25022611 done
25072616 fi
25082617 ac_ct_CC=$ac_cv_prog_ac_ct_CC
25092618 if test -n "$ac_ct_CC"; then
2510 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2511 echo "${ECHO_T}$ac_ct_CC" >&6; }
2512 else
2513 { echo "$as_me:$LINENO: result: no" >&5
2514 echo "${ECHO_T}no" >&6; }
2619 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2620 $as_echo "$ac_ct_CC" >&6; }
2621 else
2622 { $as_echo "$as_me:$LINENO: result: no" >&5
2623 $as_echo "no" >&6; }
25152624 fi
25162625
25172626
25232632 else
25242633 case $cross_compiling:$ac_tool_warned in
25252634 yes:)
2526 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2527 whose name does not start with the host triplet. If you think this
2528 configuration is useful to you, please write to autoconf@gnu.org." >&5
2529 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2530 whose name does not start with the host triplet. If you think this
2531 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2635 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2636 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
25322637 ac_tool_warned=yes ;;
25332638 esac
25342639 CC=$ac_ct_CC
25382643 fi
25392644
25402645
2541 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2646 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2647 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2648 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
25422649 See \`config.log' for more details." >&5
2543 echo "$as_me: error: no acceptable C compiler found in \$PATH
2650 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
25442651 See \`config.log' for more details." >&2;}
2545 { (exit 1); exit 1; }; }
2652 { (exit 1); exit 1; }; }; }
25462653
25472654 # Provide some information about the compiler.
2548 echo "$as_me:$LINENO: checking for C compiler version" >&5
2549 ac_compiler=`set X $ac_compile; echo $2`
2655 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2656 set X $ac_compile
2657 ac_compiler=$2
25502658 { (ac_try="$ac_compiler --version >&5"
25512659 case "(($ac_try" in
25522660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25532661 *) ac_try_echo=$ac_try;;
25542662 esac
2555 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2664 $as_echo "$ac_try_echo") >&5
25562665 (eval "$ac_compiler --version >&5") 2>&5
25572666 ac_status=$?
2558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2667 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25592668 (exit $ac_status); }
25602669 { (ac_try="$ac_compiler -v >&5"
25612670 case "(($ac_try" in
25622671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25632672 *) ac_try_echo=$ac_try;;
25642673 esac
2565 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2674 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2675 $as_echo "$ac_try_echo") >&5
25662676 (eval "$ac_compiler -v >&5") 2>&5
25672677 ac_status=$?
2568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2678 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25692679 (exit $ac_status); }
25702680 { (ac_try="$ac_compiler -V >&5"
25712681 case "(($ac_try" in
25722682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25732683 *) ac_try_echo=$ac_try;;
25742684 esac
2575 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2685 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2686 $as_echo "$ac_try_echo") >&5
25762687 (eval "$ac_compiler -V >&5") 2>&5
25772688 ac_status=$?
2578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2689 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25792690 (exit $ac_status); }
25802691
25812692 cat >conftest.$ac_ext <<_ACEOF
25942705 }
25952706 _ACEOF
25962707 ac_clean_files_save=$ac_clean_files
2597 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2708 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
25982709 # Try to create an executable without -o first, disregard a.out.
25992710 # It will help us diagnose broken compilers, and finding out an intuition
26002711 # of exeext.
2601 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2602 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2603 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2604 #
2605 # List of possible output files, starting from the most likely.
2606 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2607 # only as a last resort. b.out is created by i960 compilers.
2608 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2609 #
2610 # The IRIX 6 linker writes into existing files which may not be
2611 # executable, retaining their permissions. Remove them first so a
2612 # subsequent execution test works.
2712 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2713 $as_echo_n "checking for C compiler default output file name... " >&6; }
2714 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2715
2716 # The possible output files:
2717 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2718
26132719 ac_rmfiles=
26142720 for ac_file in $ac_files
26152721 do
26162722 case $ac_file in
2617 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2723 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
26182724 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
26192725 esac
26202726 done
26252731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26262732 *) ac_try_echo=$ac_try;;
26272733 esac
2628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2734 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2735 $as_echo "$ac_try_echo") >&5
26292736 (eval "$ac_link_default") 2>&5
26302737 ac_status=$?
2631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2738 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26322739 (exit $ac_status); }; then
26332740 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
26342741 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
26392746 do
26402747 test -f "$ac_file" || continue
26412748 case $ac_file in
2642 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2749 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
26432750 ;;
26442751 [ab].out )
26452752 # We found the default executable, but exeext='' is most
26662773 ac_file=''
26672774 fi
26682775
2669 { echo "$as_me:$LINENO: result: $ac_file" >&5
2670 echo "${ECHO_T}$ac_file" >&6; }
2776 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2777 $as_echo "$ac_file" >&6; }
26712778 if test -z "$ac_file"; then
2672 echo "$as_me: failed program was:" >&5
2779 $as_echo "$as_me: failed program was:" >&5
26732780 sed 's/^/| /' conftest.$ac_ext >&5
26742781
2675 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2782 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2783 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2784 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
26762785 See \`config.log' for more details." >&5
2677 echo "$as_me: error: C compiler cannot create executables
2786 $as_echo "$as_me: error: C compiler cannot create executables
26782787 See \`config.log' for more details." >&2;}
2679 { (exit 77); exit 77; }; }
2788 { (exit 77); exit 77; }; }; }
26802789 fi
26812790
26822791 ac_exeext=$ac_cv_exeext
26832792
26842793 # Check that the compiler produces executables we can run. If not, either
26852794 # the compiler is broken, or we cross compile.
2686 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2687 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2795 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2796 $as_echo_n "checking whether the C compiler works... " >&6; }
26882797 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
26892798 # If not cross compiling, check that we can run a simple program.
26902799 if test "$cross_compiling" != yes; then
26932802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26942803 *) ac_try_echo=$ac_try;;
26952804 esac
2696 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2805 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2806 $as_echo "$ac_try_echo") >&5
26972807 (eval "$ac_try") 2>&5
26982808 ac_status=$?
2699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2809 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27002810 (exit $ac_status); }; }; then
27012811 cross_compiling=no
27022812 else
27032813 if test "$cross_compiling" = maybe; then
27042814 cross_compiling=yes
27052815 else
2706 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2816 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2817 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2818 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
27072819 If you meant to cross compile, use \`--host'.
27082820 See \`config.log' for more details." >&5
2709 echo "$as_me: error: cannot run C compiled programs.
2821 $as_echo "$as_me: error: cannot run C compiled programs.
27102822 If you meant to cross compile, use \`--host'.
27112823 See \`config.log' for more details." >&2;}
2712 { (exit 1); exit 1; }; }
2824 { (exit 1); exit 1; }; }; }
27132825 fi
27142826 fi
27152827 fi
2716 { echo "$as_me:$LINENO: result: yes" >&5
2717 echo "${ECHO_T}yes" >&6; }
2718
2719 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2828 { $as_echo "$as_me:$LINENO: result: yes" >&5
2829 $as_echo "yes" >&6; }
2830
2831 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
27202832 ac_clean_files=$ac_clean_files_save
27212833 # Check that the compiler produces executables we can run. If not, either
27222834 # the compiler is broken, or we cross compile.
2723 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2724 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2725 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2726 echo "${ECHO_T}$cross_compiling" >&6; }
2727
2728 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2729 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2835 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2836 $as_echo_n "checking whether we are cross compiling... " >&6; }
2837 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2838 $as_echo "$cross_compiling" >&6; }
2839
2840 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2841 $as_echo_n "checking for suffix of executables... " >&6; }
27302842 if { (ac_try="$ac_link"
27312843 case "(($ac_try" in
27322844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27332845 *) ac_try_echo=$ac_try;;
27342846 esac
2735 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2847 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2848 $as_echo "$ac_try_echo") >&5
27362849 (eval "$ac_link") 2>&5
27372850 ac_status=$?
2738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2851 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27392852 (exit $ac_status); }; then
27402853 # If both `conftest.exe' and `conftest' are `present' (well, observable)
27412854 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
27442857 for ac_file in conftest.exe conftest conftest.*; do
27452858 test -f "$ac_file" || continue
27462859 case $ac_file in
2747 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2860 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
27482861 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
27492862 break;;
27502863 * ) break;;
27512864 esac
27522865 done
27532866 else
2754 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2867 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2868 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2869 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
27552870 See \`config.log' for more details." >&5
2756 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2871 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
27572872 See \`config.log' for more details." >&2;}
2758 { (exit 1); exit 1; }; }
2873 { (exit 1); exit 1; }; }; }
27592874 fi
27602875
27612876 rm -f conftest$ac_cv_exeext
2762 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2763 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2877 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2878 $as_echo "$ac_cv_exeext" >&6; }
27642879
27652880 rm -f conftest.$ac_ext
27662881 EXEEXT=$ac_cv_exeext
27672882 ac_exeext=$EXEEXT
2768 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2769 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2883 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2884 $as_echo_n "checking for suffix of object files... " >&6; }
27702885 if test "${ac_cv_objext+set}" = set; then
2771 echo $ECHO_N "(cached) $ECHO_C" >&6
2886 $as_echo_n "(cached) " >&6
27722887 else
27732888 cat >conftest.$ac_ext <<_ACEOF
27742889 /* confdefs.h. */
27912906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27922907 *) ac_try_echo=$ac_try;;
27932908 esac
2794 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2909 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2910 $as_echo "$ac_try_echo") >&5
27952911 (eval "$ac_compile") 2>&5
27962912 ac_status=$?
2797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2913 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27982914 (exit $ac_status); }; then
27992915 for ac_file in conftest.o conftest.obj conftest.*; do
28002916 test -f "$ac_file" || continue;
28012917 case $ac_file in
2802 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2918 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
28032919 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
28042920 break;;
28052921 esac
28062922 done
28072923 else
2808 echo "$as_me: failed program was:" >&5
2924 $as_echo "$as_me: failed program was:" >&5
28092925 sed 's/^/| /' conftest.$ac_ext >&5
28102926
2811 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2927 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2928 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2929 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
28122930 See \`config.log' for more details." >&5
2813 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2931 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
28142932 See \`config.log' for more details." >&2;}
2815 { (exit 1); exit 1; }; }
2933 { (exit 1); exit 1; }; }; }
28162934 fi
28172935
28182936 rm -f conftest.$ac_cv_objext conftest.$ac_ext
28192937 fi
2820 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2821 echo "${ECHO_T}$ac_cv_objext" >&6; }
2938 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2939 $as_echo "$ac_cv_objext" >&6; }
28222940 OBJEXT=$ac_cv_objext
28232941 ac_objext=$OBJEXT
2824 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2825 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2942 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2943 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
28262944 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2827 echo $ECHO_N "(cached) $ECHO_C" >&6
2945 $as_echo_n "(cached) " >&6
28282946 else
28292947 cat >conftest.$ac_ext <<_ACEOF
28302948 /* confdefs.h. */
28502968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28512969 *) ac_try_echo=$ac_try;;
28522970 esac
2853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2971 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2972 $as_echo "$ac_try_echo") >&5
28542973 (eval "$ac_compile") 2>conftest.er1
28552974 ac_status=$?
28562975 grep -v '^ *+' conftest.er1 >conftest.err
28572976 rm -f conftest.er1
28582977 cat conftest.err >&5
2859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2978 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28602979 (exit $ac_status); } && {
28612980 test -z "$ac_c_werror_flag" ||
28622981 test ! -s conftest.err
28632982 } && test -s conftest.$ac_objext; then
28642983 ac_compiler_gnu=yes
28652984 else
2866 echo "$as_me: failed program was:" >&5
2985 $as_echo "$as_me: failed program was:" >&5
28672986 sed 's/^/| /' conftest.$ac_ext >&5
28682987
28692988 ac_compiler_gnu=no
28732992 ac_cv_c_compiler_gnu=$ac_compiler_gnu
28742993
28752994 fi
2876 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2877 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2878 GCC=`test $ac_compiler_gnu = yes && echo yes`
2995 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2996 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
2997 if test $ac_compiler_gnu = yes; then
2998 GCC=yes
2999 else
3000 GCC=
3001 fi
28793002 ac_test_CFLAGS=${CFLAGS+set}
28803003 ac_save_CFLAGS=$CFLAGS
2881 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2882 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
3004 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3005 $as_echo_n "checking whether $CC accepts -g... " >&6; }
28833006 if test "${ac_cv_prog_cc_g+set}" = set; then
2884 echo $ECHO_N "(cached) $ECHO_C" >&6
3007 $as_echo_n "(cached) " >&6
28853008 else
28863009 ac_save_c_werror_flag=$ac_c_werror_flag
28873010 ac_c_werror_flag=yes
29083031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29093032 *) ac_try_echo=$ac_try;;
29103033 esac
2911 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3034 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3035 $as_echo "$ac_try_echo") >&5
29123036 (eval "$ac_compile") 2>conftest.er1
29133037 ac_status=$?
29143038 grep -v '^ *+' conftest.er1 >conftest.err
29153039 rm -f conftest.er1
29163040 cat conftest.err >&5
2917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3041 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
29183042 (exit $ac_status); } && {
29193043 test -z "$ac_c_werror_flag" ||
29203044 test ! -s conftest.err
29213045 } && test -s conftest.$ac_objext; then
29223046 ac_cv_prog_cc_g=yes
29233047 else
2924 echo "$as_me: failed program was:" >&5
3048 $as_echo "$as_me: failed program was:" >&5
29253049 sed 's/^/| /' conftest.$ac_ext >&5
29263050
29273051 CFLAGS=""
29463070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29473071 *) ac_try_echo=$ac_try;;
29483072 esac
2949 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3073 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3074 $as_echo "$ac_try_echo") >&5
29503075 (eval "$ac_compile") 2>conftest.er1
29513076 ac_status=$?
29523077 grep -v '^ *+' conftest.er1 >conftest.err
29533078 rm -f conftest.er1
29543079 cat conftest.err >&5
2955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3080 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
29563081 (exit $ac_status); } && {
29573082 test -z "$ac_c_werror_flag" ||
29583083 test ! -s conftest.err
29593084 } && test -s conftest.$ac_objext; then
29603085 :
29613086 else
2962 echo "$as_me: failed program was:" >&5
3087 $as_echo "$as_me: failed program was:" >&5
29633088 sed 's/^/| /' conftest.$ac_ext >&5
29643089
29653090 ac_c_werror_flag=$ac_save_c_werror_flag
29853110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29863111 *) ac_try_echo=$ac_try;;
29873112 esac
2988 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3113 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3114 $as_echo "$ac_try_echo") >&5
29893115 (eval "$ac_compile") 2>conftest.er1
29903116 ac_status=$?
29913117 grep -v '^ *+' conftest.er1 >conftest.err
29923118 rm -f conftest.er1
29933119 cat conftest.err >&5
2994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3120 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
29953121 (exit $ac_status); } && {
29963122 test -z "$ac_c_werror_flag" ||
29973123 test ! -s conftest.err
29983124 } && test -s conftest.$ac_objext; then
29993125 ac_cv_prog_cc_g=yes
30003126 else
3001 echo "$as_me: failed program was:" >&5
3127 $as_echo "$as_me: failed program was:" >&5
30023128 sed 's/^/| /' conftest.$ac_ext >&5
30033129
30043130
30133139 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30143140 ac_c_werror_flag=$ac_save_c_werror_flag
30153141 fi
3016 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3017 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3142 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3143 $as_echo "$ac_cv_prog_cc_g" >&6; }
30183144 if test "$ac_test_CFLAGS" = set; then
30193145 CFLAGS=$ac_save_CFLAGS
30203146 elif test $ac_cv_prog_cc_g = yes; then
30303156 CFLAGS=
30313157 fi
30323158 fi
3033 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3034 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3159 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3160 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
30353161 if test "${ac_cv_prog_cc_c89+set}" = set; then
3036 echo $ECHO_N "(cached) $ECHO_C" >&6
3162 $as_echo_n "(cached) " >&6
30373163 else
30383164 ac_cv_prog_cc_c89=no
30393165 ac_save_CC=$CC
31043230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31053231 *) ac_try_echo=$ac_try;;
31063232 esac
3107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3233 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3234 $as_echo "$ac_try_echo") >&5
31083235 (eval "$ac_compile") 2>conftest.er1
31093236 ac_status=$?
31103237 grep -v '^ *+' conftest.er1 >conftest.err
31113238 rm -f conftest.er1
31123239 cat conftest.err >&5
3113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3240 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31143241 (exit $ac_status); } && {
31153242 test -z "$ac_c_werror_flag" ||
31163243 test ! -s conftest.err
31173244 } && test -s conftest.$ac_objext; then
31183245 ac_cv_prog_cc_c89=$ac_arg
31193246 else
3120 echo "$as_me: failed program was:" >&5
3247 $as_echo "$as_me: failed program was:" >&5
31213248 sed 's/^/| /' conftest.$ac_ext >&5
31223249
31233250
31333260 # AC_CACHE_VAL
31343261 case "x$ac_cv_prog_cc_c89" in
31353262 x)
3136 { echo "$as_me:$LINENO: result: none needed" >&5
3137 echo "${ECHO_T}none needed" >&6; } ;;
3263 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3264 $as_echo "none needed" >&6; } ;;
31383265 xno)
3139 { echo "$as_me:$LINENO: result: unsupported" >&5
3140 echo "${ECHO_T}unsupported" >&6; } ;;
3266 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3267 $as_echo "unsupported" >&6; } ;;
31413268 *)
31423269 CC="$CC $ac_cv_prog_cc_c89"
3143 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3144 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3270 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3271 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
31453272 esac
31463273
31473274
31623289 .PHONY: am__doit
31633290 END
31643291 # If we don't find an include directive, just comment out the code.
3165 { echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
3166 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
3292 { $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
3293 $as_echo_n "checking for style of include used by $am_make... " >&6; }
31673294 am__include="#"
31683295 am__quote=
31693296 _am_result=none
31903317 fi
31913318
31923319
3193 { echo "$as_me:$LINENO: result: $_am_result" >&5
3194 echo "${ECHO_T}$_am_result" >&6; }
3320 { $as_echo "$as_me:$LINENO: result: $_am_result" >&5
3321 $as_echo "$_am_result" >&6; }
31953322 rm -f confinc confmf
31963323
31973324 # Check whether --enable-dependency-tracking was given.
32153342
32163343 depcc="$CC" am_compiler_list=
32173344
3218 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3219 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
3345 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3346 $as_echo_n "checking dependency style of $depcc... " >&6; }
32203347 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3221 echo $ECHO_N "(cached) $ECHO_C" >&6
3348 $as_echo_n "(cached) " >&6
32223349 else
32233350 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
32243351 # We make a subdir and do the tests there. Otherwise we can end up
33063433 fi
33073434
33083435 fi
3309 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3310 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
3436 { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3437 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
33113438 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
33123439
33133440 if
33923519
33933520 # Checks for header files.
33943521
3395 { echo "$as_me:$LINENO: checking whether TAILQ_FIRST is declared" >&5
3396 echo $ECHO_N "checking whether TAILQ_FIRST is declared... $ECHO_C" >&6; }
3522 { $as_echo "$as_me:$LINENO: checking whether TAILQ_FIRST is declared" >&5
3523 $as_echo_n "checking whether TAILQ_FIRST is declared... " >&6; }
33973524 if test "${ac_cv_have_decl_TAILQ_FIRST+set}" = set; then
3398 echo $ECHO_N "(cached) $ECHO_C" >&6
3525 $as_echo_n "(cached) " >&6
33993526 else
34003527 cat >conftest.$ac_ext <<_ACEOF
34013528 /* confdefs.h. */
34223549 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34233550 *) ac_try_echo=$ac_try;;
34243551 esac
3425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3552 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3553 $as_echo "$ac_try_echo") >&5
34263554 (eval "$ac_compile") 2>conftest.er1
34273555 ac_status=$?
34283556 grep -v '^ *+' conftest.er1 >conftest.err
34293557 rm -f conftest.er1
34303558 cat conftest.err >&5
3431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3559 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
34323560 (exit $ac_status); } && {
34333561 test -z "$ac_c_werror_flag" ||
34343562 test ! -s conftest.err
34353563 } && test -s conftest.$ac_objext; then
34363564 ac_cv_have_decl_TAILQ_FIRST=yes
34373565 else
3438 echo "$as_me: failed program was:" >&5
3566 $as_echo "$as_me: failed program was:" >&5
34393567 sed 's/^/| /' conftest.$ac_ext >&5
34403568
34413569 ac_cv_have_decl_TAILQ_FIRST=no
34433571
34443572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34453573 fi
3446 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_TAILQ_FIRST" >&5
3447 echo "${ECHO_T}$ac_cv_have_decl_TAILQ_FIRST" >&6; }
3448 if test $ac_cv_have_decl_TAILQ_FIRST = yes; then
3574 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_TAILQ_FIRST" >&5
3575 $as_echo "$ac_cv_have_decl_TAILQ_FIRST" >&6; }
3576 if test "x$ac_cv_have_decl_TAILQ_FIRST" = x""yes; then
34493577
34503578 cat >>confdefs.h <<_ACEOF
34513579 #define HAVE_DECL_TAILQ_FIRST 1
34593587
34603588
34613589 fi
3462 { echo "$as_me:$LINENO: checking whether TAILQ_NEXT is declared" >&5
3463 echo $ECHO_N "checking whether TAILQ_NEXT is declared... $ECHO_C" >&6; }
3590 { $as_echo "$as_me:$LINENO: checking whether TAILQ_NEXT is declared" >&5
3591 $as_echo_n "checking whether TAILQ_NEXT is declared... " >&6; }
34643592 if test "${ac_cv_have_decl_TAILQ_NEXT+set}" = set; then
3465 echo $ECHO_N "(cached) $ECHO_C" >&6
3593 $as_echo_n "(cached) " >&6
34663594 else
34673595 cat >conftest.$ac_ext <<_ACEOF
34683596 /* confdefs.h. */
34893617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34903618 *) ac_try_echo=$ac_try;;
34913619 esac
3492 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3620 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3621 $as_echo "$ac_try_echo") >&5
34933622 (eval "$ac_compile") 2>conftest.er1
34943623 ac_status=$?
34953624 grep -v '^ *+' conftest.er1 >conftest.err
34963625 rm -f conftest.er1
34973626 cat conftest.err >&5
3498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3627 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
34993628 (exit $ac_status); } && {
35003629 test -z "$ac_c_werror_flag" ||
35013630 test ! -s conftest.err
35023631 } && test -s conftest.$ac_objext; then
35033632 ac_cv_have_decl_TAILQ_NEXT=yes
35043633 else
3505 echo "$as_me: failed program was:" >&5
3634 $as_echo "$as_me: failed program was:" >&5
35063635 sed 's/^/| /' conftest.$ac_ext >&5
35073636
35083637 ac_cv_have_decl_TAILQ_NEXT=no
35103639
35113640 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35123641 fi
3513 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_TAILQ_NEXT" >&5
3514 echo "${ECHO_T}$ac_cv_have_decl_TAILQ_NEXT" >&6; }
3515 if test $ac_cv_have_decl_TAILQ_NEXT = yes; then
3642 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_TAILQ_NEXT" >&5
3643 $as_echo "$ac_cv_have_decl_TAILQ_NEXT" >&6; }
3644 if test "x$ac_cv_have_decl_TAILQ_NEXT" = x""yes; then
35163645
35173646 cat >>confdefs.h <<_ACEOF
35183647 #define HAVE_DECL_TAILQ_NEXT 1
35263655
35273656
35283657 fi
3529 { echo "$as_me:$LINENO: checking whether TAILQ_FOREACH is declared" >&5
3530 echo $ECHO_N "checking whether TAILQ_FOREACH is declared... $ECHO_C" >&6; }
3658 { $as_echo "$as_me:$LINENO: checking whether TAILQ_FOREACH is declared" >&5
3659 $as_echo_n "checking whether TAILQ_FOREACH is declared... " >&6; }
35313660 if test "${ac_cv_have_decl_TAILQ_FOREACH+set}" = set; then
3532 echo $ECHO_N "(cached) $ECHO_C" >&6
3661 $as_echo_n "(cached) " >&6
35333662 else
35343663 cat >conftest.$ac_ext <<_ACEOF
35353664 /* confdefs.h. */
35563685 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35573686 *) ac_try_echo=$ac_try;;
35583687 esac
3559 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3688 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3689 $as_echo "$ac_try_echo") >&5
35603690 (eval "$ac_compile") 2>conftest.er1
35613691 ac_status=$?
35623692 grep -v '^ *+' conftest.er1 >conftest.err
35633693 rm -f conftest.er1
35643694 cat conftest.err >&5
3565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3695 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
35663696 (exit $ac_status); } && {
35673697 test -z "$ac_c_werror_flag" ||
35683698 test ! -s conftest.err
35693699 } && test -s conftest.$ac_objext; then
35703700 ac_cv_have_decl_TAILQ_FOREACH=yes
35713701 else
3572 echo "$as_me: failed program was:" >&5
3702 $as_echo "$as_me: failed program was:" >&5
35733703 sed 's/^/| /' conftest.$ac_ext >&5
35743704
35753705 ac_cv_have_decl_TAILQ_FOREACH=no
35773707
35783708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35793709 fi
3580 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_TAILQ_FOREACH" >&5
3581 echo "${ECHO_T}$ac_cv_have_decl_TAILQ_FOREACH" >&6; }
3582 if test $ac_cv_have_decl_TAILQ_FOREACH = yes; then
3710 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_TAILQ_FOREACH" >&5
3711 $as_echo "$ac_cv_have_decl_TAILQ_FOREACH" >&6; }
3712 if test "x$ac_cv_have_decl_TAILQ_FOREACH" = x""yes; then
35833713
35843714 cat >>confdefs.h <<_ACEOF
35853715 #define HAVE_DECL_TAILQ_FOREACH 1
35933723
35943724
35953725 fi
3596 { echo "$as_me:$LINENO: checking whether TAILQ_EMPTY is declared" >&5
3597 echo $ECHO_N "checking whether TAILQ_EMPTY is declared... $ECHO_C" >&6; }
3726 { $as_echo "$as_me:$LINENO: checking whether TAILQ_EMPTY is declared" >&5
3727 $as_echo_n "checking whether TAILQ_EMPTY is declared... " >&6; }
35983728 if test "${ac_cv_have_decl_TAILQ_EMPTY+set}" = set; then
3599 echo $ECHO_N "(cached) $ECHO_C" >&6
3729 $as_echo_n "(cached) " >&6
36003730 else
36013731 cat >conftest.$ac_ext <<_ACEOF
36023732 /* confdefs.h. */
36233753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36243754 *) ac_try_echo=$ac_try;;
36253755 esac
3626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3756 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3757 $as_echo "$ac_try_echo") >&5
36273758 (eval "$ac_compile") 2>conftest.er1
36283759 ac_status=$?
36293760 grep -v '^ *+' conftest.er1 >conftest.err
36303761 rm -f conftest.er1
36313762 cat conftest.err >&5
3632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3763 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
36333764 (exit $ac_status); } && {
36343765 test -z "$ac_c_werror_flag" ||
36353766 test ! -s conftest.err
36363767 } && test -s conftest.$ac_objext; then
36373768 ac_cv_have_decl_TAILQ_EMPTY=yes
36383769 else
3639 echo "$as_me: failed program was:" >&5
3770 $as_echo "$as_me: failed program was:" >&5
36403771 sed 's/^/| /' conftest.$ac_ext >&5
36413772
36423773 ac_cv_have_decl_TAILQ_EMPTY=no
36443775
36453776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36463777 fi
3647 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_TAILQ_EMPTY" >&5
3648 echo "${ECHO_T}$ac_cv_have_decl_TAILQ_EMPTY" >&6; }
3649 if test $ac_cv_have_decl_TAILQ_EMPTY = yes; then
3778 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_TAILQ_EMPTY" >&5
3779 $as_echo "$ac_cv_have_decl_TAILQ_EMPTY" >&6; }
3780 if test "x$ac_cv_have_decl_TAILQ_EMPTY" = x""yes; then
36503781
36513782 cat >>confdefs.h <<_ACEOF
36523783 #define HAVE_DECL_TAILQ_EMPTY 1
36623793 fi
36633794
36643795
3665 { echo "$as_me:$LINENO: checking whether SLIST_HEAD is declared" >&5
3666 echo $ECHO_N "checking whether SLIST_HEAD is declared... $ECHO_C" >&6; }
3796 { $as_echo "$as_me:$LINENO: checking whether SLIST_HEAD is declared" >&5
3797 $as_echo_n "checking whether SLIST_HEAD is declared... " >&6; }
36673798 if test "${ac_cv_have_decl_SLIST_HEAD+set}" = set; then
3668 echo $ECHO_N "(cached) $ECHO_C" >&6
3799 $as_echo_n "(cached) " >&6
36693800 else
36703801 cat >conftest.$ac_ext <<_ACEOF
36713802 /* confdefs.h. */
36923823 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36933824 *) ac_try_echo=$ac_try;;
36943825 esac
3695 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3826 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3827 $as_echo "$ac_try_echo") >&5
36963828 (eval "$ac_compile") 2>conftest.er1
36973829 ac_status=$?
36983830 grep -v '^ *+' conftest.er1 >conftest.err
36993831 rm -f conftest.er1
37003832 cat conftest.err >&5
3701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3833 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
37023834 (exit $ac_status); } && {
37033835 test -z "$ac_c_werror_flag" ||
37043836 test ! -s conftest.err
37053837 } && test -s conftest.$ac_objext; then
37063838 ac_cv_have_decl_SLIST_HEAD=yes
37073839 else
3708 echo "$as_me: failed program was:" >&5
3840 $as_echo "$as_me: failed program was:" >&5
37093841 sed 's/^/| /' conftest.$ac_ext >&5
37103842
37113843 ac_cv_have_decl_SLIST_HEAD=no
37133845
37143846 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37153847 fi
3716 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_SLIST_HEAD" >&5
3717 echo "${ECHO_T}$ac_cv_have_decl_SLIST_HEAD" >&6; }
3718 if test $ac_cv_have_decl_SLIST_HEAD = yes; then
3848 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_SLIST_HEAD" >&5
3849 $as_echo "$ac_cv_have_decl_SLIST_HEAD" >&6; }
3850 if test "x$ac_cv_have_decl_SLIST_HEAD" = x""yes; then
37193851
37203852 cat >>confdefs.h <<_ACEOF
37213853 #define HAVE_DECL_SLIST_HEAD 1
37293861
37303862
37313863 fi
3732 { echo "$as_me:$LINENO: checking whether SLIST_ENTRY is declared" >&5
3733 echo $ECHO_N "checking whether SLIST_ENTRY is declared... $ECHO_C" >&6; }
3864 { $as_echo "$as_me:$LINENO: checking whether SLIST_ENTRY is declared" >&5
3865 $as_echo_n "checking whether SLIST_ENTRY is declared... " >&6; }
37343866 if test "${ac_cv_have_decl_SLIST_ENTRY+set}" = set; then
3735 echo $ECHO_N "(cached) $ECHO_C" >&6
3867 $as_echo_n "(cached) " >&6
37363868 else
37373869 cat >conftest.$ac_ext <<_ACEOF
37383870 /* confdefs.h. */
37593891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37603892 *) ac_try_echo=$ac_try;;
37613893 esac
3762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3894 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3895 $as_echo "$ac_try_echo") >&5
37633896 (eval "$ac_compile") 2>conftest.er1
37643897 ac_status=$?
37653898 grep -v '^ *+' conftest.er1 >conftest.err
37663899 rm -f conftest.er1
37673900 cat conftest.err >&5
3768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3901 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
37693902 (exit $ac_status); } && {
37703903 test -z "$ac_c_werror_flag" ||
37713904 test ! -s conftest.err
37723905 } && test -s conftest.$ac_objext; then
37733906 ac_cv_have_decl_SLIST_ENTRY=yes
37743907 else
3775 echo "$as_me: failed program was:" >&5
3908 $as_echo "$as_me: failed program was:" >&5
37763909 sed 's/^/| /' conftest.$ac_ext >&5
37773910
37783911 ac_cv_have_decl_SLIST_ENTRY=no
37803913
37813914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37823915 fi
3783 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_SLIST_ENTRY" >&5
3784 echo "${ECHO_T}$ac_cv_have_decl_SLIST_ENTRY" >&6; }
3785 if test $ac_cv_have_decl_SLIST_ENTRY = yes; then
3916 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_SLIST_ENTRY" >&5
3917 $as_echo "$ac_cv_have_decl_SLIST_ENTRY" >&6; }
3918 if test "x$ac_cv_have_decl_SLIST_ENTRY" = x""yes; then
37863919
37873920 cat >>confdefs.h <<_ACEOF
37883921 #define HAVE_DECL_SLIST_ENTRY 1
37963929
37973930
37983931 fi
3799 { echo "$as_me:$LINENO: checking whether SLIST_INIT is declared" >&5
3800 echo $ECHO_N "checking whether SLIST_INIT is declared... $ECHO_C" >&6; }
3932 { $as_echo "$as_me:$LINENO: checking whether SLIST_INIT is declared" >&5
3933 $as_echo_n "checking whether SLIST_INIT is declared... " >&6; }
38013934 if test "${ac_cv_have_decl_SLIST_INIT+set}" = set; then
3802 echo $ECHO_N "(cached) $ECHO_C" >&6
3935 $as_echo_n "(cached) " >&6
38033936 else
38043937 cat >conftest.$ac_ext <<_ACEOF
38053938 /* confdefs.h. */
38263959 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38273960 *) ac_try_echo=$ac_try;;
38283961 esac
3829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3962 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3963 $as_echo "$ac_try_echo") >&5
38303964 (eval "$ac_compile") 2>conftest.er1
38313965 ac_status=$?
38323966 grep -v '^ *+' conftest.er1 >conftest.err
38333967 rm -f conftest.er1
38343968 cat conftest.err >&5
3835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3969 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
38363970 (exit $ac_status); } && {
38373971 test -z "$ac_c_werror_flag" ||
38383972 test ! -s conftest.err
38393973 } && test -s conftest.$ac_objext; then
38403974 ac_cv_have_decl_SLIST_INIT=yes
38413975 else
3842 echo "$as_me: failed program was:" >&5
3976 $as_echo "$as_me: failed program was:" >&5
38433977 sed 's/^/| /' conftest.$ac_ext >&5
38443978
38453979 ac_cv_have_decl_SLIST_INIT=no
38473981
38483982 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38493983 fi
3850 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_SLIST_INIT" >&5
3851 echo "${ECHO_T}$ac_cv_have_decl_SLIST_INIT" >&6; }
3852 if test $ac_cv_have_decl_SLIST_INIT = yes; then
3984 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_SLIST_INIT" >&5
3985 $as_echo "$ac_cv_have_decl_SLIST_INIT" >&6; }
3986 if test "x$ac_cv_have_decl_SLIST_INIT" = x""yes; then
38533987
38543988 cat >>confdefs.h <<_ACEOF
38553989 #define HAVE_DECL_SLIST_INIT 1
38633997
38643998
38653999 fi
3866 { echo "$as_me:$LINENO: checking whether SLIST_INSERT_HEAD is declared" >&5
3867 echo $ECHO_N "checking whether SLIST_INSERT_HEAD is declared... $ECHO_C" >&6; }
4000 { $as_echo "$as_me:$LINENO: checking whether SLIST_INSERT_HEAD is declared" >&5
4001 $as_echo_n "checking whether SLIST_INSERT_HEAD is declared... " >&6; }
38684002 if test "${ac_cv_have_decl_SLIST_INSERT_HEAD+set}" = set; then
3869 echo $ECHO_N "(cached) $ECHO_C" >&6
4003 $as_echo_n "(cached) " >&6
38704004 else
38714005 cat >conftest.$ac_ext <<_ACEOF
38724006 /* confdefs.h. */
38934027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38944028 *) ac_try_echo=$ac_try;;
38954029 esac
3896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4030 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4031 $as_echo "$ac_try_echo") >&5
38974032 (eval "$ac_compile") 2>conftest.er1
38984033 ac_status=$?
38994034 grep -v '^ *+' conftest.er1 >conftest.err
39004035 rm -f conftest.er1
39014036 cat conftest.err >&5
3902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4037 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
39034038 (exit $ac_status); } && {
39044039 test -z "$ac_c_werror_flag" ||
39054040 test ! -s conftest.err
39064041 } && test -s conftest.$ac_objext; then
39074042 ac_cv_have_decl_SLIST_INSERT_HEAD=yes
39084043 else
3909 echo "$as_me: failed program was:" >&5
4044 $as_echo "$as_me: failed program was:" >&5
39104045 sed 's/^/| /' conftest.$ac_ext >&5
39114046
39124047 ac_cv_have_decl_SLIST_INSERT_HEAD=no
39144049
39154050 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39164051 fi
3917 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_SLIST_INSERT_HEAD" >&5
3918 echo "${ECHO_T}$ac_cv_have_decl_SLIST_INSERT_HEAD" >&6; }
3919 if test $ac_cv_have_decl_SLIST_INSERT_HEAD = yes; then
4052 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_SLIST_INSERT_HEAD" >&5
4053 $as_echo "$ac_cv_have_decl_SLIST_INSERT_HEAD" >&6; }
4054 if test "x$ac_cv_have_decl_SLIST_INSERT_HEAD" = x""yes; then
39204055
39214056 cat >>confdefs.h <<_ACEOF
39224057 #define HAVE_DECL_SLIST_INSERT_HEAD 1
39324067 fi
39334068
39344069
3935 { echo "$as_me:$LINENO: checking whether SLIST_FIRST is declared" >&5
3936 echo $ECHO_N "checking whether SLIST_FIRST is declared... $ECHO_C" >&6; }
4070 { $as_echo "$as_me:$LINENO: checking whether SLIST_FIRST is declared" >&5
4071 $as_echo_n "checking whether SLIST_FIRST is declared... " >&6; }
39374072 if test "${ac_cv_have_decl_SLIST_FIRST+set}" = set; then
3938 echo $ECHO_N "(cached) $ECHO_C" >&6
4073 $as_echo_n "(cached) " >&6
39394074 else
39404075 cat >conftest.$ac_ext <<_ACEOF
39414076 /* confdefs.h. */
39624097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39634098 *) ac_try_echo=$ac_try;;
39644099 esac
3965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4100 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4101 $as_echo "$ac_try_echo") >&5
39664102 (eval "$ac_compile") 2>conftest.er1
39674103 ac_status=$?
39684104 grep -v '^ *+' conftest.er1 >conftest.err
39694105 rm -f conftest.er1
39704106 cat conftest.err >&5
3971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4107 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
39724108 (exit $ac_status); } && {
39734109 test -z "$ac_c_werror_flag" ||
39744110 test ! -s conftest.err
39754111 } && test -s conftest.$ac_objext; then
39764112 ac_cv_have_decl_SLIST_FIRST=yes
39774113 else
3978 echo "$as_me: failed program was:" >&5
4114 $as_echo "$as_me: failed program was:" >&5
39794115 sed 's/^/| /' conftest.$ac_ext >&5
39804116
39814117 ac_cv_have_decl_SLIST_FIRST=no
39834119
39844120 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39854121 fi
3986 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_SLIST_FIRST" >&5
3987 echo "${ECHO_T}$ac_cv_have_decl_SLIST_FIRST" >&6; }
3988 if test $ac_cv_have_decl_SLIST_FIRST = yes; then
4122 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_SLIST_FIRST" >&5
4123 $as_echo "$ac_cv_have_decl_SLIST_FIRST" >&6; }
4124 if test "x$ac_cv_have_decl_SLIST_FIRST" = x""yes; then
39894125
39904126 cat >>confdefs.h <<_ACEOF
39914127 #define HAVE_DECL_SLIST_FIRST 1
39994135
40004136
40014137 fi
4002 { echo "$as_me:$LINENO: checking whether SLIST_NEXT is declared" >&5
4003 echo $ECHO_N "checking whether SLIST_NEXT is declared... $ECHO_C" >&6; }
4138 { $as_echo "$as_me:$LINENO: checking whether SLIST_NEXT is declared" >&5
4139 $as_echo_n "checking whether SLIST_NEXT is declared... " >&6; }
40044140 if test "${ac_cv_have_decl_SLIST_NEXT+set}" = set; then
4005 echo $ECHO_N "(cached) $ECHO_C" >&6
4141 $as_echo_n "(cached) " >&6
40064142 else
40074143 cat >conftest.$ac_ext <<_ACEOF
40084144 /* confdefs.h. */
40294165 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40304166 *) ac_try_echo=$ac_try;;
40314167 esac
4032 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4168 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4169 $as_echo "$ac_try_echo") >&5
40334170 (eval "$ac_compile") 2>conftest.er1
40344171 ac_status=$?
40354172 grep -v '^ *+' conftest.er1 >conftest.err
40364173 rm -f conftest.er1
40374174 cat conftest.err >&5
4038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4175 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
40394176 (exit $ac_status); } && {
40404177 test -z "$ac_c_werror_flag" ||
40414178 test ! -s conftest.err
40424179 } && test -s conftest.$ac_objext; then
40434180 ac_cv_have_decl_SLIST_NEXT=yes
40444181 else
4045 echo "$as_me: failed program was:" >&5
4182 $as_echo "$as_me: failed program was:" >&5
40464183 sed 's/^/| /' conftest.$ac_ext >&5
40474184
40484185 ac_cv_have_decl_SLIST_NEXT=no
40504187
40514188 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40524189 fi
4053 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_SLIST_NEXT" >&5
4054 echo "${ECHO_T}$ac_cv_have_decl_SLIST_NEXT" >&6; }
4055 if test $ac_cv_have_decl_SLIST_NEXT = yes; then
4190 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_SLIST_NEXT" >&5
4191 $as_echo "$ac_cv_have_decl_SLIST_NEXT" >&6; }
4192 if test "x$ac_cv_have_decl_SLIST_NEXT" = x""yes; then
40564193
40574194 cat >>confdefs.h <<_ACEOF
40584195 #define HAVE_DECL_SLIST_NEXT 1
40664203
40674204
40684205 fi
4069 { echo "$as_me:$LINENO: checking whether SLIST_REMOVE_HEAD is declared" >&5
4070 echo $ECHO_N "checking whether SLIST_REMOVE_HEAD is declared... $ECHO_C" >&6; }
4206 { $as_echo "$as_me:$LINENO: checking whether SLIST_REMOVE_HEAD is declared" >&5
4207 $as_echo_n "checking whether SLIST_REMOVE_HEAD is declared... " >&6; }
40714208 if test "${ac_cv_have_decl_SLIST_REMOVE_HEAD+set}" = set; then
4072 echo $ECHO_N "(cached) $ECHO_C" >&6
4209 $as_echo_n "(cached) " >&6
40734210 else
40744211 cat >conftest.$ac_ext <<_ACEOF
40754212 /* confdefs.h. */
40964233 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40974234 *) ac_try_echo=$ac_try;;
40984235 esac
4099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4236 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4237 $as_echo "$ac_try_echo") >&5
41004238 (eval "$ac_compile") 2>conftest.er1
41014239 ac_status=$?
41024240 grep -v '^ *+' conftest.er1 >conftest.err
41034241 rm -f conftest.er1
41044242 cat conftest.err >&5
4105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4243 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
41064244 (exit $ac_status); } && {
41074245 test -z "$ac_c_werror_flag" ||
41084246 test ! -s conftest.err
41094247 } && test -s conftest.$ac_objext; then
41104248 ac_cv_have_decl_SLIST_REMOVE_HEAD=yes
41114249 else
4112 echo "$as_me: failed program was:" >&5
4250 $as_echo "$as_me: failed program was:" >&5
41134251 sed 's/^/| /' conftest.$ac_ext >&5
41144252
41154253 ac_cv_have_decl_SLIST_REMOVE_HEAD=no
41174255
41184256 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41194257 fi
4120 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_SLIST_REMOVE_HEAD" >&5
4121 echo "${ECHO_T}$ac_cv_have_decl_SLIST_REMOVE_HEAD" >&6; }
4122 if test $ac_cv_have_decl_SLIST_REMOVE_HEAD = yes; then
4258 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_SLIST_REMOVE_HEAD" >&5
4259 $as_echo "$ac_cv_have_decl_SLIST_REMOVE_HEAD" >&6; }
4260 if test "x$ac_cv_have_decl_SLIST_REMOVE_HEAD" = x""yes; then
41234261
41244262 cat >>confdefs.h <<_ACEOF
41254263 #define HAVE_DECL_SLIST_REMOVE_HEAD 1
41334271
41344272
41354273 fi
4136 { echo "$as_me:$LINENO: checking whether SLIST_EMPTY is declared" >&5
4137 echo $ECHO_N "checking whether SLIST_EMPTY is declared... $ECHO_C" >&6; }
4274 { $as_echo "$as_me:$LINENO: checking whether SLIST_EMPTY is declared" >&5
4275 $as_echo_n "checking whether SLIST_EMPTY is declared... " >&6; }
41384276 if test "${ac_cv_have_decl_SLIST_EMPTY+set}" = set; then
4139 echo $ECHO_N "(cached) $ECHO_C" >&6
4277 $as_echo_n "(cached) " >&6
41404278 else
41414279 cat >conftest.$ac_ext <<_ACEOF
41424280 /* confdefs.h. */
41634301 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41644302 *) ac_try_echo=$ac_try;;
41654303 esac
4166 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4304 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4305 $as_echo "$ac_try_echo") >&5
41674306 (eval "$ac_compile") 2>conftest.er1
41684307 ac_status=$?
41694308 grep -v '^ *+' conftest.er1 >conftest.err
41704309 rm -f conftest.er1
41714310 cat conftest.err >&5
4172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4311 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
41734312 (exit $ac_status); } && {
41744313 test -z "$ac_c_werror_flag" ||
41754314 test ! -s conftest.err
41764315 } && test -s conftest.$ac_objext; then
41774316 ac_cv_have_decl_SLIST_EMPTY=yes
41784317 else
4179 echo "$as_me: failed program was:" >&5
4318 $as_echo "$as_me: failed program was:" >&5
41804319 sed 's/^/| /' conftest.$ac_ext >&5
41814320
41824321 ac_cv_have_decl_SLIST_EMPTY=no
41844323
41854324 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41864325 fi
4187 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_SLIST_EMPTY" >&5
4188 echo "${ECHO_T}$ac_cv_have_decl_SLIST_EMPTY" >&6; }
4189 if test $ac_cv_have_decl_SLIST_EMPTY = yes; then
4326 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_SLIST_EMPTY" >&5
4327 $as_echo "$ac_cv_have_decl_SLIST_EMPTY" >&6; }
4328 if test "x$ac_cv_have_decl_SLIST_EMPTY" = x""yes; then
41904329
41914330 cat >>confdefs.h <<_ACEOF
41924331 #define HAVE_DECL_SLIST_EMPTY 1
42024341 fi
42034342
42044343
4205 { echo "$as_me:$LINENO: checking whether PACKET_ORIGDEV is declared" >&5
4206 echo $ECHO_N "checking whether PACKET_ORIGDEV is declared... $ECHO_C" >&6; }
4344 { $as_echo "$as_me:$LINENO: checking whether PACKET_ORIGDEV is declared" >&5
4345 $as_echo_n "checking whether PACKET_ORIGDEV is declared... " >&6; }
42074346 if test "${ac_cv_have_decl_PACKET_ORIGDEV+set}" = set; then
4208 echo $ECHO_N "(cached) $ECHO_C" >&6
4347 $as_echo_n "(cached) " >&6
42094348 else
42104349 cat >conftest.$ac_ext <<_ACEOF
42114350 /* confdefs.h. */
42324371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42334372 *) ac_try_echo=$ac_try;;
42344373 esac
4235 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4374 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4375 $as_echo "$ac_try_echo") >&5
42364376 (eval "$ac_compile") 2>conftest.er1
42374377 ac_status=$?
42384378 grep -v '^ *+' conftest.er1 >conftest.err
42394379 rm -f conftest.er1
42404380 cat conftest.err >&5
4241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4381 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
42424382 (exit $ac_status); } && {
42434383 test -z "$ac_c_werror_flag" ||
42444384 test ! -s conftest.err
42454385 } && test -s conftest.$ac_objext; then
42464386 ac_cv_have_decl_PACKET_ORIGDEV=yes
42474387 else
4248 echo "$as_me: failed program was:" >&5
4388 $as_echo "$as_me: failed program was:" >&5
42494389 sed 's/^/| /' conftest.$ac_ext >&5
42504390
42514391 ac_cv_have_decl_PACKET_ORIGDEV=no
42534393
42544394 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42554395 fi
4256 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_PACKET_ORIGDEV" >&5
4257 echo "${ECHO_T}$ac_cv_have_decl_PACKET_ORIGDEV" >&6; }
4258 if test $ac_cv_have_decl_PACKET_ORIGDEV = yes; then
4396 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_PACKET_ORIGDEV" >&5
4397 $as_echo "$ac_cv_have_decl_PACKET_ORIGDEV" >&6; }
4398 if test "x$ac_cv_have_decl_PACKET_ORIGDEV" = x""yes; then
42594399
42604400 cat >>confdefs.h <<_ACEOF
42614401 #define HAVE_DECL_PACKET_ORIGDEV 1
42714411 fi
42724412
42734413
4274 { echo "$as_me:$LINENO: checking whether ADVERTISED_2500baseX_Full is declared" >&5
4275 echo $ECHO_N "checking whether ADVERTISED_2500baseX_Full is declared... $ECHO_C" >&6; }
4414 { $as_echo "$as_me:$LINENO: checking whether ADVERTISED_2500baseX_Full is declared" >&5
4415 $as_echo_n "checking whether ADVERTISED_2500baseX_Full is declared... " >&6; }
42764416 if test "${ac_cv_have_decl_ADVERTISED_2500baseX_Full+set}" = set; then
4277 echo $ECHO_N "(cached) $ECHO_C" >&6
4417 $as_echo_n "(cached) " >&6
42784418 else
42794419 cat >conftest.$ac_ext <<_ACEOF
42804420 /* confdefs.h. */
43014441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43024442 *) ac_try_echo=$ac_try;;
43034443 esac
4304 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4444 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4445 $as_echo "$ac_try_echo") >&5
43054446 (eval "$ac_compile") 2>conftest.er1
43064447 ac_status=$?
43074448 grep -v '^ *+' conftest.er1 >conftest.err
43084449 rm -f conftest.er1
43094450 cat conftest.err >&5
4310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4451 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
43114452 (exit $ac_status); } && {
43124453 test -z "$ac_c_werror_flag" ||
43134454 test ! -s conftest.err
43144455 } && test -s conftest.$ac_objext; then
43154456 ac_cv_have_decl_ADVERTISED_2500baseX_Full=yes
43164457 else
4317 echo "$as_me: failed program was:" >&5
4458 $as_echo "$as_me: failed program was:" >&5
43184459 sed 's/^/| /' conftest.$ac_ext >&5
43194460
43204461 ac_cv_have_decl_ADVERTISED_2500baseX_Full=no
43224463
43234464 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43244465 fi
4325 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_ADVERTISED_2500baseX_Full" >&5
4326 echo "${ECHO_T}$ac_cv_have_decl_ADVERTISED_2500baseX_Full" >&6; }
4327 if test $ac_cv_have_decl_ADVERTISED_2500baseX_Full = yes; then
4466 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_ADVERTISED_2500baseX_Full" >&5
4467 $as_echo "$ac_cv_have_decl_ADVERTISED_2500baseX_Full" >&6; }
4468 if test "x$ac_cv_have_decl_ADVERTISED_2500baseX_Full" = x""yes; then
43284469
43294470 cat >>confdefs.h <<_ACEOF
43304471 #define HAVE_DECL_ADVERTISED_2500BASEX_FULL 1
43384479
43394480
43404481 fi
4341 { echo "$as_me:$LINENO: checking whether ADVERTISED_Pause is declared" >&5
4342 echo $ECHO_N "checking whether ADVERTISED_Pause is declared... $ECHO_C" >&6; }
4482 { $as_echo "$as_me:$LINENO: checking whether ADVERTISED_Pause is declared" >&5
4483 $as_echo_n "checking whether ADVERTISED_Pause is declared... " >&6; }
43434484 if test "${ac_cv_have_decl_ADVERTISED_Pause+set}" = set; then
4344 echo $ECHO_N "(cached) $ECHO_C" >&6
4485 $as_echo_n "(cached) " >&6
43454486 else
43464487 cat >conftest.$ac_ext <<_ACEOF
43474488 /* confdefs.h. */
43684509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43694510 *) ac_try_echo=$ac_try;;
43704511 esac
4371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4512 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4513 $as_echo "$ac_try_echo") >&5
43724514 (eval "$ac_compile") 2>conftest.er1
43734515 ac_status=$?
43744516 grep -v '^ *+' conftest.er1 >conftest.err
43754517 rm -f conftest.er1
43764518 cat conftest.err >&5
4377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4519 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
43784520 (exit $ac_status); } && {
43794521 test -z "$ac_c_werror_flag" ||
43804522 test ! -s conftest.err
43814523 } && test -s conftest.$ac_objext; then
43824524 ac_cv_have_decl_ADVERTISED_Pause=yes
43834525 else
4384 echo "$as_me: failed program was:" >&5
4526 $as_echo "$as_me: failed program was:" >&5
43854527 sed 's/^/| /' conftest.$ac_ext >&5
43864528
43874529 ac_cv_have_decl_ADVERTISED_Pause=no
43894531
43904532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43914533 fi
4392 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_ADVERTISED_Pause" >&5
4393 echo "${ECHO_T}$ac_cv_have_decl_ADVERTISED_Pause" >&6; }
4394 if test $ac_cv_have_decl_ADVERTISED_Pause = yes; then
4534 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_ADVERTISED_Pause" >&5
4535 $as_echo "$ac_cv_have_decl_ADVERTISED_Pause" >&6; }
4536 if test "x$ac_cv_have_decl_ADVERTISED_Pause" = x""yes; then
43954537
43964538 cat >>confdefs.h <<_ACEOF
43974539 #define HAVE_DECL_ADVERTISED_PAUSE 1
44054547
44064548
44074549 fi
4408 { echo "$as_me:$LINENO: checking whether ADVERTISED_Asym_Pause is declared" >&5
4409 echo $ECHO_N "checking whether ADVERTISED_Asym_Pause is declared... $ECHO_C" >&6; }
4550 { $as_echo "$as_me:$LINENO: checking whether ADVERTISED_Asym_Pause is declared" >&5
4551 $as_echo_n "checking whether ADVERTISED_Asym_Pause is declared... " >&6; }
44104552 if test "${ac_cv_have_decl_ADVERTISED_Asym_Pause+set}" = set; then
4411 echo $ECHO_N "(cached) $ECHO_C" >&6
4553 $as_echo_n "(cached) " >&6
44124554 else
44134555 cat >conftest.$ac_ext <<_ACEOF
44144556 /* confdefs.h. */
44354577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44364578 *) ac_try_echo=$ac_try;;
44374579 esac
4438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4580 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4581 $as_echo "$ac_try_echo") >&5
44394582 (eval "$ac_compile") 2>conftest.er1
44404583 ac_status=$?
44414584 grep -v '^ *+' conftest.er1 >conftest.err
44424585 rm -f conftest.er1
44434586 cat conftest.err >&5
4444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4587 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
44454588 (exit $ac_status); } && {
44464589 test -z "$ac_c_werror_flag" ||
44474590 test ! -s conftest.err
44484591 } && test -s conftest.$ac_objext; then
44494592 ac_cv_have_decl_ADVERTISED_Asym_Pause=yes
44504593 else
4451 echo "$as_me: failed program was:" >&5
4594 $as_echo "$as_me: failed program was:" >&5
44524595 sed 's/^/| /' conftest.$ac_ext >&5
44534596
44544597 ac_cv_have_decl_ADVERTISED_Asym_Pause=no
44564599
44574600 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44584601 fi
4459 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_ADVERTISED_Asym_Pause" >&5
4460 echo "${ECHO_T}$ac_cv_have_decl_ADVERTISED_Asym_Pause" >&6; }
4461 if test $ac_cv_have_decl_ADVERTISED_Asym_Pause = yes; then
4602 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_ADVERTISED_Asym_Pause" >&5
4603 $as_echo "$ac_cv_have_decl_ADVERTISED_Asym_Pause" >&6; }
4604 if test "x$ac_cv_have_decl_ADVERTISED_Asym_Pause" = x""yes; then
44624605
44634606 cat >>confdefs.h <<_ACEOF
44644607 #define HAVE_DECL_ADVERTISED_ASYM_PAUSE 1
44744617 fi
44754618
44764619
4477 { echo "$as_me:$LINENO: checking whether ETHERTYPE_VLAN is declared" >&5
4478 echo $ECHO_N "checking whether ETHERTYPE_VLAN is declared... $ECHO_C" >&6; }
4620 { $as_echo "$as_me:$LINENO: checking whether ETHERTYPE_VLAN is declared" >&5
4621 $as_echo_n "checking whether ETHERTYPE_VLAN is declared... " >&6; }
44794622 if test "${ac_cv_have_decl_ETHERTYPE_VLAN+set}" = set; then
4480 echo $ECHO_N "(cached) $ECHO_C" >&6
4623 $as_echo_n "(cached) " >&6
44814624 else
44824625 cat >conftest.$ac_ext <<_ACEOF
44834626 /* confdefs.h. */
45044647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45054648 *) ac_try_echo=$ac_try;;
45064649 esac
4507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4650 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4651 $as_echo "$ac_try_echo") >&5
45084652 (eval "$ac_compile") 2>conftest.er1
45094653 ac_status=$?
45104654 grep -v '^ *+' conftest.er1 >conftest.err
45114655 rm -f conftest.er1
45124656 cat conftest.err >&5
4513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4657 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
45144658 (exit $ac_status); } && {
45154659 test -z "$ac_c_werror_flag" ||
45164660 test ! -s conftest.err
45174661 } && test -s conftest.$ac_objext; then
45184662 ac_cv_have_decl_ETHERTYPE_VLAN=yes
45194663 else
4520 echo "$as_me: failed program was:" >&5
4664 $as_echo "$as_me: failed program was:" >&5
45214665 sed 's/^/| /' conftest.$ac_ext >&5
45224666
45234667 ac_cv_have_decl_ETHERTYPE_VLAN=no
45254669
45264670 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45274671 fi
4528 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_ETHERTYPE_VLAN" >&5
4529 echo "${ECHO_T}$ac_cv_have_decl_ETHERTYPE_VLAN" >&6; }
4530 if test $ac_cv_have_decl_ETHERTYPE_VLAN = yes; then
4672 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_ETHERTYPE_VLAN" >&5
4673 $as_echo "$ac_cv_have_decl_ETHERTYPE_VLAN" >&6; }
4674 if test "x$ac_cv_have_decl_ETHERTYPE_VLAN" = x""yes; then
45314675
45324676 cat >>confdefs.h <<_ACEOF
45334677 #define HAVE_DECL_ETHERTYPE_VLAN 1
45454689
45464690
45474691 # Checks for typedefs, structures, and compiler characteristics.
4548 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
4549 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
4692 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
4693 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
45504694 if test "${ac_cv_c_const+set}" = set; then
4551 echo $ECHO_N "(cached) $ECHO_C" >&6
4695 $as_echo_n "(cached) " >&6
45524696 else
45534697 cat >conftest.$ac_ext <<_ACEOF
45544698 /* confdefs.h. */
46204764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46214765 *) ac_try_echo=$ac_try;;
46224766 esac
4623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4767 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4768 $as_echo "$ac_try_echo") >&5
46244769 (eval "$ac_compile") 2>conftest.er1
46254770 ac_status=$?
46264771 grep -v '^ *+' conftest.er1 >conftest.err
46274772 rm -f conftest.er1
46284773 cat conftest.err >&5
4629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4774 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
46304775 (exit $ac_status); } && {
46314776 test -z "$ac_c_werror_flag" ||
46324777 test ! -s conftest.err
46334778 } && test -s conftest.$ac_objext; then
46344779 ac_cv_c_const=yes
46354780 else
4636 echo "$as_me: failed program was:" >&5
4781 $as_echo "$as_me: failed program was:" >&5
46374782 sed 's/^/| /' conftest.$ac_ext >&5
46384783
46394784 ac_cv_c_const=no
46414786
46424787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46434788 fi
4644 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
4645 echo "${ECHO_T}$ac_cv_c_const" >&6; }
4789 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
4790 $as_echo "$ac_cv_c_const" >&6; }
46464791 if test $ac_cv_c_const = no; then
46474792
46484793 cat >>confdefs.h <<\_ACEOF
4649 #define const
4794 #define const /**/
46504795 _ACEOF
46514796
46524797 fi
46564801 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46574802 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46584803 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4659 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
4660 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
4804 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
4805 $as_echo_n "checking how to run the C preprocessor... " >&6; }
46614806 # On Suns, sometimes $CPP names a directory.
46624807 if test -n "$CPP" && test -d "$CPP"; then
46634808 CPP=
46644809 fi
46654810 if test -z "$CPP"; then
46664811 if test "${ac_cv_prog_CPP+set}" = set; then
4667 echo $ECHO_N "(cached) $ECHO_C" >&6
4812 $as_echo_n "(cached) " >&6
46684813 else
46694814 # Double quotes because CPP needs to be expanded
46704815 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
46964841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46974842 *) ac_try_echo=$ac_try;;
46984843 esac
4699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4844 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4845 $as_echo "$ac_try_echo") >&5
47004846 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
47014847 ac_status=$?
47024848 grep -v '^ *+' conftest.er1 >conftest.err
47034849 rm -f conftest.er1
47044850 cat conftest.err >&5
4705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4851 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
47064852 (exit $ac_status); } >/dev/null && {
47074853 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
47084854 test ! -s conftest.err
47094855 }; then
47104856 :
47114857 else
4712 echo "$as_me: failed program was:" >&5
4858 $as_echo "$as_me: failed program was:" >&5
47134859 sed 's/^/| /' conftest.$ac_ext >&5
47144860
47154861 # Broken: fails on valid input.
47334879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47344880 *) ac_try_echo=$ac_try;;
47354881 esac
4736 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4882 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4883 $as_echo "$ac_try_echo") >&5
47374884 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
47384885 ac_status=$?
47394886 grep -v '^ *+' conftest.er1 >conftest.err
47404887 rm -f conftest.er1
47414888 cat conftest.err >&5
4742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4889 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
47434890 (exit $ac_status); } >/dev/null && {
47444891 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
47454892 test ! -s conftest.err
47474894 # Broken: success on invalid input.
47484895 continue
47494896 else
4750 echo "$as_me: failed program was:" >&5
4897 $as_echo "$as_me: failed program was:" >&5
47514898 sed 's/^/| /' conftest.$ac_ext >&5
47524899
47534900 # Passes both tests.
47724919 else
47734920 ac_cv_prog_CPP=$CPP
47744921 fi
4775 { echo "$as_me:$LINENO: result: $CPP" >&5
4776 echo "${ECHO_T}$CPP" >&6; }
4922 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
4923 $as_echo "$CPP" >&6; }
47774924 ac_preproc_ok=false
47784925 for ac_c_preproc_warn_flag in '' yes
47794926 do
48014948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48024949 *) ac_try_echo=$ac_try;;
48034950 esac
4804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4951 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4952 $as_echo "$ac_try_echo") >&5
48054953 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
48064954 ac_status=$?
48074955 grep -v '^ *+' conftest.er1 >conftest.err
48084956 rm -f conftest.er1
48094957 cat conftest.err >&5
4810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4958 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
48114959 (exit $ac_status); } >/dev/null && {
48124960 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
48134961 test ! -s conftest.err
48144962 }; then
48154963 :
48164964 else
4817 echo "$as_me: failed program was:" >&5
4965 $as_echo "$as_me: failed program was:" >&5
48184966 sed 's/^/| /' conftest.$ac_ext >&5
48194967
48204968 # Broken: fails on valid input.
48384986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48394987 *) ac_try_echo=$ac_try;;
48404988 esac
4841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4989 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4990 $as_echo "$ac_try_echo") >&5
48424991 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
48434992 ac_status=$?
48444993 grep -v '^ *+' conftest.er1 >conftest.err
48454994 rm -f conftest.er1
48464995 cat conftest.err >&5
4847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4996 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
48484997 (exit $ac_status); } >/dev/null && {
48494998 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
48504999 test ! -s conftest.err
48525001 # Broken: success on invalid input.
48535002 continue
48545003 else
4855 echo "$as_me: failed program was:" >&5
5004 $as_echo "$as_me: failed program was:" >&5
48565005 sed 's/^/| /' conftest.$ac_ext >&5
48575006
48585007 # Passes both tests.
48685017 if $ac_preproc_ok; then
48695018 :
48705019 else
4871 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5020 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5021 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5022 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
48725023 See \`config.log' for more details." >&5
4873 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5024 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
48745025 See \`config.log' for more details." >&2;}
4875 { (exit 1); exit 1; }; }
5026 { (exit 1); exit 1; }; }; }
48765027 fi
48775028
48785029 ac_ext=c
48825033 ac_compiler_gnu=$ac_cv_c_compiler_gnu
48835034
48845035
4885 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4886 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
5036 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
5037 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
48875038 if test "${ac_cv_path_GREP+set}" = set; then
4888 echo $ECHO_N "(cached) $ECHO_C" >&6
4889 else
4890 # Extract the first word of "grep ggrep" to use in msg output
4891 if test -z "$GREP"; then
4892 set dummy grep ggrep; ac_prog_name=$2
4893 if test "${ac_cv_path_GREP+set}" = set; then
4894 echo $ECHO_N "(cached) $ECHO_C" >&6
4895 else
5039 $as_echo_n "(cached) " >&6
5040 else
5041 if test -z "$GREP"; then
48965042 ac_path_GREP_found=false
4897 # Loop through the user's path and test for each of PROGNAME-LIST
4898 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5043 # Loop through the user's path and test for each of PROGNAME-LIST
5044 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
48995045 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
49005046 do
49015047 IFS=$as_save_IFS
49025048 test -z "$as_dir" && as_dir=.
49035049 for ac_prog in grep ggrep; do
4904 for ac_exec_ext in '' $ac_executable_extensions; do
4905 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4906 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4907 # Check for GNU ac_path_GREP and select it if it is found.
5050 for ac_exec_ext in '' $ac_executable_extensions; do
5051 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5052 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5053 # Check for GNU ac_path_GREP and select it if it is found.
49085054 # Check for GNU $ac_path_GREP
49095055 case `"$ac_path_GREP" --version 2>&1` in
49105056 *GNU*)
49115057 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
49125058 *)
49135059 ac_count=0
4914 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
5060 $as_echo_n 0123456789 >"conftest.in"
49155061 while :
49165062 do
49175063 cat "conftest.in" "conftest.in" >"conftest.tmp"
49185064 mv "conftest.tmp" "conftest.in"
49195065 cp "conftest.in" "conftest.nl"
4920 echo 'GREP' >> "conftest.nl"
5066 $as_echo 'GREP' >> "conftest.nl"
49215067 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
49225068 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
49235069 ac_count=`expr $ac_count + 1`
49325078 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
49335079 esac
49345080
4935
4936 $ac_path_GREP_found && break 3
5081 $ac_path_GREP_found && break 3
5082 done
49375083 done
49385084 done
4939
4940 done
49415085 IFS=$as_save_IFS
4942
4943
4944 fi
4945
4946 GREP="$ac_cv_path_GREP"
4947 if test -z "$GREP"; then
4948 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4949 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
5086 if test -z "$ac_cv_path_GREP"; then
5087 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
5088 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
49505089 { (exit 1); exit 1; }; }
4951 fi
4952
5090 fi
49535091 else
49545092 ac_cv_path_GREP=$GREP
49555093 fi
49565094
4957
4958 fi
4959 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4960 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
5095 fi
5096 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
5097 $as_echo "$ac_cv_path_GREP" >&6; }
49615098 GREP="$ac_cv_path_GREP"
49625099
49635100
4964 { echo "$as_me:$LINENO: checking for egrep" >&5
4965 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
5101 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
5102 $as_echo_n "checking for egrep... " >&6; }
49665103 if test "${ac_cv_path_EGREP+set}" = set; then
4967 echo $ECHO_N "(cached) $ECHO_C" >&6
5104 $as_echo_n "(cached) " >&6
49685105 else
49695106 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
49705107 then ac_cv_path_EGREP="$GREP -E"
49715108 else
4972 # Extract the first word of "egrep" to use in msg output
4973 if test -z "$EGREP"; then
4974 set dummy egrep; ac_prog_name=$2
4975 if test "${ac_cv_path_EGREP+set}" = set; then
4976 echo $ECHO_N "(cached) $ECHO_C" >&6
4977 else
5109 if test -z "$EGREP"; then
49785110 ac_path_EGREP_found=false
4979 # Loop through the user's path and test for each of PROGNAME-LIST
4980 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5111 # Loop through the user's path and test for each of PROGNAME-LIST
5112 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49815113 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
49825114 do
49835115 IFS=$as_save_IFS
49845116 test -z "$as_dir" && as_dir=.
49855117 for ac_prog in egrep; do
4986 for ac_exec_ext in '' $ac_executable_extensions; do
4987 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4988 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4989 # Check for GNU ac_path_EGREP and select it if it is found.
5118 for ac_exec_ext in '' $ac_executable_extensions; do
5119 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5120 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5121 # Check for GNU ac_path_EGREP and select it if it is found.
49905122 # Check for GNU $ac_path_EGREP
49915123 case `"$ac_path_EGREP" --version 2>&1` in
49925124 *GNU*)
49935125 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
49945126 *)
49955127 ac_count=0
4996 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
5128 $as_echo_n 0123456789 >"conftest.in"
49975129 while :
49985130 do
49995131 cat "conftest.in" "conftest.in" >"conftest.tmp"
50005132 mv "conftest.tmp" "conftest.in"
50015133 cp "conftest.in" "conftest.nl"
5002 echo 'EGREP' >> "conftest.nl"
5134 $as_echo 'EGREP' >> "conftest.nl"
50035135 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
50045136 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
50055137 ac_count=`expr $ac_count + 1`
50145146 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
50155147 esac
50165148
5017
5018 $ac_path_EGREP_found && break 3
5149 $ac_path_EGREP_found && break 3
5150 done
50195151 done
50205152 done
5021
5022 done
50235153 IFS=$as_save_IFS
5024
5025
5026 fi
5027
5028 EGREP="$ac_cv_path_EGREP"
5029 if test -z "$EGREP"; then
5030 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
5031 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
5154 if test -z "$ac_cv_path_EGREP"; then
5155 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
5156 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
50325157 { (exit 1); exit 1; }; }
5033 fi
5034
5158 fi
50355159 else
50365160 ac_cv_path_EGREP=$EGREP
50375161 fi
50385162
5039
50405163 fi
50415164 fi
5042 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
5043 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
5165 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
5166 $as_echo "$ac_cv_path_EGREP" >&6; }
50445167 EGREP="$ac_cv_path_EGREP"
50455168
50465169
5047 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5048 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
5170 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5171 $as_echo_n "checking for ANSI C header files... " >&6; }
50495172 if test "${ac_cv_header_stdc+set}" = set; then
5050 echo $ECHO_N "(cached) $ECHO_C" >&6
5173 $as_echo_n "(cached) " >&6
50515174 else
50525175 cat >conftest.$ac_ext <<_ACEOF
50535176 /* confdefs.h. */
50745197 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
50755198 *) ac_try_echo=$ac_try;;
50765199 esac
5077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5200 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5201 $as_echo "$ac_try_echo") >&5
50785202 (eval "$ac_compile") 2>conftest.er1
50795203 ac_status=$?
50805204 grep -v '^ *+' conftest.er1 >conftest.err
50815205 rm -f conftest.er1
50825206 cat conftest.err >&5
5083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5207 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
50845208 (exit $ac_status); } && {
50855209 test -z "$ac_c_werror_flag" ||
50865210 test ! -s conftest.err
50875211 } && test -s conftest.$ac_objext; then
50885212 ac_cv_header_stdc=yes
50895213 else
5090 echo "$as_me: failed program was:" >&5
5214 $as_echo "$as_me: failed program was:" >&5
50915215 sed 's/^/| /' conftest.$ac_ext >&5
50925216
50935217 ac_cv_header_stdc=no
51795303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
51805304 *) ac_try_echo=$ac_try;;
51815305 esac
5182 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5306 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5307 $as_echo "$ac_try_echo") >&5
51835308 (eval "$ac_link") 2>&5
51845309 ac_status=$?
5185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5310 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
51865311 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
51875312 { (case "(($ac_try" in
51885313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
51895314 *) ac_try_echo=$ac_try;;
51905315 esac
5191 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5316 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5317 $as_echo "$ac_try_echo") >&5
51925318 (eval "$ac_try") 2>&5
51935319 ac_status=$?
5194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5320 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
51955321 (exit $ac_status); }; }; then
51965322 :
51975323 else
5198 echo "$as_me: program exited with status $ac_status" >&5
5199 echo "$as_me: failed program was:" >&5
5324 $as_echo "$as_me: program exited with status $ac_status" >&5
5325 $as_echo "$as_me: failed program was:" >&5
52005326 sed 's/^/| /' conftest.$ac_ext >&5
52015327
52025328 ( exit $ac_status )
52035329 ac_cv_header_stdc=no
52045330 fi
5331 rm -rf conftest.dSYM
52055332 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
52065333 fi
52075334
52085335
52095336 fi
52105337 fi
5211 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5212 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
5338 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5339 $as_echo "$ac_cv_header_stdc" >&6; }
52135340 if test $ac_cv_header_stdc = yes; then
52145341
52155342 cat >>confdefs.h <<\_ACEOF
52315358 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
52325359 inttypes.h stdint.h unistd.h
52335360 do
5234 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5235 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5236 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5361 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5362 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5363 $as_echo_n "checking for $ac_header... " >&6; }
52375364 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5238 echo $ECHO_N "(cached) $ECHO_C" >&6
5365 $as_echo_n "(cached) " >&6
52395366 else
52405367 cat >conftest.$ac_ext <<_ACEOF
52415368 /* confdefs.h. */
52535380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
52545381 *) ac_try_echo=$ac_try;;
52555382 esac
5256 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5383 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5384 $as_echo "$ac_try_echo") >&5
52575385 (eval "$ac_compile") 2>conftest.er1
52585386 ac_status=$?
52595387 grep -v '^ *+' conftest.er1 >conftest.err
52605388 rm -f conftest.er1
52615389 cat conftest.err >&5
5262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5390 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
52635391 (exit $ac_status); } && {
52645392 test -z "$ac_c_werror_flag" ||
52655393 test ! -s conftest.err
52665394 } && test -s conftest.$ac_objext; then
52675395 eval "$as_ac_Header=yes"
52685396 else
5269 echo "$as_me: failed program was:" >&5
5397 $as_echo "$as_me: failed program was:" >&5
52705398 sed 's/^/| /' conftest.$ac_ext >&5
52715399
52725400 eval "$as_ac_Header=no"
52745402
52755403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
52765404 fi
5277 ac_res=`eval echo '${'$as_ac_Header'}'`
5278 { echo "$as_me:$LINENO: result: $ac_res" >&5
5279 echo "${ECHO_T}$ac_res" >&6; }
5280 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5405 ac_res=`eval 'as_val=${'$as_ac_Header'}
5406 $as_echo "$as_val"'`
5407 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5408 $as_echo "$ac_res" >&6; }
5409 as_val=`eval 'as_val=${'$as_ac_Header'}
5410 $as_echo "$as_val"'`
5411 if test "x$as_val" = x""yes; then
52815412 cat >>confdefs.h <<_ACEOF
5282 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5413 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
52835414 _ACEOF
52845415
52855416 fi
52875418 done
52885419
52895420
5290 { echo "$as_me:$LINENO: checking for int16_t" >&5
5291 echo $ECHO_N "checking for int16_t... $ECHO_C" >&6; }
5421 { $as_echo "$as_me:$LINENO: checking for int16_t" >&5
5422 $as_echo_n "checking for int16_t... " >&6; }
52925423 if test "${ac_cv_type_int16_t+set}" = set; then
5293 echo $ECHO_N "(cached) $ECHO_C" >&6
5294 else
5295 cat >conftest.$ac_ext <<_ACEOF
5424 $as_echo_n "(cached) " >&6
5425 else
5426 ac_cv_type_int16_t=no
5427 cat >conftest.$ac_ext <<_ACEOF
52965428 /* confdefs.h. */
52975429 _ACEOF
52985430 cat confdefs.h >>conftest.$ac_ext
52995431 cat >>conftest.$ac_ext <<_ACEOF
53005432 /* end confdefs.h. */
53015433 $ac_includes_default
5302 typedef int16_t ac__type_new_;
53035434 int
53045435 main ()
53055436 {
5306 if ((ac__type_new_ *) 0)
5307 return 0;
5308 if (sizeof (ac__type_new_))
5309 return 0;
5437 if (sizeof (int16_t))
5438 return 0;
53105439 ;
53115440 return 0;
53125441 }
53175446 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
53185447 *) ac_try_echo=$ac_try;;
53195448 esac
5320 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5449 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5450 $as_echo "$ac_try_echo") >&5
53215451 (eval "$ac_compile") 2>conftest.er1
53225452 ac_status=$?
53235453 grep -v '^ *+' conftest.er1 >conftest.err
53245454 rm -f conftest.er1
53255455 cat conftest.err >&5
5326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5456 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
53275457 (exit $ac_status); } && {
53285458 test -z "$ac_c_werror_flag" ||
53295459 test ! -s conftest.err
53305460 } && test -s conftest.$ac_objext; then
5331 ac_cv_type_int16_t=yes
5332 else
5333 echo "$as_me: failed program was:" >&5
5334 sed 's/^/| /' conftest.$ac_ext >&5
5335
5336 ac_cv_type_int16_t=no
5337 fi
5338
5339 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5340 fi
5341 { echo "$as_me:$LINENO: result: $ac_cv_type_int16_t" >&5
5342 echo "${ECHO_T}$ac_cv_type_int16_t" >&6; }
5343 if test $ac_cv_type_int16_t = yes; then
5344
5345 cat >>confdefs.h <<_ACEOF
5346 #define HAVE_INT16_T 1
5347 _ACEOF
5348
5349
5350 else
5351 { { echo "$as_me:$LINENO: error: mandatory type not found" >&5
5352 echo "$as_me: error: mandatory type not found" >&2;}
5353 { (exit 1); exit 1; }; }
5354 fi
5355 { echo "$as_me:$LINENO: checking for u_int16_t" >&5
5356 echo $ECHO_N "checking for u_int16_t... $ECHO_C" >&6; }
5357 if test "${ac_cv_type_u_int16_t+set}" = set; then
5358 echo $ECHO_N "(cached) $ECHO_C" >&6
5359 else
53605461 cat >conftest.$ac_ext <<_ACEOF
53615462 /* confdefs.h. */
53625463 _ACEOF
53645465 cat >>conftest.$ac_ext <<_ACEOF
53655466 /* end confdefs.h. */
53665467 $ac_includes_default
5367 typedef u_int16_t ac__type_new_;
53685468 int
53695469 main ()
53705470 {
5371 if ((ac__type_new_ *) 0)
5372 return 0;
5373 if (sizeof (ac__type_new_))
5374 return 0;
5471 if (sizeof ((int16_t)))
5472 return 0;
53755473 ;
53765474 return 0;
53775475 }
53825480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
53835481 *) ac_try_echo=$ac_try;;
53845482 esac
5385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5483 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5484 $as_echo "$ac_try_echo") >&5
53865485 (eval "$ac_compile") 2>conftest.er1
53875486 ac_status=$?
53885487 grep -v '^ *+' conftest.er1 >conftest.err
53895488 rm -f conftest.er1
53905489 cat conftest.err >&5
5391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5490 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
53925491 (exit $ac_status); } && {
53935492 test -z "$ac_c_werror_flag" ||
53945493 test ! -s conftest.err
53955494 } && test -s conftest.$ac_objext; then
5396 ac_cv_type_u_int16_t=yes
5397 else
5398 echo "$as_me: failed program was:" >&5
5495 :
5496 else
5497 $as_echo "$as_me: failed program was:" >&5
53995498 sed 's/^/| /' conftest.$ac_ext >&5
54005499
5401 ac_cv_type_u_int16_t=no
5500 ac_cv_type_int16_t=yes
54025501 fi
54035502
54045503 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5405 fi
5406 { echo "$as_me:$LINENO: result: $ac_cv_type_u_int16_t" >&5
5407 echo "${ECHO_T}$ac_cv_type_u_int16_t" >&6; }
5408 if test $ac_cv_type_u_int16_t = yes; then
5504 else
5505 $as_echo "$as_me: failed program was:" >&5
5506 sed 's/^/| /' conftest.$ac_ext >&5
5507
5508
5509 fi
5510
5511 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5512 fi
5513 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_int16_t" >&5
5514 $as_echo "$ac_cv_type_int16_t" >&6; }
5515 if test "x$ac_cv_type_int16_t" = x""yes; then
54095516
54105517 cat >>confdefs.h <<_ACEOF
5411 #define HAVE_U_INT16_T 1
5412 _ACEOF
5413
5414
5415 else
5416 { { echo "$as_me:$LINENO: error: mandatory type not found" >&5
5417 echo "$as_me: error: mandatory type not found" >&2;}
5518 #define HAVE_INT16_T 1
5519 _ACEOF
5520
5521
5522 else
5523 { { $as_echo "$as_me:$LINENO: error: mandatory type not found" >&5
5524 $as_echo "$as_me: error: mandatory type not found" >&2;}
54185525 { (exit 1); exit 1; }; }
54195526 fi
5420 { echo "$as_me:$LINENO: checking for int8_t" >&5
5421 echo $ECHO_N "checking for int8_t... $ECHO_C" >&6; }
5422 if test "${ac_cv_type_int8_t+set}" = set; then
5423 echo $ECHO_N "(cached) $ECHO_C" >&6
5424 else
5425 cat >conftest.$ac_ext <<_ACEOF
5527 { $as_echo "$as_me:$LINENO: checking for u_int16_t" >&5
5528 $as_echo_n "checking for u_int16_t... " >&6; }
5529 if test "${ac_cv_type_u_int16_t+set}" = set; then
5530 $as_echo_n "(cached) " >&6
5531 else
5532 ac_cv_type_u_int16_t=no
5533 cat >conftest.$ac_ext <<_ACEOF
54265534 /* confdefs.h. */
54275535 _ACEOF
54285536 cat confdefs.h >>conftest.$ac_ext
54295537 cat >>conftest.$ac_ext <<_ACEOF
54305538 /* end confdefs.h. */
54315539 $ac_includes_default
5432 typedef int8_t ac__type_new_;
54335540 int
54345541 main ()
54355542 {
5436 if ((ac__type_new_ *) 0)
5437 return 0;
5438 if (sizeof (ac__type_new_))
5439 return 0;
5543 if (sizeof (u_int16_t))
5544 return 0;
54405545 ;
54415546 return 0;
54425547 }
54475552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
54485553 *) ac_try_echo=$ac_try;;
54495554 esac
5450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5555 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5556 $as_echo "$ac_try_echo") >&5
54515557 (eval "$ac_compile") 2>conftest.er1
54525558 ac_status=$?
54535559 grep -v '^ *+' conftest.er1 >conftest.err
54545560 rm -f conftest.er1
54555561 cat conftest.err >&5
5456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5562 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
54575563 (exit $ac_status); } && {
54585564 test -z "$ac_c_werror_flag" ||
54595565 test ! -s conftest.err
54605566 } && test -s conftest.$ac_objext; then
5461 ac_cv_type_int8_t=yes
5462 else
5463 echo "$as_me: failed program was:" >&5
5464 sed 's/^/| /' conftest.$ac_ext >&5
5465
5466 ac_cv_type_int8_t=no
5467 fi
5468
5469 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5470 fi
5471 { echo "$as_me:$LINENO: result: $ac_cv_type_int8_t" >&5
5472 echo "${ECHO_T}$ac_cv_type_int8_t" >&6; }
5473 if test $ac_cv_type_int8_t = yes; then
5474
5475 cat >>confdefs.h <<_ACEOF
5476 #define HAVE_INT8_T 1
5477 _ACEOF
5478
5479
5480 else
5481 { { echo "$as_me:$LINENO: error: mandatory type not found" >&5
5482 echo "$as_me: error: mandatory type not found" >&2;}
5483 { (exit 1); exit 1; }; }
5484 fi
5485 { echo "$as_me:$LINENO: checking for u_int8_t" >&5
5486 echo $ECHO_N "checking for u_int8_t... $ECHO_C" >&6; }
5487 if test "${ac_cv_type_u_int8_t+set}" = set; then
5488 echo $ECHO_N "(cached) $ECHO_C" >&6
5489 else
54905567 cat >conftest.$ac_ext <<_ACEOF
54915568 /* confdefs.h. */
54925569 _ACEOF
54945571 cat >>conftest.$ac_ext <<_ACEOF
54955572 /* end confdefs.h. */
54965573 $ac_includes_default
5497 typedef u_int8_t ac__type_new_;
54985574 int
54995575 main ()
55005576 {
5501 if ((ac__type_new_ *) 0)
5502 return 0;
5503 if (sizeof (ac__type_new_))
5504 return 0;
5577 if (sizeof ((u_int16_t)))
5578 return 0;
55055579 ;
55065580 return 0;
55075581 }
55125586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
55135587 *) ac_try_echo=$ac_try;;
55145588 esac
5515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5589 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5590 $as_echo "$ac_try_echo") >&5
55165591 (eval "$ac_compile") 2>conftest.er1
55175592 ac_status=$?
55185593 grep -v '^ *+' conftest.er1 >conftest.err
55195594 rm -f conftest.er1
55205595 cat conftest.err >&5
5521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5596 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
55225597 (exit $ac_status); } && {
55235598 test -z "$ac_c_werror_flag" ||
55245599 test ! -s conftest.err
55255600 } && test -s conftest.$ac_objext; then
5526 ac_cv_type_u_int8_t=yes
5527 else
5528 echo "$as_me: failed program was:" >&5
5601 :
5602 else
5603 $as_echo "$as_me: failed program was:" >&5
55295604 sed 's/^/| /' conftest.$ac_ext >&5
55305605
5531 ac_cv_type_u_int8_t=no
5606 ac_cv_type_u_int16_t=yes
55325607 fi
55335608
55345609 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5535 fi
5536 { echo "$as_me:$LINENO: result: $ac_cv_type_u_int8_t" >&5
5537 echo "${ECHO_T}$ac_cv_type_u_int8_t" >&6; }
5538 if test $ac_cv_type_u_int8_t = yes; then
5610 else
5611 $as_echo "$as_me: failed program was:" >&5
5612 sed 's/^/| /' conftest.$ac_ext >&5
5613
5614
5615 fi
5616
5617 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5618 fi
5619 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_u_int16_t" >&5
5620 $as_echo "$ac_cv_type_u_int16_t" >&6; }
5621 if test "x$ac_cv_type_u_int16_t" = x""yes; then
55395622
55405623 cat >>confdefs.h <<_ACEOF
5541 #define HAVE_U_INT8_T 1
5542 _ACEOF
5543
5544
5545 else
5546 { { echo "$as_me:$LINENO: error: mandatory type not found" >&5
5547 echo "$as_me: error: mandatory type not found" >&2;}
5624 #define HAVE_U_INT16_T 1
5625 _ACEOF
5626
5627
5628 else
5629 { { $as_echo "$as_me:$LINENO: error: mandatory type not found" >&5
5630 $as_echo "$as_me: error: mandatory type not found" >&2;}
55485631 { (exit 1); exit 1; }; }
55495632 fi
5550 { echo "$as_me:$LINENO: checking for int32_t" >&5
5551 echo $ECHO_N "checking for int32_t... $ECHO_C" >&6; }
5552 if test "${ac_cv_type_int32_t+set}" = set; then
5553 echo $ECHO_N "(cached) $ECHO_C" >&6
5554 else
5555 cat >conftest.$ac_ext <<_ACEOF
5633 { $as_echo "$as_me:$LINENO: checking for int8_t" >&5
5634 $as_echo_n "checking for int8_t... " >&6; }
5635 if test "${ac_cv_type_int8_t+set}" = set; then
5636 $as_echo_n "(cached) " >&6
5637 else
5638 ac_cv_type_int8_t=no
5639 cat >conftest.$ac_ext <<_ACEOF
55565640 /* confdefs.h. */
55575641 _ACEOF
55585642 cat confdefs.h >>conftest.$ac_ext
55595643 cat >>conftest.$ac_ext <<_ACEOF
55605644 /* end confdefs.h. */
55615645 $ac_includes_default
5562 typedef int32_t ac__type_new_;
55635646 int
55645647 main ()
55655648 {
5566 if ((ac__type_new_ *) 0)
5567 return 0;
5568 if (sizeof (ac__type_new_))
5569 return 0;
5649 if (sizeof (int8_t))
5650 return 0;
55705651 ;
55715652 return 0;
55725653 }
55775658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
55785659 *) ac_try_echo=$ac_try;;
55795660 esac
5580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5661 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5662 $as_echo "$ac_try_echo") >&5
55815663 (eval "$ac_compile") 2>conftest.er1
55825664 ac_status=$?
55835665 grep -v '^ *+' conftest.er1 >conftest.err
55845666 rm -f conftest.er1
55855667 cat conftest.err >&5
5586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5668 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
55875669 (exit $ac_status); } && {
55885670 test -z "$ac_c_werror_flag" ||
55895671 test ! -s conftest.err
55905672 } && test -s conftest.$ac_objext; then
5591 ac_cv_type_int32_t=yes
5592 else
5593 echo "$as_me: failed program was:" >&5
5594 sed 's/^/| /' conftest.$ac_ext >&5
5595
5596 ac_cv_type_int32_t=no
5597 fi
5598
5599 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5600 fi
5601 { echo "$as_me:$LINENO: result: $ac_cv_type_int32_t" >&5
5602 echo "${ECHO_T}$ac_cv_type_int32_t" >&6; }
5603 if test $ac_cv_type_int32_t = yes; then
5604
5605 cat >>confdefs.h <<_ACEOF
5606 #define HAVE_INT32_T 1
5607 _ACEOF
5608
5609
5610 else
5611 { { echo "$as_me:$LINENO: error: mandatory type not found" >&5
5612 echo "$as_me: error: mandatory type not found" >&2;}
5613 { (exit 1); exit 1; }; }
5614 fi
5615 { echo "$as_me:$LINENO: checking for u_int32_t" >&5
5616 echo $ECHO_N "checking for u_int32_t... $ECHO_C" >&6; }
5617 if test "${ac_cv_type_u_int32_t+set}" = set; then
5618 echo $ECHO_N "(cached) $ECHO_C" >&6
5619 else
56205673 cat >conftest.$ac_ext <<_ACEOF
56215674 /* confdefs.h. */
56225675 _ACEOF
56245677 cat >>conftest.$ac_ext <<_ACEOF
56255678 /* end confdefs.h. */
56265679 $ac_includes_default
5627 typedef u_int32_t ac__type_new_;
56285680 int
56295681 main ()
56305682 {
5631 if ((ac__type_new_ *) 0)
5632 return 0;
5633 if (sizeof (ac__type_new_))
5634 return 0;
5683 if (sizeof ((int8_t)))
5684 return 0;
56355685 ;
56365686 return 0;
56375687 }
56425692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
56435693 *) ac_try_echo=$ac_try;;
56445694 esac
5645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5695 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5696 $as_echo "$ac_try_echo") >&5
56465697 (eval "$ac_compile") 2>conftest.er1
56475698 ac_status=$?
56485699 grep -v '^ *+' conftest.er1 >conftest.err
56495700 rm -f conftest.er1
56505701 cat conftest.err >&5
5651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5702 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
56525703 (exit $ac_status); } && {
56535704 test -z "$ac_c_werror_flag" ||
56545705 test ! -s conftest.err
56555706 } && test -s conftest.$ac_objext; then
5656 ac_cv_type_u_int32_t=yes
5657 else
5658 echo "$as_me: failed program was:" >&5
5707 :
5708 else
5709 $as_echo "$as_me: failed program was:" >&5
56595710 sed 's/^/| /' conftest.$ac_ext >&5
56605711
5661 ac_cv_type_u_int32_t=no
5712 ac_cv_type_int8_t=yes
56625713 fi
56635714
56645715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5665 fi
5666 { echo "$as_me:$LINENO: result: $ac_cv_type_u_int32_t" >&5
5667 echo "${ECHO_T}$ac_cv_type_u_int32_t" >&6; }
5668 if test $ac_cv_type_u_int32_t = yes; then
5716 else
5717 $as_echo "$as_me: failed program was:" >&5
5718 sed 's/^/| /' conftest.$ac_ext >&5
5719
5720
5721 fi
5722
5723 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5724 fi
5725 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_int8_t" >&5
5726 $as_echo "$ac_cv_type_int8_t" >&6; }
5727 if test "x$ac_cv_type_int8_t" = x""yes; then
5728
5729 cat >>confdefs.h <<_ACEOF
5730 #define HAVE_INT8_T 1
5731 _ACEOF
5732
5733
5734 else
5735 { { $as_echo "$as_me:$LINENO: error: mandatory type not found" >&5
5736 $as_echo "$as_me: error: mandatory type not found" >&2;}
5737 { (exit 1); exit 1; }; }
5738 fi
5739 { $as_echo "$as_me:$LINENO: checking for u_int8_t" >&5
5740 $as_echo_n "checking for u_int8_t... " >&6; }
5741 if test "${ac_cv_type_u_int8_t+set}" = set; then
5742 $as_echo_n "(cached) " >&6
5743 else
5744 ac_cv_type_u_int8_t=no
5745 cat >conftest.$ac_ext <<_ACEOF
5746 /* confdefs.h. */
5747 _ACEOF
5748 cat confdefs.h >>conftest.$ac_ext
5749 cat >>conftest.$ac_ext <<_ACEOF
5750 /* end confdefs.h. */
5751 $ac_includes_default
5752 int
5753 main ()
5754 {
5755 if (sizeof (u_int8_t))
5756 return 0;
5757 ;
5758 return 0;
5759 }
5760 _ACEOF
5761 rm -f conftest.$ac_objext
5762 if { (ac_try="$ac_compile"
5763 case "(($ac_try" in
5764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5765 *) ac_try_echo=$ac_try;;
5766 esac
5767 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5768 $as_echo "$ac_try_echo") >&5
5769 (eval "$ac_compile") 2>conftest.er1
5770 ac_status=$?
5771 grep -v '^ *+' conftest.er1 >conftest.err
5772 rm -f conftest.er1
5773 cat conftest.err >&5
5774 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5775 (exit $ac_status); } && {
5776 test -z "$ac_c_werror_flag" ||
5777 test ! -s conftest.err
5778 } && test -s conftest.$ac_objext; then
5779 cat >conftest.$ac_ext <<_ACEOF
5780 /* confdefs.h. */
5781 _ACEOF
5782 cat confdefs.h >>conftest.$ac_ext
5783 cat >>conftest.$ac_ext <<_ACEOF
5784 /* end confdefs.h. */
5785 $ac_includes_default
5786 int
5787 main ()
5788 {
5789 if (sizeof ((u_int8_t)))
5790 return 0;
5791 ;
5792 return 0;
5793 }
5794 _ACEOF
5795 rm -f conftest.$ac_objext
5796 if { (ac_try="$ac_compile"
5797 case "(($ac_try" in
5798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5799 *) ac_try_echo=$ac_try;;
5800 esac
5801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5802 $as_echo "$ac_try_echo") >&5
5803 (eval "$ac_compile") 2>conftest.er1
5804 ac_status=$?
5805 grep -v '^ *+' conftest.er1 >conftest.err
5806 rm -f conftest.er1
5807 cat conftest.err >&5
5808 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5809 (exit $ac_status); } && {
5810 test -z "$ac_c_werror_flag" ||
5811 test ! -s conftest.err
5812 } && test -s conftest.$ac_objext; then
5813 :
5814 else
5815 $as_echo "$as_me: failed program was:" >&5
5816 sed 's/^/| /' conftest.$ac_ext >&5
5817
5818 ac_cv_type_u_int8_t=yes
5819 fi
5820
5821 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5822 else
5823 $as_echo "$as_me: failed program was:" >&5
5824 sed 's/^/| /' conftest.$ac_ext >&5
5825
5826
5827 fi
5828
5829 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5830 fi
5831 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_u_int8_t" >&5
5832 $as_echo "$ac_cv_type_u_int8_t" >&6; }
5833 if test "x$ac_cv_type_u_int8_t" = x""yes; then
5834
5835 cat >>confdefs.h <<_ACEOF
5836 #define HAVE_U_INT8_T 1
5837 _ACEOF
5838
5839
5840 else
5841 { { $as_echo "$as_me:$LINENO: error: mandatory type not found" >&5
5842 $as_echo "$as_me: error: mandatory type not found" >&2;}
5843 { (exit 1); exit 1; }; }
5844 fi
5845 { $as_echo "$as_me:$LINENO: checking for int32_t" >&5
5846 $as_echo_n "checking for int32_t... " >&6; }
5847 if test "${ac_cv_type_int32_t+set}" = set; then
5848 $as_echo_n "(cached) " >&6
5849 else
5850 ac_cv_type_int32_t=no
5851 cat >conftest.$ac_ext <<_ACEOF
5852 /* confdefs.h. */
5853 _ACEOF
5854 cat confdefs.h >>conftest.$ac_ext
5855 cat >>conftest.$ac_ext <<_ACEOF
5856 /* end confdefs.h. */
5857 $ac_includes_default
5858 int
5859 main ()
5860 {
5861 if (sizeof (int32_t))
5862 return 0;
5863 ;
5864 return 0;
5865 }
5866 _ACEOF
5867 rm -f conftest.$ac_objext
5868 if { (ac_try="$ac_compile"
5869 case "(($ac_try" in
5870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5871 *) ac_try_echo=$ac_try;;
5872 esac
5873 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5874 $as_echo "$ac_try_echo") >&5
5875 (eval "$ac_compile") 2>conftest.er1
5876 ac_status=$?
5877 grep -v '^ *+' conftest.er1 >conftest.err
5878 rm -f conftest.er1
5879 cat conftest.err >&5
5880 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5881 (exit $ac_status); } && {
5882 test -z "$ac_c_werror_flag" ||
5883 test ! -s conftest.err
5884 } && test -s conftest.$ac_objext; then
5885 cat >conftest.$ac_ext <<_ACEOF
5886 /* confdefs.h. */
5887 _ACEOF
5888 cat confdefs.h >>conftest.$ac_ext
5889 cat >>conftest.$ac_ext <<_ACEOF
5890 /* end confdefs.h. */
5891 $ac_includes_default
5892 int
5893 main ()
5894 {
5895 if (sizeof ((int32_t)))
5896 return 0;
5897 ;
5898 return 0;
5899 }
5900 _ACEOF
5901 rm -f conftest.$ac_objext
5902 if { (ac_try="$ac_compile"
5903 case "(($ac_try" in
5904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5905 *) ac_try_echo=$ac_try;;
5906 esac
5907 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5908 $as_echo "$ac_try_echo") >&5
5909 (eval "$ac_compile") 2>conftest.er1
5910 ac_status=$?
5911 grep -v '^ *+' conftest.er1 >conftest.err
5912 rm -f conftest.er1
5913 cat conftest.err >&5
5914 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5915 (exit $ac_status); } && {
5916 test -z "$ac_c_werror_flag" ||
5917 test ! -s conftest.err
5918 } && test -s conftest.$ac_objext; then
5919 :
5920 else
5921 $as_echo "$as_me: failed program was:" >&5
5922 sed 's/^/| /' conftest.$ac_ext >&5
5923
5924 ac_cv_type_int32_t=yes
5925 fi
5926
5927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5928 else
5929 $as_echo "$as_me: failed program was:" >&5
5930 sed 's/^/| /' conftest.$ac_ext >&5
5931
5932
5933 fi
5934
5935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5936 fi
5937 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_int32_t" >&5
5938 $as_echo "$ac_cv_type_int32_t" >&6; }
5939 if test "x$ac_cv_type_int32_t" = x""yes; then
5940
5941 cat >>confdefs.h <<_ACEOF
5942 #define HAVE_INT32_T 1
5943 _ACEOF
5944
5945
5946 else
5947 { { $as_echo "$as_me:$LINENO: error: mandatory type not found" >&5
5948 $as_echo "$as_me: error: mandatory type not found" >&2;}
5949 { (exit 1); exit 1; }; }
5950 fi
5951 { $as_echo "$as_me:$LINENO: checking for u_int32_t" >&5
5952 $as_echo_n "checking for u_int32_t... " >&6; }
5953 if test "${ac_cv_type_u_int32_t+set}" = set; then
5954 $as_echo_n "(cached) " >&6
5955 else
5956 ac_cv_type_u_int32_t=no
5957 cat >conftest.$ac_ext <<_ACEOF
5958 /* confdefs.h. */
5959 _ACEOF
5960 cat confdefs.h >>conftest.$ac_ext
5961 cat >>conftest.$ac_ext <<_ACEOF
5962 /* end confdefs.h. */
5963 $ac_includes_default
5964 int
5965 main ()
5966 {
5967 if (sizeof (u_int32_t))
5968 return 0;
5969 ;
5970 return 0;
5971 }
5972 _ACEOF
5973 rm -f conftest.$ac_objext
5974 if { (ac_try="$ac_compile"
5975 case "(($ac_try" in
5976 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5977 *) ac_try_echo=$ac_try;;
5978 esac
5979 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5980 $as_echo "$ac_try_echo") >&5
5981 (eval "$ac_compile") 2>conftest.er1
5982 ac_status=$?
5983 grep -v '^ *+' conftest.er1 >conftest.err
5984 rm -f conftest.er1
5985 cat conftest.err >&5
5986 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5987 (exit $ac_status); } && {
5988 test -z "$ac_c_werror_flag" ||
5989 test ! -s conftest.err
5990 } && test -s conftest.$ac_objext; then
5991 cat >conftest.$ac_ext <<_ACEOF
5992 /* confdefs.h. */
5993 _ACEOF
5994 cat confdefs.h >>conftest.$ac_ext
5995 cat >>conftest.$ac_ext <<_ACEOF
5996 /* end confdefs.h. */
5997 $ac_includes_default
5998 int
5999 main ()
6000 {
6001 if (sizeof ((u_int32_t)))
6002 return 0;
6003 ;
6004 return 0;
6005 }
6006 _ACEOF
6007 rm -f conftest.$ac_objext
6008 if { (ac_try="$ac_compile"
6009 case "(($ac_try" in
6010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6011 *) ac_try_echo=$ac_try;;
6012 esac
6013 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6014 $as_echo "$ac_try_echo") >&5
6015 (eval "$ac_compile") 2>conftest.er1
6016 ac_status=$?
6017 grep -v '^ *+' conftest.er1 >conftest.err
6018 rm -f conftest.er1
6019 cat conftest.err >&5
6020 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6021 (exit $ac_status); } && {
6022 test -z "$ac_c_werror_flag" ||
6023 test ! -s conftest.err
6024 } && test -s conftest.$ac_objext; then
6025 :
6026 else
6027 $as_echo "$as_me: failed program was:" >&5
6028 sed 's/^/| /' conftest.$ac_ext >&5
6029
6030 ac_cv_type_u_int32_t=yes
6031 fi
6032
6033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6034 else
6035 $as_echo "$as_me: failed program was:" >&5
6036 sed 's/^/| /' conftest.$ac_ext >&5
6037
6038
6039 fi
6040
6041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6042 fi
6043 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_u_int32_t" >&5
6044 $as_echo "$ac_cv_type_u_int32_t" >&6; }
6045 if test "x$ac_cv_type_u_int32_t" = x""yes; then
56696046
56706047 cat >>confdefs.h <<_ACEOF
56716048 #define HAVE_U_INT32_T 1
56736050
56746051
56756052 else
5676 { { echo "$as_me:$LINENO: error: mandatory type not found" >&5
5677 echo "$as_me: error: mandatory type not found" >&2;}
6053 { { $as_echo "$as_me:$LINENO: error: mandatory type not found" >&5
6054 $as_echo "$as_me: error: mandatory type not found" >&2;}
56786055 { (exit 1); exit 1; }; }
56796056 fi
56806057
5681 { echo "$as_me:$LINENO: checking for netsnmp_tdomain.f_create_from_tstring_new" >&5
5682 echo $ECHO_N "checking for netsnmp_tdomain.f_create_from_tstring_new... $ECHO_C" >&6; }
6058 { $as_echo "$as_me:$LINENO: checking for netsnmp_tdomain.f_create_from_tstring_new" >&5
6059 $as_echo_n "checking for netsnmp_tdomain.f_create_from_tstring_new... " >&6; }
56836060 if test "${ac_cv_member_netsnmp_tdomain_f_create_from_tstring_new+set}" = set; then
5684 echo $ECHO_N "(cached) $ECHO_C" >&6
6061 $as_echo_n "(cached) " >&6
56856062 else
56866063 cat >conftest.$ac_ext <<_ACEOF
56876064 /* confdefs.h. */
57116088 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
57126089 *) ac_try_echo=$ac_try;;
57136090 esac
5714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6091 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6092 $as_echo "$ac_try_echo") >&5
57156093 (eval "$ac_compile") 2>conftest.er1
57166094 ac_status=$?
57176095 grep -v '^ *+' conftest.er1 >conftest.err
57186096 rm -f conftest.er1
57196097 cat conftest.err >&5
5720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6098 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
57216099 (exit $ac_status); } && {
57226100 test -z "$ac_c_werror_flag" ||
57236101 test ! -s conftest.err
57246102 } && test -s conftest.$ac_objext; then
57256103 ac_cv_member_netsnmp_tdomain_f_create_from_tstring_new=yes
57266104 else
5727 echo "$as_me: failed program was:" >&5
6105 $as_echo "$as_me: failed program was:" >&5
57286106 sed 's/^/| /' conftest.$ac_ext >&5
57296107
57306108 cat >conftest.$ac_ext <<_ACEOF
57556133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
57566134 *) ac_try_echo=$ac_try;;
57576135 esac
5758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6136 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6137 $as_echo "$ac_try_echo") >&5
57596138 (eval "$ac_compile") 2>conftest.er1
57606139 ac_status=$?
57616140 grep -v '^ *+' conftest.er1 >conftest.err
57626141 rm -f conftest.er1
57636142 cat conftest.err >&5
5764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6143 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
57656144 (exit $ac_status); } && {
57666145 test -z "$ac_c_werror_flag" ||
57676146 test ! -s conftest.err
57686147 } && test -s conftest.$ac_objext; then
57696148 ac_cv_member_netsnmp_tdomain_f_create_from_tstring_new=yes
57706149 else
5771 echo "$as_me: failed program was:" >&5
6150 $as_echo "$as_me: failed program was:" >&5
57726151 sed 's/^/| /' conftest.$ac_ext >&5
57736152
57746153 ac_cv_member_netsnmp_tdomain_f_create_from_tstring_new=no
57796158
57806159 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
57816160 fi
5782 { echo "$as_me:$LINENO: result: $ac_cv_member_netsnmp_tdomain_f_create_from_tstring_new" >&5
5783 echo "${ECHO_T}$ac_cv_member_netsnmp_tdomain_f_create_from_tstring_new" >&6; }
5784 if test $ac_cv_member_netsnmp_tdomain_f_create_from_tstring_new = yes; then
6161 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_netsnmp_tdomain_f_create_from_tstring_new" >&5
6162 $as_echo "$ac_cv_member_netsnmp_tdomain_f_create_from_tstring_new" >&6; }
6163 if test "x$ac_cv_member_netsnmp_tdomain_f_create_from_tstring_new" = x""yes; then
57856164
57866165 cat >>confdefs.h <<_ACEOF
57876166 #define HAVE_NETSNMP_TDOMAIN_F_CREATE_FROM_TSTRING_NEW 1
57956174
57966175 for ac_func in strlcpy
57976176 do
5798 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5799 { echo "$as_me:$LINENO: checking for $ac_func" >&5
5800 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
6177 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
6178 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
6179 $as_echo_n "checking for $ac_func... " >&6; }
58016180 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
5802 echo $ECHO_N "(cached) $ECHO_C" >&6
6181 $as_echo_n "(cached) " >&6
58036182 else
58046183 cat >conftest.$ac_ext <<_ACEOF
58056184 /* confdefs.h. */
58526231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
58536232 *) ac_try_echo=$ac_try;;
58546233 esac
5855 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6234 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6235 $as_echo "$ac_try_echo") >&5
58566236 (eval "$ac_link") 2>conftest.er1
58576237 ac_status=$?
58586238 grep -v '^ *+' conftest.er1 >conftest.err
58596239 rm -f conftest.er1
58606240 cat conftest.err >&5
5861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6241 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
58626242 (exit $ac_status); } && {
58636243 test -z "$ac_c_werror_flag" ||
58646244 test ! -s conftest.err
5865 } && test -s conftest$ac_exeext &&
5866 $as_test_x conftest$ac_exeext; then
6245 } && test -s conftest$ac_exeext && {
6246 test "$cross_compiling" = yes ||
6247 $as_test_x conftest$ac_exeext
6248 }; then
58676249 eval "$as_ac_var=yes"
58686250 else
5869 echo "$as_me: failed program was:" >&5
6251 $as_echo "$as_me: failed program was:" >&5
58706252 sed 's/^/| /' conftest.$ac_ext >&5
58716253
58726254 eval "$as_ac_var=no"
58736255 fi
58746256
6257 rm -rf conftest.dSYM
58756258 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
58766259 conftest$ac_exeext conftest.$ac_ext
58776260 fi
5878 ac_res=`eval echo '${'$as_ac_var'}'`
5879 { echo "$as_me:$LINENO: result: $ac_res" >&5
5880 echo "${ECHO_T}$ac_res" >&6; }
5881 if test `eval echo '${'$as_ac_var'}'` = yes; then
6261 ac_res=`eval 'as_val=${'$as_ac_var'}
6262 $as_echo "$as_val"'`
6263 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6264 $as_echo "$ac_res" >&6; }
6265 as_val=`eval 'as_val=${'$as_ac_var'}
6266 $as_echo "$as_val"'`
6267 if test "x$as_val" = x""yes; then
58826268 cat >>confdefs.h <<_ACEOF
5883 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6269 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
58846270 _ACEOF
58856271
58866272 else
58966282
58976283
58986284 if test $ac_cv_c_compiler_gnu = yes; then
5899 { echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
5900 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6; }
6285 { $as_echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
6286 $as_echo_n "checking whether $CC needs -traditional... " >&6; }
59016287 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
5902 echo $ECHO_N "(cached) $ECHO_C" >&6
6288 $as_echo_n "(cached) " >&6
59036289 else
59046290 ac_pattern="Autoconf.*'x'"
59056291 cat >conftest.$ac_ext <<_ACEOF
59386324
59396325 fi
59406326 fi
5941 { echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
5942 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6; }
6327 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
6328 $as_echo "$ac_cv_prog_gcc_traditional" >&6; }
59436329 if test $ac_cv_prog_gcc_traditional = yes; then
59446330 CC="$CC -traditional"
59456331 fi
59526338 if test -n "$ac_tool_prefix"; then
59536339 # Extract the first word of "${ac_tool_prefix}net-snmp-config", so it can be a program name with args.
59546340 set dummy ${ac_tool_prefix}net-snmp-config; ac_word=$2
5955 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5956 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6341 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6342 $as_echo_n "checking for $ac_word... " >&6; }
59576343 if test "${ac_cv_path_NETSNMP_CONFIG+set}" = set; then
5958 echo $ECHO_N "(cached) $ECHO_C" >&6
6344 $as_echo_n "(cached) " >&6
59596345 else
59606346 case $NETSNMP_CONFIG in
59616347 [\\/]* | ?:[\\/]*)
59706356 for ac_exec_ext in '' $ac_executable_extensions; do
59716357 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
59726358 ac_cv_path_NETSNMP_CONFIG="$as_dir/$ac_word$ac_exec_ext"
5973 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6359 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
59746360 break 2
59756361 fi
59766362 done
59826368 fi
59836369 NETSNMP_CONFIG=$ac_cv_path_NETSNMP_CONFIG
59846370 if test -n "$NETSNMP_CONFIG"; then
5985 { echo "$as_me:$LINENO: result: $NETSNMP_CONFIG" >&5
5986 echo "${ECHO_T}$NETSNMP_CONFIG" >&6; }
5987 else
5988 { echo "$as_me:$LINENO: result: no" >&5
5989 echo "${ECHO_T}no" >&6; }
6371 { $as_echo "$as_me:$LINENO: result: $NETSNMP_CONFIG" >&5
6372 $as_echo "$NETSNMP_CONFIG" >&6; }
6373 else
6374 { $as_echo "$as_me:$LINENO: result: no" >&5
6375 $as_echo "no" >&6; }
59906376 fi
59916377
59926378
59956381 ac_pt_NETSNMP_CONFIG=$NETSNMP_CONFIG
59966382 # Extract the first word of "net-snmp-config", so it can be a program name with args.
59976383 set dummy net-snmp-config; ac_word=$2
5998 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5999 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6384 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6385 $as_echo_n "checking for $ac_word... " >&6; }
60006386 if test "${ac_cv_path_ac_pt_NETSNMP_CONFIG+set}" = set; then
6001 echo $ECHO_N "(cached) $ECHO_C" >&6
6387 $as_echo_n "(cached) " >&6
60026388 else
60036389 case $ac_pt_NETSNMP_CONFIG in
60046390 [\\/]* | ?:[\\/]*)
60136399 for ac_exec_ext in '' $ac_executable_extensions; do
60146400 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
60156401 ac_cv_path_ac_pt_NETSNMP_CONFIG="$as_dir/$ac_word$ac_exec_ext"
6016 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6402 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
60176403 break 2
60186404 fi
60196405 done
60256411 fi
60266412 ac_pt_NETSNMP_CONFIG=$ac_cv_path_ac_pt_NETSNMP_CONFIG
60276413 if test -n "$ac_pt_NETSNMP_CONFIG"; then
6028 { echo "$as_me:$LINENO: result: $ac_pt_NETSNMP_CONFIG" >&5
6029 echo "${ECHO_T}$ac_pt_NETSNMP_CONFIG" >&6; }
6030 else
6031 { echo "$as_me:$LINENO: result: no" >&5
6032 echo "${ECHO_T}no" >&6; }
6414 { $as_echo "$as_me:$LINENO: result: $ac_pt_NETSNMP_CONFIG" >&5
6415 $as_echo "$ac_pt_NETSNMP_CONFIG" >&6; }
6416 else
6417 { $as_echo "$as_me:$LINENO: result: no" >&5
6418 $as_echo "no" >&6; }
60336419 fi
60346420
60356421 if test "x$ac_pt_NETSNMP_CONFIG" = x; then
60376423 else
60386424 case $cross_compiling:$ac_tool_warned in
60396425 yes:)
6040 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6041 whose name does not start with the host triplet. If you think this
6042 configuration is useful to you, please write to autoconf@gnu.org." >&5
6043 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6044 whose name does not start with the host triplet. If you think this
6045 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6426 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6427 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
60466428 ac_tool_warned=yes ;;
60476429 esac
60486430 NETSNMP_CONFIG=$ac_pt_NETSNMP_CONFIG
60556437 if test x"${NETSNMP_CONFIG}" != xNo; then
60566438 NETSNMP_libs=`${NETSNMP_CONFIG} --agent-libs`
60576439
6058 { echo "$as_me:$LINENO: checking for snmp_register_callback in -lnetsnmp" >&5
6059 echo $ECHO_N "checking for snmp_register_callback in -lnetsnmp... $ECHO_C" >&6; }
6440 { $as_echo "$as_me:$LINENO: checking for snmp_register_callback in -lnetsnmp" >&5
6441 $as_echo_n "checking for snmp_register_callback in -lnetsnmp... " >&6; }
60606442 if test "${ac_cv_lib_netsnmp_snmp_register_callback+set}" = set; then
6061 echo $ECHO_N "(cached) $ECHO_C" >&6
6443 $as_echo_n "(cached) " >&6
60626444 else
60636445 ac_check_lib_save_LIBS=$LIBS
60646446 LIBS="-lnetsnmp ${NETSNMP_libs} $LIBS"
60906472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
60916473 *) ac_try_echo=$ac_try;;
60926474 esac
6093 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6475 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6476 $as_echo "$ac_try_echo") >&5
60946477 (eval "$ac_link") 2>conftest.er1
60956478 ac_status=$?
60966479 grep -v '^ *+' conftest.er1 >conftest.err
60976480 rm -f conftest.er1
60986481 cat conftest.err >&5
6099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6482 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
61006483 (exit $ac_status); } && {
61016484 test -z "$ac_c_werror_flag" ||
61026485 test ! -s conftest.err
6103 } && test -s conftest$ac_exeext &&
6104 $as_test_x conftest$ac_exeext; then
6486 } && test -s conftest$ac_exeext && {
6487 test "$cross_compiling" = yes ||
6488 $as_test_x conftest$ac_exeext
6489 }; then
61056490 ac_cv_lib_netsnmp_snmp_register_callback=yes
61066491 else
6107 echo "$as_me: failed program was:" >&5
6492 $as_echo "$as_me: failed program was:" >&5
61086493 sed 's/^/| /' conftest.$ac_ext >&5
61096494
61106495 ac_cv_lib_netsnmp_snmp_register_callback=no
61116496 fi
61126497
6498 rm -rf conftest.dSYM
61136499 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
61146500 conftest$ac_exeext conftest.$ac_ext
61156501 LIBS=$ac_check_lib_save_LIBS
61166502 fi
6117 { echo "$as_me:$LINENO: result: $ac_cv_lib_netsnmp_snmp_register_callback" >&5
6118 echo "${ECHO_T}$ac_cv_lib_netsnmp_snmp_register_callback" >&6; }
6119 if test $ac_cv_lib_netsnmp_snmp_register_callback = yes; then
6503 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_netsnmp_snmp_register_callback" >&5
6504 $as_echo "$ac_cv_lib_netsnmp_snmp_register_callback" >&6; }
6505 if test "x$ac_cv_lib_netsnmp_snmp_register_callback" = x""yes; then
61206506
61216507 cat >>confdefs.h <<_ACEOF
61226508 #define HAVE_NETSNMP 1
61376523 fi
61386524 if test "${with_snmp}" != "no"; then
61396525 if test "${ac_cv_lib_netsnmp_snmp_register_callback}" != "yes"; then
6140 { echo "$as_me:$LINENO: ***" >&5
6141 echo "$as_me: ***" >&6;}
6142 { echo "$as_me:$LINENO: *** net-snmp libraries not found" >&5
6143 echo "$as_me: *** net-snmp libraries not found" >&6;}
6144 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
6145 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
6146 { echo "$as_me:$LINENO: *** including --without-snmp" >&5
6147 echo "$as_me: *** including --without-snmp" >&6;}
6526 { $as_echo "$as_me:$LINENO: ***" >&5
6527 $as_echo "$as_me: ***" >&6;}
6528 { $as_echo "$as_me:$LINENO: *** net-snmp libraries not found" >&5
6529 $as_echo "$as_me: *** net-snmp libraries not found" >&6;}
6530 { $as_echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
6531 $as_echo "$as_me: *** Either correct the installation, or run configure" >&6;}
6532 { $as_echo "$as_me:$LINENO: *** including --without-snmp" >&5
6533 $as_echo "$as_me: *** including --without-snmp" >&6;}
61486534 exit 1
61496535 fi
61506536 fi
61586544 enable_cdp=yes
61596545 fi
61606546
6161 { echo "$as_me:$LINENO: checking whether to enable CDP" >&5
6162 echo $ECHO_N "checking whether to enable CDP... $ECHO_C" >&6; }
6547 { $as_echo "$as_me:$LINENO: checking whether to enable CDP" >&5
6548 $as_echo_n "checking whether to enable CDP... " >&6; }
61636549 if test x$enable_cdp = xyes; then
6164 { echo "$as_me:$LINENO: result: yes" >&5
6165 echo "${ECHO_T}yes" >&6; }
6550 { $as_echo "$as_me:$LINENO: result: yes" >&5
6551 $as_echo "yes" >&6; }
61666552
61676553 cat >>confdefs.h <<\_ACEOF
6168 #define ENABLE_CDP
6169 _ACEOF
6170
6171 else
6172 { echo "$as_me:$LINENO: result: no" >&5
6173 echo "${ECHO_T}no" >&6; }
6554 #define ENABLE_CDP /**/
6555 _ACEOF
6556
6557 else
6558 { $as_echo "$as_me:$LINENO: result: no" >&5
6559 $as_echo "no" >&6; }
61746560 fi
61756561
61766562 # FDP
61816567 enable_fdp=yes
61826568 fi
61836569
6184 { echo "$as_me:$LINENO: checking whether to enable FDP" >&5
6185 echo $ECHO_N "checking whether to enable FDP... $ECHO_C" >&6; }
6570 { $as_echo "$as_me:$LINENO: checking whether to enable FDP" >&5
6571 $as_echo_n "checking whether to enable FDP... " >&6; }
61866572 if test x$enable_fdp = xyes; then
6187 { echo "$as_me:$LINENO: result: yes" >&5
6188 echo "${ECHO_T}yes" >&6; }
6573 { $as_echo "$as_me:$LINENO: result: yes" >&5
6574 $as_echo "yes" >&6; }
61896575
61906576 cat >>confdefs.h <<\_ACEOF
6191 #define ENABLE_FDP
6192 _ACEOF
6193
6194 else
6195 { echo "$as_me:$LINENO: result: no" >&5
6196 echo "${ECHO_T}no" >&6; }
6577 #define ENABLE_FDP /**/
6578 _ACEOF
6579
6580 else
6581 { $as_echo "$as_me:$LINENO: result: no" >&5
6582 $as_echo "no" >&6; }
61976583 fi
61986584
61996585 # EDP
62046590 enable_edp=yes
62056591 fi
62066592
6207 { echo "$as_me:$LINENO: checking whether to enable EDP" >&5
6208 echo $ECHO_N "checking whether to enable EDP... $ECHO_C" >&6; }
6593 { $as_echo "$as_me:$LINENO: checking whether to enable EDP" >&5
6594 $as_echo_n "checking whether to enable EDP... " >&6; }
62096595 if test x$enable_edp = xyes; then
6210 { echo "$as_me:$LINENO: result: yes" >&5
6211 echo "${ECHO_T}yes" >&6; }
6596 { $as_echo "$as_me:$LINENO: result: yes" >&5
6597 $as_echo "yes" >&6; }
62126598
62136599 cat >>confdefs.h <<\_ACEOF
6214 #define ENABLE_EDP
6215 _ACEOF
6216
6217 else
6218 { echo "$as_me:$LINENO: result: no" >&5
6219 echo "${ECHO_T}no" >&6; }
6600 #define ENABLE_EDP /**/
6601 _ACEOF
6602
6603 else
6604 { $as_echo "$as_me:$LINENO: result: no" >&5
6605 $as_echo "no" >&6; }
62206606 fi
62216607
62226608 # SONMP
62276613 enable_sonmp=yes
62286614 fi
62296615
6230 { echo "$as_me:$LINENO: checking whether to enable SONMP" >&5
6231 echo $ECHO_N "checking whether to enable SONMP... $ECHO_C" >&6; }
6616 { $as_echo "$as_me:$LINENO: checking whether to enable SONMP" >&5
6617 $as_echo_n "checking whether to enable SONMP... " >&6; }
62326618 if test x$enable_sonmp = xyes; then
6233 { echo "$as_me:$LINENO: result: yes" >&5
6234 echo "${ECHO_T}yes" >&6; }
6619 { $as_echo "$as_me:$LINENO: result: yes" >&5
6620 $as_echo "yes" >&6; }
62356621
62366622 cat >>confdefs.h <<\_ACEOF
6237 #define ENABLE_SONMP
6238 _ACEOF
6239
6240 else
6241 { echo "$as_me:$LINENO: result: no" >&5
6242 echo "${ECHO_T}no" >&6; }
6623 #define ENABLE_SONMP /**/
6624 _ACEOF
6625
6626 else
6627 { $as_echo "$as_me:$LINENO: result: no" >&5
6628 $as_echo "no" >&6; }
62436629 fi
62446630
62456631 #LLDPMED
62506636 enable_lldpmed=yes
62516637 fi
62526638
6253 { echo "$as_me:$LINENO: checking whether to enable LLDP-MED" >&5
6254 echo $ECHO_N "checking whether to enable LLDP-MED... $ECHO_C" >&6; }
6639 { $as_echo "$as_me:$LINENO: checking whether to enable LLDP-MED" >&5
6640 $as_echo_n "checking whether to enable LLDP-MED... " >&6; }
62556641 if test x$enable_lldpmed = xyes; then
6256 { echo "$as_me:$LINENO: result: yes" >&5
6257 echo "${ECHO_T}yes" >&6; }
6642 { $as_echo "$as_me:$LINENO: result: yes" >&5
6643 $as_echo "yes" >&6; }
62586644
62596645 cat >>confdefs.h <<\_ACEOF
6260 #define ENABLE_LLDPMED
6261 _ACEOF
6262
6263 else
6264 { echo "$as_me:$LINENO: result: no" >&5
6265 echo "${ECHO_T}no" >&6; }
6646 #define ENABLE_LLDPMED /**/
6647 _ACEOF
6648
6649 else
6650 { $as_echo "$as_me:$LINENO: result: no" >&5
6651 $as_echo "no" >&6; }
62666652 fi
62676653
62686654 #Dot1
62736659 enable_dot1=yes
62746660 fi
62756661
6276 { echo "$as_me:$LINENO: checking whether to enable Dot1" >&5
6277 echo $ECHO_N "checking whether to enable Dot1... $ECHO_C" >&6; }
6662 { $as_echo "$as_me:$LINENO: checking whether to enable Dot1" >&5
6663 $as_echo_n "checking whether to enable Dot1... " >&6; }
62786664 if test x$enable_dot1 = xyes; then
6279 { echo "$as_me:$LINENO: result: yes" >&5
6280 echo "${ECHO_T}yes" >&6; }
6665 { $as_echo "$as_me:$LINENO: result: yes" >&5
6666 $as_echo "yes" >&6; }
62816667
62826668 cat >>confdefs.h <<\_ACEOF
6283 #define ENABLE_DOT1
6284 _ACEOF
6285
6286 else
6287 { echo "$as_me:$LINENO: result: no" >&5
6288 echo "${ECHO_T}no" >&6; }
6669 #define ENABLE_DOT1 /**/
6670 _ACEOF
6671
6672 else
6673 { $as_echo "$as_me:$LINENO: result: no" >&5
6674 $as_echo "no" >&6; }
62896675 fi
62906676
62916677 #Dot3
62966682 enable_dot3=yes
62976683 fi
62986684
6299 { echo "$as_me:$LINENO: checking whether to enable Dot3" >&5
6300 echo $ECHO_N "checking whether to enable Dot3... $ECHO_C" >&6; }
6685 { $as_echo "$as_me:$LINENO: checking whether to enable Dot3" >&5
6686 $as_echo_n "checking whether to enable Dot3... " >&6; }
63016687 if test x$enable_dot3 = xyes; then
6302 { echo "$as_me:$LINENO: result: yes" >&5
6303 echo "${ECHO_T}yes" >&6; }
6688 { $as_echo "$as_me:$LINENO: result: yes" >&5
6689 $as_echo "yes" >&6; }
63046690
63056691 cat >>confdefs.h <<\_ACEOF
6306 #define ENABLE_DOT3
6307 _ACEOF
6308
6309 else
6310 { echo "$as_me:$LINENO: result: no" >&5
6311 echo "${ECHO_T}no" >&6; }
6692 #define ENABLE_DOT3 /**/
6693 _ACEOF
6694
6695 else
6696 { $as_echo "$as_me:$LINENO: result: no" >&5
6697 $as_echo "no" >&6; }
63126698 fi
63136699
63146700 cat >confcache <<\_ACEOF
63386724 case $ac_val in #(
63396725 *${as_nl}*)
63406726 case $ac_var in #(
6341 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
6342 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
6727 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
6728 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
63436729 esac
63446730 case $ac_var in #(
63456731 _ | IFS | as_nl) ;; #(
6732 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
63466733 *) $as_unset $ac_var ;;
63476734 esac ;;
63486735 esac
63756762 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
63766763 if test -w "$cache_file"; then
63776764 test "x$cache_file" != "x/dev/null" &&
6378 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
6379 echo "$as_me: updating cache $cache_file" >&6;}
6765 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
6766 $as_echo "$as_me: updating cache $cache_file" >&6;}
63806767 cat confcache >$cache_file
63816768 else
6382 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
6383 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
6769 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
6770 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
63846771 fi
63856772 fi
63866773 rm -f confcache
63966783 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
63976784 # 1. Remove the extension, and $U if already installed.
63986785 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
6399 ac_i=`echo "$ac_i" | sed "$ac_script"`
6786 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
64006787 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
64016788 # will be set to the directory where LIBOBJS objects are built.
64026789 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
64086795
64096796
64106797 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
6411 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
6798 { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
64126799 Usually this means the macro was only invoked conditionally." >&5
6413 echo "$as_me: error: conditional \"AMDEP\" was never defined.
6800 $as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
64146801 Usually this means the macro was only invoked conditionally." >&2;}
64156802 { (exit 1); exit 1; }; }
64166803 fi
64176804 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
6418 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
6805 { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
64196806 Usually this means the macro was only invoked conditionally." >&5
6420 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
6807 $as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
64216808 Usually this means the macro was only invoked conditionally." >&2;}
64226809 { (exit 1); exit 1; }; }
64236810 fi
64246811 if test -z "${USE_SNMP_TRUE}" && test -z "${USE_SNMP_FALSE}"; then
6425 { { echo "$as_me:$LINENO: error: conditional \"USE_SNMP\" was never defined.
6812 { { $as_echo "$as_me:$LINENO: error: conditional \"USE_SNMP\" was never defined.
64266813 Usually this means the macro was only invoked conditionally." >&5
6427 echo "$as_me: error: conditional \"USE_SNMP\" was never defined.
6814 $as_echo "$as_me: error: conditional \"USE_SNMP\" was never defined.
64286815 Usually this means the macro was only invoked conditionally." >&2;}
64296816 { (exit 1); exit 1; }; }
64306817 fi
64316818
64326819 : ${CONFIG_STATUS=./config.status}
6820 ac_write_fail=0
64336821 ac_clean_files_save=$ac_clean_files
64346822 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
6435 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
6436 echo "$as_me: creating $CONFIG_STATUS" >&6;}
6437 cat >$CONFIG_STATUS <<_ACEOF
6823 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
6824 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
6825 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
64386826 #! $SHELL
64396827 # Generated by $as_me.
64406828 # Run this file to recreate the current configuration.
64476835 SHELL=\${CONFIG_SHELL-$SHELL}
64486836 _ACEOF
64496837
6450 cat >>$CONFIG_STATUS <<\_ACEOF
6838 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
64516839 ## --------------------- ##
64526840 ## M4sh Initialization. ##
64536841 ## --------------------- ##
64576845 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
64586846 emulate sh
64596847 NULLCMD=:
6460 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
6848 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
64616849 # is contrary to our usage. Disable this feature.
64626850 alias -g '${1+"$@"}'='"$@"'
64636851 setopt NO_GLOB_SUBST
64796867 as_cr_digits='0123456789'
64806868 as_cr_alnum=$as_cr_Letters$as_cr_digits
64816869
6870 as_nl='
6871 '
6872 export as_nl
6873 # Printing a long string crashes Solaris 7 /usr/bin/printf.
6874 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
6875 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
6876 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
6877 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
6878 as_echo='printf %s\n'
6879 as_echo_n='printf %s'
6880 else
6881 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
6882 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
6883 as_echo_n='/usr/ucb/echo -n'
6884 else
6885 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
6886 as_echo_n_body='eval
6887 arg=$1;
6888 case $arg in
6889 *"$as_nl"*)
6890 expr "X$arg" : "X\\(.*\\)$as_nl";
6891 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
6892 esac;
6893 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
6894 '
6895 export as_echo_n_body
6896 as_echo_n='sh -c $as_echo_n_body as_echo'
6897 fi
6898 export as_echo_body
6899 as_echo='sh -c $as_echo_body as_echo'
6900 fi
6901
64826902 # The user is always right.
64836903 if test "${PATH_SEPARATOR+set}" != set; then
6484 echo "#! /bin/sh" >conf$$.sh
6485 echo "exit 0" >>conf$$.sh
6486 chmod +x conf$$.sh
6487 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6488 PATH_SEPARATOR=';'
6489 else
6490 PATH_SEPARATOR=:
6491 fi
6492 rm -f conf$$.sh
6904 PATH_SEPARATOR=:
6905 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
6906 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
6907 PATH_SEPARATOR=';'
6908 }
64936909 fi
64946910
64956911 # Support unset when possible.
65056921 # there to prevent editors from complaining about space-tab.
65066922 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
65076923 # splitting by setting IFS to empty value.)
6508 as_nl='
6509 '
65106924 IFS=" "" $as_nl"
65116925
65126926 # Find who we are. Look in the path if we contain no directory separator.
65296943 as_myself=$0
65306944 fi
65316945 if test ! -f "$as_myself"; then
6532 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
6946 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
65336947 { (exit 1); exit 1; }
65346948 fi
65356949
65426956 PS4='+ '
65436957
65446958 # NLS nuisances.
6545 for as_var in \
6546 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
6547 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
6548 LC_TELEPHONE LC_TIME
6549 do
6550 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
6551 eval $as_var=C; export $as_var
6552 else
6553 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
6554 fi
6555 done
6959 LC_ALL=C
6960 export LC_ALL
6961 LANGUAGE=C
6962 export LANGUAGE
65566963
65576964 # Required to use basename.
65586965 if expr a : '\(a\)' >/dev/null 2>&1 &&
65746981 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
65756982 X"$0" : 'X\(//\)$' \| \
65766983 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
6577 echo X/"$0" |
6984 $as_echo X/"$0" |
65786985 sed '/^.*\/\([^/][^/]*\)\/*$/{
65796986 s//\1/
65806987 q
66257032 s/-\n.*//
66267033 ' >$as_me.lineno &&
66277034 chmod +x "$as_me.lineno" ||
6628 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
7035 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
66297036 { (exit 1); exit 1; }; }
66307037
66317038 # Don't try to exec as it changes $[0], causing all sort of problems
66537060 *)
66547061 ECHO_N='-n';;
66557062 esac
6656
66577063 if expr a : '\(a\)' >/dev/null 2>&1 &&
66587064 test "X`expr 00001 : '.*\(...\)'`" = X001; then
66597065 as_expr=expr
66667072 rm -f conf$$.dir/conf$$.file
66677073 else
66687074 rm -f conf$$.dir
6669 mkdir conf$$.dir
6670 fi
6671 echo >conf$$.file
6672 if ln -s conf$$.file conf$$ 2>/dev/null; then
6673 as_ln_s='ln -s'
6674 # ... but there are two gotchas:
6675 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
6676 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
6677 # In both cases, we have to default to `cp -p'.
6678 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
7075 mkdir conf$$.dir 2>/dev/null
7076 fi
7077 if (echo >conf$$.file) 2>/dev/null; then
7078 if ln -s conf$$.file conf$$ 2>/dev/null; then
7079 as_ln_s='ln -s'
7080 # ... but there are two gotchas:
7081 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
7082 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
7083 # In both cases, we have to default to `cp -p'.
7084 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
7085 as_ln_s='cp -p'
7086 elif ln conf$$.file conf$$ 2>/dev/null; then
7087 as_ln_s=ln
7088 else
66797089 as_ln_s='cp -p'
6680 elif ln conf$$.file conf$$ 2>/dev/null; then
6681 as_ln_s=ln
7090 fi
66827091 else
66837092 as_ln_s='cp -p'
66847093 fi
67037112 as_test_x='
67047113 eval sh -c '\''
67057114 if test -d "$1"; then
6706 test -d "$1/.";
7115 test -d "$1/.";
67077116 else
67087117 case $1 in
6709 -*)set "./$1";;
7118 -*)set "./$1";;
67107119 esac;
67117120 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
67127121 ???[sx]*):;;*)false;;esac;fi
67287137 # report actual input values of CONFIG_FILES etc. instead of their
67297138 # values after options handling.
67307139 ac_log="
6731 This file was extended by lldpd $as_me 0.3.1, which was
6732 generated by GNU Autoconf 2.61. Invocation command line was
7140 This file was extended by lldpd $as_me 0.3.2, which was
7141 generated by GNU Autoconf 2.63. Invocation command line was
67337142
67347143 CONFIG_FILES = $CONFIG_FILES
67357144 CONFIG_HEADERS = $CONFIG_HEADERS
67427151
67437152 _ACEOF
67447153
6745 cat >>$CONFIG_STATUS <<_ACEOF
7154 case $ac_config_files in *"
7155 "*) set x $ac_config_files; shift; ac_config_files=$*;;
7156 esac
7157
7158 case $ac_config_headers in *"
7159 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
7160 esac
7161
7162
7163 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
67467164 # Files that config.status was made for.
67477165 config_files="$ac_config_files"
67487166 config_headers="$ac_config_headers"
67507168
67517169 _ACEOF
67527170
6753 cat >>$CONFIG_STATUS <<\_ACEOF
7171 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
67547172 ac_cs_usage="\
67557173 \`$as_me' instantiates files from templates according to the
67567174 current configuration.
67577175
6758 Usage: $0 [OPTIONS] [FILE]...
7176 Usage: $0 [OPTION]... [FILE]...
67597177
67607178 -h, --help print this help, then exit
67617179 -V, --version print version number and configuration settings, then exit
6762 -q, --quiet do not print progress messages
7180 -q, --quiet, --silent
7181 do not print progress messages
67637182 -d, --debug don't remove temporary files
67647183 --recheck update $as_me by reconfiguring in the same conditions
6765 --file=FILE[:TEMPLATE]
6766 instantiate the configuration file FILE
6767 --header=FILE[:TEMPLATE]
6768 instantiate the configuration header FILE
7184 --file=FILE[:TEMPLATE]
7185 instantiate the configuration file FILE
7186 --header=FILE[:TEMPLATE]
7187 instantiate the configuration header FILE
67697188
67707189 Configuration files:
67717190 $config_files
67797198 Report bugs to <bug-autoconf@gnu.org>."
67807199
67817200 _ACEOF
6782 cat >>$CONFIG_STATUS <<_ACEOF
7201 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
67837202 ac_cs_version="\\
6784 lldpd config.status 0.3.1
6785 configured by $0, generated by GNU Autoconf 2.61,
6786 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
6787
6788 Copyright (C) 2006 Free Software Foundation, Inc.
7203 lldpd config.status 0.3.2
7204 configured by $0, generated by GNU Autoconf 2.63,
7205 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
7206
7207 Copyright (C) 2008 Free Software Foundation, Inc.
67897208 This config.status script is free software; the Free Software Foundation
67907209 gives unlimited permission to copy, distribute and modify it."
67917210
67937212 srcdir='$srcdir'
67947213 INSTALL='$INSTALL'
67957214 MKDIR_P='$MKDIR_P'
6796 _ACEOF
6797
6798 cat >>$CONFIG_STATUS <<\_ACEOF
6799 # If no file are specified by the user, then we need to provide default
6800 # value. By we need to know if files were specified by the user.
7215 AWK='$AWK'
7216 test -n "\$AWK" || AWK=awk
7217 _ACEOF
7218
7219 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7220 # The default lists apply if the user does not specify any file.
68017221 ac_need_defaults=:
68027222 while test $# != 0
68037223 do
68197239 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
68207240 ac_cs_recheck=: ;;
68217241 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
6822 echo "$ac_cs_version"; exit ;;
7242 $as_echo "$ac_cs_version"; exit ;;
68237243 --debug | --debu | --deb | --de | --d | -d )
68247244 debug=: ;;
68257245 --file | --fil | --fi | --f )
68267246 $ac_shift
6827 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
7247 case $ac_optarg in
7248 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
7249 esac
7250 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
68287251 ac_need_defaults=false;;
68297252 --header | --heade | --head | --hea )
68307253 $ac_shift
6831 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
7254 case $ac_optarg in
7255 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
7256 esac
7257 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
68327258 ac_need_defaults=false;;
68337259 --he | --h)
68347260 # Conflict between --help and --header
6835 { echo "$as_me: error: ambiguous option: $1
7261 { $as_echo "$as_me: error: ambiguous option: $1
68367262 Try \`$0 --help' for more information." >&2
68377263 { (exit 1); exit 1; }; };;
68387264 --help | --hel | -h )
6839 echo "$ac_cs_usage"; exit ;;
7265 $as_echo "$ac_cs_usage"; exit ;;
68407266 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
68417267 | -silent | --silent | --silen | --sile | --sil | --si | --s)
68427268 ac_cs_silent=: ;;
68437269
68447270 # This is an error.
6845 -*) { echo "$as_me: error: unrecognized option: $1
7271 -*) { $as_echo "$as_me: error: unrecognized option: $1
68467272 Try \`$0 --help' for more information." >&2
68477273 { (exit 1); exit 1; }; } ;;
68487274
68617287 fi
68627288
68637289 _ACEOF
6864 cat >>$CONFIG_STATUS <<_ACEOF
7290 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
68657291 if \$ac_cs_recheck; then
6866 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
6867 CONFIG_SHELL=$SHELL
7292 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
7293 shift
7294 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
7295 CONFIG_SHELL='$SHELL'
68687296 export CONFIG_SHELL
6869 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
6870 fi
6871
6872 _ACEOF
6873 cat >>$CONFIG_STATUS <<\_ACEOF
7297 exec "\$@"
7298 fi
7299
7300 _ACEOF
7301 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
68747302 exec 5>>config.log
68757303 {
68767304 echo
68777305 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
68787306 ## Running $as_me. ##
68797307 _ASBOX
6880 echo "$ac_log"
7308 $as_echo "$ac_log"
68817309 } >&5
68827310
68837311 _ACEOF
6884 cat >>$CONFIG_STATUS <<_ACEOF
7312 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
68857313 #
68867314 # INIT-COMMANDS
68877315 #
68897317
68907318 _ACEOF
68917319
6892 cat >>$CONFIG_STATUS <<\_ACEOF
7320 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
68937321
68947322 # Handling of arguments.
68957323 for ac_config_target in $ac_config_targets
69017329 "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
69027330 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
69037331
6904 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
6905 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
7332 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
7333 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
69067334 { (exit 1); exit 1; }; };;
69077335 esac
69087336 done
69437371 (umask 077 && mkdir "$tmp")
69447372 } ||
69457373 {
6946 echo "$me: cannot create a temporary directory in ." >&2
7374 $as_echo "$as_me: cannot create a temporary directory in ." >&2
69477375 { (exit 1); exit 1; }
69487376 }
69497377
6950 #
6951 # Set up the sed scripts for CONFIG_FILES section.
6952 #
6953
6954 # No need to generate the scripts if there are no CONFIG_FILES.
6955 # This happens for instance when ./config.status config.h
7378 # Set up the scripts for CONFIG_FILES section.
7379 # No need to generate them if there are no CONFIG_FILES.
7380 # This happens for instance with `./config.status config.h'.
69567381 if test -n "$CONFIG_FILES"; then
69577382
6958 _ACEOF
6959
6960
6961
7383
7384 ac_cr='
7385 '
7386 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
7387 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
7388 ac_cs_awk_cr='\\r'
7389 else
7390 ac_cs_awk_cr=$ac_cr
7391 fi
7392
7393 echo 'BEGIN {' >"$tmp/subs1.awk" &&
7394 _ACEOF
7395
7396
7397 {
7398 echo "cat >conf$$subs.awk <<_ACEOF" &&
7399 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
7400 echo "_ACEOF"
7401 } >conf$$subs.sh ||
7402 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
7403 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
7404 { (exit 1); exit 1; }; }
7405 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
69627406 ac_delim='%!_!# '
69637407 for ac_last_try in false false false false false :; do
6964 cat >conf$$subs.sed <<_ACEOF
6965 SHELL!$SHELL$ac_delim
6966 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
6967 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
6968 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
6969 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
6970 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
6971 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
6972 exec_prefix!$exec_prefix$ac_delim
6973 prefix!$prefix$ac_delim
6974 program_transform_name!$program_transform_name$ac_delim
6975 bindir!$bindir$ac_delim
6976 sbindir!$sbindir$ac_delim
6977 libexecdir!$libexecdir$ac_delim
6978 datarootdir!$datarootdir$ac_delim
6979 datadir!$datadir$ac_delim
6980 sysconfdir!$sysconfdir$ac_delim
6981 sharedstatedir!$sharedstatedir$ac_delim
6982 localstatedir!$localstatedir$ac_delim
6983 includedir!$includedir$ac_delim
6984 oldincludedir!$oldincludedir$ac_delim
6985 docdir!$docdir$ac_delim
6986 infodir!$infodir$ac_delim
6987 htmldir!$htmldir$ac_delim
6988 dvidir!$dvidir$ac_delim
6989 pdfdir!$pdfdir$ac_delim
6990 psdir!$psdir$ac_delim
6991 libdir!$libdir$ac_delim
6992 localedir!$localedir$ac_delim
6993 mandir!$mandir$ac_delim
6994 DEFS!$DEFS$ac_delim
6995 ECHO_C!$ECHO_C$ac_delim
6996 ECHO_N!$ECHO_N$ac_delim
6997 ECHO_T!$ECHO_T$ac_delim
6998 LIBS!$LIBS$ac_delim
6999 build_alias!$build_alias$ac_delim
7000 host_alias!$host_alias$ac_delim
7001 target_alias!$target_alias$ac_delim
7002 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
7003 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
7004 INSTALL_DATA!$INSTALL_DATA$ac_delim
7005 am__isrc!$am__isrc$ac_delim
7006 CYGPATH_W!$CYGPATH_W$ac_delim
7007 PACKAGE!$PACKAGE$ac_delim
7008 VERSION!$VERSION$ac_delim
7009 ACLOCAL!$ACLOCAL$ac_delim
7010 AUTOCONF!$AUTOCONF$ac_delim
7011 AUTOMAKE!$AUTOMAKE$ac_delim
7012 AUTOHEADER!$AUTOHEADER$ac_delim
7013 MAKEINFO!$MAKEINFO$ac_delim
7014 install_sh!$install_sh$ac_delim
7015 STRIP!$STRIP$ac_delim
7016 INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
7017 mkdir_p!$mkdir_p$ac_delim
7018 AWK!$AWK$ac_delim
7019 SET_MAKE!$SET_MAKE$ac_delim
7020 am__leading_dot!$am__leading_dot$ac_delim
7021 AMTAR!$AMTAR$ac_delim
7022 am__tar!$am__tar$ac_delim
7023 am__untar!$am__untar$ac_delim
7024 CC!$CC$ac_delim
7025 CFLAGS!$CFLAGS$ac_delim
7026 LDFLAGS!$LDFLAGS$ac_delim
7027 CPPFLAGS!$CPPFLAGS$ac_delim
7028 ac_ct_CC!$ac_ct_CC$ac_delim
7029 EXEEXT!$EXEEXT$ac_delim
7030 OBJEXT!$OBJEXT$ac_delim
7031 DEPDIR!$DEPDIR$ac_delim
7032 am__include!$am__include$ac_delim
7033 am__quote!$am__quote$ac_delim
7034 AMDEP_TRUE!$AMDEP_TRUE$ac_delim
7035 AMDEP_FALSE!$AMDEP_FALSE$ac_delim
7036 AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
7037 CCDEPMODE!$CCDEPMODE$ac_delim
7038 am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
7039 am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
7040 USE_SNMP_TRUE!$USE_SNMP_TRUE$ac_delim
7041 USE_SNMP_FALSE!$USE_SNMP_FALSE$ac_delim
7042 CPP!$CPP$ac_delim
7043 GREP!$GREP$ac_delim
7044 EGREP!$EGREP$ac_delim
7045 LIBOBJS!$LIBOBJS$ac_delim
7046 NETSNMP_CONFIG!$NETSNMP_CONFIG$ac_delim
7047 NETSNMP_LIB!$NETSNMP_LIB$ac_delim
7048 LTLIBOBJS!$LTLIBOBJS$ac_delim
7049 _ACEOF
7050
7051 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 84; then
7408 . ./conf$$subs.sh ||
7409 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
7410 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
7411 { (exit 1); exit 1; }; }
7412
7413 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
7414 if test $ac_delim_n = $ac_delim_num; then
70527415 break
70537416 elif $ac_last_try; then
7054 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
7055 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
7417 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
7418 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
70567419 { (exit 1); exit 1; }; }
70577420 else
70587421 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
70597422 fi
70607423 done
7061
7062 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
7063 if test -n "$ac_eof"; then
7064 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
7065 ac_eof=`expr $ac_eof + 1`
7066 fi
7067
7068 cat >>$CONFIG_STATUS <<_ACEOF
7069 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
7070 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
7071 _ACEOF
7072 sed '
7073 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
7074 s/^/s,@/; s/!/@,|#_!!_#|/
7075 :n
7076 t n
7077 s/'"$ac_delim"'$/,g/; t
7078 s/$/\\/; p
7079 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
7080 ' >>$CONFIG_STATUS <conf$$subs.sed
7081 rm -f conf$$subs.sed
7082 cat >>$CONFIG_STATUS <<_ACEOF
7083 :end
7084 s/|#_!!_#|//g
7085 CEOF$ac_eof
7086 _ACEOF
7087
7424 rm -f conf$$subs.sh
7425
7426 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7427 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
7428 _ACEOF
7429 sed -n '
7430 h
7431 s/^/S["/; s/!.*/"]=/
7432 p
7433 g
7434 s/^[^!]*!//
7435 :repl
7436 t repl
7437 s/'"$ac_delim"'$//
7438 t delim
7439 :nl
7440 h
7441 s/\(.\{148\}\).*/\1/
7442 t more1
7443 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
7444 p
7445 n
7446 b repl
7447 :more1
7448 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
7449 p
7450 g
7451 s/.\{148\}//
7452 t nl
7453 :delim
7454 h
7455 s/\(.\{148\}\).*/\1/
7456 t more2
7457 s/["\\]/\\&/g; s/^/"/; s/$/"/
7458 p
7459 b
7460 :more2
7461 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
7462 p
7463 g
7464 s/.\{148\}//
7465 t delim
7466 ' <conf$$subs.awk | sed '
7467 /^[^""]/{
7468 N
7469 s/\n//
7470 }
7471 ' >>$CONFIG_STATUS || ac_write_fail=1
7472 rm -f conf$$subs.awk
7473 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7474 _ACAWK
7475 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
7476 for (key in S) S_is_set[key] = 1
7477 FS = ""
7478
7479 }
7480 {
7481 line = $ 0
7482 nfields = split(line, field, "@")
7483 substed = 0
7484 len = length(field[1])
7485 for (i = 2; i < nfields; i++) {
7486 key = field[i]
7487 keylen = length(key)
7488 if (S_is_set[key]) {
7489 value = S[key]
7490 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
7491 len += length(value) + length(field[++i])
7492 substed = 1
7493 } else
7494 len += 1 + keylen
7495 }
7496
7497 print line
7498 }
7499
7500 _ACAWK
7501 _ACEOF
7502 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7503 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
7504 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
7505 else
7506 cat
7507 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
7508 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
7509 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
7510 { (exit 1); exit 1; }; }
7511 _ACEOF
70887512
70897513 # VPATH may cause trouble with some makes, so we remove $(srcdir),
70907514 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
71017525 }'
71027526 fi
71037527
7104 cat >>$CONFIG_STATUS <<\_ACEOF
7528 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
71057529 fi # test -n "$CONFIG_FILES"
71067530
7107
7108 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
7531 # Set up the scripts for CONFIG_HEADERS section.
7532 # No need to generate them if there are no CONFIG_HEADERS.
7533 # This happens for instance with `./config.status Makefile'.
7534 if test -n "$CONFIG_HEADERS"; then
7535 cat >"$tmp/defines.awk" <<\_ACAWK ||
7536 BEGIN {
7537 _ACEOF
7538
7539 # Transform confdefs.h into an awk script `defines.awk', embedded as
7540 # here-document in config.status, that substitutes the proper values into
7541 # config.h.in to produce config.h.
7542
7543 # Create a delimiter string that does not exist in confdefs.h, to ease
7544 # handling of long lines.
7545 ac_delim='%!_!# '
7546 for ac_last_try in false false :; do
7547 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
7548 if test -z "$ac_t"; then
7549 break
7550 elif $ac_last_try; then
7551 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
7552 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
7553 { (exit 1); exit 1; }; }
7554 else
7555 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
7556 fi
7557 done
7558
7559 # For the awk script, D is an array of macro values keyed by name,
7560 # likewise P contains macro parameters if any. Preserve backslash
7561 # newline sequences.
7562
7563 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
7564 sed -n '
7565 s/.\{148\}/&'"$ac_delim"'/g
7566 t rset
7567 :rset
7568 s/^[ ]*#[ ]*define[ ][ ]*/ /
7569 t def
7570 d
7571 :def
7572 s/\\$//
7573 t bsnl
7574 s/["\\]/\\&/g
7575 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
7576 D["\1"]=" \3"/p
7577 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
7578 d
7579 :bsnl
7580 s/["\\]/\\&/g
7581 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
7582 D["\1"]=" \3\\\\\\n"\\/p
7583 t cont
7584 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
7585 t cont
7586 d
7587 :cont
7588 n
7589 s/.\{148\}/&'"$ac_delim"'/g
7590 t clear
7591 :clear
7592 s/\\$//
7593 t bsnlc
7594 s/["\\]/\\&/g; s/^/"/; s/$/"/p
7595 d
7596 :bsnlc
7597 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
7598 b cont
7599 ' <confdefs.h | sed '
7600 s/'"$ac_delim"'/"\\\
7601 "/g' >>$CONFIG_STATUS || ac_write_fail=1
7602
7603 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7604 for (key in D) D_is_set[key] = 1
7605 FS = ""
7606 }
7607 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
7608 line = \$ 0
7609 split(line, arg, " ")
7610 if (arg[1] == "#") {
7611 defundef = arg[2]
7612 mac1 = arg[3]
7613 } else {
7614 defundef = substr(arg[1], 2)
7615 mac1 = arg[2]
7616 }
7617 split(mac1, mac2, "(") #)
7618 macro = mac2[1]
7619 prefix = substr(line, 1, index(line, defundef) - 1)
7620 if (D_is_set[macro]) {
7621 # Preserve the white space surrounding the "#".
7622 print prefix "define", macro P[macro] D[macro]
7623 next
7624 } else {
7625 # Replace #undef with comments. This is necessary, for example,
7626 # in the case of _POSIX_SOURCE, which is predefined and required
7627 # on some systems where configure will not decide to define it.
7628 if (defundef == "undef") {
7629 print "/*", prefix defundef, macro, "*/"
7630 next
7631 }
7632 }
7633 }
7634 { print }
7635 _ACAWK
7636 _ACEOF
7637 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7638 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
7639 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
7640 { (exit 1); exit 1; }; }
7641 fi # test -n "$CONFIG_HEADERS"
7642
7643
7644 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
7645 shift
7646 for ac_tag
71097647 do
71107648 case $ac_tag in
71117649 :[FHLC]) ac_mode=$ac_tag; continue;;
71127650 esac
71137651 case $ac_mode$ac_tag in
71147652 :[FHL]*:*);;
7115 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
7116 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
7653 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
7654 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
71177655 { (exit 1); exit 1; }; };;
71187656 :[FH]-) ac_tag=-:-;;
71197657 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
71427680 [\\/$]*) false;;
71437681 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
71447682 esac ||
7145 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
7146 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
7683 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
7684 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
71477685 { (exit 1); exit 1; }; };;
71487686 esac
7149 ac_file_inputs="$ac_file_inputs $ac_f"
7687 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
7688 ac_file_inputs="$ac_file_inputs '$ac_f'"
71507689 done
71517690
71527691 # Let's still pretend it is `configure' which instantiates (i.e., don't
71537692 # use $as_me), people would be surprised to read:
71547693 # /* config.h. Generated by config.status. */
7155 configure_input="Generated from "`IFS=:
7156 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
7694 configure_input='Generated from '`
7695 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
7696 `' by configure.'
71577697 if test x"$ac_file" != x-; then
71587698 configure_input="$ac_file. $configure_input"
7159 { echo "$as_me:$LINENO: creating $ac_file" >&5
7160 echo "$as_me: creating $ac_file" >&6;}
7699 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
7700 $as_echo "$as_me: creating $ac_file" >&6;}
71617701 fi
7702 # Neutralize special characters interpreted by sed in replacement strings.
7703 case $configure_input in #(
7704 *\&* | *\|* | *\\* )
7705 ac_sed_conf_input=`$as_echo "$configure_input" |
7706 sed 's/[\\\\&|]/\\\\&/g'`;; #(
7707 *) ac_sed_conf_input=$configure_input;;
7708 esac
71627709
71637710 case $ac_tag in
7164 *:-:* | *:-) cat >"$tmp/stdin";;
7711 *:-:* | *:-) cat >"$tmp/stdin" \
7712 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
7713 $as_echo "$as_me: error: could not create $ac_file" >&2;}
7714 { (exit 1); exit 1; }; } ;;
71657715 esac
71667716 ;;
71677717 esac
71717721 X"$ac_file" : 'X\(//\)[^/]' \| \
71727722 X"$ac_file" : 'X\(//\)$' \| \
71737723 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
7174 echo X"$ac_file" |
7724 $as_echo X"$ac_file" |
71757725 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
71767726 s//\1/
71777727 q
71977747 as_dirs=
71987748 while :; do
71997749 case $as_dir in #(
7200 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
7750 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
72017751 *) as_qdir=$as_dir;;
72027752 esac
72037753 as_dirs="'$as_qdir' $as_dirs"
72067756 X"$as_dir" : 'X\(//\)[^/]' \| \
72077757 X"$as_dir" : 'X\(//\)$' \| \
72087758 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
7209 echo X"$as_dir" |
7759 $as_echo X"$as_dir" |
72107760 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
72117761 s//\1/
72127762 q
72277777 test -d "$as_dir" && break
72287778 done
72297779 test -z "$as_dirs" || eval "mkdir $as_dirs"
7230 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
7231 echo "$as_me: error: cannot create directory $as_dir" >&2;}
7780 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
7781 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
72327782 { (exit 1); exit 1; }; }; }
72337783 ac_builddir=.
72347784
72357785 case "$ac_dir" in
72367786 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
72377787 *)
7238 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
7788 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
72397789 # A ".." for each directory in $ac_dir_suffix.
7240 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
7790 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
72417791 case $ac_top_builddir_sub in
72427792 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
72437793 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
72827832 esac
72837833 _ACEOF
72847834
7285 cat >>$CONFIG_STATUS <<\_ACEOF
7835 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
72867836 # If the template does not know about datarootdir, expand it.
72877837 # FIXME: This hack should be removed a few years after 2.60.
72887838 ac_datarootdir_hack=; ac_datarootdir_seen=
72897839
7290 case `sed -n '/datarootdir/ {
7840 ac_sed_dataroot='
7841 /datarootdir/ {
72917842 p
72927843 q
72937844 }
72967847 /@infodir@/p
72977848 /@localedir@/p
72987849 /@mandir@/p
7299 ' $ac_file_inputs` in
7850 '
7851 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
73007852 *datarootdir*) ac_datarootdir_seen=yes;;
73017853 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
7302 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
7303 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
7304 _ACEOF
7305 cat >>$CONFIG_STATUS <<_ACEOF
7854 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
7855 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
7856 _ACEOF
7857 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
73067858 ac_datarootdir_hack='
73077859 s&@datadir@&$datadir&g
73087860 s&@docdir@&$docdir&g
73167868 # Neutralize VPATH when `$srcdir' = `.'.
73177869 # Shell code in configure.ac might set extrasub.
73187870 # FIXME: do we really want to maintain this feature?
7319 cat >>$CONFIG_STATUS <<_ACEOF
7320 sed "$ac_vpsub
7871 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7872 ac_sed_extra="$ac_vpsub
73217873 $extrasub
73227874 _ACEOF
7323 cat >>$CONFIG_STATUS <<\_ACEOF
7875 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
73247876 :t
73257877 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
7326 s&@configure_input@&$configure_input&;t t
7878 s|@configure_input@|$ac_sed_conf_input|;t t
73277879 s&@top_builddir@&$ac_top_builddir_sub&;t t
7880 s&@top_build_prefix@&$ac_top_build_prefix&;t t
73287881 s&@srcdir@&$ac_srcdir&;t t
73297882 s&@abs_srcdir@&$ac_abs_srcdir&;t t
73307883 s&@top_srcdir@&$ac_top_srcdir&;t t
73357888 s&@INSTALL@&$ac_INSTALL&;t t
73367889 s&@MKDIR_P@&$ac_MKDIR_P&;t t
73377890 $ac_datarootdir_hack
7338 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
7891 "
7892 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
7893 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
7894 $as_echo "$as_me: error: could not create $ac_file" >&2;}
7895 { (exit 1); exit 1; }; }
73397896
73407897 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
73417898 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
73427899 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
7343 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
7900 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
73447901 which seems to be undefined. Please make sure it is defined." >&5
7345 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
7902 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
73467903 which seems to be undefined. Please make sure it is defined." >&2;}
73477904
73487905 rm -f "$tmp/stdin"
73497906 case $ac_file in
7350 -) cat "$tmp/out"; rm -f "$tmp/out";;
7351 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
7352 esac
7907 -) cat "$tmp/out" && rm -f "$tmp/out";;
7908 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
7909 esac \
7910 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
7911 $as_echo "$as_me: error: could not create $ac_file" >&2;}
7912 { (exit 1); exit 1; }; }
73537913 ;;
73547914 :H)
73557915 #
73567916 # CONFIG_HEADER
73577917 #
7358 _ACEOF
7359
7360 # Transform confdefs.h into a sed script `conftest.defines', that
7361 # substitutes the proper values into config.h.in to produce config.h.
7362 rm -f conftest.defines conftest.tail
7363 # First, append a space to every undef/define line, to ease matching.
7364 echo 's/$/ /' >conftest.defines
7365 # Then, protect against being on the right side of a sed subst, or in
7366 # an unquoted here document, in config.status. If some macros were
7367 # called several times there might be several #defines for the same
7368 # symbol, which is useless. But do not sort them, since the last
7369 # AC_DEFINE must be honored.
7370 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
7371 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
7372 # NAME is the cpp macro being defined, VALUE is the value it is being given.
7373 # PARAMS is the parameter list in the macro definition--in most cases, it's
7374 # just an empty string.
7375 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
7376 ac_dB='\\)[ (].*,\\1define\\2'
7377 ac_dC=' '
7378 ac_dD=' ,'
7379
7380 uniq confdefs.h |
7381 sed -n '
7382 t rset
7383 :rset
7384 s/^[ ]*#[ ]*define[ ][ ]*//
7385 t ok
7386 d
7387 :ok
7388 s/[\\&,]/\\&/g
7389 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
7390 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
7391 ' >>conftest.defines
7392
7393 # Remove the space that was appended to ease matching.
7394 # Then replace #undef with comments. This is necessary, for
7395 # example, in the case of _POSIX_SOURCE, which is predefined and required
7396 # on some systems where configure will not decide to define it.
7397 # (The regexp can be short, since the line contains either #define or #undef.)
7398 echo 's/ $//
7399 s,^[ #]*u.*,/* & */,' >>conftest.defines
7400
7401 # Break up conftest.defines:
7402 ac_max_sed_lines=50
7403
7404 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
7405 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
7406 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
7407 # et cetera.
7408 ac_in='$ac_file_inputs'
7409 ac_out='"$tmp/out1"'
7410 ac_nxt='"$tmp/out2"'
7411
7412 while :
7413 do
7414 # Write a here document:
7415 cat >>$CONFIG_STATUS <<_ACEOF
7416 # First, check the format of the line:
7417 cat >"\$tmp/defines.sed" <<\\CEOF
7418 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
7419 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
7420 b
7421 :def
7422 _ACEOF
7423 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
7424 echo 'CEOF
7425 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
7426 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
7427 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
7428 grep . conftest.tail >/dev/null || break
7429 rm -f conftest.defines
7430 mv conftest.tail conftest.defines
7431 done
7432 rm -f conftest.defines conftest.tail
7433
7434 echo "ac_result=$ac_in" >>$CONFIG_STATUS
7435 cat >>$CONFIG_STATUS <<\_ACEOF
74367918 if test x"$ac_file" != x-; then
7437 echo "/* $configure_input */" >"$tmp/config.h"
7438 cat "$ac_result" >>"$tmp/config.h"
7439 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
7440 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
7441 echo "$as_me: $ac_file is unchanged" >&6;}
7919 {
7920 $as_echo "/* $configure_input */" \
7921 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
7922 } >"$tmp/config.h" \
7923 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
7924 $as_echo "$as_me: error: could not create $ac_file" >&2;}
7925 { (exit 1); exit 1; }; }
7926 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
7927 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
7928 $as_echo "$as_me: $ac_file is unchanged" >&6;}
74427929 else
7443 rm -f $ac_file
7444 mv "$tmp/config.h" $ac_file
7930 rm -f "$ac_file"
7931 mv "$tmp/config.h" "$ac_file" \
7932 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
7933 $as_echo "$as_me: error: could not create $ac_file" >&2;}
7934 { (exit 1); exit 1; }; }
74457935 fi
74467936 else
7447 echo "/* $configure_input */"
7448 cat "$ac_result"
7937 $as_echo "/* $configure_input */" \
7938 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
7939 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
7940 $as_echo "$as_me: error: could not create -" >&2;}
7941 { (exit 1); exit 1; }; }
74497942 fi
7450 rm -f "$tmp/out12"
7451 # Compute $ac_file's index in $config_headers.
7452 _am_arg=$ac_file
7943 # Compute "$ac_file"'s index in $config_headers.
7944 _am_arg="$ac_file"
74537945 _am_stamp_count=1
74547946 for _am_header in $config_headers :; do
74557947 case $_am_header in
74647956 X"$_am_arg" : 'X\(//\)[^/]' \| \
74657957 X"$_am_arg" : 'X\(//\)$' \| \
74667958 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
7467 echo X"$_am_arg" |
7959 $as_echo X"$_am_arg" |
74687960 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
74697961 s//\1/
74707962 q
74847976 s/.*/./; q'`/stamp-h$_am_stamp_count
74857977 ;;
74867978
7487 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
7488 echo "$as_me: executing $ac_file commands" >&6;}
7979 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
7980 $as_echo "$as_me: executing $ac_file commands" >&6;}
74897981 ;;
74907982 esac
74917983
75077999 X"$mf" : 'X\(//\)[^/]' \| \
75088000 X"$mf" : 'X\(//\)$' \| \
75098001 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
7510 echo X"$mf" |
8002 $as_echo X"$mf" |
75118003 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
75128004 s//\1/
75138005 q
75518043 X"$file" : 'X\(//\)[^/]' \| \
75528044 X"$file" : 'X\(//\)$' \| \
75538045 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
7554 echo X"$file" |
8046 $as_echo X"$file" |
75558047 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
75568048 s//\1/
75578049 q
75778069 as_dirs=
75788070 while :; do
75798071 case $as_dir in #(
7580 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
8072 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
75818073 *) as_qdir=$as_dir;;
75828074 esac
75838075 as_dirs="'$as_qdir' $as_dirs"
75868078 X"$as_dir" : 'X\(//\)[^/]' \| \
75878079 X"$as_dir" : 'X\(//\)$' \| \
75888080 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
7589 echo X"$as_dir" |
8081 $as_echo X"$as_dir" |
75908082 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
75918083 s//\1/
75928084 q
76078099 test -d "$as_dir" && break
76088100 done
76098101 test -z "$as_dirs" || eval "mkdir $as_dirs"
7610 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
7611 echo "$as_me: error: cannot create directory $as_dir" >&2;}
8102 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
8103 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
76128104 { (exit 1); exit 1; }; }; }
76138105 # echo "creating $dirpart/$file"
76148106 echo '# dummy' > "$dirpart/$file"
76248116 _ACEOF
76258117 chmod +x $CONFIG_STATUS
76268118 ac_clean_files=$ac_clean_files_save
8119
8120 test $ac_write_fail = 0 ||
8121 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
8122 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
8123 { (exit 1); exit 1; }; }
76278124
76288125
76298126 # configure is writing to config.log, and then calls config.status.
76468143 # would make configure fail if this is the last instruction.
76478144 $ac_cs_success || { (exit 1); exit 1; }
76488145 fi
7649
8146 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
8147 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
8148 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
8149 fi
8150
11 # Process this file with autoconf to produce a configure script.
22
33 AC_PREREQ(2.61)
4 AC_INIT(lldpd, 0.3.1, bernat@luffy.cx)
4 AC_INIT(lldpd, 0.3.2, bernat@luffy.cx)
55 AM_INIT_AUTOMAKE([foreign])
66 AC_CONFIG_SRCDIR([src/lldpd.c])
77 AC_CONFIG_HEADER([config.h])
128128 srcdir = @srcdir@
129129 sysconfdir = @sysconfdir@
130130 target_alias = @target_alias@
131 top_build_prefix = @top_build_prefix@
131132 top_builddir = @top_builddir@
132133 top_srcdir = @top_srcdir@
133134 man_MANS = lldpd.8 lldpctl.8
156156 srcdir = @srcdir@
157157 sysconfdir = @sysconfdir@
158158 target_alias = @target_alias@
159 top_build_prefix = @top_build_prefix@
159160 top_builddir = @top_builddir@
160161 top_srcdir = @top_srcdir@
161162 COMMON = log.c ctl.c lldpd.h lldp.h cdp.h compat.h sonmp.h llc.h edp.h
133133 char *ifname;
134134 struct lldpd_hardware *hardware;
135135 void *p;
136 #ifdef ENABLE_LLDPMED
136137 int i;
138 #endif
137139
138140 ifname = (char*)(&r->data);
139141 if ((r->hdr.len < IFNAMSIZ) || (ifname[IFNAMSIZ - 1] != 0)) {
103103 u_int32_t c_mgmt_if;
104104
105105 #ifdef ENABLE_LLDPMED
106 #define STRUCT_LLDPD_CHASSIS_MED "wwbsssssss"
106 #define STRUCT_LLDPD_CHASSIS_MED "wbsssssss"
107107 u_int16_t c_med_cap_available;
108108 u_int8_t c_med_type;
109109 char *c_med_hw;