configure
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:995k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. #! /bin/sh
  2. # From configure.in Revision: 5.134.2.43 .
  3. # Guess values for system-dependent variables and create Makefiles.
  4. # Generated by GNU Autoconf 2.59 for Net-SNMP 5.2.2.
  5. #
  6. # Report bugs to <net-snmp-coders@lists.sourceforge.net>.
  7. #
  8. # Copyright (C) 2003 Free Software Foundation, Inc.
  9. # This configure script is free software; the Free Software Foundation
  10. # gives unlimited permission to copy, distribute and modify it.
  11. ## --------------------- ##
  12. ## M4sh Initialization.  ##
  13. ## --------------------- ##
  14. # Be Bourne compatible
  15. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  16.   emulate sh
  17.   NULLCMD=:
  18.   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  19.   # is contrary to our usage.  Disable this feature.
  20.   alias -g '${1+"$@"}'='"$@"'
  21. elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
  22.   set -o posix
  23. fi
  24. DUALCASE=1; export DUALCASE # for MKS sh
  25. # Support unset when possible.
  26. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  27.   as_unset=unset
  28. else
  29.   as_unset=false
  30. fi
  31. # Work around bugs in pre-3.0 UWIN ksh.
  32. $as_unset ENV MAIL MAILPATH
  33. PS1='$ '
  34. PS2='> '
  35. PS4='+ '
  36. # NLS nuisances.
  37. for as_var in 
  38.   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION 
  39.   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER 
  40.   LC_TELEPHONE LC_TIME
  41. do
  42.   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
  43.     eval $as_var=C; export $as_var
  44.   else
  45.     $as_unset $as_var
  46.   fi
  47. done
  48. # Required to use basename.
  49. if expr a : '(a)' >/dev/null 2>&1; then
  50.   as_expr=expr
  51. else
  52.   as_expr=false
  53. fi
  54. if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
  55.   as_basename=basename
  56. else
  57.   as_basename=false
  58. fi
  59. # Name of the executable.
  60. as_me=`$as_basename "$0" ||
  61. $as_expr X/"$0" : '.*/([^/][^/]*)/*$' | 
  62.  X"$0" : 'X(//)$' | 
  63.  X"$0" : 'X(/)$' | 
  64.  .     : '(.)' 2>/dev/null ||
  65. echo X/"$0" |
  66.     sed '/^.*/([^/][^/]*)/*$/{ s//1/; q; }
  67.      /^X/(//)$/{ s//1/; q; }
  68.      /^X/(/).*/{ s//1/; q; }
  69.      s/.*/./; q'`
  70. # PATH needs CR, and LINENO needs CR and PATH.
  71. # Avoid depending upon Character Ranges.
  72. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  73. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  74. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  75. as_cr_digits='0123456789'
  76. as_cr_alnum=$as_cr_Letters$as_cr_digits
  77. # The user is always right.
  78. if test "${PATH_SEPARATOR+set}" != set; then
  79.   echo "#! /bin/sh" >conf$$.sh
  80.   echo  "exit 0"   >>conf$$.sh
  81.   chmod +x conf$$.sh
  82.   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  83.     PATH_SEPARATOR=';'
  84.   else
  85.     PATH_SEPARATOR=:
  86.   fi
  87.   rm -f conf$$.sh
  88. fi
  89.   as_lineno_1=$LINENO
  90.   as_lineno_2=$LINENO
  91.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  92.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  93.   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
  94.   # Find who we are.  Look in the path if we contain no path at all
  95.   # relative or not.
  96.   case $0 in
  97.     *[\/]* ) as_myself=$0 ;;
  98.     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  99. for as_dir in $PATH
  100. do
  101.   IFS=$as_save_IFS
  102.   test -z "$as_dir" && as_dir=.
  103.   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  104. done
  105.        ;;
  106.   esac
  107.   # We did not find ourselves, most probably we were run as `sh COMMAND'
  108.   # in which case we are not to be found in the path.
  109.   if test "x$as_myself" = x; then
  110.     as_myself=$0
  111.   fi
  112.   if test ! -f "$as_myself"; then
  113.     { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
  114.    { (exit 1); exit 1; }; }
  115.   fi
  116.   case $CONFIG_SHELL in
  117.   '')
  118.     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  119. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  120. do
  121.   IFS=$as_save_IFS
  122.   test -z "$as_dir" && as_dir=.
  123.   for as_base in sh bash ksh sh5; do
  124.  case $as_dir in
  125.  /*)
  126.    if ("$as_dir/$as_base" -c '
  127.   as_lineno_1=$LINENO
  128.   as_lineno_2=$LINENO
  129.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  130.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  131.   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
  132.      $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
  133.      $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
  134.      CONFIG_SHELL=$as_dir/$as_base
  135.      export CONFIG_SHELL
  136.      exec "$CONFIG_SHELL" "$0" ${1+"$@"}
  137.    fi;;
  138.  esac
  139.        done
  140. done
  141. ;;
  142.   esac
  143.   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  144.   # uniformly replaced by the line number.  The first 'sed' inserts a
  145.   # line-number line before each line; the second 'sed' does the real
  146.   # work.  The second script uses 'N' to pair each line-number line
  147.   # with the numbered line, and appends trailing '-' during
  148.   # substitution so that $LINENO is not a special case at line end.
  149.   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  150.   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
  151.   sed '=' <$as_myself |
  152.     sed '
  153.       N
  154.       s,$,-,
  155.       : loop
  156.       s,^(['$as_cr_digits']*)(.*)[$]LINENO([^'$as_cr_alnum'_]),1213,
  157.       t loop
  158.       s,-$,,
  159.       s,^['$as_cr_digits']*n,,
  160.     ' >$as_me.lineno &&
  161.   chmod +x $as_me.lineno ||
  162.     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
  163.    { (exit 1); exit 1; }; }
  164.   # Don't try to exec as it changes $[0], causing all sort of problems
  165.   # (the dirname of $[0] is not the place where we might find the
  166.   # original and so on.  Autoconf is especially sensible to this).
  167.   . ./$as_me.lineno
  168.   # Exit status is that of the last command.
  169.   exit
  170. }
  171. case `echo "testingc"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
  172.   *c*,-n*) ECHO_N= ECHO_C='
  173. ' ECHO_T=' ' ;;
  174.   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
  175.   *)       ECHO_N= ECHO_C='c' ECHO_T= ;;
  176. esac
  177. if expr a : '(a)' >/dev/null 2>&1; then
  178.   as_expr=expr
  179. else
  180.   as_expr=false
  181. fi
  182. rm -f conf$$ conf$$.exe conf$$.file
  183. echo >conf$$.file
  184. if ln -s conf$$.file conf$$ 2>/dev/null; then
  185.   # We could just check for DJGPP; but this test a) works b) is more generic
  186.   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
  187.   if test -f conf$$.exe; then
  188.     # Don't use ln at all; we don't have any links
  189.     as_ln_s='cp -p'
  190.   else
  191.     as_ln_s='ln -s'
  192.   fi
  193. elif ln conf$$.file conf$$ 2>/dev/null; then
  194.   as_ln_s=ln
  195. else
  196.   as_ln_s='cp -p'
  197. fi
  198. rm -f conf$$ conf$$.exe conf$$.file
  199. if mkdir -p . 2>/dev/null; then
  200.   as_mkdir_p=:
  201. else
  202.   test -d ./-p && rmdir ./-p
  203.   as_mkdir_p=false
  204. fi
  205. as_executable_p="test -f"
  206. # Sed expression to map a string onto a valid CPP name.
  207. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  208. # Sed expression to map a string onto a valid variable name.
  209. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  210. # IFS
  211. # We need space, tab and new line, in precisely that order.
  212. as_nl='
  213. '
  214. IFS="  $as_nl"
  215. # CDPATH.
  216. $as_unset CDPATH
  217. # Find the correct PATH separator.  Usually this is `:', but
  218. # DJGPP uses `;' like DOS.
  219. if test "X${PATH_SEPARATOR+set}" != Xset; then
  220.   UNAME=${UNAME-`uname 2>/dev/null`}
  221.   case X$UNAME in
  222.     *-DOS) lt_cv_sys_path_separator=';' ;;
  223.     *)     lt_cv_sys_path_separator=':' ;;
  224.   esac
  225.   PATH_SEPARATOR=$lt_cv_sys_path_separator
  226. fi
  227. # Check that we are running under the correct shell.
  228. SHELL=${CONFIG_SHELL-/bin/sh}
  229. case X$ECHO in
  230. X*--fallback-echo)
  231.   # Remove one level of quotation (which was required for Make).
  232.   ECHO=`echo "$ECHO" | sed 's,\\$\$0,'$0','`
  233.   ;;
  234. esac
  235. echo=${ECHO-echo}
  236. if test "X$1" = X--no-reexec; then
  237.   # Discard the --no-reexec flag, and continue.
  238.   shift
  239. elif test "X$1" = X--fallback-echo; then
  240.   # Avoid inline document here, it may be left over
  241.   :
  242. elif test "X`($echo 't') 2>/dev/null`" = 'Xt'; then
  243.   # Yippee, $echo works!
  244.   :
  245. else
  246.   # Restart under the correct shell.
  247.   exec $SHELL "$0" --no-reexec ${1+"$@"}
  248. fi
  249. if test "X$1" = X--fallback-echo; then
  250.   # used as fallback echo
  251.   shift
  252.   cat <<EOF
  253. EOF
  254.   exit 0
  255. fi
  256. # The HP-UX ksh and POSIX shell print the target directory to stdout
  257. # if CDPATH is set.
  258. if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
  259. if test -z "$ECHO"; then
  260. if test "X${echo_test_string+set}" != Xset; then
  261. # find a string as large as possible, as long as the shell can cope with it
  262.   for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
  263.     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
  264.     if (echo_test_string="`eval $cmd`") 2>/dev/null &&
  265.        echo_test_string="`eval $cmd`" &&
  266.        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
  267.     then
  268.       break
  269.     fi
  270.   done
  271. fi
  272. if test "X`($echo 't') 2>/dev/null`" = 'Xt' &&
  273.    echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
  274.    test "X$echo_testing_string" = "X$echo_test_string"; then
  275.   :
  276. else
  277.   # The Solaris, AIX, and Digital Unix default echo programs unquote
  278.   # backslashes.  This makes it impossible to quote backslashes using
  279.   #   echo "$something" | sed 's/\/\\/g'
  280.   #
  281.   # So, first we look for a working echo in the user's PATH.
  282.   IFS="${IFS=  }"; save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  283.   for dir in $PATH /usr/ucb; do
  284.     if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
  285.        test "X`($dir/echo 't') 2>/dev/null`" = 'Xt' &&
  286.        echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
  287.        test "X$echo_testing_string" = "X$echo_test_string"; then
  288.       echo="$dir/echo"
  289.       break
  290.     fi
  291.   done
  292.   IFS="$save_ifs"
  293.   if test "X$echo" = Xecho; then
  294.     # We didn't find a better echo, so look for alternatives.
  295.     if test "X`(print -r 't') 2>/dev/null`" = 'Xt' &&
  296.        echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
  297.        test "X$echo_testing_string" = "X$echo_test_string"; then
  298.       # This shell has a builtin print -r that does the trick.
  299.       echo='print -r'
  300.     elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
  301.  test "X$CONFIG_SHELL" != X/bin/ksh; then
  302.       # If we have ksh, try running configure again with it.
  303.       ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
  304.       export ORIGINAL_CONFIG_SHELL
  305.       CONFIG_SHELL=/bin/ksh
  306.       export CONFIG_SHELL
  307.       exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
  308.     else
  309.       # Try using printf.
  310.       echo='printf %sn'
  311.       if test "X`($echo 't') 2>/dev/null`" = 'Xt' &&
  312.  echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
  313.  test "X$echo_testing_string" = "X$echo_test_string"; then
  314. # Cool, printf works
  315. :
  316.       elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo 't') 2>/dev/null` &&
  317.    test "X$echo_testing_string" = 'Xt' &&
  318.    echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
  319.    test "X$echo_testing_string" = "X$echo_test_string"; then
  320. CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
  321. export CONFIG_SHELL
  322. SHELL="$CONFIG_SHELL"
  323. export SHELL
  324. echo="$CONFIG_SHELL $0 --fallback-echo"
  325.       elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo 't') 2>/dev/null` &&
  326.    test "X$echo_testing_string" = 'Xt' &&
  327.    echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
  328.    test "X$echo_testing_string" = "X$echo_test_string"; then
  329. echo="$CONFIG_SHELL $0 --fallback-echo"
  330.       else
  331. # maybe with a smaller string...
  332. prev=:
  333. for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
  334.   if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
  335.   then
  336.     break
  337.   fi
  338.   prev="$cmd"
  339. done
  340. if test "$prev" != 'sed 50q "$0"'; then
  341.   echo_test_string=`eval $prev`
  342.   export echo_test_string
  343.   exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
  344. else
  345.   # Oops.  We lost completely, so just stick with echo.
  346.   echo=echo
  347. fi
  348.       fi
  349.     fi
  350.   fi
  351. fi
  352. fi
  353. # Copy echo and quote the copy suitably for passing to libtool from
  354. # the Makefile, instead of quoting the original, which is used later.
  355. ECHO=$echo
  356. if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
  357.    ECHO="$CONFIG_SHELL \$$0 --fallback-echo"
  358. fi
  359. # Name of the host.
  360. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
  361. # so uname gets run too.
  362. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
  363. exec 6>&1
  364. #
  365. # Initializations.
  366. #
  367. ac_default_prefix=/usr/local
  368. ac_config_libobj_dir=.
  369. cross_compiling=no
  370. subdirs=
  371. MFLAGS=
  372. MAKEFLAGS=
  373. SHELL=${CONFIG_SHELL-/bin/sh}
  374. # Maximum number of lines to put in a shell here document.
  375. # This variable seems obsolete.  It should probably be removed, and
  376. # only ac_max_sed_lines should be used.
  377. : ${ac_max_here_lines=38}
  378. # Identity of this package.
  379. PACKAGE_NAME='Net-SNMP'
  380. PACKAGE_TARNAME='net-snmp'
  381. PACKAGE_VERSION='5.2.2'
  382. PACKAGE_STRING='Net-SNMP 5.2.2'
  383. PACKAGE_BUGREPORT='net-snmp-coders@lists.sourceforge.net'
  384. ac_unique_file="agent/mibgroup/ucd-snmp/extensible.c"
  385. # Factoring default headers for most tests.
  386. ac_includes_default="
  387. #include <stdio.h>
  388. #if HAVE_SYS_TYPES_H
  389. # include <sys/types.h>
  390. #endif
  391. #if HAVE_SYS_STAT_H
  392. # include <sys/stat.h>
  393. #endif
  394. #if STDC_HEADERS
  395. # include <stdlib.h>
  396. # include <stddef.h>
  397. #else
  398. # if HAVE_STDLIB_H
  399. #  include <stdlib.h>
  400. # endif
  401. #endif
  402. #if HAVE_STRING_H
  403. # if !STDC_HEADERS && HAVE_MEMORY_H
  404. #  include <memory.h>
  405. # endif
  406. # include <string.h>
  407. #endif
  408. #if HAVE_STRINGS_H
  409. # include <strings.h>
  410. #endif
  411. #if HAVE_INTTYPES_H
  412. # include <inttypes.h>
  413. #else
  414. # if HAVE_STDINT_H
  415. #  include <stdint.h>
  416. # endif
  417. #endif
  418. #if HAVE_UNISTD_H
  419. # include <unistd.h>
  420. #endif"
  421. ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CONFIGURE_OPTIONS LIBTOOLFLAGS INSTALL_PREFIX TRAPLIBS USETRAPLIBS MAINSUBS HAVE_DMALLOC_H WRAPLIBS installucdheaders installucdlibs CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP LIBTOOL LIBTOOL_DEPS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA SET_MAKE PSPROG PERLPROG WHOAMI SED AUTOCONF AUTOHEADER UNAMEPROG VERSION RELEASEVERSION DEVFLAGS TOP_INCLUDES SNMPLIB_INCLUDES AGENT_INCLUDES HELPER_INCLUDES MIBGROUP_INCLUDES GNU_vpath NON_GNU_VPATH target target_cpu target_vendor target_os CCPATH EXTRACPPFLAGS SNMPLIBPATH SNMPSHAREPATH DEFAULT_MIBDIRS SNMPCONFPATH other_src_list other_objs_list other_lobjs_list other_agentobjs other_lagentobjs other_trapd_objects transport_hdr_list transport_src_list transport_obj_list transport_lobj_list security_src_list security_hdr_list security_obj_list security_lobj_list krb5_config MODULE_LIST module_list_c module_list_h module_list_o module_list_lo mib_module_list_c mib_module_list_h mib_module_list_o mib_module_list_lo agent_module_list_c agent_module_list_h agent_module_list_o agent_module_list_lo mibgroup_list_o mibgroup_list_lo agentgroup_list_o agentgroup_list_lo module_list mib_module_list agent_module_list default_mibs_install ENV_SEPARATOR DEFAULT_MIBS PERLTARGS PERLINSTALLTARGS PERLUNINSTALLTARGS PERLARGS EMBEDPERLINSTALL EMBEDPERLUNINSTALL PERLLDOPTS LPSTAT_PATH PSCMD ALLOCA LIBOBJS AGENTLIBS OTHERAGENTLIBOBJS OTHERAGENTLIBLOBJS PERSISTENT_DIRECTORY UCDPERSISTENT_DIRECTORY COPY_PERSISTENT_FILES DLLIBS LTLIBOBJS'
  422. ac_subst_files=''
  423. # Initialize some variables set by options.
  424. ac_init_help=
  425. ac_init_version=false
  426. # The variables have the same names as the options, with
  427. # dashes changed to underlines.
  428. cache_file=/dev/null
  429. exec_prefix=NONE
  430. no_create=
  431. no_recursion=
  432. prefix=NONE
  433. program_prefix=NONE
  434. program_suffix=NONE
  435. program_transform_name=s,x,x,
  436. silent=
  437. site=
  438. srcdir=
  439. verbose=
  440. x_includes=NONE
  441. x_libraries=NONE
  442. # Installation directory options.
  443. # These are left unexpanded so users can "make install exec_prefix=/foo"
  444. # and all the variables that are supposed to be based on exec_prefix
  445. # by default will actually change.
  446. # Use braces instead of parens because sh, perl, etc. also accept them.
  447. bindir='${exec_prefix}/bin'
  448. sbindir='${exec_prefix}/sbin'
  449. libexecdir='${exec_prefix}/libexec'
  450. datadir='${prefix}/share'
  451. sysconfdir='${prefix}/etc'
  452. sharedstatedir='${prefix}/com'
  453. localstatedir='${prefix}/var'
  454. libdir='${exec_prefix}/lib'
  455. includedir='${prefix}/include'
  456. oldincludedir='/usr/include'
  457. infodir='${prefix}/info'
  458. mandir='${prefix}/man'
  459. ac_prev=
  460. for ac_option
  461. do
  462.   # If the previous option needs an argument, assign it.
  463.   if test -n "$ac_prev"; then
  464.     eval "$ac_prev=$ac_option"
  465.     ac_prev=
  466.     continue
  467.   fi
  468.   ac_optarg=`expr "x$ac_option" : 'x[^=]*=(.*)'`
  469.   # Accept the important Cygnus configure options, so we can diagnose typos.
  470.   case $ac_option in
  471.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  472.     ac_prev=bindir ;;
  473.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  474.     bindir=$ac_optarg ;;
  475.   -build | --build | --buil | --bui | --bu)
  476.     ac_prev=build_alias ;;
  477.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  478.     build_alias=$ac_optarg ;;
  479.   -cache-file | --cache-file | --cache-fil | --cache-fi 
  480.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  481.     ac_prev=cache_file ;;
  482.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  483.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  484.     cache_file=$ac_optarg ;;
  485.   --config-cache | -C)
  486.     cache_file=config.cache ;;
  487.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  488.     ac_prev=datadir ;;
  489.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* 
  490.   | --da=*)
  491.     datadir=$ac_optarg ;;
  492.   -disable-* | --disable-*)
  493.     ac_feature=`expr "x$ac_option" : 'x-*disable-(.*)'`
  494.     # Reject names that are not valid shell variable names.
  495.     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  496.       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  497.    { (exit 1); exit 1; }; }
  498.     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
  499.     eval "enable_$ac_feature=no" ;;
  500.   -enable-* | --enable-*)
  501.     ac_feature=`expr "x$ac_option" : 'x-*enable-([^=]*)'`
  502.     # Reject names that are not valid shell variable names.
  503.     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  504.       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  505.    { (exit 1); exit 1; }; }
  506.     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
  507.     case $ac_option in
  508.       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\''/g"`;;
  509.       *) ac_optarg=yes ;;
  510.     esac
  511.     eval "enable_$ac_feature='$ac_optarg'" ;;
  512.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi 
  513.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- 
  514.   | --exec | --exe | --ex)
  515.     ac_prev=exec_prefix ;;
  516.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* 
  517.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* 
  518.   | --exec=* | --exe=* | --ex=*)
  519.     exec_prefix=$ac_optarg ;;
  520.   -gas | --gas | --ga | --g)
  521.     # Obsolete; use --with-gas.
  522.     with_gas=yes ;;
  523.   -help | --help | --hel | --he | -h)
  524.     ac_init_help=long ;;
  525.   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
  526.     ac_init_help=recursive ;;
  527.   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
  528.     ac_init_help=short ;;
  529.   -host | --host | --hos | --ho)
  530.     ac_prev=host_alias ;;
  531.   -host=* | --host=* | --hos=* | --ho=*)
  532.     host_alias=$ac_optarg ;;
  533.   -includedir | --includedir | --includedi | --included | --include 
  534.   | --includ | --inclu | --incl | --inc)
  535.     ac_prev=includedir ;;
  536.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* 
  537.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  538.     includedir=$ac_optarg ;;
  539.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  540.     ac_prev=infodir ;;
  541.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  542.     infodir=$ac_optarg ;;
  543.   -libdir | --libdir | --libdi | --libd)
  544.     ac_prev=libdir ;;
  545.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  546.     libdir=$ac_optarg ;;
  547.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec 
  548.   | --libexe | --libex | --libe)
  549.     ac_prev=libexecdir ;;
  550.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* 
  551.   | --libexe=* | --libex=* | --libe=*)
  552.     libexecdir=$ac_optarg ;;
  553.   -localstatedir | --localstatedir | --localstatedi | --localstated 
  554.   | --localstate | --localstat | --localsta | --localst 
  555.   | --locals | --local | --loca | --loc | --lo)
  556.     ac_prev=localstatedir ;;
  557.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* 
  558.   | --localstate=* | --localstat=* | --localsta=* | --localst=* 
  559.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  560.     localstatedir=$ac_optarg ;;
  561.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  562.     ac_prev=mandir ;;
  563.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  564.     mandir=$ac_optarg ;;
  565.   -nfp | --nfp | --nf)
  566.     # Obsolete; use --without-fp.
  567.     with_fp=no ;;
  568.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  569.   | --no-cr | --no-c | -n)
  570.     no_create=yes ;;
  571.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  572.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  573.     no_recursion=yes ;;
  574.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded 
  575.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc 
  576.   | --oldin | --oldi | --old | --ol | --o)
  577.     ac_prev=oldincludedir ;;
  578.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* 
  579.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* 
  580.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  581.     oldincludedir=$ac_optarg ;;
  582.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  583.     ac_prev=prefix ;;
  584.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  585.     prefix=$ac_optarg ;;
  586.   -program-prefix | --program-prefix | --program-prefi | --program-pref 
  587.   | --program-pre | --program-pr | --program-p)
  588.     ac_prev=program_prefix ;;
  589.   -program-prefix=* | --program-prefix=* | --program-prefi=* 
  590.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  591.     program_prefix=$ac_optarg ;;
  592.   -program-suffix | --program-suffix | --program-suffi | --program-suff 
  593.   | --program-suf | --program-su | --program-s)
  594.     ac_prev=program_suffix ;;
  595.   -program-suffix=* | --program-suffix=* | --program-suffi=* 
  596.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  597.     program_suffix=$ac_optarg ;;
  598.   -program-transform-name | --program-transform-name 
  599.   | --program-transform-nam | --program-transform-na 
  600.   | --program-transform-n | --program-transform- 
  601.   | --program-transform | --program-transfor 
  602.   | --program-transfo | --program-transf 
  603.   | --program-trans | --program-tran 
  604.   | --progr-tra | --program-tr | --program-t)
  605.     ac_prev=program_transform_name ;;
  606.   -program-transform-name=* | --program-transform-name=* 
  607.   | --program-transform-nam=* | --program-transform-na=* 
  608.   | --program-transform-n=* | --program-transform-=* 
  609.   | --program-transform=* | --program-transfor=* 
  610.   | --program-transfo=* | --program-transf=* 
  611.   | --program-trans=* | --program-tran=* 
  612.   | --progr-tra=* | --program-tr=* | --program-t=*)
  613.     program_transform_name=$ac_optarg ;;
  614.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  615.   | -silent | --silent | --silen | --sile | --sil)
  616.     silent=yes ;;
  617.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  618.     ac_prev=sbindir ;;
  619.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* 
  620.   | --sbi=* | --sb=*)
  621.     sbindir=$ac_optarg ;;
  622.   -sharedstatedir | --sharedstatedir | --sharedstatedi 
  623.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta 
  624.   | --sharedst | --shareds | --shared | --share | --shar 
  625.   | --sha | --sh)
  626.     ac_prev=sharedstatedir ;;
  627.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* 
  628.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* 
  629.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* 
  630.   | --sha=* | --sh=*)
  631.     sharedstatedir=$ac_optarg ;;
  632.   -site | --site | --sit)
  633.     ac_prev=site ;;
  634.   -site=* | --site=* | --sit=*)
  635.     site=$ac_optarg ;;
  636.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  637.     ac_prev=srcdir ;;
  638.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  639.     srcdir=$ac_optarg ;;
  640.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf 
  641.   | --syscon | --sysco | --sysc | --sys | --sy)
  642.     ac_prev=sysconfdir ;;
  643.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* 
  644.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  645.     sysconfdir=$ac_optarg ;;
  646.   -target | --target | --targe | --targ | --tar | --ta | --t)
  647.     ac_prev=target_alias ;;
  648.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  649.     target_alias=$ac_optarg ;;
  650.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  651.     verbose=yes ;;
  652.   -version | --version | --versio | --versi | --vers | -V)
  653.     ac_init_version=: ;;
  654.   -with-* | --with-*)
  655.     ac_package=`expr "x$ac_option" : 'x-*with-([^=]*)'`
  656.     # Reject names that are not valid shell variable names.
  657.     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  658.       { echo "$as_me: error: invalid package name: $ac_package" >&2
  659.    { (exit 1); exit 1; }; }
  660.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  661.     case $ac_option in
  662.       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\''/g"`;;
  663.       *) ac_optarg=yes ;;
  664.     esac
  665.     eval "with_$ac_package='$ac_optarg'" ;;
  666.   -without-* | --without-*)
  667.     ac_package=`expr "x$ac_option" : 'x-*without-(.*)'`
  668.     # Reject names that are not valid shell variable names.
  669.     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  670.       { echo "$as_me: error: invalid package name: $ac_package" >&2
  671.    { (exit 1); exit 1; }; }
  672.     ac_package=`echo $ac_package | sed 's/-/_/g'`
  673.     eval "with_$ac_package=no" ;;
  674.   --x)
  675.     # Obsolete; use --with-x.
  676.     with_x=yes ;;
  677.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu 
  678.   | --x-incl | --x-inc | --x-in | --x-i)
  679.     ac_prev=x_includes ;;
  680.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* 
  681.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  682.     x_includes=$ac_optarg ;;
  683.   -x-libraries | --x-libraries | --x-librarie | --x-librari 
  684.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  685.     ac_prev=x_libraries ;;
  686.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* 
  687.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  688.     x_libraries=$ac_optarg ;;
  689.   -*) { echo "$as_me: error: unrecognized option: $ac_option
  690. Try `$0 --help' for more information." >&2
  691.    { (exit 1); exit 1; }; }
  692.     ;;
  693.   *=*)
  694.     ac_envvar=`expr "x$ac_option" : 'x([^=]*)='`
  695.     # Reject names that are not valid shell variable names.
  696.     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
  697.       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
  698.    { (exit 1); exit 1; }; }
  699.     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\''/g"`
  700.     eval "$ac_envvar='$ac_optarg'"
  701.     export $ac_envvar ;;
  702.   *)
  703.     # FIXME: should be removed in autoconf 3.0.
  704.     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  705.     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  706.       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  707.     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
  708.     ;;
  709.   esac
  710. done
  711. if test -n "$ac_prev"; then
  712.   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  713.   { echo "$as_me: error: missing argument to $ac_option" >&2
  714.    { (exit 1); exit 1; }; }
  715. fi
  716. # Be sure to have absolute paths.
  717. for ac_var in exec_prefix prefix
  718. do
  719.   eval ac_val=$`echo $ac_var`
  720.   case $ac_val in
  721.     [\/$]* | ?:[\/]* | NONE | '' ) ;;
  722.     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  723.    { (exit 1); exit 1; }; };;
  724.   esac
  725. done
  726. # Be sure to have absolute paths.
  727. for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir 
  728.       localstatedir libdir includedir oldincludedir infodir mandir
  729. do
  730.   eval ac_val=$`echo $ac_var`
  731.   case $ac_val in
  732.     [\/$]* | ?:[\/]* ) ;;
  733.     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  734.    { (exit 1); exit 1; }; };;
  735.   esac
  736. done
  737. # There might be people who depend on the old broken behavior: `$host'
  738. # used to hold the argument of --host etc.
  739. # FIXME: To remove some day.
  740. build=$build_alias
  741. host=$host_alias
  742. target=$target_alias
  743. # FIXME: To remove some day.
  744. if test "x$host_alias" != x; then
  745.   if test "x$build_alias" = x; then
  746.     cross_compiling=maybe
  747.     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
  748.     If a cross compiler is detected then cross compile mode will be used." >&2
  749.   elif test "x$build_alias" != "x$host_alias"; then
  750.     cross_compiling=yes
  751.   fi
  752. fi
  753. ac_tool_prefix=
  754. test -n "$host_alias" && ac_tool_prefix=$host_alias-
  755. test "$silent" = yes && exec 6>/dev/null
  756. # Find the source files, if location was not specified.
  757. if test -z "$srcdir"; then
  758.   ac_srcdir_defaulted=yes
  759.   # Try the directory containing this script, then its parent.
  760.   ac_confdir=`(dirname "$0") 2>/dev/null ||
  761. $as_expr X"$0" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  762.  X"$0" : 'X(//)[^/]' | 
  763.  X"$0" : 'X(//)$' | 
  764.  X"$0" : 'X(/)' | 
  765.  .     : '(.)' 2>/dev/null ||
  766. echo X"$0" |
  767.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  768.      /^X(//)[^/].*/{ s//1/; q; }
  769.      /^X(//)$/{ s//1/; q; }
  770.      /^X(/).*/{ s//1/; q; }
  771.      s/.*/./; q'`
  772.   srcdir=$ac_confdir
  773.   if test ! -r $srcdir/$ac_unique_file; then
  774.     srcdir=..
  775.   fi
  776. else
  777.   ac_srcdir_defaulted=no
  778. fi
  779. if test ! -r $srcdir/$ac_unique_file; then
  780.   if test "$ac_srcdir_defaulted" = yes; then
  781.     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
  782.    { (exit 1); exit 1; }; }
  783.   else
  784.     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
  785.    { (exit 1); exit 1; }; }
  786.   fi
  787. fi
  788. (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
  789.   { echo "$as_me: error: sources are in $srcdir, but `cd $srcdir' does not work" >&2
  790.    { (exit 1); exit 1; }; }
  791. srcdir=`echo "$srcdir" | sed 's%([^\/])[\/]*$%1%'`
  792. ac_env_build_alias_set=${build_alias+set}
  793. ac_env_build_alias_value=$build_alias
  794. ac_cv_env_build_alias_set=${build_alias+set}
  795. ac_cv_env_build_alias_value=$build_alias
  796. ac_env_host_alias_set=${host_alias+set}
  797. ac_env_host_alias_value=$host_alias
  798. ac_cv_env_host_alias_set=${host_alias+set}
  799. ac_cv_env_host_alias_value=$host_alias
  800. ac_env_target_alias_set=${target_alias+set}
  801. ac_env_target_alias_value=$target_alias
  802. ac_cv_env_target_alias_set=${target_alias+set}
  803. ac_cv_env_target_alias_value=$target_alias
  804. ac_env_CC_set=${CC+set}
  805. ac_env_CC_value=$CC
  806. ac_cv_env_CC_set=${CC+set}
  807. ac_cv_env_CC_value=$CC
  808. ac_env_CFLAGS_set=${CFLAGS+set}
  809. ac_env_CFLAGS_value=$CFLAGS
  810. ac_cv_env_CFLAGS_set=${CFLAGS+set}
  811. ac_cv_env_CFLAGS_value=$CFLAGS
  812. ac_env_LDFLAGS_set=${LDFLAGS+set}
  813. ac_env_LDFLAGS_value=$LDFLAGS
  814. ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
  815. ac_cv_env_LDFLAGS_value=$LDFLAGS
  816. ac_env_CPPFLAGS_set=${CPPFLAGS+set}
  817. ac_env_CPPFLAGS_value=$CPPFLAGS
  818. ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
  819. ac_cv_env_CPPFLAGS_value=$CPPFLAGS
  820. ac_env_CPP_set=${CPP+set}
  821. ac_env_CPP_value=$CPP
  822. ac_cv_env_CPP_set=${CPP+set}
  823. ac_cv_env_CPP_value=$CPP
  824. #
  825. # Report the --help message.
  826. #
  827. if test "$ac_init_help" = "long"; then
  828.   # Omit some internal or obsolete options to make the list less imposing.
  829.   # This message is too long to be a string in the A/UX 3.1 sh.
  830.   cat <<_ACEOF
  831. `configure' configures Net-SNMP 5.2.2 to adapt to many kinds of systems.
  832. Usage: $0 [OPTION]... [VAR=VALUE]...
  833. To assign environment variables (e.g., CC, CFLAGS...), specify them as
  834. VAR=VALUE.  See below for descriptions of some of the useful variables.
  835. Defaults for the options are specified in brackets.
  836. Configuration:
  837.   -h, --help              display this help and exit
  838.       --help=short        display options specific to this package
  839.       --help=recursive    display the short help of all the included packages
  840.   -V, --version           display version information and exit
  841.   -q, --quiet, --silent   do not print `checking...' messages
  842.       --cache-file=FILE   cache test results in FILE [disabled]
  843.   -C, --config-cache      alias for `--cache-file=config.cache'
  844.   -n, --no-create         do not create output files
  845.       --srcdir=DIR        find the sources in DIR [configure dir or `..']
  846. _ACEOF
  847.   cat <<_ACEOF
  848. Installation directories:
  849.   --prefix=PREFIX         install architecture-independent files in PREFIX
  850.   [$ac_default_prefix]
  851.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  852.   [PREFIX]
  853. By default, `make install' will install all the files in
  854. `$ac_default_prefix/bin', `$ac_default_prefix/lib' etc.  You can specify
  855. an installation prefix other than `$ac_default_prefix' using `--prefix',
  856. for instance `--prefix=$HOME'.
  857. For better control, use the options below.
  858. Fine tuning of the installation directories:
  859.   --bindir=DIR           user executables [EPREFIX/bin]
  860.   --sbindir=DIR          system admin executables [EPREFIX/sbin]
  861.   --libexecdir=DIR       program executables [EPREFIX/libexec]
  862.   --datadir=DIR          read-only architecture-independent data [PREFIX/share]
  863.   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
  864.   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
  865.   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
  866.   --libdir=DIR           object code libraries [EPREFIX/lib]
  867.   --includedir=DIR       C header files [PREFIX/include]
  868.   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
  869.   --infodir=DIR          info documentation [PREFIX/info]
  870.   --mandir=DIR           man documentation [PREFIX/man]
  871. _ACEOF
  872.   cat <<_ACEOF
  873. System types:
  874.   --build=BUILD     configure for building on BUILD [guessed]
  875.   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
  876.   --target=TARGET   configure for building compilers for TARGET [HOST]
  877. _ACEOF
  878. fi
  879. if test -n "$ac_init_help"; then
  880.   case $ac_init_help in
  881.      short | recursive ) echo "Configuration of Net-SNMP 5.2.2:";;
  882.    esac
  883.   cat <<_ACEOF
  884. Optional Features:
  885.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  886.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  887.   --enable-silent-libtool         Pass --silent to libtool.
  888.   --enable-mini-agent             Build a minimal agent.
  889.   --disable-agent                 Do not build the agent (snmpd).
  890.   --disable-applications          Do not build the apps (snmpget, ...).
  891.   --disable-manuals               Do not install the manuals.
  892.   --disable-scripts               Do not install the scripts (mib2c, ...).
  893.   --disable-mibs                  Do not install the mib files.
  894.   --disable-mib-loading           Do not include code that parses and
  895.                                   manipulates the mib files.
  896.   --disable-snmpv1                Do not include code that implements SNMPv1.
  897.   --disable-snmpv2c               Do not include code that implements SNMPv2c.
  898.   --disable-des                   Do not support DES encryption.
  899.   --disable-md5                   Do not support MD5 authentication.
  900.   --disable-snmptrapd-subagent          Disable agentx subagent code in snmptrapd.
  901.   --enable-ipv6                   Generate IPv6 ready version.
  902.   --enable-local-smux             Restrict SMUX connections to localhost (by default).
  903.   --enable-debugging              Outputs extra debugging information at all
  904.                                   times.  Normally, you should not enable this,
  905.                                   but instead use the -D flag of the commands,
  906.                                   which toggles debbuging output at runtime.
  907.   --disable-debugging             Disallows debugging code to be built in.
  908.                                   This might provide some speed benefits.
  909.   --enable-developer              Turns on super-duper-extra-compile-warnings
  910.                                   when using gcc.
  911.   --disable-privacy               Don't compile in support for privacy.
  912.   --enable-internal-md5           Use the internal MD5 support.
  913.   --enable-agentx-dom-sock-only         Disable UDP/TCP transports for agentx.
  914.   --enable-mib-config-checking   Turns on extra checks during configuration
  915.                                   of mib modules. Any conflicts will cause
  916.                                   configure to abort (default is to issue a
  917.                                   warning and continue.)
  918.   --enable-mfd-rewrites          Use new MFD rewrites of mib modules,
  919.                                   where available. (default is to use
  920.                                   original mib module code).
  921.   --enable-testing-code           Enables some code sections that should
  922.                                   only be used for testing of certain
  923.                                   SNMP functionalities.  This should *not*
  924.                                   be turned on for production use.  Ever.
  925.   --enable-reentrant              Enables locking functions that protect
  926.                                   library resources in some multi-threading
  927.                                   environments.  This does not guarantee
  928.                                   thread-safe operation.
  929.                                   Currently an experimental setting.
  930.   --enable-embedded-perl          Embed perl in the SNMP agent and snmptrapd.
  931.                                   forces --with-perl-modules as well.
  932. --enable-ucd-snmp-compatibility  Install ucd-snmp look-alike headers and libs.
  933.   --enable-shared=PKGS  build shared libraries default=yes
  934.   --enable-static=PKGS  build static libraries default=yes
  935.   --enable-fast-install=PKGS  optimize for fast installation default=yes
  936.   --disable-libtool-lock  avoid locking (might break parallel builds)
  937. Optional Packages:
  938.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  939.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  940. Compiler Options:
  941.   --with-cc=CC                    use CC to compile (default=gcc).
  942.   --with-ar=AR                    use AR as the archiver.
  943.   --with-endianness=big|little    define endianness of target platform when
  944.                                   cross-compiling.
  945.   --with-cflags=CFLAGS            use CFLAGS as compile time arguments.
  946.   --with-ldflags=LDFLAGS          use LDFLAGS as link time arguments to ld.
  947.   --with-libs=LIBS                use LIBS as link time arguments to ld.
  948.   --with-install-prefix=PATH      Just for installing, prefix all
  949.                                   directories with PATH.  This is known not
  950.                                   to work on some systems with shared
  951.                                   libraries (eg, HPUX)
  952.   --with-dmalloc=PATH             Use dmalloc library (www.dmalloc.com)
  953.   --with-efence                   Look for and use libefence (malloc).
  954.   --with-rsaref=PATH              Look for librsaref in PATH/lib.
  955.   --with-openssl=PATH             Look for openssl in PATH/lib.
  956.   --with-krb5=PATH             Look for krb5 in PATH/lib.
  957.   --without-rpm                  Don't include support for the RPM package
  958.                                  management system when building the host MIB
  959.                                  module.
  960.   --without-opaque-special-types  Don't use special opaque encodings.
  961.                                   SNMP normally cannot handle
  962.                                   floating numbers, nor large 64 bit
  963.                                   integers well.  By default, the
  964.                                   net-snmp package compiles in
  965.                                   support for these extra datatypes
  966.                                   (in a legal way)
  967.   --with-mibdirs="dir1:dir2:"     Default directories to look for mibs.
  968.                                     (Default: $HOME/.snmp/mibs:DATADIR/snmp/mibs)
  969.   --with-mibs="item1:item2:"      Default mib IDs to read.
  970.                                     (The default list is "IP-MIB:IF-MIB:
  971.                                     TCP-MIB:UDP-MIB:SNMPv2-MIB:RFC1213-MIB"
  972.                                     with the addition of any mibs used
  973.                                     by the mib modules the agent is
  974.                                     configured with)
  975.   --with-mibfiles="file1:file2"   Default mib files to load.
  976.                                     (Default:  none.  uses IDs above instead.)
  977.   --with-pkcs=PATH             Look for pkcs11 in PATH/lib.
  978. Configuring the agent:
  979.   --without-root-access           The snmpd agent won't require root access to
  980.                                   run it.  The information it returns in the
  981.                                   mib-II tree may not be correct, however.
  982. Configuring the agent:
  983.   --without-kmem-usage            Do not include any code related to the use
  984.                                   of kmem. This option can only be used with
  985.                                   the option --enable-mini-agent.
  986.   --with-dummy-values             Provide 'placeholder' dummy values where
  987.                                   the necessary information is not available.
  988.                                   This is technically not compliant with the
  989.                                   SNMP specifications, but was how the agent
  990.                                   operated for versions < 4.0.
  991.   --with-persistent-directory="directory"
  992.                                   Default directory for persistent data storage.
  993.   --with-copy-persistent-files="no" Don't copy persistent files
  994.                                        (or use "yes" to copy them).
  995.                                        (Default: yes)
  996.   --with-default-snmp-version="3" Default version of SNMP to use.
  997.                                   (Default: 3)
  998.                                   Legal values: 1, 2 (for SNMPv2c) or 3.
  999.   --with-sys-contact="who@where"  Default system contact.
  1000.                                     (Default: LOGIN@DOMAINNAME)
  1001.   --with-sys-location="location"  Default system location.
  1002.                                     (Default: Unknown)
  1003.   --with-logfile="location"       Default log file location for snmpd.
  1004.   --with-transports="t1 t2 ..."   Compile in the given SNMP transport
  1005.                                     modules (space separated list).
  1006.   --with-out-transports="t1 ..."  Exclude listed SNMP transports
  1007.                                     (space separated list).
  1008.   Available SNMP transport modules are:
  1009.     UDP         support for SNMP over UDP/IP.
  1010.                 This transport is always compiled in.
  1011.     UDPIPv6     support for SNMP over UDP/IPv6.
  1012.                 This transport is available for Linux, Solaris and
  1013.                 FreeBSD.
  1014.                 It is never compiled in by default.
  1015.     TCPIPv6     support for SNMP over UDP/IPv6.
  1016.                 This transport is available for Linux, Solaris and
  1017.                 FreeBSD.
  1018.                 It is never compiled in by default.
  1019.     TCP         support for SNMP over TCP/IP.
  1020.                 This transport is compiled in by default, but may be omitted.
  1021.     Unix        support for SNMP over Unix domain protocols.
  1022.                 This transport is compiled in by default except on Win32
  1023.                 platforms, and may be omitted.
  1024.     Callback    support for SNMP over an internal locally connected pair
  1025.                 of snmp_sessions.
  1026.     AAL5PVC     support for SNMP over AAL5 PVCs.
  1027.                 This transport is presently only available for Linux,
  1028.                 is never compiled in by default and may be omitted.
  1029.     IPX         support for SNMP over IPX per RFC 1420.
  1030.                 This transport is presently only available for Linux,
  1031.                 is never compiled in by default and may be omitted.
  1032.   --with-security-modules="s1 s2 ..."   Compile in the given SNMP security
  1033.                                     module services (space separated list).
  1034.   Available SNMP security services:
  1035.         usm                support for user based SNMP security
  1036.                            (required and always compiled in)
  1037.         ksm                support for kerberos based SNMP security
  1038.   --with-mib-modules="item1 ..."  Compile with additional mib modules
  1039.                                     (Space separated list).
  1040.   --with-out-mib-modules="list"   Compile without these mib modules.
  1041.   Default mib modules compiled into the agent (which can be removed):
  1042.     mibII                  support for the mib-II tree.
  1043.     snmpv3mibs             support for the snmpv3 mib modules.
  1044.     ucd_snmp               UCD-SNMP-MIB specific extensions.
  1045.     agent_mibs             NET-SNMP-AGENT-MIB extensions
  1046.     agentx                 (see below)
  1047.     notification           mibs supporting specification of trap destinations.
  1048.     target                 Support for the SNMP WGs TARGET-MIB.
  1049.     utilities              general agent configuration utilities.
  1050.   Optional mib modules that can be built into the agent include:
  1051.     host                   host resources mib support.
  1052.     disman/event-mib       support for the DISMAN-EVENT-MIB (beta)
  1053.                              (supports self monitoring and notification
  1054.                               delivery when error conditions are found)
  1055.     smux                   smux support to allow subagents to attach to snmpd.
  1056.     mibII/mta_sendmail     Sendmail statistics monitoring (MTA-MIB)
  1057.     misc/ipfwacc           accounting rules IP firewall information (linux).
  1058.     ipfwchains/ipfwchains  firewall chains under ipfw for linux.
  1059.                            (Download separately from the ucd-snmp ftp site.)
  1060.     ucd-snmp/diskio        Table of io-devices and how much data they have
  1061.                            read/written.  (only tested on Solaris, Linux)
  1062.     tunnel                 Linux TUNNEL-MIB support (ifTable extension)
  1063.   AgentX support:
  1064.     agentx/subagent        allows the agent to run as either a snmp agent
  1065.                            or as an agentX sub-agent.
  1066.     agentx/master          makes the agent run as an agentX master agent
  1067.                            as well as a normal snmp agent.
  1068.     agentx                 includes both agentx/master and agentx/client.
  1069.   Optional modules for C coders to look at and/or include as extension examples:
  1070.     examples/ucdDemoPublic  SNMPv3 interoperability testing mib.
  1071.     examples/example        example C code extension.
  1072. Enterprise OIDs:  (warning: this should be used with caution.)
  1073.   --with-enterprise-oid              The enterprise number assigned to the
  1074.                                      vendor by IANA.  See
  1075.                                      http://www.iana.org/cgi-bin/enterprise.pl
  1076.                                      to get one, though using the default is
  1077.                                      probably the right choice is most cases.
  1078.                                      (default 8072 = "enterprise.net-snmp")
  1079.   --with-enterprise-sysoid           The base OID for the sysObjectID
  1080.                                      of the system group
  1081.                                      (default .1.3.6.1.4.1.8072.3.2... =
  1082.                                       "netSnmpAgentOIDs...")
  1083.   --with-enterprise-notification-oid The OID used for the root of
  1084.      enterprise specific notifications.
  1085.                                      (default .1.3.6.1.4.1.2021 = "enterprise.ucdavis")
  1086. Perl:
  1087.   --with-perl-modules=ARGS      Install the perl modules along with the rest
  1088.                                   of the net-snmp toolkit.  If ARGS is
  1089.                                   specified, they're passed to the
  1090.                                   Makefile.PL script.
  1091. Network Buffers:
  1092.   --with-server-send-buf=ARG    Use ARG for the default UDP/TCP send buffer instead
  1093.                                   of the OS buffer for server sockets that are
  1094.                                   created (snmpd, snmptrapd).
  1095.                                   This default can be overridden in the runtime
  1096.                                   configuration files.
  1097.                                   The ARG should be the size in bytes
  1098.   --with-server-recv-buf=ARG    Similar as previous option, but for receive buffer
  1099.   --with-client-send-buf=ARG    Similar as previous options, but for the
  1100.                                   receive buffer of client sockets
  1101.   --with-client-recv-buf=ARG    Similar as previous options, but for the send buffer
  1102. Miscellaneous:
  1103.   --with-defaults          Use defaults for prompted values.
  1104.   --with-gnu-ld           assume the C compiler uses GNU ld default=no
  1105.   --with-pic              try to use only PIC/non-PIC objects default=use both
  1106.   --with-libwrap=LIBPATH Compile in libwrap (tcp_wrappers) support.
  1107.   --with-zlib=DIR        use libz in DIR
  1108. Some influential environment variables:
  1109.   CC          C compiler command
  1110.   CFLAGS      C compiler flags
  1111.   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
  1112.               nonstandard directory <lib dir>
  1113.   CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
  1114.               headers in a nonstandard directory <include dir>
  1115.   CPP         C preprocessor
  1116. Use these variables to override the choices made by `configure' or to help
  1117. it to find libraries and programs with nonstandard names/locations.
  1118. Report bugs to <net-snmp-coders@lists.sourceforge.net>.
  1119. _ACEOF
  1120. fi
  1121. if test "$ac_init_help" = "recursive"; then
  1122.   # If there are subdirs, report their specific --help.
  1123.   ac_popdir=`pwd`
  1124.   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
  1125.     test -d $ac_dir || continue
  1126.     ac_builddir=.
  1127. if test "$ac_dir" != .; then
  1128.   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^.[\/],,'`
  1129.   # A "../" for each directory in $ac_dir_suffix.
  1130.   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\/]*,../,g'`
  1131. else
  1132.   ac_dir_suffix= ac_top_builddir=
  1133. fi
  1134. case $srcdir in
  1135.   .)  # No --srcdir option.  We are building in place.
  1136.     ac_srcdir=.
  1137.     if test -z "$ac_top_builddir"; then
  1138.        ac_top_srcdir=.
  1139.     else
  1140.        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  1141.     fi ;;
  1142.   [\/]* | ?:[\/]* )  # Absolute path.
  1143.     ac_srcdir=$srcdir$ac_dir_suffix;
  1144.     ac_top_srcdir=$srcdir ;;
  1145.   *) # Relative path.
  1146.     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  1147.     ac_top_srcdir=$ac_top_builddir$srcdir ;;
  1148. esac
  1149. # Do not use `cd foo && pwd` to compute absolute paths, because
  1150. # the directories may not exist.
  1151. case `pwd` in
  1152. .) ac_abs_builddir="$ac_dir";;
  1153. *)
  1154.   case "$ac_dir" in
  1155.   .) ac_abs_builddir=`pwd`;;
  1156.   [\/]* | ?:[\/]* ) ac_abs_builddir="$ac_dir";;
  1157.   *) ac_abs_builddir=`pwd`/"$ac_dir";;
  1158.   esac;;
  1159. esac
  1160. case $ac_abs_builddir in
  1161. .) ac_abs_top_builddir=${ac_top_builddir}.;;
  1162. *)
  1163.   case ${ac_top_builddir}. in
  1164.   .) ac_abs_top_builddir=$ac_abs_builddir;;
  1165.   [\/]* | ?:[\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
  1166.   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
  1167.   esac;;
  1168. esac
  1169. case $ac_abs_builddir in
  1170. .) ac_abs_srcdir=$ac_srcdir;;
  1171. *)
  1172.   case $ac_srcdir in
  1173.   .) ac_abs_srcdir=$ac_abs_builddir;;
  1174.   [\/]* | ?:[\/]* ) ac_abs_srcdir=$ac_srcdir;;
  1175.   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
  1176.   esac;;
  1177. esac
  1178. case $ac_abs_builddir in
  1179. .) ac_abs_top_srcdir=$ac_top_srcdir;;
  1180. *)
  1181.   case $ac_top_srcdir in
  1182.   .) ac_abs_top_srcdir=$ac_abs_builddir;;
  1183.   [\/]* | ?:[\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
  1184.   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
  1185.   esac;;
  1186. esac
  1187.     cd $ac_dir
  1188.     # Check for guested configure; otherwise get Cygnus style configure.
  1189.     if test -f $ac_srcdir/configure.gnu; then
  1190.       echo
  1191.       $SHELL $ac_srcdir/configure.gnu  --help=recursive
  1192.     elif test -f $ac_srcdir/configure; then
  1193.       echo
  1194.       $SHELL $ac_srcdir/configure  --help=recursive
  1195.     elif test -f $ac_srcdir/configure.ac ||
  1196.    test -f $ac_srcdir/configure.in; then
  1197.       echo
  1198.       $ac_configure --help
  1199.     else
  1200.       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
  1201.     fi
  1202.     cd $ac_popdir
  1203.   done
  1204. fi
  1205. test -n "$ac_init_help" && exit 0
  1206. if $ac_init_version; then
  1207.   cat <<_ACEOF
  1208. Net-SNMP configure 5.2.2
  1209. generated by GNU Autoconf 2.59
  1210. Copyright (C) 2003 Free Software Foundation, Inc.
  1211. This configure script is free software; the Free Software Foundation
  1212. gives unlimited permission to copy, distribute and modify it.
  1213. _ACEOF
  1214.   exit 0
  1215. fi
  1216. exec 5>config.log
  1217. cat >&5 <<_ACEOF
  1218. This file contains any messages produced by compilers while
  1219. running configure, to aid debugging if configure makes a mistake.
  1220. It was created by Net-SNMP $as_me 5.2.2, which was
  1221. generated by GNU Autoconf 2.59.  Invocation command line was
  1222.   $ $0 $@
  1223. _ACEOF
  1224. {
  1225. cat <<_ASUNAME
  1226. ## --------- ##
  1227. ## Platform. ##
  1228. ## --------- ##
  1229. hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
  1230. uname -m = `(uname -m) 2>/dev/null || echo unknown`
  1231. uname -r = `(uname -r) 2>/dev/null || echo unknown`
  1232. uname -s = `(uname -s) 2>/dev/null || echo unknown`
  1233. uname -v = `(uname -v) 2>/dev/null || echo unknown`
  1234. /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
  1235. /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
  1236. /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
  1237. /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
  1238. /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
  1239. hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
  1240. /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
  1241. /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
  1242. /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
  1243. _ASUNAME
  1244. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1245. for as_dir in $PATH
  1246. do
  1247.   IFS=$as_save_IFS
  1248.   test -z "$as_dir" && as_dir=.
  1249.   echo "PATH: $as_dir"
  1250. done
  1251. } >&5
  1252. cat >&5 <<_ACEOF
  1253. ## ----------- ##
  1254. ## Core tests. ##
  1255. ## ----------- ##
  1256. _ACEOF
  1257. # Keep a trace of the command line.
  1258. # Strip out --no-create and --no-recursion so they do not pile up.
  1259. # Strip out --silent because we don't want to record it for future runs.
  1260. # Also quote any args containing shell meta-characters.
  1261. # Make two passes to allow for proper duplicate-argument suppression.
  1262. ac_configure_args=
  1263. ac_configure_args0=
  1264. ac_configure_args1=
  1265. ac_sep=
  1266. ac_must_keep_next=false
  1267. for ac_pass in 1 2
  1268. do
  1269.   for ac_arg
  1270.   do
  1271.     case $ac_arg in
  1272.     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
  1273.     -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  1274.     | -silent | --silent | --silen | --sile | --sil)
  1275.       continue ;;
  1276.     *" "*|*" "*|*[[]~#$^&*(){}\|;<>?"']*)
  1277.       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\''/g"` ;;
  1278.     esac
  1279.     case $ac_pass in
  1280.     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
  1281.     2)
  1282.       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
  1283.       if test $ac_must_keep_next = true; then
  1284. ac_must_keep_next=false # Got value, back to normal.
  1285.       else
  1286. case $ac_arg in
  1287.   *=* | --config-cache | -C | -disable-* | --disable-* 
  1288.   | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* 
  1289.   | -q | -quiet | --q* | -silent | --sil* | -v | -verb* 
  1290.   | -with-* | --with-* | -without-* | --without-* | --x)
  1291.     case "$ac_configure_args0 " in
  1292.       "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
  1293.     esac
  1294.     ;;
  1295.   -* ) ac_must_keep_next=true ;;
  1296. esac
  1297.       fi
  1298.       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
  1299.       # Get rid of the leading space.
  1300.       ac_sep=" "
  1301.       ;;
  1302.     esac
  1303.   done
  1304. done
  1305. $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
  1306. $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
  1307. # When interrupted or exit'd, cleanup temporary files, and complete
  1308. # config.log.  We remove comments because anyway the quotes in there
  1309. # would cause problems or look ugly.
  1310. # WARNING: Be sure not to use single quotes in there, as some shells,
  1311. # such as our DU 5.0 friend, will then `close' the trap.
  1312. trap 'exit_status=$?
  1313.   # Save into config.log some information that might help in debugging.
  1314.   {
  1315.     echo
  1316.     cat <<_ASBOX
  1317. ## ---------------- ##
  1318. ## Cache variables. ##
  1319. ## ---------------- ##
  1320. _ASBOX
  1321.     echo
  1322.     # The following way of writing the cache mishandles newlines in values,
  1323. {
  1324.   (set) 2>&1 |
  1325.     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
  1326.     *ac_space= *)
  1327.       sed -n 
  1328. "s/'"'"'/'"'"'\\'"'"''"'"'/g;
  1329.   s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1='"'"'\2'"'"'/p"
  1330.       ;;
  1331.     *)
  1332.       sed -n 
  1333. "s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1=\2/p"
  1334.       ;;
  1335.     esac;
  1336. }
  1337.     echo
  1338.     cat <<_ASBOX
  1339. ## ----------------- ##
  1340. ## Output variables. ##
  1341. ## ----------------- ##
  1342. _ASBOX
  1343.     echo
  1344.     for ac_var in $ac_subst_vars
  1345.     do
  1346.       eval ac_val=$`echo $ac_var`
  1347.       echo "$ac_var='"'"'$ac_val'"'"'"
  1348.     done | sort
  1349.     echo
  1350.     if test -n "$ac_subst_files"; then
  1351.       cat <<_ASBOX
  1352. ## ------------- ##
  1353. ## Output files. ##
  1354. ## ------------- ##
  1355. _ASBOX
  1356.       echo
  1357.       for ac_var in $ac_subst_files
  1358.       do
  1359. eval ac_val=$`echo $ac_var`
  1360. echo "$ac_var='"'"'$ac_val'"'"'"
  1361.       done | sort
  1362.       echo
  1363.     fi
  1364.     if test -s confdefs.h; then
  1365.       cat <<_ASBOX
  1366. ## ----------- ##
  1367. ## confdefs.h. ##
  1368. ## ----------- ##
  1369. _ASBOX
  1370.       echo
  1371.       sed "/^$/d" confdefs.h | sort
  1372.       echo
  1373.     fi
  1374.     test "$ac_signal" != 0 &&
  1375.       echo "$as_me: caught signal $ac_signal"
  1376.     echo "$as_me: exit $exit_status"
  1377.   } >&5
  1378.   rm -f core *.core &&
  1379.   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
  1380.     exit $exit_status
  1381.      ' 0
  1382. for ac_signal in 1 2 13 15; do
  1383.   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
  1384. done
  1385. ac_signal=0
  1386. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  1387. rm -rf conftest* confdefs.h
  1388. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  1389. echo >confdefs.h
  1390. # Predefined preprocessor variables.
  1391. cat >>confdefs.h <<_ACEOF
  1392. #define PACKAGE_NAME "$PACKAGE_NAME"
  1393. _ACEOF
  1394. cat >>confdefs.h <<_ACEOF
  1395. #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
  1396. _ACEOF
  1397. cat >>confdefs.h <<_ACEOF
  1398. #define PACKAGE_VERSION "$PACKAGE_VERSION"
  1399. _ACEOF
  1400. cat >>confdefs.h <<_ACEOF
  1401. #define PACKAGE_STRING "$PACKAGE_STRING"
  1402. _ACEOF
  1403. cat >>confdefs.h <<_ACEOF
  1404. #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
  1405. _ACEOF
  1406. # Let the site file select an alternate cache file if it wants to.
  1407. # Prefer explicitly selected file to automatically selected ones.
  1408. if test -z "$CONFIG_SITE"; then
  1409.   if test "x$prefix" != xNONE; then
  1410.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  1411.   else
  1412.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  1413.   fi
  1414. fi
  1415. for ac_site_file in $CONFIG_SITE; do
  1416.   if test -r "$ac_site_file"; then
  1417.     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
  1418. echo "$as_me: loading site script $ac_site_file" >&6;}
  1419.     sed 's/^/| /' "$ac_site_file" >&5
  1420.     . "$ac_site_file"
  1421.   fi
  1422. done
  1423. if test -r "$cache_file"; then
  1424.   # Some versions of bash will fail to source /dev/null (special
  1425.   # files actually), so we avoid doing that.
  1426.   if test -f "$cache_file"; then
  1427.     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
  1428. echo "$as_me: loading cache $cache_file" >&6;}
  1429.     case $cache_file in
  1430.       [\/]* | ?:[\/]* ) . $cache_file;;
  1431.       *)                      . ./$cache_file;;
  1432.     esac
  1433.   fi
  1434. else
  1435.   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
  1436. echo "$as_me: creating cache $cache_file" >&6;}
  1437.   >$cache_file
  1438. fi
  1439. # Check that the precious variables saved in the cache have kept the same
  1440. # value.
  1441. ac_cache_corrupted=false
  1442. for ac_var in `(set) 2>&1 |
  1443.        sed -n 's/^ac_env_([a-zA-Z_0-9]*)_set=.*/1/p'`; do
  1444.   eval ac_old_set=$ac_cv_env_${ac_var}_set
  1445.   eval ac_new_set=$ac_env_${ac_var}_set
  1446.   eval ac_old_val="$ac_cv_env_${ac_var}_value"
  1447.   eval ac_new_val="$ac_env_${ac_var}_value"
  1448.   case $ac_old_set,$ac_new_set in
  1449.     set,)
  1450.       { echo "$as_me:$LINENO: error: `$ac_var' was set to `$ac_old_val' in the previous run" >&5
  1451. echo "$as_me: error: `$ac_var' was set to `$ac_old_val' in the previous run" >&2;}
  1452.       ac_cache_corrupted=: ;;
  1453.     ,set)
  1454.       { echo "$as_me:$LINENO: error: `$ac_var' was not set in the previous run" >&5
  1455. echo "$as_me: error: `$ac_var' was not set in the previous run" >&2;}
  1456.       ac_cache_corrupted=: ;;
  1457.     ,);;
  1458.     *)
  1459.       if test "x$ac_old_val" != "x$ac_new_val"; then
  1460. { echo "$as_me:$LINENO: error: `$ac_var' has changed since the previous run:" >&5
  1461. echo "$as_me: error: `$ac_var' has changed since the previous run:" >&2;}
  1462. { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
  1463. echo "$as_me:   former value:  $ac_old_val" >&2;}
  1464. { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
  1465. echo "$as_me:   current value: $ac_new_val" >&2;}
  1466. ac_cache_corrupted=:
  1467.       fi;;
  1468.   esac
  1469.   # Pass precious variables to config.status.
  1470.   if test "$ac_new_set" = set; then
  1471.     case $ac_new_val in
  1472.     *" "*|*" "*|*[[]~#$^&*(){}\|;<>?"']*)
  1473.       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\''/g"` ;;
  1474.     *) ac_arg=$ac_var=$ac_new_val ;;
  1475.     esac
  1476.     case " $ac_configure_args " in
  1477.       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
  1478.       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  1479.     esac
  1480.   fi
  1481. done
  1482. if $ac_cache_corrupted; then
  1483.   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
  1484. echo "$as_me: error: changes in the environment can compromise the build" >&2;}
  1485.   { { echo "$as_me:$LINENO: error: run `make distclean' and/or `rm $cache_file' and start over" >&5
  1486. echo "$as_me: error: run `make distclean' and/or `rm $cache_file' and start over" >&2;}
  1487.    { (exit 1); exit 1; }; }
  1488. fi
  1489. ac_ext=c
  1490. ac_cpp='$CPP $CPPFLAGS'
  1491. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1492. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1493. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1494.           ac_config_headers="$ac_config_headers include/net-snmp/net-snmp-config.h"
  1495.   rm -f configure-summary
  1496. #
  1497. # save the configure arguments
  1498. #
  1499. cat >>confdefs.h <<_ACEOF
  1500. #define CONFIGURE_OPTIONS ""$ac_configure_args""
  1501. _ACEOF
  1502. CONFIGURE_OPTIONS=""$ac_configure_args""
  1503. #
  1504. # Compilation setup
  1505. #
  1506. # Check whether --with-cc or --without-cc was given.
  1507. if test "${with_cc+set}" = set; then
  1508.   withval="$with_cc"
  1509.   CC=$with_cc;export CC
  1510. fi;
  1511. # Check whether --with-ar or --without-ar was given.
  1512. if test "${with_ar+set}" = set; then
  1513.   withval="$with_ar"
  1514.   AR=$with_ar; export AR
  1515. fi;
  1516. # Check whether --with-endianness or --without-endianness was given.
  1517. if test "${with_endianness+set}" = set; then
  1518.   withval="$with_endianness"
  1519.   if test $with_endianness != "big" -a $with_endianness != "little" ; then
  1520.        { { echo "$as_me:$LINENO: error: Endianness must be big or little, not "$with_endianness"." >&5
  1521. echo "$as_me: error: Endianness must be big or little, not "$with_endianness"." >&2;}
  1522.    { (exit 1); exit 1; }; };
  1523.      fi
  1524. fi;
  1525. # Check whether --with-cflags or --without-cflags was given.
  1526. if test "${with_cflags+set}" = set; then
  1527.   withval="$with_cflags"
  1528.   CFLAGS=$with_cflags; export CFLAGS
  1529. fi;
  1530. # Check whether --with-ldflags or --without-ldflags was given.
  1531. if test "${with_ldflags+set}" = set; then
  1532.   withval="$with_ldflags"
  1533.   LDFLAGS=$with_ldflags; export LDFLAGS
  1534. fi;
  1535. # Check whether --with-libs or --without-libs was given.
  1536. if test "${with_libs+set}" = set; then
  1537.   withval="$with_libs"
  1538.   LIBS=$with_libs; export LIBS
  1539. fi;
  1540. # Check whether --enable-silent-libtool or --disable-silent-libtool was given.
  1541. if test "${enable_silent_libtool+set}" = set; then
  1542.   enableval="$enable_silent_libtool"
  1543.   LIBTOOLFLAGS=--silent
  1544. fi;
  1545. # Check whether --with-install-prefix or --without-install-prefix was given.
  1546. if test "${with_install_prefix+set}" = set; then
  1547.   withval="$with_install_prefix"
  1548.   INSTALL_PREFIX="$withval"
  1549. fi;
  1550. if test "x$INSTALL_PREFIX" = "xyes" ; then
  1551.   { { echo "$as_me:$LINENO: error: --with-install-prefix requires an argument" >&5
  1552. echo "$as_me: error: --with-install-prefix requires an argument" >&2;}
  1553.    { (exit 1); exit 1; }; }
  1554. fi
  1555. if test "x$INSTALL_PREFIX" = "xno" ; then
  1556.   INSTALL_PREFIX=""
  1557. fi
  1558. # check for errors in args that run after module processing here, so
  1559. # they fail before module processing...
  1560. # Check whether --enable-libwrap or --disable-libwrap was given.
  1561. if test "${enable_libwrap+set}" = set; then
  1562.   enableval="$enable_libwrap"
  1563.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-libwrap/--without-libwrap instead " >&5
  1564. echo "$as_me: error:  Invalid option. Use --with-libwrap/--without-libwrap instead " >&2;}
  1565.    { (exit 1); exit 1; }; }
  1566. fi;
  1567.   # Check whether --enable-zlib or --disable-zlib was given.
  1568. if test "${enable_zlib+set}" = set; then
  1569.   enableval="$enable_zlib"
  1570.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-zlib/--without-zlib instead " >&5
  1571. echo "$as_me: error:  Invalid option. Use --with-zlib/--without-zlib instead " >&2;}
  1572.    { (exit 1); exit 1; }; }
  1573. fi;
  1574. # Check whether --enable-mini_agent or --disable-mini_agent was given.
  1575. if test "${enable_mini_agent+set}" = set; then
  1576.   enableval="$enable_mini_agent"
  1577.   mini_agent="yes"
  1578. else
  1579.   mini_agent="no"
  1580. fi;
  1581. # Check whether --with-mini_agent or --without-mini_agent was given.
  1582. if test "${with_mini_agent+set}" = set; then
  1583.   withval="$with_mini_agent"
  1584.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --enable-mini-agent/--disable-mini-agent instead " >&5
  1585. echo "$as_me: error:  Invalid option. Use --enable-mini-agent/--disable-mini-agent instead " >&2;}
  1586.    { (exit 1); exit 1; }; }
  1587. fi;
  1588. # Check whether --enable-agent or --disable-agent was given.
  1589. if test "${enable_agent+set}" = set; then
  1590.   enableval="$enable_agent"
  1591. fi;
  1592. if test "x$enable_agent" != "xno"; then
  1593.    MAINSUBS="$MAINSUBS agent"
  1594.    TRAPLIBS='$(TRAPDWITHAGENT)'
  1595.    USETRAPLIBS='$(USEAGENTLIBS)'
  1596. else
  1597.    TRAPLIBS='$(TRAPDWITHOUTAGENT)'
  1598.    USETRAPLIBS='$(USELIBS)'
  1599. fi
  1600. # Check whether --with-agent or --without-agent was given.
  1601. if test "${with_agent+set}" = set; then
  1602.   withval="$with_agent"
  1603.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --enable-agent/--disable-agent instead " >&5
  1604. echo "$as_me: error:  Invalid option. Use --enable-agent/--disable-agent instead " >&2;}
  1605.    { (exit 1); exit 1; }; }
  1606. fi;
  1607. # Check whether --enable-applications or --disable-applications was given.
  1608. if test "${enable_applications+set}" = set; then
  1609.   enableval="$enable_applications"
  1610. fi;
  1611. if test "x$enable_applications" != "xno"; then
  1612.    MAINSUBS="$MAINSUBS apps"
  1613. fi
  1614. # Common mistakes
  1615. # Check whether --with-applications or --without-applications was given.
  1616. if test "${with_applications+set}" = set; then
  1617.   withval="$with_applications"
  1618.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --enable-applications/--disable-applications instead " >&5
  1619. echo "$as_me: error:  Invalid option. Use --enable-applications/--disable-applications instead " >&2;}
  1620.    { (exit 1); exit 1; }; }
  1621. fi;
  1622. # Check whether --enable-manuals or --disable-manuals was given.
  1623. if test "${enable_manuals+set}" = set; then
  1624.   enableval="$enable_manuals"
  1625. fi;
  1626. if test "x$enable_manuals" != "xno"; then
  1627.    MAINSUBS="$MAINSUBS man"
  1628. fi
  1629. # Check whether --with-manuals or --without-manuals was given.
  1630. if test "${with_manuals+set}" = set; then
  1631.   withval="$with_manuals"
  1632.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --enable-manuals/--disable-manuals instead " >&5
  1633. echo "$as_me: error:  Invalid option. Use --enable-manuals/--disable-manuals instead " >&2;}
  1634.    { (exit 1); exit 1; }; }
  1635. fi;
  1636. # Check whether --enable-scripts or --disable-scripts was given.
  1637. if test "${enable_scripts+set}" = set; then
  1638.   enableval="$enable_scripts"
  1639. fi;
  1640. if test "x$enable_scripts" != "xno"; then
  1641.    MAINSUBS="$MAINSUBS local"
  1642. fi
  1643. # Check whether --with-scripts or --without-scripts was given.
  1644. if test "${with_scripts+set}" = set; then
  1645.   withval="$with_scripts"
  1646.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --enable-scripts/--disable-scripts instead " >&5
  1647. echo "$as_me: error:  Invalid option. Use --enable-scripts/--disable-scripts instead " >&2;}
  1648.    { (exit 1); exit 1; }; }
  1649. fi;
  1650. # Check whether --enable-mibs or --disable-mibs was given.
  1651. if test "${enable_mibs+set}" = set; then
  1652.   enableval="$enable_mibs"
  1653. fi;
  1654. if test "x$enable_mibs" != "xno"; then
  1655.    MAINSUBS="$MAINSUBS mibs"
  1656. fi
  1657. # with-mibs is valid too, but means something else
  1658. echo "$as_me:$LINENO: checking what to build and install" >&5
  1659. echo $ECHO_N "checking what to build and install... $ECHO_C" >&6
  1660. echo "$as_me:$LINENO: result: $MAINSUBS" >&5
  1661. echo "${ECHO_T}$MAINSUBS" >&6
  1662. # Check whether --enable-mib-loading or --disable-mib-loading was given.
  1663. if test "${enable_mib_loading+set}" = set; then
  1664.   enableval="$enable_mib_loading"
  1665. fi;
  1666. if test "x$enable_mib_loading" = "xno"; then
  1667. cat >>confdefs.h <<_ACEOF
  1668. #define DISABLE_MIB_LOADING 1
  1669. _ACEOF
  1670. fi
  1671. # Check whether --with-mib-loading or --without-mib-loading was given.
  1672. if test "${with_mib_loading+set}" = set; then
  1673.   withval="$with_mib_loading"
  1674.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --enable-mib-loading/--disable-mib-loading instead " >&5
  1675. echo "$as_me: error:  Invalid option. Use --enable-mib-loading/--disable-mib-loading instead " >&2;}
  1676.    { (exit 1); exit 1; }; }
  1677. fi;
  1678. #
  1679. SNMP_VERSIONS=""
  1680. # Check whether --enable-snmpv1 or --disable-snmpv1 was given.
  1681. if test "${enable_snmpv1+set}" = set; then
  1682.   enableval="$enable_snmpv1"
  1683. fi;
  1684. if test "x$enable_snmpv1" = "xno"; then
  1685. cat >>confdefs.h <<_ACEOF
  1686. #define DISABLE_SNMPV1 1
  1687. _ACEOF
  1688. else
  1689.   SNMP_VERSIONS="$SNMP_VERSIONS 1"
  1690. fi
  1691. # Check whether --with-snmpv1 or --without-snmpv1 was given.
  1692. if test "${with_snmpv1+set}" = set; then
  1693.   withval="$with_snmpv1"
  1694.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --enable-snmpv1/--disable-snmpv1 instead " >&5
  1695. echo "$as_me: error:  Invalid option. Use --enable-snmpv1/--disable-snmpv1 instead " >&2;}
  1696.    { (exit 1); exit 1; }; }
  1697. fi;
  1698. # Check whether --enable-snmpv2c or --disable-snmpv2c was given.
  1699. if test "${enable_snmpv2c+set}" = set; then
  1700.   enableval="$enable_snmpv2c"
  1701. fi;
  1702. if test "x$enable_snmpv2c" = "xno"; then
  1703. cat >>confdefs.h <<_ACEOF
  1704. #define DISABLE_SNMPV2C 1
  1705. _ACEOF
  1706. else
  1707.   SNMP_VERSIONS="$SNMP_VERSIONS 2c"
  1708. fi
  1709. # Check whether --with-snmpv2c or --without-snmpv2c was given.
  1710. if test "${with_snmpv2c+set}" = set; then
  1711.   withval="$with_snmpv2c"
  1712.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --enable-snmpv2c/--disable-snmpv2c instead " >&5
  1713. echo "$as_me: error:  Invalid option. Use --enable-snmpv2c/--disable-snmpv2c instead " >&2;}
  1714.    { (exit 1); exit 1; }; }
  1715. fi;
  1716. SNMP_VERSIONS="$SNMP_VERSIONS 3"
  1717.   cat >> configure-summary << EOF
  1718.   SNMP Versions Supported:   $SNMP_VERSIONS
  1719. EOF
  1720. # Check whether --enable-des or --disable-des was given.
  1721. if test "${enable_des+set}" = set; then
  1722.   enableval="$enable_des"
  1723. fi;
  1724. if test "x$enable_des" = "xno"; then
  1725. cat >>confdefs.h <<_ACEOF
  1726. #define DISABLE_DES 1
  1727. _ACEOF
  1728. fi
  1729. # Check whether --with-des or --without-des was given.
  1730. if test "${with_des+set}" = set; then
  1731.   withval="$with_des"
  1732.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --enable-des/--disable-des instead " >&5
  1733. echo "$as_me: error:  Invalid option. Use --enable-des/--disable-des instead " >&2;}
  1734.    { (exit 1); exit 1; }; }
  1735. fi;
  1736. # Check whether --enable-md5 or --disable-md5 was given.
  1737. if test "${enable_md5+set}" = set; then
  1738.   enableval="$enable_md5"
  1739. fi;
  1740. if test "x$enable_md5" = "xno"; then
  1741. cat >>confdefs.h <<_ACEOF
  1742. #define DISABLE_MD5 1
  1743. _ACEOF
  1744. fi
  1745. # Check whether --with-md5 or --without-md5 was given.
  1746. if test "${with_md5+set}" = set; then
  1747.   withval="$with_md5"
  1748.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --enable-md5/--disable-md5 instead " >&5
  1749. echo "$as_me: error:  Invalid option. Use --enable-md5/--disable-md5 instead " >&2;}
  1750.    { (exit 1); exit 1; }; }
  1751. fi;
  1752. # Check whether --enable-snmptrapd-subagent or --disable-snmptrapd-subagent was given.
  1753. if test "${enable_snmptrapd_subagent+set}" = set; then
  1754.   enableval="$enable_snmptrapd_subagent"
  1755. fi;
  1756. if test "x$enable_snmptrapd_subagent" = "xno"; then
  1757.   cat >>confdefs.h <<_ACEOF
  1758. #define SNMPTRAPD_DISABLE_AGENTX 1
  1759. _ACEOF
  1760. fi
  1761. # Check whether --with-snmptrapd-subagent or --without-snmptrapd-subagent was given.
  1762. if test "${with_snmptrapd_subagent+set}" = set; then
  1763.   withval="$with_snmptrapd_subagent"
  1764.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --enable-snmptrapd-subagent/--disable-snmptrapd-subagent instead " >&5
  1765. echo "$as_me: error:  Invalid option. Use --enable-snmptrapd-subagent/--disable-snmptrapd-subagent instead " >&2;}
  1766.    { (exit 1); exit 1; }; }
  1767. fi;
  1768. # Check whether --enable-ipv6 or --disable-ipv6 was given.
  1769. if test "${enable_ipv6+set}" = set; then
  1770.   enableval="$enable_ipv6"
  1771.   if test "x$enable_ipv6" = "xyes"; then
  1772.       cat >>confdefs.h <<_ACEOF
  1773. #define INET6 1
  1774. _ACEOF
  1775.     fi
  1776. fi;
  1777. # Check whether --with-ipv6 or --without-ipv6 was given.
  1778. if test "${with_ipv6+set}" = set; then
  1779.   withval="$with_ipv6"
  1780.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --enable-ipv6/--disable-ipv6 instead " >&5
  1781. echo "$as_me: error:  Invalid option. Use --enable-ipv6/--disable-ipv6 instead " >&2;}
  1782.    { (exit 1); exit 1; }; }
  1783. fi;
  1784. # Check whether --enable-local-smux or --disable-local-smux was given.
  1785. if test "${enable_local_smux+set}" = set; then
  1786.   enableval="$enable_local_smux"
  1787.   if test "x$enable_local_smux" = "xyes"; then
  1788.       cat >>confdefs.h <<_ACEOF
  1789. #define LOCAL_SMUX 1
  1790. _ACEOF
  1791.     fi
  1792. fi;
  1793. # Check whether --with-local-smux or --without-local-smux was given.
  1794. if test "${with_local_smux+set}" = set; then
  1795.   withval="$with_local_smux"
  1796.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --enable-local-smux/--disable-local-smux instead " >&5
  1797. echo "$as_me: error:  Invalid option. Use --enable-local-smux/--disable-local-smux instead " >&2;}
  1798.    { (exit 1); exit 1; }; }
  1799. fi;
  1800. # Check whether --enable-debugging or --disable-debugging was given.
  1801. if test "${enable_debugging+set}" = set; then
  1802.   enableval="$enable_debugging"
  1803.   cat >>confdefs.h <<_ACEOF
  1804. #define SNMP_ALWAYS_DEBUG 1
  1805. _ACEOF
  1806. fi;
  1807. # Check whether --with-debugging or --without-debugging was given.
  1808. if test "${with_debugging+set}" = set; then
  1809.   withval="$with_debugging"
  1810.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --enable-debugging/--disable-debugging instead " >&5
  1811. echo "$as_me: error:  Invalid option. Use --enable-debugging/--disable-debugging instead " >&2;}
  1812.    { (exit 1); exit 1; }; }
  1813. fi;
  1814. # Check whether --enable-developer or --disable-developer was given.
  1815. if test "${enable_developer+set}" = set; then
  1816.   enableval="$enable_developer"
  1817.   developer=yes
  1818. fi;
  1819. # Check whether --with-developer or --without-developer was given.
  1820. if test "${with_developer+set}" = set; then
  1821.   withval="$with_developer"
  1822.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --enable-developer/--disable-developer instead " >&5
  1823. echo "$as_me: error:  Invalid option. Use --enable-developer/--disable-developer instead " >&2;}
  1824.    { (exit 1); exit 1; }; }
  1825. fi;
  1826. if test "x$enable_debugging" = "xno"; then
  1827.     cat >>confdefs.h <<_ACEOF
  1828. #define SNMP_NO_DEBUGGING 1
  1829. _ACEOF
  1830. fi
  1831. # Check whether --with-dmalloc or --without-dmalloc was given.
  1832. if test "${with_dmalloc+set}" = set; then
  1833.   withval="$with_dmalloc"
  1834.   if test "x$withval" = "xyes"; then
  1835.       LIBS="$LIBS -ldmalloc"
  1836.       cat >>confdefs.h <<_ACEOF
  1837. #define HAVE_DMALLOC_H 1
  1838. _ACEOF
  1839.     elif test -d "$withval"; then
  1840.   if test "x$withval" != x -a -d $withval; then
  1841.      if test -d $withval/lib; then
  1842.        LDFLAGS="-L$withval/lib $LDFLAGS"
  1843.      fi
  1844.      if test -d $withval/include; then
  1845. CPPFLAGS="-I$withval/include $CPPFLAGS"
  1846.      fi
  1847.   fi
  1848.       LIBS="$LIBS -ldmalloc"
  1849.       cat >>confdefs.h <<_ACEOF
  1850. #define HAVE_DMALLOC_H 1
  1851. _ACEOF
  1852.     fi
  1853. fi;
  1854. # Check whether --enable-dmalloc or --disable-dmalloc was given.
  1855. if test "${enable_dmalloc+set}" = set; then
  1856.   enableval="$enable_dmalloc"
  1857.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-dmalloc/--without-dmalloc instead " >&5
  1858. echo "$as_me: error:  Invalid option. Use --with-dmalloc/--without-dmalloc instead " >&2;}
  1859.    { (exit 1); exit 1; }; }
  1860. fi;
  1861. # Check whether --with-efence or --without-efence was given.
  1862. if test "${with_efence+set}" = set; then
  1863.   withval="$with_efence"
  1864.   use_efence="$withval"
  1865. fi;
  1866. # Check whether --enable-efence or --disable-efence was given.
  1867. if test "${enable_efence+set}" = set; then
  1868.   enableval="$enable_efence"
  1869.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-efence/--without-efence instead " >&5
  1870. echo "$as_me: error:  Invalid option. Use --with-efence/--without-efence instead " >&2;}
  1871.    { (exit 1); exit 1; }; }
  1872. fi;
  1873. tryrsaref=no
  1874. # Check whether --with-rsaref or --without-rsaref was given.
  1875. if test "${with_rsaref+set}" = set; then
  1876.   withval="$with_rsaref"
  1877.   if test "x$withval" = "xyes"; then
  1878.       tryrsaref=yes
  1879.     elif test "x$withval" = "xno"; then
  1880.       tryrsaref=no
  1881.     elif test -d "$withval"; then
  1882.   if test "x$withval" != x -a -d $withval; then
  1883.      if test -d $withval/lib; then
  1884.        LDFLAGS="-L$withval/lib $LDFLAGS"
  1885.      fi
  1886.      if test -d $withval/include; then
  1887. CPPFLAGS="-I$withval/include $CPPFLAGS"
  1888.      fi
  1889.   fi
  1890.       tryrsaref=yes
  1891.     fi
  1892. fi;
  1893. # Check whether --enable-rsaref or --disable-rsaref was given.
  1894. if test "${enable_rsaref+set}" = set; then
  1895.   enableval="$enable_rsaref"
  1896.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-rsaref/--without-rsaref instead " >&5
  1897. echo "$as_me: error:  Invalid option. Use --with-rsaref/--without-rsaref instead " >&2;}
  1898.    { (exit 1); exit 1; }; }
  1899. fi;
  1900. tryopenssl=defaultyes
  1901. askedopenssl=no
  1902. # Check whether --with-openssl or --without-openssl was given.
  1903. if test "${with_openssl+set}" = set; then
  1904.   withval="$with_openssl"
  1905.   if test "x$withval" = "xyes"; then
  1906.       tryopenssl=yes
  1907.       askedopenssl=yes
  1908.     elif test "x$withval" = "xno"; then
  1909.       tryopenssl=no
  1910.     elif test -d "$withval"; then
  1911.   if test "x$withval" != x -a -d $withval; then
  1912.      if test -d $withval/lib; then
  1913.        LDFLAGS="-L$withval/lib $LDFLAGS"
  1914.      fi
  1915.      if test -d $withval/include; then
  1916. CPPFLAGS="-I$withval/include $CPPFLAGS"
  1917.      fi
  1918.   fi
  1919.       tryopenssl=yes
  1920.       askedopenssl=yes
  1921.     fi
  1922. fi;
  1923. if test "x$tryopenssl" = "xdefaultyes"; then
  1924.   if test "x/usr/local/ssl" != x -a -d /usr/local/ssl; then
  1925.      if test -d /usr/local/ssl/lib; then
  1926.        LDFLAGS="-L/usr/local/ssl/lib $LDFLAGS"
  1927.      fi
  1928.      if test -d /usr/local/ssl/include; then
  1929. CPPFLAGS="-I/usr/local/ssl/include $CPPFLAGS"
  1930.      fi
  1931.   fi
  1932.       tryopenssl=yes
  1933. fi
  1934. # Check whether --enable-openssl or --disable-openssl was given.
  1935. if test "${enable_openssl+set}" = set; then
  1936.   enableval="$enable_openssl"
  1937.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-openssl/--without-openssl instead " >&5
  1938. echo "$as_me: error:  Invalid option. Use --with-openssl/--without-openssl instead " >&2;}
  1939.    { (exit 1); exit 1; }; }
  1940. fi;
  1941. trykrb5=defaultyes
  1942. askedkrb5=no
  1943. # Check whether --with-krb5 or --without-krb5 was given.
  1944. if test "${with_krb5+set}" = set; then
  1945.   withval="$with_krb5"
  1946.   if test "x$withval" = "xyes"; then
  1947.       trykrb5=yes
  1948.       askedkrb5=yes
  1949.       krb5path=undef
  1950.     elif test "x$withval" = "xno"; then
  1951.       trykrb5=no
  1952.       krb5path=undef
  1953.     elif test -d "$withval"; then
  1954.       trykrb5=yes
  1955.       askedkrb5=yes
  1956.       krb5path=$withval
  1957.     fi
  1958. fi;
  1959. if test "x$trykrb5" = "xdefaultyes"; then
  1960.       trykrb5=yes
  1961.       krb5path=/usr/kerberos
  1962. fi
  1963. # Check whether --enable-krb5 or --disable-krb5 was given.
  1964. if test "${enable_krb5+set}" = set; then
  1965.   enableval="$enable_krb5"
  1966.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-krb5/--without-krb5 instead " >&5
  1967. echo "$as_me: error:  Invalid option. Use --with-krb5/--without-krb5 instead " >&2;}
  1968.    { (exit 1); exit 1; }; }
  1969. fi;
  1970. # Check whether --with-rpm or --without-rpm was given.
  1971. if test "${with_rpm+set}" = set; then
  1972.   withval="$with_rpm"
  1973. fi;
  1974. # Check whether --enable-rpm or --disable-rpm was given.
  1975. if test "${enable_rpm+set}" = set; then
  1976.   enableval="$enable_rpm"
  1977.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-rpm/--without-rpm instead " >&5
  1978. echo "$as_me: error:  Invalid option. Use --with-rpm/--without-rpm instead " >&2;}
  1979.    { (exit 1); exit 1; }; }
  1980. fi;
  1981. # Check whether --enable-privacy or --disable-privacy was given.
  1982. if test "${enable_privacy+set}" = set; then
  1983.   enableval="$enable_privacy"
  1984. fi;
  1985. if test "x$enable_privacy" != "xno"; then
  1986.   cat >>confdefs.h <<_ACEOF
  1987. #define SCAPI_AUTHPRIV 1
  1988. _ACEOF
  1989. fi
  1990. # Check whether --with-privacy or --without-privacy was given.
  1991. if test "${with_privacy+set}" = set; then
  1992.   withval="$with_privacy"
  1993.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --enable-privacy/--disable-privacy instead " >&5
  1994. echo "$as_me: error:  Invalid option. Use --enable-privacy/--disable-privacy instead " >&2;}
  1995.    { (exit 1); exit 1; }; }
  1996. fi;
  1997. # Check whether --enable-internal-md5 or --disable-internal-md5 was given.
  1998. if test "${enable_internal_md5+set}" = set; then
  1999.   enableval="$enable_internal_md5"
  2000. fi;
  2001. if test "x$enable_internal_md5" = "xyes"; then
  2002.   if test "x$enable_md5" = "xno"; then
  2003.     { { echo "$as_me:$LINENO: error: You can not specify both --enable-internal-md5 and --disable-md5" >&5
  2004. echo "$as_me: error: You can not specify both --enable-internal-md5 and --disable-md5" >&2;}
  2005.    { (exit 1); exit 1; }; }
  2006.   else
  2007.     cat >>confdefs.h <<_ACEOF
  2008. #define USE_INTERNAL_MD5 1
  2009. _ACEOF
  2010.   fi
  2011. fi
  2012. # Check whether --with-internal-md5 or --without-internal-md5 was given.
  2013. if test "${with_internal_md5+set}" = set; then
  2014.   withval="$with_internal_md5"
  2015.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --enable-internal-md5/--disable-internal-md5 instead " >&5
  2016. echo "$as_me: error:  Invalid option. Use --enable-internal-md5/--disable-internal-md5 instead " >&2;}
  2017.    { (exit 1); exit 1; }; }
  2018. fi;
  2019. # Check whether --enable-agentx-dom-sock-only or --disable-agentx-dom-sock-only was given.
  2020. if test "${enable_agentx_dom_sock_only+set}" = set; then
  2021.   enableval="$enable_agentx_dom_sock_only"
  2022.   cat >>confdefs.h <<_ACEOF
  2023. #define AGENTX_DOM_SOCK_ONLY 1
  2024. _ACEOF
  2025. fi;
  2026. # Check whether --with-agentx-dom-sock-only or --without-agentx-dom-sock-only was given.
  2027. if test "${with_agentx_dom_sock_only+set}" = set; then
  2028.   withval="$with_agentx_dom_sock_only"
  2029.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --enable-agentx-dom-sock-only/--disable-agentx-dom-sock-only instead " >&5
  2030. echo "$as_me: error:  Invalid option. Use --enable-agentx-dom-sock-only/--disable-agentx-dom-sock-only instead " >&2;}
  2031.    { (exit 1); exit 1; }; }
  2032. fi;
  2033. # Check whether --with-opaque-special-types or --without-opaque-special-types was given.
  2034. if test "${with_opaque_special_types+set}" = set; then
  2035.   withval="$with_opaque_special_types"
  2036. fi;
  2037. # Check whether --enable-opaque-special-types or --disable-opaque-special-types was given.
  2038. if test "${enable_opaque_special_types+set}" = set; then
  2039.   enableval="$enable_opaque_special_types"
  2040.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-opaque-special-types/--without-opaque-special-types instead " >&5
  2041. echo "$as_me: error:  Invalid option. Use --with-opaque-special-types/--without-opaque-special-types instead " >&2;}
  2042.    { (exit 1); exit 1; }; }
  2043. fi;
  2044. # Check whether --with-mibdirs or --without-mibdirs was given.
  2045. if test "${with_mibdirs+set}" = set; then
  2046.   withval="$with_mibdirs"
  2047.   DEFAULT_MIBDIRS="$with_mibdirs"
  2048.     cat >>confdefs.h <<_ACEOF
  2049. #define DEFAULT_MIBDIRS "$with_mibdirs"
  2050. _ACEOF
  2051. fi;
  2052. # Check whether --enable-mibdirs or --disable-mibdirs was given.
  2053. if test "${enable_mibdirs+set}" = set; then
  2054.   enableval="$enable_mibdirs"
  2055.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-mibdirs/--without-mibdirs instead " >&5
  2056. echo "$as_me: error:  Invalid option. Use --with-mibdirs/--without-mibdirs instead " >&2;}
  2057.    { (exit 1); exit 1; }; }
  2058. fi;
  2059. # Check whether --with-mibs or --without-mibs was given.
  2060. if test "${with_mibs+set}" = set; then
  2061.   withval="$with_mibs"
  2062.   DEFAULT_MIBS="$with_mibs"
  2063. fi;
  2064. # enable-mibs is valid too, but means something else
  2065. # Check whether --with-mibfiles or --without-mibfiles was given.
  2066. if test "${with_mibfiles+set}" = set; then
  2067.   withval="$with_mibfiles"
  2068.   cat >>confdefs.h <<_ACEOF
  2069. #define DEFAULT_MIBFILES "$with_mibfiles"
  2070. _ACEOF
  2071. fi;
  2072. # Check whether --enable-mibfiles or --disable-mibfiles was given.
  2073. if test "${enable_mibfiles+set}" = set; then
  2074.   enableval="$enable_mibfiles"
  2075.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-mibfiles/--without-mibfiles instead " >&5
  2076. echo "$as_me: error:  Invalid option. Use --with-mibfiles/--without-mibfiles instead " >&2;}
  2077.    { (exit 1); exit 1; }; }
  2078. fi;
  2079. # Check whether --enable-mib-config-checking or --disable-mib-config-checking was given.
  2080. if test "${enable_mib_config_checking+set}" = set; then
  2081.   enableval="$enable_mib_config_checking"
  2082.   with_mib_cfg_checks="yes"
  2083. else
  2084.   with_mib_cfg_checks="no"
  2085. fi;
  2086. # Check whether --with-mib-config-checking or --without-mib-config-checking was given.
  2087. if test "${with_mib_config_checking+set}" = set; then
  2088.   withval="$with_mib_config_checking"
  2089.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --enable-mib-config-checking/--disable-mib-config-checking instead " >&5
  2090. echo "$as_me: error:  Invalid option. Use --enable-mib-config-checking/--disable-mib-config-checking instead " >&2;}
  2091.    { (exit 1); exit 1; }; }
  2092. fi;
  2093. # Check whether --enable-mfd-rewrites or --disable-mfd-rewrites was given.
  2094. if test "${enable_mfd_rewrites+set}" = set; then
  2095.   enableval="$enable_mfd_rewrites"
  2096. fi;
  2097. if test "x$enable_mfd_rewrites" = "xyes"; then
  2098.    cat >>confdefs.h <<_ACEOF
  2099. #define NETSNMP_ENABLE_MFD_REWRITES 1
  2100. _ACEOF
  2101. fi
  2102. # Check whether --with-mfd-rewrites or --without-mfd-rewrites was given.
  2103. if test "${with_mfd_rewrites+set}" = set; then
  2104.   withval="$with_mfd_rewrites"
  2105.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --enable-mfd-rewrites/--disable-mfd-rewrites instead " >&5
  2106. echo "$as_me: error:  Invalid option. Use --enable-mfd-rewrites/--disable-mfd-rewrites instead " >&2;}
  2107.    { (exit 1); exit 1; }; }
  2108. fi;
  2109. askedpkcs=no
  2110. # Check whether --with-pkcs or --without-pkcs was given.
  2111. if test "${with_pkcs+set}" = set; then
  2112.   withval="$with_pkcs"
  2113.   if test "x$withval" = "xyes"; then
  2114.       askedpkcs=yes
  2115.     elif test "x$withval" = "xno"; then
  2116.       askedpkcs=no
  2117.     elif test -d "$withval"; then
  2118.   if test "x$withval" != x -a -d $withval; then
  2119.      if test -d $withval/lib; then
  2120.        LDFLAGS="-L$withval/lib $LDFLAGS"
  2121.      fi
  2122.      if test -d $withval/include; then
  2123. CPPFLAGS="-I$withval/include $CPPFLAGS"
  2124.      fi
  2125.   fi
  2126.       askedpkcs=yes
  2127.     fi
  2128. fi;
  2129. # Check whether --enable-pkcs or --disable-pkcs was given.
  2130. if test "${enable_pkcs+set}" = set; then
  2131.   enableval="$enable_pkcs"
  2132.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-pkcs/--without-pkcs instead " >&5
  2133. echo "$as_me: error:  Invalid option. Use --with-pkcs/--without-pkcs instead " >&2;}
  2134.    { (exit 1); exit 1; }; }
  2135. fi;
  2136. # Check whether --enable-testing-code or --disable-testing-code was given.
  2137. if test "${enable_testing_code+set}" = set; then
  2138.   enableval="$enable_testing_code"
  2139.   cat >>confdefs.h <<_ACEOF
  2140. #define SNMP_TESTING_CODE 1
  2141. _ACEOF
  2142. fi;
  2143. # Check whether --with-testing-code or --without-testing-code was given.
  2144. if test "${with_testing_code+set}" = set; then
  2145.   withval="$with_testing_code"
  2146.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --enable-testing-code/--disable-testing-code instead " >&5
  2147. echo "$as_me: error:  Invalid option. Use --enable-testing-code/--disable-testing-code instead " >&2;}
  2148.    { (exit 1); exit 1; }; }
  2149. fi;
  2150. # Check whether --enable-reentrant or --disable-reentrant was given.
  2151. if test "${enable_reentrant+set}" = set; then
  2152.   enableval="$enable_reentrant"
  2153.   with_res_locks="yes"
  2154. else
  2155.   with_res_locks="no"
  2156. fi;
  2157. # Check whether --with-reentrant or --without-reentrant was given.
  2158. if test "${with_reentrant+set}" = set; then
  2159.   withval="$with_reentrant"
  2160.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --enable-reentrant/--disable-reentrant instead " >&5
  2161. echo "$as_me: error:  Invalid option. Use --enable-reentrant/--disable-reentrant instead " >&2;}
  2162.    { (exit 1); exit 1; }; }
  2163. fi;
  2164. # Check whether --with-root-access or --without-root-access was given.
  2165. if test "${with_root_access+set}" = set; then
  2166.   withval="$with_root_access"
  2167. fi;
  2168. # Check whether --enable-root-access or --disable-root-access was given.
  2169. if test "${enable_root_access+set}" = set; then
  2170.   enableval="$enable_root_access"
  2171.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-root-access/--without-root-access instead " >&5
  2172. echo "$as_me: error:  Invalid option. Use --with-root-access/--without-root-access instead " >&2;}
  2173.    { (exit 1); exit 1; }; }
  2174. fi;
  2175. # Check whether --with-kmem-usage or --without-kmem-usage was given.
  2176. if test "${with_kmem_usage+set}" = set; then
  2177.   withval="$with_kmem_usage"
  2178. fi;
  2179. # Check whether --enable-kmem-usage or --disable-kmem-usage was given.
  2180. if test "${enable_kmem_usage+set}" = set; then
  2181.   enableval="$enable_kmem_usage"
  2182.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-kmem-usage/--without-kmem-usage instead " >&5
  2183. echo "$as_me: error:  Invalid option. Use --with-kmem-usage/--without-kmem-usage instead " >&2;}
  2184.    { (exit 1); exit 1; }; }
  2185. fi;
  2186. # Check whether --with-dummy-values or --without-dummy-values was given.
  2187. if test "${with_dummy_values+set}" = set; then
  2188.   withval="$with_dummy_values"
  2189. fi;
  2190. # Check whether --enable-dummy-values or --disable-dummy-values was given.
  2191. if test "${enable_dummy_values+set}" = set; then
  2192.   enableval="$enable_dummy_values"
  2193.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-dummy-values/--without-dummy-values instead " >&5
  2194. echo "$as_me: error:  Invalid option. Use --with-dummy-values/--without-dummy-values instead " >&2;}
  2195.    { (exit 1); exit 1; }; }
  2196. fi;
  2197. # Check whether --with-persistent-directory or --without-persistent-directory was given.
  2198. if test "${with_persistent_directory+set}" = set; then
  2199.   withval="$with_persistent_directory"
  2200.   ac_cv_user_prompt_PERSISTENT_DIRECTORY="$with_persistent_directory"
  2201. fi;
  2202. # Check whether --enable-persistent-directory or --disable-persistent-directory was given.
  2203. if test "${enable_persistent_directory+set}" = set; then
  2204.   enableval="$enable_persistent_directory"
  2205.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-persistent-directory/--without-persistent-directory instead " >&5
  2206. echo "$as_me: error:  Invalid option. Use --with-persistent-directory/--without-persistent-directory instead " >&2;}
  2207.    { (exit 1); exit 1; }; }
  2208. fi;
  2209. # Check whether --with-copy_persistent_files or --without-copy_persistent_files was given.
  2210. if test "${with_copy_persistent_files+set}" = set; then
  2211.   withval="$with_copy_persistent_files"
  2212.   ac_cv_user_prompt_COPY_PERSISTENT_FILES="$with_copy_persistent_files"
  2213. fi;
  2214. # Check whether --enable-copy_persistent_files or --disable-copy_persistent_files was given.
  2215. if test "${enable_copy_persistent_files+set}" = set; then
  2216.   enableval="$enable_copy_persistent_files"
  2217.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-copy_persistent_files/--without-copy_persistent_files instead " >&5
  2218. echo "$as_me: error:  Invalid option. Use --with-copy_persistent_files/--without-copy_persistent_files instead " >&2;}
  2219.    { (exit 1); exit 1; }; }
  2220. fi;
  2221. # Check whether --with-default-snmp-version or --without-default-snmp-version was given.
  2222. if test "${with_default_snmp_version+set}" = set; then
  2223.   withval="$with_default_snmp_version"
  2224.   ac_cv_user_prompt_DEFAULT_SNMP_VERSION="$with_default_snmp_version"
  2225. fi;
  2226. # Check whether --enable-default-snmp-version or --disable-default-snmp-version was given.
  2227. if test "${enable_default_snmp_version+set}" = set; then
  2228.   enableval="$enable_default_snmp_version"
  2229.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-default-snmp-version/--without-default-snmp-version instead " >&5
  2230. echo "$as_me: error:  Invalid option. Use --with-default-snmp-version/--without-default-snmp-version instead " >&2;}
  2231.    { (exit 1); exit 1; }; }
  2232. fi;
  2233. # we test this now and later as well.  we test it now so configure can die
  2234. # early on with an error rather than waiting till the end of the script.
  2235. if test "x$ac_cv_user_prompt_DEFAULT_SNMP_VERSION" != "x"; then
  2236.   if test "$ac_cv_user_prompt_DEFAULT_SNMP_VERSION" != "1" -a "$ac_cv_user_prompt_DEFAULT_SNMP_VERSION" != "2" -a "$ac_cv_user_prompt_DEFAULT_SNMP_VERSION" != "3"; then
  2237.     { { echo "$as_me:$LINENO: error: Illegal version number passed to --with-default-snmp-version" >&5
  2238. echo "$as_me: error: Illegal version number passed to --with-default-snmp-version" >&2;}
  2239.    { (exit 1); exit 1; }; }
  2240.   fi
  2241. fi
  2242. # Check whether --with-sys_contact or --without-sys_contact was given.
  2243. if test "${with_sys_contact+set}" = set; then
  2244.   withval="$with_sys_contact"
  2245.   ac_cv_user_prompt_SYS_CONTACT="$with_sys_contact"
  2246. fi;
  2247. # Check whether --enable-sys_contact or --disable-sys_contact was given.
  2248. if test "${enable_sys_contact+set}" = set; then
  2249.   enableval="$enable_sys_contact"
  2250.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-sys-contact/--without-sys-contact instead " >&5
  2251. echo "$as_me: error:  Invalid option. Use --with-sys-contact/--without-sys-contact instead " >&2;}
  2252.    { (exit 1); exit 1; }; }
  2253. fi;
  2254. # Check whether --with-sys_location or --without-sys_location was given.
  2255. if test "${with_sys_location+set}" = set; then
  2256.   withval="$with_sys_location"
  2257.   ac_cv_user_prompt_SYS_LOC="$with_sys_location"
  2258. fi;
  2259. # Check whether --enable-sys_location or --disable-sys_location was given.
  2260. if test "${enable_sys_location+set}" = set; then
  2261.   enableval="$enable_sys_location"
  2262.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-sys-location/--without-sys-location instead " >&5
  2263. echo "$as_me: error:  Invalid option. Use --with-sys-location/--without-sys-location instead " >&2;}
  2264.    { (exit 1); exit 1; }; }
  2265. fi;
  2266. # Check whether --with-logfile or --without-logfile was given.
  2267. if test "${with_logfile+set}" = set; then
  2268.   withval="$with_logfile"
  2269.   ac_cv_user_prompt_LOGFILE="$with_logfile"
  2270. fi;
  2271. # Check whether --enable-logfile or --disable-logfile was given.
  2272. if test "${enable_logfile+set}" = set; then
  2273.   enableval="$enable_logfile"
  2274.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-logfile/--without-logfile instead " >&5
  2275. echo "$as_me: error:  Invalid option. Use --with-logfile/--without-logfile instead " >&2;}
  2276.    { (exit 1); exit 1; }; }
  2277. fi;
  2278. # This can't be within AC_ARG_WITH.  I don't want to read autoconf m4
  2279. # to find out why.
  2280. # Check whether --with-transports or --without-transports was given.
  2281. if test "${with_transports+set}" = set; then
  2282.   withval="$with_transports"
  2283. fi;
  2284. # Check whether --with-out_transports or --without-out_transports was given.
  2285. if test "${with_out_transports+set}" = set; then
  2286.   withval="$with_out_transports"
  2287. fi;
  2288. #
  2289. # Catch common mistakes in transport options
  2290. #
  2291. # Check whether --with-transport or --without-transport was given.
  2292. if test "${with_transport+set}" = set; then
  2293.   withval="$with_transport"
  2294.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-transports/--without-transports instead " >&5
  2295. echo "$as_me: error:  Invalid option. Use --with-transports/--without-transports instead " >&2;}
  2296.    { (exit 1); exit 1; }; }
  2297. fi;
  2298. # Check whether --with-out-transport or --without-out-transport was given.
  2299. if test "${with_out_transport+set}" = set; then
  2300.   withval="$with_out_transport"
  2301.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-out-transports/--without-out-transports instead " >&5
  2302. echo "$as_me: error:  Invalid option. Use --with-out-transports/--without-out-transports instead " >&2;}
  2303.    { (exit 1); exit 1; }; }
  2304. fi;
  2305. #
  2306. # security modules
  2307. #
  2308. # Check whether --with-security-modules or --without-security-modules was given.
  2309. if test "${with_security_modules+set}" = set; then
  2310.   withval="$with_security_modules"
  2311. fi;
  2312. # Check whether --enable-security-modules or --disable-security-modules was given.
  2313. if test "${enable_security_modules+set}" = set; then
  2314.   enableval="$enable_security_modules"
  2315.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-security-modules/--without-security-modules instead " >&5
  2316. echo "$as_me: error:  Invalid option. Use --with-security-modules/--without-security-modules instead " >&2;}
  2317.    { (exit 1); exit 1; }; }
  2318. fi;
  2319. #
  2320. # mib modules
  2321. #
  2322. # Check whether --with-mib_modules or --without-mib_modules was given.
  2323. if test "${with_mib_modules+set}" = set; then
  2324.   withval="$with_mib_modules"
  2325. fi;
  2326. # Check whether --enable-mib_modules or --disable-mib_modules was given.
  2327. if test "${enable_mib_modules+set}" = set; then
  2328.   enableval="$enable_mib_modules"
  2329.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-mib-modules/--without-mib-modules instead " >&5
  2330. echo "$as_me: error:  Invalid option. Use --with-mib-modules/--without-mib-modules instead " >&2;}
  2331.    { (exit 1); exit 1; }; }
  2332. fi;
  2333. # Check whether --with-out_mib_modules or --without-out_mib_modules was given.
  2334. if test "${with_out_mib_modules+set}" = set; then
  2335.   withval="$with_out_mib_modules"
  2336. fi;
  2337. # Check whether --enable-out_mib_modules or --disable-out_mib_modules was given.
  2338. if test "${enable_out_mib_modules+set}" = set; then
  2339.   enableval="$enable_out_mib_modules"
  2340.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-out-mib-modules/--without-out-mib-modules instead " >&5
  2341. echo "$as_me: error:  Invalid option. Use --with-out-mib-modules/--without-out-mib-modules instead " >&2;}
  2342.    { (exit 1); exit 1; }; }
  2343. fi;
  2344. #
  2345. # Check whether --with-enterprise-oid or --without-enterprise-oid was given.
  2346. if test "${with_enterprise_oid+set}" = set; then
  2347.   withval="$with_enterprise_oid"
  2348.   if test "$withval" = yes; then
  2349.     { { echo "$as_me:$LINENO: error:  Please provide a value for the enterprise number " >&5
  2350. echo "$as_me: error:  Please provide a value for the enterprise number " >&2;}
  2351.    { (exit 1); exit 1; }; };
  2352.   fi
  2353.   cat >>confdefs.h <<_ACEOF
  2354. #define ENTERPRISE_OID $withval
  2355. _ACEOF
  2356.   ent_oid="1,3,6,1,4,1,$withval"
  2357.   cat >>confdefs.h <<_ACEOF
  2358. #define ENTERPRISE_MIB $ent_oid
  2359. _ACEOF
  2360.   ent_dot_oid="1.3.6.1.4.1.$withval"
  2361.   cat >>confdefs.h <<_ACEOF
  2362. #define ENTERPRISE_DOT_MIB $ent_dot_oid
  2363. _ACEOF
  2364.   echo "$as_me:$LINENO: result: using enterprise number $withval" >&5
  2365. echo "${ECHO_T}using enterprise number $withval" >&6
  2366. else
  2367.   echo "$as_me:$LINENO: result: using default "enterprise.net-snmp"" >&5
  2368. echo "${ECHO_T}using default "enterprise.net-snmp"" >&6
  2369. fi;
  2370. # Check whether --enable-enterprise-oid or --disable-enterprise-oid was given.
  2371. if test "${enable_enterprise_oid+set}" = set; then
  2372.   enableval="$enable_enterprise_oid"
  2373.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-enterprise-oid/--without-enterprise-oid instead " >&5
  2374. echo "$as_me: error:  Invalid option. Use --with-enterprise-oid/--without-enterprise-oid instead " >&2;}
  2375.    { (exit 1); exit 1; }; }
  2376. fi;
  2377. # Check whether --with-enterprise-sysoid or --without-enterprise-sysoid was given.
  2378. if test "${with_enterprise_sysoid+set}" = set; then
  2379.   withval="$with_enterprise_sysoid"
  2380.   if test "$withval" = yes; then
  2381.     { { echo "$as_me:$LINENO: error:  Please provide a base OID value " >&5
  2382. echo "$as_me: error:  Please provide a base OID value " >&2;}
  2383.    { (exit 1); exit 1; }; };
  2384.   fi
  2385.   sys_oid=`echo "$withval" | sed 's/^.//' | sed 's/./,/g'`
  2386.   cat >>confdefs.h <<_ACEOF
  2387. #define SYSTEM_MIB $sys_oid
  2388. _ACEOF
  2389.   sys_dot_oid=`echo "$withval" | sed 's/^.//'`
  2390.   cat >>confdefs.h <<_ACEOF
  2391. #define SYSTEM_DOT_MIB $sys_dot_oid
  2392. _ACEOF
  2393.   sysoid_len=`echo "$withval" | sed 's/^.//g' | awk -F. '{ print NF }'`
  2394.   cat >>confdefs.h <<_ACEOF
  2395. #define SYSTEM_DOT_MIB_LENGTH $sysoid_len
  2396. _ACEOF
  2397.   echo "$as_me:$LINENO: result: using enterprise sysOID $withval ...." >&5
  2398. echo "${ECHO_T}using enterprise sysOID $withval ...." >&6
  2399. else
  2400.   echo "$as_me:$LINENO: result: using default enterprise sysOID "NET-SNMP-MIB::netSnmpAgentOIDs..."" >&5
  2401. echo "${ECHO_T}using default enterprise sysOID "NET-SNMP-MIB::netSnmpAgentOIDs..."" >&6
  2402. fi;
  2403. # Check whether --enable-enterprise-sysoid or --disable-enterprise-sysoid was given.
  2404. if test "${enable_enterprise_sysoid+set}" = set; then
  2405.   enableval="$enable_enterprise_sysoid"
  2406.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-enterprise-sysoid/--without-enterprise-sysoid instead " >&5
  2407. echo "$as_me: error:  Invalid option. Use --with-enterprise-sysoid/--without-enterprise-sysoid instead " >&2;}
  2408.    { (exit 1); exit 1; }; }
  2409. fi;
  2410. # Check whether --with-enterprise-notification-oid or --without-enterprise-notification-oid was given.
  2411. if test "${with_enterprise_notification_oid+set}" = set; then
  2412.   withval="$with_enterprise_notification_oid"
  2413.   if test "$withval" = yes; then
  2414.     { { echo "$as_me:$LINENO: error:  Please provide a base OID value " >&5
  2415. echo "$as_me: error:  Please provide a base OID value " >&2;}
  2416.    { (exit 1); exit 1; }; };
  2417.   fi
  2418.   notification_oid=`echo "$withval" | sed 's/^.//' | sed 's/./,/g'`
  2419.   cat >>confdefs.h <<_ACEOF
  2420. #define NOTIFICATION_MIB $notification_oid
  2421. _ACEOF
  2422.   notification_dot_oid=`echo "$withval" | sed 's/^.//'`
  2423.   cat >>confdefs.h <<_ACEOF
  2424. #define NOTIFICATION_DOT_MIB $notification_dot_oid
  2425. _ACEOF
  2426.   notificationoid_len=`echo "$withval" | sed 's/^.//g' | awk -F. '{ print NF }'`
  2427.   cat >>confdefs.h <<_ACEOF
  2428. #define NOTIFICATION_DOT_MIB_LENGTH $notificationoid_len
  2429. _ACEOF
  2430.   echo "$as_me:$LINENO: result: using enterprise notifications $withval" >&5
  2431. echo "${ECHO_T}using enterprise notifications $withval" >&6
  2432. else
  2433.   echo "$as_me:$LINENO: result: using default notifications "NET-SNMP-MIB::netSnmpNotifications"" >&5
  2434. echo "${ECHO_T}using default notifications "NET-SNMP-MIB::netSnmpNotifications"" >&6
  2435. fi;
  2436. # Check whether --enable-enterprise-notification-oid or --disable-enterprise-notification-oid was given.
  2437. if test "${enable_enterprise_notification_oid+set}" = set; then
  2438.   enableval="$enable_enterprise_notification_oid"
  2439.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-enterprise-notification-oid/--without-enterprise-notification-oid instead " >&5
  2440. echo "$as_me: error:  Invalid option. Use --with-enterprise-notification-oid/--without-enterprise-notification-oid instead " >&2;}
  2441.    { (exit 1); exit 1; }; }
  2442. fi;
  2443. #
  2444. # Catch common mistakes in configure options
  2445. #
  2446. # Check whether --with-mib-module or --without-mib-module was given.
  2447. if test "${with_mib_module+set}" = set; then
  2448.   withval="$with_mib_module"
  2449.   { { echo "$as_me:$LINENO: error:  Invalid option1. Use --with-mib-modules instead " >&5
  2450. echo "$as_me: error:  Invalid option1. Use --with-mib-modules instead " >&2;}
  2451.    { (exit 1); exit 1; }; }
  2452. fi;
  2453. # Check whether --with-module or --without-module was given.
  2454. if test "${with_module+set}" = set; then
  2455.   withval="$with_module"
  2456.   { { echo "$as_me:$LINENO: error:  Invalid option3. Use --with-mib-modules instead " >&5
  2457. echo "$as_me: error:  Invalid option3. Use --with-mib-modules instead " >&2;}
  2458.    { (exit 1); exit 1; }; }
  2459. fi;
  2460. # Check whether --with-modules or --without-modules was given.
  2461. if test "${with_modules+set}" = set; then
  2462.   withval="$with_modules"
  2463.   { { echo "$as_me:$LINENO: error:  Invalid option4. Use --with-mib-modules instead " >&5
  2464. echo "$as_me: error:  Invalid option4. Use --with-mib-modules instead " >&2;}
  2465.    { (exit 1); exit 1; }; }
  2466. fi;
  2467. # Check whether --with-out-mib-module or --without-out-mib-module was given.
  2468. if test "${with_out_mib_module+set}" = set; then
  2469.   withval="$with_out_mib_module"
  2470.   { { echo "$as_me:$LINENO: error:  Invalid option5. Use --with-out-mib-modules instead " >&5
  2471. echo "$as_me: error:  Invalid option5. Use --with-out-mib-modules instead " >&2;}
  2472.    { (exit 1); exit 1; }; }
  2473. fi;
  2474. # Check whether --with-out-modules or --without-out-modules was given.
  2475. if test "${with_out_modules+set}" = set; then
  2476.   withval="$with_out_modules"
  2477.   { { echo "$as_me:$LINENO: error:  Invalid option7. Use --with-out-mib-modules instead " >&5
  2478. echo "$as_me: error:  Invalid option7. Use --with-out-mib-modules instead " >&2;}
  2479.    { (exit 1); exit 1; }; }
  2480. fi;
  2481. # Check whether --with-out-module or --without-out-module was given.
  2482. if test "${with_out_module+set}" = set; then
  2483.   withval="$with_out_module"
  2484.   { { echo "$as_me:$LINENO: error:  Invalid option8. Use --with-out-mib-modules instead " >&5
  2485. echo "$as_me: error:  Invalid option8. Use --with-out-mib-modules instead " >&2;}
  2486.    { (exit 1); exit 1; }; }
  2487. fi;
  2488. #
  2489. # Perl specific
  2490. #
  2491. # Check whether --with-perl-modules or --without-perl-modules was given.
  2492. if test "${with_perl_modules+set}" = set; then
  2493.   withval="$with_perl_modules"
  2494.     install_perl=yes
  2495.     if test "$withval" = yes; then
  2496.       PERLARGS=""
  2497.     else
  2498.       PERLARGS="$withval"
  2499.     fi
  2500. fi;
  2501. # Check whether --enable-embedded-perl or --disable-embedded-perl was given.
  2502. if test "${enable_embedded_perl+set}" = set; then
  2503.   enableval="$enable_embedded_perl"
  2504.   embed_perl="$enableval"
  2505. else
  2506.   embed_perl="no"
  2507. fi;
  2508. # Common perl mistakes
  2509. # Check whether --enable-perl-modules or --disable-perl-modules was given.
  2510. if test "${enable_perl_modules+set}" = set; then
  2511.   enableval="$enable_perl_modules"
  2512.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-perl-modules/--without-perl-modules instead " >&5
  2513. echo "$as_me: error:  Invalid option. Use --with-perl-modules/--without-perl-modules instead " >&2;}
  2514.    { (exit 1); exit 1; }; }
  2515. fi;
  2516. # Check whether --with-embedded-perl or --without-embedded-perl was given.
  2517. if test "${with_embedded_perl+set}" = set; then
  2518.   withval="$with_embedded_perl"
  2519.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --enable-embedded-perl=(yes|no) instead " >&5
  2520. echo "$as_me: error:  Invalid option. Use --enable-embedded-perl=(yes|no) instead " >&2;}
  2521.    { (exit 1); exit 1; }; }
  2522. fi;
  2523. # Check whether --with-server-send-buf or --without-server-send-buf was given.
  2524. if test "${with_server_send_buf+set}" = set; then
  2525.   withval="$with_server_send_buf"
  2526.    if test "$withval" = yes; then
  2527.     { { echo "$as_me:$LINENO: error:  Please provide a positive number for the server send buffer " >&5
  2528. echo "$as_me: error:  Please provide a positive number for the server send buffer " >&2;}
  2529.    { (exit 1); exit 1; }; }
  2530.    fi
  2531.    cat >>confdefs.h <<_ACEOF
  2532. #define DEFAULT_SERVER_SEND_BUF $withval
  2533. _ACEOF
  2534. else
  2535.   echo "$as_me:$LINENO: result: using OS default send buffer size for server sockets" >&5
  2536. echo "${ECHO_T}using OS default send buffer size for server sockets" >&6
  2537. fi;
  2538. # Check whether --enable-server-send-buf or --disable-server-send-buf was given.
  2539. if test "${enable_server_send_buf+set}" = set; then
  2540.   enableval="$enable_server_send_buf"
  2541.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-server-send-buf/--without-server-send-buf instead " >&5
  2542. echo "$as_me: error:  Invalid option. Use --with-server-send-buf/--without-server-send-buf instead " >&2;}
  2543.    { (exit 1); exit 1; }; }
  2544. fi;
  2545. # Check whether --with-server-recv-buf or --without-server-recv-buf was given.
  2546. if test "${with_server_recv_buf+set}" = set; then
  2547.   withval="$with_server_recv_buf"
  2548.   if test "$withval" = yes; then
  2549.     { { echo "$as_me:$LINENO: error:  Please provide a positive number for the server recv buffer " >&5
  2550. echo "$as_me: error:  Please provide a positive number for the server recv buffer " >&2;}
  2551.    { (exit 1); exit 1; }; }
  2552.   fi
  2553.   cat >>confdefs.h <<_ACEOF
  2554. #define DEFAULT_SERVER_RECV_BUF $withval
  2555. _ACEOF
  2556. else
  2557.   echo "$as_me:$LINENO: result: using OS default recv buffer size for server sockets" >&5
  2558. echo "${ECHO_T}using OS default recv buffer size for server sockets" >&6
  2559. fi;
  2560. # Check whether --enable-server-recv-buf or --disable-server-recv-buf was given.
  2561. if test "${enable_server_recv_buf+set}" = set; then
  2562.   enableval="$enable_server_recv_buf"
  2563.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-server-recv-buf/--without-server-recv-buf instead " >&5
  2564. echo "$as_me: error:  Invalid option. Use --with-server-recv-buf/--without-server-recv-buf instead " >&2;}
  2565.    { (exit 1); exit 1; }; }
  2566. fi;
  2567. # Check whether --with-client-send-buf or --without-client-send-buf was given.
  2568. if test "${with_client_send_buf+set}" = set; then
  2569.   withval="$with_client_send_buf"
  2570.   if test "$withval" = yes; then
  2571.     { { echo "$as_me:$LINENO: error:  Please provide a positive number for the client send buffer " >&5
  2572. echo "$as_me: error:  Please provide a positive number for the client send buffer " >&2;}
  2573.    { (exit 1); exit 1; }; }
  2574.   fi
  2575.   cat >>confdefs.h <<_ACEOF
  2576. #define DEFAULT_CLIENT_SEND_BUF $withval
  2577. _ACEOF
  2578. else
  2579.   echo "$as_me:$LINENO: result: using OS default send buffer size for client sockets" >&5
  2580. echo "${ECHO_T}using OS default send buffer size for client sockets" >&6
  2581. fi;
  2582. # Check whether --enable-client-send-buf or --disable-client-send-buf was given.
  2583. if test "${enable_client_send_buf+set}" = set; then
  2584.   enableval="$enable_client_send_buf"
  2585.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-client-send-buf/--without-client-send-buf instead " >&5
  2586. echo "$as_me: error:  Invalid option. Use --with-client-send-buf/--without-client-send-buf instead " >&2;}
  2587.    { (exit 1); exit 1; }; }
  2588. fi;
  2589. # Check whether --with-client-recv-buf or --without-client-recv-buf was given.
  2590. if test "${with_client_recv_buf+set}" = set; then
  2591.   withval="$with_client_recv_buf"
  2592.   if test "$withval" = yes; then
  2593.     { { echo "$as_me:$LINENO: error:  Please provide a positive number for the client recv buffer " >&5
  2594. echo "$as_me: error:  Please provide a positive number for the client recv buffer " >&2;}
  2595.    { (exit 1); exit 1; }; }
  2596.   fi
  2597.   cat >>confdefs.h <<_ACEOF
  2598. #define DEFAULT_CLIENT_RECV_BUF $withval
  2599. _ACEOF
  2600. else
  2601.   echo "$as_me:$LINENO: result: using OS default recv buffer size for client sockets" >&5
  2602. echo "${ECHO_T}using OS default recv buffer size for client sockets" >&6
  2603. fi;
  2604. # Check whether --enable-client-recv-buf or --disable-client-recv-buf was given.
  2605. if test "${enable_client_recv_buf+set}" = set; then
  2606.   enableval="$enable_client_recv_buf"
  2607.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-client-recv-buf/--without-client-recv-buf instead " >&5
  2608. echo "$as_me: error:  Invalid option. Use --with-client-recv-buf/--without-client-recv-buf instead " >&2;}
  2609.    { (exit 1); exit 1; }; }
  2610. fi;
  2611. #
  2612. # otherwise prompted information
  2613. #
  2614. # Check whether --with-defaults or --without-defaults was given.
  2615. if test "${with_defaults+set}" = set; then
  2616.   withval="$with_defaults"
  2617.   defaults="yes"
  2618. else
  2619.   defaults="no"
  2620. fi;
  2621. # Check whether --enable-defaults or --disable-defaults was given.
  2622. if test "${enable_defaults+set}" = set; then
  2623.   enableval="$enable_defaults"
  2624.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --with-defaults/--without-defaults instead " >&5
  2625. echo "$as_me: error:  Invalid option. Use --with-defaults/--without-defaults instead " >&2;}
  2626.    { (exit 1); exit 1; }; }
  2627. fi;
  2628. # Check whether --enable-ucd-snmp-compatibility or --disable-ucd-snmp-compatibility was given.
  2629. if test "${enable_ucd_snmp_compatibility+set}" = set; then
  2630.   enableval="$enable_ucd_snmp_compatibility"
  2631.   ucd_compat=yes
  2632. else
  2633.   ucd_compat=no
  2634. fi;
  2635. # Check whether --with-ucd-snmp-compatibility or --without-ucd-snmp-compatibility was given.
  2636. if test "${with_ucd_snmp_compatibility+set}" = set; then
  2637.   withval="$with_ucd_snmp_compatibility"
  2638.   { { echo "$as_me:$LINENO: error:  Invalid option. Use --enable-ucd-snmp-compatibility/--disable-ucd-snmp-compatibility instead " >&5
  2639. echo "$as_me: error:  Invalid option. Use --enable-ucd-snmp-compatibility/--disable-ucd-snmp-compatibility instead " >&2;}
  2640.    { (exit 1); exit 1; }; }
  2641. fi;
  2642. #
  2643. # setup install targets
  2644. #
  2645. if test "x$ucd_compat" != "xno" ; then
  2646.   installucdheaders=installucdheaders
  2647.   installucdlibs=installucdlibs
  2648.   cat >> configure-summary << EOF
  2649.   UCD-SNMP compatability:     enabled
  2650. EOF
  2651. fi
  2652. # Only define if specifically chosen as --without (i.e., default to true).
  2653. if test "x$with_root_access" = "xno"; then
  2654.   cat >>confdefs.h <<_ACEOF
  2655. #define NO_ROOT_ACCESS 1
  2656. _ACEOF
  2657. fi
  2658. # Only define if specifically chosen as --without (i.e., default to true).
  2659. if test "x$with_kmem_usage" = "xno"; then
  2660.   cat >>confdefs.h <<_ACEOF
  2661. #define NO_KMEM_USAGE 1
  2662. _ACEOF
  2663. fi
  2664. # Define unless specifically suppressed (i.e., option defaults to false).
  2665. if test "x$with_dummy_values" != "xyes"; then
  2666.   cat >>confdefs.h <<_ACEOF
  2667. #define NO_DUMMY_VALUES 1
  2668. _ACEOF
  2669. fi
  2670. # Only define if specifically chosen as --without (i.e., default to true).
  2671. if test "x$with_opaque_special_types" != "xno"; then
  2672.   cat >>confdefs.h <<_ACEOF
  2673. #define OPAQUE_SPECIAL_TYPES 1
  2674. _ACEOF
  2675. fi
  2676. # overflow problems with hpux's sh
  2677. # taken from Perl's Configure script
  2678. echo "$as_me:$LINENO: checking if I need to feed myself to ksh" >&5
  2679. echo $ECHO_N "checking if I need to feed myself to ksh... $ECHO_C" >&6
  2680. if test -f /hp-ux -a -f /bin/ksh; then
  2681.   if (PATH=.; alias -x) >/dev/null 2>&1; then
  2682.     echo "$as_me:$LINENO: result: no" >&5
  2683. echo "${ECHO_T}no" >&6
  2684.   else
  2685.     echo "$as_me:$LINENO: result: yes" >&5
  2686. echo "${ECHO_T}yes" >&6
  2687.     if test "x$1" = "x"; then
  2688.       exec /bin/ksh $0
  2689.     else
  2690.       exec /bin/ksh $0 "$@"
  2691.     fi
  2692.   fi
  2693. else
  2694.   echo "$as_me:$LINENO: result: no" >&5
  2695. echo "${ECHO_T}no" >&6
  2696. fi
  2697. if test "x$developer" != "xno" -a -f $srcdir/remove-files; then
  2698.   # turn on the developer flag when taken from a CVS checkout (not a release)
  2699.   developer="yes"
  2700. fi
  2701. # disable --enable-shared by default in cvs/developer cases.
  2702. if test "x$developer" = "xyes"; then
  2703.   # don't do anything if option set via cmdline
  2704.   if test "${enable_shared+set}" != set; then
  2705.     enable_shared=no
  2706.   fi
  2707. fi
  2708. # perl requires shared libs
  2709. if test "x$embed_perl" = "xyes"; then
  2710.     if test "x$enable_shared" != "xyes"; then
  2711.       { { echo "$as_me:$LINENO: error: --enable-embedded-perl requires --enable-shared" >&5
  2712. echo "$as_me: error: --enable-embedded-perl requires --enable-shared" >&2;}
  2713.    { (exit 1); exit 1; }; }
  2714.     fi
  2715. fi
  2716. ac_ext=c
  2717. ac_cpp='$CPP $CPPFLAGS'
  2718. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2719. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2720. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2721. if test -n "$ac_tool_prefix"; then
  2722.   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  2723. set dummy ${ac_tool_prefix}gcc; ac_word=$2
  2724. echo "$as_me:$LINENO: checking for $ac_word" >&5
  2725. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2726. if test "${ac_cv_prog_CC+set}" = set; then
  2727.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2728. else
  2729.   if test -n "$CC"; then
  2730.   ac_cv_prog_CC="$CC" # Let the user override the test.
  2731. else
  2732. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2733. for as_dir in $PATH
  2734. do
  2735.   IFS=$as_save_IFS
  2736.   test -z "$as_dir" && as_dir=.
  2737.   for ac_exec_ext in '' $ac_executable_extensions; do
  2738.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2739.     ac_cv_prog_CC="${ac_tool_prefix}gcc"
  2740.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2741.     break 2
  2742.   fi
  2743. done
  2744. done
  2745. fi
  2746. fi
  2747. CC=$ac_cv_prog_CC
  2748. if test -n "$CC"; then
  2749.   echo "$as_me:$LINENO: result: $CC" >&5
  2750. echo "${ECHO_T}$CC" >&6
  2751. else
  2752.   echo "$as_me:$LINENO: result: no" >&5
  2753. echo "${ECHO_T}no" >&6
  2754. fi
  2755. fi
  2756. if test -z "$ac_cv_prog_CC"; then
  2757.   ac_ct_CC=$CC
  2758.   # Extract the first word of "gcc", so it can be a program name with args.
  2759. set dummy gcc; ac_word=$2
  2760. echo "$as_me:$LINENO: checking for $ac_word" >&5
  2761. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2762. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  2763.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2764. else
  2765.   if test -n "$ac_ct_CC"; then
  2766.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  2767. else
  2768. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2769. for as_dir in $PATH
  2770. do
  2771.   IFS=$as_save_IFS
  2772.   test -z "$as_dir" && as_dir=.
  2773.   for ac_exec_ext in '' $ac_executable_extensions; do
  2774.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2775.     ac_cv_prog_ac_ct_CC="gcc"
  2776.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2777.     break 2
  2778.   fi
  2779. done
  2780. done
  2781. fi
  2782. fi
  2783. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  2784. if test -n "$ac_ct_CC"; then
  2785.   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  2786. echo "${ECHO_T}$ac_ct_CC" >&6
  2787. else
  2788.   echo "$as_me:$LINENO: result: no" >&5
  2789. echo "${ECHO_T}no" >&6
  2790. fi
  2791.   CC=$ac_ct_CC
  2792. else
  2793.   CC="$ac_cv_prog_CC"
  2794. fi
  2795. if test -z "$CC"; then
  2796.   if test -n "$ac_tool_prefix"; then
  2797.   # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
  2798. set dummy ${ac_tool_prefix}cc; ac_word=$2
  2799. echo "$as_me:$LINENO: checking for $ac_word" >&5
  2800. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2801. if test "${ac_cv_prog_CC+set}" = set; then
  2802.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2803. else
  2804.   if test -n "$CC"; then
  2805.   ac_cv_prog_CC="$CC" # Let the user override the test.
  2806. else
  2807. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2808. for as_dir in $PATH
  2809. do
  2810.   IFS=$as_save_IFS
  2811.   test -z "$as_dir" && as_dir=.
  2812.   for ac_exec_ext in '' $ac_executable_extensions; do
  2813.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2814.     ac_cv_prog_CC="${ac_tool_prefix}cc"
  2815.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2816.     break 2
  2817.   fi
  2818. done
  2819. done
  2820. fi
  2821. fi
  2822. CC=$ac_cv_prog_CC
  2823. if test -n "$CC"; then
  2824.   echo "$as_me:$LINENO: result: $CC" >&5
  2825. echo "${ECHO_T}$CC" >&6
  2826. else
  2827.   echo "$as_me:$LINENO: result: no" >&5
  2828. echo "${ECHO_T}no" >&6
  2829. fi
  2830. fi
  2831. if test -z "$ac_cv_prog_CC"; then
  2832.   ac_ct_CC=$CC
  2833.   # Extract the first word of "cc", so it can be a program name with args.
  2834. set dummy cc; ac_word=$2
  2835. echo "$as_me:$LINENO: checking for $ac_word" >&5
  2836. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2837. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  2838.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2839. else
  2840.   if test -n "$ac_ct_CC"; then
  2841.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  2842. else
  2843. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2844. for as_dir in $PATH
  2845. do
  2846.   IFS=$as_save_IFS
  2847.   test -z "$as_dir" && as_dir=.
  2848.   for ac_exec_ext in '' $ac_executable_extensions; do
  2849.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2850.     ac_cv_prog_ac_ct_CC="cc"
  2851.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2852.     break 2
  2853.   fi
  2854. done
  2855. done
  2856. fi
  2857. fi
  2858. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  2859. if test -n "$ac_ct_CC"; then
  2860.   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  2861. echo "${ECHO_T}$ac_ct_CC" >&6
  2862. else
  2863.   echo "$as_me:$LINENO: result: no" >&5
  2864. echo "${ECHO_T}no" >&6
  2865. fi
  2866.   CC=$ac_ct_CC
  2867. else
  2868.   CC="$ac_cv_prog_CC"
  2869. fi
  2870. fi
  2871. if test -z "$CC"; then
  2872.   # Extract the first word of "cc", so it can be a program name with args.
  2873. set dummy cc; ac_word=$2
  2874. echo "$as_me:$LINENO: checking for $ac_word" >&5
  2875. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2876. if test "${ac_cv_prog_CC+set}" = set; then
  2877.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2878. else
  2879.   if test -n "$CC"; then
  2880.   ac_cv_prog_CC="$CC" # Let the user override the test.
  2881. else
  2882.   ac_prog_rejected=no
  2883. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2884. for as_dir in $PATH
  2885. do
  2886.   IFS=$as_save_IFS
  2887.   test -z "$as_dir" && as_dir=.
  2888.   for ac_exec_ext in '' $ac_executable_extensions; do
  2889.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2890.     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  2891.        ac_prog_rejected=yes
  2892.        continue
  2893.      fi
  2894.     ac_cv_prog_CC="cc"
  2895.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2896.     break 2
  2897.   fi
  2898. done
  2899. done
  2900. if test $ac_prog_rejected = yes; then
  2901.   # We found a bogon in the path, so make sure we never use it.
  2902.   set dummy $ac_cv_prog_CC
  2903.   shift
  2904.   if test $# != 0; then
  2905.     # We chose a different compiler from the bogus one.
  2906.     # However, it has the same basename, so the bogon will be chosen
  2907.     # first if we set CC to just the basename; use the full file name.
  2908.     shift
  2909.     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
  2910.   fi
  2911. fi
  2912. fi
  2913. fi
  2914. CC=$ac_cv_prog_CC
  2915. if test -n "$CC"; then
  2916.   echo "$as_me:$LINENO: result: $CC" >&5
  2917. echo "${ECHO_T}$CC" >&6
  2918. else
  2919.   echo "$as_me:$LINENO: result: no" >&5
  2920. echo "${ECHO_T}no" >&6
  2921. fi
  2922. fi
  2923. if test -z "$CC"; then
  2924.   if test -n "$ac_tool_prefix"; then
  2925.   for ac_prog in cl
  2926.   do
  2927.     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  2928. set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  2929. echo "$as_me:$LINENO: checking for $ac_word" >&5
  2930. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2931. if test "${ac_cv_prog_CC+set}" = set; then
  2932.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2933. else
  2934.   if test -n "$CC"; then
  2935.   ac_cv_prog_CC="$CC" # Let the user override the test.
  2936. else
  2937. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2938. for as_dir in $PATH
  2939. do
  2940.   IFS=$as_save_IFS
  2941.   test -z "$as_dir" && as_dir=.
  2942.   for ac_exec_ext in '' $ac_executable_extensions; do
  2943.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2944.     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
  2945.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2946.     break 2
  2947.   fi
  2948. done
  2949. done
  2950. fi
  2951. fi
  2952. CC=$ac_cv_prog_CC
  2953. if test -n "$CC"; then
  2954.   echo "$as_me:$LINENO: result: $CC" >&5
  2955. echo "${ECHO_T}$CC" >&6
  2956. else
  2957.   echo "$as_me:$LINENO: result: no" >&5
  2958. echo "${ECHO_T}no" >&6
  2959. fi
  2960.     test -n "$CC" && break
  2961.   done
  2962. fi
  2963. if test -z "$CC"; then
  2964.   ac_ct_CC=$CC
  2965.   for ac_prog in cl
  2966. do
  2967.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  2968. set dummy $ac_prog; ac_word=$2
  2969. echo "$as_me:$LINENO: checking for $ac_word" >&5
  2970. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2971. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  2972.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2973. else
  2974.   if test -n "$ac_ct_CC"; then
  2975.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  2976. else
  2977. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2978. for as_dir in $PATH
  2979. do
  2980.   IFS=$as_save_IFS
  2981.   test -z "$as_dir" && as_dir=.
  2982.   for ac_exec_ext in '' $ac_executable_extensions; do
  2983.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2984.     ac_cv_prog_ac_ct_CC="$ac_prog"
  2985.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2986.     break 2
  2987.   fi
  2988. done
  2989. done
  2990. fi
  2991. fi
  2992. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  2993. if test -n "$ac_ct_CC"; then
  2994.   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  2995. echo "${ECHO_T}$ac_ct_CC" >&6
  2996. else
  2997.   echo "$as_me:$LINENO: result: no" >&5
  2998. echo "${ECHO_T}no" >&6
  2999. fi
  3000.   test -n "$ac_ct_CC" && break
  3001. done
  3002.   CC=$ac_ct_CC
  3003. fi
  3004. fi
  3005. test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in $PATH
  3006. See `config.log' for more details." >&5
  3007. echo "$as_me: error: no acceptable C compiler found in $PATH
  3008. See `config.log' for more details." >&2;}
  3009.    { (exit 1); exit 1; }; }
  3010. # Provide some information about the compiler.
  3011. echo "$as_me:$LINENO:" 
  3012.      "checking for C compiler version" >&5
  3013. ac_compiler=`set X $ac_compile; echo $2`
  3014. { (eval echo "$as_me:$LINENO: "$ac_compiler --version </dev/null >&5"") >&5
  3015.   (eval $ac_compiler --version </dev/null >&5) 2>&5
  3016.   ac_status=$?
  3017.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3018.   (exit $ac_status); }
  3019. { (eval echo "$as_me:$LINENO: "$ac_compiler -v </dev/null >&5"") >&5
  3020.   (eval $ac_compiler -v </dev/null >&5) 2>&5
  3021.   ac_status=$?
  3022.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3023.   (exit $ac_status); }
  3024. { (eval echo "$as_me:$LINENO: "$ac_compiler -V </dev/null >&5"") >&5
  3025.   (eval $ac_compiler -V </dev/null >&5) 2>&5
  3026.   ac_status=$?
  3027.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3028.   (exit $ac_status); }
  3029. cat >conftest.$ac_ext <<_ACEOF
  3030. /* confdefs.h.  */
  3031. _ACEOF
  3032. cat confdefs.h >>conftest.$ac_ext
  3033. cat >>conftest.$ac_ext <<_ACEOF
  3034. /* end confdefs.h.  */
  3035. int
  3036. main ()
  3037. {
  3038.   ;
  3039.   return 0;
  3040. }
  3041. _ACEOF
  3042. ac_clean_files_save=$ac_clean_files
  3043. ac_clean_files="$ac_clean_files a.out a.exe b.out"
  3044. # Try to create an executable without -o first, disregard a.out.
  3045. # It will help us diagnose broken compilers, and finding out an intuition
  3046. # of exeext.
  3047. echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
  3048. echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
  3049. ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
  3050. if { (eval echo "$as_me:$LINENO: "$ac_link_default"") >&5
  3051.   (eval $ac_link_default) 2>&5
  3052.   ac_status=$?
  3053.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3054.   (exit $ac_status); }; then
  3055.   # Find the output, starting from the most likely.  This scheme is
  3056. # not robust to junk in `.', hence go to wildcards (a.*) only as a last
  3057. # resort.
  3058. # Be careful to initialize this variable, since it used to be cached.
  3059. # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
  3060. ac_cv_exeext=
  3061. # b.out is created by i960 compilers.
  3062. for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
  3063. do
  3064.   test -f "$ac_file" || continue
  3065.   case $ac_file in
  3066.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
  3067. ;;
  3068.     conftest.$ac_ext )
  3069. # This is the source file.
  3070. ;;
  3071.     [ab].out )
  3072. # We found the default executable, but exeext='' is most
  3073. # certainly right.
  3074. break;;
  3075.     *.* )
  3076. ac_cv_exeext=`expr "$ac_file" : '[^.]*(..*)'`
  3077. # FIXME: I believe we export ac_cv_exeext for Libtool,
  3078. # but it would be cool to find out if it's true.  Does anybody
  3079. # maintain Libtool? --akim.
  3080. export ac_cv_exeext
  3081. break;;
  3082.     * )
  3083. break;;
  3084.   esac
  3085. done
  3086. else
  3087.   echo "$as_me: failed program was:" >&5
  3088. sed 's/^/| /' conftest.$ac_ext >&5
  3089. { { echo "$as_me:$LINENO: error: C compiler cannot create executables
  3090. See `config.log' for more details." >&5
  3091. echo "$as_me: error: C compiler cannot create executables
  3092. See `config.log' for more details." >&2;}
  3093.    { (exit 77); exit 77; }; }
  3094. fi
  3095. ac_exeext=$ac_cv_exeext
  3096. echo "$as_me:$LINENO: result: $ac_file" >&5
  3097. echo "${ECHO_T}$ac_file" >&6
  3098. # Check the compiler produces executables we can run.  If not, either
  3099. # the compiler is broken, or we cross compile.
  3100. echo "$as_me:$LINENO: checking whether the C compiler works" >&5
  3101. echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
  3102. # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
  3103. # If not cross compiling, check that we can run a simple program.
  3104. if test "$cross_compiling" != yes; then
  3105.   if { ac_try='./$ac_file'
  3106.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3107.   (eval $ac_try) 2>&5
  3108.   ac_status=$?
  3109.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3110.   (exit $ac_status); }; }; then
  3111.     cross_compiling=no
  3112.   else
  3113.     if test "$cross_compiling" = maybe; then
  3114. cross_compiling=yes
  3115.     else
  3116. { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
  3117. If you meant to cross compile, use `--host'.
  3118. See `config.log' for more details." >&5
  3119. echo "$as_me: error: cannot run C compiled programs.
  3120. If you meant to cross compile, use `--host'.
  3121. See `config.log' for more details." >&2;}
  3122.    { (exit 1); exit 1; }; }
  3123.     fi
  3124.   fi
  3125. fi
  3126. echo "$as_me:$LINENO: result: yes" >&5
  3127. echo "${ECHO_T}yes" >&6
  3128. rm -f a.out a.exe conftest$ac_cv_exeext b.out
  3129. ac_clean_files=$ac_clean_files_save
  3130. # Check the compiler produces executables we can run.  If not, either
  3131. # the compiler is broken, or we cross compile.
  3132. echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
  3133. echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
  3134. echo "$as_me:$LINENO: result: $cross_compiling" >&5
  3135. echo "${ECHO_T}$cross_compiling" >&6
  3136. echo "$as_me:$LINENO: checking for suffix of executables" >&5
  3137. echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
  3138. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  3139.   (eval $ac_link) 2>&5
  3140.   ac_status=$?
  3141.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3142.   (exit $ac_status); }; then
  3143.   # If both `conftest.exe' and `conftest' are `present' (well, observable)
  3144. # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
  3145. # work properly (i.e., refer to `conftest.exe'), while it won't with
  3146. # `rm'.
  3147. for ac_file in conftest.exe conftest conftest.*; do
  3148.   test -f "$ac_file" || continue
  3149.   case $ac_file in
  3150.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
  3151.     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*(..*)'`
  3152.   export ac_cv_exeext
  3153.   break;;
  3154.     * ) break;;
  3155.   esac
  3156. done
  3157. else
  3158.   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
  3159. See `config.log' for more details." >&5
  3160. echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
  3161. See `config.log' for more details." >&2;}
  3162.    { (exit 1); exit 1; }; }
  3163. fi
  3164. rm -f conftest$ac_cv_exeext
  3165. echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
  3166. echo "${ECHO_T}$ac_cv_exeext" >&6
  3167. rm -f conftest.$ac_ext
  3168. EXEEXT=$ac_cv_exeext
  3169. ac_exeext=$EXEEXT
  3170. echo "$as_me:$LINENO: checking for suffix of object files" >&5
  3171. echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
  3172. if test "${ac_cv_objext+set}" = set; then
  3173.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3174. else
  3175.   cat >conftest.$ac_ext <<_ACEOF
  3176. /* confdefs.h.  */
  3177. _ACEOF
  3178. cat confdefs.h >>conftest.$ac_ext
  3179. cat >>conftest.$ac_ext <<_ACEOF
  3180. /* end confdefs.h.  */
  3181. int
  3182. main ()
  3183. {
  3184.   ;
  3185.   return 0;
  3186. }
  3187. _ACEOF
  3188. rm -f conftest.o conftest.obj
  3189. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  3190.   (eval $ac_compile) 2>&5
  3191.   ac_status=$?
  3192.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3193.   (exit $ac_status); }; then
  3194.   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
  3195.   case $ac_file in
  3196.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
  3197.     *) ac_cv_objext=`expr "$ac_file" : '.*.(.*)'`
  3198.        break;;
  3199.   esac
  3200. done
  3201. else
  3202.   echo "$as_me: failed program was:" >&5
  3203. sed 's/^/| /' conftest.$ac_ext >&5
  3204. { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
  3205. See `config.log' for more details." >&5
  3206. echo "$as_me: error: cannot compute suffix of object files: cannot compile
  3207. See `config.log' for more details." >&2;}
  3208.    { (exit 1); exit 1; }; }
  3209. fi
  3210. rm -f conftest.$ac_cv_objext conftest.$ac_ext
  3211. fi
  3212. echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
  3213. echo "${ECHO_T}$ac_cv_objext" >&6
  3214. OBJEXT=$ac_cv_objext
  3215. ac_objext=$OBJEXT
  3216. echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
  3217. echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
  3218. if test "${ac_cv_c_compiler_gnu+set}" = set; then
  3219.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3220. else
  3221.   cat >conftest.$ac_ext <<_ACEOF
  3222. /* confdefs.h.  */
  3223. _ACEOF
  3224. cat confdefs.h >>conftest.$ac_ext
  3225. cat >>conftest.$ac_ext <<_ACEOF
  3226. /* end confdefs.h.  */
  3227. int
  3228. main ()
  3229. {
  3230. #ifndef __GNUC__
  3231.        choke me
  3232. #endif
  3233.   ;
  3234.   return 0;
  3235. }
  3236. _ACEOF
  3237. rm -f conftest.$ac_objext
  3238. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  3239.   (eval $ac_compile) 2>conftest.er1
  3240.   ac_status=$?
  3241.   grep -v '^ *+' conftest.er1 >conftest.err
  3242.   rm -f conftest.er1
  3243.   cat conftest.err >&5
  3244.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3245.   (exit $ac_status); } &&
  3246.  { ac_try='test -z "$ac_c_werror_flag"
  3247.  || test ! -s conftest.err'
  3248.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3249.   (eval $ac_try) 2>&5
  3250.   ac_status=$?
  3251.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3252.   (exit $ac_status); }; } &&
  3253.  { ac_try='test -s conftest.$ac_objext'
  3254.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3255.   (eval $ac_try) 2>&5
  3256.   ac_status=$?
  3257.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3258.   (exit $ac_status); }; }; then
  3259.   ac_compiler_gnu=yes
  3260. else
  3261.   echo "$as_me: failed program was:" >&5
  3262. sed 's/^/| /' conftest.$ac_ext >&5
  3263. ac_compiler_gnu=no
  3264. fi
  3265. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  3266. ac_cv_c_compiler_gnu=$ac_compiler_gnu
  3267. fi
  3268. echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
  3269. echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
  3270. GCC=`test $ac_compiler_gnu = yes && echo yes`
  3271. ac_test_CFLAGS=${CFLAGS+set}
  3272. ac_save_CFLAGS=$CFLAGS
  3273. CFLAGS="-g"
  3274. echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
  3275. echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
  3276. if test "${ac_cv_prog_cc_g+set}" = set; then
  3277.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3278. else
  3279.   cat >conftest.$ac_ext <<_ACEOF
  3280. /* confdefs.h.  */
  3281. _ACEOF
  3282. cat confdefs.h >>conftest.$ac_ext
  3283. cat >>conftest.$ac_ext <<_ACEOF
  3284. /* end confdefs.h.  */
  3285. int
  3286. main ()
  3287. {
  3288.   ;
  3289.   return 0;
  3290. }
  3291. _ACEOF
  3292. rm -f conftest.$ac_objext
  3293. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  3294.   (eval $ac_compile) 2>conftest.er1
  3295.   ac_status=$?
  3296.   grep -v '^ *+' conftest.er1 >conftest.err
  3297.   rm -f conftest.er1
  3298.   cat conftest.err >&5
  3299.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3300.   (exit $ac_status); } &&
  3301.  { ac_try='test -z "$ac_c_werror_flag"
  3302.  || test ! -s conftest.err'
  3303.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3304.   (eval $ac_try) 2>&5
  3305.   ac_status=$?
  3306.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3307.   (exit $ac_status); }; } &&
  3308.  { ac_try='test -s conftest.$ac_objext'
  3309.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3310.   (eval $ac_try) 2>&5
  3311.   ac_status=$?
  3312.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3313.   (exit $ac_status); }; }; then
  3314.   ac_cv_prog_cc_g=yes
  3315. else
  3316.   echo "$as_me: failed program was:" >&5
  3317. sed 's/^/| /' conftest.$ac_ext >&5
  3318. ac_cv_prog_cc_g=no
  3319. fi
  3320. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  3321. fi
  3322. echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
  3323. echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
  3324. if test "$ac_test_CFLAGS" = set; then
  3325.   CFLAGS=$ac_save_CFLAGS
  3326. elif test $ac_cv_prog_cc_g = yes; then
  3327.   if test "$GCC" = yes; then
  3328.     CFLAGS="-g -O2"
  3329.   else
  3330.     CFLAGS="-g"
  3331.   fi
  3332. else
  3333.   if test "$GCC" = yes; then
  3334.     CFLAGS="-O2"
  3335.   else
  3336.     CFLAGS=
  3337.   fi
  3338. fi
  3339. echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
  3340. echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
  3341. if test "${ac_cv_prog_cc_stdc+set}" = set; then
  3342.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3343. else
  3344.   ac_cv_prog_cc_stdc=no
  3345. ac_save_CC=$CC
  3346. cat >conftest.$ac_ext <<_ACEOF
  3347. /* confdefs.h.  */
  3348. _ACEOF
  3349. cat confdefs.h >>conftest.$ac_ext
  3350. cat >>conftest.$ac_ext <<_ACEOF
  3351. /* end confdefs.h.  */
  3352. #include <stdarg.h>
  3353. #include <stdio.h>
  3354. #include <sys/types.h>
  3355. #include <sys/stat.h>
  3356. /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  3357. struct buf { int x; };
  3358. FILE * (*rcsopen) (struct buf *, struct stat *, int);
  3359. static char *e (p, i)
  3360.      char **p;
  3361.      int i;
  3362. {
  3363.   return p[i];
  3364. }
  3365. static char *f (char * (*g) (char **, int), char **p, ...)
  3366. {
  3367.   char *s;
  3368.   va_list v;
  3369.   va_start (v,p);
  3370.   s = g (p, va_arg (v,int));
  3371.   va_end (v);
  3372.   return s;
  3373. }
  3374. /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
  3375.    function prototypes and stuff, but not 'xHH' hex character constants.
  3376.    These don't provoke an error unfortunately, instead are silently treated
  3377.    as 'x'.  The following induces an error, until -std1 is added to get
  3378.    proper ANSI mode.  Curiously 'x00'!='x' always comes out true, for an
  3379.    array size at least.  It's necessary to write 'x00'==0 to get something
  3380.    that's true only with -std1.  */
  3381. int osf4_cc_array ['x00' == 0 ? 1 : -1];
  3382. int test (int i, double x);
  3383. struct s1 {int (*f) (int a);};
  3384. struct s2 {int (*f) (double a);};
  3385. int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  3386. int argc;
  3387. char **argv;
  3388. int
  3389. main ()
  3390. {
  3391. return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  3392.   ;
  3393.   return 0;
  3394. }
  3395. _ACEOF
  3396. # Don't try gcc -ansi; that turns off useful extensions and
  3397. # breaks some systems' header files.
  3398. # AIX -qlanglvl=ansi
  3399. # Ultrix and OSF/1 -std1
  3400. # HP-UX 10.20 and later -Ae
  3401. # HP-UX older versions -Aa -D_HPUX_SOURCE
  3402. # SVR4 -Xc -D__EXTENSIONS__
  3403. for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  3404. do
  3405.   CC="$ac_save_CC $ac_arg"
  3406.   rm -f conftest.$ac_objext
  3407. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  3408.   (eval $ac_compile) 2>conftest.er1
  3409.   ac_status=$?
  3410.   grep -v '^ *+' conftest.er1 >conftest.err
  3411.   rm -f conftest.er1
  3412.   cat conftest.err >&5
  3413.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3414.   (exit $ac_status); } &&
  3415.  { ac_try='test -z "$ac_c_werror_flag"
  3416.  || test ! -s conftest.err'
  3417.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3418.   (eval $ac_try) 2>&5
  3419.   ac_status=$?
  3420.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3421.   (exit $ac_status); }; } &&
  3422.  { ac_try='test -s conftest.$ac_objext'
  3423.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3424.   (eval $ac_try) 2>&5
  3425.   ac_status=$?
  3426.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3427.   (exit $ac_status); }; }; then
  3428.   ac_cv_prog_cc_stdc=$ac_arg
  3429. break
  3430. else
  3431.   echo "$as_me: failed program was:" >&5
  3432. sed 's/^/| /' conftest.$ac_ext >&5
  3433. fi
  3434. rm -f conftest.err conftest.$ac_objext
  3435. done
  3436. rm -f conftest.$ac_ext conftest.$ac_objext
  3437. CC=$ac_save_CC
  3438. fi
  3439. case "x$ac_cv_prog_cc_stdc" in
  3440.   x|xno)
  3441.     echo "$as_me:$LINENO: result: none needed" >&5
  3442. echo "${ECHO_T}none needed" >&6 ;;
  3443.   *)
  3444.     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
  3445. echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
  3446.     CC="$CC $ac_cv_prog_cc_stdc" ;;
  3447. esac
  3448. # Some people use a C++ compiler to compile C.  Since we use `exit',
  3449. # in C++ we need to declare it.  In case someone uses the same compiler
  3450. # for both compiling C and C++ we need to have the C++ compiler decide
  3451. # the declaration of exit, since it's the most demanding environment.
  3452. cat >conftest.$ac_ext <<_ACEOF
  3453. #ifndef __cplusplus
  3454.   choke me
  3455. #endif
  3456. _ACEOF
  3457. rm -f conftest.$ac_objext
  3458. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  3459.   (eval $ac_compile) 2>conftest.er1
  3460.   ac_status=$?
  3461.   grep -v '^ *+' conftest.er1 >conftest.err
  3462.   rm -f conftest.er1
  3463.   cat conftest.err >&5
  3464.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3465.   (exit $ac_status); } &&
  3466.  { ac_try='test -z "$ac_c_werror_flag"
  3467.  || test ! -s conftest.err'
  3468.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3469.   (eval $ac_try) 2>&5
  3470.   ac_status=$?
  3471.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3472.   (exit $ac_status); }; } &&
  3473.  { ac_try='test -s conftest.$ac_objext'
  3474.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3475.   (eval $ac_try) 2>&5
  3476.   ac_status=$?
  3477.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3478.   (exit $ac_status); }; }; then
  3479.   for ac_declaration in 
  3480.    '' 
  3481.    'extern "C" void std::exit (int) throw (); using std::exit;' 
  3482.    'extern "C" void std::exit (int); using std::exit;' 
  3483.    'extern "C" void exit (int) throw ();' 
  3484.    'extern "C" void exit (int);' 
  3485.    'void exit (int);'
  3486. do
  3487.   cat >conftest.$ac_ext <<_ACEOF
  3488. /* confdefs.h.  */
  3489. _ACEOF
  3490. cat confdefs.h >>conftest.$ac_ext
  3491. cat >>conftest.$ac_ext <<_ACEOF
  3492. /* end confdefs.h.  */
  3493. $ac_declaration
  3494. #include <stdlib.h>
  3495. int
  3496. main ()
  3497. {
  3498. exit (42);
  3499.   ;
  3500.   return 0;
  3501. }
  3502. _ACEOF
  3503. rm -f conftest.$ac_objext
  3504. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  3505.   (eval $ac_compile) 2>conftest.er1
  3506.   ac_status=$?
  3507.   grep -v '^ *+' conftest.er1 >conftest.err
  3508.   rm -f conftest.er1
  3509.   cat conftest.err >&5
  3510.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3511.   (exit $ac_status); } &&
  3512.  { ac_try='test -z "$ac_c_werror_flag"
  3513.  || test ! -s conftest.err'
  3514.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3515.   (eval $ac_try) 2>&5
  3516.   ac_status=$?
  3517.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3518.   (exit $ac_status); }; } &&
  3519.  { ac_try='test -s conftest.$ac_objext'
  3520.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3521.   (eval $ac_try) 2>&5
  3522.   ac_status=$?
  3523.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3524.   (exit $ac_status); }; }; then
  3525.   :
  3526. else
  3527.   echo "$as_me: failed program was:" >&5
  3528. sed 's/^/| /' conftest.$ac_ext >&5
  3529. continue
  3530. fi
  3531. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  3532.   cat >conftest.$ac_ext <<_ACEOF
  3533. /* confdefs.h.  */
  3534. _ACEOF
  3535. cat confdefs.h >>conftest.$ac_ext
  3536. cat >>conftest.$ac_ext <<_ACEOF
  3537. /* end confdefs.h.  */
  3538. $ac_declaration
  3539. int
  3540. main ()
  3541. {
  3542. exit (42);
  3543.   ;
  3544.   return 0;
  3545. }
  3546. _ACEOF
  3547. rm -f conftest.$ac_objext
  3548. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  3549.   (eval $ac_compile) 2>conftest.er1
  3550.   ac_status=$?
  3551.   grep -v '^ *+' conftest.er1 >conftest.err
  3552.   rm -f conftest.er1
  3553.   cat conftest.err >&5
  3554.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3555.   (exit $ac_status); } &&
  3556.  { ac_try='test -z "$ac_c_werror_flag"
  3557.  || test ! -s conftest.err'
  3558.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3559.   (eval $ac_try) 2>&5
  3560.   ac_status=$?
  3561.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3562.   (exit $ac_status); }; } &&
  3563.  { ac_try='test -s conftest.$ac_objext'
  3564.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3565.   (eval $ac_try) 2>&5
  3566.   ac_status=$?
  3567.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3568.   (exit $ac_status); }; }; then
  3569.   break
  3570. else
  3571.   echo "$as_me: failed program was:" >&5
  3572. sed 's/^/| /' conftest.$ac_ext >&5
  3573. fi
  3574. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  3575. done
  3576. rm -f conftest*
  3577. if test -n "$ac_declaration"; then
  3578.   echo '#ifdef __cplusplus' >>confdefs.h
  3579.   echo $ac_declaration      >>confdefs.h
  3580.   echo '#endif'             >>confdefs.h
  3581. fi
  3582. else
  3583.   echo "$as_me: failed program was:" >&5
  3584. sed 's/^/| /' conftest.$ac_ext >&5
  3585. fi
  3586. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  3587. ac_ext=c
  3588. ac_cpp='$CPP $CPPFLAGS'
  3589. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3590. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3591. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  3592. ac_ext=c
  3593. ac_cpp='$CPP $CPPFLAGS'
  3594. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3595. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3596. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  3597. echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
  3598. echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
  3599. # On Suns, sometimes $CPP names a directory.
  3600. if test -n "$CPP" && test -d "$CPP"; then
  3601.   CPP=
  3602. fi
  3603. if test -z "$CPP"; then
  3604.   if test "${ac_cv_prog_CPP+set}" = set; then
  3605.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3606. else
  3607.       # Double quotes because CPP needs to be expanded
  3608.     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
  3609.     do
  3610.       ac_preproc_ok=false
  3611. for ac_c_preproc_warn_flag in '' yes
  3612. do
  3613.   # Use a header file that comes with gcc, so configuring glibc
  3614.   # with a fresh cross-compiler works.
  3615.   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3616.   # <limits.h> exists even on freestanding compilers.
  3617.   # On the NeXT, cc -E runs the code through the compiler's parser,
  3618.   # not just through cpp. "Syntax error" is here to catch this case.
  3619.   cat >conftest.$ac_ext <<_ACEOF
  3620. /* confdefs.h.  */
  3621. _ACEOF
  3622. cat confdefs.h >>conftest.$ac_ext
  3623. cat >>conftest.$ac_ext <<_ACEOF
  3624. /* end confdefs.h.  */
  3625. #ifdef __STDC__
  3626. # include <limits.h>
  3627. #else
  3628. # include <assert.h>
  3629. #endif
  3630.      Syntax error
  3631. _ACEOF
  3632. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  3633.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  3634.   ac_status=$?
  3635.   grep -v '^ *+' conftest.er1 >conftest.err
  3636.   rm -f conftest.er1
  3637.   cat conftest.err >&5
  3638.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3639.   (exit $ac_status); } >/dev/null; then
  3640.   if test -s conftest.err; then
  3641.     ac_cpp_err=$ac_c_preproc_warn_flag
  3642.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  3643.   else
  3644.     ac_cpp_err=
  3645.   fi
  3646. else
  3647.   ac_cpp_err=yes
  3648. fi
  3649. if test -z "$ac_cpp_err"; then
  3650.   :
  3651. else
  3652.   echo "$as_me: failed program was:" >&5
  3653. sed 's/^/| /' conftest.$ac_ext >&5
  3654.   # Broken: fails on valid input.
  3655. continue
  3656. fi
  3657. rm -f conftest.err conftest.$ac_ext
  3658.   # OK, works on sane cases.  Now check whether non-existent headers
  3659.   # can be detected and how.
  3660.   cat >conftest.$ac_ext <<_ACEOF
  3661. /* confdefs.h.  */
  3662. _ACEOF
  3663. cat confdefs.h >>conftest.$ac_ext
  3664. cat >>conftest.$ac_ext <<_ACEOF
  3665. /* end confdefs.h.  */
  3666. #include <ac_nonexistent.h>
  3667. _ACEOF
  3668. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  3669.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  3670.   ac_status=$?
  3671.   grep -v '^ *+' conftest.er1 >conftest.err
  3672.   rm -f conftest.er1
  3673.   cat conftest.err >&5
  3674.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3675.   (exit $ac_status); } >/dev/null; then
  3676.   if test -s conftest.err; then
  3677.     ac_cpp_err=$ac_c_preproc_warn_flag
  3678.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  3679.   else
  3680.     ac_cpp_err=
  3681.   fi
  3682. else
  3683.   ac_cpp_err=yes
  3684. fi
  3685. if test -z "$ac_cpp_err"; then
  3686.   # Broken: success on invalid input.
  3687. continue
  3688. else
  3689.   echo "$as_me: failed program was:" >&5
  3690. sed 's/^/| /' conftest.$ac_ext >&5
  3691.   # Passes both tests.
  3692. ac_preproc_ok=:
  3693. break
  3694. fi
  3695. rm -f conftest.err conftest.$ac_ext
  3696. done
  3697. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  3698. rm -f conftest.err conftest.$ac_ext
  3699. if $ac_preproc_ok; then
  3700.   break
  3701. fi
  3702.     done
  3703.     ac_cv_prog_CPP=$CPP
  3704. fi
  3705.   CPP=$ac_cv_prog_CPP
  3706. else
  3707.   ac_cv_prog_CPP=$CPP
  3708. fi
  3709. echo "$as_me:$LINENO: result: $CPP" >&5
  3710. echo "${ECHO_T}$CPP" >&6
  3711. ac_preproc_ok=false
  3712. for ac_c_preproc_warn_flag in '' yes
  3713. do
  3714.   # Use a header file that comes with gcc, so configuring glibc
  3715.   # with a fresh cross-compiler works.
  3716.   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3717.   # <limits.h> exists even on freestanding compilers.
  3718.   # On the NeXT, cc -E runs the code through the compiler's parser,
  3719.   # not just through cpp. "Syntax error" is here to catch this case.
  3720.   cat >conftest.$ac_ext <<_ACEOF
  3721. /* confdefs.h.  */
  3722. _ACEOF
  3723. cat confdefs.h >>conftest.$ac_ext
  3724. cat >>conftest.$ac_ext <<_ACEOF
  3725. /* end confdefs.h.  */
  3726. #ifdef __STDC__
  3727. # include <limits.h>
  3728. #else
  3729. # include <assert.h>
  3730. #endif
  3731.      Syntax error
  3732. _ACEOF
  3733. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  3734.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  3735.   ac_status=$?
  3736.   grep -v '^ *+' conftest.er1 >conftest.err
  3737.   rm -f conftest.er1
  3738.   cat conftest.err >&5
  3739.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3740.   (exit $ac_status); } >/dev/null; then
  3741.   if test -s conftest.err; then
  3742.     ac_cpp_err=$ac_c_preproc_warn_flag
  3743.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  3744.   else
  3745.     ac_cpp_err=
  3746.   fi
  3747. else
  3748.   ac_cpp_err=yes
  3749. fi
  3750. if test -z "$ac_cpp_err"; then
  3751.   :
  3752. else
  3753.   echo "$as_me: failed program was:" >&5
  3754. sed 's/^/| /' conftest.$ac_ext >&5
  3755.   # Broken: fails on valid input.
  3756. continue
  3757. fi
  3758. rm -f conftest.err conftest.$ac_ext
  3759.   # OK, works on sane cases.  Now check whether non-existent headers
  3760.   # can be detected and how.
  3761.   cat >conftest.$ac_ext <<_ACEOF
  3762. /* confdefs.h.  */
  3763. _ACEOF
  3764. cat confdefs.h >>conftest.$ac_ext
  3765. cat >>conftest.$ac_ext <<_ACEOF
  3766. /* end confdefs.h.  */
  3767. #include <ac_nonexistent.h>
  3768. _ACEOF
  3769. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  3770.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  3771.   ac_status=$?
  3772.   grep -v '^ *+' conftest.er1 >conftest.err
  3773.   rm -f conftest.er1
  3774.   cat conftest.err >&5
  3775.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3776.   (exit $ac_status); } >/dev/null; then
  3777.   if test -s conftest.err; then
  3778.     ac_cpp_err=$ac_c_preproc_warn_flag
  3779.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  3780.   else
  3781.     ac_cpp_err=
  3782.   fi
  3783. else
  3784.   ac_cpp_err=yes
  3785. fi
  3786. if test -z "$ac_cpp_err"; then
  3787.   # Broken: success on invalid input.
  3788. continue
  3789. else
  3790.   echo "$as_me: failed program was:" >&5
  3791. sed 's/^/| /' conftest.$ac_ext >&5
  3792.   # Passes both tests.
  3793. ac_preproc_ok=:
  3794. break
  3795. fi
  3796. rm -f conftest.err conftest.$ac_ext
  3797. done
  3798. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  3799. rm -f conftest.err conftest.$ac_ext
  3800. if $ac_preproc_ok; then
  3801.   :
  3802. else
  3803.   { { echo "$as_me:$LINENO: error: C preprocessor "$CPP" fails sanity check
  3804. See `config.log' for more details." >&5
  3805. echo "$as_me: error: C preprocessor "$CPP" fails sanity check
  3806. See `config.log' for more details." >&2;}
  3807.    { (exit 1); exit 1; }; }
  3808. fi
  3809. ac_ext=c
  3810. ac_cpp='$CPP $CPPFLAGS'
  3811. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3812. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3813. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  3814. echo "$as_me:$LINENO: checking for egrep" >&5
  3815. echo $ECHO_N "checking for egrep... $ECHO_C" >&6
  3816. if test "${ac_cv_prog_egrep+set}" = set; then
  3817.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3818. else
  3819.   if echo a | (grep -E '(a|b)') >/dev/null 2>&1
  3820.     then ac_cv_prog_egrep='grep -E'
  3821.     else ac_cv_prog_egrep='egrep'
  3822.     fi