~ubuntu-branches/ubuntu/wily/gnats/wily

« back to all changes in this revision

Viewing changes to debian/patches/debian-changes

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2014-01-09 13:44:48 UTC
  • Revision ID: package-import@ubuntu.com-20140109134448-svwxwts6b2buvo6b
Tags: 4.1.0-3
* QA upload.
* Pass "-s /bin/sh" to "su gnats" to cope with the change of the gnats
  user's shell in base-passwd 3.5.30.
* Remove config.guess and config.sub from Debian patches, and instead
  build-depend on autotools-dev to ensure that cdbs will update them.
* Use dh-autoreconf to update configure scripts, rather than a gigantic
  manual patch.
* Split what remained of debian/patches/debian-changes into separate
  patches with proper DEP-3 headers.
* Pacify "gcc -Wformat-security" in process_format.
* Debconf translations:
  - French (thanks, Christian Perrier; closes: #718198).
  - Italian (thanks, Beatrice Torracca; closes: #719803).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: <short summary of the patch>
2
 
 TODO: Put a short summary on the line above and replace this paragraph
3
 
 with a longer explanation of this change. Complete the meta-information
4
 
 with other relevant fields (see below for details). To make it easier, the
5
 
 information below has been extracted from the changelog. Adjust it or drop
6
 
 it.
7
 
 .
8
 
 gnats (4.1.0-2) UNRELEASED; urgency=low
9
 
 .
10
 
   * QA upload
11
 
   * Modernize package:
12
 
     - Use 3.0 source format
13
 
     - Bump debhelper compatibility to 8
14
 
   * Debconf translations:
15
 
     - Danish (Joe Hansen).  Closes: #628232
16
 
Author: Christian Perrier <bubulle@debian.org>
17
 
Bug-Debian: http://bugs.debian.org/628232
18
 
 
19
 
---
20
 
The information above should follow the Patch Tagging Guidelines, please
21
 
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
22
 
are templates for supplementary fields that you might want to add:
23
 
 
24
 
Origin: <vendor|upstream|other>, <url of original patch>
25
 
Bug: <url in upstream bugtracker>
26
 
Bug-Debian: http://bugs.debian.org/<bugnumber>
27
 
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
28
 
Forwarded: <no|not-needed|url proving that it has been forwarded>
29
 
Reviewed-By: <name and email of someone who approved the patch>
30
 
Last-Update: <YYYY-MM-DD>
31
 
 
32
 
--- gnats-4.1.0.orig/configure
33
 
+++ gnats-4.1.0/configure
34
 
@@ -1,83 +1,417 @@
35
 
 #! /bin/sh
36
 
 # Guess values for system-dependent variables and create Makefiles.
37
 
-# Generated by GNU Autoconf 2.59 for gnats 4.1.0.
38
 
+# Generated by GNU Autoconf 2.65 for gnats 4.1.0.
39
 
 #
40
 
 # Report bugs to <bug-gnats@gnu.org>.
41
 
 #
42
 
-# Copyright (C) 2003 Free Software Foundation, Inc.
43
 
+#
44
 
+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
45
 
+# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
46
 
+# Inc.
47
 
+#
48
 
+#
49
 
 # This configure script is free software; the Free Software Foundation
50
 
 # gives unlimited permission to copy, distribute and modify it.
51
 
-## --------------------- ##
52
 
-## M4sh Initialization.  ##
53
 
-## --------------------- ##
54
 
+## -------------------- ##
55
 
+## M4sh Initialization. ##
56
 
+## -------------------- ##
57
 
 
58
 
-# Be Bourne compatible
59
 
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
60
 
+# Be more Bourne compatible
61
 
+DUALCASE=1; export DUALCASE # for MKS sh
62
 
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
63
 
   emulate sh
64
 
   NULLCMD=:
65
 
-  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
66
 
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
67
 
   # is contrary to our usage.  Disable this feature.
68
 
   alias -g '${1+"$@"}'='"$@"'
69
 
-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
70
 
-  set -o posix
71
 
+  setopt NO_GLOB_SUBST
72
 
+else
73
 
+  case `(set -o) 2>/dev/null` in #(
74
 
+  *posix*) :
75
 
+    set -o posix ;; #(
76
 
+  *) :
77
 
+     ;;
78
 
+esac
79
 
 fi
80
 
-DUALCASE=1; export DUALCASE # for MKS sh
81
 
 
82
 
-# Support unset when possible.
83
 
-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
84
 
-  as_unset=unset
85
 
-else
86
 
-  as_unset=false
87
 
+
88
 
+as_nl='
89
 
+'
90
 
+export as_nl
91
 
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
92
 
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
93
 
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
94
 
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
95
 
+# Prefer a ksh shell builtin over an external printf program on Solaris,
96
 
+# but without wasting forks for bash or zsh.
97
 
+if test -z "$BASH_VERSION$ZSH_VERSION" \
98
 
+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
99
 
+  as_echo='print -r --'
100
 
+  as_echo_n='print -rn --'
101
 
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
102
 
+  as_echo='printf %s\n'
103
 
+  as_echo_n='printf %s'
104
 
+else
105
 
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
106
 
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
107
 
+    as_echo_n='/usr/ucb/echo -n'
108
 
+  else
109
 
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
110
 
+    as_echo_n_body='eval
111
 
+      arg=$1;
112
 
+      case $arg in #(
113
 
+      *"$as_nl"*)
114
 
+       expr "X$arg" : "X\\(.*\\)$as_nl";
115
 
+       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
116
 
+      esac;
117
 
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
118
 
+    '
119
 
+    export as_echo_n_body
120
 
+    as_echo_n='sh -c $as_echo_n_body as_echo'
121
 
+  fi
122
 
+  export as_echo_body
123
 
+  as_echo='sh -c $as_echo_body as_echo'
124
 
+fi
125
 
+
126
 
+# The user is always right.
127
 
+if test "${PATH_SEPARATOR+set}" != set; then
128
 
+  PATH_SEPARATOR=:
129
 
+  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
130
 
+    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
131
 
+      PATH_SEPARATOR=';'
132
 
+  }
133
 
 fi
134
 
 
135
 
 
136
 
-# Work around bugs in pre-3.0 UWIN ksh.
137
 
-$as_unset ENV MAIL MAILPATH
138
 
+# IFS
139
 
+# We need space, tab and new line, in precisely that order.  Quoting is
140
 
+# there to prevent editors from complaining about space-tab.
141
 
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
142
 
+# splitting by setting IFS to empty value.)
143
 
+IFS=" ""       $as_nl"
144
 
+
145
 
+# Find who we are.  Look in the path if we contain no directory separator.
146
 
+case $0 in #((
147
 
+  *[\\/]* ) as_myself=$0 ;;
148
 
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
149
 
+for as_dir in $PATH
150
 
+do
151
 
+  IFS=$as_save_IFS
152
 
+  test -z "$as_dir" && as_dir=.
153
 
+    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
154
 
+  done
155
 
+IFS=$as_save_IFS
156
 
+
157
 
+     ;;
158
 
+esac
159
 
+# We did not find ourselves, most probably we were run as `sh COMMAND'
160
 
+# in which case we are not to be found in the path.
161
 
+if test "x$as_myself" = x; then
162
 
+  as_myself=$0
163
 
+fi
164
 
+if test ! -f "$as_myself"; then
165
 
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
166
 
+  exit 1
167
 
+fi
168
 
+
169
 
+# Unset variables that we do not need and which cause bugs (e.g. in
170
 
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
171
 
+# suppresses any "Segmentation fault" message there.  '((' could
172
 
+# trigger a bug in pdksh 5.2.14.
173
 
+for as_var in BASH_ENV ENV MAIL MAILPATH
174
 
+do eval test x\${$as_var+set} = xset \
175
 
+  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
176
 
+done
177
 
 PS1='$ '
178
 
 PS2='> '
179
 
 PS4='+ '
180
 
 
181
 
 # NLS nuisances.
182
 
-for as_var in \
183
 
-  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
184
 
-  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
185
 
-  LC_TELEPHONE LC_TIME
186
 
+LC_ALL=C
187
 
+export LC_ALL
188
 
+LANGUAGE=C
189
 
+export LANGUAGE
190
 
+
191
 
+# CDPATH.
192
 
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
193
 
+
194
 
+if test "x$CONFIG_SHELL" = x; then
195
 
+  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
196
 
+  emulate sh
197
 
+  NULLCMD=:
198
 
+  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
199
 
+  # is contrary to our usage.  Disable this feature.
200
 
+  alias -g '\${1+\"\$@\"}'='\"\$@\"'
201
 
+  setopt NO_GLOB_SUBST
202
 
+else
203
 
+  case \`(set -o) 2>/dev/null\` in #(
204
 
+  *posix*) :
205
 
+    set -o posix ;; #(
206
 
+  *) :
207
 
+     ;;
208
 
+esac
209
 
+fi
210
 
+"
211
 
+  as_required="as_fn_return () { (exit \$1); }
212
 
+as_fn_success () { as_fn_return 0; }
213
 
+as_fn_failure () { as_fn_return 1; }
214
 
+as_fn_ret_success () { return 0; }
215
 
+as_fn_ret_failure () { return 1; }
216
 
+
217
 
+exitcode=0
218
 
+as_fn_success || { exitcode=1; echo as_fn_success failed.; }
219
 
+as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
220
 
+as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
221
 
+as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
222
 
+if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
223
 
+
224
 
+else
225
 
+  exitcode=1; echo positional parameters were not saved.
226
 
+fi
227
 
+test x\$exitcode = x0 || exit 1"
228
 
+  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
229
 
+  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
230
 
+  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
231
 
+  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
232
 
+  if (eval "$as_required") 2>/dev/null; then :
233
 
+  as_have_required=yes
234
 
+else
235
 
+  as_have_required=no
236
 
+fi
237
 
+  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
238
 
+
239
 
+else
240
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
241
 
+as_found=false
242
 
+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
243
 
 do
244
 
-  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
245
 
-    eval $as_var=C; export $as_var
246
 
+  IFS=$as_save_IFS
247
 
+  test -z "$as_dir" && as_dir=.
248
 
+  as_found=:
249
 
+  case $as_dir in #(
250
 
+        /*)
251
 
+          for as_base in sh bash ksh sh5; do
252
 
+            # Try only shells that exist, to save several forks.
253
 
+            as_shell=$as_dir/$as_base
254
 
+            if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
255
 
+                   { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
256
 
+  CONFIG_SHELL=$as_shell as_have_required=yes
257
 
+                  if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
258
 
+  break 2
259
 
+fi
260
 
+fi
261
 
+          done;;
262
 
+       esac
263
 
+  as_found=false
264
 
+done
265
 
+$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
266
 
+             { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
267
 
+  CONFIG_SHELL=$SHELL as_have_required=yes
268
 
+fi; }
269
 
+IFS=$as_save_IFS
270
 
+
271
 
+
272
 
+      if test "x$CONFIG_SHELL" != x; then :
273
 
+  # We cannot yet assume a decent shell, so we have to provide a
274
 
+       # neutralization value for shells without unset; and this also
275
 
+       # works around shells that cannot unset nonexistent variables.
276
 
+       BASH_ENV=/dev/null
277
 
+       ENV=/dev/null
278
 
+       (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
279
 
+       export CONFIG_SHELL
280
 
+       exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
281
 
+fi
282
 
+
283
 
+    if test x$as_have_required = xno; then :
284
 
+  $as_echo "$0: This script requires a shell more modern than all"
285
 
+  $as_echo "$0: the shells that I found on your system."
286
 
+  if test x${ZSH_VERSION+set} = xset ; then
287
 
+    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
288
 
+    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
289
 
   else
290
 
-    $as_unset $as_var
291
 
+    $as_echo "$0: Please tell bug-autoconf@gnu.org and bug-gnats@gnu.org
292
 
+$0: about your system, including any error possibly output
293
 
+$0: before this message. Then install a modern shell, or
294
 
+$0: manually run the script under such a shell if you do
295
 
+$0: have one."
296
 
   fi
297
 
-done
298
 
+  exit 1
299
 
+fi
300
 
+fi
301
 
+fi
302
 
+SHELL=${CONFIG_SHELL-/bin/sh}
303
 
+export SHELL
304
 
+# Unset more variables known to interfere with behavior of common tools.
305
 
+CLICOLOR_FORCE= GREP_OPTIONS=
306
 
+unset CLICOLOR_FORCE GREP_OPTIONS
307
 
+
308
 
+## --------------------- ##
309
 
+## M4sh Shell Functions. ##
310
 
+## --------------------- ##
311
 
+# as_fn_unset VAR
312
 
+# ---------------
313
 
+# Portably unset VAR.
314
 
+as_fn_unset ()
315
 
+{
316
 
+  { eval $1=; unset $1;}
317
 
+}
318
 
+as_unset=as_fn_unset
319
 
+
320
 
+# as_fn_set_status STATUS
321
 
+# -----------------------
322
 
+# Set $? to STATUS, without forking.
323
 
+as_fn_set_status ()
324
 
+{
325
 
+  return $1
326
 
+} # as_fn_set_status
327
 
+
328
 
+# as_fn_exit STATUS
329
 
+# -----------------
330
 
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
331
 
+as_fn_exit ()
332
 
+{
333
 
+  set +e
334
 
+  as_fn_set_status $1
335
 
+  exit $1
336
 
+} # as_fn_exit
337
 
+
338
 
+# as_fn_mkdir_p
339
 
+# -------------
340
 
+# Create "$as_dir" as a directory, including parents if necessary.
341
 
+as_fn_mkdir_p ()
342
 
+{
343
 
+
344
 
+  case $as_dir in #(
345
 
+  -*) as_dir=./$as_dir;;
346
 
+  esac
347
 
+  test -d "$as_dir" || eval $as_mkdir_p || {
348
 
+    as_dirs=
349
 
+    while :; do
350
 
+      case $as_dir in #(
351
 
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
352
 
+      *) as_qdir=$as_dir;;
353
 
+      esac
354
 
+      as_dirs="'$as_qdir' $as_dirs"
355
 
+      as_dir=`$as_dirname -- "$as_dir" ||
356
 
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
357
 
+        X"$as_dir" : 'X\(//\)[^/]' \| \
358
 
+        X"$as_dir" : 'X\(//\)$' \| \
359
 
+        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
360
 
+$as_echo X"$as_dir" |
361
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
362
 
+           s//\1/
363
 
+           q
364
 
+         }
365
 
+         /^X\(\/\/\)[^/].*/{
366
 
+           s//\1/
367
 
+           q
368
 
+         }
369
 
+         /^X\(\/\/\)$/{
370
 
+           s//\1/
371
 
+           q
372
 
+         }
373
 
+         /^X\(\/\).*/{
374
 
+           s//\1/
375
 
+           q
376
 
+         }
377
 
+         s/.*/./; q'`
378
 
+      test -d "$as_dir" && break
379
 
+    done
380
 
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
381
 
+  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
382
 
+
383
 
+
384
 
+} # as_fn_mkdir_p
385
 
+# as_fn_append VAR VALUE
386
 
+# ----------------------
387
 
+# Append the text in VALUE to the end of the definition contained in VAR. Take
388
 
+# advantage of any shell optimizations that allow amortized linear growth over
389
 
+# repeated appends, instead of the typical quadratic growth present in naive
390
 
+# implementations.
391
 
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
392
 
+  eval 'as_fn_append ()
393
 
+  {
394
 
+    eval $1+=\$2
395
 
+  }'
396
 
+else
397
 
+  as_fn_append ()
398
 
+  {
399
 
+    eval $1=\$$1\$2
400
 
+  }
401
 
+fi # as_fn_append
402
 
+
403
 
+# as_fn_arith ARG...
404
 
+# ------------------
405
 
+# Perform arithmetic evaluation on the ARGs, and store the result in the
406
 
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
407
 
+# must be portable across $(()) and expr.
408
 
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
409
 
+  eval 'as_fn_arith ()
410
 
+  {
411
 
+    as_val=$(( $* ))
412
 
+  }'
413
 
+else
414
 
+  as_fn_arith ()
415
 
+  {
416
 
+    as_val=`expr "$@" || test $? -eq 1`
417
 
+  }
418
 
+fi # as_fn_arith
419
 
 
420
 
-# Required to use basename.
421
 
-if expr a : '\(a\)' >/dev/null 2>&1; then
422
 
+
423
 
+# as_fn_error ERROR [LINENO LOG_FD]
424
 
+# ---------------------------------
425
 
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
426
 
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
427
 
+# script with status $?, using 1 if that was 0.
428
 
+as_fn_error ()
429
 
+{
430
 
+  as_status=$?; test $as_status -eq 0 && as_status=1
431
 
+  if test "$3"; then
432
 
+    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
433
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
434
 
+  fi
435
 
+  $as_echo "$as_me: error: $1" >&2
436
 
+  as_fn_exit $as_status
437
 
+} # as_fn_error
438
 
+
439
 
+if expr a : '\(a\)' >/dev/null 2>&1 &&
440
 
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
441
 
   as_expr=expr
442
 
 else
443
 
   as_expr=false
444
 
 fi
445
 
 
446
 
-if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
447
 
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
448
 
   as_basename=basename
449
 
 else
450
 
   as_basename=false
451
 
 fi
452
 
 
453
 
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
454
 
+  as_dirname=dirname
455
 
+else
456
 
+  as_dirname=false
457
 
+fi
458
 
 
459
 
-# Name of the executable.
460
 
-as_me=`$as_basename "$0" ||
461
 
+as_me=`$as_basename -- "$0" ||
462
 
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
463
 
         X"$0" : 'X\(//\)$' \| \
464
 
-        X"$0" : 'X\(/\)$' \| \
465
 
-        .     : '\(.\)' 2>/dev/null ||
466
 
-echo X/"$0" |
467
 
-    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
468
 
-         /^X\/\(\/\/\)$/{ s//\1/; q; }
469
 
-         /^X\/\(\/\).*/{ s//\1/; q; }
470
 
-         s/.*/./; q'`
471
 
-
472
 
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
473
 
+$as_echo X/"$0" |
474
 
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
475
 
+           s//\1/
476
 
+           q
477
 
+         }
478
 
+         /^X\/\(\/\/\)$/{
479
 
+           s//\1/
480
 
+           q
481
 
+         }
482
 
+         /^X\/\(\/\).*/{
483
 
+           s//\1/
484
 
+           q
485
 
+         }
486
 
+         s/.*/./; q'`
487
 
 
488
 
-# PATH needs CR, and LINENO needs CR and PATH.
489
 
 # Avoid depending upon Character Ranges.
490
 
 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
491
 
 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
492
 
@@ -85,146 +419,107 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTE
493
 
 as_cr_digits='0123456789'
494
 
 as_cr_alnum=$as_cr_Letters$as_cr_digits
495
 
 
496
 
-# The user is always right.
497
 
-if test "${PATH_SEPARATOR+set}" != set; then
498
 
-  echo "#! /bin/sh" >conf$$.sh
499
 
-  echo  "exit 0"   >>conf$$.sh
500
 
-  chmod +x conf$$.sh
501
 
-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
502
 
-    PATH_SEPARATOR=';'
503
 
-  else
504
 
-    PATH_SEPARATOR=:
505
 
-  fi
506
 
-  rm -f conf$$.sh
507
 
-fi
508
 
-
509
 
-
510
 
-  as_lineno_1=$LINENO
511
 
-  as_lineno_2=$LINENO
512
 
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
513
 
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
514
 
-  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
515
 
-  # Find who we are.  Look in the path if we contain no path at all
516
 
-  # relative or not.
517
 
-  case $0 in
518
 
-    *[\\/]* ) as_myself=$0 ;;
519
 
-    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
520
 
-for as_dir in $PATH
521
 
-do
522
 
-  IFS=$as_save_IFS
523
 
-  test -z "$as_dir" && as_dir=.
524
 
-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
525
 
-done
526
 
-
527
 
-       ;;
528
 
-  esac
529
 
-  # We did not find ourselves, most probably we were run as `sh COMMAND'
530
 
-  # in which case we are not to be found in the path.
531
 
-  if test "x$as_myself" = x; then
532
 
-    as_myself=$0
533
 
-  fi
534
 
-  if test ! -f "$as_myself"; then
535
 
-    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
536
 
-   { (exit 1); exit 1; }; }
537
 
-  fi
538
 
-  case $CONFIG_SHELL in
539
 
-  '')
540
 
-    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
541
 
-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
542
 
-do
543
 
-  IFS=$as_save_IFS
544
 
-  test -z "$as_dir" && as_dir=.
545
 
-  for as_base in sh bash ksh sh5; do
546
 
-        case $as_dir in
547
 
-        /*)
548
 
-          if ("$as_dir/$as_base" -c '
549
 
-  as_lineno_1=$LINENO
550
 
-  as_lineno_2=$LINENO
551
 
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
552
 
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
553
 
-  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
554
 
-            $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
555
 
-            $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
556
 
-            CONFIG_SHELL=$as_dir/$as_base
557
 
-            export CONFIG_SHELL
558
 
-            exec "$CONFIG_SHELL" "$0" ${1+"$@"}
559
 
-          fi;;
560
 
-        esac
561
 
-       done
562
 
-done
563
 
-;;
564
 
-  esac
565
 
 
566
 
-  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
567
 
-  # uniformly replaced by the line number.  The first 'sed' inserts a
568
 
-  # line-number line before each line; the second 'sed' does the real
569
 
-  # work.  The second script uses 'N' to pair each line-number line
570
 
-  # with the numbered line, and appends trailing '-' during
571
 
-  # substitution so that $LINENO is not a special case at line end.
572
 
-  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
573
 
-  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
574
 
-  sed '=' <$as_myself |
575
 
+  as_lineno_1=$LINENO as_lineno_1a=$LINENO
576
 
+  as_lineno_2=$LINENO as_lineno_2a=$LINENO
577
 
+  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
578
 
+  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
579
 
+  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
580
 
+  sed -n '
581
 
+    p
582
 
+    /[$]LINENO/=
583
 
+  ' <$as_myself |
584
 
     sed '
585
 
+      s/[$]LINENO.*/&-/
586
 
+      t lineno
587
 
+      b
588
 
+      :lineno
589
 
       N
590
 
-      s,$,-,
591
 
-      : loop
592
 
-      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
593
 
+      :loop
594
 
+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
595
 
       t loop
596
 
-      s,-$,,
597
 
-      s,^['$as_cr_digits']*\n,,
598
 
+      s/-\n.*//
599
 
     ' >$as_me.lineno &&
600
 
-  chmod +x $as_me.lineno ||
601
 
-    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
602
 
-   { (exit 1); exit 1; }; }
603
 
+  chmod +x "$as_me.lineno" ||
604
 
+    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
605
 
 
606
 
   # Don't try to exec as it changes $[0], causing all sort of problems
607
 
   # (the dirname of $[0] is not the place where we might find the
608
 
-  # original and so on.  Autoconf is especially sensible to this).
609
 
-  . ./$as_me.lineno
610
 
+  # original and so on.  Autoconf is especially sensitive to this).
611
 
+  . "./$as_me.lineno"
612
 
   # Exit status is that of the last command.
613
 
   exit
614
 
 }
615
 
 
616
 
-
617
 
-case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
618
 
-  *c*,-n*) ECHO_N= ECHO_C='
619
 
-' ECHO_T='     ' ;;
620
 
-  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
621
 
-  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
622
 
+ECHO_C= ECHO_N= ECHO_T=
623
 
+case `echo -n x` in #(((((
624
 
+-n*)
625
 
+  case `echo 'xy\c'` in
626
 
+  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
627
 
+  xy)  ECHO_C='\c';;
628
 
+  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
629
 
+       ECHO_T='        ';;
630
 
+  esac;;
631
 
+*)
632
 
+  ECHO_N='-n';;
633
 
 esac
634
 
 
635
 
-if expr a : '\(a\)' >/dev/null 2>&1; then
636
 
-  as_expr=expr
637
 
+rm -f conf$$ conf$$.exe conf$$.file
638
 
+if test -d conf$$.dir; then
639
 
+  rm -f conf$$.dir/conf$$.file
640
 
 else
641
 
-  as_expr=false
642
 
+  rm -f conf$$.dir
643
 
+  mkdir conf$$.dir 2>/dev/null
644
 
 fi
645
 
-
646
 
-rm -f conf$$ conf$$.exe conf$$.file
647
 
-echo >conf$$.file
648
 
-if ln -s conf$$.file conf$$ 2>/dev/null; then
649
 
-  # We could just check for DJGPP; but this test a) works b) is more generic
650
 
-  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
651
 
-  if test -f conf$$.exe; then
652
 
-    # Don't use ln at all; we don't have any links
653
 
-    as_ln_s='cp -p'
654
 
-  else
655
 
+if (echo >conf$$.file) 2>/dev/null; then
656
 
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
657
 
     as_ln_s='ln -s'
658
 
+    # ... but there are two gotchas:
659
 
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
660
 
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
661
 
+    # In both cases, we have to default to `cp -p'.
662
 
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
663
 
+      as_ln_s='cp -p'
664
 
+  elif ln conf$$.file conf$$ 2>/dev/null; then
665
 
+    as_ln_s=ln
666
 
+  else
667
 
+    as_ln_s='cp -p'
668
 
   fi
669
 
-elif ln conf$$.file conf$$ 2>/dev/null; then
670
 
-  as_ln_s=ln
671
 
 else
672
 
   as_ln_s='cp -p'
673
 
 fi
674
 
-rm -f conf$$ conf$$.exe conf$$.file
675
 
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
676
 
+rmdir conf$$.dir 2>/dev/null
677
 
 
678
 
 if mkdir -p . 2>/dev/null; then
679
 
-  as_mkdir_p=:
680
 
+  as_mkdir_p='mkdir -p "$as_dir"'
681
 
 else
682
 
   test -d ./-p && rmdir ./-p
683
 
   as_mkdir_p=false
684
 
 fi
685
 
 
686
 
-as_executable_p="test -f"
687
 
+if test -x / >/dev/null 2>&1; then
688
 
+  as_test_x='test -x'
689
 
+else
690
 
+  if ls -dL / >/dev/null 2>&1; then
691
 
+    as_ls_L_option=L
692
 
+  else
693
 
+    as_ls_L_option=
694
 
+  fi
695
 
+  as_test_x='
696
 
+    eval sh -c '\''
697
 
+      if test -d "$1"; then
698
 
+       test -d "$1/.";
699
 
+      else
700
 
+       case $1 in #(
701
 
+       -*)set "./$1";;
702
 
+       esac;
703
 
+       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
704
 
+       ???[sx]*):;;*)false;;esac;fi
705
 
+    '\'' sh
706
 
+  '
707
 
+fi
708
 
+as_executable_p=$as_test_x
709
 
 
710
 
 # Sed expression to map a string onto a valid CPP name.
711
 
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
712
 
@@ -233,38 +528,25 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P
713
 
 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
714
 
 
715
 
 
716
 
-# IFS
717
 
-# We need space, tab and new line, in precisely that order.
718
 
-as_nl='
719
 
-'
720
 
-IFS="  $as_nl"
721
 
-
722
 
-# CDPATH.
723
 
-$as_unset CDPATH
724
 
-
725
 
+test -n "$DJDIR" || exec 7<&0 </dev/null
726
 
+exec 6>&1
727
 
 
728
 
 # Name of the host.
729
 
 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
730
 
 # so uname gets run too.
731
 
 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
732
 
 
733
 
-exec 6>&1
734
 
-
735
 
 #
736
 
 # Initializations.
737
 
 #
738
 
 ac_default_prefix=/usr/local
739
 
+ac_clean_files=
740
 
 ac_config_libobj_dir=.
741
 
+LIBOBJS=
742
 
 cross_compiling=no
743
 
 subdirs=
744
 
 MFLAGS=
745
 
 MAKEFLAGS=
746
 
-SHELL=${CONFIG_SHELL-/bin/sh}
747
 
-
748
 
-# Maximum number of lines to put in a shell here document.
749
 
-# This variable seems obsolete.  It should probably be removed, and
750
 
-# only ac_max_sed_lines should be used.
751
 
-: ${ac_max_here_lines=38}
752
 
 
753
 
 # Identity of this package.
754
 
 PACKAGE_NAME='gnats'
755
 
@@ -272,14 +554,83 @@ PACKAGE_TARNAME='gnats'
756
 
 PACKAGE_VERSION='4.1.0'
757
 
 PACKAGE_STRING='gnats 4.1.0'
758
 
 PACKAGE_BUGREPORT='bug-gnats@gnu.org'
759
 
+PACKAGE_URL=''
760
 
 
761
 
-ac_subdirs_all="$ac_subdirs_all gnats send-pr doc"
762
 
-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 subdirs CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT LEX LEXLIB LEX_OUTPUT_ROOT YACC LIBOBJS LTLIBOBJS'
763
 
+enable_option_checking=no
764
 
+ac_subst_vars='LTLIBOBJS
765
 
+LIBOBJS
766
 
+YFLAGS
767
 
+YACC
768
 
+LEXLIB
769
 
+LEX_OUTPUT_ROOT
770
 
+LEX
771
 
+OBJEXT
772
 
+EXEEXT
773
 
+ac_ct_CC
774
 
+CPPFLAGS
775
 
+LDFLAGS
776
 
+CFLAGS
777
 
+CC
778
 
+subdirs
779
 
+target_alias
780
 
+host_alias
781
 
+build_alias
782
 
+LIBS
783
 
+ECHO_T
784
 
+ECHO_N
785
 
+ECHO_C
786
 
+DEFS
787
 
+mandir
788
 
+localedir
789
 
+libdir
790
 
+psdir
791
 
+pdfdir
792
 
+dvidir
793
 
+htmldir
794
 
+infodir
795
 
+docdir
796
 
+oldincludedir
797
 
+includedir
798
 
+localstatedir
799
 
+sharedstatedir
800
 
+sysconfdir
801
 
+datadir
802
 
+datarootdir
803
 
+libexecdir
804
 
+sbindir
805
 
+bindir
806
 
+program_transform_name
807
 
+prefix
808
 
+exec_prefix
809
 
+PACKAGE_URL
810
 
+PACKAGE_BUGREPORT
811
 
+PACKAGE_STRING
812
 
+PACKAGE_VERSION
813
 
+PACKAGE_TARNAME
814
 
+PACKAGE_NAME
815
 
+PATH_SEPARATOR
816
 
+SHELL'
817
 
 ac_subst_files=''
818
 
+ac_user_opts='
819
 
+enable_option_checking
820
 
+'
821
 
+      ac_precious_vars='build_alias
822
 
+host_alias
823
 
+target_alias
824
 
+CC
825
 
+CFLAGS
826
 
+LDFLAGS
827
 
+LIBS
828
 
+CPPFLAGS
829
 
+YACC
830
 
+YFLAGS'
831
 
+ac_subdirs_all='gnats send-pr doc'
832
 
 
833
 
 # Initialize some variables set by options.
834
 
 ac_init_help=
835
 
 ac_init_version=false
836
 
+ac_unrecognized_opts=
837
 
+ac_unrecognized_sep=
838
 
 # The variables have the same names as the options, with
839
 
 # dashes changed to underlines.
840
 
 cache_file=/dev/null
841
 
@@ -302,34 +653,48 @@ x_libraries=NONE
842
 
 # and all the variables that are supposed to be based on exec_prefix
843
 
 # by default will actually change.
844
 
 # Use braces instead of parens because sh, perl, etc. also accept them.
845
 
+# (The list follows the same order as the GNU Coding Standards.)
846
 
 bindir='${exec_prefix}/bin'
847
 
 sbindir='${exec_prefix}/sbin'
848
 
 libexecdir='${exec_prefix}/libexec'
849
 
-datadir='${prefix}/share'
850
 
+datarootdir='${prefix}/share'
851
 
+datadir='${datarootdir}'
852
 
 sysconfdir='${prefix}/etc'
853
 
 sharedstatedir='${prefix}/com'
854
 
 localstatedir='${prefix}/var'
855
 
-libdir='${exec_prefix}/lib'
856
 
 includedir='${prefix}/include'
857
 
 oldincludedir='/usr/include'
858
 
-infodir='${prefix}/info'
859
 
-mandir='${prefix}/man'
860
 
+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
861
 
+infodir='${datarootdir}/info'
862
 
+htmldir='${docdir}'
863
 
+dvidir='${docdir}'
864
 
+pdfdir='${docdir}'
865
 
+psdir='${docdir}'
866
 
+libdir='${exec_prefix}/lib'
867
 
+localedir='${datarootdir}/locale'
868
 
+mandir='${datarootdir}/man'
869
 
 
870
 
 ac_prev=
871
 
+ac_dashdash=
872
 
 for ac_option
873
 
 do
874
 
   # If the previous option needs an argument, assign it.
875
 
   if test -n "$ac_prev"; then
876
 
-    eval "$ac_prev=\$ac_option"
877
 
+    eval $ac_prev=\$ac_option
878
 
     ac_prev=
879
 
     continue
880
 
   fi
881
 
 
882
 
-  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
883
 
+  case $ac_option in
884
 
+  *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
885
 
+  *)   ac_optarg=yes ;;
886
 
+  esac
887
 
 
888
 
   # Accept the important Cygnus configure options, so we can diagnose typos.
889
 
 
890
 
-  case $ac_option in
891
 
+  case $ac_dashdash$ac_option in
892
 
+  --)
893
 
+    ac_dashdash=yes ;;
894
 
 
895
 
   -bindir | --bindir | --bindi | --bind | --bin | --bi)
896
 
     ac_prev=bindir ;;
897
 
@@ -351,33 +716,59 @@ do
898
 
   --config-cache | -C)
899
 
     cache_file=config.cache ;;
900
 
 
901
 
-  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
902
 
+  -datadir | --datadir | --datadi | --datad)
903
 
     ac_prev=datadir ;;
904
 
-  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
905
 
-  | --da=*)
906
 
+  -datadir=* | --datadir=* | --datadi=* | --datad=*)
907
 
     datadir=$ac_optarg ;;
908
 
 
909
 
+  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
910
 
+  | --dataroo | --dataro | --datar)
911
 
+    ac_prev=datarootdir ;;
912
 
+  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
913
 
+  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
914
 
+    datarootdir=$ac_optarg ;;
915
 
+
916
 
   -disable-* | --disable-*)
917
 
-    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
918
 
+    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
919
 
     # Reject names that are not valid shell variable names.
920
 
-    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
921
 
-      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
922
 
-   { (exit 1); exit 1; }; }
923
 
-    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
924
 
-    eval "enable_$ac_feature=no" ;;
925
 
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
926
 
+      as_fn_error "invalid feature name: $ac_useropt"
927
 
+    ac_useropt_orig=$ac_useropt
928
 
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
929
 
+    case $ac_user_opts in
930
 
+      *"
931
 
+"enable_$ac_useropt"
932
 
+"*) ;;
933
 
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
934
 
+        ac_unrecognized_sep=', ';;
935
 
+    esac
936
 
+    eval enable_$ac_useropt=no ;;
937
 
+
938
 
+  -docdir | --docdir | --docdi | --doc | --do)
939
 
+    ac_prev=docdir ;;
940
 
+  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
941
 
+    docdir=$ac_optarg ;;
942
 
+
943
 
+  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
944
 
+    ac_prev=dvidir ;;
945
 
+  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
946
 
+    dvidir=$ac_optarg ;;
947
 
 
948
 
   -enable-* | --enable-*)
949
 
-    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
950
 
+    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
951
 
     # Reject names that are not valid shell variable names.
952
 
-    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
953
 
-      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
954
 
-   { (exit 1); exit 1; }; }
955
 
-    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
956
 
-    case $ac_option in
957
 
-      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
958
 
-      *) ac_optarg=yes ;;
959
 
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
960
 
+      as_fn_error "invalid feature name: $ac_useropt"
961
 
+    ac_useropt_orig=$ac_useropt
962
 
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
963
 
+    case $ac_user_opts in
964
 
+      *"
965
 
+"enable_$ac_useropt"
966
 
+"*) ;;
967
 
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
968
 
+        ac_unrecognized_sep=', ';;
969
 
     esac
970
 
-    eval "enable_$ac_feature='$ac_optarg'" ;;
971
 
+    eval enable_$ac_useropt=\$ac_optarg ;;
972
 
 
973
 
   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
974
 
   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
975
 
@@ -404,6 +795,12 @@ do
976
 
   -host=* | --host=* | --hos=* | --ho=*)
977
 
     host_alias=$ac_optarg ;;
978
 
 
979
 
+  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
980
 
+    ac_prev=htmldir ;;
981
 
+  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
982
 
+  | --ht=*)
983
 
+    htmldir=$ac_optarg ;;
984
 
+
985
 
   -includedir | --includedir | --includedi | --included | --include \
986
 
   | --includ | --inclu | --incl | --inc)
987
 
     ac_prev=includedir ;;
988
 
@@ -428,13 +825,16 @@ do
989
 
   | --libexe=* | --libex=* | --libe=*)
990
 
     libexecdir=$ac_optarg ;;
991
 
 
992
 
+  -localedir | --localedir | --localedi | --localed | --locale)
993
 
+    ac_prev=localedir ;;
994
 
+  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
995
 
+    localedir=$ac_optarg ;;
996
 
+
997
 
   -localstatedir | --localstatedir | --localstatedi | --localstated \
998
 
-  | --localstate | --localstat | --localsta | --localst \
999
 
-  | --locals | --local | --loca | --loc | --lo)
1000
 
+  | --localstate | --localstat | --localsta | --localst | --locals)
1001
 
     ac_prev=localstatedir ;;
1002
 
   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1003
 
-  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
1004
 
-  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
1005
 
+  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1006
 
     localstatedir=$ac_optarg ;;
1007
 
 
1008
 
   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1009
 
@@ -499,6 +899,16 @@ do
1010
 
   | --progr-tra=* | --program-tr=* | --program-t=*)
1011
 
     program_transform_name=$ac_optarg ;;
1012
 
 
1013
 
+  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1014
 
+    ac_prev=pdfdir ;;
1015
 
+  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1016
 
+    pdfdir=$ac_optarg ;;
1017
 
+
1018
 
+  -psdir | --psdir | --psdi | --psd | --ps)
1019
 
+    ac_prev=psdir ;;
1020
 
+  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1021
 
+    psdir=$ac_optarg ;;
1022
 
+
1023
 
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1024
 
   | -silent | --silent | --silen | --sile | --sil)
1025
 
     silent=yes ;;
1026
 
@@ -549,26 +959,36 @@ do
1027
 
     ac_init_version=: ;;
1028
 
 
1029
 
   -with-* | --with-*)
1030
 
-    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1031
 
+    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1032
 
     # Reject names that are not valid shell variable names.
1033
 
-    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
1034
 
-      { echo "$as_me: error: invalid package name: $ac_package" >&2
1035
 
-   { (exit 1); exit 1; }; }
1036
 
-    ac_package=`echo $ac_package| sed 's/-/_/g'`
1037
 
-    case $ac_option in
1038
 
-      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
1039
 
-      *) ac_optarg=yes ;;
1040
 
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1041
 
+      as_fn_error "invalid package name: $ac_useropt"
1042
 
+    ac_useropt_orig=$ac_useropt
1043
 
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1044
 
+    case $ac_user_opts in
1045
 
+      *"
1046
 
+"with_$ac_useropt"
1047
 
+"*) ;;
1048
 
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1049
 
+        ac_unrecognized_sep=', ';;
1050
 
     esac
1051
 
-    eval "with_$ac_package='$ac_optarg'" ;;
1052
 
+    eval with_$ac_useropt=\$ac_optarg ;;
1053
 
 
1054
 
   -without-* | --without-*)
1055
 
-    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1056
 
+    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1057
 
     # Reject names that are not valid shell variable names.
1058
 
-    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
1059
 
-      { echo "$as_me: error: invalid package name: $ac_package" >&2
1060
 
-   { (exit 1); exit 1; }; }
1061
 
-    ac_package=`echo $ac_package | sed 's/-/_/g'`
1062
 
-    eval "with_$ac_package=no" ;;
1063
 
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1064
 
+      as_fn_error "invalid package name: $ac_useropt"
1065
 
+    ac_useropt_orig=$ac_useropt
1066
 
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1067
 
+    case $ac_user_opts in
1068
 
+      *"
1069
 
+"with_$ac_useropt"
1070
 
+"*) ;;
1071
 
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1072
 
+        ac_unrecognized_sep=', ';;
1073
 
+    esac
1074
 
+    eval with_$ac_useropt=no ;;
1075
 
 
1076
 
   --x)
1077
 
     # Obsolete; use --with-x.
1078
 
@@ -588,26 +1008,25 @@ do
1079
 
   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1080
 
     x_libraries=$ac_optarg ;;
1081
 
 
1082
 
-  -*) { echo "$as_me: error: unrecognized option: $ac_option
1083
 
-Try \`$0 --help' for more information." >&2
1084
 
-   { (exit 1); exit 1; }; }
1085
 
+  -*) as_fn_error "unrecognized option: \`$ac_option'
1086
 
+Try \`$0 --help' for more information."
1087
 
     ;;
1088
 
 
1089
 
   *=*)
1090
 
     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1091
 
     # Reject names that are not valid shell variable names.
1092
 
-    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1093
 
-      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1094
 
-   { (exit 1); exit 1; }; }
1095
 
-    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
1096
 
-    eval "$ac_envvar='$ac_optarg'"
1097
 
+    case $ac_envvar in #(
1098
 
+      '' | [0-9]* | *[!_$as_cr_alnum]* )
1099
 
+      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1100
 
+    esac
1101
 
+    eval $ac_envvar=\$ac_optarg
1102
 
     export $ac_envvar ;;
1103
 
 
1104
 
   *)
1105
 
     # FIXME: should be removed in autoconf 3.0.
1106
 
-    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1107
 
+    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1108
 
     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1109
 
-      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1110
 
+      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1111
 
     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1112
 
     ;;
1113
 
 
1114
 
@@ -616,31 +1035,36 @@ done
1115
 
 
1116
 
 if test -n "$ac_prev"; then
1117
 
   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1118
 
-  { echo "$as_me: error: missing argument to $ac_option" >&2
1119
 
-   { (exit 1); exit 1; }; }
1120
 
+  as_fn_error "missing argument to $ac_option"
1121
 
 fi
1122
 
 
1123
 
-# Be sure to have absolute paths.
1124
 
-for ac_var in exec_prefix prefix
1125
 
-do
1126
 
-  eval ac_val=$`echo $ac_var`
1127
 
-  case $ac_val in
1128
 
-    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
1129
 
-    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1130
 
-   { (exit 1); exit 1; }; };;
1131
 
+if test -n "$ac_unrecognized_opts"; then
1132
 
+  case $enable_option_checking in
1133
 
+    no) ;;
1134
 
+    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1135
 
+    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1136
 
   esac
1137
 
-done
1138
 
+fi
1139
 
 
1140
 
-# Be sure to have absolute paths.
1141
 
-for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
1142
 
-             localstatedir libdir includedir oldincludedir infodir mandir
1143
 
+# Check all directory arguments for consistency.
1144
 
+for ac_var in  exec_prefix prefix bindir sbindir libexecdir datarootdir \
1145
 
+               datadir sysconfdir sharedstatedir localstatedir includedir \
1146
 
+               oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1147
 
+               libdir localedir mandir
1148
 
 do
1149
 
-  eval ac_val=$`echo $ac_var`
1150
 
+  eval ac_val=\$$ac_var
1151
 
+  # Remove trailing slashes.
1152
 
+  case $ac_val in
1153
 
+    */ )
1154
 
+      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1155
 
+      eval $ac_var=\$ac_val;;
1156
 
+  esac
1157
 
+  # Be sure to have absolute directory names.
1158
 
   case $ac_val in
1159
 
-    [\\/$]* | ?:[\\/]* ) ;;
1160
 
-    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1161
 
-   { (exit 1); exit 1; }; };;
1162
 
+    [\\/$]* | ?:[\\/]* )  continue;;
1163
 
+    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1164
 
   esac
1165
 
+  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1166
 
 done
1167
 
 
1168
 
 # There might be people who depend on the old broken behavior: `$host'
1169
 
@@ -654,7 +1078,7 @@ target=$target_alias
1170
 
 if test "x$host_alias" != x; then
1171
 
   if test "x$build_alias" = x; then
1172
 
     cross_compiling=maybe
1173
 
-    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1174
 
+    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1175
 
     If a cross compiler is detected then cross compile mode will be used." >&2
1176
 
   elif test "x$build_alias" != "x$host_alias"; then
1177
 
     cross_compiling=yes
1178
 
@@ -667,70 +1091,72 @@ test -n "$host_alias" && ac_tool_prefix=
1179
 
 test "$silent" = yes && exec 6>/dev/null
1180
 
 
1181
 
 
1182
 
+ac_pwd=`pwd` && test -n "$ac_pwd" &&
1183
 
+ac_ls_di=`ls -di .` &&
1184
 
+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1185
 
+  as_fn_error "working directory cannot be determined"
1186
 
+test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1187
 
+  as_fn_error "pwd does not report name of working directory"
1188
 
+
1189
 
+
1190
 
 # Find the source files, if location was not specified.
1191
 
 if test -z "$srcdir"; then
1192
 
   ac_srcdir_defaulted=yes
1193
 
-  # Try the directory containing this script, then its parent.
1194
 
-  ac_confdir=`(dirname "$0") 2>/dev/null ||
1195
 
-$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1196
 
-        X"$0" : 'X\(//\)[^/]' \| \
1197
 
-        X"$0" : 'X\(//\)$' \| \
1198
 
-        X"$0" : 'X\(/\)' \| \
1199
 
-        .     : '\(.\)' 2>/dev/null ||
1200
 
-echo X"$0" |
1201
 
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1202
 
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1203
 
-         /^X\(\/\/\)$/{ s//\1/; q; }
1204
 
-         /^X\(\/\).*/{ s//\1/; q; }
1205
 
-         s/.*/./; q'`
1206
 
+  # Try the directory containing this script, then the parent directory.
1207
 
+  ac_confdir=`$as_dirname -- "$as_myself" ||
1208
 
+$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1209
 
+        X"$as_myself" : 'X\(//\)[^/]' \| \
1210
 
+        X"$as_myself" : 'X\(//\)$' \| \
1211
 
+        X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1212
 
+$as_echo X"$as_myself" |
1213
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1214
 
+           s//\1/
1215
 
+           q
1216
 
+         }
1217
 
+         /^X\(\/\/\)[^/].*/{
1218
 
+           s//\1/
1219
 
+           q
1220
 
+         }
1221
 
+         /^X\(\/\/\)$/{
1222
 
+           s//\1/
1223
 
+           q
1224
 
+         }
1225
 
+         /^X\(\/\).*/{
1226
 
+           s//\1/
1227
 
+           q
1228
 
+         }
1229
 
+         s/.*/./; q'`
1230
 
   srcdir=$ac_confdir
1231
 
-  if test ! -r $srcdir/$ac_unique_file; then
1232
 
+  if test ! -r "$srcdir/$ac_unique_file"; then
1233
 
     srcdir=..
1234
 
   fi
1235
 
 else
1236
 
   ac_srcdir_defaulted=no
1237
 
 fi
1238
 
-if test ! -r $srcdir/$ac_unique_file; then
1239
 
-  if test "$ac_srcdir_defaulted" = yes; then
1240
 
-    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
1241
 
-   { (exit 1); exit 1; }; }
1242
 
-  else
1243
 
-    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1244
 
-   { (exit 1); exit 1; }; }
1245
 
-  fi
1246
 
-fi
1247
 
-(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
1248
 
-  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
1249
 
-   { (exit 1); exit 1; }; }
1250
 
-srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
1251
 
-ac_env_build_alias_set=${build_alias+set}
1252
 
-ac_env_build_alias_value=$build_alias
1253
 
-ac_cv_env_build_alias_set=${build_alias+set}
1254
 
-ac_cv_env_build_alias_value=$build_alias
1255
 
-ac_env_host_alias_set=${host_alias+set}
1256
 
-ac_env_host_alias_value=$host_alias
1257
 
-ac_cv_env_host_alias_set=${host_alias+set}
1258
 
-ac_cv_env_host_alias_value=$host_alias
1259
 
-ac_env_target_alias_set=${target_alias+set}
1260
 
-ac_env_target_alias_value=$target_alias
1261
 
-ac_cv_env_target_alias_set=${target_alias+set}
1262
 
-ac_cv_env_target_alias_value=$target_alias
1263
 
-ac_env_CC_set=${CC+set}
1264
 
-ac_env_CC_value=$CC
1265
 
-ac_cv_env_CC_set=${CC+set}
1266
 
-ac_cv_env_CC_value=$CC
1267
 
-ac_env_CFLAGS_set=${CFLAGS+set}
1268
 
-ac_env_CFLAGS_value=$CFLAGS
1269
 
-ac_cv_env_CFLAGS_set=${CFLAGS+set}
1270
 
-ac_cv_env_CFLAGS_value=$CFLAGS
1271
 
-ac_env_LDFLAGS_set=${LDFLAGS+set}
1272
 
-ac_env_LDFLAGS_value=$LDFLAGS
1273
 
-ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
1274
 
-ac_cv_env_LDFLAGS_value=$LDFLAGS
1275
 
-ac_env_CPPFLAGS_set=${CPPFLAGS+set}
1276
 
-ac_env_CPPFLAGS_value=$CPPFLAGS
1277
 
-ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
1278
 
-ac_cv_env_CPPFLAGS_value=$CPPFLAGS
1279
 
+if test ! -r "$srcdir/$ac_unique_file"; then
1280
 
+  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1281
 
+  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1282
 
+fi
1283
 
+ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1284
 
+ac_abs_confdir=`(
1285
 
+       cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1286
 
+       pwd)`
1287
 
+# When building in place, set srcdir=.
1288
 
+if test "$ac_abs_confdir" = "$ac_pwd"; then
1289
 
+  srcdir=.
1290
 
+fi
1291
 
+# Remove unnecessary trailing slashes from srcdir.
1292
 
+# Double slashes in file names in object file debugging info
1293
 
+# mess up M-x gdb in Emacs.
1294
 
+case $srcdir in
1295
 
+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1296
 
+esac
1297
 
+for ac_var in $ac_precious_vars; do
1298
 
+  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1299
 
+  eval ac_env_${ac_var}_value=\$${ac_var}
1300
 
+  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1301
 
+  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1302
 
+done
1303
 
 
1304
 
 #
1305
 
 # Report the --help message.
1306
 
@@ -759,14 +1185,11 @@ Configuration:
1307
 
   -n, --no-create         do not create output files
1308
 
       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1309
 
 
1310
 
-_ACEOF
1311
 
-
1312
 
-  cat <<_ACEOF
1313
 
 Installation directories:
1314
 
   --prefix=PREFIX         install architecture-independent files in PREFIX
1315
 
-                         [$ac_default_prefix]
1316
 
+                          [$ac_default_prefix]
1317
 
   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1318
 
-                         [PREFIX]
1319
 
+                          [PREFIX]
1320
 
 
1321
 
 By default, \`make install' will install all the files in
1322
 
 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1323
 
@@ -776,18 +1199,25 @@ for instance \`--prefix=\$HOME'.
1324
 
 For better control, use the options below.
1325
 
 
1326
 
 Fine tuning of the installation directories:
1327
 
-  --bindir=DIR           user executables [EPREFIX/bin]
1328
 
-  --sbindir=DIR          system admin executables [EPREFIX/sbin]
1329
 
-  --libexecdir=DIR       program executables [EPREFIX/libexec]
1330
 
-  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
1331
 
-  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
1332
 
-  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
1333
 
-  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
1334
 
-  --libdir=DIR           object code libraries [EPREFIX/lib]
1335
 
-  --includedir=DIR       C header files [PREFIX/include]
1336
 
-  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
1337
 
-  --infodir=DIR          info documentation [PREFIX/info]
1338
 
-  --mandir=DIR           man documentation [PREFIX/man]
1339
 
+  --bindir=DIR            user executables [EPREFIX/bin]
1340
 
+  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1341
 
+  --libexecdir=DIR        program executables [EPREFIX/libexec]
1342
 
+  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1343
 
+  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1344
 
+  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1345
 
+  --libdir=DIR            object code libraries [EPREFIX/lib]
1346
 
+  --includedir=DIR        C header files [PREFIX/include]
1347
 
+  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1348
 
+  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1349
 
+  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1350
 
+  --infodir=DIR           info documentation [DATAROOTDIR/info]
1351
 
+  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1352
 
+  --mandir=DIR            man documentation [DATAROOTDIR/man]
1353
 
+  --docdir=DIR            documentation root [DATAROOTDIR/doc/gnats]
1354
 
+  --htmldir=DIR           html documentation [DOCDIR]
1355
 
+  --dvidir=DIR            dvi documentation [DOCDIR]
1356
 
+  --pdfdir=DIR            pdf documentation [DOCDIR]
1357
 
+  --psdir=DIR             ps documentation [DOCDIR]
1358
 
 _ACEOF
1359
 
 
1360
 
   cat <<\_ACEOF
1361
 
@@ -805,128 +1235,189 @@ Some influential environment variables:
1362
 
   CFLAGS      C compiler flags
1363
 
   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1364
 
               nonstandard directory <lib dir>
1365
 
-  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
1366
 
-              headers in a nonstandard directory <include dir>
1367
 
+  LIBS        libraries to pass to the linker, e.g. -l<library>
1368
 
+  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1369
 
+              you have headers in a nonstandard directory <include dir>
1370
 
+  YACC        The `Yet Another C Compiler' implementation to use. Defaults to
1371
 
+              the first program found out of: `bison -y', `byacc', `yacc'.
1372
 
+  YFLAGS      The list of arguments that will be passed by default to $YACC.
1373
 
+              This script will default YFLAGS to the empty string to avoid a
1374
 
+              default value of `-d' given by some make applications.
1375
 
 
1376
 
 Use these variables to override the choices made by `configure' or to help
1377
 
 it to find libraries and programs with nonstandard names/locations.
1378
 
 
1379
 
 Report bugs to <bug-gnats@gnu.org>.
1380
 
 _ACEOF
1381
 
+ac_status=$?
1382
 
 fi
1383
 
 
1384
 
 if test "$ac_init_help" = "recursive"; then
1385
 
   # If there are subdirs, report their specific --help.
1386
 
-  ac_popdir=`pwd`
1387
 
   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1388
 
-    test -d $ac_dir || continue
1389
 
+    test -d "$ac_dir" ||
1390
 
+      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1391
 
+      continue
1392
 
     ac_builddir=.
1393
 
 
1394
 
-if test "$ac_dir" != .; then
1395
 
-  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1396
 
-  # A "../" for each directory in $ac_dir_suffix.
1397
 
-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1398
 
-else
1399
 
-  ac_dir_suffix= ac_top_builddir=
1400
 
-fi
1401
 
+case "$ac_dir" in
1402
 
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1403
 
+*)
1404
 
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1405
 
+  # A ".." for each directory in $ac_dir_suffix.
1406
 
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1407
 
+  case $ac_top_builddir_sub in
1408
 
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1409
 
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1410
 
+  esac ;;
1411
 
+esac
1412
 
+ac_abs_top_builddir=$ac_pwd
1413
 
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
1414
 
+# for backward compatibility:
1415
 
+ac_top_builddir=$ac_top_build_prefix
1416
 
 
1417
 
 case $srcdir in
1418
 
-  .)  # No --srcdir option.  We are building in place.
1419
 
+  .)  # We are building in place.
1420
 
     ac_srcdir=.
1421
 
-    if test -z "$ac_top_builddir"; then
1422
 
-       ac_top_srcdir=.
1423
 
-    else
1424
 
-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1425
 
-    fi ;;
1426
 
-  [\\/]* | ?:[\\/]* )  # Absolute path.
1427
 
+    ac_top_srcdir=$ac_top_builddir_sub
1428
 
+    ac_abs_top_srcdir=$ac_pwd ;;
1429
 
+  [\\/]* | ?:[\\/]* )  # Absolute name.
1430
 
     ac_srcdir=$srcdir$ac_dir_suffix;
1431
 
-    ac_top_srcdir=$srcdir ;;
1432
 
-  *) # Relative path.
1433
 
-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1434
 
-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
1435
 
-esac
1436
 
-
1437
 
-# Do not use `cd foo && pwd` to compute absolute paths, because
1438
 
-# the directories may not exist.
1439
 
-case `pwd` in
1440
 
-.) ac_abs_builddir="$ac_dir";;
1441
 
-*)
1442
 
-  case "$ac_dir" in
1443
 
-  .) ac_abs_builddir=`pwd`;;
1444
 
-  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1445
 
-  *) ac_abs_builddir=`pwd`/"$ac_dir";;
1446
 
-  esac;;
1447
 
-esac
1448
 
-case $ac_abs_builddir in
1449
 
-.) ac_abs_top_builddir=${ac_top_builddir}.;;
1450
 
-*)
1451
 
-  case ${ac_top_builddir}. in
1452
 
-  .) ac_abs_top_builddir=$ac_abs_builddir;;
1453
 
-  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1454
 
-  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1455
 
-  esac;;
1456
 
-esac
1457
 
-case $ac_abs_builddir in
1458
 
-.) ac_abs_srcdir=$ac_srcdir;;
1459
 
-*)
1460
 
-  case $ac_srcdir in
1461
 
-  .) ac_abs_srcdir=$ac_abs_builddir;;
1462
 
-  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1463
 
-  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1464
 
-  esac;;
1465
 
-esac
1466
 
-case $ac_abs_builddir in
1467
 
-.) ac_abs_top_srcdir=$ac_top_srcdir;;
1468
 
-*)
1469
 
-  case $ac_top_srcdir in
1470
 
-  .) ac_abs_top_srcdir=$ac_abs_builddir;;
1471
 
-  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1472
 
-  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1473
 
-  esac;;
1474
 
+    ac_top_srcdir=$srcdir
1475
 
+    ac_abs_top_srcdir=$srcdir ;;
1476
 
+  *) # Relative name.
1477
 
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1478
 
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
1479
 
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1480
 
 esac
1481
 
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1482
 
 
1483
 
-    cd $ac_dir
1484
 
-    # Check for guested configure; otherwise get Cygnus style configure.
1485
 
-    if test -f $ac_srcdir/configure.gnu; then
1486
 
-      echo
1487
 
-      $SHELL $ac_srcdir/configure.gnu  --help=recursive
1488
 
-    elif test -f $ac_srcdir/configure; then
1489
 
-      echo
1490
 
-      $SHELL $ac_srcdir/configure  --help=recursive
1491
 
-    elif test -f $ac_srcdir/configure.ac ||
1492
 
-          test -f $ac_srcdir/configure.in; then
1493
 
-      echo
1494
 
-      $ac_configure --help
1495
 
+    cd "$ac_dir" || { ac_status=$?; continue; }
1496
 
+    # Check for guested configure.
1497
 
+    if test -f "$ac_srcdir/configure.gnu"; then
1498
 
+      echo &&
1499
 
+      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1500
 
+    elif test -f "$ac_srcdir/configure"; then
1501
 
+      echo &&
1502
 
+      $SHELL "$ac_srcdir/configure" --help=recursive
1503
 
     else
1504
 
-      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1505
 
-    fi
1506
 
-    cd "$ac_popdir"
1507
 
+      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1508
 
+    fi || ac_status=$?
1509
 
+    cd "$ac_pwd" || { ac_status=$?; break; }
1510
 
   done
1511
 
 fi
1512
 
 
1513
 
-test -n "$ac_init_help" && exit 0
1514
 
+test -n "$ac_init_help" && exit $ac_status
1515
 
 if $ac_init_version; then
1516
 
   cat <<\_ACEOF
1517
 
 gnats configure 4.1.0
1518
 
-generated by GNU Autoconf 2.59
1519
 
+generated by GNU Autoconf 2.65
1520
 
 
1521
 
-Copyright (C) 2003 Free Software Foundation, Inc.
1522
 
+Copyright (C) 2009 Free Software Foundation, Inc.
1523
 
 This configure script is free software; the Free Software Foundation
1524
 
 gives unlimited permission to copy, distribute and modify it.
1525
 
 _ACEOF
1526
 
-  exit 0
1527
 
+  exit
1528
 
 fi
1529
 
-exec 5>config.log
1530
 
-cat >&5 <<_ACEOF
1531
 
+
1532
 
+## ------------------------ ##
1533
 
+## Autoconf initialization. ##
1534
 
+## ------------------------ ##
1535
 
+
1536
 
+# ac_fn_c_try_compile LINENO
1537
 
+# --------------------------
1538
 
+# Try to compile conftest.$ac_ext, and return whether this succeeded.
1539
 
+ac_fn_c_try_compile ()
1540
 
+{
1541
 
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1542
 
+  rm -f conftest.$ac_objext
1543
 
+  if { { ac_try="$ac_compile"
1544
 
+case "(($ac_try" in
1545
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1546
 
+  *) ac_try_echo=$ac_try;;
1547
 
+esac
1548
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1549
 
+$as_echo "$ac_try_echo"; } >&5
1550
 
+  (eval "$ac_compile") 2>conftest.err
1551
 
+  ac_status=$?
1552
 
+  if test -s conftest.err; then
1553
 
+    grep -v '^ *+' conftest.err >conftest.er1
1554
 
+    cat conftest.er1 >&5
1555
 
+    mv -f conftest.er1 conftest.err
1556
 
+  fi
1557
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1558
 
+  test $ac_status = 0; } && {
1559
 
+        test -z "$ac_c_werror_flag" ||
1560
 
+        test ! -s conftest.err
1561
 
+       } && test -s conftest.$ac_objext; then :
1562
 
+  ac_retval=0
1563
 
+else
1564
 
+  $as_echo "$as_me: failed program was:" >&5
1565
 
+sed 's/^/| /' conftest.$ac_ext >&5
1566
 
+
1567
 
+       ac_retval=1
1568
 
+fi
1569
 
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1570
 
+  as_fn_set_status $ac_retval
1571
 
+
1572
 
+} # ac_fn_c_try_compile
1573
 
+
1574
 
+# ac_fn_c_try_link LINENO
1575
 
+# -----------------------
1576
 
+# Try to link conftest.$ac_ext, and return whether this succeeded.
1577
 
+ac_fn_c_try_link ()
1578
 
+{
1579
 
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1580
 
+  rm -f conftest.$ac_objext conftest$ac_exeext
1581
 
+  if { { ac_try="$ac_link"
1582
 
+case "(($ac_try" in
1583
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1584
 
+  *) ac_try_echo=$ac_try;;
1585
 
+esac
1586
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1587
 
+$as_echo "$ac_try_echo"; } >&5
1588
 
+  (eval "$ac_link") 2>conftest.err
1589
 
+  ac_status=$?
1590
 
+  if test -s conftest.err; then
1591
 
+    grep -v '^ *+' conftest.err >conftest.er1
1592
 
+    cat conftest.er1 >&5
1593
 
+    mv -f conftest.er1 conftest.err
1594
 
+  fi
1595
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1596
 
+  test $ac_status = 0; } && {
1597
 
+        test -z "$ac_c_werror_flag" ||
1598
 
+        test ! -s conftest.err
1599
 
+       } && test -s conftest$ac_exeext && {
1600
 
+        test "$cross_compiling" = yes ||
1601
 
+        $as_test_x conftest$ac_exeext
1602
 
+       }; then :
1603
 
+  ac_retval=0
1604
 
+else
1605
 
+  $as_echo "$as_me: failed program was:" >&5
1606
 
+sed 's/^/| /' conftest.$ac_ext >&5
1607
 
+
1608
 
+       ac_retval=1
1609
 
+fi
1610
 
+  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1611
 
+  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1612
 
+  # interfere with the next link command; also delete a directory that is
1613
 
+  # left behind by Apple's compiler.  We do this before executing the actions.
1614
 
+  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1615
 
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1616
 
+  as_fn_set_status $ac_retval
1617
 
+
1618
 
+} # ac_fn_c_try_link
1619
 
+cat >config.log <<_ACEOF
1620
 
 This file contains any messages produced by compilers while
1621
 
 running configure, to aid debugging if configure makes a mistake.
1622
 
 
1623
 
 It was created by gnats $as_me 4.1.0, which was
1624
 
-generated by GNU Autoconf 2.59.  Invocation command line was
1625
 
+generated by GNU Autoconf 2.65.  Invocation command line was
1626
 
 
1627
 
   $ $0 $@
1628
 
 
1629
 
 _ACEOF
1630
 
+exec 5>>config.log
1631
 
 {
1632
 
 cat <<_ASUNAME
1633
 
 ## --------- ##
1634
 
@@ -945,7 +1436,7 @@ uname -v = `(uname -v) 2>/dev/null || ec
1635
 
 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1636
 
 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1637
 
 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1638
 
-hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
1639
 
+/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1640
 
 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1641
 
 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1642
 
 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1643
 
@@ -957,8 +1448,9 @@ for as_dir in $PATH
1644
 
 do
1645
 
   IFS=$as_save_IFS
1646
 
   test -z "$as_dir" && as_dir=.
1647
 
-  echo "PATH: $as_dir"
1648
 
-done
1649
 
+    $as_echo "PATH: $as_dir"
1650
 
+  done
1651
 
+IFS=$as_save_IFS
1652
 
 
1653
 
 } >&5
1654
 
 
1655
 
@@ -980,7 +1472,6 @@ _ACEOF
1656
 
 ac_configure_args=
1657
 
 ac_configure_args0=
1658
 
 ac_configure_args1=
1659
 
-ac_sep=
1660
 
 ac_must_keep_next=false
1661
 
 for ac_pass in 1 2
1662
 
 do
1663
 
@@ -991,13 +1482,13 @@ do
1664
 
     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1665
 
     | -silent | --silent | --silen | --sile | --sil)
1666
 
       continue ;;
1667
 
-    *" "*|*"   "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1668
 
-      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1669
 
+    *\'*)
1670
 
+      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1671
 
     esac
1672
 
     case $ac_pass in
1673
 
-    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1674
 
+    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1675
 
     2)
1676
 
-      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1677
 
+      as_fn_append ac_configure_args1 " '$ac_arg'"
1678
 
       if test $ac_must_keep_next = true; then
1679
 
        ac_must_keep_next=false # Got value, back to normal.
1680
 
       else
1681
 
@@ -1013,21 +1504,19 @@ do
1682
 
          -* ) ac_must_keep_next=true ;;
1683
 
        esac
1684
 
       fi
1685
 
-      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1686
 
-      # Get rid of the leading space.
1687
 
-      ac_sep=" "
1688
 
+      as_fn_append ac_configure_args " '$ac_arg'"
1689
 
       ;;
1690
 
     esac
1691
 
   done
1692
 
 done
1693
 
-$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1694
 
-$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1695
 
+{ ac_configure_args0=; unset ac_configure_args0;}
1696
 
+{ ac_configure_args1=; unset ac_configure_args1;}
1697
 
 
1698
 
 # When interrupted or exit'd, cleanup temporary files, and complete
1699
 
 # config.log.  We remove comments because anyway the quotes in there
1700
 
 # would cause problems or look ugly.
1701
 
-# WARNING: Be sure not to use single quotes in there, as some shells,
1702
 
-# such as our DU 5.0 friend, will then `close' the trap.
1703
 
+# WARNING: Use '\'' to represent an apostrophe within the trap.
1704
 
+# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1705
 
 trap 'exit_status=$?
1706
 
   # Save into config.log some information that might help in debugging.
1707
 
   {
1708
 
@@ -1040,20 +1529,35 @@ trap 'exit_status=$?
1709
 
 _ASBOX
1710
 
     echo
1711
 
     # The following way of writing the cache mishandles newlines in values,
1712
 
-{
1713
 
+(
1714
 
+  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1715
 
+    eval ac_val=\$$ac_var
1716
 
+    case $ac_val in #(
1717
 
+    *${as_nl}*)
1718
 
+      case $ac_var in #(
1719
 
+      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1720
 
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1721
 
+      esac
1722
 
+      case $ac_var in #(
1723
 
+      _ | IFS | as_nl) ;; #(
1724
 
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1725
 
+      *) { eval $ac_var=; unset $ac_var;} ;;
1726
 
+      esac ;;
1727
 
+    esac
1728
 
+  done
1729
 
   (set) 2>&1 |
1730
 
-    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1731
 
-    *ac_space=\ *)
1732
 
+    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1733
 
+    *${as_nl}ac_space=\ *)
1734
 
       sed -n \
1735
 
-       "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1736
 
-         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1737
 
-      ;;
1738
 
+       "s/'\''/'\''\\\\'\'''\''/g;
1739
 
+         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1740
 
+      ;; #(
1741
 
     *)
1742
 
-      sed -n \
1743
 
-       "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1744
 
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1745
 
       ;;
1746
 
-    esac;
1747
 
-}
1748
 
+    esac |
1749
 
+    sort
1750
 
+)
1751
 
     echo
1752
 
 
1753
 
     cat <<\_ASBOX
1754
 
@@ -1064,22 +1568,28 @@ _ASBOX
1755
 
     echo
1756
 
     for ac_var in $ac_subst_vars
1757
 
     do
1758
 
-      eval ac_val=$`echo $ac_var`
1759
 
-      echo "$ac_var='"'"'$ac_val'"'"'"
1760
 
+      eval ac_val=\$$ac_var
1761
 
+      case $ac_val in
1762
 
+      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1763
 
+      esac
1764
 
+      $as_echo "$ac_var='\''$ac_val'\''"
1765
 
     done | sort
1766
 
     echo
1767
 
 
1768
 
     if test -n "$ac_subst_files"; then
1769
 
       cat <<\_ASBOX
1770
 
-## ------------- ##
1771
 
-## Output files. ##
1772
 
-## ------------- ##
1773
 
+## ------------------- ##
1774
 
+## File substitutions. ##
1775
 
+## ------------------- ##
1776
 
 _ASBOX
1777
 
       echo
1778
 
       for ac_var in $ac_subst_files
1779
 
       do
1780
 
-       eval ac_val=$`echo $ac_var`
1781
 
-       echo "$ac_var='"'"'$ac_val'"'"'"
1782
 
+       eval ac_val=\$$ac_var
1783
 
+       case $ac_val in
1784
 
+       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1785
 
+       esac
1786
 
+       $as_echo "$ac_var='\''$ac_val'\''"
1787
 
       done | sort
1788
 
       echo
1789
 
     fi
1790
 
@@ -1091,26 +1601,26 @@ _ASBOX
1791
 
 ## ----------- ##
1792
 
 _ASBOX
1793
 
       echo
1794
 
-      sed "/^$/d" confdefs.h | sort
1795
 
+      cat confdefs.h
1796
 
       echo
1797
 
     fi
1798
 
     test "$ac_signal" != 0 &&
1799
 
-      echo "$as_me: caught signal $ac_signal"
1800
 
-    echo "$as_me: exit $exit_status"
1801
 
+      $as_echo "$as_me: caught signal $ac_signal"
1802
 
+    $as_echo "$as_me: exit $exit_status"
1803
 
   } >&5
1804
 
-  rm -f core *.core &&
1805
 
-  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1806
 
+  rm -f core *.core core.conftest.* &&
1807
 
+    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1808
 
     exit $exit_status
1809
 
-     ' 0
1810
 
+' 0
1811
 
 for ac_signal in 1 2 13 15; do
1812
 
-  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1813
 
+  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1814
 
 done
1815
 
 ac_signal=0
1816
 
 
1817
 
 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1818
 
-rm -rf conftest* confdefs.h
1819
 
-# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1820
 
-echo >confdefs.h
1821
 
+rm -f -r conftest* confdefs.h
1822
 
+
1823
 
+$as_echo "/* confdefs.h */" > confdefs.h
1824
 
 
1825
 
 # Predefined preprocessor variables.
1826
 
 
1827
 
@@ -1118,112 +1628,128 @@ cat >>confdefs.h <<_ACEOF
1828
 
 #define PACKAGE_NAME "$PACKAGE_NAME"
1829
 
 _ACEOF
1830
 
 
1831
 
-
1832
 
 cat >>confdefs.h <<_ACEOF
1833
 
 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1834
 
 _ACEOF
1835
 
 
1836
 
-
1837
 
 cat >>confdefs.h <<_ACEOF
1838
 
 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1839
 
 _ACEOF
1840
 
 
1841
 
-
1842
 
 cat >>confdefs.h <<_ACEOF
1843
 
 #define PACKAGE_STRING "$PACKAGE_STRING"
1844
 
 _ACEOF
1845
 
 
1846
 
-
1847
 
 cat >>confdefs.h <<_ACEOF
1848
 
 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1849
 
 _ACEOF
1850
 
 
1851
 
+cat >>confdefs.h <<_ACEOF
1852
 
+#define PACKAGE_URL "$PACKAGE_URL"
1853
 
+_ACEOF
1854
 
+
1855
 
 
1856
 
 # Let the site file select an alternate cache file if it wants to.
1857
 
-# Prefer explicitly selected file to automatically selected ones.
1858
 
-if test -z "$CONFIG_SITE"; then
1859
 
-  if test "x$prefix" != xNONE; then
1860
 
-    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1861
 
-  else
1862
 
-    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1863
 
-  fi
1864
 
-fi
1865
 
-for ac_site_file in $CONFIG_SITE; do
1866
 
-  if test -r "$ac_site_file"; then
1867
 
-    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1868
 
-echo "$as_me: loading site script $ac_site_file" >&6;}
1869
 
+# Prefer an explicitly selected file to automatically selected ones.
1870
 
+ac_site_file1=NONE
1871
 
+ac_site_file2=NONE
1872
 
+if test -n "$CONFIG_SITE"; then
1873
 
+  ac_site_file1=$CONFIG_SITE
1874
 
+elif test "x$prefix" != xNONE; then
1875
 
+  ac_site_file1=$prefix/share/config.site
1876
 
+  ac_site_file2=$prefix/etc/config.site
1877
 
+else
1878
 
+  ac_site_file1=$ac_default_prefix/share/config.site
1879
 
+  ac_site_file2=$ac_default_prefix/etc/config.site
1880
 
+fi
1881
 
+for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1882
 
+do
1883
 
+  test "x$ac_site_file" = xNONE && continue
1884
 
+  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1885
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1886
 
+$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1887
 
     sed 's/^/| /' "$ac_site_file" >&5
1888
 
     . "$ac_site_file"
1889
 
   fi
1890
 
 done
1891
 
 
1892
 
 if test -r "$cache_file"; then
1893
 
-  # Some versions of bash will fail to source /dev/null (special
1894
 
-  # files actually), so we avoid doing that.
1895
 
-  if test -f "$cache_file"; then
1896
 
-    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1897
 
-echo "$as_me: loading cache $cache_file" >&6;}
1898
 
+  # Some versions of bash will fail to source /dev/null (special files
1899
 
+  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
1900
 
+  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1901
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1902
 
+$as_echo "$as_me: loading cache $cache_file" >&6;}
1903
 
     case $cache_file in
1904
 
-      [\\/]* | ?:[\\/]* ) . $cache_file;;
1905
 
-      *)                      . ./$cache_file;;
1906
 
+      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1907
 
+      *)                      . "./$cache_file";;
1908
 
     esac
1909
 
   fi
1910
 
 else
1911
 
-  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1912
 
-echo "$as_me: creating cache $cache_file" >&6;}
1913
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1914
 
+$as_echo "$as_me: creating cache $cache_file" >&6;}
1915
 
   >$cache_file
1916
 
 fi
1917
 
 
1918
 
 # Check that the precious variables saved in the cache have kept the same
1919
 
 # value.
1920
 
 ac_cache_corrupted=false
1921
 
-for ac_var in `(set) 2>&1 |
1922
 
-              sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1923
 
+for ac_var in $ac_precious_vars; do
1924
 
   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1925
 
   eval ac_new_set=\$ac_env_${ac_var}_set
1926
 
-  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1927
 
-  eval ac_new_val="\$ac_env_${ac_var}_value"
1928
 
+  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1929
 
+  eval ac_new_val=\$ac_env_${ac_var}_value
1930
 
   case $ac_old_set,$ac_new_set in
1931
 
     set,)
1932
 
-      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1933
 
-echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1934
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1935
 
+$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1936
 
       ac_cache_corrupted=: ;;
1937
 
     ,set)
1938
 
-      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1939
 
-echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1940
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1941
 
+$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1942
 
       ac_cache_corrupted=: ;;
1943
 
     ,);;
1944
 
     *)
1945
 
       if test "x$ac_old_val" != "x$ac_new_val"; then
1946
 
-       { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1947
 
-echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1948
 
-       { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1949
 
-echo "$as_me:   former value:  $ac_old_val" >&2;}
1950
 
-       { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1951
 
-echo "$as_me:   current value: $ac_new_val" >&2;}
1952
 
-       ac_cache_corrupted=:
1953
 
+       # differences in whitespace do not lead to failure.
1954
 
+       ac_old_val_w=`echo x $ac_old_val`
1955
 
+       ac_new_val_w=`echo x $ac_new_val`
1956
 
+       if test "$ac_old_val_w" != "$ac_new_val_w"; then
1957
 
+         { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1958
 
+$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1959
 
+         ac_cache_corrupted=:
1960
 
+       else
1961
 
+         { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1962
 
+$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1963
 
+         eval $ac_var=\$ac_old_val
1964
 
+       fi
1965
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
1966
 
+$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1967
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
1968
 
+$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1969
 
       fi;;
1970
 
   esac
1971
 
   # Pass precious variables to config.status.
1972
 
   if test "$ac_new_set" = set; then
1973
 
     case $ac_new_val in
1974
 
-    *" "*|*"   "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1975
 
-      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1976
 
+    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1977
 
     *) ac_arg=$ac_var=$ac_new_val ;;
1978
 
     esac
1979
 
     case " $ac_configure_args " in
1980
 
       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1981
 
-      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1982
 
+      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1983
 
     esac
1984
 
   fi
1985
 
 done
1986
 
 if $ac_cache_corrupted; then
1987
 
-  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1988
 
-echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1989
 
-  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1990
 
-echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1991
 
-   { (exit 1); exit 1; }; }
1992
 
-fi
1993
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1994
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1995
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1996
 
+$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1997
 
+  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1998
 
+fi
1999
 
+## -------------------- ##
2000
 
+## Main body of script. ##
2001
 
+## -------------------- ##
2002
 
 
2003
 
 ac_ext=c
2004
 
 ac_cpp='$CPP $CPPFLAGS'
2005
 
@@ -1232,59 +1758,32 @@ ac_link='$CC -o conftest$ac_exeext $CFLA
2006
 
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2007
 
 
2008
 
 
2009
 
+ac_aux_dir=
2010
 
+for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2011
 
+  for ac_t in install-sh install.sh shtool; do
2012
 
+    if test -f "$ac_dir/$ac_t"; then
2013
 
+      ac_aux_dir=$ac_dir
2014
 
+      ac_install_sh="$ac_aux_dir/$ac_t -c"
2015
 
+      break 2
2016
 
+    fi
2017
 
+  done
2018
 
+done
2019
 
+if test -z "$ac_aux_dir"; then
2020
 
+  as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2021
 
+fi
2022
 
 
2023
 
+# These three variables are undocumented and unsupported,
2024
 
+# and are intended to be withdrawn in a future Autoconf release.
2025
 
+# They can cause serious problems if a builder's source tree is in a directory
2026
 
+# whose full name contains unusual characters.
2027
 
+ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2028
 
+ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2029
 
+ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2030
 
 
2031
 
 
2032
 
 
2033
 
 
2034
 
-
2035
 
-
2036
 
-
2037
 
-
2038
 
-
2039
 
-
2040
 
-
2041
 
-
2042
 
-
2043
 
-
2044
 
-
2045
 
-
2046
 
-
2047
 
-
2048
 
-
2049
 
-
2050
 
-
2051
 
-
2052
 
-
2053
 
-
2054
 
-ac_aux_dir=
2055
 
-for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
2056
 
-  if test -f $ac_dir/install-sh; then
2057
 
-    ac_aux_dir=$ac_dir
2058
 
-    ac_install_sh="$ac_aux_dir/install-sh -c"
2059
 
-    break
2060
 
-  elif test -f $ac_dir/install.sh; then
2061
 
-    ac_aux_dir=$ac_dir
2062
 
-    ac_install_sh="$ac_aux_dir/install.sh -c"
2063
 
-    break
2064
 
-  elif test -f $ac_dir/shtool; then
2065
 
-    ac_aux_dir=$ac_dir
2066
 
-    ac_install_sh="$ac_aux_dir/shtool install -c"
2067
 
-    break
2068
 
-  fi
2069
 
-done
2070
 
-if test -z "$ac_aux_dir"; then
2071
 
-  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
2072
 
-echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
2073
 
-   { (exit 1); exit 1; }; }
2074
 
-fi
2075
 
-ac_config_guess="$SHELL $ac_aux_dir/config.guess"
2076
 
-ac_config_sub="$SHELL $ac_aux_dir/config.sub"
2077
 
-ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
2078
 
-
2079
 
-
2080
 
-
2081
 
-subdirs="$subdirs gnats send-pr doc"
2082
 
+subdirs="$subdirs gnats send-pr doc"
2083
 
 
2084
 
 
2085
 
 ac_ext=c
2086
 
@@ -1295,10 +1794,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
2087
 
 if test -n "$ac_tool_prefix"; then
2088
 
   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2089
 
 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2090
 
-echo "$as_me:$LINENO: checking for $ac_word" >&5
2091
 
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2092
 
-if test "${ac_cv_prog_CC+set}" = set; then
2093
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
2094
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2095
 
+$as_echo_n "checking for $ac_word... " >&6; }
2096
 
+if test "${ac_cv_prog_CC+set}" = set; then :
2097
 
+  $as_echo_n "(cached) " >&6
2098
 
 else
2099
 
   if test -n "$CC"; then
2100
 
   ac_cv_prog_CC="$CC" # Let the user override the test.
2101
 
@@ -1308,35 +1807,37 @@ for as_dir in $PATH
2102
 
 do
2103
 
   IFS=$as_save_IFS
2104
 
   test -z "$as_dir" && as_dir=.
2105
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
2106
 
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2107
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
2108
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2109
 
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2110
 
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2111
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2112
 
     break 2
2113
 
   fi
2114
 
 done
2115
 
-done
2116
 
+  done
2117
 
+IFS=$as_save_IFS
2118
 
 
2119
 
 fi
2120
 
 fi
2121
 
 CC=$ac_cv_prog_CC
2122
 
 if test -n "$CC"; then
2123
 
-  echo "$as_me:$LINENO: result: $CC" >&5
2124
 
-echo "${ECHO_T}$CC" >&6
2125
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2126
 
+$as_echo "$CC" >&6; }
2127
 
 else
2128
 
-  echo "$as_me:$LINENO: result: no" >&5
2129
 
-echo "${ECHO_T}no" >&6
2130
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2131
 
+$as_echo "no" >&6; }
2132
 
 fi
2133
 
 
2134
 
+
2135
 
 fi
2136
 
 if test -z "$ac_cv_prog_CC"; then
2137
 
   ac_ct_CC=$CC
2138
 
   # Extract the first word of "gcc", so it can be a program name with args.
2139
 
 set dummy gcc; ac_word=$2
2140
 
-echo "$as_me:$LINENO: checking for $ac_word" >&5
2141
 
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2142
 
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2143
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
2144
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2145
 
+$as_echo_n "checking for $ac_word... " >&6; }
2146
 
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2147
 
+  $as_echo_n "(cached) " >&6
2148
 
 else
2149
 
   if test -n "$ac_ct_CC"; then
2150
 
   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2151
 
@@ -1346,39 +1847,50 @@ for as_dir in $PATH
2152
 
 do
2153
 
   IFS=$as_save_IFS
2154
 
   test -z "$as_dir" && as_dir=.
2155
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
2156
 
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2157
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
2158
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2159
 
     ac_cv_prog_ac_ct_CC="gcc"
2160
 
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2161
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2162
 
     break 2
2163
 
   fi
2164
 
 done
2165
 
-done
2166
 
+  done
2167
 
+IFS=$as_save_IFS
2168
 
 
2169
 
 fi
2170
 
 fi
2171
 
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2172
 
 if test -n "$ac_ct_CC"; then
2173
 
-  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2174
 
-echo "${ECHO_T}$ac_ct_CC" >&6
2175
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2176
 
+$as_echo "$ac_ct_CC" >&6; }
2177
 
 else
2178
 
-  echo "$as_me:$LINENO: result: no" >&5
2179
 
-echo "${ECHO_T}no" >&6
2180
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2181
 
+$as_echo "no" >&6; }
2182
 
 fi
2183
 
 
2184
 
-  CC=$ac_ct_CC
2185
 
+  if test "x$ac_ct_CC" = x; then
2186
 
+    CC=""
2187
 
+  else
2188
 
+    case $cross_compiling:$ac_tool_warned in
2189
 
+yes:)
2190
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2191
 
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2192
 
+ac_tool_warned=yes ;;
2193
 
+esac
2194
 
+    CC=$ac_ct_CC
2195
 
+  fi
2196
 
 else
2197
 
   CC="$ac_cv_prog_CC"
2198
 
 fi
2199
 
 
2200
 
 if test -z "$CC"; then
2201
 
-  if test -n "$ac_tool_prefix"; then
2202
 
-  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2203
 
+          if test -n "$ac_tool_prefix"; then
2204
 
+    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2205
 
 set dummy ${ac_tool_prefix}cc; ac_word=$2
2206
 
-echo "$as_me:$LINENO: checking for $ac_word" >&5
2207
 
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2208
 
-if test "${ac_cv_prog_CC+set}" = set; then
2209
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
2210
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2211
 
+$as_echo_n "checking for $ac_word... " >&6; }
2212
 
+if test "${ac_cv_prog_CC+set}" = set; then :
2213
 
+  $as_echo_n "(cached) " >&6
2214
 
 else
2215
 
   if test -n "$CC"; then
2216
 
   ac_cv_prog_CC="$CC" # Let the user override the test.
2217
 
@@ -1388,77 +1900,37 @@ for as_dir in $PATH
2218
 
 do
2219
 
   IFS=$as_save_IFS
2220
 
   test -z "$as_dir" && as_dir=.
2221
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
2222
 
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2223
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
2224
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2225
 
     ac_cv_prog_CC="${ac_tool_prefix}cc"
2226
 
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2227
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2228
 
     break 2
2229
 
   fi
2230
 
 done
2231
 
-done
2232
 
+  done
2233
 
+IFS=$as_save_IFS
2234
 
 
2235
 
 fi
2236
 
 fi
2237
 
 CC=$ac_cv_prog_CC
2238
 
 if test -n "$CC"; then
2239
 
-  echo "$as_me:$LINENO: result: $CC" >&5
2240
 
-echo "${ECHO_T}$CC" >&6
2241
 
-else
2242
 
-  echo "$as_me:$LINENO: result: no" >&5
2243
 
-echo "${ECHO_T}no" >&6
2244
 
-fi
2245
 
-
2246
 
-fi
2247
 
-if test -z "$ac_cv_prog_CC"; then
2248
 
-  ac_ct_CC=$CC
2249
 
-  # Extract the first word of "cc", so it can be a program name with args.
2250
 
-set dummy cc; ac_word=$2
2251
 
-echo "$as_me:$LINENO: checking for $ac_word" >&5
2252
 
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2253
 
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2254
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
2255
 
-else
2256
 
-  if test -n "$ac_ct_CC"; then
2257
 
-  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2258
 
-else
2259
 
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2260
 
-for as_dir in $PATH
2261
 
-do
2262
 
-  IFS=$as_save_IFS
2263
 
-  test -z "$as_dir" && as_dir=.
2264
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
2265
 
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2266
 
-    ac_cv_prog_ac_ct_CC="cc"
2267
 
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2268
 
-    break 2
2269
 
-  fi
2270
 
-done
2271
 
-done
2272
 
-
2273
 
-fi
2274
 
-fi
2275
 
-ac_ct_CC=$ac_cv_prog_ac_ct_CC
2276
 
-if test -n "$ac_ct_CC"; then
2277
 
-  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2278
 
-echo "${ECHO_T}$ac_ct_CC" >&6
2279
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2280
 
+$as_echo "$CC" >&6; }
2281
 
 else
2282
 
-  echo "$as_me:$LINENO: result: no" >&5
2283
 
-echo "${ECHO_T}no" >&6
2284
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2285
 
+$as_echo "no" >&6; }
2286
 
 fi
2287
 
 
2288
 
-  CC=$ac_ct_CC
2289
 
-else
2290
 
-  CC="$ac_cv_prog_CC"
2291
 
-fi
2292
 
 
2293
 
+  fi
2294
 
 fi
2295
 
 if test -z "$CC"; then
2296
 
   # Extract the first word of "cc", so it can be a program name with args.
2297
 
 set dummy cc; ac_word=$2
2298
 
-echo "$as_me:$LINENO: checking for $ac_word" >&5
2299
 
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2300
 
-if test "${ac_cv_prog_CC+set}" = set; then
2301
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
2302
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2303
 
+$as_echo_n "checking for $ac_word... " >&6; }
2304
 
+if test "${ac_cv_prog_CC+set}" = set; then :
2305
 
+  $as_echo_n "(cached) " >&6
2306
 
 else
2307
 
   if test -n "$CC"; then
2308
 
   ac_cv_prog_CC="$CC" # Let the user override the test.
2309
 
@@ -1469,18 +1941,19 @@ for as_dir in $PATH
2310
 
 do
2311
 
   IFS=$as_save_IFS
2312
 
   test -z "$as_dir" && as_dir=.
2313
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
2314
 
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2315
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
2316
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2317
 
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2318
 
        ac_prog_rejected=yes
2319
 
        continue
2320
 
      fi
2321
 
     ac_cv_prog_CC="cc"
2322
 
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2323
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2324
 
     break 2
2325
 
   fi
2326
 
 done
2327
 
-done
2328
 
+  done
2329
 
+IFS=$as_save_IFS
2330
 
 
2331
 
 if test $ac_prog_rejected = yes; then
2332
 
   # We found a bogon in the path, so make sure we never use it.
2333
 
@@ -1498,24 +1971,25 @@ fi
2334
 
 fi
2335
 
 CC=$ac_cv_prog_CC
2336
 
 if test -n "$CC"; then
2337
 
-  echo "$as_me:$LINENO: result: $CC" >&5
2338
 
-echo "${ECHO_T}$CC" >&6
2339
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2340
 
+$as_echo "$CC" >&6; }
2341
 
 else
2342
 
-  echo "$as_me:$LINENO: result: no" >&5
2343
 
-echo "${ECHO_T}no" >&6
2344
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2345
 
+$as_echo "no" >&6; }
2346
 
 fi
2347
 
 
2348
 
+
2349
 
 fi
2350
 
 if test -z "$CC"; then
2351
 
   if test -n "$ac_tool_prefix"; then
2352
 
-  for ac_prog in cl
2353
 
+  for ac_prog in cl.exe
2354
 
   do
2355
 
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2356
 
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2357
 
-echo "$as_me:$LINENO: checking for $ac_word" >&5
2358
 
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2359
 
-if test "${ac_cv_prog_CC+set}" = set; then
2360
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
2361
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2362
 
+$as_echo_n "checking for $ac_word... " >&6; }
2363
 
+if test "${ac_cv_prog_CC+set}" = set; then :
2364
 
+  $as_echo_n "(cached) " >&6
2365
 
 else
2366
 
   if test -n "$CC"; then
2367
 
   ac_cv_prog_CC="$CC" # Let the user override the test.
2368
 
@@ -1525,39 +1999,41 @@ for as_dir in $PATH
2369
 
 do
2370
 
   IFS=$as_save_IFS
2371
 
   test -z "$as_dir" && as_dir=.
2372
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
2373
 
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2374
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
2375
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2376
 
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2377
 
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2378
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2379
 
     break 2
2380
 
   fi
2381
 
 done
2382
 
-done
2383
 
+  done
2384
 
+IFS=$as_save_IFS
2385
 
 
2386
 
 fi
2387
 
 fi
2388
 
 CC=$ac_cv_prog_CC
2389
 
 if test -n "$CC"; then
2390
 
-  echo "$as_me:$LINENO: result: $CC" >&5
2391
 
-echo "${ECHO_T}$CC" >&6
2392
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2393
 
+$as_echo "$CC" >&6; }
2394
 
 else
2395
 
-  echo "$as_me:$LINENO: result: no" >&5
2396
 
-echo "${ECHO_T}no" >&6
2397
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2398
 
+$as_echo "no" >&6; }
2399
 
 fi
2400
 
 
2401
 
+
2402
 
     test -n "$CC" && break
2403
 
   done
2404
 
 fi
2405
 
 if test -z "$CC"; then
2406
 
   ac_ct_CC=$CC
2407
 
-  for ac_prog in cl
2408
 
+  for ac_prog in cl.exe
2409
 
 do
2410
 
   # Extract the first word of "$ac_prog", so it can be a program name with args.
2411
 
 set dummy $ac_prog; ac_word=$2
2412
 
-echo "$as_me:$LINENO: checking for $ac_word" >&5
2413
 
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2414
 
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2415
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
2416
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2417
 
+$as_echo_n "checking for $ac_word... " >&6; }
2418
 
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2419
 
+  $as_echo_n "(cached) " >&6
2420
 
 else
2421
 
   if test -n "$ac_ct_CC"; then
2422
 
   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2423
 
@@ -1567,66 +2043,78 @@ for as_dir in $PATH
2424
 
 do
2425
 
   IFS=$as_save_IFS
2426
 
   test -z "$as_dir" && as_dir=.
2427
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
2428
 
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2429
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
2430
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2431
 
     ac_cv_prog_ac_ct_CC="$ac_prog"
2432
 
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2433
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2434
 
     break 2
2435
 
   fi
2436
 
 done
2437
 
-done
2438
 
+  done
2439
 
+IFS=$as_save_IFS
2440
 
 
2441
 
 fi
2442
 
 fi
2443
 
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2444
 
 if test -n "$ac_ct_CC"; then
2445
 
-  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2446
 
-echo "${ECHO_T}$ac_ct_CC" >&6
2447
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2448
 
+$as_echo "$ac_ct_CC" >&6; }
2449
 
 else
2450
 
-  echo "$as_me:$LINENO: result: no" >&5
2451
 
-echo "${ECHO_T}no" >&6
2452
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2453
 
+$as_echo "no" >&6; }
2454
 
 fi
2455
 
 
2456
 
+
2457
 
   test -n "$ac_ct_CC" && break
2458
 
 done
2459
 
 
2460
 
-  CC=$ac_ct_CC
2461
 
+  if test "x$ac_ct_CC" = x; then
2462
 
+    CC=""
2463
 
+  else
2464
 
+    case $cross_compiling:$ac_tool_warned in
2465
 
+yes:)
2466
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2467
 
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2468
 
+ac_tool_warned=yes ;;
2469
 
+esac
2470
 
+    CC=$ac_ct_CC
2471
 
+  fi
2472
 
 fi
2473
 
 
2474
 
 fi
2475
 
 
2476
 
 
2477
 
-test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2478
 
-See \`config.log' for more details." >&5
2479
 
-echo "$as_me: error: no acceptable C compiler found in \$PATH
2480
 
-See \`config.log' for more details." >&2;}
2481
 
-   { (exit 1); exit 1; }; }
2482
 
+test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2483
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2484
 
+as_fn_error "no acceptable C compiler found in \$PATH
2485
 
+See \`config.log' for more details." "$LINENO" 5; }
2486
 
 
2487
 
 # Provide some information about the compiler.
2488
 
-echo "$as_me:$LINENO:" \
2489
 
-     "checking for C compiler version" >&5
2490
 
-ac_compiler=`set X $ac_compile; echo $2`
2491
 
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2492
 
-  (eval $ac_compiler --version </dev/null >&5) 2>&5
2493
 
-  ac_status=$?
2494
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2495
 
-  (exit $ac_status); }
2496
 
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2497
 
-  (eval $ac_compiler -v </dev/null >&5) 2>&5
2498
 
-  ac_status=$?
2499
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2500
 
-  (exit $ac_status); }
2501
 
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2502
 
-  (eval $ac_compiler -V </dev/null >&5) 2>&5
2503
 
-  ac_status=$?
2504
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2505
 
-  (exit $ac_status); }
2506
 
+$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2507
 
+set X $ac_compile
2508
 
+ac_compiler=$2
2509
 
+for ac_option in --version -v -V -qversion; do
2510
 
+  { { ac_try="$ac_compiler $ac_option >&5"
2511
 
+case "(($ac_try" in
2512
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2513
 
+  *) ac_try_echo=$ac_try;;
2514
 
+esac
2515
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2516
 
+$as_echo "$ac_try_echo"; } >&5
2517
 
+  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2518
 
+  ac_status=$?
2519
 
+  if test -s conftest.err; then
2520
 
+    sed '10a\
2521
 
+... rest of stderr output deleted ...
2522
 
+         10q' conftest.err >conftest.er1
2523
 
+    cat conftest.er1 >&5
2524
 
+  fi
2525
 
+  rm -f conftest.er1 conftest.err
2526
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2527
 
+  test $ac_status = 0; }
2528
 
+done
2529
 
 
2530
 
-cat >conftest.$ac_ext <<_ACEOF
2531
 
-/* confdefs.h.  */
2532
 
-_ACEOF
2533
 
-cat confdefs.h >>conftest.$ac_ext
2534
 
-cat >>conftest.$ac_ext <<_ACEOF
2535
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2536
 
 /* end confdefs.h.  */
2537
 
 
2538
 
 int
2539
 
@@ -1638,112 +2126,109 @@ main ()
2540
 
 }
2541
 
 _ACEOF
2542
 
 ac_clean_files_save=$ac_clean_files
2543
 
-ac_clean_files="$ac_clean_files a.out a.exe b.out"
2544
 
+ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2545
 
 # Try to create an executable without -o first, disregard a.out.
2546
 
 # It will help us diagnose broken compilers, and finding out an intuition
2547
 
 # of exeext.
2548
 
-echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2549
 
-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2550
 
-ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2551
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2552
 
-  (eval $ac_link_default) 2>&5
2553
 
-  ac_status=$?
2554
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2555
 
-  (exit $ac_status); }; then
2556
 
-  # Find the output, starting from the most likely.  This scheme is
2557
 
-# not robust to junk in `.', hence go to wildcards (a.*) only as a last
2558
 
-# resort.
2559
 
-
2560
 
-# Be careful to initialize this variable, since it used to be cached.
2561
 
-# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2562
 
-ac_cv_exeext=
2563
 
-# b.out is created by i960 compilers.
2564
 
-for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2565
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2566
 
+$as_echo_n "checking whether the C compiler works... " >&6; }
2567
 
+ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2568
 
+
2569
 
+# The possible output files:
2570
 
+ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2571
 
+
2572
 
+ac_rmfiles=
2573
 
+for ac_file in $ac_files
2574
 
+do
2575
 
+  case $ac_file in
2576
 
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2577
 
+    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2578
 
+  esac
2579
 
+done
2580
 
+rm -f $ac_rmfiles
2581
 
+
2582
 
+if { { ac_try="$ac_link_default"
2583
 
+case "(($ac_try" in
2584
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2585
 
+  *) ac_try_echo=$ac_try;;
2586
 
+esac
2587
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2588
 
+$as_echo "$ac_try_echo"; } >&5
2589
 
+  (eval "$ac_link_default") 2>&5
2590
 
+  ac_status=$?
2591
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2592
 
+  test $ac_status = 0; }; then :
2593
 
+  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2594
 
+# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2595
 
+# in a Makefile.  We should not override ac_cv_exeext if it was cached,
2596
 
+# so that the user can short-circuit this test for compilers unknown to
2597
 
+# Autoconf.
2598
 
+for ac_file in $ac_files ''
2599
 
 do
2600
 
   test -f "$ac_file" || continue
2601
 
   case $ac_file in
2602
 
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2603
 
-       ;;
2604
 
-    conftest.$ac_ext )
2605
 
-       # This is the source file.
2606
 
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2607
 
        ;;
2608
 
     [ab].out )
2609
 
        # We found the default executable, but exeext='' is most
2610
 
        # certainly right.
2611
 
        break;;
2612
 
     *.* )
2613
 
-       ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2614
 
-       # FIXME: I believe we export ac_cv_exeext for Libtool,
2615
 
-       # but it would be cool to find out if it's true.  Does anybody
2616
 
-       # maintain Libtool? --akim.
2617
 
-       export ac_cv_exeext
2618
 
+       if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2619
 
+       then :; else
2620
 
+          ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2621
 
+       fi
2622
 
+       # We set ac_cv_exeext here because the later test for it is not
2623
 
+       # safe: cross compilers may not add the suffix if given an `-o'
2624
 
+       # argument, so we may need to know it at that point already.
2625
 
+       # Even if this section looks crufty: it has the advantage of
2626
 
+       # actually working.
2627
 
        break;;
2628
 
     * )
2629
 
        break;;
2630
 
   esac
2631
 
 done
2632
 
-else
2633
 
-  echo "$as_me: failed program was:" >&5
2634
 
-sed 's/^/| /' conftest.$ac_ext >&5
2635
 
+test "$ac_cv_exeext" = no && ac_cv_exeext=
2636
 
 
2637
 
-{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
2638
 
-See \`config.log' for more details." >&5
2639
 
-echo "$as_me: error: C compiler cannot create executables
2640
 
-See \`config.log' for more details." >&2;}
2641
 
-   { (exit 77); exit 77; }; }
2642
 
+else
2643
 
+  ac_file=''
2644
 
 fi
2645
 
+if test -z "$ac_file"; then :
2646
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2647
 
+$as_echo "no" >&6; }
2648
 
+$as_echo "$as_me: failed program was:" >&5
2649
 
+sed 's/^/| /' conftest.$ac_ext >&5
2650
 
 
2651
 
+{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2652
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2653
 
+{ as_fn_set_status 77
2654
 
+as_fn_error "C compiler cannot create executables
2655
 
+See \`config.log' for more details." "$LINENO" 5; }; }
2656
 
+else
2657
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2658
 
+$as_echo "yes" >&6; }
2659
 
+fi
2660
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2661
 
+$as_echo_n "checking for C compiler default output file name... " >&6; }
2662
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2663
 
+$as_echo "$ac_file" >&6; }
2664
 
 ac_exeext=$ac_cv_exeext
2665
 
-echo "$as_me:$LINENO: result: $ac_file" >&5
2666
 
-echo "${ECHO_T}$ac_file" >&6
2667
 
-
2668
 
-# Check the compiler produces executables we can run.  If not, either
2669
 
-# the compiler is broken, or we cross compile.
2670
 
-echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2671
 
-echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2672
 
-# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2673
 
-# If not cross compiling, check that we can run a simple program.
2674
 
-if test "$cross_compiling" != yes; then
2675
 
-  if { ac_try='./$ac_file'
2676
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2677
 
-  (eval $ac_try) 2>&5
2678
 
-  ac_status=$?
2679
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2680
 
-  (exit $ac_status); }; }; then
2681
 
-    cross_compiling=no
2682
 
-  else
2683
 
-    if test "$cross_compiling" = maybe; then
2684
 
-       cross_compiling=yes
2685
 
-    else
2686
 
-       { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2687
 
-If you meant to cross compile, use \`--host'.
2688
 
-See \`config.log' for more details." >&5
2689
 
-echo "$as_me: error: cannot run C compiled programs.
2690
 
-If you meant to cross compile, use \`--host'.
2691
 
-See \`config.log' for more details." >&2;}
2692
 
-   { (exit 1); exit 1; }; }
2693
 
-    fi
2694
 
-  fi
2695
 
-fi
2696
 
-echo "$as_me:$LINENO: result: yes" >&5
2697
 
-echo "${ECHO_T}yes" >&6
2698
 
 
2699
 
-rm -f a.out a.exe conftest$ac_cv_exeext b.out
2700
 
+rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2701
 
 ac_clean_files=$ac_clean_files_save
2702
 
-# Check the compiler produces executables we can run.  If not, either
2703
 
-# the compiler is broken, or we cross compile.
2704
 
-echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2705
 
-echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2706
 
-echo "$as_me:$LINENO: result: $cross_compiling" >&5
2707
 
-echo "${ECHO_T}$cross_compiling" >&6
2708
 
-
2709
 
-echo "$as_me:$LINENO: checking for suffix of executables" >&5
2710
 
-echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2711
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2712
 
-  (eval $ac_link) 2>&5
2713
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2714
 
+$as_echo_n "checking for suffix of executables... " >&6; }
2715
 
+if { { ac_try="$ac_link"
2716
 
+case "(($ac_try" in
2717
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2718
 
+  *) ac_try_echo=$ac_try;;
2719
 
+esac
2720
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2721
 
+$as_echo "$ac_try_echo"; } >&5
2722
 
+  (eval "$ac_link") 2>&5
2723
 
   ac_status=$?
2724
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2725
 
-  (exit $ac_status); }; then
2726
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2727
 
+  test $ac_status = 0; }; then :
2728
 
   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2729
 
 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2730
 
 # work properly (i.e., refer to `conftest.exe'), while it won't with
2731
 
@@ -1751,38 +2236,90 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
2732
 
 for ac_file in conftest.exe conftest conftest.*; do
2733
 
   test -f "$ac_file" || continue
2734
 
   case $ac_file in
2735
 
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2736
 
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2737
 
     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2738
 
-         export ac_cv_exeext
2739
 
          break;;
2740
 
     * ) break;;
2741
 
   esac
2742
 
 done
2743
 
 else
2744
 
-  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2745
 
-See \`config.log' for more details." >&5
2746
 
-echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2747
 
-See \`config.log' for more details." >&2;}
2748
 
-   { (exit 1); exit 1; }; }
2749
 
-fi
2750
 
-
2751
 
-rm -f conftest$ac_cv_exeext
2752
 
-echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2753
 
-echo "${ECHO_T}$ac_cv_exeext" >&6
2754
 
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2755
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2756
 
+as_fn_error "cannot compute suffix of executables: cannot compile and link
2757
 
+See \`config.log' for more details." "$LINENO" 5; }
2758
 
+fi
2759
 
+rm -f conftest conftest$ac_cv_exeext
2760
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2761
 
+$as_echo "$ac_cv_exeext" >&6; }
2762
 
 
2763
 
 rm -f conftest.$ac_ext
2764
 
 EXEEXT=$ac_cv_exeext
2765
 
 ac_exeext=$EXEEXT
2766
 
-echo "$as_me:$LINENO: checking for suffix of object files" >&5
2767
 
-echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2768
 
-if test "${ac_cv_objext+set}" = set; then
2769
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
2770
 
-else
2771
 
-  cat >conftest.$ac_ext <<_ACEOF
2772
 
-/* confdefs.h.  */
2773
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2774
 
+/* end confdefs.h.  */
2775
 
+#include <stdio.h>
2776
 
+int
2777
 
+main ()
2778
 
+{
2779
 
+FILE *f = fopen ("conftest.out", "w");
2780
 
+ return ferror (f) || fclose (f) != 0;
2781
 
+
2782
 
+  ;
2783
 
+  return 0;
2784
 
+}
2785
 
 _ACEOF
2786
 
-cat confdefs.h >>conftest.$ac_ext
2787
 
-cat >>conftest.$ac_ext <<_ACEOF
2788
 
+ac_clean_files="$ac_clean_files conftest.out"
2789
 
+# Check that the compiler produces executables we can run.  If not, either
2790
 
+# the compiler is broken, or we cross compile.
2791
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2792
 
+$as_echo_n "checking whether we are cross compiling... " >&6; }
2793
 
+if test "$cross_compiling" != yes; then
2794
 
+  { { ac_try="$ac_link"
2795
 
+case "(($ac_try" in
2796
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2797
 
+  *) ac_try_echo=$ac_try;;
2798
 
+esac
2799
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2800
 
+$as_echo "$ac_try_echo"; } >&5
2801
 
+  (eval "$ac_link") 2>&5
2802
 
+  ac_status=$?
2803
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2804
 
+  test $ac_status = 0; }
2805
 
+  if { ac_try='./conftest$ac_cv_exeext'
2806
 
+  { { case "(($ac_try" in
2807
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2808
 
+  *) ac_try_echo=$ac_try;;
2809
 
+esac
2810
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2811
 
+$as_echo "$ac_try_echo"; } >&5
2812
 
+  (eval "$ac_try") 2>&5
2813
 
+  ac_status=$?
2814
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2815
 
+  test $ac_status = 0; }; }; then
2816
 
+    cross_compiling=no
2817
 
+  else
2818
 
+    if test "$cross_compiling" = maybe; then
2819
 
+       cross_compiling=yes
2820
 
+    else
2821
 
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2822
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2823
 
+as_fn_error "cannot run C compiled programs.
2824
 
+If you meant to cross compile, use \`--host'.
2825
 
+See \`config.log' for more details." "$LINENO" 5; }
2826
 
+    fi
2827
 
+  fi
2828
 
+fi
2829
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2830
 
+$as_echo "$cross_compiling" >&6; }
2831
 
+
2832
 
+rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2833
 
+ac_clean_files=$ac_clean_files_save
2834
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2835
 
+$as_echo_n "checking for suffix of object files... " >&6; }
2836
 
+if test "${ac_cv_objext+set}" = set; then :
2837
 
+  $as_echo_n "(cached) " >&6
2838
 
+else
2839
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2840
 
 /* end confdefs.h.  */
2841
 
 
2842
 
 int
2843
 
@@ -1794,45 +2331,46 @@ main ()
2844
 
 }
2845
 
 _ACEOF
2846
 
 rm -f conftest.o conftest.obj
2847
 
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2848
 
-  (eval $ac_compile) 2>&5
2849
 
-  ac_status=$?
2850
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2851
 
-  (exit $ac_status); }; then
2852
 
-  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2853
 
+if { { ac_try="$ac_compile"
2854
 
+case "(($ac_try" in
2855
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2856
 
+  *) ac_try_echo=$ac_try;;
2857
 
+esac
2858
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2859
 
+$as_echo "$ac_try_echo"; } >&5
2860
 
+  (eval "$ac_compile") 2>&5
2861
 
+  ac_status=$?
2862
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2863
 
+  test $ac_status = 0; }; then :
2864
 
+  for ac_file in conftest.o conftest.obj conftest.*; do
2865
 
+  test -f "$ac_file" || continue;
2866
 
   case $ac_file in
2867
 
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2868
 
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2869
 
     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2870
 
        break;;
2871
 
   esac
2872
 
 done
2873
 
 else
2874
 
-  echo "$as_me: failed program was:" >&5
2875
 
+  $as_echo "$as_me: failed program was:" >&5
2876
 
 sed 's/^/| /' conftest.$ac_ext >&5
2877
 
 
2878
 
-{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2879
 
-See \`config.log' for more details." >&5
2880
 
-echo "$as_me: error: cannot compute suffix of object files: cannot compile
2881
 
-See \`config.log' for more details." >&2;}
2882
 
-   { (exit 1); exit 1; }; }
2883
 
+{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2884
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2885
 
+as_fn_error "cannot compute suffix of object files: cannot compile
2886
 
+See \`config.log' for more details." "$LINENO" 5; }
2887
 
 fi
2888
 
-
2889
 
 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2890
 
 fi
2891
 
-echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2892
 
-echo "${ECHO_T}$ac_cv_objext" >&6
2893
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2894
 
+$as_echo "$ac_cv_objext" >&6; }
2895
 
 OBJEXT=$ac_cv_objext
2896
 
 ac_objext=$OBJEXT
2897
 
-echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2898
 
-echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2899
 
-if test "${ac_cv_c_compiler_gnu+set}" = set; then
2900
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
2901
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2902
 
+$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2903
 
+if test "${ac_cv_c_compiler_gnu+set}" = set; then :
2904
 
+  $as_echo_n "(cached) " >&6
2905
 
 else
2906
 
-  cat >conftest.$ac_ext <<_ACEOF
2907
 
-/* confdefs.h.  */
2908
 
-_ACEOF
2909
 
-cat confdefs.h >>conftest.$ac_ext
2910
 
-cat >>conftest.$ac_ext <<_ACEOF
2911
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2912
 
 /* end confdefs.h.  */
2913
 
 
2914
 
 int
2915
 
@@ -1846,54 +2384,34 @@ main ()
2916
 
   return 0;
2917
 
 }
2918
 
 _ACEOF
2919
 
-rm -f conftest.$ac_objext
2920
 
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2921
 
-  (eval $ac_compile) 2>conftest.er1
2922
 
-  ac_status=$?
2923
 
-  grep -v '^ *+' conftest.er1 >conftest.err
2924
 
-  rm -f conftest.er1
2925
 
-  cat conftest.err >&5
2926
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2927
 
-  (exit $ac_status); } &&
2928
 
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2929
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2930
 
-  (eval $ac_try) 2>&5
2931
 
-  ac_status=$?
2932
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2933
 
-  (exit $ac_status); }; } &&
2934
 
-        { ac_try='test -s conftest.$ac_objext'
2935
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2936
 
-  (eval $ac_try) 2>&5
2937
 
-  ac_status=$?
2938
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2939
 
-  (exit $ac_status); }; }; then
2940
 
+if ac_fn_c_try_compile "$LINENO"; then :
2941
 
   ac_compiler_gnu=yes
2942
 
 else
2943
 
-  echo "$as_me: failed program was:" >&5
2944
 
-sed 's/^/| /' conftest.$ac_ext >&5
2945
 
-
2946
 
-ac_compiler_gnu=no
2947
 
+  ac_compiler_gnu=no
2948
 
 fi
2949
 
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2950
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2951
 
 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2952
 
 
2953
 
 fi
2954
 
-echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2955
 
-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2956
 
-GCC=`test $ac_compiler_gnu = yes && echo yes`
2957
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2958
 
+$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2959
 
+if test $ac_compiler_gnu = yes; then
2960
 
+  GCC=yes
2961
 
+else
2962
 
+  GCC=
2963
 
+fi
2964
 
 ac_test_CFLAGS=${CFLAGS+set}
2965
 
 ac_save_CFLAGS=$CFLAGS
2966
 
-CFLAGS="-g"
2967
 
-echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2968
 
-echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2969
 
-if test "${ac_cv_prog_cc_g+set}" = set; then
2970
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
2971
 
-else
2972
 
-  cat >conftest.$ac_ext <<_ACEOF
2973
 
-/* confdefs.h.  */
2974
 
-_ACEOF
2975
 
-cat confdefs.h >>conftest.$ac_ext
2976
 
-cat >>conftest.$ac_ext <<_ACEOF
2977
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2978
 
+$as_echo_n "checking whether $CC accepts -g... " >&6; }
2979
 
+if test "${ac_cv_prog_cc_g+set}" = set; then :
2980
 
+  $as_echo_n "(cached) " >&6
2981
 
+else
2982
 
+  ac_save_c_werror_flag=$ac_c_werror_flag
2983
 
+   ac_c_werror_flag=yes
2984
 
+   ac_cv_prog_cc_g=no
2985
 
+   CFLAGS="-g"
2986
 
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2987
 
 /* end confdefs.h.  */
2988
 
 
2989
 
 int
2990
 
@@ -1904,38 +2422,49 @@ main ()
2991
 
   return 0;
2992
 
 }
2993
 
 _ACEOF
2994
 
-rm -f conftest.$ac_objext
2995
 
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2996
 
-  (eval $ac_compile) 2>conftest.er1
2997
 
-  ac_status=$?
2998
 
-  grep -v '^ *+' conftest.er1 >conftest.err
2999
 
-  rm -f conftest.er1
3000
 
-  cat conftest.err >&5
3001
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3002
 
-  (exit $ac_status); } &&
3003
 
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
3004
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3005
 
-  (eval $ac_try) 2>&5
3006
 
-  ac_status=$?
3007
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3008
 
-  (exit $ac_status); }; } &&
3009
 
-        { ac_try='test -s conftest.$ac_objext'
3010
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3011
 
-  (eval $ac_try) 2>&5
3012
 
-  ac_status=$?
3013
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3014
 
-  (exit $ac_status); }; }; then
3015
 
+if ac_fn_c_try_compile "$LINENO"; then :
3016
 
   ac_cv_prog_cc_g=yes
3017
 
 else
3018
 
-  echo "$as_me: failed program was:" >&5
3019
 
-sed 's/^/| /' conftest.$ac_ext >&5
3020
 
+  CFLAGS=""
3021
 
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3022
 
+/* end confdefs.h.  */
3023
 
+
3024
 
+int
3025
 
+main ()
3026
 
+{
3027
 
+
3028
 
+  ;
3029
 
+  return 0;
3030
 
+}
3031
 
+_ACEOF
3032
 
+if ac_fn_c_try_compile "$LINENO"; then :
3033
 
 
3034
 
-ac_cv_prog_cc_g=no
3035
 
+else
3036
 
+  ac_c_werror_flag=$ac_save_c_werror_flag
3037
 
+        CFLAGS="-g"
3038
 
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3039
 
+/* end confdefs.h.  */
3040
 
+
3041
 
+int
3042
 
+main ()
3043
 
+{
3044
 
+
3045
 
+  ;
3046
 
+  return 0;
3047
 
+}
3048
 
+_ACEOF
3049
 
+if ac_fn_c_try_compile "$LINENO"; then :
3050
 
+  ac_cv_prog_cc_g=yes
3051
 
 fi
3052
 
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3053
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3054
 
 fi
3055
 
-echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3056
 
-echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
3057
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3058
 
+fi
3059
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3060
 
+   ac_c_werror_flag=$ac_save_c_werror_flag
3061
 
+fi
3062
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3063
 
+$as_echo "$ac_cv_prog_cc_g" >&6; }
3064
 
 if test "$ac_test_CFLAGS" = set; then
3065
 
   CFLAGS=$ac_save_CFLAGS
3066
 
 elif test $ac_cv_prog_cc_g = yes; then
3067
 
@@ -1951,18 +2480,14 @@ else
3068
 
     CFLAGS=
3069
 
   fi
3070
 
 fi
3071
 
-echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
3072
 
-echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
3073
 
-if test "${ac_cv_prog_cc_stdc+set}" = set; then
3074
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
3075
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3076
 
+$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3077
 
+if test "${ac_cv_prog_cc_c89+set}" = set; then :
3078
 
+  $as_echo_n "(cached) " >&6
3079
 
 else
3080
 
-  ac_cv_prog_cc_stdc=no
3081
 
+  ac_cv_prog_cc_c89=no
3082
 
 ac_save_CC=$CC
3083
 
-cat >conftest.$ac_ext <<_ACEOF
3084
 
-/* confdefs.h.  */
3085
 
-_ACEOF
3086
 
-cat confdefs.h >>conftest.$ac_ext
3087
 
-cat >>conftest.$ac_ext <<_ACEOF
3088
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3089
 
 /* end confdefs.h.  */
3090
 
 #include <stdarg.h>
3091
 
 #include <stdio.h>
3092
 
@@ -1990,12 +2515,17 @@ static char *f (char * (*g) (char **, in
3093
 
 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3094
 
    function prototypes and stuff, but not '\xHH' hex character constants.
3095
 
    These don't provoke an error unfortunately, instead are silently treated
3096
 
-   as 'x'.  The following induces an error, until -std1 is added to get
3097
 
+   as 'x'.  The following induces an error, until -std is added to get
3098
 
    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3099
 
    array size at least.  It's necessary to write '\x00'==0 to get something
3100
 
-   that's true only with -std1.  */
3101
 
+   that's true only with -std.  */
3102
 
 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3103
 
 
3104
 
+/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3105
 
+   inside strings and character constants.  */
3106
 
+#define FOO(x) 'x'
3107
 
+int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3108
 
+
3109
 
 int test (int i, double x);
3110
 
 struct s1 {int (*f) (int a);};
3111
 
 struct s2 {int (*f) (double a);};
3112
 
@@ -2010,201 +2540,37 @@ return f (e, argv, 0) != argv[0]  ||  f
3113
 
   return 0;
3114
 
 }
3115
 
 _ACEOF
3116
 
-# Don't try gcc -ansi; that turns off useful extensions and
3117
 
-# breaks some systems' header files.
3118
 
-# AIX                  -qlanglvl=ansi
3119
 
-# Ultrix and OSF/1     -std1
3120
 
-# HP-UX 10.20 and later        -Ae
3121
 
-# HP-UX older versions -Aa -D_HPUX_SOURCE
3122
 
-# SVR4                 -Xc -D__EXTENSIONS__
3123
 
-for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3124
 
+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3125
 
+       -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3126
 
 do
3127
 
   CC="$ac_save_CC $ac_arg"
3128
 
-  rm -f conftest.$ac_objext
3129
 
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3130
 
-  (eval $ac_compile) 2>conftest.er1
3131
 
-  ac_status=$?
3132
 
-  grep -v '^ *+' conftest.er1 >conftest.err
3133
 
-  rm -f conftest.er1
3134
 
-  cat conftest.err >&5
3135
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3136
 
-  (exit $ac_status); } &&
3137
 
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
3138
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3139
 
-  (eval $ac_try) 2>&5
3140
 
-  ac_status=$?
3141
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3142
 
-  (exit $ac_status); }; } &&
3143
 
-        { ac_try='test -s conftest.$ac_objext'
3144
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3145
 
-  (eval $ac_try) 2>&5
3146
 
-  ac_status=$?
3147
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3148
 
-  (exit $ac_status); }; }; then
3149
 
-  ac_cv_prog_cc_stdc=$ac_arg
3150
 
-break
3151
 
-else
3152
 
-  echo "$as_me: failed program was:" >&5
3153
 
-sed 's/^/| /' conftest.$ac_ext >&5
3154
 
-
3155
 
+  if ac_fn_c_try_compile "$LINENO"; then :
3156
 
+  ac_cv_prog_cc_c89=$ac_arg
3157
 
 fi
3158
 
-rm -f conftest.err conftest.$ac_objext
3159
 
+rm -f core conftest.err conftest.$ac_objext
3160
 
+  test "x$ac_cv_prog_cc_c89" != "xno" && break
3161
 
 done
3162
 
-rm -f conftest.$ac_ext conftest.$ac_objext
3163
 
+rm -f conftest.$ac_ext
3164
 
 CC=$ac_save_CC
3165
 
 
3166
 
 fi
3167
 
-
3168
 
-case "x$ac_cv_prog_cc_stdc" in
3169
 
-  x|xno)
3170
 
-    echo "$as_me:$LINENO: result: none needed" >&5
3171
 
-echo "${ECHO_T}none needed" >&6 ;;
3172
 
+# AC_CACHE_VAL
3173
 
+case "x$ac_cv_prog_cc_c89" in
3174
 
+  x)
3175
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3176
 
+$as_echo "none needed" >&6; } ;;
3177
 
+  xno)
3178
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3179
 
+$as_echo "unsupported" >&6; } ;;
3180
 
   *)
3181
 
-    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
3182
 
-echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
3183
 
-    CC="$CC $ac_cv_prog_cc_stdc" ;;
3184
 
+    CC="$CC $ac_cv_prog_cc_c89"
3185
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3186
 
+$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3187
 
 esac
3188
 
+if test "x$ac_cv_prog_cc_c89" != xno; then :
3189
 
 
3190
 
-# Some people use a C++ compiler to compile C.  Since we use `exit',
3191
 
-# in C++ we need to declare it.  In case someone uses the same compiler
3192
 
-# for both compiling C and C++ we need to have the C++ compiler decide
3193
 
-# the declaration of exit, since it's the most demanding environment.
3194
 
-cat >conftest.$ac_ext <<_ACEOF
3195
 
-#ifndef __cplusplus
3196
 
-  choke me
3197
 
-#endif
3198
 
-_ACEOF
3199
 
-rm -f conftest.$ac_objext
3200
 
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3201
 
-  (eval $ac_compile) 2>conftest.er1
3202
 
-  ac_status=$?
3203
 
-  grep -v '^ *+' conftest.er1 >conftest.err
3204
 
-  rm -f conftest.er1
3205
 
-  cat conftest.err >&5
3206
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3207
 
-  (exit $ac_status); } &&
3208
 
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
3209
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3210
 
-  (eval $ac_try) 2>&5
3211
 
-  ac_status=$?
3212
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3213
 
-  (exit $ac_status); }; } &&
3214
 
-        { ac_try='test -s conftest.$ac_objext'
3215
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3216
 
-  (eval $ac_try) 2>&5
3217
 
-  ac_status=$?
3218
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3219
 
-  (exit $ac_status); }; }; then
3220
 
-  for ac_declaration in \
3221
 
-   '' \
3222
 
-   'extern "C" void std::exit (int) throw (); using std::exit;' \
3223
 
-   'extern "C" void std::exit (int); using std::exit;' \
3224
 
-   'extern "C" void exit (int) throw ();' \
3225
 
-   'extern "C" void exit (int);' \
3226
 
-   'void exit (int);'
3227
 
-do
3228
 
-  cat >conftest.$ac_ext <<_ACEOF
3229
 
-/* confdefs.h.  */
3230
 
-_ACEOF
3231
 
-cat confdefs.h >>conftest.$ac_ext
3232
 
-cat >>conftest.$ac_ext <<_ACEOF
3233
 
-/* end confdefs.h.  */
3234
 
-$ac_declaration
3235
 
-#include <stdlib.h>
3236
 
-int
3237
 
-main ()
3238
 
-{
3239
 
-exit (42);
3240
 
-  ;
3241
 
-  return 0;
3242
 
-}
3243
 
-_ACEOF
3244
 
-rm -f conftest.$ac_objext
3245
 
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3246
 
-  (eval $ac_compile) 2>conftest.er1
3247
 
-  ac_status=$?
3248
 
-  grep -v '^ *+' conftest.er1 >conftest.err
3249
 
-  rm -f conftest.er1
3250
 
-  cat conftest.err >&5
3251
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3252
 
-  (exit $ac_status); } &&
3253
 
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
3254
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3255
 
-  (eval $ac_try) 2>&5
3256
 
-  ac_status=$?
3257
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3258
 
-  (exit $ac_status); }; } &&
3259
 
-        { ac_try='test -s conftest.$ac_objext'
3260
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3261
 
-  (eval $ac_try) 2>&5
3262
 
-  ac_status=$?
3263
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3264
 
-  (exit $ac_status); }; }; then
3265
 
-  :
3266
 
-else
3267
 
-  echo "$as_me: failed program was:" >&5
3268
 
-sed 's/^/| /' conftest.$ac_ext >&5
3269
 
-
3270
 
-continue
3271
 
-fi
3272
 
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3273
 
-  cat >conftest.$ac_ext <<_ACEOF
3274
 
-/* confdefs.h.  */
3275
 
-_ACEOF
3276
 
-cat confdefs.h >>conftest.$ac_ext
3277
 
-cat >>conftest.$ac_ext <<_ACEOF
3278
 
-/* end confdefs.h.  */
3279
 
-$ac_declaration
3280
 
-int
3281
 
-main ()
3282
 
-{
3283
 
-exit (42);
3284
 
-  ;
3285
 
-  return 0;
3286
 
-}
3287
 
-_ACEOF
3288
 
-rm -f conftest.$ac_objext
3289
 
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3290
 
-  (eval $ac_compile) 2>conftest.er1
3291
 
-  ac_status=$?
3292
 
-  grep -v '^ *+' conftest.er1 >conftest.err
3293
 
-  rm -f conftest.er1
3294
 
-  cat conftest.err >&5
3295
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3296
 
-  (exit $ac_status); } &&
3297
 
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
3298
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3299
 
-  (eval $ac_try) 2>&5
3300
 
-  ac_status=$?
3301
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3302
 
-  (exit $ac_status); }; } &&
3303
 
-        { ac_try='test -s conftest.$ac_objext'
3304
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3305
 
-  (eval $ac_try) 2>&5
3306
 
-  ac_status=$?
3307
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3308
 
-  (exit $ac_status); }; }; then
3309
 
-  break
3310
 
-else
3311
 
-  echo "$as_me: failed program was:" >&5
3312
 
-sed 's/^/| /' conftest.$ac_ext >&5
3313
 
-
3314
 
-fi
3315
 
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3316
 
-done
3317
 
-rm -f conftest*
3318
 
-if test -n "$ac_declaration"; then
3319
 
-  echo '#ifdef __cplusplus' >>confdefs.h
3320
 
-  echo $ac_declaration      >>confdefs.h
3321
 
-  echo '#endif'             >>confdefs.h
3322
 
 fi
3323
 
 
3324
 
-else
3325
 
-  echo "$as_me: failed program was:" >&5
3326
 
-sed 's/^/| /' conftest.$ac_ext >&5
3327
 
-
3328
 
-fi
3329
 
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3330
 
 ac_ext=c
3331
 
 ac_cpp='$CPP $CPPFLAGS'
3332
 
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3333
 
@@ -2216,10 +2582,10 @@ for ac_prog in flex lex
3334
 
 do
3335
 
   # Extract the first word of "$ac_prog", so it can be a program name with args.
3336
 
 set dummy $ac_prog; ac_word=$2
3337
 
-echo "$as_me:$LINENO: checking for $ac_word" >&5
3338
 
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3339
 
-if test "${ac_cv_prog_LEX+set}" = set; then
3340
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
3341
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3342
 
+$as_echo_n "checking for $ac_word... " >&6; }
3343
 
+if test "${ac_cv_prog_LEX+set}" = set; then :
3344
 
+  $as_echo_n "(cached) " >&6
3345
 
 else
3346
 
   if test -n "$LEX"; then
3347
 
   ac_cv_prog_LEX="$LEX" # Let the user override the test.
3348
 
@@ -2229,268 +2595,154 @@ for as_dir in $PATH
3349
 
 do
3350
 
   IFS=$as_save_IFS
3351
 
   test -z "$as_dir" && as_dir=.
3352
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
3353
 
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3354
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
3355
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3356
 
     ac_cv_prog_LEX="$ac_prog"
3357
 
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3358
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3359
 
     break 2
3360
 
   fi
3361
 
 done
3362
 
-done
3363
 
+  done
3364
 
+IFS=$as_save_IFS
3365
 
 
3366
 
 fi
3367
 
 fi
3368
 
 LEX=$ac_cv_prog_LEX
3369
 
 if test -n "$LEX"; then
3370
 
-  echo "$as_me:$LINENO: result: $LEX" >&5
3371
 
-echo "${ECHO_T}$LEX" >&6
3372
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
3373
 
+$as_echo "$LEX" >&6; }
3374
 
 else
3375
 
-  echo "$as_me:$LINENO: result: no" >&5
3376
 
-echo "${ECHO_T}no" >&6
3377
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3378
 
+$as_echo "no" >&6; }
3379
 
 fi
3380
 
 
3381
 
+
3382
 
   test -n "$LEX" && break
3383
 
 done
3384
 
 test -n "$LEX" || LEX=":"
3385
 
 
3386
 
-if test -z "$LEXLIB"
3387
 
-then
3388
 
-  echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
3389
 
-echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
3390
 
-if test "${ac_cv_lib_fl_yywrap+set}" = set; then
3391
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
3392
 
-else
3393
 
-  ac_check_lib_save_LIBS=$LIBS
3394
 
-LIBS="-lfl  $LIBS"
3395
 
-cat >conftest.$ac_ext <<_ACEOF
3396
 
-/* confdefs.h.  */
3397
 
-_ACEOF
3398
 
-cat confdefs.h >>conftest.$ac_ext
3399
 
-cat >>conftest.$ac_ext <<_ACEOF
3400
 
-/* end confdefs.h.  */
3401
 
-
3402
 
-/* Override any gcc2 internal prototype to avoid an error.  */
3403
 
-#ifdef __cplusplus
3404
 
-extern "C"
3405
 
+if test "x$LEX" != "x:"; then
3406
 
+  cat >conftest.l <<_ACEOF
3407
 
+%%
3408
 
+a { ECHO; }
3409
 
+b { REJECT; }
3410
 
+c { yymore (); }
3411
 
+d { yyless (1); }
3412
 
+e { yyless (input () != 0); }
3413
 
+f { unput (yytext[0]); }
3414
 
+. { BEGIN INITIAL; }
3415
 
+%%
3416
 
+#ifdef YYTEXT_POINTER
3417
 
+extern char *yytext;
3418
 
 #endif
3419
 
-/* We use char because int might match the return type of a gcc2
3420
 
-   builtin and then its argument prototype would still apply.  */
3421
 
-char yywrap ();
3422
 
 int
3423
 
-main ()
3424
 
+main (void)
3425
 
 {
3426
 
-yywrap ();
3427
 
-  ;
3428
 
-  return 0;
3429
 
+  return ! yylex () + ! yywrap ();
3430
 
 }
3431
 
 _ACEOF
3432
 
-rm -f conftest.$ac_objext conftest$ac_exeext
3433
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3434
 
-  (eval $ac_link) 2>conftest.er1
3435
 
-  ac_status=$?
3436
 
-  grep -v '^ *+' conftest.er1 >conftest.err
3437
 
-  rm -f conftest.er1
3438
 
-  cat conftest.err >&5
3439
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3440
 
-  (exit $ac_status); } &&
3441
 
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
3442
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3443
 
-  (eval $ac_try) 2>&5
3444
 
-  ac_status=$?
3445
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3446
 
-  (exit $ac_status); }; } &&
3447
 
-        { ac_try='test -s conftest$ac_exeext'
3448
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3449
 
-  (eval $ac_try) 2>&5
3450
 
-  ac_status=$?
3451
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3452
 
-  (exit $ac_status); }; }; then
3453
 
-  ac_cv_lib_fl_yywrap=yes
3454
 
+{ { ac_try="$LEX conftest.l"
3455
 
+case "(($ac_try" in
3456
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3457
 
+  *) ac_try_echo=$ac_try;;
3458
 
+esac
3459
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3460
 
+$as_echo "$ac_try_echo"; } >&5
3461
 
+  (eval "$LEX conftest.l") 2>&5
3462
 
+  ac_status=$?
3463
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3464
 
+  test $ac_status = 0; }
3465
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
3466
 
+$as_echo_n "checking lex output file root... " >&6; }
3467
 
+if test "${ac_cv_prog_lex_root+set}" = set; then :
3468
 
+  $as_echo_n "(cached) " >&6
3469
 
 else
3470
 
-  echo "$as_me: failed program was:" >&5
3471
 
-sed 's/^/| /' conftest.$ac_ext >&5
3472
 
 
3473
 
-ac_cv_lib_fl_yywrap=no
3474
 
+if test -f lex.yy.c; then
3475
 
+  ac_cv_prog_lex_root=lex.yy
3476
 
+elif test -f lexyy.c; then
3477
 
+  ac_cv_prog_lex_root=lexyy
3478
 
+else
3479
 
+  as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
3480
 
 fi
3481
 
-rm -f conftest.err conftest.$ac_objext \
3482
 
-      conftest$ac_exeext conftest.$ac_ext
3483
 
-LIBS=$ac_check_lib_save_LIBS
3484
 
-fi
3485
 
-echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
3486
 
-echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
3487
 
-if test $ac_cv_lib_fl_yywrap = yes; then
3488
 
-  LEXLIB="-lfl"
3489
 
-else
3490
 
-  echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
3491
 
-echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
3492
 
-if test "${ac_cv_lib_l_yywrap+set}" = set; then
3493
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
3494
 
-else
3495
 
-  ac_check_lib_save_LIBS=$LIBS
3496
 
-LIBS="-ll  $LIBS"
3497
 
-cat >conftest.$ac_ext <<_ACEOF
3498
 
-/* confdefs.h.  */
3499
 
-_ACEOF
3500
 
-cat confdefs.h >>conftest.$ac_ext
3501
 
-cat >>conftest.$ac_ext <<_ACEOF
3502
 
-/* end confdefs.h.  */
3503
 
+fi
3504
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
3505
 
+$as_echo "$ac_cv_prog_lex_root" >&6; }
3506
 
+LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
3507
 
 
3508
 
-/* Override any gcc2 internal prototype to avoid an error.  */
3509
 
-#ifdef __cplusplus
3510
 
-extern "C"
3511
 
-#endif
3512
 
-/* We use char because int might match the return type of a gcc2
3513
 
-   builtin and then its argument prototype would still apply.  */
3514
 
-char yywrap ();
3515
 
-int
3516
 
-main ()
3517
 
-{
3518
 
-yywrap ();
3519
 
-  ;
3520
 
-  return 0;
3521
 
-}
3522
 
-_ACEOF
3523
 
-rm -f conftest.$ac_objext conftest$ac_exeext
3524
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3525
 
-  (eval $ac_link) 2>conftest.er1
3526
 
-  ac_status=$?
3527
 
-  grep -v '^ *+' conftest.er1 >conftest.err
3528
 
-  rm -f conftest.er1
3529
 
-  cat conftest.err >&5
3530
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3531
 
-  (exit $ac_status); } &&
3532
 
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
3533
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3534
 
-  (eval $ac_try) 2>&5
3535
 
-  ac_status=$?
3536
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3537
 
-  (exit $ac_status); }; } &&
3538
 
-        { ac_try='test -s conftest$ac_exeext'
3539
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3540
 
-  (eval $ac_try) 2>&5
3541
 
-  ac_status=$?
3542
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3543
 
-  (exit $ac_status); }; }; then
3544
 
-  ac_cv_lib_l_yywrap=yes
3545
 
+if test -z "${LEXLIB+set}"; then
3546
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
3547
 
+$as_echo_n "checking lex library... " >&6; }
3548
 
+if test "${ac_cv_lib_lex+set}" = set; then :
3549
 
+  $as_echo_n "(cached) " >&6
3550
 
 else
3551
 
-  echo "$as_me: failed program was:" >&5
3552
 
-sed 's/^/| /' conftest.$ac_ext >&5
3553
 
 
3554
 
-ac_cv_lib_l_yywrap=no
3555
 
-fi
3556
 
-rm -f conftest.err conftest.$ac_objext \
3557
 
-      conftest$ac_exeext conftest.$ac_ext
3558
 
-LIBS=$ac_check_lib_save_LIBS
3559
 
-fi
3560
 
-echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
3561
 
-echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
3562
 
-if test $ac_cv_lib_l_yywrap = yes; then
3563
 
-  LEXLIB="-ll"
3564
 
+    ac_save_LIBS=$LIBS
3565
 
+    ac_cv_lib_lex='none needed'
3566
 
+    for ac_lib in '' -lfl -ll; do
3567
 
+      LIBS="$ac_lib $ac_save_LIBS"
3568
 
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3569
 
+/* end confdefs.h.  */
3570
 
+`cat $LEX_OUTPUT_ROOT.c`
3571
 
+_ACEOF
3572
 
+if ac_fn_c_try_link "$LINENO"; then :
3573
 
+  ac_cv_lib_lex=$ac_lib
3574
 
 fi
3575
 
+rm -f core conftest.err conftest.$ac_objext \
3576
 
+    conftest$ac_exeext conftest.$ac_ext
3577
 
+      test "$ac_cv_lib_lex" != 'none needed' && break
3578
 
+    done
3579
 
+    LIBS=$ac_save_LIBS
3580
 
 
3581
 
 fi
3582
 
-
3583
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
3584
 
+$as_echo "$ac_cv_lib_lex" >&6; }
3585
 
+  test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
3586
 
 fi
3587
 
 
3588
 
-if test "x$LEX" != "x:"; then
3589
 
-  echo "$as_me:$LINENO: checking lex output file root" >&5
3590
 
-echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
3591
 
-if test "${ac_cv_prog_lex_root+set}" = set; then
3592
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
3593
 
-else
3594
 
-  # The minimal lex program is just a single line: %%.  But some broken lexes
3595
 
-# (Solaris, I think it was) want two %% lines, so accommodate them.
3596
 
-cat >conftest.l <<_ACEOF
3597
 
-%%
3598
 
-%%
3599
 
-_ACEOF
3600
 
-{ (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
3601
 
-  (eval $LEX conftest.l) 2>&5
3602
 
-  ac_status=$?
3603
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3604
 
-  (exit $ac_status); }
3605
 
-if test -f lex.yy.c; then
3606
 
-  ac_cv_prog_lex_root=lex.yy
3607
 
-elif test -f lexyy.c; then
3608
 
-  ac_cv_prog_lex_root=lexyy
3609
 
-else
3610
 
-  { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
3611
 
-echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
3612
 
-   { (exit 1); exit 1; }; }
3613
 
-fi
3614
 
-fi
3615
 
-echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
3616
 
-echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
3617
 
-rm -f conftest.l
3618
 
-LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
3619
 
 
3620
 
-echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
3621
 
-echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
3622
 
-if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
3623
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
3624
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
3625
 
+$as_echo_n "checking whether yytext is a pointer... " >&6; }
3626
 
+if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then :
3627
 
+  $as_echo_n "(cached) " >&6
3628
 
 else
3629
 
   # POSIX says lex can declare yytext either as a pointer or an array; the
3630
 
-# default is implementation-dependent. Figure out which it is, since
3631
 
+# default is implementation-dependent.  Figure out which it is, since
3632
 
 # not all implementations provide the %pointer and %array declarations.
3633
 
 ac_cv_prog_lex_yytext_pointer=no
3634
 
-echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
3635
 
 ac_save_LIBS=$LIBS
3636
 
-LIBS="$LIBS $LEXLIB"
3637
 
-cat >conftest.$ac_ext <<_ACEOF
3638
 
+LIBS="$LEXLIB $ac_save_LIBS"
3639
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3640
 
+/* end confdefs.h.  */
3641
 
+#define YYTEXT_POINTER 1
3642
 
 `cat $LEX_OUTPUT_ROOT.c`
3643
 
 _ACEOF
3644
 
-rm -f conftest.$ac_objext conftest$ac_exeext
3645
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3646
 
-  (eval $ac_link) 2>conftest.er1
3647
 
-  ac_status=$?
3648
 
-  grep -v '^ *+' conftest.er1 >conftest.err
3649
 
-  rm -f conftest.er1
3650
 
-  cat conftest.err >&5
3651
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3652
 
-  (exit $ac_status); } &&
3653
 
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
3654
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3655
 
-  (eval $ac_try) 2>&5
3656
 
-  ac_status=$?
3657
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3658
 
-  (exit $ac_status); }; } &&
3659
 
-        { ac_try='test -s conftest$ac_exeext'
3660
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3661
 
-  (eval $ac_try) 2>&5
3662
 
-  ac_status=$?
3663
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3664
 
-  (exit $ac_status); }; }; then
3665
 
+if ac_fn_c_try_link "$LINENO"; then :
3666
 
   ac_cv_prog_lex_yytext_pointer=yes
3667
 
-else
3668
 
-  echo "$as_me: failed program was:" >&5
3669
 
-sed 's/^/| /' conftest.$ac_ext >&5
3670
 
-
3671
 
 fi
3672
 
-rm -f conftest.err conftest.$ac_objext \
3673
 
-      conftest$ac_exeext conftest.$ac_ext
3674
 
+rm -f core conftest.err conftest.$ac_objext \
3675
 
+    conftest$ac_exeext conftest.$ac_ext
3676
 
 LIBS=$ac_save_LIBS
3677
 
-rm -f "${LEX_OUTPUT_ROOT}.c"
3678
 
 
3679
 
 fi
3680
 
-echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
3681
 
-echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
3682
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
3683
 
+$as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
3684
 
 if test $ac_cv_prog_lex_yytext_pointer = yes; then
3685
 
 
3686
 
-cat >>confdefs.h <<\_ACEOF
3687
 
-#define YYTEXT_POINTER 1
3688
 
-_ACEOF
3689
 
+$as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
3690
 
 
3691
 
 fi
3692
 
+rm -f conftest.l $LEX_OUTPUT_ROOT.c
3693
 
 
3694
 
 fi
3695
 
 for ac_prog in 'bison -y' byacc
3696
 
 do
3697
 
   # Extract the first word of "$ac_prog", so it can be a program name with args.
3698
 
 set dummy $ac_prog; ac_word=$2
3699
 
-echo "$as_me:$LINENO: checking for $ac_word" >&5
3700
 
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3701
 
-if test "${ac_cv_prog_YACC+set}" = set; then
3702
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
3703
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3704
 
+$as_echo_n "checking for $ac_word... " >&6; }
3705
 
+if test "${ac_cv_prog_YACC+set}" = set; then :
3706
 
+  $as_echo_n "(cached) " >&6
3707
 
 else
3708
 
   if test -n "$YACC"; then
3709
 
   ac_cv_prog_YACC="$YACC" # Let the user override the test.
3710
 
@@ -2500,32 +2752,34 @@ for as_dir in $PATH
3711
 
 do
3712
 
   IFS=$as_save_IFS
3713
 
   test -z "$as_dir" && as_dir=.
3714
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
3715
 
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3716
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
3717
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3718
 
     ac_cv_prog_YACC="$ac_prog"
3719
 
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3720
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3721
 
     break 2
3722
 
   fi
3723
 
 done
3724
 
-done
3725
 
+  done
3726
 
+IFS=$as_save_IFS
3727
 
 
3728
 
 fi
3729
 
 fi
3730
 
 YACC=$ac_cv_prog_YACC
3731
 
 if test -n "$YACC"; then
3732
 
-  echo "$as_me:$LINENO: result: $YACC" >&5
3733
 
-echo "${ECHO_T}$YACC" >&6
3734
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
3735
 
+$as_echo "$YACC" >&6; }
3736
 
 else
3737
 
-  echo "$as_me:$LINENO: result: no" >&5
3738
 
-echo "${ECHO_T}no" >&6
3739
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3740
 
+$as_echo "no" >&6; }
3741
 
 fi
3742
 
 
3743
 
+
3744
 
   test -n "$YACC" && break
3745
 
 done
3746
 
 test -n "$YACC" || YACC="yacc"
3747
 
 
3748
 
 
3749
 
-          ac_config_files="$ac_config_files Makefile"
3750
 
+ac_config_files="$ac_config_files Makefile"
3751
 
 
3752
 
 cat >confcache <<\_ACEOF
3753
 
 # This file is a shell script that caches the results of configure
3754
 
@@ -2545,39 +2799,59 @@ _ACEOF
3755
 
 
3756
 
 # The following way of writing the cache mishandles newlines in values,
3757
 
 # but we know of no workaround that is simple, portable, and efficient.
3758
 
-# So, don't put newlines in cache variables' values.
3759
 
+# So, we kill variables containing newlines.
3760
 
 # Ultrix sh set writes to stderr and can't be redirected directly,
3761
 
 # and sets the high bit in the cache file unless we assign to the vars.
3762
 
-{
3763
 
+(
3764
 
+  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
3765
 
+    eval ac_val=\$$ac_var
3766
 
+    case $ac_val in #(
3767
 
+    *${as_nl}*)
3768
 
+      case $ac_var in #(
3769
 
+      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3770
 
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3771
 
+      esac
3772
 
+      case $ac_var in #(
3773
 
+      _ | IFS | as_nl) ;; #(
3774
 
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3775
 
+      *) { eval $ac_var=; unset $ac_var;} ;;
3776
 
+      esac ;;
3777
 
+    esac
3778
 
+  done
3779
 
+
3780
 
   (set) 2>&1 |
3781
 
-    case `(ac_space=' '; set | grep ac_space) 2>&1` in
3782
 
-    *ac_space=\ *)
3783
 
-      # `set' does not quote correctly, so add quotes (double-quote
3784
 
-      # substitution turns \\\\ into \\, and sed turns \\ into \).
3785
 
+    case $as_nl`(ac_space=' '; set) 2>&1` in #(
3786
 
+    *${as_nl}ac_space=\ *)
3787
 
+      # `set' does not quote correctly, so add quotes: double-quote
3788
 
+      # substitution turns \\\\ into \\, and sed turns \\ into \.
3789
 
       sed -n \
3790
 
        "s/'/'\\\\''/g;
3791
 
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3792
 
-      ;;
3793
 
+      ;; #(
3794
 
     *)
3795
 
       # `set' quotes correctly as required by POSIX, so do not add quotes.
3796
 
-      sed -n \
3797
 
-       "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
3798
 
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3799
 
       ;;
3800
 
-    esac;
3801
 
-} |
3802
 
+    esac |
3803
 
+    sort
3804
 
+) |
3805
 
   sed '
3806
 
+     /^ac_cv_env_/b end
3807
 
      t clear
3808
 
-     : clear
3809
 
+     :clear
3810
 
      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3811
 
      t end
3812
 
-     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3813
 
-     : end' >>confcache
3814
 
-if diff $cache_file confcache >/dev/null 2>&1; then :; else
3815
 
-  if test -w $cache_file; then
3816
 
-    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
3817
 
+     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3818
 
+     :end' >>confcache
3819
 
+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3820
 
+  if test -w "$cache_file"; then
3821
 
+    test "x$cache_file" != "x/dev/null" &&
3822
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
3823
 
+$as_echo "$as_me: updating cache $cache_file" >&6;}
3824
 
     cat confcache >$cache_file
3825
 
   else
3826
 
-    echo "not updating unwritable cache $cache_file"
3827
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
3828
 
+$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
3829
 
   fi
3830
 
 fi
3831
 
 rm -f confcache
3832
 
@@ -2586,63 +2860,54 @@ test "x$prefix" = xNONE && prefix=$ac_de
3833
 
 # Let make expand exec_prefix.
3834
 
 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3835
 
 
3836
 
-# VPATH may cause trouble with some makes, so we remove $(srcdir),
3837
 
-# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
3838
 
-# trailing colons and then remove the whole line if VPATH becomes empty
3839
 
-# (actually we leave an empty line to preserve line numbers).
3840
 
-if test "x$srcdir" = x.; then
3841
 
-  ac_vpsub='/^[         ]*VPATH[        ]*=/{
3842
 
-s/:*\$(srcdir):*/:/;
3843
 
-s/:*\${srcdir}:*/:/;
3844
 
-s/:*@srcdir@:*/:/;
3845
 
-s/^\([^=]*=[    ]*\):*/\1/;
3846
 
-s/:*$//;
3847
 
-s/^[^=]*=[      ]*$//;
3848
 
-}'
3849
 
-fi
3850
 
-
3851
 
 # Transform confdefs.h into DEFS.
3852
 
 # Protect against shell expansion while executing Makefile rules.
3853
 
 # Protect against Makefile macro expansion.
3854
 
 #
3855
 
 # If the first sed substitution is executed (which looks for macros that
3856
 
-# take arguments), then we branch to the quote section.  Otherwise,
3857
 
+# take arguments), then branch to the quote section.  Otherwise,
3858
 
 # look for a macro that doesn't take arguments.
3859
 
-cat >confdef2opt.sed <<\_ACEOF
3860
 
+ac_script='
3861
 
+:mline
3862
 
+/\\$/{
3863
 
+ N
3864
 
+ s,\\\n,,
3865
 
+ b mline
3866
 
+}
3867
 
 t clear
3868
 
-: clear
3869
 
-s,^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
3870
 
+:clear
3871
 
+s/^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
3872
 
 t quote
3873
 
-s,^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
3874
 
+s/^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
3875
 
 t quote
3876
 
-d
3877
 
-: quote
3878
 
-s,[     `~#$^&*(){}\\|;'"<>?],\\&,g
3879
 
-s,\[,\\&,g
3880
 
-s,\],\\&,g
3881
 
-s,\$,$$,g
3882
 
-p
3883
 
-_ACEOF
3884
 
-# We use echo to avoid assuming a particular line-breaking character.
3885
 
-# The extra dot is to prevent the shell from consuming trailing
3886
 
-# line-breaks from the sub-command output.  A line-break within
3887
 
-# single-quotes doesn't work because, if this script is created in a
3888
 
-# platform that uses two characters for line-breaks (e.g., DOS), tr
3889
 
-# would break.
3890
 
-ac_LF_and_DOT=`echo; echo .`
3891
 
-DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
3892
 
-rm -f confdef2opt.sed
3893
 
+b any
3894
 
+:quote
3895
 
+s/[     `~#$^&*(){}\\|;'\''"<>?]/\\&/g
3896
 
+s/\[/\\&/g
3897
 
+s/\]/\\&/g
3898
 
+s/\$/$$/g
3899
 
+H
3900
 
+:any
3901
 
+${
3902
 
+       g
3903
 
+       s/^\n//
3904
 
+       s/\n/ /g
3905
 
+       p
3906
 
+}
3907
 
+'
3908
 
+DEFS=`sed -n "$ac_script" confdefs.h`
3909
 
 
3910
 
 
3911
 
 ac_libobjs=
3912
 
 ac_ltlibobjs=
3913
 
 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
3914
 
   # 1. Remove the extension, and $U if already installed.
3915
 
-  ac_i=`echo "$ac_i" |
3916
 
-        sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
3917
 
-  # 2. Add them.
3918
 
-  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
3919
 
-  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
3920
 
+  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
3921
 
+  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
3922
 
+  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
3923
 
+  #    will be set to the directory where LIBOBJS objects are built.
3924
 
+  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
3925
 
+  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
3926
 
 done
3927
 
 LIBOBJS=$ac_libobjs
3928
 
 
3929
 
@@ -2651,11 +2916,13 @@ LTLIBOBJS=$ac_ltlibobjs
3930
 
 
3931
 
 
3932
 
 : ${CONFIG_STATUS=./config.status}
3933
 
+ac_write_fail=0
3934
 
 ac_clean_files_save=$ac_clean_files
3935
 
 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
3936
 
-{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
3937
 
-echo "$as_me: creating $CONFIG_STATUS" >&6;}
3938
 
-cat >$CONFIG_STATUS <<_ACEOF
3939
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
3940
 
+$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
3941
 
+as_write_fail=0
3942
 
+cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
3943
 
 #! $SHELL
3944
 
 # Generated by $as_me.
3945
 
 # Run this file to recreate the current configuration.
3946
 
@@ -2665,81 +2932,252 @@ cat >$CONFIG_STATUS <<_ACEOF
3947
 
 debug=false
3948
 
 ac_cs_recheck=false
3949
 
 ac_cs_silent=false
3950
 
-SHELL=\${CONFIG_SHELL-$SHELL}
3951
 
-_ACEOF
3952
 
 
3953
 
-cat >>$CONFIG_STATUS <<\_ACEOF
3954
 
-## --------------------- ##
3955
 
-## M4sh Initialization.  ##
3956
 
-## --------------------- ##
3957
 
+SHELL=\${CONFIG_SHELL-$SHELL}
3958
 
+export SHELL
3959
 
+_ASEOF
3960
 
+cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
3961
 
+## -------------------- ##
3962
 
+## M4sh Initialization. ##
3963
 
+## -------------------- ##
3964
 
 
3965
 
-# Be Bourne compatible
3966
 
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
3967
 
+# Be more Bourne compatible
3968
 
+DUALCASE=1; export DUALCASE # for MKS sh
3969
 
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
3970
 
   emulate sh
3971
 
   NULLCMD=:
3972
 
-  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
3973
 
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
3974
 
   # is contrary to our usage.  Disable this feature.
3975
 
   alias -g '${1+"$@"}'='"$@"'
3976
 
-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
3977
 
-  set -o posix
3978
 
+  setopt NO_GLOB_SUBST
3979
 
+else
3980
 
+  case `(set -o) 2>/dev/null` in #(
3981
 
+  *posix*) :
3982
 
+    set -o posix ;; #(
3983
 
+  *) :
3984
 
+     ;;
3985
 
+esac
3986
 
 fi
3987
 
-DUALCASE=1; export DUALCASE # for MKS sh
3988
 
 
3989
 
-# Support unset when possible.
3990
 
-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
3991
 
-  as_unset=unset
3992
 
-else
3993
 
-  as_unset=false
3994
 
+
3995
 
+as_nl='
3996
 
+'
3997
 
+export as_nl
3998
 
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
3999
 
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4000
 
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
4001
 
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
4002
 
+# Prefer a ksh shell builtin over an external printf program on Solaris,
4003
 
+# but without wasting forks for bash or zsh.
4004
 
+if test -z "$BASH_VERSION$ZSH_VERSION" \
4005
 
+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
4006
 
+  as_echo='print -r --'
4007
 
+  as_echo_n='print -rn --'
4008
 
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
4009
 
+  as_echo='printf %s\n'
4010
 
+  as_echo_n='printf %s'
4011
 
+else
4012
 
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
4013
 
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
4014
 
+    as_echo_n='/usr/ucb/echo -n'
4015
 
+  else
4016
 
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
4017
 
+    as_echo_n_body='eval
4018
 
+      arg=$1;
4019
 
+      case $arg in #(
4020
 
+      *"$as_nl"*)
4021
 
+       expr "X$arg" : "X\\(.*\\)$as_nl";
4022
 
+       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
4023
 
+      esac;
4024
 
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
4025
 
+    '
4026
 
+    export as_echo_n_body
4027
 
+    as_echo_n='sh -c $as_echo_n_body as_echo'
4028
 
+  fi
4029
 
+  export as_echo_body
4030
 
+  as_echo='sh -c $as_echo_body as_echo'
4031
 
+fi
4032
 
+
4033
 
+# The user is always right.
4034
 
+if test "${PATH_SEPARATOR+set}" != set; then
4035
 
+  PATH_SEPARATOR=:
4036
 
+  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
4037
 
+    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
4038
 
+      PATH_SEPARATOR=';'
4039
 
+  }
4040
 
 fi
4041
 
 
4042
 
 
4043
 
-# Work around bugs in pre-3.0 UWIN ksh.
4044
 
-$as_unset ENV MAIL MAILPATH
4045
 
+# IFS
4046
 
+# We need space, tab and new line, in precisely that order.  Quoting is
4047
 
+# there to prevent editors from complaining about space-tab.
4048
 
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
4049
 
+# splitting by setting IFS to empty value.)
4050
 
+IFS=" ""       $as_nl"
4051
 
+
4052
 
+# Find who we are.  Look in the path if we contain no directory separator.
4053
 
+case $0 in #((
4054
 
+  *[\\/]* ) as_myself=$0 ;;
4055
 
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4056
 
+for as_dir in $PATH
4057
 
+do
4058
 
+  IFS=$as_save_IFS
4059
 
+  test -z "$as_dir" && as_dir=.
4060
 
+    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
4061
 
+  done
4062
 
+IFS=$as_save_IFS
4063
 
+
4064
 
+     ;;
4065
 
+esac
4066
 
+# We did not find ourselves, most probably we were run as `sh COMMAND'
4067
 
+# in which case we are not to be found in the path.
4068
 
+if test "x$as_myself" = x; then
4069
 
+  as_myself=$0
4070
 
+fi
4071
 
+if test ! -f "$as_myself"; then
4072
 
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
4073
 
+  exit 1
4074
 
+fi
4075
 
+
4076
 
+# Unset variables that we do not need and which cause bugs (e.g. in
4077
 
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
4078
 
+# suppresses any "Segmentation fault" message there.  '((' could
4079
 
+# trigger a bug in pdksh 5.2.14.
4080
 
+for as_var in BASH_ENV ENV MAIL MAILPATH
4081
 
+do eval test x\${$as_var+set} = xset \
4082
 
+  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
4083
 
+done
4084
 
 PS1='$ '
4085
 
 PS2='> '
4086
 
 PS4='+ '
4087
 
 
4088
 
 # NLS nuisances.
4089
 
-for as_var in \
4090
 
-  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
4091
 
-  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
4092
 
-  LC_TELEPHONE LC_TIME
4093
 
-do
4094
 
-  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
4095
 
-    eval $as_var=C; export $as_var
4096
 
-  else
4097
 
-    $as_unset $as_var
4098
 
-  fi
4099
 
-done
4100
 
+LC_ALL=C
4101
 
+export LC_ALL
4102
 
+LANGUAGE=C
4103
 
+export LANGUAGE
4104
 
+
4105
 
+# CDPATH.
4106
 
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
4107
 
+
4108
 
+
4109
 
+# as_fn_error ERROR [LINENO LOG_FD]
4110
 
+# ---------------------------------
4111
 
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
4112
 
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
4113
 
+# script with status $?, using 1 if that was 0.
4114
 
+as_fn_error ()
4115
 
+{
4116
 
+  as_status=$?; test $as_status -eq 0 && as_status=1
4117
 
+  if test "$3"; then
4118
 
+    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
4119
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
4120
 
+  fi
4121
 
+  $as_echo "$as_me: error: $1" >&2
4122
 
+  as_fn_exit $as_status
4123
 
+} # as_fn_error
4124
 
+
4125
 
+
4126
 
+# as_fn_set_status STATUS
4127
 
+# -----------------------
4128
 
+# Set $? to STATUS, without forking.
4129
 
+as_fn_set_status ()
4130
 
+{
4131
 
+  return $1
4132
 
+} # as_fn_set_status
4133
 
 
4134
 
-# Required to use basename.
4135
 
-if expr a : '\(a\)' >/dev/null 2>&1; then
4136
 
+# as_fn_exit STATUS
4137
 
+# -----------------
4138
 
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
4139
 
+as_fn_exit ()
4140
 
+{
4141
 
+  set +e
4142
 
+  as_fn_set_status $1
4143
 
+  exit $1
4144
 
+} # as_fn_exit
4145
 
+
4146
 
+# as_fn_unset VAR
4147
 
+# ---------------
4148
 
+# Portably unset VAR.
4149
 
+as_fn_unset ()
4150
 
+{
4151
 
+  { eval $1=; unset $1;}
4152
 
+}
4153
 
+as_unset=as_fn_unset
4154
 
+# as_fn_append VAR VALUE
4155
 
+# ----------------------
4156
 
+# Append the text in VALUE to the end of the definition contained in VAR. Take
4157
 
+# advantage of any shell optimizations that allow amortized linear growth over
4158
 
+# repeated appends, instead of the typical quadratic growth present in naive
4159
 
+# implementations.
4160
 
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
4161
 
+  eval 'as_fn_append ()
4162
 
+  {
4163
 
+    eval $1+=\$2
4164
 
+  }'
4165
 
+else
4166
 
+  as_fn_append ()
4167
 
+  {
4168
 
+    eval $1=\$$1\$2
4169
 
+  }
4170
 
+fi # as_fn_append
4171
 
+
4172
 
+# as_fn_arith ARG...
4173
 
+# ------------------
4174
 
+# Perform arithmetic evaluation on the ARGs, and store the result in the
4175
 
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
4176
 
+# must be portable across $(()) and expr.
4177
 
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
4178
 
+  eval 'as_fn_arith ()
4179
 
+  {
4180
 
+    as_val=$(( $* ))
4181
 
+  }'
4182
 
+else
4183
 
+  as_fn_arith ()
4184
 
+  {
4185
 
+    as_val=`expr "$@" || test $? -eq 1`
4186
 
+  }
4187
 
+fi # as_fn_arith
4188
 
+
4189
 
+
4190
 
+if expr a : '\(a\)' >/dev/null 2>&1 &&
4191
 
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
4192
 
   as_expr=expr
4193
 
 else
4194
 
   as_expr=false
4195
 
 fi
4196
 
 
4197
 
-if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
4198
 
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
4199
 
   as_basename=basename
4200
 
 else
4201
 
   as_basename=false
4202
 
 fi
4203
 
 
4204
 
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
4205
 
+  as_dirname=dirname
4206
 
+else
4207
 
+  as_dirname=false
4208
 
+fi
4209
 
 
4210
 
-# Name of the executable.
4211
 
-as_me=`$as_basename "$0" ||
4212
 
+as_me=`$as_basename -- "$0" ||
4213
 
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
4214
 
         X"$0" : 'X\(//\)$' \| \
4215
 
-        X"$0" : 'X\(/\)$' \| \
4216
 
-        .     : '\(.\)' 2>/dev/null ||
4217
 
-echo X/"$0" |
4218
 
-    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
4219
 
-         /^X\/\(\/\/\)$/{ s//\1/; q; }
4220
 
-         /^X\/\(\/\).*/{ s//\1/; q; }
4221
 
-         s/.*/./; q'`
4222
 
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
4223
 
+$as_echo X/"$0" |
4224
 
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
4225
 
+           s//\1/
4226
 
+           q
4227
 
+         }
4228
 
+         /^X\/\(\/\/\)$/{
4229
 
+           s//\1/
4230
 
+           q
4231
 
+         }
4232
 
+         /^X\/\(\/\).*/{
4233
 
+           s//\1/
4234
 
+           q
4235
 
+         }
4236
 
+         s/.*/./; q'`
4237
 
 
4238
 
-
4239
 
-# PATH needs CR, and LINENO needs CR and PATH.
4240
 
 # Avoid depending upon Character Ranges.
4241
 
 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
4242
 
 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
4243
 
@@ -2747,148 +3185,123 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTE
4244
 
 as_cr_digits='0123456789'
4245
 
 as_cr_alnum=$as_cr_Letters$as_cr_digits
4246
 
 
4247
 
-# The user is always right.
4248
 
-if test "${PATH_SEPARATOR+set}" != set; then
4249
 
-  echo "#! /bin/sh" >conf$$.sh
4250
 
-  echo  "exit 0"   >>conf$$.sh
4251
 
-  chmod +x conf$$.sh
4252
 
-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
4253
 
-    PATH_SEPARATOR=';'
4254
 
-  else
4255
 
-    PATH_SEPARATOR=:
4256
 
-  fi
4257
 
-  rm -f conf$$.sh
4258
 
-fi
4259
 
-
4260
 
-
4261
 
-  as_lineno_1=$LINENO
4262
 
-  as_lineno_2=$LINENO
4263
 
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
4264
 
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
4265
 
-  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
4266
 
-  # Find who we are.  Look in the path if we contain no path at all
4267
 
-  # relative or not.
4268
 
-  case $0 in
4269
 
-    *[\\/]* ) as_myself=$0 ;;
4270
 
-    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4271
 
-for as_dir in $PATH
4272
 
-do
4273
 
-  IFS=$as_save_IFS
4274
 
-  test -z "$as_dir" && as_dir=.
4275
 
-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
4276
 
-done
4277
 
-
4278
 
-       ;;
4279
 
-  esac
4280
 
-  # We did not find ourselves, most probably we were run as `sh COMMAND'
4281
 
-  # in which case we are not to be found in the path.
4282
 
-  if test "x$as_myself" = x; then
4283
 
-    as_myself=$0
4284
 
-  fi
4285
 
-  if test ! -f "$as_myself"; then
4286
 
-    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
4287
 
-echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
4288
 
-   { (exit 1); exit 1; }; }
4289
 
-  fi
4290
 
-  case $CONFIG_SHELL in
4291
 
-  '')
4292
 
-    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4293
 
-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
4294
 
-do
4295
 
-  IFS=$as_save_IFS
4296
 
-  test -z "$as_dir" && as_dir=.
4297
 
-  for as_base in sh bash ksh sh5; do
4298
 
-        case $as_dir in
4299
 
-        /*)
4300
 
-          if ("$as_dir/$as_base" -c '
4301
 
-  as_lineno_1=$LINENO
4302
 
-  as_lineno_2=$LINENO
4303
 
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
4304
 
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
4305
 
-  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
4306
 
-            $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
4307
 
-            $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
4308
 
-            CONFIG_SHELL=$as_dir/$as_base
4309
 
-            export CONFIG_SHELL
4310
 
-            exec "$CONFIG_SHELL" "$0" ${1+"$@"}
4311
 
-          fi;;
4312
 
-        esac
4313
 
-       done
4314
 
-done
4315
 
-;;
4316
 
-  esac
4317
 
-
4318
 
-  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
4319
 
-  # uniformly replaced by the line number.  The first 'sed' inserts a
4320
 
-  # line-number line before each line; the second 'sed' does the real
4321
 
-  # work.  The second script uses 'N' to pair each line-number line
4322
 
-  # with the numbered line, and appends trailing '-' during
4323
 
-  # substitution so that $LINENO is not a special case at line end.
4324
 
-  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
4325
 
-  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
4326
 
-  sed '=' <$as_myself |
4327
 
-    sed '
4328
 
-      N
4329
 
-      s,$,-,
4330
 
-      : loop
4331
 
-      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
4332
 
-      t loop
4333
 
-      s,-$,,
4334
 
-      s,^['$as_cr_digits']*\n,,
4335
 
-    ' >$as_me.lineno &&
4336
 
-  chmod +x $as_me.lineno ||
4337
 
-    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
4338
 
-echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
4339
 
-   { (exit 1); exit 1; }; }
4340
 
-
4341
 
-  # Don't try to exec as it changes $[0], causing all sort of problems
4342
 
-  # (the dirname of $[0] is not the place where we might find the
4343
 
-  # original and so on.  Autoconf is especially sensible to this).
4344
 
-  . ./$as_me.lineno
4345
 
-  # Exit status is that of the last command.
4346
 
-  exit
4347
 
-}
4348
 
-
4349
 
-
4350
 
-case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
4351
 
-  *c*,-n*) ECHO_N= ECHO_C='
4352
 
-' ECHO_T='     ' ;;
4353
 
-  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
4354
 
-  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
4355
 
+ECHO_C= ECHO_N= ECHO_T=
4356
 
+case `echo -n x` in #(((((
4357
 
+-n*)
4358
 
+  case `echo 'xy\c'` in
4359
 
+  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
4360
 
+  xy)  ECHO_C='\c';;
4361
 
+  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
4362
 
+       ECHO_T='        ';;
4363
 
+  esac;;
4364
 
+*)
4365
 
+  ECHO_N='-n';;
4366
 
 esac
4367
 
 
4368
 
-if expr a : '\(a\)' >/dev/null 2>&1; then
4369
 
-  as_expr=expr
4370
 
+rm -f conf$$ conf$$.exe conf$$.file
4371
 
+if test -d conf$$.dir; then
4372
 
+  rm -f conf$$.dir/conf$$.file
4373
 
 else
4374
 
-  as_expr=false
4375
 
+  rm -f conf$$.dir
4376
 
+  mkdir conf$$.dir 2>/dev/null
4377
 
 fi
4378
 
-
4379
 
-rm -f conf$$ conf$$.exe conf$$.file
4380
 
-echo >conf$$.file
4381
 
-if ln -s conf$$.file conf$$ 2>/dev/null; then
4382
 
-  # We could just check for DJGPP; but this test a) works b) is more generic
4383
 
-  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
4384
 
-  if test -f conf$$.exe; then
4385
 
-    # Don't use ln at all; we don't have any links
4386
 
-    as_ln_s='cp -p'
4387
 
-  else
4388
 
+if (echo >conf$$.file) 2>/dev/null; then
4389
 
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
4390
 
     as_ln_s='ln -s'
4391
 
+    # ... but there are two gotchas:
4392
 
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
4393
 
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
4394
 
+    # In both cases, we have to default to `cp -p'.
4395
 
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
4396
 
+      as_ln_s='cp -p'
4397
 
+  elif ln conf$$.file conf$$ 2>/dev/null; then
4398
 
+    as_ln_s=ln
4399
 
+  else
4400
 
+    as_ln_s='cp -p'
4401
 
   fi
4402
 
-elif ln conf$$.file conf$$ 2>/dev/null; then
4403
 
-  as_ln_s=ln
4404
 
 else
4405
 
   as_ln_s='cp -p'
4406
 
 fi
4407
 
-rm -f conf$$ conf$$.exe conf$$.file
4408
 
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
4409
 
+rmdir conf$$.dir 2>/dev/null
4410
 
+
4411
 
+
4412
 
+# as_fn_mkdir_p
4413
 
+# -------------
4414
 
+# Create "$as_dir" as a directory, including parents if necessary.
4415
 
+as_fn_mkdir_p ()
4416
 
+{
4417
 
+
4418
 
+  case $as_dir in #(
4419
 
+  -*) as_dir=./$as_dir;;
4420
 
+  esac
4421
 
+  test -d "$as_dir" || eval $as_mkdir_p || {
4422
 
+    as_dirs=
4423
 
+    while :; do
4424
 
+      case $as_dir in #(
4425
 
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
4426
 
+      *) as_qdir=$as_dir;;
4427
 
+      esac
4428
 
+      as_dirs="'$as_qdir' $as_dirs"
4429
 
+      as_dir=`$as_dirname -- "$as_dir" ||
4430
 
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4431
 
+        X"$as_dir" : 'X\(//\)[^/]' \| \
4432
 
+        X"$as_dir" : 'X\(//\)$' \| \
4433
 
+        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
4434
 
+$as_echo X"$as_dir" |
4435
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4436
 
+           s//\1/
4437
 
+           q
4438
 
+         }
4439
 
+         /^X\(\/\/\)[^/].*/{
4440
 
+           s//\1/
4441
 
+           q
4442
 
+         }
4443
 
+         /^X\(\/\/\)$/{
4444
 
+           s//\1/
4445
 
+           q
4446
 
+         }
4447
 
+         /^X\(\/\).*/{
4448
 
+           s//\1/
4449
 
+           q
4450
 
+         }
4451
 
+         s/.*/./; q'`
4452
 
+      test -d "$as_dir" && break
4453
 
+    done
4454
 
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
4455
 
+  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
4456
 
 
4457
 
+
4458
 
+} # as_fn_mkdir_p
4459
 
 if mkdir -p . 2>/dev/null; then
4460
 
-  as_mkdir_p=:
4461
 
+  as_mkdir_p='mkdir -p "$as_dir"'
4462
 
 else
4463
 
   test -d ./-p && rmdir ./-p
4464
 
   as_mkdir_p=false
4465
 
 fi
4466
 
 
4467
 
-as_executable_p="test -f"
4468
 
+if test -x / >/dev/null 2>&1; then
4469
 
+  as_test_x='test -x'
4470
 
+else
4471
 
+  if ls -dL / >/dev/null 2>&1; then
4472
 
+    as_ls_L_option=L
4473
 
+  else
4474
 
+    as_ls_L_option=
4475
 
+  fi
4476
 
+  as_test_x='
4477
 
+    eval sh -c '\''
4478
 
+      if test -d "$1"; then
4479
 
+       test -d "$1/.";
4480
 
+      else
4481
 
+       case $1 in #(
4482
 
+       -*)set "./$1";;
4483
 
+       esac;
4484
 
+       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
4485
 
+       ???[sx]*):;;*)false;;esac;fi
4486
 
+    '\'' sh
4487
 
+  '
4488
 
+fi
4489
 
+as_executable_p=$as_test_x
4490
 
 
4491
 
 # Sed expression to map a string onto a valid CPP name.
4492
 
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
4493
 
@@ -2897,31 +3310,20 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P
4494
 
 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
4495
 
 
4496
 
 
4497
 
-# IFS
4498
 
-# We need space, tab and new line, in precisely that order.
4499
 
-as_nl='
4500
 
-'
4501
 
-IFS="  $as_nl"
4502
 
-
4503
 
-# CDPATH.
4504
 
-$as_unset CDPATH
4505
 
-
4506
 
 exec 6>&1
4507
 
+## ----------------------------------- ##
4508
 
+## Main body of $CONFIG_STATUS script. ##
4509
 
+## ----------------------------------- ##
4510
 
+_ASEOF
4511
 
+test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
4512
 
 
4513
 
-# Open the log real soon, to keep \$[0] and so on meaningful, and to
4514
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4515
 
+# Save the log message, to keep $0 and so on meaningful, and to
4516
 
 # report actual input values of CONFIG_FILES etc. instead of their
4517
 
-# values after options handling.  Logging --version etc. is OK.
4518
 
-exec 5>>config.log
4519
 
-{
4520
 
-  echo
4521
 
-  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
4522
 
-## Running $as_me. ##
4523
 
-_ASBOX
4524
 
-} >&5
4525
 
-cat >&5 <<_CSEOF
4526
 
-
4527
 
+# values after options handling.
4528
 
+ac_log="
4529
 
 This file was extended by gnats $as_me 4.1.0, which was
4530
 
-generated by GNU Autoconf 2.59.  Invocation command line was
4531
 
+generated by GNU Autoconf 2.65.  Invocation command line was
4532
 
 
4533
 
   CONFIG_FILES    = $CONFIG_FILES
4534
 
   CONFIG_HEADERS  = $CONFIG_HEADERS
4535
 
@@ -2929,124 +3331,110 @@ generated by GNU Autoconf 2.59.  Invocat
4536
 
   CONFIG_COMMANDS = $CONFIG_COMMANDS
4537
 
   $ $0 $@
4538
 
 
4539
 
-_CSEOF
4540
 
-echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
4541
 
-echo >&5
4542
 
+on `(hostname || uname -n) 2>/dev/null | sed 1q`
4543
 
+"
4544
 
+
4545
 
 _ACEOF
4546
 
 
4547
 
-# Files that config.status was made for.
4548
 
-if test -n "$ac_config_files"; then
4549
 
-  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
4550
 
-fi
4551
 
+case $ac_config_files in *"
4552
 
+"*) set x $ac_config_files; shift; ac_config_files=$*;;
4553
 
+esac
4554
 
 
4555
 
-if test -n "$ac_config_headers"; then
4556
 
-  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
4557
 
-fi
4558
 
 
4559
 
-if test -n "$ac_config_links"; then
4560
 
-  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
4561
 
-fi
4562
 
 
4563
 
-if test -n "$ac_config_commands"; then
4564
 
-  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
4565
 
-fi
4566
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4567
 
+# Files that config.status was made for.
4568
 
+config_files="$ac_config_files"
4569
 
 
4570
 
-cat >>$CONFIG_STATUS <<\_ACEOF
4571
 
+_ACEOF
4572
 
 
4573
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4574
 
 ac_cs_usage="\
4575
 
-\`$as_me' instantiates files from templates according to the
4576
 
-current configuration.
4577
 
+\`$as_me' instantiates files and other configuration actions
4578
 
+from templates according to the current configuration.  Unless the files
4579
 
+and actions are specified as TAGs, all are instantiated by default.
4580
 
 
4581
 
-Usage: $0 [OPTIONS] [FILE]...
4582
 
+Usage: $0 [OPTION]... [TAG]...
4583
 
 
4584
 
   -h, --help       print this help, then exit
4585
 
-  -V, --version    print version number, then exit
4586
 
-  -q, --quiet      do not print progress messages
4587
 
+  -V, --version    print version number and configuration settings, then exit
4588
 
+      --config     print configuration, then exit
4589
 
+  -q, --quiet, --silent
4590
 
+                   do not print progress messages
4591
 
   -d, --debug      don't remove temporary files
4592
 
       --recheck    update $as_me by reconfiguring in the same conditions
4593
 
-  --file=FILE[:TEMPLATE]
4594
 
-                  instantiate the configuration file FILE
4595
 
+      --file=FILE[:TEMPLATE]
4596
 
+                   instantiate the configuration file FILE
4597
 
 
4598
 
 Configuration files:
4599
 
 $config_files
4600
 
 
4601
 
-Report bugs to <bug-autoconf@gnu.org>."
4602
 
-_ACEOF
4603
 
+Report bugs to <bug-gnats@gnu.org>."
4604
 
 
4605
 
-cat >>$CONFIG_STATUS <<_ACEOF
4606
 
+_ACEOF
4607
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4608
 
+ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4609
 
 ac_cs_version="\\
4610
 
 gnats config.status 4.1.0
4611
 
-configured by $0, generated by GNU Autoconf 2.59,
4612
 
-  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
4613
 
+configured by $0, generated by GNU Autoconf 2.65,
4614
 
+  with options \\"\$ac_cs_config\\"
4615
 
 
4616
 
-Copyright (C) 2003 Free Software Foundation, Inc.
4617
 
+Copyright (C) 2009 Free Software Foundation, Inc.
4618
 
 This config.status script is free software; the Free Software Foundation
4619
 
 gives unlimited permission to copy, distribute and modify it."
4620
 
-srcdir=$srcdir
4621
 
+
4622
 
+ac_pwd='$ac_pwd'
4623
 
+srcdir='$srcdir'
4624
 
+test -n "\$AWK" || AWK=awk
4625
 
 _ACEOF
4626
 
 
4627
 
-cat >>$CONFIG_STATUS <<\_ACEOF
4628
 
-# If no file are specified by the user, then we need to provide default
4629
 
-# value.  By we need to know if files were specified by the user.
4630
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4631
 
+# The default lists apply if the user does not specify any file.
4632
 
 ac_need_defaults=:
4633
 
 while test $# != 0
4634
 
 do
4635
 
   case $1 in
4636
 
   --*=*)
4637
 
-    ac_option=`expr "x$1" : 'x\([^=]*\)='`
4638
 
-    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
4639
 
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
4640
 
+    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
4641
 
     ac_shift=:
4642
 
     ;;
4643
 
-  -*)
4644
 
+  *)
4645
 
     ac_option=$1
4646
 
     ac_optarg=$2
4647
 
     ac_shift=shift
4648
 
     ;;
4649
 
-  *) # This is not an option, so the user has probably given explicit
4650
 
-     # arguments.
4651
 
-     ac_option=$1
4652
 
-     ac_need_defaults=false;;
4653
 
   esac
4654
 
 
4655
 
   case $ac_option in
4656
 
   # Handling of the options.
4657
 
-_ACEOF
4658
 
-cat >>$CONFIG_STATUS <<\_ACEOF
4659
 
   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
4660
 
     ac_cs_recheck=: ;;
4661
 
-  --version | --vers* | -V )
4662
 
-    echo "$ac_cs_version"; exit 0 ;;
4663
 
-  --he | --h)
4664
 
-    # Conflict between --help and --header
4665
 
-    { { echo "$as_me:$LINENO: error: ambiguous option: $1
4666
 
-Try \`$0 --help' for more information." >&5
4667
 
-echo "$as_me: error: ambiguous option: $1
4668
 
-Try \`$0 --help' for more information." >&2;}
4669
 
-   { (exit 1); exit 1; }; };;
4670
 
-  --help | --hel | -h )
4671
 
-    echo "$ac_cs_usage"; exit 0 ;;
4672
 
-  --debug | --d* | -d )
4673
 
+  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
4674
 
+    $as_echo "$ac_cs_version"; exit ;;
4675
 
+  --config | --confi | --conf | --con | --co | --c )
4676
 
+    $as_echo "$ac_cs_config"; exit ;;
4677
 
+  --debug | --debu | --deb | --de | --d | -d )
4678
 
     debug=: ;;
4679
 
   --file | --fil | --fi | --f )
4680
 
     $ac_shift
4681
 
-    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
4682
 
-    ac_need_defaults=false;;
4683
 
-  --header | --heade | --head | --hea )
4684
 
-    $ac_shift
4685
 
-    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
4686
 
+    case $ac_optarg in
4687
 
+    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
4688
 
+    esac
4689
 
+    as_fn_append CONFIG_FILES " '$ac_optarg'"
4690
 
     ac_need_defaults=false;;
4691
 
+  --he | --h |  --help | --hel | -h )
4692
 
+    $as_echo "$ac_cs_usage"; exit ;;
4693
 
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
4694
 
   | -silent | --silent | --silen | --sile | --sil | --si | --s)
4695
 
     ac_cs_silent=: ;;
4696
 
 
4697
 
   # This is an error.
4698
 
-  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
4699
 
-Try \`$0 --help' for more information." >&5
4700
 
-echo "$as_me: error: unrecognized option: $1
4701
 
-Try \`$0 --help' for more information." >&2;}
4702
 
-   { (exit 1); exit 1; }; } ;;
4703
 
+  -*) as_fn_error "unrecognized option: \`$1'
4704
 
+Try \`$0 --help' for more information." ;;
4705
 
 
4706
 
-  *) ac_config_targets="$ac_config_targets $1" ;;
4707
 
+  *) as_fn_append ac_config_targets " $1"
4708
 
+     ac_need_defaults=false ;;
4709
 
 
4710
 
   esac
4711
 
   shift
4712
 
@@ -3060,30 +3448,44 @@ if $ac_cs_silent; then
4713
 
 fi
4714
 
 
4715
 
 _ACEOF
4716
 
-cat >>$CONFIG_STATUS <<_ACEOF
4717
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4718
 
 if \$ac_cs_recheck; then
4719
 
-  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
4720
 
-  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
4721
 
+  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
4722
 
+  shift
4723
 
+  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
4724
 
+  CONFIG_SHELL='$SHELL'
4725
 
+  export CONFIG_SHELL
4726
 
+  exec "\$@"
4727
 
 fi
4728
 
 
4729
 
 _ACEOF
4730
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4731
 
+exec 5>>config.log
4732
 
+{
4733
 
+  echo
4734
 
+  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
4735
 
+## Running $as_me. ##
4736
 
+_ASBOX
4737
 
+  $as_echo "$ac_log"
4738
 
+} >&5
4739
 
 
4740
 
+_ACEOF
4741
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4742
 
+_ACEOF
4743
 
 
4744
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4745
 
 
4746
 
-
4747
 
-
4748
 
-cat >>$CONFIG_STATUS <<\_ACEOF
4749
 
+# Handling of arguments.
4750
 
 for ac_config_target in $ac_config_targets
4751
 
 do
4752
 
-  case "$ac_config_target" in
4753
 
-  # Handling of arguments.
4754
 
-  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
4755
 
-  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
4756
 
-echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
4757
 
-   { (exit 1); exit 1; }; };;
4758
 
+  case $ac_config_target in
4759
 
+    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
4760
 
+
4761
 
+  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
4762
 
   esac
4763
 
 done
4764
 
 
4765
 
+
4766
 
 # If the user did not use the arguments to specify the items to instantiate,
4767
 
 # then the envvar interface is used.  Set only those that are not.
4768
 
 # We use the long form for the default assignment because of an extremely
4769
 
@@ -3093,330 +3495,403 @@ if $ac_need_defaults; then
4770
 
 fi
4771
 
 
4772
 
 # Have a temporary directory for convenience.  Make it in the build tree
4773
 
-# simply because there is no reason to put it here, and in addition,
4774
 
+# simply because there is no reason against having it here, and in addition,
4775
 
 # creating and moving files from /tmp can sometimes cause problems.
4776
 
-# Create a temporary directory, and hook for its removal unless debugging.
4777
 
+# Hook for its removal unless debugging.
4778
 
+# Note that there is a small window in which the directory will not be cleaned:
4779
 
+# after its creation but before its name has been assigned to `$tmp'.
4780
 
 $debug ||
4781
 
 {
4782
 
-  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
4783
 
-  trap '{ (exit 1); exit 1; }' 1 2 13 15
4784
 
+  tmp=
4785
 
+  trap 'exit_status=$?
4786
 
+  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
4787
 
+' 0
4788
 
+  trap 'as_fn_exit 1' 1 2 13 15
4789
 
 }
4790
 
-
4791
 
 # Create a (secure) tmp directory for tmp files.
4792
 
 
4793
 
 {
4794
 
-  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
4795
 
+  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
4796
 
   test -n "$tmp" && test -d "$tmp"
4797
 
 }  ||
4798
 
 {
4799
 
-  tmp=./confstat$$-$RANDOM
4800
 
-  (umask 077 && mkdir $tmp)
4801
 
-} ||
4802
 
+  tmp=./conf$$-$RANDOM
4803
 
+  (umask 077 && mkdir "$tmp")
4804
 
+} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
4805
 
+
4806
 
+# Set up the scripts for CONFIG_FILES section.
4807
 
+# No need to generate them if there are no CONFIG_FILES.
4808
 
+# This happens for instance with `./config.status config.h'.
4809
 
+if test -n "$CONFIG_FILES"; then
4810
 
+
4811
 
+
4812
 
+ac_cr=`echo X | tr X '\015'`
4813
 
+# On cygwin, bash can eat \r inside `` if the user requested igncr.
4814
 
+# But we know of no other shell where ac_cr would be empty at this
4815
 
+# point, so we can use a bashism as a fallback.
4816
 
+if test "x$ac_cr" = x; then
4817
 
+  eval ac_cr=\$\'\\r\'
4818
 
+fi
4819
 
+ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
4820
 
+if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
4821
 
+  ac_cs_awk_cr='\r'
4822
 
+else
4823
 
+  ac_cs_awk_cr=$ac_cr
4824
 
+fi
4825
 
+
4826
 
+echo 'BEGIN {' >"$tmp/subs1.awk" &&
4827
 
+_ACEOF
4828
 
+
4829
 
+
4830
 
 {
4831
 
-   echo "$me: cannot create a temporary directory in ." >&2
4832
 
-   { (exit 1); exit 1; }
4833
 
+  echo "cat >conf$$subs.awk <<_ACEOF" &&
4834
 
+  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
4835
 
+  echo "_ACEOF"
4836
 
+} >conf$$subs.sh ||
4837
 
+  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
4838
 
+ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
4839
 
+ac_delim='%!_!# '
4840
 
+for ac_last_try in false false false false false :; do
4841
 
+  . ./conf$$subs.sh ||
4842
 
+    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
4843
 
+
4844
 
+  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
4845
 
+  if test $ac_delim_n = $ac_delim_num; then
4846
 
+    break
4847
 
+  elif $ac_last_try; then
4848
 
+    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
4849
 
+  else
4850
 
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
4851
 
+  fi
4852
 
+done
4853
 
+rm -f conf$$subs.sh
4854
 
+
4855
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4856
 
+cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
4857
 
+_ACEOF
4858
 
+sed -n '
4859
 
+h
4860
 
+s/^/S["/; s/!.*/"]=/
4861
 
+p
4862
 
+g
4863
 
+s/^[^!]*!//
4864
 
+:repl
4865
 
+t repl
4866
 
+s/'"$ac_delim"'$//
4867
 
+t delim
4868
 
+:nl
4869
 
+h
4870
 
+s/\(.\{148\}\)..*/\1/
4871
 
+t more1
4872
 
+s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
4873
 
+p
4874
 
+n
4875
 
+b repl
4876
 
+:more1
4877
 
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4878
 
+p
4879
 
+g
4880
 
+s/.\{148\}//
4881
 
+t nl
4882
 
+:delim
4883
 
+h
4884
 
+s/\(.\{148\}\)..*/\1/
4885
 
+t more2
4886
 
+s/["\\]/\\&/g; s/^/"/; s/$/"/
4887
 
+p
4888
 
+b
4889
 
+:more2
4890
 
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4891
 
+p
4892
 
+g
4893
 
+s/.\{148\}//
4894
 
+t delim
4895
 
+' <conf$$subs.awk | sed '
4896
 
+/^[^""]/{
4897
 
+  N
4898
 
+  s/\n//
4899
 
 }
4900
 
+' >>$CONFIG_STATUS || ac_write_fail=1
4901
 
+rm -f conf$$subs.awk
4902
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4903
 
+_ACAWK
4904
 
+cat >>"\$tmp/subs1.awk" <<_ACAWK &&
4905
 
+  for (key in S) S_is_set[key] = 1
4906
 
+  FS = ""
4907
 
 
4908
 
+}
4909
 
+{
4910
 
+  line = $ 0
4911
 
+  nfields = split(line, field, "@")
4912
 
+  substed = 0
4913
 
+  len = length(field[1])
4914
 
+  for (i = 2; i < nfields; i++) {
4915
 
+    key = field[i]
4916
 
+    keylen = length(key)
4917
 
+    if (S_is_set[key]) {
4918
 
+      value = S[key]
4919
 
+      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
4920
 
+      len += length(value) + length(field[++i])
4921
 
+      substed = 1
4922
 
+    } else
4923
 
+      len += 1 + keylen
4924
 
+  }
4925
 
+
4926
 
+  print line
4927
 
+}
4928
 
+
4929
 
+_ACAWK
4930
 
 _ACEOF
4931
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4932
 
+if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
4933
 
+  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
4934
 
+else
4935
 
+  cat
4936
 
+fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
4937
 
+  || as_fn_error "could not setup config files machinery" "$LINENO" 5
4938
 
+_ACEOF
4939
 
+
4940
 
+# VPATH may cause trouble with some makes, so we remove $(srcdir),
4941
 
+# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
4942
 
+# trailing colons and then remove the whole line if VPATH becomes empty
4943
 
+# (actually we leave an empty line to preserve line numbers).
4944
 
+if test "x$srcdir" = x.; then
4945
 
+  ac_vpsub='/^[         ]*VPATH[        ]*=/{
4946
 
+s/:*\$(srcdir):*/:/
4947
 
+s/:*\${srcdir}:*/:/
4948
 
+s/:*@srcdir@:*/:/
4949
 
+s/^\([^=]*=[    ]*\):*/\1/
4950
 
+s/:*$//
4951
 
+s/^[^=]*=[      ]*$//
4952
 
+}'
4953
 
+fi
4954
 
 
4955
 
-cat >>$CONFIG_STATUS <<_ACEOF
4956
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4957
 
+fi # test -n "$CONFIG_FILES"
4958
 
 
4959
 
-#
4960
 
-# CONFIG_FILES section.
4961
 
-#
4962
 
 
4963
 
-# No need to generate the scripts if there are no CONFIG_FILES.
4964
 
-# This happens for instance when ./config.status config.h
4965
 
-if test -n "\$CONFIG_FILES"; then
4966
 
-  # Protect against being on the right side of a sed subst in config.status.
4967
 
-  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
4968
 
-   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
4969
 
-s,@SHELL@,$SHELL,;t t
4970
 
-s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
4971
 
-s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
4972
 
-s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
4973
 
-s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
4974
 
-s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
4975
 
-s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
4976
 
-s,@exec_prefix@,$exec_prefix,;t t
4977
 
-s,@prefix@,$prefix,;t t
4978
 
-s,@program_transform_name@,$program_transform_name,;t t
4979
 
-s,@bindir@,$bindir,;t t
4980
 
-s,@sbindir@,$sbindir,;t t
4981
 
-s,@libexecdir@,$libexecdir,;t t
4982
 
-s,@datadir@,$datadir,;t t
4983
 
-s,@sysconfdir@,$sysconfdir,;t t
4984
 
-s,@sharedstatedir@,$sharedstatedir,;t t
4985
 
-s,@localstatedir@,$localstatedir,;t t
4986
 
-s,@libdir@,$libdir,;t t
4987
 
-s,@includedir@,$includedir,;t t
4988
 
-s,@oldincludedir@,$oldincludedir,;t t
4989
 
-s,@infodir@,$infodir,;t t
4990
 
-s,@mandir@,$mandir,;t t
4991
 
-s,@build_alias@,$build_alias,;t t
4992
 
-s,@host_alias@,$host_alias,;t t
4993
 
-s,@target_alias@,$target_alias,;t t
4994
 
-s,@DEFS@,$DEFS,;t t
4995
 
-s,@ECHO_C@,$ECHO_C,;t t
4996
 
-s,@ECHO_N@,$ECHO_N,;t t
4997
 
-s,@ECHO_T@,$ECHO_T,;t t
4998
 
-s,@LIBS@,$LIBS,;t t
4999
 
-s,@subdirs@,$subdirs,;t t
5000
 
-s,@CC@,$CC,;t t
5001
 
-s,@CFLAGS@,$CFLAGS,;t t
5002
 
-s,@LDFLAGS@,$LDFLAGS,;t t
5003
 
-s,@CPPFLAGS@,$CPPFLAGS,;t t
5004
 
-s,@ac_ct_CC@,$ac_ct_CC,;t t
5005
 
-s,@EXEEXT@,$EXEEXT,;t t
5006
 
-s,@OBJEXT@,$OBJEXT,;t t
5007
 
-s,@LEX@,$LEX,;t t
5008
 
-s,@LEXLIB@,$LEXLIB,;t t
5009
 
-s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
5010
 
-s,@YACC@,$YACC,;t t
5011
 
-s,@LIBOBJS@,$LIBOBJS,;t t
5012
 
-s,@LTLIBOBJS@,$LTLIBOBJS,;t t
5013
 
-CEOF
5014
 
-
5015
 
-_ACEOF
5016
 
-
5017
 
-  cat >>$CONFIG_STATUS <<\_ACEOF
5018
 
-  # Split the substitutions into bite-sized pieces for seds with
5019
 
-  # small command number limits, like on Digital OSF/1 and HP-UX.
5020
 
-  ac_max_sed_lines=48
5021
 
-  ac_sed_frag=1 # Number of current file.
5022
 
-  ac_beg=1 # First line for current file.
5023
 
-  ac_end=$ac_max_sed_lines # Line after last line for current file.
5024
 
-  ac_more_lines=:
5025
 
-  ac_sed_cmds=
5026
 
-  while $ac_more_lines; do
5027
 
-    if test $ac_beg -gt 1; then
5028
 
-      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
5029
 
-    else
5030
 
-      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
5031
 
-    fi
5032
 
-    if test ! -s $tmp/subs.frag; then
5033
 
-      ac_more_lines=false
5034
 
-    else
5035
 
-      # The purpose of the label and of the branching condition is to
5036
 
-      # speed up the sed processing (if there are no `@' at all, there
5037
 
-      # is no need to browse any of the substitutions).
5038
 
-      # These are the two extra sed commands mentioned above.
5039
 
-      (echo ':t
5040
 
-  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
5041
 
-      if test -z "$ac_sed_cmds"; then
5042
 
-       ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
5043
 
-      else
5044
 
-       ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
5045
 
-      fi
5046
 
-      ac_sed_frag=`expr $ac_sed_frag + 1`
5047
 
-      ac_beg=$ac_end
5048
 
-      ac_end=`expr $ac_end + $ac_max_sed_lines`
5049
 
+eval set X "  :F $CONFIG_FILES      "
5050
 
+shift
5051
 
+for ac_tag
5052
 
+do
5053
 
+  case $ac_tag in
5054
 
+  :[FHLC]) ac_mode=$ac_tag; continue;;
5055
 
+  esac
5056
 
+  case $ac_mode$ac_tag in
5057
 
+  :[FHL]*:*);;
5058
 
+  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
5059
 
+  :[FH]-) ac_tag=-:-;;
5060
 
+  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
5061
 
+  esac
5062
 
+  ac_save_IFS=$IFS
5063
 
+  IFS=:
5064
 
+  set x $ac_tag
5065
 
+  IFS=$ac_save_IFS
5066
 
+  shift
5067
 
+  ac_file=$1
5068
 
+  shift
5069
 
+
5070
 
+  case $ac_mode in
5071
 
+  :L) ac_source=$1;;
5072
 
+  :[FH])
5073
 
+    ac_file_inputs=
5074
 
+    for ac_f
5075
 
+    do
5076
 
+      case $ac_f in
5077
 
+      -) ac_f="$tmp/stdin";;
5078
 
+      *) # Look for the file first in the build tree, then in the source tree
5079
 
+        # (if the path is not absolute).  The absolute path cannot be DOS-style,
5080
 
+        # because $ac_f cannot contain `:'.
5081
 
+        test -f "$ac_f" ||
5082
 
+          case $ac_f in
5083
 
+          [\\/$]*) false;;
5084
 
+          *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
5085
 
+          esac ||
5086
 
+          as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
5087
 
+      esac
5088
 
+      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
5089
 
+      as_fn_append ac_file_inputs " '$ac_f'"
5090
 
+    done
5091
 
+
5092
 
+    # Let's still pretend it is `configure' which instantiates (i.e., don't
5093
 
+    # use $as_me), people would be surprised to read:
5094
 
+    #    /* config.h.  Generated by config.status.  */
5095
 
+    configure_input='Generated from '`
5096
 
+         $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
5097
 
+       `' by configure.'
5098
 
+    if test x"$ac_file" != x-; then
5099
 
+      configure_input="$ac_file.  $configure_input"
5100
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
5101
 
+$as_echo "$as_me: creating $ac_file" >&6;}
5102
 
     fi
5103
 
-  done
5104
 
-  if test -z "$ac_sed_cmds"; then
5105
 
-    ac_sed_cmds=cat
5106
 
-  fi
5107
 
-fi # test -n "$CONFIG_FILES"
5108
 
+    # Neutralize special characters interpreted by sed in replacement strings.
5109
 
+    case $configure_input in #(
5110
 
+    *\&* | *\|* | *\\* )
5111
 
+       ac_sed_conf_input=`$as_echo "$configure_input" |
5112
 
+       sed 's/[\\\\&|]/\\\\&/g'`;; #(
5113
 
+    *) ac_sed_conf_input=$configure_input;;
5114
 
+    esac
5115
 
 
5116
 
-_ACEOF
5117
 
-cat >>$CONFIG_STATUS <<\_ACEOF
5118
 
-for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
5119
 
-  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
5120
 
-  case $ac_file in
5121
 
-  - | *:- | *:-:* ) # input from stdin
5122
 
-       cat >$tmp/stdin
5123
 
-       ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
5124
 
-       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
5125
 
-  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
5126
 
-       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
5127
 
-  * )   ac_file_in=$ac_file.in ;;
5128
 
+    case $ac_tag in
5129
 
+    *:-:* | *:-) cat >"$tmp/stdin" \
5130
 
+      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
5131
 
+    esac
5132
 
+    ;;
5133
 
   esac
5134
 
 
5135
 
-  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
5136
 
-  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
5137
 
+  ac_dir=`$as_dirname -- "$ac_file" ||
5138
 
 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5139
 
         X"$ac_file" : 'X\(//\)[^/]' \| \
5140
 
         X"$ac_file" : 'X\(//\)$' \| \
5141
 
-        X"$ac_file" : 'X\(/\)' \| \
5142
 
-        .     : '\(.\)' 2>/dev/null ||
5143
 
-echo X"$ac_file" |
5144
 
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
5145
 
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
5146
 
-         /^X\(\/\/\)$/{ s//\1/; q; }
5147
 
-         /^X\(\/\).*/{ s//\1/; q; }
5148
 
-         s/.*/./; q'`
5149
 
-  { if $as_mkdir_p; then
5150
 
-    mkdir -p "$ac_dir"
5151
 
-  else
5152
 
-    as_dir="$ac_dir"
5153
 
-    as_dirs=
5154
 
-    while test ! -d "$as_dir"; do
5155
 
-      as_dirs="$as_dir $as_dirs"
5156
 
-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
5157
 
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5158
 
-        X"$as_dir" : 'X\(//\)[^/]' \| \
5159
 
-        X"$as_dir" : 'X\(//\)$' \| \
5160
 
-        X"$as_dir" : 'X\(/\)' \| \
5161
 
-        .     : '\(.\)' 2>/dev/null ||
5162
 
-echo X"$as_dir" |
5163
 
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
5164
 
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
5165
 
-         /^X\(\/\/\)$/{ s//\1/; q; }
5166
 
-         /^X\(\/\).*/{ s//\1/; q; }
5167
 
-         s/.*/./; q'`
5168
 
-    done
5169
 
-    test ! -n "$as_dirs" || mkdir $as_dirs
5170
 
-  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
5171
 
-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
5172
 
-   { (exit 1); exit 1; }; }; }
5173
 
-
5174
 
+        X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
5175
 
+$as_echo X"$ac_file" |
5176
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5177
 
+           s//\1/
5178
 
+           q
5179
 
+         }
5180
 
+         /^X\(\/\/\)[^/].*/{
5181
 
+           s//\1/
5182
 
+           q
5183
 
+         }
5184
 
+         /^X\(\/\/\)$/{
5185
 
+           s//\1/
5186
 
+           q
5187
 
+         }
5188
 
+         /^X\(\/\).*/{
5189
 
+           s//\1/
5190
 
+           q
5191
 
+         }
5192
 
+         s/.*/./; q'`
5193
 
+  as_dir="$ac_dir"; as_fn_mkdir_p
5194
 
   ac_builddir=.
5195
 
 
5196
 
-if test "$ac_dir" != .; then
5197
 
-  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
5198
 
-  # A "../" for each directory in $ac_dir_suffix.
5199
 
-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
5200
 
-else
5201
 
-  ac_dir_suffix= ac_top_builddir=
5202
 
-fi
5203
 
+case "$ac_dir" in
5204
 
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
5205
 
+*)
5206
 
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
5207
 
+  # A ".." for each directory in $ac_dir_suffix.
5208
 
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
5209
 
+  case $ac_top_builddir_sub in
5210
 
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
5211
 
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
5212
 
+  esac ;;
5213
 
+esac
5214
 
+ac_abs_top_builddir=$ac_pwd
5215
 
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
5216
 
+# for backward compatibility:
5217
 
+ac_top_builddir=$ac_top_build_prefix
5218
 
 
5219
 
 case $srcdir in
5220
 
-  .)  # No --srcdir option.  We are building in place.
5221
 
+  .)  # We are building in place.
5222
 
     ac_srcdir=.
5223
 
-    if test -z "$ac_top_builddir"; then
5224
 
-       ac_top_srcdir=.
5225
 
-    else
5226
 
-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
5227
 
-    fi ;;
5228
 
-  [\\/]* | ?:[\\/]* )  # Absolute path.
5229
 
+    ac_top_srcdir=$ac_top_builddir_sub
5230
 
+    ac_abs_top_srcdir=$ac_pwd ;;
5231
 
+  [\\/]* | ?:[\\/]* )  # Absolute name.
5232
 
     ac_srcdir=$srcdir$ac_dir_suffix;
5233
 
-    ac_top_srcdir=$srcdir ;;
5234
 
-  *) # Relative path.
5235
 
-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
5236
 
-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
5237
 
+    ac_top_srcdir=$srcdir
5238
 
+    ac_abs_top_srcdir=$srcdir ;;
5239
 
+  *) # Relative name.
5240
 
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
5241
 
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
5242
 
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
5243
 
 esac
5244
 
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
5245
 
 
5246
 
-# Do not use `cd foo && pwd` to compute absolute paths, because
5247
 
-# the directories may not exist.
5248
 
-case `pwd` in
5249
 
-.) ac_abs_builddir="$ac_dir";;
5250
 
-*)
5251
 
-  case "$ac_dir" in
5252
 
-  .) ac_abs_builddir=`pwd`;;
5253
 
-  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
5254
 
-  *) ac_abs_builddir=`pwd`/"$ac_dir";;
5255
 
-  esac;;
5256
 
-esac
5257
 
-case $ac_abs_builddir in
5258
 
-.) ac_abs_top_builddir=${ac_top_builddir}.;;
5259
 
-*)
5260
 
-  case ${ac_top_builddir}. in
5261
 
-  .) ac_abs_top_builddir=$ac_abs_builddir;;
5262
 
-  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
5263
 
-  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
5264
 
-  esac;;
5265
 
-esac
5266
 
-case $ac_abs_builddir in
5267
 
-.) ac_abs_srcdir=$ac_srcdir;;
5268
 
-*)
5269
 
-  case $ac_srcdir in
5270
 
-  .) ac_abs_srcdir=$ac_abs_builddir;;
5271
 
-  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
5272
 
-  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
5273
 
-  esac;;
5274
 
-esac
5275
 
-case $ac_abs_builddir in
5276
 
-.) ac_abs_top_srcdir=$ac_top_srcdir;;
5277
 
-*)
5278
 
-  case $ac_top_srcdir in
5279
 
-  .) ac_abs_top_srcdir=$ac_abs_builddir;;
5280
 
-  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
5281
 
-  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
5282
 
-  esac;;
5283
 
-esac
5284
 
 
5285
 
+  case $ac_mode in
5286
 
+  :F)
5287
 
+  #
5288
 
+  # CONFIG_FILE
5289
 
+  #
5290
 
 
5291
 
+_ACEOF
5292
 
 
5293
 
-  # Let's still pretend it is `configure' which instantiates (i.e., don't
5294
 
-  # use $as_me), people would be surprised to read:
5295
 
-  #    /* config.h.  Generated by config.status.  */
5296
 
-  if test x"$ac_file" = x-; then
5297
 
-    configure_input=
5298
 
-  else
5299
 
-    configure_input="$ac_file.  "
5300
 
-  fi
5301
 
-  configure_input=$configure_input"Generated from `echo $ac_file_in |
5302
 
-                                    sed 's,.*/,,'` by configure."
5303
 
-
5304
 
-  # First look for the input files in the build tree, otherwise in the
5305
 
-  # src tree.
5306
 
-  ac_file_inputs=`IFS=:
5307
 
-    for f in $ac_file_in; do
5308
 
-      case $f in
5309
 
-      -) echo $tmp/stdin ;;
5310
 
-      [\\/$]*)
5311
 
-        # Absolute (can't be DOS-style, as IFS=:)
5312
 
-        test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
5313
 
-echo "$as_me: error: cannot find input file: $f" >&2;}
5314
 
-   { (exit 1); exit 1; }; }
5315
 
-        echo "$f";;
5316
 
-      *) # Relative
5317
 
-        if test -f "$f"; then
5318
 
-          # Build tree
5319
 
-          echo "$f"
5320
 
-        elif test -f "$srcdir/$f"; then
5321
 
-          # Source tree
5322
 
-          echo "$srcdir/$f"
5323
 
-        else
5324
 
-          # /dev/null tree
5325
 
-          { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
5326
 
-echo "$as_me: error: cannot find input file: $f" >&2;}
5327
 
-   { (exit 1); exit 1; }; }
5328
 
-        fi;;
5329
 
-      esac
5330
 
-    done` || { (exit 1); exit 1; }
5331
 
-
5332
 
-  if test x"$ac_file" != x-; then
5333
 
-    { echo "$as_me:$LINENO: creating $ac_file" >&5
5334
 
-echo "$as_me: creating $ac_file" >&6;}
5335
 
-    rm -f "$ac_file"
5336
 
-  fi
5337
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5338
 
+# If the template does not know about datarootdir, expand it.
5339
 
+# FIXME: This hack should be removed a few years after 2.60.
5340
 
+ac_datarootdir_hack=; ac_datarootdir_seen=
5341
 
+ac_sed_dataroot='
5342
 
+/datarootdir/ {
5343
 
+  p
5344
 
+  q
5345
 
+}
5346
 
+/@datadir@/p
5347
 
+/@docdir@/p
5348
 
+/@infodir@/p
5349
 
+/@localedir@/p
5350
 
+/@mandir@/p'
5351
 
+case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
5352
 
+*datarootdir*) ac_datarootdir_seen=yes;;
5353
 
+*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
5354
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
5355
 
+$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
5356
 
+_ACEOF
5357
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5358
 
+  ac_datarootdir_hack='
5359
 
+  s&@datadir@&$datadir&g
5360
 
+  s&@docdir@&$docdir&g
5361
 
+  s&@infodir@&$infodir&g
5362
 
+  s&@localedir@&$localedir&g
5363
 
+  s&@mandir@&$mandir&g
5364
 
+  s&\\\${datarootdir}&$datarootdir&g' ;;
5365
 
+esac
5366
 
 _ACEOF
5367
 
-cat >>$CONFIG_STATUS <<_ACEOF
5368
 
-  sed "$ac_vpsub
5369
 
+
5370
 
+# Neutralize VPATH when `$srcdir' = `.'.
5371
 
+# Shell code in configure.ac might set extrasub.
5372
 
+# FIXME: do we really want to maintain this feature?
5373
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5374
 
+ac_sed_extra="$ac_vpsub
5375
 
 $extrasub
5376
 
 _ACEOF
5377
 
-cat >>$CONFIG_STATUS <<\_ACEOF
5378
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5379
 
 :t
5380
 
 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5381
 
-s,@configure_input@,$configure_input,;t t
5382
 
-s,@srcdir@,$ac_srcdir,;t t
5383
 
-s,@abs_srcdir@,$ac_abs_srcdir,;t t
5384
 
-s,@top_srcdir@,$ac_top_srcdir,;t t
5385
 
-s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
5386
 
-s,@builddir@,$ac_builddir,;t t
5387
 
-s,@abs_builddir@,$ac_abs_builddir,;t t
5388
 
-s,@top_builddir@,$ac_top_builddir,;t t
5389
 
-s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
5390
 
-" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
5391
 
-  rm -f $tmp/stdin
5392
 
-  if test x"$ac_file" != x-; then
5393
 
-    mv $tmp/out $ac_file
5394
 
-  else
5395
 
-    cat $tmp/out
5396
 
-    rm -f $tmp/out
5397
 
-  fi
5398
 
+s|@configure_input@|$ac_sed_conf_input|;t t
5399
 
+s&@top_builddir@&$ac_top_builddir_sub&;t t
5400
 
+s&@top_build_prefix@&$ac_top_build_prefix&;t t
5401
 
+s&@srcdir@&$ac_srcdir&;t t
5402
 
+s&@abs_srcdir@&$ac_abs_srcdir&;t t
5403
 
+s&@top_srcdir@&$ac_top_srcdir&;t t
5404
 
+s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
5405
 
+s&@builddir@&$ac_builddir&;t t
5406
 
+s&@abs_builddir@&$ac_abs_builddir&;t t
5407
 
+s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
5408
 
+$ac_datarootdir_hack
5409
 
+"
5410
 
+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
5411
 
+  || as_fn_error "could not create $ac_file" "$LINENO" 5
5412
 
+
5413
 
+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
5414
 
+  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
5415
 
+  { ac_out=`sed -n '/^[         ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
5416
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5417
 
+which seems to be undefined.  Please make sure it is defined." >&5
5418
 
+$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5419
 
+which seems to be undefined.  Please make sure it is defined." >&2;}
5420
 
+
5421
 
+  rm -f "$tmp/stdin"
5422
 
+  case $ac_file in
5423
 
+  -) cat "$tmp/out" && rm -f "$tmp/out";;
5424
 
+  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
5425
 
+  esac \
5426
 
+  || as_fn_error "could not create $ac_file" "$LINENO" 5
5427
 
+ ;;
5428
 
+
5429
 
 
5430
 
-done
5431
 
-_ACEOF
5432
 
 
5433
 
-cat >>$CONFIG_STATUS <<\_ACEOF
5434
 
+  esac
5435
 
+
5436
 
+done # for ac_tag
5437
 
+
5438
 
 
5439
 
-{ (exit 0); exit 0; }
5440
 
+as_fn_exit 0
5441
 
 _ACEOF
5442
 
-chmod +x $CONFIG_STATUS
5443
 
 ac_clean_files=$ac_clean_files_save
5444
 
 
5445
 
+test $ac_write_fail = 0 ||
5446
 
+  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
5447
 
+
5448
 
 
5449
 
 # configure is writing to config.log, and then calls config.status.
5450
 
 # config.status does its own redirection, appending to config.log.
5451
 
@@ -3436,7 +3911,7 @@ if test "$no_create" != yes; then
5452
 
   exec 5>>config.log
5453
 
   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
5454
 
   # would make configure fail if this is the last instruction.
5455
 
-  $ac_cs_success || { (exit 1); exit 1; }
5456
 
+  $ac_cs_success || as_fn_exit $?
5457
 
 fi
5458
 
 
5459
 
 #
5460
 
@@ -3444,10 +3919,14 @@ fi
5461
 
 #
5462
 
 if test "$no_recursion" != yes; then
5463
 
 
5464
 
-  # Remove --cache-file and --srcdir arguments so they do not pile up.
5465
 
+  # Remove --cache-file, --srcdir, and --disable-option-checking arguments
5466
 
+  # so they do not pile up.
5467
 
   ac_sub_configure_args=
5468
 
   ac_prev=
5469
 
-  for ac_arg in $ac_configure_args; do
5470
 
+  eval "set x $ac_configure_args"
5471
 
+  shift
5472
 
+  for ac_arg
5473
 
+  do
5474
 
     if test -n "$ac_prev"; then
5475
 
       ac_prev=
5476
 
       continue
5477
 
@@ -3470,126 +3949,92 @@ if test "$no_recursion" != yes; then
5478
 
       ac_prev=prefix ;;
5479
 
     -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
5480
 
       ;;
5481
 
-    *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
5482
 
+    --disable-option-checking)
5483
 
+      ;;
5484
 
+    *)
5485
 
+      case $ac_arg in
5486
 
+      *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
5487
 
+      esac
5488
 
+      as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
5489
 
     esac
5490
 
   done
5491
 
 
5492
 
   # Always prepend --prefix to ensure using the same prefix
5493
 
   # in subdir configurations.
5494
 
-  ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
5495
 
+  ac_arg="--prefix=$prefix"
5496
 
+  case $ac_arg in
5497
 
+  *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
5498
 
+  esac
5499
 
+  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
5500
 
+
5501
 
+  # Pass --silent
5502
 
+  if test "$silent" = yes; then
5503
 
+    ac_sub_configure_args="--silent $ac_sub_configure_args"
5504
 
+  fi
5505
 
+
5506
 
+  # Always prepend --disable-option-checking to silence warnings, since
5507
 
+  # different subdirs can have different --enable and --with options.
5508
 
+  ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
5509
 
 
5510
 
   ac_popdir=`pwd`
5511
 
   for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
5512
 
 
5513
 
     # Do not complain, so a configure script can configure whichever
5514
 
     # parts of a large source tree are present.
5515
 
-    test -d $srcdir/$ac_dir || continue
5516
 
-
5517
 
-    { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
5518
 
-echo "$as_me: configuring in $ac_dir" >&6;}
5519
 
-    { if $as_mkdir_p; then
5520
 
-    mkdir -p "$ac_dir"
5521
 
-  else
5522
 
-    as_dir="$ac_dir"
5523
 
-    as_dirs=
5524
 
-    while test ! -d "$as_dir"; do
5525
 
-      as_dirs="$as_dir $as_dirs"
5526
 
-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
5527
 
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5528
 
-        X"$as_dir" : 'X\(//\)[^/]' \| \
5529
 
-        X"$as_dir" : 'X\(//\)$' \| \
5530
 
-        X"$as_dir" : 'X\(/\)' \| \
5531
 
-        .     : '\(.\)' 2>/dev/null ||
5532
 
-echo X"$as_dir" |
5533
 
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
5534
 
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
5535
 
-         /^X\(\/\/\)$/{ s//\1/; q; }
5536
 
-         /^X\(\/\).*/{ s//\1/; q; }
5537
 
-         s/.*/./; q'`
5538
 
-    done
5539
 
-    test ! -n "$as_dirs" || mkdir $as_dirs
5540
 
-  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
5541
 
-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
5542
 
-   { (exit 1); exit 1; }; }; }
5543
 
+    test -d "$srcdir/$ac_dir" || continue
5544
 
 
5545
 
+    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
5546
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
5547
 
+    $as_echo "$ac_msg" >&6
5548
 
+    as_dir="$ac_dir"; as_fn_mkdir_p
5549
 
     ac_builddir=.
5550
 
 
5551
 
-if test "$ac_dir" != .; then
5552
 
-  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
5553
 
-  # A "../" for each directory in $ac_dir_suffix.
5554
 
-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
5555
 
-else
5556
 
-  ac_dir_suffix= ac_top_builddir=
5557
 
-fi
5558
 
+case "$ac_dir" in
5559
 
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
5560
 
+*)
5561
 
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
5562
 
+  # A ".." for each directory in $ac_dir_suffix.
5563
 
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
5564
 
+  case $ac_top_builddir_sub in
5565
 
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
5566
 
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
5567
 
+  esac ;;
5568
 
+esac
5569
 
+ac_abs_top_builddir=$ac_pwd
5570
 
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
5571
 
+# for backward compatibility:
5572
 
+ac_top_builddir=$ac_top_build_prefix
5573
 
 
5574
 
 case $srcdir in
5575
 
-  .)  # No --srcdir option.  We are building in place.
5576
 
+  .)  # We are building in place.
5577
 
     ac_srcdir=.
5578
 
-    if test -z "$ac_top_builddir"; then
5579
 
-       ac_top_srcdir=.
5580
 
-    else
5581
 
-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
5582
 
-    fi ;;
5583
 
-  [\\/]* | ?:[\\/]* )  # Absolute path.
5584
 
+    ac_top_srcdir=$ac_top_builddir_sub
5585
 
+    ac_abs_top_srcdir=$ac_pwd ;;
5586
 
+  [\\/]* | ?:[\\/]* )  # Absolute name.
5587
 
     ac_srcdir=$srcdir$ac_dir_suffix;
5588
 
-    ac_top_srcdir=$srcdir ;;
5589
 
-  *) # Relative path.
5590
 
-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
5591
 
-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
5592
 
+    ac_top_srcdir=$srcdir
5593
 
+    ac_abs_top_srcdir=$srcdir ;;
5594
 
+  *) # Relative name.
5595
 
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
5596
 
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
5597
 
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
5598
 
 esac
5599
 
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
5600
 
 
5601
 
-# Do not use `cd foo && pwd` to compute absolute paths, because
5602
 
-# the directories may not exist.
5603
 
-case `pwd` in
5604
 
-.) ac_abs_builddir="$ac_dir";;
5605
 
-*)
5606
 
-  case "$ac_dir" in
5607
 
-  .) ac_abs_builddir=`pwd`;;
5608
 
-  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
5609
 
-  *) ac_abs_builddir=`pwd`/"$ac_dir";;
5610
 
-  esac;;
5611
 
-esac
5612
 
-case $ac_abs_builddir in
5613
 
-.) ac_abs_top_builddir=${ac_top_builddir}.;;
5614
 
-*)
5615
 
-  case ${ac_top_builddir}. in
5616
 
-  .) ac_abs_top_builddir=$ac_abs_builddir;;
5617
 
-  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
5618
 
-  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
5619
 
-  esac;;
5620
 
-esac
5621
 
-case $ac_abs_builddir in
5622
 
-.) ac_abs_srcdir=$ac_srcdir;;
5623
 
-*)
5624
 
-  case $ac_srcdir in
5625
 
-  .) ac_abs_srcdir=$ac_abs_builddir;;
5626
 
-  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
5627
 
-  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
5628
 
-  esac;;
5629
 
-esac
5630
 
-case $ac_abs_builddir in
5631
 
-.) ac_abs_top_srcdir=$ac_top_srcdir;;
5632
 
-*)
5633
 
-  case $ac_top_srcdir in
5634
 
-  .) ac_abs_top_srcdir=$ac_abs_builddir;;
5635
 
-  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
5636
 
-  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
5637
 
-  esac;;
5638
 
-esac
5639
 
 
5640
 
-
5641
 
-    cd $ac_dir
5642
 
+    cd "$ac_dir"
5643
 
 
5644
 
     # Check for guested configure; otherwise get Cygnus style configure.
5645
 
-    if test -f $ac_srcdir/configure.gnu; then
5646
 
-      ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
5647
 
-    elif test -f $ac_srcdir/configure; then
5648
 
-      ac_sub_configure="$SHELL '$ac_srcdir/configure'"
5649
 
-    elif test -f $ac_srcdir/configure.in; then
5650
 
-      ac_sub_configure=$ac_configure
5651
 
+    if test -f "$ac_srcdir/configure.gnu"; then
5652
 
+      ac_sub_configure=$ac_srcdir/configure.gnu
5653
 
+    elif test -f "$ac_srcdir/configure"; then
5654
 
+      ac_sub_configure=$ac_srcdir/configure
5655
 
+    elif test -f "$ac_srcdir/configure.in"; then
5656
 
+      # This should be Cygnus configure.
5657
 
+      ac_sub_configure=$ac_aux_dir/configure
5658
 
     else
5659
 
-      { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
5660
 
-echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
5661
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
5662
 
+$as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
5663
 
       ac_sub_configure=
5664
 
     fi
5665
 
 
5666
 
@@ -3598,21 +4043,23 @@ echo "$as_me: WARNING: no configuration
5667
 
       # Make the cache file name correct relative to the subdirectory.
5668
 
       case $cache_file in
5669
 
       [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
5670
 
-      *) # Relative path.
5671
 
-       ac_sub_cache_file=$ac_top_builddir$cache_file ;;
5672
 
+      *) # Relative name.
5673
 
+       ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
5674
 
       esac
5675
 
 
5676
 
-      { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
5677
 
-echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
5678
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
5679
 
+$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
5680
 
       # The eval makes quoting arguments work.
5681
 
-      eval $ac_sub_configure $ac_sub_configure_args \
5682
 
-          --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
5683
 
-       { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
5684
 
-echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
5685
 
-   { (exit 1); exit 1; }; }
5686
 
+      eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
5687
 
+          --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
5688
 
+       as_fn_error "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
5689
 
     fi
5690
 
 
5691
 
     cd "$ac_popdir"
5692
 
   done
5693
 
 fi
5694
 
+if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
5695
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
5696
 
+$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
5697
 
+fi
5698
 
 
5699
 
--- gnats-4.1.0.orig/config.sub
5700
 
+++ gnats-4.1.0/config.sub
5701
 
@@ -1,9 +1,10 @@
5702
 
 #! /bin/sh
5703
 
 # Configuration validation subroutine script.
5704
 
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
5705
 
-#   2000, 2001, 2002 Free Software Foundation, Inc.
5706
 
+#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
5707
 
+#   Free Software Foundation, Inc.
5708
 
 
5709
 
-timestamp='2002-09-05'
5710
 
+timestamp='2008-01-16'
5711
 
 
5712
 
 # This file is (in principle) common to ALL GNU software.
5713
 
 # The presence of a machine in this file suggests that SOME GNU software
5714
 
@@ -21,14 +22,15 @@ timestamp='2002-09-05'
5715
 
 #
5716
 
 # You should have received a copy of the GNU General Public License
5717
 
 # along with this program; if not, write to the Free Software
5718
 
-# Foundation, Inc., 59 Temple Place - Suite 330,
5719
 
-# Boston, MA 02111-1307, USA.
5720
 
-
5721
 
+# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
5722
 
+# 02110-1301, USA.
5723
 
+#
5724
 
 # As a special exception to the GNU General Public License, if you
5725
 
 # distribute this file as part of a program that contains a
5726
 
 # configuration script generated by Autoconf, you may include it under
5727
 
 # the same distribution terms that you use for the rest of that program.
5728
 
 
5729
 
+
5730
 
 # Please send patches to <config-patches@gnu.org>.  Submit a context
5731
 
 # diff and a properly formatted ChangeLog entry.
5732
 
 #
5733
 
@@ -70,8 +72,8 @@ Report bugs and patches to <config-patch
5734
 
 version="\
5735
 
 GNU config.sub ($timestamp)
5736
 
 
5737
 
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
5738
 
-Free Software Foundation, Inc.
5739
 
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
5740
 
+2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5741
 
 
5742
 
 This is free software; see the source for copying conditions.  There is NO
5743
 
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
5744
 
@@ -83,11 +85,11 @@ Try \`$me --help' for more information."
5745
 
 while test $# -gt 0 ; do
5746
 
   case $1 in
5747
 
     --time-stamp | --time* | -t )
5748
 
-       echo "$timestamp" ; exit 0 ;;
5749
 
+       echo "$timestamp" ; exit ;;
5750
 
     --version | -v )
5751
 
-       echo "$version" ; exit 0 ;;
5752
 
+       echo "$version" ; exit ;;
5753
 
     --help | --h* | -h )
5754
 
-       echo "$usage"; exit 0 ;;
5755
 
+       echo "$usage"; exit ;;
5756
 
     -- )     # Stop option processing
5757
 
        shift; break ;;
5758
 
     - )        # Use stdin as input.
5759
 
@@ -99,7 +101,7 @@ while test $# -gt 0 ; do
5760
 
     *local*)
5761
 
        # First pass through any local machine types.
5762
 
        echo $1
5763
 
-       exit 0;;
5764
 
+       exit ;;
5765
 
 
5766
 
     * )
5767
 
        break ;;
5768
 
@@ -118,7 +120,9 @@ esac
5769
 
 # Here we must recognize all the valid KERNEL-OS combinations.
5770
 
 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
5771
 
 case $maybe_os in
5772
 
-  nto-qnx* | linux-gnu* | freebsd*-gnu* | storm-chaos* | os2-emx* | windows32-* | rtmk-nova*)
5773
 
+  nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
5774
 
+  uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
5775
 
+  storm-chaos* | os2-emx* | rtmk-nova*)
5776
 
     os=-$maybe_os
5777
 
     basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
5778
 
     ;;
5779
 
@@ -144,7 +148,7 @@ case $os in
5780
 
        -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
5781
 
        -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
5782
 
        -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
5783
 
-       -apple | -axis)
5784
 
+       -apple | -axis | -knuth | -cray)
5785
 
                os=
5786
 
                basic_machine=$1
5787
 
                ;;
5788
 
@@ -169,6 +173,10 @@ case $os in
5789
 
        -hiux*)
5790
 
                os=-hiuxwe2
5791
 
                ;;
5792
 
+       -sco6)
5793
 
+               os=-sco5v6
5794
 
+               basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
5795
 
+               ;;
5796
 
        -sco5)
5797
 
                os=-sco3.2v5
5798
 
                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
5799
 
@@ -185,6 +193,10 @@ case $os in
5800
 
                # Don't forget version if it is 3.2v4 or newer.
5801
 
                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
5802
 
                ;;
5803
 
+       -sco5v6*)
5804
 
+               # Don't forget version if it is 3.2v4 or newer.
5805
 
+               basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
5806
 
+               ;;
5807
 
        -sco*)
5808
 
                os=-sco3.2v2
5809
 
                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
5810
 
@@ -228,14 +240,17 @@ case $basic_machine in
5811
 
        | a29k \
5812
 
        | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
5813
 
        | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
5814
 
-       | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
5815
 
-       | clipper \
5816
 
+       | am33_2.0 \
5817
 
+       | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
5818
 
+       | bfin \
5819
 
+       | c4x | clipper \
5820
 
        | d10v | d30v | dlx | dsp16xx \
5821
 
-       | fr30 | frv \
5822
 
+       | fido | fr30 | frv \
5823
 
        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
5824
 
        | i370 | i860 | i960 | ia64 \
5825
 
-       | ip2k \
5826
 
-       | m32r | m68000 | m68k | m88k | mcore \
5827
 
+       | ip2k | iq2000 \
5828
 
+       | m32c | m32r | m32rle | m68000 | m68k | m88k \
5829
 
+       | maxq | mb | microblaze | mcore | mep \
5830
 
        | mips | mipsbe | mipseb | mipsel | mipsle \
5831
 
        | mips16 \
5832
 
        | mips64 | mips64el \
5833
 
@@ -244,25 +259,33 @@ case $basic_machine in
5834
 
        | mips64vr4100 | mips64vr4100el \
5835
 
        | mips64vr4300 | mips64vr4300el \
5836
 
        | mips64vr5000 | mips64vr5000el \
5837
 
+       | mips64vr5900 | mips64vr5900el \
5838
 
        | mipsisa32 | mipsisa32el \
5839
 
+       | mipsisa32r2 | mipsisa32r2el \
5840
 
        | mipsisa64 | mipsisa64el \
5841
 
+       | mipsisa64r2 | mipsisa64r2el \
5842
 
        | mipsisa64sb1 | mipsisa64sb1el \
5843
 
        | mipsisa64sr71k | mipsisa64sr71kel \
5844
 
        | mipstx39 | mipstx39el \
5845
 
        | mn10200 | mn10300 \
5846
 
+       | mt \
5847
 
+       | msp430 \
5848
 
+       | nios | nios2 \
5849
 
        | ns16k | ns32k \
5850
 
-       | openrisc | or32 \
5851
 
+       | or32 \
5852
 
        | pdp10 | pdp11 | pj | pjl \
5853
 
        | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
5854
 
        | pyramid \
5855
 
-       | sh | sh[1234] | sh3e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
5856
 
+       | score \
5857
 
+       | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
5858
 
        | sh64 | sh64le \
5859
 
-       | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv9 | sparcv9b \
5860
 
-       | strongarm \
5861
 
-       | tahoe | thumb | tic80 | tron \
5862
 
+       | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
5863
 
+       | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
5864
 
+       | spu | strongarm \
5865
 
+       | tahoe | thumb | tic4x | tic80 | tron \
5866
 
        | v850 | v850e \
5867
 
        | we32k \
5868
 
-       | x86 | xscale | xstormy16 | xtensa \
5869
 
+       | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
5870
 
        | z8k)
5871
 
                basic_machine=$basic_machine-unknown
5872
 
                ;;
5873
 
@@ -273,6 +296,9 @@ case $basic_machine in
5874
 
                ;;
5875
 
        m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
5876
 
                ;;
5877
 
+       ms1)
5878
 
+               basic_machine=mt-unknown
5879
 
+               ;;
5880
 
 
5881
 
        # We use `pc' rather than `unknown'
5882
 
        # because (1) that's what they normally are, and
5883
 
@@ -292,20 +318,20 @@ case $basic_machine in
5884
 
        | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
5885
 
        | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
5886
 
        | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
5887
 
-       | avr-* \
5888
 
-       | bs2000-* \
5889
 
-       | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* \
5890
 
-       | clipper-* | cydra-* \
5891
 
+       | avr-* | avr32-* \
5892
 
+       | bfin-* | bs2000-* \
5893
 
+       | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
5894
 
+       | clipper-* | craynv-* | cydra-* \
5895
 
        | d10v-* | d30v-* | dlx-* \
5896
 
        | elxsi-* \
5897
 
-       | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
5898
 
+       | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
5899
 
        | h8300-* | h8500-* \
5900
 
        | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
5901
 
        | i*86-* | i860-* | i960-* | ia64-* \
5902
 
-       | ip2k-* \
5903
 
-       | m32r-* \
5904
 
+       | ip2k-* | iq2000-* \
5905
 
+       | m32c-* | m32r-* | m32rle-* \
5906
 
        | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
5907
 
-       | m88110-* | m88k-* | mcore-* \
5908
 
+       | m88110-* | m88k-* | maxq-* | mcore-* \
5909
 
        | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
5910
 
        | mips16-* \
5911
 
        | mips64-* | mips64el-* \
5912
 
@@ -314,29 +340,43 @@ case $basic_machine in
5913
 
        | mips64vr4100-* | mips64vr4100el-* \
5914
 
        | mips64vr4300-* | mips64vr4300el-* \
5915
 
        | mips64vr5000-* | mips64vr5000el-* \
5916
 
+       | mips64vr5900-* | mips64vr5900el-* \
5917
 
        | mipsisa32-* | mipsisa32el-* \
5918
 
+       | mipsisa32r2-* | mipsisa32r2el-* \
5919
 
        | mipsisa64-* | mipsisa64el-* \
5920
 
+       | mipsisa64r2-* | mipsisa64r2el-* \
5921
 
        | mipsisa64sb1-* | mipsisa64sb1el-* \
5922
 
        | mipsisa64sr71k-* | mipsisa64sr71kel-* \
5923
 
-       | mipstx39 | mipstx39el \
5924
 
+       | mipstx39-* | mipstx39el-* \
5925
 
+       | mmix-* \
5926
 
+       | mt-* \
5927
 
+       | msp430-* \
5928
 
+       | nios-* | nios2-* \
5929
 
        | none-* | np1-* | ns16k-* | ns32k-* \
5930
 
        | orion-* \
5931
 
        | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
5932
 
        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
5933
 
        | pyramid-* \
5934
 
        | romp-* | rs6000-* \
5935
 
-       | sh-* | sh[1234]-* | sh3e-* | sh[34]eb-* | shbe-* \
5936
 
+       | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
5937
 
        | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
5938
 
-       | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \
5939
 
-       | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
5940
 
-       | tahoe-* | thumb-* | tic30-* | tic4x-* | tic54x-* | tic80-* | tron-* \
5941
 
+       | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
5942
 
+       | sparclite-* \
5943
 
+       | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
5944
 
+       | tahoe-* | thumb-* \
5945
 
+       | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
5946
 
+       | tron-* \
5947
 
        | v850-* | v850e-* | vax-* \
5948
 
        | we32k-* \
5949
 
-       | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
5950
 
-       | xtensa-* \
5951
 
+       | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
5952
 
+       | xstormy16-* | xtensa*-* \
5953
 
        | ymp-* \
5954
 
        | z8k-*)
5955
 
                ;;
5956
 
+       # Recognize the basic CPU types without company name, with glob match.
5957
 
+       xtensa*)
5958
 
+               basic_machine=$basic_machine-unknown
5959
 
+               ;;
5960
 
        # Recognize the various machine names and aliases which stand
5961
 
        # for a CPU type and a company and sometimes even an OS.
5962
 
        386bsd)
5963
 
@@ -353,6 +393,9 @@ case $basic_machine in
5964
 
                basic_machine=a29k-amd
5965
 
                os=-udi
5966
 
                ;;
5967
 
+       abacus)
5968
 
+               basic_machine=abacus-unknown
5969
 
+               ;;
5970
 
        adobe68k)
5971
 
                basic_machine=m68010-adobe
5972
 
                os=-scout
5973
 
@@ -367,6 +410,12 @@ case $basic_machine in
5974
 
                basic_machine=a29k-none
5975
 
                os=-bsd
5976
 
                ;;
5977
 
+       amd64)
5978
 
+               basic_machine=x86_64-pc
5979
 
+               ;;
5980
 
+       amd64-*)
5981
 
+               basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
5982
 
+               ;;
5983
 
        amdahl)
5984
 
                basic_machine=580-amdahl
5985
 
                os=-sysv
5986
 
@@ -398,6 +447,14 @@ case $basic_machine in
5987
 
                basic_machine=ns32k-sequent
5988
 
                os=-dynix
5989
 
                ;;
5990
 
+       blackfin)
5991
 
+               basic_machine=bfin-unknown
5992
 
+               os=-linux
5993
 
+               ;;
5994
 
+       blackfin-*)
5995
 
+               basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
5996
 
+               os=-linux
5997
 
+               ;;
5998
 
        c90)
5999
 
                basic_machine=c90-cray
6000
 
                os=-unicos
6001
 
@@ -426,12 +483,27 @@ case $basic_machine in
6002
 
                basic_machine=j90-cray
6003
 
                os=-unicos
6004
 
                ;;
6005
 
+       craynv)
6006
 
+               basic_machine=craynv-cray
6007
 
+               os=-unicosmp
6008
 
+               ;;
6009
 
+       cr16)
6010
 
+               basic_machine=cr16-unknown
6011
 
+               os=-elf
6012
 
+               ;;
6013
 
        crds | unos)
6014
 
                basic_machine=m68k-crds
6015
 
                ;;
6016
 
+       crisv32 | crisv32-* | etraxfs*)
6017
 
+               basic_machine=crisv32-axis
6018
 
+               ;;
6019
 
        cris | cris-* | etrax*)
6020
 
                basic_machine=cris-axis
6021
 
                ;;
6022
 
+       crx)
6023
 
+               basic_machine=crx-unknown
6024
 
+               os=-elf
6025
 
+               ;;
6026
 
        da30 | da30-*)
6027
 
                basic_machine=m68k-da30
6028
 
                ;;
6029
 
@@ -454,6 +526,10 @@ case $basic_machine in
6030
 
                basic_machine=m88k-motorola
6031
 
                os=-sysv3
6032
 
                ;;
6033
 
+       djgpp)
6034
 
+               basic_machine=i586-pc
6035
 
+               os=-msdosdjgpp
6036
 
+               ;;
6037
 
        dpx20 | dpx20-*)
6038
 
                basic_machine=rs6000-bull
6039
 
                os=-bosx
6040
 
@@ -604,6 +680,14 @@ case $basic_machine in
6041
 
                basic_machine=m68k-isi
6042
 
                os=-sysv
6043
 
                ;;
6044
 
+       m68knommu)
6045
 
+               basic_machine=m68k-unknown
6046
 
+               os=-linux
6047
 
+               ;;
6048
 
+       m68knommu-*)
6049
 
+               basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
6050
 
+               os=-linux
6051
 
+               ;;
6052
 
        m88k-omron*)
6053
 
                basic_machine=m88k-omron
6054
 
                ;;
6055
 
@@ -619,6 +703,10 @@ case $basic_machine in
6056
 
                basic_machine=i386-pc
6057
 
                os=-mingw32
6058
 
                ;;
6059
 
+       mingw32ce)
6060
 
+               basic_machine=arm-unknown
6061
 
+               os=-mingw32ce
6062
 
+               ;;
6063
 
        miniframe)
6064
 
                basic_machine=m68000-convergent
6065
 
                ;;
6066
 
@@ -632,10 +720,6 @@ case $basic_machine in
6067
 
        mips3*)
6068
 
                basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
6069
 
                ;;
6070
 
-       mmix*)
6071
 
-               basic_machine=mmix-knuth
6072
 
-               os=-mmixware
6073
 
-               ;;
6074
 
        monitor)
6075
 
                basic_machine=m68k-rom68k
6076
 
                os=-coff
6077
 
@@ -648,6 +732,9 @@ case $basic_machine in
6078
 
                basic_machine=i386-pc
6079
 
                os=-msdos
6080
 
                ;;
6081
 
+       ms1-*)
6082
 
+               basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
6083
 
+               ;;
6084
 
        mvs)
6085
 
                basic_machine=i370-ibm
6086
 
                os=-mvs
6087
 
@@ -723,9 +810,12 @@ case $basic_machine in
6088
 
                basic_machine=hppa1.1-oki
6089
 
                os=-proelf
6090
 
                ;;
6091
 
-       or32 | or32-*)
6092
 
+       openrisc | openrisc-*)
6093
 
                basic_machine=or32-unknown
6094
 
-               os=-coff
6095
 
+               ;;
6096
 
+       os400)
6097
 
+               basic_machine=powerpc-ibm
6098
 
+               os=-os400
6099
 
                ;;
6100
 
        OSE68000 | ose68000)
6101
 
                basic_machine=m68000-ericsson
6102
 
@@ -743,6 +833,14 @@ case $basic_machine in
6103
 
                basic_machine=i860-intel
6104
 
                os=-osf
6105
 
                ;;
6106
 
+       parisc)
6107
 
+               basic_machine=hppa-unknown
6108
 
+               os=-linux
6109
 
+               ;;
6110
 
+       parisc-*)
6111
 
+               basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
6112
 
+               os=-linux
6113
 
+               ;;
6114
 
        pbd)
6115
 
                basic_machine=sparc-tti
6116
 
                ;;
6117
 
@@ -752,24 +850,36 @@ case $basic_machine in
6118
 
        pc532 | pc532-*)
6119
 
                basic_machine=ns32k-pc532
6120
 
                ;;
6121
 
+       pc98)
6122
 
+               basic_machine=i386-pc
6123
 
+               ;;
6124
 
+       pc98-*)
6125
 
+               basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
6126
 
+               ;;
6127
 
        pentium | p5 | k5 | k6 | nexgen | viac3)
6128
 
                basic_machine=i586-pc
6129
 
                ;;
6130
 
        pentiumpro | p6 | 6x86 | athlon | athlon_*)
6131
 
                basic_machine=i686-pc
6132
 
                ;;
6133
 
-       pentiumii | pentium2)
6134
 
+       pentiumii | pentium2 | pentiumiii | pentium3)
6135
 
                basic_machine=i686-pc
6136
 
                ;;
6137
 
+       pentium4)
6138
 
+               basic_machine=i786-pc
6139
 
+               ;;
6140
 
        pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
6141
 
                basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
6142
 
                ;;
6143
 
        pentiumpro-* | p6-* | 6x86-* | athlon-*)
6144
 
                basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
6145
 
                ;;
6146
 
-       pentiumii-* | pentium2-*)
6147
 
+       pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
6148
 
                basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
6149
 
                ;;
6150
 
+       pentium4-*)
6151
 
+               basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
6152
 
+               ;;
6153
 
        pn)
6154
 
                basic_machine=pn-gould
6155
 
                ;;
6156
 
@@ -802,6 +912,10 @@ case $basic_machine in
6157
 
                basic_machine=i586-unknown
6158
 
                os=-pw32
6159
 
                ;;
6160
 
+       rdos)
6161
 
+               basic_machine=i386-pc
6162
 
+               os=-rdos
6163
 
+               ;;
6164
 
        rom68k)
6165
 
                basic_machine=m68k-rom68k
6166
 
                os=-coff
6167
 
@@ -828,6 +942,14 @@ case $basic_machine in
6168
 
        sb1el)
6169
 
                basic_machine=mipsisa64sb1el-unknown
6170
 
                ;;
6171
 
+       sde)
6172
 
+               basic_machine=mipsisa32-sde
6173
 
+               os=-elf
6174
 
+               ;;
6175
 
+       sei)
6176
 
+               basic_machine=mips-sei
6177
 
+               os=-seiux
6178
 
+               ;;
6179
 
        sequent)
6180
 
                basic_machine=i386-sequent
6181
 
                ;;
6182
 
@@ -835,6 +957,12 @@ case $basic_machine in
6183
 
                basic_machine=sh-hitachi
6184
 
                os=-hms
6185
 
                ;;
6186
 
+       sh5el)
6187
 
+               basic_machine=sh5le-unknown
6188
 
+               ;;
6189
 
+       sh64)
6190
 
+               basic_machine=sh64-unknown
6191
 
+               ;;
6192
 
        sparclite-wrs | simso-wrs)
6193
 
                basic_machine=sparclite-wrs
6194
 
                os=-vxworks
6195
 
@@ -901,10 +1029,6 @@ case $basic_machine in
6196
 
                basic_machine=i386-sequent
6197
 
                os=-dynix
6198
 
                ;;
6199
 
-       t3d)
6200
 
-               basic_machine=alpha-cray
6201
 
-               os=-unicos
6202
 
-               ;;
6203
 
        t3e)
6204
 
                basic_machine=alphaev5-cray
6205
 
                os=-unicos
6206
 
@@ -913,14 +1037,22 @@ case $basic_machine in
6207
 
                basic_machine=t90-cray
6208
 
                os=-unicos
6209
 
                ;;
6210
 
-        tic4x | c4x*)
6211
 
-               basic_machine=tic4x-unknown
6212
 
-               os=-coff
6213
 
-               ;;
6214
 
        tic54x | c54x*)
6215
 
                basic_machine=tic54x-unknown
6216
 
                os=-coff
6217
 
                ;;
6218
 
+       tic55x | c55x*)
6219
 
+               basic_machine=tic55x-unknown
6220
 
+               os=-coff
6221
 
+               ;;
6222
 
+       tic6x | c6x*)
6223
 
+               basic_machine=tic6x-unknown
6224
 
+               os=-coff
6225
 
+               ;;
6226
 
+       tile*)
6227
 
+               basic_machine=tile-unknown
6228
 
+               os=-linux-gnu
6229
 
+               ;;
6230
 
        tx39)
6231
 
                basic_machine=mipstx39-unknown
6232
 
                ;;
6233
 
@@ -934,6 +1066,10 @@ case $basic_machine in
6234
 
        tower | tower-32)
6235
 
                basic_machine=m68k-ncr
6236
 
                ;;
6237
 
+       tpf)
6238
 
+               basic_machine=s390x-ibm
6239
 
+               os=-tpf
6240
 
+               ;;
6241
 
        udi29k)
6242
 
                basic_machine=a29k-amd
6243
 
                os=-udi
6244
 
@@ -977,9 +1113,9 @@ case $basic_machine in
6245
 
                basic_machine=hppa1.1-winbond
6246
 
                os=-proelf
6247
 
                ;;
6248
 
-       windows32)
6249
 
-               basic_machine=i386-pc
6250
 
-               os=-windows32-msvcrt
6251
 
+       xbox)
6252
 
+               basic_machine=i686-pc
6253
 
+               os=-mingw32
6254
 
                ;;
6255
 
        xps | xps100)
6256
 
                basic_machine=xps100-honeywell
6257
 
@@ -1011,6 +1147,9 @@ case $basic_machine in
6258
 
        romp)
6259
 
                basic_machine=romp-ibm
6260
 
                ;;
6261
 
+       mmix)
6262
 
+               basic_machine=mmix-knuth
6263
 
+               ;;
6264
 
        rs6000)
6265
 
                basic_machine=rs6000-ibm
6266
 
                ;;
6267
 
@@ -1027,13 +1166,10 @@ case $basic_machine in
6268
 
        we32k)
6269
 
                basic_machine=we32k-att
6270
 
                ;;
6271
 
-       sh3 | sh4 | sh3eb | sh4eb | sh[1234]le | sh3ele)
6272
 
+       sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
6273
 
                basic_machine=sh-unknown
6274
 
                ;;
6275
 
-       sh64)
6276
 
-               basic_machine=sh64-unknown
6277
 
-               ;;
6278
 
-       sparc | sparcv9 | sparcv9b)
6279
 
+       sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
6280
 
                basic_machine=sparc-sun
6281
 
                ;;
6282
 
        cydra)
6283
 
@@ -1106,18 +1242,23 @@ case $os in
6284
 
              | -aos* \
6285
 
              | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
6286
 
              | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
6287
 
-             | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \
6288
 
-             | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
6289
 
+             | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
6290
 
+             | -openbsd* | -solidbsd* \
6291
 
+             | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
6292
 
+             | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
6293
 
              | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
6294
 
              | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
6295
 
              | -chorusos* | -chorusrdb* \
6296
 
              | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
6297
 
-             | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
6298
 
-             | -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \
6299
 
+             | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
6300
 
+             | -uxpv* | -beos* | -mpeix* | -udk* \
6301
 
+             | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
6302
 
              | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
6303
 
              | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
6304
 
              | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
6305
 
-             | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* | -powermax*)
6306
 
+             | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
6307
 
+             | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
6308
 
+             | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
6309
 
        # Remember, each alternative MUST END IN *, to match a version number.
6310
 
                ;;
6311
 
        -qnx*)
6312
 
@@ -1129,16 +1270,21 @@ case $os in
6313
 
                        ;;
6314
 
                esac
6315
 
                ;;
6316
 
+       -nto-qnx*)
6317
 
+               ;;
6318
 
        -nto*)
6319
 
-               os=-nto-qnx
6320
 
+               os=`echo $os | sed -e 's|nto|nto-qnx|'`
6321
 
                ;;
6322
 
        -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
6323
 
-             | -windows* | -osx | -abug | -netware* | -os9* | -beos* \
6324
 
+             | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \
6325
 
              | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
6326
 
                ;;
6327
 
        -mac*)
6328
 
                os=`echo $os | sed -e 's|mac|macos|'`
6329
 
                ;;
6330
 
+       -linux-dietlibc)
6331
 
+               os=-linux-dietlibc
6332
 
+               ;;
6333
 
        -linux*)
6334
 
                os=`echo $os | sed -e 's|linux|linux-gnu|'`
6335
 
                ;;
6336
 
@@ -1151,6 +1297,9 @@ case $os in
6337
 
        -opened*)
6338
 
                os=-openedition
6339
 
                ;;
6340
 
+        -os400*)
6341
 
+               os=-os400
6342
 
+               ;;
6343
 
        -wince*)
6344
 
                os=-wince
6345
 
                ;;
6346
 
@@ -1172,6 +1321,9 @@ case $os in
6347
 
        -atheos*)
6348
 
                os=-atheos
6349
 
                ;;
6350
 
+       -syllable*)
6351
 
+               os=-syllable
6352
 
+               ;;
6353
 
        -386bsd)
6354
 
                os=-bsd
6355
 
                ;;
6356
 
@@ -1194,6 +1346,9 @@ case $os in
6357
 
        -sinix*)
6358
 
                os=-sysv4
6359
 
                ;;
6360
 
+        -tpf*)
6361
 
+               os=-tpf
6362
 
+               ;;
6363
 
        -triton*)
6364
 
                os=-sysv3
6365
 
                ;;
6366
 
@@ -1224,6 +1379,15 @@ case $os in
6367
 
        -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
6368
 
                os=-mint
6369
 
                ;;
6370
 
+       -aros*)
6371
 
+               os=-aros
6372
 
+               ;;
6373
 
+       -kaos*)
6374
 
+               os=-kaos
6375
 
+               ;;
6376
 
+       -zvmoe)
6377
 
+               os=-zvmoe
6378
 
+               ;;
6379
 
        -none)
6380
 
                ;;
6381
 
        *)
6382
 
@@ -1246,6 +1410,12 @@ else
6383
 
 # system, and we'll never get to this point.
6384
 
 
6385
 
 case $basic_machine in
6386
 
+        score-*)
6387
 
+               os=-elf
6388
 
+               ;;
6389
 
+        spu-*)
6390
 
+               os=-elf
6391
 
+               ;;
6392
 
        *-acorn)
6393
 
                os=-riscix1.2
6394
 
                ;;
6395
 
@@ -1255,6 +1425,9 @@ case $basic_machine in
6396
 
        arm*-semi)
6397
 
                os=-aout
6398
 
                ;;
6399
 
+        c4x-* | tic4x-*)
6400
 
+               os=-coff
6401
 
+               ;;
6402
 
        # This must come before the *-dec entry.
6403
 
        pdp10-*)
6404
 
                os=-tops20
6405
 
@@ -1280,6 +1453,9 @@ case $basic_machine in
6406
 
        m68*-cisco)
6407
 
                os=-aout
6408
 
                ;;
6409
 
+        mep-*)
6410
 
+               os=-elf
6411
 
+               ;;
6412
 
        mips*-cisco)
6413
 
                os=-elf
6414
 
                ;;
6415
 
@@ -1298,9 +1474,15 @@ case $basic_machine in
6416
 
        *-be)
6417
 
                os=-beos
6418
 
                ;;
6419
 
+       *-haiku)
6420
 
+               os=-haiku
6421
 
+               ;;
6422
 
        *-ibm)
6423
 
                os=-aix
6424
 
                ;;
6425
 
+       *-knuth)
6426
 
+               os=-mmixware
6427
 
+               ;;
6428
 
        *-wec)
6429
 
                os=-proelf
6430
 
                ;;
6431
 
@@ -1433,9 +1615,15 @@ case $basic_machine in
6432
 
                        -mvs* | -opened*)
6433
 
                                vendor=ibm
6434
 
                                ;;
6435
 
+                       -os400*)
6436
 
+                               vendor=ibm
6437
 
+                               ;;
6438
 
                        -ptx*)
6439
 
                                vendor=sequent
6440
 
                                ;;
6441
 
+                       -tpf*)
6442
 
+                               vendor=ibm
6443
 
+                               ;;
6444
 
                        -vxsim* | -vxworks* | -windiss*)
6445
 
                                vendor=wrs
6446
 
                                ;;
6447
 
@@ -1460,7 +1648,7 @@ case $basic_machine in
6448
 
 esac
6449
 
 
6450
 
 echo $basic_machine$os
6451
 
-exit 0
6452
 
+exit
6453
 
 
6454
 
 # Local variables:
6455
 
 # eval: (add-hook 'write-file-hooks 'time-stamp)
6456
 
--- gnats-4.1.0.orig/config.guess
6457
 
+++ gnats-4.1.0/config.guess
6458
 
@@ -1,9 +1,10 @@
6459
 
 #! /bin/sh
6460
 
 # Attempt to guess a canonical system name.
6461
 
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
6462
 
-#   2000, 2001, 2002 Free Software Foundation, Inc.
6463
 
+#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
6464
 
+#   Free Software Foundation, Inc.
6465
 
 
6466
 
-timestamp='2002-09-03'
6467
 
+timestamp='2008-01-23'
6468
 
 
6469
 
 # This file is free software; you can redistribute it and/or modify it
6470
 
 # under the terms of the GNU General Public License as published by
6471
 
@@ -17,13 +18,15 @@ timestamp='2002-09-03'
6472
 
 #
6473
 
 # You should have received a copy of the GNU General Public License
6474
 
 # along with this program; if not, write to the Free Software
6475
 
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
6476
 
+# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
6477
 
+# 02110-1301, USA.
6478
 
 #
6479
 
 # As a special exception to the GNU General Public License, if you
6480
 
 # distribute this file as part of a program that contains a
6481
 
 # configuration script generated by Autoconf, you may include it under
6482
 
 # the same distribution terms that you use for the rest of that program.
6483
 
 
6484
 
+
6485
 
 # Originally written by Per Bothner <per@bothner.com>.
6486
 
 # Please send patches to <config-patches@gnu.org>.  Submit a context
6487
 
 # diff and a properly formatted ChangeLog entry.
6488
 
@@ -53,8 +56,8 @@ version="\
6489
 
 GNU config.guess ($timestamp)
6490
 
 
6491
 
 Originally written by Per Bothner.
6492
 
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
6493
 
-Free Software Foundation, Inc.
6494
 
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
6495
 
+2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6496
 
 
6497
 
 This is free software; see the source for copying conditions.  There is NO
6498
 
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
6499
 
@@ -66,11 +69,11 @@ Try \`$me --help' for more information."
6500
 
 while test $# -gt 0 ; do
6501
 
   case $1 in
6502
 
     --time-stamp | --time* | -t )
6503
 
-       echo "$timestamp" ; exit 0 ;;
6504
 
+       echo "$timestamp" ; exit ;;
6505
 
     --version | -v )
6506
 
-       echo "$version" ; exit 0 ;;
6507
 
+       echo "$version" ; exit ;;
6508
 
     --help | --h* | -h )
6509
 
-       echo "$usage"; exit 0 ;;
6510
 
+       echo "$usage"; exit ;;
6511
 
     -- )     # Stop option processing
6512
 
        shift; break ;;
6513
 
     - )        # Use stdin as input.
6514
 
@@ -98,30 +101,32 @@ trap 'exit 1' 1 2 15
6515
 
 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
6516
 
 # use `HOST_CC' if defined, but it is deprecated.
6517
 
 
6518
 
-# This shell variable is my proudest work .. or something. --bje
6519
 
+# Portable tmp directory creation inspired by the Autoconf team.
6520
 
 
6521
 
-set_cc_for_build='tmpdir=${TMPDIR-/tmp}/config-guess-$$ ;
6522
 
-(old=`umask` && umask 077 && mkdir $tmpdir && umask $old && unset old)
6523
 
-   || (echo "$me: cannot create $tmpdir" >&2 && exit 1) ;
6524
 
-dummy=$tmpdir/dummy ;
6525
 
-files="$dummy.c $dummy.o $dummy.rel $dummy" ;
6526
 
-trap '"'"'rm -f $files; rmdir $tmpdir; exit 1'"'"' 1 2 15 ;
6527
 
+set_cc_for_build='
6528
 
+trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
6529
 
+trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
6530
 
+: ${TMPDIR=/tmp} ;
6531
 
+ { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
6532
 
+ { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
6533
 
+ { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
6534
 
+ { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
6535
 
+dummy=$tmp/dummy ;
6536
 
+tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
6537
 
 case $CC_FOR_BUILD,$HOST_CC,$CC in
6538
 
  ,,)    echo "int x;" > $dummy.c ;
6539
 
        for c in cc gcc c89 c99 ; do
6540
 
-         if ($c $dummy.c -c -o $dummy.o) >/dev/null 2>&1 ; then
6541
 
+         if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
6542
 
             CC_FOR_BUILD="$c"; break ;
6543
 
          fi ;
6544
 
        done ;
6545
 
-       rm -f $files ;
6546
 
        if test x"$CC_FOR_BUILD" = x ; then
6547
 
          CC_FOR_BUILD=no_compiler_found ;
6548
 
        fi
6549
 
        ;;
6550
 
  ,,*)   CC_FOR_BUILD=$CC ;;
6551
 
  ,*,*)  CC_FOR_BUILD=$HOST_CC ;;
6552
 
-esac ;
6553
 
-unset files'
6554
 
+esac ; set_cc_for_build= ;'
6555
 
 
6556
 
 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
6557
 
 # (ghazi@noc.rutgers.edu 1994-08-24)
6558
 
@@ -156,6 +161,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$
6559
 
            arm*) machine=arm-unknown ;;
6560
 
            sh3el) machine=shl-unknown ;;
6561
 
            sh3eb) machine=sh-unknown ;;
6562
 
+           sh5el) machine=sh5le-unknown ;;
6563
 
            *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
6564
 
        esac
6565
 
        # The Operating System including object format, if it has switched
6566
 
@@ -178,144 +184,128 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$
6567
 
                ;;
6568
 
        esac
6569
 
        # The OS release
6570
 
-       release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
6571
 
+       # Debian GNU/NetBSD machines have a different userland, and
6572
 
+       # thus, need a distinct triplet. However, they do not need
6573
 
+       # kernel version information, so it can be replaced with a
6574
 
+       # suitable tag, in the style of linux-gnu.
6575
 
+       case "${UNAME_VERSION}" in
6576
 
+           Debian*)
6577
 
+               release='-gnu'
6578
 
+               ;;
6579
 
+           *)
6580
 
+               release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
6581
 
+               ;;
6582
 
+       esac
6583
 
        # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
6584
 
        # contains redundant information, the shorter form:
6585
 
        # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
6586
 
        echo "${machine}-${os}${release}"
6587
 
-       exit 0 ;;
6588
 
-    amiga:OpenBSD:*:*)
6589
 
-       echo m68k-unknown-openbsd${UNAME_RELEASE}
6590
 
-       exit 0 ;;
6591
 
-    arc:OpenBSD:*:*)
6592
 
-       echo mipsel-unknown-openbsd${UNAME_RELEASE}
6593
 
-       exit 0 ;;
6594
 
-    hp300:OpenBSD:*:*)
6595
 
-       echo m68k-unknown-openbsd${UNAME_RELEASE}
6596
 
-       exit 0 ;;
6597
 
-    mac68k:OpenBSD:*:*)
6598
 
-       echo m68k-unknown-openbsd${UNAME_RELEASE}
6599
 
-       exit 0 ;;
6600
 
-    macppc:OpenBSD:*:*)
6601
 
-       echo powerpc-unknown-openbsd${UNAME_RELEASE}
6602
 
-       exit 0 ;;
6603
 
-    mvme68k:OpenBSD:*:*)
6604
 
-       echo m68k-unknown-openbsd${UNAME_RELEASE}
6605
 
-       exit 0 ;;
6606
 
-    mvme88k:OpenBSD:*:*)
6607
 
-       echo m88k-unknown-openbsd${UNAME_RELEASE}
6608
 
-       exit 0 ;;
6609
 
-    mvmeppc:OpenBSD:*:*)
6610
 
-       echo powerpc-unknown-openbsd${UNAME_RELEASE}
6611
 
-       exit 0 ;;
6612
 
-    pmax:OpenBSD:*:*)
6613
 
-       echo mipsel-unknown-openbsd${UNAME_RELEASE}
6614
 
-       exit 0 ;;
6615
 
-    sgi:OpenBSD:*:*)
6616
 
-       echo mipseb-unknown-openbsd${UNAME_RELEASE}
6617
 
-       exit 0 ;;
6618
 
-    sun3:OpenBSD:*:*)
6619
 
-       echo m68k-unknown-openbsd${UNAME_RELEASE}
6620
 
-       exit 0 ;;
6621
 
-    wgrisc:OpenBSD:*:*)
6622
 
-       echo mipsel-unknown-openbsd${UNAME_RELEASE}
6623
 
-       exit 0 ;;
6624
 
+       exit ;;
6625
 
     *:OpenBSD:*:*)
6626
 
-       echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE}
6627
 
-       exit 0 ;;
6628
 
+       UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
6629
 
+       echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
6630
 
+       exit ;;
6631
 
+    *:ekkoBSD:*:*)
6632
 
+       echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
6633
 
+       exit ;;
6634
 
+    *:SolidBSD:*:*)
6635
 
+       echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
6636
 
+       exit ;;
6637
 
+    macppc:MirBSD:*:*)
6638
 
+       echo powerpc-unknown-mirbsd${UNAME_RELEASE}
6639
 
+       exit ;;
6640
 
+    *:MirBSD:*:*)
6641
 
+       echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
6642
 
+       exit ;;
6643
 
     alpha:OSF1:*:*)
6644
 
-       if test $UNAME_RELEASE = "V4.0"; then
6645
 
+       case $UNAME_RELEASE in
6646
 
+       *4.0)
6647
 
                UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
6648
 
-       fi
6649
 
+               ;;
6650
 
+       *5.*)
6651
 
+               UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
6652
 
+               ;;
6653
 
+       esac
6654
 
+       # According to Compaq, /usr/sbin/psrinfo has been available on
6655
 
+       # OSF/1 and Tru64 systems produced since 1995.  I hope that
6656
 
+       # covers most systems running today.  This code pipes the CPU
6657
 
+       # types through head -n 1, so we only detect the type of CPU 0.
6658
 
+       ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
6659
 
+       case "$ALPHA_CPU_TYPE" in
6660
 
+           "EV4 (21064)")
6661
 
+               UNAME_MACHINE="alpha" ;;
6662
 
+           "EV4.5 (21064)")
6663
 
+               UNAME_MACHINE="alpha" ;;
6664
 
+           "LCA4 (21066/21068)")
6665
 
+               UNAME_MACHINE="alpha" ;;
6666
 
+           "EV5 (21164)")
6667
 
+               UNAME_MACHINE="alphaev5" ;;
6668
 
+           "EV5.6 (21164A)")
6669
 
+               UNAME_MACHINE="alphaev56" ;;
6670
 
+           "EV5.6 (21164PC)")
6671
 
+               UNAME_MACHINE="alphapca56" ;;
6672
 
+           "EV5.7 (21164PC)")
6673
 
+               UNAME_MACHINE="alphapca57" ;;
6674
 
+           "EV6 (21264)")
6675
 
+               UNAME_MACHINE="alphaev6" ;;
6676
 
+           "EV6.7 (21264A)")
6677
 
+               UNAME_MACHINE="alphaev67" ;;
6678
 
+           "EV6.8CB (21264C)")
6679
 
+               UNAME_MACHINE="alphaev68" ;;
6680
 
+           "EV6.8AL (21264B)")
6681
 
+               UNAME_MACHINE="alphaev68" ;;
6682
 
+           "EV6.8CX (21264D)")
6683
 
+               UNAME_MACHINE="alphaev68" ;;
6684
 
+           "EV6.9A (21264/EV69A)")
6685
 
+               UNAME_MACHINE="alphaev69" ;;
6686
 
+           "EV7 (21364)")
6687
 
+               UNAME_MACHINE="alphaev7" ;;
6688
 
+           "EV7.9 (21364A)")
6689
 
+               UNAME_MACHINE="alphaev79" ;;
6690
 
+       esac
6691
 
+       # A Pn.n version is a patched version.
6692
 
        # A Vn.n version is a released version.
6693
 
        # A Tn.n version is a released field test version.
6694
 
        # A Xn.n version is an unreleased experimental baselevel.
6695
 
        # 1.2 uses "1.2" for uname -r.
6696
 
-       eval $set_cc_for_build
6697
 
-       cat <<EOF >$dummy.s
6698
 
-       .data
6699
 
-\$Lformat:
6700
 
-       .byte 37,100,45,37,120,10,0     # "%d-%x\n"
6701
 
-
6702
 
-       .text
6703
 
-       .globl main
6704
 
-       .align 4
6705
 
-       .ent main
6706
 
-main:
6707
 
-       .frame \$30,16,\$26,0
6708
 
-       ldgp \$29,0(\$27)
6709
 
-       .prologue 1
6710
 
-       .long 0x47e03d80 # implver \$0
6711
 
-       lda \$2,-1
6712
 
-       .long 0x47e20c21 # amask \$2,\$1
6713
 
-       lda \$16,\$Lformat
6714
 
-       mov \$0,\$17
6715
 
-       not \$1,\$18
6716
 
-       jsr \$26,printf
6717
 
-       ldgp \$29,0(\$26)
6718
 
-       mov 0,\$16
6719
 
-       jsr \$26,exit
6720
 
-       .end main
6721
 
-EOF
6722
 
-       $CC_FOR_BUILD $dummy.s -o $dummy 2>/dev/null
6723
 
-       if test "$?" = 0 ; then
6724
 
-               case `$dummy` in
6725
 
-                       0-0)
6726
 
-                               UNAME_MACHINE="alpha"
6727
 
-                               ;;
6728
 
-                       1-0)
6729
 
-                               UNAME_MACHINE="alphaev5"
6730
 
-                               ;;
6731
 
-                       1-1)
6732
 
-                               UNAME_MACHINE="alphaev56"
6733
 
-                               ;;
6734
 
-                       1-101)
6735
 
-                               UNAME_MACHINE="alphapca56"
6736
 
-                               ;;
6737
 
-                       2-303)
6738
 
-                               UNAME_MACHINE="alphaev6"
6739
 
-                               ;;
6740
 
-                       2-307)
6741
 
-                               UNAME_MACHINE="alphaev67"
6742
 
-                               ;;
6743
 
-                       2-1307)
6744
 
-                               UNAME_MACHINE="alphaev68"
6745
 
-                               ;;
6746
 
-                       3-1307)
6747
 
-                               UNAME_MACHINE="alphaev7"
6748
 
-                               ;;
6749
 
-               esac
6750
 
-       fi
6751
 
-       rm -f $dummy.s $dummy && rmdir $tmpdir
6752
 
-       echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
6753
 
-       exit 0 ;;
6754
 
+       echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
6755
 
+       exit ;;
6756
 
     Alpha\ *:Windows_NT*:*)
6757
 
        # How do we know it's Interix rather than the generic POSIX subsystem?
6758
 
        # Should we change UNAME_MACHINE based on the output of uname instead
6759
 
        # of the specific Alpha model?
6760
 
        echo alpha-pc-interix
6761
 
-       exit 0 ;;
6762
 
+       exit ;;
6763
 
     21064:Windows_NT:50:3)
6764
 
        echo alpha-dec-winnt3.5
6765
 
-       exit 0 ;;
6766
 
+       exit ;;
6767
 
     Amiga*:UNIX_System_V:4.0:*)
6768
 
        echo m68k-unknown-sysv4
6769
 
-       exit 0;;
6770
 
+       exit ;;
6771
 
     *:[Aa]miga[Oo][Ss]:*:*)
6772
 
        echo ${UNAME_MACHINE}-unknown-amigaos
6773
 
-       exit 0 ;;
6774
 
+       exit ;;
6775
 
     *:[Mm]orph[Oo][Ss]:*:*)
6776
 
        echo ${UNAME_MACHINE}-unknown-morphos
6777
 
-       exit 0 ;;
6778
 
+       exit ;;
6779
 
     *:OS/390:*:*)
6780
 
        echo i370-ibm-openedition
6781
 
-       exit 0 ;;
6782
 
+       exit ;;
6783
 
+    *:z/VM:*:*)
6784
 
+       echo s390-ibm-zvmoe
6785
 
+       exit ;;
6786
 
+    *:OS400:*:*)
6787
 
+        echo powerpc-ibm-os400
6788
 
+       exit ;;
6789
 
     arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
6790
 
        echo arm-acorn-riscix${UNAME_RELEASE}
6791
 
-       exit 0;;
6792
 
+       exit ;;
6793
 
+    arm:riscos:*:*|arm:RISCOS:*:*)
6794
 
+       echo arm-unknown-riscos
6795
 
+       exit ;;
6796
 
     SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
6797
 
        echo hppa1.1-hitachi-hiuxmpp
6798
 
-       exit 0;;
6799
 
+       exit ;;
6800
 
     Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*)
6801
 
        # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE.
6802
 
        if test "`(/bin/universe) 2>/dev/null`" = att ; then
6803
 
@@ -323,29 +313,32 @@ EOF
6804
 
        else
6805
 
                echo pyramid-pyramid-bsd
6806
 
        fi
6807
 
-       exit 0 ;;
6808
 
+       exit ;;
6809
 
     NILE*:*:*:dcosx)
6810
 
        echo pyramid-pyramid-svr4
6811
 
-       exit 0 ;;
6812
 
-    DRS?6000:UNIX_SV:4.2*:7*)
6813
 
+       exit ;;
6814
 
+    DRS?6000:unix:4.0:6*)
6815
 
+       echo sparc-icl-nx6
6816
 
+       exit ;;
6817
 
+    DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*)
6818
 
        case `/usr/bin/uname -p` in
6819
 
-           sparc) echo sparc-icl-nx7 && exit 0 ;;
6820
 
+           sparc) echo sparc-icl-nx7; exit ;;
6821
 
        esac ;;
6822
 
     sun4H:SunOS:5.*:*)
6823
 
        echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
6824
 
-       exit 0 ;;
6825
 
+       exit ;;
6826
 
     sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
6827
 
        echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
6828
 
-       exit 0 ;;
6829
 
-    i86pc:SunOS:5.*:*)
6830
 
+       exit ;;
6831
 
+    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
6832
 
        echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
6833
 
-       exit 0 ;;
6834
 
+       exit ;;
6835
 
     sun4*:SunOS:6*:*)
6836
 
        # According to config.sub, this is the proper way to canonicalize
6837
 
        # SunOS6.  Hard to guess exactly what SunOS6 will be like, but
6838
 
        # it's likely to be more like Solaris than SunOS4.
6839
 
        echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
6840
 
-       exit 0 ;;
6841
 
+       exit ;;
6842
 
     sun4*:SunOS:*:*)
6843
 
        case "`/usr/bin/arch -k`" in
6844
 
            Series*|S4*)
6845
 
@@ -354,10 +347,10 @@ EOF
6846
 
        esac
6847
 
        # Japanese Language versions have a version number like `4.1.3-JL'.
6848
 
        echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
6849
 
-       exit 0 ;;
6850
 
+       exit ;;
6851
 
     sun3*:SunOS:*:*)
6852
 
        echo m68k-sun-sunos${UNAME_RELEASE}
6853
 
-       exit 0 ;;
6854
 
+       exit ;;
6855
 
     sun*:*:4.2BSD:*)
6856
 
        UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
6857
 
        test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
6858
 
@@ -369,10 +362,10 @@ EOF
6859
 
                echo sparc-sun-sunos${UNAME_RELEASE}
6860
 
                ;;
6861
 
        esac
6862
 
-       exit 0 ;;
6863
 
+       exit ;;
6864
 
     aushp:SunOS:*:*)
6865
 
        echo sparc-auspex-sunos${UNAME_RELEASE}
6866
 
-       exit 0 ;;
6867
 
+       exit ;;
6868
 
     # The situation for MiNT is a little confusing.  The machine name
6869
 
     # can be virtually everything (everything which is not
6870
 
     # "atarist" or "atariste" at least should have a processor
6871
 
@@ -383,37 +376,40 @@ EOF
6872
 
     # be no problem.
6873
 
     atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
6874
 
         echo m68k-atari-mint${UNAME_RELEASE}
6875
 
-       exit 0 ;;
6876
 
+       exit ;;
6877
 
     atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)
6878
 
        echo m68k-atari-mint${UNAME_RELEASE}
6879
 
-        exit 0 ;;
6880
 
+        exit ;;
6881
 
     *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)
6882
 
         echo m68k-atari-mint${UNAME_RELEASE}
6883
 
-       exit 0 ;;
6884
 
+       exit ;;
6885
 
     milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*)
6886
 
         echo m68k-milan-mint${UNAME_RELEASE}
6887
 
-        exit 0 ;;
6888
 
+        exit ;;
6889
 
     hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*)
6890
 
         echo m68k-hades-mint${UNAME_RELEASE}
6891
 
-        exit 0 ;;
6892
 
+        exit ;;
6893
 
     *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
6894
 
         echo m68k-unknown-mint${UNAME_RELEASE}
6895
 
-        exit 0 ;;
6896
 
+        exit ;;
6897
 
+    m68k:machten:*:*)
6898
 
+       echo m68k-apple-machten${UNAME_RELEASE}
6899
 
+       exit ;;
6900
 
     powerpc:machten:*:*)
6901
 
        echo powerpc-apple-machten${UNAME_RELEASE}
6902
 
-       exit 0 ;;
6903
 
+       exit ;;
6904
 
     RISC*:Mach:*:*)
6905
 
        echo mips-dec-mach_bsd4.3
6906
 
-       exit 0 ;;
6907
 
+       exit ;;
6908
 
     RISC*:ULTRIX:*:*)
6909
 
        echo mips-dec-ultrix${UNAME_RELEASE}
6910
 
-       exit 0 ;;
6911
 
+       exit ;;
6912
 
     VAX*:ULTRIX*:*:*)
6913
 
        echo vax-dec-ultrix${UNAME_RELEASE}
6914
 
-       exit 0 ;;
6915
 
+       exit ;;
6916
 
     2020:CLIX:*:* | 2430:CLIX:*:*)
6917
 
        echo clipper-intergraph-clix${UNAME_RELEASE}
6918
 
-       exit 0 ;;
6919
 
+       exit ;;
6920
 
     mips:*:*:UMIPS | mips:*:*:RISCos)
6921
 
        eval $set_cc_for_build
6922
 
        sed 's/^        //' << EOF >$dummy.c
6923
 
@@ -437,33 +433,33 @@ EOF
6924
 
          exit (-1);
6925
 
        }
6926
 
 EOF
6927
 
-       $CC_FOR_BUILD $dummy.c -o $dummy \
6928
 
-         && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
6929
 
-         && rm -f $dummy.c $dummy && rmdir $tmpdir && exit 0
6930
 
-       rm -f $dummy.c $dummy && rmdir $tmpdir
6931
 
+       $CC_FOR_BUILD -o $dummy $dummy.c &&
6932
 
+         dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
6933
 
+         SYSTEM_NAME=`$dummy $dummyarg` &&
6934
 
+           { echo "$SYSTEM_NAME"; exit; }
6935
 
        echo mips-mips-riscos${UNAME_RELEASE}
6936
 
-       exit 0 ;;
6937
 
+       exit ;;
6938
 
     Motorola:PowerMAX_OS:*:*)
6939
 
        echo powerpc-motorola-powermax
6940
 
-       exit 0 ;;
6941
 
+       exit ;;
6942
 
     Motorola:*:4.3:PL8-*)
6943
 
        echo powerpc-harris-powermax
6944
 
-       exit 0 ;;
6945
 
-    Night_Hawk:*:*:PowerMAX_OS)
6946
 
+       exit ;;
6947
 
+    Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*)
6948
 
        echo powerpc-harris-powermax
6949
 
-       exit 0 ;;
6950
 
+       exit ;;
6951
 
     Night_Hawk:Power_UNIX:*:*)
6952
 
        echo powerpc-harris-powerunix
6953
 
-       exit 0 ;;
6954
 
+       exit ;;
6955
 
     m88k:CX/UX:7*:*)
6956
 
        echo m88k-harris-cxux7
6957
 
-       exit 0 ;;
6958
 
+       exit ;;
6959
 
     m88k:*:4*:R4*)
6960
 
        echo m88k-motorola-sysv4
6961
 
-       exit 0 ;;
6962
 
+       exit ;;
6963
 
     m88k:*:3*:R3*)
6964
 
        echo m88k-motorola-sysv3
6965
 
-       exit 0 ;;
6966
 
+       exit ;;
6967
 
     AViiON:dgux:*:*)
6968
 
         # DG/UX returns AViiON for all architectures
6969
 
         UNAME_PROCESSOR=`/usr/bin/uname -p`
6970
 
@@ -479,29 +475,29 @@ EOF
6971
 
        else
6972
 
            echo i586-dg-dgux${UNAME_RELEASE}
6973
 
        fi
6974
 
-       exit 0 ;;
6975
 
+       exit ;;
6976
 
     M88*:DolphinOS:*:*)        # DolphinOS (SVR3)
6977
 
        echo m88k-dolphin-sysv3
6978
 
-       exit 0 ;;
6979
 
+       exit ;;
6980
 
     M88*:*:R3*:*)
6981
 
        # Delta 88k system running SVR3
6982
 
        echo m88k-motorola-sysv3
6983
 
-       exit 0 ;;
6984
 
+       exit ;;
6985
 
     XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3)
6986
 
        echo m88k-tektronix-sysv3
6987
 
-       exit 0 ;;
6988
 
+       exit ;;
6989
 
     Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
6990
 
        echo m68k-tektronix-bsd
6991
 
-       exit 0 ;;
6992
 
+       exit ;;
6993
 
     *:IRIX*:*:*)
6994
 
        echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
6995
 
-       exit 0 ;;
6996
 
+       exit ;;
6997
 
     ????????:AIX?:[12].1:2)   # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
6998
 
-       echo romp-ibm-aix      # uname -m gives an 8 hex-code CPU id
6999
 
-       exit 0 ;;              # Note that: echo "'`uname -s`'" gives 'AIX '
7000
 
+       echo romp-ibm-aix     # uname -m gives an 8 hex-code CPU id
7001
 
+       exit ;;               # Note that: echo "'`uname -s`'" gives 'AIX '
7002
 
     i*86:AIX:*:*)
7003
 
        echo i386-ibm-aix
7004
 
-       exit 0 ;;
7005
 
+       exit ;;
7006
 
     ia64:AIX:*:*)
7007
 
        if [ -x /usr/bin/oslevel ] ; then
7008
 
                IBM_REV=`/usr/bin/oslevel`
7009
 
@@ -509,7 +505,7 @@ EOF
7010
 
                IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
7011
 
        fi
7012
 
        echo ${UNAME_MACHINE}-ibm-aix${IBM_REV}
7013
 
-       exit 0 ;;
7014
 
+       exit ;;
7015
 
     *:AIX:2:3)
7016
 
        if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
7017
 
                eval $set_cc_for_build
7018
 
@@ -524,16 +520,19 @@ EOF
7019
 
                        exit(0);
7020
 
                        }
7021
 
 EOF
7022
 
-               $CC_FOR_BUILD $dummy.c -o $dummy && $dummy && rm -f $dummy.c $dummy && rmdir $tmpdir && exit 0
7023
 
-               rm -f $dummy.c $dummy && rmdir $tmpdir
7024
 
-               echo rs6000-ibm-aix3.2.5
7025
 
+               if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
7026
 
+               then
7027
 
+                       echo "$SYSTEM_NAME"
7028
 
+               else
7029
 
+                       echo rs6000-ibm-aix3.2.5
7030
 
+               fi
7031
 
        elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
7032
 
                echo rs6000-ibm-aix3.2.4
7033
 
        else
7034
 
                echo rs6000-ibm-aix3.2
7035
 
        fi
7036
 
-       exit 0 ;;
7037
 
-    *:AIX:*:[45])
7038
 
+       exit ;;
7039
 
+    *:AIX:*:[456])
7040
 
        IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
7041
 
        if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
7042
 
                IBM_ARCH=rs6000
7043
 
@@ -546,28 +545,28 @@ EOF
7044
 
                IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
7045
 
        fi
7046
 
        echo ${IBM_ARCH}-ibm-aix${IBM_REV}
7047
 
-       exit 0 ;;
7048
 
+       exit ;;
7049
 
     *:AIX:*:*)
7050
 
        echo rs6000-ibm-aix
7051
 
-       exit 0 ;;
7052
 
+       exit ;;
7053
 
     ibmrt:4.4BSD:*|romp-ibm:BSD:*)
7054
 
        echo romp-ibm-bsd4.4
7055
 
-       exit 0 ;;
7056
 
+       exit ;;
7057
 
     ibmrt:*BSD:*|romp-ibm:BSD:*)            # covers RT/PC BSD and
7058
 
        echo romp-ibm-bsd${UNAME_RELEASE}   # 4.3 with uname added to
7059
 
-       exit 0 ;;                           # report: romp-ibm BSD 4.3
7060
 
+       exit ;;                             # report: romp-ibm BSD 4.3
7061
 
     *:BOSX:*:*)
7062
 
        echo rs6000-bull-bosx
7063
 
-       exit 0 ;;
7064
 
+       exit ;;
7065
 
     DPX/2?00:B.O.S.:*:*)
7066
 
        echo m68k-bull-sysv3
7067
 
-       exit 0 ;;
7068
 
+       exit ;;
7069
 
     9000/[34]??:4.3bsd:1.*:*)
7070
 
        echo m68k-hp-bsd
7071
 
-       exit 0 ;;
7072
 
+       exit ;;
7073
 
     hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
7074
 
        echo m68k-hp-bsd4.4
7075
 
-       exit 0 ;;
7076
 
+       exit ;;
7077
 
     9000/[34678]??:HP-UX:*:*)
7078
 
        HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
7079
 
        case "${UNAME_MACHINE}" in
7080
 
@@ -623,17 +622,37 @@ EOF
7081
 
                   exit (0);
7082
 
               }
7083
 
 EOF
7084
 
-                   (CCOPTS= $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null) && HP_ARCH=`$dummy`
7085
 
-                   if test -z "$HP_ARCH"; then HP_ARCH=hppa; fi
7086
 
-                   rm -f $dummy.c $dummy && rmdir $tmpdir
7087
 
+                   (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
7088
 
+                   test -z "$HP_ARCH" && HP_ARCH=hppa
7089
 
                fi ;;
7090
 
        esac
7091
 
+       if [ ${HP_ARCH} = "hppa2.0w" ]
7092
 
+       then
7093
 
+           eval $set_cc_for_build
7094
 
+
7095
 
+           # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
7096
 
+           # 32-bit code.  hppa64-hp-hpux* has the same kernel and a compiler
7097
 
+           # generating 64-bit code.  GNU and HP use different nomenclature:
7098
 
+           #
7099
 
+           # $ CC_FOR_BUILD=cc ./config.guess
7100
 
+           # => hppa2.0w-hp-hpux11.23
7101
 
+           # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
7102
 
+           # => hppa64-hp-hpux11.23
7103
 
+
7104
 
+           if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) |
7105
 
+               grep __LP64__ >/dev/null
7106
 
+           then
7107
 
+               HP_ARCH="hppa2.0w"
7108
 
+           else
7109
 
+               HP_ARCH="hppa64"
7110
 
+           fi
7111
 
+       fi
7112
 
        echo ${HP_ARCH}-hp-hpux${HPUX_REV}
7113
 
-       exit 0 ;;
7114
 
+       exit ;;
7115
 
     ia64:HP-UX:*:*)
7116
 
        HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
7117
 
        echo ia64-hp-hpux${HPUX_REV}
7118
 
-       exit 0 ;;
7119
 
+       exit ;;
7120
 
     3050*:HI-UX:*:*)
7121
 
        eval $set_cc_for_build
7122
 
        sed 's/^        //' << EOF >$dummy.c
7123
 
@@ -661,146 +680,192 @@ EOF
7124
 
          exit (0);
7125
 
        }
7126
 
 EOF
7127
 
-       $CC_FOR_BUILD $dummy.c -o $dummy && $dummy && rm -f $dummy.c $dummy && rmdir $tmpdir && exit 0
7128
 
-       rm -f $dummy.c $dummy && rmdir $tmpdir
7129
 
+       $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
7130
 
+               { echo "$SYSTEM_NAME"; exit; }
7131
 
        echo unknown-hitachi-hiuxwe2
7132
 
-       exit 0 ;;
7133
 
+       exit ;;
7134
 
     9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
7135
 
        echo hppa1.1-hp-bsd
7136
 
-       exit 0 ;;
7137
 
+       exit ;;
7138
 
     9000/8??:4.3bsd:*:*)
7139
 
        echo hppa1.0-hp-bsd
7140
 
-       exit 0 ;;
7141
 
+       exit ;;
7142
 
     *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*)
7143
 
        echo hppa1.0-hp-mpeix
7144
 
-       exit 0 ;;
7145
 
+       exit ;;
7146
 
     hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* )
7147
 
        echo hppa1.1-hp-osf
7148
 
-       exit 0 ;;
7149
 
+       exit ;;
7150
 
     hp8??:OSF1:*:*)
7151
 
        echo hppa1.0-hp-osf
7152
 
-       exit 0 ;;
7153
 
+       exit ;;
7154
 
     i*86:OSF1:*:*)
7155
 
        if [ -x /usr/sbin/sysversion ] ; then
7156
 
            echo ${UNAME_MACHINE}-unknown-osf1mk
7157
 
        else
7158
 
            echo ${UNAME_MACHINE}-unknown-osf1
7159
 
        fi
7160
 
-       exit 0 ;;
7161
 
+       exit ;;
7162
 
     parisc*:Lites*:*:*)
7163
 
        echo hppa1.1-hp-lites
7164
 
-       exit 0 ;;
7165
 
+       exit ;;
7166
 
     C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
7167
 
        echo c1-convex-bsd
7168
 
-        exit 0 ;;
7169
 
+        exit ;;
7170
 
     C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
7171
 
        if getsysinfo -f scalar_acc
7172
 
        then echo c32-convex-bsd
7173
 
        else echo c2-convex-bsd
7174
 
        fi
7175
 
-        exit 0 ;;
7176
 
+        exit ;;
7177
 
     C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*)
7178
 
        echo c34-convex-bsd
7179
 
-        exit 0 ;;
7180
 
+        exit ;;
7181
 
     C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*)
7182
 
        echo c38-convex-bsd
7183
 
-        exit 0 ;;
7184
 
+        exit ;;
7185
 
     C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
7186
 
        echo c4-convex-bsd
7187
 
-        exit 0 ;;
7188
 
+        exit ;;
7189
 
     CRAY*Y-MP:*:*:*)
7190
 
        echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
7191
 
-       exit 0 ;;
7192
 
+       exit ;;
7193
 
     CRAY*[A-Z]90:*:*:*)
7194
 
        echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \
7195
 
        | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \
7196
 
              -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \
7197
 
              -e 's/\.[^.]*$/.X/'
7198
 
-       exit 0 ;;
7199
 
+       exit ;;
7200
 
     CRAY*TS:*:*:*)
7201
 
        echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
7202
 
-       exit 0 ;;
7203
 
-    CRAY*T3D:*:*:*)
7204
 
-       echo alpha-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
7205
 
-       exit 0 ;;
7206
 
+       exit ;;
7207
 
     CRAY*T3E:*:*:*)
7208
 
        echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
7209
 
-       exit 0 ;;
7210
 
+       exit ;;
7211
 
     CRAY*SV1:*:*:*)
7212
 
        echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
7213
 
-       exit 0 ;;
7214
 
+       exit ;;
7215
 
+    *:UNICOS/mp:*:*)
7216
 
+       echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
7217
 
+       exit ;;
7218
 
     F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
7219
 
        FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
7220
 
         FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
7221
 
         FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
7222
 
         echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
7223
 
-        exit 0 ;;
7224
 
+        exit ;;
7225
 
+    5000:UNIX_System_V:4.*:*)
7226
 
+        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
7227
 
+        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
7228
 
+        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
7229
 
+       exit ;;
7230
 
     i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
7231
 
        echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
7232
 
-       exit 0 ;;
7233
 
+       exit ;;
7234
 
     sparc*:BSD/OS:*:*)
7235
 
        echo sparc-unknown-bsdi${UNAME_RELEASE}
7236
 
-       exit 0 ;;
7237
 
+       exit ;;
7238
 
     *:BSD/OS:*:*)
7239
 
        echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
7240
 
-       exit 0 ;;
7241
 
+       exit ;;
7242
 
     *:FreeBSD:*:*)
7243
 
-       # Determine whether the default compiler uses glibc.
7244
 
-       eval $set_cc_for_build
7245
 
-       sed 's/^        //' << EOF >$dummy.c
7246
 
-       #include <features.h>
7247
 
-       #if __GLIBC__ >= 2
7248
 
-       LIBC=gnu
7249
 
-       #else
7250
 
-       LIBC=
7251
 
-       #endif
7252
 
-EOF
7253
 
-       eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
7254
 
-       rm -f $dummy.c && rmdir $tmpdir
7255
 
-       echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
7256
 
-       exit 0 ;;
7257
 
+       case ${UNAME_MACHINE} in
7258
 
+           pc98)
7259
 
+               echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
7260
 
+           amd64)
7261
 
+               echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
7262
 
+           *)
7263
 
+               echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
7264
 
+       esac
7265
 
+       exit ;;
7266
 
     i*:CYGWIN*:*)
7267
 
        echo ${UNAME_MACHINE}-pc-cygwin
7268
 
-       exit 0 ;;
7269
 
-    i*:MINGW*:*)
7270
 
+       exit ;;
7271
 
+    *:MINGW*:*)
7272
 
        echo ${UNAME_MACHINE}-pc-mingw32
7273
 
-       exit 0 ;;
7274
 
+       exit ;;
7275
 
+    i*:windows32*:*)
7276
 
+       # uname -m includes "-pc" on this system.
7277
 
+       echo ${UNAME_MACHINE}-mingw32
7278
 
+       exit ;;
7279
 
     i*:PW*:*)
7280
 
        echo ${UNAME_MACHINE}-pc-pw32
7281
 
-       exit 0 ;;
7282
 
-    x86:Interix*:3*)
7283
 
-       echo i386-pc-interix3
7284
 
-       exit 0 ;;
7285
 
+       exit ;;
7286
 
+    *:Interix*:[3456]*)
7287
 
+       case ${UNAME_MACHINE} in
7288
 
+           x86)
7289
 
+               echo i586-pc-interix${UNAME_RELEASE}
7290
 
+               exit ;;
7291
 
+           EM64T | authenticamd)
7292
 
+               echo x86_64-unknown-interix${UNAME_RELEASE}
7293
 
+               exit ;;
7294
 
+           IA64)
7295
 
+               echo ia64-unknown-interix${UNAME_RELEASE}
7296
 
+               exit ;;
7297
 
+       esac ;;
7298
 
+    [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
7299
 
+       echo i${UNAME_MACHINE}-pc-mks
7300
 
+       exit ;;
7301
 
     i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
7302
 
        # How do we know it's Interix rather than the generic POSIX subsystem?
7303
 
        # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we
7304
 
        # UNAME_MACHINE based on the output of uname instead of i386?
7305
 
-       echo i386-pc-interix
7306
 
-       exit 0 ;;
7307
 
+       echo i586-pc-interix
7308
 
+       exit ;;
7309
 
     i*:UWIN*:*)
7310
 
        echo ${UNAME_MACHINE}-pc-uwin
7311
 
-       exit 0 ;;
7312
 
+       exit ;;
7313
 
+    amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
7314
 
+       echo x86_64-unknown-cygwin
7315
 
+       exit ;;
7316
 
     p*:CYGWIN*:*)
7317
 
        echo powerpcle-unknown-cygwin
7318
 
-       exit 0 ;;
7319
 
+       exit ;;
7320
 
     prep*:SunOS:5.*:*)
7321
 
        echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
7322
 
-       exit 0 ;;
7323
 
+       exit ;;
7324
 
     *:GNU:*:*)
7325
 
+       # the GNU system
7326
 
        echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
7327
 
-       exit 0 ;;
7328
 
+       exit ;;
7329
 
+    *:GNU/*:*:*)
7330
 
+       # other systems with GNU libc and userland
7331
 
+       echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
7332
 
+       exit ;;
7333
 
     i*86:Minix:*:*)
7334
 
        echo ${UNAME_MACHINE}-pc-minix
7335
 
-       exit 0 ;;
7336
 
+       exit ;;
7337
 
     arm*:Linux:*:*)
7338
 
+       eval $set_cc_for_build
7339
 
+       if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
7340
 
+           | grep -q __ARM_EABI__
7341
 
+       then
7342
 
+           echo ${UNAME_MACHINE}-unknown-linux-gnu
7343
 
+       else
7344
 
+           echo ${UNAME_MACHINE}-unknown-linux-gnueabi
7345
 
+       fi
7346
 
+       exit ;;
7347
 
+    avr32*:Linux:*:*)
7348
 
        echo ${UNAME_MACHINE}-unknown-linux-gnu
7349
 
-       exit 0 ;;
7350
 
+       exit ;;
7351
 
+    cris:Linux:*:*)
7352
 
+       echo cris-axis-linux-gnu
7353
 
+       exit ;;
7354
 
+    crisv32:Linux:*:*)
7355
 
+       echo crisv32-axis-linux-gnu
7356
 
+       exit ;;
7357
 
+    frv:Linux:*:*)
7358
 
+       echo frv-unknown-linux-gnu
7359
 
+       exit ;;
7360
 
     ia64:Linux:*:*)
7361
 
        echo ${UNAME_MACHINE}-unknown-linux-gnu
7362
 
-       exit 0 ;;
7363
 
+       exit ;;
7364
 
+    m32r*:Linux:*:*)
7365
 
+       echo ${UNAME_MACHINE}-unknown-linux-gnu
7366
 
+       exit ;;
7367
 
     m68*:Linux:*:*)
7368
 
        echo ${UNAME_MACHINE}-unknown-linux-gnu
7369
 
-       exit 0 ;;
7370
 
+       exit ;;
7371
 
     mips:Linux:*:*)
7372
 
        eval $set_cc_for_build
7373
 
        sed 's/^        //' << EOF >$dummy.c
7374
 
@@ -817,16 +882,45 @@ EOF
7375
 
        #endif
7376
 
        #endif
7377
 
 EOF
7378
 
-       eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
7379
 
-       rm -f $dummy.c && rmdir $tmpdir
7380
 
-       test x"${CPU}" != x && echo "${CPU}-pc-linux-gnu" && exit 0
7381
 
+       eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
7382
 
+           /^CPU/{
7383
 
+               s: ::g
7384
 
+               p
7385
 
+           }'`"
7386
 
+       test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
7387
 
        ;;
7388
 
+    mips64:Linux:*:*)
7389
 
+       eval $set_cc_for_build
7390
 
+       sed 's/^        //' << EOF >$dummy.c
7391
 
+       #undef CPU
7392
 
+       #undef mips64
7393
 
+       #undef mips64el
7394
 
+       #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
7395
 
+       CPU=mips64el
7396
 
+       #else
7397
 
+       #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
7398
 
+       CPU=mips64
7399
 
+       #else
7400
 
+       CPU=
7401
 
+       #endif
7402
 
+       #endif
7403
 
+EOF
7404
 
+       eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
7405
 
+           /^CPU/{
7406
 
+               s: ::g
7407
 
+               p
7408
 
+           }'`"
7409
 
+       test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
7410
 
+       ;;
7411
 
+    or32:Linux:*:*)
7412
 
+       echo or32-unknown-linux-gnu
7413
 
+       exit ;;
7414
 
     ppc:Linux:*:*)
7415
 
        echo powerpc-unknown-linux-gnu
7416
 
-       exit 0 ;;
7417
 
+       exit ;;
7418
 
     ppc64:Linux:*:*)
7419
 
        echo powerpc64-unknown-linux-gnu
7420
 
-       exit 0 ;;
7421
 
+       exit ;;
7422
 
     alpha:Linux:*:*)
7423
 
        case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
7424
 
          EV5)   UNAME_MACHINE=alphaev5 ;;
7425
 
@@ -840,7 +934,7 @@ EOF
7426
 
        objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
7427
 
        if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
7428
 
        echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
7429
 
-       exit 0 ;;
7430
 
+       exit ;;
7431
 
     parisc:Linux:*:* | hppa:Linux:*:*)
7432
 
        # Look for CPU level
7433
 
        case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
7434
 
@@ -848,22 +942,31 @@ EOF
7435
 
          PA8*) echo hppa2.0-unknown-linux-gnu ;;
7436
 
          *)    echo hppa-unknown-linux-gnu ;;
7437
 
        esac
7438
 
-       exit 0 ;;
7439
 
+       exit ;;
7440
 
     parisc64:Linux:*:* | hppa64:Linux:*:*)
7441
 
        echo hppa64-unknown-linux-gnu
7442
 
-       exit 0 ;;
7443
 
+       exit ;;
7444
 
     s390:Linux:*:* | s390x:Linux:*:*)
7445
 
        echo ${UNAME_MACHINE}-ibm-linux
7446
 
-       exit 0 ;;
7447
 
+       exit ;;
7448
 
+    sh64*:Linux:*:*)
7449
 
+       echo ${UNAME_MACHINE}-unknown-linux-gnu
7450
 
+       exit ;;
7451
 
     sh*:Linux:*:*)
7452
 
        echo ${UNAME_MACHINE}-unknown-linux-gnu
7453
 
-       exit 0 ;;
7454
 
+       exit ;;
7455
 
     sparc:Linux:*:* | sparc64:Linux:*:*)
7456
 
        echo ${UNAME_MACHINE}-unknown-linux-gnu
7457
 
-       exit 0 ;;
7458
 
+       exit ;;
7459
 
+    vax:Linux:*:*)
7460
 
+       echo ${UNAME_MACHINE}-dec-linux-gnu
7461
 
+       exit ;;
7462
 
     x86_64:Linux:*:*)
7463
 
        echo x86_64-unknown-linux-gnu
7464
 
-       exit 0 ;;
7465
 
+       exit ;;
7466
 
+    xtensa*:Linux:*:*)
7467
 
+       echo ${UNAME_MACHINE}-unknown-linux-gnu
7468
 
+       exit ;;
7469
 
     i*86:Linux:*:*)
7470
 
        # The BFD linker knows what the default object file format is, so
7471
 
        # first see if it will tell us. cd to the root directory to prevent
7472
 
@@ -881,15 +984,15 @@ EOF
7473
 
                ;;
7474
 
          a.out-i386-linux)
7475
 
                echo "${UNAME_MACHINE}-pc-linux-gnuaout"
7476
 
-               exit 0 ;;
7477
 
+               exit ;;
7478
 
          coff-i386)
7479
 
                echo "${UNAME_MACHINE}-pc-linux-gnucoff"
7480
 
-               exit 0 ;;
7481
 
+               exit ;;
7482
 
          "")
7483
 
                # Either a pre-BFD a.out linker (linux-gnuoldld) or
7484
 
                # one that does not give us useful --help.
7485
 
                echo "${UNAME_MACHINE}-pc-linux-gnuoldld"
7486
 
-               exit 0 ;;
7487
 
+               exit ;;
7488
 
        esac
7489
 
        # Determine whether the default compiler is a.out or elf
7490
 
        eval $set_cc_for_build
7491
 
@@ -906,24 +1009,33 @@ EOF
7492
 
        LIBC=gnulibc1
7493
 
        # endif
7494
 
        #else
7495
 
-       #ifdef __INTEL_COMPILER
7496
 
+       #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
7497
 
        LIBC=gnu
7498
 
        #else
7499
 
        LIBC=gnuaout
7500
 
        #endif
7501
 
        #endif
7502
 
+       #ifdef __dietlibc__
7503
 
+       LIBC=dietlibc
7504
 
+       #endif
7505
 
 EOF
7506
 
-       eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
7507
 
-       rm -f $dummy.c && rmdir $tmpdir
7508
 
-       test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0
7509
 
-       test x"${TENTATIVE}" != x && echo "${TENTATIVE}" && exit 0
7510
 
+       eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
7511
 
+           /^LIBC/{
7512
 
+               s: ::g
7513
 
+               p
7514
 
+           }'`"
7515
 
+       test x"${LIBC}" != x && {
7516
 
+               echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
7517
 
+               exit
7518
 
+       }
7519
 
+       test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; }
7520
 
        ;;
7521
 
     i*86:DYNIX/ptx:4*:*)
7522
 
        # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
7523
 
        # earlier versions are messed up and put the nodename in both
7524
 
        # sysname and nodename.
7525
 
        echo i386-sequent-sysv4
7526
 
-       exit 0 ;;
7527
 
+       exit ;;
7528
 
     i*86:UNIX_SV:4.2MP:2.*)
7529
 
         # Unixware is an offshoot of SVR4, but it has its own version
7530
 
         # number series starting with 2...
7531
 
@@ -931,7 +1043,27 @@ EOF
7532
 
        # I just have to hope.  -- rms.
7533
 
         # Use sysv4.2uw... so that sysv4* matches it.
7534
 
        echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}
7535
 
-       exit 0 ;;
7536
 
+       exit ;;
7537
 
+    i*86:OS/2:*:*)
7538
 
+       # If we were able to find `uname', then EMX Unix compatibility
7539
 
+       # is probably installed.
7540
 
+       echo ${UNAME_MACHINE}-pc-os2-emx
7541
 
+       exit ;;
7542
 
+    i*86:XTS-300:*:STOP)
7543
 
+       echo ${UNAME_MACHINE}-unknown-stop
7544
 
+       exit ;;
7545
 
+    i*86:atheos:*:*)
7546
 
+       echo ${UNAME_MACHINE}-unknown-atheos
7547
 
+       exit ;;
7548
 
+    i*86:syllable:*:*)
7549
 
+       echo ${UNAME_MACHINE}-pc-syllable
7550
 
+       exit ;;
7551
 
+    i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*)
7552
 
+       echo i386-unknown-lynxos${UNAME_RELEASE}
7553
 
+       exit ;;
7554
 
+    i*86:*DOS:*:*)
7555
 
+       echo ${UNAME_MACHINE}-pc-msdosdjgpp
7556
 
+       exit ;;
7557
 
     i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
7558
 
        UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
7559
 
        if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
7560
 
@@ -939,15 +1071,16 @@ EOF
7561
 
        else
7562
 
                echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL}
7563
 
        fi
7564
 
-       exit 0 ;;
7565
 
-    i*86:*:5:[78]*)
7566
 
+       exit ;;
7567
 
+    i*86:*:5:[678]*)
7568
 
+       # UnixWare 7.x, OpenUNIX and OpenServer 6.
7569
 
        case `/bin/uname -X | grep "^Machine"` in
7570
 
            *486*)           UNAME_MACHINE=i486 ;;
7571
 
            *Pentium)        UNAME_MACHINE=i586 ;;
7572
 
            *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
7573
 
        esac
7574
 
        echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION}
7575
 
-       exit 0 ;;
7576
 
+       exit ;;
7577
 
     i*86:*:3.2:*)
7578
 
        if test -f /usr/options/cb.name; then
7579
 
                UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
7580
 
@@ -965,76 +1098,73 @@ EOF
7581
 
        else
7582
 
                echo ${UNAME_MACHINE}-pc-sysv32
7583
 
        fi
7584
 
-       exit 0 ;;
7585
 
-    i*86:*DOS:*:*)
7586
 
-       echo ${UNAME_MACHINE}-pc-msdosdjgpp
7587
 
-       exit 0 ;;
7588
 
+       exit ;;
7589
 
     pc:*:*:*)
7590
 
        # Left here for compatibility:
7591
 
         # uname -m prints for DJGPP always 'pc', but it prints nothing about
7592
 
         # the processor, so we play safe by assuming i386.
7593
 
        echo i386-pc-msdosdjgpp
7594
 
-        exit 0 ;;
7595
 
+        exit ;;
7596
 
     Intel:Mach:3*:*)
7597
 
        echo i386-pc-mach3
7598
 
-       exit 0 ;;
7599
 
+       exit ;;
7600
 
     paragon:*:*:*)
7601
 
        echo i860-intel-osf1
7602
 
-       exit 0 ;;
7603
 
+       exit ;;
7604
 
     i860:*:4.*:*) # i860-SVR4
7605
 
        if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then
7606
 
          echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4
7607
 
        else # Add other i860-SVR4 vendors below as they are discovered.
7608
 
          echo i860-unknown-sysv${UNAME_RELEASE}  # Unknown i860-SVR4
7609
 
        fi
7610
 
-       exit 0 ;;
7611
 
+       exit ;;
7612
 
     mini*:CTIX:SYS*5:*)
7613
 
        # "miniframe"
7614
 
        echo m68010-convergent-sysv
7615
 
-       exit 0 ;;
7616
 
+       exit ;;
7617
 
     mc68k:UNIX:SYSTEM5:3.51m)
7618
 
        echo m68k-convergent-sysv
7619
 
-       exit 0 ;;
7620
 
-    M68*:*:R3V[567]*:*)
7621
 
-       test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;;
7622
 
-    3[34]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0)
7623
 
+       exit ;;
7624
 
+    M680?0:D-NIX:5.3:*)
7625
 
+       echo m68k-diab-dnix
7626
 
+       exit ;;
7627
 
+    M68*:*:R3V[5678]*:*)
7628
 
+       test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;;
7629
 
+    3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0)
7630
 
        OS_REL=''
7631
 
        test -r /etc/.relid \
7632
 
        && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
7633
 
        /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
7634
 
-         && echo i486-ncr-sysv4.3${OS_REL} && exit 0
7635
 
+         && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
7636
 
        /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
7637
 
-         && echo i586-ncr-sysv4.3${OS_REL} && exit 0 ;;
7638
 
+         && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
7639
 
     3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
7640
 
         /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
7641
 
-          && echo i486-ncr-sysv4 && exit 0 ;;
7642
 
+          && { echo i486-ncr-sysv4; exit; } ;;
7643
 
     m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*)
7644
 
        echo m68k-unknown-lynxos${UNAME_RELEASE}
7645
 
-       exit 0 ;;
7646
 
+       exit ;;
7647
 
     mc68030:UNIX_System_V:4.*:*)
7648
 
        echo m68k-atari-sysv4
7649
 
-       exit 0 ;;
7650
 
-    i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*)
7651
 
-       echo i386-unknown-lynxos${UNAME_RELEASE}
7652
 
-       exit 0 ;;
7653
 
+       exit ;;
7654
 
     TSUNAMI:LynxOS:2.*:*)
7655
 
        echo sparc-unknown-lynxos${UNAME_RELEASE}
7656
 
-       exit 0 ;;
7657
 
+       exit ;;
7658
 
     rs6000:LynxOS:2.*:*)
7659
 
        echo rs6000-unknown-lynxos${UNAME_RELEASE}
7660
 
-       exit 0 ;;
7661
 
+       exit ;;
7662
 
     PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*)
7663
 
        echo powerpc-unknown-lynxos${UNAME_RELEASE}
7664
 
-       exit 0 ;;
7665
 
+       exit ;;
7666
 
     SM[BE]S:UNIX_SV:*:*)
7667
 
        echo mips-dde-sysv${UNAME_RELEASE}
7668
 
-       exit 0 ;;
7669
 
+       exit ;;
7670
 
     RM*:ReliantUNIX-*:*:*)
7671
 
        echo mips-sni-sysv4
7672
 
-       exit 0 ;;
7673
 
+       exit ;;
7674
 
     RM*:SINIX-*:*:*)
7675
 
        echo mips-sni-sysv4
7676
 
-       exit 0 ;;
7677
 
+       exit ;;
7678
 
     *:SINIX-*:*:*)
7679
 
        if uname -p 2>/dev/null >/dev/null ; then
7680
 
                UNAME_MACHINE=`(uname -p) 2>/dev/null`
7681
 
@@ -1042,64 +1172,81 @@ EOF
7682
 
        else
7683
 
                echo ns32k-sni-sysv
7684
 
        fi
7685
 
-       exit 0 ;;
7686
 
+       exit ;;
7687
 
     PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
7688
 
                       # says <Richard.M.Bartel@ccMail.Census.GOV>
7689
 
         echo i586-unisys-sysv4
7690
 
-        exit 0 ;;
7691
 
+        exit ;;
7692
 
     *:UNIX_System_V:4*:FTX*)
7693
 
        # From Gerald Hewes <hewes@openmarket.com>.
7694
 
        # How about differentiating between stratus architectures? -djm
7695
 
        echo hppa1.1-stratus-sysv4
7696
 
-       exit 0 ;;
7697
 
+       exit ;;
7698
 
     *:*:*:FTX*)
7699
 
        # From seanf@swdc.stratus.com.
7700
 
        echo i860-stratus-sysv4
7701
 
-       exit 0 ;;
7702
 
+       exit ;;
7703
 
+    i*86:VOS:*:*)
7704
 
+       # From Paul.Green@stratus.com.
7705
 
+       echo ${UNAME_MACHINE}-stratus-vos
7706
 
+       exit ;;
7707
 
     *:VOS:*:*)
7708
 
        # From Paul.Green@stratus.com.
7709
 
        echo hppa1.1-stratus-vos
7710
 
-       exit 0 ;;
7711
 
+       exit ;;
7712
 
     mc68*:A/UX:*:*)
7713
 
        echo m68k-apple-aux${UNAME_RELEASE}
7714
 
-       exit 0 ;;
7715
 
+       exit ;;
7716
 
     news*:NEWS-OS:6*:*)
7717
 
        echo mips-sony-newsos6
7718
 
-       exit 0 ;;
7719
 
+       exit ;;
7720
 
     R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
7721
 
        if [ -d /usr/nec ]; then
7722
 
                echo mips-nec-sysv${UNAME_RELEASE}
7723
 
        else
7724
 
                echo mips-unknown-sysv${UNAME_RELEASE}
7725
 
        fi
7726
 
-        exit 0 ;;
7727
 
+        exit ;;
7728
 
     BeBox:BeOS:*:*)    # BeOS running on hardware made by Be, PPC only.
7729
 
        echo powerpc-be-beos
7730
 
-       exit 0 ;;
7731
 
+       exit ;;
7732
 
     BeMac:BeOS:*:*)    # BeOS running on Mac or Mac clone, PPC only.
7733
 
        echo powerpc-apple-beos
7734
 
-       exit 0 ;;
7735
 
+       exit ;;
7736
 
     BePC:BeOS:*:*)     # BeOS running on Intel PC compatible.
7737
 
        echo i586-pc-beos
7738
 
-       exit 0 ;;
7739
 
+       exit ;;
7740
 
     SX-4:SUPER-UX:*:*)
7741
 
        echo sx4-nec-superux${UNAME_RELEASE}
7742
 
-       exit 0 ;;
7743
 
+       exit ;;
7744
 
     SX-5:SUPER-UX:*:*)
7745
 
        echo sx5-nec-superux${UNAME_RELEASE}
7746
 
-       exit 0 ;;
7747
 
+       exit ;;
7748
 
     SX-6:SUPER-UX:*:*)
7749
 
        echo sx6-nec-superux${UNAME_RELEASE}
7750
 
-       exit 0 ;;
7751
 
+       exit ;;
7752
 
+    SX-7:SUPER-UX:*:*)
7753
 
+       echo sx7-nec-superux${UNAME_RELEASE}
7754
 
+       exit ;;
7755
 
+    SX-8:SUPER-UX:*:*)
7756
 
+       echo sx8-nec-superux${UNAME_RELEASE}
7757
 
+       exit ;;
7758
 
+    SX-8R:SUPER-UX:*:*)
7759
 
+       echo sx8r-nec-superux${UNAME_RELEASE}
7760
 
+       exit ;;
7761
 
     Power*:Rhapsody:*:*)
7762
 
        echo powerpc-apple-rhapsody${UNAME_RELEASE}
7763
 
-       exit 0 ;;
7764
 
+       exit ;;
7765
 
     *:Rhapsody:*:*)
7766
 
        echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
7767
 
-       exit 0 ;;
7768
 
+       exit ;;
7769
 
     *:Darwin:*:*)
7770
 
-       echo `uname -p`-apple-darwin${UNAME_RELEASE}
7771
 
-       exit 0 ;;
7772
 
+       UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
7773
 
+       case $UNAME_PROCESSOR in
7774
 
+           unknown) UNAME_PROCESSOR=powerpc ;;
7775
 
+       esac
7776
 
+       echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
7777
 
+       exit ;;
7778
 
     *:procnto*:*:* | *:QNX:[0123456789]*:*)
7779
 
        UNAME_PROCESSOR=`uname -p`
7780
 
        if test "$UNAME_PROCESSOR" = "x86"; then
7781
 
@@ -1107,22 +1254,25 @@ EOF
7782
 
                UNAME_MACHINE=pc
7783
 
        fi
7784
 
        echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}
7785
 
-       exit 0 ;;
7786
 
+       exit ;;
7787
 
     *:QNX:*:4*)
7788
 
        echo i386-pc-qnx
7789
 
-       exit 0 ;;
7790
 
-    NSR-[DGKLNPTVW]:NONSTOP_KERNEL:*:*)
7791
 
+       exit ;;
7792
 
+    NSE-?:NONSTOP_KERNEL:*:*)
7793
 
+       echo nse-tandem-nsk${UNAME_RELEASE}
7794
 
+       exit ;;
7795
 
+    NSR-?:NONSTOP_KERNEL:*:*)
7796
 
        echo nsr-tandem-nsk${UNAME_RELEASE}
7797
 
-       exit 0 ;;
7798
 
+       exit ;;
7799
 
     *:NonStop-UX:*:*)
7800
 
        echo mips-compaq-nonstopux
7801
 
-       exit 0 ;;
7802
 
+       exit ;;
7803
 
     BS2000:POSIX*:*:*)
7804
 
        echo bs2000-siemens-sysv
7805
 
-       exit 0 ;;
7806
 
+       exit ;;
7807
 
     DS/*:UNIX_System_V:*:*)
7808
 
        echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE}
7809
 
-       exit 0 ;;
7810
 
+       exit ;;
7811
 
     *:Plan9:*:*)
7812
 
        # "uname -m" is not consistent, so use $cputype instead. 386
7813
 
        # is converted to i386 for consistency with other x86
7814
 
@@ -1133,36 +1283,47 @@ EOF
7815
 
            UNAME_MACHINE="$cputype"
7816
 
        fi
7817
 
        echo ${UNAME_MACHINE}-unknown-plan9
7818
 
-       exit 0 ;;
7819
 
-    i*86:OS/2:*:*)
7820
 
-       # If we were able to find `uname', then EMX Unix compatibility
7821
 
-       # is probably installed.
7822
 
-       echo ${UNAME_MACHINE}-pc-os2-emx
7823
 
-       exit 0 ;;
7824
 
+       exit ;;
7825
 
     *:TOPS-10:*:*)
7826
 
        echo pdp10-unknown-tops10
7827
 
-       exit 0 ;;
7828
 
+       exit ;;
7829
 
     *:TENEX:*:*)
7830
 
        echo pdp10-unknown-tenex
7831
 
-       exit 0 ;;
7832
 
+       exit ;;
7833
 
     KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*)
7834
 
        echo pdp10-dec-tops20
7835
 
-       exit 0 ;;
7836
 
+       exit ;;
7837
 
     XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*)
7838
 
        echo pdp10-xkl-tops20
7839
 
-       exit 0 ;;
7840
 
+       exit ;;
7841
 
     *:TOPS-20:*:*)
7842
 
        echo pdp10-unknown-tops20
7843
 
-       exit 0 ;;
7844
 
+       exit ;;
7845
 
     *:ITS:*:*)
7846
 
        echo pdp10-unknown-its
7847
 
-       exit 0 ;;
7848
 
-    i*86:XTS-300:*:STOP)
7849
 
-       echo ${UNAME_MACHINE}-unknown-stop
7850
 
-       exit 0 ;;
7851
 
-    i*86:atheos:*:*)
7852
 
-       echo ${UNAME_MACHINE}-unknown-atheos
7853
 
-       exit 0 ;;
7854
 
+       exit ;;
7855
 
+    SEI:*:*:SEIUX)
7856
 
+        echo mips-sei-seiux${UNAME_RELEASE}
7857
 
+       exit ;;
7858
 
+    *:DragonFly:*:*)
7859
 
+       echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
7860
 
+       exit ;;
7861
 
+    *:*VMS:*:*)
7862
 
+       UNAME_MACHINE=`(uname -p) 2>/dev/null`
7863
 
+       case "${UNAME_MACHINE}" in
7864
 
+           A*) echo alpha-dec-vms ; exit ;;
7865
 
+           I*) echo ia64-dec-vms ; exit ;;
7866
 
+           V*) echo vax-dec-vms ; exit ;;
7867
 
+       esac ;;
7868
 
+    *:XENIX:*:SysV)
7869
 
+       echo i386-pc-xenix
7870
 
+       exit ;;
7871
 
+    i*86:skyos:*:*)
7872
 
+       echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
7873
 
+       exit ;;
7874
 
+    i*86:rdos:*:*)
7875
 
+       echo ${UNAME_MACHINE}-pc-rdos
7876
 
+       exit ;;
7877
 
 esac
7878
 
 
7879
 
 #echo '(No uname command or uname output not recognized.)' 1>&2
7880
 
@@ -1194,7 +1355,7 @@ main ()
7881
 
 #endif
7882
 
 
7883
 
 #if defined (__arm) && defined (__acorn) && defined (__unix)
7884
 
-  printf ("arm-acorn-riscix"); exit (0);
7885
 
+  printf ("arm-acorn-riscix\n"); exit (0);
7886
 
 #endif
7887
 
 
7888
 
 #if defined (hp300) && !defined (hpux)
7889
 
@@ -1283,12 +1444,12 @@ main ()
7890
 
 }
7891
 
 EOF
7892
 
 
7893
 
-$CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null && $dummy && rm -f $dummy.c $dummy && rmdir $tmpdir && exit 0
7894
 
-rm -f $dummy.c $dummy && rmdir $tmpdir
7895
 
+$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
7896
 
+       { echo "$SYSTEM_NAME"; exit; }
7897
 
 
7898
 
 # Apollos put the system type in the environment.
7899
 
 
7900
 
-test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit 0; }
7901
 
+test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; }
7902
 
 
7903
 
 # Convex versions that predate uname can use getsysinfo(1)
7904
 
 
7905
 
@@ -1297,22 +1458,22 @@ then
7906
 
     case `getsysinfo -f cpu_type` in
7907
 
     c1*)
7908
 
        echo c1-convex-bsd
7909
 
-       exit 0 ;;
7910
 
+       exit ;;
7911
 
     c2*)
7912
 
        if getsysinfo -f scalar_acc
7913
 
        then echo c32-convex-bsd
7914
 
        else echo c2-convex-bsd
7915
 
        fi
7916
 
-       exit 0 ;;
7917
 
+       exit ;;
7918
 
     c34*)
7919
 
        echo c34-convex-bsd
7920
 
-       exit 0 ;;
7921
 
+       exit ;;
7922
 
     c38*)
7923
 
        echo c38-convex-bsd
7924
 
-       exit 0 ;;
7925
 
+       exit ;;
7926
 
     c4*)
7927
 
        echo c4-convex-bsd
7928
 
-       exit 0 ;;
7929
 
+       exit ;;
7930
 
     esac
7931
 
 fi
7932
 
 
7933
 
@@ -1323,7 +1484,9 @@ This script, last modified $timestamp, h
7934
 
 the operating system you are using. It is advised that you
7935
 
 download the most up to date version of the config scripts from
7936
 
 
7937
 
-    ftp://ftp.gnu.org/pub/gnu/config/
7938
 
+  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
7939
 
+and
7940
 
+  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
7941
 
 
7942
 
 If the version you run ($0) is already up to date, please
7943
 
 send the following data and any information you think might be
7944
 
--- gnats-4.1.0.orig/gnats/aclocal.m4
7945
 
+++ gnats-4.1.0/gnats/aclocal.m4
7946
 
@@ -1,64 +1,64 @@
7947
 
-dnl aclocal.m4 generated automatically by aclocal 1.4-p4
7948
 
+# generated automatically by aclocal 1.11.1 -*- Autoconf -*-
7949
 
 
7950
 
-dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
7951
 
-dnl This file is free software; the Free Software Foundation
7952
 
-dnl gives unlimited permission to copy and/or distribute it,
7953
 
-dnl with or without modifications, as long as this notice is preserved.
7954
 
-
7955
 
-dnl This program is distributed in the hope that it will be useful,
7956
 
-dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
7957
 
-dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
7958
 
-dnl PARTICULAR PURPOSE.
7959
 
-
7960
 
-#serial 1
7961
 
-# This test replaces the one in autoconf.
7962
 
-# Currently this macro should have the same name as the autoconf macro
7963
 
-# because gettext's gettext.m4 (distributed in the automake package)
7964
 
-# still uses it.  Otherwise, the use in gettext.m4 makes autoheader
7965
 
-# give these diagnostics:
7966
 
-#   configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX
7967
 
-#   configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX
7968
 
-
7969
 
-undefine([AC_ISC_POSIX])
7970
 
-
7971
 
-AC_DEFUN([AC_ISC_POSIX],
7972
 
-  [
7973
 
-    dnl This test replaces the obsolescent AC_ISC_POSIX kludge.
7974
 
-    AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"])
7975
 
-  ]
7976
 
-)
7977
 
-
7978
 
-
7979
 
-# serial 1
7980
 
-
7981
 
-AC_DEFUN(AM_PATH_LISPDIR,
7982
 
- [# If set to t, that means we are running in a shell under Emacs.
7983
 
-  # If you have an Emacs named "t", then use the full path.
7984
 
-  test "$EMACS" = t && EMACS=
7985
 
-  AC_PATH_PROGS(EMACS, emacs xemacs, no)
7986
 
-  if test $EMACS != "no"; then
7987
 
-    AC_MSG_CHECKING([where .elc files should go])
7988
 
-    dnl Set default value
7989
 
-    lispdir="\$(datadir)/emacs/site-lisp"
7990
 
-    emacs_flavor=`echo "$EMACS" | sed -e 's,^.*/,,'`
7991
 
-    if test "x$prefix" = "xNONE"; then
7992
 
-      if test -d $ac_default_prefix/share/$emacs_flavor/site-lisp; then
7993
 
-       lispdir="\$(prefix)/share/$emacs_flavor/site-lisp"
7994
 
-      else
7995
 
-       if test -d $ac_default_prefix/lib/$emacs_flavor/site-lisp; then
7996
 
-         lispdir="\$(prefix)/lib/$emacs_flavor/site-lisp"
7997
 
-       fi
7998
 
-      fi
7999
 
-    else
8000
 
-      if test -d $prefix/share/$emacs_flavor/site-lisp; then
8001
 
-       lispdir="\$(prefix)/share/$emacs_flavor/site-lisp"
8002
 
-      else
8003
 
-       if test -d $prefix/lib/$emacs_flavor/site-lisp; then
8004
 
-         lispdir="\$(prefix)/lib/$emacs_flavor/site-lisp"
8005
 
-       fi
8006
 
-      fi
8007
 
-    fi
8008
 
-    AC_MSG_RESULT($lispdir)
8009
 
-  fi
8010
 
-  AC_SUBST(lispdir)])
8011
 
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
8012
 
+# 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
8013
 
+# This file is free software; the Free Software Foundation
8014
 
+# gives unlimited permission to copy and/or distribute it,
8015
 
+# with or without modifications, as long as this notice is preserved.
8016
 
+
8017
 
+# This program is distributed in the hope that it will be useful,
8018
 
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
8019
 
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
8020
 
+# PARTICULAR PURPOSE.
8021
 
+
8022
 
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
8023
 
+# 2006  Free Software Foundation, Inc.
8024
 
+#
8025
 
+# This file is free software; the Free Software Foundation
8026
 
+# gives unlimited permission to copy and/or distribute it,
8027
 
+# with or without modifications, as long as this notice is preserved.
8028
 
+
8029
 
+# serial 10
8030
 
+
8031
 
+# AM_PATH_LISPDIR
8032
 
+# ---------------
8033
 
+AC_DEFUN([AM_PATH_LISPDIR],
8034
 
+[AC_PREREQ([2.60])dnl
8035
 
+ # If set to t, that means we are running in a shell under Emacs.
8036
 
+ # If you have an Emacs named "t", then use the full path.
8037
 
+ test x"$EMACS" = xt && EMACS=
8038
 
+ AC_CHECK_PROGS([EMACS], [emacs xemacs], [no])
8039
 
+ AC_ARG_VAR([EMACS], [the Emacs editor command])
8040
 
+ AC_ARG_VAR([EMACSLOADPATH], [the Emacs library search path])
8041
 
+ AC_ARG_WITH([lispdir],
8042
 
+ [  --with-lispdir          override the default lisp directory],
8043
 
+ [ lispdir="$withval"
8044
 
+   AC_MSG_CHECKING([where .elc files should go])
8045
 
+   AC_MSG_RESULT([$lispdir])],
8046
 
+ [
8047
 
+ AC_CACHE_CHECK([where .elc files should go], [am_cv_lispdir], [
8048
 
+   if test $EMACS != "no"; then
8049
 
+     if test x${lispdir+set} != xset; then
8050
 
+  # If $EMACS isn't GNU Emacs or XEmacs, this can blow up pretty badly
8051
 
+  # Some emacsen will start up in interactive mode, requiring C-x C-c to exit,
8052
 
+  #  which is non-obvious for non-emacs users.
8053
 
+  # Redirecting /dev/null should help a bit; pity we can't detect "broken"
8054
 
+  #  emacsen earlier and avoid running this altogether.
8055
 
+  AC_RUN_LOG([$EMACS -batch -q -eval '(while load-path (princ (concat (car load-path) "\n")) (setq load-path (cdr load-path)))' </dev/null >conftest.out])
8056
 
+       am_cv_lispdir=`sed -n \
8057
 
+       -e 's,/$,,' \
8058
 
+       -e '/.*\/lib\/x*emacs\/site-lisp$/{s,.*/lib/\(x*emacs/site-lisp\)$,${libdir}/\1,;p;q;}' \
8059
 
+       -e '/.*\/share\/x*emacs\/site-lisp$/{s,.*/share/\(x*emacs/site-lisp\),${datarootdir}/\1,;p;q;}' \
8060
 
+       conftest.out`
8061
 
+       rm conftest.out
8062
 
+     fi
8063
 
+   fi
8064
 
+   test -z "$am_cv_lispdir" && am_cv_lispdir='${datadir}/emacs/site-lisp'
8065
 
+  ])
8066
 
+  lispdir="$am_cv_lispdir"
8067
 
+])
8068
 
+AC_SUBST([lispdir])
8069
 
+])# AM_PATH_LISPDIR
8070
 
+
8071
 
+AU_DEFUN([ud_PATH_LISPDIR], [AM_PATH_LISPDIR])
8072
 
 
8073
 
--- gnats-4.1.0.orig/gnats/getdate.c
8074
 
+++ gnats-4.1.0/gnats/getdate.c
8075
 
@@ -1,25 +1,111 @@
8076
 
-/* A Bison parser, made from ./getdate.y
8077
 
-   by GNU bison 1.35.  */
8078
 
+/* A Bison parser, made by GNU Bison 2.3.  */
8079
 
 
8080
 
-#define YYBISON 1  /* Identify Bison output.  */
8081
 
+/* Skeleton implementation for Bison's Yacc-like parsers in C
8082
 
 
8083
 
-# define       tAGO    257
8084
 
-# define       tDST    258
8085
 
-# define       tDAY    259
8086
 
-# define       tDAY_UNIT       260
8087
 
-# define       tDAYZONE        261
8088
 
-# define       tHOUR_UNIT      262
8089
 
-# define       tLOCAL_ZONE     263
8090
 
-# define       tMERIDIAN       264
8091
 
-# define       tMINUTE_UNIT    265
8092
 
-# define       tMONTH  266
8093
 
-# define       tMONTH_UNIT     267
8094
 
-# define       tSEC_UNIT       268
8095
 
-# define       tYEAR_UNIT      269
8096
 
-# define       tZONE   270
8097
 
-# define       tSNUMBER        271
8098
 
-# define       tUNUMBER        272
8099
 
+   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
8100
 
+   Free Software Foundation, Inc.
8101
 
 
8102
 
+   This program is free software; you can redistribute it and/or modify
8103
 
+   it under the terms of the GNU General Public License as published by
8104
 
+   the Free Software Foundation; either version 2, or (at your option)
8105
 
+   any later version.
8106
 
+
8107
 
+   This program is distributed in the hope that it will be useful,
8108
 
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
8109
 
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8110
 
+   GNU General Public License for more details.
8111
 
+
8112
 
+   You should have received a copy of the GNU General Public License
8113
 
+   along with this program; if not, write to the Free Software
8114
 
+   Foundation, Inc., 51 Franklin Street, Fifth Floor,
8115
 
+   Boston, MA 02110-1301, USA.  */
8116
 
+
8117
 
+/* As a special exception, you may create a larger work that contains
8118
 
+   part or all of the Bison parser skeleton and distribute that work
8119
 
+   under terms of your choice, so long as that work isn't itself a
8120
 
+   parser generator using the skeleton or a modified version thereof
8121
 
+   as a parser skeleton.  Alternatively, if you modify or redistribute
8122
 
+   the parser skeleton itself, you may (at your option) remove this
8123
 
+   special exception, which will cause the skeleton and the resulting
8124
 
+   Bison output files to be licensed under the GNU General Public
8125
 
+   License without this special exception.
8126
 
+
8127
 
+   This special exception was added by the Free Software Foundation in
8128
 
+   version 2.2 of Bison.  */
8129
 
+
8130
 
+/* C LALR(1) parser skeleton written by Richard Stallman, by
8131
 
+   simplifying the original so-called "semantic" parser.  */
8132
 
+
8133
 
+/* All symbols defined below should begin with yy or YY, to avoid
8134
 
+   infringing on user name space.  This should be done even for local
8135
 
+   variables, as they might otherwise be expanded by user macros.
8136
 
+   There are some unavoidable exceptions within include files to
8137
 
+   define necessary library symbols; they are noted "INFRINGES ON
8138
 
+   USER NAME SPACE" below.  */
8139
 
+
8140
 
+/* Identify Bison output.  */
8141
 
+#define YYBISON 1
8142
 
+
8143
 
+/* Bison version.  */
8144
 
+#define YYBISON_VERSION "2.3"
8145
 
+
8146
 
+/* Skeleton name.  */
8147
 
+#define YYSKELETON_NAME "yacc.c"
8148
 
+
8149
 
+/* Pure parsers.  */
8150
 
+#define YYPURE 1
8151
 
+
8152
 
+/* Using locations.  */
8153
 
+#define YYLSP_NEEDED 0
8154
 
+
8155
 
+
8156
 
+
8157
 
+/* Tokens.  */
8158
 
+#ifndef YYTOKENTYPE
8159
 
+# define YYTOKENTYPE
8160
 
+   /* Put the tokens into the symbol table, so that GDB and other debuggers
8161
 
+      know about them.  */
8162
 
+   enum yytokentype {
8163
 
+     tAGO = 258,
8164
 
+     tDST = 259,
8165
 
+     tDAY = 260,
8166
 
+     tDAY_UNIT = 261,
8167
 
+     tDAYZONE = 262,
8168
 
+     tHOUR_UNIT = 263,
8169
 
+     tLOCAL_ZONE = 264,
8170
 
+     tMERIDIAN = 265,
8171
 
+     tMINUTE_UNIT = 266,
8172
 
+     tMONTH = 267,
8173
 
+     tMONTH_UNIT = 268,
8174
 
+     tSEC_UNIT = 269,
8175
 
+     tYEAR_UNIT = 270,
8176
 
+     tZONE = 271,
8177
 
+     tSNUMBER = 272,
8178
 
+     tUNUMBER = 273
8179
 
+   };
8180
 
+#endif
8181
 
+/* Tokens.  */
8182
 
+#define tAGO 258
8183
 
+#define tDST 259
8184
 
+#define tDAY 260
8185
 
+#define tDAY_UNIT 261
8186
 
+#define tDAYZONE 262
8187
 
+#define tHOUR_UNIT 263
8188
 
+#define tLOCAL_ZONE 264
8189
 
+#define tMERIDIAN 265
8190
 
+#define tMINUTE_UNIT 266
8191
 
+#define tMONTH 267
8192
 
+#define tMONTH_UNIT 268
8193
 
+#define tSEC_UNIT 269
8194
 
+#define tYEAR_UNIT 270
8195
 
+#define tZONE 271
8196
 
+#define tSNUMBER 272
8197
 
+#define tUNUMBER 273
8198
 
+
8199
 
+
8200
 
+
8201
 
+
8202
 
+/* Copy the first part of user declarations.  */
8203
 
 #line 1 "./getdate.y"
8204
 
 
8205
 
 /* Parse a string into an internal time stamp.
8206
 
@@ -185,321 +271,237 @@ static int yyerror ();
8207
 
 static int yylex ();
8208
 
 
8209
 
 
8210
 
-#line 172 "./getdate.y"
8211
 
-#ifndef YYSTYPE
8212
 
-typedef union
8213
 
-{
8214
 
-  int intval;
8215
 
-  textint textintval;
8216
 
-} yystype;
8217
 
-# define YYSTYPE yystype
8218
 
-# define YYSTYPE_IS_TRIVIAL 1
8219
 
-#endif
8220
 
+
8221
 
+/* Enabling traces.  */
8222
 
 #ifndef YYDEBUG
8223
 
 # define YYDEBUG 0
8224
 
 #endif
8225
 
 
8226
 
-
8227
 
-
8228
 
-#define        YYFINAL         64
8229
 
-#define        YYFLAG          -32768
8230
 
-#define        YYNTBASE        22
8231
 
-
8232
 
-/* YYTRANSLATE(YYLEX) -- Bison token number corresponding to YYLEX. */
8233
 
-#define YYTRANSLATE(x) ((unsigned)(x) <= 272 ? yytranslate[x] : 33)
8234
 
-
8235
 
-/* YYTRANSLATE[YYLEX] -- Bison token number corresponding to YYLEX. */
8236
 
-static const char yytranslate[] =
8237
 
-{
8238
 
-       0,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8239
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8240
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8241
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8242
 
-       2,     2,     2,     2,    20,     2,     2,    21,     2,     2,
8243
 
-       2,     2,     2,     2,     2,     2,     2,     2,    19,     2,
8244
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8245
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8246
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8247
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8248
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8249
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8250
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8251
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8252
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8253
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8254
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8255
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8256
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8257
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8258
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8259
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8260
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8261
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8262
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8263
 
-       2,     2,     2,     2,     2,     2,     1,     3,     4,     5,
8264
 
-       6,     7,     8,     9,    10,    11,    12,    13,    14,    15,
8265
 
-      16,    17,    18
8266
 
-};
8267
 
-
8268
 
-#if YYDEBUG
8269
 
-static const short yyprhs[] =
8270
 
-{
8271
 
-       0,     0,     1,     4,     6,     8,    10,    12,    14,    16,
8272
 
-      18,    21,    26,    31,    38,    45,    47,    50,    52,    54,
8273
 
-      57,    59,    62,    65,    69,    75,    79,    83,    86,    91,
8274
 
-      94,    98,   101,   103,   106,   109,   111,   114,   117,   119,
8275
 
-     122,   125,   127,   130,   133,   135,   138,   141,   143,   146,
8276
 
-     149,   151,   153,   154
8277
 
-};
8278
 
-static const short yyrhs[] =
8279
 
-{
8280
 
-      -1,    22,    23,     0,    24,     0,    25,     0,    26,     0,
8281
 
-      28,     0,    27,     0,    29,     0,    31,     0,    18,    10,
8282
 
-       0,    18,    19,    18,    32,     0,    18,    19,    18,    17,
8283
 
-       0,    18,    19,    18,    19,    18,    32,     0,    18,    19,
8284
 
-      18,    19,    18,    17,     0,     9,     0,     9,     4,     0,
8285
 
-      16,     0,     7,     0,    16,     4,     0,     5,     0,     5,
8286
 
-      20,     0,    18,     5,     0,    18,    21,    18,     0,    18,
8287
 
-      21,    18,    21,    18,     0,    18,    17,    17,     0,    18,
8288
 
-      12,    17,     0,    12,    18,     0,    12,    18,    20,    18,
8289
 
-       0,    18,    12,     0,    18,    12,    18,     0,    30,     3,
8290
 
-       0,    30,     0,    18,    15,     0,    17,    15,     0,    15,
8291
 
-       0,    18,    13,     0,    17,    13,     0,    13,     0,    18,
8292
 
-       6,     0,    17,     6,     0,     6,     0,    18,     8,     0,
8293
 
-      17,     8,     0,     8,     0,    18,    11,     0,    17,    11,
8294
 
-       0,    11,     0,    18,    14,     0,    17,    14,     0,    14,
8295
 
-       0,    18,     0,     0,    10,     0
8296
 
-};
8297
 
-
8298
 
+/* Enabling verbose error messages.  */
8299
 
+#ifdef YYERROR_VERBOSE
8300
 
+# undef YYERROR_VERBOSE
8301
 
+# define YYERROR_VERBOSE 1
8302
 
+#else
8303
 
+# define YYERROR_VERBOSE 0
8304
 
 #endif
8305
 
 
8306
 
-#if YYDEBUG
8307
 
-/* YYRLINE[YYN] -- source line where rule number YYN was defined. */
8308
 
-static const short yyrline[] =
8309
 
-{
8310
 
-       0,   189,   191,   194,   197,   199,   201,   203,   205,   207,
8311
 
-     210,   218,   225,   233,   240,   251,   254,   258,   261,   263,
8312
 
-     267,   273,   278,   285,   291,   311,   318,   326,   331,   337,
8313
 
-     342,   350,   360,   363,   366,   368,   370,   372,   374,   376,
8314
 
-     378,   380,   382,   384,   386,   388,   390,   392,   394,   396,
8315
 
-     398,   402,   438,   441
8316
 
-};
8317
 
+/* Enabling the token table.  */
8318
 
+#ifndef YYTOKEN_TABLE
8319
 
+# define YYTOKEN_TABLE 0
8320
 
 #endif
8321
 
 
8322
 
-
8323
 
-#if (YYDEBUG) || defined YYERROR_VERBOSE
8324
 
-
8325
 
-/* YYTNAME[TOKEN_NUM] -- String name of the token TOKEN_NUM. */
8326
 
-static const char *const yytname[] =
8327
 
+#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
8328
 
+typedef union YYSTYPE
8329
 
+#line 173 "./getdate.y"
8330
 
 {
8331
 
-  "$", "error", "$undefined.", "tAGO", "tDST", "tDAY", "tDAY_UNIT", 
8332
 
-  "tDAYZONE", "tHOUR_UNIT", "tLOCAL_ZONE", "tMERIDIAN", "tMINUTE_UNIT", 
8333
 
-  "tMONTH", "tMONTH_UNIT", "tSEC_UNIT", "tYEAR_UNIT", "tZONE", "tSNUMBER", 
8334
 
-  "tUNUMBER", "':'", "','", "'/'", "spec", "item", "time", "local_zone", 
8335
 
-  "zone", "day", "date", "rel", "relunit", "number", "o_merid", 0
8336
 
-};
8337
 
+  int intval;
8338
 
+  textint textintval;
8339
 
+}
8340
 
+/* Line 187 of yacc.c.  */
8341
 
+#line 302 "getdate.c"
8342
 
+       YYSTYPE;
8343
 
+# define yystype YYSTYPE /* obsolescent; will be withdrawn */
8344
 
+# define YYSTYPE_IS_DECLARED 1
8345
 
+# define YYSTYPE_IS_TRIVIAL 1
8346
 
 #endif
8347
 
 
8348
 
-/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
8349
 
-static const short yyr1[] =
8350
 
-{
8351
 
-       0,    22,    22,    23,    23,    23,    23,    23,    23,    23,
8352
 
-      24,    24,    24,    24,    24,    25,    25,    26,    26,    26,
8353
 
-      27,    27,    27,    28,    28,    28,    28,    28,    28,    28,
8354
 
-      28,    29,    29,    30,    30,    30,    30,    30,    30,    30,
8355
 
-      30,    30,    30,    30,    30,    30,    30,    30,    30,    30,
8356
 
-      30,    31,    32,    32
8357
 
-};
8358
 
 
8359
 
-/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
8360
 
-static const short yyr2[] =
8361
 
-{
8362
 
-       0,     0,     2,     1,     1,     1,     1,     1,     1,     1,
8363
 
-       2,     4,     4,     6,     6,     1,     2,     1,     1,     2,
8364
 
-       1,     2,     2,     3,     5,     3,     3,     2,     4,     2,
8365
 
-       3,     2,     1,     2,     2,     1,     2,     2,     1,     2,
8366
 
-       2,     1,     2,     2,     1,     2,     2,     1,     2,     2,
8367
 
-       1,     1,     0,     1
8368
 
-};
8369
 
 
8370
 
-/* YYDEFACT[S] -- default rule to reduce with in state S when YYTABLE
8371
 
-   doesn't specify something else to do.  Zero means the default is an
8372
 
-   error. */
8373
 
-static const short yydefact[] =
8374
 
-{
8375
 
-       1,     0,    20,    41,    18,    44,    15,    47,     0,    38,
8376
 
-      50,    35,    17,     0,    51,     2,     3,     4,     5,     7,
8377
 
-       6,     8,    32,     9,    21,    16,    27,    19,    40,    43,
8378
 
-      46,    37,    49,    34,    22,    39,    42,    10,    45,    29,
8379
 
-      36,    48,    33,     0,     0,     0,    31,     0,    26,    30,
8380
 
-      25,    52,    23,    28,    53,    12,     0,    11,     0,    52,
8381
 
-      24,    14,    13,     0,     0
8382
 
-};
8383
 
+/* Copy the second part of user declarations.  */
8384
 
 
8385
 
-static const short yydefgoto[] =
8386
 
-{
8387
 
-       1,    15,    16,    17,    18,    19,    20,    21,    22,    23,
8388
 
-      57
8389
 
-};
8390
 
-
8391
 
-static const short yypact[] =
8392
 
-{
8393
 
-  -32768,     0,     1,-32768,-32768,-32768,    19,-32768,   -14,-32768,
8394
 
-  -32768,-32768,    32,    26,    14,-32768,-32768,-32768,-32768,-32768,
8395
 
-  -32768,-32768,    27,-32768,-32768,-32768,    22,-32768,-32768,-32768,
8396
 
-  -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,   -16,
8397
 
-  -32768,-32768,-32768,    29,    25,    30,-32768,    31,-32768,-32768,
8398
 
-  -32768,    28,    23,-32768,-32768,-32768,    33,-32768,    34,    -7,
8399
 
-  -32768,-32768,-32768,    50,-32768
8400
 
-};
8401
 
-
8402
 
-static const short yypgoto[] =
8403
 
-{
8404
 
-  -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
8405
 
-      -6
8406
 
-};
8407
 
-
8408
 
-
8409
 
-#define        YYLAST          53
8410
 
 
8411
 
+/* Line 216 of yacc.c.  */
8412
 
+#line 315 "getdate.c"
8413
 
 
8414
 
-static const short yytable[] =
8415
 
-{
8416
 
-      63,    48,    49,    54,    26,     2,     3,     4,     5,     6,
8417
 
-      61,     7,     8,     9,    10,    11,    12,    13,    14,    34,
8418
 
-      35,    24,    36,    25,    37,    38,    39,    40,    41,    42,
8419
 
-      46,    43,    28,    44,    29,    45,    27,    30,    54,    31,
8420
 
-      32,    33,    47,    51,    58,    55,    50,    56,    52,    53,
8421
 
-      64,    59,    60,    62
8422
 
-};
8423
 
+#ifdef short
8424
 
+# undef short
8425
 
+#endif
8426
 
 
8427
 
-static const short yycheck[] =
8428
 
-{
8429
 
-       0,    17,    18,    10,    18,     5,     6,     7,     8,     9,
8430
 
-      17,    11,    12,    13,    14,    15,    16,    17,    18,     5,
8431
 
-       6,    20,     8,     4,    10,    11,    12,    13,    14,    15,
8432
 
-       3,    17,     6,    19,     8,    21,     4,    11,    10,    13,
8433
 
-      14,    15,    20,    18,    21,    17,    17,    19,    18,    18,
8434
 
-       0,    18,    18,    59
8435
 
-};
8436
 
-#define YYPURE 1
8437
 
+#ifdef YYTYPE_UINT8
8438
 
+typedef YYTYPE_UINT8 yytype_uint8;
8439
 
+#else
8440
 
+typedef unsigned char yytype_uint8;
8441
 
+#endif
8442
 
 
8443
 
-/* -*-C-*-  Note some compilers choke on comments on `#line' lines.  */
8444
 
-#line 3 "/usr/share/bison/bison.simple"
8445
 
+#ifdef YYTYPE_INT8
8446
 
+typedef YYTYPE_INT8 yytype_int8;
8447
 
+#elif (defined __STDC__ || defined __C99__FUNC__ \
8448
 
+     || defined __cplusplus || defined _MSC_VER)
8449
 
+typedef signed char yytype_int8;
8450
 
+#else
8451
 
+typedef short int yytype_int8;
8452
 
+#endif
8453
 
 
8454
 
-/* Skeleton output parser for bison,
8455
 
+#ifdef YYTYPE_UINT16
8456
 
+typedef YYTYPE_UINT16 yytype_uint16;
8457
 
+#else
8458
 
+typedef unsigned short int yytype_uint16;
8459
 
+#endif
8460
 
 
8461
 
-   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software
8462
 
-   Foundation, Inc.
8463
 
+#ifdef YYTYPE_INT16
8464
 
+typedef YYTYPE_INT16 yytype_int16;
8465
 
+#else
8466
 
+typedef short int yytype_int16;
8467
 
+#endif
8468
 
 
8469
 
-   This program is free software; you can redistribute it and/or modify
8470
 
-   it under the terms of the GNU General Public License as published by
8471
 
-   the Free Software Foundation; either version 2, or (at your option)
8472
 
-   any later version.
8473
 
+#ifndef YYSIZE_T
8474
 
+# ifdef __SIZE_TYPE__
8475
 
+#  define YYSIZE_T __SIZE_TYPE__
8476
 
+# elif defined size_t
8477
 
+#  define YYSIZE_T size_t
8478
 
+# elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \
8479
 
+     || defined __cplusplus || defined _MSC_VER)
8480
 
+#  include <stddef.h> /* INFRINGES ON USER NAME SPACE */
8481
 
+#  define YYSIZE_T size_t
8482
 
+# else
8483
 
+#  define YYSIZE_T unsigned int
8484
 
+# endif
8485
 
+#endif
8486
 
 
8487
 
-   This program is distributed in the hope that it will be useful,
8488
 
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
8489
 
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8490
 
-   GNU General Public License for more details.
8491
 
+#define YYSIZE_MAXIMUM ((YYSIZE_T) -1)
8492
 
 
8493
 
-   You should have received a copy of the GNU General Public License
8494
 
-   along with this program; if not, write to the Free Software
8495
 
-   Foundation, Inc., 59 Temple Place - Suite 330,
8496
 
-   Boston, MA 02111-1307, USA.  */
8497
 
+#ifndef YY_
8498
 
+# if YYENABLE_NLS
8499
 
+#  if ENABLE_NLS
8500
 
+#   include <libintl.h> /* INFRINGES ON USER NAME SPACE */
8501
 
+#   define YY_(msgid) dgettext ("bison-runtime", msgid)
8502
 
+#  endif
8503
 
+# endif
8504
 
+# ifndef YY_
8505
 
+#  define YY_(msgid) msgid
8506
 
+# endif
8507
 
+#endif
8508
 
 
8509
 
-/* As a special exception, when this file is copied by Bison into a
8510
 
-   Bison output file, you may use that output file without restriction.
8511
 
-   This special exception was added by the Free Software Foundation
8512
 
-   in version 1.24 of Bison.  */
8513
 
-
8514
 
-/* This is the parser code that is written into each bison parser when
8515
 
-   the %semantic_parser declaration is not specified in the grammar.
8516
 
-   It was written by Richard Stallman by simplifying the hairy parser
8517
 
-   used when %semantic_parser is specified.  */
8518
 
+/* Suppress unused-variable warnings by "using" E.  */
8519
 
+#if ! defined lint || defined __GNUC__
8520
 
+# define YYUSE(e) ((void) (e))
8521
 
+#else
8522
 
+# define YYUSE(e) /* empty */
8523
 
+#endif
8524
 
 
8525
 
-/* All symbols defined below should begin with yy or YY, to avoid
8526
 
-   infringing on user name space.  This should be done even for local
8527
 
-   variables, as they might otherwise be expanded by user macros.
8528
 
-   There are some unavoidable exceptions within include files to
8529
 
-   define necessary library symbols; they are noted "INFRINGES ON
8530
 
-   USER NAME SPACE" below.  */
8531
 
+/* Identity function, used to suppress warnings about constant conditions.  */
8532
 
+#ifndef lint
8533
 
+# define YYID(n) (n)
8534
 
+#else
8535
 
+#if (defined __STDC__ || defined __C99__FUNC__ \
8536
 
+     || defined __cplusplus || defined _MSC_VER)
8537
 
+static int
8538
 
+YYID (int i)
8539
 
+#else
8540
 
+static int
8541
 
+YYID (i)
8542
 
+    int i;
8543
 
+#endif
8544
 
+{
8545
 
+  return i;
8546
 
+}
8547
 
+#endif
8548
 
 
8549
 
-#if ! defined (yyoverflow) || defined (YYERROR_VERBOSE)
8550
 
+#if ! defined yyoverflow || YYERROR_VERBOSE
8551
 
 
8552
 
 /* The parser invokes alloca or malloc; define the necessary symbols.  */
8553
 
 
8554
 
-# if YYSTACK_USE_ALLOCA
8555
 
-#  define YYSTACK_ALLOC alloca
8556
 
-# else
8557
 
-#  ifndef YYSTACK_USE_ALLOCA
8558
 
-#   if defined (alloca) || defined (_ALLOCA_H)
8559
 
-#    define YYSTACK_ALLOC alloca
8560
 
+# ifdef YYSTACK_USE_ALLOCA
8561
 
+#  if YYSTACK_USE_ALLOCA
8562
 
+#   ifdef __GNUC__
8563
 
+#    define YYSTACK_ALLOC __builtin_alloca
8564
 
+#   elif defined __BUILTIN_VA_ARG_INCR
8565
 
+#    include <alloca.h> /* INFRINGES ON USER NAME SPACE */
8566
 
+#   elif defined _AIX
8567
 
+#    define YYSTACK_ALLOC __alloca
8568
 
+#   elif defined _MSC_VER
8569
 
+#    include <malloc.h> /* INFRINGES ON USER NAME SPACE */
8570
 
+#    define alloca _alloca
8571
 
 #   else
8572
 
-#    ifdef __GNUC__
8573
 
-#     define YYSTACK_ALLOC __builtin_alloca
8574
 
+#    define YYSTACK_ALLOC alloca
8575
 
+#    if ! defined _ALLOCA_H && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
8576
 
+     || defined __cplusplus || defined _MSC_VER)
8577
 
+#     include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
8578
 
+#     ifndef _STDLIB_H
8579
 
+#      define _STDLIB_H 1
8580
 
+#     endif
8581
 
 #    endif
8582
 
 #   endif
8583
 
 #  endif
8584
 
 # endif
8585
 
 
8586
 
 # ifdef YYSTACK_ALLOC
8587
 
-   /* Pacify GCC's `empty if-body' warning. */
8588
 
-#  define YYSTACK_FREE(Ptr) do { /* empty */; } while (0)
8589
 
+   /* Pacify GCC's `empty if-body' warning.  */
8590
 
+#  define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0))
8591
 
+#  ifndef YYSTACK_ALLOC_MAXIMUM
8592
 
+    /* The OS might guarantee only one guard page at the bottom of the stack,
8593
 
+       and a page size can be as small as 4096 bytes.  So we cannot safely
8594
 
+       invoke alloca (N) if N exceeds 4096.  Use a slightly smaller number
8595
 
+       to allow for a few compiler-allocated temporary stack slots.  */
8596
 
+#   define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */
8597
 
+#  endif
8598
 
 # else
8599
 
-#  if defined (__STDC__) || defined (__cplusplus)
8600
 
+#  define YYSTACK_ALLOC YYMALLOC
8601
 
+#  define YYSTACK_FREE YYFREE
8602
 
+#  ifndef YYSTACK_ALLOC_MAXIMUM
8603
 
+#   define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM
8604
 
+#  endif
8605
 
+#  if (defined __cplusplus && ! defined _STDLIB_H \
8606
 
+       && ! ((defined YYMALLOC || defined malloc) \
8607
 
+            && (defined YYFREE || defined free)))
8608
 
 #   include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
8609
 
-#   define YYSIZE_T size_t
8610
 
+#   ifndef _STDLIB_H
8611
 
+#    define _STDLIB_H 1
8612
 
+#   endif
8613
 
+#  endif
8614
 
+#  ifndef YYMALLOC
8615
 
+#   define YYMALLOC malloc
8616
 
+#   if ! defined malloc && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
8617
 
+     || defined __cplusplus || defined _MSC_VER)
8618
 
+void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
8619
 
+#   endif
8620
 
+#  endif
8621
 
+#  ifndef YYFREE
8622
 
+#   define YYFREE free
8623
 
+#   if ! defined free && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
8624
 
+     || defined __cplusplus || defined _MSC_VER)
8625
 
+void free (void *); /* INFRINGES ON USER NAME SPACE */
8626
 
+#   endif
8627
 
 #  endif
8628
 
-#  define YYSTACK_ALLOC malloc
8629
 
-#  define YYSTACK_FREE free
8630
 
 # endif
8631
 
-#endif /* ! defined (yyoverflow) || defined (YYERROR_VERBOSE) */
8632
 
+#endif /* ! defined yyoverflow || YYERROR_VERBOSE */
8633
 
 
8634
 
 
8635
 
-#if (! defined (yyoverflow) \
8636
 
-     && (! defined (__cplusplus) \
8637
 
-        || (YYLTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))
8638
 
+#if (! defined yyoverflow \
8639
 
+     && (! defined __cplusplus \
8640
 
+        || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))
8641
 
 
8642
 
 /* A type that is properly aligned for any stack member.  */
8643
 
 union yyalloc
8644
 
 {
8645
 
-  short yyss;
8646
 
+  yytype_int16 yyss;
8647
 
   YYSTYPE yyvs;
8648
 
-# if YYLSP_NEEDED
8649
 
-  YYLTYPE yyls;
8650
 
-# endif
8651
 
-};
8652
 
+  };
8653
 
 
8654
 
 /* The size of the maximum gap between one aligned stack and the next.  */
8655
 
-# define YYSTACK_GAP_MAX (sizeof (union yyalloc) - 1)
8656
 
+# define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
8657
 
 
8658
 
 /* The size of an array large to enough to hold all stacks, each with
8659
 
    N elements.  */
8660
 
-# if YYLSP_NEEDED
8661
 
-#  define YYSTACK_BYTES(N) \
8662
 
-     ((N) * (sizeof (short) + sizeof (YYSTYPE) + sizeof (YYLTYPE))     \
8663
 
-      + 2 * YYSTACK_GAP_MAX)
8664
 
-# else
8665
 
-#  define YYSTACK_BYTES(N) \
8666
 
-     ((N) * (sizeof (short) + sizeof (YYSTYPE))                                \
8667
 
-      + YYSTACK_GAP_MAX)
8668
 
-# endif
8669
 
+# define YYSTACK_BYTES(N) \
8670
 
+     ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
8671
 
+      + YYSTACK_GAP_MAXIMUM)
8672
 
 
8673
 
 /* Copy COUNT objects from FROM to TO.  The source and destination do
8674
 
    not overlap.  */
8675
 
 # ifndef YYCOPY
8676
 
-#  if 1 < __GNUC__
8677
 
+#  if defined __GNUC__ && 1 < __GNUC__
8678
 
 #   define YYCOPY(To, From, Count) \
8679
 
       __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
8680
 
 #  else
8681
 
 #   define YYCOPY(To, From, Count)             \
8682
 
       do                                       \
8683
 
        {                                       \
8684
 
-         register YYSIZE_T yyi;                \
8685
 
+         YYSIZE_T yyi;                         \
8686
 
          for (yyi = 0; yyi < (Count); yyi++)   \
8687
 
            (To)[yyi] = (From)[yyi];            \
8688
 
        }                                       \
8689
 
-      while (0)
8690
 
+      while (YYID (0))
8691
 
 #  endif
8692
 
 # endif
8693
 
 
8694
 
@@ -514,97 +516,329 @@ union yyalloc
8695
 
        YYSIZE_T yynewbytes;                                            \
8696
 
        YYCOPY (&yyptr->Stack, Stack, yysize);                          \
8697
 
        Stack = &yyptr->Stack;                                          \
8698
 
-       yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAX;   \
8699
 
+       yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
8700
 
        yyptr += yynewbytes / sizeof (*yyptr);                          \
8701
 
       }                                                                        \
8702
 
-    while (0)
8703
 
+    while (YYID (0))
8704
 
 
8705
 
 #endif
8706
 
 
8707
 
+/* YYFINAL -- State number of the termination state.  */
8708
 
+#define YYFINAL  2
8709
 
+/* YYLAST -- Last index in YYTABLE.  */
8710
 
+#define YYLAST   52
8711
 
+
8712
 
+/* YYNTOKENS -- Number of terminals.  */
8713
 
+#define YYNTOKENS  22
8714
 
+/* YYNNTS -- Number of nonterminals.  */
8715
 
+#define YYNNTS  12
8716
 
+/* YYNRULES -- Number of rules.  */
8717
 
+#define YYNRULES  54
8718
 
+/* YYNRULES -- Number of states.  */
8719
 
+#define YYNSTATES  64
8720
 
+
8721
 
+/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX.  */
8722
 
+#define YYUNDEFTOK  2
8723
 
+#define YYMAXUTOK   273
8724
 
+
8725
 
+#define YYTRANSLATE(YYX)                                               \
8726
 
+  ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
8727
 
+
8728
 
+/* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX.  */
8729
 
+static const yytype_uint8 yytranslate[] =
8730
 
+{
8731
 
+       0,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8732
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8733
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8734
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8735
 
+       2,     2,     2,     2,    20,     2,     2,    21,     2,     2,
8736
 
+       2,     2,     2,     2,     2,     2,     2,     2,    19,     2,
8737
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8738
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8739
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8740
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8741
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8742
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8743
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8744
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8745
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8746
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8747
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8748
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8749
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8750
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8751
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8752
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8753
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8754
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8755
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
8756
 
+       2,     2,     2,     2,     2,     2,     1,     2,     3,     4,
8757
 
+       5,     6,     7,     8,     9,    10,    11,    12,    13,    14,
8758
 
+      15,    16,    17,    18
8759
 
+};
8760
 
 
8761
 
-#if ! defined (YYSIZE_T) && defined (__SIZE_TYPE__)
8762
 
-# define YYSIZE_T __SIZE_TYPE__
8763
 
+#if YYDEBUG
8764
 
+/* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
8765
 
+   YYRHS.  */
8766
 
+static const yytype_uint8 yyprhs[] =
8767
 
+{
8768
 
+       0,     0,     3,     4,     7,     9,    11,    13,    15,    17,
8769
 
+      19,    21,    24,    29,    34,    41,    48,    50,    53,    55,
8770
 
+      57,    60,    62,    65,    68,    72,    78,    82,    86,    89,
8771
 
+      94,    97,   101,   104,   106,   109,   112,   114,   117,   120,
8772
 
+     122,   125,   128,   130,   133,   136,   138,   141,   144,   146,
8773
 
+     149,   152,   154,   156,   157
8774
 
+};
8775
 
+
8776
 
+/* YYRHS -- A `-1'-separated list of the rules' RHS.  */
8777
 
+static const yytype_int8 yyrhs[] =
8778
 
+{
8779
 
+      23,     0,    -1,    -1,    23,    24,    -1,    25,    -1,    26,
8780
 
+      -1,    27,    -1,    29,    -1,    28,    -1,    30,    -1,    32,
8781
 
+      -1,    18,    10,    -1,    18,    19,    18,    33,    -1,    18,
8782
 
+      19,    18,    17,    -1,    18,    19,    18,    19,    18,    33,
8783
 
+      -1,    18,    19,    18,    19,    18,    17,    -1,     9,    -1,
8784
 
+       9,     4,    -1,    16,    -1,     7,    -1,    16,     4,    -1,
8785
 
+       5,    -1,     5,    20,    -1,    18,     5,    -1,    18,    21,
8786
 
+      18,    -1,    18,    21,    18,    21,    18,    -1,    18,    17,
8787
 
+      17,    -1,    18,    12,    17,    -1,    12,    18,    -1,    12,
8788
 
+      18,    20,    18,    -1,    18,    12,    -1,    18,    12,    18,
8789
 
+      -1,    31,     3,    -1,    31,    -1,    18,    15,    -1,    17,
8790
 
+      15,    -1,    15,    -1,    18,    13,    -1,    17,    13,    -1,
8791
 
+      13,    -1,    18,     6,    -1,    17,     6,    -1,     6,    -1,
8792
 
+      18,     8,    -1,    17,     8,    -1,     8,    -1,    18,    11,
8793
 
+      -1,    17,    11,    -1,    11,    -1,    18,    14,    -1,    17,
8794
 
+      14,    -1,    14,    -1,    18,    -1,    -1,    10,    -1
8795
 
+};
8796
 
+
8797
 
+/* YYRLINE[YYN] -- source line where rule number YYN was defined.  */
8798
 
+static const yytype_uint16 yyrline[] =
8799
 
+{
8800
 
+       0,   189,   189,   191,   195,   197,   199,   201,   203,   205,
8801
 
+     207,   211,   218,   225,   233,   240,   252,   254,   259,   261,
8802
 
+     263,   268,   273,   278,   286,   291,   311,   318,   326,   331,
8803
 
+     337,   342,   351,   360,   364,   366,   368,   370,   372,   374,
8804
 
+     376,   378,   380,   382,   384,   386,   388,   390,   392,   394,
8805
 
+     396,   398,   403,   440,   441
8806
 
+};
8807
 
 #endif
8808
 
-#if ! defined (YYSIZE_T) && defined (size_t)
8809
 
-# define YYSIZE_T size_t
8810
 
+
8811
 
+#if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE
8812
 
+/* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
8813
 
+   First, the terminals, then, starting at YYNTOKENS, nonterminals.  */
8814
 
+static const char *const yytname[] =
8815
 
+{
8816
 
+  "$end", "error", "$undefined", "tAGO", "tDST", "tDAY", "tDAY_UNIT",
8817
 
+  "tDAYZONE", "tHOUR_UNIT", "tLOCAL_ZONE", "tMERIDIAN", "tMINUTE_UNIT",
8818
 
+  "tMONTH", "tMONTH_UNIT", "tSEC_UNIT", "tYEAR_UNIT", "tZONE", "tSNUMBER",
8819
 
+  "tUNUMBER", "':'", "','", "'/'", "$accept", "spec", "item", "time",
8820
 
+  "local_zone", "zone", "day", "date", "rel", "relunit", "number",
8821
 
+  "o_merid", 0
8822
 
+};
8823
 
 #endif
8824
 
-#if ! defined (YYSIZE_T)
8825
 
-# if defined (__STDC__) || defined (__cplusplus)
8826
 
-#  include <stddef.h> /* INFRINGES ON USER NAME SPACE */
8827
 
-#  define YYSIZE_T size_t
8828
 
+
8829
 
+# ifdef YYPRINT
8830
 
+/* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
8831
 
+   token YYLEX-NUM.  */
8832
 
+static const yytype_uint16 yytoknum[] =
8833
 
+{
8834
 
+       0,   256,   257,   258,   259,   260,   261,   262,   263,   264,
8835
 
+     265,   266,   267,   268,   269,   270,   271,   272,   273,    58,
8836
 
+      44,    47
8837
 
+};
8838
 
 # endif
8839
 
-#endif
8840
 
-#if ! defined (YYSIZE_T)
8841
 
-# define YYSIZE_T unsigned int
8842
 
-#endif
8843
 
+
8844
 
+/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives.  */
8845
 
+static const yytype_uint8 yyr1[] =
8846
 
+{
8847
 
+       0,    22,    23,    23,    24,    24,    24,    24,    24,    24,
8848
 
+      24,    25,    25,    25,    25,    25,    26,    26,    27,    27,
8849
 
+      27,    28,    28,    28,    29,    29,    29,    29,    29,    29,
8850
 
+      29,    29,    30,    30,    31,    31,    31,    31,    31,    31,
8851
 
+      31,    31,    31,    31,    31,    31,    31,    31,    31,    31,
8852
 
+      31,    31,    32,    33,    33
8853
 
+};
8854
 
+
8855
 
+/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN.  */
8856
 
+static const yytype_uint8 yyr2[] =
8857
 
+{
8858
 
+       0,     2,     0,     2,     1,     1,     1,     1,     1,     1,
8859
 
+       1,     2,     4,     4,     6,     6,     1,     2,     1,     1,
8860
 
+       2,     1,     2,     2,     3,     5,     3,     3,     2,     4,
8861
 
+       2,     3,     2,     1,     2,     2,     1,     2,     2,     1,
8862
 
+       2,     2,     1,     2,     2,     1,     2,     2,     1,     2,
8863
 
+       2,     1,     1,     0,     1
8864
 
+};
8865
 
+
8866
 
+/* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
8867
 
+   STATE-NUM when YYTABLE doesn't specify something else to do.  Zero
8868
 
+   means the default is an error.  */
8869
 
+static const yytype_uint8 yydefact[] =
8870
 
+{
8871
 
+       2,     0,     1,    21,    42,    19,    45,    16,    48,     0,
8872
 
+      39,    51,    36,    18,     0,    52,     3,     4,     5,     6,
8873
 
+       8,     7,     9,    33,    10,    22,    17,    28,    20,    41,
8874
 
+      44,    47,    38,    50,    35,    23,    40,    43,    11,    46,
8875
 
+      30,    37,    49,    34,     0,     0,     0,    32,     0,    27,
8876
 
+      31,    26,    53,    24,    29,    54,    13,     0,    12,     0,
8877
 
+      53,    25,    15,    14
8878
 
+};
8879
 
+
8880
 
+/* YYDEFGOTO[NTERM-NUM].  */
8881
 
+static const yytype_int8 yydefgoto[] =
8882
 
+{
8883
 
+      -1,     1,    16,    17,    18,    19,    20,    21,    22,    23,
8884
 
+      24,    58
8885
 
+};
8886
 
+
8887
 
+/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
8888
 
+   STATE-NUM.  */
8889
 
+#define YYPACT_NINF -17
8890
 
+static const yytype_int8 yypact[] =
8891
 
+{
8892
 
+     -17,     0,   -17,     1,   -17,   -17,   -17,    19,   -17,   -14,
8893
 
+     -17,   -17,   -17,    32,    26,    14,   -17,   -17,   -17,   -17,
8894
 
+     -17,   -17,   -17,    27,   -17,   -17,   -17,    22,   -17,   -17,
8895
 
+     -17,   -17,   -17,   -17,   -17,   -17,   -17,   -17,   -17,   -17,
8896
 
+     -16,   -17,   -17,   -17,    29,    25,    30,   -17,    31,   -17,
8897
 
+     -17,   -17,    28,    23,   -17,   -17,   -17,    33,   -17,    34,
8898
 
+      -7,   -17,   -17,   -17
8899
 
+};
8900
 
+
8901
 
+/* YYPGOTO[NTERM-NUM].  */
8902
 
+static const yytype_int8 yypgoto[] =
8903
 
+{
8904
 
+     -17,   -17,   -17,   -17,   -17,   -17,   -17,   -17,   -17,   -17,
8905
 
+     -17,   -10
8906
 
+};
8907
 
+
8908
 
+/* YYTABLE[YYPACT[STATE-NUM]].  What to do in state STATE-NUM.  If
8909
 
+   positive, shift that token.  If negative, reduce the rule which
8910
 
+   number is the opposite.  If zero, do what YYDEFACT says.
8911
 
+   If YYTABLE_NINF, syntax error.  */
8912
 
+#define YYTABLE_NINF -1
8913
 
+static const yytype_uint8 yytable[] =
8914
 
+{
8915
 
+       2,    49,    50,    55,    27,     3,     4,     5,     6,     7,
8916
 
+      62,     8,     9,    10,    11,    12,    13,    14,    15,    35,
8917
 
+      36,    25,    37,    26,    38,    39,    40,    41,    42,    43,
8918
 
+      47,    44,    29,    45,    30,    46,    28,    31,    55,    32,
8919
 
+      33,    34,    48,    52,    59,    56,    51,    57,    53,    54,
8920
 
+      63,    60,    61
8921
 
+};
8922
 
+
8923
 
+static const yytype_uint8 yycheck[] =
8924
 
+{
8925
 
+       0,    17,    18,    10,    18,     5,     6,     7,     8,     9,
8926
 
+      17,    11,    12,    13,    14,    15,    16,    17,    18,     5,
8927
 
+       6,    20,     8,     4,    10,    11,    12,    13,    14,    15,
8928
 
+       3,    17,     6,    19,     8,    21,     4,    11,    10,    13,
8929
 
+      14,    15,    20,    18,    21,    17,    17,    19,    18,    18,
8930
 
+      60,    18,    18
8931
 
+};
8932
 
+
8933
 
+/* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
8934
 
+   symbol of state STATE-NUM.  */
8935
 
+static const yytype_uint8 yystos[] =
8936
 
+{
8937
 
+       0,    23,     0,     5,     6,     7,     8,     9,    11,    12,
8938
 
+      13,    14,    15,    16,    17,    18,    24,    25,    26,    27,
8939
 
+      28,    29,    30,    31,    32,    20,     4,    18,     4,     6,
8940
 
+       8,    11,    13,    14,    15,     5,     6,     8,    10,    11,
8941
 
+      12,    13,    14,    15,    17,    19,    21,     3,    20,    17,
8942
 
+      18,    17,    18,    18,    18,    10,    17,    19,    33,    21,
8943
 
+      18,    18,    17,    33
8944
 
+};
8945
 
 
8946
 
 #define yyerrok                (yyerrstatus = 0)
8947
 
 #define yyclearin      (yychar = YYEMPTY)
8948
 
-#define YYEMPTY                -2
8949
 
+#define YYEMPTY                (-2)
8950
 
 #define YYEOF          0
8951
 
+
8952
 
 #define YYACCEPT       goto yyacceptlab
8953
 
-#define YYABORT        goto yyabortlab
8954
 
-#define YYERROR                goto yyerrlab1
8955
 
+#define YYABORT                goto yyabortlab
8956
 
+#define YYERROR                goto yyerrorlab
8957
 
+
8958
 
+
8959
 
 /* Like YYERROR except do call yyerror.  This remains here temporarily
8960
 
    to ease the transition to the new meaning of YYERROR, for GCC.
8961
 
    Once GCC version 2 has supplanted version 1, this can go.  */
8962
 
+
8963
 
 #define YYFAIL         goto yyerrlab
8964
 
+
8965
 
 #define YYRECOVERING()  (!!yyerrstatus)
8966
 
+
8967
 
 #define YYBACKUP(Token, Value)                                 \
8968
 
 do                                                             \
8969
 
   if (yychar == YYEMPTY && yylen == 1)                         \
8970
 
     {                                                          \
8971
 
       yychar = (Token);                                                \
8972
 
       yylval = (Value);                                                \
8973
 
-      yychar1 = YYTRANSLATE (yychar);                          \
8974
 
-      YYPOPSTACK;                                              \
8975
 
+      yytoken = YYTRANSLATE (yychar);                          \
8976
 
+      YYPOPSTACK (1);                                          \
8977
 
       goto yybackup;                                           \
8978
 
     }                                                          \
8979
 
   else                                                         \
8980
 
-    {                                                          \
8981
 
-      yyerror ("syntax error: cannot back up");                        \
8982
 
+    {                                                          \
8983
 
+      yyerror (YY_("syntax error: cannot back up")); \
8984
 
       YYERROR;                                                 \
8985
 
     }                                                          \
8986
 
-while (0)
8987
 
+while (YYID (0))
8988
 
+
8989
 
 
8990
 
 #define YYTERROR       1
8991
 
 #define YYERRCODE      256
8992
 
 
8993
 
 
8994
 
-/* YYLLOC_DEFAULT -- Compute the default location (before the actions
8995
 
-   are run).
8996
 
-
8997
 
-   When YYLLOC_DEFAULT is run, CURRENT is set the location of the
8998
 
-   first token.  By default, to implement support for ranges, extend
8999
 
-   its range to the last symbol.  */
9000
 
+/* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
9001
 
+   If N is 0, then set CURRENT to the empty location which ends
9002
 
+   the previous symbol: RHS[0] (always defined).  */
9003
 
 
9004
 
+#define YYRHSLOC(Rhs, K) ((Rhs)[K])
9005
 
 #ifndef YYLLOC_DEFAULT
9006
 
-# define YYLLOC_DEFAULT(Current, Rhs, N)               \
9007
 
-   Current.last_line   = Rhs[N].last_line;     \
9008
 
-   Current.last_column = Rhs[N].last_column;
9009
 
+# define YYLLOC_DEFAULT(Current, Rhs, N)                               \
9010
 
+    do                                                                 \
9011
 
+      if (YYID (N))                                                    \
9012
 
+       {                                                               \
9013
 
+         (Current).first_line   = YYRHSLOC (Rhs, 1).first_line;        \
9014
 
+         (Current).first_column = YYRHSLOC (Rhs, 1).first_column;      \
9015
 
+         (Current).last_line    = YYRHSLOC (Rhs, N).last_line;         \
9016
 
+         (Current).last_column  = YYRHSLOC (Rhs, N).last_column;       \
9017
 
+       }                                                               \
9018
 
+      else                                                             \
9019
 
+       {                                                               \
9020
 
+         (Current).first_line   = (Current).last_line   =              \
9021
 
+           YYRHSLOC (Rhs, 0).last_line;                                \
9022
 
+         (Current).first_column = (Current).last_column =              \
9023
 
+           YYRHSLOC (Rhs, 0).last_column;                              \
9024
 
+       }                                                               \
9025
 
+    while (YYID (0))
9026
 
 #endif
9027
 
 
9028
 
 
9029
 
-/* YYLEX -- calling `yylex' with the right arguments.  */
9030
 
+/* YY_LOCATION_PRINT -- Print the location on the stream.
9031
 
+   This macro was not mandated originally: define only if we know
9032
 
+   we won't break user code: when these are the locations we know.  */
9033
 
+
9034
 
+#ifndef YY_LOCATION_PRINT
9035
 
+# if YYLTYPE_IS_TRIVIAL
9036
 
+#  define YY_LOCATION_PRINT(File, Loc)                 \
9037
 
+     fprintf (File, "%d.%d-%d.%d",                     \
9038
 
+             (Loc).first_line, (Loc).first_column,     \
9039
 
+             (Loc).last_line,  (Loc).last_column)
9040
 
+# else
9041
 
+#  define YY_LOCATION_PRINT(File, Loc) ((void) 0)
9042
 
+# endif
9043
 
+#endif
9044
 
 
9045
 
-#if YYPURE
9046
 
-# if YYLSP_NEEDED
9047
 
-#  ifdef YYLEX_PARAM
9048
 
-#   define YYLEX               yylex (&yylval, &yylloc, YYLEX_PARAM)
9049
 
-#  else
9050
 
-#   define YYLEX               yylex (&yylval, &yylloc)
9051
 
-#  endif
9052
 
-# else /* !YYLSP_NEEDED */
9053
 
-#  ifdef YYLEX_PARAM
9054
 
-#   define YYLEX               yylex (&yylval, YYLEX_PARAM)
9055
 
-#  else
9056
 
-#   define YYLEX               yylex (&yylval)
9057
 
-#  endif
9058
 
-# endif /* !YYLSP_NEEDED */
9059
 
-#else /* !YYPURE */
9060
 
-# define YYLEX                 yylex ()
9061
 
-#endif /* !YYPURE */
9062
 
 
9063
 
+/* YYLEX -- calling `yylex' with the right arguments.  */
9064
 
+
9065
 
+#ifdef YYLEX_PARAM
9066
 
+# define YYLEX yylex (&yylval, YYLEX_PARAM)
9067
 
+#else
9068
 
+# define YYLEX yylex (&yylval)
9069
 
+#endif
9070
 
 
9071
 
 /* Enable debugging if requested.  */
9072
 
 #if YYDEBUG
9073
 
@@ -618,14 +852,155 @@ while (0)
9074
 
 do {                                           \
9075
 
   if (yydebug)                                 \
9076
 
     YYFPRINTF Args;                            \
9077
 
-} while (0)
9078
 
+} while (YYID (0))
9079
 
+
9080
 
+# define YY_SYMBOL_PRINT(Title, Type, Value, Location)                   \
9081
 
+do {                                                                     \
9082
 
+  if (yydebug)                                                           \
9083
 
+    {                                                                    \
9084
 
+      YYFPRINTF (stderr, "%s ", Title);                                          \
9085
 
+      yy_symbol_print (stderr,                                           \
9086
 
+                 Type, Value); \
9087
 
+      YYFPRINTF (stderr, "\n");                                                  \
9088
 
+    }                                                                    \
9089
 
+} while (YYID (0))
9090
 
+
9091
 
+
9092
 
+/*--------------------------------.
9093
 
+| Print this symbol on YYOUTPUT.  |
9094
 
+`--------------------------------*/
9095
 
+
9096
 
+/*ARGSUSED*/
9097
 
+#if (defined __STDC__ || defined __C99__FUNC__ \
9098
 
+     || defined __cplusplus || defined _MSC_VER)
9099
 
+static void
9100
 
+yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
9101
 
+#else
9102
 
+static void
9103
 
+yy_symbol_value_print (yyoutput, yytype, yyvaluep)
9104
 
+    FILE *yyoutput;
9105
 
+    int yytype;
9106
 
+    YYSTYPE const * const yyvaluep;
9107
 
+#endif
9108
 
+{
9109
 
+  if (!yyvaluep)
9110
 
+    return;
9111
 
+# ifdef YYPRINT
9112
 
+  if (yytype < YYNTOKENS)
9113
 
+    YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
9114
 
+# else
9115
 
+  YYUSE (yyoutput);
9116
 
+# endif
9117
 
+  switch (yytype)
9118
 
+    {
9119
 
+      default:
9120
 
+       break;
9121
 
+    }
9122
 
+}
9123
 
+
9124
 
+
9125
 
+/*--------------------------------.
9126
 
+| Print this symbol on YYOUTPUT.  |
9127
 
+`--------------------------------*/
9128
 
+
9129
 
+#if (defined __STDC__ || defined __C99__FUNC__ \
9130
 
+     || defined __cplusplus || defined _MSC_VER)
9131
 
+static void
9132
 
+yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
9133
 
+#else
9134
 
+static void
9135
 
+yy_symbol_print (yyoutput, yytype, yyvaluep)
9136
 
+    FILE *yyoutput;
9137
 
+    int yytype;
9138
 
+    YYSTYPE const * const yyvaluep;
9139
 
+#endif
9140
 
+{
9141
 
+  if (yytype < YYNTOKENS)
9142
 
+    YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
9143
 
+  else
9144
 
+    YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
9145
 
+
9146
 
+  yy_symbol_value_print (yyoutput, yytype, yyvaluep);
9147
 
+  YYFPRINTF (yyoutput, ")");
9148
 
+}
9149
 
+
9150
 
+/*------------------------------------------------------------------.
9151
 
+| yy_stack_print -- Print the state stack from its BOTTOM up to its |
9152
 
+| TOP (included).                                                   |
9153
 
+`------------------------------------------------------------------*/
9154
 
+
9155
 
+#if (defined __STDC__ || defined __C99__FUNC__ \
9156
 
+     || defined __cplusplus || defined _MSC_VER)
9157
 
+static void
9158
 
+yy_stack_print (yytype_int16 *bottom, yytype_int16 *top)
9159
 
+#else
9160
 
+static void
9161
 
+yy_stack_print (bottom, top)
9162
 
+    yytype_int16 *bottom;
9163
 
+    yytype_int16 *top;
9164
 
+#endif
9165
 
+{
9166
 
+  YYFPRINTF (stderr, "Stack now");
9167
 
+  for (; bottom <= top; ++bottom)
9168
 
+    YYFPRINTF (stderr, " %d", *bottom);
9169
 
+  YYFPRINTF (stderr, "\n");
9170
 
+}
9171
 
+
9172
 
+# define YY_STACK_PRINT(Bottom, Top)                           \
9173
 
+do {                                                           \
9174
 
+  if (yydebug)                                                 \
9175
 
+    yy_stack_print ((Bottom), (Top));                          \
9176
 
+} while (YYID (0))
9177
 
+
9178
 
+
9179
 
+/*------------------------------------------------.
9180
 
+| Report that the YYRULE is going to be reduced.  |
9181
 
+`------------------------------------------------*/
9182
 
+
9183
 
+#if (defined __STDC__ || defined __C99__FUNC__ \
9184
 
+     || defined __cplusplus || defined _MSC_VER)
9185
 
+static void
9186
 
+yy_reduce_print (YYSTYPE *yyvsp, int yyrule)
9187
 
+#else
9188
 
+static void
9189
 
+yy_reduce_print (yyvsp, yyrule)
9190
 
+    YYSTYPE *yyvsp;
9191
 
+    int yyrule;
9192
 
+#endif
9193
 
+{
9194
 
+  int yynrhs = yyr2[yyrule];
9195
 
+  int yyi;
9196
 
+  unsigned long int yylno = yyrline[yyrule];
9197
 
+  YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
9198
 
+            yyrule - 1, yylno);
9199
 
+  /* The symbols being reduced.  */
9200
 
+  for (yyi = 0; yyi < yynrhs; yyi++)
9201
 
+    {
9202
 
+      fprintf (stderr, "   $%d = ", yyi + 1);
9203
 
+      yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi],
9204
 
+                      &(yyvsp[(yyi + 1) - (yynrhs)])
9205
 
+                                      );
9206
 
+      fprintf (stderr, "\n");
9207
 
+    }
9208
 
+}
9209
 
+
9210
 
+# define YY_REDUCE_PRINT(Rule)         \
9211
 
+do {                                   \
9212
 
+  if (yydebug)                         \
9213
 
+    yy_reduce_print (yyvsp, Rule); \
9214
 
+} while (YYID (0))
9215
 
+
9216
 
 /* Nonzero means print parse trace.  It is left uninitialized so that
9217
 
    multiple parsers can coexist.  */
9218
 
 int yydebug;
9219
 
 #else /* !YYDEBUG */
9220
 
 # define YYDPRINTF(Args)
9221
 
+# define YY_SYMBOL_PRINT(Title, Type, Value, Location)
9222
 
+# define YY_STACK_PRINT(Bottom, Top)
9223
 
+# define YY_REDUCE_PRINT(Rule)
9224
 
 #endif /* !YYDEBUG */
9225
 
 
9226
 
+
9227
 
 /* YYINITDEPTH -- initial size of the parser's stacks.  */
9228
 
 #ifndef        YYINITDEPTH
9229
 
 # define YYINITDEPTH 200
9230
 
@@ -635,60 +1010,59 @@ int yydebug;
9231
 
    if the built-in stack extension method is used).
9232
 
 
9233
 
    Do not make this value too large; the results are undefined if
9234
 
-   SIZE_MAX < YYSTACK_BYTES (YYMAXDEPTH)
9235
 
+   YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
9236
 
    evaluated with infinite-precision integer arithmetic.  */
9237
 
 
9238
 
-#if YYMAXDEPTH == 0
9239
 
-# undef YYMAXDEPTH
9240
 
-#endif
9241
 
-
9242
 
 #ifndef YYMAXDEPTH
9243
 
 # define YYMAXDEPTH 10000
9244
 
 #endif
9245
 
+
9246
 
 
9247
 
-#ifdef YYERROR_VERBOSE
9248
 
+
9249
 
+#if YYERROR_VERBOSE
9250
 
 
9251
 
 # ifndef yystrlen
9252
 
-#  if defined (__GLIBC__) && defined (_STRING_H)
9253
 
+#  if defined __GLIBC__ && defined _STRING_H
9254
 
 #   define yystrlen strlen
9255
 
 #  else
9256
 
 /* Return the length of YYSTR.  */
9257
 
+#if (defined __STDC__ || defined __C99__FUNC__ \
9258
 
+     || defined __cplusplus || defined _MSC_VER)
9259
 
 static YYSIZE_T
9260
 
-#   if defined (__STDC__) || defined (__cplusplus)
9261
 
 yystrlen (const char *yystr)
9262
 
-#   else
9263
 
+#else
9264
 
+static YYSIZE_T
9265
 
 yystrlen (yystr)
9266
 
-     const char *yystr;
9267
 
-#   endif
9268
 
+    const char *yystr;
9269
 
+#endif
9270
 
 {
9271
 
-  register const char *yys = yystr;
9272
 
-
9273
 
-  while (*yys++ != '\0')
9274
 
+  YYSIZE_T yylen;
9275
 
+  for (yylen = 0; yystr[yylen]; yylen++)
9276
 
     continue;
9277
 
-
9278
 
-  return yys - yystr - 1;
9279
 
+  return yylen;
9280
 
 }
9281
 
 #  endif
9282
 
 # endif
9283
 
 
9284
 
 # ifndef yystpcpy
9285
 
-#  if defined (__GLIBC__) && defined (_STRING_H) && defined (_GNU_SOURCE)
9286
 
-#   include <string.h>
9287
 
+#  if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE
9288
 
 #   define yystpcpy stpcpy
9289
 
 #  else
9290
 
 /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
9291
 
    YYDEST.  */
9292
 
+#if (defined __STDC__ || defined __C99__FUNC__ \
9293
 
+     || defined __cplusplus || defined _MSC_VER)
9294
 
 static char *
9295
 
-#   if defined (__STDC__) || defined (__cplusplus)
9296
 
 yystpcpy (char *yydest, const char *yysrc)
9297
 
-#   else
9298
 
+#else
9299
 
+static char *
9300
 
 yystpcpy (yydest, yysrc)
9301
 
-     char *yydest;
9302
 
-     const char *yysrc;
9303
 
-#   endif
9304
 
+    char *yydest;
9305
 
+    const char *yysrc;
9306
 
+#endif
9307
 
 {
9308
 
-  register char *yyd = yydest;
9309
 
-  register const char *yys = yysrc;
9310
 
+  char *yyd = yydest;
9311
 
+  const char *yys = yysrc;
9312
 
 
9313
 
   while ((*yyd++ = *yys++) != '\0')
9314
 
     continue;
9315
 
@@ -697,86 +1071,266 @@ yystpcpy (yydest, yysrc)
9316
 
 }
9317
 
 #  endif
9318
 
 # endif
9319
 
-#endif
9320
 
+
9321
 
+# ifndef yytnamerr
9322
 
+/* Copy to YYRES the contents of YYSTR after stripping away unnecessary
9323
 
+   quotes and backslashes, so that it's suitable for yyerror.  The
9324
 
+   heuristic is that double-quoting is unnecessary unless the string
9325
 
+   contains an apostrophe, a comma, or backslash (other than
9326
 
+   backslash-backslash).  YYSTR is taken from yytname.  If YYRES is
9327
 
+   null, do not copy; instead, return the length of what the result
9328
 
+   would have been.  */
9329
 
+static YYSIZE_T
9330
 
+yytnamerr (char *yyres, const char *yystr)
9331
 
+{
9332
 
+  if (*yystr == '"')
9333
 
+    {
9334
 
+      YYSIZE_T yyn = 0;
9335
 
+      char const *yyp = yystr;
9336
 
+
9337
 
+      for (;;)
9338
 
+       switch (*++yyp)
9339
 
+         {
9340
 
+         case '\'':
9341
 
+         case ',':
9342
 
+           goto do_not_strip_quotes;
9343
 
+
9344
 
+         case '\\':
9345
 
+           if (*++yyp != '\\')
9346
 
+             goto do_not_strip_quotes;
9347
 
+           /* Fall through.  */
9348
 
+         default:
9349
 
+           if (yyres)
9350
 
+             yyres[yyn] = *yyp;
9351
 
+           yyn++;
9352
 
+           break;
9353
 
+
9354
 
+         case '"':
9355
 
+           if (yyres)
9356
 
+             yyres[yyn] = '\0';
9357
 
+           return yyn;
9358
 
+         }
9359
 
+    do_not_strip_quotes: ;
9360
 
+    }
9361
 
+
9362
 
+  if (! yyres)
9363
 
+    return yystrlen (yystr);
9364
 
+
9365
 
+  return yystpcpy (yyres, yystr) - yyres;
9366
 
+}
9367
 
+# endif
9368
 
+
9369
 
+/* Copy into YYRESULT an error message about the unexpected token
9370
 
+   YYCHAR while in state YYSTATE.  Return the number of bytes copied,
9371
 
+   including the terminating null byte.  If YYRESULT is null, do not
9372
 
+   copy anything; just return the number of bytes that would be
9373
 
+   copied.  As a special case, return 0 if an ordinary "syntax error"
9374
 
+   message will do.  Return YYSIZE_MAXIMUM if overflow occurs during
9375
 
+   size calculation.  */
9376
 
+static YYSIZE_T
9377
 
+yysyntax_error (char *yyresult, int yystate, int yychar)
9378
 
+{
9379
 
+  int yyn = yypact[yystate];
9380
 
+
9381
 
+  if (! (YYPACT_NINF < yyn && yyn <= YYLAST))
9382
 
+    return 0;
9383
 
+  else
9384
 
+    {
9385
 
+      int yytype = YYTRANSLATE (yychar);
9386
 
+      YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]);
9387
 
+      YYSIZE_T yysize = yysize0;
9388
 
+      YYSIZE_T yysize1;
9389
 
+      int yysize_overflow = 0;
9390
 
+      enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 };
9391
 
+      char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM];
9392
 
+      int yyx;
9393
 
+
9394
 
+# if 0
9395
 
+      /* This is so xgettext sees the translatable formats that are
9396
 
+        constructed on the fly.  */
9397
 
+      YY_("syntax error, unexpected %s");
9398
 
+      YY_("syntax error, unexpected %s, expecting %s");
9399
 
+      YY_("syntax error, unexpected %s, expecting %s or %s");
9400
 
+      YY_("syntax error, unexpected %s, expecting %s or %s or %s");
9401
 
+      YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
9402
 
+# endif
9403
 
+      char *yyfmt;
9404
 
+      char const *yyf;
9405
 
+      static char const yyunexpected[] = "syntax error, unexpected %s";
9406
 
+      static char const yyexpecting[] = ", expecting %s";
9407
 
+      static char const yyor[] = " or %s";
9408
 
+      char yyformat[sizeof yyunexpected
9409
 
+                   + sizeof yyexpecting - 1
9410
 
+                   + ((YYERROR_VERBOSE_ARGS_MAXIMUM - 2)
9411
 
+                      * (sizeof yyor - 1))];
9412
 
+      char const *yyprefix = yyexpecting;
9413
 
+
9414
 
+      /* Start YYX at -YYN if negative to avoid negative indexes in
9415
 
+        YYCHECK.  */
9416
 
+      int yyxbegin = yyn < 0 ? -yyn : 0;
9417
 
+
9418
 
+      /* Stay within bounds of both yycheck and yytname.  */
9419
 
+      int yychecklim = YYLAST - yyn + 1;
9420
 
+      int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
9421
 
+      int yycount = 1;
9422
 
+
9423
 
+      yyarg[0] = yytname[yytype];
9424
 
+      yyfmt = yystpcpy (yyformat, yyunexpected);
9425
 
+
9426
 
+      for (yyx = yyxbegin; yyx < yyxend; ++yyx)
9427
 
+       if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR)
9428
 
+         {
9429
 
+           if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM)
9430
 
+             {
9431
 
+               yycount = 1;
9432
 
+               yysize = yysize0;
9433
 
+               yyformat[sizeof yyunexpected - 1] = '\0';
9434
 
+               break;
9435
 
+             }
9436
 
+           yyarg[yycount++] = yytname[yyx];
9437
 
+           yysize1 = yysize + yytnamerr (0, yytname[yyx]);
9438
 
+           yysize_overflow |= (yysize1 < yysize);
9439
 
+           yysize = yysize1;
9440
 
+           yyfmt = yystpcpy (yyfmt, yyprefix);
9441
 
+           yyprefix = yyor;
9442
 
+         }
9443
 
+
9444
 
+      yyf = YY_(yyformat);
9445
 
+      yysize1 = yysize + yystrlen (yyf);
9446
 
+      yysize_overflow |= (yysize1 < yysize);
9447
 
+      yysize = yysize1;
9448
 
+
9449
 
+      if (yysize_overflow)
9450
 
+       return YYSIZE_MAXIMUM;
9451
 
+
9452
 
+      if (yyresult)
9453
 
+       {
9454
 
+         /* Avoid sprintf, as that infringes on the user's name space.
9455
 
+            Don't have undefined behavior even if the translation
9456
 
+            produced a string with the wrong number of "%s"s.  */
9457
 
+         char *yyp = yyresult;
9458
 
+         int yyi = 0;
9459
 
+         while ((*yyp = *yyf) != '\0')
9460
 
+           {
9461
 
+             if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
9462
 
+               {
9463
 
+                 yyp += yytnamerr (yyp, yyarg[yyi++]);
9464
 
+                 yyf += 2;
9465
 
+               }
9466
 
+             else
9467
 
+               {
9468
 
+                 yyp++;
9469
 
+                 yyf++;
9470
 
+               }
9471
 
+           }
9472
 
+       }
9473
 
+      return yysize;
9474
 
+    }
9475
 
+}
9476
 
+#endif /* YYERROR_VERBOSE */
9477
 
 
9478
 
-#line 316 "/usr/share/bison/bison.simple"
9479
 
 
9480
 
+/*-----------------------------------------------.
9481
 
+| Release the memory associated to this symbol.  |
9482
 
+`-----------------------------------------------*/
9483
 
+
9484
 
+/*ARGSUSED*/
9485
 
+#if (defined __STDC__ || defined __C99__FUNC__ \
9486
 
+     || defined __cplusplus || defined _MSC_VER)
9487
 
+static void
9488
 
+yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep)
9489
 
+#else
9490
 
+static void
9491
 
+yydestruct (yymsg, yytype, yyvaluep)
9492
 
+    const char *yymsg;
9493
 
+    int yytype;
9494
 
+    YYSTYPE *yyvaluep;
9495
 
+#endif
9496
 
+{
9497
 
+  YYUSE (yyvaluep);
9498
 
+
9499
 
+  if (!yymsg)
9500
 
+    yymsg = "Deleting";
9501
 
+  YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
9502
 
+
9503
 
+  switch (yytype)
9504
 
+    {
9505
 
+
9506
 
+      default:
9507
 
+       break;
9508
 
+    }
9509
 
+}
9510
 
+
9511
 
 
9512
 
-/* The user can define YYPARSE_PARAM as the name of an argument to be passed
9513
 
-   into yyparse.  The argument should have type void *.
9514
 
-   It should actually point to an object.
9515
 
-   Grammar actions can access the variable by casting it
9516
 
-   to the proper pointer type.  */
9517
 
+/* Prevent warnings from -Wmissing-prototypes.  */
9518
 
 
9519
 
 #ifdef YYPARSE_PARAM
9520
 
-# if defined (__STDC__) || defined (__cplusplus)
9521
 
-#  define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
9522
 
-#  define YYPARSE_PARAM_DECL
9523
 
-# else
9524
 
-#  define YYPARSE_PARAM_ARG YYPARSE_PARAM
9525
 
-#  define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
9526
 
-# endif
9527
 
-#else /* !YYPARSE_PARAM */
9528
 
-# define YYPARSE_PARAM_ARG
9529
 
-# define YYPARSE_PARAM_DECL
9530
 
-#endif /* !YYPARSE_PARAM */
9531
 
-
9532
 
-/* Prevent warning if -Wstrict-prototypes.  */
9533
 
-#ifdef __GNUC__
9534
 
-# ifdef YYPARSE_PARAM
9535
 
-int yyparse (void *);
9536
 
-# else
9537
 
+#if defined __STDC__ || defined __cplusplus
9538
 
+int yyparse (void *YYPARSE_PARAM);
9539
 
+#else
9540
 
+int yyparse ();
9541
 
+#endif
9542
 
+#else /* ! YYPARSE_PARAM */
9543
 
+#if defined __STDC__ || defined __cplusplus
9544
 
 int yyparse (void);
9545
 
-# endif
9546
 
+#else
9547
 
+int yyparse ();
9548
 
 #endif
9549
 
+#endif /* ! YYPARSE_PARAM */
9550
 
+
9551
 
+
9552
 
 
9553
 
-/* YY_DECL_VARIABLES -- depending whether we use a pure parser,
9554
 
-   variables are global, or local to YYPARSE.  */
9555
 
 
9556
 
-#define YY_DECL_NON_LSP_VARIABLES                      \
9557
 
-/* The lookahead symbol.  */                           \
9558
 
-int yychar;                                            \
9559
 
-                                                       \
9560
 
-/* The semantic value of the lookahead symbol. */      \
9561
 
-YYSTYPE yylval;                                                \
9562
 
-                                                       \
9563
 
-/* Number of parse errors so far.  */                  \
9564
 
-int yynerrs;
9565
 
 
9566
 
-#if YYLSP_NEEDED
9567
 
-# define YY_DECL_VARIABLES                     \
9568
 
-YY_DECL_NON_LSP_VARIABLES                      \
9569
 
-                                               \
9570
 
-/* Location data for the lookahead symbol.  */ \
9571
 
-YYLTYPE yylloc;
9572
 
+
9573
 
+/*----------.
9574
 
+| yyparse.  |
9575
 
+`----------*/
9576
 
+
9577
 
+#ifdef YYPARSE_PARAM
9578
 
+#if (defined __STDC__ || defined __C99__FUNC__ \
9579
 
+     || defined __cplusplus || defined _MSC_VER)
9580
 
+int
9581
 
+yyparse (void *YYPARSE_PARAM)
9582
 
 #else
9583
 
-# define YY_DECL_VARIABLES                     \
9584
 
-YY_DECL_NON_LSP_VARIABLES
9585
 
+int
9586
 
+yyparse (YYPARSE_PARAM)
9587
 
+    void *YYPARSE_PARAM;
9588
 
 #endif
9589
 
+#else /* ! YYPARSE_PARAM */
9590
 
+#if (defined __STDC__ || defined __C99__FUNC__ \
9591
 
+     || defined __cplusplus || defined _MSC_VER)
9592
 
+int
9593
 
+yyparse (void)
9594
 
+#else
9595
 
+int
9596
 
+yyparse ()
9597
 
 
9598
 
+#endif
9599
 
+#endif
9600
 
+{
9601
 
+  /* The look-ahead symbol.  */
9602
 
+int yychar;
9603
 
 
9604
 
-/* If nonreentrant, generate the variables here. */
9605
 
-
9606
 
-#if !YYPURE
9607
 
-YY_DECL_VARIABLES
9608
 
-#endif  /* !YYPURE */
9609
 
+/* The semantic value of the look-ahead symbol.  */
9610
 
+YYSTYPE yylval;
9611
 
 
9612
 
-int
9613
 
-yyparse (YYPARSE_PARAM_ARG)
9614
 
-     YYPARSE_PARAM_DECL
9615
 
-{
9616
 
-  /* If reentrant, generate the variables here. */
9617
 
-#if YYPURE
9618
 
-  YY_DECL_VARIABLES
9619
 
-#endif  /* !YYPURE */
9620
 
+/* Number of syntax errors so far.  */
9621
 
+int yynerrs;
9622
 
 
9623
 
-  register int yystate;
9624
 
-  register int yyn;
9625
 
+  int yystate;
9626
 
+  int yyn;
9627
 
   int yyresult;
9628
 
   /* Number of tokens to shift before error messages enabled.  */
9629
 
   int yyerrstatus;
9630
 
-  /* Lookahead token as an internal (translated) token number.  */
9631
 
-  int yychar1 = 0;
9632
 
+  /* Look-ahead token as an internal (translated) token number.  */
9633
 
+  int yytoken = 0;
9634
 
+#if YYERROR_VERBOSE
9635
 
+  /* Buffer for error messages, and its allocated size.  */
9636
 
+  char yymsgbuf[128];
9637
 
+  char *yymsg = yymsgbuf;
9638
 
+  YYSIZE_T yymsg_alloc = sizeof yymsgbuf;
9639
 
+#endif
9640
 
 
9641
 
   /* Three stacks and their tools:
9642
 
      `yyss': related to states,
9643
 
@@ -786,42 +1340,30 @@ yyparse (YYPARSE_PARAM_ARG)
9644
 
      Refer to the stacks thru separate pointers, to allow yyoverflow
9645
 
      to reallocate them elsewhere.  */
9646
 
 
9647
 
-  /* The state stack. */
9648
 
-  short        yyssa[YYINITDEPTH];
9649
 
-  short *yyss = yyssa;
9650
 
-  register short *yyssp;
9651
 
+  /* The state stack.  */
9652
 
+  yytype_int16 yyssa[YYINITDEPTH];
9653
 
+  yytype_int16 *yyss = yyssa;
9654
 
+  yytype_int16 *yyssp;
9655
 
 
9656
 
   /* The semantic value stack.  */
9657
 
   YYSTYPE yyvsa[YYINITDEPTH];
9658
 
   YYSTYPE *yyvs = yyvsa;
9659
 
-  register YYSTYPE *yyvsp;
9660
 
+  YYSTYPE *yyvsp;
9661
 
 
9662
 
-#if YYLSP_NEEDED
9663
 
-  /* The location stack.  */
9664
 
-  YYLTYPE yylsa[YYINITDEPTH];
9665
 
-  YYLTYPE *yyls = yylsa;
9666
 
-  YYLTYPE *yylsp;
9667
 
-#endif
9668
 
 
9669
 
-#if YYLSP_NEEDED
9670
 
-# define YYPOPSTACK   (yyvsp--, yyssp--, yylsp--)
9671
 
-#else
9672
 
-# define YYPOPSTACK   (yyvsp--, yyssp--)
9673
 
-#endif
9674
 
 
9675
 
-  YYSIZE_T yystacksize = YYINITDEPTH;
9676
 
+#define YYPOPSTACK(N)   (yyvsp -= (N), yyssp -= (N))
9677
 
 
9678
 
+  YYSIZE_T yystacksize = YYINITDEPTH;
9679
 
 
9680
 
   /* The variables used to return semantic value and location from the
9681
 
      action routines.  */
9682
 
   YYSTYPE yyval;
9683
 
-#if YYLSP_NEEDED
9684
 
-  YYLTYPE yyloc;
9685
 
-#endif
9686
 
 
9687
 
-  /* When reducing, the number of symbols on the RHS of the reduced
9688
 
-     rule. */
9689
 
-  int yylen;
9690
 
+
9691
 
+  /* The number of symbols on the RHS of the reduced rule.
9692
 
+     Keep to zero when no symbol should be popped.  */
9693
 
+  int yylen = 0;
9694
 
 
9695
 
   YYDPRINTF ((stderr, "Starting parse\n"));
9696
 
 
9697
 
@@ -837,9 +1379,7 @@ yyparse (YYPARSE_PARAM_ARG)
9698
 
 
9699
 
   yyssp = yyss;
9700
 
   yyvsp = yyvs;
9701
 
-#if YYLSP_NEEDED
9702
 
-  yylsp = yyls;
9703
 
-#endif
9704
 
+
9705
 
   goto yysetstate;
9706
 
 
9707
 
 /*------------------------------------------------------------.
9708
 
@@ -847,70 +1387,60 @@ yyparse (YYPARSE_PARAM_ARG)
9709
 
 `------------------------------------------------------------*/
9710
 
  yynewstate:
9711
 
   /* In all cases, when you get here, the value and location stacks
9712
 
-     have just been pushed. so pushing a state here evens the stacks.
9713
 
-     */
9714
 
+     have just been pushed.  So pushing a state here evens the stacks.  */
9715
 
   yyssp++;
9716
 
 
9717
 
  yysetstate:
9718
 
   *yyssp = yystate;
9719
 
 
9720
 
-  if (yyssp >= yyss + yystacksize - 1)
9721
 
+  if (yyss + yystacksize - 1 <= yyssp)
9722
 
     {
9723
 
       /* Get the current used size of the three stacks, in elements.  */
9724
 
       YYSIZE_T yysize = yyssp - yyss + 1;
9725
 
 
9726
 
 #ifdef yyoverflow
9727
 
       {
9728
 
-       /* Give user a chance to reallocate the stack. Use copies of
9729
 
+       /* Give user a chance to reallocate the stack.  Use copies of
9730
 
           these so that the &'s don't force the real ones into
9731
 
           memory.  */
9732
 
        YYSTYPE *yyvs1 = yyvs;
9733
 
-       short *yyss1 = yyss;
9734
 
+       yytype_int16 *yyss1 = yyss;
9735
 
+
9736
 
 
9737
 
        /* Each stack pointer address is followed by the size of the
9738
 
-          data in use in that stack, in bytes.  */
9739
 
-# if YYLSP_NEEDED
9740
 
-       YYLTYPE *yyls1 = yyls;
9741
 
-       /* This used to be a conditional around just the two extra args,
9742
 
-          but that might be undefined if yyoverflow is a macro.  */
9743
 
-       yyoverflow ("parser stack overflow",
9744
 
-                   &yyss1, yysize * sizeof (*yyssp),
9745
 
-                   &yyvs1, yysize * sizeof (*yyvsp),
9746
 
-                   &yyls1, yysize * sizeof (*yylsp),
9747
 
-                   &yystacksize);
9748
 
-       yyls = yyls1;
9749
 
-# else
9750
 
-       yyoverflow ("parser stack overflow",
9751
 
+          data in use in that stack, in bytes.  This used to be a
9752
 
+          conditional around just the two extra args, but that might
9753
 
+          be undefined if yyoverflow is a macro.  */
9754
 
+       yyoverflow (YY_("memory exhausted"),
9755
 
                    &yyss1, yysize * sizeof (*yyssp),
9756
 
                    &yyvs1, yysize * sizeof (*yyvsp),
9757
 
+
9758
 
                    &yystacksize);
9759
 
-# endif
9760
 
+
9761
 
        yyss = yyss1;
9762
 
        yyvs = yyvs1;
9763
 
       }
9764
 
 #else /* no yyoverflow */
9765
 
 # ifndef YYSTACK_RELOCATE
9766
 
-      goto yyoverflowlab;
9767
 
+      goto yyexhaustedlab;
9768
 
 # else
9769
 
       /* Extend the stack our own way.  */
9770
 
-      if (yystacksize >= YYMAXDEPTH)
9771
 
-       goto yyoverflowlab;
9772
 
+      if (YYMAXDEPTH <= yystacksize)
9773
 
+       goto yyexhaustedlab;
9774
 
       yystacksize *= 2;
9775
 
-      if (yystacksize > YYMAXDEPTH)
9776
 
+      if (YYMAXDEPTH < yystacksize)
9777
 
        yystacksize = YYMAXDEPTH;
9778
 
 
9779
 
       {
9780
 
-       short *yyss1 = yyss;
9781
 
+       yytype_int16 *yyss1 = yyss;
9782
 
        union yyalloc *yyptr =
9783
 
          (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
9784
 
        if (! yyptr)
9785
 
-         goto yyoverflowlab;
9786
 
+         goto yyexhaustedlab;
9787
 
        YYSTACK_RELOCATE (yyss);
9788
 
        YYSTACK_RELOCATE (yyvs);
9789
 
-# if YYLSP_NEEDED
9790
 
-       YYSTACK_RELOCATE (yyls);
9791
 
-# endif
9792
 
-# undef YYSTACK_RELOCATE
9793
 
+
9794
 
+#  undef YYSTACK_RELOCATE
9795
 
        if (yyss1 != yyssa)
9796
 
          YYSTACK_FREE (yyss1);
9797
 
       }
9798
 
@@ -919,14 +1449,12 @@ yyparse (YYPARSE_PARAM_ARG)
9799
 
 
9800
 
       yyssp = yyss + yysize - 1;
9801
 
       yyvsp = yyvs + yysize - 1;
9802
 
-#if YYLSP_NEEDED
9803
 
-      yylsp = yyls + yysize - 1;
9804
 
-#endif
9805
 
+
9806
 
 
9807
 
       YYDPRINTF ((stderr, "Stack size increased to %lu\n",
9808
 
                  (unsigned long int) yystacksize));
9809
 
 
9810
 
-      if (yyssp >= yyss + yystacksize - 1)
9811
 
+      if (yyss + yystacksize - 1 <= yyssp)
9812
 
        YYABORT;
9813
 
     }
9814
 
 
9815
 
@@ -934,108 +1462,71 @@ yyparse (YYPARSE_PARAM_ARG)
9816
 
 
9817
 
   goto yybackup;
9818
 
 
9819
 
-
9820
 
 /*-----------.
9821
 
 | yybackup.  |
9822
 
 `-----------*/
9823
 
 yybackup:
9824
 
 
9825
 
-/* Do appropriate processing given the current state.  */
9826
 
-/* Read a lookahead token if we need one and don't already have one.  */
9827
 
-/* yyresume: */
9828
 
-
9829
 
-  /* First try to decide what to do without reference to lookahead token.  */
9830
 
+  /* Do appropriate processing given the current state.  Read a
9831
 
+     look-ahead token if we need one and don't already have one.  */
9832
 
 
9833
 
+  /* First try to decide what to do without reference to look-ahead token.  */
9834
 
   yyn = yypact[yystate];
9835
 
-  if (yyn == YYFLAG)
9836
 
+  if (yyn == YYPACT_NINF)
9837
 
     goto yydefault;
9838
 
 
9839
 
-  /* Not known => get a lookahead token if don't already have one.  */
9840
 
-
9841
 
-  /* yychar is either YYEMPTY or YYEOF
9842
 
-     or a valid token in external form.  */
9843
 
+  /* Not known => get a look-ahead token if don't already have one.  */
9844
 
 
9845
 
+  /* YYCHAR is either YYEMPTY or YYEOF or a valid look-ahead symbol.  */
9846
 
   if (yychar == YYEMPTY)
9847
 
     {
9848
 
       YYDPRINTF ((stderr, "Reading a token: "));
9849
 
       yychar = YYLEX;
9850
 
     }
9851
 
 
9852
 
-  /* Convert token to internal form (in yychar1) for indexing tables with */
9853
 
-
9854
 
-  if (yychar <= 0)             /* This means end of input. */
9855
 
+  if (yychar <= YYEOF)
9856
 
     {
9857
 
-      yychar1 = 0;
9858
 
-      yychar = YYEOF;          /* Don't call YYLEX any more */
9859
 
-
9860
 
+      yychar = yytoken = YYEOF;
9861
 
       YYDPRINTF ((stderr, "Now at end of input.\n"));
9862
 
     }
9863
 
   else
9864
 
     {
9865
 
-      yychar1 = YYTRANSLATE (yychar);
9866
 
-
9867
 
-#if YYDEBUG
9868
 
-     /* We have to keep this `#if YYDEBUG', since we use variables
9869
 
-       which are defined only if `YYDEBUG' is set.  */
9870
 
-      if (yydebug)
9871
 
-       {
9872
 
-         YYFPRINTF (stderr, "Next token is %d (%s",
9873
 
-                    yychar, yytname[yychar1]);
9874
 
-         /* Give the individual parser a way to print the precise
9875
 
-            meaning of a token, for further debugging info.  */
9876
 
-# ifdef YYPRINT
9877
 
-         YYPRINT (stderr, yychar, yylval);
9878
 
-# endif
9879
 
-         YYFPRINTF (stderr, ")\n");
9880
 
-       }
9881
 
-#endif
9882
 
+      yytoken = YYTRANSLATE (yychar);
9883
 
+      YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
9884
 
     }
9885
 
 
9886
 
-  yyn += yychar1;
9887
 
-  if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != yychar1)
9888
 
+  /* If the proper action on seeing token YYTOKEN is to reduce or to
9889
 
+     detect an error, take that action.  */
9890
 
+  yyn += yytoken;
9891
 
+  if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)
9892
 
     goto yydefault;
9893
 
-
9894
 
   yyn = yytable[yyn];
9895
 
-
9896
 
-  /* yyn is what to do for this token type in this state.
9897
 
-     Negative => reduce, -yyn is rule number.
9898
 
-     Positive => shift, yyn is new state.
9899
 
-       New state is final state => don't bother to shift,
9900
 
-       just return success.
9901
 
-     0, or most negative number => error.  */
9902
 
-
9903
 
-  if (yyn < 0)
9904
 
+  if (yyn <= 0)
9905
 
     {
9906
 
-      if (yyn == YYFLAG)
9907
 
+      if (yyn == 0 || yyn == YYTABLE_NINF)
9908
 
        goto yyerrlab;
9909
 
       yyn = -yyn;
9910
 
       goto yyreduce;
9911
 
     }
9912
 
-  else if (yyn == 0)
9913
 
-    goto yyerrlab;
9914
 
 
9915
 
   if (yyn == YYFINAL)
9916
 
     YYACCEPT;
9917
 
 
9918
 
-  /* Shift the lookahead token.  */
9919
 
-  YYDPRINTF ((stderr, "Shifting token %d (%s), ",
9920
 
-             yychar, yytname[yychar1]));
9921
 
-
9922
 
-  /* Discard the token being shifted unless it is eof.  */
9923
 
-  if (yychar != YYEOF)
9924
 
-    yychar = YYEMPTY;
9925
 
-
9926
 
-  *++yyvsp = yylval;
9927
 
-#if YYLSP_NEEDED
9928
 
-  *++yylsp = yylloc;
9929
 
-#endif
9930
 
-
9931
 
   /* Count tokens shifted since error; after three, turn off error
9932
 
      status.  */
9933
 
   if (yyerrstatus)
9934
 
     yyerrstatus--;
9935
 
 
9936
 
+  /* Shift the look-ahead token.  */
9937
 
+  YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
9938
 
+
9939
 
+  /* Discard the shifted token unless it is eof.  */
9940
 
+  if (yychar != YYEOF)
9941
 
+    yychar = YYEMPTY;
9942
 
+
9943
 
   yystate = yyn;
9944
 
+  *++yyvsp = yylval;
9945
 
+
9946
 
   goto yynewstate;
9947
 
 
9948
 
 
9949
 
@@ -1059,382 +1550,396 @@ yyreduce:
9950
 
   /* If YYLEN is nonzero, implement the default value of the action:
9951
 
      `$$ = $1'.
9952
 
 
9953
 
-     Otherwise, the following line sets YYVAL to the semantic value of
9954
 
-     the lookahead token.  This behavior is undocumented and Bison
9955
 
+     Otherwise, the following line sets YYVAL to garbage.
9956
 
+     This behavior is undocumented and Bison
9957
 
      users should not rely upon it.  Assigning to YYVAL
9958
 
      unconditionally makes the parser a bit smaller, and it avoids a
9959
 
      GCC warning that YYVAL may be used uninitialized.  */
9960
 
   yyval = yyvsp[1-yylen];
9961
 
 
9962
 
-#if YYLSP_NEEDED
9963
 
-  /* Similarly for the default location.  Let the user run additional
9964
 
-     commands if for instance locations are ranges.  */
9965
 
-  yyloc = yylsp[1-yylen];
9966
 
-  YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen);
9967
 
-#endif
9968
 
 
9969
 
-#if YYDEBUG
9970
 
-  /* We have to keep this `#if YYDEBUG', since we use variables which
9971
 
-     are defined only if `YYDEBUG' is set.  */
9972
 
-  if (yydebug)
9973
 
+  YY_REDUCE_PRINT (yyn);
9974
 
+  switch (yyn)
9975
 
     {
9976
 
-      int yyi;
9977
 
-
9978
 
-      YYFPRINTF (stderr, "Reducing via rule %d (line %d), ",
9979
 
-                yyn, yyrline[yyn]);
9980
 
-
9981
 
-      /* Print the symbols being reduced, and their result.  */
9982
 
-      for (yyi = yyprhs[yyn]; yyrhs[yyi] > 0; yyi++)
9983
 
-       YYFPRINTF (stderr, "%s ", yytname[yyrhs[yyi]]);
9984
 
-      YYFPRINTF (stderr, " -> %s\n", yytname[yyr1[yyn]]);
9985
 
-    }
9986
 
-#endif
9987
 
-
9988
 
-  switch (yyn) {
9989
 
-
9990
 
-case 3:
9991
 
+        case 4:
9992
 
 #line 196 "./getdate.y"
9993
 
-{ PC.times_seen++; ;
9994
 
-    break;}
9995
 
-case 4:
9996
 
+    { PC.times_seen++; }
9997
 
+    break;
9998
 
+
9999
 
+  case 5:
10000
 
 #line 198 "./getdate.y"
10001
 
-{ PC.local_zones_seen++; ;
10002
 
-    break;}
10003
 
-case 5:
10004
 
+    { PC.local_zones_seen++; }
10005
 
+    break;
10006
 
+
10007
 
+  case 6:
10008
 
 #line 200 "./getdate.y"
10009
 
-{ PC.zones_seen++; ;
10010
 
-    break;}
10011
 
-case 6:
10012
 
+    { PC.zones_seen++; }
10013
 
+    break;
10014
 
+
10015
 
+  case 7:
10016
 
 #line 202 "./getdate.y"
10017
 
-{ PC.dates_seen++; ;
10018
 
-    break;}
10019
 
-case 7:
10020
 
+    { PC.dates_seen++; }
10021
 
+    break;
10022
 
+
10023
 
+  case 8:
10024
 
 #line 204 "./getdate.y"
10025
 
-{ PC.days_seen++; ;
10026
 
-    break;}
10027
 
-case 8:
10028
 
+    { PC.days_seen++; }
10029
 
+    break;
10030
 
+
10031
 
+  case 9:
10032
 
 #line 206 "./getdate.y"
10033
 
-{ PC.rels_seen++; ;
10034
 
-    break;}
10035
 
-case 10:
10036
 
+    { PC.rels_seen++; }
10037
 
+    break;
10038
 
+
10039
 
+  case 11:
10040
 
 #line 212 "./getdate.y"
10041
 
-{
10042
 
-       PC.hour = yyvsp[-1].textintval.value;
10043
 
+    {
10044
 
+       PC.hour = (yyvsp[(1) - (2)].textintval).value;
10045
 
        PC.minutes = 0;
10046
 
        PC.seconds = 0;
10047
 
-       PC.meridian = yyvsp[0].intval;
10048
 
-      ;
10049
 
-    break;}
10050
 
-case 11:
10051
 
+       PC.meridian = (yyvsp[(2) - (2)].intval);
10052
 
+      }
10053
 
+    break;
10054
 
+
10055
 
+  case 12:
10056
 
 #line 219 "./getdate.y"
10057
 
-{
10058
 
-       PC.hour = yyvsp[-3].textintval.value;
10059
 
-       PC.minutes = yyvsp[-1].textintval.value;
10060
 
+    {
10061
 
+       PC.hour = (yyvsp[(1) - (4)].textintval).value;
10062
 
+       PC.minutes = (yyvsp[(3) - (4)].textintval).value;
10063
 
        PC.seconds = 0;
10064
 
-       PC.meridian = yyvsp[0].intval;
10065
 
-      ;
10066
 
-    break;}
10067
 
-case 12:
10068
 
+       PC.meridian = (yyvsp[(4) - (4)].intval);
10069
 
+      }
10070
 
+    break;
10071
 
+
10072
 
+  case 13:
10073
 
 #line 226 "./getdate.y"
10074
 
-{
10075
 
-       PC.hour = yyvsp[-3].textintval.value;
10076
 
-       PC.minutes = yyvsp[-1].textintval.value;
10077
 
+    {
10078
 
+       PC.hour = (yyvsp[(1) - (4)].textintval).value;
10079
 
+       PC.minutes = (yyvsp[(3) - (4)].textintval).value;
10080
 
        PC.meridian = MER24;
10081
 
        PC.zones_seen++;
10082
 
-       PC.time_zone = yyvsp[0].textintval.value % 100 + (yyvsp[0].textintval.value / 100) * 60;
10083
 
-      ;
10084
 
-    break;}
10085
 
-case 13:
10086
 
+       PC.time_zone = (yyvsp[(4) - (4)].textintval).value % 100 + ((yyvsp[(4) - (4)].textintval).value / 100) * 60;
10087
 
+      }
10088
 
+    break;
10089
 
+
10090
 
+  case 14:
10091
 
 #line 234 "./getdate.y"
10092
 
-{
10093
 
-       PC.hour = yyvsp[-5].textintval.value;
10094
 
-       PC.minutes = yyvsp[-3].textintval.value;
10095
 
-       PC.seconds = yyvsp[-1].textintval.value;
10096
 
-       PC.meridian = yyvsp[0].intval;
10097
 
-      ;
10098
 
-    break;}
10099
 
-case 14:
10100
 
+    {
10101
 
+       PC.hour = (yyvsp[(1) - (6)].textintval).value;
10102
 
+       PC.minutes = (yyvsp[(3) - (6)].textintval).value;
10103
 
+       PC.seconds = (yyvsp[(5) - (6)].textintval).value;
10104
 
+       PC.meridian = (yyvsp[(6) - (6)].intval);
10105
 
+      }
10106
 
+    break;
10107
 
+
10108
 
+  case 15:
10109
 
 #line 241 "./getdate.y"
10110
 
-{
10111
 
-       PC.hour = yyvsp[-5].textintval.value;
10112
 
-       PC.minutes = yyvsp[-3].textintval.value;
10113
 
-       PC.seconds = yyvsp[-1].textintval.value;
10114
 
+    {
10115
 
+       PC.hour = (yyvsp[(1) - (6)].textintval).value;
10116
 
+       PC.minutes = (yyvsp[(3) - (6)].textintval).value;
10117
 
+       PC.seconds = (yyvsp[(5) - (6)].textintval).value;
10118
 
        PC.meridian = MER24;
10119
 
        PC.zones_seen++;
10120
 
-       PC.time_zone = yyvsp[0].textintval.value % 100 + (yyvsp[0].textintval.value / 100) * 60;
10121
 
-      ;
10122
 
-    break;}
10123
 
-case 15:
10124
 
+       PC.time_zone = (yyvsp[(6) - (6)].textintval).value % 100 + ((yyvsp[(6) - (6)].textintval).value / 100) * 60;
10125
 
+      }
10126
 
+    break;
10127
 
+
10128
 
+  case 16:
10129
 
 #line 253 "./getdate.y"
10130
 
-{ PC.local_isdst = yyvsp[0].intval; ;
10131
 
-    break;}
10132
 
-case 16:
10133
 
+    { PC.local_isdst = (yyvsp[(1) - (1)].intval); }
10134
 
+    break;
10135
 
+
10136
 
+  case 17:
10137
 
 #line 255 "./getdate.y"
10138
 
-{ PC.local_isdst = yyvsp[-1].intval < 0 ? 1 : yyvsp[-1].intval + 1; ;
10139
 
-    break;}
10140
 
-case 17:
10141
 
+    { PC.local_isdst = (yyvsp[(1) - (2)].intval) < 0 ? 1 : (yyvsp[(1) - (2)].intval) + 1; }
10142
 
+    break;
10143
 
+
10144
 
+  case 18:
10145
 
 #line 260 "./getdate.y"
10146
 
-{ PC.time_zone = yyvsp[0].intval; ;
10147
 
-    break;}
10148
 
-case 18:
10149
 
+    { PC.time_zone = (yyvsp[(1) - (1)].intval); }
10150
 
+    break;
10151
 
+
10152
 
+  case 19:
10153
 
 #line 262 "./getdate.y"
10154
 
-{ PC.time_zone = yyvsp[0].intval + 60; ;
10155
 
-    break;}
10156
 
-case 19:
10157
 
+    { PC.time_zone = (yyvsp[(1) - (1)].intval) + 60; }
10158
 
+    break;
10159
 
+
10160
 
+  case 20:
10161
 
 #line 264 "./getdate.y"
10162
 
-{ PC.time_zone = yyvsp[-1].intval + 60; ;
10163
 
-    break;}
10164
 
-case 20:
10165
 
+    { PC.time_zone = (yyvsp[(1) - (2)].intval) + 60; }
10166
 
+    break;
10167
 
+
10168
 
+  case 21:
10169
 
 #line 269 "./getdate.y"
10170
 
-{
10171
 
+    {
10172
 
        PC.day_ordinal = 1;
10173
 
-       PC.day_number = yyvsp[0].intval;
10174
 
-      ;
10175
 
-    break;}
10176
 
-case 21:
10177
 
+       PC.day_number = (yyvsp[(1) - (1)].intval);
10178
 
+      }
10179
 
+    break;
10180
 
+
10181
 
+  case 22:
10182
 
 #line 274 "./getdate.y"
10183
 
-{
10184
 
+    {
10185
 
        PC.day_ordinal = 1;
10186
 
-       PC.day_number = yyvsp[-1].intval;
10187
 
-      ;
10188
 
-    break;}
10189
 
-case 22:
10190
 
+       PC.day_number = (yyvsp[(1) - (2)].intval);
10191
 
+      }
10192
 
+    break;
10193
 
+
10194
 
+  case 23:
10195
 
 #line 279 "./getdate.y"
10196
 
-{
10197
 
-       PC.day_ordinal = yyvsp[-1].textintval.value;
10198
 
-       PC.day_number = yyvsp[0].intval;
10199
 
-      ;
10200
 
-    break;}
10201
 
-case 23:
10202
 
+    {
10203
 
+       PC.day_ordinal = (yyvsp[(1) - (2)].textintval).value;
10204
 
+       PC.day_number = (yyvsp[(2) - (2)].intval);
10205
 
+      }
10206
 
+    break;
10207
 
+
10208
 
+  case 24:
10209
 
 #line 287 "./getdate.y"
10210
 
-{
10211
 
-       PC.month = yyvsp[-2].textintval.value;
10212
 
-       PC.day = yyvsp[0].textintval.value;
10213
 
-      ;
10214
 
-    break;}
10215
 
-case 24:
10216
 
+    {
10217
 
+       PC.month = (yyvsp[(1) - (3)].textintval).value;
10218
 
+       PC.day = (yyvsp[(3) - (3)].textintval).value;
10219
 
+      }
10220
 
+    break;
10221
 
+
10222
 
+  case 25:
10223
 
 #line 292 "./getdate.y"
10224
 
-{
10225
 
+    {
10226
 
        /* Interpret as YYYY/MM/DD if the first value has 4 or more digits,
10227
 
           otherwise as MM/DD/YY.
10228
 
           The goal in recognizing YYYY/MM/DD is solely to support legacy
10229
 
           machine-generated dates like those in an RCS log listing.  If
10230
 
           you want portability, use the ISO 8601 format.  */
10231
 
-       if (4 <= yyvsp[-4].textintval.digits)
10232
 
+       if (4 <= (yyvsp[(1) - (5)].textintval).digits)
10233
 
          {
10234
 
-           PC.year = yyvsp[-4].textintval;
10235
 
-           PC.month = yyvsp[-2].textintval.value;
10236
 
-           PC.day = yyvsp[0].textintval.value;
10237
 
+           PC.year = (yyvsp[(1) - (5)].textintval);
10238
 
+           PC.month = (yyvsp[(3) - (5)].textintval).value;
10239
 
+           PC.day = (yyvsp[(5) - (5)].textintval).value;
10240
 
          }
10241
 
        else
10242
 
          {
10243
 
-           PC.month = yyvsp[-4].textintval.value;
10244
 
-           PC.day = yyvsp[-2].textintval.value;
10245
 
-           PC.year = yyvsp[0].textintval;
10246
 
+           PC.month = (yyvsp[(1) - (5)].textintval).value;
10247
 
+           PC.day = (yyvsp[(3) - (5)].textintval).value;
10248
 
+           PC.year = (yyvsp[(5) - (5)].textintval);
10249
 
          }
10250
 
-      ;
10251
 
-    break;}
10252
 
-case 25:
10253
 
+      }
10254
 
+    break;
10255
 
+
10256
 
+  case 26:
10257
 
 #line 312 "./getdate.y"
10258
 
-{
10259
 
+    {
10260
 
        /* ISO 8601 format.  YYYY-MM-DD.  */
10261
 
-       PC.year = yyvsp[-2].textintval;
10262
 
-       PC.month = -yyvsp[-1].textintval.value;
10263
 
-       PC.day = -yyvsp[0].textintval.value;
10264
 
-      ;
10265
 
-    break;}
10266
 
-case 26:
10267
 
+       PC.year = (yyvsp[(1) - (3)].textintval);
10268
 
+       PC.month = -(yyvsp[(2) - (3)].textintval).value;
10269
 
+       PC.day = -(yyvsp[(3) - (3)].textintval).value;
10270
 
+      }
10271
 
+    break;
10272
 
+
10273
 
+  case 27:
10274
 
 #line 319 "./getdate.y"
10275
 
-{
10276
 
+    {
10277
 
        /* e.g. 17-JUN-1992.  */
10278
 
-       PC.day = yyvsp[-2].textintval.value;
10279
 
-       PC.month = yyvsp[-1].intval;
10280
 
-       PC.year.value = -yyvsp[0].textintval.value;
10281
 
-       PC.year.digits = yyvsp[0].textintval.digits;
10282
 
-      ;
10283
 
-    break;}
10284
 
-case 27:
10285
 
+       PC.day = (yyvsp[(1) - (3)].textintval).value;
10286
 
+       PC.month = (yyvsp[(2) - (3)].intval);
10287
 
+       PC.year.value = -(yyvsp[(3) - (3)].textintval).value;
10288
 
+       PC.year.digits = (yyvsp[(3) - (3)].textintval).digits;
10289
 
+      }
10290
 
+    break;
10291
 
+
10292
 
+  case 28:
10293
 
 #line 327 "./getdate.y"
10294
 
-{
10295
 
-       PC.month = yyvsp[-1].intval;
10296
 
-       PC.day = yyvsp[0].textintval.value;
10297
 
-      ;
10298
 
-    break;}
10299
 
-case 28:
10300
 
+    {
10301
 
+       PC.month = (yyvsp[(1) - (2)].intval);
10302
 
+       PC.day = (yyvsp[(2) - (2)].textintval).value;
10303
 
+      }
10304
 
+    break;
10305
 
+
10306
 
+  case 29:
10307
 
 #line 332 "./getdate.y"
10308
 
-{
10309
 
-       PC.month = yyvsp[-3].intval;
10310
 
-       PC.day = yyvsp[-2].textintval.value;
10311
 
-       PC.year = yyvsp[0].textintval;
10312
 
-      ;
10313
 
-    break;}
10314
 
-case 29:
10315
 
+    {
10316
 
+       PC.month = (yyvsp[(1) - (4)].intval);
10317
 
+       PC.day = (yyvsp[(2) - (4)].textintval).value;
10318
 
+       PC.year = (yyvsp[(4) - (4)].textintval);
10319
 
+      }
10320
 
+    break;
10321
 
+
10322
 
+  case 30:
10323
 
 #line 338 "./getdate.y"
10324
 
-{
10325
 
-       PC.day = yyvsp[-1].textintval.value;
10326
 
-       PC.month = yyvsp[0].intval;
10327
 
-      ;
10328
 
-    break;}
10329
 
-case 30:
10330
 
+    {
10331
 
+       PC.day = (yyvsp[(1) - (2)].textintval).value;
10332
 
+       PC.month = (yyvsp[(2) - (2)].intval);
10333
 
+      }
10334
 
+    break;
10335
 
+
10336
 
+  case 31:
10337
 
 #line 343 "./getdate.y"
10338
 
-{
10339
 
-       PC.day = yyvsp[-2].textintval.value;
10340
 
-       PC.month = yyvsp[-1].intval;
10341
 
-       PC.year = yyvsp[0].textintval;
10342
 
-      ;
10343
 
-    break;}
10344
 
-case 31:
10345
 
+    {
10346
 
+       PC.day = (yyvsp[(1) - (3)].textintval).value;
10347
 
+       PC.month = (yyvsp[(2) - (3)].intval);
10348
 
+       PC.year = (yyvsp[(3) - (3)].textintval);
10349
 
+      }
10350
 
+    break;
10351
 
+
10352
 
+  case 32:
10353
 
 #line 352 "./getdate.y"
10354
 
-{
10355
 
+    {
10356
 
        PC.rel_seconds = -PC.rel_seconds;
10357
 
        PC.rel_minutes = -PC.rel_minutes;
10358
 
        PC.rel_hour = -PC.rel_hour;
10359
 
        PC.rel_day = -PC.rel_day;
10360
 
        PC.rel_month = -PC.rel_month;
10361
 
        PC.rel_year = -PC.rel_year;
10362
 
-      ;
10363
 
-    break;}
10364
 
-case 33:
10365
 
+      }
10366
 
+    break;
10367
 
+
10368
 
+  case 34:
10369
 
 #line 365 "./getdate.y"
10370
 
-{ PC.rel_year += yyvsp[-1].textintval.value * yyvsp[0].intval; ;
10371
 
-    break;}
10372
 
-case 34:
10373
 
+    { PC.rel_year += (yyvsp[(1) - (2)].textintval).value * (yyvsp[(2) - (2)].intval); }
10374
 
+    break;
10375
 
+
10376
 
+  case 35:
10377
 
 #line 367 "./getdate.y"
10378
 
-{ PC.rel_year += yyvsp[-1].textintval.value * yyvsp[0].intval; ;
10379
 
-    break;}
10380
 
-case 35:
10381
 
+    { PC.rel_year += (yyvsp[(1) - (2)].textintval).value * (yyvsp[(2) - (2)].intval); }
10382
 
+    break;
10383
 
+
10384
 
+  case 36:
10385
 
 #line 369 "./getdate.y"
10386
 
-{ PC.rel_year += yyvsp[0].intval; ;
10387
 
-    break;}
10388
 
-case 36:
10389
 
+    { PC.rel_year += (yyvsp[(1) - (1)].intval); }
10390
 
+    break;
10391
 
+
10392
 
+  case 37:
10393
 
 #line 371 "./getdate.y"
10394
 
-{ PC.rel_month += yyvsp[-1].textintval.value * yyvsp[0].intval; ;
10395
 
-    break;}
10396
 
-case 37:
10397
 
+    { PC.rel_month += (yyvsp[(1) - (2)].textintval).value * (yyvsp[(2) - (2)].intval); }
10398
 
+    break;
10399
 
+
10400
 
+  case 38:
10401
 
 #line 373 "./getdate.y"
10402
 
-{ PC.rel_month += yyvsp[-1].textintval.value * yyvsp[0].intval; ;
10403
 
-    break;}
10404
 
-case 38:
10405
 
+    { PC.rel_month += (yyvsp[(1) - (2)].textintval).value * (yyvsp[(2) - (2)].intval); }
10406
 
+    break;
10407
 
+
10408
 
+  case 39:
10409
 
 #line 375 "./getdate.y"
10410
 
-{ PC.rel_month += yyvsp[0].intval; ;
10411
 
-    break;}
10412
 
-case 39:
10413
 
+    { PC.rel_month += (yyvsp[(1) - (1)].intval); }
10414
 
+    break;
10415
 
+
10416
 
+  case 40:
10417
 
 #line 377 "./getdate.y"
10418
 
-{ PC.rel_day += yyvsp[-1].textintval.value * yyvsp[0].intval; ;
10419
 
-    break;}
10420
 
-case 40:
10421
 
+    { PC.rel_day += (yyvsp[(1) - (2)].textintval).value * (yyvsp[(2) - (2)].intval); }
10422
 
+    break;
10423
 
+
10424
 
+  case 41:
10425
 
 #line 379 "./getdate.y"
10426
 
-{ PC.rel_day += yyvsp[-1].textintval.value * yyvsp[0].intval; ;
10427
 
-    break;}
10428
 
-case 41:
10429
 
+    { PC.rel_day += (yyvsp[(1) - (2)].textintval).value * (yyvsp[(2) - (2)].intval); }
10430
 
+    break;
10431
 
+
10432
 
+  case 42:
10433
 
 #line 381 "./getdate.y"
10434
 
-{ PC.rel_day += yyvsp[0].intval ;
10435
 
-    break;}
10436
 
-case 42:
10437
 
+    { PC.rel_day += (yyvsp[(1) - (1)].intval); }
10438
 
+    break;
10439
 
+
10440
 
+  case 43:
10441
 
 #line 383 "./getdate.y"
10442
 
-{ PC.rel_hour += yyvsp[-1].textintval.value * yyvsp[0].intval; ;
10443
 
-    break;}
10444
 
-case 43:
10445
 
+    { PC.rel_hour += (yyvsp[(1) - (2)].textintval).value * (yyvsp[(2) - (2)].intval); }
10446
 
+    break;
10447
 
+
10448
 
+  case 44:
10449
 
 #line 385 "./getdate.y"
10450
 
-{ PC.rel_hour += yyvsp[-1].textintval.value * yyvsp[0].intval; ;
10451
 
-    break;}
10452
 
-case 44:
10453
 
+    { PC.rel_hour += (yyvsp[(1) - (2)].textintval).value * (yyvsp[(2) - (2)].intval); }
10454
 
+    break;
10455
 
+
10456
 
+  case 45:
10457
 
 #line 387 "./getdate.y"
10458
 
-{ PC.rel_hour += yyvsp[0].intval ;
10459
 
-    break;}
10460
 
-case 45:
10461
 
+    { PC.rel_hour += (yyvsp[(1) - (1)].intval); }
10462
 
+    break;
10463
 
+
10464
 
+  case 46:
10465
 
 #line 389 "./getdate.y"
10466
 
-{ PC.rel_minutes += yyvsp[-1].textintval.value * yyvsp[0].intval; ;
10467
 
-    break;}
10468
 
-case 46:
10469
 
+    { PC.rel_minutes += (yyvsp[(1) - (2)].textintval).value * (yyvsp[(2) - (2)].intval); }
10470
 
+    break;
10471
 
+
10472
 
+  case 47:
10473
 
 #line 391 "./getdate.y"
10474
 
-{ PC.rel_minutes += yyvsp[-1].textintval.value * yyvsp[0].intval; ;
10475
 
-    break;}
10476
 
-case 47:
10477
 
+    { PC.rel_minutes += (yyvsp[(1) - (2)].textintval).value * (yyvsp[(2) - (2)].intval); }
10478
 
+    break;
10479
 
+
10480
 
+  case 48:
10481
 
 #line 393 "./getdate.y"
10482
 
-{ PC.rel_minutes += yyvsp[0].intval ;
10483
 
-    break;}
10484
 
-case 48:
10485
 
+    { PC.rel_minutes += (yyvsp[(1) - (1)].intval); }
10486
 
+    break;
10487
 
+
10488
 
+  case 49:
10489
 
 #line 395 "./getdate.y"
10490
 
-{ PC.rel_seconds += yyvsp[-1].textintval.value * yyvsp[0].intval; ;
10491
 
-    break;}
10492
 
-case 49:
10493
 
+    { PC.rel_seconds += (yyvsp[(1) - (2)].textintval).value * (yyvsp[(2) - (2)].intval); }
10494
 
+    break;
10495
 
+
10496
 
+  case 50:
10497
 
 #line 397 "./getdate.y"
10498
 
-{ PC.rel_seconds += yyvsp[-1].textintval.value * yyvsp[0].intval; ;
10499
 
-    break;}
10500
 
-case 50:
10501
 
+    { PC.rel_seconds += (yyvsp[(1) - (2)].textintval).value * (yyvsp[(2) - (2)].intval); }
10502
 
+    break;
10503
 
+
10504
 
+  case 51:
10505
 
 #line 399 "./getdate.y"
10506
 
-{ PC.rel_seconds += yyvsp[0].intval; ;
10507
 
-    break;}
10508
 
-case 51:
10509
 
+    { PC.rel_seconds += (yyvsp[(1) - (1)].intval); }
10510
 
+    break;
10511
 
+
10512
 
+  case 52:
10513
 
 #line 404 "./getdate.y"
10514
 
-{
10515
 
+    {
10516
 
        if (PC.dates_seen
10517
 
-           && ! PC.rels_seen && (PC.times_seen || 2 < yyvsp[0].textintval.digits))
10518
 
-         PC.year = yyvsp[0].textintval;
10519
 
+           && ! PC.rels_seen && (PC.times_seen || 2 < (yyvsp[(1) - (1)].textintval).digits))
10520
 
+         PC.year = (yyvsp[(1) - (1)].textintval);
10521
 
        else
10522
 
          {
10523
 
-           if (4 < yyvsp[0].textintval.digits)
10524
 
+           if (4 < (yyvsp[(1) - (1)].textintval).digits)
10525
 
              {
10526
 
                PC.dates_seen++;
10527
 
-               PC.day = yyvsp[0].textintval.value % 100;
10528
 
-               PC.month = (yyvsp[0].textintval.value / 100) % 100;
10529
 
-               PC.year.value = yyvsp[0].textintval.value / 10000;
10530
 
-               PC.year.digits = yyvsp[0].textintval.digits - 4;
10531
 
+               PC.day = (yyvsp[(1) - (1)].textintval).value % 100;
10532
 
+               PC.month = ((yyvsp[(1) - (1)].textintval).value / 100) % 100;
10533
 
+               PC.year.value = (yyvsp[(1) - (1)].textintval).value / 10000;
10534
 
+               PC.year.digits = (yyvsp[(1) - (1)].textintval).digits - 4;
10535
 
              }
10536
 
            else
10537
 
              {
10538
 
                PC.times_seen++;
10539
 
-               if (yyvsp[0].textintval.digits <= 2)
10540
 
+               if ((yyvsp[(1) - (1)].textintval).digits <= 2)
10541
 
                  {
10542
 
-                   PC.hour = yyvsp[0].textintval.value;
10543
 
+                   PC.hour = (yyvsp[(1) - (1)].textintval).value;
10544
 
                    PC.minutes = 0;
10545
 
                  }
10546
 
                else
10547
 
                  {
10548
 
-                   PC.hour = yyvsp[0].textintval.value / 100;
10549
 
-                   PC.minutes = yyvsp[0].textintval.value % 100;
10550
 
+                   PC.hour = (yyvsp[(1) - (1)].textintval).value / 100;
10551
 
+                   PC.minutes = (yyvsp[(1) - (1)].textintval).value % 100;
10552
 
                  }
10553
 
                PC.seconds = 0;
10554
 
                PC.meridian = MER24;
10555
 
              }
10556
 
          }
10557
 
-      ;
10558
 
-    break;}
10559
 
-case 52:
10560
 
+      }
10561
 
+    break;
10562
 
+
10563
 
+  case 53:
10564
 
 #line 440 "./getdate.y"
10565
 
-{ yyval.intval = MER24; ;
10566
 
-    break;}
10567
 
-case 53:
10568
 
-#line 442 "./getdate.y"
10569
 
-{ yyval.intval = yyvsp[0].intval; ;
10570
 
-    break;}
10571
 
-}
10572
 
+    { (yyval.intval) = MER24; }
10573
 
+    break;
10574
 
 
10575
 
-#line 706 "/usr/share/bison/bison.simple"
10576
 
+  case 54:
10577
 
+#line 442 "./getdate.y"
10578
 
+    { (yyval.intval) = (yyvsp[(1) - (1)].intval); }
10579
 
+    break;
10580
 
 
10581
 
-
10582
 
-  yyvsp -= yylen;
10583
 
-  yyssp -= yylen;
10584
 
-#if YYLSP_NEEDED
10585
 
-  yylsp -= yylen;
10586
 
-#endif
10587
 
 
10588
 
-#if YYDEBUG
10589
 
-  if (yydebug)
10590
 
-    {
10591
 
-      short *yyssp1 = yyss - 1;
10592
 
-      YYFPRINTF (stderr, "state stack now");
10593
 
-      while (yyssp1 != yyssp)
10594
 
-       YYFPRINTF (stderr, " %d", *++yyssp1);
10595
 
-      YYFPRINTF (stderr, "\n");
10596
 
+/* Line 1267 of yacc.c.  */
10597
 
+#line 1933 "getdate.c"
10598
 
+      default: break;
10599
 
     }
10600
 
-#endif
10601
 
+  YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc);
10602
 
+
10603
 
+  YYPOPSTACK (yylen);
10604
 
+  yylen = 0;
10605
 
+  YY_STACK_PRINT (yyss, yyssp);
10606
 
 
10607
 
   *++yyvsp = yyval;
10608
 
-#if YYLSP_NEEDED
10609
 
-  *++yylsp = yyloc;
10610
 
-#endif
10611
 
+
10612
 
 
10613
 
   /* Now `shift' the result of the reduction.  Determine what state
10614
 
      that goes to, based on the state we popped back to and the rule
10615
 
@@ -1442,11 +1947,11 @@ case 53:
10616
 
 
10617
 
   yyn = yyr1[yyn];
10618
 
 
10619
 
-  yystate = yypgoto[yyn - YYNTBASE] + *yyssp;
10620
 
-  if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp)
10621
 
+  yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
10622
 
+  if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
10623
 
     yystate = yytable[yystate];
10624
 
   else
10625
 
-    yystate = yydefgoto[yyn - YYNTBASE];
10626
 
+    yystate = yydefgoto[yyn - YYNTOKENS];
10627
 
 
10628
 
   goto yynewstate;
10629
 
 
10630
 
@@ -1459,155 +1964,129 @@ yyerrlab:
10631
 
   if (!yyerrstatus)
10632
 
     {
10633
 
       ++yynerrs;
10634
 
-
10635
 
-#ifdef YYERROR_VERBOSE
10636
 
-      yyn = yypact[yystate];
10637
 
-
10638
 
-      if (yyn > YYFLAG && yyn < YYLAST)
10639
 
-       {
10640
 
-         YYSIZE_T yysize = 0;
10641
 
-         char *yymsg;
10642
 
-         int yyx, yycount;
10643
 
-
10644
 
-         yycount = 0;
10645
 
-         /* Start YYX at -YYN if negative to avoid negative indexes in
10646
 
-            YYCHECK.  */
10647
 
-         for (yyx = yyn < 0 ? -yyn : 0;
10648
 
-              yyx < (int) (sizeof (yytname) / sizeof (char *)); yyx++)
10649
 
-           if (yycheck[yyx + yyn] == yyx)
10650
 
-             yysize += yystrlen (yytname[yyx]) + 15, yycount++;
10651
 
-         yysize += yystrlen ("parse error, unexpected ") + 1;
10652
 
-         yysize += yystrlen (yytname[YYTRANSLATE (yychar)]);
10653
 
-         yymsg = (char *) YYSTACK_ALLOC (yysize);
10654
 
-         if (yymsg != 0)
10655
 
-           {
10656
 
-             char *yyp = yystpcpy (yymsg, "parse error, unexpected ");
10657
 
-             yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)]);
10658
 
-
10659
 
-             if (yycount < 5)
10660
 
-               {
10661
 
-                 yycount = 0;
10662
 
-                 for (yyx = yyn < 0 ? -yyn : 0;
10663
 
-                      yyx < (int) (sizeof (yytname) / sizeof (char *));
10664
 
-                      yyx++)
10665
 
-                   if (yycheck[yyx + yyn] == yyx)
10666
 
-                     {
10667
 
-                       const char *yyq = ! yycount ? ", expecting " : " or ";
10668
 
-                       yyp = yystpcpy (yyp, yyq);
10669
 
-                       yyp = yystpcpy (yyp, yytname[yyx]);
10670
 
-                       yycount++;
10671
 
-                     }
10672
 
-               }
10673
 
-             yyerror (yymsg);
10674
 
+#if ! YYERROR_VERBOSE
10675
 
+      yyerror (YY_("syntax error"));
10676
 
+#else
10677
 
+      {
10678
 
+       YYSIZE_T yysize = yysyntax_error (0, yystate, yychar);
10679
 
+       if (yymsg_alloc < yysize && yymsg_alloc < YYSTACK_ALLOC_MAXIMUM)
10680
 
+         {
10681
 
+           YYSIZE_T yyalloc = 2 * yysize;
10682
 
+           if (! (yysize <= yyalloc && yyalloc <= YYSTACK_ALLOC_MAXIMUM))
10683
 
+             yyalloc = YYSTACK_ALLOC_MAXIMUM;
10684
 
+           if (yymsg != yymsgbuf)
10685
 
              YYSTACK_FREE (yymsg);
10686
 
-           }
10687
 
-         else
10688
 
-           yyerror ("parse error; also virtual memory exhausted");
10689
 
-       }
10690
 
-      else
10691
 
-#endif /* defined (YYERROR_VERBOSE) */
10692
 
-       yyerror ("parse error");
10693
 
+           yymsg = (char *) YYSTACK_ALLOC (yyalloc);
10694
 
+           if (yymsg)
10695
 
+             yymsg_alloc = yyalloc;
10696
 
+           else
10697
 
+             {
10698
 
+               yymsg = yymsgbuf;
10699
 
+               yymsg_alloc = sizeof yymsgbuf;
10700
 
+             }
10701
 
+         }
10702
 
+
10703
 
+       if (0 < yysize && yysize <= yymsg_alloc)
10704
 
+         {
10705
 
+           (void) yysyntax_error (yymsg, yystate, yychar);
10706
 
+           yyerror (yymsg);
10707
 
+         }
10708
 
+       else
10709
 
+         {
10710
 
+           yyerror (YY_("syntax error"));
10711
 
+           if (yysize != 0)
10712
 
+             goto yyexhaustedlab;
10713
 
+         }
10714
 
+      }
10715
 
+#endif
10716
 
     }
10717
 
-  goto yyerrlab1;
10718
 
 
10719
 
 
10720
 
-/*--------------------------------------------------.
10721
 
-| yyerrlab1 -- error raised explicitly by an action |
10722
 
-`--------------------------------------------------*/
10723
 
-yyerrlab1:
10724
 
+
10725
 
   if (yyerrstatus == 3)
10726
 
     {
10727
 
-      /* If just tried and failed to reuse lookahead token after an
10728
 
+      /* If just tried and failed to reuse look-ahead token after an
10729
 
         error, discard it.  */
10730
 
 
10731
 
-      /* return failure if at end of input */
10732
 
-      if (yychar == YYEOF)
10733
 
-       YYABORT;
10734
 
-      YYDPRINTF ((stderr, "Discarding token %d (%s).\n",
10735
 
-                 yychar, yytname[yychar1]));
10736
 
-      yychar = YYEMPTY;
10737
 
+      if (yychar <= YYEOF)
10738
 
+       {
10739
 
+         /* Return failure if at end of input.  */
10740
 
+         if (yychar == YYEOF)
10741
 
+           YYABORT;
10742
 
+       }
10743
 
+      else
10744
 
+       {
10745
 
+         yydestruct ("Error: discarding",
10746
 
+                     yytoken, &yylval);
10747
 
+         yychar = YYEMPTY;
10748
 
+       }
10749
 
     }
10750
 
 
10751
 
-  /* Else will try to reuse lookahead token after shifting the error
10752
 
+  /* Else will try to reuse look-ahead token after shifting the error
10753
 
      token.  */
10754
 
+  goto yyerrlab1;
10755
 
 
10756
 
-  yyerrstatus = 3;             /* Each real token shifted decrements this */
10757
 
-
10758
 
-  goto yyerrhandle;
10759
 
-
10760
 
-
10761
 
-/*-------------------------------------------------------------------.
10762
 
-| yyerrdefault -- current state does not do anything special for the |
10763
 
-| error token.                                                       |
10764
 
-`-------------------------------------------------------------------*/
10765
 
-yyerrdefault:
10766
 
-#if 0
10767
 
-  /* This is wrong; only states that explicitly want error tokens
10768
 
-     should shift them.  */
10769
 
 
10770
 
-  /* If its default is to accept any token, ok.  Otherwise pop it.  */
10771
 
-  yyn = yydefact[yystate];
10772
 
-  if (yyn)
10773
 
-    goto yydefault;
10774
 
-#endif
10775
 
+/*---------------------------------------------------.
10776
 
+| yyerrorlab -- error raised explicitly by YYERROR.  |
10777
 
+`---------------------------------------------------*/
10778
 
+yyerrorlab:
10779
 
+
10780
 
+  /* Pacify compilers like GCC when the user code never invokes
10781
 
+     YYERROR and the label yyerrorlab therefore never appears in user
10782
 
+     code.  */
10783
 
+  if (/*CONSTCOND*/ 0)
10784
 
+     goto yyerrorlab;
10785
 
+
10786
 
+  /* Do not reclaim the symbols of the rule which action triggered
10787
 
+     this YYERROR.  */
10788
 
+  YYPOPSTACK (yylen);
10789
 
+  yylen = 0;
10790
 
+  YY_STACK_PRINT (yyss, yyssp);
10791
 
+  yystate = *yyssp;
10792
 
+  goto yyerrlab1;
10793
 
 
10794
 
 
10795
 
-/*---------------------------------------------------------------.
10796
 
-| yyerrpop -- pop the current state because it cannot handle the |
10797
 
-| error token                                                    |
10798
 
-`---------------------------------------------------------------*/
10799
 
-yyerrpop:
10800
 
-  if (yyssp == yyss)
10801
 
-    YYABORT;
10802
 
-  yyvsp--;
10803
 
-  yystate = *--yyssp;
10804
 
-#if YYLSP_NEEDED
10805
 
-  yylsp--;
10806
 
-#endif
10807
 
+/*-------------------------------------------------------------.
10808
 
+| yyerrlab1 -- common code for both syntax error and YYERROR.  |
10809
 
+`-------------------------------------------------------------*/
10810
 
+yyerrlab1:
10811
 
+  yyerrstatus = 3;     /* Each real token shifted decrements this.  */
10812
 
 
10813
 
-#if YYDEBUG
10814
 
-  if (yydebug)
10815
 
+  for (;;)
10816
 
     {
10817
 
-      short *yyssp1 = yyss - 1;
10818
 
-      YYFPRINTF (stderr, "Error: state stack now");
10819
 
-      while (yyssp1 != yyssp)
10820
 
-       YYFPRINTF (stderr, " %d", *++yyssp1);
10821
 
-      YYFPRINTF (stderr, "\n");
10822
 
-    }
10823
 
-#endif
10824
 
+      yyn = yypact[yystate];
10825
 
+      if (yyn != YYPACT_NINF)
10826
 
+       {
10827
 
+         yyn += YYTERROR;
10828
 
+         if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR)
10829
 
+           {
10830
 
+             yyn = yytable[yyn];
10831
 
+             if (0 < yyn)
10832
 
+               break;
10833
 
+           }
10834
 
+       }
10835
 
 
10836
 
-/*--------------.
10837
 
-| yyerrhandle.  |
10838
 
-`--------------*/
10839
 
-yyerrhandle:
10840
 
-  yyn = yypact[yystate];
10841
 
-  if (yyn == YYFLAG)
10842
 
-    goto yyerrdefault;
10843
 
+      /* Pop the current state because it cannot handle the error token.  */
10844
 
+      if (yyssp == yyss)
10845
 
+       YYABORT;
10846
 
 
10847
 
-  yyn += YYTERROR;
10848
 
-  if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != YYTERROR)
10849
 
-    goto yyerrdefault;
10850
 
 
10851
 
-  yyn = yytable[yyn];
10852
 
-  if (yyn < 0)
10853
 
-    {
10854
 
-      if (yyn == YYFLAG)
10855
 
-       goto yyerrpop;
10856
 
-      yyn = -yyn;
10857
 
-      goto yyreduce;
10858
 
+      yydestruct ("Error: popping",
10859
 
+                 yystos[yystate], yyvsp);
10860
 
+      YYPOPSTACK (1);
10861
 
+      yystate = *yyssp;
10862
 
+      YY_STACK_PRINT (yyss, yyssp);
10863
 
     }
10864
 
-  else if (yyn == 0)
10865
 
-    goto yyerrpop;
10866
 
 
10867
 
   if (yyn == YYFINAL)
10868
 
     YYACCEPT;
10869
 
 
10870
 
-  YYDPRINTF ((stderr, "Shifting error token, "));
10871
 
-
10872
 
   *++yyvsp = yylval;
10873
 
-#if YYLSP_NEEDED
10874
 
-  *++yylsp = yylloc;
10875
 
-#endif
10876
 
+
10877
 
+
10878
 
+  /* Shift the error token.  */
10879
 
+  YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp);
10880
 
 
10881
 
   yystate = yyn;
10882
 
   goto yynewstate;
10883
 
@@ -1627,21 +2106,43 @@ yyabortlab:
10884
 
   yyresult = 1;
10885
 
   goto yyreturn;
10886
 
 
10887
 
-/*---------------------------------------------.
10888
 
-| yyoverflowab -- parser overflow comes here.  |
10889
 
-`---------------------------------------------*/
10890
 
-yyoverflowlab:
10891
 
-  yyerror ("parser stack overflow");
10892
 
+#ifndef yyoverflow
10893
 
+/*-------------------------------------------------.
10894
 
+| yyexhaustedlab -- memory exhaustion comes here.  |
10895
 
+`-------------------------------------------------*/
10896
 
+yyexhaustedlab:
10897
 
+  yyerror (YY_("memory exhausted"));
10898
 
   yyresult = 2;
10899
 
   /* Fall through.  */
10900
 
+#endif
10901
 
 
10902
 
 yyreturn:
10903
 
+  if (yychar != YYEOF && yychar != YYEMPTY)
10904
 
+     yydestruct ("Cleanup: discarding lookahead",
10905
 
+                yytoken, &yylval);
10906
 
+  /* Do not reclaim the symbols of the rule which action triggered
10907
 
+     this YYABORT or YYACCEPT.  */
10908
 
+  YYPOPSTACK (yylen);
10909
 
+  YY_STACK_PRINT (yyss, yyssp);
10910
 
+  while (yyssp != yyss)
10911
 
+    {
10912
 
+      yydestruct ("Cleanup: popping",
10913
 
+                 yystos[*yyssp], yyvsp);
10914
 
+      YYPOPSTACK (1);
10915
 
+    }
10916
 
 #ifndef yyoverflow
10917
 
   if (yyss != yyssa)
10918
 
     YYSTACK_FREE (yyss);
10919
 
 #endif
10920
 
-  return yyresult;
10921
 
+#if YYERROR_VERBOSE
10922
 
+  if (yymsg != yymsgbuf)
10923
 
+    YYSTACK_FREE (yymsg);
10924
 
+#endif
10925
 
+  /* Make sure YYID is used.  */
10926
 
+  return YYID (yyresult);
10927
 
 }
10928
 
+
10929
 
+
10930
 
 #line 445 "./getdate.y"
10931
 
 
10932
 
 
10933
 
@@ -2312,3 +2813,4 @@ main (int ac, char **av)
10934
 
   return 0;
10935
 
 }
10936
 
 #endif /* defined TEST */
10937
 
+
10938
 
--- gnats-4.1.0.orig/gnats/configure
10939
 
+++ gnats-4.1.0/gnats/configure
10940
 
@@ -1,83 +1,418 @@
10941
 
 #! /bin/sh
10942
 
 # Guess values for system-dependent variables and create Makefiles.
10943
 
-# Generated by GNU Autoconf 2.59 for gnats 4.1.0.
10944
 
+# Generated by GNU Autoconf 2.65 for gnats 4.1.0.
10945
 
 #
10946
 
 # Report bugs to <bug-gnats@gnu.org>.
10947
 
 #
10948
 
-# Copyright (C) 2003 Free Software Foundation, Inc.
10949
 
+#
10950
 
+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
10951
 
+# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
10952
 
+# Inc.
10953
 
+#
10954
 
+#
10955
 
 # This configure script is free software; the Free Software Foundation
10956
 
 # gives unlimited permission to copy, distribute and modify it.
10957
 
-## --------------------- ##
10958
 
-## M4sh Initialization.  ##
10959
 
-## --------------------- ##
10960
 
+## -------------------- ##
10961
 
+## M4sh Initialization. ##
10962
 
+## -------------------- ##
10963
 
 
10964
 
-# Be Bourne compatible
10965
 
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
10966
 
+# Be more Bourne compatible
10967
 
+DUALCASE=1; export DUALCASE # for MKS sh
10968
 
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
10969
 
   emulate sh
10970
 
   NULLCMD=:
10971
 
-  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
10972
 
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
10973
 
   # is contrary to our usage.  Disable this feature.
10974
 
   alias -g '${1+"$@"}'='"$@"'
10975
 
-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
10976
 
-  set -o posix
10977
 
+  setopt NO_GLOB_SUBST
10978
 
+else
10979
 
+  case `(set -o) 2>/dev/null` in #(
10980
 
+  *posix*) :
10981
 
+    set -o posix ;; #(
10982
 
+  *) :
10983
 
+     ;;
10984
 
+esac
10985
 
 fi
10986
 
-DUALCASE=1; export DUALCASE # for MKS sh
10987
 
 
10988
 
-# Support unset when possible.
10989
 
-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
10990
 
-  as_unset=unset
10991
 
-else
10992
 
-  as_unset=false
10993
 
+
10994
 
+as_nl='
10995
 
+'
10996
 
+export as_nl
10997
 
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
10998
 
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
10999
 
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11000
 
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11001
 
+# Prefer a ksh shell builtin over an external printf program on Solaris,
11002
 
+# but without wasting forks for bash or zsh.
11003
 
+if test -z "$BASH_VERSION$ZSH_VERSION" \
11004
 
+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11005
 
+  as_echo='print -r --'
11006
 
+  as_echo_n='print -rn --'
11007
 
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11008
 
+  as_echo='printf %s\n'
11009
 
+  as_echo_n='printf %s'
11010
 
+else
11011
 
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11012
 
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11013
 
+    as_echo_n='/usr/ucb/echo -n'
11014
 
+  else
11015
 
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11016
 
+    as_echo_n_body='eval
11017
 
+      arg=$1;
11018
 
+      case $arg in #(
11019
 
+      *"$as_nl"*)
11020
 
+       expr "X$arg" : "X\\(.*\\)$as_nl";
11021
 
+       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11022
 
+      esac;
11023
 
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11024
 
+    '
11025
 
+    export as_echo_n_body
11026
 
+    as_echo_n='sh -c $as_echo_n_body as_echo'
11027
 
+  fi
11028
 
+  export as_echo_body
11029
 
+  as_echo='sh -c $as_echo_body as_echo'
11030
 
+fi
11031
 
+
11032
 
+# The user is always right.
11033
 
+if test "${PATH_SEPARATOR+set}" != set; then
11034
 
+  PATH_SEPARATOR=:
11035
 
+  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11036
 
+    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11037
 
+      PATH_SEPARATOR=';'
11038
 
+  }
11039
 
 fi
11040
 
 
11041
 
 
11042
 
-# Work around bugs in pre-3.0 UWIN ksh.
11043
 
-$as_unset ENV MAIL MAILPATH
11044
 
+# IFS
11045
 
+# We need space, tab and new line, in precisely that order.  Quoting is
11046
 
+# there to prevent editors from complaining about space-tab.
11047
 
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11048
 
+# splitting by setting IFS to empty value.)
11049
 
+IFS=" ""       $as_nl"
11050
 
+
11051
 
+# Find who we are.  Look in the path if we contain no directory separator.
11052
 
+case $0 in #((
11053
 
+  *[\\/]* ) as_myself=$0 ;;
11054
 
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11055
 
+for as_dir in $PATH
11056
 
+do
11057
 
+  IFS=$as_save_IFS
11058
 
+  test -z "$as_dir" && as_dir=.
11059
 
+    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11060
 
+  done
11061
 
+IFS=$as_save_IFS
11062
 
+
11063
 
+     ;;
11064
 
+esac
11065
 
+# We did not find ourselves, most probably we were run as `sh COMMAND'
11066
 
+# in which case we are not to be found in the path.
11067
 
+if test "x$as_myself" = x; then
11068
 
+  as_myself=$0
11069
 
+fi
11070
 
+if test ! -f "$as_myself"; then
11071
 
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11072
 
+  exit 1
11073
 
+fi
11074
 
+
11075
 
+# Unset variables that we do not need and which cause bugs (e.g. in
11076
 
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
11077
 
+# suppresses any "Segmentation fault" message there.  '((' could
11078
 
+# trigger a bug in pdksh 5.2.14.
11079
 
+for as_var in BASH_ENV ENV MAIL MAILPATH
11080
 
+do eval test x\${$as_var+set} = xset \
11081
 
+  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11082
 
+done
11083
 
 PS1='$ '
11084
 
 PS2='> '
11085
 
 PS4='+ '
11086
 
 
11087
 
 # NLS nuisances.
11088
 
-for as_var in \
11089
 
-  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
11090
 
-  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
11091
 
-  LC_TELEPHONE LC_TIME
11092
 
+LC_ALL=C
11093
 
+export LC_ALL
11094
 
+LANGUAGE=C
11095
 
+export LANGUAGE
11096
 
+
11097
 
+# CDPATH.
11098
 
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11099
 
+
11100
 
+if test "x$CONFIG_SHELL" = x; then
11101
 
+  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
11102
 
+  emulate sh
11103
 
+  NULLCMD=:
11104
 
+  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
11105
 
+  # is contrary to our usage.  Disable this feature.
11106
 
+  alias -g '\${1+\"\$@\"}'='\"\$@\"'
11107
 
+  setopt NO_GLOB_SUBST
11108
 
+else
11109
 
+  case \`(set -o) 2>/dev/null\` in #(
11110
 
+  *posix*) :
11111
 
+    set -o posix ;; #(
11112
 
+  *) :
11113
 
+     ;;
11114
 
+esac
11115
 
+fi
11116
 
+"
11117
 
+  as_required="as_fn_return () { (exit \$1); }
11118
 
+as_fn_success () { as_fn_return 0; }
11119
 
+as_fn_failure () { as_fn_return 1; }
11120
 
+as_fn_ret_success () { return 0; }
11121
 
+as_fn_ret_failure () { return 1; }
11122
 
+
11123
 
+exitcode=0
11124
 
+as_fn_success || { exitcode=1; echo as_fn_success failed.; }
11125
 
+as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
11126
 
+as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
11127
 
+as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
11128
 
+if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
11129
 
+
11130
 
+else
11131
 
+  exitcode=1; echo positional parameters were not saved.
11132
 
+fi
11133
 
+test x\$exitcode = x0 || exit 1"
11134
 
+  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
11135
 
+  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
11136
 
+  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
11137
 
+  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
11138
 
+test \$(( 1 + 1 )) = 2 || exit 1"
11139
 
+  if (eval "$as_required") 2>/dev/null; then :
11140
 
+  as_have_required=yes
11141
 
+else
11142
 
+  as_have_required=no
11143
 
+fi
11144
 
+  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
11145
 
+
11146
 
+else
11147
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11148
 
+as_found=false
11149
 
+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
11150
 
 do
11151
 
-  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
11152
 
-    eval $as_var=C; export $as_var
11153
 
+  IFS=$as_save_IFS
11154
 
+  test -z "$as_dir" && as_dir=.
11155
 
+  as_found=:
11156
 
+  case $as_dir in #(
11157
 
+        /*)
11158
 
+          for as_base in sh bash ksh sh5; do
11159
 
+            # Try only shells that exist, to save several forks.
11160
 
+            as_shell=$as_dir/$as_base
11161
 
+            if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
11162
 
+                   { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
11163
 
+  CONFIG_SHELL=$as_shell as_have_required=yes
11164
 
+                  if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
11165
 
+  break 2
11166
 
+fi
11167
 
+fi
11168
 
+          done;;
11169
 
+       esac
11170
 
+  as_found=false
11171
 
+done
11172
 
+$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
11173
 
+             { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
11174
 
+  CONFIG_SHELL=$SHELL as_have_required=yes
11175
 
+fi; }
11176
 
+IFS=$as_save_IFS
11177
 
+
11178
 
+
11179
 
+      if test "x$CONFIG_SHELL" != x; then :
11180
 
+  # We cannot yet assume a decent shell, so we have to provide a
11181
 
+       # neutralization value for shells without unset; and this also
11182
 
+       # works around shells that cannot unset nonexistent variables.
11183
 
+       BASH_ENV=/dev/null
11184
 
+       ENV=/dev/null
11185
 
+       (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
11186
 
+       export CONFIG_SHELL
11187
 
+       exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
11188
 
+fi
11189
 
+
11190
 
+    if test x$as_have_required = xno; then :
11191
 
+  $as_echo "$0: This script requires a shell more modern than all"
11192
 
+  $as_echo "$0: the shells that I found on your system."
11193
 
+  if test x${ZSH_VERSION+set} = xset ; then
11194
 
+    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
11195
 
+    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
11196
 
   else
11197
 
-    $as_unset $as_var
11198
 
+    $as_echo "$0: Please tell bug-autoconf@gnu.org and bug-gnats@gnu.org
11199
 
+$0: about your system, including any error possibly output
11200
 
+$0: before this message. Then install a modern shell, or
11201
 
+$0: manually run the script under such a shell if you do
11202
 
+$0: have one."
11203
 
   fi
11204
 
-done
11205
 
+  exit 1
11206
 
+fi
11207
 
+fi
11208
 
+fi
11209
 
+SHELL=${CONFIG_SHELL-/bin/sh}
11210
 
+export SHELL
11211
 
+# Unset more variables known to interfere with behavior of common tools.
11212
 
+CLICOLOR_FORCE= GREP_OPTIONS=
11213
 
+unset CLICOLOR_FORCE GREP_OPTIONS
11214
 
+
11215
 
+## --------------------- ##
11216
 
+## M4sh Shell Functions. ##
11217
 
+## --------------------- ##
11218
 
+# as_fn_unset VAR
11219
 
+# ---------------
11220
 
+# Portably unset VAR.
11221
 
+as_fn_unset ()
11222
 
+{
11223
 
+  { eval $1=; unset $1;}
11224
 
+}
11225
 
+as_unset=as_fn_unset
11226
 
+
11227
 
+# as_fn_set_status STATUS
11228
 
+# -----------------------
11229
 
+# Set $? to STATUS, without forking.
11230
 
+as_fn_set_status ()
11231
 
+{
11232
 
+  return $1
11233
 
+} # as_fn_set_status
11234
 
+
11235
 
+# as_fn_exit STATUS
11236
 
+# -----------------
11237
 
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11238
 
+as_fn_exit ()
11239
 
+{
11240
 
+  set +e
11241
 
+  as_fn_set_status $1
11242
 
+  exit $1
11243
 
+} # as_fn_exit
11244
 
+
11245
 
+# as_fn_mkdir_p
11246
 
+# -------------
11247
 
+# Create "$as_dir" as a directory, including parents if necessary.
11248
 
+as_fn_mkdir_p ()
11249
 
+{
11250
 
+
11251
 
+  case $as_dir in #(
11252
 
+  -*) as_dir=./$as_dir;;
11253
 
+  esac
11254
 
+  test -d "$as_dir" || eval $as_mkdir_p || {
11255
 
+    as_dirs=
11256
 
+    while :; do
11257
 
+      case $as_dir in #(
11258
 
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11259
 
+      *) as_qdir=$as_dir;;
11260
 
+      esac
11261
 
+      as_dirs="'$as_qdir' $as_dirs"
11262
 
+      as_dir=`$as_dirname -- "$as_dir" ||
11263
 
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11264
 
+        X"$as_dir" : 'X\(//\)[^/]' \| \
11265
 
+        X"$as_dir" : 'X\(//\)$' \| \
11266
 
+        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11267
 
+$as_echo X"$as_dir" |
11268
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11269
 
+           s//\1/
11270
 
+           q
11271
 
+         }
11272
 
+         /^X\(\/\/\)[^/].*/{
11273
 
+           s//\1/
11274
 
+           q
11275
 
+         }
11276
 
+         /^X\(\/\/\)$/{
11277
 
+           s//\1/
11278
 
+           q
11279
 
+         }
11280
 
+         /^X\(\/\).*/{
11281
 
+           s//\1/
11282
 
+           q
11283
 
+         }
11284
 
+         s/.*/./; q'`
11285
 
+      test -d "$as_dir" && break
11286
 
+    done
11287
 
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
11288
 
+  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
11289
 
+
11290
 
+
11291
 
+} # as_fn_mkdir_p
11292
 
+# as_fn_append VAR VALUE
11293
 
+# ----------------------
11294
 
+# Append the text in VALUE to the end of the definition contained in VAR. Take
11295
 
+# advantage of any shell optimizations that allow amortized linear growth over
11296
 
+# repeated appends, instead of the typical quadratic growth present in naive
11297
 
+# implementations.
11298
 
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11299
 
+  eval 'as_fn_append ()
11300
 
+  {
11301
 
+    eval $1+=\$2
11302
 
+  }'
11303
 
+else
11304
 
+  as_fn_append ()
11305
 
+  {
11306
 
+    eval $1=\$$1\$2
11307
 
+  }
11308
 
+fi # as_fn_append
11309
 
+
11310
 
+# as_fn_arith ARG...
11311
 
+# ------------------
11312
 
+# Perform arithmetic evaluation on the ARGs, and store the result in the
11313
 
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
11314
 
+# must be portable across $(()) and expr.
11315
 
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11316
 
+  eval 'as_fn_arith ()
11317
 
+  {
11318
 
+    as_val=$(( $* ))
11319
 
+  }'
11320
 
+else
11321
 
+  as_fn_arith ()
11322
 
+  {
11323
 
+    as_val=`expr "$@" || test $? -eq 1`
11324
 
+  }
11325
 
+fi # as_fn_arith
11326
 
+
11327
 
+
11328
 
+# as_fn_error ERROR [LINENO LOG_FD]
11329
 
+# ---------------------------------
11330
 
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11331
 
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
11332
 
+# script with status $?, using 1 if that was 0.
11333
 
+as_fn_error ()
11334
 
+{
11335
 
+  as_status=$?; test $as_status -eq 0 && as_status=1
11336
 
+  if test "$3"; then
11337
 
+    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11338
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
11339
 
+  fi
11340
 
+  $as_echo "$as_me: error: $1" >&2
11341
 
+  as_fn_exit $as_status
11342
 
+} # as_fn_error
11343
 
 
11344
 
-# Required to use basename.
11345
 
-if expr a : '\(a\)' >/dev/null 2>&1; then
11346
 
+if expr a : '\(a\)' >/dev/null 2>&1 &&
11347
 
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
11348
 
   as_expr=expr
11349
 
 else
11350
 
   as_expr=false
11351
 
 fi
11352
 
 
11353
 
-if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
11354
 
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
11355
 
   as_basename=basename
11356
 
 else
11357
 
   as_basename=false
11358
 
 fi
11359
 
 
11360
 
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11361
 
+  as_dirname=dirname
11362
 
+else
11363
 
+  as_dirname=false
11364
 
+fi
11365
 
 
11366
 
-# Name of the executable.
11367
 
-as_me=`$as_basename "$0" ||
11368
 
+as_me=`$as_basename -- "$0" ||
11369
 
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11370
 
         X"$0" : 'X\(//\)$' \| \
11371
 
-        X"$0" : 'X\(/\)$' \| \
11372
 
-        .     : '\(.\)' 2>/dev/null ||
11373
 
-echo X/"$0" |
11374
 
-    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
11375
 
-         /^X\/\(\/\/\)$/{ s//\1/; q; }
11376
 
-         /^X\/\(\/\).*/{ s//\1/; q; }
11377
 
-         s/.*/./; q'`
11378
 
-
11379
 
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11380
 
+$as_echo X/"$0" |
11381
 
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
11382
 
+           s//\1/
11383
 
+           q
11384
 
+         }
11385
 
+         /^X\/\(\/\/\)$/{
11386
 
+           s//\1/
11387
 
+           q
11388
 
+         }
11389
 
+         /^X\/\(\/\).*/{
11390
 
+           s//\1/
11391
 
+           q
11392
 
+         }
11393
 
+         s/.*/./; q'`
11394
 
 
11395
 
-# PATH needs CR, and LINENO needs CR and PATH.
11396
 
 # Avoid depending upon Character Ranges.
11397
 
 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11398
 
 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11399
 
@@ -85,146 +420,107 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTE
11400
 
 as_cr_digits='0123456789'
11401
 
 as_cr_alnum=$as_cr_Letters$as_cr_digits
11402
 
 
11403
 
-# The user is always right.
11404
 
-if test "${PATH_SEPARATOR+set}" != set; then
11405
 
-  echo "#! /bin/sh" >conf$$.sh
11406
 
-  echo  "exit 0"   >>conf$$.sh
11407
 
-  chmod +x conf$$.sh
11408
 
-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11409
 
-    PATH_SEPARATOR=';'
11410
 
-  else
11411
 
-    PATH_SEPARATOR=:
11412
 
-  fi
11413
 
-  rm -f conf$$.sh
11414
 
-fi
11415
 
-
11416
 
-
11417
 
-  as_lineno_1=$LINENO
11418
 
-  as_lineno_2=$LINENO
11419
 
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
11420
 
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
11421
 
-  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
11422
 
-  # Find who we are.  Look in the path if we contain no path at all
11423
 
-  # relative or not.
11424
 
-  case $0 in
11425
 
-    *[\\/]* ) as_myself=$0 ;;
11426
 
-    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11427
 
-for as_dir in $PATH
11428
 
-do
11429
 
-  IFS=$as_save_IFS
11430
 
-  test -z "$as_dir" && as_dir=.
11431
 
-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11432
 
-done
11433
 
-
11434
 
-       ;;
11435
 
-  esac
11436
 
-  # We did not find ourselves, most probably we were run as `sh COMMAND'
11437
 
-  # in which case we are not to be found in the path.
11438
 
-  if test "x$as_myself" = x; then
11439
 
-    as_myself=$0
11440
 
-  fi
11441
 
-  if test ! -f "$as_myself"; then
11442
 
-    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
11443
 
-   { (exit 1); exit 1; }; }
11444
 
-  fi
11445
 
-  case $CONFIG_SHELL in
11446
 
-  '')
11447
 
-    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11448
 
-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
11449
 
-do
11450
 
-  IFS=$as_save_IFS
11451
 
-  test -z "$as_dir" && as_dir=.
11452
 
-  for as_base in sh bash ksh sh5; do
11453
 
-        case $as_dir in
11454
 
-        /*)
11455
 
-          if ("$as_dir/$as_base" -c '
11456
 
-  as_lineno_1=$LINENO
11457
 
-  as_lineno_2=$LINENO
11458
 
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
11459
 
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
11460
 
-  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
11461
 
-            $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
11462
 
-            $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
11463
 
-            CONFIG_SHELL=$as_dir/$as_base
11464
 
-            export CONFIG_SHELL
11465
 
-            exec "$CONFIG_SHELL" "$0" ${1+"$@"}
11466
 
-          fi;;
11467
 
-        esac
11468
 
-       done
11469
 
-done
11470
 
-;;
11471
 
-  esac
11472
 
 
11473
 
-  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
11474
 
-  # uniformly replaced by the line number.  The first 'sed' inserts a
11475
 
-  # line-number line before each line; the second 'sed' does the real
11476
 
-  # work.  The second script uses 'N' to pair each line-number line
11477
 
-  # with the numbered line, and appends trailing '-' during
11478
 
-  # substitution so that $LINENO is not a special case at line end.
11479
 
-  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
11480
 
-  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
11481
 
-  sed '=' <$as_myself |
11482
 
+  as_lineno_1=$LINENO as_lineno_1a=$LINENO
11483
 
+  as_lineno_2=$LINENO as_lineno_2a=$LINENO
11484
 
+  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
11485
 
+  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
11486
 
+  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
11487
 
+  sed -n '
11488
 
+    p
11489
 
+    /[$]LINENO/=
11490
 
+  ' <$as_myself |
11491
 
     sed '
11492
 
+      s/[$]LINENO.*/&-/
11493
 
+      t lineno
11494
 
+      b
11495
 
+      :lineno
11496
 
       N
11497
 
-      s,$,-,
11498
 
-      : loop
11499
 
-      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
11500
 
+      :loop
11501
 
+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
11502
 
       t loop
11503
 
-      s,-$,,
11504
 
-      s,^['$as_cr_digits']*\n,,
11505
 
+      s/-\n.*//
11506
 
     ' >$as_me.lineno &&
11507
 
-  chmod +x $as_me.lineno ||
11508
 
-    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
11509
 
-   { (exit 1); exit 1; }; }
11510
 
+  chmod +x "$as_me.lineno" ||
11511
 
+    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
11512
 
 
11513
 
   # Don't try to exec as it changes $[0], causing all sort of problems
11514
 
   # (the dirname of $[0] is not the place where we might find the
11515
 
-  # original and so on.  Autoconf is especially sensible to this).
11516
 
-  . ./$as_me.lineno
11517
 
+  # original and so on.  Autoconf is especially sensitive to this).
11518
 
+  . "./$as_me.lineno"
11519
 
   # Exit status is that of the last command.
11520
 
   exit
11521
 
 }
11522
 
 
11523
 
-
11524
 
-case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
11525
 
-  *c*,-n*) ECHO_N= ECHO_C='
11526
 
-' ECHO_T='     ' ;;
11527
 
-  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
11528
 
-  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
11529
 
+ECHO_C= ECHO_N= ECHO_T=
11530
 
+case `echo -n x` in #(((((
11531
 
+-n*)
11532
 
+  case `echo 'xy\c'` in
11533
 
+  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
11534
 
+  xy)  ECHO_C='\c';;
11535
 
+  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
11536
 
+       ECHO_T='        ';;
11537
 
+  esac;;
11538
 
+*)
11539
 
+  ECHO_N='-n';;
11540
 
 esac
11541
 
 
11542
 
-if expr a : '\(a\)' >/dev/null 2>&1; then
11543
 
-  as_expr=expr
11544
 
+rm -f conf$$ conf$$.exe conf$$.file
11545
 
+if test -d conf$$.dir; then
11546
 
+  rm -f conf$$.dir/conf$$.file
11547
 
 else
11548
 
-  as_expr=false
11549
 
+  rm -f conf$$.dir
11550
 
+  mkdir conf$$.dir 2>/dev/null
11551
 
 fi
11552
 
-
11553
 
-rm -f conf$$ conf$$.exe conf$$.file
11554
 
-echo >conf$$.file
11555
 
-if ln -s conf$$.file conf$$ 2>/dev/null; then
11556
 
-  # We could just check for DJGPP; but this test a) works b) is more generic
11557
 
-  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
11558
 
-  if test -f conf$$.exe; then
11559
 
-    # Don't use ln at all; we don't have any links
11560
 
-    as_ln_s='cp -p'
11561
 
-  else
11562
 
+if (echo >conf$$.file) 2>/dev/null; then
11563
 
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
11564
 
     as_ln_s='ln -s'
11565
 
+    # ... but there are two gotchas:
11566
 
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11567
 
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
11568
 
+    # In both cases, we have to default to `cp -p'.
11569
 
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
11570
 
+      as_ln_s='cp -p'
11571
 
+  elif ln conf$$.file conf$$ 2>/dev/null; then
11572
 
+    as_ln_s=ln
11573
 
+  else
11574
 
+    as_ln_s='cp -p'
11575
 
   fi
11576
 
-elif ln conf$$.file conf$$ 2>/dev/null; then
11577
 
-  as_ln_s=ln
11578
 
 else
11579
 
   as_ln_s='cp -p'
11580
 
 fi
11581
 
-rm -f conf$$ conf$$.exe conf$$.file
11582
 
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11583
 
+rmdir conf$$.dir 2>/dev/null
11584
 
 
11585
 
 if mkdir -p . 2>/dev/null; then
11586
 
-  as_mkdir_p=:
11587
 
+  as_mkdir_p='mkdir -p "$as_dir"'
11588
 
 else
11589
 
   test -d ./-p && rmdir ./-p
11590
 
   as_mkdir_p=false
11591
 
 fi
11592
 
 
11593
 
-as_executable_p="test -f"
11594
 
+if test -x / >/dev/null 2>&1; then
11595
 
+  as_test_x='test -x'
11596
 
+else
11597
 
+  if ls -dL / >/dev/null 2>&1; then
11598
 
+    as_ls_L_option=L
11599
 
+  else
11600
 
+    as_ls_L_option=
11601
 
+  fi
11602
 
+  as_test_x='
11603
 
+    eval sh -c '\''
11604
 
+      if test -d "$1"; then
11605
 
+       test -d "$1/.";
11606
 
+      else
11607
 
+       case $1 in #(
11608
 
+       -*)set "./$1";;
11609
 
+       esac;
11610
 
+       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
11611
 
+       ???[sx]*):;;*)false;;esac;fi
11612
 
+    '\'' sh
11613
 
+  '
11614
 
+fi
11615
 
+as_executable_p=$as_test_x
11616
 
 
11617
 
 # Sed expression to map a string onto a valid CPP name.
11618
 
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11619
 
@@ -233,38 +529,25 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P
11620
 
 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11621
 
 
11622
 
 
11623
 
-# IFS
11624
 
-# We need space, tab and new line, in precisely that order.
11625
 
-as_nl='
11626
 
-'
11627
 
-IFS="  $as_nl"
11628
 
-
11629
 
-# CDPATH.
11630
 
-$as_unset CDPATH
11631
 
-
11632
 
+test -n "$DJDIR" || exec 7<&0 </dev/null
11633
 
+exec 6>&1
11634
 
 
11635
 
 # Name of the host.
11636
 
 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
11637
 
 # so uname gets run too.
11638
 
 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
11639
 
 
11640
 
-exec 6>&1
11641
 
-
11642
 
 #
11643
 
 # Initializations.
11644
 
 #
11645
 
 ac_default_prefix=/usr/local
11646
 
+ac_clean_files=
11647
 
 ac_config_libobj_dir=.
11648
 
+LIBOBJS=
11649
 
 cross_compiling=no
11650
 
 subdirs=
11651
 
 MFLAGS=
11652
 
 MAKEFLAGS=
11653
 
-SHELL=${CONFIG_SHELL-/bin/sh}
11654
 
-
11655
 
-# Maximum number of lines to put in a shell here document.
11656
 
-# This variable seems obsolete.  It should probably be removed, and
11657
 
-# only ac_max_sed_lines should be used.
11658
 
-: ${ac_max_here_lines=38}
11659
 
 
11660
 
 # Identity of this package.
11661
 
 PACKAGE_NAME='gnats'
11662
 
@@ -272,50 +555,166 @@ PACKAGE_TARNAME='gnats'
11663
 
 PACKAGE_VERSION='4.1.0'
11664
 
 PACKAGE_STRING='gnats 4.1.0'
11665
 
 PACKAGE_BUGREPORT='bug-gnats@gnu.org'
11666
 
+PACKAGE_URL=''
11667
 
 
11668
 
 # Factoring default headers for most tests.
11669
 
 ac_includes_default="\
11670
 
 #include <stdio.h>
11671
 
-#if HAVE_SYS_TYPES_H
11672
 
+#ifdef HAVE_SYS_TYPES_H
11673
 
 # include <sys/types.h>
11674
 
 #endif
11675
 
-#if HAVE_SYS_STAT_H
11676
 
+#ifdef HAVE_SYS_STAT_H
11677
 
 # include <sys/stat.h>
11678
 
 #endif
11679
 
-#if STDC_HEADERS
11680
 
+#ifdef STDC_HEADERS
11681
 
 # include <stdlib.h>
11682
 
 # include <stddef.h>
11683
 
 #else
11684
 
-# if HAVE_STDLIB_H
11685
 
+# ifdef HAVE_STDLIB_H
11686
 
 #  include <stdlib.h>
11687
 
 # endif
11688
 
 #endif
11689
 
-#if HAVE_STRING_H
11690
 
-# if !STDC_HEADERS && HAVE_MEMORY_H
11691
 
+#ifdef HAVE_STRING_H
11692
 
+# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
11693
 
 #  include <memory.h>
11694
 
 # endif
11695
 
 # include <string.h>
11696
 
 #endif
11697
 
-#if HAVE_STRINGS_H
11698
 
+#ifdef HAVE_STRINGS_H
11699
 
 # include <strings.h>
11700
 
 #endif
11701
 
-#if HAVE_INTTYPES_H
11702
 
+#ifdef HAVE_INTTYPES_H
11703
 
 # include <inttypes.h>
11704
 
-#else
11705
 
-# if HAVE_STDINT_H
11706
 
-#  include <stdint.h>
11707
 
-# endif
11708
 
 #endif
11709
 
-#if HAVE_UNISTD_H
11710
 
+#ifdef HAVE_STDINT_H
11711
 
+# include <stdint.h>
11712
 
+#endif
11713
 
+#ifdef HAVE_UNISTD_H
11714
 
 # include <unistd.h>
11715
 
 #endif"
11716
 
 
11717
 
-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 PROGS MAN CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA RANLIB ac_ct_RANLIB YACC LEX LEXLIB LEX_OUTPUT_ROOT M4 AWK EGREP ALLOCA EMACS lispdir GNATS_ALL GNATS_INSTALL KRB4 HAVE_KERBEROS KRBINCLUDE EXTRA_OBJS GNATS_SERVICE GNATS_USER DEFAULT_RELEASE DEFAULT_ORGANIZATION SUBMITTER DEFAULT_MAIL_AGENT BWEEK_START BWEEK_END BDAY_START BDAY_END GNATSD_USER_ACCESS_FILE GNATSD_HOST_ACCESS_FILE GLOBAL_DB_LIST_FILE GNATS_DEFAULT_DB_DIR GCC_CFLAGS SENDMAIL LIBOBJS LTLIBOBJS'
11718
 
+ac_subst_vars='LTLIBOBJS
11719
 
+LIBOBJS
11720
 
+SENDMAIL
11721
 
+GCC_CFLAGS
11722
 
+GNATS_DEFAULT_DB_DIR
11723
 
+GLOBAL_DB_LIST_FILE
11724
 
+GNATSD_HOST_ACCESS_FILE
11725
 
+GNATSD_USER_ACCESS_FILE
11726
 
+BDAY_END
11727
 
+BDAY_START
11728
 
+BWEEK_END
11729
 
+BWEEK_START
11730
 
+DEFAULT_MAIL_AGENT
11731
 
+SUBMITTER
11732
 
+DEFAULT_ORGANIZATION
11733
 
+DEFAULT_RELEASE
11734
 
+GNATS_USER
11735
 
+GNATS_SERVICE
11736
 
+EXTRA_OBJS
11737
 
+KRBINCLUDE
11738
 
+HAVE_KERBEROS
11739
 
+KRB4
11740
 
+GNATS_INSTALL
11741
 
+GNATS_ALL
11742
 
+lispdir
11743
 
+EMACSLOADPATH
11744
 
+EMACS
11745
 
+ALLOCA
11746
 
+EGREP
11747
 
+GREP
11748
 
+AWK
11749
 
+M4
11750
 
+LEXLIB
11751
 
+LEX_OUTPUT_ROOT
11752
 
+LEX
11753
 
+YFLAGS
11754
 
+YACC
11755
 
+RANLIB
11756
 
+INSTALL_DATA
11757
 
+INSTALL_SCRIPT
11758
 
+INSTALL_PROGRAM
11759
 
+CPP
11760
 
+OBJEXT
11761
 
+EXEEXT
11762
 
+ac_ct_CC
11763
 
+CPPFLAGS
11764
 
+LDFLAGS
11765
 
+CFLAGS
11766
 
+CC
11767
 
+MAN
11768
 
+PROGS
11769
 
+target_alias
11770
 
+host_alias
11771
 
+build_alias
11772
 
+LIBS
11773
 
+ECHO_T
11774
 
+ECHO_N
11775
 
+ECHO_C
11776
 
+DEFS
11777
 
+mandir
11778
 
+localedir
11779
 
+libdir
11780
 
+psdir
11781
 
+pdfdir
11782
 
+dvidir
11783
 
+htmldir
11784
 
+infodir
11785
 
+docdir
11786
 
+oldincludedir
11787
 
+includedir
11788
 
+localstatedir
11789
 
+sharedstatedir
11790
 
+sysconfdir
11791
 
+datadir
11792
 
+datarootdir
11793
 
+libexecdir
11794
 
+sbindir
11795
 
+bindir
11796
 
+program_transform_name
11797
 
+prefix
11798
 
+exec_prefix
11799
 
+PACKAGE_URL
11800
 
+PACKAGE_BUGREPORT
11801
 
+PACKAGE_STRING
11802
 
+PACKAGE_VERSION
11803
 
+PACKAGE_TARNAME
11804
 
+PACKAGE_NAME
11805
 
+PATH_SEPARATOR
11806
 
+SHELL'
11807
 
 ac_subst_files=''
11808
 
+ac_user_opts='
11809
 
+enable_option_checking
11810
 
+with_kerberos
11811
 
+with_gnats_service
11812
 
+with_gnats_user
11813
 
+with_gnatsd_user_access_file
11814
 
+with_gnatsd_host_access_file
11815
 
+with_gnats_dblist_file
11816
 
+with_gnats_default_db
11817
 
+with_lispdir
11818
 
+with_krb4
11819
 
+'
11820
 
+      ac_precious_vars='build_alias
11821
 
+host_alias
11822
 
+target_alias
11823
 
+CC
11824
 
+CFLAGS
11825
 
+LDFLAGS
11826
 
+LIBS
11827
 
+CPPFLAGS
11828
 
+CPP
11829
 
+YACC
11830
 
+YFLAGS
11831
 
+EMACS
11832
 
+EMACSLOADPATH'
11833
 
+
11834
 
 
11835
 
 # Initialize some variables set by options.
11836
 
 ac_init_help=
11837
 
 ac_init_version=false
11838
 
+ac_unrecognized_opts=
11839
 
+ac_unrecognized_sep=
11840
 
 # The variables have the same names as the options, with
11841
 
 # dashes changed to underlines.
11842
 
 cache_file=/dev/null
11843
 
@@ -338,34 +737,48 @@ x_libraries=NONE
11844
 
 # and all the variables that are supposed to be based on exec_prefix
11845
 
 # by default will actually change.
11846
 
 # Use braces instead of parens because sh, perl, etc. also accept them.
11847
 
+# (The list follows the same order as the GNU Coding Standards.)
11848
 
 bindir='${exec_prefix}/bin'
11849
 
 sbindir='${exec_prefix}/sbin'
11850
 
 libexecdir='${exec_prefix}/libexec'
11851
 
-datadir='${prefix}/share'
11852
 
+datarootdir='${prefix}/share'
11853
 
+datadir='${datarootdir}'
11854
 
 sysconfdir='${prefix}/etc'
11855
 
 sharedstatedir='${prefix}/com'
11856
 
 localstatedir='${prefix}/var'
11857
 
-libdir='${exec_prefix}/lib'
11858
 
 includedir='${prefix}/include'
11859
 
 oldincludedir='/usr/include'
11860
 
-infodir='${prefix}/info'
11861
 
-mandir='${prefix}/man'
11862
 
+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
11863
 
+infodir='${datarootdir}/info'
11864
 
+htmldir='${docdir}'
11865
 
+dvidir='${docdir}'
11866
 
+pdfdir='${docdir}'
11867
 
+psdir='${docdir}'
11868
 
+libdir='${exec_prefix}/lib'
11869
 
+localedir='${datarootdir}/locale'
11870
 
+mandir='${datarootdir}/man'
11871
 
 
11872
 
 ac_prev=
11873
 
+ac_dashdash=
11874
 
 for ac_option
11875
 
 do
11876
 
   # If the previous option needs an argument, assign it.
11877
 
   if test -n "$ac_prev"; then
11878
 
-    eval "$ac_prev=\$ac_option"
11879
 
+    eval $ac_prev=\$ac_option
11880
 
     ac_prev=
11881
 
     continue
11882
 
   fi
11883
 
 
11884
 
-  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
11885
 
+  case $ac_option in
11886
 
+  *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
11887
 
+  *)   ac_optarg=yes ;;
11888
 
+  esac
11889
 
 
11890
 
   # Accept the important Cygnus configure options, so we can diagnose typos.
11891
 
 
11892
 
-  case $ac_option in
11893
 
+  case $ac_dashdash$ac_option in
11894
 
+  --)
11895
 
+    ac_dashdash=yes ;;
11896
 
 
11897
 
   -bindir | --bindir | --bindi | --bind | --bin | --bi)
11898
 
     ac_prev=bindir ;;
11899
 
@@ -387,33 +800,59 @@ do
11900
 
   --config-cache | -C)
11901
 
     cache_file=config.cache ;;
11902
 
 
11903
 
-  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
11904
 
+  -datadir | --datadir | --datadi | --datad)
11905
 
     ac_prev=datadir ;;
11906
 
-  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
11907
 
-  | --da=*)
11908
 
+  -datadir=* | --datadir=* | --datadi=* | --datad=*)
11909
 
     datadir=$ac_optarg ;;
11910
 
 
11911
 
+  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
11912
 
+  | --dataroo | --dataro | --datar)
11913
 
+    ac_prev=datarootdir ;;
11914
 
+  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
11915
 
+  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
11916
 
+    datarootdir=$ac_optarg ;;
11917
 
+
11918
 
   -disable-* | --disable-*)
11919
 
-    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
11920
 
+    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
11921
 
     # Reject names that are not valid shell variable names.
11922
 
-    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
11923
 
-      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
11924
 
-   { (exit 1); exit 1; }; }
11925
 
-    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
11926
 
-    eval "enable_$ac_feature=no" ;;
11927
 
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
11928
 
+      as_fn_error "invalid feature name: $ac_useropt"
11929
 
+    ac_useropt_orig=$ac_useropt
11930
 
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
11931
 
+    case $ac_user_opts in
11932
 
+      *"
11933
 
+"enable_$ac_useropt"
11934
 
+"*) ;;
11935
 
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
11936
 
+        ac_unrecognized_sep=', ';;
11937
 
+    esac
11938
 
+    eval enable_$ac_useropt=no ;;
11939
 
+
11940
 
+  -docdir | --docdir | --docdi | --doc | --do)
11941
 
+    ac_prev=docdir ;;
11942
 
+  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
11943
 
+    docdir=$ac_optarg ;;
11944
 
+
11945
 
+  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
11946
 
+    ac_prev=dvidir ;;
11947
 
+  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
11948
 
+    dvidir=$ac_optarg ;;
11949
 
 
11950
 
   -enable-* | --enable-*)
11951
 
-    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
11952
 
+    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
11953
 
     # Reject names that are not valid shell variable names.
11954
 
-    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
11955
 
-      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
11956
 
-   { (exit 1); exit 1; }; }
11957
 
-    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
11958
 
-    case $ac_option in
11959
 
-      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
11960
 
-      *) ac_optarg=yes ;;
11961
 
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
11962
 
+      as_fn_error "invalid feature name: $ac_useropt"
11963
 
+    ac_useropt_orig=$ac_useropt
11964
 
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
11965
 
+    case $ac_user_opts in
11966
 
+      *"
11967
 
+"enable_$ac_useropt"
11968
 
+"*) ;;
11969
 
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
11970
 
+        ac_unrecognized_sep=', ';;
11971
 
     esac
11972
 
-    eval "enable_$ac_feature='$ac_optarg'" ;;
11973
 
+    eval enable_$ac_useropt=\$ac_optarg ;;
11974
 
 
11975
 
   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
11976
 
   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
11977
 
@@ -440,6 +879,12 @@ do
11978
 
   -host=* | --host=* | --hos=* | --ho=*)
11979
 
     host_alias=$ac_optarg ;;
11980
 
 
11981
 
+  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
11982
 
+    ac_prev=htmldir ;;
11983
 
+  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
11984
 
+  | --ht=*)
11985
 
+    htmldir=$ac_optarg ;;
11986
 
+
11987
 
   -includedir | --includedir | --includedi | --included | --include \
11988
 
   | --includ | --inclu | --incl | --inc)
11989
 
     ac_prev=includedir ;;
11990
 
@@ -464,13 +909,16 @@ do
11991
 
   | --libexe=* | --libex=* | --libe=*)
11992
 
     libexecdir=$ac_optarg ;;
11993
 
 
11994
 
+  -localedir | --localedir | --localedi | --localed | --locale)
11995
 
+    ac_prev=localedir ;;
11996
 
+  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
11997
 
+    localedir=$ac_optarg ;;
11998
 
+
11999
 
   -localstatedir | --localstatedir | --localstatedi | --localstated \
12000
 
-  | --localstate | --localstat | --localsta | --localst \
12001
 
-  | --locals | --local | --loca | --loc | --lo)
12002
 
+  | --localstate | --localstat | --localsta | --localst | --locals)
12003
 
     ac_prev=localstatedir ;;
12004
 
   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
12005
 
-  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
12006
 
-  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
12007
 
+  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
12008
 
     localstatedir=$ac_optarg ;;
12009
 
 
12010
 
   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
12011
 
@@ -535,6 +983,16 @@ do
12012
 
   | --progr-tra=* | --program-tr=* | --program-t=*)
12013
 
     program_transform_name=$ac_optarg ;;
12014
 
 
12015
 
+  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
12016
 
+    ac_prev=pdfdir ;;
12017
 
+  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
12018
 
+    pdfdir=$ac_optarg ;;
12019
 
+
12020
 
+  -psdir | --psdir | --psdi | --psd | --ps)
12021
 
+    ac_prev=psdir ;;
12022
 
+  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
12023
 
+    psdir=$ac_optarg ;;
12024
 
+
12025
 
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12026
 
   | -silent | --silent | --silen | --sile | --sil)
12027
 
     silent=yes ;;
12028
 
@@ -585,26 +1043,36 @@ do
12029
 
     ac_init_version=: ;;
12030
 
 
12031
 
   -with-* | --with-*)
12032
 
-    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
12033
 
+    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
12034
 
     # Reject names that are not valid shell variable names.
12035
 
-    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
12036
 
-      { echo "$as_me: error: invalid package name: $ac_package" >&2
12037
 
-   { (exit 1); exit 1; }; }
12038
 
-    ac_package=`echo $ac_package| sed 's/-/_/g'`
12039
 
-    case $ac_option in
12040
 
-      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
12041
 
-      *) ac_optarg=yes ;;
12042
 
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
12043
 
+      as_fn_error "invalid package name: $ac_useropt"
12044
 
+    ac_useropt_orig=$ac_useropt
12045
 
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
12046
 
+    case $ac_user_opts in
12047
 
+      *"
12048
 
+"with_$ac_useropt"
12049
 
+"*) ;;
12050
 
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
12051
 
+        ac_unrecognized_sep=', ';;
12052
 
     esac
12053
 
-    eval "with_$ac_package='$ac_optarg'" ;;
12054
 
+    eval with_$ac_useropt=\$ac_optarg ;;
12055
 
 
12056
 
   -without-* | --without-*)
12057
 
-    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
12058
 
+    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
12059
 
     # Reject names that are not valid shell variable names.
12060
 
-    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
12061
 
-      { echo "$as_me: error: invalid package name: $ac_package" >&2
12062
 
-   { (exit 1); exit 1; }; }
12063
 
-    ac_package=`echo $ac_package | sed 's/-/_/g'`
12064
 
-    eval "with_$ac_package=no" ;;
12065
 
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
12066
 
+      as_fn_error "invalid package name: $ac_useropt"
12067
 
+    ac_useropt_orig=$ac_useropt
12068
 
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
12069
 
+    case $ac_user_opts in
12070
 
+      *"
12071
 
+"with_$ac_useropt"
12072
 
+"*) ;;
12073
 
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
12074
 
+        ac_unrecognized_sep=', ';;
12075
 
+    esac
12076
 
+    eval with_$ac_useropt=no ;;
12077
 
 
12078
 
   --x)
12079
 
     # Obsolete; use --with-x.
12080
 
@@ -624,26 +1092,25 @@ do
12081
 
   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
12082
 
     x_libraries=$ac_optarg ;;
12083
 
 
12084
 
-  -*) { echo "$as_me: error: unrecognized option: $ac_option
12085
 
-Try \`$0 --help' for more information." >&2
12086
 
-   { (exit 1); exit 1; }; }
12087
 
+  -*) as_fn_error "unrecognized option: \`$ac_option'
12088
 
+Try \`$0 --help' for more information."
12089
 
     ;;
12090
 
 
12091
 
   *=*)
12092
 
     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
12093
 
     # Reject names that are not valid shell variable names.
12094
 
-    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
12095
 
-      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
12096
 
-   { (exit 1); exit 1; }; }
12097
 
-    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
12098
 
-    eval "$ac_envvar='$ac_optarg'"
12099
 
+    case $ac_envvar in #(
12100
 
+      '' | [0-9]* | *[!_$as_cr_alnum]* )
12101
 
+      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
12102
 
+    esac
12103
 
+    eval $ac_envvar=\$ac_optarg
12104
 
     export $ac_envvar ;;
12105
 
 
12106
 
   *)
12107
 
     # FIXME: should be removed in autoconf 3.0.
12108
 
-    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
12109
 
+    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
12110
 
     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
12111
 
-      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
12112
 
+      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
12113
 
     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
12114
 
     ;;
12115
 
 
12116
 
@@ -652,31 +1119,36 @@ done
12117
 
 
12118
 
 if test -n "$ac_prev"; then
12119
 
   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
12120
 
-  { echo "$as_me: error: missing argument to $ac_option" >&2
12121
 
-   { (exit 1); exit 1; }; }
12122
 
+  as_fn_error "missing argument to $ac_option"
12123
 
 fi
12124
 
 
12125
 
-# Be sure to have absolute paths.
12126
 
-for ac_var in exec_prefix prefix
12127
 
-do
12128
 
-  eval ac_val=$`echo $ac_var`
12129
 
-  case $ac_val in
12130
 
-    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
12131
 
-    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
12132
 
-   { (exit 1); exit 1; }; };;
12133
 
+if test -n "$ac_unrecognized_opts"; then
12134
 
+  case $enable_option_checking in
12135
 
+    no) ;;
12136
 
+    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
12137
 
+    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
12138
 
   esac
12139
 
-done
12140
 
+fi
12141
 
 
12142
 
-# Be sure to have absolute paths.
12143
 
-for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
12144
 
-             localstatedir libdir includedir oldincludedir infodir mandir
12145
 
+# Check all directory arguments for consistency.
12146
 
+for ac_var in  exec_prefix prefix bindir sbindir libexecdir datarootdir \
12147
 
+               datadir sysconfdir sharedstatedir localstatedir includedir \
12148
 
+               oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
12149
 
+               libdir localedir mandir
12150
 
 do
12151
 
-  eval ac_val=$`echo $ac_var`
12152
 
+  eval ac_val=\$$ac_var
12153
 
+  # Remove trailing slashes.
12154
 
+  case $ac_val in
12155
 
+    */ )
12156
 
+      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
12157
 
+      eval $ac_var=\$ac_val;;
12158
 
+  esac
12159
 
+  # Be sure to have absolute directory names.
12160
 
   case $ac_val in
12161
 
-    [\\/$]* | ?:[\\/]* ) ;;
12162
 
-    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
12163
 
-   { (exit 1); exit 1; }; };;
12164
 
+    [\\/$]* | ?:[\\/]* )  continue;;
12165
 
+    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
12166
 
   esac
12167
 
+  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
12168
 
 done
12169
 
 
12170
 
 # There might be people who depend on the old broken behavior: `$host'
12171
 
@@ -690,7 +1162,7 @@ target=$target_alias
12172
 
 if test "x$host_alias" != x; then
12173
 
   if test "x$build_alias" = x; then
12174
 
     cross_compiling=maybe
12175
 
-    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
12176
 
+    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
12177
 
     If a cross compiler is detected then cross compile mode will be used." >&2
12178
 
   elif test "x$build_alias" != "x$host_alias"; then
12179
 
     cross_compiling=yes
12180
 
@@ -703,74 +1175,72 @@ test -n "$host_alias" && ac_tool_prefix=
12181
 
 test "$silent" = yes && exec 6>/dev/null
12182
 
 
12183
 
 
12184
 
+ac_pwd=`pwd` && test -n "$ac_pwd" &&
12185
 
+ac_ls_di=`ls -di .` &&
12186
 
+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
12187
 
+  as_fn_error "working directory cannot be determined"
12188
 
+test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
12189
 
+  as_fn_error "pwd does not report name of working directory"
12190
 
+
12191
 
+
12192
 
 # Find the source files, if location was not specified.
12193
 
 if test -z "$srcdir"; then
12194
 
   ac_srcdir_defaulted=yes
12195
 
-  # Try the directory containing this script, then its parent.
12196
 
-  ac_confdir=`(dirname "$0") 2>/dev/null ||
12197
 
-$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12198
 
-        X"$0" : 'X\(//\)[^/]' \| \
12199
 
-        X"$0" : 'X\(//\)$' \| \
12200
 
-        X"$0" : 'X\(/\)' \| \
12201
 
-        .     : '\(.\)' 2>/dev/null ||
12202
 
-echo X"$0" |
12203
 
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12204
 
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12205
 
-         /^X\(\/\/\)$/{ s//\1/; q; }
12206
 
-         /^X\(\/\).*/{ s//\1/; q; }
12207
 
-         s/.*/./; q'`
12208
 
+  # Try the directory containing this script, then the parent directory.
12209
 
+  ac_confdir=`$as_dirname -- "$as_myself" ||
12210
 
+$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12211
 
+        X"$as_myself" : 'X\(//\)[^/]' \| \
12212
 
+        X"$as_myself" : 'X\(//\)$' \| \
12213
 
+        X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
12214
 
+$as_echo X"$as_myself" |
12215
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12216
 
+           s//\1/
12217
 
+           q
12218
 
+         }
12219
 
+         /^X\(\/\/\)[^/].*/{
12220
 
+           s//\1/
12221
 
+           q
12222
 
+         }
12223
 
+         /^X\(\/\/\)$/{
12224
 
+           s//\1/
12225
 
+           q
12226
 
+         }
12227
 
+         /^X\(\/\).*/{
12228
 
+           s//\1/
12229
 
+           q
12230
 
+         }
12231
 
+         s/.*/./; q'`
12232
 
   srcdir=$ac_confdir
12233
 
-  if test ! -r $srcdir/$ac_unique_file; then
12234
 
+  if test ! -r "$srcdir/$ac_unique_file"; then
12235
 
     srcdir=..
12236
 
   fi
12237
 
 else
12238
 
   ac_srcdir_defaulted=no
12239
 
 fi
12240
 
-if test ! -r $srcdir/$ac_unique_file; then
12241
 
-  if test "$ac_srcdir_defaulted" = yes; then
12242
 
-    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
12243
 
-   { (exit 1); exit 1; }; }
12244
 
-  else
12245
 
-    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
12246
 
-   { (exit 1); exit 1; }; }
12247
 
-  fi
12248
 
-fi
12249
 
-(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
12250
 
-  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
12251
 
-   { (exit 1); exit 1; }; }
12252
 
-srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
12253
 
-ac_env_build_alias_set=${build_alias+set}
12254
 
-ac_env_build_alias_value=$build_alias
12255
 
-ac_cv_env_build_alias_set=${build_alias+set}
12256
 
-ac_cv_env_build_alias_value=$build_alias
12257
 
-ac_env_host_alias_set=${host_alias+set}
12258
 
-ac_env_host_alias_value=$host_alias
12259
 
-ac_cv_env_host_alias_set=${host_alias+set}
12260
 
-ac_cv_env_host_alias_value=$host_alias
12261
 
-ac_env_target_alias_set=${target_alias+set}
12262
 
-ac_env_target_alias_value=$target_alias
12263
 
-ac_cv_env_target_alias_set=${target_alias+set}
12264
 
-ac_cv_env_target_alias_value=$target_alias
12265
 
-ac_env_CC_set=${CC+set}
12266
 
-ac_env_CC_value=$CC
12267
 
-ac_cv_env_CC_set=${CC+set}
12268
 
-ac_cv_env_CC_value=$CC
12269
 
-ac_env_CFLAGS_set=${CFLAGS+set}
12270
 
-ac_env_CFLAGS_value=$CFLAGS
12271
 
-ac_cv_env_CFLAGS_set=${CFLAGS+set}
12272
 
-ac_cv_env_CFLAGS_value=$CFLAGS
12273
 
-ac_env_LDFLAGS_set=${LDFLAGS+set}
12274
 
-ac_env_LDFLAGS_value=$LDFLAGS
12275
 
-ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
12276
 
-ac_cv_env_LDFLAGS_value=$LDFLAGS
12277
 
-ac_env_CPPFLAGS_set=${CPPFLAGS+set}
12278
 
-ac_env_CPPFLAGS_value=$CPPFLAGS
12279
 
-ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
12280
 
-ac_cv_env_CPPFLAGS_value=$CPPFLAGS
12281
 
-ac_env_CPP_set=${CPP+set}
12282
 
-ac_env_CPP_value=$CPP
12283
 
-ac_cv_env_CPP_set=${CPP+set}
12284
 
-ac_cv_env_CPP_value=$CPP
12285
 
+if test ! -r "$srcdir/$ac_unique_file"; then
12286
 
+  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
12287
 
+  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
12288
 
+fi
12289
 
+ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
12290
 
+ac_abs_confdir=`(
12291
 
+       cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
12292
 
+       pwd)`
12293
 
+# When building in place, set srcdir=.
12294
 
+if test "$ac_abs_confdir" = "$ac_pwd"; then
12295
 
+  srcdir=.
12296
 
+fi
12297
 
+# Remove unnecessary trailing slashes from srcdir.
12298
 
+# Double slashes in file names in object file debugging info
12299
 
+# mess up M-x gdb in Emacs.
12300
 
+case $srcdir in
12301
 
+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
12302
 
+esac
12303
 
+for ac_var in $ac_precious_vars; do
12304
 
+  eval ac_env_${ac_var}_set=\${${ac_var}+set}
12305
 
+  eval ac_env_${ac_var}_value=\$${ac_var}
12306
 
+  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
12307
 
+  eval ac_cv_env_${ac_var}_value=\$${ac_var}
12308
 
+done
12309
 
 
12310
 
 #
12311
 
 # Report the --help message.
12312
 
@@ -799,14 +1269,11 @@ Configuration:
12313
 
   -n, --no-create         do not create output files
12314
 
       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
12315
 
 
12316
 
-_ACEOF
12317
 
-
12318
 
-  cat <<_ACEOF
12319
 
 Installation directories:
12320
 
   --prefix=PREFIX         install architecture-independent files in PREFIX
12321
 
-                         [$ac_default_prefix]
12322
 
+                          [$ac_default_prefix]
12323
 
   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
12324
 
-                         [PREFIX]
12325
 
+                          [PREFIX]
12326
 
 
12327
 
 By default, \`make install' will install all the files in
12328
 
 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
12329
 
@@ -816,18 +1283,25 @@ for instance \`--prefix=\$HOME'.
12330
 
 For better control, use the options below.
12331
 
 
12332
 
 Fine tuning of the installation directories:
12333
 
-  --bindir=DIR           user executables [EPREFIX/bin]
12334
 
-  --sbindir=DIR          system admin executables [EPREFIX/sbin]
12335
 
-  --libexecdir=DIR       program executables [EPREFIX/libexec]
12336
 
-  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
12337
 
-  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
12338
 
-  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
12339
 
-  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
12340
 
-  --libdir=DIR           object code libraries [EPREFIX/lib]
12341
 
-  --includedir=DIR       C header files [PREFIX/include]
12342
 
-  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
12343
 
-  --infodir=DIR          info documentation [PREFIX/info]
12344
 
-  --mandir=DIR           man documentation [PREFIX/man]
12345
 
+  --bindir=DIR            user executables [EPREFIX/bin]
12346
 
+  --sbindir=DIR           system admin executables [EPREFIX/sbin]
12347
 
+  --libexecdir=DIR        program executables [EPREFIX/libexec]
12348
 
+  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
12349
 
+  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
12350
 
+  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
12351
 
+  --libdir=DIR            object code libraries [EPREFIX/lib]
12352
 
+  --includedir=DIR        C header files [PREFIX/include]
12353
 
+  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
12354
 
+  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
12355
 
+  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
12356
 
+  --infodir=DIR           info documentation [DATAROOTDIR/info]
12357
 
+  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
12358
 
+  --mandir=DIR            man documentation [DATAROOTDIR/man]
12359
 
+  --docdir=DIR            documentation root [DATAROOTDIR/doc/gnats]
12360
 
+  --htmldir=DIR           html documentation [DOCDIR]
12361
 
+  --dvidir=DIR            dvi documentation [DOCDIR]
12362
 
+  --pdfdir=DIR            pdf documentation [DOCDIR]
12363
 
+  --psdir=DIR             ps documentation [DOCDIR]
12364
 
 _ACEOF
12365
 
 
12366
 
   cat <<\_ACEOF
12367
 
@@ -853,6 +1327,7 @@ Optional Packages:
12368
 
   --with-gnats-dblist-file=PATH  specify file containing list of databases
12369
 
   --with-gnats-default-db=PATH   specify the default database directory to use
12370
 
   --with-lispdir=PATH   specify the default lisp directory to use
12371
 
+  --with-lispdir          override the default lisp directory
12372
 
   --with-krb4            support Kerberos 4
12373
 
 
12374
 
 Some influential environment variables:
12375
 
@@ -860,161 +1335,550 @@ Some influential environment variables:
12376
 
   CFLAGS      C compiler flags
12377
 
   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
12378
 
               nonstandard directory <lib dir>
12379
 
-  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
12380
 
-              headers in a nonstandard directory <include dir>
12381
 
+  LIBS        libraries to pass to the linker, e.g. -l<library>
12382
 
+  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
12383
 
+              you have headers in a nonstandard directory <include dir>
12384
 
   CPP         C preprocessor
12385
 
+  YACC        The `Yet Another C Compiler' implementation to use. Defaults to
12386
 
+              the first program found out of: `bison -y', `byacc', `yacc'.
12387
 
+  YFLAGS      The list of arguments that will be passed by default to $YACC.
12388
 
+              This script will default YFLAGS to the empty string to avoid a
12389
 
+              default value of `-d' given by some make applications.
12390
 
+  EMACS       the Emacs editor command
12391
 
+  EMACSLOADPATH
12392
 
+              the Emacs library search path
12393
 
 
12394
 
 Use these variables to override the choices made by `configure' or to help
12395
 
 it to find libraries and programs with nonstandard names/locations.
12396
 
 
12397
 
 Report bugs to <bug-gnats@gnu.org>.
12398
 
 _ACEOF
12399
 
+ac_status=$?
12400
 
 fi
12401
 
 
12402
 
 if test "$ac_init_help" = "recursive"; then
12403
 
   # If there are subdirs, report their specific --help.
12404
 
-  ac_popdir=`pwd`
12405
 
   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
12406
 
-    test -d $ac_dir || continue
12407
 
+    test -d "$ac_dir" ||
12408
 
+      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
12409
 
+      continue
12410
 
     ac_builddir=.
12411
 
 
12412
 
-if test "$ac_dir" != .; then
12413
 
-  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
12414
 
-  # A "../" for each directory in $ac_dir_suffix.
12415
 
-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
12416
 
-else
12417
 
-  ac_dir_suffix= ac_top_builddir=
12418
 
-fi
12419
 
+case "$ac_dir" in
12420
 
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12421
 
+*)
12422
 
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12423
 
+  # A ".." for each directory in $ac_dir_suffix.
12424
 
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12425
 
+  case $ac_top_builddir_sub in
12426
 
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12427
 
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12428
 
+  esac ;;
12429
 
+esac
12430
 
+ac_abs_top_builddir=$ac_pwd
12431
 
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
12432
 
+# for backward compatibility:
12433
 
+ac_top_builddir=$ac_top_build_prefix
12434
 
 
12435
 
 case $srcdir in
12436
 
-  .)  # No --srcdir option.  We are building in place.
12437
 
+  .)  # We are building in place.
12438
 
     ac_srcdir=.
12439
 
-    if test -z "$ac_top_builddir"; then
12440
 
-       ac_top_srcdir=.
12441
 
-    else
12442
 
-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
12443
 
-    fi ;;
12444
 
-  [\\/]* | ?:[\\/]* )  # Absolute path.
12445
 
+    ac_top_srcdir=$ac_top_builddir_sub
12446
 
+    ac_abs_top_srcdir=$ac_pwd ;;
12447
 
+  [\\/]* | ?:[\\/]* )  # Absolute name.
12448
 
     ac_srcdir=$srcdir$ac_dir_suffix;
12449
 
-    ac_top_srcdir=$srcdir ;;
12450
 
-  *) # Relative path.
12451
 
-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
12452
 
-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
12453
 
-esac
12454
 
-
12455
 
-# Do not use `cd foo && pwd` to compute absolute paths, because
12456
 
-# the directories may not exist.
12457
 
-case `pwd` in
12458
 
-.) ac_abs_builddir="$ac_dir";;
12459
 
-*)
12460
 
-  case "$ac_dir" in
12461
 
-  .) ac_abs_builddir=`pwd`;;
12462
 
-  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
12463
 
-  *) ac_abs_builddir=`pwd`/"$ac_dir";;
12464
 
-  esac;;
12465
 
-esac
12466
 
-case $ac_abs_builddir in
12467
 
-.) ac_abs_top_builddir=${ac_top_builddir}.;;
12468
 
-*)
12469
 
-  case ${ac_top_builddir}. in
12470
 
-  .) ac_abs_top_builddir=$ac_abs_builddir;;
12471
 
-  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
12472
 
-  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
12473
 
-  esac;;
12474
 
-esac
12475
 
-case $ac_abs_builddir in
12476
 
-.) ac_abs_srcdir=$ac_srcdir;;
12477
 
-*)
12478
 
-  case $ac_srcdir in
12479
 
-  .) ac_abs_srcdir=$ac_abs_builddir;;
12480
 
-  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
12481
 
-  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
12482
 
-  esac;;
12483
 
-esac
12484
 
-case $ac_abs_builddir in
12485
 
-.) ac_abs_top_srcdir=$ac_top_srcdir;;
12486
 
-*)
12487
 
-  case $ac_top_srcdir in
12488
 
-  .) ac_abs_top_srcdir=$ac_abs_builddir;;
12489
 
-  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
12490
 
-  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
12491
 
-  esac;;
12492
 
+    ac_top_srcdir=$srcdir
12493
 
+    ac_abs_top_srcdir=$srcdir ;;
12494
 
+  *) # Relative name.
12495
 
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12496
 
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
12497
 
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
12498
 
 esac
12499
 
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
12500
 
 
12501
 
-    cd $ac_dir
12502
 
-    # Check for guested configure; otherwise get Cygnus style configure.
12503
 
-    if test -f $ac_srcdir/configure.gnu; then
12504
 
-      echo
12505
 
-      $SHELL $ac_srcdir/configure.gnu  --help=recursive
12506
 
-    elif test -f $ac_srcdir/configure; then
12507
 
-      echo
12508
 
-      $SHELL $ac_srcdir/configure  --help=recursive
12509
 
-    elif test -f $ac_srcdir/configure.ac ||
12510
 
-          test -f $ac_srcdir/configure.in; then
12511
 
-      echo
12512
 
-      $ac_configure --help
12513
 
+    cd "$ac_dir" || { ac_status=$?; continue; }
12514
 
+    # Check for guested configure.
12515
 
+    if test -f "$ac_srcdir/configure.gnu"; then
12516
 
+      echo &&
12517
 
+      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
12518
 
+    elif test -f "$ac_srcdir/configure"; then
12519
 
+      echo &&
12520
 
+      $SHELL "$ac_srcdir/configure" --help=recursive
12521
 
     else
12522
 
-      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
12523
 
-    fi
12524
 
-    cd $ac_popdir
12525
 
+      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
12526
 
+    fi || ac_status=$?
12527
 
+    cd "$ac_pwd" || { ac_status=$?; break; }
12528
 
   done
12529
 
 fi
12530
 
 
12531
 
-test -n "$ac_init_help" && exit 0
12532
 
+test -n "$ac_init_help" && exit $ac_status
12533
 
 if $ac_init_version; then
12534
 
   cat <<\_ACEOF
12535
 
 gnats configure 4.1.0
12536
 
-generated by GNU Autoconf 2.59
12537
 
+generated by GNU Autoconf 2.65
12538
 
 
12539
 
-Copyright (C) 2003 Free Software Foundation, Inc.
12540
 
+Copyright (C) 2009 Free Software Foundation, Inc.
12541
 
 This configure script is free software; the Free Software Foundation
12542
 
 gives unlimited permission to copy, distribute and modify it.
12543
 
 _ACEOF
12544
 
-  exit 0
12545
 
+  exit
12546
 
 fi
12547
 
-exec 5>config.log
12548
 
-cat >&5 <<_ACEOF
12549
 
-This file contains any messages produced by compilers while
12550
 
-running configure, to aid debugging if configure makes a mistake.
12551
 
-
12552
 
-It was created by gnats $as_me 4.1.0, which was
12553
 
-generated by GNU Autoconf 2.59.  Invocation command line was
12554
 
 
12555
 
-  $ $0 $@
12556
 
-
12557
 
-_ACEOF
12558
 
+## ------------------------ ##
12559
 
+## Autoconf initialization. ##
12560
 
+## ------------------------ ##
12561
 
+
12562
 
+# ac_fn_c_try_compile LINENO
12563
 
+# --------------------------
12564
 
+# Try to compile conftest.$ac_ext, and return whether this succeeded.
12565
 
+ac_fn_c_try_compile ()
12566
 
 {
12567
 
-cat <<_ASUNAME
12568
 
-## --------- ##
12569
 
-## Platform. ##
12570
 
-## --------- ##
12571
 
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12572
 
+  rm -f conftest.$ac_objext
12573
 
+  if { { ac_try="$ac_compile"
12574
 
+case "(($ac_try" in
12575
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12576
 
+  *) ac_try_echo=$ac_try;;
12577
 
+esac
12578
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12579
 
+$as_echo "$ac_try_echo"; } >&5
12580
 
+  (eval "$ac_compile") 2>conftest.err
12581
 
+  ac_status=$?
12582
 
+  if test -s conftest.err; then
12583
 
+    grep -v '^ *+' conftest.err >conftest.er1
12584
 
+    cat conftest.er1 >&5
12585
 
+    mv -f conftest.er1 conftest.err
12586
 
+  fi
12587
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12588
 
+  test $ac_status = 0; } && {
12589
 
+        test -z "$ac_c_werror_flag" ||
12590
 
+        test ! -s conftest.err
12591
 
+       } && test -s conftest.$ac_objext; then :
12592
 
+  ac_retval=0
12593
 
+else
12594
 
+  $as_echo "$as_me: failed program was:" >&5
12595
 
+sed 's/^/| /' conftest.$ac_ext >&5
12596
 
 
12597
 
-hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
12598
 
-uname -m = `(uname -m) 2>/dev/null || echo unknown`
12599
 
-uname -r = `(uname -r) 2>/dev/null || echo unknown`
12600
 
-uname -s = `(uname -s) 2>/dev/null || echo unknown`
12601
 
-uname -v = `(uname -v) 2>/dev/null || echo unknown`
12602
 
+       ac_retval=1
12603
 
+fi
12604
 
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
12605
 
+  as_fn_set_status $ac_retval
12606
 
 
12607
 
-/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
12608
 
-/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
12609
 
+} # ac_fn_c_try_compile
12610
 
 
12611
 
-/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
12612
 
-/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
12613
 
-/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
12614
 
-hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
12615
 
-/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
12616
 
-/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
12617
 
-/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
12618
 
+# ac_fn_c_try_cpp LINENO
12619
 
+# ----------------------
12620
 
+# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
12621
 
+ac_fn_c_try_cpp ()
12622
 
+{
12623
 
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12624
 
+  if { { ac_try="$ac_cpp conftest.$ac_ext"
12625
 
+case "(($ac_try" in
12626
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12627
 
+  *) ac_try_echo=$ac_try;;
12628
 
+esac
12629
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12630
 
+$as_echo "$ac_try_echo"; } >&5
12631
 
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
12632
 
+  ac_status=$?
12633
 
+  if test -s conftest.err; then
12634
 
+    grep -v '^ *+' conftest.err >conftest.er1
12635
 
+    cat conftest.er1 >&5
12636
 
+    mv -f conftest.er1 conftest.err
12637
 
+  fi
12638
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12639
 
+  test $ac_status = 0; } >/dev/null && {
12640
 
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12641
 
+        test ! -s conftest.err
12642
 
+       }; then :
12643
 
+  ac_retval=0
12644
 
+else
12645
 
+  $as_echo "$as_me: failed program was:" >&5
12646
 
+sed 's/^/| /' conftest.$ac_ext >&5
12647
 
+
12648
 
+    ac_retval=1
12649
 
+fi
12650
 
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
12651
 
+  as_fn_set_status $ac_retval
12652
 
+
12653
 
+} # ac_fn_c_try_cpp
12654
 
+
12655
 
+# ac_fn_c_try_link LINENO
12656
 
+# -----------------------
12657
 
+# Try to link conftest.$ac_ext, and return whether this succeeded.
12658
 
+ac_fn_c_try_link ()
12659
 
+{
12660
 
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12661
 
+  rm -f conftest.$ac_objext conftest$ac_exeext
12662
 
+  if { { ac_try="$ac_link"
12663
 
+case "(($ac_try" in
12664
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12665
 
+  *) ac_try_echo=$ac_try;;
12666
 
+esac
12667
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12668
 
+$as_echo "$ac_try_echo"; } >&5
12669
 
+  (eval "$ac_link") 2>conftest.err
12670
 
+  ac_status=$?
12671
 
+  if test -s conftest.err; then
12672
 
+    grep -v '^ *+' conftest.err >conftest.er1
12673
 
+    cat conftest.er1 >&5
12674
 
+    mv -f conftest.er1 conftest.err
12675
 
+  fi
12676
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12677
 
+  test $ac_status = 0; } && {
12678
 
+        test -z "$ac_c_werror_flag" ||
12679
 
+        test ! -s conftest.err
12680
 
+       } && test -s conftest$ac_exeext && {
12681
 
+        test "$cross_compiling" = yes ||
12682
 
+        $as_test_x conftest$ac_exeext
12683
 
+       }; then :
12684
 
+  ac_retval=0
12685
 
+else
12686
 
+  $as_echo "$as_me: failed program was:" >&5
12687
 
+sed 's/^/| /' conftest.$ac_ext >&5
12688
 
+
12689
 
+       ac_retval=1
12690
 
+fi
12691
 
+  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
12692
 
+  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
12693
 
+  # interfere with the next link command; also delete a directory that is
12694
 
+  # left behind by Apple's compiler.  We do this before executing the actions.
12695
 
+  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
12696
 
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
12697
 
+  as_fn_set_status $ac_retval
12698
 
+
12699
 
+} # ac_fn_c_try_link
12700
 
+
12701
 
+# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
12702
 
+# -------------------------------------------------------
12703
 
+# Tests whether HEADER exists, giving a warning if it cannot be compiled using
12704
 
+# the include files in INCLUDES and setting the cache variable VAR
12705
 
+# accordingly.
12706
 
+ac_fn_c_check_header_mongrel ()
12707
 
+{
12708
 
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12709
 
+  if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
12710
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
12711
 
+$as_echo_n "checking for $2... " >&6; }
12712
 
+if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
12713
 
+  $as_echo_n "(cached) " >&6
12714
 
+fi
12715
 
+eval ac_res=\$$3
12716
 
+              { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
12717
 
+$as_echo "$ac_res" >&6; }
12718
 
+else
12719
 
+  # Is the header compilable?
12720
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
12721
 
+$as_echo_n "checking $2 usability... " >&6; }
12722
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12723
 
+/* end confdefs.h.  */
12724
 
+$4
12725
 
+#include <$2>
12726
 
+_ACEOF
12727
 
+if ac_fn_c_try_compile "$LINENO"; then :
12728
 
+  ac_header_compiler=yes
12729
 
+else
12730
 
+  ac_header_compiler=no
12731
 
+fi
12732
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12733
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
12734
 
+$as_echo "$ac_header_compiler" >&6; }
12735
 
 
12736
 
-_ASUNAME
12737
 
+# Is the header present?
12738
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
12739
 
+$as_echo_n "checking $2 presence... " >&6; }
12740
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12741
 
+/* end confdefs.h.  */
12742
 
+#include <$2>
12743
 
+_ACEOF
12744
 
+if ac_fn_c_try_cpp "$LINENO"; then :
12745
 
+  ac_header_preproc=yes
12746
 
+else
12747
 
+  ac_header_preproc=no
12748
 
+fi
12749
 
+rm -f conftest.err conftest.$ac_ext
12750
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
12751
 
+$as_echo "$ac_header_preproc" >&6; }
12752
 
 
12753
 
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12754
 
-for as_dir in $PATH
12755
 
-do
12756
 
-  IFS=$as_save_IFS
12757
 
-  test -z "$as_dir" && as_dir=.
12758
 
-  echo "PATH: $as_dir"
12759
 
-done
12760
 
+# So?  What about this header?
12761
 
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
12762
 
+  yes:no: )
12763
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
12764
 
+$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
12765
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
12766
 
+$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
12767
 
+    ;;
12768
 
+  no:yes:* )
12769
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
12770
 
+$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
12771
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
12772
 
+$as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
12773
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
12774
 
+$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
12775
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
12776
 
+$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
12777
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
12778
 
+$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
12779
 
+( cat <<\_ASBOX
12780
 
+## -------------------------------- ##
12781
 
+## Report this to bug-gnats@gnu.org ##
12782
 
+## -------------------------------- ##
12783
 
+_ASBOX
12784
 
+     ) | sed "s/^/$as_me: WARNING:     /" >&2
12785
 
+    ;;
12786
 
+esac
12787
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
12788
 
+$as_echo_n "checking for $2... " >&6; }
12789
 
+if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
12790
 
+  $as_echo_n "(cached) " >&6
12791
 
+else
12792
 
+  eval "$3=\$ac_header_compiler"
12793
 
+fi
12794
 
+eval ac_res=\$$3
12795
 
+              { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
12796
 
+$as_echo "$ac_res" >&6; }
12797
 
+fi
12798
 
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
12799
 
+
12800
 
+} # ac_fn_c_check_header_mongrel
12801
 
+
12802
 
+# ac_fn_c_try_run LINENO
12803
 
+# ----------------------
12804
 
+# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
12805
 
+# that executables *can* be run.
12806
 
+ac_fn_c_try_run ()
12807
 
+{
12808
 
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12809
 
+  if { { ac_try="$ac_link"
12810
 
+case "(($ac_try" in
12811
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12812
 
+  *) ac_try_echo=$ac_try;;
12813
 
+esac
12814
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12815
 
+$as_echo "$ac_try_echo"; } >&5
12816
 
+  (eval "$ac_link") 2>&5
12817
 
+  ac_status=$?
12818
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12819
 
+  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
12820
 
+  { { case "(($ac_try" in
12821
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12822
 
+  *) ac_try_echo=$ac_try;;
12823
 
+esac
12824
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12825
 
+$as_echo "$ac_try_echo"; } >&5
12826
 
+  (eval "$ac_try") 2>&5
12827
 
+  ac_status=$?
12828
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12829
 
+  test $ac_status = 0; }; }; then :
12830
 
+  ac_retval=0
12831
 
+else
12832
 
+  $as_echo "$as_me: program exited with status $ac_status" >&5
12833
 
+       $as_echo "$as_me: failed program was:" >&5
12834
 
+sed 's/^/| /' conftest.$ac_ext >&5
12835
 
+
12836
 
+       ac_retval=$ac_status
12837
 
+fi
12838
 
+  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
12839
 
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
12840
 
+  as_fn_set_status $ac_retval
12841
 
+
12842
 
+} # ac_fn_c_try_run
12843
 
+
12844
 
+# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
12845
 
+# -------------------------------------------------------
12846
 
+# Tests whether HEADER exists and can be compiled using the include files in
12847
 
+# INCLUDES, setting the cache variable VAR accordingly.
12848
 
+ac_fn_c_check_header_compile ()
12849
 
+{
12850
 
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12851
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
12852
 
+$as_echo_n "checking for $2... " >&6; }
12853
 
+if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
12854
 
+  $as_echo_n "(cached) " >&6
12855
 
+else
12856
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12857
 
+/* end confdefs.h.  */
12858
 
+$4
12859
 
+#include <$2>
12860
 
+_ACEOF
12861
 
+if ac_fn_c_try_compile "$LINENO"; then :
12862
 
+  eval "$3=yes"
12863
 
+else
12864
 
+  eval "$3=no"
12865
 
+fi
12866
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12867
 
+fi
12868
 
+eval ac_res=\$$3
12869
 
+              { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
12870
 
+$as_echo "$ac_res" >&6; }
12871
 
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
12872
 
+
12873
 
+} # ac_fn_c_check_header_compile
12874
 
+
12875
 
+# ac_fn_c_check_func LINENO FUNC VAR
12876
 
+# ----------------------------------
12877
 
+# Tests whether FUNC exists, setting the cache variable VAR accordingly
12878
 
+ac_fn_c_check_func ()
12879
 
+{
12880
 
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12881
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
12882
 
+$as_echo_n "checking for $2... " >&6; }
12883
 
+if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
12884
 
+  $as_echo_n "(cached) " >&6
12885
 
+else
12886
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12887
 
+/* end confdefs.h.  */
12888
 
+/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
12889
 
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12890
 
+#define $2 innocuous_$2
12891
 
+
12892
 
+/* System header to define __stub macros and hopefully few prototypes,
12893
 
+    which can conflict with char $2 (); below.
12894
 
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12895
 
+    <limits.h> exists even on freestanding compilers.  */
12896
 
+
12897
 
+#ifdef __STDC__
12898
 
+# include <limits.h>
12899
 
+#else
12900
 
+# include <assert.h>
12901
 
+#endif
12902
 
+
12903
 
+#undef $2
12904
 
+
12905
 
+/* Override any GCC internal prototype to avoid an error.
12906
 
+   Use char because int might match the return type of a GCC
12907
 
+   builtin and then its argument prototype would still apply.  */
12908
 
+#ifdef __cplusplus
12909
 
+extern "C"
12910
 
+#endif
12911
 
+char $2 ();
12912
 
+/* The GNU C library defines this for functions which it implements
12913
 
+    to always fail with ENOSYS.  Some functions are actually named
12914
 
+    something starting with __ and the normal name is an alias.  */
12915
 
+#if defined __stub_$2 || defined __stub___$2
12916
 
+choke me
12917
 
+#endif
12918
 
+
12919
 
+int
12920
 
+main ()
12921
 
+{
12922
 
+return $2 ();
12923
 
+  ;
12924
 
+  return 0;
12925
 
+}
12926
 
+_ACEOF
12927
 
+if ac_fn_c_try_link "$LINENO"; then :
12928
 
+  eval "$3=yes"
12929
 
+else
12930
 
+  eval "$3=no"
12931
 
+fi
12932
 
+rm -f core conftest.err conftest.$ac_objext \
12933
 
+    conftest$ac_exeext conftest.$ac_ext
12934
 
+fi
12935
 
+eval ac_res=\$$3
12936
 
+              { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
12937
 
+$as_echo "$ac_res" >&6; }
12938
 
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
12939
 
+
12940
 
+} # ac_fn_c_check_func
12941
 
+
12942
 
+# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
12943
 
+# -------------------------------------------
12944
 
+# Tests whether TYPE exists after having included INCLUDES, setting cache
12945
 
+# variable VAR accordingly.
12946
 
+ac_fn_c_check_type ()
12947
 
+{
12948
 
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12949
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
12950
 
+$as_echo_n "checking for $2... " >&6; }
12951
 
+if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
12952
 
+  $as_echo_n "(cached) " >&6
12953
 
+else
12954
 
+  eval "$3=no"
12955
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12956
 
+/* end confdefs.h.  */
12957
 
+$4
12958
 
+int
12959
 
+main ()
12960
 
+{
12961
 
+if (sizeof ($2))
12962
 
+        return 0;
12963
 
+  ;
12964
 
+  return 0;
12965
 
+}
12966
 
+_ACEOF
12967
 
+if ac_fn_c_try_compile "$LINENO"; then :
12968
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12969
 
+/* end confdefs.h.  */
12970
 
+$4
12971
 
+int
12972
 
+main ()
12973
 
+{
12974
 
+if (sizeof (($2)))
12975
 
+           return 0;
12976
 
+  ;
12977
 
+  return 0;
12978
 
+}
12979
 
+_ACEOF
12980
 
+if ac_fn_c_try_compile "$LINENO"; then :
12981
 
+
12982
 
+else
12983
 
+  eval "$3=yes"
12984
 
+fi
12985
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12986
 
+fi
12987
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12988
 
+fi
12989
 
+eval ac_res=\$$3
12990
 
+              { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
12991
 
+$as_echo "$ac_res" >&6; }
12992
 
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
12993
 
+
12994
 
+} # ac_fn_c_check_type
12995
 
+cat >config.log <<_ACEOF
12996
 
+This file contains any messages produced by compilers while
12997
 
+running configure, to aid debugging if configure makes a mistake.
12998
 
+
12999
 
+It was created by gnats $as_me 4.1.0, which was
13000
 
+generated by GNU Autoconf 2.65.  Invocation command line was
13001
 
+
13002
 
+  $ $0 $@
13003
 
+
13004
 
+_ACEOF
13005
 
+exec 5>>config.log
13006
 
+{
13007
 
+cat <<_ASUNAME
13008
 
+## --------- ##
13009
 
+## Platform. ##
13010
 
+## --------- ##
13011
 
+
13012
 
+hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
13013
 
+uname -m = `(uname -m) 2>/dev/null || echo unknown`
13014
 
+uname -r = `(uname -r) 2>/dev/null || echo unknown`
13015
 
+uname -s = `(uname -s) 2>/dev/null || echo unknown`
13016
 
+uname -v = `(uname -v) 2>/dev/null || echo unknown`
13017
 
+
13018
 
+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
13019
 
+/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
13020
 
+
13021
 
+/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
13022
 
+/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
13023
 
+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
13024
 
+/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
13025
 
+/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
13026
 
+/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
13027
 
+/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
13028
 
+
13029
 
+_ASUNAME
13030
 
+
13031
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13032
 
+for as_dir in $PATH
13033
 
+do
13034
 
+  IFS=$as_save_IFS
13035
 
+  test -z "$as_dir" && as_dir=.
13036
 
+    $as_echo "PATH: $as_dir"
13037
 
+  done
13038
 
+IFS=$as_save_IFS
13039
 
 
13040
 
 } >&5
13041
 
 
13042
 
@@ -1036,7 +1900,6 @@ _ACEOF
13043
 
 ac_configure_args=
13044
 
 ac_configure_args0=
13045
 
 ac_configure_args1=
13046
 
-ac_sep=
13047
 
 ac_must_keep_next=false
13048
 
 for ac_pass in 1 2
13049
 
 do
13050
 
@@ -1047,13 +1910,13 @@ do
13051
 
     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13052
 
     | -silent | --silent | --silen | --sile | --sil)
13053
 
       continue ;;
13054
 
-    *" "*|*"   "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
13055
 
-      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
13056
 
+    *\'*)
13057
 
+      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
13058
 
     esac
13059
 
     case $ac_pass in
13060
 
-    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
13061
 
+    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
13062
 
     2)
13063
 
-      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
13064
 
+      as_fn_append ac_configure_args1 " '$ac_arg'"
13065
 
       if test $ac_must_keep_next = true; then
13066
 
        ac_must_keep_next=false # Got value, back to normal.
13067
 
       else
13068
 
@@ -1069,21 +1932,19 @@ do
13069
 
          -* ) ac_must_keep_next=true ;;
13070
 
        esac
13071
 
       fi
13072
 
-      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
13073
 
-      # Get rid of the leading space.
13074
 
-      ac_sep=" "
13075
 
+      as_fn_append ac_configure_args " '$ac_arg'"
13076
 
       ;;
13077
 
     esac
13078
 
   done
13079
 
 done
13080
 
-$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
13081
 
-$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
13082
 
+{ ac_configure_args0=; unset ac_configure_args0;}
13083
 
+{ ac_configure_args1=; unset ac_configure_args1;}
13084
 
 
13085
 
 # When interrupted or exit'd, cleanup temporary files, and complete
13086
 
 # config.log.  We remove comments because anyway the quotes in there
13087
 
 # would cause problems or look ugly.
13088
 
-# WARNING: Be sure not to use single quotes in there, as some shells,
13089
 
-# such as our DU 5.0 friend, will then `close' the trap.
13090
 
+# WARNING: Use '\'' to represent an apostrophe within the trap.
13091
 
+# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
13092
 
 trap 'exit_status=$?
13093
 
   # Save into config.log some information that might help in debugging.
13094
 
   {
13095
 
@@ -1096,20 +1957,35 @@ trap 'exit_status=$?
13096
 
 _ASBOX
13097
 
     echo
13098
 
     # The following way of writing the cache mishandles newlines in values,
13099
 
-{
13100
 
+(
13101
 
+  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
13102
 
+    eval ac_val=\$$ac_var
13103
 
+    case $ac_val in #(
13104
 
+    *${as_nl}*)
13105
 
+      case $ac_var in #(
13106
 
+      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13107
 
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13108
 
+      esac
13109
 
+      case $ac_var in #(
13110
 
+      _ | IFS | as_nl) ;; #(
13111
 
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13112
 
+      *) { eval $ac_var=; unset $ac_var;} ;;
13113
 
+      esac ;;
13114
 
+    esac
13115
 
+  done
13116
 
   (set) 2>&1 |
13117
 
-    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
13118
 
-    *ac_space=\ *)
13119
 
+    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
13120
 
+    *${as_nl}ac_space=\ *)
13121
 
       sed -n \
13122
 
-       "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
13123
 
-         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
13124
 
-      ;;
13125
 
+       "s/'\''/'\''\\\\'\'''\''/g;
13126
 
+         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
13127
 
+      ;; #(
13128
 
     *)
13129
 
-      sed -n \
13130
 
-       "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
13131
 
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13132
 
       ;;
13133
 
-    esac;
13134
 
-}
13135
 
+    esac |
13136
 
+    sort
13137
 
+)
13138
 
     echo
13139
 
 
13140
 
     cat <<\_ASBOX
13141
 
@@ -1120,22 +1996,28 @@ _ASBOX
13142
 
     echo
13143
 
     for ac_var in $ac_subst_vars
13144
 
     do
13145
 
-      eval ac_val=$`echo $ac_var`
13146
 
-      echo "$ac_var='"'"'$ac_val'"'"'"
13147
 
+      eval ac_val=\$$ac_var
13148
 
+      case $ac_val in
13149
 
+      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
13150
 
+      esac
13151
 
+      $as_echo "$ac_var='\''$ac_val'\''"
13152
 
     done | sort
13153
 
     echo
13154
 
 
13155
 
     if test -n "$ac_subst_files"; then
13156
 
       cat <<\_ASBOX
13157
 
-## ------------- ##
13158
 
-## Output files. ##
13159
 
-## ------------- ##
13160
 
+## ------------------- ##
13161
 
+## File substitutions. ##
13162
 
+## ------------------- ##
13163
 
 _ASBOX
13164
 
       echo
13165
 
       for ac_var in $ac_subst_files
13166
 
       do
13167
 
-       eval ac_val=$`echo $ac_var`
13168
 
-       echo "$ac_var='"'"'$ac_val'"'"'"
13169
 
+       eval ac_val=\$$ac_var
13170
 
+       case $ac_val in
13171
 
+       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
13172
 
+       esac
13173
 
+       $as_echo "$ac_var='\''$ac_val'\''"
13174
 
       done | sort
13175
 
       echo
13176
 
     fi
13177
 
@@ -1147,26 +2029,26 @@ _ASBOX
13178
 
 ## ----------- ##
13179
 
 _ASBOX
13180
 
       echo
13181
 
-      sed "/^$/d" confdefs.h | sort
13182
 
+      cat confdefs.h
13183
 
       echo
13184
 
     fi
13185
 
     test "$ac_signal" != 0 &&
13186
 
-      echo "$as_me: caught signal $ac_signal"
13187
 
-    echo "$as_me: exit $exit_status"
13188
 
+      $as_echo "$as_me: caught signal $ac_signal"
13189
 
+    $as_echo "$as_me: exit $exit_status"
13190
 
   } >&5
13191
 
-  rm -f core *.core &&
13192
 
-  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
13193
 
+  rm -f core *.core core.conftest.* &&
13194
 
+    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
13195
 
     exit $exit_status
13196
 
-     ' 0
13197
 
+' 0
13198
 
 for ac_signal in 1 2 13 15; do
13199
 
-  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
13200
 
+  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
13201
 
 done
13202
 
 ac_signal=0
13203
 
 
13204
 
 # confdefs.h avoids OS command line length limits that DEFS can exceed.
13205
 
-rm -rf conftest* confdefs.h
13206
 
-# AIX cpp loses on an empty file, so make sure it contains at least a newline.
13207
 
-echo >confdefs.h
13208
 
+rm -f -r conftest* confdefs.h
13209
 
+
13210
 
+$as_echo "/* confdefs.h */" > confdefs.h
13211
 
 
13212
 
 # Predefined preprocessor variables.
13213
 
 
13214
 
@@ -1174,112 +2056,128 @@ cat >>confdefs.h <<_ACEOF
13215
 
 #define PACKAGE_NAME "$PACKAGE_NAME"
13216
 
 _ACEOF
13217
 
 
13218
 
-
13219
 
 cat >>confdefs.h <<_ACEOF
13220
 
 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
13221
 
 _ACEOF
13222
 
 
13223
 
-
13224
 
 cat >>confdefs.h <<_ACEOF
13225
 
 #define PACKAGE_VERSION "$PACKAGE_VERSION"
13226
 
 _ACEOF
13227
 
 
13228
 
-
13229
 
 cat >>confdefs.h <<_ACEOF
13230
 
 #define PACKAGE_STRING "$PACKAGE_STRING"
13231
 
 _ACEOF
13232
 
 
13233
 
-
13234
 
 cat >>confdefs.h <<_ACEOF
13235
 
 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
13236
 
 _ACEOF
13237
 
 
13238
 
+cat >>confdefs.h <<_ACEOF
13239
 
+#define PACKAGE_URL "$PACKAGE_URL"
13240
 
+_ACEOF
13241
 
+
13242
 
 
13243
 
 # Let the site file select an alternate cache file if it wants to.
13244
 
-# Prefer explicitly selected file to automatically selected ones.
13245
 
-if test -z "$CONFIG_SITE"; then
13246
 
-  if test "x$prefix" != xNONE; then
13247
 
-    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
13248
 
-  else
13249
 
-    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
13250
 
-  fi
13251
 
-fi
13252
 
-for ac_site_file in $CONFIG_SITE; do
13253
 
-  if test -r "$ac_site_file"; then
13254
 
-    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
13255
 
-echo "$as_me: loading site script $ac_site_file" >&6;}
13256
 
+# Prefer an explicitly selected file to automatically selected ones.
13257
 
+ac_site_file1=NONE
13258
 
+ac_site_file2=NONE
13259
 
+if test -n "$CONFIG_SITE"; then
13260
 
+  ac_site_file1=$CONFIG_SITE
13261
 
+elif test "x$prefix" != xNONE; then
13262
 
+  ac_site_file1=$prefix/share/config.site
13263
 
+  ac_site_file2=$prefix/etc/config.site
13264
 
+else
13265
 
+  ac_site_file1=$ac_default_prefix/share/config.site
13266
 
+  ac_site_file2=$ac_default_prefix/etc/config.site
13267
 
+fi
13268
 
+for ac_site_file in "$ac_site_file1" "$ac_site_file2"
13269
 
+do
13270
 
+  test "x$ac_site_file" = xNONE && continue
13271
 
+  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
13272
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
13273
 
+$as_echo "$as_me: loading site script $ac_site_file" >&6;}
13274
 
     sed 's/^/| /' "$ac_site_file" >&5
13275
 
     . "$ac_site_file"
13276
 
   fi
13277
 
 done
13278
 
 
13279
 
 if test -r "$cache_file"; then
13280
 
-  # Some versions of bash will fail to source /dev/null (special
13281
 
-  # files actually), so we avoid doing that.
13282
 
-  if test -f "$cache_file"; then
13283
 
-    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
13284
 
-echo "$as_me: loading cache $cache_file" >&6;}
13285
 
+  # Some versions of bash will fail to source /dev/null (special files
13286
 
+  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
13287
 
+  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
13288
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
13289
 
+$as_echo "$as_me: loading cache $cache_file" >&6;}
13290
 
     case $cache_file in
13291
 
-      [\\/]* | ?:[\\/]* ) . $cache_file;;
13292
 
-      *)                      . ./$cache_file;;
13293
 
+      [\\/]* | ?:[\\/]* ) . "$cache_file";;
13294
 
+      *)                      . "./$cache_file";;
13295
 
     esac
13296
 
   fi
13297
 
 else
13298
 
-  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
13299
 
-echo "$as_me: creating cache $cache_file" >&6;}
13300
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
13301
 
+$as_echo "$as_me: creating cache $cache_file" >&6;}
13302
 
   >$cache_file
13303
 
 fi
13304
 
 
13305
 
 # Check that the precious variables saved in the cache have kept the same
13306
 
 # value.
13307
 
 ac_cache_corrupted=false
13308
 
-for ac_var in `(set) 2>&1 |
13309
 
-              sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
13310
 
+for ac_var in $ac_precious_vars; do
13311
 
   eval ac_old_set=\$ac_cv_env_${ac_var}_set
13312
 
   eval ac_new_set=\$ac_env_${ac_var}_set
13313
 
-  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
13314
 
-  eval ac_new_val="\$ac_env_${ac_var}_value"
13315
 
+  eval ac_old_val=\$ac_cv_env_${ac_var}_value
13316
 
+  eval ac_new_val=\$ac_env_${ac_var}_value
13317
 
   case $ac_old_set,$ac_new_set in
13318
 
     set,)
13319
 
-      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
13320
 
-echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
13321
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
13322
 
+$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
13323
 
       ac_cache_corrupted=: ;;
13324
 
     ,set)
13325
 
-      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
13326
 
-echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
13327
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
13328
 
+$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
13329
 
       ac_cache_corrupted=: ;;
13330
 
     ,);;
13331
 
     *)
13332
 
       if test "x$ac_old_val" != "x$ac_new_val"; then
13333
 
-       { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
13334
 
-echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
13335
 
-       { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
13336
 
-echo "$as_me:   former value:  $ac_old_val" >&2;}
13337
 
-       { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
13338
 
-echo "$as_me:   current value: $ac_new_val" >&2;}
13339
 
-       ac_cache_corrupted=:
13340
 
+       # differences in whitespace do not lead to failure.
13341
 
+       ac_old_val_w=`echo x $ac_old_val`
13342
 
+       ac_new_val_w=`echo x $ac_new_val`
13343
 
+       if test "$ac_old_val_w" != "$ac_new_val_w"; then
13344
 
+         { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
13345
 
+$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
13346
 
+         ac_cache_corrupted=:
13347
 
+       else
13348
 
+         { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
13349
 
+$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
13350
 
+         eval $ac_var=\$ac_old_val
13351
 
+       fi
13352
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
13353
 
+$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
13354
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
13355
 
+$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
13356
 
       fi;;
13357
 
   esac
13358
 
   # Pass precious variables to config.status.
13359
 
   if test "$ac_new_set" = set; then
13360
 
     case $ac_new_val in
13361
 
-    *" "*|*"   "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
13362
 
-      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
13363
 
+    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
13364
 
     *) ac_arg=$ac_var=$ac_new_val ;;
13365
 
     esac
13366
 
     case " $ac_configure_args " in
13367
 
       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
13368
 
-      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
13369
 
+      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
13370
 
     esac
13371
 
   fi
13372
 
 done
13373
 
 if $ac_cache_corrupted; then
13374
 
-  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
13375
 
-echo "$as_me: error: changes in the environment can compromise the build" >&2;}
13376
 
-  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
13377
 
-echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
13378
 
-   { (exit 1); exit 1; }; }
13379
 
-fi
13380
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13381
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13382
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
13383
 
+$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
13384
 
+  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
13385
 
+fi
13386
 
+## -------------------- ##
13387
 
+## Main body of script. ##
13388
 
+## -------------------- ##
13389
 
 
13390
 
 ac_ext=c
13391
 
 ac_cpp='$CPP $CPPFLAGS'
13392
 
@@ -1289,84 +2187,59 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
13393
 
 
13394
 
 
13395
 
 
13396
 
+ac_config_headers="$ac_config_headers autoconf.h"
13397
 
 
13398
 
 
13399
 
 
13400
 
+# Check whether --with-kerberos was given.
13401
 
+if test "${with_kerberos+set}" = set; then :
13402
 
+  withval=$with_kerberos;
13403
 
+fi
13404
 
 
13405
 
 
13406
 
+# Check whether --with-gnats-service was given.
13407
 
+if test "${with_gnats_service+set}" = set; then :
13408
 
+  withval=$with_gnats_service;
13409
 
+fi
13410
 
 
13411
 
 
13412
 
+# Check whether --with-gnats-user was given.
13413
 
+if test "${with_gnats_user+set}" = set; then :
13414
 
+  withval=$with_gnats_user;
13415
 
+fi
13416
 
 
13417
 
 
13418
 
+# Check whether --with-gnatsd-user-access-file was given.
13419
 
+if test "${with_gnatsd_user_access_file+set}" = set; then :
13420
 
+  withval=$with_gnatsd_user_access_file;
13421
 
+fi
13422
 
 
13423
 
 
13424
 
+# Check whether --with-gnatsd-host-access-file was given.
13425
 
+if test "${with_gnatsd_host_access_file+set}" = set; then :
13426
 
+  withval=$with_gnatsd_host_access_file;
13427
 
+fi
13428
 
 
13429
 
 
13430
 
+# Check whether --with-gnats-dblist-file was given.
13431
 
+if test "${with_gnats_dblist_file+set}" = set; then :
13432
 
+  withval=$with_gnats_dblist_file;
13433
 
+fi
13434
 
 
13435
 
 
13436
 
+# Check whether --with-gnats-default-db was given.
13437
 
+if test "${with_gnats_default_db+set}" = set; then :
13438
 
+  withval=$with_gnats_default_db;
13439
 
+fi
13440
 
 
13441
 
 
13442
 
+# Check whether --with-lispdir was given.
13443
 
+if test "${with_lispdir+set}" = set; then :
13444
 
+  withval=$with_lispdir;
13445
 
+fi
13446
 
 
13447
 
 
13448
 
 
13449
 
-
13450
 
-
13451
 
-
13452
 
-
13453
 
-
13454
 
-          ac_config_headers="$ac_config_headers autoconf.h"
13455
 
-
13456
 
-
13457
 
-
13458
 
-# Check whether --with-kerberos or --without-kerberos was given.
13459
 
-if test "${with_kerberos+set}" = set; then
13460
 
-  withval="$with_kerberos"
13461
 
-
13462
 
-fi;
13463
 
-
13464
 
-# Check whether --with-gnats-service or --without-gnats-service was given.
13465
 
-if test "${with_gnats_service+set}" = set; then
13466
 
-  withval="$with_gnats_service"
13467
 
-
13468
 
-fi;
13469
 
-
13470
 
-# Check whether --with-gnats-user or --without-gnats-user was given.
13471
 
-if test "${with_gnats_user+set}" = set; then
13472
 
-  withval="$with_gnats_user"
13473
 
-
13474
 
-fi;
13475
 
-
13476
 
-# Check whether --with-gnatsd-user-access-file or --without-gnatsd-user-access-file was given.
13477
 
-if test "${with_gnatsd_user_access_file+set}" = set; then
13478
 
-  withval="$with_gnatsd_user_access_file"
13479
 
-
13480
 
-fi;
13481
 
-
13482
 
-# Check whether --with-gnatsd-host-access-file or --without-gnatsd-host-access-file was given.
13483
 
-if test "${with_gnatsd_host_access_file+set}" = set; then
13484
 
-  withval="$with_gnatsd_host_access_file"
13485
 
-
13486
 
-fi;
13487
 
-
13488
 
-# Check whether --with-gnats-dblist-file or --without-gnats-dblist-file was given.
13489
 
-if test "${with_gnats_dblist_file+set}" = set; then
13490
 
-  withval="$with_gnats_dblist_file"
13491
 
-
13492
 
-fi;
13493
 
-
13494
 
-# Check whether --with-gnats-default-db or --without-gnats-default-db was given.
13495
 
-if test "${with_gnats_default_db+set}" = set; then
13496
 
-  withval="$with_gnats_default_db"
13497
 
-
13498
 
-fi;
13499
 
-
13500
 
-# Check whether --with-lispdir or --without-lispdir was given.
13501
 
-if test "${with_lispdir+set}" = set; then
13502
 
-  withval="$with_lispdir"
13503
 
-
13504
 
-fi;
13505
 
-
13506
 
-
13507
 
 ac_ext=c
13508
 
 ac_cpp='$CPP $CPPFLAGS'
13509
 
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13510
 
@@ -1375,10 +2248,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
13511
 
 if test -n "$ac_tool_prefix"; then
13512
 
   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
13513
 
 set dummy ${ac_tool_prefix}gcc; ac_word=$2
13514
 
-echo "$as_me:$LINENO: checking for $ac_word" >&5
13515
 
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13516
 
-if test "${ac_cv_prog_CC+set}" = set; then
13517
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
13518
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13519
 
+$as_echo_n "checking for $ac_word... " >&6; }
13520
 
+if test "${ac_cv_prog_CC+set}" = set; then :
13521
 
+  $as_echo_n "(cached) " >&6
13522
 
 else
13523
 
   if test -n "$CC"; then
13524
 
   ac_cv_prog_CC="$CC" # Let the user override the test.
13525
 
@@ -1388,35 +2261,37 @@ for as_dir in $PATH
13526
 
 do
13527
 
   IFS=$as_save_IFS
13528
 
   test -z "$as_dir" && as_dir=.
13529
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
13530
 
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13531
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
13532
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13533
 
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
13534
 
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13535
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13536
 
     break 2
13537
 
   fi
13538
 
 done
13539
 
-done
13540
 
+  done
13541
 
+IFS=$as_save_IFS
13542
 
 
13543
 
 fi
13544
 
 fi
13545
 
 CC=$ac_cv_prog_CC
13546
 
 if test -n "$CC"; then
13547
 
-  echo "$as_me:$LINENO: result: $CC" >&5
13548
 
-echo "${ECHO_T}$CC" >&6
13549
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
13550
 
+$as_echo "$CC" >&6; }
13551
 
 else
13552
 
-  echo "$as_me:$LINENO: result: no" >&5
13553
 
-echo "${ECHO_T}no" >&6
13554
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13555
 
+$as_echo "no" >&6; }
13556
 
 fi
13557
 
 
13558
 
+
13559
 
 fi
13560
 
 if test -z "$ac_cv_prog_CC"; then
13561
 
   ac_ct_CC=$CC
13562
 
   # Extract the first word of "gcc", so it can be a program name with args.
13563
 
 set dummy gcc; ac_word=$2
13564
 
-echo "$as_me:$LINENO: checking for $ac_word" >&5
13565
 
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13566
 
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
13567
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
13568
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13569
 
+$as_echo_n "checking for $ac_word... " >&6; }
13570
 
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
13571
 
+  $as_echo_n "(cached) " >&6
13572
 
 else
13573
 
   if test -n "$ac_ct_CC"; then
13574
 
   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
13575
 
@@ -1426,39 +2301,50 @@ for as_dir in $PATH
13576
 
 do
13577
 
   IFS=$as_save_IFS
13578
 
   test -z "$as_dir" && as_dir=.
13579
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
13580
 
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13581
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
13582
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13583
 
     ac_cv_prog_ac_ct_CC="gcc"
13584
 
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13585
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13586
 
     break 2
13587
 
   fi
13588
 
 done
13589
 
-done
13590
 
+  done
13591
 
+IFS=$as_save_IFS
13592
 
 
13593
 
 fi
13594
 
 fi
13595
 
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
13596
 
 if test -n "$ac_ct_CC"; then
13597
 
-  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
13598
 
-echo "${ECHO_T}$ac_ct_CC" >&6
13599
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
13600
 
+$as_echo "$ac_ct_CC" >&6; }
13601
 
 else
13602
 
-  echo "$as_me:$LINENO: result: no" >&5
13603
 
-echo "${ECHO_T}no" >&6
13604
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13605
 
+$as_echo "no" >&6; }
13606
 
 fi
13607
 
 
13608
 
-  CC=$ac_ct_CC
13609
 
+  if test "x$ac_ct_CC" = x; then
13610
 
+    CC=""
13611
 
+  else
13612
 
+    case $cross_compiling:$ac_tool_warned in
13613
 
+yes:)
13614
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
13615
 
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
13616
 
+ac_tool_warned=yes ;;
13617
 
+esac
13618
 
+    CC=$ac_ct_CC
13619
 
+  fi
13620
 
 else
13621
 
   CC="$ac_cv_prog_CC"
13622
 
 fi
13623
 
 
13624
 
 if test -z "$CC"; then
13625
 
-  if test -n "$ac_tool_prefix"; then
13626
 
-  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
13627
 
+          if test -n "$ac_tool_prefix"; then
13628
 
+    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
13629
 
 set dummy ${ac_tool_prefix}cc; ac_word=$2
13630
 
-echo "$as_me:$LINENO: checking for $ac_word" >&5
13631
 
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13632
 
-if test "${ac_cv_prog_CC+set}" = set; then
13633
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
13634
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13635
 
+$as_echo_n "checking for $ac_word... " >&6; }
13636
 
+if test "${ac_cv_prog_CC+set}" = set; then :
13637
 
+  $as_echo_n "(cached) " >&6
13638
 
 else
13639
 
   if test -n "$CC"; then
13640
 
   ac_cv_prog_CC="$CC" # Let the user override the test.
13641
 
@@ -1468,77 +2354,37 @@ for as_dir in $PATH
13642
 
 do
13643
 
   IFS=$as_save_IFS
13644
 
   test -z "$as_dir" && as_dir=.
13645
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
13646
 
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13647
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
13648
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13649
 
     ac_cv_prog_CC="${ac_tool_prefix}cc"
13650
 
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13651
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13652
 
     break 2
13653
 
   fi
13654
 
 done
13655
 
-done
13656
 
+  done
13657
 
+IFS=$as_save_IFS
13658
 
 
13659
 
 fi
13660
 
 fi
13661
 
 CC=$ac_cv_prog_CC
13662
 
 if test -n "$CC"; then
13663
 
-  echo "$as_me:$LINENO: result: $CC" >&5
13664
 
-echo "${ECHO_T}$CC" >&6
13665
 
-else
13666
 
-  echo "$as_me:$LINENO: result: no" >&5
13667
 
-echo "${ECHO_T}no" >&6
13668
 
-fi
13669
 
-
13670
 
-fi
13671
 
-if test -z "$ac_cv_prog_CC"; then
13672
 
-  ac_ct_CC=$CC
13673
 
-  # Extract the first word of "cc", so it can be a program name with args.
13674
 
-set dummy cc; ac_word=$2
13675
 
-echo "$as_me:$LINENO: checking for $ac_word" >&5
13676
 
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13677
 
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
13678
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
13679
 
-else
13680
 
-  if test -n "$ac_ct_CC"; then
13681
 
-  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
13682
 
-else
13683
 
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13684
 
-for as_dir in $PATH
13685
 
-do
13686
 
-  IFS=$as_save_IFS
13687
 
-  test -z "$as_dir" && as_dir=.
13688
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
13689
 
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13690
 
-    ac_cv_prog_ac_ct_CC="cc"
13691
 
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13692
 
-    break 2
13693
 
-  fi
13694
 
-done
13695
 
-done
13696
 
-
13697
 
-fi
13698
 
-fi
13699
 
-ac_ct_CC=$ac_cv_prog_ac_ct_CC
13700
 
-if test -n "$ac_ct_CC"; then
13701
 
-  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
13702
 
-echo "${ECHO_T}$ac_ct_CC" >&6
13703
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
13704
 
+$as_echo "$CC" >&6; }
13705
 
 else
13706
 
-  echo "$as_me:$LINENO: result: no" >&5
13707
 
-echo "${ECHO_T}no" >&6
13708
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13709
 
+$as_echo "no" >&6; }
13710
 
 fi
13711
 
 
13712
 
-  CC=$ac_ct_CC
13713
 
-else
13714
 
-  CC="$ac_cv_prog_CC"
13715
 
-fi
13716
 
 
13717
 
+  fi
13718
 
 fi
13719
 
 if test -z "$CC"; then
13720
 
   # Extract the first word of "cc", so it can be a program name with args.
13721
 
 set dummy cc; ac_word=$2
13722
 
-echo "$as_me:$LINENO: checking for $ac_word" >&5
13723
 
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13724
 
-if test "${ac_cv_prog_CC+set}" = set; then
13725
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
13726
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13727
 
+$as_echo_n "checking for $ac_word... " >&6; }
13728
 
+if test "${ac_cv_prog_CC+set}" = set; then :
13729
 
+  $as_echo_n "(cached) " >&6
13730
 
 else
13731
 
   if test -n "$CC"; then
13732
 
   ac_cv_prog_CC="$CC" # Let the user override the test.
13733
 
@@ -1549,18 +2395,19 @@ for as_dir in $PATH
13734
 
 do
13735
 
   IFS=$as_save_IFS
13736
 
   test -z "$as_dir" && as_dir=.
13737
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
13738
 
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13739
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
13740
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13741
 
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
13742
 
        ac_prog_rejected=yes
13743
 
        continue
13744
 
      fi
13745
 
     ac_cv_prog_CC="cc"
13746
 
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13747
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13748
 
     break 2
13749
 
   fi
13750
 
 done
13751
 
-done
13752
 
+  done
13753
 
+IFS=$as_save_IFS
13754
 
 
13755
 
 if test $ac_prog_rejected = yes; then
13756
 
   # We found a bogon in the path, so make sure we never use it.
13757
 
@@ -1578,24 +2425,25 @@ fi
13758
 
 fi
13759
 
 CC=$ac_cv_prog_CC
13760
 
 if test -n "$CC"; then
13761
 
-  echo "$as_me:$LINENO: result: $CC" >&5
13762
 
-echo "${ECHO_T}$CC" >&6
13763
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
13764
 
+$as_echo "$CC" >&6; }
13765
 
 else
13766
 
-  echo "$as_me:$LINENO: result: no" >&5
13767
 
-echo "${ECHO_T}no" >&6
13768
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13769
 
+$as_echo "no" >&6; }
13770
 
 fi
13771
 
 
13772
 
+
13773
 
 fi
13774
 
 if test -z "$CC"; then
13775
 
   if test -n "$ac_tool_prefix"; then
13776
 
-  for ac_prog in cl
13777
 
+  for ac_prog in cl.exe
13778
 
   do
13779
 
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
13780
 
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
13781
 
-echo "$as_me:$LINENO: checking for $ac_word" >&5
13782
 
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13783
 
-if test "${ac_cv_prog_CC+set}" = set; then
13784
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
13785
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13786
 
+$as_echo_n "checking for $ac_word... " >&6; }
13787
 
+if test "${ac_cv_prog_CC+set}" = set; then :
13788
 
+  $as_echo_n "(cached) " >&6
13789
 
 else
13790
 
   if test -n "$CC"; then
13791
 
   ac_cv_prog_CC="$CC" # Let the user override the test.
13792
 
@@ -1605,39 +2453,41 @@ for as_dir in $PATH
13793
 
 do
13794
 
   IFS=$as_save_IFS
13795
 
   test -z "$as_dir" && as_dir=.
13796
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
13797
 
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13798
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
13799
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13800
 
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
13801
 
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13802
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13803
 
     break 2
13804
 
   fi
13805
 
 done
13806
 
-done
13807
 
+  done
13808
 
+IFS=$as_save_IFS
13809
 
 
13810
 
 fi
13811
 
 fi
13812
 
 CC=$ac_cv_prog_CC
13813
 
 if test -n "$CC"; then
13814
 
-  echo "$as_me:$LINENO: result: $CC" >&5
13815
 
-echo "${ECHO_T}$CC" >&6
13816
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
13817
 
+$as_echo "$CC" >&6; }
13818
 
 else
13819
 
-  echo "$as_me:$LINENO: result: no" >&5
13820
 
-echo "${ECHO_T}no" >&6
13821
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13822
 
+$as_echo "no" >&6; }
13823
 
 fi
13824
 
 
13825
 
+
13826
 
     test -n "$CC" && break
13827
 
   done
13828
 
 fi
13829
 
 if test -z "$CC"; then
13830
 
   ac_ct_CC=$CC
13831
 
-  for ac_prog in cl
13832
 
+  for ac_prog in cl.exe
13833
 
 do
13834
 
   # Extract the first word of "$ac_prog", so it can be a program name with args.
13835
 
 set dummy $ac_prog; ac_word=$2
13836
 
-echo "$as_me:$LINENO: checking for $ac_word" >&5
13837
 
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13838
 
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
13839
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
13840
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13841
 
+$as_echo_n "checking for $ac_word... " >&6; }
13842
 
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
13843
 
+  $as_echo_n "(cached) " >&6
13844
 
 else
13845
 
   if test -n "$ac_ct_CC"; then
13846
 
   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
13847
 
@@ -1647,66 +2497,78 @@ for as_dir in $PATH
13848
 
 do
13849
 
   IFS=$as_save_IFS
13850
 
   test -z "$as_dir" && as_dir=.
13851
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
13852
 
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13853
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
13854
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13855
 
     ac_cv_prog_ac_ct_CC="$ac_prog"
13856
 
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13857
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13858
 
     break 2
13859
 
   fi
13860
 
 done
13861
 
-done
13862
 
+  done
13863
 
+IFS=$as_save_IFS
13864
 
 
13865
 
 fi
13866
 
 fi
13867
 
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
13868
 
 if test -n "$ac_ct_CC"; then
13869
 
-  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
13870
 
-echo "${ECHO_T}$ac_ct_CC" >&6
13871
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
13872
 
+$as_echo "$ac_ct_CC" >&6; }
13873
 
 else
13874
 
-  echo "$as_me:$LINENO: result: no" >&5
13875
 
-echo "${ECHO_T}no" >&6
13876
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13877
 
+$as_echo "no" >&6; }
13878
 
 fi
13879
 
 
13880
 
+
13881
 
   test -n "$ac_ct_CC" && break
13882
 
 done
13883
 
 
13884
 
-  CC=$ac_ct_CC
13885
 
+  if test "x$ac_ct_CC" = x; then
13886
 
+    CC=""
13887
 
+  else
13888
 
+    case $cross_compiling:$ac_tool_warned in
13889
 
+yes:)
13890
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
13891
 
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
13892
 
+ac_tool_warned=yes ;;
13893
 
+esac
13894
 
+    CC=$ac_ct_CC
13895
 
+  fi
13896
 
 fi
13897
 
 
13898
 
 fi
13899
 
 
13900
 
 
13901
 
-test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
13902
 
-See \`config.log' for more details." >&5
13903
 
-echo "$as_me: error: no acceptable C compiler found in \$PATH
13904
 
-See \`config.log' for more details." >&2;}
13905
 
-   { (exit 1); exit 1; }; }
13906
 
+test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13907
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13908
 
+as_fn_error "no acceptable C compiler found in \$PATH
13909
 
+See \`config.log' for more details." "$LINENO" 5; }
13910
 
 
13911
 
 # Provide some information about the compiler.
13912
 
-echo "$as_me:$LINENO:" \
13913
 
-     "checking for C compiler version" >&5
13914
 
-ac_compiler=`set X $ac_compile; echo $2`
13915
 
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
13916
 
-  (eval $ac_compiler --version </dev/null >&5) 2>&5
13917
 
-  ac_status=$?
13918
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13919
 
-  (exit $ac_status); }
13920
 
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
13921
 
-  (eval $ac_compiler -v </dev/null >&5) 2>&5
13922
 
-  ac_status=$?
13923
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13924
 
-  (exit $ac_status); }
13925
 
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
13926
 
-  (eval $ac_compiler -V </dev/null >&5) 2>&5
13927
 
+$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
13928
 
+set X $ac_compile
13929
 
+ac_compiler=$2
13930
 
+for ac_option in --version -v -V -qversion; do
13931
 
+  { { ac_try="$ac_compiler $ac_option >&5"
13932
 
+case "(($ac_try" in
13933
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13934
 
+  *) ac_try_echo=$ac_try;;
13935
 
+esac
13936
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
13937
 
+$as_echo "$ac_try_echo"; } >&5
13938
 
+  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
13939
 
   ac_status=$?
13940
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13941
 
-  (exit $ac_status); }
13942
 
+  if test -s conftest.err; then
13943
 
+    sed '10a\
13944
 
+... rest of stderr output deleted ...
13945
 
+         10q' conftest.err >conftest.er1
13946
 
+    cat conftest.er1 >&5
13947
 
+  fi
13948
 
+  rm -f conftest.er1 conftest.err
13949
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13950
 
+  test $ac_status = 0; }
13951
 
+done
13952
 
 
13953
 
-cat >conftest.$ac_ext <<_ACEOF
13954
 
-/* confdefs.h.  */
13955
 
-_ACEOF
13956
 
-cat confdefs.h >>conftest.$ac_ext
13957
 
-cat >>conftest.$ac_ext <<_ACEOF
13958
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13959
 
 /* end confdefs.h.  */
13960
 
 
13961
 
 int
13962
 
@@ -1718,112 +2580,109 @@ main ()
13963
 
 }
13964
 
 _ACEOF
13965
 
 ac_clean_files_save=$ac_clean_files
13966
 
-ac_clean_files="$ac_clean_files a.out a.exe b.out"
13967
 
+ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
13968
 
 # Try to create an executable without -o first, disregard a.out.
13969
 
 # It will help us diagnose broken compilers, and finding out an intuition
13970
 
 # of exeext.
13971
 
-echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
13972
 
-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
13973
 
-ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
13974
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
13975
 
-  (eval $ac_link_default) 2>&5
13976
 
-  ac_status=$?
13977
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13978
 
-  (exit $ac_status); }; then
13979
 
-  # Find the output, starting from the most likely.  This scheme is
13980
 
-# not robust to junk in `.', hence go to wildcards (a.*) only as a last
13981
 
-# resort.
13982
 
-
13983
 
-# Be careful to initialize this variable, since it used to be cached.
13984
 
-# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
13985
 
-ac_cv_exeext=
13986
 
-# b.out is created by i960 compilers.
13987
 
-for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
13988
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
13989
 
+$as_echo_n "checking whether the C compiler works... " >&6; }
13990
 
+ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
13991
 
+
13992
 
+# The possible output files:
13993
 
+ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
13994
 
+
13995
 
+ac_rmfiles=
13996
 
+for ac_file in $ac_files
13997
 
+do
13998
 
+  case $ac_file in
13999
 
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
14000
 
+    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
14001
 
+  esac
14002
 
+done
14003
 
+rm -f $ac_rmfiles
14004
 
+
14005
 
+if { { ac_try="$ac_link_default"
14006
 
+case "(($ac_try" in
14007
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14008
 
+  *) ac_try_echo=$ac_try;;
14009
 
+esac
14010
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
14011
 
+$as_echo "$ac_try_echo"; } >&5
14012
 
+  (eval "$ac_link_default") 2>&5
14013
 
+  ac_status=$?
14014
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14015
 
+  test $ac_status = 0; }; then :
14016
 
+  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
14017
 
+# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
14018
 
+# in a Makefile.  We should not override ac_cv_exeext if it was cached,
14019
 
+# so that the user can short-circuit this test for compilers unknown to
14020
 
+# Autoconf.
14021
 
+for ac_file in $ac_files ''
14022
 
 do
14023
 
   test -f "$ac_file" || continue
14024
 
   case $ac_file in
14025
 
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
14026
 
-       ;;
14027
 
-    conftest.$ac_ext )
14028
 
-       # This is the source file.
14029
 
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
14030
 
        ;;
14031
 
     [ab].out )
14032
 
        # We found the default executable, but exeext='' is most
14033
 
        # certainly right.
14034
 
        break;;
14035
 
     *.* )
14036
 
-       ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
14037
 
-       # FIXME: I believe we export ac_cv_exeext for Libtool,
14038
 
-       # but it would be cool to find out if it's true.  Does anybody
14039
 
-       # maintain Libtool? --akim.
14040
 
-       export ac_cv_exeext
14041
 
+       if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
14042
 
+       then :; else
14043
 
+          ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
14044
 
+       fi
14045
 
+       # We set ac_cv_exeext here because the later test for it is not
14046
 
+       # safe: cross compilers may not add the suffix if given an `-o'
14047
 
+       # argument, so we may need to know it at that point already.
14048
 
+       # Even if this section looks crufty: it has the advantage of
14049
 
+       # actually working.
14050
 
        break;;
14051
 
     * )
14052
 
        break;;
14053
 
   esac
14054
 
 done
14055
 
+test "$ac_cv_exeext" = no && ac_cv_exeext=
14056
 
+
14057
 
 else
14058
 
-  echo "$as_me: failed program was:" >&5
14059
 
+  ac_file=''
14060
 
+fi
14061
 
+if test -z "$ac_file"; then :
14062
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14063
 
+$as_echo "no" >&6; }
14064
 
+$as_echo "$as_me: failed program was:" >&5
14065
 
 sed 's/^/| /' conftest.$ac_ext >&5
14066
 
 
14067
 
-{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
14068
 
-See \`config.log' for more details." >&5
14069
 
-echo "$as_me: error: C compiler cannot create executables
14070
 
-See \`config.log' for more details." >&2;}
14071
 
-   { (exit 77); exit 77; }; }
14072
 
+{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14073
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14074
 
+{ as_fn_set_status 77
14075
 
+as_fn_error "C compiler cannot create executables
14076
 
+See \`config.log' for more details." "$LINENO" 5; }; }
14077
 
+else
14078
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14079
 
+$as_echo "yes" >&6; }
14080
 
 fi
14081
 
-
14082
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
14083
 
+$as_echo_n "checking for C compiler default output file name... " >&6; }
14084
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
14085
 
+$as_echo "$ac_file" >&6; }
14086
 
 ac_exeext=$ac_cv_exeext
14087
 
-echo "$as_me:$LINENO: result: $ac_file" >&5
14088
 
-echo "${ECHO_T}$ac_file" >&6
14089
 
-
14090
 
-# Check the compiler produces executables we can run.  If not, either
14091
 
-# the compiler is broken, or we cross compile.
14092
 
-echo "$as_me:$LINENO: checking whether the C compiler works" >&5
14093
 
-echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
14094
 
-# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
14095
 
-# If not cross compiling, check that we can run a simple program.
14096
 
-if test "$cross_compiling" != yes; then
14097
 
-  if { ac_try='./$ac_file'
14098
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14099
 
-  (eval $ac_try) 2>&5
14100
 
-  ac_status=$?
14101
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14102
 
-  (exit $ac_status); }; }; then
14103
 
-    cross_compiling=no
14104
 
-  else
14105
 
-    if test "$cross_compiling" = maybe; then
14106
 
-       cross_compiling=yes
14107
 
-    else
14108
 
-       { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
14109
 
-If you meant to cross compile, use \`--host'.
14110
 
-See \`config.log' for more details." >&5
14111
 
-echo "$as_me: error: cannot run C compiled programs.
14112
 
-If you meant to cross compile, use \`--host'.
14113
 
-See \`config.log' for more details." >&2;}
14114
 
-   { (exit 1); exit 1; }; }
14115
 
-    fi
14116
 
-  fi
14117
 
-fi
14118
 
-echo "$as_me:$LINENO: result: yes" >&5
14119
 
-echo "${ECHO_T}yes" >&6
14120
 
 
14121
 
-rm -f a.out a.exe conftest$ac_cv_exeext b.out
14122
 
+rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
14123
 
 ac_clean_files=$ac_clean_files_save
14124
 
-# Check the compiler produces executables we can run.  If not, either
14125
 
-# the compiler is broken, or we cross compile.
14126
 
-echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
14127
 
-echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
14128
 
-echo "$as_me:$LINENO: result: $cross_compiling" >&5
14129
 
-echo "${ECHO_T}$cross_compiling" >&6
14130
 
-
14131
 
-echo "$as_me:$LINENO: checking for suffix of executables" >&5
14132
 
-echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
14133
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14134
 
-  (eval $ac_link) 2>&5
14135
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
14136
 
+$as_echo_n "checking for suffix of executables... " >&6; }
14137
 
+if { { ac_try="$ac_link"
14138
 
+case "(($ac_try" in
14139
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14140
 
+  *) ac_try_echo=$ac_try;;
14141
 
+esac
14142
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
14143
 
+$as_echo "$ac_try_echo"; } >&5
14144
 
+  (eval "$ac_link") 2>&5
14145
 
   ac_status=$?
14146
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14147
 
-  (exit $ac_status); }; then
14148
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14149
 
+  test $ac_status = 0; }; then :
14150
 
   # If both `conftest.exe' and `conftest' are `present' (well, observable)
14151
 
 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
14152
 
 # work properly (i.e., refer to `conftest.exe'), while it won't with
14153
 
@@ -1831,38 +2690,90 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
14154
 
 for ac_file in conftest.exe conftest conftest.*; do
14155
 
   test -f "$ac_file" || continue
14156
 
   case $ac_file in
14157
 
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
14158
 
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
14159
 
     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
14160
 
-         export ac_cv_exeext
14161
 
          break;;
14162
 
     * ) break;;
14163
 
   esac
14164
 
 done
14165
 
 else
14166
 
-  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
14167
 
-See \`config.log' for more details." >&5
14168
 
-echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
14169
 
-See \`config.log' for more details." >&2;}
14170
 
-   { (exit 1); exit 1; }; }
14171
 
-fi
14172
 
-
14173
 
-rm -f conftest$ac_cv_exeext
14174
 
-echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
14175
 
-echo "${ECHO_T}$ac_cv_exeext" >&6
14176
 
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14177
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14178
 
+as_fn_error "cannot compute suffix of executables: cannot compile and link
14179
 
+See \`config.log' for more details." "$LINENO" 5; }
14180
 
+fi
14181
 
+rm -f conftest conftest$ac_cv_exeext
14182
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
14183
 
+$as_echo "$ac_cv_exeext" >&6; }
14184
 
 
14185
 
 rm -f conftest.$ac_ext
14186
 
 EXEEXT=$ac_cv_exeext
14187
 
 ac_exeext=$EXEEXT
14188
 
-echo "$as_me:$LINENO: checking for suffix of object files" >&5
14189
 
-echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
14190
 
-if test "${ac_cv_objext+set}" = set; then
14191
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
14192
 
-else
14193
 
-  cat >conftest.$ac_ext <<_ACEOF
14194
 
-/* confdefs.h.  */
14195
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14196
 
+/* end confdefs.h.  */
14197
 
+#include <stdio.h>
14198
 
+int
14199
 
+main ()
14200
 
+{
14201
 
+FILE *f = fopen ("conftest.out", "w");
14202
 
+ return ferror (f) || fclose (f) != 0;
14203
 
+
14204
 
+  ;
14205
 
+  return 0;
14206
 
+}
14207
 
 _ACEOF
14208
 
-cat confdefs.h >>conftest.$ac_ext
14209
 
-cat >>conftest.$ac_ext <<_ACEOF
14210
 
+ac_clean_files="$ac_clean_files conftest.out"
14211
 
+# Check that the compiler produces executables we can run.  If not, either
14212
 
+# the compiler is broken, or we cross compile.
14213
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
14214
 
+$as_echo_n "checking whether we are cross compiling... " >&6; }
14215
 
+if test "$cross_compiling" != yes; then
14216
 
+  { { ac_try="$ac_link"
14217
 
+case "(($ac_try" in
14218
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14219
 
+  *) ac_try_echo=$ac_try;;
14220
 
+esac
14221
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
14222
 
+$as_echo "$ac_try_echo"; } >&5
14223
 
+  (eval "$ac_link") 2>&5
14224
 
+  ac_status=$?
14225
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14226
 
+  test $ac_status = 0; }
14227
 
+  if { ac_try='./conftest$ac_cv_exeext'
14228
 
+  { { case "(($ac_try" in
14229
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14230
 
+  *) ac_try_echo=$ac_try;;
14231
 
+esac
14232
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
14233
 
+$as_echo "$ac_try_echo"; } >&5
14234
 
+  (eval "$ac_try") 2>&5
14235
 
+  ac_status=$?
14236
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14237
 
+  test $ac_status = 0; }; }; then
14238
 
+    cross_compiling=no
14239
 
+  else
14240
 
+    if test "$cross_compiling" = maybe; then
14241
 
+       cross_compiling=yes
14242
 
+    else
14243
 
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14244
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14245
 
+as_fn_error "cannot run C compiled programs.
14246
 
+If you meant to cross compile, use \`--host'.
14247
 
+See \`config.log' for more details." "$LINENO" 5; }
14248
 
+    fi
14249
 
+  fi
14250
 
+fi
14251
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
14252
 
+$as_echo "$cross_compiling" >&6; }
14253
 
+
14254
 
+rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
14255
 
+ac_clean_files=$ac_clean_files_save
14256
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
14257
 
+$as_echo_n "checking for suffix of object files... " >&6; }
14258
 
+if test "${ac_cv_objext+set}" = set; then :
14259
 
+  $as_echo_n "(cached) " >&6
14260
 
+else
14261
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14262
 
 /* end confdefs.h.  */
14263
 
 
14264
 
 int
14265
 
@@ -1874,45 +2785,46 @@ main ()
14266
 
 }
14267
 
 _ACEOF
14268
 
 rm -f conftest.o conftest.obj
14269
 
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14270
 
-  (eval $ac_compile) 2>&5
14271
 
-  ac_status=$?
14272
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14273
 
-  (exit $ac_status); }; then
14274
 
-  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
14275
 
+if { { ac_try="$ac_compile"
14276
 
+case "(($ac_try" in
14277
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14278
 
+  *) ac_try_echo=$ac_try;;
14279
 
+esac
14280
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
14281
 
+$as_echo "$ac_try_echo"; } >&5
14282
 
+  (eval "$ac_compile") 2>&5
14283
 
+  ac_status=$?
14284
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14285
 
+  test $ac_status = 0; }; then :
14286
 
+  for ac_file in conftest.o conftest.obj conftest.*; do
14287
 
+  test -f "$ac_file" || continue;
14288
 
   case $ac_file in
14289
 
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
14290
 
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
14291
 
     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
14292
 
        break;;
14293
 
   esac
14294
 
 done
14295
 
 else
14296
 
-  echo "$as_me: failed program was:" >&5
14297
 
+  $as_echo "$as_me: failed program was:" >&5
14298
 
 sed 's/^/| /' conftest.$ac_ext >&5
14299
 
 
14300
 
-{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
14301
 
-See \`config.log' for more details." >&5
14302
 
-echo "$as_me: error: cannot compute suffix of object files: cannot compile
14303
 
-See \`config.log' for more details." >&2;}
14304
 
-   { (exit 1); exit 1; }; }
14305
 
+{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14306
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14307
 
+as_fn_error "cannot compute suffix of object files: cannot compile
14308
 
+See \`config.log' for more details." "$LINENO" 5; }
14309
 
 fi
14310
 
-
14311
 
 rm -f conftest.$ac_cv_objext conftest.$ac_ext
14312
 
 fi
14313
 
-echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
14314
 
-echo "${ECHO_T}$ac_cv_objext" >&6
14315
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
14316
 
+$as_echo "$ac_cv_objext" >&6; }
14317
 
 OBJEXT=$ac_cv_objext
14318
 
 ac_objext=$OBJEXT
14319
 
-echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
14320
 
-echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
14321
 
-if test "${ac_cv_c_compiler_gnu+set}" = set; then
14322
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
14323
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
14324
 
+$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
14325
 
+if test "${ac_cv_c_compiler_gnu+set}" = set; then :
14326
 
+  $as_echo_n "(cached) " >&6
14327
 
 else
14328
 
-  cat >conftest.$ac_ext <<_ACEOF
14329
 
-/* confdefs.h.  */
14330
 
-_ACEOF
14331
 
-cat confdefs.h >>conftest.$ac_ext
14332
 
-cat >>conftest.$ac_ext <<_ACEOF
14333
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14334
 
 /* end confdefs.h.  */
14335
 
 
14336
 
 int
14337
 
@@ -1926,55 +2838,34 @@ main ()
14338
 
   return 0;
14339
 
 }
14340
 
 _ACEOF
14341
 
-rm -f conftest.$ac_objext
14342
 
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14343
 
-  (eval $ac_compile) 2>conftest.er1
14344
 
-  ac_status=$?
14345
 
-  grep -v '^ *+' conftest.er1 >conftest.err
14346
 
-  rm -f conftest.er1
14347
 
-  cat conftest.err >&5
14348
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14349
 
-  (exit $ac_status); } &&
14350
 
-        { ac_try='test -z "$ac_c_werror_flag"
14351
 
-                        || test ! -s conftest.err'
14352
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14353
 
-  (eval $ac_try) 2>&5
14354
 
-  ac_status=$?
14355
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14356
 
-  (exit $ac_status); }; } &&
14357
 
-        { ac_try='test -s conftest.$ac_objext'
14358
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14359
 
-  (eval $ac_try) 2>&5
14360
 
-  ac_status=$?
14361
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14362
 
-  (exit $ac_status); }; }; then
14363
 
+if ac_fn_c_try_compile "$LINENO"; then :
14364
 
   ac_compiler_gnu=yes
14365
 
 else
14366
 
-  echo "$as_me: failed program was:" >&5
14367
 
-sed 's/^/| /' conftest.$ac_ext >&5
14368
 
-
14369
 
-ac_compiler_gnu=no
14370
 
+  ac_compiler_gnu=no
14371
 
 fi
14372
 
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14373
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14374
 
 ac_cv_c_compiler_gnu=$ac_compiler_gnu
14375
 
 
14376
 
 fi
14377
 
-echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
14378
 
-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
14379
 
-GCC=`test $ac_compiler_gnu = yes && echo yes`
14380
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
14381
 
+$as_echo "$ac_cv_c_compiler_gnu" >&6; }
14382
 
+if test $ac_compiler_gnu = yes; then
14383
 
+  GCC=yes
14384
 
+else
14385
 
+  GCC=
14386
 
+fi
14387
 
 ac_test_CFLAGS=${CFLAGS+set}
14388
 
 ac_save_CFLAGS=$CFLAGS
14389
 
-CFLAGS="-g"
14390
 
-echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
14391
 
-echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
14392
 
-if test "${ac_cv_prog_cc_g+set}" = set; then
14393
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
14394
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
14395
 
+$as_echo_n "checking whether $CC accepts -g... " >&6; }
14396
 
+if test "${ac_cv_prog_cc_g+set}" = set; then :
14397
 
+  $as_echo_n "(cached) " >&6
14398
 
 else
14399
 
-  cat >conftest.$ac_ext <<_ACEOF
14400
 
-/* confdefs.h.  */
14401
 
-_ACEOF
14402
 
-cat confdefs.h >>conftest.$ac_ext
14403
 
-cat >>conftest.$ac_ext <<_ACEOF
14404
 
+  ac_save_c_werror_flag=$ac_c_werror_flag
14405
 
+   ac_c_werror_flag=yes
14406
 
+   ac_cv_prog_cc_g=no
14407
 
+   CFLAGS="-g"
14408
 
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14409
 
 /* end confdefs.h.  */
14410
 
 
14411
 
 int
14412
 
@@ -1985,39 +2876,49 @@ main ()
14413
 
   return 0;
14414
 
 }
14415
 
 _ACEOF
14416
 
-rm -f conftest.$ac_objext
14417
 
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14418
 
-  (eval $ac_compile) 2>conftest.er1
14419
 
-  ac_status=$?
14420
 
-  grep -v '^ *+' conftest.er1 >conftest.err
14421
 
-  rm -f conftest.er1
14422
 
-  cat conftest.err >&5
14423
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14424
 
-  (exit $ac_status); } &&
14425
 
-        { ac_try='test -z "$ac_c_werror_flag"
14426
 
-                        || test ! -s conftest.err'
14427
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14428
 
-  (eval $ac_try) 2>&5
14429
 
-  ac_status=$?
14430
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14431
 
-  (exit $ac_status); }; } &&
14432
 
-        { ac_try='test -s conftest.$ac_objext'
14433
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14434
 
-  (eval $ac_try) 2>&5
14435
 
-  ac_status=$?
14436
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14437
 
-  (exit $ac_status); }; }; then
14438
 
+if ac_fn_c_try_compile "$LINENO"; then :
14439
 
   ac_cv_prog_cc_g=yes
14440
 
 else
14441
 
-  echo "$as_me: failed program was:" >&5
14442
 
-sed 's/^/| /' conftest.$ac_ext >&5
14443
 
+  CFLAGS=""
14444
 
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14445
 
+/* end confdefs.h.  */
14446
 
+
14447
 
+int
14448
 
+main ()
14449
 
+{
14450
 
+
14451
 
+  ;
14452
 
+  return 0;
14453
 
+}
14454
 
+_ACEOF
14455
 
+if ac_fn_c_try_compile "$LINENO"; then :
14456
 
+
14457
 
+else
14458
 
+  ac_c_werror_flag=$ac_save_c_werror_flag
14459
 
+        CFLAGS="-g"
14460
 
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14461
 
+/* end confdefs.h.  */
14462
 
+
14463
 
+int
14464
 
+main ()
14465
 
+{
14466
 
 
14467
 
-ac_cv_prog_cc_g=no
14468
 
+  ;
14469
 
+  return 0;
14470
 
+}
14471
 
+_ACEOF
14472
 
+if ac_fn_c_try_compile "$LINENO"; then :
14473
 
+  ac_cv_prog_cc_g=yes
14474
 
+fi
14475
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14476
 
 fi
14477
 
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14478
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14479
 
 fi
14480
 
-echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
14481
 
-echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
14482
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14483
 
+   ac_c_werror_flag=$ac_save_c_werror_flag
14484
 
+fi
14485
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
14486
 
+$as_echo "$ac_cv_prog_cc_g" >&6; }
14487
 
 if test "$ac_test_CFLAGS" = set; then
14488
 
   CFLAGS=$ac_save_CFLAGS
14489
 
 elif test $ac_cv_prog_cc_g = yes; then
14490
 
@@ -2033,18 +2934,14 @@ else
14491
 
     CFLAGS=
14492
 
   fi
14493
 
 fi
14494
 
-echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
14495
 
-echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
14496
 
-if test "${ac_cv_prog_cc_stdc+set}" = set; then
14497
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
14498
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
14499
 
+$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
14500
 
+if test "${ac_cv_prog_cc_c89+set}" = set; then :
14501
 
+  $as_echo_n "(cached) " >&6
14502
 
 else
14503
 
-  ac_cv_prog_cc_stdc=no
14504
 
+  ac_cv_prog_cc_c89=no
14505
 
 ac_save_CC=$CC
14506
 
-cat >conftest.$ac_ext <<_ACEOF
14507
 
-/* confdefs.h.  */
14508
 
-_ACEOF
14509
 
-cat confdefs.h >>conftest.$ac_ext
14510
 
-cat >>conftest.$ac_ext <<_ACEOF
14511
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14512
 
 /* end confdefs.h.  */
14513
 
 #include <stdarg.h>
14514
 
 #include <stdio.h>
14515
 
@@ -2072,12 +2969,17 @@ static char *f (char * (*g) (char **, in
14516
 
 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
14517
 
    function prototypes and stuff, but not '\xHH' hex character constants.
14518
 
    These don't provoke an error unfortunately, instead are silently treated
14519
 
-   as 'x'.  The following induces an error, until -std1 is added to get
14520
 
+   as 'x'.  The following induces an error, until -std is added to get
14521
 
    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
14522
 
    array size at least.  It's necessary to write '\x00'==0 to get something
14523
 
-   that's true only with -std1.  */
14524
 
+   that's true only with -std.  */
14525
 
 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
14526
 
 
14527
 
+/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
14528
 
+   inside strings and character constants.  */
14529
 
+#define FOO(x) 'x'
14530
 
+int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
14531
 
+
14532
 
 int test (int i, double x);
14533
 
 struct s1 {int (*f) (int a);};
14534
 
 struct s2 {int (*f) (double a);};
14535
 
@@ -2092,205 +2994,37 @@ return f (e, argv, 0) != argv[0]  ||  f
14536
 
   return 0;
14537
 
 }
14538
 
 _ACEOF
14539
 
-# Don't try gcc -ansi; that turns off useful extensions and
14540
 
-# breaks some systems' header files.
14541
 
-# AIX                  -qlanglvl=ansi
14542
 
-# Ultrix and OSF/1     -std1
14543
 
-# HP-UX 10.20 and later        -Ae
14544
 
-# HP-UX older versions -Aa -D_HPUX_SOURCE
14545
 
-# SVR4                 -Xc -D__EXTENSIONS__
14546
 
-for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
14547
 
+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
14548
 
+       -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
14549
 
 do
14550
 
   CC="$ac_save_CC $ac_arg"
14551
 
-  rm -f conftest.$ac_objext
14552
 
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14553
 
-  (eval $ac_compile) 2>conftest.er1
14554
 
-  ac_status=$?
14555
 
-  grep -v '^ *+' conftest.er1 >conftest.err
14556
 
-  rm -f conftest.er1
14557
 
-  cat conftest.err >&5
14558
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14559
 
-  (exit $ac_status); } &&
14560
 
-        { ac_try='test -z "$ac_c_werror_flag"
14561
 
-                        || test ! -s conftest.err'
14562
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14563
 
-  (eval $ac_try) 2>&5
14564
 
-  ac_status=$?
14565
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14566
 
-  (exit $ac_status); }; } &&
14567
 
-        { ac_try='test -s conftest.$ac_objext'
14568
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14569
 
-  (eval $ac_try) 2>&5
14570
 
-  ac_status=$?
14571
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14572
 
-  (exit $ac_status); }; }; then
14573
 
-  ac_cv_prog_cc_stdc=$ac_arg
14574
 
-break
14575
 
-else
14576
 
-  echo "$as_me: failed program was:" >&5
14577
 
-sed 's/^/| /' conftest.$ac_ext >&5
14578
 
-
14579
 
+  if ac_fn_c_try_compile "$LINENO"; then :
14580
 
+  ac_cv_prog_cc_c89=$ac_arg
14581
 
 fi
14582
 
-rm -f conftest.err conftest.$ac_objext
14583
 
+rm -f core conftest.err conftest.$ac_objext
14584
 
+  test "x$ac_cv_prog_cc_c89" != "xno" && break
14585
 
 done
14586
 
-rm -f conftest.$ac_ext conftest.$ac_objext
14587
 
+rm -f conftest.$ac_ext
14588
 
 CC=$ac_save_CC
14589
 
 
14590
 
 fi
14591
 
-
14592
 
-case "x$ac_cv_prog_cc_stdc" in
14593
 
-  x|xno)
14594
 
-    echo "$as_me:$LINENO: result: none needed" >&5
14595
 
-echo "${ECHO_T}none needed" >&6 ;;
14596
 
+# AC_CACHE_VAL
14597
 
+case "x$ac_cv_prog_cc_c89" in
14598
 
+  x)
14599
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
14600
 
+$as_echo "none needed" >&6; } ;;
14601
 
+  xno)
14602
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
14603
 
+$as_echo "unsupported" >&6; } ;;
14604
 
   *)
14605
 
-    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
14606
 
-echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
14607
 
-    CC="$CC $ac_cv_prog_cc_stdc" ;;
14608
 
+    CC="$CC $ac_cv_prog_cc_c89"
14609
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
14610
 
+$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
14611
 
 esac
14612
 
+if test "x$ac_cv_prog_cc_c89" != xno; then :
14613
 
 
14614
 
-# Some people use a C++ compiler to compile C.  Since we use `exit',
14615
 
-# in C++ we need to declare it.  In case someone uses the same compiler
14616
 
-# for both compiling C and C++ we need to have the C++ compiler decide
14617
 
-# the declaration of exit, since it's the most demanding environment.
14618
 
-cat >conftest.$ac_ext <<_ACEOF
14619
 
-#ifndef __cplusplus
14620
 
-  choke me
14621
 
-#endif
14622
 
-_ACEOF
14623
 
-rm -f conftest.$ac_objext
14624
 
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14625
 
-  (eval $ac_compile) 2>conftest.er1
14626
 
-  ac_status=$?
14627
 
-  grep -v '^ *+' conftest.er1 >conftest.err
14628
 
-  rm -f conftest.er1
14629
 
-  cat conftest.err >&5
14630
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14631
 
-  (exit $ac_status); } &&
14632
 
-        { ac_try='test -z "$ac_c_werror_flag"
14633
 
-                        || test ! -s conftest.err'
14634
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14635
 
-  (eval $ac_try) 2>&5
14636
 
-  ac_status=$?
14637
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14638
 
-  (exit $ac_status); }; } &&
14639
 
-        { ac_try='test -s conftest.$ac_objext'
14640
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14641
 
-  (eval $ac_try) 2>&5
14642
 
-  ac_status=$?
14643
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14644
 
-  (exit $ac_status); }; }; then
14645
 
-  for ac_declaration in \
14646
 
-   '' \
14647
 
-   'extern "C" void std::exit (int) throw (); using std::exit;' \
14648
 
-   'extern "C" void std::exit (int); using std::exit;' \
14649
 
-   'extern "C" void exit (int) throw ();' \
14650
 
-   'extern "C" void exit (int);' \
14651
 
-   'void exit (int);'
14652
 
-do
14653
 
-  cat >conftest.$ac_ext <<_ACEOF
14654
 
-/* confdefs.h.  */
14655
 
-_ACEOF
14656
 
-cat confdefs.h >>conftest.$ac_ext
14657
 
-cat >>conftest.$ac_ext <<_ACEOF
14658
 
-/* end confdefs.h.  */
14659
 
-$ac_declaration
14660
 
-#include <stdlib.h>
14661
 
-int
14662
 
-main ()
14663
 
-{
14664
 
-exit (42);
14665
 
-  ;
14666
 
-  return 0;
14667
 
-}
14668
 
-_ACEOF
14669
 
-rm -f conftest.$ac_objext
14670
 
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14671
 
-  (eval $ac_compile) 2>conftest.er1
14672
 
-  ac_status=$?
14673
 
-  grep -v '^ *+' conftest.er1 >conftest.err
14674
 
-  rm -f conftest.er1
14675
 
-  cat conftest.err >&5
14676
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14677
 
-  (exit $ac_status); } &&
14678
 
-        { ac_try='test -z "$ac_c_werror_flag"
14679
 
-                        || test ! -s conftest.err'
14680
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14681
 
-  (eval $ac_try) 2>&5
14682
 
-  ac_status=$?
14683
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14684
 
-  (exit $ac_status); }; } &&
14685
 
-        { ac_try='test -s conftest.$ac_objext'
14686
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14687
 
-  (eval $ac_try) 2>&5
14688
 
-  ac_status=$?
14689
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14690
 
-  (exit $ac_status); }; }; then
14691
 
-  :
14692
 
-else
14693
 
-  echo "$as_me: failed program was:" >&5
14694
 
-sed 's/^/| /' conftest.$ac_ext >&5
14695
 
-
14696
 
-continue
14697
 
-fi
14698
 
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14699
 
-  cat >conftest.$ac_ext <<_ACEOF
14700
 
-/* confdefs.h.  */
14701
 
-_ACEOF
14702
 
-cat confdefs.h >>conftest.$ac_ext
14703
 
-cat >>conftest.$ac_ext <<_ACEOF
14704
 
-/* end confdefs.h.  */
14705
 
-$ac_declaration
14706
 
-int
14707
 
-main ()
14708
 
-{
14709
 
-exit (42);
14710
 
-  ;
14711
 
-  return 0;
14712
 
-}
14713
 
-_ACEOF
14714
 
-rm -f conftest.$ac_objext
14715
 
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14716
 
-  (eval $ac_compile) 2>conftest.er1
14717
 
-  ac_status=$?
14718
 
-  grep -v '^ *+' conftest.er1 >conftest.err
14719
 
-  rm -f conftest.er1
14720
 
-  cat conftest.err >&5
14721
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14722
 
-  (exit $ac_status); } &&
14723
 
-        { ac_try='test -z "$ac_c_werror_flag"
14724
 
-                        || test ! -s conftest.err'
14725
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14726
 
-  (eval $ac_try) 2>&5
14727
 
-  ac_status=$?
14728
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14729
 
-  (exit $ac_status); }; } &&
14730
 
-        { ac_try='test -s conftest.$ac_objext'
14731
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14732
 
-  (eval $ac_try) 2>&5
14733
 
-  ac_status=$?
14734
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14735
 
-  (exit $ac_status); }; }; then
14736
 
-  break
14737
 
-else
14738
 
-  echo "$as_me: failed program was:" >&5
14739
 
-sed 's/^/| /' conftest.$ac_ext >&5
14740
 
-
14741
 
-fi
14742
 
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14743
 
-done
14744
 
-rm -f conftest*
14745
 
-if test -n "$ac_declaration"; then
14746
 
-  echo '#ifdef __cplusplus' >>confdefs.h
14747
 
-  echo $ac_declaration      >>confdefs.h
14748
 
-  echo '#endif'             >>confdefs.h
14749
 
 fi
14750
 
 
14751
 
-else
14752
 
-  echo "$as_me: failed program was:" >&5
14753
 
-sed 's/^/| /' conftest.$ac_ext >&5
14754
 
-
14755
 
-fi
14756
 
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14757
 
 ac_ext=c
14758
 
 ac_cpp='$CPP $CPPFLAGS'
14759
 
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14760
 
@@ -2302,15 +3036,15 @@ ac_cpp='$CPP $CPPFLAGS'
14761
 
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14762
 
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14763
 
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
14764
 
-echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
14765
 
-echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
14766
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
14767
 
+$as_echo_n "checking how to run the C preprocessor... " >&6; }
14768
 
 # On Suns, sometimes $CPP names a directory.
14769
 
 if test -n "$CPP" && test -d "$CPP"; then
14770
 
   CPP=
14771
 
 fi
14772
 
 if test -z "$CPP"; then
14773
 
-  if test "${ac_cv_prog_CPP+set}" = set; then
14774
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
14775
 
+  if test "${ac_cv_prog_CPP+set}" = set; then :
14776
 
+  $as_echo_n "(cached) " >&6
14777
 
 else
14778
 
       # Double quotes because CPP needs to be expanded
14779
 
     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
14780
 
@@ -2324,11 +3058,7 @@ do
14781
 
   # <limits.h> exists even on freestanding compilers.
14782
 
   # On the NeXT, cc -E runs the code through the compiler's parser,
14783
 
   # not just through cpp. "Syntax error" is here to catch this case.
14784
 
-  cat >conftest.$ac_ext <<_ACEOF
14785
 
-/* confdefs.h.  */
14786
 
-_ACEOF
14787
 
-cat confdefs.h >>conftest.$ac_ext
14788
 
-cat >>conftest.$ac_ext <<_ACEOF
14789
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14790
 
 /* end confdefs.h.  */
14791
 
 #ifdef __STDC__
14792
 
 # include <limits.h>
14793
 
@@ -2337,68 +3067,24 @@ cat >>conftest.$ac_ext <<_ACEOF
14794
 
 #endif
14795
 
                     Syntax error
14796
 
 _ACEOF
14797
 
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14798
 
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14799
 
-  ac_status=$?
14800
 
-  grep -v '^ *+' conftest.er1 >conftest.err
14801
 
-  rm -f conftest.er1
14802
 
-  cat conftest.err >&5
14803
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14804
 
-  (exit $ac_status); } >/dev/null; then
14805
 
-  if test -s conftest.err; then
14806
 
-    ac_cpp_err=$ac_c_preproc_warn_flag
14807
 
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14808
 
-  else
14809
 
-    ac_cpp_err=
14810
 
-  fi
14811
 
-else
14812
 
-  ac_cpp_err=yes
14813
 
-fi
14814
 
-if test -z "$ac_cpp_err"; then
14815
 
-  :
14816
 
-else
14817
 
-  echo "$as_me: failed program was:" >&5
14818
 
-sed 's/^/| /' conftest.$ac_ext >&5
14819
 
+if ac_fn_c_try_cpp "$LINENO"; then :
14820
 
 
14821
 
+else
14822
 
   # Broken: fails on valid input.
14823
 
 continue
14824
 
 fi
14825
 
 rm -f conftest.err conftest.$ac_ext
14826
 
 
14827
 
-  # OK, works on sane cases.  Now check whether non-existent headers
14828
 
+  # OK, works on sane cases.  Now check whether nonexistent headers
14829
 
   # can be detected and how.
14830
 
-  cat >conftest.$ac_ext <<_ACEOF
14831
 
-/* confdefs.h.  */
14832
 
-_ACEOF
14833
 
-cat confdefs.h >>conftest.$ac_ext
14834
 
-cat >>conftest.$ac_ext <<_ACEOF
14835
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14836
 
 /* end confdefs.h.  */
14837
 
 #include <ac_nonexistent.h>
14838
 
 _ACEOF
14839
 
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14840
 
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14841
 
-  ac_status=$?
14842
 
-  grep -v '^ *+' conftest.er1 >conftest.err
14843
 
-  rm -f conftest.er1
14844
 
-  cat conftest.err >&5
14845
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14846
 
-  (exit $ac_status); } >/dev/null; then
14847
 
-  if test -s conftest.err; then
14848
 
-    ac_cpp_err=$ac_c_preproc_warn_flag
14849
 
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14850
 
-  else
14851
 
-    ac_cpp_err=
14852
 
-  fi
14853
 
-else
14854
 
-  ac_cpp_err=yes
14855
 
-fi
14856
 
-if test -z "$ac_cpp_err"; then
14857
 
+if ac_fn_c_try_cpp "$LINENO"; then :
14858
 
   # Broken: success on invalid input.
14859
 
 continue
14860
 
 else
14861
 
-  echo "$as_me: failed program was:" >&5
14862
 
-sed 's/^/| /' conftest.$ac_ext >&5
14863
 
-
14864
 
   # Passes both tests.
14865
 
 ac_preproc_ok=:
14866
 
 break
14867
 
@@ -2408,7 +3094,7 @@ rm -f conftest.err conftest.$ac_ext
14868
 
 done
14869
 
 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
14870
 
 rm -f conftest.err conftest.$ac_ext
14871
 
-if $ac_preproc_ok; then
14872
 
+if $ac_preproc_ok; then :
14873
 
   break
14874
 
 fi
14875
 
 
14876
 
@@ -2420,8 +3106,8 @@ fi
14877
 
 else
14878
 
   ac_cv_prog_CPP=$CPP
14879
 
 fi
14880
 
-echo "$as_me:$LINENO: result: $CPP" >&5
14881
 
-echo "${ECHO_T}$CPP" >&6
14882
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
14883
 
+$as_echo "$CPP" >&6; }
14884
 
 ac_preproc_ok=false
14885
 
 for ac_c_preproc_warn_flag in '' yes
14886
 
 do
14887
 
@@ -2431,11 +3117,7 @@ do
14888
 
   # <limits.h> exists even on freestanding compilers.
14889
 
   # On the NeXT, cc -E runs the code through the compiler's parser,
14890
 
   # not just through cpp. "Syntax error" is here to catch this case.
14891
 
-  cat >conftest.$ac_ext <<_ACEOF
14892
 
-/* confdefs.h.  */
14893
 
-_ACEOF
14894
 
-cat confdefs.h >>conftest.$ac_ext
14895
 
-cat >>conftest.$ac_ext <<_ACEOF
14896
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14897
 
 /* end confdefs.h.  */
14898
 
 #ifdef __STDC__
14899
 
 # include <limits.h>
14900
 
@@ -2444,68 +3126,24 @@ cat >>conftest.$ac_ext <<_ACEOF
14901
 
 #endif
14902
 
                     Syntax error
14903
 
 _ACEOF
14904
 
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14905
 
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14906
 
-  ac_status=$?
14907
 
-  grep -v '^ *+' conftest.er1 >conftest.err
14908
 
-  rm -f conftest.er1
14909
 
-  cat conftest.err >&5
14910
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14911
 
-  (exit $ac_status); } >/dev/null; then
14912
 
-  if test -s conftest.err; then
14913
 
-    ac_cpp_err=$ac_c_preproc_warn_flag
14914
 
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14915
 
-  else
14916
 
-    ac_cpp_err=
14917
 
-  fi
14918
 
-else
14919
 
-  ac_cpp_err=yes
14920
 
-fi
14921
 
-if test -z "$ac_cpp_err"; then
14922
 
-  :
14923
 
-else
14924
 
-  echo "$as_me: failed program was:" >&5
14925
 
-sed 's/^/| /' conftest.$ac_ext >&5
14926
 
+if ac_fn_c_try_cpp "$LINENO"; then :
14927
 
 
14928
 
+else
14929
 
   # Broken: fails on valid input.
14930
 
 continue
14931
 
 fi
14932
 
 rm -f conftest.err conftest.$ac_ext
14933
 
 
14934
 
-  # OK, works on sane cases.  Now check whether non-existent headers
14935
 
+  # OK, works on sane cases.  Now check whether nonexistent headers
14936
 
   # can be detected and how.
14937
 
-  cat >conftest.$ac_ext <<_ACEOF
14938
 
-/* confdefs.h.  */
14939
 
-_ACEOF
14940
 
-cat confdefs.h >>conftest.$ac_ext
14941
 
-cat >>conftest.$ac_ext <<_ACEOF
14942
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14943
 
 /* end confdefs.h.  */
14944
 
 #include <ac_nonexistent.h>
14945
 
 _ACEOF
14946
 
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14947
 
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14948
 
-  ac_status=$?
14949
 
-  grep -v '^ *+' conftest.er1 >conftest.err
14950
 
-  rm -f conftest.er1
14951
 
-  cat conftest.err >&5
14952
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14953
 
-  (exit $ac_status); } >/dev/null; then
14954
 
-  if test -s conftest.err; then
14955
 
-    ac_cpp_err=$ac_c_preproc_warn_flag
14956
 
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14957
 
-  else
14958
 
-    ac_cpp_err=
14959
 
-  fi
14960
 
-else
14961
 
-  ac_cpp_err=yes
14962
 
-fi
14963
 
-if test -z "$ac_cpp_err"; then
14964
 
+if ac_fn_c_try_cpp "$LINENO"; then :
14965
 
   # Broken: success on invalid input.
14966
 
 continue
14967
 
 else
14968
 
-  echo "$as_me: failed program was:" >&5
14969
 
-sed 's/^/| /' conftest.$ac_ext >&5
14970
 
-
14971
 
   # Passes both tests.
14972
 
 ac_preproc_ok=:
14973
 
 break
14974
 
@@ -2515,14 +3153,13 @@ rm -f conftest.err conftest.$ac_ext
14975
 
 done
14976
 
 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
14977
 
 rm -f conftest.err conftest.$ac_ext
14978
 
-if $ac_preproc_ok; then
14979
 
-  :
14980
 
+if $ac_preproc_ok; then :
14981
 
+
14982
 
 else
14983
 
-  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
14984
 
-See \`config.log' for more details." >&5
14985
 
-echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
14986
 
-See \`config.log' for more details." >&2;}
14987
 
-   { (exit 1); exit 1; }; }
14988
 
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14989
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14990
 
+as_fn_error "C preprocessor \"$CPP\" fails sanity check
14991
 
+See \`config.log' for more details." "$LINENO" 5; }
14992
 
 fi
14993
 
 
14994
 
 ac_ext=c
14995
 
@@ -2532,29 +3169,27 @@ ac_link='$CC -o conftest$ac_exeext $CFLA
14996
 
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
14997
 
 
14998
 
 ac_aux_dir=
14999
 
-for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
15000
 
-  if test -f $ac_dir/install-sh; then
15001
 
-    ac_aux_dir=$ac_dir
15002
 
-    ac_install_sh="$ac_aux_dir/install-sh -c"
15003
 
-    break
15004
 
-  elif test -f $ac_dir/install.sh; then
15005
 
-    ac_aux_dir=$ac_dir
15006
 
-    ac_install_sh="$ac_aux_dir/install.sh -c"
15007
 
-    break
15008
 
-  elif test -f $ac_dir/shtool; then
15009
 
-    ac_aux_dir=$ac_dir
15010
 
-    ac_install_sh="$ac_aux_dir/shtool install -c"
15011
 
-    break
15012
 
-  fi
15013
 
+for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
15014
 
+  for ac_t in install-sh install.sh shtool; do
15015
 
+    if test -f "$ac_dir/$ac_t"; then
15016
 
+      ac_aux_dir=$ac_dir
15017
 
+      ac_install_sh="$ac_aux_dir/$ac_t -c"
15018
 
+      break 2
15019
 
+    fi
15020
 
+  done
15021
 
 done
15022
 
 if test -z "$ac_aux_dir"; then
15023
 
-  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
15024
 
-echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
15025
 
-   { (exit 1); exit 1; }; }
15026
 
-fi
15027
 
-ac_config_guess="$SHELL $ac_aux_dir/config.guess"
15028
 
-ac_config_sub="$SHELL $ac_aux_dir/config.sub"
15029
 
-ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
15030
 
+  as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
15031
 
+fi
15032
 
+
15033
 
+# These three variables are undocumented and unsupported,
15034
 
+# and are intended to be withdrawn in a future Autoconf release.
15035
 
+# They can cause serious problems if a builder's source tree is in a directory
15036
 
+# whose full name contains unusual characters.
15037
 
+ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
15038
 
+ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
15039
 
+ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
15040
 
+
15041
 
 
15042
 
 # Find a good install program.  We prefer a C program (faster),
15043
 
 # so one script is as good as another.  But avoid the broken or
15044
 
@@ -2569,22 +3204,23 @@ ac_configure="$SHELL $ac_aux_dir/configu
15045
 
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
15046
 
 # OS/2's system install, which has a completely different semantic
15047
 
 # ./install, which can be erroneously created by make from ./install.sh.
15048
 
-echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
15049
 
-echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
15050
 
+# Reject install programs that cannot install multiple files.
15051
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
15052
 
+$as_echo_n "checking for a BSD-compatible install... " >&6; }
15053
 
 if test -z "$INSTALL"; then
15054
 
-if test "${ac_cv_path_install+set}" = set; then
15055
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
15056
 
+if test "${ac_cv_path_install+set}" = set; then :
15057
 
+  $as_echo_n "(cached) " >&6
15058
 
 else
15059
 
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15060
 
 for as_dir in $PATH
15061
 
 do
15062
 
   IFS=$as_save_IFS
15063
 
   test -z "$as_dir" && as_dir=.
15064
 
-  # Account for people who put trailing slashes in PATH elements.
15065
 
-case $as_dir/ in
15066
 
-  ./ | .// | /cC/* | \
15067
 
+    # Account for people who put trailing slashes in PATH elements.
15068
 
+case $as_dir/ in #((
15069
 
+  ./ | .// | /[cC]/* | \
15070
 
   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
15071
 
-  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
15072
 
+  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
15073
 
   /usr/ucb/* ) ;;
15074
 
   *)
15075
 
     # OSF1 and SCO ODT 3.0 have their own names for install.
15076
 
@@ -2592,7 +3228,7 @@ case $as_dir/ in
15077
 
     # by default.
15078
 
     for ac_prog in ginstall scoinst install; do
15079
 
       for ac_exec_ext in '' $ac_executable_extensions; do
15080
 
-       if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
15081
 
+       if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
15082
 
          if test $ac_prog = install &&
15083
 
            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
15084
 
            # AIX install.  It has an incompatible calling convention.
15085
 
@@ -2602,30 +3238,43 @@ case $as_dir/ in
15086
 
            # program-specific install script used by HP pwplus--don't use.
15087
 
            :
15088
 
          else
15089
 
-           ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
15090
 
-           break 3
15091
 
+           rm -rf conftest.one conftest.two conftest.dir
15092
 
+           echo one > conftest.one
15093
 
+           echo two > conftest.two
15094
 
+           mkdir conftest.dir
15095
 
+           if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
15096
 
+             test -s conftest.one && test -s conftest.two &&
15097
 
+             test -s conftest.dir/conftest.one &&
15098
 
+             test -s conftest.dir/conftest.two
15099
 
+           then
15100
 
+             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
15101
 
+             break 3
15102
 
+           fi
15103
 
          fi
15104
 
        fi
15105
 
       done
15106
 
     done
15107
 
     ;;
15108
 
 esac
15109
 
-done
15110
 
 
15111
 
+  done
15112
 
+IFS=$as_save_IFS
15113
 
+
15114
 
+rm -rf conftest.one conftest.two conftest.dir
15115
 
 
15116
 
 fi
15117
 
   if test "${ac_cv_path_install+set}" = set; then
15118
 
     INSTALL=$ac_cv_path_install
15119
 
   else
15120
 
-    # As a last resort, use the slow shell script.  We don't cache a
15121
 
-    # path for INSTALL within a source directory, because that will
15122
 
+    # As a last resort, use the slow shell script.  Don't cache a
15123
 
+    # value for INSTALL within a source directory, because that will
15124
 
     # break other packages using the cache if that directory is
15125
 
-    # removed, or if the path is relative.
15126
 
+    # removed, or if the value is a relative name.
15127
 
     INSTALL=$ac_install_sh
15128
 
   fi
15129
 
 fi
15130
 
-echo "$as_me:$LINENO: result: $INSTALL" >&5
15131
 
-echo "${ECHO_T}$INSTALL" >&6
15132
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
15133
 
+$as_echo "$INSTALL" >&6; }
15134
 
 
15135
 
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
15136
 
 # It thinks the first close brace ends the variable substitution.
15137
 
@@ -2638,10 +3287,10 @@ test -z "$INSTALL_DATA" && INSTALL_DATA=
15138
 
 if test -n "$ac_tool_prefix"; then
15139
 
   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
15140
 
 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
15141
 
-echo "$as_me:$LINENO: checking for $ac_word" >&5
15142
 
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15143
 
-if test "${ac_cv_prog_RANLIB+set}" = set; then
15144
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
15145
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15146
 
+$as_echo_n "checking for $ac_word... " >&6; }
15147
 
+if test "${ac_cv_prog_RANLIB+set}" = set; then :
15148
 
+  $as_echo_n "(cached) " >&6
15149
 
 else
15150
 
   if test -n "$RANLIB"; then
15151
 
   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
15152
 
@@ -2651,35 +3300,37 @@ for as_dir in $PATH
15153
 
 do
15154
 
   IFS=$as_save_IFS
15155
 
   test -z "$as_dir" && as_dir=.
15156
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
15157
 
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15158
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
15159
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15160
 
     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
15161
 
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15162
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
15163
 
     break 2
15164
 
   fi
15165
 
 done
15166
 
-done
15167
 
+  done
15168
 
+IFS=$as_save_IFS
15169
 
 
15170
 
 fi
15171
 
 fi
15172
 
 RANLIB=$ac_cv_prog_RANLIB
15173
 
 if test -n "$RANLIB"; then
15174
 
-  echo "$as_me:$LINENO: result: $RANLIB" >&5
15175
 
-echo "${ECHO_T}$RANLIB" >&6
15176
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
15177
 
+$as_echo "$RANLIB" >&6; }
15178
 
 else
15179
 
-  echo "$as_me:$LINENO: result: no" >&5
15180
 
-echo "${ECHO_T}no" >&6
15181
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15182
 
+$as_echo "no" >&6; }
15183
 
 fi
15184
 
 
15185
 
+
15186
 
 fi
15187
 
 if test -z "$ac_cv_prog_RANLIB"; then
15188
 
   ac_ct_RANLIB=$RANLIB
15189
 
   # Extract the first word of "ranlib", so it can be a program name with args.
15190
 
 set dummy ranlib; ac_word=$2
15191
 
-echo "$as_me:$LINENO: checking for $ac_word" >&5
15192
 
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15193
 
-if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
15194
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
15195
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15196
 
+$as_echo_n "checking for $ac_word... " >&6; }
15197
 
+if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
15198
 
+  $as_echo_n "(cached) " >&6
15199
 
 else
15200
 
   if test -n "$ac_ct_RANLIB"; then
15201
 
   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
15202
 
@@ -2689,28 +3340,38 @@ for as_dir in $PATH
15203
 
 do
15204
 
   IFS=$as_save_IFS
15205
 
   test -z "$as_dir" && as_dir=.
15206
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
15207
 
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15208
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
15209
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15210
 
     ac_cv_prog_ac_ct_RANLIB="ranlib"
15211
 
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15212
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
15213
 
     break 2
15214
 
   fi
15215
 
 done
15216
 
-done
15217
 
+  done
15218
 
+IFS=$as_save_IFS
15219
 
 
15220
 
-  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
15221
 
 fi
15222
 
 fi
15223
 
 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
15224
 
 if test -n "$ac_ct_RANLIB"; then
15225
 
-  echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
15226
 
-echo "${ECHO_T}$ac_ct_RANLIB" >&6
15227
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
15228
 
+$as_echo "$ac_ct_RANLIB" >&6; }
15229
 
 else
15230
 
-  echo "$as_me:$LINENO: result: no" >&5
15231
 
-echo "${ECHO_T}no" >&6
15232
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15233
 
+$as_echo "no" >&6; }
15234
 
 fi
15235
 
 
15236
 
-  RANLIB=$ac_ct_RANLIB
15237
 
+  if test "x$ac_ct_RANLIB" = x; then
15238
 
+    RANLIB=":"
15239
 
+  else
15240
 
+    case $cross_compiling:$ac_tool_warned in
15241
 
+yes:)
15242
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
15243
 
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
15244
 
+ac_tool_warned=yes ;;
15245
 
+esac
15246
 
+    RANLIB=$ac_ct_RANLIB
15247
 
+  fi
15248
 
 else
15249
 
   RANLIB="$ac_cv_prog_RANLIB"
15250
 
 fi
15251
 
@@ -2719,10 +3380,10 @@ for ac_prog in 'bison -y' byacc
15252
 
 do
15253
 
   # Extract the first word of "$ac_prog", so it can be a program name with args.
15254
 
 set dummy $ac_prog; ac_word=$2
15255
 
-echo "$as_me:$LINENO: checking for $ac_word" >&5
15256
 
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15257
 
-if test "${ac_cv_prog_YACC+set}" = set; then
15258
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
15259
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15260
 
+$as_echo_n "checking for $ac_word... " >&6; }
15261
 
+if test "${ac_cv_prog_YACC+set}" = set; then :
15262
 
+  $as_echo_n "(cached) " >&6
15263
 
 else
15264
 
   if test -n "$YACC"; then
15265
 
   ac_cv_prog_YACC="$YACC" # Let the user override the test.
15266
 
@@ -2732,26 +3393,28 @@ for as_dir in $PATH
15267
 
 do
15268
 
   IFS=$as_save_IFS
15269
 
   test -z "$as_dir" && as_dir=.
15270
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
15271
 
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15272
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
15273
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15274
 
     ac_cv_prog_YACC="$ac_prog"
15275
 
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15276
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
15277
 
     break 2
15278
 
   fi
15279
 
 done
15280
 
-done
15281
 
+  done
15282
 
+IFS=$as_save_IFS
15283
 
 
15284
 
 fi
15285
 
 fi
15286
 
 YACC=$ac_cv_prog_YACC
15287
 
 if test -n "$YACC"; then
15288
 
-  echo "$as_me:$LINENO: result: $YACC" >&5
15289
 
-echo "${ECHO_T}$YACC" >&6
15290
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
15291
 
+$as_echo "$YACC" >&6; }
15292
 
 else
15293
 
-  echo "$as_me:$LINENO: result: no" >&5
15294
 
-echo "${ECHO_T}no" >&6
15295
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15296
 
+$as_echo "no" >&6; }
15297
 
 fi
15298
 
 
15299
 
+
15300
 
   test -n "$YACC" && break
15301
 
 done
15302
 
 test -n "$YACC" || YACC="yacc"
15303
 
@@ -2761,10 +3424,10 @@ for ac_prog in flex lex
15304
 
 do
15305
 
   # Extract the first word of "$ac_prog", so it can be a program name with args.
15306
 
 set dummy $ac_prog; ac_word=$2
15307
 
-echo "$as_me:$LINENO: checking for $ac_word" >&5
15308
 
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15309
 
-if test "${ac_cv_prog_LEX+set}" = set; then
15310
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
15311
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15312
 
+$as_echo_n "checking for $ac_word... " >&6; }
15313
 
+if test "${ac_cv_prog_LEX+set}" = set; then :
15314
 
+  $as_echo_n "(cached) " >&6
15315
 
 else
15316
 
   if test -n "$LEX"; then
15317
 
   ac_cv_prog_LEX="$LEX" # Let the user override the test.
15318
 
@@ -2774,271 +3437,154 @@ for as_dir in $PATH
15319
 
 do
15320
 
   IFS=$as_save_IFS
15321
 
   test -z "$as_dir" && as_dir=.
15322
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
15323
 
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15324
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
15325
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15326
 
     ac_cv_prog_LEX="$ac_prog"
15327
 
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15328
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
15329
 
     break 2
15330
 
   fi
15331
 
 done
15332
 
-done
15333
 
+  done
15334
 
+IFS=$as_save_IFS
15335
 
 
15336
 
 fi
15337
 
 fi
15338
 
 LEX=$ac_cv_prog_LEX
15339
 
 if test -n "$LEX"; then
15340
 
-  echo "$as_me:$LINENO: result: $LEX" >&5
15341
 
-echo "${ECHO_T}$LEX" >&6
15342
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
15343
 
+$as_echo "$LEX" >&6; }
15344
 
 else
15345
 
-  echo "$as_me:$LINENO: result: no" >&5
15346
 
-echo "${ECHO_T}no" >&6
15347
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15348
 
+$as_echo "no" >&6; }
15349
 
 fi
15350
 
 
15351
 
+
15352
 
   test -n "$LEX" && break
15353
 
 done
15354
 
 test -n "$LEX" || LEX=":"
15355
 
 
15356
 
-if test -z "$LEXLIB"
15357
 
-then
15358
 
-  echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
15359
 
-echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
15360
 
-if test "${ac_cv_lib_fl_yywrap+set}" = set; then
15361
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
15362
 
-else
15363
 
-  ac_check_lib_save_LIBS=$LIBS
15364
 
-LIBS="-lfl  $LIBS"
15365
 
-cat >conftest.$ac_ext <<_ACEOF
15366
 
-/* confdefs.h.  */
15367
 
-_ACEOF
15368
 
-cat confdefs.h >>conftest.$ac_ext
15369
 
-cat >>conftest.$ac_ext <<_ACEOF
15370
 
-/* end confdefs.h.  */
15371
 
-
15372
 
-/* Override any gcc2 internal prototype to avoid an error.  */
15373
 
-#ifdef __cplusplus
15374
 
-extern "C"
15375
 
+if test "x$LEX" != "x:"; then
15376
 
+  cat >conftest.l <<_ACEOF
15377
 
+%%
15378
 
+a { ECHO; }
15379
 
+b { REJECT; }
15380
 
+c { yymore (); }
15381
 
+d { yyless (1); }
15382
 
+e { yyless (input () != 0); }
15383
 
+f { unput (yytext[0]); }
15384
 
+. { BEGIN INITIAL; }
15385
 
+%%
15386
 
+#ifdef YYTEXT_POINTER
15387
 
+extern char *yytext;
15388
 
 #endif
15389
 
-/* We use char because int might match the return type of a gcc2
15390
 
-   builtin and then its argument prototype would still apply.  */
15391
 
-char yywrap ();
15392
 
 int
15393
 
-main ()
15394
 
+main (void)
15395
 
 {
15396
 
-yywrap ();
15397
 
-  ;
15398
 
-  return 0;
15399
 
+  return ! yylex () + ! yywrap ();
15400
 
 }
15401
 
 _ACEOF
15402
 
-rm -f conftest.$ac_objext conftest$ac_exeext
15403
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15404
 
-  (eval $ac_link) 2>conftest.er1
15405
 
-  ac_status=$?
15406
 
-  grep -v '^ *+' conftest.er1 >conftest.err
15407
 
-  rm -f conftest.er1
15408
 
-  cat conftest.err >&5
15409
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15410
 
-  (exit $ac_status); } &&
15411
 
-        { ac_try='test -z "$ac_c_werror_flag"
15412
 
-                        || test ! -s conftest.err'
15413
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15414
 
-  (eval $ac_try) 2>&5
15415
 
-  ac_status=$?
15416
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15417
 
-  (exit $ac_status); }; } &&
15418
 
-        { ac_try='test -s conftest$ac_exeext'
15419
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15420
 
-  (eval $ac_try) 2>&5
15421
 
-  ac_status=$?
15422
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15423
 
-  (exit $ac_status); }; }; then
15424
 
-  ac_cv_lib_fl_yywrap=yes
15425
 
+{ { ac_try="$LEX conftest.l"
15426
 
+case "(($ac_try" in
15427
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15428
 
+  *) ac_try_echo=$ac_try;;
15429
 
+esac
15430
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
15431
 
+$as_echo "$ac_try_echo"; } >&5
15432
 
+  (eval "$LEX conftest.l") 2>&5
15433
 
+  ac_status=$?
15434
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15435
 
+  test $ac_status = 0; }
15436
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
15437
 
+$as_echo_n "checking lex output file root... " >&6; }
15438
 
+if test "${ac_cv_prog_lex_root+set}" = set; then :
15439
 
+  $as_echo_n "(cached) " >&6
15440
 
 else
15441
 
-  echo "$as_me: failed program was:" >&5
15442
 
-sed 's/^/| /' conftest.$ac_ext >&5
15443
 
 
15444
 
-ac_cv_lib_fl_yywrap=no
15445
 
+if test -f lex.yy.c; then
15446
 
+  ac_cv_prog_lex_root=lex.yy
15447
 
+elif test -f lexyy.c; then
15448
 
+  ac_cv_prog_lex_root=lexyy
15449
 
+else
15450
 
+  as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
15451
 
 fi
15452
 
-rm -f conftest.err conftest.$ac_objext \
15453
 
-      conftest$ac_exeext conftest.$ac_ext
15454
 
-LIBS=$ac_check_lib_save_LIBS
15455
 
 fi
15456
 
-echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
15457
 
-echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
15458
 
-if test $ac_cv_lib_fl_yywrap = yes; then
15459
 
-  LEXLIB="-lfl"
15460
 
-else
15461
 
-  echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
15462
 
-echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
15463
 
-if test "${ac_cv_lib_l_yywrap+set}" = set; then
15464
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
15465
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
15466
 
+$as_echo "$ac_cv_prog_lex_root" >&6; }
15467
 
+LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
15468
 
+
15469
 
+if test -z "${LEXLIB+set}"; then
15470
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
15471
 
+$as_echo_n "checking lex library... " >&6; }
15472
 
+if test "${ac_cv_lib_lex+set}" = set; then :
15473
 
+  $as_echo_n "(cached) " >&6
15474
 
 else
15475
 
-  ac_check_lib_save_LIBS=$LIBS
15476
 
-LIBS="-ll  $LIBS"
15477
 
-cat >conftest.$ac_ext <<_ACEOF
15478
 
-/* confdefs.h.  */
15479
 
-_ACEOF
15480
 
-cat confdefs.h >>conftest.$ac_ext
15481
 
-cat >>conftest.$ac_ext <<_ACEOF
15482
 
+
15483
 
+    ac_save_LIBS=$LIBS
15484
 
+    ac_cv_lib_lex='none needed'
15485
 
+    for ac_lib in '' -lfl -ll; do
15486
 
+      LIBS="$ac_lib $ac_save_LIBS"
15487
 
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15488
 
 /* end confdefs.h.  */
15489
 
-
15490
 
-/* Override any gcc2 internal prototype to avoid an error.  */
15491
 
-#ifdef __cplusplus
15492
 
-extern "C"
15493
 
-#endif
15494
 
-/* We use char because int might match the return type of a gcc2
15495
 
-   builtin and then its argument prototype would still apply.  */
15496
 
-char yywrap ();
15497
 
-int
15498
 
-main ()
15499
 
-{
15500
 
-yywrap ();
15501
 
-  ;
15502
 
-  return 0;
15503
 
-}
15504
 
-_ACEOF
15505
 
-rm -f conftest.$ac_objext conftest$ac_exeext
15506
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15507
 
-  (eval $ac_link) 2>conftest.er1
15508
 
-  ac_status=$?
15509
 
-  grep -v '^ *+' conftest.er1 >conftest.err
15510
 
-  rm -f conftest.er1
15511
 
-  cat conftest.err >&5
15512
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15513
 
-  (exit $ac_status); } &&
15514
 
-        { ac_try='test -z "$ac_c_werror_flag"
15515
 
-                        || test ! -s conftest.err'
15516
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15517
 
-  (eval $ac_try) 2>&5
15518
 
-  ac_status=$?
15519
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15520
 
-  (exit $ac_status); }; } &&
15521
 
-        { ac_try='test -s conftest$ac_exeext'
15522
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15523
 
-  (eval $ac_try) 2>&5
15524
 
-  ac_status=$?
15525
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15526
 
-  (exit $ac_status); }; }; then
15527
 
-  ac_cv_lib_l_yywrap=yes
15528
 
-else
15529
 
-  echo "$as_me: failed program was:" >&5
15530
 
-sed 's/^/| /' conftest.$ac_ext >&5
15531
 
-
15532
 
-ac_cv_lib_l_yywrap=no
15533
 
-fi
15534
 
-rm -f conftest.err conftest.$ac_objext \
15535
 
-      conftest$ac_exeext conftest.$ac_ext
15536
 
-LIBS=$ac_check_lib_save_LIBS
15537
 
-fi
15538
 
-echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
15539
 
-echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
15540
 
-if test $ac_cv_lib_l_yywrap = yes; then
15541
 
-  LEXLIB="-ll"
15542
 
-fi
15543
 
+`cat $LEX_OUTPUT_ROOT.c`
15544
 
+_ACEOF
15545
 
+if ac_fn_c_try_link "$LINENO"; then :
15546
 
+  ac_cv_lib_lex=$ac_lib
15547
 
+fi
15548
 
+rm -f core conftest.err conftest.$ac_objext \
15549
 
+    conftest$ac_exeext conftest.$ac_ext
15550
 
+      test "$ac_cv_lib_lex" != 'none needed' && break
15551
 
+    done
15552
 
+    LIBS=$ac_save_LIBS
15553
 
 
15554
 
 fi
15555
 
-
15556
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
15557
 
+$as_echo "$ac_cv_lib_lex" >&6; }
15558
 
+  test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
15559
 
 fi
15560
 
 
15561
 
-if test "x$LEX" != "x:"; then
15562
 
-  echo "$as_me:$LINENO: checking lex output file root" >&5
15563
 
-echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
15564
 
-if test "${ac_cv_prog_lex_root+set}" = set; then
15565
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
15566
 
-else
15567
 
-  # The minimal lex program is just a single line: %%.  But some broken lexes
15568
 
-# (Solaris, I think it was) want two %% lines, so accommodate them.
15569
 
-cat >conftest.l <<_ACEOF
15570
 
-%%
15571
 
-%%
15572
 
-_ACEOF
15573
 
-{ (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
15574
 
-  (eval $LEX conftest.l) 2>&5
15575
 
-  ac_status=$?
15576
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15577
 
-  (exit $ac_status); }
15578
 
-if test -f lex.yy.c; then
15579
 
-  ac_cv_prog_lex_root=lex.yy
15580
 
-elif test -f lexyy.c; then
15581
 
-  ac_cv_prog_lex_root=lexyy
15582
 
-else
15583
 
-  { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
15584
 
-echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
15585
 
-   { (exit 1); exit 1; }; }
15586
 
-fi
15587
 
-fi
15588
 
-echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
15589
 
-echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
15590
 
-rm -f conftest.l
15591
 
-LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
15592
 
 
15593
 
-echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
15594
 
-echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
15595
 
-if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
15596
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
15597
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
15598
 
+$as_echo_n "checking whether yytext is a pointer... " >&6; }
15599
 
+if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then :
15600
 
+  $as_echo_n "(cached) " >&6
15601
 
 else
15602
 
   # POSIX says lex can declare yytext either as a pointer or an array; the
15603
 
-# default is implementation-dependent. Figure out which it is, since
15604
 
+# default is implementation-dependent.  Figure out which it is, since
15605
 
 # not all implementations provide the %pointer and %array declarations.
15606
 
 ac_cv_prog_lex_yytext_pointer=no
15607
 
-echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
15608
 
 ac_save_LIBS=$LIBS
15609
 
-LIBS="$LIBS $LEXLIB"
15610
 
-cat >conftest.$ac_ext <<_ACEOF
15611
 
+LIBS="$LEXLIB $ac_save_LIBS"
15612
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15613
 
+/* end confdefs.h.  */
15614
 
+#define YYTEXT_POINTER 1
15615
 
 `cat $LEX_OUTPUT_ROOT.c`
15616
 
 _ACEOF
15617
 
-rm -f conftest.$ac_objext conftest$ac_exeext
15618
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15619
 
-  (eval $ac_link) 2>conftest.er1
15620
 
-  ac_status=$?
15621
 
-  grep -v '^ *+' conftest.er1 >conftest.err
15622
 
-  rm -f conftest.er1
15623
 
-  cat conftest.err >&5
15624
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15625
 
-  (exit $ac_status); } &&
15626
 
-        { ac_try='test -z "$ac_c_werror_flag"
15627
 
-                        || test ! -s conftest.err'
15628
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15629
 
-  (eval $ac_try) 2>&5
15630
 
-  ac_status=$?
15631
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15632
 
-  (exit $ac_status); }; } &&
15633
 
-        { ac_try='test -s conftest$ac_exeext'
15634
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15635
 
-  (eval $ac_try) 2>&5
15636
 
-  ac_status=$?
15637
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15638
 
-  (exit $ac_status); }; }; then
15639
 
+if ac_fn_c_try_link "$LINENO"; then :
15640
 
   ac_cv_prog_lex_yytext_pointer=yes
15641
 
-else
15642
 
-  echo "$as_me: failed program was:" >&5
15643
 
-sed 's/^/| /' conftest.$ac_ext >&5
15644
 
-
15645
 
 fi
15646
 
-rm -f conftest.err conftest.$ac_objext \
15647
 
-      conftest$ac_exeext conftest.$ac_ext
15648
 
+rm -f core conftest.err conftest.$ac_objext \
15649
 
+    conftest$ac_exeext conftest.$ac_ext
15650
 
 LIBS=$ac_save_LIBS
15651
 
-rm -f "${LEX_OUTPUT_ROOT}.c"
15652
 
 
15653
 
 fi
15654
 
-echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
15655
 
-echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
15656
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
15657
 
+$as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
15658
 
 if test $ac_cv_prog_lex_yytext_pointer = yes; then
15659
 
 
15660
 
-cat >>confdefs.h <<\_ACEOF
15661
 
-#define YYTEXT_POINTER 1
15662
 
-_ACEOF
15663
 
+$as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
15664
 
 
15665
 
 fi
15666
 
+rm -f conftest.l $LEX_OUTPUT_ROOT.c
15667
 
 
15668
 
 fi
15669
 
 for ac_prog in gm4 gnum4 m4
15670
 
 do
15671
 
   # Extract the first word of "$ac_prog", so it can be a program name with args.
15672
 
 set dummy $ac_prog; ac_word=$2
15673
 
-echo "$as_me:$LINENO: checking for $ac_word" >&5
15674
 
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15675
 
-if test "${ac_cv_path_M4+set}" = set; then
15676
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
15677
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15678
 
+$as_echo_n "checking for $ac_word... " >&6; }
15679
 
+if test "${ac_cv_path_M4+set}" = set; then :
15680
 
+  $as_echo_n "(cached) " >&6
15681
 
 else
15682
 
   case $M4 in
15683
 
   [\\/]* | ?:[\\/]*)
15684
 
@@ -3050,28 +3596,29 @@ for as_dir in $PATH
15685
 
 do
15686
 
   IFS=$as_save_IFS
15687
 
   test -z "$as_dir" && as_dir=.
15688
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
15689
 
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15690
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
15691
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15692
 
     ac_cv_path_M4="$as_dir/$ac_word$ac_exec_ext"
15693
 
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15694
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
15695
 
     break 2
15696
 
   fi
15697
 
 done
15698
 
-done
15699
 
+  done
15700
 
+IFS=$as_save_IFS
15701
 
 
15702
 
   ;;
15703
 
 esac
15704
 
 fi
15705
 
 M4=$ac_cv_path_M4
15706
 
-
15707
 
 if test -n "$M4"; then
15708
 
-  echo "$as_me:$LINENO: result: $M4" >&5
15709
 
-echo "${ECHO_T}$M4" >&6
15710
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
15711
 
+$as_echo "$M4" >&6; }
15712
 
 else
15713
 
-  echo "$as_me:$LINENO: result: no" >&5
15714
 
-echo "${ECHO_T}no" >&6
15715
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15716
 
+$as_echo "no" >&6; }
15717
 
 fi
15718
 
 
15719
 
+
15720
 
   test -n "$M4" && break
15721
 
 done
15722
 
 test -n "$M4" || M4="m4"
15723
 
@@ -3080,10 +3627,10 @@ for ac_prog in gawk mawk nawk awk
15724
 
 do
15725
 
   # Extract the first word of "$ac_prog", so it can be a program name with args.
15726
 
 set dummy $ac_prog; ac_word=$2
15727
 
-echo "$as_me:$LINENO: checking for $ac_word" >&5
15728
 
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15729
 
-if test "${ac_cv_prog_AWK+set}" = set; then
15730
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
15731
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15732
 
+$as_echo_n "checking for $ac_word... " >&6; }
15733
 
+if test "${ac_cv_prog_AWK+set}" = set; then :
15734
 
+  $as_echo_n "(cached) " >&6
15735
 
 else
15736
 
   if test -n "$AWK"; then
15737
 
   ac_cv_prog_AWK="$AWK" # Let the user override the test.
15738
 
@@ -3093,85 +3640,169 @@ for as_dir in $PATH
15739
 
 do
15740
 
   IFS=$as_save_IFS
15741
 
   test -z "$as_dir" && as_dir=.
15742
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
15743
 
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15744
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
15745
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15746
 
     ac_cv_prog_AWK="$ac_prog"
15747
 
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15748
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
15749
 
     break 2
15750
 
   fi
15751
 
 done
15752
 
-done
15753
 
+  done
15754
 
+IFS=$as_save_IFS
15755
 
 
15756
 
 fi
15757
 
 fi
15758
 
 AWK=$ac_cv_prog_AWK
15759
 
 if test -n "$AWK"; then
15760
 
-  echo "$as_me:$LINENO: result: $AWK" >&5
15761
 
-echo "${ECHO_T}$AWK" >&6
15762
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
15763
 
+$as_echo "$AWK" >&6; }
15764
 
 else
15765
 
-  echo "$as_me:$LINENO: result: no" >&5
15766
 
-echo "${ECHO_T}no" >&6
15767
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15768
 
+$as_echo "no" >&6; }
15769
 
 fi
15770
 
 
15771
 
+
15772
 
   test -n "$AWK" && break
15773
 
 done
15774
 
 
15775
 
 #AC_DIFF_OPT
15776
 
 
15777
 
-echo "$as_me:$LINENO: checking for egrep" >&5
15778
 
-echo $ECHO_N "checking for egrep... $ECHO_C" >&6
15779
 
-if test "${ac_cv_prog_egrep+set}" = set; then
15780
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
15781
 
-else
15782
 
-  if echo a | (grep -E '(a|b)') >/dev/null 2>&1
15783
 
-    then ac_cv_prog_egrep='grep -E'
15784
 
-    else ac_cv_prog_egrep='egrep'
15785
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
15786
 
+$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
15787
 
+if test "${ac_cv_path_GREP+set}" = set; then :
15788
 
+  $as_echo_n "(cached) " >&6
15789
 
+else
15790
 
+  if test -z "$GREP"; then
15791
 
+  ac_path_GREP_found=false
15792
 
+  # Loop through the user's path and test for each of PROGNAME-LIST
15793
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15794
 
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
15795
 
+do
15796
 
+  IFS=$as_save_IFS
15797
 
+  test -z "$as_dir" && as_dir=.
15798
 
+    for ac_prog in grep ggrep; do
15799
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
15800
 
+      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
15801
 
+      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
15802
 
+# Check for GNU ac_path_GREP and select it if it is found.
15803
 
+  # Check for GNU $ac_path_GREP
15804
 
+case `"$ac_path_GREP" --version 2>&1` in
15805
 
+*GNU*)
15806
 
+  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
15807
 
+*)
15808
 
+  ac_count=0
15809
 
+  $as_echo_n 0123456789 >"conftest.in"
15810
 
+  while :
15811
 
+  do
15812
 
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
15813
 
+    mv "conftest.tmp" "conftest.in"
15814
 
+    cp "conftest.in" "conftest.nl"
15815
 
+    $as_echo 'GREP' >> "conftest.nl"
15816
 
+    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
15817
 
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
15818
 
+    as_fn_arith $ac_count + 1 && ac_count=$as_val
15819
 
+    if test $ac_count -gt ${ac_path_GREP_max-0}; then
15820
 
+      # Best one so far, save it but keep looking for a better one
15821
 
+      ac_cv_path_GREP="$ac_path_GREP"
15822
 
+      ac_path_GREP_max=$ac_count
15823
 
     fi
15824
 
-fi
15825
 
-echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
15826
 
-echo "${ECHO_T}$ac_cv_prog_egrep" >&6
15827
 
- EGREP=$ac_cv_prog_egrep
15828
 
+    # 10*(2^10) chars as input seems more than enough
15829
 
+    test $ac_count -gt 10 && break
15830
 
+  done
15831
 
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
15832
 
+esac
15833
 
 
15834
 
+      $ac_path_GREP_found && break 3
15835
 
+    done
15836
 
+  done
15837
 
+  done
15838
 
+IFS=$as_save_IFS
15839
 
+  if test -z "$ac_cv_path_GREP"; then
15840
 
+    as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
15841
 
+  fi
15842
 
+else
15843
 
+  ac_cv_path_GREP=$GREP
15844
 
+fi
15845
 
 
15846
 
+fi
15847
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
15848
 
+$as_echo "$ac_cv_path_GREP" >&6; }
15849
 
+ GREP="$ac_cv_path_GREP"
15850
 
 
15851
 
-echo "$as_me:$LINENO: checking for AIX" >&5
15852
 
-echo $ECHO_N "checking for AIX... $ECHO_C" >&6
15853
 
-cat >conftest.$ac_ext <<_ACEOF
15854
 
-/* confdefs.h.  */
15855
 
-_ACEOF
15856
 
-cat confdefs.h >>conftest.$ac_ext
15857
 
-cat >>conftest.$ac_ext <<_ACEOF
15858
 
-/* end confdefs.h.  */
15859
 
-#ifdef _AIX
15860
 
-  yes
15861
 
-#endif
15862
 
 
15863
 
-_ACEOF
15864
 
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15865
 
-  $EGREP "yes" >/dev/null 2>&1; then
15866
 
-  echo "$as_me:$LINENO: result: yes" >&5
15867
 
-echo "${ECHO_T}yes" >&6
15868
 
-cat >>confdefs.h <<\_ACEOF
15869
 
-#define _ALL_SOURCE 1
15870
 
-_ACEOF
15871
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
15872
 
+$as_echo_n "checking for egrep... " >&6; }
15873
 
+if test "${ac_cv_path_EGREP+set}" = set; then :
15874
 
+  $as_echo_n "(cached) " >&6
15875
 
+else
15876
 
+  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
15877
 
+   then ac_cv_path_EGREP="$GREP -E"
15878
 
+   else
15879
 
+     if test -z "$EGREP"; then
15880
 
+  ac_path_EGREP_found=false
15881
 
+  # Loop through the user's path and test for each of PROGNAME-LIST
15882
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15883
 
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
15884
 
+do
15885
 
+  IFS=$as_save_IFS
15886
 
+  test -z "$as_dir" && as_dir=.
15887
 
+    for ac_prog in egrep; do
15888
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
15889
 
+      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
15890
 
+      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
15891
 
+# Check for GNU ac_path_EGREP and select it if it is found.
15892
 
+  # Check for GNU $ac_path_EGREP
15893
 
+case `"$ac_path_EGREP" --version 2>&1` in
15894
 
+*GNU*)
15895
 
+  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
15896
 
+*)
15897
 
+  ac_count=0
15898
 
+  $as_echo_n 0123456789 >"conftest.in"
15899
 
+  while :
15900
 
+  do
15901
 
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
15902
 
+    mv "conftest.tmp" "conftest.in"
15903
 
+    cp "conftest.in" "conftest.nl"
15904
 
+    $as_echo 'EGREP' >> "conftest.nl"
15905
 
+    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
15906
 
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
15907
 
+    as_fn_arith $ac_count + 1 && ac_count=$as_val
15908
 
+    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
15909
 
+      # Best one so far, save it but keep looking for a better one
15910
 
+      ac_cv_path_EGREP="$ac_path_EGREP"
15911
 
+      ac_path_EGREP_max=$ac_count
15912
 
+    fi
15913
 
+    # 10*(2^10) chars as input seems more than enough
15914
 
+    test $ac_count -gt 10 && break
15915
 
+  done
15916
 
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
15917
 
+esac
15918
 
 
15919
 
+      $ac_path_EGREP_found && break 3
15920
 
+    done
15921
 
+  done
15922
 
+  done
15923
 
+IFS=$as_save_IFS
15924
 
+  if test -z "$ac_cv_path_EGREP"; then
15925
 
+    as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
15926
 
+  fi
15927
 
 else
15928
 
-  echo "$as_me:$LINENO: result: no" >&5
15929
 
-echo "${ECHO_T}no" >&6
15930
 
+  ac_cv_path_EGREP=$EGREP
15931
 
 fi
15932
 
-rm -f conftest*
15933
 
+
15934
 
+   fi
15935
 
+fi
15936
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
15937
 
+$as_echo "$ac_cv_path_EGREP" >&6; }
15938
 
+ EGREP="$ac_cv_path_EGREP"
15939
 
 
15940
 
 
15941
 
-echo "$as_me:$LINENO: checking for ANSI C header files" >&5
15942
 
-echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
15943
 
-if test "${ac_cv_header_stdc+set}" = set; then
15944
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
15945
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
15946
 
+$as_echo_n "checking for ANSI C header files... " >&6; }
15947
 
+if test "${ac_cv_header_stdc+set}" = set; then :
15948
 
+  $as_echo_n "(cached) " >&6
15949
 
 else
15950
 
-  cat >conftest.$ac_ext <<_ACEOF
15951
 
-/* confdefs.h.  */
15952
 
-_ACEOF
15953
 
-cat confdefs.h >>conftest.$ac_ext
15954
 
-cat >>conftest.$ac_ext <<_ACEOF
15955
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15956
 
 /* end confdefs.h.  */
15957
 
 #include <stdlib.h>
15958
 
 #include <stdarg.h>
15959
 
@@ -3186,51 +3817,23 @@ main ()
15960
 
   return 0;
15961
 
 }
15962
 
 _ACEOF
15963
 
-rm -f conftest.$ac_objext
15964
 
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15965
 
-  (eval $ac_compile) 2>conftest.er1
15966
 
-  ac_status=$?
15967
 
-  grep -v '^ *+' conftest.er1 >conftest.err
15968
 
-  rm -f conftest.er1
15969
 
-  cat conftest.err >&5
15970
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15971
 
-  (exit $ac_status); } &&
15972
 
-        { ac_try='test -z "$ac_c_werror_flag"
15973
 
-                        || test ! -s conftest.err'
15974
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15975
 
-  (eval $ac_try) 2>&5
15976
 
-  ac_status=$?
15977
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15978
 
-  (exit $ac_status); }; } &&
15979
 
-        { ac_try='test -s conftest.$ac_objext'
15980
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15981
 
-  (eval $ac_try) 2>&5
15982
 
-  ac_status=$?
15983
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15984
 
-  (exit $ac_status); }; }; then
15985
 
+if ac_fn_c_try_compile "$LINENO"; then :
15986
 
   ac_cv_header_stdc=yes
15987
 
 else
15988
 
-  echo "$as_me: failed program was:" >&5
15989
 
-sed 's/^/| /' conftest.$ac_ext >&5
15990
 
-
15991
 
-ac_cv_header_stdc=no
15992
 
+  ac_cv_header_stdc=no
15993
 
 fi
15994
 
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15995
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15996
 
 
15997
 
 if test $ac_cv_header_stdc = yes; then
15998
 
   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
15999
 
-  cat >conftest.$ac_ext <<_ACEOF
16000
 
-/* confdefs.h.  */
16001
 
-_ACEOF
16002
 
-cat confdefs.h >>conftest.$ac_ext
16003
 
-cat >>conftest.$ac_ext <<_ACEOF
16004
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16005
 
 /* end confdefs.h.  */
16006
 
 #include <string.h>
16007
 
 
16008
 
 _ACEOF
16009
 
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16010
 
-  $EGREP "memchr" >/dev/null 2>&1; then
16011
 
-  :
16012
 
+  $EGREP "memchr" >/dev/null 2>&1; then :
16013
 
+
16014
 
 else
16015
 
   ac_cv_header_stdc=no
16016
 
 fi
16017
 
@@ -3240,18 +3843,14 @@ fi
16018
 
 
16019
 
 if test $ac_cv_header_stdc = yes; then
16020
 
   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
16021
 
-  cat >conftest.$ac_ext <<_ACEOF
16022
 
-/* confdefs.h.  */
16023
 
-_ACEOF
16024
 
-cat confdefs.h >>conftest.$ac_ext
16025
 
-cat >>conftest.$ac_ext <<_ACEOF
16026
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16027
 
 /* end confdefs.h.  */
16028
 
 #include <stdlib.h>
16029
 
 
16030
 
 _ACEOF
16031
 
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16032
 
-  $EGREP "free" >/dev/null 2>&1; then
16033
 
-  :
16034
 
+  $EGREP "free" >/dev/null 2>&1; then :
16035
 
+
16036
 
 else
16037
 
   ac_cv_header_stdc=no
16038
 
 fi
16039
 
@@ -3261,16 +3860,13 @@ fi
16040
 
 
16041
 
 if test $ac_cv_header_stdc = yes; then
16042
 
   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
16043
 
-  if test "$cross_compiling" = yes; then
16044
 
+  if test "$cross_compiling" = yes; then :
16045
 
   :
16046
 
 else
16047
 
-  cat >conftest.$ac_ext <<_ACEOF
16048
 
-/* confdefs.h.  */
16049
 
-_ACEOF
16050
 
-cat confdefs.h >>conftest.$ac_ext
16051
 
-cat >>conftest.$ac_ext <<_ACEOF
16052
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16053
 
 /* end confdefs.h.  */
16054
 
 #include <ctype.h>
16055
 
+#include <stdlib.h>
16056
 
 #if ((' ' & 0x0FF) == 0x020)
16057
 
 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
16058
 
 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
16059
 
@@ -3290,423 +3886,207 @@ main ()
16060
 
   for (i = 0; i < 256; i++)
16061
 
     if (XOR (islower (i), ISLOWER (i))
16062
 
        || toupper (i) != TOUPPER (i))
16063
 
-      exit(2);
16064
 
-  exit (0);
16065
 
+      return 2;
16066
 
+  return 0;
16067
 
 }
16068
 
 _ACEOF
16069
 
-rm -f conftest$ac_exeext
16070
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16071
 
-  (eval $ac_link) 2>&5
16072
 
-  ac_status=$?
16073
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16074
 
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16075
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16076
 
-  (eval $ac_try) 2>&5
16077
 
-  ac_status=$?
16078
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16079
 
-  (exit $ac_status); }; }; then
16080
 
-  :
16081
 
-else
16082
 
-  echo "$as_me: program exited with status $ac_status" >&5
16083
 
-echo "$as_me: failed program was:" >&5
16084
 
-sed 's/^/| /' conftest.$ac_ext >&5
16085
 
+if ac_fn_c_try_run "$LINENO"; then :
16086
 
 
16087
 
-( exit $ac_status )
16088
 
-ac_cv_header_stdc=no
16089
 
+else
16090
 
+  ac_cv_header_stdc=no
16091
 
 fi
16092
 
-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16093
 
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
16094
 
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
16095
 
 fi
16096
 
+
16097
 
 fi
16098
 
 fi
16099
 
-echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
16100
 
-echo "${ECHO_T}$ac_cv_header_stdc" >&6
16101
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
16102
 
+$as_echo "$ac_cv_header_stdc" >&6; }
16103
 
 if test $ac_cv_header_stdc = yes; then
16104
 
 
16105
 
-cat >>confdefs.h <<\_ACEOF
16106
 
-#define STDC_HEADERS 1
16107
 
-_ACEOF
16108
 
+$as_echo "#define STDC_HEADERS 1" >>confdefs.h
16109
 
 
16110
 
 fi
16111
 
 
16112
 
 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
16113
 
+for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
16114
 
+                 inttypes.h stdint.h unistd.h
16115
 
+do :
16116
 
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16117
 
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
16118
 
+"
16119
 
+eval as_val=\$$as_ac_Header
16120
 
+   if test "x$as_val" = x""yes; then :
16121
 
+  cat >>confdefs.h <<_ACEOF
16122
 
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16123
 
+_ACEOF
16124
 
 
16125
 
+fi
16126
 
 
16127
 
+done
16128
 
 
16129
 
 
16130
 
 
16131
 
+  ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
16132
 
+if test "x$ac_cv_header_minix_config_h" = x""yes; then :
16133
 
+  MINIX=yes
16134
 
+else
16135
 
+  MINIX=
16136
 
+fi
16137
 
 
16138
 
 
16139
 
+  if test "$MINIX" = yes; then
16140
 
 
16141
 
+$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
16142
 
 
16143
 
-for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
16144
 
-                 inttypes.h stdint.h unistd.h
16145
 
-do
16146
 
-as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16147
 
-echo "$as_me:$LINENO: checking for $ac_header" >&5
16148
 
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16149
 
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
16150
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
16151
 
-else
16152
 
-  cat >conftest.$ac_ext <<_ACEOF
16153
 
-/* confdefs.h.  */
16154
 
-_ACEOF
16155
 
-cat confdefs.h >>conftest.$ac_ext
16156
 
-cat >>conftest.$ac_ext <<_ACEOF
16157
 
-/* end confdefs.h.  */
16158
 
-$ac_includes_default
16159
 
 
16160
 
-#include <$ac_header>
16161
 
-_ACEOF
16162
 
-rm -f conftest.$ac_objext
16163
 
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16164
 
-  (eval $ac_compile) 2>conftest.er1
16165
 
-  ac_status=$?
16166
 
-  grep -v '^ *+' conftest.er1 >conftest.err
16167
 
-  rm -f conftest.er1
16168
 
-  cat conftest.err >&5
16169
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16170
 
-  (exit $ac_status); } &&
16171
 
-        { ac_try='test -z "$ac_c_werror_flag"
16172
 
-                        || test ! -s conftest.err'
16173
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16174
 
-  (eval $ac_try) 2>&5
16175
 
-  ac_status=$?
16176
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16177
 
-  (exit $ac_status); }; } &&
16178
 
-        { ac_try='test -s conftest.$ac_objext'
16179
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16180
 
-  (eval $ac_try) 2>&5
16181
 
-  ac_status=$?
16182
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16183
 
-  (exit $ac_status); }; }; then
16184
 
-  eval "$as_ac_Header=yes"
16185
 
-else
16186
 
-  echo "$as_me: failed program was:" >&5
16187
 
-sed 's/^/| /' conftest.$ac_ext >&5
16188
 
+$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
16189
 
 
16190
 
-eval "$as_ac_Header=no"
16191
 
-fi
16192
 
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16193
 
-fi
16194
 
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16195
 
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16196
 
-if test `eval echo '${'$as_ac_Header'}'` = yes; then
16197
 
-  cat >>confdefs.h <<_ACEOF
16198
 
-#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16199
 
-_ACEOF
16200
 
 
16201
 
-fi
16202
 
+$as_echo "#define _MINIX 1" >>confdefs.h
16203
 
 
16204
 
-done
16205
 
+  fi
16206
 
 
16207
 
 
16208
 
-if test "${ac_cv_header_minix_config_h+set}" = set; then
16209
 
-  echo "$as_me:$LINENO: checking for minix/config.h" >&5
16210
 
-echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6
16211
 
-if test "${ac_cv_header_minix_config_h+set}" = set; then
16212
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
16213
 
-fi
16214
 
-echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
16215
 
-echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6
16216
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
16217
 
+$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
16218
 
+if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
16219
 
+  $as_echo_n "(cached) " >&6
16220
 
 else
16221
 
-  # Is the header compilable?
16222
 
-echo "$as_me:$LINENO: checking minix/config.h usability" >&5
16223
 
-echo $ECHO_N "checking minix/config.h usability... $ECHO_C" >&6
16224
 
-cat >conftest.$ac_ext <<_ACEOF
16225
 
-/* confdefs.h.  */
16226
 
-_ACEOF
16227
 
-cat confdefs.h >>conftest.$ac_ext
16228
 
-cat >>conftest.$ac_ext <<_ACEOF
16229
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16230
 
 /* end confdefs.h.  */
16231
 
-$ac_includes_default
16232
 
-#include <minix/config.h>
16233
 
-_ACEOF
16234
 
-rm -f conftest.$ac_objext
16235
 
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16236
 
-  (eval $ac_compile) 2>conftest.er1
16237
 
-  ac_status=$?
16238
 
-  grep -v '^ *+' conftest.er1 >conftest.err
16239
 
-  rm -f conftest.er1
16240
 
-  cat conftest.err >&5
16241
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16242
 
-  (exit $ac_status); } &&
16243
 
-        { ac_try='test -z "$ac_c_werror_flag"
16244
 
-                        || test ! -s conftest.err'
16245
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16246
 
-  (eval $ac_try) 2>&5
16247
 
-  ac_status=$?
16248
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16249
 
-  (exit $ac_status); }; } &&
16250
 
-        { ac_try='test -s conftest.$ac_objext'
16251
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16252
 
-  (eval $ac_try) 2>&5
16253
 
-  ac_status=$?
16254
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16255
 
-  (exit $ac_status); }; }; then
16256
 
-  ac_header_compiler=yes
16257
 
-else
16258
 
-  echo "$as_me: failed program was:" >&5
16259
 
-sed 's/^/| /' conftest.$ac_ext >&5
16260
 
 
16261
 
-ac_header_compiler=no
16262
 
-fi
16263
 
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16264
 
-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16265
 
-echo "${ECHO_T}$ac_header_compiler" >&6
16266
 
+#        define __EXTENSIONS__ 1
16267
 
+         $ac_includes_default
16268
 
+int
16269
 
+main ()
16270
 
+{
16271
 
 
16272
 
-# Is the header present?
16273
 
-echo "$as_me:$LINENO: checking minix/config.h presence" >&5
16274
 
-echo $ECHO_N "checking minix/config.h presence... $ECHO_C" >&6
16275
 
-cat >conftest.$ac_ext <<_ACEOF
16276
 
-/* confdefs.h.  */
16277
 
-_ACEOF
16278
 
-cat confdefs.h >>conftest.$ac_ext
16279
 
-cat >>conftest.$ac_ext <<_ACEOF
16280
 
-/* end confdefs.h.  */
16281
 
-#include <minix/config.h>
16282
 
+  ;
16283
 
+  return 0;
16284
 
+}
16285
 
 _ACEOF
16286
 
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16287
 
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16288
 
-  ac_status=$?
16289
 
-  grep -v '^ *+' conftest.er1 >conftest.err
16290
 
-  rm -f conftest.er1
16291
 
-  cat conftest.err >&5
16292
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16293
 
-  (exit $ac_status); } >/dev/null; then
16294
 
-  if test -s conftest.err; then
16295
 
-    ac_cpp_err=$ac_c_preproc_warn_flag
16296
 
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
16297
 
-  else
16298
 
-    ac_cpp_err=
16299
 
-  fi
16300
 
-else
16301
 
-  ac_cpp_err=yes
16302
 
-fi
16303
 
-if test -z "$ac_cpp_err"; then
16304
 
-  ac_header_preproc=yes
16305
 
-else
16306
 
-  echo "$as_me: failed program was:" >&5
16307
 
-sed 's/^/| /' conftest.$ac_ext >&5
16308
 
-
16309
 
-  ac_header_preproc=no
16310
 
-fi
16311
 
-rm -f conftest.err conftest.$ac_ext
16312
 
-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16313
 
-echo "${ECHO_T}$ac_header_preproc" >&6
16314
 
-
16315
 
-# So?  What about this header?
16316
 
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16317
 
-  yes:no: )
16318
 
-    { echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5
16319
 
-echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
16320
 
-    { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5
16321
 
-echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;}
16322
 
-    ac_header_preproc=yes
16323
 
-    ;;
16324
 
-  no:yes:* )
16325
 
-    { echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5
16326
 
-echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;}
16327
 
-    { echo "$as_me:$LINENO: WARNING: minix/config.h:     check for missing prerequisite headers?" >&5
16328
 
-echo "$as_me: WARNING: minix/config.h:     check for missing prerequisite headers?" >&2;}
16329
 
-    { echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5
16330
 
-echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;}
16331
 
-    { echo "$as_me:$LINENO: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&5
16332
 
-echo "$as_me: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&2;}
16333
 
-    { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
16334
 
-echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;}
16335
 
-    { echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5
16336
 
-echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;}
16337
 
-    (
16338
 
-      cat <<\_ASBOX
16339
 
-## -------------------------------- ##
16340
 
-## Report this to bug-gnats@gnu.org ##
16341
 
-## -------------------------------- ##
16342
 
-_ASBOX
16343
 
-    ) |
16344
 
-      sed "s/^/$as_me: WARNING:     /" >&2
16345
 
-    ;;
16346
 
-esac
16347
 
-echo "$as_me:$LINENO: checking for minix/config.h" >&5
16348
 
-echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6
16349
 
-if test "${ac_cv_header_minix_config_h+set}" = set; then
16350
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
16351
 
+if ac_fn_c_try_compile "$LINENO"; then :
16352
 
+  ac_cv_safe_to_define___extensions__=yes
16353
 
 else
16354
 
-  ac_cv_header_minix_config_h=$ac_header_preproc
16355
 
-fi
16356
 
-echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
16357
 
-echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6
16358
 
-
16359
 
+  ac_cv_safe_to_define___extensions__=no
16360
 
 fi
16361
 
-if test $ac_cv_header_minix_config_h = yes; then
16362
 
-  MINIX=yes
16363
 
-else
16364
 
-  MINIX=
16365
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16366
 
 fi
16367
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
16368
 
+$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
16369
 
+  test $ac_cv_safe_to_define___extensions__ = yes &&
16370
 
+    $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
16371
 
 
16372
 
+  $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
16373
 
 
16374
 
-if test "$MINIX" = yes; then
16375
 
+  $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
16376
 
 
16377
 
-cat >>confdefs.h <<\_ACEOF
16378
 
-#define _POSIX_SOURCE 1
16379
 
-_ACEOF
16380
 
-
16381
 
-
16382
 
-cat >>confdefs.h <<\_ACEOF
16383
 
-#define _POSIX_1_SOURCE 2
16384
 
-_ACEOF
16385
 
+  $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
16386
 
 
16387
 
+  $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
16388
 
 
16389
 
-cat >>confdefs.h <<\_ACEOF
16390
 
-#define _MINIX 1
16391
 
-_ACEOF
16392
 
 
16393
 
-fi
16394
 
 
16395
 
 
16396
 
-        echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5
16397
 
-echo $ECHO_N "checking for strerror in -lcposix... $ECHO_C" >&6
16398
 
-if test "${ac_cv_lib_cposix_strerror+set}" = set; then
16399
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
16400
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
16401
 
+$as_echo_n "checking for library containing strerror... " >&6; }
16402
 
+if test "${ac_cv_search_strerror+set}" = set; then :
16403
 
+  $as_echo_n "(cached) " >&6
16404
 
 else
16405
 
-  ac_check_lib_save_LIBS=$LIBS
16406
 
-LIBS="-lcposix  $LIBS"
16407
 
-cat >conftest.$ac_ext <<_ACEOF
16408
 
-/* confdefs.h.  */
16409
 
-_ACEOF
16410
 
-cat confdefs.h >>conftest.$ac_ext
16411
 
-cat >>conftest.$ac_ext <<_ACEOF
16412
 
+  ac_func_search_save_LIBS=$LIBS
16413
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16414
 
 /* end confdefs.h.  */
16415
 
 
16416
 
-/* Override any gcc2 internal prototype to avoid an error.  */
16417
 
+/* Override any GCC internal prototype to avoid an error.
16418
 
+   Use char because int might match the return type of a GCC
16419
 
+   builtin and then its argument prototype would still apply.  */
16420
 
 #ifdef __cplusplus
16421
 
 extern "C"
16422
 
 #endif
16423
 
-/* We use char because int might match the return type of a gcc2
16424
 
-   builtin and then its argument prototype would still apply.  */
16425
 
 char strerror ();
16426
 
 int
16427
 
 main ()
16428
 
 {
16429
 
-strerror ();
16430
 
+return strerror ();
16431
 
   ;
16432
 
   return 0;
16433
 
 }
16434
 
 _ACEOF
16435
 
-rm -f conftest.$ac_objext conftest$ac_exeext
16436
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16437
 
-  (eval $ac_link) 2>conftest.er1
16438
 
-  ac_status=$?
16439
 
-  grep -v '^ *+' conftest.er1 >conftest.err
16440
 
-  rm -f conftest.er1
16441
 
-  cat conftest.err >&5
16442
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16443
 
-  (exit $ac_status); } &&
16444
 
-        { ac_try='test -z "$ac_c_werror_flag"
16445
 
-                        || test ! -s conftest.err'
16446
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16447
 
-  (eval $ac_try) 2>&5
16448
 
-  ac_status=$?
16449
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16450
 
-  (exit $ac_status); }; } &&
16451
 
-        { ac_try='test -s conftest$ac_exeext'
16452
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16453
 
-  (eval $ac_try) 2>&5
16454
 
-  ac_status=$?
16455
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16456
 
-  (exit $ac_status); }; }; then
16457
 
-  ac_cv_lib_cposix_strerror=yes
16458
 
-else
16459
 
-  echo "$as_me: failed program was:" >&5
16460
 
-sed 's/^/| /' conftest.$ac_ext >&5
16461
 
-
16462
 
-ac_cv_lib_cposix_strerror=no
16463
 
-fi
16464
 
-rm -f conftest.err conftest.$ac_objext \
16465
 
-      conftest$ac_exeext conftest.$ac_ext
16466
 
-LIBS=$ac_check_lib_save_LIBS
16467
 
+for ac_lib in '' cposix; do
16468
 
+  if test -z "$ac_lib"; then
16469
 
+    ac_res="none required"
16470
 
+  else
16471
 
+    ac_res=-l$ac_lib
16472
 
+    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
16473
 
+  fi
16474
 
+  if ac_fn_c_try_link "$LINENO"; then :
16475
 
+  ac_cv_search_strerror=$ac_res
16476
 
 fi
16477
 
-echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&5
16478
 
-echo "${ECHO_T}$ac_cv_lib_cposix_strerror" >&6
16479
 
-if test $ac_cv_lib_cposix_strerror = yes; then
16480
 
-  LIBS="$LIBS -lcposix"
16481
 
+rm -f core conftest.err conftest.$ac_objext \
16482
 
+    conftest$ac_exeext
16483
 
+  if test "${ac_cv_search_strerror+set}" = set; then :
16484
 
+  break
16485
 
 fi
16486
 
+done
16487
 
+if test "${ac_cv_search_strerror+set}" = set; then :
16488
 
 
16489
 
+else
16490
 
+  ac_cv_search_strerror=no
16491
 
+fi
16492
 
+rm conftest.$ac_ext
16493
 
+LIBS=$ac_func_search_save_LIBS
16494
 
+fi
16495
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
16496
 
+$as_echo "$ac_cv_search_strerror" >&6; }
16497
 
+ac_res=$ac_cv_search_strerror
16498
 
+if test "$ac_res" != no; then :
16499
 
+  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
16500
 
 
16501
 
+fi
16502
 
 
16503
 
 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
16504
 
 # for constant arguments.  Useless!
16505
 
-echo "$as_me:$LINENO: checking for working alloca.h" >&5
16506
 
-echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
16507
 
-if test "${ac_cv_working_alloca_h+set}" = set; then
16508
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
16509
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
16510
 
+$as_echo_n "checking for working alloca.h... " >&6; }
16511
 
+if test "${ac_cv_working_alloca_h+set}" = set; then :
16512
 
+  $as_echo_n "(cached) " >&6
16513
 
 else
16514
 
-  cat >conftest.$ac_ext <<_ACEOF
16515
 
-/* confdefs.h.  */
16516
 
-_ACEOF
16517
 
-cat confdefs.h >>conftest.$ac_ext
16518
 
-cat >>conftest.$ac_ext <<_ACEOF
16519
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16520
 
 /* end confdefs.h.  */
16521
 
 #include <alloca.h>
16522
 
 int
16523
 
 main ()
16524
 
 {
16525
 
 char *p = (char *) alloca (2 * sizeof (int));
16526
 
+                         if (p) return 0;
16527
 
   ;
16528
 
   return 0;
16529
 
 }
16530
 
 _ACEOF
16531
 
-rm -f conftest.$ac_objext conftest$ac_exeext
16532
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16533
 
-  (eval $ac_link) 2>conftest.er1
16534
 
-  ac_status=$?
16535
 
-  grep -v '^ *+' conftest.er1 >conftest.err
16536
 
-  rm -f conftest.er1
16537
 
-  cat conftest.err >&5
16538
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16539
 
-  (exit $ac_status); } &&
16540
 
-        { ac_try='test -z "$ac_c_werror_flag"
16541
 
-                        || test ! -s conftest.err'
16542
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16543
 
-  (eval $ac_try) 2>&5
16544
 
-  ac_status=$?
16545
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16546
 
-  (exit $ac_status); }; } &&
16547
 
-        { ac_try='test -s conftest$ac_exeext'
16548
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16549
 
-  (eval $ac_try) 2>&5
16550
 
-  ac_status=$?
16551
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16552
 
-  (exit $ac_status); }; }; then
16553
 
+if ac_fn_c_try_link "$LINENO"; then :
16554
 
   ac_cv_working_alloca_h=yes
16555
 
 else
16556
 
-  echo "$as_me: failed program was:" >&5
16557
 
-sed 's/^/| /' conftest.$ac_ext >&5
16558
 
-
16559
 
-ac_cv_working_alloca_h=no
16560
 
+  ac_cv_working_alloca_h=no
16561
 
 fi
16562
 
-rm -f conftest.err conftest.$ac_objext \
16563
 
-      conftest$ac_exeext conftest.$ac_ext
16564
 
+rm -f core conftest.err conftest.$ac_objext \
16565
 
+    conftest$ac_exeext conftest.$ac_ext
16566
 
 fi
16567
 
-echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
16568
 
-echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
16569
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
16570
 
+$as_echo "$ac_cv_working_alloca_h" >&6; }
16571
 
 if test $ac_cv_working_alloca_h = yes; then
16572
 
 
16573
 
-cat >>confdefs.h <<\_ACEOF
16574
 
-#define HAVE_ALLOCA_H 1
16575
 
-_ACEOF
16576
 
+$as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
16577
 
 
16578
 
 fi
16579
 
 
16580
 
-echo "$as_me:$LINENO: checking for alloca" >&5
16581
 
-echo $ECHO_N "checking for alloca... $ECHO_C" >&6
16582
 
-if test "${ac_cv_func_alloca_works+set}" = set; then
16583
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
16584
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
16585
 
+$as_echo_n "checking for alloca... " >&6; }
16586
 
+if test "${ac_cv_func_alloca_works+set}" = set; then :
16587
 
+  $as_echo_n "(cached) " >&6
16588
 
 else
16589
 
-  cat >conftest.$ac_ext <<_ACEOF
16590
 
-/* confdefs.h.  */
16591
 
-_ACEOF
16592
 
-cat confdefs.h >>conftest.$ac_ext
16593
 
-cat >>conftest.$ac_ext <<_ACEOF
16594
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16595
 
 /* end confdefs.h.  */
16596
 
 #ifdef __GNUC__
16597
 
 # define alloca __builtin_alloca
16598
 
@@ -3715,7 +4095,7 @@ cat >>conftest.$ac_ext <<_ACEOF
16599
 
 #  include <malloc.h>
16600
 
 #  define alloca _alloca
16601
 
 # else
16602
 
-#  if HAVE_ALLOCA_H
16603
 
+#  ifdef HAVE_ALLOCA_H
16604
 
 #   include <alloca.h>
16605
 
 #  else
16606
 
 #   ifdef _AIX
16607
 
@@ -3733,50 +4113,25 @@ int
16608
 
 main ()
16609
 
 {
16610
 
 char *p = (char *) alloca (1);
16611
 
+                                   if (p) return 0;
16612
 
   ;
16613
 
   return 0;
16614
 
 }
16615
 
 _ACEOF
16616
 
-rm -f conftest.$ac_objext conftest$ac_exeext
16617
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16618
 
-  (eval $ac_link) 2>conftest.er1
16619
 
-  ac_status=$?
16620
 
-  grep -v '^ *+' conftest.er1 >conftest.err
16621
 
-  rm -f conftest.er1
16622
 
-  cat conftest.err >&5
16623
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16624
 
-  (exit $ac_status); } &&
16625
 
-        { ac_try='test -z "$ac_c_werror_flag"
16626
 
-                        || test ! -s conftest.err'
16627
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16628
 
-  (eval $ac_try) 2>&5
16629
 
-  ac_status=$?
16630
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16631
 
-  (exit $ac_status); }; } &&
16632
 
-        { ac_try='test -s conftest$ac_exeext'
16633
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16634
 
-  (eval $ac_try) 2>&5
16635
 
-  ac_status=$?
16636
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16637
 
-  (exit $ac_status); }; }; then
16638
 
+if ac_fn_c_try_link "$LINENO"; then :
16639
 
   ac_cv_func_alloca_works=yes
16640
 
 else
16641
 
-  echo "$as_me: failed program was:" >&5
16642
 
-sed 's/^/| /' conftest.$ac_ext >&5
16643
 
-
16644
 
-ac_cv_func_alloca_works=no
16645
 
+  ac_cv_func_alloca_works=no
16646
 
 fi
16647
 
-rm -f conftest.err conftest.$ac_objext \
16648
 
-      conftest$ac_exeext conftest.$ac_ext
16649
 
+rm -f core conftest.err conftest.$ac_objext \
16650
 
+    conftest$ac_exeext conftest.$ac_ext
16651
 
 fi
16652
 
-echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
16653
 
-echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
16654
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
16655
 
+$as_echo "$ac_cv_func_alloca_works" >&6; }
16656
 
 
16657
 
 if test $ac_cv_func_alloca_works = yes; then
16658
 
 
16659
 
-cat >>confdefs.h <<\_ACEOF
16660
 
-#define HAVE_ALLOCA 1
16661
 
-_ACEOF
16662
 
+$as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
16663
 
 
16664
 
 else
16665
 
   # The SVR3 libPW and SVR4 libucb both contain incompatible functions
16666
 
@@ -3784,25 +4139,19 @@ else
16667
 
 # contain a buggy version.  If you still want to use their alloca,
16668
 
 # use ar to extract alloca.o from them instead of compiling alloca.c.
16669
 
 
16670
 
-ALLOCA=alloca.$ac_objext
16671
 
+ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
16672
 
 
16673
 
-cat >>confdefs.h <<\_ACEOF
16674
 
-#define C_ALLOCA 1
16675
 
-_ACEOF
16676
 
+$as_echo "#define C_ALLOCA 1" >>confdefs.h
16677
 
 
16678
 
 
16679
 
-echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
16680
 
-echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
16681
 
-if test "${ac_cv_os_cray+set}" = set; then
16682
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
16683
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
16684
 
+$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
16685
 
+if test "${ac_cv_os_cray+set}" = set; then :
16686
 
+  $as_echo_n "(cached) " >&6
16687
 
 else
16688
 
-  cat >conftest.$ac_ext <<_ACEOF
16689
 
-/* confdefs.h.  */
16690
 
-_ACEOF
16691
 
-cat confdefs.h >>conftest.$ac_ext
16692
 
-cat >>conftest.$ac_ext <<_ACEOF
16693
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16694
 
 /* end confdefs.h.  */
16695
 
-#if defined(CRAY) && ! defined(CRAY2)
16696
 
+#if defined CRAY && ! defined CRAY2
16697
 
 webecray
16698
 
 #else
16699
 
 wenotbecray
16700
 
@@ -3810,7 +4159,7 @@ wenotbecray
16701
 
 
16702
 
 _ACEOF
16703
 
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16704
 
-  $EGREP "webecray" >/dev/null 2>&1; then
16705
 
+  $EGREP "webecray" >/dev/null 2>&1; then :
16706
 
   ac_cv_os_cray=yes
16707
 
 else
16708
 
   ac_cv_os_cray=no
16709
 
@@ -3818,127 +4167,36 @@ fi
16710
 
 rm -f conftest*
16711
 
 
16712
 
 fi
16713
 
-echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
16714
 
-echo "${ECHO_T}$ac_cv_os_cray" >&6
16715
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
16716
 
+$as_echo "$ac_cv_os_cray" >&6; }
16717
 
 if test $ac_cv_os_cray = yes; then
16718
 
   for ac_func in _getb67 GETB67 getb67; do
16719
 
-    as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16720
 
-echo "$as_me:$LINENO: checking for $ac_func" >&5
16721
 
-echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
16722
 
-if eval "test \"\${$as_ac_var+set}\" = set"; then
16723
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
16724
 
-else
16725
 
-  cat >conftest.$ac_ext <<_ACEOF
16726
 
-/* confdefs.h.  */
16727
 
+    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16728
 
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16729
 
+eval as_val=\$$as_ac_var
16730
 
+   if test "x$as_val" = x""yes; then :
16731
 
+
16732
 
+cat >>confdefs.h <<_ACEOF
16733
 
+#define CRAY_STACKSEG_END $ac_func
16734
 
 _ACEOF
16735
 
-cat confdefs.h >>conftest.$ac_ext
16736
 
-cat >>conftest.$ac_ext <<_ACEOF
16737
 
-/* end confdefs.h.  */
16738
 
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16739
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
16740
 
-#define $ac_func innocuous_$ac_func
16741
 
 
16742
 
-/* System header to define __stub macros and hopefully few prototypes,
16743
 
-    which can conflict with char $ac_func (); below.
16744
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16745
 
-    <limits.h> exists even on freestanding compilers.  */
16746
 
-
16747
 
-#ifdef __STDC__
16748
 
-# include <limits.h>
16749
 
-#else
16750
 
-# include <assert.h>
16751
 
-#endif
16752
 
-
16753
 
-#undef $ac_func
16754
 
-
16755
 
-/* Override any gcc2 internal prototype to avoid an error.  */
16756
 
-#ifdef __cplusplus
16757
 
-extern "C"
16758
 
-{
16759
 
-#endif
16760
 
-/* We use char because int might match the return type of a gcc2
16761
 
-   builtin and then its argument prototype would still apply.  */
16762
 
-char $ac_func ();
16763
 
-/* The GNU C library defines this for functions which it implements
16764
 
-    to always fail with ENOSYS.  Some functions are actually named
16765
 
-    something starting with __ and the normal name is an alias.  */
16766
 
-#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16767
 
-choke me
16768
 
-#else
16769
 
-char (*f) () = $ac_func;
16770
 
-#endif
16771
 
-#ifdef __cplusplus
16772
 
-}
16773
 
-#endif
16774
 
-
16775
 
-int
16776
 
-main ()
16777
 
-{
16778
 
-return f != $ac_func;
16779
 
-  ;
16780
 
-  return 0;
16781
 
-}
16782
 
-_ACEOF
16783
 
-rm -f conftest.$ac_objext conftest$ac_exeext
16784
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16785
 
-  (eval $ac_link) 2>conftest.er1
16786
 
-  ac_status=$?
16787
 
-  grep -v '^ *+' conftest.er1 >conftest.err
16788
 
-  rm -f conftest.er1
16789
 
-  cat conftest.err >&5
16790
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16791
 
-  (exit $ac_status); } &&
16792
 
-        { ac_try='test -z "$ac_c_werror_flag"
16793
 
-                        || test ! -s conftest.err'
16794
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16795
 
-  (eval $ac_try) 2>&5
16796
 
-  ac_status=$?
16797
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16798
 
-  (exit $ac_status); }; } &&
16799
 
-        { ac_try='test -s conftest$ac_exeext'
16800
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16801
 
-  (eval $ac_try) 2>&5
16802
 
-  ac_status=$?
16803
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16804
 
-  (exit $ac_status); }; }; then
16805
 
-  eval "$as_ac_var=yes"
16806
 
-else
16807
 
-  echo "$as_me: failed program was:" >&5
16808
 
-sed 's/^/| /' conftest.$ac_ext >&5
16809
 
-
16810
 
-eval "$as_ac_var=no"
16811
 
-fi
16812
 
-rm -f conftest.err conftest.$ac_objext \
16813
 
-      conftest$ac_exeext conftest.$ac_ext
16814
 
-fi
16815
 
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
16816
 
-echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
16817
 
-if test `eval echo '${'$as_ac_var'}'` = yes; then
16818
 
-
16819
 
-cat >>confdefs.h <<_ACEOF
16820
 
-#define CRAY_STACKSEG_END $ac_func
16821
 
-_ACEOF
16822
 
-
16823
 
-    break
16824
 
-fi
16825
 
+    break
16826
 
+fi
16827
 
 
16828
 
   done
16829
 
 fi
16830
 
 
16831
 
-echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
16832
 
-echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
16833
 
-if test "${ac_cv_c_stack_direction+set}" = set; then
16834
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
16835
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
16836
 
+$as_echo_n "checking stack direction for C alloca... " >&6; }
16837
 
+if test "${ac_cv_c_stack_direction+set}" = set; then :
16838
 
+  $as_echo_n "(cached) " >&6
16839
 
 else
16840
 
-  if test "$cross_compiling" = yes; then
16841
 
+  if test "$cross_compiling" = yes; then :
16842
 
   ac_cv_c_stack_direction=0
16843
 
 else
16844
 
-  cat >conftest.$ac_ext <<_ACEOF
16845
 
-/* confdefs.h.  */
16846
 
-_ACEOF
16847
 
-cat confdefs.h >>conftest.$ac_ext
16848
 
-cat >>conftest.$ac_ext <<_ACEOF
16849
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16850
 
 /* end confdefs.h.  */
16851
 
+$ac_includes_default
16852
 
 int
16853
 
 find_stack_direction ()
16854
 
 {
16855
 
@@ -3956,35 +4214,21 @@ find_stack_direction ()
16856
 
 int
16857
 
 main ()
16858
 
 {
16859
 
-  exit (find_stack_direction () < 0);
16860
 
+  return find_stack_direction () < 0;
16861
 
 }
16862
 
 _ACEOF
16863
 
-rm -f conftest$ac_exeext
16864
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16865
 
-  (eval $ac_link) 2>&5
16866
 
-  ac_status=$?
16867
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16868
 
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16869
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16870
 
-  (eval $ac_try) 2>&5
16871
 
-  ac_status=$?
16872
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16873
 
-  (exit $ac_status); }; }; then
16874
 
+if ac_fn_c_try_run "$LINENO"; then :
16875
 
   ac_cv_c_stack_direction=1
16876
 
 else
16877
 
-  echo "$as_me: program exited with status $ac_status" >&5
16878
 
-echo "$as_me: failed program was:" >&5
16879
 
-sed 's/^/| /' conftest.$ac_ext >&5
16880
 
-
16881
 
-( exit $ac_status )
16882
 
-ac_cv_c_stack_direction=-1
16883
 
-fi
16884
 
-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16885
 
+  ac_cv_c_stack_direction=-1
16886
 
 fi
16887
 
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
16888
 
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
16889
 
 fi
16890
 
-echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
16891
 
-echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
16892
 
 
16893
 
+fi
16894
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
16895
 
+$as_echo "$ac_cv_c_stack_direction" >&6; }
16896
 
 cat >>confdefs.h <<_ACEOF
16897
 
 #define STACK_DIRECTION $ac_cv_c_stack_direction
16898
 
 _ACEOF
16899
 
@@ -3993,17 +4237,13 @@ _ACEOF
16900
 
 fi
16901
 
 
16902
 
 # Some Solaris C compilers have const problems without a special ANSI option
16903
 
-echo "$as_me:$LINENO: checking for really working const" >&5
16904
 
-echo $ECHO_N "checking for really working const... $ECHO_C" >&6
16905
 
-if test "${gnats_really_working_const+set}" = set; then
16906
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
16907
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for really working const" >&5
16908
 
+$as_echo_n "checking for really working const... " >&6; }
16909
 
+if test "${gnats_really_working_const+set}" = set; then :
16910
 
+  $as_echo_n "(cached) " >&6
16911
 
 else
16912
 
 
16913
 
-cat >conftest.$ac_ext <<_ACEOF
16914
 
-/* confdefs.h.  */
16915
 
-_ACEOF
16916
 
-cat confdefs.h >>conftest.$ac_ext
16917
 
-cat >>conftest.$ac_ext <<_ACEOF
16918
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16919
 
 /* end confdefs.h.  */
16920
 
 
16921
 
 int
16922
 
@@ -4015,103 +4255,50 @@ const char *foo(const char *x) { return
16923
 
   return 0;
16924
 
 }
16925
 
 _ACEOF
16926
 
-rm -f conftest.$ac_objext
16927
 
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16928
 
-  (eval $ac_compile) 2>conftest.er1
16929
 
-  ac_status=$?
16930
 
-  grep -v '^ *+' conftest.er1 >conftest.err
16931
 
-  rm -f conftest.er1
16932
 
-  cat conftest.err >&5
16933
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16934
 
-  (exit $ac_status); } &&
16935
 
-        { ac_try='test -z "$ac_c_werror_flag"
16936
 
-                        || test ! -s conftest.err'
16937
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16938
 
-  (eval $ac_try) 2>&5
16939
 
-  ac_status=$?
16940
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16941
 
-  (exit $ac_status); }; } &&
16942
 
-        { ac_try='test -s conftest.$ac_objext'
16943
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16944
 
-  (eval $ac_try) 2>&5
16945
 
-  ac_status=$?
16946
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16947
 
-  (exit $ac_status); }; }; then
16948
 
+if ac_fn_c_try_compile "$LINENO"; then :
16949
 
   gnats_really_working_const=yes
16950
 
 else
16951
 
-  echo "$as_me: failed program was:" >&5
16952
 
-sed 's/^/| /' conftest.$ac_ext >&5
16953
 
-
16954
 
-gnats_really_working_const=no
16955
 
+  gnats_really_working_const=no
16956
 
 fi
16957
 
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16958
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16959
 
 if test "$gnats_really_working_const" = no; then
16960
 
   CFLAGS="$CFLAGS -Dconst= "
16961
 
 fi
16962
 
 fi
16963
 
-echo "$as_me:$LINENO: result: $gnats_really_working_const" >&5
16964
 
-echo "${ECHO_T}$gnats_really_working_const" >&6
16965
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gnats_really_working_const" >&5
16966
 
+$as_echo "$gnats_really_working_const" >&6; }
16967
 
 # Needed on SCO for something or other.
16968
 
-
16969
 
-echo "$as_me:$LINENO: checking for main in -lintl" >&5
16970
 
-echo $ECHO_N "checking for main in -lintl... $ECHO_C" >&6
16971
 
-if test "${ac_cv_lib_intl_main+set}" = set; then
16972
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
16973
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lintl" >&5
16974
 
+$as_echo_n "checking for main in -lintl... " >&6; }
16975
 
+if test "${ac_cv_lib_intl_main+set}" = set; then :
16976
 
+  $as_echo_n "(cached) " >&6
16977
 
 else
16978
 
   ac_check_lib_save_LIBS=$LIBS
16979
 
 LIBS="-lintl  $LIBS"
16980
 
-cat >conftest.$ac_ext <<_ACEOF
16981
 
-/* confdefs.h.  */
16982
 
-_ACEOF
16983
 
-cat confdefs.h >>conftest.$ac_ext
16984
 
-cat >>conftest.$ac_ext <<_ACEOF
16985
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16986
 
 /* end confdefs.h.  */
16987
 
 
16988
 
 
16989
 
 int
16990
 
 main ()
16991
 
 {
16992
 
-main ();
16993
 
+return main ();
16994
 
   ;
16995
 
   return 0;
16996
 
 }
16997
 
 _ACEOF
16998
 
-rm -f conftest.$ac_objext conftest$ac_exeext
16999
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17000
 
-  (eval $ac_link) 2>conftest.er1
17001
 
-  ac_status=$?
17002
 
-  grep -v '^ *+' conftest.er1 >conftest.err
17003
 
-  rm -f conftest.er1
17004
 
-  cat conftest.err >&5
17005
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17006
 
-  (exit $ac_status); } &&
17007
 
-        { ac_try='test -z "$ac_c_werror_flag"
17008
 
-                        || test ! -s conftest.err'
17009
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17010
 
-  (eval $ac_try) 2>&5
17011
 
-  ac_status=$?
17012
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17013
 
-  (exit $ac_status); }; } &&
17014
 
-        { ac_try='test -s conftest$ac_exeext'
17015
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17016
 
-  (eval $ac_try) 2>&5
17017
 
-  ac_status=$?
17018
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17019
 
-  (exit $ac_status); }; }; then
17020
 
+if ac_fn_c_try_link "$LINENO"; then :
17021
 
   ac_cv_lib_intl_main=yes
17022
 
 else
17023
 
-  echo "$as_me: failed program was:" >&5
17024
 
-sed 's/^/| /' conftest.$ac_ext >&5
17025
 
-
17026
 
-ac_cv_lib_intl_main=no
17027
 
+  ac_cv_lib_intl_main=no
17028
 
 fi
17029
 
-rm -f conftest.err conftest.$ac_objext \
17030
 
-      conftest$ac_exeext conftest.$ac_ext
17031
 
+rm -f core conftest.err conftest.$ac_objext \
17032
 
+    conftest$ac_exeext conftest.$ac_ext
17033
 
 LIBS=$ac_check_lib_save_LIBS
17034
 
 fi
17035
 
-echo "$as_me:$LINENO: result: $ac_cv_lib_intl_main" >&5
17036
 
-echo "${ECHO_T}$ac_cv_lib_intl_main" >&6
17037
 
-if test $ac_cv_lib_intl_main = yes; then
17038
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_main" >&5
17039
 
+$as_echo "$ac_cv_lib_intl_main" >&6; }
17040
 
+if test "x$ac_cv_lib_intl_main" = x""yes; then :
17041
 
   cat >>confdefs.h <<_ACEOF
17042
 
 #define HAVE_LIBINTL 1
17043
 
 _ACEOF
17044
 
@@ -4125,161 +4312,43 @@ fi
17045
 
 # libsocket.so which has a bad implementation of gethostbyname (it
17046
 
 # only looks in /etc/hosts), so we only look for -lsocket if we need
17047
 
 # it.
17048
 
-echo "$as_me:$LINENO: checking for connect" >&5
17049
 
-echo $ECHO_N "checking for connect... $ECHO_C" >&6
17050
 
-if test "${ac_cv_func_connect+set}" = set; then
17051
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
17052
 
-else
17053
 
-  cat >conftest.$ac_ext <<_ACEOF
17054
 
-/* confdefs.h.  */
17055
 
-_ACEOF
17056
 
-cat confdefs.h >>conftest.$ac_ext
17057
 
-cat >>conftest.$ac_ext <<_ACEOF
17058
 
-/* end confdefs.h.  */
17059
 
-/* Define connect to an innocuous variant, in case <limits.h> declares connect.
17060
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
17061
 
-#define connect innocuous_connect
17062
 
-
17063
 
-/* System header to define __stub macros and hopefully few prototypes,
17064
 
-    which can conflict with char connect (); below.
17065
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17066
 
-    <limits.h> exists even on freestanding compilers.  */
17067
 
-
17068
 
-#ifdef __STDC__
17069
 
-# include <limits.h>
17070
 
-#else
17071
 
-# include <assert.h>
17072
 
-#endif
17073
 
-
17074
 
-#undef connect
17075
 
-
17076
 
-/* Override any gcc2 internal prototype to avoid an error.  */
17077
 
-#ifdef __cplusplus
17078
 
-extern "C"
17079
 
-{
17080
 
-#endif
17081
 
-/* We use char because int might match the return type of a gcc2
17082
 
-   builtin and then its argument prototype would still apply.  */
17083
 
-char connect ();
17084
 
-/* The GNU C library defines this for functions which it implements
17085
 
-    to always fail with ENOSYS.  Some functions are actually named
17086
 
-    something starting with __ and the normal name is an alias.  */
17087
 
-#if defined (__stub_connect) || defined (__stub___connect)
17088
 
-choke me
17089
 
-#else
17090
 
-char (*f) () = connect;
17091
 
-#endif
17092
 
-#ifdef __cplusplus
17093
 
-}
17094
 
-#endif
17095
 
-
17096
 
-int
17097
 
-main ()
17098
 
-{
17099
 
-return f != connect;
17100
 
-  ;
17101
 
-  return 0;
17102
 
-}
17103
 
-_ACEOF
17104
 
-rm -f conftest.$ac_objext conftest$ac_exeext
17105
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17106
 
-  (eval $ac_link) 2>conftest.er1
17107
 
-  ac_status=$?
17108
 
-  grep -v '^ *+' conftest.er1 >conftest.err
17109
 
-  rm -f conftest.er1
17110
 
-  cat conftest.err >&5
17111
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17112
 
-  (exit $ac_status); } &&
17113
 
-        { ac_try='test -z "$ac_c_werror_flag"
17114
 
-                        || test ! -s conftest.err'
17115
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17116
 
-  (eval $ac_try) 2>&5
17117
 
-  ac_status=$?
17118
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17119
 
-  (exit $ac_status); }; } &&
17120
 
-        { ac_try='test -s conftest$ac_exeext'
17121
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17122
 
-  (eval $ac_try) 2>&5
17123
 
-  ac_status=$?
17124
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17125
 
-  (exit $ac_status); }; }; then
17126
 
-  ac_cv_func_connect=yes
17127
 
-else
17128
 
-  echo "$as_me: failed program was:" >&5
17129
 
-sed 's/^/| /' conftest.$ac_ext >&5
17130
 
-
17131
 
-ac_cv_func_connect=no
17132
 
-fi
17133
 
-rm -f conftest.err conftest.$ac_objext \
17134
 
-      conftest$ac_exeext conftest.$ac_ext
17135
 
-fi
17136
 
-echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
17137
 
-echo "${ECHO_T}$ac_cv_func_connect" >&6
17138
 
-if test $ac_cv_func_connect = yes; then
17139
 
+ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
17140
 
+if test "x$ac_cv_func_connect" = x""yes; then :
17141
 
   :
17142
 
 else
17143
 
 
17144
 
 # Needed on SCO for syslog.
17145
 
-
17146
 
-echo "$as_me:$LINENO: checking for main in -lsocket" >&5
17147
 
-echo $ECHO_N "checking for main in -lsocket... $ECHO_C" >&6
17148
 
-if test "${ac_cv_lib_socket_main+set}" = set; then
17149
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
17150
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lsocket" >&5
17151
 
+$as_echo_n "checking for main in -lsocket... " >&6; }
17152
 
+if test "${ac_cv_lib_socket_main+set}" = set; then :
17153
 
+  $as_echo_n "(cached) " >&6
17154
 
 else
17155
 
   ac_check_lib_save_LIBS=$LIBS
17156
 
 LIBS="-lsocket  $LIBS"
17157
 
-cat >conftest.$ac_ext <<_ACEOF
17158
 
-/* confdefs.h.  */
17159
 
-_ACEOF
17160
 
-cat confdefs.h >>conftest.$ac_ext
17161
 
-cat >>conftest.$ac_ext <<_ACEOF
17162
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17163
 
 /* end confdefs.h.  */
17164
 
 
17165
 
 
17166
 
 int
17167
 
 main ()
17168
 
 {
17169
 
-main ();
17170
 
+return main ();
17171
 
   ;
17172
 
   return 0;
17173
 
 }
17174
 
 _ACEOF
17175
 
-rm -f conftest.$ac_objext conftest$ac_exeext
17176
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17177
 
-  (eval $ac_link) 2>conftest.er1
17178
 
-  ac_status=$?
17179
 
-  grep -v '^ *+' conftest.er1 >conftest.err
17180
 
-  rm -f conftest.er1
17181
 
-  cat conftest.err >&5
17182
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17183
 
-  (exit $ac_status); } &&
17184
 
-        { ac_try='test -z "$ac_c_werror_flag"
17185
 
-                        || test ! -s conftest.err'
17186
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17187
 
-  (eval $ac_try) 2>&5
17188
 
-  ac_status=$?
17189
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17190
 
-  (exit $ac_status); }; } &&
17191
 
-        { ac_try='test -s conftest$ac_exeext'
17192
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17193
 
-  (eval $ac_try) 2>&5
17194
 
-  ac_status=$?
17195
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17196
 
-  (exit $ac_status); }; }; then
17197
 
+if ac_fn_c_try_link "$LINENO"; then :
17198
 
   ac_cv_lib_socket_main=yes
17199
 
 else
17200
 
-  echo "$as_me: failed program was:" >&5
17201
 
-sed 's/^/| /' conftest.$ac_ext >&5
17202
 
-
17203
 
-ac_cv_lib_socket_main=no
17204
 
+  ac_cv_lib_socket_main=no
17205
 
 fi
17206
 
-rm -f conftest.err conftest.$ac_objext \
17207
 
-      conftest$ac_exeext conftest.$ac_ext
17208
 
+rm -f core conftest.err conftest.$ac_objext \
17209
 
+    conftest$ac_exeext conftest.$ac_ext
17210
 
 LIBS=$ac_check_lib_save_LIBS
17211
 
 fi
17212
 
-echo "$as_me:$LINENO: result: $ac_cv_lib_socket_main" >&5
17213
 
-echo "${ECHO_T}$ac_cv_lib_socket_main" >&6
17214
 
-if test $ac_cv_lib_socket_main = yes; then
17215
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_main" >&5
17216
 
+$as_echo "$ac_cv_lib_socket_main" >&6; }
17217
 
+if test "x$ac_cv_lib_socket_main" = x""yes; then :
17218
 
   cat >>confdefs.h <<_ACEOF
17219
 
 #define HAVE_LIBSOCKET 1
17220
 
 _ACEOF
17221
 
@@ -4289,66 +4358,37 @@ _ACEOF
17222
 
 fi
17223
 
 
17224
 
 # Needed under Solaris in addition to -lsocket for the network.
17225
 
-
17226
 
-echo "$as_me:$LINENO: checking for main in -lnsl" >&5
17227
 
-echo $ECHO_N "checking for main in -lnsl... $ECHO_C" >&6
17228
 
-if test "${ac_cv_lib_nsl_main+set}" = set; then
17229
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
17230
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lnsl" >&5
17231
 
+$as_echo_n "checking for main in -lnsl... " >&6; }
17232
 
+if test "${ac_cv_lib_nsl_main+set}" = set; then :
17233
 
+  $as_echo_n "(cached) " >&6
17234
 
 else
17235
 
   ac_check_lib_save_LIBS=$LIBS
17236
 
 LIBS="-lnsl  $LIBS"
17237
 
-cat >conftest.$ac_ext <<_ACEOF
17238
 
-/* confdefs.h.  */
17239
 
-_ACEOF
17240
 
-cat confdefs.h >>conftest.$ac_ext
17241
 
-cat >>conftest.$ac_ext <<_ACEOF
17242
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17243
 
 /* end confdefs.h.  */
17244
 
 
17245
 
 
17246
 
 int
17247
 
 main ()
17248
 
 {
17249
 
-main ();
17250
 
+return main ();
17251
 
   ;
17252
 
   return 0;
17253
 
 }
17254
 
 _ACEOF
17255
 
-rm -f conftest.$ac_objext conftest$ac_exeext
17256
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17257
 
-  (eval $ac_link) 2>conftest.er1
17258
 
-  ac_status=$?
17259
 
-  grep -v '^ *+' conftest.er1 >conftest.err
17260
 
-  rm -f conftest.er1
17261
 
-  cat conftest.err >&5
17262
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17263
 
-  (exit $ac_status); } &&
17264
 
-        { ac_try='test -z "$ac_c_werror_flag"
17265
 
-                        || test ! -s conftest.err'
17266
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17267
 
-  (eval $ac_try) 2>&5
17268
 
-  ac_status=$?
17269
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17270
 
-  (exit $ac_status); }; } &&
17271
 
-        { ac_try='test -s conftest$ac_exeext'
17272
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17273
 
-  (eval $ac_try) 2>&5
17274
 
-  ac_status=$?
17275
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17276
 
-  (exit $ac_status); }; }; then
17277
 
+if ac_fn_c_try_link "$LINENO"; then :
17278
 
   ac_cv_lib_nsl_main=yes
17279
 
 else
17280
 
-  echo "$as_me: failed program was:" >&5
17281
 
-sed 's/^/| /' conftest.$ac_ext >&5
17282
 
-
17283
 
-ac_cv_lib_nsl_main=no
17284
 
+  ac_cv_lib_nsl_main=no
17285
 
 fi
17286
 
-rm -f conftest.err conftest.$ac_objext \
17287
 
-      conftest$ac_exeext conftest.$ac_ext
17288
 
+rm -f core conftest.err conftest.$ac_objext \
17289
 
+    conftest$ac_exeext conftest.$ac_ext
17290
 
 LIBS=$ac_check_lib_save_LIBS
17291
 
 fi
17292
 
-echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_main" >&5
17293
 
-echo "${ECHO_T}$ac_cv_lib_nsl_main" >&6
17294
 
-if test $ac_cv_lib_nsl_main = yes; then
17295
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_main" >&5
17296
 
+$as_echo "$ac_cv_lib_nsl_main" >&6; }
17297
 
+if test "x$ac_cv_lib_nsl_main" = x""yes; then :
17298
 
   cat >>confdefs.h <<_ACEOF
17299
 
 #define HAVE_LIBNSL 1
17300
 
 _ACEOF
17301
 
@@ -4361,66 +4401,37 @@ fi
17302
 
 fi
17303
 
 
17304
 
 # Needed on ISC for syslog.
17305
 
-
17306
 
-echo "$as_me:$LINENO: checking for main in -linet" >&5
17307
 
-echo $ECHO_N "checking for main in -linet... $ECHO_C" >&6
17308
 
-if test "${ac_cv_lib_inet_main+set}" = set; then
17309
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
17310
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -linet" >&5
17311
 
+$as_echo_n "checking for main in -linet... " >&6; }
17312
 
+if test "${ac_cv_lib_inet_main+set}" = set; then :
17313
 
+  $as_echo_n "(cached) " >&6
17314
 
 else
17315
 
   ac_check_lib_save_LIBS=$LIBS
17316
 
 LIBS="-linet  $LIBS"
17317
 
-cat >conftest.$ac_ext <<_ACEOF
17318
 
-/* confdefs.h.  */
17319
 
-_ACEOF
17320
 
-cat confdefs.h >>conftest.$ac_ext
17321
 
-cat >>conftest.$ac_ext <<_ACEOF
17322
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17323
 
 /* end confdefs.h.  */
17324
 
 
17325
 
 
17326
 
 int
17327
 
 main ()
17328
 
 {
17329
 
-main ();
17330
 
+return main ();
17331
 
   ;
17332
 
   return 0;
17333
 
 }
17334
 
 _ACEOF
17335
 
-rm -f conftest.$ac_objext conftest$ac_exeext
17336
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17337
 
-  (eval $ac_link) 2>conftest.er1
17338
 
-  ac_status=$?
17339
 
-  grep -v '^ *+' conftest.er1 >conftest.err
17340
 
-  rm -f conftest.er1
17341
 
-  cat conftest.err >&5
17342
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17343
 
-  (exit $ac_status); } &&
17344
 
-        { ac_try='test -z "$ac_c_werror_flag"
17345
 
-                        || test ! -s conftest.err'
17346
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17347
 
-  (eval $ac_try) 2>&5
17348
 
-  ac_status=$?
17349
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17350
 
-  (exit $ac_status); }; } &&
17351
 
-        { ac_try='test -s conftest$ac_exeext'
17352
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17353
 
-  (eval $ac_try) 2>&5
17354
 
-  ac_status=$?
17355
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17356
 
-  (exit $ac_status); }; }; then
17357
 
+if ac_fn_c_try_link "$LINENO"; then :
17358
 
   ac_cv_lib_inet_main=yes
17359
 
 else
17360
 
-  echo "$as_me: failed program was:" >&5
17361
 
-sed 's/^/| /' conftest.$ac_ext >&5
17362
 
-
17363
 
-ac_cv_lib_inet_main=no
17364
 
+  ac_cv_lib_inet_main=no
17365
 
 fi
17366
 
-rm -f conftest.err conftest.$ac_objext \
17367
 
-      conftest$ac_exeext conftest.$ac_ext
17368
 
+rm -f core conftest.err conftest.$ac_objext \
17369
 
+    conftest$ac_exeext conftest.$ac_ext
17370
 
 LIBS=$ac_check_lib_save_LIBS
17371
 
 fi
17372
 
-echo "$as_me:$LINENO: result: $ac_cv_lib_inet_main" >&5
17373
 
-echo "${ECHO_T}$ac_cv_lib_inet_main" >&6
17374
 
-if test $ac_cv_lib_inet_main = yes; then
17375
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_inet_main" >&5
17376
 
+$as_echo "$ac_cv_lib_inet_main" >&6; }
17377
 
+if test "x$ac_cv_lib_inet_main" = x""yes; then :
17378
 
   cat >>confdefs.h <<_ACEOF
17379
 
 #define HAVE_LIBINET 1
17380
 
 _ACEOF
17381
 
@@ -4430,66 +4441,37 @@ _ACEOF
17382
 
 fi
17383
 
 
17384
 
 # Needed under IRIX for a usable malloc.
17385
 
-
17386
 
-echo "$as_me:$LINENO: checking for main in -lmalloc" >&5
17387
 
-echo $ECHO_N "checking for main in -lmalloc... $ECHO_C" >&6
17388
 
-if test "${ac_cv_lib_malloc_main+set}" = set; then
17389
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
17390
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lmalloc" >&5
17391
 
+$as_echo_n "checking for main in -lmalloc... " >&6; }
17392
 
+if test "${ac_cv_lib_malloc_main+set}" = set; then :
17393
 
+  $as_echo_n "(cached) " >&6
17394
 
 else
17395
 
   ac_check_lib_save_LIBS=$LIBS
17396
 
 LIBS="-lmalloc  $LIBS"
17397
 
-cat >conftest.$ac_ext <<_ACEOF
17398
 
-/* confdefs.h.  */
17399
 
-_ACEOF
17400
 
-cat confdefs.h >>conftest.$ac_ext
17401
 
-cat >>conftest.$ac_ext <<_ACEOF
17402
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17403
 
 /* end confdefs.h.  */
17404
 
 
17405
 
 
17406
 
 int
17407
 
 main ()
17408
 
 {
17409
 
-main ();
17410
 
+return main ();
17411
 
   ;
17412
 
   return 0;
17413
 
 }
17414
 
 _ACEOF
17415
 
-rm -f conftest.$ac_objext conftest$ac_exeext
17416
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17417
 
-  (eval $ac_link) 2>conftest.er1
17418
 
-  ac_status=$?
17419
 
-  grep -v '^ *+' conftest.er1 >conftest.err
17420
 
-  rm -f conftest.er1
17421
 
-  cat conftest.err >&5
17422
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17423
 
-  (exit $ac_status); } &&
17424
 
-        { ac_try='test -z "$ac_c_werror_flag"
17425
 
-                        || test ! -s conftest.err'
17426
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17427
 
-  (eval $ac_try) 2>&5
17428
 
-  ac_status=$?
17429
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17430
 
-  (exit $ac_status); }; } &&
17431
 
-        { ac_try='test -s conftest$ac_exeext'
17432
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17433
 
-  (eval $ac_try) 2>&5
17434
 
-  ac_status=$?
17435
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17436
 
-  (exit $ac_status); }; }; then
17437
 
+if ac_fn_c_try_link "$LINENO"; then :
17438
 
   ac_cv_lib_malloc_main=yes
17439
 
 else
17440
 
-  echo "$as_me: failed program was:" >&5
17441
 
-sed 's/^/| /' conftest.$ac_ext >&5
17442
 
-
17443
 
-ac_cv_lib_malloc_main=no
17444
 
+  ac_cv_lib_malloc_main=no
17445
 
 fi
17446
 
-rm -f conftest.err conftest.$ac_objext \
17447
 
-      conftest$ac_exeext conftest.$ac_ext
17448
 
+rm -f core conftest.err conftest.$ac_objext \
17449
 
+    conftest$ac_exeext conftest.$ac_ext
17450
 
 LIBS=$ac_check_lib_save_LIBS
17451
 
 fi
17452
 
-echo "$as_me:$LINENO: result: $ac_cv_lib_malloc_main" >&5
17453
 
-echo "${ECHO_T}$ac_cv_lib_malloc_main" >&6
17454
 
-if test $ac_cv_lib_malloc_main = yes; then
17455
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_malloc_main" >&5
17456
 
+$as_echo "$ac_cv_lib_malloc_main" >&6; }
17457
 
+if test "x$ac_cv_lib_malloc_main" = x""yes; then :
17458
 
   cat >>confdefs.h <<_ACEOF
17459
 
 #define HAVE_LIBMALLOC 1
17460
 
 _ACEOF
17461
 
@@ -4499,66 +4481,37 @@ _ACEOF
17462
 
 fi
17463
 
 
17464
 
 # Needed under Unixware 2.0 for syslog.
17465
 
-
17466
 
-echo "$as_me:$LINENO: checking for main in -lgen" >&5
17467
 
-echo $ECHO_N "checking for main in -lgen... $ECHO_C" >&6
17468
 
-if test "${ac_cv_lib_gen_main+set}" = set; then
17469
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
17470
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lgen" >&5
17471
 
+$as_echo_n "checking for main in -lgen... " >&6; }
17472
 
+if test "${ac_cv_lib_gen_main+set}" = set; then :
17473
 
+  $as_echo_n "(cached) " >&6
17474
 
 else
17475
 
   ac_check_lib_save_LIBS=$LIBS
17476
 
 LIBS="-lgen  $LIBS"
17477
 
-cat >conftest.$ac_ext <<_ACEOF
17478
 
-/* confdefs.h.  */
17479
 
-_ACEOF
17480
 
-cat confdefs.h >>conftest.$ac_ext
17481
 
-cat >>conftest.$ac_ext <<_ACEOF
17482
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17483
 
 /* end confdefs.h.  */
17484
 
 
17485
 
 
17486
 
 int
17487
 
 main ()
17488
 
 {
17489
 
-main ();
17490
 
+return main ();
17491
 
   ;
17492
 
   return 0;
17493
 
 }
17494
 
 _ACEOF
17495
 
-rm -f conftest.$ac_objext conftest$ac_exeext
17496
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17497
 
-  (eval $ac_link) 2>conftest.er1
17498
 
-  ac_status=$?
17499
 
-  grep -v '^ *+' conftest.er1 >conftest.err
17500
 
-  rm -f conftest.er1
17501
 
-  cat conftest.err >&5
17502
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17503
 
-  (exit $ac_status); } &&
17504
 
-        { ac_try='test -z "$ac_c_werror_flag"
17505
 
-                        || test ! -s conftest.err'
17506
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17507
 
-  (eval $ac_try) 2>&5
17508
 
-  ac_status=$?
17509
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17510
 
-  (exit $ac_status); }; } &&
17511
 
-        { ac_try='test -s conftest$ac_exeext'
17512
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17513
 
-  (eval $ac_try) 2>&5
17514
 
-  ac_status=$?
17515
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17516
 
-  (exit $ac_status); }; }; then
17517
 
+if ac_fn_c_try_link "$LINENO"; then :
17518
 
   ac_cv_lib_gen_main=yes
17519
 
 else
17520
 
-  echo "$as_me: failed program was:" >&5
17521
 
-sed 's/^/| /' conftest.$ac_ext >&5
17522
 
-
17523
 
-ac_cv_lib_gen_main=no
17524
 
+  ac_cv_lib_gen_main=no
17525
 
 fi
17526
 
-rm -f conftest.err conftest.$ac_objext \
17527
 
-      conftest$ac_exeext conftest.$ac_ext
17528
 
+rm -f core conftest.err conftest.$ac_objext \
17529
 
+    conftest$ac_exeext conftest.$ac_ext
17530
 
 LIBS=$ac_check_lib_save_LIBS
17531
 
 fi
17532
 
-echo "$as_me:$LINENO: result: $ac_cv_lib_gen_main" >&5
17533
 
-echo "${ECHO_T}$ac_cv_lib_gen_main" >&6
17534
 
-if test $ac_cv_lib_gen_main = yes; then
17535
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gen_main" >&5
17536
 
+$as_echo "$ac_cv_lib_gen_main" >&6; }
17537
 
+if test "x$ac_cv_lib_gen_main" = x""yes; then :
17538
 
   cat >>confdefs.h <<_ACEOF
17539
 
 #define HAVE_LIBGEN 1
17540
 
 _ACEOF
17541
 
@@ -4568,72 +4521,43 @@ _ACEOF
17542
 
 fi
17543
 
 
17544
 
 # Needed generally for encrypted passwords.
17545
 
-
17546
 
-echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5
17547
 
-echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6
17548
 
-if test "${ac_cv_lib_crypt_crypt+set}" = set; then
17549
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
17550
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for crypt in -lcrypt" >&5
17551
 
+$as_echo_n "checking for crypt in -lcrypt... " >&6; }
17552
 
+if test "${ac_cv_lib_crypt_crypt+set}" = set; then :
17553
 
+  $as_echo_n "(cached) " >&6
17554
 
 else
17555
 
   ac_check_lib_save_LIBS=$LIBS
17556
 
 LIBS="-lcrypt  $LIBS"
17557
 
-cat >conftest.$ac_ext <<_ACEOF
17558
 
-/* confdefs.h.  */
17559
 
-_ACEOF
17560
 
-cat confdefs.h >>conftest.$ac_ext
17561
 
-cat >>conftest.$ac_ext <<_ACEOF
17562
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17563
 
 /* end confdefs.h.  */
17564
 
 
17565
 
-/* Override any gcc2 internal prototype to avoid an error.  */
17566
 
+/* Override any GCC internal prototype to avoid an error.
17567
 
+   Use char because int might match the return type of a GCC
17568
 
+   builtin and then its argument prototype would still apply.  */
17569
 
 #ifdef __cplusplus
17570
 
 extern "C"
17571
 
 #endif
17572
 
-/* We use char because int might match the return type of a gcc2
17573
 
-   builtin and then its argument prototype would still apply.  */
17574
 
 char crypt ();
17575
 
 int
17576
 
 main ()
17577
 
 {
17578
 
-crypt ();
17579
 
+return crypt ();
17580
 
   ;
17581
 
   return 0;
17582
 
 }
17583
 
 _ACEOF
17584
 
-rm -f conftest.$ac_objext conftest$ac_exeext
17585
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17586
 
-  (eval $ac_link) 2>conftest.er1
17587
 
-  ac_status=$?
17588
 
-  grep -v '^ *+' conftest.er1 >conftest.err
17589
 
-  rm -f conftest.er1
17590
 
-  cat conftest.err >&5
17591
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17592
 
-  (exit $ac_status); } &&
17593
 
-        { ac_try='test -z "$ac_c_werror_flag"
17594
 
-                        || test ! -s conftest.err'
17595
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17596
 
-  (eval $ac_try) 2>&5
17597
 
-  ac_status=$?
17598
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17599
 
-  (exit $ac_status); }; } &&
17600
 
-        { ac_try='test -s conftest$ac_exeext'
17601
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17602
 
-  (eval $ac_try) 2>&5
17603
 
-  ac_status=$?
17604
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17605
 
-  (exit $ac_status); }; }; then
17606
 
+if ac_fn_c_try_link "$LINENO"; then :
17607
 
   ac_cv_lib_crypt_crypt=yes
17608
 
 else
17609
 
-  echo "$as_me: failed program was:" >&5
17610
 
-sed 's/^/| /' conftest.$ac_ext >&5
17611
 
-
17612
 
-ac_cv_lib_crypt_crypt=no
17613
 
+  ac_cv_lib_crypt_crypt=no
17614
 
 fi
17615
 
-rm -f conftest.err conftest.$ac_objext \
17616
 
-      conftest$ac_exeext conftest.$ac_ext
17617
 
+rm -f core conftest.err conftest.$ac_objext \
17618
 
+    conftest$ac_exeext conftest.$ac_ext
17619
 
 LIBS=$ac_check_lib_save_LIBS
17620
 
 fi
17621
 
-echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5
17622
 
-echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6
17623
 
-if test $ac_cv_lib_crypt_crypt = yes; then
17624
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypt_crypt" >&5
17625
 
+$as_echo "$ac_cv_lib_crypt_crypt" >&6; }
17626
 
+if test "x$ac_cv_lib_crypt_crypt" = x""yes; then :
17627
 
   cat >>confdefs.h <<_ACEOF
17628
 
 #define HAVE_LIBCRYPT 1
17629
 
 _ACEOF
17630
 
@@ -4643,16 +4567,12 @@ _ACEOF
17631
 
 fi
17632
 
 
17633
 
 
17634
 
-echo "$as_me:$LINENO: checking for ANSI C header files" >&5
17635
 
-echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
17636
 
-if test "${ac_cv_header_stdc+set}" = set; then
17637
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
17638
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
17639
 
+$as_echo_n "checking for ANSI C header files... " >&6; }
17640
 
+if test "${ac_cv_header_stdc+set}" = set; then :
17641
 
+  $as_echo_n "(cached) " >&6
17642
 
 else
17643
 
-  cat >conftest.$ac_ext <<_ACEOF
17644
 
-/* confdefs.h.  */
17645
 
-_ACEOF
17646
 
-cat confdefs.h >>conftest.$ac_ext
17647
 
-cat >>conftest.$ac_ext <<_ACEOF
17648
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17649
 
 /* end confdefs.h.  */
17650
 
 #include <stdlib.h>
17651
 
 #include <stdarg.h>
17652
 
@@ -4667,51 +4587,23 @@ main ()
17653
 
   return 0;
17654
 
 }
17655
 
 _ACEOF
17656
 
-rm -f conftest.$ac_objext
17657
 
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17658
 
-  (eval $ac_compile) 2>conftest.er1
17659
 
-  ac_status=$?
17660
 
-  grep -v '^ *+' conftest.er1 >conftest.err
17661
 
-  rm -f conftest.er1
17662
 
-  cat conftest.err >&5
17663
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17664
 
-  (exit $ac_status); } &&
17665
 
-        { ac_try='test -z "$ac_c_werror_flag"
17666
 
-                        || test ! -s conftest.err'
17667
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17668
 
-  (eval $ac_try) 2>&5
17669
 
-  ac_status=$?
17670
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17671
 
-  (exit $ac_status); }; } &&
17672
 
-        { ac_try='test -s conftest.$ac_objext'
17673
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17674
 
-  (eval $ac_try) 2>&5
17675
 
-  ac_status=$?
17676
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17677
 
-  (exit $ac_status); }; }; then
17678
 
+if ac_fn_c_try_compile "$LINENO"; then :
17679
 
   ac_cv_header_stdc=yes
17680
 
 else
17681
 
-  echo "$as_me: failed program was:" >&5
17682
 
-sed 's/^/| /' conftest.$ac_ext >&5
17683
 
-
17684
 
-ac_cv_header_stdc=no
17685
 
+  ac_cv_header_stdc=no
17686
 
 fi
17687
 
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17688
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17689
 
 
17690
 
 if test $ac_cv_header_stdc = yes; then
17691
 
   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
17692
 
-  cat >conftest.$ac_ext <<_ACEOF
17693
 
-/* confdefs.h.  */
17694
 
-_ACEOF
17695
 
-cat confdefs.h >>conftest.$ac_ext
17696
 
-cat >>conftest.$ac_ext <<_ACEOF
17697
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17698
 
 /* end confdefs.h.  */
17699
 
 #include <string.h>
17700
 
 
17701
 
 _ACEOF
17702
 
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17703
 
-  $EGREP "memchr" >/dev/null 2>&1; then
17704
 
-  :
17705
 
+  $EGREP "memchr" >/dev/null 2>&1; then :
17706
 
+
17707
 
 else
17708
 
   ac_cv_header_stdc=no
17709
 
 fi
17710
 
@@ -4721,18 +4613,14 @@ fi
17711
 
 
17712
 
 if test $ac_cv_header_stdc = yes; then
17713
 
   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
17714
 
-  cat >conftest.$ac_ext <<_ACEOF
17715
 
-/* confdefs.h.  */
17716
 
-_ACEOF
17717
 
-cat confdefs.h >>conftest.$ac_ext
17718
 
-cat >>conftest.$ac_ext <<_ACEOF
17719
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17720
 
 /* end confdefs.h.  */
17721
 
 #include <stdlib.h>
17722
 
 
17723
 
 _ACEOF
17724
 
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17725
 
-  $EGREP "free" >/dev/null 2>&1; then
17726
 
-  :
17727
 
+  $EGREP "free" >/dev/null 2>&1; then :
17728
 
+
17729
 
 else
17730
 
   ac_cv_header_stdc=no
17731
 
 fi
17732
 
@@ -4742,16 +4630,13 @@ fi
17733
 
 
17734
 
 if test $ac_cv_header_stdc = yes; then
17735
 
   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
17736
 
-  if test "$cross_compiling" = yes; then
17737
 
+  if test "$cross_compiling" = yes; then :
17738
 
   :
17739
 
 else
17740
 
-  cat >conftest.$ac_ext <<_ACEOF
17741
 
-/* confdefs.h.  */
17742
 
-_ACEOF
17743
 
-cat confdefs.h >>conftest.$ac_ext
17744
 
-cat >>conftest.$ac_ext <<_ACEOF
17745
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17746
 
 /* end confdefs.h.  */
17747
 
 #include <ctype.h>
17748
 
+#include <stdlib.h>
17749
 
 #if ((' ' & 0x0FF) == 0x020)
17750
 
 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
17751
 
 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
17752
 
@@ -4771,871 +4656,367 @@ main ()
17753
 
   for (i = 0; i < 256; i++)
17754
 
     if (XOR (islower (i), ISLOWER (i))
17755
 
        || toupper (i) != TOUPPER (i))
17756
 
-      exit(2);
17757
 
-  exit (0);
17758
 
+      return 2;
17759
 
+  return 0;
17760
 
 }
17761
 
 _ACEOF
17762
 
-rm -f conftest$ac_exeext
17763
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17764
 
-  (eval $ac_link) 2>&5
17765
 
-  ac_status=$?
17766
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17767
 
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17768
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17769
 
-  (eval $ac_try) 2>&5
17770
 
-  ac_status=$?
17771
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17772
 
-  (exit $ac_status); }; }; then
17773
 
-  :
17774
 
-else
17775
 
-  echo "$as_me: program exited with status $ac_status" >&5
17776
 
-echo "$as_me: failed program was:" >&5
17777
 
-sed 's/^/| /' conftest.$ac_ext >&5
17778
 
+if ac_fn_c_try_run "$LINENO"; then :
17779
 
 
17780
 
-( exit $ac_status )
17781
 
-ac_cv_header_stdc=no
17782
 
+else
17783
 
+  ac_cv_header_stdc=no
17784
 
 fi
17785
 
-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17786
 
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
17787
 
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
17788
 
 fi
17789
 
+
17790
 
 fi
17791
 
 fi
17792
 
-echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
17793
 
-echo "${ECHO_T}$ac_cv_header_stdc" >&6
17794
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
17795
 
+$as_echo "$ac_cv_header_stdc" >&6; }
17796
 
 if test $ac_cv_header_stdc = yes; then
17797
 
 
17798
 
-cat >>confdefs.h <<\_ACEOF
17799
 
-#define STDC_HEADERS 1
17800
 
-_ACEOF
17801
 
+$as_echo "#define STDC_HEADERS 1" >>confdefs.h
17802
 
 
17803
 
 fi
17804
 
 
17805
 
+for ac_header in crypt.h fcntl.h libgen.h limits.h memory.h netdb.h string.h syslog.h unistd.h machine/endian.h sys/select.h
17806
 
+do :
17807
 
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
17808
 
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
17809
 
+eval as_val=\$$as_ac_Header
17810
 
+   if test "x$as_val" = x""yes; then :
17811
 
+  cat >>confdefs.h <<_ACEOF
17812
 
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
17813
 
+_ACEOF
17814
 
 
17815
 
+fi
17816
 
 
17817
 
+done
17818
 
 
17819
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17820
 
+/* end confdefs.h.  */
17821
 
+#include <stdlib.h>
17822
 
 
17823
 
+_ACEOF
17824
 
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17825
 
+  $EGREP "\<unsetenv\>" >/dev/null 2>&1; then :
17826
 
 
17827
 
+$as_echo "#define HAVE_DECL_UNSETENV 1" >>confdefs.h
17828
 
 
17829
 
+else
17830
 
 
17831
 
+$as_echo "#define HAVE_DECL_UNSETENV 0" >>confdefs.h
17832
 
 
17833
 
+fi
17834
 
+rm -f conftest*
17835
 
 
17836
 
+for ac_func in basename ftime getopt getopt_long mkdir mktemp mkstemp unsetenv asprintf vasprintf
17837
 
+do :
17838
 
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17839
 
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
17840
 
+eval as_val=\$$as_ac_var
17841
 
+   if test "x$as_val" = x""yes; then :
17842
 
+  cat >>confdefs.h <<_ACEOF
17843
 
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17844
 
+_ACEOF
17845
 
 
17846
 
-
17847
 
-for ac_header in crypt.h fcntl.h libgen.h limits.h memory.h netdb.h string.h syslog.h unistd.h machine/endian.h sys/select.h
17848
 
-do
17849
 
-as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
17850
 
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
17851
 
-  echo "$as_me:$LINENO: checking for $ac_header" >&5
17852
 
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17853
 
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
17854
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
17855
 
 fi
17856
 
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17857
 
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17858
 
+done
17859
 
+
17860
 
+ac_header_dirent=no
17861
 
+for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
17862
 
+  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
17863
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
17864
 
+$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
17865
 
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then :
17866
 
+  $as_echo_n "(cached) " >&6
17867
 
 else
17868
 
-  # Is the header compilable?
17869
 
-echo "$as_me:$LINENO: checking $ac_header usability" >&5
17870
 
-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
17871
 
-cat >conftest.$ac_ext <<_ACEOF
17872
 
-/* confdefs.h.  */
17873
 
-_ACEOF
17874
 
-cat confdefs.h >>conftest.$ac_ext
17875
 
-cat >>conftest.$ac_ext <<_ACEOF
17876
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17877
 
 /* end confdefs.h.  */
17878
 
-$ac_includes_default
17879
 
-#include <$ac_header>
17880
 
+#include <sys/types.h>
17881
 
+#include <$ac_hdr>
17882
 
+
17883
 
+int
17884
 
+main ()
17885
 
+{
17886
 
+if ((DIR *) 0)
17887
 
+return 0;
17888
 
+  ;
17889
 
+  return 0;
17890
 
+}
17891
 
 _ACEOF
17892
 
-rm -f conftest.$ac_objext
17893
 
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17894
 
-  (eval $ac_compile) 2>conftest.er1
17895
 
-  ac_status=$?
17896
 
-  grep -v '^ *+' conftest.er1 >conftest.err
17897
 
-  rm -f conftest.er1
17898
 
-  cat conftest.err >&5
17899
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17900
 
-  (exit $ac_status); } &&
17901
 
-        { ac_try='test -z "$ac_c_werror_flag"
17902
 
-                        || test ! -s conftest.err'
17903
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17904
 
-  (eval $ac_try) 2>&5
17905
 
-  ac_status=$?
17906
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17907
 
-  (exit $ac_status); }; } &&
17908
 
-        { ac_try='test -s conftest.$ac_objext'
17909
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17910
 
-  (eval $ac_try) 2>&5
17911
 
-  ac_status=$?
17912
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17913
 
-  (exit $ac_status); }; }; then
17914
 
-  ac_header_compiler=yes
17915
 
+if ac_fn_c_try_compile "$LINENO"; then :
17916
 
+  eval "$as_ac_Header=yes"
17917
 
 else
17918
 
-  echo "$as_me: failed program was:" >&5
17919
 
-sed 's/^/| /' conftest.$ac_ext >&5
17920
 
+  eval "$as_ac_Header=no"
17921
 
+fi
17922
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17923
 
+fi
17924
 
+eval ac_res=\$$as_ac_Header
17925
 
+              { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
17926
 
+$as_echo "$ac_res" >&6; }
17927
 
+eval as_val=\$$as_ac_Header
17928
 
+   if test "x$as_val" = x""yes; then :
17929
 
+  cat >>confdefs.h <<_ACEOF
17930
 
+#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
17931
 
+_ACEOF
17932
 
 
17933
 
-ac_header_compiler=no
17934
 
+ac_header_dirent=$ac_hdr; break
17935
 
 fi
17936
 
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17937
 
-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17938
 
-echo "${ECHO_T}$ac_header_compiler" >&6
17939
 
 
17940
 
-# Is the header present?
17941
 
-echo "$as_me:$LINENO: checking $ac_header presence" >&5
17942
 
-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
17943
 
-cat >conftest.$ac_ext <<_ACEOF
17944
 
-/* confdefs.h.  */
17945
 
-_ACEOF
17946
 
-cat confdefs.h >>conftest.$ac_ext
17947
 
-cat >>conftest.$ac_ext <<_ACEOF
17948
 
+done
17949
 
+# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
17950
 
+if test $ac_header_dirent = dirent.h; then
17951
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
17952
 
+$as_echo_n "checking for library containing opendir... " >&6; }
17953
 
+if test "${ac_cv_search_opendir+set}" = set; then :
17954
 
+  $as_echo_n "(cached) " >&6
17955
 
+else
17956
 
+  ac_func_search_save_LIBS=$LIBS
17957
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17958
 
 /* end confdefs.h.  */
17959
 
-#include <$ac_header>
17960
 
+
17961
 
+/* Override any GCC internal prototype to avoid an error.
17962
 
+   Use char because int might match the return type of a GCC
17963
 
+   builtin and then its argument prototype would still apply.  */
17964
 
+#ifdef __cplusplus
17965
 
+extern "C"
17966
 
+#endif
17967
 
+char opendir ();
17968
 
+int
17969
 
+main ()
17970
 
+{
17971
 
+return opendir ();
17972
 
+  ;
17973
 
+  return 0;
17974
 
+}
17975
 
 _ACEOF
17976
 
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17977
 
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17978
 
-  ac_status=$?
17979
 
-  grep -v '^ *+' conftest.er1 >conftest.err
17980
 
-  rm -f conftest.er1
17981
 
-  cat conftest.err >&5
17982
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17983
 
-  (exit $ac_status); } >/dev/null; then
17984
 
-  if test -s conftest.err; then
17985
 
-    ac_cpp_err=$ac_c_preproc_warn_flag
17986
 
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
17987
 
+for ac_lib in '' dir; do
17988
 
+  if test -z "$ac_lib"; then
17989
 
+    ac_res="none required"
17990
 
   else
17991
 
-    ac_cpp_err=
17992
 
+    ac_res=-l$ac_lib
17993
 
+    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
17994
 
   fi
17995
 
-else
17996
 
-  ac_cpp_err=yes
17997
 
+  if ac_fn_c_try_link "$LINENO"; then :
17998
 
+  ac_cv_search_opendir=$ac_res
17999
 
 fi
18000
 
-if test -z "$ac_cpp_err"; then
18001
 
-  ac_header_preproc=yes
18002
 
-else
18003
 
-  echo "$as_me: failed program was:" >&5
18004
 
-sed 's/^/| /' conftest.$ac_ext >&5
18005
 
-
18006
 
-  ac_header_preproc=no
18007
 
+rm -f core conftest.err conftest.$ac_objext \
18008
 
+    conftest$ac_exeext
18009
 
+  if test "${ac_cv_search_opendir+set}" = set; then :
18010
 
+  break
18011
 
 fi
18012
 
-rm -f conftest.err conftest.$ac_ext
18013
 
-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18014
 
-echo "${ECHO_T}$ac_header_preproc" >&6
18015
 
-
18016
 
-# So?  What about this header?
18017
 
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18018
 
-  yes:no: )
18019
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
18020
 
-echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
18021
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
18022
 
-echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
18023
 
-    ac_header_preproc=yes
18024
 
-    ;;
18025
 
-  no:yes:* )
18026
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
18027
 
-echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
18028
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
18029
 
-echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
18030
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18031
 
-echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18032
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
18033
 
-echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
18034
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18035
 
-echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18036
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18037
 
-echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18038
 
-    (
18039
 
-      cat <<\_ASBOX
18040
 
-## -------------------------------- ##
18041
 
-## Report this to bug-gnats@gnu.org ##
18042
 
-## -------------------------------- ##
18043
 
-_ASBOX
18044
 
-    ) |
18045
 
-      sed "s/^/$as_me: WARNING:     /" >&2
18046
 
-    ;;
18047
 
-esac
18048
 
-echo "$as_me:$LINENO: checking for $ac_header" >&5
18049
 
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18050
 
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
18051
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
18052
 
-else
18053
 
-  eval "$as_ac_Header=\$ac_header_preproc"
18054
 
-fi
18055
 
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18056
 
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
18057
 
-
18058
 
-fi
18059
 
-if test `eval echo '${'$as_ac_Header'}'` = yes; then
18060
 
-  cat >>confdefs.h <<_ACEOF
18061
 
-#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
18062
 
-_ACEOF
18063
 
-
18064
 
-fi
18065
 
-
18066
 
-done
18067
 
-
18068
 
-cat >conftest.$ac_ext <<_ACEOF
18069
 
-/* confdefs.h.  */
18070
 
-_ACEOF
18071
 
-cat confdefs.h >>conftest.$ac_ext
18072
 
-cat >>conftest.$ac_ext <<_ACEOF
18073
 
-/* end confdefs.h.  */
18074
 
-#include <stdlib.h>
18075
 
-
18076
 
-_ACEOF
18077
 
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18078
 
-  $EGREP "\<unsetenv\>" >/dev/null 2>&1; then
18079
 
-
18080
 
-cat >>confdefs.h <<\_ACEOF
18081
 
-#define HAVE_DECL_UNSETENV 1
18082
 
-_ACEOF
18083
 
+done
18084
 
+if test "${ac_cv_search_opendir+set}" = set; then :
18085
 
 
18086
 
 else
18087
 
-
18088
 
-cat >>confdefs.h <<\_ACEOF
18089
 
-#define HAVE_DECL_UNSETENV 0
18090
 
-_ACEOF
18091
 
-
18092
 
+  ac_cv_search_opendir=no
18093
 
 fi
18094
 
-rm -f conftest*
18095
 
-
18096
 
-
18097
 
-
18098
 
-
18099
 
-
18100
 
-
18101
 
-
18102
 
-
18103
 
-
18104
 
-
18105
 
-
18106
 
-for ac_func in basename ftime getopt getopt_long mkdir mktemp mkstemp unsetenv asprintf vasprintf
18107
 
-do
18108
 
-as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18109
 
-echo "$as_me:$LINENO: checking for $ac_func" >&5
18110
 
-echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
18111
 
-if eval "test \"\${$as_ac_var+set}\" = set"; then
18112
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
18113
 
-else
18114
 
-  cat >conftest.$ac_ext <<_ACEOF
18115
 
-/* confdefs.h.  */
18116
 
-_ACEOF
18117
 
-cat confdefs.h >>conftest.$ac_ext
18118
 
-cat >>conftest.$ac_ext <<_ACEOF
18119
 
-/* end confdefs.h.  */
18120
 
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18121
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18122
 
-#define $ac_func innocuous_$ac_func
18123
 
-
18124
 
-/* System header to define __stub macros and hopefully few prototypes,
18125
 
-    which can conflict with char $ac_func (); below.
18126
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18127
 
-    <limits.h> exists even on freestanding compilers.  */
18128
 
-
18129
 
-#ifdef __STDC__
18130
 
-# include <limits.h>
18131
 
-#else
18132
 
-# include <assert.h>
18133
 
-#endif
18134
 
-
18135
 
-#undef $ac_func
18136
 
-
18137
 
-/* Override any gcc2 internal prototype to avoid an error.  */
18138
 
-#ifdef __cplusplus
18139
 
-extern "C"
18140
 
-{
18141
 
-#endif
18142
 
-/* We use char because int might match the return type of a gcc2
18143
 
-   builtin and then its argument prototype would still apply.  */
18144
 
-char $ac_func ();
18145
 
-/* The GNU C library defines this for functions which it implements
18146
 
-    to always fail with ENOSYS.  Some functions are actually named
18147
 
-    something starting with __ and the normal name is an alias.  */
18148
 
-#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18149
 
-choke me
18150
 
-#else
18151
 
-char (*f) () = $ac_func;
18152
 
-#endif
18153
 
-#ifdef __cplusplus
18154
 
-}
18155
 
-#endif
18156
 
-
18157
 
-int
18158
 
-main ()
18159
 
-{
18160
 
-return f != $ac_func;
18161
 
-  ;
18162
 
-  return 0;
18163
 
-}
18164
 
-_ACEOF
18165
 
-rm -f conftest.$ac_objext conftest$ac_exeext
18166
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18167
 
-  (eval $ac_link) 2>conftest.er1
18168
 
-  ac_status=$?
18169
 
-  grep -v '^ *+' conftest.er1 >conftest.err
18170
 
-  rm -f conftest.er1
18171
 
-  cat conftest.err >&5
18172
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18173
 
-  (exit $ac_status); } &&
18174
 
-        { ac_try='test -z "$ac_c_werror_flag"
18175
 
-                        || test ! -s conftest.err'
18176
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18177
 
-  (eval $ac_try) 2>&5
18178
 
-  ac_status=$?
18179
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18180
 
-  (exit $ac_status); }; } &&
18181
 
-        { ac_try='test -s conftest$ac_exeext'
18182
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18183
 
-  (eval $ac_try) 2>&5
18184
 
-  ac_status=$?
18185
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18186
 
-  (exit $ac_status); }; }; then
18187
 
-  eval "$as_ac_var=yes"
18188
 
-else
18189
 
-  echo "$as_me: failed program was:" >&5
18190
 
-sed 's/^/| /' conftest.$ac_ext >&5
18191
 
-
18192
 
-eval "$as_ac_var=no"
18193
 
-fi
18194
 
-rm -f conftest.err conftest.$ac_objext \
18195
 
-      conftest$ac_exeext conftest.$ac_ext
18196
 
+rm conftest.$ac_ext
18197
 
+LIBS=$ac_func_search_save_LIBS
18198
 
 fi
18199
 
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
18200
 
-echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
18201
 
-if test `eval echo '${'$as_ac_var'}'` = yes; then
18202
 
-  cat >>confdefs.h <<_ACEOF
18203
 
-#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18204
 
-_ACEOF
18205
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
18206
 
+$as_echo "$ac_cv_search_opendir" >&6; }
18207
 
+ac_res=$ac_cv_search_opendir
18208
 
+if test "$ac_res" != no; then :
18209
 
+  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18210
 
 
18211
 
 fi
18212
 
-done
18213
 
 
18214
 
-
18215
 
-
18216
 
-
18217
 
-
18218
 
-
18219
 
-ac_header_dirent=no
18220
 
-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
18221
 
-  as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
18222
 
-echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
18223
 
-echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
18224
 
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
18225
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
18226
 
 else
18227
 
-  cat >conftest.$ac_ext <<_ACEOF
18228
 
-/* confdefs.h.  */
18229
 
-_ACEOF
18230
 
-cat confdefs.h >>conftest.$ac_ext
18231
 
-cat >>conftest.$ac_ext <<_ACEOF
18232
 
-/* end confdefs.h.  */
18233
 
-#include <sys/types.h>
18234
 
-#include <$ac_hdr>
18235
 
-
18236
 
-int
18237
 
-main ()
18238
 
-{
18239
 
-if ((DIR *) 0)
18240
 
-return 0;
18241
 
-  ;
18242
 
-  return 0;
18243
 
-}
18244
 
-_ACEOF
18245
 
-rm -f conftest.$ac_objext
18246
 
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18247
 
-  (eval $ac_compile) 2>conftest.er1
18248
 
-  ac_status=$?
18249
 
-  grep -v '^ *+' conftest.er1 >conftest.err
18250
 
-  rm -f conftest.er1
18251
 
-  cat conftest.err >&5
18252
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18253
 
-  (exit $ac_status); } &&
18254
 
-        { ac_try='test -z "$ac_c_werror_flag"
18255
 
-                        || test ! -s conftest.err'
18256
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18257
 
-  (eval $ac_try) 2>&5
18258
 
-  ac_status=$?
18259
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18260
 
-  (exit $ac_status); }; } &&
18261
 
-        { ac_try='test -s conftest.$ac_objext'
18262
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18263
 
-  (eval $ac_try) 2>&5
18264
 
-  ac_status=$?
18265
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18266
 
-  (exit $ac_status); }; }; then
18267
 
-  eval "$as_ac_Header=yes"
18268
 
-else
18269
 
-  echo "$as_me: failed program was:" >&5
18270
 
-sed 's/^/| /' conftest.$ac_ext >&5
18271
 
-
18272
 
-eval "$as_ac_Header=no"
18273
 
-fi
18274
 
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18275
 
-fi
18276
 
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18277
 
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
18278
 
-if test `eval echo '${'$as_ac_Header'}'` = yes; then
18279
 
-  cat >>confdefs.h <<_ACEOF
18280
 
-#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
18281
 
-_ACEOF
18282
 
-
18283
 
-ac_header_dirent=$ac_hdr; break
18284
 
-fi
18285
 
-
18286
 
-done
18287
 
-# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
18288
 
-if test $ac_header_dirent = dirent.h; then
18289
 
-  echo "$as_me:$LINENO: checking for library containing opendir" >&5
18290
 
-echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
18291
 
-if test "${ac_cv_search_opendir+set}" = set; then
18292
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
18293
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
18294
 
+$as_echo_n "checking for library containing opendir... " >&6; }
18295
 
+if test "${ac_cv_search_opendir+set}" = set; then :
18296
 
+  $as_echo_n "(cached) " >&6
18297
 
 else
18298
 
   ac_func_search_save_LIBS=$LIBS
18299
 
-ac_cv_search_opendir=no
18300
 
-cat >conftest.$ac_ext <<_ACEOF
18301
 
-/* confdefs.h.  */
18302
 
-_ACEOF
18303
 
-cat confdefs.h >>conftest.$ac_ext
18304
 
-cat >>conftest.$ac_ext <<_ACEOF
18305
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18306
 
 /* end confdefs.h.  */
18307
 
 
18308
 
-/* Override any gcc2 internal prototype to avoid an error.  */
18309
 
-#ifdef __cplusplus
18310
 
-extern "C"
18311
 
-#endif
18312
 
-/* We use char because int might match the return type of a gcc2
18313
 
+/* Override any GCC internal prototype to avoid an error.
18314
 
+   Use char because int might match the return type of a GCC
18315
 
    builtin and then its argument prototype would still apply.  */
18316
 
-char opendir ();
18317
 
-int
18318
 
-main ()
18319
 
-{
18320
 
-opendir ();
18321
 
-  ;
18322
 
-  return 0;
18323
 
-}
18324
 
-_ACEOF
18325
 
-rm -f conftest.$ac_objext conftest$ac_exeext
18326
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18327
 
-  (eval $ac_link) 2>conftest.er1
18328
 
-  ac_status=$?
18329
 
-  grep -v '^ *+' conftest.er1 >conftest.err
18330
 
-  rm -f conftest.er1
18331
 
-  cat conftest.err >&5
18332
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18333
 
-  (exit $ac_status); } &&
18334
 
-        { ac_try='test -z "$ac_c_werror_flag"
18335
 
-                        || test ! -s conftest.err'
18336
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18337
 
-  (eval $ac_try) 2>&5
18338
 
-  ac_status=$?
18339
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18340
 
-  (exit $ac_status); }; } &&
18341
 
-        { ac_try='test -s conftest$ac_exeext'
18342
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18343
 
-  (eval $ac_try) 2>&5
18344
 
-  ac_status=$?
18345
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18346
 
-  (exit $ac_status); }; }; then
18347
 
-  ac_cv_search_opendir="none required"
18348
 
-else
18349
 
-  echo "$as_me: failed program was:" >&5
18350
 
-sed 's/^/| /' conftest.$ac_ext >&5
18351
 
-
18352
 
-fi
18353
 
-rm -f conftest.err conftest.$ac_objext \
18354
 
-      conftest$ac_exeext conftest.$ac_ext
18355
 
-if test "$ac_cv_search_opendir" = no; then
18356
 
-  for ac_lib in dir; do
18357
 
-    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18358
 
-    cat >conftest.$ac_ext <<_ACEOF
18359
 
-/* confdefs.h.  */
18360
 
-_ACEOF
18361
 
-cat confdefs.h >>conftest.$ac_ext
18362
 
-cat >>conftest.$ac_ext <<_ACEOF
18363
 
-/* end confdefs.h.  */
18364
 
-
18365
 
-/* Override any gcc2 internal prototype to avoid an error.  */
18366
 
 #ifdef __cplusplus
18367
 
 extern "C"
18368
 
 #endif
18369
 
-/* We use char because int might match the return type of a gcc2
18370
 
-   builtin and then its argument prototype would still apply.  */
18371
 
 char opendir ();
18372
 
 int
18373
 
 main ()
18374
 
 {
18375
 
-opendir ();
18376
 
+return opendir ();
18377
 
   ;
18378
 
   return 0;
18379
 
 }
18380
 
 _ACEOF
18381
 
-rm -f conftest.$ac_objext conftest$ac_exeext
18382
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18383
 
-  (eval $ac_link) 2>conftest.er1
18384
 
-  ac_status=$?
18385
 
-  grep -v '^ *+' conftest.er1 >conftest.err
18386
 
-  rm -f conftest.er1
18387
 
-  cat conftest.err >&5
18388
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18389
 
-  (exit $ac_status); } &&
18390
 
-        { ac_try='test -z "$ac_c_werror_flag"
18391
 
-                        || test ! -s conftest.err'
18392
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18393
 
-  (eval $ac_try) 2>&5
18394
 
-  ac_status=$?
18395
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18396
 
-  (exit $ac_status); }; } &&
18397
 
-        { ac_try='test -s conftest$ac_exeext'
18398
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18399
 
-  (eval $ac_try) 2>&5
18400
 
-  ac_status=$?
18401
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18402
 
-  (exit $ac_status); }; }; then
18403
 
-  ac_cv_search_opendir="-l$ac_lib"
18404
 
-break
18405
 
-else
18406
 
-  echo "$as_me: failed program was:" >&5
18407
 
-sed 's/^/| /' conftest.$ac_ext >&5
18408
 
-
18409
 
-fi
18410
 
-rm -f conftest.err conftest.$ac_objext \
18411
 
-      conftest$ac_exeext conftest.$ac_ext
18412
 
-  done
18413
 
-fi
18414
 
-LIBS=$ac_func_search_save_LIBS
18415
 
-fi
18416
 
-echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
18417
 
-echo "${ECHO_T}$ac_cv_search_opendir" >&6
18418
 
-if test "$ac_cv_search_opendir" != no; then
18419
 
-  test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
18420
 
-
18421
 
+for ac_lib in '' x; do
18422
 
+  if test -z "$ac_lib"; then
18423
 
+    ac_res="none required"
18424
 
+  else
18425
 
+    ac_res=-l$ac_lib
18426
 
+    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18427
 
+  fi
18428
 
+  if ac_fn_c_try_link "$LINENO"; then :
18429
 
+  ac_cv_search_opendir=$ac_res
18430
 
 fi
18431
 
-
18432
 
-else
18433
 
-  echo "$as_me:$LINENO: checking for library containing opendir" >&5
18434
 
-echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
18435
 
-if test "${ac_cv_search_opendir+set}" = set; then
18436
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
18437
 
-else
18438
 
-  ac_func_search_save_LIBS=$LIBS
18439
 
-ac_cv_search_opendir=no
18440
 
-cat >conftest.$ac_ext <<_ACEOF
18441
 
-/* confdefs.h.  */
18442
 
-_ACEOF
18443
 
-cat confdefs.h >>conftest.$ac_ext
18444
 
-cat >>conftest.$ac_ext <<_ACEOF
18445
 
-/* end confdefs.h.  */
18446
 
-
18447
 
-/* Override any gcc2 internal prototype to avoid an error.  */
18448
 
-#ifdef __cplusplus
18449
 
-extern "C"
18450
 
-#endif
18451
 
-/* We use char because int might match the return type of a gcc2
18452
 
-   builtin and then its argument prototype would still apply.  */
18453
 
-char opendir ();
18454
 
-int
18455
 
-main ()
18456
 
-{
18457
 
-opendir ();
18458
 
-  ;
18459
 
-  return 0;
18460
 
-}
18461
 
-_ACEOF
18462
 
-rm -f conftest.$ac_objext conftest$ac_exeext
18463
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18464
 
-  (eval $ac_link) 2>conftest.er1
18465
 
-  ac_status=$?
18466
 
-  grep -v '^ *+' conftest.er1 >conftest.err
18467
 
-  rm -f conftest.er1
18468
 
-  cat conftest.err >&5
18469
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18470
 
-  (exit $ac_status); } &&
18471
 
-        { ac_try='test -z "$ac_c_werror_flag"
18472
 
-                        || test ! -s conftest.err'
18473
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18474
 
-  (eval $ac_try) 2>&5
18475
 
-  ac_status=$?
18476
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18477
 
-  (exit $ac_status); }; } &&
18478
 
-        { ac_try='test -s conftest$ac_exeext'
18479
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18480
 
-  (eval $ac_try) 2>&5
18481
 
-  ac_status=$?
18482
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18483
 
-  (exit $ac_status); }; }; then
18484
 
-  ac_cv_search_opendir="none required"
18485
 
-else
18486
 
-  echo "$as_me: failed program was:" >&5
18487
 
-sed 's/^/| /' conftest.$ac_ext >&5
18488
 
-
18489
 
+rm -f core conftest.err conftest.$ac_objext \
18490
 
+    conftest$ac_exeext
18491
 
+  if test "${ac_cv_search_opendir+set}" = set; then :
18492
 
+  break
18493
 
 fi
18494
 
-rm -f conftest.err conftest.$ac_objext \
18495
 
-      conftest$ac_exeext conftest.$ac_ext
18496
 
-if test "$ac_cv_search_opendir" = no; then
18497
 
-  for ac_lib in x; do
18498
 
-    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18499
 
-    cat >conftest.$ac_ext <<_ACEOF
18500
 
-/* confdefs.h.  */
18501
 
-_ACEOF
18502
 
-cat confdefs.h >>conftest.$ac_ext
18503
 
-cat >>conftest.$ac_ext <<_ACEOF
18504
 
-/* end confdefs.h.  */
18505
 
+done
18506
 
+if test "${ac_cv_search_opendir+set}" = set; then :
18507
 
 
18508
 
-/* Override any gcc2 internal prototype to avoid an error.  */
18509
 
-#ifdef __cplusplus
18510
 
-extern "C"
18511
 
-#endif
18512
 
-/* We use char because int might match the return type of a gcc2
18513
 
-   builtin and then its argument prototype would still apply.  */
18514
 
-char opendir ();
18515
 
-int
18516
 
-main ()
18517
 
-{
18518
 
-opendir ();
18519
 
-  ;
18520
 
-  return 0;
18521
 
-}
18522
 
-_ACEOF
18523
 
-rm -f conftest.$ac_objext conftest$ac_exeext
18524
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18525
 
-  (eval $ac_link) 2>conftest.er1
18526
 
-  ac_status=$?
18527
 
-  grep -v '^ *+' conftest.er1 >conftest.err
18528
 
-  rm -f conftest.er1
18529
 
-  cat conftest.err >&5
18530
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18531
 
-  (exit $ac_status); } &&
18532
 
-        { ac_try='test -z "$ac_c_werror_flag"
18533
 
-                        || test ! -s conftest.err'
18534
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18535
 
-  (eval $ac_try) 2>&5
18536
 
-  ac_status=$?
18537
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18538
 
-  (exit $ac_status); }; } &&
18539
 
-        { ac_try='test -s conftest$ac_exeext'
18540
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18541
 
-  (eval $ac_try) 2>&5
18542
 
-  ac_status=$?
18543
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18544
 
-  (exit $ac_status); }; }; then
18545
 
-  ac_cv_search_opendir="-l$ac_lib"
18546
 
-break
18547
 
 else
18548
 
-  echo "$as_me: failed program was:" >&5
18549
 
-sed 's/^/| /' conftest.$ac_ext >&5
18550
 
-
18551
 
-fi
18552
 
-rm -f conftest.err conftest.$ac_objext \
18553
 
-      conftest$ac_exeext conftest.$ac_ext
18554
 
-  done
18555
 
+  ac_cv_search_opendir=no
18556
 
 fi
18557
 
+rm conftest.$ac_ext
18558
 
 LIBS=$ac_func_search_save_LIBS
18559
 
 fi
18560
 
-echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
18561
 
-echo "${ECHO_T}$ac_cv_search_opendir" >&6
18562
 
-if test "$ac_cv_search_opendir" != no; then
18563
 
-  test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
18564
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
18565
 
+$as_echo "$ac_cv_search_opendir" >&6; }
18566
 
+ac_res=$ac_cv_search_opendir
18567
 
+if test "$ac_res" != no; then :
18568
 
+  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18569
 
 
18570
 
 fi
18571
 
 
18572
 
 fi
18573
 
 
18574
 
-echo "$as_me:$LINENO: checking for size_t" >&5
18575
 
-echo $ECHO_N "checking for size_t... $ECHO_C" >&6
18576
 
-if test "${ac_cv_type_size_t+set}" = set; then
18577
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
18578
 
-else
18579
 
-  cat >conftest.$ac_ext <<_ACEOF
18580
 
-/* confdefs.h.  */
18581
 
-_ACEOF
18582
 
-cat confdefs.h >>conftest.$ac_ext
18583
 
-cat >>conftest.$ac_ext <<_ACEOF
18584
 
-/* end confdefs.h.  */
18585
 
-$ac_includes_default
18586
 
-int
18587
 
-main ()
18588
 
-{
18589
 
-if ((size_t *) 0)
18590
 
-  return 0;
18591
 
-if (sizeof (size_t))
18592
 
-  return 0;
18593
 
-  ;
18594
 
-  return 0;
18595
 
-}
18596
 
-_ACEOF
18597
 
-rm -f conftest.$ac_objext
18598
 
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18599
 
-  (eval $ac_compile) 2>conftest.er1
18600
 
-  ac_status=$?
18601
 
-  grep -v '^ *+' conftest.er1 >conftest.err
18602
 
-  rm -f conftest.er1
18603
 
-  cat conftest.err >&5
18604
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18605
 
-  (exit $ac_status); } &&
18606
 
-        { ac_try='test -z "$ac_c_werror_flag"
18607
 
-                        || test ! -s conftest.err'
18608
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18609
 
-  (eval $ac_try) 2>&5
18610
 
-  ac_status=$?
18611
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18612
 
-  (exit $ac_status); }; } &&
18613
 
-        { ac_try='test -s conftest.$ac_objext'
18614
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18615
 
-  (eval $ac_try) 2>&5
18616
 
-  ac_status=$?
18617
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18618
 
-  (exit $ac_status); }; }; then
18619
 
-  ac_cv_type_size_t=yes
18620
 
-else
18621
 
-  echo "$as_me: failed program was:" >&5
18622
 
-sed 's/^/| /' conftest.$ac_ext >&5
18623
 
+ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
18624
 
+if test "x$ac_cv_type_size_t" = x""yes; then :
18625
 
 
18626
 
-ac_cv_type_size_t=no
18627
 
-fi
18628
 
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18629
 
-fi
18630
 
-echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18631
 
-echo "${ECHO_T}$ac_cv_type_size_t" >&6
18632
 
-if test $ac_cv_type_size_t = yes; then
18633
 
-  :
18634
 
 else
18635
 
 
18636
 
 cat >>confdefs.h <<_ACEOF
18637
 
-#define size_t unsigned
18638
 
+#define size_t unsigned int
18639
 
 _ACEOF
18640
 
 
18641
 
 fi
18642
 
 
18643
 
 
18644
 
-echo "$as_me:$LINENO: checking for --with-lispdir" >&5
18645
 
-echo $ECHO_N "checking for --with-lispdir... $ECHO_C" >&6
18646
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-lispdir" >&5
18647
 
+$as_echo_n "checking for --with-lispdir... " >&6; }
18648
 
 if test -n "$with_lispdir" ; then
18649
 
-  echo "$as_me:$LINENO: result: $with_lispdir" >&5
18650
 
-echo "${ECHO_T}$with_lispdir" >&6
18651
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_lispdir" >&5
18652
 
+$as_echo "$with_lispdir" >&6; }
18653
 
   lispdir=$with_lispdir
18654
 
 else
18655
 
-  # If set to t, that means we are running in a shell under Emacs.
18656
 
-  # If you have an Emacs named "t", then use the full path.
18657
 
-  test "$EMACS" = t && EMACS=
18658
 
-  for ac_prog in emacs xemacs
18659
 
+   # If set to t, that means we are running in a shell under Emacs.
18660
 
+ # If you have an Emacs named "t", then use the full path.
18661
 
+ test x"$EMACS" = xt && EMACS=
18662
 
+ for ac_prog in emacs xemacs
18663
 
 do
18664
 
   # Extract the first word of "$ac_prog", so it can be a program name with args.
18665
 
 set dummy $ac_prog; ac_word=$2
18666
 
-echo "$as_me:$LINENO: checking for $ac_word" >&5
18667
 
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
18668
 
-if test "${ac_cv_path_EMACS+set}" = set; then
18669
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
18670
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
18671
 
+$as_echo_n "checking for $ac_word... " >&6; }
18672
 
+if test "${ac_cv_prog_EMACS+set}" = set; then :
18673
 
+  $as_echo_n "(cached) " >&6
18674
 
 else
18675
 
-  case $EMACS in
18676
 
-  [\\/]* | ?:[\\/]*)
18677
 
-  ac_cv_path_EMACS="$EMACS" # Let the user override the test with a path.
18678
 
-  ;;
18679
 
-  *)
18680
 
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18681
 
+  if test -n "$EMACS"; then
18682
 
+  ac_cv_prog_EMACS="$EMACS" # Let the user override the test.
18683
 
+else
18684
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18685
 
 for as_dir in $PATH
18686
 
 do
18687
 
   IFS=$as_save_IFS
18688
 
   test -z "$as_dir" && as_dir=.
18689
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
18690
 
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
18691
 
-    ac_cv_path_EMACS="$as_dir/$ac_word$ac_exec_ext"
18692
 
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
18693
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
18694
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18695
 
+    ac_cv_prog_EMACS="$ac_prog"
18696
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18697
 
     break 2
18698
 
   fi
18699
 
 done
18700
 
-done
18701
 
+  done
18702
 
+IFS=$as_save_IFS
18703
 
 
18704
 
-  ;;
18705
 
-esac
18706
 
 fi
18707
 
-EMACS=$ac_cv_path_EMACS
18708
 
-
18709
 
+fi
18710
 
+EMACS=$ac_cv_prog_EMACS
18711
 
 if test -n "$EMACS"; then
18712
 
-  echo "$as_me:$LINENO: result: $EMACS" >&5
18713
 
-echo "${ECHO_T}$EMACS" >&6
18714
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EMACS" >&5
18715
 
+$as_echo "$EMACS" >&6; }
18716
 
 else
18717
 
-  echo "$as_me:$LINENO: result: no" >&5
18718
 
-echo "${ECHO_T}no" >&6
18719
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18720
 
+$as_echo "no" >&6; }
18721
 
 fi
18722
 
 
18723
 
+
18724
 
   test -n "$EMACS" && break
18725
 
 done
18726
 
 test -n "$EMACS" || EMACS="no"
18727
 
 
18728
 
-  if test $EMACS != "no"; then
18729
 
-    echo "$as_me:$LINENO: checking where .elc files should go" >&5
18730
 
-echo $ECHO_N "checking where .elc files should go... $ECHO_C" >&6
18731
 
-        lispdir="\$(datadir)/emacs/site-lisp"
18732
 
-    emacs_flavor=`echo "$EMACS" | sed -e 's,^.*/,,'`
18733
 
-    if test "x$prefix" = "xNONE"; then
18734
 
-      if test -d $ac_default_prefix/share/$emacs_flavor/site-lisp; then
18735
 
-       lispdir="\$(prefix)/share/$emacs_flavor/site-lisp"
18736
 
-      else
18737
 
-       if test -d $ac_default_prefix/lib/$emacs_flavor/site-lisp; then
18738
 
-         lispdir="\$(prefix)/lib/$emacs_flavor/site-lisp"
18739
 
-       fi
18740
 
-      fi
18741
 
-    else
18742
 
-      if test -d $prefix/share/$emacs_flavor/site-lisp; then
18743
 
-       lispdir="\$(prefix)/share/$emacs_flavor/site-lisp"
18744
 
-      else
18745
 
-       if test -d $prefix/lib/$emacs_flavor/site-lisp; then
18746
 
-         lispdir="\$(prefix)/lib/$emacs_flavor/site-lisp"
18747
 
-       fi
18748
 
-      fi
18749
 
-    fi
18750
 
-    echo "$as_me:$LINENO: result: $lispdir" >&5
18751
 
-echo "${ECHO_T}$lispdir" >&6
18752
 
-  fi
18753
 
 
18754
 
-  echo "$as_me:$LINENO: result: $lispdir" >&5
18755
 
-echo "${ECHO_T}$lispdir" >&6
18756
 
+
18757
 
+
18758
 
+# Check whether --with-lispdir was given.
18759
 
+if test "${with_lispdir+set}" = set; then :
18760
 
+  withval=$with_lispdir;  lispdir="$withval"
18761
 
+   { $as_echo "$as_me:${as_lineno-$LINENO}: checking where .elc files should go" >&5
18762
 
+$as_echo_n "checking where .elc files should go... " >&6; }
18763
 
+   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lispdir" >&5
18764
 
+$as_echo "$lispdir" >&6; }
18765
 
+else
18766
 
+
18767
 
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking where .elc files should go" >&5
18768
 
+$as_echo_n "checking where .elc files should go... " >&6; }
18769
 
+if test "${am_cv_lispdir+set}" = set; then :
18770
 
+  $as_echo_n "(cached) " >&6
18771
 
+else
18772
 
+
18773
 
+   if test $EMACS != "no"; then
18774
 
+     if test x${lispdir+set} != xset; then
18775
 
+  # If $EMACS isn't GNU Emacs or XEmacs, this can blow up pretty badly
18776
 
+  # Some emacsen will start up in interactive mode, requiring C-x C-c to exit,
18777
 
+  #  which is non-obvious for non-emacs users.
18778
 
+  # Redirecting /dev/null should help a bit; pity we can't detect "broken"
18779
 
+  #  emacsen earlier and avoid running this altogether.
18780
 
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: \$EMACS -batch -q -eval '(while load-path (princ (concat (car load-path) \"\\n\")) (setq load-path (cdr load-path)))' </dev/null >conftest.out"; } >&5
18781
 
+  ($EMACS -batch -q -eval '(while load-path (princ (concat (car load-path) "\n")) (setq load-path (cdr load-path)))' </dev/null >conftest.out) 2>&5
18782
 
+  ac_status=$?
18783
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18784
 
+  test $ac_status = 0; }
18785
 
+       am_cv_lispdir=`sed -n \
18786
 
+       -e 's,/$,,' \
18787
 
+       -e '/.*\/lib\/x*emacs\/site-lisp$/{s,.*/lib/\(x*emacs/site-lisp\)$,${libdir}/\1,;p;q;}' \
18788
 
+       -e '/.*\/share\/x*emacs\/site-lisp$/{s,.*/share/\(x*emacs/site-lisp\),${datarootdir}/\1,;p;q;}' \
18789
 
+       conftest.out`
18790
 
+       rm conftest.out
18791
 
+     fi
18792
 
+   fi
18793
 
+   test -z "$am_cv_lispdir" && am_cv_lispdir='${datadir}/emacs/site-lisp'
18794
 
+
18795
 
+fi
18796
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_lispdir" >&5
18797
 
+$as_echo "$am_cv_lispdir" >&6; }
18798
 
+  lispdir="$am_cv_lispdir"
18799
 
+
18800
 
+fi
18801
 
+
18802
 
+
18803
 
+
18804
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lispdir" >&5
18805
 
+$as_echo "$lispdir" >&6; }
18806
 
 fi
18807
 
 
18808
 
 # Linux thang.
18809
 
-cat >conftest.$ac_ext <<_ACEOF
18810
 
-/* confdefs.h.  */
18811
 
-_ACEOF
18812
 
-cat confdefs.h >>conftest.$ac_ext
18813
 
-cat >>conftest.$ac_ext <<_ACEOF
18814
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18815
 
 /* end confdefs.h.  */
18816
 
 #include <sys/socket.h>
18817
 
 _ACEOF
18818
 
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18819
 
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
18820
 
-  ac_status=$?
18821
 
-  grep -v '^ *+' conftest.er1 >conftest.err
18822
 
-  rm -f conftest.er1
18823
 
-  cat conftest.err >&5
18824
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18825
 
-  (exit $ac_status); } >/dev/null; then
18826
 
-  if test -s conftest.err; then
18827
 
-    ac_cpp_err=$ac_c_preproc_warn_flag
18828
 
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
18829
 
-  else
18830
 
-    ac_cpp_err=
18831
 
-  fi
18832
 
-else
18833
 
-  ac_cpp_err=yes
18834
 
-fi
18835
 
-if test -z "$ac_cpp_err"; then
18836
 
-  cat >conftest.$ac_ext <<_ACEOF
18837
 
-/* confdefs.h.  */
18838
 
-_ACEOF
18839
 
-cat confdefs.h >>conftest.$ac_ext
18840
 
-cat >>conftest.$ac_ext <<_ACEOF
18841
 
+if ac_fn_c_try_cpp "$LINENO"; then :
18842
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18843
 
 /* end confdefs.h.  */
18844
 
 #include <sys/socket.h>
18845
 
 _ACEOF
18846
 
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18847
 
-  $EGREP "socklen_t" >/dev/null 2>&1; then
18848
 
-  cat >>confdefs.h <<\_ACEOF
18849
 
-#define HAVE_SOCKLEN_T 1
18850
 
-_ACEOF
18851
 
+  $EGREP "socklen_t" >/dev/null 2>&1; then :
18852
 
+  $as_echo "#define HAVE_SOCKLEN_T 1" >>confdefs.h
18853
 
 
18854
 
 fi
18855
 
 rm -f conftest*
18856
 
 
18857
 
-else
18858
 
-  echo "$as_me: failed program was:" >&5
18859
 
-sed 's/^/| /' conftest.$ac_ext >&5
18860
 
-
18861
 
-
18862
 
 fi
18863
 
 rm -f conftest.err conftest.$ac_ext
18864
 
 
18865
 
@@ -5646,25 +5027,24 @@ GNATS_ALL=all-gnats
18866
 
 GNATS_INSTALL=install-gnats
18867
 
 
18868
 
 # See if we want Kerberos.
18869
 
-echo "$as_me:$LINENO: checking for --with-kerberos" >&5
18870
 
-echo $ECHO_N "checking for --with-kerberos... $ECHO_C" >&6
18871
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-kerberos" >&5
18872
 
+$as_echo_n "checking for --with-kerberos... " >&6; }
18873
 
 if test -n "$with_kerberos" ; then
18874
 
-  echo "$as_me:$LINENO: result: yes" >&5
18875
 
-echo "${ECHO_T}yes" >&6
18876
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
18877
 
+$as_echo "yes" >&6; }
18878
 
   with_krb=true
18879
 
 else
18880
 
-  echo "$as_me:$LINENO: result: no" >&5
18881
 
-echo "${ECHO_T}no" >&6
18882
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18883
 
+$as_echo "no" >&6; }
18884
 
 fi
18885
 
 
18886
 
 if test -n "$with_krb"; then
18887
 
-echo "$as_me:$LINENO: checking Kerberos path" >&5
18888
 
-echo $ECHO_N "checking Kerberos path... $ECHO_C" >&6
18889
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking Kerberos path" >&5
18890
 
+$as_echo_n "checking Kerberos path... " >&6; }
18891
 
 
18892
 
-# Check whether --with-krb4 or --without-krb4 was given.
18893
 
-if test "${with_krb4+set}" = set; then
18894
 
-  withval="$with_krb4"
18895
 
-  KRB4=$withval
18896
 
+# Check whether --with-krb4 was given.
18897
 
+if test "${with_krb4+set}" = set; then :
18898
 
+  withval=$with_krb4; KRB4=$withval
18899
 
 else
18900
 
   # Default to system version if BSD-style, else /usr/kerberos always.
18901
 
 if test ! -d /usr/kerberos && test -d /usr/include/kerberosIV ; then
18902
 
@@ -5673,20 +5053,17 @@ else
18903
 
   KRB4=/usr/kerberos
18904
 
 fi
18905
 
 
18906
 
-fi; echo "$as_me:$LINENO: result: $KRB4" >&5
18907
 
-echo "${ECHO_T}$KRB4" >&6
18908
 
+fi
18909
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $KRB4" >&5
18910
 
+$as_echo "$KRB4" >&6; }
18911
 
 
18912
 
 
18913
 
 krb_h=
18914
 
 KRBINCLUDE=
18915
 
 # XXX this should use a different approach at some point
18916
 
-echo "$as_me:$LINENO: checking for krb.h" >&5
18917
 
-echo $ECHO_N "checking for krb.h... $ECHO_C" >&6
18918
 
-cat >conftest.$ac_ext <<_ACEOF
18919
 
-/* confdefs.h.  */
18920
 
-_ACEOF
18921
 
-cat confdefs.h >>conftest.$ac_ext
18922
 
-cat >>conftest.$ac_ext <<_ACEOF
18923
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb.h" >&5
18924
 
+$as_echo_n "checking for krb.h... " >&6; }
18925
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18926
 
 /* end confdefs.h.  */
18927
 
 #include <des.h>
18928
 
 #include <krb.h>
18929
 
@@ -5698,37 +5075,13 @@ int i;
18930
 
   return 0;
18931
 
 }
18932
 
 _ACEOF
18933
 
-rm -f conftest.$ac_objext conftest$ac_exeext
18934
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18935
 
-  (eval $ac_link) 2>conftest.er1
18936
 
-  ac_status=$?
18937
 
-  grep -v '^ *+' conftest.er1 >conftest.err
18938
 
-  rm -f conftest.er1
18939
 
-  cat conftest.err >&5
18940
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18941
 
-  (exit $ac_status); } &&
18942
 
-        { ac_try='test -z "$ac_c_werror_flag"
18943
 
-                        || test ! -s conftest.err'
18944
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18945
 
-  (eval $ac_try) 2>&5
18946
 
-  ac_status=$?
18947
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18948
 
-  (exit $ac_status); }; } &&
18949
 
-        { ac_try='test -s conftest$ac_exeext'
18950
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18951
 
-  (eval $ac_try) 2>&5
18952
 
-  ac_status=$?
18953
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18954
 
-  (exit $ac_status); }; }; then
18955
 
+if ac_fn_c_try_link "$LINENO"; then :
18956
 
   krb_h=yes krb_incdir=
18957
 
-   echo "$as_me:$LINENO: result: yes" >&5
18958
 
-echo "${ECHO_T}yes" >&6
18959
 
+   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
18960
 
+$as_echo "yes" >&6; }
18961
 
 else
18962
 
-  echo "$as_me: failed program was:" >&5
18963
 
-sed 's/^/| /' conftest.$ac_ext >&5
18964
 
-
18965
 
-echo "$as_me:$LINENO: result: no" >&5
18966
 
-echo "${ECHO_T}no" >&6
18967
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18968
 
+$as_echo "no" >&6; }
18969
 
    if test -r "$KRB4/include/kerberosIV/krb.h" ; then
18970
 
      krbincdir=$KRB4/include/kerberosIV
18971
 
    else
18972
 
@@ -5737,13 +5090,9 @@ echo "${ECHO_T}no" >&6
18973
 
    if test "$cross_compiling" = "no" && test -r $krbincdir/krb.h; then
18974
 
      hold_cflags=$CFLAGS
18975
 
      CFLAGS="$CFLAGS -I$krbincdir"
18976
 
-     echo "$as_me:$LINENO: checking for krb.h in $krbincdir" >&5
18977
 
-echo $ECHO_N "checking for krb.h in $krbincdir... $ECHO_C" >&6
18978
 
-     cat >conftest.$ac_ext <<_ACEOF
18979
 
-/* confdefs.h.  */
18980
 
-_ACEOF
18981
 
-cat confdefs.h >>conftest.$ac_ext
18982
 
-cat >>conftest.$ac_ext <<_ACEOF
18983
 
+     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb.h in $krbincdir" >&5
18984
 
+$as_echo_n "checking for krb.h in $krbincdir... " >&6; }
18985
 
+     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18986
 
 /* end confdefs.h.  */
18987
 
 #include <des.h>
18988
 
 #include <krb.h>
18989
 
@@ -5755,178 +5104,98 @@ int i;
18990
 
   return 0;
18991
 
 }
18992
 
 _ACEOF
18993
 
-rm -f conftest.$ac_objext conftest$ac_exeext
18994
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18995
 
-  (eval $ac_link) 2>conftest.er1
18996
 
-  ac_status=$?
18997
 
-  grep -v '^ *+' conftest.er1 >conftest.err
18998
 
-  rm -f conftest.er1
18999
 
-  cat conftest.err >&5
19000
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19001
 
-  (exit $ac_status); } &&
19002
 
-        { ac_try='test -z "$ac_c_werror_flag"
19003
 
-                        || test ! -s conftest.err'
19004
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19005
 
-  (eval $ac_try) 2>&5
19006
 
-  ac_status=$?
19007
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19008
 
-  (exit $ac_status); }; } &&
19009
 
-        { ac_try='test -s conftest$ac_exeext'
19010
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19011
 
-  (eval $ac_try) 2>&5
19012
 
-  ac_status=$?
19013
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19014
 
-  (exit $ac_status); }; }; then
19015
 
+if ac_fn_c_try_link "$LINENO"; then :
19016
 
   krb_h=yes krb_incdir=$krbincdir
19017
 
-        echo "$as_me:$LINENO: result: yes" >&5
19018
 
-echo "${ECHO_T}yes" >&6
19019
 
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19020
 
+$as_echo "yes" >&6; }
19021
 
 else
19022
 
-  echo "$as_me: failed program was:" >&5
19023
 
-sed 's/^/| /' conftest.$ac_ext >&5
19024
 
-
19025
 
-echo "$as_me:$LINENO: result: no" >&5
19026
 
-echo "${ECHO_T}no" >&6
19027
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19028
 
+$as_echo "no" >&6; }
19029
 
 fi
19030
 
-rm -f conftest.err conftest.$ac_objext \
19031
 
-      conftest$ac_exeext conftest.$ac_ext
19032
 
+rm -f core conftest.err conftest.$ac_objext \
19033
 
+    conftest$ac_exeext conftest.$ac_ext
19034
 
      CFLAGS=$hold_cflags
19035
 
      if test -n "$krb_incdir"; then
19036
 
        KRBINCLUDE="-I$krb_incdir"
19037
 
      fi
19038
 
    fi
19039
 
 fi
19040
 
-rm -f conftest.err conftest.$ac_objext \
19041
 
-      conftest$ac_exeext conftest.$ac_ext
19042
 
+rm -f core conftest.err conftest.$ac_objext \
19043
 
+    conftest$ac_exeext conftest.$ac_ext
19044
 
 if test -n "$krb_h"; then
19045
 
   krb_lib=
19046
 
   if test "$cross_compiling" = "no" && test -r $KRB4/lib/libkrb.a; then
19047
 
        # Fake some sensible log messages.
19048
 
-        echo "$as_me:$LINENO: checking for -lkrb in $KRB4/lib" >&5
19049
 
-echo $ECHO_N "checking for -lkrb in $KRB4/lib... $ECHO_C" >&6
19050
 
-        echo "$as_me:$LINENO: result: yes" >&5
19051
 
-echo "${ECHO_T}yes" >&6
19052
 
+        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lkrb in $KRB4/lib" >&5
19053
 
+$as_echo_n "checking for -lkrb in $KRB4/lib... " >&6; }
19054
 
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19055
 
+$as_echo "yes" >&6; }
19056
 
         krb_lib=-lkrb krb_libdir=$KRB4/lib
19057
 
   else
19058
 
-       echo "$as_me:$LINENO: checking for main in -lkrb" >&5
19059
 
-echo $ECHO_N "checking for main in -lkrb... $ECHO_C" >&6
19060
 
-if test "${ac_cv_lib_krb_main+set}" = set; then
19061
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
19062
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lkrb" >&5
19063
 
+$as_echo_n "checking for main in -lkrb... " >&6; }
19064
 
+if test "${ac_cv_lib_krb_main+set}" = set; then :
19065
 
+  $as_echo_n "(cached) " >&6
19066
 
 else
19067
 
   ac_check_lib_save_LIBS=$LIBS
19068
 
 LIBS="-lkrb  $LIBS"
19069
 
-cat >conftest.$ac_ext <<_ACEOF
19070
 
-/* confdefs.h.  */
19071
 
-_ACEOF
19072
 
-cat confdefs.h >>conftest.$ac_ext
19073
 
-cat >>conftest.$ac_ext <<_ACEOF
19074
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19075
 
 /* end confdefs.h.  */
19076
 
 
19077
 
 
19078
 
 int
19079
 
 main ()
19080
 
 {
19081
 
-main ();
19082
 
+return main ();
19083
 
   ;
19084
 
   return 0;
19085
 
 }
19086
 
 _ACEOF
19087
 
-rm -f conftest.$ac_objext conftest$ac_exeext
19088
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19089
 
-  (eval $ac_link) 2>conftest.er1
19090
 
-  ac_status=$?
19091
 
-  grep -v '^ *+' conftest.er1 >conftest.err
19092
 
-  rm -f conftest.er1
19093
 
-  cat conftest.err >&5
19094
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19095
 
-  (exit $ac_status); } &&
19096
 
-        { ac_try='test -z "$ac_c_werror_flag"
19097
 
-                        || test ! -s conftest.err'
19098
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19099
 
-  (eval $ac_try) 2>&5
19100
 
-  ac_status=$?
19101
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19102
 
-  (exit $ac_status); }; } &&
19103
 
-        { ac_try='test -s conftest$ac_exeext'
19104
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19105
 
-  (eval $ac_try) 2>&5
19106
 
-  ac_status=$?
19107
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19108
 
-  (exit $ac_status); }; }; then
19109
 
+if ac_fn_c_try_link "$LINENO"; then :
19110
 
   ac_cv_lib_krb_main=yes
19111
 
 else
19112
 
-  echo "$as_me: failed program was:" >&5
19113
 
-sed 's/^/| /' conftest.$ac_ext >&5
19114
 
-
19115
 
-ac_cv_lib_krb_main=no
19116
 
+  ac_cv_lib_krb_main=no
19117
 
 fi
19118
 
-rm -f conftest.err conftest.$ac_objext \
19119
 
-      conftest$ac_exeext conftest.$ac_ext
19120
 
+rm -f core conftest.err conftest.$ac_objext \
19121
 
+    conftest$ac_exeext conftest.$ac_ext
19122
 
 LIBS=$ac_check_lib_save_LIBS
19123
 
 fi
19124
 
-echo "$as_me:$LINENO: result: $ac_cv_lib_krb_main" >&5
19125
 
-echo "${ECHO_T}$ac_cv_lib_krb_main" >&6
19126
 
-if test $ac_cv_lib_krb_main = yes; then
19127
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb_main" >&5
19128
 
+$as_echo "$ac_cv_lib_krb_main" >&6; }
19129
 
+if test "x$ac_cv_lib_krb_main" = x""yes; then :
19130
 
   krb_lib=-lkrb
19131
 
 else
19132
 
-  echo "$as_me:$LINENO: checking for main in -lkrb4" >&5
19133
 
-echo $ECHO_N "checking for main in -lkrb4... $ECHO_C" >&6
19134
 
-if test "${ac_cv_lib_krb4_main+set}" = set; then
19135
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
19136
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lkrb4" >&5
19137
 
+$as_echo_n "checking for main in -lkrb4... " >&6; }
19138
 
+if test "${ac_cv_lib_krb4_main+set}" = set; then :
19139
 
+  $as_echo_n "(cached) " >&6
19140
 
 else
19141
 
   ac_check_lib_save_LIBS=$LIBS
19142
 
 LIBS="-lkrb4  $LIBS"
19143
 
-cat >conftest.$ac_ext <<_ACEOF
19144
 
-/* confdefs.h.  */
19145
 
-_ACEOF
19146
 
-cat confdefs.h >>conftest.$ac_ext
19147
 
-cat >>conftest.$ac_ext <<_ACEOF
19148
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19149
 
 /* end confdefs.h.  */
19150
 
 
19151
 
 
19152
 
 int
19153
 
 main ()
19154
 
 {
19155
 
-main ();
19156
 
+return main ();
19157
 
   ;
19158
 
   return 0;
19159
 
 }
19160
 
 _ACEOF
19161
 
-rm -f conftest.$ac_objext conftest$ac_exeext
19162
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19163
 
-  (eval $ac_link) 2>conftest.er1
19164
 
-  ac_status=$?
19165
 
-  grep -v '^ *+' conftest.er1 >conftest.err
19166
 
-  rm -f conftest.er1
19167
 
-  cat conftest.err >&5
19168
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19169
 
-  (exit $ac_status); } &&
19170
 
-        { ac_try='test -z "$ac_c_werror_flag"
19171
 
-                        || test ! -s conftest.err'
19172
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19173
 
-  (eval $ac_try) 2>&5
19174
 
-  ac_status=$?
19175
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19176
 
-  (exit $ac_status); }; } &&
19177
 
-        { ac_try='test -s conftest$ac_exeext'
19178
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19179
 
-  (eval $ac_try) 2>&5
19180
 
-  ac_status=$?
19181
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19182
 
-  (exit $ac_status); }; }; then
19183
 
+if ac_fn_c_try_link "$LINENO"; then :
19184
 
   ac_cv_lib_krb4_main=yes
19185
 
 else
19186
 
-  echo "$as_me: failed program was:" >&5
19187
 
-sed 's/^/| /' conftest.$ac_ext >&5
19188
 
-
19189
 
-ac_cv_lib_krb4_main=no
19190
 
+  ac_cv_lib_krb4_main=no
19191
 
 fi
19192
 
-rm -f conftest.err conftest.$ac_objext \
19193
 
-      conftest$ac_exeext conftest.$ac_ext
19194
 
+rm -f core conftest.err conftest.$ac_objext \
19195
 
+    conftest$ac_exeext conftest.$ac_ext
19196
 
 LIBS=$ac_check_lib_save_LIBS
19197
 
 fi
19198
 
-echo "$as_me:$LINENO: result: $ac_cv_lib_krb4_main" >&5
19199
 
-echo "${ECHO_T}$ac_cv_lib_krb4_main" >&6
19200
 
-if test $ac_cv_lib_krb4_main = yes; then
19201
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb4_main" >&5
19202
 
+$as_echo "$ac_cv_lib_krb4_main" >&6; }
19203
 
+if test "x$ac_cv_lib_krb4_main" = x""yes; then :
19204
 
   krb_lib=-lkrb4
19205
 
 fi
19206
 
 
19207
 
@@ -5934,413 +5203,182 @@ fi
19208
 
 
19209
 
   fi
19210
 
   if test x"$krb_lib" != x""; then
19211
 
-    cat >>confdefs.h <<\_ACEOF
19212
 
-#define HAVE_KERBEROS 1
19213
 
-_ACEOF
19214
 
+    $as_echo "#define HAVE_KERBEROS 1" >>confdefs.h
19215
 
 
19216
 
     test -n "${krb_libdir}" && LIBS="${LIBS} -L${krb_libdir}"
19217
 
     LIBS="${LIBS} $krb_lib"
19218
 
-    echo "$as_me:$LINENO: checking for main in -ldes" >&5
19219
 
-echo $ECHO_N "checking for main in -ldes... $ECHO_C" >&6
19220
 
-if test "${ac_cv_lib_des_main+set}" = set; then
19221
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
19222
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -ldes" >&5
19223
 
+$as_echo_n "checking for main in -ldes... " >&6; }
19224
 
+if test "${ac_cv_lib_des_main+set}" = set; then :
19225
 
+  $as_echo_n "(cached) " >&6
19226
 
 else
19227
 
   ac_check_lib_save_LIBS=$LIBS
19228
 
 LIBS="-ldes  $LIBS"
19229
 
-cat >conftest.$ac_ext <<_ACEOF
19230
 
-/* confdefs.h.  */
19231
 
-_ACEOF
19232
 
-cat confdefs.h >>conftest.$ac_ext
19233
 
-cat >>conftest.$ac_ext <<_ACEOF
19234
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19235
 
 /* end confdefs.h.  */
19236
 
 
19237
 
 
19238
 
 int
19239
 
 main ()
19240
 
 {
19241
 
-main ();
19242
 
+return main ();
19243
 
   ;
19244
 
   return 0;
19245
 
 }
19246
 
 _ACEOF
19247
 
-rm -f conftest.$ac_objext conftest$ac_exeext
19248
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19249
 
-  (eval $ac_link) 2>conftest.er1
19250
 
-  ac_status=$?
19251
 
-  grep -v '^ *+' conftest.er1 >conftest.err
19252
 
-  rm -f conftest.er1
19253
 
-  cat conftest.err >&5
19254
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19255
 
-  (exit $ac_status); } &&
19256
 
-        { ac_try='test -z "$ac_c_werror_flag"
19257
 
-                        || test ! -s conftest.err'
19258
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19259
 
-  (eval $ac_try) 2>&5
19260
 
-  ac_status=$?
19261
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19262
 
-  (exit $ac_status); }; } &&
19263
 
-        { ac_try='test -s conftest$ac_exeext'
19264
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19265
 
-  (eval $ac_try) 2>&5
19266
 
-  ac_status=$?
19267
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19268
 
-  (exit $ac_status); }; }; then
19269
 
+if ac_fn_c_try_link "$LINENO"; then :
19270
 
   ac_cv_lib_des_main=yes
19271
 
 else
19272
 
-  echo "$as_me: failed program was:" >&5
19273
 
-sed 's/^/| /' conftest.$ac_ext >&5
19274
 
-
19275
 
-ac_cv_lib_des_main=no
19276
 
+  ac_cv_lib_des_main=no
19277
 
 fi
19278
 
-rm -f conftest.err conftest.$ac_objext \
19279
 
-      conftest$ac_exeext conftest.$ac_ext
19280
 
+rm -f core conftest.err conftest.$ac_objext \
19281
 
+    conftest$ac_exeext conftest.$ac_ext
19282
 
 LIBS=$ac_check_lib_save_LIBS
19283
 
 fi
19284
 
-echo "$as_me:$LINENO: result: $ac_cv_lib_des_main" >&5
19285
 
-echo "${ECHO_T}$ac_cv_lib_des_main" >&6
19286
 
-if test $ac_cv_lib_des_main = yes; then
19287
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des_main" >&5
19288
 
+$as_echo "$ac_cv_lib_des_main" >&6; }
19289
 
+if test "x$ac_cv_lib_des_main" = x""yes; then :
19290
 
   LIBS="${LIBS} -ldes"
19291
 
 fi
19292
 
 
19293
 
-    echo "$as_me:$LINENO: checking for main in -ldes425" >&5
19294
 
-echo $ECHO_N "checking for main in -ldes425... $ECHO_C" >&6
19295
 
-if test "${ac_cv_lib_des425_main+set}" = set; then
19296
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
19297
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -ldes425" >&5
19298
 
+$as_echo_n "checking for main in -ldes425... " >&6; }
19299
 
+if test "${ac_cv_lib_des425_main+set}" = set; then :
19300
 
+  $as_echo_n "(cached) " >&6
19301
 
 else
19302
 
   ac_check_lib_save_LIBS=$LIBS
19303
 
 LIBS="-ldes425  $LIBS"
19304
 
-cat >conftest.$ac_ext <<_ACEOF
19305
 
-/* confdefs.h.  */
19306
 
-_ACEOF
19307
 
-cat confdefs.h >>conftest.$ac_ext
19308
 
-cat >>conftest.$ac_ext <<_ACEOF
19309
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19310
 
 /* end confdefs.h.  */
19311
 
 
19312
 
 
19313
 
 int
19314
 
 main ()
19315
 
 {
19316
 
-main ();
19317
 
+return main ();
19318
 
   ;
19319
 
   return 0;
19320
 
 }
19321
 
 _ACEOF
19322
 
-rm -f conftest.$ac_objext conftest$ac_exeext
19323
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19324
 
-  (eval $ac_link) 2>conftest.er1
19325
 
-  ac_status=$?
19326
 
-  grep -v '^ *+' conftest.er1 >conftest.err
19327
 
-  rm -f conftest.er1
19328
 
-  cat conftest.err >&5
19329
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19330
 
-  (exit $ac_status); } &&
19331
 
-        { ac_try='test -z "$ac_c_werror_flag"
19332
 
-                        || test ! -s conftest.err'
19333
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19334
 
-  (eval $ac_try) 2>&5
19335
 
-  ac_status=$?
19336
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19337
 
-  (exit $ac_status); }; } &&
19338
 
-        { ac_try='test -s conftest$ac_exeext'
19339
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19340
 
-  (eval $ac_try) 2>&5
19341
 
-  ac_status=$?
19342
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19343
 
-  (exit $ac_status); }; }; then
19344
 
+if ac_fn_c_try_link "$LINENO"; then :
19345
 
   ac_cv_lib_des425_main=yes
19346
 
 else
19347
 
-  echo "$as_me: failed program was:" >&5
19348
 
-sed 's/^/| /' conftest.$ac_ext >&5
19349
 
-
19350
 
-ac_cv_lib_des425_main=no
19351
 
+  ac_cv_lib_des425_main=no
19352
 
 fi
19353
 
-rm -f conftest.err conftest.$ac_objext \
19354
 
-      conftest$ac_exeext conftest.$ac_ext
19355
 
+rm -f core conftest.err conftest.$ac_objext \
19356
 
+    conftest$ac_exeext conftest.$ac_ext
19357
 
 LIBS=$ac_check_lib_save_LIBS
19358
 
 fi
19359
 
-echo "$as_me:$LINENO: result: $ac_cv_lib_des425_main" >&5
19360
 
-echo "${ECHO_T}$ac_cv_lib_des425_main" >&6
19361
 
-if test $ac_cv_lib_des425_main = yes; then
19362
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des425_main" >&5
19363
 
+$as_echo "$ac_cv_lib_des425_main" >&6; }
19364
 
+if test "x$ac_cv_lib_des425_main" = x""yes; then :
19365
 
   LIBS="${LIBS} -ldes425"
19366
 
 fi
19367
 
 
19368
 
-    echo "$as_me:$LINENO: checking for main in -lkrb5" >&5
19369
 
-echo $ECHO_N "checking for main in -lkrb5... $ECHO_C" >&6
19370
 
-if test "${ac_cv_lib_krb5_main+set}" = set; then
19371
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
19372
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lkrb5" >&5
19373
 
+$as_echo_n "checking for main in -lkrb5... " >&6; }
19374
 
+if test "${ac_cv_lib_krb5_main+set}" = set; then :
19375
 
+  $as_echo_n "(cached) " >&6
19376
 
 else
19377
 
   ac_check_lib_save_LIBS=$LIBS
19378
 
 LIBS="-lkrb5  $LIBS"
19379
 
-cat >conftest.$ac_ext <<_ACEOF
19380
 
-/* confdefs.h.  */
19381
 
-_ACEOF
19382
 
-cat confdefs.h >>conftest.$ac_ext
19383
 
-cat >>conftest.$ac_ext <<_ACEOF
19384
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19385
 
 /* end confdefs.h.  */
19386
 
 
19387
 
 
19388
 
 int
19389
 
 main ()
19390
 
 {
19391
 
-main ();
19392
 
+return main ();
19393
 
   ;
19394
 
   return 0;
19395
 
 }
19396
 
 _ACEOF
19397
 
-rm -f conftest.$ac_objext conftest$ac_exeext
19398
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19399
 
-  (eval $ac_link) 2>conftest.er1
19400
 
-  ac_status=$?
19401
 
-  grep -v '^ *+' conftest.er1 >conftest.err
19402
 
-  rm -f conftest.er1
19403
 
-  cat conftest.err >&5
19404
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19405
 
-  (exit $ac_status); } &&
19406
 
-        { ac_try='test -z "$ac_c_werror_flag"
19407
 
-                        || test ! -s conftest.err'
19408
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19409
 
-  (eval $ac_try) 2>&5
19410
 
-  ac_status=$?
19411
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19412
 
-  (exit $ac_status); }; } &&
19413
 
-        { ac_try='test -s conftest$ac_exeext'
19414
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19415
 
-  (eval $ac_try) 2>&5
19416
 
-  ac_status=$?
19417
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19418
 
-  (exit $ac_status); }; }; then
19419
 
+if ac_fn_c_try_link "$LINENO"; then :
19420
 
   ac_cv_lib_krb5_main=yes
19421
 
 else
19422
 
-  echo "$as_me: failed program was:" >&5
19423
 
-sed 's/^/| /' conftest.$ac_ext >&5
19424
 
-
19425
 
-ac_cv_lib_krb5_main=no
19426
 
+  ac_cv_lib_krb5_main=no
19427
 
 fi
19428
 
-rm -f conftest.err conftest.$ac_objext \
19429
 
-      conftest$ac_exeext conftest.$ac_ext
19430
 
+rm -f core conftest.err conftest.$ac_objext \
19431
 
+    conftest$ac_exeext conftest.$ac_ext
19432
 
 LIBS=$ac_check_lib_save_LIBS
19433
 
 fi
19434
 
-echo "$as_me:$LINENO: result: $ac_cv_lib_krb5_main" >&5
19435
 
-echo "${ECHO_T}$ac_cv_lib_krb5_main" >&6
19436
 
-if test $ac_cv_lib_krb5_main = yes; then
19437
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb5_main" >&5
19438
 
+$as_echo "$ac_cv_lib_krb5_main" >&6; }
19439
 
+if test "x$ac_cv_lib_krb5_main" = x""yes; then :
19440
 
   LIBS="${LIBS} -lkrb5"
19441
 
 fi
19442
 
 
19443
 
-    echo "$as_me:$LINENO: checking for main in -lcrypto" >&5
19444
 
-echo $ECHO_N "checking for main in -lcrypto... $ECHO_C" >&6
19445
 
-if test "${ac_cv_lib_crypto_main+set}" = set; then
19446
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
19447
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lcrypto" >&5
19448
 
+$as_echo_n "checking for main in -lcrypto... " >&6; }
19449
 
+if test "${ac_cv_lib_crypto_main+set}" = set; then :
19450
 
+  $as_echo_n "(cached) " >&6
19451
 
 else
19452
 
   ac_check_lib_save_LIBS=$LIBS
19453
 
 LIBS="-lcrypto  $LIBS"
19454
 
-cat >conftest.$ac_ext <<_ACEOF
19455
 
-/* confdefs.h.  */
19456
 
-_ACEOF
19457
 
-cat confdefs.h >>conftest.$ac_ext
19458
 
-cat >>conftest.$ac_ext <<_ACEOF
19459
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19460
 
 /* end confdefs.h.  */
19461
 
 
19462
 
 
19463
 
 int
19464
 
 main ()
19465
 
 {
19466
 
-main ();
19467
 
+return main ();
19468
 
   ;
19469
 
   return 0;
19470
 
 }
19471
 
 _ACEOF
19472
 
-rm -f conftest.$ac_objext conftest$ac_exeext
19473
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19474
 
-  (eval $ac_link) 2>conftest.er1
19475
 
-  ac_status=$?
19476
 
-  grep -v '^ *+' conftest.er1 >conftest.err
19477
 
-  rm -f conftest.er1
19478
 
-  cat conftest.err >&5
19479
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19480
 
-  (exit $ac_status); } &&
19481
 
-        { ac_try='test -z "$ac_c_werror_flag"
19482
 
-                        || test ! -s conftest.err'
19483
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19484
 
-  (eval $ac_try) 2>&5
19485
 
-  ac_status=$?
19486
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19487
 
-  (exit $ac_status); }; } &&
19488
 
-        { ac_try='test -s conftest$ac_exeext'
19489
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19490
 
-  (eval $ac_try) 2>&5
19491
 
-  ac_status=$?
19492
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19493
 
-  (exit $ac_status); }; }; then
19494
 
+if ac_fn_c_try_link "$LINENO"; then :
19495
 
   ac_cv_lib_crypto_main=yes
19496
 
 else
19497
 
-  echo "$as_me: failed program was:" >&5
19498
 
-sed 's/^/| /' conftest.$ac_ext >&5
19499
 
-
19500
 
-ac_cv_lib_crypto_main=no
19501
 
+  ac_cv_lib_crypto_main=no
19502
 
 fi
19503
 
-rm -f conftest.err conftest.$ac_objext \
19504
 
-      conftest$ac_exeext conftest.$ac_ext
19505
 
+rm -f core conftest.err conftest.$ac_objext \
19506
 
+    conftest$ac_exeext conftest.$ac_ext
19507
 
 LIBS=$ac_check_lib_save_LIBS
19508
 
 fi
19509
 
-echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_main" >&5
19510
 
-echo "${ECHO_T}$ac_cv_lib_crypto_main" >&6
19511
 
-if test $ac_cv_lib_crypto_main = yes; then
19512
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_main" >&5
19513
 
+$as_echo "$ac_cv_lib_crypto_main" >&6; }
19514
 
+if test "x$ac_cv_lib_crypto_main" = x""yes; then :
19515
 
   LIBS="${LIBS} -lcrypto"
19516
 
 fi
19517
 
 
19518
 
-    echo "$as_me:$LINENO: checking for main in -lcom_err" >&5
19519
 
-echo $ECHO_N "checking for main in -lcom_err... $ECHO_C" >&6
19520
 
-if test "${ac_cv_lib_com_err_main+set}" = set; then
19521
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
19522
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lcom_err" >&5
19523
 
+$as_echo_n "checking for main in -lcom_err... " >&6; }
19524
 
+if test "${ac_cv_lib_com_err_main+set}" = set; then :
19525
 
+  $as_echo_n "(cached) " >&6
19526
 
 else
19527
 
   ac_check_lib_save_LIBS=$LIBS
19528
 
 LIBS="-lcom_err  $LIBS"
19529
 
-cat >conftest.$ac_ext <<_ACEOF
19530
 
-/* confdefs.h.  */
19531
 
-_ACEOF
19532
 
-cat confdefs.h >>conftest.$ac_ext
19533
 
-cat >>conftest.$ac_ext <<_ACEOF
19534
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19535
 
 /* end confdefs.h.  */
19536
 
 
19537
 
 
19538
 
 int
19539
 
 main ()
19540
 
 {
19541
 
-main ();
19542
 
+return main ();
19543
 
   ;
19544
 
   return 0;
19545
 
 }
19546
 
 _ACEOF
19547
 
-rm -f conftest.$ac_objext conftest$ac_exeext
19548
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19549
 
-  (eval $ac_link) 2>conftest.er1
19550
 
-  ac_status=$?
19551
 
-  grep -v '^ *+' conftest.er1 >conftest.err
19552
 
-  rm -f conftest.er1
19553
 
-  cat conftest.err >&5
19554
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19555
 
-  (exit $ac_status); } &&
19556
 
-        { ac_try='test -z "$ac_c_werror_flag"
19557
 
-                        || test ! -s conftest.err'
19558
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19559
 
-  (eval $ac_try) 2>&5
19560
 
-  ac_status=$?
19561
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19562
 
-  (exit $ac_status); }; } &&
19563
 
-        { ac_try='test -s conftest$ac_exeext'
19564
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19565
 
-  (eval $ac_try) 2>&5
19566
 
-  ac_status=$?
19567
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19568
 
-  (exit $ac_status); }; }; then
19569
 
+if ac_fn_c_try_link "$LINENO"; then :
19570
 
   ac_cv_lib_com_err_main=yes
19571
 
 else
19572
 
-  echo "$as_me: failed program was:" >&5
19573
 
-sed 's/^/| /' conftest.$ac_ext >&5
19574
 
-
19575
 
-ac_cv_lib_com_err_main=no
19576
 
+  ac_cv_lib_com_err_main=no
19577
 
 fi
19578
 
-rm -f conftest.err conftest.$ac_objext \
19579
 
-      conftest$ac_exeext conftest.$ac_ext
19580
 
+rm -f core conftest.err conftest.$ac_objext \
19581
 
+    conftest$ac_exeext conftest.$ac_ext
19582
 
 LIBS=$ac_check_lib_save_LIBS
19583
 
 fi
19584
 
-echo "$as_me:$LINENO: result: $ac_cv_lib_com_err_main" >&5
19585
 
-echo "${ECHO_T}$ac_cv_lib_com_err_main" >&6
19586
 
-if test $ac_cv_lib_com_err_main = yes; then
19587
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_com_err_main" >&5
19588
 
+$as_echo "$ac_cv_lib_com_err_main" >&6; }
19589
 
+if test "x$ac_cv_lib_com_err_main" = x""yes; then :
19590
 
   LIBS="${LIBS} -lcom_err"
19591
 
 fi
19592
 
 
19593
 
-    echo "$as_me:$LINENO: checking for krb_mk_auth" >&5
19594
 
-echo $ECHO_N "checking for krb_mk_auth... $ECHO_C" >&6
19595
 
-if test "${ac_cv_func_krb_mk_auth+set}" = set; then
19596
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
19597
 
-else
19598
 
-  cat >conftest.$ac_ext <<_ACEOF
19599
 
-/* confdefs.h.  */
19600
 
-_ACEOF
19601
 
-cat confdefs.h >>conftest.$ac_ext
19602
 
-cat >>conftest.$ac_ext <<_ACEOF
19603
 
-/* end confdefs.h.  */
19604
 
-/* Define krb_mk_auth to an innocuous variant, in case <limits.h> declares krb_mk_auth.
19605
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
19606
 
-#define krb_mk_auth innocuous_krb_mk_auth
19607
 
-
19608
 
-/* System header to define __stub macros and hopefully few prototypes,
19609
 
-    which can conflict with char krb_mk_auth (); below.
19610
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19611
 
-    <limits.h> exists even on freestanding compilers.  */
19612
 
-
19613
 
-#ifdef __STDC__
19614
 
-# include <limits.h>
19615
 
-#else
19616
 
-# include <assert.h>
19617
 
-#endif
19618
 
-
19619
 
-#undef krb_mk_auth
19620
 
-
19621
 
-/* Override any gcc2 internal prototype to avoid an error.  */
19622
 
-#ifdef __cplusplus
19623
 
-extern "C"
19624
 
-{
19625
 
-#endif
19626
 
-/* We use char because int might match the return type of a gcc2
19627
 
-   builtin and then its argument prototype would still apply.  */
19628
 
-char krb_mk_auth ();
19629
 
-/* The GNU C library defines this for functions which it implements
19630
 
-    to always fail with ENOSYS.  Some functions are actually named
19631
 
-    something starting with __ and the normal name is an alias.  */
19632
 
-#if defined (__stub_krb_mk_auth) || defined (__stub___krb_mk_auth)
19633
 
-choke me
19634
 
-#else
19635
 
-char (*f) () = krb_mk_auth;
19636
 
-#endif
19637
 
-#ifdef __cplusplus
19638
 
-}
19639
 
-#endif
19640
 
-
19641
 
-int
19642
 
-main ()
19643
 
-{
19644
 
-return f != krb_mk_auth;
19645
 
-  ;
19646
 
-  return 0;
19647
 
-}
19648
 
-_ACEOF
19649
 
-rm -f conftest.$ac_objext conftest$ac_exeext
19650
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19651
 
-  (eval $ac_link) 2>conftest.er1
19652
 
-  ac_status=$?
19653
 
-  grep -v '^ *+' conftest.er1 >conftest.err
19654
 
-  rm -f conftest.er1
19655
 
-  cat conftest.err >&5
19656
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19657
 
-  (exit $ac_status); } &&
19658
 
-        { ac_try='test -z "$ac_c_werror_flag"
19659
 
-                        || test ! -s conftest.err'
19660
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19661
 
-  (eval $ac_try) 2>&5
19662
 
-  ac_status=$?
19663
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19664
 
-  (exit $ac_status); }; } &&
19665
 
-        { ac_try='test -s conftest$ac_exeext'
19666
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19667
 
-  (eval $ac_try) 2>&5
19668
 
-  ac_status=$?
19669
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19670
 
-  (exit $ac_status); }; }; then
19671
 
-  ac_cv_func_krb_mk_auth=yes
19672
 
-else
19673
 
-  echo "$as_me: failed program was:" >&5
19674
 
-sed 's/^/| /' conftest.$ac_ext >&5
19675
 
-
19676
 
-ac_cv_func_krb_mk_auth=no
19677
 
-fi
19678
 
-rm -f conftest.err conftest.$ac_objext \
19679
 
-      conftest$ac_exeext conftest.$ac_ext
19680
 
-fi
19681
 
-echo "$as_me:$LINENO: result: $ac_cv_func_krb_mk_auth" >&5
19682
 
-echo "${ECHO_T}$ac_cv_func_krb_mk_auth" >&6
19683
 
-if test $ac_cv_func_krb_mk_auth = yes; then
19684
 
+    ac_fn_c_check_func "$LINENO" "krb_mk_auth" "ac_cv_func_krb_mk_auth"
19685
 
+if test "x$ac_cv_func_krb_mk_auth" = x""yes; then :
19686
 
   :
19687
 
 else
19688
 
   # BSD Kerberos doesn't have these functions.
19689
 
@@ -6350,103 +5388,12 @@ fi
19690
 
 
19691
 
   fi
19692
 
 fi
19693
 
-
19694
 
 for ac_func in krb_get_err_text
19695
 
-do
19696
 
-as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19697
 
-echo "$as_me:$LINENO: checking for $ac_func" >&5
19698
 
-echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
19699
 
-if eval "test \"\${$as_ac_var+set}\" = set"; then
19700
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
19701
 
-else
19702
 
-  cat >conftest.$ac_ext <<_ACEOF
19703
 
-/* confdefs.h.  */
19704
 
-_ACEOF
19705
 
-cat confdefs.h >>conftest.$ac_ext
19706
 
-cat >>conftest.$ac_ext <<_ACEOF
19707
 
-/* end confdefs.h.  */
19708
 
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19709
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
19710
 
-#define $ac_func innocuous_$ac_func
19711
 
-
19712
 
-/* System header to define __stub macros and hopefully few prototypes,
19713
 
-    which can conflict with char $ac_func (); below.
19714
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19715
 
-    <limits.h> exists even on freestanding compilers.  */
19716
 
-
19717
 
-#ifdef __STDC__
19718
 
-# include <limits.h>
19719
 
-#else
19720
 
-# include <assert.h>
19721
 
-#endif
19722
 
-
19723
 
-#undef $ac_func
19724
 
-
19725
 
-/* Override any gcc2 internal prototype to avoid an error.  */
19726
 
-#ifdef __cplusplus
19727
 
-extern "C"
19728
 
-{
19729
 
-#endif
19730
 
-/* We use char because int might match the return type of a gcc2
19731
 
-   builtin and then its argument prototype would still apply.  */
19732
 
-char $ac_func ();
19733
 
-/* The GNU C library defines this for functions which it implements
19734
 
-    to always fail with ENOSYS.  Some functions are actually named
19735
 
-    something starting with __ and the normal name is an alias.  */
19736
 
-#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
19737
 
-choke me
19738
 
-#else
19739
 
-char (*f) () = $ac_func;
19740
 
-#endif
19741
 
-#ifdef __cplusplus
19742
 
-}
19743
 
-#endif
19744
 
-
19745
 
-int
19746
 
-main ()
19747
 
-{
19748
 
-return f != $ac_func;
19749
 
-  ;
19750
 
-  return 0;
19751
 
-}
19752
 
-_ACEOF
19753
 
-rm -f conftest.$ac_objext conftest$ac_exeext
19754
 
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19755
 
-  (eval $ac_link) 2>conftest.er1
19756
 
-  ac_status=$?
19757
 
-  grep -v '^ *+' conftest.er1 >conftest.err
19758
 
-  rm -f conftest.er1
19759
 
-  cat conftest.err >&5
19760
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19761
 
-  (exit $ac_status); } &&
19762
 
-        { ac_try='test -z "$ac_c_werror_flag"
19763
 
-                        || test ! -s conftest.err'
19764
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19765
 
-  (eval $ac_try) 2>&5
19766
 
-  ac_status=$?
19767
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19768
 
-  (exit $ac_status); }; } &&
19769
 
-        { ac_try='test -s conftest$ac_exeext'
19770
 
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19771
 
-  (eval $ac_try) 2>&5
19772
 
-  ac_status=$?
19773
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19774
 
-  (exit $ac_status); }; }; then
19775
 
-  eval "$as_ac_var=yes"
19776
 
-else
19777
 
-  echo "$as_me: failed program was:" >&5
19778
 
-sed 's/^/| /' conftest.$ac_ext >&5
19779
 
-
19780
 
-eval "$as_ac_var=no"
19781
 
-fi
19782
 
-rm -f conftest.err conftest.$ac_objext \
19783
 
-      conftest$ac_exeext conftest.$ac_ext
19784
 
-fi
19785
 
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
19786
 
-echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
19787
 
-if test `eval echo '${'$as_ac_var'}'` = yes; then
19788
 
+do :
19789
 
+  ac_fn_c_check_func "$LINENO" "krb_get_err_text" "ac_cv_func_krb_get_err_text"
19790
 
+if test "x$ac_cv_func_krb_get_err_text" = x""yes; then :
19791
 
   cat >>confdefs.h <<_ACEOF
19792
 
-#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19793
 
+#define HAVE_KRB_GET_ERR_TEXT 1
19794
 
 _ACEOF
19795
 
 
19796
 
 fi
19797
 
@@ -6468,86 +5415,86 @@ fi
19798
 
 
19799
 
 
19800
 
 # And GNATS_SERVICE
19801
 
-echo "$as_me:$LINENO: checking for --with-gnats-service" >&5
19802
 
-echo $ECHO_N "checking for --with-gnats-service... $ECHO_C" >&6
19803
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-gnats-service" >&5
19804
 
+$as_echo_n "checking for --with-gnats-service... " >&6; }
19805
 
 if test -n "$with_gnats_service"; then
19806
 
-       echo "$as_me:$LINENO: result: $with_gnats_service" >&5
19807
 
-echo "${ECHO_T}$with_gnats_service" >&6
19808
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_gnats_service" >&5
19809
 
+$as_echo "$with_gnats_service" >&6; }
19810
 
        GNATS_SERVICE=$with_gnats_service
19811
 
 fi
19812
 
 if test -z "${GNATS_SERVICE}"; then
19813
 
-       echo "$as_me:$LINENO: result: default to support" >&5
19814
 
-echo "${ECHO_T}default to support" >&6
19815
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: default to support" >&5
19816
 
+$as_echo "default to support" >&6; }
19817
 
        GNATS_SERVICE=support
19818
 
 fi
19819
 
 
19820
 
 # And GNATS_USER
19821
 
-echo "$as_me:$LINENO: checking for --with-gnats-user" >&5
19822
 
-echo $ECHO_N "checking for --with-gnats-user... $ECHO_C" >&6
19823
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-gnats-user" >&5
19824
 
+$as_echo_n "checking for --with-gnats-user... " >&6; }
19825
 
 if test -n "$with_gnats_user"; then
19826
 
-       echo "$as_me:$LINENO: result: $with_gnats_user" >&5
19827
 
-echo "${ECHO_T}$with_gnats_user" >&6
19828
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_gnats_user" >&5
19829
 
+$as_echo "$with_gnats_user" >&6; }
19830
 
        GNATS_USER=$with_gnats_user
19831
 
 fi
19832
 
 if test -z "${GNATS_USER}"; then
19833
 
-       echo "$as_me:$LINENO: result: default to gnats" >&5
19834
 
-echo "${ECHO_T}default to gnats" >&6
19835
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: default to gnats" >&5
19836
 
+$as_echo "default to gnats" >&6; }
19837
 
        GNATS_USER=gnats
19838
 
 fi
19839
 
 
19840
 
-echo "$as_me:$LINENO: checking for --with-gnatsd-user-access-file" >&5
19841
 
-echo $ECHO_N "checking for --with-gnatsd-user-access-file... $ECHO_C" >&6
19842
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-gnatsd-user-access-file" >&5
19843
 
+$as_echo_n "checking for --with-gnatsd-user-access-file... " >&6; }
19844
 
 if test -n "${with_gnatsd_user_access_file}"; then
19845
 
-       echo "$as_me:$LINENO: result: $with_gnatsd_user_access_file" >&5
19846
 
-echo "${ECHO_T}$with_gnatsd_user_access_file" >&6
19847
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_gnatsd_user_access_file" >&5
19848
 
+$as_echo "$with_gnatsd_user_access_file" >&6; }
19849
 
        GNATSD_USER_ACCESS_FILE=$with_gnatsd_user_access_file
19850
 
 fi
19851
 
 
19852
 
 if test -z "${GNATSD_USER_ACCESS_FILE}"; then
19853
 
-       echo "$as_me:$LINENO: result: default to ${sysconfdir}/gnats/gnatsd.user_access" >&5
19854
 
-echo "${ECHO_T}default to ${sysconfdir}/gnats/gnatsd.user_access" >&6
19855
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: default to ${sysconfdir}/gnats/gnatsd.user_access" >&5
19856
 
+$as_echo "default to ${sysconfdir}/gnats/gnatsd.user_access" >&6; }
19857
 
        GNATSD_USER_ACCESS_FILE=${sysconfdir}/gnats/gnatsd.user_access
19858
 
 fi
19859
 
 
19860
 
-echo "$as_me:$LINENO: checking for --with-gnatsd-host-access-file" >&5
19861
 
-echo $ECHO_N "checking for --with-gnatsd-host-access-file... $ECHO_C" >&6
19862
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-gnatsd-host-access-file" >&5
19863
 
+$as_echo_n "checking for --with-gnatsd-host-access-file... " >&6; }
19864
 
 if test -n "${with_gnatsd_host_access_file}"; then
19865
 
-       echo "$as_me:$LINENO: result: $with_gnatsd_host_access_file" >&5
19866
 
-echo "${ECHO_T}$with_gnatsd_host_access_file" >&6
19867
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_gnatsd_host_access_file" >&5
19868
 
+$as_echo "$with_gnatsd_host_access_file" >&6; }
19869
 
        GNATSD_HOST_ACCESS_FILE=$with_gnatsd_host_access_file
19870
 
 fi
19871
 
 
19872
 
 if test -z "${GNATSD_HOST_ACCESS_FILE}"; then
19873
 
-       echo "$as_me:$LINENO: result: default to ${sysconfdir}/gnats/gnatsd.host_access" >&5
19874
 
-echo "${ECHO_T}default to ${sysconfdir}/gnats/gnatsd.host_access" >&6
19875
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: default to ${sysconfdir}/gnats/gnatsd.host_access" >&5
19876
 
+$as_echo "default to ${sysconfdir}/gnats/gnatsd.host_access" >&6; }
19877
 
        GNATSD_HOST_ACCESS_FILE=${sysconfdir}/gnats/gnatsd.host_access
19878
 
 fi
19879
 
 
19880
 
-echo "$as_me:$LINENO: checking for --with-gnats-dblist-file" >&5
19881
 
-echo $ECHO_N "checking for --with-gnats-dblist-file... $ECHO_C" >&6
19882
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-gnats-dblist-file" >&5
19883
 
+$as_echo_n "checking for --with-gnats-dblist-file... " >&6; }
19884
 
 if test -n "${with_gnats_dblist_file}"; then
19885
 
-       echo "$as_me:$LINENO: result: $with_gnats_dblist_file" >&5
19886
 
-echo "${ECHO_T}$with_gnats_dblist_file" >&6
19887
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_gnats_dblist_file" >&5
19888
 
+$as_echo "$with_gnats_dblist_file" >&6; }
19889
 
        GLOBAL_DB_LIST_FILE=$with_gnats_dblist_file
19890
 
 fi
19891
 
 
19892
 
 if test -z "${GLOBAL_DB_LIST_FILE}"; then
19893
 
-       echo "$as_me:$LINENO: result: default to ${sysconfdir}/gnats/databases" >&5
19894
 
-echo "${ECHO_T}default to ${sysconfdir}/gnats/databases" >&6
19895
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: default to ${sysconfdir}/gnats/databases" >&5
19896
 
+$as_echo "default to ${sysconfdir}/gnats/databases" >&6; }
19897
 
        GLOBAL_DB_LIST_FILE=${sysconfdir}/gnats/databases
19898
 
 fi
19899
 
 
19900
 
-echo "$as_me:$LINENO: checking for --with-gnats-default-db" >&5
19901
 
-echo $ECHO_N "checking for --with-gnats-default-db... $ECHO_C" >&6
19902
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-gnats-default-db" >&5
19903
 
+$as_echo_n "checking for --with-gnats-default-db... " >&6; }
19904
 
 if test -n "${with_gnats_default_db}"; then
19905
 
-       echo "$as_me:$LINENO: result: $with_gnats_default_db" >&5
19906
 
-echo "${ECHO_T}$with_gnats_default_db" >&6
19907
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_gnats_default_db" >&5
19908
 
+$as_echo "$with_gnats_default_db" >&6; }
19909
 
        GNATS_DEFAULT_DB_DIR="$with_gnats_default_db"
19910
 
 fi
19911
 
 
19912
 
 if test -z "${GNATS_DEFAULT_DB_DIR}"; then
19913
 
-       echo "$as_me:$LINENO: result: default to ${sharedstatedir}/gnatsdb" >&5
19914
 
-echo "${ECHO_T}default to ${sharedstatedir}/gnatsdb" >&6
19915
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: default to ${sharedstatedir}/gnatsdb" >&5
19916
 
+$as_echo "default to ${sharedstatedir}/gnatsdb" >&6; }
19917
 
        GNATS_DEFAULT_DB_DIR=${sharedstatedir}/gnatsdb
19918
 
 fi
19919
 
 
19920
 
@@ -6566,10 +5513,10 @@ BWEEK_END=5
19921
 
 
19922
 
 # Extract the first word of "sendmail", so it can be a program name with args.
19923
 
 set dummy sendmail; ac_word=$2
19924
 
-echo "$as_me:$LINENO: checking for $ac_word" >&5
19925
 
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
19926
 
-if test "${ac_cv_path_SENDMAIL+set}" = set; then
19927
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
19928
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19929
 
+$as_echo_n "checking for $ac_word... " >&6; }
19930
 
+if test "${ac_cv_path_SENDMAIL+set}" = set; then :
19931
 
+  $as_echo_n "(cached) " >&6
19932
 
 else
19933
 
   case $SENDMAIL in
19934
 
   [\\/]* | ?:[\\/]*)
19935
 
@@ -6582,28 +5529,29 @@ for as_dir in $as_dummy
19936
 
 do
19937
 
   IFS=$as_save_IFS
19938
 
   test -z "$as_dir" && as_dir=.
19939
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
19940
 
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19941
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
19942
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
19943
 
     ac_cv_path_SENDMAIL="$as_dir/$ac_word$ac_exec_ext"
19944
 
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19945
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
19946
 
     break 2
19947
 
   fi
19948
 
 done
19949
 
-done
19950
 
+  done
19951
 
+IFS=$as_save_IFS
19952
 
 
19953
 
   ;;
19954
 
 esac
19955
 
 fi
19956
 
 SENDMAIL=$ac_cv_path_SENDMAIL
19957
 
-
19958
 
 if test -n "$SENDMAIL"; then
19959
 
-  echo "$as_me:$LINENO: result: $SENDMAIL" >&5
19960
 
-echo "${ECHO_T}$SENDMAIL" >&6
19961
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SENDMAIL" >&5
19962
 
+$as_echo "$SENDMAIL" >&6; }
19963
 
 else
19964
 
-  echo "$as_me:$LINENO: result: no" >&5
19965
 
-echo "${ECHO_T}no" >&6
19966
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19967
 
+$as_echo "no" >&6; }
19968
 
 fi
19969
 
 
19970
 
+
19971
 
 if test -n "$SENDMAIL" ; then
19972
 
   DEFAULT_MAIL_AGENT="$SENDMAIL -oi -t"
19973
 
 else
19974
 
@@ -6628,7 +5576,7 @@ fi
19975
 
 
19976
 
 # ***** End of configuration section *****
19977
 
 
19978
 
-          ac_config_files="$ac_config_files Makefile"
19979
 
+ac_config_files="$ac_config_files Makefile"
19980
 
 
19981
 
 cat >confcache <<\_ACEOF
19982
 
 # This file is a shell script that caches the results of configure
19983
 
@@ -6648,39 +5596,59 @@ _ACEOF
19984
 
 
19985
 
 # The following way of writing the cache mishandles newlines in values,
19986
 
 # but we know of no workaround that is simple, portable, and efficient.
19987
 
-# So, don't put newlines in cache variables' values.
19988
 
+# So, we kill variables containing newlines.
19989
 
 # Ultrix sh set writes to stderr and can't be redirected directly,
19990
 
 # and sets the high bit in the cache file unless we assign to the vars.
19991
 
-{
19992
 
+(
19993
 
+  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
19994
 
+    eval ac_val=\$$ac_var
19995
 
+    case $ac_val in #(
19996
 
+    *${as_nl}*)
19997
 
+      case $ac_var in #(
19998
 
+      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
19999
 
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
20000
 
+      esac
20001
 
+      case $ac_var in #(
20002
 
+      _ | IFS | as_nl) ;; #(
20003
 
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
20004
 
+      *) { eval $ac_var=; unset $ac_var;} ;;
20005
 
+      esac ;;
20006
 
+    esac
20007
 
+  done
20008
 
+
20009
 
   (set) 2>&1 |
20010
 
-    case `(ac_space=' '; set | grep ac_space) 2>&1` in
20011
 
-    *ac_space=\ *)
20012
 
-      # `set' does not quote correctly, so add quotes (double-quote
20013
 
-      # substitution turns \\\\ into \\, and sed turns \\ into \).
20014
 
+    case $as_nl`(ac_space=' '; set) 2>&1` in #(
20015
 
+    *${as_nl}ac_space=\ *)
20016
 
+      # `set' does not quote correctly, so add quotes: double-quote
20017
 
+      # substitution turns \\\\ into \\, and sed turns \\ into \.
20018
 
       sed -n \
20019
 
        "s/'/'\\\\''/g;
20020
 
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
20021
 
-      ;;
20022
 
+      ;; #(
20023
 
     *)
20024
 
       # `set' quotes correctly as required by POSIX, so do not add quotes.
20025
 
-      sed -n \
20026
 
-       "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
20027
 
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
20028
 
       ;;
20029
 
-    esac;
20030
 
-} |
20031
 
+    esac |
20032
 
+    sort
20033
 
+) |
20034
 
   sed '
20035
 
+     /^ac_cv_env_/b end
20036
 
      t clear
20037
 
-     : clear
20038
 
+     :clear
20039
 
      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
20040
 
      t end
20041
 
-     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
20042
 
-     : end' >>confcache
20043
 
-if diff $cache_file confcache >/dev/null 2>&1; then :; else
20044
 
-  if test -w $cache_file; then
20045
 
-    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
20046
 
+     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
20047
 
+     :end' >>confcache
20048
 
+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
20049
 
+  if test -w "$cache_file"; then
20050
 
+    test "x$cache_file" != "x/dev/null" &&
20051
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
20052
 
+$as_echo "$as_me: updating cache $cache_file" >&6;}
20053
 
     cat confcache >$cache_file
20054
 
   else
20055
 
-    echo "not updating unwritable cache $cache_file"
20056
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
20057
 
+$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
20058
 
   fi
20059
 
 fi
20060
 
 rm -f confcache
20061
 
@@ -6689,32 +5657,18 @@ test "x$prefix" = xNONE && prefix=$ac_de
20062
 
 # Let make expand exec_prefix.
20063
 
 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
20064
 
 
20065
 
-# VPATH may cause trouble with some makes, so we remove $(srcdir),
20066
 
-# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
20067
 
-# trailing colons and then remove the whole line if VPATH becomes empty
20068
 
-# (actually we leave an empty line to preserve line numbers).
20069
 
-if test "x$srcdir" = x.; then
20070
 
-  ac_vpsub='/^[         ]*VPATH[        ]*=/{
20071
 
-s/:*\$(srcdir):*/:/;
20072
 
-s/:*\${srcdir}:*/:/;
20073
 
-s/:*@srcdir@:*/:/;
20074
 
-s/^\([^=]*=[    ]*\):*/\1/;
20075
 
-s/:*$//;
20076
 
-s/^[^=]*=[      ]*$//;
20077
 
-}'
20078
 
-fi
20079
 
-
20080
 
 DEFS=-DHAVE_CONFIG_H
20081
 
 
20082
 
 ac_libobjs=
20083
 
 ac_ltlibobjs=
20084
 
 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
20085
 
   # 1. Remove the extension, and $U if already installed.
20086
 
-  ac_i=`echo "$ac_i" |
20087
 
-        sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
20088
 
-  # 2. Add them.
20089
 
-  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
20090
 
-  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
20091
 
+  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
20092
 
+  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
20093
 
+  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
20094
 
+  #    will be set to the directory where LIBOBJS objects are built.
20095
 
+  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
20096
 
+  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
20097
 
 done
20098
 
 LIBOBJS=$ac_libobjs
20099
 
 
20100
 
@@ -6723,11 +5677,13 @@ LTLIBOBJS=$ac_ltlibobjs
20101
 
 
20102
 
 
20103
 
 : ${CONFIG_STATUS=./config.status}
20104
 
+ac_write_fail=0
20105
 
 ac_clean_files_save=$ac_clean_files
20106
 
 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
20107
 
-{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
20108
 
-echo "$as_me: creating $CONFIG_STATUS" >&6;}
20109
 
-cat >$CONFIG_STATUS <<_ACEOF
20110
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
20111
 
+$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
20112
 
+as_write_fail=0
20113
 
+cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
20114
 
 #! $SHELL
20115
 
 # Generated by $as_me.
20116
 
 # Run this file to recreate the current configuration.
20117
 
@@ -6737,81 +5693,252 @@ cat >$CONFIG_STATUS <<_ACEOF
20118
 
 debug=false
20119
 
 ac_cs_recheck=false
20120
 
 ac_cs_silent=false
20121
 
-SHELL=\${CONFIG_SHELL-$SHELL}
20122
 
-_ACEOF
20123
 
 
20124
 
-cat >>$CONFIG_STATUS <<\_ACEOF
20125
 
-## --------------------- ##
20126
 
-## M4sh Initialization.  ##
20127
 
-## --------------------- ##
20128
 
+SHELL=\${CONFIG_SHELL-$SHELL}
20129
 
+export SHELL
20130
 
+_ASEOF
20131
 
+cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
20132
 
+## -------------------- ##
20133
 
+## M4sh Initialization. ##
20134
 
+## -------------------- ##
20135
 
 
20136
 
-# Be Bourne compatible
20137
 
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
20138
 
+# Be more Bourne compatible
20139
 
+DUALCASE=1; export DUALCASE # for MKS sh
20140
 
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20141
 
   emulate sh
20142
 
   NULLCMD=:
20143
 
-  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
20144
 
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
20145
 
   # is contrary to our usage.  Disable this feature.
20146
 
   alias -g '${1+"$@"}'='"$@"'
20147
 
-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20148
 
-  set -o posix
20149
 
+  setopt NO_GLOB_SUBST
20150
 
+else
20151
 
+  case `(set -o) 2>/dev/null` in #(
20152
 
+  *posix*) :
20153
 
+    set -o posix ;; #(
20154
 
+  *) :
20155
 
+     ;;
20156
 
+esac
20157
 
 fi
20158
 
-DUALCASE=1; export DUALCASE # for MKS sh
20159
 
 
20160
 
-# Support unset when possible.
20161
 
-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
20162
 
-  as_unset=unset
20163
 
-else
20164
 
-  as_unset=false
20165
 
+
20166
 
+as_nl='
20167
 
+'
20168
 
+export as_nl
20169
 
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
20170
 
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
20171
 
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
20172
 
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
20173
 
+# Prefer a ksh shell builtin over an external printf program on Solaris,
20174
 
+# but without wasting forks for bash or zsh.
20175
 
+if test -z "$BASH_VERSION$ZSH_VERSION" \
20176
 
+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
20177
 
+  as_echo='print -r --'
20178
 
+  as_echo_n='print -rn --'
20179
 
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
20180
 
+  as_echo='printf %s\n'
20181
 
+  as_echo_n='printf %s'
20182
 
+else
20183
 
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
20184
 
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
20185
 
+    as_echo_n='/usr/ucb/echo -n'
20186
 
+  else
20187
 
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
20188
 
+    as_echo_n_body='eval
20189
 
+      arg=$1;
20190
 
+      case $arg in #(
20191
 
+      *"$as_nl"*)
20192
 
+       expr "X$arg" : "X\\(.*\\)$as_nl";
20193
 
+       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
20194
 
+      esac;
20195
 
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
20196
 
+    '
20197
 
+    export as_echo_n_body
20198
 
+    as_echo_n='sh -c $as_echo_n_body as_echo'
20199
 
+  fi
20200
 
+  export as_echo_body
20201
 
+  as_echo='sh -c $as_echo_body as_echo'
20202
 
+fi
20203
 
+
20204
 
+# The user is always right.
20205
 
+if test "${PATH_SEPARATOR+set}" != set; then
20206
 
+  PATH_SEPARATOR=:
20207
 
+  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
20208
 
+    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
20209
 
+      PATH_SEPARATOR=';'
20210
 
+  }
20211
 
 fi
20212
 
 
20213
 
 
20214
 
-# Work around bugs in pre-3.0 UWIN ksh.
20215
 
-$as_unset ENV MAIL MAILPATH
20216
 
+# IFS
20217
 
+# We need space, tab and new line, in precisely that order.  Quoting is
20218
 
+# there to prevent editors from complaining about space-tab.
20219
 
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
20220
 
+# splitting by setting IFS to empty value.)
20221
 
+IFS=" ""       $as_nl"
20222
 
+
20223
 
+# Find who we are.  Look in the path if we contain no directory separator.
20224
 
+case $0 in #((
20225
 
+  *[\\/]* ) as_myself=$0 ;;
20226
 
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20227
 
+for as_dir in $PATH
20228
 
+do
20229
 
+  IFS=$as_save_IFS
20230
 
+  test -z "$as_dir" && as_dir=.
20231
 
+    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
20232
 
+  done
20233
 
+IFS=$as_save_IFS
20234
 
+
20235
 
+     ;;
20236
 
+esac
20237
 
+# We did not find ourselves, most probably we were run as `sh COMMAND'
20238
 
+# in which case we are not to be found in the path.
20239
 
+if test "x$as_myself" = x; then
20240
 
+  as_myself=$0
20241
 
+fi
20242
 
+if test ! -f "$as_myself"; then
20243
 
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
20244
 
+  exit 1
20245
 
+fi
20246
 
+
20247
 
+# Unset variables that we do not need and which cause bugs (e.g. in
20248
 
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
20249
 
+# suppresses any "Segmentation fault" message there.  '((' could
20250
 
+# trigger a bug in pdksh 5.2.14.
20251
 
+for as_var in BASH_ENV ENV MAIL MAILPATH
20252
 
+do eval test x\${$as_var+set} = xset \
20253
 
+  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
20254
 
+done
20255
 
 PS1='$ '
20256
 
 PS2='> '
20257
 
 PS4='+ '
20258
 
 
20259
 
 # NLS nuisances.
20260
 
-for as_var in \
20261
 
-  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
20262
 
-  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
20263
 
-  LC_TELEPHONE LC_TIME
20264
 
-do
20265
 
-  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
20266
 
-    eval $as_var=C; export $as_var
20267
 
-  else
20268
 
-    $as_unset $as_var
20269
 
-  fi
20270
 
-done
20271
 
+LC_ALL=C
20272
 
+export LC_ALL
20273
 
+LANGUAGE=C
20274
 
+export LANGUAGE
20275
 
+
20276
 
+# CDPATH.
20277
 
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
20278
 
+
20279
 
+
20280
 
+# as_fn_error ERROR [LINENO LOG_FD]
20281
 
+# ---------------------------------
20282
 
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
20283
 
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
20284
 
+# script with status $?, using 1 if that was 0.
20285
 
+as_fn_error ()
20286
 
+{
20287
 
+  as_status=$?; test $as_status -eq 0 && as_status=1
20288
 
+  if test "$3"; then
20289
 
+    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
20290
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
20291
 
+  fi
20292
 
+  $as_echo "$as_me: error: $1" >&2
20293
 
+  as_fn_exit $as_status
20294
 
+} # as_fn_error
20295
 
+
20296
 
+
20297
 
+# as_fn_set_status STATUS
20298
 
+# -----------------------
20299
 
+# Set $? to STATUS, without forking.
20300
 
+as_fn_set_status ()
20301
 
+{
20302
 
+  return $1
20303
 
+} # as_fn_set_status
20304
 
+
20305
 
+# as_fn_exit STATUS
20306
 
+# -----------------
20307
 
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
20308
 
+as_fn_exit ()
20309
 
+{
20310
 
+  set +e
20311
 
+  as_fn_set_status $1
20312
 
+  exit $1
20313
 
+} # as_fn_exit
20314
 
+
20315
 
+# as_fn_unset VAR
20316
 
+# ---------------
20317
 
+# Portably unset VAR.
20318
 
+as_fn_unset ()
20319
 
+{
20320
 
+  { eval $1=; unset $1;}
20321
 
+}
20322
 
+as_unset=as_fn_unset
20323
 
+# as_fn_append VAR VALUE
20324
 
+# ----------------------
20325
 
+# Append the text in VALUE to the end of the definition contained in VAR. Take
20326
 
+# advantage of any shell optimizations that allow amortized linear growth over
20327
 
+# repeated appends, instead of the typical quadratic growth present in naive
20328
 
+# implementations.
20329
 
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
20330
 
+  eval 'as_fn_append ()
20331
 
+  {
20332
 
+    eval $1+=\$2
20333
 
+  }'
20334
 
+else
20335
 
+  as_fn_append ()
20336
 
+  {
20337
 
+    eval $1=\$$1\$2
20338
 
+  }
20339
 
+fi # as_fn_append
20340
 
+
20341
 
+# as_fn_arith ARG...
20342
 
+# ------------------
20343
 
+# Perform arithmetic evaluation on the ARGs, and store the result in the
20344
 
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
20345
 
+# must be portable across $(()) and expr.
20346
 
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
20347
 
+  eval 'as_fn_arith ()
20348
 
+  {
20349
 
+    as_val=$(( $* ))
20350
 
+  }'
20351
 
+else
20352
 
+  as_fn_arith ()
20353
 
+  {
20354
 
+    as_val=`expr "$@" || test $? -eq 1`
20355
 
+  }
20356
 
+fi # as_fn_arith
20357
 
 
20358
 
-# Required to use basename.
20359
 
-if expr a : '\(a\)' >/dev/null 2>&1; then
20360
 
+
20361
 
+if expr a : '\(a\)' >/dev/null 2>&1 &&
20362
 
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
20363
 
   as_expr=expr
20364
 
 else
20365
 
   as_expr=false
20366
 
 fi
20367
 
 
20368
 
-if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
20369
 
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
20370
 
   as_basename=basename
20371
 
 else
20372
 
   as_basename=false
20373
 
 fi
20374
 
 
20375
 
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
20376
 
+  as_dirname=dirname
20377
 
+else
20378
 
+  as_dirname=false
20379
 
+fi
20380
 
 
20381
 
-# Name of the executable.
20382
 
-as_me=`$as_basename "$0" ||
20383
 
+as_me=`$as_basename -- "$0" ||
20384
 
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
20385
 
         X"$0" : 'X\(//\)$' \| \
20386
 
-        X"$0" : 'X\(/\)$' \| \
20387
 
-        .     : '\(.\)' 2>/dev/null ||
20388
 
-echo X/"$0" |
20389
 
-    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
20390
 
-         /^X\/\(\/\/\)$/{ s//\1/; q; }
20391
 
-         /^X\/\(\/\).*/{ s//\1/; q; }
20392
 
-         s/.*/./; q'`
20393
 
-
20394
 
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
20395
 
+$as_echo X/"$0" |
20396
 
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
20397
 
+           s//\1/
20398
 
+           q
20399
 
+         }
20400
 
+         /^X\/\(\/\/\)$/{
20401
 
+           s//\1/
20402
 
+           q
20403
 
+         }
20404
 
+         /^X\/\(\/\).*/{
20405
 
+           s//\1/
20406
 
+           q
20407
 
+         }
20408
 
+         s/.*/./; q'`
20409
 
 
20410
 
-# PATH needs CR, and LINENO needs CR and PATH.
20411
 
 # Avoid depending upon Character Ranges.
20412
 
 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
20413
 
 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
20414
 
@@ -6819,148 +5946,123 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTE
20415
 
 as_cr_digits='0123456789'
20416
 
 as_cr_alnum=$as_cr_Letters$as_cr_digits
20417
 
 
20418
 
-# The user is always right.
20419
 
-if test "${PATH_SEPARATOR+set}" != set; then
20420
 
-  echo "#! /bin/sh" >conf$$.sh
20421
 
-  echo  "exit 0"   >>conf$$.sh
20422
 
-  chmod +x conf$$.sh
20423
 
-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
20424
 
-    PATH_SEPARATOR=';'
20425
 
-  else
20426
 
-    PATH_SEPARATOR=:
20427
 
-  fi
20428
 
-  rm -f conf$$.sh
20429
 
-fi
20430
 
-
20431
 
-
20432
 
-  as_lineno_1=$LINENO
20433
 
-  as_lineno_2=$LINENO
20434
 
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
20435
 
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
20436
 
-  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
20437
 
-  # Find who we are.  Look in the path if we contain no path at all
20438
 
-  # relative or not.
20439
 
-  case $0 in
20440
 
-    *[\\/]* ) as_myself=$0 ;;
20441
 
-    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20442
 
-for as_dir in $PATH
20443
 
-do
20444
 
-  IFS=$as_save_IFS
20445
 
-  test -z "$as_dir" && as_dir=.
20446
 
-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
20447
 
-done
20448
 
-
20449
 
-       ;;
20450
 
-  esac
20451
 
-  # We did not find ourselves, most probably we were run as `sh COMMAND'
20452
 
-  # in which case we are not to be found in the path.
20453
 
-  if test "x$as_myself" = x; then
20454
 
-    as_myself=$0
20455
 
-  fi
20456
 
-  if test ! -f "$as_myself"; then
20457
 
-    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
20458
 
-echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
20459
 
-   { (exit 1); exit 1; }; }
20460
 
-  fi
20461
 
-  case $CONFIG_SHELL in
20462
 
-  '')
20463
 
-    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20464
 
-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
20465
 
-do
20466
 
-  IFS=$as_save_IFS
20467
 
-  test -z "$as_dir" && as_dir=.
20468
 
-  for as_base in sh bash ksh sh5; do
20469
 
-        case $as_dir in
20470
 
-        /*)
20471
 
-          if ("$as_dir/$as_base" -c '
20472
 
-  as_lineno_1=$LINENO
20473
 
-  as_lineno_2=$LINENO
20474
 
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
20475
 
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
20476
 
-  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
20477
 
-            $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
20478
 
-            $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
20479
 
-            CONFIG_SHELL=$as_dir/$as_base
20480
 
-            export CONFIG_SHELL
20481
 
-            exec "$CONFIG_SHELL" "$0" ${1+"$@"}
20482
 
-          fi;;
20483
 
-        esac
20484
 
-       done
20485
 
-done
20486
 
-;;
20487
 
-  esac
20488
 
-
20489
 
-  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
20490
 
-  # uniformly replaced by the line number.  The first 'sed' inserts a
20491
 
-  # line-number line before each line; the second 'sed' does the real
20492
 
-  # work.  The second script uses 'N' to pair each line-number line
20493
 
-  # with the numbered line, and appends trailing '-' during
20494
 
-  # substitution so that $LINENO is not a special case at line end.
20495
 
-  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
20496
 
-  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
20497
 
-  sed '=' <$as_myself |
20498
 
-    sed '
20499
 
-      N
20500
 
-      s,$,-,
20501
 
-      : loop
20502
 
-      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
20503
 
-      t loop
20504
 
-      s,-$,,
20505
 
-      s,^['$as_cr_digits']*\n,,
20506
 
-    ' >$as_me.lineno &&
20507
 
-  chmod +x $as_me.lineno ||
20508
 
-    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
20509
 
-echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
20510
 
-   { (exit 1); exit 1; }; }
20511
 
-
20512
 
-  # Don't try to exec as it changes $[0], causing all sort of problems
20513
 
-  # (the dirname of $[0] is not the place where we might find the
20514
 
-  # original and so on.  Autoconf is especially sensible to this).
20515
 
-  . ./$as_me.lineno
20516
 
-  # Exit status is that of the last command.
20517
 
-  exit
20518
 
-}
20519
 
-
20520
 
-
20521
 
-case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
20522
 
-  *c*,-n*) ECHO_N= ECHO_C='
20523
 
-' ECHO_T='     ' ;;
20524
 
-  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
20525
 
-  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
20526
 
+ECHO_C= ECHO_N= ECHO_T=
20527
 
+case `echo -n x` in #(((((
20528
 
+-n*)
20529
 
+  case `echo 'xy\c'` in
20530
 
+  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
20531
 
+  xy)  ECHO_C='\c';;
20532
 
+  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
20533
 
+       ECHO_T='        ';;
20534
 
+  esac;;
20535
 
+*)
20536
 
+  ECHO_N='-n';;
20537
 
 esac
20538
 
 
20539
 
-if expr a : '\(a\)' >/dev/null 2>&1; then
20540
 
-  as_expr=expr
20541
 
+rm -f conf$$ conf$$.exe conf$$.file
20542
 
+if test -d conf$$.dir; then
20543
 
+  rm -f conf$$.dir/conf$$.file
20544
 
 else
20545
 
-  as_expr=false
20546
 
+  rm -f conf$$.dir
20547
 
+  mkdir conf$$.dir 2>/dev/null
20548
 
 fi
20549
 
-
20550
 
-rm -f conf$$ conf$$.exe conf$$.file
20551
 
-echo >conf$$.file
20552
 
-if ln -s conf$$.file conf$$ 2>/dev/null; then
20553
 
-  # We could just check for DJGPP; but this test a) works b) is more generic
20554
 
-  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
20555
 
-  if test -f conf$$.exe; then
20556
 
-    # Don't use ln at all; we don't have any links
20557
 
-    as_ln_s='cp -p'
20558
 
-  else
20559
 
+if (echo >conf$$.file) 2>/dev/null; then
20560
 
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
20561
 
     as_ln_s='ln -s'
20562
 
+    # ... but there are two gotchas:
20563
 
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
20564
 
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
20565
 
+    # In both cases, we have to default to `cp -p'.
20566
 
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
20567
 
+      as_ln_s='cp -p'
20568
 
+  elif ln conf$$.file conf$$ 2>/dev/null; then
20569
 
+    as_ln_s=ln
20570
 
+  else
20571
 
+    as_ln_s='cp -p'
20572
 
   fi
20573
 
-elif ln conf$$.file conf$$ 2>/dev/null; then
20574
 
-  as_ln_s=ln
20575
 
 else
20576
 
   as_ln_s='cp -p'
20577
 
 fi
20578
 
-rm -f conf$$ conf$$.exe conf$$.file
20579
 
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
20580
 
+rmdir conf$$.dir 2>/dev/null
20581
 
+
20582
 
+
20583
 
+# as_fn_mkdir_p
20584
 
+# -------------
20585
 
+# Create "$as_dir" as a directory, including parents if necessary.
20586
 
+as_fn_mkdir_p ()
20587
 
+{
20588
 
+
20589
 
+  case $as_dir in #(
20590
 
+  -*) as_dir=./$as_dir;;
20591
 
+  esac
20592
 
+  test -d "$as_dir" || eval $as_mkdir_p || {
20593
 
+    as_dirs=
20594
 
+    while :; do
20595
 
+      case $as_dir in #(
20596
 
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
20597
 
+      *) as_qdir=$as_dir;;
20598
 
+      esac
20599
 
+      as_dirs="'$as_qdir' $as_dirs"
20600
 
+      as_dir=`$as_dirname -- "$as_dir" ||
20601
 
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20602
 
+        X"$as_dir" : 'X\(//\)[^/]' \| \
20603
 
+        X"$as_dir" : 'X\(//\)$' \| \
20604
 
+        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
20605
 
+$as_echo X"$as_dir" |
20606
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20607
 
+           s//\1/
20608
 
+           q
20609
 
+         }
20610
 
+         /^X\(\/\/\)[^/].*/{
20611
 
+           s//\1/
20612
 
+           q
20613
 
+         }
20614
 
+         /^X\(\/\/\)$/{
20615
 
+           s//\1/
20616
 
+           q
20617
 
+         }
20618
 
+         /^X\(\/\).*/{
20619
 
+           s//\1/
20620
 
+           q
20621
 
+         }
20622
 
+         s/.*/./; q'`
20623
 
+      test -d "$as_dir" && break
20624
 
+    done
20625
 
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
20626
 
+  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
20627
 
+
20628
 
 
20629
 
+} # as_fn_mkdir_p
20630
 
 if mkdir -p . 2>/dev/null; then
20631
 
-  as_mkdir_p=:
20632
 
+  as_mkdir_p='mkdir -p "$as_dir"'
20633
 
 else
20634
 
   test -d ./-p && rmdir ./-p
20635
 
   as_mkdir_p=false
20636
 
 fi
20637
 
 
20638
 
-as_executable_p="test -f"
20639
 
+if test -x / >/dev/null 2>&1; then
20640
 
+  as_test_x='test -x'
20641
 
+else
20642
 
+  if ls -dL / >/dev/null 2>&1; then
20643
 
+    as_ls_L_option=L
20644
 
+  else
20645
 
+    as_ls_L_option=
20646
 
+  fi
20647
 
+  as_test_x='
20648
 
+    eval sh -c '\''
20649
 
+      if test -d "$1"; then
20650
 
+       test -d "$1/.";
20651
 
+      else
20652
 
+       case $1 in #(
20653
 
+       -*)set "./$1";;
20654
 
+       esac;
20655
 
+       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
20656
 
+       ???[sx]*):;;*)false;;esac;fi
20657
 
+    '\'' sh
20658
 
+  '
20659
 
+fi
20660
 
+as_executable_p=$as_test_x
20661
 
 
20662
 
 # Sed expression to map a string onto a valid CPP name.
20663
 
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
20664
 
@@ -6969,31 +6071,20 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P
20665
 
 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
20666
 
 
20667
 
 
20668
 
-# IFS
20669
 
-# We need space, tab and new line, in precisely that order.
20670
 
-as_nl='
20671
 
-'
20672
 
-IFS="  $as_nl"
20673
 
-
20674
 
-# CDPATH.
20675
 
-$as_unset CDPATH
20676
 
-
20677
 
 exec 6>&1
20678
 
+## ----------------------------------- ##
20679
 
+## Main body of $CONFIG_STATUS script. ##
20680
 
+## ----------------------------------- ##
20681
 
+_ASEOF
20682
 
+test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
20683
 
 
20684
 
-# Open the log real soon, to keep \$[0] and so on meaningful, and to
20685
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20686
 
+# Save the log message, to keep $0 and so on meaningful, and to
20687
 
 # report actual input values of CONFIG_FILES etc. instead of their
20688
 
-# values after options handling.  Logging --version etc. is OK.
20689
 
-exec 5>>config.log
20690
 
-{
20691
 
-  echo
20692
 
-  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
20693
 
-## Running $as_me. ##
20694
 
-_ASBOX
20695
 
-} >&5
20696
 
-cat >&5 <<_CSEOF
20697
 
-
20698
 
+# values after options handling.
20699
 
+ac_log="
20700
 
 This file was extended by gnats $as_me 4.1.0, which was
20701
 
-generated by GNU Autoconf 2.59.  Invocation command line was
20702
 
+generated by GNU Autoconf 2.65.  Invocation command line was
20703
 
 
20704
 
   CONFIG_FILES    = $CONFIG_FILES
20705
 
   CONFIG_HEADERS  = $CONFIG_HEADERS
20706
 
@@ -7001,45 +6092,46 @@ generated by GNU Autoconf 2.59.  Invocat
20707
 
   CONFIG_COMMANDS = $CONFIG_COMMANDS
20708
 
   $ $0 $@
20709
 
 
20710
 
-_CSEOF
20711
 
-echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
20712
 
-echo >&5
20713
 
+on `(hostname || uname -n) 2>/dev/null | sed 1q`
20714
 
+"
20715
 
+
20716
 
 _ACEOF
20717
 
 
20718
 
-# Files that config.status was made for.
20719
 
-if test -n "$ac_config_files"; then
20720
 
-  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
20721
 
-fi
20722
 
+case $ac_config_files in *"
20723
 
+"*) set x $ac_config_files; shift; ac_config_files=$*;;
20724
 
+esac
20725
 
 
20726
 
-if test -n "$ac_config_headers"; then
20727
 
-  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
20728
 
-fi
20729
 
+case $ac_config_headers in *"
20730
 
+"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
20731
 
+esac
20732
 
 
20733
 
-if test -n "$ac_config_links"; then
20734
 
-  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
20735
 
-fi
20736
 
 
20737
 
-if test -n "$ac_config_commands"; then
20738
 
-  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
20739
 
-fi
20740
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20741
 
+# Files that config.status was made for.
20742
 
+config_files="$ac_config_files"
20743
 
+config_headers="$ac_config_headers"
20744
 
 
20745
 
-cat >>$CONFIG_STATUS <<\_ACEOF
20746
 
+_ACEOF
20747
 
 
20748
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20749
 
 ac_cs_usage="\
20750
 
-\`$as_me' instantiates files from templates according to the
20751
 
-current configuration.
20752
 
+\`$as_me' instantiates files and other configuration actions
20753
 
+from templates according to the current configuration.  Unless the files
20754
 
+and actions are specified as TAGs, all are instantiated by default.
20755
 
 
20756
 
-Usage: $0 [OPTIONS] [FILE]...
20757
 
+Usage: $0 [OPTION]... [TAG]...
20758
 
 
20759
 
   -h, --help       print this help, then exit
20760
 
-  -V, --version    print version number, then exit
20761
 
-  -q, --quiet      do not print progress messages
20762
 
+  -V, --version    print version number and configuration settings, then exit
20763
 
+      --config     print configuration, then exit
20764
 
+  -q, --quiet, --silent
20765
 
+                   do not print progress messages
20766
 
   -d, --debug      don't remove temporary files
20767
 
       --recheck    update $as_me by reconfiguring in the same conditions
20768
 
-  --file=FILE[:TEMPLATE]
20769
 
-                  instantiate the configuration file FILE
20770
 
-  --header=FILE[:TEMPLATE]
20771
 
-                  instantiate the configuration header FILE
20772
 
+      --file=FILE[:TEMPLATE]
20773
 
+                   instantiate the configuration file FILE
20774
 
+      --header=FILE[:TEMPLATE]
20775
 
+                   instantiate the configuration header FILE
20776
 
 
20777
 
 Configuration files:
20778
 
 $config_files
20779
 
@@ -7047,84 +6139,85 @@ $config_files
20780
 
 Configuration headers:
20781
 
 $config_headers
20782
 
 
20783
 
-Report bugs to <bug-autoconf@gnu.org>."
20784
 
-_ACEOF
20785
 
+Report bugs to <bug-gnats@gnu.org>."
20786
 
 
20787
 
-cat >>$CONFIG_STATUS <<_ACEOF
20788
 
+_ACEOF
20789
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20790
 
+ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
20791
 
 ac_cs_version="\\
20792
 
 gnats config.status 4.1.0
20793
 
-configured by $0, generated by GNU Autoconf 2.59,
20794
 
-  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
20795
 
+configured by $0, generated by GNU Autoconf 2.65,
20796
 
+  with options \\"\$ac_cs_config\\"
20797
 
 
20798
 
-Copyright (C) 2003 Free Software Foundation, Inc.
20799
 
+Copyright (C) 2009 Free Software Foundation, Inc.
20800
 
 This config.status script is free software; the Free Software Foundation
20801
 
 gives unlimited permission to copy, distribute and modify it."
20802
 
-srcdir=$srcdir
20803
 
-INSTALL="$INSTALL"
20804
 
+
20805
 
+ac_pwd='$ac_pwd'
20806
 
+srcdir='$srcdir'
20807
 
+INSTALL='$INSTALL'
20808
 
+AWK='$AWK'
20809
 
+test -n "\$AWK" || AWK=awk
20810
 
 _ACEOF
20811
 
 
20812
 
-cat >>$CONFIG_STATUS <<\_ACEOF
20813
 
-# If no file are specified by the user, then we need to provide default
20814
 
-# value.  By we need to know if files were specified by the user.
20815
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20816
 
+# The default lists apply if the user does not specify any file.
20817
 
 ac_need_defaults=:
20818
 
 while test $# != 0
20819
 
 do
20820
 
   case $1 in
20821
 
   --*=*)
20822
 
-    ac_option=`expr "x$1" : 'x\([^=]*\)='`
20823
 
-    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
20824
 
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
20825
 
+    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
20826
 
     ac_shift=:
20827
 
     ;;
20828
 
-  -*)
20829
 
+  *)
20830
 
     ac_option=$1
20831
 
     ac_optarg=$2
20832
 
     ac_shift=shift
20833
 
     ;;
20834
 
-  *) # This is not an option, so the user has probably given explicit
20835
 
-     # arguments.
20836
 
-     ac_option=$1
20837
 
-     ac_need_defaults=false;;
20838
 
   esac
20839
 
 
20840
 
   case $ac_option in
20841
 
   # Handling of the options.
20842
 
-_ACEOF
20843
 
-cat >>$CONFIG_STATUS <<\_ACEOF
20844
 
   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
20845
 
     ac_cs_recheck=: ;;
20846
 
-  --version | --vers* | -V )
20847
 
-    echo "$ac_cs_version"; exit 0 ;;
20848
 
-  --he | --h)
20849
 
-    # Conflict between --help and --header
20850
 
-    { { echo "$as_me:$LINENO: error: ambiguous option: $1
20851
 
-Try \`$0 --help' for more information." >&5
20852
 
-echo "$as_me: error: ambiguous option: $1
20853
 
-Try \`$0 --help' for more information." >&2;}
20854
 
-   { (exit 1); exit 1; }; };;
20855
 
-  --help | --hel | -h )
20856
 
-    echo "$ac_cs_usage"; exit 0 ;;
20857
 
-  --debug | --d* | -d )
20858
 
+  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
20859
 
+    $as_echo "$ac_cs_version"; exit ;;
20860
 
+  --config | --confi | --conf | --con | --co | --c )
20861
 
+    $as_echo "$ac_cs_config"; exit ;;
20862
 
+  --debug | --debu | --deb | --de | --d | -d )
20863
 
     debug=: ;;
20864
 
   --file | --fil | --fi | --f )
20865
 
     $ac_shift
20866
 
-    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
20867
 
+    case $ac_optarg in
20868
 
+    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
20869
 
+    esac
20870
 
+    as_fn_append CONFIG_FILES " '$ac_optarg'"
20871
 
     ac_need_defaults=false;;
20872
 
   --header | --heade | --head | --hea )
20873
 
     $ac_shift
20874
 
-    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
20875
 
+    case $ac_optarg in
20876
 
+    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
20877
 
+    esac
20878
 
+    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
20879
 
     ac_need_defaults=false;;
20880
 
+  --he | --h)
20881
 
+    # Conflict between --help and --header
20882
 
+    as_fn_error "ambiguous option: \`$1'
20883
 
+Try \`$0 --help' for more information.";;
20884
 
+  --help | --hel | -h )
20885
 
+    $as_echo "$ac_cs_usage"; exit ;;
20886
 
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
20887
 
   | -silent | --silent | --silen | --sile | --sil | --si | --s)
20888
 
     ac_cs_silent=: ;;
20889
 
 
20890
 
   # This is an error.
20891
 
-  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
20892
 
-Try \`$0 --help' for more information." >&5
20893
 
-echo "$as_me: error: unrecognized option: $1
20894
 
-Try \`$0 --help' for more information." >&2;}
20895
 
-   { (exit 1); exit 1; }; } ;;
20896
 
+  -*) as_fn_error "unrecognized option: \`$1'
20897
 
+Try \`$0 --help' for more information." ;;
20898
 
 
20899
 
-  *) ac_config_targets="$ac_config_targets $1" ;;
20900
 
+  *) as_fn_append ac_config_targets " $1"
20901
 
+     ac_need_defaults=false ;;
20902
 
 
20903
 
   esac
20904
 
   shift
20905
 
@@ -7138,31 +6231,45 @@ if $ac_cs_silent; then
20906
 
 fi
20907
 
 
20908
 
 _ACEOF
20909
 
-cat >>$CONFIG_STATUS <<_ACEOF
20910
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20911
 
 if \$ac_cs_recheck; then
20912
 
-  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
20913
 
-  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
20914
 
+  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
20915
 
+  shift
20916
 
+  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
20917
 
+  CONFIG_SHELL='$SHELL'
20918
 
+  export CONFIG_SHELL
20919
 
+  exec "\$@"
20920
 
 fi
20921
 
 
20922
 
 _ACEOF
20923
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20924
 
+exec 5>>config.log
20925
 
+{
20926
 
+  echo
20927
 
+  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
20928
 
+## Running $as_me. ##
20929
 
+_ASBOX
20930
 
+  $as_echo "$ac_log"
20931
 
+} >&5
20932
 
 
20933
 
+_ACEOF
20934
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20935
 
+_ACEOF
20936
 
 
20937
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20938
 
 
20939
 
-
20940
 
-
20941
 
-cat >>$CONFIG_STATUS <<\_ACEOF
20942
 
+# Handling of arguments.
20943
 
 for ac_config_target in $ac_config_targets
20944
 
 do
20945
 
-  case "$ac_config_target" in
20946
 
-  # Handling of arguments.
20947
 
-  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
20948
 
-  "autoconf.h" ) CONFIG_HEADERS="$CONFIG_HEADERS autoconf.h" ;;
20949
 
-  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
20950
 
-echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
20951
 
-   { (exit 1); exit 1; }; };;
20952
 
+  case $ac_config_target in
20953
 
+    "autoconf.h") CONFIG_HEADERS="$CONFIG_HEADERS autoconf.h" ;;
20954
 
+    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
20955
 
+
20956
 
+  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
20957
 
   esac
20958
 
 done
20959
 
 
20960
 
+
20961
 
 # If the user did not use the arguments to specify the items to instantiate,
20962
 
 # then the envvar interface is used.  Set only those that are not.
20963
 
 # We use the long form for the default assignment because of an extremely
20964
 
@@ -7173,592 +6280,539 @@ if $ac_need_defaults; then
20965
 
 fi
20966
 
 
20967
 
 # Have a temporary directory for convenience.  Make it in the build tree
20968
 
-# simply because there is no reason to put it here, and in addition,
20969
 
+# simply because there is no reason against having it here, and in addition,
20970
 
 # creating and moving files from /tmp can sometimes cause problems.
20971
 
-# Create a temporary directory, and hook for its removal unless debugging.
20972
 
+# Hook for its removal unless debugging.
20973
 
+# Note that there is a small window in which the directory will not be cleaned:
20974
 
+# after its creation but before its name has been assigned to `$tmp'.
20975
 
 $debug ||
20976
 
 {
20977
 
-  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
20978
 
-  trap '{ (exit 1); exit 1; }' 1 2 13 15
20979
 
+  tmp=
20980
 
+  trap 'exit_status=$?
20981
 
+  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
20982
 
+' 0
20983
 
+  trap 'as_fn_exit 1' 1 2 13 15
20984
 
 }
20985
 
-
20986
 
 # Create a (secure) tmp directory for tmp files.
20987
 
 
20988
 
 {
20989
 
-  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
20990
 
+  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
20991
 
   test -n "$tmp" && test -d "$tmp"
20992
 
 }  ||
20993
 
 {
20994
 
-  tmp=./confstat$$-$RANDOM
20995
 
-  (umask 077 && mkdir $tmp)
20996
 
-} ||
20997
 
-{
20998
 
-   echo "$me: cannot create a temporary directory in ." >&2
20999
 
-   { (exit 1); exit 1; }
21000
 
-}
21001
 
+  tmp=./conf$$-$RANDOM
21002
 
+  (umask 077 && mkdir "$tmp")
21003
 
+} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
21004
 
+
21005
 
+# Set up the scripts for CONFIG_FILES section.
21006
 
+# No need to generate them if there are no CONFIG_FILES.
21007
 
+# This happens for instance with `./config.status config.h'.
21008
 
+if test -n "$CONFIG_FILES"; then
21009
 
+
21010
 
+
21011
 
+ac_cr=`echo X | tr X '\015'`
21012
 
+# On cygwin, bash can eat \r inside `` if the user requested igncr.
21013
 
+# But we know of no other shell where ac_cr would be empty at this
21014
 
+# point, so we can use a bashism as a fallback.
21015
 
+if test "x$ac_cr" = x; then
21016
 
+  eval ac_cr=\$\'\\r\'
21017
 
+fi
21018
 
+ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
21019
 
+if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
21020
 
+  ac_cs_awk_cr='\r'
21021
 
+else
21022
 
+  ac_cs_awk_cr=$ac_cr
21023
 
+fi
21024
 
 
21025
 
+echo 'BEGIN {' >"$tmp/subs1.awk" &&
21026
 
 _ACEOF
21027
 
 
21028
 
-cat >>$CONFIG_STATUS <<_ACEOF
21029
 
 
21030
 
-#
21031
 
-# CONFIG_FILES section.
21032
 
-#
21033
 
+{
21034
 
+  echo "cat >conf$$subs.awk <<_ACEOF" &&
21035
 
+  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
21036
 
+  echo "_ACEOF"
21037
 
+} >conf$$subs.sh ||
21038
 
+  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
21039
 
+ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
21040
 
+ac_delim='%!_!# '
21041
 
+for ac_last_try in false false false false false :; do
21042
 
+  . ./conf$$subs.sh ||
21043
 
+    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
21044
 
 
21045
 
-# No need to generate the scripts if there are no CONFIG_FILES.
21046
 
-# This happens for instance when ./config.status config.h
21047
 
-if test -n "\$CONFIG_FILES"; then
21048
 
-  # Protect against being on the right side of a sed subst in config.status.
21049
 
-  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
21050
 
-   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
21051
 
-s,@SHELL@,$SHELL,;t t
21052
 
-s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
21053
 
-s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
21054
 
-s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
21055
 
-s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
21056
 
-s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
21057
 
-s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
21058
 
-s,@exec_prefix@,$exec_prefix,;t t
21059
 
-s,@prefix@,$prefix,;t t
21060
 
-s,@program_transform_name@,$program_transform_name,;t t
21061
 
-s,@bindir@,$bindir,;t t
21062
 
-s,@sbindir@,$sbindir,;t t
21063
 
-s,@libexecdir@,$libexecdir,;t t
21064
 
-s,@datadir@,$datadir,;t t
21065
 
-s,@sysconfdir@,$sysconfdir,;t t
21066
 
-s,@sharedstatedir@,$sharedstatedir,;t t
21067
 
-s,@localstatedir@,$localstatedir,;t t
21068
 
-s,@libdir@,$libdir,;t t
21069
 
-s,@includedir@,$includedir,;t t
21070
 
-s,@oldincludedir@,$oldincludedir,;t t
21071
 
-s,@infodir@,$infodir,;t t
21072
 
-s,@mandir@,$mandir,;t t
21073
 
-s,@build_alias@,$build_alias,;t t
21074
 
-s,@host_alias@,$host_alias,;t t
21075
 
-s,@target_alias@,$target_alias,;t t
21076
 
-s,@DEFS@,$DEFS,;t t
21077
 
-s,@ECHO_C@,$ECHO_C,;t t
21078
 
-s,@ECHO_N@,$ECHO_N,;t t
21079
 
-s,@ECHO_T@,$ECHO_T,;t t
21080
 
-s,@LIBS@,$LIBS,;t t
21081
 
-s,@PROGS@,$PROGS,;t t
21082
 
-s,@MAN@,$MAN,;t t
21083
 
-s,@CC@,$CC,;t t
21084
 
-s,@CFLAGS@,$CFLAGS,;t t
21085
 
-s,@LDFLAGS@,$LDFLAGS,;t t
21086
 
-s,@CPPFLAGS@,$CPPFLAGS,;t t
21087
 
-s,@ac_ct_CC@,$ac_ct_CC,;t t
21088
 
-s,@EXEEXT@,$EXEEXT,;t t
21089
 
-s,@OBJEXT@,$OBJEXT,;t t
21090
 
-s,@CPP@,$CPP,;t t
21091
 
-s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
21092
 
-s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
21093
 
-s,@INSTALL_DATA@,$INSTALL_DATA,;t t
21094
 
-s,@RANLIB@,$RANLIB,;t t
21095
 
-s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
21096
 
-s,@YACC@,$YACC,;t t
21097
 
-s,@LEX@,$LEX,;t t
21098
 
-s,@LEXLIB@,$LEXLIB,;t t
21099
 
-s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
21100
 
-s,@M4@,$M4,;t t
21101
 
-s,@AWK@,$AWK,;t t
21102
 
-s,@EGREP@,$EGREP,;t t
21103
 
-s,@ALLOCA@,$ALLOCA,;t t
21104
 
-s,@EMACS@,$EMACS,;t t
21105
 
-s,@lispdir@,$lispdir,;t t
21106
 
-s,@GNATS_ALL@,$GNATS_ALL,;t t
21107
 
-s,@GNATS_INSTALL@,$GNATS_INSTALL,;t t
21108
 
-s,@KRB4@,$KRB4,;t t
21109
 
-s,@HAVE_KERBEROS@,$HAVE_KERBEROS,;t t
21110
 
-s,@KRBINCLUDE@,$KRBINCLUDE,;t t
21111
 
-s,@EXTRA_OBJS@,$EXTRA_OBJS,;t t
21112
 
-s,@GNATS_SERVICE@,$GNATS_SERVICE,;t t
21113
 
-s,@GNATS_USER@,$GNATS_USER,;t t
21114
 
-s,@DEFAULT_RELEASE@,$DEFAULT_RELEASE,;t t
21115
 
-s,@DEFAULT_ORGANIZATION@,$DEFAULT_ORGANIZATION,;t t
21116
 
-s,@SUBMITTER@,$SUBMITTER,;t t
21117
 
-s,@DEFAULT_MAIL_AGENT@,$DEFAULT_MAIL_AGENT,;t t
21118
 
-s,@BWEEK_START@,$BWEEK_START,;t t
21119
 
-s,@BWEEK_END@,$BWEEK_END,;t t
21120
 
-s,@BDAY_START@,$BDAY_START,;t t
21121
 
-s,@BDAY_END@,$BDAY_END,;t t
21122
 
-s,@GNATSD_USER_ACCESS_FILE@,$GNATSD_USER_ACCESS_FILE,;t t
21123
 
-s,@GNATSD_HOST_ACCESS_FILE@,$GNATSD_HOST_ACCESS_FILE,;t t
21124
 
-s,@GLOBAL_DB_LIST_FILE@,$GLOBAL_DB_LIST_FILE,;t t
21125
 
-s,@GNATS_DEFAULT_DB_DIR@,$GNATS_DEFAULT_DB_DIR,;t t
21126
 
-s,@GCC_CFLAGS@,$GCC_CFLAGS,;t t
21127
 
-s,@SENDMAIL@,$SENDMAIL,;t t
21128
 
-s,@LIBOBJS@,$LIBOBJS,;t t
21129
 
-s,@LTLIBOBJS@,$LTLIBOBJS,;t t
21130
 
-CEOF
21131
 
-
21132
 
-_ACEOF
21133
 
-
21134
 
-  cat >>$CONFIG_STATUS <<\_ACEOF
21135
 
-  # Split the substitutions into bite-sized pieces for seds with
21136
 
-  # small command number limits, like on Digital OSF/1 and HP-UX.
21137
 
-  ac_max_sed_lines=48
21138
 
-  ac_sed_frag=1 # Number of current file.
21139
 
-  ac_beg=1 # First line for current file.
21140
 
-  ac_end=$ac_max_sed_lines # Line after last line for current file.
21141
 
-  ac_more_lines=:
21142
 
-  ac_sed_cmds=
21143
 
-  while $ac_more_lines; do
21144
 
-    if test $ac_beg -gt 1; then
21145
 
-      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
21146
 
-    else
21147
 
-      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
21148
 
-    fi
21149
 
-    if test ! -s $tmp/subs.frag; then
21150
 
-      ac_more_lines=false
21151
 
-    else
21152
 
-      # The purpose of the label and of the branching condition is to
21153
 
-      # speed up the sed processing (if there are no `@' at all, there
21154
 
-      # is no need to browse any of the substitutions).
21155
 
-      # These are the two extra sed commands mentioned above.
21156
 
-      (echo ':t
21157
 
-  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
21158
 
-      if test -z "$ac_sed_cmds"; then
21159
 
-       ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
21160
 
-      else
21161
 
-       ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
21162
 
-      fi
21163
 
-      ac_sed_frag=`expr $ac_sed_frag + 1`
21164
 
-      ac_beg=$ac_end
21165
 
-      ac_end=`expr $ac_end + $ac_max_sed_lines`
21166
 
-    fi
21167
 
-  done
21168
 
-  if test -z "$ac_sed_cmds"; then
21169
 
-    ac_sed_cmds=cat
21170
 
+  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
21171
 
+  if test $ac_delim_n = $ac_delim_num; then
21172
 
+    break
21173
 
+  elif $ac_last_try; then
21174
 
+    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
21175
 
+  else
21176
 
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
21177
 
   fi
21178
 
+done
21179
 
+rm -f conf$$subs.sh
21180
 
+
21181
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21182
 
+cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
21183
 
+_ACEOF
21184
 
+sed -n '
21185
 
+h
21186
 
+s/^/S["/; s/!.*/"]=/
21187
 
+p
21188
 
+g
21189
 
+s/^[^!]*!//
21190
 
+:repl
21191
 
+t repl
21192
 
+s/'"$ac_delim"'$//
21193
 
+t delim
21194
 
+:nl
21195
 
+h
21196
 
+s/\(.\{148\}\)..*/\1/
21197
 
+t more1
21198
 
+s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
21199
 
+p
21200
 
+n
21201
 
+b repl
21202
 
+:more1
21203
 
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
21204
 
+p
21205
 
+g
21206
 
+s/.\{148\}//
21207
 
+t nl
21208
 
+:delim
21209
 
+h
21210
 
+s/\(.\{148\}\)..*/\1/
21211
 
+t more2
21212
 
+s/["\\]/\\&/g; s/^/"/; s/$/"/
21213
 
+p
21214
 
+b
21215
 
+:more2
21216
 
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
21217
 
+p
21218
 
+g
21219
 
+s/.\{148\}//
21220
 
+t delim
21221
 
+' <conf$$subs.awk | sed '
21222
 
+/^[^""]/{
21223
 
+  N
21224
 
+  s/\n//
21225
 
+}
21226
 
+' >>$CONFIG_STATUS || ac_write_fail=1
21227
 
+rm -f conf$$subs.awk
21228
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21229
 
+_ACAWK
21230
 
+cat >>"\$tmp/subs1.awk" <<_ACAWK &&
21231
 
+  for (key in S) S_is_set[key] = 1
21232
 
+  FS = ""
21233
 
+
21234
 
+}
21235
 
+{
21236
 
+  line = $ 0
21237
 
+  nfields = split(line, field, "@")
21238
 
+  substed = 0
21239
 
+  len = length(field[1])
21240
 
+  for (i = 2; i < nfields; i++) {
21241
 
+    key = field[i]
21242
 
+    keylen = length(key)
21243
 
+    if (S_is_set[key]) {
21244
 
+      value = S[key]
21245
 
+      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
21246
 
+      len += length(value) + length(field[++i])
21247
 
+      substed = 1
21248
 
+    } else
21249
 
+      len += 1 + keylen
21250
 
+  }
21251
 
+
21252
 
+  print line
21253
 
+}
21254
 
+
21255
 
+_ACAWK
21256
 
+_ACEOF
21257
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21258
 
+if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
21259
 
+  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
21260
 
+else
21261
 
+  cat
21262
 
+fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
21263
 
+  || as_fn_error "could not setup config files machinery" "$LINENO" 5
21264
 
+_ACEOF
21265
 
+
21266
 
+# VPATH may cause trouble with some makes, so we remove $(srcdir),
21267
 
+# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
21268
 
+# trailing colons and then remove the whole line if VPATH becomes empty
21269
 
+# (actually we leave an empty line to preserve line numbers).
21270
 
+if test "x$srcdir" = x.; then
21271
 
+  ac_vpsub='/^[         ]*VPATH[        ]*=/{
21272
 
+s/:*\$(srcdir):*/:/
21273
 
+s/:*\${srcdir}:*/:/
21274
 
+s/:*@srcdir@:*/:/
21275
 
+s/^\([^=]*=[    ]*\):*/\1/
21276
 
+s/:*$//
21277
 
+s/^[^=]*=[      ]*$//
21278
 
+}'
21279
 
+fi
21280
 
+
21281
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21282
 
 fi # test -n "$CONFIG_FILES"
21283
 
 
21284
 
+# Set up the scripts for CONFIG_HEADERS section.
21285
 
+# No need to generate them if there are no CONFIG_HEADERS.
21286
 
+# This happens for instance with `./config.status Makefile'.
21287
 
+if test -n "$CONFIG_HEADERS"; then
21288
 
+cat >"$tmp/defines.awk" <<\_ACAWK ||
21289
 
+BEGIN {
21290
 
+_ACEOF
21291
 
+
21292
 
+# Transform confdefs.h into an awk script `defines.awk', embedded as
21293
 
+# here-document in config.status, that substitutes the proper values into
21294
 
+# config.h.in to produce config.h.
21295
 
+
21296
 
+# Create a delimiter string that does not exist in confdefs.h, to ease
21297
 
+# handling of long lines.
21298
 
+ac_delim='%!_!# '
21299
 
+for ac_last_try in false false :; do
21300
 
+  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
21301
 
+  if test -z "$ac_t"; then
21302
 
+    break
21303
 
+  elif $ac_last_try; then
21304
 
+    as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
21305
 
+  else
21306
 
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
21307
 
+  fi
21308
 
+done
21309
 
+
21310
 
+# For the awk script, D is an array of macro values keyed by name,
21311
 
+# likewise P contains macro parameters if any.  Preserve backslash
21312
 
+# newline sequences.
21313
 
+
21314
 
+ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
21315
 
+sed -n '
21316
 
+s/.\{148\}/&'"$ac_delim"'/g
21317
 
+t rset
21318
 
+:rset
21319
 
+s/^[    ]*#[    ]*define[       ][      ]*/ /
21320
 
+t def
21321
 
+d
21322
 
+:def
21323
 
+s/\\$//
21324
 
+t bsnl
21325
 
+s/["\\]/\\&/g
21326
 
+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[    ]*\(.*\)/P["\1"]="\2"\
21327
 
+D["\1"]=" \3"/p
21328
 
+s/^ \('"$ac_word_re"'\)[        ]*\(.*\)/D["\1"]=" \2"/p
21329
 
+d
21330
 
+:bsnl
21331
 
+s/["\\]/\\&/g
21332
 
+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[    ]*\(.*\)/P["\1"]="\2"\
21333
 
+D["\1"]=" \3\\\\\\n"\\/p
21334
 
+t cont
21335
 
+s/^ \('"$ac_word_re"'\)[        ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
21336
 
+t cont
21337
 
+d
21338
 
+:cont
21339
 
+n
21340
 
+s/.\{148\}/&'"$ac_delim"'/g
21341
 
+t clear
21342
 
+:clear
21343
 
+s/\\$//
21344
 
+t bsnlc
21345
 
+s/["\\]/\\&/g; s/^/"/; s/$/"/p
21346
 
+d
21347
 
+:bsnlc
21348
 
+s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
21349
 
+b cont
21350
 
+' <confdefs.h | sed '
21351
 
+s/'"$ac_delim"'/"\\\
21352
 
+"/g' >>$CONFIG_STATUS || ac_write_fail=1
21353
 
+
21354
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21355
 
+  for (key in D) D_is_set[key] = 1
21356
 
+  FS = ""
21357
 
+}
21358
 
+/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
21359
 
+  line = \$ 0
21360
 
+  split(line, arg, " ")
21361
 
+  if (arg[1] == "#") {
21362
 
+    defundef = arg[2]
21363
 
+    mac1 = arg[3]
21364
 
+  } else {
21365
 
+    defundef = substr(arg[1], 2)
21366
 
+    mac1 = arg[2]
21367
 
+  }
21368
 
+  split(mac1, mac2, "(") #)
21369
 
+  macro = mac2[1]
21370
 
+  prefix = substr(line, 1, index(line, defundef) - 1)
21371
 
+  if (D_is_set[macro]) {
21372
 
+    # Preserve the white space surrounding the "#".
21373
 
+    print prefix "define", macro P[macro] D[macro]
21374
 
+    next
21375
 
+  } else {
21376
 
+    # Replace #undef with comments.  This is necessary, for example,
21377
 
+    # in the case of _POSIX_SOURCE, which is predefined and required
21378
 
+    # on some systems where configure will not decide to define it.
21379
 
+    if (defundef == "undef") {
21380
 
+      print "/*", prefix defundef, macro, "*/"
21381
 
+      next
21382
 
+    }
21383
 
+  }
21384
 
+}
21385
 
+{ print }
21386
 
+_ACAWK
21387
 
 _ACEOF
21388
 
-cat >>$CONFIG_STATUS <<\_ACEOF
21389
 
-for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
21390
 
-  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
21391
 
-  case $ac_file in
21392
 
-  - | *:- | *:-:* ) # input from stdin
21393
 
-       cat >$tmp/stdin
21394
 
-       ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
21395
 
-       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
21396
 
-  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
21397
 
-       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
21398
 
-  * )   ac_file_in=$ac_file.in ;;
21399
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21400
 
+  as_fn_error "could not setup config headers machinery" "$LINENO" 5
21401
 
+fi # test -n "$CONFIG_HEADERS"
21402
 
+
21403
 
+
21404
 
+eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    "
21405
 
+shift
21406
 
+for ac_tag
21407
 
+do
21408
 
+  case $ac_tag in
21409
 
+  :[FHLC]) ac_mode=$ac_tag; continue;;
21410
 
+  esac
21411
 
+  case $ac_mode$ac_tag in
21412
 
+  :[FHL]*:*);;
21413
 
+  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
21414
 
+  :[FH]-) ac_tag=-:-;;
21415
 
+  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
21416
 
+  esac
21417
 
+  ac_save_IFS=$IFS
21418
 
+  IFS=:
21419
 
+  set x $ac_tag
21420
 
+  IFS=$ac_save_IFS
21421
 
+  shift
21422
 
+  ac_file=$1
21423
 
+  shift
21424
 
+
21425
 
+  case $ac_mode in
21426
 
+  :L) ac_source=$1;;
21427
 
+  :[FH])
21428
 
+    ac_file_inputs=
21429
 
+    for ac_f
21430
 
+    do
21431
 
+      case $ac_f in
21432
 
+      -) ac_f="$tmp/stdin";;
21433
 
+      *) # Look for the file first in the build tree, then in the source tree
21434
 
+        # (if the path is not absolute).  The absolute path cannot be DOS-style,
21435
 
+        # because $ac_f cannot contain `:'.
21436
 
+        test -f "$ac_f" ||
21437
 
+          case $ac_f in
21438
 
+          [\\/$]*) false;;
21439
 
+          *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
21440
 
+          esac ||
21441
 
+          as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
21442
 
+      esac
21443
 
+      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
21444
 
+      as_fn_append ac_file_inputs " '$ac_f'"
21445
 
+    done
21446
 
+
21447
 
+    # Let's still pretend it is `configure' which instantiates (i.e., don't
21448
 
+    # use $as_me), people would be surprised to read:
21449
 
+    #    /* config.h.  Generated by config.status.  */
21450
 
+    configure_input='Generated from '`
21451
 
+         $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
21452
 
+       `' by configure.'
21453
 
+    if test x"$ac_file" != x-; then
21454
 
+      configure_input="$ac_file.  $configure_input"
21455
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
21456
 
+$as_echo "$as_me: creating $ac_file" >&6;}
21457
 
+    fi
21458
 
+    # Neutralize special characters interpreted by sed in replacement strings.
21459
 
+    case $configure_input in #(
21460
 
+    *\&* | *\|* | *\\* )
21461
 
+       ac_sed_conf_input=`$as_echo "$configure_input" |
21462
 
+       sed 's/[\\\\&|]/\\\\&/g'`;; #(
21463
 
+    *) ac_sed_conf_input=$configure_input;;
21464
 
+    esac
21465
 
+
21466
 
+    case $ac_tag in
21467
 
+    *:-:* | *:-) cat >"$tmp/stdin" \
21468
 
+      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
21469
 
+    esac
21470
 
+    ;;
21471
 
   esac
21472
 
 
21473
 
-  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
21474
 
-  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
21475
 
+  ac_dir=`$as_dirname -- "$ac_file" ||
21476
 
 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
21477
 
         X"$ac_file" : 'X\(//\)[^/]' \| \
21478
 
         X"$ac_file" : 'X\(//\)$' \| \
21479
 
-        X"$ac_file" : 'X\(/\)' \| \
21480
 
-        .     : '\(.\)' 2>/dev/null ||
21481
 
-echo X"$ac_file" |
21482
 
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
21483
 
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
21484
 
-         /^X\(\/\/\)$/{ s//\1/; q; }
21485
 
-         /^X\(\/\).*/{ s//\1/; q; }
21486
 
-         s/.*/./; q'`
21487
 
-  { if $as_mkdir_p; then
21488
 
-    mkdir -p "$ac_dir"
21489
 
-  else
21490
 
-    as_dir="$ac_dir"
21491
 
-    as_dirs=
21492
 
-    while test ! -d "$as_dir"; do
21493
 
-      as_dirs="$as_dir $as_dirs"
21494
 
-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
21495
 
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
21496
 
-        X"$as_dir" : 'X\(//\)[^/]' \| \
21497
 
-        X"$as_dir" : 'X\(//\)$' \| \
21498
 
-        X"$as_dir" : 'X\(/\)' \| \
21499
 
-        .     : '\(.\)' 2>/dev/null ||
21500
 
-echo X"$as_dir" |
21501
 
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
21502
 
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
21503
 
-         /^X\(\/\/\)$/{ s//\1/; q; }
21504
 
-         /^X\(\/\).*/{ s//\1/; q; }
21505
 
-         s/.*/./; q'`
21506
 
-    done
21507
 
-    test ! -n "$as_dirs" || mkdir $as_dirs
21508
 
-  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
21509
 
-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
21510
 
-   { (exit 1); exit 1; }; }; }
21511
 
-
21512
 
+        X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
21513
 
+$as_echo X"$ac_file" |
21514
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
21515
 
+           s//\1/
21516
 
+           q
21517
 
+         }
21518
 
+         /^X\(\/\/\)[^/].*/{
21519
 
+           s//\1/
21520
 
+           q
21521
 
+         }
21522
 
+         /^X\(\/\/\)$/{
21523
 
+           s//\1/
21524
 
+           q
21525
 
+         }
21526
 
+         /^X\(\/\).*/{
21527
 
+           s//\1/
21528
 
+           q
21529
 
+         }
21530
 
+         s/.*/./; q'`
21531
 
+  as_dir="$ac_dir"; as_fn_mkdir_p
21532
 
   ac_builddir=.
21533
 
 
21534
 
-if test "$ac_dir" != .; then
21535
 
-  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
21536
 
-  # A "../" for each directory in $ac_dir_suffix.
21537
 
-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
21538
 
-else
21539
 
-  ac_dir_suffix= ac_top_builddir=
21540
 
-fi
21541
 
+case "$ac_dir" in
21542
 
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
21543
 
+*)
21544
 
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
21545
 
+  # A ".." for each directory in $ac_dir_suffix.
21546
 
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
21547
 
+  case $ac_top_builddir_sub in
21548
 
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
21549
 
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
21550
 
+  esac ;;
21551
 
+esac
21552
 
+ac_abs_top_builddir=$ac_pwd
21553
 
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
21554
 
+# for backward compatibility:
21555
 
+ac_top_builddir=$ac_top_build_prefix
21556
 
 
21557
 
 case $srcdir in
21558
 
-  .)  # No --srcdir option.  We are building in place.
21559
 
+  .)  # We are building in place.
21560
 
     ac_srcdir=.
21561
 
-    if test -z "$ac_top_builddir"; then
21562
 
-       ac_top_srcdir=.
21563
 
-    else
21564
 
-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
21565
 
-    fi ;;
21566
 
-  [\\/]* | ?:[\\/]* )  # Absolute path.
21567
 
+    ac_top_srcdir=$ac_top_builddir_sub
21568
 
+    ac_abs_top_srcdir=$ac_pwd ;;
21569
 
+  [\\/]* | ?:[\\/]* )  # Absolute name.
21570
 
     ac_srcdir=$srcdir$ac_dir_suffix;
21571
 
-    ac_top_srcdir=$srcdir ;;
21572
 
-  *) # Relative path.
21573
 
-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
21574
 
-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
21575
 
+    ac_top_srcdir=$srcdir
21576
 
+    ac_abs_top_srcdir=$srcdir ;;
21577
 
+  *) # Relative name.
21578
 
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
21579
 
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
21580
 
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
21581
 
 esac
21582
 
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
21583
 
 
21584
 
-# Do not use `cd foo && pwd` to compute absolute paths, because
21585
 
-# the directories may not exist.
21586
 
-case `pwd` in
21587
 
-.) ac_abs_builddir="$ac_dir";;
21588
 
-*)
21589
 
-  case "$ac_dir" in
21590
 
-  .) ac_abs_builddir=`pwd`;;
21591
 
-  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
21592
 
-  *) ac_abs_builddir=`pwd`/"$ac_dir";;
21593
 
-  esac;;
21594
 
-esac
21595
 
-case $ac_abs_builddir in
21596
 
-.) ac_abs_top_builddir=${ac_top_builddir}.;;
21597
 
-*)
21598
 
-  case ${ac_top_builddir}. in
21599
 
-  .) ac_abs_top_builddir=$ac_abs_builddir;;
21600
 
-  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
21601
 
-  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
21602
 
-  esac;;
21603
 
-esac
21604
 
-case $ac_abs_builddir in
21605
 
-.) ac_abs_srcdir=$ac_srcdir;;
21606
 
-*)
21607
 
-  case $ac_srcdir in
21608
 
-  .) ac_abs_srcdir=$ac_abs_builddir;;
21609
 
-  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
21610
 
-  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
21611
 
-  esac;;
21612
 
-esac
21613
 
-case $ac_abs_builddir in
21614
 
-.) ac_abs_top_srcdir=$ac_top_srcdir;;
21615
 
-*)
21616
 
-  case $ac_top_srcdir in
21617
 
-  .) ac_abs_top_srcdir=$ac_abs_builddir;;
21618
 
-  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
21619
 
-  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
21620
 
-  esac;;
21621
 
-esac
21622
 
 
21623
 
+  case $ac_mode in
21624
 
+  :F)
21625
 
+  #
21626
 
+  # CONFIG_FILE
21627
 
+  #
21628
 
 
21629
 
   case $INSTALL in
21630
 
   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
21631
 
-  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
21632
 
+  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
21633
 
   esac
21634
 
+_ACEOF
21635
 
 
21636
 
-  if test x"$ac_file" != x-; then
21637
 
-    { echo "$as_me:$LINENO: creating $ac_file" >&5
21638
 
-echo "$as_me: creating $ac_file" >&6;}
21639
 
-    rm -f "$ac_file"
21640
 
-  fi
21641
 
-  # Let's still pretend it is `configure' which instantiates (i.e., don't
21642
 
-  # use $as_me), people would be surprised to read:
21643
 
-  #    /* config.h.  Generated by config.status.  */
21644
 
-  if test x"$ac_file" = x-; then
21645
 
-    configure_input=
21646
 
-  else
21647
 
-    configure_input="$ac_file.  "
21648
 
-  fi
21649
 
-  configure_input=$configure_input"Generated from `echo $ac_file_in |
21650
 
-                                    sed 's,.*/,,'` by configure."
21651
 
-
21652
 
-  # First look for the input files in the build tree, otherwise in the
21653
 
-  # src tree.
21654
 
-  ac_file_inputs=`IFS=:
21655
 
-    for f in $ac_file_in; do
21656
 
-      case $f in
21657
 
-      -) echo $tmp/stdin ;;
21658
 
-      [\\/$]*)
21659
 
-        # Absolute (can't be DOS-style, as IFS=:)
21660
 
-        test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
21661
 
-echo "$as_me: error: cannot find input file: $f" >&2;}
21662
 
-   { (exit 1); exit 1; }; }
21663
 
-        echo "$f";;
21664
 
-      *) # Relative
21665
 
-        if test -f "$f"; then
21666
 
-          # Build tree
21667
 
-          echo "$f"
21668
 
-        elif test -f "$srcdir/$f"; then
21669
 
-          # Source tree
21670
 
-          echo "$srcdir/$f"
21671
 
-        else
21672
 
-          # /dev/null tree
21673
 
-          { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
21674
 
-echo "$as_me: error: cannot find input file: $f" >&2;}
21675
 
-   { (exit 1); exit 1; }; }
21676
 
-        fi;;
21677
 
-      esac
21678
 
-    done` || { (exit 1); exit 1; }
21679
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21680
 
+# If the template does not know about datarootdir, expand it.
21681
 
+# FIXME: This hack should be removed a few years after 2.60.
21682
 
+ac_datarootdir_hack=; ac_datarootdir_seen=
21683
 
+ac_sed_dataroot='
21684
 
+/datarootdir/ {
21685
 
+  p
21686
 
+  q
21687
 
+}
21688
 
+/@datadir@/p
21689
 
+/@docdir@/p
21690
 
+/@infodir@/p
21691
 
+/@localedir@/p
21692
 
+/@mandir@/p'
21693
 
+case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
21694
 
+*datarootdir*) ac_datarootdir_seen=yes;;
21695
 
+*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
21696
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
21697
 
+$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
21698
 
+_ACEOF
21699
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21700
 
+  ac_datarootdir_hack='
21701
 
+  s&@datadir@&$datadir&g
21702
 
+  s&@docdir@&$docdir&g
21703
 
+  s&@infodir@&$infodir&g
21704
 
+  s&@localedir@&$localedir&g
21705
 
+  s&@mandir@&$mandir&g
21706
 
+  s&\\\${datarootdir}&$datarootdir&g' ;;
21707
 
+esac
21708
 
 _ACEOF
21709
 
-cat >>$CONFIG_STATUS <<_ACEOF
21710
 
-  sed "$ac_vpsub
21711
 
+
21712
 
+# Neutralize VPATH when `$srcdir' = `.'.
21713
 
+# Shell code in configure.ac might set extrasub.
21714
 
+# FIXME: do we really want to maintain this feature?
21715
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21716
 
+ac_sed_extra="$ac_vpsub
21717
 
 $extrasub
21718
 
 _ACEOF
21719
 
-cat >>$CONFIG_STATUS <<\_ACEOF
21720
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21721
 
 :t
21722
 
 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
21723
 
-s,@configure_input@,$configure_input,;t t
21724
 
-s,@srcdir@,$ac_srcdir,;t t
21725
 
-s,@abs_srcdir@,$ac_abs_srcdir,;t t
21726
 
-s,@top_srcdir@,$ac_top_srcdir,;t t
21727
 
-s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
21728
 
-s,@builddir@,$ac_builddir,;t t
21729
 
-s,@abs_builddir@,$ac_abs_builddir,;t t
21730
 
-s,@top_builddir@,$ac_top_builddir,;t t
21731
 
-s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
21732
 
-s,@INSTALL@,$ac_INSTALL,;t t
21733
 
-" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
21734
 
-  rm -f $tmp/stdin
21735
 
-  if test x"$ac_file" != x-; then
21736
 
-    mv $tmp/out $ac_file
21737
 
-  else
21738
 
-    cat $tmp/out
21739
 
-    rm -f $tmp/out
21740
 
-  fi
21741
 
-
21742
 
-done
21743
 
-_ACEOF
21744
 
-cat >>$CONFIG_STATUS <<\_ACEOF
21745
 
-
21746
 
-#
21747
 
-# CONFIG_HEADER section.
21748
 
-#
21749
 
-
21750
 
-# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
21751
 
-# NAME is the cpp macro being defined and VALUE is the value it is being given.
21752
 
-#
21753
 
-# ac_d sets the value in "#define NAME VALUE" lines.
21754
 
-ac_dA='s,^\([   ]*\)#\([        ]*define[       ][      ]*\)'
21755
 
-ac_dB='[        ].*$,\1#\2'
21756
 
-ac_dC=' '
21757
 
-ac_dD=',;t'
21758
 
-# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
21759
 
-ac_uA='s,^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
21760
 
-ac_uB='$,\1#\2define\3'
21761
 
-ac_uC=' '
21762
 
-ac_uD=',;t'
21763
 
+s|@configure_input@|$ac_sed_conf_input|;t t
21764
 
+s&@top_builddir@&$ac_top_builddir_sub&;t t
21765
 
+s&@top_build_prefix@&$ac_top_build_prefix&;t t
21766
 
+s&@srcdir@&$ac_srcdir&;t t
21767
 
+s&@abs_srcdir@&$ac_abs_srcdir&;t t
21768
 
+s&@top_srcdir@&$ac_top_srcdir&;t t
21769
 
+s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
21770
 
+s&@builddir@&$ac_builddir&;t t
21771
 
+s&@abs_builddir@&$ac_abs_builddir&;t t
21772
 
+s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
21773
 
+s&@INSTALL@&$ac_INSTALL&;t t
21774
 
+$ac_datarootdir_hack
21775
 
+"
21776
 
+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
21777
 
+  || as_fn_error "could not create $ac_file" "$LINENO" 5
21778
 
+
21779
 
+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
21780
 
+  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
21781
 
+  { ac_out=`sed -n '/^[         ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
21782
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
21783
 
+which seems to be undefined.  Please make sure it is defined." >&5
21784
 
+$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
21785
 
+which seems to be undefined.  Please make sure it is defined." >&2;}
21786
 
 
21787
 
-for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
21788
 
-  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
21789
 
+  rm -f "$tmp/stdin"
21790
 
   case $ac_file in
21791
 
-  - | *:- | *:-:* ) # input from stdin
21792
 
-       cat >$tmp/stdin
21793
 
-       ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
21794
 
-       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
21795
 
-  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
21796
 
-       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
21797
 
-  * )   ac_file_in=$ac_file.in ;;
21798
 
-  esac
21799
 
-
21800
 
-  test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
21801
 
-echo "$as_me: creating $ac_file" >&6;}
21802
 
-
21803
 
-  # First look for the input files in the build tree, otherwise in the
21804
 
-  # src tree.
21805
 
-  ac_file_inputs=`IFS=:
21806
 
-    for f in $ac_file_in; do
21807
 
-      case $f in
21808
 
-      -) echo $tmp/stdin ;;
21809
 
-      [\\/$]*)
21810
 
-        # Absolute (can't be DOS-style, as IFS=:)
21811
 
-        test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
21812
 
-echo "$as_me: error: cannot find input file: $f" >&2;}
21813
 
-   { (exit 1); exit 1; }; }
21814
 
-        # Do quote $f, to prevent DOS paths from being IFS'd.
21815
 
-        echo "$f";;
21816
 
-      *) # Relative
21817
 
-        if test -f "$f"; then
21818
 
-          # Build tree
21819
 
-          echo "$f"
21820
 
-        elif test -f "$srcdir/$f"; then
21821
 
-          # Source tree
21822
 
-          echo "$srcdir/$f"
21823
 
-        else
21824
 
-          # /dev/null tree
21825
 
-          { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
21826
 
-echo "$as_me: error: cannot find input file: $f" >&2;}
21827
 
-   { (exit 1); exit 1; }; }
21828
 
-        fi;;
21829
 
-      esac
21830
 
-    done` || { (exit 1); exit 1; }
21831
 
-  # Remove the trailing spaces.
21832
 
-  sed 's/[      ]*$//' $ac_file_inputs >$tmp/in
21833
 
-
21834
 
-_ACEOF
21835
 
-
21836
 
-# Transform confdefs.h into two sed scripts, `conftest.defines' and
21837
 
-# `conftest.undefs', that substitutes the proper values into
21838
 
-# config.h.in to produce config.h.  The first handles `#define'
21839
 
-# templates, and the second `#undef' templates.
21840
 
-# And first: Protect against being on the right side of a sed subst in
21841
 
-# config.status.  Protect against being in an unquoted here document
21842
 
-# in config.status.
21843
 
-rm -f conftest.defines conftest.undefs
21844
 
-# Using a here document instead of a string reduces the quoting nightmare.
21845
 
-# Putting comments in sed scripts is not portable.
21846
 
-#
21847
 
-# `end' is used to avoid that the second main sed command (meant for
21848
 
-# 0-ary CPP macros) applies to n-ary macro definitions.
21849
 
-# See the Autoconf documentation for `clear'.
21850
 
-cat >confdef2sed.sed <<\_ACEOF
21851
 
-s/[\\&,]/\\&/g
21852
 
-s,[\\$`],\\&,g
21853
 
-t clear
21854
 
-: clear
21855
 
-s,^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
21856
 
-t end
21857
 
-s,^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
21858
 
-: end
21859
 
-_ACEOF
21860
 
-# If some macros were called several times there might be several times
21861
 
-# the same #defines, which is useless.  Nevertheless, we may not want to
21862
 
-# sort them, since we want the *last* AC-DEFINE to be honored.
21863
 
-uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
21864
 
-sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
21865
 
-rm -f confdef2sed.sed
21866
 
-
21867
 
-# This sed command replaces #undef with comments.  This is necessary, for
21868
 
-# example, in the case of _POSIX_SOURCE, which is predefined and required
21869
 
-# on some systems where configure will not decide to define it.
21870
 
-cat >>conftest.undefs <<\_ACEOF
21871
 
-s,^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
21872
 
-_ACEOF
21873
 
-
21874
 
-# Break up conftest.defines because some shells have a limit on the size
21875
 
-# of here documents, and old seds have small limits too (100 cmds).
21876
 
-echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
21877
 
-echo '  if grep "^[     ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
21878
 
-echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
21879
 
-echo '  :' >>$CONFIG_STATUS
21880
 
-rm -f conftest.tail
21881
 
-while grep . conftest.defines >/dev/null
21882
 
-do
21883
 
-  # Write a limited-size here document to $tmp/defines.sed.
21884
 
-  echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
21885
 
-  # Speed up: don't consider the non `#define' lines.
21886
 
-  echo '/^[     ]*#[    ]*define/!b' >>$CONFIG_STATUS
21887
 
-  # Work around the forget-to-reset-the-flag bug.
21888
 
-  echo 't clr' >>$CONFIG_STATUS
21889
 
-  echo ': clr' >>$CONFIG_STATUS
21890
 
-  sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
21891
 
-  echo 'CEOF
21892
 
-  sed -f $tmp/defines.sed $tmp/in >$tmp/out
21893
 
-  rm -f $tmp/in
21894
 
-  mv $tmp/out $tmp/in
21895
 
-' >>$CONFIG_STATUS
21896
 
-  sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
21897
 
-  rm -f conftest.defines
21898
 
-  mv conftest.tail conftest.defines
21899
 
-done
21900
 
-rm -f conftest.defines
21901
 
-echo '  fi # grep' >>$CONFIG_STATUS
21902
 
-echo >>$CONFIG_STATUS
21903
 
-
21904
 
-# Break up conftest.undefs because some shells have a limit on the size
21905
 
-# of here documents, and old seds have small limits too (100 cmds).
21906
 
-echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
21907
 
-rm -f conftest.tail
21908
 
-while grep . conftest.undefs >/dev/null
21909
 
-do
21910
 
-  # Write a limited-size here document to $tmp/undefs.sed.
21911
 
-  echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
21912
 
-  # Speed up: don't consider the non `#undef'
21913
 
-  echo '/^[     ]*#[    ]*undef/!b' >>$CONFIG_STATUS
21914
 
-  # Work around the forget-to-reset-the-flag bug.
21915
 
-  echo 't clr' >>$CONFIG_STATUS
21916
 
-  echo ': clr' >>$CONFIG_STATUS
21917
 
-  sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
21918
 
-  echo 'CEOF
21919
 
-  sed -f $tmp/undefs.sed $tmp/in >$tmp/out
21920
 
-  rm -f $tmp/in
21921
 
-  mv $tmp/out $tmp/in
21922
 
-' >>$CONFIG_STATUS
21923
 
-  sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
21924
 
-  rm -f conftest.undefs
21925
 
-  mv conftest.tail conftest.undefs
21926
 
-done
21927
 
-rm -f conftest.undefs
21928
 
-
21929
 
-cat >>$CONFIG_STATUS <<\_ACEOF
21930
 
-  # Let's still pretend it is `configure' which instantiates (i.e., don't
21931
 
-  # use $as_me), people would be surprised to read:
21932
 
-  #    /* config.h.  Generated by config.status.  */
21933
 
-  if test x"$ac_file" = x-; then
21934
 
-    echo "/* Generated by configure.  */" >$tmp/config.h
21935
 
-  else
21936
 
-    echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
21937
 
-  fi
21938
 
-  cat $tmp/in >>$tmp/config.h
21939
 
-  rm -f $tmp/in
21940
 
+  -) cat "$tmp/out" && rm -f "$tmp/out";;
21941
 
+  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
21942
 
+  esac \
21943
 
+  || as_fn_error "could not create $ac_file" "$LINENO" 5
21944
 
+ ;;
21945
 
+  :H)
21946
 
+  #
21947
 
+  # CONFIG_HEADER
21948
 
+  #
21949
 
   if test x"$ac_file" != x-; then
21950
 
-    if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
21951
 
-      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
21952
 
-echo "$as_me: $ac_file is unchanged" >&6;}
21953
 
+    {
21954
 
+      $as_echo "/* $configure_input  */" \
21955
 
+      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
21956
 
+    } >"$tmp/config.h" \
21957
 
+      || as_fn_error "could not create $ac_file" "$LINENO" 5
21958
 
+    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
21959
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
21960
 
+$as_echo "$as_me: $ac_file is unchanged" >&6;}
21961
 
     else
21962
 
-      ac_dir=`(dirname "$ac_file") 2>/dev/null ||
21963
 
-$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
21964
 
-        X"$ac_file" : 'X\(//\)[^/]' \| \
21965
 
-        X"$ac_file" : 'X\(//\)$' \| \
21966
 
-        X"$ac_file" : 'X\(/\)' \| \
21967
 
-        .     : '\(.\)' 2>/dev/null ||
21968
 
-echo X"$ac_file" |
21969
 
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
21970
 
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
21971
 
-         /^X\(\/\/\)$/{ s//\1/; q; }
21972
 
-         /^X\(\/\).*/{ s//\1/; q; }
21973
 
-         s/.*/./; q'`
21974
 
-      { if $as_mkdir_p; then
21975
 
-    mkdir -p "$ac_dir"
21976
 
-  else
21977
 
-    as_dir="$ac_dir"
21978
 
-    as_dirs=
21979
 
-    while test ! -d "$as_dir"; do
21980
 
-      as_dirs="$as_dir $as_dirs"
21981
 
-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
21982
 
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
21983
 
-        X"$as_dir" : 'X\(//\)[^/]' \| \
21984
 
-        X"$as_dir" : 'X\(//\)$' \| \
21985
 
-        X"$as_dir" : 'X\(/\)' \| \
21986
 
-        .     : '\(.\)' 2>/dev/null ||
21987
 
-echo X"$as_dir" |
21988
 
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
21989
 
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
21990
 
-         /^X\(\/\/\)$/{ s//\1/; q; }
21991
 
-         /^X\(\/\).*/{ s//\1/; q; }
21992
 
-         s/.*/./; q'`
21993
 
-    done
21994
 
-    test ! -n "$as_dirs" || mkdir $as_dirs
21995
 
-  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
21996
 
-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
21997
 
-   { (exit 1); exit 1; }; }; }
21998
 
-
21999
 
-      rm -f $ac_file
22000
 
-      mv $tmp/config.h $ac_file
22001
 
+      rm -f "$ac_file"
22002
 
+      mv "$tmp/config.h" "$ac_file" \
22003
 
+       || as_fn_error "could not create $ac_file" "$LINENO" 5
22004
 
     fi
22005
 
   else
22006
 
-    cat $tmp/config.h
22007
 
-    rm -f $tmp/config.h
22008
 
+    $as_echo "/* $configure_input  */" \
22009
 
+      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
22010
 
+      || as_fn_error "could not create -" "$LINENO" 5
22011
 
   fi
22012
 
-done
22013
 
-_ACEOF
22014
 
+ ;;
22015
 
+
22016
 
+
22017
 
+  esac
22018
 
+
22019
 
+done # for ac_tag
22020
 
 
22021
 
-cat >>$CONFIG_STATUS <<\_ACEOF
22022
 
 
22023
 
-{ (exit 0); exit 0; }
22024
 
+as_fn_exit 0
22025
 
 _ACEOF
22026
 
-chmod +x $CONFIG_STATUS
22027
 
 ac_clean_files=$ac_clean_files_save
22028
 
 
22029
 
+test $ac_write_fail = 0 ||
22030
 
+  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
22031
 
+
22032
 
 
22033
 
 # configure is writing to config.log, and then calls config.status.
22034
 
 # config.status does its own redirection, appending to config.log.
22035
 
@@ -7778,6 +6832,10 @@ if test "$no_create" != yes; then
22036
 
   exec 5>>config.log
22037
 
   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
22038
 
   # would make configure fail if this is the last instruction.
22039
 
-  $ac_cs_success || { (exit 1); exit 1; }
22040
 
+  $ac_cs_success || as_fn_exit $?
22041
 
+fi
22042
 
+if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
22043
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
22044
 
+$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
22045
 
 fi
22046
 
 
22047
 
--- gnats-4.1.0.orig/gnats/edit-pr.sh
22048
 
+++ gnats-4.1.0/gnats/edit-pr.sh
22049
 
@@ -169,7 +169,7 @@ do
22050
 
            type="`$QUERY_PR --field-type $field`"
22051
 
            case $type in
22052
 
                [Ee][Nn][Uu][Mm])
22053
 
-                   values=`$QUERY_PR --valid-values $field | tr '\n' ' ' | sed 's/ *$//g; s/ / | /g;s/^/[ /;s/$/ ]/;`
22054
 
+                   values=`$QUERY_PR --valid-values $field | tr '\n' ' ' | sed 's/ *$//g; s/ / | /g;s/^/[ /;s/$/ ]/;'`
22055
 
                    valslen=`echo "$values" | wc -c`
22056
 
                    if [ "$valslen" -gt 160 ]
22057
 
                    then
22058
 
--- gnats-4.1.0.orig/gnats/fconfig.h
22059
 
+++ gnats-4.1.0/gnats/fconfig.h
22060
 
@@ -1,8 +1,183 @@
22061
 
-#ifndef BISON_FCONFIG_TAB_H
22062
 
-# define BISON_FCONFIG_TAB_H
22063
 
+/* A Bison parser, made by GNU Bison 1.875d.  */
22064
 
 
22065
 
-#ifndef YYSTYPE
22066
 
-typedef union {
22067
 
+/* Skeleton parser for Yacc-like parsing with Bison,
22068
 
+   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
22069
 
+
22070
 
+   This program is free software; you can redistribute it and/or modify
22071
 
+   it under the terms of the GNU General Public License as published by
22072
 
+   the Free Software Foundation; either version 2, or (at your option)
22073
 
+   any later version.
22074
 
+
22075
 
+   This program is distributed in the hope that it will be useful,
22076
 
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
22077
 
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22078
 
+   GNU General Public License for more details.
22079
 
+
22080
 
+   You should have received a copy of the GNU General Public License
22081
 
+   along with this program; if not, write to the Free Software
22082
 
+   Foundation, Inc., 59 Temple Place - Suite 330,
22083
 
+   Boston, MA 02111-1307, USA.  */
22084
 
+
22085
 
+/* As a special exception, when this file is copied by Bison into a
22086
 
+   Bison output file, you may use that output file without restriction.
22087
 
+   This special exception was added by the Free Software Foundation
22088
 
+   in version 1.24 of Bison.  */
22089
 
+
22090
 
+/* Tokens.  */
22091
 
+#ifndef YYTOKENTYPE
22092
 
+# define YYTOKENTYPE
22093
 
+   /* Put the tokens into the symbol table, so that GDB and other debuggers
22094
 
+      know about them.  */
22095
 
+   enum yytokentype {
22096
 
+     FIELD = 258,
22097
 
+     STRINGTYPE = 259,
22098
 
+     QDEFAULT = 260,
22099
 
+     MATCHING = 261,
22100
 
+     ENUM = 262,
22101
 
+     MULTIENUMTOK = 263,
22102
 
+     VALUES = 264,
22103
 
+     DEFAULT = 265,
22104
 
+     EXACT_REGEXP = 266,
22105
 
+     INEXACT_REGEXP = 267,
22106
 
+     ALL = 268,
22107
 
+     FORMAT = 269,
22108
 
+     ENUMSEPARATORSTOK = 270,
22109
 
+     MULTITEXTTYPE = 271,
22110
 
+     DATETYPE = 272,
22111
 
+     ENUM_IN_FILE = 273,
22112
 
+     MULTI_ENUM_IN_FILE = 274,
22113
 
+     PATHTOK = 275,
22114
 
+     FIELDSTOK = 276,
22115
 
+     KEYTOK = 277,
22116
 
+     QSTRING = 278,
22117
 
+     INTVAL = 279,
22118
 
+     TEXTSEARCH = 280,
22119
 
+     QUERYTOK = 281,
22120
 
+     FORMATTOK = 282,
22121
 
+     INDEXTOK = 283,
22122
 
+     SEPARATORTOK = 284,
22123
 
+     RESTRICTEDTOK = 285,
22124
 
+     NOSPACESTOK = 286,
22125
 
+     INTEGERTOK = 287,
22126
 
+     INPUTDEFAULTTOK = 288,
22127
 
+     BUILTINTOK = 289,
22128
 
+     ALLOWANYVALUETOK = 290,
22129
 
+     REQUIRETOK = 291,
22130
 
+     APPENDFIELDTOK = 292,
22131
 
+     SETFIELDTOK = 293,
22132
 
+     CHANGETOK = 294,
22133
 
+     DESCRIPTIONTOK = 295,
22134
 
+     INPUTTOK = 296,
22135
 
+     DATABASEINFOTOK = 297,
22136
 
+     DEBUGMODETOK = 298,
22137
 
+     KEEPRECTOK = 299,
22138
 
+     NOTIFYEXPTOK = 300,
22139
 
+     LIBEXECDIRTOK = 301,
22140
 
+     SUBMITTERACKTOK = 302,
22141
 
+     BUSINESSDAYTOK = 303,
22142
 
+     BUSINESSWEEKTOK = 304,
22143
 
+     CREATECATEGORYDIRSTOK = 305,
22144
 
+     FALSETOK = 306,
22145
 
+     TRUETOK = 307,
22146
 
+     MAILFORMATTOK = 308,
22147
 
+     TOADDRESSESTOK = 309,
22148
 
+     FROMADDRESSTOK = 310,
22149
 
+     REPLYTOTOK = 311,
22150
 
+     FIXEDTOK = 312,
22151
 
+     BODYTOK = 313,
22152
 
+     HEADERTOK = 314,
22153
 
+     AUDITTRAILFMTTOK = 315,
22154
 
+     ADDAUDITTRAILTOK = 316,
22155
 
+     REQUIRECHANGEREASONTOK = 317,
22156
 
+     READONLYTOK = 318,
22157
 
+     BINARYINDEXTOK = 319,
22158
 
+     RAWTOK = 320,
22159
 
+     BADTOK = 321,
22160
 
+     AUXFLAGSTOK = 322,
22161
 
+     PRLISTTOK = 323,
22162
 
+     MAXPRSTOK = 324,
22163
 
+     EDITONLYTOK = 325,
22164
 
+     VIRTUALFORMATTOK = 326,
22165
 
+     CATPERMSTOK = 327
22166
 
+   };
22167
 
+#endif
22168
 
+#define FIELD 258
22169
 
+#define STRINGTYPE 259
22170
 
+#define QDEFAULT 260
22171
 
+#define MATCHING 261
22172
 
+#define ENUM 262
22173
 
+#define MULTIENUMTOK 263
22174
 
+#define VALUES 264
22175
 
+#define DEFAULT 265
22176
 
+#define EXACT_REGEXP 266
22177
 
+#define INEXACT_REGEXP 267
22178
 
+#define ALL 268
22179
 
+#define FORMAT 269
22180
 
+#define ENUMSEPARATORSTOK 270
22181
 
+#define MULTITEXTTYPE 271
22182
 
+#define DATETYPE 272
22183
 
+#define ENUM_IN_FILE 273
22184
 
+#define MULTI_ENUM_IN_FILE 274
22185
 
+#define PATHTOK 275
22186
 
+#define FIELDSTOK 276
22187
 
+#define KEYTOK 277
22188
 
+#define QSTRING 278
22189
 
+#define INTVAL 279
22190
 
+#define TEXTSEARCH 280
22191
 
+#define QUERYTOK 281
22192
 
+#define FORMATTOK 282
22193
 
+#define INDEXTOK 283
22194
 
+#define SEPARATORTOK 284
22195
 
+#define RESTRICTEDTOK 285
22196
 
+#define NOSPACESTOK 286
22197
 
+#define INTEGERTOK 287
22198
 
+#define INPUTDEFAULTTOK 288
22199
 
+#define BUILTINTOK 289
22200
 
+#define ALLOWANYVALUETOK 290
22201
 
+#define REQUIRETOK 291
22202
 
+#define APPENDFIELDTOK 292
22203
 
+#define SETFIELDTOK 293
22204
 
+#define CHANGETOK 294
22205
 
+#define DESCRIPTIONTOK 295
22206
 
+#define INPUTTOK 296
22207
 
+#define DATABASEINFOTOK 297
22208
 
+#define DEBUGMODETOK 298
22209
 
+#define KEEPRECTOK 299
22210
 
+#define NOTIFYEXPTOK 300
22211
 
+#define LIBEXECDIRTOK 301
22212
 
+#define SUBMITTERACKTOK 302
22213
 
+#define BUSINESSDAYTOK 303
22214
 
+#define BUSINESSWEEKTOK 304
22215
 
+#define CREATECATEGORYDIRSTOK 305
22216
 
+#define FALSETOK 306
22217
 
+#define TRUETOK 307
22218
 
+#define MAILFORMATTOK 308
22219
 
+#define TOADDRESSESTOK 309
22220
 
+#define FROMADDRESSTOK 310
22221
 
+#define REPLYTOTOK 311
22222
 
+#define FIXEDTOK 312
22223
 
+#define BODYTOK 313
22224
 
+#define HEADERTOK 314
22225
 
+#define AUDITTRAILFMTTOK 315
22226
 
+#define ADDAUDITTRAILTOK 316
22227
 
+#define REQUIRECHANGEREASONTOK 317
22228
 
+#define READONLYTOK 318
22229
 
+#define BINARYINDEXTOK 319
22230
 
+#define RAWTOK 320
22231
 
+#define BADTOK 321
22232
 
+#define AUXFLAGSTOK 322
22233
 
+#define PRLISTTOK 323
22234
 
+#define MAXPRSTOK 324
22235
 
+#define EDITONLYTOK 325
22236
 
+#define VIRTUALFORMATTOK 326
22237
 
+#define CATPERMSTOK 327
22238
 
+
22239
 
+
22240
 
+
22241
 
+
22242
 
+#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
22243
 
+#line 21 "./fconfig.y"
22244
 
+typedef union YYSTYPE {
22245
 
   int intval;
22246
 
   char *sval;
22247
 
   struct qstring *qstr;
22248
 
@@ -12,82 +187,15 @@ typedef union {
22249
 
   InputTemplate *inputlist;
22250
 
   MailAddress *mailaddr;
22251
 
   MailAddressList *mailaddrlist;
22252
 
-} yystype;
22253
 
-# define YYSTYPE yystype
22254
 
+} YYSTYPE;
22255
 
+/* Line 1285 of yacc.c.  */
22256
 
+#line 193 "fconfig.tab.h"
22257
 
+# define yystype YYSTYPE /* obsolescent; will be withdrawn */
22258
 
+# define YYSTYPE_IS_DECLARED 1
22259
 
 # define YYSTYPE_IS_TRIVIAL 1
22260
 
 #endif
22261
 
-# define       FIELD   257
22262
 
-# define       STRINGTYPE      258
22263
 
-# define       QDEFAULT        259
22264
 
-# define       MATCHING        260
22265
 
-# define       ENUM    261
22266
 
-# define       MULTIENUMTOK    262
22267
 
-# define       VALUES  263
22268
 
-# define       DEFAULT 264
22269
 
-# define       EXACT_REGEXP    265
22270
 
-# define       INEXACT_REGEXP  266
22271
 
-# define       ALL     267
22272
 
-# define       FORMAT  268
22273
 
-# define       ENUMSEPARATORSTOK       269
22274
 
-# define       MULTITEXTTYPE   270
22275
 
-# define       DATETYPE        271
22276
 
-# define       ENUM_IN_FILE    272
22277
 
-# define       MULTI_ENUM_IN_FILE      273
22278
 
-# define       PATHTOK 274
22279
 
-# define       FIELDSTOK       275
22280
 
-# define       KEYTOK  276
22281
 
-# define       QSTRING 277
22282
 
-# define       INTVAL  278
22283
 
-# define       TEXTSEARCH      279
22284
 
-# define       QUERYTOK        280
22285
 
-# define       FORMATTOK       281
22286
 
-# define       INDEXTOK        282
22287
 
-# define       SEPARATORTOK    283
22288
 
-# define       RESTRICTEDTOK   284
22289
 
-# define       NOSPACESTOK     285
22290
 
-# define       INTEGERTOK      286
22291
 
-# define       INPUTDEFAULTTOK 287
22292
 
-# define       BUILTINTOK      288
22293
 
-# define       ALLOWANYVALUETOK        289
22294
 
-# define       REQUIRETOK      290
22295
 
-# define       APPENDFIELDTOK  291
22296
 
-# define       SETFIELDTOK     292
22297
 
-# define       CHANGETOK       293
22298
 
-# define       DESCRIPTIONTOK  294
22299
 
-# define       INPUTTOK        295
22300
 
-# define       DATABASEINFOTOK 296
22301
 
-# define       DEBUGMODETOK    297
22302
 
-# define       KEEPRECTOK      298
22303
 
-# define       NOTIFYEXPTOK    299
22304
 
-# define       LIBEXECDIRTOK   300
22305
 
-# define       SUBMITTERACKTOK 301
22306
 
-# define       BUSINESSDAYTOK  302
22307
 
-# define       BUSINESSWEEKTOK 303
22308
 
-# define       CREATECATEGORYDIRSTOK   304
22309
 
-# define       FALSETOK        305
22310
 
-# define       TRUETOK 306
22311
 
-# define       MAILFORMATTOK   307
22312
 
-# define       TOADDRESSESTOK  308
22313
 
-# define       FROMADDRESSTOK  309
22314
 
-# define       REPLYTOTOK      310
22315
 
-# define       FIXEDTOK        311
22316
 
-# define       BODYTOK 312
22317
 
-# define       HEADERTOK       313
22318
 
-# define       AUDITTRAILFMTTOK        314
22319
 
-# define       ADDAUDITTRAILTOK        315
22320
 
-# define       REQUIRECHANGEREASONTOK  316
22321
 
-# define       READONLYTOK     317
22322
 
-# define       BINARYINDEXTOK  318
22323
 
-# define       RAWTOK  319
22324
 
-# define       BADTOK  320
22325
 
-# define       AUXFLAGSTOK     321
22326
 
-# define       PRLISTTOK       322
22327
 
-# define       MAXPRSTOK       323
22328
 
-# define       EDITONLYTOK     324
22329
 
-# define       VIRTUALFORMATTOK        325
22330
 
-# define       CATPERMSTOK     326
22331
 
-
22332
 
 
22333
 
 extern YYSTYPE fconflval;
22334
 
 
22335
 
-#endif /* not BISON_FCONFIG_TAB_H */
22336
 
+
22337
 
+
22338
 
--- gnats-4.1.0.orig/gnats/mkdb.sh
22339
 
+++ gnats-4.1.0/gnats/mkdb.sh
22340
 
@@ -60,7 +60,7 @@ fi
22341
 
 dbdir=`grep "^${database}:" $DATABASES | sed -n 's/^'${database}':[^:]*:\([^:]*\)$/\1/p'`
22342
 
 if [ -z "${dbdir}" ]
22343
 
 then
22344
 
-  echo "$prog: No proper entry for \`${database}' in \`$DATABASES':\n"`grep "^${database}:" $DATABASES`
22345
 
+  echo "$prog: No proper entry for "${database}" in "$DATABASES":\n"`grep "^${database}:" $DATABASES`
22346
 
   exit 1
22347
 
 fi
22348
 
 
22349
 
--- gnats-4.1.0.orig/gnats/autoconf.h.in
22350
 
+++ gnats-4.1.0/gnats/autoconf.h.in
22351
 
@@ -1,6 +1,5 @@
22352
 
 /* autoconf.h.in.  Generated from configure.in by autoheader.  */
22353
 
 /* GNATS specific autoconf symbols.
22354
 
-   Copyright (C) 2004 Free Software Foundation, Inc.
22355
 
    Copyright (C) 2001 Milan Zamazal
22356
 
    Copyright (C) 1995, 1996 ??? (FIXME, see ChangeLog.v3)
22357
 
 
22358
 
@@ -179,12 +178,15 @@ Software Foundation, 59 Temple Place - S
22359
 
 /* Define to the one symbol short name of this package. */
22360
 
 #undef PACKAGE_TARNAME
22361
 
 
22362
 
+/* Define to the home page for this package. */
22363
 
+#undef PACKAGE_URL
22364
 
+
22365
 
 /* Define to the version of this package. */
22366
 
 #undef PACKAGE_VERSION
22367
 
 
22368
 
 /* If using the C implementation of alloca, define if you know the
22369
 
    direction of stack growth for your system; otherwise it will be
22370
 
-   automatically deduced at run-time.
22371
 
+   automatically deduced at runtime.
22372
 
        STACK_DIRECTION > 0 => grows toward higher addresses
22373
 
        STACK_DIRECTION < 0 => grows toward lower addresses
22374
 
        STACK_DIRECTION = 0 => direction of growth unknown */
22375
 
@@ -193,16 +195,31 @@ Software Foundation, 59 Temple Place - S
22376
 
 /* Define to 1 if you have the ANSI C header files. */
22377
 
 #undef STDC_HEADERS
22378
 
 
22379
 
-/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
22380
 
-   `char[]'. */
22381
 
-#undef YYTEXT_POINTER
22382
 
-
22383
 
-/* Define to 1 if on AIX 3.
22384
 
-   System headers sometimes define this.
22385
 
-   We just want to avoid a redefinition error message.  */
22386
 
+/* Enable extensions on AIX 3, Interix.  */
22387
 
 #ifndef _ALL_SOURCE
22388
 
 # undef _ALL_SOURCE
22389
 
 #endif
22390
 
+/* Enable GNU extensions on systems that have them.  */
22391
 
+#ifndef _GNU_SOURCE
22392
 
+# undef _GNU_SOURCE
22393
 
+#endif
22394
 
+/* Enable threading extensions on Solaris.  */
22395
 
+#ifndef _POSIX_PTHREAD_SEMANTICS
22396
 
+# undef _POSIX_PTHREAD_SEMANTICS
22397
 
+#endif
22398
 
+/* Enable extensions on HP NonStop.  */
22399
 
+#ifndef _TANDEM_SOURCE
22400
 
+# undef _TANDEM_SOURCE
22401
 
+#endif
22402
 
+/* Enable general extensions on Solaris.  */
22403
 
+#ifndef __EXTENSIONS__
22404
 
+# undef __EXTENSIONS__
22405
 
+#endif
22406
 
+
22407
 
+
22408
 
+/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
22409
 
+   `char[]'. */
22410
 
+#undef YYTEXT_POINTER
22411
 
 
22412
 
 /* Define to 1 if on MINIX. */
22413
 
 #undef _MINIX
22414
 
@@ -214,5 +231,5 @@ Software Foundation, 59 Temple Place - S
22415
 
 /* Define to 1 if you need to in order for `stat' and other things to work. */
22416
 
 #undef _POSIX_SOURCE
22417
 
 
22418
 
-/* Define to `unsigned' if <sys/types.h> does not define. */
22419
 
+/* Define to `unsigned int' if <sys/types.h> does not define. */
22420
 
 #undef size_t
22421
 
--- gnats-4.1.0.orig/gnats/getdate.y
22422
 
+++ gnats-4.1.0/gnats/getdate.y
22423
 
@@ -378,19 +378,19 @@ relunit:
22424
 
   | tSNUMBER tDAY_UNIT
22425
 
       { PC.rel_day += $1.value * $2; }
22426
 
   | tDAY_UNIT
22427
 
-      { PC.rel_day += $1 }
22428
 
+      { PC.rel_day += $1; }
22429
 
   | tUNUMBER tHOUR_UNIT
22430
 
       { PC.rel_hour += $1.value * $2; }
22431
 
   | tSNUMBER tHOUR_UNIT
22432
 
       { PC.rel_hour += $1.value * $2; }
22433
 
   | tHOUR_UNIT
22434
 
-      { PC.rel_hour += $1 }
22435
 
+      { PC.rel_hour += $1; }
22436
 
   | tUNUMBER tMINUTE_UNIT
22437
 
       { PC.rel_minutes += $1.value * $2; }
22438
 
   | tSNUMBER tMINUTE_UNIT
22439
 
       { PC.rel_minutes += $1.value * $2; }
22440
 
   | tMINUTE_UNIT
22441
 
-      { PC.rel_minutes += $1 }
22442
 
+      { PC.rel_minutes += $1; }
22443
 
   | tUNUMBER tSEC_UNIT
22444
 
       { PC.rel_seconds += $1.value * $2; }
22445
 
   | tSNUMBER tSEC_UNIT
22446
 
--- gnats-4.1.0.orig/gnats/gnatsd.c
22447
 
+++ gnats-4.1.0/gnats/gnatsd.c
22448
 
@@ -287,7 +287,7 @@ password_match (const char *password, co
22449
 
 
22450
 
 /*  */
22451
 
 static char *
22452
 
-get_name (struct in_addr *host)
22453
 
+get_name (struct in_addr *host, int type)
22454
 
 {
22455
 
   char *buf;
22456
 
   int i;
22457
 
@@ -296,7 +296,7 @@ get_name (struct in_addr *host)
22458
 
   char **pp;
22459
 
 #endif
22460
 
 
22461
 
-  hp = gethostbyaddr ((char *) host, sizeof (*host), AF_INET);
22462
 
+  hp = gethostbyaddr ((char *) host, sizeof (*host), type);
22463
 
   if (hp == NULL)
22464
 
     {
22465
 
       return NULL;
22466
 
@@ -617,7 +617,7 @@ startConnection (void)
22467
 
     }
22468
 
   else
22469
 
     {
22470
 
-      if (s.sin_family != AF_INET)
22471
 
+      if ((s.sin_family != AF_INET) && (s.sin_family != AF_INET6))
22472
 
        {
22473
 
          syslog (LOG_ERR, "%s: bad address family %ld",
22474
 
                  "?", (long) s.sin_family);
22475
 
@@ -628,7 +628,7 @@ startConnection (void)
22476
 
       else
22477
 
        {
22478
 
          current_addr = (char *) inet_ntoa (s.sin_addr);
22479
 
-         current_host = get_name (&s.sin_addr);
22480
 
+         current_host = get_name (&s.sin_addr, s.sin_family);
22481
 
          if (current_host == NULL)
22482
 
            {
22483
 
              current_host = current_addr;
22484
 
--- gnats-4.1.0.orig/gnats/fconfig.c
22485
 
+++ gnats-4.1.0/gnats/fconfig.c
22486
 
@@ -1,86 +1,214 @@
22487
 
-/* A Bison parser, made from ./fconfig.y
22488
 
-   by GNU bison 1.35.  */
22489
 
+/* A Bison parser, made by GNU Bison 1.875d.  */
22490
 
 
22491
 
-#define YYBISON 1  /* Identify Bison output.  */
22492
 
+/* Skeleton parser for Yacc-like parsing with Bison,
22493
 
+   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
22494
 
 
22495
 
+   This program is free software; you can redistribute it and/or modify
22496
 
+   it under the terms of the GNU General Public License as published by
22497
 
+   the Free Software Foundation; either version 2, or (at your option)
22498
 
+   any later version.
22499
 
+
22500
 
+   This program is distributed in the hope that it will be useful,
22501
 
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
22502
 
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22503
 
+   GNU General Public License for more details.
22504
 
+
22505
 
+   You should have received a copy of the GNU General Public License
22506
 
+   along with this program; if not, write to the Free Software
22507
 
+   Foundation, Inc., 59 Temple Place - Suite 330,
22508
 
+   Boston, MA 02111-1307, USA.  */
22509
 
+
22510
 
+/* As a special exception, when this file is copied by Bison into a
22511
 
+   Bison output file, you may use that output file without restriction.
22512
 
+   This special exception was added by the Free Software Foundation
22513
 
+   in version 1.24 of Bison.  */
22514
 
+
22515
 
+/* Written by Richard Stallman by simplifying the original so called
22516
 
+   ``semantic'' parser.  */
22517
 
+
22518
 
+/* All symbols defined below should begin with yy or YY, to avoid
22519
 
+   infringing on user name space.  This should be done even for local
22520
 
+   variables, as they might otherwise be expanded by user macros.
22521
 
+   There are some unavoidable exceptions within include files to
22522
 
+   define necessary library symbols; they are noted "INFRINGES ON
22523
 
+   USER NAME SPACE" below.  */
22524
 
+
22525
 
+/* Identify Bison output.  */
22526
 
+#define YYBISON 1
22527
 
+
22528
 
+/* Skeleton name.  */
22529
 
+#define YYSKELETON_NAME "yacc.c"
22530
 
+
22531
 
+/* Pure parsers.  */
22532
 
+#define YYPURE 0
22533
 
+
22534
 
+/* Using locations.  */
22535
 
+#define YYLSP_NEEDED 0
22536
 
+
22537
 
+/* If NAME_PREFIX is specified substitute the variables and functions
22538
 
+   names.  */
22539
 
 #define yyparse fconfparse
22540
 
-#define yylex fconflex
22541
 
+#define yylex   fconflex
22542
 
 #define yyerror fconferror
22543
 
-#define yylval fconflval
22544
 
-#define yychar fconfchar
22545
 
+#define yylval  fconflval
22546
 
+#define yychar  fconfchar
22547
 
 #define yydebug fconfdebug
22548
 
 #define yynerrs fconfnerrs
22549
 
-# define       FIELD   257
22550
 
-# define       STRINGTYPE      258
22551
 
-# define       QDEFAULT        259
22552
 
-# define       MATCHING        260
22553
 
-# define       ENUM    261
22554
 
-# define       MULTIENUMTOK    262
22555
 
-# define       VALUES  263
22556
 
-# define       DEFAULT 264
22557
 
-# define       EXACT_REGEXP    265
22558
 
-# define       INEXACT_REGEXP  266
22559
 
-# define       ALL     267
22560
 
-# define       FORMAT  268
22561
 
-# define       ENUMSEPARATORSTOK       269
22562
 
-# define       MULTITEXTTYPE   270
22563
 
-# define       DATETYPE        271
22564
 
-# define       ENUM_IN_FILE    272
22565
 
-# define       MULTI_ENUM_IN_FILE      273
22566
 
-# define       PATHTOK 274
22567
 
-# define       FIELDSTOK       275
22568
 
-# define       KEYTOK  276
22569
 
-# define       QSTRING 277
22570
 
-# define       INTVAL  278
22571
 
-# define       TEXTSEARCH      279
22572
 
-# define       QUERYTOK        280
22573
 
-# define       FORMATTOK       281
22574
 
-# define       INDEXTOK        282
22575
 
-# define       SEPARATORTOK    283
22576
 
-# define       RESTRICTEDTOK   284
22577
 
-# define       NOSPACESTOK     285
22578
 
-# define       INTEGERTOK      286
22579
 
-# define       INPUTDEFAULTTOK 287
22580
 
-# define       BUILTINTOK      288
22581
 
-# define       ALLOWANYVALUETOK        289
22582
 
-# define       REQUIRETOK      290
22583
 
-# define       APPENDFIELDTOK  291
22584
 
-# define       SETFIELDTOK     292
22585
 
-# define       CHANGETOK       293
22586
 
-# define       DESCRIPTIONTOK  294
22587
 
-# define       INPUTTOK        295
22588
 
-# define       DATABASEINFOTOK 296
22589
 
-# define       DEBUGMODETOK    297
22590
 
-# define       KEEPRECTOK      298
22591
 
-# define       NOTIFYEXPTOK    299
22592
 
-# define       LIBEXECDIRTOK   300
22593
 
-# define       SUBMITTERACKTOK 301
22594
 
-# define       BUSINESSDAYTOK  302
22595
 
-# define       BUSINESSWEEKTOK 303
22596
 
-# define       CREATECATEGORYDIRSTOK   304
22597
 
-# define       FALSETOK        305
22598
 
-# define       TRUETOK 306
22599
 
-# define       MAILFORMATTOK   307
22600
 
-# define       TOADDRESSESTOK  308
22601
 
-# define       FROMADDRESSTOK  309
22602
 
-# define       REPLYTOTOK      310
22603
 
-# define       FIXEDTOK        311
22604
 
-# define       BODYTOK 312
22605
 
-# define       HEADERTOK       313
22606
 
-# define       AUDITTRAILFMTTOK        314
22607
 
-# define       ADDAUDITTRAILTOK        315
22608
 
-# define       REQUIRECHANGEREASONTOK  316
22609
 
-# define       READONLYTOK     317
22610
 
-# define       BINARYINDEXTOK  318
22611
 
-# define       RAWTOK  319
22612
 
-# define       BADTOK  320
22613
 
-# define       AUXFLAGSTOK     321
22614
 
-# define       PRLISTTOK       322
22615
 
-# define       MAXPRSTOK       323
22616
 
-# define       EDITONLYTOK     324
22617
 
-# define       VIRTUALFORMATTOK        325
22618
 
-# define       CATPERMSTOK     326
22619
 
 
22620
 
+
22621
 
+/* Tokens.  */
22622
 
+#ifndef YYTOKENTYPE
22623
 
+# define YYTOKENTYPE
22624
 
+   /* Put the tokens into the symbol table, so that GDB and other debuggers
22625
 
+      know about them.  */
22626
 
+   enum yytokentype {
22627
 
+     FIELD = 258,
22628
 
+     STRINGTYPE = 259,
22629
 
+     QDEFAULT = 260,
22630
 
+     MATCHING = 261,
22631
 
+     ENUM = 262,
22632
 
+     MULTIENUMTOK = 263,
22633
 
+     VALUES = 264,
22634
 
+     DEFAULT = 265,
22635
 
+     EXACT_REGEXP = 266,
22636
 
+     INEXACT_REGEXP = 267,
22637
 
+     ALL = 268,
22638
 
+     FORMAT = 269,
22639
 
+     ENUMSEPARATORSTOK = 270,
22640
 
+     MULTITEXTTYPE = 271,
22641
 
+     DATETYPE = 272,
22642
 
+     ENUM_IN_FILE = 273,
22643
 
+     MULTI_ENUM_IN_FILE = 274,
22644
 
+     PATHTOK = 275,
22645
 
+     FIELDSTOK = 276,
22646
 
+     KEYTOK = 277,
22647
 
+     QSTRING = 278,
22648
 
+     INTVAL = 279,
22649
 
+     TEXTSEARCH = 280,
22650
 
+     QUERYTOK = 281,
22651
 
+     FORMATTOK = 282,
22652
 
+     INDEXTOK = 283,
22653
 
+     SEPARATORTOK = 284,
22654
 
+     RESTRICTEDTOK = 285,
22655
 
+     NOSPACESTOK = 286,
22656
 
+     INTEGERTOK = 287,
22657
 
+     INPUTDEFAULTTOK = 288,
22658
 
+     BUILTINTOK = 289,
22659
 
+     ALLOWANYVALUETOK = 290,
22660
 
+     REQUIRETOK = 291,
22661
 
+     APPENDFIELDTOK = 292,
22662
 
+     SETFIELDTOK = 293,
22663
 
+     CHANGETOK = 294,
22664
 
+     DESCRIPTIONTOK = 295,
22665
 
+     INPUTTOK = 296,
22666
 
+     DATABASEINFOTOK = 297,
22667
 
+     DEBUGMODETOK = 298,
22668
 
+     KEEPRECTOK = 299,
22669
 
+     NOTIFYEXPTOK = 300,
22670
 
+     LIBEXECDIRTOK = 301,
22671
 
+     SUBMITTERACKTOK = 302,
22672
 
+     BUSINESSDAYTOK = 303,
22673
 
+     BUSINESSWEEKTOK = 304,
22674
 
+     CREATECATEGORYDIRSTOK = 305,
22675
 
+     FALSETOK = 306,
22676
 
+     TRUETOK = 307,
22677
 
+     MAILFORMATTOK = 308,
22678
 
+     TOADDRESSESTOK = 309,
22679
 
+     FROMADDRESSTOK = 310,
22680
 
+     REPLYTOTOK = 311,
22681
 
+     FIXEDTOK = 312,
22682
 
+     BODYTOK = 313,
22683
 
+     HEADERTOK = 314,
22684
 
+     AUDITTRAILFMTTOK = 315,
22685
 
+     ADDAUDITTRAILTOK = 316,
22686
 
+     REQUIRECHANGEREASONTOK = 317,
22687
 
+     READONLYTOK = 318,
22688
 
+     BINARYINDEXTOK = 319,
22689
 
+     RAWTOK = 320,
22690
 
+     BADTOK = 321,
22691
 
+     AUXFLAGSTOK = 322,
22692
 
+     PRLISTTOK = 323,
22693
 
+     MAXPRSTOK = 324,
22694
 
+     EDITONLYTOK = 325,
22695
 
+     VIRTUALFORMATTOK = 326,
22696
 
+     CATPERMSTOK = 327
22697
 
+   };
22698
 
+#endif
22699
 
+#define FIELD 258
22700
 
+#define STRINGTYPE 259
22701
 
+#define QDEFAULT 260
22702
 
+#define MATCHING 261
22703
 
+#define ENUM 262
22704
 
+#define MULTIENUMTOK 263
22705
 
+#define VALUES 264
22706
 
+#define DEFAULT 265
22707
 
+#define EXACT_REGEXP 266
22708
 
+#define INEXACT_REGEXP 267
22709
 
+#define ALL 268
22710
 
+#define FORMAT 269
22711
 
+#define ENUMSEPARATORSTOK 270
22712
 
+#define MULTITEXTTYPE 271
22713
 
+#define DATETYPE 272
22714
 
+#define ENUM_IN_FILE 273
22715
 
+#define MULTI_ENUM_IN_FILE 274
22716
 
+#define PATHTOK 275
22717
 
+#define FIELDSTOK 276
22718
 
+#define KEYTOK 277
22719
 
+#define QSTRING 278
22720
 
+#define INTVAL 279
22721
 
+#define TEXTSEARCH 280
22722
 
+#define QUERYTOK 281
22723
 
+#define FORMATTOK 282
22724
 
+#define INDEXTOK 283
22725
 
+#define SEPARATORTOK 284
22726
 
+#define RESTRICTEDTOK 285
22727
 
+#define NOSPACESTOK 286
22728
 
+#define INTEGERTOK 287
22729
 
+#define INPUTDEFAULTTOK 288
22730
 
+#define BUILTINTOK 289
22731
 
+#define ALLOWANYVALUETOK 290
22732
 
+#define REQUIRETOK 291
22733
 
+#define APPENDFIELDTOK 292
22734
 
+#define SETFIELDTOK 293
22735
 
+#define CHANGETOK 294
22736
 
+#define DESCRIPTIONTOK 295
22737
 
+#define INPUTTOK 296
22738
 
+#define DATABASEINFOTOK 297
22739
 
+#define DEBUGMODETOK 298
22740
 
+#define KEEPRECTOK 299
22741
 
+#define NOTIFYEXPTOK 300
22742
 
+#define LIBEXECDIRTOK 301
22743
 
+#define SUBMITTERACKTOK 302
22744
 
+#define BUSINESSDAYTOK 303
22745
 
+#define BUSINESSWEEKTOK 304
22746
 
+#define CREATECATEGORYDIRSTOK 305
22747
 
+#define FALSETOK 306
22748
 
+#define TRUETOK 307
22749
 
+#define MAILFORMATTOK 308
22750
 
+#define TOADDRESSESTOK 309
22751
 
+#define FROMADDRESSTOK 310
22752
 
+#define REPLYTOTOK 311
22753
 
+#define FIXEDTOK 312
22754
 
+#define BODYTOK 313
22755
 
+#define HEADERTOK 314
22756
 
+#define AUDITTRAILFMTTOK 315
22757
 
+#define ADDAUDITTRAILTOK 316
22758
 
+#define REQUIRECHANGEREASONTOK 317
22759
 
+#define READONLYTOK 318
22760
 
+#define BINARYINDEXTOK 319
22761
 
+#define RAWTOK 320
22762
 
+#define BADTOK 321
22763
 
+#define AUXFLAGSTOK 322
22764
 
+#define PRLISTTOK 323
22765
 
+#define MAXPRSTOK 324
22766
 
+#define EDITONLYTOK 325
22767
 
+#define VIRTUALFORMATTOK 326
22768
 
+#define CATPERMSTOK 327
22769
 
+
22770
 
+
22771
 
+
22772
 
+
22773
 
+/* Copy the first part of user declarations.  */
22774
 
 #line 1 "./fconfig.y"
22775
 
 
22776
 
 #include "gnats.h"
22777
 
@@ -101,9 +229,23 @@
22778
 
   extern char *takeQString (struct qstring *str);
22779
 
   extern char *qStrVal (struct qstring *str);
22780
 
 
22781
 
+
22782
 
+/* Enabling traces.  */
22783
 
+#ifndef YYDEBUG
22784
 
+# define YYDEBUG 0
22785
 
+#endif
22786
 
+
22787
 
+/* Enabling verbose error messages.  */
22788
 
+#ifdef YYERROR_VERBOSE
22789
 
+# undef YYERROR_VERBOSE
22790
 
+# define YYERROR_VERBOSE 1
22791
 
+#else
22792
 
+# define YYERROR_VERBOSE 0
22793
 
+#endif
22794
 
+
22795
 
+#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
22796
 
 #line 21 "./fconfig.y"
22797
 
-#ifndef YYSTYPE
22798
 
-typedef union {
22799
 
+typedef union YYSTYPE {
22800
 
   int intval;
22801
 
   char *sval;
22802
 
   struct qstring *qstr;
22803
 
@@ -113,527 +255,43 @@ typedef union {
22804
 
   InputTemplate *inputlist;
22805
 
   MailAddress *mailaddr;
22806
 
   MailAddressList *mailaddrlist;
22807
 
-} yystype;
22808
 
-# define YYSTYPE yystype
22809
 
+} YYSTYPE;
22810
 
+/* Line 191 of yacc.c.  */
22811
 
+#line 261 "fconfig.tab.c"
22812
 
+# define yystype YYSTYPE /* obsolescent; will be withdrawn */
22813
 
+# define YYSTYPE_IS_DECLARED 1
22814
 
 # define YYSTYPE_IS_TRIVIAL 1
22815
 
 #endif
22816
 
-#ifndef YYDEBUG
22817
 
-# define YYDEBUG 0
22818
 
-#endif
22819
 
-
22820
 
-
22821
 
-
22822
 
-#define        YYFINAL         348
22823
 
-#define        YYFLAG          -32768
22824
 
-#define        YYNTBASE        77
22825
 
 
22826
 
-/* YYTRANSLATE(YYLEX) -- Bison token number corresponding to YYLEX. */
22827
 
-#define YYTRANSLATE(x) ((unsigned)(x) <= 326 ? yytranslate[x] : 165)
22828
 
-
22829
 
-/* YYTRANSLATE[YYLEX] -- Bison token number corresponding to YYLEX. */
22830
 
-static const char yytranslate[] =
22831
 
-{
22832
 
-       0,     2,     2,     2,     2,     2,     2,     2,     2,     2,
22833
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
22834
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
22835
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
22836
 
-       2,     2,     2,     2,     2,    75,     2,     2,     2,     2,
22837
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
22838
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
22839
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
22840
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
22841
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
22842
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
22843
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
22844
 
-       2,     2,     2,    73,    76,    74,     2,     2,     2,     2,
22845
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
22846
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
22847
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
22848
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
22849
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
22850
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
22851
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
22852
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
22853
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
22854
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
22855
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
22856
 
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
22857
 
-       2,     2,     2,     2,     2,     2,     1,     3,     4,     5,
22858
 
-       6,     7,     8,     9,    10,    11,    12,    13,    14,    15,
22859
 
-      16,    17,    18,    19,    20,    21,    22,    23,    24,    25,
22860
 
-      26,    27,    28,    29,    30,    31,    32,    33,    34,    35,
22861
 
-      36,    37,    38,    39,    40,    41,    42,    43,    44,    45,
22862
 
-      46,    47,    48,    49,    50,    51,    52,    53,    54,    55,
22863
 
-      56,    57,    58,    59,    60,    61,    62,    63,    64,    65,
22864
 
-      66,    67,    68,    69,    70,    71,    72
22865
 
-};
22866
 
 
22867
 
-#if YYDEBUG
22868
 
-static const short yyprhs[] =
22869
 
-{
22870
 
-       0,     0,     2,     4,    13,    18,    23,    24,    26,    28,
22871
 
-      31,    34,    37,    40,    43,    46,    51,    56,    59,    62,
22872
 
-      64,    66,    68,    69,    71,    74,    79,    84,    87,    89,
22873
 
-      92,    94,    96,    98,   100,   103,   105,   107,   110,   112,
22874
 
-     115,   118,   120,   126,   132,   134,   137,   142,   147,   152,
22875
 
-     157,   162,   167,   168,   171,   175,   179,   183,   185,   186,
22876
 
-     188,   191,   196,   201,   204,   207,   209,   212,   214,   216,
22877
 
-     219,   221,   227,   232,   234,   236,   237,   239,   241,   244,
22878
 
-     245,   249,   253,   254,   258,   261,   263,   266,   268,   271,
22879
 
-     273,   276,   281,   286,   288,   290,   293,   295,   298,   301,
22880
 
-     308,   313,   315,   317,   319,   322,   324,   327,   330,   333,
22881
 
-     335,   338,   340,   343,   346,   348,   350,   352,   355,   357,
22882
 
-     360,   362,   367,   369,   371,   374,   375,   377,   379,   382,
22883
 
-     387,   392,   395,   398,   401,   404,   406,   409,   412,   413,
22884
 
-     415,   417,   420,   425,   430,   432,   435,   437,   442,   447,
22885
 
-     449,   451,   453,   456,   459,   464,   469,   471,   473,   476,
22886
 
-     479,   482,   487,   492,   495,   496,   501,   506,   508,   511,
22887
 
-     516,   521,   523,   526,   528,   531,   536,   541,   544,   546,
22888
 
-     549,   551,   553,   558,   563,   568,   571,   574,   578,   582,
22889
 
-     584,   586,   589,   592,   594,   596,   600,   602
22890
 
-};
22891
 
-static const short yyrhs[] =
22892
 
-{
22893
 
-      78,     0,    80,     0,    79,    84,   127,   164,   151,    95,
22894
 
-     139,   145,     0,    42,    73,    81,    74,     0,    42,    73,
22895
 
-      80,    74,     0,     0,     1,     0,    82,     0,    81,    82,
22896
 
-       0,    43,    83,     0,    44,    83,     0,    45,    83,     0,
22897
 
-      46,    23,     0,    47,    83,     0,    48,    24,    75,    24,
22898
 
-       0,    49,    24,    75,    24,     0,    50,    83,     0,    72,
22899
 
-      23,     0,    51,     0,    52,     0,    85,     0,     0,    86,
22900
 
-       0,    85,    86,     0,    87,    73,    88,    74,     0,    87,
22901
 
-      73,    80,    74,     0,     3,    23,     0,    89,     0,    88,
22902
 
-      89,     0,    91,     0,   125,     0,   124,     0,    90,     0,
22903
 
-      71,   158,     0,    92,     0,    94,     0,    16,   109,     0,
22904
 
-      17,     0,    32,   109,     0,    68,   110,     0,     4,     0,
22905
 
-       4,     6,    73,    93,    74,     0,     4,     6,    73,    80,
22906
 
-      74,     0,    23,     0,    93,    23,     0,     7,    73,   112,
22907
 
-      74,     0,    18,    73,   117,    74,     0,    19,    73,   119,
22908
 
-      74,     0,     8,    73,   113,    74,     0,     7,    73,    80,
22909
 
-      74,     0,    18,    73,    80,    74,     0,     0,    95,    96,
22910
 
-       0,    98,   100,    74,     0,    98,   100,    74,     0,    39,
22911
 
-      99,    73,     0,    23,     0,     0,   101,     0,   100,   101,
22912
 
-       0,    36,    73,   102,    74,     0,    36,    73,    80,    74,
22913
 
-       0,    38,   104,     0,    37,   104,     0,    61,     0,    60,
22914
 
-     158,     0,    62,     0,   103,     0,   102,   103,     0,    23,
22915
 
-       0,   105,    73,   106,   107,    74,     0,   105,    73,    80,
22916
 
-      74,     0,    23,     0,    23,     0,     0,   108,     0,    23,
22917
 
-       0,   108,    23,     0,     0,    73,   121,    74,     0,    73,
22918
 
-      80,    74,     0,     0,    73,   111,    74,     0,    69,    24,
22919
 
-       0,   115,     0,   112,   115,     0,   114,     0,   113,   114,
22920
 
-       0,   115,     0,    15,    23,     0,     9,    73,   116,    74,
22921
 
-       0,     9,    73,    80,    74,     0,   121,     0,    23,     0,
22922
 
-     116,    23,     0,   118,     0,   117,   118,     0,    20,    23,
22923
 
-       0,    21,    73,   122,    74,    22,    23,     0,    21,    73,
22924
 
-      80,    74,     0,   121,     0,    35,     0,   120,     0,   117,
22925
 
-     120,     0,   118,     0,    15,    23,     0,    10,    23,     0,
22926
 
-      33,    23,     0,   123,     0,   122,   123,     0,    23,     0,
22927
 
-       5,    11,     0,     5,    12,     0,    25,     0,    30,     0,
22928
 
-      31,     0,    34,    23,     0,    97,     0,    40,    23,     0,
22929
 
-      63,     0,    67,    73,   126,    74,     0,    70,     0,    23,
22930
 
-       0,   126,    23,     0,     0,   128,     0,   129,     0,   128,
22931
 
-     129,     0,   130,    73,   131,    74,     0,   130,    73,    80,
22932
 
-      74,     0,    26,    23,     0,   132,   133,     0,   134,   132,
22933
 
-       0,    21,    13,     0,   136,     0,   135,   136,     0,   136,
22934
 
-     135,     0,     0,   134,     0,    65,     0,    27,    23,     0,
22935
 
-      21,    73,   137,    74,     0,    21,    73,    80,    74,     0,
22936
 
-     138,     0,   137,   138,     0,    23,     0,   140,    73,   141,
22937
 
-      74,     0,   140,    73,    80,    74,     0,    80,     0,    28,
22938
 
-       0,   142,     0,   141,   142,     0,    20,    23,     0,    21,
22939
 
-      73,   143,    74,     0,    21,    73,    80,    74,     0,   144,
22940
 
-       0,   138,     0,   143,   138,     0,    29,    23,     0,    64,
22941
 
-      83,     0,    41,    73,   146,    74,     0,    41,    73,    80,
22942
 
-      74,     0,   149,   147,     0,     0,    36,    73,   148,    74,
22943
 
-       0,    36,    73,    80,    74,     0,   138,     0,   148,   138,
22944
 
-       0,    21,    73,   150,    74,     0,    21,    73,    80,    74,
22945
 
-       0,    23,     0,   150,    23,     0,   152,     0,   151,   152,
22946
 
-       0,   153,    73,   154,    74,     0,   153,    73,    80,    74,
22947
 
-       0,    53,    23,     0,   155,     0,   154,   155,     0,   156,
22948
 
-       0,   157,     0,    54,    73,   160,    74,     0,    55,    73,
22949
 
-     161,    74,     0,    56,    73,   160,    74,     0,    58,   158,
22950
 
-       0,    59,   158,     0,   159,   131,    74,     0,   159,    80,
22951
 
-      74,     0,    73,     0,   161,     0,   160,   161,     0,    57,
22952
 
-      23,     0,   162,     0,   163,     0,   162,    76,   163,     0,
22953
 
-      23,     0,    60,   158,     0
22954
 
-};
22955
 
 
22956
 
-#endif
22957
 
+/* Copy the second part of user declarations.  */
22958
 
 
22959
 
-#if YYDEBUG
22960
 
-/* YYRLINE[YYN] -- source line where rule number YYN was defined. */
22961
 
-static const short yyrline[] =
22962
 
-{
22963
 
-       0,    62,    63,    66,    69,    70,    71,    76,    78,    79,
22964
 
-      82,    85,    88,    91,    94,    97,   100,   103,   106,   111,
22965
 
-     112,   115,   116,   121,   122,   125,   128,   133,   148,   149,
22966
 
-     152,   153,   154,   155,   158,   164,   165,   166,   170,   174,
22967
 
-     178,   184,   187,   190,   193,   197,   203,   207,   212,   217,
22968
 
-     226,   227,   230,   231,   234,   240,   251,   260,   263,   268,
22969
 
-     269,   272,   273,   274,   278,   283,   286,   290,   295,   296,
22970
 
-     299,   307,   308,   311,   322,   327,   330,   334,   339,   346,
22971
 
-     347,   348,   351,   352,   355,   360,   361,   364,   365,   368,
22972
 
-     369,   374,   375,   376,   379,   383,   389,   390,   393,   396,
22973
 
-     423,   424,   425,   430,   431,   434,   435,   440,   443,   448,
22974
 
-     453,   460,   468,   471,   476,   479,   482,   485,   495,   496,
22975
 
-     499,   502,   505,   510,   514,   520,   521,   524,   525,   528,
22976
 
-     532,   538,   548,   549,   552,   553,   554,   555,   558,   559,
22977
 
-     562,   567,   572,   573,   576,   579,   585,   599,   603,   607,
22978
 
-     610,   615,   616,   619,   622,   623,   624,   627,   630,   635,
22979
 
-     638,   643,   644,   647,   652,   653,   656,   662,   665,   671,
22980
 
-     675,   680,   702,   729,   730,   733,   737,   743,   757,   758,
22981
 
-     761,   765,   769,   772,   775,   780,   783,   786,   787,   793,
22982
 
-     803,   808,   818,   823,   830,   833,   843,   849
22983
 
-};
22984
 
-#endif
22985
 
 
22986
 
+/* Line 214 of yacc.c.  */
22987
 
+#line 273 "fconfig.tab.c"
22988
 
 
22989
 
-#if (YYDEBUG) || defined YYERROR_VERBOSE
22990
 
+#if ! defined (yyoverflow) || YYERROR_VERBOSE
22991
 
 
22992
 
-/* YYTNAME[TOKEN_NUM] -- String name of the token TOKEN_NUM. */
22993
 
-static const char *const yytname[] =
22994
 
-{
22995
 
-  "$", "error", "$undefined.", "FIELD", "STRINGTYPE", "QDEFAULT", 
22996
 
-  "MATCHING", "ENUM", "MULTIENUMTOK", "VALUES", "DEFAULT", "EXACT_REGEXP", 
22997
 
-  "INEXACT_REGEXP", "ALL", "FORMAT", "ENUMSEPARATORSTOK", "MULTITEXTTYPE", 
22998
 
-  "DATETYPE", "ENUM_IN_FILE", "MULTI_ENUM_IN_FILE", "PATHTOK", 
22999
 
-  "FIELDSTOK", "KEYTOK", "QSTRING", "INTVAL", "TEXTSEARCH", "QUERYTOK", 
23000
 
-  "FORMATTOK", "INDEXTOK", "SEPARATORTOK", "RESTRICTEDTOK", "NOSPACESTOK", 
23001
 
-  "INTEGERTOK", "INPUTDEFAULTTOK", "BUILTINTOK", "ALLOWANYVALUETOK", 
23002
 
-  "REQUIRETOK", "APPENDFIELDTOK", "SETFIELDTOK", "CHANGETOK", 
23003
 
-  "DESCRIPTIONTOK", "INPUTTOK", "DATABASEINFOTOK", "DEBUGMODETOK", 
23004
 
-  "KEEPRECTOK", "NOTIFYEXPTOK", "LIBEXECDIRTOK", "SUBMITTERACKTOK", 
23005
 
-  "BUSINESSDAYTOK", "BUSINESSWEEKTOK", "CREATECATEGORYDIRSTOK", 
23006
 
-  "FALSETOK", "TRUETOK", "MAILFORMATTOK", "TOADDRESSESTOK", 
23007
 
-  "FROMADDRESSTOK", "REPLYTOTOK", "FIXEDTOK", "BODYTOK", "HEADERTOK", 
23008
 
-  "AUDITTRAILFMTTOK", "ADDAUDITTRAILTOK", "REQUIRECHANGEREASONTOK", 
23009
 
-  "READONLYTOK", "BINARYINDEXTOK", "RAWTOK", "BADTOK", "AUXFLAGSTOK", 
23010
 
-  "PRLISTTOK", "MAXPRSTOK", "EDITONLYTOK", "VIRTUALFORMATTOK", 
23011
 
-  "CATPERMSTOK", "'{'", "'}'", "'-'", "'|'", "config", "configEnts", 
23012
 
-  "databaseInfo", "parseError", "databaseInfoList", "databaseInfoEnt", 
23013
 
-  "booleanVal", "fieldDecStmt", "fieldDecList", "fieldDec", 
23014
 
-  "startFieldDec", "fieldDataList", "fieldData", "virtualFieldFormat", 
23015
 
-  "fieldDataType", "stringType", "regexpList", "enumType", 
23016
 
-  "globalChangeEnts", "globalChangeEnt", "changeClause", "changeHeader", 
23017
 
-  "optChangeExpr", "changeOpts", "changeOpt", "reqFieldNameList", 
23018
 
-  "reqFieldNameEnt", "fieldEditOpts", "fieldEditName", "fieldEditFormat", 
23019
 
-  "optFieldEditFieldList", "fieldEditFieldList", "optSimple", 
23020
 
-  "prListOpts", "prListOptList", "enumcontents", "multienumcontents", 
23021
 
-  "multiEnumItem", "enumItem", "enumValueList", "enumFileContents", 
23022
 
-  "enumFileItem", "multiEnumFileContents", "multiEnumFileItem", 
23023
 
-  "defaultFieldVal", "enumFieldList", "enumFieldMember", "queryDefault", 
23024
 
-  "miscOptions", "auxFlagsList", "optQueryList", "queryList", "query", 
23025
 
-  "queryBegin", "queryFmt", "queryFieldDesc", "optQueryOpts", "queryOpts", 
23026
 
-  "queryPrintf", "queryfields", "queryFieldsList", "FieldListMember", 
23027
 
-  "indexDescription", "indexheader", "indexlist", "indexEnt", 
23028
 
-  "indexFieldList", "indexSep", "inputDescription", "inputEnt", 
23029
 
-  "requiredFields", "requiredFieldsList", "inputFields", 
23030
 
-  "inputFieldsList", "mailFormatList", "mailFormat", "mailFormatHeader", 
23031
 
-  "mailFormatBody", "mailFormatEnt", "bodyFormat", "headerFormat", 
23032
 
-  "plainFormat", "plainFormatHeader", "mailAddressList", "mailAddress", 
23033
 
-  "mailAddressTries", "MailAddressMember", "auditTrailFmt", 0
23034
 
-};
23035
 
-#endif
23036
 
-
23037
 
-/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
23038
 
-static const short yyr1[] =
23039
 
-{
23040
 
-       0,    77,    77,    78,    79,    79,    79,    80,    81,    81,
23041
 
-      82,    82,    82,    82,    82,    82,    82,    82,    82,    83,
23042
 
-      83,    84,    84,    85,    85,    86,    86,    87,    88,    88,
23043
 
-      89,    89,    89,    89,    90,    91,    91,    91,    91,    91,
23044
 
-      91,    92,    92,    92,    93,    93,    94,    94,    94,    94,
23045
 
-      94,    94,    95,    95,    96,    97,    98,    99,    99,   100,
23046
 
-     100,   101,   101,   101,   101,   101,   101,   101,   102,   102,
23047
 
-     103,   104,   104,   105,   106,   107,   107,   108,   108,   109,
23048
 
-     109,   109,   110,   110,   111,   112,   112,   113,   113,   114,
23049
 
-     114,   115,   115,   115,   116,   116,   117,   117,   118,   118,
23050
 
-     118,   118,   118,   119,   119,   120,   120,   121,   121,   122,
23051
 
-     122,   123,   124,   124,   125,   125,   125,   125,   125,   125,
23052
 
-     125,   125,   125,   126,   126,   127,   127,   128,   128,   129,
23053
 
-     129,   130,   131,   131,   132,   132,   132,   132,   133,   133,
23054
 
-     134,   135,   136,   136,   137,   137,   138,   139,   139,   139,
23055
 
-     140,   141,   141,   142,   142,   142,   142,   143,   143,   144,
23056
 
-     144,   145,   145,   146,   147,   147,   147,   148,   148,   149,
23057
 
-     149,   150,   150,   151,   151,   152,   152,   153,   154,   154,
23058
 
-     155,   155,   155,   155,   155,   156,   157,   158,   158,   159,
23059
 
-     160,   160,   161,   161,   162,   162,   163,   164
23060
 
-};
23061
 
-
23062
 
-/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
23063
 
-static const short yyr2[] =
23064
 
-{
23065
 
-       0,     1,     1,     8,     4,     4,     0,     1,     1,     2,
23066
 
-       2,     2,     2,     2,     2,     4,     4,     2,     2,     1,
23067
 
-       1,     1,     0,     1,     2,     4,     4,     2,     1,     2,
23068
 
-       1,     1,     1,     1,     2,     1,     1,     2,     1,     2,
23069
 
-       2,     1,     5,     5,     1,     2,     4,     4,     4,     4,
23070
 
-       4,     4,     0,     2,     3,     3,     3,     1,     0,     1,
23071
 
-       2,     4,     4,     2,     2,     1,     2,     1,     1,     2,
23072
 
-       1,     5,     4,     1,     1,     0,     1,     1,     2,     0,
23073
 
-       3,     3,     0,     3,     2,     1,     2,     1,     2,     1,
23074
 
-       2,     4,     4,     1,     1,     2,     1,     2,     2,     6,
23075
 
-       4,     1,     1,     1,     2,     1,     2,     2,     2,     1,
23076
 
-       2,     1,     2,     2,     1,     1,     1,     2,     1,     2,
23077
 
-       1,     4,     1,     1,     2,     0,     1,     1,     2,     4,
23078
 
-       4,     2,     2,     2,     2,     1,     2,     2,     0,     1,
23079
 
-       1,     2,     4,     4,     1,     2,     1,     4,     4,     1,
23080
 
-       1,     1,     2,     2,     4,     4,     1,     1,     2,     2,
23081
 
-       2,     4,     4,     2,     0,     4,     4,     1,     2,     4,
23082
 
-       4,     1,     2,     1,     2,     4,     4,     2,     1,     2,
23083
 
-       1,     1,     4,     4,     4,     2,     2,     3,     3,     1,
23084
 
-       1,     2,     2,     1,     1,     3,     1,     2
23085
 
-};
23086
 
-
23087
 
-/* YYDEFACT[S] -- default rule to reduce with in state S when YYTABLE
23088
 
-   doesn't specify something else to do.  Zero means the default is an
23089
 
-   error. */
23090
 
-static const short yydefact[] =
23091
 
-{
23092
 
-       0,     7,     0,     1,    22,     2,     0,     0,   125,    21,
23093
 
-      23,     0,     0,     0,     0,     0,     0,     0,     0,     0,
23094
 
-       0,     0,     0,     8,    27,     0,     0,   126,   127,     0,
23095
 
-      24,     0,    19,    20,    10,    11,    12,    13,    14,     0,
23096
 
-       0,    17,    18,     5,     4,     9,   131,     0,     0,   128,
23097
 
-       0,    41,     0,     0,     0,    79,    38,     0,     0,   114,
23098
 
-     115,   116,    79,     0,    58,     0,   120,     0,    82,   122,
23099
 
-       0,     0,     0,    28,    33,    30,    35,    36,   118,     0,
23100
 
-      32,    31,     0,     0,   189,   197,     0,     0,    52,   173,
23101
 
-       0,     0,     0,   140,     0,     0,   138,     0,     0,   135,
23102
 
-       0,   112,   113,     0,     0,     0,    37,     0,     0,    39,
23103
 
-     117,    57,     0,   119,     0,     0,    40,    34,    26,    25,
23104
 
-      29,     0,     0,     0,     0,    65,    67,     0,    59,    15,
23105
 
-      16,     0,     0,   177,     0,   174,     0,   134,     0,   141,
23106
 
-     130,   129,   132,   139,   133,     0,   136,   137,     0,     0,
23107
 
-       0,     0,     0,     0,    85,    93,     0,     0,    87,    89,
23108
 
-       0,     0,     0,     0,   102,     0,     0,    96,   101,     0,
23109
 
-       0,    96,     0,   103,    56,   123,     0,     0,     0,     0,
23110
 
-      73,    64,     0,    63,    66,    55,    60,   188,   187,   150,
23111
 
-     149,    53,     0,     0,     0,     0,     0,     0,     0,     0,
23112
 
-       0,     0,   178,   180,   181,   146,     0,     0,   144,    44,
23113
 
-       0,     0,     0,   107,   108,    50,    46,    86,    90,    49,
23114
 
-      88,    81,    80,    98,     0,    51,    47,    97,   106,    97,
23115
 
-     104,    48,   124,   121,    84,    83,    70,     0,     0,    68,
23116
 
-       0,     0,     0,     3,     0,     0,     0,     0,   185,   186,
23117
 
-     176,   175,   179,   143,   142,   145,    43,    45,    42,    94,
23118
 
-       0,     0,   111,     0,     0,   109,    62,    61,    69,    74,
23119
 
-       0,    75,    54,     0,     0,     0,     0,     0,     0,     0,
23120
 
-     151,   156,   196,     0,     0,   190,   193,   194,     0,     0,
23121
 
-      92,    95,    91,   100,     0,   110,    72,    77,     0,    76,
23122
 
-       0,     0,     0,   164,   153,     0,   159,   160,   148,   147,
23123
 
-     152,   192,   182,   191,     0,   183,   184,     0,    71,    78,
23124
 
-       0,   162,   161,     0,   163,     0,   157,     0,   195,    99,
23125
 
-     171,     0,     0,     0,   155,   154,   158,   170,   172,   169,
23126
 
-       0,   167,     0,   166,   165,   168,     0,     0,     0
23127
 
-};
23128
 
-
23129
 
-static const short yydefgoto[] =
23130
 
-{
23131
 
-     346,     3,     4,     5,    22,    23,    34,     8,     9,    10,
23132
 
-      11,    72,    73,    74,    75,    76,   211,    77,   134,   191,
23133
 
-      78,    79,   112,   127,   128,   238,   239,   181,   182,   271,
23134
 
-     298,   299,   106,   116,   178,   153,   157,   158,   159,   261,
23135
 
-     166,   167,   172,   173,   155,   264,   265,    80,    81,   176,
23136
 
-      26,    27,    28,    29,    95,    96,   142,    97,    98,    99,
23137
 
-     207,   208,   193,   194,   279,   280,   327,   281,   243,   302,
23138
 
-     324,   342,   303,   332,    88,    89,    90,   201,   202,   203,
23139
 
-     204,    85,    86,   284,   285,   286,   287,    48
23140
 
-};
23141
 
-
23142
 
-static const short yypact[] =
23143
 
-{
23144
 
-      23,-32768,   -52,-32768,    25,-32768,     7,     9,    12,    25,
23145
 
-  -32768,    -9,   -15,   -15,   -15,    71,   -15,    80,    82,   -15,
23146
 
-      85,    36,   212,-32768,-32768,    96,    61,    12,-32768,    54,
23147
 
-  -32768,   140,-32768,-32768,-32768,-32768,-32768,-32768,-32768,    94,
23148
 
-     119,-32768,-32768,-32768,-32768,-32768,-32768,    79,    70,-32768,
23149
 
-      21,   154,   175,   108,   124,   127,-32768,   129,   131,-32768,
23150
 
-  -32768,-32768,   127,   190,   213,   214,-32768,   162,   169,-32768,
23151
 
-      79,   171,   159,-32768,-32768,-32768,-32768,-32768,-32768,   187,
23152
 
-  -32768,-32768,   219,   228,-32768,-32768,    21,   240,    70,-32768,
23153
 
-     193,    14,   245,-32768,   196,   197,   207,     2,   259,   256,
23154
 
-     215,-32768,-32768,   152,   186,   106,-32768,   211,   254,-32768,
23155
 
-  -32768,-32768,   217,-32768,   262,   222,-32768,-32768,-32768,-32768,
23156
 
-  -32768,   220,   269,   269,    79,-32768,-32768,    76,-32768,-32768,
23157
 
-  -32768,   221,   224,-32768,   181,-32768,    34,-32768,    95,-32768,
23158
 
-  -32768,-32768,-32768,-32768,-32768,   229,-32768,-32768,   132,   230,
23159
 
-     271,   273,   226,     8,-32768,-32768,   278,     0,-32768,-32768,
23160
 
-     231,   232,   281,   234,-32768,   235,    10,-32768,-32768,   285,
23161
 
-     254,   236,   237,-32768,-32768,-32768,    17,   288,   239,   182,
23162
 
-  -32768,-32768,   242,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
23163
 
-  -32768,-32768,   187,   275,   244,   246,   247,   248,    79,    79,
23164
 
-     249,   223,-32768,-32768,-32768,-32768,   251,    24,-32768,-32768,
23165
 
-     252,    46,   191,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
23166
 
-  -32768,-32768,-32768,-32768,   227,-32768,-32768,-32768,-32768,   236,
23167
 
-  -32768,-32768,-32768,-32768,-32768,-32768,-32768,   255,    48,-32768,
23168
 
-     250,   179,   257,-32768,    38,    86,    86,    86,-32768,-32768,
23169
 
-  -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
23170
 
-     258,    50,-32768,   260,    52,-32768,-32768,-32768,-32768,-32768,
23171
 
-     261,   295,-32768,   167,   299,   263,   301,   -15,   264,    41,
23172
 
-  -32768,-32768,-32768,   305,   -11,-32768,   265,-32768,   266,    11,
23173
 
-  -32768,-32768,-32768,-32768,   309,-32768,-32768,-32768,   268,   310,
23174
 
-     270,   272,   274,   303,-32768,    95,-32768,-32768,-32768,-32768,
23175
 
-  -32768,-32768,-32768,-32768,   314,-32768,-32768,   321,-32768,-32768,
23176
 
-     253,-32768,-32768,   276,-32768,   277,-32768,    55,-32768,-32768,
23177
 
-  -32768,   279,    72,    95,-32768,-32768,-32768,-32768,-32768,-32768,
23178
 
-     280,-32768,    77,-32768,-32768,-32768,   345,   347,-32768
23179
 
-};
23180
 
-
23181
 
-static const short yypgoto[] =
23182
 
-{
23183
 
-  -32768,-32768,-32768,    -6,-32768,   328,   -12,-32768,-32768,   343,
23184
 
-  -32768,-32768,   283,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
23185
 
-  -32768,   225,-32768,   164,  -124,-32768,   120,   238,-32768,-32768,
23186
 
-  -32768,-32768,   298,-32768,-32768,-32768,-32768,   200,   -87,-32768,
23187
 
-     267,   -89,-32768,   192,   -94,-32768,    99,-32768,-32768,-32768,
23188
 
-  -32768,-32768,   337,-32768,   282,   284,-32768,   286,   287,   289,
23189
 
-  -32768,  -202,-32768,-32768,-32768,    87,-32768,-32768,-32768,-32768,
23190
 
-  -32768,-32768,-32768,-32768,-32768,   290,-32768,-32768,   166,-32768,
23191
 
-  -32768,   -64,-32768,   118,  -135,-32768,    56,-32768
23192
 
-};
23193
 
-
23194
 
-
23195
 
-#define        YYLAST          387
23196
 
-
23197
 
-
23198
 
-static const short yytable[] =
23199
 
-{
23200
 
-      21,    35,    36,   186,    38,   255,   117,    41,     1,   149,
23201
 
-     150,   161,   282,   168,   168,   156,   154,   149,   150,   171,
23202
 
-     150,     6,     1,    91,     1,    71,    -6,   137,     7,    92,
23203
 
-     162,   163,    24,   151,   282,     1,    32,    33,    25,     1,
23204
 
-     232,   151,    91,   151,    94,   164,   283,   205,    92,    -6,
23205
 
-      12,    13,    14,    15,    16,    17,    18,    19,   274,   275,
23206
 
-     184,   274,   275,   312,    31,     2,   217,   276,   283,   257,
23207
 
-     276,   236,   168,   291,   219,   262,   168,   227,   205,    20,
23208
 
-     131,   229,   216,    -6,   226,   316,    93,   138,   195,   196,
23209
 
-     197,   233,   198,   199,    37,   338,     1,   152,   254,   160,
23210
 
-     205,   165,   277,   326,    39,   277,    40,     1,    42,   282,
23211
 
-      43,   288,   121,   122,   123,   309,   150,   186,   205,    46,
23212
 
-     258,    47,   267,    87,   292,   336,   294,    50,   190,   335,
23213
 
-     200,   341,   206,     1,   248,   249,   124,   125,   126,   151,
23214
 
-     345,     1,   210,   283,    51,    52,   339,    53,    54,   313,
23215
 
-     185,   344,    84,     1,   313,   209,    55,    56,    57,    58,
23216
 
-     100,   149,   150,    51,    52,    59,    53,    54,     1,    82,
23217
 
-      60,    61,    62,   237,    63,    55,    56,    57,    58,    64,
23218
 
-      65,   103,     1,     1,    59,   151,   101,   102,   300,    60,
23219
 
-      61,    62,     1,    63,    83,   149,   150,   104,    64,    65,
23220
 
-     105,   156,   107,    66,   108,   236,   260,    67,    68,   189,
23221
 
-      69,    70,     1,   110,   259,   121,   122,   123,   263,   151,
23222
 
-      64,   150,    66,   121,   122,   123,    67,    68,     1,    69,
23223
 
-      70,   162,   163,   119,   270,   114,   111,   113,   278,   124,
23224
 
-     125,   126,   115,   129,   151,   118,   164,   124,   125,   126,
23225
 
-     262,     1,   130,   272,     1,    12,    13,    14,    15,    16,
23226
 
-      17,    18,    19,   133,   150,   307,   136,   301,   139,   169,
23227
 
-     140,   141,    93,   269,   162,   163,   330,   195,   196,   197,
23228
 
-     145,   198,   199,    92,    20,   175,    44,   151,   148,   164,
23229
 
-     174,   177,   180,   179,   213,   187,   214,   251,   188,   325,
23230
 
-     215,   218,   138,   212,   223,   221,   222,   224,   228,   225,
23231
 
-    -105,   231,   234,   235,   331,   240,   242,   244,   297,   245,
23232
 
-     246,   247,   304,   250,   306,   253,   256,   340,   311,   266,
23233
 
-     273,   317,   290,   319,   293,   296,   305,   282,   308,   323,
23234
 
-     315,   314,   318,   320,   329,   347,   321,   348,   322,   333,
23235
 
-      45,   334,    30,   337,   343,   120,   241,   220,   268,   192,
23236
 
-     109,   183,   230,   295,    49,   289,   310,   252,   132,     0,
23237
 
-     328,     0,     0,     0,     0,   170,     0,     0,   135,     0,
23238
 
-       0,   144,   143,     0,     0,     0,   147,   146
23239
 
-};
23240
 
-
23241
 
-static const short yycheck[] =
23242
 
-{
23243
 
-       6,    13,    14,   127,    16,   207,    70,    19,     1,     9,
23244
 
-      10,   105,    23,   107,   108,    15,   103,     9,    10,   108,
23245
 
-      10,    73,     1,    21,     1,    31,     3,    13,     3,    27,
23246
 
-      20,    21,    23,    33,    23,     1,    51,    52,    26,     1,
23247
 
-      23,    33,    21,    33,    50,    35,    57,    23,    27,    26,
23248
 
-      43,    44,    45,    46,    47,    48,    49,    50,    20,    21,
23249
 
-     124,    20,    21,    74,    73,    42,   153,    29,    57,    23,
23250
 
-      29,    23,   166,    23,    74,    23,   170,   166,    23,    72,
23251
 
-      86,   170,    74,    60,    74,    74,    65,    73,    54,    55,
23252
 
-      56,    74,    58,    59,    23,    23,     1,   103,    74,   105,
23253
 
-      23,   107,    64,   305,    24,    64,    24,     1,    23,    23,
23254
 
-      74,   246,    36,    37,    38,    74,    10,   241,    23,    23,
23255
 
-      74,    60,    74,    53,    74,   327,    74,    73,   134,    74,
23256
 
-     136,   333,   138,     1,   198,   199,    60,    61,    62,    33,
23257
 
-     342,     1,   148,    57,     4,     5,    74,     7,     8,   284,
23258
 
-      74,    74,    73,     1,   289,    23,    16,    17,    18,    19,
23259
 
-       6,     9,    10,     4,     5,    25,     7,     8,     1,    75,
23260
 
-      30,    31,    32,   179,    34,    16,    17,    18,    19,    39,
23261
 
-      40,    73,     1,     1,    25,    33,    11,    12,    21,    30,
23262
 
-      31,    32,     1,    34,    75,     9,    10,    73,    39,    40,
23263
 
-      73,    15,    73,    63,    73,    23,   212,    67,    68,    28,
23264
 
-      70,    71,     1,    23,    23,    36,    37,    38,   224,    33,
23265
 
-      39,    10,    63,    36,    37,    38,    67,    68,     1,    70,
23266
 
-      71,    20,    21,    74,   240,    73,    23,    23,   244,    60,
23267
 
-      61,    62,    73,    24,    33,    74,    35,    60,    61,    62,
23268
 
-      23,     1,    24,    74,     1,    43,    44,    45,    46,    47,
23269
 
-      48,    49,    50,    23,    10,   277,    73,   273,    23,    15,
23270
 
-      74,    74,    65,    23,    20,    21,    23,    54,    55,    56,
23271
 
-      21,    58,    59,    27,    72,    23,    74,    33,    73,    35,
23272
 
-      73,    69,    23,    73,    23,    74,    23,    74,    74,   305,
23273
 
-      74,    23,    73,    73,    23,    74,    74,    73,    23,    74,
23274
 
-      74,    74,    24,    74,   320,    73,    41,    73,    23,    73,
23275
 
-      73,    73,    23,    74,    23,    74,    74,   333,    23,    74,
23276
 
-      73,    22,    74,    23,    74,    74,    73,    23,    74,    36,
23277
 
-      74,    76,    74,    73,    23,     0,    74,     0,    74,    73,
23278
 
-      22,    74,     9,    74,    74,    72,   192,   157,   238,   134,
23279
 
-      62,   123,   170,   264,    27,   247,   279,   201,    86,    -1,
23280
 
-     314,    -1,    -1,    -1,    -1,   108,    -1,    -1,    88,    -1,
23281
 
-      -1,    97,    96,    -1,    -1,    -1,    99,    98
23282
 
-};
23283
 
-/* -*-C-*-  Note some compilers choke on comments on `#line' lines.  */
23284
 
-#line 3 "/usr/share/bison/bison.simple"
23285
 
-
23286
 
-/* Skeleton output parser for bison,
23287
 
-
23288
 
-   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software
23289
 
-   Foundation, Inc.
23290
 
-
23291
 
-   This program is free software; you can redistribute it and/or modify
23292
 
-   it under the terms of the GNU General Public License as published by
23293
 
-   the Free Software Foundation; either version 2, or (at your option)
23294
 
-   any later version.
23295
 
-
23296
 
-   This program is distributed in the hope that it will be useful,
23297
 
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
23298
 
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23299
 
-   GNU General Public License for more details.
23300
 
-
23301
 
-   You should have received a copy of the GNU General Public License
23302
 
-   along with this program; if not, write to the Free Software
23303
 
-   Foundation, Inc., 59 Temple Place - Suite 330,
23304
 
-   Boston, MA 02111-1307, USA.  */
23305
 
-
23306
 
-/* As a special exception, when this file is copied by Bison into a
23307
 
-   Bison output file, you may use that output file without restriction.
23308
 
-   This special exception was added by the Free Software Foundation
23309
 
-   in version 1.24 of Bison.  */
23310
 
-
23311
 
-/* This is the parser code that is written into each bison parser when
23312
 
-   the %semantic_parser declaration is not specified in the grammar.
23313
 
-   It was written by Richard Stallman by simplifying the hairy parser
23314
 
-   used when %semantic_parser is specified.  */
23315
 
-
23316
 
-/* All symbols defined below should begin with yy or YY, to avoid
23317
 
-   infringing on user name space.  This should be done even for local
23318
 
-   variables, as they might otherwise be expanded by user macros.
23319
 
-   There are some unavoidable exceptions within include files to
23320
 
-   define necessary library symbols; they are noted "INFRINGES ON
23321
 
-   USER NAME SPACE" below.  */
23322
 
-
23323
 
-#if ! defined (yyoverflow) || defined (YYERROR_VERBOSE)
23324
 
+# ifndef YYFREE
23325
 
+#  define YYFREE free
23326
 
+# endif
23327
 
+# ifndef YYMALLOC
23328
 
+#  define YYMALLOC malloc
23329
 
+# endif
23330
 
 
23331
 
 /* The parser invokes alloca or malloc; define the necessary symbols.  */
23332
 
 
23333
 
-# if YYSTACK_USE_ALLOCA
23334
 
-#  define YYSTACK_ALLOC alloca
23335
 
+# ifdef YYSTACK_USE_ALLOCA
23336
 
+#  if YYSTACK_USE_ALLOCA
23337
 
+#   define YYSTACK_ALLOC alloca
23338
 
+#  endif
23339
 
 # else
23340
 
-#  ifndef YYSTACK_USE_ALLOCA
23341
 
-#   if defined (alloca) || defined (_ALLOCA_H)
23342
 
-#    define YYSTACK_ALLOC alloca
23343
 
-#   else
23344
 
-#    ifdef __GNUC__
23345
 
-#     define YYSTACK_ALLOC __builtin_alloca
23346
 
-#    endif
23347
 
+#  if defined (alloca) || defined (_ALLOCA_H)
23348
 
+#   define YYSTACK_ALLOC alloca
23349
 
+#  else
23350
 
+#   ifdef __GNUC__
23351
 
+#    define YYSTACK_ALLOC __builtin_alloca
23352
 
 #   endif
23353
 
 #  endif
23354
 
 # endif
23355
 
@@ -646,45 +304,36 @@ static const short yycheck[] =
23356
 
 #   include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
23357
 
 #   define YYSIZE_T size_t
23358
 
 #  endif
23359
 
-#  define YYSTACK_ALLOC malloc
23360
 
-#  define YYSTACK_FREE free
23361
 
+#  define YYSTACK_ALLOC YYMALLOC
23362
 
+#  define YYSTACK_FREE YYFREE
23363
 
 # endif
23364
 
-#endif /* ! defined (yyoverflow) || defined (YYERROR_VERBOSE) */
23365
 
+#endif /* ! defined (yyoverflow) || YYERROR_VERBOSE */
23366
 
 
23367
 
 
23368
 
 #if (! defined (yyoverflow) \
23369
 
      && (! defined (__cplusplus) \
23370
 
-        || (YYLTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))
23371
 
+        || (defined (YYSTYPE_IS_TRIVIAL) && YYSTYPE_IS_TRIVIAL)))
23372
 
 
23373
 
 /* A type that is properly aligned for any stack member.  */
23374
 
 union yyalloc
23375
 
 {
23376
 
-  short yyss;
23377
 
+  short int yyss;
23378
 
   YYSTYPE yyvs;
23379
 
-# if YYLSP_NEEDED
23380
 
-  YYLTYPE yyls;
23381
 
-# endif
23382
 
-};
23383
 
+  };
23384
 
 
23385
 
 /* The size of the maximum gap between one aligned stack and the next.  */
23386
 
-# define YYSTACK_GAP_MAX (sizeof (union yyalloc) - 1)
23387
 
+# define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
23388
 
 
23389
 
 /* The size of an array large to enough to hold all stacks, each with
23390
 
    N elements.  */
23391
 
-# if YYLSP_NEEDED
23392
 
-#  define YYSTACK_BYTES(N) \
23393
 
-     ((N) * (sizeof (short) + sizeof (YYSTYPE) + sizeof (YYLTYPE))     \
23394
 
-      + 2 * YYSTACK_GAP_MAX)
23395
 
-# else
23396
 
-#  define YYSTACK_BYTES(N) \
23397
 
-     ((N) * (sizeof (short) + sizeof (YYSTYPE))                                \
23398
 
-      + YYSTACK_GAP_MAX)
23399
 
-# endif
23400
 
+# define YYSTACK_BYTES(N) \
23401
 
+     ((N) * (sizeof (short int) + sizeof (YYSTYPE))                    \
23402
 
+      + YYSTACK_GAP_MAXIMUM)
23403
 
 
23404
 
 /* Copy COUNT objects from FROM to TO.  The source and destination do
23405
 
    not overlap.  */
23406
 
 # ifndef YYCOPY
23407
 
-#  if 1 < __GNUC__
23408
 
+#  if defined (__GNUC__) && 1 < __GNUC__
23409
 
 #   define YYCOPY(To, From, Count) \
23410
 
       __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
23411
 
 #  else
23412
 
@@ -710,13 +359,554 @@ union yyalloc
23413
 
        YYSIZE_T yynewbytes;                                            \
23414
 
        YYCOPY (&yyptr->Stack, Stack, yysize);                          \
23415
 
        Stack = &yyptr->Stack;                                          \
23416
 
-       yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAX;   \
23417
 
+       yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
23418
 
        yyptr += yynewbytes / sizeof (*yyptr);                          \
23419
 
       }                                                                        \
23420
 
     while (0)
23421
 
 
23422
 
 #endif
23423
 
 
23424
 
+#if defined (__STDC__) || defined (__cplusplus)
23425
 
+   typedef signed char yysigned_char;
23426
 
+#else
23427
 
+   typedef short int yysigned_char;
23428
 
+#endif
23429
 
+
23430
 
+/* YYFINAL -- State number of the termination state. */
23431
 
+#define YYFINAL  8
23432
 
+/* YYLAST -- Last index in YYTABLE.  */
23433
 
+#define YYLAST   395
23434
 
+
23435
 
+/* YYNTOKENS -- Number of terminals. */
23436
 
+#define YYNTOKENS  77
23437
 
+/* YYNNTS -- Number of nonterminals. */
23438
 
+#define YYNNTS  89
23439
 
+/* YYNRULES -- Number of rules. */
23440
 
+#define YYNRULES  198
23441
 
+/* YYNRULES -- Number of states. */
23442
 
+#define YYNSTATES  348
23443
 
+
23444
 
+/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX.  */
23445
 
+#define YYUNDEFTOK  2
23446
 
+#define YYMAXUTOK   327
23447
 
+
23448
 
+#define YYTRANSLATE(YYX)                                               \
23449
 
+  ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
23450
 
+
23451
 
+/* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX.  */
23452
 
+static const unsigned char yytranslate[] =
23453
 
+{
23454
 
+       0,     2,     2,     2,     2,     2,     2,     2,     2,     2,
23455
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
23456
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
23457
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
23458
 
+       2,     2,     2,     2,     2,    75,     2,     2,     2,     2,
23459
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
23460
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
23461
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
23462
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
23463
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
23464
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
23465
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
23466
 
+       2,     2,     2,    73,    76,    74,     2,     2,     2,     2,
23467
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
23468
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
23469
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
23470
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
23471
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
23472
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
23473
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
23474
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
23475
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
23476
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
23477
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
23478
 
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
23479
 
+       2,     2,     2,     2,     2,     2,     1,     2,     3,     4,
23480
 
+       5,     6,     7,     8,     9,    10,    11,    12,    13,    14,
23481
 
+      15,    16,    17,    18,    19,    20,    21,    22,    23,    24,
23482
 
+      25,    26,    27,    28,    29,    30,    31,    32,    33,    34,
23483
 
+      35,    36,    37,    38,    39,    40,    41,    42,    43,    44,
23484
 
+      45,    46,    47,    48,    49,    50,    51,    52,    53,    54,
23485
 
+      55,    56,    57,    58,    59,    60,    61,    62,    63,    64,
23486
 
+      65,    66,    67,    68,    69,    70,    71,    72
23487
 
+};
23488
 
+
23489
 
+#if YYDEBUG
23490
 
+/* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
23491
 
+   YYRHS.  */
23492
 
+static const unsigned short int yyprhs[] =
23493
 
+{
23494
 
+       0,     0,     3,     5,     7,    16,    21,    26,    27,    29,
23495
 
+      31,    34,    37,    40,    43,    46,    49,    54,    59,    62,
23496
 
+      65,    67,    69,    71,    72,    74,    77,    82,    87,    90,
23497
 
+      92,    95,    97,    99,   101,   103,   106,   108,   110,   113,
23498
 
+     115,   118,   121,   123,   129,   135,   137,   140,   145,   150,
23499
 
+     155,   160,   165,   170,   171,   174,   178,   182,   186,   188,
23500
 
+     189,   191,   194,   199,   204,   207,   210,   212,   215,   217,
23501
 
+     219,   222,   224,   230,   235,   237,   239,   240,   242,   244,
23502
 
+     247,   248,   252,   256,   257,   261,   264,   266,   269,   271,
23503
 
+     274,   276,   279,   284,   289,   291,   293,   296,   298,   301,
23504
 
+     304,   311,   316,   318,   320,   322,   325,   327,   330,   333,
23505
 
+     336,   338,   341,   343,   346,   349,   351,   353,   355,   358,
23506
 
+     360,   363,   365,   370,   372,   374,   377,   378,   380,   382,
23507
 
+     385,   390,   395,   398,   401,   404,   407,   409,   412,   415,
23508
 
+     416,   418,   420,   423,   428,   433,   435,   438,   440,   445,
23509
 
+     450,   452,   454,   456,   459,   462,   467,   472,   474,   476,
23510
 
+     479,   482,   485,   490,   495,   498,   499,   504,   509,   511,
23511
 
+     514,   519,   524,   526,   529,   531,   534,   539,   544,   547,
23512
 
+     549,   552,   554,   556,   561,   566,   571,   574,   577,   581,
23513
 
+     585,   587,   589,   592,   595,   597,   599,   603,   605
23514
 
+};
23515
 
+
23516
 
+/* YYRHS -- A `-1'-separated list of the rules' RHS. */
23517
 
+static const short int yyrhs[] =
23518
 
+{
23519
 
+      78,     0,    -1,    79,    -1,    81,    -1,    80,    85,   128,
23520
 
+     165,   152,    96,   140,   146,    -1,    42,    73,    82,    74,
23521
 
+      -1,    42,    73,    81,    74,    -1,    -1,     1,    -1,    83,
23522
 
+      -1,    82,    83,    -1,    43,    84,    -1,    44,    84,    -1,
23523
 
+      45,    84,    -1,    46,    23,    -1,    47,    84,    -1,    48,
23524
 
+      24,    75,    24,    -1,    49,    24,    75,    24,    -1,    50,
23525
 
+      84,    -1,    72,    23,    -1,    51,    -1,    52,    -1,    86,
23526
 
+      -1,    -1,    87,    -1,    86,    87,    -1,    88,    73,    89,
23527
 
+      74,    -1,    88,    73,    81,    74,    -1,     3,    23,    -1,
23528
 
+      90,    -1,    89,    90,    -1,    92,    -1,   126,    -1,   125,
23529
 
+      -1,    91,    -1,    71,   159,    -1,    93,    -1,    95,    -1,
23530
 
+      16,   110,    -1,    17,    -1,    32,   110,    -1,    68,   111,
23531
 
+      -1,     4,    -1,     4,     6,    73,    94,    74,    -1,     4,
23532
 
+       6,    73,    81,    74,    -1,    23,    -1,    94,    23,    -1,
23533
 
+       7,    73,   113,    74,    -1,    18,    73,   118,    74,    -1,
23534
 
+      19,    73,   120,    74,    -1,     8,    73,   114,    74,    -1,
23535
 
+       7,    73,    81,    74,    -1,    18,    73,    81,    74,    -1,
23536
 
+      -1,    96,    97,    -1,    99,   101,    74,    -1,    99,   101,
23537
 
+      74,    -1,    39,   100,    73,    -1,    23,    -1,    -1,   102,
23538
 
+      -1,   101,   102,    -1,    36,    73,   103,    74,    -1,    36,
23539
 
+      73,    81,    74,    -1,    38,   105,    -1,    37,   105,    -1,
23540
 
+      61,    -1,    60,   159,    -1,    62,    -1,   104,    -1,   103,
23541
 
+     104,    -1,    23,    -1,   106,    73,   107,   108,    74,    -1,
23542
 
+     106,    73,    81,    74,    -1,    23,    -1,    23,    -1,    -1,
23543
 
+     109,    -1,    23,    -1,   109,    23,    -1,    -1,    73,   122,
23544
 
+      74,    -1,    73,    81,    74,    -1,    -1,    73,   112,    74,
23545
 
+      -1,    69,    24,    -1,   116,    -1,   113,   116,    -1,   115,
23546
 
+      -1,   114,   115,    -1,   116,    -1,    15,    23,    -1,     9,
23547
 
+      73,   117,    74,    -1,     9,    73,    81,    74,    -1,   122,
23548
 
+      -1,    23,    -1,   117,    23,    -1,   119,    -1,   118,   119,
23549
 
+      -1,    20,    23,    -1,    21,    73,   123,    74,    22,    23,
23550
 
+      -1,    21,    73,    81,    74,    -1,   122,    -1,    35,    -1,
23551
 
+     121,    -1,   118,   121,    -1,   119,    -1,    15,    23,    -1,
23552
 
+      10,    23,    -1,    33,    23,    -1,   124,    -1,   123,   124,
23553
 
+      -1,    23,    -1,     5,    11,    -1,     5,    12,    -1,    25,
23554
 
+      -1,    30,    -1,    31,    -1,    34,    23,    -1,    98,    -1,
23555
 
+      40,    23,    -1,    63,    -1,    67,    73,   127,    74,    -1,
23556
 
+      70,    -1,    23,    -1,   127,    23,    -1,    -1,   129,    -1,
23557
 
+     130,    -1,   129,   130,    -1,   131,    73,   132,    74,    -1,
23558
 
+     131,    73,    81,    74,    -1,    26,    23,    -1,   133,   134,
23559
 
+      -1,   135,   133,    -1,    21,    13,    -1,   137,    -1,   136,
23560
 
+     137,    -1,   137,   136,    -1,    -1,   135,    -1,    65,    -1,
23561
 
+      27,    23,    -1,    21,    73,   138,    74,    -1,    21,    73,
23562
 
+      81,    74,    -1,   139,    -1,   138,   139,    -1,    23,    -1,
23563
 
+     141,    73,   142,    74,    -1,   141,    73,    81,    74,    -1,
23564
 
+      81,    -1,    28,    -1,   143,    -1,   142,   143,    -1,    20,
23565
 
+      23,    -1,    21,    73,   144,    74,    -1,    21,    73,    81,
23566
 
+      74,    -1,   145,    -1,   139,    -1,   144,   139,    -1,    29,
23567
 
+      23,    -1,    64,    84,    -1,    41,    73,   147,    74,    -1,
23568
 
+      41,    73,    81,    74,    -1,   150,   148,    -1,    -1,    36,
23569
 
+      73,   149,    74,    -1,    36,    73,    81,    74,    -1,   139,
23570
 
+      -1,   149,   139,    -1,    21,    73,   151,    74,    -1,    21,
23571
 
+      73,    81,    74,    -1,    23,    -1,   151,    23,    -1,   153,
23572
 
+      -1,   152,   153,    -1,   154,    73,   155,    74,    -1,   154,
23573
 
+      73,    81,    74,    -1,    53,    23,    -1,   156,    -1,   155,
23574
 
+     156,    -1,   157,    -1,   158,    -1,    54,    73,   161,    74,
23575
 
+      -1,    55,    73,   162,    74,    -1,    56,    73,   161,    74,
23576
 
+      -1,    58,   159,    -1,    59,   159,    -1,   160,   132,    74,
23577
 
+      -1,   160,    81,    74,    -1,    73,    -1,   162,    -1,   161,
23578
 
+     162,    -1,    57,    23,    -1,   163,    -1,   164,    -1,   163,
23579
 
+      76,   164,    -1,    23,    -1,    60,   159,    -1
23580
 
+};
23581
 
+
23582
 
+/* YYRLINE[YYN] -- source line where rule number YYN was defined.  */
23583
 
+static const unsigned short int yyrline[] =
23584
 
+{
23585
 
+       0,    62,    62,    63,    66,    69,    70,    71,    76,    78,
23586
 
+      79,    82,    85,    88,    91,    94,    97,   100,   103,   106,
23587
 
+     111,   112,   115,   116,   121,   122,   125,   128,   133,   148,
23588
 
+     149,   152,   153,   154,   155,   158,   164,   165,   166,   170,
23589
 
+     174,   178,   184,   187,   190,   193,   197,   203,   207,   212,
23590
 
+     217,   226,   227,   230,   231,   234,   240,   251,   260,   263,
23591
 
+     268,   269,   272,   273,   274,   278,   283,   286,   290,   295,
23592
 
+     296,   299,   307,   308,   311,   322,   327,   330,   334,   339,
23593
 
+     346,   347,   348,   351,   352,   355,   360,   361,   364,   365,
23594
 
+     368,   369,   374,   375,   376,   379,   383,   389,   390,   393,
23595
 
+     396,   423,   424,   425,   430,   431,   434,   435,   440,   443,
23596
 
+     448,   453,   460,   468,   471,   476,   479,   482,   485,   495,
23597
 
+     496,   499,   502,   505,   510,   514,   520,   521,   524,   525,
23598
 
+     528,   532,   538,   548,   549,   552,   553,   554,   555,   558,
23599
 
+     559,   562,   567,   572,   573,   576,   579,   585,   599,   603,
23600
 
+     607,   610,   615,   616,   619,   622,   623,   624,   627,   630,
23601
 
+     635,   638,   643,   644,   647,   652,   653,   656,   662,   665,
23602
 
+     671,   675,   680,   702,   729,   730,   733,   737,   743,   757,
23603
 
+     758,   761,   765,   769,   772,   775,   780,   783,   786,   787,
23604
 
+     793,   803,   808,   818,   823,   830,   833,   843,   849
23605
 
+};
23606
 
+#endif
23607
 
+
23608
 
+#if YYDEBUG || YYERROR_VERBOSE
23609
 
+/* YYTNME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
23610
 
+   First, the terminals, then, starting at YYNTOKENS, nonterminals. */
23611
 
+static const char *const yytname[] =
23612
 
+{
23613
 
+  "$end", "error", "$undefined", "FIELD", "STRINGTYPE", "QDEFAULT",
23614
 
+  "MATCHING", "ENUM", "MULTIENUMTOK", "VALUES", "DEFAULT", "EXACT_REGEXP",
23615
 
+  "INEXACT_REGEXP", "ALL", "FORMAT", "ENUMSEPARATORSTOK", "MULTITEXTTYPE",
23616
 
+  "DATETYPE", "ENUM_IN_FILE", "MULTI_ENUM_IN_FILE", "PATHTOK", "FIELDSTOK",
23617
 
+  "KEYTOK", "QSTRING", "INTVAL", "TEXTSEARCH", "QUERYTOK", "FORMATTOK",
23618
 
+  "INDEXTOK", "SEPARATORTOK", "RESTRICTEDTOK", "NOSPACESTOK", "INTEGERTOK",
23619
 
+  "INPUTDEFAULTTOK", "BUILTINTOK", "ALLOWANYVALUETOK", "REQUIRETOK",
23620
 
+  "APPENDFIELDTOK", "SETFIELDTOK", "CHANGETOK", "DESCRIPTIONTOK",
23621
 
+  "INPUTTOK", "DATABASEINFOTOK", "DEBUGMODETOK", "KEEPRECTOK",
23622
 
+  "NOTIFYEXPTOK", "LIBEXECDIRTOK", "SUBMITTERACKTOK", "BUSINESSDAYTOK",
23623
 
+  "BUSINESSWEEKTOK", "CREATECATEGORYDIRSTOK", "FALSETOK", "TRUETOK",
23624
 
+  "MAILFORMATTOK", "TOADDRESSESTOK", "FROMADDRESSTOK", "REPLYTOTOK",
23625
 
+  "FIXEDTOK", "BODYTOK", "HEADERTOK", "AUDITTRAILFMTTOK",
23626
 
+  "ADDAUDITTRAILTOK", "REQUIRECHANGEREASONTOK", "READONLYTOK",
23627
 
+  "BINARYINDEXTOK", "RAWTOK", "BADTOK", "AUXFLAGSTOK", "PRLISTTOK",
23628
 
+  "MAXPRSTOK", "EDITONLYTOK", "VIRTUALFORMATTOK", "CATPERMSTOK", "'{'",
23629
 
+  "'}'", "'-'", "'|'", "$accept", "config", "configEnts", "databaseInfo",
23630
 
+  "parseError", "databaseInfoList", "databaseInfoEnt", "booleanVal",
23631
 
+  "fieldDecStmt", "fieldDecList", "fieldDec", "startFieldDec",
23632
 
+  "fieldDataList", "fieldData", "virtualFieldFormat", "fieldDataType",
23633
 
+  "stringType", "regexpList", "enumType", "globalChangeEnts",
23634
 
+  "globalChangeEnt", "changeClause", "changeHeader", "optChangeExpr",
23635
 
+  "changeOpts", "changeOpt", "reqFieldNameList", "reqFieldNameEnt",
23636
 
+  "fieldEditOpts", "fieldEditName", "fieldEditFormat",
23637
 
+  "optFieldEditFieldList", "fieldEditFieldList", "optSimple", "prListOpts",
23638
 
+  "prListOptList", "enumcontents", "multienumcontents", "multiEnumItem",
23639
 
+  "enumItem", "enumValueList", "enumFileContents", "enumFileItem",
23640
 
+  "multiEnumFileContents", "multiEnumFileItem", "defaultFieldVal",
23641
 
+  "enumFieldList", "enumFieldMember", "queryDefault", "miscOptions",
23642
 
+  "auxFlagsList", "optQueryList", "queryList", "query", "queryBegin",
23643
 
+  "queryFmt", "queryFieldDesc", "optQueryOpts", "queryOpts", "queryPrintf",
23644
 
+  "queryfields", "queryFieldsList", "FieldListMember", "indexDescription",
23645
 
+  "indexheader", "indexlist", "indexEnt", "indexFieldList", "indexSep",
23646
 
+  "inputDescription", "inputEnt", "requiredFields", "requiredFieldsList",
23647
 
+  "inputFields", "inputFieldsList", "mailFormatList", "mailFormat",
23648
 
+  "mailFormatHeader", "mailFormatBody", "mailFormatEnt", "bodyFormat",
23649
 
+  "headerFormat", "plainFormat", "plainFormatHeader", "mailAddressList",
23650
 
+  "mailAddress", "mailAddressTries", "MailAddressMember", "auditTrailFmt", 0
23651
 
+};
23652
 
+#endif
23653
 
+
23654
 
+# ifdef YYPRINT
23655
 
+/* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
23656
 
+   token YYLEX-NUM.  */
23657
 
+static const unsigned short int yytoknum[] =
23658
 
+{
23659
 
+       0,   256,   257,   258,   259,   260,   261,   262,   263,   264,
23660
 
+     265,   266,   267,   268,   269,   270,   271,   272,   273,   274,
23661
 
+     275,   276,   277,   278,   279,   280,   281,   282,   283,   284,
23662
 
+     285,   286,   287,   288,   289,   290,   291,   292,   293,   294,
23663
 
+     295,   296,   297,   298,   299,   300,   301,   302,   303,   304,
23664
 
+     305,   306,   307,   308,   309,   310,   311,   312,   313,   314,
23665
 
+     315,   316,   317,   318,   319,   320,   321,   322,   323,   324,
23666
 
+     325,   326,   327,   123,   125,    45,   124
23667
 
+};
23668
 
+# endif
23669
 
+
23670
 
+/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives.  */
23671
 
+static const unsigned char yyr1[] =
23672
 
+{
23673
 
+       0,    77,    78,    78,    79,    80,    80,    80,    81,    82,
23674
 
+      82,    83,    83,    83,    83,    83,    83,    83,    83,    83,
23675
 
+      84,    84,    85,    85,    86,    86,    87,    87,    88,    89,
23676
 
+      89,    90,    90,    90,    90,    91,    92,    92,    92,    92,
23677
 
+      92,    92,    93,    93,    93,    94,    94,    95,    95,    95,
23678
 
+      95,    95,    95,    96,    96,    97,    98,    99,   100,   100,
23679
 
+     101,   101,   102,   102,   102,   102,   102,   102,   102,   103,
23680
 
+     103,   104,   105,   105,   106,   107,   108,   108,   109,   109,
23681
 
+     110,   110,   110,   111,   111,   112,   113,   113,   114,   114,
23682
 
+     115,   115,   116,   116,   116,   117,   117,   118,   118,   119,
23683
 
+     119,   119,   119,   119,   120,   120,   121,   121,   122,   122,
23684
 
+     123,   123,   124,   125,   125,   126,   126,   126,   126,   126,
23685
 
+     126,   126,   126,   126,   127,   127,   128,   128,   129,   129,
23686
 
+     130,   130,   131,   132,   132,   133,   133,   133,   133,   134,
23687
 
+     134,   135,   136,   137,   137,   138,   138,   139,   140,   140,
23688
 
+     140,   141,   142,   142,   143,   143,   143,   143,   144,   144,
23689
 
+     145,   145,   146,   146,   147,   148,   148,   148,   149,   149,
23690
 
+     150,   150,   151,   151,   152,   152,   153,   153,   154,   155,
23691
 
+     155,   156,   156,   156,   156,   156,   157,   158,   159,   159,
23692
 
+     160,   161,   161,   162,   162,   163,   163,   164,   165
23693
 
+};
23694
 
+
23695
 
+/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN.  */
23696
 
+static const unsigned char yyr2[] =
23697
 
+{
23698
 
+       0,     2,     1,     1,     8,     4,     4,     0,     1,     1,
23699
 
+       2,     2,     2,     2,     2,     2,     4,     4,     2,     2,
23700
 
+       1,     1,     1,     0,     1,     2,     4,     4,     2,     1,
23701
 
+       2,     1,     1,     1,     1,     2,     1,     1,     2,     1,
23702
 
+       2,     2,     1,     5,     5,     1,     2,     4,     4,     4,
23703
 
+       4,     4,     4,     0,     2,     3,     3,     3,     1,     0,
23704
 
+       1,     2,     4,     4,     2,     2,     1,     2,     1,     1,
23705
 
+       2,     1,     5,     4,     1,     1,     0,     1,     1,     2,
23706
 
+       0,     3,     3,     0,     3,     2,     1,     2,     1,     2,
23707
 
+       1,     2,     4,     4,     1,     1,     2,     1,     2,     2,
23708
 
+       6,     4,     1,     1,     1,     2,     1,     2,     2,     2,
23709
 
+       1,     2,     1,     2,     2,     1,     1,     1,     2,     1,
23710
 
+       2,     1,     4,     1,     1,     2,     0,     1,     1,     2,
23711
 
+       4,     4,     2,     2,     2,     2,     1,     2,     2,     0,
23712
 
+       1,     1,     2,     4,     4,     1,     2,     1,     4,     4,
23713
 
+       1,     1,     1,     2,     2,     4,     4,     1,     1,     2,
23714
 
+       2,     2,     4,     4,     2,     0,     4,     4,     1,     2,
23715
 
+       4,     4,     1,     2,     1,     2,     4,     4,     2,     1,
23716
 
+       2,     1,     1,     4,     4,     4,     2,     2,     3,     3,
23717
 
+       1,     1,     2,     2,     1,     1,     3,     1,     2
23718
 
+};
23719
 
+
23720
 
+/* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
23721
 
+   STATE-NUM when YYTABLE doesn't specify something else to do.  Zero
23722
 
+   means the default is an error.  */
23723
 
+static const unsigned char yydefact[] =
23724
 
+{
23725
 
+       0,     8,     0,     0,     2,    23,     3,     0,     1,     0,
23726
 
+     126,    22,    24,     0,     0,     0,     0,     0,     0,     0,
23727
 
+       0,     0,     0,     0,     0,     9,    28,     0,     0,   127,
23728
 
+     128,     0,    25,     0,    20,    21,    11,    12,    13,    14,
23729
 
+      15,     0,     0,    18,    19,     6,     5,    10,   132,     0,
23730
 
+       0,   129,     0,    42,     0,     0,     0,    80,    39,     0,
23731
 
+       0,   115,   116,   117,    80,     0,    59,     0,   121,     0,
23732
 
+      83,   123,     0,     0,     0,    29,    34,    31,    36,    37,
23733
 
+     119,     0,    33,    32,     0,     0,   190,   198,     0,     0,
23734
 
+      53,   174,     0,     0,     0,   141,     0,     0,   139,     0,
23735
 
+       0,   136,     0,   113,   114,     0,     0,     0,    38,     0,
23736
 
+       0,    40,   118,    58,     0,   120,     0,     0,    41,    35,
23737
 
+      27,    26,    30,     0,     0,     0,     0,    66,    68,     0,
23738
 
+      60,    16,    17,     0,     0,   178,     0,   175,     0,   135,
23739
 
+       0,   142,   131,   130,   133,   140,   134,     0,   137,   138,
23740
 
+       0,     0,     0,     0,     0,     0,    86,    94,     0,     0,
23741
 
+      88,    90,     0,     0,     0,     0,   103,     0,     0,    97,
23742
 
+     102,     0,     0,    97,     0,   104,    57,   124,     0,     0,
23743
 
+       0,     0,    74,    65,     0,    64,    67,    56,    61,   189,
23744
 
+     188,   151,   150,    54,     0,     0,     0,     0,     0,     0,
23745
 
+       0,     0,     0,     0,   179,   181,   182,   147,     0,     0,
23746
 
+     145,    45,     0,     0,     0,   108,   109,    51,    47,    87,
23747
 
+      91,    50,    89,    82,    81,    99,     0,    52,    48,    98,
23748
 
+     107,    98,   105,    49,   125,   122,    85,    84,    71,     0,
23749
 
+       0,    69,     0,     0,     0,     4,     0,     0,     0,     0,
23750
 
+     186,   187,   177,   176,   180,   144,   143,   146,    44,    46,
23751
 
+      43,    95,     0,     0,   112,     0,     0,   110,    63,    62,
23752
 
+      70,    75,     0,    76,    55,     0,     0,     0,     0,     0,
23753
 
+       0,     0,   152,   157,   197,     0,     0,   191,   194,   195,
23754
 
+       0,     0,    93,    96,    92,   101,     0,   111,    73,    78,
23755
 
+       0,    77,     0,     0,     0,   165,   154,     0,   160,   161,
23756
 
+     149,   148,   153,   193,   183,   192,     0,   184,   185,     0,
23757
 
+      72,    79,     0,   163,   162,     0,   164,     0,   158,     0,
23758
 
+     196,   100,   172,     0,     0,     0,   156,   155,   159,   171,
23759
 
+     173,   170,     0,   168,     0,   167,   166,   169
23760
 
+};
23761
 
+
23762
 
+/* YYDEFGOTO[NTERM-NUM]. */
23763
 
+static const short int yydefgoto[] =
23764
 
+{
23765
 
+      -1,     3,     4,     5,     6,    24,    25,    36,    10,    11,
23766
 
+      12,    13,    74,    75,    76,    77,    78,   213,    79,   136,
23767
 
+     193,    80,    81,   114,   129,   130,   240,   241,   183,   184,
23768
 
+     273,   300,   301,   108,   118,   180,   155,   159,   160,   161,
23769
 
+     263,   168,   169,   174,   175,   157,   266,   267,    82,    83,
23770
 
+     178,    28,    29,    30,    31,    97,    98,   144,    99,   100,
23771
 
+     101,   209,   210,   195,   196,   281,   282,   329,   283,   245,
23772
 
+     304,   326,   344,   305,   334,    90,    91,    92,   203,   204,
23773
 
+     205,   206,    87,    88,   286,   287,   288,   289,    50
23774
 
+};
23775
 
+
23776
 
+/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
23777
 
+   STATE-NUM.  */
23778
 
+#define YYPACT_NINF -204
23779
 
+static const short int yypact[] =
23780
 
+{
23781
 
+      65,  -204,   -52,    27,  -204,    20,  -204,     4,  -204,     9,
23782
 
+      14,    20,  -204,   -43,   206,   206,   206,    11,   206,    18,
23783
 
+      70,   206,    21,    22,   197,  -204,  -204,   138,    52,    14,
23784
 
+    -204,    46,  -204,   141,  -204,  -204,  -204,  -204,  -204,  -204,
23785
 
+    -204,   101,   124,  -204,  -204,  -204,  -204,  -204,  -204,    92,
23786
 
+     110,  -204,    38,   187,   158,   130,   145,   150,  -204,   159,
23787
 
+     186,  -204,  -204,  -204,   150,   247,   250,   251,  -204,   202,
23788
 
+     203,  -204,    92,   204,    53,  -204,  -204,  -204,  -204,  -204,
23789
 
+    -204,   192,  -204,  -204,   253,   256,  -204,  -204,    38,   258,
23790
 
+     110,  -204,   210,     7,   261,  -204,   211,   212,   222,    -2,
23791
 
+     267,   262,   217,  -204,  -204,   215,   246,   200,  -204,   167,
23792
 
+     216,  -204,  -204,  -204,   218,  -204,   269,   224,  -204,  -204,
23793
 
+    -204,  -204,  -204,   221,   272,   272,    92,  -204,  -204,   153,
23794
 
+    -204,  -204,  -204,   223,   225,  -204,   166,  -204,    96,  -204,
23795
 
+      23,  -204,  -204,  -204,  -204,  -204,  -204,   228,  -204,  -204,
23796
 
+     107,   229,   273,   275,   230,     3,  -204,  -204,   280,     0,
23797
 
+    -204,  -204,   231,   232,   284,   235,  -204,   236,     8,  -204,
23798
 
+    -204,   286,   216,   238,   239,  -204,  -204,  -204,    12,   287,
23799
 
+     240,   121,  -204,  -204,   243,  -204,  -204,  -204,  -204,  -204,
23800
 
+    -204,  -204,  -204,  -204,   192,   276,   245,   248,   252,   254,
23801
 
+      92,    92,   255,   208,  -204,  -204,  -204,  -204,   257,    40,
23802
 
+    -204,  -204,   259,    41,   183,  -204,  -204,  -204,  -204,  -204,
23803
 
+    -204,  -204,  -204,  -204,  -204,  -204,   194,  -204,  -204,  -204,
23804
 
+    -204,   238,  -204,  -204,  -204,  -204,  -204,  -204,  -204,   260,
23805
 
+      82,  -204,   237,   160,   263,  -204,    89,    44,    44,    44,
23806
 
+    -204,  -204,  -204,  -204,  -204,  -204,  -204,  -204,  -204,  -204,
23807
 
+    -204,  -204,   264,    88,  -204,   265,    90,  -204,  -204,  -204,
23808
 
+    -204,  -204,   266,   296,  -204,    10,   297,   268,   299,   206,
23809
 
+     270,   118,  -204,  -204,  -204,   300,    -1,  -204,   271,  -204,
23810
 
+     274,    32,  -204,  -204,  -204,  -204,   302,  -204,  -204,  -204,
23811
 
+     277,   303,   279,   281,   282,   294,  -204,    23,  -204,  -204,
23812
 
+    -204,  -204,  -204,  -204,  -204,  -204,   309,  -204,  -204,   312,
23813
 
+    -204,  -204,   249,  -204,  -204,   285,  -204,   283,  -204,   105,
23814
 
+    -204,  -204,  -204,   288,   111,    23,  -204,  -204,  -204,  -204,
23815
 
+    -204,  -204,   289,  -204,   112,  -204,  -204,  -204
23816
 
+};
23817
 
+
23818
 
+/* YYPGOTO[NTERM-NUM].  */
23819
 
+static const short int yypgoto[] =
23820
 
+{
23821
 
+    -204,  -204,  -204,  -204,    -7,  -204,   313,   -14,  -204,  -204,
23822
 
+     331,  -204,  -204,   290,  -204,  -204,  -204,  -204,  -204,  -204,
23823
 
+    -204,  -204,   207,  -204,   151,  -126,  -204,   106,   234,  -204,
23824
 
+    -204,  -204,  -204,   301,  -204,  -204,  -204,  -204,   190,   -67,
23825
 
+    -204,   244,   -73,  -204,   178,   -93,  -204,    87,  -204,  -204,
23826
 
+    -204,  -204,  -204,   332,  -204,   278,   291,  -204,   293,   292,
23827
 
+     295,  -204,  -203,  -204,  -204,  -204,    79,  -204,  -204,  -204,
23828
 
+    -204,  -204,  -204,  -204,  -204,  -204,   298,  -204,  -204,   164,
23829
 
+    -204,  -204,   -64,  -204,   119,  -108,  -204,    54,  -204
23830
 
+};
23831
 
+
23832
 
+/* YYTABLE[YYPACT[STATE-NUM]].  What to do in state STATE-NUM.  If
23833
 
+   positive, shift that token.  If negative, reduce the rule which
23834
 
+   number is the opposite.  If zero, do what YYDEFACT says.
23835
 
+   If YYTABLE_NINF, syntax error.  */
23836
 
+#define YYTABLE_NINF -107
23837
 
+static const short int yytable[] =
23838
 
+{
23839
 
+      23,    37,    38,   188,    40,     1,   257,    43,   119,   151,
23840
 
+     152,     1,   151,   152,   163,   158,   170,   170,   152,    93,
23841
 
+     139,     7,   284,     9,     1,    94,    73,     8,   164,   165,
23842
 
+      33,   302,    26,   153,    39,   234,   153,   173,   156,     1,
23843
 
+      27,   153,    41,   166,    44,    96,   207,    14,    15,    16,
23844
 
+      17,    18,    19,    20,    21,   284,   285,    53,    54,    93,
23845
 
+      55,    56,   186,   207,   259,    94,     1,   284,    -7,    57,
23846
 
+      58,    59,    60,   314,   221,   170,    22,   218,    61,   170,
23847
 
+     140,   133,   228,    62,    63,    64,   235,    65,   219,   285,
23848
 
+       1,    -7,    66,    67,    42,   229,    45,     1,   154,   231,
23849
 
+     162,   285,   167,    95,   328,   238,   318,     2,     1,   276,
23850
 
+     277,   293,    49,   264,   256,   260,    68,   188,   278,    52,
23851
 
+      69,    70,     1,    71,    72,    -7,   338,   121,   207,   192,
23852
 
+     211,   202,   343,   208,   340,   207,   250,   251,   276,   277,
23853
 
+     290,   347,     1,   212,   238,    53,    54,   278,    55,    56,
23854
 
+     197,   198,   199,   279,   200,   201,   269,    57,    58,    59,
23855
 
+      60,    48,   294,    89,   296,    86,    61,     1,     1,   103,
23856
 
+     104,    62,    63,    64,   239,    65,    84,   152,   315,   337,
23857
 
+      66,    67,   279,   315,     1,   341,   346,   164,   165,   123,
23858
 
+     124,   125,   311,   102,   191,     1,   123,   124,   125,    85,
23859
 
+     153,     1,   166,   105,    68,    66,   261,   262,    69,    70,
23860
 
+     152,    71,    72,   126,   127,   128,     1,   264,   106,   265,
23861
 
+     126,   127,   128,   107,   151,   152,   152,   187,   123,   124,
23862
 
+     125,   171,   109,   153,   274,   272,   164,   165,     1,   280,
23863
 
+      14,    15,    16,    17,    18,    19,    20,    21,   153,   153,
23864
 
+       1,   166,   126,   127,   128,   151,   152,    34,    35,   110,
23865
 
+     271,   158,   197,   198,   199,   309,   200,   201,   303,    22,
23866
 
+     112,    46,   332,   113,   115,   116,   117,   131,   120,   153,
23867
 
+     132,   135,   253,   138,   141,   142,   143,    95,   147,    94,
23868
 
+     150,   176,   177,   179,   181,   182,   215,   189,   216,   190,
23869
 
+     327,   140,   214,   220,   217,   223,   224,   225,   226,   230,
23870
 
+     227,   236,  -106,   233,   237,   333,   242,   244,   246,   299,
23871
 
+     306,   247,   308,   313,   319,   248,   321,   249,   342,   252,
23872
 
+     325,   255,   284,   258,   268,   331,   275,    47,   292,   295,
23873
 
+     298,   307,    32,   194,   310,   243,   270,   316,   317,   222,
23874
 
+     232,   320,   322,   297,   172,   323,   324,   336,   335,   185,
23875
 
+     312,    51,   339,   345,   122,   111,   134,   254,   291,     0,
23876
 
+     330,     0,     0,     0,     0,     0,     0,     0,     0,     0,
23877
 
+       0,     0,     0,     0,     0,     0,     0,     0,   137,     0,
23878
 
+     146,   145,     0,   149,     0,   148
23879
 
+};
23880
 
+
23881
 
+static const short int yycheck[] =
23882
 
+{
23883
 
+       7,    15,    16,   129,    18,     1,   209,    21,    72,     9,
23884
 
+      10,     1,     9,    10,   107,    15,   109,   110,    10,    21,
23885
 
+      13,    73,    23,     3,     1,    27,    33,     0,    20,    21,
23886
 
+      73,    21,    23,    33,    23,    23,    33,   110,   105,     1,
23887
 
+      26,    33,    24,    35,    23,    52,    23,    43,    44,    45,
23888
 
+      46,    47,    48,    49,    50,    23,    57,     4,     5,    21,
23889
 
+       7,     8,   126,    23,    23,    27,     1,    23,     3,    16,
23890
 
+      17,    18,    19,    74,    74,   168,    72,    74,    25,   172,
23891
 
+      73,    88,    74,    30,    31,    32,    74,    34,   155,    57,
23892
 
+       1,    26,    39,    40,    24,   168,    74,     1,   105,   172,
23893
 
+     107,    57,   109,    65,   307,    23,    74,    42,     1,    20,
23894
 
+      21,    23,    60,    23,    74,    74,    63,   243,    29,    73,
23895
 
+      67,    68,     1,    70,    71,    60,   329,    74,    23,   136,
23896
 
+      23,   138,   335,   140,    23,    23,   200,   201,    20,    21,
23897
 
+     248,   344,     1,   150,    23,     4,     5,    29,     7,     8,
23898
 
+      54,    55,    56,    64,    58,    59,    74,    16,    17,    18,
23899
 
+      19,    23,    74,    53,    74,    73,    25,     1,     1,    11,
23900
 
+      12,    30,    31,    32,   181,    34,    75,    10,   286,    74,
23901
 
+      39,    40,    64,   291,     1,    74,    74,    20,    21,    36,
23902
 
+      37,    38,    74,     6,    28,     1,    36,    37,    38,    75,
23903
 
+      33,     1,    35,    73,    63,    39,    23,   214,    67,    68,
23904
 
+      10,    70,    71,    60,    61,    62,     1,    23,    73,   226,
23905
 
+      60,    61,    62,    73,     9,    10,    10,    74,    36,    37,
23906
 
+      38,    15,    73,    33,    74,   242,    20,    21,     1,   246,
23907
 
+      43,    44,    45,    46,    47,    48,    49,    50,    33,    33,
23908
 
+       1,    35,    60,    61,    62,     9,    10,    51,    52,    73,
23909
 
+      23,    15,    54,    55,    56,   279,    58,    59,   275,    72,
23910
 
+      23,    74,    23,    23,    23,    73,    73,    24,    74,    33,
23911
 
+      24,    23,    74,    73,    23,    74,    74,    65,    21,    27,
23912
 
+      73,    73,    23,    69,    73,    23,    23,    74,    23,    74,
23913
 
+     307,    73,    73,    23,    74,    74,    74,    23,    73,    23,
23914
 
+      74,    24,    74,    74,    74,   322,    73,    41,    73,    23,
23915
 
+      23,    73,    23,    23,    22,    73,    23,    73,   335,    74,
23916
 
+      36,    74,    23,    74,    74,    23,    73,    24,    74,    74,
23917
 
+      74,    73,    11,   136,    74,   194,   240,    76,    74,   159,
23918
 
+     172,    74,    73,   266,   110,    74,    74,    74,    73,   125,
23919
 
+     281,    29,    74,    74,    74,    64,    88,   203,   249,    -1,
23920
 
+     316,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
23921
 
+      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    90,    -1,
23922
 
+      99,    98,    -1,   101,    -1,   100
23923
 
+};
23924
 
+
23925
 
+/* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
23926
 
+   symbol of state STATE-NUM.  */
23927
 
+static const unsigned char yystos[] =
23928
 
+{
23929
 
+       0,     1,    42,    78,    79,    80,    81,    73,     0,     3,
23930
 
+      85,    86,    87,    88,    43,    44,    45,    46,    47,    48,
23931
 
+      49,    50,    72,    81,    82,    83,    23,    26,   128,   129,
23932
 
+     130,   131,    87,    73,    51,    52,    84,    84,    84,    23,
23933
 
+      84,    24,    24,    84,    23,    74,    74,    83,    23,    60,
23934
 
+     165,   130,    73,     4,     5,     7,     8,    16,    17,    18,
23935
 
+      19,    25,    30,    31,    32,    34,    39,    40,    63,    67,
23936
 
+      68,    70,    71,    81,    89,    90,    91,    92,    93,    95,
23937
 
+      98,    99,   125,   126,    75,    75,    73,   159,   160,    53,
23938
 
+     152,   153,   154,    21,    27,    65,    81,   132,   133,   135,
23939
 
+     136,   137,     6,    11,    12,    73,    73,    73,   110,    73,
23940
 
+      73,   110,    23,    23,   100,    23,    73,    73,   111,   159,
23941
 
+      74,    74,    90,    36,    37,    38,    60,    61,    62,   101,
23942
 
+     102,    24,    24,    81,   132,    23,    96,   153,    73,    13,
23943
 
+      73,    23,    74,    74,   134,   135,   133,    21,   137,   136,
23944
 
+      73,     9,    10,    33,    81,   113,   116,   122,    15,   114,
23945
 
+     115,   116,    81,   122,    20,    21,    35,    81,   118,   119,
23946
 
+     122,    15,   118,   119,   120,   121,    73,    23,   127,    69,
23947
 
+     112,    73,    23,   105,   106,   105,   159,    74,   102,    74,
23948
 
+      74,    28,    81,    97,    99,   140,   141,    54,    55,    56,
23949
 
+      58,    59,    81,   155,   156,   157,   158,    23,    81,   138,
23950
 
+     139,    23,    81,    94,    73,    23,    23,    74,    74,   116,
23951
 
+      23,    74,   115,    74,    74,    23,    73,    74,    74,   119,
23952
 
+      23,   119,   121,    74,    23,    74,    24,    74,    23,    81,
23953
 
+     103,   104,    73,   101,    41,   146,    73,    73,    73,    73,
23954
 
+     159,   159,    74,    74,   156,    74,    74,   139,    74,    23,
23955
 
+      74,    23,    81,   117,    23,    81,   123,   124,    74,    74,
23956
 
+     104,    23,    81,   107,    74,    73,    20,    21,    29,    64,
23957
 
+      81,   142,   143,   145,    23,    57,   161,   162,   163,   164,
23958
 
+     162,   161,    74,    23,    74,    74,    74,   124,    74,    23,
23959
 
+     108,   109,    21,    81,   147,   150,    23,    73,    23,    84,
23960
 
+      74,    74,   143,    23,    74,   162,    76,    74,    74,    22,
23961
 
+      74,    23,    73,    74,    74,    36,   148,    81,   139,   144,
23962
 
+     164,    23,    23,    81,   151,    73,    74,    74,   139,    74,
23963
 
+      23,    74,    81,   139,   149,    74,    74,   139
23964
 
+};
23965
 
 
23966
 
 #if ! defined (YYSIZE_T) && defined (__SIZE_TYPE__)
23967
 
 # define YYSIZE_T __SIZE_TYPE__
23968
 
@@ -736,29 +926,35 @@ union yyalloc
23969
 
 
23970
 
 #define yyerrok                (yyerrstatus = 0)
23971
 
 #define yyclearin      (yychar = YYEMPTY)
23972
 
-#define YYEMPTY                -2
23973
 
+#define YYEMPTY                (-2)
23974
 
 #define YYEOF          0
23975
 
+
23976
 
 #define YYACCEPT       goto yyacceptlab
23977
 
-#define YYABORT        goto yyabortlab
23978
 
-#define YYERROR                goto yyerrlab1
23979
 
+#define YYABORT                goto yyabortlab
23980
 
+#define YYERROR                goto yyerrorlab
23981
 
+
23982
 
+
23983
 
 /* Like YYERROR except do call yyerror.  This remains here temporarily
23984
 
    to ease the transition to the new meaning of YYERROR, for GCC.
23985
 
    Once GCC version 2 has supplanted version 1, this can go.  */
23986
 
+
23987
 
 #define YYFAIL         goto yyerrlab
23988
 
+
23989
 
 #define YYRECOVERING()  (!!yyerrstatus)
23990
 
+
23991
 
 #define YYBACKUP(Token, Value)                                 \
23992
 
 do                                                             \
23993
 
   if (yychar == YYEMPTY && yylen == 1)                         \
23994
 
     {                                                          \
23995
 
       yychar = (Token);                                                \
23996
 
       yylval = (Value);                                                \
23997
 
-      yychar1 = YYTRANSLATE (yychar);                          \
23998
 
+      yytoken = YYTRANSLATE (yychar);                          \
23999
 
       YYPOPSTACK;                                              \
24000
 
       goto yybackup;                                           \
24001
 
     }                                                          \
24002
 
   else                                                         \
24003
 
     {                                                          \
24004
 
-      yyerror ("syntax error: cannot back up");                        \
24005
 
+      yyerror ("syntax error: cannot back up");\
24006
 
       YYERROR;                                                 \
24007
 
     }                                                          \
24008
 
 while (0)
24009
 
@@ -766,41 +962,24 @@ while (0)
24010
 
 #define YYTERROR       1
24011
 
 #define YYERRCODE      256
24012
 
 
24013
 
-
24014
 
 /* YYLLOC_DEFAULT -- Compute the default location (before the actions
24015
 
-   are run).
24016
 
-
24017
 
-   When YYLLOC_DEFAULT is run, CURRENT is set the location of the
24018
 
-   first token.  By default, to implement support for ranges, extend
24019
 
-   its range to the last symbol.  */
24020
 
+   are run).  */
24021
 
 
24022
 
 #ifndef YYLLOC_DEFAULT
24023
 
-# define YYLLOC_DEFAULT(Current, Rhs, N)               \
24024
 
-   Current.last_line   = Rhs[N].last_line;     \
24025
 
-   Current.last_column = Rhs[N].last_column;
24026
 
+# define YYLLOC_DEFAULT(Current, Rhs, N)               \
24027
 
+   ((Current).first_line   = (Rhs)[1].first_line,      \
24028
 
+    (Current).first_column = (Rhs)[1].first_column,    \
24029
 
+    (Current).last_line    = (Rhs)[N].last_line,       \
24030
 
+    (Current).last_column  = (Rhs)[N].last_column)
24031
 
 #endif
24032
 
 
24033
 
-
24034
 
 /* YYLEX -- calling `yylex' with the right arguments.  */
24035
 
 
24036
 
-#if YYPURE
24037
 
-# if YYLSP_NEEDED
24038
 
-#  ifdef YYLEX_PARAM
24039
 
-#   define YYLEX               yylex (&yylval, &yylloc, YYLEX_PARAM)
24040
 
-#  else
24041
 
-#   define YYLEX               yylex (&yylval, &yylloc)
24042
 
-#  endif
24043
 
-# else /* !YYLSP_NEEDED */
24044
 
-#  ifdef YYLEX_PARAM
24045
 
-#   define YYLEX               yylex (&yylval, YYLEX_PARAM)
24046
 
-#  else
24047
 
-#   define YYLEX               yylex (&yylval)
24048
 
-#  endif
24049
 
-# endif /* !YYLSP_NEEDED */
24050
 
-#else /* !YYPURE */
24051
 
-# define YYLEX                 yylex ()
24052
 
-#endif /* !YYPURE */
24053
 
-
24054
 
+#ifdef YYLEX_PARAM
24055
 
+# define YYLEX yylex (YYLEX_PARAM)
24056
 
+#else
24057
 
+# define YYLEX yylex ()
24058
 
+#endif
24059
 
 
24060
 
 /* Enable debugging if requested.  */
24061
 
 #if YYDEBUG
24062
 
@@ -815,13 +994,93 @@ do {                                              \
24063
 
   if (yydebug)                                 \
24064
 
     YYFPRINTF Args;                            \
24065
 
 } while (0)
24066
 
+
24067
 
+# define YYDSYMPRINT(Args)                     \
24068
 
+do {                                           \
24069
 
+  if (yydebug)                                 \
24070
 
+    yysymprint Args;                           \
24071
 
+} while (0)
24072
 
+
24073
 
+# define YYDSYMPRINTF(Title, Token, Value, Location)           \
24074
 
+do {                                                           \
24075
 
+  if (yydebug)                                                 \
24076
 
+    {                                                          \
24077
 
+      YYFPRINTF (stderr, "%s ", Title);                                \
24078
 
+      yysymprint (stderr,                                      \
24079
 
+                  Token, Value);       \
24080
 
+      YYFPRINTF (stderr, "\n");                                        \
24081
 
+    }                                                          \
24082
 
+} while (0)
24083
 
+
24084
 
+/*------------------------------------------------------------------.
24085
 
+| yy_stack_print -- Print the state stack from its BOTTOM up to its |
24086
 
+| TOP (included).                                                   |
24087
 
+`------------------------------------------------------------------*/
24088
 
+
24089
 
+#if defined (__STDC__) || defined (__cplusplus)
24090
 
+static void
24091
 
+yy_stack_print (short int *bottom, short int *top)
24092
 
+#else
24093
 
+static void
24094
 
+yy_stack_print (bottom, top)
24095
 
+    short int *bottom;
24096
 
+    short int *top;
24097
 
+#endif
24098
 
+{
24099
 
+  YYFPRINTF (stderr, "Stack now");
24100
 
+  for (/* Nothing. */; bottom <= top; ++bottom)
24101
 
+    YYFPRINTF (stderr, " %d", *bottom);
24102
 
+  YYFPRINTF (stderr, "\n");
24103
 
+}
24104
 
+
24105
 
+# define YY_STACK_PRINT(Bottom, Top)                           \
24106
 
+do {                                                           \
24107
 
+  if (yydebug)                                                 \
24108
 
+    yy_stack_print ((Bottom), (Top));                          \
24109
 
+} while (0)
24110
 
+
24111
 
+
24112
 
+/*------------------------------------------------.
24113
 
+| Report that the YYRULE is going to be reduced.  |
24114
 
+`------------------------------------------------*/
24115
 
+
24116
 
+#if defined (__STDC__) || defined (__cplusplus)
24117
 
+static void
24118
 
+yy_reduce_print (int yyrule)
24119
 
+#else
24120
 
+static void
24121
 
+yy_reduce_print (yyrule)
24122
 
+    int yyrule;
24123
 
+#endif
24124
 
+{
24125
 
+  int yyi;
24126
 
+  unsigned int yylno = yyrline[yyrule];
24127
 
+  YYFPRINTF (stderr, "Reducing stack by rule %d (line %u), ",
24128
 
+             yyrule - 1, yylno);
24129
 
+  /* Print the symbols being reduced, and their result.  */
24130
 
+  for (yyi = yyprhs[yyrule]; 0 <= yyrhs[yyi]; yyi++)
24131
 
+    YYFPRINTF (stderr, "%s ", yytname [yyrhs[yyi]]);
24132
 
+  YYFPRINTF (stderr, "-> %s\n", yytname [yyr1[yyrule]]);
24133
 
+}
24134
 
+
24135
 
+# define YY_REDUCE_PRINT(Rule)         \
24136
 
+do {                                   \
24137
 
+  if (yydebug)                         \
24138
 
+    yy_reduce_print (Rule);            \
24139
 
+} while (0)
24140
 
+
24141
 
 /* Nonzero means print parse trace.  It is left uninitialized so that
24142
 
    multiple parsers can coexist.  */
24143
 
 int yydebug;
24144
 
 #else /* !YYDEBUG */
24145
 
 # define YYDPRINTF(Args)
24146
 
+# define YYDSYMPRINT(Args)
24147
 
+# define YYDSYMPRINTF(Title, Token, Value, Location)
24148
 
+# define YY_STACK_PRINT(Bottom, Top)
24149
 
+# define YY_REDUCE_PRINT(Rule)
24150
 
 #endif /* !YYDEBUG */
24151
 
 
24152
 
+
24153
 
 /* YYINITDEPTH -- initial size of the parser's stacks.  */
24154
 
 #ifndef        YYINITDEPTH
24155
 
 # define YYINITDEPTH 200
24156
 
@@ -834,15 +1093,17 @@ int yydebug;
24157
 
    SIZE_MAX < YYSTACK_BYTES (YYMAXDEPTH)
24158
 
    evaluated with infinite-precision integer arithmetic.  */
24159
 
 
24160
 
-#if YYMAXDEPTH == 0
24161
 
+#if defined (YYMAXDEPTH) && YYMAXDEPTH == 0
24162
 
 # undef YYMAXDEPTH
24163
 
 #endif
24164
 
 
24165
 
 #ifndef YYMAXDEPTH
24166
 
 # define YYMAXDEPTH 10000
24167
 
 #endif
24168
 
+
24169
 
 
24170
 
-#ifdef YYERROR_VERBOSE
24171
 
+
24172
 
+#if YYERROR_VERBOSE
24173
 
 
24174
 
 # ifndef yystrlen
24175
 
 #  if defined (__GLIBC__) && defined (_STRING_H)
24176
 
@@ -869,7 +1130,6 @@ yystrlen (yystr)
24177
 
 
24178
 
 # ifndef yystpcpy
24179
 
 #  if defined (__GLIBC__) && defined (_STRING_H) && defined (_GNU_SOURCE)
24180
 
-#   include <string.h>
24181
 
 #   define yystpcpy stpcpy
24182
 
 #  else
24183
 
 /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
24184
 
@@ -893,86 +1153,134 @@ yystpcpy (yydest, yysrc)
24185
 
 }
24186
 
 #  endif
24187
 
 # endif
24188
 
-#endif
24189
 
+
24190
 
+#endif /* !YYERROR_VERBOSE */
24191
 
+
24192
 
 
24193
 
-#line 316 "/usr/share/bison/bison.simple"
24194
 
 
24195
 
+#if YYDEBUG
24196
 
+/*--------------------------------.
24197
 
+| Print this symbol on YYOUTPUT.  |
24198
 
+`--------------------------------*/
24199
 
+
24200
 
+#if defined (__STDC__) || defined (__cplusplus)
24201
 
+static void
24202
 
+yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep)
24203
 
+#else
24204
 
+static void
24205
 
+yysymprint (yyoutput, yytype, yyvaluep)
24206
 
+    FILE *yyoutput;
24207
 
+    int yytype;
24208
 
+    YYSTYPE *yyvaluep;
24209
 
+#endif
24210
 
+{
24211
 
+  /* Pacify ``unused variable'' warnings.  */
24212
 
+  (void) yyvaluep;
24213
 
+
24214
 
+  if (yytype < YYNTOKENS)
24215
 
+    {
24216
 
+      YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
24217
 
+# ifdef YYPRINT
24218
 
+      YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
24219
 
+# endif
24220
 
+    }
24221
 
+  else
24222
 
+    YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
24223
 
+
24224
 
+  switch (yytype)
24225
 
+    {
24226
 
+      default:
24227
 
+        break;
24228
 
+    }
24229
 
+  YYFPRINTF (yyoutput, ")");
24230
 
+}
24231
 
+
24232
 
+#endif /* ! YYDEBUG */
24233
 
+/*-----------------------------------------------.
24234
 
+| Release the memory associated to this symbol.  |
24235
 
+`-----------------------------------------------*/
24236
 
+
24237
 
+#if defined (__STDC__) || defined (__cplusplus)
24238
 
+static void
24239
 
+yydestruct (int yytype, YYSTYPE *yyvaluep)
24240
 
+#else
24241
 
+static void
24242
 
+yydestruct (yytype, yyvaluep)
24243
 
+    int yytype;
24244
 
+    YYSTYPE *yyvaluep;
24245
 
+#endif
24246
 
+{
24247
 
+  /* Pacify ``unused variable'' warnings.  */
24248
 
+  (void) yyvaluep;
24249
 
+
24250
 
+  switch (yytype)
24251
 
+    {
24252
 
+
24253
 
+      default:
24254
 
+        break;
24255
 
+    }
24256
 
+}
24257
 
+
24258
 
 
24259
 
-/* The user can define YYPARSE_PARAM as the name of an argument to be passed
24260
 
-   into yyparse.  The argument should have type void *.
24261
 
-   It should actually point to an object.
24262
 
-   Grammar actions can access the variable by casting it
24263
 
-   to the proper pointer type.  */
24264
 
+/* Prevent warnings from -Wmissing-prototypes.  */
24265
 
 
24266
 
 #ifdef YYPARSE_PARAM
24267
 
 # if defined (__STDC__) || defined (__cplusplus)
24268
 
-#  define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
24269
 
-#  define YYPARSE_PARAM_DECL
24270
 
+int yyparse (void *YYPARSE_PARAM);
24271
 
 # else
24272
 
-#  define YYPARSE_PARAM_ARG YYPARSE_PARAM
24273
 
-#  define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
24274
 
+int yyparse ();
24275
 
 # endif
24276
 
-#else /* !YYPARSE_PARAM */
24277
 
-# define YYPARSE_PARAM_ARG
24278
 
-# define YYPARSE_PARAM_DECL
24279
 
-#endif /* !YYPARSE_PARAM */
24280
 
-
24281
 
-/* Prevent warning if -Wstrict-prototypes.  */
24282
 
-#ifdef __GNUC__
24283
 
-# ifdef YYPARSE_PARAM
24284
 
-int yyparse (void *);
24285
 
-# else
24286
 
+#else /* ! YYPARSE_PARAM */
24287
 
+#if defined (__STDC__) || defined (__cplusplus)
24288
 
 int yyparse (void);
24289
 
-# endif
24290
 
+#else
24291
 
+int yyparse ();
24292
 
 #endif
24293
 
+#endif /* ! YYPARSE_PARAM */
24294
 
 
24295
 
-/* YY_DECL_VARIABLES -- depending whether we use a pure parser,
24296
 
-   variables are global, or local to YYPARSE.  */
24297
 
 
24298
 
-#define YY_DECL_NON_LSP_VARIABLES                      \
24299
 
-/* The lookahead symbol.  */                           \
24300
 
-int yychar;                                            \
24301
 
-                                                       \
24302
 
-/* The semantic value of the lookahead symbol. */      \
24303
 
-YYSTYPE yylval;                                                \
24304
 
-                                                       \
24305
 
-/* Number of parse errors so far.  */                  \
24306
 
-int yynerrs;
24307
 
 
24308
 
-#if YYLSP_NEEDED
24309
 
-# define YY_DECL_VARIABLES                     \
24310
 
-YY_DECL_NON_LSP_VARIABLES                      \
24311
 
-                                               \
24312
 
-/* Location data for the lookahead symbol.  */ \
24313
 
-YYLTYPE yylloc;
24314
 
-#else
24315
 
-# define YY_DECL_VARIABLES                     \
24316
 
-YY_DECL_NON_LSP_VARIABLES
24317
 
-#endif
24318
 
+/* The lookahead symbol.  */
24319
 
+int yychar;
24320
 
+
24321
 
+/* The semantic value of the lookahead symbol.  */
24322
 
+YYSTYPE yylval;
24323
 
 
24324
 
+/* Number of syntax errors so far.  */
24325
 
+int yynerrs;
24326
 
 
24327
 
-/* If nonreentrant, generate the variables here. */
24328
 
 
24329
 
-#if !YYPURE
24330
 
-YY_DECL_VARIABLES
24331
 
-#endif  /* !YYPURE */
24332
 
 
24333
 
+/*----------.
24334
 
+| yyparse.  |
24335
 
+`----------*/
24336
 
+
24337
 
+#ifdef YYPARSE_PARAM
24338
 
+# if defined (__STDC__) || defined (__cplusplus)
24339
 
+int yyparse (void *YYPARSE_PARAM)
24340
 
+# else
24341
 
+int yyparse (YYPARSE_PARAM)
24342
 
+  void *YYPARSE_PARAM;
24343
 
+# endif
24344
 
+#else /* ! YYPARSE_PARAM */
24345
 
+#if defined (__STDC__) || defined (__cplusplus)
24346
 
 int
24347
 
-yyparse (YYPARSE_PARAM_ARG)
24348
 
-     YYPARSE_PARAM_DECL
24349
 
-{
24350
 
-  /* If reentrant, generate the variables here. */
24351
 
-#if YYPURE
24352
 
-  YY_DECL_VARIABLES
24353
 
-#endif  /* !YYPURE */
24354
 
+yyparse (void)
24355
 
+#else
24356
 
+int
24357
 
+yyparse ()
24358
 
 
24359
 
+#endif
24360
 
+#endif
24361
 
+{
24362
 
+  
24363
 
   register int yystate;
24364
 
   register int yyn;
24365
 
   int yyresult;
24366
 
   /* Number of tokens to shift before error messages enabled.  */
24367
 
   int yyerrstatus;
24368
 
   /* Lookahead token as an internal (translated) token number.  */
24369
 
-  int yychar1 = 0;
24370
 
+  int yytoken = 0;
24371
 
 
24372
 
   /* Three stacks and their tools:
24373
 
      `yyss': related to states,
24374
 
@@ -982,41 +1290,29 @@ yyparse (YYPARSE_PARAM_ARG)
24375
 
      Refer to the stacks thru separate pointers, to allow yyoverflow
24376
 
      to reallocate them elsewhere.  */
24377
 
 
24378
 
-  /* The state stack. */
24379
 
-  short        yyssa[YYINITDEPTH];
24380
 
-  short *yyss = yyssa;
24381
 
-  register short *yyssp;
24382
 
+  /* The state stack.  */
24383
 
+  short int yyssa[YYINITDEPTH];
24384
 
+  short int *yyss = yyssa;
24385
 
+  register short int *yyssp;
24386
 
 
24387
 
   /* The semantic value stack.  */
24388
 
   YYSTYPE yyvsa[YYINITDEPTH];
24389
 
   YYSTYPE *yyvs = yyvsa;
24390
 
   register YYSTYPE *yyvsp;
24391
 
 
24392
 
-#if YYLSP_NEEDED
24393
 
-  /* The location stack.  */
24394
 
-  YYLTYPE yylsa[YYINITDEPTH];
24395
 
-  YYLTYPE *yyls = yylsa;
24396
 
-  YYLTYPE *yylsp;
24397
 
-#endif
24398
 
 
24399
 
-#if YYLSP_NEEDED
24400
 
-# define YYPOPSTACK   (yyvsp--, yyssp--, yylsp--)
24401
 
-#else
24402
 
-# define YYPOPSTACK   (yyvsp--, yyssp--)
24403
 
-#endif
24404
 
 
24405
 
-  YYSIZE_T yystacksize = YYINITDEPTH;
24406
 
+#define YYPOPSTACK   (yyvsp--, yyssp--)
24407
 
 
24408
 
+  YYSIZE_T yystacksize = YYINITDEPTH;
24409
 
 
24410
 
   /* The variables used to return semantic value and location from the
24411
 
      action routines.  */
24412
 
   YYSTYPE yyval;
24413
 
-#if YYLSP_NEEDED
24414
 
-  YYLTYPE yyloc;
24415
 
-#endif
24416
 
+
24417
 
 
24418
 
   /* When reducing, the number of symbols on the RHS of the reduced
24419
 
-     rule. */
24420
 
+     rule.  */
24421
 
   int yylen;
24422
 
 
24423
 
   YYDPRINTF ((stderr, "Starting parse\n"));
24424
 
@@ -1033,9 +1329,8 @@ yyparse (YYPARSE_PARAM_ARG)
24425
 
 
24426
 
   yyssp = yyss;
24427
 
   yyvsp = yyvs;
24428
 
-#if YYLSP_NEEDED
24429
 
-  yylsp = yyls;
24430
 
-#endif
24431
 
+
24432
 
+
24433
 
   goto yysetstate;
24434
 
 
24435
 
 /*------------------------------------------------------------.
24436
 
@@ -1050,7 +1345,7 @@ yyparse (YYPARSE_PARAM_ARG)
24437
 
  yysetstate:
24438
 
   *yyssp = yystate;
24439
 
 
24440
 
-  if (yyssp >= yyss + yystacksize - 1)
24441
 
+  if (yyss + yystacksize - 1 <= yyssp)
24442
 
     {
24443
 
       /* Get the current used size of the three stacks, in elements.  */
24444
 
       YYSIZE_T yysize = yyssp - yyss + 1;
24445
 
@@ -1061,26 +1356,19 @@ yyparse (YYPARSE_PARAM_ARG)
24446
 
           these so that the &'s don't force the real ones into
24447
 
           memory.  */
24448
 
        YYSTYPE *yyvs1 = yyvs;
24449
 
-       short *yyss1 = yyss;
24450
 
+       short int *yyss1 = yyss;
24451
 
+
24452
 
 
24453
 
        /* Each stack pointer address is followed by the size of the
24454
 
-          data in use in that stack, in bytes.  */
24455
 
-# if YYLSP_NEEDED
24456
 
-       YYLTYPE *yyls1 = yyls;
24457
 
-       /* This used to be a conditional around just the two extra args,
24458
 
-          but that might be undefined if yyoverflow is a macro.  */
24459
 
-       yyoverflow ("parser stack overflow",
24460
 
-                   &yyss1, yysize * sizeof (*yyssp),
24461
 
-                   &yyvs1, yysize * sizeof (*yyvsp),
24462
 
-                   &yyls1, yysize * sizeof (*yylsp),
24463
 
-                   &yystacksize);
24464
 
-       yyls = yyls1;
24465
 
-# else
24466
 
+          data in use in that stack, in bytes.  This used to be a
24467
 
+          conditional around just the two extra args, but that might
24468
 
+          be undefined if yyoverflow is a macro.  */
24469
 
        yyoverflow ("parser stack overflow",
24470
 
                    &yyss1, yysize * sizeof (*yyssp),
24471
 
                    &yyvs1, yysize * sizeof (*yyvsp),
24472
 
+
24473
 
                    &yystacksize);
24474
 
-# endif
24475
 
+
24476
 
        yyss = yyss1;
24477
 
        yyvs = yyvs1;
24478
 
       }
24479
 
@@ -1089,24 +1377,22 @@ yyparse (YYPARSE_PARAM_ARG)
24480
 
       goto yyoverflowlab;
24481
 
 # else
24482
 
       /* Extend the stack our own way.  */
24483
 
-      if (yystacksize >= YYMAXDEPTH)
24484
 
+      if (YYMAXDEPTH <= yystacksize)
24485
 
        goto yyoverflowlab;
24486
 
       yystacksize *= 2;
24487
 
-      if (yystacksize > YYMAXDEPTH)
24488
 
+      if (YYMAXDEPTH < yystacksize)
24489
 
        yystacksize = YYMAXDEPTH;
24490
 
 
24491
 
       {
24492
 
-       short *yyss1 = yyss;
24493
 
+       short int *yyss1 = yyss;
24494
 
        union yyalloc *yyptr =
24495
 
          (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
24496
 
        if (! yyptr)
24497
 
          goto yyoverflowlab;
24498
 
        YYSTACK_RELOCATE (yyss);
24499
 
        YYSTACK_RELOCATE (yyvs);
24500
 
-# if YYLSP_NEEDED
24501
 
-       YYSTACK_RELOCATE (yyls);
24502
 
-# endif
24503
 
-# undef YYSTACK_RELOCATE
24504
 
+
24505
 
+#  undef YYSTACK_RELOCATE
24506
 
        if (yyss1 != yyssa)
24507
 
          YYSTACK_FREE (yyss1);
24508
 
       }
24509
 
@@ -1115,14 +1401,12 @@ yyparse (YYPARSE_PARAM_ARG)
24510
 
 
24511
 
       yyssp = yyss + yysize - 1;
24512
 
       yyvsp = yyvs + yysize - 1;
24513
 
-#if YYLSP_NEEDED
24514
 
-      yylsp = yyls + yysize - 1;
24515
 
-#endif
24516
 
+
24517
 
 
24518
 
       YYDPRINTF ((stderr, "Stack size increased to %lu\n",
24519
 
                  (unsigned long int) yystacksize));
24520
 
 
24521
 
-      if (yyssp >= yyss + yystacksize - 1)
24522
 
+      if (yyss + yystacksize - 1 <= yyssp)
24523
 
        YYABORT;
24524
 
     }
24525
 
 
24526
 
@@ -1130,7 +1414,6 @@ yyparse (YYPARSE_PARAM_ARG)
24527
 
 
24528
 
   goto yybackup;
24529
 
 
24530
 
-
24531
 
 /*-----------.
24532
 
 | yybackup.  |
24533
 
 `-----------*/
24534
 
@@ -1143,88 +1426,55 @@ yybackup:
24535
 
   /* First try to decide what to do without reference to lookahead token.  */
24536
 
 
24537
 
   yyn = yypact[yystate];
24538
 
-  if (yyn == YYFLAG)
24539
 
+  if (yyn == YYPACT_NINF)
24540
 
     goto yydefault;
24541
 
 
24542
 
   /* Not known => get a lookahead token if don't already have one.  */
24543
 
 
24544
 
-  /* yychar is either YYEMPTY or YYEOF
24545
 
-     or a valid token in external form.  */
24546
 
-
24547
 
+  /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol.  */
24548
 
   if (yychar == YYEMPTY)
24549
 
     {
24550
 
       YYDPRINTF ((stderr, "Reading a token: "));
24551
 
       yychar = YYLEX;
24552
 
     }
24553
 
 
24554
 
-  /* Convert token to internal form (in yychar1) for indexing tables with */
24555
 
-
24556
 
-  if (yychar <= 0)             /* This means end of input. */
24557
 
+  if (yychar <= YYEOF)
24558
 
     {
24559
 
-      yychar1 = 0;
24560
 
-      yychar = YYEOF;          /* Don't call YYLEX any more */
24561
 
-
24562
 
+      yychar = yytoken = YYEOF;
24563
 
       YYDPRINTF ((stderr, "Now at end of input.\n"));
24564
 
     }
24565
 
   else
24566
 
     {
24567
 
-      yychar1 = YYTRANSLATE (yychar);
24568
 
-
24569
 
-#if YYDEBUG
24570
 
-     /* We have to keep this `#if YYDEBUG', since we use variables
24571
 
-       which are defined only if `YYDEBUG' is set.  */
24572
 
-      if (yydebug)
24573
 
-       {
24574
 
-         YYFPRINTF (stderr, "Next token is %d (%s",
24575
 
-                    yychar, yytname[yychar1]);
24576
 
-         /* Give the individual parser a way to print the precise
24577
 
-            meaning of a token, for further debugging info.  */
24578
 
-# ifdef YYPRINT
24579
 
-         YYPRINT (stderr, yychar, yylval);
24580
 
-# endif
24581
 
-         YYFPRINTF (stderr, ")\n");
24582
 
-       }
24583
 
-#endif
24584
 
+      yytoken = YYTRANSLATE (yychar);
24585
 
+      YYDSYMPRINTF ("Next token is", yytoken, &yylval, &yylloc);
24586
 
     }
24587
 
 
24588
 
-  yyn += yychar1;
24589
 
-  if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != yychar1)
24590
 
-    goto yydefault;
24591
 
-
24592
 
-  yyn = yytable[yyn];
24593
 
-
24594
 
-  /* yyn is what to do for this token type in this state.
24595
 
-     Negative => reduce, -yyn is rule number.
24596
 
-     Positive => shift, yyn is new state.
24597
 
-       New state is final state => don't bother to shift,
24598
 
-       just return success.
24599
 
-     0, or most negative number => error.  */
24600
 
-
24601
 
-  if (yyn < 0)
24602
 
+  /* If the proper action on seeing token YYTOKEN is to reduce or to
24603
 
+     detect an error, take that action.  */
24604
 
+  yyn += yytoken;
24605
 
+  if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)
24606
 
+    goto yydefault;
24607
 
+  yyn = yytable[yyn];
24608
 
+  if (yyn <= 0)
24609
 
     {
24610
 
-      if (yyn == YYFLAG)
24611
 
+      if (yyn == 0 || yyn == YYTABLE_NINF)
24612
 
        goto yyerrlab;
24613
 
       yyn = -yyn;
24614
 
       goto yyreduce;
24615
 
     }
24616
 
-  else if (yyn == 0)
24617
 
-    goto yyerrlab;
24618
 
 
24619
 
   if (yyn == YYFINAL)
24620
 
     YYACCEPT;
24621
 
 
24622
 
   /* Shift the lookahead token.  */
24623
 
-  YYDPRINTF ((stderr, "Shifting token %d (%s), ",
24624
 
-             yychar, yytname[yychar1]));
24625
 
+  YYDPRINTF ((stderr, "Shifting token %s, ", yytname[yytoken]));
24626
 
 
24627
 
   /* Discard the token being shifted unless it is eof.  */
24628
 
   if (yychar != YYEOF)
24629
 
     yychar = YYEMPTY;
24630
 
 
24631
 
   *++yyvsp = yylval;
24632
 
-#if YYLSP_NEEDED
24633
 
-  *++yylsp = yylloc;
24634
 
-#endif
24635
 
+
24636
 
 
24637
 
   /* Count tokens shifted since error; after three, turn off error
24638
 
      status.  */
24639
 
@@ -1255,132 +1505,126 @@ yyreduce:
24640
 
   /* If YYLEN is nonzero, implement the default value of the action:
24641
 
      `$$ = $1'.
24642
 
 
24643
 
-     Otherwise, the following line sets YYVAL to the semantic value of
24644
 
-     the lookahead token.  This behavior is undocumented and Bison
24645
 
+     Otherwise, the following line sets YYVAL to garbage.
24646
 
+     This behavior is undocumented and Bison
24647
 
      users should not rely upon it.  Assigning to YYVAL
24648
 
      unconditionally makes the parser a bit smaller, and it avoids a
24649
 
      GCC warning that YYVAL may be used uninitialized.  */
24650
 
   yyval = yyvsp[1-yylen];
24651
 
 
24652
 
-#if YYLSP_NEEDED
24653
 
-  /* Similarly for the default location.  Let the user run additional
24654
 
-     commands if for instance locations are ranges.  */
24655
 
-  yyloc = yylsp[1-yylen];
24656
 
-  YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen);
24657
 
-#endif
24658
 
-
24659
 
-#if YYDEBUG
24660
 
-  /* We have to keep this `#if YYDEBUG', since we use variables which
24661
 
-     are defined only if `YYDEBUG' is set.  */
24662
 
-  if (yydebug)
24663
 
-    {
24664
 
-      int yyi;
24665
 
-
24666
 
-      YYFPRINTF (stderr, "Reducing via rule %d (line %d), ",
24667
 
-                yyn, yyrline[yyn]);
24668
 
-
24669
 
-      /* Print the symbols being reduced, and their result.  */
24670
 
-      for (yyi = yyprhs[yyn]; yyrhs[yyi] > 0; yyi++)
24671
 
-       YYFPRINTF (stderr, "%s ", yytname[yyrhs[yyi]]);
24672
 
-      YYFPRINTF (stderr, " -> %s\n", yytname[yyr1[yyn]]);
24673
 
-    }
24674
 
-#endif
24675
 
-
24676
 
-  switch (yyn) {
24677
 
 
24678
 
-case 6:
24679
 
+  YY_REDUCE_PRINT (yyn);
24680
 
+  switch (yyn)
24681
 
+    {
24682
 
+        case 7:
24683
 
 #line 71 "./fconfig.y"
24684
 
-{
24685
 
+    {
24686
 
                    fconferror ("Missing/bad database info section");
24687
 
-               ;
24688
 
-    break;}
24689
 
-case 7:
24690
 
+               }
24691
 
+    break;
24692
 
+
24693
 
+  case 8:
24694
 
 #line 76 "./fconfig.y"
24695
 
-{ badFile = 1; ;
24696
 
-    break;}
24697
 
-case 10:
24698
 
+    { badFile = 1; }
24699
 
+    break;
24700
 
+
24701
 
+  case 11:
24702
 
 #line 82 "./fconfig.y"
24703
 
-{ 
24704
 
+    { 
24705
 
                    setDebugMode (databaseBeingDefined, yyvsp[0].intval);
24706
 
-               ;
24707
 
-    break;}
24708
 
-case 11:
24709
 
+               }
24710
 
+    break;
24711
 
+
24712
 
+  case 12:
24713
 
 #line 85 "./fconfig.y"
24714
 
-{
24715
 
+    {
24716
 
                    setKeepReceivedHeaders (databaseBeingDefined, yyvsp[0].intval);
24717
 
-               ;
24718
 
-    break;}
24719
 
-case 12:
24720
 
+               }
24721
 
+    break;
24722
 
+
24723
 
+  case 13:
24724
 
 #line 88 "./fconfig.y"
24725
 
-{
24726
 
+    {
24727
 
                    setNotifyExpire (databaseBeingDefined, yyvsp[0].intval);
24728
 
-               ;
24729
 
-    break;}
24730
 
-case 13:
24731
 
+               }
24732
 
+    break;
24733
 
+
24734
 
+  case 14:
24735
 
 #line 91 "./fconfig.y"
24736
 
-{
24737
 
+    {
24738
 
                    setBinDir (databaseBeingDefined, qStrVal (yyvsp[0].qstr)); 
24739
 
-               ;
24740
 
-    break;}
24741
 
-case 14:
24742
 
+               }
24743
 
+    break;
24744
 
+
24745
 
+  case 15:
24746
 
 #line 94 "./fconfig.y"
24747
 
-{
24748
 
+    {
24749
 
                    setSubmitterAck (databaseBeingDefined, yyvsp[0].intval); 
24750
 
-               ;
24751
 
-    break;}
24752
 
-case 15:
24753
 
+               }
24754
 
+    break;
24755
 
+
24756
 
+  case 16:
24757
 
 #line 97 "./fconfig.y"
24758
 
-{
24759
 
+    {
24760
 
                  setBusinessDay (databaseBeingDefined, yyvsp[-2].intval, yyvsp[0].intval);
24761
 
-               ;
24762
 
-    break;}
24763
 
-case 16:
24764
 
+               }
24765
 
+    break;
24766
 
+
24767
 
+  case 17:
24768
 
 #line 100 "./fconfig.y"
24769
 
-{
24770
 
+    {
24771
 
                    setBusinessWeek(databaseBeingDefined,yyvsp[-2].intval, yyvsp[0].intval);
24772
 
-               ;
24773
 
-    break;}
24774
 
-case 17:
24775
 
+               }
24776
 
+    break;
24777
 
+
24778
 
+  case 18:
24779
 
 #line 103 "./fconfig.y"
24780
 
-{
24781
 
+    {
24782
 
                    setCreateCategoryDirs (databaseBeingDefined, yyvsp[0].intval);
24783
 
-               ;
24784
 
-    break;}
24785
 
-case 18:
24786
 
+               }
24787
 
+    break;
24788
 
+
24789
 
+  case 19:
24790
 
 #line 106 "./fconfig.y"
24791
 
-{
24792
 
+    {
24793
 
                    setCategoryDirPerms (databaseBeingDefined, qStrVal (yyvsp[0].qstr));
24794
 
-               ;
24795
 
-    break;}
24796
 
-case 19:
24797
 
+               }
24798
 
+    break;
24799
 
+
24800
 
+  case 20:
24801
 
 #line 111 "./fconfig.y"
24802
 
-{ yyval.intval = 0; ;
24803
 
-    break;}
24804
 
-case 20:
24805
 
+    { yyval.intval = 0; }
24806
 
+    break;
24807
 
+
24808
 
+  case 21:
24809
 
 #line 112 "./fconfig.y"
24810
 
-{ yyval.intval = 1; ;
24811
 
-    break;}
24812
 
-case 22:
24813
 
+    { yyval.intval = 1; }
24814
 
+    break;
24815
 
+
24816
 
+  case 23:
24817
 
 #line 116 "./fconfig.y"
24818
 
-{
24819
 
+    {
24820
 
                    fconferror ("Missing/bad field declarations");
24821
 
-               ;
24822
 
-    break;}
24823
 
-case 25:
24824
 
+               }
24825
 
+    break;
24826
 
+
24827
 
+  case 26:
24828
 
 #line 125 "./fconfig.y"
24829
 
-{
24830
 
+    {
24831
 
                    currField = NULL;
24832
 
-               ;
24833
 
-    break;}
24834
 
-case 26:
24835
 
+               }
24836
 
+    break;
24837
 
+
24838
 
+  case 27:
24839
 
 #line 128 "./fconfig.y"
24840
 
-{
24841
 
+    {
24842
 
                    currField = NULL;
24843
 
-               ;
24844
 
-    break;}
24845
 
-case 27:
24846
 
+               }
24847
 
+    break;
24848
 
+
24849
 
+  case 28:
24850
 
 #line 133 "./fconfig.y"
24851
 
-{
24852
 
+    {
24853
 
                    char *fname = takeQString (yyvsp[0].qstr);
24854
 
                    currField = newFieldDef (databaseBeingDefined, fname);
24855
 
                    if (currField == NULL)
24856
 
@@ -1392,95 +1636,108 @@ case 27:
24857
 
                        free (msg);
24858
 
                      }
24859
 
                    currField->default_value = NULL;
24860
 
-               ;
24861
 
-    break;}
24862
 
-case 34:
24863
 
+               }
24864
 
+    break;
24865
 
+
24866
 
+  case 35:
24867
 
 #line 158 "./fconfig.y"
24868
 
-{
24869
 
+    {
24870
 
                    currField->virtualFormat = qformat;
24871
 
                    qformat = NULL;
24872
 
-               ;
24873
 
-    break;}
24874
 
-case 37:
24875
 
+               }
24876
 
+    break;
24877
 
+
24878
 
+  case 38:
24879
 
 #line 166 "./fconfig.y"
24880
 
-{
24881
 
+    {
24882
 
                    currField->datatype = MultiText;
24883
 
                    currField->defaultSearchType = NilSearch;
24884
 
-               ;
24885
 
-    break;}
24886
 
-case 38:
24887
 
+               }
24888
 
+    break;
24889
 
+
24890
 
+  case 39:
24891
 
 #line 170 "./fconfig.y"
24892
 
-{
24893
 
+    {
24894
 
                  currField->datatype = Date;
24895
 
                  currField->defaultSearchType = LessThan;
24896
 
-               ;
24897
 
-    break;}
24898
 
-case 39:
24899
 
+               }
24900
 
+    break;
24901
 
+
24902
 
+  case 40:
24903
 
 #line 174 "./fconfig.y"
24904
 
-{
24905
 
+    {
24906
 
                    currField->datatype = Integer;
24907
 
                    currField->defaultSearchType = NilSearch;
24908
 
-               ;
24909
 
-    break;}
24910
 
-case 40:
24911
 
+               }
24912
 
+    break;
24913
 
+
24914
 
+  case 41:
24915
 
 #line 178 "./fconfig.y"
24916
 
-{
24917
 
+    {
24918
 
                    currField->datatype = PRListType;
24919
 
                    currField->defaultSearchType = RegCmp;
24920
 
-               ;
24921
 
-    break;}
24922
 
-case 41:
24923
 
+               }
24924
 
+    break;
24925
 
+
24926
 
+  case 42:
24927
 
 #line 184 "./fconfig.y"
24928
 
-{
24929
 
+    {
24930
 
                    currField->datatype = Text;
24931
 
-               ;
24932
 
-    break;}
24933
 
-case 42:
24934
 
+               }
24935
 
+    break;
24936
 
+
24937
 
+  case 43:
24938
 
 #line 187 "./fconfig.y"
24939
 
-{
24940
 
+    {
24941
 
                    currField->datatype = TextWithRegex;
24942
 
-               ;
24943
 
-    break;}
24944
 
-case 44:
24945
 
+               }
24946
 
+    break;
24947
 
+
24948
 
+  case 45:
24949
 
 #line 193 "./fconfig.y"
24950
 
-{
24951
 
+    {
24952
 
                    yyval.stringlist = new_string_list_ent (takeQString (yyvsp[0].qstr), NULL);
24953
 
                    currField->regex = yyval.stringlist;
24954
 
-               ;
24955
 
-    break;}
24956
 
-case 45:
24957
 
+               }
24958
 
+    break;
24959
 
+
24960
 
+  case 46:
24961
 
 #line 197 "./fconfig.y"
24962
 
-{
24963
 
+    {
24964
 
                    yyvsp[-1].stringlist->next = new_string_list_ent (takeQString (yyvsp[0].qstr), NULL);
24965
 
                    yyval.stringlist = yyvsp[-1].stringlist->next;
24966
 
-               ;
24967
 
-    break;}
24968
 
-case 46:
24969
 
+               }
24970
 
+    break;
24971
 
+
24972
 
+  case 47:
24973
 
 #line 203 "./fconfig.y"
24974
 
-{
24975
 
+    {
24976
 
                    currField->datatype = Enum;
24977
 
                    currField->defaultSearchType = RegCmp;
24978
 
-               ;
24979
 
-    break;}
24980
 
-case 47:
24981
 
+               }
24982
 
+    break;
24983
 
+
24984
 
+  case 48:
24985
 
 #line 207 "./fconfig.y"
24986
 
-{
24987
 
+    {
24988
 
                    currField->datatype = Enum;
24989
 
                    currField->defaultSearchType = RegCmp;
24990
 
                    initAdmField (currField);
24991
 
-               ;
24992
 
-    break;}
24993
 
-case 48:
24994
 
+               }
24995
 
+    break;
24996
 
+
24997
 
+  case 49:
24998
 
 #line 212 "./fconfig.y"
24999
 
-{
25000
 
+    {
25001
 
                    currField->datatype = MultiEnum;
25002
 
                    currField->defaultSearchType = RegCmp;
25003
 
                    initAdmField (currField);
25004
 
-               ;
25005
 
-    break;}
25006
 
-case 49:
25007
 
+               }
25008
 
+    break;
25009
 
+
25010
 
+  case 50:
25011
 
 #line 217 "./fconfig.y"
25012
 
-{
25013
 
+    {
25014
 
                   currField->datatype = MultiEnum;
25015
 
                   currField->defaultSearchType = RegCmp;
25016
 
                   if (currField->multiEnumSeparator == NULL)
25017
 
@@ -1488,18 +1745,20 @@ case 49:
25018
 
                       currField->multiEnumSeparator
25019
 
                         = xstrdup (DEFAULT_MULTIENUM_SEPARATOR);
25020
 
                     }
25021
 
-               ;
25022
 
-    break;}
25023
 
-case 54:
25024
 
+               }
25025
 
+    break;
25026
 
+
25027
 
+  case 55:
25028
 
 #line 234 "./fconfig.y"
25029
 
-{
25030
 
+    {
25031
 
                    addGlobalChangeActions (databaseBeingDefined, currChange);
25032
 
                    currChange = NULL;
25033
 
-               ;
25034
 
-    break;}
25035
 
-case 55:
25036
 
+               }
25037
 
+    break;
25038
 
+
25039
 
+  case 56:
25040
 
 #line 240 "./fconfig.y"
25041
 
-{
25042
 
+    {
25043
 
                    ChangeActions *p = &(currField->changeActions);
25044
 
                    while (*p != NULL)
25045
 
                      {
25046
 
@@ -1507,76 +1766,86 @@ case 55:
25047
 
                      }
25048
 
                    *p = currChange;
25049
 
                    currChange = NULL;
25050
 
-               ;
25051
 
-    break;}
25052
 
-case 56:
25053
 
+               }
25054
 
+    break;
25055
 
+
25056
 
+  case 57:
25057
 
 #line 251 "./fconfig.y"
25058
 
-{
25059
 
+    {
25060
 
                    currChange = newChangeAction (databaseBeingDefined, yyvsp[-1].sval);
25061
 
                    if (yyvsp[-1].sval != NULL) 
25062
 
                      {
25063
 
                        free (yyvsp[-1].sval);
25064
 
                      }
25065
 
-               ;
25066
 
-    break;}
25067
 
-case 57:
25068
 
+               }
25069
 
+    break;
25070
 
+
25071
 
+  case 58:
25072
 
 #line 260 "./fconfig.y"
25073
 
-{
25074
 
+    {
25075
 
                    yyval.sval = takeQString (yyvsp[0].qstr);
25076
 
-               ;
25077
 
-    break;}
25078
 
-case 58:
25079
 
+               }
25080
 
+    break;
25081
 
+
25082
 
+  case 59:
25083
 
 #line 263 "./fconfig.y"
25084
 
-{
25085
 
+    {
25086
 
                    yyval.sval = NULL;
25087
 
-               ;
25088
 
-    break;}
25089
 
-case 63:
25090
 
+               }
25091
 
+    break;
25092
 
+
25093
 
+  case 64:
25094
 
 #line 274 "./fconfig.y"
25095
 
-{
25096
 
+    {
25097
 
                    currChange->edits = currEdit;
25098
 
                    currEdit = NULL;
25099
 
-               ;
25100
 
-    break;}
25101
 
-case 64:
25102
 
+               }
25103
 
+    break;
25104
 
+
25105
 
+  case 65:
25106
 
 #line 278 "./fconfig.y"
25107
 
-{
25108
 
+    {
25109
 
                    currEdit->append = 1;
25110
 
                    currChange->edits = currEdit;
25111
 
                    currEdit = NULL;
25112
 
-               ;
25113
 
-    break;}
25114
 
-case 65:
25115
 
+               }
25116
 
+    break;
25117
 
+
25118
 
+  case 66:
25119
 
 #line 283 "./fconfig.y"
25120
 
-{
25121
 
+    {
25122
 
                    currChange->addAuditTrail = 1;
25123
 
-               ;
25124
 
-    break;}
25125
 
-case 66:
25126
 
+               }
25127
 
+    break;
25128
 
+
25129
 
+  case 67:
25130
 
 #line 286 "./fconfig.y"
25131
 
-{
25132
 
+    {
25133
 
                    currChange->auditTrailFormat = qformat;
25134
 
                    qformat = NULL;
25135
 
-               ;
25136
 
-    break;}
25137
 
-case 67:
25138
 
+               }
25139
 
+    break;
25140
 
+
25141
 
+  case 68:
25142
 
 #line 290 "./fconfig.y"
25143
 
-{
25144
 
+    {
25145
 
                    currChange->requireChangeReason = 1;
25146
 
-               ;
25147
 
-    break;}
25148
 
-case 70:
25149
 
+               }
25150
 
+    break;
25151
 
+
25152
 
+  case 71:
25153
 
 #line 299 "./fconfig.y"
25154
 
-{
25155
 
+    {
25156
 
                    FieldList foo 
25157
 
                      = newFieldListEnt (databaseBeingDefined, qStrVal (yyvsp[0].qstr),
25158
 
                                         currChange->requiredFields);
25159
 
                    currChange->requiredFields = foo;
25160
 
-               ;
25161
 
-    break;}
25162
 
-case 73:
25163
 
+               }
25164
 
+    break;
25165
 
+
25166
 
+  case 74:
25167
 
 #line 311 "./fconfig.y"
25168
 
-{
25169
 
+    {
25170
 
                    currEdit = (FieldEdit *) xmalloc (sizeof (FieldEdit));
25171
 
                    currEdit->expr = NULL;
25172
 
                    currEdit->fieldToEditName = takeQString (yyvsp[0].qstr);
25173
 
@@ -1584,76 +1853,87 @@ case 73:
25174
 
                    currEdit->textFormat = NULL;
25175
 
                    currEdit->fieldsForFormat = NULL;
25176
 
                    currEdit->next = NULL;
25177
 
-               ;
25178
 
-    break;}
25179
 
-case 74:
25180
 
+               }
25181
 
+    break;
25182
 
+
25183
 
+  case 75:
25184
 
 #line 322 "./fconfig.y"
25185
 
-{
25186
 
+    {
25187
 
                    currEdit->textFormat = takeQString (yyvsp[0].qstr);
25188
 
-               ;
25189
 
-    break;}
25190
 
-case 75:
25191
 
+               }
25192
 
+    break;
25193
 
+
25194
 
+  case 76:
25195
 
 #line 327 "./fconfig.y"
25196
 
-{
25197
 
+    {
25198
 
                    currEdit->fieldsForFormat = NULL;
25199
 
-               ;
25200
 
-    break;}
25201
 
-case 76:
25202
 
+               }
25203
 
+    break;
25204
 
+
25205
 
+  case 77:
25206
 
 #line 330 "./fconfig.y"
25207
 
-{
25208
 
-               ;
25209
 
-    break;}
25210
 
-case 77:
25211
 
+    {
25212
 
+               }
25213
 
+    break;
25214
 
+
25215
 
+  case 78:
25216
 
 #line 334 "./fconfig.y"
25217
 
-{
25218
 
+    {
25219
 
                    yyval.flist = newFieldListEnt (databaseBeingDefined, qStrVal (yyvsp[0].qstr),
25220
 
                                          NULL);
25221
 
                    currEdit->fieldsForFormat = yyval.flist;
25222
 
-               ;
25223
 
-    break;}
25224
 
-case 78:
25225
 
+               }
25226
 
+    break;
25227
 
+
25228
 
+  case 79:
25229
 
 #line 339 "./fconfig.y"
25230
 
-{
25231
 
+    {
25232
 
                    yyval.flist = newFieldListEnt (databaseBeingDefined, qStrVal (yyvsp[0].qstr),
25233
 
                                          NULL);
25234
 
                    yyvsp[-1].flist->next = yyval.flist;
25235
 
-               ;
25236
 
-    break;}
25237
 
-case 84:
25238
 
+               }
25239
 
+    break;
25240
 
+
25241
 
+  case 85:
25242
 
 #line 355 "./fconfig.y"
25243
 
-{
25244
 
+    {
25245
 
                    currField->maxPrsPerLine = yyvsp[0].intval;
25246
 
-               ;
25247
 
-    break;}
25248
 
-case 90:
25249
 
+               }
25250
 
+    break;
25251
 
+
25252
 
+  case 91:
25253
 
 #line 369 "./fconfig.y"
25254
 
-{
25255
 
+    {
25256
 
                   currField->multiEnumSeparator = takeQString (yyvsp[0].qstr);
25257
 
-               ;
25258
 
-    break;}
25259
 
-case 94:
25260
 
+               }
25261
 
+    break;
25262
 
+
25263
 
+  case 95:
25264
 
 #line 379 "./fconfig.y"
25265
 
-{
25266
 
+    {
25267
 
                    yyval.stringlist = new_string_list_ent (takeQString (yyvsp[0].qstr), NULL);
25268
 
                    currField->enumValues = yyval.stringlist;
25269
 
-               ;
25270
 
-    break;}
25271
 
-case 95:
25272
 
+               }
25273
 
+    break;
25274
 
+
25275
 
+  case 96:
25276
 
 #line 383 "./fconfig.y"
25277
 
-{
25278
 
+    {
25279
 
                    yyvsp[-1].stringlist->next = new_string_list_ent (takeQString (yyvsp[0].qstr), NULL);
25280
 
                    yyval.stringlist = yyvsp[-1].stringlist->next;
25281
 
-               ;
25282
 
-    break;}
25283
 
-case 98:
25284
 
+               }
25285
 
+    break;
25286
 
+
25287
 
+  case 99:
25288
 
 #line 393 "./fconfig.y"
25289
 
-{
25290
 
+    {
25291
 
                    currField->adm_db_name = takeQString (yyvsp[0].qstr);
25292
 
-               ;
25293
 
-    break;}
25294
 
-case 99:
25295
 
+               }
25296
 
+    break;
25297
 
+
25298
 
+  case 100:
25299
 
 #line 396 "./fconfig.y"
25300
 
-{
25301
 
+    {
25302
 
                    AdmFieldDesc *p;
25303
 
                    int which = 0;
25304
 
 
25305
 
@@ -1679,90 +1959,103 @@ case 99:
25306
 
                        fconferror (msg);
25307
 
                        free (msg);
25308
 
                      }
25309
 
-               ;
25310
 
-    break;}
25311
 
-case 102:
25312
 
+               }
25313
 
+    break;
25314
 
+
25315
 
+  case 103:
25316
 
 #line 425 "./fconfig.y"
25317
 
-{
25318
 
+    {
25319
 
                    currField->allow_any_value = 1;
25320
 
-               ;
25321
 
-    break;}
25322
 
-case 106:
25323
 
+               }
25324
 
+    break;
25325
 
+
25326
 
+  case 107:
25327
 
 #line 435 "./fconfig.y"
25328
 
-{
25329
 
+    {
25330
 
                   currField->multiEnumSeparator = takeQString (yyvsp[0].qstr);
25331
 
-               ;
25332
 
-    break;}
25333
 
-case 107:
25334
 
+               }
25335
 
+    break;
25336
 
+
25337
 
+  case 108:
25338
 
 #line 440 "./fconfig.y"
25339
 
-{
25340
 
+    {
25341
 
                    currField->default_value = takeQString (yyvsp[0].qstr);
25342
 
-               ;
25343
 
-    break;}
25344
 
-case 108:
25345
 
+               }
25346
 
+    break;
25347
 
+
25348
 
+  case 109:
25349
 
 #line 443 "./fconfig.y"
25350
 
-{
25351
 
+    {
25352
 
                    currField->input_default_value = takeQString (yyvsp[0].qstr);
25353
 
-               ;
25354
 
-    break;}
25355
 
-case 109:
25356
 
+               }
25357
 
+    break;
25358
 
+
25359
 
+  case 110:
25360
 
 #line 448 "./fconfig.y"
25361
 
-{
25362
 
+    {
25363
 
                    currField->adm_db_fields = 1;
25364
 
                    currField->adm_field_des = yyvsp[0].adm_field_des;
25365
 
                    yyval.adm_field_des = yyvsp[0].adm_field_des;
25366
 
-               ;
25367
 
-    break;}
25368
 
-case 110:
25369
 
+               }
25370
 
+    break;
25371
 
+
25372
 
+  case 111:
25373
 
 #line 453 "./fconfig.y"
25374
 
-{
25375
 
+    {
25376
 
                    yyvsp[-1].adm_field_des->next = yyvsp[0].adm_field_des;
25377
 
                    yyval.adm_field_des = yyvsp[0].adm_field_des;
25378
 
                    currField->adm_db_fields++;
25379
 
-               ;
25380
 
-    break;}
25381
 
-case 111:
25382
 
+               }
25383
 
+    break;
25384
 
+
25385
 
+  case 112:
25386
 
 #line 460 "./fconfig.y"
25387
 
-{
25388
 
+    {
25389
 
                    yyval.adm_field_des = (AdmFieldDesc *) 
25390
 
                      xmalloc (sizeof (AdmFieldDesc));
25391
 
                    yyval.adm_field_des->name = takeQString (yyvsp[0].qstr);
25392
 
                    yyval.adm_field_des->next = NULL;
25393
 
-               ;
25394
 
-    break;}
25395
 
-case 112:
25396
 
+               }
25397
 
+    break;
25398
 
+
25399
 
+  case 113:
25400
 
 #line 468 "./fconfig.y"
25401
 
-{
25402
 
+    {
25403
 
                    currField->defaultSearchType = RegCmp;
25404
 
-               ;
25405
 
-    break;}
25406
 
-case 113:
25407
 
+               }
25408
 
+    break;
25409
 
+
25410
 
+  case 114:
25411
 
 #line 471 "./fconfig.y"
25412
 
-{
25413
 
+    {
25414
 
                    currField->defaultSearchType = RegFind;
25415
 
-               ;
25416
 
-    break;}
25417
 
-case 114:
25418
 
+               }
25419
 
+    break;
25420
 
+
25421
 
+  case 115:
25422
 
 #line 476 "./fconfig.y"
25423
 
-{
25424
 
+    {
25425
 
                    currField->textsearch = 1;
25426
 
-               ;
25427
 
-    break;}
25428
 
-case 115:
25429
 
+               }
25430
 
+    break;
25431
 
+
25432
 
+  case 116:
25433
 
 #line 479 "./fconfig.y"
25434
 
-{
25435
 
+    {
25436
 
                    currField->restricted = 1;
25437
 
-               ;
25438
 
-    break;}
25439
 
-case 116:
25440
 
+               }
25441
 
+    break;
25442
 
+
25443
 
+  case 117:
25444
 
 #line 482 "./fconfig.y"
25445
 
-{
25446
 
+    {
25447
 
                     currField->nospaces = 1;
25448
 
-               ;
25449
 
-    break;}
25450
 
-case 117:
25451
 
+               }
25452
 
+    break;
25453
 
+
25454
 
+  case 118:
25455
 
 #line 485 "./fconfig.y"
25456
 
-{
25457
 
+    {
25458
 
                    if (setBuiltinField (currField, qStrVal (yyvsp[0].qstr)) != 0)
25459
 
                      {
25460
 
                        char *msg;
25461
 
@@ -1771,99 +2064,113 @@ case 117:
25462
 
                        fconferror (msg);
25463
 
                        free (msg);
25464
 
                      }
25465
 
-               ;
25466
 
-    break;}
25467
 
-case 119:
25468
 
+               }
25469
 
+    break;
25470
 
+
25471
 
+  case 120:
25472
 
 #line 496 "./fconfig.y"
25473
 
-{
25474
 
+    {
25475
 
                    currField->description = takeQString (yyvsp[0].qstr);
25476
 
-               ;
25477
 
-    break;}
25478
 
-case 120:
25479
 
+               }
25480
 
+    break;
25481
 
+
25482
 
+  case 121:
25483
 
 #line 499 "./fconfig.y"
25484
 
-{
25485
 
+    {
25486
 
                    currField->readonly = 1;
25487
 
-               ;
25488
 
-    break;}
25489
 
-case 121:
25490
 
+               }
25491
 
+    break;
25492
 
+
25493
 
+  case 122:
25494
 
 #line 502 "./fconfig.y"
25495
 
-{
25496
 
+    {
25497
 
                    currField->auxFlags = yyvsp[-1].stringlist;
25498
 
-               ;
25499
 
-    break;}
25500
 
-case 122:
25501
 
+               }
25502
 
+    break;
25503
 
+
25504
 
+  case 123:
25505
 
 #line 505 "./fconfig.y"
25506
 
-{
25507
 
+    {
25508
 
                    currField->editonly = 1;
25509
 
-               ;
25510
 
-    break;}
25511
 
-case 123:
25512
 
+               }
25513
 
+    break;
25514
 
+
25515
 
+  case 124:
25516
 
 #line 510 "./fconfig.y"
25517
 
-{
25518
 
+    {
25519
 
                    yyval.stringlist = new_string_list_ent (takeQString (yyvsp[0].qstr), NULL);
25520
 
                    currField->auxFlags = yyval.stringlist;
25521
 
-               ;
25522
 
-    break;}
25523
 
-case 124:
25524
 
+               }
25525
 
+    break;
25526
 
+
25527
 
+  case 125:
25528
 
 #line 514 "./fconfig.y"
25529
 
-{
25530
 
+    {
25531
 
                    yyvsp[-1].stringlist->next = new_string_list_ent (takeQString (yyvsp[0].qstr), NULL);
25532
 
                    yyval.stringlist = yyvsp[-1].stringlist->next;
25533
 
-               ;
25534
 
-    break;}
25535
 
-case 129:
25536
 
+               }
25537
 
+    break;
25538
 
+
25539
 
+  case 130:
25540
 
 #line 528 "./fconfig.y"
25541
 
-{
25542
 
+    {
25543
 
                    addQueryFormat (databaseBeingDefined, qformat);
25544
 
                    qformat = NULL;
25545
 
-               ;
25546
 
-    break;}
25547
 
-case 130:
25548
 
+               }
25549
 
+    break;
25550
 
+
25551
 
+  case 131:
25552
 
 #line 532 "./fconfig.y"
25553
 
-{
25554
 
+    {
25555
 
                    freeQueryFormat (qformat);
25556
 
                    qformat = NULL;
25557
 
-               ;
25558
 
-    break;}
25559
 
-case 131:
25560
 
+               }
25561
 
+    break;
25562
 
+
25563
 
+  case 132:
25564
 
 #line 538 "./fconfig.y"
25565
 
-{
25566
 
+    {
25567
 
                    qformat = (QueryFormat *) xmalloc (sizeof (QueryFormat));
25568
 
                    qformat->name = takeQString (yyvsp[0].qstr);
25569
 
                    qformat->printf = NULL;
25570
 
                    qformat->separator = NULL;
25571
 
                    qformat->fields = NULL;
25572
 
                    qformat->next = NULL;
25573
 
-               ;
25574
 
-    break;}
25575
 
-case 140:
25576
 
+               }
25577
 
+    break;
25578
 
+
25579
 
+  case 141:
25580
 
 #line 562 "./fconfig.y"
25581
 
-{
25582
 
+    {
25583
 
                    qformat->rawQuery = 1;
25584
 
-               ;
25585
 
-    break;}
25586
 
-case 141:
25587
 
+               }
25588
 
+    break;
25589
 
+
25590
 
+  case 142:
25591
 
 #line 567 "./fconfig.y"
25592
 
-{
25593
 
+    {
25594
 
                    qformat->printf = takeQString (yyvsp[0].qstr);
25595
 
-               ;
25596
 
-    break;}
25597
 
-case 144:
25598
 
+               }
25599
 
+    break;
25600
 
+
25601
 
+  case 145:
25602
 
 #line 576 "./fconfig.y"
25603
 
-{
25604
 
+    {
25605
 
                    qformat->fields = yyvsp[0].flist;
25606
 
-               ;
25607
 
-    break;}
25608
 
-case 145:
25609
 
+               }
25610
 
+    break;
25611
 
+
25612
 
+  case 146:
25613
 
 #line 579 "./fconfig.y"
25614
 
-{
25615
 
+    {
25616
 
                    yyvsp[-1].flist->next = yyvsp[0].flist;
25617
 
                    yyval.flist = yyvsp[0].flist;
25618
 
-               ;
25619
 
-    break;}
25620
 
-case 146:
25621
 
+               }
25622
 
+    break;
25623
 
+
25624
 
+  case 147:
25625
 
 #line 585 "./fconfig.y"
25626
 
-{
25627
 
+    {
25628
 
                    yyval.flist = newFieldListEnt (databaseBeingDefined, qStrVal (yyvsp[0].qstr),
25629
 
                                          NULL);
25630
 
                    if (parseComplexFieldIndex (yyval.flist->ent) != 0)
25631
 
@@ -1874,106 +2181,122 @@ case 146:
25632
 
                        fconferror (msg);
25633
 
                        free (msg);
25634
 
                      }
25635
 
-               ;
25636
 
-    break;}
25637
 
-case 147:
25638
 
+               }
25639
 
+    break;
25640
 
+
25641
 
+  case 148:
25642
 
 #line 599 "./fconfig.y"
25643
 
-{
25644
 
+    {
25645
 
                    setIndexDesc (databaseBeingDefined, indexEntry);
25646
 
                    indexEntry = NULL;
25647
 
-               ;
25648
 
-    break;}
25649
 
-case 148:
25650
 
+               }
25651
 
+    break;
25652
 
+
25653
 
+  case 149:
25654
 
 #line 603 "./fconfig.y"
25655
 
-{
25656
 
+    {
25657
 
                    freeIndexDesc (indexEntry);
25658
 
                    indexEntry = NULL;
25659
 
-               ;
25660
 
-    break;}
25661
 
-case 150:
25662
 
+               }
25663
 
+    break;
25664
 
+
25665
 
+  case 151:
25666
 
 #line 610 "./fconfig.y"
25667
 
-{
25668
 
+    {
25669
 
                    indexEntry = newIndexDesc (databaseBeingDefined);
25670
 
-               ;
25671
 
-    break;}
25672
 
-case 153:
25673
 
+               }
25674
 
+    break;
25675
 
+
25676
 
+  case 154:
25677
 
 #line 619 "./fconfig.y"
25678
 
-{
25679
 
+    {
25680
 
                    setIndexDescPath (indexEntry, qStrVal (yyvsp[0].qstr));
25681
 
-               ;
25682
 
-    break;}
25683
 
-case 157:
25684
 
+               }
25685
 
+    break;
25686
 
+
25687
 
+  case 158:
25688
 
 #line 627 "./fconfig.y"
25689
 
-{
25690
 
+    {
25691
 
                    addFieldToIndex (indexEntry, yyvsp[0].flist);
25692
 
-               ;
25693
 
-    break;}
25694
 
-case 158:
25695
 
+               }
25696
 
+    break;
25697
 
+
25698
 
+  case 159:
25699
 
 #line 630 "./fconfig.y"
25700
 
-{
25701
 
+    {
25702
 
                    addFieldToIndex (indexEntry, yyvsp[0].flist);
25703
 
-               ;
25704
 
-    break;}
25705
 
-case 159:
25706
 
+               }
25707
 
+    break;
25708
 
+
25709
 
+  case 160:
25710
 
 #line 635 "./fconfig.y"
25711
 
-{
25712
 
+    {
25713
 
                    setIndexDescSeparator (indexEntry, takeQString (yyvsp[0].qstr));
25714
 
-               ;
25715
 
-    break;}
25716
 
-case 160:
25717
 
+               }
25718
 
+    break;
25719
 
+
25720
 
+  case 161:
25721
 
 #line 638 "./fconfig.y"
25722
 
-{
25723
 
+    {
25724
 
                    setIndexDescBinary (indexEntry, yyvsp[0].intval);
25725
 
-               ;
25726
 
-    break;}
25727
 
-case 163:
25728
 
+               }
25729
 
+    break;
25730
 
+
25731
 
+  case 164:
25732
 
 #line 647 "./fconfig.y"
25733
 
-{
25734
 
+    {
25735
 
                    setInputTemplate (databaseBeingDefined, yyvsp[-1].inputlist);
25736
 
-               ;
25737
 
-    break;}
25738
 
-case 165:
25739
 
+               }
25740
 
+    break;
25741
 
+
25742
 
+  case 166:
25743
 
 #line 653 "./fconfig.y"
25744
 
-{
25745
 
+    {
25746
 
                    setRequiredInputFields (databaseBeingDefined, requiredFlds);
25747
 
-                ;
25748
 
-    break;}
25749
 
-case 166:
25750
 
+                }
25751
 
+    break;
25752
 
+
25753
 
+  case 167:
25754
 
 #line 656 "./fconfig.y"
25755
 
-{
25756
 
+    {
25757
 
                     freeFieldList (requiredFlds);
25758
 
                     requiredFlds = NULL;
25759
 
-                ;
25760
 
-    break;}
25761
 
-case 167:
25762
 
+                }
25763
 
+    break;
25764
 
+
25765
 
+  case 168:
25766
 
 #line 662 "./fconfig.y"
25767
 
-{
25768
 
+    {
25769
 
                    requiredFlds = yyvsp[0].flist;
25770
 
-                ;
25771
 
-    break;}
25772
 
-case 168:
25773
 
+                }
25774
 
+    break;
25775
 
+
25776
 
+  case 169:
25777
 
 #line 665 "./fconfig.y"
25778
 
-{
25779
 
+    {
25780
 
                     yyvsp[-1].flist->next = yyvsp[0].flist;
25781
 
                     yyval.flist = yyvsp[0].flist;
25782
 
-                ;
25783
 
-    break;}
25784
 
-case 169:
25785
 
+                }
25786
 
+    break;
25787
 
+
25788
 
+  case 170:
25789
 
 #line 671 "./fconfig.y"
25790
 
-{
25791
 
+    {
25792
 
                    yyval.inputlist = inputTemplate;
25793
 
                    inputTemplate = NULL;
25794
 
-               ;
25795
 
-    break;}
25796
 
-case 170:
25797
 
+               }
25798
 
+    break;
25799
 
+
25800
 
+  case 171:
25801
 
 #line 675 "./fconfig.y"
25802
 
-{
25803
 
+    {
25804
 
                    yyval.inputlist = NULL;
25805
 
-               ;
25806
 
-    break;}
25807
 
-case 171:
25808
 
+               }
25809
 
+    break;
25810
 
+
25811
 
+  case 172:
25812
 
 #line 680 "./fconfig.y"
25813
 
-{
25814
 
+    {
25815
 
                     yyval.inputlist = (InputTemplate *) 
25816
 
                       xmalloc (sizeof (InputTemplate));
25817
 
                     yyval.inputlist->index = find_field_index (databaseBeingDefined,
25818
 
@@ -1994,11 +2317,12 @@ case 171:
25819
 
                         inputTemplate = yyval.inputlist;
25820
 
                         yyval.inputlist->next = NULL;
25821
 
                       }
25822
 
-               ;
25823
 
-    break;}
25824
 
-case 172:
25825
 
+               }
25826
 
+    break;
25827
 
+
25828
 
+  case 173:
25829
 
 #line 702 "./fconfig.y"
25830
 
-{
25831
 
+    {
25832
 
                     yyval.inputlist = (InputTemplate *)
25833
 
                       xmalloc (sizeof (InputTemplate));
25834
 
                     yyval.inputlist->index = find_field_index (databaseBeingDefined,
25835
 
@@ -2022,25 +2346,28 @@ case 172:
25836
 
                             inputTemplate = yyval.inputlist;
25837
 
                           }
25838
 
                       }
25839
 
-               ;
25840
 
-    break;}
25841
 
-case 175:
25842
 
+               }
25843
 
+    break;
25844
 
+
25845
 
+  case 176:
25846
 
 #line 733 "./fconfig.y"
25847
 
-{
25848
 
+    {
25849
 
                    addMessageFormat (databaseBeingDefined, mailFormat);
25850
 
                    mailFormat = NULL;
25851
 
-               ;
25852
 
-    break;}
25853
 
-case 176:
25854
 
+               }
25855
 
+    break;
25856
 
+
25857
 
+  case 177:
25858
 
 #line 737 "./fconfig.y"
25859
 
-{
25860
 
+    {
25861
 
                    freeMessageFormat (mailFormat);
25862
 
                    mailFormat = NULL;
25863
 
-               ;
25864
 
-    break;}
25865
 
-case 177:
25866
 
+               }
25867
 
+    break;
25868
 
+
25869
 
+  case 178:
25870
 
 #line 743 "./fconfig.y"
25871
 
-{
25872
 
+    {
25873
 
                    mailFormat 
25874
 
                      = (MailMessageFormat)
25875
 
                      xmalloc (sizeof (struct mail_message_format));
25876
 
@@ -2051,149 +2378,153 @@ case 177:
25877
 
                    mailFormat->body = NULL;
25878
 
                    mailFormat->header = NULL;
25879
 
                    mailFormat->next = NULL;
25880
 
-               ;
25881
 
-    break;}
25882
 
-case 180:
25883
 
+               }
25884
 
+    break;
25885
 
+
25886
 
+  case 181:
25887
 
 #line 761 "./fconfig.y"
25888
 
-{
25889
 
+    {
25890
 
                    mailFormat->body = qformat;
25891
 
                    qformat = NULL;
25892
 
-               ;
25893
 
-    break;}
25894
 
-case 181:
25895
 
+               }
25896
 
+    break;
25897
 
+
25898
 
+  case 182:
25899
 
 #line 765 "./fconfig.y"
25900
 
-{
25901
 
+    {
25902
 
                    mailFormat->header = qformat;
25903
 
                    qformat = NULL;
25904
 
-               ;
25905
 
-    break;}
25906
 
-case 182:
25907
 
+               }
25908
 
+    break;
25909
 
+
25910
 
+  case 183:
25911
 
 #line 769 "./fconfig.y"
25912
 
-{
25913
 
+    {
25914
 
                    mailFormat->toAddresses = yyvsp[-1].mailaddrlist;
25915
 
-               ;
25916
 
-    break;}
25917
 
-case 183:
25918
 
+               }
25919
 
+    break;
25920
 
+
25921
 
+  case 184:
25922
 
 #line 772 "./fconfig.y"
25923
 
-{
25924
 
+    {
25925
 
                    mailFormat->fromAddress = yyvsp[-1].mailaddr;
25926
 
-               ;
25927
 
-    break;}
25928
 
-case 184:
25929
 
+               }
25930
 
+    break;
25931
 
+
25932
 
+  case 185:
25933
 
 #line 775 "./fconfig.y"
25934
 
-{
25935
 
+    {
25936
 
                  mailFormat->replyTo = yyvsp[-1].mailaddrlist;
25937
 
-               ;
25938
 
-    break;}
25939
 
-case 188:
25940
 
+               }
25941
 
+    break;
25942
 
+
25943
 
+  case 189:
25944
 
 #line 787 "./fconfig.y"
25945
 
-{
25946
 
+    {
25947
 
                    freeQueryFormat (qformat);
25948
 
                    qformat = NULL;
25949
 
-               ;
25950
 
-    break;}
25951
 
-case 189:
25952
 
+               }
25953
 
+    break;
25954
 
+
25955
 
+  case 190:
25956
 
 #line 793 "./fconfig.y"
25957
 
-{
25958
 
+    {
25959
 
                    qformat = (QueryFormat *) xmalloc (sizeof (QueryFormat));
25960
 
                    qformat->name = NULL;
25961
 
                    qformat->printf = NULL;
25962
 
                    qformat->separator = NULL;
25963
 
                    qformat->fields = NULL;
25964
 
                    qformat->next = NULL;
25965
 
-               ;
25966
 
-    break;}
25967
 
-case 190:
25968
 
+               }
25969
 
+    break;
25970
 
+
25971
 
+  case 191:
25972
 
 #line 803 "./fconfig.y"
25973
 
-{
25974
 
+    {
25975
 
                   yyval.mailaddrlist = (MailAddressList *) xmalloc (sizeof (MailAddressList));
25976
 
                   yyval.mailaddrlist->address = yyvsp[0].mailaddr;
25977
 
                   yyval.mailaddrlist->next = NULL;
25978
 
-               ;
25979
 
-    break;}
25980
 
-case 191:
25981
 
+               }
25982
 
+    break;
25983
 
+
25984
 
+  case 192:
25985
 
 #line 808 "./fconfig.y"
25986
 
-{
25987
 
+    {
25988
 
                   MailAddressList *lp = yyval.mailaddrlist;
25989
 
                   while (lp->next != NULL) { lp = lp->next; }
25990
 
                   lp->next =
25991
 
                     (MailAddressList *) xmalloc (sizeof (MailAddressList));
25992
 
                   lp->next->address = yyvsp[0].mailaddr;
25993
 
                   lp->next->next = NULL;
25994
 
-               ;
25995
 
-    break;}
25996
 
-case 192:
25997
 
+               }
25998
 
+    break;
25999
 
+
26000
 
+  case 193:
26001
 
 #line 818 "./fconfig.y"
26002
 
-{
26003
 
+    {
26004
 
                    yyval.mailaddr = (MailAddress *) xmalloc (sizeof (MailAddress));
26005
 
                    yyval.mailaddr->fixedAddress = takeQString (yyvsp[0].qstr);
26006
 
                    yyval.mailaddr->addresses = NULL;
26007
 
-               ;
26008
 
-    break;}
26009
 
-case 193:
26010
 
+               }
26011
 
+    break;
26012
 
+
26013
 
+  case 194:
26014
 
 #line 823 "./fconfig.y"
26015
 
-{
26016
 
+    {
26017
 
                    yyval.mailaddr = (MailAddress *) xmalloc (sizeof (MailAddress));
26018
 
                    yyval.mailaddr->fixedAddress = NULL;
26019
 
                    yyval.mailaddr->addresses = yyvsp[0].flist;
26020
 
-               ;
26021
 
-    break;}
26022
 
-case 194:
26023
 
+               }
26024
 
+    break;
26025
 
+
26026
 
+  case 195:
26027
 
 #line 830 "./fconfig.y"
26028
 
-{
26029
 
+    {
26030
 
                    yyval.flist = yyvsp[0].flist;
26031
 
-               ;
26032
 
-    break;}
26033
 
-case 195:
26034
 
+               }
26035
 
+    break;
26036
 
+
26037
 
+  case 196:
26038
 
 #line 833 "./fconfig.y"
26039
 
-{
26040
 
+    {
26041
 
                    FieldList p = yyval.flist;
26042
 
                    while (p->next != NULL) 
26043
 
                      {
26044
 
                        p = p->next;
26045
 
                      }
26046
 
                    p->next = yyvsp[0].flist;
26047
 
-               ;
26048
 
-    break;}
26049
 
-case 196:
26050
 
+               }
26051
 
+    break;
26052
 
+
26053
 
+  case 197:
26054
 
 #line 843 "./fconfig.y"
26055
 
-{
26056
 
+    {
26057
 
                    yyval.flist = newFieldListEnt (databaseBeingDefined, qStrVal (yyvsp[0].qstr),
26058
 
                                          NULL);
26059
 
-               ;
26060
 
-    break;}
26061
 
-case 197:
26062
 
+               }
26063
 
+    break;
26064
 
+
26065
 
+  case 198:
26066
 
 #line 849 "./fconfig.y"
26067
 
-{
26068
 
+    {
26069
 
                    setAuditTrailFormat (databaseBeingDefined, qformat);
26070
 
-               ;
26071
 
-    break;}
26072
 
-}
26073
 
+               }
26074
 
+    break;
26075
 
+
26076
 
 
26077
 
-#line 706 "/usr/share/bison/bison.simple"
26078
 
+    }
26079
 
 
26080
 
+/* Line 1010 of yacc.c.  */
26081
 
+#line 2519 "fconfig.tab.c"
26082
 
 
26083
 
   yyvsp -= yylen;
26084
 
   yyssp -= yylen;
26085
 
-#if YYLSP_NEEDED
26086
 
-  yylsp -= yylen;
26087
 
-#endif
26088
 
 
26089
 
-#if YYDEBUG
26090
 
-  if (yydebug)
26091
 
-    {
26092
 
-      short *yyssp1 = yyss - 1;
26093
 
-      YYFPRINTF (stderr, "state stack now");
26094
 
-      while (yyssp1 != yyssp)
26095
 
-       YYFPRINTF (stderr, " %d", *++yyssp1);
26096
 
-      YYFPRINTF (stderr, "\n");
26097
 
-    }
26098
 
-#endif
26099
 
+
26100
 
+  YY_STACK_PRINT (yyss, yyssp);
26101
 
 
26102
 
   *++yyvsp = yyval;
26103
 
-#if YYLSP_NEEDED
26104
 
-  *++yylsp = yyloc;
26105
 
-#endif
26106
 
+
26107
 
 
26108
 
   /* Now `shift' the result of the reduction.  Determine what state
26109
 
      that goes to, based on the state we popped back to and the rule
26110
 
@@ -2201,11 +2532,11 @@ case 197:
26111
 
 
26112
 
   yyn = yyr1[yyn];
26113
 
 
26114
 
-  yystate = yypgoto[yyn - YYNTBASE] + *yyssp;
26115
 
-  if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp)
26116
 
+  yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
26117
 
+  if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
26118
 
     yystate = yytable[yystate];
26119
 
   else
26120
 
-    yystate = yydefgoto[yyn - YYNTBASE];
26121
 
+    yystate = yydefgoto[yyn - YYNTOKENS];
26122
 
 
26123
 
   goto yynewstate;
26124
 
 
26125
 
@@ -2218,145 +2549,151 @@ yyerrlab:
26126
 
   if (!yyerrstatus)
26127
 
     {
26128
 
       ++yynerrs;
26129
 
-
26130
 
-#ifdef YYERROR_VERBOSE
26131
 
+#if YYERROR_VERBOSE
26132
 
       yyn = yypact[yystate];
26133
 
 
26134
 
-      if (yyn > YYFLAG && yyn < YYLAST)
26135
 
+      if (YYPACT_NINF < yyn && yyn < YYLAST)
26136
 
        {
26137
 
          YYSIZE_T yysize = 0;
26138
 
+         int yytype = YYTRANSLATE (yychar);
26139
 
+         const char* yyprefix;
26140
 
          char *yymsg;
26141
 
-         int yyx, yycount;
26142
 
+         int yyx;
26143
 
 
26144
 
-         yycount = 0;
26145
 
          /* Start YYX at -YYN if negative to avoid negative indexes in
26146
 
             YYCHECK.  */
26147
 
-         for (yyx = yyn < 0 ? -yyn : 0;
26148
 
-              yyx < (int) (sizeof (yytname) / sizeof (char *)); yyx++)
26149
 
-           if (yycheck[yyx + yyn] == yyx)
26150
 
-             yysize += yystrlen (yytname[yyx]) + 15, yycount++;
26151
 
-         yysize += yystrlen ("parse error, unexpected ") + 1;
26152
 
-         yysize += yystrlen (yytname[YYTRANSLATE (yychar)]);
26153
 
+         int yyxbegin = yyn < 0 ? -yyn : 0;
26154
 
+
26155
 
+         /* Stay within bounds of both yycheck and yytname.  */
26156
 
+         int yychecklim = YYLAST - yyn;
26157
 
+         int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
26158
 
+         int yycount = 0;
26159
 
+
26160
 
+         yyprefix = ", expecting ";
26161
 
+         for (yyx = yyxbegin; yyx < yyxend; ++yyx)
26162
 
+           if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR)
26163
 
+             {
26164
 
+               yysize += yystrlen (yyprefix) + yystrlen (yytname [yyx]);
26165
 
+               yycount += 1;
26166
 
+               if (yycount == 5)
26167
 
+                 {
26168
 
+                   yysize = 0;
26169
 
+                   break;
26170
 
+                 }
26171
 
+             }
26172
 
+         yysize += (sizeof ("syntax error, unexpected ")
26173
 
+                    + yystrlen (yytname[yytype]));
26174
 
          yymsg = (char *) YYSTACK_ALLOC (yysize);
26175
 
          if (yymsg != 0)
26176
 
            {
26177
 
-             char *yyp = yystpcpy (yymsg, "parse error, unexpected ");
26178
 
-             yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)]);
26179
 
+             char *yyp = yystpcpy (yymsg, "syntax error, unexpected ");
26180
 
+             yyp = yystpcpy (yyp, yytname[yytype]);
26181
 
 
26182
 
              if (yycount < 5)
26183
 
                {
26184
 
-                 yycount = 0;
26185
 
-                 for (yyx = yyn < 0 ? -yyn : 0;
26186
 
-                      yyx < (int) (sizeof (yytname) / sizeof (char *));
26187
 
-                      yyx++)
26188
 
-                   if (yycheck[yyx + yyn] == yyx)
26189
 
+                 yyprefix = ", expecting ";
26190
 
+                 for (yyx = yyxbegin; yyx < yyxend; ++yyx)
26191
 
+                   if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR)
26192
 
                      {
26193
 
-                       const char *yyq = ! yycount ? ", expecting " : " or ";
26194
 
-                       yyp = yystpcpy (yyp, yyq);
26195
 
+                       yyp = yystpcpy (yyp, yyprefix);
26196
 
                        yyp = yystpcpy (yyp, yytname[yyx]);
26197
 
-                       yycount++;
26198
 
+                       yyprefix = " or ";
26199
 
                      }
26200
 
                }
26201
 
              yyerror (yymsg);
26202
 
              YYSTACK_FREE (yymsg);
26203
 
            }
26204
 
          else
26205
 
-           yyerror ("parse error; also virtual memory exhausted");
26206
 
+           yyerror ("syntax error; also virtual memory exhausted");
26207
 
        }
26208
 
       else
26209
 
-#endif /* defined (YYERROR_VERBOSE) */
26210
 
-       yyerror ("parse error");
26211
 
+#endif /* YYERROR_VERBOSE */
26212
 
+       yyerror ("syntax error");
26213
 
     }
26214
 
-  goto yyerrlab1;
26215
 
 
26216
 
 
26217
 
-/*--------------------------------------------------.
26218
 
-| yyerrlab1 -- error raised explicitly by an action |
26219
 
-`--------------------------------------------------*/
26220
 
-yyerrlab1:
26221
 
+
26222
 
   if (yyerrstatus == 3)
26223
 
     {
26224
 
       /* If just tried and failed to reuse lookahead token after an
26225
 
         error, discard it.  */
26226
 
 
26227
 
-      /* return failure if at end of input */
26228
 
-      if (yychar == YYEOF)
26229
 
-       YYABORT;
26230
 
-      YYDPRINTF ((stderr, "Discarding token %d (%s).\n",
26231
 
-                 yychar, yytname[yychar1]));
26232
 
-      yychar = YYEMPTY;
26233
 
+      if (yychar <= YYEOF)
26234
 
+        {
26235
 
+          /* If at end of input, pop the error token,
26236
 
+            then the rest of the stack, then return failure.  */
26237
 
+         if (yychar == YYEOF)
26238
 
+            for (;;)
26239
 
+              {
26240
 
+                YYPOPSTACK;
26241
 
+                if (yyssp == yyss)
26242
 
+                  YYABORT;
26243
 
+                YYDSYMPRINTF ("Error: popping", yystos[*yyssp], yyvsp, yylsp);
26244
 
+                yydestruct (yystos[*yyssp], yyvsp);
26245
 
+              }
26246
 
+        }
26247
 
+      else
26248
 
+       {
26249
 
+         YYDSYMPRINTF ("Error: discarding", yytoken, &yylval, &yylloc);
26250
 
+         yydestruct (yytoken, &yylval);
26251
 
+         yychar = YYEMPTY;
26252
 
+
26253
 
+       }
26254
 
     }
26255
 
 
26256
 
   /* Else will try to reuse lookahead token after shifting the error
26257
 
      token.  */
26258
 
-
26259
 
-  yyerrstatus = 3;             /* Each real token shifted decrements this */
26260
 
-
26261
 
-  goto yyerrhandle;
26262
 
+  goto yyerrlab1;
26263
 
 
26264
 
 
26265
 
-/*-------------------------------------------------------------------.
26266
 
-| yyerrdefault -- current state does not do anything special for the |
26267
 
-| error token.                                                       |
26268
 
-`-------------------------------------------------------------------*/
26269
 
-yyerrdefault:
26270
 
-#if 0
26271
 
-  /* This is wrong; only states that explicitly want error tokens
26272
 
-     should shift them.  */
26273
 
+/*---------------------------------------------------.
26274
 
+| yyerrorlab -- error raised explicitly by YYERROR.  |
26275
 
+`---------------------------------------------------*/
26276
 
+yyerrorlab:
26277
 
 
26278
 
-  /* If its default is to accept any token, ok.  Otherwise pop it.  */
26279
 
-  yyn = yydefact[yystate];
26280
 
-  if (yyn)
26281
 
-    goto yydefault;
26282
 
+#ifdef __GNUC__
26283
 
+  /* Pacify GCC when the user code never invokes YYERROR and the label
26284
 
+     yyerrorlab therefore never appears in user code.  */
26285
 
+  if (0)
26286
 
+     goto yyerrorlab;
26287
 
 #endif
26288
 
 
26289
 
+  yyvsp -= yylen;
26290
 
+  yyssp -= yylen;
26291
 
+  yystate = *yyssp;
26292
 
+  goto yyerrlab1;
26293
 
 
26294
 
-/*---------------------------------------------------------------.
26295
 
-| yyerrpop -- pop the current state because it cannot handle the |
26296
 
-| error token                                                    |
26297
 
-`---------------------------------------------------------------*/
26298
 
-yyerrpop:
26299
 
-  if (yyssp == yyss)
26300
 
-    YYABORT;
26301
 
-  yyvsp--;
26302
 
-  yystate = *--yyssp;
26303
 
-#if YYLSP_NEEDED
26304
 
-  yylsp--;
26305
 
-#endif
26306
 
 
26307
 
-#if YYDEBUG
26308
 
-  if (yydebug)
26309
 
-    {
26310
 
-      short *yyssp1 = yyss - 1;
26311
 
-      YYFPRINTF (stderr, "Error: state stack now");
26312
 
-      while (yyssp1 != yyssp)
26313
 
-       YYFPRINTF (stderr, " %d", *++yyssp1);
26314
 
-      YYFPRINTF (stderr, "\n");
26315
 
-    }
26316
 
-#endif
26317
 
+/*-------------------------------------------------------------.
26318
 
+| yyerrlab1 -- common code for both syntax error and YYERROR.  |
26319
 
+`-------------------------------------------------------------*/
26320
 
+yyerrlab1:
26321
 
+  yyerrstatus = 3;     /* Each real token shifted decrements this.  */
26322
 
 
26323
 
-/*--------------.
26324
 
-| yyerrhandle.  |
26325
 
-`--------------*/
26326
 
-yyerrhandle:
26327
 
-  yyn = yypact[yystate];
26328
 
-  if (yyn == YYFLAG)
26329
 
-    goto yyerrdefault;
26330
 
+  for (;;)
26331
 
+    {
26332
 
+      yyn = yypact[yystate];
26333
 
+      if (yyn != YYPACT_NINF)
26334
 
+       {
26335
 
+         yyn += YYTERROR;
26336
 
+         if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR)
26337
 
+           {
26338
 
+             yyn = yytable[yyn];
26339
 
+             if (0 < yyn)
26340
 
+               break;
26341
 
+           }
26342
 
+       }
26343
 
 
26344
 
-  yyn += YYTERROR;
26345
 
-  if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != YYTERROR)
26346
 
-    goto yyerrdefault;
26347
 
+      /* Pop the current state because it cannot handle the error token.  */
26348
 
+      if (yyssp == yyss)
26349
 
+       YYABORT;
26350
 
 
26351
 
-  yyn = yytable[yyn];
26352
 
-  if (yyn < 0)
26353
 
-    {
26354
 
-      if (yyn == YYFLAG)
26355
 
-       goto yyerrpop;
26356
 
-      yyn = -yyn;
26357
 
-      goto yyreduce;
26358
 
+      YYDSYMPRINTF ("Error: popping", yystos[*yyssp], yyvsp, yylsp);
26359
 
+      yydestruct (yystos[yystate], yyvsp);
26360
 
+      YYPOPSTACK;
26361
 
+      yystate = *yyssp;
26362
 
+      YY_STACK_PRINT (yyss, yyssp);
26363
 
     }
26364
 
-  else if (yyn == 0)
26365
 
-    goto yyerrpop;
26366
 
 
26367
 
   if (yyn == YYFINAL)
26368
 
     YYACCEPT;
26369
 
@@ -2364,9 +2701,7 @@ yyerrhandle:
26370
 
   YYDPRINTF ((stderr, "Shifting error token, "));
26371
 
 
26372
 
   *++yyvsp = yylval;
26373
 
-#if YYLSP_NEEDED
26374
 
-  *++yylsp = yylloc;
26375
 
-#endif
26376
 
+
26377
 
 
26378
 
   yystate = yyn;
26379
 
   goto yynewstate;
26380
 
@@ -2386,13 +2721,15 @@ yyabortlab:
26381
 
   yyresult = 1;
26382
 
   goto yyreturn;
26383
 
 
26384
 
-/*---------------------------------------------.
26385
 
-| yyoverflowab -- parser overflow comes here.  |
26386
 
-`---------------------------------------------*/
26387
 
+#ifndef yyoverflow
26388
 
+/*----------------------------------------------.
26389
 
+| yyoverflowlab -- parser overflow comes here.  |
26390
 
+`----------------------------------------------*/
26391
 
 yyoverflowlab:
26392
 
   yyerror ("parser stack overflow");
26393
 
   yyresult = 2;
26394
 
   /* Fall through.  */
26395
 
+#endif
26396
 
 
26397
 
 yyreturn:
26398
 
 #ifndef yyoverflow
26399
 
@@ -2401,4 +2738,6 @@ yyreturn:
26400
 
 #endif
26401
 
   return yyresult;
26402
 
 }
26403
 
-#line 853 "./fconfig.y"
26404
 
+
26405
 
+
26406
 
+
26407
 
--- gnats-4.1.0.orig/send-pr/aclocal.m4
26408
 
+++ gnats-4.1.0/send-pr/aclocal.m4
26409
 
@@ -1,895 +1,65 @@
26410
 
-dnl aclocal.m4t generated automatically by aclocal 1.4-p6
26411
 
+# generated automatically by aclocal 1.11.1 -*- Autoconf -*-
26412
 
 
26413
 
-dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
26414
 
-dnl This file is free software; the Free Software Foundation
26415
 
-dnl gives unlimited permission to copy and/or distribute it,
26416
 
-dnl with or without modifications, as long as this notice is preserved.
26417
 
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
26418
 
+# 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
26419
 
+# This file is free software; the Free Software Foundation
26420
 
+# gives unlimited permission to copy and/or distribute it,
26421
 
+# with or without modifications, as long as this notice is preserved.
26422
 
+
26423
 
+# This program is distributed in the hope that it will be useful,
26424
 
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
26425
 
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
26426
 
+# PARTICULAR PURPOSE.
26427
 
+
26428
 
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
26429
 
+# 2006  Free Software Foundation, Inc.
26430
 
+#
26431
 
+# This file is free software; the Free Software Foundation
26432
 
+# gives unlimited permission to copy and/or distribute it,
26433
 
+# with or without modifications, as long as this notice is preserved.
26434
 
 
26435
 
-dnl This program is distributed in the hope that it will be useful,
26436
 
-dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
26437
 
-dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
26438
 
-dnl PARTICULAR PURPOSE.
26439
 
+# serial 10
26440
 
 
26441
 
-define([AC_ECHON],dnl
26442
 
-[echo checking for echo -n
26443
 
-if test "`echo -n foo`" = foo ; then
26444
 
-  ECHON=bsd
26445
 
-  test -n "$verbose" && echo ' using echo -n'
26446
 
-elif test "`echo 'foo\c'`" = foo ; then
26447
 
-  ECHON=sysv
26448
 
-  test -n "$verbose" && echo ' using echo ...\\c'
26449
 
-else
26450
 
-  ECHON=none
26451
 
-  test -n "$verbose" && echo ' using plain echo'
26452
 
-fi])dnl
26453
 
-dnl
26454
 
-define([AC_PASSWD],dnl
26455
 
-[echo checking how to access passwd database
26456
 
-PASSWD="cat /etc/passwd"
26457
 
-if test -f /bin/domainname && test -n "`/bin/domainname`"; then
26458
 
-  if test -f /usr/bin/niscat && 
26459
 
-     /usr/bin/niscat passwd.org_dir > /dev/null 2>&1; then
26460
 
-    PASSWD="/usr/bin/niscat passwd.org_dir"
26461
 
-  elif test -f /usr/bin/ypcat && /usr/bin/ypcat passwd > /dev/null 2>&1; then
26462
 
-    PASSWD="/usr/bin/ypcat passwd"
26463
 
-  fi
26464
 
-fi
26465
 
-test -n "$verbose" && echo "   setting PASSWD to ${PASSWD}"
26466
 
-AC_SUBST(PASSWD)dnl
26467
 
-])dnl
26468
 
-
26469
 
-# lib-prefix.m4 serial 3 (gettext-0.13)
26470
 
-dnl Copyright (C) 2001-2003 Free Software Foundation, Inc.
26471
 
-dnl This file is free software, distributed under the terms of the GNU
26472
 
-dnl General Public License.  As a special exception to the GNU General
26473
 
-dnl Public License, this file may be distributed as part of a program
26474
 
-dnl that contains a configuration script generated by Autoconf, under
26475
 
-dnl the same distribution terms as the rest of that program.
26476
 
-
26477
 
-dnl From Bruno Haible.
26478
 
-
26479
 
-dnl AC_LIB_ARG_WITH is synonymous to AC_ARG_WITH in autoconf-2.13, and
26480
 
-dnl similar to AC_ARG_WITH in autoconf 2.52...2.57 except that is doesn't
26481
 
-dnl require excessive bracketing.
26482
 
-ifdef([AC_HELP_STRING],
26483
 
-[AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])])],
26484
 
-[AC_DEFUN([AC_][LIB_ARG_WITH], [AC_ARG_WITH([$1],[$2],[$3],[$4])])])
26485
 
-
26486
 
-dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed
26487
 
-dnl to access previously installed libraries. The basic assumption is that
26488
 
-dnl a user will want packages to use other packages he previously installed
26489
 
-dnl with the same --prefix option.
26490
 
-dnl This macro is not needed if only AC_LIB_LINKFLAGS is used to locate
26491
 
-dnl libraries, but is otherwise very convenient.
26492
 
-AC_DEFUN([AC_LIB_PREFIX],
26493
 
-[
26494
 
-  AC_BEFORE([$0], [AC_LIB_LINKFLAGS])
26495
 
-  AC_REQUIRE([AC_PROG_CC])
26496
 
-  AC_REQUIRE([AC_CANONICAL_HOST])
26497
 
-  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
26498
 
-  dnl By default, look in $includedir and $libdir.
26499
 
-  use_additional=yes
26500
 
-  AC_LIB_WITH_FINAL_PREFIX([
26501
 
-    eval additional_includedir=\"$includedir\"
26502
 
-    eval additional_libdir=\"$libdir\"
26503
 
-  ])
26504
 
-  AC_LIB_ARG_WITH([lib-prefix],
26505
 
-[  --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib
26506
 
-  --without-lib-prefix    don't search for libraries in includedir and libdir],
26507
 
-[
26508
 
-    if test "X$withval" = "Xno"; then
26509
 
-      use_additional=no
26510
 
-    else
26511
 
-      if test "X$withval" = "X"; then
26512
 
-        AC_LIB_WITH_FINAL_PREFIX([
26513
 
-          eval additional_includedir=\"$includedir\"
26514
 
-          eval additional_libdir=\"$libdir\"
26515
 
-        ])
26516
 
-      else
26517
 
-        additional_includedir="$withval/include"
26518
 
-        additional_libdir="$withval/lib"
26519
 
-      fi
26520
 
-    fi
26521
 
-])
26522
 
-  if test $use_additional = yes; then
26523
 
-    dnl Potentially add $additional_includedir to $CPPFLAGS.
26524
 
-    dnl But don't add it
26525
 
-    dnl   1. if it's the standard /usr/include,
26526
 
-    dnl   2. if it's already present in $CPPFLAGS,
26527
 
-    dnl   3. if it's /usr/local/include and we are using GCC on Linux,
26528
 
-    dnl   4. if it doesn't exist as a directory.
26529
 
-    if test "X$additional_includedir" != "X/usr/include"; then
26530
 
-      haveit=
26531
 
-      for x in $CPPFLAGS; do
26532
 
-        AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
26533
 
-        if test "X$x" = "X-I$additional_includedir"; then
26534
 
-          haveit=yes
26535
 
-          break
26536
 
-        fi
26537
 
-      done
26538
 
-      if test -z "$haveit"; then
26539
 
-        if test "X$additional_includedir" = "X/usr/local/include"; then
26540
 
-          if test -n "$GCC"; then
26541
 
-            case $host_os in
26542
 
-              linux*) haveit=yes;;
26543
 
-            esac
26544
 
-          fi
26545
 
-        fi
26546
 
-        if test -z "$haveit"; then
26547
 
-          if test -d "$additional_includedir"; then
26548
 
-            dnl Really add $additional_includedir to $CPPFLAGS.
26549
 
-            CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir"
26550
 
-          fi
26551
 
-        fi
26552
 
-      fi
26553
 
-    fi
26554
 
-    dnl Potentially add $additional_libdir to $LDFLAGS.
26555
 
-    dnl But don't add it
26556
 
-    dnl   1. if it's the standard /usr/lib,
26557
 
-    dnl   2. if it's already present in $LDFLAGS,
26558
 
-    dnl   3. if it's /usr/local/lib and we are using GCC on Linux,
26559
 
-    dnl   4. if it doesn't exist as a directory.
26560
 
-    if test "X$additional_libdir" != "X/usr/lib"; then
26561
 
-      haveit=
26562
 
-      for x in $LDFLAGS; do
26563
 
-        AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
26564
 
-        if test "X$x" = "X-L$additional_libdir"; then
26565
 
-          haveit=yes
26566
 
-          break
26567
 
-        fi
26568
 
-      done
26569
 
-      if test -z "$haveit"; then
26570
 
-        if test "X$additional_libdir" = "X/usr/local/lib"; then
26571
 
-          if test -n "$GCC"; then
26572
 
-            case $host_os in
26573
 
-              linux*) haveit=yes;;
26574
 
-            esac
26575
 
-          fi
26576
 
-        fi
26577
 
-        if test -z "$haveit"; then
26578
 
-          if test -d "$additional_libdir"; then
26579
 
-            dnl Really add $additional_libdir to $LDFLAGS.
26580
 
-            LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir"
26581
 
-          fi
26582
 
-        fi
26583
 
-      fi
26584
 
-    fi
26585
 
-  fi
26586
 
-])
26587
 
-
26588
 
-dnl AC_LIB_PREPARE_PREFIX creates variables acl_final_prefix,
26589
 
-dnl acl_final_exec_prefix, containing the values to which $prefix and
26590
 
-dnl $exec_prefix will expand at the end of the configure script.
26591
 
-AC_DEFUN([AC_LIB_PREPARE_PREFIX],
26592
 
-[
26593
 
-  dnl Unfortunately, prefix and exec_prefix get only finally determined
26594
 
-  dnl at the end of configure.
26595
 
-  if test "X$prefix" = "XNONE"; then
26596
 
-    acl_final_prefix="$ac_default_prefix"
26597
 
-  else
26598
 
-    acl_final_prefix="$prefix"
26599
 
-  fi
26600
 
-  if test "X$exec_prefix" = "XNONE"; then
26601
 
-    acl_final_exec_prefix='${prefix}'
26602
 
-  else
26603
 
-    acl_final_exec_prefix="$exec_prefix"
26604
 
-  fi
26605
 
-  acl_save_prefix="$prefix"
26606
 
-  prefix="$acl_final_prefix"
26607
 
-  eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
26608
 
-  prefix="$acl_save_prefix"
26609
 
-])
26610
 
-
26611
 
-dnl AC_LIB_WITH_FINAL_PREFIX([statement]) evaluates statement, with the
26612
 
-dnl variables prefix and exec_prefix bound to the values they will have
26613
 
-dnl at the end of the configure script.
26614
 
-AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX],
26615
 
-[
26616
 
-  acl_save_prefix="$prefix"
26617
 
-  prefix="$acl_final_prefix"
26618
 
-  acl_save_exec_prefix="$exec_prefix"
26619
 
-  exec_prefix="$acl_final_exec_prefix"
26620
 
-  $1
26621
 
-  exec_prefix="$acl_save_exec_prefix"
26622
 
-  prefix="$acl_save_prefix"
26623
 
-])
26624
 
-
26625
 
-# lib-link.m4 serial 4 (gettext-0.12)
26626
 
-dnl Copyright (C) 2001-2003 Free Software Foundation, Inc.
26627
 
-dnl This file is free software, distributed under the terms of the GNU
26628
 
-dnl General Public License.  As a special exception to the GNU General
26629
 
-dnl Public License, this file may be distributed as part of a program
26630
 
-dnl that contains a configuration script generated by Autoconf, under
26631
 
-dnl the same distribution terms as the rest of that program.
26632
 
-
26633
 
-dnl From Bruno Haible.
26634
 
-
26635
 
-dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and
26636
 
-dnl the libraries corresponding to explicit and implicit dependencies.
26637
 
-dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and
26638
 
-dnl augments the CPPFLAGS variable.
26639
 
-AC_DEFUN([AC_LIB_LINKFLAGS],
26640
 
-[
26641
 
-  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
26642
 
-  AC_REQUIRE([AC_LIB_RPATH])
26643
 
-  define([Name],[translit([$1],[./-], [___])])
26644
 
-  define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
26645
 
-                               [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
26646
 
-  AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [
26647
 
-    AC_LIB_LINKFLAGS_BODY([$1], [$2])
26648
 
-    ac_cv_lib[]Name[]_libs="$LIB[]NAME"
26649
 
-    ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME"
26650
 
-    ac_cv_lib[]Name[]_cppflags="$INC[]NAME"
26651
 
-  ])
26652
 
-  LIB[]NAME="$ac_cv_lib[]Name[]_libs"
26653
 
-  LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs"
26654
 
-  INC[]NAME="$ac_cv_lib[]Name[]_cppflags"
26655
 
-  AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME)
26656
 
-  AC_SUBST([LIB]NAME)
26657
 
-  AC_SUBST([LTLIB]NAME)
26658
 
-  dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the
26659
 
-  dnl results of this search when this library appears as a dependency.
26660
 
-  HAVE_LIB[]NAME=yes
26661
 
-  undefine([Name])
26662
 
-  undefine([NAME])
26663
 
-])
26664
 
-
26665
 
-dnl AC_LIB_HAVE_LINKFLAGS(name, dependencies, includes, testcode)
26666
 
-dnl searches for libname and the libraries corresponding to explicit and
26667
 
-dnl implicit dependencies, together with the specified include files and
26668
 
-dnl the ability to compile and link the specified testcode. If found, it
26669
 
-dnl sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME} and
26670
 
-dnl LTLIB${NAME} variables and augments the CPPFLAGS variable, and
26671
 
-dnl #defines HAVE_LIB${NAME} to 1. Otherwise, it sets and AC_SUBSTs
26672
 
-dnl HAVE_LIB${NAME}=no and LIB${NAME} and LTLIB${NAME} to empty.
26673
 
-AC_DEFUN([AC_LIB_HAVE_LINKFLAGS],
26674
 
-[
26675
 
-  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
26676
 
-  AC_REQUIRE([AC_LIB_RPATH])
26677
 
-  define([Name],[translit([$1],[./-], [___])])
26678
 
-  define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
26679
 
-                               [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
26680
 
-
26681
 
-  dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME
26682
 
-  dnl accordingly.
26683
 
-  AC_LIB_LINKFLAGS_BODY([$1], [$2])
26684
 
-
26685
 
-  dnl Add $INC[]NAME to CPPFLAGS before performing the following checks,
26686
 
-  dnl because if the user has installed lib[]Name and not disabled its use
26687
 
-  dnl via --without-lib[]Name-prefix, he wants to use it.
26688
 
-  ac_save_CPPFLAGS="$CPPFLAGS"
26689
 
-  AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME)
26690
 
-
26691
 
-  AC_CACHE_CHECK([for lib[]$1], [ac_cv_lib[]Name], [
26692
 
-    ac_save_LIBS="$LIBS"
26693
 
-    LIBS="$LIBS $LIB[]NAME"
26694
 
-    AC_TRY_LINK([$3], [$4], [ac_cv_lib[]Name=yes], [ac_cv_lib[]Name=no])
26695
 
-    LIBS="$ac_save_LIBS"
26696
 
-  ])
26697
 
-  if test "$ac_cv_lib[]Name" = yes; then
26698
 
-    HAVE_LIB[]NAME=yes
26699
 
-    AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the $1 library.])
26700
 
-    AC_MSG_CHECKING([how to link with lib[]$1])
26701
 
-    AC_MSG_RESULT([$LIB[]NAME])
26702
 
-  else
26703
 
-    HAVE_LIB[]NAME=no
26704
 
-    dnl If $LIB[]NAME didn't lead to a usable library, we don't need
26705
 
-    dnl $INC[]NAME either.
26706
 
-    CPPFLAGS="$ac_save_CPPFLAGS"
26707
 
-    LIB[]NAME=
26708
 
-    LTLIB[]NAME=
26709
 
-  fi
26710
 
-  AC_SUBST([HAVE_LIB]NAME)
26711
 
-  AC_SUBST([LIB]NAME)
26712
 
-  AC_SUBST([LTLIB]NAME)
26713
 
-  undefine([Name])
26714
 
-  undefine([NAME])
26715
 
-])
26716
 
-
26717
 
-dnl Determine the platform dependent parameters needed to use rpath:
26718
 
-dnl libext, shlibext, hardcode_libdir_flag_spec, hardcode_libdir_separator,
26719
 
-dnl hardcode_direct, hardcode_minus_L.
26720
 
-AC_DEFUN([AC_LIB_RPATH],
26721
 
-[
26722
 
-  AC_REQUIRE([AC_PROG_CC])                dnl we use $CC, $GCC, $LDFLAGS
26723
 
-  AC_REQUIRE([AC_LIB_PROG_LD])            dnl we use $LD, $with_gnu_ld
26724
 
-  AC_REQUIRE([AC_CANONICAL_HOST])         dnl we use $host
26725
 
-  AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT]) dnl we use $ac_aux_dir
26726
 
-  AC_CACHE_CHECK([for shared library run path origin], acl_cv_rpath, [
26727
 
-    CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
26728
 
-    ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
26729
 
-    . ./conftest.sh
26730
 
-    rm -f ./conftest.sh
26731
 
-    acl_cv_rpath=done
26732
 
-  ])
26733
 
-  wl="$acl_cv_wl"
26734
 
-  libext="$acl_cv_libext"
26735
 
-  shlibext="$acl_cv_shlibext"
26736
 
-  hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
26737
 
-  hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
26738
 
-  hardcode_direct="$acl_cv_hardcode_direct"
26739
 
-  hardcode_minus_L="$acl_cv_hardcode_minus_L"
26740
 
-  dnl Determine whether the user wants rpath handling at all.
26741
 
-  AC_ARG_ENABLE(rpath,
26742
 
-    [  --disable-rpath         do not hardcode runtime library paths],
26743
 
-    :, enable_rpath=yes)
26744
 
-])
26745
 
-
26746
 
-dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and
26747
 
-dnl the libraries corresponding to explicit and implicit dependencies.
26748
 
-dnl Sets the LIB${NAME}, LTLIB${NAME} and INC${NAME} variables.
26749
 
-AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
26750
 
-[
26751
 
-  define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
26752
 
-                               [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
26753
 
-  dnl By default, look in $includedir and $libdir.
26754
 
-  use_additional=yes
26755
 
-  AC_LIB_WITH_FINAL_PREFIX([
26756
 
-    eval additional_includedir=\"$includedir\"
26757
 
-    eval additional_libdir=\"$libdir\"
26758
 
+# AM_PATH_LISPDIR
26759
 
+# ---------------
26760
 
+AC_DEFUN([AM_PATH_LISPDIR],
26761
 
+[AC_PREREQ([2.60])dnl
26762
 
+ # If set to t, that means we are running in a shell under Emacs.
26763
 
+ # If you have an Emacs named "t", then use the full path.
26764
 
+ test x"$EMACS" = xt && EMACS=
26765
 
+ AC_CHECK_PROGS([EMACS], [emacs xemacs], [no])
26766
 
+ AC_ARG_VAR([EMACS], [the Emacs editor command])
26767
 
+ AC_ARG_VAR([EMACSLOADPATH], [the Emacs library search path])
26768
 
+ AC_ARG_WITH([lispdir],
26769
 
+ [  --with-lispdir          override the default lisp directory],
26770
 
+ [ lispdir="$withval"
26771
 
+   AC_MSG_CHECKING([where .elc files should go])
26772
 
+   AC_MSG_RESULT([$lispdir])],
26773
 
+ [
26774
 
+ AC_CACHE_CHECK([where .elc files should go], [am_cv_lispdir], [
26775
 
+   if test $EMACS != "no"; then
26776
 
+     if test x${lispdir+set} != xset; then
26777
 
+  # If $EMACS isn't GNU Emacs or XEmacs, this can blow up pretty badly
26778
 
+  # Some emacsen will start up in interactive mode, requiring C-x C-c to exit,
26779
 
+  #  which is non-obvious for non-emacs users.
26780
 
+  # Redirecting /dev/null should help a bit; pity we can't detect "broken"
26781
 
+  #  emacsen earlier and avoid running this altogether.
26782
 
+  AC_RUN_LOG([$EMACS -batch -q -eval '(while load-path (princ (concat (car load-path) "\n")) (setq load-path (cdr load-path)))' </dev/null >conftest.out])
26783
 
+       am_cv_lispdir=`sed -n \
26784
 
+       -e 's,/$,,' \
26785
 
+       -e '/.*\/lib\/x*emacs\/site-lisp$/{s,.*/lib/\(x*emacs/site-lisp\)$,${libdir}/\1,;p;q;}' \
26786
 
+       -e '/.*\/share\/x*emacs\/site-lisp$/{s,.*/share/\(x*emacs/site-lisp\),${datarootdir}/\1,;p;q;}' \
26787
 
+       conftest.out`
26788
 
+       rm conftest.out
26789
 
+     fi
26790
 
+   fi
26791
 
+   test -z "$am_cv_lispdir" && am_cv_lispdir='${datadir}/emacs/site-lisp'
26792
 
   ])
26793
 
-  AC_LIB_ARG_WITH([lib$1-prefix],
26794
 
-[  --with-lib$1-prefix[=DIR]  search for lib$1 in DIR/include and DIR/lib
26795
 
-  --without-lib$1-prefix     don't search for lib$1 in includedir and libdir],
26796
 
-[
26797
 
-    if test "X$withval" = "Xno"; then
26798
 
-      use_additional=no
26799
 
-    else
26800
 
-      if test "X$withval" = "X"; then
26801
 
-        AC_LIB_WITH_FINAL_PREFIX([
26802
 
-          eval additional_includedir=\"$includedir\"
26803
 
-          eval additional_libdir=\"$libdir\"
26804
 
-        ])
26805
 
-      else
26806
 
-        additional_includedir="$withval/include"
26807
 
-        additional_libdir="$withval/lib"
26808
 
-      fi
26809
 
-    fi
26810
 
-])
26811
 
-  dnl Search the library and its dependencies in $additional_libdir and
26812
 
-  dnl $LDFLAGS. Using breadth-first-seach.
26813
 
-  LIB[]NAME=
26814
 
-  LTLIB[]NAME=
26815
 
-  INC[]NAME=
26816
 
-  rpathdirs=
26817
 
-  ltrpathdirs=
26818
 
-  names_already_handled=
26819
 
-  names_next_round='$1 $2'
26820
 
-  while test -n "$names_next_round"; do
26821
 
-    names_this_round="$names_next_round"
26822
 
-    names_next_round=
26823
 
-    for name in $names_this_round; do
26824
 
-      already_handled=
26825
 
-      for n in $names_already_handled; do
26826
 
-        if test "$n" = "$name"; then
26827
 
-          already_handled=yes
26828
 
-          break
26829
 
-        fi
26830
 
-      done
26831
 
-      if test -z "$already_handled"; then
26832
 
-        names_already_handled="$names_already_handled $name"
26833
 
-        dnl See if it was already located by an earlier AC_LIB_LINKFLAGS
26834
 
-        dnl or AC_LIB_HAVE_LINKFLAGS call.
26835
 
-        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
26836
 
-        eval value=\"\$HAVE_LIB$uppername\"
26837
 
-        if test -n "$value"; then
26838
 
-          if test "$value" = yes; then
26839
 
-            eval value=\"\$LIB$uppername\"
26840
 
-            test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value"
26841
 
-            eval value=\"\$LTLIB$uppername\"
26842
 
-            test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value"
26843
 
-          else
26844
 
-            dnl An earlier call to AC_LIB_HAVE_LINKFLAGS has determined
26845
 
-            dnl that this library doesn't exist. So just drop it.
26846
 
-            :
26847
 
-          fi
26848
 
-        else
26849
 
-          dnl Search the library lib$name in $additional_libdir and $LDFLAGS
26850
 
-          dnl and the already constructed $LIBNAME/$LTLIBNAME.
26851
 
-          found_dir=
26852
 
-          found_la=
26853
 
-          found_so=
26854
 
-          found_a=
26855
 
-          if test $use_additional = yes; then
26856
 
-            if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
26857
 
-              found_dir="$additional_libdir"
26858
 
-              found_so="$additional_libdir/lib$name.$shlibext"
26859
 
-              if test -f "$additional_libdir/lib$name.la"; then
26860
 
-                found_la="$additional_libdir/lib$name.la"
26861
 
-              fi
26862
 
-            else
26863
 
-              if test -f "$additional_libdir/lib$name.$libext"; then
26864
 
-                found_dir="$additional_libdir"
26865
 
-                found_a="$additional_libdir/lib$name.$libext"
26866
 
-                if test -f "$additional_libdir/lib$name.la"; then
26867
 
-                  found_la="$additional_libdir/lib$name.la"
26868
 
-                fi
26869
 
-              fi
26870
 
-            fi
26871
 
-          fi
26872
 
-          if test "X$found_dir" = "X"; then
26873
 
-            for x in $LDFLAGS $LTLIB[]NAME; do
26874
 
-              AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
26875
 
-              case "$x" in
26876
 
-                -L*)
26877
 
-                  dir=`echo "X$x" | sed -e 's/^X-L//'`
26878
 
-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
26879
 
-                    found_dir="$dir"
26880
 
-                    found_so="$dir/lib$name.$shlibext"
26881
 
-                    if test -f "$dir/lib$name.la"; then
26882
 
-                      found_la="$dir/lib$name.la"
26883
 
-                    fi
26884
 
-                  else
26885
 
-                    if test -f "$dir/lib$name.$libext"; then
26886
 
-                      found_dir="$dir"
26887
 
-                      found_a="$dir/lib$name.$libext"
26888
 
-                      if test -f "$dir/lib$name.la"; then
26889
 
-                        found_la="$dir/lib$name.la"
26890
 
-                      fi
26891
 
-                    fi
26892
 
-                  fi
26893
 
-                  ;;
26894
 
-              esac
26895
 
-              if test "X$found_dir" != "X"; then
26896
 
-                break
26897
 
-              fi
26898
 
-            done
26899
 
-          fi
26900
 
-          if test "X$found_dir" != "X"; then
26901
 
-            dnl Found the library.
26902
 
-            LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name"
26903
 
-            if test "X$found_so" != "X"; then
26904
 
-              dnl Linking with a shared library. We attempt to hardcode its
26905
 
-              dnl directory into the executable's runpath, unless it's the
26906
 
-              dnl standard /usr/lib.
26907
 
-              if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
26908
 
-                dnl No hardcoding is needed.
26909
 
-                LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
26910
 
-              else
26911
 
-                dnl Use an explicit option to hardcode DIR into the resulting
26912
 
-                dnl binary.
26913
 
-                dnl Potentially add DIR to ltrpathdirs.
26914
 
-                dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
26915
 
-                haveit=
26916
 
-                for x in $ltrpathdirs; do
26917
 
-                  if test "X$x" = "X$found_dir"; then
26918
 
-                    haveit=yes
26919
 
-                    break
26920
 
-                  fi
26921
 
-                done
26922
 
-                if test -z "$haveit"; then
26923
 
-                  ltrpathdirs="$ltrpathdirs $found_dir"
26924
 
-                fi
26925
 
-                dnl The hardcoding into $LIBNAME is system dependent.
26926
 
-                if test "$hardcode_direct" = yes; then
26927
 
-                  dnl Using DIR/libNAME.so during linking hardcodes DIR into the
26928
 
-                  dnl resulting binary.
26929
 
-                  LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
26930
 
-                else
26931
 
-                  if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
26932
 
-                    dnl Use an explicit option to hardcode DIR into the resulting
26933
 
-                    dnl binary.
26934
 
-                    LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
26935
 
-                    dnl Potentially add DIR to rpathdirs.
26936
 
-                    dnl The rpathdirs will be appended to $LIBNAME at the end.
26937
 
-                    haveit=
26938
 
-                    for x in $rpathdirs; do
26939
 
-                      if test "X$x" = "X$found_dir"; then
26940
 
-                        haveit=yes
26941
 
-                        break
26942
 
-                      fi
26943
 
-                    done
26944
 
-                    if test -z "$haveit"; then
26945
 
-                      rpathdirs="$rpathdirs $found_dir"
26946
 
-                    fi
26947
 
-                  else
26948
 
-                    dnl Rely on "-L$found_dir".
26949
 
-                    dnl But don't add it if it's already contained in the LDFLAGS
26950
 
-                    dnl or the already constructed $LIBNAME
26951
 
-                    haveit=
26952
 
-                    for x in $LDFLAGS $LIB[]NAME; do
26953
 
-                      AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
26954
 
-                      if test "X$x" = "X-L$found_dir"; then
26955
 
-                        haveit=yes
26956
 
-                        break
26957
 
-                      fi
26958
 
-                    done
26959
 
-                    if test -z "$haveit"; then
26960
 
-                      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir"
26961
 
-                    fi
26962
 
-                    if test "$hardcode_minus_L" != no; then
26963
 
-                      dnl FIXME: Not sure whether we should use
26964
 
-                      dnl "-L$found_dir -l$name" or "-L$found_dir $found_so"
26965
 
-                      dnl here.
26966
 
-                      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
26967
 
-                    else
26968
 
-                      dnl We cannot use $hardcode_runpath_var and LD_RUN_PATH
26969
 
-                      dnl here, because this doesn't fit in flags passed to the
26970
 
-                      dnl compiler. So give up. No hardcoding. This affects only
26971
 
-                      dnl very old systems.
26972
 
-                      dnl FIXME: Not sure whether we should use
26973
 
-                      dnl "-L$found_dir -l$name" or "-L$found_dir $found_so"
26974
 
-                      dnl here.
26975
 
-                      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name"
26976
 
-                    fi
26977
 
-                  fi
26978
 
-                fi
26979
 
-              fi
26980
 
-            else
26981
 
-              if test "X$found_a" != "X"; then
26982
 
-                dnl Linking with a static library.
26983
 
-                LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a"
26984
 
-              else
26985
 
-                dnl We shouldn't come here, but anyway it's good to have a
26986
 
-                dnl fallback.
26987
 
-                LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name"
26988
 
-              fi
26989
 
-            fi
26990
 
-            dnl Assume the include files are nearby.
26991
 
-            additional_includedir=
26992
 
-            case "$found_dir" in
26993
 
-              */lib | */lib/)
26994
 
-                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
26995
 
-                additional_includedir="$basedir/include"
26996
 
-                ;;
26997
 
-            esac
26998
 
-            if test "X$additional_includedir" != "X"; then
26999
 
-              dnl Potentially add $additional_includedir to $INCNAME.
27000
 
-              dnl But don't add it
27001
 
-              dnl   1. if it's the standard /usr/include,
27002
 
-              dnl   2. if it's /usr/local/include and we are using GCC on Linux,
27003
 
-              dnl   3. if it's already present in $CPPFLAGS or the already
27004
 
-              dnl      constructed $INCNAME,
27005
 
-              dnl   4. if it doesn't exist as a directory.
27006
 
-              if test "X$additional_includedir" != "X/usr/include"; then
27007
 
-                haveit=
27008
 
-                if test "X$additional_includedir" = "X/usr/local/include"; then
27009
 
-                  if test -n "$GCC"; then
27010
 
-                    case $host_os in
27011
 
-                      linux*) haveit=yes;;
27012
 
-                    esac
27013
 
-                  fi
27014
 
-                fi
27015
 
-                if test -z "$haveit"; then
27016
 
-                  for x in $CPPFLAGS $INC[]NAME; do
27017
 
-                    AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
27018
 
-                    if test "X$x" = "X-I$additional_includedir"; then
27019
 
-                      haveit=yes
27020
 
-                      break
27021
 
-                    fi
27022
 
-                  done
27023
 
-                  if test -z "$haveit"; then
27024
 
-                    if test -d "$additional_includedir"; then
27025
 
-                      dnl Really add $additional_includedir to $INCNAME.
27026
 
-                      INC[]NAME="${INC[]NAME}${INC[]NAME:+ }-I$additional_includedir"
27027
 
-                    fi
27028
 
-                  fi
27029
 
-                fi
27030
 
-              fi
27031
 
-            fi
27032
 
-            dnl Look for dependencies.
27033
 
-            if test -n "$found_la"; then
27034
 
-              dnl Read the .la file. It defines the variables
27035
 
-              dnl dlname, library_names, old_library, dependency_libs, current,
27036
 
-              dnl age, revision, installed, dlopen, dlpreopen, libdir.
27037
 
-              save_libdir="$libdir"
27038
 
-              case "$found_la" in
27039
 
-                */* | *\\*) . "$found_la" ;;
27040
 
-                *) . "./$found_la" ;;
27041
 
-              esac
27042
 
-              libdir="$save_libdir"
27043
 
-              dnl We use only dependency_libs.
27044
 
-              for dep in $dependency_libs; do
27045
 
-                case "$dep" in
27046
 
-                  -L*)
27047
 
-                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
27048
 
-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
27049
 
-                    dnl But don't add it
27050
 
-                    dnl   1. if it's the standard /usr/lib,
27051
 
-                    dnl   2. if it's /usr/local/lib and we are using GCC on Linux,
27052
 
-                    dnl   3. if it's already present in $LDFLAGS or the already
27053
 
-                    dnl      constructed $LIBNAME,
27054
 
-                    dnl   4. if it doesn't exist as a directory.
27055
 
-                    if test "X$additional_libdir" != "X/usr/lib"; then
27056
 
-                      haveit=
27057
 
-                      if test "X$additional_libdir" = "X/usr/local/lib"; then
27058
 
-                        if test -n "$GCC"; then
27059
 
-                          case $host_os in
27060
 
-                            linux*) haveit=yes;;
27061
 
-                          esac
27062
 
-                        fi
27063
 
-                      fi
27064
 
-                      if test -z "$haveit"; then
27065
 
-                        haveit=
27066
 
-                        for x in $LDFLAGS $LIB[]NAME; do
27067
 
-                          AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
27068
 
-                          if test "X$x" = "X-L$additional_libdir"; then
27069
 
-                            haveit=yes
27070
 
-                            break
27071
 
-                          fi
27072
 
-                        done
27073
 
-                        if test -z "$haveit"; then
27074
 
-                          if test -d "$additional_libdir"; then
27075
 
-                            dnl Really add $additional_libdir to $LIBNAME.
27076
 
-                            LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir"
27077
 
-                          fi
27078
 
-                        fi
27079
 
-                        haveit=
27080
 
-                        for x in $LDFLAGS $LTLIB[]NAME; do
27081
 
-                          AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
27082
 
-                          if test "X$x" = "X-L$additional_libdir"; then
27083
 
-                            haveit=yes
27084
 
-                            break
27085
 
-                          fi
27086
 
-                        done
27087
 
-                        if test -z "$haveit"; then
27088
 
-                          if test -d "$additional_libdir"; then
27089
 
-                            dnl Really add $additional_libdir to $LTLIBNAME.
27090
 
-                            LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir"
27091
 
-                          fi
27092
 
-                        fi
27093
 
-                      fi
27094
 
-                    fi
27095
 
-                    ;;
27096
 
-                  -R*)
27097
 
-                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
27098
 
-                    if test "$enable_rpath" != no; then
27099
 
-                      dnl Potentially add DIR to rpathdirs.
27100
 
-                      dnl The rpathdirs will be appended to $LIBNAME at the end.
27101
 
-                      haveit=
27102
 
-                      for x in $rpathdirs; do
27103
 
-                        if test "X$x" = "X$dir"; then
27104
 
-                          haveit=yes
27105
 
-                          break
27106
 
-                        fi
27107
 
-                      done
27108
 
-                      if test -z "$haveit"; then
27109
 
-                        rpathdirs="$rpathdirs $dir"
27110
 
-                      fi
27111
 
-                      dnl Potentially add DIR to ltrpathdirs.
27112
 
-                      dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
27113
 
-                      haveit=
27114
 
-                      for x in $ltrpathdirs; do
27115
 
-                        if test "X$x" = "X$dir"; then
27116
 
-                          haveit=yes
27117
 
-                          break
27118
 
-                        fi
27119
 
-                      done
27120
 
-                      if test -z "$haveit"; then
27121
 
-                        ltrpathdirs="$ltrpathdirs $dir"
27122
 
-                      fi
27123
 
-                    fi
27124
 
-                    ;;
27125
 
-                  -l*)
27126
 
-                    dnl Handle this in the next round.
27127
 
-                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
27128
 
-                    ;;
27129
 
-                  *.la)
27130
 
-                    dnl Handle this in the next round. Throw away the .la's
27131
 
-                    dnl directory; it is already contained in a preceding -L
27132
 
-                    dnl option.
27133
 
-                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
27134
 
-                    ;;
27135
 
-                  *)
27136
 
-                    dnl Most likely an immediate library name.
27137
 
-                    LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep"
27138
 
-                    LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep"
27139
 
-                    ;;
27140
 
-                esac
27141
 
-              done
27142
 
-            fi
27143
 
-          else
27144
 
-            dnl Didn't find the library; assume it is in the system directories
27145
 
-            dnl known to the linker and runtime loader. (All the system
27146
 
-            dnl directories known to the linker should also be known to the
27147
 
-            dnl runtime loader, otherwise the system is severely misconfigured.)
27148
 
-            LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name"
27149
 
-            LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name"
27150
 
-          fi
27151
 
-        fi
27152
 
-      fi
27153
 
-    done
27154
 
-  done
27155
 
-  if test "X$rpathdirs" != "X"; then
27156
 
-    if test -n "$hardcode_libdir_separator"; then
27157
 
-      dnl Weird platform: only the last -rpath option counts, the user must
27158
 
-      dnl pass all path elements in one option. We can arrange that for a
27159
 
-      dnl single library, but not when more than one $LIBNAMEs are used.
27160
 
-      alldirs=
27161
 
-      for found_dir in $rpathdirs; do
27162
 
-        alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
27163
 
-      done
27164
 
-      dnl Note: hardcode_libdir_flag_spec uses $libdir and $wl.
27165
 
-      acl_save_libdir="$libdir"
27166
 
-      libdir="$alldirs"
27167
 
-      eval flag=\"$hardcode_libdir_flag_spec\"
27168
 
-      libdir="$acl_save_libdir"
27169
 
-      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag"
27170
 
-    else
27171
 
-      dnl The -rpath options are cumulative.
27172
 
-      for found_dir in $rpathdirs; do
27173
 
-        acl_save_libdir="$libdir"
27174
 
-        libdir="$found_dir"
27175
 
-        eval flag=\"$hardcode_libdir_flag_spec\"
27176
 
-        libdir="$acl_save_libdir"
27177
 
-        LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag"
27178
 
-      done
27179
 
-    fi
27180
 
-  fi
27181
 
-  if test "X$ltrpathdirs" != "X"; then
27182
 
-    dnl When using libtool, the option that works for both libraries and
27183
 
-    dnl executables is -R. The -R options are cumulative.
27184
 
-    for found_dir in $ltrpathdirs; do
27185
 
-      LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir"
27186
 
-    done
27187
 
-  fi
27188
 
-])
27189
 
-
27190
 
-dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR,
27191
 
-dnl unless already present in VAR.
27192
 
-dnl Works only for CPPFLAGS, not for LIB* variables because that sometimes
27193
 
-dnl contains two or three consecutive elements that belong together.
27194
 
-AC_DEFUN([AC_LIB_APPENDTOVAR],
27195
 
-[
27196
 
-  for element in [$2]; do
27197
 
-    haveit=
27198
 
-    for x in $[$1]; do
27199
 
-      AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
27200
 
-      if test "X$x" = "X$element"; then
27201
 
-        haveit=yes
27202
 
-        break
27203
 
-      fi
27204
 
-    done
27205
 
-    if test -z "$haveit"; then
27206
 
-      [$1]="${[$1]}${[$1]:+ }$element"
27207
 
-    fi
27208
 
-  done
27209
 
+  lispdir="$am_cv_lispdir"
27210
 
 ])
27211
 
+AC_SUBST([lispdir])
27212
 
+])# AM_PATH_LISPDIR
27213
 
 
27214
 
-# lib-ld.m4 serial 3 (gettext-0.13)
27215
 
-dnl Copyright (C) 1996-2003 Free Software Foundation, Inc.
27216
 
-dnl This file is free software, distributed under the terms of the GNU
27217
 
-dnl General Public License.  As a special exception to the GNU General
27218
 
-dnl Public License, this file may be distributed as part of a program
27219
 
-dnl that contains a configuration script generated by Autoconf, under
27220
 
-dnl the same distribution terms as the rest of that program.
27221
 
-
27222
 
-dnl Subroutines of libtool.m4,
27223
 
-dnl with replacements s/AC_/AC_LIB/ and s/lt_cv/acl_cv/ to avoid collision
27224
 
-dnl with libtool.m4.
27225
 
-
27226
 
-dnl From libtool-1.4. Sets the variable with_gnu_ld to yes or no.
27227
 
-AC_DEFUN([AC_LIB_PROG_LD_GNU],
27228
 
-[AC_CACHE_CHECK([if the linker ($LD) is GNU ld], acl_cv_prog_gnu_ld,
27229
 
-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
27230
 
-case `$LD -v 2>&1 </dev/null` in
27231
 
-*GNU* | *'with BFD'*)
27232
 
-  acl_cv_prog_gnu_ld=yes ;;
27233
 
-*)
27234
 
-  acl_cv_prog_gnu_ld=no ;;
27235
 
-esac])
27236
 
-with_gnu_ld=$acl_cv_prog_gnu_ld
27237
 
-])
27238
 
-
27239
 
-dnl From libtool-1.4. Sets the variable LD.
27240
 
-AC_DEFUN([AC_LIB_PROG_LD],
27241
 
-[AC_ARG_WITH(gnu-ld,
27242
 
-[  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]],
27243
 
-test "$withval" = no || with_gnu_ld=yes, with_gnu_ld=no)
27244
 
-AC_REQUIRE([AC_PROG_CC])dnl
27245
 
-AC_REQUIRE([AC_CANONICAL_HOST])dnl
27246
 
-# Prepare PATH_SEPARATOR.
27247
 
-# The user is always right.
27248
 
-if test "${PATH_SEPARATOR+set}" != set; then
27249
 
-  echo "#! /bin/sh" >conf$$.sh
27250
 
-  echo  "exit 0"   >>conf$$.sh
27251
 
-  chmod +x conf$$.sh
27252
 
-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
27253
 
-    PATH_SEPARATOR=';'
27254
 
-  else
27255
 
-    PATH_SEPARATOR=:
27256
 
-  fi
27257
 
-  rm -f conf$$.sh
27258
 
-fi
27259
 
-ac_prog=ld
27260
 
-if test "$GCC" = yes; then
27261
 
-  # Check if gcc -print-prog-name=ld gives a path.
27262
 
-  AC_MSG_CHECKING([for ld used by GCC])
27263
 
-  case $host in
27264
 
-  *-*-mingw*)
27265
 
-    # gcc leaves a trailing carriage return which upsets mingw
27266
 
-    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
27267
 
-  *)
27268
 
-    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
27269
 
-  esac
27270
 
-  case $ac_prog in
27271
 
-    # Accept absolute paths.
27272
 
-    [[\\/]* | [A-Za-z]:[\\/]*)]
27273
 
-      [re_direlt='/[^/][^/]*/\.\./']
27274
 
-      # Canonicalize the path of ld
27275
 
-      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
27276
 
-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
27277
 
-       ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
27278
 
-      done
27279
 
-      test -z "$LD" && LD="$ac_prog"
27280
 
-      ;;
27281
 
-  "")
27282
 
-    # If it fails, then pretend we aren't using GCC.
27283
 
-    ac_prog=ld
27284
 
-    ;;
27285
 
-  *)
27286
 
-    # If it is relative, then search for the first ld in PATH.
27287
 
-    with_gnu_ld=unknown
27288
 
-    ;;
27289
 
-  esac
27290
 
-elif test "$with_gnu_ld" = yes; then
27291
 
-  AC_MSG_CHECKING([for GNU ld])
27292
 
-else
27293
 
-  AC_MSG_CHECKING([for non-GNU ld])
27294
 
-fi
27295
 
-AC_CACHE_VAL(acl_cv_path_LD,
27296
 
-[if test -z "$LD"; then
27297
 
-  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
27298
 
-  for ac_dir in $PATH; do
27299
 
-    test -z "$ac_dir" && ac_dir=.
27300
 
-    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
27301
 
-      acl_cv_path_LD="$ac_dir/$ac_prog"
27302
 
-      # Check to see if the program is GNU ld.  I'd rather use --version,
27303
 
-      # but apparently some GNU ld's only accept -v.
27304
 
-      # Break only if it was the GNU/non-GNU ld that we prefer.
27305
 
-      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
27306
 
-      *GNU* | *'with BFD'*)
27307
 
-       test "$with_gnu_ld" != no && break ;;
27308
 
-      *)
27309
 
-       test "$with_gnu_ld" != yes && break ;;
27310
 
-      esac
27311
 
-    fi
27312
 
-  done
27313
 
-  IFS="$ac_save_ifs"
27314
 
-else
27315
 
-  acl_cv_path_LD="$LD" # Let the user override the test with a path.
27316
 
-fi])
27317
 
-LD="$acl_cv_path_LD"
27318
 
-if test -n "$LD"; then
27319
 
-  AC_MSG_RESULT($LD)
27320
 
-else
27321
 
-  AC_MSG_RESULT(no)
27322
 
-fi
27323
 
-test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
27324
 
-AC_LIB_PROG_LD_GNU
27325
 
-])
27326
 
-
27327
 
-
27328
 
-# serial 1
27329
 
-
27330
 
-AC_DEFUN([AM_PATH_LISPDIR],
27331
 
- [# If set to t, that means we are running in a shell under Emacs.
27332
 
-  # If you have an Emacs named "t", then use the full path.
27333
 
-  test "$EMACS" = t && EMACS=
27334
 
-  AC_PATH_PROGS(EMACS, emacs xemacs, no)
27335
 
-  if test $EMACS != "no"; then
27336
 
-    AC_MSG_CHECKING([where .elc files should go])
27337
 
-    dnl Set default value
27338
 
-    lispdir="\$(datadir)/emacs/site-lisp"
27339
 
-    emacs_flavor=`echo "$EMACS" | sed -e 's,^.*/,,'`
27340
 
-    if test "x$prefix" = "xNONE"; then
27341
 
-      if test -d $ac_default_prefix/share/$emacs_flavor/site-lisp; then
27342
 
-       lispdir="\$(prefix)/share/$emacs_flavor/site-lisp"
27343
 
-      else
27344
 
-       if test -d $ac_default_prefix/lib/$emacs_flavor/site-lisp; then
27345
 
-         lispdir="\$(prefix)/lib/$emacs_flavor/site-lisp"
27346
 
-       fi
27347
 
-      fi
27348
 
-    else
27349
 
-      if test -d $prefix/share/$emacs_flavor/site-lisp; then
27350
 
-       lispdir="\$(prefix)/share/$emacs_flavor/site-lisp"
27351
 
-      else
27352
 
-       if test -d $prefix/lib/$emacs_flavor/site-lisp; then
27353
 
-         lispdir="\$(prefix)/lib/$emacs_flavor/site-lisp"
27354
 
-       fi
27355
 
-      fi
27356
 
-    fi
27357
 
-    AC_MSG_RESULT($lispdir)
27358
 
-  fi
27359
 
-  AC_SUBST(lispdir)])
27360
 
+AU_DEFUN([ud_PATH_LISPDIR], [AM_PATH_LISPDIR])
27361
 
 
27362
 
+m4_include([acinclude.m4])
27363
 
--- gnats-4.1.0.orig/send-pr/configure
27364
 
+++ gnats-4.1.0/send-pr/configure
27365
 
@@ -1,83 +1,417 @@
27366
 
 #! /bin/sh
27367
 
 # Guess values for system-dependent variables and create Makefiles.
27368
 
-# Generated by GNU Autoconf 2.59 for send-pr 4.1.0.
27369
 
+# Generated by GNU Autoconf 2.65 for send-pr 4.1.0.
27370
 
 #
27371
 
 # Report bugs to <bug-gnats@gnu.org>.
27372
 
 #
27373
 
-# Copyright (C) 2003 Free Software Foundation, Inc.
27374
 
+#
27375
 
+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
27376
 
+# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
27377
 
+# Inc.
27378
 
+#
27379
 
+#
27380
 
 # This configure script is free software; the Free Software Foundation
27381
 
 # gives unlimited permission to copy, distribute and modify it.
27382
 
-## --------------------- ##
27383
 
-## M4sh Initialization.  ##
27384
 
-## --------------------- ##
27385
 
+## -------------------- ##
27386
 
+## M4sh Initialization. ##
27387
 
+## -------------------- ##
27388
 
 
27389
 
-# Be Bourne compatible
27390
 
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27391
 
+# Be more Bourne compatible
27392
 
+DUALCASE=1; export DUALCASE # for MKS sh
27393
 
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
27394
 
   emulate sh
27395
 
   NULLCMD=:
27396
 
-  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
27397
 
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27398
 
   # is contrary to our usage.  Disable this feature.
27399
 
   alias -g '${1+"$@"}'='"$@"'
27400
 
-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
27401
 
-  set -o posix
27402
 
+  setopt NO_GLOB_SUBST
27403
 
+else
27404
 
+  case `(set -o) 2>/dev/null` in #(
27405
 
+  *posix*) :
27406
 
+    set -o posix ;; #(
27407
 
+  *) :
27408
 
+     ;;
27409
 
+esac
27410
 
 fi
27411
 
-DUALCASE=1; export DUALCASE # for MKS sh
27412
 
 
27413
 
-# Support unset when possible.
27414
 
-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27415
 
-  as_unset=unset
27416
 
-else
27417
 
-  as_unset=false
27418
 
+
27419
 
+as_nl='
27420
 
+'
27421
 
+export as_nl
27422
 
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
27423
 
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
27424
 
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
27425
 
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
27426
 
+# Prefer a ksh shell builtin over an external printf program on Solaris,
27427
 
+# but without wasting forks for bash or zsh.
27428
 
+if test -z "$BASH_VERSION$ZSH_VERSION" \
27429
 
+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
27430
 
+  as_echo='print -r --'
27431
 
+  as_echo_n='print -rn --'
27432
 
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
27433
 
+  as_echo='printf %s\n'
27434
 
+  as_echo_n='printf %s'
27435
 
+else
27436
 
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
27437
 
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
27438
 
+    as_echo_n='/usr/ucb/echo -n'
27439
 
+  else
27440
 
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
27441
 
+    as_echo_n_body='eval
27442
 
+      arg=$1;
27443
 
+      case $arg in #(
27444
 
+      *"$as_nl"*)
27445
 
+       expr "X$arg" : "X\\(.*\\)$as_nl";
27446
 
+       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
27447
 
+      esac;
27448
 
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
27449
 
+    '
27450
 
+    export as_echo_n_body
27451
 
+    as_echo_n='sh -c $as_echo_n_body as_echo'
27452
 
+  fi
27453
 
+  export as_echo_body
27454
 
+  as_echo='sh -c $as_echo_body as_echo'
27455
 
+fi
27456
 
+
27457
 
+# The user is always right.
27458
 
+if test "${PATH_SEPARATOR+set}" != set; then
27459
 
+  PATH_SEPARATOR=:
27460
 
+  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
27461
 
+    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
27462
 
+      PATH_SEPARATOR=';'
27463
 
+  }
27464
 
 fi
27465
 
 
27466
 
 
27467
 
-# Work around bugs in pre-3.0 UWIN ksh.
27468
 
-$as_unset ENV MAIL MAILPATH
27469
 
+# IFS
27470
 
+# We need space, tab and new line, in precisely that order.  Quoting is
27471
 
+# there to prevent editors from complaining about space-tab.
27472
 
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
27473
 
+# splitting by setting IFS to empty value.)
27474
 
+IFS=" ""       $as_nl"
27475
 
+
27476
 
+# Find who we are.  Look in the path if we contain no directory separator.
27477
 
+case $0 in #((
27478
 
+  *[\\/]* ) as_myself=$0 ;;
27479
 
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27480
 
+for as_dir in $PATH
27481
 
+do
27482
 
+  IFS=$as_save_IFS
27483
 
+  test -z "$as_dir" && as_dir=.
27484
 
+    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27485
 
+  done
27486
 
+IFS=$as_save_IFS
27487
 
+
27488
 
+     ;;
27489
 
+esac
27490
 
+# We did not find ourselves, most probably we were run as `sh COMMAND'
27491
 
+# in which case we are not to be found in the path.
27492
 
+if test "x$as_myself" = x; then
27493
 
+  as_myself=$0
27494
 
+fi
27495
 
+if test ! -f "$as_myself"; then
27496
 
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27497
 
+  exit 1
27498
 
+fi
27499
 
+
27500
 
+# Unset variables that we do not need and which cause bugs (e.g. in
27501
 
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
27502
 
+# suppresses any "Segmentation fault" message there.  '((' could
27503
 
+# trigger a bug in pdksh 5.2.14.
27504
 
+for as_var in BASH_ENV ENV MAIL MAILPATH
27505
 
+do eval test x\${$as_var+set} = xset \
27506
 
+  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
27507
 
+done
27508
 
 PS1='$ '
27509
 
 PS2='> '
27510
 
 PS4='+ '
27511
 
 
27512
 
 # NLS nuisances.
27513
 
-for as_var in \
27514
 
-  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
27515
 
-  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
27516
 
-  LC_TELEPHONE LC_TIME
27517
 
+LC_ALL=C
27518
 
+export LC_ALL
27519
 
+LANGUAGE=C
27520
 
+export LANGUAGE
27521
 
+
27522
 
+# CDPATH.
27523
 
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
27524
 
+
27525
 
+if test "x$CONFIG_SHELL" = x; then
27526
 
+  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
27527
 
+  emulate sh
27528
 
+  NULLCMD=:
27529
 
+  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
27530
 
+  # is contrary to our usage.  Disable this feature.
27531
 
+  alias -g '\${1+\"\$@\"}'='\"\$@\"'
27532
 
+  setopt NO_GLOB_SUBST
27533
 
+else
27534
 
+  case \`(set -o) 2>/dev/null\` in #(
27535
 
+  *posix*) :
27536
 
+    set -o posix ;; #(
27537
 
+  *) :
27538
 
+     ;;
27539
 
+esac
27540
 
+fi
27541
 
+"
27542
 
+  as_required="as_fn_return () { (exit \$1); }
27543
 
+as_fn_success () { as_fn_return 0; }
27544
 
+as_fn_failure () { as_fn_return 1; }
27545
 
+as_fn_ret_success () { return 0; }
27546
 
+as_fn_ret_failure () { return 1; }
27547
 
+
27548
 
+exitcode=0
27549
 
+as_fn_success || { exitcode=1; echo as_fn_success failed.; }
27550
 
+as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
27551
 
+as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
27552
 
+as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
27553
 
+if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
27554
 
+
27555
 
+else
27556
 
+  exitcode=1; echo positional parameters were not saved.
27557
 
+fi
27558
 
+test x\$exitcode = x0 || exit 1"
27559
 
+  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
27560
 
+  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
27561
 
+  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
27562
 
+  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
27563
 
+  if (eval "$as_required") 2>/dev/null; then :
27564
 
+  as_have_required=yes
27565
 
+else
27566
 
+  as_have_required=no
27567
 
+fi
27568
 
+  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
27569
 
+
27570
 
+else
27571
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27572
 
+as_found=false
27573
 
+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
27574
 
 do
27575
 
-  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
27576
 
-    eval $as_var=C; export $as_var
27577
 
+  IFS=$as_save_IFS
27578
 
+  test -z "$as_dir" && as_dir=.
27579
 
+  as_found=:
27580
 
+  case $as_dir in #(
27581
 
+        /*)
27582
 
+          for as_base in sh bash ksh sh5; do
27583
 
+            # Try only shells that exist, to save several forks.
27584
 
+            as_shell=$as_dir/$as_base
27585
 
+            if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
27586
 
+                   { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
27587
 
+  CONFIG_SHELL=$as_shell as_have_required=yes
27588
 
+                  if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
27589
 
+  break 2
27590
 
+fi
27591
 
+fi
27592
 
+          done;;
27593
 
+       esac
27594
 
+  as_found=false
27595
 
+done
27596
 
+$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
27597
 
+             { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
27598
 
+  CONFIG_SHELL=$SHELL as_have_required=yes
27599
 
+fi; }
27600
 
+IFS=$as_save_IFS
27601
 
+
27602
 
+
27603
 
+      if test "x$CONFIG_SHELL" != x; then :
27604
 
+  # We cannot yet assume a decent shell, so we have to provide a
27605
 
+       # neutralization value for shells without unset; and this also
27606
 
+       # works around shells that cannot unset nonexistent variables.
27607
 
+       BASH_ENV=/dev/null
27608
 
+       ENV=/dev/null
27609
 
+       (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
27610
 
+       export CONFIG_SHELL
27611
 
+       exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
27612
 
+fi
27613
 
+
27614
 
+    if test x$as_have_required = xno; then :
27615
 
+  $as_echo "$0: This script requires a shell more modern than all"
27616
 
+  $as_echo "$0: the shells that I found on your system."
27617
 
+  if test x${ZSH_VERSION+set} = xset ; then
27618
 
+    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
27619
 
+    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
27620
 
   else
27621
 
-    $as_unset $as_var
27622
 
+    $as_echo "$0: Please tell bug-autoconf@gnu.org and bug-gnats@gnu.org
27623
 
+$0: about your system, including any error possibly output
27624
 
+$0: before this message. Then install a modern shell, or
27625
 
+$0: manually run the script under such a shell if you do
27626
 
+$0: have one."
27627
 
   fi
27628
 
-done
27629
 
+  exit 1
27630
 
+fi
27631
 
+fi
27632
 
+fi
27633
 
+SHELL=${CONFIG_SHELL-/bin/sh}
27634
 
+export SHELL
27635
 
+# Unset more variables known to interfere with behavior of common tools.
27636
 
+CLICOLOR_FORCE= GREP_OPTIONS=
27637
 
+unset CLICOLOR_FORCE GREP_OPTIONS
27638
 
+
27639
 
+## --------------------- ##
27640
 
+## M4sh Shell Functions. ##
27641
 
+## --------------------- ##
27642
 
+# as_fn_unset VAR
27643
 
+# ---------------
27644
 
+# Portably unset VAR.
27645
 
+as_fn_unset ()
27646
 
+{
27647
 
+  { eval $1=; unset $1;}
27648
 
+}
27649
 
+as_unset=as_fn_unset
27650
 
+
27651
 
+# as_fn_set_status STATUS
27652
 
+# -----------------------
27653
 
+# Set $? to STATUS, without forking.
27654
 
+as_fn_set_status ()
27655
 
+{
27656
 
+  return $1
27657
 
+} # as_fn_set_status
27658
 
+
27659
 
+# as_fn_exit STATUS
27660
 
+# -----------------
27661
 
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
27662
 
+as_fn_exit ()
27663
 
+{
27664
 
+  set +e
27665
 
+  as_fn_set_status $1
27666
 
+  exit $1
27667
 
+} # as_fn_exit
27668
 
+
27669
 
+# as_fn_mkdir_p
27670
 
+# -------------
27671
 
+# Create "$as_dir" as a directory, including parents if necessary.
27672
 
+as_fn_mkdir_p ()
27673
 
+{
27674
 
+
27675
 
+  case $as_dir in #(
27676
 
+  -*) as_dir=./$as_dir;;
27677
 
+  esac
27678
 
+  test -d "$as_dir" || eval $as_mkdir_p || {
27679
 
+    as_dirs=
27680
 
+    while :; do
27681
 
+      case $as_dir in #(
27682
 
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
27683
 
+      *) as_qdir=$as_dir;;
27684
 
+      esac
27685
 
+      as_dirs="'$as_qdir' $as_dirs"
27686
 
+      as_dir=`$as_dirname -- "$as_dir" ||
27687
 
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27688
 
+        X"$as_dir" : 'X\(//\)[^/]' \| \
27689
 
+        X"$as_dir" : 'X\(//\)$' \| \
27690
 
+        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27691
 
+$as_echo X"$as_dir" |
27692
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27693
 
+           s//\1/
27694
 
+           q
27695
 
+         }
27696
 
+         /^X\(\/\/\)[^/].*/{
27697
 
+           s//\1/
27698
 
+           q
27699
 
+         }
27700
 
+         /^X\(\/\/\)$/{
27701
 
+           s//\1/
27702
 
+           q
27703
 
+         }
27704
 
+         /^X\(\/\).*/{
27705
 
+           s//\1/
27706
 
+           q
27707
 
+         }
27708
 
+         s/.*/./; q'`
27709
 
+      test -d "$as_dir" && break
27710
 
+    done
27711
 
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
27712
 
+  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
27713
 
+
27714
 
+
27715
 
+} # as_fn_mkdir_p
27716
 
+# as_fn_append VAR VALUE
27717
 
+# ----------------------
27718
 
+# Append the text in VALUE to the end of the definition contained in VAR. Take
27719
 
+# advantage of any shell optimizations that allow amortized linear growth over
27720
 
+# repeated appends, instead of the typical quadratic growth present in naive
27721
 
+# implementations.
27722
 
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
27723
 
+  eval 'as_fn_append ()
27724
 
+  {
27725
 
+    eval $1+=\$2
27726
 
+  }'
27727
 
+else
27728
 
+  as_fn_append ()
27729
 
+  {
27730
 
+    eval $1=\$$1\$2
27731
 
+  }
27732
 
+fi # as_fn_append
27733
 
+
27734
 
+# as_fn_arith ARG...
27735
 
+# ------------------
27736
 
+# Perform arithmetic evaluation on the ARGs, and store the result in the
27737
 
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
27738
 
+# must be portable across $(()) and expr.
27739
 
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
27740
 
+  eval 'as_fn_arith ()
27741
 
+  {
27742
 
+    as_val=$(( $* ))
27743
 
+  }'
27744
 
+else
27745
 
+  as_fn_arith ()
27746
 
+  {
27747
 
+    as_val=`expr "$@" || test $? -eq 1`
27748
 
+  }
27749
 
+fi # as_fn_arith
27750
 
+
27751
 
+
27752
 
+# as_fn_error ERROR [LINENO LOG_FD]
27753
 
+# ---------------------------------
27754
 
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
27755
 
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
27756
 
+# script with status $?, using 1 if that was 0.
27757
 
+as_fn_error ()
27758
 
+{
27759
 
+  as_status=$?; test $as_status -eq 0 && as_status=1
27760
 
+  if test "$3"; then
27761
 
+    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
27762
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
27763
 
+  fi
27764
 
+  $as_echo "$as_me: error: $1" >&2
27765
 
+  as_fn_exit $as_status
27766
 
+} # as_fn_error
27767
 
 
27768
 
-# Required to use basename.
27769
 
-if expr a : '\(a\)' >/dev/null 2>&1; then
27770
 
+if expr a : '\(a\)' >/dev/null 2>&1 &&
27771
 
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
27772
 
   as_expr=expr
27773
 
 else
27774
 
   as_expr=false
27775
 
 fi
27776
 
 
27777
 
-if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
27778
 
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27779
 
   as_basename=basename
27780
 
 else
27781
 
   as_basename=false
27782
 
 fi
27783
 
 
27784
 
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27785
 
+  as_dirname=dirname
27786
 
+else
27787
 
+  as_dirname=false
27788
 
+fi
27789
 
 
27790
 
-# Name of the executable.
27791
 
-as_me=`$as_basename "$0" ||
27792
 
+as_me=`$as_basename -- "$0" ||
27793
 
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27794
 
         X"$0" : 'X\(//\)$' \| \
27795
 
-        X"$0" : 'X\(/\)$' \| \
27796
 
-        .     : '\(.\)' 2>/dev/null ||
27797
 
-echo X/"$0" |
27798
 
-    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
27799
 
-         /^X\/\(\/\/\)$/{ s//\1/; q; }
27800
 
-         /^X\/\(\/\).*/{ s//\1/; q; }
27801
 
-         s/.*/./; q'`
27802
 
-
27803
 
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27804
 
+$as_echo X/"$0" |
27805
 
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
27806
 
+           s//\1/
27807
 
+           q
27808
 
+         }
27809
 
+         /^X\/\(\/\/\)$/{
27810
 
+           s//\1/
27811
 
+           q
27812
 
+         }
27813
 
+         /^X\/\(\/\).*/{
27814
 
+           s//\1/
27815
 
+           q
27816
 
+         }
27817
 
+         s/.*/./; q'`
27818
 
 
27819
 
-# PATH needs CR, and LINENO needs CR and PATH.
27820
 
 # Avoid depending upon Character Ranges.
27821
 
 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27822
 
 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27823
 
@@ -85,146 +419,107 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTE
27824
 
 as_cr_digits='0123456789'
27825
 
 as_cr_alnum=$as_cr_Letters$as_cr_digits
27826
 
 
27827
 
-# The user is always right.
27828
 
-if test "${PATH_SEPARATOR+set}" != set; then
27829
 
-  echo "#! /bin/sh" >conf$$.sh
27830
 
-  echo  "exit 0"   >>conf$$.sh
27831
 
-  chmod +x conf$$.sh
27832
 
-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
27833
 
-    PATH_SEPARATOR=';'
27834
 
-  else
27835
 
-    PATH_SEPARATOR=:
27836
 
-  fi
27837
 
-  rm -f conf$$.sh
27838
 
-fi
27839
 
-
27840
 
-
27841
 
-  as_lineno_1=$LINENO
27842
 
-  as_lineno_2=$LINENO
27843
 
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
27844
 
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
27845
 
-  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
27846
 
-  # Find who we are.  Look in the path if we contain no path at all
27847
 
-  # relative or not.
27848
 
-  case $0 in
27849
 
-    *[\\/]* ) as_myself=$0 ;;
27850
 
-    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27851
 
-for as_dir in $PATH
27852
 
-do
27853
 
-  IFS=$as_save_IFS
27854
 
-  test -z "$as_dir" && as_dir=.
27855
 
-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27856
 
-done
27857
 
-
27858
 
-       ;;
27859
 
-  esac
27860
 
-  # We did not find ourselves, most probably we were run as `sh COMMAND'
27861
 
-  # in which case we are not to be found in the path.
27862
 
-  if test "x$as_myself" = x; then
27863
 
-    as_myself=$0
27864
 
-  fi
27865
 
-  if test ! -f "$as_myself"; then
27866
 
-    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
27867
 
-   { (exit 1); exit 1; }; }
27868
 
-  fi
27869
 
-  case $CONFIG_SHELL in
27870
 
-  '')
27871
 
-    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27872
 
-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
27873
 
-do
27874
 
-  IFS=$as_save_IFS
27875
 
-  test -z "$as_dir" && as_dir=.
27876
 
-  for as_base in sh bash ksh sh5; do
27877
 
-        case $as_dir in
27878
 
-        /*)
27879
 
-          if ("$as_dir/$as_base" -c '
27880
 
-  as_lineno_1=$LINENO
27881
 
-  as_lineno_2=$LINENO
27882
 
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
27883
 
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
27884
 
-  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
27885
 
-            $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
27886
 
-            $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
27887
 
-            CONFIG_SHELL=$as_dir/$as_base
27888
 
-            export CONFIG_SHELL
27889
 
-            exec "$CONFIG_SHELL" "$0" ${1+"$@"}
27890
 
-          fi;;
27891
 
-        esac
27892
 
-       done
27893
 
-done
27894
 
-;;
27895
 
-  esac
27896
 
 
27897
 
-  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27898
 
-  # uniformly replaced by the line number.  The first 'sed' inserts a
27899
 
-  # line-number line before each line; the second 'sed' does the real
27900
 
-  # work.  The second script uses 'N' to pair each line-number line
27901
 
-  # with the numbered line, and appends trailing '-' during
27902
 
-  # substitution so that $LINENO is not a special case at line end.
27903
 
-  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27904
 
-  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
27905
 
-  sed '=' <$as_myself |
27906
 
+  as_lineno_1=$LINENO as_lineno_1a=$LINENO
27907
 
+  as_lineno_2=$LINENO as_lineno_2a=$LINENO
27908
 
+  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
27909
 
+  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
27910
 
+  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
27911
 
+  sed -n '
27912
 
+    p
27913
 
+    /[$]LINENO/=
27914
 
+  ' <$as_myself |
27915
 
     sed '
27916
 
+      s/[$]LINENO.*/&-/
27917
 
+      t lineno
27918
 
+      b
27919
 
+      :lineno
27920
 
       N
27921
 
-      s,$,-,
27922
 
-      : loop
27923
 
-      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
27924
 
+      :loop
27925
 
+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27926
 
       t loop
27927
 
-      s,-$,,
27928
 
-      s,^['$as_cr_digits']*\n,,
27929
 
+      s/-\n.*//
27930
 
     ' >$as_me.lineno &&
27931
 
-  chmod +x $as_me.lineno ||
27932
 
-    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27933
 
-   { (exit 1); exit 1; }; }
27934
 
+  chmod +x "$as_me.lineno" ||
27935
 
+    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
27936
 
 
27937
 
   # Don't try to exec as it changes $[0], causing all sort of problems
27938
 
   # (the dirname of $[0] is not the place where we might find the
27939
 
-  # original and so on.  Autoconf is especially sensible to this).
27940
 
-  . ./$as_me.lineno
27941
 
+  # original and so on.  Autoconf is especially sensitive to this).
27942
 
+  . "./$as_me.lineno"
27943
 
   # Exit status is that of the last command.
27944
 
   exit
27945
 
 }
27946
 
 
27947
 
-
27948
 
-case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
27949
 
-  *c*,-n*) ECHO_N= ECHO_C='
27950
 
-' ECHO_T='     ' ;;
27951
 
-  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
27952
 
-  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
27953
 
+ECHO_C= ECHO_N= ECHO_T=
27954
 
+case `echo -n x` in #(((((
27955
 
+-n*)
27956
 
+  case `echo 'xy\c'` in
27957
 
+  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
27958
 
+  xy)  ECHO_C='\c';;
27959
 
+  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
27960
 
+       ECHO_T='        ';;
27961
 
+  esac;;
27962
 
+*)
27963
 
+  ECHO_N='-n';;
27964
 
 esac
27965
 
 
27966
 
-if expr a : '\(a\)' >/dev/null 2>&1; then
27967
 
-  as_expr=expr
27968
 
+rm -f conf$$ conf$$.exe conf$$.file
27969
 
+if test -d conf$$.dir; then
27970
 
+  rm -f conf$$.dir/conf$$.file
27971
 
 else
27972
 
-  as_expr=false
27973
 
+  rm -f conf$$.dir
27974
 
+  mkdir conf$$.dir 2>/dev/null
27975
 
 fi
27976
 
-
27977
 
-rm -f conf$$ conf$$.exe conf$$.file
27978
 
-echo >conf$$.file
27979
 
-if ln -s conf$$.file conf$$ 2>/dev/null; then
27980
 
-  # We could just check for DJGPP; but this test a) works b) is more generic
27981
 
-  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
27982
 
-  if test -f conf$$.exe; then
27983
 
-    # Don't use ln at all; we don't have any links
27984
 
-    as_ln_s='cp -p'
27985
 
-  else
27986
 
+if (echo >conf$$.file) 2>/dev/null; then
27987
 
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
27988
 
     as_ln_s='ln -s'
27989
 
+    # ... but there are two gotchas:
27990
 
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27991
 
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27992
 
+    # In both cases, we have to default to `cp -p'.
27993
 
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27994
 
+      as_ln_s='cp -p'
27995
 
+  elif ln conf$$.file conf$$ 2>/dev/null; then
27996
 
+    as_ln_s=ln
27997
 
+  else
27998
 
+    as_ln_s='cp -p'
27999
 
   fi
28000
 
-elif ln conf$$.file conf$$ 2>/dev/null; then
28001
 
-  as_ln_s=ln
28002
 
 else
28003
 
   as_ln_s='cp -p'
28004
 
 fi
28005
 
-rm -f conf$$ conf$$.exe conf$$.file
28006
 
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28007
 
+rmdir conf$$.dir 2>/dev/null
28008
 
 
28009
 
 if mkdir -p . 2>/dev/null; then
28010
 
-  as_mkdir_p=:
28011
 
+  as_mkdir_p='mkdir -p "$as_dir"'
28012
 
 else
28013
 
   test -d ./-p && rmdir ./-p
28014
 
   as_mkdir_p=false
28015
 
 fi
28016
 
 
28017
 
-as_executable_p="test -f"
28018
 
+if test -x / >/dev/null 2>&1; then
28019
 
+  as_test_x='test -x'
28020
 
+else
28021
 
+  if ls -dL / >/dev/null 2>&1; then
28022
 
+    as_ls_L_option=L
28023
 
+  else
28024
 
+    as_ls_L_option=
28025
 
+  fi
28026
 
+  as_test_x='
28027
 
+    eval sh -c '\''
28028
 
+      if test -d "$1"; then
28029
 
+       test -d "$1/.";
28030
 
+      else
28031
 
+       case $1 in #(
28032
 
+       -*)set "./$1";;
28033
 
+       esac;
28034
 
+       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
28035
 
+       ???[sx]*):;;*)false;;esac;fi
28036
 
+    '\'' sh
28037
 
+  '
28038
 
+fi
28039
 
+as_executable_p=$as_test_x
28040
 
 
28041
 
 # Sed expression to map a string onto a valid CPP name.
28042
 
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28043
 
@@ -233,38 +528,25 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P
28044
 
 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28045
 
 
28046
 
 
28047
 
-# IFS
28048
 
-# We need space, tab and new line, in precisely that order.
28049
 
-as_nl='
28050
 
-'
28051
 
-IFS="  $as_nl"
28052
 
-
28053
 
-# CDPATH.
28054
 
-$as_unset CDPATH
28055
 
-
28056
 
+test -n "$DJDIR" || exec 7<&0 </dev/null
28057
 
+exec 6>&1
28058
 
 
28059
 
 # Name of the host.
28060
 
 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
28061
 
 # so uname gets run too.
28062
 
 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
28063
 
 
28064
 
-exec 6>&1
28065
 
-
28066
 
 #
28067
 
 # Initializations.
28068
 
 #
28069
 
 ac_default_prefix=/usr/local
28070
 
+ac_clean_files=
28071
 
 ac_config_libobj_dir=.
28072
 
+LIBOBJS=
28073
 
 cross_compiling=no
28074
 
 subdirs=
28075
 
 MFLAGS=
28076
 
 MAKEFLAGS=
28077
 
-SHELL=${CONFIG_SHELL-/bin/sh}
28078
 
-
28079
 
-# Maximum number of lines to put in a shell here document.
28080
 
-# This variable seems obsolete.  It should probably be removed, and
28081
 
-# only ac_max_sed_lines should be used.
28082
 
-: ${ac_max_here_lines=38}
28083
 
 
28084
 
 # Identity of this package.
28085
 
 PACKAGE_NAME='send-pr'
28086
 
@@ -272,13 +554,81 @@ PACKAGE_TARNAME='send-pr'
28087
 
 PACKAGE_VERSION='4.1.0'
28088
 
 PACKAGE_STRING='send-pr 4.1.0'
28089
 
 PACKAGE_BUGREPORT='bug-gnats@gnu.org'
28090
 
+PACKAGE_URL=''
28091
 
 
28092
 
-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 INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA DEFAULT_RELEASE DEFAULT_ORGANIZATION DEFAULT_MAIL_AGENT SUBMITTER ECHON EMACS lispdir PASSWD MKTEMP SENDMAIL LIBOBJS LTLIBOBJS'
28093
 
+ac_subst_vars='LTLIBOBJS
28094
 
+LIBOBJS
28095
 
+SENDMAIL
28096
 
+MKTEMP
28097
 
+PASSWD
28098
 
+lispdir
28099
 
+EMACSLOADPATH
28100
 
+EMACS
28101
 
+ECHON
28102
 
+SUBMITTER
28103
 
+DEFAULT_MAIL_AGENT
28104
 
+DEFAULT_ORGANIZATION
28105
 
+DEFAULT_RELEASE
28106
 
+INSTALL_DATA
28107
 
+INSTALL_SCRIPT
28108
 
+INSTALL_PROGRAM
28109
 
+target_alias
28110
 
+host_alias
28111
 
+build_alias
28112
 
+LIBS
28113
 
+ECHO_T
28114
 
+ECHO_N
28115
 
+ECHO_C
28116
 
+DEFS
28117
 
+mandir
28118
 
+localedir
28119
 
+libdir
28120
 
+psdir
28121
 
+pdfdir
28122
 
+dvidir
28123
 
+htmldir
28124
 
+infodir
28125
 
+docdir
28126
 
+oldincludedir
28127
 
+includedir
28128
 
+localstatedir
28129
 
+sharedstatedir
28130
 
+sysconfdir
28131
 
+datadir
28132
 
+datarootdir
28133
 
+libexecdir
28134
 
+sbindir
28135
 
+bindir
28136
 
+program_transform_name
28137
 
+prefix
28138
 
+exec_prefix
28139
 
+PACKAGE_URL
28140
 
+PACKAGE_BUGREPORT
28141
 
+PACKAGE_STRING
28142
 
+PACKAGE_VERSION
28143
 
+PACKAGE_TARNAME
28144
 
+PACKAGE_NAME
28145
 
+PATH_SEPARATOR
28146
 
+SHELL'
28147
 
 ac_subst_files=''
28148
 
+ac_user_opts='
28149
 
+enable_option_checking
28150
 
+with_organization
28151
 
+with_submitter
28152
 
+with_lispdir
28153
 
+'
28154
 
+      ac_precious_vars='build_alias
28155
 
+host_alias
28156
 
+target_alias
28157
 
+EMACS
28158
 
+EMACSLOADPATH'
28159
 
+
28160
 
 
28161
 
 # Initialize some variables set by options.
28162
 
 ac_init_help=
28163
 
 ac_init_version=false
28164
 
+ac_unrecognized_opts=
28165
 
+ac_unrecognized_sep=
28166
 
 # The variables have the same names as the options, with
28167
 
 # dashes changed to underlines.
28168
 
 cache_file=/dev/null
28169
 
@@ -301,34 +651,48 @@ x_libraries=NONE
28170
 
 # and all the variables that are supposed to be based on exec_prefix
28171
 
 # by default will actually change.
28172
 
 # Use braces instead of parens because sh, perl, etc. also accept them.
28173
 
+# (The list follows the same order as the GNU Coding Standards.)
28174
 
 bindir='${exec_prefix}/bin'
28175
 
 sbindir='${exec_prefix}/sbin'
28176
 
 libexecdir='${exec_prefix}/libexec'
28177
 
-datadir='${prefix}/share'
28178
 
+datarootdir='${prefix}/share'
28179
 
+datadir='${datarootdir}'
28180
 
 sysconfdir='${prefix}/etc'
28181
 
 sharedstatedir='${prefix}/com'
28182
 
 localstatedir='${prefix}/var'
28183
 
-libdir='${exec_prefix}/lib'
28184
 
 includedir='${prefix}/include'
28185
 
 oldincludedir='/usr/include'
28186
 
-infodir='${prefix}/info'
28187
 
-mandir='${prefix}/man'
28188
 
+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
28189
 
+infodir='${datarootdir}/info'
28190
 
+htmldir='${docdir}'
28191
 
+dvidir='${docdir}'
28192
 
+pdfdir='${docdir}'
28193
 
+psdir='${docdir}'
28194
 
+libdir='${exec_prefix}/lib'
28195
 
+localedir='${datarootdir}/locale'
28196
 
+mandir='${datarootdir}/man'
28197
 
 
28198
 
 ac_prev=
28199
 
+ac_dashdash=
28200
 
 for ac_option
28201
 
 do
28202
 
   # If the previous option needs an argument, assign it.
28203
 
   if test -n "$ac_prev"; then
28204
 
-    eval "$ac_prev=\$ac_option"
28205
 
+    eval $ac_prev=\$ac_option
28206
 
     ac_prev=
28207
 
     continue
28208
 
   fi
28209
 
 
28210
 
-  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
28211
 
+  case $ac_option in
28212
 
+  *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
28213
 
+  *)   ac_optarg=yes ;;
28214
 
+  esac
28215
 
 
28216
 
   # Accept the important Cygnus configure options, so we can diagnose typos.
28217
 
 
28218
 
-  case $ac_option in
28219
 
+  case $ac_dashdash$ac_option in
28220
 
+  --)
28221
 
+    ac_dashdash=yes ;;
28222
 
 
28223
 
   -bindir | --bindir | --bindi | --bind | --bin | --bi)
28224
 
     ac_prev=bindir ;;
28225
 
@@ -350,33 +714,59 @@ do
28226
 
   --config-cache | -C)
28227
 
     cache_file=config.cache ;;
28228
 
 
28229
 
-  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
28230
 
+  -datadir | --datadir | --datadi | --datad)
28231
 
     ac_prev=datadir ;;
28232
 
-  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
28233
 
-  | --da=*)
28234
 
+  -datadir=* | --datadir=* | --datadi=* | --datad=*)
28235
 
     datadir=$ac_optarg ;;
28236
 
 
28237
 
+  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
28238
 
+  | --dataroo | --dataro | --datar)
28239
 
+    ac_prev=datarootdir ;;
28240
 
+  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
28241
 
+  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
28242
 
+    datarootdir=$ac_optarg ;;
28243
 
+
28244
 
   -disable-* | --disable-*)
28245
 
-    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
28246
 
+    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
28247
 
     # Reject names that are not valid shell variable names.
28248
 
-    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
28249
 
-      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
28250
 
-   { (exit 1); exit 1; }; }
28251
 
-    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
28252
 
-    eval "enable_$ac_feature=no" ;;
28253
 
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
28254
 
+      as_fn_error "invalid feature name: $ac_useropt"
28255
 
+    ac_useropt_orig=$ac_useropt
28256
 
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
28257
 
+    case $ac_user_opts in
28258
 
+      *"
28259
 
+"enable_$ac_useropt"
28260
 
+"*) ;;
28261
 
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
28262
 
+        ac_unrecognized_sep=', ';;
28263
 
+    esac
28264
 
+    eval enable_$ac_useropt=no ;;
28265
 
+
28266
 
+  -docdir | --docdir | --docdi | --doc | --do)
28267
 
+    ac_prev=docdir ;;
28268
 
+  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
28269
 
+    docdir=$ac_optarg ;;
28270
 
+
28271
 
+  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
28272
 
+    ac_prev=dvidir ;;
28273
 
+  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
28274
 
+    dvidir=$ac_optarg ;;
28275
 
 
28276
 
   -enable-* | --enable-*)
28277
 
-    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
28278
 
+    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
28279
 
     # Reject names that are not valid shell variable names.
28280
 
-    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
28281
 
-      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
28282
 
-   { (exit 1); exit 1; }; }
28283
 
-    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
28284
 
-    case $ac_option in
28285
 
-      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
28286
 
-      *) ac_optarg=yes ;;
28287
 
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
28288
 
+      as_fn_error "invalid feature name: $ac_useropt"
28289
 
+    ac_useropt_orig=$ac_useropt
28290
 
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
28291
 
+    case $ac_user_opts in
28292
 
+      *"
28293
 
+"enable_$ac_useropt"
28294
 
+"*) ;;
28295
 
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
28296
 
+        ac_unrecognized_sep=', ';;
28297
 
     esac
28298
 
-    eval "enable_$ac_feature='$ac_optarg'" ;;
28299
 
+    eval enable_$ac_useropt=\$ac_optarg ;;
28300
 
 
28301
 
   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
28302
 
   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
28303
 
@@ -403,6 +793,12 @@ do
28304
 
   -host=* | --host=* | --hos=* | --ho=*)
28305
 
     host_alias=$ac_optarg ;;
28306
 
 
28307
 
+  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
28308
 
+    ac_prev=htmldir ;;
28309
 
+  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
28310
 
+  | --ht=*)
28311
 
+    htmldir=$ac_optarg ;;
28312
 
+
28313
 
   -includedir | --includedir | --includedi | --included | --include \
28314
 
   | --includ | --inclu | --incl | --inc)
28315
 
     ac_prev=includedir ;;
28316
 
@@ -427,13 +823,16 @@ do
28317
 
   | --libexe=* | --libex=* | --libe=*)
28318
 
     libexecdir=$ac_optarg ;;
28319
 
 
28320
 
+  -localedir | --localedir | --localedi | --localed | --locale)
28321
 
+    ac_prev=localedir ;;
28322
 
+  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
28323
 
+    localedir=$ac_optarg ;;
28324
 
+
28325
 
   -localstatedir | --localstatedir | --localstatedi | --localstated \
28326
 
-  | --localstate | --localstat | --localsta | --localst \
28327
 
-  | --locals | --local | --loca | --loc | --lo)
28328
 
+  | --localstate | --localstat | --localsta | --localst | --locals)
28329
 
     ac_prev=localstatedir ;;
28330
 
   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
28331
 
-  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
28332
 
-  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
28333
 
+  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
28334
 
     localstatedir=$ac_optarg ;;
28335
 
 
28336
 
   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
28337
 
@@ -498,6 +897,16 @@ do
28338
 
   | --progr-tra=* | --program-tr=* | --program-t=*)
28339
 
     program_transform_name=$ac_optarg ;;
28340
 
 
28341
 
+  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
28342
 
+    ac_prev=pdfdir ;;
28343
 
+  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
28344
 
+    pdfdir=$ac_optarg ;;
28345
 
+
28346
 
+  -psdir | --psdir | --psdi | --psd | --ps)
28347
 
+    ac_prev=psdir ;;
28348
 
+  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
28349
 
+    psdir=$ac_optarg ;;
28350
 
+
28351
 
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28352
 
   | -silent | --silent | --silen | --sile | --sil)
28353
 
     silent=yes ;;
28354
 
@@ -548,26 +957,36 @@ do
28355
 
     ac_init_version=: ;;
28356
 
 
28357
 
   -with-* | --with-*)
28358
 
-    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
28359
 
+    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
28360
 
     # Reject names that are not valid shell variable names.
28361
 
-    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
28362
 
-      { echo "$as_me: error: invalid package name: $ac_package" >&2
28363
 
-   { (exit 1); exit 1; }; }
28364
 
-    ac_package=`echo $ac_package| sed 's/-/_/g'`
28365
 
-    case $ac_option in
28366
 
-      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
28367
 
-      *) ac_optarg=yes ;;
28368
 
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
28369
 
+      as_fn_error "invalid package name: $ac_useropt"
28370
 
+    ac_useropt_orig=$ac_useropt
28371
 
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
28372
 
+    case $ac_user_opts in
28373
 
+      *"
28374
 
+"with_$ac_useropt"
28375
 
+"*) ;;
28376
 
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
28377
 
+        ac_unrecognized_sep=', ';;
28378
 
     esac
28379
 
-    eval "with_$ac_package='$ac_optarg'" ;;
28380
 
+    eval with_$ac_useropt=\$ac_optarg ;;
28381
 
 
28382
 
   -without-* | --without-*)
28383
 
-    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
28384
 
+    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
28385
 
     # Reject names that are not valid shell variable names.
28386
 
-    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
28387
 
-      { echo "$as_me: error: invalid package name: $ac_package" >&2
28388
 
-   { (exit 1); exit 1; }; }
28389
 
-    ac_package=`echo $ac_package | sed 's/-/_/g'`
28390
 
-    eval "with_$ac_package=no" ;;
28391
 
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
28392
 
+      as_fn_error "invalid package name: $ac_useropt"
28393
 
+    ac_useropt_orig=$ac_useropt
28394
 
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
28395
 
+    case $ac_user_opts in
28396
 
+      *"
28397
 
+"with_$ac_useropt"
28398
 
+"*) ;;
28399
 
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
28400
 
+        ac_unrecognized_sep=', ';;
28401
 
+    esac
28402
 
+    eval with_$ac_useropt=no ;;
28403
 
 
28404
 
   --x)
28405
 
     # Obsolete; use --with-x.
28406
 
@@ -587,26 +1006,25 @@ do
28407
 
   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
28408
 
     x_libraries=$ac_optarg ;;
28409
 
 
28410
 
-  -*) { echo "$as_me: error: unrecognized option: $ac_option
28411
 
-Try \`$0 --help' for more information." >&2
28412
 
-   { (exit 1); exit 1; }; }
28413
 
+  -*) as_fn_error "unrecognized option: \`$ac_option'
28414
 
+Try \`$0 --help' for more information."
28415
 
     ;;
28416
 
 
28417
 
   *=*)
28418
 
     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
28419
 
     # Reject names that are not valid shell variable names.
28420
 
-    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
28421
 
-      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
28422
 
-   { (exit 1); exit 1; }; }
28423
 
-    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
28424
 
-    eval "$ac_envvar='$ac_optarg'"
28425
 
+    case $ac_envvar in #(
28426
 
+      '' | [0-9]* | *[!_$as_cr_alnum]* )
28427
 
+      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
28428
 
+    esac
28429
 
+    eval $ac_envvar=\$ac_optarg
28430
 
     export $ac_envvar ;;
28431
 
 
28432
 
   *)
28433
 
     # FIXME: should be removed in autoconf 3.0.
28434
 
-    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
28435
 
+    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
28436
 
     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
28437
 
-      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
28438
 
+      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
28439
 
     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
28440
 
     ;;
28441
 
 
28442
 
@@ -615,31 +1033,36 @@ done
28443
 
 
28444
 
 if test -n "$ac_prev"; then
28445
 
   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
28446
 
-  { echo "$as_me: error: missing argument to $ac_option" >&2
28447
 
-   { (exit 1); exit 1; }; }
28448
 
+  as_fn_error "missing argument to $ac_option"
28449
 
 fi
28450
 
 
28451
 
-# Be sure to have absolute paths.
28452
 
-for ac_var in exec_prefix prefix
28453
 
-do
28454
 
-  eval ac_val=$`echo $ac_var`
28455
 
-  case $ac_val in
28456
 
-    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
28457
 
-    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
28458
 
-   { (exit 1); exit 1; }; };;
28459
 
+if test -n "$ac_unrecognized_opts"; then
28460
 
+  case $enable_option_checking in
28461
 
+    no) ;;
28462
 
+    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
28463
 
+    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
28464
 
   esac
28465
 
-done
28466
 
+fi
28467
 
 
28468
 
-# Be sure to have absolute paths.
28469
 
-for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
28470
 
-             localstatedir libdir includedir oldincludedir infodir mandir
28471
 
+# Check all directory arguments for consistency.
28472
 
+for ac_var in  exec_prefix prefix bindir sbindir libexecdir datarootdir \
28473
 
+               datadir sysconfdir sharedstatedir localstatedir includedir \
28474
 
+               oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
28475
 
+               libdir localedir mandir
28476
 
 do
28477
 
-  eval ac_val=$`echo $ac_var`
28478
 
+  eval ac_val=\$$ac_var
28479
 
+  # Remove trailing slashes.
28480
 
+  case $ac_val in
28481
 
+    */ )
28482
 
+      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
28483
 
+      eval $ac_var=\$ac_val;;
28484
 
+  esac
28485
 
+  # Be sure to have absolute directory names.
28486
 
   case $ac_val in
28487
 
-    [\\/$]* | ?:[\\/]* ) ;;
28488
 
-    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
28489
 
-   { (exit 1); exit 1; }; };;
28490
 
+    [\\/$]* | ?:[\\/]* )  continue;;
28491
 
+    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
28492
 
   esac
28493
 
+  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
28494
 
 done
28495
 
 
28496
 
 # There might be people who depend on the old broken behavior: `$host'
28497
 
@@ -653,7 +1076,7 @@ target=$target_alias
28498
 
 if test "x$host_alias" != x; then
28499
 
   if test "x$build_alias" = x; then
28500
 
     cross_compiling=maybe
28501
 
-    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
28502
 
+    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
28503
 
     If a cross compiler is detected then cross compile mode will be used." >&2
28504
 
   elif test "x$build_alias" != "x$host_alias"; then
28505
 
     cross_compiling=yes
28506
 
@@ -666,54 +1089,72 @@ test -n "$host_alias" && ac_tool_prefix=
28507
 
 test "$silent" = yes && exec 6>/dev/null
28508
 
 
28509
 
 
28510
 
+ac_pwd=`pwd` && test -n "$ac_pwd" &&
28511
 
+ac_ls_di=`ls -di .` &&
28512
 
+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
28513
 
+  as_fn_error "working directory cannot be determined"
28514
 
+test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
28515
 
+  as_fn_error "pwd does not report name of working directory"
28516
 
+
28517
 
+
28518
 
 # Find the source files, if location was not specified.
28519
 
 if test -z "$srcdir"; then
28520
 
   ac_srcdir_defaulted=yes
28521
 
-  # Try the directory containing this script, then its parent.
28522
 
-  ac_confdir=`(dirname "$0") 2>/dev/null ||
28523
 
-$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28524
 
-        X"$0" : 'X\(//\)[^/]' \| \
28525
 
-        X"$0" : 'X\(//\)$' \| \
28526
 
-        X"$0" : 'X\(/\)' \| \
28527
 
-        .     : '\(.\)' 2>/dev/null ||
28528
 
-echo X"$0" |
28529
 
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
28530
 
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
28531
 
-         /^X\(\/\/\)$/{ s//\1/; q; }
28532
 
-         /^X\(\/\).*/{ s//\1/; q; }
28533
 
-         s/.*/./; q'`
28534
 
+  # Try the directory containing this script, then the parent directory.
28535
 
+  ac_confdir=`$as_dirname -- "$as_myself" ||
28536
 
+$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28537
 
+        X"$as_myself" : 'X\(//\)[^/]' \| \
28538
 
+        X"$as_myself" : 'X\(//\)$' \| \
28539
 
+        X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
28540
 
+$as_echo X"$as_myself" |
28541
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28542
 
+           s//\1/
28543
 
+           q
28544
 
+         }
28545
 
+         /^X\(\/\/\)[^/].*/{
28546
 
+           s//\1/
28547
 
+           q
28548
 
+         }
28549
 
+         /^X\(\/\/\)$/{
28550
 
+           s//\1/
28551
 
+           q
28552
 
+         }
28553
 
+         /^X\(\/\).*/{
28554
 
+           s//\1/
28555
 
+           q
28556
 
+         }
28557
 
+         s/.*/./; q'`
28558
 
   srcdir=$ac_confdir
28559
 
-  if test ! -r $srcdir/$ac_unique_file; then
28560
 
+  if test ! -r "$srcdir/$ac_unique_file"; then
28561
 
     srcdir=..
28562
 
   fi
28563
 
 else
28564
 
   ac_srcdir_defaulted=no
28565
 
 fi
28566
 
-if test ! -r $srcdir/$ac_unique_file; then
28567
 
-  if test "$ac_srcdir_defaulted" = yes; then
28568
 
-    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
28569
 
-   { (exit 1); exit 1; }; }
28570
 
-  else
28571
 
-    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
28572
 
-   { (exit 1); exit 1; }; }
28573
 
-  fi
28574
 
-fi
28575
 
-(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
28576
 
-  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
28577
 
-   { (exit 1); exit 1; }; }
28578
 
-srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
28579
 
-ac_env_build_alias_set=${build_alias+set}
28580
 
-ac_env_build_alias_value=$build_alias
28581
 
-ac_cv_env_build_alias_set=${build_alias+set}
28582
 
-ac_cv_env_build_alias_value=$build_alias
28583
 
-ac_env_host_alias_set=${host_alias+set}
28584
 
-ac_env_host_alias_value=$host_alias
28585
 
-ac_cv_env_host_alias_set=${host_alias+set}
28586
 
-ac_cv_env_host_alias_value=$host_alias
28587
 
-ac_env_target_alias_set=${target_alias+set}
28588
 
-ac_env_target_alias_value=$target_alias
28589
 
-ac_cv_env_target_alias_set=${target_alias+set}
28590
 
-ac_cv_env_target_alias_value=$target_alias
28591
 
+if test ! -r "$srcdir/$ac_unique_file"; then
28592
 
+  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
28593
 
+  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
28594
 
+fi
28595
 
+ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
28596
 
+ac_abs_confdir=`(
28597
 
+       cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
28598
 
+       pwd)`
28599
 
+# When building in place, set srcdir=.
28600
 
+if test "$ac_abs_confdir" = "$ac_pwd"; then
28601
 
+  srcdir=.
28602
 
+fi
28603
 
+# Remove unnecessary trailing slashes from srcdir.
28604
 
+# Double slashes in file names in object file debugging info
28605
 
+# mess up M-x gdb in Emacs.
28606
 
+case $srcdir in
28607
 
+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
28608
 
+esac
28609
 
+for ac_var in $ac_precious_vars; do
28610
 
+  eval ac_env_${ac_var}_set=\${${ac_var}+set}
28611
 
+  eval ac_env_${ac_var}_value=\$${ac_var}
28612
 
+  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
28613
 
+  eval ac_cv_env_${ac_var}_value=\$${ac_var}
28614
 
+done
28615
 
 
28616
 
 #
28617
 
 # Report the --help message.
28618
 
@@ -742,14 +1183,11 @@ Configuration:
28619
 
   -n, --no-create         do not create output files
28620
 
       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
28621
 
 
28622
 
-_ACEOF
28623
 
-
28624
 
-  cat <<_ACEOF
28625
 
 Installation directories:
28626
 
   --prefix=PREFIX         install architecture-independent files in PREFIX
28627
 
-                         [$ac_default_prefix]
28628
 
+                          [$ac_default_prefix]
28629
 
   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
28630
 
-                         [PREFIX]
28631
 
+                          [PREFIX]
28632
 
 
28633
 
 By default, \`make install' will install all the files in
28634
 
 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
28635
 
@@ -759,18 +1197,25 @@ for instance \`--prefix=\$HOME'.
28636
 
 For better control, use the options below.
28637
 
 
28638
 
 Fine tuning of the installation directories:
28639
 
-  --bindir=DIR           user executables [EPREFIX/bin]
28640
 
-  --sbindir=DIR          system admin executables [EPREFIX/sbin]
28641
 
-  --libexecdir=DIR       program executables [EPREFIX/libexec]
28642
 
-  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
28643
 
-  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
28644
 
-  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
28645
 
-  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
28646
 
-  --libdir=DIR           object code libraries [EPREFIX/lib]
28647
 
-  --includedir=DIR       C header files [PREFIX/include]
28648
 
-  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
28649
 
-  --infodir=DIR          info documentation [PREFIX/info]
28650
 
-  --mandir=DIR           man documentation [PREFIX/man]
28651
 
+  --bindir=DIR            user executables [EPREFIX/bin]
28652
 
+  --sbindir=DIR           system admin executables [EPREFIX/sbin]
28653
 
+  --libexecdir=DIR        program executables [EPREFIX/libexec]
28654
 
+  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
28655
 
+  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
28656
 
+  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
28657
 
+  --libdir=DIR            object code libraries [EPREFIX/lib]
28658
 
+  --includedir=DIR        C header files [PREFIX/include]
28659
 
+  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
28660
 
+  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
28661
 
+  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
28662
 
+  --infodir=DIR           info documentation [DATAROOTDIR/info]
28663
 
+  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
28664
 
+  --mandir=DIR            man documentation [DATAROOTDIR/man]
28665
 
+  --docdir=DIR            documentation root [DATAROOTDIR/doc/send-pr]
28666
 
+  --htmldir=DIR           html documentation [DOCDIR]
28667
 
+  --dvidir=DIR            dvi documentation [DOCDIR]
28668
 
+  --pdfdir=DIR            pdf documentation [DOCDIR]
28669
 
+  --psdir=DIR             ps documentation [DOCDIR]
28670
 
 _ACEOF
28671
 
 
28672
 
   cat <<\_ACEOF
28673
 
@@ -788,123 +1233,103 @@ Optional Packages:
28674
 
   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
28675
 
   --with-organization=name     Sets the default organization to NAME
28676
 
   --with-submitter=name        Sets the default submitter to NAME
28677
 
+  --with-lispdir          override the default lisp directory
28678
 
+
28679
 
+Some influential environment variables:
28680
 
+  EMACS       the Emacs editor command
28681
 
+  EMACSLOADPATH
28682
 
+              the Emacs library search path
28683
 
+
28684
 
+Use these variables to override the choices made by `configure' or to help
28685
 
+it to find libraries and programs with nonstandard names/locations.
28686
 
 
28687
 
 Report bugs to <bug-gnats@gnu.org>.
28688
 
 _ACEOF
28689
 
+ac_status=$?
28690
 
 fi
28691
 
 
28692
 
 if test "$ac_init_help" = "recursive"; then
28693
 
   # If there are subdirs, report their specific --help.
28694
 
-  ac_popdir=`pwd`
28695
 
   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
28696
 
-    test -d $ac_dir || continue
28697
 
+    test -d "$ac_dir" ||
28698
 
+      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
28699
 
+      continue
28700
 
     ac_builddir=.
28701
 
 
28702
 
-if test "$ac_dir" != .; then
28703
 
-  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
28704
 
-  # A "../" for each directory in $ac_dir_suffix.
28705
 
-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
28706
 
-else
28707
 
-  ac_dir_suffix= ac_top_builddir=
28708
 
-fi
28709
 
+case "$ac_dir" in
28710
 
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
28711
 
+*)
28712
 
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
28713
 
+  # A ".." for each directory in $ac_dir_suffix.
28714
 
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
28715
 
+  case $ac_top_builddir_sub in
28716
 
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
28717
 
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
28718
 
+  esac ;;
28719
 
+esac
28720
 
+ac_abs_top_builddir=$ac_pwd
28721
 
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
28722
 
+# for backward compatibility:
28723
 
+ac_top_builddir=$ac_top_build_prefix
28724
 
 
28725
 
 case $srcdir in
28726
 
-  .)  # No --srcdir option.  We are building in place.
28727
 
+  .)  # We are building in place.
28728
 
     ac_srcdir=.
28729
 
-    if test -z "$ac_top_builddir"; then
28730
 
-       ac_top_srcdir=.
28731
 
-    else
28732
 
-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
28733
 
-    fi ;;
28734
 
-  [\\/]* | ?:[\\/]* )  # Absolute path.
28735
 
+    ac_top_srcdir=$ac_top_builddir_sub
28736
 
+    ac_abs_top_srcdir=$ac_pwd ;;
28737
 
+  [\\/]* | ?:[\\/]* )  # Absolute name.
28738
 
     ac_srcdir=$srcdir$ac_dir_suffix;
28739
 
-    ac_top_srcdir=$srcdir ;;
28740
 
-  *) # Relative path.
28741
 
-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
28742
 
-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
28743
 
-esac
28744
 
-
28745
 
-# Do not use `cd foo && pwd` to compute absolute paths, because
28746
 
-# the directories may not exist.
28747
 
-case `pwd` in
28748
 
-.) ac_abs_builddir="$ac_dir";;
28749
 
-*)
28750
 
-  case "$ac_dir" in
28751
 
-  .) ac_abs_builddir=`pwd`;;
28752
 
-  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
28753
 
-  *) ac_abs_builddir=`pwd`/"$ac_dir";;
28754
 
-  esac;;
28755
 
-esac
28756
 
-case $ac_abs_builddir in
28757
 
-.) ac_abs_top_builddir=${ac_top_builddir}.;;
28758
 
-*)
28759
 
-  case ${ac_top_builddir}. in
28760
 
-  .) ac_abs_top_builddir=$ac_abs_builddir;;
28761
 
-  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
28762
 
-  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
28763
 
-  esac;;
28764
 
-esac
28765
 
-case $ac_abs_builddir in
28766
 
-.) ac_abs_srcdir=$ac_srcdir;;
28767
 
-*)
28768
 
-  case $ac_srcdir in
28769
 
-  .) ac_abs_srcdir=$ac_abs_builddir;;
28770
 
-  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
28771
 
-  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
28772
 
-  esac;;
28773
 
-esac
28774
 
-case $ac_abs_builddir in
28775
 
-.) ac_abs_top_srcdir=$ac_top_srcdir;;
28776
 
-*)
28777
 
-  case $ac_top_srcdir in
28778
 
-  .) ac_abs_top_srcdir=$ac_abs_builddir;;
28779
 
-  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
28780
 
-  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
28781
 
-  esac;;
28782
 
+    ac_top_srcdir=$srcdir
28783
 
+    ac_abs_top_srcdir=$srcdir ;;
28784
 
+  *) # Relative name.
28785
 
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
28786
 
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
28787
 
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
28788
 
 esac
28789
 
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
28790
 
 
28791
 
-    cd $ac_dir
28792
 
-    # Check for guested configure; otherwise get Cygnus style configure.
28793
 
-    if test -f $ac_srcdir/configure.gnu; then
28794
 
-      echo
28795
 
-      $SHELL $ac_srcdir/configure.gnu  --help=recursive
28796
 
-    elif test -f $ac_srcdir/configure; then
28797
 
-      echo
28798
 
-      $SHELL $ac_srcdir/configure  --help=recursive
28799
 
-    elif test -f $ac_srcdir/configure.ac ||
28800
 
-          test -f $ac_srcdir/configure.in; then
28801
 
-      echo
28802
 
-      $ac_configure --help
28803
 
+    cd "$ac_dir" || { ac_status=$?; continue; }
28804
 
+    # Check for guested configure.
28805
 
+    if test -f "$ac_srcdir/configure.gnu"; then
28806
 
+      echo &&
28807
 
+      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
28808
 
+    elif test -f "$ac_srcdir/configure"; then
28809
 
+      echo &&
28810
 
+      $SHELL "$ac_srcdir/configure" --help=recursive
28811
 
     else
28812
 
-      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
28813
 
-    fi
28814
 
-    cd "$ac_popdir"
28815
 
+      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
28816
 
+    fi || ac_status=$?
28817
 
+    cd "$ac_pwd" || { ac_status=$?; break; }
28818
 
   done
28819
 
 fi
28820
 
 
28821
 
-test -n "$ac_init_help" && exit 0
28822
 
+test -n "$ac_init_help" && exit $ac_status
28823
 
 if $ac_init_version; then
28824
 
   cat <<\_ACEOF
28825
 
 send-pr configure 4.1.0
28826
 
-generated by GNU Autoconf 2.59
28827
 
+generated by GNU Autoconf 2.65
28828
 
 
28829
 
-Copyright (C) 2003 Free Software Foundation, Inc.
28830
 
+Copyright (C) 2009 Free Software Foundation, Inc.
28831
 
 This configure script is free software; the Free Software Foundation
28832
 
 gives unlimited permission to copy, distribute and modify it.
28833
 
 _ACEOF
28834
 
-  exit 0
28835
 
+  exit
28836
 
 fi
28837
 
-exec 5>config.log
28838
 
-cat >&5 <<_ACEOF
28839
 
+
28840
 
+## ------------------------ ##
28841
 
+## Autoconf initialization. ##
28842
 
+## ------------------------ ##
28843
 
+cat >config.log <<_ACEOF
28844
 
 This file contains any messages produced by compilers while
28845
 
 running configure, to aid debugging if configure makes a mistake.
28846
 
 
28847
 
 It was created by send-pr $as_me 4.1.0, which was
28848
 
-generated by GNU Autoconf 2.59.  Invocation command line was
28849
 
+generated by GNU Autoconf 2.65.  Invocation command line was
28850
 
 
28851
 
   $ $0 $@
28852
 
 
28853
 
 _ACEOF
28854
 
+exec 5>>config.log
28855
 
 {
28856
 
 cat <<_ASUNAME
28857
 
 ## --------- ##
28858
 
@@ -923,7 +1348,7 @@ uname -v = `(uname -v) 2>/dev/null || ec
28859
 
 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
28860
 
 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
28861
 
 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
28862
 
-hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
28863
 
+/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
28864
 
 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
28865
 
 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
28866
 
 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
28867
 
@@ -935,8 +1360,9 @@ for as_dir in $PATH
28868
 
 do
28869
 
   IFS=$as_save_IFS
28870
 
   test -z "$as_dir" && as_dir=.
28871
 
-  echo "PATH: $as_dir"
28872
 
-done
28873
 
+    $as_echo "PATH: $as_dir"
28874
 
+  done
28875
 
+IFS=$as_save_IFS
28876
 
 
28877
 
 } >&5
28878
 
 
28879
 
@@ -958,7 +1384,6 @@ _ACEOF
28880
 
 ac_configure_args=
28881
 
 ac_configure_args0=
28882
 
 ac_configure_args1=
28883
 
-ac_sep=
28884
 
 ac_must_keep_next=false
28885
 
 for ac_pass in 1 2
28886
 
 do
28887
 
@@ -969,13 +1394,13 @@ do
28888
 
     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28889
 
     | -silent | --silent | --silen | --sile | --sil)
28890
 
       continue ;;
28891
 
-    *" "*|*"   "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
28892
 
-      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
28893
 
+    *\'*)
28894
 
+      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
28895
 
     esac
28896
 
     case $ac_pass in
28897
 
-    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
28898
 
+    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
28899
 
     2)
28900
 
-      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
28901
 
+      as_fn_append ac_configure_args1 " '$ac_arg'"
28902
 
       if test $ac_must_keep_next = true; then
28903
 
        ac_must_keep_next=false # Got value, back to normal.
28904
 
       else
28905
 
@@ -991,21 +1416,19 @@ do
28906
 
          -* ) ac_must_keep_next=true ;;
28907
 
        esac
28908
 
       fi
28909
 
-      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
28910
 
-      # Get rid of the leading space.
28911
 
-      ac_sep=" "
28912
 
+      as_fn_append ac_configure_args " '$ac_arg'"
28913
 
       ;;
28914
 
     esac
28915
 
   done
28916
 
 done
28917
 
-$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
28918
 
-$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
28919
 
+{ ac_configure_args0=; unset ac_configure_args0;}
28920
 
+{ ac_configure_args1=; unset ac_configure_args1;}
28921
 
 
28922
 
 # When interrupted or exit'd, cleanup temporary files, and complete
28923
 
 # config.log.  We remove comments because anyway the quotes in there
28924
 
 # would cause problems or look ugly.
28925
 
-# WARNING: Be sure not to use single quotes in there, as some shells,
28926
 
-# such as our DU 5.0 friend, will then `close' the trap.
28927
 
+# WARNING: Use '\'' to represent an apostrophe within the trap.
28928
 
+# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
28929
 
 trap 'exit_status=$?
28930
 
   # Save into config.log some information that might help in debugging.
28931
 
   {
28932
 
@@ -1018,20 +1441,35 @@ trap 'exit_status=$?
28933
 
 _ASBOX
28934
 
     echo
28935
 
     # The following way of writing the cache mishandles newlines in values,
28936
 
-{
28937
 
+(
28938
 
+  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
28939
 
+    eval ac_val=\$$ac_var
28940
 
+    case $ac_val in #(
28941
 
+    *${as_nl}*)
28942
 
+      case $ac_var in #(
28943
 
+      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
28944
 
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28945
 
+      esac
28946
 
+      case $ac_var in #(
28947
 
+      _ | IFS | as_nl) ;; #(
28948
 
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28949
 
+      *) { eval $ac_var=; unset $ac_var;} ;;
28950
 
+      esac ;;
28951
 
+    esac
28952
 
+  done
28953
 
   (set) 2>&1 |
28954
 
-    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
28955
 
-    *ac_space=\ *)
28956
 
+    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
28957
 
+    *${as_nl}ac_space=\ *)
28958
 
       sed -n \
28959
 
-       "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
28960
 
-         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
28961
 
-      ;;
28962
 
+       "s/'\''/'\''\\\\'\'''\''/g;
28963
 
+         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
28964
 
+      ;; #(
28965
 
     *)
28966
 
-      sed -n \
28967
 
-       "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
28968
 
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28969
 
       ;;
28970
 
-    esac;
28971
 
-}
28972
 
+    esac |
28973
 
+    sort
28974
 
+)
28975
 
     echo
28976
 
 
28977
 
     cat <<\_ASBOX
28978
 
@@ -1042,22 +1480,28 @@ _ASBOX
28979
 
     echo
28980
 
     for ac_var in $ac_subst_vars
28981
 
     do
28982
 
-      eval ac_val=$`echo $ac_var`
28983
 
-      echo "$ac_var='"'"'$ac_val'"'"'"
28984
 
+      eval ac_val=\$$ac_var
28985
 
+      case $ac_val in
28986
 
+      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
28987
 
+      esac
28988
 
+      $as_echo "$ac_var='\''$ac_val'\''"
28989
 
     done | sort
28990
 
     echo
28991
 
 
28992
 
     if test -n "$ac_subst_files"; then
28993
 
       cat <<\_ASBOX
28994
 
-## ------------- ##
28995
 
-## Output files. ##
28996
 
-## ------------- ##
28997
 
+## ------------------- ##
28998
 
+## File substitutions. ##
28999
 
+## ------------------- ##
29000
 
 _ASBOX
29001
 
       echo
29002
 
       for ac_var in $ac_subst_files
29003
 
       do
29004
 
-       eval ac_val=$`echo $ac_var`
29005
 
-       echo "$ac_var='"'"'$ac_val'"'"'"
29006
 
+       eval ac_val=\$$ac_var
29007
 
+       case $ac_val in
29008
 
+       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
29009
 
+       esac
29010
 
+       $as_echo "$ac_var='\''$ac_val'\''"
29011
 
       done | sort
29012
 
       echo
29013
 
     fi
29014
 
@@ -1069,26 +1513,26 @@ _ASBOX
29015
 
 ## ----------- ##
29016
 
 _ASBOX
29017
 
       echo
29018
 
-      sed "/^$/d" confdefs.h | sort
29019
 
+      cat confdefs.h
29020
 
       echo
29021
 
     fi
29022
 
     test "$ac_signal" != 0 &&
29023
 
-      echo "$as_me: caught signal $ac_signal"
29024
 
-    echo "$as_me: exit $exit_status"
29025
 
+      $as_echo "$as_me: caught signal $ac_signal"
29026
 
+    $as_echo "$as_me: exit $exit_status"
29027
 
   } >&5
29028
 
-  rm -f core *.core &&
29029
 
-  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
29030
 
+  rm -f core *.core core.conftest.* &&
29031
 
+    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
29032
 
     exit $exit_status
29033
 
-     ' 0
29034
 
+' 0
29035
 
 for ac_signal in 1 2 13 15; do
29036
 
-  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
29037
 
+  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
29038
 
 done
29039
 
 ac_signal=0
29040
 
 
29041
 
 # confdefs.h avoids OS command line length limits that DEFS can exceed.
29042
 
-rm -rf conftest* confdefs.h
29043
 
-# AIX cpp loses on an empty file, so make sure it contains at least a newline.
29044
 
-echo >confdefs.h
29045
 
+rm -f -r conftest* confdefs.h
29046
 
+
29047
 
+$as_echo "/* confdefs.h */" > confdefs.h
29048
 
 
29049
 
 # Predefined preprocessor variables.
29050
 
 
29051
 
@@ -1096,112 +1540,128 @@ cat >>confdefs.h <<_ACEOF
29052
 
 #define PACKAGE_NAME "$PACKAGE_NAME"
29053
 
 _ACEOF
29054
 
 
29055
 
-
29056
 
 cat >>confdefs.h <<_ACEOF
29057
 
 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
29058
 
 _ACEOF
29059
 
 
29060
 
-
29061
 
 cat >>confdefs.h <<_ACEOF
29062
 
 #define PACKAGE_VERSION "$PACKAGE_VERSION"
29063
 
 _ACEOF
29064
 
 
29065
 
-
29066
 
 cat >>confdefs.h <<_ACEOF
29067
 
 #define PACKAGE_STRING "$PACKAGE_STRING"
29068
 
 _ACEOF
29069
 
 
29070
 
-
29071
 
 cat >>confdefs.h <<_ACEOF
29072
 
 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
29073
 
 _ACEOF
29074
 
 
29075
 
+cat >>confdefs.h <<_ACEOF
29076
 
+#define PACKAGE_URL "$PACKAGE_URL"
29077
 
+_ACEOF
29078
 
+
29079
 
 
29080
 
 # Let the site file select an alternate cache file if it wants to.
29081
 
-# Prefer explicitly selected file to automatically selected ones.
29082
 
-if test -z "$CONFIG_SITE"; then
29083
 
-  if test "x$prefix" != xNONE; then
29084
 
-    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
29085
 
-  else
29086
 
-    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
29087
 
-  fi
29088
 
+# Prefer an explicitly selected file to automatically selected ones.
29089
 
+ac_site_file1=NONE
29090
 
+ac_site_file2=NONE
29091
 
+if test -n "$CONFIG_SITE"; then
29092
 
+  ac_site_file1=$CONFIG_SITE
29093
 
+elif test "x$prefix" != xNONE; then
29094
 
+  ac_site_file1=$prefix/share/config.site
29095
 
+  ac_site_file2=$prefix/etc/config.site
29096
 
+else
29097
 
+  ac_site_file1=$ac_default_prefix/share/config.site
29098
 
+  ac_site_file2=$ac_default_prefix/etc/config.site
29099
 
 fi
29100
 
-for ac_site_file in $CONFIG_SITE; do
29101
 
-  if test -r "$ac_site_file"; then
29102
 
-    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
29103
 
-echo "$as_me: loading site script $ac_site_file" >&6;}
29104
 
+for ac_site_file in "$ac_site_file1" "$ac_site_file2"
29105
 
+do
29106
 
+  test "x$ac_site_file" = xNONE && continue
29107
 
+  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
29108
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
29109
 
+$as_echo "$as_me: loading site script $ac_site_file" >&6;}
29110
 
     sed 's/^/| /' "$ac_site_file" >&5
29111
 
     . "$ac_site_file"
29112
 
   fi
29113
 
 done
29114
 
 
29115
 
 if test -r "$cache_file"; then
29116
 
-  # Some versions of bash will fail to source /dev/null (special
29117
 
-  # files actually), so we avoid doing that.
29118
 
-  if test -f "$cache_file"; then
29119
 
-    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
29120
 
-echo "$as_me: loading cache $cache_file" >&6;}
29121
 
+  # Some versions of bash will fail to source /dev/null (special files
29122
 
+  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
29123
 
+  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
29124
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
29125
 
+$as_echo "$as_me: loading cache $cache_file" >&6;}
29126
 
     case $cache_file in
29127
 
-      [\\/]* | ?:[\\/]* ) . $cache_file;;
29128
 
-      *)                      . ./$cache_file;;
29129
 
+      [\\/]* | ?:[\\/]* ) . "$cache_file";;
29130
 
+      *)                      . "./$cache_file";;
29131
 
     esac
29132
 
   fi
29133
 
 else
29134
 
-  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
29135
 
-echo "$as_me: creating cache $cache_file" >&6;}
29136
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
29137
 
+$as_echo "$as_me: creating cache $cache_file" >&6;}
29138
 
   >$cache_file
29139
 
 fi
29140
 
 
29141
 
 # Check that the precious variables saved in the cache have kept the same
29142
 
 # value.
29143
 
 ac_cache_corrupted=false
29144
 
-for ac_var in `(set) 2>&1 |
29145
 
-              sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
29146
 
+for ac_var in $ac_precious_vars; do
29147
 
   eval ac_old_set=\$ac_cv_env_${ac_var}_set
29148
 
   eval ac_new_set=\$ac_env_${ac_var}_set
29149
 
-  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
29150
 
-  eval ac_new_val="\$ac_env_${ac_var}_value"
29151
 
+  eval ac_old_val=\$ac_cv_env_${ac_var}_value
29152
 
+  eval ac_new_val=\$ac_env_${ac_var}_value
29153
 
   case $ac_old_set,$ac_new_set in
29154
 
     set,)
29155
 
-      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
29156
 
-echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
29157
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
29158
 
+$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
29159
 
       ac_cache_corrupted=: ;;
29160
 
     ,set)
29161
 
-      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
29162
 
-echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
29163
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
29164
 
+$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
29165
 
       ac_cache_corrupted=: ;;
29166
 
     ,);;
29167
 
     *)
29168
 
       if test "x$ac_old_val" != "x$ac_new_val"; then
29169
 
-       { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
29170
 
-echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
29171
 
-       { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
29172
 
-echo "$as_me:   former value:  $ac_old_val" >&2;}
29173
 
-       { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
29174
 
-echo "$as_me:   current value: $ac_new_val" >&2;}
29175
 
-       ac_cache_corrupted=:
29176
 
+       # differences in whitespace do not lead to failure.
29177
 
+       ac_old_val_w=`echo x $ac_old_val`
29178
 
+       ac_new_val_w=`echo x $ac_new_val`
29179
 
+       if test "$ac_old_val_w" != "$ac_new_val_w"; then
29180
 
+         { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
29181
 
+$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
29182
 
+         ac_cache_corrupted=:
29183
 
+       else
29184
 
+         { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
29185
 
+$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
29186
 
+         eval $ac_var=\$ac_old_val
29187
 
+       fi
29188
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
29189
 
+$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
29190
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
29191
 
+$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
29192
 
       fi;;
29193
 
   esac
29194
 
   # Pass precious variables to config.status.
29195
 
   if test "$ac_new_set" = set; then
29196
 
     case $ac_new_val in
29197
 
-    *" "*|*"   "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
29198
 
-      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
29199
 
+    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
29200
 
     *) ac_arg=$ac_var=$ac_new_val ;;
29201
 
     esac
29202
 
     case " $ac_configure_args " in
29203
 
       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
29204
 
-      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
29205
 
+      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
29206
 
     esac
29207
 
   fi
29208
 
 done
29209
 
 if $ac_cache_corrupted; then
29210
 
-  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
29211
 
-echo "$as_me: error: changes in the environment can compromise the build" >&2;}
29212
 
-  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
29213
 
-echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
29214
 
-   { (exit 1); exit 1; }; }
29215
 
-fi
29216
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
29217
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
29218
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
29219
 
+$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
29220
 
+  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
29221
 
+fi
29222
 
+## -------------------- ##
29223
 
+## Main body of script. ##
29224
 
+## -------------------- ##
29225
 
 
29226
 
 ac_ext=c
29227
 
 ac_cpp='$CPP $CPPFLAGS'
29228
 
@@ -1212,68 +1672,41 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
29229
 
 
29230
 
 
29231
 
 
29232
 
+# Check whether --with-organization was given.
29233
 
+if test "${with_organization+set}" = set; then :
29234
 
+  withval=$with_organization;
29235
 
+fi
29236
 
 
29237
 
 
29238
 
+# Check whether --with-submitter was given.
29239
 
+if test "${with_submitter+set}" = set; then :
29240
 
+  withval=$with_submitter;
29241
 
+fi
29242
 
 
29243
 
 
29244
 
+ac_aux_dir=
29245
 
+for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
29246
 
+  for ac_t in install-sh install.sh shtool; do
29247
 
+    if test -f "$ac_dir/$ac_t"; then
29248
 
+      ac_aux_dir=$ac_dir
29249
 
+      ac_install_sh="$ac_aux_dir/$ac_t -c"
29250
 
+      break 2
29251
 
+    fi
29252
 
+  done
29253
 
+done
29254
 
+if test -z "$ac_aux_dir"; then
29255
 
+  as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
29256
 
+fi
29257
 
 
29258
 
+# These three variables are undocumented and unsupported,
29259
 
+# and are intended to be withdrawn in a future Autoconf release.
29260
 
+# They can cause serious problems if a builder's source tree is in a directory
29261
 
+# whose full name contains unusual characters.
29262
 
+ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
29263
 
+ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
29264
 
+ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
29265
 
 
29266
 
 
29267
 
-
29268
 
-
29269
 
-
29270
 
-
29271
 
-
29272
 
-
29273
 
-
29274
 
-
29275
 
-
29276
 
-
29277
 
-
29278
 
-
29279
 
-
29280
 
-
29281
 
-
29282
 
-
29283
 
-
29284
 
-
29285
 
-# Check whether --with-organization or --without-organization was given.
29286
 
-if test "${with_organization+set}" = set; then
29287
 
-  withval="$with_organization"
29288
 
-
29289
 
-fi;
29290
 
-
29291
 
-# Check whether --with-submitter or --without-submitter was given.
29292
 
-if test "${with_submitter+set}" = set; then
29293
 
-  withval="$with_submitter"
29294
 
-
29295
 
-fi;
29296
 
-
29297
 
-ac_aux_dir=
29298
 
-for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
29299
 
-  if test -f $ac_dir/install-sh; then
29300
 
-    ac_aux_dir=$ac_dir
29301
 
-    ac_install_sh="$ac_aux_dir/install-sh -c"
29302
 
-    break
29303
 
-  elif test -f $ac_dir/install.sh; then
29304
 
-    ac_aux_dir=$ac_dir
29305
 
-    ac_install_sh="$ac_aux_dir/install.sh -c"
29306
 
-    break
29307
 
-  elif test -f $ac_dir/shtool; then
29308
 
-    ac_aux_dir=$ac_dir
29309
 
-    ac_install_sh="$ac_aux_dir/shtool install -c"
29310
 
-    break
29311
 
-  fi
29312
 
-done
29313
 
-if test -z "$ac_aux_dir"; then
29314
 
-  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
29315
 
-echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
29316
 
-   { (exit 1); exit 1; }; }
29317
 
-fi
29318
 
-ac_config_guess="$SHELL $ac_aux_dir/config.guess"
29319
 
-ac_config_sub="$SHELL $ac_aux_dir/config.sub"
29320
 
-ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
29321
 
-
29322
 
 # Find a good install program.  We prefer a C program (faster),
29323
 
 # so one script is as good as another.  But avoid the broken or
29324
 
 # incompatible versions:
29325
 
@@ -1287,22 +1720,23 @@ ac_configure="$SHELL $ac_aux_dir/configu
29326
 
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
29327
 
 # OS/2's system install, which has a completely different semantic
29328
 
 # ./install, which can be erroneously created by make from ./install.sh.
29329
 
-echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
29330
 
-echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
29331
 
+# Reject install programs that cannot install multiple files.
29332
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
29333
 
+$as_echo_n "checking for a BSD-compatible install... " >&6; }
29334
 
 if test -z "$INSTALL"; then
29335
 
-if test "${ac_cv_path_install+set}" = set; then
29336
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
29337
 
+if test "${ac_cv_path_install+set}" = set; then :
29338
 
+  $as_echo_n "(cached) " >&6
29339
 
 else
29340
 
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29341
 
 for as_dir in $PATH
29342
 
 do
29343
 
   IFS=$as_save_IFS
29344
 
   test -z "$as_dir" && as_dir=.
29345
 
-  # Account for people who put trailing slashes in PATH elements.
29346
 
-case $as_dir/ in
29347
 
-  ./ | .// | /cC/* | \
29348
 
+    # Account for people who put trailing slashes in PATH elements.
29349
 
+case $as_dir/ in #((
29350
 
+  ./ | .// | /[cC]/* | \
29351
 
   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
29352
 
-  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
29353
 
+  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
29354
 
   /usr/ucb/* ) ;;
29355
 
   *)
29356
 
     # OSF1 and SCO ODT 3.0 have their own names for install.
29357
 
@@ -1310,7 +1744,7 @@ case $as_dir/ in
29358
 
     # by default.
29359
 
     for ac_prog in ginstall scoinst install; do
29360
 
       for ac_exec_ext in '' $ac_executable_extensions; do
29361
 
-       if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
29362
 
+       if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
29363
 
          if test $ac_prog = install &&
29364
 
            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
29365
 
            # AIX install.  It has an incompatible calling convention.
29366
 
@@ -1320,30 +1754,43 @@ case $as_dir/ in
29367
 
            # program-specific install script used by HP pwplus--don't use.
29368
 
            :
29369
 
          else
29370
 
-           ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
29371
 
-           break 3
29372
 
+           rm -rf conftest.one conftest.two conftest.dir
29373
 
+           echo one > conftest.one
29374
 
+           echo two > conftest.two
29375
 
+           mkdir conftest.dir
29376
 
+           if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
29377
 
+             test -s conftest.one && test -s conftest.two &&
29378
 
+             test -s conftest.dir/conftest.one &&
29379
 
+             test -s conftest.dir/conftest.two
29380
 
+           then
29381
 
+             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
29382
 
+             break 3
29383
 
+           fi
29384
 
          fi
29385
 
        fi
29386
 
       done
29387
 
     done
29388
 
     ;;
29389
 
 esac
29390
 
-done
29391
 
 
29392
 
+  done
29393
 
+IFS=$as_save_IFS
29394
 
+
29395
 
+rm -rf conftest.one conftest.two conftest.dir
29396
 
 
29397
 
 fi
29398
 
   if test "${ac_cv_path_install+set}" = set; then
29399
 
     INSTALL=$ac_cv_path_install
29400
 
   else
29401
 
-    # As a last resort, use the slow shell script.  We don't cache a
29402
 
-    # path for INSTALL within a source directory, because that will
29403
 
+    # As a last resort, use the slow shell script.  Don't cache a
29404
 
+    # value for INSTALL within a source directory, because that will
29405
 
     # break other packages using the cache if that directory is
29406
 
-    # removed, or if the path is relative.
29407
 
+    # removed, or if the value is a relative name.
29408
 
     INSTALL=$ac_install_sh
29409
 
   fi
29410
 
 fi
29411
 
-echo "$as_me:$LINENO: result: $INSTALL" >&5
29412
 
-echo "${ECHO_T}$INSTALL" >&6
29413
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
29414
 
+$as_echo "$INSTALL" >&6; }
29415
 
 
29416
 
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
29417
 
 # It thinks the first close brace ends the variable substitution.
29418
 
@@ -1355,79 +1802,100 @@ test -z "$INSTALL_DATA" && INSTALL_DATA=
29419
 
 
29420
 
 
29421
 
 
29422
 
-# If set to t, that means we are running in a shell under Emacs.
29423
 
-  # If you have an Emacs named "t", then use the full path.
29424
 
-  test "$EMACS" = t && EMACS=
29425
 
-  for ac_prog in emacs xemacs
29426
 
+ # If set to t, that means we are running in a shell under Emacs.
29427
 
+ # If you have an Emacs named "t", then use the full path.
29428
 
+ test x"$EMACS" = xt && EMACS=
29429
 
+ for ac_prog in emacs xemacs
29430
 
 do
29431
 
   # Extract the first word of "$ac_prog", so it can be a program name with args.
29432
 
 set dummy $ac_prog; ac_word=$2
29433
 
-echo "$as_me:$LINENO: checking for $ac_word" >&5
29434
 
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
29435
 
-if test "${ac_cv_path_EMACS+set}" = set; then
29436
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
29437
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
29438
 
+$as_echo_n "checking for $ac_word... " >&6; }
29439
 
+if test "${ac_cv_prog_EMACS+set}" = set; then :
29440
 
+  $as_echo_n "(cached) " >&6
29441
 
 else
29442
 
-  case $EMACS in
29443
 
-  [\\/]* | ?:[\\/]*)
29444
 
-  ac_cv_path_EMACS="$EMACS" # Let the user override the test with a path.
29445
 
-  ;;
29446
 
-  *)
29447
 
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29448
 
+  if test -n "$EMACS"; then
29449
 
+  ac_cv_prog_EMACS="$EMACS" # Let the user override the test.
29450
 
+else
29451
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29452
 
 for as_dir in $PATH
29453
 
 do
29454
 
   IFS=$as_save_IFS
29455
 
   test -z "$as_dir" && as_dir=.
29456
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
29457
 
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
29458
 
-    ac_cv_path_EMACS="$as_dir/$ac_word$ac_exec_ext"
29459
 
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29460
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
29461
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
29462
 
+    ac_cv_prog_EMACS="$ac_prog"
29463
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
29464
 
     break 2
29465
 
   fi
29466
 
 done
29467
 
-done
29468
 
+  done
29469
 
+IFS=$as_save_IFS
29470
 
 
29471
 
-  ;;
29472
 
-esac
29473
 
 fi
29474
 
-EMACS=$ac_cv_path_EMACS
29475
 
-
29476
 
+fi
29477
 
+EMACS=$ac_cv_prog_EMACS
29478
 
 if test -n "$EMACS"; then
29479
 
-  echo "$as_me:$LINENO: result: $EMACS" >&5
29480
 
-echo "${ECHO_T}$EMACS" >&6
29481
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EMACS" >&5
29482
 
+$as_echo "$EMACS" >&6; }
29483
 
 else
29484
 
-  echo "$as_me:$LINENO: result: no" >&5
29485
 
-echo "${ECHO_T}no" >&6
29486
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29487
 
+$as_echo "no" >&6; }
29488
 
 fi
29489
 
 
29490
 
+
29491
 
   test -n "$EMACS" && break
29492
 
 done
29493
 
 test -n "$EMACS" || EMACS="no"
29494
 
 
29495
 
-  if test $EMACS != "no"; then
29496
 
-    echo "$as_me:$LINENO: checking where .elc files should go" >&5
29497
 
-echo $ECHO_N "checking where .elc files should go... $ECHO_C" >&6
29498
 
-        lispdir="\$(datadir)/emacs/site-lisp"
29499
 
-    emacs_flavor=`echo "$EMACS" | sed -e 's,^.*/,,'`
29500
 
-    if test "x$prefix" = "xNONE"; then
29501
 
-      if test -d $ac_default_prefix/share/$emacs_flavor/site-lisp; then
29502
 
-       lispdir="\$(prefix)/share/$emacs_flavor/site-lisp"
29503
 
-      else
29504
 
-       if test -d $ac_default_prefix/lib/$emacs_flavor/site-lisp; then
29505
 
-         lispdir="\$(prefix)/lib/$emacs_flavor/site-lisp"
29506
 
-       fi
29507
 
-      fi
29508
 
-    else
29509
 
-      if test -d $prefix/share/$emacs_flavor/site-lisp; then
29510
 
-       lispdir="\$(prefix)/share/$emacs_flavor/site-lisp"
29511
 
-      else
29512
 
-       if test -d $prefix/lib/$emacs_flavor/site-lisp; then
29513
 
-         lispdir="\$(prefix)/lib/$emacs_flavor/site-lisp"
29514
 
-       fi
29515
 
-      fi
29516
 
-    fi
29517
 
-    echo "$as_me:$LINENO: result: $lispdir" >&5
29518
 
-echo "${ECHO_T}$lispdir" >&6
29519
 
-  fi
29520
 
+
29521
 
+
29522
 
+
29523
 
+# Check whether --with-lispdir was given.
29524
 
+if test "${with_lispdir+set}" = set; then :
29525
 
+  withval=$with_lispdir;  lispdir="$withval"
29526
 
+   { $as_echo "$as_me:${as_lineno-$LINENO}: checking where .elc files should go" >&5
29527
 
+$as_echo_n "checking where .elc files should go... " >&6; }
29528
 
+   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lispdir" >&5
29529
 
+$as_echo "$lispdir" >&6; }
29530
 
+else
29531
 
+
29532
 
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking where .elc files should go" >&5
29533
 
+$as_echo_n "checking where .elc files should go... " >&6; }
29534
 
+if test "${am_cv_lispdir+set}" = set; then :
29535
 
+  $as_echo_n "(cached) " >&6
29536
 
+else
29537
 
+
29538
 
+   if test $EMACS != "no"; then
29539
 
+     if test x${lispdir+set} != xset; then
29540
 
+  # If $EMACS isn't GNU Emacs or XEmacs, this can blow up pretty badly
29541
 
+  # Some emacsen will start up in interactive mode, requiring C-x C-c to exit,
29542
 
+  #  which is non-obvious for non-emacs users.
29543
 
+  # Redirecting /dev/null should help a bit; pity we can't detect "broken"
29544
 
+  #  emacsen earlier and avoid running this altogether.
29545
 
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: \$EMACS -batch -q -eval '(while load-path (princ (concat (car load-path) \"\\n\")) (setq load-path (cdr load-path)))' </dev/null >conftest.out"; } >&5
29546
 
+  ($EMACS -batch -q -eval '(while load-path (princ (concat (car load-path) "\n")) (setq load-path (cdr load-path)))' </dev/null >conftest.out) 2>&5
29547
 
+  ac_status=$?
29548
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29549
 
+  test $ac_status = 0; }
29550
 
+       am_cv_lispdir=`sed -n \
29551
 
+       -e 's,/$,,' \
29552
 
+       -e '/.*\/lib\/x*emacs\/site-lisp$/{s,.*/lib/\(x*emacs/site-lisp\)$,${libdir}/\1,;p;q;}' \
29553
 
+       -e '/.*\/share\/x*emacs\/site-lisp$/{s,.*/share/\(x*emacs/site-lisp\),${datarootdir}/\1,;p;q;}' \
29554
 
+       conftest.out`
29555
 
+       rm conftest.out
29556
 
+     fi
29557
 
+   fi
29558
 
+   test -z "$am_cv_lispdir" && am_cv_lispdir='${datadir}/emacs/site-lisp'
29559
 
+
29560
 
+fi
29561
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_lispdir" >&5
29562
 
+$as_echo "$am_cv_lispdir" >&6; }
29563
 
+  lispdir="$am_cv_lispdir"
29564
 
+
29565
 
+fi
29566
 
+
29567
 
+
29568
 
 
29569
 
 
29570
 
 echo checking for echo -n
29571
 
@@ -1456,10 +1924,10 @@ test -n "$verbose" && echo "    setting PAS
29572
 
 
29573
 
 # Extract the first word of "mktemp", so it can be a program name with args.
29574
 
 set dummy mktemp; ac_word=$2
29575
 
-echo "$as_me:$LINENO: checking for $ac_word" >&5
29576
 
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
29577
 
-if test "${ac_cv_prog_MKTEMP+set}" = set; then
29578
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
29579
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
29580
 
+$as_echo_n "checking for $ac_word... " >&6; }
29581
 
+if test "${ac_cv_prog_MKTEMP+set}" = set; then :
29582
 
+  $as_echo_n "(cached) " >&6
29583
 
 else
29584
 
   if test -n "$MKTEMP"; then
29585
 
   ac_cv_prog_MKTEMP="$MKTEMP" # Let the user override the test.
29586
 
@@ -1469,51 +1937,53 @@ for as_dir in $PATH
29587
 
 do
29588
 
   IFS=$as_save_IFS
29589
 
   test -z "$as_dir" && as_dir=.
29590
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
29591
 
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
29592
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
29593
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
29594
 
     ac_cv_prog_MKTEMP="yes"
29595
 
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29596
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
29597
 
     break 2
29598
 
   fi
29599
 
 done
29600
 
-done
29601
 
+  done
29602
 
+IFS=$as_save_IFS
29603
 
 
29604
 
   test -z "$ac_cv_prog_MKTEMP" && ac_cv_prog_MKTEMP="no"
29605
 
 fi
29606
 
 fi
29607
 
 MKTEMP=$ac_cv_prog_MKTEMP
29608
 
 if test -n "$MKTEMP"; then
29609
 
-  echo "$as_me:$LINENO: result: $MKTEMP" >&5
29610
 
-echo "${ECHO_T}$MKTEMP" >&6
29611
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKTEMP" >&5
29612
 
+$as_echo "$MKTEMP" >&6; }
29613
 
 else
29614
 
-  echo "$as_me:$LINENO: result: no" >&5
29615
 
-echo "${ECHO_T}no" >&6
29616
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29617
 
+$as_echo "no" >&6; }
29618
 
 fi
29619
 
 
29620
 
 
29621
 
+
29622
 
 SUBMITTER=unknown
29623
 
 DEFAULT_ORGANIZATION=unknown
29624
 
 
29625
 
-echo "$as_me:$LINENO: checking for --with-submitter" >&5
29626
 
-echo $ECHO_N "checking for --with-submitter... $ECHO_C" >&6
29627
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-submitter" >&5
29628
 
+$as_echo_n "checking for --with-submitter... " >&6; }
29629
 
 if test -n "$with_submitter" ; then
29630
 
-    echo "$as_me:$LINENO: result: $with_submitter" >&5
29631
 
-echo "${ECHO_T}$with_submitter" >&6
29632
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_submitter" >&5
29633
 
+$as_echo "$with_submitter" >&6; }
29634
 
     SUBMITTER="$with_submitter"
29635
 
 else
29636
 
-    echo "$as_me:$LINENO: result: default to unknown" >&5
29637
 
-echo "${ECHO_T}default to unknown" >&6
29638
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: default to unknown" >&5
29639
 
+$as_echo "default to unknown" >&6; }
29640
 
 fi
29641
 
 
29642
 
-echo "$as_me:$LINENO: checking for --with-organization" >&5
29643
 
-echo $ECHO_N "checking for --with-organization... $ECHO_C" >&6
29644
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-organization" >&5
29645
 
+$as_echo_n "checking for --with-organization... " >&6; }
29646
 
 if test -n "$with_organization" ; then
29647
 
-    echo "$as_me:$LINENO: result: $with_organization" >&5
29648
 
-echo "${ECHO_T}$with_organization" >&6
29649
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_organization" >&5
29650
 
+$as_echo "$with_organization" >&6; }
29651
 
     DEFAULT_ORGANIZATION="$with_organization"
29652
 
 else
29653
 
-    echo "$as_me:$LINENO: result: default to unknown" >&5
29654
 
-echo "${ECHO_T}default to unknown" >&6
29655
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: default to unknown" >&5
29656
 
+$as_echo "default to unknown" >&6; }
29657
 
 
29658
 
 fi
29659
 
 
29660
 
@@ -1527,10 +1997,10 @@ fi
29661
 
 DEFAULT_MAIL_AGENT=false
29662
 
 # Extract the first word of "sendmail", so it can be a program name with args.
29663
 
 set dummy sendmail; ac_word=$2
29664
 
-echo "$as_me:$LINENO: checking for $ac_word" >&5
29665
 
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
29666
 
-if test "${ac_cv_path_SENDMAIL+set}" = set; then
29667
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
29668
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
29669
 
+$as_echo_n "checking for $ac_word... " >&6; }
29670
 
+if test "${ac_cv_path_SENDMAIL+set}" = set; then :
29671
 
+  $as_echo_n "(cached) " >&6
29672
 
 else
29673
 
   case $SENDMAIL in
29674
 
   [\\/]* | ?:[\\/]*)
29675
 
@@ -1543,28 +2013,29 @@ for as_dir in $as_dummy
29676
 
 do
29677
 
   IFS=$as_save_IFS
29678
 
   test -z "$as_dir" && as_dir=.
29679
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
29680
 
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
29681
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
29682
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
29683
 
     ac_cv_path_SENDMAIL="$as_dir/$ac_word$ac_exec_ext"
29684
 
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29685
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
29686
 
     break 2
29687
 
   fi
29688
 
 done
29689
 
-done
29690
 
+  done
29691
 
+IFS=$as_save_IFS
29692
 
 
29693
 
   ;;
29694
 
 esac
29695
 
 fi
29696
 
 SENDMAIL=$ac_cv_path_SENDMAIL
29697
 
-
29698
 
 if test -n "$SENDMAIL"; then
29699
 
-  echo "$as_me:$LINENO: result: $SENDMAIL" >&5
29700
 
-echo "${ECHO_T}$SENDMAIL" >&6
29701
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SENDMAIL" >&5
29702
 
+$as_echo "$SENDMAIL" >&6; }
29703
 
 else
29704
 
-  echo "$as_me:$LINENO: result: no" >&5
29705
 
-echo "${ECHO_T}no" >&6
29706
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29707
 
+$as_echo "no" >&6; }
29708
 
 fi
29709
 
 
29710
 
+
29711
 
 if test -n "$SENDMAIL" ; then
29712
 
   DEFAULT_MAIL_AGENT="$SENDMAIL -oi -t"
29713
 
 else
29714
 
@@ -1587,7 +2058,7 @@ if test -n "$verbose"; then
29715
 
        echo "  setting DEFAULT_MAIL_AGENT to $DEFAULT_MAIL_AGENT"
29716
 
 fi
29717
 
 
29718
 
-                              ac_config_files="$ac_config_files Makefile:Makefile.in install-sid:install-sid.sh send-pr:send-pr.sh"
29719
 
+ac_config_files="$ac_config_files Makefile:Makefile.in install-sid:install-sid.sh send-pr:send-pr.sh"
29720
 
 
29721
 
 cat >confcache <<\_ACEOF
29722
 
 # This file is a shell script that caches the results of configure
29723
 
@@ -1607,39 +2078,59 @@ _ACEOF
29724
 
 
29725
 
 # The following way of writing the cache mishandles newlines in values,
29726
 
 # but we know of no workaround that is simple, portable, and efficient.
29727
 
-# So, don't put newlines in cache variables' values.
29728
 
+# So, we kill variables containing newlines.
29729
 
 # Ultrix sh set writes to stderr and can't be redirected directly,
29730
 
 # and sets the high bit in the cache file unless we assign to the vars.
29731
 
-{
29732
 
+(
29733
 
+  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
29734
 
+    eval ac_val=\$$ac_var
29735
 
+    case $ac_val in #(
29736
 
+    *${as_nl}*)
29737
 
+      case $ac_var in #(
29738
 
+      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
29739
 
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
29740
 
+      esac
29741
 
+      case $ac_var in #(
29742
 
+      _ | IFS | as_nl) ;; #(
29743
 
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
29744
 
+      *) { eval $ac_var=; unset $ac_var;} ;;
29745
 
+      esac ;;
29746
 
+    esac
29747
 
+  done
29748
 
+
29749
 
   (set) 2>&1 |
29750
 
-    case `(ac_space=' '; set | grep ac_space) 2>&1` in
29751
 
-    *ac_space=\ *)
29752
 
-      # `set' does not quote correctly, so add quotes (double-quote
29753
 
-      # substitution turns \\\\ into \\, and sed turns \\ into \).
29754
 
+    case $as_nl`(ac_space=' '; set) 2>&1` in #(
29755
 
+    *${as_nl}ac_space=\ *)
29756
 
+      # `set' does not quote correctly, so add quotes: double-quote
29757
 
+      # substitution turns \\\\ into \\, and sed turns \\ into \.
29758
 
       sed -n \
29759
 
        "s/'/'\\\\''/g;
29760
 
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
29761
 
-      ;;
29762
 
+      ;; #(
29763
 
     *)
29764
 
       # `set' quotes correctly as required by POSIX, so do not add quotes.
29765
 
-      sed -n \
29766
 
-       "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
29767
 
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
29768
 
       ;;
29769
 
-    esac;
29770
 
-} |
29771
 
+    esac |
29772
 
+    sort
29773
 
+) |
29774
 
   sed '
29775
 
+     /^ac_cv_env_/b end
29776
 
      t clear
29777
 
-     : clear
29778
 
+     :clear
29779
 
      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
29780
 
      t end
29781
 
-     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
29782
 
-     : end' >>confcache
29783
 
-if diff $cache_file confcache >/dev/null 2>&1; then :; else
29784
 
-  if test -w $cache_file; then
29785
 
-    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
29786
 
+     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
29787
 
+     :end' >>confcache
29788
 
+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
29789
 
+  if test -w "$cache_file"; then
29790
 
+    test "x$cache_file" != "x/dev/null" &&
29791
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
29792
 
+$as_echo "$as_me: updating cache $cache_file" >&6;}
29793
 
     cat confcache >$cache_file
29794
 
   else
29795
 
-    echo "not updating unwritable cache $cache_file"
29796
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
29797
 
+$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
29798
 
   fi
29799
 
 fi
29800
 
 rm -f confcache
29801
 
@@ -1648,63 +2139,54 @@ test "x$prefix" = xNONE && prefix=$ac_de
29802
 
 # Let make expand exec_prefix.
29803
 
 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
29804
 
 
29805
 
-# VPATH may cause trouble with some makes, so we remove $(srcdir),
29806
 
-# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29807
 
-# trailing colons and then remove the whole line if VPATH becomes empty
29808
 
-# (actually we leave an empty line to preserve line numbers).
29809
 
-if test "x$srcdir" = x.; then
29810
 
-  ac_vpsub='/^[         ]*VPATH[        ]*=/{
29811
 
-s/:*\$(srcdir):*/:/;
29812
 
-s/:*\${srcdir}:*/:/;
29813
 
-s/:*@srcdir@:*/:/;
29814
 
-s/^\([^=]*=[    ]*\):*/\1/;
29815
 
-s/:*$//;
29816
 
-s/^[^=]*=[      ]*$//;
29817
 
-}'
29818
 
-fi
29819
 
-
29820
 
 # Transform confdefs.h into DEFS.
29821
 
 # Protect against shell expansion while executing Makefile rules.
29822
 
 # Protect against Makefile macro expansion.
29823
 
 #
29824
 
 # If the first sed substitution is executed (which looks for macros that
29825
 
-# take arguments), then we branch to the quote section.  Otherwise,
29826
 
+# take arguments), then branch to the quote section.  Otherwise,
29827
 
 # look for a macro that doesn't take arguments.
29828
 
-cat >confdef2opt.sed <<\_ACEOF
29829
 
+ac_script='
29830
 
+:mline
29831
 
+/\\$/{
29832
 
+ N
29833
 
+ s,\\\n,,
29834
 
+ b mline
29835
 
+}
29836
 
 t clear
29837
 
-: clear
29838
 
-s,^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
29839
 
+:clear
29840
 
+s/^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
29841
 
 t quote
29842
 
-s,^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
29843
 
+s/^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
29844
 
 t quote
29845
 
-d
29846
 
-: quote
29847
 
-s,[     `~#$^&*(){}\\|;'"<>?],\\&,g
29848
 
-s,\[,\\&,g
29849
 
-s,\],\\&,g
29850
 
-s,\$,$$,g
29851
 
-p
29852
 
-_ACEOF
29853
 
-# We use echo to avoid assuming a particular line-breaking character.
29854
 
-# The extra dot is to prevent the shell from consuming trailing
29855
 
-# line-breaks from the sub-command output.  A line-break within
29856
 
-# single-quotes doesn't work because, if this script is created in a
29857
 
-# platform that uses two characters for line-breaks (e.g., DOS), tr
29858
 
-# would break.
29859
 
-ac_LF_and_DOT=`echo; echo .`
29860
 
-DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
29861
 
-rm -f confdef2opt.sed
29862
 
+b any
29863
 
+:quote
29864
 
+s/[     `~#$^&*(){}\\|;'\''"<>?]/\\&/g
29865
 
+s/\[/\\&/g
29866
 
+s/\]/\\&/g
29867
 
+s/\$/$$/g
29868
 
+H
29869
 
+:any
29870
 
+${
29871
 
+       g
29872
 
+       s/^\n//
29873
 
+       s/\n/ /g
29874
 
+       p
29875
 
+}
29876
 
+'
29877
 
+DEFS=`sed -n "$ac_script" confdefs.h`
29878
 
 
29879
 
 
29880
 
 ac_libobjs=
29881
 
 ac_ltlibobjs=
29882
 
 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
29883
 
   # 1. Remove the extension, and $U if already installed.
29884
 
-  ac_i=`echo "$ac_i" |
29885
 
-        sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
29886
 
-  # 2. Add them.
29887
 
-  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
29888
 
-  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
29889
 
+  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
29890
 
+  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
29891
 
+  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
29892
 
+  #    will be set to the directory where LIBOBJS objects are built.
29893
 
+  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
29894
 
+  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
29895
 
 done
29896
 
 LIBOBJS=$ac_libobjs
29897
 
 
29898
 
@@ -1713,11 +2195,13 @@ LTLIBOBJS=$ac_ltlibobjs
29899
 
 
29900
 
 
29901
 
 : ${CONFIG_STATUS=./config.status}
29902
 
+ac_write_fail=0
29903
 
 ac_clean_files_save=$ac_clean_files
29904
 
 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
29905
 
-{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
29906
 
-echo "$as_me: creating $CONFIG_STATUS" >&6;}
29907
 
-cat >$CONFIG_STATUS <<_ACEOF
29908
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
29909
 
+$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
29910
 
+as_write_fail=0
29911
 
+cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
29912
 
 #! $SHELL
29913
 
 # Generated by $as_me.
29914
 
 # Run this file to recreate the current configuration.
29915
 
@@ -1727,81 +2211,252 @@ cat >$CONFIG_STATUS <<_ACEOF
29916
 
 debug=false
29917
 
 ac_cs_recheck=false
29918
 
 ac_cs_silent=false
29919
 
-SHELL=\${CONFIG_SHELL-$SHELL}
29920
 
-_ACEOF
29921
 
 
29922
 
-cat >>$CONFIG_STATUS <<\_ACEOF
29923
 
-## --------------------- ##
29924
 
-## M4sh Initialization.  ##
29925
 
-## --------------------- ##
29926
 
+SHELL=\${CONFIG_SHELL-$SHELL}
29927
 
+export SHELL
29928
 
+_ASEOF
29929
 
+cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
29930
 
+## -------------------- ##
29931
 
+## M4sh Initialization. ##
29932
 
+## -------------------- ##
29933
 
 
29934
 
-# Be Bourne compatible
29935
 
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
29936
 
+# Be more Bourne compatible
29937
 
+DUALCASE=1; export DUALCASE # for MKS sh
29938
 
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
29939
 
   emulate sh
29940
 
   NULLCMD=:
29941
 
-  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
29942
 
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
29943
 
   # is contrary to our usage.  Disable this feature.
29944
 
   alias -g '${1+"$@"}'='"$@"'
29945
 
-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
29946
 
-  set -o posix
29947
 
+  setopt NO_GLOB_SUBST
29948
 
+else
29949
 
+  case `(set -o) 2>/dev/null` in #(
29950
 
+  *posix*) :
29951
 
+    set -o posix ;; #(
29952
 
+  *) :
29953
 
+     ;;
29954
 
+esac
29955
 
 fi
29956
 
-DUALCASE=1; export DUALCASE # for MKS sh
29957
 
 
29958
 
-# Support unset when possible.
29959
 
-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
29960
 
-  as_unset=unset
29961
 
-else
29962
 
-  as_unset=false
29963
 
+
29964
 
+as_nl='
29965
 
+'
29966
 
+export as_nl
29967
 
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
29968
 
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
29969
 
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
29970
 
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
29971
 
+# Prefer a ksh shell builtin over an external printf program on Solaris,
29972
 
+# but without wasting forks for bash or zsh.
29973
 
+if test -z "$BASH_VERSION$ZSH_VERSION" \
29974
 
+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
29975
 
+  as_echo='print -r --'
29976
 
+  as_echo_n='print -rn --'
29977
 
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
29978
 
+  as_echo='printf %s\n'
29979
 
+  as_echo_n='printf %s'
29980
 
+else
29981
 
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
29982
 
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
29983
 
+    as_echo_n='/usr/ucb/echo -n'
29984
 
+  else
29985
 
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
29986
 
+    as_echo_n_body='eval
29987
 
+      arg=$1;
29988
 
+      case $arg in #(
29989
 
+      *"$as_nl"*)
29990
 
+       expr "X$arg" : "X\\(.*\\)$as_nl";
29991
 
+       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
29992
 
+      esac;
29993
 
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
29994
 
+    '
29995
 
+    export as_echo_n_body
29996
 
+    as_echo_n='sh -c $as_echo_n_body as_echo'
29997
 
+  fi
29998
 
+  export as_echo_body
29999
 
+  as_echo='sh -c $as_echo_body as_echo'
30000
 
 fi
30001
 
 
30002
 
+# The user is always right.
30003
 
+if test "${PATH_SEPARATOR+set}" != set; then
30004
 
+  PATH_SEPARATOR=:
30005
 
+  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
30006
 
+    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
30007
 
+      PATH_SEPARATOR=';'
30008
 
+  }
30009
 
+fi
30010
 
 
30011
 
-# Work around bugs in pre-3.0 UWIN ksh.
30012
 
-$as_unset ENV MAIL MAILPATH
30013
 
+
30014
 
+# IFS
30015
 
+# We need space, tab and new line, in precisely that order.  Quoting is
30016
 
+# there to prevent editors from complaining about space-tab.
30017
 
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
30018
 
+# splitting by setting IFS to empty value.)
30019
 
+IFS=" ""       $as_nl"
30020
 
+
30021
 
+# Find who we are.  Look in the path if we contain no directory separator.
30022
 
+case $0 in #((
30023
 
+  *[\\/]* ) as_myself=$0 ;;
30024
 
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30025
 
+for as_dir in $PATH
30026
 
+do
30027
 
+  IFS=$as_save_IFS
30028
 
+  test -z "$as_dir" && as_dir=.
30029
 
+    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
30030
 
+  done
30031
 
+IFS=$as_save_IFS
30032
 
+
30033
 
+     ;;
30034
 
+esac
30035
 
+# We did not find ourselves, most probably we were run as `sh COMMAND'
30036
 
+# in which case we are not to be found in the path.
30037
 
+if test "x$as_myself" = x; then
30038
 
+  as_myself=$0
30039
 
+fi
30040
 
+if test ! -f "$as_myself"; then
30041
 
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
30042
 
+  exit 1
30043
 
+fi
30044
 
+
30045
 
+# Unset variables that we do not need and which cause bugs (e.g. in
30046
 
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
30047
 
+# suppresses any "Segmentation fault" message there.  '((' could
30048
 
+# trigger a bug in pdksh 5.2.14.
30049
 
+for as_var in BASH_ENV ENV MAIL MAILPATH
30050
 
+do eval test x\${$as_var+set} = xset \
30051
 
+  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
30052
 
+done
30053
 
 PS1='$ '
30054
 
 PS2='> '
30055
 
 PS4='+ '
30056
 
 
30057
 
 # NLS nuisances.
30058
 
-for as_var in \
30059
 
-  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
30060
 
-  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
30061
 
-  LC_TELEPHONE LC_TIME
30062
 
-do
30063
 
-  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
30064
 
-    eval $as_var=C; export $as_var
30065
 
-  else
30066
 
-    $as_unset $as_var
30067
 
-  fi
30068
 
-done
30069
 
+LC_ALL=C
30070
 
+export LC_ALL
30071
 
+LANGUAGE=C
30072
 
+export LANGUAGE
30073
 
+
30074
 
+# CDPATH.
30075
 
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
30076
 
+
30077
 
+
30078
 
+# as_fn_error ERROR [LINENO LOG_FD]
30079
 
+# ---------------------------------
30080
 
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
30081
 
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
30082
 
+# script with status $?, using 1 if that was 0.
30083
 
+as_fn_error ()
30084
 
+{
30085
 
+  as_status=$?; test $as_status -eq 0 && as_status=1
30086
 
+  if test "$3"; then
30087
 
+    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
30088
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
30089
 
+  fi
30090
 
+  $as_echo "$as_me: error: $1" >&2
30091
 
+  as_fn_exit $as_status
30092
 
+} # as_fn_error
30093
 
+
30094
 
 
30095
 
-# Required to use basename.
30096
 
-if expr a : '\(a\)' >/dev/null 2>&1; then
30097
 
+# as_fn_set_status STATUS
30098
 
+# -----------------------
30099
 
+# Set $? to STATUS, without forking.
30100
 
+as_fn_set_status ()
30101
 
+{
30102
 
+  return $1
30103
 
+} # as_fn_set_status
30104
 
+
30105
 
+# as_fn_exit STATUS
30106
 
+# -----------------
30107
 
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
30108
 
+as_fn_exit ()
30109
 
+{
30110
 
+  set +e
30111
 
+  as_fn_set_status $1
30112
 
+  exit $1
30113
 
+} # as_fn_exit
30114
 
+
30115
 
+# as_fn_unset VAR
30116
 
+# ---------------
30117
 
+# Portably unset VAR.
30118
 
+as_fn_unset ()
30119
 
+{
30120
 
+  { eval $1=; unset $1;}
30121
 
+}
30122
 
+as_unset=as_fn_unset
30123
 
+# as_fn_append VAR VALUE
30124
 
+# ----------------------
30125
 
+# Append the text in VALUE to the end of the definition contained in VAR. Take
30126
 
+# advantage of any shell optimizations that allow amortized linear growth over
30127
 
+# repeated appends, instead of the typical quadratic growth present in naive
30128
 
+# implementations.
30129
 
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
30130
 
+  eval 'as_fn_append ()
30131
 
+  {
30132
 
+    eval $1+=\$2
30133
 
+  }'
30134
 
+else
30135
 
+  as_fn_append ()
30136
 
+  {
30137
 
+    eval $1=\$$1\$2
30138
 
+  }
30139
 
+fi # as_fn_append
30140
 
+
30141
 
+# as_fn_arith ARG...
30142
 
+# ------------------
30143
 
+# Perform arithmetic evaluation on the ARGs, and store the result in the
30144
 
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
30145
 
+# must be portable across $(()) and expr.
30146
 
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
30147
 
+  eval 'as_fn_arith ()
30148
 
+  {
30149
 
+    as_val=$(( $* ))
30150
 
+  }'
30151
 
+else
30152
 
+  as_fn_arith ()
30153
 
+  {
30154
 
+    as_val=`expr "$@" || test $? -eq 1`
30155
 
+  }
30156
 
+fi # as_fn_arith
30157
 
+
30158
 
+
30159
 
+if expr a : '\(a\)' >/dev/null 2>&1 &&
30160
 
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
30161
 
   as_expr=expr
30162
 
 else
30163
 
   as_expr=false
30164
 
 fi
30165
 
 
30166
 
-if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
30167
 
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
30168
 
   as_basename=basename
30169
 
 else
30170
 
   as_basename=false
30171
 
 fi
30172
 
 
30173
 
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
30174
 
+  as_dirname=dirname
30175
 
+else
30176
 
+  as_dirname=false
30177
 
+fi
30178
 
 
30179
 
-# Name of the executable.
30180
 
-as_me=`$as_basename "$0" ||
30181
 
+as_me=`$as_basename -- "$0" ||
30182
 
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
30183
 
         X"$0" : 'X\(//\)$' \| \
30184
 
-        X"$0" : 'X\(/\)$' \| \
30185
 
-        .     : '\(.\)' 2>/dev/null ||
30186
 
-echo X/"$0" |
30187
 
-    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
30188
 
-         /^X\/\(\/\/\)$/{ s//\1/; q; }
30189
 
-         /^X\/\(\/\).*/{ s//\1/; q; }
30190
 
-         s/.*/./; q'`
30191
 
-
30192
 
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
30193
 
+$as_echo X/"$0" |
30194
 
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
30195
 
+           s//\1/
30196
 
+           q
30197
 
+         }
30198
 
+         /^X\/\(\/\/\)$/{
30199
 
+           s//\1/
30200
 
+           q
30201
 
+         }
30202
 
+         /^X\/\(\/\).*/{
30203
 
+           s//\1/
30204
 
+           q
30205
 
+         }
30206
 
+         s/.*/./; q'`
30207
 
 
30208
 
-# PATH needs CR, and LINENO needs CR and PATH.
30209
 
 # Avoid depending upon Character Ranges.
30210
 
 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
30211
 
 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
30212
 
@@ -1809,148 +2464,123 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTE
30213
 
 as_cr_digits='0123456789'
30214
 
 as_cr_alnum=$as_cr_Letters$as_cr_digits
30215
 
 
30216
 
-# The user is always right.
30217
 
-if test "${PATH_SEPARATOR+set}" != set; then
30218
 
-  echo "#! /bin/sh" >conf$$.sh
30219
 
-  echo  "exit 0"   >>conf$$.sh
30220
 
-  chmod +x conf$$.sh
30221
 
-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
30222
 
-    PATH_SEPARATOR=';'
30223
 
-  else
30224
 
-    PATH_SEPARATOR=:
30225
 
-  fi
30226
 
-  rm -f conf$$.sh
30227
 
-fi
30228
 
-
30229
 
-
30230
 
-  as_lineno_1=$LINENO
30231
 
-  as_lineno_2=$LINENO
30232
 
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
30233
 
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
30234
 
-  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
30235
 
-  # Find who we are.  Look in the path if we contain no path at all
30236
 
-  # relative or not.
30237
 
-  case $0 in
30238
 
-    *[\\/]* ) as_myself=$0 ;;
30239
 
-    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30240
 
-for as_dir in $PATH
30241
 
-do
30242
 
-  IFS=$as_save_IFS
30243
 
-  test -z "$as_dir" && as_dir=.
30244
 
-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
30245
 
-done
30246
 
-
30247
 
-       ;;
30248
 
-  esac
30249
 
-  # We did not find ourselves, most probably we were run as `sh COMMAND'
30250
 
-  # in which case we are not to be found in the path.
30251
 
-  if test "x$as_myself" = x; then
30252
 
-    as_myself=$0
30253
 
-  fi
30254
 
-  if test ! -f "$as_myself"; then
30255
 
-    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
30256
 
-echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
30257
 
-   { (exit 1); exit 1; }; }
30258
 
-  fi
30259
 
-  case $CONFIG_SHELL in
30260
 
-  '')
30261
 
-    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30262
 
-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
30263
 
-do
30264
 
-  IFS=$as_save_IFS
30265
 
-  test -z "$as_dir" && as_dir=.
30266
 
-  for as_base in sh bash ksh sh5; do
30267
 
-        case $as_dir in
30268
 
-        /*)
30269
 
-          if ("$as_dir/$as_base" -c '
30270
 
-  as_lineno_1=$LINENO
30271
 
-  as_lineno_2=$LINENO
30272
 
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
30273
 
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
30274
 
-  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
30275
 
-            $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
30276
 
-            $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
30277
 
-            CONFIG_SHELL=$as_dir/$as_base
30278
 
-            export CONFIG_SHELL
30279
 
-            exec "$CONFIG_SHELL" "$0" ${1+"$@"}
30280
 
-          fi;;
30281
 
-        esac
30282
 
-       done
30283
 
-done
30284
 
-;;
30285
 
-  esac
30286
 
-
30287
 
-  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
30288
 
-  # uniformly replaced by the line number.  The first 'sed' inserts a
30289
 
-  # line-number line before each line; the second 'sed' does the real
30290
 
-  # work.  The second script uses 'N' to pair each line-number line
30291
 
-  # with the numbered line, and appends trailing '-' during
30292
 
-  # substitution so that $LINENO is not a special case at line end.
30293
 
-  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
30294
 
-  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
30295
 
-  sed '=' <$as_myself |
30296
 
-    sed '
30297
 
-      N
30298
 
-      s,$,-,
30299
 
-      : loop
30300
 
-      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
30301
 
-      t loop
30302
 
-      s,-$,,
30303
 
-      s,^['$as_cr_digits']*\n,,
30304
 
-    ' >$as_me.lineno &&
30305
 
-  chmod +x $as_me.lineno ||
30306
 
-    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
30307
 
-echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
30308
 
-   { (exit 1); exit 1; }; }
30309
 
-
30310
 
-  # Don't try to exec as it changes $[0], causing all sort of problems
30311
 
-  # (the dirname of $[0] is not the place where we might find the
30312
 
-  # original and so on.  Autoconf is especially sensible to this).
30313
 
-  . ./$as_me.lineno
30314
 
-  # Exit status is that of the last command.
30315
 
-  exit
30316
 
-}
30317
 
-
30318
 
-
30319
 
-case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
30320
 
-  *c*,-n*) ECHO_N= ECHO_C='
30321
 
-' ECHO_T='     ' ;;
30322
 
-  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
30323
 
-  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
30324
 
+ECHO_C= ECHO_N= ECHO_T=
30325
 
+case `echo -n x` in #(((((
30326
 
+-n*)
30327
 
+  case `echo 'xy\c'` in
30328
 
+  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
30329
 
+  xy)  ECHO_C='\c';;
30330
 
+  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
30331
 
+       ECHO_T='        ';;
30332
 
+  esac;;
30333
 
+*)
30334
 
+  ECHO_N='-n';;
30335
 
 esac
30336
 
 
30337
 
-if expr a : '\(a\)' >/dev/null 2>&1; then
30338
 
-  as_expr=expr
30339
 
+rm -f conf$$ conf$$.exe conf$$.file
30340
 
+if test -d conf$$.dir; then
30341
 
+  rm -f conf$$.dir/conf$$.file
30342
 
 else
30343
 
-  as_expr=false
30344
 
+  rm -f conf$$.dir
30345
 
+  mkdir conf$$.dir 2>/dev/null
30346
 
 fi
30347
 
-
30348
 
-rm -f conf$$ conf$$.exe conf$$.file
30349
 
-echo >conf$$.file
30350
 
-if ln -s conf$$.file conf$$ 2>/dev/null; then
30351
 
-  # We could just check for DJGPP; but this test a) works b) is more generic
30352
 
-  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
30353
 
-  if test -f conf$$.exe; then
30354
 
-    # Don't use ln at all; we don't have any links
30355
 
-    as_ln_s='cp -p'
30356
 
-  else
30357
 
+if (echo >conf$$.file) 2>/dev/null; then
30358
 
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
30359
 
     as_ln_s='ln -s'
30360
 
+    # ... but there are two gotchas:
30361
 
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
30362
 
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
30363
 
+    # In both cases, we have to default to `cp -p'.
30364
 
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
30365
 
+      as_ln_s='cp -p'
30366
 
+  elif ln conf$$.file conf$$ 2>/dev/null; then
30367
 
+    as_ln_s=ln
30368
 
+  else
30369
 
+    as_ln_s='cp -p'
30370
 
   fi
30371
 
-elif ln conf$$.file conf$$ 2>/dev/null; then
30372
 
-  as_ln_s=ln
30373
 
 else
30374
 
   as_ln_s='cp -p'
30375
 
 fi
30376
 
-rm -f conf$$ conf$$.exe conf$$.file
30377
 
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
30378
 
+rmdir conf$$.dir 2>/dev/null
30379
 
+
30380
 
 
30381
 
+# as_fn_mkdir_p
30382
 
+# -------------
30383
 
+# Create "$as_dir" as a directory, including parents if necessary.
30384
 
+as_fn_mkdir_p ()
30385
 
+{
30386
 
+
30387
 
+  case $as_dir in #(
30388
 
+  -*) as_dir=./$as_dir;;
30389
 
+  esac
30390
 
+  test -d "$as_dir" || eval $as_mkdir_p || {
30391
 
+    as_dirs=
30392
 
+    while :; do
30393
 
+      case $as_dir in #(
30394
 
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
30395
 
+      *) as_qdir=$as_dir;;
30396
 
+      esac
30397
 
+      as_dirs="'$as_qdir' $as_dirs"
30398
 
+      as_dir=`$as_dirname -- "$as_dir" ||
30399
 
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
30400
 
+        X"$as_dir" : 'X\(//\)[^/]' \| \
30401
 
+        X"$as_dir" : 'X\(//\)$' \| \
30402
 
+        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
30403
 
+$as_echo X"$as_dir" |
30404
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
30405
 
+           s//\1/
30406
 
+           q
30407
 
+         }
30408
 
+         /^X\(\/\/\)[^/].*/{
30409
 
+           s//\1/
30410
 
+           q
30411
 
+         }
30412
 
+         /^X\(\/\/\)$/{
30413
 
+           s//\1/
30414
 
+           q
30415
 
+         }
30416
 
+         /^X\(\/\).*/{
30417
 
+           s//\1/
30418
 
+           q
30419
 
+         }
30420
 
+         s/.*/./; q'`
30421
 
+      test -d "$as_dir" && break
30422
 
+    done
30423
 
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
30424
 
+  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
30425
 
+
30426
 
+
30427
 
+} # as_fn_mkdir_p
30428
 
 if mkdir -p . 2>/dev/null; then
30429
 
-  as_mkdir_p=:
30430
 
+  as_mkdir_p='mkdir -p "$as_dir"'
30431
 
 else
30432
 
   test -d ./-p && rmdir ./-p
30433
 
   as_mkdir_p=false
30434
 
 fi
30435
 
 
30436
 
-as_executable_p="test -f"
30437
 
+if test -x / >/dev/null 2>&1; then
30438
 
+  as_test_x='test -x'
30439
 
+else
30440
 
+  if ls -dL / >/dev/null 2>&1; then
30441
 
+    as_ls_L_option=L
30442
 
+  else
30443
 
+    as_ls_L_option=
30444
 
+  fi
30445
 
+  as_test_x='
30446
 
+    eval sh -c '\''
30447
 
+      if test -d "$1"; then
30448
 
+       test -d "$1/.";
30449
 
+      else
30450
 
+       case $1 in #(
30451
 
+       -*)set "./$1";;
30452
 
+       esac;
30453
 
+       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
30454
 
+       ???[sx]*):;;*)false;;esac;fi
30455
 
+    '\'' sh
30456
 
+  '
30457
 
+fi
30458
 
+as_executable_p=$as_test_x
30459
 
 
30460
 
 # Sed expression to map a string onto a valid CPP name.
30461
 
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
30462
 
@@ -1959,31 +2589,20 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P
30463
 
 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
30464
 
 
30465
 
 
30466
 
-# IFS
30467
 
-# We need space, tab and new line, in precisely that order.
30468
 
-as_nl='
30469
 
-'
30470
 
-IFS="  $as_nl"
30471
 
-
30472
 
-# CDPATH.
30473
 
-$as_unset CDPATH
30474
 
-
30475
 
 exec 6>&1
30476
 
+## ----------------------------------- ##
30477
 
+## Main body of $CONFIG_STATUS script. ##
30478
 
+## ----------------------------------- ##
30479
 
+_ASEOF
30480
 
+test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
30481
 
 
30482
 
-# Open the log real soon, to keep \$[0] and so on meaningful, and to
30483
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30484
 
+# Save the log message, to keep $0 and so on meaningful, and to
30485
 
 # report actual input values of CONFIG_FILES etc. instead of their
30486
 
-# values after options handling.  Logging --version etc. is OK.
30487
 
-exec 5>>config.log
30488
 
-{
30489
 
-  echo
30490
 
-  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
30491
 
-## Running $as_me. ##
30492
 
-_ASBOX
30493
 
-} >&5
30494
 
-cat >&5 <<_CSEOF
30495
 
-
30496
 
+# values after options handling.
30497
 
+ac_log="
30498
 
 This file was extended by send-pr $as_me 4.1.0, which was
30499
 
-generated by GNU Autoconf 2.59.  Invocation command line was
30500
 
+generated by GNU Autoconf 2.65.  Invocation command line was
30501
 
 
30502
 
   CONFIG_FILES    = $CONFIG_FILES
30503
 
   CONFIG_HEADERS  = $CONFIG_HEADERS
30504
 
@@ -1991,125 +2610,111 @@ generated by GNU Autoconf 2.59.  Invocat
30505
 
   CONFIG_COMMANDS = $CONFIG_COMMANDS
30506
 
   $ $0 $@
30507
 
 
30508
 
-_CSEOF
30509
 
-echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
30510
 
-echo >&5
30511
 
+on `(hostname || uname -n) 2>/dev/null | sed 1q`
30512
 
+"
30513
 
+
30514
 
 _ACEOF
30515
 
 
30516
 
-# Files that config.status was made for.
30517
 
-if test -n "$ac_config_files"; then
30518
 
-  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
30519
 
-fi
30520
 
+case $ac_config_files in *"
30521
 
+"*) set x $ac_config_files; shift; ac_config_files=$*;;
30522
 
+esac
30523
 
 
30524
 
-if test -n "$ac_config_headers"; then
30525
 
-  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
30526
 
-fi
30527
 
 
30528
 
-if test -n "$ac_config_links"; then
30529
 
-  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
30530
 
-fi
30531
 
 
30532
 
-if test -n "$ac_config_commands"; then
30533
 
-  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
30534
 
-fi
30535
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30536
 
+# Files that config.status was made for.
30537
 
+config_files="$ac_config_files"
30538
 
 
30539
 
-cat >>$CONFIG_STATUS <<\_ACEOF
30540
 
+_ACEOF
30541
 
 
30542
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30543
 
 ac_cs_usage="\
30544
 
-\`$as_me' instantiates files from templates according to the
30545
 
-current configuration.
30546
 
+\`$as_me' instantiates files and other configuration actions
30547
 
+from templates according to the current configuration.  Unless the files
30548
 
+and actions are specified as TAGs, all are instantiated by default.
30549
 
 
30550
 
-Usage: $0 [OPTIONS] [FILE]...
30551
 
+Usage: $0 [OPTION]... [TAG]...
30552
 
 
30553
 
   -h, --help       print this help, then exit
30554
 
-  -V, --version    print version number, then exit
30555
 
-  -q, --quiet      do not print progress messages
30556
 
+  -V, --version    print version number and configuration settings, then exit
30557
 
+      --config     print configuration, then exit
30558
 
+  -q, --quiet, --silent
30559
 
+                   do not print progress messages
30560
 
   -d, --debug      don't remove temporary files
30561
 
       --recheck    update $as_me by reconfiguring in the same conditions
30562
 
-  --file=FILE[:TEMPLATE]
30563
 
-                  instantiate the configuration file FILE
30564
 
+      --file=FILE[:TEMPLATE]
30565
 
+                   instantiate the configuration file FILE
30566
 
 
30567
 
 Configuration files:
30568
 
 $config_files
30569
 
 
30570
 
-Report bugs to <bug-autoconf@gnu.org>."
30571
 
-_ACEOF
30572
 
+Report bugs to <bug-gnats@gnu.org>."
30573
 
 
30574
 
-cat >>$CONFIG_STATUS <<_ACEOF
30575
 
+_ACEOF
30576
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30577
 
+ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
30578
 
 ac_cs_version="\\
30579
 
 send-pr config.status 4.1.0
30580
 
-configured by $0, generated by GNU Autoconf 2.59,
30581
 
-  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
30582
 
+configured by $0, generated by GNU Autoconf 2.65,
30583
 
+  with options \\"\$ac_cs_config\\"
30584
 
 
30585
 
-Copyright (C) 2003 Free Software Foundation, Inc.
30586
 
+Copyright (C) 2009 Free Software Foundation, Inc.
30587
 
 This config.status script is free software; the Free Software Foundation
30588
 
 gives unlimited permission to copy, distribute and modify it."
30589
 
-srcdir=$srcdir
30590
 
-INSTALL="$INSTALL"
30591
 
+
30592
 
+ac_pwd='$ac_pwd'
30593
 
+srcdir='$srcdir'
30594
 
+INSTALL='$INSTALL'
30595
 
+test -n "\$AWK" || AWK=awk
30596
 
 _ACEOF
30597
 
 
30598
 
-cat >>$CONFIG_STATUS <<\_ACEOF
30599
 
-# If no file are specified by the user, then we need to provide default
30600
 
-# value.  By we need to know if files were specified by the user.
30601
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30602
 
+# The default lists apply if the user does not specify any file.
30603
 
 ac_need_defaults=:
30604
 
 while test $# != 0
30605
 
 do
30606
 
   case $1 in
30607
 
   --*=*)
30608
 
-    ac_option=`expr "x$1" : 'x\([^=]*\)='`
30609
 
-    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
30610
 
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
30611
 
+    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
30612
 
     ac_shift=:
30613
 
     ;;
30614
 
-  -*)
30615
 
+  *)
30616
 
     ac_option=$1
30617
 
     ac_optarg=$2
30618
 
     ac_shift=shift
30619
 
     ;;
30620
 
-  *) # This is not an option, so the user has probably given explicit
30621
 
-     # arguments.
30622
 
-     ac_option=$1
30623
 
-     ac_need_defaults=false;;
30624
 
   esac
30625
 
 
30626
 
   case $ac_option in
30627
 
   # Handling of the options.
30628
 
-_ACEOF
30629
 
-cat >>$CONFIG_STATUS <<\_ACEOF
30630
 
   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
30631
 
     ac_cs_recheck=: ;;
30632
 
-  --version | --vers* | -V )
30633
 
-    echo "$ac_cs_version"; exit 0 ;;
30634
 
-  --he | --h)
30635
 
-    # Conflict between --help and --header
30636
 
-    { { echo "$as_me:$LINENO: error: ambiguous option: $1
30637
 
-Try \`$0 --help' for more information." >&5
30638
 
-echo "$as_me: error: ambiguous option: $1
30639
 
-Try \`$0 --help' for more information." >&2;}
30640
 
-   { (exit 1); exit 1; }; };;
30641
 
-  --help | --hel | -h )
30642
 
-    echo "$ac_cs_usage"; exit 0 ;;
30643
 
-  --debug | --d* | -d )
30644
 
+  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
30645
 
+    $as_echo "$ac_cs_version"; exit ;;
30646
 
+  --config | --confi | --conf | --con | --co | --c )
30647
 
+    $as_echo "$ac_cs_config"; exit ;;
30648
 
+  --debug | --debu | --deb | --de | --d | -d )
30649
 
     debug=: ;;
30650
 
   --file | --fil | --fi | --f )
30651
 
     $ac_shift
30652
 
-    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
30653
 
-    ac_need_defaults=false;;
30654
 
-  --header | --heade | --head | --hea )
30655
 
-    $ac_shift
30656
 
-    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
30657
 
+    case $ac_optarg in
30658
 
+    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
30659
 
+    esac
30660
 
+    as_fn_append CONFIG_FILES " '$ac_optarg'"
30661
 
     ac_need_defaults=false;;
30662
 
+  --he | --h |  --help | --hel | -h )
30663
 
+    $as_echo "$ac_cs_usage"; exit ;;
30664
 
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
30665
 
   | -silent | --silent | --silen | --sile | --sil | --si | --s)
30666
 
     ac_cs_silent=: ;;
30667
 
 
30668
 
   # This is an error.
30669
 
-  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
30670
 
-Try \`$0 --help' for more information." >&5
30671
 
-echo "$as_me: error: unrecognized option: $1
30672
 
-Try \`$0 --help' for more information." >&2;}
30673
 
-   { (exit 1); exit 1; }; } ;;
30674
 
+  -*) as_fn_error "unrecognized option: \`$1'
30675
 
+Try \`$0 --help' for more information." ;;
30676
 
 
30677
 
-  *) ac_config_targets="$ac_config_targets $1" ;;
30678
 
+  *) as_fn_append ac_config_targets " $1"
30679
 
+     ac_need_defaults=false ;;
30680
 
 
30681
 
   esac
30682
 
   shift
30683
 
@@ -2123,32 +2728,46 @@ if $ac_cs_silent; then
30684
 
 fi
30685
 
 
30686
 
 _ACEOF
30687
 
-cat >>$CONFIG_STATUS <<_ACEOF
30688
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30689
 
 if \$ac_cs_recheck; then
30690
 
-  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
30691
 
-  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
30692
 
+  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
30693
 
+  shift
30694
 
+  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
30695
 
+  CONFIG_SHELL='$SHELL'
30696
 
+  export CONFIG_SHELL
30697
 
+  exec "\$@"
30698
 
 fi
30699
 
 
30700
 
 _ACEOF
30701
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30702
 
+exec 5>>config.log
30703
 
+{
30704
 
+  echo
30705
 
+  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
30706
 
+## Running $as_me. ##
30707
 
+_ASBOX
30708
 
+  $as_echo "$ac_log"
30709
 
+} >&5
30710
 
 
30711
 
+_ACEOF
30712
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30713
 
+_ACEOF
30714
 
 
30715
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30716
 
 
30717
 
-
30718
 
-
30719
 
-cat >>$CONFIG_STATUS <<\_ACEOF
30720
 
+# Handling of arguments.
30721
 
 for ac_config_target in $ac_config_targets
30722
 
 do
30723
 
-  case "$ac_config_target" in
30724
 
-  # Handling of arguments.
30725
 
-  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile:Makefile.in" ;;
30726
 
-  "install-sid" ) CONFIG_FILES="$CONFIG_FILES install-sid:install-sid.sh" ;;
30727
 
-  "send-pr" ) CONFIG_FILES="$CONFIG_FILES send-pr:send-pr.sh" ;;
30728
 
-  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
30729
 
-echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
30730
 
-   { (exit 1); exit 1; }; };;
30731
 
+  case $ac_config_target in
30732
 
+    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile:Makefile.in" ;;
30733
 
+    "install-sid") CONFIG_FILES="$CONFIG_FILES install-sid:install-sid.sh" ;;
30734
 
+    "send-pr") CONFIG_FILES="$CONFIG_FILES send-pr:send-pr.sh" ;;
30735
 
+
30736
 
+  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
30737
 
   esac
30738
 
 done
30739
 
 
30740
 
+
30741
 
 # If the user did not use the arguments to specify the items to instantiate,
30742
 
 # then the envvar interface is used.  Set only those that are not.
30743
 
 # We use the long form for the default assignment because of an extremely
30744
 
@@ -2158,336 +2777,408 @@ if $ac_need_defaults; then
30745
 
 fi
30746
 
 
30747
 
 # Have a temporary directory for convenience.  Make it in the build tree
30748
 
-# simply because there is no reason to put it here, and in addition,
30749
 
+# simply because there is no reason against having it here, and in addition,
30750
 
 # creating and moving files from /tmp can sometimes cause problems.
30751
 
-# Create a temporary directory, and hook for its removal unless debugging.
30752
 
+# Hook for its removal unless debugging.
30753
 
+# Note that there is a small window in which the directory will not be cleaned:
30754
 
+# after its creation but before its name has been assigned to `$tmp'.
30755
 
 $debug ||
30756
 
 {
30757
 
-  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
30758
 
-  trap '{ (exit 1); exit 1; }' 1 2 13 15
30759
 
+  tmp=
30760
 
+  trap 'exit_status=$?
30761
 
+  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
30762
 
+' 0
30763
 
+  trap 'as_fn_exit 1' 1 2 13 15
30764
 
 }
30765
 
-
30766
 
 # Create a (secure) tmp directory for tmp files.
30767
 
 
30768
 
 {
30769
 
-  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
30770
 
+  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
30771
 
   test -n "$tmp" && test -d "$tmp"
30772
 
 }  ||
30773
 
 {
30774
 
-  tmp=./confstat$$-$RANDOM
30775
 
-  (umask 077 && mkdir $tmp)
30776
 
-} ||
30777
 
+  tmp=./conf$$-$RANDOM
30778
 
+  (umask 077 && mkdir "$tmp")
30779
 
+} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
30780
 
+
30781
 
+# Set up the scripts for CONFIG_FILES section.
30782
 
+# No need to generate them if there are no CONFIG_FILES.
30783
 
+# This happens for instance with `./config.status config.h'.
30784
 
+if test -n "$CONFIG_FILES"; then
30785
 
+
30786
 
+
30787
 
+ac_cr=`echo X | tr X '\015'`
30788
 
+# On cygwin, bash can eat \r inside `` if the user requested igncr.
30789
 
+# But we know of no other shell where ac_cr would be empty at this
30790
 
+# point, so we can use a bashism as a fallback.
30791
 
+if test "x$ac_cr" = x; then
30792
 
+  eval ac_cr=\$\'\\r\'
30793
 
+fi
30794
 
+ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
30795
 
+if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
30796
 
+  ac_cs_awk_cr='\r'
30797
 
+else
30798
 
+  ac_cs_awk_cr=$ac_cr
30799
 
+fi
30800
 
+
30801
 
+echo 'BEGIN {' >"$tmp/subs1.awk" &&
30802
 
+_ACEOF
30803
 
+
30804
 
+
30805
 
 {
30806
 
-   echo "$me: cannot create a temporary directory in ." >&2
30807
 
-   { (exit 1); exit 1; }
30808
 
+  echo "cat >conf$$subs.awk <<_ACEOF" &&
30809
 
+  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
30810
 
+  echo "_ACEOF"
30811
 
+} >conf$$subs.sh ||
30812
 
+  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
30813
 
+ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
30814
 
+ac_delim='%!_!# '
30815
 
+for ac_last_try in false false false false false :; do
30816
 
+  . ./conf$$subs.sh ||
30817
 
+    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
30818
 
+
30819
 
+  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
30820
 
+  if test $ac_delim_n = $ac_delim_num; then
30821
 
+    break
30822
 
+  elif $ac_last_try; then
30823
 
+    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
30824
 
+  else
30825
 
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
30826
 
+  fi
30827
 
+done
30828
 
+rm -f conf$$subs.sh
30829
 
+
30830
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30831
 
+cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
30832
 
+_ACEOF
30833
 
+sed -n '
30834
 
+h
30835
 
+s/^/S["/; s/!.*/"]=/
30836
 
+p
30837
 
+g
30838
 
+s/^[^!]*!//
30839
 
+:repl
30840
 
+t repl
30841
 
+s/'"$ac_delim"'$//
30842
 
+t delim
30843
 
+:nl
30844
 
+h
30845
 
+s/\(.\{148\}\)..*/\1/
30846
 
+t more1
30847
 
+s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
30848
 
+p
30849
 
+n
30850
 
+b repl
30851
 
+:more1
30852
 
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
30853
 
+p
30854
 
+g
30855
 
+s/.\{148\}//
30856
 
+t nl
30857
 
+:delim
30858
 
+h
30859
 
+s/\(.\{148\}\)..*/\1/
30860
 
+t more2
30861
 
+s/["\\]/\\&/g; s/^/"/; s/$/"/
30862
 
+p
30863
 
+b
30864
 
+:more2
30865
 
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
30866
 
+p
30867
 
+g
30868
 
+s/.\{148\}//
30869
 
+t delim
30870
 
+' <conf$$subs.awk | sed '
30871
 
+/^[^""]/{
30872
 
+  N
30873
 
+  s/\n//
30874
 
 }
30875
 
+' >>$CONFIG_STATUS || ac_write_fail=1
30876
 
+rm -f conf$$subs.awk
30877
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30878
 
+_ACAWK
30879
 
+cat >>"\$tmp/subs1.awk" <<_ACAWK &&
30880
 
+  for (key in S) S_is_set[key] = 1
30881
 
+  FS = ""
30882
 
 
30883
 
+}
30884
 
+{
30885
 
+  line = $ 0
30886
 
+  nfields = split(line, field, "@")
30887
 
+  substed = 0
30888
 
+  len = length(field[1])
30889
 
+  for (i = 2; i < nfields; i++) {
30890
 
+    key = field[i]
30891
 
+    keylen = length(key)
30892
 
+    if (S_is_set[key]) {
30893
 
+      value = S[key]
30894
 
+      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
30895
 
+      len += length(value) + length(field[++i])
30896
 
+      substed = 1
30897
 
+    } else
30898
 
+      len += 1 + keylen
30899
 
+  }
30900
 
+
30901
 
+  print line
30902
 
+}
30903
 
+
30904
 
+_ACAWK
30905
 
 _ACEOF
30906
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30907
 
+if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
30908
 
+  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
30909
 
+else
30910
 
+  cat
30911
 
+fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
30912
 
+  || as_fn_error "could not setup config files machinery" "$LINENO" 5
30913
 
+_ACEOF
30914
 
+
30915
 
+# VPATH may cause trouble with some makes, so we remove $(srcdir),
30916
 
+# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
30917
 
+# trailing colons and then remove the whole line if VPATH becomes empty
30918
 
+# (actually we leave an empty line to preserve line numbers).
30919
 
+if test "x$srcdir" = x.; then
30920
 
+  ac_vpsub='/^[         ]*VPATH[        ]*=/{
30921
 
+s/:*\$(srcdir):*/:/
30922
 
+s/:*\${srcdir}:*/:/
30923
 
+s/:*@srcdir@:*/:/
30924
 
+s/^\([^=]*=[    ]*\):*/\1/
30925
 
+s/:*$//
30926
 
+s/^[^=]*=[      ]*$//
30927
 
+}'
30928
 
+fi
30929
 
 
30930
 
-cat >>$CONFIG_STATUS <<_ACEOF
30931
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30932
 
+fi # test -n "$CONFIG_FILES"
30933
 
 
30934
 
-#
30935
 
-# CONFIG_FILES section.
30936
 
-#
30937
 
 
30938
 
-# No need to generate the scripts if there are no CONFIG_FILES.
30939
 
-# This happens for instance when ./config.status config.h
30940
 
-if test -n "\$CONFIG_FILES"; then
30941
 
-  # Protect against being on the right side of a sed subst in config.status.
30942
 
-  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
30943
 
-   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
30944
 
-s,@SHELL@,$SHELL,;t t
30945
 
-s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
30946
 
-s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
30947
 
-s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
30948
 
-s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
30949
 
-s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
30950
 
-s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
30951
 
-s,@exec_prefix@,$exec_prefix,;t t
30952
 
-s,@prefix@,$prefix,;t t
30953
 
-s,@program_transform_name@,$program_transform_name,;t t
30954
 
-s,@bindir@,$bindir,;t t
30955
 
-s,@sbindir@,$sbindir,;t t
30956
 
-s,@libexecdir@,$libexecdir,;t t
30957
 
-s,@datadir@,$datadir,;t t
30958
 
-s,@sysconfdir@,$sysconfdir,;t t
30959
 
-s,@sharedstatedir@,$sharedstatedir,;t t
30960
 
-s,@localstatedir@,$localstatedir,;t t
30961
 
-s,@libdir@,$libdir,;t t
30962
 
-s,@includedir@,$includedir,;t t
30963
 
-s,@oldincludedir@,$oldincludedir,;t t
30964
 
-s,@infodir@,$infodir,;t t
30965
 
-s,@mandir@,$mandir,;t t
30966
 
-s,@build_alias@,$build_alias,;t t
30967
 
-s,@host_alias@,$host_alias,;t t
30968
 
-s,@target_alias@,$target_alias,;t t
30969
 
-s,@DEFS@,$DEFS,;t t
30970
 
-s,@ECHO_C@,$ECHO_C,;t t
30971
 
-s,@ECHO_N@,$ECHO_N,;t t
30972
 
-s,@ECHO_T@,$ECHO_T,;t t
30973
 
-s,@LIBS@,$LIBS,;t t
30974
 
-s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
30975
 
-s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
30976
 
-s,@INSTALL_DATA@,$INSTALL_DATA,;t t
30977
 
-s,@DEFAULT_RELEASE@,$DEFAULT_RELEASE,;t t
30978
 
-s,@DEFAULT_ORGANIZATION@,$DEFAULT_ORGANIZATION,;t t
30979
 
-s,@DEFAULT_MAIL_AGENT@,$DEFAULT_MAIL_AGENT,;t t
30980
 
-s,@SUBMITTER@,$SUBMITTER,;t t
30981
 
-s,@ECHON@,$ECHON,;t t
30982
 
-s,@EMACS@,$EMACS,;t t
30983
 
-s,@lispdir@,$lispdir,;t t
30984
 
-s,@PASSWD@,$PASSWD,;t t
30985
 
-s,@MKTEMP@,$MKTEMP,;t t
30986
 
-s,@SENDMAIL@,$SENDMAIL,;t t
30987
 
-s,@LIBOBJS@,$LIBOBJS,;t t
30988
 
-s,@LTLIBOBJS@,$LTLIBOBJS,;t t
30989
 
-CEOF
30990
 
-
30991
 
-_ACEOF
30992
 
-
30993
 
-  cat >>$CONFIG_STATUS <<\_ACEOF
30994
 
-  # Split the substitutions into bite-sized pieces for seds with
30995
 
-  # small command number limits, like on Digital OSF/1 and HP-UX.
30996
 
-  ac_max_sed_lines=48
30997
 
-  ac_sed_frag=1 # Number of current file.
30998
 
-  ac_beg=1 # First line for current file.
30999
 
-  ac_end=$ac_max_sed_lines # Line after last line for current file.
31000
 
-  ac_more_lines=:
31001
 
-  ac_sed_cmds=
31002
 
-  while $ac_more_lines; do
31003
 
-    if test $ac_beg -gt 1; then
31004
 
-      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
31005
 
-    else
31006
 
-      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
31007
 
-    fi
31008
 
-    if test ! -s $tmp/subs.frag; then
31009
 
-      ac_more_lines=false
31010
 
-    else
31011
 
-      # The purpose of the label and of the branching condition is to
31012
 
-      # speed up the sed processing (if there are no `@' at all, there
31013
 
-      # is no need to browse any of the substitutions).
31014
 
-      # These are the two extra sed commands mentioned above.
31015
 
-      (echo ':t
31016
 
-  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
31017
 
-      if test -z "$ac_sed_cmds"; then
31018
 
-       ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
31019
 
-      else
31020
 
-       ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
31021
 
-      fi
31022
 
-      ac_sed_frag=`expr $ac_sed_frag + 1`
31023
 
-      ac_beg=$ac_end
31024
 
-      ac_end=`expr $ac_end + $ac_max_sed_lines`
31025
 
+eval set X "  :F $CONFIG_FILES      "
31026
 
+shift
31027
 
+for ac_tag
31028
 
+do
31029
 
+  case $ac_tag in
31030
 
+  :[FHLC]) ac_mode=$ac_tag; continue;;
31031
 
+  esac
31032
 
+  case $ac_mode$ac_tag in
31033
 
+  :[FHL]*:*);;
31034
 
+  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
31035
 
+  :[FH]-) ac_tag=-:-;;
31036
 
+  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
31037
 
+  esac
31038
 
+  ac_save_IFS=$IFS
31039
 
+  IFS=:
31040
 
+  set x $ac_tag
31041
 
+  IFS=$ac_save_IFS
31042
 
+  shift
31043
 
+  ac_file=$1
31044
 
+  shift
31045
 
+
31046
 
+  case $ac_mode in
31047
 
+  :L) ac_source=$1;;
31048
 
+  :[FH])
31049
 
+    ac_file_inputs=
31050
 
+    for ac_f
31051
 
+    do
31052
 
+      case $ac_f in
31053
 
+      -) ac_f="$tmp/stdin";;
31054
 
+      *) # Look for the file first in the build tree, then in the source tree
31055
 
+        # (if the path is not absolute).  The absolute path cannot be DOS-style,
31056
 
+        # because $ac_f cannot contain `:'.
31057
 
+        test -f "$ac_f" ||
31058
 
+          case $ac_f in
31059
 
+          [\\/$]*) false;;
31060
 
+          *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
31061
 
+          esac ||
31062
 
+          as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
31063
 
+      esac
31064
 
+      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
31065
 
+      as_fn_append ac_file_inputs " '$ac_f'"
31066
 
+    done
31067
 
+
31068
 
+    # Let's still pretend it is `configure' which instantiates (i.e., don't
31069
 
+    # use $as_me), people would be surprised to read:
31070
 
+    #    /* config.h.  Generated by config.status.  */
31071
 
+    configure_input='Generated from '`
31072
 
+         $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
31073
 
+       `' by configure.'
31074
 
+    if test x"$ac_file" != x-; then
31075
 
+      configure_input="$ac_file.  $configure_input"
31076
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
31077
 
+$as_echo "$as_me: creating $ac_file" >&6;}
31078
 
     fi
31079
 
-  done
31080
 
-  if test -z "$ac_sed_cmds"; then
31081
 
-    ac_sed_cmds=cat
31082
 
-  fi
31083
 
-fi # test -n "$CONFIG_FILES"
31084
 
+    # Neutralize special characters interpreted by sed in replacement strings.
31085
 
+    case $configure_input in #(
31086
 
+    *\&* | *\|* | *\\* )
31087
 
+       ac_sed_conf_input=`$as_echo "$configure_input" |
31088
 
+       sed 's/[\\\\&|]/\\\\&/g'`;; #(
31089
 
+    *) ac_sed_conf_input=$configure_input;;
31090
 
+    esac
31091
 
 
31092
 
-_ACEOF
31093
 
-cat >>$CONFIG_STATUS <<\_ACEOF
31094
 
-for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
31095
 
-  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
31096
 
-  case $ac_file in
31097
 
-  - | *:- | *:-:* ) # input from stdin
31098
 
-       cat >$tmp/stdin
31099
 
-       ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
31100
 
-       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
31101
 
-  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
31102
 
-       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
31103
 
-  * )   ac_file_in=$ac_file.in ;;
31104
 
+    case $ac_tag in
31105
 
+    *:-:* | *:-) cat >"$tmp/stdin" \
31106
 
+      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
31107
 
+    esac
31108
 
+    ;;
31109
 
   esac
31110
 
 
31111
 
-  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
31112
 
-  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
31113
 
+  ac_dir=`$as_dirname -- "$ac_file" ||
31114
 
 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
31115
 
         X"$ac_file" : 'X\(//\)[^/]' \| \
31116
 
         X"$ac_file" : 'X\(//\)$' \| \
31117
 
-        X"$ac_file" : 'X\(/\)' \| \
31118
 
-        .     : '\(.\)' 2>/dev/null ||
31119
 
-echo X"$ac_file" |
31120
 
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
31121
 
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
31122
 
-         /^X\(\/\/\)$/{ s//\1/; q; }
31123
 
-         /^X\(\/\).*/{ s//\1/; q; }
31124
 
-         s/.*/./; q'`
31125
 
-  { if $as_mkdir_p; then
31126
 
-    mkdir -p "$ac_dir"
31127
 
-  else
31128
 
-    as_dir="$ac_dir"
31129
 
-    as_dirs=
31130
 
-    while test ! -d "$as_dir"; do
31131
 
-      as_dirs="$as_dir $as_dirs"
31132
 
-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
31133
 
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
31134
 
-        X"$as_dir" : 'X\(//\)[^/]' \| \
31135
 
-        X"$as_dir" : 'X\(//\)$' \| \
31136
 
-        X"$as_dir" : 'X\(/\)' \| \
31137
 
-        .     : '\(.\)' 2>/dev/null ||
31138
 
-echo X"$as_dir" |
31139
 
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
31140
 
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
31141
 
-         /^X\(\/\/\)$/{ s//\1/; q; }
31142
 
-         /^X\(\/\).*/{ s//\1/; q; }
31143
 
-         s/.*/./; q'`
31144
 
-    done
31145
 
-    test ! -n "$as_dirs" || mkdir $as_dirs
31146
 
-  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
31147
 
-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
31148
 
-   { (exit 1); exit 1; }; }; }
31149
 
-
31150
 
+        X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
31151
 
+$as_echo X"$ac_file" |
31152
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
31153
 
+           s//\1/
31154
 
+           q
31155
 
+         }
31156
 
+         /^X\(\/\/\)[^/].*/{
31157
 
+           s//\1/
31158
 
+           q
31159
 
+         }
31160
 
+         /^X\(\/\/\)$/{
31161
 
+           s//\1/
31162
 
+           q
31163
 
+         }
31164
 
+         /^X\(\/\).*/{
31165
 
+           s//\1/
31166
 
+           q
31167
 
+         }
31168
 
+         s/.*/./; q'`
31169
 
+  as_dir="$ac_dir"; as_fn_mkdir_p
31170
 
   ac_builddir=.
31171
 
 
31172
 
-if test "$ac_dir" != .; then
31173
 
-  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
31174
 
-  # A "../" for each directory in $ac_dir_suffix.
31175
 
-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
31176
 
-else
31177
 
-  ac_dir_suffix= ac_top_builddir=
31178
 
-fi
31179
 
+case "$ac_dir" in
31180
 
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
31181
 
+*)
31182
 
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
31183
 
+  # A ".." for each directory in $ac_dir_suffix.
31184
 
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
31185
 
+  case $ac_top_builddir_sub in
31186
 
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
31187
 
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
31188
 
+  esac ;;
31189
 
+esac
31190
 
+ac_abs_top_builddir=$ac_pwd
31191
 
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
31192
 
+# for backward compatibility:
31193
 
+ac_top_builddir=$ac_top_build_prefix
31194
 
 
31195
 
 case $srcdir in
31196
 
-  .)  # No --srcdir option.  We are building in place.
31197
 
+  .)  # We are building in place.
31198
 
     ac_srcdir=.
31199
 
-    if test -z "$ac_top_builddir"; then
31200
 
-       ac_top_srcdir=.
31201
 
-    else
31202
 
-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
31203
 
-    fi ;;
31204
 
-  [\\/]* | ?:[\\/]* )  # Absolute path.
31205
 
+    ac_top_srcdir=$ac_top_builddir_sub
31206
 
+    ac_abs_top_srcdir=$ac_pwd ;;
31207
 
+  [\\/]* | ?:[\\/]* )  # Absolute name.
31208
 
     ac_srcdir=$srcdir$ac_dir_suffix;
31209
 
-    ac_top_srcdir=$srcdir ;;
31210
 
-  *) # Relative path.
31211
 
-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
31212
 
-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
31213
 
+    ac_top_srcdir=$srcdir
31214
 
+    ac_abs_top_srcdir=$srcdir ;;
31215
 
+  *) # Relative name.
31216
 
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
31217
 
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
31218
 
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
31219
 
 esac
31220
 
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
31221
 
 
31222
 
-# Do not use `cd foo && pwd` to compute absolute paths, because
31223
 
-# the directories may not exist.
31224
 
-case `pwd` in
31225
 
-.) ac_abs_builddir="$ac_dir";;
31226
 
-*)
31227
 
-  case "$ac_dir" in
31228
 
-  .) ac_abs_builddir=`pwd`;;
31229
 
-  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
31230
 
-  *) ac_abs_builddir=`pwd`/"$ac_dir";;
31231
 
-  esac;;
31232
 
-esac
31233
 
-case $ac_abs_builddir in
31234
 
-.) ac_abs_top_builddir=${ac_top_builddir}.;;
31235
 
-*)
31236
 
-  case ${ac_top_builddir}. in
31237
 
-  .) ac_abs_top_builddir=$ac_abs_builddir;;
31238
 
-  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
31239
 
-  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
31240
 
-  esac;;
31241
 
-esac
31242
 
-case $ac_abs_builddir in
31243
 
-.) ac_abs_srcdir=$ac_srcdir;;
31244
 
-*)
31245
 
-  case $ac_srcdir in
31246
 
-  .) ac_abs_srcdir=$ac_abs_builddir;;
31247
 
-  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
31248
 
-  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
31249
 
-  esac;;
31250
 
-esac
31251
 
-case $ac_abs_builddir in
31252
 
-.) ac_abs_top_srcdir=$ac_top_srcdir;;
31253
 
-*)
31254
 
-  case $ac_top_srcdir in
31255
 
-  .) ac_abs_top_srcdir=$ac_abs_builddir;;
31256
 
-  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
31257
 
-  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
31258
 
-  esac;;
31259
 
-esac
31260
 
 
31261
 
+  case $ac_mode in
31262
 
+  :F)
31263
 
+  #
31264
 
+  # CONFIG_FILE
31265
 
+  #
31266
 
 
31267
 
   case $INSTALL in
31268
 
   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
31269
 
-  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
31270
 
+  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
31271
 
   esac
31272
 
+_ACEOF
31273
 
 
31274
 
-  # Let's still pretend it is `configure' which instantiates (i.e., don't
31275
 
-  # use $as_me), people would be surprised to read:
31276
 
-  #    /* config.h.  Generated by config.status.  */
31277
 
-  if test x"$ac_file" = x-; then
31278
 
-    configure_input=
31279
 
-  else
31280
 
-    configure_input="$ac_file.  "
31281
 
-  fi
31282
 
-  configure_input=$configure_input"Generated from `echo $ac_file_in |
31283
 
-                                    sed 's,.*/,,'` by configure."
31284
 
-
31285
 
-  # First look for the input files in the build tree, otherwise in the
31286
 
-  # src tree.
31287
 
-  ac_file_inputs=`IFS=:
31288
 
-    for f in $ac_file_in; do
31289
 
-      case $f in
31290
 
-      -) echo $tmp/stdin ;;
31291
 
-      [\\/$]*)
31292
 
-        # Absolute (can't be DOS-style, as IFS=:)
31293
 
-        test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
31294
 
-echo "$as_me: error: cannot find input file: $f" >&2;}
31295
 
-   { (exit 1); exit 1; }; }
31296
 
-        echo "$f";;
31297
 
-      *) # Relative
31298
 
-        if test -f "$f"; then
31299
 
-          # Build tree
31300
 
-          echo "$f"
31301
 
-        elif test -f "$srcdir/$f"; then
31302
 
-          # Source tree
31303
 
-          echo "$srcdir/$f"
31304
 
-        else
31305
 
-          # /dev/null tree
31306
 
-          { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
31307
 
-echo "$as_me: error: cannot find input file: $f" >&2;}
31308
 
-   { (exit 1); exit 1; }; }
31309
 
-        fi;;
31310
 
-      esac
31311
 
-    done` || { (exit 1); exit 1; }
31312
 
-
31313
 
-  if test x"$ac_file" != x-; then
31314
 
-    { echo "$as_me:$LINENO: creating $ac_file" >&5
31315
 
-echo "$as_me: creating $ac_file" >&6;}
31316
 
-    rm -f "$ac_file"
31317
 
-  fi
31318
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
31319
 
+# If the template does not know about datarootdir, expand it.
31320
 
+# FIXME: This hack should be removed a few years after 2.60.
31321
 
+ac_datarootdir_hack=; ac_datarootdir_seen=
31322
 
+ac_sed_dataroot='
31323
 
+/datarootdir/ {
31324
 
+  p
31325
 
+  q
31326
 
+}
31327
 
+/@datadir@/p
31328
 
+/@docdir@/p
31329
 
+/@infodir@/p
31330
 
+/@localedir@/p
31331
 
+/@mandir@/p'
31332
 
+case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
31333
 
+*datarootdir*) ac_datarootdir_seen=yes;;
31334
 
+*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
31335
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
31336
 
+$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
31337
 
+_ACEOF
31338
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
31339
 
+  ac_datarootdir_hack='
31340
 
+  s&@datadir@&$datadir&g
31341
 
+  s&@docdir@&$docdir&g
31342
 
+  s&@infodir@&$infodir&g
31343
 
+  s&@localedir@&$localedir&g
31344
 
+  s&@mandir@&$mandir&g
31345
 
+  s&\\\${datarootdir}&$datarootdir&g' ;;
31346
 
+esac
31347
 
 _ACEOF
31348
 
-cat >>$CONFIG_STATUS <<_ACEOF
31349
 
-  sed "$ac_vpsub
31350
 
+
31351
 
+# Neutralize VPATH when `$srcdir' = `.'.
31352
 
+# Shell code in configure.ac might set extrasub.
31353
 
+# FIXME: do we really want to maintain this feature?
31354
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
31355
 
+ac_sed_extra="$ac_vpsub
31356
 
 $extrasub
31357
 
 _ACEOF
31358
 
-cat >>$CONFIG_STATUS <<\_ACEOF
31359
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
31360
 
 :t
31361
 
 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
31362
 
-s,@configure_input@,$configure_input,;t t
31363
 
-s,@srcdir@,$ac_srcdir,;t t
31364
 
-s,@abs_srcdir@,$ac_abs_srcdir,;t t
31365
 
-s,@top_srcdir@,$ac_top_srcdir,;t t
31366
 
-s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
31367
 
-s,@builddir@,$ac_builddir,;t t
31368
 
-s,@abs_builddir@,$ac_abs_builddir,;t t
31369
 
-s,@top_builddir@,$ac_top_builddir,;t t
31370
 
-s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
31371
 
-s,@INSTALL@,$ac_INSTALL,;t t
31372
 
-" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
31373
 
-  rm -f $tmp/stdin
31374
 
-  if test x"$ac_file" != x-; then
31375
 
-    mv $tmp/out $ac_file
31376
 
-  else
31377
 
-    cat $tmp/out
31378
 
-    rm -f $tmp/out
31379
 
-  fi
31380
 
+s|@configure_input@|$ac_sed_conf_input|;t t
31381
 
+s&@top_builddir@&$ac_top_builddir_sub&;t t
31382
 
+s&@top_build_prefix@&$ac_top_build_prefix&;t t
31383
 
+s&@srcdir@&$ac_srcdir&;t t
31384
 
+s&@abs_srcdir@&$ac_abs_srcdir&;t t
31385
 
+s&@top_srcdir@&$ac_top_srcdir&;t t
31386
 
+s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
31387
 
+s&@builddir@&$ac_builddir&;t t
31388
 
+s&@abs_builddir@&$ac_abs_builddir&;t t
31389
 
+s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
31390
 
+s&@INSTALL@&$ac_INSTALL&;t t
31391
 
+$ac_datarootdir_hack
31392
 
+"
31393
 
+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
31394
 
+  || as_fn_error "could not create $ac_file" "$LINENO" 5
31395
 
+
31396
 
+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
31397
 
+  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
31398
 
+  { ac_out=`sed -n '/^[         ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
31399
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
31400
 
+which seems to be undefined.  Please make sure it is defined." >&5
31401
 
+$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
31402
 
+which seems to be undefined.  Please make sure it is defined." >&2;}
31403
 
+
31404
 
+  rm -f "$tmp/stdin"
31405
 
+  case $ac_file in
31406
 
+  -) cat "$tmp/out" && rm -f "$tmp/out";;
31407
 
+  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
31408
 
+  esac \
31409
 
+  || as_fn_error "could not create $ac_file" "$LINENO" 5
31410
 
+ ;;
31411
 
+
31412
 
 
31413
 
-done
31414
 
-_ACEOF
31415
 
 
31416
 
-cat >>$CONFIG_STATUS <<\_ACEOF
31417
 
+  esac
31418
 
+
31419
 
+done # for ac_tag
31420
 
+
31421
 
 
31422
 
-{ (exit 0); exit 0; }
31423
 
+as_fn_exit 0
31424
 
 _ACEOF
31425
 
-chmod +x $CONFIG_STATUS
31426
 
 ac_clean_files=$ac_clean_files_save
31427
 
 
31428
 
+test $ac_write_fail = 0 ||
31429
 
+  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
31430
 
+
31431
 
 
31432
 
 # configure is writing to config.log, and then calls config.status.
31433
 
 # config.status does its own redirection, appending to config.log.
31434
 
@@ -2507,6 +3198,10 @@ if test "$no_create" != yes; then
31435
 
   exec 5>>config.log
31436
 
   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
31437
 
   # would make configure fail if this is the last instruction.
31438
 
-  $ac_cs_success || { (exit 1); exit 1; }
31439
 
+  $ac_cs_success || as_fn_exit $?
31440
 
+fi
31441
 
+if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
31442
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
31443
 
+$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
31444
 
 fi
31445
 
 
31446
 
--- gnats-4.1.0.orig/doc/configure
31447
 
+++ gnats-4.1.0/doc/configure
31448
 
@@ -1,83 +1,417 @@
31449
 
 #! /bin/sh
31450
 
 # Guess values for system-dependent variables and create Makefiles.
31451
 
-# Generated by GNU Autoconf 2.59 for gnats-doc 4.1.0.
31452
 
+# Generated by GNU Autoconf 2.65 for gnats-doc 4.1.0.
31453
 
 #
31454
 
 # Report bugs to <bug-gnats@gnu.org>.
31455
 
 #
31456
 
-# Copyright (C) 2003 Free Software Foundation, Inc.
31457
 
+#
31458
 
+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
31459
 
+# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
31460
 
+# Inc.
31461
 
+#
31462
 
+#
31463
 
 # This configure script is free software; the Free Software Foundation
31464
 
 # gives unlimited permission to copy, distribute and modify it.
31465
 
-## --------------------- ##
31466
 
-## M4sh Initialization.  ##
31467
 
-## --------------------- ##
31468
 
+## -------------------- ##
31469
 
+## M4sh Initialization. ##
31470
 
+## -------------------- ##
31471
 
 
31472
 
-# Be Bourne compatible
31473
 
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
31474
 
+# Be more Bourne compatible
31475
 
+DUALCASE=1; export DUALCASE # for MKS sh
31476
 
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
31477
 
   emulate sh
31478
 
   NULLCMD=:
31479
 
-  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
31480
 
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
31481
 
   # is contrary to our usage.  Disable this feature.
31482
 
   alias -g '${1+"$@"}'='"$@"'
31483
 
-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
31484
 
-  set -o posix
31485
 
+  setopt NO_GLOB_SUBST
31486
 
+else
31487
 
+  case `(set -o) 2>/dev/null` in #(
31488
 
+  *posix*) :
31489
 
+    set -o posix ;; #(
31490
 
+  *) :
31491
 
+     ;;
31492
 
+esac
31493
 
 fi
31494
 
-DUALCASE=1; export DUALCASE # for MKS sh
31495
 
 
31496
 
-# Support unset when possible.
31497
 
-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
31498
 
-  as_unset=unset
31499
 
+
31500
 
+as_nl='
31501
 
+'
31502
 
+export as_nl
31503
 
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
31504
 
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
31505
 
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
31506
 
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
31507
 
+# Prefer a ksh shell builtin over an external printf program on Solaris,
31508
 
+# but without wasting forks for bash or zsh.
31509
 
+if test -z "$BASH_VERSION$ZSH_VERSION" \
31510
 
+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
31511
 
+  as_echo='print -r --'
31512
 
+  as_echo_n='print -rn --'
31513
 
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
31514
 
+  as_echo='printf %s\n'
31515
 
+  as_echo_n='printf %s'
31516
 
 else
31517
 
-  as_unset=false
31518
 
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
31519
 
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
31520
 
+    as_echo_n='/usr/ucb/echo -n'
31521
 
+  else
31522
 
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
31523
 
+    as_echo_n_body='eval
31524
 
+      arg=$1;
31525
 
+      case $arg in #(
31526
 
+      *"$as_nl"*)
31527
 
+       expr "X$arg" : "X\\(.*\\)$as_nl";
31528
 
+       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
31529
 
+      esac;
31530
 
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
31531
 
+    '
31532
 
+    export as_echo_n_body
31533
 
+    as_echo_n='sh -c $as_echo_n_body as_echo'
31534
 
+  fi
31535
 
+  export as_echo_body
31536
 
+  as_echo='sh -c $as_echo_body as_echo'
31537
 
+fi
31538
 
+
31539
 
+# The user is always right.
31540
 
+if test "${PATH_SEPARATOR+set}" != set; then
31541
 
+  PATH_SEPARATOR=:
31542
 
+  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
31543
 
+    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
31544
 
+      PATH_SEPARATOR=';'
31545
 
+  }
31546
 
 fi
31547
 
 
31548
 
 
31549
 
-# Work around bugs in pre-3.0 UWIN ksh.
31550
 
-$as_unset ENV MAIL MAILPATH
31551
 
+# IFS
31552
 
+# We need space, tab and new line, in precisely that order.  Quoting is
31553
 
+# there to prevent editors from complaining about space-tab.
31554
 
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
31555
 
+# splitting by setting IFS to empty value.)
31556
 
+IFS=" ""       $as_nl"
31557
 
+
31558
 
+# Find who we are.  Look in the path if we contain no directory separator.
31559
 
+case $0 in #((
31560
 
+  *[\\/]* ) as_myself=$0 ;;
31561
 
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31562
 
+for as_dir in $PATH
31563
 
+do
31564
 
+  IFS=$as_save_IFS
31565
 
+  test -z "$as_dir" && as_dir=.
31566
 
+    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
31567
 
+  done
31568
 
+IFS=$as_save_IFS
31569
 
+
31570
 
+     ;;
31571
 
+esac
31572
 
+# We did not find ourselves, most probably we were run as `sh COMMAND'
31573
 
+# in which case we are not to be found in the path.
31574
 
+if test "x$as_myself" = x; then
31575
 
+  as_myself=$0
31576
 
+fi
31577
 
+if test ! -f "$as_myself"; then
31578
 
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
31579
 
+  exit 1
31580
 
+fi
31581
 
+
31582
 
+# Unset variables that we do not need and which cause bugs (e.g. in
31583
 
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
31584
 
+# suppresses any "Segmentation fault" message there.  '((' could
31585
 
+# trigger a bug in pdksh 5.2.14.
31586
 
+for as_var in BASH_ENV ENV MAIL MAILPATH
31587
 
+do eval test x\${$as_var+set} = xset \
31588
 
+  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
31589
 
+done
31590
 
 PS1='$ '
31591
 
 PS2='> '
31592
 
 PS4='+ '
31593
 
 
31594
 
 # NLS nuisances.
31595
 
-for as_var in \
31596
 
-  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
31597
 
-  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
31598
 
-  LC_TELEPHONE LC_TIME
31599
 
+LC_ALL=C
31600
 
+export LC_ALL
31601
 
+LANGUAGE=C
31602
 
+export LANGUAGE
31603
 
+
31604
 
+# CDPATH.
31605
 
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
31606
 
+
31607
 
+if test "x$CONFIG_SHELL" = x; then
31608
 
+  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
31609
 
+  emulate sh
31610
 
+  NULLCMD=:
31611
 
+  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
31612
 
+  # is contrary to our usage.  Disable this feature.
31613
 
+  alias -g '\${1+\"\$@\"}'='\"\$@\"'
31614
 
+  setopt NO_GLOB_SUBST
31615
 
+else
31616
 
+  case \`(set -o) 2>/dev/null\` in #(
31617
 
+  *posix*) :
31618
 
+    set -o posix ;; #(
31619
 
+  *) :
31620
 
+     ;;
31621
 
+esac
31622
 
+fi
31623
 
+"
31624
 
+  as_required="as_fn_return () { (exit \$1); }
31625
 
+as_fn_success () { as_fn_return 0; }
31626
 
+as_fn_failure () { as_fn_return 1; }
31627
 
+as_fn_ret_success () { return 0; }
31628
 
+as_fn_ret_failure () { return 1; }
31629
 
+
31630
 
+exitcode=0
31631
 
+as_fn_success || { exitcode=1; echo as_fn_success failed.; }
31632
 
+as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
31633
 
+as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
31634
 
+as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
31635
 
+if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
31636
 
+
31637
 
+else
31638
 
+  exitcode=1; echo positional parameters were not saved.
31639
 
+fi
31640
 
+test x\$exitcode = x0 || exit 1"
31641
 
+  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
31642
 
+  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
31643
 
+  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
31644
 
+  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
31645
 
+  if (eval "$as_required") 2>/dev/null; then :
31646
 
+  as_have_required=yes
31647
 
+else
31648
 
+  as_have_required=no
31649
 
+fi
31650
 
+  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
31651
 
+
31652
 
+else
31653
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31654
 
+as_found=false
31655
 
+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
31656
 
 do
31657
 
-  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
31658
 
-    eval $as_var=C; export $as_var
31659
 
+  IFS=$as_save_IFS
31660
 
+  test -z "$as_dir" && as_dir=.
31661
 
+  as_found=:
31662
 
+  case $as_dir in #(
31663
 
+        /*)
31664
 
+          for as_base in sh bash ksh sh5; do
31665
 
+            # Try only shells that exist, to save several forks.
31666
 
+            as_shell=$as_dir/$as_base
31667
 
+            if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
31668
 
+                   { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
31669
 
+  CONFIG_SHELL=$as_shell as_have_required=yes
31670
 
+                  if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
31671
 
+  break 2
31672
 
+fi
31673
 
+fi
31674
 
+          done;;
31675
 
+       esac
31676
 
+  as_found=false
31677
 
+done
31678
 
+$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
31679
 
+             { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
31680
 
+  CONFIG_SHELL=$SHELL as_have_required=yes
31681
 
+fi; }
31682
 
+IFS=$as_save_IFS
31683
 
+
31684
 
+
31685
 
+      if test "x$CONFIG_SHELL" != x; then :
31686
 
+  # We cannot yet assume a decent shell, so we have to provide a
31687
 
+       # neutralization value for shells without unset; and this also
31688
 
+       # works around shells that cannot unset nonexistent variables.
31689
 
+       BASH_ENV=/dev/null
31690
 
+       ENV=/dev/null
31691
 
+       (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
31692
 
+       export CONFIG_SHELL
31693
 
+       exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
31694
 
+fi
31695
 
+
31696
 
+    if test x$as_have_required = xno; then :
31697
 
+  $as_echo "$0: This script requires a shell more modern than all"
31698
 
+  $as_echo "$0: the shells that I found on your system."
31699
 
+  if test x${ZSH_VERSION+set} = xset ; then
31700
 
+    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
31701
 
+    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
31702
 
   else
31703
 
-    $as_unset $as_var
31704
 
+    $as_echo "$0: Please tell bug-autoconf@gnu.org and bug-gnats@gnu.org
31705
 
+$0: about your system, including any error possibly output
31706
 
+$0: before this message. Then install a modern shell, or
31707
 
+$0: manually run the script under such a shell if you do
31708
 
+$0: have one."
31709
 
   fi
31710
 
-done
31711
 
+  exit 1
31712
 
+fi
31713
 
+fi
31714
 
+fi
31715
 
+SHELL=${CONFIG_SHELL-/bin/sh}
31716
 
+export SHELL
31717
 
+# Unset more variables known to interfere with behavior of common tools.
31718
 
+CLICOLOR_FORCE= GREP_OPTIONS=
31719
 
+unset CLICOLOR_FORCE GREP_OPTIONS
31720
 
+
31721
 
+## --------------------- ##
31722
 
+## M4sh Shell Functions. ##
31723
 
+## --------------------- ##
31724
 
+# as_fn_unset VAR
31725
 
+# ---------------
31726
 
+# Portably unset VAR.
31727
 
+as_fn_unset ()
31728
 
+{
31729
 
+  { eval $1=; unset $1;}
31730
 
+}
31731
 
+as_unset=as_fn_unset
31732
 
+
31733
 
+# as_fn_set_status STATUS
31734
 
+# -----------------------
31735
 
+# Set $? to STATUS, without forking.
31736
 
+as_fn_set_status ()
31737
 
+{
31738
 
+  return $1
31739
 
+} # as_fn_set_status
31740
 
+
31741
 
+# as_fn_exit STATUS
31742
 
+# -----------------
31743
 
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
31744
 
+as_fn_exit ()
31745
 
+{
31746
 
+  set +e
31747
 
+  as_fn_set_status $1
31748
 
+  exit $1
31749
 
+} # as_fn_exit
31750
 
+
31751
 
+# as_fn_mkdir_p
31752
 
+# -------------
31753
 
+# Create "$as_dir" as a directory, including parents if necessary.
31754
 
+as_fn_mkdir_p ()
31755
 
+{
31756
 
+
31757
 
+  case $as_dir in #(
31758
 
+  -*) as_dir=./$as_dir;;
31759
 
+  esac
31760
 
+  test -d "$as_dir" || eval $as_mkdir_p || {
31761
 
+    as_dirs=
31762
 
+    while :; do
31763
 
+      case $as_dir in #(
31764
 
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
31765
 
+      *) as_qdir=$as_dir;;
31766
 
+      esac
31767
 
+      as_dirs="'$as_qdir' $as_dirs"
31768
 
+      as_dir=`$as_dirname -- "$as_dir" ||
31769
 
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
31770
 
+        X"$as_dir" : 'X\(//\)[^/]' \| \
31771
 
+        X"$as_dir" : 'X\(//\)$' \| \
31772
 
+        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
31773
 
+$as_echo X"$as_dir" |
31774
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
31775
 
+           s//\1/
31776
 
+           q
31777
 
+         }
31778
 
+         /^X\(\/\/\)[^/].*/{
31779
 
+           s//\1/
31780
 
+           q
31781
 
+         }
31782
 
+         /^X\(\/\/\)$/{
31783
 
+           s//\1/
31784
 
+           q
31785
 
+         }
31786
 
+         /^X\(\/\).*/{
31787
 
+           s//\1/
31788
 
+           q
31789
 
+         }
31790
 
+         s/.*/./; q'`
31791
 
+      test -d "$as_dir" && break
31792
 
+    done
31793
 
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
31794
 
+  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
31795
 
+
31796
 
+
31797
 
+} # as_fn_mkdir_p
31798
 
+# as_fn_append VAR VALUE
31799
 
+# ----------------------
31800
 
+# Append the text in VALUE to the end of the definition contained in VAR. Take
31801
 
+# advantage of any shell optimizations that allow amortized linear growth over
31802
 
+# repeated appends, instead of the typical quadratic growth present in naive
31803
 
+# implementations.
31804
 
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
31805
 
+  eval 'as_fn_append ()
31806
 
+  {
31807
 
+    eval $1+=\$2
31808
 
+  }'
31809
 
+else
31810
 
+  as_fn_append ()
31811
 
+  {
31812
 
+    eval $1=\$$1\$2
31813
 
+  }
31814
 
+fi # as_fn_append
31815
 
+
31816
 
+# as_fn_arith ARG...
31817
 
+# ------------------
31818
 
+# Perform arithmetic evaluation on the ARGs, and store the result in the
31819
 
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
31820
 
+# must be portable across $(()) and expr.
31821
 
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
31822
 
+  eval 'as_fn_arith ()
31823
 
+  {
31824
 
+    as_val=$(( $* ))
31825
 
+  }'
31826
 
+else
31827
 
+  as_fn_arith ()
31828
 
+  {
31829
 
+    as_val=`expr "$@" || test $? -eq 1`
31830
 
+  }
31831
 
+fi # as_fn_arith
31832
 
+
31833
 
 
31834
 
-# Required to use basename.
31835
 
-if expr a : '\(a\)' >/dev/null 2>&1; then
31836
 
+# as_fn_error ERROR [LINENO LOG_FD]
31837
 
+# ---------------------------------
31838
 
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
31839
 
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
31840
 
+# script with status $?, using 1 if that was 0.
31841
 
+as_fn_error ()
31842
 
+{
31843
 
+  as_status=$?; test $as_status -eq 0 && as_status=1
31844
 
+  if test "$3"; then
31845
 
+    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
31846
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
31847
 
+  fi
31848
 
+  $as_echo "$as_me: error: $1" >&2
31849
 
+  as_fn_exit $as_status
31850
 
+} # as_fn_error
31851
 
+
31852
 
+if expr a : '\(a\)' >/dev/null 2>&1 &&
31853
 
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
31854
 
   as_expr=expr
31855
 
 else
31856
 
   as_expr=false
31857
 
 fi
31858
 
 
31859
 
-if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
31860
 
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
31861
 
   as_basename=basename
31862
 
 else
31863
 
   as_basename=false
31864
 
 fi
31865
 
 
31866
 
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
31867
 
+  as_dirname=dirname
31868
 
+else
31869
 
+  as_dirname=false
31870
 
+fi
31871
 
 
31872
 
-# Name of the executable.
31873
 
-as_me=`$as_basename "$0" ||
31874
 
+as_me=`$as_basename -- "$0" ||
31875
 
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
31876
 
         X"$0" : 'X\(//\)$' \| \
31877
 
-        X"$0" : 'X\(/\)$' \| \
31878
 
-        .     : '\(.\)' 2>/dev/null ||
31879
 
-echo X/"$0" |
31880
 
-    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
31881
 
-         /^X\/\(\/\/\)$/{ s//\1/; q; }
31882
 
-         /^X\/\(\/\).*/{ s//\1/; q; }
31883
 
-         s/.*/./; q'`
31884
 
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
31885
 
+$as_echo X/"$0" |
31886
 
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
31887
 
+           s//\1/
31888
 
+           q
31889
 
+         }
31890
 
+         /^X\/\(\/\/\)$/{
31891
 
+           s//\1/
31892
 
+           q
31893
 
+         }
31894
 
+         /^X\/\(\/\).*/{
31895
 
+           s//\1/
31896
 
+           q
31897
 
+         }
31898
 
+         s/.*/./; q'`
31899
 
 
31900
 
-
31901
 
-# PATH needs CR, and LINENO needs CR and PATH.
31902
 
 # Avoid depending upon Character Ranges.
31903
 
 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
31904
 
 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
31905
 
@@ -85,146 +419,107 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTE
31906
 
 as_cr_digits='0123456789'
31907
 
 as_cr_alnum=$as_cr_Letters$as_cr_digits
31908
 
 
31909
 
-# The user is always right.
31910
 
-if test "${PATH_SEPARATOR+set}" != set; then
31911
 
-  echo "#! /bin/sh" >conf$$.sh
31912
 
-  echo  "exit 0"   >>conf$$.sh
31913
 
-  chmod +x conf$$.sh
31914
 
-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
31915
 
-    PATH_SEPARATOR=';'
31916
 
-  else
31917
 
-    PATH_SEPARATOR=:
31918
 
-  fi
31919
 
-  rm -f conf$$.sh
31920
 
-fi
31921
 
-
31922
 
-
31923
 
-  as_lineno_1=$LINENO
31924
 
-  as_lineno_2=$LINENO
31925
 
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
31926
 
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
31927
 
-  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
31928
 
-  # Find who we are.  Look in the path if we contain no path at all
31929
 
-  # relative or not.
31930
 
-  case $0 in
31931
 
-    *[\\/]* ) as_myself=$0 ;;
31932
 
-    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31933
 
-for as_dir in $PATH
31934
 
-do
31935
 
-  IFS=$as_save_IFS
31936
 
-  test -z "$as_dir" && as_dir=.
31937
 
-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
31938
 
-done
31939
 
-
31940
 
-       ;;
31941
 
-  esac
31942
 
-  # We did not find ourselves, most probably we were run as `sh COMMAND'
31943
 
-  # in which case we are not to be found in the path.
31944
 
-  if test "x$as_myself" = x; then
31945
 
-    as_myself=$0
31946
 
-  fi
31947
 
-  if test ! -f "$as_myself"; then
31948
 
-    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
31949
 
-   { (exit 1); exit 1; }; }
31950
 
-  fi
31951
 
-  case $CONFIG_SHELL in
31952
 
-  '')
31953
 
-    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31954
 
-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
31955
 
-do
31956
 
-  IFS=$as_save_IFS
31957
 
-  test -z "$as_dir" && as_dir=.
31958
 
-  for as_base in sh bash ksh sh5; do
31959
 
-        case $as_dir in
31960
 
-        /*)
31961
 
-          if ("$as_dir/$as_base" -c '
31962
 
-  as_lineno_1=$LINENO
31963
 
-  as_lineno_2=$LINENO
31964
 
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
31965
 
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
31966
 
-  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
31967
 
-            $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
31968
 
-            $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
31969
 
-            CONFIG_SHELL=$as_dir/$as_base
31970
 
-            export CONFIG_SHELL
31971
 
-            exec "$CONFIG_SHELL" "$0" ${1+"$@"}
31972
 
-          fi;;
31973
 
-        esac
31974
 
-       done
31975
 
-done
31976
 
-;;
31977
 
-  esac
31978
 
 
31979
 
-  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
31980
 
-  # uniformly replaced by the line number.  The first 'sed' inserts a
31981
 
-  # line-number line before each line; the second 'sed' does the real
31982
 
-  # work.  The second script uses 'N' to pair each line-number line
31983
 
-  # with the numbered line, and appends trailing '-' during
31984
 
-  # substitution so that $LINENO is not a special case at line end.
31985
 
-  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
31986
 
-  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
31987
 
-  sed '=' <$as_myself |
31988
 
+  as_lineno_1=$LINENO as_lineno_1a=$LINENO
31989
 
+  as_lineno_2=$LINENO as_lineno_2a=$LINENO
31990
 
+  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
31991
 
+  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
31992
 
+  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
31993
 
+  sed -n '
31994
 
+    p
31995
 
+    /[$]LINENO/=
31996
 
+  ' <$as_myself |
31997
 
     sed '
31998
 
+      s/[$]LINENO.*/&-/
31999
 
+      t lineno
32000
 
+      b
32001
 
+      :lineno
32002
 
       N
32003
 
-      s,$,-,
32004
 
-      : loop
32005
 
-      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
32006
 
+      :loop
32007
 
+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
32008
 
       t loop
32009
 
-      s,-$,,
32010
 
-      s,^['$as_cr_digits']*\n,,
32011
 
+      s/-\n.*//
32012
 
     ' >$as_me.lineno &&
32013
 
-  chmod +x $as_me.lineno ||
32014
 
-    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
32015
 
-   { (exit 1); exit 1; }; }
32016
 
+  chmod +x "$as_me.lineno" ||
32017
 
+    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
32018
 
 
32019
 
   # Don't try to exec as it changes $[0], causing all sort of problems
32020
 
   # (the dirname of $[0] is not the place where we might find the
32021
 
-  # original and so on.  Autoconf is especially sensible to this).
32022
 
-  . ./$as_me.lineno
32023
 
+  # original and so on.  Autoconf is especially sensitive to this).
32024
 
+  . "./$as_me.lineno"
32025
 
   # Exit status is that of the last command.
32026
 
   exit
32027
 
 }
32028
 
 
32029
 
-
32030
 
-case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
32031
 
-  *c*,-n*) ECHO_N= ECHO_C='
32032
 
-' ECHO_T='     ' ;;
32033
 
-  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
32034
 
-  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
32035
 
+ECHO_C= ECHO_N= ECHO_T=
32036
 
+case `echo -n x` in #(((((
32037
 
+-n*)
32038
 
+  case `echo 'xy\c'` in
32039
 
+  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
32040
 
+  xy)  ECHO_C='\c';;
32041
 
+  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
32042
 
+       ECHO_T='        ';;
32043
 
+  esac;;
32044
 
+*)
32045
 
+  ECHO_N='-n';;
32046
 
 esac
32047
 
 
32048
 
-if expr a : '\(a\)' >/dev/null 2>&1; then
32049
 
-  as_expr=expr
32050
 
+rm -f conf$$ conf$$.exe conf$$.file
32051
 
+if test -d conf$$.dir; then
32052
 
+  rm -f conf$$.dir/conf$$.file
32053
 
 else
32054
 
-  as_expr=false
32055
 
+  rm -f conf$$.dir
32056
 
+  mkdir conf$$.dir 2>/dev/null
32057
 
 fi
32058
 
-
32059
 
-rm -f conf$$ conf$$.exe conf$$.file
32060
 
-echo >conf$$.file
32061
 
-if ln -s conf$$.file conf$$ 2>/dev/null; then
32062
 
-  # We could just check for DJGPP; but this test a) works b) is more generic
32063
 
-  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
32064
 
-  if test -f conf$$.exe; then
32065
 
-    # Don't use ln at all; we don't have any links
32066
 
-    as_ln_s='cp -p'
32067
 
-  else
32068
 
+if (echo >conf$$.file) 2>/dev/null; then
32069
 
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
32070
 
     as_ln_s='ln -s'
32071
 
+    # ... but there are two gotchas:
32072
 
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
32073
 
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
32074
 
+    # In both cases, we have to default to `cp -p'.
32075
 
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
32076
 
+      as_ln_s='cp -p'
32077
 
+  elif ln conf$$.file conf$$ 2>/dev/null; then
32078
 
+    as_ln_s=ln
32079
 
+  else
32080
 
+    as_ln_s='cp -p'
32081
 
   fi
32082
 
-elif ln conf$$.file conf$$ 2>/dev/null; then
32083
 
-  as_ln_s=ln
32084
 
 else
32085
 
   as_ln_s='cp -p'
32086
 
 fi
32087
 
-rm -f conf$$ conf$$.exe conf$$.file
32088
 
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
32089
 
+rmdir conf$$.dir 2>/dev/null
32090
 
 
32091
 
 if mkdir -p . 2>/dev/null; then
32092
 
-  as_mkdir_p=:
32093
 
+  as_mkdir_p='mkdir -p "$as_dir"'
32094
 
 else
32095
 
   test -d ./-p && rmdir ./-p
32096
 
   as_mkdir_p=false
32097
 
 fi
32098
 
 
32099
 
-as_executable_p="test -f"
32100
 
+if test -x / >/dev/null 2>&1; then
32101
 
+  as_test_x='test -x'
32102
 
+else
32103
 
+  if ls -dL / >/dev/null 2>&1; then
32104
 
+    as_ls_L_option=L
32105
 
+  else
32106
 
+    as_ls_L_option=
32107
 
+  fi
32108
 
+  as_test_x='
32109
 
+    eval sh -c '\''
32110
 
+      if test -d "$1"; then
32111
 
+       test -d "$1/.";
32112
 
+      else
32113
 
+       case $1 in #(
32114
 
+       -*)set "./$1";;
32115
 
+       esac;
32116
 
+       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
32117
 
+       ???[sx]*):;;*)false;;esac;fi
32118
 
+    '\'' sh
32119
 
+  '
32120
 
+fi
32121
 
+as_executable_p=$as_test_x
32122
 
 
32123
 
 # Sed expression to map a string onto a valid CPP name.
32124
 
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
32125
 
@@ -233,38 +528,25 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P
32126
 
 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
32127
 
 
32128
 
 
32129
 
-# IFS
32130
 
-# We need space, tab and new line, in precisely that order.
32131
 
-as_nl='
32132
 
-'
32133
 
-IFS="  $as_nl"
32134
 
-
32135
 
-# CDPATH.
32136
 
-$as_unset CDPATH
32137
 
-
32138
 
+test -n "$DJDIR" || exec 7<&0 </dev/null
32139
 
+exec 6>&1
32140
 
 
32141
 
 # Name of the host.
32142
 
 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
32143
 
 # so uname gets run too.
32144
 
 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
32145
 
 
32146
 
-exec 6>&1
32147
 
-
32148
 
 #
32149
 
 # Initializations.
32150
 
 #
32151
 
 ac_default_prefix=/usr/local
32152
 
+ac_clean_files=
32153
 
 ac_config_libobj_dir=.
32154
 
+LIBOBJS=
32155
 
 cross_compiling=no
32156
 
 subdirs=
32157
 
 MFLAGS=
32158
 
 MAKEFLAGS=
32159
 
-SHELL=${CONFIG_SHELL-/bin/sh}
32160
 
-
32161
 
-# Maximum number of lines to put in a shell here document.
32162
 
-# This variable seems obsolete.  It should probably be removed, and
32163
 
-# only ac_max_sed_lines should be used.
32164
 
-: ${ac_max_here_lines=38}
32165
 
 
32166
 
 # Identity of this package.
32167
 
 PACKAGE_NAME='gnats-doc'
32168
 
@@ -272,13 +554,66 @@ PACKAGE_TARNAME='gnats-doc'
32169
 
 PACKAGE_VERSION='4.1.0'
32170
 
 PACKAGE_STRING='gnats-doc 4.1.0'
32171
 
 PACKAGE_BUGREPORT='bug-gnats@gnu.org'
32172
 
+PACKAGE_URL=''
32173
 
 
32174
 
-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 INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA INSTALL_INFO LIBOBJS LTLIBOBJS'
32175
 
+ac_subst_vars='LTLIBOBJS
32176
 
+LIBOBJS
32177
 
+INSTALL_INFO
32178
 
+INSTALL_DATA
32179
 
+INSTALL_SCRIPT
32180
 
+INSTALL_PROGRAM
32181
 
+target_alias
32182
 
+host_alias
32183
 
+build_alias
32184
 
+LIBS
32185
 
+ECHO_T
32186
 
+ECHO_N
32187
 
+ECHO_C
32188
 
+DEFS
32189
 
+mandir
32190
 
+localedir
32191
 
+libdir
32192
 
+psdir
32193
 
+pdfdir
32194
 
+dvidir
32195
 
+htmldir
32196
 
+infodir
32197
 
+docdir
32198
 
+oldincludedir
32199
 
+includedir
32200
 
+localstatedir
32201
 
+sharedstatedir
32202
 
+sysconfdir
32203
 
+datadir
32204
 
+datarootdir
32205
 
+libexecdir
32206
 
+sbindir
32207
 
+bindir
32208
 
+program_transform_name
32209
 
+prefix
32210
 
+exec_prefix
32211
 
+PACKAGE_URL
32212
 
+PACKAGE_BUGREPORT
32213
 
+PACKAGE_STRING
32214
 
+PACKAGE_VERSION
32215
 
+PACKAGE_TARNAME
32216
 
+PACKAGE_NAME
32217
 
+PATH_SEPARATOR
32218
 
+SHELL'
32219
 
 ac_subst_files=''
32220
 
+ac_user_opts='
32221
 
+enable_option_checking
32222
 
+'
32223
 
+      ac_precious_vars='build_alias
32224
 
+host_alias
32225
 
+target_alias'
32226
 
+
32227
 
 
32228
 
 # Initialize some variables set by options.
32229
 
 ac_init_help=
32230
 
 ac_init_version=false
32231
 
+ac_unrecognized_opts=
32232
 
+ac_unrecognized_sep=
32233
 
 # The variables have the same names as the options, with
32234
 
 # dashes changed to underlines.
32235
 
 cache_file=/dev/null
32236
 
@@ -301,34 +636,48 @@ x_libraries=NONE
32237
 
 # and all the variables that are supposed to be based on exec_prefix
32238
 
 # by default will actually change.
32239
 
 # Use braces instead of parens because sh, perl, etc. also accept them.
32240
 
+# (The list follows the same order as the GNU Coding Standards.)
32241
 
 bindir='${exec_prefix}/bin'
32242
 
 sbindir='${exec_prefix}/sbin'
32243
 
 libexecdir='${exec_prefix}/libexec'
32244
 
-datadir='${prefix}/share'
32245
 
+datarootdir='${prefix}/share'
32246
 
+datadir='${datarootdir}'
32247
 
 sysconfdir='${prefix}/etc'
32248
 
 sharedstatedir='${prefix}/com'
32249
 
 localstatedir='${prefix}/var'
32250
 
-libdir='${exec_prefix}/lib'
32251
 
 includedir='${prefix}/include'
32252
 
 oldincludedir='/usr/include'
32253
 
-infodir='${prefix}/info'
32254
 
-mandir='${prefix}/man'
32255
 
+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
32256
 
+infodir='${datarootdir}/info'
32257
 
+htmldir='${docdir}'
32258
 
+dvidir='${docdir}'
32259
 
+pdfdir='${docdir}'
32260
 
+psdir='${docdir}'
32261
 
+libdir='${exec_prefix}/lib'
32262
 
+localedir='${datarootdir}/locale'
32263
 
+mandir='${datarootdir}/man'
32264
 
 
32265
 
 ac_prev=
32266
 
+ac_dashdash=
32267
 
 for ac_option
32268
 
 do
32269
 
   # If the previous option needs an argument, assign it.
32270
 
   if test -n "$ac_prev"; then
32271
 
-    eval "$ac_prev=\$ac_option"
32272
 
+    eval $ac_prev=\$ac_option
32273
 
     ac_prev=
32274
 
     continue
32275
 
   fi
32276
 
 
32277
 
-  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
32278
 
+  case $ac_option in
32279
 
+  *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
32280
 
+  *)   ac_optarg=yes ;;
32281
 
+  esac
32282
 
 
32283
 
   # Accept the important Cygnus configure options, so we can diagnose typos.
32284
 
 
32285
 
-  case $ac_option in
32286
 
+  case $ac_dashdash$ac_option in
32287
 
+  --)
32288
 
+    ac_dashdash=yes ;;
32289
 
 
32290
 
   -bindir | --bindir | --bindi | --bind | --bin | --bi)
32291
 
     ac_prev=bindir ;;
32292
 
@@ -350,33 +699,59 @@ do
32293
 
   --config-cache | -C)
32294
 
     cache_file=config.cache ;;
32295
 
 
32296
 
-  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
32297
 
+  -datadir | --datadir | --datadi | --datad)
32298
 
     ac_prev=datadir ;;
32299
 
-  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
32300
 
-  | --da=*)
32301
 
+  -datadir=* | --datadir=* | --datadi=* | --datad=*)
32302
 
     datadir=$ac_optarg ;;
32303
 
 
32304
 
+  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
32305
 
+  | --dataroo | --dataro | --datar)
32306
 
+    ac_prev=datarootdir ;;
32307
 
+  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
32308
 
+  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
32309
 
+    datarootdir=$ac_optarg ;;
32310
 
+
32311
 
   -disable-* | --disable-*)
32312
 
-    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
32313
 
+    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
32314
 
     # Reject names that are not valid shell variable names.
32315
 
-    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
32316
 
-      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
32317
 
-   { (exit 1); exit 1; }; }
32318
 
-    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
32319
 
-    eval "enable_$ac_feature=no" ;;
32320
 
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
32321
 
+      as_fn_error "invalid feature name: $ac_useropt"
32322
 
+    ac_useropt_orig=$ac_useropt
32323
 
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
32324
 
+    case $ac_user_opts in
32325
 
+      *"
32326
 
+"enable_$ac_useropt"
32327
 
+"*) ;;
32328
 
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
32329
 
+        ac_unrecognized_sep=', ';;
32330
 
+    esac
32331
 
+    eval enable_$ac_useropt=no ;;
32332
 
+
32333
 
+  -docdir | --docdir | --docdi | --doc | --do)
32334
 
+    ac_prev=docdir ;;
32335
 
+  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
32336
 
+    docdir=$ac_optarg ;;
32337
 
+
32338
 
+  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
32339
 
+    ac_prev=dvidir ;;
32340
 
+  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
32341
 
+    dvidir=$ac_optarg ;;
32342
 
 
32343
 
   -enable-* | --enable-*)
32344
 
-    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
32345
 
+    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
32346
 
     # Reject names that are not valid shell variable names.
32347
 
-    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
32348
 
-      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
32349
 
-   { (exit 1); exit 1; }; }
32350
 
-    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
32351
 
-    case $ac_option in
32352
 
-      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
32353
 
-      *) ac_optarg=yes ;;
32354
 
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
32355
 
+      as_fn_error "invalid feature name: $ac_useropt"
32356
 
+    ac_useropt_orig=$ac_useropt
32357
 
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
32358
 
+    case $ac_user_opts in
32359
 
+      *"
32360
 
+"enable_$ac_useropt"
32361
 
+"*) ;;
32362
 
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
32363
 
+        ac_unrecognized_sep=', ';;
32364
 
     esac
32365
 
-    eval "enable_$ac_feature='$ac_optarg'" ;;
32366
 
+    eval enable_$ac_useropt=\$ac_optarg ;;
32367
 
 
32368
 
   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
32369
 
   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
32370
 
@@ -403,6 +778,12 @@ do
32371
 
   -host=* | --host=* | --hos=* | --ho=*)
32372
 
     host_alias=$ac_optarg ;;
32373
 
 
32374
 
+  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
32375
 
+    ac_prev=htmldir ;;
32376
 
+  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
32377
 
+  | --ht=*)
32378
 
+    htmldir=$ac_optarg ;;
32379
 
+
32380
 
   -includedir | --includedir | --includedi | --included | --include \
32381
 
   | --includ | --inclu | --incl | --inc)
32382
 
     ac_prev=includedir ;;
32383
 
@@ -427,13 +808,16 @@ do
32384
 
   | --libexe=* | --libex=* | --libe=*)
32385
 
     libexecdir=$ac_optarg ;;
32386
 
 
32387
 
+  -localedir | --localedir | --localedi | --localed | --locale)
32388
 
+    ac_prev=localedir ;;
32389
 
+  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
32390
 
+    localedir=$ac_optarg ;;
32391
 
+
32392
 
   -localstatedir | --localstatedir | --localstatedi | --localstated \
32393
 
-  | --localstate | --localstat | --localsta | --localst \
32394
 
-  | --locals | --local | --loca | --loc | --lo)
32395
 
+  | --localstate | --localstat | --localsta | --localst | --locals)
32396
 
     ac_prev=localstatedir ;;
32397
 
   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
32398
 
-  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
32399
 
-  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
32400
 
+  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
32401
 
     localstatedir=$ac_optarg ;;
32402
 
 
32403
 
   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
32404
 
@@ -498,6 +882,16 @@ do
32405
 
   | --progr-tra=* | --program-tr=* | --program-t=*)
32406
 
     program_transform_name=$ac_optarg ;;
32407
 
 
32408
 
+  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
32409
 
+    ac_prev=pdfdir ;;
32410
 
+  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
32411
 
+    pdfdir=$ac_optarg ;;
32412
 
+
32413
 
+  -psdir | --psdir | --psdi | --psd | --ps)
32414
 
+    ac_prev=psdir ;;
32415
 
+  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
32416
 
+    psdir=$ac_optarg ;;
32417
 
+
32418
 
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
32419
 
   | -silent | --silent | --silen | --sile | --sil)
32420
 
     silent=yes ;;
32421
 
@@ -548,26 +942,36 @@ do
32422
 
     ac_init_version=: ;;
32423
 
 
32424
 
   -with-* | --with-*)
32425
 
-    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
32426
 
+    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
32427
 
     # Reject names that are not valid shell variable names.
32428
 
-    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
32429
 
-      { echo "$as_me: error: invalid package name: $ac_package" >&2
32430
 
-   { (exit 1); exit 1; }; }
32431
 
-    ac_package=`echo $ac_package| sed 's/-/_/g'`
32432
 
-    case $ac_option in
32433
 
-      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
32434
 
-      *) ac_optarg=yes ;;
32435
 
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
32436
 
+      as_fn_error "invalid package name: $ac_useropt"
32437
 
+    ac_useropt_orig=$ac_useropt
32438
 
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
32439
 
+    case $ac_user_opts in
32440
 
+      *"
32441
 
+"with_$ac_useropt"
32442
 
+"*) ;;
32443
 
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
32444
 
+        ac_unrecognized_sep=', ';;
32445
 
     esac
32446
 
-    eval "with_$ac_package='$ac_optarg'" ;;
32447
 
+    eval with_$ac_useropt=\$ac_optarg ;;
32448
 
 
32449
 
   -without-* | --without-*)
32450
 
-    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
32451
 
+    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
32452
 
     # Reject names that are not valid shell variable names.
32453
 
-    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
32454
 
-      { echo "$as_me: error: invalid package name: $ac_package" >&2
32455
 
-   { (exit 1); exit 1; }; }
32456
 
-    ac_package=`echo $ac_package | sed 's/-/_/g'`
32457
 
-    eval "with_$ac_package=no" ;;
32458
 
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
32459
 
+      as_fn_error "invalid package name: $ac_useropt"
32460
 
+    ac_useropt_orig=$ac_useropt
32461
 
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
32462
 
+    case $ac_user_opts in
32463
 
+      *"
32464
 
+"with_$ac_useropt"
32465
 
+"*) ;;
32466
 
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
32467
 
+        ac_unrecognized_sep=', ';;
32468
 
+    esac
32469
 
+    eval with_$ac_useropt=no ;;
32470
 
 
32471
 
   --x)
32472
 
     # Obsolete; use --with-x.
32473
 
@@ -587,26 +991,25 @@ do
32474
 
   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
32475
 
     x_libraries=$ac_optarg ;;
32476
 
 
32477
 
-  -*) { echo "$as_me: error: unrecognized option: $ac_option
32478
 
-Try \`$0 --help' for more information." >&2
32479
 
-   { (exit 1); exit 1; }; }
32480
 
+  -*) as_fn_error "unrecognized option: \`$ac_option'
32481
 
+Try \`$0 --help' for more information."
32482
 
     ;;
32483
 
 
32484
 
   *=*)
32485
 
     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
32486
 
     # Reject names that are not valid shell variable names.
32487
 
-    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
32488
 
-      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
32489
 
-   { (exit 1); exit 1; }; }
32490
 
-    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
32491
 
-    eval "$ac_envvar='$ac_optarg'"
32492
 
+    case $ac_envvar in #(
32493
 
+      '' | [0-9]* | *[!_$as_cr_alnum]* )
32494
 
+      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
32495
 
+    esac
32496
 
+    eval $ac_envvar=\$ac_optarg
32497
 
     export $ac_envvar ;;
32498
 
 
32499
 
   *)
32500
 
     # FIXME: should be removed in autoconf 3.0.
32501
 
-    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
32502
 
+    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
32503
 
     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
32504
 
-      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
32505
 
+      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
32506
 
     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
32507
 
     ;;
32508
 
 
32509
 
@@ -615,31 +1018,36 @@ done
32510
 
 
32511
 
 if test -n "$ac_prev"; then
32512
 
   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
32513
 
-  { echo "$as_me: error: missing argument to $ac_option" >&2
32514
 
-   { (exit 1); exit 1; }; }
32515
 
+  as_fn_error "missing argument to $ac_option"
32516
 
 fi
32517
 
 
32518
 
-# Be sure to have absolute paths.
32519
 
-for ac_var in exec_prefix prefix
32520
 
-do
32521
 
-  eval ac_val=$`echo $ac_var`
32522
 
-  case $ac_val in
32523
 
-    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
32524
 
-    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
32525
 
-   { (exit 1); exit 1; }; };;
32526
 
+if test -n "$ac_unrecognized_opts"; then
32527
 
+  case $enable_option_checking in
32528
 
+    no) ;;
32529
 
+    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
32530
 
+    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
32531
 
   esac
32532
 
-done
32533
 
+fi
32534
 
 
32535
 
-# Be sure to have absolute paths.
32536
 
-for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
32537
 
-             localstatedir libdir includedir oldincludedir infodir mandir
32538
 
+# Check all directory arguments for consistency.
32539
 
+for ac_var in  exec_prefix prefix bindir sbindir libexecdir datarootdir \
32540
 
+               datadir sysconfdir sharedstatedir localstatedir includedir \
32541
 
+               oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
32542
 
+               libdir localedir mandir
32543
 
 do
32544
 
-  eval ac_val=$`echo $ac_var`
32545
 
+  eval ac_val=\$$ac_var
32546
 
+  # Remove trailing slashes.
32547
 
   case $ac_val in
32548
 
-    [\\/$]* | ?:[\\/]* ) ;;
32549
 
-    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
32550
 
-   { (exit 1); exit 1; }; };;
32551
 
+    */ )
32552
 
+      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
32553
 
+      eval $ac_var=\$ac_val;;
32554
 
   esac
32555
 
+  # Be sure to have absolute directory names.
32556
 
+  case $ac_val in
32557
 
+    [\\/$]* | ?:[\\/]* )  continue;;
32558
 
+    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
32559
 
+  esac
32560
 
+  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
32561
 
 done
32562
 
 
32563
 
 # There might be people who depend on the old broken behavior: `$host'
32564
 
@@ -653,7 +1061,7 @@ target=$target_alias
32565
 
 if test "x$host_alias" != x; then
32566
 
   if test "x$build_alias" = x; then
32567
 
     cross_compiling=maybe
32568
 
-    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
32569
 
+    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
32570
 
     If a cross compiler is detected then cross compile mode will be used." >&2
32571
 
   elif test "x$build_alias" != "x$host_alias"; then
32572
 
     cross_compiling=yes
32573
 
@@ -666,54 +1074,72 @@ test -n "$host_alias" && ac_tool_prefix=
32574
 
 test "$silent" = yes && exec 6>/dev/null
32575
 
 
32576
 
 
32577
 
+ac_pwd=`pwd` && test -n "$ac_pwd" &&
32578
 
+ac_ls_di=`ls -di .` &&
32579
 
+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
32580
 
+  as_fn_error "working directory cannot be determined"
32581
 
+test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
32582
 
+  as_fn_error "pwd does not report name of working directory"
32583
 
+
32584
 
+
32585
 
 # Find the source files, if location was not specified.
32586
 
 if test -z "$srcdir"; then
32587
 
   ac_srcdir_defaulted=yes
32588
 
-  # Try the directory containing this script, then its parent.
32589
 
-  ac_confdir=`(dirname "$0") 2>/dev/null ||
32590
 
-$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
32591
 
-        X"$0" : 'X\(//\)[^/]' \| \
32592
 
-        X"$0" : 'X\(//\)$' \| \
32593
 
-        X"$0" : 'X\(/\)' \| \
32594
 
-        .     : '\(.\)' 2>/dev/null ||
32595
 
-echo X"$0" |
32596
 
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
32597
 
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
32598
 
-         /^X\(\/\/\)$/{ s//\1/; q; }
32599
 
-         /^X\(\/\).*/{ s//\1/; q; }
32600
 
-         s/.*/./; q'`
32601
 
+  # Try the directory containing this script, then the parent directory.
32602
 
+  ac_confdir=`$as_dirname -- "$as_myself" ||
32603
 
+$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
32604
 
+        X"$as_myself" : 'X\(//\)[^/]' \| \
32605
 
+        X"$as_myself" : 'X\(//\)$' \| \
32606
 
+        X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
32607
 
+$as_echo X"$as_myself" |
32608
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
32609
 
+           s//\1/
32610
 
+           q
32611
 
+         }
32612
 
+         /^X\(\/\/\)[^/].*/{
32613
 
+           s//\1/
32614
 
+           q
32615
 
+         }
32616
 
+         /^X\(\/\/\)$/{
32617
 
+           s//\1/
32618
 
+           q
32619
 
+         }
32620
 
+         /^X\(\/\).*/{
32621
 
+           s//\1/
32622
 
+           q
32623
 
+         }
32624
 
+         s/.*/./; q'`
32625
 
   srcdir=$ac_confdir
32626
 
-  if test ! -r $srcdir/$ac_unique_file; then
32627
 
+  if test ! -r "$srcdir/$ac_unique_file"; then
32628
 
     srcdir=..
32629
 
   fi
32630
 
 else
32631
 
   ac_srcdir_defaulted=no
32632
 
 fi
32633
 
-if test ! -r $srcdir/$ac_unique_file; then
32634
 
-  if test "$ac_srcdir_defaulted" = yes; then
32635
 
-    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
32636
 
-   { (exit 1); exit 1; }; }
32637
 
-  else
32638
 
-    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
32639
 
-   { (exit 1); exit 1; }; }
32640
 
-  fi
32641
 
-fi
32642
 
-(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
32643
 
-  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
32644
 
-   { (exit 1); exit 1; }; }
32645
 
-srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
32646
 
-ac_env_build_alias_set=${build_alias+set}
32647
 
-ac_env_build_alias_value=$build_alias
32648
 
-ac_cv_env_build_alias_set=${build_alias+set}
32649
 
-ac_cv_env_build_alias_value=$build_alias
32650
 
-ac_env_host_alias_set=${host_alias+set}
32651
 
-ac_env_host_alias_value=$host_alias
32652
 
-ac_cv_env_host_alias_set=${host_alias+set}
32653
 
-ac_cv_env_host_alias_value=$host_alias
32654
 
-ac_env_target_alias_set=${target_alias+set}
32655
 
-ac_env_target_alias_value=$target_alias
32656
 
-ac_cv_env_target_alias_set=${target_alias+set}
32657
 
-ac_cv_env_target_alias_value=$target_alias
32658
 
+if test ! -r "$srcdir/$ac_unique_file"; then
32659
 
+  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
32660
 
+  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
32661
 
+fi
32662
 
+ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
32663
 
+ac_abs_confdir=`(
32664
 
+       cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
32665
 
+       pwd)`
32666
 
+# When building in place, set srcdir=.
32667
 
+if test "$ac_abs_confdir" = "$ac_pwd"; then
32668
 
+  srcdir=.
32669
 
+fi
32670
 
+# Remove unnecessary trailing slashes from srcdir.
32671
 
+# Double slashes in file names in object file debugging info
32672
 
+# mess up M-x gdb in Emacs.
32673
 
+case $srcdir in
32674
 
+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
32675
 
+esac
32676
 
+for ac_var in $ac_precious_vars; do
32677
 
+  eval ac_env_${ac_var}_set=\${${ac_var}+set}
32678
 
+  eval ac_env_${ac_var}_value=\$${ac_var}
32679
 
+  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
32680
 
+  eval ac_cv_env_${ac_var}_value=\$${ac_var}
32681
 
+done
32682
 
 
32683
 
 #
32684
 
 # Report the --help message.
32685
 
@@ -742,14 +1168,11 @@ Configuration:
32686
 
   -n, --no-create         do not create output files
32687
 
       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
32688
 
 
32689
 
-_ACEOF
32690
 
-
32691
 
-  cat <<_ACEOF
32692
 
 Installation directories:
32693
 
   --prefix=PREFIX         install architecture-independent files in PREFIX
32694
 
-                         [$ac_default_prefix]
32695
 
+                          [$ac_default_prefix]
32696
 
   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
32697
 
-                         [PREFIX]
32698
 
+                          [PREFIX]
32699
 
 
32700
 
 By default, \`make install' will install all the files in
32701
 
 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
32702
 
@@ -759,18 +1182,25 @@ for instance \`--prefix=\$HOME'.
32703
 
 For better control, use the options below.
32704
 
 
32705
 
 Fine tuning of the installation directories:
32706
 
-  --bindir=DIR           user executables [EPREFIX/bin]
32707
 
-  --sbindir=DIR          system admin executables [EPREFIX/sbin]
32708
 
-  --libexecdir=DIR       program executables [EPREFIX/libexec]
32709
 
-  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
32710
 
-  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
32711
 
-  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
32712
 
-  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
32713
 
-  --libdir=DIR           object code libraries [EPREFIX/lib]
32714
 
-  --includedir=DIR       C header files [PREFIX/include]
32715
 
-  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
32716
 
-  --infodir=DIR          info documentation [PREFIX/info]
32717
 
-  --mandir=DIR           man documentation [PREFIX/man]
32718
 
+  --bindir=DIR            user executables [EPREFIX/bin]
32719
 
+  --sbindir=DIR           system admin executables [EPREFIX/sbin]
32720
 
+  --libexecdir=DIR        program executables [EPREFIX/libexec]
32721
 
+  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
32722
 
+  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
32723
 
+  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
32724
 
+  --libdir=DIR            object code libraries [EPREFIX/lib]
32725
 
+  --includedir=DIR        C header files [PREFIX/include]
32726
 
+  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
32727
 
+  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
32728
 
+  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
32729
 
+  --infodir=DIR           info documentation [DATAROOTDIR/info]
32730
 
+  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
32731
 
+  --mandir=DIR            man documentation [DATAROOTDIR/man]
32732
 
+  --docdir=DIR            documentation root [DATAROOTDIR/doc/gnats-doc]
32733
 
+  --htmldir=DIR           html documentation [DOCDIR]
32734
 
+  --dvidir=DIR            dvi documentation [DOCDIR]
32735
 
+  --pdfdir=DIR            pdf documentation [DOCDIR]
32736
 
+  --psdir=DIR             ps documentation [DOCDIR]
32737
 
 _ACEOF
32738
 
 
32739
 
   cat <<\_ACEOF
32740
 
@@ -785,120 +1215,91 @@ if test -n "$ac_init_help"; then
32741
 
 
32742
 
 Report bugs to <bug-gnats@gnu.org>.
32743
 
 _ACEOF
32744
 
+ac_status=$?
32745
 
 fi
32746
 
 
32747
 
 if test "$ac_init_help" = "recursive"; then
32748
 
   # If there are subdirs, report their specific --help.
32749
 
-  ac_popdir=`pwd`
32750
 
   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
32751
 
-    test -d $ac_dir || continue
32752
 
+    test -d "$ac_dir" ||
32753
 
+      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
32754
 
+      continue
32755
 
     ac_builddir=.
32756
 
 
32757
 
-if test "$ac_dir" != .; then
32758
 
-  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
32759
 
-  # A "../" for each directory in $ac_dir_suffix.
32760
 
-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
32761
 
-else
32762
 
-  ac_dir_suffix= ac_top_builddir=
32763
 
-fi
32764
 
+case "$ac_dir" in
32765
 
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
32766
 
+*)
32767
 
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
32768
 
+  # A ".." for each directory in $ac_dir_suffix.
32769
 
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
32770
 
+  case $ac_top_builddir_sub in
32771
 
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
32772
 
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
32773
 
+  esac ;;
32774
 
+esac
32775
 
+ac_abs_top_builddir=$ac_pwd
32776
 
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
32777
 
+# for backward compatibility:
32778
 
+ac_top_builddir=$ac_top_build_prefix
32779
 
 
32780
 
 case $srcdir in
32781
 
-  .)  # No --srcdir option.  We are building in place.
32782
 
+  .)  # We are building in place.
32783
 
     ac_srcdir=.
32784
 
-    if test -z "$ac_top_builddir"; then
32785
 
-       ac_top_srcdir=.
32786
 
-    else
32787
 
-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
32788
 
-    fi ;;
32789
 
-  [\\/]* | ?:[\\/]* )  # Absolute path.
32790
 
+    ac_top_srcdir=$ac_top_builddir_sub
32791
 
+    ac_abs_top_srcdir=$ac_pwd ;;
32792
 
+  [\\/]* | ?:[\\/]* )  # Absolute name.
32793
 
     ac_srcdir=$srcdir$ac_dir_suffix;
32794
 
-    ac_top_srcdir=$srcdir ;;
32795
 
-  *) # Relative path.
32796
 
-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
32797
 
-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
32798
 
-esac
32799
 
-
32800
 
-# Do not use `cd foo && pwd` to compute absolute paths, because
32801
 
-# the directories may not exist.
32802
 
-case `pwd` in
32803
 
-.) ac_abs_builddir="$ac_dir";;
32804
 
-*)
32805
 
-  case "$ac_dir" in
32806
 
-  .) ac_abs_builddir=`pwd`;;
32807
 
-  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
32808
 
-  *) ac_abs_builddir=`pwd`/"$ac_dir";;
32809
 
-  esac;;
32810
 
-esac
32811
 
-case $ac_abs_builddir in
32812
 
-.) ac_abs_top_builddir=${ac_top_builddir}.;;
32813
 
-*)
32814
 
-  case ${ac_top_builddir}. in
32815
 
-  .) ac_abs_top_builddir=$ac_abs_builddir;;
32816
 
-  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
32817
 
-  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
32818
 
-  esac;;
32819
 
-esac
32820
 
-case $ac_abs_builddir in
32821
 
-.) ac_abs_srcdir=$ac_srcdir;;
32822
 
-*)
32823
 
-  case $ac_srcdir in
32824
 
-  .) ac_abs_srcdir=$ac_abs_builddir;;
32825
 
-  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
32826
 
-  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
32827
 
-  esac;;
32828
 
-esac
32829
 
-case $ac_abs_builddir in
32830
 
-.) ac_abs_top_srcdir=$ac_top_srcdir;;
32831
 
-*)
32832
 
-  case $ac_top_srcdir in
32833
 
-  .) ac_abs_top_srcdir=$ac_abs_builddir;;
32834
 
-  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
32835
 
-  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
32836
 
-  esac;;
32837
 
+    ac_top_srcdir=$srcdir
32838
 
+    ac_abs_top_srcdir=$srcdir ;;
32839
 
+  *) # Relative name.
32840
 
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
32841
 
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
32842
 
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
32843
 
 esac
32844
 
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
32845
 
 
32846
 
-    cd $ac_dir
32847
 
-    # Check for guested configure; otherwise get Cygnus style configure.
32848
 
-    if test -f $ac_srcdir/configure.gnu; then
32849
 
-      echo
32850
 
-      $SHELL $ac_srcdir/configure.gnu  --help=recursive
32851
 
-    elif test -f $ac_srcdir/configure; then
32852
 
-      echo
32853
 
-      $SHELL $ac_srcdir/configure  --help=recursive
32854
 
-    elif test -f $ac_srcdir/configure.ac ||
32855
 
-          test -f $ac_srcdir/configure.in; then
32856
 
-      echo
32857
 
-      $ac_configure --help
32858
 
+    cd "$ac_dir" || { ac_status=$?; continue; }
32859
 
+    # Check for guested configure.
32860
 
+    if test -f "$ac_srcdir/configure.gnu"; then
32861
 
+      echo &&
32862
 
+      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
32863
 
+    elif test -f "$ac_srcdir/configure"; then
32864
 
+      echo &&
32865
 
+      $SHELL "$ac_srcdir/configure" --help=recursive
32866
 
     else
32867
 
-      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
32868
 
-    fi
32869
 
-    cd "$ac_popdir"
32870
 
+      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
32871
 
+    fi || ac_status=$?
32872
 
+    cd "$ac_pwd" || { ac_status=$?; break; }
32873
 
   done
32874
 
 fi
32875
 
 
32876
 
-test -n "$ac_init_help" && exit 0
32877
 
+test -n "$ac_init_help" && exit $ac_status
32878
 
 if $ac_init_version; then
32879
 
   cat <<\_ACEOF
32880
 
 gnats-doc configure 4.1.0
32881
 
-generated by GNU Autoconf 2.59
32882
 
+generated by GNU Autoconf 2.65
32883
 
 
32884
 
-Copyright (C) 2003 Free Software Foundation, Inc.
32885
 
+Copyright (C) 2009 Free Software Foundation, Inc.
32886
 
 This configure script is free software; the Free Software Foundation
32887
 
 gives unlimited permission to copy, distribute and modify it.
32888
 
 _ACEOF
32889
 
-  exit 0
32890
 
+  exit
32891
 
 fi
32892
 
-exec 5>config.log
32893
 
-cat >&5 <<_ACEOF
32894
 
+
32895
 
+## ------------------------ ##
32896
 
+## Autoconf initialization. ##
32897
 
+## ------------------------ ##
32898
 
+cat >config.log <<_ACEOF
32899
 
 This file contains any messages produced by compilers while
32900
 
 running configure, to aid debugging if configure makes a mistake.
32901
 
 
32902
 
 It was created by gnats-doc $as_me 4.1.0, which was
32903
 
-generated by GNU Autoconf 2.59.  Invocation command line was
32904
 
+generated by GNU Autoconf 2.65.  Invocation command line was
32905
 
 
32906
 
   $ $0 $@
32907
 
 
32908
 
 _ACEOF
32909
 
+exec 5>>config.log
32910
 
 {
32911
 
 cat <<_ASUNAME
32912
 
 ## --------- ##
32913
 
@@ -917,7 +1318,7 @@ uname -v = `(uname -v) 2>/dev/null || ec
32914
 
 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
32915
 
 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
32916
 
 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
32917
 
-hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
32918
 
+/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
32919
 
 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
32920
 
 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
32921
 
 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
32922
 
@@ -929,8 +1330,9 @@ for as_dir in $PATH
32923
 
 do
32924
 
   IFS=$as_save_IFS
32925
 
   test -z "$as_dir" && as_dir=.
32926
 
-  echo "PATH: $as_dir"
32927
 
-done
32928
 
+    $as_echo "PATH: $as_dir"
32929
 
+  done
32930
 
+IFS=$as_save_IFS
32931
 
 
32932
 
 } >&5
32933
 
 
32934
 
@@ -952,7 +1354,6 @@ _ACEOF
32935
 
 ac_configure_args=
32936
 
 ac_configure_args0=
32937
 
 ac_configure_args1=
32938
 
-ac_sep=
32939
 
 ac_must_keep_next=false
32940
 
 for ac_pass in 1 2
32941
 
 do
32942
 
@@ -963,13 +1364,13 @@ do
32943
 
     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
32944
 
     | -silent | --silent | --silen | --sile | --sil)
32945
 
       continue ;;
32946
 
-    *" "*|*"   "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
32947
 
-      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
32948
 
+    *\'*)
32949
 
+      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
32950
 
     esac
32951
 
     case $ac_pass in
32952
 
-    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
32953
 
+    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
32954
 
     2)
32955
 
-      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
32956
 
+      as_fn_append ac_configure_args1 " '$ac_arg'"
32957
 
       if test $ac_must_keep_next = true; then
32958
 
        ac_must_keep_next=false # Got value, back to normal.
32959
 
       else
32960
 
@@ -985,21 +1386,19 @@ do
32961
 
          -* ) ac_must_keep_next=true ;;
32962
 
        esac
32963
 
       fi
32964
 
-      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
32965
 
-      # Get rid of the leading space.
32966
 
-      ac_sep=" "
32967
 
+      as_fn_append ac_configure_args " '$ac_arg'"
32968
 
       ;;
32969
 
     esac
32970
 
   done
32971
 
 done
32972
 
-$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
32973
 
-$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
32974
 
+{ ac_configure_args0=; unset ac_configure_args0;}
32975
 
+{ ac_configure_args1=; unset ac_configure_args1;}
32976
 
 
32977
 
 # When interrupted or exit'd, cleanup temporary files, and complete
32978
 
 # config.log.  We remove comments because anyway the quotes in there
32979
 
 # would cause problems or look ugly.
32980
 
-# WARNING: Be sure not to use single quotes in there, as some shells,
32981
 
-# such as our DU 5.0 friend, will then `close' the trap.
32982
 
+# WARNING: Use '\'' to represent an apostrophe within the trap.
32983
 
+# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
32984
 
 trap 'exit_status=$?
32985
 
   # Save into config.log some information that might help in debugging.
32986
 
   {
32987
 
@@ -1012,20 +1411,35 @@ trap 'exit_status=$?
32988
 
 _ASBOX
32989
 
     echo
32990
 
     # The following way of writing the cache mishandles newlines in values,
32991
 
-{
32992
 
+(
32993
 
+  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
32994
 
+    eval ac_val=\$$ac_var
32995
 
+    case $ac_val in #(
32996
 
+    *${as_nl}*)
32997
 
+      case $ac_var in #(
32998
 
+      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
32999
 
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
33000
 
+      esac
33001
 
+      case $ac_var in #(
33002
 
+      _ | IFS | as_nl) ;; #(
33003
 
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
33004
 
+      *) { eval $ac_var=; unset $ac_var;} ;;
33005
 
+      esac ;;
33006
 
+    esac
33007
 
+  done
33008
 
   (set) 2>&1 |
33009
 
-    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
33010
 
-    *ac_space=\ *)
33011
 
+    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
33012
 
+    *${as_nl}ac_space=\ *)
33013
 
       sed -n \
33014
 
-       "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
33015
 
-         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
33016
 
-      ;;
33017
 
+       "s/'\''/'\''\\\\'\'''\''/g;
33018
 
+         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
33019
 
+      ;; #(
33020
 
     *)
33021
 
-      sed -n \
33022
 
-       "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
33023
 
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
33024
 
       ;;
33025
 
-    esac;
33026
 
-}
33027
 
+    esac |
33028
 
+    sort
33029
 
+)
33030
 
     echo
33031
 
 
33032
 
     cat <<\_ASBOX
33033
 
@@ -1036,22 +1450,28 @@ _ASBOX
33034
 
     echo
33035
 
     for ac_var in $ac_subst_vars
33036
 
     do
33037
 
-      eval ac_val=$`echo $ac_var`
33038
 
-      echo "$ac_var='"'"'$ac_val'"'"'"
33039
 
+      eval ac_val=\$$ac_var
33040
 
+      case $ac_val in
33041
 
+      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
33042
 
+      esac
33043
 
+      $as_echo "$ac_var='\''$ac_val'\''"
33044
 
     done | sort
33045
 
     echo
33046
 
 
33047
 
     if test -n "$ac_subst_files"; then
33048
 
       cat <<\_ASBOX
33049
 
-## ------------- ##
33050
 
-## Output files. ##
33051
 
-## ------------- ##
33052
 
+## ------------------- ##
33053
 
+## File substitutions. ##
33054
 
+## ------------------- ##
33055
 
 _ASBOX
33056
 
       echo
33057
 
       for ac_var in $ac_subst_files
33058
 
       do
33059
 
-       eval ac_val=$`echo $ac_var`
33060
 
-       echo "$ac_var='"'"'$ac_val'"'"'"
33061
 
+       eval ac_val=\$$ac_var
33062
 
+       case $ac_val in
33063
 
+       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
33064
 
+       esac
33065
 
+       $as_echo "$ac_var='\''$ac_val'\''"
33066
 
       done | sort
33067
 
       echo
33068
 
     fi
33069
 
@@ -1063,26 +1483,26 @@ _ASBOX
33070
 
 ## ----------- ##
33071
 
 _ASBOX
33072
 
       echo
33073
 
-      sed "/^$/d" confdefs.h | sort
33074
 
+      cat confdefs.h
33075
 
       echo
33076
 
     fi
33077
 
     test "$ac_signal" != 0 &&
33078
 
-      echo "$as_me: caught signal $ac_signal"
33079
 
-    echo "$as_me: exit $exit_status"
33080
 
+      $as_echo "$as_me: caught signal $ac_signal"
33081
 
+    $as_echo "$as_me: exit $exit_status"
33082
 
   } >&5
33083
 
-  rm -f core *.core &&
33084
 
-  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
33085
 
+  rm -f core *.core core.conftest.* &&
33086
 
+    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
33087
 
     exit $exit_status
33088
 
-     ' 0
33089
 
+' 0
33090
 
 for ac_signal in 1 2 13 15; do
33091
 
-  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
33092
 
+  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
33093
 
 done
33094
 
 ac_signal=0
33095
 
 
33096
 
 # confdefs.h avoids OS command line length limits that DEFS can exceed.
33097
 
-rm -rf conftest* confdefs.h
33098
 
-# AIX cpp loses on an empty file, so make sure it contains at least a newline.
33099
 
-echo >confdefs.h
33100
 
+rm -f -r conftest* confdefs.h
33101
 
+
33102
 
+$as_echo "/* confdefs.h */" > confdefs.h
33103
 
 
33104
 
 # Predefined preprocessor variables.
33105
 
 
33106
 
@@ -1090,112 +1510,128 @@ cat >>confdefs.h <<_ACEOF
33107
 
 #define PACKAGE_NAME "$PACKAGE_NAME"
33108
 
 _ACEOF
33109
 
 
33110
 
-
33111
 
 cat >>confdefs.h <<_ACEOF
33112
 
 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
33113
 
 _ACEOF
33114
 
 
33115
 
-
33116
 
 cat >>confdefs.h <<_ACEOF
33117
 
 #define PACKAGE_VERSION "$PACKAGE_VERSION"
33118
 
 _ACEOF
33119
 
 
33120
 
-
33121
 
 cat >>confdefs.h <<_ACEOF
33122
 
 #define PACKAGE_STRING "$PACKAGE_STRING"
33123
 
 _ACEOF
33124
 
 
33125
 
-
33126
 
 cat >>confdefs.h <<_ACEOF
33127
 
 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
33128
 
 _ACEOF
33129
 
 
33130
 
+cat >>confdefs.h <<_ACEOF
33131
 
+#define PACKAGE_URL "$PACKAGE_URL"
33132
 
+_ACEOF
33133
 
+
33134
 
 
33135
 
 # Let the site file select an alternate cache file if it wants to.
33136
 
-# Prefer explicitly selected file to automatically selected ones.
33137
 
-if test -z "$CONFIG_SITE"; then
33138
 
-  if test "x$prefix" != xNONE; then
33139
 
-    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
33140
 
-  else
33141
 
-    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
33142
 
-  fi
33143
 
+# Prefer an explicitly selected file to automatically selected ones.
33144
 
+ac_site_file1=NONE
33145
 
+ac_site_file2=NONE
33146
 
+if test -n "$CONFIG_SITE"; then
33147
 
+  ac_site_file1=$CONFIG_SITE
33148
 
+elif test "x$prefix" != xNONE; then
33149
 
+  ac_site_file1=$prefix/share/config.site
33150
 
+  ac_site_file2=$prefix/etc/config.site
33151
 
+else
33152
 
+  ac_site_file1=$ac_default_prefix/share/config.site
33153
 
+  ac_site_file2=$ac_default_prefix/etc/config.site
33154
 
 fi
33155
 
-for ac_site_file in $CONFIG_SITE; do
33156
 
-  if test -r "$ac_site_file"; then
33157
 
-    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
33158
 
-echo "$as_me: loading site script $ac_site_file" >&6;}
33159
 
+for ac_site_file in "$ac_site_file1" "$ac_site_file2"
33160
 
+do
33161
 
+  test "x$ac_site_file" = xNONE && continue
33162
 
+  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
33163
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
33164
 
+$as_echo "$as_me: loading site script $ac_site_file" >&6;}
33165
 
     sed 's/^/| /' "$ac_site_file" >&5
33166
 
     . "$ac_site_file"
33167
 
   fi
33168
 
 done
33169
 
 
33170
 
 if test -r "$cache_file"; then
33171
 
-  # Some versions of bash will fail to source /dev/null (special
33172
 
-  # files actually), so we avoid doing that.
33173
 
-  if test -f "$cache_file"; then
33174
 
-    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
33175
 
-echo "$as_me: loading cache $cache_file" >&6;}
33176
 
+  # Some versions of bash will fail to source /dev/null (special files
33177
 
+  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
33178
 
+  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
33179
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
33180
 
+$as_echo "$as_me: loading cache $cache_file" >&6;}
33181
 
     case $cache_file in
33182
 
-      [\\/]* | ?:[\\/]* ) . $cache_file;;
33183
 
-      *)                      . ./$cache_file;;
33184
 
+      [\\/]* | ?:[\\/]* ) . "$cache_file";;
33185
 
+      *)                      . "./$cache_file";;
33186
 
     esac
33187
 
   fi
33188
 
 else
33189
 
-  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
33190
 
-echo "$as_me: creating cache $cache_file" >&6;}
33191
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
33192
 
+$as_echo "$as_me: creating cache $cache_file" >&6;}
33193
 
   >$cache_file
33194
 
 fi
33195
 
 
33196
 
 # Check that the precious variables saved in the cache have kept the same
33197
 
 # value.
33198
 
 ac_cache_corrupted=false
33199
 
-for ac_var in `(set) 2>&1 |
33200
 
-              sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
33201
 
+for ac_var in $ac_precious_vars; do
33202
 
   eval ac_old_set=\$ac_cv_env_${ac_var}_set
33203
 
   eval ac_new_set=\$ac_env_${ac_var}_set
33204
 
-  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
33205
 
-  eval ac_new_val="\$ac_env_${ac_var}_value"
33206
 
+  eval ac_old_val=\$ac_cv_env_${ac_var}_value
33207
 
+  eval ac_new_val=\$ac_env_${ac_var}_value
33208
 
   case $ac_old_set,$ac_new_set in
33209
 
     set,)
33210
 
-      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
33211
 
-echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
33212
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
33213
 
+$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
33214
 
       ac_cache_corrupted=: ;;
33215
 
     ,set)
33216
 
-      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
33217
 
-echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
33218
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
33219
 
+$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
33220
 
       ac_cache_corrupted=: ;;
33221
 
     ,);;
33222
 
     *)
33223
 
       if test "x$ac_old_val" != "x$ac_new_val"; then
33224
 
-       { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
33225
 
-echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
33226
 
-       { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
33227
 
-echo "$as_me:   former value:  $ac_old_val" >&2;}
33228
 
-       { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
33229
 
-echo "$as_me:   current value: $ac_new_val" >&2;}
33230
 
-       ac_cache_corrupted=:
33231
 
+       # differences in whitespace do not lead to failure.
33232
 
+       ac_old_val_w=`echo x $ac_old_val`
33233
 
+       ac_new_val_w=`echo x $ac_new_val`
33234
 
+       if test "$ac_old_val_w" != "$ac_new_val_w"; then
33235
 
+         { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
33236
 
+$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
33237
 
+         ac_cache_corrupted=:
33238
 
+       else
33239
 
+         { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
33240
 
+$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
33241
 
+         eval $ac_var=\$ac_old_val
33242
 
+       fi
33243
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
33244
 
+$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
33245
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
33246
 
+$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
33247
 
       fi;;
33248
 
   esac
33249
 
   # Pass precious variables to config.status.
33250
 
   if test "$ac_new_set" = set; then
33251
 
     case $ac_new_val in
33252
 
-    *" "*|*"   "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
33253
 
-      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
33254
 
+    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
33255
 
     *) ac_arg=$ac_var=$ac_new_val ;;
33256
 
     esac
33257
 
     case " $ac_configure_args " in
33258
 
       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
33259
 
-      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
33260
 
+      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
33261
 
     esac
33262
 
   fi
33263
 
 done
33264
 
 if $ac_cache_corrupted; then
33265
 
-  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
33266
 
-echo "$as_me: error: changes in the environment can compromise the build" >&2;}
33267
 
-  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
33268
 
-echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
33269
 
-   { (exit 1); exit 1; }; }
33270
 
-fi
33271
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
33272
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
33273
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
33274
 
+$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
33275
 
+  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
33276
 
+fi
33277
 
+## -------------------- ##
33278
 
+## Main body of script. ##
33279
 
+## -------------------- ##
33280
 
 
33281
 
 ac_ext=c
33282
 
 ac_cpp='$CPP $CPPFLAGS'
33283
 
@@ -1204,55 +1640,28 @@ ac_link='$CC -o conftest$ac_exeext $CFLA
33284
 
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
33285
 
 
33286
 
 
33287
 
-
33288
 
-
33289
 
-
33290
 
-
33291
 
-
33292
 
-
33293
 
-
33294
 
-
33295
 
-
33296
 
-
33297
 
-
33298
 
-
33299
 
-
33300
 
-
33301
 
-
33302
 
-
33303
 
-
33304
 
-
33305
 
-
33306
 
-
33307
 
-
33308
 
-
33309
 
-
33310
 
-
33311
 
-
33312
 
 ac_aux_dir=
33313
 
-for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
33314
 
-  if test -f $ac_dir/install-sh; then
33315
 
-    ac_aux_dir=$ac_dir
33316
 
-    ac_install_sh="$ac_aux_dir/install-sh -c"
33317
 
-    break
33318
 
-  elif test -f $ac_dir/install.sh; then
33319
 
-    ac_aux_dir=$ac_dir
33320
 
-    ac_install_sh="$ac_aux_dir/install.sh -c"
33321
 
-    break
33322
 
-  elif test -f $ac_dir/shtool; then
33323
 
-    ac_aux_dir=$ac_dir
33324
 
-    ac_install_sh="$ac_aux_dir/shtool install -c"
33325
 
-    break
33326
 
-  fi
33327
 
+for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
33328
 
+  for ac_t in install-sh install.sh shtool; do
33329
 
+    if test -f "$ac_dir/$ac_t"; then
33330
 
+      ac_aux_dir=$ac_dir
33331
 
+      ac_install_sh="$ac_aux_dir/$ac_t -c"
33332
 
+      break 2
33333
 
+    fi
33334
 
+  done
33335
 
 done
33336
 
 if test -z "$ac_aux_dir"; then
33337
 
-  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
33338
 
-echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
33339
 
-   { (exit 1); exit 1; }; }
33340
 
-fi
33341
 
-ac_config_guess="$SHELL $ac_aux_dir/config.guess"
33342
 
-ac_config_sub="$SHELL $ac_aux_dir/config.sub"
33343
 
-ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
33344
 
+  as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
33345
 
+fi
33346
 
+
33347
 
+# These three variables are undocumented and unsupported,
33348
 
+# and are intended to be withdrawn in a future Autoconf release.
33349
 
+# They can cause serious problems if a builder's source tree is in a directory
33350
 
+# whose full name contains unusual characters.
33351
 
+ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
33352
 
+ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
33353
 
+ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
33354
 
+
33355
 
 
33356
 
 # Find a good install program.  We prefer a C program (faster),
33357
 
 # so one script is as good as another.  But avoid the broken or
33358
 
@@ -1267,22 +1676,23 @@ ac_configure="$SHELL $ac_aux_dir/configu
33359
 
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
33360
 
 # OS/2's system install, which has a completely different semantic
33361
 
 # ./install, which can be erroneously created by make from ./install.sh.
33362
 
-echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
33363
 
-echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
33364
 
+# Reject install programs that cannot install multiple files.
33365
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
33366
 
+$as_echo_n "checking for a BSD-compatible install... " >&6; }
33367
 
 if test -z "$INSTALL"; then
33368
 
-if test "${ac_cv_path_install+set}" = set; then
33369
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
33370
 
+if test "${ac_cv_path_install+set}" = set; then :
33371
 
+  $as_echo_n "(cached) " >&6
33372
 
 else
33373
 
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33374
 
 for as_dir in $PATH
33375
 
 do
33376
 
   IFS=$as_save_IFS
33377
 
   test -z "$as_dir" && as_dir=.
33378
 
-  # Account for people who put trailing slashes in PATH elements.
33379
 
-case $as_dir/ in
33380
 
-  ./ | .// | /cC/* | \
33381
 
+    # Account for people who put trailing slashes in PATH elements.
33382
 
+case $as_dir/ in #((
33383
 
+  ./ | .// | /[cC]/* | \
33384
 
   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
33385
 
-  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
33386
 
+  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
33387
 
   /usr/ucb/* ) ;;
33388
 
   *)
33389
 
     # OSF1 and SCO ODT 3.0 have their own names for install.
33390
 
@@ -1290,7 +1700,7 @@ case $as_dir/ in
33391
 
     # by default.
33392
 
     for ac_prog in ginstall scoinst install; do
33393
 
       for ac_exec_ext in '' $ac_executable_extensions; do
33394
 
-       if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
33395
 
+       if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
33396
 
          if test $ac_prog = install &&
33397
 
            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
33398
 
            # AIX install.  It has an incompatible calling convention.
33399
 
@@ -1300,30 +1710,43 @@ case $as_dir/ in
33400
 
            # program-specific install script used by HP pwplus--don't use.
33401
 
            :
33402
 
          else
33403
 
-           ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
33404
 
-           break 3
33405
 
+           rm -rf conftest.one conftest.two conftest.dir
33406
 
+           echo one > conftest.one
33407
 
+           echo two > conftest.two
33408
 
+           mkdir conftest.dir
33409
 
+           if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
33410
 
+             test -s conftest.one && test -s conftest.two &&
33411
 
+             test -s conftest.dir/conftest.one &&
33412
 
+             test -s conftest.dir/conftest.two
33413
 
+           then
33414
 
+             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
33415
 
+             break 3
33416
 
+           fi
33417
 
          fi
33418
 
        fi
33419
 
       done
33420
 
     done
33421
 
     ;;
33422
 
 esac
33423
 
-done
33424
 
 
33425
 
+  done
33426
 
+IFS=$as_save_IFS
33427
 
+
33428
 
+rm -rf conftest.one conftest.two conftest.dir
33429
 
 
33430
 
 fi
33431
 
   if test "${ac_cv_path_install+set}" = set; then
33432
 
     INSTALL=$ac_cv_path_install
33433
 
   else
33434
 
-    # As a last resort, use the slow shell script.  We don't cache a
33435
 
-    # path for INSTALL within a source directory, because that will
33436
 
+    # As a last resort, use the slow shell script.  Don't cache a
33437
 
+    # value for INSTALL within a source directory, because that will
33438
 
     # break other packages using the cache if that directory is
33439
 
-    # removed, or if the path is relative.
33440
 
+    # removed, or if the value is a relative name.
33441
 
     INSTALL=$ac_install_sh
33442
 
   fi
33443
 
 fi
33444
 
-echo "$as_me:$LINENO: result: $INSTALL" >&5
33445
 
-echo "${ECHO_T}$INSTALL" >&6
33446
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
33447
 
+$as_echo "$INSTALL" >&6; }
33448
 
 
33449
 
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
33450
 
 # It thinks the first close brace ends the variable substitution.
33451
 
@@ -1335,10 +1758,10 @@ test -z "$INSTALL_DATA" && INSTALL_DATA=
33452
 
 
33453
 
 # Extract the first word of "install-info", so it can be a program name with args.
33454
 
 set dummy install-info; ac_word=$2
33455
 
-echo "$as_me:$LINENO: checking for $ac_word" >&5
33456
 
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33457
 
-if test "${ac_cv_path_INSTALL_INFO+set}" = set; then
33458
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
33459
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
33460
 
+$as_echo_n "checking for $ac_word... " >&6; }
33461
 
+if test "${ac_cv_path_INSTALL_INFO+set}" = set; then :
33462
 
+  $as_echo_n "(cached) " >&6
33463
 
 else
33464
 
   case $INSTALL_INFO in
33465
 
   [\\/]* | ?:[\\/]*)
33466
 
@@ -1350,29 +1773,30 @@ for as_dir in $PATH
33467
 
 do
33468
 
   IFS=$as_save_IFS
33469
 
   test -z "$as_dir" && as_dir=.
33470
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
33471
 
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33472
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
33473
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
33474
 
     ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext"
33475
 
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33476
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
33477
 
     break 2
33478
 
   fi
33479
 
 done
33480
 
-done
33481
 
+  done
33482
 
+IFS=$as_save_IFS
33483
 
 
33484
 
   ;;
33485
 
 esac
33486
 
 fi
33487
 
 INSTALL_INFO=$ac_cv_path_INSTALL_INFO
33488
 
-
33489
 
 if test -n "$INSTALL_INFO"; then
33490
 
-  echo "$as_me:$LINENO: result: $INSTALL_INFO" >&5
33491
 
-echo "${ECHO_T}$INSTALL_INFO" >&6
33492
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL_INFO" >&5
33493
 
+$as_echo "$INSTALL_INFO" >&6; }
33494
 
 else
33495
 
-  echo "$as_me:$LINENO: result: no" >&5
33496
 
-echo "${ECHO_T}no" >&6
33497
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33498
 
+$as_echo "no" >&6; }
33499
 
 fi
33500
 
 
33501
 
-                    ac_config_files="$ac_config_files Makefile man/Makefile"
33502
 
+
33503
 
+ac_config_files="$ac_config_files Makefile man/Makefile"
33504
 
 
33505
 
 cat >confcache <<\_ACEOF
33506
 
 # This file is a shell script that caches the results of configure
33507
 
@@ -1392,39 +1816,59 @@ _ACEOF
33508
 
 
33509
 
 # The following way of writing the cache mishandles newlines in values,
33510
 
 # but we know of no workaround that is simple, portable, and efficient.
33511
 
-# So, don't put newlines in cache variables' values.
33512
 
+# So, we kill variables containing newlines.
33513
 
 # Ultrix sh set writes to stderr and can't be redirected directly,
33514
 
 # and sets the high bit in the cache file unless we assign to the vars.
33515
 
-{
33516
 
+(
33517
 
+  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
33518
 
+    eval ac_val=\$$ac_var
33519
 
+    case $ac_val in #(
33520
 
+    *${as_nl}*)
33521
 
+      case $ac_var in #(
33522
 
+      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
33523
 
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
33524
 
+      esac
33525
 
+      case $ac_var in #(
33526
 
+      _ | IFS | as_nl) ;; #(
33527
 
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
33528
 
+      *) { eval $ac_var=; unset $ac_var;} ;;
33529
 
+      esac ;;
33530
 
+    esac
33531
 
+  done
33532
 
+
33533
 
   (set) 2>&1 |
33534
 
-    case `(ac_space=' '; set | grep ac_space) 2>&1` in
33535
 
-    *ac_space=\ *)
33536
 
-      # `set' does not quote correctly, so add quotes (double-quote
33537
 
-      # substitution turns \\\\ into \\, and sed turns \\ into \).
33538
 
+    case $as_nl`(ac_space=' '; set) 2>&1` in #(
33539
 
+    *${as_nl}ac_space=\ *)
33540
 
+      # `set' does not quote correctly, so add quotes: double-quote
33541
 
+      # substitution turns \\\\ into \\, and sed turns \\ into \.
33542
 
       sed -n \
33543
 
        "s/'/'\\\\''/g;
33544
 
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
33545
 
-      ;;
33546
 
+      ;; #(
33547
 
     *)
33548
 
       # `set' quotes correctly as required by POSIX, so do not add quotes.
33549
 
-      sed -n \
33550
 
-       "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
33551
 
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
33552
 
       ;;
33553
 
-    esac;
33554
 
-} |
33555
 
+    esac |
33556
 
+    sort
33557
 
+) |
33558
 
   sed '
33559
 
+     /^ac_cv_env_/b end
33560
 
      t clear
33561
 
-     : clear
33562
 
+     :clear
33563
 
      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
33564
 
      t end
33565
 
-     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
33566
 
-     : end' >>confcache
33567
 
-if diff $cache_file confcache >/dev/null 2>&1; then :; else
33568
 
-  if test -w $cache_file; then
33569
 
-    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
33570
 
+     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
33571
 
+     :end' >>confcache
33572
 
+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
33573
 
+  if test -w "$cache_file"; then
33574
 
+    test "x$cache_file" != "x/dev/null" &&
33575
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
33576
 
+$as_echo "$as_me: updating cache $cache_file" >&6;}
33577
 
     cat confcache >$cache_file
33578
 
   else
33579
 
-    echo "not updating unwritable cache $cache_file"
33580
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
33581
 
+$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
33582
 
   fi
33583
 
 fi
33584
 
 rm -f confcache
33585
 
@@ -1433,63 +1877,54 @@ test "x$prefix" = xNONE && prefix=$ac_de
33586
 
 # Let make expand exec_prefix.
33587
 
 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
33588
 
 
33589
 
-# VPATH may cause trouble with some makes, so we remove $(srcdir),
33590
 
-# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
33591
 
-# trailing colons and then remove the whole line if VPATH becomes empty
33592
 
-# (actually we leave an empty line to preserve line numbers).
33593
 
-if test "x$srcdir" = x.; then
33594
 
-  ac_vpsub='/^[         ]*VPATH[        ]*=/{
33595
 
-s/:*\$(srcdir):*/:/;
33596
 
-s/:*\${srcdir}:*/:/;
33597
 
-s/:*@srcdir@:*/:/;
33598
 
-s/^\([^=]*=[    ]*\):*/\1/;
33599
 
-s/:*$//;
33600
 
-s/^[^=]*=[      ]*$//;
33601
 
-}'
33602
 
-fi
33603
 
-
33604
 
 # Transform confdefs.h into DEFS.
33605
 
 # Protect against shell expansion while executing Makefile rules.
33606
 
 # Protect against Makefile macro expansion.
33607
 
 #
33608
 
 # If the first sed substitution is executed (which looks for macros that
33609
 
-# take arguments), then we branch to the quote section.  Otherwise,
33610
 
+# take arguments), then branch to the quote section.  Otherwise,
33611
 
 # look for a macro that doesn't take arguments.
33612
 
-cat >confdef2opt.sed <<\_ACEOF
33613
 
+ac_script='
33614
 
+:mline
33615
 
+/\\$/{
33616
 
+ N
33617
 
+ s,\\\n,,
33618
 
+ b mline
33619
 
+}
33620
 
 t clear
33621
 
-: clear
33622
 
-s,^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
33623
 
+:clear
33624
 
+s/^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
33625
 
 t quote
33626
 
-s,^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
33627
 
+s/^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
33628
 
 t quote
33629
 
-d
33630
 
-: quote
33631
 
-s,[     `~#$^&*(){}\\|;'"<>?],\\&,g
33632
 
-s,\[,\\&,g
33633
 
-s,\],\\&,g
33634
 
-s,\$,$$,g
33635
 
-p
33636
 
-_ACEOF
33637
 
-# We use echo to avoid assuming a particular line-breaking character.
33638
 
-# The extra dot is to prevent the shell from consuming trailing
33639
 
-# line-breaks from the sub-command output.  A line-break within
33640
 
-# single-quotes doesn't work because, if this script is created in a
33641
 
-# platform that uses two characters for line-breaks (e.g., DOS), tr
33642
 
-# would break.
33643
 
-ac_LF_and_DOT=`echo; echo .`
33644
 
-DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
33645
 
-rm -f confdef2opt.sed
33646
 
+b any
33647
 
+:quote
33648
 
+s/[     `~#$^&*(){}\\|;'\''"<>?]/\\&/g
33649
 
+s/\[/\\&/g
33650
 
+s/\]/\\&/g
33651
 
+s/\$/$$/g
33652
 
+H
33653
 
+:any
33654
 
+${
33655
 
+       g
33656
 
+       s/^\n//
33657
 
+       s/\n/ /g
33658
 
+       p
33659
 
+}
33660
 
+'
33661
 
+DEFS=`sed -n "$ac_script" confdefs.h`
33662
 
 
33663
 
 
33664
 
 ac_libobjs=
33665
 
 ac_ltlibobjs=
33666
 
 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
33667
 
   # 1. Remove the extension, and $U if already installed.
33668
 
-  ac_i=`echo "$ac_i" |
33669
 
-        sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
33670
 
-  # 2. Add them.
33671
 
-  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
33672
 
-  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
33673
 
+  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
33674
 
+  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
33675
 
+  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
33676
 
+  #    will be set to the directory where LIBOBJS objects are built.
33677
 
+  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
33678
 
+  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
33679
 
 done
33680
 
 LIBOBJS=$ac_libobjs
33681
 
 
33682
 
@@ -1498,11 +1933,13 @@ LTLIBOBJS=$ac_ltlibobjs
33683
 
 
33684
 
 
33685
 
 : ${CONFIG_STATUS=./config.status}
33686
 
+ac_write_fail=0
33687
 
 ac_clean_files_save=$ac_clean_files
33688
 
 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
33689
 
-{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
33690
 
-echo "$as_me: creating $CONFIG_STATUS" >&6;}
33691
 
-cat >$CONFIG_STATUS <<_ACEOF
33692
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
33693
 
+$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
33694
 
+as_write_fail=0
33695
 
+cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
33696
 
 #! $SHELL
33697
 
 # Generated by $as_me.
33698
 
 # Run this file to recreate the current configuration.
33699
 
@@ -1512,81 +1949,252 @@ cat >$CONFIG_STATUS <<_ACEOF
33700
 
 debug=false
33701
 
 ac_cs_recheck=false
33702
 
 ac_cs_silent=false
33703
 
-SHELL=\${CONFIG_SHELL-$SHELL}
33704
 
-_ACEOF
33705
 
 
33706
 
-cat >>$CONFIG_STATUS <<\_ACEOF
33707
 
-## --------------------- ##
33708
 
-## M4sh Initialization.  ##
33709
 
-## --------------------- ##
33710
 
+SHELL=\${CONFIG_SHELL-$SHELL}
33711
 
+export SHELL
33712
 
+_ASEOF
33713
 
+cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
33714
 
+## -------------------- ##
33715
 
+## M4sh Initialization. ##
33716
 
+## -------------------- ##
33717
 
 
33718
 
-# Be Bourne compatible
33719
 
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
33720
 
+# Be more Bourne compatible
33721
 
+DUALCASE=1; export DUALCASE # for MKS sh
33722
 
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
33723
 
   emulate sh
33724
 
   NULLCMD=:
33725
 
-  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
33726
 
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
33727
 
   # is contrary to our usage.  Disable this feature.
33728
 
   alias -g '${1+"$@"}'='"$@"'
33729
 
-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
33730
 
-  set -o posix
33731
 
+  setopt NO_GLOB_SUBST
33732
 
+else
33733
 
+  case `(set -o) 2>/dev/null` in #(
33734
 
+  *posix*) :
33735
 
+    set -o posix ;; #(
33736
 
+  *) :
33737
 
+     ;;
33738
 
+esac
33739
 
 fi
33740
 
-DUALCASE=1; export DUALCASE # for MKS sh
33741
 
 
33742
 
-# Support unset when possible.
33743
 
-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
33744
 
-  as_unset=unset
33745
 
+
33746
 
+as_nl='
33747
 
+'
33748
 
+export as_nl
33749
 
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
33750
 
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
33751
 
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
33752
 
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
33753
 
+# Prefer a ksh shell builtin over an external printf program on Solaris,
33754
 
+# but without wasting forks for bash or zsh.
33755
 
+if test -z "$BASH_VERSION$ZSH_VERSION" \
33756
 
+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
33757
 
+  as_echo='print -r --'
33758
 
+  as_echo_n='print -rn --'
33759
 
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
33760
 
+  as_echo='printf %s\n'
33761
 
+  as_echo_n='printf %s'
33762
 
 else
33763
 
-  as_unset=false
33764
 
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
33765
 
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
33766
 
+    as_echo_n='/usr/ucb/echo -n'
33767
 
+  else
33768
 
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
33769
 
+    as_echo_n_body='eval
33770
 
+      arg=$1;
33771
 
+      case $arg in #(
33772
 
+      *"$as_nl"*)
33773
 
+       expr "X$arg" : "X\\(.*\\)$as_nl";
33774
 
+       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
33775
 
+      esac;
33776
 
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
33777
 
+    '
33778
 
+    export as_echo_n_body
33779
 
+    as_echo_n='sh -c $as_echo_n_body as_echo'
33780
 
+  fi
33781
 
+  export as_echo_body
33782
 
+  as_echo='sh -c $as_echo_body as_echo'
33783
 
+fi
33784
 
+
33785
 
+# The user is always right.
33786
 
+if test "${PATH_SEPARATOR+set}" != set; then
33787
 
+  PATH_SEPARATOR=:
33788
 
+  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
33789
 
+    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
33790
 
+      PATH_SEPARATOR=';'
33791
 
+  }
33792
 
 fi
33793
 
 
33794
 
 
33795
 
-# Work around bugs in pre-3.0 UWIN ksh.
33796
 
-$as_unset ENV MAIL MAILPATH
33797
 
+# IFS
33798
 
+# We need space, tab and new line, in precisely that order.  Quoting is
33799
 
+# there to prevent editors from complaining about space-tab.
33800
 
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
33801
 
+# splitting by setting IFS to empty value.)
33802
 
+IFS=" ""       $as_nl"
33803
 
+
33804
 
+# Find who we are.  Look in the path if we contain no directory separator.
33805
 
+case $0 in #((
33806
 
+  *[\\/]* ) as_myself=$0 ;;
33807
 
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33808
 
+for as_dir in $PATH
33809
 
+do
33810
 
+  IFS=$as_save_IFS
33811
 
+  test -z "$as_dir" && as_dir=.
33812
 
+    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
33813
 
+  done
33814
 
+IFS=$as_save_IFS
33815
 
+
33816
 
+     ;;
33817
 
+esac
33818
 
+# We did not find ourselves, most probably we were run as `sh COMMAND'
33819
 
+# in which case we are not to be found in the path.
33820
 
+if test "x$as_myself" = x; then
33821
 
+  as_myself=$0
33822
 
+fi
33823
 
+if test ! -f "$as_myself"; then
33824
 
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
33825
 
+  exit 1
33826
 
+fi
33827
 
+
33828
 
+# Unset variables that we do not need and which cause bugs (e.g. in
33829
 
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
33830
 
+# suppresses any "Segmentation fault" message there.  '((' could
33831
 
+# trigger a bug in pdksh 5.2.14.
33832
 
+for as_var in BASH_ENV ENV MAIL MAILPATH
33833
 
+do eval test x\${$as_var+set} = xset \
33834
 
+  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
33835
 
+done
33836
 
 PS1='$ '
33837
 
 PS2='> '
33838
 
 PS4='+ '
33839
 
 
33840
 
 # NLS nuisances.
33841
 
-for as_var in \
33842
 
-  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
33843
 
-  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
33844
 
-  LC_TELEPHONE LC_TIME
33845
 
-do
33846
 
-  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
33847
 
-    eval $as_var=C; export $as_var
33848
 
-  else
33849
 
-    $as_unset $as_var
33850
 
-  fi
33851
 
-done
33852
 
+LC_ALL=C
33853
 
+export LC_ALL
33854
 
+LANGUAGE=C
33855
 
+export LANGUAGE
33856
 
+
33857
 
+# CDPATH.
33858
 
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
33859
 
+
33860
 
+
33861
 
+# as_fn_error ERROR [LINENO LOG_FD]
33862
 
+# ---------------------------------
33863
 
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
33864
 
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
33865
 
+# script with status $?, using 1 if that was 0.
33866
 
+as_fn_error ()
33867
 
+{
33868
 
+  as_status=$?; test $as_status -eq 0 && as_status=1
33869
 
+  if test "$3"; then
33870
 
+    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
33871
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
33872
 
+  fi
33873
 
+  $as_echo "$as_me: error: $1" >&2
33874
 
+  as_fn_exit $as_status
33875
 
+} # as_fn_error
33876
 
+
33877
 
+
33878
 
+# as_fn_set_status STATUS
33879
 
+# -----------------------
33880
 
+# Set $? to STATUS, without forking.
33881
 
+as_fn_set_status ()
33882
 
+{
33883
 
+  return $1
33884
 
+} # as_fn_set_status
33885
 
+
33886
 
+# as_fn_exit STATUS
33887
 
+# -----------------
33888
 
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
33889
 
+as_fn_exit ()
33890
 
+{
33891
 
+  set +e
33892
 
+  as_fn_set_status $1
33893
 
+  exit $1
33894
 
+} # as_fn_exit
33895
 
+
33896
 
+# as_fn_unset VAR
33897
 
+# ---------------
33898
 
+# Portably unset VAR.
33899
 
+as_fn_unset ()
33900
 
+{
33901
 
+  { eval $1=; unset $1;}
33902
 
+}
33903
 
+as_unset=as_fn_unset
33904
 
+# as_fn_append VAR VALUE
33905
 
+# ----------------------
33906
 
+# Append the text in VALUE to the end of the definition contained in VAR. Take
33907
 
+# advantage of any shell optimizations that allow amortized linear growth over
33908
 
+# repeated appends, instead of the typical quadratic growth present in naive
33909
 
+# implementations.
33910
 
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
33911
 
+  eval 'as_fn_append ()
33912
 
+  {
33913
 
+    eval $1+=\$2
33914
 
+  }'
33915
 
+else
33916
 
+  as_fn_append ()
33917
 
+  {
33918
 
+    eval $1=\$$1\$2
33919
 
+  }
33920
 
+fi # as_fn_append
33921
 
+
33922
 
+# as_fn_arith ARG...
33923
 
+# ------------------
33924
 
+# Perform arithmetic evaluation on the ARGs, and store the result in the
33925
 
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
33926
 
+# must be portable across $(()) and expr.
33927
 
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
33928
 
+  eval 'as_fn_arith ()
33929
 
+  {
33930
 
+    as_val=$(( $* ))
33931
 
+  }'
33932
 
+else
33933
 
+  as_fn_arith ()
33934
 
+  {
33935
 
+    as_val=`expr "$@" || test $? -eq 1`
33936
 
+  }
33937
 
+fi # as_fn_arith
33938
 
+
33939
 
 
33940
 
-# Required to use basename.
33941
 
-if expr a : '\(a\)' >/dev/null 2>&1; then
33942
 
+if expr a : '\(a\)' >/dev/null 2>&1 &&
33943
 
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
33944
 
   as_expr=expr
33945
 
 else
33946
 
   as_expr=false
33947
 
 fi
33948
 
 
33949
 
-if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
33950
 
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
33951
 
   as_basename=basename
33952
 
 else
33953
 
   as_basename=false
33954
 
 fi
33955
 
 
33956
 
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
33957
 
+  as_dirname=dirname
33958
 
+else
33959
 
+  as_dirname=false
33960
 
+fi
33961
 
 
33962
 
-# Name of the executable.
33963
 
-as_me=`$as_basename "$0" ||
33964
 
+as_me=`$as_basename -- "$0" ||
33965
 
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
33966
 
         X"$0" : 'X\(//\)$' \| \
33967
 
-        X"$0" : 'X\(/\)$' \| \
33968
 
-        .     : '\(.\)' 2>/dev/null ||
33969
 
-echo X/"$0" |
33970
 
-    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
33971
 
-         /^X\/\(\/\/\)$/{ s//\1/; q; }
33972
 
-         /^X\/\(\/\).*/{ s//\1/; q; }
33973
 
-         s/.*/./; q'`
33974
 
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
33975
 
+$as_echo X/"$0" |
33976
 
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
33977
 
+           s//\1/
33978
 
+           q
33979
 
+         }
33980
 
+         /^X\/\(\/\/\)$/{
33981
 
+           s//\1/
33982
 
+           q
33983
 
+         }
33984
 
+         /^X\/\(\/\).*/{
33985
 
+           s//\1/
33986
 
+           q
33987
 
+         }
33988
 
+         s/.*/./; q'`
33989
 
 
33990
 
-
33991
 
-# PATH needs CR, and LINENO needs CR and PATH.
33992
 
 # Avoid depending upon Character Ranges.
33993
 
 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
33994
 
 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
33995
 
@@ -1594,148 +2202,123 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTE
33996
 
 as_cr_digits='0123456789'
33997
 
 as_cr_alnum=$as_cr_Letters$as_cr_digits
33998
 
 
33999
 
-# The user is always right.
34000
 
-if test "${PATH_SEPARATOR+set}" != set; then
34001
 
-  echo "#! /bin/sh" >conf$$.sh
34002
 
-  echo  "exit 0"   >>conf$$.sh
34003
 
-  chmod +x conf$$.sh
34004
 
-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
34005
 
-    PATH_SEPARATOR=';'
34006
 
-  else
34007
 
-    PATH_SEPARATOR=:
34008
 
-  fi
34009
 
-  rm -f conf$$.sh
34010
 
-fi
34011
 
-
34012
 
-
34013
 
-  as_lineno_1=$LINENO
34014
 
-  as_lineno_2=$LINENO
34015
 
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
34016
 
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
34017
 
-  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
34018
 
-  # Find who we are.  Look in the path if we contain no path at all
34019
 
-  # relative or not.
34020
 
-  case $0 in
34021
 
-    *[\\/]* ) as_myself=$0 ;;
34022
 
-    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34023
 
-for as_dir in $PATH
34024
 
-do
34025
 
-  IFS=$as_save_IFS
34026
 
-  test -z "$as_dir" && as_dir=.
34027
 
-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
34028
 
-done
34029
 
-
34030
 
-       ;;
34031
 
-  esac
34032
 
-  # We did not find ourselves, most probably we were run as `sh COMMAND'
34033
 
-  # in which case we are not to be found in the path.
34034
 
-  if test "x$as_myself" = x; then
34035
 
-    as_myself=$0
34036
 
-  fi
34037
 
-  if test ! -f "$as_myself"; then
34038
 
-    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
34039
 
-echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
34040
 
-   { (exit 1); exit 1; }; }
34041
 
-  fi
34042
 
-  case $CONFIG_SHELL in
34043
 
-  '')
34044
 
-    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34045
 
-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
34046
 
-do
34047
 
-  IFS=$as_save_IFS
34048
 
-  test -z "$as_dir" && as_dir=.
34049
 
-  for as_base in sh bash ksh sh5; do
34050
 
-        case $as_dir in
34051
 
-        /*)
34052
 
-          if ("$as_dir/$as_base" -c '
34053
 
-  as_lineno_1=$LINENO
34054
 
-  as_lineno_2=$LINENO
34055
 
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
34056
 
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
34057
 
-  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
34058
 
-            $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
34059
 
-            $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
34060
 
-            CONFIG_SHELL=$as_dir/$as_base
34061
 
-            export CONFIG_SHELL
34062
 
-            exec "$CONFIG_SHELL" "$0" ${1+"$@"}
34063
 
-          fi;;
34064
 
-        esac
34065
 
-       done
34066
 
-done
34067
 
-;;
34068
 
-  esac
34069
 
-
34070
 
-  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
34071
 
-  # uniformly replaced by the line number.  The first 'sed' inserts a
34072
 
-  # line-number line before each line; the second 'sed' does the real
34073
 
-  # work.  The second script uses 'N' to pair each line-number line
34074
 
-  # with the numbered line, and appends trailing '-' during
34075
 
-  # substitution so that $LINENO is not a special case at line end.
34076
 
-  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
34077
 
-  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
34078
 
-  sed '=' <$as_myself |
34079
 
-    sed '
34080
 
-      N
34081
 
-      s,$,-,
34082
 
-      : loop
34083
 
-      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
34084
 
-      t loop
34085
 
-      s,-$,,
34086
 
-      s,^['$as_cr_digits']*\n,,
34087
 
-    ' >$as_me.lineno &&
34088
 
-  chmod +x $as_me.lineno ||
34089
 
-    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
34090
 
-echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
34091
 
-   { (exit 1); exit 1; }; }
34092
 
-
34093
 
-  # Don't try to exec as it changes $[0], causing all sort of problems
34094
 
-  # (the dirname of $[0] is not the place where we might find the
34095
 
-  # original and so on.  Autoconf is especially sensible to this).
34096
 
-  . ./$as_me.lineno
34097
 
-  # Exit status is that of the last command.
34098
 
-  exit
34099
 
-}
34100
 
-
34101
 
-
34102
 
-case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
34103
 
-  *c*,-n*) ECHO_N= ECHO_C='
34104
 
-' ECHO_T='     ' ;;
34105
 
-  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
34106
 
-  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
34107
 
+ECHO_C= ECHO_N= ECHO_T=
34108
 
+case `echo -n x` in #(((((
34109
 
+-n*)
34110
 
+  case `echo 'xy\c'` in
34111
 
+  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
34112
 
+  xy)  ECHO_C='\c';;
34113
 
+  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
34114
 
+       ECHO_T='        ';;
34115
 
+  esac;;
34116
 
+*)
34117
 
+  ECHO_N='-n';;
34118
 
 esac
34119
 
 
34120
 
-if expr a : '\(a\)' >/dev/null 2>&1; then
34121
 
-  as_expr=expr
34122
 
+rm -f conf$$ conf$$.exe conf$$.file
34123
 
+if test -d conf$$.dir; then
34124
 
+  rm -f conf$$.dir/conf$$.file
34125
 
 else
34126
 
-  as_expr=false
34127
 
+  rm -f conf$$.dir
34128
 
+  mkdir conf$$.dir 2>/dev/null
34129
 
 fi
34130
 
-
34131
 
-rm -f conf$$ conf$$.exe conf$$.file
34132
 
-echo >conf$$.file
34133
 
-if ln -s conf$$.file conf$$ 2>/dev/null; then
34134
 
-  # We could just check for DJGPP; but this test a) works b) is more generic
34135
 
-  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
34136
 
-  if test -f conf$$.exe; then
34137
 
-    # Don't use ln at all; we don't have any links
34138
 
-    as_ln_s='cp -p'
34139
 
-  else
34140
 
+if (echo >conf$$.file) 2>/dev/null; then
34141
 
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
34142
 
     as_ln_s='ln -s'
34143
 
+    # ... but there are two gotchas:
34144
 
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
34145
 
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
34146
 
+    # In both cases, we have to default to `cp -p'.
34147
 
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
34148
 
+      as_ln_s='cp -p'
34149
 
+  elif ln conf$$.file conf$$ 2>/dev/null; then
34150
 
+    as_ln_s=ln
34151
 
+  else
34152
 
+    as_ln_s='cp -p'
34153
 
   fi
34154
 
-elif ln conf$$.file conf$$ 2>/dev/null; then
34155
 
-  as_ln_s=ln
34156
 
 else
34157
 
   as_ln_s='cp -p'
34158
 
 fi
34159
 
-rm -f conf$$ conf$$.exe conf$$.file
34160
 
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
34161
 
+rmdir conf$$.dir 2>/dev/null
34162
 
 
34163
 
+
34164
 
+# as_fn_mkdir_p
34165
 
+# -------------
34166
 
+# Create "$as_dir" as a directory, including parents if necessary.
34167
 
+as_fn_mkdir_p ()
34168
 
+{
34169
 
+
34170
 
+  case $as_dir in #(
34171
 
+  -*) as_dir=./$as_dir;;
34172
 
+  esac
34173
 
+  test -d "$as_dir" || eval $as_mkdir_p || {
34174
 
+    as_dirs=
34175
 
+    while :; do
34176
 
+      case $as_dir in #(
34177
 
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
34178
 
+      *) as_qdir=$as_dir;;
34179
 
+      esac
34180
 
+      as_dirs="'$as_qdir' $as_dirs"
34181
 
+      as_dir=`$as_dirname -- "$as_dir" ||
34182
 
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
34183
 
+        X"$as_dir" : 'X\(//\)[^/]' \| \
34184
 
+        X"$as_dir" : 'X\(//\)$' \| \
34185
 
+        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
34186
 
+$as_echo X"$as_dir" |
34187
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
34188
 
+           s//\1/
34189
 
+           q
34190
 
+         }
34191
 
+         /^X\(\/\/\)[^/].*/{
34192
 
+           s//\1/
34193
 
+           q
34194
 
+         }
34195
 
+         /^X\(\/\/\)$/{
34196
 
+           s//\1/
34197
 
+           q
34198
 
+         }
34199
 
+         /^X\(\/\).*/{
34200
 
+           s//\1/
34201
 
+           q
34202
 
+         }
34203
 
+         s/.*/./; q'`
34204
 
+      test -d "$as_dir" && break
34205
 
+    done
34206
 
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
34207
 
+  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
34208
 
+
34209
 
+
34210
 
+} # as_fn_mkdir_p
34211
 
 if mkdir -p . 2>/dev/null; then
34212
 
-  as_mkdir_p=:
34213
 
+  as_mkdir_p='mkdir -p "$as_dir"'
34214
 
 else
34215
 
   test -d ./-p && rmdir ./-p
34216
 
   as_mkdir_p=false
34217
 
 fi
34218
 
 
34219
 
-as_executable_p="test -f"
34220
 
+if test -x / >/dev/null 2>&1; then
34221
 
+  as_test_x='test -x'
34222
 
+else
34223
 
+  if ls -dL / >/dev/null 2>&1; then
34224
 
+    as_ls_L_option=L
34225
 
+  else
34226
 
+    as_ls_L_option=
34227
 
+  fi
34228
 
+  as_test_x='
34229
 
+    eval sh -c '\''
34230
 
+      if test -d "$1"; then
34231
 
+       test -d "$1/.";
34232
 
+      else
34233
 
+       case $1 in #(
34234
 
+       -*)set "./$1";;
34235
 
+       esac;
34236
 
+       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
34237
 
+       ???[sx]*):;;*)false;;esac;fi
34238
 
+    '\'' sh
34239
 
+  '
34240
 
+fi
34241
 
+as_executable_p=$as_test_x
34242
 
 
34243
 
 # Sed expression to map a string onto a valid CPP name.
34244
 
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
34245
 
@@ -1744,31 +2327,20 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P
34246
 
 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
34247
 
 
34248
 
 
34249
 
-# IFS
34250
 
-# We need space, tab and new line, in precisely that order.
34251
 
-as_nl='
34252
 
-'
34253
 
-IFS="  $as_nl"
34254
 
-
34255
 
-# CDPATH.
34256
 
-$as_unset CDPATH
34257
 
-
34258
 
 exec 6>&1
34259
 
+## ----------------------------------- ##
34260
 
+## Main body of $CONFIG_STATUS script. ##
34261
 
+## ----------------------------------- ##
34262
 
+_ASEOF
34263
 
+test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
34264
 
 
34265
 
-# Open the log real soon, to keep \$[0] and so on meaningful, and to
34266
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
34267
 
+# Save the log message, to keep $0 and so on meaningful, and to
34268
 
 # report actual input values of CONFIG_FILES etc. instead of their
34269
 
-# values after options handling.  Logging --version etc. is OK.
34270
 
-exec 5>>config.log
34271
 
-{
34272
 
-  echo
34273
 
-  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
34274
 
-## Running $as_me. ##
34275
 
-_ASBOX
34276
 
-} >&5
34277
 
-cat >&5 <<_CSEOF
34278
 
-
34279
 
+# values after options handling.
34280
 
+ac_log="
34281
 
 This file was extended by gnats-doc $as_me 4.1.0, which was
34282
 
-generated by GNU Autoconf 2.59.  Invocation command line was
34283
 
+generated by GNU Autoconf 2.65.  Invocation command line was
34284
 
 
34285
 
   CONFIG_FILES    = $CONFIG_FILES
34286
 
   CONFIG_HEADERS  = $CONFIG_HEADERS
34287
 
@@ -1776,125 +2348,111 @@ generated by GNU Autoconf 2.59.  Invocat
34288
 
   CONFIG_COMMANDS = $CONFIG_COMMANDS
34289
 
   $ $0 $@
34290
 
 
34291
 
-_CSEOF
34292
 
-echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
34293
 
-echo >&5
34294
 
+on `(hostname || uname -n) 2>/dev/null | sed 1q`
34295
 
+"
34296
 
+
34297
 
 _ACEOF
34298
 
 
34299
 
-# Files that config.status was made for.
34300
 
-if test -n "$ac_config_files"; then
34301
 
-  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
34302
 
-fi
34303
 
+case $ac_config_files in *"
34304
 
+"*) set x $ac_config_files; shift; ac_config_files=$*;;
34305
 
+esac
34306
 
 
34307
 
-if test -n "$ac_config_headers"; then
34308
 
-  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
34309
 
-fi
34310
 
 
34311
 
-if test -n "$ac_config_links"; then
34312
 
-  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
34313
 
-fi
34314
 
 
34315
 
-if test -n "$ac_config_commands"; then
34316
 
-  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
34317
 
-fi
34318
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
34319
 
+# Files that config.status was made for.
34320
 
+config_files="$ac_config_files"
34321
 
 
34322
 
-cat >>$CONFIG_STATUS <<\_ACEOF
34323
 
+_ACEOF
34324
 
 
34325
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
34326
 
 ac_cs_usage="\
34327
 
-\`$as_me' instantiates files from templates according to the
34328
 
-current configuration.
34329
 
+\`$as_me' instantiates files and other configuration actions
34330
 
+from templates according to the current configuration.  Unless the files
34331
 
+and actions are specified as TAGs, all are instantiated by default.
34332
 
 
34333
 
-Usage: $0 [OPTIONS] [FILE]...
34334
 
+Usage: $0 [OPTION]... [TAG]...
34335
 
 
34336
 
   -h, --help       print this help, then exit
34337
 
-  -V, --version    print version number, then exit
34338
 
-  -q, --quiet      do not print progress messages
34339
 
+  -V, --version    print version number and configuration settings, then exit
34340
 
+      --config     print configuration, then exit
34341
 
+  -q, --quiet, --silent
34342
 
+                   do not print progress messages
34343
 
   -d, --debug      don't remove temporary files
34344
 
       --recheck    update $as_me by reconfiguring in the same conditions
34345
 
-  --file=FILE[:TEMPLATE]
34346
 
-                  instantiate the configuration file FILE
34347
 
+      --file=FILE[:TEMPLATE]
34348
 
+                   instantiate the configuration file FILE
34349
 
 
34350
 
 Configuration files:
34351
 
 $config_files
34352
 
 
34353
 
-Report bugs to <bug-autoconf@gnu.org>."
34354
 
-_ACEOF
34355
 
+Report bugs to <bug-gnats@gnu.org>."
34356
 
 
34357
 
-cat >>$CONFIG_STATUS <<_ACEOF
34358
 
+_ACEOF
34359
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
34360
 
+ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
34361
 
 ac_cs_version="\\
34362
 
 gnats-doc config.status 4.1.0
34363
 
-configured by $0, generated by GNU Autoconf 2.59,
34364
 
-  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
34365
 
+configured by $0, generated by GNU Autoconf 2.65,
34366
 
+  with options \\"\$ac_cs_config\\"
34367
 
 
34368
 
-Copyright (C) 2003 Free Software Foundation, Inc.
34369
 
+Copyright (C) 2009 Free Software Foundation, Inc.
34370
 
 This config.status script is free software; the Free Software Foundation
34371
 
 gives unlimited permission to copy, distribute and modify it."
34372
 
-srcdir=$srcdir
34373
 
-INSTALL="$INSTALL"
34374
 
+
34375
 
+ac_pwd='$ac_pwd'
34376
 
+srcdir='$srcdir'
34377
 
+INSTALL='$INSTALL'
34378
 
+test -n "\$AWK" || AWK=awk
34379
 
 _ACEOF
34380
 
 
34381
 
-cat >>$CONFIG_STATUS <<\_ACEOF
34382
 
-# If no file are specified by the user, then we need to provide default
34383
 
-# value.  By we need to know if files were specified by the user.
34384
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
34385
 
+# The default lists apply if the user does not specify any file.
34386
 
 ac_need_defaults=:
34387
 
 while test $# != 0
34388
 
 do
34389
 
   case $1 in
34390
 
   --*=*)
34391
 
-    ac_option=`expr "x$1" : 'x\([^=]*\)='`
34392
 
-    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
34393
 
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
34394
 
+    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
34395
 
     ac_shift=:
34396
 
     ;;
34397
 
-  -*)
34398
 
+  *)
34399
 
     ac_option=$1
34400
 
     ac_optarg=$2
34401
 
     ac_shift=shift
34402
 
     ;;
34403
 
-  *) # This is not an option, so the user has probably given explicit
34404
 
-     # arguments.
34405
 
-     ac_option=$1
34406
 
-     ac_need_defaults=false;;
34407
 
   esac
34408
 
 
34409
 
   case $ac_option in
34410
 
   # Handling of the options.
34411
 
-_ACEOF
34412
 
-cat >>$CONFIG_STATUS <<\_ACEOF
34413
 
   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
34414
 
     ac_cs_recheck=: ;;
34415
 
-  --version | --vers* | -V )
34416
 
-    echo "$ac_cs_version"; exit 0 ;;
34417
 
-  --he | --h)
34418
 
-    # Conflict between --help and --header
34419
 
-    { { echo "$as_me:$LINENO: error: ambiguous option: $1
34420
 
-Try \`$0 --help' for more information." >&5
34421
 
-echo "$as_me: error: ambiguous option: $1
34422
 
-Try \`$0 --help' for more information." >&2;}
34423
 
-   { (exit 1); exit 1; }; };;
34424
 
-  --help | --hel | -h )
34425
 
-    echo "$ac_cs_usage"; exit 0 ;;
34426
 
-  --debug | --d* | -d )
34427
 
+  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
34428
 
+    $as_echo "$ac_cs_version"; exit ;;
34429
 
+  --config | --confi | --conf | --con | --co | --c )
34430
 
+    $as_echo "$ac_cs_config"; exit ;;
34431
 
+  --debug | --debu | --deb | --de | --d | -d )
34432
 
     debug=: ;;
34433
 
   --file | --fil | --fi | --f )
34434
 
     $ac_shift
34435
 
-    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
34436
 
-    ac_need_defaults=false;;
34437
 
-  --header | --heade | --head | --hea )
34438
 
-    $ac_shift
34439
 
-    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
34440
 
+    case $ac_optarg in
34441
 
+    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
34442
 
+    esac
34443
 
+    as_fn_append CONFIG_FILES " '$ac_optarg'"
34444
 
     ac_need_defaults=false;;
34445
 
+  --he | --h |  --help | --hel | -h )
34446
 
+    $as_echo "$ac_cs_usage"; exit ;;
34447
 
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
34448
 
   | -silent | --silent | --silen | --sile | --sil | --si | --s)
34449
 
     ac_cs_silent=: ;;
34450
 
 
34451
 
   # This is an error.
34452
 
-  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
34453
 
-Try \`$0 --help' for more information." >&5
34454
 
-echo "$as_me: error: unrecognized option: $1
34455
 
-Try \`$0 --help' for more information." >&2;}
34456
 
-   { (exit 1); exit 1; }; } ;;
34457
 
+  -*) as_fn_error "unrecognized option: \`$1'
34458
 
+Try \`$0 --help' for more information." ;;
34459
 
 
34460
 
-  *) ac_config_targets="$ac_config_targets $1" ;;
34461
 
+  *) as_fn_append ac_config_targets " $1"
34462
 
+     ac_need_defaults=false ;;
34463
 
 
34464
 
   esac
34465
 
   shift
34466
 
@@ -1908,31 +2466,45 @@ if $ac_cs_silent; then
34467
 
 fi
34468
 
 
34469
 
 _ACEOF
34470
 
-cat >>$CONFIG_STATUS <<_ACEOF
34471
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
34472
 
 if \$ac_cs_recheck; then
34473
 
-  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
34474
 
-  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
34475
 
+  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
34476
 
+  shift
34477
 
+  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
34478
 
+  CONFIG_SHELL='$SHELL'
34479
 
+  export CONFIG_SHELL
34480
 
+  exec "\$@"
34481
 
 fi
34482
 
 
34483
 
 _ACEOF
34484
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
34485
 
+exec 5>>config.log
34486
 
+{
34487
 
+  echo
34488
 
+  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
34489
 
+## Running $as_me. ##
34490
 
+_ASBOX
34491
 
+  $as_echo "$ac_log"
34492
 
+} >&5
34493
 
 
34494
 
+_ACEOF
34495
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
34496
 
+_ACEOF
34497
 
 
34498
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
34499
 
 
34500
 
-
34501
 
-
34502
 
-cat >>$CONFIG_STATUS <<\_ACEOF
34503
 
+# Handling of arguments.
34504
 
 for ac_config_target in $ac_config_targets
34505
 
 do
34506
 
-  case "$ac_config_target" in
34507
 
-  # Handling of arguments.
34508
 
-  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
34509
 
-  "man/Makefile" ) CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
34510
 
-  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
34511
 
-echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
34512
 
-   { (exit 1); exit 1; }; };;
34513
 
+  case $ac_config_target in
34514
 
+    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
34515
 
+    "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
34516
 
+
34517
 
+  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
34518
 
   esac
34519
 
 done
34520
 
 
34521
 
+
34522
 
 # If the user did not use the arguments to specify the items to instantiate,
34523
 
 # then the envvar interface is used.  Set only those that are not.
34524
 
 # We use the long form for the default assignment because of an extremely
34525
 
@@ -1942,327 +2514,408 @@ if $ac_need_defaults; then
34526
 
 fi
34527
 
 
34528
 
 # Have a temporary directory for convenience.  Make it in the build tree
34529
 
-# simply because there is no reason to put it here, and in addition,
34530
 
+# simply because there is no reason against having it here, and in addition,
34531
 
 # creating and moving files from /tmp can sometimes cause problems.
34532
 
-# Create a temporary directory, and hook for its removal unless debugging.
34533
 
+# Hook for its removal unless debugging.
34534
 
+# Note that there is a small window in which the directory will not be cleaned:
34535
 
+# after its creation but before its name has been assigned to `$tmp'.
34536
 
 $debug ||
34537
 
 {
34538
 
-  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
34539
 
-  trap '{ (exit 1); exit 1; }' 1 2 13 15
34540
 
+  tmp=
34541
 
+  trap 'exit_status=$?
34542
 
+  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
34543
 
+' 0
34544
 
+  trap 'as_fn_exit 1' 1 2 13 15
34545
 
 }
34546
 
-
34547
 
 # Create a (secure) tmp directory for tmp files.
34548
 
 
34549
 
 {
34550
 
-  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
34551
 
+  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
34552
 
   test -n "$tmp" && test -d "$tmp"
34553
 
 }  ||
34554
 
 {
34555
 
-  tmp=./confstat$$-$RANDOM
34556
 
-  (umask 077 && mkdir $tmp)
34557
 
-} ||
34558
 
+  tmp=./conf$$-$RANDOM
34559
 
+  (umask 077 && mkdir "$tmp")
34560
 
+} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
34561
 
+
34562
 
+# Set up the scripts for CONFIG_FILES section.
34563
 
+# No need to generate them if there are no CONFIG_FILES.
34564
 
+# This happens for instance with `./config.status config.h'.
34565
 
+if test -n "$CONFIG_FILES"; then
34566
 
+
34567
 
+
34568
 
+ac_cr=`echo X | tr X '\015'`
34569
 
+# On cygwin, bash can eat \r inside `` if the user requested igncr.
34570
 
+# But we know of no other shell where ac_cr would be empty at this
34571
 
+# point, so we can use a bashism as a fallback.
34572
 
+if test "x$ac_cr" = x; then
34573
 
+  eval ac_cr=\$\'\\r\'
34574
 
+fi
34575
 
+ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
34576
 
+if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
34577
 
+  ac_cs_awk_cr='\r'
34578
 
+else
34579
 
+  ac_cs_awk_cr=$ac_cr
34580
 
+fi
34581
 
+
34582
 
+echo 'BEGIN {' >"$tmp/subs1.awk" &&
34583
 
+_ACEOF
34584
 
+
34585
 
+
34586
 
 {
34587
 
-   echo "$me: cannot create a temporary directory in ." >&2
34588
 
-   { (exit 1); exit 1; }
34589
 
+  echo "cat >conf$$subs.awk <<_ACEOF" &&
34590
 
+  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
34591
 
+  echo "_ACEOF"
34592
 
+} >conf$$subs.sh ||
34593
 
+  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
34594
 
+ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
34595
 
+ac_delim='%!_!# '
34596
 
+for ac_last_try in false false false false false :; do
34597
 
+  . ./conf$$subs.sh ||
34598
 
+    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
34599
 
+
34600
 
+  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
34601
 
+  if test $ac_delim_n = $ac_delim_num; then
34602
 
+    break
34603
 
+  elif $ac_last_try; then
34604
 
+    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
34605
 
+  else
34606
 
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
34607
 
+  fi
34608
 
+done
34609
 
+rm -f conf$$subs.sh
34610
 
+
34611
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
34612
 
+cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
34613
 
+_ACEOF
34614
 
+sed -n '
34615
 
+h
34616
 
+s/^/S["/; s/!.*/"]=/
34617
 
+p
34618
 
+g
34619
 
+s/^[^!]*!//
34620
 
+:repl
34621
 
+t repl
34622
 
+s/'"$ac_delim"'$//
34623
 
+t delim
34624
 
+:nl
34625
 
+h
34626
 
+s/\(.\{148\}\)..*/\1/
34627
 
+t more1
34628
 
+s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
34629
 
+p
34630
 
+n
34631
 
+b repl
34632
 
+:more1
34633
 
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
34634
 
+p
34635
 
+g
34636
 
+s/.\{148\}//
34637
 
+t nl
34638
 
+:delim
34639
 
+h
34640
 
+s/\(.\{148\}\)..*/\1/
34641
 
+t more2
34642
 
+s/["\\]/\\&/g; s/^/"/; s/$/"/
34643
 
+p
34644
 
+b
34645
 
+:more2
34646
 
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
34647
 
+p
34648
 
+g
34649
 
+s/.\{148\}//
34650
 
+t delim
34651
 
+' <conf$$subs.awk | sed '
34652
 
+/^[^""]/{
34653
 
+  N
34654
 
+  s/\n//
34655
 
+}
34656
 
+' >>$CONFIG_STATUS || ac_write_fail=1
34657
 
+rm -f conf$$subs.awk
34658
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
34659
 
+_ACAWK
34660
 
+cat >>"\$tmp/subs1.awk" <<_ACAWK &&
34661
 
+  for (key in S) S_is_set[key] = 1
34662
 
+  FS = ""
34663
 
+
34664
 
+}
34665
 
+{
34666
 
+  line = $ 0
34667
 
+  nfields = split(line, field, "@")
34668
 
+  substed = 0
34669
 
+  len = length(field[1])
34670
 
+  for (i = 2; i < nfields; i++) {
34671
 
+    key = field[i]
34672
 
+    keylen = length(key)
34673
 
+    if (S_is_set[key]) {
34674
 
+      value = S[key]
34675
 
+      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
34676
 
+      len += length(value) + length(field[++i])
34677
 
+      substed = 1
34678
 
+    } else
34679
 
+      len += 1 + keylen
34680
 
+  }
34681
 
+
34682
 
+  print line
34683
 
 }
34684
 
 
34685
 
+_ACAWK
34686
 
+_ACEOF
34687
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
34688
 
+if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
34689
 
+  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
34690
 
+else
34691
 
+  cat
34692
 
+fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
34693
 
+  || as_fn_error "could not setup config files machinery" "$LINENO" 5
34694
 
 _ACEOF
34695
 
 
34696
 
-cat >>$CONFIG_STATUS <<_ACEOF
34697
 
+# VPATH may cause trouble with some makes, so we remove $(srcdir),
34698
 
+# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
34699
 
+# trailing colons and then remove the whole line if VPATH becomes empty
34700
 
+# (actually we leave an empty line to preserve line numbers).
34701
 
+if test "x$srcdir" = x.; then
34702
 
+  ac_vpsub='/^[         ]*VPATH[        ]*=/{
34703
 
+s/:*\$(srcdir):*/:/
34704
 
+s/:*\${srcdir}:*/:/
34705
 
+s/:*@srcdir@:*/:/
34706
 
+s/^\([^=]*=[    ]*\):*/\1/
34707
 
+s/:*$//
34708
 
+s/^[^=]*=[      ]*$//
34709
 
+}'
34710
 
+fi
34711
 
+
34712
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
34713
 
+fi # test -n "$CONFIG_FILES"
34714
 
 
34715
 
-#
34716
 
-# CONFIG_FILES section.
34717
 
-#
34718
 
 
34719
 
-# No need to generate the scripts if there are no CONFIG_FILES.
34720
 
-# This happens for instance when ./config.status config.h
34721
 
-if test -n "\$CONFIG_FILES"; then
34722
 
-  # Protect against being on the right side of a sed subst in config.status.
34723
 
-  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
34724
 
-   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
34725
 
-s,@SHELL@,$SHELL,;t t
34726
 
-s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
34727
 
-s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
34728
 
-s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
34729
 
-s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
34730
 
-s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
34731
 
-s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
34732
 
-s,@exec_prefix@,$exec_prefix,;t t
34733
 
-s,@prefix@,$prefix,;t t
34734
 
-s,@program_transform_name@,$program_transform_name,;t t
34735
 
-s,@bindir@,$bindir,;t t
34736
 
-s,@sbindir@,$sbindir,;t t
34737
 
-s,@libexecdir@,$libexecdir,;t t
34738
 
-s,@datadir@,$datadir,;t t
34739
 
-s,@sysconfdir@,$sysconfdir,;t t
34740
 
-s,@sharedstatedir@,$sharedstatedir,;t t
34741
 
-s,@localstatedir@,$localstatedir,;t t
34742
 
-s,@libdir@,$libdir,;t t
34743
 
-s,@includedir@,$includedir,;t t
34744
 
-s,@oldincludedir@,$oldincludedir,;t t
34745
 
-s,@infodir@,$infodir,;t t
34746
 
-s,@mandir@,$mandir,;t t
34747
 
-s,@build_alias@,$build_alias,;t t
34748
 
-s,@host_alias@,$host_alias,;t t
34749
 
-s,@target_alias@,$target_alias,;t t
34750
 
-s,@DEFS@,$DEFS,;t t
34751
 
-s,@ECHO_C@,$ECHO_C,;t t
34752
 
-s,@ECHO_N@,$ECHO_N,;t t
34753
 
-s,@ECHO_T@,$ECHO_T,;t t
34754
 
-s,@LIBS@,$LIBS,;t t
34755
 
-s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
34756
 
-s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
34757
 
-s,@INSTALL_DATA@,$INSTALL_DATA,;t t
34758
 
-s,@INSTALL_INFO@,$INSTALL_INFO,;t t
34759
 
-s,@LIBOBJS@,$LIBOBJS,;t t
34760
 
-s,@LTLIBOBJS@,$LTLIBOBJS,;t t
34761
 
-CEOF
34762
 
+eval set X "  :F $CONFIG_FILES      "
34763
 
+shift
34764
 
+for ac_tag
34765
 
+do
34766
 
+  case $ac_tag in
34767
 
+  :[FHLC]) ac_mode=$ac_tag; continue;;
34768
 
+  esac
34769
 
+  case $ac_mode$ac_tag in
34770
 
+  :[FHL]*:*);;
34771
 
+  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
34772
 
+  :[FH]-) ac_tag=-:-;;
34773
 
+  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
34774
 
+  esac
34775
 
+  ac_save_IFS=$IFS
34776
 
+  IFS=:
34777
 
+  set x $ac_tag
34778
 
+  IFS=$ac_save_IFS
34779
 
+  shift
34780
 
+  ac_file=$1
34781
 
+  shift
34782
 
 
34783
 
-_ACEOF
34784
 
+  case $ac_mode in
34785
 
+  :L) ac_source=$1;;
34786
 
+  :[FH])
34787
 
+    ac_file_inputs=
34788
 
+    for ac_f
34789
 
+    do
34790
 
+      case $ac_f in
34791
 
+      -) ac_f="$tmp/stdin";;
34792
 
+      *) # Look for the file first in the build tree, then in the source tree
34793
 
+        # (if the path is not absolute).  The absolute path cannot be DOS-style,
34794
 
+        # because $ac_f cannot contain `:'.
34795
 
+        test -f "$ac_f" ||
34796
 
+          case $ac_f in
34797
 
+          [\\/$]*) false;;
34798
 
+          *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
34799
 
+          esac ||
34800
 
+          as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
34801
 
+      esac
34802
 
+      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
34803
 
+      as_fn_append ac_file_inputs " '$ac_f'"
34804
 
+    done
34805
 
 
34806
 
-  cat >>$CONFIG_STATUS <<\_ACEOF
34807
 
-  # Split the substitutions into bite-sized pieces for seds with
34808
 
-  # small command number limits, like on Digital OSF/1 and HP-UX.
34809
 
-  ac_max_sed_lines=48
34810
 
-  ac_sed_frag=1 # Number of current file.
34811
 
-  ac_beg=1 # First line for current file.
34812
 
-  ac_end=$ac_max_sed_lines # Line after last line for current file.
34813
 
-  ac_more_lines=:
34814
 
-  ac_sed_cmds=
34815
 
-  while $ac_more_lines; do
34816
 
-    if test $ac_beg -gt 1; then
34817
 
-      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
34818
 
-    else
34819
 
-      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
34820
 
+    # Let's still pretend it is `configure' which instantiates (i.e., don't
34821
 
+    # use $as_me), people would be surprised to read:
34822
 
+    #    /* config.h.  Generated by config.status.  */
34823
 
+    configure_input='Generated from '`
34824
 
+         $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
34825
 
+       `' by configure.'
34826
 
+    if test x"$ac_file" != x-; then
34827
 
+      configure_input="$ac_file.  $configure_input"
34828
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
34829
 
+$as_echo "$as_me: creating $ac_file" >&6;}
34830
 
     fi
34831
 
-    if test ! -s $tmp/subs.frag; then
34832
 
-      ac_more_lines=false
34833
 
-    else
34834
 
-      # The purpose of the label and of the branching condition is to
34835
 
-      # speed up the sed processing (if there are no `@' at all, there
34836
 
-      # is no need to browse any of the substitutions).
34837
 
-      # These are the two extra sed commands mentioned above.
34838
 
-      (echo ':t
34839
 
-  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
34840
 
-      if test -z "$ac_sed_cmds"; then
34841
 
-       ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
34842
 
-      else
34843
 
-       ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
34844
 
-      fi
34845
 
-      ac_sed_frag=`expr $ac_sed_frag + 1`
34846
 
-      ac_beg=$ac_end
34847
 
-      ac_end=`expr $ac_end + $ac_max_sed_lines`
34848
 
-    fi
34849
 
-  done
34850
 
-  if test -z "$ac_sed_cmds"; then
34851
 
-    ac_sed_cmds=cat
34852
 
-  fi
34853
 
-fi # test -n "$CONFIG_FILES"
34854
 
+    # Neutralize special characters interpreted by sed in replacement strings.
34855
 
+    case $configure_input in #(
34856
 
+    *\&* | *\|* | *\\* )
34857
 
+       ac_sed_conf_input=`$as_echo "$configure_input" |
34858
 
+       sed 's/[\\\\&|]/\\\\&/g'`;; #(
34859
 
+    *) ac_sed_conf_input=$configure_input;;
34860
 
+    esac
34861
 
 
34862
 
-_ACEOF
34863
 
-cat >>$CONFIG_STATUS <<\_ACEOF
34864
 
-for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
34865
 
-  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
34866
 
-  case $ac_file in
34867
 
-  - | *:- | *:-:* ) # input from stdin
34868
 
-       cat >$tmp/stdin
34869
 
-       ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
34870
 
-       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
34871
 
-  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
34872
 
-       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
34873
 
-  * )   ac_file_in=$ac_file.in ;;
34874
 
+    case $ac_tag in
34875
 
+    *:-:* | *:-) cat >"$tmp/stdin" \
34876
 
+      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
34877
 
+    esac
34878
 
+    ;;
34879
 
   esac
34880
 
 
34881
 
-  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
34882
 
-  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
34883
 
+  ac_dir=`$as_dirname -- "$ac_file" ||
34884
 
 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
34885
 
         X"$ac_file" : 'X\(//\)[^/]' \| \
34886
 
         X"$ac_file" : 'X\(//\)$' \| \
34887
 
-        X"$ac_file" : 'X\(/\)' \| \
34888
 
-        .     : '\(.\)' 2>/dev/null ||
34889
 
-echo X"$ac_file" |
34890
 
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
34891
 
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
34892
 
-         /^X\(\/\/\)$/{ s//\1/; q; }
34893
 
-         /^X\(\/\).*/{ s//\1/; q; }
34894
 
-         s/.*/./; q'`
34895
 
-  { if $as_mkdir_p; then
34896
 
-    mkdir -p "$ac_dir"
34897
 
-  else
34898
 
-    as_dir="$ac_dir"
34899
 
-    as_dirs=
34900
 
-    while test ! -d "$as_dir"; do
34901
 
-      as_dirs="$as_dir $as_dirs"
34902
 
-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
34903
 
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
34904
 
-        X"$as_dir" : 'X\(//\)[^/]' \| \
34905
 
-        X"$as_dir" : 'X\(//\)$' \| \
34906
 
-        X"$as_dir" : 'X\(/\)' \| \
34907
 
-        .     : '\(.\)' 2>/dev/null ||
34908
 
-echo X"$as_dir" |
34909
 
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
34910
 
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
34911
 
-         /^X\(\/\/\)$/{ s//\1/; q; }
34912
 
-         /^X\(\/\).*/{ s//\1/; q; }
34913
 
-         s/.*/./; q'`
34914
 
-    done
34915
 
-    test ! -n "$as_dirs" || mkdir $as_dirs
34916
 
-  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
34917
 
-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
34918
 
-   { (exit 1); exit 1; }; }; }
34919
 
-
34920
 
+        X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
34921
 
+$as_echo X"$ac_file" |
34922
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
34923
 
+           s//\1/
34924
 
+           q
34925
 
+         }
34926
 
+         /^X\(\/\/\)[^/].*/{
34927
 
+           s//\1/
34928
 
+           q
34929
 
+         }
34930
 
+         /^X\(\/\/\)$/{
34931
 
+           s//\1/
34932
 
+           q
34933
 
+         }
34934
 
+         /^X\(\/\).*/{
34935
 
+           s//\1/
34936
 
+           q
34937
 
+         }
34938
 
+         s/.*/./; q'`
34939
 
+  as_dir="$ac_dir"; as_fn_mkdir_p
34940
 
   ac_builddir=.
34941
 
 
34942
 
-if test "$ac_dir" != .; then
34943
 
-  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
34944
 
-  # A "../" for each directory in $ac_dir_suffix.
34945
 
-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
34946
 
-else
34947
 
-  ac_dir_suffix= ac_top_builddir=
34948
 
-fi
34949
 
+case "$ac_dir" in
34950
 
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
34951
 
+*)
34952
 
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
34953
 
+  # A ".." for each directory in $ac_dir_suffix.
34954
 
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
34955
 
+  case $ac_top_builddir_sub in
34956
 
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
34957
 
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
34958
 
+  esac ;;
34959
 
+esac
34960
 
+ac_abs_top_builddir=$ac_pwd
34961
 
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
34962
 
+# for backward compatibility:
34963
 
+ac_top_builddir=$ac_top_build_prefix
34964
 
 
34965
 
 case $srcdir in
34966
 
-  .)  # No --srcdir option.  We are building in place.
34967
 
+  .)  # We are building in place.
34968
 
     ac_srcdir=.
34969
 
-    if test -z "$ac_top_builddir"; then
34970
 
-       ac_top_srcdir=.
34971
 
-    else
34972
 
-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
34973
 
-    fi ;;
34974
 
-  [\\/]* | ?:[\\/]* )  # Absolute path.
34975
 
+    ac_top_srcdir=$ac_top_builddir_sub
34976
 
+    ac_abs_top_srcdir=$ac_pwd ;;
34977
 
+  [\\/]* | ?:[\\/]* )  # Absolute name.
34978
 
     ac_srcdir=$srcdir$ac_dir_suffix;
34979
 
-    ac_top_srcdir=$srcdir ;;
34980
 
-  *) # Relative path.
34981
 
-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
34982
 
-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
34983
 
+    ac_top_srcdir=$srcdir
34984
 
+    ac_abs_top_srcdir=$srcdir ;;
34985
 
+  *) # Relative name.
34986
 
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
34987
 
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
34988
 
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
34989
 
 esac
34990
 
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
34991
 
 
34992
 
-# Do not use `cd foo && pwd` to compute absolute paths, because
34993
 
-# the directories may not exist.
34994
 
-case `pwd` in
34995
 
-.) ac_abs_builddir="$ac_dir";;
34996
 
-*)
34997
 
-  case "$ac_dir" in
34998
 
-  .) ac_abs_builddir=`pwd`;;
34999
 
-  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
35000
 
-  *) ac_abs_builddir=`pwd`/"$ac_dir";;
35001
 
-  esac;;
35002
 
-esac
35003
 
-case $ac_abs_builddir in
35004
 
-.) ac_abs_top_builddir=${ac_top_builddir}.;;
35005
 
-*)
35006
 
-  case ${ac_top_builddir}. in
35007
 
-  .) ac_abs_top_builddir=$ac_abs_builddir;;
35008
 
-  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
35009
 
-  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
35010
 
-  esac;;
35011
 
-esac
35012
 
-case $ac_abs_builddir in
35013
 
-.) ac_abs_srcdir=$ac_srcdir;;
35014
 
-*)
35015
 
-  case $ac_srcdir in
35016
 
-  .) ac_abs_srcdir=$ac_abs_builddir;;
35017
 
-  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
35018
 
-  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
35019
 
-  esac;;
35020
 
-esac
35021
 
-case $ac_abs_builddir in
35022
 
-.) ac_abs_top_srcdir=$ac_top_srcdir;;
35023
 
-*)
35024
 
-  case $ac_top_srcdir in
35025
 
-  .) ac_abs_top_srcdir=$ac_abs_builddir;;
35026
 
-  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
35027
 
-  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
35028
 
-  esac;;
35029
 
-esac
35030
 
 
35031
 
+  case $ac_mode in
35032
 
+  :F)
35033
 
+  #
35034
 
+  # CONFIG_FILE
35035
 
+  #
35036
 
 
35037
 
   case $INSTALL in
35038
 
   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
35039
 
-  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
35040
 
+  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
35041
 
   esac
35042
 
+_ACEOF
35043
 
 
35044
 
-  # Let's still pretend it is `configure' which instantiates (i.e., don't
35045
 
-  # use $as_me), people would be surprised to read:
35046
 
-  #    /* config.h.  Generated by config.status.  */
35047
 
-  if test x"$ac_file" = x-; then
35048
 
-    configure_input=
35049
 
-  else
35050
 
-    configure_input="$ac_file.  "
35051
 
-  fi
35052
 
-  configure_input=$configure_input"Generated from `echo $ac_file_in |
35053
 
-                                    sed 's,.*/,,'` by configure."
35054
 
-
35055
 
-  # First look for the input files in the build tree, otherwise in the
35056
 
-  # src tree.
35057
 
-  ac_file_inputs=`IFS=:
35058
 
-    for f in $ac_file_in; do
35059
 
-      case $f in
35060
 
-      -) echo $tmp/stdin ;;
35061
 
-      [\\/$]*)
35062
 
-        # Absolute (can't be DOS-style, as IFS=:)
35063
 
-        test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
35064
 
-echo "$as_me: error: cannot find input file: $f" >&2;}
35065
 
-   { (exit 1); exit 1; }; }
35066
 
-        echo "$f";;
35067
 
-      *) # Relative
35068
 
-        if test -f "$f"; then
35069
 
-          # Build tree
35070
 
-          echo "$f"
35071
 
-        elif test -f "$srcdir/$f"; then
35072
 
-          # Source tree
35073
 
-          echo "$srcdir/$f"
35074
 
-        else
35075
 
-          # /dev/null tree
35076
 
-          { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
35077
 
-echo "$as_me: error: cannot find input file: $f" >&2;}
35078
 
-   { (exit 1); exit 1; }; }
35079
 
-        fi;;
35080
 
-      esac
35081
 
-    done` || { (exit 1); exit 1; }
35082
 
-
35083
 
-  if test x"$ac_file" != x-; then
35084
 
-    { echo "$as_me:$LINENO: creating $ac_file" >&5
35085
 
-echo "$as_me: creating $ac_file" >&6;}
35086
 
-    rm -f "$ac_file"
35087
 
-  fi
35088
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
35089
 
+# If the template does not know about datarootdir, expand it.
35090
 
+# FIXME: This hack should be removed a few years after 2.60.
35091
 
+ac_datarootdir_hack=; ac_datarootdir_seen=
35092
 
+ac_sed_dataroot='
35093
 
+/datarootdir/ {
35094
 
+  p
35095
 
+  q
35096
 
+}
35097
 
+/@datadir@/p
35098
 
+/@docdir@/p
35099
 
+/@infodir@/p
35100
 
+/@localedir@/p
35101
 
+/@mandir@/p'
35102
 
+case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
35103
 
+*datarootdir*) ac_datarootdir_seen=yes;;
35104
 
+*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
35105
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
35106
 
+$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
35107
 
+_ACEOF
35108
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
35109
 
+  ac_datarootdir_hack='
35110
 
+  s&@datadir@&$datadir&g
35111
 
+  s&@docdir@&$docdir&g
35112
 
+  s&@infodir@&$infodir&g
35113
 
+  s&@localedir@&$localedir&g
35114
 
+  s&@mandir@&$mandir&g
35115
 
+  s&\\\${datarootdir}&$datarootdir&g' ;;
35116
 
+esac
35117
 
 _ACEOF
35118
 
-cat >>$CONFIG_STATUS <<_ACEOF
35119
 
-  sed "$ac_vpsub
35120
 
+
35121
 
+# Neutralize VPATH when `$srcdir' = `.'.
35122
 
+# Shell code in configure.ac might set extrasub.
35123
 
+# FIXME: do we really want to maintain this feature?
35124
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
35125
 
+ac_sed_extra="$ac_vpsub
35126
 
 $extrasub
35127
 
 _ACEOF
35128
 
-cat >>$CONFIG_STATUS <<\_ACEOF
35129
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
35130
 
 :t
35131
 
 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
35132
 
-s,@configure_input@,$configure_input,;t t
35133
 
-s,@srcdir@,$ac_srcdir,;t t
35134
 
-s,@abs_srcdir@,$ac_abs_srcdir,;t t
35135
 
-s,@top_srcdir@,$ac_top_srcdir,;t t
35136
 
-s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
35137
 
-s,@builddir@,$ac_builddir,;t t
35138
 
-s,@abs_builddir@,$ac_abs_builddir,;t t
35139
 
-s,@top_builddir@,$ac_top_builddir,;t t
35140
 
-s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
35141
 
-s,@INSTALL@,$ac_INSTALL,;t t
35142
 
-" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
35143
 
-  rm -f $tmp/stdin
35144
 
-  if test x"$ac_file" != x-; then
35145
 
-    mv $tmp/out $ac_file
35146
 
-  else
35147
 
-    cat $tmp/out
35148
 
-    rm -f $tmp/out
35149
 
-  fi
35150
 
+s|@configure_input@|$ac_sed_conf_input|;t t
35151
 
+s&@top_builddir@&$ac_top_builddir_sub&;t t
35152
 
+s&@top_build_prefix@&$ac_top_build_prefix&;t t
35153
 
+s&@srcdir@&$ac_srcdir&;t t
35154
 
+s&@abs_srcdir@&$ac_abs_srcdir&;t t
35155
 
+s&@top_srcdir@&$ac_top_srcdir&;t t
35156
 
+s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
35157
 
+s&@builddir@&$ac_builddir&;t t
35158
 
+s&@abs_builddir@&$ac_abs_builddir&;t t
35159
 
+s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
35160
 
+s&@INSTALL@&$ac_INSTALL&;t t
35161
 
+$ac_datarootdir_hack
35162
 
+"
35163
 
+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
35164
 
+  || as_fn_error "could not create $ac_file" "$LINENO" 5
35165
 
+
35166
 
+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
35167
 
+  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
35168
 
+  { ac_out=`sed -n '/^[         ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
35169
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
35170
 
+which seems to be undefined.  Please make sure it is defined." >&5
35171
 
+$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
35172
 
+which seems to be undefined.  Please make sure it is defined." >&2;}
35173
 
+
35174
 
+  rm -f "$tmp/stdin"
35175
 
+  case $ac_file in
35176
 
+  -) cat "$tmp/out" && rm -f "$tmp/out";;
35177
 
+  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
35178
 
+  esac \
35179
 
+  || as_fn_error "could not create $ac_file" "$LINENO" 5
35180
 
+ ;;
35181
 
 
35182
 
-done
35183
 
-_ACEOF
35184
 
 
35185
 
-cat >>$CONFIG_STATUS <<\_ACEOF
35186
 
 
35187
 
-{ (exit 0); exit 0; }
35188
 
+  esac
35189
 
+
35190
 
+done # for ac_tag
35191
 
+
35192
 
+
35193
 
+as_fn_exit 0
35194
 
 _ACEOF
35195
 
-chmod +x $CONFIG_STATUS
35196
 
 ac_clean_files=$ac_clean_files_save
35197
 
 
35198
 
+test $ac_write_fail = 0 ||
35199
 
+  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
35200
 
+
35201
 
 
35202
 
 # configure is writing to config.log, and then calls config.status.
35203
 
 # config.status does its own redirection, appending to config.log.
35204
 
@@ -2282,6 +2935,10 @@ if test "$no_create" != yes; then
35205
 
   exec 5>>config.log
35206
 
   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
35207
 
   # would make configure fail if this is the last instruction.
35208
 
-  $ac_cs_success || { (exit 1); exit 1; }
35209
 
+  $ac_cs_success || as_fn_exit $?
35210
 
+fi
35211
 
+if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
35212
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
35213
 
+$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
35214
 
 fi
35215