Home | History | Annotate | Line # | Download | only in ldaptcl
configure revision 1.1.1.2.12.1
      1           1.1  lukem #! /bin/sh
      2  1.1.1.2.12.1    tls # From configure.in Id: 16b135293616700c63077e9a1a601681d4442fdd .
      3           1.1  lukem # Guess values for system-dependent variables and create Makefiles.
      4  1.1.1.2.12.1    tls # Generated by GNU Autoconf 2.65.
      5  1.1.1.2.12.1    tls #
      6  1.1.1.2.12.1    tls #
      7  1.1.1.2.12.1    tls # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
      8  1.1.1.2.12.1    tls # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
      9  1.1.1.2.12.1    tls # Inc.
     10  1.1.1.2.12.1    tls #
     11           1.1  lukem #
     12           1.1  lukem # This configure script is free software; the Free Software Foundation
     13           1.1  lukem # gives unlimited permission to copy, distribute and modify it.
     14  1.1.1.2.12.1    tls ## -------------------- ##
     15  1.1.1.2.12.1    tls ## M4sh Initialization. ##
     16  1.1.1.2.12.1    tls ## -------------------- ##
     17  1.1.1.2.12.1    tls 
     18  1.1.1.2.12.1    tls # Be more Bourne compatible
     19  1.1.1.2.12.1    tls DUALCASE=1; export DUALCASE # for MKS sh
     20  1.1.1.2.12.1    tls if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
     21  1.1.1.2.12.1    tls   emulate sh
     22  1.1.1.2.12.1    tls   NULLCMD=:
     23  1.1.1.2.12.1    tls   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     24  1.1.1.2.12.1    tls   # is contrary to our usage.  Disable this feature.
     25  1.1.1.2.12.1    tls   alias -g '${1+"$@"}'='"$@"'
     26  1.1.1.2.12.1    tls   setopt NO_GLOB_SUBST
     27  1.1.1.2.12.1    tls else
     28  1.1.1.2.12.1    tls   case `(set -o) 2>/dev/null` in #(
     29  1.1.1.2.12.1    tls   *posix*) :
     30  1.1.1.2.12.1    tls     set -o posix ;; #(
     31  1.1.1.2.12.1    tls   *) :
     32  1.1.1.2.12.1    tls      ;;
     33  1.1.1.2.12.1    tls esac
     34  1.1.1.2.12.1    tls fi
     35  1.1.1.2.12.1    tls 
     36  1.1.1.2.12.1    tls 
     37  1.1.1.2.12.1    tls as_nl='
     38  1.1.1.2.12.1    tls '
     39  1.1.1.2.12.1    tls export as_nl
     40  1.1.1.2.12.1    tls # Printing a long string crashes Solaris 7 /usr/bin/printf.
     41  1.1.1.2.12.1    tls as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
     42  1.1.1.2.12.1    tls as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
     43  1.1.1.2.12.1    tls as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
     44  1.1.1.2.12.1    tls # Prefer a ksh shell builtin over an external printf program on Solaris,
     45  1.1.1.2.12.1    tls # but without wasting forks for bash or zsh.
     46  1.1.1.2.12.1    tls if test -z "$BASH_VERSION$ZSH_VERSION" \
     47  1.1.1.2.12.1    tls     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
     48  1.1.1.2.12.1    tls   as_echo='print -r --'
     49  1.1.1.2.12.1    tls   as_echo_n='print -rn --'
     50  1.1.1.2.12.1    tls elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
     51  1.1.1.2.12.1    tls   as_echo='printf %s\n'
     52  1.1.1.2.12.1    tls   as_echo_n='printf %s'
     53  1.1.1.2.12.1    tls else
     54  1.1.1.2.12.1    tls   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
     55  1.1.1.2.12.1    tls     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
     56  1.1.1.2.12.1    tls     as_echo_n='/usr/ucb/echo -n'
     57  1.1.1.2.12.1    tls   else
     58  1.1.1.2.12.1    tls     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
     59  1.1.1.2.12.1    tls     as_echo_n_body='eval
     60  1.1.1.2.12.1    tls       arg=$1;
     61  1.1.1.2.12.1    tls       case $arg in #(
     62  1.1.1.2.12.1    tls       *"$as_nl"*)
     63  1.1.1.2.12.1    tls 	expr "X$arg" : "X\\(.*\\)$as_nl";
     64  1.1.1.2.12.1    tls 	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
     65  1.1.1.2.12.1    tls       esac;
     66  1.1.1.2.12.1    tls       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
     67  1.1.1.2.12.1    tls     '
     68  1.1.1.2.12.1    tls     export as_echo_n_body
     69  1.1.1.2.12.1    tls     as_echo_n='sh -c $as_echo_n_body as_echo'
     70  1.1.1.2.12.1    tls   fi
     71  1.1.1.2.12.1    tls   export as_echo_body
     72  1.1.1.2.12.1    tls   as_echo='sh -c $as_echo_body as_echo'
     73  1.1.1.2.12.1    tls fi
     74  1.1.1.2.12.1    tls 
     75  1.1.1.2.12.1    tls # The user is always right.
     76  1.1.1.2.12.1    tls if test "${PATH_SEPARATOR+set}" != set; then
     77  1.1.1.2.12.1    tls   PATH_SEPARATOR=:
     78  1.1.1.2.12.1    tls   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
     79  1.1.1.2.12.1    tls     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
     80  1.1.1.2.12.1    tls       PATH_SEPARATOR=';'
     81  1.1.1.2.12.1    tls   }
     82  1.1.1.2.12.1    tls fi
     83  1.1.1.2.12.1    tls 
     84  1.1.1.2.12.1    tls 
     85  1.1.1.2.12.1    tls # IFS
     86  1.1.1.2.12.1    tls # We need space, tab and new line, in precisely that order.  Quoting is
     87  1.1.1.2.12.1    tls # there to prevent editors from complaining about space-tab.
     88  1.1.1.2.12.1    tls # (If _AS_PATH_WALK were called with IFS unset, it would disable word
     89  1.1.1.2.12.1    tls # splitting by setting IFS to empty value.)
     90  1.1.1.2.12.1    tls IFS=" ""	$as_nl"
     91  1.1.1.2.12.1    tls 
     92  1.1.1.2.12.1    tls # Find who we are.  Look in the path if we contain no directory separator.
     93  1.1.1.2.12.1    tls case $0 in #((
     94  1.1.1.2.12.1    tls   *[\\/]* ) as_myself=$0 ;;
     95  1.1.1.2.12.1    tls   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     96  1.1.1.2.12.1    tls for as_dir in $PATH
     97  1.1.1.2.12.1    tls do
     98  1.1.1.2.12.1    tls   IFS=$as_save_IFS
     99  1.1.1.2.12.1    tls   test -z "$as_dir" && as_dir=.
    100  1.1.1.2.12.1    tls     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
    101  1.1.1.2.12.1    tls   done
    102  1.1.1.2.12.1    tls IFS=$as_save_IFS
    103  1.1.1.2.12.1    tls 
    104  1.1.1.2.12.1    tls      ;;
    105  1.1.1.2.12.1    tls esac
    106  1.1.1.2.12.1    tls # We did not find ourselves, most probably we were run as `sh COMMAND'
    107  1.1.1.2.12.1    tls # in which case we are not to be found in the path.
    108  1.1.1.2.12.1    tls if test "x$as_myself" = x; then
    109  1.1.1.2.12.1    tls   as_myself=$0
    110  1.1.1.2.12.1    tls fi
    111  1.1.1.2.12.1    tls if test ! -f "$as_myself"; then
    112  1.1.1.2.12.1    tls   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    113  1.1.1.2.12.1    tls   exit 1
    114  1.1.1.2.12.1    tls fi
    115  1.1.1.2.12.1    tls 
    116  1.1.1.2.12.1    tls # Unset variables that we do not need and which cause bugs (e.g. in
    117  1.1.1.2.12.1    tls # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
    118  1.1.1.2.12.1    tls # suppresses any "Segmentation fault" message there.  '((' could
    119  1.1.1.2.12.1    tls # trigger a bug in pdksh 5.2.14.
    120  1.1.1.2.12.1    tls for as_var in BASH_ENV ENV MAIL MAILPATH
    121  1.1.1.2.12.1    tls do eval test x\${$as_var+set} = xset \
    122  1.1.1.2.12.1    tls   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
    123  1.1.1.2.12.1    tls done
    124  1.1.1.2.12.1    tls PS1='$ '
    125  1.1.1.2.12.1    tls PS2='> '
    126  1.1.1.2.12.1    tls PS4='+ '
    127           1.1  lukem 
    128  1.1.1.2.12.1    tls # NLS nuisances.
    129  1.1.1.2.12.1    tls LC_ALL=C
    130  1.1.1.2.12.1    tls export LC_ALL
    131  1.1.1.2.12.1    tls LANGUAGE=C
    132  1.1.1.2.12.1    tls export LANGUAGE
    133  1.1.1.2.12.1    tls 
    134  1.1.1.2.12.1    tls # CDPATH.
    135  1.1.1.2.12.1    tls (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
    136  1.1.1.2.12.1    tls 
    137  1.1.1.2.12.1    tls if test "x$CONFIG_SHELL" = x; then
    138  1.1.1.2.12.1    tls   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
    139  1.1.1.2.12.1    tls   emulate sh
    140  1.1.1.2.12.1    tls   NULLCMD=:
    141  1.1.1.2.12.1    tls   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
    142  1.1.1.2.12.1    tls   # is contrary to our usage.  Disable this feature.
    143  1.1.1.2.12.1    tls   alias -g '\${1+\"\$@\"}'='\"\$@\"'
    144  1.1.1.2.12.1    tls   setopt NO_GLOB_SUBST
    145  1.1.1.2.12.1    tls else
    146  1.1.1.2.12.1    tls   case \`(set -o) 2>/dev/null\` in #(
    147  1.1.1.2.12.1    tls   *posix*) :
    148  1.1.1.2.12.1    tls     set -o posix ;; #(
    149  1.1.1.2.12.1    tls   *) :
    150  1.1.1.2.12.1    tls      ;;
    151  1.1.1.2.12.1    tls esac
    152  1.1.1.2.12.1    tls fi
    153  1.1.1.2.12.1    tls "
    154  1.1.1.2.12.1    tls   as_required="as_fn_return () { (exit \$1); }
    155  1.1.1.2.12.1    tls as_fn_success () { as_fn_return 0; }
    156  1.1.1.2.12.1    tls as_fn_failure () { as_fn_return 1; }
    157  1.1.1.2.12.1    tls as_fn_ret_success () { return 0; }
    158  1.1.1.2.12.1    tls as_fn_ret_failure () { return 1; }
    159  1.1.1.2.12.1    tls 
    160  1.1.1.2.12.1    tls exitcode=0
    161  1.1.1.2.12.1    tls as_fn_success || { exitcode=1; echo as_fn_success failed.; }
    162  1.1.1.2.12.1    tls as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
    163  1.1.1.2.12.1    tls as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
    164  1.1.1.2.12.1    tls as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
    165  1.1.1.2.12.1    tls if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
    166  1.1.1.2.12.1    tls 
    167  1.1.1.2.12.1    tls else
    168  1.1.1.2.12.1    tls   exitcode=1; echo positional parameters were not saved.
    169  1.1.1.2.12.1    tls fi
    170  1.1.1.2.12.1    tls test x\$exitcode = x0 || exit 1"
    171  1.1.1.2.12.1    tls   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
    172  1.1.1.2.12.1    tls   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
    173  1.1.1.2.12.1    tls   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
    174  1.1.1.2.12.1    tls   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
    175  1.1.1.2.12.1    tls   if (eval "$as_required") 2>/dev/null; then :
    176  1.1.1.2.12.1    tls   as_have_required=yes
    177  1.1.1.2.12.1    tls else
    178  1.1.1.2.12.1    tls   as_have_required=no
    179  1.1.1.2.12.1    tls fi
    180  1.1.1.2.12.1    tls   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
    181  1.1.1.2.12.1    tls 
    182  1.1.1.2.12.1    tls else
    183  1.1.1.2.12.1    tls   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    184  1.1.1.2.12.1    tls as_found=false
    185  1.1.1.2.12.1    tls for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
    186  1.1.1.2.12.1    tls do
    187  1.1.1.2.12.1    tls   IFS=$as_save_IFS
    188  1.1.1.2.12.1    tls   test -z "$as_dir" && as_dir=.
    189  1.1.1.2.12.1    tls   as_found=:
    190  1.1.1.2.12.1    tls   case $as_dir in #(
    191  1.1.1.2.12.1    tls 	 /*)
    192  1.1.1.2.12.1    tls 	   for as_base in sh bash ksh sh5; do
    193  1.1.1.2.12.1    tls 	     # Try only shells that exist, to save several forks.
    194  1.1.1.2.12.1    tls 	     as_shell=$as_dir/$as_base
    195  1.1.1.2.12.1    tls 	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
    196  1.1.1.2.12.1    tls 		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
    197  1.1.1.2.12.1    tls   CONFIG_SHELL=$as_shell as_have_required=yes
    198  1.1.1.2.12.1    tls 		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
    199  1.1.1.2.12.1    tls   break 2
    200  1.1.1.2.12.1    tls fi
    201  1.1.1.2.12.1    tls fi
    202  1.1.1.2.12.1    tls 	   done;;
    203  1.1.1.2.12.1    tls        esac
    204  1.1.1.2.12.1    tls   as_found=false
    205  1.1.1.2.12.1    tls done
    206  1.1.1.2.12.1    tls $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
    207  1.1.1.2.12.1    tls 	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
    208  1.1.1.2.12.1    tls   CONFIG_SHELL=$SHELL as_have_required=yes
    209  1.1.1.2.12.1    tls fi; }
    210  1.1.1.2.12.1    tls IFS=$as_save_IFS
    211  1.1.1.2.12.1    tls 
    212  1.1.1.2.12.1    tls 
    213  1.1.1.2.12.1    tls       if test "x$CONFIG_SHELL" != x; then :
    214  1.1.1.2.12.1    tls   # We cannot yet assume a decent shell, so we have to provide a
    215  1.1.1.2.12.1    tls 	# neutralization value for shells without unset; and this also
    216  1.1.1.2.12.1    tls 	# works around shells that cannot unset nonexistent variables.
    217  1.1.1.2.12.1    tls 	BASH_ENV=/dev/null
    218  1.1.1.2.12.1    tls 	ENV=/dev/null
    219  1.1.1.2.12.1    tls 	(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
    220  1.1.1.2.12.1    tls 	export CONFIG_SHELL
    221  1.1.1.2.12.1    tls 	exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
    222  1.1.1.2.12.1    tls fi
    223  1.1.1.2.12.1    tls 
    224  1.1.1.2.12.1    tls     if test x$as_have_required = xno; then :
    225  1.1.1.2.12.1    tls   $as_echo "$0: This script requires a shell more modern than all"
    226  1.1.1.2.12.1    tls   $as_echo "$0: the shells that I found on your system."
    227  1.1.1.2.12.1    tls   if test x${ZSH_VERSION+set} = xset ; then
    228  1.1.1.2.12.1    tls     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
    229  1.1.1.2.12.1    tls     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
    230  1.1.1.2.12.1    tls   else
    231  1.1.1.2.12.1    tls     $as_echo "$0: Please tell bug-autoconf (at] gnu.org about your system,
    232  1.1.1.2.12.1    tls $0: including any error possibly output before this
    233  1.1.1.2.12.1    tls $0: message. Then install a modern shell, or manually run
    234  1.1.1.2.12.1    tls $0: the script under such a shell if you do have one."
    235  1.1.1.2.12.1    tls   fi
    236  1.1.1.2.12.1    tls   exit 1
    237  1.1.1.2.12.1    tls fi
    238  1.1.1.2.12.1    tls fi
    239  1.1.1.2.12.1    tls fi
    240  1.1.1.2.12.1    tls SHELL=${CONFIG_SHELL-/bin/sh}
    241  1.1.1.2.12.1    tls export SHELL
    242  1.1.1.2.12.1    tls # Unset more variables known to interfere with behavior of common tools.
    243  1.1.1.2.12.1    tls CLICOLOR_FORCE= GREP_OPTIONS=
    244  1.1.1.2.12.1    tls unset CLICOLOR_FORCE GREP_OPTIONS
    245  1.1.1.2.12.1    tls 
    246  1.1.1.2.12.1    tls ## --------------------- ##
    247  1.1.1.2.12.1    tls ## M4sh Shell Functions. ##
    248  1.1.1.2.12.1    tls ## --------------------- ##
    249  1.1.1.2.12.1    tls # as_fn_unset VAR
    250  1.1.1.2.12.1    tls # ---------------
    251  1.1.1.2.12.1    tls # Portably unset VAR.
    252  1.1.1.2.12.1    tls as_fn_unset ()
    253  1.1.1.2.12.1    tls {
    254  1.1.1.2.12.1    tls   { eval $1=; unset $1;}
    255  1.1.1.2.12.1    tls }
    256  1.1.1.2.12.1    tls as_unset=as_fn_unset
    257  1.1.1.2.12.1    tls 
    258  1.1.1.2.12.1    tls # as_fn_set_status STATUS
    259  1.1.1.2.12.1    tls # -----------------------
    260  1.1.1.2.12.1    tls # Set $? to STATUS, without forking.
    261  1.1.1.2.12.1    tls as_fn_set_status ()
    262  1.1.1.2.12.1    tls {
    263  1.1.1.2.12.1    tls   return $1
    264  1.1.1.2.12.1    tls } # as_fn_set_status
    265  1.1.1.2.12.1    tls 
    266  1.1.1.2.12.1    tls # as_fn_exit STATUS
    267  1.1.1.2.12.1    tls # -----------------
    268  1.1.1.2.12.1    tls # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
    269  1.1.1.2.12.1    tls as_fn_exit ()
    270  1.1.1.2.12.1    tls {
    271  1.1.1.2.12.1    tls   set +e
    272  1.1.1.2.12.1    tls   as_fn_set_status $1
    273  1.1.1.2.12.1    tls   exit $1
    274  1.1.1.2.12.1    tls } # as_fn_exit
    275  1.1.1.2.12.1    tls 
    276  1.1.1.2.12.1    tls # as_fn_mkdir_p
    277  1.1.1.2.12.1    tls # -------------
    278  1.1.1.2.12.1    tls # Create "$as_dir" as a directory, including parents if necessary.
    279  1.1.1.2.12.1    tls as_fn_mkdir_p ()
    280  1.1.1.2.12.1    tls {
    281  1.1.1.2.12.1    tls 
    282  1.1.1.2.12.1    tls   case $as_dir in #(
    283  1.1.1.2.12.1    tls   -*) as_dir=./$as_dir;;
    284  1.1.1.2.12.1    tls   esac
    285  1.1.1.2.12.1    tls   test -d "$as_dir" || eval $as_mkdir_p || {
    286  1.1.1.2.12.1    tls     as_dirs=
    287  1.1.1.2.12.1    tls     while :; do
    288  1.1.1.2.12.1    tls       case $as_dir in #(
    289  1.1.1.2.12.1    tls       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
    290  1.1.1.2.12.1    tls       *) as_qdir=$as_dir;;
    291  1.1.1.2.12.1    tls       esac
    292  1.1.1.2.12.1    tls       as_dirs="'$as_qdir' $as_dirs"
    293  1.1.1.2.12.1    tls       as_dir=`$as_dirname -- "$as_dir" ||
    294  1.1.1.2.12.1    tls $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    295  1.1.1.2.12.1    tls 	 X"$as_dir" : 'X\(//\)[^/]' \| \
    296  1.1.1.2.12.1    tls 	 X"$as_dir" : 'X\(//\)$' \| \
    297  1.1.1.2.12.1    tls 	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    298  1.1.1.2.12.1    tls $as_echo X"$as_dir" |
    299  1.1.1.2.12.1    tls     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    300  1.1.1.2.12.1    tls 	    s//\1/
    301  1.1.1.2.12.1    tls 	    q
    302  1.1.1.2.12.1    tls 	  }
    303  1.1.1.2.12.1    tls 	  /^X\(\/\/\)[^/].*/{
    304  1.1.1.2.12.1    tls 	    s//\1/
    305  1.1.1.2.12.1    tls 	    q
    306  1.1.1.2.12.1    tls 	  }
    307  1.1.1.2.12.1    tls 	  /^X\(\/\/\)$/{
    308  1.1.1.2.12.1    tls 	    s//\1/
    309  1.1.1.2.12.1    tls 	    q
    310  1.1.1.2.12.1    tls 	  }
    311  1.1.1.2.12.1    tls 	  /^X\(\/\).*/{
    312  1.1.1.2.12.1    tls 	    s//\1/
    313  1.1.1.2.12.1    tls 	    q
    314  1.1.1.2.12.1    tls 	  }
    315  1.1.1.2.12.1    tls 	  s/.*/./; q'`
    316  1.1.1.2.12.1    tls       test -d "$as_dir" && break
    317  1.1.1.2.12.1    tls     done
    318  1.1.1.2.12.1    tls     test -z "$as_dirs" || eval "mkdir $as_dirs"
    319  1.1.1.2.12.1    tls   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
    320  1.1.1.2.12.1    tls 
    321  1.1.1.2.12.1    tls 
    322  1.1.1.2.12.1    tls } # as_fn_mkdir_p
    323  1.1.1.2.12.1    tls # as_fn_append VAR VALUE
    324  1.1.1.2.12.1    tls # ----------------------
    325  1.1.1.2.12.1    tls # Append the text in VALUE to the end of the definition contained in VAR. Take
    326  1.1.1.2.12.1    tls # advantage of any shell optimizations that allow amortized linear growth over
    327  1.1.1.2.12.1    tls # repeated appends, instead of the typical quadratic growth present in naive
    328  1.1.1.2.12.1    tls # implementations.
    329  1.1.1.2.12.1    tls if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
    330  1.1.1.2.12.1    tls   eval 'as_fn_append ()
    331  1.1.1.2.12.1    tls   {
    332  1.1.1.2.12.1    tls     eval $1+=\$2
    333  1.1.1.2.12.1    tls   }'
    334  1.1.1.2.12.1    tls else
    335  1.1.1.2.12.1    tls   as_fn_append ()
    336  1.1.1.2.12.1    tls   {
    337  1.1.1.2.12.1    tls     eval $1=\$$1\$2
    338  1.1.1.2.12.1    tls   }
    339  1.1.1.2.12.1    tls fi # as_fn_append
    340  1.1.1.2.12.1    tls 
    341  1.1.1.2.12.1    tls # as_fn_arith ARG...
    342  1.1.1.2.12.1    tls # ------------------
    343  1.1.1.2.12.1    tls # Perform arithmetic evaluation on the ARGs, and store the result in the
    344  1.1.1.2.12.1    tls # global $as_val. Take advantage of shells that can avoid forks. The arguments
    345  1.1.1.2.12.1    tls # must be portable across $(()) and expr.
    346  1.1.1.2.12.1    tls if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
    347  1.1.1.2.12.1    tls   eval 'as_fn_arith ()
    348  1.1.1.2.12.1    tls   {
    349  1.1.1.2.12.1    tls     as_val=$(( $* ))
    350  1.1.1.2.12.1    tls   }'
    351  1.1.1.2.12.1    tls else
    352  1.1.1.2.12.1    tls   as_fn_arith ()
    353  1.1.1.2.12.1    tls   {
    354  1.1.1.2.12.1    tls     as_val=`expr "$@" || test $? -eq 1`
    355  1.1.1.2.12.1    tls   }
    356  1.1.1.2.12.1    tls fi # as_fn_arith
    357  1.1.1.2.12.1    tls 
    358  1.1.1.2.12.1    tls 
    359  1.1.1.2.12.1    tls # as_fn_error ERROR [LINENO LOG_FD]
    360  1.1.1.2.12.1    tls # ---------------------------------
    361  1.1.1.2.12.1    tls # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
    362  1.1.1.2.12.1    tls # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
    363  1.1.1.2.12.1    tls # script with status $?, using 1 if that was 0.
    364  1.1.1.2.12.1    tls as_fn_error ()
    365  1.1.1.2.12.1    tls {
    366  1.1.1.2.12.1    tls   as_status=$?; test $as_status -eq 0 && as_status=1
    367  1.1.1.2.12.1    tls   if test "$3"; then
    368  1.1.1.2.12.1    tls     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    369  1.1.1.2.12.1    tls     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
    370  1.1.1.2.12.1    tls   fi
    371  1.1.1.2.12.1    tls   $as_echo "$as_me: error: $1" >&2
    372  1.1.1.2.12.1    tls   as_fn_exit $as_status
    373  1.1.1.2.12.1    tls } # as_fn_error
    374  1.1.1.2.12.1    tls 
    375  1.1.1.2.12.1    tls if expr a : '\(a\)' >/dev/null 2>&1 &&
    376  1.1.1.2.12.1    tls    test "X`expr 00001 : '.*\(...\)'`" = X001; then
    377  1.1.1.2.12.1    tls   as_expr=expr
    378  1.1.1.2.12.1    tls else
    379  1.1.1.2.12.1    tls   as_expr=false
    380  1.1.1.2.12.1    tls fi
    381  1.1.1.2.12.1    tls 
    382  1.1.1.2.12.1    tls if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
    383  1.1.1.2.12.1    tls   as_basename=basename
    384  1.1.1.2.12.1    tls else
    385  1.1.1.2.12.1    tls   as_basename=false
    386  1.1.1.2.12.1    tls fi
    387  1.1.1.2.12.1    tls 
    388  1.1.1.2.12.1    tls if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
    389  1.1.1.2.12.1    tls   as_dirname=dirname
    390  1.1.1.2.12.1    tls else
    391  1.1.1.2.12.1    tls   as_dirname=false
    392  1.1.1.2.12.1    tls fi
    393  1.1.1.2.12.1    tls 
    394  1.1.1.2.12.1    tls as_me=`$as_basename -- "$0" ||
    395  1.1.1.2.12.1    tls $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
    396  1.1.1.2.12.1    tls 	 X"$0" : 'X\(//\)$' \| \
    397  1.1.1.2.12.1    tls 	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    398  1.1.1.2.12.1    tls $as_echo X/"$0" |
    399  1.1.1.2.12.1    tls     sed '/^.*\/\([^/][^/]*\)\/*$/{
    400  1.1.1.2.12.1    tls 	    s//\1/
    401  1.1.1.2.12.1    tls 	    q
    402  1.1.1.2.12.1    tls 	  }
    403  1.1.1.2.12.1    tls 	  /^X\/\(\/\/\)$/{
    404  1.1.1.2.12.1    tls 	    s//\1/
    405  1.1.1.2.12.1    tls 	    q
    406  1.1.1.2.12.1    tls 	  }
    407  1.1.1.2.12.1    tls 	  /^X\/\(\/\).*/{
    408  1.1.1.2.12.1    tls 	    s//\1/
    409  1.1.1.2.12.1    tls 	    q
    410  1.1.1.2.12.1    tls 	  }
    411  1.1.1.2.12.1    tls 	  s/.*/./; q'`
    412  1.1.1.2.12.1    tls 
    413  1.1.1.2.12.1    tls # Avoid depending upon Character Ranges.
    414  1.1.1.2.12.1    tls as_cr_letters='abcdefghijklmnopqrstuvwxyz'
    415  1.1.1.2.12.1    tls as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
    416  1.1.1.2.12.1    tls as_cr_Letters=$as_cr_letters$as_cr_LETTERS
    417  1.1.1.2.12.1    tls as_cr_digits='0123456789'
    418  1.1.1.2.12.1    tls as_cr_alnum=$as_cr_Letters$as_cr_digits
    419  1.1.1.2.12.1    tls 
    420  1.1.1.2.12.1    tls 
    421  1.1.1.2.12.1    tls   as_lineno_1=$LINENO as_lineno_1a=$LINENO
    422  1.1.1.2.12.1    tls   as_lineno_2=$LINENO as_lineno_2a=$LINENO
    423  1.1.1.2.12.1    tls   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
    424  1.1.1.2.12.1    tls   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
    425  1.1.1.2.12.1    tls   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
    426  1.1.1.2.12.1    tls   sed -n '
    427  1.1.1.2.12.1    tls     p
    428  1.1.1.2.12.1    tls     /[$]LINENO/=
    429  1.1.1.2.12.1    tls   ' <$as_myself |
    430  1.1.1.2.12.1    tls     sed '
    431  1.1.1.2.12.1    tls       s/[$]LINENO.*/&-/
    432  1.1.1.2.12.1    tls       t lineno
    433  1.1.1.2.12.1    tls       b
    434  1.1.1.2.12.1    tls       :lineno
    435  1.1.1.2.12.1    tls       N
    436  1.1.1.2.12.1    tls       :loop
    437  1.1.1.2.12.1    tls       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
    438  1.1.1.2.12.1    tls       t loop
    439  1.1.1.2.12.1    tls       s/-\n.*//
    440  1.1.1.2.12.1    tls     ' >$as_me.lineno &&
    441  1.1.1.2.12.1    tls   chmod +x "$as_me.lineno" ||
    442  1.1.1.2.12.1    tls     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
    443  1.1.1.2.12.1    tls 
    444  1.1.1.2.12.1    tls   # Don't try to exec as it changes $[0], causing all sort of problems
    445  1.1.1.2.12.1    tls   # (the dirname of $[0] is not the place where we might find the
    446  1.1.1.2.12.1    tls   # original and so on.  Autoconf is especially sensitive to this).
    447  1.1.1.2.12.1    tls   . "./$as_me.lineno"
    448  1.1.1.2.12.1    tls   # Exit status is that of the last command.
    449  1.1.1.2.12.1    tls   exit
    450  1.1.1.2.12.1    tls }
    451  1.1.1.2.12.1    tls 
    452  1.1.1.2.12.1    tls ECHO_C= ECHO_N= ECHO_T=
    453  1.1.1.2.12.1    tls case `echo -n x` in #(((((
    454  1.1.1.2.12.1    tls -n*)
    455  1.1.1.2.12.1    tls   case `echo 'xy\c'` in
    456  1.1.1.2.12.1    tls   *c*) ECHO_T='	';;	# ECHO_T is single tab character.
    457  1.1.1.2.12.1    tls   xy)  ECHO_C='\c';;
    458  1.1.1.2.12.1    tls   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
    459  1.1.1.2.12.1    tls        ECHO_T='	';;
    460  1.1.1.2.12.1    tls   esac;;
    461  1.1.1.2.12.1    tls *)
    462  1.1.1.2.12.1    tls   ECHO_N='-n';;
    463  1.1.1.2.12.1    tls esac
    464  1.1.1.2.12.1    tls 
    465  1.1.1.2.12.1    tls rm -f conf$$ conf$$.exe conf$$.file
    466  1.1.1.2.12.1    tls if test -d conf$$.dir; then
    467  1.1.1.2.12.1    tls   rm -f conf$$.dir/conf$$.file
    468  1.1.1.2.12.1    tls else
    469  1.1.1.2.12.1    tls   rm -f conf$$.dir
    470  1.1.1.2.12.1    tls   mkdir conf$$.dir 2>/dev/null
    471  1.1.1.2.12.1    tls fi
    472  1.1.1.2.12.1    tls if (echo >conf$$.file) 2>/dev/null; then
    473  1.1.1.2.12.1    tls   if ln -s conf$$.file conf$$ 2>/dev/null; then
    474  1.1.1.2.12.1    tls     as_ln_s='ln -s'
    475  1.1.1.2.12.1    tls     # ... but there are two gotchas:
    476  1.1.1.2.12.1    tls     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    477  1.1.1.2.12.1    tls     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    478  1.1.1.2.12.1    tls     # In both cases, we have to default to `cp -p'.
    479  1.1.1.2.12.1    tls     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    480  1.1.1.2.12.1    tls       as_ln_s='cp -p'
    481  1.1.1.2.12.1    tls   elif ln conf$$.file conf$$ 2>/dev/null; then
    482  1.1.1.2.12.1    tls     as_ln_s=ln
    483  1.1.1.2.12.1    tls   else
    484  1.1.1.2.12.1    tls     as_ln_s='cp -p'
    485  1.1.1.2.12.1    tls   fi
    486  1.1.1.2.12.1    tls else
    487  1.1.1.2.12.1    tls   as_ln_s='cp -p'
    488  1.1.1.2.12.1    tls fi
    489  1.1.1.2.12.1    tls rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
    490  1.1.1.2.12.1    tls rmdir conf$$.dir 2>/dev/null
    491  1.1.1.2.12.1    tls 
    492  1.1.1.2.12.1    tls if mkdir -p . 2>/dev/null; then
    493  1.1.1.2.12.1    tls   as_mkdir_p='mkdir -p "$as_dir"'
    494  1.1.1.2.12.1    tls else
    495  1.1.1.2.12.1    tls   test -d ./-p && rmdir ./-p
    496  1.1.1.2.12.1    tls   as_mkdir_p=false
    497  1.1.1.2.12.1    tls fi
    498  1.1.1.2.12.1    tls 
    499  1.1.1.2.12.1    tls if test -x / >/dev/null 2>&1; then
    500  1.1.1.2.12.1    tls   as_test_x='test -x'
    501  1.1.1.2.12.1    tls else
    502  1.1.1.2.12.1    tls   if ls -dL / >/dev/null 2>&1; then
    503  1.1.1.2.12.1    tls     as_ls_L_option=L
    504  1.1.1.2.12.1    tls   else
    505  1.1.1.2.12.1    tls     as_ls_L_option=
    506  1.1.1.2.12.1    tls   fi
    507  1.1.1.2.12.1    tls   as_test_x='
    508  1.1.1.2.12.1    tls     eval sh -c '\''
    509  1.1.1.2.12.1    tls       if test -d "$1"; then
    510  1.1.1.2.12.1    tls 	test -d "$1/.";
    511  1.1.1.2.12.1    tls       else
    512  1.1.1.2.12.1    tls 	case $1 in #(
    513  1.1.1.2.12.1    tls 	-*)set "./$1";;
    514  1.1.1.2.12.1    tls 	esac;
    515  1.1.1.2.12.1    tls 	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
    516  1.1.1.2.12.1    tls 	???[sx]*):;;*)false;;esac;fi
    517  1.1.1.2.12.1    tls     '\'' sh
    518  1.1.1.2.12.1    tls   '
    519  1.1.1.2.12.1    tls fi
    520  1.1.1.2.12.1    tls as_executable_p=$as_test_x
    521  1.1.1.2.12.1    tls 
    522  1.1.1.2.12.1    tls # Sed expression to map a string onto a valid CPP name.
    523  1.1.1.2.12.1    tls as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
    524  1.1.1.2.12.1    tls 
    525  1.1.1.2.12.1    tls # Sed expression to map a string onto a valid variable name.
    526  1.1.1.2.12.1    tls as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
    527  1.1.1.2.12.1    tls 
    528  1.1.1.2.12.1    tls 
    529  1.1.1.2.12.1    tls test -n "$DJDIR" || exec 7<&0 </dev/null
    530  1.1.1.2.12.1    tls exec 6>&1
    531  1.1.1.2.12.1    tls 
    532  1.1.1.2.12.1    tls # Name of the host.
    533  1.1.1.2.12.1    tls # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
    534  1.1.1.2.12.1    tls # so uname gets run too.
    535  1.1.1.2.12.1    tls ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
    536  1.1.1.2.12.1    tls 
    537  1.1.1.2.12.1    tls #
    538  1.1.1.2.12.1    tls # Initializations.
    539  1.1.1.2.12.1    tls #
    540           1.1  lukem ac_default_prefix=/usr/local
    541  1.1.1.2.12.1    tls ac_clean_files=
    542  1.1.1.2.12.1    tls ac_config_libobj_dir=.
    543  1.1.1.2.12.1    tls LIBOBJS=
    544  1.1.1.2.12.1    tls cross_compiling=no
    545  1.1.1.2.12.1    tls subdirs=
    546  1.1.1.2.12.1    tls MFLAGS=
    547  1.1.1.2.12.1    tls MAKEFLAGS=
    548  1.1.1.2.12.1    tls 
    549  1.1.1.2.12.1    tls # Identity of this package.
    550  1.1.1.2.12.1    tls PACKAGE_NAME=
    551  1.1.1.2.12.1    tls PACKAGE_TARNAME=
    552  1.1.1.2.12.1    tls PACKAGE_VERSION=
    553  1.1.1.2.12.1    tls PACKAGE_STRING=
    554  1.1.1.2.12.1    tls PACKAGE_BUGREPORT=
    555  1.1.1.2.12.1    tls PACKAGE_URL=
    556  1.1.1.2.12.1    tls 
    557  1.1.1.2.12.1    tls ac_unique_file="neoXldap.c"
    558  1.1.1.2.12.1    tls ac_subst_vars='LTLIBOBJS
    559  1.1.1.2.12.1    tls LIBOBJS
    560  1.1.1.2.12.1    tls NEO_VERSION
    561  1.1.1.2.12.1    tls NEO_SHLIB_CFLAGS
    562  1.1.1.2.12.1    tls NEO_MINOR_VERSION
    563  1.1.1.2.12.1    tls NEO_MAJOR_VERSION
    564  1.1.1.2.12.1    tls NEO_LIB_SPEC
    565  1.1.1.2.12.1    tls NEO_LIB_FILE
    566  1.1.1.2.12.1    tls NEO_UNSHARED_LIB_FILE
    567  1.1.1.2.12.1    tls NEO_SHARED_LIB_FILE
    568  1.1.1.2.12.1    tls NEO_LD_SEARCH_FLAGS
    569  1.1.1.2.12.1    tls NEO_BUILD_LIB_SPEC
    570  1.1.1.2.12.1    tls TCL_VERSION
    571  1.1.1.2.12.1    tls TCL_LIB_HNAME
    572  1.1.1.2.12.1    tls TCL_LD_SEARCH_FLAGS
    573  1.1.1.2.12.1    tls TCL_LIB_SPEC
    574  1.1.1.2.12.1    tls TCL_BIN_DIR
    575  1.1.1.2.12.1    tls TCL_SRC_DIR
    576  1.1.1.2.12.1    tls TCL_LIBS
    577  1.1.1.2.12.1    tls ITCL_LIB_SPEC
    578  1.1.1.2.12.1    tls TCLX_LIB_SPEC
    579  1.1.1.2.12.1    tls TCLX_TCL_DIR
    580  1.1.1.2.12.1    tls TCLX_TOP_DIR
    581  1.1.1.2.12.1    tls SHLIB_VERSION
    582  1.1.1.2.12.1    tls SHLIB_SUFFIX
    583  1.1.1.2.12.1    tls SHLIB_LD_LIBS
    584  1.1.1.2.12.1    tls SHLIB_LD
    585  1.1.1.2.12.1    tls SHLIB_CFLAGS
    586  1.1.1.2.12.1    tls MAKE_LIB
    587  1.1.1.2.12.1    tls MATH_LIBS
    588  1.1.1.2.12.1    tls LD_FLAGS
    589  1.1.1.2.12.1    tls DL_LIBS
    590  1.1.1.2.12.1    tls ldapincdir
    591  1.1.1.2.12.1    tls ldapdir
    592  1.1.1.2.12.1    tls ldapbuild
    593  1.1.1.2.12.1    tls ldapinclude
    594  1.1.1.2.12.1    tls ldaplibflags
    595  1.1.1.2.12.1    tls LDAPWISH
    596  1.1.1.2.12.1    tls TKX_LIB_SPEC
    597  1.1.1.2.12.1    tls TK_VERSION
    598  1.1.1.2.12.1    tls TK_XINCLUDES
    599  1.1.1.2.12.1    tls TK_LIB_SPEC
    600  1.1.1.2.12.1    tls TK_LIBS
    601  1.1.1.2.12.1    tls RANLIB
    602  1.1.1.2.12.1    tls INSTALL_DATA
    603  1.1.1.2.12.1    tls INSTALL_SCRIPT
    604  1.1.1.2.12.1    tls INSTALL_PROGRAM
    605  1.1.1.2.12.1    tls OBJEXT
    606  1.1.1.2.12.1    tls EXEEXT
    607  1.1.1.2.12.1    tls ac_ct_CC
    608  1.1.1.2.12.1    tls CPPFLAGS
    609  1.1.1.2.12.1    tls LDFLAGS
    610  1.1.1.2.12.1    tls CFLAGS
    611  1.1.1.2.12.1    tls CC
    612  1.1.1.2.12.1    tls target_alias
    613  1.1.1.2.12.1    tls host_alias
    614  1.1.1.2.12.1    tls build_alias
    615  1.1.1.2.12.1    tls LIBS
    616  1.1.1.2.12.1    tls ECHO_T
    617  1.1.1.2.12.1    tls ECHO_N
    618  1.1.1.2.12.1    tls ECHO_C
    619  1.1.1.2.12.1    tls DEFS
    620  1.1.1.2.12.1    tls mandir
    621  1.1.1.2.12.1    tls localedir
    622  1.1.1.2.12.1    tls libdir
    623  1.1.1.2.12.1    tls psdir
    624  1.1.1.2.12.1    tls pdfdir
    625  1.1.1.2.12.1    tls dvidir
    626  1.1.1.2.12.1    tls htmldir
    627  1.1.1.2.12.1    tls infodir
    628  1.1.1.2.12.1    tls docdir
    629  1.1.1.2.12.1    tls oldincludedir
    630  1.1.1.2.12.1    tls includedir
    631  1.1.1.2.12.1    tls localstatedir
    632  1.1.1.2.12.1    tls sharedstatedir
    633  1.1.1.2.12.1    tls sysconfdir
    634  1.1.1.2.12.1    tls datadir
    635  1.1.1.2.12.1    tls datarootdir
    636  1.1.1.2.12.1    tls libexecdir
    637  1.1.1.2.12.1    tls sbindir
    638  1.1.1.2.12.1    tls bindir
    639  1.1.1.2.12.1    tls program_transform_name
    640  1.1.1.2.12.1    tls prefix
    641  1.1.1.2.12.1    tls exec_prefix
    642  1.1.1.2.12.1    tls PACKAGE_URL
    643  1.1.1.2.12.1    tls PACKAGE_BUGREPORT
    644  1.1.1.2.12.1    tls PACKAGE_STRING
    645  1.1.1.2.12.1    tls PACKAGE_VERSION
    646  1.1.1.2.12.1    tls PACKAGE_TARNAME
    647  1.1.1.2.12.1    tls PACKAGE_NAME
    648  1.1.1.2.12.1    tls PATH_SEPARATOR
    649  1.1.1.2.12.1    tls SHELL'
    650  1.1.1.2.12.1    tls ac_subst_files=''
    651  1.1.1.2.12.1    tls ac_user_opts='
    652  1.1.1.2.12.1    tls enable_option_checking
    653  1.1.1.2.12.1    tls enable_gcc
    654  1.1.1.2.12.1    tls with_tk
    655  1.1.1.2.12.1    tls with_x
    656  1.1.1.2.12.1    tls enable_shared
    657  1.1.1.2.12.1    tls with_ldap
    658  1.1.1.2.12.1    tls with_ldap_incdir
    659  1.1.1.2.12.1    tls with_ldap_libdir
    660  1.1.1.2.12.1    tls with_ldap_libraries
    661  1.1.1.2.12.1    tls '
    662  1.1.1.2.12.1    tls       ac_precious_vars='build_alias
    663  1.1.1.2.12.1    tls host_alias
    664  1.1.1.2.12.1    tls target_alias
    665  1.1.1.2.12.1    tls CC
    666  1.1.1.2.12.1    tls CFLAGS
    667  1.1.1.2.12.1    tls LDFLAGS
    668  1.1.1.2.12.1    tls LIBS
    669  1.1.1.2.12.1    tls CPPFLAGS'
    670  1.1.1.2.12.1    tls 
    671           1.1  lukem 
    672           1.1  lukem # Initialize some variables set by options.
    673  1.1.1.2.12.1    tls ac_init_help=
    674  1.1.1.2.12.1    tls ac_init_version=false
    675  1.1.1.2.12.1    tls ac_unrecognized_opts=
    676  1.1.1.2.12.1    tls ac_unrecognized_sep=
    677           1.1  lukem # The variables have the same names as the options, with
    678           1.1  lukem # dashes changed to underlines.
    679  1.1.1.2.12.1    tls cache_file=/dev/null
    680           1.1  lukem exec_prefix=NONE
    681           1.1  lukem no_create=
    682           1.1  lukem no_recursion=
    683           1.1  lukem prefix=NONE
    684           1.1  lukem program_prefix=NONE
    685           1.1  lukem program_suffix=NONE
    686           1.1  lukem program_transform_name=s,x,x,
    687           1.1  lukem silent=
    688           1.1  lukem site=
    689           1.1  lukem srcdir=
    690           1.1  lukem verbose=
    691           1.1  lukem x_includes=NONE
    692           1.1  lukem x_libraries=NONE
    693  1.1.1.2.12.1    tls 
    694  1.1.1.2.12.1    tls # Installation directory options.
    695  1.1.1.2.12.1    tls # These are left unexpanded so users can "make install exec_prefix=/foo"
    696  1.1.1.2.12.1    tls # and all the variables that are supposed to be based on exec_prefix
    697  1.1.1.2.12.1    tls # by default will actually change.
    698  1.1.1.2.12.1    tls # Use braces instead of parens because sh, perl, etc. also accept them.
    699  1.1.1.2.12.1    tls # (The list follows the same order as the GNU Coding Standards.)
    700           1.1  lukem bindir='${exec_prefix}/bin'
    701           1.1  lukem sbindir='${exec_prefix}/sbin'
    702           1.1  lukem libexecdir='${exec_prefix}/libexec'
    703  1.1.1.2.12.1    tls datarootdir='${prefix}/share'
    704  1.1.1.2.12.1    tls datadir='${datarootdir}'
    705           1.1  lukem sysconfdir='${prefix}/etc'
    706           1.1  lukem sharedstatedir='${prefix}/com'
    707           1.1  lukem localstatedir='${prefix}/var'
    708           1.1  lukem includedir='${prefix}/include'
    709           1.1  lukem oldincludedir='/usr/include'
    710  1.1.1.2.12.1    tls docdir='${datarootdir}/doc/${PACKAGE}'
    711  1.1.1.2.12.1    tls infodir='${datarootdir}/info'
    712  1.1.1.2.12.1    tls htmldir='${docdir}'
    713  1.1.1.2.12.1    tls dvidir='${docdir}'
    714  1.1.1.2.12.1    tls pdfdir='${docdir}'
    715  1.1.1.2.12.1    tls psdir='${docdir}'
    716  1.1.1.2.12.1    tls libdir='${exec_prefix}/lib'
    717  1.1.1.2.12.1    tls localedir='${datarootdir}/locale'
    718  1.1.1.2.12.1    tls mandir='${datarootdir}/man'
    719           1.1  lukem 
    720           1.1  lukem ac_prev=
    721  1.1.1.2.12.1    tls ac_dashdash=
    722           1.1  lukem for ac_option
    723           1.1  lukem do
    724           1.1  lukem   # If the previous option needs an argument, assign it.
    725           1.1  lukem   if test -n "$ac_prev"; then
    726  1.1.1.2.12.1    tls     eval $ac_prev=\$ac_option
    727           1.1  lukem     ac_prev=
    728           1.1  lukem     continue
    729           1.1  lukem   fi
    730           1.1  lukem 
    731  1.1.1.2.12.1    tls   case $ac_option in
    732  1.1.1.2.12.1    tls   *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
    733  1.1.1.2.12.1    tls   *)	ac_optarg=yes ;;
    734           1.1  lukem   esac
    735           1.1  lukem 
    736           1.1  lukem   # Accept the important Cygnus configure options, so we can diagnose typos.
    737           1.1  lukem 
    738  1.1.1.2.12.1    tls   case $ac_dashdash$ac_option in
    739  1.1.1.2.12.1    tls   --)
    740  1.1.1.2.12.1    tls     ac_dashdash=yes ;;
    741           1.1  lukem 
    742           1.1  lukem   -bindir | --bindir | --bindi | --bind | --bin | --bi)
    743           1.1  lukem     ac_prev=bindir ;;
    744           1.1  lukem   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
    745  1.1.1.2.12.1    tls     bindir=$ac_optarg ;;
    746           1.1  lukem 
    747           1.1  lukem   -build | --build | --buil | --bui | --bu)
    748  1.1.1.2.12.1    tls     ac_prev=build_alias ;;
    749           1.1  lukem   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
    750  1.1.1.2.12.1    tls     build_alias=$ac_optarg ;;
    751           1.1  lukem 
    752           1.1  lukem   -cache-file | --cache-file | --cache-fil | --cache-fi \
    753           1.1  lukem   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
    754           1.1  lukem     ac_prev=cache_file ;;
    755           1.1  lukem   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
    756           1.1  lukem   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
    757  1.1.1.2.12.1    tls     cache_file=$ac_optarg ;;
    758           1.1  lukem 
    759  1.1.1.2.12.1    tls   --config-cache | -C)
    760  1.1.1.2.12.1    tls     cache_file=config.cache ;;
    761  1.1.1.2.12.1    tls 
    762  1.1.1.2.12.1    tls   -datadir | --datadir | --datadi | --datad)
    763           1.1  lukem     ac_prev=datadir ;;
    764  1.1.1.2.12.1    tls   -datadir=* | --datadir=* | --datadi=* | --datad=*)
    765  1.1.1.2.12.1    tls     datadir=$ac_optarg ;;
    766  1.1.1.2.12.1    tls 
    767  1.1.1.2.12.1    tls   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
    768  1.1.1.2.12.1    tls   | --dataroo | --dataro | --datar)
    769  1.1.1.2.12.1    tls     ac_prev=datarootdir ;;
    770  1.1.1.2.12.1    tls   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
    771  1.1.1.2.12.1    tls   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
    772  1.1.1.2.12.1    tls     datarootdir=$ac_optarg ;;
    773           1.1  lukem 
    774           1.1  lukem   -disable-* | --disable-*)
    775  1.1.1.2.12.1    tls     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    776           1.1  lukem     # Reject names that are not valid shell variable names.
    777  1.1.1.2.12.1    tls     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    778  1.1.1.2.12.1    tls       as_fn_error "invalid feature name: $ac_useropt"
    779  1.1.1.2.12.1    tls     ac_useropt_orig=$ac_useropt
    780  1.1.1.2.12.1    tls     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    781  1.1.1.2.12.1    tls     case $ac_user_opts in
    782  1.1.1.2.12.1    tls       *"
    783  1.1.1.2.12.1    tls "enable_$ac_useropt"
    784  1.1.1.2.12.1    tls "*) ;;
    785  1.1.1.2.12.1    tls       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
    786  1.1.1.2.12.1    tls 	 ac_unrecognized_sep=', ';;
    787  1.1.1.2.12.1    tls     esac
    788  1.1.1.2.12.1    tls     eval enable_$ac_useropt=no ;;
    789  1.1.1.2.12.1    tls 
    790  1.1.1.2.12.1    tls   -docdir | --docdir | --docdi | --doc | --do)
    791  1.1.1.2.12.1    tls     ac_prev=docdir ;;
    792  1.1.1.2.12.1    tls   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
    793  1.1.1.2.12.1    tls     docdir=$ac_optarg ;;
    794  1.1.1.2.12.1    tls 
    795  1.1.1.2.12.1    tls   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
    796  1.1.1.2.12.1    tls     ac_prev=dvidir ;;
    797  1.1.1.2.12.1    tls   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
    798  1.1.1.2.12.1    tls     dvidir=$ac_optarg ;;
    799           1.1  lukem 
    800           1.1  lukem   -enable-* | --enable-*)
    801  1.1.1.2.12.1    tls     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    802           1.1  lukem     # Reject names that are not valid shell variable names.
    803  1.1.1.2.12.1    tls     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    804  1.1.1.2.12.1    tls       as_fn_error "invalid feature name: $ac_useropt"
    805  1.1.1.2.12.1    tls     ac_useropt_orig=$ac_useropt
    806  1.1.1.2.12.1    tls     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    807  1.1.1.2.12.1    tls     case $ac_user_opts in
    808  1.1.1.2.12.1    tls       *"
    809  1.1.1.2.12.1    tls "enable_$ac_useropt"
    810  1.1.1.2.12.1    tls "*) ;;
    811  1.1.1.2.12.1    tls       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
    812  1.1.1.2.12.1    tls 	 ac_unrecognized_sep=', ';;
    813           1.1  lukem     esac
    814  1.1.1.2.12.1    tls     eval enable_$ac_useropt=\$ac_optarg ;;
    815           1.1  lukem 
    816           1.1  lukem   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
    817           1.1  lukem   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
    818           1.1  lukem   | --exec | --exe | --ex)
    819           1.1  lukem     ac_prev=exec_prefix ;;
    820           1.1  lukem   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
    821           1.1  lukem   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
    822           1.1  lukem   | --exec=* | --exe=* | --ex=*)
    823  1.1.1.2.12.1    tls     exec_prefix=$ac_optarg ;;
    824           1.1  lukem 
    825           1.1  lukem   -gas | --gas | --ga | --g)
    826           1.1  lukem     # Obsolete; use --with-gas.
    827           1.1  lukem     with_gas=yes ;;
    828           1.1  lukem 
    829  1.1.1.2.12.1    tls   -help | --help | --hel | --he | -h)
    830  1.1.1.2.12.1    tls     ac_init_help=long ;;
    831  1.1.1.2.12.1    tls   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
    832  1.1.1.2.12.1    tls     ac_init_help=recursive ;;
    833  1.1.1.2.12.1    tls   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
    834  1.1.1.2.12.1    tls     ac_init_help=short ;;
    835           1.1  lukem 
    836           1.1  lukem   -host | --host | --hos | --ho)
    837  1.1.1.2.12.1    tls     ac_prev=host_alias ;;
    838           1.1  lukem   -host=* | --host=* | --hos=* | --ho=*)
    839  1.1.1.2.12.1    tls     host_alias=$ac_optarg ;;
    840  1.1.1.2.12.1    tls 
    841  1.1.1.2.12.1    tls   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
    842  1.1.1.2.12.1    tls     ac_prev=htmldir ;;
    843  1.1.1.2.12.1    tls   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
    844  1.1.1.2.12.1    tls   | --ht=*)
    845  1.1.1.2.12.1    tls     htmldir=$ac_optarg ;;
    846           1.1  lukem 
    847           1.1  lukem   -includedir | --includedir | --includedi | --included | --include \
    848           1.1  lukem   | --includ | --inclu | --incl | --inc)
    849           1.1  lukem     ac_prev=includedir ;;
    850           1.1  lukem   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
    851           1.1  lukem   | --includ=* | --inclu=* | --incl=* | --inc=*)
    852  1.1.1.2.12.1    tls     includedir=$ac_optarg ;;
    853           1.1  lukem 
    854           1.1  lukem   -infodir | --infodir | --infodi | --infod | --info | --inf)
    855           1.1  lukem     ac_prev=infodir ;;
    856           1.1  lukem   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
    857  1.1.1.2.12.1    tls     infodir=$ac_optarg ;;
    858           1.1  lukem 
    859           1.1  lukem   -libdir | --libdir | --libdi | --libd)
    860           1.1  lukem     ac_prev=libdir ;;
    861           1.1  lukem   -libdir=* | --libdir=* | --libdi=* | --libd=*)
    862  1.1.1.2.12.1    tls     libdir=$ac_optarg ;;
    863           1.1  lukem 
    864           1.1  lukem   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
    865           1.1  lukem   | --libexe | --libex | --libe)
    866           1.1  lukem     ac_prev=libexecdir ;;
    867           1.1  lukem   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
    868           1.1  lukem   | --libexe=* | --libex=* | --libe=*)
    869  1.1.1.2.12.1    tls     libexecdir=$ac_optarg ;;
    870  1.1.1.2.12.1    tls 
    871  1.1.1.2.12.1    tls   -localedir | --localedir | --localedi | --localed | --locale)
    872  1.1.1.2.12.1    tls     ac_prev=localedir ;;
    873  1.1.1.2.12.1    tls   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
    874  1.1.1.2.12.1    tls     localedir=$ac_optarg ;;
    875           1.1  lukem 
    876           1.1  lukem   -localstatedir | --localstatedir | --localstatedi | --localstated \
    877  1.1.1.2.12.1    tls   | --localstate | --localstat | --localsta | --localst | --locals)
    878           1.1  lukem     ac_prev=localstatedir ;;
    879           1.1  lukem   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
    880  1.1.1.2.12.1    tls   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
    881  1.1.1.2.12.1    tls     localstatedir=$ac_optarg ;;
    882           1.1  lukem 
    883           1.1  lukem   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
    884           1.1  lukem     ac_prev=mandir ;;
    885           1.1  lukem   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
    886  1.1.1.2.12.1    tls     mandir=$ac_optarg ;;
    887           1.1  lukem 
    888           1.1  lukem   -nfp | --nfp | --nf)
    889           1.1  lukem     # Obsolete; use --without-fp.
    890           1.1  lukem     with_fp=no ;;
    891           1.1  lukem 
    892           1.1  lukem   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
    893  1.1.1.2.12.1    tls   | --no-cr | --no-c | -n)
    894           1.1  lukem     no_create=yes ;;
    895           1.1  lukem 
    896           1.1  lukem   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
    897           1.1  lukem   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
    898           1.1  lukem     no_recursion=yes ;;
    899           1.1  lukem 
    900           1.1  lukem   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
    901           1.1  lukem   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
    902           1.1  lukem   | --oldin | --oldi | --old | --ol | --o)
    903           1.1  lukem     ac_prev=oldincludedir ;;
    904           1.1  lukem   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
    905           1.1  lukem   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
    906           1.1  lukem   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
    907  1.1.1.2.12.1    tls     oldincludedir=$ac_optarg ;;
    908           1.1  lukem 
    909           1.1  lukem   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
    910           1.1  lukem     ac_prev=prefix ;;
    911           1.1  lukem   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
    912  1.1.1.2.12.1    tls     prefix=$ac_optarg ;;
    913           1.1  lukem 
    914           1.1  lukem   -program-prefix | --program-prefix | --program-prefi | --program-pref \
    915           1.1  lukem   | --program-pre | --program-pr | --program-p)
    916           1.1  lukem     ac_prev=program_prefix ;;
    917           1.1  lukem   -program-prefix=* | --program-prefix=* | --program-prefi=* \
    918           1.1  lukem   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
    919  1.1.1.2.12.1    tls     program_prefix=$ac_optarg ;;
    920           1.1  lukem 
    921           1.1  lukem   -program-suffix | --program-suffix | --program-suffi | --program-suff \
    922           1.1  lukem   | --program-suf | --program-su | --program-s)
    923           1.1  lukem     ac_prev=program_suffix ;;
    924           1.1  lukem   -program-suffix=* | --program-suffix=* | --program-suffi=* \
    925           1.1  lukem   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
    926  1.1.1.2.12.1    tls     program_suffix=$ac_optarg ;;
    927           1.1  lukem 
    928           1.1  lukem   -program-transform-name | --program-transform-name \
    929           1.1  lukem   | --program-transform-nam | --program-transform-na \
    930           1.1  lukem   | --program-transform-n | --program-transform- \
    931           1.1  lukem   | --program-transform | --program-transfor \
    932           1.1  lukem   | --program-transfo | --program-transf \
    933           1.1  lukem   | --program-trans | --program-tran \
    934           1.1  lukem   | --progr-tra | --program-tr | --program-t)
    935           1.1  lukem     ac_prev=program_transform_name ;;
    936           1.1  lukem   -program-transform-name=* | --program-transform-name=* \
    937           1.1  lukem   | --program-transform-nam=* | --program-transform-na=* \
    938           1.1  lukem   | --program-transform-n=* | --program-transform-=* \
    939           1.1  lukem   | --program-transform=* | --program-transfor=* \
    940           1.1  lukem   | --program-transfo=* | --program-transf=* \
    941           1.1  lukem   | --program-trans=* | --program-tran=* \
    942           1.1  lukem   | --progr-tra=* | --program-tr=* | --program-t=*)
    943  1.1.1.2.12.1    tls     program_transform_name=$ac_optarg ;;
    944  1.1.1.2.12.1    tls 
    945  1.1.1.2.12.1    tls   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
    946  1.1.1.2.12.1    tls     ac_prev=pdfdir ;;
    947  1.1.1.2.12.1    tls   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
    948  1.1.1.2.12.1    tls     pdfdir=$ac_optarg ;;
    949  1.1.1.2.12.1    tls 
    950  1.1.1.2.12.1    tls   -psdir | --psdir | --psdi | --psd | --ps)
    951  1.1.1.2.12.1    tls     ac_prev=psdir ;;
    952  1.1.1.2.12.1    tls   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
    953  1.1.1.2.12.1    tls     psdir=$ac_optarg ;;
    954           1.1  lukem 
    955           1.1  lukem   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    956           1.1  lukem   | -silent | --silent | --silen | --sile | --sil)
    957           1.1  lukem     silent=yes ;;
    958           1.1  lukem 
    959           1.1  lukem   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
    960           1.1  lukem     ac_prev=sbindir ;;
    961           1.1  lukem   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
    962           1.1  lukem   | --sbi=* | --sb=*)
    963  1.1.1.2.12.1    tls     sbindir=$ac_optarg ;;
    964           1.1  lukem 
    965           1.1  lukem   -sharedstatedir | --sharedstatedir | --sharedstatedi \
    966           1.1  lukem   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
    967           1.1  lukem   | --sharedst | --shareds | --shared | --share | --shar \
    968           1.1  lukem   | --sha | --sh)
    969           1.1  lukem     ac_prev=sharedstatedir ;;
    970           1.1  lukem   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
    971           1.1  lukem   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
    972           1.1  lukem   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
    973           1.1  lukem   | --sha=* | --sh=*)
    974  1.1.1.2.12.1    tls     sharedstatedir=$ac_optarg ;;
    975           1.1  lukem 
    976           1.1  lukem   -site | --site | --sit)
    977           1.1  lukem     ac_prev=site ;;
    978           1.1  lukem   -site=* | --site=* | --sit=*)
    979  1.1.1.2.12.1    tls     site=$ac_optarg ;;
    980           1.1  lukem 
    981           1.1  lukem   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
    982           1.1  lukem     ac_prev=srcdir ;;
    983           1.1  lukem   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
    984  1.1.1.2.12.1    tls     srcdir=$ac_optarg ;;
    985           1.1  lukem 
    986           1.1  lukem   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
    987           1.1  lukem   | --syscon | --sysco | --sysc | --sys | --sy)
    988           1.1  lukem     ac_prev=sysconfdir ;;
    989           1.1  lukem   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
    990           1.1  lukem   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
    991  1.1.1.2.12.1    tls     sysconfdir=$ac_optarg ;;
    992           1.1  lukem 
    993           1.1  lukem   -target | --target | --targe | --targ | --tar | --ta | --t)
    994  1.1.1.2.12.1    tls     ac_prev=target_alias ;;
    995           1.1  lukem   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
    996  1.1.1.2.12.1    tls     target_alias=$ac_optarg ;;
    997           1.1  lukem 
    998           1.1  lukem   -v | -verbose | --verbose | --verbos | --verbo | --verb)
    999           1.1  lukem     verbose=yes ;;
   1000           1.1  lukem 
   1001  1.1.1.2.12.1    tls   -version | --version | --versio | --versi | --vers | -V)
   1002  1.1.1.2.12.1    tls     ac_init_version=: ;;
   1003           1.1  lukem 
   1004           1.1  lukem   -with-* | --with-*)
   1005  1.1.1.2.12.1    tls     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
   1006           1.1  lukem     # Reject names that are not valid shell variable names.
   1007  1.1.1.2.12.1    tls     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   1008  1.1.1.2.12.1    tls       as_fn_error "invalid package name: $ac_useropt"
   1009  1.1.1.2.12.1    tls     ac_useropt_orig=$ac_useropt
   1010  1.1.1.2.12.1    tls     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   1011  1.1.1.2.12.1    tls     case $ac_user_opts in
   1012  1.1.1.2.12.1    tls       *"
   1013  1.1.1.2.12.1    tls "with_$ac_useropt"
   1014  1.1.1.2.12.1    tls "*) ;;
   1015  1.1.1.2.12.1    tls       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
   1016  1.1.1.2.12.1    tls 	 ac_unrecognized_sep=', ';;
   1017           1.1  lukem     esac
   1018  1.1.1.2.12.1    tls     eval with_$ac_useropt=\$ac_optarg ;;
   1019           1.1  lukem 
   1020           1.1  lukem   -without-* | --without-*)
   1021  1.1.1.2.12.1    tls     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
   1022           1.1  lukem     # Reject names that are not valid shell variable names.
   1023  1.1.1.2.12.1    tls     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   1024  1.1.1.2.12.1    tls       as_fn_error "invalid package name: $ac_useropt"
   1025  1.1.1.2.12.1    tls     ac_useropt_orig=$ac_useropt
   1026  1.1.1.2.12.1    tls     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   1027  1.1.1.2.12.1    tls     case $ac_user_opts in
   1028  1.1.1.2.12.1    tls       *"
   1029  1.1.1.2.12.1    tls "with_$ac_useropt"
   1030  1.1.1.2.12.1    tls "*) ;;
   1031  1.1.1.2.12.1    tls       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
   1032  1.1.1.2.12.1    tls 	 ac_unrecognized_sep=', ';;
   1033  1.1.1.2.12.1    tls     esac
   1034  1.1.1.2.12.1    tls     eval with_$ac_useropt=no ;;
   1035           1.1  lukem 
   1036           1.1  lukem   --x)
   1037           1.1  lukem     # Obsolete; use --with-x.
   1038           1.1  lukem     with_x=yes ;;
   1039           1.1  lukem 
   1040           1.1  lukem   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
   1041           1.1  lukem   | --x-incl | --x-inc | --x-in | --x-i)
   1042           1.1  lukem     ac_prev=x_includes ;;
   1043           1.1  lukem   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
   1044           1.1  lukem   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
   1045  1.1.1.2.12.1    tls     x_includes=$ac_optarg ;;
   1046           1.1  lukem 
   1047           1.1  lukem   -x-libraries | --x-libraries | --x-librarie | --x-librari \
   1048           1.1  lukem   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
   1049           1.1  lukem     ac_prev=x_libraries ;;
   1050           1.1  lukem   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
   1051           1.1  lukem   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
   1052  1.1.1.2.12.1    tls     x_libraries=$ac_optarg ;;
   1053           1.1  lukem 
   1054  1.1.1.2.12.1    tls   -*) as_fn_error "unrecognized option: \`$ac_option'
   1055  1.1.1.2.12.1    tls Try \`$0 --help' for more information."
   1056           1.1  lukem     ;;
   1057           1.1  lukem 
   1058  1.1.1.2.12.1    tls   *=*)
   1059  1.1.1.2.12.1    tls     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
   1060  1.1.1.2.12.1    tls     # Reject names that are not valid shell variable names.
   1061  1.1.1.2.12.1    tls     case $ac_envvar in #(
   1062  1.1.1.2.12.1    tls       '' | [0-9]* | *[!_$as_cr_alnum]* )
   1063  1.1.1.2.12.1    tls       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
   1064  1.1.1.2.12.1    tls     esac
   1065  1.1.1.2.12.1    tls     eval $ac_envvar=\$ac_optarg
   1066  1.1.1.2.12.1    tls     export $ac_envvar ;;
   1067  1.1.1.2.12.1    tls 
   1068           1.1  lukem   *)
   1069  1.1.1.2.12.1    tls     # FIXME: should be removed in autoconf 3.0.
   1070  1.1.1.2.12.1    tls     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
   1071  1.1.1.2.12.1    tls     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
   1072  1.1.1.2.12.1    tls       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
   1073  1.1.1.2.12.1    tls     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
   1074           1.1  lukem     ;;
   1075           1.1  lukem 
   1076           1.1  lukem   esac
   1077           1.1  lukem done
   1078           1.1  lukem 
   1079           1.1  lukem if test -n "$ac_prev"; then
   1080  1.1.1.2.12.1    tls   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
   1081  1.1.1.2.12.1    tls   as_fn_error "missing argument to $ac_option"
   1082           1.1  lukem fi
   1083           1.1  lukem 
   1084  1.1.1.2.12.1    tls if test -n "$ac_unrecognized_opts"; then
   1085  1.1.1.2.12.1    tls   case $enable_option_checking in
   1086  1.1.1.2.12.1    tls     no) ;;
   1087  1.1.1.2.12.1    tls     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
   1088  1.1.1.2.12.1    tls     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
   1089  1.1.1.2.12.1    tls   esac
   1090           1.1  lukem fi
   1091           1.1  lukem 
   1092  1.1.1.2.12.1    tls # Check all directory arguments for consistency.
   1093  1.1.1.2.12.1    tls for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
   1094  1.1.1.2.12.1    tls 		datadir sysconfdir sharedstatedir localstatedir includedir \
   1095  1.1.1.2.12.1    tls 		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
   1096  1.1.1.2.12.1    tls 		libdir localedir mandir
   1097           1.1  lukem do
   1098  1.1.1.2.12.1    tls   eval ac_val=\$$ac_var
   1099  1.1.1.2.12.1    tls   # Remove trailing slashes.
   1100  1.1.1.2.12.1    tls   case $ac_val in
   1101  1.1.1.2.12.1    tls     */ )
   1102  1.1.1.2.12.1    tls       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
   1103  1.1.1.2.12.1    tls       eval $ac_var=\$ac_val;;
   1104           1.1  lukem   esac
   1105  1.1.1.2.12.1    tls   # Be sure to have absolute directory names.
   1106  1.1.1.2.12.1    tls   case $ac_val in
   1107  1.1.1.2.12.1    tls     [\\/$]* | ?:[\\/]* )  continue;;
   1108  1.1.1.2.12.1    tls     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
   1109  1.1.1.2.12.1    tls   esac
   1110  1.1.1.2.12.1    tls   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
   1111           1.1  lukem done
   1112           1.1  lukem 
   1113  1.1.1.2.12.1    tls # There might be people who depend on the old broken behavior: `$host'
   1114  1.1.1.2.12.1    tls # used to hold the argument of --host etc.
   1115  1.1.1.2.12.1    tls # FIXME: To remove some day.
   1116  1.1.1.2.12.1    tls build=$build_alias
   1117  1.1.1.2.12.1    tls host=$host_alias
   1118  1.1.1.2.12.1    tls target=$target_alias
   1119  1.1.1.2.12.1    tls 
   1120  1.1.1.2.12.1    tls # FIXME: To remove some day.
   1121  1.1.1.2.12.1    tls if test "x$host_alias" != x; then
   1122  1.1.1.2.12.1    tls   if test "x$build_alias" = x; then
   1123  1.1.1.2.12.1    tls     cross_compiling=maybe
   1124  1.1.1.2.12.1    tls     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
   1125  1.1.1.2.12.1    tls     If a cross compiler is detected then cross compile mode will be used." >&2
   1126  1.1.1.2.12.1    tls   elif test "x$build_alias" != "x$host_alias"; then
   1127  1.1.1.2.12.1    tls     cross_compiling=yes
   1128  1.1.1.2.12.1    tls   fi
   1129  1.1.1.2.12.1    tls fi
   1130  1.1.1.2.12.1    tls 
   1131  1.1.1.2.12.1    tls ac_tool_prefix=
   1132  1.1.1.2.12.1    tls test -n "$host_alias" && ac_tool_prefix=$host_alias-
   1133  1.1.1.2.12.1    tls 
   1134  1.1.1.2.12.1    tls test "$silent" = yes && exec 6>/dev/null
   1135  1.1.1.2.12.1    tls 
   1136  1.1.1.2.12.1    tls 
   1137  1.1.1.2.12.1    tls ac_pwd=`pwd` && test -n "$ac_pwd" &&
   1138  1.1.1.2.12.1    tls ac_ls_di=`ls -di .` &&
   1139  1.1.1.2.12.1    tls ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
   1140  1.1.1.2.12.1    tls   as_fn_error "working directory cannot be determined"
   1141  1.1.1.2.12.1    tls test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
   1142  1.1.1.2.12.1    tls   as_fn_error "pwd does not report name of working directory"
   1143           1.1  lukem 
   1144           1.1  lukem 
   1145           1.1  lukem # Find the source files, if location was not specified.
   1146           1.1  lukem if test -z "$srcdir"; then
   1147           1.1  lukem   ac_srcdir_defaulted=yes
   1148  1.1.1.2.12.1    tls   # Try the directory containing this script, then the parent directory.
   1149  1.1.1.2.12.1    tls   ac_confdir=`$as_dirname -- "$as_myself" ||
   1150  1.1.1.2.12.1    tls $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   1151  1.1.1.2.12.1    tls 	 X"$as_myself" : 'X\(//\)[^/]' \| \
   1152  1.1.1.2.12.1    tls 	 X"$as_myself" : 'X\(//\)$' \| \
   1153  1.1.1.2.12.1    tls 	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
   1154  1.1.1.2.12.1    tls $as_echo X"$as_myself" |
   1155  1.1.1.2.12.1    tls     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   1156  1.1.1.2.12.1    tls 	    s//\1/
   1157  1.1.1.2.12.1    tls 	    q
   1158  1.1.1.2.12.1    tls 	  }
   1159  1.1.1.2.12.1    tls 	  /^X\(\/\/\)[^/].*/{
   1160  1.1.1.2.12.1    tls 	    s//\1/
   1161  1.1.1.2.12.1    tls 	    q
   1162  1.1.1.2.12.1    tls 	  }
   1163  1.1.1.2.12.1    tls 	  /^X\(\/\/\)$/{
   1164  1.1.1.2.12.1    tls 	    s//\1/
   1165  1.1.1.2.12.1    tls 	    q
   1166  1.1.1.2.12.1    tls 	  }
   1167  1.1.1.2.12.1    tls 	  /^X\(\/\).*/{
   1168  1.1.1.2.12.1    tls 	    s//\1/
   1169  1.1.1.2.12.1    tls 	    q
   1170  1.1.1.2.12.1    tls 	  }
   1171  1.1.1.2.12.1    tls 	  s/.*/./; q'`
   1172           1.1  lukem   srcdir=$ac_confdir
   1173  1.1.1.2.12.1    tls   if test ! -r "$srcdir/$ac_unique_file"; then
   1174           1.1  lukem     srcdir=..
   1175           1.1  lukem   fi
   1176           1.1  lukem else
   1177           1.1  lukem   ac_srcdir_defaulted=no
   1178           1.1  lukem fi
   1179  1.1.1.2.12.1    tls if test ! -r "$srcdir/$ac_unique_file"; then
   1180  1.1.1.2.12.1    tls   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
   1181  1.1.1.2.12.1    tls   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
   1182  1.1.1.2.12.1    tls fi
   1183  1.1.1.2.12.1    tls ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
   1184  1.1.1.2.12.1    tls ac_abs_confdir=`(
   1185  1.1.1.2.12.1    tls 	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
   1186  1.1.1.2.12.1    tls 	pwd)`
   1187  1.1.1.2.12.1    tls # When building in place, set srcdir=.
   1188  1.1.1.2.12.1    tls if test "$ac_abs_confdir" = "$ac_pwd"; then
   1189  1.1.1.2.12.1    tls   srcdir=.
   1190  1.1.1.2.12.1    tls fi
   1191  1.1.1.2.12.1    tls # Remove unnecessary trailing slashes from srcdir.
   1192  1.1.1.2.12.1    tls # Double slashes in file names in object file debugging info
   1193  1.1.1.2.12.1    tls # mess up M-x gdb in Emacs.
   1194  1.1.1.2.12.1    tls case $srcdir in
   1195  1.1.1.2.12.1    tls */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
   1196  1.1.1.2.12.1    tls esac
   1197  1.1.1.2.12.1    tls for ac_var in $ac_precious_vars; do
   1198  1.1.1.2.12.1    tls   eval ac_env_${ac_var}_set=\${${ac_var}+set}
   1199  1.1.1.2.12.1    tls   eval ac_env_${ac_var}_value=\$${ac_var}
   1200  1.1.1.2.12.1    tls   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
   1201  1.1.1.2.12.1    tls   eval ac_cv_env_${ac_var}_value=\$${ac_var}
   1202  1.1.1.2.12.1    tls done
   1203  1.1.1.2.12.1    tls 
   1204  1.1.1.2.12.1    tls #
   1205  1.1.1.2.12.1    tls # Report the --help message.
   1206  1.1.1.2.12.1    tls #
   1207  1.1.1.2.12.1    tls if test "$ac_init_help" = "long"; then
   1208  1.1.1.2.12.1    tls   # Omit some internal or obsolete options to make the list less imposing.
   1209  1.1.1.2.12.1    tls   # This message is too long to be a string in the A/UX 3.1 sh.
   1210  1.1.1.2.12.1    tls   cat <<_ACEOF
   1211  1.1.1.2.12.1    tls \`configure' configures this package to adapt to many kinds of systems.
   1212  1.1.1.2.12.1    tls 
   1213  1.1.1.2.12.1    tls Usage: $0 [OPTION]... [VAR=VALUE]...
   1214  1.1.1.2.12.1    tls 
   1215  1.1.1.2.12.1    tls To assign environment variables (e.g., CC, CFLAGS...), specify them as
   1216  1.1.1.2.12.1    tls VAR=VALUE.  See below for descriptions of some of the useful variables.
   1217  1.1.1.2.12.1    tls 
   1218  1.1.1.2.12.1    tls Defaults for the options are specified in brackets.
   1219  1.1.1.2.12.1    tls 
   1220  1.1.1.2.12.1    tls Configuration:
   1221  1.1.1.2.12.1    tls   -h, --help              display this help and exit
   1222  1.1.1.2.12.1    tls       --help=short        display options specific to this package
   1223  1.1.1.2.12.1    tls       --help=recursive    display the short help of all the included packages
   1224  1.1.1.2.12.1    tls   -V, --version           display version information and exit
   1225  1.1.1.2.12.1    tls   -q, --quiet, --silent   do not print \`checking...' messages
   1226  1.1.1.2.12.1    tls       --cache-file=FILE   cache test results in FILE [disabled]
   1227  1.1.1.2.12.1    tls   -C, --config-cache      alias for \`--cache-file=config.cache'
   1228  1.1.1.2.12.1    tls   -n, --no-create         do not create output files
   1229  1.1.1.2.12.1    tls       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
   1230  1.1.1.2.12.1    tls 
   1231  1.1.1.2.12.1    tls Installation directories:
   1232  1.1.1.2.12.1    tls   --prefix=PREFIX         install architecture-independent files in PREFIX
   1233  1.1.1.2.12.1    tls                           [$ac_default_prefix]
   1234  1.1.1.2.12.1    tls   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
   1235  1.1.1.2.12.1    tls                           [PREFIX]
   1236  1.1.1.2.12.1    tls 
   1237  1.1.1.2.12.1    tls By default, \`make install' will install all the files in
   1238  1.1.1.2.12.1    tls \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
   1239  1.1.1.2.12.1    tls an installation prefix other than \`$ac_default_prefix' using \`--prefix',
   1240  1.1.1.2.12.1    tls for instance \`--prefix=\$HOME'.
   1241  1.1.1.2.12.1    tls 
   1242  1.1.1.2.12.1    tls For better control, use the options below.
   1243  1.1.1.2.12.1    tls 
   1244  1.1.1.2.12.1    tls Fine tuning of the installation directories:
   1245  1.1.1.2.12.1    tls   --bindir=DIR            user executables [EPREFIX/bin]
   1246  1.1.1.2.12.1    tls   --sbindir=DIR           system admin executables [EPREFIX/sbin]
   1247  1.1.1.2.12.1    tls   --libexecdir=DIR        program executables [EPREFIX/libexec]
   1248  1.1.1.2.12.1    tls   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
   1249  1.1.1.2.12.1    tls   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
   1250  1.1.1.2.12.1    tls   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
   1251  1.1.1.2.12.1    tls   --libdir=DIR            object code libraries [EPREFIX/lib]
   1252  1.1.1.2.12.1    tls   --includedir=DIR        C header files [PREFIX/include]
   1253  1.1.1.2.12.1    tls   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
   1254  1.1.1.2.12.1    tls   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
   1255  1.1.1.2.12.1    tls   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
   1256  1.1.1.2.12.1    tls   --infodir=DIR           info documentation [DATAROOTDIR/info]
   1257  1.1.1.2.12.1    tls   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
   1258  1.1.1.2.12.1    tls   --mandir=DIR            man documentation [DATAROOTDIR/man]
   1259  1.1.1.2.12.1    tls   --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
   1260  1.1.1.2.12.1    tls   --htmldir=DIR           html documentation [DOCDIR]
   1261  1.1.1.2.12.1    tls   --dvidir=DIR            dvi documentation [DOCDIR]
   1262  1.1.1.2.12.1    tls   --pdfdir=DIR            pdf documentation [DOCDIR]
   1263  1.1.1.2.12.1    tls   --psdir=DIR             ps documentation [DOCDIR]
   1264  1.1.1.2.12.1    tls _ACEOF
   1265  1.1.1.2.12.1    tls 
   1266  1.1.1.2.12.1    tls   cat <<\_ACEOF
   1267  1.1.1.2.12.1    tls _ACEOF
   1268           1.1  lukem fi
   1269           1.1  lukem 
   1270  1.1.1.2.12.1    tls if test -n "$ac_init_help"; then
   1271  1.1.1.2.12.1    tls 
   1272  1.1.1.2.12.1    tls   cat <<\_ACEOF
   1273  1.1.1.2.12.1    tls 
   1274  1.1.1.2.12.1    tls Optional Features:
   1275  1.1.1.2.12.1    tls   --disable-option-checking  ignore unrecognized --enable/--with options
   1276  1.1.1.2.12.1    tls   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
   1277  1.1.1.2.12.1    tls   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
   1278  1.1.1.2.12.1    tls   --enable-gcc            allow use of gcc if available
   1279  1.1.1.2.12.1    tls   --enable-shared         build libldaptcl as a shared library
   1280  1.1.1.2.12.1    tls 
   1281  1.1.1.2.12.1    tls Optional Packages:
   1282  1.1.1.2.12.1    tls   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
   1283  1.1.1.2.12.1    tls   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
   1284  1.1.1.2.12.1    tls   --with-tk=DIR          use Tk 8.0 binaries from DIR
   1285  1.1.1.2.12.1    tls   --without-x            do not build/install ldapwish
   1286  1.1.1.2.12.1    tls   --with-ldap=<dir>           common parent of ldap include and lib dirs
   1287  1.1.1.2.12.1    tls   --with-ldap-incdir=<dir>    path to ldap.h
   1288  1.1.1.2.12.1    tls   --with-ldap-libdir=<dir>    path to ldap and lber libs
   1289  1.1.1.2.12.1    tls   --with-ldap-libflags=<libnames>   -l flags for ldap libraries
   1290  1.1.1.2.12.1    tls 
   1291  1.1.1.2.12.1    tls Some influential environment variables:
   1292  1.1.1.2.12.1    tls   CC          C compiler command
   1293  1.1.1.2.12.1    tls   CFLAGS      C compiler flags
   1294  1.1.1.2.12.1    tls   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
   1295  1.1.1.2.12.1    tls               nonstandard directory <lib dir>
   1296  1.1.1.2.12.1    tls   LIBS        libraries to pass to the linker, e.g. -l<library>
   1297  1.1.1.2.12.1    tls   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
   1298  1.1.1.2.12.1    tls               you have headers in a nonstandard directory <include dir>
   1299  1.1.1.2.12.1    tls 
   1300  1.1.1.2.12.1    tls Use these variables to override the choices made by `configure' or to help
   1301  1.1.1.2.12.1    tls it to find libraries and programs with nonstandard names/locations.
   1302  1.1.1.2.12.1    tls 
   1303  1.1.1.2.12.1    tls Report bugs to the package provider.
   1304  1.1.1.2.12.1    tls _ACEOF
   1305  1.1.1.2.12.1    tls ac_status=$?
   1306  1.1.1.2.12.1    tls fi
   1307  1.1.1.2.12.1    tls 
   1308  1.1.1.2.12.1    tls if test "$ac_init_help" = "recursive"; then
   1309  1.1.1.2.12.1    tls   # If there are subdirs, report their specific --help.
   1310  1.1.1.2.12.1    tls   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
   1311  1.1.1.2.12.1    tls     test -d "$ac_dir" ||
   1312  1.1.1.2.12.1    tls       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
   1313  1.1.1.2.12.1    tls       continue
   1314  1.1.1.2.12.1    tls     ac_builddir=.
   1315  1.1.1.2.12.1    tls 
   1316  1.1.1.2.12.1    tls case "$ac_dir" in
   1317  1.1.1.2.12.1    tls .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
   1318  1.1.1.2.12.1    tls *)
   1319  1.1.1.2.12.1    tls   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
   1320  1.1.1.2.12.1    tls   # A ".." for each directory in $ac_dir_suffix.
   1321  1.1.1.2.12.1    tls   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
   1322  1.1.1.2.12.1    tls   case $ac_top_builddir_sub in
   1323  1.1.1.2.12.1    tls   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
   1324  1.1.1.2.12.1    tls   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
   1325  1.1.1.2.12.1    tls   esac ;;
   1326  1.1.1.2.12.1    tls esac
   1327  1.1.1.2.12.1    tls ac_abs_top_builddir=$ac_pwd
   1328  1.1.1.2.12.1    tls ac_abs_builddir=$ac_pwd$ac_dir_suffix
   1329  1.1.1.2.12.1    tls # for backward compatibility:
   1330  1.1.1.2.12.1    tls ac_top_builddir=$ac_top_build_prefix
   1331  1.1.1.2.12.1    tls 
   1332  1.1.1.2.12.1    tls case $srcdir in
   1333  1.1.1.2.12.1    tls   .)  # We are building in place.
   1334  1.1.1.2.12.1    tls     ac_srcdir=.
   1335  1.1.1.2.12.1    tls     ac_top_srcdir=$ac_top_builddir_sub
   1336  1.1.1.2.12.1    tls     ac_abs_top_srcdir=$ac_pwd ;;
   1337  1.1.1.2.12.1    tls   [\\/]* | ?:[\\/]* )  # Absolute name.
   1338  1.1.1.2.12.1    tls     ac_srcdir=$srcdir$ac_dir_suffix;
   1339  1.1.1.2.12.1    tls     ac_top_srcdir=$srcdir
   1340  1.1.1.2.12.1    tls     ac_abs_top_srcdir=$srcdir ;;
   1341  1.1.1.2.12.1    tls   *) # Relative name.
   1342  1.1.1.2.12.1    tls     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
   1343  1.1.1.2.12.1    tls     ac_top_srcdir=$ac_top_build_prefix$srcdir
   1344  1.1.1.2.12.1    tls     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
   1345  1.1.1.2.12.1    tls esac
   1346  1.1.1.2.12.1    tls ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
   1347  1.1.1.2.12.1    tls 
   1348  1.1.1.2.12.1    tls     cd "$ac_dir" || { ac_status=$?; continue; }
   1349  1.1.1.2.12.1    tls     # Check for guested configure.
   1350  1.1.1.2.12.1    tls     if test -f "$ac_srcdir/configure.gnu"; then
   1351  1.1.1.2.12.1    tls       echo &&
   1352  1.1.1.2.12.1    tls       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
   1353  1.1.1.2.12.1    tls     elif test -f "$ac_srcdir/configure"; then
   1354  1.1.1.2.12.1    tls       echo &&
   1355  1.1.1.2.12.1    tls       $SHELL "$ac_srcdir/configure" --help=recursive
   1356  1.1.1.2.12.1    tls     else
   1357  1.1.1.2.12.1    tls       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
   1358  1.1.1.2.12.1    tls     fi || ac_status=$?
   1359  1.1.1.2.12.1    tls     cd "$ac_pwd" || { ac_status=$?; break; }
   1360  1.1.1.2.12.1    tls   done
   1361  1.1.1.2.12.1    tls fi
   1362  1.1.1.2.12.1    tls 
   1363  1.1.1.2.12.1    tls test -n "$ac_init_help" && exit $ac_status
   1364  1.1.1.2.12.1    tls if $ac_init_version; then
   1365  1.1.1.2.12.1    tls   cat <<\_ACEOF
   1366  1.1.1.2.12.1    tls configure
   1367  1.1.1.2.12.1    tls generated by GNU Autoconf 2.65
   1368  1.1.1.2.12.1    tls 
   1369  1.1.1.2.12.1    tls Copyright (C) 2009 Free Software Foundation, Inc.
   1370  1.1.1.2.12.1    tls This configure script is free software; the Free Software Foundation
   1371  1.1.1.2.12.1    tls gives unlimited permission to copy, distribute and modify it.
   1372  1.1.1.2.12.1    tls _ACEOF
   1373  1.1.1.2.12.1    tls   exit
   1374  1.1.1.2.12.1    tls fi
   1375  1.1.1.2.12.1    tls 
   1376  1.1.1.2.12.1    tls ## ------------------------ ##
   1377  1.1.1.2.12.1    tls ## Autoconf initialization. ##
   1378  1.1.1.2.12.1    tls ## ------------------------ ##
   1379  1.1.1.2.12.1    tls 
   1380  1.1.1.2.12.1    tls # ac_fn_c_try_compile LINENO
   1381  1.1.1.2.12.1    tls # --------------------------
   1382  1.1.1.2.12.1    tls # Try to compile conftest.$ac_ext, and return whether this succeeded.
   1383  1.1.1.2.12.1    tls ac_fn_c_try_compile ()
   1384  1.1.1.2.12.1    tls {
   1385  1.1.1.2.12.1    tls   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1386  1.1.1.2.12.1    tls   rm -f conftest.$ac_objext
   1387  1.1.1.2.12.1    tls   if { { ac_try="$ac_compile"
   1388  1.1.1.2.12.1    tls case "(($ac_try" in
   1389  1.1.1.2.12.1    tls   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1390  1.1.1.2.12.1    tls   *) ac_try_echo=$ac_try;;
   1391  1.1.1.2.12.1    tls esac
   1392  1.1.1.2.12.1    tls eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   1393  1.1.1.2.12.1    tls $as_echo "$ac_try_echo"; } >&5
   1394  1.1.1.2.12.1    tls   (eval "$ac_compile") 2>conftest.err
   1395  1.1.1.2.12.1    tls   ac_status=$?
   1396  1.1.1.2.12.1    tls   if test -s conftest.err; then
   1397  1.1.1.2.12.1    tls     grep -v '^ *+' conftest.err >conftest.er1
   1398  1.1.1.2.12.1    tls     cat conftest.er1 >&5
   1399  1.1.1.2.12.1    tls     mv -f conftest.er1 conftest.err
   1400           1.1  lukem   fi
   1401  1.1.1.2.12.1    tls   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   1402  1.1.1.2.12.1    tls   test $ac_status = 0; } && {
   1403  1.1.1.2.12.1    tls 	 test -z "$ac_c_werror_flag" ||
   1404  1.1.1.2.12.1    tls 	 test ! -s conftest.err
   1405  1.1.1.2.12.1    tls        } && test -s conftest.$ac_objext; then :
   1406  1.1.1.2.12.1    tls   ac_retval=0
   1407  1.1.1.2.12.1    tls else
   1408  1.1.1.2.12.1    tls   $as_echo "$as_me: failed program was:" >&5
   1409  1.1.1.2.12.1    tls sed 's/^/| /' conftest.$ac_ext >&5
   1410  1.1.1.2.12.1    tls 
   1411  1.1.1.2.12.1    tls 	ac_retval=1
   1412  1.1.1.2.12.1    tls fi
   1413  1.1.1.2.12.1    tls   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   1414  1.1.1.2.12.1    tls   as_fn_set_status $ac_retval
   1415  1.1.1.2.12.1    tls 
   1416  1.1.1.2.12.1    tls } # ac_fn_c_try_compile
   1417  1.1.1.2.12.1    tls cat >config.log <<_ACEOF
   1418  1.1.1.2.12.1    tls This file contains any messages produced by compilers while
   1419  1.1.1.2.12.1    tls running configure, to aid debugging if configure makes a mistake.
   1420  1.1.1.2.12.1    tls 
   1421  1.1.1.2.12.1    tls It was created by $as_me, which was
   1422  1.1.1.2.12.1    tls generated by GNU Autoconf 2.65.  Invocation command line was
   1423  1.1.1.2.12.1    tls 
   1424  1.1.1.2.12.1    tls   $ $0 $@
   1425  1.1.1.2.12.1    tls 
   1426  1.1.1.2.12.1    tls _ACEOF
   1427  1.1.1.2.12.1    tls exec 5>>config.log
   1428  1.1.1.2.12.1    tls {
   1429  1.1.1.2.12.1    tls cat <<_ASUNAME
   1430  1.1.1.2.12.1    tls ## --------- ##
   1431  1.1.1.2.12.1    tls ## Platform. ##
   1432  1.1.1.2.12.1    tls ## --------- ##
   1433  1.1.1.2.12.1    tls 
   1434  1.1.1.2.12.1    tls hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
   1435  1.1.1.2.12.1    tls uname -m = `(uname -m) 2>/dev/null || echo unknown`
   1436  1.1.1.2.12.1    tls uname -r = `(uname -r) 2>/dev/null || echo unknown`
   1437  1.1.1.2.12.1    tls uname -s = `(uname -s) 2>/dev/null || echo unknown`
   1438  1.1.1.2.12.1    tls uname -v = `(uname -v) 2>/dev/null || echo unknown`
   1439  1.1.1.2.12.1    tls 
   1440  1.1.1.2.12.1    tls /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
   1441  1.1.1.2.12.1    tls /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
   1442  1.1.1.2.12.1    tls 
   1443  1.1.1.2.12.1    tls /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
   1444  1.1.1.2.12.1    tls /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
   1445  1.1.1.2.12.1    tls /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
   1446  1.1.1.2.12.1    tls /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
   1447  1.1.1.2.12.1    tls /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
   1448  1.1.1.2.12.1    tls /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
   1449  1.1.1.2.12.1    tls /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
   1450  1.1.1.2.12.1    tls 
   1451  1.1.1.2.12.1    tls _ASUNAME
   1452  1.1.1.2.12.1    tls 
   1453  1.1.1.2.12.1    tls as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   1454  1.1.1.2.12.1    tls for as_dir in $PATH
   1455  1.1.1.2.12.1    tls do
   1456  1.1.1.2.12.1    tls   IFS=$as_save_IFS
   1457  1.1.1.2.12.1    tls   test -z "$as_dir" && as_dir=.
   1458  1.1.1.2.12.1    tls     $as_echo "PATH: $as_dir"
   1459  1.1.1.2.12.1    tls   done
   1460  1.1.1.2.12.1    tls IFS=$as_save_IFS
   1461  1.1.1.2.12.1    tls 
   1462  1.1.1.2.12.1    tls } >&5
   1463  1.1.1.2.12.1    tls 
   1464  1.1.1.2.12.1    tls cat >&5 <<_ACEOF
   1465  1.1.1.2.12.1    tls 
   1466  1.1.1.2.12.1    tls 
   1467  1.1.1.2.12.1    tls ## ----------- ##
   1468  1.1.1.2.12.1    tls ## Core tests. ##
   1469  1.1.1.2.12.1    tls ## ----------- ##
   1470  1.1.1.2.12.1    tls 
   1471  1.1.1.2.12.1    tls _ACEOF
   1472  1.1.1.2.12.1    tls 
   1473  1.1.1.2.12.1    tls 
   1474  1.1.1.2.12.1    tls # Keep a trace of the command line.
   1475  1.1.1.2.12.1    tls # Strip out --no-create and --no-recursion so they do not pile up.
   1476  1.1.1.2.12.1    tls # Strip out --silent because we don't want to record it for future runs.
   1477  1.1.1.2.12.1    tls # Also quote any args containing shell meta-characters.
   1478  1.1.1.2.12.1    tls # Make two passes to allow for proper duplicate-argument suppression.
   1479  1.1.1.2.12.1    tls ac_configure_args=
   1480  1.1.1.2.12.1    tls ac_configure_args0=
   1481  1.1.1.2.12.1    tls ac_configure_args1=
   1482  1.1.1.2.12.1    tls ac_must_keep_next=false
   1483  1.1.1.2.12.1    tls for ac_pass in 1 2
   1484  1.1.1.2.12.1    tls do
   1485  1.1.1.2.12.1    tls   for ac_arg
   1486  1.1.1.2.12.1    tls   do
   1487  1.1.1.2.12.1    tls     case $ac_arg in
   1488  1.1.1.2.12.1    tls     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
   1489  1.1.1.2.12.1    tls     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
   1490  1.1.1.2.12.1    tls     | -silent | --silent | --silen | --sile | --sil)
   1491  1.1.1.2.12.1    tls       continue ;;
   1492  1.1.1.2.12.1    tls     *\'*)
   1493  1.1.1.2.12.1    tls       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
   1494  1.1.1.2.12.1    tls     esac
   1495  1.1.1.2.12.1    tls     case $ac_pass in
   1496  1.1.1.2.12.1    tls     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
   1497  1.1.1.2.12.1    tls     2)
   1498  1.1.1.2.12.1    tls       as_fn_append ac_configure_args1 " '$ac_arg'"
   1499  1.1.1.2.12.1    tls       if test $ac_must_keep_next = true; then
   1500  1.1.1.2.12.1    tls 	ac_must_keep_next=false # Got value, back to normal.
   1501  1.1.1.2.12.1    tls       else
   1502  1.1.1.2.12.1    tls 	case $ac_arg in
   1503  1.1.1.2.12.1    tls 	  *=* | --config-cache | -C | -disable-* | --disable-* \
   1504  1.1.1.2.12.1    tls 	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
   1505  1.1.1.2.12.1    tls 	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
   1506  1.1.1.2.12.1    tls 	  | -with-* | --with-* | -without-* | --without-* | --x)
   1507  1.1.1.2.12.1    tls 	    case "$ac_configure_args0 " in
   1508  1.1.1.2.12.1    tls 	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
   1509  1.1.1.2.12.1    tls 	    esac
   1510  1.1.1.2.12.1    tls 	    ;;
   1511  1.1.1.2.12.1    tls 	  -* ) ac_must_keep_next=true ;;
   1512  1.1.1.2.12.1    tls 	esac
   1513  1.1.1.2.12.1    tls       fi
   1514  1.1.1.2.12.1    tls       as_fn_append ac_configure_args " '$ac_arg'"
   1515  1.1.1.2.12.1    tls       ;;
   1516  1.1.1.2.12.1    tls     esac
   1517  1.1.1.2.12.1    tls   done
   1518  1.1.1.2.12.1    tls done
   1519  1.1.1.2.12.1    tls { ac_configure_args0=; unset ac_configure_args0;}
   1520  1.1.1.2.12.1    tls { ac_configure_args1=; unset ac_configure_args1;}
   1521  1.1.1.2.12.1    tls 
   1522  1.1.1.2.12.1    tls # When interrupted or exit'd, cleanup temporary files, and complete
   1523  1.1.1.2.12.1    tls # config.log.  We remove comments because anyway the quotes in there
   1524  1.1.1.2.12.1    tls # would cause problems or look ugly.
   1525  1.1.1.2.12.1    tls # WARNING: Use '\'' to represent an apostrophe within the trap.
   1526  1.1.1.2.12.1    tls # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
   1527  1.1.1.2.12.1    tls trap 'exit_status=$?
   1528  1.1.1.2.12.1    tls   # Save into config.log some information that might help in debugging.
   1529  1.1.1.2.12.1    tls   {
   1530  1.1.1.2.12.1    tls     echo
   1531  1.1.1.2.12.1    tls 
   1532  1.1.1.2.12.1    tls     cat <<\_ASBOX
   1533  1.1.1.2.12.1    tls ## ---------------- ##
   1534  1.1.1.2.12.1    tls ## Cache variables. ##
   1535  1.1.1.2.12.1    tls ## ---------------- ##
   1536  1.1.1.2.12.1    tls _ASBOX
   1537  1.1.1.2.12.1    tls     echo
   1538  1.1.1.2.12.1    tls     # The following way of writing the cache mishandles newlines in values,
   1539  1.1.1.2.12.1    tls (
   1540  1.1.1.2.12.1    tls   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
   1541  1.1.1.2.12.1    tls     eval ac_val=\$$ac_var
   1542  1.1.1.2.12.1    tls     case $ac_val in #(
   1543  1.1.1.2.12.1    tls     *${as_nl}*)
   1544  1.1.1.2.12.1    tls       case $ac_var in #(
   1545  1.1.1.2.12.1    tls       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
   1546  1.1.1.2.12.1    tls $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
   1547  1.1.1.2.12.1    tls       esac
   1548  1.1.1.2.12.1    tls       case $ac_var in #(
   1549  1.1.1.2.12.1    tls       _ | IFS | as_nl) ;; #(
   1550  1.1.1.2.12.1    tls       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
   1551  1.1.1.2.12.1    tls       *) { eval $ac_var=; unset $ac_var;} ;;
   1552  1.1.1.2.12.1    tls       esac ;;
   1553  1.1.1.2.12.1    tls     esac
   1554  1.1.1.2.12.1    tls   done
   1555  1.1.1.2.12.1    tls   (set) 2>&1 |
   1556  1.1.1.2.12.1    tls     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
   1557  1.1.1.2.12.1    tls     *${as_nl}ac_space=\ *)
   1558  1.1.1.2.12.1    tls       sed -n \
   1559  1.1.1.2.12.1    tls 	"s/'\''/'\''\\\\'\'''\''/g;
   1560  1.1.1.2.12.1    tls 	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
   1561  1.1.1.2.12.1    tls       ;; #(
   1562  1.1.1.2.12.1    tls     *)
   1563  1.1.1.2.12.1    tls       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
   1564  1.1.1.2.12.1    tls       ;;
   1565  1.1.1.2.12.1    tls     esac |
   1566  1.1.1.2.12.1    tls     sort
   1567  1.1.1.2.12.1    tls )
   1568  1.1.1.2.12.1    tls     echo
   1569  1.1.1.2.12.1    tls 
   1570  1.1.1.2.12.1    tls     cat <<\_ASBOX
   1571  1.1.1.2.12.1    tls ## ----------------- ##
   1572  1.1.1.2.12.1    tls ## Output variables. ##
   1573  1.1.1.2.12.1    tls ## ----------------- ##
   1574  1.1.1.2.12.1    tls _ASBOX
   1575  1.1.1.2.12.1    tls     echo
   1576  1.1.1.2.12.1    tls     for ac_var in $ac_subst_vars
   1577  1.1.1.2.12.1    tls     do
   1578  1.1.1.2.12.1    tls       eval ac_val=\$$ac_var
   1579  1.1.1.2.12.1    tls       case $ac_val in
   1580  1.1.1.2.12.1    tls       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
   1581  1.1.1.2.12.1    tls       esac
   1582  1.1.1.2.12.1    tls       $as_echo "$ac_var='\''$ac_val'\''"
   1583  1.1.1.2.12.1    tls     done | sort
   1584  1.1.1.2.12.1    tls     echo
   1585  1.1.1.2.12.1    tls 
   1586  1.1.1.2.12.1    tls     if test -n "$ac_subst_files"; then
   1587  1.1.1.2.12.1    tls       cat <<\_ASBOX
   1588  1.1.1.2.12.1    tls ## ------------------- ##
   1589  1.1.1.2.12.1    tls ## File substitutions. ##
   1590  1.1.1.2.12.1    tls ## ------------------- ##
   1591  1.1.1.2.12.1    tls _ASBOX
   1592  1.1.1.2.12.1    tls       echo
   1593  1.1.1.2.12.1    tls       for ac_var in $ac_subst_files
   1594  1.1.1.2.12.1    tls       do
   1595  1.1.1.2.12.1    tls 	eval ac_val=\$$ac_var
   1596  1.1.1.2.12.1    tls 	case $ac_val in
   1597  1.1.1.2.12.1    tls 	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
   1598  1.1.1.2.12.1    tls 	esac
   1599  1.1.1.2.12.1    tls 	$as_echo "$ac_var='\''$ac_val'\''"
   1600  1.1.1.2.12.1    tls       done | sort
   1601  1.1.1.2.12.1    tls       echo
   1602  1.1.1.2.12.1    tls     fi
   1603  1.1.1.2.12.1    tls 
   1604  1.1.1.2.12.1    tls     if test -s confdefs.h; then
   1605  1.1.1.2.12.1    tls       cat <<\_ASBOX
   1606  1.1.1.2.12.1    tls ## ----------- ##
   1607  1.1.1.2.12.1    tls ## confdefs.h. ##
   1608  1.1.1.2.12.1    tls ## ----------- ##
   1609  1.1.1.2.12.1    tls _ASBOX
   1610  1.1.1.2.12.1    tls       echo
   1611  1.1.1.2.12.1    tls       cat confdefs.h
   1612  1.1.1.2.12.1    tls       echo
   1613  1.1.1.2.12.1    tls     fi
   1614  1.1.1.2.12.1    tls     test "$ac_signal" != 0 &&
   1615  1.1.1.2.12.1    tls       $as_echo "$as_me: caught signal $ac_signal"
   1616  1.1.1.2.12.1    tls     $as_echo "$as_me: exit $exit_status"
   1617  1.1.1.2.12.1    tls   } >&5
   1618  1.1.1.2.12.1    tls   rm -f core *.core core.conftest.* &&
   1619  1.1.1.2.12.1    tls     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
   1620  1.1.1.2.12.1    tls     exit $exit_status
   1621  1.1.1.2.12.1    tls ' 0
   1622  1.1.1.2.12.1    tls for ac_signal in 1 2 13 15; do
   1623  1.1.1.2.12.1    tls   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
   1624  1.1.1.2.12.1    tls done
   1625  1.1.1.2.12.1    tls ac_signal=0
   1626  1.1.1.2.12.1    tls 
   1627  1.1.1.2.12.1    tls # confdefs.h avoids OS command line length limits that DEFS can exceed.
   1628  1.1.1.2.12.1    tls rm -f -r conftest* confdefs.h
   1629  1.1.1.2.12.1    tls 
   1630  1.1.1.2.12.1    tls $as_echo "/* confdefs.h */" > confdefs.h
   1631  1.1.1.2.12.1    tls 
   1632  1.1.1.2.12.1    tls # Predefined preprocessor variables.
   1633  1.1.1.2.12.1    tls 
   1634  1.1.1.2.12.1    tls cat >>confdefs.h <<_ACEOF
   1635  1.1.1.2.12.1    tls #define PACKAGE_NAME "$PACKAGE_NAME"
   1636  1.1.1.2.12.1    tls _ACEOF
   1637  1.1.1.2.12.1    tls 
   1638  1.1.1.2.12.1    tls cat >>confdefs.h <<_ACEOF
   1639  1.1.1.2.12.1    tls #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
   1640  1.1.1.2.12.1    tls _ACEOF
   1641  1.1.1.2.12.1    tls 
   1642  1.1.1.2.12.1    tls cat >>confdefs.h <<_ACEOF
   1643  1.1.1.2.12.1    tls #define PACKAGE_VERSION "$PACKAGE_VERSION"
   1644  1.1.1.2.12.1    tls _ACEOF
   1645  1.1.1.2.12.1    tls 
   1646  1.1.1.2.12.1    tls cat >>confdefs.h <<_ACEOF
   1647  1.1.1.2.12.1    tls #define PACKAGE_STRING "$PACKAGE_STRING"
   1648  1.1.1.2.12.1    tls _ACEOF
   1649  1.1.1.2.12.1    tls 
   1650  1.1.1.2.12.1    tls cat >>confdefs.h <<_ACEOF
   1651  1.1.1.2.12.1    tls #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
   1652  1.1.1.2.12.1    tls _ACEOF
   1653  1.1.1.2.12.1    tls 
   1654  1.1.1.2.12.1    tls cat >>confdefs.h <<_ACEOF
   1655  1.1.1.2.12.1    tls #define PACKAGE_URL "$PACKAGE_URL"
   1656  1.1.1.2.12.1    tls _ACEOF
   1657  1.1.1.2.12.1    tls 
   1658  1.1.1.2.12.1    tls 
   1659  1.1.1.2.12.1    tls # Let the site file select an alternate cache file if it wants to.
   1660  1.1.1.2.12.1    tls # Prefer an explicitly selected file to automatically selected ones.
   1661  1.1.1.2.12.1    tls ac_site_file1=NONE
   1662  1.1.1.2.12.1    tls ac_site_file2=NONE
   1663  1.1.1.2.12.1    tls if test -n "$CONFIG_SITE"; then
   1664  1.1.1.2.12.1    tls   ac_site_file1=$CONFIG_SITE
   1665  1.1.1.2.12.1    tls elif test "x$prefix" != xNONE; then
   1666  1.1.1.2.12.1    tls   ac_site_file1=$prefix/share/config.site
   1667  1.1.1.2.12.1    tls   ac_site_file2=$prefix/etc/config.site
   1668  1.1.1.2.12.1    tls else
   1669  1.1.1.2.12.1    tls   ac_site_file1=$ac_default_prefix/share/config.site
   1670  1.1.1.2.12.1    tls   ac_site_file2=$ac_default_prefix/etc/config.site
   1671           1.1  lukem fi
   1672  1.1.1.2.12.1    tls for ac_site_file in "$ac_site_file1" "$ac_site_file2"
   1673  1.1.1.2.12.1    tls do
   1674  1.1.1.2.12.1    tls   test "x$ac_site_file" = xNONE && continue
   1675  1.1.1.2.12.1    tls   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
   1676  1.1.1.2.12.1    tls     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
   1677  1.1.1.2.12.1    tls $as_echo "$as_me: loading site script $ac_site_file" >&6;}
   1678  1.1.1.2.12.1    tls     sed 's/^/| /' "$ac_site_file" >&5
   1679           1.1  lukem     . "$ac_site_file"
   1680           1.1  lukem   fi
   1681           1.1  lukem done
   1682           1.1  lukem 
   1683           1.1  lukem if test -r "$cache_file"; then
   1684  1.1.1.2.12.1    tls   # Some versions of bash will fail to source /dev/null (special files
   1685  1.1.1.2.12.1    tls   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
   1686  1.1.1.2.12.1    tls   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
   1687  1.1.1.2.12.1    tls     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
   1688  1.1.1.2.12.1    tls $as_echo "$as_me: loading cache $cache_file" >&6;}
   1689  1.1.1.2.12.1    tls     case $cache_file in
   1690  1.1.1.2.12.1    tls       [\\/]* | ?:[\\/]* ) . "$cache_file";;
   1691  1.1.1.2.12.1    tls       *)                      . "./$cache_file";;
   1692  1.1.1.2.12.1    tls     esac
   1693  1.1.1.2.12.1    tls   fi
   1694           1.1  lukem else
   1695  1.1.1.2.12.1    tls   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
   1696  1.1.1.2.12.1    tls $as_echo "$as_me: creating cache $cache_file" >&6;}
   1697  1.1.1.2.12.1    tls   >$cache_file
   1698  1.1.1.2.12.1    tls fi
   1699  1.1.1.2.12.1    tls 
   1700  1.1.1.2.12.1    tls # Check that the precious variables saved in the cache have kept the same
   1701  1.1.1.2.12.1    tls # value.
   1702  1.1.1.2.12.1    tls ac_cache_corrupted=false
   1703  1.1.1.2.12.1    tls for ac_var in $ac_precious_vars; do
   1704  1.1.1.2.12.1    tls   eval ac_old_set=\$ac_cv_env_${ac_var}_set
   1705  1.1.1.2.12.1    tls   eval ac_new_set=\$ac_env_${ac_var}_set
   1706  1.1.1.2.12.1    tls   eval ac_old_val=\$ac_cv_env_${ac_var}_value
   1707  1.1.1.2.12.1    tls   eval ac_new_val=\$ac_env_${ac_var}_value
   1708  1.1.1.2.12.1    tls   case $ac_old_set,$ac_new_set in
   1709  1.1.1.2.12.1    tls     set,)
   1710  1.1.1.2.12.1    tls       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
   1711  1.1.1.2.12.1    tls $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
   1712  1.1.1.2.12.1    tls       ac_cache_corrupted=: ;;
   1713  1.1.1.2.12.1    tls     ,set)
   1714  1.1.1.2.12.1    tls       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
   1715  1.1.1.2.12.1    tls $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
   1716  1.1.1.2.12.1    tls       ac_cache_corrupted=: ;;
   1717  1.1.1.2.12.1    tls     ,);;
   1718  1.1.1.2.12.1    tls     *)
   1719  1.1.1.2.12.1    tls       if test "x$ac_old_val" != "x$ac_new_val"; then
   1720  1.1.1.2.12.1    tls 	# differences in whitespace do not lead to failure.
   1721  1.1.1.2.12.1    tls 	ac_old_val_w=`echo x $ac_old_val`
   1722  1.1.1.2.12.1    tls 	ac_new_val_w=`echo x $ac_new_val`
   1723  1.1.1.2.12.1    tls 	if test "$ac_old_val_w" != "$ac_new_val_w"; then
   1724  1.1.1.2.12.1    tls 	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
   1725  1.1.1.2.12.1    tls $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
   1726  1.1.1.2.12.1    tls 	  ac_cache_corrupted=:
   1727  1.1.1.2.12.1    tls 	else
   1728  1.1.1.2.12.1    tls 	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
   1729  1.1.1.2.12.1    tls $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
   1730  1.1.1.2.12.1    tls 	  eval $ac_var=\$ac_old_val
   1731  1.1.1.2.12.1    tls 	fi
   1732  1.1.1.2.12.1    tls 	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
   1733  1.1.1.2.12.1    tls $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
   1734  1.1.1.2.12.1    tls 	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
   1735  1.1.1.2.12.1    tls $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
   1736  1.1.1.2.12.1    tls       fi;;
   1737  1.1.1.2.12.1    tls   esac
   1738  1.1.1.2.12.1    tls   # Pass precious variables to config.status.
   1739  1.1.1.2.12.1    tls   if test "$ac_new_set" = set; then
   1740  1.1.1.2.12.1    tls     case $ac_new_val in
   1741  1.1.1.2.12.1    tls     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
   1742  1.1.1.2.12.1    tls     *) ac_arg=$ac_var=$ac_new_val ;;
   1743  1.1.1.2.12.1    tls     esac
   1744  1.1.1.2.12.1    tls     case " $ac_configure_args " in
   1745  1.1.1.2.12.1    tls       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
   1746  1.1.1.2.12.1    tls       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
   1747  1.1.1.2.12.1    tls     esac
   1748  1.1.1.2.12.1    tls   fi
   1749  1.1.1.2.12.1    tls done
   1750  1.1.1.2.12.1    tls if $ac_cache_corrupted; then
   1751  1.1.1.2.12.1    tls   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   1752  1.1.1.2.12.1    tls $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   1753  1.1.1.2.12.1    tls   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
   1754  1.1.1.2.12.1    tls $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
   1755  1.1.1.2.12.1    tls   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
   1756  1.1.1.2.12.1    tls fi
   1757  1.1.1.2.12.1    tls ## -------------------- ##
   1758  1.1.1.2.12.1    tls ## Main body of script. ##
   1759  1.1.1.2.12.1    tls ## -------------------- ##
   1760           1.1  lukem 
   1761           1.1  lukem ac_ext=c
   1762           1.1  lukem ac_cpp='$CPP $CPPFLAGS'
   1763  1.1.1.2.12.1    tls ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   1764  1.1.1.2.12.1    tls ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   1765  1.1.1.2.12.1    tls ac_compiler_gnu=$ac_cv_c_compiler_gnu
   1766  1.1.1.2.12.1    tls 
   1767  1.1.1.2.12.1    tls 
   1768  1.1.1.2.12.1    tls # $OpenLDAP$
   1769           1.1  lukem 
   1770           1.1  lukem 
   1771           1.1  lukem 
   1772           1.1  lukem NEO_VERSION=2.0
   1773           1.1  lukem NEO_MAJOR_VERSION=2
   1774           1.1  lukem NEO_MINOR_VERSION=0
   1775           1.1  lukem VERSION=${NEO_VERSION}
   1776           1.1  lukem 
   1777           1.1  lukem if test "${prefix}" = "NONE"; then
   1778           1.1  lukem     prefix=/usr/local
   1779           1.1  lukem fi
   1780           1.1  lukem if test "${exec_prefix}" = "NONE"; then
   1781           1.1  lukem     exec_prefix=$prefix
   1782           1.1  lukem fi
   1783           1.1  lukem 
   1784  1.1.1.2.12.1    tls # Check whether --enable-gcc was given.
   1785  1.1.1.2.12.1    tls if test "${enable_gcc+set}" = set; then :
   1786  1.1.1.2.12.1    tls   enableval=$enable_gcc; neo_ok=$enableval
   1787           1.1  lukem else
   1788           1.1  lukem   neo_ok=no
   1789           1.1  lukem fi
   1790           1.1  lukem 
   1791           1.1  lukem if test "$neo_ok" = "yes"; then
   1792  1.1.1.2.12.1    tls     ac_ext=c
   1793  1.1.1.2.12.1    tls ac_cpp='$CPP $CPPFLAGS'
   1794  1.1.1.2.12.1    tls ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   1795  1.1.1.2.12.1    tls ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   1796  1.1.1.2.12.1    tls ac_compiler_gnu=$ac_cv_c_compiler_gnu
   1797  1.1.1.2.12.1    tls if test -n "$ac_tool_prefix"; then
   1798  1.1.1.2.12.1    tls   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
   1799  1.1.1.2.12.1    tls set dummy ${ac_tool_prefix}gcc; ac_word=$2
   1800  1.1.1.2.12.1    tls { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1801  1.1.1.2.12.1    tls $as_echo_n "checking for $ac_word... " >&6; }
   1802  1.1.1.2.12.1    tls if test "${ac_cv_prog_CC+set}" = set; then :
   1803  1.1.1.2.12.1    tls   $as_echo_n "(cached) " >&6
   1804  1.1.1.2.12.1    tls else
   1805  1.1.1.2.12.1    tls   if test -n "$CC"; then
   1806  1.1.1.2.12.1    tls   ac_cv_prog_CC="$CC" # Let the user override the test.
   1807  1.1.1.2.12.1    tls else
   1808  1.1.1.2.12.1    tls as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   1809  1.1.1.2.12.1    tls for as_dir in $PATH
   1810  1.1.1.2.12.1    tls do
   1811  1.1.1.2.12.1    tls   IFS=$as_save_IFS
   1812  1.1.1.2.12.1    tls   test -z "$as_dir" && as_dir=.
   1813  1.1.1.2.12.1    tls     for ac_exec_ext in '' $ac_executable_extensions; do
   1814  1.1.1.2.12.1    tls   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1815  1.1.1.2.12.1    tls     ac_cv_prog_CC="${ac_tool_prefix}gcc"
   1816  1.1.1.2.12.1    tls     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1817  1.1.1.2.12.1    tls     break 2
   1818  1.1.1.2.12.1    tls   fi
   1819  1.1.1.2.12.1    tls done
   1820  1.1.1.2.12.1    tls   done
   1821  1.1.1.2.12.1    tls IFS=$as_save_IFS
   1822  1.1.1.2.12.1    tls 
   1823  1.1.1.2.12.1    tls fi
   1824  1.1.1.2.12.1    tls fi
   1825  1.1.1.2.12.1    tls CC=$ac_cv_prog_CC
   1826  1.1.1.2.12.1    tls if test -n "$CC"; then
   1827  1.1.1.2.12.1    tls   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   1828  1.1.1.2.12.1    tls $as_echo "$CC" >&6; }
   1829  1.1.1.2.12.1    tls else
   1830  1.1.1.2.12.1    tls   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   1831  1.1.1.2.12.1    tls $as_echo "no" >&6; }
   1832  1.1.1.2.12.1    tls fi
   1833  1.1.1.2.12.1    tls 
   1834  1.1.1.2.12.1    tls 
   1835  1.1.1.2.12.1    tls fi
   1836  1.1.1.2.12.1    tls if test -z "$ac_cv_prog_CC"; then
   1837  1.1.1.2.12.1    tls   ac_ct_CC=$CC
   1838  1.1.1.2.12.1    tls   # Extract the first word of "gcc", so it can be a program name with args.
   1839           1.1  lukem set dummy gcc; ac_word=$2
   1840  1.1.1.2.12.1    tls { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1841  1.1.1.2.12.1    tls $as_echo_n "checking for $ac_word... " >&6; }
   1842  1.1.1.2.12.1    tls if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
   1843  1.1.1.2.12.1    tls   $as_echo_n "(cached) " >&6
   1844  1.1.1.2.12.1    tls else
   1845  1.1.1.2.12.1    tls   if test -n "$ac_ct_CC"; then
   1846  1.1.1.2.12.1    tls   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
   1847  1.1.1.2.12.1    tls else
   1848  1.1.1.2.12.1    tls as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   1849  1.1.1.2.12.1    tls for as_dir in $PATH
   1850  1.1.1.2.12.1    tls do
   1851  1.1.1.2.12.1    tls   IFS=$as_save_IFS
   1852  1.1.1.2.12.1    tls   test -z "$as_dir" && as_dir=.
   1853  1.1.1.2.12.1    tls     for ac_exec_ext in '' $ac_executable_extensions; do
   1854  1.1.1.2.12.1    tls   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1855  1.1.1.2.12.1    tls     ac_cv_prog_ac_ct_CC="gcc"
   1856  1.1.1.2.12.1    tls     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1857  1.1.1.2.12.1    tls     break 2
   1858  1.1.1.2.12.1    tls   fi
   1859  1.1.1.2.12.1    tls done
   1860  1.1.1.2.12.1    tls   done
   1861  1.1.1.2.12.1    tls IFS=$as_save_IFS
   1862  1.1.1.2.12.1    tls 
   1863  1.1.1.2.12.1    tls fi
   1864  1.1.1.2.12.1    tls fi
   1865  1.1.1.2.12.1    tls ac_ct_CC=$ac_cv_prog_ac_ct_CC
   1866  1.1.1.2.12.1    tls if test -n "$ac_ct_CC"; then
   1867  1.1.1.2.12.1    tls   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
   1868  1.1.1.2.12.1    tls $as_echo "$ac_ct_CC" >&6; }
   1869  1.1.1.2.12.1    tls else
   1870  1.1.1.2.12.1    tls   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   1871  1.1.1.2.12.1    tls $as_echo "no" >&6; }
   1872  1.1.1.2.12.1    tls fi
   1873  1.1.1.2.12.1    tls 
   1874  1.1.1.2.12.1    tls   if test "x$ac_ct_CC" = x; then
   1875  1.1.1.2.12.1    tls     CC=""
   1876  1.1.1.2.12.1    tls   else
   1877  1.1.1.2.12.1    tls     case $cross_compiling:$ac_tool_warned in
   1878  1.1.1.2.12.1    tls yes:)
   1879  1.1.1.2.12.1    tls { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   1880  1.1.1.2.12.1    tls $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   1881  1.1.1.2.12.1    tls ac_tool_warned=yes ;;
   1882  1.1.1.2.12.1    tls esac
   1883  1.1.1.2.12.1    tls     CC=$ac_ct_CC
   1884  1.1.1.2.12.1    tls   fi
   1885  1.1.1.2.12.1    tls else
   1886  1.1.1.2.12.1    tls   CC="$ac_cv_prog_CC"
   1887  1.1.1.2.12.1    tls fi
   1888  1.1.1.2.12.1    tls 
   1889  1.1.1.2.12.1    tls if test -z "$CC"; then
   1890  1.1.1.2.12.1    tls           if test -n "$ac_tool_prefix"; then
   1891  1.1.1.2.12.1    tls     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
   1892  1.1.1.2.12.1    tls set dummy ${ac_tool_prefix}cc; ac_word=$2
   1893  1.1.1.2.12.1    tls { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1894  1.1.1.2.12.1    tls $as_echo_n "checking for $ac_word... " >&6; }
   1895  1.1.1.2.12.1    tls if test "${ac_cv_prog_CC+set}" = set; then :
   1896  1.1.1.2.12.1    tls   $as_echo_n "(cached) " >&6
   1897           1.1  lukem else
   1898           1.1  lukem   if test -n "$CC"; then
   1899           1.1  lukem   ac_cv_prog_CC="$CC" # Let the user override the test.
   1900           1.1  lukem else
   1901  1.1.1.2.12.1    tls as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   1902  1.1.1.2.12.1    tls for as_dir in $PATH
   1903  1.1.1.2.12.1    tls do
   1904  1.1.1.2.12.1    tls   IFS=$as_save_IFS
   1905  1.1.1.2.12.1    tls   test -z "$as_dir" && as_dir=.
   1906  1.1.1.2.12.1    tls     for ac_exec_ext in '' $ac_executable_extensions; do
   1907  1.1.1.2.12.1    tls   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1908  1.1.1.2.12.1    tls     ac_cv_prog_CC="${ac_tool_prefix}cc"
   1909  1.1.1.2.12.1    tls     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1910  1.1.1.2.12.1    tls     break 2
   1911  1.1.1.2.12.1    tls   fi
   1912  1.1.1.2.12.1    tls done
   1913           1.1  lukem   done
   1914  1.1.1.2.12.1    tls IFS=$as_save_IFS
   1915  1.1.1.2.12.1    tls 
   1916           1.1  lukem fi
   1917           1.1  lukem fi
   1918  1.1.1.2.12.1    tls CC=$ac_cv_prog_CC
   1919           1.1  lukem if test -n "$CC"; then
   1920  1.1.1.2.12.1    tls   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   1921  1.1.1.2.12.1    tls $as_echo "$CC" >&6; }
   1922           1.1  lukem else
   1923  1.1.1.2.12.1    tls   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   1924  1.1.1.2.12.1    tls $as_echo "no" >&6; }
   1925           1.1  lukem fi
   1926           1.1  lukem 
   1927  1.1.1.2.12.1    tls 
   1928  1.1.1.2.12.1    tls   fi
   1929  1.1.1.2.12.1    tls fi
   1930           1.1  lukem if test -z "$CC"; then
   1931           1.1  lukem   # Extract the first word of "cc", so it can be a program name with args.
   1932           1.1  lukem set dummy cc; ac_word=$2
   1933  1.1.1.2.12.1    tls { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1934  1.1.1.2.12.1    tls $as_echo_n "checking for $ac_word... " >&6; }
   1935  1.1.1.2.12.1    tls if test "${ac_cv_prog_CC+set}" = set; then :
   1936  1.1.1.2.12.1    tls   $as_echo_n "(cached) " >&6
   1937           1.1  lukem else
   1938           1.1  lukem   if test -n "$CC"; then
   1939           1.1  lukem   ac_cv_prog_CC="$CC" # Let the user override the test.
   1940           1.1  lukem else
   1941           1.1  lukem   ac_prog_rejected=no
   1942  1.1.1.2.12.1    tls as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   1943  1.1.1.2.12.1    tls for as_dir in $PATH
   1944  1.1.1.2.12.1    tls do
   1945  1.1.1.2.12.1    tls   IFS=$as_save_IFS
   1946  1.1.1.2.12.1    tls   test -z "$as_dir" && as_dir=.
   1947  1.1.1.2.12.1    tls     for ac_exec_ext in '' $ac_executable_extensions; do
   1948  1.1.1.2.12.1    tls   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1949  1.1.1.2.12.1    tls     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
   1950  1.1.1.2.12.1    tls        ac_prog_rejected=yes
   1951  1.1.1.2.12.1    tls        continue
   1952  1.1.1.2.12.1    tls      fi
   1953  1.1.1.2.12.1    tls     ac_cv_prog_CC="cc"
   1954  1.1.1.2.12.1    tls     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1955  1.1.1.2.12.1    tls     break 2
   1956  1.1.1.2.12.1    tls   fi
   1957  1.1.1.2.12.1    tls done
   1958           1.1  lukem   done
   1959  1.1.1.2.12.1    tls IFS=$as_save_IFS
   1960  1.1.1.2.12.1    tls 
   1961           1.1  lukem if test $ac_prog_rejected = yes; then
   1962           1.1  lukem   # We found a bogon in the path, so make sure we never use it.
   1963           1.1  lukem   set dummy $ac_cv_prog_CC
   1964           1.1  lukem   shift
   1965  1.1.1.2.12.1    tls   if test $# != 0; then
   1966           1.1  lukem     # We chose a different compiler from the bogus one.
   1967           1.1  lukem     # However, it has the same basename, so the bogon will be chosen
   1968           1.1  lukem     # first if we set CC to just the basename; use the full file name.
   1969           1.1  lukem     shift
   1970  1.1.1.2.12.1    tls     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
   1971           1.1  lukem   fi
   1972           1.1  lukem fi
   1973           1.1  lukem fi
   1974           1.1  lukem fi
   1975  1.1.1.2.12.1    tls CC=$ac_cv_prog_CC
   1976           1.1  lukem if test -n "$CC"; then
   1977  1.1.1.2.12.1    tls   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   1978  1.1.1.2.12.1    tls $as_echo "$CC" >&6; }
   1979           1.1  lukem else
   1980  1.1.1.2.12.1    tls   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   1981  1.1.1.2.12.1    tls $as_echo "no" >&6; }
   1982  1.1.1.2.12.1    tls fi
   1983  1.1.1.2.12.1    tls 
   1984  1.1.1.2.12.1    tls 
   1985           1.1  lukem fi
   1986  1.1.1.2.12.1    tls if test -z "$CC"; then
   1987  1.1.1.2.12.1    tls   if test -n "$ac_tool_prefix"; then
   1988  1.1.1.2.12.1    tls   for ac_prog in cl.exe
   1989  1.1.1.2.12.1    tls   do
   1990  1.1.1.2.12.1    tls     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
   1991  1.1.1.2.12.1    tls set dummy $ac_tool_prefix$ac_prog; ac_word=$2
   1992  1.1.1.2.12.1    tls { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1993  1.1.1.2.12.1    tls $as_echo_n "checking for $ac_word... " >&6; }
   1994  1.1.1.2.12.1    tls if test "${ac_cv_prog_CC+set}" = set; then :
   1995  1.1.1.2.12.1    tls   $as_echo_n "(cached) " >&6
   1996  1.1.1.2.12.1    tls else
   1997  1.1.1.2.12.1    tls   if test -n "$CC"; then
   1998  1.1.1.2.12.1    tls   ac_cv_prog_CC="$CC" # Let the user override the test.
   1999  1.1.1.2.12.1    tls else
   2000  1.1.1.2.12.1    tls as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2001  1.1.1.2.12.1    tls for as_dir in $PATH
   2002  1.1.1.2.12.1    tls do
   2003  1.1.1.2.12.1    tls   IFS=$as_save_IFS
   2004  1.1.1.2.12.1    tls   test -z "$as_dir" && as_dir=.
   2005  1.1.1.2.12.1    tls     for ac_exec_ext in '' $ac_executable_extensions; do
   2006  1.1.1.2.12.1    tls   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   2007  1.1.1.2.12.1    tls     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
   2008  1.1.1.2.12.1    tls     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   2009  1.1.1.2.12.1    tls     break 2
   2010  1.1.1.2.12.1    tls   fi
   2011  1.1.1.2.12.1    tls done
   2012  1.1.1.2.12.1    tls   done
   2013  1.1.1.2.12.1    tls IFS=$as_save_IFS
   2014  1.1.1.2.12.1    tls 
   2015  1.1.1.2.12.1    tls fi
   2016  1.1.1.2.12.1    tls fi
   2017  1.1.1.2.12.1    tls CC=$ac_cv_prog_CC
   2018  1.1.1.2.12.1    tls if test -n "$CC"; then
   2019  1.1.1.2.12.1    tls   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   2020  1.1.1.2.12.1    tls $as_echo "$CC" >&6; }
   2021  1.1.1.2.12.1    tls else
   2022  1.1.1.2.12.1    tls   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   2023  1.1.1.2.12.1    tls $as_echo "no" >&6; }
   2024  1.1.1.2.12.1    tls fi
   2025  1.1.1.2.12.1    tls 
   2026  1.1.1.2.12.1    tls 
   2027  1.1.1.2.12.1    tls     test -n "$CC" && break
   2028  1.1.1.2.12.1    tls   done
   2029  1.1.1.2.12.1    tls fi
   2030  1.1.1.2.12.1    tls if test -z "$CC"; then
   2031  1.1.1.2.12.1    tls   ac_ct_CC=$CC
   2032  1.1.1.2.12.1    tls   for ac_prog in cl.exe
   2033  1.1.1.2.12.1    tls do
   2034  1.1.1.2.12.1    tls   # Extract the first word of "$ac_prog", so it can be a program name with args.
   2035  1.1.1.2.12.1    tls set dummy $ac_prog; ac_word=$2
   2036  1.1.1.2.12.1    tls { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2037  1.1.1.2.12.1    tls $as_echo_n "checking for $ac_word... " >&6; }
   2038  1.1.1.2.12.1    tls if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
   2039  1.1.1.2.12.1    tls   $as_echo_n "(cached) " >&6
   2040  1.1.1.2.12.1    tls else
   2041  1.1.1.2.12.1    tls   if test -n "$ac_ct_CC"; then
   2042  1.1.1.2.12.1    tls   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
   2043  1.1.1.2.12.1    tls else
   2044  1.1.1.2.12.1    tls as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2045  1.1.1.2.12.1    tls for as_dir in $PATH
   2046  1.1.1.2.12.1    tls do
   2047  1.1.1.2.12.1    tls   IFS=$as_save_IFS
   2048  1.1.1.2.12.1    tls   test -z "$as_dir" && as_dir=.
   2049  1.1.1.2.12.1    tls     for ac_exec_ext in '' $ac_executable_extensions; do
   2050  1.1.1.2.12.1    tls   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   2051  1.1.1.2.12.1    tls     ac_cv_prog_ac_ct_CC="$ac_prog"
   2052  1.1.1.2.12.1    tls     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   2053  1.1.1.2.12.1    tls     break 2
   2054  1.1.1.2.12.1    tls   fi
   2055  1.1.1.2.12.1    tls done
   2056  1.1.1.2.12.1    tls   done
   2057  1.1.1.2.12.1    tls IFS=$as_save_IFS
   2058  1.1.1.2.12.1    tls 
   2059  1.1.1.2.12.1    tls fi
   2060  1.1.1.2.12.1    tls fi
   2061  1.1.1.2.12.1    tls ac_ct_CC=$ac_cv_prog_ac_ct_CC
   2062  1.1.1.2.12.1    tls if test -n "$ac_ct_CC"; then
   2063  1.1.1.2.12.1    tls   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
   2064  1.1.1.2.12.1    tls $as_echo "$ac_ct_CC" >&6; }
   2065  1.1.1.2.12.1    tls else
   2066  1.1.1.2.12.1    tls   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   2067  1.1.1.2.12.1    tls $as_echo "no" >&6; }
   2068  1.1.1.2.12.1    tls fi
   2069  1.1.1.2.12.1    tls 
   2070  1.1.1.2.12.1    tls 
   2071  1.1.1.2.12.1    tls   test -n "$ac_ct_CC" && break
   2072  1.1.1.2.12.1    tls done
   2073  1.1.1.2.12.1    tls 
   2074  1.1.1.2.12.1    tls   if test "x$ac_ct_CC" = x; then
   2075  1.1.1.2.12.1    tls     CC=""
   2076  1.1.1.2.12.1    tls   else
   2077  1.1.1.2.12.1    tls     case $cross_compiling:$ac_tool_warned in
   2078  1.1.1.2.12.1    tls yes:)
   2079  1.1.1.2.12.1    tls { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   2080  1.1.1.2.12.1    tls $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   2081  1.1.1.2.12.1    tls ac_tool_warned=yes ;;
   2082  1.1.1.2.12.1    tls esac
   2083  1.1.1.2.12.1    tls     CC=$ac_ct_CC
   2084  1.1.1.2.12.1    tls   fi
   2085  1.1.1.2.12.1    tls fi
   2086  1.1.1.2.12.1    tls 
   2087  1.1.1.2.12.1    tls fi
   2088  1.1.1.2.12.1    tls 
   2089  1.1.1.2.12.1    tls 
   2090  1.1.1.2.12.1    tls test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   2091  1.1.1.2.12.1    tls $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   2092  1.1.1.2.12.1    tls as_fn_error "no acceptable C compiler found in \$PATH
   2093  1.1.1.2.12.1    tls See \`config.log' for more details." "$LINENO" 5; }
   2094  1.1.1.2.12.1    tls 
   2095  1.1.1.2.12.1    tls # Provide some information about the compiler.
   2096  1.1.1.2.12.1    tls $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
   2097  1.1.1.2.12.1    tls set X $ac_compile
   2098  1.1.1.2.12.1    tls ac_compiler=$2
   2099  1.1.1.2.12.1    tls for ac_option in --version -v -V -qversion; do
   2100  1.1.1.2.12.1    tls   { { ac_try="$ac_compiler $ac_option >&5"
   2101  1.1.1.2.12.1    tls case "(($ac_try" in
   2102  1.1.1.2.12.1    tls   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   2103  1.1.1.2.12.1    tls   *) ac_try_echo=$ac_try;;
   2104  1.1.1.2.12.1    tls esac
   2105  1.1.1.2.12.1    tls eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   2106  1.1.1.2.12.1    tls $as_echo "$ac_try_echo"; } >&5
   2107  1.1.1.2.12.1    tls   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
   2108  1.1.1.2.12.1    tls   ac_status=$?
   2109  1.1.1.2.12.1    tls   if test -s conftest.err; then
   2110  1.1.1.2.12.1    tls     sed '10a\
   2111  1.1.1.2.12.1    tls ... rest of stderr output deleted ...
   2112  1.1.1.2.12.1    tls          10q' conftest.err >conftest.er1
   2113  1.1.1.2.12.1    tls     cat conftest.er1 >&5
   2114  1.1.1.2.12.1    tls   fi
   2115  1.1.1.2.12.1    tls   rm -f conftest.er1 conftest.err
   2116  1.1.1.2.12.1    tls   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   2117  1.1.1.2.12.1    tls   test $ac_status = 0; }
   2118  1.1.1.2.12.1    tls done
   2119  1.1.1.2.12.1    tls 
   2120  1.1.1.2.12.1    tls cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   2121  1.1.1.2.12.1    tls /* end confdefs.h.  */
   2122  1.1.1.2.12.1    tls 
   2123  1.1.1.2.12.1    tls int
   2124  1.1.1.2.12.1    tls main ()
   2125  1.1.1.2.12.1    tls {
   2126  1.1.1.2.12.1    tls 
   2127  1.1.1.2.12.1    tls   ;
   2128  1.1.1.2.12.1    tls   return 0;
   2129  1.1.1.2.12.1    tls }
   2130  1.1.1.2.12.1    tls _ACEOF
   2131  1.1.1.2.12.1    tls ac_clean_files_save=$ac_clean_files
   2132  1.1.1.2.12.1    tls ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
   2133  1.1.1.2.12.1    tls # Try to create an executable without -o first, disregard a.out.
   2134  1.1.1.2.12.1    tls # It will help us diagnose broken compilers, and finding out an intuition
   2135  1.1.1.2.12.1    tls # of exeext.
   2136  1.1.1.2.12.1    tls { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
   2137  1.1.1.2.12.1    tls $as_echo_n "checking whether the C compiler works... " >&6; }
   2138  1.1.1.2.12.1    tls ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
   2139  1.1.1.2.12.1    tls 
   2140  1.1.1.2.12.1    tls # The possible output files:
   2141  1.1.1.2.12.1    tls ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
   2142  1.1.1.2.12.1    tls 
   2143  1.1.1.2.12.1    tls ac_rmfiles=
   2144  1.1.1.2.12.1    tls for ac_file in $ac_files
   2145  1.1.1.2.12.1    tls do
   2146  1.1.1.2.12.1    tls   case $ac_file in
   2147  1.1.1.2.12.1    tls     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
   2148  1.1.1.2.12.1    tls     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
   2149  1.1.1.2.12.1    tls   esac
   2150  1.1.1.2.12.1    tls done
   2151  1.1.1.2.12.1    tls rm -f $ac_rmfiles
   2152  1.1.1.2.12.1    tls 
   2153  1.1.1.2.12.1    tls if { { ac_try="$ac_link_default"
   2154  1.1.1.2.12.1    tls case "(($ac_try" in
   2155  1.1.1.2.12.1    tls   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   2156  1.1.1.2.12.1    tls   *) ac_try_echo=$ac_try;;
   2157  1.1.1.2.12.1    tls esac
   2158  1.1.1.2.12.1    tls eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   2159  1.1.1.2.12.1    tls $as_echo "$ac_try_echo"; } >&5
   2160  1.1.1.2.12.1    tls   (eval "$ac_link_default") 2>&5
   2161  1.1.1.2.12.1    tls   ac_status=$?
   2162  1.1.1.2.12.1    tls   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   2163  1.1.1.2.12.1    tls   test $ac_status = 0; }; then :
   2164  1.1.1.2.12.1    tls   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
   2165  1.1.1.2.12.1    tls # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
   2166  1.1.1.2.12.1    tls # in a Makefile.  We should not override ac_cv_exeext if it was cached,
   2167  1.1.1.2.12.1    tls # so that the user can short-circuit this test for compilers unknown to
   2168  1.1.1.2.12.1    tls # Autoconf.
   2169  1.1.1.2.12.1    tls for ac_file in $ac_files ''
   2170  1.1.1.2.12.1    tls do
   2171  1.1.1.2.12.1    tls   test -f "$ac_file" || continue
   2172  1.1.1.2.12.1    tls   case $ac_file in
   2173  1.1.1.2.12.1    tls     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
   2174  1.1.1.2.12.1    tls 	;;
   2175  1.1.1.2.12.1    tls     [ab].out )
   2176  1.1.1.2.12.1    tls 	# We found the default executable, but exeext='' is most
   2177  1.1.1.2.12.1    tls 	# certainly right.
   2178  1.1.1.2.12.1    tls 	break;;
   2179  1.1.1.2.12.1    tls     *.* )
   2180  1.1.1.2.12.1    tls 	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
   2181  1.1.1.2.12.1    tls 	then :; else
   2182  1.1.1.2.12.1    tls 	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
   2183  1.1.1.2.12.1    tls 	fi
   2184  1.1.1.2.12.1    tls 	# We set ac_cv_exeext here because the later test for it is not
   2185  1.1.1.2.12.1    tls 	# safe: cross compilers may not add the suffix if given an `-o'
   2186  1.1.1.2.12.1    tls 	# argument, so we may need to know it at that point already.
   2187  1.1.1.2.12.1    tls 	# Even if this section looks crufty: it has the advantage of
   2188  1.1.1.2.12.1    tls 	# actually working.
   2189  1.1.1.2.12.1    tls 	break;;
   2190  1.1.1.2.12.1    tls     * )
   2191  1.1.1.2.12.1    tls 	break;;
   2192  1.1.1.2.12.1    tls   esac
   2193  1.1.1.2.12.1    tls done
   2194  1.1.1.2.12.1    tls test "$ac_cv_exeext" = no && ac_cv_exeext=
   2195           1.1  lukem 
   2196           1.1  lukem else
   2197  1.1.1.2.12.1    tls   ac_file=''
   2198           1.1  lukem fi
   2199  1.1.1.2.12.1    tls if test -z "$ac_file"; then :
   2200  1.1.1.2.12.1    tls   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   2201  1.1.1.2.12.1    tls $as_echo "no" >&6; }
   2202  1.1.1.2.12.1    tls $as_echo "$as_me: failed program was:" >&5
   2203  1.1.1.2.12.1    tls sed 's/^/| /' conftest.$ac_ext >&5
   2204  1.1.1.2.12.1    tls 
   2205  1.1.1.2.12.1    tls { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   2206  1.1.1.2.12.1    tls $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   2207  1.1.1.2.12.1    tls { as_fn_set_status 77
   2208  1.1.1.2.12.1    tls as_fn_error "C compiler cannot create executables
   2209  1.1.1.2.12.1    tls See \`config.log' for more details." "$LINENO" 5; }; }
   2210           1.1  lukem else
   2211  1.1.1.2.12.1    tls   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   2212  1.1.1.2.12.1    tls $as_echo "yes" >&6; }
   2213           1.1  lukem fi
   2214  1.1.1.2.12.1    tls { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
   2215  1.1.1.2.12.1    tls $as_echo_n "checking for C compiler default output file name... " >&6; }
   2216  1.1.1.2.12.1    tls { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
   2217  1.1.1.2.12.1    tls $as_echo "$ac_file" >&6; }
   2218  1.1.1.2.12.1    tls ac_exeext=$ac_cv_exeext
   2219  1.1.1.2.12.1    tls 
   2220  1.1.1.2.12.1    tls rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
   2221  1.1.1.2.12.1    tls ac_clean_files=$ac_clean_files_save
   2222  1.1.1.2.12.1    tls { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
   2223  1.1.1.2.12.1    tls $as_echo_n "checking for suffix of executables... " >&6; }
   2224  1.1.1.2.12.1    tls if { { ac_try="$ac_link"
   2225  1.1.1.2.12.1    tls case "(($ac_try" in
   2226  1.1.1.2.12.1    tls   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   2227  1.1.1.2.12.1    tls   *) ac_try_echo=$ac_try;;
   2228  1.1.1.2.12.1    tls esac
   2229  1.1.1.2.12.1    tls eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   2230  1.1.1.2.12.1    tls $as_echo "$ac_try_echo"; } >&5
   2231  1.1.1.2.12.1    tls   (eval "$ac_link") 2>&5
   2232  1.1.1.2.12.1    tls   ac_status=$?
   2233  1.1.1.2.12.1    tls   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   2234  1.1.1.2.12.1    tls   test $ac_status = 0; }; then :
   2235  1.1.1.2.12.1    tls   # If both `conftest.exe' and `conftest' are `present' (well, observable)
   2236  1.1.1.2.12.1    tls # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
   2237  1.1.1.2.12.1    tls # work properly (i.e., refer to `conftest.exe'), while it won't with
   2238  1.1.1.2.12.1    tls # `rm'.
   2239  1.1.1.2.12.1    tls for ac_file in conftest.exe conftest conftest.*; do
   2240  1.1.1.2.12.1    tls   test -f "$ac_file" || continue
   2241  1.1.1.2.12.1    tls   case $ac_file in
   2242  1.1.1.2.12.1    tls     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
   2243  1.1.1.2.12.1    tls     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
   2244  1.1.1.2.12.1    tls 	  break;;
   2245  1.1.1.2.12.1    tls     * ) break;;
   2246  1.1.1.2.12.1    tls   esac
   2247  1.1.1.2.12.1    tls done
   2248  1.1.1.2.12.1    tls else
   2249  1.1.1.2.12.1    tls   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   2250  1.1.1.2.12.1    tls $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   2251  1.1.1.2.12.1    tls as_fn_error "cannot compute suffix of executables: cannot compile and link
   2252  1.1.1.2.12.1    tls See \`config.log' for more details." "$LINENO" 5; }
   2253  1.1.1.2.12.1    tls fi
   2254  1.1.1.2.12.1    tls rm -f conftest conftest$ac_cv_exeext
   2255  1.1.1.2.12.1    tls { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
   2256  1.1.1.2.12.1    tls $as_echo "$ac_cv_exeext" >&6; }
   2257  1.1.1.2.12.1    tls 
   2258  1.1.1.2.12.1    tls rm -f conftest.$ac_ext
   2259  1.1.1.2.12.1    tls EXEEXT=$ac_cv_exeext
   2260  1.1.1.2.12.1    tls ac_exeext=$EXEEXT
   2261  1.1.1.2.12.1    tls cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   2262  1.1.1.2.12.1    tls /* end confdefs.h.  */
   2263  1.1.1.2.12.1    tls #include <stdio.h>
   2264  1.1.1.2.12.1    tls int
   2265  1.1.1.2.12.1    tls main ()
   2266  1.1.1.2.12.1    tls {
   2267  1.1.1.2.12.1    tls FILE *f = fopen ("conftest.out", "w");
   2268  1.1.1.2.12.1    tls  return ferror (f) || fclose (f) != 0;
   2269  1.1.1.2.12.1    tls 
   2270  1.1.1.2.12.1    tls   ;
   2271  1.1.1.2.12.1    tls   return 0;
   2272  1.1.1.2.12.1    tls }
   2273  1.1.1.2.12.1    tls _ACEOF
   2274  1.1.1.2.12.1    tls ac_clean_files="$ac_clean_files conftest.out"
   2275  1.1.1.2.12.1    tls # Check that the compiler produces executables we can run.  If not, either
   2276  1.1.1.2.12.1    tls # the compiler is broken, or we cross compile.
   2277  1.1.1.2.12.1    tls { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
   2278  1.1.1.2.12.1    tls $as_echo_n "checking whether we are cross compiling... " >&6; }
   2279  1.1.1.2.12.1    tls if test "$cross_compiling" != yes; then
   2280  1.1.1.2.12.1    tls   { { ac_try="$ac_link"
   2281  1.1.1.2.12.1    tls case "(($ac_try" in
   2282  1.1.1.2.12.1    tls   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   2283  1.1.1.2.12.1    tls   *) ac_try_echo=$ac_try;;
   2284  1.1.1.2.12.1    tls esac
   2285  1.1.1.2.12.1    tls eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   2286  1.1.1.2.12.1    tls $as_echo "$ac_try_echo"; } >&5
   2287  1.1.1.2.12.1    tls   (eval "$ac_link") 2>&5
   2288  1.1.1.2.12.1    tls   ac_status=$?
   2289  1.1.1.2.12.1    tls   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   2290  1.1.1.2.12.1    tls   test $ac_status = 0; }
   2291  1.1.1.2.12.1    tls   if { ac_try='./conftest$ac_cv_exeext'
   2292  1.1.1.2.12.1    tls   { { case "(($ac_try" in
   2293  1.1.1.2.12.1    tls   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   2294  1.1.1.2.12.1    tls   *) ac_try_echo=$ac_try;;
   2295  1.1.1.2.12.1    tls esac
   2296  1.1.1.2.12.1    tls eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   2297  1.1.1.2.12.1    tls $as_echo "$ac_try_echo"; } >&5
   2298  1.1.1.2.12.1    tls   (eval "$ac_try") 2>&5
   2299  1.1.1.2.12.1    tls   ac_status=$?
   2300  1.1.1.2.12.1    tls   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   2301  1.1.1.2.12.1    tls   test $ac_status = 0; }; }; then
   2302  1.1.1.2.12.1    tls     cross_compiling=no
   2303  1.1.1.2.12.1    tls   else
   2304  1.1.1.2.12.1    tls     if test "$cross_compiling" = maybe; then
   2305  1.1.1.2.12.1    tls 	cross_compiling=yes
   2306  1.1.1.2.12.1    tls     else
   2307  1.1.1.2.12.1    tls 	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   2308  1.1.1.2.12.1    tls $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   2309  1.1.1.2.12.1    tls as_fn_error "cannot run C compiled programs.
   2310  1.1.1.2.12.1    tls If you meant to cross compile, use \`--host'.
   2311  1.1.1.2.12.1    tls See \`config.log' for more details." "$LINENO" 5; }
   2312  1.1.1.2.12.1    tls     fi
   2313           1.1  lukem   fi
   2314           1.1  lukem fi
   2315  1.1.1.2.12.1    tls { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
   2316  1.1.1.2.12.1    tls $as_echo "$cross_compiling" >&6; }
   2317           1.1  lukem 
   2318  1.1.1.2.12.1    tls rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
   2319  1.1.1.2.12.1    tls ac_clean_files=$ac_clean_files_save
   2320  1.1.1.2.12.1    tls { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
   2321  1.1.1.2.12.1    tls $as_echo_n "checking for suffix of object files... " >&6; }
   2322  1.1.1.2.12.1    tls if test "${ac_cv_objext+set}" = set; then :
   2323  1.1.1.2.12.1    tls   $as_echo_n "(cached) " >&6
   2324  1.1.1.2.12.1    tls else
   2325  1.1.1.2.12.1    tls   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   2326  1.1.1.2.12.1    tls /* end confdefs.h.  */
   2327           1.1  lukem 
   2328  1.1.1.2.12.1    tls int
   2329  1.1.1.2.12.1    tls main ()
   2330  1.1.1.2.12.1    tls {
   2331  1.1.1.2.12.1    tls 
   2332  1.1.1.2.12.1    tls   ;
   2333  1.1.1.2.12.1    tls   return 0;
   2334  1.1.1.2.12.1    tls }
   2335  1.1.1.2.12.1    tls _ACEOF
   2336  1.1.1.2.12.1    tls rm -f conftest.o conftest.obj
   2337  1.1.1.2.12.1    tls if { { ac_try="$ac_compile"
   2338  1.1.1.2.12.1    tls case "(($ac_try" in
   2339  1.1.1.2.12.1    tls   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   2340  1.1.1.2.12.1    tls   *) ac_try_echo=$ac_try;;
   2341  1.1.1.2.12.1    tls esac
   2342  1.1.1.2.12.1    tls eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   2343  1.1.1.2.12.1    tls $as_echo "$ac_try_echo"; } >&5
   2344  1.1.1.2.12.1    tls   (eval "$ac_compile") 2>&5
   2345  1.1.1.2.12.1    tls   ac_status=$?
   2346  1.1.1.2.12.1    tls   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   2347  1.1.1.2.12.1    tls   test $ac_status = 0; }; then :
   2348  1.1.1.2.12.1    tls   for ac_file in conftest.o conftest.obj conftest.*; do
   2349  1.1.1.2.12.1    tls   test -f "$ac_file" || continue;
   2350  1.1.1.2.12.1    tls   case $ac_file in
   2351  1.1.1.2.12.1    tls     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
   2352  1.1.1.2.12.1    tls     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
   2353  1.1.1.2.12.1    tls        break;;
   2354  1.1.1.2.12.1    tls   esac
   2355  1.1.1.2.12.1    tls done
   2356           1.1  lukem else
   2357  1.1.1.2.12.1    tls   $as_echo "$as_me: failed program was:" >&5
   2358  1.1.1.2.12.1    tls sed 's/^/| /' conftest.$ac_ext >&5
   2359  1.1.1.2.12.1    tls 
   2360  1.1.1.2.12.1    tls { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   2361  1.1.1.2.12.1    tls $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   2362  1.1.1.2.12.1    tls as_fn_error "cannot compute suffix of object files: cannot compile
   2363  1.1.1.2.12.1    tls See \`config.log' for more details." "$LINENO" 5; }
   2364  1.1.1.2.12.1    tls fi
   2365  1.1.1.2.12.1    tls rm -f conftest.$ac_cv_objext conftest.$ac_ext
   2366  1.1.1.2.12.1    tls fi
   2367  1.1.1.2.12.1    tls { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
   2368  1.1.1.2.12.1    tls $as_echo "$ac_cv_objext" >&6; }
   2369  1.1.1.2.12.1    tls OBJEXT=$ac_cv_objext
   2370  1.1.1.2.12.1    tls ac_objext=$OBJEXT
   2371  1.1.1.2.12.1    tls { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
   2372  1.1.1.2.12.1    tls $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
   2373  1.1.1.2.12.1    tls if test "${ac_cv_c_compiler_gnu+set}" = set; then :
   2374  1.1.1.2.12.1    tls   $as_echo_n "(cached) " >&6
   2375  1.1.1.2.12.1    tls else
   2376  1.1.1.2.12.1    tls   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   2377  1.1.1.2.12.1    tls /* end confdefs.h.  */
   2378  1.1.1.2.12.1    tls 
   2379  1.1.1.2.12.1    tls int
   2380  1.1.1.2.12.1    tls main ()
   2381  1.1.1.2.12.1    tls {
   2382  1.1.1.2.12.1    tls #ifndef __GNUC__
   2383  1.1.1.2.12.1    tls        choke me
   2384           1.1  lukem #endif
   2385  1.1.1.2.12.1    tls 
   2386  1.1.1.2.12.1    tls   ;
   2387  1.1.1.2.12.1    tls   return 0;
   2388  1.1.1.2.12.1    tls }
   2389  1.1.1.2.12.1    tls _ACEOF
   2390  1.1.1.2.12.1    tls if ac_fn_c_try_compile "$LINENO"; then :
   2391  1.1.1.2.12.1    tls   ac_compiler_gnu=yes
   2392           1.1  lukem else
   2393  1.1.1.2.12.1    tls   ac_compiler_gnu=no
   2394           1.1  lukem fi
   2395  1.1.1.2.12.1    tls rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   2396  1.1.1.2.12.1    tls ac_cv_c_compiler_gnu=$ac_compiler_gnu
   2397           1.1  lukem 
   2398  1.1.1.2.12.1    tls fi
   2399  1.1.1.2.12.1    tls { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
   2400  1.1.1.2.12.1    tls $as_echo "$ac_cv_c_compiler_gnu" >&6; }
   2401  1.1.1.2.12.1    tls if test $ac_compiler_gnu = yes; then
   2402           1.1  lukem   GCC=yes
   2403           1.1  lukem else
   2404           1.1  lukem   GCC=
   2405           1.1  lukem fi
   2406  1.1.1.2.12.1    tls ac_test_CFLAGS=${CFLAGS+set}
   2407  1.1.1.2.12.1    tls ac_save_CFLAGS=$CFLAGS
   2408  1.1.1.2.12.1    tls { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
   2409  1.1.1.2.12.1    tls $as_echo_n "checking whether $CC accepts -g... " >&6; }
   2410  1.1.1.2.12.1    tls if test "${ac_cv_prog_cc_g+set}" = set; then :
   2411  1.1.1.2.12.1    tls   $as_echo_n "(cached) " >&6
   2412           1.1  lukem else
   2413  1.1.1.2.12.1    tls   ac_save_c_werror_flag=$ac_c_werror_flag
   2414  1.1.1.2.12.1    tls    ac_c_werror_flag=yes
   2415  1.1.1.2.12.1    tls    ac_cv_prog_cc_g=no
   2416  1.1.1.2.12.1    tls    CFLAGS="-g"
   2417  1.1.1.2.12.1    tls    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   2418  1.1.1.2.12.1    tls /* end confdefs.h.  */
   2419  1.1.1.2.12.1    tls 
   2420  1.1.1.2.12.1    tls int
   2421  1.1.1.2.12.1    tls main ()
   2422  1.1.1.2.12.1    tls {
   2423  1.1.1.2.12.1    tls 
   2424  1.1.1.2.12.1    tls   ;
   2425  1.1.1.2.12.1    tls   return 0;
   2426  1.1.1.2.12.1    tls }
   2427  1.1.1.2.12.1    tls _ACEOF
   2428  1.1.1.2.12.1    tls if ac_fn_c_try_compile "$LINENO"; then :
   2429           1.1  lukem   ac_cv_prog_cc_g=yes
   2430           1.1  lukem else
   2431  1.1.1.2.12.1    tls   CFLAGS=""
   2432  1.1.1.2.12.1    tls       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   2433  1.1.1.2.12.1    tls /* end confdefs.h.  */
   2434  1.1.1.2.12.1    tls 
   2435  1.1.1.2.12.1    tls int
   2436  1.1.1.2.12.1    tls main ()
   2437  1.1.1.2.12.1    tls {
   2438  1.1.1.2.12.1    tls 
   2439  1.1.1.2.12.1    tls   ;
   2440  1.1.1.2.12.1    tls   return 0;
   2441  1.1.1.2.12.1    tls }
   2442  1.1.1.2.12.1    tls _ACEOF
   2443  1.1.1.2.12.1    tls if ac_fn_c_try_compile "$LINENO"; then :
   2444           1.1  lukem 
   2445  1.1.1.2.12.1    tls else
   2446  1.1.1.2.12.1    tls   ac_c_werror_flag=$ac_save_c_werror_flag
   2447  1.1.1.2.12.1    tls 	 CFLAGS="-g"
   2448  1.1.1.2.12.1    tls 	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   2449  1.1.1.2.12.1    tls /* end confdefs.h.  */
   2450  1.1.1.2.12.1    tls 
   2451  1.1.1.2.12.1    tls int
   2452  1.1.1.2.12.1    tls main ()
   2453  1.1.1.2.12.1    tls {
   2454  1.1.1.2.12.1    tls 
   2455  1.1.1.2.12.1    tls   ;
   2456  1.1.1.2.12.1    tls   return 0;
   2457  1.1.1.2.12.1    tls }
   2458  1.1.1.2.12.1    tls _ACEOF
   2459  1.1.1.2.12.1    tls if ac_fn_c_try_compile "$LINENO"; then :
   2460  1.1.1.2.12.1    tls   ac_cv_prog_cc_g=yes
   2461           1.1  lukem fi
   2462  1.1.1.2.12.1    tls rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   2463  1.1.1.2.12.1    tls fi
   2464  1.1.1.2.12.1    tls rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   2465  1.1.1.2.12.1    tls fi
   2466  1.1.1.2.12.1    tls rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   2467  1.1.1.2.12.1    tls    ac_c_werror_flag=$ac_save_c_werror_flag
   2468  1.1.1.2.12.1    tls fi
   2469  1.1.1.2.12.1    tls { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
   2470  1.1.1.2.12.1    tls $as_echo "$ac_cv_prog_cc_g" >&6; }
   2471           1.1  lukem if test "$ac_test_CFLAGS" = set; then
   2472  1.1.1.2.12.1    tls   CFLAGS=$ac_save_CFLAGS
   2473           1.1  lukem elif test $ac_cv_prog_cc_g = yes; then
   2474           1.1  lukem   if test "$GCC" = yes; then
   2475           1.1  lukem     CFLAGS="-g -O2"
   2476           1.1  lukem   else
   2477           1.1  lukem     CFLAGS="-g"
   2478           1.1  lukem   fi
   2479           1.1  lukem else
   2480           1.1  lukem   if test "$GCC" = yes; then
   2481           1.1  lukem     CFLAGS="-O2"
   2482           1.1  lukem   else
   2483           1.1  lukem     CFLAGS=
   2484           1.1  lukem   fi
   2485           1.1  lukem fi
   2486  1.1.1.2.12.1    tls { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
   2487  1.1.1.2.12.1    tls $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
   2488  1.1.1.2.12.1    tls if test "${ac_cv_prog_cc_c89+set}" = set; then :
   2489  1.1.1.2.12.1    tls   $as_echo_n "(cached) " >&6
   2490  1.1.1.2.12.1    tls else
   2491  1.1.1.2.12.1    tls   ac_cv_prog_cc_c89=no
   2492  1.1.1.2.12.1    tls ac_save_CC=$CC
   2493  1.1.1.2.12.1    tls cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   2494  1.1.1.2.12.1    tls /* end confdefs.h.  */
   2495  1.1.1.2.12.1    tls #include <stdarg.h>
   2496  1.1.1.2.12.1    tls #include <stdio.h>
   2497  1.1.1.2.12.1    tls #include <sys/types.h>
   2498  1.1.1.2.12.1    tls #include <sys/stat.h>
   2499  1.1.1.2.12.1    tls /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
   2500  1.1.1.2.12.1    tls struct buf { int x; };
   2501  1.1.1.2.12.1    tls FILE * (*rcsopen) (struct buf *, struct stat *, int);
   2502  1.1.1.2.12.1    tls static char *e (p, i)
   2503  1.1.1.2.12.1    tls      char **p;
   2504  1.1.1.2.12.1    tls      int i;
   2505  1.1.1.2.12.1    tls {
   2506  1.1.1.2.12.1    tls   return p[i];
   2507  1.1.1.2.12.1    tls }
   2508  1.1.1.2.12.1    tls static char *f (char * (*g) (char **, int), char **p, ...)
   2509  1.1.1.2.12.1    tls {
   2510  1.1.1.2.12.1    tls   char *s;
   2511  1.1.1.2.12.1    tls   va_list v;
   2512  1.1.1.2.12.1    tls   va_start (v,p);
   2513  1.1.1.2.12.1    tls   s = g (p, va_arg (v,int));
   2514  1.1.1.2.12.1    tls   va_end (v);
   2515  1.1.1.2.12.1    tls   return s;
   2516  1.1.1.2.12.1    tls }
   2517  1.1.1.2.12.1    tls 
   2518  1.1.1.2.12.1    tls /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
   2519  1.1.1.2.12.1    tls    function prototypes and stuff, but not '\xHH' hex character constants.
   2520  1.1.1.2.12.1    tls    These don't provoke an error unfortunately, instead are silently treated
   2521  1.1.1.2.12.1    tls    as 'x'.  The following induces an error, until -std is added to get
   2522  1.1.1.2.12.1    tls    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
   2523  1.1.1.2.12.1    tls    array size at least.  It's necessary to write '\x00'==0 to get something
   2524  1.1.1.2.12.1    tls    that's true only with -std.  */
   2525  1.1.1.2.12.1    tls int osf4_cc_array ['\x00' == 0 ? 1 : -1];
   2526  1.1.1.2.12.1    tls 
   2527  1.1.1.2.12.1    tls /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
   2528  1.1.1.2.12.1    tls    inside strings and character constants.  */
   2529  1.1.1.2.12.1    tls #define FOO(x) 'x'
   2530  1.1.1.2.12.1    tls int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
   2531  1.1.1.2.12.1    tls 
   2532  1.1.1.2.12.1    tls int test (int i, double x);
   2533  1.1.1.2.12.1    tls struct s1 {int (*f) (int a);};
   2534  1.1.1.2.12.1    tls struct s2 {int (*f) (double a);};
   2535  1.1.1.2.12.1    tls int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
   2536  1.1.1.2.12.1    tls int argc;
   2537  1.1.1.2.12.1    tls char **argv;
   2538  1.1.1.2.12.1    tls int
   2539  1.1.1.2.12.1    tls main ()
   2540  1.1.1.2.12.1    tls {
   2541  1.1.1.2.12.1    tls return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
   2542  1.1.1.2.12.1    tls   ;
   2543  1.1.1.2.12.1    tls   return 0;
   2544  1.1.1.2.12.1    tls }
   2545  1.1.1.2.12.1    tls _ACEOF
   2546  1.1.1.2.12.1    tls for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
   2547  1.1.1.2.12.1    tls 	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
   2548  1.1.1.2.12.1    tls do
   2549  1.1.1.2.12.1    tls   CC="$ac_save_CC $ac_arg"
   2550  1.1.1.2.12.1    tls   if ac_fn_c_try_compile "$LINENO"; then :
   2551  1.1.1.2.12.1    tls   ac_cv_prog_cc_c89=$ac_arg
   2552  1.1.1.2.12.1    tls fi
   2553  1.1.1.2.12.1    tls rm -f core conftest.err conftest.$ac_objext
   2554  1.1.1.2.12.1    tls   test "x$ac_cv_prog_cc_c89" != "xno" && break
   2555  1.1.1.2.12.1    tls done
   2556  1.1.1.2.12.1    tls rm -f conftest.$ac_ext
   2557  1.1.1.2.12.1    tls CC=$ac_save_CC
   2558  1.1.1.2.12.1    tls 
   2559  1.1.1.2.12.1    tls fi
   2560  1.1.1.2.12.1    tls # AC_CACHE_VAL
   2561  1.1.1.2.12.1    tls case "x$ac_cv_prog_cc_c89" in
   2562  1.1.1.2.12.1    tls   x)
   2563  1.1.1.2.12.1    tls     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
   2564  1.1.1.2.12.1    tls $as_echo "none needed" >&6; } ;;
   2565  1.1.1.2.12.1    tls   xno)
   2566  1.1.1.2.12.1    tls     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
   2567  1.1.1.2.12.1    tls $as_echo "unsupported" >&6; } ;;
   2568  1.1.1.2.12.1    tls   *)
   2569  1.1.1.2.12.1    tls     CC="$CC $ac_cv_prog_cc_c89"
   2570  1.1.1.2.12.1    tls     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
   2571  1.1.1.2.12.1    tls $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
   2572  1.1.1.2.12.1    tls esac
   2573  1.1.1.2.12.1    tls if test "x$ac_cv_prog_cc_c89" != xno; then :
   2574  1.1.1.2.12.1    tls 
   2575  1.1.1.2.12.1    tls fi
   2576  1.1.1.2.12.1    tls 
   2577  1.1.1.2.12.1    tls ac_ext=c
   2578  1.1.1.2.12.1    tls ac_cpp='$CPP $CPPFLAGS'
   2579  1.1.1.2.12.1    tls ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   2580  1.1.1.2.12.1    tls ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   2581  1.1.1.2.12.1    tls ac_compiler_gnu=$ac_cv_c_compiler_gnu
   2582           1.1  lukem 
   2583           1.1  lukem else
   2584           1.1  lukem     CC=${CC-cc}
   2585           1.1  lukem 
   2586           1.1  lukem fi
   2587           1.1  lukem 
   2588           1.1  lukem ac_aux_dir=
   2589  1.1.1.2.12.1    tls for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
   2590  1.1.1.2.12.1    tls   for ac_t in install-sh install.sh shtool; do
   2591  1.1.1.2.12.1    tls     if test -f "$ac_dir/$ac_t"; then
   2592  1.1.1.2.12.1    tls       ac_aux_dir=$ac_dir
   2593  1.1.1.2.12.1    tls       ac_install_sh="$ac_aux_dir/$ac_t -c"
   2594  1.1.1.2.12.1    tls       break 2
   2595  1.1.1.2.12.1    tls     fi
   2596  1.1.1.2.12.1    tls   done
   2597           1.1  lukem done
   2598           1.1  lukem if test -z "$ac_aux_dir"; then
   2599  1.1.1.2.12.1    tls   as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
   2600           1.1  lukem fi
   2601  1.1.1.2.12.1    tls 
   2602  1.1.1.2.12.1    tls # These three variables are undocumented and unsupported,
   2603  1.1.1.2.12.1    tls # and are intended to be withdrawn in a future Autoconf release.
   2604  1.1.1.2.12.1    tls # They can cause serious problems if a builder's source tree is in a directory
   2605  1.1.1.2.12.1    tls # whose full name contains unusual characters.
   2606  1.1.1.2.12.1    tls ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
   2607  1.1.1.2.12.1    tls ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
   2608  1.1.1.2.12.1    tls ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
   2609  1.1.1.2.12.1    tls 
   2610           1.1  lukem 
   2611           1.1  lukem # Find a good install program.  We prefer a C program (faster),
   2612           1.1  lukem # so one script is as good as another.  But avoid the broken or
   2613           1.1  lukem # incompatible versions:
   2614           1.1  lukem # SysV /etc/install, /usr/sbin/install
   2615           1.1  lukem # SunOS /usr/etc/install
   2616           1.1  lukem # IRIX /sbin/install
   2617           1.1  lukem # AIX /bin/install
   2618  1.1.1.2.12.1    tls # AmigaOS /C/install, which installs bootblocks on floppy discs
   2619           1.1  lukem # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
   2620           1.1  lukem # AFS /usr/afsws/bin/install, which mishandles nonexistent args
   2621           1.1  lukem # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
   2622  1.1.1.2.12.1    tls # OS/2's system install, which has a completely different semantic
   2623           1.1  lukem # ./install, which can be erroneously created by make from ./install.sh.
   2624  1.1.1.2.12.1    tls # Reject install programs that cannot install multiple files.
   2625  1.1.1.2.12.1    tls { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
   2626  1.1.1.2.12.1    tls $as_echo_n "checking for a BSD-compatible install... " >&6; }
   2627           1.1  lukem if test -z "$INSTALL"; then
   2628  1.1.1.2.12.1    tls if test "${ac_cv_path_install+set}" = set; then :
   2629  1.1.1.2.12.1    tls   $as_echo_n "(cached) " >&6
   2630           1.1  lukem else
   2631  1.1.1.2.12.1    tls   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2632  1.1.1.2.12.1    tls for as_dir in $PATH
   2633  1.1.1.2.12.1    tls do
   2634  1.1.1.2.12.1    tls   IFS=$as_save_IFS
   2635  1.1.1.2.12.1    tls   test -z "$as_dir" && as_dir=.
   2636           1.1  lukem     # Account for people who put trailing slashes in PATH elements.
   2637  1.1.1.2.12.1    tls case $as_dir/ in #((
   2638  1.1.1.2.12.1    tls   ./ | .// | /[cC]/* | \
   2639  1.1.1.2.12.1    tls   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
   2640  1.1.1.2.12.1    tls   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
   2641  1.1.1.2.12.1    tls   /usr/ucb/* ) ;;
   2642  1.1.1.2.12.1    tls   *)
   2643  1.1.1.2.12.1    tls     # OSF1 and SCO ODT 3.0 have their own names for install.
   2644  1.1.1.2.12.1    tls     # Don't use installbsd from OSF since it installs stuff as root
   2645  1.1.1.2.12.1    tls     # by default.
   2646  1.1.1.2.12.1    tls     for ac_prog in ginstall scoinst install; do
   2647  1.1.1.2.12.1    tls       for ac_exec_ext in '' $ac_executable_extensions; do
   2648  1.1.1.2.12.1    tls 	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
   2649           1.1  lukem 	  if test $ac_prog = install &&
   2650  1.1.1.2.12.1    tls 	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
   2651           1.1  lukem 	    # AIX install.  It has an incompatible calling convention.
   2652           1.1  lukem 	    :
   2653  1.1.1.2.12.1    tls 	  elif test $ac_prog = install &&
   2654  1.1.1.2.12.1    tls 	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
   2655  1.1.1.2.12.1    tls 	    # program-specific install script used by HP pwplus--don't use.
   2656  1.1.1.2.12.1    tls 	    :
   2657           1.1  lukem 	  else
   2658  1.1.1.2.12.1    tls 	    rm -rf conftest.one conftest.two conftest.dir
   2659  1.1.1.2.12.1    tls 	    echo one > conftest.one
   2660  1.1.1.2.12.1    tls 	    echo two > conftest.two
   2661  1.1.1.2.12.1    tls 	    mkdir conftest.dir
   2662  1.1.1.2.12.1    tls 	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
   2663  1.1.1.2.12.1    tls 	      test -s conftest.one && test -s conftest.two &&
   2664  1.1.1.2.12.1    tls 	      test -s conftest.dir/conftest.one &&
   2665  1.1.1.2.12.1    tls 	      test -s conftest.dir/conftest.two
   2666  1.1.1.2.12.1    tls 	    then
   2667  1.1.1.2.12.1    tls 	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
   2668  1.1.1.2.12.1    tls 	      break 3
   2669  1.1.1.2.12.1    tls 	    fi
   2670           1.1  lukem 	  fi
   2671           1.1  lukem 	fi
   2672           1.1  lukem       done
   2673  1.1.1.2.12.1    tls     done
   2674  1.1.1.2.12.1    tls     ;;
   2675  1.1.1.2.12.1    tls esac
   2676  1.1.1.2.12.1    tls 
   2677           1.1  lukem   done
   2678  1.1.1.2.12.1    tls IFS=$as_save_IFS
   2679  1.1.1.2.12.1    tls 
   2680  1.1.1.2.12.1    tls rm -rf conftest.one conftest.two conftest.dir
   2681           1.1  lukem 
   2682           1.1  lukem fi
   2683           1.1  lukem   if test "${ac_cv_path_install+set}" = set; then
   2684  1.1.1.2.12.1    tls     INSTALL=$ac_cv_path_install
   2685           1.1  lukem   else
   2686  1.1.1.2.12.1    tls     # As a last resort, use the slow shell script.  Don't cache a
   2687  1.1.1.2.12.1    tls     # value for INSTALL within a source directory, because that will
   2688           1.1  lukem     # break other packages using the cache if that directory is
   2689  1.1.1.2.12.1    tls     # removed, or if the value is a relative name.
   2690  1.1.1.2.12.1    tls     INSTALL=$ac_install_sh
   2691           1.1  lukem   fi
   2692           1.1  lukem fi
   2693  1.1.1.2.12.1    tls { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
   2694  1.1.1.2.12.1    tls $as_echo "$INSTALL" >&6; }
   2695           1.1  lukem 
   2696           1.1  lukem # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
   2697           1.1  lukem # It thinks the first close brace ends the variable substitution.
   2698           1.1  lukem test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
   2699           1.1  lukem 
   2700  1.1.1.2.12.1    tls test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
   2701           1.1  lukem 
   2702           1.1  lukem test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
   2703           1.1  lukem 
   2704  1.1.1.2.12.1    tls if test -n "$ac_tool_prefix"; then
   2705  1.1.1.2.12.1    tls   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
   2706  1.1.1.2.12.1    tls set dummy ${ac_tool_prefix}ranlib; ac_word=$2
   2707  1.1.1.2.12.1    tls { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2708  1.1.1.2.12.1    tls $as_echo_n "checking for $ac_word... " >&6; }
   2709  1.1.1.2.12.1    tls if test "${ac_cv_prog_RANLIB+set}" = set; then :
   2710  1.1.1.2.12.1    tls   $as_echo_n "(cached) " >&6
   2711           1.1  lukem else
   2712           1.1  lukem   if test -n "$RANLIB"; then
   2713           1.1  lukem   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
   2714           1.1  lukem else
   2715  1.1.1.2.12.1    tls as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2716  1.1.1.2.12.1    tls for as_dir in $PATH
   2717  1.1.1.2.12.1    tls do
   2718  1.1.1.2.12.1    tls   IFS=$as_save_IFS
   2719  1.1.1.2.12.1    tls   test -z "$as_dir" && as_dir=.
   2720  1.1.1.2.12.1    tls     for ac_exec_ext in '' $ac_executable_extensions; do
   2721  1.1.1.2.12.1    tls   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   2722  1.1.1.2.12.1    tls     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
   2723  1.1.1.2.12.1    tls     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   2724  1.1.1.2.12.1    tls     break 2
   2725  1.1.1.2.12.1    tls   fi
   2726  1.1.1.2.12.1    tls done
   2727           1.1  lukem   done
   2728  1.1.1.2.12.1    tls IFS=$as_save_IFS
   2729  1.1.1.2.12.1    tls 
   2730           1.1  lukem fi
   2731           1.1  lukem fi
   2732  1.1.1.2.12.1    tls RANLIB=$ac_cv_prog_RANLIB
   2733           1.1  lukem if test -n "$RANLIB"; then
   2734  1.1.1.2.12.1    tls   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
   2735  1.1.1.2.12.1    tls $as_echo "$RANLIB" >&6; }
   2736  1.1.1.2.12.1    tls else
   2737  1.1.1.2.12.1    tls   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   2738  1.1.1.2.12.1    tls $as_echo "no" >&6; }
   2739  1.1.1.2.12.1    tls fi
   2740  1.1.1.2.12.1    tls 
   2741  1.1.1.2.12.1    tls 
   2742  1.1.1.2.12.1    tls fi
   2743  1.1.1.2.12.1    tls if test -z "$ac_cv_prog_RANLIB"; then
   2744  1.1.1.2.12.1    tls   ac_ct_RANLIB=$RANLIB
   2745  1.1.1.2.12.1    tls   # Extract the first word of "ranlib", so it can be a program name with args.
   2746  1.1.1.2.12.1    tls set dummy ranlib; ac_word=$2
   2747  1.1.1.2.12.1    tls { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2748  1.1.1.2.12.1    tls $as_echo_n "checking for $ac_word... " >&6; }
   2749  1.1.1.2.12.1    tls if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
   2750  1.1.1.2.12.1    tls   $as_echo_n "(cached) " >&6
   2751  1.1.1.2.12.1    tls else
   2752  1.1.1.2.12.1    tls   if test -n "$ac_ct_RANLIB"; then
   2753  1.1.1.2.12.1    tls   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
   2754  1.1.1.2.12.1    tls else
   2755  1.1.1.2.12.1    tls as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2756  1.1.1.2.12.1    tls for as_dir in $PATH
   2757  1.1.1.2.12.1    tls do
   2758  1.1.1.2.12.1    tls   IFS=$as_save_IFS
   2759  1.1.1.2.12.1    tls   test -z "$as_dir" && as_dir=.
   2760  1.1.1.2.12.1    tls     for ac_exec_ext in '' $ac_executable_extensions; do
   2761  1.1.1.2.12.1    tls   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   2762  1.1.1.2.12.1    tls     ac_cv_prog_ac_ct_RANLIB="ranlib"
   2763  1.1.1.2.12.1    tls     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   2764  1.1.1.2.12.1    tls     break 2
   2765  1.1.1.2.12.1    tls   fi
   2766  1.1.1.2.12.1    tls done
   2767  1.1.1.2.12.1    tls   done
   2768  1.1.1.2.12.1    tls IFS=$as_save_IFS
   2769  1.1.1.2.12.1    tls 
   2770  1.1.1.2.12.1    tls fi
   2771  1.1.1.2.12.1    tls fi
   2772  1.1.1.2.12.1    tls ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
   2773  1.1.1.2.12.1    tls if test -n "$ac_ct_RANLIB"; then
   2774  1.1.1.2.12.1    tls   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
   2775  1.1.1.2.12.1    tls $as_echo "$ac_ct_RANLIB" >&6; }
   2776  1.1.1.2.12.1    tls else
   2777  1.1.1.2.12.1    tls   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   2778  1.1.1.2.12.1    tls $as_echo "no" >&6; }
   2779  1.1.1.2.12.1    tls fi
   2780  1.1.1.2.12.1    tls 
   2781  1.1.1.2.12.1    tls   if test "x$ac_ct_RANLIB" = x; then
   2782  1.1.1.2.12.1    tls     RANLIB=":"
   2783  1.1.1.2.12.1    tls   else
   2784  1.1.1.2.12.1    tls     case $cross_compiling:$ac_tool_warned in
   2785  1.1.1.2.12.1    tls yes:)
   2786  1.1.1.2.12.1    tls { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   2787  1.1.1.2.12.1    tls $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   2788  1.1.1.2.12.1    tls ac_tool_warned=yes ;;
   2789  1.1.1.2.12.1    tls esac
   2790  1.1.1.2.12.1    tls     RANLIB=$ac_ct_RANLIB
   2791  1.1.1.2.12.1    tls   fi
   2792           1.1  lukem else
   2793  1.1.1.2.12.1    tls   RANLIB="$ac_cv_prog_RANLIB"
   2794           1.1  lukem fi
   2795           1.1  lukem 
   2796           1.1  lukem 
   2797           1.1  lukem if test ! -f $exec_prefix/lib/tclConfig.sh
   2798           1.1  lukem then
   2799  1.1.1.2.12.1    tls     as_fn_error "Tcl must be installed first" "$LINENO" 5
   2800           1.1  lukem fi
   2801           1.1  lukem 
   2802           1.1  lukem . $exec_prefix/lib/tclConfig.sh
   2803           1.1  lukem 
   2804           1.1  lukem if test ! -f $exec_prefix/lib/tclxConfig.sh
   2805           1.1  lukem then
   2806  1.1.1.2.12.1    tls     as_fn_error "Extended Tcl must be installed first" "$LINENO" 5
   2807           1.1  lukem fi
   2808           1.1  lukem . $exec_prefix/lib/tclxConfig.sh
   2809           1.1  lukem 
   2810           1.1  lukem 
   2811           1.1  lukem #--------------------------------------------------------------------
   2812           1.1  lukem #	See if there was a command-line option for where Tk is;  if
   2813           1.1  lukem #	not, assume that its top-level directory is a sibling of ours.
   2814           1.1  lukem #--------------------------------------------------------------------
   2815           1.1  lukem 
   2816  1.1.1.2.12.1    tls 
   2817  1.1.1.2.12.1    tls # Check whether --with-tk was given.
   2818  1.1.1.2.12.1    tls if test "${with_tk+set}" = set; then :
   2819  1.1.1.2.12.1    tls   withval=$with_tk;
   2820           1.1  lukem else
   2821           1.1  lukem   with_tk=yes
   2822           1.1  lukem fi
   2823           1.1  lukem 
   2824           1.1  lukem 
   2825           1.1  lukem case "$with_tk" in
   2826           1.1  lukem     yes)
   2827           1.1  lukem 	if test -f $exec_prefix/lib/tkConfig.sh &&
   2828           1.1  lukem 	   test -f $exec_prefix/lib/tkxConfig.sh
   2829           1.1  lukem 	then
   2830           1.1  lukem 	    :
   2831           1.1  lukem 	else
   2832  1.1.1.2.12.1    tls 	    as_fn_error "Tk does not appear to be installed at $exec_prefix" "$LINENO" 5
   2833           1.1  lukem 	fi
   2834           1.1  lukem 	;;
   2835           1.1  lukem     no) ;;
   2836  1.1.1.2.12.1    tls     *)  as_fn_error "Tk cannot be specified and must be in $exec_prefix" "$LINENO" 5
   2837           1.1  lukem 	;;
   2838           1.1  lukem esac
   2839           1.1  lukem 
   2840  1.1.1.2.12.1    tls 
   2841  1.1.1.2.12.1    tls # Check whether --with-x was given.
   2842  1.1.1.2.12.1    tls if test "${with_x+set}" = set; then :
   2843  1.1.1.2.12.1    tls   withval=$with_x;
   2844           1.1  lukem fi
   2845           1.1  lukem 
   2846           1.1  lukem if test "$with_x" = "no"
   2847           1.1  lukem then
   2848           1.1  lukem     with_tk=no
   2849           1.1  lukem fi
   2850           1.1  lukem 
   2851           1.1  lukem if test "$with_tk" != "no"
   2852           1.1  lukem then
   2853           1.1  lukem     LDAPWISH=ldapwish
   2854           1.1  lukem     . $exec_prefix/lib/tkConfig.sh
   2855           1.1  lukem     . $exec_prefix/lib/tkxConfig.sh
   2856           1.1  lukem fi
   2857           1.1  lukem 
   2858           1.1  lukem 
   2859           1.1  lukem 
   2860           1.1  lukem 
   2861           1.1  lukem 
   2862           1.1  lukem 
   2863           1.1  lukem 
   2864           1.1  lukem #--------------------------------------------------------------------
   2865           1.1  lukem #	Read in configuration information generated by Tcl for shared
   2866           1.1  lukem #	libraries, and arrange for it to be substituted into our
   2867           1.1  lukem #	Makefile.
   2868           1.1  lukem #--------------------------------------------------------------------
   2869           1.1  lukem 
   2870           1.1  lukem CC=$TCL_CC
   2871           1.1  lukem SHLIB_CFLAGS=$TCL_SHLIB_CFLAGS
   2872           1.1  lukem SHLIB_LD=$TCL_SHLIB_LD
   2873           1.1  lukem SHLIB_LD_LIBS=$TCL_SHLIB_LD_LIBS
   2874           1.1  lukem SHLIB_SUFFIX=$TCL_SHLIB_SUFFIX
   2875           1.1  lukem SHLIB_VERSION=$TCL_SHLIB_VERSION
   2876           1.1  lukem DL_LIBS=$TCL_DL_LIBS
   2877           1.1  lukem LD_FLAGS=$TCL_LD_FLAGS
   2878           1.1  lukem NEO_LD_SEARCH_FLAGS=$TCL_LD_SEARCH_FLAGS
   2879           1.1  lukem 
   2880           1.1  lukem eval "NEO_SHARED_LIB_FILE=libldaptcl${TCL_SHARED_LIB_SUFFIX}"
   2881           1.1  lukem eval "NEO_UNSHARED_LIB_FILE=libldaptcl${TCL_UNSHARED_LIB_SUFFIX}"
   2882           1.1  lukem 
   2883           1.1  lukem #--------------------------------------------------------------------
   2884           1.1  lukem #	The statements below define a collection of symbols related to
   2885           1.1  lukem #	building libldap as a shared library instead of a static library.
   2886           1.1  lukem #--------------------------------------------------------------------
   2887           1.1  lukem 
   2888           1.1  lukem # Warning: in order to use the following code for libldap and libdb versions,
   2889           1.1  lukem # the VERSION shell variable is modified, and then is restored after.
   2890           1.1  lukem 
   2891  1.1.1.2.12.1    tls # Check whether --enable-shared was given.
   2892  1.1.1.2.12.1    tls if test "${enable_shared+set}" = set; then :
   2893  1.1.1.2.12.1    tls   enableval=$enable_shared; ok=$enableval
   2894           1.1  lukem else
   2895           1.1  lukem   ok=no
   2896           1.1  lukem fi
   2897           1.1  lukem 
   2898           1.1  lukem if test "$ok" = "yes" && test "${SHLIB_SUFFIX}" != ""; then
   2899           1.1  lukem     NEO_SHLIB_CFLAGS="${SHLIB_CFLAGS}"
   2900           1.1  lukem     eval "NEO_LIB_FILE=libldaptcl${TCL_SHARED_LIB_SUFFIX}"
   2901           1.1  lukem     MAKE_LIB="\${SHLIB_LD} $TCL_LIB_HNAME -o ${NEO_LIB_FILE} \${OBJS} \${LDAP_LIBFLAGS}"
   2902           1.1  lukem     RANLIB=":"
   2903           1.1  lukem else
   2904           1.1  lukem     NEO_SHLIB_CFLAGS=""
   2905           1.1  lukem     eval "NEO_LIB_FILE=libldaptcl${TCL_UNSHARED_LIB_SUFFIX}"
   2906           1.1  lukem     MAKE_LIB="ar cr ${NEO_LIB_FILE} \${OBJS}"
   2907           1.1  lukem fi
   2908           1.1  lukem 
   2909  1.1.1.2.12.1    tls 
   2910  1.1.1.2.12.1    tls # Check whether --with-ldap was given.
   2911  1.1.1.2.12.1    tls if test "${with_ldap+set}" = set; then :
   2912  1.1.1.2.12.1    tls   withval=$with_ldap; neo_ldap=$withval
   2913           1.1  lukem 	case $withval in
   2914           1.1  lukem 	    yes) ldapdir=/usr/local
   2915           1.1  lukem 		 ;;
   2916           1.1  lukem 	    no)  ;;
   2917           1.1  lukem 	    *)	 ldapdir=$withval
   2918           1.1  lukem 		 neo_ldap=yes
   2919           1.1  lukem 		 ;;
   2920           1.1  lukem 	esac
   2921  1.1.1.2.12.1    tls 
   2922           1.1  lukem else
   2923  1.1.1.2.12.1    tls 
   2924           1.1  lukem 	    neo_ldap=yes
   2925           1.1  lukem 	    ldapdir=/usr/local
   2926  1.1.1.2.12.1    tls 
   2927           1.1  lukem fi
   2928           1.1  lukem 
   2929           1.1  lukem 
   2930           1.1  lukem ldapincdir=$ldapdir/include
   2931  1.1.1.2.12.1    tls 
   2932  1.1.1.2.12.1    tls # Check whether --with-ldap-incdir was given.
   2933  1.1.1.2.12.1    tls if test "${with_ldap_incdir+set}" = set; then :
   2934  1.1.1.2.12.1    tls   withval=$with_ldap_incdir; ldapincdir=$withval
   2935           1.1  lukem fi
   2936           1.1  lukem 
   2937           1.1  lukem 
   2938           1.1  lukem ldaplibdir=$ldapdir/lib
   2939  1.1.1.2.12.1    tls 
   2940  1.1.1.2.12.1    tls # Check whether --with-ldap-libdir was given.
   2941  1.1.1.2.12.1    tls if test "${with_ldap_libdir+set}" = set; then :
   2942  1.1.1.2.12.1    tls   withval=$with_ldap_libdir; ldaplibdir=$withval
   2943           1.1  lukem fi
   2944           1.1  lukem 
   2945           1.1  lukem 
   2946  1.1.1.2.12.1    tls 
   2947  1.1.1.2.12.1    tls # Check whether --with-ldap-libraries was given.
   2948  1.1.1.2.12.1    tls if test "${with_ldap_libraries+set}" = set; then :
   2949  1.1.1.2.12.1    tls   withval=$with_ldap_libraries; ldaplibflags="-L$ldaplibdir $withval"
   2950           1.1  lukem else
   2951           1.1  lukem   ldaplibflags="-L$ldaplibdir -lldap -llber"
   2952           1.1  lukem fi
   2953           1.1  lukem 
   2954           1.1  lukem 
   2955           1.1  lukem ldapinclude="-I$ldapincdir"
   2956           1.1  lukem 
   2957           1.1  lukem ldapbuild=yes
   2958           1.1  lukem 
   2959           1.1  lukem 
   2960           1.1  lukem 
   2961           1.1  lukem 
   2962           1.1  lukem 
   2963           1.1  lukem 
   2964           1.1  lukem 
   2965           1.1  lukem 
   2966           1.1  lukem VERSION=${NEO_VERSION}
   2967           1.1  lukem # Note:  in the following variable, it's important to use the absolute
   2968           1.1  lukem # path name of the Tcl directory rather than "..":  this is because
   2969           1.1  lukem # AIX remembers this path and will attempt to use it at run-time to look
   2970           1.1  lukem # up the Tcl library.
   2971           1.1  lukem 
   2972           1.1  lukem if test "${TCL_LIB_VERSIONS_OK}" = "ok"; then
   2973           1.1  lukem     NEO_BUILD_LIB_SPEC="-L`pwd` -lldaptcl${VERSION}"
   2974           1.1  lukem     NEO_LIB_SPEC="-L${exec_prefix}/lib -lldaptcl${VERSION}"
   2975           1.1  lukem else
   2976           1.1  lukem     NEO_BUILD_LIB_SPEC="-L`pwd` -lldaptcl`echo ${VERSION} | tr -d .`"
   2977           1.1  lukem     NEO_LIB_SPEC="-L${exec_prefix}/lib -lldaptcl`echo ${VERSION} | tr -d .`"
   2978           1.1  lukem fi
   2979           1.1  lukem 
   2980           1.1  lukem 
   2981           1.1  lukem 
   2982           1.1  lukem 
   2983           1.1  lukem 
   2984           1.1  lukem 
   2985           1.1  lukem 
   2986           1.1  lukem 
   2987           1.1  lukem 
   2988           1.1  lukem 
   2989           1.1  lukem 
   2990           1.1  lukem 
   2991           1.1  lukem 
   2992           1.1  lukem 
   2993           1.1  lukem 
   2994           1.1  lukem 
   2995           1.1  lukem 
   2996           1.1  lukem 
   2997           1.1  lukem 
   2998           1.1  lukem 
   2999           1.1  lukem 
   3000           1.1  lukem 
   3001           1.1  lukem 
   3002           1.1  lukem 
   3003           1.1  lukem 
   3004           1.1  lukem 
   3005           1.1  lukem 
   3006           1.1  lukem 
   3007           1.1  lukem 
   3008           1.1  lukem 
   3009           1.1  lukem 
   3010           1.1  lukem 
   3011           1.1  lukem 
   3012           1.1  lukem 
   3013           1.1  lukem 
   3014  1.1.1.2.12.1    tls ac_config_files="$ac_config_files Makefile pkgIndex.tcl"
   3015  1.1.1.2.12.1    tls 
   3016  1.1.1.2.12.1    tls cat >confcache <<\_ACEOF
   3017           1.1  lukem # This file is a shell script that caches the results of configure
   3018           1.1  lukem # tests run on this system so they can be shared between configure
   3019  1.1.1.2.12.1    tls # scripts and configure runs, see configure's option --config-cache.
   3020  1.1.1.2.12.1    tls # It is not useful on other systems.  If it contains results you don't
   3021  1.1.1.2.12.1    tls # want to keep, you may remove or edit it.
   3022           1.1  lukem #
   3023  1.1.1.2.12.1    tls # config.status only pays attention to the cache file if you give it
   3024  1.1.1.2.12.1    tls # the --recheck option to rerun configure.
   3025           1.1  lukem #
   3026  1.1.1.2.12.1    tls # `ac_cv_env_foo' variables (set or unset) will be overridden when
   3027  1.1.1.2.12.1    tls # loading this file, other *unset* `ac_cv_foo' will be assigned the
   3028  1.1.1.2.12.1    tls # following values.
   3029  1.1.1.2.12.1    tls 
   3030  1.1.1.2.12.1    tls _ACEOF
   3031  1.1.1.2.12.1    tls 
   3032           1.1  lukem # The following way of writing the cache mishandles newlines in values,
   3033           1.1  lukem # but we know of no workaround that is simple, portable, and efficient.
   3034  1.1.1.2.12.1    tls # So, we kill variables containing newlines.
   3035           1.1  lukem # Ultrix sh set writes to stderr and can't be redirected directly,
   3036           1.1  lukem # and sets the high bit in the cache file unless we assign to the vars.
   3037  1.1.1.2.12.1    tls (
   3038  1.1.1.2.12.1    tls   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
   3039  1.1.1.2.12.1    tls     eval ac_val=\$$ac_var
   3040  1.1.1.2.12.1    tls     case $ac_val in #(
   3041  1.1.1.2.12.1    tls     *${as_nl}*)
   3042  1.1.1.2.12.1    tls       case $ac_var in #(
   3043  1.1.1.2.12.1    tls       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
   3044  1.1.1.2.12.1    tls $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
   3045  1.1.1.2.12.1    tls       esac
   3046  1.1.1.2.12.1    tls       case $ac_var in #(
   3047  1.1.1.2.12.1    tls       _ | IFS | as_nl) ;; #(
   3048  1.1.1.2.12.1    tls       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
   3049  1.1.1.2.12.1    tls       *) { eval $ac_var=; unset $ac_var;} ;;
   3050  1.1.1.2.12.1    tls       esac ;;
   3051  1.1.1.2.12.1    tls     esac
   3052  1.1.1.2.12.1    tls   done
   3053  1.1.1.2.12.1    tls 
   3054  1.1.1.2.12.1    tls   (set) 2>&1 |
   3055  1.1.1.2.12.1    tls     case $as_nl`(ac_space=' '; set) 2>&1` in #(
   3056  1.1.1.2.12.1    tls     *${as_nl}ac_space=\ *)
   3057  1.1.1.2.12.1    tls       # `set' does not quote correctly, so add quotes: double-quote
   3058  1.1.1.2.12.1    tls       # substitution turns \\\\ into \\, and sed turns \\ into \.
   3059  1.1.1.2.12.1    tls       sed -n \
   3060  1.1.1.2.12.1    tls 	"s/'/'\\\\''/g;
   3061  1.1.1.2.12.1    tls 	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
   3062  1.1.1.2.12.1    tls       ;; #(
   3063  1.1.1.2.12.1    tls     *)
   3064  1.1.1.2.12.1    tls       # `set' quotes correctly as required by POSIX, so do not add quotes.
   3065  1.1.1.2.12.1    tls       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
   3066  1.1.1.2.12.1    tls       ;;
   3067  1.1.1.2.12.1    tls     esac |
   3068  1.1.1.2.12.1    tls     sort
   3069  1.1.1.2.12.1    tls ) |
   3070  1.1.1.2.12.1    tls   sed '
   3071  1.1.1.2.12.1    tls      /^ac_cv_env_/b end
   3072  1.1.1.2.12.1    tls      t clear
   3073  1.1.1.2.12.1    tls      :clear
   3074  1.1.1.2.12.1    tls      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
   3075  1.1.1.2.12.1    tls      t end
   3076  1.1.1.2.12.1    tls      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
   3077  1.1.1.2.12.1    tls      :end' >>confcache
   3078  1.1.1.2.12.1    tls if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
   3079  1.1.1.2.12.1    tls   if test -w "$cache_file"; then
   3080  1.1.1.2.12.1    tls     test "x$cache_file" != "x/dev/null" &&
   3081  1.1.1.2.12.1    tls       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
   3082  1.1.1.2.12.1    tls $as_echo "$as_me: updating cache $cache_file" >&6;}
   3083  1.1.1.2.12.1    tls     cat confcache >$cache_file
   3084           1.1  lukem   else
   3085  1.1.1.2.12.1    tls     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
   3086  1.1.1.2.12.1    tls $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
   3087           1.1  lukem   fi
   3088           1.1  lukem fi
   3089           1.1  lukem rm -f confcache
   3090           1.1  lukem 
   3091           1.1  lukem test "x$prefix" = xNONE && prefix=$ac_default_prefix
   3092           1.1  lukem # Let make expand exec_prefix.
   3093           1.1  lukem test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
   3094           1.1  lukem 
   3095           1.1  lukem # Transform confdefs.h into DEFS.
   3096           1.1  lukem # Protect against shell expansion while executing Makefile rules.
   3097           1.1  lukem # Protect against Makefile macro expansion.
   3098  1.1.1.2.12.1    tls #
   3099  1.1.1.2.12.1    tls # If the first sed substitution is executed (which looks for macros that
   3100  1.1.1.2.12.1    tls # take arguments), then branch to the quote section.  Otherwise,
   3101  1.1.1.2.12.1    tls # look for a macro that doesn't take arguments.
   3102  1.1.1.2.12.1    tls ac_script='
   3103  1.1.1.2.12.1    tls :mline
   3104  1.1.1.2.12.1    tls /\\$/{
   3105  1.1.1.2.12.1    tls  N
   3106  1.1.1.2.12.1    tls  s,\\\n,,
   3107  1.1.1.2.12.1    tls  b mline
   3108  1.1.1.2.12.1    tls }
   3109  1.1.1.2.12.1    tls t clear
   3110  1.1.1.2.12.1    tls :clear
   3111  1.1.1.2.12.1    tls s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
   3112  1.1.1.2.12.1    tls t quote
   3113  1.1.1.2.12.1    tls s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
   3114  1.1.1.2.12.1    tls t quote
   3115  1.1.1.2.12.1    tls b any
   3116  1.1.1.2.12.1    tls :quote
   3117  1.1.1.2.12.1    tls s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
   3118  1.1.1.2.12.1    tls s/\[/\\&/g
   3119  1.1.1.2.12.1    tls s/\]/\\&/g
   3120  1.1.1.2.12.1    tls s/\$/$$/g
   3121  1.1.1.2.12.1    tls H
   3122  1.1.1.2.12.1    tls :any
   3123  1.1.1.2.12.1    tls ${
   3124  1.1.1.2.12.1    tls 	g
   3125  1.1.1.2.12.1    tls 	s/^\n//
   3126  1.1.1.2.12.1    tls 	s/\n/ /g
   3127  1.1.1.2.12.1    tls 	p
   3128  1.1.1.2.12.1    tls }
   3129  1.1.1.2.12.1    tls '
   3130  1.1.1.2.12.1    tls DEFS=`sed -n "$ac_script" confdefs.h`
   3131  1.1.1.2.12.1    tls 
   3132  1.1.1.2.12.1    tls 
   3133  1.1.1.2.12.1    tls ac_libobjs=
   3134  1.1.1.2.12.1    tls ac_ltlibobjs=
   3135  1.1.1.2.12.1    tls for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
   3136  1.1.1.2.12.1    tls   # 1. Remove the extension, and $U if already installed.
   3137  1.1.1.2.12.1    tls   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
   3138  1.1.1.2.12.1    tls   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
   3139  1.1.1.2.12.1    tls   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
   3140  1.1.1.2.12.1    tls   #    will be set to the directory where LIBOBJS objects are built.
   3141  1.1.1.2.12.1    tls   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
   3142  1.1.1.2.12.1    tls   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
   3143  1.1.1.2.12.1    tls done
   3144  1.1.1.2.12.1    tls LIBOBJS=$ac_libobjs
   3145  1.1.1.2.12.1    tls 
   3146  1.1.1.2.12.1    tls LTLIBOBJS=$ac_ltlibobjs
   3147           1.1  lukem 
   3148           1.1  lukem 
   3149           1.1  lukem 
   3150  1.1.1.2.12.1    tls : ${CONFIG_STATUS=./config.status}
   3151  1.1.1.2.12.1    tls ac_write_fail=0
   3152  1.1.1.2.12.1    tls ac_clean_files_save=$ac_clean_files
   3153  1.1.1.2.12.1    tls ac_clean_files="$ac_clean_files $CONFIG_STATUS"
   3154  1.1.1.2.12.1    tls { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
   3155  1.1.1.2.12.1    tls $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
   3156  1.1.1.2.12.1    tls as_write_fail=0
   3157  1.1.1.2.12.1    tls cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
   3158  1.1.1.2.12.1    tls #! $SHELL
   3159  1.1.1.2.12.1    tls # Generated by $as_me.
   3160           1.1  lukem # Run this file to recreate the current configuration.
   3161           1.1  lukem # Compiler output produced by configure, useful for debugging
   3162  1.1.1.2.12.1    tls # configure, is in config.log if it exists.
   3163           1.1  lukem 
   3164  1.1.1.2.12.1    tls debug=false
   3165  1.1.1.2.12.1    tls ac_cs_recheck=false
   3166  1.1.1.2.12.1    tls ac_cs_silent=false
   3167  1.1.1.2.12.1    tls 
   3168  1.1.1.2.12.1    tls SHELL=\${CONFIG_SHELL-$SHELL}
   3169  1.1.1.2.12.1    tls export SHELL
   3170  1.1.1.2.12.1    tls _ASEOF
   3171  1.1.1.2.12.1    tls cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
   3172  1.1.1.2.12.1    tls ## -------------------- ##
   3173  1.1.1.2.12.1    tls ## M4sh Initialization. ##
   3174  1.1.1.2.12.1    tls ## -------------------- ##
   3175  1.1.1.2.12.1    tls 
   3176  1.1.1.2.12.1    tls # Be more Bourne compatible
   3177  1.1.1.2.12.1    tls DUALCASE=1; export DUALCASE # for MKS sh
   3178  1.1.1.2.12.1    tls if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
   3179  1.1.1.2.12.1    tls   emulate sh
   3180  1.1.1.2.12.1    tls   NULLCMD=:
   3181  1.1.1.2.12.1    tls   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
   3182  1.1.1.2.12.1    tls   # is contrary to our usage.  Disable this feature.
   3183  1.1.1.2.12.1    tls   alias -g '${1+"$@"}'='"$@"'
   3184  1.1.1.2.12.1    tls   setopt NO_GLOB_SUBST
   3185  1.1.1.2.12.1    tls else
   3186  1.1.1.2.12.1    tls   case `(set -o) 2>/dev/null` in #(
   3187  1.1.1.2.12.1    tls   *posix*) :
   3188  1.1.1.2.12.1    tls     set -o posix ;; #(
   3189  1.1.1.2.12.1    tls   *) :
   3190  1.1.1.2.12.1    tls      ;;
   3191  1.1.1.2.12.1    tls esac
   3192  1.1.1.2.12.1    tls fi
   3193  1.1.1.2.12.1    tls 
   3194  1.1.1.2.12.1    tls 
   3195  1.1.1.2.12.1    tls as_nl='
   3196  1.1.1.2.12.1    tls '
   3197  1.1.1.2.12.1    tls export as_nl
   3198  1.1.1.2.12.1    tls # Printing a long string crashes Solaris 7 /usr/bin/printf.
   3199  1.1.1.2.12.1    tls as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
   3200  1.1.1.2.12.1    tls as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
   3201  1.1.1.2.12.1    tls as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
   3202  1.1.1.2.12.1    tls # Prefer a ksh shell builtin over an external printf program on Solaris,
   3203  1.1.1.2.12.1    tls # but without wasting forks for bash or zsh.
   3204  1.1.1.2.12.1    tls if test -z "$BASH_VERSION$ZSH_VERSION" \
   3205  1.1.1.2.12.1    tls     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
   3206  1.1.1.2.12.1    tls   as_echo='print -r --'
   3207  1.1.1.2.12.1    tls   as_echo_n='print -rn --'
   3208  1.1.1.2.12.1    tls elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
   3209  1.1.1.2.12.1    tls   as_echo='printf %s\n'
   3210  1.1.1.2.12.1    tls   as_echo_n='printf %s'
   3211  1.1.1.2.12.1    tls else
   3212  1.1.1.2.12.1    tls   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
   3213  1.1.1.2.12.1    tls     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
   3214  1.1.1.2.12.1    tls     as_echo_n='/usr/ucb/echo -n'
   3215  1.1.1.2.12.1    tls   else
   3216  1.1.1.2.12.1    tls     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
   3217  1.1.1.2.12.1    tls     as_echo_n_body='eval
   3218  1.1.1.2.12.1    tls       arg=$1;
   3219  1.1.1.2.12.1    tls       case $arg in #(
   3220  1.1.1.2.12.1    tls       *"$as_nl"*)
   3221  1.1.1.2.12.1    tls 	expr "X$arg" : "X\\(.*\\)$as_nl";
   3222  1.1.1.2.12.1    tls 	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
   3223  1.1.1.2.12.1    tls       esac;
   3224  1.1.1.2.12.1    tls       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
   3225  1.1.1.2.12.1    tls     '
   3226  1.1.1.2.12.1    tls     export as_echo_n_body
   3227  1.1.1.2.12.1    tls     as_echo_n='sh -c $as_echo_n_body as_echo'
   3228  1.1.1.2.12.1    tls   fi
   3229  1.1.1.2.12.1    tls   export as_echo_body
   3230  1.1.1.2.12.1    tls   as_echo='sh -c $as_echo_body as_echo'
   3231  1.1.1.2.12.1    tls fi
   3232  1.1.1.2.12.1    tls 
   3233  1.1.1.2.12.1    tls # The user is always right.
   3234  1.1.1.2.12.1    tls if test "${PATH_SEPARATOR+set}" != set; then
   3235  1.1.1.2.12.1    tls   PATH_SEPARATOR=:
   3236  1.1.1.2.12.1    tls   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
   3237  1.1.1.2.12.1    tls     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
   3238  1.1.1.2.12.1    tls       PATH_SEPARATOR=';'
   3239  1.1.1.2.12.1    tls   }
   3240  1.1.1.2.12.1    tls fi
   3241  1.1.1.2.12.1    tls 
   3242  1.1.1.2.12.1    tls 
   3243  1.1.1.2.12.1    tls # IFS
   3244  1.1.1.2.12.1    tls # We need space, tab and new line, in precisely that order.  Quoting is
   3245  1.1.1.2.12.1    tls # there to prevent editors from complaining about space-tab.
   3246  1.1.1.2.12.1    tls # (If _AS_PATH_WALK were called with IFS unset, it would disable word
   3247  1.1.1.2.12.1    tls # splitting by setting IFS to empty value.)
   3248  1.1.1.2.12.1    tls IFS=" ""	$as_nl"
   3249  1.1.1.2.12.1    tls 
   3250  1.1.1.2.12.1    tls # Find who we are.  Look in the path if we contain no directory separator.
   3251  1.1.1.2.12.1    tls case $0 in #((
   3252  1.1.1.2.12.1    tls   *[\\/]* ) as_myself=$0 ;;
   3253  1.1.1.2.12.1    tls   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   3254  1.1.1.2.12.1    tls for as_dir in $PATH
   3255           1.1  lukem do
   3256  1.1.1.2.12.1    tls   IFS=$as_save_IFS
   3257  1.1.1.2.12.1    tls   test -z "$as_dir" && as_dir=.
   3258  1.1.1.2.12.1    tls     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
   3259  1.1.1.2.12.1    tls   done
   3260  1.1.1.2.12.1    tls IFS=$as_save_IFS
   3261  1.1.1.2.12.1    tls 
   3262  1.1.1.2.12.1    tls      ;;
   3263  1.1.1.2.12.1    tls esac
   3264  1.1.1.2.12.1    tls # We did not find ourselves, most probably we were run as `sh COMMAND'
   3265  1.1.1.2.12.1    tls # in which case we are not to be found in the path.
   3266  1.1.1.2.12.1    tls if test "x$as_myself" = x; then
   3267  1.1.1.2.12.1    tls   as_myself=$0
   3268  1.1.1.2.12.1    tls fi
   3269  1.1.1.2.12.1    tls if test ! -f "$as_myself"; then
   3270  1.1.1.2.12.1    tls   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
   3271  1.1.1.2.12.1    tls   exit 1
   3272  1.1.1.2.12.1    tls fi
   3273  1.1.1.2.12.1    tls 
   3274  1.1.1.2.12.1    tls # Unset variables that we do not need and which cause bugs (e.g. in
   3275  1.1.1.2.12.1    tls # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
   3276  1.1.1.2.12.1    tls # suppresses any "Segmentation fault" message there.  '((' could
   3277  1.1.1.2.12.1    tls # trigger a bug in pdksh 5.2.14.
   3278  1.1.1.2.12.1    tls for as_var in BASH_ENV ENV MAIL MAILPATH
   3279  1.1.1.2.12.1    tls do eval test x\${$as_var+set} = xset \
   3280  1.1.1.2.12.1    tls   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
   3281           1.1  lukem done
   3282  1.1.1.2.12.1    tls PS1='$ '
   3283  1.1.1.2.12.1    tls PS2='> '
   3284  1.1.1.2.12.1    tls PS4='+ '
   3285  1.1.1.2.12.1    tls 
   3286  1.1.1.2.12.1    tls # NLS nuisances.
   3287  1.1.1.2.12.1    tls LC_ALL=C
   3288  1.1.1.2.12.1    tls export LC_ALL
   3289  1.1.1.2.12.1    tls LANGUAGE=C
   3290  1.1.1.2.12.1    tls export LANGUAGE
   3291  1.1.1.2.12.1    tls 
   3292  1.1.1.2.12.1    tls # CDPATH.
   3293  1.1.1.2.12.1    tls (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   3294  1.1.1.2.12.1    tls 
   3295  1.1.1.2.12.1    tls 
   3296  1.1.1.2.12.1    tls # as_fn_error ERROR [LINENO LOG_FD]
   3297  1.1.1.2.12.1    tls # ---------------------------------
   3298  1.1.1.2.12.1    tls # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
   3299  1.1.1.2.12.1    tls # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
   3300  1.1.1.2.12.1    tls # script with status $?, using 1 if that was 0.
   3301  1.1.1.2.12.1    tls as_fn_error ()
   3302  1.1.1.2.12.1    tls {
   3303  1.1.1.2.12.1    tls   as_status=$?; test $as_status -eq 0 && as_status=1
   3304  1.1.1.2.12.1    tls   if test "$3"; then
   3305  1.1.1.2.12.1    tls     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   3306  1.1.1.2.12.1    tls     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
   3307  1.1.1.2.12.1    tls   fi
   3308  1.1.1.2.12.1    tls   $as_echo "$as_me: error: $1" >&2
   3309  1.1.1.2.12.1    tls   as_fn_exit $as_status
   3310  1.1.1.2.12.1    tls } # as_fn_error
   3311  1.1.1.2.12.1    tls 
   3312  1.1.1.2.12.1    tls 
   3313  1.1.1.2.12.1    tls # as_fn_set_status STATUS
   3314  1.1.1.2.12.1    tls # -----------------------
   3315  1.1.1.2.12.1    tls # Set $? to STATUS, without forking.
   3316  1.1.1.2.12.1    tls as_fn_set_status ()
   3317  1.1.1.2.12.1    tls {
   3318  1.1.1.2.12.1    tls   return $1
   3319  1.1.1.2.12.1    tls } # as_fn_set_status
   3320  1.1.1.2.12.1    tls 
   3321  1.1.1.2.12.1    tls # as_fn_exit STATUS
   3322  1.1.1.2.12.1    tls # -----------------
   3323  1.1.1.2.12.1    tls # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
   3324  1.1.1.2.12.1    tls as_fn_exit ()
   3325  1.1.1.2.12.1    tls {
   3326  1.1.1.2.12.1    tls   set +e
   3327  1.1.1.2.12.1    tls   as_fn_set_status $1
   3328  1.1.1.2.12.1    tls   exit $1
   3329  1.1.1.2.12.1    tls } # as_fn_exit
   3330  1.1.1.2.12.1    tls 
   3331  1.1.1.2.12.1    tls # as_fn_unset VAR
   3332  1.1.1.2.12.1    tls # ---------------
   3333  1.1.1.2.12.1    tls # Portably unset VAR.
   3334  1.1.1.2.12.1    tls as_fn_unset ()
   3335  1.1.1.2.12.1    tls {
   3336  1.1.1.2.12.1    tls   { eval $1=; unset $1;}
   3337  1.1.1.2.12.1    tls }
   3338  1.1.1.2.12.1    tls as_unset=as_fn_unset
   3339  1.1.1.2.12.1    tls # as_fn_append VAR VALUE
   3340  1.1.1.2.12.1    tls # ----------------------
   3341  1.1.1.2.12.1    tls # Append the text in VALUE to the end of the definition contained in VAR. Take
   3342  1.1.1.2.12.1    tls # advantage of any shell optimizations that allow amortized linear growth over
   3343  1.1.1.2.12.1    tls # repeated appends, instead of the typical quadratic growth present in naive
   3344  1.1.1.2.12.1    tls # implementations.
   3345  1.1.1.2.12.1    tls if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
   3346  1.1.1.2.12.1    tls   eval 'as_fn_append ()
   3347  1.1.1.2.12.1    tls   {
   3348  1.1.1.2.12.1    tls     eval $1+=\$2
   3349  1.1.1.2.12.1    tls   }'
   3350  1.1.1.2.12.1    tls else
   3351  1.1.1.2.12.1    tls   as_fn_append ()
   3352  1.1.1.2.12.1    tls   {
   3353  1.1.1.2.12.1    tls     eval $1=\$$1\$2
   3354  1.1.1.2.12.1    tls   }
   3355  1.1.1.2.12.1    tls fi # as_fn_append
   3356  1.1.1.2.12.1    tls 
   3357  1.1.1.2.12.1    tls # as_fn_arith ARG...
   3358  1.1.1.2.12.1    tls # ------------------
   3359  1.1.1.2.12.1    tls # Perform arithmetic evaluation on the ARGs, and store the result in the
   3360  1.1.1.2.12.1    tls # global $as_val. Take advantage of shells that can avoid forks. The arguments
   3361  1.1.1.2.12.1    tls # must be portable across $(()) and expr.
   3362  1.1.1.2.12.1    tls if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
   3363  1.1.1.2.12.1    tls   eval 'as_fn_arith ()
   3364  1.1.1.2.12.1    tls   {
   3365  1.1.1.2.12.1    tls     as_val=$(( $* ))
   3366  1.1.1.2.12.1    tls   }'
   3367  1.1.1.2.12.1    tls else
   3368  1.1.1.2.12.1    tls   as_fn_arith ()
   3369  1.1.1.2.12.1    tls   {
   3370  1.1.1.2.12.1    tls     as_val=`expr "$@" || test $? -eq 1`
   3371  1.1.1.2.12.1    tls   }
   3372  1.1.1.2.12.1    tls fi # as_fn_arith
   3373           1.1  lukem 
   3374           1.1  lukem 
   3375  1.1.1.2.12.1    tls if expr a : '\(a\)' >/dev/null 2>&1 &&
   3376  1.1.1.2.12.1    tls    test "X`expr 00001 : '.*\(...\)'`" = X001; then
   3377  1.1.1.2.12.1    tls   as_expr=expr
   3378  1.1.1.2.12.1    tls else
   3379  1.1.1.2.12.1    tls   as_expr=false
   3380  1.1.1.2.12.1    tls fi
   3381  1.1.1.2.12.1    tls 
   3382  1.1.1.2.12.1    tls if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
   3383  1.1.1.2.12.1    tls   as_basename=basename
   3384  1.1.1.2.12.1    tls else
   3385  1.1.1.2.12.1    tls   as_basename=false
   3386  1.1.1.2.12.1    tls fi
   3387  1.1.1.2.12.1    tls 
   3388  1.1.1.2.12.1    tls if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
   3389  1.1.1.2.12.1    tls   as_dirname=dirname
   3390  1.1.1.2.12.1    tls else
   3391  1.1.1.2.12.1    tls   as_dirname=false
   3392  1.1.1.2.12.1    tls fi
   3393  1.1.1.2.12.1    tls 
   3394  1.1.1.2.12.1    tls as_me=`$as_basename -- "$0" ||
   3395  1.1.1.2.12.1    tls $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
   3396  1.1.1.2.12.1    tls 	 X"$0" : 'X\(//\)$' \| \
   3397  1.1.1.2.12.1    tls 	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
   3398  1.1.1.2.12.1    tls $as_echo X/"$0" |
   3399  1.1.1.2.12.1    tls     sed '/^.*\/\([^/][^/]*\)\/*$/{
   3400  1.1.1.2.12.1    tls 	    s//\1/
   3401  1.1.1.2.12.1    tls 	    q
   3402  1.1.1.2.12.1    tls 	  }
   3403  1.1.1.2.12.1    tls 	  /^X\/\(\/\/\)$/{
   3404  1.1.1.2.12.1    tls 	    s//\1/
   3405  1.1.1.2.12.1    tls 	    q
   3406  1.1.1.2.12.1    tls 	  }
   3407  1.1.1.2.12.1    tls 	  /^X\/\(\/\).*/{
   3408  1.1.1.2.12.1    tls 	    s//\1/
   3409  1.1.1.2.12.1    tls 	    q
   3410  1.1.1.2.12.1    tls 	  }
   3411  1.1.1.2.12.1    tls 	  s/.*/./; q'`
   3412  1.1.1.2.12.1    tls 
   3413  1.1.1.2.12.1    tls # Avoid depending upon Character Ranges.
   3414  1.1.1.2.12.1    tls as_cr_letters='abcdefghijklmnopqrstuvwxyz'
   3415  1.1.1.2.12.1    tls as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
   3416  1.1.1.2.12.1    tls as_cr_Letters=$as_cr_letters$as_cr_LETTERS
   3417  1.1.1.2.12.1    tls as_cr_digits='0123456789'
   3418  1.1.1.2.12.1    tls as_cr_alnum=$as_cr_Letters$as_cr_digits
   3419  1.1.1.2.12.1    tls 
   3420  1.1.1.2.12.1    tls ECHO_C= ECHO_N= ECHO_T=
   3421  1.1.1.2.12.1    tls case `echo -n x` in #(((((
   3422  1.1.1.2.12.1    tls -n*)
   3423  1.1.1.2.12.1    tls   case `echo 'xy\c'` in
   3424  1.1.1.2.12.1    tls   *c*) ECHO_T='	';;	# ECHO_T is single tab character.
   3425  1.1.1.2.12.1    tls   xy)  ECHO_C='\c';;
   3426  1.1.1.2.12.1    tls   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
   3427  1.1.1.2.12.1    tls        ECHO_T='	';;
   3428  1.1.1.2.12.1    tls   esac;;
   3429  1.1.1.2.12.1    tls *)
   3430  1.1.1.2.12.1    tls   ECHO_N='-n';;
   3431  1.1.1.2.12.1    tls esac
   3432  1.1.1.2.12.1    tls 
   3433  1.1.1.2.12.1    tls rm -f conf$$ conf$$.exe conf$$.file
   3434  1.1.1.2.12.1    tls if test -d conf$$.dir; then
   3435  1.1.1.2.12.1    tls   rm -f conf$$.dir/conf$$.file
   3436  1.1.1.2.12.1    tls else
   3437  1.1.1.2.12.1    tls   rm -f conf$$.dir
   3438  1.1.1.2.12.1    tls   mkdir conf$$.dir 2>/dev/null
   3439  1.1.1.2.12.1    tls fi
   3440  1.1.1.2.12.1    tls if (echo >conf$$.file) 2>/dev/null; then
   3441  1.1.1.2.12.1    tls   if ln -s conf$$.file conf$$ 2>/dev/null; then
   3442  1.1.1.2.12.1    tls     as_ln_s='ln -s'
   3443  1.1.1.2.12.1    tls     # ... but there are two gotchas:
   3444  1.1.1.2.12.1    tls     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
   3445  1.1.1.2.12.1    tls     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
   3446  1.1.1.2.12.1    tls     # In both cases, we have to default to `cp -p'.
   3447  1.1.1.2.12.1    tls     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
   3448  1.1.1.2.12.1    tls       as_ln_s='cp -p'
   3449  1.1.1.2.12.1    tls   elif ln conf$$.file conf$$ 2>/dev/null; then
   3450  1.1.1.2.12.1    tls     as_ln_s=ln
   3451           1.1  lukem   else
   3452  1.1.1.2.12.1    tls     as_ln_s='cp -p'
   3453           1.1  lukem   fi
   3454  1.1.1.2.12.1    tls else
   3455  1.1.1.2.12.1    tls   as_ln_s='cp -p'
   3456  1.1.1.2.12.1    tls fi
   3457  1.1.1.2.12.1    tls rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
   3458  1.1.1.2.12.1    tls rmdir conf$$.dir 2>/dev/null
   3459  1.1.1.2.12.1    tls 
   3460  1.1.1.2.12.1    tls 
   3461  1.1.1.2.12.1    tls # as_fn_mkdir_p
   3462  1.1.1.2.12.1    tls # -------------
   3463  1.1.1.2.12.1    tls # Create "$as_dir" as a directory, including parents if necessary.
   3464  1.1.1.2.12.1    tls as_fn_mkdir_p ()
   3465  1.1.1.2.12.1    tls {
   3466  1.1.1.2.12.1    tls 
   3467  1.1.1.2.12.1    tls   case $as_dir in #(
   3468  1.1.1.2.12.1    tls   -*) as_dir=./$as_dir;;
   3469  1.1.1.2.12.1    tls   esac
   3470  1.1.1.2.12.1    tls   test -d "$as_dir" || eval $as_mkdir_p || {
   3471  1.1.1.2.12.1    tls     as_dirs=
   3472  1.1.1.2.12.1    tls     while :; do
   3473  1.1.1.2.12.1    tls       case $as_dir in #(
   3474  1.1.1.2.12.1    tls       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
   3475  1.1.1.2.12.1    tls       *) as_qdir=$as_dir;;
   3476  1.1.1.2.12.1    tls       esac
   3477  1.1.1.2.12.1    tls       as_dirs="'$as_qdir' $as_dirs"
   3478  1.1.1.2.12.1    tls       as_dir=`$as_dirname -- "$as_dir" ||
   3479  1.1.1.2.12.1    tls $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   3480  1.1.1.2.12.1    tls 	 X"$as_dir" : 'X\(//\)[^/]' \| \
   3481  1.1.1.2.12.1    tls 	 X"$as_dir" : 'X\(//\)$' \| \
   3482  1.1.1.2.12.1    tls 	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
   3483  1.1.1.2.12.1    tls $as_echo X"$as_dir" |
   3484  1.1.1.2.12.1    tls     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   3485  1.1.1.2.12.1    tls 	    s//\1/
   3486  1.1.1.2.12.1    tls 	    q
   3487  1.1.1.2.12.1    tls 	  }
   3488  1.1.1.2.12.1    tls 	  /^X\(\/\/\)[^/].*/{
   3489  1.1.1.2.12.1    tls 	    s//\1/
   3490  1.1.1.2.12.1    tls 	    q
   3491  1.1.1.2.12.1    tls 	  }
   3492  1.1.1.2.12.1    tls 	  /^X\(\/\/\)$/{
   3493  1.1.1.2.12.1    tls 	    s//\1/
   3494  1.1.1.2.12.1    tls 	    q
   3495  1.1.1.2.12.1    tls 	  }
   3496  1.1.1.2.12.1    tls 	  /^X\(\/\).*/{
   3497  1.1.1.2.12.1    tls 	    s//\1/
   3498  1.1.1.2.12.1    tls 	    q
   3499  1.1.1.2.12.1    tls 	  }
   3500  1.1.1.2.12.1    tls 	  s/.*/./; q'`
   3501  1.1.1.2.12.1    tls       test -d "$as_dir" && break
   3502  1.1.1.2.12.1    tls     done
   3503  1.1.1.2.12.1    tls     test -z "$as_dirs" || eval "mkdir $as_dirs"
   3504  1.1.1.2.12.1    tls   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
   3505  1.1.1.2.12.1    tls 
   3506  1.1.1.2.12.1    tls 
   3507  1.1.1.2.12.1    tls } # as_fn_mkdir_p
   3508  1.1.1.2.12.1    tls if mkdir -p . 2>/dev/null; then
   3509  1.1.1.2.12.1    tls   as_mkdir_p='mkdir -p "$as_dir"'
   3510  1.1.1.2.12.1    tls else
   3511  1.1.1.2.12.1    tls   test -d ./-p && rmdir ./-p
   3512  1.1.1.2.12.1    tls   as_mkdir_p=false
   3513  1.1.1.2.12.1    tls fi
   3514  1.1.1.2.12.1    tls 
   3515  1.1.1.2.12.1    tls if test -x / >/dev/null 2>&1; then
   3516  1.1.1.2.12.1    tls   as_test_x='test -x'
   3517  1.1.1.2.12.1    tls else
   3518  1.1.1.2.12.1    tls   if ls -dL / >/dev/null 2>&1; then
   3519  1.1.1.2.12.1    tls     as_ls_L_option=L
   3520           1.1  lukem   else
   3521  1.1.1.2.12.1    tls     as_ls_L_option=
   3522  1.1.1.2.12.1    tls   fi
   3523  1.1.1.2.12.1    tls   as_test_x='
   3524  1.1.1.2.12.1    tls     eval sh -c '\''
   3525  1.1.1.2.12.1    tls       if test -d "$1"; then
   3526  1.1.1.2.12.1    tls 	test -d "$1/.";
   3527  1.1.1.2.12.1    tls       else
   3528  1.1.1.2.12.1    tls 	case $1 in #(
   3529  1.1.1.2.12.1    tls 	-*)set "./$1";;
   3530  1.1.1.2.12.1    tls 	esac;
   3531  1.1.1.2.12.1    tls 	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
   3532  1.1.1.2.12.1    tls 	???[sx]*):;;*)false;;esac;fi
   3533  1.1.1.2.12.1    tls     '\'' sh
   3534  1.1.1.2.12.1    tls   '
   3535  1.1.1.2.12.1    tls fi
   3536  1.1.1.2.12.1    tls as_executable_p=$as_test_x
   3537  1.1.1.2.12.1    tls 
   3538  1.1.1.2.12.1    tls # Sed expression to map a string onto a valid CPP name.
   3539  1.1.1.2.12.1    tls as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
   3540  1.1.1.2.12.1    tls 
   3541  1.1.1.2.12.1    tls # Sed expression to map a string onto a valid variable name.
   3542  1.1.1.2.12.1    tls as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
   3543  1.1.1.2.12.1    tls 
   3544  1.1.1.2.12.1    tls 
   3545  1.1.1.2.12.1    tls exec 6>&1
   3546  1.1.1.2.12.1    tls ## ----------------------------------- ##
   3547  1.1.1.2.12.1    tls ## Main body of $CONFIG_STATUS script. ##
   3548  1.1.1.2.12.1    tls ## ----------------------------------- ##
   3549  1.1.1.2.12.1    tls _ASEOF
   3550  1.1.1.2.12.1    tls test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
   3551  1.1.1.2.12.1    tls 
   3552  1.1.1.2.12.1    tls cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   3553  1.1.1.2.12.1    tls # Save the log message, to keep $0 and so on meaningful, and to
   3554  1.1.1.2.12.1    tls # report actual input values of CONFIG_FILES etc. instead of their
   3555  1.1.1.2.12.1    tls # values after options handling.
   3556  1.1.1.2.12.1    tls ac_log="
   3557  1.1.1.2.12.1    tls This file was extended by $as_me, which was
   3558  1.1.1.2.12.1    tls generated by GNU Autoconf 2.65.  Invocation command line was
   3559  1.1.1.2.12.1    tls 
   3560  1.1.1.2.12.1    tls   CONFIG_FILES    = $CONFIG_FILES
   3561  1.1.1.2.12.1    tls   CONFIG_HEADERS  = $CONFIG_HEADERS
   3562  1.1.1.2.12.1    tls   CONFIG_LINKS    = $CONFIG_LINKS
   3563  1.1.1.2.12.1    tls   CONFIG_COMMANDS = $CONFIG_COMMANDS
   3564  1.1.1.2.12.1    tls   $ $0 $@
   3565  1.1.1.2.12.1    tls 
   3566  1.1.1.2.12.1    tls on `(hostname || uname -n) 2>/dev/null | sed 1q`
   3567  1.1.1.2.12.1    tls "
   3568  1.1.1.2.12.1    tls 
   3569  1.1.1.2.12.1    tls _ACEOF
   3570  1.1.1.2.12.1    tls 
   3571  1.1.1.2.12.1    tls case $ac_config_files in *"
   3572  1.1.1.2.12.1    tls "*) set x $ac_config_files; shift; ac_config_files=$*;;
   3573  1.1.1.2.12.1    tls esac
   3574  1.1.1.2.12.1    tls 
   3575  1.1.1.2.12.1    tls 
   3576  1.1.1.2.12.1    tls 
   3577  1.1.1.2.12.1    tls cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   3578  1.1.1.2.12.1    tls # Files that config.status was made for.
   3579  1.1.1.2.12.1    tls config_files="$ac_config_files"
   3580  1.1.1.2.12.1    tls 
   3581  1.1.1.2.12.1    tls _ACEOF
   3582  1.1.1.2.12.1    tls 
   3583  1.1.1.2.12.1    tls cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   3584  1.1.1.2.12.1    tls ac_cs_usage="\
   3585  1.1.1.2.12.1    tls \`$as_me' instantiates files and other configuration actions
   3586  1.1.1.2.12.1    tls from templates according to the current configuration.  Unless the files
   3587  1.1.1.2.12.1    tls and actions are specified as TAGs, all are instantiated by default.
   3588  1.1.1.2.12.1    tls 
   3589  1.1.1.2.12.1    tls Usage: $0 [OPTION]... [TAG]...
   3590  1.1.1.2.12.1    tls 
   3591  1.1.1.2.12.1    tls   -h, --help       print this help, then exit
   3592  1.1.1.2.12.1    tls   -V, --version    print version number and configuration settings, then exit
   3593  1.1.1.2.12.1    tls       --config     print configuration, then exit
   3594  1.1.1.2.12.1    tls   -q, --quiet, --silent
   3595  1.1.1.2.12.1    tls                    do not print progress messages
   3596  1.1.1.2.12.1    tls   -d, --debug      don't remove temporary files
   3597  1.1.1.2.12.1    tls       --recheck    update $as_me by reconfiguring in the same conditions
   3598  1.1.1.2.12.1    tls       --file=FILE[:TEMPLATE]
   3599  1.1.1.2.12.1    tls                    instantiate the configuration file FILE
   3600  1.1.1.2.12.1    tls 
   3601  1.1.1.2.12.1    tls Configuration files:
   3602  1.1.1.2.12.1    tls $config_files
   3603  1.1.1.2.12.1    tls 
   3604  1.1.1.2.12.1    tls Report bugs to the package provider."
   3605  1.1.1.2.12.1    tls 
   3606  1.1.1.2.12.1    tls _ACEOF
   3607  1.1.1.2.12.1    tls cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   3608  1.1.1.2.12.1    tls ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
   3609  1.1.1.2.12.1    tls ac_cs_version="\\
   3610  1.1.1.2.12.1    tls config.status
   3611  1.1.1.2.12.1    tls configured by $0, generated by GNU Autoconf 2.65,
   3612  1.1.1.2.12.1    tls   with options \\"\$ac_cs_config\\"
   3613  1.1.1.2.12.1    tls 
   3614  1.1.1.2.12.1    tls Copyright (C) 2009 Free Software Foundation, Inc.
   3615  1.1.1.2.12.1    tls This config.status script is free software; the Free Software Foundation
   3616  1.1.1.2.12.1    tls gives unlimited permission to copy, distribute and modify it."
   3617  1.1.1.2.12.1    tls 
   3618  1.1.1.2.12.1    tls ac_pwd='$ac_pwd'
   3619  1.1.1.2.12.1    tls srcdir='$srcdir'
   3620  1.1.1.2.12.1    tls INSTALL='$INSTALL'
   3621  1.1.1.2.12.1    tls test -n "\$AWK" || AWK=awk
   3622  1.1.1.2.12.1    tls _ACEOF
   3623  1.1.1.2.12.1    tls 
   3624  1.1.1.2.12.1    tls cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   3625  1.1.1.2.12.1    tls # The default lists apply if the user does not specify any file.
   3626  1.1.1.2.12.1    tls ac_need_defaults=:
   3627  1.1.1.2.12.1    tls while test $# != 0
   3628  1.1.1.2.12.1    tls do
   3629  1.1.1.2.12.1    tls   case $1 in
   3630  1.1.1.2.12.1    tls   --*=*)
   3631  1.1.1.2.12.1    tls     ac_option=`expr "X$1" : 'X\([^=]*\)='`
   3632  1.1.1.2.12.1    tls     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
   3633  1.1.1.2.12.1    tls     ac_shift=:
   3634  1.1.1.2.12.1    tls     ;;
   3635  1.1.1.2.12.1    tls   *)
   3636  1.1.1.2.12.1    tls     ac_option=$1
   3637  1.1.1.2.12.1    tls     ac_optarg=$2
   3638  1.1.1.2.12.1    tls     ac_shift=shift
   3639  1.1.1.2.12.1    tls     ;;
   3640  1.1.1.2.12.1    tls   esac
   3641  1.1.1.2.12.1    tls 
   3642  1.1.1.2.12.1    tls   case $ac_option in
   3643  1.1.1.2.12.1    tls   # Handling of the options.
   3644  1.1.1.2.12.1    tls   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
   3645  1.1.1.2.12.1    tls     ac_cs_recheck=: ;;
   3646  1.1.1.2.12.1    tls   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
   3647  1.1.1.2.12.1    tls     $as_echo "$ac_cs_version"; exit ;;
   3648  1.1.1.2.12.1    tls   --config | --confi | --conf | --con | --co | --c )
   3649  1.1.1.2.12.1    tls     $as_echo "$ac_cs_config"; exit ;;
   3650  1.1.1.2.12.1    tls   --debug | --debu | --deb | --de | --d | -d )
   3651  1.1.1.2.12.1    tls     debug=: ;;
   3652  1.1.1.2.12.1    tls   --file | --fil | --fi | --f )
   3653  1.1.1.2.12.1    tls     $ac_shift
   3654  1.1.1.2.12.1    tls     case $ac_optarg in
   3655  1.1.1.2.12.1    tls     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
   3656  1.1.1.2.12.1    tls     esac
   3657  1.1.1.2.12.1    tls     as_fn_append CONFIG_FILES " '$ac_optarg'"
   3658  1.1.1.2.12.1    tls     ac_need_defaults=false;;
   3659  1.1.1.2.12.1    tls   --he | --h |  --help | --hel | -h )
   3660  1.1.1.2.12.1    tls     $as_echo "$ac_cs_usage"; exit ;;
   3661  1.1.1.2.12.1    tls   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
   3662  1.1.1.2.12.1    tls   | -silent | --silent | --silen | --sile | --sil | --si | --s)
   3663  1.1.1.2.12.1    tls     ac_cs_silent=: ;;
   3664  1.1.1.2.12.1    tls 
   3665  1.1.1.2.12.1    tls   # This is an error.
   3666  1.1.1.2.12.1    tls   -*) as_fn_error "unrecognized option: \`$1'
   3667  1.1.1.2.12.1    tls Try \`$0 --help' for more information." ;;
   3668  1.1.1.2.12.1    tls 
   3669  1.1.1.2.12.1    tls   *) as_fn_append ac_config_targets " $1"
   3670  1.1.1.2.12.1    tls      ac_need_defaults=false ;;
   3671  1.1.1.2.12.1    tls 
   3672  1.1.1.2.12.1    tls   esac
   3673  1.1.1.2.12.1    tls   shift
   3674  1.1.1.2.12.1    tls done
   3675  1.1.1.2.12.1    tls 
   3676  1.1.1.2.12.1    tls ac_configure_extra_args=
   3677  1.1.1.2.12.1    tls 
   3678  1.1.1.2.12.1    tls if $ac_cs_silent; then
   3679  1.1.1.2.12.1    tls   exec 6>/dev/null
   3680  1.1.1.2.12.1    tls   ac_configure_extra_args="$ac_configure_extra_args --silent"
   3681  1.1.1.2.12.1    tls fi
   3682  1.1.1.2.12.1    tls 
   3683  1.1.1.2.12.1    tls _ACEOF
   3684  1.1.1.2.12.1    tls cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   3685  1.1.1.2.12.1    tls if \$ac_cs_recheck; then
   3686  1.1.1.2.12.1    tls   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
   3687  1.1.1.2.12.1    tls   shift
   3688  1.1.1.2.12.1    tls   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
   3689  1.1.1.2.12.1    tls   CONFIG_SHELL='$SHELL'
   3690  1.1.1.2.12.1    tls   export CONFIG_SHELL
   3691  1.1.1.2.12.1    tls   exec "\$@"
   3692  1.1.1.2.12.1    tls fi
   3693  1.1.1.2.12.1    tls 
   3694  1.1.1.2.12.1    tls _ACEOF
   3695  1.1.1.2.12.1    tls cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   3696  1.1.1.2.12.1    tls exec 5>>config.log
   3697  1.1.1.2.12.1    tls {
   3698  1.1.1.2.12.1    tls   echo
   3699  1.1.1.2.12.1    tls   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
   3700  1.1.1.2.12.1    tls ## Running $as_me. ##
   3701  1.1.1.2.12.1    tls _ASBOX
   3702  1.1.1.2.12.1    tls   $as_echo "$ac_log"
   3703  1.1.1.2.12.1    tls } >&5
   3704  1.1.1.2.12.1    tls 
   3705  1.1.1.2.12.1    tls _ACEOF
   3706  1.1.1.2.12.1    tls cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   3707  1.1.1.2.12.1    tls _ACEOF
   3708  1.1.1.2.12.1    tls 
   3709  1.1.1.2.12.1    tls cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   3710  1.1.1.2.12.1    tls 
   3711  1.1.1.2.12.1    tls # Handling of arguments.
   3712  1.1.1.2.12.1    tls for ac_config_target in $ac_config_targets
   3713  1.1.1.2.12.1    tls do
   3714  1.1.1.2.12.1    tls   case $ac_config_target in
   3715  1.1.1.2.12.1    tls     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
   3716  1.1.1.2.12.1    tls     "pkgIndex.tcl") CONFIG_FILES="$CONFIG_FILES pkgIndex.tcl" ;;
   3717  1.1.1.2.12.1    tls 
   3718  1.1.1.2.12.1    tls   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
   3719           1.1  lukem   esac
   3720  1.1.1.2.12.1    tls done
   3721  1.1.1.2.12.1    tls 
   3722  1.1.1.2.12.1    tls 
   3723  1.1.1.2.12.1    tls # If the user did not use the arguments to specify the items to instantiate,
   3724  1.1.1.2.12.1    tls # then the envvar interface is used.  Set only those that are not.
   3725  1.1.1.2.12.1    tls # We use the long form for the default assignment because of an extremely
   3726  1.1.1.2.12.1    tls # bizarre bug on SunOS 4.1.3.
   3727  1.1.1.2.12.1    tls if $ac_need_defaults; then
   3728  1.1.1.2.12.1    tls   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
   3729  1.1.1.2.12.1    tls fi
   3730  1.1.1.2.12.1    tls 
   3731  1.1.1.2.12.1    tls # Have a temporary directory for convenience.  Make it in the build tree
   3732  1.1.1.2.12.1    tls # simply because there is no reason against having it here, and in addition,
   3733  1.1.1.2.12.1    tls # creating and moving files from /tmp can sometimes cause problems.
   3734  1.1.1.2.12.1    tls # Hook for its removal unless debugging.
   3735  1.1.1.2.12.1    tls # Note that there is a small window in which the directory will not be cleaned:
   3736  1.1.1.2.12.1    tls # after its creation but before its name has been assigned to `$tmp'.
   3737  1.1.1.2.12.1    tls $debug ||
   3738  1.1.1.2.12.1    tls {
   3739  1.1.1.2.12.1    tls   tmp=
   3740  1.1.1.2.12.1    tls   trap 'exit_status=$?
   3741  1.1.1.2.12.1    tls   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
   3742  1.1.1.2.12.1    tls ' 0
   3743  1.1.1.2.12.1    tls   trap 'as_fn_exit 1' 1 2 13 15
   3744  1.1.1.2.12.1    tls }
   3745  1.1.1.2.12.1    tls # Create a (secure) tmp directory for tmp files.
   3746  1.1.1.2.12.1    tls 
   3747  1.1.1.2.12.1    tls {
   3748  1.1.1.2.12.1    tls   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
   3749  1.1.1.2.12.1    tls   test -n "$tmp" && test -d "$tmp"
   3750  1.1.1.2.12.1    tls }  ||
   3751  1.1.1.2.12.1    tls {
   3752  1.1.1.2.12.1    tls   tmp=./conf$$-$RANDOM
   3753  1.1.1.2.12.1    tls   (umask 077 && mkdir "$tmp")
   3754  1.1.1.2.12.1    tls } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
   3755  1.1.1.2.12.1    tls 
   3756  1.1.1.2.12.1    tls # Set up the scripts for CONFIG_FILES section.
   3757  1.1.1.2.12.1    tls # No need to generate them if there are no CONFIG_FILES.
   3758  1.1.1.2.12.1    tls # This happens for instance with `./config.status config.h'.
   3759  1.1.1.2.12.1    tls if test -n "$CONFIG_FILES"; then
   3760  1.1.1.2.12.1    tls 
   3761  1.1.1.2.12.1    tls 
   3762  1.1.1.2.12.1    tls ac_cr=`echo X | tr X '\015'`
   3763  1.1.1.2.12.1    tls # On cygwin, bash can eat \r inside `` if the user requested igncr.
   3764  1.1.1.2.12.1    tls # But we know of no other shell where ac_cr would be empty at this
   3765  1.1.1.2.12.1    tls # point, so we can use a bashism as a fallback.
   3766  1.1.1.2.12.1    tls if test "x$ac_cr" = x; then
   3767  1.1.1.2.12.1    tls   eval ac_cr=\$\'\\r\'
   3768  1.1.1.2.12.1    tls fi
   3769  1.1.1.2.12.1    tls ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
   3770  1.1.1.2.12.1    tls if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
   3771  1.1.1.2.12.1    tls   ac_cs_awk_cr='\r'
   3772  1.1.1.2.12.1    tls else
   3773  1.1.1.2.12.1    tls   ac_cs_awk_cr=$ac_cr
   3774  1.1.1.2.12.1    tls fi
   3775  1.1.1.2.12.1    tls 
   3776  1.1.1.2.12.1    tls echo 'BEGIN {' >"$tmp/subs1.awk" &&
   3777  1.1.1.2.12.1    tls _ACEOF
   3778           1.1  lukem 
   3779           1.1  lukem 
   3780  1.1.1.2.12.1    tls {
   3781  1.1.1.2.12.1    tls   echo "cat >conf$$subs.awk <<_ACEOF" &&
   3782  1.1.1.2.12.1    tls   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
   3783  1.1.1.2.12.1    tls   echo "_ACEOF"
   3784  1.1.1.2.12.1    tls } >conf$$subs.sh ||
   3785  1.1.1.2.12.1    tls   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
   3786  1.1.1.2.12.1    tls ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
   3787  1.1.1.2.12.1    tls ac_delim='%!_!# '
   3788  1.1.1.2.12.1    tls for ac_last_try in false false false false false :; do
   3789  1.1.1.2.12.1    tls   . ./conf$$subs.sh ||
   3790  1.1.1.2.12.1    tls     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
   3791  1.1.1.2.12.1    tls 
   3792  1.1.1.2.12.1    tls   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
   3793  1.1.1.2.12.1    tls   if test $ac_delim_n = $ac_delim_num; then
   3794  1.1.1.2.12.1    tls     break
   3795  1.1.1.2.12.1    tls   elif $ac_last_try; then
   3796  1.1.1.2.12.1    tls     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
   3797           1.1  lukem   else
   3798  1.1.1.2.12.1    tls     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
   3799           1.1  lukem   fi
   3800  1.1.1.2.12.1    tls done
   3801  1.1.1.2.12.1    tls rm -f conf$$subs.sh
   3802  1.1.1.2.12.1    tls 
   3803  1.1.1.2.12.1    tls cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   3804  1.1.1.2.12.1    tls cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
   3805  1.1.1.2.12.1    tls _ACEOF
   3806  1.1.1.2.12.1    tls sed -n '
   3807  1.1.1.2.12.1    tls h
   3808  1.1.1.2.12.1    tls s/^/S["/; s/!.*/"]=/
   3809  1.1.1.2.12.1    tls p
   3810  1.1.1.2.12.1    tls g
   3811  1.1.1.2.12.1    tls s/^[^!]*!//
   3812  1.1.1.2.12.1    tls :repl
   3813  1.1.1.2.12.1    tls t repl
   3814  1.1.1.2.12.1    tls s/'"$ac_delim"'$//
   3815  1.1.1.2.12.1    tls t delim
   3816  1.1.1.2.12.1    tls :nl
   3817  1.1.1.2.12.1    tls h
   3818  1.1.1.2.12.1    tls s/\(.\{148\}\)..*/\1/
   3819  1.1.1.2.12.1    tls t more1
   3820  1.1.1.2.12.1    tls s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
   3821  1.1.1.2.12.1    tls p
   3822  1.1.1.2.12.1    tls n
   3823  1.1.1.2.12.1    tls b repl
   3824  1.1.1.2.12.1    tls :more1
   3825  1.1.1.2.12.1    tls s/["\\]/\\&/g; s/^/"/; s/$/"\\/
   3826  1.1.1.2.12.1    tls p
   3827  1.1.1.2.12.1    tls g
   3828  1.1.1.2.12.1    tls s/.\{148\}//
   3829  1.1.1.2.12.1    tls t nl
   3830  1.1.1.2.12.1    tls :delim
   3831  1.1.1.2.12.1    tls h
   3832  1.1.1.2.12.1    tls s/\(.\{148\}\)..*/\1/
   3833  1.1.1.2.12.1    tls t more2
   3834  1.1.1.2.12.1    tls s/["\\]/\\&/g; s/^/"/; s/$/"/
   3835  1.1.1.2.12.1    tls p
   3836  1.1.1.2.12.1    tls b
   3837  1.1.1.2.12.1    tls :more2
   3838  1.1.1.2.12.1    tls s/["\\]/\\&/g; s/^/"/; s/$/"\\/
   3839  1.1.1.2.12.1    tls p
   3840  1.1.1.2.12.1    tls g
   3841  1.1.1.2.12.1    tls s/.\{148\}//
   3842  1.1.1.2.12.1    tls t delim
   3843  1.1.1.2.12.1    tls ' <conf$$subs.awk | sed '
   3844  1.1.1.2.12.1    tls /^[^""]/{
   3845  1.1.1.2.12.1    tls   N
   3846  1.1.1.2.12.1    tls   s/\n//
   3847  1.1.1.2.12.1    tls }
   3848  1.1.1.2.12.1    tls ' >>$CONFIG_STATUS || ac_write_fail=1
   3849  1.1.1.2.12.1    tls rm -f conf$$subs.awk
   3850  1.1.1.2.12.1    tls cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   3851  1.1.1.2.12.1    tls _ACAWK
   3852  1.1.1.2.12.1    tls cat >>"\$tmp/subs1.awk" <<_ACAWK &&
   3853  1.1.1.2.12.1    tls   for (key in S) S_is_set[key] = 1
   3854  1.1.1.2.12.1    tls   FS = ""
   3855  1.1.1.2.12.1    tls 
   3856  1.1.1.2.12.1    tls }
   3857  1.1.1.2.12.1    tls {
   3858  1.1.1.2.12.1    tls   line = $ 0
   3859  1.1.1.2.12.1    tls   nfields = split(line, field, "@")
   3860  1.1.1.2.12.1    tls   substed = 0
   3861  1.1.1.2.12.1    tls   len = length(field[1])
   3862  1.1.1.2.12.1    tls   for (i = 2; i < nfields; i++) {
   3863  1.1.1.2.12.1    tls     key = field[i]
   3864  1.1.1.2.12.1    tls     keylen = length(key)
   3865  1.1.1.2.12.1    tls     if (S_is_set[key]) {
   3866  1.1.1.2.12.1    tls       value = S[key]
   3867  1.1.1.2.12.1    tls       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
   3868  1.1.1.2.12.1    tls       len += length(value) + length(field[++i])
   3869  1.1.1.2.12.1    tls       substed = 1
   3870  1.1.1.2.12.1    tls     } else
   3871  1.1.1.2.12.1    tls       len += 1 + keylen
   3872  1.1.1.2.12.1    tls   }
   3873  1.1.1.2.12.1    tls 
   3874  1.1.1.2.12.1    tls   print line
   3875  1.1.1.2.12.1    tls }
   3876  1.1.1.2.12.1    tls 
   3877  1.1.1.2.12.1    tls _ACAWK
   3878  1.1.1.2.12.1    tls _ACEOF
   3879  1.1.1.2.12.1    tls cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   3880  1.1.1.2.12.1    tls if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
   3881  1.1.1.2.12.1    tls   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
   3882  1.1.1.2.12.1    tls else
   3883  1.1.1.2.12.1    tls   cat
   3884  1.1.1.2.12.1    tls fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
   3885  1.1.1.2.12.1    tls   || as_fn_error "could not setup config files machinery" "$LINENO" 5
   3886  1.1.1.2.12.1    tls _ACEOF
   3887  1.1.1.2.12.1    tls 
   3888  1.1.1.2.12.1    tls # VPATH may cause trouble with some makes, so we remove $(srcdir),
   3889  1.1.1.2.12.1    tls # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
   3890  1.1.1.2.12.1    tls # trailing colons and then remove the whole line if VPATH becomes empty
   3891  1.1.1.2.12.1    tls # (actually we leave an empty line to preserve line numbers).
   3892  1.1.1.2.12.1    tls if test "x$srcdir" = x.; then
   3893  1.1.1.2.12.1    tls   ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
   3894  1.1.1.2.12.1    tls s/:*\$(srcdir):*/:/
   3895  1.1.1.2.12.1    tls s/:*\${srcdir}:*/:/
   3896  1.1.1.2.12.1    tls s/:*@srcdir@:*/:/
   3897  1.1.1.2.12.1    tls s/^\([^=]*=[	 ]*\):*/\1/
   3898  1.1.1.2.12.1    tls s/:*$//
   3899  1.1.1.2.12.1    tls s/^[^=]*=[	 ]*$//
   3900  1.1.1.2.12.1    tls }'
   3901  1.1.1.2.12.1    tls fi
   3902  1.1.1.2.12.1    tls 
   3903  1.1.1.2.12.1    tls cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   3904  1.1.1.2.12.1    tls fi # test -n "$CONFIG_FILES"
   3905  1.1.1.2.12.1    tls 
   3906  1.1.1.2.12.1    tls 
   3907  1.1.1.2.12.1    tls eval set X "  :F $CONFIG_FILES      "
   3908  1.1.1.2.12.1    tls shift
   3909  1.1.1.2.12.1    tls for ac_tag
   3910  1.1.1.2.12.1    tls do
   3911  1.1.1.2.12.1    tls   case $ac_tag in
   3912  1.1.1.2.12.1    tls   :[FHLC]) ac_mode=$ac_tag; continue;;
   3913  1.1.1.2.12.1    tls   esac
   3914  1.1.1.2.12.1    tls   case $ac_mode$ac_tag in
   3915  1.1.1.2.12.1    tls   :[FHL]*:*);;
   3916  1.1.1.2.12.1    tls   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
   3917  1.1.1.2.12.1    tls   :[FH]-) ac_tag=-:-;;
   3918  1.1.1.2.12.1    tls   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
   3919  1.1.1.2.12.1    tls   esac
   3920  1.1.1.2.12.1    tls   ac_save_IFS=$IFS
   3921  1.1.1.2.12.1    tls   IFS=:
   3922  1.1.1.2.12.1    tls   set x $ac_tag
   3923  1.1.1.2.12.1    tls   IFS=$ac_save_IFS
   3924  1.1.1.2.12.1    tls   shift
   3925  1.1.1.2.12.1    tls   ac_file=$1
   3926  1.1.1.2.12.1    tls   shift
   3927  1.1.1.2.12.1    tls 
   3928  1.1.1.2.12.1    tls   case $ac_mode in
   3929  1.1.1.2.12.1    tls   :L) ac_source=$1;;
   3930  1.1.1.2.12.1    tls   :[FH])
   3931  1.1.1.2.12.1    tls     ac_file_inputs=
   3932  1.1.1.2.12.1    tls     for ac_f
   3933  1.1.1.2.12.1    tls     do
   3934  1.1.1.2.12.1    tls       case $ac_f in
   3935  1.1.1.2.12.1    tls       -) ac_f="$tmp/stdin";;
   3936  1.1.1.2.12.1    tls       *) # Look for the file first in the build tree, then in the source tree
   3937  1.1.1.2.12.1    tls 	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
   3938  1.1.1.2.12.1    tls 	 # because $ac_f cannot contain `:'.
   3939  1.1.1.2.12.1    tls 	 test -f "$ac_f" ||
   3940  1.1.1.2.12.1    tls 	   case $ac_f in
   3941  1.1.1.2.12.1    tls 	   [\\/$]*) false;;
   3942  1.1.1.2.12.1    tls 	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
   3943  1.1.1.2.12.1    tls 	   esac ||
   3944  1.1.1.2.12.1    tls 	   as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
   3945  1.1.1.2.12.1    tls       esac
   3946  1.1.1.2.12.1    tls       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
   3947  1.1.1.2.12.1    tls       as_fn_append ac_file_inputs " '$ac_f'"
   3948  1.1.1.2.12.1    tls     done
   3949  1.1.1.2.12.1    tls 
   3950  1.1.1.2.12.1    tls     # Let's still pretend it is `configure' which instantiates (i.e., don't
   3951  1.1.1.2.12.1    tls     # use $as_me), people would be surprised to read:
   3952  1.1.1.2.12.1    tls     #    /* config.h.  Generated by config.status.  */
   3953  1.1.1.2.12.1    tls     configure_input='Generated from '`
   3954  1.1.1.2.12.1    tls 	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
   3955  1.1.1.2.12.1    tls 	`' by configure.'
   3956  1.1.1.2.12.1    tls     if test x"$ac_file" != x-; then
   3957  1.1.1.2.12.1    tls       configure_input="$ac_file.  $configure_input"
   3958  1.1.1.2.12.1    tls       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
   3959  1.1.1.2.12.1    tls $as_echo "$as_me: creating $ac_file" >&6;}
   3960  1.1.1.2.12.1    tls     fi
   3961  1.1.1.2.12.1    tls     # Neutralize special characters interpreted by sed in replacement strings.
   3962  1.1.1.2.12.1    tls     case $configure_input in #(
   3963  1.1.1.2.12.1    tls     *\&* | *\|* | *\\* )
   3964  1.1.1.2.12.1    tls        ac_sed_conf_input=`$as_echo "$configure_input" |
   3965  1.1.1.2.12.1    tls        sed 's/[\\\\&|]/\\\\&/g'`;; #(
   3966  1.1.1.2.12.1    tls     *) ac_sed_conf_input=$configure_input;;
   3967  1.1.1.2.12.1    tls     esac
   3968           1.1  lukem 
   3969  1.1.1.2.12.1    tls     case $ac_tag in
   3970  1.1.1.2.12.1    tls     *:-:* | *:-) cat >"$tmp/stdin" \
   3971  1.1.1.2.12.1    tls       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
   3972  1.1.1.2.12.1    tls     esac
   3973  1.1.1.2.12.1    tls     ;;
   3974           1.1  lukem   esac
   3975           1.1  lukem 
   3976  1.1.1.2.12.1    tls   ac_dir=`$as_dirname -- "$ac_file" ||
   3977  1.1.1.2.12.1    tls $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   3978  1.1.1.2.12.1    tls 	 X"$ac_file" : 'X\(//\)[^/]' \| \
   3979  1.1.1.2.12.1    tls 	 X"$ac_file" : 'X\(//\)$' \| \
   3980  1.1.1.2.12.1    tls 	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
   3981  1.1.1.2.12.1    tls $as_echo X"$ac_file" |
   3982  1.1.1.2.12.1    tls     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   3983  1.1.1.2.12.1    tls 	    s//\1/
   3984  1.1.1.2.12.1    tls 	    q
   3985  1.1.1.2.12.1    tls 	  }
   3986  1.1.1.2.12.1    tls 	  /^X\(\/\/\)[^/].*/{
   3987  1.1.1.2.12.1    tls 	    s//\1/
   3988  1.1.1.2.12.1    tls 	    q
   3989  1.1.1.2.12.1    tls 	  }
   3990  1.1.1.2.12.1    tls 	  /^X\(\/\/\)$/{
   3991  1.1.1.2.12.1    tls 	    s//\1/
   3992  1.1.1.2.12.1    tls 	    q
   3993  1.1.1.2.12.1    tls 	  }
   3994  1.1.1.2.12.1    tls 	  /^X\(\/\).*/{
   3995  1.1.1.2.12.1    tls 	    s//\1/
   3996  1.1.1.2.12.1    tls 	    q
   3997  1.1.1.2.12.1    tls 	  }
   3998  1.1.1.2.12.1    tls 	  s/.*/./; q'`
   3999  1.1.1.2.12.1    tls   as_dir="$ac_dir"; as_fn_mkdir_p
   4000  1.1.1.2.12.1    tls   ac_builddir=.
   4001  1.1.1.2.12.1    tls 
   4002  1.1.1.2.12.1    tls case "$ac_dir" in
   4003  1.1.1.2.12.1    tls .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
   4004  1.1.1.2.12.1    tls *)
   4005  1.1.1.2.12.1    tls   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
   4006  1.1.1.2.12.1    tls   # A ".." for each directory in $ac_dir_suffix.
   4007  1.1.1.2.12.1    tls   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
   4008  1.1.1.2.12.1    tls   case $ac_top_builddir_sub in
   4009  1.1.1.2.12.1    tls   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
   4010  1.1.1.2.12.1    tls   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
   4011  1.1.1.2.12.1    tls   esac ;;
   4012  1.1.1.2.12.1    tls esac
   4013  1.1.1.2.12.1    tls ac_abs_top_builddir=$ac_pwd
   4014  1.1.1.2.12.1    tls ac_abs_builddir=$ac_pwd$ac_dir_suffix
   4015  1.1.1.2.12.1    tls # for backward compatibility:
   4016  1.1.1.2.12.1    tls ac_top_builddir=$ac_top_build_prefix
   4017  1.1.1.2.12.1    tls 
   4018  1.1.1.2.12.1    tls case $srcdir in
   4019  1.1.1.2.12.1    tls   .)  # We are building in place.
   4020  1.1.1.2.12.1    tls     ac_srcdir=.
   4021  1.1.1.2.12.1    tls     ac_top_srcdir=$ac_top_builddir_sub
   4022  1.1.1.2.12.1    tls     ac_abs_top_srcdir=$ac_pwd ;;
   4023  1.1.1.2.12.1    tls   [\\/]* | ?:[\\/]* )  # Absolute name.
   4024  1.1.1.2.12.1    tls     ac_srcdir=$srcdir$ac_dir_suffix;
   4025  1.1.1.2.12.1    tls     ac_top_srcdir=$srcdir
   4026  1.1.1.2.12.1    tls     ac_abs_top_srcdir=$srcdir ;;
   4027  1.1.1.2.12.1    tls   *) # Relative name.
   4028  1.1.1.2.12.1    tls     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
   4029  1.1.1.2.12.1    tls     ac_top_srcdir=$ac_top_build_prefix$srcdir
   4030  1.1.1.2.12.1    tls     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
   4031  1.1.1.2.12.1    tls esac
   4032  1.1.1.2.12.1    tls ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
   4033  1.1.1.2.12.1    tls 
   4034  1.1.1.2.12.1    tls 
   4035  1.1.1.2.12.1    tls   case $ac_mode in
   4036  1.1.1.2.12.1    tls   :F)
   4037  1.1.1.2.12.1    tls   #
   4038  1.1.1.2.12.1    tls   # CONFIG_FILE
   4039  1.1.1.2.12.1    tls   #
   4040  1.1.1.2.12.1    tls 
   4041  1.1.1.2.12.1    tls   case $INSTALL in
   4042  1.1.1.2.12.1    tls   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
   4043  1.1.1.2.12.1    tls   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
   4044           1.1  lukem   esac
   4045  1.1.1.2.12.1    tls _ACEOF
   4046  1.1.1.2.12.1    tls 
   4047  1.1.1.2.12.1    tls cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   4048  1.1.1.2.12.1    tls # If the template does not know about datarootdir, expand it.
   4049  1.1.1.2.12.1    tls # FIXME: This hack should be removed a few years after 2.60.
   4050  1.1.1.2.12.1    tls ac_datarootdir_hack=; ac_datarootdir_seen=
   4051  1.1.1.2.12.1    tls ac_sed_dataroot='
   4052  1.1.1.2.12.1    tls /datarootdir/ {
   4053  1.1.1.2.12.1    tls   p
   4054  1.1.1.2.12.1    tls   q
   4055  1.1.1.2.12.1    tls }
   4056  1.1.1.2.12.1    tls /@datadir@/p
   4057  1.1.1.2.12.1    tls /@docdir@/p
   4058  1.1.1.2.12.1    tls /@infodir@/p
   4059  1.1.1.2.12.1    tls /@localedir@/p
   4060  1.1.1.2.12.1    tls /@mandir@/p'
   4061  1.1.1.2.12.1    tls case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
   4062  1.1.1.2.12.1    tls *datarootdir*) ac_datarootdir_seen=yes;;
   4063  1.1.1.2.12.1    tls *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
   4064  1.1.1.2.12.1    tls   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
   4065  1.1.1.2.12.1    tls $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
   4066  1.1.1.2.12.1    tls _ACEOF
   4067  1.1.1.2.12.1    tls cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   4068  1.1.1.2.12.1    tls   ac_datarootdir_hack='
   4069  1.1.1.2.12.1    tls   s&@datadir@&$datadir&g
   4070  1.1.1.2.12.1    tls   s&@docdir@&$docdir&g
   4071  1.1.1.2.12.1    tls   s&@infodir@&$infodir&g
   4072  1.1.1.2.12.1    tls   s&@localedir@&$localedir&g
   4073  1.1.1.2.12.1    tls   s&@mandir@&$mandir&g
   4074  1.1.1.2.12.1    tls   s&\\\${datarootdir}&$datarootdir&g' ;;
   4075  1.1.1.2.12.1    tls esac
   4076  1.1.1.2.12.1    tls _ACEOF
   4077  1.1.1.2.12.1    tls 
   4078  1.1.1.2.12.1    tls # Neutralize VPATH when `$srcdir' = `.'.
   4079  1.1.1.2.12.1    tls # Shell code in configure.ac might set extrasub.
   4080  1.1.1.2.12.1    tls # FIXME: do we really want to maintain this feature?
   4081  1.1.1.2.12.1    tls cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   4082  1.1.1.2.12.1    tls ac_sed_extra="$ac_vpsub
   4083  1.1.1.2.12.1    tls $extrasub
   4084  1.1.1.2.12.1    tls _ACEOF
   4085  1.1.1.2.12.1    tls cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   4086  1.1.1.2.12.1    tls :t
   4087  1.1.1.2.12.1    tls /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
   4088  1.1.1.2.12.1    tls s|@configure_input@|$ac_sed_conf_input|;t t
   4089  1.1.1.2.12.1    tls s&@top_builddir@&$ac_top_builddir_sub&;t t
   4090  1.1.1.2.12.1    tls s&@top_build_prefix@&$ac_top_build_prefix&;t t
   4091  1.1.1.2.12.1    tls s&@srcdir@&$ac_srcdir&;t t
   4092  1.1.1.2.12.1    tls s&@abs_srcdir@&$ac_abs_srcdir&;t t
   4093  1.1.1.2.12.1    tls s&@top_srcdir@&$ac_top_srcdir&;t t
   4094  1.1.1.2.12.1    tls s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
   4095  1.1.1.2.12.1    tls s&@builddir@&$ac_builddir&;t t
   4096  1.1.1.2.12.1    tls s&@abs_builddir@&$ac_abs_builddir&;t t
   4097  1.1.1.2.12.1    tls s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
   4098  1.1.1.2.12.1    tls s&@INSTALL@&$ac_INSTALL&;t t
   4099  1.1.1.2.12.1    tls $ac_datarootdir_hack
   4100  1.1.1.2.12.1    tls "
   4101  1.1.1.2.12.1    tls eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
   4102  1.1.1.2.12.1    tls   || as_fn_error "could not create $ac_file" "$LINENO" 5
   4103  1.1.1.2.12.1    tls 
   4104  1.1.1.2.12.1    tls test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
   4105  1.1.1.2.12.1    tls   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
   4106  1.1.1.2.12.1    tls   { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
   4107  1.1.1.2.12.1    tls   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
   4108  1.1.1.2.12.1    tls which seems to be undefined.  Please make sure it is defined." >&5
   4109  1.1.1.2.12.1    tls $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
   4110  1.1.1.2.12.1    tls which seems to be undefined.  Please make sure it is defined." >&2;}
   4111  1.1.1.2.12.1    tls 
   4112  1.1.1.2.12.1    tls   rm -f "$tmp/stdin"
   4113  1.1.1.2.12.1    tls   case $ac_file in
   4114  1.1.1.2.12.1    tls   -) cat "$tmp/out" && rm -f "$tmp/out";;
   4115  1.1.1.2.12.1    tls   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
   4116  1.1.1.2.12.1    tls   esac \
   4117  1.1.1.2.12.1    tls   || as_fn_error "could not create $ac_file" "$LINENO" 5
   4118  1.1.1.2.12.1    tls  ;;
   4119  1.1.1.2.12.1    tls 
   4120  1.1.1.2.12.1    tls 
   4121           1.1  lukem 
   4122           1.1  lukem   esac
   4123           1.1  lukem 
   4124  1.1.1.2.12.1    tls done # for ac_tag
   4125  1.1.1.2.12.1    tls 
   4126  1.1.1.2.12.1    tls 
   4127  1.1.1.2.12.1    tls as_fn_exit 0
   4128  1.1.1.2.12.1    tls _ACEOF
   4129  1.1.1.2.12.1    tls ac_clean_files=$ac_clean_files_save
   4130  1.1.1.2.12.1    tls 
   4131  1.1.1.2.12.1    tls test $ac_write_fail = 0 ||
   4132  1.1.1.2.12.1    tls   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
   4133  1.1.1.2.12.1    tls 
   4134  1.1.1.2.12.1    tls 
   4135  1.1.1.2.12.1    tls # configure is writing to config.log, and then calls config.status.
   4136  1.1.1.2.12.1    tls # config.status does its own redirection, appending to config.log.
   4137  1.1.1.2.12.1    tls # Unfortunately, on DOS this fails, as config.log is still kept open
   4138  1.1.1.2.12.1    tls # by configure, so config.status won't be able to write to it; its
   4139  1.1.1.2.12.1    tls # output is simply discarded.  So we exec the FD to /dev/null,
   4140  1.1.1.2.12.1    tls # effectively closing config.log, so it can be properly (re)opened and
   4141  1.1.1.2.12.1    tls # appended to by config.status.  When coming back to configure, we
   4142  1.1.1.2.12.1    tls # need to make the FD available again.
   4143  1.1.1.2.12.1    tls if test "$no_create" != yes; then
   4144  1.1.1.2.12.1    tls   ac_cs_success=:
   4145  1.1.1.2.12.1    tls   ac_config_status_args=
   4146  1.1.1.2.12.1    tls   test "$silent" = yes &&
   4147  1.1.1.2.12.1    tls     ac_config_status_args="$ac_config_status_args --quiet"
   4148  1.1.1.2.12.1    tls   exec 5>/dev/null
   4149  1.1.1.2.12.1    tls   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
   4150  1.1.1.2.12.1    tls   exec 5>>config.log
   4151  1.1.1.2.12.1    tls   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
   4152  1.1.1.2.12.1    tls   # would make configure fail if this is the last instruction.
   4153  1.1.1.2.12.1    tls   $ac_cs_success || as_fn_exit $?
   4154  1.1.1.2.12.1    tls fi
   4155  1.1.1.2.12.1    tls if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
   4156  1.1.1.2.12.1    tls   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
   4157  1.1.1.2.12.1    tls $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
   4158  1.1.1.2.12.1    tls fi
   4159           1.1  lukem 
   4160