~ubuntu-branches/ubuntu/natty/dbacl/natty

« back to all changes in this revision

Viewing changes to debian/patches/20_autotools_update.patch

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2008-04-04 12:37:42 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20080404123742-d53g9azhemcl44n5
* Non-maintainer upload.
* Remove 20_autotools_update.patch. (Closes: #442545, #424175).
  + Patch was only updating autom4te.cache/ files.
* Update watch file. (Closes: #450145).
* Move Homepage from package description to source header.
* Update FSF address in copyright.
* Bump debhelper build-dep and compat to 5.
* Bump Standards Version to 3.7.3. (No changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Nur dbacl-1.12/autom4te.cache/output.0 dbacl-1.12.new/autom4te.cache/output.0
2
 
--- dbacl-1.12/autom4te.cache/output.0  1970-01-01 08:00:00.000000000 +0800
3
 
+++ dbacl-1.12.new/autom4te.cache/output.0      2006-03-26 21:19:47.000000000 +0800
4
 
@@ -0,0 +1,8538 @@
5
 
+@%:@! /bin/sh
6
 
+@%:@ Guess values for system-dependent variables and create Makefiles.
7
 
+@%:@ Generated by GNU Autoconf 2.59 for dbacl 1.12.
8
 
+@%:@
9
 
+@%:@ Report bugs to <laird@lbreyer.com>.
10
 
+@%:@ 
11
 
+@%:@ Copyright (C) 2003 Free Software Foundation, Inc.
12
 
+@%:@ This configure script is free software; the Free Software Foundation
13
 
+@%:@ gives unlimited permission to copy, distribute and modify it.
14
 
+## --------------------- ##
15
 
+## M4sh Initialization.  ##
16
 
+## --------------------- ##
17
 
+
18
 
+# Be Bourne compatible
19
 
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
20
 
+  emulate sh
21
 
+  NULLCMD=:
22
 
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
23
 
+  # is contrary to our usage.  Disable this feature.
24
 
+  alias -g '${1+"$@"}'='"$@"'
25
 
+elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
26
 
+  set -o posix
27
 
+fi
28
 
+DUALCASE=1; export DUALCASE # for MKS sh
29
 
+
30
 
+# Support unset when possible.
31
 
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
32
 
+  as_unset=unset
33
 
+else
34
 
+  as_unset=false
35
 
+fi
36
 
+
37
 
+
38
 
+# Work around bugs in pre-3.0 UWIN ksh.
39
 
+$as_unset ENV MAIL MAILPATH
40
 
+PS1='$ '
41
 
+PS2='> '
42
 
+PS4='+ '
43
 
+
44
 
+# NLS nuisances.
45
 
+for as_var in \
46
 
+  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
47
 
+  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
48
 
+  LC_TELEPHONE LC_TIME
49
 
+do
50
 
+  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
51
 
+    eval $as_var=C; export $as_var
52
 
+  else
53
 
+    $as_unset $as_var
54
 
+  fi
55
 
+done
56
 
+
57
 
+# Required to use basename.
58
 
+if expr a : '\(a\)' >/dev/null 2>&1; then
59
 
+  as_expr=expr
60
 
+else
61
 
+  as_expr=false
62
 
+fi
63
 
+
64
 
+if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
65
 
+  as_basename=basename
66
 
+else
67
 
+  as_basename=false
68
 
+fi
69
 
+
70
 
+
71
 
+# Name of the executable.
72
 
+as_me=`$as_basename "$0" ||
73
 
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
74
 
+        X"$0" : 'X\(//\)$' \| \
75
 
+        X"$0" : 'X\(/\)$' \| \
76
 
+        .     : '\(.\)' 2>/dev/null ||
77
 
+echo X/"$0" |
78
 
+    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
79
 
+         /^X\/\(\/\/\)$/{ s//\1/; q; }
80
 
+         /^X\/\(\/\).*/{ s//\1/; q; }
81
 
+         s/.*/./; q'`
82
 
+
83
 
+
84
 
+# PATH needs CR, and LINENO needs CR and PATH.
85
 
+# Avoid depending upon Character Ranges.
86
 
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
87
 
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
88
 
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
89
 
+as_cr_digits='0123456789'
90
 
+as_cr_alnum=$as_cr_Letters$as_cr_digits
91
 
+
92
 
+# The user is always right.
93
 
+if test "${PATH_SEPARATOR+set}" != set; then
94
 
+  echo "#! /bin/sh" >conf$$.sh
95
 
+  echo  "exit 0"   >>conf$$.sh
96
 
+  chmod +x conf$$.sh
97
 
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
98
 
+    PATH_SEPARATOR=';'
99
 
+  else
100
 
+    PATH_SEPARATOR=:
101
 
+  fi
102
 
+  rm -f conf$$.sh
103
 
+fi
104
 
+
105
 
+
106
 
+  as_lineno_1=$LINENO
107
 
+  as_lineno_2=$LINENO
108
 
+  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
109
 
+  test "x$as_lineno_1" != "x$as_lineno_2" &&
110
 
+  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
111
 
+  # Find who we are.  Look in the path if we contain no path at all
112
 
+  # relative or not.
113
 
+  case $0 in
114
 
+    *[\\/]* ) as_myself=$0 ;;
115
 
+    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
116
 
+for as_dir in $PATH
117
 
+do
118
 
+  IFS=$as_save_IFS
119
 
+  test -z "$as_dir" && as_dir=.
120
 
+  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
121
 
+done
122
 
+
123
 
+       ;;
124
 
+  esac
125
 
+  # We did not find ourselves, most probably we were run as `sh COMMAND'
126
 
+  # in which case we are not to be found in the path.
127
 
+  if test "x$as_myself" = x; then
128
 
+    as_myself=$0
129
 
+  fi
130
 
+  if test ! -f "$as_myself"; then
131
 
+    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
132
 
+   { (exit 1); exit 1; }; }
133
 
+  fi
134
 
+  case $CONFIG_SHELL in
135
 
+  '')
136
 
+    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
137
 
+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
138
 
+do
139
 
+  IFS=$as_save_IFS
140
 
+  test -z "$as_dir" && as_dir=.
141
 
+  for as_base in sh bash ksh sh5; do
142
 
+        case $as_dir in
143
 
+        /*)
144
 
+          if ("$as_dir/$as_base" -c '
145
 
+  as_lineno_1=$LINENO
146
 
+  as_lineno_2=$LINENO
147
 
+  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
148
 
+  test "x$as_lineno_1" != "x$as_lineno_2" &&
149
 
+  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
150
 
+            $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
151
 
+            $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
152
 
+            CONFIG_SHELL=$as_dir/$as_base
153
 
+            export CONFIG_SHELL
154
 
+            exec "$CONFIG_SHELL" "$0" ${1+"$@"}
155
 
+          fi;;
156
 
+        esac
157
 
+       done
158
 
+done
159
 
+;;
160
 
+  esac
161
 
+
162
 
+  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
163
 
+  # uniformly replaced by the line number.  The first 'sed' inserts a
164
 
+  # line-number line before each line; the second 'sed' does the real
165
 
+  # work.  The second script uses 'N' to pair each line-number line
166
 
+  # with the numbered line, and appends trailing '-' during
167
 
+  # substitution so that $LINENO is not a special case at line end.
168
 
+  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
169
 
+  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
170
 
+  sed '=' <$as_myself |
171
 
+    sed '
172
 
+      N
173
 
+      s,$,-,
174
 
+      : loop
175
 
+      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
176
 
+      t loop
177
 
+      s,-$,,
178
 
+      s,^['$as_cr_digits']*\n,,
179
 
+    ' >$as_me.lineno &&
180
 
+  chmod +x $as_me.lineno ||
181
 
+    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
182
 
+   { (exit 1); exit 1; }; }
183
 
+
184
 
+  # Don't try to exec as it changes $[0], causing all sort of problems
185
 
+  # (the dirname of $[0] is not the place where we might find the
186
 
+  # original and so on.  Autoconf is especially sensible to this).
187
 
+  . ./$as_me.lineno
188
 
+  # Exit status is that of the last command.
189
 
+  exit
190
 
+}
191
 
+
192
 
+
193
 
+case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
194
 
+  *c*,-n*) ECHO_N= ECHO_C='
195
 
+' ECHO_T='     ' ;;
196
 
+  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
197
 
+  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
198
 
+esac
199
 
+
200
 
+if expr a : '\(a\)' >/dev/null 2>&1; then
201
 
+  as_expr=expr
202
 
+else
203
 
+  as_expr=false
204
 
+fi
205
 
+
206
 
+rm -f conf$$ conf$$.exe conf$$.file
207
 
+echo >conf$$.file
208
 
+if ln -s conf$$.file conf$$ 2>/dev/null; then
209
 
+  # We could just check for DJGPP; but this test a) works b) is more generic
210
 
+  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
211
 
+  if test -f conf$$.exe; then
212
 
+    # Don't use ln at all; we don't have any links
213
 
+    as_ln_s='cp -p'
214
 
+  else
215
 
+    as_ln_s='ln -s'
216
 
+  fi
217
 
+elif ln conf$$.file conf$$ 2>/dev/null; then
218
 
+  as_ln_s=ln
219
 
+else
220
 
+  as_ln_s='cp -p'
221
 
+fi
222
 
+rm -f conf$$ conf$$.exe conf$$.file
223
 
+
224
 
+if mkdir -p . 2>/dev/null; then
225
 
+  as_mkdir_p=:
226
 
+else
227
 
+  test -d ./-p && rmdir ./-p
228
 
+  as_mkdir_p=false
229
 
+fi
230
 
+
231
 
+as_executable_p="test -f"
232
 
+
233
 
+# Sed expression to map a string onto a valid CPP name.
234
 
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
235
 
+
236
 
+# Sed expression to map a string onto a valid variable name.
237
 
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
238
 
+
239
 
+
240
 
+# IFS
241
 
+# We need space, tab and new line, in precisely that order.
242
 
+as_nl='
243
 
+'
244
 
+IFS="  $as_nl"
245
 
+
246
 
+# CDPATH.
247
 
+$as_unset CDPATH
248
 
+
249
 
+
250
 
+# Name of the host.
251
 
+# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
252
 
+# so uname gets run too.
253
 
+ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
254
 
+
255
 
+exec 6>&1
256
 
+
257
 
+#
258
 
+# Initializations.
259
 
+#
260
 
+ac_default_prefix=/usr/local
261
 
+ac_config_libobj_dir=.
262
 
+cross_compiling=no
263
 
+subdirs=
264
 
+MFLAGS=
265
 
+MAKEFLAGS=
266
 
+SHELL=${CONFIG_SHELL-/bin/sh}
267
 
+
268
 
+# Maximum number of lines to put in a shell here document.
269
 
+# This variable seems obsolete.  It should probably be removed, and
270
 
+# only ac_max_sed_lines should be used.
271
 
+: ${ac_max_here_lines=38}
272
 
+
273
 
+# Identity of this package.
274
 
+PACKAGE_NAME='dbacl'
275
 
+PACKAGE_TARNAME='dbacl'
276
 
+PACKAGE_VERSION='1.12'
277
 
+PACKAGE_STRING='dbacl 1.12'
278
 
+PACKAGE_BUGREPORT='laird@lbreyer.com'
279
 
+
280
 
+# Factoring default headers for most tests.
281
 
+ac_includes_default="\
282
 
+#include <stdio.h>
283
 
+#if HAVE_SYS_TYPES_H
284
 
+# include <sys/types.h>
285
 
+#endif
286
 
+#if HAVE_SYS_STAT_H
287
 
+# include <sys/stat.h>
288
 
+#endif
289
 
+#if STDC_HEADERS
290
 
+# include <stdlib.h>
291
 
+# include <stddef.h>
292
 
+#else
293
 
+# if HAVE_STDLIB_H
294
 
+#  include <stdlib.h>
295
 
+# endif
296
 
+#endif
297
 
+#if HAVE_STRING_H
298
 
+# if !STDC_HEADERS && HAVE_MEMORY_H
299
 
+#  include <memory.h>
300
 
+# endif
301
 
+# include <string.h>
302
 
+#endif
303
 
+#if HAVE_STRINGS_H
304
 
+# include <strings.h>
305
 
+#endif
306
 
+#if HAVE_INTTYPES_H
307
 
+# include <inttypes.h>
308
 
+#else
309
 
+# if HAVE_STDINT_H
310
 
+#  include <stdint.h>
311
 
+# endif
312
 
+#endif
313
 
+#if HAVE_UNISTD_H
314
 
+# include <unistd.h>
315
 
+#endif"
316
 
+
317
 
+ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP CFLAGSIEEE LEX LEXLIB LEX_OUTPUT_ROOT YACC LDADDINTER INCLUDESINTER LIB@&t@OBJS LTLIBOBJS'
318
 
+ac_subst_files=''
319
 
+
320
 
+# Initialize some variables set by options.
321
 
+ac_init_help=
322
 
+ac_init_version=false
323
 
+# The variables have the same names as the options, with
324
 
+# dashes changed to underlines.
325
 
+cache_file=/dev/null
326
 
+exec_prefix=NONE
327
 
+no_create=
328
 
+no_recursion=
329
 
+prefix=NONE
330
 
+program_prefix=NONE
331
 
+program_suffix=NONE
332
 
+program_transform_name=s,x,x,
333
 
+silent=
334
 
+site=
335
 
+srcdir=
336
 
+verbose=
337
 
+x_includes=NONE
338
 
+x_libraries=NONE
339
 
+
340
 
+# Installation directory options.
341
 
+# These are left unexpanded so users can "make install exec_prefix=/foo"
342
 
+# and all the variables that are supposed to be based on exec_prefix
343
 
+# by default will actually change.
344
 
+# Use braces instead of parens because sh, perl, etc. also accept them.
345
 
+bindir='${exec_prefix}/bin'
346
 
+sbindir='${exec_prefix}/sbin'
347
 
+libexecdir='${exec_prefix}/libexec'
348
 
+datadir='${prefix}/share'
349
 
+sysconfdir='${prefix}/etc'
350
 
+sharedstatedir='${prefix}/com'
351
 
+localstatedir='${prefix}/var'
352
 
+libdir='${exec_prefix}/lib'
353
 
+includedir='${prefix}/include'
354
 
+oldincludedir='/usr/include'
355
 
+infodir='${prefix}/info'
356
 
+mandir='${prefix}/man'
357
 
+
358
 
+ac_prev=
359
 
+for ac_option
360
 
+do
361
 
+  # If the previous option needs an argument, assign it.
362
 
+  if test -n "$ac_prev"; then
363
 
+    eval "$ac_prev=\$ac_option"
364
 
+    ac_prev=
365
 
+    continue
366
 
+  fi
367
 
+
368
 
+  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
369
 
+
370
 
+  # Accept the important Cygnus configure options, so we can diagnose typos.
371
 
+
372
 
+  case $ac_option in
373
 
+
374
 
+  -bindir | --bindir | --bindi | --bind | --bin | --bi)
375
 
+    ac_prev=bindir ;;
376
 
+  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
377
 
+    bindir=$ac_optarg ;;
378
 
+
379
 
+  -build | --build | --buil | --bui | --bu)
380
 
+    ac_prev=build_alias ;;
381
 
+  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
382
 
+    build_alias=$ac_optarg ;;
383
 
+
384
 
+  -cache-file | --cache-file | --cache-fil | --cache-fi \
385
 
+  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
386
 
+    ac_prev=cache_file ;;
387
 
+  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
388
 
+  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
389
 
+    cache_file=$ac_optarg ;;
390
 
+
391
 
+  --config-cache | -C)
392
 
+    cache_file=config.cache ;;
393
 
+
394
 
+  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
395
 
+    ac_prev=datadir ;;
396
 
+  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
397
 
+  | --da=*)
398
 
+    datadir=$ac_optarg ;;
399
 
+
400
 
+  -disable-* | --disable-*)
401
 
+    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
402
 
+    # Reject names that are not valid shell variable names.
403
 
+    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
404
 
+      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
405
 
+   { (exit 1); exit 1; }; }
406
 
+    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
407
 
+    eval "enable_$ac_feature=no" ;;
408
 
+
409
 
+  -enable-* | --enable-*)
410
 
+    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
411
 
+    # Reject names that are not valid shell variable names.
412
 
+    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
413
 
+      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
414
 
+   { (exit 1); exit 1; }; }
415
 
+    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
416
 
+    case $ac_option in
417
 
+      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
418
 
+      *) ac_optarg=yes ;;
419
 
+    esac
420
 
+    eval "enable_$ac_feature='$ac_optarg'" ;;
421
 
+
422
 
+  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
423
 
+  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
424
 
+  | --exec | --exe | --ex)
425
 
+    ac_prev=exec_prefix ;;
426
 
+  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
427
 
+  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
428
 
+  | --exec=* | --exe=* | --ex=*)
429
 
+    exec_prefix=$ac_optarg ;;
430
 
+
431
 
+  -gas | --gas | --ga | --g)
432
 
+    # Obsolete; use --with-gas.
433
 
+    with_gas=yes ;;
434
 
+
435
 
+  -help | --help | --hel | --he | -h)
436
 
+    ac_init_help=long ;;
437
 
+  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
438
 
+    ac_init_help=recursive ;;
439
 
+  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
440
 
+    ac_init_help=short ;;
441
 
+
442
 
+  -host | --host | --hos | --ho)
443
 
+    ac_prev=host_alias ;;
444
 
+  -host=* | --host=* | --hos=* | --ho=*)
445
 
+    host_alias=$ac_optarg ;;
446
 
+
447
 
+  -includedir | --includedir | --includedi | --included | --include \
448
 
+  | --includ | --inclu | --incl | --inc)
449
 
+    ac_prev=includedir ;;
450
 
+  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
451
 
+  | --includ=* | --inclu=* | --incl=* | --inc=*)
452
 
+    includedir=$ac_optarg ;;
453
 
+
454
 
+  -infodir | --infodir | --infodi | --infod | --info | --inf)
455
 
+    ac_prev=infodir ;;
456
 
+  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
457
 
+    infodir=$ac_optarg ;;
458
 
+
459
 
+  -libdir | --libdir | --libdi | --libd)
460
 
+    ac_prev=libdir ;;
461
 
+  -libdir=* | --libdir=* | --libdi=* | --libd=*)
462
 
+    libdir=$ac_optarg ;;
463
 
+
464
 
+  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
465
 
+  | --libexe | --libex | --libe)
466
 
+    ac_prev=libexecdir ;;
467
 
+  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
468
 
+  | --libexe=* | --libex=* | --libe=*)
469
 
+    libexecdir=$ac_optarg ;;
470
 
+
471
 
+  -localstatedir | --localstatedir | --localstatedi | --localstated \
472
 
+  | --localstate | --localstat | --localsta | --localst \
473
 
+  | --locals | --local | --loca | --loc | --lo)
474
 
+    ac_prev=localstatedir ;;
475
 
+  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
476
 
+  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
477
 
+  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
478
 
+    localstatedir=$ac_optarg ;;
479
 
+
480
 
+  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
481
 
+    ac_prev=mandir ;;
482
 
+  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
483
 
+    mandir=$ac_optarg ;;
484
 
+
485
 
+  -nfp | --nfp | --nf)
486
 
+    # Obsolete; use --without-fp.
487
 
+    with_fp=no ;;
488
 
+
489
 
+  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
490
 
+  | --no-cr | --no-c | -n)
491
 
+    no_create=yes ;;
492
 
+
493
 
+  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
494
 
+  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
495
 
+    no_recursion=yes ;;
496
 
+
497
 
+  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
498
 
+  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
499
 
+  | --oldin | --oldi | --old | --ol | --o)
500
 
+    ac_prev=oldincludedir ;;
501
 
+  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
502
 
+  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
503
 
+  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
504
 
+    oldincludedir=$ac_optarg ;;
505
 
+
506
 
+  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
507
 
+    ac_prev=prefix ;;
508
 
+  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
509
 
+    prefix=$ac_optarg ;;
510
 
+
511
 
+  -program-prefix | --program-prefix | --program-prefi | --program-pref \
512
 
+  | --program-pre | --program-pr | --program-p)
513
 
+    ac_prev=program_prefix ;;
514
 
+  -program-prefix=* | --program-prefix=* | --program-prefi=* \
515
 
+  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
516
 
+    program_prefix=$ac_optarg ;;
517
 
+
518
 
+  -program-suffix | --program-suffix | --program-suffi | --program-suff \
519
 
+  | --program-suf | --program-su | --program-s)
520
 
+    ac_prev=program_suffix ;;
521
 
+  -program-suffix=* | --program-suffix=* | --program-suffi=* \
522
 
+  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
523
 
+    program_suffix=$ac_optarg ;;
524
 
+
525
 
+  -program-transform-name | --program-transform-name \
526
 
+  | --program-transform-nam | --program-transform-na \
527
 
+  | --program-transform-n | --program-transform- \
528
 
+  | --program-transform | --program-transfor \
529
 
+  | --program-transfo | --program-transf \
530
 
+  | --program-trans | --program-tran \
531
 
+  | --progr-tra | --program-tr | --program-t)
532
 
+    ac_prev=program_transform_name ;;
533
 
+  -program-transform-name=* | --program-transform-name=* \
534
 
+  | --program-transform-nam=* | --program-transform-na=* \
535
 
+  | --program-transform-n=* | --program-transform-=* \
536
 
+  | --program-transform=* | --program-transfor=* \
537
 
+  | --program-transfo=* | --program-transf=* \
538
 
+  | --program-trans=* | --program-tran=* \
539
 
+  | --progr-tra=* | --program-tr=* | --program-t=*)
540
 
+    program_transform_name=$ac_optarg ;;
541
 
+
542
 
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
543
 
+  | -silent | --silent | --silen | --sile | --sil)
544
 
+    silent=yes ;;
545
 
+
546
 
+  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
547
 
+    ac_prev=sbindir ;;
548
 
+  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
549
 
+  | --sbi=* | --sb=*)
550
 
+    sbindir=$ac_optarg ;;
551
 
+
552
 
+  -sharedstatedir | --sharedstatedir | --sharedstatedi \
553
 
+  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
554
 
+  | --sharedst | --shareds | --shared | --share | --shar \
555
 
+  | --sha | --sh)
556
 
+    ac_prev=sharedstatedir ;;
557
 
+  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
558
 
+  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
559
 
+  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
560
 
+  | --sha=* | --sh=*)
561
 
+    sharedstatedir=$ac_optarg ;;
562
 
+
563
 
+  -site | --site | --sit)
564
 
+    ac_prev=site ;;
565
 
+  -site=* | --site=* | --sit=*)
566
 
+    site=$ac_optarg ;;
567
 
+
568
 
+  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
569
 
+    ac_prev=srcdir ;;
570
 
+  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
571
 
+    srcdir=$ac_optarg ;;
572
 
+
573
 
+  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
574
 
+  | --syscon | --sysco | --sysc | --sys | --sy)
575
 
+    ac_prev=sysconfdir ;;
576
 
+  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
577
 
+  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
578
 
+    sysconfdir=$ac_optarg ;;
579
 
+
580
 
+  -target | --target | --targe | --targ | --tar | --ta | --t)
581
 
+    ac_prev=target_alias ;;
582
 
+  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
583
 
+    target_alias=$ac_optarg ;;
584
 
+
585
 
+  -v | -verbose | --verbose | --verbos | --verbo | --verb)
586
 
+    verbose=yes ;;
587
 
+
588
 
+  -version | --version | --versio | --versi | --vers | -V)
589
 
+    ac_init_version=: ;;
590
 
+
591
 
+  -with-* | --with-*)
592
 
+    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
593
 
+    # Reject names that are not valid shell variable names.
594
 
+    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
595
 
+      { echo "$as_me: error: invalid package name: $ac_package" >&2
596
 
+   { (exit 1); exit 1; }; }
597
 
+    ac_package=`echo $ac_package| sed 's/-/_/g'`
598
 
+    case $ac_option in
599
 
+      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
600
 
+      *) ac_optarg=yes ;;
601
 
+    esac
602
 
+    eval "with_$ac_package='$ac_optarg'" ;;
603
 
+
604
 
+  -without-* | --without-*)
605
 
+    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
606
 
+    # Reject names that are not valid shell variable names.
607
 
+    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
608
 
+      { echo "$as_me: error: invalid package name: $ac_package" >&2
609
 
+   { (exit 1); exit 1; }; }
610
 
+    ac_package=`echo $ac_package | sed 's/-/_/g'`
611
 
+    eval "with_$ac_package=no" ;;
612
 
+
613
 
+  --x)
614
 
+    # Obsolete; use --with-x.
615
 
+    with_x=yes ;;
616
 
+
617
 
+  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
618
 
+  | --x-incl | --x-inc | --x-in | --x-i)
619
 
+    ac_prev=x_includes ;;
620
 
+  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
621
 
+  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
622
 
+    x_includes=$ac_optarg ;;
623
 
+
624
 
+  -x-libraries | --x-libraries | --x-librarie | --x-librari \
625
 
+  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
626
 
+    ac_prev=x_libraries ;;
627
 
+  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
628
 
+  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
629
 
+    x_libraries=$ac_optarg ;;
630
 
+
631
 
+  -*) { echo "$as_me: error: unrecognized option: $ac_option
632
 
+Try \`$0 --help' for more information." >&2
633
 
+   { (exit 1); exit 1; }; }
634
 
+    ;;
635
 
+
636
 
+  *=*)
637
 
+    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
638
 
+    # Reject names that are not valid shell variable names.
639
 
+    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
640
 
+      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
641
 
+   { (exit 1); exit 1; }; }
642
 
+    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
643
 
+    eval "$ac_envvar='$ac_optarg'"
644
 
+    export $ac_envvar ;;
645
 
+
646
 
+  *)
647
 
+    # FIXME: should be removed in autoconf 3.0.
648
 
+    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
649
 
+    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
650
 
+      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
651
 
+    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
652
 
+    ;;
653
 
+
654
 
+  esac
655
 
+done
656
 
+
657
 
+if test -n "$ac_prev"; then
658
 
+  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
659
 
+  { echo "$as_me: error: missing argument to $ac_option" >&2
660
 
+   { (exit 1); exit 1; }; }
661
 
+fi
662
 
+
663
 
+# Be sure to have absolute paths.
664
 
+for ac_var in exec_prefix prefix
665
 
+do
666
 
+  eval ac_val=$`echo $ac_var`
667
 
+  case $ac_val in
668
 
+    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
669
 
+    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
670
 
+   { (exit 1); exit 1; }; };;
671
 
+  esac
672
 
+done
673
 
+
674
 
+# Be sure to have absolute paths.
675
 
+for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
676
 
+             localstatedir libdir includedir oldincludedir infodir mandir
677
 
+do
678
 
+  eval ac_val=$`echo $ac_var`
679
 
+  case $ac_val in
680
 
+    [\\/$]* | ?:[\\/]* ) ;;
681
 
+    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
682
 
+   { (exit 1); exit 1; }; };;
683
 
+  esac
684
 
+done
685
 
+
686
 
+# There might be people who depend on the old broken behavior: `$host'
687
 
+# used to hold the argument of --host etc.
688
 
+# FIXME: To remove some day.
689
 
+build=$build_alias
690
 
+host=$host_alias
691
 
+target=$target_alias
692
 
+
693
 
+# FIXME: To remove some day.
694
 
+if test "x$host_alias" != x; then
695
 
+  if test "x$build_alias" = x; then
696
 
+    cross_compiling=maybe
697
 
+    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
698
 
+    If a cross compiler is detected then cross compile mode will be used." >&2
699
 
+  elif test "x$build_alias" != "x$host_alias"; then
700
 
+    cross_compiling=yes
701
 
+  fi
702
 
+fi
703
 
+
704
 
+ac_tool_prefix=
705
 
+test -n "$host_alias" && ac_tool_prefix=$host_alias-
706
 
+
707
 
+test "$silent" = yes && exec 6>/dev/null
708
 
+
709
 
+
710
 
+# Find the source files, if location was not specified.
711
 
+if test -z "$srcdir"; then
712
 
+  ac_srcdir_defaulted=yes
713
 
+  # Try the directory containing this script, then its parent.
714
 
+  ac_confdir=`(dirname "$0") 2>/dev/null ||
715
 
+$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
716
 
+        X"$0" : 'X\(//\)[^/]' \| \
717
 
+        X"$0" : 'X\(//\)$' \| \
718
 
+        X"$0" : 'X\(/\)' \| \
719
 
+        .     : '\(.\)' 2>/dev/null ||
720
 
+echo X"$0" |
721
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
722
 
+         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
723
 
+         /^X\(\/\/\)$/{ s//\1/; q; }
724
 
+         /^X\(\/\).*/{ s//\1/; q; }
725
 
+         s/.*/./; q'`
726
 
+  srcdir=$ac_confdir
727
 
+  if test ! -r $srcdir/$ac_unique_file; then
728
 
+    srcdir=..
729
 
+  fi
730
 
+else
731
 
+  ac_srcdir_defaulted=no
732
 
+fi
733
 
+if test ! -r $srcdir/$ac_unique_file; then
734
 
+  if test "$ac_srcdir_defaulted" = yes; then
735
 
+    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
736
 
+   { (exit 1); exit 1; }; }
737
 
+  else
738
 
+    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
739
 
+   { (exit 1); exit 1; }; }
740
 
+  fi
741
 
+fi
742
 
+(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
743
 
+  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
744
 
+   { (exit 1); exit 1; }; }
745
 
+srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
746
 
+ac_env_build_alias_set=${build_alias+set}
747
 
+ac_env_build_alias_value=$build_alias
748
 
+ac_cv_env_build_alias_set=${build_alias+set}
749
 
+ac_cv_env_build_alias_value=$build_alias
750
 
+ac_env_host_alias_set=${host_alias+set}
751
 
+ac_env_host_alias_value=$host_alias
752
 
+ac_cv_env_host_alias_set=${host_alias+set}
753
 
+ac_cv_env_host_alias_value=$host_alias
754
 
+ac_env_target_alias_set=${target_alias+set}
755
 
+ac_env_target_alias_value=$target_alias
756
 
+ac_cv_env_target_alias_set=${target_alias+set}
757
 
+ac_cv_env_target_alias_value=$target_alias
758
 
+ac_env_CC_set=${CC+set}
759
 
+ac_env_CC_value=$CC
760
 
+ac_cv_env_CC_set=${CC+set}
761
 
+ac_cv_env_CC_value=$CC
762
 
+ac_env_CFLAGS_set=${CFLAGS+set}
763
 
+ac_env_CFLAGS_value=$CFLAGS
764
 
+ac_cv_env_CFLAGS_set=${CFLAGS+set}
765
 
+ac_cv_env_CFLAGS_value=$CFLAGS
766
 
+ac_env_LDFLAGS_set=${LDFLAGS+set}
767
 
+ac_env_LDFLAGS_value=$LDFLAGS
768
 
+ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
769
 
+ac_cv_env_LDFLAGS_value=$LDFLAGS
770
 
+ac_env_CPPFLAGS_set=${CPPFLAGS+set}
771
 
+ac_env_CPPFLAGS_value=$CPPFLAGS
772
 
+ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
773
 
+ac_cv_env_CPPFLAGS_value=$CPPFLAGS
774
 
+ac_env_CPP_set=${CPP+set}
775
 
+ac_env_CPP_value=$CPP
776
 
+ac_cv_env_CPP_set=${CPP+set}
777
 
+ac_cv_env_CPP_value=$CPP
778
 
+
779
 
+#
780
 
+# Report the --help message.
781
 
+#
782
 
+if test "$ac_init_help" = "long"; then
783
 
+  # Omit some internal or obsolete options to make the list less imposing.
784
 
+  # This message is too long to be a string in the A/UX 3.1 sh.
785
 
+  cat <<_ACEOF
786
 
+\`configure' configures dbacl 1.12 to adapt to many kinds of systems.
787
 
+
788
 
+Usage: $0 [OPTION]... [VAR=VALUE]...
789
 
+
790
 
+To assign environment variables (e.g., CC, CFLAGS...), specify them as
791
 
+VAR=VALUE.  See below for descriptions of some of the useful variables.
792
 
+
793
 
+Defaults for the options are specified in brackets.
794
 
+
795
 
+Configuration:
796
 
+  -h, --help              display this help and exit
797
 
+      --help=short        display options specific to this package
798
 
+      --help=recursive    display the short help of all the included packages
799
 
+  -V, --version           display version information and exit
800
 
+  -q, --quiet, --silent   do not print \`checking...' messages
801
 
+      --cache-file=FILE   cache test results in FILE [disabled]
802
 
+  -C, --config-cache      alias for \`--cache-file=config.cache'
803
 
+  -n, --no-create         do not create output files
804
 
+      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
805
 
+
806
 
+_ACEOF
807
 
+
808
 
+  cat <<_ACEOF
809
 
+Installation directories:
810
 
+  --prefix=PREFIX         install architecture-independent files in PREFIX
811
 
+                         [$ac_default_prefix]
812
 
+  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
813
 
+                         [PREFIX]
814
 
+
815
 
+By default, \`make install' will install all the files in
816
 
+\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
817
 
+an installation prefix other than \`$ac_default_prefix' using \`--prefix',
818
 
+for instance \`--prefix=\$HOME'.
819
 
+
820
 
+For better control, use the options below.
821
 
+
822
 
+Fine tuning of the installation directories:
823
 
+  --bindir=DIR           user executables [EPREFIX/bin]
824
 
+  --sbindir=DIR          system admin executables [EPREFIX/sbin]
825
 
+  --libexecdir=DIR       program executables [EPREFIX/libexec]
826
 
+  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
827
 
+  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
828
 
+  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
829
 
+  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
830
 
+  --libdir=DIR           object code libraries [EPREFIX/lib]
831
 
+  --includedir=DIR       C header files [PREFIX/include]
832
 
+  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
833
 
+  --infodir=DIR          info documentation [PREFIX/info]
834
 
+  --mandir=DIR           man documentation [PREFIX/man]
835
 
+_ACEOF
836
 
+
837
 
+  cat <<\_ACEOF
838
 
+
839
 
+Program names:
840
 
+  --program-prefix=PREFIX            prepend PREFIX to installed program names
841
 
+  --program-suffix=SUFFIX            append SUFFIX to installed program names
842
 
+  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
843
 
+
844
 
+System types:
845
 
+  --build=BUILD     configure for building on BUILD [guessed]
846
 
+  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
847
 
+  --target=TARGET   configure for building compilers for TARGET [HOST]
848
 
+_ACEOF
849
 
+fi
850
 
+
851
 
+if test -n "$ac_init_help"; then
852
 
+  case $ac_init_help in
853
 
+     short | recursive ) echo "Configuration of dbacl 1.12:";;
854
 
+   esac
855
 
+  cat <<\_ACEOF
856
 
+
857
 
+Optional Features:
858
 
+  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
859
 
+  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
860
 
+  --disable-dependency-tracking  speeds up one-time build
861
 
+  --enable-dependency-tracking   do not reject slow dependency extractors
862
 
+
863
 
+Some influential environment variables:
864
 
+  CC          C compiler command
865
 
+  CFLAGS      C compiler flags
866
 
+  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
867
 
+              nonstandard directory <lib dir>
868
 
+  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
869
 
+              headers in a nonstandard directory <include dir>
870
 
+  CPP         C preprocessor
871
 
+
872
 
+Use these variables to override the choices made by `configure' or to help
873
 
+it to find libraries and programs with nonstandard names/locations.
874
 
+
875
 
+Report bugs to <laird@lbreyer.com>.
876
 
+_ACEOF
877
 
+fi
878
 
+
879
 
+if test "$ac_init_help" = "recursive"; then
880
 
+  # If there are subdirs, report their specific --help.
881
 
+  ac_popdir=`pwd`
882
 
+  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
883
 
+    test -d $ac_dir || continue
884
 
+    ac_builddir=.
885
 
+
886
 
+if test "$ac_dir" != .; then
887
 
+  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
888
 
+  # A "../" for each directory in $ac_dir_suffix.
889
 
+  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
890
 
+else
891
 
+  ac_dir_suffix= ac_top_builddir=
892
 
+fi
893
 
+
894
 
+case $srcdir in
895
 
+  .)  # No --srcdir option.  We are building in place.
896
 
+    ac_srcdir=.
897
 
+    if test -z "$ac_top_builddir"; then
898
 
+       ac_top_srcdir=.
899
 
+    else
900
 
+       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
901
 
+    fi ;;
902
 
+  [\\/]* | ?:[\\/]* )  # Absolute path.
903
 
+    ac_srcdir=$srcdir$ac_dir_suffix;
904
 
+    ac_top_srcdir=$srcdir ;;
905
 
+  *) # Relative path.
906
 
+    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
907
 
+    ac_top_srcdir=$ac_top_builddir$srcdir ;;
908
 
+esac
909
 
+
910
 
+# Do not use `cd foo && pwd` to compute absolute paths, because
911
 
+# the directories may not exist.
912
 
+case `pwd` in
913
 
+.) ac_abs_builddir="$ac_dir";;
914
 
+*)
915
 
+  case "$ac_dir" in
916
 
+  .) ac_abs_builddir=`pwd`;;
917
 
+  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
918
 
+  *) ac_abs_builddir=`pwd`/"$ac_dir";;
919
 
+  esac;;
920
 
+esac
921
 
+case $ac_abs_builddir in
922
 
+.) ac_abs_top_builddir=${ac_top_builddir}.;;
923
 
+*)
924
 
+  case ${ac_top_builddir}. in
925
 
+  .) ac_abs_top_builddir=$ac_abs_builddir;;
926
 
+  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
927
 
+  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
928
 
+  esac;;
929
 
+esac
930
 
+case $ac_abs_builddir in
931
 
+.) ac_abs_srcdir=$ac_srcdir;;
932
 
+*)
933
 
+  case $ac_srcdir in
934
 
+  .) ac_abs_srcdir=$ac_abs_builddir;;
935
 
+  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
936
 
+  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
937
 
+  esac;;
938
 
+esac
939
 
+case $ac_abs_builddir in
940
 
+.) ac_abs_top_srcdir=$ac_top_srcdir;;
941
 
+*)
942
 
+  case $ac_top_srcdir in
943
 
+  .) ac_abs_top_srcdir=$ac_abs_builddir;;
944
 
+  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
945
 
+  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
946
 
+  esac;;
947
 
+esac
948
 
+
949
 
+    cd $ac_dir
950
 
+    # Check for guested configure; otherwise get Cygnus style configure.
951
 
+    if test -f $ac_srcdir/configure.gnu; then
952
 
+      echo
953
 
+      $SHELL $ac_srcdir/configure.gnu  --help=recursive
954
 
+    elif test -f $ac_srcdir/configure; then
955
 
+      echo
956
 
+      $SHELL $ac_srcdir/configure  --help=recursive
957
 
+    elif test -f $ac_srcdir/configure.ac ||
958
 
+          test -f $ac_srcdir/configure.in; then
959
 
+      echo
960
 
+      $ac_configure --help
961
 
+    else
962
 
+      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
963
 
+    fi
964
 
+    cd "$ac_popdir"
965
 
+  done
966
 
+fi
967
 
+
968
 
+test -n "$ac_init_help" && exit 0
969
 
+if $ac_init_version; then
970
 
+  cat <<\_ACEOF
971
 
+dbacl configure 1.12
972
 
+generated by GNU Autoconf 2.59
973
 
+
974
 
+Copyright (C) 2003 Free Software Foundation, Inc.
975
 
+This configure script is free software; the Free Software Foundation
976
 
+gives unlimited permission to copy, distribute and modify it.
977
 
+_ACEOF
978
 
+  exit 0
979
 
+fi
980
 
+exec 5>config.log
981
 
+cat >&5 <<_ACEOF
982
 
+This file contains any messages produced by compilers while
983
 
+running configure, to aid debugging if configure makes a mistake.
984
 
+
985
 
+It was created by dbacl $as_me 1.12, which was
986
 
+generated by GNU Autoconf 2.59.  Invocation command line was
987
 
+
988
 
+  $ $0 $@
989
 
+
990
 
+_ACEOF
991
 
+{
992
 
+cat <<_ASUNAME
993
 
+@%:@@%:@ --------- @%:@@%:@
994
 
+@%:@@%:@ Platform. @%:@@%:@
995
 
+@%:@@%:@ --------- @%:@@%:@
996
 
+
997
 
+hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
998
 
+uname -m = `(uname -m) 2>/dev/null || echo unknown`
999
 
+uname -r = `(uname -r) 2>/dev/null || echo unknown`
1000
 
+uname -s = `(uname -s) 2>/dev/null || echo unknown`
1001
 
+uname -v = `(uname -v) 2>/dev/null || echo unknown`
1002
 
+
1003
 
+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1004
 
+/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1005
 
+
1006
 
+/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1007
 
+/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1008
 
+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1009
 
+hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
1010
 
+/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1011
 
+/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1012
 
+/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1013
 
+
1014
 
+_ASUNAME
1015
 
+
1016
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1017
 
+for as_dir in $PATH
1018
 
+do
1019
 
+  IFS=$as_save_IFS
1020
 
+  test -z "$as_dir" && as_dir=.
1021
 
+  echo "PATH: $as_dir"
1022
 
+done
1023
 
+
1024
 
+} >&5
1025
 
+
1026
 
+cat >&5 <<_ACEOF
1027
 
+
1028
 
+
1029
 
+@%:@@%:@ ----------- @%:@@%:@
1030
 
+@%:@@%:@ Core tests. @%:@@%:@
1031
 
+@%:@@%:@ ----------- @%:@@%:@
1032
 
+
1033
 
+_ACEOF
1034
 
+
1035
 
+
1036
 
+# Keep a trace of the command line.
1037
 
+# Strip out --no-create and --no-recursion so they do not pile up.
1038
 
+# Strip out --silent because we don't want to record it for future runs.
1039
 
+# Also quote any args containing shell meta-characters.
1040
 
+# Make two passes to allow for proper duplicate-argument suppression.
1041
 
+ac_configure_args=
1042
 
+ac_configure_args0=
1043
 
+ac_configure_args1=
1044
 
+ac_sep=
1045
 
+ac_must_keep_next=false
1046
 
+for ac_pass in 1 2
1047
 
+do
1048
 
+  for ac_arg
1049
 
+  do
1050
 
+    case $ac_arg in
1051
 
+    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1052
 
+    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1053
 
+    | -silent | --silent | --silen | --sile | --sil)
1054
 
+      continue ;;
1055
 
+    *" "*|*"   "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1056
 
+      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1057
 
+    esac
1058
 
+    case $ac_pass in
1059
 
+    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1060
 
+    2)
1061
 
+      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1062
 
+      if test $ac_must_keep_next = true; then
1063
 
+       ac_must_keep_next=false # Got value, back to normal.
1064
 
+      else
1065
 
+       case $ac_arg in
1066
 
+         *=* | --config-cache | -C | -disable-* | --disable-* \
1067
 
+         | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1068
 
+         | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1069
 
+         | -with-* | --with-* | -without-* | --without-* | --x)
1070
 
+           case "$ac_configure_args0 " in
1071
 
+             "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1072
 
+           esac
1073
 
+           ;;
1074
 
+         -* ) ac_must_keep_next=true ;;
1075
 
+       esac
1076
 
+      fi
1077
 
+      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1078
 
+      # Get rid of the leading space.
1079
 
+      ac_sep=" "
1080
 
+      ;;
1081
 
+    esac
1082
 
+  done
1083
 
+done
1084
 
+$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1085
 
+$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1086
 
+
1087
 
+# When interrupted or exit'd, cleanup temporary files, and complete
1088
 
+# config.log.  We remove comments because anyway the quotes in there
1089
 
+# would cause problems or look ugly.
1090
 
+# WARNING: Be sure not to use single quotes in there, as some shells,
1091
 
+# such as our DU 5.0 friend, will then `close' the trap.
1092
 
+trap 'exit_status=$?
1093
 
+  # Save into config.log some information that might help in debugging.
1094
 
+  {
1095
 
+    echo
1096
 
+
1097
 
+    cat <<\_ASBOX
1098
 
+@%:@@%:@ ---------------- @%:@@%:@
1099
 
+@%:@@%:@ Cache variables. @%:@@%:@
1100
 
+@%:@@%:@ ---------------- @%:@@%:@
1101
 
+_ASBOX
1102
 
+    echo
1103
 
+    # The following way of writing the cache mishandles newlines in values,
1104
 
+{
1105
 
+  (set) 2>&1 |
1106
 
+    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1107
 
+    *ac_space=\ *)
1108
 
+      sed -n \
1109
 
+       "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1110
 
+         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1111
 
+      ;;
1112
 
+    *)
1113
 
+      sed -n \
1114
 
+       "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1115
 
+      ;;
1116
 
+    esac;
1117
 
+}
1118
 
+    echo
1119
 
+
1120
 
+    cat <<\_ASBOX
1121
 
+@%:@@%:@ ----------------- @%:@@%:@
1122
 
+@%:@@%:@ Output variables. @%:@@%:@
1123
 
+@%:@@%:@ ----------------- @%:@@%:@
1124
 
+_ASBOX
1125
 
+    echo
1126
 
+    for ac_var in $ac_subst_vars
1127
 
+    do
1128
 
+      eval ac_val=$`echo $ac_var`
1129
 
+      echo "$ac_var='"'"'$ac_val'"'"'"
1130
 
+    done | sort
1131
 
+    echo
1132
 
+
1133
 
+    if test -n "$ac_subst_files"; then
1134
 
+      cat <<\_ASBOX
1135
 
+@%:@@%:@ ------------- @%:@@%:@
1136
 
+@%:@@%:@ Output files. @%:@@%:@
1137
 
+@%:@@%:@ ------------- @%:@@%:@
1138
 
+_ASBOX
1139
 
+      echo
1140
 
+      for ac_var in $ac_subst_files
1141
 
+      do
1142
 
+       eval ac_val=$`echo $ac_var`
1143
 
+       echo "$ac_var='"'"'$ac_val'"'"'"
1144
 
+      done | sort
1145
 
+      echo
1146
 
+    fi
1147
 
+
1148
 
+    if test -s confdefs.h; then
1149
 
+      cat <<\_ASBOX
1150
 
+@%:@@%:@ ----------- @%:@@%:@
1151
 
+@%:@@%:@ confdefs.h. @%:@@%:@
1152
 
+@%:@@%:@ ----------- @%:@@%:@
1153
 
+_ASBOX
1154
 
+      echo
1155
 
+      sed "/^$/d" confdefs.h | sort
1156
 
+      echo
1157
 
+    fi
1158
 
+    test "$ac_signal" != 0 &&
1159
 
+      echo "$as_me: caught signal $ac_signal"
1160
 
+    echo "$as_me: exit $exit_status"
1161
 
+  } >&5
1162
 
+  rm -f core *.core &&
1163
 
+  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1164
 
+    exit $exit_status
1165
 
+     ' 0
1166
 
+for ac_signal in 1 2 13 15; do
1167
 
+  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1168
 
+done
1169
 
+ac_signal=0
1170
 
+
1171
 
+# confdefs.h avoids OS command line length limits that DEFS can exceed.
1172
 
+rm -rf conftest* confdefs.h
1173
 
+# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1174
 
+echo >confdefs.h
1175
 
+
1176
 
+# Predefined preprocessor variables.
1177
 
+
1178
 
+cat >>confdefs.h <<_ACEOF
1179
 
+@%:@define PACKAGE_NAME "$PACKAGE_NAME"
1180
 
+_ACEOF
1181
 
+
1182
 
+
1183
 
+cat >>confdefs.h <<_ACEOF
1184
 
+@%:@define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1185
 
+_ACEOF
1186
 
+
1187
 
+
1188
 
+cat >>confdefs.h <<_ACEOF
1189
 
+@%:@define PACKAGE_VERSION "$PACKAGE_VERSION"
1190
 
+_ACEOF
1191
 
+
1192
 
+
1193
 
+cat >>confdefs.h <<_ACEOF
1194
 
+@%:@define PACKAGE_STRING "$PACKAGE_STRING"
1195
 
+_ACEOF
1196
 
+
1197
 
+
1198
 
+cat >>confdefs.h <<_ACEOF
1199
 
+@%:@define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1200
 
+_ACEOF
1201
 
+
1202
 
+
1203
 
+# Let the site file select an alternate cache file if it wants to.
1204
 
+# Prefer explicitly selected file to automatically selected ones.
1205
 
+if test -z "$CONFIG_SITE"; then
1206
 
+  if test "x$prefix" != xNONE; then
1207
 
+    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1208
 
+  else
1209
 
+    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1210
 
+  fi
1211
 
+fi
1212
 
+for ac_site_file in $CONFIG_SITE; do
1213
 
+  if test -r "$ac_site_file"; then
1214
 
+    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1215
 
+echo "$as_me: loading site script $ac_site_file" >&6;}
1216
 
+    sed 's/^/| /' "$ac_site_file" >&5
1217
 
+    . "$ac_site_file"
1218
 
+  fi
1219
 
+done
1220
 
+
1221
 
+if test -r "$cache_file"; then
1222
 
+  # Some versions of bash will fail to source /dev/null (special
1223
 
+  # files actually), so we avoid doing that.
1224
 
+  if test -f "$cache_file"; then
1225
 
+    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1226
 
+echo "$as_me: loading cache $cache_file" >&6;}
1227
 
+    case $cache_file in
1228
 
+      [\\/]* | ?:[\\/]* ) . $cache_file;;
1229
 
+      *)                      . ./$cache_file;;
1230
 
+    esac
1231
 
+  fi
1232
 
+else
1233
 
+  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1234
 
+echo "$as_me: creating cache $cache_file" >&6;}
1235
 
+  >$cache_file
1236
 
+fi
1237
 
+
1238
 
+# Check that the precious variables saved in the cache have kept the same
1239
 
+# value.
1240
 
+ac_cache_corrupted=false
1241
 
+for ac_var in `(set) 2>&1 |
1242
 
+              sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1243
 
+  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1244
 
+  eval ac_new_set=\$ac_env_${ac_var}_set
1245
 
+  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1246
 
+  eval ac_new_val="\$ac_env_${ac_var}_value"
1247
 
+  case $ac_old_set,$ac_new_set in
1248
 
+    set,)
1249
 
+      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1250
 
+echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1251
 
+      ac_cache_corrupted=: ;;
1252
 
+    ,set)
1253
 
+      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1254
 
+echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1255
 
+      ac_cache_corrupted=: ;;
1256
 
+    ,);;
1257
 
+    *)
1258
 
+      if test "x$ac_old_val" != "x$ac_new_val"; then
1259
 
+       { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1260
 
+echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1261
 
+       { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1262
 
+echo "$as_me:   former value:  $ac_old_val" >&2;}
1263
 
+       { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1264
 
+echo "$as_me:   current value: $ac_new_val" >&2;}
1265
 
+       ac_cache_corrupted=:
1266
 
+      fi;;
1267
 
+  esac
1268
 
+  # Pass precious variables to config.status.
1269
 
+  if test "$ac_new_set" = set; then
1270
 
+    case $ac_new_val in
1271
 
+    *" "*|*"   "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1272
 
+      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1273
 
+    *) ac_arg=$ac_var=$ac_new_val ;;
1274
 
+    esac
1275
 
+    case " $ac_configure_args " in
1276
 
+      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1277
 
+      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1278
 
+    esac
1279
 
+  fi
1280
 
+done
1281
 
+if $ac_cache_corrupted; then
1282
 
+  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1283
 
+echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1284
 
+  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1285
 
+echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1286
 
+   { (exit 1); exit 1; }; }
1287
 
+fi
1288
 
+
1289
 
+ac_ext=c
1290
 
+ac_cpp='$CPP $CPPFLAGS'
1291
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1292
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1293
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
1294
 
+
1295
 
+
1296
 
+
1297
 
+
1298
 
+
1299
 
+
1300
 
+
1301
 
+
1302
 
+
1303
 
+
1304
 
+
1305
 
+
1306
 
+
1307
 
+
1308
 
+
1309
 
+
1310
 
+
1311
 
+
1312
 
+
1313
 
+
1314
 
+
1315
 
+
1316
 
+
1317
 
+
1318
 
+
1319
 
+
1320
 
+
1321
 
+ac_aux_dir=
1322
 
+for ac_dir in config $srcdir/config; do
1323
 
+  if test -f $ac_dir/install-sh; then
1324
 
+    ac_aux_dir=$ac_dir
1325
 
+    ac_install_sh="$ac_aux_dir/install-sh -c"
1326
 
+    break
1327
 
+  elif test -f $ac_dir/install.sh; then
1328
 
+    ac_aux_dir=$ac_dir
1329
 
+    ac_install_sh="$ac_aux_dir/install.sh -c"
1330
 
+    break
1331
 
+  elif test -f $ac_dir/shtool; then
1332
 
+    ac_aux_dir=$ac_dir
1333
 
+    ac_install_sh="$ac_aux_dir/shtool install -c"
1334
 
+    break
1335
 
+  fi
1336
 
+done
1337
 
+if test -z "$ac_aux_dir"; then
1338
 
+  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in config $srcdir/config" >&5
1339
 
+echo "$as_me: error: cannot find install-sh or install.sh in config $srcdir/config" >&2;}
1340
 
+   { (exit 1); exit 1; }; }
1341
 
+fi
1342
 
+ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1343
 
+ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1344
 
+ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1345
 
+
1346
 
+# Make sure we can run config.sub.
1347
 
+$ac_config_sub sun4 >/dev/null 2>&1 ||
1348
 
+  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1349
 
+echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1350
 
+   { (exit 1); exit 1; }; }
1351
 
+
1352
 
+echo "$as_me:$LINENO: checking build system type" >&5
1353
 
+echo $ECHO_N "checking build system type... $ECHO_C" >&6
1354
 
+if test "${ac_cv_build+set}" = set; then
1355
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
1356
 
+else
1357
 
+  ac_cv_build_alias=$build_alias
1358
 
+test -z "$ac_cv_build_alias" &&
1359
 
+  ac_cv_build_alias=`$ac_config_guess`
1360
 
+test -z "$ac_cv_build_alias" &&
1361
 
+  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1362
 
+echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1363
 
+   { (exit 1); exit 1; }; }
1364
 
+ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1365
 
+  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1366
 
+echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1367
 
+   { (exit 1); exit 1; }; }
1368
 
+
1369
 
+fi
1370
 
+echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1371
 
+echo "${ECHO_T}$ac_cv_build" >&6
1372
 
+build=$ac_cv_build
1373
 
+build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1374
 
+build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1375
 
+build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1376
 
+
1377
 
+
1378
 
+echo "$as_me:$LINENO: checking host system type" >&5
1379
 
+echo $ECHO_N "checking host system type... $ECHO_C" >&6
1380
 
+if test "${ac_cv_host+set}" = set; then
1381
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
1382
 
+else
1383
 
+  ac_cv_host_alias=$host_alias
1384
 
+test -z "$ac_cv_host_alias" &&
1385
 
+  ac_cv_host_alias=$ac_cv_build_alias
1386
 
+ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1387
 
+  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1388
 
+echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1389
 
+   { (exit 1); exit 1; }; }
1390
 
+
1391
 
+fi
1392
 
+echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1393
 
+echo "${ECHO_T}$ac_cv_host" >&6
1394
 
+host=$ac_cv_host
1395
 
+host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1396
 
+host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1397
 
+host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1398
 
+
1399
 
+
1400
 
+echo "$as_me:$LINENO: checking target system type" >&5
1401
 
+echo $ECHO_N "checking target system type... $ECHO_C" >&6
1402
 
+if test "${ac_cv_target+set}" = set; then
1403
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
1404
 
+else
1405
 
+  ac_cv_target_alias=$target_alias
1406
 
+test "x$ac_cv_target_alias" = "x" &&
1407
 
+  ac_cv_target_alias=$ac_cv_host_alias
1408
 
+ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1409
 
+  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1410
 
+echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1411
 
+   { (exit 1); exit 1; }; }
1412
 
+
1413
 
+fi
1414
 
+echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1415
 
+echo "${ECHO_T}$ac_cv_target" >&6
1416
 
+target=$ac_cv_target
1417
 
+target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1418
 
+target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1419
 
+target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1420
 
+
1421
 
+
1422
 
+# The aliases save the names the user supplied, while $host etc.
1423
 
+# will get canonicalized.
1424
 
+test -n "$target_alias" &&
1425
 
+  test "$program_prefix$program_suffix$program_transform_name" = \
1426
 
+    NONENONEs,x,x, &&
1427
 
+  program_prefix=${target_alias}-
1428
 
+
1429
 
+cat >>confdefs.h <<\_ACEOF
1430
 
+@%:@define _GNU_SOURCE 1
1431
 
+_ACEOF
1432
 
+
1433
 
+
1434
 
+am__api_version="1.9"
1435
 
+# Find a good install program.  We prefer a C program (faster),
1436
 
+# so one script is as good as another.  But avoid the broken or
1437
 
+# incompatible versions:
1438
 
+# SysV /etc/install, /usr/sbin/install
1439
 
+# SunOS /usr/etc/install
1440
 
+# IRIX /sbin/install
1441
 
+# AIX /bin/install
1442
 
+# AmigaOS /C/install, which installs bootblocks on floppy discs
1443
 
+# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1444
 
+# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1445
 
+# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1446
 
+# OS/2's system install, which has a completely different semantic
1447
 
+# ./install, which can be erroneously created by make from ./install.sh.
1448
 
+echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1449
 
+echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1450
 
+if test -z "$INSTALL"; then
1451
 
+if test "${ac_cv_path_install+set}" = set; then
1452
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
1453
 
+else
1454
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1455
 
+for as_dir in $PATH
1456
 
+do
1457
 
+  IFS=$as_save_IFS
1458
 
+  test -z "$as_dir" && as_dir=.
1459
 
+  # Account for people who put trailing slashes in PATH elements.
1460
 
+case $as_dir/ in
1461
 
+  ./ | .// | /cC/* | \
1462
 
+  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1463
 
+  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1464
 
+  /usr/ucb/* ) ;;
1465
 
+  *)
1466
 
+    # OSF1 and SCO ODT 3.0 have their own names for install.
1467
 
+    # Don't use installbsd from OSF since it installs stuff as root
1468
 
+    # by default.
1469
 
+    for ac_prog in ginstall scoinst install; do
1470
 
+      for ac_exec_ext in '' $ac_executable_extensions; do
1471
 
+       if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1472
 
+         if test $ac_prog = install &&
1473
 
+           grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1474
 
+           # AIX install.  It has an incompatible calling convention.
1475
 
+           :
1476
 
+         elif test $ac_prog = install &&
1477
 
+           grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1478
 
+           # program-specific install script used by HP pwplus--don't use.
1479
 
+           :
1480
 
+         else
1481
 
+           ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1482
 
+           break 3
1483
 
+         fi
1484
 
+       fi
1485
 
+      done
1486
 
+    done
1487
 
+    ;;
1488
 
+esac
1489
 
+done
1490
 
+
1491
 
+
1492
 
+fi
1493
 
+  if test "${ac_cv_path_install+set}" = set; then
1494
 
+    INSTALL=$ac_cv_path_install
1495
 
+  else
1496
 
+    # As a last resort, use the slow shell script.  We don't cache a
1497
 
+    # path for INSTALL within a source directory, because that will
1498
 
+    # break other packages using the cache if that directory is
1499
 
+    # removed, or if the path is relative.
1500
 
+    INSTALL=$ac_install_sh
1501
 
+  fi
1502
 
+fi
1503
 
+echo "$as_me:$LINENO: result: $INSTALL" >&5
1504
 
+echo "${ECHO_T}$INSTALL" >&6
1505
 
+
1506
 
+# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1507
 
+# It thinks the first close brace ends the variable substitution.
1508
 
+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1509
 
+
1510
 
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1511
 
+
1512
 
+test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1513
 
+
1514
 
+echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1515
 
+echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1516
 
+# Just in case
1517
 
+sleep 1
1518
 
+echo timestamp > conftest.file
1519
 
+# Do `set' in a subshell so we don't clobber the current shell's
1520
 
+# arguments.  Must try -L first in case configure is actually a
1521
 
+# symlink; some systems play weird games with the mod time of symlinks
1522
 
+# (eg FreeBSD returns the mod time of the symlink's containing
1523
 
+# directory).
1524
 
+if (
1525
 
+   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1526
 
+   if test "$*" = "X"; then
1527
 
+      # -L didn't work.
1528
 
+      set X `ls -t $srcdir/configure conftest.file`
1529
 
+   fi
1530
 
+   rm -f conftest.file
1531
 
+   if test "$*" != "X $srcdir/configure conftest.file" \
1532
 
+      && test "$*" != "X conftest.file $srcdir/configure"; then
1533
 
+
1534
 
+      # If neither matched, then we have a broken ls.  This can happen
1535
 
+      # if, for instance, CONFIG_SHELL is bash and it inherits a
1536
 
+      # broken ls alias from the environment.  This has actually
1537
 
+      # happened.  Such a system could not be considered "sane".
1538
 
+      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
1539
 
+alias in your environment" >&5
1540
 
+echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
1541
 
+alias in your environment" >&2;}
1542
 
+   { (exit 1); exit 1; }; }
1543
 
+   fi
1544
 
+
1545
 
+   test "$2" = conftest.file
1546
 
+   )
1547
 
+then
1548
 
+   # Ok.
1549
 
+   :
1550
 
+else
1551
 
+   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1552
 
+Check your system clock" >&5
1553
 
+echo "$as_me: error: newly created file is older than distributed files!
1554
 
+Check your system clock" >&2;}
1555
 
+   { (exit 1); exit 1; }; }
1556
 
+fi
1557
 
+echo "$as_me:$LINENO: result: yes" >&5
1558
 
+echo "${ECHO_T}yes" >&6
1559
 
+test "$program_prefix" != NONE &&
1560
 
+  program_transform_name="s,^,$program_prefix,;$program_transform_name"
1561
 
+# Use a double $ so make ignores it.
1562
 
+test "$program_suffix" != NONE &&
1563
 
+  program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1564
 
+# Double any \ or $.  echo might interpret backslashes.
1565
 
+# By default was `s,x,x', remove it if useless.
1566
 
+cat <<\_ACEOF >conftest.sed
1567
 
+s/[\\$]/&&/g;s/;s,x,x,$//
1568
 
+_ACEOF
1569
 
+program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1570
 
+rm conftest.sed
1571
 
+
1572
 
+# expand $ac_aux_dir to an absolute path
1573
 
+am_aux_dir=`cd $ac_aux_dir && pwd`
1574
 
+
1575
 
+test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1576
 
+# Use eval to expand $SHELL
1577
 
+if eval "$MISSING --run true"; then
1578
 
+  am_missing_run="$MISSING --run "
1579
 
+else
1580
 
+  am_missing_run=
1581
 
+  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1582
 
+echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1583
 
+fi
1584
 
+
1585
 
+if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
1586
 
+  # We used to keeping the `.' as first argument, in order to
1587
 
+  # allow $(mkdir_p) to be used without argument.  As in
1588
 
+  #   $(mkdir_p) $(somedir)
1589
 
+  # where $(somedir) is conditionally defined.  However this is wrong
1590
 
+  # for two reasons:
1591
 
+  #  1. if the package is installed by a user who cannot write `.'
1592
 
+  #     make install will fail,
1593
 
+  #  2. the above comment should most certainly read
1594
 
+  #     $(mkdir_p) $(DESTDIR)$(somedir)
1595
 
+  #     so it does not work when $(somedir) is undefined and
1596
 
+  #     $(DESTDIR) is not.
1597
 
+  #  To support the latter case, we have to write
1598
 
+  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
1599
 
+  #  so the `.' trick is pointless.
1600
 
+  mkdir_p='mkdir -p --'
1601
 
+else
1602
 
+  # On NextStep and OpenStep, the `mkdir' command does not
1603
 
+  # recognize any option.  It will interpret all options as
1604
 
+  # directories to create, and then abort because `.' already
1605
 
+  # exists.
1606
 
+  for d in ./-p ./--version;
1607
 
+  do
1608
 
+    test -d $d && rmdir $d
1609
 
+  done
1610
 
+  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1611
 
+  if test -f "$ac_aux_dir/mkinstalldirs"; then
1612
 
+    mkdir_p='$(mkinstalldirs)'
1613
 
+  else
1614
 
+    mkdir_p='$(install_sh) -d'
1615
 
+  fi
1616
 
+fi
1617
 
+
1618
 
+for ac_prog in gawk mawk nawk awk
1619
 
+do
1620
 
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
1621
 
+set dummy $ac_prog; ac_word=$2
1622
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
1623
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1624
 
+if test "${ac_cv_prog_AWK+set}" = set; then
1625
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
1626
 
+else
1627
 
+  if test -n "$AWK"; then
1628
 
+  ac_cv_prog_AWK="$AWK" # Let the user override the test.
1629
 
+else
1630
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1631
 
+for as_dir in $PATH
1632
 
+do
1633
 
+  IFS=$as_save_IFS
1634
 
+  test -z "$as_dir" && as_dir=.
1635
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
1636
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1637
 
+    ac_cv_prog_AWK="$ac_prog"
1638
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1639
 
+    break 2
1640
 
+  fi
1641
 
+done
1642
 
+done
1643
 
+
1644
 
+fi
1645
 
+fi
1646
 
+AWK=$ac_cv_prog_AWK
1647
 
+if test -n "$AWK"; then
1648
 
+  echo "$as_me:$LINENO: result: $AWK" >&5
1649
 
+echo "${ECHO_T}$AWK" >&6
1650
 
+else
1651
 
+  echo "$as_me:$LINENO: result: no" >&5
1652
 
+echo "${ECHO_T}no" >&6
1653
 
+fi
1654
 
+
1655
 
+  test -n "$AWK" && break
1656
 
+done
1657
 
+
1658
 
+echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1659
 
+echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1660
 
+set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1661
 
+if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1662
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
1663
 
+else
1664
 
+  cat >conftest.make <<\_ACEOF
1665
 
+all:
1666
 
+       @echo 'ac_maketemp="$(MAKE)"'
1667
 
+_ACEOF
1668
 
+# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1669
 
+eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1670
 
+if test -n "$ac_maketemp"; then
1671
 
+  eval ac_cv_prog_make_${ac_make}_set=yes
1672
 
+else
1673
 
+  eval ac_cv_prog_make_${ac_make}_set=no
1674
 
+fi
1675
 
+rm -f conftest.make
1676
 
+fi
1677
 
+if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1678
 
+  echo "$as_me:$LINENO: result: yes" >&5
1679
 
+echo "${ECHO_T}yes" >&6
1680
 
+  SET_MAKE=
1681
 
+else
1682
 
+  echo "$as_me:$LINENO: result: no" >&5
1683
 
+echo "${ECHO_T}no" >&6
1684
 
+  SET_MAKE="MAKE=${MAKE-make}"
1685
 
+fi
1686
 
+
1687
 
+rm -rf .tst 2>/dev/null
1688
 
+mkdir .tst 2>/dev/null
1689
 
+if test -d .tst; then
1690
 
+  am__leading_dot=.
1691
 
+else
1692
 
+  am__leading_dot=_
1693
 
+fi
1694
 
+rmdir .tst 2>/dev/null
1695
 
+
1696
 
+# test to see if srcdir already configured
1697
 
+if test "`cd $srcdir && pwd`" != "`pwd`" &&
1698
 
+   test -f $srcdir/config.status; then
1699
 
+  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1700
 
+echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1701
 
+   { (exit 1); exit 1; }; }
1702
 
+fi
1703
 
+
1704
 
+# test whether we have cygpath
1705
 
+if test -z "$CYGPATH_W"; then
1706
 
+  if (cygpath --version) >/dev/null 2>/dev/null; then
1707
 
+    CYGPATH_W='cygpath -w'
1708
 
+  else
1709
 
+    CYGPATH_W=echo
1710
 
+  fi
1711
 
+fi
1712
 
+
1713
 
+
1714
 
+# Define the identity of the package.
1715
 
+ PACKAGE=dbacl
1716
 
+ VERSION=1.12
1717
 
+
1718
 
+
1719
 
+# Some tools Automake needs.
1720
 
+
1721
 
+ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1722
 
+
1723
 
+
1724
 
+AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1725
 
+
1726
 
+
1727
 
+AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1728
 
+
1729
 
+
1730
 
+AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1731
 
+
1732
 
+
1733
 
+MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1734
 
+
1735
 
+install_sh=${install_sh-"$am_aux_dir/install-sh"}
1736
 
+
1737
 
+# Installed binaries are usually stripped using `strip' when the user
1738
 
+# run `make install-strip'.  However `strip' might not be the right
1739
 
+# tool to use in cross-compilation environments, therefore Automake
1740
 
+# will honor the `STRIP' environment variable to overrule this program.
1741
 
+if test "$cross_compiling" != no; then
1742
 
+  if test -n "$ac_tool_prefix"; then
1743
 
+  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1744
 
+set dummy ${ac_tool_prefix}strip; ac_word=$2
1745
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
1746
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1747
 
+if test "${ac_cv_prog_STRIP+set}" = set; then
1748
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
1749
 
+else
1750
 
+  if test -n "$STRIP"; then
1751
 
+  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1752
 
+else
1753
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1754
 
+for as_dir in $PATH
1755
 
+do
1756
 
+  IFS=$as_save_IFS
1757
 
+  test -z "$as_dir" && as_dir=.
1758
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
1759
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1760
 
+    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1761
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1762
 
+    break 2
1763
 
+  fi
1764
 
+done
1765
 
+done
1766
 
+
1767
 
+fi
1768
 
+fi
1769
 
+STRIP=$ac_cv_prog_STRIP
1770
 
+if test -n "$STRIP"; then
1771
 
+  echo "$as_me:$LINENO: result: $STRIP" >&5
1772
 
+echo "${ECHO_T}$STRIP" >&6
1773
 
+else
1774
 
+  echo "$as_me:$LINENO: result: no" >&5
1775
 
+echo "${ECHO_T}no" >&6
1776
 
+fi
1777
 
+
1778
 
+fi
1779
 
+if test -z "$ac_cv_prog_STRIP"; then
1780
 
+  ac_ct_STRIP=$STRIP
1781
 
+  # Extract the first word of "strip", so it can be a program name with args.
1782
 
+set dummy strip; ac_word=$2
1783
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
1784
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1785
 
+if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1786
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
1787
 
+else
1788
 
+  if test -n "$ac_ct_STRIP"; then
1789
 
+  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1790
 
+else
1791
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1792
 
+for as_dir in $PATH
1793
 
+do
1794
 
+  IFS=$as_save_IFS
1795
 
+  test -z "$as_dir" && as_dir=.
1796
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
1797
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1798
 
+    ac_cv_prog_ac_ct_STRIP="strip"
1799
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1800
 
+    break 2
1801
 
+  fi
1802
 
+done
1803
 
+done
1804
 
+
1805
 
+  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1806
 
+fi
1807
 
+fi
1808
 
+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1809
 
+if test -n "$ac_ct_STRIP"; then
1810
 
+  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1811
 
+echo "${ECHO_T}$ac_ct_STRIP" >&6
1812
 
+else
1813
 
+  echo "$as_me:$LINENO: result: no" >&5
1814
 
+echo "${ECHO_T}no" >&6
1815
 
+fi
1816
 
+
1817
 
+  STRIP=$ac_ct_STRIP
1818
 
+else
1819
 
+  STRIP="$ac_cv_prog_STRIP"
1820
 
+fi
1821
 
+
1822
 
+fi
1823
 
+INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1824
 
+
1825
 
+# We need awk for the "check" target.  The system "awk" is bad on
1826
 
+# some platforms.
1827
 
+# Always define AMTAR for backward compatibility.
1828
 
+
1829
 
+AMTAR=${AMTAR-"${am_missing_run}tar"}
1830
 
+
1831
 
+am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
1832
 
+
1833
 
+
1834
 
+
1835
 
+
1836
 
+
1837
 
+          ac_config_headers="$ac_config_headers src/config.h"
1838
 
+
1839
 
+
1840
 
+## Checks for host information.
1841
 
+DEPDIR="${am__leading_dot}deps"
1842
 
+
1843
 
+          ac_config_commands="$ac_config_commands depfiles"
1844
 
+
1845
 
+
1846
 
+am_make=${MAKE-make}
1847
 
+cat > confinc << 'END'
1848
 
+am__doit:
1849
 
+       @echo done
1850
 
+.PHONY: am__doit
1851
 
+END
1852
 
+# If we don't find an include directive, just comment out the code.
1853
 
+echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
1854
 
+echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
1855
 
+am__include="#"
1856
 
+am__quote=
1857
 
+_am_result=none
1858
 
+# First try GNU make style include.
1859
 
+echo "include confinc" > confmf
1860
 
+# We grep out `Entering directory' and `Leaving directory'
1861
 
+# messages which can occur if `w' ends up in MAKEFLAGS.
1862
 
+# In particular we don't look at `^make:' because GNU make might
1863
 
+# be invoked under some other name (usually "gmake"), in which
1864
 
+# case it prints its new name instead of `make'.
1865
 
+if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
1866
 
+   am__include=include
1867
 
+   am__quote=
1868
 
+   _am_result=GNU
1869
 
+fi
1870
 
+# Now try BSD make style include.
1871
 
+if test "$am__include" = "#"; then
1872
 
+   echo '.include "confinc"' > confmf
1873
 
+   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
1874
 
+      am__include=.include
1875
 
+      am__quote="\""
1876
 
+      _am_result=BSD
1877
 
+   fi
1878
 
+fi
1879
 
+
1880
 
+
1881
 
+echo "$as_me:$LINENO: result: $_am_result" >&5
1882
 
+echo "${ECHO_T}$_am_result" >&6
1883
 
+rm -f confinc confmf
1884
 
+
1885
 
+# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
1886
 
+if test "${enable_dependency_tracking+set}" = set; then
1887
 
+  enableval="$enable_dependency_tracking"
1888
 
+  
1889
 
+fi; 
1890
 
+if test "x$enable_dependency_tracking" != xno; then
1891
 
+  am_depcomp="$ac_aux_dir/depcomp"
1892
 
+  AMDEPBACKSLASH='\'
1893
 
+fi
1894
 
1895
 
+
1896
 
+if test "x$enable_dependency_tracking" != xno; then
1897
 
+  AMDEP_TRUE=
1898
 
+  AMDEP_FALSE='#'
1899
 
+else
1900
 
+  AMDEP_TRUE='#'
1901
 
+  AMDEP_FALSE=
1902
 
+fi
1903
 
+
1904
 
+
1905
 
+
1906
 
+ac_ext=c
1907
 
+ac_cpp='$CPP $CPPFLAGS'
1908
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1909
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1910
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
1911
 
+if test -n "$ac_tool_prefix"; then
1912
 
+  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1913
 
+set dummy ${ac_tool_prefix}gcc; ac_word=$2
1914
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
1915
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1916
 
+if test "${ac_cv_prog_CC+set}" = set; then
1917
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
1918
 
+else
1919
 
+  if test -n "$CC"; then
1920
 
+  ac_cv_prog_CC="$CC" # Let the user override the test.
1921
 
+else
1922
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1923
 
+for as_dir in $PATH
1924
 
+do
1925
 
+  IFS=$as_save_IFS
1926
 
+  test -z "$as_dir" && as_dir=.
1927
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
1928
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1929
 
+    ac_cv_prog_CC="${ac_tool_prefix}gcc"
1930
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1931
 
+    break 2
1932
 
+  fi
1933
 
+done
1934
 
+done
1935
 
+
1936
 
+fi
1937
 
+fi
1938
 
+CC=$ac_cv_prog_CC
1939
 
+if test -n "$CC"; then
1940
 
+  echo "$as_me:$LINENO: result: $CC" >&5
1941
 
+echo "${ECHO_T}$CC" >&6
1942
 
+else
1943
 
+  echo "$as_me:$LINENO: result: no" >&5
1944
 
+echo "${ECHO_T}no" >&6
1945
 
+fi
1946
 
+
1947
 
+fi
1948
 
+if test -z "$ac_cv_prog_CC"; then
1949
 
+  ac_ct_CC=$CC
1950
 
+  # Extract the first word of "gcc", so it can be a program name with args.
1951
 
+set dummy gcc; ac_word=$2
1952
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
1953
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1954
 
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1955
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
1956
 
+else
1957
 
+  if test -n "$ac_ct_CC"; then
1958
 
+  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1959
 
+else
1960
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1961
 
+for as_dir in $PATH
1962
 
+do
1963
 
+  IFS=$as_save_IFS
1964
 
+  test -z "$as_dir" && as_dir=.
1965
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
1966
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1967
 
+    ac_cv_prog_ac_ct_CC="gcc"
1968
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1969
 
+    break 2
1970
 
+  fi
1971
 
+done
1972
 
+done
1973
 
+
1974
 
+fi
1975
 
+fi
1976
 
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
1977
 
+if test -n "$ac_ct_CC"; then
1978
 
+  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1979
 
+echo "${ECHO_T}$ac_ct_CC" >&6
1980
 
+else
1981
 
+  echo "$as_me:$LINENO: result: no" >&5
1982
 
+echo "${ECHO_T}no" >&6
1983
 
+fi
1984
 
+
1985
 
+  CC=$ac_ct_CC
1986
 
+else
1987
 
+  CC="$ac_cv_prog_CC"
1988
 
+fi
1989
 
+
1990
 
+if test -z "$CC"; then
1991
 
+  if test -n "$ac_tool_prefix"; then
1992
 
+  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1993
 
+set dummy ${ac_tool_prefix}cc; ac_word=$2
1994
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
1995
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1996
 
+if test "${ac_cv_prog_CC+set}" = set; then
1997
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
1998
 
+else
1999
 
+  if test -n "$CC"; then
2000
 
+  ac_cv_prog_CC="$CC" # Let the user override the test.
2001
 
+else
2002
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2003
 
+for as_dir in $PATH
2004
 
+do
2005
 
+  IFS=$as_save_IFS
2006
 
+  test -z "$as_dir" && as_dir=.
2007
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
2008
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2009
 
+    ac_cv_prog_CC="${ac_tool_prefix}cc"
2010
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2011
 
+    break 2
2012
 
+  fi
2013
 
+done
2014
 
+done
2015
 
+
2016
 
+fi
2017
 
+fi
2018
 
+CC=$ac_cv_prog_CC
2019
 
+if test -n "$CC"; then
2020
 
+  echo "$as_me:$LINENO: result: $CC" >&5
2021
 
+echo "${ECHO_T}$CC" >&6
2022
 
+else
2023
 
+  echo "$as_me:$LINENO: result: no" >&5
2024
 
+echo "${ECHO_T}no" >&6
2025
 
+fi
2026
 
+
2027
 
+fi
2028
 
+if test -z "$ac_cv_prog_CC"; then
2029
 
+  ac_ct_CC=$CC
2030
 
+  # Extract the first word of "cc", so it can be a program name with args.
2031
 
+set dummy cc; ac_word=$2
2032
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
2033
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2034
 
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2035
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
2036
 
+else
2037
 
+  if test -n "$ac_ct_CC"; then
2038
 
+  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2039
 
+else
2040
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2041
 
+for as_dir in $PATH
2042
 
+do
2043
 
+  IFS=$as_save_IFS
2044
 
+  test -z "$as_dir" && as_dir=.
2045
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
2046
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2047
 
+    ac_cv_prog_ac_ct_CC="cc"
2048
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2049
 
+    break 2
2050
 
+  fi
2051
 
+done
2052
 
+done
2053
 
+
2054
 
+fi
2055
 
+fi
2056
 
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
2057
 
+if test -n "$ac_ct_CC"; then
2058
 
+  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2059
 
+echo "${ECHO_T}$ac_ct_CC" >&6
2060
 
+else
2061
 
+  echo "$as_me:$LINENO: result: no" >&5
2062
 
+echo "${ECHO_T}no" >&6
2063
 
+fi
2064
 
+
2065
 
+  CC=$ac_ct_CC
2066
 
+else
2067
 
+  CC="$ac_cv_prog_CC"
2068
 
+fi
2069
 
+
2070
 
+fi
2071
 
+if test -z "$CC"; then
2072
 
+  # Extract the first word of "cc", so it can be a program name with args.
2073
 
+set dummy cc; ac_word=$2
2074
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
2075
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2076
 
+if test "${ac_cv_prog_CC+set}" = set; then
2077
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
2078
 
+else
2079
 
+  if test -n "$CC"; then
2080
 
+  ac_cv_prog_CC="$CC" # Let the user override the test.
2081
 
+else
2082
 
+  ac_prog_rejected=no
2083
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2084
 
+for as_dir in $PATH
2085
 
+do
2086
 
+  IFS=$as_save_IFS
2087
 
+  test -z "$as_dir" && as_dir=.
2088
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
2089
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2090
 
+    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2091
 
+       ac_prog_rejected=yes
2092
 
+       continue
2093
 
+     fi
2094
 
+    ac_cv_prog_CC="cc"
2095
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2096
 
+    break 2
2097
 
+  fi
2098
 
+done
2099
 
+done
2100
 
+
2101
 
+if test $ac_prog_rejected = yes; then
2102
 
+  # We found a bogon in the path, so make sure we never use it.
2103
 
+  set dummy $ac_cv_prog_CC
2104
 
+  shift
2105
 
+  if test $@%:@ != 0; then
2106
 
+    # We chose a different compiler from the bogus one.
2107
 
+    # However, it has the same basename, so the bogon will be chosen
2108
 
+    # first if we set CC to just the basename; use the full file name.
2109
 
+    shift
2110
 
+    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2111
 
+  fi
2112
 
+fi
2113
 
+fi
2114
 
+fi
2115
 
+CC=$ac_cv_prog_CC
2116
 
+if test -n "$CC"; then
2117
 
+  echo "$as_me:$LINENO: result: $CC" >&5
2118
 
+echo "${ECHO_T}$CC" >&6
2119
 
+else
2120
 
+  echo "$as_me:$LINENO: result: no" >&5
2121
 
+echo "${ECHO_T}no" >&6
2122
 
+fi
2123
 
+
2124
 
+fi
2125
 
+if test -z "$CC"; then
2126
 
+  if test -n "$ac_tool_prefix"; then
2127
 
+  for ac_prog in cl
2128
 
+  do
2129
 
+    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2130
 
+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2131
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
2132
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2133
 
+if test "${ac_cv_prog_CC+set}" = set; then
2134
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
2135
 
+else
2136
 
+  if test -n "$CC"; then
2137
 
+  ac_cv_prog_CC="$CC" # Let the user override the test.
2138
 
+else
2139
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2140
 
+for as_dir in $PATH
2141
 
+do
2142
 
+  IFS=$as_save_IFS
2143
 
+  test -z "$as_dir" && as_dir=.
2144
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
2145
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2146
 
+    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2147
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2148
 
+    break 2
2149
 
+  fi
2150
 
+done
2151
 
+done
2152
 
+
2153
 
+fi
2154
 
+fi
2155
 
+CC=$ac_cv_prog_CC
2156
 
+if test -n "$CC"; then
2157
 
+  echo "$as_me:$LINENO: result: $CC" >&5
2158
 
+echo "${ECHO_T}$CC" >&6
2159
 
+else
2160
 
+  echo "$as_me:$LINENO: result: no" >&5
2161
 
+echo "${ECHO_T}no" >&6
2162
 
+fi
2163
 
+
2164
 
+    test -n "$CC" && break
2165
 
+  done
2166
 
+fi
2167
 
+if test -z "$CC"; then
2168
 
+  ac_ct_CC=$CC
2169
 
+  for ac_prog in cl
2170
 
+do
2171
 
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
2172
 
+set dummy $ac_prog; ac_word=$2
2173
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
2174
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2175
 
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2176
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
2177
 
+else
2178
 
+  if test -n "$ac_ct_CC"; then
2179
 
+  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2180
 
+else
2181
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2182
 
+for as_dir in $PATH
2183
 
+do
2184
 
+  IFS=$as_save_IFS
2185
 
+  test -z "$as_dir" && as_dir=.
2186
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
2187
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2188
 
+    ac_cv_prog_ac_ct_CC="$ac_prog"
2189
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2190
 
+    break 2
2191
 
+  fi
2192
 
+done
2193
 
+done
2194
 
+
2195
 
+fi
2196
 
+fi
2197
 
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
2198
 
+if test -n "$ac_ct_CC"; then
2199
 
+  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2200
 
+echo "${ECHO_T}$ac_ct_CC" >&6
2201
 
+else
2202
 
+  echo "$as_me:$LINENO: result: no" >&5
2203
 
+echo "${ECHO_T}no" >&6
2204
 
+fi
2205
 
+
2206
 
+  test -n "$ac_ct_CC" && break
2207
 
+done
2208
 
+
2209
 
+  CC=$ac_ct_CC
2210
 
+fi
2211
 
+
2212
 
+fi
2213
 
+
2214
 
+
2215
 
+test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2216
 
+See \`config.log' for more details." >&5
2217
 
+echo "$as_me: error: no acceptable C compiler found in \$PATH
2218
 
+See \`config.log' for more details." >&2;}
2219
 
+   { (exit 1); exit 1; }; }
2220
 
+
2221
 
+# Provide some information about the compiler.
2222
 
+echo "$as_me:$LINENO:" \
2223
 
+     "checking for C compiler version" >&5
2224
 
+ac_compiler=`set X $ac_compile; echo $2`
2225
 
+{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2226
 
+  (eval $ac_compiler --version </dev/null >&5) 2>&5
2227
 
+  ac_status=$?
2228
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2229
 
+  (exit $ac_status); }
2230
 
+{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2231
 
+  (eval $ac_compiler -v </dev/null >&5) 2>&5
2232
 
+  ac_status=$?
2233
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2234
 
+  (exit $ac_status); }
2235
 
+{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2236
 
+  (eval $ac_compiler -V </dev/null >&5) 2>&5
2237
 
+  ac_status=$?
2238
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2239
 
+  (exit $ac_status); }
2240
 
+
2241
 
+cat >conftest.$ac_ext <<_ACEOF
2242
 
+/* confdefs.h.  */
2243
 
+_ACEOF
2244
 
+cat confdefs.h >>conftest.$ac_ext
2245
 
+cat >>conftest.$ac_ext <<_ACEOF
2246
 
+/* end confdefs.h.  */
2247
 
+
2248
 
+int
2249
 
+main ()
2250
 
+{
2251
 
+
2252
 
+  ;
2253
 
+  return 0;
2254
 
+}
2255
 
+_ACEOF
2256
 
+ac_clean_files_save=$ac_clean_files
2257
 
+ac_clean_files="$ac_clean_files a.out a.exe b.out"
2258
 
+# Try to create an executable without -o first, disregard a.out.
2259
 
+# It will help us diagnose broken compilers, and finding out an intuition
2260
 
+# of exeext.
2261
 
+echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2262
 
+echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2263
 
+ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2264
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2265
 
+  (eval $ac_link_default) 2>&5
2266
 
+  ac_status=$?
2267
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2268
 
+  (exit $ac_status); }; then
2269
 
+  # Find the output, starting from the most likely.  This scheme is
2270
 
+# not robust to junk in `.', hence go to wildcards (a.*) only as a last
2271
 
+# resort.
2272
 
+
2273
 
+# Be careful to initialize this variable, since it used to be cached.
2274
 
+# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2275
 
+ac_cv_exeext=
2276
 
+# b.out is created by i960 compilers.
2277
 
+for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2278
 
+do
2279
 
+  test -f "$ac_file" || continue
2280
 
+  case $ac_file in
2281
 
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2282
 
+       ;;
2283
 
+    conftest.$ac_ext )
2284
 
+       # This is the source file.
2285
 
+       ;;
2286
 
+    [ab].out )
2287
 
+       # We found the default executable, but exeext='' is most
2288
 
+       # certainly right.
2289
 
+       break;;
2290
 
+    *.* )
2291
 
+       ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2292
 
+       # FIXME: I believe we export ac_cv_exeext for Libtool,
2293
 
+       # but it would be cool to find out if it's true.  Does anybody
2294
 
+       # maintain Libtool? --akim.
2295
 
+       export ac_cv_exeext
2296
 
+       break;;
2297
 
+    * )
2298
 
+       break;;
2299
 
+  esac
2300
 
+done
2301
 
+else
2302
 
+  echo "$as_me: failed program was:" >&5
2303
 
+sed 's/^/| /' conftest.$ac_ext >&5
2304
 
+
2305
 
+{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
2306
 
+See \`config.log' for more details." >&5
2307
 
+echo "$as_me: error: C compiler cannot create executables
2308
 
+See \`config.log' for more details." >&2;}
2309
 
+   { (exit 77); exit 77; }; }
2310
 
+fi
2311
 
+
2312
 
+ac_exeext=$ac_cv_exeext
2313
 
+echo "$as_me:$LINENO: result: $ac_file" >&5
2314
 
+echo "${ECHO_T}$ac_file" >&6
2315
 
+
2316
 
+# Check the compiler produces executables we can run.  If not, either
2317
 
+# the compiler is broken, or we cross compile.
2318
 
+echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2319
 
+echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2320
 
+# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2321
 
+# If not cross compiling, check that we can run a simple program.
2322
 
+if test "$cross_compiling" != yes; then
2323
 
+  if { ac_try='./$ac_file'
2324
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2325
 
+  (eval $ac_try) 2>&5
2326
 
+  ac_status=$?
2327
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2328
 
+  (exit $ac_status); }; }; then
2329
 
+    cross_compiling=no
2330
 
+  else
2331
 
+    if test "$cross_compiling" = maybe; then
2332
 
+       cross_compiling=yes
2333
 
+    else
2334
 
+       { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2335
 
+If you meant to cross compile, use \`--host'.
2336
 
+See \`config.log' for more details." >&5
2337
 
+echo "$as_me: error: cannot run C compiled programs.
2338
 
+If you meant to cross compile, use \`--host'.
2339
 
+See \`config.log' for more details." >&2;}
2340
 
+   { (exit 1); exit 1; }; }
2341
 
+    fi
2342
 
+  fi
2343
 
+fi
2344
 
+echo "$as_me:$LINENO: result: yes" >&5
2345
 
+echo "${ECHO_T}yes" >&6
2346
 
+
2347
 
+rm -f a.out a.exe conftest$ac_cv_exeext b.out
2348
 
+ac_clean_files=$ac_clean_files_save
2349
 
+# Check the compiler produces executables we can run.  If not, either
2350
 
+# the compiler is broken, or we cross compile.
2351
 
+echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2352
 
+echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2353
 
+echo "$as_me:$LINENO: result: $cross_compiling" >&5
2354
 
+echo "${ECHO_T}$cross_compiling" >&6
2355
 
+
2356
 
+echo "$as_me:$LINENO: checking for suffix of executables" >&5
2357
 
+echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2358
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2359
 
+  (eval $ac_link) 2>&5
2360
 
+  ac_status=$?
2361
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2362
 
+  (exit $ac_status); }; then
2363
 
+  # If both `conftest.exe' and `conftest' are `present' (well, observable)
2364
 
+# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2365
 
+# work properly (i.e., refer to `conftest.exe'), while it won't with
2366
 
+# `rm'.
2367
 
+for ac_file in conftest.exe conftest conftest.*; do
2368
 
+  test -f "$ac_file" || continue
2369
 
+  case $ac_file in
2370
 
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2371
 
+    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2372
 
+         export ac_cv_exeext
2373
 
+         break;;
2374
 
+    * ) break;;
2375
 
+  esac
2376
 
+done
2377
 
+else
2378
 
+  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2379
 
+See \`config.log' for more details." >&5
2380
 
+echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2381
 
+See \`config.log' for more details." >&2;}
2382
 
+   { (exit 1); exit 1; }; }
2383
 
+fi
2384
 
+
2385
 
+rm -f conftest$ac_cv_exeext
2386
 
+echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2387
 
+echo "${ECHO_T}$ac_cv_exeext" >&6
2388
 
+
2389
 
+rm -f conftest.$ac_ext
2390
 
+EXEEXT=$ac_cv_exeext
2391
 
+ac_exeext=$EXEEXT
2392
 
+echo "$as_me:$LINENO: checking for suffix of object files" >&5
2393
 
+echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2394
 
+if test "${ac_cv_objext+set}" = set; then
2395
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
2396
 
+else
2397
 
+  cat >conftest.$ac_ext <<_ACEOF
2398
 
+/* confdefs.h.  */
2399
 
+_ACEOF
2400
 
+cat confdefs.h >>conftest.$ac_ext
2401
 
+cat >>conftest.$ac_ext <<_ACEOF
2402
 
+/* end confdefs.h.  */
2403
 
+
2404
 
+int
2405
 
+main ()
2406
 
+{
2407
 
+
2408
 
+  ;
2409
 
+  return 0;
2410
 
+}
2411
 
+_ACEOF
2412
 
+rm -f conftest.o conftest.obj
2413
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2414
 
+  (eval $ac_compile) 2>&5
2415
 
+  ac_status=$?
2416
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2417
 
+  (exit $ac_status); }; then
2418
 
+  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2419
 
+  case $ac_file in
2420
 
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2421
 
+    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2422
 
+       break;;
2423
 
+  esac
2424
 
+done
2425
 
+else
2426
 
+  echo "$as_me: failed program was:" >&5
2427
 
+sed 's/^/| /' conftest.$ac_ext >&5
2428
 
+
2429
 
+{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2430
 
+See \`config.log' for more details." >&5
2431
 
+echo "$as_me: error: cannot compute suffix of object files: cannot compile
2432
 
+See \`config.log' for more details." >&2;}
2433
 
+   { (exit 1); exit 1; }; }
2434
 
+fi
2435
 
+
2436
 
+rm -f conftest.$ac_cv_objext conftest.$ac_ext
2437
 
+fi
2438
 
+echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2439
 
+echo "${ECHO_T}$ac_cv_objext" >&6
2440
 
+OBJEXT=$ac_cv_objext
2441
 
+ac_objext=$OBJEXT
2442
 
+echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2443
 
+echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2444
 
+if test "${ac_cv_c_compiler_gnu+set}" = set; then
2445
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
2446
 
+else
2447
 
+  cat >conftest.$ac_ext <<_ACEOF
2448
 
+/* confdefs.h.  */
2449
 
+_ACEOF
2450
 
+cat confdefs.h >>conftest.$ac_ext
2451
 
+cat >>conftest.$ac_ext <<_ACEOF
2452
 
+/* end confdefs.h.  */
2453
 
+
2454
 
+int
2455
 
+main ()
2456
 
+{
2457
 
+#ifndef __GNUC__
2458
 
+       choke me
2459
 
+#endif
2460
 
+
2461
 
+  ;
2462
 
+  return 0;
2463
 
+}
2464
 
+_ACEOF
2465
 
+rm -f conftest.$ac_objext
2466
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2467
 
+  (eval $ac_compile) 2>conftest.er1
2468
 
+  ac_status=$?
2469
 
+  grep -v '^ *+' conftest.er1 >conftest.err
2470
 
+  rm -f conftest.er1
2471
 
+  cat conftest.err >&5
2472
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2473
 
+  (exit $ac_status); } &&
2474
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2475
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2476
 
+  (eval $ac_try) 2>&5
2477
 
+  ac_status=$?
2478
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2479
 
+  (exit $ac_status); }; } &&
2480
 
+        { ac_try='test -s conftest.$ac_objext'
2481
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2482
 
+  (eval $ac_try) 2>&5
2483
 
+  ac_status=$?
2484
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2485
 
+  (exit $ac_status); }; }; then
2486
 
+  ac_compiler_gnu=yes
2487
 
+else
2488
 
+  echo "$as_me: failed program was:" >&5
2489
 
+sed 's/^/| /' conftest.$ac_ext >&5
2490
 
+
2491
 
+ac_compiler_gnu=no
2492
 
+fi
2493
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2494
 
+ac_cv_c_compiler_gnu=$ac_compiler_gnu
2495
 
+
2496
 
+fi
2497
 
+echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2498
 
+echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2499
 
+GCC=`test $ac_compiler_gnu = yes && echo yes`
2500
 
+ac_test_CFLAGS=${CFLAGS+set}
2501
 
+ac_save_CFLAGS=$CFLAGS
2502
 
+CFLAGS="-g"
2503
 
+echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2504
 
+echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2505
 
+if test "${ac_cv_prog_cc_g+set}" = set; then
2506
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
2507
 
+else
2508
 
+  cat >conftest.$ac_ext <<_ACEOF
2509
 
+/* confdefs.h.  */
2510
 
+_ACEOF
2511
 
+cat confdefs.h >>conftest.$ac_ext
2512
 
+cat >>conftest.$ac_ext <<_ACEOF
2513
 
+/* end confdefs.h.  */
2514
 
+
2515
 
+int
2516
 
+main ()
2517
 
+{
2518
 
+
2519
 
+  ;
2520
 
+  return 0;
2521
 
+}
2522
 
+_ACEOF
2523
 
+rm -f conftest.$ac_objext
2524
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2525
 
+  (eval $ac_compile) 2>conftest.er1
2526
 
+  ac_status=$?
2527
 
+  grep -v '^ *+' conftest.er1 >conftest.err
2528
 
+  rm -f conftest.er1
2529
 
+  cat conftest.err >&5
2530
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2531
 
+  (exit $ac_status); } &&
2532
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2533
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2534
 
+  (eval $ac_try) 2>&5
2535
 
+  ac_status=$?
2536
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2537
 
+  (exit $ac_status); }; } &&
2538
 
+        { ac_try='test -s conftest.$ac_objext'
2539
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2540
 
+  (eval $ac_try) 2>&5
2541
 
+  ac_status=$?
2542
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2543
 
+  (exit $ac_status); }; }; then
2544
 
+  ac_cv_prog_cc_g=yes
2545
 
+else
2546
 
+  echo "$as_me: failed program was:" >&5
2547
 
+sed 's/^/| /' conftest.$ac_ext >&5
2548
 
+
2549
 
+ac_cv_prog_cc_g=no
2550
 
+fi
2551
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2552
 
+fi
2553
 
+echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2554
 
+echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2555
 
+if test "$ac_test_CFLAGS" = set; then
2556
 
+  CFLAGS=$ac_save_CFLAGS
2557
 
+elif test $ac_cv_prog_cc_g = yes; then
2558
 
+  if test "$GCC" = yes; then
2559
 
+    CFLAGS="-g -O2"
2560
 
+  else
2561
 
+    CFLAGS="-g"
2562
 
+  fi
2563
 
+else
2564
 
+  if test "$GCC" = yes; then
2565
 
+    CFLAGS="-O2"
2566
 
+  else
2567
 
+    CFLAGS=
2568
 
+  fi
2569
 
+fi
2570
 
+echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2571
 
+echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2572
 
+if test "${ac_cv_prog_cc_stdc+set}" = set; then
2573
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
2574
 
+else
2575
 
+  ac_cv_prog_cc_stdc=no
2576
 
+ac_save_CC=$CC
2577
 
+cat >conftest.$ac_ext <<_ACEOF
2578
 
+/* confdefs.h.  */
2579
 
+_ACEOF
2580
 
+cat confdefs.h >>conftest.$ac_ext
2581
 
+cat >>conftest.$ac_ext <<_ACEOF
2582
 
+/* end confdefs.h.  */
2583
 
+#include <stdarg.h>
2584
 
+#include <stdio.h>
2585
 
+#include <sys/types.h>
2586
 
+#include <sys/stat.h>
2587
 
+/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
2588
 
+struct buf { int x; };
2589
 
+FILE * (*rcsopen) (struct buf *, struct stat *, int);
2590
 
+static char *e (p, i)
2591
 
+     char **p;
2592
 
+     int i;
2593
 
+{
2594
 
+  return p[i];
2595
 
+}
2596
 
+static char *f (char * (*g) (char **, int), char **p, ...)
2597
 
+{
2598
 
+  char *s;
2599
 
+  va_list v;
2600
 
+  va_start (v,p);
2601
 
+  s = g (p, va_arg (v,int));
2602
 
+  va_end (v);
2603
 
+  return s;
2604
 
+}
2605
 
+
2606
 
+/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
2607
 
+   function prototypes and stuff, but not '\xHH' hex character constants.
2608
 
+   These don't provoke an error unfortunately, instead are silently treated
2609
 
+   as 'x'.  The following induces an error, until -std1 is added to get
2610
 
+   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
2611
 
+   array size at least.  It's necessary to write '\x00'==0 to get something
2612
 
+   that's true only with -std1.  */
2613
 
+int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2614
 
+
2615
 
+int test (int i, double x);
2616
 
+struct s1 {int (*f) (int a);};
2617
 
+struct s2 {int (*f) (double a);};
2618
 
+int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2619
 
+int argc;
2620
 
+char **argv;
2621
 
+int
2622
 
+main ()
2623
 
+{
2624
 
+return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
2625
 
+  ;
2626
 
+  return 0;
2627
 
+}
2628
 
+_ACEOF
2629
 
+# Don't try gcc -ansi; that turns off useful extensions and
2630
 
+# breaks some systems' header files.
2631
 
+# AIX                  -qlanglvl=ansi
2632
 
+# Ultrix and OSF/1     -std1
2633
 
+# HP-UX 10.20 and later        -Ae
2634
 
+# HP-UX older versions -Aa -D_HPUX_SOURCE
2635
 
+# SVR4                 -Xc -D__EXTENSIONS__
2636
 
+for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2637
 
+do
2638
 
+  CC="$ac_save_CC $ac_arg"
2639
 
+  rm -f conftest.$ac_objext
2640
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2641
 
+  (eval $ac_compile) 2>conftest.er1
2642
 
+  ac_status=$?
2643
 
+  grep -v '^ *+' conftest.er1 >conftest.err
2644
 
+  rm -f conftest.er1
2645
 
+  cat conftest.err >&5
2646
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2647
 
+  (exit $ac_status); } &&
2648
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2649
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2650
 
+  (eval $ac_try) 2>&5
2651
 
+  ac_status=$?
2652
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2653
 
+  (exit $ac_status); }; } &&
2654
 
+        { ac_try='test -s conftest.$ac_objext'
2655
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2656
 
+  (eval $ac_try) 2>&5
2657
 
+  ac_status=$?
2658
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2659
 
+  (exit $ac_status); }; }; then
2660
 
+  ac_cv_prog_cc_stdc=$ac_arg
2661
 
+break
2662
 
+else
2663
 
+  echo "$as_me: failed program was:" >&5
2664
 
+sed 's/^/| /' conftest.$ac_ext >&5
2665
 
+
2666
 
+fi
2667
 
+rm -f conftest.err conftest.$ac_objext 
2668
 
+done
2669
 
+rm -f conftest.$ac_ext conftest.$ac_objext
2670
 
+CC=$ac_save_CC
2671
 
+
2672
 
+fi
2673
 
+
2674
 
+case "x$ac_cv_prog_cc_stdc" in
2675
 
+  x|xno)
2676
 
+    echo "$as_me:$LINENO: result: none needed" >&5
2677
 
+echo "${ECHO_T}none needed" >&6 ;;
2678
 
+  *)
2679
 
+    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2680
 
+echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2681
 
+    CC="$CC $ac_cv_prog_cc_stdc" ;;
2682
 
+esac
2683
 
+
2684
 
+# Some people use a C++ compiler to compile C.  Since we use `exit',
2685
 
+# in C++ we need to declare it.  In case someone uses the same compiler
2686
 
+# for both compiling C and C++ we need to have the C++ compiler decide
2687
 
+# the declaration of exit, since it's the most demanding environment.
2688
 
+cat >conftest.$ac_ext <<_ACEOF
2689
 
+@%:@ifndef __cplusplus
2690
 
+  choke me
2691
 
+@%:@endif
2692
 
+_ACEOF
2693
 
+rm -f conftest.$ac_objext
2694
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2695
 
+  (eval $ac_compile) 2>conftest.er1
2696
 
+  ac_status=$?
2697
 
+  grep -v '^ *+' conftest.er1 >conftest.err
2698
 
+  rm -f conftest.er1
2699
 
+  cat conftest.err >&5
2700
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2701
 
+  (exit $ac_status); } &&
2702
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2703
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2704
 
+  (eval $ac_try) 2>&5
2705
 
+  ac_status=$?
2706
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2707
 
+  (exit $ac_status); }; } &&
2708
 
+        { ac_try='test -s conftest.$ac_objext'
2709
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2710
 
+  (eval $ac_try) 2>&5
2711
 
+  ac_status=$?
2712
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2713
 
+  (exit $ac_status); }; }; then
2714
 
+  for ac_declaration in \
2715
 
+   '' \
2716
 
+   'extern "C" void std::exit (int) throw (); using std::exit;' \
2717
 
+   'extern "C" void std::exit (int); using std::exit;' \
2718
 
+   'extern "C" void exit (int) throw ();' \
2719
 
+   'extern "C" void exit (int);' \
2720
 
+   'void exit (int);'
2721
 
+do
2722
 
+  cat >conftest.$ac_ext <<_ACEOF
2723
 
+/* confdefs.h.  */
2724
 
+_ACEOF
2725
 
+cat confdefs.h >>conftest.$ac_ext
2726
 
+cat >>conftest.$ac_ext <<_ACEOF
2727
 
+/* end confdefs.h.  */
2728
 
+$ac_declaration
2729
 
+@%:@include <stdlib.h>
2730
 
+int
2731
 
+main ()
2732
 
+{
2733
 
+exit (42);
2734
 
+  ;
2735
 
+  return 0;
2736
 
+}
2737
 
+_ACEOF
2738
 
+rm -f conftest.$ac_objext
2739
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2740
 
+  (eval $ac_compile) 2>conftest.er1
2741
 
+  ac_status=$?
2742
 
+  grep -v '^ *+' conftest.er1 >conftest.err
2743
 
+  rm -f conftest.er1
2744
 
+  cat conftest.err >&5
2745
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2746
 
+  (exit $ac_status); } &&
2747
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2748
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2749
 
+  (eval $ac_try) 2>&5
2750
 
+  ac_status=$?
2751
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2752
 
+  (exit $ac_status); }; } &&
2753
 
+        { ac_try='test -s conftest.$ac_objext'
2754
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2755
 
+  (eval $ac_try) 2>&5
2756
 
+  ac_status=$?
2757
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2758
 
+  (exit $ac_status); }; }; then
2759
 
+  :
2760
 
+else
2761
 
+  echo "$as_me: failed program was:" >&5
2762
 
+sed 's/^/| /' conftest.$ac_ext >&5
2763
 
+
2764
 
+continue
2765
 
+fi
2766
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2767
 
+  cat >conftest.$ac_ext <<_ACEOF
2768
 
+/* confdefs.h.  */
2769
 
+_ACEOF
2770
 
+cat confdefs.h >>conftest.$ac_ext
2771
 
+cat >>conftest.$ac_ext <<_ACEOF
2772
 
+/* end confdefs.h.  */
2773
 
+$ac_declaration
2774
 
+int
2775
 
+main ()
2776
 
+{
2777
 
+exit (42);
2778
 
+  ;
2779
 
+  return 0;
2780
 
+}
2781
 
+_ACEOF
2782
 
+rm -f conftest.$ac_objext
2783
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2784
 
+  (eval $ac_compile) 2>conftest.er1
2785
 
+  ac_status=$?
2786
 
+  grep -v '^ *+' conftest.er1 >conftest.err
2787
 
+  rm -f conftest.er1
2788
 
+  cat conftest.err >&5
2789
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2790
 
+  (exit $ac_status); } &&
2791
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2792
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2793
 
+  (eval $ac_try) 2>&5
2794
 
+  ac_status=$?
2795
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2796
 
+  (exit $ac_status); }; } &&
2797
 
+        { ac_try='test -s conftest.$ac_objext'
2798
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2799
 
+  (eval $ac_try) 2>&5
2800
 
+  ac_status=$?
2801
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2802
 
+  (exit $ac_status); }; }; then
2803
 
+  break
2804
 
+else
2805
 
+  echo "$as_me: failed program was:" >&5
2806
 
+sed 's/^/| /' conftest.$ac_ext >&5
2807
 
+
2808
 
+fi
2809
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2810
 
+done
2811
 
+rm -f conftest*
2812
 
+if test -n "$ac_declaration"; then
2813
 
+  echo '#ifdef __cplusplus' >>confdefs.h
2814
 
+  echo $ac_declaration      >>confdefs.h
2815
 
+  echo '#endif'             >>confdefs.h
2816
 
+fi
2817
 
+
2818
 
+else
2819
 
+  echo "$as_me: failed program was:" >&5
2820
 
+sed 's/^/| /' conftest.$ac_ext >&5
2821
 
+
2822
 
+fi
2823
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2824
 
+ac_ext=c
2825
 
+ac_cpp='$CPP $CPPFLAGS'
2826
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2827
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2828
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
2829
 
+
2830
 
+depcc="$CC"   am_compiler_list=
2831
 
+
2832
 
+echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2833
 
+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
2834
 
+if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
2835
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
2836
 
+else
2837
 
+  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2838
 
+  # We make a subdir and do the tests there.  Otherwise we can end up
2839
 
+  # making bogus files that we don't know about and never remove.  For
2840
 
+  # instance it was reported that on HP-UX the gcc test will end up
2841
 
+  # making a dummy file named `D' -- because `-MD' means `put the output
2842
 
+  # in D'.
2843
 
+  mkdir conftest.dir
2844
 
+  # Copy depcomp to subdir because otherwise we won't find it if we're
2845
 
+  # using a relative directory.
2846
 
+  cp "$am_depcomp" conftest.dir
2847
 
+  cd conftest.dir
2848
 
+  # We will build objects and dependencies in a subdirectory because
2849
 
+  # it helps to detect inapplicable dependency modes.  For instance
2850
 
+  # both Tru64's cc and ICC support -MD to output dependencies as a
2851
 
+  # side effect of compilation, but ICC will put the dependencies in
2852
 
+  # the current directory while Tru64 will put them in the object
2853
 
+  # directory.
2854
 
+  mkdir sub
2855
 
+
2856
 
+  am_cv_CC_dependencies_compiler_type=none
2857
 
+  if test "$am_compiler_list" = ""; then
2858
 
+     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2859
 
+  fi
2860
 
+  for depmode in $am_compiler_list; do
2861
 
+    # Setup a source with many dependencies, because some compilers
2862
 
+    # like to wrap large dependency lists on column 80 (with \), and
2863
 
+    # we should not choose a depcomp mode which is confused by this.
2864
 
+    #
2865
 
+    # We need to recreate these files for each test, as the compiler may
2866
 
+    # overwrite some of them when testing with obscure command lines.
2867
 
+    # This happens at least with the AIX C compiler.
2868
 
+    : > sub/conftest.c
2869
 
+    for i in 1 2 3 4 5 6; do
2870
 
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
2871
 
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
2872
 
+      # Solaris 8's {/usr,}/bin/sh.
2873
 
+      touch sub/conftst$i.h
2874
 
+    done
2875
 
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
2876
 
+
2877
 
+    case $depmode in
2878
 
+    nosideeffect)
2879
 
+      # after this tag, mechanisms are not by side-effect, so they'll
2880
 
+      # only be used when explicitly requested
2881
 
+      if test "x$enable_dependency_tracking" = xyes; then
2882
 
+       continue
2883
 
+      else
2884
 
+       break
2885
 
+      fi
2886
 
+      ;;
2887
 
+    none) break ;;
2888
 
+    esac
2889
 
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
2890
 
+    # mode.  It turns out that the SunPro C++ compiler does not properly
2891
 
+    # handle `-M -o', and we need to detect this.
2892
 
+    if depmode=$depmode \
2893
 
+       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
2894
 
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
2895
 
+       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
2896
 
+         >/dev/null 2>conftest.err &&
2897
 
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
2898
 
+       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
2899
 
+       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
2900
 
+      # icc doesn't choke on unknown options, it will just issue warnings
2901
 
+      # or remarks (even with -Werror).  So we grep stderr for any message
2902
 
+      # that says an option was ignored or not supported.
2903
 
+      # When given -MP, icc 7.0 and 7.1 complain thusly:
2904
 
+      #   icc: Command line warning: ignoring option '-M'; no argument required
2905
 
+      # The diagnosis changed in icc 8.0:
2906
 
+      #   icc: Command line remark: option '-MP' not supported
2907
 
+      if (grep 'ignoring option' conftest.err ||
2908
 
+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
2909
 
+        am_cv_CC_dependencies_compiler_type=$depmode
2910
 
+        break
2911
 
+      fi
2912
 
+    fi
2913
 
+  done
2914
 
+
2915
 
+  cd ..
2916
 
+  rm -rf conftest.dir
2917
 
+else
2918
 
+  am_cv_CC_dependencies_compiler_type=none
2919
 
+fi
2920
 
+
2921
 
+fi
2922
 
+echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
2923
 
+echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
2924
 
+CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
2925
 
+
2926
 
2927
 
+
2928
 
+if 
2929
 
+  test "x$enable_dependency_tracking" != xno \
2930
 
+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
2931
 
+  am__fastdepCC_TRUE=
2932
 
+  am__fastdepCC_FALSE='#'
2933
 
+else
2934
 
+  am__fastdepCC_TRUE='#'
2935
 
+  am__fastdepCC_FALSE=
2936
 
+fi
2937
 
+
2938
 
+
2939
 
+
2940
 
+ac_ext=c
2941
 
+ac_cpp='$CPP $CPPFLAGS'
2942
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2943
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2944
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
2945
 
+echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
2946
 
+echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
2947
 
+# On Suns, sometimes $CPP names a directory.
2948
 
+if test -n "$CPP" && test -d "$CPP"; then
2949
 
+  CPP=
2950
 
+fi
2951
 
+if test -z "$CPP"; then
2952
 
+  if test "${ac_cv_prog_CPP+set}" = set; then
2953
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
2954
 
+else
2955
 
+      # Double quotes because CPP needs to be expanded
2956
 
+    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2957
 
+    do
2958
 
+      ac_preproc_ok=false
2959
 
+for ac_c_preproc_warn_flag in '' yes
2960
 
+do
2961
 
+  # Use a header file that comes with gcc, so configuring glibc
2962
 
+  # with a fresh cross-compiler works.
2963
 
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2964
 
+  # <limits.h> exists even on freestanding compilers.
2965
 
+  # On the NeXT, cc -E runs the code through the compiler's parser,
2966
 
+  # not just through cpp. "Syntax error" is here to catch this case.
2967
 
+  cat >conftest.$ac_ext <<_ACEOF
2968
 
+/* confdefs.h.  */
2969
 
+_ACEOF
2970
 
+cat confdefs.h >>conftest.$ac_ext
2971
 
+cat >>conftest.$ac_ext <<_ACEOF
2972
 
+/* end confdefs.h.  */
2973
 
+@%:@ifdef __STDC__
2974
 
+@%:@ include <limits.h>
2975
 
+@%:@else
2976
 
+@%:@ include <assert.h>
2977
 
+@%:@endif
2978
 
+                    Syntax error
2979
 
+_ACEOF
2980
 
+if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2981
 
+  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2982
 
+  ac_status=$?
2983
 
+  grep -v '^ *+' conftest.er1 >conftest.err
2984
 
+  rm -f conftest.er1
2985
 
+  cat conftest.err >&5
2986
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2987
 
+  (exit $ac_status); } >/dev/null; then
2988
 
+  if test -s conftest.err; then
2989
 
+    ac_cpp_err=$ac_c_preproc_warn_flag
2990
 
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2991
 
+  else
2992
 
+    ac_cpp_err=
2993
 
+  fi
2994
 
+else
2995
 
+  ac_cpp_err=yes
2996
 
+fi
2997
 
+if test -z "$ac_cpp_err"; then
2998
 
+  :
2999
 
+else
3000
 
+  echo "$as_me: failed program was:" >&5
3001
 
+sed 's/^/| /' conftest.$ac_ext >&5
3002
 
+
3003
 
+  # Broken: fails on valid input.
3004
 
+continue
3005
 
+fi
3006
 
+rm -f conftest.err conftest.$ac_ext
3007
 
+
3008
 
+  # OK, works on sane cases.  Now check whether non-existent headers
3009
 
+  # can be detected and how.
3010
 
+  cat >conftest.$ac_ext <<_ACEOF
3011
 
+/* confdefs.h.  */
3012
 
+_ACEOF
3013
 
+cat confdefs.h >>conftest.$ac_ext
3014
 
+cat >>conftest.$ac_ext <<_ACEOF
3015
 
+/* end confdefs.h.  */
3016
 
+@%:@include <ac_nonexistent.h>
3017
 
+_ACEOF
3018
 
+if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3019
 
+  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3020
 
+  ac_status=$?
3021
 
+  grep -v '^ *+' conftest.er1 >conftest.err
3022
 
+  rm -f conftest.er1
3023
 
+  cat conftest.err >&5
3024
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3025
 
+  (exit $ac_status); } >/dev/null; then
3026
 
+  if test -s conftest.err; then
3027
 
+    ac_cpp_err=$ac_c_preproc_warn_flag
3028
 
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3029
 
+  else
3030
 
+    ac_cpp_err=
3031
 
+  fi
3032
 
+else
3033
 
+  ac_cpp_err=yes
3034
 
+fi
3035
 
+if test -z "$ac_cpp_err"; then
3036
 
+  # Broken: success on invalid input.
3037
 
+continue
3038
 
+else
3039
 
+  echo "$as_me: failed program was:" >&5
3040
 
+sed 's/^/| /' conftest.$ac_ext >&5
3041
 
+
3042
 
+  # Passes both tests.
3043
 
+ac_preproc_ok=:
3044
 
+break
3045
 
+fi
3046
 
+rm -f conftest.err conftest.$ac_ext
3047
 
+
3048
 
+done
3049
 
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3050
 
+rm -f conftest.err conftest.$ac_ext
3051
 
+if $ac_preproc_ok; then
3052
 
+  break
3053
 
+fi
3054
 
+
3055
 
+    done
3056
 
+    ac_cv_prog_CPP=$CPP
3057
 
+  
3058
 
+fi
3059
 
+  CPP=$ac_cv_prog_CPP
3060
 
+else
3061
 
+  ac_cv_prog_CPP=$CPP
3062
 
+fi
3063
 
+echo "$as_me:$LINENO: result: $CPP" >&5
3064
 
+echo "${ECHO_T}$CPP" >&6
3065
 
+ac_preproc_ok=false
3066
 
+for ac_c_preproc_warn_flag in '' yes
3067
 
+do
3068
 
+  # Use a header file that comes with gcc, so configuring glibc
3069
 
+  # with a fresh cross-compiler works.
3070
 
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3071
 
+  # <limits.h> exists even on freestanding compilers.
3072
 
+  # On the NeXT, cc -E runs the code through the compiler's parser,
3073
 
+  # not just through cpp. "Syntax error" is here to catch this case.
3074
 
+  cat >conftest.$ac_ext <<_ACEOF
3075
 
+/* confdefs.h.  */
3076
 
+_ACEOF
3077
 
+cat confdefs.h >>conftest.$ac_ext
3078
 
+cat >>conftest.$ac_ext <<_ACEOF
3079
 
+/* end confdefs.h.  */
3080
 
+@%:@ifdef __STDC__
3081
 
+@%:@ include <limits.h>
3082
 
+@%:@else
3083
 
+@%:@ include <assert.h>
3084
 
+@%:@endif
3085
 
+                    Syntax error
3086
 
+_ACEOF
3087
 
+if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3088
 
+  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3089
 
+  ac_status=$?
3090
 
+  grep -v '^ *+' conftest.er1 >conftest.err
3091
 
+  rm -f conftest.er1
3092
 
+  cat conftest.err >&5
3093
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3094
 
+  (exit $ac_status); } >/dev/null; then
3095
 
+  if test -s conftest.err; then
3096
 
+    ac_cpp_err=$ac_c_preproc_warn_flag
3097
 
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3098
 
+  else
3099
 
+    ac_cpp_err=
3100
 
+  fi
3101
 
+else
3102
 
+  ac_cpp_err=yes
3103
 
+fi
3104
 
+if test -z "$ac_cpp_err"; then
3105
 
+  :
3106
 
+else
3107
 
+  echo "$as_me: failed program was:" >&5
3108
 
+sed 's/^/| /' conftest.$ac_ext >&5
3109
 
+
3110
 
+  # Broken: fails on valid input.
3111
 
+continue
3112
 
+fi
3113
 
+rm -f conftest.err conftest.$ac_ext
3114
 
+
3115
 
+  # OK, works on sane cases.  Now check whether non-existent headers
3116
 
+  # can be detected and how.
3117
 
+  cat >conftest.$ac_ext <<_ACEOF
3118
 
+/* confdefs.h.  */
3119
 
+_ACEOF
3120
 
+cat confdefs.h >>conftest.$ac_ext
3121
 
+cat >>conftest.$ac_ext <<_ACEOF
3122
 
+/* end confdefs.h.  */
3123
 
+@%:@include <ac_nonexistent.h>
3124
 
+_ACEOF
3125
 
+if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3126
 
+  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3127
 
+  ac_status=$?
3128
 
+  grep -v '^ *+' conftest.er1 >conftest.err
3129
 
+  rm -f conftest.er1
3130
 
+  cat conftest.err >&5
3131
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3132
 
+  (exit $ac_status); } >/dev/null; then
3133
 
+  if test -s conftest.err; then
3134
 
+    ac_cpp_err=$ac_c_preproc_warn_flag
3135
 
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3136
 
+  else
3137
 
+    ac_cpp_err=
3138
 
+  fi
3139
 
+else
3140
 
+  ac_cpp_err=yes
3141
 
+fi
3142
 
+if test -z "$ac_cpp_err"; then
3143
 
+  # Broken: success on invalid input.
3144
 
+continue
3145
 
+else
3146
 
+  echo "$as_me: failed program was:" >&5
3147
 
+sed 's/^/| /' conftest.$ac_ext >&5
3148
 
+
3149
 
+  # Passes both tests.
3150
 
+ac_preproc_ok=:
3151
 
+break
3152
 
+fi
3153
 
+rm -f conftest.err conftest.$ac_ext
3154
 
+
3155
 
+done
3156
 
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3157
 
+rm -f conftest.err conftest.$ac_ext
3158
 
+if $ac_preproc_ok; then
3159
 
+  :
3160
 
+else
3161
 
+  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3162
 
+See \`config.log' for more details." >&5
3163
 
+echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3164
 
+See \`config.log' for more details." >&2;}
3165
 
+   { (exit 1); exit 1; }; }
3166
 
+fi
3167
 
+
3168
 
+ac_ext=c
3169
 
+ac_cpp='$CPP $CPPFLAGS'
3170
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3171
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3172
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
3173
 
+
3174
 
+
3175
 
+echo "$as_me:$LINENO: checking for egrep" >&5
3176
 
+echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3177
 
+if test "${ac_cv_prog_egrep+set}" = set; then
3178
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
3179
 
+else
3180
 
+  if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3181
 
+    then ac_cv_prog_egrep='grep -E'
3182
 
+    else ac_cv_prog_egrep='egrep'
3183
 
+    fi
3184
 
+fi
3185
 
+echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3186
 
+echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3187
 
+ EGREP=$ac_cv_prog_egrep
3188
 
3189
 
+
3190
 
+
3191
 
+echo "$as_me:$LINENO: checking for AIX" >&5
3192
 
+echo $ECHO_N "checking for AIX... $ECHO_C" >&6
3193
 
+cat >conftest.$ac_ext <<_ACEOF
3194
 
+/* confdefs.h.  */
3195
 
+_ACEOF
3196
 
+cat confdefs.h >>conftest.$ac_ext
3197
 
+cat >>conftest.$ac_ext <<_ACEOF
3198
 
+/* end confdefs.h.  */
3199
 
+#ifdef _AIX
3200
 
+  yes
3201
 
+#endif
3202
 
+
3203
 
+_ACEOF
3204
 
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3205
 
+  $EGREP "yes" >/dev/null 2>&1; then
3206
 
+  echo "$as_me:$LINENO: result: yes" >&5
3207
 
+echo "${ECHO_T}yes" >&6
3208
 
+cat >>confdefs.h <<\_ACEOF
3209
 
+@%:@define _ALL_SOURCE 1
3210
 
+_ACEOF
3211
 
+
3212
 
+else
3213
 
+  echo "$as_me:$LINENO: result: no" >&5
3214
 
+echo "${ECHO_T}no" >&6
3215
 
+fi
3216
 
+rm -f conftest*
3217
 
+
3218
 
+
3219
 
+echo "$as_me:$LINENO: checking for ANSI C header files" >&5
3220
 
+echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
3221
 
+if test "${ac_cv_header_stdc+set}" = set; then
3222
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
3223
 
+else
3224
 
+  cat >conftest.$ac_ext <<_ACEOF
3225
 
+/* confdefs.h.  */
3226
 
+_ACEOF
3227
 
+cat confdefs.h >>conftest.$ac_ext
3228
 
+cat >>conftest.$ac_ext <<_ACEOF
3229
 
+/* end confdefs.h.  */
3230
 
+#include <stdlib.h>
3231
 
+#include <stdarg.h>
3232
 
+#include <string.h>
3233
 
+#include <float.h>
3234
 
+
3235
 
+int
3236
 
+main ()
3237
 
+{
3238
 
+
3239
 
+  ;
3240
 
+  return 0;
3241
 
+}
3242
 
+_ACEOF
3243
 
+rm -f conftest.$ac_objext
3244
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3245
 
+  (eval $ac_compile) 2>conftest.er1
3246
 
+  ac_status=$?
3247
 
+  grep -v '^ *+' conftest.er1 >conftest.err
3248
 
+  rm -f conftest.er1
3249
 
+  cat conftest.err >&5
3250
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3251
 
+  (exit $ac_status); } &&
3252
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
3253
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3254
 
+  (eval $ac_try) 2>&5
3255
 
+  ac_status=$?
3256
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3257
 
+  (exit $ac_status); }; } &&
3258
 
+        { ac_try='test -s conftest.$ac_objext'
3259
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3260
 
+  (eval $ac_try) 2>&5
3261
 
+  ac_status=$?
3262
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3263
 
+  (exit $ac_status); }; }; then
3264
 
+  ac_cv_header_stdc=yes
3265
 
+else
3266
 
+  echo "$as_me: failed program was:" >&5
3267
 
+sed 's/^/| /' conftest.$ac_ext >&5
3268
 
+
3269
 
+ac_cv_header_stdc=no
3270
 
+fi
3271
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3272
 
+
3273
 
+if test $ac_cv_header_stdc = yes; then
3274
 
+  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3275
 
+  cat >conftest.$ac_ext <<_ACEOF
3276
 
+/* confdefs.h.  */
3277
 
+_ACEOF
3278
 
+cat confdefs.h >>conftest.$ac_ext
3279
 
+cat >>conftest.$ac_ext <<_ACEOF
3280
 
+/* end confdefs.h.  */
3281
 
+#include <string.h>
3282
 
+
3283
 
+_ACEOF
3284
 
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3285
 
+  $EGREP "memchr" >/dev/null 2>&1; then
3286
 
+  :
3287
 
+else
3288
 
+  ac_cv_header_stdc=no
3289
 
+fi
3290
 
+rm -f conftest*
3291
 
+
3292
 
+fi
3293
 
+
3294
 
+if test $ac_cv_header_stdc = yes; then
3295
 
+  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3296
 
+  cat >conftest.$ac_ext <<_ACEOF
3297
 
+/* confdefs.h.  */
3298
 
+_ACEOF
3299
 
+cat confdefs.h >>conftest.$ac_ext
3300
 
+cat >>conftest.$ac_ext <<_ACEOF
3301
 
+/* end confdefs.h.  */
3302
 
+#include <stdlib.h>
3303
 
+
3304
 
+_ACEOF
3305
 
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3306
 
+  $EGREP "free" >/dev/null 2>&1; then
3307
 
+  :
3308
 
+else
3309
 
+  ac_cv_header_stdc=no
3310
 
+fi
3311
 
+rm -f conftest*
3312
 
+
3313
 
+fi
3314
 
+
3315
 
+if test $ac_cv_header_stdc = yes; then
3316
 
+  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3317
 
+  if test "$cross_compiling" = yes; then
3318
 
+  :
3319
 
+else
3320
 
+  cat >conftest.$ac_ext <<_ACEOF
3321
 
+/* confdefs.h.  */
3322
 
+_ACEOF
3323
 
+cat confdefs.h >>conftest.$ac_ext
3324
 
+cat >>conftest.$ac_ext <<_ACEOF
3325
 
+/* end confdefs.h.  */
3326
 
+#include <ctype.h>
3327
 
+#if ((' ' & 0x0FF) == 0x020)
3328
 
+# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3329
 
+# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3330
 
+#else
3331
 
+# define ISLOWER(c) \
3332
 
+                  (('a' <= (c) && (c) <= 'i') \
3333
 
+                    || ('j' <= (c) && (c) <= 'r') \
3334
 
+                    || ('s' <= (c) && (c) <= 'z'))
3335
 
+# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3336
 
+#endif
3337
 
+
3338
 
+#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3339
 
+int
3340
 
+main ()
3341
 
+{
3342
 
+  int i;
3343
 
+  for (i = 0; i < 256; i++)
3344
 
+    if (XOR (islower (i), ISLOWER (i))
3345
 
+       || toupper (i) != TOUPPER (i))
3346
 
+      exit(2);
3347
 
+  exit (0);
3348
 
+}
3349
 
+_ACEOF
3350
 
+rm -f conftest$ac_exeext
3351
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3352
 
+  (eval $ac_link) 2>&5
3353
 
+  ac_status=$?
3354
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3355
 
+  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3356
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3357
 
+  (eval $ac_try) 2>&5
3358
 
+  ac_status=$?
3359
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3360
 
+  (exit $ac_status); }; }; then
3361
 
+  :
3362
 
+else
3363
 
+  echo "$as_me: program exited with status $ac_status" >&5
3364
 
+echo "$as_me: failed program was:" >&5
3365
 
+sed 's/^/| /' conftest.$ac_ext >&5
3366
 
+
3367
 
+( exit $ac_status )
3368
 
+ac_cv_header_stdc=no
3369
 
+fi
3370
 
+rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3371
 
+fi
3372
 
+fi
3373
 
+fi
3374
 
+echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
3375
 
+echo "${ECHO_T}$ac_cv_header_stdc" >&6
3376
 
+if test $ac_cv_header_stdc = yes; then
3377
 
+  
3378
 
+cat >>confdefs.h <<\_ACEOF
3379
 
+@%:@define STDC_HEADERS 1
3380
 
+_ACEOF
3381
 
+
3382
 
+fi
3383
 
+
3384
 
+# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3385
 
+
3386
 
+
3387
 
+
3388
 
+
3389
 
+
3390
 
+
3391
 
+
3392
 
+
3393
 
+
3394
 
+for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3395
 
+                 inttypes.h stdint.h unistd.h
3396
 
+do
3397
 
+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3398
 
+echo "$as_me:$LINENO: checking for $ac_header" >&5
3399
 
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3400
 
+if eval "test \"\${$as_ac_Header+set}\" = set"; then
3401
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
3402
 
+else
3403
 
+  cat >conftest.$ac_ext <<_ACEOF
3404
 
+/* confdefs.h.  */
3405
 
+_ACEOF
3406
 
+cat confdefs.h >>conftest.$ac_ext
3407
 
+cat >>conftest.$ac_ext <<_ACEOF
3408
 
+/* end confdefs.h.  */
3409
 
+$ac_includes_default
3410
 
+
3411
 
+@%:@include <$ac_header>
3412
 
+_ACEOF
3413
 
+rm -f conftest.$ac_objext
3414
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3415
 
+  (eval $ac_compile) 2>conftest.er1
3416
 
+  ac_status=$?
3417
 
+  grep -v '^ *+' conftest.er1 >conftest.err
3418
 
+  rm -f conftest.er1
3419
 
+  cat conftest.err >&5
3420
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3421
 
+  (exit $ac_status); } &&
3422
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
3423
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3424
 
+  (eval $ac_try) 2>&5
3425
 
+  ac_status=$?
3426
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3427
 
+  (exit $ac_status); }; } &&
3428
 
+        { ac_try='test -s conftest.$ac_objext'
3429
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3430
 
+  (eval $ac_try) 2>&5
3431
 
+  ac_status=$?
3432
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3433
 
+  (exit $ac_status); }; }; then
3434
 
+  eval "$as_ac_Header=yes"
3435
 
+else
3436
 
+  echo "$as_me: failed program was:" >&5
3437
 
+sed 's/^/| /' conftest.$ac_ext >&5
3438
 
+
3439
 
+eval "$as_ac_Header=no"
3440
 
+fi
3441
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3442
 
+fi
3443
 
+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3444
 
+echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3445
 
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
3446
 
+  cat >>confdefs.h <<_ACEOF
3447
 
+@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3448
 
+_ACEOF
3449
 
3450
 
+fi
3451
 
+
3452
 
+done
3453
 
+
3454
 
+
3455
 
+if test "${ac_cv_header_minix_config_h+set}" = set; then
3456
 
+  echo "$as_me:$LINENO: checking for minix/config.h" >&5
3457
 
+echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6
3458
 
+if test "${ac_cv_header_minix_config_h+set}" = set; then
3459
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
3460
 
+fi
3461
 
+echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
3462
 
+echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6
3463
 
+else
3464
 
+  # Is the header compilable?
3465
 
+echo "$as_me:$LINENO: checking minix/config.h usability" >&5
3466
 
+echo $ECHO_N "checking minix/config.h usability... $ECHO_C" >&6
3467
 
+cat >conftest.$ac_ext <<_ACEOF
3468
 
+/* confdefs.h.  */
3469
 
+_ACEOF
3470
 
+cat confdefs.h >>conftest.$ac_ext
3471
 
+cat >>conftest.$ac_ext <<_ACEOF
3472
 
+/* end confdefs.h.  */
3473
 
+$ac_includes_default
3474
 
+@%:@include <minix/config.h>
3475
 
+_ACEOF
3476
 
+rm -f conftest.$ac_objext
3477
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3478
 
+  (eval $ac_compile) 2>conftest.er1
3479
 
+  ac_status=$?
3480
 
+  grep -v '^ *+' conftest.er1 >conftest.err
3481
 
+  rm -f conftest.er1
3482
 
+  cat conftest.err >&5
3483
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3484
 
+  (exit $ac_status); } &&
3485
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
3486
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3487
 
+  (eval $ac_try) 2>&5
3488
 
+  ac_status=$?
3489
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3490
 
+  (exit $ac_status); }; } &&
3491
 
+        { ac_try='test -s conftest.$ac_objext'
3492
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3493
 
+  (eval $ac_try) 2>&5
3494
 
+  ac_status=$?
3495
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3496
 
+  (exit $ac_status); }; }; then
3497
 
+  ac_header_compiler=yes
3498
 
+else
3499
 
+  echo "$as_me: failed program was:" >&5
3500
 
+sed 's/^/| /' conftest.$ac_ext >&5
3501
 
+
3502
 
+ac_header_compiler=no
3503
 
+fi
3504
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3505
 
+echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3506
 
+echo "${ECHO_T}$ac_header_compiler" >&6
3507
 
+
3508
 
+# Is the header present?
3509
 
+echo "$as_me:$LINENO: checking minix/config.h presence" >&5
3510
 
+echo $ECHO_N "checking minix/config.h presence... $ECHO_C" >&6
3511
 
+cat >conftest.$ac_ext <<_ACEOF
3512
 
+/* confdefs.h.  */
3513
 
+_ACEOF
3514
 
+cat confdefs.h >>conftest.$ac_ext
3515
 
+cat >>conftest.$ac_ext <<_ACEOF
3516
 
+/* end confdefs.h.  */
3517
 
+@%:@include <minix/config.h>
3518
 
+_ACEOF
3519
 
+if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3520
 
+  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3521
 
+  ac_status=$?
3522
 
+  grep -v '^ *+' conftest.er1 >conftest.err
3523
 
+  rm -f conftest.er1
3524
 
+  cat conftest.err >&5
3525
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3526
 
+  (exit $ac_status); } >/dev/null; then
3527
 
+  if test -s conftest.err; then
3528
 
+    ac_cpp_err=$ac_c_preproc_warn_flag
3529
 
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3530
 
+  else
3531
 
+    ac_cpp_err=
3532
 
+  fi
3533
 
+else
3534
 
+  ac_cpp_err=yes
3535
 
+fi
3536
 
+if test -z "$ac_cpp_err"; then
3537
 
+  ac_header_preproc=yes
3538
 
+else
3539
 
+  echo "$as_me: failed program was:" >&5
3540
 
+sed 's/^/| /' conftest.$ac_ext >&5
3541
 
+
3542
 
+  ac_header_preproc=no
3543
 
+fi
3544
 
+rm -f conftest.err conftest.$ac_ext
3545
 
+echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3546
 
+echo "${ECHO_T}$ac_header_preproc" >&6
3547
 
+
3548
 
+# So?  What about this header?
3549
 
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3550
 
+  yes:no: )
3551
 
+    { echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5
3552
 
+echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
3553
 
+    { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5
3554
 
+echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;}
3555
 
+    ac_header_preproc=yes
3556
 
+    ;;
3557
 
+  no:yes:* )
3558
 
+    { echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5
3559
 
+echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;}
3560
 
+    { echo "$as_me:$LINENO: WARNING: minix/config.h:     check for missing prerequisite headers?" >&5
3561
 
+echo "$as_me: WARNING: minix/config.h:     check for missing prerequisite headers?" >&2;}
3562
 
+    { echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5
3563
 
+echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;}
3564
 
+    { echo "$as_me:$LINENO: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&5
3565
 
+echo "$as_me: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&2;}
3566
 
+    { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
3567
 
+echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;}
3568
 
+    { echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5
3569
 
+echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;}
3570
 
+    (
3571
 
+      cat <<\_ASBOX
3572
 
+@%:@@%:@ -------------------------------- @%:@@%:@
3573
 
+@%:@@%:@ Report this to laird@lbreyer.com @%:@@%:@
3574
 
+@%:@@%:@ -------------------------------- @%:@@%:@
3575
 
+_ASBOX
3576
 
+    ) |
3577
 
+      sed "s/^/$as_me: WARNING:     /" >&2
3578
 
+    ;;
3579
 
+esac
3580
 
+echo "$as_me:$LINENO: checking for minix/config.h" >&5
3581
 
+echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6
3582
 
+if test "${ac_cv_header_minix_config_h+set}" = set; then
3583
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
3584
 
+else
3585
 
+  ac_cv_header_minix_config_h=$ac_header_preproc
3586
 
+fi
3587
 
+echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
3588
 
+echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6
3589
 
+
3590
 
+fi
3591
 
+if test $ac_cv_header_minix_config_h = yes; then
3592
 
+  MINIX=yes
3593
 
+else
3594
 
+  MINIX=
3595
 
+fi
3596
 
+
3597
 
+
3598
 
+if test "$MINIX" = yes; then
3599
 
+  
3600
 
+cat >>confdefs.h <<\_ACEOF
3601
 
+@%:@define _POSIX_SOURCE 1
3602
 
+_ACEOF
3603
 
+
3604
 
+  
3605
 
+cat >>confdefs.h <<\_ACEOF
3606
 
+@%:@define _POSIX_1_SOURCE 2
3607
 
+_ACEOF
3608
 
+
3609
 
+  
3610
 
+cat >>confdefs.h <<\_ACEOF
3611
 
+@%:@define _MINIX 1
3612
 
+_ACEOF
3613
 
+
3614
 
+fi
3615
 
+
3616
 
+
3617
 
+CFLAGSIEEE=""
3618
 
+
3619
 
+case $host in
3620
 
+       alpha*-linux*)
3621
 
+               
3622
 
+cat >>confdefs.h <<\_ACEOF
3623
 
+@%:@define OS_LINUX 
3624
 
+_ACEOF
3625
 
+
3626
 
+               { echo "$as_me:$LINENO: using -mieee compilation flag to allow divide by zero." >&5
3627
 
+echo "$as_me: using -mieee compilation flag to allow divide by zero." >&6;}    
3628
 
+               CFLAGSIEEE="-mieee"
3629
 
+
3630
 
+               ;;
3631
 
+       *-*-linux*)
3632
 
+               
3633
 
+cat >>confdefs.h <<\_ACEOF
3634
 
+@%:@define OS_LINUX 
3635
 
+_ACEOF
3636
 
+
3637
 
+               ;;
3638
 
+       *-*-sunos*)
3639
 
+               
3640
 
+cat >>confdefs.h <<\_ACEOF
3641
 
+@%:@define OS_SUN 
3642
 
+_ACEOF
3643
 
+
3644
 
+               ;;
3645
 
+       *-*-solaris*)
3646
 
+               
3647
 
+cat >>confdefs.h <<\_ACEOF
3648
 
+@%:@define OS_SUN 
3649
 
+_ACEOF
3650
 
+
3651
 
+               ;;
3652
 
+       *-*-darwin*)
3653
 
+               
3654
 
+cat >>confdefs.h <<\_ACEOF
3655
 
+@%:@define OS_DARWIN 
3656
 
+_ACEOF
3657
 
+
3658
 
+               ;;
3659
 
+       -*-*-*)
3660
 
+               
3661
 
+cat >>confdefs.h <<\_ACEOF
3662
 
+@%:@define OS_UNKNOWN 
3663
 
+_ACEOF
3664
 
+
3665
 
+               ;;
3666
 
+esac
3667
 
+
3668
 
+
3669
 
+cat >>confdefs.h <<_ACEOF
3670
 
+@%:@define TARGETCPU "$target"
3671
 
+_ACEOF
3672
 
+
3673
 
+
3674
 
+## Checks for programs
3675
 
+ac_ext=c
3676
 
+ac_cpp='$CPP $CPPFLAGS'
3677
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3678
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3679
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
3680
 
+if test -n "$ac_tool_prefix"; then
3681
 
+  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3682
 
+set dummy ${ac_tool_prefix}gcc; ac_word=$2
3683
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
3684
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3685
 
+if test "${ac_cv_prog_CC+set}" = set; then
3686
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
3687
 
+else
3688
 
+  if test -n "$CC"; then
3689
 
+  ac_cv_prog_CC="$CC" # Let the user override the test.
3690
 
+else
3691
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3692
 
+for as_dir in $PATH
3693
 
+do
3694
 
+  IFS=$as_save_IFS
3695
 
+  test -z "$as_dir" && as_dir=.
3696
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
3697
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3698
 
+    ac_cv_prog_CC="${ac_tool_prefix}gcc"
3699
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3700
 
+    break 2
3701
 
+  fi
3702
 
+done
3703
 
+done
3704
 
+
3705
 
+fi
3706
 
+fi
3707
 
+CC=$ac_cv_prog_CC
3708
 
+if test -n "$CC"; then
3709
 
+  echo "$as_me:$LINENO: result: $CC" >&5
3710
 
+echo "${ECHO_T}$CC" >&6
3711
 
+else
3712
 
+  echo "$as_me:$LINENO: result: no" >&5
3713
 
+echo "${ECHO_T}no" >&6
3714
 
+fi
3715
 
+
3716
 
+fi
3717
 
+if test -z "$ac_cv_prog_CC"; then
3718
 
+  ac_ct_CC=$CC
3719
 
+  # Extract the first word of "gcc", so it can be a program name with args.
3720
 
+set dummy gcc; ac_word=$2
3721
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
3722
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3723
 
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3724
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
3725
 
+else
3726
 
+  if test -n "$ac_ct_CC"; then
3727
 
+  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3728
 
+else
3729
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3730
 
+for as_dir in $PATH
3731
 
+do
3732
 
+  IFS=$as_save_IFS
3733
 
+  test -z "$as_dir" && as_dir=.
3734
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
3735
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3736
 
+    ac_cv_prog_ac_ct_CC="gcc"
3737
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3738
 
+    break 2
3739
 
+  fi
3740
 
+done
3741
 
+done
3742
 
+
3743
 
+fi
3744
 
+fi
3745
 
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
3746
 
+if test -n "$ac_ct_CC"; then
3747
 
+  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3748
 
+echo "${ECHO_T}$ac_ct_CC" >&6
3749
 
+else
3750
 
+  echo "$as_me:$LINENO: result: no" >&5
3751
 
+echo "${ECHO_T}no" >&6
3752
 
+fi
3753
 
+
3754
 
+  CC=$ac_ct_CC
3755
 
+else
3756
 
+  CC="$ac_cv_prog_CC"
3757
 
+fi
3758
 
+
3759
 
+if test -z "$CC"; then
3760
 
+  if test -n "$ac_tool_prefix"; then
3761
 
+  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3762
 
+set dummy ${ac_tool_prefix}cc; ac_word=$2
3763
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
3764
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3765
 
+if test "${ac_cv_prog_CC+set}" = set; then
3766
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
3767
 
+else
3768
 
+  if test -n "$CC"; then
3769
 
+  ac_cv_prog_CC="$CC" # Let the user override the test.
3770
 
+else
3771
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3772
 
+for as_dir in $PATH
3773
 
+do
3774
 
+  IFS=$as_save_IFS
3775
 
+  test -z "$as_dir" && as_dir=.
3776
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
3777
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3778
 
+    ac_cv_prog_CC="${ac_tool_prefix}cc"
3779
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3780
 
+    break 2
3781
 
+  fi
3782
 
+done
3783
 
+done
3784
 
+
3785
 
+fi
3786
 
+fi
3787
 
+CC=$ac_cv_prog_CC
3788
 
+if test -n "$CC"; then
3789
 
+  echo "$as_me:$LINENO: result: $CC" >&5
3790
 
+echo "${ECHO_T}$CC" >&6
3791
 
+else
3792
 
+  echo "$as_me:$LINENO: result: no" >&5
3793
 
+echo "${ECHO_T}no" >&6
3794
 
+fi
3795
 
+
3796
 
+fi
3797
 
+if test -z "$ac_cv_prog_CC"; then
3798
 
+  ac_ct_CC=$CC
3799
 
+  # Extract the first word of "cc", so it can be a program name with args.
3800
 
+set dummy cc; ac_word=$2
3801
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
3802
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3803
 
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3804
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
3805
 
+else
3806
 
+  if test -n "$ac_ct_CC"; then
3807
 
+  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3808
 
+else
3809
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3810
 
+for as_dir in $PATH
3811
 
+do
3812
 
+  IFS=$as_save_IFS
3813
 
+  test -z "$as_dir" && as_dir=.
3814
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
3815
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3816
 
+    ac_cv_prog_ac_ct_CC="cc"
3817
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3818
 
+    break 2
3819
 
+  fi
3820
 
+done
3821
 
+done
3822
 
+
3823
 
+fi
3824
 
+fi
3825
 
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
3826
 
+if test -n "$ac_ct_CC"; then
3827
 
+  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3828
 
+echo "${ECHO_T}$ac_ct_CC" >&6
3829
 
+else
3830
 
+  echo "$as_me:$LINENO: result: no" >&5
3831
 
+echo "${ECHO_T}no" >&6
3832
 
+fi
3833
 
+
3834
 
+  CC=$ac_ct_CC
3835
 
+else
3836
 
+  CC="$ac_cv_prog_CC"
3837
 
+fi
3838
 
+
3839
 
+fi
3840
 
+if test -z "$CC"; then
3841
 
+  # Extract the first word of "cc", so it can be a program name with args.
3842
 
+set dummy cc; ac_word=$2
3843
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
3844
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3845
 
+if test "${ac_cv_prog_CC+set}" = set; then
3846
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
3847
 
+else
3848
 
+  if test -n "$CC"; then
3849
 
+  ac_cv_prog_CC="$CC" # Let the user override the test.
3850
 
+else
3851
 
+  ac_prog_rejected=no
3852
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3853
 
+for as_dir in $PATH
3854
 
+do
3855
 
+  IFS=$as_save_IFS
3856
 
+  test -z "$as_dir" && as_dir=.
3857
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
3858
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3859
 
+    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3860
 
+       ac_prog_rejected=yes
3861
 
+       continue
3862
 
+     fi
3863
 
+    ac_cv_prog_CC="cc"
3864
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3865
 
+    break 2
3866
 
+  fi
3867
 
+done
3868
 
+done
3869
 
+
3870
 
+if test $ac_prog_rejected = yes; then
3871
 
+  # We found a bogon in the path, so make sure we never use it.
3872
 
+  set dummy $ac_cv_prog_CC
3873
 
+  shift
3874
 
+  if test $@%:@ != 0; then
3875
 
+    # We chose a different compiler from the bogus one.
3876
 
+    # However, it has the same basename, so the bogon will be chosen
3877
 
+    # first if we set CC to just the basename; use the full file name.
3878
 
+    shift
3879
 
+    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3880
 
+  fi
3881
 
+fi
3882
 
+fi
3883
 
+fi
3884
 
+CC=$ac_cv_prog_CC
3885
 
+if test -n "$CC"; then
3886
 
+  echo "$as_me:$LINENO: result: $CC" >&5
3887
 
+echo "${ECHO_T}$CC" >&6
3888
 
+else
3889
 
+  echo "$as_me:$LINENO: result: no" >&5
3890
 
+echo "${ECHO_T}no" >&6
3891
 
+fi
3892
 
+
3893
 
+fi
3894
 
+if test -z "$CC"; then
3895
 
+  if test -n "$ac_tool_prefix"; then
3896
 
+  for ac_prog in cl
3897
 
+  do
3898
 
+    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3899
 
+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3900
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
3901
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3902
 
+if test "${ac_cv_prog_CC+set}" = set; then
3903
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
3904
 
+else
3905
 
+  if test -n "$CC"; then
3906
 
+  ac_cv_prog_CC="$CC" # Let the user override the test.
3907
 
+else
3908
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3909
 
+for as_dir in $PATH
3910
 
+do
3911
 
+  IFS=$as_save_IFS
3912
 
+  test -z "$as_dir" && as_dir=.
3913
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
3914
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3915
 
+    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3916
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3917
 
+    break 2
3918
 
+  fi
3919
 
+done
3920
 
+done
3921
 
+
3922
 
+fi
3923
 
+fi
3924
 
+CC=$ac_cv_prog_CC
3925
 
+if test -n "$CC"; then
3926
 
+  echo "$as_me:$LINENO: result: $CC" >&5
3927
 
+echo "${ECHO_T}$CC" >&6
3928
 
+else
3929
 
+  echo "$as_me:$LINENO: result: no" >&5
3930
 
+echo "${ECHO_T}no" >&6
3931
 
+fi
3932
 
+
3933
 
+    test -n "$CC" && break
3934
 
+  done
3935
 
+fi
3936
 
+if test -z "$CC"; then
3937
 
+  ac_ct_CC=$CC
3938
 
+  for ac_prog in cl
3939
 
+do
3940
 
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
3941
 
+set dummy $ac_prog; ac_word=$2
3942
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
3943
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3944
 
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3945
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
3946
 
+else
3947
 
+  if test -n "$ac_ct_CC"; then
3948
 
+  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3949
 
+else
3950
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3951
 
+for as_dir in $PATH
3952
 
+do
3953
 
+  IFS=$as_save_IFS
3954
 
+  test -z "$as_dir" && as_dir=.
3955
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
3956
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3957
 
+    ac_cv_prog_ac_ct_CC="$ac_prog"
3958
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3959
 
+    break 2
3960
 
+  fi
3961
 
+done
3962
 
+done
3963
 
+
3964
 
+fi
3965
 
+fi
3966
 
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
3967
 
+if test -n "$ac_ct_CC"; then
3968
 
+  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3969
 
+echo "${ECHO_T}$ac_ct_CC" >&6
3970
 
+else
3971
 
+  echo "$as_me:$LINENO: result: no" >&5
3972
 
+echo "${ECHO_T}no" >&6
3973
 
+fi
3974
 
+
3975
 
+  test -n "$ac_ct_CC" && break
3976
 
+done
3977
 
+
3978
 
+  CC=$ac_ct_CC
3979
 
+fi
3980
 
+
3981
 
+fi
3982
 
+
3983
 
+
3984
 
+test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3985
 
+See \`config.log' for more details." >&5
3986
 
+echo "$as_me: error: no acceptable C compiler found in \$PATH
3987
 
+See \`config.log' for more details." >&2;}
3988
 
+   { (exit 1); exit 1; }; }
3989
 
+
3990
 
+# Provide some information about the compiler.
3991
 
+echo "$as_me:$LINENO:" \
3992
 
+     "checking for C compiler version" >&5
3993
 
+ac_compiler=`set X $ac_compile; echo $2`
3994
 
+{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3995
 
+  (eval $ac_compiler --version </dev/null >&5) 2>&5
3996
 
+  ac_status=$?
3997
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3998
 
+  (exit $ac_status); }
3999
 
+{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
4000
 
+  (eval $ac_compiler -v </dev/null >&5) 2>&5
4001
 
+  ac_status=$?
4002
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4003
 
+  (exit $ac_status); }
4004
 
+{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
4005
 
+  (eval $ac_compiler -V </dev/null >&5) 2>&5
4006
 
+  ac_status=$?
4007
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4008
 
+  (exit $ac_status); }
4009
 
+
4010
 
+echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
4011
 
+echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
4012
 
+if test "${ac_cv_c_compiler_gnu+set}" = set; then
4013
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
4014
 
+else
4015
 
+  cat >conftest.$ac_ext <<_ACEOF
4016
 
+/* confdefs.h.  */
4017
 
+_ACEOF
4018
 
+cat confdefs.h >>conftest.$ac_ext
4019
 
+cat >>conftest.$ac_ext <<_ACEOF
4020
 
+/* end confdefs.h.  */
4021
 
+
4022
 
+int
4023
 
+main ()
4024
 
+{
4025
 
+#ifndef __GNUC__
4026
 
+       choke me
4027
 
+#endif
4028
 
+
4029
 
+  ;
4030
 
+  return 0;
4031
 
+}
4032
 
+_ACEOF
4033
 
+rm -f conftest.$ac_objext
4034
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4035
 
+  (eval $ac_compile) 2>conftest.er1
4036
 
+  ac_status=$?
4037
 
+  grep -v '^ *+' conftest.er1 >conftest.err
4038
 
+  rm -f conftest.er1
4039
 
+  cat conftest.err >&5
4040
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4041
 
+  (exit $ac_status); } &&
4042
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4043
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4044
 
+  (eval $ac_try) 2>&5
4045
 
+  ac_status=$?
4046
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4047
 
+  (exit $ac_status); }; } &&
4048
 
+        { ac_try='test -s conftest.$ac_objext'
4049
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4050
 
+  (eval $ac_try) 2>&5
4051
 
+  ac_status=$?
4052
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4053
 
+  (exit $ac_status); }; }; then
4054
 
+  ac_compiler_gnu=yes
4055
 
+else
4056
 
+  echo "$as_me: failed program was:" >&5
4057
 
+sed 's/^/| /' conftest.$ac_ext >&5
4058
 
+
4059
 
+ac_compiler_gnu=no
4060
 
+fi
4061
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4062
 
+ac_cv_c_compiler_gnu=$ac_compiler_gnu
4063
 
+
4064
 
+fi
4065
 
+echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
4066
 
+echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
4067
 
+GCC=`test $ac_compiler_gnu = yes && echo yes`
4068
 
+ac_test_CFLAGS=${CFLAGS+set}
4069
 
+ac_save_CFLAGS=$CFLAGS
4070
 
+CFLAGS="-g"
4071
 
+echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
4072
 
+echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
4073
 
+if test "${ac_cv_prog_cc_g+set}" = set; then
4074
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
4075
 
+else
4076
 
+  cat >conftest.$ac_ext <<_ACEOF
4077
 
+/* confdefs.h.  */
4078
 
+_ACEOF
4079
 
+cat confdefs.h >>conftest.$ac_ext
4080
 
+cat >>conftest.$ac_ext <<_ACEOF
4081
 
+/* end confdefs.h.  */
4082
 
+
4083
 
+int
4084
 
+main ()
4085
 
+{
4086
 
+
4087
 
+  ;
4088
 
+  return 0;
4089
 
+}
4090
 
+_ACEOF
4091
 
+rm -f conftest.$ac_objext
4092
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4093
 
+  (eval $ac_compile) 2>conftest.er1
4094
 
+  ac_status=$?
4095
 
+  grep -v '^ *+' conftest.er1 >conftest.err
4096
 
+  rm -f conftest.er1
4097
 
+  cat conftest.err >&5
4098
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4099
 
+  (exit $ac_status); } &&
4100
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4101
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4102
 
+  (eval $ac_try) 2>&5
4103
 
+  ac_status=$?
4104
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4105
 
+  (exit $ac_status); }; } &&
4106
 
+        { ac_try='test -s conftest.$ac_objext'
4107
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4108
 
+  (eval $ac_try) 2>&5
4109
 
+  ac_status=$?
4110
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4111
 
+  (exit $ac_status); }; }; then
4112
 
+  ac_cv_prog_cc_g=yes
4113
 
+else
4114
 
+  echo "$as_me: failed program was:" >&5
4115
 
+sed 's/^/| /' conftest.$ac_ext >&5
4116
 
+
4117
 
+ac_cv_prog_cc_g=no
4118
 
+fi
4119
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4120
 
+fi
4121
 
+echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
4122
 
+echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
4123
 
+if test "$ac_test_CFLAGS" = set; then
4124
 
+  CFLAGS=$ac_save_CFLAGS
4125
 
+elif test $ac_cv_prog_cc_g = yes; then
4126
 
+  if test "$GCC" = yes; then
4127
 
+    CFLAGS="-g -O2"
4128
 
+  else
4129
 
+    CFLAGS="-g"
4130
 
+  fi
4131
 
+else
4132
 
+  if test "$GCC" = yes; then
4133
 
+    CFLAGS="-O2"
4134
 
+  else
4135
 
+    CFLAGS=
4136
 
+  fi
4137
 
+fi
4138
 
+echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
4139
 
+echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
4140
 
+if test "${ac_cv_prog_cc_stdc+set}" = set; then
4141
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
4142
 
+else
4143
 
+  ac_cv_prog_cc_stdc=no
4144
 
+ac_save_CC=$CC
4145
 
+cat >conftest.$ac_ext <<_ACEOF
4146
 
+/* confdefs.h.  */
4147
 
+_ACEOF
4148
 
+cat confdefs.h >>conftest.$ac_ext
4149
 
+cat >>conftest.$ac_ext <<_ACEOF
4150
 
+/* end confdefs.h.  */
4151
 
+#include <stdarg.h>
4152
 
+#include <stdio.h>
4153
 
+#include <sys/types.h>
4154
 
+#include <sys/stat.h>
4155
 
+/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4156
 
+struct buf { int x; };
4157
 
+FILE * (*rcsopen) (struct buf *, struct stat *, int);
4158
 
+static char *e (p, i)
4159
 
+     char **p;
4160
 
+     int i;
4161
 
+{
4162
 
+  return p[i];
4163
 
+}
4164
 
+static char *f (char * (*g) (char **, int), char **p, ...)
4165
 
+{
4166
 
+  char *s;
4167
 
+  va_list v;
4168
 
+  va_start (v,p);
4169
 
+  s = g (p, va_arg (v,int));
4170
 
+  va_end (v);
4171
 
+  return s;
4172
 
+}
4173
 
+
4174
 
+/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
4175
 
+   function prototypes and stuff, but not '\xHH' hex character constants.
4176
 
+   These don't provoke an error unfortunately, instead are silently treated
4177
 
+   as 'x'.  The following induces an error, until -std1 is added to get
4178
 
+   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
4179
 
+   array size at least.  It's necessary to write '\x00'==0 to get something
4180
 
+   that's true only with -std1.  */
4181
 
+int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4182
 
+
4183
 
+int test (int i, double x);
4184
 
+struct s1 {int (*f) (int a);};
4185
 
+struct s2 {int (*f) (double a);};
4186
 
+int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4187
 
+int argc;
4188
 
+char **argv;
4189
 
+int
4190
 
+main ()
4191
 
+{
4192
 
+return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
4193
 
+  ;
4194
 
+  return 0;
4195
 
+}
4196
 
+_ACEOF
4197
 
+# Don't try gcc -ansi; that turns off useful extensions and
4198
 
+# breaks some systems' header files.
4199
 
+# AIX                  -qlanglvl=ansi
4200
 
+# Ultrix and OSF/1     -std1
4201
 
+# HP-UX 10.20 and later        -Ae
4202
 
+# HP-UX older versions -Aa -D_HPUX_SOURCE
4203
 
+# SVR4                 -Xc -D__EXTENSIONS__
4204
 
+for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4205
 
+do
4206
 
+  CC="$ac_save_CC $ac_arg"
4207
 
+  rm -f conftest.$ac_objext
4208
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4209
 
+  (eval $ac_compile) 2>conftest.er1
4210
 
+  ac_status=$?
4211
 
+  grep -v '^ *+' conftest.er1 >conftest.err
4212
 
+  rm -f conftest.er1
4213
 
+  cat conftest.err >&5
4214
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4215
 
+  (exit $ac_status); } &&
4216
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4217
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4218
 
+  (eval $ac_try) 2>&5
4219
 
+  ac_status=$?
4220
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4221
 
+  (exit $ac_status); }; } &&
4222
 
+        { ac_try='test -s conftest.$ac_objext'
4223
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4224
 
+  (eval $ac_try) 2>&5
4225
 
+  ac_status=$?
4226
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4227
 
+  (exit $ac_status); }; }; then
4228
 
+  ac_cv_prog_cc_stdc=$ac_arg
4229
 
+break
4230
 
+else
4231
 
+  echo "$as_me: failed program was:" >&5
4232
 
+sed 's/^/| /' conftest.$ac_ext >&5
4233
 
+
4234
 
+fi
4235
 
+rm -f conftest.err conftest.$ac_objext 
4236
 
+done
4237
 
+rm -f conftest.$ac_ext conftest.$ac_objext
4238
 
+CC=$ac_save_CC
4239
 
+
4240
 
+fi
4241
 
+
4242
 
+case "x$ac_cv_prog_cc_stdc" in
4243
 
+  x|xno)
4244
 
+    echo "$as_me:$LINENO: result: none needed" >&5
4245
 
+echo "${ECHO_T}none needed" >&6 ;;
4246
 
+  *)
4247
 
+    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
4248
 
+echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
4249
 
+    CC="$CC $ac_cv_prog_cc_stdc" ;;
4250
 
+esac
4251
 
+
4252
 
+# Some people use a C++ compiler to compile C.  Since we use `exit',
4253
 
+# in C++ we need to declare it.  In case someone uses the same compiler
4254
 
+# for both compiling C and C++ we need to have the C++ compiler decide
4255
 
+# the declaration of exit, since it's the most demanding environment.
4256
 
+cat >conftest.$ac_ext <<_ACEOF
4257
 
+@%:@ifndef __cplusplus
4258
 
+  choke me
4259
 
+@%:@endif
4260
 
+_ACEOF
4261
 
+rm -f conftest.$ac_objext
4262
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4263
 
+  (eval $ac_compile) 2>conftest.er1
4264
 
+  ac_status=$?
4265
 
+  grep -v '^ *+' conftest.er1 >conftest.err
4266
 
+  rm -f conftest.er1
4267
 
+  cat conftest.err >&5
4268
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4269
 
+  (exit $ac_status); } &&
4270
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4271
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4272
 
+  (eval $ac_try) 2>&5
4273
 
+  ac_status=$?
4274
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4275
 
+  (exit $ac_status); }; } &&
4276
 
+        { ac_try='test -s conftest.$ac_objext'
4277
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4278
 
+  (eval $ac_try) 2>&5
4279
 
+  ac_status=$?
4280
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4281
 
+  (exit $ac_status); }; }; then
4282
 
+  for ac_declaration in \
4283
 
+   '' \
4284
 
+   'extern "C" void std::exit (int) throw (); using std::exit;' \
4285
 
+   'extern "C" void std::exit (int); using std::exit;' \
4286
 
+   'extern "C" void exit (int) throw ();' \
4287
 
+   'extern "C" void exit (int);' \
4288
 
+   'void exit (int);'
4289
 
+do
4290
 
+  cat >conftest.$ac_ext <<_ACEOF
4291
 
+/* confdefs.h.  */
4292
 
+_ACEOF
4293
 
+cat confdefs.h >>conftest.$ac_ext
4294
 
+cat >>conftest.$ac_ext <<_ACEOF
4295
 
+/* end confdefs.h.  */
4296
 
+$ac_declaration
4297
 
+@%:@include <stdlib.h>
4298
 
+int
4299
 
+main ()
4300
 
+{
4301
 
+exit (42);
4302
 
+  ;
4303
 
+  return 0;
4304
 
+}
4305
 
+_ACEOF
4306
 
+rm -f conftest.$ac_objext
4307
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4308
 
+  (eval $ac_compile) 2>conftest.er1
4309
 
+  ac_status=$?
4310
 
+  grep -v '^ *+' conftest.er1 >conftest.err
4311
 
+  rm -f conftest.er1
4312
 
+  cat conftest.err >&5
4313
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4314
 
+  (exit $ac_status); } &&
4315
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4316
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4317
 
+  (eval $ac_try) 2>&5
4318
 
+  ac_status=$?
4319
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4320
 
+  (exit $ac_status); }; } &&
4321
 
+        { ac_try='test -s conftest.$ac_objext'
4322
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4323
 
+  (eval $ac_try) 2>&5
4324
 
+  ac_status=$?
4325
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4326
 
+  (exit $ac_status); }; }; then
4327
 
+  :
4328
 
+else
4329
 
+  echo "$as_me: failed program was:" >&5
4330
 
+sed 's/^/| /' conftest.$ac_ext >&5
4331
 
+
4332
 
+continue
4333
 
+fi
4334
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4335
 
+  cat >conftest.$ac_ext <<_ACEOF
4336
 
+/* confdefs.h.  */
4337
 
+_ACEOF
4338
 
+cat confdefs.h >>conftest.$ac_ext
4339
 
+cat >>conftest.$ac_ext <<_ACEOF
4340
 
+/* end confdefs.h.  */
4341
 
+$ac_declaration
4342
 
+int
4343
 
+main ()
4344
 
+{
4345
 
+exit (42);
4346
 
+  ;
4347
 
+  return 0;
4348
 
+}
4349
 
+_ACEOF
4350
 
+rm -f conftest.$ac_objext
4351
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4352
 
+  (eval $ac_compile) 2>conftest.er1
4353
 
+  ac_status=$?
4354
 
+  grep -v '^ *+' conftest.er1 >conftest.err
4355
 
+  rm -f conftest.er1
4356
 
+  cat conftest.err >&5
4357
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4358
 
+  (exit $ac_status); } &&
4359
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4360
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4361
 
+  (eval $ac_try) 2>&5
4362
 
+  ac_status=$?
4363
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4364
 
+  (exit $ac_status); }; } &&
4365
 
+        { ac_try='test -s conftest.$ac_objext'
4366
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4367
 
+  (eval $ac_try) 2>&5
4368
 
+  ac_status=$?
4369
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4370
 
+  (exit $ac_status); }; }; then
4371
 
+  break
4372
 
+else
4373
 
+  echo "$as_me: failed program was:" >&5
4374
 
+sed 's/^/| /' conftest.$ac_ext >&5
4375
 
+
4376
 
+fi
4377
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4378
 
+done
4379
 
+rm -f conftest*
4380
 
+if test -n "$ac_declaration"; then
4381
 
+  echo '#ifdef __cplusplus' >>confdefs.h
4382
 
+  echo $ac_declaration      >>confdefs.h
4383
 
+  echo '#endif'             >>confdefs.h
4384
 
+fi
4385
 
+
4386
 
+else
4387
 
+  echo "$as_me: failed program was:" >&5
4388
 
+sed 's/^/| /' conftest.$ac_ext >&5
4389
 
+
4390
 
+fi
4391
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4392
 
+ac_ext=c
4393
 
+ac_cpp='$CPP $CPPFLAGS'
4394
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4395
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4396
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
4397
 
+
4398
 
+depcc="$CC"   am_compiler_list=
4399
 
+
4400
 
+echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
4401
 
+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
4402
 
+if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
4403
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
4404
 
+else
4405
 
+  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4406
 
+  # We make a subdir and do the tests there.  Otherwise we can end up
4407
 
+  # making bogus files that we don't know about and never remove.  For
4408
 
+  # instance it was reported that on HP-UX the gcc test will end up
4409
 
+  # making a dummy file named `D' -- because `-MD' means `put the output
4410
 
+  # in D'.
4411
 
+  mkdir conftest.dir
4412
 
+  # Copy depcomp to subdir because otherwise we won't find it if we're
4413
 
+  # using a relative directory.
4414
 
+  cp "$am_depcomp" conftest.dir
4415
 
+  cd conftest.dir
4416
 
+  # We will build objects and dependencies in a subdirectory because
4417
 
+  # it helps to detect inapplicable dependency modes.  For instance
4418
 
+  # both Tru64's cc and ICC support -MD to output dependencies as a
4419
 
+  # side effect of compilation, but ICC will put the dependencies in
4420
 
+  # the current directory while Tru64 will put them in the object
4421
 
+  # directory.
4422
 
+  mkdir sub
4423
 
+
4424
 
+  am_cv_CC_dependencies_compiler_type=none
4425
 
+  if test "$am_compiler_list" = ""; then
4426
 
+     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4427
 
+  fi
4428
 
+  for depmode in $am_compiler_list; do
4429
 
+    # Setup a source with many dependencies, because some compilers
4430
 
+    # like to wrap large dependency lists on column 80 (with \), and
4431
 
+    # we should not choose a depcomp mode which is confused by this.
4432
 
+    #
4433
 
+    # We need to recreate these files for each test, as the compiler may
4434
 
+    # overwrite some of them when testing with obscure command lines.
4435
 
+    # This happens at least with the AIX C compiler.
4436
 
+    : > sub/conftest.c
4437
 
+    for i in 1 2 3 4 5 6; do
4438
 
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
4439
 
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4440
 
+      # Solaris 8's {/usr,}/bin/sh.
4441
 
+      touch sub/conftst$i.h
4442
 
+    done
4443
 
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4444
 
+
4445
 
+    case $depmode in
4446
 
+    nosideeffect)
4447
 
+      # after this tag, mechanisms are not by side-effect, so they'll
4448
 
+      # only be used when explicitly requested
4449
 
+      if test "x$enable_dependency_tracking" = xyes; then
4450
 
+       continue
4451
 
+      else
4452
 
+       break
4453
 
+      fi
4454
 
+      ;;
4455
 
+    none) break ;;
4456
 
+    esac
4457
 
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
4458
 
+    # mode.  It turns out that the SunPro C++ compiler does not properly
4459
 
+    # handle `-M -o', and we need to detect this.
4460
 
+    if depmode=$depmode \
4461
 
+       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
4462
 
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4463
 
+       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
4464
 
+         >/dev/null 2>conftest.err &&
4465
 
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4466
 
+       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
4467
 
+       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4468
 
+      # icc doesn't choke on unknown options, it will just issue warnings
4469
 
+      # or remarks (even with -Werror).  So we grep stderr for any message
4470
 
+      # that says an option was ignored or not supported.
4471
 
+      # When given -MP, icc 7.0 and 7.1 complain thusly:
4472
 
+      #   icc: Command line warning: ignoring option '-M'; no argument required
4473
 
+      # The diagnosis changed in icc 8.0:
4474
 
+      #   icc: Command line remark: option '-MP' not supported
4475
 
+      if (grep 'ignoring option' conftest.err ||
4476
 
+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4477
 
+        am_cv_CC_dependencies_compiler_type=$depmode
4478
 
+        break
4479
 
+      fi
4480
 
+    fi
4481
 
+  done
4482
 
+
4483
 
+  cd ..
4484
 
+  rm -rf conftest.dir
4485
 
+else
4486
 
+  am_cv_CC_dependencies_compiler_type=none
4487
 
+fi
4488
 
+
4489
 
+fi
4490
 
+echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
4491
 
+echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
4492
 
+CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4493
 
+
4494
 
4495
 
+
4496
 
+if 
4497
 
+  test "x$enable_dependency_tracking" != xno \
4498
 
+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4499
 
+  am__fastdepCC_TRUE=
4500
 
+  am__fastdepCC_FALSE='#'
4501
 
+else
4502
 
+  am__fastdepCC_TRUE='#'
4503
 
+  am__fastdepCC_FALSE=
4504
 
+fi
4505
 
+
4506
 
+
4507
 
+# Find a good install program.  We prefer a C program (faster),
4508
 
+# so one script is as good as another.  But avoid the broken or
4509
 
+# incompatible versions:
4510
 
+# SysV /etc/install, /usr/sbin/install
4511
 
+# SunOS /usr/etc/install
4512
 
+# IRIX /sbin/install
4513
 
+# AIX /bin/install
4514
 
+# AmigaOS /C/install, which installs bootblocks on floppy discs
4515
 
+# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4516
 
+# AFS /usr/afsws/bin/install, which mishandles nonexistent args
4517
 
+# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4518
 
+# OS/2's system install, which has a completely different semantic
4519
 
+# ./install, which can be erroneously created by make from ./install.sh.
4520
 
+echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4521
 
+echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
4522
 
+if test -z "$INSTALL"; then
4523
 
+if test "${ac_cv_path_install+set}" = set; then
4524
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
4525
 
+else
4526
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4527
 
+for as_dir in $PATH
4528
 
+do
4529
 
+  IFS=$as_save_IFS
4530
 
+  test -z "$as_dir" && as_dir=.
4531
 
+  # Account for people who put trailing slashes in PATH elements.
4532
 
+case $as_dir/ in
4533
 
+  ./ | .// | /cC/* | \
4534
 
+  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4535
 
+  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4536
 
+  /usr/ucb/* ) ;;
4537
 
+  *)
4538
 
+    # OSF1 and SCO ODT 3.0 have their own names for install.
4539
 
+    # Don't use installbsd from OSF since it installs stuff as root
4540
 
+    # by default.
4541
 
+    for ac_prog in ginstall scoinst install; do
4542
 
+      for ac_exec_ext in '' $ac_executable_extensions; do
4543
 
+       if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
4544
 
+         if test $ac_prog = install &&
4545
 
+           grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4546
 
+           # AIX install.  It has an incompatible calling convention.
4547
 
+           :
4548
 
+         elif test $ac_prog = install &&
4549
 
+           grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4550
 
+           # program-specific install script used by HP pwplus--don't use.
4551
 
+           :
4552
 
+         else
4553
 
+           ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4554
 
+           break 3
4555
 
+         fi
4556
 
+       fi
4557
 
+      done
4558
 
+    done
4559
 
+    ;;
4560
 
+esac
4561
 
+done
4562
 
+
4563
 
+
4564
 
+fi
4565
 
+  if test "${ac_cv_path_install+set}" = set; then
4566
 
+    INSTALL=$ac_cv_path_install
4567
 
+  else
4568
 
+    # As a last resort, use the slow shell script.  We don't cache a
4569
 
+    # path for INSTALL within a source directory, because that will
4570
 
+    # break other packages using the cache if that directory is
4571
 
+    # removed, or if the path is relative.
4572
 
+    INSTALL=$ac_install_sh
4573
 
+  fi
4574
 
+fi
4575
 
+echo "$as_me:$LINENO: result: $INSTALL" >&5
4576
 
+echo "${ECHO_T}$INSTALL" >&6
4577
 
+
4578
 
+# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4579
 
+# It thinks the first close brace ends the variable substitution.
4580
 
+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4581
 
+
4582
 
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4583
 
+
4584
 
+test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4585
 
+
4586
 
+for ac_prog in flex lex
4587
 
+do
4588
 
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
4589
 
+set dummy $ac_prog; ac_word=$2
4590
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
4591
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4592
 
+if test "${ac_cv_prog_LEX+set}" = set; then
4593
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
4594
 
+else
4595
 
+  if test -n "$LEX"; then
4596
 
+  ac_cv_prog_LEX="$LEX" # Let the user override the test.
4597
 
+else
4598
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4599
 
+for as_dir in $PATH
4600
 
+do
4601
 
+  IFS=$as_save_IFS
4602
 
+  test -z "$as_dir" && as_dir=.
4603
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
4604
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4605
 
+    ac_cv_prog_LEX="$ac_prog"
4606
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4607
 
+    break 2
4608
 
+  fi
4609
 
+done
4610
 
+done
4611
 
+
4612
 
+fi
4613
 
+fi
4614
 
+LEX=$ac_cv_prog_LEX
4615
 
+if test -n "$LEX"; then
4616
 
+  echo "$as_me:$LINENO: result: $LEX" >&5
4617
 
+echo "${ECHO_T}$LEX" >&6
4618
 
+else
4619
 
+  echo "$as_me:$LINENO: result: no" >&5
4620
 
+echo "${ECHO_T}no" >&6
4621
 
+fi
4622
 
+
4623
 
+  test -n "$LEX" && break
4624
 
+done
4625
 
+test -n "$LEX" || LEX=":"
4626
 
+
4627
 
+if test -z "$LEXLIB"
4628
 
+then
4629
 
+  echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
4630
 
+echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
4631
 
+if test "${ac_cv_lib_fl_yywrap+set}" = set; then
4632
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
4633
 
+else
4634
 
+  ac_check_lib_save_LIBS=$LIBS
4635
 
+LIBS="-lfl  $LIBS"
4636
 
+cat >conftest.$ac_ext <<_ACEOF
4637
 
+/* confdefs.h.  */
4638
 
+_ACEOF
4639
 
+cat confdefs.h >>conftest.$ac_ext
4640
 
+cat >>conftest.$ac_ext <<_ACEOF
4641
 
+/* end confdefs.h.  */
4642
 
+
4643
 
+/* Override any gcc2 internal prototype to avoid an error.  */
4644
 
+#ifdef __cplusplus
4645
 
+extern "C"
4646
 
+#endif
4647
 
+/* We use char because int might match the return type of a gcc2
4648
 
+   builtin and then its argument prototype would still apply.  */
4649
 
+char yywrap ();
4650
 
+int
4651
 
+main ()
4652
 
+{
4653
 
+yywrap ();
4654
 
+  ;
4655
 
+  return 0;
4656
 
+}
4657
 
+_ACEOF
4658
 
+rm -f conftest.$ac_objext conftest$ac_exeext
4659
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4660
 
+  (eval $ac_link) 2>conftest.er1
4661
 
+  ac_status=$?
4662
 
+  grep -v '^ *+' conftest.er1 >conftest.err
4663
 
+  rm -f conftest.er1
4664
 
+  cat conftest.err >&5
4665
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4666
 
+  (exit $ac_status); } &&
4667
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4668
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4669
 
+  (eval $ac_try) 2>&5
4670
 
+  ac_status=$?
4671
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4672
 
+  (exit $ac_status); }; } &&
4673
 
+        { ac_try='test -s conftest$ac_exeext'
4674
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4675
 
+  (eval $ac_try) 2>&5
4676
 
+  ac_status=$?
4677
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4678
 
+  (exit $ac_status); }; }; then
4679
 
+  ac_cv_lib_fl_yywrap=yes
4680
 
+else
4681
 
+  echo "$as_me: failed program was:" >&5
4682
 
+sed 's/^/| /' conftest.$ac_ext >&5
4683
 
+
4684
 
+ac_cv_lib_fl_yywrap=no
4685
 
+fi
4686
 
+rm -f conftest.err conftest.$ac_objext \
4687
 
+      conftest$ac_exeext conftest.$ac_ext
4688
 
+LIBS=$ac_check_lib_save_LIBS
4689
 
+fi
4690
 
+echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
4691
 
+echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
4692
 
+if test $ac_cv_lib_fl_yywrap = yes; then
4693
 
+  LEXLIB="-lfl"
4694
 
+else
4695
 
+  echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
4696
 
+echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
4697
 
+if test "${ac_cv_lib_l_yywrap+set}" = set; then
4698
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
4699
 
+else
4700
 
+  ac_check_lib_save_LIBS=$LIBS
4701
 
+LIBS="-ll  $LIBS"
4702
 
+cat >conftest.$ac_ext <<_ACEOF
4703
 
+/* confdefs.h.  */
4704
 
+_ACEOF
4705
 
+cat confdefs.h >>conftest.$ac_ext
4706
 
+cat >>conftest.$ac_ext <<_ACEOF
4707
 
+/* end confdefs.h.  */
4708
 
+
4709
 
+/* Override any gcc2 internal prototype to avoid an error.  */
4710
 
+#ifdef __cplusplus
4711
 
+extern "C"
4712
 
+#endif
4713
 
+/* We use char because int might match the return type of a gcc2
4714
 
+   builtin and then its argument prototype would still apply.  */
4715
 
+char yywrap ();
4716
 
+int
4717
 
+main ()
4718
 
+{
4719
 
+yywrap ();
4720
 
+  ;
4721
 
+  return 0;
4722
 
+}
4723
 
+_ACEOF
4724
 
+rm -f conftest.$ac_objext conftest$ac_exeext
4725
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4726
 
+  (eval $ac_link) 2>conftest.er1
4727
 
+  ac_status=$?
4728
 
+  grep -v '^ *+' conftest.er1 >conftest.err
4729
 
+  rm -f conftest.er1
4730
 
+  cat conftest.err >&5
4731
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4732
 
+  (exit $ac_status); } &&
4733
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4734
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4735
 
+  (eval $ac_try) 2>&5
4736
 
+  ac_status=$?
4737
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4738
 
+  (exit $ac_status); }; } &&
4739
 
+        { ac_try='test -s conftest$ac_exeext'
4740
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4741
 
+  (eval $ac_try) 2>&5
4742
 
+  ac_status=$?
4743
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4744
 
+  (exit $ac_status); }; }; then
4745
 
+  ac_cv_lib_l_yywrap=yes
4746
 
+else
4747
 
+  echo "$as_me: failed program was:" >&5
4748
 
+sed 's/^/| /' conftest.$ac_ext >&5
4749
 
+
4750
 
+ac_cv_lib_l_yywrap=no
4751
 
+fi
4752
 
+rm -f conftest.err conftest.$ac_objext \
4753
 
+      conftest$ac_exeext conftest.$ac_ext
4754
 
+LIBS=$ac_check_lib_save_LIBS
4755
 
+fi
4756
 
+echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
4757
 
+echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
4758
 
+if test $ac_cv_lib_l_yywrap = yes; then
4759
 
+  LEXLIB="-ll"
4760
 
+fi
4761
 
+
4762
 
+fi
4763
 
+
4764
 
+fi
4765
 
+
4766
 
+if test "x$LEX" != "x:"; then
4767
 
+  echo "$as_me:$LINENO: checking lex output file root" >&5
4768
 
+echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
4769
 
+if test "${ac_cv_prog_lex_root+set}" = set; then
4770
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
4771
 
+else
4772
 
+  # The minimal lex program is just a single line: %%.  But some broken lexes
4773
 
+# (Solaris, I think it was) want two %% lines, so accommodate them.
4774
 
+cat >conftest.l <<_ACEOF
4775
 
+%%
4776
 
+%%
4777
 
+_ACEOF
4778
 
+{ (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
4779
 
+  (eval $LEX conftest.l) 2>&5
4780
 
+  ac_status=$?
4781
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4782
 
+  (exit $ac_status); }
4783
 
+if test -f lex.yy.c; then
4784
 
+  ac_cv_prog_lex_root=lex.yy
4785
 
+elif test -f lexyy.c; then
4786
 
+  ac_cv_prog_lex_root=lexyy
4787
 
+else
4788
 
+  { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
4789
 
+echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
4790
 
+   { (exit 1); exit 1; }; }
4791
 
+fi
4792
 
+fi
4793
 
+echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
4794
 
+echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
4795
 
+rm -f conftest.l
4796
 
+LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
4797
 
+
4798
 
+echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
4799
 
+echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
4800
 
+if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
4801
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
4802
 
+else
4803
 
+  # POSIX says lex can declare yytext either as a pointer or an array; the
4804
 
+# default is implementation-dependent. Figure out which it is, since
4805
 
+# not all implementations provide the %pointer and %array declarations.
4806
 
+ac_cv_prog_lex_yytext_pointer=no
4807
 
+echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
4808
 
+ac_save_LIBS=$LIBS
4809
 
+LIBS="$LIBS $LEXLIB"
4810
 
+cat >conftest.$ac_ext <<_ACEOF
4811
 
+`cat $LEX_OUTPUT_ROOT.c`
4812
 
+_ACEOF
4813
 
+rm -f conftest.$ac_objext conftest$ac_exeext
4814
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4815
 
+  (eval $ac_link) 2>conftest.er1
4816
 
+  ac_status=$?
4817
 
+  grep -v '^ *+' conftest.er1 >conftest.err
4818
 
+  rm -f conftest.er1
4819
 
+  cat conftest.err >&5
4820
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4821
 
+  (exit $ac_status); } &&
4822
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4823
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4824
 
+  (eval $ac_try) 2>&5
4825
 
+  ac_status=$?
4826
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4827
 
+  (exit $ac_status); }; } &&
4828
 
+        { ac_try='test -s conftest$ac_exeext'
4829
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4830
 
+  (eval $ac_try) 2>&5
4831
 
+  ac_status=$?
4832
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4833
 
+  (exit $ac_status); }; }; then
4834
 
+  ac_cv_prog_lex_yytext_pointer=yes
4835
 
+else
4836
 
+  echo "$as_me: failed program was:" >&5
4837
 
+sed 's/^/| /' conftest.$ac_ext >&5
4838
 
+
4839
 
+fi
4840
 
+rm -f conftest.err conftest.$ac_objext \
4841
 
+      conftest$ac_exeext conftest.$ac_ext
4842
 
+LIBS=$ac_save_LIBS
4843
 
+rm -f "${LEX_OUTPUT_ROOT}.c"
4844
 
+
4845
 
+fi
4846
 
+echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
4847
 
+echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
4848
 
+if test $ac_cv_prog_lex_yytext_pointer = yes; then
4849
 
+  
4850
 
+cat >>confdefs.h <<\_ACEOF
4851
 
+@%:@define YYTEXT_POINTER 1
4852
 
+_ACEOF
4853
 
+
4854
 
+fi
4855
 
+
4856
 
+fi
4857
 
+if test "$LEX" = :; then
4858
 
+  LEX=${am_missing_run}flex
4859
 
+fi
4860
 
+for ac_prog in 'bison -y' byacc
4861
 
+do
4862
 
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
4863
 
+set dummy $ac_prog; ac_word=$2
4864
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
4865
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4866
 
+if test "${ac_cv_prog_YACC+set}" = set; then
4867
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
4868
 
+else
4869
 
+  if test -n "$YACC"; then
4870
 
+  ac_cv_prog_YACC="$YACC" # Let the user override the test.
4871
 
+else
4872
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4873
 
+for as_dir in $PATH
4874
 
+do
4875
 
+  IFS=$as_save_IFS
4876
 
+  test -z "$as_dir" && as_dir=.
4877
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
4878
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4879
 
+    ac_cv_prog_YACC="$ac_prog"
4880
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4881
 
+    break 2
4882
 
+  fi
4883
 
+done
4884
 
+done
4885
 
+
4886
 
+fi
4887
 
+fi
4888
 
+YACC=$ac_cv_prog_YACC
4889
 
+if test -n "$YACC"; then
4890
 
+  echo "$as_me:$LINENO: result: $YACC" >&5
4891
 
+echo "${ECHO_T}$YACC" >&6
4892
 
+else
4893
 
+  echo "$as_me:$LINENO: result: no" >&5
4894
 
+echo "${ECHO_T}no" >&6
4895
 
+fi
4896
 
+
4897
 
+  test -n "$YACC" && break
4898
 
+done
4899
 
+test -n "$YACC" || YACC="yacc"
4900
 
+
4901
 
+
4902
 
+## Checks for libraries.
4903
 
+
4904
 
+echo "$as_me:$LINENO: checking for log in -lm" >&5
4905
 
+echo $ECHO_N "checking for log in -lm... $ECHO_C" >&6
4906
 
+if test "${ac_cv_lib_m_log+set}" = set; then
4907
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
4908
 
+else
4909
 
+  ac_check_lib_save_LIBS=$LIBS
4910
 
+LIBS="-lm  $LIBS"
4911
 
+cat >conftest.$ac_ext <<_ACEOF
4912
 
+/* confdefs.h.  */
4913
 
+_ACEOF
4914
 
+cat confdefs.h >>conftest.$ac_ext
4915
 
+cat >>conftest.$ac_ext <<_ACEOF
4916
 
+/* end confdefs.h.  */
4917
 
+
4918
 
+/* Override any gcc2 internal prototype to avoid an error.  */
4919
 
+#ifdef __cplusplus
4920
 
+extern "C"
4921
 
+#endif
4922
 
+/* We use char because int might match the return type of a gcc2
4923
 
+   builtin and then its argument prototype would still apply.  */
4924
 
+char log ();
4925
 
+int
4926
 
+main ()
4927
 
+{
4928
 
+log ();
4929
 
+  ;
4930
 
+  return 0;
4931
 
+}
4932
 
+_ACEOF
4933
 
+rm -f conftest.$ac_objext conftest$ac_exeext
4934
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4935
 
+  (eval $ac_link) 2>conftest.er1
4936
 
+  ac_status=$?
4937
 
+  grep -v '^ *+' conftest.er1 >conftest.err
4938
 
+  rm -f conftest.er1
4939
 
+  cat conftest.err >&5
4940
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4941
 
+  (exit $ac_status); } &&
4942
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4943
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4944
 
+  (eval $ac_try) 2>&5
4945
 
+  ac_status=$?
4946
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4947
 
+  (exit $ac_status); }; } &&
4948
 
+        { ac_try='test -s conftest$ac_exeext'
4949
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4950
 
+  (eval $ac_try) 2>&5
4951
 
+  ac_status=$?
4952
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4953
 
+  (exit $ac_status); }; }; then
4954
 
+  ac_cv_lib_m_log=yes
4955
 
+else
4956
 
+  echo "$as_me: failed program was:" >&5
4957
 
+sed 's/^/| /' conftest.$ac_ext >&5
4958
 
+
4959
 
+ac_cv_lib_m_log=no
4960
 
+fi
4961
 
+rm -f conftest.err conftest.$ac_objext \
4962
 
+      conftest$ac_exeext conftest.$ac_ext
4963
 
+LIBS=$ac_check_lib_save_LIBS
4964
 
+fi
4965
 
+echo "$as_me:$LINENO: result: $ac_cv_lib_m_log" >&5
4966
 
+echo "${ECHO_T}$ac_cv_lib_m_log" >&6
4967
 
+if test $ac_cv_lib_m_log = yes; then
4968
 
+  cat >>confdefs.h <<_ACEOF
4969
 
+@%:@define HAVE_LIBM 1
4970
 
+_ACEOF
4971
 
+
4972
 
+  LIBS="-lm $LIBS"
4973
 
+
4974
 
+fi
4975
 
+
4976
 
+
4977
 
+
4978
 
+LDADDINTER=""
4979
 
+
4980
 
+INCLUDESINTER=""
4981
 
+
4982
 
+# Decide if mailinspect will be interactive
4983
 
+echo "$as_me:$LINENO: checking for initscr in -lncurses" >&5
4984
 
+echo $ECHO_N "checking for initscr in -lncurses... $ECHO_C" >&6
4985
 
+if test "${ac_cv_lib_ncurses_initscr+set}" = set; then
4986
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
4987
 
+else
4988
 
+  ac_check_lib_save_LIBS=$LIBS
4989
 
+LIBS="-lncurses  $LIBS"
4990
 
+cat >conftest.$ac_ext <<_ACEOF
4991
 
+/* confdefs.h.  */
4992
 
+_ACEOF
4993
 
+cat confdefs.h >>conftest.$ac_ext
4994
 
+cat >>conftest.$ac_ext <<_ACEOF
4995
 
+/* end confdefs.h.  */
4996
 
+
4997
 
+/* Override any gcc2 internal prototype to avoid an error.  */
4998
 
+#ifdef __cplusplus
4999
 
+extern "C"
5000
 
+#endif
5001
 
+/* We use char because int might match the return type of a gcc2
5002
 
+   builtin and then its argument prototype would still apply.  */
5003
 
+char initscr ();
5004
 
+int
5005
 
+main ()
5006
 
+{
5007
 
+initscr ();
5008
 
+  ;
5009
 
+  return 0;
5010
 
+}
5011
 
+_ACEOF
5012
 
+rm -f conftest.$ac_objext conftest$ac_exeext
5013
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5014
 
+  (eval $ac_link) 2>conftest.er1
5015
 
+  ac_status=$?
5016
 
+  grep -v '^ *+' conftest.er1 >conftest.err
5017
 
+  rm -f conftest.er1
5018
 
+  cat conftest.err >&5
5019
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5020
 
+  (exit $ac_status); } &&
5021
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
5022
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5023
 
+  (eval $ac_try) 2>&5
5024
 
+  ac_status=$?
5025
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5026
 
+  (exit $ac_status); }; } &&
5027
 
+        { ac_try='test -s conftest$ac_exeext'
5028
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5029
 
+  (eval $ac_try) 2>&5
5030
 
+  ac_status=$?
5031
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5032
 
+  (exit $ac_status); }; }; then
5033
 
+  ac_cv_lib_ncurses_initscr=yes
5034
 
+else
5035
 
+  echo "$as_me: failed program was:" >&5
5036
 
+sed 's/^/| /' conftest.$ac_ext >&5
5037
 
+
5038
 
+ac_cv_lib_ncurses_initscr=no
5039
 
+fi
5040
 
+rm -f conftest.err conftest.$ac_objext \
5041
 
+      conftest$ac_exeext conftest.$ac_ext
5042
 
+LIBS=$ac_check_lib_save_LIBS
5043
 
+fi
5044
 
+echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_initscr" >&5
5045
 
+echo "${ECHO_T}$ac_cv_lib_ncurses_initscr" >&6
5046
 
+if test $ac_cv_lib_ncurses_initscr = yes; then
5047
 
+  
5048
 
+       echo "$as_me:$LINENO: checking for readline in -lreadline" >&5
5049
 
+echo $ECHO_N "checking for readline in -lreadline... $ECHO_C" >&6
5050
 
+if test "${ac_cv_lib_readline_readline+set}" = set; then
5051
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
5052
 
+else
5053
 
+  ac_check_lib_save_LIBS=$LIBS
5054
 
+LIBS="-lreadline  $LIBS"
5055
 
+cat >conftest.$ac_ext <<_ACEOF
5056
 
+/* confdefs.h.  */
5057
 
+_ACEOF
5058
 
+cat confdefs.h >>conftest.$ac_ext
5059
 
+cat >>conftest.$ac_ext <<_ACEOF
5060
 
+/* end confdefs.h.  */
5061
 
+
5062
 
+/* Override any gcc2 internal prototype to avoid an error.  */
5063
 
+#ifdef __cplusplus
5064
 
+extern "C"
5065
 
+#endif
5066
 
+/* We use char because int might match the return type of a gcc2
5067
 
+   builtin and then its argument prototype would still apply.  */
5068
 
+char readline ();
5069
 
+int
5070
 
+main ()
5071
 
+{
5072
 
+readline ();
5073
 
+  ;
5074
 
+  return 0;
5075
 
+}
5076
 
+_ACEOF
5077
 
+rm -f conftest.$ac_objext conftest$ac_exeext
5078
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5079
 
+  (eval $ac_link) 2>conftest.er1
5080
 
+  ac_status=$?
5081
 
+  grep -v '^ *+' conftest.er1 >conftest.err
5082
 
+  rm -f conftest.er1
5083
 
+  cat conftest.err >&5
5084
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5085
 
+  (exit $ac_status); } &&
5086
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
5087
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5088
 
+  (eval $ac_try) 2>&5
5089
 
+  ac_status=$?
5090
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5091
 
+  (exit $ac_status); }; } &&
5092
 
+        { ac_try='test -s conftest$ac_exeext'
5093
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5094
 
+  (eval $ac_try) 2>&5
5095
 
+  ac_status=$?
5096
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5097
 
+  (exit $ac_status); }; }; then
5098
 
+  ac_cv_lib_readline_readline=yes
5099
 
+else
5100
 
+  echo "$as_me: failed program was:" >&5
5101
 
+sed 's/^/| /' conftest.$ac_ext >&5
5102
 
+
5103
 
+ac_cv_lib_readline_readline=no
5104
 
+fi
5105
 
+rm -f conftest.err conftest.$ac_objext \
5106
 
+      conftest$ac_exeext conftest.$ac_ext
5107
 
+LIBS=$ac_check_lib_save_LIBS
5108
 
+fi
5109
 
+echo "$as_me:$LINENO: result: $ac_cv_lib_readline_readline" >&5
5110
 
+echo "${ECHO_T}$ac_cv_lib_readline_readline" >&6
5111
 
+if test $ac_cv_lib_readline_readline = yes; then
5112
 
+  
5113
 
+               echo "$as_me:$LINENO: checking for SLsmg_init_smg in -lslang" >&5
5114
 
+echo $ECHO_N "checking for SLsmg_init_smg in -lslang... $ECHO_C" >&6
5115
 
+if test "${ac_cv_lib_slang_SLsmg_init_smg+set}" = set; then
5116
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
5117
 
+else
5118
 
+  ac_check_lib_save_LIBS=$LIBS
5119
 
+LIBS="-lslang  $LIBS"
5120
 
+cat >conftest.$ac_ext <<_ACEOF
5121
 
+/* confdefs.h.  */
5122
 
+_ACEOF
5123
 
+cat confdefs.h >>conftest.$ac_ext
5124
 
+cat >>conftest.$ac_ext <<_ACEOF
5125
 
+/* end confdefs.h.  */
5126
 
+
5127
 
+/* Override any gcc2 internal prototype to avoid an error.  */
5128
 
+#ifdef __cplusplus
5129
 
+extern "C"
5130
 
+#endif
5131
 
+/* We use char because int might match the return type of a gcc2
5132
 
+   builtin and then its argument prototype would still apply.  */
5133
 
+char SLsmg_init_smg ();
5134
 
+int
5135
 
+main ()
5136
 
+{
5137
 
+SLsmg_init_smg ();
5138
 
+  ;
5139
 
+  return 0;
5140
 
+}
5141
 
+_ACEOF
5142
 
+rm -f conftest.$ac_objext conftest$ac_exeext
5143
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5144
 
+  (eval $ac_link) 2>conftest.er1
5145
 
+  ac_status=$?
5146
 
+  grep -v '^ *+' conftest.er1 >conftest.err
5147
 
+  rm -f conftest.er1
5148
 
+  cat conftest.err >&5
5149
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5150
 
+  (exit $ac_status); } &&
5151
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
5152
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5153
 
+  (eval $ac_try) 2>&5
5154
 
+  ac_status=$?
5155
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5156
 
+  (exit $ac_status); }; } &&
5157
 
+        { ac_try='test -s conftest$ac_exeext'
5158
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5159
 
+  (eval $ac_try) 2>&5
5160
 
+  ac_status=$?
5161
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5162
 
+  (exit $ac_status); }; }; then
5163
 
+  ac_cv_lib_slang_SLsmg_init_smg=yes
5164
 
+else
5165
 
+  echo "$as_me: failed program was:" >&5
5166
 
+sed 's/^/| /' conftest.$ac_ext >&5
5167
 
+
5168
 
+ac_cv_lib_slang_SLsmg_init_smg=no
5169
 
+fi
5170
 
+rm -f conftest.err conftest.$ac_objext \
5171
 
+      conftest$ac_exeext conftest.$ac_ext
5172
 
+LIBS=$ac_check_lib_save_LIBS
5173
 
+fi
5174
 
+echo "$as_me:$LINENO: result: $ac_cv_lib_slang_SLsmg_init_smg" >&5
5175
 
+echo "${ECHO_T}$ac_cv_lib_slang_SLsmg_init_smg" >&6
5176
 
+if test $ac_cv_lib_slang_SLsmg_init_smg = yes; then
5177
 
+  
5178
 
+                       LDADDINTER="-lslang -lreadline -lncurses"
5179
 
+
5180
 
+                       INCLUDESINTER="-I/usr/include/slang"
5181
 
+
5182
 
+                       
5183
 
+cat >>confdefs.h <<\_ACEOF
5184
 
+@%:@define HAVE_LIBNCURSES 
5185
 
+_ACEOF
5186
 
+
5187
 
+                       
5188
 
+cat >>confdefs.h <<\_ACEOF
5189
 
+@%:@define HAVE_LIBSLANG 
5190
 
+_ACEOF
5191
 
+
5192
 
+                       
5193
 
+cat >>confdefs.h <<\_ACEOF
5194
 
+@%:@define HAVE_LIBREADLINE 
5195
 
+_ACEOF
5196
 
+
5197
 
+               
5198
 
+else
5199
 
+  { echo "$as_me:$LINENO: WARNING: libslang missing, disabling interactive mailinspect" >&5
5200
 
+echo "$as_me: WARNING: libslang missing, disabling interactive mailinspect" >&2;}
5201
 
+fi
5202
 
+
5203
 
+       
5204
 
+else
5205
 
+  { echo "$as_me:$LINENO: WARNING: libreadline missing, disabling interactive mailinspect" >&5
5206
 
+echo "$as_me: WARNING: libreadline missing, disabling interactive mailinspect" >&2;}
5207
 
+fi
5208
 
+
5209
 
+
5210
 
+else
5211
 
+  { echo "$as_me:$LINENO: WARNING: libncurses missing (needed by readline), disabling interactive mailinspect" >&5
5212
 
+echo "$as_me: WARNING: libncurses missing (needed by readline), disabling interactive mailinspect" >&2;}
5213
 
+fi
5214
 
+
5215
 
+
5216
 
+## Checks for header files.
5217
 
+echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5218
 
+echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
5219
 
+if test "${ac_cv_header_stdc+set}" = set; then
5220
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
5221
 
+else
5222
 
+  cat >conftest.$ac_ext <<_ACEOF
5223
 
+/* confdefs.h.  */
5224
 
+_ACEOF
5225
 
+cat confdefs.h >>conftest.$ac_ext
5226
 
+cat >>conftest.$ac_ext <<_ACEOF
5227
 
+/* end confdefs.h.  */
5228
 
+#include <stdlib.h>
5229
 
+#include <stdarg.h>
5230
 
+#include <string.h>
5231
 
+#include <float.h>
5232
 
+
5233
 
+int
5234
 
+main ()
5235
 
+{
5236
 
+
5237
 
+  ;
5238
 
+  return 0;
5239
 
+}
5240
 
+_ACEOF
5241
 
+rm -f conftest.$ac_objext
5242
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5243
 
+  (eval $ac_compile) 2>conftest.er1
5244
 
+  ac_status=$?
5245
 
+  grep -v '^ *+' conftest.er1 >conftest.err
5246
 
+  rm -f conftest.er1
5247
 
+  cat conftest.err >&5
5248
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5249
 
+  (exit $ac_status); } &&
5250
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
5251
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5252
 
+  (eval $ac_try) 2>&5
5253
 
+  ac_status=$?
5254
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5255
 
+  (exit $ac_status); }; } &&
5256
 
+        { ac_try='test -s conftest.$ac_objext'
5257
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5258
 
+  (eval $ac_try) 2>&5
5259
 
+  ac_status=$?
5260
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5261
 
+  (exit $ac_status); }; }; then
5262
 
+  ac_cv_header_stdc=yes
5263
 
+else
5264
 
+  echo "$as_me: failed program was:" >&5
5265
 
+sed 's/^/| /' conftest.$ac_ext >&5
5266
 
+
5267
 
+ac_cv_header_stdc=no
5268
 
+fi
5269
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5270
 
+
5271
 
+if test $ac_cv_header_stdc = yes; then
5272
 
+  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5273
 
+  cat >conftest.$ac_ext <<_ACEOF
5274
 
+/* confdefs.h.  */
5275
 
+_ACEOF
5276
 
+cat confdefs.h >>conftest.$ac_ext
5277
 
+cat >>conftest.$ac_ext <<_ACEOF
5278
 
+/* end confdefs.h.  */
5279
 
+#include <string.h>
5280
 
+
5281
 
+_ACEOF
5282
 
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5283
 
+  $EGREP "memchr" >/dev/null 2>&1; then
5284
 
+  :
5285
 
+else
5286
 
+  ac_cv_header_stdc=no
5287
 
+fi
5288
 
+rm -f conftest*
5289
 
+
5290
 
+fi
5291
 
+
5292
 
+if test $ac_cv_header_stdc = yes; then
5293
 
+  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5294
 
+  cat >conftest.$ac_ext <<_ACEOF
5295
 
+/* confdefs.h.  */
5296
 
+_ACEOF
5297
 
+cat confdefs.h >>conftest.$ac_ext
5298
 
+cat >>conftest.$ac_ext <<_ACEOF
5299
 
+/* end confdefs.h.  */
5300
 
+#include <stdlib.h>
5301
 
+
5302
 
+_ACEOF
5303
 
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5304
 
+  $EGREP "free" >/dev/null 2>&1; then
5305
 
+  :
5306
 
+else
5307
 
+  ac_cv_header_stdc=no
5308
 
+fi
5309
 
+rm -f conftest*
5310
 
+
5311
 
+fi
5312
 
+
5313
 
+if test $ac_cv_header_stdc = yes; then
5314
 
+  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5315
 
+  if test "$cross_compiling" = yes; then
5316
 
+  :
5317
 
+else
5318
 
+  cat >conftest.$ac_ext <<_ACEOF
5319
 
+/* confdefs.h.  */
5320
 
+_ACEOF
5321
 
+cat confdefs.h >>conftest.$ac_ext
5322
 
+cat >>conftest.$ac_ext <<_ACEOF
5323
 
+/* end confdefs.h.  */
5324
 
+#include <ctype.h>
5325
 
+#if ((' ' & 0x0FF) == 0x020)
5326
 
+# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5327
 
+# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5328
 
+#else
5329
 
+# define ISLOWER(c) \
5330
 
+                  (('a' <= (c) && (c) <= 'i') \
5331
 
+                    || ('j' <= (c) && (c) <= 'r') \
5332
 
+                    || ('s' <= (c) && (c) <= 'z'))
5333
 
+# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5334
 
+#endif
5335
 
+
5336
 
+#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5337
 
+int
5338
 
+main ()
5339
 
+{
5340
 
+  int i;
5341
 
+  for (i = 0; i < 256; i++)
5342
 
+    if (XOR (islower (i), ISLOWER (i))
5343
 
+       || toupper (i) != TOUPPER (i))
5344
 
+      exit(2);
5345
 
+  exit (0);
5346
 
+}
5347
 
+_ACEOF
5348
 
+rm -f conftest$ac_exeext
5349
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5350
 
+  (eval $ac_link) 2>&5
5351
 
+  ac_status=$?
5352
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5353
 
+  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5354
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5355
 
+  (eval $ac_try) 2>&5
5356
 
+  ac_status=$?
5357
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5358
 
+  (exit $ac_status); }; }; then
5359
 
+  :
5360
 
+else
5361
 
+  echo "$as_me: program exited with status $ac_status" >&5
5362
 
+echo "$as_me: failed program was:" >&5
5363
 
+sed 's/^/| /' conftest.$ac_ext >&5
5364
 
+
5365
 
+( exit $ac_status )
5366
 
+ac_cv_header_stdc=no
5367
 
+fi
5368
 
+rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5369
 
+fi
5370
 
+fi
5371
 
+fi
5372
 
+echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5373
 
+echo "${ECHO_T}$ac_cv_header_stdc" >&6
5374
 
+if test $ac_cv_header_stdc = yes; then
5375
 
+  
5376
 
+cat >>confdefs.h <<\_ACEOF
5377
 
+@%:@define STDC_HEADERS 1
5378
 
+_ACEOF
5379
 
+
5380
 
+fi
5381
 
+
5382
 
+
5383
 
+
5384
 
+
5385
 
+
5386
 
+
5387
 
+
5388
 
+for ac_header in features.h langinfo.h unistd.h sys/mman.h mman.h netinet/in.h
5389
 
+do
5390
 
+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5391
 
+if eval "test \"\${$as_ac_Header+set}\" = set"; then
5392
 
+  echo "$as_me:$LINENO: checking for $ac_header" >&5
5393
 
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5394
 
+if eval "test \"\${$as_ac_Header+set}\" = set"; then
5395
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
5396
 
+fi
5397
 
+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5398
 
+echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5399
 
+else
5400
 
+  # Is the header compilable?
5401
 
+echo "$as_me:$LINENO: checking $ac_header usability" >&5
5402
 
+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5403
 
+cat >conftest.$ac_ext <<_ACEOF
5404
 
+/* confdefs.h.  */
5405
 
+_ACEOF
5406
 
+cat confdefs.h >>conftest.$ac_ext
5407
 
+cat >>conftest.$ac_ext <<_ACEOF
5408
 
+/* end confdefs.h.  */
5409
 
+$ac_includes_default
5410
 
+@%:@include <$ac_header>
5411
 
+_ACEOF
5412
 
+rm -f conftest.$ac_objext
5413
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5414
 
+  (eval $ac_compile) 2>conftest.er1
5415
 
+  ac_status=$?
5416
 
+  grep -v '^ *+' conftest.er1 >conftest.err
5417
 
+  rm -f conftest.er1
5418
 
+  cat conftest.err >&5
5419
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5420
 
+  (exit $ac_status); } &&
5421
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
5422
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5423
 
+  (eval $ac_try) 2>&5
5424
 
+  ac_status=$?
5425
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5426
 
+  (exit $ac_status); }; } &&
5427
 
+        { ac_try='test -s conftest.$ac_objext'
5428
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5429
 
+  (eval $ac_try) 2>&5
5430
 
+  ac_status=$?
5431
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5432
 
+  (exit $ac_status); }; }; then
5433
 
+  ac_header_compiler=yes
5434
 
+else
5435
 
+  echo "$as_me: failed program was:" >&5
5436
 
+sed 's/^/| /' conftest.$ac_ext >&5
5437
 
+
5438
 
+ac_header_compiler=no
5439
 
+fi
5440
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5441
 
+echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5442
 
+echo "${ECHO_T}$ac_header_compiler" >&6
5443
 
+
5444
 
+# Is the header present?
5445
 
+echo "$as_me:$LINENO: checking $ac_header presence" >&5
5446
 
+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5447
 
+cat >conftest.$ac_ext <<_ACEOF
5448
 
+/* confdefs.h.  */
5449
 
+_ACEOF
5450
 
+cat confdefs.h >>conftest.$ac_ext
5451
 
+cat >>conftest.$ac_ext <<_ACEOF
5452
 
+/* end confdefs.h.  */
5453
 
+@%:@include <$ac_header>
5454
 
+_ACEOF
5455
 
+if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5456
 
+  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5457
 
+  ac_status=$?
5458
 
+  grep -v '^ *+' conftest.er1 >conftest.err
5459
 
+  rm -f conftest.er1
5460
 
+  cat conftest.err >&5
5461
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5462
 
+  (exit $ac_status); } >/dev/null; then
5463
 
+  if test -s conftest.err; then
5464
 
+    ac_cpp_err=$ac_c_preproc_warn_flag
5465
 
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5466
 
+  else
5467
 
+    ac_cpp_err=
5468
 
+  fi
5469
 
+else
5470
 
+  ac_cpp_err=yes
5471
 
+fi
5472
 
+if test -z "$ac_cpp_err"; then
5473
 
+  ac_header_preproc=yes
5474
 
+else
5475
 
+  echo "$as_me: failed program was:" >&5
5476
 
+sed 's/^/| /' conftest.$ac_ext >&5
5477
 
+
5478
 
+  ac_header_preproc=no
5479
 
+fi
5480
 
+rm -f conftest.err conftest.$ac_ext
5481
 
+echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5482
 
+echo "${ECHO_T}$ac_header_preproc" >&6
5483
 
+
5484
 
+# So?  What about this header?
5485
 
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5486
 
+  yes:no: )
5487
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5488
 
+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5489
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5490
 
+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5491
 
+    ac_header_preproc=yes
5492
 
+    ;;
5493
 
+  no:yes:* )
5494
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5495
 
+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5496
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
5497
 
+echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
5498
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5499
 
+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5500
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
5501
 
+echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
5502
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5503
 
+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5504
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5505
 
+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5506
 
+    (
5507
 
+      cat <<\_ASBOX
5508
 
+@%:@@%:@ -------------------------------- @%:@@%:@
5509
 
+@%:@@%:@ Report this to laird@lbreyer.com @%:@@%:@
5510
 
+@%:@@%:@ -------------------------------- @%:@@%:@
5511
 
+_ASBOX
5512
 
+    ) |
5513
 
+      sed "s/^/$as_me: WARNING:     /" >&2
5514
 
+    ;;
5515
 
+esac
5516
 
+echo "$as_me:$LINENO: checking for $ac_header" >&5
5517
 
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5518
 
+if eval "test \"\${$as_ac_Header+set}\" = set"; then
5519
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
5520
 
+else
5521
 
+  eval "$as_ac_Header=\$ac_header_preproc"
5522
 
+fi
5523
 
+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5524
 
+echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5525
 
+
5526
 
+fi
5527
 
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
5528
 
+  cat >>confdefs.h <<_ACEOF
5529
 
+@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5530
 
+_ACEOF
5531
 
5532
 
+fi
5533
 
+
5534
 
+done
5535
 
+
5536
 
+
5537
 
+
5538
 
+for ac_header in wchar.h wctype.h
5539
 
+do
5540
 
+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5541
 
+if eval "test \"\${$as_ac_Header+set}\" = set"; then
5542
 
+  echo "$as_me:$LINENO: checking for $ac_header" >&5
5543
 
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5544
 
+if eval "test \"\${$as_ac_Header+set}\" = set"; then
5545
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
5546
 
+fi
5547
 
+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5548
 
+echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5549
 
+else
5550
 
+  # Is the header compilable?
5551
 
+echo "$as_me:$LINENO: checking $ac_header usability" >&5
5552
 
+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5553
 
+cat >conftest.$ac_ext <<_ACEOF
5554
 
+/* confdefs.h.  */
5555
 
+_ACEOF
5556
 
+cat confdefs.h >>conftest.$ac_ext
5557
 
+cat >>conftest.$ac_ext <<_ACEOF
5558
 
+/* end confdefs.h.  */
5559
 
+$ac_includes_default
5560
 
+@%:@include <$ac_header>
5561
 
+_ACEOF
5562
 
+rm -f conftest.$ac_objext
5563
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5564
 
+  (eval $ac_compile) 2>conftest.er1
5565
 
+  ac_status=$?
5566
 
+  grep -v '^ *+' conftest.er1 >conftest.err
5567
 
+  rm -f conftest.er1
5568
 
+  cat conftest.err >&5
5569
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5570
 
+  (exit $ac_status); } &&
5571
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
5572
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5573
 
+  (eval $ac_try) 2>&5
5574
 
+  ac_status=$?
5575
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5576
 
+  (exit $ac_status); }; } &&
5577
 
+        { ac_try='test -s conftest.$ac_objext'
5578
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5579
 
+  (eval $ac_try) 2>&5
5580
 
+  ac_status=$?
5581
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5582
 
+  (exit $ac_status); }; }; then
5583
 
+  ac_header_compiler=yes
5584
 
+else
5585
 
+  echo "$as_me: failed program was:" >&5
5586
 
+sed 's/^/| /' conftest.$ac_ext >&5
5587
 
+
5588
 
+ac_header_compiler=no
5589
 
+fi
5590
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5591
 
+echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5592
 
+echo "${ECHO_T}$ac_header_compiler" >&6
5593
 
+
5594
 
+# Is the header present?
5595
 
+echo "$as_me:$LINENO: checking $ac_header presence" >&5
5596
 
+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5597
 
+cat >conftest.$ac_ext <<_ACEOF
5598
 
+/* confdefs.h.  */
5599
 
+_ACEOF
5600
 
+cat confdefs.h >>conftest.$ac_ext
5601
 
+cat >>conftest.$ac_ext <<_ACEOF
5602
 
+/* end confdefs.h.  */
5603
 
+@%:@include <$ac_header>
5604
 
+_ACEOF
5605
 
+if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5606
 
+  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5607
 
+  ac_status=$?
5608
 
+  grep -v '^ *+' conftest.er1 >conftest.err
5609
 
+  rm -f conftest.er1
5610
 
+  cat conftest.err >&5
5611
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5612
 
+  (exit $ac_status); } >/dev/null; then
5613
 
+  if test -s conftest.err; then
5614
 
+    ac_cpp_err=$ac_c_preproc_warn_flag
5615
 
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5616
 
+  else
5617
 
+    ac_cpp_err=
5618
 
+  fi
5619
 
+else
5620
 
+  ac_cpp_err=yes
5621
 
+fi
5622
 
+if test -z "$ac_cpp_err"; then
5623
 
+  ac_header_preproc=yes
5624
 
+else
5625
 
+  echo "$as_me: failed program was:" >&5
5626
 
+sed 's/^/| /' conftest.$ac_ext >&5
5627
 
+
5628
 
+  ac_header_preproc=no
5629
 
+fi
5630
 
+rm -f conftest.err conftest.$ac_ext
5631
 
+echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5632
 
+echo "${ECHO_T}$ac_header_preproc" >&6
5633
 
+
5634
 
+# So?  What about this header?
5635
 
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5636
 
+  yes:no: )
5637
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5638
 
+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5639
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5640
 
+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5641
 
+    ac_header_preproc=yes
5642
 
+    ;;
5643
 
+  no:yes:* )
5644
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5645
 
+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5646
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
5647
 
+echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
5648
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5649
 
+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5650
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
5651
 
+echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
5652
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5653
 
+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5654
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5655
 
+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5656
 
+    (
5657
 
+      cat <<\_ASBOX
5658
 
+@%:@@%:@ -------------------------------- @%:@@%:@
5659
 
+@%:@@%:@ Report this to laird@lbreyer.com @%:@@%:@
5660
 
+@%:@@%:@ -------------------------------- @%:@@%:@
5661
 
+_ASBOX
5662
 
+    ) |
5663
 
+      sed "s/^/$as_me: WARNING:     /" >&2
5664
 
+    ;;
5665
 
+esac
5666
 
+echo "$as_me:$LINENO: checking for $ac_header" >&5
5667
 
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5668
 
+if eval "test \"\${$as_ac_Header+set}\" = set"; then
5669
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
5670
 
+else
5671
 
+  eval "$as_ac_Header=\$ac_header_preproc"
5672
 
+fi
5673
 
+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5674
 
+echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5675
 
+
5676
 
+fi
5677
 
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
5678
 
+  cat >>confdefs.h <<_ACEOF
5679
 
+@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5680
 
+_ACEOF
5681
 
5682
 
+else
5683
 
+  
5684
 
+       { echo "$as_me:$LINENO: WARNING: No wide character headers, disabling full internationalization." >&5
5685
 
+echo "$as_me: WARNING: No wide character headers, disabling full internationalization." >&2;}
5686
 
+
5687
 
+fi
5688
 
+
5689
 
+done
5690
 
+
5691
 
+
5692
 
+## Checks for typedefs, structures, and compiler characteristics.
5693
 
+echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
5694
 
+echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
5695
 
+if test "${ac_cv_c_const+set}" = set; then
5696
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
5697
 
+else
5698
 
+  cat >conftest.$ac_ext <<_ACEOF
5699
 
+/* confdefs.h.  */
5700
 
+_ACEOF
5701
 
+cat confdefs.h >>conftest.$ac_ext
5702
 
+cat >>conftest.$ac_ext <<_ACEOF
5703
 
+/* end confdefs.h.  */
5704
 
+
5705
 
+int
5706
 
+main ()
5707
 
+{
5708
 
+/* FIXME: Include the comments suggested by Paul. */
5709
 
+#ifndef __cplusplus
5710
 
+  /* Ultrix mips cc rejects this.  */
5711
 
+  typedef int charset[2];
5712
 
+  const charset x;
5713
 
+  /* SunOS 4.1.1 cc rejects this.  */
5714
 
+  char const *const *ccp;
5715
 
+  char **p;
5716
 
+  /* NEC SVR4.0.2 mips cc rejects this.  */
5717
 
+  struct point {int x, y;};
5718
 
+  static struct point const zero = {0,0};
5719
 
+  /* AIX XL C 1.02.0.0 rejects this.
5720
 
+     It does not let you subtract one const X* pointer from another in
5721
 
+     an arm of an if-expression whose if-part is not a constant
5722
 
+     expression */
5723
 
+  const char *g = "string";
5724
 
+  ccp = &g + (g ? g-g : 0);
5725
 
+  /* HPUX 7.0 cc rejects these. */
5726
 
+  ++ccp;
5727
 
+  p = (char**) ccp;
5728
 
+  ccp = (char const *const *) p;
5729
 
+  { /* SCO 3.2v4 cc rejects this.  */
5730
 
+    char *t;
5731
 
+    char const *s = 0 ? (char *) 0 : (char const *) 0;
5732
 
+
5733
 
+    *t++ = 0;
5734
 
+  }
5735
 
+  { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
5736
 
+    int x[] = {25, 17};
5737
 
+    const int *foo = &x[0];
5738
 
+    ++foo;
5739
 
+  }
5740
 
+  { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
5741
 
+    typedef const int *iptr;
5742
 
+    iptr p = 0;
5743
 
+    ++p;
5744
 
+  }
5745
 
+  { /* AIX XL C 1.02.0.0 rejects this saying
5746
 
+       "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
5747
 
+    struct s { int j; const int *ap[3]; };
5748
 
+    struct s *b; b->j = 5;
5749
 
+  }
5750
 
+  { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
5751
 
+    const int foo = 10;
5752
 
+  }
5753
 
+#endif
5754
 
+
5755
 
+  ;
5756
 
+  return 0;
5757
 
+}
5758
 
+_ACEOF
5759
 
+rm -f conftest.$ac_objext
5760
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5761
 
+  (eval $ac_compile) 2>conftest.er1
5762
 
+  ac_status=$?
5763
 
+  grep -v '^ *+' conftest.er1 >conftest.err
5764
 
+  rm -f conftest.er1
5765
 
+  cat conftest.err >&5
5766
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5767
 
+  (exit $ac_status); } &&
5768
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
5769
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5770
 
+  (eval $ac_try) 2>&5
5771
 
+  ac_status=$?
5772
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5773
 
+  (exit $ac_status); }; } &&
5774
 
+        { ac_try='test -s conftest.$ac_objext'
5775
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5776
 
+  (eval $ac_try) 2>&5
5777
 
+  ac_status=$?
5778
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5779
 
+  (exit $ac_status); }; }; then
5780
 
+  ac_cv_c_const=yes
5781
 
+else
5782
 
+  echo "$as_me: failed program was:" >&5
5783
 
+sed 's/^/| /' conftest.$ac_ext >&5
5784
 
+
5785
 
+ac_cv_c_const=no
5786
 
+fi
5787
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5788
 
+fi
5789
 
+echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
5790
 
+echo "${ECHO_T}$ac_cv_c_const" >&6
5791
 
+if test $ac_cv_c_const = no; then
5792
 
+  
5793
 
+cat >>confdefs.h <<\_ACEOF
5794
 
+@%:@define const 
5795
 
+_ACEOF
5796
 
+
5797
 
+fi
5798
 
+
5799
 
+echo "$as_me:$LINENO: checking for size_t" >&5
5800
 
+echo $ECHO_N "checking for size_t... $ECHO_C" >&6
5801
 
+if test "${ac_cv_type_size_t+set}" = set; then
5802
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
5803
 
+else
5804
 
+  cat >conftest.$ac_ext <<_ACEOF
5805
 
+/* confdefs.h.  */
5806
 
+_ACEOF
5807
 
+cat confdefs.h >>conftest.$ac_ext
5808
 
+cat >>conftest.$ac_ext <<_ACEOF
5809
 
+/* end confdefs.h.  */
5810
 
+$ac_includes_default
5811
 
+int
5812
 
+main ()
5813
 
+{
5814
 
+if ((size_t *) 0)
5815
 
+  return 0;
5816
 
+if (sizeof (size_t))
5817
 
+  return 0;
5818
 
+  ;
5819
 
+  return 0;
5820
 
+}
5821
 
+_ACEOF
5822
 
+rm -f conftest.$ac_objext
5823
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5824
 
+  (eval $ac_compile) 2>conftest.er1
5825
 
+  ac_status=$?
5826
 
+  grep -v '^ *+' conftest.er1 >conftest.err
5827
 
+  rm -f conftest.er1
5828
 
+  cat conftest.err >&5
5829
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5830
 
+  (exit $ac_status); } &&
5831
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
5832
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5833
 
+  (eval $ac_try) 2>&5
5834
 
+  ac_status=$?
5835
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5836
 
+  (exit $ac_status); }; } &&
5837
 
+        { ac_try='test -s conftest.$ac_objext'
5838
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5839
 
+  (eval $ac_try) 2>&5
5840
 
+  ac_status=$?
5841
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5842
 
+  (exit $ac_status); }; }; then
5843
 
+  ac_cv_type_size_t=yes
5844
 
+else
5845
 
+  echo "$as_me: failed program was:" >&5
5846
 
+sed 's/^/| /' conftest.$ac_ext >&5
5847
 
+
5848
 
+ac_cv_type_size_t=no
5849
 
+fi
5850
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5851
 
+fi
5852
 
+echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
5853
 
+echo "${ECHO_T}$ac_cv_type_size_t" >&6
5854
 
+if test $ac_cv_type_size_t = yes; then
5855
 
+  :
5856
 
+else
5857
 
+  
5858
 
+cat >>confdefs.h <<_ACEOF
5859
 
+@%:@define size_t unsigned
5860
 
+_ACEOF
5861
 
+
5862
 
+fi
5863
 
+
5864
 
+
5865
 
+## Checks for library functions.
5866
 
+
5867
 
+  echo "$as_me:$LINENO: checking whether mbrtowc and mbstate_t are properly declared" >&5
5868
 
+echo $ECHO_N "checking whether mbrtowc and mbstate_t are properly declared... $ECHO_C" >&6
5869
 
+if test "${ac_cv_func_mbrtowc+set}" = set; then
5870
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
5871
 
+else
5872
 
+  cat >conftest.$ac_ext <<_ACEOF
5873
 
+/* confdefs.h.  */
5874
 
+_ACEOF
5875
 
+cat confdefs.h >>conftest.$ac_ext
5876
 
+cat >>conftest.$ac_ext <<_ACEOF
5877
 
+/* end confdefs.h.  */
5878
 
+@%:@include <wchar.h>
5879
 
+int
5880
 
+main ()
5881
 
+{
5882
 
+mbstate_t state; return ! (sizeof state && mbrtowc);
5883
 
+  ;
5884
 
+  return 0;
5885
 
+}
5886
 
+_ACEOF
5887
 
+rm -f conftest.$ac_objext conftest$ac_exeext
5888
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5889
 
+  (eval $ac_link) 2>conftest.er1
5890
 
+  ac_status=$?
5891
 
+  grep -v '^ *+' conftest.er1 >conftest.err
5892
 
+  rm -f conftest.er1
5893
 
+  cat conftest.err >&5
5894
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5895
 
+  (exit $ac_status); } &&
5896
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
5897
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5898
 
+  (eval $ac_try) 2>&5
5899
 
+  ac_status=$?
5900
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5901
 
+  (exit $ac_status); }; } &&
5902
 
+        { ac_try='test -s conftest$ac_exeext'
5903
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5904
 
+  (eval $ac_try) 2>&5
5905
 
+  ac_status=$?
5906
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5907
 
+  (exit $ac_status); }; }; then
5908
 
+  ac_cv_func_mbrtowc=yes
5909
 
+else
5910
 
+  echo "$as_me: failed program was:" >&5
5911
 
+sed 's/^/| /' conftest.$ac_ext >&5
5912
 
+
5913
 
+ac_cv_func_mbrtowc=no
5914
 
+fi
5915
 
+rm -f conftest.err conftest.$ac_objext \
5916
 
+      conftest$ac_exeext conftest.$ac_ext
5917
 
+fi
5918
 
+echo "$as_me:$LINENO: result: $ac_cv_func_mbrtowc" >&5
5919
 
+echo "${ECHO_T}$ac_cv_func_mbrtowc" >&6
5920
 
+  if test $ac_cv_func_mbrtowc = yes; then
5921
 
+    
5922
 
+cat >>confdefs.h <<\_ACEOF
5923
 
+@%:@define HAVE_MBRTOWC 1
5924
 
+_ACEOF
5925
 
+
5926
 
+  fi
5927
 
+
5928
 
+
5929
 
+
5930
 
+for ac_header in stdlib.h unistd.h
5931
 
+do
5932
 
+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5933
 
+if eval "test \"\${$as_ac_Header+set}\" = set"; then
5934
 
+  echo "$as_me:$LINENO: checking for $ac_header" >&5
5935
 
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5936
 
+if eval "test \"\${$as_ac_Header+set}\" = set"; then
5937
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
5938
 
+fi
5939
 
+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5940
 
+echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5941
 
+else
5942
 
+  # Is the header compilable?
5943
 
+echo "$as_me:$LINENO: checking $ac_header usability" >&5
5944
 
+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5945
 
+cat >conftest.$ac_ext <<_ACEOF
5946
 
+/* confdefs.h.  */
5947
 
+_ACEOF
5948
 
+cat confdefs.h >>conftest.$ac_ext
5949
 
+cat >>conftest.$ac_ext <<_ACEOF
5950
 
+/* end confdefs.h.  */
5951
 
+$ac_includes_default
5952
 
+@%:@include <$ac_header>
5953
 
+_ACEOF
5954
 
+rm -f conftest.$ac_objext
5955
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5956
 
+  (eval $ac_compile) 2>conftest.er1
5957
 
+  ac_status=$?
5958
 
+  grep -v '^ *+' conftest.er1 >conftest.err
5959
 
+  rm -f conftest.er1
5960
 
+  cat conftest.err >&5
5961
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5962
 
+  (exit $ac_status); } &&
5963
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
5964
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5965
 
+  (eval $ac_try) 2>&5
5966
 
+  ac_status=$?
5967
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5968
 
+  (exit $ac_status); }; } &&
5969
 
+        { ac_try='test -s conftest.$ac_objext'
5970
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5971
 
+  (eval $ac_try) 2>&5
5972
 
+  ac_status=$?
5973
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5974
 
+  (exit $ac_status); }; }; then
5975
 
+  ac_header_compiler=yes
5976
 
+else
5977
 
+  echo "$as_me: failed program was:" >&5
5978
 
+sed 's/^/| /' conftest.$ac_ext >&5
5979
 
+
5980
 
+ac_header_compiler=no
5981
 
+fi
5982
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5983
 
+echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5984
 
+echo "${ECHO_T}$ac_header_compiler" >&6
5985
 
+
5986
 
+# Is the header present?
5987
 
+echo "$as_me:$LINENO: checking $ac_header presence" >&5
5988
 
+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5989
 
+cat >conftest.$ac_ext <<_ACEOF
5990
 
+/* confdefs.h.  */
5991
 
+_ACEOF
5992
 
+cat confdefs.h >>conftest.$ac_ext
5993
 
+cat >>conftest.$ac_ext <<_ACEOF
5994
 
+/* end confdefs.h.  */
5995
 
+@%:@include <$ac_header>
5996
 
+_ACEOF
5997
 
+if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5998
 
+  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5999
 
+  ac_status=$?
6000
 
+  grep -v '^ *+' conftest.er1 >conftest.err
6001
 
+  rm -f conftest.er1
6002
 
+  cat conftest.err >&5
6003
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6004
 
+  (exit $ac_status); } >/dev/null; then
6005
 
+  if test -s conftest.err; then
6006
 
+    ac_cpp_err=$ac_c_preproc_warn_flag
6007
 
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6008
 
+  else
6009
 
+    ac_cpp_err=
6010
 
+  fi
6011
 
+else
6012
 
+  ac_cpp_err=yes
6013
 
+fi
6014
 
+if test -z "$ac_cpp_err"; then
6015
 
+  ac_header_preproc=yes
6016
 
+else
6017
 
+  echo "$as_me: failed program was:" >&5
6018
 
+sed 's/^/| /' conftest.$ac_ext >&5
6019
 
+
6020
 
+  ac_header_preproc=no
6021
 
+fi
6022
 
+rm -f conftest.err conftest.$ac_ext
6023
 
+echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6024
 
+echo "${ECHO_T}$ac_header_preproc" >&6
6025
 
+
6026
 
+# So?  What about this header?
6027
 
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6028
 
+  yes:no: )
6029
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6030
 
+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6031
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6032
 
+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6033
 
+    ac_header_preproc=yes
6034
 
+    ;;
6035
 
+  no:yes:* )
6036
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6037
 
+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6038
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
6039
 
+echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
6040
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6041
 
+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6042
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
6043
 
+echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
6044
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6045
 
+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6046
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6047
 
+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6048
 
+    (
6049
 
+      cat <<\_ASBOX
6050
 
+@%:@@%:@ -------------------------------- @%:@@%:@
6051
 
+@%:@@%:@ Report this to laird@lbreyer.com @%:@@%:@
6052
 
+@%:@@%:@ -------------------------------- @%:@@%:@
6053
 
+_ASBOX
6054
 
+    ) |
6055
 
+      sed "s/^/$as_me: WARNING:     /" >&2
6056
 
+    ;;
6057
 
+esac
6058
 
+echo "$as_me:$LINENO: checking for $ac_header" >&5
6059
 
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6060
 
+if eval "test \"\${$as_ac_Header+set}\" = set"; then
6061
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
6062
 
+else
6063
 
+  eval "$as_ac_Header=\$ac_header_preproc"
6064
 
+fi
6065
 
+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6066
 
+echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6067
 
+
6068
 
+fi
6069
 
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
6070
 
+  cat >>confdefs.h <<_ACEOF
6071
 
+@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6072
 
+_ACEOF
6073
 
6074
 
+fi
6075
 
+
6076
 
+done
6077
 
+
6078
 
+
6079
 
+for ac_func in getpagesize
6080
 
+do
6081
 
+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6082
 
+echo "$as_me:$LINENO: checking for $ac_func" >&5
6083
 
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6084
 
+if eval "test \"\${$as_ac_var+set}\" = set"; then
6085
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
6086
 
+else
6087
 
+  cat >conftest.$ac_ext <<_ACEOF
6088
 
+/* confdefs.h.  */
6089
 
+_ACEOF
6090
 
+cat confdefs.h >>conftest.$ac_ext
6091
 
+cat >>conftest.$ac_ext <<_ACEOF
6092
 
+/* end confdefs.h.  */
6093
 
+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6094
 
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
6095
 
+#define $ac_func innocuous_$ac_func
6096
 
+
6097
 
+/* System header to define __stub macros and hopefully few prototypes,
6098
 
+    which can conflict with char $ac_func (); below.
6099
 
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6100
 
+    <limits.h> exists even on freestanding compilers.  */
6101
 
+
6102
 
+#ifdef __STDC__
6103
 
+# include <limits.h>
6104
 
+#else
6105
 
+# include <assert.h>
6106
 
+#endif
6107
 
+
6108
 
+#undef $ac_func
6109
 
+
6110
 
+/* Override any gcc2 internal prototype to avoid an error.  */
6111
 
+#ifdef __cplusplus
6112
 
+extern "C"
6113
 
+{
6114
 
+#endif
6115
 
+/* We use char because int might match the return type of a gcc2
6116
 
+   builtin and then its argument prototype would still apply.  */
6117
 
+char $ac_func ();
6118
 
+/* The GNU C library defines this for functions which it implements
6119
 
+    to always fail with ENOSYS.  Some functions are actually named
6120
 
+    something starting with __ and the normal name is an alias.  */
6121
 
+#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6122
 
+choke me
6123
 
+#else
6124
 
+char (*f) () = $ac_func;
6125
 
+#endif
6126
 
+#ifdef __cplusplus
6127
 
+}
6128
 
+#endif
6129
 
+
6130
 
+int
6131
 
+main ()
6132
 
+{
6133
 
+return f != $ac_func;
6134
 
+  ;
6135
 
+  return 0;
6136
 
+}
6137
 
+_ACEOF
6138
 
+rm -f conftest.$ac_objext conftest$ac_exeext
6139
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6140
 
+  (eval $ac_link) 2>conftest.er1
6141
 
+  ac_status=$?
6142
 
+  grep -v '^ *+' conftest.er1 >conftest.err
6143
 
+  rm -f conftest.er1
6144
 
+  cat conftest.err >&5
6145
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6146
 
+  (exit $ac_status); } &&
6147
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
6148
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6149
 
+  (eval $ac_try) 2>&5
6150
 
+  ac_status=$?
6151
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6152
 
+  (exit $ac_status); }; } &&
6153
 
+        { ac_try='test -s conftest$ac_exeext'
6154
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6155
 
+  (eval $ac_try) 2>&5
6156
 
+  ac_status=$?
6157
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6158
 
+  (exit $ac_status); }; }; then
6159
 
+  eval "$as_ac_var=yes"
6160
 
+else
6161
 
+  echo "$as_me: failed program was:" >&5
6162
 
+sed 's/^/| /' conftest.$ac_ext >&5
6163
 
+
6164
 
+eval "$as_ac_var=no"
6165
 
+fi
6166
 
+rm -f conftest.err conftest.$ac_objext \
6167
 
+      conftest$ac_exeext conftest.$ac_ext
6168
 
+fi
6169
 
+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6170
 
+echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6171
 
+if test `eval echo '${'$as_ac_var'}'` = yes; then
6172
 
+  cat >>confdefs.h <<_ACEOF
6173
 
+@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6174
 
+_ACEOF
6175
 
6176
 
+fi
6177
 
+done
6178
 
+
6179
 
+echo "$as_me:$LINENO: checking for working mmap" >&5
6180
 
+echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
6181
 
+if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
6182
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
6183
 
+else
6184
 
+  if test "$cross_compiling" = yes; then
6185
 
+  ac_cv_func_mmap_fixed_mapped=no
6186
 
+else
6187
 
+  cat >conftest.$ac_ext <<_ACEOF
6188
 
+/* confdefs.h.  */
6189
 
+_ACEOF
6190
 
+cat confdefs.h >>conftest.$ac_ext
6191
 
+cat >>conftest.$ac_ext <<_ACEOF
6192
 
+/* end confdefs.h.  */
6193
 
+$ac_includes_default
6194
 
+/* malloc might have been renamed as rpl_malloc. */
6195
 
+#undef malloc
6196
 
+
6197
 
+/* Thanks to Mike Haertel and Jim Avera for this test.
6198
 
+   Here is a matrix of mmap possibilities:
6199
 
+       mmap private not fixed
6200
 
+       mmap private fixed at somewhere currently unmapped
6201
 
+       mmap private fixed at somewhere already mapped
6202
 
+       mmap shared not fixed
6203
 
+       mmap shared fixed at somewhere currently unmapped
6204
 
+       mmap shared fixed at somewhere already mapped
6205
 
+   For private mappings, we should verify that changes cannot be read()
6206
 
+   back from the file, nor mmap's back from the file at a different
6207
 
+   address.  (There have been systems where private was not correctly
6208
 
+   implemented like the infamous i386 svr4.0, and systems where the
6209
 
+   VM page cache was not coherent with the file system buffer cache
6210
 
+   like early versions of FreeBSD and possibly contemporary NetBSD.)
6211
 
+   For shared mappings, we should conversely verify that changes get
6212
 
+   propagated back to all the places they're supposed to be.
6213
 
+
6214
 
+   Grep wants private fixed already mapped.
6215
 
+   The main things grep needs to know about mmap are:
6216
 
+   * does it exist and is it safe to write into the mmap'd area
6217
 
+   * how to use it (BSD variants)  */
6218
 
+
6219
 
+#include <fcntl.h>
6220
 
+#include <sys/mman.h>
6221
 
+
6222
 
+#if !STDC_HEADERS && !HAVE_STDLIB_H
6223
 
+char *malloc ();
6224
 
+#endif
6225
 
+
6226
 
+/* This mess was copied from the GNU getpagesize.h.  */
6227
 
+#if !HAVE_GETPAGESIZE
6228
 
+/* Assume that all systems that can run configure have sys/param.h.  */
6229
 
+# if !HAVE_SYS_PARAM_H
6230
 
+#  define HAVE_SYS_PARAM_H 1
6231
 
+# endif
6232
 
+
6233
 
+# ifdef _SC_PAGESIZE
6234
 
+#  define getpagesize() sysconf(_SC_PAGESIZE)
6235
 
+# else /* no _SC_PAGESIZE */
6236
 
+#  if HAVE_SYS_PARAM_H
6237
 
+#   include <sys/param.h>
6238
 
+#   ifdef EXEC_PAGESIZE
6239
 
+#    define getpagesize() EXEC_PAGESIZE
6240
 
+#   else /* no EXEC_PAGESIZE */
6241
 
+#    ifdef NBPG
6242
 
+#     define getpagesize() NBPG * CLSIZE
6243
 
+#     ifndef CLSIZE
6244
 
+#      define CLSIZE 1
6245
 
+#     endif /* no CLSIZE */
6246
 
+#    else /* no NBPG */
6247
 
+#     ifdef NBPC
6248
 
+#      define getpagesize() NBPC
6249
 
+#     else /* no NBPC */
6250
 
+#      ifdef PAGESIZE
6251
 
+#       define getpagesize() PAGESIZE
6252
 
+#      endif /* PAGESIZE */
6253
 
+#     endif /* no NBPC */
6254
 
+#    endif /* no NBPG */
6255
 
+#   endif /* no EXEC_PAGESIZE */
6256
 
+#  else /* no HAVE_SYS_PARAM_H */
6257
 
+#   define getpagesize() 8192  /* punt totally */
6258
 
+#  endif /* no HAVE_SYS_PARAM_H */
6259
 
+# endif /* no _SC_PAGESIZE */
6260
 
+
6261
 
+#endif /* no HAVE_GETPAGESIZE */
6262
 
+
6263
 
+int
6264
 
+main ()
6265
 
+{
6266
 
+  char *data, *data2, *data3;
6267
 
+  int i, pagesize;
6268
 
+  int fd;
6269
 
+
6270
 
+  pagesize = getpagesize ();
6271
 
+
6272
 
+  /* First, make a file with some known garbage in it. */
6273
 
+  data = (char *) malloc (pagesize);
6274
 
+  if (!data)
6275
 
+    exit (1);
6276
 
+  for (i = 0; i < pagesize; ++i)
6277
 
+    *(data + i) = rand ();
6278
 
+  umask (0);
6279
 
+  fd = creat ("conftest.mmap", 0600);
6280
 
+  if (fd < 0)
6281
 
+    exit (1);
6282
 
+  if (write (fd, data, pagesize) != pagesize)
6283
 
+    exit (1);
6284
 
+  close (fd);
6285
 
+
6286
 
+  /* Next, try to mmap the file at a fixed address which already has
6287
 
+     something else allocated at it.  If we can, also make sure that
6288
 
+     we see the same garbage.  */
6289
 
+  fd = open ("conftest.mmap", O_RDWR);
6290
 
+  if (fd < 0)
6291
 
+    exit (1);
6292
 
+  data2 = (char *) malloc (2 * pagesize);
6293
 
+  if (!data2)
6294
 
+    exit (1);
6295
 
+  data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
6296
 
+  if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
6297
 
+                    MAP_PRIVATE | MAP_FIXED, fd, 0L))
6298
 
+    exit (1);
6299
 
+  for (i = 0; i < pagesize; ++i)
6300
 
+    if (*(data + i) != *(data2 + i))
6301
 
+      exit (1);
6302
 
+
6303
 
+  /* Finally, make sure that changes to the mapped area do not
6304
 
+     percolate back to the file as seen by read().  (This is a bug on
6305
 
+     some variants of i386 svr4.0.)  */
6306
 
+  for (i = 0; i < pagesize; ++i)
6307
 
+    *(data2 + i) = *(data2 + i) + 1;
6308
 
+  data3 = (char *) malloc (pagesize);
6309
 
+  if (!data3)
6310
 
+    exit (1);
6311
 
+  if (read (fd, data3, pagesize) != pagesize)
6312
 
+    exit (1);
6313
 
+  for (i = 0; i < pagesize; ++i)
6314
 
+    if (*(data + i) != *(data3 + i))
6315
 
+      exit (1);
6316
 
+  close (fd);
6317
 
+  exit (0);
6318
 
+}
6319
 
+_ACEOF
6320
 
+rm -f conftest$ac_exeext
6321
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6322
 
+  (eval $ac_link) 2>&5
6323
 
+  ac_status=$?
6324
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6325
 
+  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6326
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6327
 
+  (eval $ac_try) 2>&5
6328
 
+  ac_status=$?
6329
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6330
 
+  (exit $ac_status); }; }; then
6331
 
+  ac_cv_func_mmap_fixed_mapped=yes
6332
 
+else
6333
 
+  echo "$as_me: program exited with status $ac_status" >&5
6334
 
+echo "$as_me: failed program was:" >&5
6335
 
+sed 's/^/| /' conftest.$ac_ext >&5
6336
 
+
6337
 
+( exit $ac_status )
6338
 
+ac_cv_func_mmap_fixed_mapped=no
6339
 
+fi
6340
 
+rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6341
 
+fi
6342
 
+fi
6343
 
+echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
6344
 
+echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
6345
 
+if test $ac_cv_func_mmap_fixed_mapped = yes; then
6346
 
+  
6347
 
+cat >>confdefs.h <<\_ACEOF
6348
 
+@%:@define HAVE_MMAP 1
6349
 
+_ACEOF
6350
 
+
6351
 
+fi
6352
 
+rm -f conftest.mmap
6353
 
+
6354
 
+
6355
 
+for ac_func in vprintf
6356
 
+do
6357
 
+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6358
 
+echo "$as_me:$LINENO: checking for $ac_func" >&5
6359
 
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6360
 
+if eval "test \"\${$as_ac_var+set}\" = set"; then
6361
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
6362
 
+else
6363
 
+  cat >conftest.$ac_ext <<_ACEOF
6364
 
+/* confdefs.h.  */
6365
 
+_ACEOF
6366
 
+cat confdefs.h >>conftest.$ac_ext
6367
 
+cat >>conftest.$ac_ext <<_ACEOF
6368
 
+/* end confdefs.h.  */
6369
 
+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6370
 
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
6371
 
+#define $ac_func innocuous_$ac_func
6372
 
+
6373
 
+/* System header to define __stub macros and hopefully few prototypes,
6374
 
+    which can conflict with char $ac_func (); below.
6375
 
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6376
 
+    <limits.h> exists even on freestanding compilers.  */
6377
 
+
6378
 
+#ifdef __STDC__
6379
 
+# include <limits.h>
6380
 
+#else
6381
 
+# include <assert.h>
6382
 
+#endif
6383
 
+
6384
 
+#undef $ac_func
6385
 
+
6386
 
+/* Override any gcc2 internal prototype to avoid an error.  */
6387
 
+#ifdef __cplusplus
6388
 
+extern "C"
6389
 
+{
6390
 
+#endif
6391
 
+/* We use char because int might match the return type of a gcc2
6392
 
+   builtin and then its argument prototype would still apply.  */
6393
 
+char $ac_func ();
6394
 
+/* The GNU C library defines this for functions which it implements
6395
 
+    to always fail with ENOSYS.  Some functions are actually named
6396
 
+    something starting with __ and the normal name is an alias.  */
6397
 
+#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6398
 
+choke me
6399
 
+#else
6400
 
+char (*f) () = $ac_func;
6401
 
+#endif
6402
 
+#ifdef __cplusplus
6403
 
+}
6404
 
+#endif
6405
 
+
6406
 
+int
6407
 
+main ()
6408
 
+{
6409
 
+return f != $ac_func;
6410
 
+  ;
6411
 
+  return 0;
6412
 
+}
6413
 
+_ACEOF
6414
 
+rm -f conftest.$ac_objext conftest$ac_exeext
6415
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6416
 
+  (eval $ac_link) 2>conftest.er1
6417
 
+  ac_status=$?
6418
 
+  grep -v '^ *+' conftest.er1 >conftest.err
6419
 
+  rm -f conftest.er1
6420
 
+  cat conftest.err >&5
6421
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6422
 
+  (exit $ac_status); } &&
6423
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
6424
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6425
 
+  (eval $ac_try) 2>&5
6426
 
+  ac_status=$?
6427
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6428
 
+  (exit $ac_status); }; } &&
6429
 
+        { ac_try='test -s conftest$ac_exeext'
6430
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6431
 
+  (eval $ac_try) 2>&5
6432
 
+  ac_status=$?
6433
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6434
 
+  (exit $ac_status); }; }; then
6435
 
+  eval "$as_ac_var=yes"
6436
 
+else
6437
 
+  echo "$as_me: failed program was:" >&5
6438
 
+sed 's/^/| /' conftest.$ac_ext >&5
6439
 
+
6440
 
+eval "$as_ac_var=no"
6441
 
+fi
6442
 
+rm -f conftest.err conftest.$ac_objext \
6443
 
+      conftest$ac_exeext conftest.$ac_ext
6444
 
+fi
6445
 
+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6446
 
+echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6447
 
+if test `eval echo '${'$as_ac_var'}'` = yes; then
6448
 
+  cat >>confdefs.h <<_ACEOF
6449
 
+@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6450
 
+_ACEOF
6451
 
6452
 
+echo "$as_me:$LINENO: checking for _doprnt" >&5
6453
 
+echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6
6454
 
+if test "${ac_cv_func__doprnt+set}" = set; then
6455
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
6456
 
+else
6457
 
+  cat >conftest.$ac_ext <<_ACEOF
6458
 
+/* confdefs.h.  */
6459
 
+_ACEOF
6460
 
+cat confdefs.h >>conftest.$ac_ext
6461
 
+cat >>conftest.$ac_ext <<_ACEOF
6462
 
+/* end confdefs.h.  */
6463
 
+/* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
6464
 
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
6465
 
+#define _doprnt innocuous__doprnt
6466
 
+
6467
 
+/* System header to define __stub macros and hopefully few prototypes,
6468
 
+    which can conflict with char _doprnt (); below.
6469
 
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6470
 
+    <limits.h> exists even on freestanding compilers.  */
6471
 
+
6472
 
+#ifdef __STDC__
6473
 
+# include <limits.h>
6474
 
+#else
6475
 
+# include <assert.h>
6476
 
+#endif
6477
 
+
6478
 
+#undef _doprnt
6479
 
+
6480
 
+/* Override any gcc2 internal prototype to avoid an error.  */
6481
 
+#ifdef __cplusplus
6482
 
+extern "C"
6483
 
+{
6484
 
+#endif
6485
 
+/* We use char because int might match the return type of a gcc2
6486
 
+   builtin and then its argument prototype would still apply.  */
6487
 
+char _doprnt ();
6488
 
+/* The GNU C library defines this for functions which it implements
6489
 
+    to always fail with ENOSYS.  Some functions are actually named
6490
 
+    something starting with __ and the normal name is an alias.  */
6491
 
+#if defined (__stub__doprnt) || defined (__stub____doprnt)
6492
 
+choke me
6493
 
+#else
6494
 
+char (*f) () = _doprnt;
6495
 
+#endif
6496
 
+#ifdef __cplusplus
6497
 
+}
6498
 
+#endif
6499
 
+
6500
 
+int
6501
 
+main ()
6502
 
+{
6503
 
+return f != _doprnt;
6504
 
+  ;
6505
 
+  return 0;
6506
 
+}
6507
 
+_ACEOF
6508
 
+rm -f conftest.$ac_objext conftest$ac_exeext
6509
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6510
 
+  (eval $ac_link) 2>conftest.er1
6511
 
+  ac_status=$?
6512
 
+  grep -v '^ *+' conftest.er1 >conftest.err
6513
 
+  rm -f conftest.er1
6514
 
+  cat conftest.err >&5
6515
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6516
 
+  (exit $ac_status); } &&
6517
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
6518
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6519
 
+  (eval $ac_try) 2>&5
6520
 
+  ac_status=$?
6521
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6522
 
+  (exit $ac_status); }; } &&
6523
 
+        { ac_try='test -s conftest$ac_exeext'
6524
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6525
 
+  (eval $ac_try) 2>&5
6526
 
+  ac_status=$?
6527
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6528
 
+  (exit $ac_status); }; }; then
6529
 
+  ac_cv_func__doprnt=yes
6530
 
+else
6531
 
+  echo "$as_me: failed program was:" >&5
6532
 
+sed 's/^/| /' conftest.$ac_ext >&5
6533
 
+
6534
 
+ac_cv_func__doprnt=no
6535
 
+fi
6536
 
+rm -f conftest.err conftest.$ac_objext \
6537
 
+      conftest$ac_exeext conftest.$ac_ext
6538
 
+fi
6539
 
+echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5
6540
 
+echo "${ECHO_T}$ac_cv_func__doprnt" >&6
6541
 
+if test $ac_cv_func__doprnt = yes; then
6542
 
+  
6543
 
+cat >>confdefs.h <<\_ACEOF
6544
 
+@%:@define HAVE_DOPRNT 1
6545
 
+_ACEOF
6546
 
+
6547
 
+fi
6548
 
+
6549
 
+fi
6550
 
+done
6551
 
+
6552
 
+
6553
 
+echo "$as_me:$LINENO: checking for function prototypes" >&5
6554
 
+echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
6555
 
+if test "$ac_cv_prog_cc_stdc" != no; then
6556
 
+  echo "$as_me:$LINENO: result: yes" >&5
6557
 
+echo "${ECHO_T}yes" >&6
6558
 
+  
6559
 
+cat >>confdefs.h <<\_ACEOF
6560
 
+@%:@define PROTOTYPES 1
6561
 
+_ACEOF
6562
 
+
6563
 
+  
6564
 
+cat >>confdefs.h <<\_ACEOF
6565
 
+@%:@define __PROTOTYPES 1
6566
 
+_ACEOF
6567
 
+
6568
 
+else
6569
 
+  echo "$as_me:$LINENO: result: no" >&5
6570
 
+echo "${ECHO_T}no" >&6
6571
 
+fi
6572
 
+
6573
 
+echo "$as_me:$LINENO: checking whether setvbuf arguments are reversed" >&5
6574
 
+echo $ECHO_N "checking whether setvbuf arguments are reversed... $ECHO_C" >&6
6575
 
+if test "${ac_cv_func_setvbuf_reversed+set}" = set; then
6576
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
6577
 
+else
6578
 
+  ac_cv_func_setvbuf_reversed=no
6579
 
+   cat >conftest.$ac_ext <<_ACEOF
6580
 
+/* confdefs.h.  */
6581
 
+_ACEOF
6582
 
+cat confdefs.h >>conftest.$ac_ext
6583
 
+cat >>conftest.$ac_ext <<_ACEOF
6584
 
+/* end confdefs.h.  */
6585
 
+#include <stdio.h>
6586
 
+#        if PROTOTYPES
6587
 
+          int (setvbuf) (FILE *, int, char *, size_t);
6588
 
+#        endif
6589
 
+int
6590
 
+main ()
6591
 
+{
6592
 
+char buf; return setvbuf (stdout, _IOLBF, &buf, 1);
6593
 
+  ;
6594
 
+  return 0;
6595
 
+}
6596
 
+_ACEOF
6597
 
+rm -f conftest.$ac_objext conftest$ac_exeext
6598
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6599
 
+  (eval $ac_link) 2>conftest.er1
6600
 
+  ac_status=$?
6601
 
+  grep -v '^ *+' conftest.er1 >conftest.err
6602
 
+  rm -f conftest.er1
6603
 
+  cat conftest.err >&5
6604
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6605
 
+  (exit $ac_status); } &&
6606
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
6607
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6608
 
+  (eval $ac_try) 2>&5
6609
 
+  ac_status=$?
6610
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6611
 
+  (exit $ac_status); }; } &&
6612
 
+        { ac_try='test -s conftest$ac_exeext'
6613
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6614
 
+  (eval $ac_try) 2>&5
6615
 
+  ac_status=$?
6616
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6617
 
+  (exit $ac_status); }; }; then
6618
 
+  cat >conftest.$ac_ext <<_ACEOF
6619
 
+/* confdefs.h.  */
6620
 
+_ACEOF
6621
 
+cat confdefs.h >>conftest.$ac_ext
6622
 
+cat >>conftest.$ac_ext <<_ACEOF
6623
 
+/* end confdefs.h.  */
6624
 
+#include <stdio.h>
6625
 
+#           if PROTOTYPES
6626
 
+             int (setvbuf) (FILE *, int, char *, size_t);
6627
 
+#           endif
6628
 
+int
6629
 
+main ()
6630
 
+{
6631
 
+char buf; return setvbuf (stdout, &buf, _IOLBF, 1);
6632
 
+  ;
6633
 
+  return 0;
6634
 
+}
6635
 
+_ACEOF
6636
 
+rm -f conftest.$ac_objext conftest$ac_exeext
6637
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6638
 
+  (eval $ac_link) 2>conftest.er1
6639
 
+  ac_status=$?
6640
 
+  grep -v '^ *+' conftest.er1 >conftest.err
6641
 
+  rm -f conftest.er1
6642
 
+  cat conftest.err >&5
6643
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6644
 
+  (exit $ac_status); } &&
6645
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
6646
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6647
 
+  (eval $ac_try) 2>&5
6648
 
+  ac_status=$?
6649
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6650
 
+  (exit $ac_status); }; } &&
6651
 
+        { ac_try='test -s conftest$ac_exeext'
6652
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6653
 
+  (eval $ac_try) 2>&5
6654
 
+  ac_status=$?
6655
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6656
 
+  (exit $ac_status); }; }; then
6657
 
+  # It compiles and links either way, so it must not be declared
6658
 
+        # with a prototype and most likely this is a K&R C compiler.
6659
 
+        # Try running it.
6660
 
+        if test "$cross_compiling" = yes; then
6661
 
+  : # Assume setvbuf is not reversed when cross-compiling.
6662
 
+else
6663
 
+  cat >conftest.$ac_ext <<_ACEOF
6664
 
+/* confdefs.h.  */
6665
 
+_ACEOF
6666
 
+cat confdefs.h >>conftest.$ac_ext
6667
 
+cat >>conftest.$ac_ext <<_ACEOF
6668
 
+/* end confdefs.h.  */
6669
 
+#include <stdio.h>
6670
 
+int
6671
 
+main ()
6672
 
+{
6673
 
+/* This call has the arguments reversed.
6674
 
+                  A reversed system may check and see that the address of buf
6675
 
+                  is not _IOLBF, _IONBF, or _IOFBF, and return nonzero.  */
6676
 
+               char buf;
6677
 
+               if (setvbuf (stdout, _IOLBF, &buf, 1) != 0)
6678
 
+                 exit (1);
6679
 
+               putchar ('\r');
6680
 
+               exit (0); /* Non-reversed systems SEGV here.  */
6681
 
+  ;
6682
 
+  return 0;
6683
 
+}
6684
 
+_ACEOF
6685
 
+rm -f conftest$ac_exeext
6686
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6687
 
+  (eval $ac_link) 2>&5
6688
 
+  ac_status=$?
6689
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6690
 
+  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6691
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6692
 
+  (eval $ac_try) 2>&5
6693
 
+  ac_status=$?
6694
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6695
 
+  (exit $ac_status); }; }; then
6696
 
+  ac_cv_func_setvbuf_reversed=yes
6697
 
+else
6698
 
+  echo "$as_me: program exited with status $ac_status" >&5
6699
 
+echo "$as_me: failed program was:" >&5
6700
 
+sed 's/^/| /' conftest.$ac_ext >&5
6701
 
+
6702
 
+( exit $ac_status )
6703
 
+rm -f core *.core
6704
 
+fi
6705
 
+rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6706
 
+fi
6707
 
+       ac_cv_func_setvbuf_reversed=yes
6708
 
+else
6709
 
+  echo "$as_me: failed program was:" >&5
6710
 
+sed 's/^/| /' conftest.$ac_ext >&5
6711
 
+
6712
 
+fi
6713
 
+rm -f conftest.err conftest.$ac_objext \
6714
 
+      conftest$ac_exeext conftest.$ac_ext
6715
 
+else
6716
 
+  echo "$as_me: failed program was:" >&5
6717
 
+sed 's/^/| /' conftest.$ac_ext >&5
6718
 
+
6719
 
+fi
6720
 
+rm -f conftest.err conftest.$ac_objext \
6721
 
+      conftest$ac_exeext conftest.$ac_ext
6722
 
+fi
6723
 
+echo "$as_me:$LINENO: result: $ac_cv_func_setvbuf_reversed" >&5
6724
 
+echo "${ECHO_T}$ac_cv_func_setvbuf_reversed" >&6
6725
 
+if test $ac_cv_func_setvbuf_reversed = yes; then
6726
 
+  
6727
 
+cat >>confdefs.h <<\_ACEOF
6728
 
+@%:@define SETVBUF_REVERSED 1
6729
 
+_ACEOF
6730
 
+
6731
 
+fi
6732
 
+
6733
 
+
6734
 
+
6735
 
+
6736
 
+for ac_func in getpagesize madvise sigaction
6737
 
+do
6738
 
+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6739
 
+echo "$as_me:$LINENO: checking for $ac_func" >&5
6740
 
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6741
 
+if eval "test \"\${$as_ac_var+set}\" = set"; then
6742
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
6743
 
+else
6744
 
+  cat >conftest.$ac_ext <<_ACEOF
6745
 
+/* confdefs.h.  */
6746
 
+_ACEOF
6747
 
+cat confdefs.h >>conftest.$ac_ext
6748
 
+cat >>conftest.$ac_ext <<_ACEOF
6749
 
+/* end confdefs.h.  */
6750
 
+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6751
 
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
6752
 
+#define $ac_func innocuous_$ac_func
6753
 
+
6754
 
+/* System header to define __stub macros and hopefully few prototypes,
6755
 
+    which can conflict with char $ac_func (); below.
6756
 
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6757
 
+    <limits.h> exists even on freestanding compilers.  */
6758
 
+
6759
 
+#ifdef __STDC__
6760
 
+# include <limits.h>
6761
 
+#else
6762
 
+# include <assert.h>
6763
 
+#endif
6764
 
+
6765
 
+#undef $ac_func
6766
 
+
6767
 
+/* Override any gcc2 internal prototype to avoid an error.  */
6768
 
+#ifdef __cplusplus
6769
 
+extern "C"
6770
 
+{
6771
 
+#endif
6772
 
+/* We use char because int might match the return type of a gcc2
6773
 
+   builtin and then its argument prototype would still apply.  */
6774
 
+char $ac_func ();
6775
 
+/* The GNU C library defines this for functions which it implements
6776
 
+    to always fail with ENOSYS.  Some functions are actually named
6777
 
+    something starting with __ and the normal name is an alias.  */
6778
 
+#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6779
 
+choke me
6780
 
+#else
6781
 
+char (*f) () = $ac_func;
6782
 
+#endif
6783
 
+#ifdef __cplusplus
6784
 
+}
6785
 
+#endif
6786
 
+
6787
 
+int
6788
 
+main ()
6789
 
+{
6790
 
+return f != $ac_func;
6791
 
+  ;
6792
 
+  return 0;
6793
 
+}
6794
 
+_ACEOF
6795
 
+rm -f conftest.$ac_objext conftest$ac_exeext
6796
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6797
 
+  (eval $ac_link) 2>conftest.er1
6798
 
+  ac_status=$?
6799
 
+  grep -v '^ *+' conftest.er1 >conftest.err
6800
 
+  rm -f conftest.er1
6801
 
+  cat conftest.err >&5
6802
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6803
 
+  (exit $ac_status); } &&
6804
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
6805
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6806
 
+  (eval $ac_try) 2>&5
6807
 
+  ac_status=$?
6808
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6809
 
+  (exit $ac_status); }; } &&
6810
 
+        { ac_try='test -s conftest$ac_exeext'
6811
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6812
 
+  (eval $ac_try) 2>&5
6813
 
+  ac_status=$?
6814
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6815
 
+  (exit $ac_status); }; }; then
6816
 
+  eval "$as_ac_var=yes"
6817
 
+else
6818
 
+  echo "$as_me: failed program was:" >&5
6819
 
+sed 's/^/| /' conftest.$ac_ext >&5
6820
 
+
6821
 
+eval "$as_ac_var=no"
6822
 
+fi
6823
 
+rm -f conftest.err conftest.$ac_objext \
6824
 
+      conftest$ac_exeext conftest.$ac_ext
6825
 
+fi
6826
 
+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6827
 
+echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6828
 
+if test `eval echo '${'$as_ac_var'}'` = yes; then
6829
 
+  cat >>confdefs.h <<_ACEOF
6830
 
+@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6831
 
+_ACEOF
6832
 
6833
 
+fi
6834
 
+done
6835
 
+
6836
 
+## the AX_FUNC_POSIX_MEMALIGN was downloaded from the AC archive, 
6837
 
+## http://ac-archive.sourceforge.net/doc/acinclude.html and added
6838
 
+## to the acinclude.m4 file. After aclocal was run, it got put into aclocal.m4
6839
 
+echo "$as_me:$LINENO: checking for working posix_memalign" >&5
6840
 
+echo $ECHO_N "checking for working posix_memalign... $ECHO_C" >&6
6841
 
+if test "${ax_cv_func_posix_memalign_works+set}" = set; then
6842
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
6843
 
+else
6844
 
+  if test "$cross_compiling" = yes; then
6845
 
+  ax_cv_func_posix_memalign_works=no
6846
 
+else
6847
 
+  cat >conftest.$ac_ext <<_ACEOF
6848
 
+/* confdefs.h.  */
6849
 
+_ACEOF
6850
 
+cat confdefs.h >>conftest.$ac_ext
6851
 
+cat >>conftest.$ac_ext <<_ACEOF
6852
 
+/* end confdefs.h.  */
6853
 
+
6854
 
+#include <stdlib.h>
6855
 
+
6856
 
+int
6857
 
+main ()
6858
 
+{
6859
 
+  void *buffer;
6860
 
+
6861
 
+  /* Some versions of glibc incorrectly perform the alignment check on
6862
 
+   * the size word. */
6863
 
+  exit (posix_memalign (&buffer, sizeof(void *), 123) != 0);
6864
 
+}
6865
 
+    
6866
 
+_ACEOF
6867
 
+rm -f conftest$ac_exeext
6868
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6869
 
+  (eval $ac_link) 2>&5
6870
 
+  ac_status=$?
6871
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6872
 
+  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6873
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6874
 
+  (eval $ac_try) 2>&5
6875
 
+  ac_status=$?
6876
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6877
 
+  (exit $ac_status); }; }; then
6878
 
+  ax_cv_func_posix_memalign_works=yes
6879
 
+else
6880
 
+  echo "$as_me: program exited with status $ac_status" >&5
6881
 
+echo "$as_me: failed program was:" >&5
6882
 
+sed 's/^/| /' conftest.$ac_ext >&5
6883
 
+
6884
 
+( exit $ac_status )
6885
 
+ax_cv_func_posix_memalign_works=no
6886
 
+fi
6887
 
+rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6888
 
+fi
6889
 
+fi
6890
 
+echo "$as_me:$LINENO: result: $ax_cv_func_posix_memalign_works" >&5
6891
 
+echo "${ECHO_T}$ax_cv_func_posix_memalign_works" >&6
6892
 
+if test "$ax_cv_func_posix_memalign_works" = "yes" ; then
6893
 
+  
6894
 
+cat >>confdefs.h <<\_ACEOF
6895
 
+@%:@define HAVE_POSIX_MEMALIGN 1
6896
 
+_ACEOF
6897
 
+
6898
 
+fi
6899
 
+
6900
 
+if test x$ac_cv_func_posix_memalign_works = xno; then
6901
 
+       
6902
 
+
6903
 
+for ac_func in memalign valloc
6904
 
+do
6905
 
+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6906
 
+echo "$as_me:$LINENO: checking for $ac_func" >&5
6907
 
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6908
 
+if eval "test \"\${$as_ac_var+set}\" = set"; then
6909
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
6910
 
+else
6911
 
+  cat >conftest.$ac_ext <<_ACEOF
6912
 
+/* confdefs.h.  */
6913
 
+_ACEOF
6914
 
+cat confdefs.h >>conftest.$ac_ext
6915
 
+cat >>conftest.$ac_ext <<_ACEOF
6916
 
+/* end confdefs.h.  */
6917
 
+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6918
 
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
6919
 
+#define $ac_func innocuous_$ac_func
6920
 
+
6921
 
+/* System header to define __stub macros and hopefully few prototypes,
6922
 
+    which can conflict with char $ac_func (); below.
6923
 
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6924
 
+    <limits.h> exists even on freestanding compilers.  */
6925
 
+
6926
 
+#ifdef __STDC__
6927
 
+# include <limits.h>
6928
 
+#else
6929
 
+# include <assert.h>
6930
 
+#endif
6931
 
+
6932
 
+#undef $ac_func
6933
 
+
6934
 
+/* Override any gcc2 internal prototype to avoid an error.  */
6935
 
+#ifdef __cplusplus
6936
 
+extern "C"
6937
 
+{
6938
 
+#endif
6939
 
+/* We use char because int might match the return type of a gcc2
6940
 
+   builtin and then its argument prototype would still apply.  */
6941
 
+char $ac_func ();
6942
 
+/* The GNU C library defines this for functions which it implements
6943
 
+    to always fail with ENOSYS.  Some functions are actually named
6944
 
+    something starting with __ and the normal name is an alias.  */
6945
 
+#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6946
 
+choke me
6947
 
+#else
6948
 
+char (*f) () = $ac_func;
6949
 
+#endif
6950
 
+#ifdef __cplusplus
6951
 
+}
6952
 
+#endif
6953
 
+
6954
 
+int
6955
 
+main ()
6956
 
+{
6957
 
+return f != $ac_func;
6958
 
+  ;
6959
 
+  return 0;
6960
 
+}
6961
 
+_ACEOF
6962
 
+rm -f conftest.$ac_objext conftest$ac_exeext
6963
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6964
 
+  (eval $ac_link) 2>conftest.er1
6965
 
+  ac_status=$?
6966
 
+  grep -v '^ *+' conftest.er1 >conftest.err
6967
 
+  rm -f conftest.er1
6968
 
+  cat conftest.err >&5
6969
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6970
 
+  (exit $ac_status); } &&
6971
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
6972
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6973
 
+  (eval $ac_try) 2>&5
6974
 
+  ac_status=$?
6975
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6976
 
+  (exit $ac_status); }; } &&
6977
 
+        { ac_try='test -s conftest$ac_exeext'
6978
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6979
 
+  (eval $ac_try) 2>&5
6980
 
+  ac_status=$?
6981
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6982
 
+  (exit $ac_status); }; }; then
6983
 
+  eval "$as_ac_var=yes"
6984
 
+else
6985
 
+  echo "$as_me: failed program was:" >&5
6986
 
+sed 's/^/| /' conftest.$ac_ext >&5
6987
 
+
6988
 
+eval "$as_ac_var=no"
6989
 
+fi
6990
 
+rm -f conftest.err conftest.$ac_objext \
6991
 
+      conftest$ac_exeext conftest.$ac_ext
6992
 
+fi
6993
 
+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6994
 
+echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6995
 
+if test `eval echo '${'$as_ac_var'}'` = yes; then
6996
 
+  cat >>confdefs.h <<_ACEOF
6997
 
+@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6998
 
+_ACEOF
6999
 
+ break
7000
 
+fi
7001
 
+done
7002
 
+
7003
 
+fi
7004
 
+
7005
 
+for ac_func in wcstol
7006
 
+do
7007
 
+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7008
 
+echo "$as_me:$LINENO: checking for $ac_func" >&5
7009
 
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7010
 
+if eval "test \"\${$as_ac_var+set}\" = set"; then
7011
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
7012
 
+else
7013
 
+  cat >conftest.$ac_ext <<_ACEOF
7014
 
+/* confdefs.h.  */
7015
 
+_ACEOF
7016
 
+cat confdefs.h >>conftest.$ac_ext
7017
 
+cat >>conftest.$ac_ext <<_ACEOF
7018
 
+/* end confdefs.h.  */
7019
 
+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7020
 
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
7021
 
+#define $ac_func innocuous_$ac_func
7022
 
+
7023
 
+/* System header to define __stub macros and hopefully few prototypes,
7024
 
+    which can conflict with char $ac_func (); below.
7025
 
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7026
 
+    <limits.h> exists even on freestanding compilers.  */
7027
 
+
7028
 
+#ifdef __STDC__
7029
 
+# include <limits.h>
7030
 
+#else
7031
 
+# include <assert.h>
7032
 
+#endif
7033
 
+
7034
 
+#undef $ac_func
7035
 
+
7036
 
+/* Override any gcc2 internal prototype to avoid an error.  */
7037
 
+#ifdef __cplusplus
7038
 
+extern "C"
7039
 
+{
7040
 
+#endif
7041
 
+/* We use char because int might match the return type of a gcc2
7042
 
+   builtin and then its argument prototype would still apply.  */
7043
 
+char $ac_func ();
7044
 
+/* The GNU C library defines this for functions which it implements
7045
 
+    to always fail with ENOSYS.  Some functions are actually named
7046
 
+    something starting with __ and the normal name is an alias.  */
7047
 
+#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7048
 
+choke me
7049
 
+#else
7050
 
+char (*f) () = $ac_func;
7051
 
+#endif
7052
 
+#ifdef __cplusplus
7053
 
+}
7054
 
+#endif
7055
 
+
7056
 
+int
7057
 
+main ()
7058
 
+{
7059
 
+return f != $ac_func;
7060
 
+  ;
7061
 
+  return 0;
7062
 
+}
7063
 
+_ACEOF
7064
 
+rm -f conftest.$ac_objext conftest$ac_exeext
7065
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7066
 
+  (eval $ac_link) 2>conftest.er1
7067
 
+  ac_status=$?
7068
 
+  grep -v '^ *+' conftest.er1 >conftest.err
7069
 
+  rm -f conftest.er1
7070
 
+  cat conftest.err >&5
7071
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7072
 
+  (exit $ac_status); } &&
7073
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
7074
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7075
 
+  (eval $ac_try) 2>&5
7076
 
+  ac_status=$?
7077
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7078
 
+  (exit $ac_status); }; } &&
7079
 
+        { ac_try='test -s conftest$ac_exeext'
7080
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7081
 
+  (eval $ac_try) 2>&5
7082
 
+  ac_status=$?
7083
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7084
 
+  (exit $ac_status); }; }; then
7085
 
+  eval "$as_ac_var=yes"
7086
 
+else
7087
 
+  echo "$as_me: failed program was:" >&5
7088
 
+sed 's/^/| /' conftest.$ac_ext >&5
7089
 
+
7090
 
+eval "$as_ac_var=no"
7091
 
+fi
7092
 
+rm -f conftest.err conftest.$ac_objext \
7093
 
+      conftest$ac_exeext conftest.$ac_ext
7094
 
+fi
7095
 
+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7096
 
+echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7097
 
+if test `eval echo '${'$as_ac_var'}'` = yes; then
7098
 
+  cat >>confdefs.h <<_ACEOF
7099
 
+@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7100
 
+_ACEOF
7101
 
7102
 
+else
7103
 
+  
7104
 
+       { echo "$as_me:$LINENO: WARNING: Incomplete Unicode implementation, some HTML conversions may suffer." >&5
7105
 
+echo "$as_me: WARNING: Incomplete Unicode implementation, some HTML conversions may suffer." >&2;}
7106
 
+
7107
 
+fi
7108
 
+done
7109
 
+
7110
 
+
7111
 
+
7112
 
+                                                                                          ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile src/tests/Makefile man/Makefile ts/Makefile TREC/Makefile contrib/Makefile doc/chess/Makefile"
7113
 
+
7114
 
+cat >confcache <<\_ACEOF
7115
 
+# This file is a shell script that caches the results of configure
7116
 
+# tests run on this system so they can be shared between configure
7117
 
+# scripts and configure runs, see configure's option --config-cache.
7118
 
+# It is not useful on other systems.  If it contains results you don't
7119
 
+# want to keep, you may remove or edit it.
7120
 
+#
7121
 
+# config.status only pays attention to the cache file if you give it
7122
 
+# the --recheck option to rerun configure.
7123
 
+#
7124
 
+# `ac_cv_env_foo' variables (set or unset) will be overridden when
7125
 
+# loading this file, other *unset* `ac_cv_foo' will be assigned the
7126
 
+# following values.
7127
 
+
7128
 
+_ACEOF
7129
 
+
7130
 
+# The following way of writing the cache mishandles newlines in values,
7131
 
+# but we know of no workaround that is simple, portable, and efficient.
7132
 
+# So, don't put newlines in cache variables' values.
7133
 
+# Ultrix sh set writes to stderr and can't be redirected directly,
7134
 
+# and sets the high bit in the cache file unless we assign to the vars.
7135
 
+{
7136
 
+  (set) 2>&1 |
7137
 
+    case `(ac_space=' '; set | grep ac_space) 2>&1` in
7138
 
+    *ac_space=\ *)
7139
 
+      # `set' does not quote correctly, so add quotes (double-quote
7140
 
+      # substitution turns \\\\ into \\, and sed turns \\ into \).
7141
 
+      sed -n \
7142
 
+       "s/'/'\\\\''/g;
7143
 
+         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
7144
 
+      ;;
7145
 
+    *)
7146
 
+      # `set' quotes correctly as required by POSIX, so do not add quotes.
7147
 
+      sed -n \
7148
 
+       "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
7149
 
+      ;;
7150
 
+    esac;
7151
 
+} |
7152
 
+  sed '
7153
 
+     t clear
7154
 
+     : clear
7155
 
+     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
7156
 
+     t end
7157
 
+     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
7158
 
+     : end' >>confcache
7159
 
+if diff $cache_file confcache >/dev/null 2>&1; then :; else
7160
 
+  if test -w $cache_file; then
7161
 
+    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
7162
 
+    cat confcache >$cache_file
7163
 
+  else
7164
 
+    echo "not updating unwritable cache $cache_file"
7165
 
+  fi
7166
 
+fi
7167
 
+rm -f confcache
7168
 
+
7169
 
+test "x$prefix" = xNONE && prefix=$ac_default_prefix
7170
 
+# Let make expand exec_prefix.
7171
 
+test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
7172
 
+
7173
 
+# VPATH may cause trouble with some makes, so we remove $(srcdir),
7174
 
+# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
7175
 
+# trailing colons and then remove the whole line if VPATH becomes empty
7176
 
+# (actually we leave an empty line to preserve line numbers).
7177
 
+if test "x$srcdir" = x.; then
7178
 
+  ac_vpsub='/^[         ]*VPATH[        ]*=/{
7179
 
+s/:*\$(srcdir):*/:/;
7180
 
+s/:*\${srcdir}:*/:/;
7181
 
+s/:*@srcdir@:*/:/;
7182
 
+s/^\([^=]*=[    ]*\):*/\1/;
7183
 
+s/:*$//;
7184
 
+s/^[^=]*=[      ]*$//;
7185
 
+}'
7186
 
+fi
7187
 
+
7188
 
+DEFS=-DHAVE_CONFIG_H
7189
 
+
7190
 
+ac_libobjs=
7191
 
+ac_ltlibobjs=
7192
 
+for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue
7193
 
+  # 1. Remove the extension, and $U if already installed.
7194
 
+  ac_i=`echo "$ac_i" |
7195
 
+        sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
7196
 
+  # 2. Add them.
7197
 
+  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
7198
 
+  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
7199
 
+done
7200
 
+LIB@&t@OBJS=$ac_libobjs
7201
 
+
7202
 
+LTLIBOBJS=$ac_ltlibobjs
7203
 
+
7204
 
+
7205
 
+if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
7206
 
+  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
7207
 
+Usually this means the macro was only invoked conditionally." >&5
7208
 
+echo "$as_me: error: conditional \"AMDEP\" was never defined.
7209
 
+Usually this means the macro was only invoked conditionally." >&2;}
7210
 
+   { (exit 1); exit 1; }; }
7211
 
+fi
7212
 
+if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
7213
 
+  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
7214
 
+Usually this means the macro was only invoked conditionally." >&5
7215
 
+echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
7216
 
+Usually this means the macro was only invoked conditionally." >&2;}
7217
 
+   { (exit 1); exit 1; }; }
7218
 
+fi
7219
 
+if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
7220
 
+  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
7221
 
+Usually this means the macro was only invoked conditionally." >&5
7222
 
+echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
7223
 
+Usually this means the macro was only invoked conditionally." >&2;}
7224
 
+   { (exit 1); exit 1; }; }
7225
 
+fi
7226
 
+
7227
 
+: ${CONFIG_STATUS=./config.status}
7228
 
+ac_clean_files_save=$ac_clean_files
7229
 
+ac_clean_files="$ac_clean_files $CONFIG_STATUS"
7230
 
+{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
7231
 
+echo "$as_me: creating $CONFIG_STATUS" >&6;}
7232
 
+cat >$CONFIG_STATUS <<_ACEOF
7233
 
+#! $SHELL
7234
 
+# Generated by $as_me.
7235
 
+# Run this file to recreate the current configuration.
7236
 
+# Compiler output produced by configure, useful for debugging
7237
 
+# configure, is in config.log if it exists.
7238
 
+
7239
 
+debug=false
7240
 
+ac_cs_recheck=false
7241
 
+ac_cs_silent=false
7242
 
+SHELL=\${CONFIG_SHELL-$SHELL}
7243
 
+_ACEOF
7244
 
+
7245
 
+cat >>$CONFIG_STATUS <<\_ACEOF
7246
 
+## --------------------- ##
7247
 
+## M4sh Initialization.  ##
7248
 
+## --------------------- ##
7249
 
+
7250
 
+# Be Bourne compatible
7251
 
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
7252
 
+  emulate sh
7253
 
+  NULLCMD=:
7254
 
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
7255
 
+  # is contrary to our usage.  Disable this feature.
7256
 
+  alias -g '${1+"$@"}'='"$@"'
7257
 
+elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
7258
 
+  set -o posix
7259
 
+fi
7260
 
+DUALCASE=1; export DUALCASE # for MKS sh
7261
 
+
7262
 
+# Support unset when possible.
7263
 
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
7264
 
+  as_unset=unset
7265
 
+else
7266
 
+  as_unset=false
7267
 
+fi
7268
 
+
7269
 
+
7270
 
+# Work around bugs in pre-3.0 UWIN ksh.
7271
 
+$as_unset ENV MAIL MAILPATH
7272
 
+PS1='$ '
7273
 
+PS2='> '
7274
 
+PS4='+ '
7275
 
+
7276
 
+# NLS nuisances.
7277
 
+for as_var in \
7278
 
+  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
7279
 
+  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
7280
 
+  LC_TELEPHONE LC_TIME
7281
 
+do
7282
 
+  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
7283
 
+    eval $as_var=C; export $as_var
7284
 
+  else
7285
 
+    $as_unset $as_var
7286
 
+  fi
7287
 
+done
7288
 
+
7289
 
+# Required to use basename.
7290
 
+if expr a : '\(a\)' >/dev/null 2>&1; then
7291
 
+  as_expr=expr
7292
 
+else
7293
 
+  as_expr=false
7294
 
+fi
7295
 
+
7296
 
+if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
7297
 
+  as_basename=basename
7298
 
+else
7299
 
+  as_basename=false
7300
 
+fi
7301
 
+
7302
 
+
7303
 
+# Name of the executable.
7304
 
+as_me=`$as_basename "$0" ||
7305
 
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
7306
 
+        X"$0" : 'X\(//\)$' \| \
7307
 
+        X"$0" : 'X\(/\)$' \| \
7308
 
+        .     : '\(.\)' 2>/dev/null ||
7309
 
+echo X/"$0" |
7310
 
+    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
7311
 
+         /^X\/\(\/\/\)$/{ s//\1/; q; }
7312
 
+         /^X\/\(\/\).*/{ s//\1/; q; }
7313
 
+         s/.*/./; q'`
7314
 
+
7315
 
+
7316
 
+# PATH needs CR, and LINENO needs CR and PATH.
7317
 
+# Avoid depending upon Character Ranges.
7318
 
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
7319
 
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
7320
 
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
7321
 
+as_cr_digits='0123456789'
7322
 
+as_cr_alnum=$as_cr_Letters$as_cr_digits
7323
 
+
7324
 
+# The user is always right.
7325
 
+if test "${PATH_SEPARATOR+set}" != set; then
7326
 
+  echo "#! /bin/sh" >conf$$.sh
7327
 
+  echo  "exit 0"   >>conf$$.sh
7328
 
+  chmod +x conf$$.sh
7329
 
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
7330
 
+    PATH_SEPARATOR=';'
7331
 
+  else
7332
 
+    PATH_SEPARATOR=:
7333
 
+  fi
7334
 
+  rm -f conf$$.sh
7335
 
+fi
7336
 
+
7337
 
+
7338
 
+  as_lineno_1=$LINENO
7339
 
+  as_lineno_2=$LINENO
7340
 
+  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
7341
 
+  test "x$as_lineno_1" != "x$as_lineno_2" &&
7342
 
+  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
7343
 
+  # Find who we are.  Look in the path if we contain no path at all
7344
 
+  # relative or not.
7345
 
+  case $0 in
7346
 
+    *[\\/]* ) as_myself=$0 ;;
7347
 
+    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7348
 
+for as_dir in $PATH
7349
 
+do
7350
 
+  IFS=$as_save_IFS
7351
 
+  test -z "$as_dir" && as_dir=.
7352
 
+  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
7353
 
+done
7354
 
+
7355
 
+       ;;
7356
 
+  esac
7357
 
+  # We did not find ourselves, most probably we were run as `sh COMMAND'
7358
 
+  # in which case we are not to be found in the path.
7359
 
+  if test "x$as_myself" = x; then
7360
 
+    as_myself=$0
7361
 
+  fi
7362
 
+  if test ! -f "$as_myself"; then
7363
 
+    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
7364
 
+echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
7365
 
+   { (exit 1); exit 1; }; }
7366
 
+  fi
7367
 
+  case $CONFIG_SHELL in
7368
 
+  '')
7369
 
+    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7370
 
+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
7371
 
+do
7372
 
+  IFS=$as_save_IFS
7373
 
+  test -z "$as_dir" && as_dir=.
7374
 
+  for as_base in sh bash ksh sh5; do
7375
 
+        case $as_dir in
7376
 
+        /*)
7377
 
+          if ("$as_dir/$as_base" -c '
7378
 
+  as_lineno_1=$LINENO
7379
 
+  as_lineno_2=$LINENO
7380
 
+  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
7381
 
+  test "x$as_lineno_1" != "x$as_lineno_2" &&
7382
 
+  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
7383
 
+            $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
7384
 
+            $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
7385
 
+            CONFIG_SHELL=$as_dir/$as_base
7386
 
+            export CONFIG_SHELL
7387
 
+            exec "$CONFIG_SHELL" "$0" ${1+"$@"}
7388
 
+          fi;;
7389
 
+        esac
7390
 
+       done
7391
 
+done
7392
 
+;;
7393
 
+  esac
7394
 
+
7395
 
+  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
7396
 
+  # uniformly replaced by the line number.  The first 'sed' inserts a
7397
 
+  # line-number line before each line; the second 'sed' does the real
7398
 
+  # work.  The second script uses 'N' to pair each line-number line
7399
 
+  # with the numbered line, and appends trailing '-' during
7400
 
+  # substitution so that $LINENO is not a special case at line end.
7401
 
+  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
7402
 
+  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
7403
 
+  sed '=' <$as_myself |
7404
 
+    sed '
7405
 
+      N
7406
 
+      s,$,-,
7407
 
+      : loop
7408
 
+      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
7409
 
+      t loop
7410
 
+      s,-$,,
7411
 
+      s,^['$as_cr_digits']*\n,,
7412
 
+    ' >$as_me.lineno &&
7413
 
+  chmod +x $as_me.lineno ||
7414
 
+    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
7415
 
+echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
7416
 
+   { (exit 1); exit 1; }; }
7417
 
+
7418
 
+  # Don't try to exec as it changes $[0], causing all sort of problems
7419
 
+  # (the dirname of $[0] is not the place where we might find the
7420
 
+  # original and so on.  Autoconf is especially sensible to this).
7421
 
+  . ./$as_me.lineno
7422
 
+  # Exit status is that of the last command.
7423
 
+  exit
7424
 
+}
7425
 
+
7426
 
+
7427
 
+case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
7428
 
+  *c*,-n*) ECHO_N= ECHO_C='
7429
 
+' ECHO_T='     ' ;;
7430
 
+  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
7431
 
+  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
7432
 
+esac
7433
 
+
7434
 
+if expr a : '\(a\)' >/dev/null 2>&1; then
7435
 
+  as_expr=expr
7436
 
+else
7437
 
+  as_expr=false
7438
 
+fi
7439
 
+
7440
 
+rm -f conf$$ conf$$.exe conf$$.file
7441
 
+echo >conf$$.file
7442
 
+if ln -s conf$$.file conf$$ 2>/dev/null; then
7443
 
+  # We could just check for DJGPP; but this test a) works b) is more generic
7444
 
+  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
7445
 
+  if test -f conf$$.exe; then
7446
 
+    # Don't use ln at all; we don't have any links
7447
 
+    as_ln_s='cp -p'
7448
 
+  else
7449
 
+    as_ln_s='ln -s'
7450
 
+  fi
7451
 
+elif ln conf$$.file conf$$ 2>/dev/null; then
7452
 
+  as_ln_s=ln
7453
 
+else
7454
 
+  as_ln_s='cp -p'
7455
 
+fi
7456
 
+rm -f conf$$ conf$$.exe conf$$.file
7457
 
+
7458
 
+if mkdir -p . 2>/dev/null; then
7459
 
+  as_mkdir_p=:
7460
 
+else
7461
 
+  test -d ./-p && rmdir ./-p
7462
 
+  as_mkdir_p=false
7463
 
+fi
7464
 
+
7465
 
+as_executable_p="test -f"
7466
 
+
7467
 
+# Sed expression to map a string onto a valid CPP name.
7468
 
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
7469
 
+
7470
 
+# Sed expression to map a string onto a valid variable name.
7471
 
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
7472
 
+
7473
 
+
7474
 
+# IFS
7475
 
+# We need space, tab and new line, in precisely that order.
7476
 
+as_nl='
7477
 
+'
7478
 
+IFS="  $as_nl"
7479
 
+
7480
 
+# CDPATH.
7481
 
+$as_unset CDPATH
7482
 
+
7483
 
+exec 6>&1
7484
 
+
7485
 
+# Open the log real soon, to keep \$[0] and so on meaningful, and to
7486
 
+# report actual input values of CONFIG_FILES etc. instead of their
7487
 
+# values after options handling.  Logging --version etc. is OK.
7488
 
+exec 5>>config.log
7489
 
+{
7490
 
+  echo
7491
 
+  sed 'h;s/./-/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX
7492
 
+@%:@@%:@ Running $as_me. @%:@@%:@
7493
 
+_ASBOX
7494
 
+} >&5
7495
 
+cat >&5 <<_CSEOF
7496
 
+
7497
 
+This file was extended by dbacl $as_me 1.12, which was
7498
 
+generated by GNU Autoconf 2.59.  Invocation command line was
7499
 
+
7500
 
+  CONFIG_FILES    = $CONFIG_FILES
7501
 
+  CONFIG_HEADERS  = $CONFIG_HEADERS
7502
 
+  CONFIG_LINKS    = $CONFIG_LINKS
7503
 
+  CONFIG_COMMANDS = $CONFIG_COMMANDS
7504
 
+  $ $0 $@
7505
 
+
7506
 
+_CSEOF
7507
 
+echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
7508
 
+echo >&5
7509
 
+_ACEOF
7510
 
+
7511
 
+# Files that config.status was made for.
7512
 
+if test -n "$ac_config_files"; then
7513
 
+  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
7514
 
+fi
7515
 
+
7516
 
+if test -n "$ac_config_headers"; then
7517
 
+  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
7518
 
+fi
7519
 
+
7520
 
+if test -n "$ac_config_links"; then
7521
 
+  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
7522
 
+fi
7523
 
+
7524
 
+if test -n "$ac_config_commands"; then
7525
 
+  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
7526
 
+fi
7527
 
+
7528
 
+cat >>$CONFIG_STATUS <<\_ACEOF
7529
 
+
7530
 
+ac_cs_usage="\
7531
 
+\`$as_me' instantiates files from templates according to the
7532
 
+current configuration.
7533
 
+
7534
 
+Usage: $0 [OPTIONS] [FILE]...
7535
 
+
7536
 
+  -h, --help       print this help, then exit
7537
 
+  -V, --version    print version number, then exit
7538
 
+  -q, --quiet      do not print progress messages
7539
 
+  -d, --debug      don't remove temporary files
7540
 
+      --recheck    update $as_me by reconfiguring in the same conditions
7541
 
+  --file=FILE[:TEMPLATE]
7542
 
+                  instantiate the configuration file FILE
7543
 
+  --header=FILE[:TEMPLATE]
7544
 
+                  instantiate the configuration header FILE
7545
 
+
7546
 
+Configuration files:
7547
 
+$config_files
7548
 
+
7549
 
+Configuration headers:
7550
 
+$config_headers
7551
 
+
7552
 
+Configuration commands:
7553
 
+$config_commands
7554
 
+
7555
 
+Report bugs to <bug-autoconf@gnu.org>."
7556
 
+_ACEOF
7557
 
+
7558
 
+cat >>$CONFIG_STATUS <<_ACEOF
7559
 
+ac_cs_version="\\
7560
 
+dbacl config.status 1.12
7561
 
+configured by $0, generated by GNU Autoconf 2.59,
7562
 
+  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
7563
 
+
7564
 
+Copyright (C) 2003 Free Software Foundation, Inc.
7565
 
+This config.status script is free software; the Free Software Foundation
7566
 
+gives unlimited permission to copy, distribute and modify it."
7567
 
+srcdir=$srcdir
7568
 
+INSTALL="$INSTALL"
7569
 
+_ACEOF
7570
 
+
7571
 
+cat >>$CONFIG_STATUS <<\_ACEOF
7572
 
+# If no file are specified by the user, then we need to provide default
7573
 
+# value.  By we need to know if files were specified by the user.
7574
 
+ac_need_defaults=:
7575
 
+while test $# != 0
7576
 
+do
7577
 
+  case $1 in
7578
 
+  --*=*)
7579
 
+    ac_option=`expr "x$1" : 'x\([^=]*\)='`
7580
 
+    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
7581
 
+    ac_shift=:
7582
 
+    ;;
7583
 
+  -*)
7584
 
+    ac_option=$1
7585
 
+    ac_optarg=$2
7586
 
+    ac_shift=shift
7587
 
+    ;;
7588
 
+  *) # This is not an option, so the user has probably given explicit
7589
 
+     # arguments.
7590
 
+     ac_option=$1
7591
 
+     ac_need_defaults=false;;
7592
 
+  esac
7593
 
+
7594
 
+  case $ac_option in
7595
 
+  # Handling of the options.
7596
 
+_ACEOF
7597
 
+cat >>$CONFIG_STATUS <<\_ACEOF
7598
 
+  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
7599
 
+    ac_cs_recheck=: ;;
7600
 
+  --version | --vers* | -V )
7601
 
+    echo "$ac_cs_version"; exit 0 ;;
7602
 
+  --he | --h)
7603
 
+    # Conflict between --help and --header
7604
 
+    { { echo "$as_me:$LINENO: error: ambiguous option: $1
7605
 
+Try \`$0 --help' for more information." >&5
7606
 
+echo "$as_me: error: ambiguous option: $1
7607
 
+Try \`$0 --help' for more information." >&2;}
7608
 
+   { (exit 1); exit 1; }; };;
7609
 
+  --help | --hel | -h )
7610
 
+    echo "$ac_cs_usage"; exit 0 ;;
7611
 
+  --debug | --d* | -d )
7612
 
+    debug=: ;;
7613
 
+  --file | --fil | --fi | --f )
7614
 
+    $ac_shift
7615
 
+    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
7616
 
+    ac_need_defaults=false;;
7617
 
+  --header | --heade | --head | --hea )
7618
 
+    $ac_shift
7619
 
+    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
7620
 
+    ac_need_defaults=false;;
7621
 
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
7622
 
+  | -silent | --silent | --silen | --sile | --sil | --si | --s)
7623
 
+    ac_cs_silent=: ;;
7624
 
+
7625
 
+  # This is an error.
7626
 
+  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
7627
 
+Try \`$0 --help' for more information." >&5
7628
 
+echo "$as_me: error: unrecognized option: $1
7629
 
+Try \`$0 --help' for more information." >&2;}
7630
 
+   { (exit 1); exit 1; }; } ;;
7631
 
+
7632
 
+  *) ac_config_targets="$ac_config_targets $1" ;;
7633
 
+
7634
 
+  esac
7635
 
+  shift
7636
 
+done
7637
 
+
7638
 
+ac_configure_extra_args=
7639
 
+
7640
 
+if $ac_cs_silent; then
7641
 
+  exec 6>/dev/null
7642
 
+  ac_configure_extra_args="$ac_configure_extra_args --silent"
7643
 
+fi
7644
 
+
7645
 
+_ACEOF
7646
 
+cat >>$CONFIG_STATUS <<_ACEOF
7647
 
+if \$ac_cs_recheck; then
7648
 
+  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
7649
 
+  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
7650
 
+fi
7651
 
+
7652
 
+_ACEOF
7653
 
+
7654
 
+cat >>$CONFIG_STATUS <<_ACEOF
7655
 
+#
7656
 
+# INIT-COMMANDS section.
7657
 
+#
7658
 
+
7659
 
+AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
7660
 
+
7661
 
+_ACEOF
7662
 
+
7663
 
+
7664
 
+
7665
 
+cat >>$CONFIG_STATUS <<\_ACEOF
7666
 
+for ac_config_target in $ac_config_targets
7667
 
+do
7668
 
+  case "$ac_config_target" in
7669
 
+  # Handling of arguments.
7670
 
+  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
7671
 
+  "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
7672
 
+  "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
7673
 
+  "src/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/tests/Makefile" ;;
7674
 
+  "man/Makefile" ) CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
7675
 
+  "ts/Makefile" ) CONFIG_FILES="$CONFIG_FILES ts/Makefile" ;;
7676
 
+  "TREC/Makefile" ) CONFIG_FILES="$CONFIG_FILES TREC/Makefile" ;;
7677
 
+  "contrib/Makefile" ) CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
7678
 
+  "doc/chess/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/chess/Makefile" ;;
7679
 
+  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
7680
 
+  "src/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;;
7681
 
+  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
7682
 
+echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
7683
 
+   { (exit 1); exit 1; }; };;
7684
 
+  esac
7685
 
+done
7686
 
+
7687
 
+# If the user did not use the arguments to specify the items to instantiate,
7688
 
+# then the envvar interface is used.  Set only those that are not.
7689
 
+# We use the long form for the default assignment because of an extremely
7690
 
+# bizarre bug on SunOS 4.1.3.
7691
 
+if $ac_need_defaults; then
7692
 
+  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
7693
 
+  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
7694
 
+  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
7695
 
+fi
7696
 
+
7697
 
+# Have a temporary directory for convenience.  Make it in the build tree
7698
 
+# simply because there is no reason to put it here, and in addition,
7699
 
+# creating and moving files from /tmp can sometimes cause problems.
7700
 
+# Create a temporary directory, and hook for its removal unless debugging.
7701
 
+$debug ||
7702
 
+{
7703
 
+  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
7704
 
+  trap '{ (exit 1); exit 1; }' 1 2 13 15
7705
 
+}
7706
 
+
7707
 
+# Create a (secure) tmp directory for tmp files.
7708
 
+
7709
 
+{
7710
 
+  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
7711
 
+  test -n "$tmp" && test -d "$tmp"
7712
 
+}  ||
7713
 
+{
7714
 
+  tmp=./confstat$$-$RANDOM
7715
 
+  (umask 077 && mkdir $tmp)
7716
 
+} ||
7717
 
+{
7718
 
+   echo "$me: cannot create a temporary directory in ." >&2
7719
 
+   { (exit 1); exit 1; }
7720
 
+}
7721
 
+
7722
 
+_ACEOF
7723
 
+
7724
 
+cat >>$CONFIG_STATUS <<_ACEOF
7725
 
+
7726
 
+#
7727
 
+# CONFIG_FILES section.
7728
 
+#
7729
 
+
7730
 
+# No need to generate the scripts if there are no CONFIG_FILES.
7731
 
+# This happens for instance when ./config.status config.h
7732
 
+if test -n "\$CONFIG_FILES"; then
7733
 
+  # Protect against being on the right side of a sed subst in config.status.
7734
 
+  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
7735
 
+   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
7736
 
+s,@SHELL@,$SHELL,;t t
7737
 
+s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
7738
 
+s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
7739
 
+s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
7740
 
+s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
7741
 
+s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
7742
 
+s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
7743
 
+s,@exec_prefix@,$exec_prefix,;t t
7744
 
+s,@prefix@,$prefix,;t t
7745
 
+s,@program_transform_name@,$program_transform_name,;t t
7746
 
+s,@bindir@,$bindir,;t t
7747
 
+s,@sbindir@,$sbindir,;t t
7748
 
+s,@libexecdir@,$libexecdir,;t t
7749
 
+s,@datadir@,$datadir,;t t
7750
 
+s,@sysconfdir@,$sysconfdir,;t t
7751
 
+s,@sharedstatedir@,$sharedstatedir,;t t
7752
 
+s,@localstatedir@,$localstatedir,;t t
7753
 
+s,@libdir@,$libdir,;t t
7754
 
+s,@includedir@,$includedir,;t t
7755
 
+s,@oldincludedir@,$oldincludedir,;t t
7756
 
+s,@infodir@,$infodir,;t t
7757
 
+s,@mandir@,$mandir,;t t
7758
 
+s,@build_alias@,$build_alias,;t t
7759
 
+s,@host_alias@,$host_alias,;t t
7760
 
+s,@target_alias@,$target_alias,;t t
7761
 
+s,@DEFS@,$DEFS,;t t
7762
 
+s,@ECHO_C@,$ECHO_C,;t t
7763
 
+s,@ECHO_N@,$ECHO_N,;t t
7764
 
+s,@ECHO_T@,$ECHO_T,;t t
7765
 
+s,@LIBS@,$LIBS,;t t
7766
 
+s,@build@,$build,;t t
7767
 
+s,@build_cpu@,$build_cpu,;t t
7768
 
+s,@build_vendor@,$build_vendor,;t t
7769
 
+s,@build_os@,$build_os,;t t
7770
 
+s,@host@,$host,;t t
7771
 
+s,@host_cpu@,$host_cpu,;t t
7772
 
+s,@host_vendor@,$host_vendor,;t t
7773
 
+s,@host_os@,$host_os,;t t
7774
 
+s,@target@,$target,;t t
7775
 
+s,@target_cpu@,$target_cpu,;t t
7776
 
+s,@target_vendor@,$target_vendor,;t t
7777
 
+s,@target_os@,$target_os,;t t
7778
 
+s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
7779
 
+s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
7780
 
+s,@INSTALL_DATA@,$INSTALL_DATA,;t t
7781
 
+s,@CYGPATH_W@,$CYGPATH_W,;t t
7782
 
+s,@PACKAGE@,$PACKAGE,;t t
7783
 
+s,@VERSION@,$VERSION,;t t
7784
 
+s,@ACLOCAL@,$ACLOCAL,;t t
7785
 
+s,@AUTOCONF@,$AUTOCONF,;t t
7786
 
+s,@AUTOMAKE@,$AUTOMAKE,;t t
7787
 
+s,@AUTOHEADER@,$AUTOHEADER,;t t
7788
 
+s,@MAKEINFO@,$MAKEINFO,;t t
7789
 
+s,@install_sh@,$install_sh,;t t
7790
 
+s,@STRIP@,$STRIP,;t t
7791
 
+s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
7792
 
+s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
7793
 
+s,@mkdir_p@,$mkdir_p,;t t
7794
 
+s,@AWK@,$AWK,;t t
7795
 
+s,@SET_MAKE@,$SET_MAKE,;t t
7796
 
+s,@am__leading_dot@,$am__leading_dot,;t t
7797
 
+s,@AMTAR@,$AMTAR,;t t
7798
 
+s,@am__tar@,$am__tar,;t t
7799
 
+s,@am__untar@,$am__untar,;t t
7800
 
+s,@CC@,$CC,;t t
7801
 
+s,@CFLAGS@,$CFLAGS,;t t
7802
 
+s,@LDFLAGS@,$LDFLAGS,;t t
7803
 
+s,@CPPFLAGS@,$CPPFLAGS,;t t
7804
 
+s,@ac_ct_CC@,$ac_ct_CC,;t t
7805
 
+s,@EXEEXT@,$EXEEXT,;t t
7806
 
+s,@OBJEXT@,$OBJEXT,;t t
7807
 
+s,@DEPDIR@,$DEPDIR,;t t
7808
 
+s,@am__include@,$am__include,;t t
7809
 
+s,@am__quote@,$am__quote,;t t
7810
 
+s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
7811
 
+s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
7812
 
+s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
7813
 
+s,@CCDEPMODE@,$CCDEPMODE,;t t
7814
 
+s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
7815
 
+s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
7816
 
+s,@CPP@,$CPP,;t t
7817
 
+s,@EGREP@,$EGREP,;t t
7818
 
+s,@CFLAGSIEEE@,$CFLAGSIEEE,;t t
7819
 
+s,@LEX@,$LEX,;t t
7820
 
+s,@LEXLIB@,$LEXLIB,;t t
7821
 
+s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
7822
 
+s,@YACC@,$YACC,;t t
7823
 
+s,@LDADDINTER@,$LDADDINTER,;t t
7824
 
+s,@INCLUDESINTER@,$INCLUDESINTER,;t t
7825
 
+s,@LIB@&t@OBJS@,$LIB@&t@OBJS,;t t
7826
 
+s,@LTLIBOBJS@,$LTLIBOBJS,;t t
7827
 
+CEOF
7828
 
+
7829
 
+_ACEOF
7830
 
+
7831
 
+  cat >>$CONFIG_STATUS <<\_ACEOF
7832
 
+  # Split the substitutions into bite-sized pieces for seds with
7833
 
+  # small command number limits, like on Digital OSF/1 and HP-UX.
7834
 
+  ac_max_sed_lines=48
7835
 
+  ac_sed_frag=1 # Number of current file.
7836
 
+  ac_beg=1 # First line for current file.
7837
 
+  ac_end=$ac_max_sed_lines # Line after last line for current file.
7838
 
+  ac_more_lines=:
7839
 
+  ac_sed_cmds=
7840
 
+  while $ac_more_lines; do
7841
 
+    if test $ac_beg -gt 1; then
7842
 
+      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
7843
 
+    else
7844
 
+      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
7845
 
+    fi
7846
 
+    if test ! -s $tmp/subs.frag; then
7847
 
+      ac_more_lines=false
7848
 
+    else
7849
 
+      # The purpose of the label and of the branching condition is to
7850
 
+      # speed up the sed processing (if there are no `@' at all, there
7851
 
+      # is no need to browse any of the substitutions).
7852
 
+      # These are the two extra sed commands mentioned above.
7853
 
+      (echo ':t
7854
 
+  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
7855
 
+      if test -z "$ac_sed_cmds"; then
7856
 
+       ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
7857
 
+      else
7858
 
+       ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
7859
 
+      fi
7860
 
+      ac_sed_frag=`expr $ac_sed_frag + 1`
7861
 
+      ac_beg=$ac_end
7862
 
+      ac_end=`expr $ac_end + $ac_max_sed_lines`
7863
 
+    fi
7864
 
+  done
7865
 
+  if test -z "$ac_sed_cmds"; then
7866
 
+    ac_sed_cmds=cat
7867
 
+  fi
7868
 
+fi # test -n "$CONFIG_FILES"
7869
 
+
7870
 
+_ACEOF
7871
 
+cat >>$CONFIG_STATUS <<\_ACEOF
7872
 
+for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
7873
 
+  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
7874
 
+  case $ac_file in
7875
 
+  - | *:- | *:-:* ) # input from stdin
7876
 
+       cat >$tmp/stdin
7877
 
+       ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
7878
 
+       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
7879
 
+  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
7880
 
+       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
7881
 
+  * )   ac_file_in=$ac_file.in ;;
7882
 
+  esac
7883
 
+
7884
 
+  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
7885
 
+  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
7886
 
+$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7887
 
+        X"$ac_file" : 'X\(//\)[^/]' \| \
7888
 
+        X"$ac_file" : 'X\(//\)$' \| \
7889
 
+        X"$ac_file" : 'X\(/\)' \| \
7890
 
+        .     : '\(.\)' 2>/dev/null ||
7891
 
+echo X"$ac_file" |
7892
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7893
 
+         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7894
 
+         /^X\(\/\/\)$/{ s//\1/; q; }
7895
 
+         /^X\(\/\).*/{ s//\1/; q; }
7896
 
+         s/.*/./; q'`
7897
 
+  { if $as_mkdir_p; then
7898
 
+    mkdir -p "$ac_dir"
7899
 
+  else
7900
 
+    as_dir="$ac_dir"
7901
 
+    as_dirs=
7902
 
+    while test ! -d "$as_dir"; do
7903
 
+      as_dirs="$as_dir $as_dirs"
7904
 
+      as_dir=`(dirname "$as_dir") 2>/dev/null ||
7905
 
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7906
 
+        X"$as_dir" : 'X\(//\)[^/]' \| \
7907
 
+        X"$as_dir" : 'X\(//\)$' \| \
7908
 
+        X"$as_dir" : 'X\(/\)' \| \
7909
 
+        .     : '\(.\)' 2>/dev/null ||
7910
 
+echo X"$as_dir" |
7911
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7912
 
+         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7913
 
+         /^X\(\/\/\)$/{ s//\1/; q; }
7914
 
+         /^X\(\/\).*/{ s//\1/; q; }
7915
 
+         s/.*/./; q'`
7916
 
+    done
7917
 
+    test ! -n "$as_dirs" || mkdir $as_dirs
7918
 
+  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
7919
 
+echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
7920
 
+   { (exit 1); exit 1; }; }; }
7921
 
+
7922
 
+  ac_builddir=.
7923
 
+
7924
 
+if test "$ac_dir" != .; then
7925
 
+  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
7926
 
+  # A "../" for each directory in $ac_dir_suffix.
7927
 
+  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
7928
 
+else
7929
 
+  ac_dir_suffix= ac_top_builddir=
7930
 
+fi
7931
 
+
7932
 
+case $srcdir in
7933
 
+  .)  # No --srcdir option.  We are building in place.
7934
 
+    ac_srcdir=.
7935
 
+    if test -z "$ac_top_builddir"; then
7936
 
+       ac_top_srcdir=.
7937
 
+    else
7938
 
+       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
7939
 
+    fi ;;
7940
 
+  [\\/]* | ?:[\\/]* )  # Absolute path.
7941
 
+    ac_srcdir=$srcdir$ac_dir_suffix;
7942
 
+    ac_top_srcdir=$srcdir ;;
7943
 
+  *) # Relative path.
7944
 
+    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
7945
 
+    ac_top_srcdir=$ac_top_builddir$srcdir ;;
7946
 
+esac
7947
 
+
7948
 
+# Do not use `cd foo && pwd` to compute absolute paths, because
7949
 
+# the directories may not exist.
7950
 
+case `pwd` in
7951
 
+.) ac_abs_builddir="$ac_dir";;
7952
 
+*)
7953
 
+  case "$ac_dir" in
7954
 
+  .) ac_abs_builddir=`pwd`;;
7955
 
+  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
7956
 
+  *) ac_abs_builddir=`pwd`/"$ac_dir";;
7957
 
+  esac;;
7958
 
+esac
7959
 
+case $ac_abs_builddir in
7960
 
+.) ac_abs_top_builddir=${ac_top_builddir}.;;
7961
 
+*)
7962
 
+  case ${ac_top_builddir}. in
7963
 
+  .) ac_abs_top_builddir=$ac_abs_builddir;;
7964
 
+  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
7965
 
+  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
7966
 
+  esac;;
7967
 
+esac
7968
 
+case $ac_abs_builddir in
7969
 
+.) ac_abs_srcdir=$ac_srcdir;;
7970
 
+*)
7971
 
+  case $ac_srcdir in
7972
 
+  .) ac_abs_srcdir=$ac_abs_builddir;;
7973
 
+  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
7974
 
+  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
7975
 
+  esac;;
7976
 
+esac
7977
 
+case $ac_abs_builddir in
7978
 
+.) ac_abs_top_srcdir=$ac_top_srcdir;;
7979
 
+*)
7980
 
+  case $ac_top_srcdir in
7981
 
+  .) ac_abs_top_srcdir=$ac_abs_builddir;;
7982
 
+  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
7983
 
+  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
7984
 
+  esac;;
7985
 
+esac
7986
 
+
7987
 
+
7988
 
+  case $INSTALL in
7989
 
+  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
7990
 
+  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
7991
 
+  esac
7992
 
+
7993
 
+  # Let's still pretend it is `configure' which instantiates (i.e., don't
7994
 
+  # use $as_me), people would be surprised to read:
7995
 
+  #    /* config.h.  Generated by config.status.  */
7996
 
+  if test x"$ac_file" = x-; then
7997
 
+    configure_input=
7998
 
+  else
7999
 
+    configure_input="$ac_file.  "
8000
 
+  fi
8001
 
+  configure_input=$configure_input"Generated from `echo $ac_file_in |
8002
 
+                                    sed 's,.*/,,'` by configure."
8003
 
+
8004
 
+  # First look for the input files in the build tree, otherwise in the
8005
 
+  # src tree.
8006
 
+  ac_file_inputs=`IFS=:
8007
 
+    for f in $ac_file_in; do
8008
 
+      case $f in
8009
 
+      -) echo $tmp/stdin ;;
8010
 
+      [\\/$]*)
8011
 
+        # Absolute (can't be DOS-style, as IFS=:)
8012
 
+        test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8013
 
+echo "$as_me: error: cannot find input file: $f" >&2;}
8014
 
+   { (exit 1); exit 1; }; }
8015
 
+        echo "$f";;
8016
 
+      *) # Relative
8017
 
+        if test -f "$f"; then
8018
 
+          # Build tree
8019
 
+          echo "$f"
8020
 
+        elif test -f "$srcdir/$f"; then
8021
 
+          # Source tree
8022
 
+          echo "$srcdir/$f"
8023
 
+        else
8024
 
+          # /dev/null tree
8025
 
+          { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8026
 
+echo "$as_me: error: cannot find input file: $f" >&2;}
8027
 
+   { (exit 1); exit 1; }; }
8028
 
+        fi;;
8029
 
+      esac
8030
 
+    done` || { (exit 1); exit 1; }
8031
 
+
8032
 
+  if test x"$ac_file" != x-; then
8033
 
+    { echo "$as_me:$LINENO: creating $ac_file" >&5
8034
 
+echo "$as_me: creating $ac_file" >&6;}
8035
 
+    rm -f "$ac_file"
8036
 
+  fi
8037
 
+_ACEOF
8038
 
+cat >>$CONFIG_STATUS <<_ACEOF
8039
 
+  sed "$ac_vpsub
8040
 
+$extrasub
8041
 
+_ACEOF
8042
 
+cat >>$CONFIG_STATUS <<\_ACEOF
8043
 
+:t
8044
 
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
8045
 
+s,@configure_input@,$configure_input,;t t
8046
 
+s,@srcdir@,$ac_srcdir,;t t
8047
 
+s,@abs_srcdir@,$ac_abs_srcdir,;t t
8048
 
+s,@top_srcdir@,$ac_top_srcdir,;t t
8049
 
+s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
8050
 
+s,@builddir@,$ac_builddir,;t t
8051
 
+s,@abs_builddir@,$ac_abs_builddir,;t t
8052
 
+s,@top_builddir@,$ac_top_builddir,;t t
8053
 
+s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
8054
 
+s,@INSTALL@,$ac_INSTALL,;t t
8055
 
+" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
8056
 
+  rm -f $tmp/stdin
8057
 
+  if test x"$ac_file" != x-; then
8058
 
+    mv $tmp/out $ac_file
8059
 
+  else
8060
 
+    cat $tmp/out
8061
 
+    rm -f $tmp/out
8062
 
+  fi
8063
 
+
8064
 
+done
8065
 
+_ACEOF
8066
 
+cat >>$CONFIG_STATUS <<\_ACEOF
8067
 
+
8068
 
+#
8069
 
+# CONFIG_HEADER section.
8070
 
+#
8071
 
+
8072
 
+# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
8073
 
+# NAME is the cpp macro being defined and VALUE is the value it is being given.
8074
 
+#
8075
 
+# ac_d sets the value in "#define NAME VALUE" lines.
8076
 
+ac_dA='s,^\([   ]*\)#\([        ]*define[       ][      ]*\)'
8077
 
+ac_dB='[        ].*$,\1#\2'
8078
 
+ac_dC=' '
8079
 
+ac_dD=',;t'
8080
 
+# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
8081
 
+ac_uA='s,^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
8082
 
+ac_uB='$,\1#\2define\3'
8083
 
+ac_uC=' '
8084
 
+ac_uD=',;t'
8085
 
+
8086
 
+for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
8087
 
+  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
8088
 
+  case $ac_file in
8089
 
+  - | *:- | *:-:* ) # input from stdin
8090
 
+       cat >$tmp/stdin
8091
 
+       ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8092
 
+       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8093
 
+  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8094
 
+       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8095
 
+  * )   ac_file_in=$ac_file.in ;;
8096
 
+  esac
8097
 
+
8098
 
+  test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
8099
 
+echo "$as_me: creating $ac_file" >&6;}
8100
 
+
8101
 
+  # First look for the input files in the build tree, otherwise in the
8102
 
+  # src tree.
8103
 
+  ac_file_inputs=`IFS=:
8104
 
+    for f in $ac_file_in; do
8105
 
+      case $f in
8106
 
+      -) echo $tmp/stdin ;;
8107
 
+      [\\/$]*)
8108
 
+        # Absolute (can't be DOS-style, as IFS=:)
8109
 
+        test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8110
 
+echo "$as_me: error: cannot find input file: $f" >&2;}
8111
 
+   { (exit 1); exit 1; }; }
8112
 
+        # Do quote $f, to prevent DOS paths from being IFS'd.
8113
 
+        echo "$f";;
8114
 
+      *) # Relative
8115
 
+        if test -f "$f"; then
8116
 
+          # Build tree
8117
 
+          echo "$f"
8118
 
+        elif test -f "$srcdir/$f"; then
8119
 
+          # Source tree
8120
 
+          echo "$srcdir/$f"
8121
 
+        else
8122
 
+          # /dev/null tree
8123
 
+          { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8124
 
+echo "$as_me: error: cannot find input file: $f" >&2;}
8125
 
+   { (exit 1); exit 1; }; }
8126
 
+        fi;;
8127
 
+      esac
8128
 
+    done` || { (exit 1); exit 1; }
8129
 
+  # Remove the trailing spaces.
8130
 
+  sed 's/[      ]*$//' $ac_file_inputs >$tmp/in
8131
 
+
8132
 
+_ACEOF
8133
 
+
8134
 
+# Transform confdefs.h into two sed scripts, `conftest.defines' and
8135
 
+# `conftest.undefs', that substitutes the proper values into
8136
 
+# config.h.in to produce config.h.  The first handles `#define'
8137
 
+# templates, and the second `#undef' templates.
8138
 
+# And first: Protect against being on the right side of a sed subst in
8139
 
+# config.status.  Protect against being in an unquoted here document
8140
 
+# in config.status.
8141
 
+rm -f conftest.defines conftest.undefs
8142
 
+# Using a here document instead of a string reduces the quoting nightmare.
8143
 
+# Putting comments in sed scripts is not portable.
8144
 
+#
8145
 
+# `end' is used to avoid that the second main sed command (meant for
8146
 
+# 0-ary CPP macros) applies to n-ary macro definitions.
8147
 
+# See the Autoconf documentation for `clear'.
8148
 
+cat >confdef2sed.sed <<\_ACEOF
8149
 
+s/[\\&,]/\\&/g
8150
 
+s,[\\$`],\\&,g
8151
 
+t clear
8152
 
+: clear
8153
 
+s,^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
8154
 
+t end
8155
 
+s,^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
8156
 
+: end
8157
 
+_ACEOF
8158
 
+# If some macros were called several times there might be several times
8159
 
+# the same #defines, which is useless.  Nevertheless, we may not want to
8160
 
+# sort them, since we want the *last* AC-DEFINE to be honored.
8161
 
+uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
8162
 
+sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
8163
 
+rm -f confdef2sed.sed
8164
 
+
8165
 
+# This sed command replaces #undef with comments.  This is necessary, for
8166
 
+# example, in the case of _POSIX_SOURCE, which is predefined and required
8167
 
+# on some systems where configure will not decide to define it.
8168
 
+cat >>conftest.undefs <<\_ACEOF
8169
 
+s,^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
8170
 
+_ACEOF
8171
 
+
8172
 
+# Break up conftest.defines because some shells have a limit on the size
8173
 
+# of here documents, and old seds have small limits too (100 cmds).
8174
 
+echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
8175
 
+echo '  if grep "^[     ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
8176
 
+echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
8177
 
+echo '  :' >>$CONFIG_STATUS
8178
 
+rm -f conftest.tail
8179
 
+while grep . conftest.defines >/dev/null
8180
 
+do
8181
 
+  # Write a limited-size here document to $tmp/defines.sed.
8182
 
+  echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
8183
 
+  # Speed up: don't consider the non `#define' lines.
8184
 
+  echo '/^[     ]*#[    ]*define/!b' >>$CONFIG_STATUS
8185
 
+  # Work around the forget-to-reset-the-flag bug.
8186
 
+  echo 't clr' >>$CONFIG_STATUS
8187
 
+  echo ': clr' >>$CONFIG_STATUS
8188
 
+  sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
8189
 
+  echo 'CEOF
8190
 
+  sed -f $tmp/defines.sed $tmp/in >$tmp/out
8191
 
+  rm -f $tmp/in
8192
 
+  mv $tmp/out $tmp/in
8193
 
+' >>$CONFIG_STATUS
8194
 
+  sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
8195
 
+  rm -f conftest.defines
8196
 
+  mv conftest.tail conftest.defines
8197
 
+done
8198
 
+rm -f conftest.defines
8199
 
+echo '  fi # grep' >>$CONFIG_STATUS
8200
 
+echo >>$CONFIG_STATUS
8201
 
+
8202
 
+# Break up conftest.undefs because some shells have a limit on the size
8203
 
+# of here documents, and old seds have small limits too (100 cmds).
8204
 
+echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
8205
 
+rm -f conftest.tail
8206
 
+while grep . conftest.undefs >/dev/null
8207
 
+do
8208
 
+  # Write a limited-size here document to $tmp/undefs.sed.
8209
 
+  echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
8210
 
+  # Speed up: don't consider the non `#undef'
8211
 
+  echo '/^[     ]*#[    ]*undef/!b' >>$CONFIG_STATUS
8212
 
+  # Work around the forget-to-reset-the-flag bug.
8213
 
+  echo 't clr' >>$CONFIG_STATUS
8214
 
+  echo ': clr' >>$CONFIG_STATUS
8215
 
+  sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
8216
 
+  echo 'CEOF
8217
 
+  sed -f $tmp/undefs.sed $tmp/in >$tmp/out
8218
 
+  rm -f $tmp/in
8219
 
+  mv $tmp/out $tmp/in
8220
 
+' >>$CONFIG_STATUS
8221
 
+  sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
8222
 
+  rm -f conftest.undefs
8223
 
+  mv conftest.tail conftest.undefs
8224
 
+done
8225
 
+rm -f conftest.undefs
8226
 
+
8227
 
+cat >>$CONFIG_STATUS <<\_ACEOF
8228
 
+  # Let's still pretend it is `configure' which instantiates (i.e., don't
8229
 
+  # use $as_me), people would be surprised to read:
8230
 
+  #    /* config.h.  Generated by config.status.  */
8231
 
+  if test x"$ac_file" = x-; then
8232
 
+    echo "/* Generated by configure.  */" >$tmp/config.h
8233
 
+  else
8234
 
+    echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
8235
 
+  fi
8236
 
+  cat $tmp/in >>$tmp/config.h
8237
 
+  rm -f $tmp/in
8238
 
+  if test x"$ac_file" != x-; then
8239
 
+    if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
8240
 
+      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
8241
 
+echo "$as_me: $ac_file is unchanged" >&6;}
8242
 
+    else
8243
 
+      ac_dir=`(dirname "$ac_file") 2>/dev/null ||
8244
 
+$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8245
 
+        X"$ac_file" : 'X\(//\)[^/]' \| \
8246
 
+        X"$ac_file" : 'X\(//\)$' \| \
8247
 
+        X"$ac_file" : 'X\(/\)' \| \
8248
 
+        .     : '\(.\)' 2>/dev/null ||
8249
 
+echo X"$ac_file" |
8250
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8251
 
+         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8252
 
+         /^X\(\/\/\)$/{ s//\1/; q; }
8253
 
+         /^X\(\/\).*/{ s//\1/; q; }
8254
 
+         s/.*/./; q'`
8255
 
+      { if $as_mkdir_p; then
8256
 
+    mkdir -p "$ac_dir"
8257
 
+  else
8258
 
+    as_dir="$ac_dir"
8259
 
+    as_dirs=
8260
 
+    while test ! -d "$as_dir"; do
8261
 
+      as_dirs="$as_dir $as_dirs"
8262
 
+      as_dir=`(dirname "$as_dir") 2>/dev/null ||
8263
 
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8264
 
+        X"$as_dir" : 'X\(//\)[^/]' \| \
8265
 
+        X"$as_dir" : 'X\(//\)$' \| \
8266
 
+        X"$as_dir" : 'X\(/\)' \| \
8267
 
+        .     : '\(.\)' 2>/dev/null ||
8268
 
+echo X"$as_dir" |
8269
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8270
 
+         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8271
 
+         /^X\(\/\/\)$/{ s//\1/; q; }
8272
 
+         /^X\(\/\).*/{ s//\1/; q; }
8273
 
+         s/.*/./; q'`
8274
 
+    done
8275
 
+    test ! -n "$as_dirs" || mkdir $as_dirs
8276
 
+  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
8277
 
+echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
8278
 
+   { (exit 1); exit 1; }; }; }
8279
 
+
8280
 
+      rm -f $ac_file
8281
 
+      mv $tmp/config.h $ac_file
8282
 
+    fi
8283
 
+  else
8284
 
+    cat $tmp/config.h
8285
 
+    rm -f $tmp/config.h
8286
 
+  fi
8287
 
+# Compute $ac_file's index in $config_headers.
8288
 
+_am_stamp_count=1
8289
 
+for _am_header in $config_headers :; do
8290
 
+  case $_am_header in
8291
 
+    $ac_file | $ac_file:* )
8292
 
+      break ;;
8293
 
+    * )
8294
 
+      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
8295
 
+  esac
8296
 
+done
8297
 
+echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
8298
 
+$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8299
 
+        X$ac_file : 'X\(//\)[^/]' \| \
8300
 
+        X$ac_file : 'X\(//\)$' \| \
8301
 
+        X$ac_file : 'X\(/\)' \| \
8302
 
+        .     : '\(.\)' 2>/dev/null ||
8303
 
+echo X$ac_file |
8304
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8305
 
+         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8306
 
+         /^X\(\/\/\)$/{ s//\1/; q; }
8307
 
+         /^X\(\/\).*/{ s//\1/; q; }
8308
 
+         s/.*/./; q'`/stamp-h$_am_stamp_count
8309
 
+done
8310
 
+_ACEOF
8311
 
+cat >>$CONFIG_STATUS <<\_ACEOF
8312
 
+
8313
 
+#
8314
 
+# CONFIG_COMMANDS section.
8315
 
+#
8316
 
+for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
8317
 
+  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
8318
 
+  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
8319
 
+  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
8320
 
+$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8321
 
+        X"$ac_dest" : 'X\(//\)[^/]' \| \
8322
 
+        X"$ac_dest" : 'X\(//\)$' \| \
8323
 
+        X"$ac_dest" : 'X\(/\)' \| \
8324
 
+        .     : '\(.\)' 2>/dev/null ||
8325
 
+echo X"$ac_dest" |
8326
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8327
 
+         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8328
 
+         /^X\(\/\/\)$/{ s//\1/; q; }
8329
 
+         /^X\(\/\).*/{ s//\1/; q; }
8330
 
+         s/.*/./; q'`
8331
 
+  { if $as_mkdir_p; then
8332
 
+    mkdir -p "$ac_dir"
8333
 
+  else
8334
 
+    as_dir="$ac_dir"
8335
 
+    as_dirs=
8336
 
+    while test ! -d "$as_dir"; do
8337
 
+      as_dirs="$as_dir $as_dirs"
8338
 
+      as_dir=`(dirname "$as_dir") 2>/dev/null ||
8339
 
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8340
 
+        X"$as_dir" : 'X\(//\)[^/]' \| \
8341
 
+        X"$as_dir" : 'X\(//\)$' \| \
8342
 
+        X"$as_dir" : 'X\(/\)' \| \
8343
 
+        .     : '\(.\)' 2>/dev/null ||
8344
 
+echo X"$as_dir" |
8345
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8346
 
+         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8347
 
+         /^X\(\/\/\)$/{ s//\1/; q; }
8348
 
+         /^X\(\/\).*/{ s//\1/; q; }
8349
 
+         s/.*/./; q'`
8350
 
+    done
8351
 
+    test ! -n "$as_dirs" || mkdir $as_dirs
8352
 
+  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
8353
 
+echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
8354
 
+   { (exit 1); exit 1; }; }; }
8355
 
+
8356
 
+  ac_builddir=.
8357
 
+
8358
 
+if test "$ac_dir" != .; then
8359
 
+  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
8360
 
+  # A "../" for each directory in $ac_dir_suffix.
8361
 
+  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
8362
 
+else
8363
 
+  ac_dir_suffix= ac_top_builddir=
8364
 
+fi
8365
 
+
8366
 
+case $srcdir in
8367
 
+  .)  # No --srcdir option.  We are building in place.
8368
 
+    ac_srcdir=.
8369
 
+    if test -z "$ac_top_builddir"; then
8370
 
+       ac_top_srcdir=.
8371
 
+    else
8372
 
+       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
8373
 
+    fi ;;
8374
 
+  [\\/]* | ?:[\\/]* )  # Absolute path.
8375
 
+    ac_srcdir=$srcdir$ac_dir_suffix;
8376
 
+    ac_top_srcdir=$srcdir ;;
8377
 
+  *) # Relative path.
8378
 
+    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
8379
 
+    ac_top_srcdir=$ac_top_builddir$srcdir ;;
8380
 
+esac
8381
 
+
8382
 
+# Do not use `cd foo && pwd` to compute absolute paths, because
8383
 
+# the directories may not exist.
8384
 
+case `pwd` in
8385
 
+.) ac_abs_builddir="$ac_dir";;
8386
 
+*)
8387
 
+  case "$ac_dir" in
8388
 
+  .) ac_abs_builddir=`pwd`;;
8389
 
+  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
8390
 
+  *) ac_abs_builddir=`pwd`/"$ac_dir";;
8391
 
+  esac;;
8392
 
+esac
8393
 
+case $ac_abs_builddir in
8394
 
+.) ac_abs_top_builddir=${ac_top_builddir}.;;
8395
 
+*)
8396
 
+  case ${ac_top_builddir}. in
8397
 
+  .) ac_abs_top_builddir=$ac_abs_builddir;;
8398
 
+  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
8399
 
+  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
8400
 
+  esac;;
8401
 
+esac
8402
 
+case $ac_abs_builddir in
8403
 
+.) ac_abs_srcdir=$ac_srcdir;;
8404
 
+*)
8405
 
+  case $ac_srcdir in
8406
 
+  .) ac_abs_srcdir=$ac_abs_builddir;;
8407
 
+  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
8408
 
+  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
8409
 
+  esac;;
8410
 
+esac
8411
 
+case $ac_abs_builddir in
8412
 
+.) ac_abs_top_srcdir=$ac_top_srcdir;;
8413
 
+*)
8414
 
+  case $ac_top_srcdir in
8415
 
+  .) ac_abs_top_srcdir=$ac_abs_builddir;;
8416
 
+  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
8417
 
+  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
8418
 
+  esac;;
8419
 
+esac
8420
 
+
8421
 
+
8422
 
+  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
8423
 
+echo "$as_me: executing $ac_dest commands" >&6;}
8424
 
+  case $ac_dest in
8425
 
+    depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
8426
 
+  # Strip MF so we end up with the name of the file.
8427
 
+  mf=`echo "$mf" | sed -e 's/:.*$//'`
8428
 
+  # Check whether this is an Automake generated Makefile or not.
8429
 
+  # We used to match only the files named `Makefile.in', but
8430
 
+  # some people rename them; so instead we look at the file content.
8431
 
+  # Grep'ing the first line is not enough: some people post-process
8432
 
+  # each Makefile.in and add a new line on top of each file to say so.
8433
 
+  # So let's grep whole file.
8434
 
+  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
8435
 
+    dirpart=`(dirname "$mf") 2>/dev/null ||
8436
 
+$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8437
 
+        X"$mf" : 'X\(//\)[^/]' \| \
8438
 
+        X"$mf" : 'X\(//\)$' \| \
8439
 
+        X"$mf" : 'X\(/\)' \| \
8440
 
+        .     : '\(.\)' 2>/dev/null ||
8441
 
+echo X"$mf" |
8442
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8443
 
+         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8444
 
+         /^X\(\/\/\)$/{ s//\1/; q; }
8445
 
+         /^X\(\/\).*/{ s//\1/; q; }
8446
 
+         s/.*/./; q'`
8447
 
+  else
8448
 
+    continue
8449
 
+  fi
8450
 
+  # Extract the definition of DEPDIR, am__include, and am__quote
8451
 
+  # from the Makefile without running `make'.
8452
 
+  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
8453
 
+  test -z "$DEPDIR" && continue
8454
 
+  am__include=`sed -n 's/^am__include = //p' < "$mf"`
8455
 
+  test -z "am__include" && continue
8456
 
+  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
8457
 
+  # When using ansi2knr, U may be empty or an underscore; expand it
8458
 
+  U=`sed -n 's/^U = //p' < "$mf"`
8459
 
+  # Find all dependency output files, they are included files with
8460
 
+  # $(DEPDIR) in their names.  We invoke sed twice because it is the
8461
 
+  # simplest approach to changing $(DEPDIR) to its actual value in the
8462
 
+  # expansion.
8463
 
+  for file in `sed -n "
8464
 
+    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
8465
 
+       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
8466
 
+    # Make sure the directory exists.
8467
 
+    test -f "$dirpart/$file" && continue
8468
 
+    fdir=`(dirname "$file") 2>/dev/null ||
8469
 
+$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8470
 
+        X"$file" : 'X\(//\)[^/]' \| \
8471
 
+        X"$file" : 'X\(//\)$' \| \
8472
 
+        X"$file" : 'X\(/\)' \| \
8473
 
+        .     : '\(.\)' 2>/dev/null ||
8474
 
+echo X"$file" |
8475
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8476
 
+         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8477
 
+         /^X\(\/\/\)$/{ s//\1/; q; }
8478
 
+         /^X\(\/\).*/{ s//\1/; q; }
8479
 
+         s/.*/./; q'`
8480
 
+    { if $as_mkdir_p; then
8481
 
+    mkdir -p $dirpart/$fdir
8482
 
+  else
8483
 
+    as_dir=$dirpart/$fdir
8484
 
+    as_dirs=
8485
 
+    while test ! -d "$as_dir"; do
8486
 
+      as_dirs="$as_dir $as_dirs"
8487
 
+      as_dir=`(dirname "$as_dir") 2>/dev/null ||
8488
 
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8489
 
+        X"$as_dir" : 'X\(//\)[^/]' \| \
8490
 
+        X"$as_dir" : 'X\(//\)$' \| \
8491
 
+        X"$as_dir" : 'X\(/\)' \| \
8492
 
+        .     : '\(.\)' 2>/dev/null ||
8493
 
+echo X"$as_dir" |
8494
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8495
 
+         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8496
 
+         /^X\(\/\/\)$/{ s//\1/; q; }
8497
 
+         /^X\(\/\).*/{ s//\1/; q; }
8498
 
+         s/.*/./; q'`
8499
 
+    done
8500
 
+    test ! -n "$as_dirs" || mkdir $as_dirs
8501
 
+  fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
8502
 
+echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
8503
 
+   { (exit 1); exit 1; }; }; }
8504
 
+
8505
 
+    # echo "creating $dirpart/$file"
8506
 
+    echo '# dummy' > "$dirpart/$file"
8507
 
+  done
8508
 
+done
8509
 
+ ;;
8510
 
+  esac
8511
 
+done
8512
 
+_ACEOF
8513
 
+
8514
 
+cat >>$CONFIG_STATUS <<\_ACEOF
8515
 
+
8516
 
+{ (exit 0); exit 0; }
8517
 
+_ACEOF
8518
 
+chmod +x $CONFIG_STATUS
8519
 
+ac_clean_files=$ac_clean_files_save
8520
 
+
8521
 
+
8522
 
+# configure is writing to config.log, and then calls config.status.
8523
 
+# config.status does its own redirection, appending to config.log.
8524
 
+# Unfortunately, on DOS this fails, as config.log is still kept open
8525
 
+# by configure, so config.status won't be able to write to it; its
8526
 
+# output is simply discarded.  So we exec the FD to /dev/null,
8527
 
+# effectively closing config.log, so it can be properly (re)opened and
8528
 
+# appended to by config.status.  When coming back to configure, we
8529
 
+# need to make the FD available again.
8530
 
+if test "$no_create" != yes; then
8531
 
+  ac_cs_success=:
8532
 
+  ac_config_status_args=
8533
 
+  test "$silent" = yes &&
8534
 
+    ac_config_status_args="$ac_config_status_args --quiet"
8535
 
+  exec 5>/dev/null
8536
 
+  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
8537
 
+  exec 5>>config.log
8538
 
+  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
8539
 
+  # would make configure fail if this is the last instruction.
8540
 
+  $ac_cs_success || { (exit 1); exit 1; }
8541
 
+fi
8542
 
+
8543
 
diff -Nur dbacl-1.12/autom4te.cache/output.1 dbacl-1.12.new/autom4te.cache/output.1
8544
 
--- dbacl-1.12/autom4te.cache/output.1  1970-01-01 08:00:00.000000000 +0800
8545
 
+++ dbacl-1.12.new/autom4te.cache/output.1      2006-03-26 21:20:11.000000000 +0800
8546
 
@@ -0,0 +1,8538 @@
8547
 
+@%:@! /bin/sh
8548
 
+@%:@ Guess values for system-dependent variables and create Makefiles.
8549
 
+@%:@ Generated by GNU Autoconf 2.59 for dbacl 1.12.
8550
 
+@%:@
8551
 
+@%:@ Report bugs to <laird@lbreyer.com>.
8552
 
+@%:@ 
8553
 
+@%:@ Copyright (C) 2003 Free Software Foundation, Inc.
8554
 
+@%:@ This configure script is free software; the Free Software Foundation
8555
 
+@%:@ gives unlimited permission to copy, distribute and modify it.
8556
 
+## --------------------- ##
8557
 
+## M4sh Initialization.  ##
8558
 
+## --------------------- ##
8559
 
+
8560
 
+# Be Bourne compatible
8561
 
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
8562
 
+  emulate sh
8563
 
+  NULLCMD=:
8564
 
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
8565
 
+  # is contrary to our usage.  Disable this feature.
8566
 
+  alias -g '${1+"$@"}'='"$@"'
8567
 
+elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
8568
 
+  set -o posix
8569
 
+fi
8570
 
+DUALCASE=1; export DUALCASE # for MKS sh
8571
 
+
8572
 
+# Support unset when possible.
8573
 
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
8574
 
+  as_unset=unset
8575
 
+else
8576
 
+  as_unset=false
8577
 
+fi
8578
 
+
8579
 
+
8580
 
+# Work around bugs in pre-3.0 UWIN ksh.
8581
 
+$as_unset ENV MAIL MAILPATH
8582
 
+PS1='$ '
8583
 
+PS2='> '
8584
 
+PS4='+ '
8585
 
+
8586
 
+# NLS nuisances.
8587
 
+for as_var in \
8588
 
+  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
8589
 
+  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
8590
 
+  LC_TELEPHONE LC_TIME
8591
 
+do
8592
 
+  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
8593
 
+    eval $as_var=C; export $as_var
8594
 
+  else
8595
 
+    $as_unset $as_var
8596
 
+  fi
8597
 
+done
8598
 
+
8599
 
+# Required to use basename.
8600
 
+if expr a : '\(a\)' >/dev/null 2>&1; then
8601
 
+  as_expr=expr
8602
 
+else
8603
 
+  as_expr=false
8604
 
+fi
8605
 
+
8606
 
+if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
8607
 
+  as_basename=basename
8608
 
+else
8609
 
+  as_basename=false
8610
 
+fi
8611
 
+
8612
 
+
8613
 
+# Name of the executable.
8614
 
+as_me=`$as_basename "$0" ||
8615
 
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
8616
 
+        X"$0" : 'X\(//\)$' \| \
8617
 
+        X"$0" : 'X\(/\)$' \| \
8618
 
+        .     : '\(.\)' 2>/dev/null ||
8619
 
+echo X/"$0" |
8620
 
+    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
8621
 
+         /^X\/\(\/\/\)$/{ s//\1/; q; }
8622
 
+         /^X\/\(\/\).*/{ s//\1/; q; }
8623
 
+         s/.*/./; q'`
8624
 
+
8625
 
+
8626
 
+# PATH needs CR, and LINENO needs CR and PATH.
8627
 
+# Avoid depending upon Character Ranges.
8628
 
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
8629
 
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
8630
 
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
8631
 
+as_cr_digits='0123456789'
8632
 
+as_cr_alnum=$as_cr_Letters$as_cr_digits
8633
 
+
8634
 
+# The user is always right.
8635
 
+if test "${PATH_SEPARATOR+set}" != set; then
8636
 
+  echo "#! /bin/sh" >conf$$.sh
8637
 
+  echo  "exit 0"   >>conf$$.sh
8638
 
+  chmod +x conf$$.sh
8639
 
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
8640
 
+    PATH_SEPARATOR=';'
8641
 
+  else
8642
 
+    PATH_SEPARATOR=:
8643
 
+  fi
8644
 
+  rm -f conf$$.sh
8645
 
+fi
8646
 
+
8647
 
+
8648
 
+  as_lineno_1=$LINENO
8649
 
+  as_lineno_2=$LINENO
8650
 
+  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
8651
 
+  test "x$as_lineno_1" != "x$as_lineno_2" &&
8652
 
+  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
8653
 
+  # Find who we are.  Look in the path if we contain no path at all
8654
 
+  # relative or not.
8655
 
+  case $0 in
8656
 
+    *[\\/]* ) as_myself=$0 ;;
8657
 
+    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8658
 
+for as_dir in $PATH
8659
 
+do
8660
 
+  IFS=$as_save_IFS
8661
 
+  test -z "$as_dir" && as_dir=.
8662
 
+  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
8663
 
+done
8664
 
+
8665
 
+       ;;
8666
 
+  esac
8667
 
+  # We did not find ourselves, most probably we were run as `sh COMMAND'
8668
 
+  # in which case we are not to be found in the path.
8669
 
+  if test "x$as_myself" = x; then
8670
 
+    as_myself=$0
8671
 
+  fi
8672
 
+  if test ! -f "$as_myself"; then
8673
 
+    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
8674
 
+   { (exit 1); exit 1; }; }
8675
 
+  fi
8676
 
+  case $CONFIG_SHELL in
8677
 
+  '')
8678
 
+    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8679
 
+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
8680
 
+do
8681
 
+  IFS=$as_save_IFS
8682
 
+  test -z "$as_dir" && as_dir=.
8683
 
+  for as_base in sh bash ksh sh5; do
8684
 
+        case $as_dir in
8685
 
+        /*)
8686
 
+          if ("$as_dir/$as_base" -c '
8687
 
+  as_lineno_1=$LINENO
8688
 
+  as_lineno_2=$LINENO
8689
 
+  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
8690
 
+  test "x$as_lineno_1" != "x$as_lineno_2" &&
8691
 
+  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
8692
 
+            $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
8693
 
+            $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
8694
 
+            CONFIG_SHELL=$as_dir/$as_base
8695
 
+            export CONFIG_SHELL
8696
 
+            exec "$CONFIG_SHELL" "$0" ${1+"$@"}
8697
 
+          fi;;
8698
 
+        esac
8699
 
+       done
8700
 
+done
8701
 
+;;
8702
 
+  esac
8703
 
+
8704
 
+  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
8705
 
+  # uniformly replaced by the line number.  The first 'sed' inserts a
8706
 
+  # line-number line before each line; the second 'sed' does the real
8707
 
+  # work.  The second script uses 'N' to pair each line-number line
8708
 
+  # with the numbered line, and appends trailing '-' during
8709
 
+  # substitution so that $LINENO is not a special case at line end.
8710
 
+  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
8711
 
+  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
8712
 
+  sed '=' <$as_myself |
8713
 
+    sed '
8714
 
+      N
8715
 
+      s,$,-,
8716
 
+      : loop
8717
 
+      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
8718
 
+      t loop
8719
 
+      s,-$,,
8720
 
+      s,^['$as_cr_digits']*\n,,
8721
 
+    ' >$as_me.lineno &&
8722
 
+  chmod +x $as_me.lineno ||
8723
 
+    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
8724
 
+   { (exit 1); exit 1; }; }
8725
 
+
8726
 
+  # Don't try to exec as it changes $[0], causing all sort of problems
8727
 
+  # (the dirname of $[0] is not the place where we might find the
8728
 
+  # original and so on.  Autoconf is especially sensible to this).
8729
 
+  . ./$as_me.lineno
8730
 
+  # Exit status is that of the last command.
8731
 
+  exit
8732
 
+}
8733
 
+
8734
 
+
8735
 
+case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
8736
 
+  *c*,-n*) ECHO_N= ECHO_C='
8737
 
+' ECHO_T='     ' ;;
8738
 
+  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
8739
 
+  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
8740
 
+esac
8741
 
+
8742
 
+if expr a : '\(a\)' >/dev/null 2>&1; then
8743
 
+  as_expr=expr
8744
 
+else
8745
 
+  as_expr=false
8746
 
+fi
8747
 
+
8748
 
+rm -f conf$$ conf$$.exe conf$$.file
8749
 
+echo >conf$$.file
8750
 
+if ln -s conf$$.file conf$$ 2>/dev/null; then
8751
 
+  # We could just check for DJGPP; but this test a) works b) is more generic
8752
 
+  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
8753
 
+  if test -f conf$$.exe; then
8754
 
+    # Don't use ln at all; we don't have any links
8755
 
+    as_ln_s='cp -p'
8756
 
+  else
8757
 
+    as_ln_s='ln -s'
8758
 
+  fi
8759
 
+elif ln conf$$.file conf$$ 2>/dev/null; then
8760
 
+  as_ln_s=ln
8761
 
+else
8762
 
+  as_ln_s='cp -p'
8763
 
+fi
8764
 
+rm -f conf$$ conf$$.exe conf$$.file
8765
 
+
8766
 
+if mkdir -p . 2>/dev/null; then
8767
 
+  as_mkdir_p=:
8768
 
+else
8769
 
+  test -d ./-p && rmdir ./-p
8770
 
+  as_mkdir_p=false
8771
 
+fi
8772
 
+
8773
 
+as_executable_p="test -f"
8774
 
+
8775
 
+# Sed expression to map a string onto a valid CPP name.
8776
 
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
8777
 
+
8778
 
+# Sed expression to map a string onto a valid variable name.
8779
 
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
8780
 
+
8781
 
+
8782
 
+# IFS
8783
 
+# We need space, tab and new line, in precisely that order.
8784
 
+as_nl='
8785
 
+'
8786
 
+IFS="  $as_nl"
8787
 
+
8788
 
+# CDPATH.
8789
 
+$as_unset CDPATH
8790
 
+
8791
 
+
8792
 
+# Name of the host.
8793
 
+# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
8794
 
+# so uname gets run too.
8795
 
+ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
8796
 
+
8797
 
+exec 6>&1
8798
 
+
8799
 
+#
8800
 
+# Initializations.
8801
 
+#
8802
 
+ac_default_prefix=/usr/local
8803
 
+ac_config_libobj_dir=.
8804
 
+cross_compiling=no
8805
 
+subdirs=
8806
 
+MFLAGS=
8807
 
+MAKEFLAGS=
8808
 
+SHELL=${CONFIG_SHELL-/bin/sh}
8809
 
+
8810
 
+# Maximum number of lines to put in a shell here document.
8811
 
+# This variable seems obsolete.  It should probably be removed, and
8812
 
+# only ac_max_sed_lines should be used.
8813
 
+: ${ac_max_here_lines=38}
8814
 
+
8815
 
+# Identity of this package.
8816
 
+PACKAGE_NAME='dbacl'
8817
 
+PACKAGE_TARNAME='dbacl'
8818
 
+PACKAGE_VERSION='1.12'
8819
 
+PACKAGE_STRING='dbacl 1.12'
8820
 
+PACKAGE_BUGREPORT='laird@lbreyer.com'
8821
 
+
8822
 
+# Factoring default headers for most tests.
8823
 
+ac_includes_default="\
8824
 
+#include <stdio.h>
8825
 
+#if HAVE_SYS_TYPES_H
8826
 
+# include <sys/types.h>
8827
 
+#endif
8828
 
+#if HAVE_SYS_STAT_H
8829
 
+# include <sys/stat.h>
8830
 
+#endif
8831
 
+#if STDC_HEADERS
8832
 
+# include <stdlib.h>
8833
 
+# include <stddef.h>
8834
 
+#else
8835
 
+# if HAVE_STDLIB_H
8836
 
+#  include <stdlib.h>
8837
 
+# endif
8838
 
+#endif
8839
 
+#if HAVE_STRING_H
8840
 
+# if !STDC_HEADERS && HAVE_MEMORY_H
8841
 
+#  include <memory.h>
8842
 
+# endif
8843
 
+# include <string.h>
8844
 
+#endif
8845
 
+#if HAVE_STRINGS_H
8846
 
+# include <strings.h>
8847
 
+#endif
8848
 
+#if HAVE_INTTYPES_H
8849
 
+# include <inttypes.h>
8850
 
+#else
8851
 
+# if HAVE_STDINT_H
8852
 
+#  include <stdint.h>
8853
 
+# endif
8854
 
+#endif
8855
 
+#if HAVE_UNISTD_H
8856
 
+# include <unistd.h>
8857
 
+#endif"
8858
 
+
8859
 
+ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP CFLAGSIEEE LEX LEXLIB LEX_OUTPUT_ROOT YACC LDADDINTER INCLUDESINTER LIB@&t@OBJS LTLIBOBJS'
8860
 
+ac_subst_files=''
8861
 
+
8862
 
+# Initialize some variables set by options.
8863
 
+ac_init_help=
8864
 
+ac_init_version=false
8865
 
+# The variables have the same names as the options, with
8866
 
+# dashes changed to underlines.
8867
 
+cache_file=/dev/null
8868
 
+exec_prefix=NONE
8869
 
+no_create=
8870
 
+no_recursion=
8871
 
+prefix=NONE
8872
 
+program_prefix=NONE
8873
 
+program_suffix=NONE
8874
 
+program_transform_name=s,x,x,
8875
 
+silent=
8876
 
+site=
8877
 
+srcdir=
8878
 
+verbose=
8879
 
+x_includes=NONE
8880
 
+x_libraries=NONE
8881
 
+
8882
 
+# Installation directory options.
8883
 
+# These are left unexpanded so users can "make install exec_prefix=/foo"
8884
 
+# and all the variables that are supposed to be based on exec_prefix
8885
 
+# by default will actually change.
8886
 
+# Use braces instead of parens because sh, perl, etc. also accept them.
8887
 
+bindir='${exec_prefix}/bin'
8888
 
+sbindir='${exec_prefix}/sbin'
8889
 
+libexecdir='${exec_prefix}/libexec'
8890
 
+datadir='${prefix}/share'
8891
 
+sysconfdir='${prefix}/etc'
8892
 
+sharedstatedir='${prefix}/com'
8893
 
+localstatedir='${prefix}/var'
8894
 
+libdir='${exec_prefix}/lib'
8895
 
+includedir='${prefix}/include'
8896
 
+oldincludedir='/usr/include'
8897
 
+infodir='${prefix}/info'
8898
 
+mandir='${prefix}/man'
8899
 
+
8900
 
+ac_prev=
8901
 
+for ac_option
8902
 
+do
8903
 
+  # If the previous option needs an argument, assign it.
8904
 
+  if test -n "$ac_prev"; then
8905
 
+    eval "$ac_prev=\$ac_option"
8906
 
+    ac_prev=
8907
 
+    continue
8908
 
+  fi
8909
 
+
8910
 
+  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
8911
 
+
8912
 
+  # Accept the important Cygnus configure options, so we can diagnose typos.
8913
 
+
8914
 
+  case $ac_option in
8915
 
+
8916
 
+  -bindir | --bindir | --bindi | --bind | --bin | --bi)
8917
 
+    ac_prev=bindir ;;
8918
 
+  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
8919
 
+    bindir=$ac_optarg ;;
8920
 
+
8921
 
+  -build | --build | --buil | --bui | --bu)
8922
 
+    ac_prev=build_alias ;;
8923
 
+  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
8924
 
+    build_alias=$ac_optarg ;;
8925
 
+
8926
 
+  -cache-file | --cache-file | --cache-fil | --cache-fi \
8927
 
+  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
8928
 
+    ac_prev=cache_file ;;
8929
 
+  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
8930
 
+  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
8931
 
+    cache_file=$ac_optarg ;;
8932
 
+
8933
 
+  --config-cache | -C)
8934
 
+    cache_file=config.cache ;;
8935
 
+
8936
 
+  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
8937
 
+    ac_prev=datadir ;;
8938
 
+  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
8939
 
+  | --da=*)
8940
 
+    datadir=$ac_optarg ;;
8941
 
+
8942
 
+  -disable-* | --disable-*)
8943
 
+    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
8944
 
+    # Reject names that are not valid shell variable names.
8945
 
+    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
8946
 
+      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
8947
 
+   { (exit 1); exit 1; }; }
8948
 
+    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
8949
 
+    eval "enable_$ac_feature=no" ;;
8950
 
+
8951
 
+  -enable-* | --enable-*)
8952
 
+    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
8953
 
+    # Reject names that are not valid shell variable names.
8954
 
+    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
8955
 
+      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
8956
 
+   { (exit 1); exit 1; }; }
8957
 
+    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
8958
 
+    case $ac_option in
8959
 
+      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
8960
 
+      *) ac_optarg=yes ;;
8961
 
+    esac
8962
 
+    eval "enable_$ac_feature='$ac_optarg'" ;;
8963
 
+
8964
 
+  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
8965
 
+  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
8966
 
+  | --exec | --exe | --ex)
8967
 
+    ac_prev=exec_prefix ;;
8968
 
+  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
8969
 
+  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
8970
 
+  | --exec=* | --exe=* | --ex=*)
8971
 
+    exec_prefix=$ac_optarg ;;
8972
 
+
8973
 
+  -gas | --gas | --ga | --g)
8974
 
+    # Obsolete; use --with-gas.
8975
 
+    with_gas=yes ;;
8976
 
+
8977
 
+  -help | --help | --hel | --he | -h)
8978
 
+    ac_init_help=long ;;
8979
 
+  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
8980
 
+    ac_init_help=recursive ;;
8981
 
+  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
8982
 
+    ac_init_help=short ;;
8983
 
+
8984
 
+  -host | --host | --hos | --ho)
8985
 
+    ac_prev=host_alias ;;
8986
 
+  -host=* | --host=* | --hos=* | --ho=*)
8987
 
+    host_alias=$ac_optarg ;;
8988
 
+
8989
 
+  -includedir | --includedir | --includedi | --included | --include \
8990
 
+  | --includ | --inclu | --incl | --inc)
8991
 
+    ac_prev=includedir ;;
8992
 
+  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
8993
 
+  | --includ=* | --inclu=* | --incl=* | --inc=*)
8994
 
+    includedir=$ac_optarg ;;
8995
 
+
8996
 
+  -infodir | --infodir | --infodi | --infod | --info | --inf)
8997
 
+    ac_prev=infodir ;;
8998
 
+  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
8999
 
+    infodir=$ac_optarg ;;
9000
 
+
9001
 
+  -libdir | --libdir | --libdi | --libd)
9002
 
+    ac_prev=libdir ;;
9003
 
+  -libdir=* | --libdir=* | --libdi=* | --libd=*)
9004
 
+    libdir=$ac_optarg ;;
9005
 
+
9006
 
+  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
9007
 
+  | --libexe | --libex | --libe)
9008
 
+    ac_prev=libexecdir ;;
9009
 
+  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
9010
 
+  | --libexe=* | --libex=* | --libe=*)
9011
 
+    libexecdir=$ac_optarg ;;
9012
 
+
9013
 
+  -localstatedir | --localstatedir | --localstatedi | --localstated \
9014
 
+  | --localstate | --localstat | --localsta | --localst \
9015
 
+  | --locals | --local | --loca | --loc | --lo)
9016
 
+    ac_prev=localstatedir ;;
9017
 
+  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
9018
 
+  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
9019
 
+  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
9020
 
+    localstatedir=$ac_optarg ;;
9021
 
+
9022
 
+  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
9023
 
+    ac_prev=mandir ;;
9024
 
+  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
9025
 
+    mandir=$ac_optarg ;;
9026
 
+
9027
 
+  -nfp | --nfp | --nf)
9028
 
+    # Obsolete; use --without-fp.
9029
 
+    with_fp=no ;;
9030
 
+
9031
 
+  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
9032
 
+  | --no-cr | --no-c | -n)
9033
 
+    no_create=yes ;;
9034
 
+
9035
 
+  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
9036
 
+  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
9037
 
+    no_recursion=yes ;;
9038
 
+
9039
 
+  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
9040
 
+  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
9041
 
+  | --oldin | --oldi | --old | --ol | --o)
9042
 
+    ac_prev=oldincludedir ;;
9043
 
+  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
9044
 
+  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
9045
 
+  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
9046
 
+    oldincludedir=$ac_optarg ;;
9047
 
+
9048
 
+  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
9049
 
+    ac_prev=prefix ;;
9050
 
+  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
9051
 
+    prefix=$ac_optarg ;;
9052
 
+
9053
 
+  -program-prefix | --program-prefix | --program-prefi | --program-pref \
9054
 
+  | --program-pre | --program-pr | --program-p)
9055
 
+    ac_prev=program_prefix ;;
9056
 
+  -program-prefix=* | --program-prefix=* | --program-prefi=* \
9057
 
+  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
9058
 
+    program_prefix=$ac_optarg ;;
9059
 
+
9060
 
+  -program-suffix | --program-suffix | --program-suffi | --program-suff \
9061
 
+  | --program-suf | --program-su | --program-s)
9062
 
+    ac_prev=program_suffix ;;
9063
 
+  -program-suffix=* | --program-suffix=* | --program-suffi=* \
9064
 
+  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
9065
 
+    program_suffix=$ac_optarg ;;
9066
 
+
9067
 
+  -program-transform-name | --program-transform-name \
9068
 
+  | --program-transform-nam | --program-transform-na \
9069
 
+  | --program-transform-n | --program-transform- \
9070
 
+  | --program-transform | --program-transfor \
9071
 
+  | --program-transfo | --program-transf \
9072
 
+  | --program-trans | --program-tran \
9073
 
+  | --progr-tra | --program-tr | --program-t)
9074
 
+    ac_prev=program_transform_name ;;
9075
 
+  -program-transform-name=* | --program-transform-name=* \
9076
 
+  | --program-transform-nam=* | --program-transform-na=* \
9077
 
+  | --program-transform-n=* | --program-transform-=* \
9078
 
+  | --program-transform=* | --program-transfor=* \
9079
 
+  | --program-transfo=* | --program-transf=* \
9080
 
+  | --program-trans=* | --program-tran=* \
9081
 
+  | --progr-tra=* | --program-tr=* | --program-t=*)
9082
 
+    program_transform_name=$ac_optarg ;;
9083
 
+
9084
 
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
9085
 
+  | -silent | --silent | --silen | --sile | --sil)
9086
 
+    silent=yes ;;
9087
 
+
9088
 
+  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
9089
 
+    ac_prev=sbindir ;;
9090
 
+  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
9091
 
+  | --sbi=* | --sb=*)
9092
 
+    sbindir=$ac_optarg ;;
9093
 
+
9094
 
+  -sharedstatedir | --sharedstatedir | --sharedstatedi \
9095
 
+  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
9096
 
+  | --sharedst | --shareds | --shared | --share | --shar \
9097
 
+  | --sha | --sh)
9098
 
+    ac_prev=sharedstatedir ;;
9099
 
+  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
9100
 
+  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
9101
 
+  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
9102
 
+  | --sha=* | --sh=*)
9103
 
+    sharedstatedir=$ac_optarg ;;
9104
 
+
9105
 
+  -site | --site | --sit)
9106
 
+    ac_prev=site ;;
9107
 
+  -site=* | --site=* | --sit=*)
9108
 
+    site=$ac_optarg ;;
9109
 
+
9110
 
+  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
9111
 
+    ac_prev=srcdir ;;
9112
 
+  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
9113
 
+    srcdir=$ac_optarg ;;
9114
 
+
9115
 
+  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
9116
 
+  | --syscon | --sysco | --sysc | --sys | --sy)
9117
 
+    ac_prev=sysconfdir ;;
9118
 
+  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
9119
 
+  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
9120
 
+    sysconfdir=$ac_optarg ;;
9121
 
+
9122
 
+  -target | --target | --targe | --targ | --tar | --ta | --t)
9123
 
+    ac_prev=target_alias ;;
9124
 
+  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
9125
 
+    target_alias=$ac_optarg ;;
9126
 
+
9127
 
+  -v | -verbose | --verbose | --verbos | --verbo | --verb)
9128
 
+    verbose=yes ;;
9129
 
+
9130
 
+  -version | --version | --versio | --versi | --vers | -V)
9131
 
+    ac_init_version=: ;;
9132
 
+
9133
 
+  -with-* | --with-*)
9134
 
+    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
9135
 
+    # Reject names that are not valid shell variable names.
9136
 
+    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
9137
 
+      { echo "$as_me: error: invalid package name: $ac_package" >&2
9138
 
+   { (exit 1); exit 1; }; }
9139
 
+    ac_package=`echo $ac_package| sed 's/-/_/g'`
9140
 
+    case $ac_option in
9141
 
+      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
9142
 
+      *) ac_optarg=yes ;;
9143
 
+    esac
9144
 
+    eval "with_$ac_package='$ac_optarg'" ;;
9145
 
+
9146
 
+  -without-* | --without-*)
9147
 
+    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
9148
 
+    # Reject names that are not valid shell variable names.
9149
 
+    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
9150
 
+      { echo "$as_me: error: invalid package name: $ac_package" >&2
9151
 
+   { (exit 1); exit 1; }; }
9152
 
+    ac_package=`echo $ac_package | sed 's/-/_/g'`
9153
 
+    eval "with_$ac_package=no" ;;
9154
 
+
9155
 
+  --x)
9156
 
+    # Obsolete; use --with-x.
9157
 
+    with_x=yes ;;
9158
 
+
9159
 
+  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
9160
 
+  | --x-incl | --x-inc | --x-in | --x-i)
9161
 
+    ac_prev=x_includes ;;
9162
 
+  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
9163
 
+  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
9164
 
+    x_includes=$ac_optarg ;;
9165
 
+
9166
 
+  -x-libraries | --x-libraries | --x-librarie | --x-librari \
9167
 
+  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
9168
 
+    ac_prev=x_libraries ;;
9169
 
+  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
9170
 
+  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
9171
 
+    x_libraries=$ac_optarg ;;
9172
 
+
9173
 
+  -*) { echo "$as_me: error: unrecognized option: $ac_option
9174
 
+Try \`$0 --help' for more information." >&2
9175
 
+   { (exit 1); exit 1; }; }
9176
 
+    ;;
9177
 
+
9178
 
+  *=*)
9179
 
+    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
9180
 
+    # Reject names that are not valid shell variable names.
9181
 
+    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
9182
 
+      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
9183
 
+   { (exit 1); exit 1; }; }
9184
 
+    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
9185
 
+    eval "$ac_envvar='$ac_optarg'"
9186
 
+    export $ac_envvar ;;
9187
 
+
9188
 
+  *)
9189
 
+    # FIXME: should be removed in autoconf 3.0.
9190
 
+    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
9191
 
+    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
9192
 
+      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
9193
 
+    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
9194
 
+    ;;
9195
 
+
9196
 
+  esac
9197
 
+done
9198
 
+
9199
 
+if test -n "$ac_prev"; then
9200
 
+  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
9201
 
+  { echo "$as_me: error: missing argument to $ac_option" >&2
9202
 
+   { (exit 1); exit 1; }; }
9203
 
+fi
9204
 
+
9205
 
+# Be sure to have absolute paths.
9206
 
+for ac_var in exec_prefix prefix
9207
 
+do
9208
 
+  eval ac_val=$`echo $ac_var`
9209
 
+  case $ac_val in
9210
 
+    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
9211
 
+    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
9212
 
+   { (exit 1); exit 1; }; };;
9213
 
+  esac
9214
 
+done
9215
 
+
9216
 
+# Be sure to have absolute paths.
9217
 
+for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
9218
 
+             localstatedir libdir includedir oldincludedir infodir mandir
9219
 
+do
9220
 
+  eval ac_val=$`echo $ac_var`
9221
 
+  case $ac_val in
9222
 
+    [\\/$]* | ?:[\\/]* ) ;;
9223
 
+    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
9224
 
+   { (exit 1); exit 1; }; };;
9225
 
+  esac
9226
 
+done
9227
 
+
9228
 
+# There might be people who depend on the old broken behavior: `$host'
9229
 
+# used to hold the argument of --host etc.
9230
 
+# FIXME: To remove some day.
9231
 
+build=$build_alias
9232
 
+host=$host_alias
9233
 
+target=$target_alias
9234
 
+
9235
 
+# FIXME: To remove some day.
9236
 
+if test "x$host_alias" != x; then
9237
 
+  if test "x$build_alias" = x; then
9238
 
+    cross_compiling=maybe
9239
 
+    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
9240
 
+    If a cross compiler is detected then cross compile mode will be used." >&2
9241
 
+  elif test "x$build_alias" != "x$host_alias"; then
9242
 
+    cross_compiling=yes
9243
 
+  fi
9244
 
+fi
9245
 
+
9246
 
+ac_tool_prefix=
9247
 
+test -n "$host_alias" && ac_tool_prefix=$host_alias-
9248
 
+
9249
 
+test "$silent" = yes && exec 6>/dev/null
9250
 
+
9251
 
+
9252
 
+# Find the source files, if location was not specified.
9253
 
+if test -z "$srcdir"; then
9254
 
+  ac_srcdir_defaulted=yes
9255
 
+  # Try the directory containing this script, then its parent.
9256
 
+  ac_confdir=`(dirname "$0") 2>/dev/null ||
9257
 
+$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9258
 
+        X"$0" : 'X\(//\)[^/]' \| \
9259
 
+        X"$0" : 'X\(//\)$' \| \
9260
 
+        X"$0" : 'X\(/\)' \| \
9261
 
+        .     : '\(.\)' 2>/dev/null ||
9262
 
+echo X"$0" |
9263
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9264
 
+         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9265
 
+         /^X\(\/\/\)$/{ s//\1/; q; }
9266
 
+         /^X\(\/\).*/{ s//\1/; q; }
9267
 
+         s/.*/./; q'`
9268
 
+  srcdir=$ac_confdir
9269
 
+  if test ! -r $srcdir/$ac_unique_file; then
9270
 
+    srcdir=..
9271
 
+  fi
9272
 
+else
9273
 
+  ac_srcdir_defaulted=no
9274
 
+fi
9275
 
+if test ! -r $srcdir/$ac_unique_file; then
9276
 
+  if test "$ac_srcdir_defaulted" = yes; then
9277
 
+    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
9278
 
+   { (exit 1); exit 1; }; }
9279
 
+  else
9280
 
+    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
9281
 
+   { (exit 1); exit 1; }; }
9282
 
+  fi
9283
 
+fi
9284
 
+(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
9285
 
+  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
9286
 
+   { (exit 1); exit 1; }; }
9287
 
+srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
9288
 
+ac_env_build_alias_set=${build_alias+set}
9289
 
+ac_env_build_alias_value=$build_alias
9290
 
+ac_cv_env_build_alias_set=${build_alias+set}
9291
 
+ac_cv_env_build_alias_value=$build_alias
9292
 
+ac_env_host_alias_set=${host_alias+set}
9293
 
+ac_env_host_alias_value=$host_alias
9294
 
+ac_cv_env_host_alias_set=${host_alias+set}
9295
 
+ac_cv_env_host_alias_value=$host_alias
9296
 
+ac_env_target_alias_set=${target_alias+set}
9297
 
+ac_env_target_alias_value=$target_alias
9298
 
+ac_cv_env_target_alias_set=${target_alias+set}
9299
 
+ac_cv_env_target_alias_value=$target_alias
9300
 
+ac_env_CC_set=${CC+set}
9301
 
+ac_env_CC_value=$CC
9302
 
+ac_cv_env_CC_set=${CC+set}
9303
 
+ac_cv_env_CC_value=$CC
9304
 
+ac_env_CFLAGS_set=${CFLAGS+set}
9305
 
+ac_env_CFLAGS_value=$CFLAGS
9306
 
+ac_cv_env_CFLAGS_set=${CFLAGS+set}
9307
 
+ac_cv_env_CFLAGS_value=$CFLAGS
9308
 
+ac_env_LDFLAGS_set=${LDFLAGS+set}
9309
 
+ac_env_LDFLAGS_value=$LDFLAGS
9310
 
+ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
9311
 
+ac_cv_env_LDFLAGS_value=$LDFLAGS
9312
 
+ac_env_CPPFLAGS_set=${CPPFLAGS+set}
9313
 
+ac_env_CPPFLAGS_value=$CPPFLAGS
9314
 
+ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
9315
 
+ac_cv_env_CPPFLAGS_value=$CPPFLAGS
9316
 
+ac_env_CPP_set=${CPP+set}
9317
 
+ac_env_CPP_value=$CPP
9318
 
+ac_cv_env_CPP_set=${CPP+set}
9319
 
+ac_cv_env_CPP_value=$CPP
9320
 
+
9321
 
+#
9322
 
+# Report the --help message.
9323
 
+#
9324
 
+if test "$ac_init_help" = "long"; then
9325
 
+  # Omit some internal or obsolete options to make the list less imposing.
9326
 
+  # This message is too long to be a string in the A/UX 3.1 sh.
9327
 
+  cat <<_ACEOF
9328
 
+\`configure' configures dbacl 1.12 to adapt to many kinds of systems.
9329
 
+
9330
 
+Usage: $0 [OPTION]... [VAR=VALUE]...
9331
 
+
9332
 
+To assign environment variables (e.g., CC, CFLAGS...), specify them as
9333
 
+VAR=VALUE.  See below for descriptions of some of the useful variables.
9334
 
+
9335
 
+Defaults for the options are specified in brackets.
9336
 
+
9337
 
+Configuration:
9338
 
+  -h, --help              display this help and exit
9339
 
+      --help=short        display options specific to this package
9340
 
+      --help=recursive    display the short help of all the included packages
9341
 
+  -V, --version           display version information and exit
9342
 
+  -q, --quiet, --silent   do not print \`checking...' messages
9343
 
+      --cache-file=FILE   cache test results in FILE [disabled]
9344
 
+  -C, --config-cache      alias for \`--cache-file=config.cache'
9345
 
+  -n, --no-create         do not create output files
9346
 
+      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
9347
 
+
9348
 
+_ACEOF
9349
 
+
9350
 
+  cat <<_ACEOF
9351
 
+Installation directories:
9352
 
+  --prefix=PREFIX         install architecture-independent files in PREFIX
9353
 
+                         [$ac_default_prefix]
9354
 
+  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
9355
 
+                         [PREFIX]
9356
 
+
9357
 
+By default, \`make install' will install all the files in
9358
 
+\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
9359
 
+an installation prefix other than \`$ac_default_prefix' using \`--prefix',
9360
 
+for instance \`--prefix=\$HOME'.
9361
 
+
9362
 
+For better control, use the options below.
9363
 
+
9364
 
+Fine tuning of the installation directories:
9365
 
+  --bindir=DIR           user executables [EPREFIX/bin]
9366
 
+  --sbindir=DIR          system admin executables [EPREFIX/sbin]
9367
 
+  --libexecdir=DIR       program executables [EPREFIX/libexec]
9368
 
+  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
9369
 
+  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
9370
 
+  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
9371
 
+  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
9372
 
+  --libdir=DIR           object code libraries [EPREFIX/lib]
9373
 
+  --includedir=DIR       C header files [PREFIX/include]
9374
 
+  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
9375
 
+  --infodir=DIR          info documentation [PREFIX/info]
9376
 
+  --mandir=DIR           man documentation [PREFIX/man]
9377
 
+_ACEOF
9378
 
+
9379
 
+  cat <<\_ACEOF
9380
 
+
9381
 
+Program names:
9382
 
+  --program-prefix=PREFIX            prepend PREFIX to installed program names
9383
 
+  --program-suffix=SUFFIX            append SUFFIX to installed program names
9384
 
+  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
9385
 
+
9386
 
+System types:
9387
 
+  --build=BUILD     configure for building on BUILD [guessed]
9388
 
+  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
9389
 
+  --target=TARGET   configure for building compilers for TARGET [HOST]
9390
 
+_ACEOF
9391
 
+fi
9392
 
+
9393
 
+if test -n "$ac_init_help"; then
9394
 
+  case $ac_init_help in
9395
 
+     short | recursive ) echo "Configuration of dbacl 1.12:";;
9396
 
+   esac
9397
 
+  cat <<\_ACEOF
9398
 
+
9399
 
+Optional Features:
9400
 
+  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
9401
 
+  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
9402
 
+  --disable-dependency-tracking  speeds up one-time build
9403
 
+  --enable-dependency-tracking   do not reject slow dependency extractors
9404
 
+
9405
 
+Some influential environment variables:
9406
 
+  CC          C compiler command
9407
 
+  CFLAGS      C compiler flags
9408
 
+  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
9409
 
+              nonstandard directory <lib dir>
9410
 
+  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
9411
 
+              headers in a nonstandard directory <include dir>
9412
 
+  CPP         C preprocessor
9413
 
+
9414
 
+Use these variables to override the choices made by `configure' or to help
9415
 
+it to find libraries and programs with nonstandard names/locations.
9416
 
+
9417
 
+Report bugs to <laird@lbreyer.com>.
9418
 
+_ACEOF
9419
 
+fi
9420
 
+
9421
 
+if test "$ac_init_help" = "recursive"; then
9422
 
+  # If there are subdirs, report their specific --help.
9423
 
+  ac_popdir=`pwd`
9424
 
+  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
9425
 
+    test -d $ac_dir || continue
9426
 
+    ac_builddir=.
9427
 
+
9428
 
+if test "$ac_dir" != .; then
9429
 
+  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
9430
 
+  # A "../" for each directory in $ac_dir_suffix.
9431
 
+  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
9432
 
+else
9433
 
+  ac_dir_suffix= ac_top_builddir=
9434
 
+fi
9435
 
+
9436
 
+case $srcdir in
9437
 
+  .)  # No --srcdir option.  We are building in place.
9438
 
+    ac_srcdir=.
9439
 
+    if test -z "$ac_top_builddir"; then
9440
 
+       ac_top_srcdir=.
9441
 
+    else
9442
 
+       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
9443
 
+    fi ;;
9444
 
+  [\\/]* | ?:[\\/]* )  # Absolute path.
9445
 
+    ac_srcdir=$srcdir$ac_dir_suffix;
9446
 
+    ac_top_srcdir=$srcdir ;;
9447
 
+  *) # Relative path.
9448
 
+    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
9449
 
+    ac_top_srcdir=$ac_top_builddir$srcdir ;;
9450
 
+esac
9451
 
+
9452
 
+# Do not use `cd foo && pwd` to compute absolute paths, because
9453
 
+# the directories may not exist.
9454
 
+case `pwd` in
9455
 
+.) ac_abs_builddir="$ac_dir";;
9456
 
+*)
9457
 
+  case "$ac_dir" in
9458
 
+  .) ac_abs_builddir=`pwd`;;
9459
 
+  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
9460
 
+  *) ac_abs_builddir=`pwd`/"$ac_dir";;
9461
 
+  esac;;
9462
 
+esac
9463
 
+case $ac_abs_builddir in
9464
 
+.) ac_abs_top_builddir=${ac_top_builddir}.;;
9465
 
+*)
9466
 
+  case ${ac_top_builddir}. in
9467
 
+  .) ac_abs_top_builddir=$ac_abs_builddir;;
9468
 
+  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
9469
 
+  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
9470
 
+  esac;;
9471
 
+esac
9472
 
+case $ac_abs_builddir in
9473
 
+.) ac_abs_srcdir=$ac_srcdir;;
9474
 
+*)
9475
 
+  case $ac_srcdir in
9476
 
+  .) ac_abs_srcdir=$ac_abs_builddir;;
9477
 
+  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
9478
 
+  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
9479
 
+  esac;;
9480
 
+esac
9481
 
+case $ac_abs_builddir in
9482
 
+.) ac_abs_top_srcdir=$ac_top_srcdir;;
9483
 
+*)
9484
 
+  case $ac_top_srcdir in
9485
 
+  .) ac_abs_top_srcdir=$ac_abs_builddir;;
9486
 
+  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
9487
 
+  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
9488
 
+  esac;;
9489
 
+esac
9490
 
+
9491
 
+    cd $ac_dir
9492
 
+    # Check for guested configure; otherwise get Cygnus style configure.
9493
 
+    if test -f $ac_srcdir/configure.gnu; then
9494
 
+      echo
9495
 
+      $SHELL $ac_srcdir/configure.gnu  --help=recursive
9496
 
+    elif test -f $ac_srcdir/configure; then
9497
 
+      echo
9498
 
+      $SHELL $ac_srcdir/configure  --help=recursive
9499
 
+    elif test -f $ac_srcdir/configure.ac ||
9500
 
+          test -f $ac_srcdir/configure.in; then
9501
 
+      echo
9502
 
+      $ac_configure --help
9503
 
+    else
9504
 
+      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
9505
 
+    fi
9506
 
+    cd "$ac_popdir"
9507
 
+  done
9508
 
+fi
9509
 
+
9510
 
+test -n "$ac_init_help" && exit 0
9511
 
+if $ac_init_version; then
9512
 
+  cat <<\_ACEOF
9513
 
+dbacl configure 1.12
9514
 
+generated by GNU Autoconf 2.59
9515
 
+
9516
 
+Copyright (C) 2003 Free Software Foundation, Inc.
9517
 
+This configure script is free software; the Free Software Foundation
9518
 
+gives unlimited permission to copy, distribute and modify it.
9519
 
+_ACEOF
9520
 
+  exit 0
9521
 
+fi
9522
 
+exec 5>config.log
9523
 
+cat >&5 <<_ACEOF
9524
 
+This file contains any messages produced by compilers while
9525
 
+running configure, to aid debugging if configure makes a mistake.
9526
 
+
9527
 
+It was created by dbacl $as_me 1.12, which was
9528
 
+generated by GNU Autoconf 2.59.  Invocation command line was
9529
 
+
9530
 
+  $ $0 $@
9531
 
+
9532
 
+_ACEOF
9533
 
+{
9534
 
+cat <<_ASUNAME
9535
 
+@%:@@%:@ --------- @%:@@%:@
9536
 
+@%:@@%:@ Platform. @%:@@%:@
9537
 
+@%:@@%:@ --------- @%:@@%:@
9538
 
+
9539
 
+hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
9540
 
+uname -m = `(uname -m) 2>/dev/null || echo unknown`
9541
 
+uname -r = `(uname -r) 2>/dev/null || echo unknown`
9542
 
+uname -s = `(uname -s) 2>/dev/null || echo unknown`
9543
 
+uname -v = `(uname -v) 2>/dev/null || echo unknown`
9544
 
+
9545
 
+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
9546
 
+/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
9547
 
+
9548
 
+/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
9549
 
+/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
9550
 
+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
9551
 
+hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
9552
 
+/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
9553
 
+/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
9554
 
+/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
9555
 
+
9556
 
+_ASUNAME
9557
 
+
9558
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9559
 
+for as_dir in $PATH
9560
 
+do
9561
 
+  IFS=$as_save_IFS
9562
 
+  test -z "$as_dir" && as_dir=.
9563
 
+  echo "PATH: $as_dir"
9564
 
+done
9565
 
+
9566
 
+} >&5
9567
 
+
9568
 
+cat >&5 <<_ACEOF
9569
 
+
9570
 
+
9571
 
+@%:@@%:@ ----------- @%:@@%:@
9572
 
+@%:@@%:@ Core tests. @%:@@%:@
9573
 
+@%:@@%:@ ----------- @%:@@%:@
9574
 
+
9575
 
+_ACEOF
9576
 
+
9577
 
+
9578
 
+# Keep a trace of the command line.
9579
 
+# Strip out --no-create and --no-recursion so they do not pile up.
9580
 
+# Strip out --silent because we don't want to record it for future runs.
9581
 
+# Also quote any args containing shell meta-characters.
9582
 
+# Make two passes to allow for proper duplicate-argument suppression.
9583
 
+ac_configure_args=
9584
 
+ac_configure_args0=
9585
 
+ac_configure_args1=
9586
 
+ac_sep=
9587
 
+ac_must_keep_next=false
9588
 
+for ac_pass in 1 2
9589
 
+do
9590
 
+  for ac_arg
9591
 
+  do
9592
 
+    case $ac_arg in
9593
 
+    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
9594
 
+    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
9595
 
+    | -silent | --silent | --silen | --sile | --sil)
9596
 
+      continue ;;
9597
 
+    *" "*|*"   "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
9598
 
+      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
9599
 
+    esac
9600
 
+    case $ac_pass in
9601
 
+    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
9602
 
+    2)
9603
 
+      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
9604
 
+      if test $ac_must_keep_next = true; then
9605
 
+       ac_must_keep_next=false # Got value, back to normal.
9606
 
+      else
9607
 
+       case $ac_arg in
9608
 
+         *=* | --config-cache | -C | -disable-* | --disable-* \
9609
 
+         | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
9610
 
+         | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
9611
 
+         | -with-* | --with-* | -without-* | --without-* | --x)
9612
 
+           case "$ac_configure_args0 " in
9613
 
+             "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
9614
 
+           esac
9615
 
+           ;;
9616
 
+         -* ) ac_must_keep_next=true ;;
9617
 
+       esac
9618
 
+      fi
9619
 
+      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
9620
 
+      # Get rid of the leading space.
9621
 
+      ac_sep=" "
9622
 
+      ;;
9623
 
+    esac
9624
 
+  done
9625
 
+done
9626
 
+$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
9627
 
+$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
9628
 
+
9629
 
+# When interrupted or exit'd, cleanup temporary files, and complete
9630
 
+# config.log.  We remove comments because anyway the quotes in there
9631
 
+# would cause problems or look ugly.
9632
 
+# WARNING: Be sure not to use single quotes in there, as some shells,
9633
 
+# such as our DU 5.0 friend, will then `close' the trap.
9634
 
+trap 'exit_status=$?
9635
 
+  # Save into config.log some information that might help in debugging.
9636
 
+  {
9637
 
+    echo
9638
 
+
9639
 
+    cat <<\_ASBOX
9640
 
+@%:@@%:@ ---------------- @%:@@%:@
9641
 
+@%:@@%:@ Cache variables. @%:@@%:@
9642
 
+@%:@@%:@ ---------------- @%:@@%:@
9643
 
+_ASBOX
9644
 
+    echo
9645
 
+    # The following way of writing the cache mishandles newlines in values,
9646
 
+{
9647
 
+  (set) 2>&1 |
9648
 
+    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
9649
 
+    *ac_space=\ *)
9650
 
+      sed -n \
9651
 
+       "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
9652
 
+         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
9653
 
+      ;;
9654
 
+    *)
9655
 
+      sed -n \
9656
 
+       "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
9657
 
+      ;;
9658
 
+    esac;
9659
 
+}
9660
 
+    echo
9661
 
+
9662
 
+    cat <<\_ASBOX
9663
 
+@%:@@%:@ ----------------- @%:@@%:@
9664
 
+@%:@@%:@ Output variables. @%:@@%:@
9665
 
+@%:@@%:@ ----------------- @%:@@%:@
9666
 
+_ASBOX
9667
 
+    echo
9668
 
+    for ac_var in $ac_subst_vars
9669
 
+    do
9670
 
+      eval ac_val=$`echo $ac_var`
9671
 
+      echo "$ac_var='"'"'$ac_val'"'"'"
9672
 
+    done | sort
9673
 
+    echo
9674
 
+
9675
 
+    if test -n "$ac_subst_files"; then
9676
 
+      cat <<\_ASBOX
9677
 
+@%:@@%:@ ------------- @%:@@%:@
9678
 
+@%:@@%:@ Output files. @%:@@%:@
9679
 
+@%:@@%:@ ------------- @%:@@%:@
9680
 
+_ASBOX
9681
 
+      echo
9682
 
+      for ac_var in $ac_subst_files
9683
 
+      do
9684
 
+       eval ac_val=$`echo $ac_var`
9685
 
+       echo "$ac_var='"'"'$ac_val'"'"'"
9686
 
+      done | sort
9687
 
+      echo
9688
 
+    fi
9689
 
+
9690
 
+    if test -s confdefs.h; then
9691
 
+      cat <<\_ASBOX
9692
 
+@%:@@%:@ ----------- @%:@@%:@
9693
 
+@%:@@%:@ confdefs.h. @%:@@%:@
9694
 
+@%:@@%:@ ----------- @%:@@%:@
9695
 
+_ASBOX
9696
 
+      echo
9697
 
+      sed "/^$/d" confdefs.h | sort
9698
 
+      echo
9699
 
+    fi
9700
 
+    test "$ac_signal" != 0 &&
9701
 
+      echo "$as_me: caught signal $ac_signal"
9702
 
+    echo "$as_me: exit $exit_status"
9703
 
+  } >&5
9704
 
+  rm -f core *.core &&
9705
 
+  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
9706
 
+    exit $exit_status
9707
 
+     ' 0
9708
 
+for ac_signal in 1 2 13 15; do
9709
 
+  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
9710
 
+done
9711
 
+ac_signal=0
9712
 
+
9713
 
+# confdefs.h avoids OS command line length limits that DEFS can exceed.
9714
 
+rm -rf conftest* confdefs.h
9715
 
+# AIX cpp loses on an empty file, so make sure it contains at least a newline.
9716
 
+echo >confdefs.h
9717
 
+
9718
 
+# Predefined preprocessor variables.
9719
 
+
9720
 
+cat >>confdefs.h <<_ACEOF
9721
 
+@%:@define PACKAGE_NAME "$PACKAGE_NAME"
9722
 
+_ACEOF
9723
 
+
9724
 
+
9725
 
+cat >>confdefs.h <<_ACEOF
9726
 
+@%:@define PACKAGE_TARNAME "$PACKAGE_TARNAME"
9727
 
+_ACEOF
9728
 
+
9729
 
+
9730
 
+cat >>confdefs.h <<_ACEOF
9731
 
+@%:@define PACKAGE_VERSION "$PACKAGE_VERSION"
9732
 
+_ACEOF
9733
 
+
9734
 
+
9735
 
+cat >>confdefs.h <<_ACEOF
9736
 
+@%:@define PACKAGE_STRING "$PACKAGE_STRING"
9737
 
+_ACEOF
9738
 
+
9739
 
+
9740
 
+cat >>confdefs.h <<_ACEOF
9741
 
+@%:@define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
9742
 
+_ACEOF
9743
 
+
9744
 
+
9745
 
+# Let the site file select an alternate cache file if it wants to.
9746
 
+# Prefer explicitly selected file to automatically selected ones.
9747
 
+if test -z "$CONFIG_SITE"; then
9748
 
+  if test "x$prefix" != xNONE; then
9749
 
+    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
9750
 
+  else
9751
 
+    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
9752
 
+  fi
9753
 
+fi
9754
 
+for ac_site_file in $CONFIG_SITE; do
9755
 
+  if test -r "$ac_site_file"; then
9756
 
+    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
9757
 
+echo "$as_me: loading site script $ac_site_file" >&6;}
9758
 
+    sed 's/^/| /' "$ac_site_file" >&5
9759
 
+    . "$ac_site_file"
9760
 
+  fi
9761
 
+done
9762
 
+
9763
 
+if test -r "$cache_file"; then
9764
 
+  # Some versions of bash will fail to source /dev/null (special
9765
 
+  # files actually), so we avoid doing that.
9766
 
+  if test -f "$cache_file"; then
9767
 
+    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
9768
 
+echo "$as_me: loading cache $cache_file" >&6;}
9769
 
+    case $cache_file in
9770
 
+      [\\/]* | ?:[\\/]* ) . $cache_file;;
9771
 
+      *)                      . ./$cache_file;;
9772
 
+    esac
9773
 
+  fi
9774
 
+else
9775
 
+  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
9776
 
+echo "$as_me: creating cache $cache_file" >&6;}
9777
 
+  >$cache_file
9778
 
+fi
9779
 
+
9780
 
+# Check that the precious variables saved in the cache have kept the same
9781
 
+# value.
9782
 
+ac_cache_corrupted=false
9783
 
+for ac_var in `(set) 2>&1 |
9784
 
+              sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
9785
 
+  eval ac_old_set=\$ac_cv_env_${ac_var}_set
9786
 
+  eval ac_new_set=\$ac_env_${ac_var}_set
9787
 
+  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
9788
 
+  eval ac_new_val="\$ac_env_${ac_var}_value"
9789
 
+  case $ac_old_set,$ac_new_set in
9790
 
+    set,)
9791
 
+      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
9792
 
+echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
9793
 
+      ac_cache_corrupted=: ;;
9794
 
+    ,set)
9795
 
+      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
9796
 
+echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
9797
 
+      ac_cache_corrupted=: ;;
9798
 
+    ,);;
9799
 
+    *)
9800
 
+      if test "x$ac_old_val" != "x$ac_new_val"; then
9801
 
+       { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
9802
 
+echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
9803
 
+       { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
9804
 
+echo "$as_me:   former value:  $ac_old_val" >&2;}
9805
 
+       { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
9806
 
+echo "$as_me:   current value: $ac_new_val" >&2;}
9807
 
+       ac_cache_corrupted=:
9808
 
+      fi;;
9809
 
+  esac
9810
 
+  # Pass precious variables to config.status.
9811
 
+  if test "$ac_new_set" = set; then
9812
 
+    case $ac_new_val in
9813
 
+    *" "*|*"   "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
9814
 
+      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
9815
 
+    *) ac_arg=$ac_var=$ac_new_val ;;
9816
 
+    esac
9817
 
+    case " $ac_configure_args " in
9818
 
+      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
9819
 
+      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
9820
 
+    esac
9821
 
+  fi
9822
 
+done
9823
 
+if $ac_cache_corrupted; then
9824
 
+  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
9825
 
+echo "$as_me: error: changes in the environment can compromise the build" >&2;}
9826
 
+  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
9827
 
+echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
9828
 
+   { (exit 1); exit 1; }; }
9829
 
+fi
9830
 
+
9831
 
+ac_ext=c
9832
 
+ac_cpp='$CPP $CPPFLAGS'
9833
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9834
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9835
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
9836
 
+
9837
 
+
9838
 
+
9839
 
+
9840
 
+
9841
 
+
9842
 
+
9843
 
+
9844
 
+
9845
 
+
9846
 
+
9847
 
+
9848
 
+
9849
 
+
9850
 
+
9851
 
+
9852
 
+
9853
 
+
9854
 
+
9855
 
+
9856
 
+
9857
 
+
9858
 
+
9859
 
+
9860
 
+
9861
 
+
9862
 
+
9863
 
+ac_aux_dir=
9864
 
+for ac_dir in config $srcdir/config; do
9865
 
+  if test -f $ac_dir/install-sh; then
9866
 
+    ac_aux_dir=$ac_dir
9867
 
+    ac_install_sh="$ac_aux_dir/install-sh -c"
9868
 
+    break
9869
 
+  elif test -f $ac_dir/install.sh; then
9870
 
+    ac_aux_dir=$ac_dir
9871
 
+    ac_install_sh="$ac_aux_dir/install.sh -c"
9872
 
+    break
9873
 
+  elif test -f $ac_dir/shtool; then
9874
 
+    ac_aux_dir=$ac_dir
9875
 
+    ac_install_sh="$ac_aux_dir/shtool install -c"
9876
 
+    break
9877
 
+  fi
9878
 
+done
9879
 
+if test -z "$ac_aux_dir"; then
9880
 
+  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in config $srcdir/config" >&5
9881
 
+echo "$as_me: error: cannot find install-sh or install.sh in config $srcdir/config" >&2;}
9882
 
+   { (exit 1); exit 1; }; }
9883
 
+fi
9884
 
+ac_config_guess="$SHELL $ac_aux_dir/config.guess"
9885
 
+ac_config_sub="$SHELL $ac_aux_dir/config.sub"
9886
 
+ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
9887
 
+
9888
 
+# Make sure we can run config.sub.
9889
 
+$ac_config_sub sun4 >/dev/null 2>&1 ||
9890
 
+  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
9891
 
+echo "$as_me: error: cannot run $ac_config_sub" >&2;}
9892
 
+   { (exit 1); exit 1; }; }
9893
 
+
9894
 
+echo "$as_me:$LINENO: checking build system type" >&5
9895
 
+echo $ECHO_N "checking build system type... $ECHO_C" >&6
9896
 
+if test "${ac_cv_build+set}" = set; then
9897
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
9898
 
+else
9899
 
+  ac_cv_build_alias=$build_alias
9900
 
+test -z "$ac_cv_build_alias" &&
9901
 
+  ac_cv_build_alias=`$ac_config_guess`
9902
 
+test -z "$ac_cv_build_alias" &&
9903
 
+  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
9904
 
+echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
9905
 
+   { (exit 1); exit 1; }; }
9906
 
+ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
9907
 
+  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
9908
 
+echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
9909
 
+   { (exit 1); exit 1; }; }
9910
 
+
9911
 
+fi
9912
 
+echo "$as_me:$LINENO: result: $ac_cv_build" >&5
9913
 
+echo "${ECHO_T}$ac_cv_build" >&6
9914
 
+build=$ac_cv_build
9915
 
+build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
9916
 
+build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
9917
 
+build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
9918
 
+
9919
 
+
9920
 
+echo "$as_me:$LINENO: checking host system type" >&5
9921
 
+echo $ECHO_N "checking host system type... $ECHO_C" >&6
9922
 
+if test "${ac_cv_host+set}" = set; then
9923
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
9924
 
+else
9925
 
+  ac_cv_host_alias=$host_alias
9926
 
+test -z "$ac_cv_host_alias" &&
9927
 
+  ac_cv_host_alias=$ac_cv_build_alias
9928
 
+ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
9929
 
+  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
9930
 
+echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
9931
 
+   { (exit 1); exit 1; }; }
9932
 
+
9933
 
+fi
9934
 
+echo "$as_me:$LINENO: result: $ac_cv_host" >&5
9935
 
+echo "${ECHO_T}$ac_cv_host" >&6
9936
 
+host=$ac_cv_host
9937
 
+host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
9938
 
+host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
9939
 
+host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
9940
 
+
9941
 
+
9942
 
+echo "$as_me:$LINENO: checking target system type" >&5
9943
 
+echo $ECHO_N "checking target system type... $ECHO_C" >&6
9944
 
+if test "${ac_cv_target+set}" = set; then
9945
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
9946
 
+else
9947
 
+  ac_cv_target_alias=$target_alias
9948
 
+test "x$ac_cv_target_alias" = "x" &&
9949
 
+  ac_cv_target_alias=$ac_cv_host_alias
9950
 
+ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
9951
 
+  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
9952
 
+echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
9953
 
+   { (exit 1); exit 1; }; }
9954
 
+
9955
 
+fi
9956
 
+echo "$as_me:$LINENO: result: $ac_cv_target" >&5
9957
 
+echo "${ECHO_T}$ac_cv_target" >&6
9958
 
+target=$ac_cv_target
9959
 
+target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
9960
 
+target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
9961
 
+target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
9962
 
+
9963
 
+
9964
 
+# The aliases save the names the user supplied, while $host etc.
9965
 
+# will get canonicalized.
9966
 
+test -n "$target_alias" &&
9967
 
+  test "$program_prefix$program_suffix$program_transform_name" = \
9968
 
+    NONENONEs,x,x, &&
9969
 
+  program_prefix=${target_alias}-
9970
 
+
9971
 
+cat >>confdefs.h <<\_ACEOF
9972
 
+@%:@define _GNU_SOURCE 1
9973
 
+_ACEOF
9974
 
+
9975
 
+
9976
 
+am__api_version="1.9"
9977
 
+# Find a good install program.  We prefer a C program (faster),
9978
 
+# so one script is as good as another.  But avoid the broken or
9979
 
+# incompatible versions:
9980
 
+# SysV /etc/install, /usr/sbin/install
9981
 
+# SunOS /usr/etc/install
9982
 
+# IRIX /sbin/install
9983
 
+# AIX /bin/install
9984
 
+# AmigaOS /C/install, which installs bootblocks on floppy discs
9985
 
+# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
9986
 
+# AFS /usr/afsws/bin/install, which mishandles nonexistent args
9987
 
+# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
9988
 
+# OS/2's system install, which has a completely different semantic
9989
 
+# ./install, which can be erroneously created by make from ./install.sh.
9990
 
+echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
9991
 
+echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
9992
 
+if test -z "$INSTALL"; then
9993
 
+if test "${ac_cv_path_install+set}" = set; then
9994
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
9995
 
+else
9996
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9997
 
+for as_dir in $PATH
9998
 
+do
9999
 
+  IFS=$as_save_IFS
10000
 
+  test -z "$as_dir" && as_dir=.
10001
 
+  # Account for people who put trailing slashes in PATH elements.
10002
 
+case $as_dir/ in
10003
 
+  ./ | .// | /cC/* | \
10004
 
+  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
10005
 
+  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
10006
 
+  /usr/ucb/* ) ;;
10007
 
+  *)
10008
 
+    # OSF1 and SCO ODT 3.0 have their own names for install.
10009
 
+    # Don't use installbsd from OSF since it installs stuff as root
10010
 
+    # by default.
10011
 
+    for ac_prog in ginstall scoinst install; do
10012
 
+      for ac_exec_ext in '' $ac_executable_extensions; do
10013
 
+       if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
10014
 
+         if test $ac_prog = install &&
10015
 
+           grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
10016
 
+           # AIX install.  It has an incompatible calling convention.
10017
 
+           :
10018
 
+         elif test $ac_prog = install &&
10019
 
+           grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
10020
 
+           # program-specific install script used by HP pwplus--don't use.
10021
 
+           :
10022
 
+         else
10023
 
+           ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
10024
 
+           break 3
10025
 
+         fi
10026
 
+       fi
10027
 
+      done
10028
 
+    done
10029
 
+    ;;
10030
 
+esac
10031
 
+done
10032
 
+
10033
 
+
10034
 
+fi
10035
 
+  if test "${ac_cv_path_install+set}" = set; then
10036
 
+    INSTALL=$ac_cv_path_install
10037
 
+  else
10038
 
+    # As a last resort, use the slow shell script.  We don't cache a
10039
 
+    # path for INSTALL within a source directory, because that will
10040
 
+    # break other packages using the cache if that directory is
10041
 
+    # removed, or if the path is relative.
10042
 
+    INSTALL=$ac_install_sh
10043
 
+  fi
10044
 
+fi
10045
 
+echo "$as_me:$LINENO: result: $INSTALL" >&5
10046
 
+echo "${ECHO_T}$INSTALL" >&6
10047
 
+
10048
 
+# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
10049
 
+# It thinks the first close brace ends the variable substitution.
10050
 
+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
10051
 
+
10052
 
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
10053
 
+
10054
 
+test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
10055
 
+
10056
 
+echo "$as_me:$LINENO: checking whether build environment is sane" >&5
10057
 
+echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
10058
 
+# Just in case
10059
 
+sleep 1
10060
 
+echo timestamp > conftest.file
10061
 
+# Do `set' in a subshell so we don't clobber the current shell's
10062
 
+# arguments.  Must try -L first in case configure is actually a
10063
 
+# symlink; some systems play weird games with the mod time of symlinks
10064
 
+# (eg FreeBSD returns the mod time of the symlink's containing
10065
 
+# directory).
10066
 
+if (
10067
 
+   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
10068
 
+   if test "$*" = "X"; then
10069
 
+      # -L didn't work.
10070
 
+      set X `ls -t $srcdir/configure conftest.file`
10071
 
+   fi
10072
 
+   rm -f conftest.file
10073
 
+   if test "$*" != "X $srcdir/configure conftest.file" \
10074
 
+      && test "$*" != "X conftest.file $srcdir/configure"; then
10075
 
+
10076
 
+      # If neither matched, then we have a broken ls.  This can happen
10077
 
+      # if, for instance, CONFIG_SHELL is bash and it inherits a
10078
 
+      # broken ls alias from the environment.  This has actually
10079
 
+      # happened.  Such a system could not be considered "sane".
10080
 
+      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
10081
 
+alias in your environment" >&5
10082
 
+echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
10083
 
+alias in your environment" >&2;}
10084
 
+   { (exit 1); exit 1; }; }
10085
 
+   fi
10086
 
+
10087
 
+   test "$2" = conftest.file
10088
 
+   )
10089
 
+then
10090
 
+   # Ok.
10091
 
+   :
10092
 
+else
10093
 
+   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
10094
 
+Check your system clock" >&5
10095
 
+echo "$as_me: error: newly created file is older than distributed files!
10096
 
+Check your system clock" >&2;}
10097
 
+   { (exit 1); exit 1; }; }
10098
 
+fi
10099
 
+echo "$as_me:$LINENO: result: yes" >&5
10100
 
+echo "${ECHO_T}yes" >&6
10101
 
+test "$program_prefix" != NONE &&
10102
 
+  program_transform_name="s,^,$program_prefix,;$program_transform_name"
10103
 
+# Use a double $ so make ignores it.
10104
 
+test "$program_suffix" != NONE &&
10105
 
+  program_transform_name="s,\$,$program_suffix,;$program_transform_name"
10106
 
+# Double any \ or $.  echo might interpret backslashes.
10107
 
+# By default was `s,x,x', remove it if useless.
10108
 
+cat <<\_ACEOF >conftest.sed
10109
 
+s/[\\$]/&&/g;s/;s,x,x,$//
10110
 
+_ACEOF
10111
 
+program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
10112
 
+rm conftest.sed
10113
 
+
10114
 
+# expand $ac_aux_dir to an absolute path
10115
 
+am_aux_dir=`cd $ac_aux_dir && pwd`
10116
 
+
10117
 
+test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
10118
 
+# Use eval to expand $SHELL
10119
 
+if eval "$MISSING --run true"; then
10120
 
+  am_missing_run="$MISSING --run "
10121
 
+else
10122
 
+  am_missing_run=
10123
 
+  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
10124
 
+echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
10125
 
+fi
10126
 
+
10127
 
+if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
10128
 
+  # We used to keeping the `.' as first argument, in order to
10129
 
+  # allow $(mkdir_p) to be used without argument.  As in
10130
 
+  #   $(mkdir_p) $(somedir)
10131
 
+  # where $(somedir) is conditionally defined.  However this is wrong
10132
 
+  # for two reasons:
10133
 
+  #  1. if the package is installed by a user who cannot write `.'
10134
 
+  #     make install will fail,
10135
 
+  #  2. the above comment should most certainly read
10136
 
+  #     $(mkdir_p) $(DESTDIR)$(somedir)
10137
 
+  #     so it does not work when $(somedir) is undefined and
10138
 
+  #     $(DESTDIR) is not.
10139
 
+  #  To support the latter case, we have to write
10140
 
+  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
10141
 
+  #  so the `.' trick is pointless.
10142
 
+  mkdir_p='mkdir -p --'
10143
 
+else
10144
 
+  # On NextStep and OpenStep, the `mkdir' command does not
10145
 
+  # recognize any option.  It will interpret all options as
10146
 
+  # directories to create, and then abort because `.' already
10147
 
+  # exists.
10148
 
+  for d in ./-p ./--version;
10149
 
+  do
10150
 
+    test -d $d && rmdir $d
10151
 
+  done
10152
 
+  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
10153
 
+  if test -f "$ac_aux_dir/mkinstalldirs"; then
10154
 
+    mkdir_p='$(mkinstalldirs)'
10155
 
+  else
10156
 
+    mkdir_p='$(install_sh) -d'
10157
 
+  fi
10158
 
+fi
10159
 
+
10160
 
+for ac_prog in gawk mawk nawk awk
10161
 
+do
10162
 
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
10163
 
+set dummy $ac_prog; ac_word=$2
10164
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
10165
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10166
 
+if test "${ac_cv_prog_AWK+set}" = set; then
10167
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
10168
 
+else
10169
 
+  if test -n "$AWK"; then
10170
 
+  ac_cv_prog_AWK="$AWK" # Let the user override the test.
10171
 
+else
10172
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10173
 
+for as_dir in $PATH
10174
 
+do
10175
 
+  IFS=$as_save_IFS
10176
 
+  test -z "$as_dir" && as_dir=.
10177
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
10178
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10179
 
+    ac_cv_prog_AWK="$ac_prog"
10180
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10181
 
+    break 2
10182
 
+  fi
10183
 
+done
10184
 
+done
10185
 
+
10186
 
+fi
10187
 
+fi
10188
 
+AWK=$ac_cv_prog_AWK
10189
 
+if test -n "$AWK"; then
10190
 
+  echo "$as_me:$LINENO: result: $AWK" >&5
10191
 
+echo "${ECHO_T}$AWK" >&6
10192
 
+else
10193
 
+  echo "$as_me:$LINENO: result: no" >&5
10194
 
+echo "${ECHO_T}no" >&6
10195
 
+fi
10196
 
+
10197
 
+  test -n "$AWK" && break
10198
 
+done
10199
 
+
10200
 
+echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
10201
 
+echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
10202
 
+set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
10203
 
+if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
10204
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
10205
 
+else
10206
 
+  cat >conftest.make <<\_ACEOF
10207
 
+all:
10208
 
+       @echo 'ac_maketemp="$(MAKE)"'
10209
 
+_ACEOF
10210
 
+# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
10211
 
+eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
10212
 
+if test -n "$ac_maketemp"; then
10213
 
+  eval ac_cv_prog_make_${ac_make}_set=yes
10214
 
+else
10215
 
+  eval ac_cv_prog_make_${ac_make}_set=no
10216
 
+fi
10217
 
+rm -f conftest.make
10218
 
+fi
10219
 
+if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
10220
 
+  echo "$as_me:$LINENO: result: yes" >&5
10221
 
+echo "${ECHO_T}yes" >&6
10222
 
+  SET_MAKE=
10223
 
+else
10224
 
+  echo "$as_me:$LINENO: result: no" >&5
10225
 
+echo "${ECHO_T}no" >&6
10226
 
+  SET_MAKE="MAKE=${MAKE-make}"
10227
 
+fi
10228
 
+
10229
 
+rm -rf .tst 2>/dev/null
10230
 
+mkdir .tst 2>/dev/null
10231
 
+if test -d .tst; then
10232
 
+  am__leading_dot=.
10233
 
+else
10234
 
+  am__leading_dot=_
10235
 
+fi
10236
 
+rmdir .tst 2>/dev/null
10237
 
+
10238
 
+# test to see if srcdir already configured
10239
 
+if test "`cd $srcdir && pwd`" != "`pwd`" &&
10240
 
+   test -f $srcdir/config.status; then
10241
 
+  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
10242
 
+echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
10243
 
+   { (exit 1); exit 1; }; }
10244
 
+fi
10245
 
+
10246
 
+# test whether we have cygpath
10247
 
+if test -z "$CYGPATH_W"; then
10248
 
+  if (cygpath --version) >/dev/null 2>/dev/null; then
10249
 
+    CYGPATH_W='cygpath -w'
10250
 
+  else
10251
 
+    CYGPATH_W=echo
10252
 
+  fi
10253
 
+fi
10254
 
+
10255
 
+
10256
 
+# Define the identity of the package.
10257
 
+ PACKAGE=dbacl
10258
 
+ VERSION=1.12
10259
 
+
10260
 
+
10261
 
+# Some tools Automake needs.
10262
 
+
10263
 
+ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
10264
 
+
10265
 
+
10266
 
+AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
10267
 
+
10268
 
+
10269
 
+AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
10270
 
+
10271
 
+
10272
 
+AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
10273
 
+
10274
 
+
10275
 
+MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
10276
 
+
10277
 
+install_sh=${install_sh-"$am_aux_dir/install-sh"}
10278
 
+
10279
 
+# Installed binaries are usually stripped using `strip' when the user
10280
 
+# run `make install-strip'.  However `strip' might not be the right
10281
 
+# tool to use in cross-compilation environments, therefore Automake
10282
 
+# will honor the `STRIP' environment variable to overrule this program.
10283
 
+if test "$cross_compiling" != no; then
10284
 
+  if test -n "$ac_tool_prefix"; then
10285
 
+  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
10286
 
+set dummy ${ac_tool_prefix}strip; ac_word=$2
10287
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
10288
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10289
 
+if test "${ac_cv_prog_STRIP+set}" = set; then
10290
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
10291
 
+else
10292
 
+  if test -n "$STRIP"; then
10293
 
+  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
10294
 
+else
10295
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10296
 
+for as_dir in $PATH
10297
 
+do
10298
 
+  IFS=$as_save_IFS
10299
 
+  test -z "$as_dir" && as_dir=.
10300
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
10301
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10302
 
+    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
10303
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10304
 
+    break 2
10305
 
+  fi
10306
 
+done
10307
 
+done
10308
 
+
10309
 
+fi
10310
 
+fi
10311
 
+STRIP=$ac_cv_prog_STRIP
10312
 
+if test -n "$STRIP"; then
10313
 
+  echo "$as_me:$LINENO: result: $STRIP" >&5
10314
 
+echo "${ECHO_T}$STRIP" >&6
10315
 
+else
10316
 
+  echo "$as_me:$LINENO: result: no" >&5
10317
 
+echo "${ECHO_T}no" >&6
10318
 
+fi
10319
 
+
10320
 
+fi
10321
 
+if test -z "$ac_cv_prog_STRIP"; then
10322
 
+  ac_ct_STRIP=$STRIP
10323
 
+  # Extract the first word of "strip", so it can be a program name with args.
10324
 
+set dummy strip; ac_word=$2
10325
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
10326
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10327
 
+if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
10328
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
10329
 
+else
10330
 
+  if test -n "$ac_ct_STRIP"; then
10331
 
+  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
10332
 
+else
10333
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10334
 
+for as_dir in $PATH
10335
 
+do
10336
 
+  IFS=$as_save_IFS
10337
 
+  test -z "$as_dir" && as_dir=.
10338
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
10339
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10340
 
+    ac_cv_prog_ac_ct_STRIP="strip"
10341
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10342
 
+    break 2
10343
 
+  fi
10344
 
+done
10345
 
+done
10346
 
+
10347
 
+  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
10348
 
+fi
10349
 
+fi
10350
 
+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
10351
 
+if test -n "$ac_ct_STRIP"; then
10352
 
+  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
10353
 
+echo "${ECHO_T}$ac_ct_STRIP" >&6
10354
 
+else
10355
 
+  echo "$as_me:$LINENO: result: no" >&5
10356
 
+echo "${ECHO_T}no" >&6
10357
 
+fi
10358
 
+
10359
 
+  STRIP=$ac_ct_STRIP
10360
 
+else
10361
 
+  STRIP="$ac_cv_prog_STRIP"
10362
 
+fi
10363
 
+
10364
 
+fi
10365
 
+INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
10366
 
+
10367
 
+# We need awk for the "check" target.  The system "awk" is bad on
10368
 
+# some platforms.
10369
 
+# Always define AMTAR for backward compatibility.
10370
 
+
10371
 
+AMTAR=${AMTAR-"${am_missing_run}tar"}
10372
 
+
10373
 
+am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
10374
 
+
10375
 
+
10376
 
+
10377
 
+
10378
 
+
10379
 
+          ac_config_headers="$ac_config_headers src/config.h"
10380
 
+
10381
 
+
10382
 
+## Checks for host information.
10383
 
+DEPDIR="${am__leading_dot}deps"
10384
 
+
10385
 
+          ac_config_commands="$ac_config_commands depfiles"
10386
 
+
10387
 
+
10388
 
+am_make=${MAKE-make}
10389
 
+cat > confinc << 'END'
10390
 
+am__doit:
10391
 
+       @echo done
10392
 
+.PHONY: am__doit
10393
 
+END
10394
 
+# If we don't find an include directive, just comment out the code.
10395
 
+echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
10396
 
+echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
10397
 
+am__include="#"
10398
 
+am__quote=
10399
 
+_am_result=none
10400
 
+# First try GNU make style include.
10401
 
+echo "include confinc" > confmf
10402
 
+# We grep out `Entering directory' and `Leaving directory'
10403
 
+# messages which can occur if `w' ends up in MAKEFLAGS.
10404
 
+# In particular we don't look at `^make:' because GNU make might
10405
 
+# be invoked under some other name (usually "gmake"), in which
10406
 
+# case it prints its new name instead of `make'.
10407
 
+if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
10408
 
+   am__include=include
10409
 
+   am__quote=
10410
 
+   _am_result=GNU
10411
 
+fi
10412
 
+# Now try BSD make style include.
10413
 
+if test "$am__include" = "#"; then
10414
 
+   echo '.include "confinc"' > confmf
10415
 
+   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
10416
 
+      am__include=.include
10417
 
+      am__quote="\""
10418
 
+      _am_result=BSD
10419
 
+   fi
10420
 
+fi
10421
 
+
10422
 
+
10423
 
+echo "$as_me:$LINENO: result: $_am_result" >&5
10424
 
+echo "${ECHO_T}$_am_result" >&6
10425
 
+rm -f confinc confmf
10426
 
+
10427
 
+# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
10428
 
+if test "${enable_dependency_tracking+set}" = set; then
10429
 
+  enableval="$enable_dependency_tracking"
10430
 
+  
10431
 
+fi; 
10432
 
+if test "x$enable_dependency_tracking" != xno; then
10433
 
+  am_depcomp="$ac_aux_dir/depcomp"
10434
 
+  AMDEPBACKSLASH='\'
10435
 
+fi
10436
 
10437
 
+
10438
 
+if test "x$enable_dependency_tracking" != xno; then
10439
 
+  AMDEP_TRUE=
10440
 
+  AMDEP_FALSE='#'
10441
 
+else
10442
 
+  AMDEP_TRUE='#'
10443
 
+  AMDEP_FALSE=
10444
 
+fi
10445
 
+
10446
 
+
10447
 
+
10448
 
+ac_ext=c
10449
 
+ac_cpp='$CPP $CPPFLAGS'
10450
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10451
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10452
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
10453
 
+if test -n "$ac_tool_prefix"; then
10454
 
+  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
10455
 
+set dummy ${ac_tool_prefix}gcc; ac_word=$2
10456
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
10457
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10458
 
+if test "${ac_cv_prog_CC+set}" = set; then
10459
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
10460
 
+else
10461
 
+  if test -n "$CC"; then
10462
 
+  ac_cv_prog_CC="$CC" # Let the user override the test.
10463
 
+else
10464
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10465
 
+for as_dir in $PATH
10466
 
+do
10467
 
+  IFS=$as_save_IFS
10468
 
+  test -z "$as_dir" && as_dir=.
10469
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
10470
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10471
 
+    ac_cv_prog_CC="${ac_tool_prefix}gcc"
10472
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10473
 
+    break 2
10474
 
+  fi
10475
 
+done
10476
 
+done
10477
 
+
10478
 
+fi
10479
 
+fi
10480
 
+CC=$ac_cv_prog_CC
10481
 
+if test -n "$CC"; then
10482
 
+  echo "$as_me:$LINENO: result: $CC" >&5
10483
 
+echo "${ECHO_T}$CC" >&6
10484
 
+else
10485
 
+  echo "$as_me:$LINENO: result: no" >&5
10486
 
+echo "${ECHO_T}no" >&6
10487
 
+fi
10488
 
+
10489
 
+fi
10490
 
+if test -z "$ac_cv_prog_CC"; then
10491
 
+  ac_ct_CC=$CC
10492
 
+  # Extract the first word of "gcc", so it can be a program name with args.
10493
 
+set dummy gcc; ac_word=$2
10494
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
10495
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10496
 
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10497
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
10498
 
+else
10499
 
+  if test -n "$ac_ct_CC"; then
10500
 
+  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10501
 
+else
10502
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10503
 
+for as_dir in $PATH
10504
 
+do
10505
 
+  IFS=$as_save_IFS
10506
 
+  test -z "$as_dir" && as_dir=.
10507
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
10508
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10509
 
+    ac_cv_prog_ac_ct_CC="gcc"
10510
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10511
 
+    break 2
10512
 
+  fi
10513
 
+done
10514
 
+done
10515
 
+
10516
 
+fi
10517
 
+fi
10518
 
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
10519
 
+if test -n "$ac_ct_CC"; then
10520
 
+  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10521
 
+echo "${ECHO_T}$ac_ct_CC" >&6
10522
 
+else
10523
 
+  echo "$as_me:$LINENO: result: no" >&5
10524
 
+echo "${ECHO_T}no" >&6
10525
 
+fi
10526
 
+
10527
 
+  CC=$ac_ct_CC
10528
 
+else
10529
 
+  CC="$ac_cv_prog_CC"
10530
 
+fi
10531
 
+
10532
 
+if test -z "$CC"; then
10533
 
+  if test -n "$ac_tool_prefix"; then
10534
 
+  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
10535
 
+set dummy ${ac_tool_prefix}cc; ac_word=$2
10536
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
10537
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10538
 
+if test "${ac_cv_prog_CC+set}" = set; then
10539
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
10540
 
+else
10541
 
+  if test -n "$CC"; then
10542
 
+  ac_cv_prog_CC="$CC" # Let the user override the test.
10543
 
+else
10544
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10545
 
+for as_dir in $PATH
10546
 
+do
10547
 
+  IFS=$as_save_IFS
10548
 
+  test -z "$as_dir" && as_dir=.
10549
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
10550
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10551
 
+    ac_cv_prog_CC="${ac_tool_prefix}cc"
10552
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10553
 
+    break 2
10554
 
+  fi
10555
 
+done
10556
 
+done
10557
 
+
10558
 
+fi
10559
 
+fi
10560
 
+CC=$ac_cv_prog_CC
10561
 
+if test -n "$CC"; then
10562
 
+  echo "$as_me:$LINENO: result: $CC" >&5
10563
 
+echo "${ECHO_T}$CC" >&6
10564
 
+else
10565
 
+  echo "$as_me:$LINENO: result: no" >&5
10566
 
+echo "${ECHO_T}no" >&6
10567
 
+fi
10568
 
+
10569
 
+fi
10570
 
+if test -z "$ac_cv_prog_CC"; then
10571
 
+  ac_ct_CC=$CC
10572
 
+  # Extract the first word of "cc", so it can be a program name with args.
10573
 
+set dummy cc; ac_word=$2
10574
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
10575
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10576
 
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10577
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
10578
 
+else
10579
 
+  if test -n "$ac_ct_CC"; then
10580
 
+  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10581
 
+else
10582
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10583
 
+for as_dir in $PATH
10584
 
+do
10585
 
+  IFS=$as_save_IFS
10586
 
+  test -z "$as_dir" && as_dir=.
10587
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
10588
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10589
 
+    ac_cv_prog_ac_ct_CC="cc"
10590
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10591
 
+    break 2
10592
 
+  fi
10593
 
+done
10594
 
+done
10595
 
+
10596
 
+fi
10597
 
+fi
10598
 
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
10599
 
+if test -n "$ac_ct_CC"; then
10600
 
+  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10601
 
+echo "${ECHO_T}$ac_ct_CC" >&6
10602
 
+else
10603
 
+  echo "$as_me:$LINENO: result: no" >&5
10604
 
+echo "${ECHO_T}no" >&6
10605
 
+fi
10606
 
+
10607
 
+  CC=$ac_ct_CC
10608
 
+else
10609
 
+  CC="$ac_cv_prog_CC"
10610
 
+fi
10611
 
+
10612
 
+fi
10613
 
+if test -z "$CC"; then
10614
 
+  # Extract the first word of "cc", so it can be a program name with args.
10615
 
+set dummy cc; ac_word=$2
10616
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
10617
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10618
 
+if test "${ac_cv_prog_CC+set}" = set; then
10619
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
10620
 
+else
10621
 
+  if test -n "$CC"; then
10622
 
+  ac_cv_prog_CC="$CC" # Let the user override the test.
10623
 
+else
10624
 
+  ac_prog_rejected=no
10625
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10626
 
+for as_dir in $PATH
10627
 
+do
10628
 
+  IFS=$as_save_IFS
10629
 
+  test -z "$as_dir" && as_dir=.
10630
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
10631
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10632
 
+    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
10633
 
+       ac_prog_rejected=yes
10634
 
+       continue
10635
 
+     fi
10636
 
+    ac_cv_prog_CC="cc"
10637
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10638
 
+    break 2
10639
 
+  fi
10640
 
+done
10641
 
+done
10642
 
+
10643
 
+if test $ac_prog_rejected = yes; then
10644
 
+  # We found a bogon in the path, so make sure we never use it.
10645
 
+  set dummy $ac_cv_prog_CC
10646
 
+  shift
10647
 
+  if test $@%:@ != 0; then
10648
 
+    # We chose a different compiler from the bogus one.
10649
 
+    # However, it has the same basename, so the bogon will be chosen
10650
 
+    # first if we set CC to just the basename; use the full file name.
10651
 
+    shift
10652
 
+    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
10653
 
+  fi
10654
 
+fi
10655
 
+fi
10656
 
+fi
10657
 
+CC=$ac_cv_prog_CC
10658
 
+if test -n "$CC"; then
10659
 
+  echo "$as_me:$LINENO: result: $CC" >&5
10660
 
+echo "${ECHO_T}$CC" >&6
10661
 
+else
10662
 
+  echo "$as_me:$LINENO: result: no" >&5
10663
 
+echo "${ECHO_T}no" >&6
10664
 
+fi
10665
 
+
10666
 
+fi
10667
 
+if test -z "$CC"; then
10668
 
+  if test -n "$ac_tool_prefix"; then
10669
 
+  for ac_prog in cl
10670
 
+  do
10671
 
+    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10672
 
+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
10673
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
10674
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10675
 
+if test "${ac_cv_prog_CC+set}" = set; then
10676
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
10677
 
+else
10678
 
+  if test -n "$CC"; then
10679
 
+  ac_cv_prog_CC="$CC" # Let the user override the test.
10680
 
+else
10681
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10682
 
+for as_dir in $PATH
10683
 
+do
10684
 
+  IFS=$as_save_IFS
10685
 
+  test -z "$as_dir" && as_dir=.
10686
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
10687
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10688
 
+    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
10689
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10690
 
+    break 2
10691
 
+  fi
10692
 
+done
10693
 
+done
10694
 
+
10695
 
+fi
10696
 
+fi
10697
 
+CC=$ac_cv_prog_CC
10698
 
+if test -n "$CC"; then
10699
 
+  echo "$as_me:$LINENO: result: $CC" >&5
10700
 
+echo "${ECHO_T}$CC" >&6
10701
 
+else
10702
 
+  echo "$as_me:$LINENO: result: no" >&5
10703
 
+echo "${ECHO_T}no" >&6
10704
 
+fi
10705
 
+
10706
 
+    test -n "$CC" && break
10707
 
+  done
10708
 
+fi
10709
 
+if test -z "$CC"; then
10710
 
+  ac_ct_CC=$CC
10711
 
+  for ac_prog in cl
10712
 
+do
10713
 
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
10714
 
+set dummy $ac_prog; ac_word=$2
10715
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
10716
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10717
 
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10718
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
10719
 
+else
10720
 
+  if test -n "$ac_ct_CC"; then
10721
 
+  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10722
 
+else
10723
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10724
 
+for as_dir in $PATH
10725
 
+do
10726
 
+  IFS=$as_save_IFS
10727
 
+  test -z "$as_dir" && as_dir=.
10728
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
10729
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10730
 
+    ac_cv_prog_ac_ct_CC="$ac_prog"
10731
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10732
 
+    break 2
10733
 
+  fi
10734
 
+done
10735
 
+done
10736
 
+
10737
 
+fi
10738
 
+fi
10739
 
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
10740
 
+if test -n "$ac_ct_CC"; then
10741
 
+  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10742
 
+echo "${ECHO_T}$ac_ct_CC" >&6
10743
 
+else
10744
 
+  echo "$as_me:$LINENO: result: no" >&5
10745
 
+echo "${ECHO_T}no" >&6
10746
 
+fi
10747
 
+
10748
 
+  test -n "$ac_ct_CC" && break
10749
 
+done
10750
 
+
10751
 
+  CC=$ac_ct_CC
10752
 
+fi
10753
 
+
10754
 
+fi
10755
 
+
10756
 
+
10757
 
+test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
10758
 
+See \`config.log' for more details." >&5
10759
 
+echo "$as_me: error: no acceptable C compiler found in \$PATH
10760
 
+See \`config.log' for more details." >&2;}
10761
 
+   { (exit 1); exit 1; }; }
10762
 
+
10763
 
+# Provide some information about the compiler.
10764
 
+echo "$as_me:$LINENO:" \
10765
 
+     "checking for C compiler version" >&5
10766
 
+ac_compiler=`set X $ac_compile; echo $2`
10767
 
+{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
10768
 
+  (eval $ac_compiler --version </dev/null >&5) 2>&5
10769
 
+  ac_status=$?
10770
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10771
 
+  (exit $ac_status); }
10772
 
+{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
10773
 
+  (eval $ac_compiler -v </dev/null >&5) 2>&5
10774
 
+  ac_status=$?
10775
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10776
 
+  (exit $ac_status); }
10777
 
+{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
10778
 
+  (eval $ac_compiler -V </dev/null >&5) 2>&5
10779
 
+  ac_status=$?
10780
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10781
 
+  (exit $ac_status); }
10782
 
+
10783
 
+cat >conftest.$ac_ext <<_ACEOF
10784
 
+/* confdefs.h.  */
10785
 
+_ACEOF
10786
 
+cat confdefs.h >>conftest.$ac_ext
10787
 
+cat >>conftest.$ac_ext <<_ACEOF
10788
 
+/* end confdefs.h.  */
10789
 
+
10790
 
+int
10791
 
+main ()
10792
 
+{
10793
 
+
10794
 
+  ;
10795
 
+  return 0;
10796
 
+}
10797
 
+_ACEOF
10798
 
+ac_clean_files_save=$ac_clean_files
10799
 
+ac_clean_files="$ac_clean_files a.out a.exe b.out"
10800
 
+# Try to create an executable without -o first, disregard a.out.
10801
 
+# It will help us diagnose broken compilers, and finding out an intuition
10802
 
+# of exeext.
10803
 
+echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
10804
 
+echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
10805
 
+ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
10806
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
10807
 
+  (eval $ac_link_default) 2>&5
10808
 
+  ac_status=$?
10809
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10810
 
+  (exit $ac_status); }; then
10811
 
+  # Find the output, starting from the most likely.  This scheme is
10812
 
+# not robust to junk in `.', hence go to wildcards (a.*) only as a last
10813
 
+# resort.
10814
 
+
10815
 
+# Be careful to initialize this variable, since it used to be cached.
10816
 
+# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
10817
 
+ac_cv_exeext=
10818
 
+# b.out is created by i960 compilers.
10819
 
+for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
10820
 
+do
10821
 
+  test -f "$ac_file" || continue
10822
 
+  case $ac_file in
10823
 
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
10824
 
+       ;;
10825
 
+    conftest.$ac_ext )
10826
 
+       # This is the source file.
10827
 
+       ;;
10828
 
+    [ab].out )
10829
 
+       # We found the default executable, but exeext='' is most
10830
 
+       # certainly right.
10831
 
+       break;;
10832
 
+    *.* )
10833
 
+       ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
10834
 
+       # FIXME: I believe we export ac_cv_exeext for Libtool,
10835
 
+       # but it would be cool to find out if it's true.  Does anybody
10836
 
+       # maintain Libtool? --akim.
10837
 
+       export ac_cv_exeext
10838
 
+       break;;
10839
 
+    * )
10840
 
+       break;;
10841
 
+  esac
10842
 
+done
10843
 
+else
10844
 
+  echo "$as_me: failed program was:" >&5
10845
 
+sed 's/^/| /' conftest.$ac_ext >&5
10846
 
+
10847
 
+{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
10848
 
+See \`config.log' for more details." >&5
10849
 
+echo "$as_me: error: C compiler cannot create executables
10850
 
+See \`config.log' for more details." >&2;}
10851
 
+   { (exit 77); exit 77; }; }
10852
 
+fi
10853
 
+
10854
 
+ac_exeext=$ac_cv_exeext
10855
 
+echo "$as_me:$LINENO: result: $ac_file" >&5
10856
 
+echo "${ECHO_T}$ac_file" >&6
10857
 
+
10858
 
+# Check the compiler produces executables we can run.  If not, either
10859
 
+# the compiler is broken, or we cross compile.
10860
 
+echo "$as_me:$LINENO: checking whether the C compiler works" >&5
10861
 
+echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
10862
 
+# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
10863
 
+# If not cross compiling, check that we can run a simple program.
10864
 
+if test "$cross_compiling" != yes; then
10865
 
+  if { ac_try='./$ac_file'
10866
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10867
 
+  (eval $ac_try) 2>&5
10868
 
+  ac_status=$?
10869
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10870
 
+  (exit $ac_status); }; }; then
10871
 
+    cross_compiling=no
10872
 
+  else
10873
 
+    if test "$cross_compiling" = maybe; then
10874
 
+       cross_compiling=yes
10875
 
+    else
10876
 
+       { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
10877
 
+If you meant to cross compile, use \`--host'.
10878
 
+See \`config.log' for more details." >&5
10879
 
+echo "$as_me: error: cannot run C compiled programs.
10880
 
+If you meant to cross compile, use \`--host'.
10881
 
+See \`config.log' for more details." >&2;}
10882
 
+   { (exit 1); exit 1; }; }
10883
 
+    fi
10884
 
+  fi
10885
 
+fi
10886
 
+echo "$as_me:$LINENO: result: yes" >&5
10887
 
+echo "${ECHO_T}yes" >&6
10888
 
+
10889
 
+rm -f a.out a.exe conftest$ac_cv_exeext b.out
10890
 
+ac_clean_files=$ac_clean_files_save
10891
 
+# Check the compiler produces executables we can run.  If not, either
10892
 
+# the compiler is broken, or we cross compile.
10893
 
+echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
10894
 
+echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
10895
 
+echo "$as_me:$LINENO: result: $cross_compiling" >&5
10896
 
+echo "${ECHO_T}$cross_compiling" >&6
10897
 
+
10898
 
+echo "$as_me:$LINENO: checking for suffix of executables" >&5
10899
 
+echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
10900
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10901
 
+  (eval $ac_link) 2>&5
10902
 
+  ac_status=$?
10903
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10904
 
+  (exit $ac_status); }; then
10905
 
+  # If both `conftest.exe' and `conftest' are `present' (well, observable)
10906
 
+# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
10907
 
+# work properly (i.e., refer to `conftest.exe'), while it won't with
10908
 
+# `rm'.
10909
 
+for ac_file in conftest.exe conftest conftest.*; do
10910
 
+  test -f "$ac_file" || continue
10911
 
+  case $ac_file in
10912
 
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
10913
 
+    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
10914
 
+         export ac_cv_exeext
10915
 
+         break;;
10916
 
+    * ) break;;
10917
 
+  esac
10918
 
+done
10919
 
+else
10920
 
+  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
10921
 
+See \`config.log' for more details." >&5
10922
 
+echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
10923
 
+See \`config.log' for more details." >&2;}
10924
 
+   { (exit 1); exit 1; }; }
10925
 
+fi
10926
 
+
10927
 
+rm -f conftest$ac_cv_exeext
10928
 
+echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
10929
 
+echo "${ECHO_T}$ac_cv_exeext" >&6
10930
 
+
10931
 
+rm -f conftest.$ac_ext
10932
 
+EXEEXT=$ac_cv_exeext
10933
 
+ac_exeext=$EXEEXT
10934
 
+echo "$as_me:$LINENO: checking for suffix of object files" >&5
10935
 
+echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
10936
 
+if test "${ac_cv_objext+set}" = set; then
10937
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
10938
 
+else
10939
 
+  cat >conftest.$ac_ext <<_ACEOF
10940
 
+/* confdefs.h.  */
10941
 
+_ACEOF
10942
 
+cat confdefs.h >>conftest.$ac_ext
10943
 
+cat >>conftest.$ac_ext <<_ACEOF
10944
 
+/* end confdefs.h.  */
10945
 
+
10946
 
+int
10947
 
+main ()
10948
 
+{
10949
 
+
10950
 
+  ;
10951
 
+  return 0;
10952
 
+}
10953
 
+_ACEOF
10954
 
+rm -f conftest.o conftest.obj
10955
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10956
 
+  (eval $ac_compile) 2>&5
10957
 
+  ac_status=$?
10958
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10959
 
+  (exit $ac_status); }; then
10960
 
+  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
10961
 
+  case $ac_file in
10962
 
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
10963
 
+    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
10964
 
+       break;;
10965
 
+  esac
10966
 
+done
10967
 
+else
10968
 
+  echo "$as_me: failed program was:" >&5
10969
 
+sed 's/^/| /' conftest.$ac_ext >&5
10970
 
+
10971
 
+{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
10972
 
+See \`config.log' for more details." >&5
10973
 
+echo "$as_me: error: cannot compute suffix of object files: cannot compile
10974
 
+See \`config.log' for more details." >&2;}
10975
 
+   { (exit 1); exit 1; }; }
10976
 
+fi
10977
 
+
10978
 
+rm -f conftest.$ac_cv_objext conftest.$ac_ext
10979
 
+fi
10980
 
+echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
10981
 
+echo "${ECHO_T}$ac_cv_objext" >&6
10982
 
+OBJEXT=$ac_cv_objext
10983
 
+ac_objext=$OBJEXT
10984
 
+echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
10985
 
+echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
10986
 
+if test "${ac_cv_c_compiler_gnu+set}" = set; then
10987
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
10988
 
+else
10989
 
+  cat >conftest.$ac_ext <<_ACEOF
10990
 
+/* confdefs.h.  */
10991
 
+_ACEOF
10992
 
+cat confdefs.h >>conftest.$ac_ext
10993
 
+cat >>conftest.$ac_ext <<_ACEOF
10994
 
+/* end confdefs.h.  */
10995
 
+
10996
 
+int
10997
 
+main ()
10998
 
+{
10999
 
+#ifndef __GNUC__
11000
 
+       choke me
11001
 
+#endif
11002
 
+
11003
 
+  ;
11004
 
+  return 0;
11005
 
+}
11006
 
+_ACEOF
11007
 
+rm -f conftest.$ac_objext
11008
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11009
 
+  (eval $ac_compile) 2>conftest.er1
11010
 
+  ac_status=$?
11011
 
+  grep -v '^ *+' conftest.er1 >conftest.err
11012
 
+  rm -f conftest.er1
11013
 
+  cat conftest.err >&5
11014
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11015
 
+  (exit $ac_status); } &&
11016
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
11017
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11018
 
+  (eval $ac_try) 2>&5
11019
 
+  ac_status=$?
11020
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11021
 
+  (exit $ac_status); }; } &&
11022
 
+        { ac_try='test -s conftest.$ac_objext'
11023
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11024
 
+  (eval $ac_try) 2>&5
11025
 
+  ac_status=$?
11026
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11027
 
+  (exit $ac_status); }; }; then
11028
 
+  ac_compiler_gnu=yes
11029
 
+else
11030
 
+  echo "$as_me: failed program was:" >&5
11031
 
+sed 's/^/| /' conftest.$ac_ext >&5
11032
 
+
11033
 
+ac_compiler_gnu=no
11034
 
+fi
11035
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11036
 
+ac_cv_c_compiler_gnu=$ac_compiler_gnu
11037
 
+
11038
 
+fi
11039
 
+echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
11040
 
+echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
11041
 
+GCC=`test $ac_compiler_gnu = yes && echo yes`
11042
 
+ac_test_CFLAGS=${CFLAGS+set}
11043
 
+ac_save_CFLAGS=$CFLAGS
11044
 
+CFLAGS="-g"
11045
 
+echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11046
 
+echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
11047
 
+if test "${ac_cv_prog_cc_g+set}" = set; then
11048
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
11049
 
+else
11050
 
+  cat >conftest.$ac_ext <<_ACEOF
11051
 
+/* confdefs.h.  */
11052
 
+_ACEOF
11053
 
+cat confdefs.h >>conftest.$ac_ext
11054
 
+cat >>conftest.$ac_ext <<_ACEOF
11055
 
+/* end confdefs.h.  */
11056
 
+
11057
 
+int
11058
 
+main ()
11059
 
+{
11060
 
+
11061
 
+  ;
11062
 
+  return 0;
11063
 
+}
11064
 
+_ACEOF
11065
 
+rm -f conftest.$ac_objext
11066
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11067
 
+  (eval $ac_compile) 2>conftest.er1
11068
 
+  ac_status=$?
11069
 
+  grep -v '^ *+' conftest.er1 >conftest.err
11070
 
+  rm -f conftest.er1
11071
 
+  cat conftest.err >&5
11072
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11073
 
+  (exit $ac_status); } &&
11074
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
11075
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11076
 
+  (eval $ac_try) 2>&5
11077
 
+  ac_status=$?
11078
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11079
 
+  (exit $ac_status); }; } &&
11080
 
+        { ac_try='test -s conftest.$ac_objext'
11081
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11082
 
+  (eval $ac_try) 2>&5
11083
 
+  ac_status=$?
11084
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11085
 
+  (exit $ac_status); }; }; then
11086
 
+  ac_cv_prog_cc_g=yes
11087
 
+else
11088
 
+  echo "$as_me: failed program was:" >&5
11089
 
+sed 's/^/| /' conftest.$ac_ext >&5
11090
 
+
11091
 
+ac_cv_prog_cc_g=no
11092
 
+fi
11093
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11094
 
+fi
11095
 
+echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11096
 
+echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11097
 
+if test "$ac_test_CFLAGS" = set; then
11098
 
+  CFLAGS=$ac_save_CFLAGS
11099
 
+elif test $ac_cv_prog_cc_g = yes; then
11100
 
+  if test "$GCC" = yes; then
11101
 
+    CFLAGS="-g -O2"
11102
 
+  else
11103
 
+    CFLAGS="-g"
11104
 
+  fi
11105
 
+else
11106
 
+  if test "$GCC" = yes; then
11107
 
+    CFLAGS="-O2"
11108
 
+  else
11109
 
+    CFLAGS=
11110
 
+  fi
11111
 
+fi
11112
 
+echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
11113
 
+echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
11114
 
+if test "${ac_cv_prog_cc_stdc+set}" = set; then
11115
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
11116
 
+else
11117
 
+  ac_cv_prog_cc_stdc=no
11118
 
+ac_save_CC=$CC
11119
 
+cat >conftest.$ac_ext <<_ACEOF
11120
 
+/* confdefs.h.  */
11121
 
+_ACEOF
11122
 
+cat confdefs.h >>conftest.$ac_ext
11123
 
+cat >>conftest.$ac_ext <<_ACEOF
11124
 
+/* end confdefs.h.  */
11125
 
+#include <stdarg.h>
11126
 
+#include <stdio.h>
11127
 
+#include <sys/types.h>
11128
 
+#include <sys/stat.h>
11129
 
+/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
11130
 
+struct buf { int x; };
11131
 
+FILE * (*rcsopen) (struct buf *, struct stat *, int);
11132
 
+static char *e (p, i)
11133
 
+     char **p;
11134
 
+     int i;
11135
 
+{
11136
 
+  return p[i];
11137
 
+}
11138
 
+static char *f (char * (*g) (char **, int), char **p, ...)
11139
 
+{
11140
 
+  char *s;
11141
 
+  va_list v;
11142
 
+  va_start (v,p);
11143
 
+  s = g (p, va_arg (v,int));
11144
 
+  va_end (v);
11145
 
+  return s;
11146
 
+}
11147
 
+
11148
 
+/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
11149
 
+   function prototypes and stuff, but not '\xHH' hex character constants.
11150
 
+   These don't provoke an error unfortunately, instead are silently treated
11151
 
+   as 'x'.  The following induces an error, until -std1 is added to get
11152
 
+   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
11153
 
+   array size at least.  It's necessary to write '\x00'==0 to get something
11154
 
+   that's true only with -std1.  */
11155
 
+int osf4_cc_array ['\x00' == 0 ? 1 : -1];
11156
 
+
11157
 
+int test (int i, double x);
11158
 
+struct s1 {int (*f) (int a);};
11159
 
+struct s2 {int (*f) (double a);};
11160
 
+int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
11161
 
+int argc;
11162
 
+char **argv;
11163
 
+int
11164
 
+main ()
11165
 
+{
11166
 
+return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
11167
 
+  ;
11168
 
+  return 0;
11169
 
+}
11170
 
+_ACEOF
11171
 
+# Don't try gcc -ansi; that turns off useful extensions and
11172
 
+# breaks some systems' header files.
11173
 
+# AIX                  -qlanglvl=ansi
11174
 
+# Ultrix and OSF/1     -std1
11175
 
+# HP-UX 10.20 and later        -Ae
11176
 
+# HP-UX older versions -Aa -D_HPUX_SOURCE
11177
 
+# SVR4                 -Xc -D__EXTENSIONS__
11178
 
+for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
11179
 
+do
11180
 
+  CC="$ac_save_CC $ac_arg"
11181
 
+  rm -f conftest.$ac_objext
11182
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11183
 
+  (eval $ac_compile) 2>conftest.er1
11184
 
+  ac_status=$?
11185
 
+  grep -v '^ *+' conftest.er1 >conftest.err
11186
 
+  rm -f conftest.er1
11187
 
+  cat conftest.err >&5
11188
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11189
 
+  (exit $ac_status); } &&
11190
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
11191
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11192
 
+  (eval $ac_try) 2>&5
11193
 
+  ac_status=$?
11194
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11195
 
+  (exit $ac_status); }; } &&
11196
 
+        { ac_try='test -s conftest.$ac_objext'
11197
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11198
 
+  (eval $ac_try) 2>&5
11199
 
+  ac_status=$?
11200
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11201
 
+  (exit $ac_status); }; }; then
11202
 
+  ac_cv_prog_cc_stdc=$ac_arg
11203
 
+break
11204
 
+else
11205
 
+  echo "$as_me: failed program was:" >&5
11206
 
+sed 's/^/| /' conftest.$ac_ext >&5
11207
 
+
11208
 
+fi
11209
 
+rm -f conftest.err conftest.$ac_objext 
11210
 
+done
11211
 
+rm -f conftest.$ac_ext conftest.$ac_objext
11212
 
+CC=$ac_save_CC
11213
 
+
11214
 
+fi
11215
 
+
11216
 
+case "x$ac_cv_prog_cc_stdc" in
11217
 
+  x|xno)
11218
 
+    echo "$as_me:$LINENO: result: none needed" >&5
11219
 
+echo "${ECHO_T}none needed" >&6 ;;
11220
 
+  *)
11221
 
+    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
11222
 
+echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
11223
 
+    CC="$CC $ac_cv_prog_cc_stdc" ;;
11224
 
+esac
11225
 
+
11226
 
+# Some people use a C++ compiler to compile C.  Since we use `exit',
11227
 
+# in C++ we need to declare it.  In case someone uses the same compiler
11228
 
+# for both compiling C and C++ we need to have the C++ compiler decide
11229
 
+# the declaration of exit, since it's the most demanding environment.
11230
 
+cat >conftest.$ac_ext <<_ACEOF
11231
 
+@%:@ifndef __cplusplus
11232
 
+  choke me
11233
 
+@%:@endif
11234
 
+_ACEOF
11235
 
+rm -f conftest.$ac_objext
11236
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11237
 
+  (eval $ac_compile) 2>conftest.er1
11238
 
+  ac_status=$?
11239
 
+  grep -v '^ *+' conftest.er1 >conftest.err
11240
 
+  rm -f conftest.er1
11241
 
+  cat conftest.err >&5
11242
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11243
 
+  (exit $ac_status); } &&
11244
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
11245
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11246
 
+  (eval $ac_try) 2>&5
11247
 
+  ac_status=$?
11248
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11249
 
+  (exit $ac_status); }; } &&
11250
 
+        { ac_try='test -s conftest.$ac_objext'
11251
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11252
 
+  (eval $ac_try) 2>&5
11253
 
+  ac_status=$?
11254
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11255
 
+  (exit $ac_status); }; }; then
11256
 
+  for ac_declaration in \
11257
 
+   '' \
11258
 
+   'extern "C" void std::exit (int) throw (); using std::exit;' \
11259
 
+   'extern "C" void std::exit (int); using std::exit;' \
11260
 
+   'extern "C" void exit (int) throw ();' \
11261
 
+   'extern "C" void exit (int);' \
11262
 
+   'void exit (int);'
11263
 
+do
11264
 
+  cat >conftest.$ac_ext <<_ACEOF
11265
 
+/* confdefs.h.  */
11266
 
+_ACEOF
11267
 
+cat confdefs.h >>conftest.$ac_ext
11268
 
+cat >>conftest.$ac_ext <<_ACEOF
11269
 
+/* end confdefs.h.  */
11270
 
+$ac_declaration
11271
 
+@%:@include <stdlib.h>
11272
 
+int
11273
 
+main ()
11274
 
+{
11275
 
+exit (42);
11276
 
+  ;
11277
 
+  return 0;
11278
 
+}
11279
 
+_ACEOF
11280
 
+rm -f conftest.$ac_objext
11281
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11282
 
+  (eval $ac_compile) 2>conftest.er1
11283
 
+  ac_status=$?
11284
 
+  grep -v '^ *+' conftest.er1 >conftest.err
11285
 
+  rm -f conftest.er1
11286
 
+  cat conftest.err >&5
11287
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11288
 
+  (exit $ac_status); } &&
11289
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
11290
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11291
 
+  (eval $ac_try) 2>&5
11292
 
+  ac_status=$?
11293
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11294
 
+  (exit $ac_status); }; } &&
11295
 
+        { ac_try='test -s conftest.$ac_objext'
11296
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11297
 
+  (eval $ac_try) 2>&5
11298
 
+  ac_status=$?
11299
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11300
 
+  (exit $ac_status); }; }; then
11301
 
+  :
11302
 
+else
11303
 
+  echo "$as_me: failed program was:" >&5
11304
 
+sed 's/^/| /' conftest.$ac_ext >&5
11305
 
+
11306
 
+continue
11307
 
+fi
11308
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11309
 
+  cat >conftest.$ac_ext <<_ACEOF
11310
 
+/* confdefs.h.  */
11311
 
+_ACEOF
11312
 
+cat confdefs.h >>conftest.$ac_ext
11313
 
+cat >>conftest.$ac_ext <<_ACEOF
11314
 
+/* end confdefs.h.  */
11315
 
+$ac_declaration
11316
 
+int
11317
 
+main ()
11318
 
+{
11319
 
+exit (42);
11320
 
+  ;
11321
 
+  return 0;
11322
 
+}
11323
 
+_ACEOF
11324
 
+rm -f conftest.$ac_objext
11325
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11326
 
+  (eval $ac_compile) 2>conftest.er1
11327
 
+  ac_status=$?
11328
 
+  grep -v '^ *+' conftest.er1 >conftest.err
11329
 
+  rm -f conftest.er1
11330
 
+  cat conftest.err >&5
11331
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11332
 
+  (exit $ac_status); } &&
11333
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
11334
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11335
 
+  (eval $ac_try) 2>&5
11336
 
+  ac_status=$?
11337
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11338
 
+  (exit $ac_status); }; } &&
11339
 
+        { ac_try='test -s conftest.$ac_objext'
11340
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11341
 
+  (eval $ac_try) 2>&5
11342
 
+  ac_status=$?
11343
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11344
 
+  (exit $ac_status); }; }; then
11345
 
+  break
11346
 
+else
11347
 
+  echo "$as_me: failed program was:" >&5
11348
 
+sed 's/^/| /' conftest.$ac_ext >&5
11349
 
+
11350
 
+fi
11351
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11352
 
+done
11353
 
+rm -f conftest*
11354
 
+if test -n "$ac_declaration"; then
11355
 
+  echo '#ifdef __cplusplus' >>confdefs.h
11356
 
+  echo $ac_declaration      >>confdefs.h
11357
 
+  echo '#endif'             >>confdefs.h
11358
 
+fi
11359
 
+
11360
 
+else
11361
 
+  echo "$as_me: failed program was:" >&5
11362
 
+sed 's/^/| /' conftest.$ac_ext >&5
11363
 
+
11364
 
+fi
11365
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11366
 
+ac_ext=c
11367
 
+ac_cpp='$CPP $CPPFLAGS'
11368
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11369
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11370
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
11371
 
+
11372
 
+depcc="$CC"   am_compiler_list=
11373
 
+
11374
 
+echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
11375
 
+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
11376
 
+if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
11377
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
11378
 
+else
11379
 
+  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
11380
 
+  # We make a subdir and do the tests there.  Otherwise we can end up
11381
 
+  # making bogus files that we don't know about and never remove.  For
11382
 
+  # instance it was reported that on HP-UX the gcc test will end up
11383
 
+  # making a dummy file named `D' -- because `-MD' means `put the output
11384
 
+  # in D'.
11385
 
+  mkdir conftest.dir
11386
 
+  # Copy depcomp to subdir because otherwise we won't find it if we're
11387
 
+  # using a relative directory.
11388
 
+  cp "$am_depcomp" conftest.dir
11389
 
+  cd conftest.dir
11390
 
+  # We will build objects and dependencies in a subdirectory because
11391
 
+  # it helps to detect inapplicable dependency modes.  For instance
11392
 
+  # both Tru64's cc and ICC support -MD to output dependencies as a
11393
 
+  # side effect of compilation, but ICC will put the dependencies in
11394
 
+  # the current directory while Tru64 will put them in the object
11395
 
+  # directory.
11396
 
+  mkdir sub
11397
 
+
11398
 
+  am_cv_CC_dependencies_compiler_type=none
11399
 
+  if test "$am_compiler_list" = ""; then
11400
 
+     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
11401
 
+  fi
11402
 
+  for depmode in $am_compiler_list; do
11403
 
+    # Setup a source with many dependencies, because some compilers
11404
 
+    # like to wrap large dependency lists on column 80 (with \), and
11405
 
+    # we should not choose a depcomp mode which is confused by this.
11406
 
+    #
11407
 
+    # We need to recreate these files for each test, as the compiler may
11408
 
+    # overwrite some of them when testing with obscure command lines.
11409
 
+    # This happens at least with the AIX C compiler.
11410
 
+    : > sub/conftest.c
11411
 
+    for i in 1 2 3 4 5 6; do
11412
 
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
11413
 
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
11414
 
+      # Solaris 8's {/usr,}/bin/sh.
11415
 
+      touch sub/conftst$i.h
11416
 
+    done
11417
 
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
11418
 
+
11419
 
+    case $depmode in
11420
 
+    nosideeffect)
11421
 
+      # after this tag, mechanisms are not by side-effect, so they'll
11422
 
+      # only be used when explicitly requested
11423
 
+      if test "x$enable_dependency_tracking" = xyes; then
11424
 
+       continue
11425
 
+      else
11426
 
+       break
11427
 
+      fi
11428
 
+      ;;
11429
 
+    none) break ;;
11430
 
+    esac
11431
 
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
11432
 
+    # mode.  It turns out that the SunPro C++ compiler does not properly
11433
 
+    # handle `-M -o', and we need to detect this.
11434
 
+    if depmode=$depmode \
11435
 
+       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
11436
 
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
11437
 
+       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
11438
 
+         >/dev/null 2>conftest.err &&
11439
 
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
11440
 
+       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
11441
 
+       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
11442
 
+      # icc doesn't choke on unknown options, it will just issue warnings
11443
 
+      # or remarks (even with -Werror).  So we grep stderr for any message
11444
 
+      # that says an option was ignored or not supported.
11445
 
+      # When given -MP, icc 7.0 and 7.1 complain thusly:
11446
 
+      #   icc: Command line warning: ignoring option '-M'; no argument required
11447
 
+      # The diagnosis changed in icc 8.0:
11448
 
+      #   icc: Command line remark: option '-MP' not supported
11449
 
+      if (grep 'ignoring option' conftest.err ||
11450
 
+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
11451
 
+        am_cv_CC_dependencies_compiler_type=$depmode
11452
 
+        break
11453
 
+      fi
11454
 
+    fi
11455
 
+  done
11456
 
+
11457
 
+  cd ..
11458
 
+  rm -rf conftest.dir
11459
 
+else
11460
 
+  am_cv_CC_dependencies_compiler_type=none
11461
 
+fi
11462
 
+
11463
 
+fi
11464
 
+echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
11465
 
+echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
11466
 
+CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
11467
 
+
11468
 
11469
 
+
11470
 
+if 
11471
 
+  test "x$enable_dependency_tracking" != xno \
11472
 
+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
11473
 
+  am__fastdepCC_TRUE=
11474
 
+  am__fastdepCC_FALSE='#'
11475
 
+else
11476
 
+  am__fastdepCC_TRUE='#'
11477
 
+  am__fastdepCC_FALSE=
11478
 
+fi
11479
 
+
11480
 
+
11481
 
+
11482
 
+ac_ext=c
11483
 
+ac_cpp='$CPP $CPPFLAGS'
11484
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11485
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11486
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
11487
 
+echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
11488
 
+echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
11489
 
+# On Suns, sometimes $CPP names a directory.
11490
 
+if test -n "$CPP" && test -d "$CPP"; then
11491
 
+  CPP=
11492
 
+fi
11493
 
+if test -z "$CPP"; then
11494
 
+  if test "${ac_cv_prog_CPP+set}" = set; then
11495
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
11496
 
+else
11497
 
+      # Double quotes because CPP needs to be expanded
11498
 
+    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
11499
 
+    do
11500
 
+      ac_preproc_ok=false
11501
 
+for ac_c_preproc_warn_flag in '' yes
11502
 
+do
11503
 
+  # Use a header file that comes with gcc, so configuring glibc
11504
 
+  # with a fresh cross-compiler works.
11505
 
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11506
 
+  # <limits.h> exists even on freestanding compilers.
11507
 
+  # On the NeXT, cc -E runs the code through the compiler's parser,
11508
 
+  # not just through cpp. "Syntax error" is here to catch this case.
11509
 
+  cat >conftest.$ac_ext <<_ACEOF
11510
 
+/* confdefs.h.  */
11511
 
+_ACEOF
11512
 
+cat confdefs.h >>conftest.$ac_ext
11513
 
+cat >>conftest.$ac_ext <<_ACEOF
11514
 
+/* end confdefs.h.  */
11515
 
+@%:@ifdef __STDC__
11516
 
+@%:@ include <limits.h>
11517
 
+@%:@else
11518
 
+@%:@ include <assert.h>
11519
 
+@%:@endif
11520
 
+                    Syntax error
11521
 
+_ACEOF
11522
 
+if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11523
 
+  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11524
 
+  ac_status=$?
11525
 
+  grep -v '^ *+' conftest.er1 >conftest.err
11526
 
+  rm -f conftest.er1
11527
 
+  cat conftest.err >&5
11528
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11529
 
+  (exit $ac_status); } >/dev/null; then
11530
 
+  if test -s conftest.err; then
11531
 
+    ac_cpp_err=$ac_c_preproc_warn_flag
11532
 
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11533
 
+  else
11534
 
+    ac_cpp_err=
11535
 
+  fi
11536
 
+else
11537
 
+  ac_cpp_err=yes
11538
 
+fi
11539
 
+if test -z "$ac_cpp_err"; then
11540
 
+  :
11541
 
+else
11542
 
+  echo "$as_me: failed program was:" >&5
11543
 
+sed 's/^/| /' conftest.$ac_ext >&5
11544
 
+
11545
 
+  # Broken: fails on valid input.
11546
 
+continue
11547
 
+fi
11548
 
+rm -f conftest.err conftest.$ac_ext
11549
 
+
11550
 
+  # OK, works on sane cases.  Now check whether non-existent headers
11551
 
+  # can be detected and how.
11552
 
+  cat >conftest.$ac_ext <<_ACEOF
11553
 
+/* confdefs.h.  */
11554
 
+_ACEOF
11555
 
+cat confdefs.h >>conftest.$ac_ext
11556
 
+cat >>conftest.$ac_ext <<_ACEOF
11557
 
+/* end confdefs.h.  */
11558
 
+@%:@include <ac_nonexistent.h>
11559
 
+_ACEOF
11560
 
+if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11561
 
+  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11562
 
+  ac_status=$?
11563
 
+  grep -v '^ *+' conftest.er1 >conftest.err
11564
 
+  rm -f conftest.er1
11565
 
+  cat conftest.err >&5
11566
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11567
 
+  (exit $ac_status); } >/dev/null; then
11568
 
+  if test -s conftest.err; then
11569
 
+    ac_cpp_err=$ac_c_preproc_warn_flag
11570
 
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11571
 
+  else
11572
 
+    ac_cpp_err=
11573
 
+  fi
11574
 
+else
11575
 
+  ac_cpp_err=yes
11576
 
+fi
11577
 
+if test -z "$ac_cpp_err"; then
11578
 
+  # Broken: success on invalid input.
11579
 
+continue
11580
 
+else
11581
 
+  echo "$as_me: failed program was:" >&5
11582
 
+sed 's/^/| /' conftest.$ac_ext >&5
11583
 
+
11584
 
+  # Passes both tests.
11585
 
+ac_preproc_ok=:
11586
 
+break
11587
 
+fi
11588
 
+rm -f conftest.err conftest.$ac_ext
11589
 
+
11590
 
+done
11591
 
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
11592
 
+rm -f conftest.err conftest.$ac_ext
11593
 
+if $ac_preproc_ok; then
11594
 
+  break
11595
 
+fi
11596
 
+
11597
 
+    done
11598
 
+    ac_cv_prog_CPP=$CPP
11599
 
+  
11600
 
+fi
11601
 
+  CPP=$ac_cv_prog_CPP
11602
 
+else
11603
 
+  ac_cv_prog_CPP=$CPP
11604
 
+fi
11605
 
+echo "$as_me:$LINENO: result: $CPP" >&5
11606
 
+echo "${ECHO_T}$CPP" >&6
11607
 
+ac_preproc_ok=false
11608
 
+for ac_c_preproc_warn_flag in '' yes
11609
 
+do
11610
 
+  # Use a header file that comes with gcc, so configuring glibc
11611
 
+  # with a fresh cross-compiler works.
11612
 
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11613
 
+  # <limits.h> exists even on freestanding compilers.
11614
 
+  # On the NeXT, cc -E runs the code through the compiler's parser,
11615
 
+  # not just through cpp. "Syntax error" is here to catch this case.
11616
 
+  cat >conftest.$ac_ext <<_ACEOF
11617
 
+/* confdefs.h.  */
11618
 
+_ACEOF
11619
 
+cat confdefs.h >>conftest.$ac_ext
11620
 
+cat >>conftest.$ac_ext <<_ACEOF
11621
 
+/* end confdefs.h.  */
11622
 
+@%:@ifdef __STDC__
11623
 
+@%:@ include <limits.h>
11624
 
+@%:@else
11625
 
+@%:@ include <assert.h>
11626
 
+@%:@endif
11627
 
+                    Syntax error
11628
 
+_ACEOF
11629
 
+if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11630
 
+  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11631
 
+  ac_status=$?
11632
 
+  grep -v '^ *+' conftest.er1 >conftest.err
11633
 
+  rm -f conftest.er1
11634
 
+  cat conftest.err >&5
11635
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11636
 
+  (exit $ac_status); } >/dev/null; then
11637
 
+  if test -s conftest.err; then
11638
 
+    ac_cpp_err=$ac_c_preproc_warn_flag
11639
 
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11640
 
+  else
11641
 
+    ac_cpp_err=
11642
 
+  fi
11643
 
+else
11644
 
+  ac_cpp_err=yes
11645
 
+fi
11646
 
+if test -z "$ac_cpp_err"; then
11647
 
+  :
11648
 
+else
11649
 
+  echo "$as_me: failed program was:" >&5
11650
 
+sed 's/^/| /' conftest.$ac_ext >&5
11651
 
+
11652
 
+  # Broken: fails on valid input.
11653
 
+continue
11654
 
+fi
11655
 
+rm -f conftest.err conftest.$ac_ext
11656
 
+
11657
 
+  # OK, works on sane cases.  Now check whether non-existent headers
11658
 
+  # can be detected and how.
11659
 
+  cat >conftest.$ac_ext <<_ACEOF
11660
 
+/* confdefs.h.  */
11661
 
+_ACEOF
11662
 
+cat confdefs.h >>conftest.$ac_ext
11663
 
+cat >>conftest.$ac_ext <<_ACEOF
11664
 
+/* end confdefs.h.  */
11665
 
+@%:@include <ac_nonexistent.h>
11666
 
+_ACEOF
11667
 
+if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11668
 
+  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11669
 
+  ac_status=$?
11670
 
+  grep -v '^ *+' conftest.er1 >conftest.err
11671
 
+  rm -f conftest.er1
11672
 
+  cat conftest.err >&5
11673
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11674
 
+  (exit $ac_status); } >/dev/null; then
11675
 
+  if test -s conftest.err; then
11676
 
+    ac_cpp_err=$ac_c_preproc_warn_flag
11677
 
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11678
 
+  else
11679
 
+    ac_cpp_err=
11680
 
+  fi
11681
 
+else
11682
 
+  ac_cpp_err=yes
11683
 
+fi
11684
 
+if test -z "$ac_cpp_err"; then
11685
 
+  # Broken: success on invalid input.
11686
 
+continue
11687
 
+else
11688
 
+  echo "$as_me: failed program was:" >&5
11689
 
+sed 's/^/| /' conftest.$ac_ext >&5
11690
 
+
11691
 
+  # Passes both tests.
11692
 
+ac_preproc_ok=:
11693
 
+break
11694
 
+fi
11695
 
+rm -f conftest.err conftest.$ac_ext
11696
 
+
11697
 
+done
11698
 
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
11699
 
+rm -f conftest.err conftest.$ac_ext
11700
 
+if $ac_preproc_ok; then
11701
 
+  :
11702
 
+else
11703
 
+  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
11704
 
+See \`config.log' for more details." >&5
11705
 
+echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
11706
 
+See \`config.log' for more details." >&2;}
11707
 
+   { (exit 1); exit 1; }; }
11708
 
+fi
11709
 
+
11710
 
+ac_ext=c
11711
 
+ac_cpp='$CPP $CPPFLAGS'
11712
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11713
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11714
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
11715
 
+
11716
 
+
11717
 
+echo "$as_me:$LINENO: checking for egrep" >&5
11718
 
+echo $ECHO_N "checking for egrep... $ECHO_C" >&6
11719
 
+if test "${ac_cv_prog_egrep+set}" = set; then
11720
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
11721
 
+else
11722
 
+  if echo a | (grep -E '(a|b)') >/dev/null 2>&1
11723
 
+    then ac_cv_prog_egrep='grep -E'
11724
 
+    else ac_cv_prog_egrep='egrep'
11725
 
+    fi
11726
 
+fi
11727
 
+echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
11728
 
+echo "${ECHO_T}$ac_cv_prog_egrep" >&6
11729
 
+ EGREP=$ac_cv_prog_egrep
11730
 
11731
 
+
11732
 
+
11733
 
+echo "$as_me:$LINENO: checking for AIX" >&5
11734
 
+echo $ECHO_N "checking for AIX... $ECHO_C" >&6
11735
 
+cat >conftest.$ac_ext <<_ACEOF
11736
 
+/* confdefs.h.  */
11737
 
+_ACEOF
11738
 
+cat confdefs.h >>conftest.$ac_ext
11739
 
+cat >>conftest.$ac_ext <<_ACEOF
11740
 
+/* end confdefs.h.  */
11741
 
+#ifdef _AIX
11742
 
+  yes
11743
 
+#endif
11744
 
+
11745
 
+_ACEOF
11746
 
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11747
 
+  $EGREP "yes" >/dev/null 2>&1; then
11748
 
+  echo "$as_me:$LINENO: result: yes" >&5
11749
 
+echo "${ECHO_T}yes" >&6
11750
 
+cat >>confdefs.h <<\_ACEOF
11751
 
+@%:@define _ALL_SOURCE 1
11752
 
+_ACEOF
11753
 
+
11754
 
+else
11755
 
+  echo "$as_me:$LINENO: result: no" >&5
11756
 
+echo "${ECHO_T}no" >&6
11757
 
+fi
11758
 
+rm -f conftest*
11759
 
+
11760
 
+
11761
 
+echo "$as_me:$LINENO: checking for ANSI C header files" >&5
11762
 
+echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
11763
 
+if test "${ac_cv_header_stdc+set}" = set; then
11764
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
11765
 
+else
11766
 
+  cat >conftest.$ac_ext <<_ACEOF
11767
 
+/* confdefs.h.  */
11768
 
+_ACEOF
11769
 
+cat confdefs.h >>conftest.$ac_ext
11770
 
+cat >>conftest.$ac_ext <<_ACEOF
11771
 
+/* end confdefs.h.  */
11772
 
+#include <stdlib.h>
11773
 
+#include <stdarg.h>
11774
 
+#include <string.h>
11775
 
+#include <float.h>
11776
 
+
11777
 
+int
11778
 
+main ()
11779
 
+{
11780
 
+
11781
 
+  ;
11782
 
+  return 0;
11783
 
+}
11784
 
+_ACEOF
11785
 
+rm -f conftest.$ac_objext
11786
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11787
 
+  (eval $ac_compile) 2>conftest.er1
11788
 
+  ac_status=$?
11789
 
+  grep -v '^ *+' conftest.er1 >conftest.err
11790
 
+  rm -f conftest.er1
11791
 
+  cat conftest.err >&5
11792
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11793
 
+  (exit $ac_status); } &&
11794
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
11795
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11796
 
+  (eval $ac_try) 2>&5
11797
 
+  ac_status=$?
11798
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11799
 
+  (exit $ac_status); }; } &&
11800
 
+        { ac_try='test -s conftest.$ac_objext'
11801
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11802
 
+  (eval $ac_try) 2>&5
11803
 
+  ac_status=$?
11804
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11805
 
+  (exit $ac_status); }; }; then
11806
 
+  ac_cv_header_stdc=yes
11807
 
+else
11808
 
+  echo "$as_me: failed program was:" >&5
11809
 
+sed 's/^/| /' conftest.$ac_ext >&5
11810
 
+
11811
 
+ac_cv_header_stdc=no
11812
 
+fi
11813
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11814
 
+
11815
 
+if test $ac_cv_header_stdc = yes; then
11816
 
+  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
11817
 
+  cat >conftest.$ac_ext <<_ACEOF
11818
 
+/* confdefs.h.  */
11819
 
+_ACEOF
11820
 
+cat confdefs.h >>conftest.$ac_ext
11821
 
+cat >>conftest.$ac_ext <<_ACEOF
11822
 
+/* end confdefs.h.  */
11823
 
+#include <string.h>
11824
 
+
11825
 
+_ACEOF
11826
 
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11827
 
+  $EGREP "memchr" >/dev/null 2>&1; then
11828
 
+  :
11829
 
+else
11830
 
+  ac_cv_header_stdc=no
11831
 
+fi
11832
 
+rm -f conftest*
11833
 
+
11834
 
+fi
11835
 
+
11836
 
+if test $ac_cv_header_stdc = yes; then
11837
 
+  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
11838
 
+  cat >conftest.$ac_ext <<_ACEOF
11839
 
+/* confdefs.h.  */
11840
 
+_ACEOF
11841
 
+cat confdefs.h >>conftest.$ac_ext
11842
 
+cat >>conftest.$ac_ext <<_ACEOF
11843
 
+/* end confdefs.h.  */
11844
 
+#include <stdlib.h>
11845
 
+
11846
 
+_ACEOF
11847
 
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11848
 
+  $EGREP "free" >/dev/null 2>&1; then
11849
 
+  :
11850
 
+else
11851
 
+  ac_cv_header_stdc=no
11852
 
+fi
11853
 
+rm -f conftest*
11854
 
+
11855
 
+fi
11856
 
+
11857
 
+if test $ac_cv_header_stdc = yes; then
11858
 
+  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
11859
 
+  if test "$cross_compiling" = yes; then
11860
 
+  :
11861
 
+else
11862
 
+  cat >conftest.$ac_ext <<_ACEOF
11863
 
+/* confdefs.h.  */
11864
 
+_ACEOF
11865
 
+cat confdefs.h >>conftest.$ac_ext
11866
 
+cat >>conftest.$ac_ext <<_ACEOF
11867
 
+/* end confdefs.h.  */
11868
 
+#include <ctype.h>
11869
 
+#if ((' ' & 0x0FF) == 0x020)
11870
 
+# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
11871
 
+# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
11872
 
+#else
11873
 
+# define ISLOWER(c) \
11874
 
+                  (('a' <= (c) && (c) <= 'i') \
11875
 
+                    || ('j' <= (c) && (c) <= 'r') \
11876
 
+                    || ('s' <= (c) && (c) <= 'z'))
11877
 
+# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
11878
 
+#endif
11879
 
+
11880
 
+#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
11881
 
+int
11882
 
+main ()
11883
 
+{
11884
 
+  int i;
11885
 
+  for (i = 0; i < 256; i++)
11886
 
+    if (XOR (islower (i), ISLOWER (i))
11887
 
+       || toupper (i) != TOUPPER (i))
11888
 
+      exit(2);
11889
 
+  exit (0);
11890
 
+}
11891
 
+_ACEOF
11892
 
+rm -f conftest$ac_exeext
11893
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11894
 
+  (eval $ac_link) 2>&5
11895
 
+  ac_status=$?
11896
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11897
 
+  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11898
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11899
 
+  (eval $ac_try) 2>&5
11900
 
+  ac_status=$?
11901
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11902
 
+  (exit $ac_status); }; }; then
11903
 
+  :
11904
 
+else
11905
 
+  echo "$as_me: program exited with status $ac_status" >&5
11906
 
+echo "$as_me: failed program was:" >&5
11907
 
+sed 's/^/| /' conftest.$ac_ext >&5
11908
 
+
11909
 
+( exit $ac_status )
11910
 
+ac_cv_header_stdc=no
11911
 
+fi
11912
 
+rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11913
 
+fi
11914
 
+fi
11915
 
+fi
11916
 
+echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
11917
 
+echo "${ECHO_T}$ac_cv_header_stdc" >&6
11918
 
+if test $ac_cv_header_stdc = yes; then
11919
 
+  
11920
 
+cat >>confdefs.h <<\_ACEOF
11921
 
+@%:@define STDC_HEADERS 1
11922
 
+_ACEOF
11923
 
+
11924
 
+fi
11925
 
+
11926
 
+# On IRIX 5.3, sys/types and inttypes.h are conflicting.
11927
 
+
11928
 
+
11929
 
+
11930
 
+
11931
 
+
11932
 
+
11933
 
+
11934
 
+
11935
 
+
11936
 
+for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
11937
 
+                 inttypes.h stdint.h unistd.h
11938
 
+do
11939
 
+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11940
 
+echo "$as_me:$LINENO: checking for $ac_header" >&5
11941
 
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11942
 
+if eval "test \"\${$as_ac_Header+set}\" = set"; then
11943
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
11944
 
+else
11945
 
+  cat >conftest.$ac_ext <<_ACEOF
11946
 
+/* confdefs.h.  */
11947
 
+_ACEOF
11948
 
+cat confdefs.h >>conftest.$ac_ext
11949
 
+cat >>conftest.$ac_ext <<_ACEOF
11950
 
+/* end confdefs.h.  */
11951
 
+$ac_includes_default
11952
 
+
11953
 
+@%:@include <$ac_header>
11954
 
+_ACEOF
11955
 
+rm -f conftest.$ac_objext
11956
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11957
 
+  (eval $ac_compile) 2>conftest.er1
11958
 
+  ac_status=$?
11959
 
+  grep -v '^ *+' conftest.er1 >conftest.err
11960
 
+  rm -f conftest.er1
11961
 
+  cat conftest.err >&5
11962
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11963
 
+  (exit $ac_status); } &&
11964
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
11965
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11966
 
+  (eval $ac_try) 2>&5
11967
 
+  ac_status=$?
11968
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11969
 
+  (exit $ac_status); }; } &&
11970
 
+        { ac_try='test -s conftest.$ac_objext'
11971
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11972
 
+  (eval $ac_try) 2>&5
11973
 
+  ac_status=$?
11974
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11975
 
+  (exit $ac_status); }; }; then
11976
 
+  eval "$as_ac_Header=yes"
11977
 
+else
11978
 
+  echo "$as_me: failed program was:" >&5
11979
 
+sed 's/^/| /' conftest.$ac_ext >&5
11980
 
+
11981
 
+eval "$as_ac_Header=no"
11982
 
+fi
11983
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11984
 
+fi
11985
 
+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11986
 
+echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11987
 
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
11988
 
+  cat >>confdefs.h <<_ACEOF
11989
 
+@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11990
 
+_ACEOF
11991
 
11992
 
+fi
11993
 
+
11994
 
+done
11995
 
+
11996
 
+
11997
 
+if test "${ac_cv_header_minix_config_h+set}" = set; then
11998
 
+  echo "$as_me:$LINENO: checking for minix/config.h" >&5
11999
 
+echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6
12000
 
+if test "${ac_cv_header_minix_config_h+set}" = set; then
12001
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
12002
 
+fi
12003
 
+echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
12004
 
+echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6
12005
 
+else
12006
 
+  # Is the header compilable?
12007
 
+echo "$as_me:$LINENO: checking minix/config.h usability" >&5
12008
 
+echo $ECHO_N "checking minix/config.h usability... $ECHO_C" >&6
12009
 
+cat >conftest.$ac_ext <<_ACEOF
12010
 
+/* confdefs.h.  */
12011
 
+_ACEOF
12012
 
+cat confdefs.h >>conftest.$ac_ext
12013
 
+cat >>conftest.$ac_ext <<_ACEOF
12014
 
+/* end confdefs.h.  */
12015
 
+$ac_includes_default
12016
 
+@%:@include <minix/config.h>
12017
 
+_ACEOF
12018
 
+rm -f conftest.$ac_objext
12019
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12020
 
+  (eval $ac_compile) 2>conftest.er1
12021
 
+  ac_status=$?
12022
 
+  grep -v '^ *+' conftest.er1 >conftest.err
12023
 
+  rm -f conftest.er1
12024
 
+  cat conftest.err >&5
12025
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12026
 
+  (exit $ac_status); } &&
12027
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
12028
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12029
 
+  (eval $ac_try) 2>&5
12030
 
+  ac_status=$?
12031
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12032
 
+  (exit $ac_status); }; } &&
12033
 
+        { ac_try='test -s conftest.$ac_objext'
12034
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12035
 
+  (eval $ac_try) 2>&5
12036
 
+  ac_status=$?
12037
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12038
 
+  (exit $ac_status); }; }; then
12039
 
+  ac_header_compiler=yes
12040
 
+else
12041
 
+  echo "$as_me: failed program was:" >&5
12042
 
+sed 's/^/| /' conftest.$ac_ext >&5
12043
 
+
12044
 
+ac_header_compiler=no
12045
 
+fi
12046
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12047
 
+echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12048
 
+echo "${ECHO_T}$ac_header_compiler" >&6
12049
 
+
12050
 
+# Is the header present?
12051
 
+echo "$as_me:$LINENO: checking minix/config.h presence" >&5
12052
 
+echo $ECHO_N "checking minix/config.h presence... $ECHO_C" >&6
12053
 
+cat >conftest.$ac_ext <<_ACEOF
12054
 
+/* confdefs.h.  */
12055
 
+_ACEOF
12056
 
+cat confdefs.h >>conftest.$ac_ext
12057
 
+cat >>conftest.$ac_ext <<_ACEOF
12058
 
+/* end confdefs.h.  */
12059
 
+@%:@include <minix/config.h>
12060
 
+_ACEOF
12061
 
+if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12062
 
+  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12063
 
+  ac_status=$?
12064
 
+  grep -v '^ *+' conftest.er1 >conftest.err
12065
 
+  rm -f conftest.er1
12066
 
+  cat conftest.err >&5
12067
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12068
 
+  (exit $ac_status); } >/dev/null; then
12069
 
+  if test -s conftest.err; then
12070
 
+    ac_cpp_err=$ac_c_preproc_warn_flag
12071
 
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12072
 
+  else
12073
 
+    ac_cpp_err=
12074
 
+  fi
12075
 
+else
12076
 
+  ac_cpp_err=yes
12077
 
+fi
12078
 
+if test -z "$ac_cpp_err"; then
12079
 
+  ac_header_preproc=yes
12080
 
+else
12081
 
+  echo "$as_me: failed program was:" >&5
12082
 
+sed 's/^/| /' conftest.$ac_ext >&5
12083
 
+
12084
 
+  ac_header_preproc=no
12085
 
+fi
12086
 
+rm -f conftest.err conftest.$ac_ext
12087
 
+echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12088
 
+echo "${ECHO_T}$ac_header_preproc" >&6
12089
 
+
12090
 
+# So?  What about this header?
12091
 
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12092
 
+  yes:no: )
12093
 
+    { echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5
12094
 
+echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12095
 
+    { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5
12096
 
+echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;}
12097
 
+    ac_header_preproc=yes
12098
 
+    ;;
12099
 
+  no:yes:* )
12100
 
+    { echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5
12101
 
+echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;}
12102
 
+    { echo "$as_me:$LINENO: WARNING: minix/config.h:     check for missing prerequisite headers?" >&5
12103
 
+echo "$as_me: WARNING: minix/config.h:     check for missing prerequisite headers?" >&2;}
12104
 
+    { echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5
12105
 
+echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;}
12106
 
+    { echo "$as_me:$LINENO: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&5
12107
 
+echo "$as_me: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&2;}
12108
 
+    { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
12109
 
+echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;}
12110
 
+    { echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5
12111
 
+echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;}
12112
 
+    (
12113
 
+      cat <<\_ASBOX
12114
 
+@%:@@%:@ -------------------------------- @%:@@%:@
12115
 
+@%:@@%:@ Report this to laird@lbreyer.com @%:@@%:@
12116
 
+@%:@@%:@ -------------------------------- @%:@@%:@
12117
 
+_ASBOX
12118
 
+    ) |
12119
 
+      sed "s/^/$as_me: WARNING:     /" >&2
12120
 
+    ;;
12121
 
+esac
12122
 
+echo "$as_me:$LINENO: checking for minix/config.h" >&5
12123
 
+echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6
12124
 
+if test "${ac_cv_header_minix_config_h+set}" = set; then
12125
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
12126
 
+else
12127
 
+  ac_cv_header_minix_config_h=$ac_header_preproc
12128
 
+fi
12129
 
+echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
12130
 
+echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6
12131
 
+
12132
 
+fi
12133
 
+if test $ac_cv_header_minix_config_h = yes; then
12134
 
+  MINIX=yes
12135
 
+else
12136
 
+  MINIX=
12137
 
+fi
12138
 
+
12139
 
+
12140
 
+if test "$MINIX" = yes; then
12141
 
+  
12142
 
+cat >>confdefs.h <<\_ACEOF
12143
 
+@%:@define _POSIX_SOURCE 1
12144
 
+_ACEOF
12145
 
+
12146
 
+  
12147
 
+cat >>confdefs.h <<\_ACEOF
12148
 
+@%:@define _POSIX_1_SOURCE 2
12149
 
+_ACEOF
12150
 
+
12151
 
+  
12152
 
+cat >>confdefs.h <<\_ACEOF
12153
 
+@%:@define _MINIX 1
12154
 
+_ACEOF
12155
 
+
12156
 
+fi
12157
 
+
12158
 
+
12159
 
+CFLAGSIEEE=""
12160
 
+
12161
 
+case $host in
12162
 
+       alpha*-linux*)
12163
 
+               
12164
 
+cat >>confdefs.h <<\_ACEOF
12165
 
+@%:@define OS_LINUX 
12166
 
+_ACEOF
12167
 
+
12168
 
+               { echo "$as_me:$LINENO: using -mieee compilation flag to allow divide by zero." >&5
12169
 
+echo "$as_me: using -mieee compilation flag to allow divide by zero." >&6;}    
12170
 
+               CFLAGSIEEE="-mieee"
12171
 
+
12172
 
+               ;;
12173
 
+       *-*-linux*)
12174
 
+               
12175
 
+cat >>confdefs.h <<\_ACEOF
12176
 
+@%:@define OS_LINUX 
12177
 
+_ACEOF
12178
 
+
12179
 
+               ;;
12180
 
+       *-*-sunos*)
12181
 
+               
12182
 
+cat >>confdefs.h <<\_ACEOF
12183
 
+@%:@define OS_SUN 
12184
 
+_ACEOF
12185
 
+
12186
 
+               ;;
12187
 
+       *-*-solaris*)
12188
 
+               
12189
 
+cat >>confdefs.h <<\_ACEOF
12190
 
+@%:@define OS_SUN 
12191
 
+_ACEOF
12192
 
+
12193
 
+               ;;
12194
 
+       *-*-darwin*)
12195
 
+               
12196
 
+cat >>confdefs.h <<\_ACEOF
12197
 
+@%:@define OS_DARWIN 
12198
 
+_ACEOF
12199
 
+
12200
 
+               ;;
12201
 
+       -*-*-*)
12202
 
+               
12203
 
+cat >>confdefs.h <<\_ACEOF
12204
 
+@%:@define OS_UNKNOWN 
12205
 
+_ACEOF
12206
 
+
12207
 
+               ;;
12208
 
+esac
12209
 
+
12210
 
+
12211
 
+cat >>confdefs.h <<_ACEOF
12212
 
+@%:@define TARGETCPU "$target"
12213
 
+_ACEOF
12214
 
+
12215
 
+
12216
 
+## Checks for programs
12217
 
+ac_ext=c
12218
 
+ac_cpp='$CPP $CPPFLAGS'
12219
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12220
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12221
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
12222
 
+if test -n "$ac_tool_prefix"; then
12223
 
+  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
12224
 
+set dummy ${ac_tool_prefix}gcc; ac_word=$2
12225
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
12226
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12227
 
+if test "${ac_cv_prog_CC+set}" = set; then
12228
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
12229
 
+else
12230
 
+  if test -n "$CC"; then
12231
 
+  ac_cv_prog_CC="$CC" # Let the user override the test.
12232
 
+else
12233
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12234
 
+for as_dir in $PATH
12235
 
+do
12236
 
+  IFS=$as_save_IFS
12237
 
+  test -z "$as_dir" && as_dir=.
12238
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
12239
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12240
 
+    ac_cv_prog_CC="${ac_tool_prefix}gcc"
12241
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12242
 
+    break 2
12243
 
+  fi
12244
 
+done
12245
 
+done
12246
 
+
12247
 
+fi
12248
 
+fi
12249
 
+CC=$ac_cv_prog_CC
12250
 
+if test -n "$CC"; then
12251
 
+  echo "$as_me:$LINENO: result: $CC" >&5
12252
 
+echo "${ECHO_T}$CC" >&6
12253
 
+else
12254
 
+  echo "$as_me:$LINENO: result: no" >&5
12255
 
+echo "${ECHO_T}no" >&6
12256
 
+fi
12257
 
+
12258
 
+fi
12259
 
+if test -z "$ac_cv_prog_CC"; then
12260
 
+  ac_ct_CC=$CC
12261
 
+  # Extract the first word of "gcc", so it can be a program name with args.
12262
 
+set dummy gcc; ac_word=$2
12263
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
12264
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12265
 
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
12266
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
12267
 
+else
12268
 
+  if test -n "$ac_ct_CC"; then
12269
 
+  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
12270
 
+else
12271
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12272
 
+for as_dir in $PATH
12273
 
+do
12274
 
+  IFS=$as_save_IFS
12275
 
+  test -z "$as_dir" && as_dir=.
12276
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
12277
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12278
 
+    ac_cv_prog_ac_ct_CC="gcc"
12279
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12280
 
+    break 2
12281
 
+  fi
12282
 
+done
12283
 
+done
12284
 
+
12285
 
+fi
12286
 
+fi
12287
 
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
12288
 
+if test -n "$ac_ct_CC"; then
12289
 
+  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
12290
 
+echo "${ECHO_T}$ac_ct_CC" >&6
12291
 
+else
12292
 
+  echo "$as_me:$LINENO: result: no" >&5
12293
 
+echo "${ECHO_T}no" >&6
12294
 
+fi
12295
 
+
12296
 
+  CC=$ac_ct_CC
12297
 
+else
12298
 
+  CC="$ac_cv_prog_CC"
12299
 
+fi
12300
 
+
12301
 
+if test -z "$CC"; then
12302
 
+  if test -n "$ac_tool_prefix"; then
12303
 
+  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
12304
 
+set dummy ${ac_tool_prefix}cc; ac_word=$2
12305
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
12306
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12307
 
+if test "${ac_cv_prog_CC+set}" = set; then
12308
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
12309
 
+else
12310
 
+  if test -n "$CC"; then
12311
 
+  ac_cv_prog_CC="$CC" # Let the user override the test.
12312
 
+else
12313
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12314
 
+for as_dir in $PATH
12315
 
+do
12316
 
+  IFS=$as_save_IFS
12317
 
+  test -z "$as_dir" && as_dir=.
12318
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
12319
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12320
 
+    ac_cv_prog_CC="${ac_tool_prefix}cc"
12321
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12322
 
+    break 2
12323
 
+  fi
12324
 
+done
12325
 
+done
12326
 
+
12327
 
+fi
12328
 
+fi
12329
 
+CC=$ac_cv_prog_CC
12330
 
+if test -n "$CC"; then
12331
 
+  echo "$as_me:$LINENO: result: $CC" >&5
12332
 
+echo "${ECHO_T}$CC" >&6
12333
 
+else
12334
 
+  echo "$as_me:$LINENO: result: no" >&5
12335
 
+echo "${ECHO_T}no" >&6
12336
 
+fi
12337
 
+
12338
 
+fi
12339
 
+if test -z "$ac_cv_prog_CC"; then
12340
 
+  ac_ct_CC=$CC
12341
 
+  # Extract the first word of "cc", so it can be a program name with args.
12342
 
+set dummy cc; ac_word=$2
12343
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
12344
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12345
 
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
12346
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
12347
 
+else
12348
 
+  if test -n "$ac_ct_CC"; then
12349
 
+  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
12350
 
+else
12351
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12352
 
+for as_dir in $PATH
12353
 
+do
12354
 
+  IFS=$as_save_IFS
12355
 
+  test -z "$as_dir" && as_dir=.
12356
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
12357
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12358
 
+    ac_cv_prog_ac_ct_CC="cc"
12359
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12360
 
+    break 2
12361
 
+  fi
12362
 
+done
12363
 
+done
12364
 
+
12365
 
+fi
12366
 
+fi
12367
 
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
12368
 
+if test -n "$ac_ct_CC"; then
12369
 
+  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
12370
 
+echo "${ECHO_T}$ac_ct_CC" >&6
12371
 
+else
12372
 
+  echo "$as_me:$LINENO: result: no" >&5
12373
 
+echo "${ECHO_T}no" >&6
12374
 
+fi
12375
 
+
12376
 
+  CC=$ac_ct_CC
12377
 
+else
12378
 
+  CC="$ac_cv_prog_CC"
12379
 
+fi
12380
 
+
12381
 
+fi
12382
 
+if test -z "$CC"; then
12383
 
+  # Extract the first word of "cc", so it can be a program name with args.
12384
 
+set dummy cc; ac_word=$2
12385
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
12386
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12387
 
+if test "${ac_cv_prog_CC+set}" = set; then
12388
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
12389
 
+else
12390
 
+  if test -n "$CC"; then
12391
 
+  ac_cv_prog_CC="$CC" # Let the user override the test.
12392
 
+else
12393
 
+  ac_prog_rejected=no
12394
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12395
 
+for as_dir in $PATH
12396
 
+do
12397
 
+  IFS=$as_save_IFS
12398
 
+  test -z "$as_dir" && as_dir=.
12399
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
12400
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12401
 
+    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
12402
 
+       ac_prog_rejected=yes
12403
 
+       continue
12404
 
+     fi
12405
 
+    ac_cv_prog_CC="cc"
12406
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12407
 
+    break 2
12408
 
+  fi
12409
 
+done
12410
 
+done
12411
 
+
12412
 
+if test $ac_prog_rejected = yes; then
12413
 
+  # We found a bogon in the path, so make sure we never use it.
12414
 
+  set dummy $ac_cv_prog_CC
12415
 
+  shift
12416
 
+  if test $@%:@ != 0; then
12417
 
+    # We chose a different compiler from the bogus one.
12418
 
+    # However, it has the same basename, so the bogon will be chosen
12419
 
+    # first if we set CC to just the basename; use the full file name.
12420
 
+    shift
12421
 
+    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
12422
 
+  fi
12423
 
+fi
12424
 
+fi
12425
 
+fi
12426
 
+CC=$ac_cv_prog_CC
12427
 
+if test -n "$CC"; then
12428
 
+  echo "$as_me:$LINENO: result: $CC" >&5
12429
 
+echo "${ECHO_T}$CC" >&6
12430
 
+else
12431
 
+  echo "$as_me:$LINENO: result: no" >&5
12432
 
+echo "${ECHO_T}no" >&6
12433
 
+fi
12434
 
+
12435
 
+fi
12436
 
+if test -z "$CC"; then
12437
 
+  if test -n "$ac_tool_prefix"; then
12438
 
+  for ac_prog in cl
12439
 
+  do
12440
 
+    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
12441
 
+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
12442
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
12443
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12444
 
+if test "${ac_cv_prog_CC+set}" = set; then
12445
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
12446
 
+else
12447
 
+  if test -n "$CC"; then
12448
 
+  ac_cv_prog_CC="$CC" # Let the user override the test.
12449
 
+else
12450
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12451
 
+for as_dir in $PATH
12452
 
+do
12453
 
+  IFS=$as_save_IFS
12454
 
+  test -z "$as_dir" && as_dir=.
12455
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
12456
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12457
 
+    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
12458
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12459
 
+    break 2
12460
 
+  fi
12461
 
+done
12462
 
+done
12463
 
+
12464
 
+fi
12465
 
+fi
12466
 
+CC=$ac_cv_prog_CC
12467
 
+if test -n "$CC"; then
12468
 
+  echo "$as_me:$LINENO: result: $CC" >&5
12469
 
+echo "${ECHO_T}$CC" >&6
12470
 
+else
12471
 
+  echo "$as_me:$LINENO: result: no" >&5
12472
 
+echo "${ECHO_T}no" >&6
12473
 
+fi
12474
 
+
12475
 
+    test -n "$CC" && break
12476
 
+  done
12477
 
+fi
12478
 
+if test -z "$CC"; then
12479
 
+  ac_ct_CC=$CC
12480
 
+  for ac_prog in cl
12481
 
+do
12482
 
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
12483
 
+set dummy $ac_prog; ac_word=$2
12484
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
12485
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12486
 
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
12487
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
12488
 
+else
12489
 
+  if test -n "$ac_ct_CC"; then
12490
 
+  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
12491
 
+else
12492
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12493
 
+for as_dir in $PATH
12494
 
+do
12495
 
+  IFS=$as_save_IFS
12496
 
+  test -z "$as_dir" && as_dir=.
12497
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
12498
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12499
 
+    ac_cv_prog_ac_ct_CC="$ac_prog"
12500
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12501
 
+    break 2
12502
 
+  fi
12503
 
+done
12504
 
+done
12505
 
+
12506
 
+fi
12507
 
+fi
12508
 
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
12509
 
+if test -n "$ac_ct_CC"; then
12510
 
+  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
12511
 
+echo "${ECHO_T}$ac_ct_CC" >&6
12512
 
+else
12513
 
+  echo "$as_me:$LINENO: result: no" >&5
12514
 
+echo "${ECHO_T}no" >&6
12515
 
+fi
12516
 
+
12517
 
+  test -n "$ac_ct_CC" && break
12518
 
+done
12519
 
+
12520
 
+  CC=$ac_ct_CC
12521
 
+fi
12522
 
+
12523
 
+fi
12524
 
+
12525
 
+
12526
 
+test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
12527
 
+See \`config.log' for more details." >&5
12528
 
+echo "$as_me: error: no acceptable C compiler found in \$PATH
12529
 
+See \`config.log' for more details." >&2;}
12530
 
+   { (exit 1); exit 1; }; }
12531
 
+
12532
 
+# Provide some information about the compiler.
12533
 
+echo "$as_me:$LINENO:" \
12534
 
+     "checking for C compiler version" >&5
12535
 
+ac_compiler=`set X $ac_compile; echo $2`
12536
 
+{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
12537
 
+  (eval $ac_compiler --version </dev/null >&5) 2>&5
12538
 
+  ac_status=$?
12539
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12540
 
+  (exit $ac_status); }
12541
 
+{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
12542
 
+  (eval $ac_compiler -v </dev/null >&5) 2>&5
12543
 
+  ac_status=$?
12544
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12545
 
+  (exit $ac_status); }
12546
 
+{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
12547
 
+  (eval $ac_compiler -V </dev/null >&5) 2>&5
12548
 
+  ac_status=$?
12549
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12550
 
+  (exit $ac_status); }
12551
 
+
12552
 
+echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
12553
 
+echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
12554
 
+if test "${ac_cv_c_compiler_gnu+set}" = set; then
12555
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
12556
 
+else
12557
 
+  cat >conftest.$ac_ext <<_ACEOF
12558
 
+/* confdefs.h.  */
12559
 
+_ACEOF
12560
 
+cat confdefs.h >>conftest.$ac_ext
12561
 
+cat >>conftest.$ac_ext <<_ACEOF
12562
 
+/* end confdefs.h.  */
12563
 
+
12564
 
+int
12565
 
+main ()
12566
 
+{
12567
 
+#ifndef __GNUC__
12568
 
+       choke me
12569
 
+#endif
12570
 
+
12571
 
+  ;
12572
 
+  return 0;
12573
 
+}
12574
 
+_ACEOF
12575
 
+rm -f conftest.$ac_objext
12576
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12577
 
+  (eval $ac_compile) 2>conftest.er1
12578
 
+  ac_status=$?
12579
 
+  grep -v '^ *+' conftest.er1 >conftest.err
12580
 
+  rm -f conftest.er1
12581
 
+  cat conftest.err >&5
12582
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12583
 
+  (exit $ac_status); } &&
12584
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
12585
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12586
 
+  (eval $ac_try) 2>&5
12587
 
+  ac_status=$?
12588
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12589
 
+  (exit $ac_status); }; } &&
12590
 
+        { ac_try='test -s conftest.$ac_objext'
12591
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12592
 
+  (eval $ac_try) 2>&5
12593
 
+  ac_status=$?
12594
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12595
 
+  (exit $ac_status); }; }; then
12596
 
+  ac_compiler_gnu=yes
12597
 
+else
12598
 
+  echo "$as_me: failed program was:" >&5
12599
 
+sed 's/^/| /' conftest.$ac_ext >&5
12600
 
+
12601
 
+ac_compiler_gnu=no
12602
 
+fi
12603
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12604
 
+ac_cv_c_compiler_gnu=$ac_compiler_gnu
12605
 
+
12606
 
+fi
12607
 
+echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
12608
 
+echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
12609
 
+GCC=`test $ac_compiler_gnu = yes && echo yes`
12610
 
+ac_test_CFLAGS=${CFLAGS+set}
12611
 
+ac_save_CFLAGS=$CFLAGS
12612
 
+CFLAGS="-g"
12613
 
+echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
12614
 
+echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
12615
 
+if test "${ac_cv_prog_cc_g+set}" = set; then
12616
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
12617
 
+else
12618
 
+  cat >conftest.$ac_ext <<_ACEOF
12619
 
+/* confdefs.h.  */
12620
 
+_ACEOF
12621
 
+cat confdefs.h >>conftest.$ac_ext
12622
 
+cat >>conftest.$ac_ext <<_ACEOF
12623
 
+/* end confdefs.h.  */
12624
 
+
12625
 
+int
12626
 
+main ()
12627
 
+{
12628
 
+
12629
 
+  ;
12630
 
+  return 0;
12631
 
+}
12632
 
+_ACEOF
12633
 
+rm -f conftest.$ac_objext
12634
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12635
 
+  (eval $ac_compile) 2>conftest.er1
12636
 
+  ac_status=$?
12637
 
+  grep -v '^ *+' conftest.er1 >conftest.err
12638
 
+  rm -f conftest.er1
12639
 
+  cat conftest.err >&5
12640
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12641
 
+  (exit $ac_status); } &&
12642
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
12643
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12644
 
+  (eval $ac_try) 2>&5
12645
 
+  ac_status=$?
12646
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12647
 
+  (exit $ac_status); }; } &&
12648
 
+        { ac_try='test -s conftest.$ac_objext'
12649
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12650
 
+  (eval $ac_try) 2>&5
12651
 
+  ac_status=$?
12652
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12653
 
+  (exit $ac_status); }; }; then
12654
 
+  ac_cv_prog_cc_g=yes
12655
 
+else
12656
 
+  echo "$as_me: failed program was:" >&5
12657
 
+sed 's/^/| /' conftest.$ac_ext >&5
12658
 
+
12659
 
+ac_cv_prog_cc_g=no
12660
 
+fi
12661
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12662
 
+fi
12663
 
+echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
12664
 
+echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
12665
 
+if test "$ac_test_CFLAGS" = set; then
12666
 
+  CFLAGS=$ac_save_CFLAGS
12667
 
+elif test $ac_cv_prog_cc_g = yes; then
12668
 
+  if test "$GCC" = yes; then
12669
 
+    CFLAGS="-g -O2"
12670
 
+  else
12671
 
+    CFLAGS="-g"
12672
 
+  fi
12673
 
+else
12674
 
+  if test "$GCC" = yes; then
12675
 
+    CFLAGS="-O2"
12676
 
+  else
12677
 
+    CFLAGS=
12678
 
+  fi
12679
 
+fi
12680
 
+echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
12681
 
+echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
12682
 
+if test "${ac_cv_prog_cc_stdc+set}" = set; then
12683
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
12684
 
+else
12685
 
+  ac_cv_prog_cc_stdc=no
12686
 
+ac_save_CC=$CC
12687
 
+cat >conftest.$ac_ext <<_ACEOF
12688
 
+/* confdefs.h.  */
12689
 
+_ACEOF
12690
 
+cat confdefs.h >>conftest.$ac_ext
12691
 
+cat >>conftest.$ac_ext <<_ACEOF
12692
 
+/* end confdefs.h.  */
12693
 
+#include <stdarg.h>
12694
 
+#include <stdio.h>
12695
 
+#include <sys/types.h>
12696
 
+#include <sys/stat.h>
12697
 
+/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
12698
 
+struct buf { int x; };
12699
 
+FILE * (*rcsopen) (struct buf *, struct stat *, int);
12700
 
+static char *e (p, i)
12701
 
+     char **p;
12702
 
+     int i;
12703
 
+{
12704
 
+  return p[i];
12705
 
+}
12706
 
+static char *f (char * (*g) (char **, int), char **p, ...)
12707
 
+{
12708
 
+  char *s;
12709
 
+  va_list v;
12710
 
+  va_start (v,p);
12711
 
+  s = g (p, va_arg (v,int));
12712
 
+  va_end (v);
12713
 
+  return s;
12714
 
+}
12715
 
+
12716
 
+/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
12717
 
+   function prototypes and stuff, but not '\xHH' hex character constants.
12718
 
+   These don't provoke an error unfortunately, instead are silently treated
12719
 
+   as 'x'.  The following induces an error, until -std1 is added to get
12720
 
+   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
12721
 
+   array size at least.  It's necessary to write '\x00'==0 to get something
12722
 
+   that's true only with -std1.  */
12723
 
+int osf4_cc_array ['\x00' == 0 ? 1 : -1];
12724
 
+
12725
 
+int test (int i, double x);
12726
 
+struct s1 {int (*f) (int a);};
12727
 
+struct s2 {int (*f) (double a);};
12728
 
+int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
12729
 
+int argc;
12730
 
+char **argv;
12731
 
+int
12732
 
+main ()
12733
 
+{
12734
 
+return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
12735
 
+  ;
12736
 
+  return 0;
12737
 
+}
12738
 
+_ACEOF
12739
 
+# Don't try gcc -ansi; that turns off useful extensions and
12740
 
+# breaks some systems' header files.
12741
 
+# AIX                  -qlanglvl=ansi
12742
 
+# Ultrix and OSF/1     -std1
12743
 
+# HP-UX 10.20 and later        -Ae
12744
 
+# HP-UX older versions -Aa -D_HPUX_SOURCE
12745
 
+# SVR4                 -Xc -D__EXTENSIONS__
12746
 
+for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
12747
 
+do
12748
 
+  CC="$ac_save_CC $ac_arg"
12749
 
+  rm -f conftest.$ac_objext
12750
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12751
 
+  (eval $ac_compile) 2>conftest.er1
12752
 
+  ac_status=$?
12753
 
+  grep -v '^ *+' conftest.er1 >conftest.err
12754
 
+  rm -f conftest.er1
12755
 
+  cat conftest.err >&5
12756
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12757
 
+  (exit $ac_status); } &&
12758
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
12759
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12760
 
+  (eval $ac_try) 2>&5
12761
 
+  ac_status=$?
12762
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12763
 
+  (exit $ac_status); }; } &&
12764
 
+        { ac_try='test -s conftest.$ac_objext'
12765
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12766
 
+  (eval $ac_try) 2>&5
12767
 
+  ac_status=$?
12768
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12769
 
+  (exit $ac_status); }; }; then
12770
 
+  ac_cv_prog_cc_stdc=$ac_arg
12771
 
+break
12772
 
+else
12773
 
+  echo "$as_me: failed program was:" >&5
12774
 
+sed 's/^/| /' conftest.$ac_ext >&5
12775
 
+
12776
 
+fi
12777
 
+rm -f conftest.err conftest.$ac_objext 
12778
 
+done
12779
 
+rm -f conftest.$ac_ext conftest.$ac_objext
12780
 
+CC=$ac_save_CC
12781
 
+
12782
 
+fi
12783
 
+
12784
 
+case "x$ac_cv_prog_cc_stdc" in
12785
 
+  x|xno)
12786
 
+    echo "$as_me:$LINENO: result: none needed" >&5
12787
 
+echo "${ECHO_T}none needed" >&6 ;;
12788
 
+  *)
12789
 
+    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
12790
 
+echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
12791
 
+    CC="$CC $ac_cv_prog_cc_stdc" ;;
12792
 
+esac
12793
 
+
12794
 
+# Some people use a C++ compiler to compile C.  Since we use `exit',
12795
 
+# in C++ we need to declare it.  In case someone uses the same compiler
12796
 
+# for both compiling C and C++ we need to have the C++ compiler decide
12797
 
+# the declaration of exit, since it's the most demanding environment.
12798
 
+cat >conftest.$ac_ext <<_ACEOF
12799
 
+@%:@ifndef __cplusplus
12800
 
+  choke me
12801
 
+@%:@endif
12802
 
+_ACEOF
12803
 
+rm -f conftest.$ac_objext
12804
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12805
 
+  (eval $ac_compile) 2>conftest.er1
12806
 
+  ac_status=$?
12807
 
+  grep -v '^ *+' conftest.er1 >conftest.err
12808
 
+  rm -f conftest.er1
12809
 
+  cat conftest.err >&5
12810
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12811
 
+  (exit $ac_status); } &&
12812
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
12813
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12814
 
+  (eval $ac_try) 2>&5
12815
 
+  ac_status=$?
12816
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12817
 
+  (exit $ac_status); }; } &&
12818
 
+        { ac_try='test -s conftest.$ac_objext'
12819
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12820
 
+  (eval $ac_try) 2>&5
12821
 
+  ac_status=$?
12822
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12823
 
+  (exit $ac_status); }; }; then
12824
 
+  for ac_declaration in \
12825
 
+   '' \
12826
 
+   'extern "C" void std::exit (int) throw (); using std::exit;' \
12827
 
+   'extern "C" void std::exit (int); using std::exit;' \
12828
 
+   'extern "C" void exit (int) throw ();' \
12829
 
+   'extern "C" void exit (int);' \
12830
 
+   'void exit (int);'
12831
 
+do
12832
 
+  cat >conftest.$ac_ext <<_ACEOF
12833
 
+/* confdefs.h.  */
12834
 
+_ACEOF
12835
 
+cat confdefs.h >>conftest.$ac_ext
12836
 
+cat >>conftest.$ac_ext <<_ACEOF
12837
 
+/* end confdefs.h.  */
12838
 
+$ac_declaration
12839
 
+@%:@include <stdlib.h>
12840
 
+int
12841
 
+main ()
12842
 
+{
12843
 
+exit (42);
12844
 
+  ;
12845
 
+  return 0;
12846
 
+}
12847
 
+_ACEOF
12848
 
+rm -f conftest.$ac_objext
12849
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12850
 
+  (eval $ac_compile) 2>conftest.er1
12851
 
+  ac_status=$?
12852
 
+  grep -v '^ *+' conftest.er1 >conftest.err
12853
 
+  rm -f conftest.er1
12854
 
+  cat conftest.err >&5
12855
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12856
 
+  (exit $ac_status); } &&
12857
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
12858
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12859
 
+  (eval $ac_try) 2>&5
12860
 
+  ac_status=$?
12861
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12862
 
+  (exit $ac_status); }; } &&
12863
 
+        { ac_try='test -s conftest.$ac_objext'
12864
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12865
 
+  (eval $ac_try) 2>&5
12866
 
+  ac_status=$?
12867
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12868
 
+  (exit $ac_status); }; }; then
12869
 
+  :
12870
 
+else
12871
 
+  echo "$as_me: failed program was:" >&5
12872
 
+sed 's/^/| /' conftest.$ac_ext >&5
12873
 
+
12874
 
+continue
12875
 
+fi
12876
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12877
 
+  cat >conftest.$ac_ext <<_ACEOF
12878
 
+/* confdefs.h.  */
12879
 
+_ACEOF
12880
 
+cat confdefs.h >>conftest.$ac_ext
12881
 
+cat >>conftest.$ac_ext <<_ACEOF
12882
 
+/* end confdefs.h.  */
12883
 
+$ac_declaration
12884
 
+int
12885
 
+main ()
12886
 
+{
12887
 
+exit (42);
12888
 
+  ;
12889
 
+  return 0;
12890
 
+}
12891
 
+_ACEOF
12892
 
+rm -f conftest.$ac_objext
12893
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12894
 
+  (eval $ac_compile) 2>conftest.er1
12895
 
+  ac_status=$?
12896
 
+  grep -v '^ *+' conftest.er1 >conftest.err
12897
 
+  rm -f conftest.er1
12898
 
+  cat conftest.err >&5
12899
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12900
 
+  (exit $ac_status); } &&
12901
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
12902
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12903
 
+  (eval $ac_try) 2>&5
12904
 
+  ac_status=$?
12905
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12906
 
+  (exit $ac_status); }; } &&
12907
 
+        { ac_try='test -s conftest.$ac_objext'
12908
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12909
 
+  (eval $ac_try) 2>&5
12910
 
+  ac_status=$?
12911
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12912
 
+  (exit $ac_status); }; }; then
12913
 
+  break
12914
 
+else
12915
 
+  echo "$as_me: failed program was:" >&5
12916
 
+sed 's/^/| /' conftest.$ac_ext >&5
12917
 
+
12918
 
+fi
12919
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12920
 
+done
12921
 
+rm -f conftest*
12922
 
+if test -n "$ac_declaration"; then
12923
 
+  echo '#ifdef __cplusplus' >>confdefs.h
12924
 
+  echo $ac_declaration      >>confdefs.h
12925
 
+  echo '#endif'             >>confdefs.h
12926
 
+fi
12927
 
+
12928
 
+else
12929
 
+  echo "$as_me: failed program was:" >&5
12930
 
+sed 's/^/| /' conftest.$ac_ext >&5
12931
 
+
12932
 
+fi
12933
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12934
 
+ac_ext=c
12935
 
+ac_cpp='$CPP $CPPFLAGS'
12936
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12937
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12938
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
12939
 
+
12940
 
+depcc="$CC"   am_compiler_list=
12941
 
+
12942
 
+echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
12943
 
+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
12944
 
+if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
12945
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
12946
 
+else
12947
 
+  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
12948
 
+  # We make a subdir and do the tests there.  Otherwise we can end up
12949
 
+  # making bogus files that we don't know about and never remove.  For
12950
 
+  # instance it was reported that on HP-UX the gcc test will end up
12951
 
+  # making a dummy file named `D' -- because `-MD' means `put the output
12952
 
+  # in D'.
12953
 
+  mkdir conftest.dir
12954
 
+  # Copy depcomp to subdir because otherwise we won't find it if we're
12955
 
+  # using a relative directory.
12956
 
+  cp "$am_depcomp" conftest.dir
12957
 
+  cd conftest.dir
12958
 
+  # We will build objects and dependencies in a subdirectory because
12959
 
+  # it helps to detect inapplicable dependency modes.  For instance
12960
 
+  # both Tru64's cc and ICC support -MD to output dependencies as a
12961
 
+  # side effect of compilation, but ICC will put the dependencies in
12962
 
+  # the current directory while Tru64 will put them in the object
12963
 
+  # directory.
12964
 
+  mkdir sub
12965
 
+
12966
 
+  am_cv_CC_dependencies_compiler_type=none
12967
 
+  if test "$am_compiler_list" = ""; then
12968
 
+     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
12969
 
+  fi
12970
 
+  for depmode in $am_compiler_list; do
12971
 
+    # Setup a source with many dependencies, because some compilers
12972
 
+    # like to wrap large dependency lists on column 80 (with \), and
12973
 
+    # we should not choose a depcomp mode which is confused by this.
12974
 
+    #
12975
 
+    # We need to recreate these files for each test, as the compiler may
12976
 
+    # overwrite some of them when testing with obscure command lines.
12977
 
+    # This happens at least with the AIX C compiler.
12978
 
+    : > sub/conftest.c
12979
 
+    for i in 1 2 3 4 5 6; do
12980
 
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
12981
 
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
12982
 
+      # Solaris 8's {/usr,}/bin/sh.
12983
 
+      touch sub/conftst$i.h
12984
 
+    done
12985
 
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
12986
 
+
12987
 
+    case $depmode in
12988
 
+    nosideeffect)
12989
 
+      # after this tag, mechanisms are not by side-effect, so they'll
12990
 
+      # only be used when explicitly requested
12991
 
+      if test "x$enable_dependency_tracking" = xyes; then
12992
 
+       continue
12993
 
+      else
12994
 
+       break
12995
 
+      fi
12996
 
+      ;;
12997
 
+    none) break ;;
12998
 
+    esac
12999
 
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
13000
 
+    # mode.  It turns out that the SunPro C++ compiler does not properly
13001
 
+    # handle `-M -o', and we need to detect this.
13002
 
+    if depmode=$depmode \
13003
 
+       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
13004
 
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
13005
 
+       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
13006
 
+         >/dev/null 2>conftest.err &&
13007
 
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
13008
 
+       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
13009
 
+       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
13010
 
+      # icc doesn't choke on unknown options, it will just issue warnings
13011
 
+      # or remarks (even with -Werror).  So we grep stderr for any message
13012
 
+      # that says an option was ignored or not supported.
13013
 
+      # When given -MP, icc 7.0 and 7.1 complain thusly:
13014
 
+      #   icc: Command line warning: ignoring option '-M'; no argument required
13015
 
+      # The diagnosis changed in icc 8.0:
13016
 
+      #   icc: Command line remark: option '-MP' not supported
13017
 
+      if (grep 'ignoring option' conftest.err ||
13018
 
+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
13019
 
+        am_cv_CC_dependencies_compiler_type=$depmode
13020
 
+        break
13021
 
+      fi
13022
 
+    fi
13023
 
+  done
13024
 
+
13025
 
+  cd ..
13026
 
+  rm -rf conftest.dir
13027
 
+else
13028
 
+  am_cv_CC_dependencies_compiler_type=none
13029
 
+fi
13030
 
+
13031
 
+fi
13032
 
+echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
13033
 
+echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
13034
 
+CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
13035
 
+
13036
 
13037
 
+
13038
 
+if 
13039
 
+  test "x$enable_dependency_tracking" != xno \
13040
 
+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
13041
 
+  am__fastdepCC_TRUE=
13042
 
+  am__fastdepCC_FALSE='#'
13043
 
+else
13044
 
+  am__fastdepCC_TRUE='#'
13045
 
+  am__fastdepCC_FALSE=
13046
 
+fi
13047
 
+
13048
 
+
13049
 
+# Find a good install program.  We prefer a C program (faster),
13050
 
+# so one script is as good as another.  But avoid the broken or
13051
 
+# incompatible versions:
13052
 
+# SysV /etc/install, /usr/sbin/install
13053
 
+# SunOS /usr/etc/install
13054
 
+# IRIX /sbin/install
13055
 
+# AIX /bin/install
13056
 
+# AmigaOS /C/install, which installs bootblocks on floppy discs
13057
 
+# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
13058
 
+# AFS /usr/afsws/bin/install, which mishandles nonexistent args
13059
 
+# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
13060
 
+# OS/2's system install, which has a completely different semantic
13061
 
+# ./install, which can be erroneously created by make from ./install.sh.
13062
 
+echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
13063
 
+echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
13064
 
+if test -z "$INSTALL"; then
13065
 
+if test "${ac_cv_path_install+set}" = set; then
13066
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
13067
 
+else
13068
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13069
 
+for as_dir in $PATH
13070
 
+do
13071
 
+  IFS=$as_save_IFS
13072
 
+  test -z "$as_dir" && as_dir=.
13073
 
+  # Account for people who put trailing slashes in PATH elements.
13074
 
+case $as_dir/ in
13075
 
+  ./ | .// | /cC/* | \
13076
 
+  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
13077
 
+  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
13078
 
+  /usr/ucb/* ) ;;
13079
 
+  *)
13080
 
+    # OSF1 and SCO ODT 3.0 have their own names for install.
13081
 
+    # Don't use installbsd from OSF since it installs stuff as root
13082
 
+    # by default.
13083
 
+    for ac_prog in ginstall scoinst install; do
13084
 
+      for ac_exec_ext in '' $ac_executable_extensions; do
13085
 
+       if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
13086
 
+         if test $ac_prog = install &&
13087
 
+           grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
13088
 
+           # AIX install.  It has an incompatible calling convention.
13089
 
+           :
13090
 
+         elif test $ac_prog = install &&
13091
 
+           grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
13092
 
+           # program-specific install script used by HP pwplus--don't use.
13093
 
+           :
13094
 
+         else
13095
 
+           ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
13096
 
+           break 3
13097
 
+         fi
13098
 
+       fi
13099
 
+      done
13100
 
+    done
13101
 
+    ;;
13102
 
+esac
13103
 
+done
13104
 
+
13105
 
+
13106
 
+fi
13107
 
+  if test "${ac_cv_path_install+set}" = set; then
13108
 
+    INSTALL=$ac_cv_path_install
13109
 
+  else
13110
 
+    # As a last resort, use the slow shell script.  We don't cache a
13111
 
+    # path for INSTALL within a source directory, because that will
13112
 
+    # break other packages using the cache if that directory is
13113
 
+    # removed, or if the path is relative.
13114
 
+    INSTALL=$ac_install_sh
13115
 
+  fi
13116
 
+fi
13117
 
+echo "$as_me:$LINENO: result: $INSTALL" >&5
13118
 
+echo "${ECHO_T}$INSTALL" >&6
13119
 
+
13120
 
+# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
13121
 
+# It thinks the first close brace ends the variable substitution.
13122
 
+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
13123
 
+
13124
 
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
13125
 
+
13126
 
+test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
13127
 
+
13128
 
+for ac_prog in flex lex
13129
 
+do
13130
 
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
13131
 
+set dummy $ac_prog; ac_word=$2
13132
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
13133
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13134
 
+if test "${ac_cv_prog_LEX+set}" = set; then
13135
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
13136
 
+else
13137
 
+  if test -n "$LEX"; then
13138
 
+  ac_cv_prog_LEX="$LEX" # Let the user override the test.
13139
 
+else
13140
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13141
 
+for as_dir in $PATH
13142
 
+do
13143
 
+  IFS=$as_save_IFS
13144
 
+  test -z "$as_dir" && as_dir=.
13145
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
13146
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13147
 
+    ac_cv_prog_LEX="$ac_prog"
13148
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13149
 
+    break 2
13150
 
+  fi
13151
 
+done
13152
 
+done
13153
 
+
13154
 
+fi
13155
 
+fi
13156
 
+LEX=$ac_cv_prog_LEX
13157
 
+if test -n "$LEX"; then
13158
 
+  echo "$as_me:$LINENO: result: $LEX" >&5
13159
 
+echo "${ECHO_T}$LEX" >&6
13160
 
+else
13161
 
+  echo "$as_me:$LINENO: result: no" >&5
13162
 
+echo "${ECHO_T}no" >&6
13163
 
+fi
13164
 
+
13165
 
+  test -n "$LEX" && break
13166
 
+done
13167
 
+test -n "$LEX" || LEX=":"
13168
 
+
13169
 
+if test -z "$LEXLIB"
13170
 
+then
13171
 
+  echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
13172
 
+echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
13173
 
+if test "${ac_cv_lib_fl_yywrap+set}" = set; then
13174
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
13175
 
+else
13176
 
+  ac_check_lib_save_LIBS=$LIBS
13177
 
+LIBS="-lfl  $LIBS"
13178
 
+cat >conftest.$ac_ext <<_ACEOF
13179
 
+/* confdefs.h.  */
13180
 
+_ACEOF
13181
 
+cat confdefs.h >>conftest.$ac_ext
13182
 
+cat >>conftest.$ac_ext <<_ACEOF
13183
 
+/* end confdefs.h.  */
13184
 
+
13185
 
+/* Override any gcc2 internal prototype to avoid an error.  */
13186
 
+#ifdef __cplusplus
13187
 
+extern "C"
13188
 
+#endif
13189
 
+/* We use char because int might match the return type of a gcc2
13190
 
+   builtin and then its argument prototype would still apply.  */
13191
 
+char yywrap ();
13192
 
+int
13193
 
+main ()
13194
 
+{
13195
 
+yywrap ();
13196
 
+  ;
13197
 
+  return 0;
13198
 
+}
13199
 
+_ACEOF
13200
 
+rm -f conftest.$ac_objext conftest$ac_exeext
13201
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13202
 
+  (eval $ac_link) 2>conftest.er1
13203
 
+  ac_status=$?
13204
 
+  grep -v '^ *+' conftest.er1 >conftest.err
13205
 
+  rm -f conftest.er1
13206
 
+  cat conftest.err >&5
13207
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13208
 
+  (exit $ac_status); } &&
13209
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13210
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13211
 
+  (eval $ac_try) 2>&5
13212
 
+  ac_status=$?
13213
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13214
 
+  (exit $ac_status); }; } &&
13215
 
+        { ac_try='test -s conftest$ac_exeext'
13216
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13217
 
+  (eval $ac_try) 2>&5
13218
 
+  ac_status=$?
13219
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13220
 
+  (exit $ac_status); }; }; then
13221
 
+  ac_cv_lib_fl_yywrap=yes
13222
 
+else
13223
 
+  echo "$as_me: failed program was:" >&5
13224
 
+sed 's/^/| /' conftest.$ac_ext >&5
13225
 
+
13226
 
+ac_cv_lib_fl_yywrap=no
13227
 
+fi
13228
 
+rm -f conftest.err conftest.$ac_objext \
13229
 
+      conftest$ac_exeext conftest.$ac_ext
13230
 
+LIBS=$ac_check_lib_save_LIBS
13231
 
+fi
13232
 
+echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
13233
 
+echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
13234
 
+if test $ac_cv_lib_fl_yywrap = yes; then
13235
 
+  LEXLIB="-lfl"
13236
 
+else
13237
 
+  echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
13238
 
+echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
13239
 
+if test "${ac_cv_lib_l_yywrap+set}" = set; then
13240
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
13241
 
+else
13242
 
+  ac_check_lib_save_LIBS=$LIBS
13243
 
+LIBS="-ll  $LIBS"
13244
 
+cat >conftest.$ac_ext <<_ACEOF
13245
 
+/* confdefs.h.  */
13246
 
+_ACEOF
13247
 
+cat confdefs.h >>conftest.$ac_ext
13248
 
+cat >>conftest.$ac_ext <<_ACEOF
13249
 
+/* end confdefs.h.  */
13250
 
+
13251
 
+/* Override any gcc2 internal prototype to avoid an error.  */
13252
 
+#ifdef __cplusplus
13253
 
+extern "C"
13254
 
+#endif
13255
 
+/* We use char because int might match the return type of a gcc2
13256
 
+   builtin and then its argument prototype would still apply.  */
13257
 
+char yywrap ();
13258
 
+int
13259
 
+main ()
13260
 
+{
13261
 
+yywrap ();
13262
 
+  ;
13263
 
+  return 0;
13264
 
+}
13265
 
+_ACEOF
13266
 
+rm -f conftest.$ac_objext conftest$ac_exeext
13267
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13268
 
+  (eval $ac_link) 2>conftest.er1
13269
 
+  ac_status=$?
13270
 
+  grep -v '^ *+' conftest.er1 >conftest.err
13271
 
+  rm -f conftest.er1
13272
 
+  cat conftest.err >&5
13273
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13274
 
+  (exit $ac_status); } &&
13275
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13276
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13277
 
+  (eval $ac_try) 2>&5
13278
 
+  ac_status=$?
13279
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13280
 
+  (exit $ac_status); }; } &&
13281
 
+        { ac_try='test -s conftest$ac_exeext'
13282
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13283
 
+  (eval $ac_try) 2>&5
13284
 
+  ac_status=$?
13285
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13286
 
+  (exit $ac_status); }; }; then
13287
 
+  ac_cv_lib_l_yywrap=yes
13288
 
+else
13289
 
+  echo "$as_me: failed program was:" >&5
13290
 
+sed 's/^/| /' conftest.$ac_ext >&5
13291
 
+
13292
 
+ac_cv_lib_l_yywrap=no
13293
 
+fi
13294
 
+rm -f conftest.err conftest.$ac_objext \
13295
 
+      conftest$ac_exeext conftest.$ac_ext
13296
 
+LIBS=$ac_check_lib_save_LIBS
13297
 
+fi
13298
 
+echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
13299
 
+echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
13300
 
+if test $ac_cv_lib_l_yywrap = yes; then
13301
 
+  LEXLIB="-ll"
13302
 
+fi
13303
 
+
13304
 
+fi
13305
 
+
13306
 
+fi
13307
 
+
13308
 
+if test "x$LEX" != "x:"; then
13309
 
+  echo "$as_me:$LINENO: checking lex output file root" >&5
13310
 
+echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
13311
 
+if test "${ac_cv_prog_lex_root+set}" = set; then
13312
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
13313
 
+else
13314
 
+  # The minimal lex program is just a single line: %%.  But some broken lexes
13315
 
+# (Solaris, I think it was) want two %% lines, so accommodate them.
13316
 
+cat >conftest.l <<_ACEOF
13317
 
+%%
13318
 
+%%
13319
 
+_ACEOF
13320
 
+{ (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
13321
 
+  (eval $LEX conftest.l) 2>&5
13322
 
+  ac_status=$?
13323
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13324
 
+  (exit $ac_status); }
13325
 
+if test -f lex.yy.c; then
13326
 
+  ac_cv_prog_lex_root=lex.yy
13327
 
+elif test -f lexyy.c; then
13328
 
+  ac_cv_prog_lex_root=lexyy
13329
 
+else
13330
 
+  { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
13331
 
+echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
13332
 
+   { (exit 1); exit 1; }; }
13333
 
+fi
13334
 
+fi
13335
 
+echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
13336
 
+echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
13337
 
+rm -f conftest.l
13338
 
+LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
13339
 
+
13340
 
+echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
13341
 
+echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
13342
 
+if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
13343
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
13344
 
+else
13345
 
+  # POSIX says lex can declare yytext either as a pointer or an array; the
13346
 
+# default is implementation-dependent. Figure out which it is, since
13347
 
+# not all implementations provide the %pointer and %array declarations.
13348
 
+ac_cv_prog_lex_yytext_pointer=no
13349
 
+echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
13350
 
+ac_save_LIBS=$LIBS
13351
 
+LIBS="$LIBS $LEXLIB"
13352
 
+cat >conftest.$ac_ext <<_ACEOF
13353
 
+`cat $LEX_OUTPUT_ROOT.c`
13354
 
+_ACEOF
13355
 
+rm -f conftest.$ac_objext conftest$ac_exeext
13356
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13357
 
+  (eval $ac_link) 2>conftest.er1
13358
 
+  ac_status=$?
13359
 
+  grep -v '^ *+' conftest.er1 >conftest.err
13360
 
+  rm -f conftest.er1
13361
 
+  cat conftest.err >&5
13362
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13363
 
+  (exit $ac_status); } &&
13364
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13365
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13366
 
+  (eval $ac_try) 2>&5
13367
 
+  ac_status=$?
13368
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13369
 
+  (exit $ac_status); }; } &&
13370
 
+        { ac_try='test -s conftest$ac_exeext'
13371
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13372
 
+  (eval $ac_try) 2>&5
13373
 
+  ac_status=$?
13374
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13375
 
+  (exit $ac_status); }; }; then
13376
 
+  ac_cv_prog_lex_yytext_pointer=yes
13377
 
+else
13378
 
+  echo "$as_me: failed program was:" >&5
13379
 
+sed 's/^/| /' conftest.$ac_ext >&5
13380
 
+
13381
 
+fi
13382
 
+rm -f conftest.err conftest.$ac_objext \
13383
 
+      conftest$ac_exeext conftest.$ac_ext
13384
 
+LIBS=$ac_save_LIBS
13385
 
+rm -f "${LEX_OUTPUT_ROOT}.c"
13386
 
+
13387
 
+fi
13388
 
+echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
13389
 
+echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
13390
 
+if test $ac_cv_prog_lex_yytext_pointer = yes; then
13391
 
+  
13392
 
+cat >>confdefs.h <<\_ACEOF
13393
 
+@%:@define YYTEXT_POINTER 1
13394
 
+_ACEOF
13395
 
+
13396
 
+fi
13397
 
+
13398
 
+fi
13399
 
+if test "$LEX" = :; then
13400
 
+  LEX=${am_missing_run}flex
13401
 
+fi
13402
 
+for ac_prog in 'bison -y' byacc
13403
 
+do
13404
 
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
13405
 
+set dummy $ac_prog; ac_word=$2
13406
 
+echo "$as_me:$LINENO: checking for $ac_word" >&5
13407
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13408
 
+if test "${ac_cv_prog_YACC+set}" = set; then
13409
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
13410
 
+else
13411
 
+  if test -n "$YACC"; then
13412
 
+  ac_cv_prog_YACC="$YACC" # Let the user override the test.
13413
 
+else
13414
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13415
 
+for as_dir in $PATH
13416
 
+do
13417
 
+  IFS=$as_save_IFS
13418
 
+  test -z "$as_dir" && as_dir=.
13419
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
13420
 
+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13421
 
+    ac_cv_prog_YACC="$ac_prog"
13422
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13423
 
+    break 2
13424
 
+  fi
13425
 
+done
13426
 
+done
13427
 
+
13428
 
+fi
13429
 
+fi
13430
 
+YACC=$ac_cv_prog_YACC
13431
 
+if test -n "$YACC"; then
13432
 
+  echo "$as_me:$LINENO: result: $YACC" >&5
13433
 
+echo "${ECHO_T}$YACC" >&6
13434
 
+else
13435
 
+  echo "$as_me:$LINENO: result: no" >&5
13436
 
+echo "${ECHO_T}no" >&6
13437
 
+fi
13438
 
+
13439
 
+  test -n "$YACC" && break
13440
 
+done
13441
 
+test -n "$YACC" || YACC="yacc"
13442
 
+
13443
 
+
13444
 
+## Checks for libraries.
13445
 
+
13446
 
+echo "$as_me:$LINENO: checking for log in -lm" >&5
13447
 
+echo $ECHO_N "checking for log in -lm... $ECHO_C" >&6
13448
 
+if test "${ac_cv_lib_m_log+set}" = set; then
13449
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
13450
 
+else
13451
 
+  ac_check_lib_save_LIBS=$LIBS
13452
 
+LIBS="-lm  $LIBS"
13453
 
+cat >conftest.$ac_ext <<_ACEOF
13454
 
+/* confdefs.h.  */
13455
 
+_ACEOF
13456
 
+cat confdefs.h >>conftest.$ac_ext
13457
 
+cat >>conftest.$ac_ext <<_ACEOF
13458
 
+/* end confdefs.h.  */
13459
 
+
13460
 
+/* Override any gcc2 internal prototype to avoid an error.  */
13461
 
+#ifdef __cplusplus
13462
 
+extern "C"
13463
 
+#endif
13464
 
+/* We use char because int might match the return type of a gcc2
13465
 
+   builtin and then its argument prototype would still apply.  */
13466
 
+char log ();
13467
 
+int
13468
 
+main ()
13469
 
+{
13470
 
+log ();
13471
 
+  ;
13472
 
+  return 0;
13473
 
+}
13474
 
+_ACEOF
13475
 
+rm -f conftest.$ac_objext conftest$ac_exeext
13476
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13477
 
+  (eval $ac_link) 2>conftest.er1
13478
 
+  ac_status=$?
13479
 
+  grep -v '^ *+' conftest.er1 >conftest.err
13480
 
+  rm -f conftest.er1
13481
 
+  cat conftest.err >&5
13482
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13483
 
+  (exit $ac_status); } &&
13484
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13485
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13486
 
+  (eval $ac_try) 2>&5
13487
 
+  ac_status=$?
13488
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13489
 
+  (exit $ac_status); }; } &&
13490
 
+        { ac_try='test -s conftest$ac_exeext'
13491
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13492
 
+  (eval $ac_try) 2>&5
13493
 
+  ac_status=$?
13494
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13495
 
+  (exit $ac_status); }; }; then
13496
 
+  ac_cv_lib_m_log=yes
13497
 
+else
13498
 
+  echo "$as_me: failed program was:" >&5
13499
 
+sed 's/^/| /' conftest.$ac_ext >&5
13500
 
+
13501
 
+ac_cv_lib_m_log=no
13502
 
+fi
13503
 
+rm -f conftest.err conftest.$ac_objext \
13504
 
+      conftest$ac_exeext conftest.$ac_ext
13505
 
+LIBS=$ac_check_lib_save_LIBS
13506
 
+fi
13507
 
+echo "$as_me:$LINENO: result: $ac_cv_lib_m_log" >&5
13508
 
+echo "${ECHO_T}$ac_cv_lib_m_log" >&6
13509
 
+if test $ac_cv_lib_m_log = yes; then
13510
 
+  cat >>confdefs.h <<_ACEOF
13511
 
+@%:@define HAVE_LIBM 1
13512
 
+_ACEOF
13513
 
+
13514
 
+  LIBS="-lm $LIBS"
13515
 
+
13516
 
+fi
13517
 
+
13518
 
+
13519
 
+
13520
 
+LDADDINTER=""
13521
 
+
13522
 
+INCLUDESINTER=""
13523
 
+
13524
 
+# Decide if mailinspect will be interactive
13525
 
+echo "$as_me:$LINENO: checking for initscr in -lncurses" >&5
13526
 
+echo $ECHO_N "checking for initscr in -lncurses... $ECHO_C" >&6
13527
 
+if test "${ac_cv_lib_ncurses_initscr+set}" = set; then
13528
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
13529
 
+else
13530
 
+  ac_check_lib_save_LIBS=$LIBS
13531
 
+LIBS="-lncurses  $LIBS"
13532
 
+cat >conftest.$ac_ext <<_ACEOF
13533
 
+/* confdefs.h.  */
13534
 
+_ACEOF
13535
 
+cat confdefs.h >>conftest.$ac_ext
13536
 
+cat >>conftest.$ac_ext <<_ACEOF
13537
 
+/* end confdefs.h.  */
13538
 
+
13539
 
+/* Override any gcc2 internal prototype to avoid an error.  */
13540
 
+#ifdef __cplusplus
13541
 
+extern "C"
13542
 
+#endif
13543
 
+/* We use char because int might match the return type of a gcc2
13544
 
+   builtin and then its argument prototype would still apply.  */
13545
 
+char initscr ();
13546
 
+int
13547
 
+main ()
13548
 
+{
13549
 
+initscr ();
13550
 
+  ;
13551
 
+  return 0;
13552
 
+}
13553
 
+_ACEOF
13554
 
+rm -f conftest.$ac_objext conftest$ac_exeext
13555
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13556
 
+  (eval $ac_link) 2>conftest.er1
13557
 
+  ac_status=$?
13558
 
+  grep -v '^ *+' conftest.er1 >conftest.err
13559
 
+  rm -f conftest.er1
13560
 
+  cat conftest.err >&5
13561
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13562
 
+  (exit $ac_status); } &&
13563
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13564
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13565
 
+  (eval $ac_try) 2>&5
13566
 
+  ac_status=$?
13567
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13568
 
+  (exit $ac_status); }; } &&
13569
 
+        { ac_try='test -s conftest$ac_exeext'
13570
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13571
 
+  (eval $ac_try) 2>&5
13572
 
+  ac_status=$?
13573
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13574
 
+  (exit $ac_status); }; }; then
13575
 
+  ac_cv_lib_ncurses_initscr=yes
13576
 
+else
13577
 
+  echo "$as_me: failed program was:" >&5
13578
 
+sed 's/^/| /' conftest.$ac_ext >&5
13579
 
+
13580
 
+ac_cv_lib_ncurses_initscr=no
13581
 
+fi
13582
 
+rm -f conftest.err conftest.$ac_objext \
13583
 
+      conftest$ac_exeext conftest.$ac_ext
13584
 
+LIBS=$ac_check_lib_save_LIBS
13585
 
+fi
13586
 
+echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_initscr" >&5
13587
 
+echo "${ECHO_T}$ac_cv_lib_ncurses_initscr" >&6
13588
 
+if test $ac_cv_lib_ncurses_initscr = yes; then
13589
 
+  
13590
 
+       echo "$as_me:$LINENO: checking for readline in -lreadline" >&5
13591
 
+echo $ECHO_N "checking for readline in -lreadline... $ECHO_C" >&6
13592
 
+if test "${ac_cv_lib_readline_readline+set}" = set; then
13593
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
13594
 
+else
13595
 
+  ac_check_lib_save_LIBS=$LIBS
13596
 
+LIBS="-lreadline  $LIBS"
13597
 
+cat >conftest.$ac_ext <<_ACEOF
13598
 
+/* confdefs.h.  */
13599
 
+_ACEOF
13600
 
+cat confdefs.h >>conftest.$ac_ext
13601
 
+cat >>conftest.$ac_ext <<_ACEOF
13602
 
+/* end confdefs.h.  */
13603
 
+
13604
 
+/* Override any gcc2 internal prototype to avoid an error.  */
13605
 
+#ifdef __cplusplus
13606
 
+extern "C"
13607
 
+#endif
13608
 
+/* We use char because int might match the return type of a gcc2
13609
 
+   builtin and then its argument prototype would still apply.  */
13610
 
+char readline ();
13611
 
+int
13612
 
+main ()
13613
 
+{
13614
 
+readline ();
13615
 
+  ;
13616
 
+  return 0;
13617
 
+}
13618
 
+_ACEOF
13619
 
+rm -f conftest.$ac_objext conftest$ac_exeext
13620
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13621
 
+  (eval $ac_link) 2>conftest.er1
13622
 
+  ac_status=$?
13623
 
+  grep -v '^ *+' conftest.er1 >conftest.err
13624
 
+  rm -f conftest.er1
13625
 
+  cat conftest.err >&5
13626
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13627
 
+  (exit $ac_status); } &&
13628
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13629
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13630
 
+  (eval $ac_try) 2>&5
13631
 
+  ac_status=$?
13632
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13633
 
+  (exit $ac_status); }; } &&
13634
 
+        { ac_try='test -s conftest$ac_exeext'
13635
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13636
 
+  (eval $ac_try) 2>&5
13637
 
+  ac_status=$?
13638
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13639
 
+  (exit $ac_status); }; }; then
13640
 
+  ac_cv_lib_readline_readline=yes
13641
 
+else
13642
 
+  echo "$as_me: failed program was:" >&5
13643
 
+sed 's/^/| /' conftest.$ac_ext >&5
13644
 
+
13645
 
+ac_cv_lib_readline_readline=no
13646
 
+fi
13647
 
+rm -f conftest.err conftest.$ac_objext \
13648
 
+      conftest$ac_exeext conftest.$ac_ext
13649
 
+LIBS=$ac_check_lib_save_LIBS
13650
 
+fi
13651
 
+echo "$as_me:$LINENO: result: $ac_cv_lib_readline_readline" >&5
13652
 
+echo "${ECHO_T}$ac_cv_lib_readline_readline" >&6
13653
 
+if test $ac_cv_lib_readline_readline = yes; then
13654
 
+  
13655
 
+               echo "$as_me:$LINENO: checking for SLsmg_init_smg in -lslang" >&5
13656
 
+echo $ECHO_N "checking for SLsmg_init_smg in -lslang... $ECHO_C" >&6
13657
 
+if test "${ac_cv_lib_slang_SLsmg_init_smg+set}" = set; then
13658
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
13659
 
+else
13660
 
+  ac_check_lib_save_LIBS=$LIBS
13661
 
+LIBS="-lslang  $LIBS"
13662
 
+cat >conftest.$ac_ext <<_ACEOF
13663
 
+/* confdefs.h.  */
13664
 
+_ACEOF
13665
 
+cat confdefs.h >>conftest.$ac_ext
13666
 
+cat >>conftest.$ac_ext <<_ACEOF
13667
 
+/* end confdefs.h.  */
13668
 
+
13669
 
+/* Override any gcc2 internal prototype to avoid an error.  */
13670
 
+#ifdef __cplusplus
13671
 
+extern "C"
13672
 
+#endif
13673
 
+/* We use char because int might match the return type of a gcc2
13674
 
+   builtin and then its argument prototype would still apply.  */
13675
 
+char SLsmg_init_smg ();
13676
 
+int
13677
 
+main ()
13678
 
+{
13679
 
+SLsmg_init_smg ();
13680
 
+  ;
13681
 
+  return 0;
13682
 
+}
13683
 
+_ACEOF
13684
 
+rm -f conftest.$ac_objext conftest$ac_exeext
13685
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13686
 
+  (eval $ac_link) 2>conftest.er1
13687
 
+  ac_status=$?
13688
 
+  grep -v '^ *+' conftest.er1 >conftest.err
13689
 
+  rm -f conftest.er1
13690
 
+  cat conftest.err >&5
13691
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13692
 
+  (exit $ac_status); } &&
13693
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13694
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13695
 
+  (eval $ac_try) 2>&5
13696
 
+  ac_status=$?
13697
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13698
 
+  (exit $ac_status); }; } &&
13699
 
+        { ac_try='test -s conftest$ac_exeext'
13700
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13701
 
+  (eval $ac_try) 2>&5
13702
 
+  ac_status=$?
13703
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13704
 
+  (exit $ac_status); }; }; then
13705
 
+  ac_cv_lib_slang_SLsmg_init_smg=yes
13706
 
+else
13707
 
+  echo "$as_me: failed program was:" >&5
13708
 
+sed 's/^/| /' conftest.$ac_ext >&5
13709
 
+
13710
 
+ac_cv_lib_slang_SLsmg_init_smg=no
13711
 
+fi
13712
 
+rm -f conftest.err conftest.$ac_objext \
13713
 
+      conftest$ac_exeext conftest.$ac_ext
13714
 
+LIBS=$ac_check_lib_save_LIBS
13715
 
+fi
13716
 
+echo "$as_me:$LINENO: result: $ac_cv_lib_slang_SLsmg_init_smg" >&5
13717
 
+echo "${ECHO_T}$ac_cv_lib_slang_SLsmg_init_smg" >&6
13718
 
+if test $ac_cv_lib_slang_SLsmg_init_smg = yes; then
13719
 
+  
13720
 
+                       LDADDINTER="-lslang -lreadline -lncurses"
13721
 
+
13722
 
+                       INCLUDESINTER="-I/usr/include/slang"
13723
 
+
13724
 
+                       
13725
 
+cat >>confdefs.h <<\_ACEOF
13726
 
+@%:@define HAVE_LIBNCURSES 
13727
 
+_ACEOF
13728
 
+
13729
 
+                       
13730
 
+cat >>confdefs.h <<\_ACEOF
13731
 
+@%:@define HAVE_LIBSLANG 
13732
 
+_ACEOF
13733
 
+
13734
 
+                       
13735
 
+cat >>confdefs.h <<\_ACEOF
13736
 
+@%:@define HAVE_LIBREADLINE 
13737
 
+_ACEOF
13738
 
+
13739
 
+               
13740
 
+else
13741
 
+  { echo "$as_me:$LINENO: WARNING: libslang missing, disabling interactive mailinspect" >&5
13742
 
+echo "$as_me: WARNING: libslang missing, disabling interactive mailinspect" >&2;}
13743
 
+fi
13744
 
+
13745
 
+       
13746
 
+else
13747
 
+  { echo "$as_me:$LINENO: WARNING: libreadline missing, disabling interactive mailinspect" >&5
13748
 
+echo "$as_me: WARNING: libreadline missing, disabling interactive mailinspect" >&2;}
13749
 
+fi
13750
 
+
13751
 
+
13752
 
+else
13753
 
+  { echo "$as_me:$LINENO: WARNING: libncurses missing (needed by readline), disabling interactive mailinspect" >&5
13754
 
+echo "$as_me: WARNING: libncurses missing (needed by readline), disabling interactive mailinspect" >&2;}
13755
 
+fi
13756
 
+
13757
 
+
13758
 
+## Checks for header files.
13759
 
+echo "$as_me:$LINENO: checking for ANSI C header files" >&5
13760
 
+echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
13761
 
+if test "${ac_cv_header_stdc+set}" = set; then
13762
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
13763
 
+else
13764
 
+  cat >conftest.$ac_ext <<_ACEOF
13765
 
+/* confdefs.h.  */
13766
 
+_ACEOF
13767
 
+cat confdefs.h >>conftest.$ac_ext
13768
 
+cat >>conftest.$ac_ext <<_ACEOF
13769
 
+/* end confdefs.h.  */
13770
 
+#include <stdlib.h>
13771
 
+#include <stdarg.h>
13772
 
+#include <string.h>
13773
 
+#include <float.h>
13774
 
+
13775
 
+int
13776
 
+main ()
13777
 
+{
13778
 
+
13779
 
+  ;
13780
 
+  return 0;
13781
 
+}
13782
 
+_ACEOF
13783
 
+rm -f conftest.$ac_objext
13784
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13785
 
+  (eval $ac_compile) 2>conftest.er1
13786
 
+  ac_status=$?
13787
 
+  grep -v '^ *+' conftest.er1 >conftest.err
13788
 
+  rm -f conftest.er1
13789
 
+  cat conftest.err >&5
13790
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13791
 
+  (exit $ac_status); } &&
13792
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13793
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13794
 
+  (eval $ac_try) 2>&5
13795
 
+  ac_status=$?
13796
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13797
 
+  (exit $ac_status); }; } &&
13798
 
+        { ac_try='test -s conftest.$ac_objext'
13799
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13800
 
+  (eval $ac_try) 2>&5
13801
 
+  ac_status=$?
13802
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13803
 
+  (exit $ac_status); }; }; then
13804
 
+  ac_cv_header_stdc=yes
13805
 
+else
13806
 
+  echo "$as_me: failed program was:" >&5
13807
 
+sed 's/^/| /' conftest.$ac_ext >&5
13808
 
+
13809
 
+ac_cv_header_stdc=no
13810
 
+fi
13811
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13812
 
+
13813
 
+if test $ac_cv_header_stdc = yes; then
13814
 
+  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
13815
 
+  cat >conftest.$ac_ext <<_ACEOF
13816
 
+/* confdefs.h.  */
13817
 
+_ACEOF
13818
 
+cat confdefs.h >>conftest.$ac_ext
13819
 
+cat >>conftest.$ac_ext <<_ACEOF
13820
 
+/* end confdefs.h.  */
13821
 
+#include <string.h>
13822
 
+
13823
 
+_ACEOF
13824
 
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13825
 
+  $EGREP "memchr" >/dev/null 2>&1; then
13826
 
+  :
13827
 
+else
13828
 
+  ac_cv_header_stdc=no
13829
 
+fi
13830
 
+rm -f conftest*
13831
 
+
13832
 
+fi
13833
 
+
13834
 
+if test $ac_cv_header_stdc = yes; then
13835
 
+  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
13836
 
+  cat >conftest.$ac_ext <<_ACEOF
13837
 
+/* confdefs.h.  */
13838
 
+_ACEOF
13839
 
+cat confdefs.h >>conftest.$ac_ext
13840
 
+cat >>conftest.$ac_ext <<_ACEOF
13841
 
+/* end confdefs.h.  */
13842
 
+#include <stdlib.h>
13843
 
+
13844
 
+_ACEOF
13845
 
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13846
 
+  $EGREP "free" >/dev/null 2>&1; then
13847
 
+  :
13848
 
+else
13849
 
+  ac_cv_header_stdc=no
13850
 
+fi
13851
 
+rm -f conftest*
13852
 
+
13853
 
+fi
13854
 
+
13855
 
+if test $ac_cv_header_stdc = yes; then
13856
 
+  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
13857
 
+  if test "$cross_compiling" = yes; then
13858
 
+  :
13859
 
+else
13860
 
+  cat >conftest.$ac_ext <<_ACEOF
13861
 
+/* confdefs.h.  */
13862
 
+_ACEOF
13863
 
+cat confdefs.h >>conftest.$ac_ext
13864
 
+cat >>conftest.$ac_ext <<_ACEOF
13865
 
+/* end confdefs.h.  */
13866
 
+#include <ctype.h>
13867
 
+#if ((' ' & 0x0FF) == 0x020)
13868
 
+# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
13869
 
+# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
13870
 
+#else
13871
 
+# define ISLOWER(c) \
13872
 
+                  (('a' <= (c) && (c) <= 'i') \
13873
 
+                    || ('j' <= (c) && (c) <= 'r') \
13874
 
+                    || ('s' <= (c) && (c) <= 'z'))
13875
 
+# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
13876
 
+#endif
13877
 
+
13878
 
+#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
13879
 
+int
13880
 
+main ()
13881
 
+{
13882
 
+  int i;
13883
 
+  for (i = 0; i < 256; i++)
13884
 
+    if (XOR (islower (i), ISLOWER (i))
13885
 
+       || toupper (i) != TOUPPER (i))
13886
 
+      exit(2);
13887
 
+  exit (0);
13888
 
+}
13889
 
+_ACEOF
13890
 
+rm -f conftest$ac_exeext
13891
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13892
 
+  (eval $ac_link) 2>&5
13893
 
+  ac_status=$?
13894
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13895
 
+  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13896
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13897
 
+  (eval $ac_try) 2>&5
13898
 
+  ac_status=$?
13899
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13900
 
+  (exit $ac_status); }; }; then
13901
 
+  :
13902
 
+else
13903
 
+  echo "$as_me: program exited with status $ac_status" >&5
13904
 
+echo "$as_me: failed program was:" >&5
13905
 
+sed 's/^/| /' conftest.$ac_ext >&5
13906
 
+
13907
 
+( exit $ac_status )
13908
 
+ac_cv_header_stdc=no
13909
 
+fi
13910
 
+rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13911
 
+fi
13912
 
+fi
13913
 
+fi
13914
 
+echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
13915
 
+echo "${ECHO_T}$ac_cv_header_stdc" >&6
13916
 
+if test $ac_cv_header_stdc = yes; then
13917
 
+  
13918
 
+cat >>confdefs.h <<\_ACEOF
13919
 
+@%:@define STDC_HEADERS 1
13920
 
+_ACEOF
13921
 
+
13922
 
+fi
13923
 
+
13924
 
+
13925
 
+
13926
 
+
13927
 
+
13928
 
+
13929
 
+
13930
 
+for ac_header in features.h langinfo.h unistd.h sys/mman.h mman.h netinet/in.h
13931
 
+do
13932
 
+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13933
 
+if eval "test \"\${$as_ac_Header+set}\" = set"; then
13934
 
+  echo "$as_me:$LINENO: checking for $ac_header" >&5
13935
 
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13936
 
+if eval "test \"\${$as_ac_Header+set}\" = set"; then
13937
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
13938
 
+fi
13939
 
+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13940
 
+echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13941
 
+else
13942
 
+  # Is the header compilable?
13943
 
+echo "$as_me:$LINENO: checking $ac_header usability" >&5
13944
 
+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13945
 
+cat >conftest.$ac_ext <<_ACEOF
13946
 
+/* confdefs.h.  */
13947
 
+_ACEOF
13948
 
+cat confdefs.h >>conftest.$ac_ext
13949
 
+cat >>conftest.$ac_ext <<_ACEOF
13950
 
+/* end confdefs.h.  */
13951
 
+$ac_includes_default
13952
 
+@%:@include <$ac_header>
13953
 
+_ACEOF
13954
 
+rm -f conftest.$ac_objext
13955
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13956
 
+  (eval $ac_compile) 2>conftest.er1
13957
 
+  ac_status=$?
13958
 
+  grep -v '^ *+' conftest.er1 >conftest.err
13959
 
+  rm -f conftest.er1
13960
 
+  cat conftest.err >&5
13961
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13962
 
+  (exit $ac_status); } &&
13963
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13964
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13965
 
+  (eval $ac_try) 2>&5
13966
 
+  ac_status=$?
13967
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13968
 
+  (exit $ac_status); }; } &&
13969
 
+        { ac_try='test -s conftest.$ac_objext'
13970
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13971
 
+  (eval $ac_try) 2>&5
13972
 
+  ac_status=$?
13973
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13974
 
+  (exit $ac_status); }; }; then
13975
 
+  ac_header_compiler=yes
13976
 
+else
13977
 
+  echo "$as_me: failed program was:" >&5
13978
 
+sed 's/^/| /' conftest.$ac_ext >&5
13979
 
+
13980
 
+ac_header_compiler=no
13981
 
+fi
13982
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13983
 
+echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13984
 
+echo "${ECHO_T}$ac_header_compiler" >&6
13985
 
+
13986
 
+# Is the header present?
13987
 
+echo "$as_me:$LINENO: checking $ac_header presence" >&5
13988
 
+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13989
 
+cat >conftest.$ac_ext <<_ACEOF
13990
 
+/* confdefs.h.  */
13991
 
+_ACEOF
13992
 
+cat confdefs.h >>conftest.$ac_ext
13993
 
+cat >>conftest.$ac_ext <<_ACEOF
13994
 
+/* end confdefs.h.  */
13995
 
+@%:@include <$ac_header>
13996
 
+_ACEOF
13997
 
+if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13998
 
+  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13999
 
+  ac_status=$?
14000
 
+  grep -v '^ *+' conftest.er1 >conftest.err
14001
 
+  rm -f conftest.er1
14002
 
+  cat conftest.err >&5
14003
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14004
 
+  (exit $ac_status); } >/dev/null; then
14005
 
+  if test -s conftest.err; then
14006
 
+    ac_cpp_err=$ac_c_preproc_warn_flag
14007
 
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14008
 
+  else
14009
 
+    ac_cpp_err=
14010
 
+  fi
14011
 
+else
14012
 
+  ac_cpp_err=yes
14013
 
+fi
14014
 
+if test -z "$ac_cpp_err"; then
14015
 
+  ac_header_preproc=yes
14016
 
+else
14017
 
+  echo "$as_me: failed program was:" >&5
14018
 
+sed 's/^/| /' conftest.$ac_ext >&5
14019
 
+
14020
 
+  ac_header_preproc=no
14021
 
+fi
14022
 
+rm -f conftest.err conftest.$ac_ext
14023
 
+echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14024
 
+echo "${ECHO_T}$ac_header_preproc" >&6
14025
 
+
14026
 
+# So?  What about this header?
14027
 
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14028
 
+  yes:no: )
14029
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14030
 
+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14031
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14032
 
+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14033
 
+    ac_header_preproc=yes
14034
 
+    ;;
14035
 
+  no:yes:* )
14036
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14037
 
+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14038
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
14039
 
+echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
14040
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14041
 
+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14042
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
14043
 
+echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
14044
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14045
 
+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14046
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14047
 
+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14048
 
+    (
14049
 
+      cat <<\_ASBOX
14050
 
+@%:@@%:@ -------------------------------- @%:@@%:@
14051
 
+@%:@@%:@ Report this to laird@lbreyer.com @%:@@%:@
14052
 
+@%:@@%:@ -------------------------------- @%:@@%:@
14053
 
+_ASBOX
14054
 
+    ) |
14055
 
+      sed "s/^/$as_me: WARNING:     /" >&2
14056
 
+    ;;
14057
 
+esac
14058
 
+echo "$as_me:$LINENO: checking for $ac_header" >&5
14059
 
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14060
 
+if eval "test \"\${$as_ac_Header+set}\" = set"; then
14061
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
14062
 
+else
14063
 
+  eval "$as_ac_Header=\$ac_header_preproc"
14064
 
+fi
14065
 
+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14066
 
+echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14067
 
+
14068
 
+fi
14069
 
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
14070
 
+  cat >>confdefs.h <<_ACEOF
14071
 
+@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14072
 
+_ACEOF
14073
 
14074
 
+fi
14075
 
+
14076
 
+done
14077
 
+
14078
 
+
14079
 
+
14080
 
+for ac_header in wchar.h wctype.h
14081
 
+do
14082
 
+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14083
 
+if eval "test \"\${$as_ac_Header+set}\" = set"; then
14084
 
+  echo "$as_me:$LINENO: checking for $ac_header" >&5
14085
 
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14086
 
+if eval "test \"\${$as_ac_Header+set}\" = set"; then
14087
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
14088
 
+fi
14089
 
+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14090
 
+echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14091
 
+else
14092
 
+  # Is the header compilable?
14093
 
+echo "$as_me:$LINENO: checking $ac_header usability" >&5
14094
 
+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14095
 
+cat >conftest.$ac_ext <<_ACEOF
14096
 
+/* confdefs.h.  */
14097
 
+_ACEOF
14098
 
+cat confdefs.h >>conftest.$ac_ext
14099
 
+cat >>conftest.$ac_ext <<_ACEOF
14100
 
+/* end confdefs.h.  */
14101
 
+$ac_includes_default
14102
 
+@%:@include <$ac_header>
14103
 
+_ACEOF
14104
 
+rm -f conftest.$ac_objext
14105
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14106
 
+  (eval $ac_compile) 2>conftest.er1
14107
 
+  ac_status=$?
14108
 
+  grep -v '^ *+' conftest.er1 >conftest.err
14109
 
+  rm -f conftest.er1
14110
 
+  cat conftest.err >&5
14111
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14112
 
+  (exit $ac_status); } &&
14113
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
14114
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14115
 
+  (eval $ac_try) 2>&5
14116
 
+  ac_status=$?
14117
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14118
 
+  (exit $ac_status); }; } &&
14119
 
+        { ac_try='test -s conftest.$ac_objext'
14120
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14121
 
+  (eval $ac_try) 2>&5
14122
 
+  ac_status=$?
14123
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14124
 
+  (exit $ac_status); }; }; then
14125
 
+  ac_header_compiler=yes
14126
 
+else
14127
 
+  echo "$as_me: failed program was:" >&5
14128
 
+sed 's/^/| /' conftest.$ac_ext >&5
14129
 
+
14130
 
+ac_header_compiler=no
14131
 
+fi
14132
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14133
 
+echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14134
 
+echo "${ECHO_T}$ac_header_compiler" >&6
14135
 
+
14136
 
+# Is the header present?
14137
 
+echo "$as_me:$LINENO: checking $ac_header presence" >&5
14138
 
+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14139
 
+cat >conftest.$ac_ext <<_ACEOF
14140
 
+/* confdefs.h.  */
14141
 
+_ACEOF
14142
 
+cat confdefs.h >>conftest.$ac_ext
14143
 
+cat >>conftest.$ac_ext <<_ACEOF
14144
 
+/* end confdefs.h.  */
14145
 
+@%:@include <$ac_header>
14146
 
+_ACEOF
14147
 
+if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14148
 
+  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14149
 
+  ac_status=$?
14150
 
+  grep -v '^ *+' conftest.er1 >conftest.err
14151
 
+  rm -f conftest.er1
14152
 
+  cat conftest.err >&5
14153
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14154
 
+  (exit $ac_status); } >/dev/null; then
14155
 
+  if test -s conftest.err; then
14156
 
+    ac_cpp_err=$ac_c_preproc_warn_flag
14157
 
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14158
 
+  else
14159
 
+    ac_cpp_err=
14160
 
+  fi
14161
 
+else
14162
 
+  ac_cpp_err=yes
14163
 
+fi
14164
 
+if test -z "$ac_cpp_err"; then
14165
 
+  ac_header_preproc=yes
14166
 
+else
14167
 
+  echo "$as_me: failed program was:" >&5
14168
 
+sed 's/^/| /' conftest.$ac_ext >&5
14169
 
+
14170
 
+  ac_header_preproc=no
14171
 
+fi
14172
 
+rm -f conftest.err conftest.$ac_ext
14173
 
+echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14174
 
+echo "${ECHO_T}$ac_header_preproc" >&6
14175
 
+
14176
 
+# So?  What about this header?
14177
 
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14178
 
+  yes:no: )
14179
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14180
 
+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14181
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14182
 
+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14183
 
+    ac_header_preproc=yes
14184
 
+    ;;
14185
 
+  no:yes:* )
14186
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14187
 
+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14188
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
14189
 
+echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
14190
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14191
 
+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14192
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
14193
 
+echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
14194
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14195
 
+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14196
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14197
 
+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14198
 
+    (
14199
 
+      cat <<\_ASBOX
14200
 
+@%:@@%:@ -------------------------------- @%:@@%:@
14201
 
+@%:@@%:@ Report this to laird@lbreyer.com @%:@@%:@
14202
 
+@%:@@%:@ -------------------------------- @%:@@%:@
14203
 
+_ASBOX
14204
 
+    ) |
14205
 
+      sed "s/^/$as_me: WARNING:     /" >&2
14206
 
+    ;;
14207
 
+esac
14208
 
+echo "$as_me:$LINENO: checking for $ac_header" >&5
14209
 
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14210
 
+if eval "test \"\${$as_ac_Header+set}\" = set"; then
14211
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
14212
 
+else
14213
 
+  eval "$as_ac_Header=\$ac_header_preproc"
14214
 
+fi
14215
 
+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14216
 
+echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14217
 
+
14218
 
+fi
14219
 
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
14220
 
+  cat >>confdefs.h <<_ACEOF
14221
 
+@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14222
 
+_ACEOF
14223
 
14224
 
+else
14225
 
+  
14226
 
+       { echo "$as_me:$LINENO: WARNING: No wide character headers, disabling full internationalization." >&5
14227
 
+echo "$as_me: WARNING: No wide character headers, disabling full internationalization." >&2;}
14228
 
+
14229
 
+fi
14230
 
+
14231
 
+done
14232
 
+
14233
 
+
14234
 
+## Checks for typedefs, structures, and compiler characteristics.
14235
 
+echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
14236
 
+echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
14237
 
+if test "${ac_cv_c_const+set}" = set; then
14238
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
14239
 
+else
14240
 
+  cat >conftest.$ac_ext <<_ACEOF
14241
 
+/* confdefs.h.  */
14242
 
+_ACEOF
14243
 
+cat confdefs.h >>conftest.$ac_ext
14244
 
+cat >>conftest.$ac_ext <<_ACEOF
14245
 
+/* end confdefs.h.  */
14246
 
+
14247
 
+int
14248
 
+main ()
14249
 
+{
14250
 
+/* FIXME: Include the comments suggested by Paul. */
14251
 
+#ifndef __cplusplus
14252
 
+  /* Ultrix mips cc rejects this.  */
14253
 
+  typedef int charset[2];
14254
 
+  const charset x;
14255
 
+  /* SunOS 4.1.1 cc rejects this.  */
14256
 
+  char const *const *ccp;
14257
 
+  char **p;
14258
 
+  /* NEC SVR4.0.2 mips cc rejects this.  */
14259
 
+  struct point {int x, y;};
14260
 
+  static struct point const zero = {0,0};
14261
 
+  /* AIX XL C 1.02.0.0 rejects this.
14262
 
+     It does not let you subtract one const X* pointer from another in
14263
 
+     an arm of an if-expression whose if-part is not a constant
14264
 
+     expression */
14265
 
+  const char *g = "string";
14266
 
+  ccp = &g + (g ? g-g : 0);
14267
 
+  /* HPUX 7.0 cc rejects these. */
14268
 
+  ++ccp;
14269
 
+  p = (char**) ccp;
14270
 
+  ccp = (char const *const *) p;
14271
 
+  { /* SCO 3.2v4 cc rejects this.  */
14272
 
+    char *t;
14273
 
+    char const *s = 0 ? (char *) 0 : (char const *) 0;
14274
 
+
14275
 
+    *t++ = 0;
14276
 
+  }
14277
 
+  { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
14278
 
+    int x[] = {25, 17};
14279
 
+    const int *foo = &x[0];
14280
 
+    ++foo;
14281
 
+  }
14282
 
+  { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
14283
 
+    typedef const int *iptr;
14284
 
+    iptr p = 0;
14285
 
+    ++p;
14286
 
+  }
14287
 
+  { /* AIX XL C 1.02.0.0 rejects this saying
14288
 
+       "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
14289
 
+    struct s { int j; const int *ap[3]; };
14290
 
+    struct s *b; b->j = 5;
14291
 
+  }
14292
 
+  { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
14293
 
+    const int foo = 10;
14294
 
+  }
14295
 
+#endif
14296
 
+
14297
 
+  ;
14298
 
+  return 0;
14299
 
+}
14300
 
+_ACEOF
14301
 
+rm -f conftest.$ac_objext
14302
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14303
 
+  (eval $ac_compile) 2>conftest.er1
14304
 
+  ac_status=$?
14305
 
+  grep -v '^ *+' conftest.er1 >conftest.err
14306
 
+  rm -f conftest.er1
14307
 
+  cat conftest.err >&5
14308
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14309
 
+  (exit $ac_status); } &&
14310
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
14311
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14312
 
+  (eval $ac_try) 2>&5
14313
 
+  ac_status=$?
14314
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14315
 
+  (exit $ac_status); }; } &&
14316
 
+        { ac_try='test -s conftest.$ac_objext'
14317
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14318
 
+  (eval $ac_try) 2>&5
14319
 
+  ac_status=$?
14320
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14321
 
+  (exit $ac_status); }; }; then
14322
 
+  ac_cv_c_const=yes
14323
 
+else
14324
 
+  echo "$as_me: failed program was:" >&5
14325
 
+sed 's/^/| /' conftest.$ac_ext >&5
14326
 
+
14327
 
+ac_cv_c_const=no
14328
 
+fi
14329
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14330
 
+fi
14331
 
+echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
14332
 
+echo "${ECHO_T}$ac_cv_c_const" >&6
14333
 
+if test $ac_cv_c_const = no; then
14334
 
+  
14335
 
+cat >>confdefs.h <<\_ACEOF
14336
 
+@%:@define const 
14337
 
+_ACEOF
14338
 
+
14339
 
+fi
14340
 
+
14341
 
+echo "$as_me:$LINENO: checking for size_t" >&5
14342
 
+echo $ECHO_N "checking for size_t... $ECHO_C" >&6
14343
 
+if test "${ac_cv_type_size_t+set}" = set; then
14344
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
14345
 
+else
14346
 
+  cat >conftest.$ac_ext <<_ACEOF
14347
 
+/* confdefs.h.  */
14348
 
+_ACEOF
14349
 
+cat confdefs.h >>conftest.$ac_ext
14350
 
+cat >>conftest.$ac_ext <<_ACEOF
14351
 
+/* end confdefs.h.  */
14352
 
+$ac_includes_default
14353
 
+int
14354
 
+main ()
14355
 
+{
14356
 
+if ((size_t *) 0)
14357
 
+  return 0;
14358
 
+if (sizeof (size_t))
14359
 
+  return 0;
14360
 
+  ;
14361
 
+  return 0;
14362
 
+}
14363
 
+_ACEOF
14364
 
+rm -f conftest.$ac_objext
14365
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14366
 
+  (eval $ac_compile) 2>conftest.er1
14367
 
+  ac_status=$?
14368
 
+  grep -v '^ *+' conftest.er1 >conftest.err
14369
 
+  rm -f conftest.er1
14370
 
+  cat conftest.err >&5
14371
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14372
 
+  (exit $ac_status); } &&
14373
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
14374
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14375
 
+  (eval $ac_try) 2>&5
14376
 
+  ac_status=$?
14377
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14378
 
+  (exit $ac_status); }; } &&
14379
 
+        { ac_try='test -s conftest.$ac_objext'
14380
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14381
 
+  (eval $ac_try) 2>&5
14382
 
+  ac_status=$?
14383
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14384
 
+  (exit $ac_status); }; }; then
14385
 
+  ac_cv_type_size_t=yes
14386
 
+else
14387
 
+  echo "$as_me: failed program was:" >&5
14388
 
+sed 's/^/| /' conftest.$ac_ext >&5
14389
 
+
14390
 
+ac_cv_type_size_t=no
14391
 
+fi
14392
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14393
 
+fi
14394
 
+echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
14395
 
+echo "${ECHO_T}$ac_cv_type_size_t" >&6
14396
 
+if test $ac_cv_type_size_t = yes; then
14397
 
+  :
14398
 
+else
14399
 
+  
14400
 
+cat >>confdefs.h <<_ACEOF
14401
 
+@%:@define size_t unsigned
14402
 
+_ACEOF
14403
 
+
14404
 
+fi
14405
 
+
14406
 
+
14407
 
+## Checks for library functions.
14408
 
+
14409
 
+  echo "$as_me:$LINENO: checking whether mbrtowc and mbstate_t are properly declared" >&5
14410
 
+echo $ECHO_N "checking whether mbrtowc and mbstate_t are properly declared... $ECHO_C" >&6
14411
 
+if test "${ac_cv_func_mbrtowc+set}" = set; then
14412
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
14413
 
+else
14414
 
+  cat >conftest.$ac_ext <<_ACEOF
14415
 
+/* confdefs.h.  */
14416
 
+_ACEOF
14417
 
+cat confdefs.h >>conftest.$ac_ext
14418
 
+cat >>conftest.$ac_ext <<_ACEOF
14419
 
+/* end confdefs.h.  */
14420
 
+@%:@include <wchar.h>
14421
 
+int
14422
 
+main ()
14423
 
+{
14424
 
+mbstate_t state; return ! (sizeof state && mbrtowc);
14425
 
+  ;
14426
 
+  return 0;
14427
 
+}
14428
 
+_ACEOF
14429
 
+rm -f conftest.$ac_objext conftest$ac_exeext
14430
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14431
 
+  (eval $ac_link) 2>conftest.er1
14432
 
+  ac_status=$?
14433
 
+  grep -v '^ *+' conftest.er1 >conftest.err
14434
 
+  rm -f conftest.er1
14435
 
+  cat conftest.err >&5
14436
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14437
 
+  (exit $ac_status); } &&
14438
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
14439
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14440
 
+  (eval $ac_try) 2>&5
14441
 
+  ac_status=$?
14442
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14443
 
+  (exit $ac_status); }; } &&
14444
 
+        { ac_try='test -s conftest$ac_exeext'
14445
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14446
 
+  (eval $ac_try) 2>&5
14447
 
+  ac_status=$?
14448
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14449
 
+  (exit $ac_status); }; }; then
14450
 
+  ac_cv_func_mbrtowc=yes
14451
 
+else
14452
 
+  echo "$as_me: failed program was:" >&5
14453
 
+sed 's/^/| /' conftest.$ac_ext >&5
14454
 
+
14455
 
+ac_cv_func_mbrtowc=no
14456
 
+fi
14457
 
+rm -f conftest.err conftest.$ac_objext \
14458
 
+      conftest$ac_exeext conftest.$ac_ext
14459
 
+fi
14460
 
+echo "$as_me:$LINENO: result: $ac_cv_func_mbrtowc" >&5
14461
 
+echo "${ECHO_T}$ac_cv_func_mbrtowc" >&6
14462
 
+  if test $ac_cv_func_mbrtowc = yes; then
14463
 
+    
14464
 
+cat >>confdefs.h <<\_ACEOF
14465
 
+@%:@define HAVE_MBRTOWC 1
14466
 
+_ACEOF
14467
 
+
14468
 
+  fi
14469
 
+
14470
 
+
14471
 
+
14472
 
+for ac_header in stdlib.h unistd.h
14473
 
+do
14474
 
+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14475
 
+if eval "test \"\${$as_ac_Header+set}\" = set"; then
14476
 
+  echo "$as_me:$LINENO: checking for $ac_header" >&5
14477
 
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14478
 
+if eval "test \"\${$as_ac_Header+set}\" = set"; then
14479
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
14480
 
+fi
14481
 
+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14482
 
+echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14483
 
+else
14484
 
+  # Is the header compilable?
14485
 
+echo "$as_me:$LINENO: checking $ac_header usability" >&5
14486
 
+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14487
 
+cat >conftest.$ac_ext <<_ACEOF
14488
 
+/* confdefs.h.  */
14489
 
+_ACEOF
14490
 
+cat confdefs.h >>conftest.$ac_ext
14491
 
+cat >>conftest.$ac_ext <<_ACEOF
14492
 
+/* end confdefs.h.  */
14493
 
+$ac_includes_default
14494
 
+@%:@include <$ac_header>
14495
 
+_ACEOF
14496
 
+rm -f conftest.$ac_objext
14497
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14498
 
+  (eval $ac_compile) 2>conftest.er1
14499
 
+  ac_status=$?
14500
 
+  grep -v '^ *+' conftest.er1 >conftest.err
14501
 
+  rm -f conftest.er1
14502
 
+  cat conftest.err >&5
14503
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14504
 
+  (exit $ac_status); } &&
14505
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
14506
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14507
 
+  (eval $ac_try) 2>&5
14508
 
+  ac_status=$?
14509
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14510
 
+  (exit $ac_status); }; } &&
14511
 
+        { ac_try='test -s conftest.$ac_objext'
14512
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14513
 
+  (eval $ac_try) 2>&5
14514
 
+  ac_status=$?
14515
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14516
 
+  (exit $ac_status); }; }; then
14517
 
+  ac_header_compiler=yes
14518
 
+else
14519
 
+  echo "$as_me: failed program was:" >&5
14520
 
+sed 's/^/| /' conftest.$ac_ext >&5
14521
 
+
14522
 
+ac_header_compiler=no
14523
 
+fi
14524
 
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14525
 
+echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14526
 
+echo "${ECHO_T}$ac_header_compiler" >&6
14527
 
+
14528
 
+# Is the header present?
14529
 
+echo "$as_me:$LINENO: checking $ac_header presence" >&5
14530
 
+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14531
 
+cat >conftest.$ac_ext <<_ACEOF
14532
 
+/* confdefs.h.  */
14533
 
+_ACEOF
14534
 
+cat confdefs.h >>conftest.$ac_ext
14535
 
+cat >>conftest.$ac_ext <<_ACEOF
14536
 
+/* end confdefs.h.  */
14537
 
+@%:@include <$ac_header>
14538
 
+_ACEOF
14539
 
+if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14540
 
+  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14541
 
+  ac_status=$?
14542
 
+  grep -v '^ *+' conftest.er1 >conftest.err
14543
 
+  rm -f conftest.er1
14544
 
+  cat conftest.err >&5
14545
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14546
 
+  (exit $ac_status); } >/dev/null; then
14547
 
+  if test -s conftest.err; then
14548
 
+    ac_cpp_err=$ac_c_preproc_warn_flag
14549
 
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14550
 
+  else
14551
 
+    ac_cpp_err=
14552
 
+  fi
14553
 
+else
14554
 
+  ac_cpp_err=yes
14555
 
+fi
14556
 
+if test -z "$ac_cpp_err"; then
14557
 
+  ac_header_preproc=yes
14558
 
+else
14559
 
+  echo "$as_me: failed program was:" >&5
14560
 
+sed 's/^/| /' conftest.$ac_ext >&5
14561
 
+
14562
 
+  ac_header_preproc=no
14563
 
+fi
14564
 
+rm -f conftest.err conftest.$ac_ext
14565
 
+echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14566
 
+echo "${ECHO_T}$ac_header_preproc" >&6
14567
 
+
14568
 
+# So?  What about this header?
14569
 
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14570
 
+  yes:no: )
14571
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14572
 
+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14573
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14574
 
+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14575
 
+    ac_header_preproc=yes
14576
 
+    ;;
14577
 
+  no:yes:* )
14578
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14579
 
+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14580
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
14581
 
+echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
14582
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14583
 
+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14584
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
14585
 
+echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
14586
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14587
 
+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14588
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14589
 
+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14590
 
+    (
14591
 
+      cat <<\_ASBOX
14592
 
+@%:@@%:@ -------------------------------- @%:@@%:@
14593
 
+@%:@@%:@ Report this to laird@lbreyer.com @%:@@%:@
14594
 
+@%:@@%:@ -------------------------------- @%:@@%:@
14595
 
+_ASBOX
14596
 
+    ) |
14597
 
+      sed "s/^/$as_me: WARNING:     /" >&2
14598
 
+    ;;
14599
 
+esac
14600
 
+echo "$as_me:$LINENO: checking for $ac_header" >&5
14601
 
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14602
 
+if eval "test \"\${$as_ac_Header+set}\" = set"; then
14603
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
14604
 
+else
14605
 
+  eval "$as_ac_Header=\$ac_header_preproc"
14606
 
+fi
14607
 
+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14608
 
+echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14609
 
+
14610
 
+fi
14611
 
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
14612
 
+  cat >>confdefs.h <<_ACEOF
14613
 
+@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14614
 
+_ACEOF
14615
 
14616
 
+fi
14617
 
+
14618
 
+done
14619
 
+
14620
 
+
14621
 
+for ac_func in getpagesize
14622
 
+do
14623
 
+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14624
 
+echo "$as_me:$LINENO: checking for $ac_func" >&5
14625
 
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
14626
 
+if eval "test \"\${$as_ac_var+set}\" = set"; then
14627
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
14628
 
+else
14629
 
+  cat >conftest.$ac_ext <<_ACEOF
14630
 
+/* confdefs.h.  */
14631
 
+_ACEOF
14632
 
+cat confdefs.h >>conftest.$ac_ext
14633
 
+cat >>conftest.$ac_ext <<_ACEOF
14634
 
+/* end confdefs.h.  */
14635
 
+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14636
 
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14637
 
+#define $ac_func innocuous_$ac_func
14638
 
+
14639
 
+/* System header to define __stub macros and hopefully few prototypes,
14640
 
+    which can conflict with char $ac_func (); below.
14641
 
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14642
 
+    <limits.h> exists even on freestanding compilers.  */
14643
 
+
14644
 
+#ifdef __STDC__
14645
 
+# include <limits.h>
14646
 
+#else
14647
 
+# include <assert.h>
14648
 
+#endif
14649
 
+
14650
 
+#undef $ac_func
14651
 
+
14652
 
+/* Override any gcc2 internal prototype to avoid an error.  */
14653
 
+#ifdef __cplusplus
14654
 
+extern "C"
14655
 
+{
14656
 
+#endif
14657
 
+/* We use char because int might match the return type of a gcc2
14658
 
+   builtin and then its argument prototype would still apply.  */
14659
 
+char $ac_func ();
14660
 
+/* The GNU C library defines this for functions which it implements
14661
 
+    to always fail with ENOSYS.  Some functions are actually named
14662
 
+    something starting with __ and the normal name is an alias.  */
14663
 
+#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14664
 
+choke me
14665
 
+#else
14666
 
+char (*f) () = $ac_func;
14667
 
+#endif
14668
 
+#ifdef __cplusplus
14669
 
+}
14670
 
+#endif
14671
 
+
14672
 
+int
14673
 
+main ()
14674
 
+{
14675
 
+return f != $ac_func;
14676
 
+  ;
14677
 
+  return 0;
14678
 
+}
14679
 
+_ACEOF
14680
 
+rm -f conftest.$ac_objext conftest$ac_exeext
14681
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14682
 
+  (eval $ac_link) 2>conftest.er1
14683
 
+  ac_status=$?
14684
 
+  grep -v '^ *+' conftest.er1 >conftest.err
14685
 
+  rm -f conftest.er1
14686
 
+  cat conftest.err >&5
14687
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14688
 
+  (exit $ac_status); } &&
14689
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
14690
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14691
 
+  (eval $ac_try) 2>&5
14692
 
+  ac_status=$?
14693
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14694
 
+  (exit $ac_status); }; } &&
14695
 
+        { ac_try='test -s conftest$ac_exeext'
14696
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14697
 
+  (eval $ac_try) 2>&5
14698
 
+  ac_status=$?
14699
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14700
 
+  (exit $ac_status); }; }; then
14701
 
+  eval "$as_ac_var=yes"
14702
 
+else
14703
 
+  echo "$as_me: failed program was:" >&5
14704
 
+sed 's/^/| /' conftest.$ac_ext >&5
14705
 
+
14706
 
+eval "$as_ac_var=no"
14707
 
+fi
14708
 
+rm -f conftest.err conftest.$ac_objext \
14709
 
+      conftest$ac_exeext conftest.$ac_ext
14710
 
+fi
14711
 
+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14712
 
+echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14713
 
+if test `eval echo '${'$as_ac_var'}'` = yes; then
14714
 
+  cat >>confdefs.h <<_ACEOF
14715
 
+@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14716
 
+_ACEOF
14717
 
14718
 
+fi
14719
 
+done
14720
 
+
14721
 
+echo "$as_me:$LINENO: checking for working mmap" >&5
14722
 
+echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
14723
 
+if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
14724
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
14725
 
+else
14726
 
+  if test "$cross_compiling" = yes; then
14727
 
+  ac_cv_func_mmap_fixed_mapped=no
14728
 
+else
14729
 
+  cat >conftest.$ac_ext <<_ACEOF
14730
 
+/* confdefs.h.  */
14731
 
+_ACEOF
14732
 
+cat confdefs.h >>conftest.$ac_ext
14733
 
+cat >>conftest.$ac_ext <<_ACEOF
14734
 
+/* end confdefs.h.  */
14735
 
+$ac_includes_default
14736
 
+/* malloc might have been renamed as rpl_malloc. */
14737
 
+#undef malloc
14738
 
+
14739
 
+/* Thanks to Mike Haertel and Jim Avera for this test.
14740
 
+   Here is a matrix of mmap possibilities:
14741
 
+       mmap private not fixed
14742
 
+       mmap private fixed at somewhere currently unmapped
14743
 
+       mmap private fixed at somewhere already mapped
14744
 
+       mmap shared not fixed
14745
 
+       mmap shared fixed at somewhere currently unmapped
14746
 
+       mmap shared fixed at somewhere already mapped
14747
 
+   For private mappings, we should verify that changes cannot be read()
14748
 
+   back from the file, nor mmap's back from the file at a different
14749
 
+   address.  (There have been systems where private was not correctly
14750
 
+   implemented like the infamous i386 svr4.0, and systems where the
14751
 
+   VM page cache was not coherent with the file system buffer cache
14752
 
+   like early versions of FreeBSD and possibly contemporary NetBSD.)
14753
 
+   For shared mappings, we should conversely verify that changes get
14754
 
+   propagated back to all the places they're supposed to be.
14755
 
+
14756
 
+   Grep wants private fixed already mapped.
14757
 
+   The main things grep needs to know about mmap are:
14758
 
+   * does it exist and is it safe to write into the mmap'd area
14759
 
+   * how to use it (BSD variants)  */
14760
 
+
14761
 
+#include <fcntl.h>
14762
 
+#include <sys/mman.h>
14763
 
+
14764
 
+#if !STDC_HEADERS && !HAVE_STDLIB_H
14765
 
+char *malloc ();
14766
 
+#endif
14767
 
+
14768
 
+/* This mess was copied from the GNU getpagesize.h.  */
14769
 
+#if !HAVE_GETPAGESIZE
14770
 
+/* Assume that all systems that can run configure have sys/param.h.  */
14771
 
+# if !HAVE_SYS_PARAM_H
14772
 
+#  define HAVE_SYS_PARAM_H 1
14773
 
+# endif
14774
 
+
14775
 
+# ifdef _SC_PAGESIZE
14776
 
+#  define getpagesize() sysconf(_SC_PAGESIZE)
14777
 
+# else /* no _SC_PAGESIZE */
14778
 
+#  if HAVE_SYS_PARAM_H
14779
 
+#   include <sys/param.h>
14780
 
+#   ifdef EXEC_PAGESIZE
14781
 
+#    define getpagesize() EXEC_PAGESIZE
14782
 
+#   else /* no EXEC_PAGESIZE */
14783
 
+#    ifdef NBPG
14784
 
+#     define getpagesize() NBPG * CLSIZE
14785
 
+#     ifndef CLSIZE
14786
 
+#      define CLSIZE 1
14787
 
+#     endif /* no CLSIZE */
14788
 
+#    else /* no NBPG */
14789
 
+#     ifdef NBPC
14790
 
+#      define getpagesize() NBPC
14791
 
+#     else /* no NBPC */
14792
 
+#      ifdef PAGESIZE
14793
 
+#       define getpagesize() PAGESIZE
14794
 
+#      endif /* PAGESIZE */
14795
 
+#     endif /* no NBPC */
14796
 
+#    endif /* no NBPG */
14797
 
+#   endif /* no EXEC_PAGESIZE */
14798
 
+#  else /* no HAVE_SYS_PARAM_H */
14799
 
+#   define getpagesize() 8192  /* punt totally */
14800
 
+#  endif /* no HAVE_SYS_PARAM_H */
14801
 
+# endif /* no _SC_PAGESIZE */
14802
 
+
14803
 
+#endif /* no HAVE_GETPAGESIZE */
14804
 
+
14805
 
+int
14806
 
+main ()
14807
 
+{
14808
 
+  char *data, *data2, *data3;
14809
 
+  int i, pagesize;
14810
 
+  int fd;
14811
 
+
14812
 
+  pagesize = getpagesize ();
14813
 
+
14814
 
+  /* First, make a file with some known garbage in it. */
14815
 
+  data = (char *) malloc (pagesize);
14816
 
+  if (!data)
14817
 
+    exit (1);
14818
 
+  for (i = 0; i < pagesize; ++i)
14819
 
+    *(data + i) = rand ();
14820
 
+  umask (0);
14821
 
+  fd = creat ("conftest.mmap", 0600);
14822
 
+  if (fd < 0)
14823
 
+    exit (1);
14824
 
+  if (write (fd, data, pagesize) != pagesize)
14825
 
+    exit (1);
14826
 
+  close (fd);
14827
 
+
14828
 
+  /* Next, try to mmap the file at a fixed address which already has
14829
 
+     something else allocated at it.  If we can, also make sure that
14830
 
+     we see the same garbage.  */
14831
 
+  fd = open ("conftest.mmap", O_RDWR);
14832
 
+  if (fd < 0)
14833
 
+    exit (1);
14834
 
+  data2 = (char *) malloc (2 * pagesize);
14835
 
+  if (!data2)
14836
 
+    exit (1);
14837
 
+  data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
14838
 
+  if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
14839
 
+                    MAP_PRIVATE | MAP_FIXED, fd, 0L))
14840
 
+    exit (1);
14841
 
+  for (i = 0; i < pagesize; ++i)
14842
 
+    if (*(data + i) != *(data2 + i))
14843
 
+      exit (1);
14844
 
+
14845
 
+  /* Finally, make sure that changes to the mapped area do not
14846
 
+     percolate back to the file as seen by read().  (This is a bug on
14847
 
+     some variants of i386 svr4.0.)  */
14848
 
+  for (i = 0; i < pagesize; ++i)
14849
 
+    *(data2 + i) = *(data2 + i) + 1;
14850
 
+  data3 = (char *) malloc (pagesize);
14851
 
+  if (!data3)
14852
 
+    exit (1);
14853
 
+  if (read (fd, data3, pagesize) != pagesize)
14854
 
+    exit (1);
14855
 
+  for (i = 0; i < pagesize; ++i)
14856
 
+    if (*(data + i) != *(data3 + i))
14857
 
+      exit (1);
14858
 
+  close (fd);
14859
 
+  exit (0);
14860
 
+}
14861
 
+_ACEOF
14862
 
+rm -f conftest$ac_exeext
14863
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14864
 
+  (eval $ac_link) 2>&5
14865
 
+  ac_status=$?
14866
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14867
 
+  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14868
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14869
 
+  (eval $ac_try) 2>&5
14870
 
+  ac_status=$?
14871
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14872
 
+  (exit $ac_status); }; }; then
14873
 
+  ac_cv_func_mmap_fixed_mapped=yes
14874
 
+else
14875
 
+  echo "$as_me: program exited with status $ac_status" >&5
14876
 
+echo "$as_me: failed program was:" >&5
14877
 
+sed 's/^/| /' conftest.$ac_ext >&5
14878
 
+
14879
 
+( exit $ac_status )
14880
 
+ac_cv_func_mmap_fixed_mapped=no
14881
 
+fi
14882
 
+rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14883
 
+fi
14884
 
+fi
14885
 
+echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
14886
 
+echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
14887
 
+if test $ac_cv_func_mmap_fixed_mapped = yes; then
14888
 
+  
14889
 
+cat >>confdefs.h <<\_ACEOF
14890
 
+@%:@define HAVE_MMAP 1
14891
 
+_ACEOF
14892
 
+
14893
 
+fi
14894
 
+rm -f conftest.mmap
14895
 
+
14896
 
+
14897
 
+for ac_func in vprintf
14898
 
+do
14899
 
+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14900
 
+echo "$as_me:$LINENO: checking for $ac_func" >&5
14901
 
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
14902
 
+if eval "test \"\${$as_ac_var+set}\" = set"; then
14903
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
14904
 
+else
14905
 
+  cat >conftest.$ac_ext <<_ACEOF
14906
 
+/* confdefs.h.  */
14907
 
+_ACEOF
14908
 
+cat confdefs.h >>conftest.$ac_ext
14909
 
+cat >>conftest.$ac_ext <<_ACEOF
14910
 
+/* end confdefs.h.  */
14911
 
+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14912
 
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14913
 
+#define $ac_func innocuous_$ac_func
14914
 
+
14915
 
+/* System header to define __stub macros and hopefully few prototypes,
14916
 
+    which can conflict with char $ac_func (); below.
14917
 
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14918
 
+    <limits.h> exists even on freestanding compilers.  */
14919
 
+
14920
 
+#ifdef __STDC__
14921
 
+# include <limits.h>
14922
 
+#else
14923
 
+# include <assert.h>
14924
 
+#endif
14925
 
+
14926
 
+#undef $ac_func
14927
 
+
14928
 
+/* Override any gcc2 internal prototype to avoid an error.  */
14929
 
+#ifdef __cplusplus
14930
 
+extern "C"
14931
 
+{
14932
 
+#endif
14933
 
+/* We use char because int might match the return type of a gcc2
14934
 
+   builtin and then its argument prototype would still apply.  */
14935
 
+char $ac_func ();
14936
 
+/* The GNU C library defines this for functions which it implements
14937
 
+    to always fail with ENOSYS.  Some functions are actually named
14938
 
+    something starting with __ and the normal name is an alias.  */
14939
 
+#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14940
 
+choke me
14941
 
+#else
14942
 
+char (*f) () = $ac_func;
14943
 
+#endif
14944
 
+#ifdef __cplusplus
14945
 
+}
14946
 
+#endif
14947
 
+
14948
 
+int
14949
 
+main ()
14950
 
+{
14951
 
+return f != $ac_func;
14952
 
+  ;
14953
 
+  return 0;
14954
 
+}
14955
 
+_ACEOF
14956
 
+rm -f conftest.$ac_objext conftest$ac_exeext
14957
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14958
 
+  (eval $ac_link) 2>conftest.er1
14959
 
+  ac_status=$?
14960
 
+  grep -v '^ *+' conftest.er1 >conftest.err
14961
 
+  rm -f conftest.er1
14962
 
+  cat conftest.err >&5
14963
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14964
 
+  (exit $ac_status); } &&
14965
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
14966
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14967
 
+  (eval $ac_try) 2>&5
14968
 
+  ac_status=$?
14969
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14970
 
+  (exit $ac_status); }; } &&
14971
 
+        { ac_try='test -s conftest$ac_exeext'
14972
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14973
 
+  (eval $ac_try) 2>&5
14974
 
+  ac_status=$?
14975
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14976
 
+  (exit $ac_status); }; }; then
14977
 
+  eval "$as_ac_var=yes"
14978
 
+else
14979
 
+  echo "$as_me: failed program was:" >&5
14980
 
+sed 's/^/| /' conftest.$ac_ext >&5
14981
 
+
14982
 
+eval "$as_ac_var=no"
14983
 
+fi
14984
 
+rm -f conftest.err conftest.$ac_objext \
14985
 
+      conftest$ac_exeext conftest.$ac_ext
14986
 
+fi
14987
 
+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14988
 
+echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14989
 
+if test `eval echo '${'$as_ac_var'}'` = yes; then
14990
 
+  cat >>confdefs.h <<_ACEOF
14991
 
+@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14992
 
+_ACEOF
14993
 
14994
 
+echo "$as_me:$LINENO: checking for _doprnt" >&5
14995
 
+echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6
14996
 
+if test "${ac_cv_func__doprnt+set}" = set; then
14997
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
14998
 
+else
14999
 
+  cat >conftest.$ac_ext <<_ACEOF
15000
 
+/* confdefs.h.  */
15001
 
+_ACEOF
15002
 
+cat confdefs.h >>conftest.$ac_ext
15003
 
+cat >>conftest.$ac_ext <<_ACEOF
15004
 
+/* end confdefs.h.  */
15005
 
+/* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
15006
 
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15007
 
+#define _doprnt innocuous__doprnt
15008
 
+
15009
 
+/* System header to define __stub macros and hopefully few prototypes,
15010
 
+    which can conflict with char _doprnt (); below.
15011
 
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15012
 
+    <limits.h> exists even on freestanding compilers.  */
15013
 
+
15014
 
+#ifdef __STDC__
15015
 
+# include <limits.h>
15016
 
+#else
15017
 
+# include <assert.h>
15018
 
+#endif
15019
 
+
15020
 
+#undef _doprnt
15021
 
+
15022
 
+/* Override any gcc2 internal prototype to avoid an error.  */
15023
 
+#ifdef __cplusplus
15024
 
+extern "C"
15025
 
+{
15026
 
+#endif
15027
 
+/* We use char because int might match the return type of a gcc2
15028
 
+   builtin and then its argument prototype would still apply.  */
15029
 
+char _doprnt ();
15030
 
+/* The GNU C library defines this for functions which it implements
15031
 
+    to always fail with ENOSYS.  Some functions are actually named
15032
 
+    something starting with __ and the normal name is an alias.  */
15033
 
+#if defined (__stub__doprnt) || defined (__stub____doprnt)
15034
 
+choke me
15035
 
+#else
15036
 
+char (*f) () = _doprnt;
15037
 
+#endif
15038
 
+#ifdef __cplusplus
15039
 
+}
15040
 
+#endif
15041
 
+
15042
 
+int
15043
 
+main ()
15044
 
+{
15045
 
+return f != _doprnt;
15046
 
+  ;
15047
 
+  return 0;
15048
 
+}
15049
 
+_ACEOF
15050
 
+rm -f conftest.$ac_objext conftest$ac_exeext
15051
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15052
 
+  (eval $ac_link) 2>conftest.er1
15053
 
+  ac_status=$?
15054
 
+  grep -v '^ *+' conftest.er1 >conftest.err
15055
 
+  rm -f conftest.er1
15056
 
+  cat conftest.err >&5
15057
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15058
 
+  (exit $ac_status); } &&
15059
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
15060
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15061
 
+  (eval $ac_try) 2>&5
15062
 
+  ac_status=$?
15063
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15064
 
+  (exit $ac_status); }; } &&
15065
 
+        { ac_try='test -s conftest$ac_exeext'
15066
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15067
 
+  (eval $ac_try) 2>&5
15068
 
+  ac_status=$?
15069
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15070
 
+  (exit $ac_status); }; }; then
15071
 
+  ac_cv_func__doprnt=yes
15072
 
+else
15073
 
+  echo "$as_me: failed program was:" >&5
15074
 
+sed 's/^/| /' conftest.$ac_ext >&5
15075
 
+
15076
 
+ac_cv_func__doprnt=no
15077
 
+fi
15078
 
+rm -f conftest.err conftest.$ac_objext \
15079
 
+      conftest$ac_exeext conftest.$ac_ext
15080
 
+fi
15081
 
+echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5
15082
 
+echo "${ECHO_T}$ac_cv_func__doprnt" >&6
15083
 
+if test $ac_cv_func__doprnt = yes; then
15084
 
+  
15085
 
+cat >>confdefs.h <<\_ACEOF
15086
 
+@%:@define HAVE_DOPRNT 1
15087
 
+_ACEOF
15088
 
+
15089
 
+fi
15090
 
+
15091
 
+fi
15092
 
+done
15093
 
+
15094
 
+
15095
 
+echo "$as_me:$LINENO: checking for function prototypes" >&5
15096
 
+echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
15097
 
+if test "$ac_cv_prog_cc_stdc" != no; then
15098
 
+  echo "$as_me:$LINENO: result: yes" >&5
15099
 
+echo "${ECHO_T}yes" >&6
15100
 
+  
15101
 
+cat >>confdefs.h <<\_ACEOF
15102
 
+@%:@define PROTOTYPES 1
15103
 
+_ACEOF
15104
 
+
15105
 
+  
15106
 
+cat >>confdefs.h <<\_ACEOF
15107
 
+@%:@define __PROTOTYPES 1
15108
 
+_ACEOF
15109
 
+
15110
 
+else
15111
 
+  echo "$as_me:$LINENO: result: no" >&5
15112
 
+echo "${ECHO_T}no" >&6
15113
 
+fi
15114
 
+
15115
 
+echo "$as_me:$LINENO: checking whether setvbuf arguments are reversed" >&5
15116
 
+echo $ECHO_N "checking whether setvbuf arguments are reversed... $ECHO_C" >&6
15117
 
+if test "${ac_cv_func_setvbuf_reversed+set}" = set; then
15118
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
15119
 
+else
15120
 
+  ac_cv_func_setvbuf_reversed=no
15121
 
+   cat >conftest.$ac_ext <<_ACEOF
15122
 
+/* confdefs.h.  */
15123
 
+_ACEOF
15124
 
+cat confdefs.h >>conftest.$ac_ext
15125
 
+cat >>conftest.$ac_ext <<_ACEOF
15126
 
+/* end confdefs.h.  */
15127
 
+#include <stdio.h>
15128
 
+#        if PROTOTYPES
15129
 
+          int (setvbuf) (FILE *, int, char *, size_t);
15130
 
+#        endif
15131
 
+int
15132
 
+main ()
15133
 
+{
15134
 
+char buf; return setvbuf (stdout, _IOLBF, &buf, 1);
15135
 
+  ;
15136
 
+  return 0;
15137
 
+}
15138
 
+_ACEOF
15139
 
+rm -f conftest.$ac_objext conftest$ac_exeext
15140
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15141
 
+  (eval $ac_link) 2>conftest.er1
15142
 
+  ac_status=$?
15143
 
+  grep -v '^ *+' conftest.er1 >conftest.err
15144
 
+  rm -f conftest.er1
15145
 
+  cat conftest.err >&5
15146
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15147
 
+  (exit $ac_status); } &&
15148
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
15149
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15150
 
+  (eval $ac_try) 2>&5
15151
 
+  ac_status=$?
15152
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15153
 
+  (exit $ac_status); }; } &&
15154
 
+        { ac_try='test -s conftest$ac_exeext'
15155
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15156
 
+  (eval $ac_try) 2>&5
15157
 
+  ac_status=$?
15158
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15159
 
+  (exit $ac_status); }; }; then
15160
 
+  cat >conftest.$ac_ext <<_ACEOF
15161
 
+/* confdefs.h.  */
15162
 
+_ACEOF
15163
 
+cat confdefs.h >>conftest.$ac_ext
15164
 
+cat >>conftest.$ac_ext <<_ACEOF
15165
 
+/* end confdefs.h.  */
15166
 
+#include <stdio.h>
15167
 
+#           if PROTOTYPES
15168
 
+             int (setvbuf) (FILE *, int, char *, size_t);
15169
 
+#           endif
15170
 
+int
15171
 
+main ()
15172
 
+{
15173
 
+char buf; return setvbuf (stdout, &buf, _IOLBF, 1);
15174
 
+  ;
15175
 
+  return 0;
15176
 
+}
15177
 
+_ACEOF
15178
 
+rm -f conftest.$ac_objext conftest$ac_exeext
15179
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15180
 
+  (eval $ac_link) 2>conftest.er1
15181
 
+  ac_status=$?
15182
 
+  grep -v '^ *+' conftest.er1 >conftest.err
15183
 
+  rm -f conftest.er1
15184
 
+  cat conftest.err >&5
15185
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15186
 
+  (exit $ac_status); } &&
15187
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
15188
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15189
 
+  (eval $ac_try) 2>&5
15190
 
+  ac_status=$?
15191
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15192
 
+  (exit $ac_status); }; } &&
15193
 
+        { ac_try='test -s conftest$ac_exeext'
15194
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15195
 
+  (eval $ac_try) 2>&5
15196
 
+  ac_status=$?
15197
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15198
 
+  (exit $ac_status); }; }; then
15199
 
+  # It compiles and links either way, so it must not be declared
15200
 
+        # with a prototype and most likely this is a K&R C compiler.
15201
 
+        # Try running it.
15202
 
+        if test "$cross_compiling" = yes; then
15203
 
+  : # Assume setvbuf is not reversed when cross-compiling.
15204
 
+else
15205
 
+  cat >conftest.$ac_ext <<_ACEOF
15206
 
+/* confdefs.h.  */
15207
 
+_ACEOF
15208
 
+cat confdefs.h >>conftest.$ac_ext
15209
 
+cat >>conftest.$ac_ext <<_ACEOF
15210
 
+/* end confdefs.h.  */
15211
 
+#include <stdio.h>
15212
 
+int
15213
 
+main ()
15214
 
+{
15215
 
+/* This call has the arguments reversed.
15216
 
+                  A reversed system may check and see that the address of buf
15217
 
+                  is not _IOLBF, _IONBF, or _IOFBF, and return nonzero.  */
15218
 
+               char buf;
15219
 
+               if (setvbuf (stdout, _IOLBF, &buf, 1) != 0)
15220
 
+                 exit (1);
15221
 
+               putchar ('\r');
15222
 
+               exit (0); /* Non-reversed systems SEGV here.  */
15223
 
+  ;
15224
 
+  return 0;
15225
 
+}
15226
 
+_ACEOF
15227
 
+rm -f conftest$ac_exeext
15228
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15229
 
+  (eval $ac_link) 2>&5
15230
 
+  ac_status=$?
15231
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15232
 
+  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15233
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15234
 
+  (eval $ac_try) 2>&5
15235
 
+  ac_status=$?
15236
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15237
 
+  (exit $ac_status); }; }; then
15238
 
+  ac_cv_func_setvbuf_reversed=yes
15239
 
+else
15240
 
+  echo "$as_me: program exited with status $ac_status" >&5
15241
 
+echo "$as_me: failed program was:" >&5
15242
 
+sed 's/^/| /' conftest.$ac_ext >&5
15243
 
+
15244
 
+( exit $ac_status )
15245
 
+rm -f core *.core
15246
 
+fi
15247
 
+rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15248
 
+fi
15249
 
+       ac_cv_func_setvbuf_reversed=yes
15250
 
+else
15251
 
+  echo "$as_me: failed program was:" >&5
15252
 
+sed 's/^/| /' conftest.$ac_ext >&5
15253
 
+
15254
 
+fi
15255
 
+rm -f conftest.err conftest.$ac_objext \
15256
 
+      conftest$ac_exeext conftest.$ac_ext
15257
 
+else
15258
 
+  echo "$as_me: failed program was:" >&5
15259
 
+sed 's/^/| /' conftest.$ac_ext >&5
15260
 
+
15261
 
+fi
15262
 
+rm -f conftest.err conftest.$ac_objext \
15263
 
+      conftest$ac_exeext conftest.$ac_ext
15264
 
+fi
15265
 
+echo "$as_me:$LINENO: result: $ac_cv_func_setvbuf_reversed" >&5
15266
 
+echo "${ECHO_T}$ac_cv_func_setvbuf_reversed" >&6
15267
 
+if test $ac_cv_func_setvbuf_reversed = yes; then
15268
 
+  
15269
 
+cat >>confdefs.h <<\_ACEOF
15270
 
+@%:@define SETVBUF_REVERSED 1
15271
 
+_ACEOF
15272
 
+
15273
 
+fi
15274
 
+
15275
 
+
15276
 
+
15277
 
+
15278
 
+for ac_func in getpagesize madvise sigaction
15279
 
+do
15280
 
+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15281
 
+echo "$as_me:$LINENO: checking for $ac_func" >&5
15282
 
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
15283
 
+if eval "test \"\${$as_ac_var+set}\" = set"; then
15284
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
15285
 
+else
15286
 
+  cat >conftest.$ac_ext <<_ACEOF
15287
 
+/* confdefs.h.  */
15288
 
+_ACEOF
15289
 
+cat confdefs.h >>conftest.$ac_ext
15290
 
+cat >>conftest.$ac_ext <<_ACEOF
15291
 
+/* end confdefs.h.  */
15292
 
+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15293
 
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15294
 
+#define $ac_func innocuous_$ac_func
15295
 
+
15296
 
+/* System header to define __stub macros and hopefully few prototypes,
15297
 
+    which can conflict with char $ac_func (); below.
15298
 
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15299
 
+    <limits.h> exists even on freestanding compilers.  */
15300
 
+
15301
 
+#ifdef __STDC__
15302
 
+# include <limits.h>
15303
 
+#else
15304
 
+# include <assert.h>
15305
 
+#endif
15306
 
+
15307
 
+#undef $ac_func
15308
 
+
15309
 
+/* Override any gcc2 internal prototype to avoid an error.  */
15310
 
+#ifdef __cplusplus
15311
 
+extern "C"
15312
 
+{
15313
 
+#endif
15314
 
+/* We use char because int might match the return type of a gcc2
15315
 
+   builtin and then its argument prototype would still apply.  */
15316
 
+char $ac_func ();
15317
 
+/* The GNU C library defines this for functions which it implements
15318
 
+    to always fail with ENOSYS.  Some functions are actually named
15319
 
+    something starting with __ and the normal name is an alias.  */
15320
 
+#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15321
 
+choke me
15322
 
+#else
15323
 
+char (*f) () = $ac_func;
15324
 
+#endif
15325
 
+#ifdef __cplusplus
15326
 
+}
15327
 
+#endif
15328
 
+
15329
 
+int
15330
 
+main ()
15331
 
+{
15332
 
+return f != $ac_func;
15333
 
+  ;
15334
 
+  return 0;
15335
 
+}
15336
 
+_ACEOF
15337
 
+rm -f conftest.$ac_objext conftest$ac_exeext
15338
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15339
 
+  (eval $ac_link) 2>conftest.er1
15340
 
+  ac_status=$?
15341
 
+  grep -v '^ *+' conftest.er1 >conftest.err
15342
 
+  rm -f conftest.er1
15343
 
+  cat conftest.err >&5
15344
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15345
 
+  (exit $ac_status); } &&
15346
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
15347
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15348
 
+  (eval $ac_try) 2>&5
15349
 
+  ac_status=$?
15350
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15351
 
+  (exit $ac_status); }; } &&
15352
 
+        { ac_try='test -s conftest$ac_exeext'
15353
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15354
 
+  (eval $ac_try) 2>&5
15355
 
+  ac_status=$?
15356
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15357
 
+  (exit $ac_status); }; }; then
15358
 
+  eval "$as_ac_var=yes"
15359
 
+else
15360
 
+  echo "$as_me: failed program was:" >&5
15361
 
+sed 's/^/| /' conftest.$ac_ext >&5
15362
 
+
15363
 
+eval "$as_ac_var=no"
15364
 
+fi
15365
 
+rm -f conftest.err conftest.$ac_objext \
15366
 
+      conftest$ac_exeext conftest.$ac_ext
15367
 
+fi
15368
 
+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
15369
 
+echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
15370
 
+if test `eval echo '${'$as_ac_var'}'` = yes; then
15371
 
+  cat >>confdefs.h <<_ACEOF
15372
 
+@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15373
 
+_ACEOF
15374
 
15375
 
+fi
15376
 
+done
15377
 
+
15378
 
+## the AX_FUNC_POSIX_MEMALIGN was downloaded from the AC archive, 
15379
 
+## http://ac-archive.sourceforge.net/doc/acinclude.html and added
15380
 
+## to the acinclude.m4 file. After aclocal was run, it got put into aclocal.m4
15381
 
+echo "$as_me:$LINENO: checking for working posix_memalign" >&5
15382
 
+echo $ECHO_N "checking for working posix_memalign... $ECHO_C" >&6
15383
 
+if test "${ax_cv_func_posix_memalign_works+set}" = set; then
15384
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
15385
 
+else
15386
 
+  if test "$cross_compiling" = yes; then
15387
 
+  ax_cv_func_posix_memalign_works=no
15388
 
+else
15389
 
+  cat >conftest.$ac_ext <<_ACEOF
15390
 
+/* confdefs.h.  */
15391
 
+_ACEOF
15392
 
+cat confdefs.h >>conftest.$ac_ext
15393
 
+cat >>conftest.$ac_ext <<_ACEOF
15394
 
+/* end confdefs.h.  */
15395
 
+
15396
 
+#include <stdlib.h>
15397
 
+
15398
 
+int
15399
 
+main ()
15400
 
+{
15401
 
+  void *buffer;
15402
 
+
15403
 
+  /* Some versions of glibc incorrectly perform the alignment check on
15404
 
+   * the size word. */
15405
 
+  exit (posix_memalign (&buffer, sizeof(void *), 123) != 0);
15406
 
+}
15407
 
+    
15408
 
+_ACEOF
15409
 
+rm -f conftest$ac_exeext
15410
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15411
 
+  (eval $ac_link) 2>&5
15412
 
+  ac_status=$?
15413
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15414
 
+  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15415
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15416
 
+  (eval $ac_try) 2>&5
15417
 
+  ac_status=$?
15418
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15419
 
+  (exit $ac_status); }; }; then
15420
 
+  ax_cv_func_posix_memalign_works=yes
15421
 
+else
15422
 
+  echo "$as_me: program exited with status $ac_status" >&5
15423
 
+echo "$as_me: failed program was:" >&5
15424
 
+sed 's/^/| /' conftest.$ac_ext >&5
15425
 
+
15426
 
+( exit $ac_status )
15427
 
+ax_cv_func_posix_memalign_works=no
15428
 
+fi
15429
 
+rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15430
 
+fi
15431
 
+fi
15432
 
+echo "$as_me:$LINENO: result: $ax_cv_func_posix_memalign_works" >&5
15433
 
+echo "${ECHO_T}$ax_cv_func_posix_memalign_works" >&6
15434
 
+if test "$ax_cv_func_posix_memalign_works" = "yes" ; then
15435
 
+  
15436
 
+cat >>confdefs.h <<\_ACEOF
15437
 
+@%:@define HAVE_POSIX_MEMALIGN 1
15438
 
+_ACEOF
15439
 
+
15440
 
+fi
15441
 
+
15442
 
+if test x$ac_cv_func_posix_memalign_works = xno; then
15443
 
+       
15444
 
+
15445
 
+for ac_func in memalign valloc
15446
 
+do
15447
 
+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15448
 
+echo "$as_me:$LINENO: checking for $ac_func" >&5
15449
 
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
15450
 
+if eval "test \"\${$as_ac_var+set}\" = set"; then
15451
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
15452
 
+else
15453
 
+  cat >conftest.$ac_ext <<_ACEOF
15454
 
+/* confdefs.h.  */
15455
 
+_ACEOF
15456
 
+cat confdefs.h >>conftest.$ac_ext
15457
 
+cat >>conftest.$ac_ext <<_ACEOF
15458
 
+/* end confdefs.h.  */
15459
 
+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15460
 
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15461
 
+#define $ac_func innocuous_$ac_func
15462
 
+
15463
 
+/* System header to define __stub macros and hopefully few prototypes,
15464
 
+    which can conflict with char $ac_func (); below.
15465
 
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15466
 
+    <limits.h> exists even on freestanding compilers.  */
15467
 
+
15468
 
+#ifdef __STDC__
15469
 
+# include <limits.h>
15470
 
+#else
15471
 
+# include <assert.h>
15472
 
+#endif
15473
 
+
15474
 
+#undef $ac_func
15475
 
+
15476
 
+/* Override any gcc2 internal prototype to avoid an error.  */
15477
 
+#ifdef __cplusplus
15478
 
+extern "C"
15479
 
+{
15480
 
+#endif
15481
 
+/* We use char because int might match the return type of a gcc2
15482
 
+   builtin and then its argument prototype would still apply.  */
15483
 
+char $ac_func ();
15484
 
+/* The GNU C library defines this for functions which it implements
15485
 
+    to always fail with ENOSYS.  Some functions are actually named
15486
 
+    something starting with __ and the normal name is an alias.  */
15487
 
+#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15488
 
+choke me
15489
 
+#else
15490
 
+char (*f) () = $ac_func;
15491
 
+#endif
15492
 
+#ifdef __cplusplus
15493
 
+}
15494
 
+#endif
15495
 
+
15496
 
+int
15497
 
+main ()
15498
 
+{
15499
 
+return f != $ac_func;
15500
 
+  ;
15501
 
+  return 0;
15502
 
+}
15503
 
+_ACEOF
15504
 
+rm -f conftest.$ac_objext conftest$ac_exeext
15505
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15506
 
+  (eval $ac_link) 2>conftest.er1
15507
 
+  ac_status=$?
15508
 
+  grep -v '^ *+' conftest.er1 >conftest.err
15509
 
+  rm -f conftest.er1
15510
 
+  cat conftest.err >&5
15511
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15512
 
+  (exit $ac_status); } &&
15513
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
15514
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15515
 
+  (eval $ac_try) 2>&5
15516
 
+  ac_status=$?
15517
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15518
 
+  (exit $ac_status); }; } &&
15519
 
+        { ac_try='test -s conftest$ac_exeext'
15520
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15521
 
+  (eval $ac_try) 2>&5
15522
 
+  ac_status=$?
15523
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15524
 
+  (exit $ac_status); }; }; then
15525
 
+  eval "$as_ac_var=yes"
15526
 
+else
15527
 
+  echo "$as_me: failed program was:" >&5
15528
 
+sed 's/^/| /' conftest.$ac_ext >&5
15529
 
+
15530
 
+eval "$as_ac_var=no"
15531
 
+fi
15532
 
+rm -f conftest.err conftest.$ac_objext \
15533
 
+      conftest$ac_exeext conftest.$ac_ext
15534
 
+fi
15535
 
+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
15536
 
+echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
15537
 
+if test `eval echo '${'$as_ac_var'}'` = yes; then
15538
 
+  cat >>confdefs.h <<_ACEOF
15539
 
+@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15540
 
+_ACEOF
15541
 
+ break
15542
 
+fi
15543
 
+done
15544
 
+
15545
 
+fi
15546
 
+
15547
 
+for ac_func in wcstol
15548
 
+do
15549
 
+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15550
 
+echo "$as_me:$LINENO: checking for $ac_func" >&5
15551
 
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
15552
 
+if eval "test \"\${$as_ac_var+set}\" = set"; then
15553
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
15554
 
+else
15555
 
+  cat >conftest.$ac_ext <<_ACEOF
15556
 
+/* confdefs.h.  */
15557
 
+_ACEOF
15558
 
+cat confdefs.h >>conftest.$ac_ext
15559
 
+cat >>conftest.$ac_ext <<_ACEOF
15560
 
+/* end confdefs.h.  */
15561
 
+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15562
 
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15563
 
+#define $ac_func innocuous_$ac_func
15564
 
+
15565
 
+/* System header to define __stub macros and hopefully few prototypes,
15566
 
+    which can conflict with char $ac_func (); below.
15567
 
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15568
 
+    <limits.h> exists even on freestanding compilers.  */
15569
 
+
15570
 
+#ifdef __STDC__
15571
 
+# include <limits.h>
15572
 
+#else
15573
 
+# include <assert.h>
15574
 
+#endif
15575
 
+
15576
 
+#undef $ac_func
15577
 
+
15578
 
+/* Override any gcc2 internal prototype to avoid an error.  */
15579
 
+#ifdef __cplusplus
15580
 
+extern "C"
15581
 
+{
15582
 
+#endif
15583
 
+/* We use char because int might match the return type of a gcc2
15584
 
+   builtin and then its argument prototype would still apply.  */
15585
 
+char $ac_func ();
15586
 
+/* The GNU C library defines this for functions which it implements
15587
 
+    to always fail with ENOSYS.  Some functions are actually named
15588
 
+    something starting with __ and the normal name is an alias.  */
15589
 
+#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15590
 
+choke me
15591
 
+#else
15592
 
+char (*f) () = $ac_func;
15593
 
+#endif
15594
 
+#ifdef __cplusplus
15595
 
+}
15596
 
+#endif
15597
 
+
15598
 
+int
15599
 
+main ()
15600
 
+{
15601
 
+return f != $ac_func;
15602
 
+  ;
15603
 
+  return 0;
15604
 
+}
15605
 
+_ACEOF
15606
 
+rm -f conftest.$ac_objext conftest$ac_exeext
15607
 
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15608
 
+  (eval $ac_link) 2>conftest.er1
15609
 
+  ac_status=$?
15610
 
+  grep -v '^ *+' conftest.er1 >conftest.err
15611
 
+  rm -f conftest.er1
15612
 
+  cat conftest.err >&5
15613
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15614
 
+  (exit $ac_status); } &&
15615
 
+        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
15616
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15617
 
+  (eval $ac_try) 2>&5
15618
 
+  ac_status=$?
15619
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15620
 
+  (exit $ac_status); }; } &&
15621
 
+        { ac_try='test -s conftest$ac_exeext'
15622
 
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15623
 
+  (eval $ac_try) 2>&5
15624
 
+  ac_status=$?
15625
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15626
 
+  (exit $ac_status); }; }; then
15627
 
+  eval "$as_ac_var=yes"
15628
 
+else
15629
 
+  echo "$as_me: failed program was:" >&5
15630
 
+sed 's/^/| /' conftest.$ac_ext >&5
15631
 
+
15632
 
+eval "$as_ac_var=no"
15633
 
+fi
15634
 
+rm -f conftest.err conftest.$ac_objext \
15635
 
+      conftest$ac_exeext conftest.$ac_ext
15636
 
+fi
15637
 
+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
15638
 
+echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
15639
 
+if test `eval echo '${'$as_ac_var'}'` = yes; then
15640
 
+  cat >>confdefs.h <<_ACEOF
15641
 
+@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15642
 
+_ACEOF
15643
 
15644
 
+else
15645
 
+  
15646
 
+       { echo "$as_me:$LINENO: WARNING: Incomplete Unicode implementation, some HTML conversions may suffer." >&5
15647
 
+echo "$as_me: WARNING: Incomplete Unicode implementation, some HTML conversions may suffer." >&2;}
15648
 
+
15649
 
+fi
15650
 
+done
15651
 
+
15652
 
+
15653
 
+
15654
 
+                                                                                          ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile src/tests/Makefile man/Makefile ts/Makefile TREC/Makefile contrib/Makefile doc/chess/Makefile"
15655
 
+
15656
 
+cat >confcache <<\_ACEOF
15657
 
+# This file is a shell script that caches the results of configure
15658
 
+# tests run on this system so they can be shared between configure
15659
 
+# scripts and configure runs, see configure's option --config-cache.
15660
 
+# It is not useful on other systems.  If it contains results you don't
15661
 
+# want to keep, you may remove or edit it.
15662
 
+#
15663
 
+# config.status only pays attention to the cache file if you give it
15664
 
+# the --recheck option to rerun configure.
15665
 
+#
15666
 
+# `ac_cv_env_foo' variables (set or unset) will be overridden when
15667
 
+# loading this file, other *unset* `ac_cv_foo' will be assigned the
15668
 
+# following values.
15669
 
+
15670
 
+_ACEOF
15671
 
+
15672
 
+# The following way of writing the cache mishandles newlines in values,
15673
 
+# but we know of no workaround that is simple, portable, and efficient.
15674
 
+# So, don't put newlines in cache variables' values.
15675
 
+# Ultrix sh set writes to stderr and can't be redirected directly,
15676
 
+# and sets the high bit in the cache file unless we assign to the vars.
15677
 
+{
15678
 
+  (set) 2>&1 |
15679
 
+    case `(ac_space=' '; set | grep ac_space) 2>&1` in
15680
 
+    *ac_space=\ *)
15681
 
+      # `set' does not quote correctly, so add quotes (double-quote
15682
 
+      # substitution turns \\\\ into \\, and sed turns \\ into \).
15683
 
+      sed -n \
15684
 
+       "s/'/'\\\\''/g;
15685
 
+         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15686
 
+      ;;
15687
 
+    *)
15688
 
+      # `set' quotes correctly as required by POSIX, so do not add quotes.
15689
 
+      sed -n \
15690
 
+       "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
15691
 
+      ;;
15692
 
+    esac;
15693
 
+} |
15694
 
+  sed '
15695
 
+     t clear
15696
 
+     : clear
15697
 
+     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15698
 
+     t end
15699
 
+     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15700
 
+     : end' >>confcache
15701
 
+if diff $cache_file confcache >/dev/null 2>&1; then :; else
15702
 
+  if test -w $cache_file; then
15703
 
+    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
15704
 
+    cat confcache >$cache_file
15705
 
+  else
15706
 
+    echo "not updating unwritable cache $cache_file"
15707
 
+  fi
15708
 
+fi
15709
 
+rm -f confcache
15710
 
+
15711
 
+test "x$prefix" = xNONE && prefix=$ac_default_prefix
15712
 
+# Let make expand exec_prefix.
15713
 
+test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15714
 
+
15715
 
+# VPATH may cause trouble with some makes, so we remove $(srcdir),
15716
 
+# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15717
 
+# trailing colons and then remove the whole line if VPATH becomes empty
15718
 
+# (actually we leave an empty line to preserve line numbers).
15719
 
+if test "x$srcdir" = x.; then
15720
 
+  ac_vpsub='/^[         ]*VPATH[        ]*=/{
15721
 
+s/:*\$(srcdir):*/:/;
15722
 
+s/:*\${srcdir}:*/:/;
15723
 
+s/:*@srcdir@:*/:/;
15724
 
+s/^\([^=]*=[    ]*\):*/\1/;
15725
 
+s/:*$//;
15726
 
+s/^[^=]*=[      ]*$//;
15727
 
+}'
15728
 
+fi
15729
 
+
15730
 
+DEFS=-DHAVE_CONFIG_H
15731
 
+
15732
 
+ac_libobjs=
15733
 
+ac_ltlibobjs=
15734
 
+for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue
15735
 
+  # 1. Remove the extension, and $U if already installed.
15736
 
+  ac_i=`echo "$ac_i" |
15737
 
+        sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
15738
 
+  # 2. Add them.
15739
 
+  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
15740
 
+  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
15741
 
+done
15742
 
+LIB@&t@OBJS=$ac_libobjs
15743
 
+
15744
 
+LTLIBOBJS=$ac_ltlibobjs
15745
 
+
15746
 
+
15747
 
+if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15748
 
+  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
15749
 
+Usually this means the macro was only invoked conditionally." >&5
15750
 
+echo "$as_me: error: conditional \"AMDEP\" was never defined.
15751
 
+Usually this means the macro was only invoked conditionally." >&2;}
15752
 
+   { (exit 1); exit 1; }; }
15753
 
+fi
15754
 
+if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15755
 
+  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
15756
 
+Usually this means the macro was only invoked conditionally." >&5
15757
 
+echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
15758
 
+Usually this means the macro was only invoked conditionally." >&2;}
15759
 
+   { (exit 1); exit 1; }; }
15760
 
+fi
15761
 
+if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15762
 
+  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
15763
 
+Usually this means the macro was only invoked conditionally." >&5
15764
 
+echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
15765
 
+Usually this means the macro was only invoked conditionally." >&2;}
15766
 
+   { (exit 1); exit 1; }; }
15767
 
+fi
15768
 
+
15769
 
+: ${CONFIG_STATUS=./config.status}
15770
 
+ac_clean_files_save=$ac_clean_files
15771
 
+ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15772
 
+{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
15773
 
+echo "$as_me: creating $CONFIG_STATUS" >&6;}
15774
 
+cat >$CONFIG_STATUS <<_ACEOF
15775
 
+#! $SHELL
15776
 
+# Generated by $as_me.
15777
 
+# Run this file to recreate the current configuration.
15778
 
+# Compiler output produced by configure, useful for debugging
15779
 
+# configure, is in config.log if it exists.
15780
 
+
15781
 
+debug=false
15782
 
+ac_cs_recheck=false
15783
 
+ac_cs_silent=false
15784
 
+SHELL=\${CONFIG_SHELL-$SHELL}
15785
 
+_ACEOF
15786
 
+
15787
 
+cat >>$CONFIG_STATUS <<\_ACEOF
15788
 
+## --------------------- ##
15789
 
+## M4sh Initialization.  ##
15790
 
+## --------------------- ##
15791
 
+
15792
 
+# Be Bourne compatible
15793
 
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
15794
 
+  emulate sh
15795
 
+  NULLCMD=:
15796
 
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
15797
 
+  # is contrary to our usage.  Disable this feature.
15798
 
+  alias -g '${1+"$@"}'='"$@"'
15799
 
+elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
15800
 
+  set -o posix
15801
 
+fi
15802
 
+DUALCASE=1; export DUALCASE # for MKS sh
15803
 
+
15804
 
+# Support unset when possible.
15805
 
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
15806
 
+  as_unset=unset
15807
 
+else
15808
 
+  as_unset=false
15809
 
+fi
15810
 
+
15811
 
+
15812
 
+# Work around bugs in pre-3.0 UWIN ksh.
15813
 
+$as_unset ENV MAIL MAILPATH
15814
 
+PS1='$ '
15815
 
+PS2='> '
15816
 
+PS4='+ '
15817
 
+
15818
 
+# NLS nuisances.
15819
 
+for as_var in \
15820
 
+  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
15821
 
+  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
15822
 
+  LC_TELEPHONE LC_TIME
15823
 
+do
15824
 
+  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
15825
 
+    eval $as_var=C; export $as_var
15826
 
+  else
15827
 
+    $as_unset $as_var
15828
 
+  fi
15829
 
+done
15830
 
+
15831
 
+# Required to use basename.
15832
 
+if expr a : '\(a\)' >/dev/null 2>&1; then
15833
 
+  as_expr=expr
15834
 
+else
15835
 
+  as_expr=false
15836
 
+fi
15837
 
+
15838
 
+if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
15839
 
+  as_basename=basename
15840
 
+else
15841
 
+  as_basename=false
15842
 
+fi
15843
 
+
15844
 
+
15845
 
+# Name of the executable.
15846
 
+as_me=`$as_basename "$0" ||
15847
 
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15848
 
+        X"$0" : 'X\(//\)$' \| \
15849
 
+        X"$0" : 'X\(/\)$' \| \
15850
 
+        .     : '\(.\)' 2>/dev/null ||
15851
 
+echo X/"$0" |
15852
 
+    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
15853
 
+         /^X\/\(\/\/\)$/{ s//\1/; q; }
15854
 
+         /^X\/\(\/\).*/{ s//\1/; q; }
15855
 
+         s/.*/./; q'`
15856
 
+
15857
 
+
15858
 
+# PATH needs CR, and LINENO needs CR and PATH.
15859
 
+# Avoid depending upon Character Ranges.
15860
 
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15861
 
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15862
 
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15863
 
+as_cr_digits='0123456789'
15864
 
+as_cr_alnum=$as_cr_Letters$as_cr_digits
15865
 
+
15866
 
+# The user is always right.
15867
 
+if test "${PATH_SEPARATOR+set}" != set; then
15868
 
+  echo "#! /bin/sh" >conf$$.sh
15869
 
+  echo  "exit 0"   >>conf$$.sh
15870
 
+  chmod +x conf$$.sh
15871
 
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
15872
 
+    PATH_SEPARATOR=';'
15873
 
+  else
15874
 
+    PATH_SEPARATOR=:
15875
 
+  fi
15876
 
+  rm -f conf$$.sh
15877
 
+fi
15878
 
+
15879
 
+
15880
 
+  as_lineno_1=$LINENO
15881
 
+  as_lineno_2=$LINENO
15882
 
+  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
15883
 
+  test "x$as_lineno_1" != "x$as_lineno_2" &&
15884
 
+  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
15885
 
+  # Find who we are.  Look in the path if we contain no path at all
15886
 
+  # relative or not.
15887
 
+  case $0 in
15888
 
+    *[\\/]* ) as_myself=$0 ;;
15889
 
+    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15890
 
+for as_dir in $PATH
15891
 
+do
15892
 
+  IFS=$as_save_IFS
15893
 
+  test -z "$as_dir" && as_dir=.
15894
 
+  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15895
 
+done
15896
 
+
15897
 
+       ;;
15898
 
+  esac
15899
 
+  # We did not find ourselves, most probably we were run as `sh COMMAND'
15900
 
+  # in which case we are not to be found in the path.
15901
 
+  if test "x$as_myself" = x; then
15902
 
+    as_myself=$0
15903
 
+  fi
15904
 
+  if test ! -f "$as_myself"; then
15905
 
+    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
15906
 
+echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
15907
 
+   { (exit 1); exit 1; }; }
15908
 
+  fi
15909
 
+  case $CONFIG_SHELL in
15910
 
+  '')
15911
 
+    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15912
 
+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
15913
 
+do
15914
 
+  IFS=$as_save_IFS
15915
 
+  test -z "$as_dir" && as_dir=.
15916
 
+  for as_base in sh bash ksh sh5; do
15917
 
+        case $as_dir in
15918
 
+        /*)
15919
 
+          if ("$as_dir/$as_base" -c '
15920
 
+  as_lineno_1=$LINENO
15921
 
+  as_lineno_2=$LINENO
15922
 
+  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
15923
 
+  test "x$as_lineno_1" != "x$as_lineno_2" &&
15924
 
+  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
15925
 
+            $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
15926
 
+            $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
15927
 
+            CONFIG_SHELL=$as_dir/$as_base
15928
 
+            export CONFIG_SHELL
15929
 
+            exec "$CONFIG_SHELL" "$0" ${1+"$@"}
15930
 
+          fi;;
15931
 
+        esac
15932
 
+       done
15933
 
+done
15934
 
+;;
15935
 
+  esac
15936
 
+
15937
 
+  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
15938
 
+  # uniformly replaced by the line number.  The first 'sed' inserts a
15939
 
+  # line-number line before each line; the second 'sed' does the real
15940
 
+  # work.  The second script uses 'N' to pair each line-number line
15941
 
+  # with the numbered line, and appends trailing '-' during
15942
 
+  # substitution so that $LINENO is not a special case at line end.
15943
 
+  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
15944
 
+  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
15945
 
+  sed '=' <$as_myself |
15946
 
+    sed '
15947
 
+      N
15948
 
+      s,$,-,
15949
 
+      : loop
15950
 
+      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
15951
 
+      t loop
15952
 
+      s,-$,,
15953
 
+      s,^['$as_cr_digits']*\n,,
15954
 
+    ' >$as_me.lineno &&
15955
 
+  chmod +x $as_me.lineno ||
15956
 
+    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
15957
 
+echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
15958
 
+   { (exit 1); exit 1; }; }
15959
 
+
15960
 
+  # Don't try to exec as it changes $[0], causing all sort of problems
15961
 
+  # (the dirname of $[0] is not the place where we might find the
15962
 
+  # original and so on.  Autoconf is especially sensible to this).
15963
 
+  . ./$as_me.lineno
15964
 
+  # Exit status is that of the last command.
15965
 
+  exit
15966
 
+}
15967
 
+
15968
 
+
15969
 
+case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
15970
 
+  *c*,-n*) ECHO_N= ECHO_C='
15971
 
+' ECHO_T='     ' ;;
15972
 
+  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
15973
 
+  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
15974
 
+esac
15975
 
+
15976
 
+if expr a : '\(a\)' >/dev/null 2>&1; then
15977
 
+  as_expr=expr
15978
 
+else
15979
 
+  as_expr=false
15980
 
+fi
15981
 
+
15982
 
+rm -f conf$$ conf$$.exe conf$$.file
15983
 
+echo >conf$$.file
15984
 
+if ln -s conf$$.file conf$$ 2>/dev/null; then
15985
 
+  # We could just check for DJGPP; but this test a) works b) is more generic
15986
 
+  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
15987
 
+  if test -f conf$$.exe; then
15988
 
+    # Don't use ln at all; we don't have any links
15989
 
+    as_ln_s='cp -p'
15990
 
+  else
15991
 
+    as_ln_s='ln -s'
15992
 
+  fi
15993
 
+elif ln conf$$.file conf$$ 2>/dev/null; then
15994
 
+  as_ln_s=ln
15995
 
+else
15996
 
+  as_ln_s='cp -p'
15997
 
+fi
15998
 
+rm -f conf$$ conf$$.exe conf$$.file
15999
 
+
16000
 
+if mkdir -p . 2>/dev/null; then
16001
 
+  as_mkdir_p=:
16002
 
+else
16003
 
+  test -d ./-p && rmdir ./-p
16004
 
+  as_mkdir_p=false
16005
 
+fi
16006
 
+
16007
 
+as_executable_p="test -f"
16008
 
+
16009
 
+# Sed expression to map a string onto a valid CPP name.
16010
 
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16011
 
+
16012
 
+# Sed expression to map a string onto a valid variable name.
16013
 
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16014
 
+
16015
 
+
16016
 
+# IFS
16017
 
+# We need space, tab and new line, in precisely that order.
16018
 
+as_nl='
16019
 
+'
16020
 
+IFS="  $as_nl"
16021
 
+
16022
 
+# CDPATH.
16023
 
+$as_unset CDPATH
16024
 
+
16025
 
+exec 6>&1
16026
 
+
16027
 
+# Open the log real soon, to keep \$[0] and so on meaningful, and to
16028
 
+# report actual input values of CONFIG_FILES etc. instead of their
16029
 
+# values after options handling.  Logging --version etc. is OK.
16030
 
+exec 5>>config.log
16031
 
+{
16032
 
+  echo
16033
 
+  sed 'h;s/./-/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX
16034
 
+@%:@@%:@ Running $as_me. @%:@@%:@
16035
 
+_ASBOX
16036
 
+} >&5
16037
 
+cat >&5 <<_CSEOF
16038
 
+
16039
 
+This file was extended by dbacl $as_me 1.12, which was
16040
 
+generated by GNU Autoconf 2.59.  Invocation command line was
16041
 
+
16042
 
+  CONFIG_FILES    = $CONFIG_FILES
16043
 
+  CONFIG_HEADERS  = $CONFIG_HEADERS
16044
 
+  CONFIG_LINKS    = $CONFIG_LINKS
16045
 
+  CONFIG_COMMANDS = $CONFIG_COMMANDS
16046
 
+  $ $0 $@
16047
 
+
16048
 
+_CSEOF
16049
 
+echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
16050
 
+echo >&5
16051
 
+_ACEOF
16052
 
+
16053
 
+# Files that config.status was made for.
16054
 
+if test -n "$ac_config_files"; then
16055
 
+  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
16056
 
+fi
16057
 
+
16058
 
+if test -n "$ac_config_headers"; then
16059
 
+  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
16060
 
+fi
16061
 
+
16062
 
+if test -n "$ac_config_links"; then
16063
 
+  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
16064
 
+fi
16065
 
+
16066
 
+if test -n "$ac_config_commands"; then
16067
 
+  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
16068
 
+fi
16069
 
+
16070
 
+cat >>$CONFIG_STATUS <<\_ACEOF
16071
 
+
16072
 
+ac_cs_usage="\
16073
 
+\`$as_me' instantiates files from templates according to the
16074
 
+current configuration.
16075
 
+
16076
 
+Usage: $0 [OPTIONS] [FILE]...
16077
 
+
16078
 
+  -h, --help       print this help, then exit
16079
 
+  -V, --version    print version number, then exit
16080
 
+  -q, --quiet      do not print progress messages
16081
 
+  -d, --debug      don't remove temporary files
16082
 
+      --recheck    update $as_me by reconfiguring in the same conditions
16083
 
+  --file=FILE[:TEMPLATE]
16084
 
+                  instantiate the configuration file FILE
16085
 
+  --header=FILE[:TEMPLATE]
16086
 
+                  instantiate the configuration header FILE
16087
 
+
16088
 
+Configuration files:
16089
 
+$config_files
16090
 
+
16091
 
+Configuration headers:
16092
 
+$config_headers
16093
 
+
16094
 
+Configuration commands:
16095
 
+$config_commands
16096
 
+
16097
 
+Report bugs to <bug-autoconf@gnu.org>."
16098
 
+_ACEOF
16099
 
+
16100
 
+cat >>$CONFIG_STATUS <<_ACEOF
16101
 
+ac_cs_version="\\
16102
 
+dbacl config.status 1.12
16103
 
+configured by $0, generated by GNU Autoconf 2.59,
16104
 
+  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
16105
 
+
16106
 
+Copyright (C) 2003 Free Software Foundation, Inc.
16107
 
+This config.status script is free software; the Free Software Foundation
16108
 
+gives unlimited permission to copy, distribute and modify it."
16109
 
+srcdir=$srcdir
16110
 
+INSTALL="$INSTALL"
16111
 
+_ACEOF
16112
 
+
16113
 
+cat >>$CONFIG_STATUS <<\_ACEOF
16114
 
+# If no file are specified by the user, then we need to provide default
16115
 
+# value.  By we need to know if files were specified by the user.
16116
 
+ac_need_defaults=:
16117
 
+while test $# != 0
16118
 
+do
16119
 
+  case $1 in
16120
 
+  --*=*)
16121
 
+    ac_option=`expr "x$1" : 'x\([^=]*\)='`
16122
 
+    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
16123
 
+    ac_shift=:
16124
 
+    ;;
16125
 
+  -*)
16126
 
+    ac_option=$1
16127
 
+    ac_optarg=$2
16128
 
+    ac_shift=shift
16129
 
+    ;;
16130
 
+  *) # This is not an option, so the user has probably given explicit
16131
 
+     # arguments.
16132
 
+     ac_option=$1
16133
 
+     ac_need_defaults=false;;
16134
 
+  esac
16135
 
+
16136
 
+  case $ac_option in
16137
 
+  # Handling of the options.
16138
 
+_ACEOF
16139
 
+cat >>$CONFIG_STATUS <<\_ACEOF
16140
 
+  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16141
 
+    ac_cs_recheck=: ;;
16142
 
+  --version | --vers* | -V )
16143
 
+    echo "$ac_cs_version"; exit 0 ;;
16144
 
+  --he | --h)
16145
 
+    # Conflict between --help and --header
16146
 
+    { { echo "$as_me:$LINENO: error: ambiguous option: $1
16147
 
+Try \`$0 --help' for more information." >&5
16148
 
+echo "$as_me: error: ambiguous option: $1
16149
 
+Try \`$0 --help' for more information." >&2;}
16150
 
+   { (exit 1); exit 1; }; };;
16151
 
+  --help | --hel | -h )
16152
 
+    echo "$ac_cs_usage"; exit 0 ;;
16153
 
+  --debug | --d* | -d )
16154
 
+    debug=: ;;
16155
 
+  --file | --fil | --fi | --f )
16156
 
+    $ac_shift
16157
 
+    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
16158
 
+    ac_need_defaults=false;;
16159
 
+  --header | --heade | --head | --hea )
16160
 
+    $ac_shift
16161
 
+    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
16162
 
+    ac_need_defaults=false;;
16163
 
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16164
 
+  | -silent | --silent | --silen | --sile | --sil | --si | --s)
16165
 
+    ac_cs_silent=: ;;
16166
 
+
16167
 
+  # This is an error.
16168
 
+  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
16169
 
+Try \`$0 --help' for more information." >&5
16170
 
+echo "$as_me: error: unrecognized option: $1
16171
 
+Try \`$0 --help' for more information." >&2;}
16172
 
+   { (exit 1); exit 1; }; } ;;
16173
 
+
16174
 
+  *) ac_config_targets="$ac_config_targets $1" ;;
16175
 
+
16176
 
+  esac
16177
 
+  shift
16178
 
+done
16179
 
+
16180
 
+ac_configure_extra_args=
16181
 
+
16182
 
+if $ac_cs_silent; then
16183
 
+  exec 6>/dev/null
16184
 
+  ac_configure_extra_args="$ac_configure_extra_args --silent"
16185
 
+fi
16186
 
+
16187
 
+_ACEOF
16188
 
+cat >>$CONFIG_STATUS <<_ACEOF
16189
 
+if \$ac_cs_recheck; then
16190
 
+  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
16191
 
+  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16192
 
+fi
16193
 
+
16194
 
+_ACEOF
16195
 
+
16196
 
+cat >>$CONFIG_STATUS <<_ACEOF
16197
 
+#
16198
 
+# INIT-COMMANDS section.
16199
 
+#
16200
 
+
16201
 
+AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
16202
 
+
16203
 
+_ACEOF
16204
 
+
16205
 
+
16206
 
+
16207
 
+cat >>$CONFIG_STATUS <<\_ACEOF
16208
 
+for ac_config_target in $ac_config_targets
16209
 
+do
16210
 
+  case "$ac_config_target" in
16211
 
+  # Handling of arguments.
16212
 
+  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16213
 
+  "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
16214
 
+  "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
16215
 
+  "src/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/tests/Makefile" ;;
16216
 
+  "man/Makefile" ) CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
16217
 
+  "ts/Makefile" ) CONFIG_FILES="$CONFIG_FILES ts/Makefile" ;;
16218
 
+  "TREC/Makefile" ) CONFIG_FILES="$CONFIG_FILES TREC/Makefile" ;;
16219
 
+  "contrib/Makefile" ) CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
16220
 
+  "doc/chess/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/chess/Makefile" ;;
16221
 
+  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16222
 
+  "src/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;;
16223
 
+  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
16224
 
+echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
16225
 
+   { (exit 1); exit 1; }; };;
16226
 
+  esac
16227
 
+done
16228
 
+
16229
 
+# If the user did not use the arguments to specify the items to instantiate,
16230
 
+# then the envvar interface is used.  Set only those that are not.
16231
 
+# We use the long form for the default assignment because of an extremely
16232
 
+# bizarre bug on SunOS 4.1.3.
16233
 
+if $ac_need_defaults; then
16234
 
+  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16235
 
+  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16236
 
+  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16237
 
+fi
16238
 
+
16239
 
+# Have a temporary directory for convenience.  Make it in the build tree
16240
 
+# simply because there is no reason to put it here, and in addition,
16241
 
+# creating and moving files from /tmp can sometimes cause problems.
16242
 
+# Create a temporary directory, and hook for its removal unless debugging.
16243
 
+$debug ||
16244
 
+{
16245
 
+  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
16246
 
+  trap '{ (exit 1); exit 1; }' 1 2 13 15
16247
 
+}
16248
 
+
16249
 
+# Create a (secure) tmp directory for tmp files.
16250
 
+
16251
 
+{
16252
 
+  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
16253
 
+  test -n "$tmp" && test -d "$tmp"
16254
 
+}  ||
16255
 
+{
16256
 
+  tmp=./confstat$$-$RANDOM
16257
 
+  (umask 077 && mkdir $tmp)
16258
 
+} ||
16259
 
+{
16260
 
+   echo "$me: cannot create a temporary directory in ." >&2
16261
 
+   { (exit 1); exit 1; }
16262
 
+}
16263
 
+
16264
 
+_ACEOF
16265
 
+
16266
 
+cat >>$CONFIG_STATUS <<_ACEOF
16267
 
+
16268
 
+#
16269
 
+# CONFIG_FILES section.
16270
 
+#
16271
 
+
16272
 
+# No need to generate the scripts if there are no CONFIG_FILES.
16273
 
+# This happens for instance when ./config.status config.h
16274
 
+if test -n "\$CONFIG_FILES"; then
16275
 
+  # Protect against being on the right side of a sed subst in config.status.
16276
 
+  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
16277
 
+   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
16278
 
+s,@SHELL@,$SHELL,;t t
16279
 
+s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
16280
 
+s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
16281
 
+s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
16282
 
+s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
16283
 
+s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
16284
 
+s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
16285
 
+s,@exec_prefix@,$exec_prefix,;t t
16286
 
+s,@prefix@,$prefix,;t t
16287
 
+s,@program_transform_name@,$program_transform_name,;t t
16288
 
+s,@bindir@,$bindir,;t t
16289
 
+s,@sbindir@,$sbindir,;t t
16290
 
+s,@libexecdir@,$libexecdir,;t t
16291
 
+s,@datadir@,$datadir,;t t
16292
 
+s,@sysconfdir@,$sysconfdir,;t t
16293
 
+s,@sharedstatedir@,$sharedstatedir,;t t
16294
 
+s,@localstatedir@,$localstatedir,;t t
16295
 
+s,@libdir@,$libdir,;t t
16296
 
+s,@includedir@,$includedir,;t t
16297
 
+s,@oldincludedir@,$oldincludedir,;t t
16298
 
+s,@infodir@,$infodir,;t t
16299
 
+s,@mandir@,$mandir,;t t
16300
 
+s,@build_alias@,$build_alias,;t t
16301
 
+s,@host_alias@,$host_alias,;t t
16302
 
+s,@target_alias@,$target_alias,;t t
16303
 
+s,@DEFS@,$DEFS,;t t
16304
 
+s,@ECHO_C@,$ECHO_C,;t t
16305
 
+s,@ECHO_N@,$ECHO_N,;t t
16306
 
+s,@ECHO_T@,$ECHO_T,;t t
16307
 
+s,@LIBS@,$LIBS,;t t
16308
 
+s,@build@,$build,;t t
16309
 
+s,@build_cpu@,$build_cpu,;t t
16310
 
+s,@build_vendor@,$build_vendor,;t t
16311
 
+s,@build_os@,$build_os,;t t
16312
 
+s,@host@,$host,;t t
16313
 
+s,@host_cpu@,$host_cpu,;t t
16314
 
+s,@host_vendor@,$host_vendor,;t t
16315
 
+s,@host_os@,$host_os,;t t
16316
 
+s,@target@,$target,;t t
16317
 
+s,@target_cpu@,$target_cpu,;t t
16318
 
+s,@target_vendor@,$target_vendor,;t t
16319
 
+s,@target_os@,$target_os,;t t
16320
 
+s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
16321
 
+s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
16322
 
+s,@INSTALL_DATA@,$INSTALL_DATA,;t t
16323
 
+s,@CYGPATH_W@,$CYGPATH_W,;t t
16324
 
+s,@PACKAGE@,$PACKAGE,;t t
16325
 
+s,@VERSION@,$VERSION,;t t
16326
 
+s,@ACLOCAL@,$ACLOCAL,;t t
16327
 
+s,@AUTOCONF@,$AUTOCONF,;t t
16328
 
+s,@AUTOMAKE@,$AUTOMAKE,;t t
16329
 
+s,@AUTOHEADER@,$AUTOHEADER,;t t
16330
 
+s,@MAKEINFO@,$MAKEINFO,;t t
16331
 
+s,@install_sh@,$install_sh,;t t
16332
 
+s,@STRIP@,$STRIP,;t t
16333
 
+s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
16334
 
+s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
16335
 
+s,@mkdir_p@,$mkdir_p,;t t
16336
 
+s,@AWK@,$AWK,;t t
16337
 
+s,@SET_MAKE@,$SET_MAKE,;t t
16338
 
+s,@am__leading_dot@,$am__leading_dot,;t t
16339
 
+s,@AMTAR@,$AMTAR,;t t
16340
 
+s,@am__tar@,$am__tar,;t t
16341
 
+s,@am__untar@,$am__untar,;t t
16342
 
+s,@CC@,$CC,;t t
16343
 
+s,@CFLAGS@,$CFLAGS,;t t
16344
 
+s,@LDFLAGS@,$LDFLAGS,;t t
16345
 
+s,@CPPFLAGS@,$CPPFLAGS,;t t
16346
 
+s,@ac_ct_CC@,$ac_ct_CC,;t t
16347
 
+s,@EXEEXT@,$EXEEXT,;t t
16348
 
+s,@OBJEXT@,$OBJEXT,;t t
16349
 
+s,@DEPDIR@,$DEPDIR,;t t
16350
 
+s,@am__include@,$am__include,;t t
16351
 
+s,@am__quote@,$am__quote,;t t
16352
 
+s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
16353
 
+s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
16354
 
+s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
16355
 
+s,@CCDEPMODE@,$CCDEPMODE,;t t
16356
 
+s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
16357
 
+s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
16358
 
+s,@CPP@,$CPP,;t t
16359
 
+s,@EGREP@,$EGREP,;t t
16360
 
+s,@CFLAGSIEEE@,$CFLAGSIEEE,;t t
16361
 
+s,@LEX@,$LEX,;t t
16362
 
+s,@LEXLIB@,$LEXLIB,;t t
16363
 
+s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
16364
 
+s,@YACC@,$YACC,;t t
16365
 
+s,@LDADDINTER@,$LDADDINTER,;t t
16366
 
+s,@INCLUDESINTER@,$INCLUDESINTER,;t t
16367
 
+s,@LIB@&t@OBJS@,$LIB@&t@OBJS,;t t
16368
 
+s,@LTLIBOBJS@,$LTLIBOBJS,;t t
16369
 
+CEOF
16370
 
+
16371
 
+_ACEOF
16372
 
+
16373
 
+  cat >>$CONFIG_STATUS <<\_ACEOF
16374
 
+  # Split the substitutions into bite-sized pieces for seds with
16375
 
+  # small command number limits, like on Digital OSF/1 and HP-UX.
16376
 
+  ac_max_sed_lines=48
16377
 
+  ac_sed_frag=1 # Number of current file.
16378
 
+  ac_beg=1 # First line for current file.
16379
 
+  ac_end=$ac_max_sed_lines # Line after last line for current file.
16380
 
+  ac_more_lines=:
16381
 
+  ac_sed_cmds=
16382
 
+  while $ac_more_lines; do
16383
 
+    if test $ac_beg -gt 1; then
16384
 
+      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
16385
 
+    else
16386
 
+      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
16387
 
+    fi
16388
 
+    if test ! -s $tmp/subs.frag; then
16389
 
+      ac_more_lines=false
16390
 
+    else
16391
 
+      # The purpose of the label and of the branching condition is to
16392
 
+      # speed up the sed processing (if there are no `@' at all, there
16393
 
+      # is no need to browse any of the substitutions).
16394
 
+      # These are the two extra sed commands mentioned above.
16395
 
+      (echo ':t
16396
 
+  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
16397
 
+      if test -z "$ac_sed_cmds"; then
16398
 
+       ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
16399
 
+      else
16400
 
+       ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
16401
 
+      fi
16402
 
+      ac_sed_frag=`expr $ac_sed_frag + 1`
16403
 
+      ac_beg=$ac_end
16404
 
+      ac_end=`expr $ac_end + $ac_max_sed_lines`
16405
 
+    fi
16406
 
+  done
16407
 
+  if test -z "$ac_sed_cmds"; then
16408
 
+    ac_sed_cmds=cat
16409
 
+  fi
16410
 
+fi # test -n "$CONFIG_FILES"
16411
 
+
16412
 
+_ACEOF
16413
 
+cat >>$CONFIG_STATUS <<\_ACEOF
16414
 
+for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
16415
 
+  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
16416
 
+  case $ac_file in
16417
 
+  - | *:- | *:-:* ) # input from stdin
16418
 
+       cat >$tmp/stdin
16419
 
+       ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
16420
 
+       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
16421
 
+  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
16422
 
+       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
16423
 
+  * )   ac_file_in=$ac_file.in ;;
16424
 
+  esac
16425
 
+
16426
 
+  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
16427
 
+  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
16428
 
+$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16429
 
+        X"$ac_file" : 'X\(//\)[^/]' \| \
16430
 
+        X"$ac_file" : 'X\(//\)$' \| \
16431
 
+        X"$ac_file" : 'X\(/\)' \| \
16432
 
+        .     : '\(.\)' 2>/dev/null ||
16433
 
+echo X"$ac_file" |
16434
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
16435
 
+         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
16436
 
+         /^X\(\/\/\)$/{ s//\1/; q; }
16437
 
+         /^X\(\/\).*/{ s//\1/; q; }
16438
 
+         s/.*/./; q'`
16439
 
+  { if $as_mkdir_p; then
16440
 
+    mkdir -p "$ac_dir"
16441
 
+  else
16442
 
+    as_dir="$ac_dir"
16443
 
+    as_dirs=
16444
 
+    while test ! -d "$as_dir"; do
16445
 
+      as_dirs="$as_dir $as_dirs"
16446
 
+      as_dir=`(dirname "$as_dir") 2>/dev/null ||
16447
 
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16448
 
+        X"$as_dir" : 'X\(//\)[^/]' \| \
16449
 
+        X"$as_dir" : 'X\(//\)$' \| \
16450
 
+        X"$as_dir" : 'X\(/\)' \| \
16451
 
+        .     : '\(.\)' 2>/dev/null ||
16452
 
+echo X"$as_dir" |
16453
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
16454
 
+         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
16455
 
+         /^X\(\/\/\)$/{ s//\1/; q; }
16456
 
+         /^X\(\/\).*/{ s//\1/; q; }
16457
 
+         s/.*/./; q'`
16458
 
+    done
16459
 
+    test ! -n "$as_dirs" || mkdir $as_dirs
16460
 
+  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
16461
 
+echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
16462
 
+   { (exit 1); exit 1; }; }; }
16463
 
+
16464
 
+  ac_builddir=.
16465
 
+
16466
 
+if test "$ac_dir" != .; then
16467
 
+  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
16468
 
+  # A "../" for each directory in $ac_dir_suffix.
16469
 
+  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
16470
 
+else
16471
 
+  ac_dir_suffix= ac_top_builddir=
16472
 
+fi
16473
 
+
16474
 
+case $srcdir in
16475
 
+  .)  # No --srcdir option.  We are building in place.
16476
 
+    ac_srcdir=.
16477
 
+    if test -z "$ac_top_builddir"; then
16478
 
+       ac_top_srcdir=.
16479
 
+    else
16480
 
+       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
16481
 
+    fi ;;
16482
 
+  [\\/]* | ?:[\\/]* )  # Absolute path.
16483
 
+    ac_srcdir=$srcdir$ac_dir_suffix;
16484
 
+    ac_top_srcdir=$srcdir ;;
16485
 
+  *) # Relative path.
16486
 
+    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
16487
 
+    ac_top_srcdir=$ac_top_builddir$srcdir ;;
16488
 
+esac
16489
 
+
16490
 
+# Do not use `cd foo && pwd` to compute absolute paths, because
16491
 
+# the directories may not exist.
16492
 
+case `pwd` in
16493
 
+.) ac_abs_builddir="$ac_dir";;
16494
 
+*)
16495
 
+  case "$ac_dir" in
16496
 
+  .) ac_abs_builddir=`pwd`;;
16497
 
+  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
16498
 
+  *) ac_abs_builddir=`pwd`/"$ac_dir";;
16499
 
+  esac;;
16500
 
+esac
16501
 
+case $ac_abs_builddir in
16502
 
+.) ac_abs_top_builddir=${ac_top_builddir}.;;
16503
 
+*)
16504
 
+  case ${ac_top_builddir}. in
16505
 
+  .) ac_abs_top_builddir=$ac_abs_builddir;;
16506
 
+  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
16507
 
+  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
16508
 
+  esac;;
16509
 
+esac
16510
 
+case $ac_abs_builddir in
16511
 
+.) ac_abs_srcdir=$ac_srcdir;;
16512
 
+*)
16513
 
+  case $ac_srcdir in
16514
 
+  .) ac_abs_srcdir=$ac_abs_builddir;;
16515
 
+  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
16516
 
+  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
16517
 
+  esac;;
16518
 
+esac
16519
 
+case $ac_abs_builddir in
16520
 
+.) ac_abs_top_srcdir=$ac_top_srcdir;;
16521
 
+*)
16522
 
+  case $ac_top_srcdir in
16523
 
+  .) ac_abs_top_srcdir=$ac_abs_builddir;;
16524
 
+  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
16525
 
+  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
16526
 
+  esac;;
16527
 
+esac
16528
 
+
16529
 
+
16530
 
+  case $INSTALL in
16531
 
+  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16532
 
+  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
16533
 
+  esac
16534
 
+
16535
 
+  # Let's still pretend it is `configure' which instantiates (i.e., don't
16536
 
+  # use $as_me), people would be surprised to read:
16537
 
+  #    /* config.h.  Generated by config.status.  */
16538
 
+  if test x"$ac_file" = x-; then
16539
 
+    configure_input=
16540
 
+  else
16541
 
+    configure_input="$ac_file.  "
16542
 
+  fi
16543
 
+  configure_input=$configure_input"Generated from `echo $ac_file_in |
16544
 
+                                    sed 's,.*/,,'` by configure."
16545
 
+
16546
 
+  # First look for the input files in the build tree, otherwise in the
16547
 
+  # src tree.
16548
 
+  ac_file_inputs=`IFS=:
16549
 
+    for f in $ac_file_in; do
16550
 
+      case $f in
16551
 
+      -) echo $tmp/stdin ;;
16552
 
+      [\\/$]*)
16553
 
+        # Absolute (can't be DOS-style, as IFS=:)
16554
 
+        test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
16555
 
+echo "$as_me: error: cannot find input file: $f" >&2;}
16556
 
+   { (exit 1); exit 1; }; }
16557
 
+        echo "$f";;
16558
 
+      *) # Relative
16559
 
+        if test -f "$f"; then
16560
 
+          # Build tree
16561
 
+          echo "$f"
16562
 
+        elif test -f "$srcdir/$f"; then
16563
 
+          # Source tree
16564
 
+          echo "$srcdir/$f"
16565
 
+        else
16566
 
+          # /dev/null tree
16567
 
+          { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
16568
 
+echo "$as_me: error: cannot find input file: $f" >&2;}
16569
 
+   { (exit 1); exit 1; }; }
16570
 
+        fi;;
16571
 
+      esac
16572
 
+    done` || { (exit 1); exit 1; }
16573
 
+
16574
 
+  if test x"$ac_file" != x-; then
16575
 
+    { echo "$as_me:$LINENO: creating $ac_file" >&5
16576
 
+echo "$as_me: creating $ac_file" >&6;}
16577
 
+    rm -f "$ac_file"
16578
 
+  fi
16579
 
+_ACEOF
16580
 
+cat >>$CONFIG_STATUS <<_ACEOF
16581
 
+  sed "$ac_vpsub
16582
 
+$extrasub
16583
 
+_ACEOF
16584
 
+cat >>$CONFIG_STATUS <<\_ACEOF
16585
 
+:t
16586
 
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16587
 
+s,@configure_input@,$configure_input,;t t
16588
 
+s,@srcdir@,$ac_srcdir,;t t
16589
 
+s,@abs_srcdir@,$ac_abs_srcdir,;t t
16590
 
+s,@top_srcdir@,$ac_top_srcdir,;t t
16591
 
+s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
16592
 
+s,@builddir@,$ac_builddir,;t t
16593
 
+s,@abs_builddir@,$ac_abs_builddir,;t t
16594
 
+s,@top_builddir@,$ac_top_builddir,;t t
16595
 
+s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
16596
 
+s,@INSTALL@,$ac_INSTALL,;t t
16597
 
+" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
16598
 
+  rm -f $tmp/stdin
16599
 
+  if test x"$ac_file" != x-; then
16600
 
+    mv $tmp/out $ac_file
16601
 
+  else
16602
 
+    cat $tmp/out
16603
 
+    rm -f $tmp/out
16604
 
+  fi
16605
 
+
16606
 
+done
16607
 
+_ACEOF
16608
 
+cat >>$CONFIG_STATUS <<\_ACEOF
16609
 
+
16610
 
+#
16611
 
+# CONFIG_HEADER section.
16612
 
+#
16613
 
+
16614
 
+# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
16615
 
+# NAME is the cpp macro being defined and VALUE is the value it is being given.
16616
 
+#
16617
 
+# ac_d sets the value in "#define NAME VALUE" lines.
16618
 
+ac_dA='s,^\([   ]*\)#\([        ]*define[       ][      ]*\)'
16619
 
+ac_dB='[        ].*$,\1#\2'
16620
 
+ac_dC=' '
16621
 
+ac_dD=',;t'
16622
 
+# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
16623
 
+ac_uA='s,^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
16624
 
+ac_uB='$,\1#\2define\3'
16625
 
+ac_uC=' '
16626
 
+ac_uD=',;t'
16627
 
+
16628
 
+for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
16629
 
+  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
16630
 
+  case $ac_file in
16631
 
+  - | *:- | *:-:* ) # input from stdin
16632
 
+       cat >$tmp/stdin
16633
 
+       ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
16634
 
+       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
16635
 
+  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
16636
 
+       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
16637
 
+  * )   ac_file_in=$ac_file.in ;;
16638
 
+  esac
16639
 
+
16640
 
+  test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
16641
 
+echo "$as_me: creating $ac_file" >&6;}
16642
 
+
16643
 
+  # First look for the input files in the build tree, otherwise in the
16644
 
+  # src tree.
16645
 
+  ac_file_inputs=`IFS=:
16646
 
+    for f in $ac_file_in; do
16647
 
+      case $f in
16648
 
+      -) echo $tmp/stdin ;;
16649
 
+      [\\/$]*)
16650
 
+        # Absolute (can't be DOS-style, as IFS=:)
16651
 
+        test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
16652
 
+echo "$as_me: error: cannot find input file: $f" >&2;}
16653
 
+   { (exit 1); exit 1; }; }
16654
 
+        # Do quote $f, to prevent DOS paths from being IFS'd.
16655
 
+        echo "$f";;
16656
 
+      *) # Relative
16657
 
+        if test -f "$f"; then
16658
 
+          # Build tree
16659
 
+          echo "$f"
16660
 
+        elif test -f "$srcdir/$f"; then
16661
 
+          # Source tree
16662
 
+          echo "$srcdir/$f"
16663
 
+        else
16664
 
+          # /dev/null tree
16665
 
+          { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
16666
 
+echo "$as_me: error: cannot find input file: $f" >&2;}
16667
 
+   { (exit 1); exit 1; }; }
16668
 
+        fi;;
16669
 
+      esac
16670
 
+    done` || { (exit 1); exit 1; }
16671
 
+  # Remove the trailing spaces.
16672
 
+  sed 's/[      ]*$//' $ac_file_inputs >$tmp/in
16673
 
+
16674
 
+_ACEOF
16675
 
+
16676
 
+# Transform confdefs.h into two sed scripts, `conftest.defines' and
16677
 
+# `conftest.undefs', that substitutes the proper values into
16678
 
+# config.h.in to produce config.h.  The first handles `#define'
16679
 
+# templates, and the second `#undef' templates.
16680
 
+# And first: Protect against being on the right side of a sed subst in
16681
 
+# config.status.  Protect against being in an unquoted here document
16682
 
+# in config.status.
16683
 
+rm -f conftest.defines conftest.undefs
16684
 
+# Using a here document instead of a string reduces the quoting nightmare.
16685
 
+# Putting comments in sed scripts is not portable.
16686
 
+#
16687
 
+# `end' is used to avoid that the second main sed command (meant for
16688
 
+# 0-ary CPP macros) applies to n-ary macro definitions.
16689
 
+# See the Autoconf documentation for `clear'.
16690
 
+cat >confdef2sed.sed <<\_ACEOF
16691
 
+s/[\\&,]/\\&/g
16692
 
+s,[\\$`],\\&,g
16693
 
+t clear
16694
 
+: clear
16695
 
+s,^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
16696
 
+t end
16697
 
+s,^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
16698
 
+: end
16699
 
+_ACEOF
16700
 
+# If some macros were called several times there might be several times
16701
 
+# the same #defines, which is useless.  Nevertheless, we may not want to
16702
 
+# sort them, since we want the *last* AC-DEFINE to be honored.
16703
 
+uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
16704
 
+sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
16705
 
+rm -f confdef2sed.sed
16706
 
+
16707
 
+# This sed command replaces #undef with comments.  This is necessary, for
16708
 
+# example, in the case of _POSIX_SOURCE, which is predefined and required
16709
 
+# on some systems where configure will not decide to define it.
16710
 
+cat >>conftest.undefs <<\_ACEOF
16711
 
+s,^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
16712
 
+_ACEOF
16713
 
+
16714
 
+# Break up conftest.defines because some shells have a limit on the size
16715
 
+# of here documents, and old seds have small limits too (100 cmds).
16716
 
+echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
16717
 
+echo '  if grep "^[     ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
16718
 
+echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
16719
 
+echo '  :' >>$CONFIG_STATUS
16720
 
+rm -f conftest.tail
16721
 
+while grep . conftest.defines >/dev/null
16722
 
+do
16723
 
+  # Write a limited-size here document to $tmp/defines.sed.
16724
 
+  echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
16725
 
+  # Speed up: don't consider the non `#define' lines.
16726
 
+  echo '/^[     ]*#[    ]*define/!b' >>$CONFIG_STATUS
16727
 
+  # Work around the forget-to-reset-the-flag bug.
16728
 
+  echo 't clr' >>$CONFIG_STATUS
16729
 
+  echo ': clr' >>$CONFIG_STATUS
16730
 
+  sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
16731
 
+  echo 'CEOF
16732
 
+  sed -f $tmp/defines.sed $tmp/in >$tmp/out
16733
 
+  rm -f $tmp/in
16734
 
+  mv $tmp/out $tmp/in
16735
 
+' >>$CONFIG_STATUS
16736
 
+  sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
16737
 
+  rm -f conftest.defines
16738
 
+  mv conftest.tail conftest.defines
16739
 
+done
16740
 
+rm -f conftest.defines
16741
 
+echo '  fi # grep' >>$CONFIG_STATUS
16742
 
+echo >>$CONFIG_STATUS
16743
 
+
16744
 
+# Break up conftest.undefs because some shells have a limit on the size
16745
 
+# of here documents, and old seds have small limits too (100 cmds).
16746
 
+echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
16747
 
+rm -f conftest.tail
16748
 
+while grep . conftest.undefs >/dev/null
16749
 
+do
16750
 
+  # Write a limited-size here document to $tmp/undefs.sed.
16751
 
+  echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
16752
 
+  # Speed up: don't consider the non `#undef'
16753
 
+  echo '/^[     ]*#[    ]*undef/!b' >>$CONFIG_STATUS
16754
 
+  # Work around the forget-to-reset-the-flag bug.
16755
 
+  echo 't clr' >>$CONFIG_STATUS
16756
 
+  echo ': clr' >>$CONFIG_STATUS
16757
 
+  sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
16758
 
+  echo 'CEOF
16759
 
+  sed -f $tmp/undefs.sed $tmp/in >$tmp/out
16760
 
+  rm -f $tmp/in
16761
 
+  mv $tmp/out $tmp/in
16762
 
+' >>$CONFIG_STATUS
16763
 
+  sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
16764
 
+  rm -f conftest.undefs
16765
 
+  mv conftest.tail conftest.undefs
16766
 
+done
16767
 
+rm -f conftest.undefs
16768
 
+
16769
 
+cat >>$CONFIG_STATUS <<\_ACEOF
16770
 
+  # Let's still pretend it is `configure' which instantiates (i.e., don't
16771
 
+  # use $as_me), people would be surprised to read:
16772
 
+  #    /* config.h.  Generated by config.status.  */
16773
 
+  if test x"$ac_file" = x-; then
16774
 
+    echo "/* Generated by configure.  */" >$tmp/config.h
16775
 
+  else
16776
 
+    echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
16777
 
+  fi
16778
 
+  cat $tmp/in >>$tmp/config.h
16779
 
+  rm -f $tmp/in
16780
 
+  if test x"$ac_file" != x-; then
16781
 
+    if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
16782
 
+      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
16783
 
+echo "$as_me: $ac_file is unchanged" >&6;}
16784
 
+    else
16785
 
+      ac_dir=`(dirname "$ac_file") 2>/dev/null ||
16786
 
+$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16787
 
+        X"$ac_file" : 'X\(//\)[^/]' \| \
16788
 
+        X"$ac_file" : 'X\(//\)$' \| \
16789
 
+        X"$ac_file" : 'X\(/\)' \| \
16790
 
+        .     : '\(.\)' 2>/dev/null ||
16791
 
+echo X"$ac_file" |
16792
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
16793
 
+         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
16794
 
+         /^X\(\/\/\)$/{ s//\1/; q; }
16795
 
+         /^X\(\/\).*/{ s//\1/; q; }
16796
 
+         s/.*/./; q'`
16797
 
+      { if $as_mkdir_p; then
16798
 
+    mkdir -p "$ac_dir"
16799
 
+  else
16800
 
+    as_dir="$ac_dir"
16801
 
+    as_dirs=
16802
 
+    while test ! -d "$as_dir"; do
16803
 
+      as_dirs="$as_dir $as_dirs"
16804
 
+      as_dir=`(dirname "$as_dir") 2>/dev/null ||
16805
 
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16806
 
+        X"$as_dir" : 'X\(//\)[^/]' \| \
16807
 
+        X"$as_dir" : 'X\(//\)$' \| \
16808
 
+        X"$as_dir" : 'X\(/\)' \| \
16809
 
+        .     : '\(.\)' 2>/dev/null ||
16810
 
+echo X"$as_dir" |
16811
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
16812
 
+         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
16813
 
+         /^X\(\/\/\)$/{ s//\1/; q; }
16814
 
+         /^X\(\/\).*/{ s//\1/; q; }
16815
 
+         s/.*/./; q'`
16816
 
+    done
16817
 
+    test ! -n "$as_dirs" || mkdir $as_dirs
16818
 
+  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
16819
 
+echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
16820
 
+   { (exit 1); exit 1; }; }; }
16821
 
+
16822
 
+      rm -f $ac_file
16823
 
+      mv $tmp/config.h $ac_file
16824
 
+    fi
16825
 
+  else
16826
 
+    cat $tmp/config.h
16827
 
+    rm -f $tmp/config.h
16828
 
+  fi
16829
 
+# Compute $ac_file's index in $config_headers.
16830
 
+_am_stamp_count=1
16831
 
+for _am_header in $config_headers :; do
16832
 
+  case $_am_header in
16833
 
+    $ac_file | $ac_file:* )
16834
 
+      break ;;
16835
 
+    * )
16836
 
+      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16837
 
+  esac
16838
 
+done
16839
 
+echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
16840
 
+$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16841
 
+        X$ac_file : 'X\(//\)[^/]' \| \
16842
 
+        X$ac_file : 'X\(//\)$' \| \
16843
 
+        X$ac_file : 'X\(/\)' \| \
16844
 
+        .     : '\(.\)' 2>/dev/null ||
16845
 
+echo X$ac_file |
16846
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
16847
 
+         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
16848
 
+         /^X\(\/\/\)$/{ s//\1/; q; }
16849
 
+         /^X\(\/\).*/{ s//\1/; q; }
16850
 
+         s/.*/./; q'`/stamp-h$_am_stamp_count
16851
 
+done
16852
 
+_ACEOF
16853
 
+cat >>$CONFIG_STATUS <<\_ACEOF
16854
 
+
16855
 
+#
16856
 
+# CONFIG_COMMANDS section.
16857
 
+#
16858
 
+for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
16859
 
+  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
16860
 
+  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
16861
 
+  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
16862
 
+$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16863
 
+        X"$ac_dest" : 'X\(//\)[^/]' \| \
16864
 
+        X"$ac_dest" : 'X\(//\)$' \| \
16865
 
+        X"$ac_dest" : 'X\(/\)' \| \
16866
 
+        .     : '\(.\)' 2>/dev/null ||
16867
 
+echo X"$ac_dest" |
16868
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
16869
 
+         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
16870
 
+         /^X\(\/\/\)$/{ s//\1/; q; }
16871
 
+         /^X\(\/\).*/{ s//\1/; q; }
16872
 
+         s/.*/./; q'`
16873
 
+  { if $as_mkdir_p; then
16874
 
+    mkdir -p "$ac_dir"
16875
 
+  else
16876
 
+    as_dir="$ac_dir"
16877
 
+    as_dirs=
16878
 
+    while test ! -d "$as_dir"; do
16879
 
+      as_dirs="$as_dir $as_dirs"
16880
 
+      as_dir=`(dirname "$as_dir") 2>/dev/null ||
16881
 
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16882
 
+        X"$as_dir" : 'X\(//\)[^/]' \| \
16883
 
+        X"$as_dir" : 'X\(//\)$' \| \
16884
 
+        X"$as_dir" : 'X\(/\)' \| \
16885
 
+        .     : '\(.\)' 2>/dev/null ||
16886
 
+echo X"$as_dir" |
16887
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
16888
 
+         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
16889
 
+         /^X\(\/\/\)$/{ s//\1/; q; }
16890
 
+         /^X\(\/\).*/{ s//\1/; q; }
16891
 
+         s/.*/./; q'`
16892
 
+    done
16893
 
+    test ! -n "$as_dirs" || mkdir $as_dirs
16894
 
+  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
16895
 
+echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
16896
 
+   { (exit 1); exit 1; }; }; }
16897
 
+
16898
 
+  ac_builddir=.
16899
 
+
16900
 
+if test "$ac_dir" != .; then
16901
 
+  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
16902
 
+  # A "../" for each directory in $ac_dir_suffix.
16903
 
+  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
16904
 
+else
16905
 
+  ac_dir_suffix= ac_top_builddir=
16906
 
+fi
16907
 
+
16908
 
+case $srcdir in
16909
 
+  .)  # No --srcdir option.  We are building in place.
16910
 
+    ac_srcdir=.
16911
 
+    if test -z "$ac_top_builddir"; then
16912
 
+       ac_top_srcdir=.
16913
 
+    else
16914
 
+       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
16915
 
+    fi ;;
16916
 
+  [\\/]* | ?:[\\/]* )  # Absolute path.
16917
 
+    ac_srcdir=$srcdir$ac_dir_suffix;
16918
 
+    ac_top_srcdir=$srcdir ;;
16919
 
+  *) # Relative path.
16920
 
+    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
16921
 
+    ac_top_srcdir=$ac_top_builddir$srcdir ;;
16922
 
+esac
16923
 
+
16924
 
+# Do not use `cd foo && pwd` to compute absolute paths, because
16925
 
+# the directories may not exist.
16926
 
+case `pwd` in
16927
 
+.) ac_abs_builddir="$ac_dir";;
16928
 
+*)
16929
 
+  case "$ac_dir" in
16930
 
+  .) ac_abs_builddir=`pwd`;;
16931
 
+  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
16932
 
+  *) ac_abs_builddir=`pwd`/"$ac_dir";;
16933
 
+  esac;;
16934
 
+esac
16935
 
+case $ac_abs_builddir in
16936
 
+.) ac_abs_top_builddir=${ac_top_builddir}.;;
16937
 
+*)
16938
 
+  case ${ac_top_builddir}. in
16939
 
+  .) ac_abs_top_builddir=$ac_abs_builddir;;
16940
 
+  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
16941
 
+  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
16942
 
+  esac;;
16943
 
+esac
16944
 
+case $ac_abs_builddir in
16945
 
+.) ac_abs_srcdir=$ac_srcdir;;
16946
 
+*)
16947
 
+  case $ac_srcdir in
16948
 
+  .) ac_abs_srcdir=$ac_abs_builddir;;
16949
 
+  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
16950
 
+  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
16951
 
+  esac;;
16952
 
+esac
16953
 
+case $ac_abs_builddir in
16954
 
+.) ac_abs_top_srcdir=$ac_top_srcdir;;
16955
 
+*)
16956
 
+  case $ac_top_srcdir in
16957
 
+  .) ac_abs_top_srcdir=$ac_abs_builddir;;
16958
 
+  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
16959
 
+  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
16960
 
+  esac;;
16961
 
+esac
16962
 
+
16963
 
+
16964
 
+  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
16965
 
+echo "$as_me: executing $ac_dest commands" >&6;}
16966
 
+  case $ac_dest in
16967
 
+    depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
16968
 
+  # Strip MF so we end up with the name of the file.
16969
 
+  mf=`echo "$mf" | sed -e 's/:.*$//'`
16970
 
+  # Check whether this is an Automake generated Makefile or not.
16971
 
+  # We used to match only the files named `Makefile.in', but
16972
 
+  # some people rename them; so instead we look at the file content.
16973
 
+  # Grep'ing the first line is not enough: some people post-process
16974
 
+  # each Makefile.in and add a new line on top of each file to say so.
16975
 
+  # So let's grep whole file.
16976
 
+  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
16977
 
+    dirpart=`(dirname "$mf") 2>/dev/null ||
16978
 
+$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16979
 
+        X"$mf" : 'X\(//\)[^/]' \| \
16980
 
+        X"$mf" : 'X\(//\)$' \| \
16981
 
+        X"$mf" : 'X\(/\)' \| \
16982
 
+        .     : '\(.\)' 2>/dev/null ||
16983
 
+echo X"$mf" |
16984
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
16985
 
+         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
16986
 
+         /^X\(\/\/\)$/{ s//\1/; q; }
16987
 
+         /^X\(\/\).*/{ s//\1/; q; }
16988
 
+         s/.*/./; q'`
16989
 
+  else
16990
 
+    continue
16991
 
+  fi
16992
 
+  # Extract the definition of DEPDIR, am__include, and am__quote
16993
 
+  # from the Makefile without running `make'.
16994
 
+  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16995
 
+  test -z "$DEPDIR" && continue
16996
 
+  am__include=`sed -n 's/^am__include = //p' < "$mf"`
16997
 
+  test -z "am__include" && continue
16998
 
+  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16999
 
+  # When using ansi2knr, U may be empty or an underscore; expand it
17000
 
+  U=`sed -n 's/^U = //p' < "$mf"`
17001
 
+  # Find all dependency output files, they are included files with
17002
 
+  # $(DEPDIR) in their names.  We invoke sed twice because it is the
17003
 
+  # simplest approach to changing $(DEPDIR) to its actual value in the
17004
 
+  # expansion.
17005
 
+  for file in `sed -n "
17006
 
+    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17007
 
+       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
17008
 
+    # Make sure the directory exists.
17009
 
+    test -f "$dirpart/$file" && continue
17010
 
+    fdir=`(dirname "$file") 2>/dev/null ||
17011
 
+$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17012
 
+        X"$file" : 'X\(//\)[^/]' \| \
17013
 
+        X"$file" : 'X\(//\)$' \| \
17014
 
+        X"$file" : 'X\(/\)' \| \
17015
 
+        .     : '\(.\)' 2>/dev/null ||
17016
 
+echo X"$file" |
17017
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17018
 
+         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17019
 
+         /^X\(\/\/\)$/{ s//\1/; q; }
17020
 
+         /^X\(\/\).*/{ s//\1/; q; }
17021
 
+         s/.*/./; q'`
17022
 
+    { if $as_mkdir_p; then
17023
 
+    mkdir -p $dirpart/$fdir
17024
 
+  else
17025
 
+    as_dir=$dirpart/$fdir
17026
 
+    as_dirs=
17027
 
+    while test ! -d "$as_dir"; do
17028
 
+      as_dirs="$as_dir $as_dirs"
17029
 
+      as_dir=`(dirname "$as_dir") 2>/dev/null ||
17030
 
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17031
 
+        X"$as_dir" : 'X\(//\)[^/]' \| \
17032
 
+        X"$as_dir" : 'X\(//\)$' \| \
17033
 
+        X"$as_dir" : 'X\(/\)' \| \
17034
 
+        .     : '\(.\)' 2>/dev/null ||
17035
 
+echo X"$as_dir" |
17036
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17037
 
+         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17038
 
+         /^X\(\/\/\)$/{ s//\1/; q; }
17039
 
+         /^X\(\/\).*/{ s//\1/; q; }
17040
 
+         s/.*/./; q'`
17041
 
+    done
17042
 
+    test ! -n "$as_dirs" || mkdir $as_dirs
17043
 
+  fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
17044
 
+echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
17045
 
+   { (exit 1); exit 1; }; }; }
17046
 
+
17047
 
+    # echo "creating $dirpart/$file"
17048
 
+    echo '# dummy' > "$dirpart/$file"
17049
 
+  done
17050
 
+done
17051
 
+ ;;
17052
 
+  esac
17053
 
+done
17054
 
+_ACEOF
17055
 
+
17056
 
+cat >>$CONFIG_STATUS <<\_ACEOF
17057
 
+
17058
 
+{ (exit 0); exit 0; }
17059
 
+_ACEOF
17060
 
+chmod +x $CONFIG_STATUS
17061
 
+ac_clean_files=$ac_clean_files_save
17062
 
+
17063
 
+
17064
 
+# configure is writing to config.log, and then calls config.status.
17065
 
+# config.status does its own redirection, appending to config.log.
17066
 
+# Unfortunately, on DOS this fails, as config.log is still kept open
17067
 
+# by configure, so config.status won't be able to write to it; its
17068
 
+# output is simply discarded.  So we exec the FD to /dev/null,
17069
 
+# effectively closing config.log, so it can be properly (re)opened and
17070
 
+# appended to by config.status.  When coming back to configure, we
17071
 
+# need to make the FD available again.
17072
 
+if test "$no_create" != yes; then
17073
 
+  ac_cs_success=:
17074
 
+  ac_config_status_args=
17075
 
+  test "$silent" = yes &&
17076
 
+    ac_config_status_args="$ac_config_status_args --quiet"
17077
 
+  exec 5>/dev/null
17078
 
+  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17079
 
+  exec 5>>config.log
17080
 
+  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17081
 
+  # would make configure fail if this is the last instruction.
17082
 
+  $ac_cs_success || { (exit 1); exit 1; }
17083
 
+fi
17084
 
+
17085
 
diff -Nur dbacl-1.12/autom4te.cache/requests dbacl-1.12.new/autom4te.cache/requests
17086
 
--- dbacl-1.12/autom4te.cache/requests  1970-01-01 08:00:00.000000000 +0800
17087
 
+++ dbacl-1.12.new/autom4te.cache/requests      2006-03-26 21:20:17.000000000 +0800
17088
 
@@ -0,0 +1,276 @@
17089
 
+# This file was generated by Autom4te Thu Nov 10 18:06:04 PST 2005.
17090
 
+# It contains the lists of macros which have been traced.
17091
 
+# It can be safely removed.
17092
 
+
17093
 
+@request = (
17094
 
+             bless( [
17095
 
+                      '0',
17096
 
+                      1,
17097
 
+                      [
17098
 
+                        '/usr/share/autoconf'
17099
 
+                      ],
17100
 
+                      [
17101
 
+                        '/usr/share/autoconf/autoconf/autoconf.m4f',
17102
 
+                        '/usr/share/aclocal-1.9/amversion.m4',
17103
 
+                        '/usr/share/aclocal-1.9/auxdir.m4',
17104
 
+                        '/usr/share/aclocal-1.9/cond.m4',
17105
 
+                        '/usr/share/aclocal-1.9/depend.m4',
17106
 
+                        '/usr/share/aclocal-1.9/depout.m4',
17107
 
+                        '/usr/share/aclocal-1.9/header.m4',
17108
 
+                        '/usr/share/aclocal-1.9/init.m4',
17109
 
+                        '/usr/share/aclocal-1.9/install-sh.m4',
17110
 
+                        '/usr/share/aclocal-1.9/lead-dot.m4',
17111
 
+                        '/usr/share/aclocal-1.9/lex.m4',
17112
 
+                        '/usr/share/aclocal-1.9/make.m4',
17113
 
+                        '/usr/share/aclocal-1.9/missing.m4',
17114
 
+                        '/usr/share/aclocal-1.9/mkdirp.m4',
17115
 
+                        '/usr/share/aclocal-1.9/options.m4',
17116
 
+                        '/usr/share/aclocal-1.9/runlog.m4',
17117
 
+                        '/usr/share/aclocal-1.9/sanity.m4',
17118
 
+                        '/usr/share/aclocal-1.9/strip.m4',
17119
 
+                        '/usr/share/aclocal-1.9/tar.m4',
17120
 
+                        'acinclude.m4',
17121
 
+                        'configure.in'
17122
 
+                      ],
17123
 
+                      {
17124
 
+                        'm4_pattern_forbid' => 1,
17125
 
+                        'AC_CONFIG_LIBOBJ_DIR' => 1,
17126
 
+                        'AC_TYPE_OFF_T' => 1,
17127
 
+                        'AC_C_VOLATILE' => 1,
17128
 
+                        'AC_FUNC_CLOSEDIR_VOID' => 1,
17129
 
+                        'AC_REPLACE_FNMATCH' => 1,
17130
 
+                        'AC_DEFUN' => 1,
17131
 
+                        'AC_PROG_LIBTOOL' => 1,
17132
 
+                        'AC_FUNC_STAT' => 1,
17133
 
+                        'AM_PROG_MKDIR_P' => 1,
17134
 
+                        'AC_HEADER_TIME' => 1,
17135
 
+                        'AC_FUNC_WAIT3' => 1,
17136
 
+                        'AC_STRUCT_TM' => 1,
17137
 
+                        'AC_FUNC_LSTAT' => 1,
17138
 
+                        'AM_AUTOMAKE_VERSION' => 1,
17139
 
+                        'AC_TYPE_MODE_T' => 1,
17140
 
+                        'AC_FUNC_GETMNTENT' => 1,
17141
 
+                        'AM_MISSING_HAS_RUN' => 1,
17142
 
+                        'AC_FUNC_STRTOD' => 1,
17143
 
+                        'AC_CHECK_HEADERS' => 1,
17144
 
+                        'AM_MISSING_PROG' => 1,
17145
 
+                        'AC_FUNC_STRNLEN' => 1,
17146
 
+                        'm4_sinclude' => 1,
17147
 
+                        'AC_PROG_CXX' => 1,
17148
 
+                        'AC_PATH_X' => 1,
17149
 
+                        'AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK' => 1,
17150
 
+                        'AM_PROG_INSTALL_STRIP' => 1,
17151
 
+                        'AC_PROG_AWK' => 1,
17152
 
+                        '_m4_warn' => 1,
17153
 
+                        'AC_HEADER_STDC' => 1,
17154
 
+                        'AC_HEADER_MAJOR' => 1,
17155
 
+                        'AM_SANITY_CHECK' => 1,
17156
 
+                        '_AM_PROG_TAR' => 1,
17157
 
+                        'AC_FUNC_ERROR_AT_LINE' => 1,
17158
 
+                        'AC_PROG_GCC_TRADITIONAL' => 1,
17159
 
+                        'AC_LIBSOURCE' => 1,
17160
 
+                        'AM_DEP_TRACK' => 1,
17161
 
+                        'AC_FUNC_MBRTOWC' => 1,
17162
 
+                        'AM_CONFIG_HEADER' => 1,
17163
 
+                        'AC_STRUCT_ST_BLOCKS' => 1,
17164
 
+                        'AC_TYPE_SIGNAL' => 1,
17165
 
+                        'AC_TYPE_UID_T' => 1,
17166
 
+                        '_AM_IF_OPTION' => 1,
17167
 
+                        'AC_CONFIG_AUX_DIR' => 1,
17168
 
+                        'AC_PROG_MAKE_SET' => 1,
17169
 
+                        'sinclude' => 1,
17170
 
+                        'm4_pattern_allow' => 1,
17171
 
+                        'AM_SET_LEADING_DOT' => 1,
17172
 
+                        'AC_DEFINE_TRACE_LITERAL' => 1,
17173
 
+                        '_AM_DEPENDENCIES' => 1,
17174
 
+                        'AC_FUNC_STRERROR_R' => 1,
17175
 
+                        'AC_PROG_CC' => 1,
17176
 
+                        'AC_FUNC_FORK' => 1,
17177
 
+                        'AC_DECL_SYS_SIGLIST' => 1,
17178
 
+                        'AC_FUNC_VPRINTF' => 1,
17179
 
+                        'AC_FUNC_STRCOLL' => 1,
17180
 
+                        'AU_DEFUN' => 1,
17181
 
+                        'AC_PROG_YACC' => 1,
17182
 
+                        'AC_INIT' => 1,
17183
 
+                        'AC_STRUCT_TIMEZONE' => 1,
17184
 
+                        'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
17185
 
+                        'AC_FUNC_CHOWN' => 1,
17186
 
+                        'AC_SUBST' => 1,
17187
 
+                        'AC_FUNC_ALLOCA' => 1,
17188
 
+                        '_AM_SET_OPTION' => 1,
17189
 
+                        'AC_CANONICAL_HOST' => 1,
17190
 
+                        'AC_FUNC_GETPGRP' => 1,
17191
 
+                        'AC_PROG_RANLIB' => 1,
17192
 
+                        'AC_FUNC_SETPGRP' => 1,
17193
 
+                        'AM_INIT_AUTOMAKE' => 1,
17194
 
+                        'AC_CONFIG_SUBDIRS' => 1,
17195
 
+                        'AC_FUNC_MMAP' => 1,
17196
 
+                        'AC_FUNC_REALLOC' => 1,
17197
 
+                        'AC_TYPE_SIZE_T' => 1,
17198
 
+                        'AC_CONFIG_LINKS' => 1,
17199
 
+                        'AC_CHECK_TYPES' => 1,
17200
 
+                        'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
17201
 
+                        'AC_CHECK_MEMBERS' => 1,
17202
 
+                        'AM_MAINTAINER_MODE' => 1,
17203
 
+                        'AC_DEFUN_ONCE' => 1,
17204
 
+                        'AC_FUNC_UTIME_NULL' => 1,
17205
 
+                        'AC_FUNC_SELECT_ARGTYPES' => 1,
17206
 
+                        'AC_HEADER_STAT' => 1,
17207
 
+                        'AC_FUNC_STRFTIME' => 1,
17208
 
+                        'AC_PROG_CPP' => 1,
17209
 
+                        'AC_C_INLINE' => 1,
17210
 
+                        'AC_TYPE_PID_T' => 1,
17211
 
+                        'AC_PROG_LEX' => 1,
17212
 
+                        'AC_C_CONST' => 1,
17213
 
+                        'AC_CONFIG_FILES' => 1,
17214
 
+                        'include' => 1,
17215
 
+                        'AC_FUNC_SETVBUF_REVERSED' => 1,
17216
 
+                        'AC_PROG_INSTALL' => 1,
17217
 
+                        'AM_AUX_DIR_EXPAND' => 1,
17218
 
+                        'AM_GNU_GETTEXT' => 1,
17219
 
+                        'AC_CHECK_LIB' => 1,
17220
 
+                        'AC_FUNC_OBSTACK' => 1,
17221
 
+                        '_AM_SET_OPTIONS' => 1,
17222
 
+                        'AC_FUNC_MALLOC' => 1,
17223
 
+                        '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
17224
 
+                        'AM_RUN_LOG' => 1,
17225
 
+                        'AC_FUNC_GETGROUPS' => 1,
17226
 
+                        'AM_PROG_LEX' => 1,
17227
 
+                        'AC_FUNC_GETLOADAVG' => 1,
17228
 
+                        'AH_OUTPUT' => 1,
17229
 
+                        'AC_FUNC_FSEEKO' => 1,
17230
 
+                        'AM_PROG_CC_C_O' => 1,
17231
 
+                        'AX_FUNC_POSIX_MEMALIGN' => 1,
17232
 
+                        '_AM_MANGLE_OPTION' => 1,
17233
 
+                        'AC_CANONICAL_SYSTEM' => 1,
17234
 
+                        'AM_CONDITIONAL' => 1,
17235
 
+                        'AC_FUNC_MKTIME' => 1,
17236
 
+                        'AC_CONFIG_HEADERS' => 1,
17237
 
+                        'AM_SET_DEPDIR' => 1,
17238
 
+                        'AC_HEADER_SYS_WAIT' => 1,
17239
 
+                        'AC_PROG_LN_S' => 1,
17240
 
+                        'AC_FUNC_MEMCMP' => 1,
17241
 
+                        'm4_include' => 1,
17242
 
+                        'AM_PROG_INSTALL_SH' => 1,
17243
 
+                        'AC_HEADER_DIRENT' => 1,
17244
 
+                        '_AC_AM_CONFIG_HEADER_HOOK' => 1,
17245
 
+                        'AC_CHECK_FUNCS' => 1,
17246
 
+                        'AM_MAKE_INCLUDE' => 1
17247
 
+                      }
17248
 
+                    ], 'Autom4te::Request' ),
17249
 
+             bless( [
17250
 
+                      '1',
17251
 
+                      1,
17252
 
+                      [
17253
 
+                        '/usr/share/autoconf'
17254
 
+                      ],
17255
 
+                      [
17256
 
+                        '/usr/share/autoconf/autoconf/autoconf.m4f',
17257
 
+                        'aclocal.m4',
17258
 
+                        'configure.in'
17259
 
+                      ],
17260
 
+                      {
17261
 
+                        '_LT_AC_TAGCONFIG' => 1,
17262
 
+                        'm4_pattern_forbid' => 1,
17263
 
+                        'AC_CANONICAL_TARGET' => 1,
17264
 
+                        'AC_CONFIG_LIBOBJ_DIR' => 1,
17265
 
+                        'AC_C_VOLATILE' => 1,
17266
 
+                        'AC_TYPE_OFF_T' => 1,
17267
 
+                        'AC_FUNC_CLOSEDIR_VOID' => 1,
17268
 
+                        'AC_REPLACE_FNMATCH' => 1,
17269
 
+                        'AC_PROG_LIBTOOL' => 1,
17270
 
+                        'AC_FUNC_STAT' => 1,
17271
 
+                        'AC_FUNC_WAIT3' => 1,
17272
 
+                        'AC_HEADER_TIME' => 1,
17273
 
+                        'AC_FUNC_LSTAT' => 1,
17274
 
+                        'AC_STRUCT_TM' => 1,
17275
 
+                        'AM_AUTOMAKE_VERSION' => 1,
17276
 
+                        'AC_FUNC_GETMNTENT' => 1,
17277
 
+                        'AC_TYPE_MODE_T' => 1,
17278
 
+                        'AC_FUNC_STRTOD' => 1,
17279
 
+                        'AC_CHECK_HEADERS' => 1,
17280
 
+                        'AC_FUNC_STRNLEN' => 1,
17281
 
+                        'm4_sinclude' => 1,
17282
 
+                        'AC_PROG_CXX' => 1,
17283
 
+                        'AC_PATH_X' => 1,
17284
 
+                        'AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK' => 1,
17285
 
+                        'AC_PROG_AWK' => 1,
17286
 
+                        '_m4_warn' => 1,
17287
 
+                        'AC_HEADER_STDC' => 1,
17288
 
+                        'AC_HEADER_MAJOR' => 1,
17289
 
+                        'AC_FUNC_ERROR_AT_LINE' => 1,
17290
 
+                        'AC_PROG_GCC_TRADITIONAL' => 1,
17291
 
+                        'AC_LIBSOURCE' => 1,
17292
 
+                        'AC_FUNC_MBRTOWC' => 1,
17293
 
+                        'AC_STRUCT_ST_BLOCKS' => 1,
17294
 
+                        'AC_CANONICAL_BUILD' => 1,
17295
 
+                        'AC_TYPE_SIGNAL' => 1,
17296
 
+                        'AC_TYPE_UID_T' => 1,
17297
 
+                        'AC_PROG_MAKE_SET' => 1,
17298
 
+                        'AC_CONFIG_AUX_DIR' => 1,
17299
 
+                        'm4_pattern_allow' => 1,
17300
 
+                        'sinclude' => 1,
17301
 
+                        'AC_DEFINE_TRACE_LITERAL' => 1,
17302
 
+                        'AC_FUNC_STRERROR_R' => 1,
17303
 
+                        'AC_PROG_CC' => 1,
17304
 
+                        'AC_FUNC_FORK' => 1,
17305
 
+                        'AC_DECL_SYS_SIGLIST' => 1,
17306
 
+                        'AC_FUNC_STRCOLL' => 1,
17307
 
+                        'AC_FUNC_VPRINTF' => 1,
17308
 
+                        'AC_PROG_YACC' => 1,
17309
 
+                        'AC_INIT' => 1,
17310
 
+                        'AC_STRUCT_TIMEZONE' => 1,
17311
 
+                        'AC_FUNC_CHOWN' => 1,
17312
 
+                        'AC_SUBST' => 1,
17313
 
+                        'AC_FUNC_ALLOCA' => 1,
17314
 
+                        'AC_CANONICAL_HOST' => 1,
17315
 
+                        'AC_FUNC_GETPGRP' => 1,
17316
 
+                        'AC_PROG_RANLIB' => 1,
17317
 
+                        'AM_INIT_AUTOMAKE' => 1,
17318
 
+                        'AC_FUNC_SETPGRP' => 1,
17319
 
+                        'AC_CONFIG_SUBDIRS' => 1,
17320
 
+                        'AC_FUNC_MMAP' => 1,
17321
 
+                        'AC_FUNC_REALLOC' => 1,
17322
 
+                        'AC_TYPE_SIZE_T' => 1,
17323
 
+                        'AC_CONFIG_LINKS' => 1,
17324
 
+                        'AC_CHECK_TYPES' => 1,
17325
 
+                        'LT_SUPPORTED_TAG' => 1,
17326
 
+                        'AC_CHECK_MEMBERS' => 1,
17327
 
+                        'AM_MAINTAINER_MODE' => 1,
17328
 
+                        'AC_FUNC_UTIME_NULL' => 1,
17329
 
+                        'AC_FUNC_SELECT_ARGTYPES' => 1,
17330
 
+                        'AC_HEADER_STAT' => 1,
17331
 
+                        'AC_FUNC_STRFTIME' => 1,
17332
 
+                        'AC_PROG_CPP' => 1,
17333
 
+                        'AC_C_INLINE' => 1,
17334
 
+                        'AM_ENABLE_MULTILIB' => 1,
17335
 
+                        'AC_PROG_LEX' => 1,
17336
 
+                        'AC_C_CONST' => 1,
17337
 
+                        'AC_TYPE_PID_T' => 1,
17338
 
+                        'AC_CONFIG_FILES' => 1,
17339
 
+                        'include' => 1,
17340
 
+                        'AC_FUNC_SETVBUF_REVERSED' => 1,
17341
 
+                        'AC_PROG_INSTALL' => 1,
17342
 
+                        'AM_GNU_GETTEXT' => 1,
17343
 
+                        'AC_FUNC_OBSTACK' => 1,
17344
 
+                        'AC_CHECK_LIB' => 1,
17345
 
+                        'AC_FUNC_MALLOC' => 1,
17346
 
+                        'AC_FUNC_GETGROUPS' => 1,
17347
 
+                        'AC_FUNC_GETLOADAVG' => 1,
17348
 
+                        'AH_OUTPUT' => 1,
17349
 
+                        'AC_FUNC_FSEEKO' => 1,
17350
 
+                        'AM_PROG_CC_C_O' => 1,
17351
 
+                        'AC_FUNC_MKTIME' => 1,
17352
 
+                        'AC_CANONICAL_SYSTEM' => 1,
17353
 
+                        'AM_CONDITIONAL' => 1,
17354
 
+                        'AC_CONFIG_HEADERS' => 1,
17355
 
+                        'AC_HEADER_SYS_WAIT' => 1,
17356
 
+                        'AC_PROG_LN_S' => 1,
17357
 
+                        'AC_FUNC_MEMCMP' => 1,
17358
 
+                        'm4_include' => 1,
17359
 
+                        'AC_HEADER_DIRENT' => 1,
17360
 
+                        'AC_CHECK_FUNCS' => 1
17361
 
+                      }
17362
 
+                    ], 'Autom4te::Request' )
17363
 
+           );
17364
 
+
17365
 
diff -Nur dbacl-1.12/autom4te.cache/traces.0 dbacl-1.12.new/autom4te.cache/traces.0
17366
 
--- dbacl-1.12/autom4te.cache/traces.0  1970-01-01 08:00:00.000000000 +0800
17367
 
+++ dbacl-1.12.new/autom4te.cache/traces.0      2006-03-26 21:19:47.000000000 +0800
17368
 
@@ -0,0 +1,946 @@
17369
 
+m4trace:/usr/share/aclocal-1.9/amversion.m4:13: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
17370
 
+m4trace:/usr/share/aclocal-1.9/amversion.m4:20: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.9.6])])
17371
 
+m4trace:/usr/share/aclocal-1.9/auxdir.m4:52: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
17372
 
+AC_PREREQ([2.50])dnl
17373
 
+# expand $ac_aux_dir to an absolute path
17374
 
+am_aux_dir=`cd $ac_aux_dir && pwd`
17375
 
+])
17376
 
+m4trace:/usr/share/aclocal-1.9/cond.m4:32: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
17377
 
+ ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
17378
 
+       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
17379
 
+AC_SUBST([$1_TRUE])
17380
 
+AC_SUBST([$1_FALSE])
17381
 
+if $2; then
17382
 
+  $1_TRUE=
17383
 
+  $1_FALSE='#'
17384
 
+else
17385
 
+  $1_TRUE='#'
17386
 
+  $1_FALSE=
17387
 
+fi
17388
 
+AC_CONFIG_COMMANDS_PRE(
17389
 
+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
17390
 
+  AC_MSG_ERROR([[conditional "$1" was never defined.
17391
 
+Usually this means the macro was only invoked conditionally.]])
17392
 
+fi])])
17393
 
+m4trace:/usr/share/aclocal-1.9/depend.m4:131: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
17394
 
+AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
17395
 
+AC_REQUIRE([AM_MAKE_INCLUDE])dnl
17396
 
+AC_REQUIRE([AM_DEP_TRACK])dnl
17397
 
+
17398
 
+ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
17399
 
+       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
17400
 
+       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
17401
 
+       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
17402
 
+                   [depcc="$$1"   am_compiler_list=])
17403
 
+
17404
 
+AC_CACHE_CHECK([dependency style of $depcc],
17405
 
+               [am_cv_$1_dependencies_compiler_type],
17406
 
+[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
17407
 
+  # We make a subdir and do the tests there.  Otherwise we can end up
17408
 
+  # making bogus files that we don't know about and never remove.  For
17409
 
+  # instance it was reported that on HP-UX the gcc test will end up
17410
 
+  # making a dummy file named `D' -- because `-MD' means `put the output
17411
 
+  # in D'.
17412
 
+  mkdir conftest.dir
17413
 
+  # Copy depcomp to subdir because otherwise we won't find it if we're
17414
 
+  # using a relative directory.
17415
 
+  cp "$am_depcomp" conftest.dir
17416
 
+  cd conftest.dir
17417
 
+  # We will build objects and dependencies in a subdirectory because
17418
 
+  # it helps to detect inapplicable dependency modes.  For instance
17419
 
+  # both Tru64's cc and ICC support -MD to output dependencies as a
17420
 
+  # side effect of compilation, but ICC will put the dependencies in
17421
 
+  # the current directory while Tru64 will put them in the object
17422
 
+  # directory.
17423
 
+  mkdir sub
17424
 
+
17425
 
+  am_cv_$1_dependencies_compiler_type=none
17426
 
+  if test "$am_compiler_list" = ""; then
17427
 
+     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
17428
 
+  fi
17429
 
+  for depmode in $am_compiler_list; do
17430
 
+    # Setup a source with many dependencies, because some compilers
17431
 
+    # like to wrap large dependency lists on column 80 (with \), and
17432
 
+    # we should not choose a depcomp mode which is confused by this.
17433
 
+    #
17434
 
+    # We need to recreate these files for each test, as the compiler may
17435
 
+    # overwrite some of them when testing with obscure command lines.
17436
 
+    # This happens at least with the AIX C compiler.
17437
 
+    : > sub/conftest.c
17438
 
+    for i in 1 2 3 4 5 6; do
17439
 
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
17440
 
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
17441
 
+      # Solaris 8's {/usr,}/bin/sh.
17442
 
+      touch sub/conftst$i.h
17443
 
+    done
17444
 
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
17445
 
+
17446
 
+    case $depmode in
17447
 
+    nosideeffect)
17448
 
+      # after this tag, mechanisms are not by side-effect, so they'll
17449
 
+      # only be used when explicitly requested
17450
 
+      if test "x$enable_dependency_tracking" = xyes; then
17451
 
+       continue
17452
 
+      else
17453
 
+       break
17454
 
+      fi
17455
 
+      ;;
17456
 
+    none) break ;;
17457
 
+    esac
17458
 
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
17459
 
+    # mode.  It turns out that the SunPro C++ compiler does not properly
17460
 
+    # handle `-M -o', and we need to detect this.
17461
 
+    if depmode=$depmode \
17462
 
+       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
17463
 
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
17464
 
+       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
17465
 
+         >/dev/null 2>conftest.err &&
17466
 
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
17467
 
+       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
17468
 
+       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
17469
 
+      # icc doesn't choke on unknown options, it will just issue warnings
17470
 
+      # or remarks (even with -Werror).  So we grep stderr for any message
17471
 
+      # that says an option was ignored or not supported.
17472
 
+      # When given -MP, icc 7.0 and 7.1 complain thusly:
17473
 
+      #   icc: Command line warning: ignoring option '-M'; no argument required
17474
 
+      # The diagnosis changed in icc 8.0:
17475
 
+      #   icc: Command line remark: option '-MP' not supported
17476
 
+      if (grep 'ignoring option' conftest.err ||
17477
 
+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
17478
 
+        am_cv_$1_dependencies_compiler_type=$depmode
17479
 
+        break
17480
 
+      fi
17481
 
+    fi
17482
 
+  done
17483
 
+
17484
 
+  cd ..
17485
 
+  rm -rf conftest.dir
17486
 
+else
17487
 
+  am_cv_$1_dependencies_compiler_type=none
17488
 
+fi
17489
 
+])
17490
 
+AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
17491
 
+AM_CONDITIONAL([am__fastdep$1], [
17492
 
+  test "x$enable_dependency_tracking" != xno \
17493
 
+  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
17494
 
+])
17495
 
+m4trace:/usr/share/aclocal-1.9/depend.m4:141: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
17496
 
+AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
17497
 
+])
17498
 
+m4trace:/usr/share/aclocal-1.9/depend.m4:156: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
17499
 
+[  --disable-dependency-tracking  speeds up one-time build
17500
 
+  --enable-dependency-tracking   do not reject slow dependency extractors])
17501
 
+if test "x$enable_dependency_tracking" != xno; then
17502
 
+  am_depcomp="$ac_aux_dir/depcomp"
17503
 
+  AMDEPBACKSLASH='\'
17504
 
+fi
17505
 
+AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
17506
 
+AC_SUBST([AMDEPBACKSLASH])
17507
 
+])
17508
 
+m4trace:/usr/share/aclocal-1.9/depout.m4:53: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
17509
 
+  # Strip MF so we end up with the name of the file.
17510
 
+  mf=`echo "$mf" | sed -e 's/:.*$//'`
17511
 
+  # Check whether this is an Automake generated Makefile or not.
17512
 
+  # We used to match only the files named `Makefile.in', but
17513
 
+  # some people rename them; so instead we look at the file content.
17514
 
+  # Grep'ing the first line is not enough: some people post-process
17515
 
+  # each Makefile.in and add a new line on top of each file to say so.
17516
 
+  # So let's grep whole file.
17517
 
+  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
17518
 
+    dirpart=`AS_DIRNAME("$mf")`
17519
 
+  else
17520
 
+    continue
17521
 
+  fi
17522
 
+  # Extract the definition of DEPDIR, am__include, and am__quote
17523
 
+  # from the Makefile without running `make'.
17524
 
+  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
17525
 
+  test -z "$DEPDIR" && continue
17526
 
+  am__include=`sed -n 's/^am__include = //p' < "$mf"`
17527
 
+  test -z "am__include" && continue
17528
 
+  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
17529
 
+  # When using ansi2knr, U may be empty or an underscore; expand it
17530
 
+  U=`sed -n 's/^U = //p' < "$mf"`
17531
 
+  # Find all dependency output files, they are included files with
17532
 
+  # $(DEPDIR) in their names.  We invoke sed twice because it is the
17533
 
+  # simplest approach to changing $(DEPDIR) to its actual value in the
17534
 
+  # expansion.
17535
 
+  for file in `sed -n "
17536
 
+    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17537
 
+       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
17538
 
+    # Make sure the directory exists.
17539
 
+    test -f "$dirpart/$file" && continue
17540
 
+    fdir=`AS_DIRNAME(["$file"])`
17541
 
+    AS_MKDIR_P([$dirpart/$fdir])
17542
 
+    # echo "creating $dirpart/$file"
17543
 
+    echo '# dummy' > "$dirpart/$file"
17544
 
+  done
17545
 
+done
17546
 
+])
17547
 
+m4trace:/usr/share/aclocal-1.9/depout.m4:67: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
17548
 
+     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
17549
 
+     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
17550
 
+])
17551
 
+m4trace:/usr/share/aclocal-1.9/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
17552
 
+m4trace:/usr/share/aclocal-1.9/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
17553
 
+You should run autoupdate.])dnl
17554
 
+AC_CONFIG_HEADERS($@)])
17555
 
+m4trace:/usr/share/aclocal-1.9/init.m4:92: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.58])dnl
17556
 
+dnl Autoconf wants to disallow AM_ names.  We explicitly allow
17557
 
+dnl the ones we care about.
17558
 
+m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
17559
 
+AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
17560
 
+AC_REQUIRE([AC_PROG_INSTALL])dnl
17561
 
+# test to see if srcdir already configured
17562
 
+if test "`cd $srcdir && pwd`" != "`pwd`" &&
17563
 
+   test -f $srcdir/config.status; then
17564
 
+  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
17565
 
+fi
17566
 
+
17567
 
+# test whether we have cygpath
17568
 
+if test -z "$CYGPATH_W"; then
17569
 
+  if (cygpath --version) >/dev/null 2>/dev/null; then
17570
 
+    CYGPATH_W='cygpath -w'
17571
 
+  else
17572
 
+    CYGPATH_W=echo
17573
 
+  fi
17574
 
+fi
17575
 
+AC_SUBST([CYGPATH_W])
17576
 
+
17577
 
+# Define the identity of the package.
17578
 
+dnl Distinguish between old-style and new-style calls.
17579
 
+m4_ifval([$2],
17580
 
+[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
17581
 
+ AC_SUBST([PACKAGE], [$1])dnl
17582
 
+ AC_SUBST([VERSION], [$2])],
17583
 
+[_AM_SET_OPTIONS([$1])dnl
17584
 
+ AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
17585
 
+ AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
17586
 
+
17587
 
+_AM_IF_OPTION([no-define],,
17588
 
+[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
17589
 
+ AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
17590
 
+
17591
 
+# Some tools Automake needs.
17592
 
+AC_REQUIRE([AM_SANITY_CHECK])dnl
17593
 
+AC_REQUIRE([AC_ARG_PROGRAM])dnl
17594
 
+AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
17595
 
+AM_MISSING_PROG(AUTOCONF, autoconf)
17596
 
+AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
17597
 
+AM_MISSING_PROG(AUTOHEADER, autoheader)
17598
 
+AM_MISSING_PROG(MAKEINFO, makeinfo)
17599
 
+AM_PROG_INSTALL_SH
17600
 
+AM_PROG_INSTALL_STRIP
17601
 
+AC_REQUIRE([AM_PROG_MKDIR_P])dnl
17602
 
+# We need awk for the "check" target.  The system "awk" is bad on
17603
 
+# some platforms.
17604
 
+AC_REQUIRE([AC_PROG_AWK])dnl
17605
 
+AC_REQUIRE([AC_PROG_MAKE_SET])dnl
17606
 
+AC_REQUIRE([AM_SET_LEADING_DOT])dnl
17607
 
+_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
17608
 
+              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
17609
 
+                            [_AM_PROG_TAR([v7])])])
17610
 
+_AM_IF_OPTION([no-dependencies],,
17611
 
+[AC_PROVIDE_IFELSE([AC_PROG_CC],
17612
 
+                  [_AM_DEPENDENCIES(CC)],
17613
 
+                  [define([AC_PROG_CC],
17614
 
+                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
17615
 
+AC_PROVIDE_IFELSE([AC_PROG_CXX],
17616
 
+                  [_AM_DEPENDENCIES(CXX)],
17617
 
+                  [define([AC_PROG_CXX],
17618
 
+                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
17619
 
+])
17620
 
+])
17621
 
+m4trace:/usr/share/aclocal-1.9/init.m4:113: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
17622
 
+_am_stamp_count=1
17623
 
+for _am_header in $config_headers :; do
17624
 
+  case $_am_header in
17625
 
+    $1 | $1:* )
17626
 
+      break ;;
17627
 
+    * )
17628
 
+      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
17629
 
+  esac
17630
 
+done
17631
 
+echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
17632
 
+m4trace:/usr/share/aclocal-1.9/install-sh.m4:14: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
17633
 
+install_sh=${install_sh-"$am_aux_dir/install-sh"}
17634
 
+AC_SUBST(install_sh)])
17635
 
+m4trace:/usr/share/aclocal-1.9/lead-dot.m4:21: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
17636
 
+mkdir .tst 2>/dev/null
17637
 
+if test -d .tst; then
17638
 
+  am__leading_dot=.
17639
 
+else
17640
 
+  am__leading_dot=_
17641
 
+fi
17642
 
+rmdir .tst 2>/dev/null
17643
 
+AC_SUBST([am__leading_dot])])
17644
 
+m4trace:/usr/share/aclocal-1.9/lex.m4:22: -1- AC_DEFUN([AM_PROG_LEX], [AC_PREREQ(2.50)dnl
17645
 
+AC_REQUIRE([AM_MISSING_HAS_RUN])dnl
17646
 
+AC_REQUIRE([AC_PROG_LEX])dnl
17647
 
+if test "$LEX" = :; then
17648
 
+  LEX=${am_missing_run}flex
17649
 
+fi])
17650
 
+m4trace:/usr/share/aclocal-1.9/make.m4:51: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
17651
 
+cat > confinc << 'END'
17652
 
+am__doit:
17653
 
+       @echo done
17654
 
+.PHONY: am__doit
17655
 
+END
17656
 
+# If we don't find an include directive, just comment out the code.
17657
 
+AC_MSG_CHECKING([for style of include used by $am_make])
17658
 
+am__include="#"
17659
 
+am__quote=
17660
 
+_am_result=none
17661
 
+# First try GNU make style include.
17662
 
+echo "include confinc" > confmf
17663
 
+# We grep out `Entering directory' and `Leaving directory'
17664
 
+# messages which can occur if `w' ends up in MAKEFLAGS.
17665
 
+# In particular we don't look at `^make:' because GNU make might
17666
 
+# be invoked under some other name (usually "gmake"), in which
17667
 
+# case it prints its new name instead of `make'.
17668
 
+if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
17669
 
+   am__include=include
17670
 
+   am__quote=
17671
 
+   _am_result=GNU
17672
 
+fi
17673
 
+# Now try BSD make style include.
17674
 
+if test "$am__include" = "#"; then
17675
 
+   echo '.include "confinc"' > confmf
17676
 
+   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
17677
 
+      am__include=.include
17678
 
+      am__quote="\""
17679
 
+      _am_result=BSD
17680
 
+   fi
17681
 
+fi
17682
 
+AC_SUBST([am__include])
17683
 
+AC_SUBST([am__quote])
17684
 
+AC_MSG_RESULT([$_am_result])
17685
 
+rm -f confinc confmf
17686
 
+])
17687
 
+m4trace:/usr/share/aclocal-1.9/missing.m4:17: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
17688
 
+$1=${$1-"${am_missing_run}$2"}
17689
 
+AC_SUBST($1)])
17690
 
+m4trace:/usr/share/aclocal-1.9/missing.m4:34: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
17691
 
+test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
17692
 
+# Use eval to expand $SHELL
17693
 
+if eval "$MISSING --run true"; then
17694
 
+  am_missing_run="$MISSING --run "
17695
 
+else
17696
 
+  am_missing_run=
17697
 
+  AC_MSG_WARN([`missing' script is too old or missing])
17698
 
+fi
17699
 
+])
17700
 
+m4trace:/usr/share/aclocal-1.9/mkdirp.m4:63: -1- AC_DEFUN([AM_PROG_MKDIR_P], [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
17701
 
+  # We used to keeping the `.' as first argument, in order to
17702
 
+  # allow $(mkdir_p) to be used without argument.  As in
17703
 
+  #   $(mkdir_p) $(somedir)
17704
 
+  # where $(somedir) is conditionally defined.  However this is wrong
17705
 
+  # for two reasons:
17706
 
+  #  1. if the package is installed by a user who cannot write `.'
17707
 
+  #     make install will fail,
17708
 
+  #  2. the above comment should most certainly read
17709
 
+  #     $(mkdir_p) $(DESTDIR)$(somedir)
17710
 
+  #     so it does not work when $(somedir) is undefined and
17711
 
+  #     $(DESTDIR) is not.
17712
 
+  #  To support the latter case, we have to write
17713
 
+  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
17714
 
+  #  so the `.' trick is pointless.
17715
 
+  mkdir_p='mkdir -p --'
17716
 
+else
17717
 
+  # On NextStep and OpenStep, the `mkdir' command does not
17718
 
+  # recognize any option.  It will interpret all options as
17719
 
+  # directories to create, and then abort because `.' already
17720
 
+  # exists.
17721
 
+  for d in ./-p ./--version;
17722
 
+  do
17723
 
+    test -d $d && rmdir $d
17724
 
+  done
17725
 
+  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
17726
 
+  if test -f "$ac_aux_dir/mkinstalldirs"; then
17727
 
+    mkdir_p='$(mkinstalldirs)'
17728
 
+  else
17729
 
+    mkdir_p='$(install_sh) -d'
17730
 
+  fi
17731
 
+fi
17732
 
+AC_SUBST([mkdir_p])])
17733
 
+m4trace:/usr/share/aclocal-1.9/options.m4:14: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
17734
 
+m4trace:/usr/share/aclocal-1.9/options.m4:20: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
17735
 
+m4trace:/usr/share/aclocal-1.9/options.m4:26: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
17736
 
+m4trace:/usr/share/aclocal-1.9/options.m4:32: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
17737
 
+m4trace:/usr/share/aclocal-1.9/runlog.m4:17: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
17738
 
+   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
17739
 
+   ac_status=$?
17740
 
+   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
17741
 
+   (exit $ac_status); }])
17742
 
+m4trace:/usr/share/aclocal-1.9/sanity.m4:51: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
17743
 
+# Just in case
17744
 
+sleep 1
17745
 
+echo timestamp > conftest.file
17746
 
+# Do `set' in a subshell so we don't clobber the current shell's
17747
 
+# arguments.  Must try -L first in case configure is actually a
17748
 
+# symlink; some systems play weird games with the mod time of symlinks
17749
 
+# (eg FreeBSD returns the mod time of the symlink's containing
17750
 
+# directory).
17751
 
+if (
17752
 
+   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
17753
 
+   if test "$[*]" = "X"; then
17754
 
+      # -L didn't work.
17755
 
+      set X `ls -t $srcdir/configure conftest.file`
17756
 
+   fi
17757
 
+   rm -f conftest.file
17758
 
+   if test "$[*]" != "X $srcdir/configure conftest.file" \
17759
 
+      && test "$[*]" != "X conftest.file $srcdir/configure"; then
17760
 
+
17761
 
+      # If neither matched, then we have a broken ls.  This can happen
17762
 
+      # if, for instance, CONFIG_SHELL is bash and it inherits a
17763
 
+      # broken ls alias from the environment.  This has actually
17764
 
+      # happened.  Such a system could not be considered "sane".
17765
 
+      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
17766
 
+alias in your environment])
17767
 
+   fi
17768
 
+
17769
 
+   test "$[2]" = conftest.file
17770
 
+   )
17771
 
+then
17772
 
+   # Ok.
17773
 
+   :
17774
 
+else
17775
 
+   AC_MSG_ERROR([newly created file is older than distributed files!
17776
 
+Check your system clock])
17777
 
+fi
17778
 
+AC_MSG_RESULT(yes)])
17779
 
+m4trace:/usr/share/aclocal-1.9/strip.m4:28: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
17780
 
+# Installed binaries are usually stripped using `strip' when the user
17781
 
+# run `make install-strip'.  However `strip' might not be the right
17782
 
+# tool to use in cross-compilation environments, therefore Automake
17783
 
+# will honor the `STRIP' environment variable to overrule this program.
17784
 
+dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
17785
 
+if test "$cross_compiling" != no; then
17786
 
+  AC_CHECK_TOOL([STRIP], [strip], :)
17787
 
+fi
17788
 
+INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
17789
 
+AC_SUBST([INSTALL_STRIP_PROGRAM])])
17790
 
+m4trace:/usr/share/aclocal-1.9/tar.m4:95: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
17791
 
+AM_MISSING_PROG([AMTAR], [tar])
17792
 
+m4_if([$1], [v7],
17793
 
+     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
17794
 
+     [m4_case([$1], [ustar],, [pax],,
17795
 
+              [m4_fatal([Unknown tar format])])
17796
 
+AC_MSG_CHECKING([how to create a $1 tar archive])
17797
 
+# Loop over all known methods to create a tar archive until one works.
17798
 
+_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
17799
 
+_am_tools=${am_cv_prog_tar_$1-$_am_tools}
17800
 
+# Do not fold the above two line into one, because Tru64 sh and
17801
 
+# Solaris sh will not grok spaces in the rhs of `-'.
17802
 
+for _am_tool in $_am_tools
17803
 
+do
17804
 
+  case $_am_tool in
17805
 
+  gnutar)
17806
 
+    for _am_tar in tar gnutar gtar;
17807
 
+    do
17808
 
+      AM_RUN_LOG([$_am_tar --version]) && break
17809
 
+    done
17810
 
+    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
17811
 
+    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
17812
 
+    am__untar="$_am_tar -xf -"
17813
 
+    ;;
17814
 
+  plaintar)
17815
 
+    # Must skip GNU tar: if it does not support --format= it doesn't create
17816
 
+    # ustar tarball either.
17817
 
+    (tar --version) >/dev/null 2>&1 && continue
17818
 
+    am__tar='tar chf - "$$tardir"'
17819
 
+    am__tar_='tar chf - "$tardir"'
17820
 
+    am__untar='tar xf -'
17821
 
+    ;;
17822
 
+  pax)
17823
 
+    am__tar='pax -L -x $1 -w "$$tardir"'
17824
 
+    am__tar_='pax -L -x $1 -w "$tardir"'
17825
 
+    am__untar='pax -r'
17826
 
+    ;;
17827
 
+  cpio)
17828
 
+    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
17829
 
+    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
17830
 
+    am__untar='cpio -i -H $1 -d'
17831
 
+    ;;
17832
 
+  none)
17833
 
+    am__tar=false
17834
 
+    am__tar_=false
17835
 
+    am__untar=false
17836
 
+    ;;
17837
 
+  esac
17838
 
+
17839
 
+  # If the value was cached, stop now.  We just wanted to have am__tar
17840
 
+  # and am__untar set.
17841
 
+  test -n "${am_cv_prog_tar_$1}" && break
17842
 
+
17843
 
+  # tar/untar a dummy directory, and stop if the command works
17844
 
+  rm -rf conftest.dir
17845
 
+  mkdir conftest.dir
17846
 
+  echo GrepMe > conftest.dir/file
17847
 
+  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
17848
 
+  rm -rf conftest.dir
17849
 
+  if test -s conftest.tar; then
17850
 
+    AM_RUN_LOG([$am__untar <conftest.tar])
17851
 
+    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
17852
 
+  fi
17853
 
+done
17854
 
+rm -rf conftest.dir
17855
 
+
17856
 
+AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
17857
 
+AC_MSG_RESULT([$am_cv_prog_tar_$1])])
17858
 
+AC_SUBST([am__tar])
17859
 
+AC_SUBST([am__untar])
17860
 
+])
17861
 
+m4trace:acinclude.m4:34: -1- AC_DEFUN([AX_FUNC_POSIX_MEMALIGN], [AC_CACHE_CHECK([for working posix_memalign],
17862
 
+  [ax_cv_func_posix_memalign_works],
17863
 
+  [AC_TRY_RUN([
17864
 
+#include <stdlib.h>
17865
 
+
17866
 
+int
17867
 
+main ()
17868
 
+{
17869
 
+  void *buffer;
17870
 
+
17871
 
+  /* Some versions of glibc incorrectly perform the alignment check on
17872
 
+   * the size word. */
17873
 
+  exit (posix_memalign (&buffer, sizeof(void *), 123) != 0);
17874
 
+}
17875
 
+    ],
17876
 
+    [ax_cv_func_posix_memalign_works=yes],
17877
 
+    [ax_cv_func_posix_memalign_works=no],
17878
 
+    [ax_cv_func_posix_memalign_works=no])])
17879
 
+if test "$ax_cv_func_posix_memalign_works" = "yes" ; then
17880
 
+  AC_DEFINE([HAVE_POSIX_MEMALIGN], [1],
17881
 
+    [Define to 1 if `posix_memalign' works.])
17882
 
+fi
17883
 
+])
17884
 
+m4trace:configure.in:2: -1- AC_INIT([dbacl], [1.12], [laird@lbreyer.com])
17885
 
+m4trace:configure.in:2: -1- m4_pattern_forbid([^_?A[CHUM]_])
17886
 
+m4trace:configure.in:2: -1- m4_pattern_forbid([_AC_])
17887
 
+m4trace:configure.in:2: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
17888
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^AS_FLAGS$])
17889
 
+m4trace:configure.in:2: -1- m4_pattern_forbid([^_?m4_])
17890
 
+m4trace:configure.in:2: -1- m4_pattern_forbid([^dnl$])
17891
 
+m4trace:configure.in:2: -1- m4_pattern_forbid([^_?AS_])
17892
 
+m4trace:configure.in:2: -1- AC_SUBST([SHELL], [${CONFIG_SHELL-/bin/sh}])
17893
 
+m4trace:configure.in:2: -1- AC_SUBST([PATH_SEPARATOR])
17894
 
+m4trace:configure.in:2: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME],      ['AC_PACKAGE_NAME'])])
17895
 
+m4trace:configure.in:2: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME],   ['AC_PACKAGE_TARNAME'])])
17896
 
+m4trace:configure.in:2: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION],   ['AC_PACKAGE_VERSION'])])
17897
 
+m4trace:configure.in:2: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING],    ['AC_PACKAGE_STRING'])])
17898
 
+m4trace:configure.in:2: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])])
17899
 
+m4trace:configure.in:2: -1- AC_SUBST([exec_prefix], [NONE])
17900
 
+m4trace:configure.in:2: -1- AC_SUBST([prefix], [NONE])
17901
 
+m4trace:configure.in:2: -1- AC_SUBST([program_transform_name], [s,x,x,])
17902
 
+m4trace:configure.in:2: -1- AC_SUBST([bindir], ['${exec_prefix}/bin'])
17903
 
+m4trace:configure.in:2: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin'])
17904
 
+m4trace:configure.in:2: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec'])
17905
 
+m4trace:configure.in:2: -1- AC_SUBST([datadir], ['${prefix}/share'])
17906
 
+m4trace:configure.in:2: -1- AC_SUBST([sysconfdir], ['${prefix}/etc'])
17907
 
+m4trace:configure.in:2: -1- AC_SUBST([sharedstatedir], ['${prefix}/com'])
17908
 
+m4trace:configure.in:2: -1- AC_SUBST([localstatedir], ['${prefix}/var'])
17909
 
+m4trace:configure.in:2: -1- AC_SUBST([libdir], ['${exec_prefix}/lib'])
17910
 
+m4trace:configure.in:2: -1- AC_SUBST([includedir], ['${prefix}/include'])
17911
 
+m4trace:configure.in:2: -1- AC_SUBST([oldincludedir], ['/usr/include'])
17912
 
+m4trace:configure.in:2: -1- AC_SUBST([infodir], ['${prefix}/info'])
17913
 
+m4trace:configure.in:2: -1- AC_SUBST([mandir], ['${prefix}/man'])
17914
 
+m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME])
17915
 
+m4trace:configure.in:2: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */
17916
 
+#undef PACKAGE_NAME])
17917
 
+m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME])
17918
 
+m4trace:configure.in:2: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */
17919
 
+#undef PACKAGE_TARNAME])
17920
 
+m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION])
17921
 
+m4trace:configure.in:2: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */
17922
 
+#undef PACKAGE_VERSION])
17923
 
+m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING])
17924
 
+m4trace:configure.in:2: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */
17925
 
+#undef PACKAGE_STRING])
17926
 
+m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT])
17927
 
+m4trace:configure.in:2: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */
17928
 
+#undef PACKAGE_BUGREPORT])
17929
 
+m4trace:configure.in:2: -1- AC_SUBST([build_alias])
17930
 
+m4trace:configure.in:2: -1- AC_SUBST([host_alias])
17931
 
+m4trace:configure.in:2: -1- AC_SUBST([target_alias])
17932
 
+m4trace:configure.in:2: -1- AC_SUBST([DEFS])
17933
 
+m4trace:configure.in:2: -1- AC_SUBST([ECHO_C])
17934
 
+m4trace:configure.in:2: -1- AC_SUBST([ECHO_N])
17935
 
+m4trace:configure.in:2: -1- AC_SUBST([ECHO_T])
17936
 
+m4trace:configure.in:2: -1- AC_SUBST([LIBS])
17937
 
+m4trace:configure.in:3: -1- AC_CONFIG_AUX_DIR([config])
17938
 
+m4trace:configure.in:4: -1- AC_CANONICAL_SYSTEM
17939
 
+m4trace:configure.in:4: -1- _m4_warn([obsolete], [The macro `AC_CANONICAL_SYSTEM' is obsolete.
17940
 
+You should run autoupdate.], [autoconf/general.m4:1660: AC_CANONICAL_SYSTEM is expanded from...
17941
 
+configure.in:4: the top level])
17942
 
+m4trace:configure.in:4: -1- AC_CANONICAL_HOST
17943
 
+m4trace:configure.in:4: -1- AC_SUBST([build], [$ac_cv_build])
17944
 
+m4trace:configure.in:4: -1- AC_SUBST([build_cpu], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
17945
 
+m4trace:configure.in:4: -1- AC_SUBST([build_vendor], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
17946
 
+m4trace:configure.in:4: -1- AC_SUBST([build_os], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
17947
 
+m4trace:configure.in:4: -1- AC_SUBST([host], [$ac_cv_host])
17948
 
+m4trace:configure.in:4: -1- AC_SUBST([host_cpu], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
17949
 
+m4trace:configure.in:4: -1- AC_SUBST([host_vendor], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
17950
 
+m4trace:configure.in:4: -1- AC_SUBST([host_os], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
17951
 
+m4trace:configure.in:4: -1- AC_SUBST([target], [$ac_cv_target])
17952
 
+m4trace:configure.in:4: -1- AC_SUBST([target_cpu], [`echo $ac_cv_target | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
17953
 
+m4trace:configure.in:4: -1- AC_SUBST([target_vendor], [`echo $ac_cv_target | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
17954
 
+m4trace:configure.in:4: -1- AC_SUBST([target_os], [`echo $ac_cv_target | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
17955
 
+m4trace:configure.in:5: -1- AH_OUTPUT([_GNU_SOURCE], [/* Enable GNU extensions on systems that have them.  */
17956
 
+#ifndef _GNU_SOURCE
17957
 
+# undef _GNU_SOURCE
17958
 
+#endif])
17959
 
+m4trace:configure.in:5: -1- AC_DEFINE_TRACE_LITERAL([_GNU_SOURCE])
17960
 
+m4trace:configure.in:6: -1- AM_INIT_AUTOMAKE([dbacl], [1.12], [laird@lbreyer.com])
17961
 
+m4trace:configure.in:6: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
17962
 
+m4trace:configure.in:6: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
17963
 
+m4trace:configure.in:6: -1- AM_AUTOMAKE_VERSION([1.9.6])
17964
 
+m4trace:configure.in:6: -1- AC_PROG_INSTALL
17965
 
+m4trace:configure.in:6: -1- AC_SUBST([INSTALL_PROGRAM])
17966
 
+m4trace:configure.in:6: -1- AC_SUBST([INSTALL_SCRIPT])
17967
 
+m4trace:configure.in:6: -1- AC_SUBST([INSTALL_DATA])
17968
 
+m4trace:configure.in:6: -1- AC_SUBST([CYGPATH_W])
17969
 
+m4trace:configure.in:6: -1- _AM_SET_OPTION([no-define])
17970
 
+m4trace:configure.in:6: -2- _AM_MANGLE_OPTION([no-define])
17971
 
+m4trace:configure.in:6: -1- AC_SUBST([PACKAGE], [dbacl])
17972
 
+m4trace:configure.in:6: -1- AC_SUBST([VERSION], [1.12])
17973
 
+m4trace:configure.in:6: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
17974
 
+ AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
17975
 
+m4trace:configure.in:6: -2- _AM_MANGLE_OPTION([no-define])
17976
 
+m4trace:configure.in:6: -1- AM_SANITY_CHECK
17977
 
+m4trace:configure.in:6: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
17978
 
+m4trace:configure.in:6: -1- AM_MISSING_HAS_RUN
17979
 
+m4trace:configure.in:6: -1- AM_AUX_DIR_EXPAND
17980
 
+m4trace:configure.in:6: -1- AC_SUBST([ACLOCAL])
17981
 
+m4trace:configure.in:6: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
17982
 
+m4trace:configure.in:6: -1- AC_SUBST([AUTOCONF])
17983
 
+m4trace:configure.in:6: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
17984
 
+m4trace:configure.in:6: -1- AC_SUBST([AUTOMAKE])
17985
 
+m4trace:configure.in:6: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
17986
 
+m4trace:configure.in:6: -1- AC_SUBST([AUTOHEADER])
17987
 
+m4trace:configure.in:6: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
17988
 
+m4trace:configure.in:6: -1- AC_SUBST([MAKEINFO])
17989
 
+m4trace:configure.in:6: -1- AM_PROG_INSTALL_SH
17990
 
+m4trace:configure.in:6: -1- AC_SUBST([install_sh])
17991
 
+m4trace:configure.in:6: -1- AM_PROG_INSTALL_STRIP
17992
 
+m4trace:configure.in:6: -1- AC_SUBST([STRIP])
17993
 
+m4trace:configure.in:6: -1- AC_SUBST([ac_ct_STRIP])
17994
 
+m4trace:configure.in:6: -1- AC_SUBST([INSTALL_STRIP_PROGRAM])
17995
 
+m4trace:configure.in:6: -1- AM_PROG_MKDIR_P
17996
 
+m4trace:configure.in:6: -1- AC_SUBST([mkdir_p])
17997
 
+m4trace:configure.in:6: -1- AC_PROG_AWK
17998
 
+m4trace:configure.in:6: -1- AC_SUBST([AWK])
17999
 
+m4trace:configure.in:6: -1- AC_PROG_MAKE_SET
18000
 
+m4trace:configure.in:6: -1- AC_SUBST([SET_MAKE])
18001
 
+m4trace:configure.in:6: -1- AM_SET_LEADING_DOT
18002
 
+m4trace:configure.in:6: -1- AC_SUBST([am__leading_dot])
18003
 
+m4trace:configure.in:6: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
18004
 
+                            [_AM_PROG_TAR([v7])])])
18005
 
+m4trace:configure.in:6: -2- _AM_MANGLE_OPTION([tar-ustar])
18006
 
+m4trace:configure.in:6: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
18007
 
+m4trace:configure.in:6: -2- _AM_MANGLE_OPTION([tar-pax])
18008
 
+m4trace:configure.in:6: -1- _AM_PROG_TAR([v7])
18009
 
+m4trace:configure.in:6: -1- AM_MISSING_PROG([AMTAR], [tar])
18010
 
+m4trace:configure.in:6: -1- AC_SUBST([AMTAR])
18011
 
+m4trace:configure.in:6: -1- AC_SUBST([am__tar])
18012
 
+m4trace:configure.in:6: -1- AC_SUBST([am__untar])
18013
 
+m4trace:configure.in:6: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
18014
 
+                  [_AM_DEPENDENCIES(CC)],
18015
 
+                  [define([AC_PROG_CC],
18016
 
+                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
18017
 
+AC_PROVIDE_IFELSE([AC_PROG_CXX],
18018
 
+                  [_AM_DEPENDENCIES(CXX)],
18019
 
+                  [define([AC_PROG_CXX],
18020
 
+                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
18021
 
+])
18022
 
+m4trace:configure.in:6: -2- _AM_MANGLE_OPTION([no-dependencies])
18023
 
+m4trace:configure.in:7: -1- AM_CONFIG_HEADER([src/config.h])
18024
 
+m4trace:configure.in:7: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
18025
 
+You should run autoupdate.], [/usr/share/aclocal-1.9/header.m4:12: AM_CONFIG_HEADER is expanded from...
18026
 
+configure.in:7: the top level])
18027
 
+m4trace:configure.in:7: -1- AC_CONFIG_HEADERS([src/config.h])
18028
 
+m4trace:configure.in:10: -1- AH_OUTPUT([_ALL_SOURCE], [/* Define to 1 if on AIX 3.
18029
 
+   System headers sometimes define this.
18030
 
+   We just want to avoid a redefinition error message.  */
18031
 
+@%:@ifndef _ALL_SOURCE
18032
 
+@%:@ undef _ALL_SOURCE
18033
 
+@%:@endif])
18034
 
+m4trace:configure.in:10: -1- AC_PROG_CC
18035
 
+m4trace:configure.in:10: -1- AC_SUBST([CC])
18036
 
+m4trace:configure.in:10: -1- AC_SUBST([CFLAGS])
18037
 
+m4trace:configure.in:10: -1- AC_SUBST([LDFLAGS])
18038
 
+m4trace:configure.in:10: -1- AC_SUBST([CPPFLAGS])
18039
 
+m4trace:configure.in:10: -1- AC_SUBST([CC])
18040
 
+m4trace:configure.in:10: -1- AC_SUBST([ac_ct_CC])
18041
 
+m4trace:configure.in:10: -1- AC_SUBST([CC])
18042
 
+m4trace:configure.in:10: -1- AC_SUBST([ac_ct_CC])
18043
 
+m4trace:configure.in:10: -1- AC_SUBST([CC])
18044
 
+m4trace:configure.in:10: -1- AC_SUBST([CC])
18045
 
+m4trace:configure.in:10: -1- AC_SUBST([ac_ct_CC])
18046
 
+m4trace:configure.in:10: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext])
18047
 
+m4trace:configure.in:10: -1- AC_SUBST([OBJEXT], [$ac_cv_objext])
18048
 
+m4trace:configure.in:10: -1- _AM_DEPENDENCIES([CC])
18049
 
+m4trace:configure.in:10: -1- AM_SET_DEPDIR
18050
 
+m4trace:configure.in:10: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])
18051
 
+m4trace:configure.in:10: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
18052
 
+m4trace:configure.in:10: -1- AM_MAKE_INCLUDE
18053
 
+m4trace:configure.in:10: -1- AC_SUBST([am__include])
18054
 
+m4trace:configure.in:10: -1- AC_SUBST([am__quote])
18055
 
+m4trace:configure.in:10: -1- AM_DEP_TRACK
18056
 
+m4trace:configure.in:10: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
18057
 
+m4trace:configure.in:10: -1- AC_SUBST([AMDEP_TRUE])
18058
 
+m4trace:configure.in:10: -1- AC_SUBST([AMDEP_FALSE])
18059
 
+m4trace:configure.in:10: -1- AC_SUBST([AMDEPBACKSLASH])
18060
 
+m4trace:configure.in:10: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
18061
 
+m4trace:configure.in:10: -1- AM_CONDITIONAL([am__fastdepCC], [
18062
 
+  test "x$enable_dependency_tracking" != xno \
18063
 
+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
18064
 
+m4trace:configure.in:10: -1- AC_SUBST([am__fastdepCC_TRUE])
18065
 
+m4trace:configure.in:10: -1- AC_SUBST([am__fastdepCC_FALSE])
18066
 
+m4trace:configure.in:10: -1- AC_PROG_CPP
18067
 
+m4trace:configure.in:10: -1- AC_SUBST([CPP])
18068
 
+m4trace:configure.in:10: -1- AC_SUBST([CPPFLAGS])
18069
 
+m4trace:configure.in:10: -1- AC_SUBST([CPP])
18070
 
+m4trace:configure.in:10: -1- AC_SUBST([EGREP])
18071
 
+m4trace:configure.in:10: -1- AC_DEFINE_TRACE_LITERAL([_ALL_SOURCE])
18072
 
+m4trace:configure.in:11: -1- AC_HEADER_STDC
18073
 
+m4trace:configure.in:11: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
18074
 
+m4trace:configure.in:11: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
18075
 
+#undef STDC_HEADERS])
18076
 
+m4trace:configure.in:11: -1- AC_CHECK_HEADERS([sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
18077
 
+                 inttypes.h stdint.h unistd.h], [], [], [$ac_includes_default])
18078
 
+m4trace:configure.in:11: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
18079
 
+#undef HAVE_SYS_TYPES_H])
18080
 
+m4trace:configure.in:11: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */
18081
 
+#undef HAVE_SYS_STAT_H])
18082
 
+m4trace:configure.in:11: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
18083
 
+#undef HAVE_STDLIB_H])
18084
 
+m4trace:configure.in:11: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
18085
 
+#undef HAVE_STRING_H])
18086
 
+m4trace:configure.in:11: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */
18087
 
+#undef HAVE_MEMORY_H])
18088
 
+m4trace:configure.in:11: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */
18089
 
+#undef HAVE_STRINGS_H])
18090
 
+m4trace:configure.in:11: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
18091
 
+#undef HAVE_INTTYPES_H])
18092
 
+m4trace:configure.in:11: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
18093
 
+#undef HAVE_STDINT_H])
18094
 
+m4trace:configure.in:11: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
18095
 
+#undef HAVE_UNISTD_H])
18096
 
+m4trace:configure.in:11: -1- AC_DEFINE_TRACE_LITERAL([_POSIX_SOURCE])
18097
 
+m4trace:configure.in:11: -1- AH_OUTPUT([_POSIX_SOURCE], [/* Define to 1 if you need to in order for `stat\' and other things to work. */
18098
 
+#undef _POSIX_SOURCE])
18099
 
+m4trace:configure.in:11: -1- AC_DEFINE_TRACE_LITERAL([_POSIX_1_SOURCE])
18100
 
+m4trace:configure.in:11: -1- AH_OUTPUT([_POSIX_1_SOURCE], [/* Define to 2 if the system does not provide POSIX.1 features except with
18101
 
+   this defined. */
18102
 
+#undef _POSIX_1_SOURCE])
18103
 
+m4trace:configure.in:11: -1- AC_DEFINE_TRACE_LITERAL([_MINIX])
18104
 
+m4trace:configure.in:11: -1- AH_OUTPUT([_MINIX], [/* Define to 1 if on MINIX. */
18105
 
+#undef _MINIX])
18106
 
+m4trace:configure.in:13: -1- AC_SUBST([CFLAGSIEEE], [""])
18107
 
+m4trace:configure.in:16: -1- AC_DEFINE_TRACE_LITERAL([OS_LINUX])
18108
 
+m4trace:configure.in:16: -1- AH_OUTPUT([OS_LINUX], [/* this is a Linux system */
18109
 
+#undef OS_LINUX])
18110
 
+m4trace:configure.in:18: -1- AC_SUBST([CFLAGSIEEE], ["-mieee"])
18111
 
+m4trace:configure.in:21: -1- AC_DEFINE_TRACE_LITERAL([OS_LINUX])
18112
 
+m4trace:configure.in:21: -1- AH_OUTPUT([OS_LINUX], [/* this is a Linux system */
18113
 
+#undef OS_LINUX])
18114
 
+m4trace:configure.in:24: -1- AC_DEFINE_TRACE_LITERAL([OS_SUN])
18115
 
+m4trace:configure.in:24: -1- AH_OUTPUT([OS_SUN], [/* this is a Sun system */
18116
 
+#undef OS_SUN])
18117
 
+m4trace:configure.in:27: -1- AC_DEFINE_TRACE_LITERAL([OS_SUN])
18118
 
+m4trace:configure.in:27: -1- AH_OUTPUT([OS_SUN], [/* this is a Sun system */
18119
 
+#undef OS_SUN])
18120
 
+m4trace:configure.in:30: -1- AC_DEFINE_TRACE_LITERAL([OS_DARWIN])
18121
 
+m4trace:configure.in:30: -1- AH_OUTPUT([OS_DARWIN], [/* this is a Mac system */
18122
 
+#undef OS_DARWIN])
18123
 
+m4trace:configure.in:33: -1- AC_DEFINE_TRACE_LITERAL([OS_UNKNOWN])
18124
 
+m4trace:configure.in:33: -1- AH_OUTPUT([OS_UNKNOWN], [/* this is an unrecognized system */
18125
 
+#undef OS_UNKNOWN])
18126
 
+m4trace:configure.in:37: -1- AC_DEFINE_TRACE_LITERAL([TARGETCPU])
18127
 
+m4trace:configure.in:37: -1- AH_OUTPUT([TARGETCPU], [/* identify processor if categories not portable */
18128
 
+#undef TARGETCPU])
18129
 
+m4trace:configure.in:40: -1- AC_PROG_CC
18130
 
+m4trace:configure.in:40: -1- AC_SUBST([CC])
18131
 
+m4trace:configure.in:40: -1- AC_SUBST([CFLAGS])
18132
 
+m4trace:configure.in:40: -1- AC_SUBST([LDFLAGS])
18133
 
+m4trace:configure.in:40: -1- AC_SUBST([CPPFLAGS])
18134
 
+m4trace:configure.in:40: -1- AC_SUBST([CC])
18135
 
+m4trace:configure.in:40: -1- AC_SUBST([ac_ct_CC])
18136
 
+m4trace:configure.in:40: -1- AC_SUBST([CC])
18137
 
+m4trace:configure.in:40: -1- AC_SUBST([ac_ct_CC])
18138
 
+m4trace:configure.in:40: -1- AC_SUBST([CC])
18139
 
+m4trace:configure.in:40: -1- AC_SUBST([CC])
18140
 
+m4trace:configure.in:40: -1- AC_SUBST([ac_ct_CC])
18141
 
+m4trace:configure.in:40: -1- _AM_DEPENDENCIES([CC])
18142
 
+m4trace:configure.in:40: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
18143
 
+m4trace:configure.in:40: -1- AM_CONDITIONAL([am__fastdepCC], [
18144
 
+  test "x$enable_dependency_tracking" != xno \
18145
 
+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
18146
 
+m4trace:configure.in:40: -1- AC_SUBST([am__fastdepCC_TRUE])
18147
 
+m4trace:configure.in:40: -1- AC_SUBST([am__fastdepCC_FALSE])
18148
 
+m4trace:configure.in:41: -1- AC_PROG_INSTALL
18149
 
+m4trace:configure.in:41: -1- AC_SUBST([INSTALL_PROGRAM])
18150
 
+m4trace:configure.in:41: -1- AC_SUBST([INSTALL_SCRIPT])
18151
 
+m4trace:configure.in:41: -1- AC_SUBST([INSTALL_DATA])
18152
 
+m4trace:configure.in:42: -1- AM_PROG_LEX
18153
 
+m4trace:configure.in:42: -1- AC_PROG_LEX
18154
 
+m4trace:configure.in:42: -1- AC_SUBST([LEX])
18155
 
+m4trace:configure.in:42: -1- AC_CHECK_LIB([fl], [yywrap], [LEXLIB="-lfl"], [AC_CHECK_LIB(l, yywrap, LEXLIB="-ll")])
18156
 
+m4trace:configure.in:42: -1- AC_CHECK_LIB([l], [yywrap], [LEXLIB="-ll"])
18157
 
+m4trace:configure.in:42: -1- AC_SUBST([LEXLIB])
18158
 
+m4trace:configure.in:42: -1- AC_SUBST([LEX_OUTPUT_ROOT], [$ac_cv_prog_lex_root])
18159
 
+m4trace:configure.in:42: -1- AC_DEFINE_TRACE_LITERAL([YYTEXT_POINTER])
18160
 
+m4trace:configure.in:42: -1- AH_OUTPUT([YYTEXT_POINTER], [/* Define to 1 if `lex\' declares `yytext\' as a `char *\' by default, not a
18161
 
+   `char[]\'. */
18162
 
+#undef YYTEXT_POINTER])
18163
 
+m4trace:configure.in:43: -1- AC_PROG_YACC
18164
 
+m4trace:configure.in:43: -1- AC_SUBST([YACC])
18165
 
+m4trace:configure.in:46: -1- AC_CHECK_LIB([m], [log])
18166
 
+m4trace:configure.in:46: -1- AH_OUTPUT([HAVE_LIBM], [/* Define to 1 if you have the `m\' library (-lm). */
18167
 
+#undef HAVE_LIBM])
18168
 
+m4trace:configure.in:46: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBM])
18169
 
+m4trace:configure.in:49: -1- AC_SUBST([LDADDINTER], [""])
18170
 
+m4trace:configure.in:50: -1- AC_SUBST([INCLUDESINTER], [""])
18171
 
+m4trace:configure.in:65: -1- AC_CHECK_LIB([ncurses], [initscr], [
18172
 
+       AC_CHECK_LIB([readline],[readline],
18173
 
+       [
18174
 
+               AC_CHECK_LIB([slang],[SLsmg_init_smg],
18175
 
+               [
18176
 
+                       AC_SUBST(LDADDINTER,["-lslang -lreadline -lncurses"])
18177
 
+                       AC_SUBST(INCLUDESINTER,["-I/usr/include/slang"])
18178
 
+                       AC_DEFINE([HAVE_LIBNCURSES], [], [ncurses needed for readline])
18179
 
+                       AC_DEFINE([HAVE_LIBSLANG], [], [slang needed for interactive mailinspect])
18180
 
+                       AC_DEFINE([HAVE_LIBREADLINE], [], [readline needed for interactive mailinspect])
18181
 
+               ],[AC_MSG_WARN([libslang missing, disabling interactive mailinspect])])
18182
 
+       ],[AC_MSG_WARN([libreadline missing, disabling interactive mailinspect])])
18183
 
+], [AC_MSG_WARN([libncurses missing (needed by readline), disabling interactive mailinspect])])
18184
 
+m4trace:configure.in:65: -1- AC_CHECK_LIB([readline], [readline], [
18185
 
+               AC_CHECK_LIB([slang],[SLsmg_init_smg],
18186
 
+               [
18187
 
+                       AC_SUBST(LDADDINTER,["-lslang -lreadline -lncurses"])
18188
 
+                       AC_SUBST(INCLUDESINTER,["-I/usr/include/slang"])
18189
 
+                       AC_DEFINE([HAVE_LIBNCURSES], [], [ncurses needed for readline])
18190
 
+                       AC_DEFINE([HAVE_LIBSLANG], [], [slang needed for interactive mailinspect])
18191
 
+                       AC_DEFINE([HAVE_LIBREADLINE], [], [readline needed for interactive mailinspect])
18192
 
+               ],[AC_MSG_WARN([libslang missing, disabling interactive mailinspect])])
18193
 
+       ], [AC_MSG_WARN([libreadline missing, disabling interactive mailinspect])])
18194
 
+m4trace:configure.in:65: -1- AC_CHECK_LIB([slang], [SLsmg_init_smg], [
18195
 
+                       AC_SUBST(LDADDINTER,["-lslang -lreadline -lncurses"])
18196
 
+                       AC_SUBST(INCLUDESINTER,["-I/usr/include/slang"])
18197
 
+                       AC_DEFINE([HAVE_LIBNCURSES], [], [ncurses needed for readline])
18198
 
+                       AC_DEFINE([HAVE_LIBSLANG], [], [slang needed for interactive mailinspect])
18199
 
+                       AC_DEFINE([HAVE_LIBREADLINE], [], [readline needed for interactive mailinspect])
18200
 
+               ], [AC_MSG_WARN([libslang missing, disabling interactive mailinspect])])
18201
 
+m4trace:configure.in:65: -1- AC_SUBST([LDADDINTER], ["-lslang -lreadline -lncurses"])
18202
 
+m4trace:configure.in:65: -1- AC_SUBST([INCLUDESINTER], ["-I/usr/include/slang"])
18203
 
+m4trace:configure.in:65: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBNCURSES])
18204
 
+m4trace:configure.in:65: -1- AH_OUTPUT([HAVE_LIBNCURSES], [/* ncurses needed for readline */
18205
 
+#undef HAVE_LIBNCURSES])
18206
 
+m4trace:configure.in:65: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBSLANG])
18207
 
+m4trace:configure.in:65: -1- AH_OUTPUT([HAVE_LIBSLANG], [/* slang needed for interactive mailinspect */
18208
 
+#undef HAVE_LIBSLANG])
18209
 
+m4trace:configure.in:65: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBREADLINE])
18210
 
+m4trace:configure.in:65: -1- AH_OUTPUT([HAVE_LIBREADLINE], [/* readline needed for interactive mailinspect */
18211
 
+#undef HAVE_LIBREADLINE])
18212
 
+m4trace:configure.in:68: -1- AC_HEADER_STDC
18213
 
+m4trace:configure.in:68: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
18214
 
+m4trace:configure.in:68: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
18215
 
+#undef STDC_HEADERS])
18216
 
+m4trace:configure.in:69: -1- AC_CHECK_HEADERS([features.h langinfo.h unistd.h sys/mman.h mman.h netinet/in.h])
18217
 
+m4trace:configure.in:69: -1- AH_OUTPUT([HAVE_FEATURES_H], [/* Define to 1 if you have the <features.h> header file. */
18218
 
+#undef HAVE_FEATURES_H])
18219
 
+m4trace:configure.in:69: -1- AH_OUTPUT([HAVE_LANGINFO_H], [/* Define to 1 if you have the <langinfo.h> header file. */
18220
 
+#undef HAVE_LANGINFO_H])
18221
 
+m4trace:configure.in:69: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
18222
 
+#undef HAVE_UNISTD_H])
18223
 
+m4trace:configure.in:69: -1- AH_OUTPUT([HAVE_SYS_MMAN_H], [/* Define to 1 if you have the <sys/mman.h> header file. */
18224
 
+#undef HAVE_SYS_MMAN_H])
18225
 
+m4trace:configure.in:69: -1- AH_OUTPUT([HAVE_MMAN_H], [/* Define to 1 if you have the <mman.h> header file. */
18226
 
+#undef HAVE_MMAN_H])
18227
 
+m4trace:configure.in:69: -1- AH_OUTPUT([HAVE_NETINET_IN_H], [/* Define to 1 if you have the <netinet/in.h> header file. */
18228
 
+#undef HAVE_NETINET_IN_H])
18229
 
+m4trace:configure.in:73: -1- AC_CHECK_HEADERS([wchar.h wctype.h], [], [
18230
 
+       AC_MSG_WARN([No wide character headers, disabling full internationalization.])
18231
 
+])
18232
 
+m4trace:configure.in:73: -1- AH_OUTPUT([HAVE_WCHAR_H], [/* Define to 1 if you have the <wchar.h> header file. */
18233
 
+#undef HAVE_WCHAR_H])
18234
 
+m4trace:configure.in:73: -1- AH_OUTPUT([HAVE_WCTYPE_H], [/* Define to 1 if you have the <wctype.h> header file. */
18235
 
+#undef HAVE_WCTYPE_H])
18236
 
+m4trace:configure.in:76: -1- AC_C_CONST
18237
 
+m4trace:configure.in:76: -1- AC_DEFINE_TRACE_LITERAL([const])
18238
 
+m4trace:configure.in:76: -1- AH_OUTPUT([const], [/* Define to empty if `const\' does not conform to ANSI C. */
18239
 
+#undef const])
18240
 
+m4trace:configure.in:77: -1- AC_TYPE_SIZE_T
18241
 
+m4trace:configure.in:77: -1- AC_DEFINE_TRACE_LITERAL([size_t])
18242
 
+m4trace:configure.in:77: -1- AH_OUTPUT([size_t], [/* Define to `unsigned\' if <sys/types.h> does not define. */
18243
 
+#undef size_t])
18244
 
+m4trace:configure.in:80: -1- AC_FUNC_MBRTOWC
18245
 
+m4trace:configure.in:80: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MBRTOWC])
18246
 
+m4trace:configure.in:80: -1- AH_OUTPUT([HAVE_MBRTOWC], [/* Define to 1 if mbrtowc and mbstate_t are properly declared. */
18247
 
+#undef HAVE_MBRTOWC])
18248
 
+m4trace:configure.in:81: -1- AC_FUNC_MMAP
18249
 
+m4trace:configure.in:81: -1- AC_CHECK_HEADERS([stdlib.h unistd.h])
18250
 
+m4trace:configure.in:81: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
18251
 
+#undef HAVE_STDLIB_H])
18252
 
+m4trace:configure.in:81: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
18253
 
+#undef HAVE_UNISTD_H])
18254
 
+m4trace:configure.in:81: -1- AC_CHECK_FUNCS([getpagesize])
18255
 
+m4trace:configure.in:81: -1- AH_OUTPUT([HAVE_GETPAGESIZE], [/* Define to 1 if you have the `getpagesize\' function. */
18256
 
+#undef HAVE_GETPAGESIZE])
18257
 
+m4trace:configure.in:81: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MMAP])
18258
 
+m4trace:configure.in:81: -1- AH_OUTPUT([HAVE_MMAP], [/* Define to 1 if you have a working `mmap\' system call. */
18259
 
+#undef HAVE_MMAP])
18260
 
+m4trace:configure.in:82: -1- AC_FUNC_VPRINTF
18261
 
+m4trace:configure.in:82: -1- AC_CHECK_FUNCS([vprintf], [
18262
 
+AC_CHECK_FUNC(_doprnt,
18263
 
+              [AC_DEFINE(HAVE_DOPRNT, 1,
18264
 
+                         [Define to 1 if you don't have `vprintf' but do have
18265
 
+                         `_doprnt.'])])])
18266
 
+m4trace:configure.in:82: -1- AH_OUTPUT([HAVE_VPRINTF], [/* Define to 1 if you have the `vprintf\' function. */
18267
 
+#undef HAVE_VPRINTF])
18268
 
+m4trace:configure.in:82: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DOPRNT])
18269
 
+m4trace:configure.in:82: -1- AH_OUTPUT([HAVE_DOPRNT], [/* Define to 1 if you don\'t have `vprintf\' but do have `_doprnt.\' */
18270
 
+#undef HAVE_DOPRNT])
18271
 
+m4trace:configure.in:83: -1- AC_FUNC_SETVBUF_REVERSED
18272
 
+m4trace:configure.in:83: -1- AC_DEFINE_TRACE_LITERAL([PROTOTYPES])
18273
 
+m4trace:configure.in:83: -1- AH_OUTPUT([PROTOTYPES], [/* Define to 1 if the C compiler supports function prototypes. */
18274
 
+#undef PROTOTYPES])
18275
 
+m4trace:configure.in:83: -1- AC_DEFINE_TRACE_LITERAL([__PROTOTYPES])
18276
 
+m4trace:configure.in:83: -1- AH_OUTPUT([__PROTOTYPES], [/* Define like PROTOTYPES; this can be used by system headers. */
18277
 
+#undef __PROTOTYPES])
18278
 
+m4trace:configure.in:83: -1- AC_DEFINE_TRACE_LITERAL([SETVBUF_REVERSED])
18279
 
+m4trace:configure.in:83: -1- AH_OUTPUT([SETVBUF_REVERSED], [/* Define to 1 if the `setvbuf\' function takes the buffering type as its
18280
 
+   second argument and the buffer pointer as the third, as on System V before
18281
 
+   release 3. */
18282
 
+#undef SETVBUF_REVERSED])
18283
 
+m4trace:configure.in:84: -1- AC_CHECK_FUNCS([getpagesize madvise sigaction])
18284
 
+m4trace:configure.in:84: -1- AH_OUTPUT([HAVE_GETPAGESIZE], [/* Define to 1 if you have the `getpagesize\' function. */
18285
 
+#undef HAVE_GETPAGESIZE])
18286
 
+m4trace:configure.in:84: -1- AH_OUTPUT([HAVE_MADVISE], [/* Define to 1 if you have the `madvise\' function. */
18287
 
+#undef HAVE_MADVISE])
18288
 
+m4trace:configure.in:84: -1- AH_OUTPUT([HAVE_SIGACTION], [/* Define to 1 if you have the `sigaction\' function. */
18289
 
+#undef HAVE_SIGACTION])
18290
 
+m4trace:configure.in:88: -1- AX_FUNC_POSIX_MEMALIGN
18291
 
+m4trace:configure.in:88: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
18292
 
+You should run autoupdate.], [autoconf/general.m4:2289: AC_TRY_RUN is expanded from...
18293
 
+autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
18294
 
+autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
18295
 
+acinclude.m4:34: AX_FUNC_POSIX_MEMALIGN is expanded from...
18296
 
+configure.in:88: the top level])
18297
 
+m4trace:configure.in:88: -1- AC_DEFINE_TRACE_LITERAL([HAVE_POSIX_MEMALIGN])
18298
 
+m4trace:configure.in:88: -1- AH_OUTPUT([HAVE_POSIX_MEMALIGN], [/* Define to 1 if `posix_memalign\' works. */
18299
 
+#undef HAVE_POSIX_MEMALIGN])
18300
 
+m4trace:configure.in:90: -1- AC_CHECK_FUNCS([memalign valloc], [break])
18301
 
+m4trace:configure.in:90: -1- AH_OUTPUT([HAVE_MEMALIGN], [/* Define to 1 if you have the `memalign\' function. */
18302
 
+#undef HAVE_MEMALIGN])
18303
 
+m4trace:configure.in:90: -1- AH_OUTPUT([HAVE_VALLOC], [/* Define to 1 if you have the `valloc\' function. */
18304
 
+#undef HAVE_VALLOC])
18305
 
+m4trace:configure.in:95: -1- AC_CHECK_FUNCS([wcstol], [], [
18306
 
+       AC_MSG_WARN([Incomplete Unicode implementation, some HTML conversions may suffer.])
18307
 
+])
18308
 
+m4trace:configure.in:95: -1- AH_OUTPUT([HAVE_WCSTOL], [/* Define to 1 if you have the `wcstol\' function. */
18309
 
+#undef HAVE_WCSTOL])
18310
 
+m4trace:configure.in:98: -1- AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/tests/Makefile man/Makefile ts/Makefile TREC/Makefile contrib/Makefile doc/chess/Makefile])
18311
 
+m4trace:configure.in:99: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
18312
 
+m4trace:configure.in:99: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
18313
 
+m4trace:configure.in:99: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file])
18314
 
+m4trace:configure.in:99: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
18315
 
diff -Nur dbacl-1.12/autom4te.cache/traces.1 dbacl-1.12.new/autom4te.cache/traces.1
18316
 
--- dbacl-1.12/autom4te.cache/traces.1  1970-01-01 08:00:00.000000000 +0800
18317
 
+++ dbacl-1.12.new/autom4te.cache/traces.1      2006-03-26 21:20:11.000000000 +0800
18318
 
@@ -0,0 +1,388 @@
18319
 
+m4trace:aclocal.m4:884: -1- m4_include([acinclude.m4])
18320
 
+m4trace:configure.in:2: -1- AC_INIT([dbacl], [1.12], [laird@lbreyer.com])
18321
 
+m4trace:configure.in:2: -1- m4_pattern_forbid([^_?A[CHUM]_])
18322
 
+m4trace:configure.in:2: -1- m4_pattern_forbid([_AC_])
18323
 
+m4trace:configure.in:2: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
18324
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^AS_FLAGS$])
18325
 
+m4trace:configure.in:2: -1- m4_pattern_forbid([^_?m4_])
18326
 
+m4trace:configure.in:2: -1- m4_pattern_forbid([^dnl$])
18327
 
+m4trace:configure.in:2: -1- m4_pattern_forbid([^_?AS_])
18328
 
+m4trace:configure.in:2: -1- AC_SUBST([SHELL], [${CONFIG_SHELL-/bin/sh}])
18329
 
+m4trace:configure.in:2: -1- AC_SUBST([PATH_SEPARATOR])
18330
 
+m4trace:configure.in:2: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME],      ['AC_PACKAGE_NAME'])])
18331
 
+m4trace:configure.in:2: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME],   ['AC_PACKAGE_TARNAME'])])
18332
 
+m4trace:configure.in:2: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION],   ['AC_PACKAGE_VERSION'])])
18333
 
+m4trace:configure.in:2: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING],    ['AC_PACKAGE_STRING'])])
18334
 
+m4trace:configure.in:2: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])])
18335
 
+m4trace:configure.in:2: -1- AC_SUBST([exec_prefix], [NONE])
18336
 
+m4trace:configure.in:2: -1- AC_SUBST([prefix], [NONE])
18337
 
+m4trace:configure.in:2: -1- AC_SUBST([program_transform_name], [s,x,x,])
18338
 
+m4trace:configure.in:2: -1- AC_SUBST([bindir], ['${exec_prefix}/bin'])
18339
 
+m4trace:configure.in:2: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin'])
18340
 
+m4trace:configure.in:2: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec'])
18341
 
+m4trace:configure.in:2: -1- AC_SUBST([datadir], ['${prefix}/share'])
18342
 
+m4trace:configure.in:2: -1- AC_SUBST([sysconfdir], ['${prefix}/etc'])
18343
 
+m4trace:configure.in:2: -1- AC_SUBST([sharedstatedir], ['${prefix}/com'])
18344
 
+m4trace:configure.in:2: -1- AC_SUBST([localstatedir], ['${prefix}/var'])
18345
 
+m4trace:configure.in:2: -1- AC_SUBST([libdir], ['${exec_prefix}/lib'])
18346
 
+m4trace:configure.in:2: -1- AC_SUBST([includedir], ['${prefix}/include'])
18347
 
+m4trace:configure.in:2: -1- AC_SUBST([oldincludedir], ['/usr/include'])
18348
 
+m4trace:configure.in:2: -1- AC_SUBST([infodir], ['${prefix}/info'])
18349
 
+m4trace:configure.in:2: -1- AC_SUBST([mandir], ['${prefix}/man'])
18350
 
+m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME])
18351
 
+m4trace:configure.in:2: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */
18352
 
+#undef PACKAGE_NAME])
18353
 
+m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME])
18354
 
+m4trace:configure.in:2: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */
18355
 
+#undef PACKAGE_TARNAME])
18356
 
+m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION])
18357
 
+m4trace:configure.in:2: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */
18358
 
+#undef PACKAGE_VERSION])
18359
 
+m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING])
18360
 
+m4trace:configure.in:2: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */
18361
 
+#undef PACKAGE_STRING])
18362
 
+m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT])
18363
 
+m4trace:configure.in:2: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */
18364
 
+#undef PACKAGE_BUGREPORT])
18365
 
+m4trace:configure.in:2: -1- AC_SUBST([build_alias])
18366
 
+m4trace:configure.in:2: -1- AC_SUBST([host_alias])
18367
 
+m4trace:configure.in:2: -1- AC_SUBST([target_alias])
18368
 
+m4trace:configure.in:2: -1- AC_SUBST([DEFS])
18369
 
+m4trace:configure.in:2: -1- AC_SUBST([ECHO_C])
18370
 
+m4trace:configure.in:2: -1- AC_SUBST([ECHO_N])
18371
 
+m4trace:configure.in:2: -1- AC_SUBST([ECHO_T])
18372
 
+m4trace:configure.in:2: -1- AC_SUBST([LIBS])
18373
 
+m4trace:configure.in:3: -1- AC_CONFIG_AUX_DIR([config])
18374
 
+m4trace:configure.in:4: -1- AC_CANONICAL_SYSTEM
18375
 
+m4trace:configure.in:4: -1- _m4_warn([obsolete], [The macro `AC_CANONICAL_SYSTEM' is obsolete.
18376
 
+You should run autoupdate.], [autoconf/general.m4:1660: AC_CANONICAL_SYSTEM is expanded from...
18377
 
+configure.in:4: the top level])
18378
 
+m4trace:configure.in:4: -1- AC_CANONICAL_TARGET([])
18379
 
+m4trace:configure.in:4: -1- AC_CANONICAL_HOST
18380
 
+m4trace:configure.in:4: -1- AC_CANONICAL_BUILD
18381
 
+m4trace:configure.in:4: -1- AC_SUBST([build], [$ac_cv_build])
18382
 
+m4trace:configure.in:4: -1- AC_SUBST([build_cpu], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
18383
 
+m4trace:configure.in:4: -1- AC_SUBST([build_vendor], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
18384
 
+m4trace:configure.in:4: -1- AC_SUBST([build_os], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
18385
 
+m4trace:configure.in:4: -1- AC_SUBST([host], [$ac_cv_host])
18386
 
+m4trace:configure.in:4: -1- AC_SUBST([host_cpu], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
18387
 
+m4trace:configure.in:4: -1- AC_SUBST([host_vendor], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
18388
 
+m4trace:configure.in:4: -1- AC_SUBST([host_os], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
18389
 
+m4trace:configure.in:4: -1- AC_SUBST([target], [$ac_cv_target])
18390
 
+m4trace:configure.in:4: -1- AC_SUBST([target_cpu], [`echo $ac_cv_target | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
18391
 
+m4trace:configure.in:4: -1- AC_SUBST([target_vendor], [`echo $ac_cv_target | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
18392
 
+m4trace:configure.in:4: -1- AC_SUBST([target_os], [`echo $ac_cv_target | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
18393
 
+m4trace:configure.in:5: -1- AH_OUTPUT([_GNU_SOURCE], [/* Enable GNU extensions on systems that have them.  */
18394
 
+#ifndef _GNU_SOURCE
18395
 
+# undef _GNU_SOURCE
18396
 
+#endif])
18397
 
+m4trace:configure.in:5: -1- AC_DEFINE_TRACE_LITERAL([_GNU_SOURCE])
18398
 
+m4trace:configure.in:6: -1- AM_INIT_AUTOMAKE([dbacl], [1.12], [laird@lbreyer.com])
18399
 
+m4trace:configure.in:6: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
18400
 
+m4trace:configure.in:6: -1- AM_AUTOMAKE_VERSION([1.9.6])
18401
 
+m4trace:configure.in:6: -1- AC_PROG_INSTALL
18402
 
+m4trace:configure.in:6: -1- AC_SUBST([INSTALL_PROGRAM])
18403
 
+m4trace:configure.in:6: -1- AC_SUBST([INSTALL_SCRIPT])
18404
 
+m4trace:configure.in:6: -1- AC_SUBST([INSTALL_DATA])
18405
 
+m4trace:configure.in:6: -1- AC_SUBST([CYGPATH_W])
18406
 
+m4trace:configure.in:6: -1- AC_SUBST([PACKAGE], [dbacl])
18407
 
+m4trace:configure.in:6: -1- AC_SUBST([VERSION], [1.12])
18408
 
+m4trace:configure.in:6: -1- AC_SUBST([ACLOCAL])
18409
 
+m4trace:configure.in:6: -1- AC_SUBST([AUTOCONF])
18410
 
+m4trace:configure.in:6: -1- AC_SUBST([AUTOMAKE])
18411
 
+m4trace:configure.in:6: -1- AC_SUBST([AUTOHEADER])
18412
 
+m4trace:configure.in:6: -1- AC_SUBST([MAKEINFO])
18413
 
+m4trace:configure.in:6: -1- AC_SUBST([install_sh])
18414
 
+m4trace:configure.in:6: -1- AC_SUBST([STRIP])
18415
 
+m4trace:configure.in:6: -1- AC_SUBST([ac_ct_STRIP])
18416
 
+m4trace:configure.in:6: -1- AC_SUBST([INSTALL_STRIP_PROGRAM])
18417
 
+m4trace:configure.in:6: -1- AC_SUBST([mkdir_p])
18418
 
+m4trace:configure.in:6: -1- AC_PROG_AWK
18419
 
+m4trace:configure.in:6: -1- AC_SUBST([AWK])
18420
 
+m4trace:configure.in:6: -1- AC_PROG_MAKE_SET
18421
 
+m4trace:configure.in:6: -1- AC_SUBST([SET_MAKE])
18422
 
+m4trace:configure.in:6: -1- AC_SUBST([am__leading_dot])
18423
 
+m4trace:configure.in:6: -1- AC_SUBST([AMTAR])
18424
 
+m4trace:configure.in:6: -1- AC_SUBST([am__tar])
18425
 
+m4trace:configure.in:6: -1- AC_SUBST([am__untar])
18426
 
+m4trace:configure.in:7: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
18427
 
+You should run autoupdate.], [aclocal.m4:353: AM_CONFIG_HEADER is expanded from...
18428
 
+configure.in:7: the top level])
18429
 
+m4trace:configure.in:7: -1- AC_CONFIG_HEADERS([src/config.h])
18430
 
+m4trace:configure.in:10: -1- AH_OUTPUT([_ALL_SOURCE], [/* Define to 1 if on AIX 3.
18431
 
+   System headers sometimes define this.
18432
 
+   We just want to avoid a redefinition error message.  */
18433
 
+@%:@ifndef _ALL_SOURCE
18434
 
+@%:@ undef _ALL_SOURCE
18435
 
+@%:@endif])
18436
 
+m4trace:configure.in:10: -1- AC_PROG_CC
18437
 
+m4trace:configure.in:10: -1- AC_SUBST([CC])
18438
 
+m4trace:configure.in:10: -1- AC_SUBST([CFLAGS])
18439
 
+m4trace:configure.in:10: -1- AC_SUBST([LDFLAGS])
18440
 
+m4trace:configure.in:10: -1- AC_SUBST([CPPFLAGS])
18441
 
+m4trace:configure.in:10: -1- AC_SUBST([CC])
18442
 
+m4trace:configure.in:10: -1- AC_SUBST([ac_ct_CC])
18443
 
+m4trace:configure.in:10: -1- AC_SUBST([CC])
18444
 
+m4trace:configure.in:10: -1- AC_SUBST([ac_ct_CC])
18445
 
+m4trace:configure.in:10: -1- AC_SUBST([CC])
18446
 
+m4trace:configure.in:10: -1- AC_SUBST([CC])
18447
 
+m4trace:configure.in:10: -1- AC_SUBST([ac_ct_CC])
18448
 
+m4trace:configure.in:10: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext])
18449
 
+m4trace:configure.in:10: -1- AC_SUBST([OBJEXT], [$ac_cv_objext])
18450
 
+m4trace:configure.in:10: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])
18451
 
+m4trace:configure.in:10: -1- AC_SUBST([am__include])
18452
 
+m4trace:configure.in:10: -1- AC_SUBST([am__quote])
18453
 
+m4trace:configure.in:10: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
18454
 
+m4trace:configure.in:10: -1- AC_SUBST([AMDEP_TRUE])
18455
 
+m4trace:configure.in:10: -1- AC_SUBST([AMDEP_FALSE])
18456
 
+m4trace:configure.in:10: -1- AC_SUBST([AMDEPBACKSLASH])
18457
 
+m4trace:configure.in:10: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
18458
 
+m4trace:configure.in:10: -1- AM_CONDITIONAL([am__fastdepCC], [
18459
 
+  test "x$enable_dependency_tracking" != xno \
18460
 
+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
18461
 
+m4trace:configure.in:10: -1- AC_SUBST([am__fastdepCC_TRUE])
18462
 
+m4trace:configure.in:10: -1- AC_SUBST([am__fastdepCC_FALSE])
18463
 
+m4trace:configure.in:10: -1- AC_PROG_CPP
18464
 
+m4trace:configure.in:10: -1- AC_SUBST([CPP])
18465
 
+m4trace:configure.in:10: -1- AC_SUBST([CPPFLAGS])
18466
 
+m4trace:configure.in:10: -1- AC_SUBST([CPP])
18467
 
+m4trace:configure.in:10: -1- AC_SUBST([EGREP])
18468
 
+m4trace:configure.in:10: -1- AC_DEFINE_TRACE_LITERAL([_ALL_SOURCE])
18469
 
+m4trace:configure.in:11: -1- AC_HEADER_STDC
18470
 
+m4trace:configure.in:11: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
18471
 
+m4trace:configure.in:11: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
18472
 
+#undef STDC_HEADERS])
18473
 
+m4trace:configure.in:11: -1- AC_CHECK_HEADERS([sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
18474
 
+                 inttypes.h stdint.h unistd.h], [], [], [$ac_includes_default])
18475
 
+m4trace:configure.in:11: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
18476
 
+#undef HAVE_SYS_TYPES_H])
18477
 
+m4trace:configure.in:11: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */
18478
 
+#undef HAVE_SYS_STAT_H])
18479
 
+m4trace:configure.in:11: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
18480
 
+#undef HAVE_STDLIB_H])
18481
 
+m4trace:configure.in:11: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
18482
 
+#undef HAVE_STRING_H])
18483
 
+m4trace:configure.in:11: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */
18484
 
+#undef HAVE_MEMORY_H])
18485
 
+m4trace:configure.in:11: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */
18486
 
+#undef HAVE_STRINGS_H])
18487
 
+m4trace:configure.in:11: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
18488
 
+#undef HAVE_INTTYPES_H])
18489
 
+m4trace:configure.in:11: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
18490
 
+#undef HAVE_STDINT_H])
18491
 
+m4trace:configure.in:11: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
18492
 
+#undef HAVE_UNISTD_H])
18493
 
+m4trace:configure.in:11: -1- AC_DEFINE_TRACE_LITERAL([_POSIX_SOURCE])
18494
 
+m4trace:configure.in:11: -1- AH_OUTPUT([_POSIX_SOURCE], [/* Define to 1 if you need to in order for `stat\' and other things to work. */
18495
 
+#undef _POSIX_SOURCE])
18496
 
+m4trace:configure.in:11: -1- AC_DEFINE_TRACE_LITERAL([_POSIX_1_SOURCE])
18497
 
+m4trace:configure.in:11: -1- AH_OUTPUT([_POSIX_1_SOURCE], [/* Define to 2 if the system does not provide POSIX.1 features except with
18498
 
+   this defined. */
18499
 
+#undef _POSIX_1_SOURCE])
18500
 
+m4trace:configure.in:11: -1- AC_DEFINE_TRACE_LITERAL([_MINIX])
18501
 
+m4trace:configure.in:11: -1- AH_OUTPUT([_MINIX], [/* Define to 1 if on MINIX. */
18502
 
+#undef _MINIX])
18503
 
+m4trace:configure.in:13: -1- AC_SUBST([CFLAGSIEEE], [""])
18504
 
+m4trace:configure.in:16: -1- AC_DEFINE_TRACE_LITERAL([OS_LINUX])
18505
 
+m4trace:configure.in:16: -1- AH_OUTPUT([OS_LINUX], [/* this is a Linux system */
18506
 
+#undef OS_LINUX])
18507
 
+m4trace:configure.in:18: -1- AC_SUBST([CFLAGSIEEE], ["-mieee"])
18508
 
+m4trace:configure.in:21: -1- AC_DEFINE_TRACE_LITERAL([OS_LINUX])
18509
 
+m4trace:configure.in:21: -1- AH_OUTPUT([OS_LINUX], [/* this is a Linux system */
18510
 
+#undef OS_LINUX])
18511
 
+m4trace:configure.in:24: -1- AC_DEFINE_TRACE_LITERAL([OS_SUN])
18512
 
+m4trace:configure.in:24: -1- AH_OUTPUT([OS_SUN], [/* this is a Sun system */
18513
 
+#undef OS_SUN])
18514
 
+m4trace:configure.in:27: -1- AC_DEFINE_TRACE_LITERAL([OS_SUN])
18515
 
+m4trace:configure.in:27: -1- AH_OUTPUT([OS_SUN], [/* this is a Sun system */
18516
 
+#undef OS_SUN])
18517
 
+m4trace:configure.in:30: -1- AC_DEFINE_TRACE_LITERAL([OS_DARWIN])
18518
 
+m4trace:configure.in:30: -1- AH_OUTPUT([OS_DARWIN], [/* this is a Mac system */
18519
 
+#undef OS_DARWIN])
18520
 
+m4trace:configure.in:33: -1- AC_DEFINE_TRACE_LITERAL([OS_UNKNOWN])
18521
 
+m4trace:configure.in:33: -1- AH_OUTPUT([OS_UNKNOWN], [/* this is an unrecognized system */
18522
 
+#undef OS_UNKNOWN])
18523
 
+m4trace:configure.in:37: -1- AC_DEFINE_TRACE_LITERAL([TARGETCPU])
18524
 
+m4trace:configure.in:37: -1- AH_OUTPUT([TARGETCPU], [/* identify processor if categories not portable */
18525
 
+#undef TARGETCPU])
18526
 
+m4trace:configure.in:40: -1- AC_PROG_CC
18527
 
+m4trace:configure.in:40: -1- AC_SUBST([CC])
18528
 
+m4trace:configure.in:40: -1- AC_SUBST([CFLAGS])
18529
 
+m4trace:configure.in:40: -1- AC_SUBST([LDFLAGS])
18530
 
+m4trace:configure.in:40: -1- AC_SUBST([CPPFLAGS])
18531
 
+m4trace:configure.in:40: -1- AC_SUBST([CC])
18532
 
+m4trace:configure.in:40: -1- AC_SUBST([ac_ct_CC])
18533
 
+m4trace:configure.in:40: -1- AC_SUBST([CC])
18534
 
+m4trace:configure.in:40: -1- AC_SUBST([ac_ct_CC])
18535
 
+m4trace:configure.in:40: -1- AC_SUBST([CC])
18536
 
+m4trace:configure.in:40: -1- AC_SUBST([CC])
18537
 
+m4trace:configure.in:40: -1- AC_SUBST([ac_ct_CC])
18538
 
+m4trace:configure.in:40: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
18539
 
+m4trace:configure.in:40: -1- AM_CONDITIONAL([am__fastdepCC], [
18540
 
+  test "x$enable_dependency_tracking" != xno \
18541
 
+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
18542
 
+m4trace:configure.in:40: -1- AC_SUBST([am__fastdepCC_TRUE])
18543
 
+m4trace:configure.in:40: -1- AC_SUBST([am__fastdepCC_FALSE])
18544
 
+m4trace:configure.in:41: -1- AC_PROG_INSTALL
18545
 
+m4trace:configure.in:41: -1- AC_SUBST([INSTALL_PROGRAM])
18546
 
+m4trace:configure.in:41: -1- AC_SUBST([INSTALL_SCRIPT])
18547
 
+m4trace:configure.in:41: -1- AC_SUBST([INSTALL_DATA])
18548
 
+m4trace:configure.in:42: -1- AC_PROG_LEX
18549
 
+m4trace:configure.in:42: -1- AC_SUBST([LEX])
18550
 
+m4trace:configure.in:42: -1- AC_CHECK_LIB([fl], [yywrap], [LEXLIB="-lfl"], [AC_CHECK_LIB(l, yywrap, LEXLIB="-ll")])
18551
 
+m4trace:configure.in:42: -1- AC_CHECK_LIB([l], [yywrap], [LEXLIB="-ll"])
18552
 
+m4trace:configure.in:42: -1- AC_SUBST([LEXLIB])
18553
 
+m4trace:configure.in:42: -1- AC_SUBST([LEX_OUTPUT_ROOT], [$ac_cv_prog_lex_root])
18554
 
+m4trace:configure.in:42: -1- AC_DEFINE_TRACE_LITERAL([YYTEXT_POINTER])
18555
 
+m4trace:configure.in:42: -1- AH_OUTPUT([YYTEXT_POINTER], [/* Define to 1 if `lex\' declares `yytext\' as a `char *\' by default, not a
18556
 
+   `char[]\'. */
18557
 
+#undef YYTEXT_POINTER])
18558
 
+m4trace:configure.in:43: -1- AC_PROG_YACC
18559
 
+m4trace:configure.in:43: -1- AC_SUBST([YACC])
18560
 
+m4trace:configure.in:46: -1- AC_CHECK_LIB([m], [log])
18561
 
+m4trace:configure.in:46: -1- AH_OUTPUT([HAVE_LIBM], [/* Define to 1 if you have the `m\' library (-lm). */
18562
 
+#undef HAVE_LIBM])
18563
 
+m4trace:configure.in:46: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBM])
18564
 
+m4trace:configure.in:49: -1- AC_SUBST([LDADDINTER], [""])
18565
 
+m4trace:configure.in:50: -1- AC_SUBST([INCLUDESINTER], [""])
18566
 
+m4trace:configure.in:65: -1- AC_CHECK_LIB([ncurses], [initscr], [
18567
 
+       AC_CHECK_LIB([readline],[readline],
18568
 
+       [
18569
 
+               AC_CHECK_LIB([slang],[SLsmg_init_smg],
18570
 
+               [
18571
 
+                       AC_SUBST(LDADDINTER,["-lslang -lreadline -lncurses"])
18572
 
+                       AC_SUBST(INCLUDESINTER,["-I/usr/include/slang"])
18573
 
+                       AC_DEFINE([HAVE_LIBNCURSES], [], [ncurses needed for readline])
18574
 
+                       AC_DEFINE([HAVE_LIBSLANG], [], [slang needed for interactive mailinspect])
18575
 
+                       AC_DEFINE([HAVE_LIBREADLINE], [], [readline needed for interactive mailinspect])
18576
 
+               ],[AC_MSG_WARN([libslang missing, disabling interactive mailinspect])])
18577
 
+       ],[AC_MSG_WARN([libreadline missing, disabling interactive mailinspect])])
18578
 
+], [AC_MSG_WARN([libncurses missing (needed by readline), disabling interactive mailinspect])])
18579
 
+m4trace:configure.in:65: -1- AC_CHECK_LIB([readline], [readline], [
18580
 
+               AC_CHECK_LIB([slang],[SLsmg_init_smg],
18581
 
+               [
18582
 
+                       AC_SUBST(LDADDINTER,["-lslang -lreadline -lncurses"])
18583
 
+                       AC_SUBST(INCLUDESINTER,["-I/usr/include/slang"])
18584
 
+                       AC_DEFINE([HAVE_LIBNCURSES], [], [ncurses needed for readline])
18585
 
+                       AC_DEFINE([HAVE_LIBSLANG], [], [slang needed for interactive mailinspect])
18586
 
+                       AC_DEFINE([HAVE_LIBREADLINE], [], [readline needed for interactive mailinspect])
18587
 
+               ],[AC_MSG_WARN([libslang missing, disabling interactive mailinspect])])
18588
 
+       ], [AC_MSG_WARN([libreadline missing, disabling interactive mailinspect])])
18589
 
+m4trace:configure.in:65: -1- AC_CHECK_LIB([slang], [SLsmg_init_smg], [
18590
 
+                       AC_SUBST(LDADDINTER,["-lslang -lreadline -lncurses"])
18591
 
+                       AC_SUBST(INCLUDESINTER,["-I/usr/include/slang"])
18592
 
+                       AC_DEFINE([HAVE_LIBNCURSES], [], [ncurses needed for readline])
18593
 
+                       AC_DEFINE([HAVE_LIBSLANG], [], [slang needed for interactive mailinspect])
18594
 
+                       AC_DEFINE([HAVE_LIBREADLINE], [], [readline needed for interactive mailinspect])
18595
 
+               ], [AC_MSG_WARN([libslang missing, disabling interactive mailinspect])])
18596
 
+m4trace:configure.in:65: -1- AC_SUBST([LDADDINTER], ["-lslang -lreadline -lncurses"])
18597
 
+m4trace:configure.in:65: -1- AC_SUBST([INCLUDESINTER], ["-I/usr/include/slang"])
18598
 
+m4trace:configure.in:65: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBNCURSES])
18599
 
+m4trace:configure.in:65: -1- AH_OUTPUT([HAVE_LIBNCURSES], [/* ncurses needed for readline */
18600
 
+#undef HAVE_LIBNCURSES])
18601
 
+m4trace:configure.in:65: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBSLANG])
18602
 
+m4trace:configure.in:65: -1- AH_OUTPUT([HAVE_LIBSLANG], [/* slang needed for interactive mailinspect */
18603
 
+#undef HAVE_LIBSLANG])
18604
 
+m4trace:configure.in:65: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBREADLINE])
18605
 
+m4trace:configure.in:65: -1- AH_OUTPUT([HAVE_LIBREADLINE], [/* readline needed for interactive mailinspect */
18606
 
+#undef HAVE_LIBREADLINE])
18607
 
+m4trace:configure.in:68: -1- AC_HEADER_STDC
18608
 
+m4trace:configure.in:68: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
18609
 
+m4trace:configure.in:68: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
18610
 
+#undef STDC_HEADERS])
18611
 
+m4trace:configure.in:69: -1- AC_CHECK_HEADERS([features.h langinfo.h unistd.h sys/mman.h mman.h netinet/in.h])
18612
 
+m4trace:configure.in:69: -1- AH_OUTPUT([HAVE_FEATURES_H], [/* Define to 1 if you have the <features.h> header file. */
18613
 
+#undef HAVE_FEATURES_H])
18614
 
+m4trace:configure.in:69: -1- AH_OUTPUT([HAVE_LANGINFO_H], [/* Define to 1 if you have the <langinfo.h> header file. */
18615
 
+#undef HAVE_LANGINFO_H])
18616
 
+m4trace:configure.in:69: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
18617
 
+#undef HAVE_UNISTD_H])
18618
 
+m4trace:configure.in:69: -1- AH_OUTPUT([HAVE_SYS_MMAN_H], [/* Define to 1 if you have the <sys/mman.h> header file. */
18619
 
+#undef HAVE_SYS_MMAN_H])
18620
 
+m4trace:configure.in:69: -1- AH_OUTPUT([HAVE_MMAN_H], [/* Define to 1 if you have the <mman.h> header file. */
18621
 
+#undef HAVE_MMAN_H])
18622
 
+m4trace:configure.in:69: -1- AH_OUTPUT([HAVE_NETINET_IN_H], [/* Define to 1 if you have the <netinet/in.h> header file. */
18623
 
+#undef HAVE_NETINET_IN_H])
18624
 
+m4trace:configure.in:73: -1- AC_CHECK_HEADERS([wchar.h wctype.h], [], [
18625
 
+       AC_MSG_WARN([No wide character headers, disabling full internationalization.])
18626
 
+])
18627
 
+m4trace:configure.in:73: -1- AH_OUTPUT([HAVE_WCHAR_H], [/* Define to 1 if you have the <wchar.h> header file. */
18628
 
+#undef HAVE_WCHAR_H])
18629
 
+m4trace:configure.in:73: -1- AH_OUTPUT([HAVE_WCTYPE_H], [/* Define to 1 if you have the <wctype.h> header file. */
18630
 
+#undef HAVE_WCTYPE_H])
18631
 
+m4trace:configure.in:76: -1- AC_C_CONST
18632
 
+m4trace:configure.in:76: -1- AC_DEFINE_TRACE_LITERAL([const])
18633
 
+m4trace:configure.in:76: -1- AH_OUTPUT([const], [/* Define to empty if `const\' does not conform to ANSI C. */
18634
 
+#undef const])
18635
 
+m4trace:configure.in:77: -1- AC_TYPE_SIZE_T
18636
 
+m4trace:configure.in:77: -1- AC_DEFINE_TRACE_LITERAL([size_t])
18637
 
+m4trace:configure.in:77: -1- AH_OUTPUT([size_t], [/* Define to `unsigned\' if <sys/types.h> does not define. */
18638
 
+#undef size_t])
18639
 
+m4trace:configure.in:80: -1- AC_FUNC_MBRTOWC
18640
 
+m4trace:configure.in:80: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MBRTOWC])
18641
 
+m4trace:configure.in:80: -1- AH_OUTPUT([HAVE_MBRTOWC], [/* Define to 1 if mbrtowc and mbstate_t are properly declared. */
18642
 
+#undef HAVE_MBRTOWC])
18643
 
+m4trace:configure.in:81: -1- AC_FUNC_MMAP
18644
 
+m4trace:configure.in:81: -1- AC_CHECK_HEADERS([stdlib.h unistd.h])
18645
 
+m4trace:configure.in:81: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
18646
 
+#undef HAVE_STDLIB_H])
18647
 
+m4trace:configure.in:81: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
18648
 
+#undef HAVE_UNISTD_H])
18649
 
+m4trace:configure.in:81: -1- AC_CHECK_FUNCS([getpagesize])
18650
 
+m4trace:configure.in:81: -1- AH_OUTPUT([HAVE_GETPAGESIZE], [/* Define to 1 if you have the `getpagesize\' function. */
18651
 
+#undef HAVE_GETPAGESIZE])
18652
 
+m4trace:configure.in:81: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MMAP])
18653
 
+m4trace:configure.in:81: -1- AH_OUTPUT([HAVE_MMAP], [/* Define to 1 if you have a working `mmap\' system call. */
18654
 
+#undef HAVE_MMAP])
18655
 
+m4trace:configure.in:82: -1- AC_FUNC_VPRINTF
18656
 
+m4trace:configure.in:82: -1- AC_CHECK_FUNCS([vprintf], [
18657
 
+AC_CHECK_FUNC(_doprnt,
18658
 
+              [AC_DEFINE(HAVE_DOPRNT, 1,
18659
 
+                         [Define to 1 if you don't have `vprintf' but do have
18660
 
+                         `_doprnt.'])])])
18661
 
+m4trace:configure.in:82: -1- AH_OUTPUT([HAVE_VPRINTF], [/* Define to 1 if you have the `vprintf\' function. */
18662
 
+#undef HAVE_VPRINTF])
18663
 
+m4trace:configure.in:82: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DOPRNT])
18664
 
+m4trace:configure.in:82: -1- AH_OUTPUT([HAVE_DOPRNT], [/* Define to 1 if you don\'t have `vprintf\' but do have `_doprnt.\' */
18665
 
+#undef HAVE_DOPRNT])
18666
 
+m4trace:configure.in:83: -1- AC_FUNC_SETVBUF_REVERSED
18667
 
+m4trace:configure.in:83: -1- AC_DEFINE_TRACE_LITERAL([PROTOTYPES])
18668
 
+m4trace:configure.in:83: -1- AH_OUTPUT([PROTOTYPES], [/* Define to 1 if the C compiler supports function prototypes. */
18669
 
+#undef PROTOTYPES])
18670
 
+m4trace:configure.in:83: -1- AC_DEFINE_TRACE_LITERAL([__PROTOTYPES])
18671
 
+m4trace:configure.in:83: -1- AH_OUTPUT([__PROTOTYPES], [/* Define like PROTOTYPES; this can be used by system headers. */
18672
 
+#undef __PROTOTYPES])
18673
 
+m4trace:configure.in:83: -1- AC_DEFINE_TRACE_LITERAL([SETVBUF_REVERSED])
18674
 
+m4trace:configure.in:83: -1- AH_OUTPUT([SETVBUF_REVERSED], [/* Define to 1 if the `setvbuf\' function takes the buffering type as its
18675
 
+   second argument and the buffer pointer as the third, as on System V before
18676
 
+   release 3. */
18677
 
+#undef SETVBUF_REVERSED])
18678
 
+m4trace:configure.in:84: -1- AC_CHECK_FUNCS([getpagesize madvise sigaction])
18679
 
+m4trace:configure.in:84: -1- AH_OUTPUT([HAVE_GETPAGESIZE], [/* Define to 1 if you have the `getpagesize\' function. */
18680
 
+#undef HAVE_GETPAGESIZE])
18681
 
+m4trace:configure.in:84: -1- AH_OUTPUT([HAVE_MADVISE], [/* Define to 1 if you have the `madvise\' function. */
18682
 
+#undef HAVE_MADVISE])
18683
 
+m4trace:configure.in:84: -1- AH_OUTPUT([HAVE_SIGACTION], [/* Define to 1 if you have the `sigaction\' function. */
18684
 
+#undef HAVE_SIGACTION])
18685
 
+m4trace:configure.in:88: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
18686
 
+You should run autoupdate.], [autoconf/general.m4:2289: AC_TRY_RUN is expanded from...
18687
 
+autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
18688
 
+autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
18689
 
+acinclude.m4:34: AX_FUNC_POSIX_MEMALIGN is expanded from...
18690
 
+configure.in:88: the top level])
18691
 
+m4trace:configure.in:88: -1- AC_DEFINE_TRACE_LITERAL([HAVE_POSIX_MEMALIGN])
18692
 
+m4trace:configure.in:88: -1- AH_OUTPUT([HAVE_POSIX_MEMALIGN], [/* Define to 1 if `posix_memalign\' works. */
18693
 
+#undef HAVE_POSIX_MEMALIGN])
18694
 
+m4trace:configure.in:90: -1- AC_CHECK_FUNCS([memalign valloc], [break])
18695
 
+m4trace:configure.in:90: -1- AH_OUTPUT([HAVE_MEMALIGN], [/* Define to 1 if you have the `memalign\' function. */
18696
 
+#undef HAVE_MEMALIGN])
18697
 
+m4trace:configure.in:90: -1- AH_OUTPUT([HAVE_VALLOC], [/* Define to 1 if you have the `valloc\' function. */
18698
 
+#undef HAVE_VALLOC])
18699
 
+m4trace:configure.in:95: -1- AC_CHECK_FUNCS([wcstol], [], [
18700
 
+       AC_MSG_WARN([Incomplete Unicode implementation, some HTML conversions may suffer.])
18701
 
+])
18702
 
+m4trace:configure.in:95: -1- AH_OUTPUT([HAVE_WCSTOL], [/* Define to 1 if you have the `wcstol\' function. */
18703
 
+#undef HAVE_WCSTOL])
18704
 
+m4trace:configure.in:98: -1- AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/tests/Makefile man/Makefile ts/Makefile TREC/Makefile contrib/Makefile doc/chess/Makefile])
18705
 
+m4trace:configure.in:99: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
18706
 
+m4trace:configure.in:99: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])