Thu Jan 3 10:21:21 2013 UTC ()
Regen.


(dholland)
diff -r1.18 -r1.19 pkgsrc/pkgtools/digest/files/configure

cvs diff -r1.18 -r1.19 pkgsrc/pkgtools/digest/files/configure (expand / switch to unified diff)

--- pkgsrc/pkgtools/digest/files/configure 2011/11/04 23:58:14 1.18
+++ pkgsrc/pkgtools/digest/files/configure 2013/01/03 10:21:21 1.19
@@ -1,23 +1,21 @@ @@ -1,23 +1,21 @@
1#! /bin/sh 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.68 for nbsd-digest 20111104. 3# Generated by GNU Autoconf 2.69 for nbsd-digest 20121220.
4# 4#
5# Report bugs to <agc@netbsd.org>. 5# Report bugs to <agc@netbsd.org>.
6# 6#
7# 7#
8# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 8# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software 
10# Foundation, Inc. 
11# 9#
12# 10#
13# This configure script is free software; the Free Software Foundation 11# This configure script is free software; the Free Software Foundation
14# gives unlimited permission to copy, distribute and modify it. 12# gives unlimited permission to copy, distribute and modify it.
15## -------------------- ## 13## -------------------- ##
16## M4sh Initialization. ## 14## M4sh Initialization. ##
17## -------------------- ## 15## -------------------- ##
18 16
19# Be more Bourne compatible 17# Be more Bourne compatible
20DUALCASE=1; export DUALCASE # for MKS sh 18DUALCASE=1; export DUALCASE # for MKS sh
21if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 19if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 emulate sh 20 emulate sh
23 NULLCMD=: 21 NULLCMD=:
@@ -126,26 +124,51 @@ done @@ -126,26 +124,51 @@ done
126PS1='$ ' 124PS1='$ '
127PS2='> ' 125PS2='> '
128PS4='+ ' 126PS4='+ '
129 127
130# NLS nuisances. 128# NLS nuisances.
131LC_ALL=C 129LC_ALL=C
132export LC_ALL 130export LC_ALL
133LANGUAGE=C 131LANGUAGE=C
134export LANGUAGE 132export LANGUAGE
135 133
136# CDPATH. 134# CDPATH.
137(unset CDPATH) >/dev/null 2>&1 && unset CDPATH 135(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138 136
 137# Use a proper internal environment variable to ensure we don't fall
 138 # into an infinite loop, continuously re-executing ourselves.
 139 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
 140 _as_can_reexec=no; export _as_can_reexec;
 141 # We cannot yet assume a decent shell, so we have to provide a
 142# neutralization value for shells without unset; and this also
 143# works around shells that cannot unset nonexistent variables.
 144# Preserve -v and -x to the replacement shell.
 145BASH_ENV=/dev/null
 146ENV=/dev/null
 147(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
 148case $- in # ((((
 149 *v*x* | *x*v* ) as_opts=-vx ;;
 150 *v* ) as_opts=-v ;;
 151 *x* ) as_opts=-x ;;
 152 * ) as_opts= ;;
 153esac
 154exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
 155# Admittedly, this is quite paranoid, since all the known shells bail
 156# out after a failed `exec'.
 157$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
 158as_fn_exit 255
 159 fi
 160 # We don't want this to propagate to other subprocesses.
 161 { _as_can_reexec=; unset _as_can_reexec;}
139if test "x$CONFIG_SHELL" = x; then 162if test "x$CONFIG_SHELL" = x; then
140 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : 163 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
141 emulate sh 164 emulate sh
142 NULLCMD=: 165 NULLCMD=:
143 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which 166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
144 # is contrary to our usage. Disable this feature. 167 # is contrary to our usage. Disable this feature.
145 alias -g '\${1+\"\$@\"}'='\"\$@\"' 168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
146 setopt NO_GLOB_SUBST 169 setopt NO_GLOB_SUBST
147else 170else
148 case \`(set -o) 2>/dev/null\` in #( 171 case \`(set -o) 2>/dev/null\` in #(
149 *posix*) : 172 *posix*) :
150 set -o posix ;; #( 173 set -o posix ;; #(
151 *) : 174 *) :
@@ -159,27 +182,28 @@ as_fn_failure () { as_fn_return 1; } @@ -159,27 +182,28 @@ as_fn_failure () { as_fn_return 1; }
159as_fn_ret_success () { return 0; } 182as_fn_ret_success () { return 0; }
160as_fn_ret_failure () { return 1; } 183as_fn_ret_failure () { return 1; }
161 184
162exitcode=0 185exitcode=0
163as_fn_success || { exitcode=1; echo as_fn_success failed.; } 186as_fn_success || { exitcode=1; echo as_fn_success failed.; }
164as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } 187as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
165as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } 188as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
166as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } 189as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
167if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : 190if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
168 191
169else 192else
170 exitcode=1; echo positional parameters were not saved. 193 exitcode=1; echo positional parameters were not saved.
171fi 194fi
172test x\$exitcode = x0 || exit 1" 195test x\$exitcode = x0 || exit 1
 196test -x / || exit 1"
173 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 197 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
174 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO 198 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
175 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && 199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
176 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
177test \$(( 1 + 1 )) = 2 || exit 1" 201test \$(( 1 + 1 )) = 2 || exit 1"
178 if (eval "$as_required") 2>/dev/null; then : 202 if (eval "$as_required") 2>/dev/null; then :
179 as_have_required=yes 203 as_have_required=yes
180else 204else
181 as_have_required=no 205 as_have_required=no
182fi 206fi
183 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : 207 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
184 208
185else 209else
@@ -204,41 +228,45 @@ fi @@ -204,41 +228,45 @@ fi
204fi 228fi
205 done;; 229 done;;
206 esac 230 esac
207 as_found=false 231 as_found=false
208done 232done
209$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && 233$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
210 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : 234 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
211 CONFIG_SHELL=$SHELL as_have_required=yes 235 CONFIG_SHELL=$SHELL as_have_required=yes
212fi; } 236fi; }
213IFS=$as_save_IFS 237IFS=$as_save_IFS
214 238
215 239
216 if test "x$CONFIG_SHELL" != x; then : 240 if test "x$CONFIG_SHELL" != x; then :
217 # We cannot yet assume a decent shell, so we have to provide a 241 export CONFIG_SHELL
218 # neutralization value for shells without unset; and this also 242 # We cannot yet assume a decent shell, so we have to provide a
219 # works around shells that cannot unset nonexistent variables. 243# neutralization value for shells without unset; and this also
220 # Preserve -v and -x to the replacement shell. 244# works around shells that cannot unset nonexistent variables.
221 BASH_ENV=/dev/null 245# Preserve -v and -x to the replacement shell.
222 ENV=/dev/null 246BASH_ENV=/dev/null
223 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 247ENV=/dev/null
224 export CONFIG_SHELL 248(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
225 case $- in # (((( 249case $- in # ((((
226 *v*x* | *x*v* ) as_opts=-vx ;; 250 *v*x* | *x*v* ) as_opts=-vx ;;
227 *v* ) as_opts=-v ;; 251 *v* ) as_opts=-v ;;
228 *x* ) as_opts=-x ;; 252 *x* ) as_opts=-x ;;
229 * ) as_opts= ;; 253 * ) as_opts= ;;
230 esac 254esac
231 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} 255exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
 256# Admittedly, this is quite paranoid, since all the known shells bail
 257# out after a failed `exec'.
 258$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
 259exit 255
232fi 260fi
233 261
234 if test x$as_have_required = xno; then : 262 if test x$as_have_required = xno; then :
235 $as_echo "$0: This script requires a shell more modern than all" 263 $as_echo "$0: This script requires a shell more modern than all"
236 $as_echo "$0: the shells that I found on your system." 264 $as_echo "$0: the shells that I found on your system."
237 if test x${ZSH_VERSION+set} = xset ; then 265 if test x${ZSH_VERSION+set} = xset ; then
238 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" 266 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
239 $as_echo "$0: be upgraded to zsh 4.3.4 or later." 267 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
240 else 268 else
241 $as_echo "$0: Please tell bug-autoconf@gnu.org and agc@netbsd.org 269 $as_echo "$0: Please tell bug-autoconf@gnu.org and agc@netbsd.org
242$0: about your system, including any error possibly output 270$0: about your system, including any error possibly output
243$0: before this message. Then install a modern shell, or 271$0: before this message. Then install a modern shell, or
244$0: manually run the script under such a shell if you do 272$0: manually run the script under such a shell if you do
@@ -321,26 +349,34 @@ $as_echo X"$as_dir" | @@ -321,26 +349,34 @@ $as_echo X"$as_dir" |
321 } 349 }
322 /^X\(\/\).*/{ 350 /^X\(\/\).*/{
323 s//\1/ 351 s//\1/
324 q 352 q
325 } 353 }
326 s/.*/./; q'` 354 s/.*/./; q'`
327 test -d "$as_dir" && break 355 test -d "$as_dir" && break
328 done 356 done
329 test -z "$as_dirs" || eval "mkdir $as_dirs" 357 test -z "$as_dirs" || eval "mkdir $as_dirs"
330 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 358 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
331 359
332 360
333} # as_fn_mkdir_p 361} # as_fn_mkdir_p
 362
 363# as_fn_executable_p FILE
 364# -----------------------
 365# Test if FILE is an executable regular file.
 366as_fn_executable_p ()
 367{
 368 test -f "$1" && test -x "$1"
 369} # as_fn_executable_p
334# as_fn_append VAR VALUE 370# as_fn_append VAR VALUE
335# ---------------------- 371# ----------------------
336# Append the text in VALUE to the end of the definition contained in VAR. Take 372# Append the text in VALUE to the end of the definition contained in VAR. Take
337# advantage of any shell optimizations that allow amortized linear growth over 373# advantage of any shell optimizations that allow amortized linear growth over
338# repeated appends, instead of the typical quadratic growth present in naive 374# repeated appends, instead of the typical quadratic growth present in naive
339# implementations. 375# implementations.
340if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : 376if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
341 eval 'as_fn_append () 377 eval 'as_fn_append ()
342 { 378 {
343 eval $1+=\$2 379 eval $1+=\$2
344 }' 380 }'
345else 381else
346 as_fn_append () 382 as_fn_append ()
@@ -442,26 +478,30 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits @@ -442,26 +478,30 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits
442 s/[$]LINENO.*/&-/ 478 s/[$]LINENO.*/&-/
443 t lineno 479 t lineno
444 b 480 b
445 :lineno 481 :lineno
446 N 482 N
447 :loop 483 :loop
448 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 484 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
449 t loop 485 t loop
450 s/-\n.*// 486 s/-\n.*//
451 ' >$as_me.lineno && 487 ' >$as_me.lineno &&
452 chmod +x "$as_me.lineno" || 488 chmod +x "$as_me.lineno" ||
453 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 489 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
454 490
 491 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
 492 # already done that, so ensure we don't try to do so again and fall
 493 # in an infinite loop. This has already happened in practice.
 494 _as_can_reexec=no; export _as_can_reexec
455 # Don't try to exec as it changes $[0], causing all sort of problems 495 # Don't try to exec as it changes $[0], causing all sort of problems
456 # (the dirname of $[0] is not the place where we might find the 496 # (the dirname of $[0] is not the place where we might find the
457 # original and so on. Autoconf is especially sensitive to this). 497 # original and so on. Autoconf is especially sensitive to this).
458 . "./$as_me.lineno" 498 . "./$as_me.lineno"
459 # Exit status is that of the last command. 499 # Exit status is that of the last command.
460 exit 500 exit
461} 501}
462 502
463ECHO_C= ECHO_N= ECHO_T= 503ECHO_C= ECHO_N= ECHO_T=
464case `echo -n x` in #((((( 504case `echo -n x` in #(((((
465-n*) 505-n*)
466 case `echo 'xy\c'` in 506 case `echo 'xy\c'` in
467 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 507 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
@@ -476,69 +516,49 @@ esac @@ -476,69 +516,49 @@ esac
476rm -f conf$$ conf$$.exe conf$$.file 516rm -f conf$$ conf$$.exe conf$$.file
477if test -d conf$$.dir; then 517if test -d conf$$.dir; then
478 rm -f conf$$.dir/conf$$.file 518 rm -f conf$$.dir/conf$$.file
479else 519else
480 rm -f conf$$.dir 520 rm -f conf$$.dir
481 mkdir conf$$.dir 2>/dev/null 521 mkdir conf$$.dir 2>/dev/null
482fi 522fi
483if (echo >conf$$.file) 2>/dev/null; then 523if (echo >conf$$.file) 2>/dev/null; then
484 if ln -s conf$$.file conf$$ 2>/dev/null; then 524 if ln -s conf$$.file conf$$ 2>/dev/null; then
485 as_ln_s='ln -s' 525 as_ln_s='ln -s'
486 # ... but there are two gotchas: 526 # ... but there are two gotchas:
487 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 527 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
488 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 528 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
489 # In both cases, we have to default to `cp -p'. 529 # In both cases, we have to default to `cp -pR'.
490 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 530 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
491 as_ln_s='cp -p' 531 as_ln_s='cp -pR'
492 elif ln conf$$.file conf$$ 2>/dev/null; then 532 elif ln conf$$.file conf$$ 2>/dev/null; then
493 as_ln_s=ln 533 as_ln_s=ln
494 else 534 else
495 as_ln_s='cp -p' 535 as_ln_s='cp -pR'
496 fi 536 fi
497else 537else
498 as_ln_s='cp -p' 538 as_ln_s='cp -pR'
499fi 539fi
500rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 540rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
501rmdir conf$$.dir 2>/dev/null 541rmdir conf$$.dir 2>/dev/null
502 542
503if mkdir -p . 2>/dev/null; then 543if mkdir -p . 2>/dev/null; then
504 as_mkdir_p='mkdir -p "$as_dir"' 544 as_mkdir_p='mkdir -p "$as_dir"'
505else 545else
506 test -d ./-p && rmdir ./-p 546 test -d ./-p && rmdir ./-p
507 as_mkdir_p=false 547 as_mkdir_p=false
508fi 548fi
509 549
510if test -x / >/dev/null 2>&1; then 550as_test_x='test -x'
511 as_test_x='test -x' 551as_executable_p=as_fn_executable_p
512else 
513 if ls -dL / >/dev/null 2>&1; then 
514 as_ls_L_option=L 
515 else 
516 as_ls_L_option= 
517 fi 
518 as_test_x=' 
519 eval sh -c '\'' 
520 if test -d "$1"; then 
521 test -d "$1/."; 
522 else 
523 case $1 in #( 
524 -*)set "./$1";; 
525 esac; 
526 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 
527 ???[sx]*):;;*)false;;esac;fi 
528 '\'' sh 
529 ' 
530fi 
531as_executable_p=$as_test_x 
532 552
533# Sed expression to map a string onto a valid CPP name. 553# Sed expression to map a string onto a valid CPP name.
534as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 554as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
535 555
536# Sed expression to map a string onto a valid variable name. 556# Sed expression to map a string onto a valid variable name.
537as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 557as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
538 558
539 559
540test -n "$DJDIR" || exec 7<&0 </dev/null 560test -n "$DJDIR" || exec 7<&0 </dev/null
541exec 6>&1 561exec 6>&1
542 562
543# Name of the host. 563# Name of the host.
544# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, 564# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
@@ -550,28 +570,28 @@ ac_hostname=`(hostname || uname -n) 2>/d @@ -550,28 +570,28 @@ ac_hostname=`(hostname || uname -n) 2>/d
550# 570#
551ac_default_prefix=/usr/local 571ac_default_prefix=/usr/local
552ac_clean_files= 572ac_clean_files=
553ac_config_libobj_dir=. 573ac_config_libobj_dir=.
554LIBOBJS= 574LIBOBJS=
555cross_compiling=no 575cross_compiling=no
556subdirs= 576subdirs=
557MFLAGS= 577MFLAGS=
558MAKEFLAGS= 578MAKEFLAGS=
559 579
560# Identity of this package. 580# Identity of this package.
561PACKAGE_NAME='nbsd-digest' 581PACKAGE_NAME='nbsd-digest'
562PACKAGE_TARNAME='nbsd-digest' 582PACKAGE_TARNAME='nbsd-digest'
563PACKAGE_VERSION='20111104' 583PACKAGE_VERSION='20121220'
564PACKAGE_STRING='nbsd-digest 20111104' 584PACKAGE_STRING='nbsd-digest 20121220'
565PACKAGE_BUGREPORT='agc@netbsd.org' 585PACKAGE_BUGREPORT='agc@netbsd.org'
566PACKAGE_URL='' 586PACKAGE_URL=''
567 587
568ac_unique_file="digest.c" 588ac_unique_file="digest.c"
569# Factoring default headers for most tests. 589# Factoring default headers for most tests.
570ac_includes_default="\ 590ac_includes_default="\
571#include <stdio.h> 591#include <stdio.h>
572#ifdef HAVE_SYS_TYPES_H 592#ifdef HAVE_SYS_TYPES_H
573# include <sys/types.h> 593# include <sys/types.h>
574#endif 594#endif
575#ifdef HAVE_SYS_STAT_H 595#ifdef HAVE_SYS_STAT_H
576# include <sys/stat.h> 596# include <sys/stat.h>
577#endif 597#endif
@@ -1127,28 +1147,26 @@ do @@ -1127,28 +1147,26 @@ do
1127done 1147done
1128 1148
1129# There might be people who depend on the old broken behavior: `$host' 1149# There might be people who depend on the old broken behavior: `$host'
1130# used to hold the argument of --host etc. 1150# used to hold the argument of --host etc.
1131# FIXME: To remove some day. 1151# FIXME: To remove some day.
1132build=$build_alias 1152build=$build_alias
1133host=$host_alias 1153host=$host_alias
1134target=$target_alias 1154target=$target_alias
1135 1155
1136# FIXME: To remove some day. 1156# FIXME: To remove some day.
1137if test "x$host_alias" != x; then 1157if test "x$host_alias" != x; then
1138 if test "x$build_alias" = x; then 1158 if test "x$build_alias" = x; then
1139 cross_compiling=maybe 1159 cross_compiling=maybe
1140 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. 
1141 If a cross compiler is detected then cross compile mode will be used" >&2 
1142 elif test "x$build_alias" != "x$host_alias"; then 1160 elif test "x$build_alias" != "x$host_alias"; then
1143 cross_compiling=yes 1161 cross_compiling=yes
1144 fi 1162 fi
1145fi 1163fi
1146 1164
1147ac_tool_prefix= 1165ac_tool_prefix=
1148test -n "$host_alias" && ac_tool_prefix=$host_alias- 1166test -n "$host_alias" && ac_tool_prefix=$host_alias-
1149 1167
1150test "$silent" = yes && exec 6>/dev/null 1168test "$silent" = yes && exec 6>/dev/null
1151 1169
1152 1170
1153ac_pwd=`pwd` && test -n "$ac_pwd" && 1171ac_pwd=`pwd` && test -n "$ac_pwd" &&
1154ac_ls_di=`ls -di .` && 1172ac_ls_di=`ls -di .` &&
@@ -1214,27 +1232,27 @@ for ac_var in $ac_precious_vars; do @@ -1214,27 +1232,27 @@ for ac_var in $ac_precious_vars; do
1214 eval ac_env_${ac_var}_set=\${${ac_var}+set} 1232 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1215 eval ac_env_${ac_var}_value=\$${ac_var} 1233 eval ac_env_${ac_var}_value=\$${ac_var}
1216 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} 1234 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1217 eval ac_cv_env_${ac_var}_value=\$${ac_var} 1235 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1218done 1236done
1219 1237
1220# 1238#
1221# Report the --help message. 1239# Report the --help message.
1222# 1240#
1223if test "$ac_init_help" = "long"; then 1241if test "$ac_init_help" = "long"; then
1224 # Omit some internal or obsolete options to make the list less imposing. 1242 # Omit some internal or obsolete options to make the list less imposing.
1225 # This message is too long to be a string in the A/UX 3.1 sh. 1243 # This message is too long to be a string in the A/UX 3.1 sh.
1226 cat <<_ACEOF 1244 cat <<_ACEOF
1227\`configure' configures nbsd-digest 20111104 to adapt to many kinds of systems. 1245\`configure' configures nbsd-digest 20121220 to adapt to many kinds of systems.
1228 1246
1229Usage: $0 [OPTION]... [VAR=VALUE]... 1247Usage: $0 [OPTION]... [VAR=VALUE]...
1230 1248
1231To assign environment variables (e.g., CC, CFLAGS...), specify them as 1249To assign environment variables (e.g., CC, CFLAGS...), specify them as
1232VAR=VALUE. See below for descriptions of some of the useful variables. 1250VAR=VALUE. See below for descriptions of some of the useful variables.
1233 1251
1234Defaults for the options are specified in brackets. 1252Defaults for the options are specified in brackets.
1235 1253
1236Configuration: 1254Configuration:
1237 -h, --help display this help and exit 1255 -h, --help display this help and exit
1238 --help=short display options specific to this package 1256 --help=short display options specific to this package
1239 --help=recursive display the short help of all the included packages 1257 --help=recursive display the short help of all the included packages
1240 -V, --version display version information and exit 1258 -V, --version display version information and exit
@@ -1284,27 +1302,27 @@ _ACEOF @@ -1284,27 +1302,27 @@ _ACEOF
1284Program names: 1302Program names:
1285 --program-prefix=PREFIX prepend PREFIX to installed program names 1303 --program-prefix=PREFIX prepend PREFIX to installed program names
1286 --program-suffix=SUFFIX append SUFFIX to installed program names 1304 --program-suffix=SUFFIX append SUFFIX to installed program names
1287 --program-transform-name=PROGRAM run sed PROGRAM on installed program names 1305 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1288 1306
1289System types: 1307System types:
1290 --build=BUILD configure for building on BUILD [guessed] 1308 --build=BUILD configure for building on BUILD [guessed]
1291 --host=HOST cross-compile to build programs to run on HOST [BUILD] 1309 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1292_ACEOF 1310_ACEOF
1293fi 1311fi
1294 1312
1295if test -n "$ac_init_help"; then 1313if test -n "$ac_init_help"; then
1296 case $ac_init_help in 1314 case $ac_init_help in
1297 short | recursive ) echo "Configuration of nbsd-digest 20111104:";; 1315 short | recursive ) echo "Configuration of nbsd-digest 20121220:";;
1298 esac 1316 esac
1299 cat <<\_ACEOF 1317 cat <<\_ACEOF
1300 1318
1301Some influential environment variables: 1319Some influential environment variables:
1302 CC C compiler command 1320 CC C compiler command
1303 CFLAGS C compiler flags 1321 CFLAGS C compiler flags
1304 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1322 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1305 nonstandard directory <lib dir> 1323 nonstandard directory <lib dir>
1306 LIBS libraries to pass to the linker, e.g. -l<library> 1324 LIBS libraries to pass to the linker, e.g. -l<library>
1307 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if 1325 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1308 you have headers in a nonstandard directory <include dir> 1326 you have headers in a nonstandard directory <include dir>
1309 CPP C preprocessor 1327 CPP C preprocessor
1310 1328
@@ -1364,30 +1382,30 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_ @@ -1364,30 +1382,30 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_
1364 elif test -f "$ac_srcdir/configure"; then 1382 elif test -f "$ac_srcdir/configure"; then
1365 echo && 1383 echo &&
1366 $SHELL "$ac_srcdir/configure" --help=recursive 1384 $SHELL "$ac_srcdir/configure" --help=recursive
1367 else 1385 else
1368 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1386 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1369 fi || ac_status=$? 1387 fi || ac_status=$?
1370 cd "$ac_pwd" || { ac_status=$?; break; } 1388 cd "$ac_pwd" || { ac_status=$?; break; }
1371 done 1389 done
1372fi 1390fi
1373 1391
1374test -n "$ac_init_help" && exit $ac_status 1392test -n "$ac_init_help" && exit $ac_status
1375if $ac_init_version; then 1393if $ac_init_version; then
1376 cat <<\_ACEOF 1394 cat <<\_ACEOF
1377nbsd-digest configure 20111104 1395nbsd-digest configure 20121220
1378generated by GNU Autoconf 2.68 1396generated by GNU Autoconf 2.69
1379 1397
1380Copyright (C) 2010 Free Software Foundation, Inc. 1398Copyright (C) 2012 Free Software Foundation, Inc.
1381This configure script is free software; the Free Software Foundation 1399This configure script is free software; the Free Software Foundation
1382gives unlimited permission to copy, distribute and modify it. 1400gives unlimited permission to copy, distribute and modify it.
1383_ACEOF 1401_ACEOF
1384 exit 1402 exit
1385fi 1403fi
1386 1404
1387## ------------------------ ## 1405## ------------------------ ##
1388## Autoconf initialization. ## 1406## Autoconf initialization. ##
1389## ------------------------ ## 1407## ------------------------ ##
1390 1408
1391# ac_fn_c_try_compile LINENO 1409# ac_fn_c_try_compile LINENO
1392# -------------------------- 1410# --------------------------
1393# Try to compile conftest.$ac_ext, and return whether this succeeded. 1411# Try to compile conftest.$ac_ext, and return whether this succeeded.
@@ -1641,27 +1659,28 @@ if eval \${$3+:} false; then : @@ -1641,27 +1659,28 @@ if eval \${$3+:} false; then :
1641else 1659else
1642 eval "$3=no" 1660 eval "$3=no"
1643 # Order is important - never check a type that is potentially smaller 1661 # Order is important - never check a type that is potentially smaller
1644 # than half of the expected target width. 1662 # than half of the expected target width.
1645 for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \ 1663 for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \
1646 'unsigned long long int' 'unsigned short int' 'unsigned char'; do 1664 'unsigned long long int' 'unsigned short int' 'unsigned char'; do
1647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1648/* end confdefs.h. */ 1666/* end confdefs.h. */
1649$ac_includes_default 1667$ac_includes_default
1650int 1668int
1651main () 1669main ()
1652{ 1670{
1653static int test_array [1 - 2 * !((($ac_type) -1 >> ($2 / 2 - 1)) >> ($2 / 2 - 1) == 3)]; 1671static int test_array [1 - 2 * !((($ac_type) -1 >> ($2 / 2 - 1)) >> ($2 / 2 - 1) == 3)];
1654test_array [0] = 0 1672test_array [0] = 0;
 1673return test_array [0];
1655 1674
1656 ; 1675 ;
1657 return 0; 1676 return 0;
1658} 1677}
1659_ACEOF 1678_ACEOF
1660if ac_fn_c_try_compile "$LINENO"; then : 1679if ac_fn_c_try_compile "$LINENO"; then :
1661 case $ac_type in #( 1680 case $ac_type in #(
1662 uint$2_t) : 1681 uint$2_t) :
1663 eval "$3=yes" ;; #( 1682 eval "$3=yes" ;; #(
1664 *) : 1683 *) :
1665 eval "$3=\$ac_type" ;; 1684 eval "$3=\$ac_type" ;;
1666esac 1685esac
1667fi 1686fi
@@ -1695,43 +1714,45 @@ else @@ -1695,43 +1714,45 @@ else
1695 eval "$3=no" 1714 eval "$3=no"
1696 # Order is important - never check a type that is potentially smaller 1715 # Order is important - never check a type that is potentially smaller
1697 # than half of the expected target width. 1716 # than half of the expected target width.
1698 for ac_type in int$2_t 'int' 'long int' \ 1717 for ac_type in int$2_t 'int' 'long int' \
1699 'long long int' 'short int' 'signed char'; do 1718 'long long int' 'short int' 'signed char'; do
1700 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1701/* end confdefs.h. */ 1720/* end confdefs.h. */
1702$ac_includes_default 1721$ac_includes_default
1703 enum { N = $2 / 2 - 1 }; 1722 enum { N = $2 / 2 - 1 };
1704int 1723int
1705main () 1724main ()
1706{ 1725{
1707static int test_array [1 - 2 * !(0 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1))]; 1726static int test_array [1 - 2 * !(0 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1))];
1708test_array [0] = 0 1727test_array [0] = 0;
 1728return test_array [0];
1709 1729
1710 ; 1730 ;
1711 return 0; 1731 return 0;
1712} 1732}
1713_ACEOF 1733_ACEOF
1714if ac_fn_c_try_compile "$LINENO"; then : 1734if ac_fn_c_try_compile "$LINENO"; then :
1715 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1735 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1716/* end confdefs.h. */ 1736/* end confdefs.h. */
1717$ac_includes_default 1737$ac_includes_default
1718 enum { N = $2 / 2 - 1 }; 1738 enum { N = $2 / 2 - 1 };
1719int 1739int
1720main () 1740main ()
1721{ 1741{
1722static int test_array [1 - 2 * !(($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1) 1742static int test_array [1 - 2 * !(($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1)
1723 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 2))]; 1743 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 2))];
1724test_array [0] = 0 1744test_array [0] = 0;
 1745return test_array [0];
1725 1746
1726 ; 1747 ;
1727 return 0; 1748 return 0;
1728} 1749}
1729_ACEOF 1750_ACEOF
1730if ac_fn_c_try_compile "$LINENO"; then : 1751if ac_fn_c_try_compile "$LINENO"; then :
1731 1752
1732else 1753else
1733 case $ac_type in #( 1754 case $ac_type in #(
1734 int$2_t) : 1755 int$2_t) :
1735 eval "$3=yes" ;; #( 1756 eval "$3=yes" ;; #(
1736 *) : 1757 *) :
1737 eval "$3=\$ac_type" ;; 1758 eval "$3=\$ac_type" ;;
@@ -1817,27 +1838,27 @@ $as_echo "$ac_try_echo"; } >&5 @@ -1817,27 +1838,27 @@ $as_echo "$ac_try_echo"; } >&5
1817 (eval "$ac_link") 2>conftest.err 1838 (eval "$ac_link") 2>conftest.err
1818 ac_status=$? 1839 ac_status=$?
1819 if test -s conftest.err; then 1840 if test -s conftest.err; then
1820 grep -v '^ *+' conftest.err >conftest.er1 1841 grep -v '^ *+' conftest.err >conftest.er1
1821 cat conftest.er1 >&5 1842 cat conftest.er1 >&5
1822 mv -f conftest.er1 conftest.err 1843 mv -f conftest.er1 conftest.err
1823 fi 1844 fi
1824 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1845 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1825 test $ac_status = 0; } && { 1846 test $ac_status = 0; } && {
1826 test -z "$ac_c_werror_flag" || 1847 test -z "$ac_c_werror_flag" ||
1827 test ! -s conftest.err 1848 test ! -s conftest.err
1828 } && test -s conftest$ac_exeext && { 1849 } && test -s conftest$ac_exeext && {
1829 test "$cross_compiling" = yes || 1850 test "$cross_compiling" = yes ||
1830 $as_test_x conftest$ac_exeext 1851 test -x conftest$ac_exeext
1831 }; then : 1852 }; then :
1832 ac_retval=0 1853 ac_retval=0
1833else 1854else
1834 $as_echo "$as_me: failed program was:" >&5 1855 $as_echo "$as_me: failed program was:" >&5
1835sed 's/^/| /' conftest.$ac_ext >&5 1856sed 's/^/| /' conftest.$ac_ext >&5
1836 1857
1837 ac_retval=1 1858 ac_retval=1
1838fi 1859fi
1839 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 1860 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1840 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would 1861 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1841 # interfere with the next link command; also delete a directory that is 1862 # interfere with the next link command; also delete a directory that is
1842 # left behind by Apple's compiler. We do this before executing the actions. 1863 # left behind by Apple's compiler. We do this before executing the actions.
1843 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1864 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
@@ -1906,28 +1927,28 @@ fi @@ -1906,28 +1927,28 @@ fi
1906rm -f core conftest.err conftest.$ac_objext \ 1927rm -f core conftest.err conftest.$ac_objext \
1907 conftest$ac_exeext conftest.$ac_ext 1928 conftest$ac_exeext conftest.$ac_ext
1908fi 1929fi
1909eval ac_res=\$$3 1930eval ac_res=\$$3
1910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1911$as_echo "$ac_res" >&6; } 1932$as_echo "$ac_res" >&6; }
1912 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1933 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1913 1934
1914} # ac_fn_c_check_func 1935} # ac_fn_c_check_func
1915cat >config.log <<_ACEOF 1936cat >config.log <<_ACEOF
1916This file contains any messages produced by compilers while 1937This file contains any messages produced by compilers while
1917running configure, to aid debugging if configure makes a mistake. 1938running configure, to aid debugging if configure makes a mistake.
1918 1939
1919It was created by nbsd-digest $as_me 20111104, which was 1940It was created by nbsd-digest $as_me 20121220, which was
1920generated by GNU Autoconf 2.68. Invocation command line was 1941generated by GNU Autoconf 2.69. Invocation command line was
1921 1942
1922 $ $0 $@ 1943 $ $0 $@
1923 1944
1924_ACEOF 1945_ACEOF
1925exec 5>>config.log 1946exec 5>>config.log
1926{ 1947{
1927cat <<_ASUNAME 1948cat <<_ASUNAME
1928## --------- ## 1949## --------- ##
1929## Platform. ## 1950## Platform. ##
1930## --------- ## 1951## --------- ##
1931 1952
1932hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` 1953hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1933uname -m = `(uname -m) 2>/dev/null || echo unknown` 1954uname -m = `(uname -m) 2>/dev/null || echo unknown`
@@ -2421,27 +2442,27 @@ set dummy $ac_prog; ac_word=$2 @@ -2421,27 +2442,27 @@ set dummy $ac_prog; ac_word=$2
2421$as_echo_n "checking for $ac_word... " >&6; } 2442$as_echo_n "checking for $ac_word... " >&6; }
2422if ${ac_cv_prog_AWK+:} false; then : 2443if ${ac_cv_prog_AWK+:} false; then :
2423 $as_echo_n "(cached) " >&6 2444 $as_echo_n "(cached) " >&6
2424else 2445else
2425 if test -n "$AWK"; then 2446 if test -n "$AWK"; then
2426 ac_cv_prog_AWK="$AWK" # Let the user override the test. 2447 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2427else 2448else
2428as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2449as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2429for as_dir in $PATH 2450for as_dir in $PATH
2430do 2451do
2431 IFS=$as_save_IFS 2452 IFS=$as_save_IFS
2432 test -z "$as_dir" && as_dir=. 2453 test -z "$as_dir" && as_dir=.
2433 for ac_exec_ext in '' $ac_executable_extensions; do 2454 for ac_exec_ext in '' $ac_executable_extensions; do
2434 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2455 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2435 ac_cv_prog_AWK="$ac_prog" 2456 ac_cv_prog_AWK="$ac_prog"
2436 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2457 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2437 break 2 2458 break 2
2438 fi 2459 fi
2439done 2460done
2440 done 2461 done
2441IFS=$as_save_IFS 2462IFS=$as_save_IFS
2442 2463
2443fi 2464fi
2444fi 2465fi
2445AWK=$ac_cv_prog_AWK 2466AWK=$ac_cv_prog_AWK
2446if test -n "$AWK"; then 2467if test -n "$AWK"; then
2447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 2468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
@@ -2467,27 +2488,27 @@ set dummy ${ac_tool_prefix}gcc; ac_word= @@ -2467,27 +2488,27 @@ set dummy ${ac_tool_prefix}gcc; ac_word=
2467$as_echo_n "checking for $ac_word... " >&6; } 2488$as_echo_n "checking for $ac_word... " >&6; }
2468if ${ac_cv_prog_CC+:} false; then : 2489if ${ac_cv_prog_CC+:} false; then :
2469 $as_echo_n "(cached) " >&6 2490 $as_echo_n "(cached) " >&6
2470else 2491else
2471 if test -n "$CC"; then 2492 if test -n "$CC"; then
2472 ac_cv_prog_CC="$CC" # Let the user override the test. 2493 ac_cv_prog_CC="$CC" # Let the user override the test.
2473else 2494else
2474as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2495as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2475for as_dir in $PATH 2496for as_dir in $PATH
2476do 2497do
2477 IFS=$as_save_IFS 2498 IFS=$as_save_IFS
2478 test -z "$as_dir" && as_dir=. 2499 test -z "$as_dir" && as_dir=.
2479 for ac_exec_ext in '' $ac_executable_extensions; do 2500 for ac_exec_ext in '' $ac_executable_extensions; do
2480 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2501 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2481 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2502 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2482 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2503 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2483 break 2 2504 break 2
2484 fi 2505 fi
2485done 2506done
2486 done 2507 done
2487IFS=$as_save_IFS 2508IFS=$as_save_IFS
2488 2509
2489fi 2510fi
2490fi 2511fi
2491CC=$ac_cv_prog_CC 2512CC=$ac_cv_prog_CC
2492if test -n "$CC"; then 2513if test -n "$CC"; then
2493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 2514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
@@ -2507,27 +2528,27 @@ set dummy gcc; ac_word=$2 @@ -2507,27 +2528,27 @@ set dummy gcc; ac_word=$2
2507$as_echo_n "checking for $ac_word... " >&6; } 2528$as_echo_n "checking for $ac_word... " >&6; }
2508if ${ac_cv_prog_ac_ct_CC+:} false; then : 2529if ${ac_cv_prog_ac_ct_CC+:} false; then :
2509 $as_echo_n "(cached) " >&6 2530 $as_echo_n "(cached) " >&6
2510else 2531else
2511 if test -n "$ac_ct_CC"; then 2532 if test -n "$ac_ct_CC"; then
2512 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 2533 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2513else 2534else
2514as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2535as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2515for as_dir in $PATH 2536for as_dir in $PATH
2516do 2537do
2517 IFS=$as_save_IFS 2538 IFS=$as_save_IFS
2518 test -z "$as_dir" && as_dir=. 2539 test -z "$as_dir" && as_dir=.
2519 for ac_exec_ext in '' $ac_executable_extensions; do 2540 for ac_exec_ext in '' $ac_executable_extensions; do
2520 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2541 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2521 ac_cv_prog_ac_ct_CC="gcc" 2542 ac_cv_prog_ac_ct_CC="gcc"
2522 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2543 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2523 break 2 2544 break 2
2524 fi 2545 fi
2525done 2546done
2526 done 2547 done
2527IFS=$as_save_IFS 2548IFS=$as_save_IFS
2528 2549
2529fi 2550fi
2530fi 2551fi
2531ac_ct_CC=$ac_cv_prog_ac_ct_CC 2552ac_ct_CC=$ac_cv_prog_ac_ct_CC
2532if test -n "$ac_ct_CC"; then 2553if test -n "$ac_ct_CC"; then
2533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 2554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
@@ -2560,27 +2581,27 @@ set dummy ${ac_tool_prefix}cc; ac_word=$ @@ -2560,27 +2581,27 @@ set dummy ${ac_tool_prefix}cc; ac_word=$
2560$as_echo_n "checking for $ac_word... " >&6; } 2581$as_echo_n "checking for $ac_word... " >&6; }
2561if ${ac_cv_prog_CC+:} false; then : 2582if ${ac_cv_prog_CC+:} false; then :
2562 $as_echo_n "(cached) " >&6 2583 $as_echo_n "(cached) " >&6
2563else 2584else
2564 if test -n "$CC"; then 2585 if test -n "$CC"; then
2565 ac_cv_prog_CC="$CC" # Let the user override the test. 2586 ac_cv_prog_CC="$CC" # Let the user override the test.
2566else 2587else
2567as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2588as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2568for as_dir in $PATH 2589for as_dir in $PATH
2569do 2590do
2570 IFS=$as_save_IFS 2591 IFS=$as_save_IFS
2571 test -z "$as_dir" && as_dir=. 2592 test -z "$as_dir" && as_dir=.
2572 for ac_exec_ext in '' $ac_executable_extensions; do 2593 for ac_exec_ext in '' $ac_executable_extensions; do
2573 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2594 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2574 ac_cv_prog_CC="${ac_tool_prefix}cc" 2595 ac_cv_prog_CC="${ac_tool_prefix}cc"
2575 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2596 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2576 break 2 2597 break 2
2577 fi 2598 fi
2578done 2599done
2579 done 2600 done
2580IFS=$as_save_IFS 2601IFS=$as_save_IFS
2581 2602
2582fi 2603fi
2583fi 2604fi
2584CC=$ac_cv_prog_CC 2605CC=$ac_cv_prog_CC
2585if test -n "$CC"; then 2606if test -n "$CC"; then
2586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 2607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
@@ -2601,27 +2622,27 @@ $as_echo_n "checking for $ac_word... " > @@ -2601,27 +2622,27 @@ $as_echo_n "checking for $ac_word... " >
2601if ${ac_cv_prog_CC+:} false; then : 2622if ${ac_cv_prog_CC+:} false; then :
2602 $as_echo_n "(cached) " >&6 2623 $as_echo_n "(cached) " >&6
2603else 2624else
2604 if test -n "$CC"; then 2625 if test -n "$CC"; then
2605 ac_cv_prog_CC="$CC" # Let the user override the test. 2626 ac_cv_prog_CC="$CC" # Let the user override the test.
2606else 2627else
2607 ac_prog_rejected=no 2628 ac_prog_rejected=no
2608as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2629as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2609for as_dir in $PATH 2630for as_dir in $PATH
2610do 2631do
2611 IFS=$as_save_IFS 2632 IFS=$as_save_IFS
2612 test -z "$as_dir" && as_dir=. 2633 test -z "$as_dir" && as_dir=.
2613 for ac_exec_ext in '' $ac_executable_extensions; do 2634 for ac_exec_ext in '' $ac_executable_extensions; do
2614 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2635 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2615 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 2636 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2616 ac_prog_rejected=yes 2637 ac_prog_rejected=yes
2617 continue 2638 continue
2618 fi 2639 fi
2619 ac_cv_prog_CC="cc" 2640 ac_cv_prog_CC="cc"
2620 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2641 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2621 break 2 2642 break 2
2622 fi 2643 fi
2623done 2644done
2624 done 2645 done
2625IFS=$as_save_IFS 2646IFS=$as_save_IFS
2626 2647
2627if test $ac_prog_rejected = yes; then 2648if test $ac_prog_rejected = yes; then
@@ -2659,27 +2680,27 @@ set dummy $ac_tool_prefix$ac_prog; ac_wo @@ -2659,27 +2680,27 @@ set dummy $ac_tool_prefix$ac_prog; ac_wo
2659$as_echo_n "checking for $ac_word... " >&6; } 2680$as_echo_n "checking for $ac_word... " >&6; }
2660if ${ac_cv_prog_CC+:} false; then : 2681if ${ac_cv_prog_CC+:} false; then :
2661 $as_echo_n "(cached) " >&6 2682 $as_echo_n "(cached) " >&6
2662else 2683else
2663 if test -n "$CC"; then 2684 if test -n "$CC"; then
2664 ac_cv_prog_CC="$CC" # Let the user override the test. 2685 ac_cv_prog_CC="$CC" # Let the user override the test.
2665else 2686else
2666as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2687as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2667for as_dir in $PATH 2688for as_dir in $PATH
2668do 2689do
2669 IFS=$as_save_IFS 2690 IFS=$as_save_IFS
2670 test -z "$as_dir" && as_dir=. 2691 test -z "$as_dir" && as_dir=.
2671 for ac_exec_ext in '' $ac_executable_extensions; do 2692 for ac_exec_ext in '' $ac_executable_extensions; do
2672 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2693 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2673 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2694 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2674 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2695 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2675 break 2 2696 break 2
2676 fi 2697 fi
2677done 2698done
2678 done 2699 done
2679IFS=$as_save_IFS 2700IFS=$as_save_IFS
2680 2701
2681fi 2702fi
2682fi 2703fi
2683CC=$ac_cv_prog_CC 2704CC=$ac_cv_prog_CC
2684if test -n "$CC"; then 2705if test -n "$CC"; then
2685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 2706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
@@ -2703,27 +2724,27 @@ set dummy $ac_prog; ac_word=$2 @@ -2703,27 +2724,27 @@ set dummy $ac_prog; ac_word=$2
2703$as_echo_n "checking for $ac_word... " >&6; } 2724$as_echo_n "checking for $ac_word... " >&6; }
2704if ${ac_cv_prog_ac_ct_CC+:} false; then : 2725if ${ac_cv_prog_ac_ct_CC+:} false; then :
2705 $as_echo_n "(cached) " >&6 2726 $as_echo_n "(cached) " >&6
2706else 2727else
2707 if test -n "$ac_ct_CC"; then 2728 if test -n "$ac_ct_CC"; then
2708 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 2729 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2709else 2730else
2710as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2731as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2711for as_dir in $PATH 2732for as_dir in $PATH
2712do 2733do
2713 IFS=$as_save_IFS 2734 IFS=$as_save_IFS
2714 test -z "$as_dir" && as_dir=. 2735 test -z "$as_dir" && as_dir=.
2715 for ac_exec_ext in '' $ac_executable_extensions; do 2736 for ac_exec_ext in '' $ac_executable_extensions; do
2716 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2737 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2717 ac_cv_prog_ac_ct_CC="$ac_prog" 2738 ac_cv_prog_ac_ct_CC="$ac_prog"
2718 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2739 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2719 break 2 2740 break 2
2720 fi 2741 fi
2721done 2742done
2722 done 2743 done
2723IFS=$as_save_IFS 2744IFS=$as_save_IFS
2724 2745
2725fi 2746fi
2726fi 2747fi
2727ac_ct_CC=$ac_cv_prog_ac_ct_CC 2748ac_ct_CC=$ac_cv_prog_ac_ct_CC
2728if test -n "$ac_ct_CC"; then 2749if test -n "$ac_ct_CC"; then
2729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 2750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
@@ -3149,28 +3170,27 @@ else @@ -3149,28 +3170,27 @@ else
3149 fi 3170 fi
3150fi 3171fi
3151{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 3172{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3152$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 3173$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3153if ${ac_cv_prog_cc_c89+:} false; then : 3174if ${ac_cv_prog_cc_c89+:} false; then :
3154 $as_echo_n "(cached) " >&6 3175 $as_echo_n "(cached) " >&6
3155else 3176else
3156 ac_cv_prog_cc_c89=no 3177 ac_cv_prog_cc_c89=no
3157ac_save_CC=$CC 3178ac_save_CC=$CC
3158cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3179cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3159/* end confdefs.h. */ 3180/* end confdefs.h. */
3160#include <stdarg.h> 3181#include <stdarg.h>
3161#include <stdio.h> 3182#include <stdio.h>
3162#include <sys/types.h> 3183struct stat;
3163#include <sys/stat.h> 
3164/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 3184/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3165struct buf { int x; }; 3185struct buf { int x; };
3166FILE * (*rcsopen) (struct buf *, struct stat *, int); 3186FILE * (*rcsopen) (struct buf *, struct stat *, int);
3167static char *e (p, i) 3187static char *e (p, i)
3168 char **p; 3188 char **p;
3169 int i; 3189 int i;
3170{ 3190{
3171 return p[i]; 3191 return p[i];
3172} 3192}
3173static char *f (char * (*g) (char **, int), char **p, ...) 3193static char *f (char * (*g) (char **, int), char **p, ...)
3174{ 3194{
3175 char *s; 3195 char *s;
3176 va_list v; 3196 va_list v;
@@ -3272,27 +3292,27 @@ do @@ -3272,27 +3292,27 @@ do
3272 test -z "$as_dir" && as_dir=. 3292 test -z "$as_dir" && as_dir=.
3273 # Account for people who put trailing slashes in PATH elements. 3293 # Account for people who put trailing slashes in PATH elements.
3274case $as_dir/ in #(( 3294case $as_dir/ in #((
3275 ./ | .// | /[cC]/* | \ 3295 ./ | .// | /[cC]/* | \
3276 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 3296 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3277 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ 3297 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3278 /usr/ucb/* ) ;; 3298 /usr/ucb/* ) ;;
3279 *) 3299 *)
3280 # OSF1 and SCO ODT 3.0 have their own names for install. 3300 # OSF1 and SCO ODT 3.0 have their own names for install.
3281 # Don't use installbsd from OSF since it installs stuff as root 3301 # Don't use installbsd from OSF since it installs stuff as root
3282 # by default. 3302 # by default.
3283 for ac_prog in ginstall scoinst install; do 3303 for ac_prog in ginstall scoinst install; do
3284 for ac_exec_ext in '' $ac_executable_extensions; do 3304 for ac_exec_ext in '' $ac_executable_extensions; do
3285 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 3305 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3286 if test $ac_prog = install && 3306 if test $ac_prog = install &&
3287 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 3307 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3288 # AIX install. It has an incompatible calling convention. 3308 # AIX install. It has an incompatible calling convention.
3289 : 3309 :
3290 elif test $ac_prog = install && 3310 elif test $ac_prog = install &&
3291 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 3311 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3292 # program-specific install script used by HP pwplus--don't use. 3312 # program-specific install script used by HP pwplus--don't use.
3293 : 3313 :
3294 else 3314 else
3295 rm -rf conftest.one conftest.two conftest.dir 3315 rm -rf conftest.one conftest.two conftest.dir
3296 echo one > conftest.one 3316 echo one > conftest.one
3297 echo two > conftest.two 3317 echo two > conftest.two
3298 mkdir conftest.dir 3318 mkdir conftest.dir
@@ -3500,27 +3520,27 @@ if ${ac_cv_path_GREP+:} false; then : @@ -3500,27 +3520,27 @@ if ${ac_cv_path_GREP+:} false; then :
3500 $as_echo_n "(cached) " >&6 3520 $as_echo_n "(cached) " >&6
3501else 3521else
3502 if test -z "$GREP"; then 3522 if test -z "$GREP"; then
3503 ac_path_GREP_found=false 3523 ac_path_GREP_found=false
3504 # Loop through the user's path and test for each of PROGNAME-LIST 3524 # Loop through the user's path and test for each of PROGNAME-LIST
3505 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3525 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3506for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 3526for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3507do 3527do
3508 IFS=$as_save_IFS 3528 IFS=$as_save_IFS
3509 test -z "$as_dir" && as_dir=. 3529 test -z "$as_dir" && as_dir=.
3510 for ac_prog in grep ggrep; do 3530 for ac_prog in grep ggrep; do
3511 for ac_exec_ext in '' $ac_executable_extensions; do 3531 for ac_exec_ext in '' $ac_executable_extensions; do
3512 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 3532 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3513 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 3533 as_fn_executable_p "$ac_path_GREP" || continue
3514# Check for GNU ac_path_GREP and select it if it is found. 3534# Check for GNU ac_path_GREP and select it if it is found.
3515 # Check for GNU $ac_path_GREP 3535 # Check for GNU $ac_path_GREP
3516case `"$ac_path_GREP" --version 2>&1` in 3536case `"$ac_path_GREP" --version 2>&1` in
3517*GNU*) 3537*GNU*)
3518 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; 3538 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3519*) 3539*)
3520 ac_count=0 3540 ac_count=0
3521 $as_echo_n 0123456789 >"conftest.in" 3541 $as_echo_n 0123456789 >"conftest.in"
3522 while : 3542 while :
3523 do 3543 do
3524 cat "conftest.in" "conftest.in" >"conftest.tmp" 3544 cat "conftest.in" "conftest.in" >"conftest.tmp"
3525 mv "conftest.tmp" "conftest.in" 3545 mv "conftest.tmp" "conftest.in"
3526 cp "conftest.in" "conftest.nl" 3546 cp "conftest.in" "conftest.nl"
@@ -3566,27 +3586,27 @@ else @@ -3566,27 +3586,27 @@ else
3566 then ac_cv_path_EGREP="$GREP -E" 3586 then ac_cv_path_EGREP="$GREP -E"
3567 else 3587 else
3568 if test -z "$EGREP"; then 3588 if test -z "$EGREP"; then
3569 ac_path_EGREP_found=false 3589 ac_path_EGREP_found=false
3570 # Loop through the user's path and test for each of PROGNAME-LIST 3590 # Loop through the user's path and test for each of PROGNAME-LIST
3571 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3591 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3572for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 3592for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3573do 3593do
3574 IFS=$as_save_IFS 3594 IFS=$as_save_IFS
3575 test -z "$as_dir" && as_dir=. 3595 test -z "$as_dir" && as_dir=.
3576 for ac_prog in egrep; do 3596 for ac_prog in egrep; do
3577 for ac_exec_ext in '' $ac_executable_extensions; do 3597 for ac_exec_ext in '' $ac_executable_extensions; do
3578 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 3598 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3579 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 3599 as_fn_executable_p "$ac_path_EGREP" || continue
3580# Check for GNU ac_path_EGREP and select it if it is found. 3600# Check for GNU ac_path_EGREP and select it if it is found.
3581 # Check for GNU $ac_path_EGREP 3601 # Check for GNU $ac_path_EGREP
3582case `"$ac_path_EGREP" --version 2>&1` in 3602case `"$ac_path_EGREP" --version 2>&1` in
3583*GNU*) 3603*GNU*)
3584 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 3604 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3585*) 3605*)
3586 ac_count=0 3606 ac_count=0
3587 $as_echo_n 0123456789 >"conftest.in" 3607 $as_echo_n 0123456789 >"conftest.in"
3588 while : 3608 while :
3589 do 3609 do
3590 cat "conftest.in" "conftest.in" >"conftest.tmp" 3610 cat "conftest.in" "conftest.in" >"conftest.tmp"
3591 mv "conftest.tmp" "conftest.in" 3611 mv "conftest.tmp" "conftest.in"
3592 cp "conftest.in" "conftest.nl" 3612 cp "conftest.in" "conftest.nl"
@@ -4154,52 +4174,32 @@ rm -f core *.core core.conftest.* gmon.o @@ -4154,52 +4174,32 @@ rm -f core *.core core.conftest.* gmon.o
4154fi 4174fi
4155 4175
4156 fi 4176 fi
4157 4177
4158fi 4178fi
4159{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_strerror_r_char_p" >&5 4179{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_strerror_r_char_p" >&5
4160$as_echo "$ac_cv_func_strerror_r_char_p" >&6; } 4180$as_echo "$ac_cv_func_strerror_r_char_p" >&6; }
4161if test $ac_cv_func_strerror_r_char_p = yes; then 4181if test $ac_cv_func_strerror_r_char_p = yes; then
4162 4182
4163$as_echo "#define STRERROR_R_CHAR_P 1" >>confdefs.h 4183$as_echo "#define STRERROR_R_CHAR_P 1" >>confdefs.h
4164 4184
4165fi 4185fi
4166 4186
4167for ac_func in vprintf 4187for ac_func in setlocale
4168do : 
4169 ac_fn_c_check_func "$LINENO" "vprintf" "ac_cv_func_vprintf" 
4170if test "x$ac_cv_func_vprintf" = xyes; then : 
4171 cat >>confdefs.h <<_ACEOF 
4172#define HAVE_VPRINTF 1 
4173_ACEOF 
4174 
4175ac_fn_c_check_func "$LINENO" "_doprnt" "ac_cv_func__doprnt" 
4176if test "x$ac_cv_func__doprnt" = xyes; then : 
4177 
4178$as_echo "#define HAVE_DOPRNT 1" >>confdefs.h 
4179 
4180fi 
4181 
4182fi 
4183done 
4184 
4185 
4186for ac_func in bcopy bzero memset memcpy setlocale 
4187do : 4188do :
4188 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 4189 ac_fn_c_check_func "$LINENO" "setlocale" "ac_cv_func_setlocale"
4189ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 4190if test "x$ac_cv_func_setlocale" = xyes; then :
4190if eval test \"x\$"$as_ac_var"\" = x"yes"; then : 
4191 cat >>confdefs.h <<_ACEOF 4191 cat >>confdefs.h <<_ACEOF
4192#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 4192#define HAVE_SETLOCALE 1
4193_ACEOF 4193_ACEOF
4194 4194
4195fi 4195fi
4196done 4196done
4197 4197
4198# 4198#
4199 4199
4200 4200
4201ac_config_files="$ac_config_files Makefile" 4201ac_config_files="$ac_config_files Makefile"
4202 4202
4203cat >confcache <<\_ACEOF 4203cat >confcache <<\_ACEOF
4204# This file is a shell script that caches the results of configure 4204# This file is a shell script that caches the results of configure
4205# tests run on this system so they can be shared between configure 4205# tests run on this system so they can be shared between configure
@@ -4598,36 +4598,36 @@ esac @@ -4598,36 +4598,36 @@ esac
4598rm -f conf$$ conf$$.exe conf$$.file 4598rm -f conf$$ conf$$.exe conf$$.file
4599if test -d conf$$.dir; then 4599if test -d conf$$.dir; then
4600 rm -f conf$$.dir/conf$$.file 4600 rm -f conf$$.dir/conf$$.file
4601else 4601else
4602 rm -f conf$$.dir 4602 rm -f conf$$.dir
4603 mkdir conf$$.dir 2>/dev/null 4603 mkdir conf$$.dir 2>/dev/null
4604fi 4604fi
4605if (echo >conf$$.file) 2>/dev/null; then 4605if (echo >conf$$.file) 2>/dev/null; then
4606 if ln -s conf$$.file conf$$ 2>/dev/null; then 4606 if ln -s conf$$.file conf$$ 2>/dev/null; then
4607 as_ln_s='ln -s' 4607 as_ln_s='ln -s'
4608 # ... but there are two gotchas: 4608 # ... but there are two gotchas:
4609 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 4609 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
4610 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 4610 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
4611 # In both cases, we have to default to `cp -p'. 4611 # In both cases, we have to default to `cp -pR'.
4612 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 4612 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
4613 as_ln_s='cp -p' 4613 as_ln_s='cp -pR'
4614 elif ln conf$$.file conf$$ 2>/dev/null; then 4614 elif ln conf$$.file conf$$ 2>/dev/null; then
4615 as_ln_s=ln 4615 as_ln_s=ln
4616 else 4616 else
4617 as_ln_s='cp -p' 4617 as_ln_s='cp -pR'
4618 fi 4618 fi
4619else 4619else
4620 as_ln_s='cp -p' 4620 as_ln_s='cp -pR'
4621fi 4621fi
4622rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 4622rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
4623rmdir conf$$.dir 2>/dev/null 4623rmdir conf$$.dir 2>/dev/null
4624 4624
4625 4625
4626# as_fn_mkdir_p 4626# as_fn_mkdir_p
4627# ------------- 4627# -------------
4628# Create "$as_dir" as a directory, including parents if necessary. 4628# Create "$as_dir" as a directory, including parents if necessary.
4629as_fn_mkdir_p () 4629as_fn_mkdir_p ()
4630{ 4630{
4631 4631
4632 case $as_dir in #( 4632 case $as_dir in #(
4633 -*) as_dir=./$as_dir;; 4633 -*) as_dir=./$as_dir;;
@@ -4667,70 +4667,58 @@ $as_echo X"$as_dir" | @@ -4667,70 +4667,58 @@ $as_echo X"$as_dir" |
4667 done 4667 done
4668 test -z "$as_dirs" || eval "mkdir $as_dirs" 4668 test -z "$as_dirs" || eval "mkdir $as_dirs"
4669 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 4669 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
4670 4670
4671 4671
4672} # as_fn_mkdir_p 4672} # as_fn_mkdir_p
4673if mkdir -p . 2>/dev/null; then 4673if mkdir -p . 2>/dev/null; then
4674 as_mkdir_p='mkdir -p "$as_dir"' 4674 as_mkdir_p='mkdir -p "$as_dir"'
4675else 4675else
4676 test -d ./-p && rmdir ./-p 4676 test -d ./-p && rmdir ./-p
4677 as_mkdir_p=false 4677 as_mkdir_p=false
4678fi 4678fi
4679 4679
4680if test -x / >/dev/null 2>&1; then 4680
4681 as_test_x='test -x' 4681# as_fn_executable_p FILE
4682else 4682# -----------------------
4683 if ls -dL / >/dev/null 2>&1; then 4683# Test if FILE is an executable regular file.
4684 as_ls_L_option=L 4684as_fn_executable_p ()
4685 else 4685{
4686 as_ls_L_option= 4686 test -f "$1" && test -x "$1"
4687 fi 4687} # as_fn_executable_p
4688 as_test_x=' 4688as_test_x='test -x'
4689 eval sh -c '\'' 4689as_executable_p=as_fn_executable_p
4690 if test -d "$1"; then 
4691 test -d "$1/."; 
4692 else 
4693 case $1 in #( 
4694 -*)set "./$1";; 
4695 esac; 
4696 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 
4697 ???[sx]*):;;*)false;;esac;fi 
4698 '\'' sh 
4699 ' 
4700fi 
4701as_executable_p=$as_test_x 
4702 4690
4703# Sed expression to map a string onto a valid CPP name. 4691# Sed expression to map a string onto a valid CPP name.
4704as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 4692as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
4705 4693
4706# Sed expression to map a string onto a valid variable name. 4694# Sed expression to map a string onto a valid variable name.
4707as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 4695as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
4708 4696
4709 4697
4710exec 6>&1 4698exec 6>&1
4711## ----------------------------------- ## 4699## ----------------------------------- ##
4712## Main body of $CONFIG_STATUS script. ## 4700## Main body of $CONFIG_STATUS script. ##
4713## ----------------------------------- ## 4701## ----------------------------------- ##
4714_ASEOF 4702_ASEOF
4715test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 4703test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
4716 4704
4717cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4705cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4718# Save the log message, to keep $0 and so on meaningful, and to 4706# Save the log message, to keep $0 and so on meaningful, and to
4719# report actual input values of CONFIG_FILES etc. instead of their 4707# report actual input values of CONFIG_FILES etc. instead of their
4720# values after options handling. 4708# values after options handling.
4721ac_log=" 4709ac_log="
4722This file was extended by nbsd-digest $as_me 20111104, which was 4710This file was extended by nbsd-digest $as_me 20121220, which was
4723generated by GNU Autoconf 2.68. Invocation command line was 4711generated by GNU Autoconf 2.69. Invocation command line was
4724 4712
4725 CONFIG_FILES = $CONFIG_FILES 4713 CONFIG_FILES = $CONFIG_FILES
4726 CONFIG_HEADERS = $CONFIG_HEADERS 4714 CONFIG_HEADERS = $CONFIG_HEADERS
4727 CONFIG_LINKS = $CONFIG_LINKS 4715 CONFIG_LINKS = $CONFIG_LINKS
4728 CONFIG_COMMANDS = $CONFIG_COMMANDS 4716 CONFIG_COMMANDS = $CONFIG_COMMANDS
4729 $ $0 $@ 4717 $ $0 $@
4730 4718
4731on `(hostname || uname -n) 2>/dev/null | sed 1q` 4719on `(hostname || uname -n) 2>/dev/null | sed 1q`
4732" 4720"
4733 4721
4734_ACEOF 4722_ACEOF
4735 4723
4736case $ac_config_files in *" 4724case $ac_config_files in *"
@@ -4771,31 +4759,31 @@ Usage: $0 [OPTION]... [TAG]... @@ -4771,31 +4759,31 @@ Usage: $0 [OPTION]... [TAG]...
4771 4759
4772Configuration files: 4760Configuration files:
4773$config_files 4761$config_files
4774 4762
4775Configuration headers: 4763Configuration headers:
4776$config_headers 4764$config_headers
4777 4765
4778Report bugs to <agc@netbsd.org>." 4766Report bugs to <agc@netbsd.org>."
4779 4767
4780_ACEOF 4768_ACEOF
4781cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4769cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4782ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 4770ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4783ac_cs_version="\\ 4771ac_cs_version="\\
4784nbsd-digest config.status 20111104 4772nbsd-digest config.status 20121220
4785configured by $0, generated by GNU Autoconf 2.68, 4773configured by $0, generated by GNU Autoconf 2.69,
4786 with options \\"\$ac_cs_config\\" 4774 with options \\"\$ac_cs_config\\"
4787 4775
4788Copyright (C) 2010 Free Software Foundation, Inc. 4776Copyright (C) 2012 Free Software Foundation, Inc.
4789This config.status script is free software; the Free Software Foundation 4777This config.status script is free software; the Free Software Foundation
4790gives unlimited permission to copy, distribute and modify it." 4778gives unlimited permission to copy, distribute and modify it."
4791 4779
4792ac_pwd='$ac_pwd' 4780ac_pwd='$ac_pwd'
4793srcdir='$srcdir' 4781srcdir='$srcdir'
4794INSTALL='$INSTALL' 4782INSTALL='$INSTALL'
4795AWK='$AWK' 4783AWK='$AWK'
4796test -n "\$AWK" || AWK=awk 4784test -n "\$AWK" || AWK=awk
4797_ACEOF 4785_ACEOF
4798 4786
4799cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4787cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4800# The default lists apply if the user does not specify any file. 4788# The default lists apply if the user does not specify any file.
4801ac_need_defaults=: 4789ac_need_defaults=:
@@ -4865,27 +4853,27 @@ Try \`$0 --help' for more information."  @@ -4865,27 +4853,27 @@ Try \`$0 --help' for more information."
4865 shift 4853 shift
4866done 4854done
4867 4855
4868ac_configure_extra_args= 4856ac_configure_extra_args=
4869 4857
4870if $ac_cs_silent; then 4858if $ac_cs_silent; then
4871 exec 6>/dev/null 4859 exec 6>/dev/null
4872 ac_configure_extra_args="$ac_configure_extra_args --silent" 4860 ac_configure_extra_args="$ac_configure_extra_args --silent"
4873fi 4861fi
4874 4862
4875_ACEOF 4863_ACEOF
4876cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4864cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4877if \$ac_cs_recheck; then 4865if \$ac_cs_recheck; then
4878 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 4866 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
4879 shift 4867 shift
4880 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 4868 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
4881 CONFIG_SHELL='$SHELL' 4869 CONFIG_SHELL='$SHELL'
4882 export CONFIG_SHELL 4870 export CONFIG_SHELL
4883 exec "\$@" 4871 exec "\$@"
4884fi 4872fi
4885 4873
4886_ACEOF 4874_ACEOF
4887cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4875cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4888exec 5>>config.log 4876exec 5>>config.log
4889{ 4877{
4890 echo 4878 echo
4891 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 4879 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX