FooBarWidget-mizuho 0.9.1 → 0.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (136) hide show
  1. data/README.markdown +1 -1
  2. data/Rakefile +14 -2
  3. data/asciidoc/BUGS +11 -6
  4. data/asciidoc/BUGS.txt +7 -3
  5. data/asciidoc/CHANGELOG +313 -151
  6. data/asciidoc/CHANGELOG.txt +177 -12
  7. data/asciidoc/INSTALL +30 -36
  8. data/asciidoc/INSTALL.txt +20 -20
  9. data/asciidoc/Makefile.in +145 -0
  10. data/asciidoc/README +11 -11
  11. data/asciidoc/README.txt +9 -9
  12. data/asciidoc/a2x +40 -7
  13. data/asciidoc/asciidoc.conf +180 -126
  14. data/asciidoc/asciidoc.py +1667 -977
  15. data/asciidoc/common.aap +2 -2
  16. data/asciidoc/configure +2840 -0
  17. data/asciidoc/configure.ac +11 -0
  18. data/asciidoc/dblatex/asciidoc-dblatex.sty +2 -0
  19. data/asciidoc/dblatex/asciidoc-dblatex.xsl +15 -0
  20. data/asciidoc/dblatex/dblatex-readme.txt +19 -2
  21. data/asciidoc/doc/a2x.1 +77 -67
  22. data/asciidoc/doc/a2x.1.txt +11 -2
  23. data/asciidoc/doc/article.css-embedded.html +85 -63
  24. data/asciidoc/doc/article.html +644 -62
  25. data/asciidoc/doc/article.pdf +0 -0
  26. data/asciidoc/doc/article.txt +15 -17
  27. data/asciidoc/doc/asciidoc.1 +34 -40
  28. data/asciidoc/doc/asciidoc.1.css-embedded.html +67 -32
  29. data/asciidoc/doc/asciidoc.1.css.html +28 -28
  30. data/asciidoc/doc/asciidoc.1.html +33 -33
  31. data/asciidoc/doc/asciidoc.css-embedded.html +2234 -2348
  32. data/asciidoc/doc/asciidoc.css.html +2203 -2352
  33. data/asciidoc/doc/asciidoc.dict +52 -1
  34. data/asciidoc/doc/asciidoc.html +980 -1160
  35. data/asciidoc/doc/asciidoc.txt +941 -738
  36. data/asciidoc/doc/asciimathml.txt +63 -0
  37. data/asciidoc/doc/book-multi.html +26 -43
  38. data/asciidoc/doc/book-multi.txt +19 -23
  39. data/asciidoc/doc/book.css-embedded.html +92 -71
  40. data/asciidoc/doc/book.html +24 -41
  41. data/asciidoc/doc/book.txt +19 -21
  42. data/asciidoc/doc/docbook-xsl.css +1 -0
  43. data/asciidoc/doc/faq.txt +288 -60
  44. data/asciidoc/doc/images +1 -0
  45. data/asciidoc/doc/latex-backend.html +16 -123
  46. data/asciidoc/doc/latex-backend.txt +17 -19
  47. data/asciidoc/doc/latexmath.txt +233 -24
  48. data/asciidoc/doc/latexmathml.txt +41 -0
  49. data/asciidoc/doc/main.aap +9 -5
  50. data/asciidoc/doc/music-filter.pdf +0 -0
  51. data/asciidoc/doc/music-filter.txt +2 -2
  52. data/asciidoc/doc/source-highlight-filter.html +476 -105
  53. data/asciidoc/doc/source-highlight-filter.pdf +0 -0
  54. data/asciidoc/doc/source-highlight-filter.txt +39 -10
  55. data/asciidoc/docbook-xsl/asciidoc-docbook-xsl.txt +1 -29
  56. data/asciidoc/docbook-xsl/fo.xsl +35 -3
  57. data/asciidoc/docbook-xsl/manpage.xsl +3 -0
  58. data/asciidoc/docbook-xsl/text.xsl +50 -0
  59. data/asciidoc/docbook.conf +182 -73
  60. data/asciidoc/examples/website/ASCIIMathML.js +1 -0
  61. data/asciidoc/examples/website/CHANGELOG.html +618 -182
  62. data/asciidoc/examples/website/CHANGELOG.txt +1 -0
  63. data/asciidoc/examples/website/INSTALL.html +34 -36
  64. data/asciidoc/examples/website/INSTALL.txt +1 -0
  65. data/asciidoc/examples/website/LaTeXMathML.js +1 -0
  66. data/asciidoc/examples/website/README-website.html +26 -37
  67. data/asciidoc/examples/website/README-website.txt +6 -6
  68. data/asciidoc/examples/website/README.html +15 -15
  69. data/asciidoc/examples/website/README.txt +1 -0
  70. data/asciidoc/examples/website/a2x.1.html +74 -50
  71. data/asciidoc/examples/website/a2x.1.txt +1 -0
  72. data/asciidoc/examples/website/asciidoc-docbook-xsl.html +13 -48
  73. data/asciidoc/examples/website/asciidoc-docbook-xsl.txt +1 -0
  74. data/asciidoc/examples/website/asciimathml.txt +1 -0
  75. data/asciidoc/examples/website/customers.csv +1 -0
  76. data/asciidoc/examples/website/downloads.html +69 -31
  77. data/asciidoc/examples/website/downloads.txt +28 -5
  78. data/asciidoc/examples/website/faq.html +370 -124
  79. data/asciidoc/examples/website/faq.txt +1 -0
  80. data/asciidoc/examples/website/images +1 -0
  81. data/asciidoc/examples/website/index.html +64 -64
  82. data/asciidoc/examples/website/index.txt +22 -15
  83. data/asciidoc/examples/website/latex-backend.html +152 -257
  84. data/asciidoc/examples/website/latex-backend.txt +1 -0
  85. data/asciidoc/examples/website/latexmathml.txt +1 -0
  86. data/asciidoc/examples/website/manpage.html +27 -27
  87. data/asciidoc/examples/website/manpage.txt +1 -0
  88. data/asciidoc/examples/website/music-filter.html +18 -18
  89. data/asciidoc/examples/website/music-filter.txt +1 -0
  90. data/asciidoc/examples/website/music1.abc +1 -1
  91. data/asciidoc/examples/website/music1.png +0 -0
  92. data/asciidoc/examples/website/music2.ly +1 -1
  93. data/asciidoc/examples/website/music2.png +0 -0
  94. data/asciidoc/examples/website/newlists.txt +40 -0
  95. data/asciidoc/examples/website/newtables.txt +397 -0
  96. data/asciidoc/examples/website/source-highlight-filter.html +67 -32
  97. data/asciidoc/examples/website/source-highlight-filter.txt +1 -0
  98. data/asciidoc/examples/website/support.html +4 -4
  99. data/asciidoc/examples/website/toc.js +1 -0
  100. data/asciidoc/examples/website/userguide.html +2190 -2339
  101. data/asciidoc/examples/website/userguide.txt +1 -0
  102. data/asciidoc/examples/website/version83.txt +37 -0
  103. data/asciidoc/examples/website/version9.html +13 -13
  104. data/asciidoc/examples/website/xhtml11-manpage.css +1 -0
  105. data/asciidoc/examples/website/xhtml11-quirks.css +1 -0
  106. data/asciidoc/examples/website/xhtml11.css +1 -0
  107. data/asciidoc/filters/code-filter-readme.txt +3 -3
  108. data/asciidoc/filters/code-filter-test.txt +6 -6
  109. data/asciidoc/filters/source-highlight-filter.conf +12 -5
  110. data/asciidoc/html4.conf +152 -58
  111. data/asciidoc/install-sh +201 -0
  112. data/asciidoc/latex.conf +41 -41
  113. data/asciidoc/stylesheets/docbook-xsl.css +1 -0
  114. data/asciidoc/stylesheets/xhtml11.css +39 -4
  115. data/asciidoc/text.conf +4 -4
  116. data/asciidoc/vim/syntax/asciidoc.vim +58 -32
  117. data/asciidoc/wordpress.conf +48 -0
  118. data/asciidoc/xhtml11-quirks.conf +1 -1
  119. data/asciidoc/xhtml11.conf +198 -70
  120. data/bin/mizuho +5 -2
  121. data/lib/mizuho/generator.rb +48 -19
  122. data/mizuho.gemspec +16 -6
  123. metadata +58 -15
  124. data/asciidoc/doc/asciimath.txt +0 -47
  125. data/asciidoc/docbook-xsl/shaded-literallayout.patch +0 -32
  126. data/asciidoc/examples/website/asciimath.html +0 -157
  127. data/asciidoc/examples/website/latexmath.html +0 -119
  128. data/asciidoc/filters/code-filter-test-c++.txt +0 -7
  129. data/asciidoc/install.sh +0 -55
  130. data/asciidoc/linuxdoc.conf +0 -285
  131. data/asciidoc/math.conf +0 -50
  132. data/asciidoc/stylesheets/xhtml-deprecated-manpage.css +0 -21
  133. data/asciidoc/stylesheets/xhtml-deprecated.css +0 -247
  134. data/asciidoc/t.conf +0 -20
  135. data/asciidoc/xhtml-deprecated-css.conf +0 -235
  136. data/asciidoc/xhtml-deprecated.conf +0 -351
data/asciidoc/common.aap CHANGED
@@ -2,8 +2,8 @@
2
2
  # Executed by all main.aap's before anything else.
3
3
  #
4
4
 
5
- _parent.VERS = 8.2.7
6
- _parent.DATE = 4 July 2008
5
+ _parent.VERS = 8.3.1
6
+ _parent.DATE = 14 December 2008
7
7
 
8
8
  all:
9
9
  :pass
@@ -0,0 +1,2840 @@
1
+ #! /bin/sh
2
+ # Guess values for system-dependent variables and create Makefiles.
3
+ # Generated by GNU Autoconf 2.61 for asciidoc 8.3.1.
4
+ #
5
+ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6
+ # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
7
+ # This configure script is free software; the Free Software Foundation
8
+ # gives unlimited permission to copy, distribute and modify it.
9
+ ## --------------------- ##
10
+ ## M4sh Initialization. ##
11
+ ## --------------------- ##
12
+
13
+ # Be more Bourne compatible
14
+ DUALCASE=1; export DUALCASE # for MKS sh
15
+ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16
+ emulate sh
17
+ NULLCMD=:
18
+ # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
19
+ # is contrary to our usage. Disable this feature.
20
+ alias -g '${1+"$@"}'='"$@"'
21
+ setopt NO_GLOB_SUBST
22
+ else
23
+ case `(set -o) 2>/dev/null` in
24
+ *posix*) set -o posix ;;
25
+ esac
26
+
27
+ fi
28
+
29
+
30
+
31
+
32
+ # PATH needs CR
33
+ # Avoid depending upon Character Ranges.
34
+ as_cr_letters='abcdefghijklmnopqrstuvwxyz'
35
+ as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
36
+ as_cr_Letters=$as_cr_letters$as_cr_LETTERS
37
+ as_cr_digits='0123456789'
38
+ as_cr_alnum=$as_cr_Letters$as_cr_digits
39
+
40
+ # The user is always right.
41
+ if test "${PATH_SEPARATOR+set}" != set; then
42
+ echo "#! /bin/sh" >conf$$.sh
43
+ echo "exit 0" >>conf$$.sh
44
+ chmod +x conf$$.sh
45
+ if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
46
+ PATH_SEPARATOR=';'
47
+ else
48
+ PATH_SEPARATOR=:
49
+ fi
50
+ rm -f conf$$.sh
51
+ fi
52
+
53
+ # Support unset when possible.
54
+ if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
55
+ as_unset=unset
56
+ else
57
+ as_unset=false
58
+ fi
59
+
60
+
61
+ # IFS
62
+ # We need space, tab and new line, in precisely that order. Quoting is
63
+ # there to prevent editors from complaining about space-tab.
64
+ # (If _AS_PATH_WALK were called with IFS unset, it would disable word
65
+ # splitting by setting IFS to empty value.)
66
+ as_nl='
67
+ '
68
+ IFS=" "" $as_nl"
69
+
70
+ # Find who we are. Look in the path if we contain no directory separator.
71
+ case $0 in
72
+ *[\\/]* ) as_myself=$0 ;;
73
+ *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
74
+ for as_dir in $PATH
75
+ do
76
+ IFS=$as_save_IFS
77
+ test -z "$as_dir" && as_dir=.
78
+ test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
79
+ done
80
+ IFS=$as_save_IFS
81
+
82
+ ;;
83
+ esac
84
+ # We did not find ourselves, most probably we were run as `sh COMMAND'
85
+ # in which case we are not to be found in the path.
86
+ if test "x$as_myself" = x; then
87
+ as_myself=$0
88
+ fi
89
+ if test ! -f "$as_myself"; then
90
+ echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
91
+ { (exit 1); exit 1; }
92
+ fi
93
+
94
+ # Work around bugs in pre-3.0 UWIN ksh.
95
+ for as_var in ENV MAIL MAILPATH
96
+ do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
97
+ done
98
+ PS1='$ '
99
+ PS2='> '
100
+ PS4='+ '
101
+
102
+ # NLS nuisances.
103
+ for as_var in \
104
+ LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
105
+ LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
106
+ LC_TELEPHONE LC_TIME
107
+ do
108
+ if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
109
+ eval $as_var=C; export $as_var
110
+ else
111
+ ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
112
+ fi
113
+ done
114
+
115
+ # Required to use basename.
116
+ if expr a : '\(a\)' >/dev/null 2>&1 &&
117
+ test "X`expr 00001 : '.*\(...\)'`" = X001; then
118
+ as_expr=expr
119
+ else
120
+ as_expr=false
121
+ fi
122
+
123
+ if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
124
+ as_basename=basename
125
+ else
126
+ as_basename=false
127
+ fi
128
+
129
+
130
+ # Name of the executable.
131
+ as_me=`$as_basename -- "$0" ||
132
+ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
133
+ X"$0" : 'X\(//\)$' \| \
134
+ X"$0" : 'X\(/\)' \| . 2>/dev/null ||
135
+ echo X/"$0" |
136
+ sed '/^.*\/\([^/][^/]*\)\/*$/{
137
+ s//\1/
138
+ q
139
+ }
140
+ /^X\/\(\/\/\)$/{
141
+ s//\1/
142
+ q
143
+ }
144
+ /^X\/\(\/\).*/{
145
+ s//\1/
146
+ q
147
+ }
148
+ s/.*/./; q'`
149
+
150
+ # CDPATH.
151
+ $as_unset CDPATH
152
+
153
+
154
+ if test "x$CONFIG_SHELL" = x; then
155
+ if (eval ":") 2>/dev/null; then
156
+ as_have_required=yes
157
+ else
158
+ as_have_required=no
159
+ fi
160
+
161
+ if test $as_have_required = yes && (eval ":
162
+ (as_func_return () {
163
+ (exit \$1)
164
+ }
165
+ as_func_success () {
166
+ as_func_return 0
167
+ }
168
+ as_func_failure () {
169
+ as_func_return 1
170
+ }
171
+ as_func_ret_success () {
172
+ return 0
173
+ }
174
+ as_func_ret_failure () {
175
+ return 1
176
+ }
177
+
178
+ exitcode=0
179
+ if as_func_success; then
180
+ :
181
+ else
182
+ exitcode=1
183
+ echo as_func_success failed.
184
+ fi
185
+
186
+ if as_func_failure; then
187
+ exitcode=1
188
+ echo as_func_failure succeeded.
189
+ fi
190
+
191
+ if as_func_ret_success; then
192
+ :
193
+ else
194
+ exitcode=1
195
+ echo as_func_ret_success failed.
196
+ fi
197
+
198
+ if as_func_ret_failure; then
199
+ exitcode=1
200
+ echo as_func_ret_failure succeeded.
201
+ fi
202
+
203
+ if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
204
+ :
205
+ else
206
+ exitcode=1
207
+ echo positional parameters were not saved.
208
+ fi
209
+
210
+ test \$exitcode = 0) || { (exit 1); exit 1; }
211
+
212
+ (
213
+ as_lineno_1=\$LINENO
214
+ as_lineno_2=\$LINENO
215
+ test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
216
+ test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
217
+ ") 2> /dev/null; then
218
+ :
219
+ else
220
+ as_candidate_shells=
221
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
222
+ for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
223
+ do
224
+ IFS=$as_save_IFS
225
+ test -z "$as_dir" && as_dir=.
226
+ case $as_dir in
227
+ /*)
228
+ for as_base in sh bash ksh sh5; do
229
+ as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
230
+ done;;
231
+ esac
232
+ done
233
+ IFS=$as_save_IFS
234
+
235
+
236
+ for as_shell in $as_candidate_shells $SHELL; do
237
+ # Try only shells that exist, to save several forks.
238
+ if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
239
+ { ("$as_shell") 2> /dev/null <<\_ASEOF
240
+ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
241
+ emulate sh
242
+ NULLCMD=:
243
+ # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
244
+ # is contrary to our usage. Disable this feature.
245
+ alias -g '${1+"$@"}'='"$@"'
246
+ setopt NO_GLOB_SUBST
247
+ else
248
+ case `(set -o) 2>/dev/null` in
249
+ *posix*) set -o posix ;;
250
+ esac
251
+
252
+ fi
253
+
254
+
255
+ :
256
+ _ASEOF
257
+ }; then
258
+ CONFIG_SHELL=$as_shell
259
+ as_have_required=yes
260
+ if { "$as_shell" 2> /dev/null <<\_ASEOF
261
+ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262
+ emulate sh
263
+ NULLCMD=:
264
+ # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
265
+ # is contrary to our usage. Disable this feature.
266
+ alias -g '${1+"$@"}'='"$@"'
267
+ setopt NO_GLOB_SUBST
268
+ else
269
+ case `(set -o) 2>/dev/null` in
270
+ *posix*) set -o posix ;;
271
+ esac
272
+
273
+ fi
274
+
275
+
276
+ :
277
+ (as_func_return () {
278
+ (exit $1)
279
+ }
280
+ as_func_success () {
281
+ as_func_return 0
282
+ }
283
+ as_func_failure () {
284
+ as_func_return 1
285
+ }
286
+ as_func_ret_success () {
287
+ return 0
288
+ }
289
+ as_func_ret_failure () {
290
+ return 1
291
+ }
292
+
293
+ exitcode=0
294
+ if as_func_success; then
295
+ :
296
+ else
297
+ exitcode=1
298
+ echo as_func_success failed.
299
+ fi
300
+
301
+ if as_func_failure; then
302
+ exitcode=1
303
+ echo as_func_failure succeeded.
304
+ fi
305
+
306
+ if as_func_ret_success; then
307
+ :
308
+ else
309
+ exitcode=1
310
+ echo as_func_ret_success failed.
311
+ fi
312
+
313
+ if as_func_ret_failure; then
314
+ exitcode=1
315
+ echo as_func_ret_failure succeeded.
316
+ fi
317
+
318
+ if ( set x; as_func_ret_success y && test x = "$1" ); then
319
+ :
320
+ else
321
+ exitcode=1
322
+ echo positional parameters were not saved.
323
+ fi
324
+
325
+ test $exitcode = 0) || { (exit 1); exit 1; }
326
+
327
+ (
328
+ as_lineno_1=$LINENO
329
+ as_lineno_2=$LINENO
330
+ test "x$as_lineno_1" != "x$as_lineno_2" &&
331
+ test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
332
+
333
+ _ASEOF
334
+ }; then
335
+ break
336
+ fi
337
+
338
+ fi
339
+
340
+ done
341
+
342
+ if test "x$CONFIG_SHELL" != x; then
343
+ for as_var in BASH_ENV ENV
344
+ do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
345
+ done
346
+ export CONFIG_SHELL
347
+ exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
348
+ fi
349
+
350
+
351
+ if test $as_have_required = no; then
352
+ echo This script requires a shell more modern than all the
353
+ echo shells that I found on your system. Please install a
354
+ echo modern shell, or manually run the script under such a
355
+ echo shell if you do have one.
356
+ { (exit 1); exit 1; }
357
+ fi
358
+
359
+
360
+ fi
361
+
362
+ fi
363
+
364
+
365
+
366
+ (eval "as_func_return () {
367
+ (exit \$1)
368
+ }
369
+ as_func_success () {
370
+ as_func_return 0
371
+ }
372
+ as_func_failure () {
373
+ as_func_return 1
374
+ }
375
+ as_func_ret_success () {
376
+ return 0
377
+ }
378
+ as_func_ret_failure () {
379
+ return 1
380
+ }
381
+
382
+ exitcode=0
383
+ if as_func_success; then
384
+ :
385
+ else
386
+ exitcode=1
387
+ echo as_func_success failed.
388
+ fi
389
+
390
+ if as_func_failure; then
391
+ exitcode=1
392
+ echo as_func_failure succeeded.
393
+ fi
394
+
395
+ if as_func_ret_success; then
396
+ :
397
+ else
398
+ exitcode=1
399
+ echo as_func_ret_success failed.
400
+ fi
401
+
402
+ if as_func_ret_failure; then
403
+ exitcode=1
404
+ echo as_func_ret_failure succeeded.
405
+ fi
406
+
407
+ if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
408
+ :
409
+ else
410
+ exitcode=1
411
+ echo positional parameters were not saved.
412
+ fi
413
+
414
+ test \$exitcode = 0") || {
415
+ echo No shell found that supports shell functions.
416
+ echo Please tell autoconf@gnu.org about your system,
417
+ echo including any error possibly output before this
418
+ echo message
419
+ }
420
+
421
+
422
+
423
+ as_lineno_1=$LINENO
424
+ as_lineno_2=$LINENO
425
+ test "x$as_lineno_1" != "x$as_lineno_2" &&
426
+ test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
427
+
428
+ # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
429
+ # uniformly replaced by the line number. The first 'sed' inserts a
430
+ # line-number line after each line using $LINENO; the second 'sed'
431
+ # does the real work. The second script uses 'N' to pair each
432
+ # line-number line with the line containing $LINENO, and appends
433
+ # trailing '-' during substitution so that $LINENO is not a special
434
+ # case at line end.
435
+ # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
436
+ # scripts with optimization help from Paolo Bonzini. Blame Lee
437
+ # E. McMahon (1931-1989) for sed's syntax. :-)
438
+ sed -n '
439
+ p
440
+ /[$]LINENO/=
441
+ ' <$as_myself |
442
+ sed '
443
+ s/[$]LINENO.*/&-/
444
+ t lineno
445
+ b
446
+ :lineno
447
+ N
448
+ :loop
449
+ s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
450
+ t loop
451
+ s/-\n.*//
452
+ ' >$as_me.lineno &&
453
+ chmod +x "$as_me.lineno" ||
454
+ { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
455
+ { (exit 1); exit 1; }; }
456
+
457
+ # Don't try to exec as it changes $[0], causing all sort of problems
458
+ # (the dirname of $[0] is not the place where we might find the
459
+ # original and so on. Autoconf is especially sensitive to this).
460
+ . "./$as_me.lineno"
461
+ # Exit status is that of the last command.
462
+ exit
463
+ }
464
+
465
+
466
+ if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
467
+ as_dirname=dirname
468
+ else
469
+ as_dirname=false
470
+ fi
471
+
472
+ ECHO_C= ECHO_N= ECHO_T=
473
+ case `echo -n x` in
474
+ -n*)
475
+ case `echo 'x\c'` in
476
+ *c*) ECHO_T=' ';; # ECHO_T is single tab character.
477
+ *) ECHO_C='\c';;
478
+ esac;;
479
+ *)
480
+ ECHO_N='-n';;
481
+ esac
482
+
483
+ if expr a : '\(a\)' >/dev/null 2>&1 &&
484
+ test "X`expr 00001 : '.*\(...\)'`" = X001; then
485
+ as_expr=expr
486
+ else
487
+ as_expr=false
488
+ fi
489
+
490
+ rm -f conf$$ conf$$.exe conf$$.file
491
+ if test -d conf$$.dir; then
492
+ rm -f conf$$.dir/conf$$.file
493
+ else
494
+ rm -f conf$$.dir
495
+ mkdir conf$$.dir
496
+ fi
497
+ echo >conf$$.file
498
+ if ln -s conf$$.file conf$$ 2>/dev/null; then
499
+ as_ln_s='ln -s'
500
+ # ... but there are two gotchas:
501
+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
502
+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
503
+ # In both cases, we have to default to `cp -p'.
504
+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
505
+ as_ln_s='cp -p'
506
+ elif ln conf$$.file conf$$ 2>/dev/null; then
507
+ as_ln_s=ln
508
+ else
509
+ as_ln_s='cp -p'
510
+ fi
511
+ rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
512
+ rmdir conf$$.dir 2>/dev/null
513
+
514
+ if mkdir -p . 2>/dev/null; then
515
+ as_mkdir_p=:
516
+ else
517
+ test -d ./-p && rmdir ./-p
518
+ as_mkdir_p=false
519
+ fi
520
+
521
+ if test -x / >/dev/null 2>&1; then
522
+ as_test_x='test -x'
523
+ else
524
+ if ls -dL / >/dev/null 2>&1; then
525
+ as_ls_L_option=L
526
+ else
527
+ as_ls_L_option=
528
+ fi
529
+ as_test_x='
530
+ eval sh -c '\''
531
+ if test -d "$1"; then
532
+ test -d "$1/.";
533
+ else
534
+ case $1 in
535
+ -*)set "./$1";;
536
+ esac;
537
+ case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
538
+ ???[sx]*):;;*)false;;esac;fi
539
+ '\'' sh
540
+ '
541
+ fi
542
+ as_executable_p=$as_test_x
543
+
544
+ # Sed expression to map a string onto a valid CPP name.
545
+ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
546
+
547
+ # Sed expression to map a string onto a valid variable name.
548
+ as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
549
+
550
+
551
+
552
+ exec 7<&0 </dev/null 6>&1
553
+
554
+ # Name of the host.
555
+ # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
556
+ # so uname gets run too.
557
+ ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
558
+
559
+ #
560
+ # Initializations.
561
+ #
562
+ ac_default_prefix=/usr/local
563
+ ac_clean_files=
564
+ ac_config_libobj_dir=.
565
+ LIBOBJS=
566
+ cross_compiling=no
567
+ subdirs=
568
+ MFLAGS=
569
+ MAKEFLAGS=
570
+ SHELL=${CONFIG_SHELL-/bin/sh}
571
+
572
+ # Identity of this package.
573
+ PACKAGE_NAME='asciidoc'
574
+ PACKAGE_TARNAME='asciidoc'
575
+ PACKAGE_VERSION='8.3.1'
576
+ PACKAGE_STRING='asciidoc 8.3.1'
577
+ PACKAGE_BUGREPORT=''
578
+
579
+ ac_subst_vars='SHELL
580
+ PATH_SEPARATOR
581
+ PACKAGE_NAME
582
+ PACKAGE_TARNAME
583
+ PACKAGE_VERSION
584
+ PACKAGE_STRING
585
+ PACKAGE_BUGREPORT
586
+ exec_prefix
587
+ prefix
588
+ program_transform_name
589
+ bindir
590
+ sbindir
591
+ libexecdir
592
+ datarootdir
593
+ datadir
594
+ sysconfdir
595
+ sharedstatedir
596
+ localstatedir
597
+ includedir
598
+ oldincludedir
599
+ docdir
600
+ infodir
601
+ htmldir
602
+ dvidir
603
+ pdfdir
604
+ psdir
605
+ libdir
606
+ localedir
607
+ mandir
608
+ DEFS
609
+ ECHO_C
610
+ ECHO_N
611
+ ECHO_T
612
+ LIBS
613
+ build_alias
614
+ host_alias
615
+ target_alias
616
+ SED
617
+ LN_S
618
+ INSTALL_PROGRAM
619
+ INSTALL_SCRIPT
620
+ INSTALL_DATA
621
+ LIBOBJS
622
+ LTLIBOBJS'
623
+ ac_subst_files=''
624
+ ac_precious_vars='build_alias
625
+ host_alias
626
+ target_alias'
627
+
628
+
629
+ # Initialize some variables set by options.
630
+ ac_init_help=
631
+ ac_init_version=false
632
+ # The variables have the same names as the options, with
633
+ # dashes changed to underlines.
634
+ cache_file=/dev/null
635
+ exec_prefix=NONE
636
+ no_create=
637
+ no_recursion=
638
+ prefix=NONE
639
+ program_prefix=NONE
640
+ program_suffix=NONE
641
+ program_transform_name=s,x,x,
642
+ silent=
643
+ site=
644
+ srcdir=
645
+ verbose=
646
+ x_includes=NONE
647
+ x_libraries=NONE
648
+
649
+ # Installation directory options.
650
+ # These are left unexpanded so users can "make install exec_prefix=/foo"
651
+ # and all the variables that are supposed to be based on exec_prefix
652
+ # by default will actually change.
653
+ # Use braces instead of parens because sh, perl, etc. also accept them.
654
+ # (The list follows the same order as the GNU Coding Standards.)
655
+ bindir='${exec_prefix}/bin'
656
+ sbindir='${exec_prefix}/sbin'
657
+ libexecdir='${exec_prefix}/libexec'
658
+ datarootdir='${prefix}/share'
659
+ datadir='${datarootdir}'
660
+ sysconfdir='${prefix}/etc'
661
+ sharedstatedir='${prefix}/com'
662
+ localstatedir='${prefix}/var'
663
+ includedir='${prefix}/include'
664
+ oldincludedir='/usr/include'
665
+ docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
666
+ infodir='${datarootdir}/info'
667
+ htmldir='${docdir}'
668
+ dvidir='${docdir}'
669
+ pdfdir='${docdir}'
670
+ psdir='${docdir}'
671
+ libdir='${exec_prefix}/lib'
672
+ localedir='${datarootdir}/locale'
673
+ mandir='${datarootdir}/man'
674
+
675
+ ac_prev=
676
+ ac_dashdash=
677
+ for ac_option
678
+ do
679
+ # If the previous option needs an argument, assign it.
680
+ if test -n "$ac_prev"; then
681
+ eval $ac_prev=\$ac_option
682
+ ac_prev=
683
+ continue
684
+ fi
685
+
686
+ case $ac_option in
687
+ *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
688
+ *) ac_optarg=yes ;;
689
+ esac
690
+
691
+ # Accept the important Cygnus configure options, so we can diagnose typos.
692
+
693
+ case $ac_dashdash$ac_option in
694
+ --)
695
+ ac_dashdash=yes ;;
696
+
697
+ -bindir | --bindir | --bindi | --bind | --bin | --bi)
698
+ ac_prev=bindir ;;
699
+ -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
700
+ bindir=$ac_optarg ;;
701
+
702
+ -build | --build | --buil | --bui | --bu)
703
+ ac_prev=build_alias ;;
704
+ -build=* | --build=* | --buil=* | --bui=* | --bu=*)
705
+ build_alias=$ac_optarg ;;
706
+
707
+ -cache-file | --cache-file | --cache-fil | --cache-fi \
708
+ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
709
+ ac_prev=cache_file ;;
710
+ -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
711
+ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
712
+ cache_file=$ac_optarg ;;
713
+
714
+ --config-cache | -C)
715
+ cache_file=config.cache ;;
716
+
717
+ -datadir | --datadir | --datadi | --datad)
718
+ ac_prev=datadir ;;
719
+ -datadir=* | --datadir=* | --datadi=* | --datad=*)
720
+ datadir=$ac_optarg ;;
721
+
722
+ -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
723
+ | --dataroo | --dataro | --datar)
724
+ ac_prev=datarootdir ;;
725
+ -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
726
+ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
727
+ datarootdir=$ac_optarg ;;
728
+
729
+ -disable-* | --disable-*)
730
+ ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
731
+ # Reject names that are not valid shell variable names.
732
+ expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
733
+ { echo "$as_me: error: invalid feature name: $ac_feature" >&2
734
+ { (exit 1); exit 1; }; }
735
+ ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
736
+ eval enable_$ac_feature=no ;;
737
+
738
+ -docdir | --docdir | --docdi | --doc | --do)
739
+ ac_prev=docdir ;;
740
+ -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
741
+ docdir=$ac_optarg ;;
742
+
743
+ -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
744
+ ac_prev=dvidir ;;
745
+ -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
746
+ dvidir=$ac_optarg ;;
747
+
748
+ -enable-* | --enable-*)
749
+ ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
750
+ # Reject names that are not valid shell variable names.
751
+ expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
752
+ { echo "$as_me: error: invalid feature name: $ac_feature" >&2
753
+ { (exit 1); exit 1; }; }
754
+ ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
755
+ eval enable_$ac_feature=\$ac_optarg ;;
756
+
757
+ -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
758
+ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
759
+ | --exec | --exe | --ex)
760
+ ac_prev=exec_prefix ;;
761
+ -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
762
+ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
763
+ | --exec=* | --exe=* | --ex=*)
764
+ exec_prefix=$ac_optarg ;;
765
+
766
+ -gas | --gas | --ga | --g)
767
+ # Obsolete; use --with-gas.
768
+ with_gas=yes ;;
769
+
770
+ -help | --help | --hel | --he | -h)
771
+ ac_init_help=long ;;
772
+ -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
773
+ ac_init_help=recursive ;;
774
+ -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
775
+ ac_init_help=short ;;
776
+
777
+ -host | --host | --hos | --ho)
778
+ ac_prev=host_alias ;;
779
+ -host=* | --host=* | --hos=* | --ho=*)
780
+ host_alias=$ac_optarg ;;
781
+
782
+ -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
783
+ ac_prev=htmldir ;;
784
+ -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
785
+ | --ht=*)
786
+ htmldir=$ac_optarg ;;
787
+
788
+ -includedir | --includedir | --includedi | --included | --include \
789
+ | --includ | --inclu | --incl | --inc)
790
+ ac_prev=includedir ;;
791
+ -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
792
+ | --includ=* | --inclu=* | --incl=* | --inc=*)
793
+ includedir=$ac_optarg ;;
794
+
795
+ -infodir | --infodir | --infodi | --infod | --info | --inf)
796
+ ac_prev=infodir ;;
797
+ -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
798
+ infodir=$ac_optarg ;;
799
+
800
+ -libdir | --libdir | --libdi | --libd)
801
+ ac_prev=libdir ;;
802
+ -libdir=* | --libdir=* | --libdi=* | --libd=*)
803
+ libdir=$ac_optarg ;;
804
+
805
+ -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
806
+ | --libexe | --libex | --libe)
807
+ ac_prev=libexecdir ;;
808
+ -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
809
+ | --libexe=* | --libex=* | --libe=*)
810
+ libexecdir=$ac_optarg ;;
811
+
812
+ -localedir | --localedir | --localedi | --localed | --locale)
813
+ ac_prev=localedir ;;
814
+ -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
815
+ localedir=$ac_optarg ;;
816
+
817
+ -localstatedir | --localstatedir | --localstatedi | --localstated \
818
+ | --localstate | --localstat | --localsta | --localst | --locals)
819
+ ac_prev=localstatedir ;;
820
+ -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
821
+ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
822
+ localstatedir=$ac_optarg ;;
823
+
824
+ -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
825
+ ac_prev=mandir ;;
826
+ -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
827
+ mandir=$ac_optarg ;;
828
+
829
+ -nfp | --nfp | --nf)
830
+ # Obsolete; use --without-fp.
831
+ with_fp=no ;;
832
+
833
+ -no-create | --no-create | --no-creat | --no-crea | --no-cre \
834
+ | --no-cr | --no-c | -n)
835
+ no_create=yes ;;
836
+
837
+ -no-recursion | --no-recursion | --no-recursio | --no-recursi \
838
+ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
839
+ no_recursion=yes ;;
840
+
841
+ -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
842
+ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
843
+ | --oldin | --oldi | --old | --ol | --o)
844
+ ac_prev=oldincludedir ;;
845
+ -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
846
+ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
847
+ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
848
+ oldincludedir=$ac_optarg ;;
849
+
850
+ -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
851
+ ac_prev=prefix ;;
852
+ -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
853
+ prefix=$ac_optarg ;;
854
+
855
+ -program-prefix | --program-prefix | --program-prefi | --program-pref \
856
+ | --program-pre | --program-pr | --program-p)
857
+ ac_prev=program_prefix ;;
858
+ -program-prefix=* | --program-prefix=* | --program-prefi=* \
859
+ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
860
+ program_prefix=$ac_optarg ;;
861
+
862
+ -program-suffix | --program-suffix | --program-suffi | --program-suff \
863
+ | --program-suf | --program-su | --program-s)
864
+ ac_prev=program_suffix ;;
865
+ -program-suffix=* | --program-suffix=* | --program-suffi=* \
866
+ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
867
+ program_suffix=$ac_optarg ;;
868
+
869
+ -program-transform-name | --program-transform-name \
870
+ | --program-transform-nam | --program-transform-na \
871
+ | --program-transform-n | --program-transform- \
872
+ | --program-transform | --program-transfor \
873
+ | --program-transfo | --program-transf \
874
+ | --program-trans | --program-tran \
875
+ | --progr-tra | --program-tr | --program-t)
876
+ ac_prev=program_transform_name ;;
877
+ -program-transform-name=* | --program-transform-name=* \
878
+ | --program-transform-nam=* | --program-transform-na=* \
879
+ | --program-transform-n=* | --program-transform-=* \
880
+ | --program-transform=* | --program-transfor=* \
881
+ | --program-transfo=* | --program-transf=* \
882
+ | --program-trans=* | --program-tran=* \
883
+ | --progr-tra=* | --program-tr=* | --program-t=*)
884
+ program_transform_name=$ac_optarg ;;
885
+
886
+ -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
887
+ ac_prev=pdfdir ;;
888
+ -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
889
+ pdfdir=$ac_optarg ;;
890
+
891
+ -psdir | --psdir | --psdi | --psd | --ps)
892
+ ac_prev=psdir ;;
893
+ -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
894
+ psdir=$ac_optarg ;;
895
+
896
+ -q | -quiet | --quiet | --quie | --qui | --qu | --q \
897
+ | -silent | --silent | --silen | --sile | --sil)
898
+ silent=yes ;;
899
+
900
+ -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
901
+ ac_prev=sbindir ;;
902
+ -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
903
+ | --sbi=* | --sb=*)
904
+ sbindir=$ac_optarg ;;
905
+
906
+ -sharedstatedir | --sharedstatedir | --sharedstatedi \
907
+ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
908
+ | --sharedst | --shareds | --shared | --share | --shar \
909
+ | --sha | --sh)
910
+ ac_prev=sharedstatedir ;;
911
+ -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
912
+ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
913
+ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
914
+ | --sha=* | --sh=*)
915
+ sharedstatedir=$ac_optarg ;;
916
+
917
+ -site | --site | --sit)
918
+ ac_prev=site ;;
919
+ -site=* | --site=* | --sit=*)
920
+ site=$ac_optarg ;;
921
+
922
+ -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
923
+ ac_prev=srcdir ;;
924
+ -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
925
+ srcdir=$ac_optarg ;;
926
+
927
+ -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
928
+ | --syscon | --sysco | --sysc | --sys | --sy)
929
+ ac_prev=sysconfdir ;;
930
+ -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
931
+ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
932
+ sysconfdir=$ac_optarg ;;
933
+
934
+ -target | --target | --targe | --targ | --tar | --ta | --t)
935
+ ac_prev=target_alias ;;
936
+ -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
937
+ target_alias=$ac_optarg ;;
938
+
939
+ -v | -verbose | --verbose | --verbos | --verbo | --verb)
940
+ verbose=yes ;;
941
+
942
+ -version | --version | --versio | --versi | --vers | -V)
943
+ ac_init_version=: ;;
944
+
945
+ -with-* | --with-*)
946
+ ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
947
+ # Reject names that are not valid shell variable names.
948
+ expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
949
+ { echo "$as_me: error: invalid package name: $ac_package" >&2
950
+ { (exit 1); exit 1; }; }
951
+ ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
952
+ eval with_$ac_package=\$ac_optarg ;;
953
+
954
+ -without-* | --without-*)
955
+ ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
956
+ # Reject names that are not valid shell variable names.
957
+ expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
958
+ { echo "$as_me: error: invalid package name: $ac_package" >&2
959
+ { (exit 1); exit 1; }; }
960
+ ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
961
+ eval with_$ac_package=no ;;
962
+
963
+ --x)
964
+ # Obsolete; use --with-x.
965
+ with_x=yes ;;
966
+
967
+ -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
968
+ | --x-incl | --x-inc | --x-in | --x-i)
969
+ ac_prev=x_includes ;;
970
+ -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
971
+ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
972
+ x_includes=$ac_optarg ;;
973
+
974
+ -x-libraries | --x-libraries | --x-librarie | --x-librari \
975
+ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
976
+ ac_prev=x_libraries ;;
977
+ -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
978
+ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
979
+ x_libraries=$ac_optarg ;;
980
+
981
+ -*) { echo "$as_me: error: unrecognized option: $ac_option
982
+ Try \`$0 --help' for more information." >&2
983
+ { (exit 1); exit 1; }; }
984
+ ;;
985
+
986
+ *=*)
987
+ ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
988
+ # Reject names that are not valid shell variable names.
989
+ expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
990
+ { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
991
+ { (exit 1); exit 1; }; }
992
+ eval $ac_envvar=\$ac_optarg
993
+ export $ac_envvar ;;
994
+
995
+ *)
996
+ # FIXME: should be removed in autoconf 3.0.
997
+ echo "$as_me: WARNING: you should use --build, --host, --target" >&2
998
+ expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
999
+ echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1000
+ : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1001
+ ;;
1002
+
1003
+ esac
1004
+ done
1005
+
1006
+ if test -n "$ac_prev"; then
1007
+ ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1008
+ { echo "$as_me: error: missing argument to $ac_option" >&2
1009
+ { (exit 1); exit 1; }; }
1010
+ fi
1011
+
1012
+ # Be sure to have absolute directory names.
1013
+ for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1014
+ datadir sysconfdir sharedstatedir localstatedir includedir \
1015
+ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1016
+ libdir localedir mandir
1017
+ do
1018
+ eval ac_val=\$$ac_var
1019
+ case $ac_val in
1020
+ [\\/$]* | ?:[\\/]* ) continue;;
1021
+ NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1022
+ esac
1023
+ { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1024
+ { (exit 1); exit 1; }; }
1025
+ done
1026
+
1027
+ # There might be people who depend on the old broken behavior: `$host'
1028
+ # used to hold the argument of --host etc.
1029
+ # FIXME: To remove some day.
1030
+ build=$build_alias
1031
+ host=$host_alias
1032
+ target=$target_alias
1033
+
1034
+ # FIXME: To remove some day.
1035
+ if test "x$host_alias" != x; then
1036
+ if test "x$build_alias" = x; then
1037
+ cross_compiling=maybe
1038
+ echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1039
+ If a cross compiler is detected then cross compile mode will be used." >&2
1040
+ elif test "x$build_alias" != "x$host_alias"; then
1041
+ cross_compiling=yes
1042
+ fi
1043
+ fi
1044
+
1045
+ ac_tool_prefix=
1046
+ test -n "$host_alias" && ac_tool_prefix=$host_alias-
1047
+
1048
+ test "$silent" = yes && exec 6>/dev/null
1049
+
1050
+
1051
+ ac_pwd=`pwd` && test -n "$ac_pwd" &&
1052
+ ac_ls_di=`ls -di .` &&
1053
+ ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1054
+ { echo "$as_me: error: Working directory cannot be determined" >&2
1055
+ { (exit 1); exit 1; }; }
1056
+ test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1057
+ { echo "$as_me: error: pwd does not report name of working directory" >&2
1058
+ { (exit 1); exit 1; }; }
1059
+
1060
+
1061
+ # Find the source files, if location was not specified.
1062
+ if test -z "$srcdir"; then
1063
+ ac_srcdir_defaulted=yes
1064
+ # Try the directory containing this script, then the parent directory.
1065
+ ac_confdir=`$as_dirname -- "$0" ||
1066
+ $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1067
+ X"$0" : 'X\(//\)[^/]' \| \
1068
+ X"$0" : 'X\(//\)$' \| \
1069
+ X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1070
+ echo X"$0" |
1071
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1072
+ s//\1/
1073
+ q
1074
+ }
1075
+ /^X\(\/\/\)[^/].*/{
1076
+ s//\1/
1077
+ q
1078
+ }
1079
+ /^X\(\/\/\)$/{
1080
+ s//\1/
1081
+ q
1082
+ }
1083
+ /^X\(\/\).*/{
1084
+ s//\1/
1085
+ q
1086
+ }
1087
+ s/.*/./; q'`
1088
+ srcdir=$ac_confdir
1089
+ if test ! -r "$srcdir/$ac_unique_file"; then
1090
+ srcdir=..
1091
+ fi
1092
+ else
1093
+ ac_srcdir_defaulted=no
1094
+ fi
1095
+ if test ! -r "$srcdir/$ac_unique_file"; then
1096
+ test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1097
+ { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1098
+ { (exit 1); exit 1; }; }
1099
+ fi
1100
+ ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1101
+ ac_abs_confdir=`(
1102
+ cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1103
+ { (exit 1); exit 1; }; }
1104
+ pwd)`
1105
+ # When building in place, set srcdir=.
1106
+ if test "$ac_abs_confdir" = "$ac_pwd"; then
1107
+ srcdir=.
1108
+ fi
1109
+ # Remove unnecessary trailing slashes from srcdir.
1110
+ # Double slashes in file names in object file debugging info
1111
+ # mess up M-x gdb in Emacs.
1112
+ case $srcdir in
1113
+ */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1114
+ esac
1115
+ for ac_var in $ac_precious_vars; do
1116
+ eval ac_env_${ac_var}_set=\${${ac_var}+set}
1117
+ eval ac_env_${ac_var}_value=\$${ac_var}
1118
+ eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1119
+ eval ac_cv_env_${ac_var}_value=\$${ac_var}
1120
+ done
1121
+
1122
+ #
1123
+ # Report the --help message.
1124
+ #
1125
+ if test "$ac_init_help" = "long"; then
1126
+ # Omit some internal or obsolete options to make the list less imposing.
1127
+ # This message is too long to be a string in the A/UX 3.1 sh.
1128
+ cat <<_ACEOF
1129
+ \`configure' configures asciidoc 8.3.1 to adapt to many kinds of systems.
1130
+
1131
+ Usage: $0 [OPTION]... [VAR=VALUE]...
1132
+
1133
+ To assign environment variables (e.g., CC, CFLAGS...), specify them as
1134
+ VAR=VALUE. See below for descriptions of some of the useful variables.
1135
+
1136
+ Defaults for the options are specified in brackets.
1137
+
1138
+ Configuration:
1139
+ -h, --help display this help and exit
1140
+ --help=short display options specific to this package
1141
+ --help=recursive display the short help of all the included packages
1142
+ -V, --version display version information and exit
1143
+ -q, --quiet, --silent do not print \`checking...' messages
1144
+ --cache-file=FILE cache test results in FILE [disabled]
1145
+ -C, --config-cache alias for \`--cache-file=config.cache'
1146
+ -n, --no-create do not create output files
1147
+ --srcdir=DIR find the sources in DIR [configure dir or \`..']
1148
+
1149
+ Installation directories:
1150
+ --prefix=PREFIX install architecture-independent files in PREFIX
1151
+ [$ac_default_prefix]
1152
+ --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1153
+ [PREFIX]
1154
+
1155
+ By default, \`make install' will install all the files in
1156
+ \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1157
+ an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1158
+ for instance \`--prefix=\$HOME'.
1159
+
1160
+ For better control, use the options below.
1161
+
1162
+ Fine tuning of the installation directories:
1163
+ --bindir=DIR user executables [EPREFIX/bin]
1164
+ --sbindir=DIR system admin executables [EPREFIX/sbin]
1165
+ --libexecdir=DIR program executables [EPREFIX/libexec]
1166
+ --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1167
+ --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1168
+ --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1169
+ --libdir=DIR object code libraries [EPREFIX/lib]
1170
+ --includedir=DIR C header files [PREFIX/include]
1171
+ --oldincludedir=DIR C header files for non-gcc [/usr/include]
1172
+ --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1173
+ --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1174
+ --infodir=DIR info documentation [DATAROOTDIR/info]
1175
+ --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1176
+ --mandir=DIR man documentation [DATAROOTDIR/man]
1177
+ --docdir=DIR documentation root [DATAROOTDIR/doc/asciidoc]
1178
+ --htmldir=DIR html documentation [DOCDIR]
1179
+ --dvidir=DIR dvi documentation [DOCDIR]
1180
+ --pdfdir=DIR pdf documentation [DOCDIR]
1181
+ --psdir=DIR ps documentation [DOCDIR]
1182
+ _ACEOF
1183
+
1184
+ cat <<\_ACEOF
1185
+ _ACEOF
1186
+ fi
1187
+
1188
+ if test -n "$ac_init_help"; then
1189
+ case $ac_init_help in
1190
+ short | recursive ) echo "Configuration of asciidoc 8.3.1:";;
1191
+ esac
1192
+ cat <<\_ACEOF
1193
+
1194
+ _ACEOF
1195
+ ac_status=$?
1196
+ fi
1197
+
1198
+ if test "$ac_init_help" = "recursive"; then
1199
+ # If there are subdirs, report their specific --help.
1200
+ for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1201
+ test -d "$ac_dir" || continue
1202
+ ac_builddir=.
1203
+
1204
+ case "$ac_dir" in
1205
+ .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1206
+ *)
1207
+ ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1208
+ # A ".." for each directory in $ac_dir_suffix.
1209
+ ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1210
+ case $ac_top_builddir_sub in
1211
+ "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1212
+ *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1213
+ esac ;;
1214
+ esac
1215
+ ac_abs_top_builddir=$ac_pwd
1216
+ ac_abs_builddir=$ac_pwd$ac_dir_suffix
1217
+ # for backward compatibility:
1218
+ ac_top_builddir=$ac_top_build_prefix
1219
+
1220
+ case $srcdir in
1221
+ .) # We are building in place.
1222
+ ac_srcdir=.
1223
+ ac_top_srcdir=$ac_top_builddir_sub
1224
+ ac_abs_top_srcdir=$ac_pwd ;;
1225
+ [\\/]* | ?:[\\/]* ) # Absolute name.
1226
+ ac_srcdir=$srcdir$ac_dir_suffix;
1227
+ ac_top_srcdir=$srcdir
1228
+ ac_abs_top_srcdir=$srcdir ;;
1229
+ *) # Relative name.
1230
+ ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1231
+ ac_top_srcdir=$ac_top_build_prefix$srcdir
1232
+ ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1233
+ esac
1234
+ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1235
+
1236
+ cd "$ac_dir" || { ac_status=$?; continue; }
1237
+ # Check for guested configure.
1238
+ if test -f "$ac_srcdir/configure.gnu"; then
1239
+ echo &&
1240
+ $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1241
+ elif test -f "$ac_srcdir/configure"; then
1242
+ echo &&
1243
+ $SHELL "$ac_srcdir/configure" --help=recursive
1244
+ else
1245
+ echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1246
+ fi || ac_status=$?
1247
+ cd "$ac_pwd" || { ac_status=$?; break; }
1248
+ done
1249
+ fi
1250
+
1251
+ test -n "$ac_init_help" && exit $ac_status
1252
+ if $ac_init_version; then
1253
+ cat <<\_ACEOF
1254
+ asciidoc configure 8.3.1
1255
+ generated by GNU Autoconf 2.61
1256
+
1257
+ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1258
+ 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1259
+ This configure script is free software; the Free Software Foundation
1260
+ gives unlimited permission to copy, distribute and modify it.
1261
+ _ACEOF
1262
+ exit
1263
+ fi
1264
+ cat >config.log <<_ACEOF
1265
+ This file contains any messages produced by compilers while
1266
+ running configure, to aid debugging if configure makes a mistake.
1267
+
1268
+ It was created by asciidoc $as_me 8.3.1, which was
1269
+ generated by GNU Autoconf 2.61. Invocation command line was
1270
+
1271
+ $ $0 $@
1272
+
1273
+ _ACEOF
1274
+ exec 5>>config.log
1275
+ {
1276
+ cat <<_ASUNAME
1277
+ ## --------- ##
1278
+ ## Platform. ##
1279
+ ## --------- ##
1280
+
1281
+ hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1282
+ uname -m = `(uname -m) 2>/dev/null || echo unknown`
1283
+ uname -r = `(uname -r) 2>/dev/null || echo unknown`
1284
+ uname -s = `(uname -s) 2>/dev/null || echo unknown`
1285
+ uname -v = `(uname -v) 2>/dev/null || echo unknown`
1286
+
1287
+ /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1288
+ /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1289
+
1290
+ /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1291
+ /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1292
+ /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1293
+ /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1294
+ /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1295
+ /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1296
+ /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1297
+
1298
+ _ASUNAME
1299
+
1300
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1301
+ for as_dir in $PATH
1302
+ do
1303
+ IFS=$as_save_IFS
1304
+ test -z "$as_dir" && as_dir=.
1305
+ echo "PATH: $as_dir"
1306
+ done
1307
+ IFS=$as_save_IFS
1308
+
1309
+ } >&5
1310
+
1311
+ cat >&5 <<_ACEOF
1312
+
1313
+
1314
+ ## ----------- ##
1315
+ ## Core tests. ##
1316
+ ## ----------- ##
1317
+
1318
+ _ACEOF
1319
+
1320
+
1321
+ # Keep a trace of the command line.
1322
+ # Strip out --no-create and --no-recursion so they do not pile up.
1323
+ # Strip out --silent because we don't want to record it for future runs.
1324
+ # Also quote any args containing shell meta-characters.
1325
+ # Make two passes to allow for proper duplicate-argument suppression.
1326
+ ac_configure_args=
1327
+ ac_configure_args0=
1328
+ ac_configure_args1=
1329
+ ac_must_keep_next=false
1330
+ for ac_pass in 1 2
1331
+ do
1332
+ for ac_arg
1333
+ do
1334
+ case $ac_arg in
1335
+ -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1336
+ -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1337
+ | -silent | --silent | --silen | --sile | --sil)
1338
+ continue ;;
1339
+ *\'*)
1340
+ ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1341
+ esac
1342
+ case $ac_pass in
1343
+ 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1344
+ 2)
1345
+ ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1346
+ if test $ac_must_keep_next = true; then
1347
+ ac_must_keep_next=false # Got value, back to normal.
1348
+ else
1349
+ case $ac_arg in
1350
+ *=* | --config-cache | -C | -disable-* | --disable-* \
1351
+ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1352
+ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1353
+ | -with-* | --with-* | -without-* | --without-* | --x)
1354
+ case "$ac_configure_args0 " in
1355
+ "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1356
+ esac
1357
+ ;;
1358
+ -* ) ac_must_keep_next=true ;;
1359
+ esac
1360
+ fi
1361
+ ac_configure_args="$ac_configure_args '$ac_arg'"
1362
+ ;;
1363
+ esac
1364
+ done
1365
+ done
1366
+ $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1367
+ $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1368
+
1369
+ # When interrupted or exit'd, cleanup temporary files, and complete
1370
+ # config.log. We remove comments because anyway the quotes in there
1371
+ # would cause problems or look ugly.
1372
+ # WARNING: Use '\'' to represent an apostrophe within the trap.
1373
+ # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1374
+ trap 'exit_status=$?
1375
+ # Save into config.log some information that might help in debugging.
1376
+ {
1377
+ echo
1378
+
1379
+ cat <<\_ASBOX
1380
+ ## ---------------- ##
1381
+ ## Cache variables. ##
1382
+ ## ---------------- ##
1383
+ _ASBOX
1384
+ echo
1385
+ # The following way of writing the cache mishandles newlines in values,
1386
+ (
1387
+ for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1388
+ eval ac_val=\$$ac_var
1389
+ case $ac_val in #(
1390
+ *${as_nl}*)
1391
+ case $ac_var in #(
1392
+ *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1393
+ echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1394
+ esac
1395
+ case $ac_var in #(
1396
+ _ | IFS | as_nl) ;; #(
1397
+ *) $as_unset $ac_var ;;
1398
+ esac ;;
1399
+ esac
1400
+ done
1401
+ (set) 2>&1 |
1402
+ case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1403
+ *${as_nl}ac_space=\ *)
1404
+ sed -n \
1405
+ "s/'\''/'\''\\\\'\'''\''/g;
1406
+ s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1407
+ ;; #(
1408
+ *)
1409
+ sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1410
+ ;;
1411
+ esac |
1412
+ sort
1413
+ )
1414
+ echo
1415
+
1416
+ cat <<\_ASBOX
1417
+ ## ----------------- ##
1418
+ ## Output variables. ##
1419
+ ## ----------------- ##
1420
+ _ASBOX
1421
+ echo
1422
+ for ac_var in $ac_subst_vars
1423
+ do
1424
+ eval ac_val=\$$ac_var
1425
+ case $ac_val in
1426
+ *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1427
+ esac
1428
+ echo "$ac_var='\''$ac_val'\''"
1429
+ done | sort
1430
+ echo
1431
+
1432
+ if test -n "$ac_subst_files"; then
1433
+ cat <<\_ASBOX
1434
+ ## ------------------- ##
1435
+ ## File substitutions. ##
1436
+ ## ------------------- ##
1437
+ _ASBOX
1438
+ echo
1439
+ for ac_var in $ac_subst_files
1440
+ do
1441
+ eval ac_val=\$$ac_var
1442
+ case $ac_val in
1443
+ *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1444
+ esac
1445
+ echo "$ac_var='\''$ac_val'\''"
1446
+ done | sort
1447
+ echo
1448
+ fi
1449
+
1450
+ if test -s confdefs.h; then
1451
+ cat <<\_ASBOX
1452
+ ## ----------- ##
1453
+ ## confdefs.h. ##
1454
+ ## ----------- ##
1455
+ _ASBOX
1456
+ echo
1457
+ cat confdefs.h
1458
+ echo
1459
+ fi
1460
+ test "$ac_signal" != 0 &&
1461
+ echo "$as_me: caught signal $ac_signal"
1462
+ echo "$as_me: exit $exit_status"
1463
+ } >&5
1464
+ rm -f core *.core core.conftest.* &&
1465
+ rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1466
+ exit $exit_status
1467
+ ' 0
1468
+ for ac_signal in 1 2 13 15; do
1469
+ trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1470
+ done
1471
+ ac_signal=0
1472
+
1473
+ # confdefs.h avoids OS command line length limits that DEFS can exceed.
1474
+ rm -f -r conftest* confdefs.h
1475
+
1476
+ # Predefined preprocessor variables.
1477
+
1478
+ cat >>confdefs.h <<_ACEOF
1479
+ #define PACKAGE_NAME "$PACKAGE_NAME"
1480
+ _ACEOF
1481
+
1482
+
1483
+ cat >>confdefs.h <<_ACEOF
1484
+ #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1485
+ _ACEOF
1486
+
1487
+
1488
+ cat >>confdefs.h <<_ACEOF
1489
+ #define PACKAGE_VERSION "$PACKAGE_VERSION"
1490
+ _ACEOF
1491
+
1492
+
1493
+ cat >>confdefs.h <<_ACEOF
1494
+ #define PACKAGE_STRING "$PACKAGE_STRING"
1495
+ _ACEOF
1496
+
1497
+
1498
+ cat >>confdefs.h <<_ACEOF
1499
+ #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1500
+ _ACEOF
1501
+
1502
+
1503
+ # Let the site file select an alternate cache file if it wants to.
1504
+ # Prefer explicitly selected file to automatically selected ones.
1505
+ if test -n "$CONFIG_SITE"; then
1506
+ set x "$CONFIG_SITE"
1507
+ elif test "x$prefix" != xNONE; then
1508
+ set x "$prefix/share/config.site" "$prefix/etc/config.site"
1509
+ else
1510
+ set x "$ac_default_prefix/share/config.site" \
1511
+ "$ac_default_prefix/etc/config.site"
1512
+ fi
1513
+ shift
1514
+ for ac_site_file
1515
+ do
1516
+ if test -r "$ac_site_file"; then
1517
+ { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1518
+ echo "$as_me: loading site script $ac_site_file" >&6;}
1519
+ sed 's/^/| /' "$ac_site_file" >&5
1520
+ . "$ac_site_file"
1521
+ fi
1522
+ done
1523
+
1524
+ if test -r "$cache_file"; then
1525
+ # Some versions of bash will fail to source /dev/null (special
1526
+ # files actually), so we avoid doing that.
1527
+ if test -f "$cache_file"; then
1528
+ { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1529
+ echo "$as_me: loading cache $cache_file" >&6;}
1530
+ case $cache_file in
1531
+ [\\/]* | ?:[\\/]* ) . "$cache_file";;
1532
+ *) . "./$cache_file";;
1533
+ esac
1534
+ fi
1535
+ else
1536
+ { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1537
+ echo "$as_me: creating cache $cache_file" >&6;}
1538
+ >$cache_file
1539
+ fi
1540
+
1541
+ # Check that the precious variables saved in the cache have kept the same
1542
+ # value.
1543
+ ac_cache_corrupted=false
1544
+ for ac_var in $ac_precious_vars; do
1545
+ eval ac_old_set=\$ac_cv_env_${ac_var}_set
1546
+ eval ac_new_set=\$ac_env_${ac_var}_set
1547
+ eval ac_old_val=\$ac_cv_env_${ac_var}_value
1548
+ eval ac_new_val=\$ac_env_${ac_var}_value
1549
+ case $ac_old_set,$ac_new_set in
1550
+ set,)
1551
+ { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1552
+ echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1553
+ ac_cache_corrupted=: ;;
1554
+ ,set)
1555
+ { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1556
+ echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1557
+ ac_cache_corrupted=: ;;
1558
+ ,);;
1559
+ *)
1560
+ if test "x$ac_old_val" != "x$ac_new_val"; then
1561
+ { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1562
+ echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1563
+ { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1564
+ echo "$as_me: former value: $ac_old_val" >&2;}
1565
+ { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1566
+ echo "$as_me: current value: $ac_new_val" >&2;}
1567
+ ac_cache_corrupted=:
1568
+ fi;;
1569
+ esac
1570
+ # Pass precious variables to config.status.
1571
+ if test "$ac_new_set" = set; then
1572
+ case $ac_new_val in
1573
+ *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1574
+ *) ac_arg=$ac_var=$ac_new_val ;;
1575
+ esac
1576
+ case " $ac_configure_args " in
1577
+ *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1578
+ *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1579
+ esac
1580
+ fi
1581
+ done
1582
+ if $ac_cache_corrupted; then
1583
+ { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1584
+ echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1585
+ { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1586
+ echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1587
+ { (exit 1); exit 1; }; }
1588
+ fi
1589
+
1590
+
1591
+
1592
+
1593
+
1594
+
1595
+
1596
+
1597
+
1598
+
1599
+
1600
+
1601
+
1602
+
1603
+
1604
+
1605
+
1606
+
1607
+
1608
+
1609
+
1610
+
1611
+
1612
+
1613
+
1614
+ ac_ext=c
1615
+ ac_cpp='$CPP $CPPFLAGS'
1616
+ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1617
+ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1618
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
1619
+
1620
+
1621
+
1622
+ ac_config_files="$ac_config_files Makefile"
1623
+
1624
+
1625
+ { echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
1626
+ echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
1627
+ if test "${ac_cv_path_SED+set}" = set; then
1628
+ echo $ECHO_N "(cached) $ECHO_C" >&6
1629
+ else
1630
+ ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
1631
+ for ac_i in 1 2 3 4 5 6 7; do
1632
+ ac_script="$ac_script$as_nl$ac_script"
1633
+ done
1634
+ echo "$ac_script" | sed 99q >conftest.sed
1635
+ $as_unset ac_script || ac_script=
1636
+ # Extract the first word of "sed gsed" to use in msg output
1637
+ if test -z "$SED"; then
1638
+ set dummy sed gsed; ac_prog_name=$2
1639
+ if test "${ac_cv_path_SED+set}" = set; then
1640
+ echo $ECHO_N "(cached) $ECHO_C" >&6
1641
+ else
1642
+ ac_path_SED_found=false
1643
+ # Loop through the user's path and test for each of PROGNAME-LIST
1644
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1645
+ for as_dir in $PATH
1646
+ do
1647
+ IFS=$as_save_IFS
1648
+ test -z "$as_dir" && as_dir=.
1649
+ for ac_prog in sed gsed; do
1650
+ for ac_exec_ext in '' $ac_executable_extensions; do
1651
+ ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
1652
+ { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
1653
+ # Check for GNU ac_path_SED and select it if it is found.
1654
+ # Check for GNU $ac_path_SED
1655
+ case `"$ac_path_SED" --version 2>&1` in
1656
+ *GNU*)
1657
+ ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
1658
+ *)
1659
+ ac_count=0
1660
+ echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
1661
+ while :
1662
+ do
1663
+ cat "conftest.in" "conftest.in" >"conftest.tmp"
1664
+ mv "conftest.tmp" "conftest.in"
1665
+ cp "conftest.in" "conftest.nl"
1666
+ echo '' >> "conftest.nl"
1667
+ "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
1668
+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
1669
+ ac_count=`expr $ac_count + 1`
1670
+ if test $ac_count -gt ${ac_path_SED_max-0}; then
1671
+ # Best one so far, save it but keep looking for a better one
1672
+ ac_cv_path_SED="$ac_path_SED"
1673
+ ac_path_SED_max=$ac_count
1674
+ fi
1675
+ # 10*(2^10) chars as input seems more than enough
1676
+ test $ac_count -gt 10 && break
1677
+ done
1678
+ rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
1679
+ esac
1680
+
1681
+
1682
+ $ac_path_SED_found && break 3
1683
+ done
1684
+ done
1685
+
1686
+ done
1687
+ IFS=$as_save_IFS
1688
+
1689
+
1690
+ fi
1691
+
1692
+ SED="$ac_cv_path_SED"
1693
+ if test -z "$SED"; then
1694
+ { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in \$PATH" >&5
1695
+ echo "$as_me: error: no acceptable $ac_prog_name could be found in \$PATH" >&2;}
1696
+ { (exit 1); exit 1; }; }
1697
+ fi
1698
+
1699
+ else
1700
+ ac_cv_path_SED=$SED
1701
+ fi
1702
+
1703
+ fi
1704
+ { echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
1705
+ echo "${ECHO_T}$ac_cv_path_SED" >&6; }
1706
+ SED="$ac_cv_path_SED"
1707
+ rm -f conftest.sed
1708
+
1709
+
1710
+ { echo "$as_me:$LINENO: checking whether ln -s works" >&5
1711
+ echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
1712
+ LN_S=$as_ln_s
1713
+ if test "$LN_S" = "ln -s"; then
1714
+ { echo "$as_me:$LINENO: result: yes" >&5
1715
+ echo "${ECHO_T}yes" >&6; }
1716
+ else
1717
+ { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
1718
+ echo "${ECHO_T}no, using $LN_S" >&6; }
1719
+ fi
1720
+
1721
+
1722
+ ac_aux_dir=
1723
+ for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1724
+ if test -f "$ac_dir/install-sh"; then
1725
+ ac_aux_dir=$ac_dir
1726
+ ac_install_sh="$ac_aux_dir/install-sh -c"
1727
+ break
1728
+ elif test -f "$ac_dir/install.sh"; then
1729
+ ac_aux_dir=$ac_dir
1730
+ ac_install_sh="$ac_aux_dir/install.sh -c"
1731
+ break
1732
+ elif test -f "$ac_dir/shtool"; then
1733
+ ac_aux_dir=$ac_dir
1734
+ ac_install_sh="$ac_aux_dir/shtool install -c"
1735
+ break
1736
+ fi
1737
+ done
1738
+ if test -z "$ac_aux_dir"; then
1739
+ { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
1740
+ echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
1741
+ { (exit 1); exit 1; }; }
1742
+ fi
1743
+
1744
+ # These three variables are undocumented and unsupported,
1745
+ # and are intended to be withdrawn in a future Autoconf release.
1746
+ # They can cause serious problems if a builder's source tree is in a directory
1747
+ # whose full name contains unusual characters.
1748
+ ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1749
+ ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1750
+ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1751
+
1752
+
1753
+ # Find a good install program. We prefer a C program (faster),
1754
+ # so one script is as good as another. But avoid the broken or
1755
+ # incompatible versions:
1756
+ # SysV /etc/install, /usr/sbin/install
1757
+ # SunOS /usr/etc/install
1758
+ # IRIX /sbin/install
1759
+ # AIX /bin/install
1760
+ # AmigaOS /C/install, which installs bootblocks on floppy discs
1761
+ # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1762
+ # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1763
+ # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1764
+ # OS/2's system install, which has a completely different semantic
1765
+ # ./install, which can be erroneously created by make from ./install.sh.
1766
+ { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1767
+ echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
1768
+ if test -z "$INSTALL"; then
1769
+ if test "${ac_cv_path_install+set}" = set; then
1770
+ echo $ECHO_N "(cached) $ECHO_C" >&6
1771
+ else
1772
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1773
+ for as_dir in $PATH
1774
+ do
1775
+ IFS=$as_save_IFS
1776
+ test -z "$as_dir" && as_dir=.
1777
+ # Account for people who put trailing slashes in PATH elements.
1778
+ case $as_dir/ in
1779
+ ./ | .// | /cC/* | \
1780
+ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1781
+ ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1782
+ /usr/ucb/* ) ;;
1783
+ *)
1784
+ # OSF1 and SCO ODT 3.0 have their own names for install.
1785
+ # Don't use installbsd from OSF since it installs stuff as root
1786
+ # by default.
1787
+ for ac_prog in ginstall scoinst install; do
1788
+ for ac_exec_ext in '' $ac_executable_extensions; do
1789
+ if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
1790
+ if test $ac_prog = install &&
1791
+ grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1792
+ # AIX install. It has an incompatible calling convention.
1793
+ :
1794
+ elif test $ac_prog = install &&
1795
+ grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1796
+ # program-specific install script used by HP pwplus--don't use.
1797
+ :
1798
+ else
1799
+ ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1800
+ break 3
1801
+ fi
1802
+ fi
1803
+ done
1804
+ done
1805
+ ;;
1806
+ esac
1807
+ done
1808
+ IFS=$as_save_IFS
1809
+
1810
+
1811
+ fi
1812
+ if test "${ac_cv_path_install+set}" = set; then
1813
+ INSTALL=$ac_cv_path_install
1814
+ else
1815
+ # As a last resort, use the slow shell script. Don't cache a
1816
+ # value for INSTALL within a source directory, because that will
1817
+ # break other packages using the cache if that directory is
1818
+ # removed, or if the value is a relative name.
1819
+ INSTALL=$ac_install_sh
1820
+ fi
1821
+ fi
1822
+ { echo "$as_me:$LINENO: result: $INSTALL" >&5
1823
+ echo "${ECHO_T}$INSTALL" >&6; }
1824
+
1825
+ # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1826
+ # It thinks the first close brace ends the variable substitution.
1827
+ test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1828
+
1829
+ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1830
+
1831
+ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1832
+
1833
+
1834
+ cat >confcache <<\_ACEOF
1835
+ # This file is a shell script that caches the results of configure
1836
+ # tests run on this system so they can be shared between configure
1837
+ # scripts and configure runs, see configure's option --config-cache.
1838
+ # It is not useful on other systems. If it contains results you don't
1839
+ # want to keep, you may remove or edit it.
1840
+ #
1841
+ # config.status only pays attention to the cache file if you give it
1842
+ # the --recheck option to rerun configure.
1843
+ #
1844
+ # `ac_cv_env_foo' variables (set or unset) will be overridden when
1845
+ # loading this file, other *unset* `ac_cv_foo' will be assigned the
1846
+ # following values.
1847
+
1848
+ _ACEOF
1849
+
1850
+ # The following way of writing the cache mishandles newlines in values,
1851
+ # but we know of no workaround that is simple, portable, and efficient.
1852
+ # So, we kill variables containing newlines.
1853
+ # Ultrix sh set writes to stderr and can't be redirected directly,
1854
+ # and sets the high bit in the cache file unless we assign to the vars.
1855
+ (
1856
+ for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
1857
+ eval ac_val=\$$ac_var
1858
+ case $ac_val in #(
1859
+ *${as_nl}*)
1860
+ case $ac_var in #(
1861
+ *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1862
+ echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1863
+ esac
1864
+ case $ac_var in #(
1865
+ _ | IFS | as_nl) ;; #(
1866
+ *) $as_unset $ac_var ;;
1867
+ esac ;;
1868
+ esac
1869
+ done
1870
+
1871
+ (set) 2>&1 |
1872
+ case $as_nl`(ac_space=' '; set) 2>&1` in #(
1873
+ *${as_nl}ac_space=\ *)
1874
+ # `set' does not quote correctly, so add quotes (double-quote
1875
+ # substitution turns \\\\ into \\, and sed turns \\ into \).
1876
+ sed -n \
1877
+ "s/'/'\\\\''/g;
1878
+ s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
1879
+ ;; #(
1880
+ *)
1881
+ # `set' quotes correctly as required by POSIX, so do not add quotes.
1882
+ sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1883
+ ;;
1884
+ esac |
1885
+ sort
1886
+ ) |
1887
+ sed '
1888
+ /^ac_cv_env_/b end
1889
+ t clear
1890
+ :clear
1891
+ s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
1892
+ t end
1893
+ s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
1894
+ :end' >>confcache
1895
+ if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
1896
+ if test -w "$cache_file"; then
1897
+ test "x$cache_file" != "x/dev/null" &&
1898
+ { echo "$as_me:$LINENO: updating cache $cache_file" >&5
1899
+ echo "$as_me: updating cache $cache_file" >&6;}
1900
+ cat confcache >$cache_file
1901
+ else
1902
+ { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
1903
+ echo "$as_me: not updating unwritable cache $cache_file" >&6;}
1904
+ fi
1905
+ fi
1906
+ rm -f confcache
1907
+
1908
+ test "x$prefix" = xNONE && prefix=$ac_default_prefix
1909
+ # Let make expand exec_prefix.
1910
+ test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1911
+
1912
+ # Transform confdefs.h into DEFS.
1913
+ # Protect against shell expansion while executing Makefile rules.
1914
+ # Protect against Makefile macro expansion.
1915
+ #
1916
+ # If the first sed substitution is executed (which looks for macros that
1917
+ # take arguments), then branch to the quote section. Otherwise,
1918
+ # look for a macro that doesn't take arguments.
1919
+ ac_script='
1920
+ t clear
1921
+ :clear
1922
+ s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
1923
+ t quote
1924
+ s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
1925
+ t quote
1926
+ b any
1927
+ :quote
1928
+ s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
1929
+ s/\[/\\&/g
1930
+ s/\]/\\&/g
1931
+ s/\$/$$/g
1932
+ H
1933
+ :any
1934
+ ${
1935
+ g
1936
+ s/^\n//
1937
+ s/\n/ /g
1938
+ p
1939
+ }
1940
+ '
1941
+ DEFS=`sed -n "$ac_script" confdefs.h`
1942
+
1943
+
1944
+ ac_libobjs=
1945
+ ac_ltlibobjs=
1946
+ for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
1947
+ # 1. Remove the extension, and $U if already installed.
1948
+ ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
1949
+ ac_i=`echo "$ac_i" | sed "$ac_script"`
1950
+ # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
1951
+ # will be set to the directory where LIBOBJS objects are built.
1952
+ ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
1953
+ ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
1954
+ done
1955
+ LIBOBJS=$ac_libobjs
1956
+
1957
+ LTLIBOBJS=$ac_ltlibobjs
1958
+
1959
+
1960
+
1961
+ : ${CONFIG_STATUS=./config.status}
1962
+ ac_clean_files_save=$ac_clean_files
1963
+ ac_clean_files="$ac_clean_files $CONFIG_STATUS"
1964
+ { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
1965
+ echo "$as_me: creating $CONFIG_STATUS" >&6;}
1966
+ cat >$CONFIG_STATUS <<_ACEOF
1967
+ #! $SHELL
1968
+ # Generated by $as_me.
1969
+ # Run this file to recreate the current configuration.
1970
+ # Compiler output produced by configure, useful for debugging
1971
+ # configure, is in config.log if it exists.
1972
+
1973
+ debug=false
1974
+ ac_cs_recheck=false
1975
+ ac_cs_silent=false
1976
+ SHELL=\${CONFIG_SHELL-$SHELL}
1977
+ _ACEOF
1978
+
1979
+ cat >>$CONFIG_STATUS <<\_ACEOF
1980
+ ## --------------------- ##
1981
+ ## M4sh Initialization. ##
1982
+ ## --------------------- ##
1983
+
1984
+ # Be more Bourne compatible
1985
+ DUALCASE=1; export DUALCASE # for MKS sh
1986
+ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1987
+ emulate sh
1988
+ NULLCMD=:
1989
+ # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
1990
+ # is contrary to our usage. Disable this feature.
1991
+ alias -g '${1+"$@"}'='"$@"'
1992
+ setopt NO_GLOB_SUBST
1993
+ else
1994
+ case `(set -o) 2>/dev/null` in
1995
+ *posix*) set -o posix ;;
1996
+ esac
1997
+
1998
+ fi
1999
+
2000
+
2001
+
2002
+
2003
+ # PATH needs CR
2004
+ # Avoid depending upon Character Ranges.
2005
+ as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2006
+ as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2007
+ as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2008
+ as_cr_digits='0123456789'
2009
+ as_cr_alnum=$as_cr_Letters$as_cr_digits
2010
+
2011
+ # The user is always right.
2012
+ if test "${PATH_SEPARATOR+set}" != set; then
2013
+ echo "#! /bin/sh" >conf$$.sh
2014
+ echo "exit 0" >>conf$$.sh
2015
+ chmod +x conf$$.sh
2016
+ if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2017
+ PATH_SEPARATOR=';'
2018
+ else
2019
+ PATH_SEPARATOR=:
2020
+ fi
2021
+ rm -f conf$$.sh
2022
+ fi
2023
+
2024
+ # Support unset when possible.
2025
+ if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2026
+ as_unset=unset
2027
+ else
2028
+ as_unset=false
2029
+ fi
2030
+
2031
+
2032
+ # IFS
2033
+ # We need space, tab and new line, in precisely that order. Quoting is
2034
+ # there to prevent editors from complaining about space-tab.
2035
+ # (If _AS_PATH_WALK were called with IFS unset, it would disable word
2036
+ # splitting by setting IFS to empty value.)
2037
+ as_nl='
2038
+ '
2039
+ IFS=" "" $as_nl"
2040
+
2041
+ # Find who we are. Look in the path if we contain no directory separator.
2042
+ case $0 in
2043
+ *[\\/]* ) as_myself=$0 ;;
2044
+ *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2045
+ for as_dir in $PATH
2046
+ do
2047
+ IFS=$as_save_IFS
2048
+ test -z "$as_dir" && as_dir=.
2049
+ test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2050
+ done
2051
+ IFS=$as_save_IFS
2052
+
2053
+ ;;
2054
+ esac
2055
+ # We did not find ourselves, most probably we were run as `sh COMMAND'
2056
+ # in which case we are not to be found in the path.
2057
+ if test "x$as_myself" = x; then
2058
+ as_myself=$0
2059
+ fi
2060
+ if test ! -f "$as_myself"; then
2061
+ echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2062
+ { (exit 1); exit 1; }
2063
+ fi
2064
+
2065
+ # Work around bugs in pre-3.0 UWIN ksh.
2066
+ for as_var in ENV MAIL MAILPATH
2067
+ do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
2068
+ done
2069
+ PS1='$ '
2070
+ PS2='> '
2071
+ PS4='+ '
2072
+
2073
+ # NLS nuisances.
2074
+ for as_var in \
2075
+ LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
2076
+ LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
2077
+ LC_TELEPHONE LC_TIME
2078
+ do
2079
+ if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
2080
+ eval $as_var=C; export $as_var
2081
+ else
2082
+ ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
2083
+ fi
2084
+ done
2085
+
2086
+ # Required to use basename.
2087
+ if expr a : '\(a\)' >/dev/null 2>&1 &&
2088
+ test "X`expr 00001 : '.*\(...\)'`" = X001; then
2089
+ as_expr=expr
2090
+ else
2091
+ as_expr=false
2092
+ fi
2093
+
2094
+ if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
2095
+ as_basename=basename
2096
+ else
2097
+ as_basename=false
2098
+ fi
2099
+
2100
+
2101
+ # Name of the executable.
2102
+ as_me=`$as_basename -- "$0" ||
2103
+ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2104
+ X"$0" : 'X\(//\)$' \| \
2105
+ X"$0" : 'X\(/\)' \| . 2>/dev/null ||
2106
+ echo X/"$0" |
2107
+ sed '/^.*\/\([^/][^/]*\)\/*$/{
2108
+ s//\1/
2109
+ q
2110
+ }
2111
+ /^X\/\(\/\/\)$/{
2112
+ s//\1/
2113
+ q
2114
+ }
2115
+ /^X\/\(\/\).*/{
2116
+ s//\1/
2117
+ q
2118
+ }
2119
+ s/.*/./; q'`
2120
+
2121
+ # CDPATH.
2122
+ $as_unset CDPATH
2123
+
2124
+
2125
+
2126
+ as_lineno_1=$LINENO
2127
+ as_lineno_2=$LINENO
2128
+ test "x$as_lineno_1" != "x$as_lineno_2" &&
2129
+ test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
2130
+
2131
+ # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
2132
+ # uniformly replaced by the line number. The first 'sed' inserts a
2133
+ # line-number line after each line using $LINENO; the second 'sed'
2134
+ # does the real work. The second script uses 'N' to pair each
2135
+ # line-number line with the line containing $LINENO, and appends
2136
+ # trailing '-' during substitution so that $LINENO is not a special
2137
+ # case at line end.
2138
+ # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
2139
+ # scripts with optimization help from Paolo Bonzini. Blame Lee
2140
+ # E. McMahon (1931-1989) for sed's syntax. :-)
2141
+ sed -n '
2142
+ p
2143
+ /[$]LINENO/=
2144
+ ' <$as_myself |
2145
+ sed '
2146
+ s/[$]LINENO.*/&-/
2147
+ t lineno
2148
+ b
2149
+ :lineno
2150
+ N
2151
+ :loop
2152
+ s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
2153
+ t loop
2154
+ s/-\n.*//
2155
+ ' >$as_me.lineno &&
2156
+ chmod +x "$as_me.lineno" ||
2157
+ { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
2158
+ { (exit 1); exit 1; }; }
2159
+
2160
+ # Don't try to exec as it changes $[0], causing all sort of problems
2161
+ # (the dirname of $[0] is not the place where we might find the
2162
+ # original and so on. Autoconf is especially sensitive to this).
2163
+ . "./$as_me.lineno"
2164
+ # Exit status is that of the last command.
2165
+ exit
2166
+ }
2167
+
2168
+
2169
+ if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
2170
+ as_dirname=dirname
2171
+ else
2172
+ as_dirname=false
2173
+ fi
2174
+
2175
+ ECHO_C= ECHO_N= ECHO_T=
2176
+ case `echo -n x` in
2177
+ -n*)
2178
+ case `echo 'x\c'` in
2179
+ *c*) ECHO_T=' ';; # ECHO_T is single tab character.
2180
+ *) ECHO_C='\c';;
2181
+ esac;;
2182
+ *)
2183
+ ECHO_N='-n';;
2184
+ esac
2185
+
2186
+ if expr a : '\(a\)' >/dev/null 2>&1 &&
2187
+ test "X`expr 00001 : '.*\(...\)'`" = X001; then
2188
+ as_expr=expr
2189
+ else
2190
+ as_expr=false
2191
+ fi
2192
+
2193
+ rm -f conf$$ conf$$.exe conf$$.file
2194
+ if test -d conf$$.dir; then
2195
+ rm -f conf$$.dir/conf$$.file
2196
+ else
2197
+ rm -f conf$$.dir
2198
+ mkdir conf$$.dir
2199
+ fi
2200
+ echo >conf$$.file
2201
+ if ln -s conf$$.file conf$$ 2>/dev/null; then
2202
+ as_ln_s='ln -s'
2203
+ # ... but there are two gotchas:
2204
+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
2205
+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
2206
+ # In both cases, we have to default to `cp -p'.
2207
+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
2208
+ as_ln_s='cp -p'
2209
+ elif ln conf$$.file conf$$ 2>/dev/null; then
2210
+ as_ln_s=ln
2211
+ else
2212
+ as_ln_s='cp -p'
2213
+ fi
2214
+ rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2215
+ rmdir conf$$.dir 2>/dev/null
2216
+
2217
+ if mkdir -p . 2>/dev/null; then
2218
+ as_mkdir_p=:
2219
+ else
2220
+ test -d ./-p && rmdir ./-p
2221
+ as_mkdir_p=false
2222
+ fi
2223
+
2224
+ if test -x / >/dev/null 2>&1; then
2225
+ as_test_x='test -x'
2226
+ else
2227
+ if ls -dL / >/dev/null 2>&1; then
2228
+ as_ls_L_option=L
2229
+ else
2230
+ as_ls_L_option=
2231
+ fi
2232
+ as_test_x='
2233
+ eval sh -c '\''
2234
+ if test -d "$1"; then
2235
+ test -d "$1/.";
2236
+ else
2237
+ case $1 in
2238
+ -*)set "./$1";;
2239
+ esac;
2240
+ case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
2241
+ ???[sx]*):;;*)false;;esac;fi
2242
+ '\'' sh
2243
+ '
2244
+ fi
2245
+ as_executable_p=$as_test_x
2246
+
2247
+ # Sed expression to map a string onto a valid CPP name.
2248
+ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2249
+
2250
+ # Sed expression to map a string onto a valid variable name.
2251
+ as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2252
+
2253
+
2254
+ exec 6>&1
2255
+
2256
+ # Save the log message, to keep $[0] and so on meaningful, and to
2257
+ # report actual input values of CONFIG_FILES etc. instead of their
2258
+ # values after options handling.
2259
+ ac_log="
2260
+ This file was extended by asciidoc $as_me 8.3.1, which was
2261
+ generated by GNU Autoconf 2.61. Invocation command line was
2262
+
2263
+ CONFIG_FILES = $CONFIG_FILES
2264
+ CONFIG_HEADERS = $CONFIG_HEADERS
2265
+ CONFIG_LINKS = $CONFIG_LINKS
2266
+ CONFIG_COMMANDS = $CONFIG_COMMANDS
2267
+ $ $0 $@
2268
+
2269
+ on `(hostname || uname -n) 2>/dev/null | sed 1q`
2270
+ "
2271
+
2272
+ _ACEOF
2273
+
2274
+ cat >>$CONFIG_STATUS <<_ACEOF
2275
+ # Files that config.status was made for.
2276
+ config_files="$ac_config_files"
2277
+
2278
+ _ACEOF
2279
+
2280
+ cat >>$CONFIG_STATUS <<\_ACEOF
2281
+ ac_cs_usage="\
2282
+ \`$as_me' instantiates files from templates according to the
2283
+ current configuration.
2284
+
2285
+ Usage: $0 [OPTIONS] [FILE]...
2286
+
2287
+ -h, --help print this help, then exit
2288
+ -V, --version print version number and configuration settings, then exit
2289
+ -q, --quiet do not print progress messages
2290
+ -d, --debug don't remove temporary files
2291
+ --recheck update $as_me by reconfiguring in the same conditions
2292
+ --file=FILE[:TEMPLATE]
2293
+ instantiate the configuration file FILE
2294
+
2295
+ Configuration files:
2296
+ $config_files
2297
+
2298
+ Report bugs to <bug-autoconf@gnu.org>."
2299
+
2300
+ _ACEOF
2301
+ cat >>$CONFIG_STATUS <<_ACEOF
2302
+ ac_cs_version="\\
2303
+ asciidoc config.status 8.3.1
2304
+ configured by $0, generated by GNU Autoconf 2.61,
2305
+ with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
2306
+
2307
+ Copyright (C) 2006 Free Software Foundation, Inc.
2308
+ This config.status script is free software; the Free Software Foundation
2309
+ gives unlimited permission to copy, distribute and modify it."
2310
+
2311
+ ac_pwd='$ac_pwd'
2312
+ srcdir='$srcdir'
2313
+ INSTALL='$INSTALL'
2314
+ _ACEOF
2315
+
2316
+ cat >>$CONFIG_STATUS <<\_ACEOF
2317
+ # If no file are specified by the user, then we need to provide default
2318
+ # value. By we need to know if files were specified by the user.
2319
+ ac_need_defaults=:
2320
+ while test $# != 0
2321
+ do
2322
+ case $1 in
2323
+ --*=*)
2324
+ ac_option=`expr "X$1" : 'X\([^=]*\)='`
2325
+ ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
2326
+ ac_shift=:
2327
+ ;;
2328
+ *)
2329
+ ac_option=$1
2330
+ ac_optarg=$2
2331
+ ac_shift=shift
2332
+ ;;
2333
+ esac
2334
+
2335
+ case $ac_option in
2336
+ # Handling of the options.
2337
+ -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2338
+ ac_cs_recheck=: ;;
2339
+ --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
2340
+ echo "$ac_cs_version"; exit ;;
2341
+ --debug | --debu | --deb | --de | --d | -d )
2342
+ debug=: ;;
2343
+ --file | --fil | --fi | --f )
2344
+ $ac_shift
2345
+ CONFIG_FILES="$CONFIG_FILES $ac_optarg"
2346
+ ac_need_defaults=false;;
2347
+ --he | --h | --help | --hel | -h )
2348
+ echo "$ac_cs_usage"; exit ;;
2349
+ -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2350
+ | -silent | --silent | --silen | --sile | --sil | --si | --s)
2351
+ ac_cs_silent=: ;;
2352
+
2353
+ # This is an error.
2354
+ -*) { echo "$as_me: error: unrecognized option: $1
2355
+ Try \`$0 --help' for more information." >&2
2356
+ { (exit 1); exit 1; }; } ;;
2357
+
2358
+ *) ac_config_targets="$ac_config_targets $1"
2359
+ ac_need_defaults=false ;;
2360
+
2361
+ esac
2362
+ shift
2363
+ done
2364
+
2365
+ ac_configure_extra_args=
2366
+
2367
+ if $ac_cs_silent; then
2368
+ exec 6>/dev/null
2369
+ ac_configure_extra_args="$ac_configure_extra_args --silent"
2370
+ fi
2371
+
2372
+ _ACEOF
2373
+ cat >>$CONFIG_STATUS <<_ACEOF
2374
+ if \$ac_cs_recheck; then
2375
+ echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
2376
+ CONFIG_SHELL=$SHELL
2377
+ export CONFIG_SHELL
2378
+ exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2379
+ fi
2380
+
2381
+ _ACEOF
2382
+ cat >>$CONFIG_STATUS <<\_ACEOF
2383
+ exec 5>>config.log
2384
+ {
2385
+ echo
2386
+ sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2387
+ ## Running $as_me. ##
2388
+ _ASBOX
2389
+ echo "$ac_log"
2390
+ } >&5
2391
+
2392
+ _ACEOF
2393
+ cat >>$CONFIG_STATUS <<_ACEOF
2394
+ _ACEOF
2395
+
2396
+ cat >>$CONFIG_STATUS <<\_ACEOF
2397
+
2398
+ # Handling of arguments.
2399
+ for ac_config_target in $ac_config_targets
2400
+ do
2401
+ case $ac_config_target in
2402
+ "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2403
+
2404
+ *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
2405
+ echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
2406
+ { (exit 1); exit 1; }; };;
2407
+ esac
2408
+ done
2409
+
2410
+
2411
+ # If the user did not use the arguments to specify the items to instantiate,
2412
+ # then the envvar interface is used. Set only those that are not.
2413
+ # We use the long form for the default assignment because of an extremely
2414
+ # bizarre bug on SunOS 4.1.3.
2415
+ if $ac_need_defaults; then
2416
+ test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
2417
+ fi
2418
+
2419
+ # Have a temporary directory for convenience. Make it in the build tree
2420
+ # simply because there is no reason against having it here, and in addition,
2421
+ # creating and moving files from /tmp can sometimes cause problems.
2422
+ # Hook for its removal unless debugging.
2423
+ # Note that there is a small window in which the directory will not be cleaned:
2424
+ # after its creation but before its name has been assigned to `$tmp'.
2425
+ $debug ||
2426
+ {
2427
+ tmp=
2428
+ trap 'exit_status=$?
2429
+ { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
2430
+ ' 0
2431
+ trap '{ (exit 1); exit 1; }' 1 2 13 15
2432
+ }
2433
+ # Create a (secure) tmp directory for tmp files.
2434
+
2435
+ {
2436
+ tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
2437
+ test -n "$tmp" && test -d "$tmp"
2438
+ } ||
2439
+ {
2440
+ tmp=./conf$$-$RANDOM
2441
+ (umask 077 && mkdir "$tmp")
2442
+ } ||
2443
+ {
2444
+ echo "$me: cannot create a temporary directory in ." >&2
2445
+ { (exit 1); exit 1; }
2446
+ }
2447
+
2448
+ #
2449
+ # Set up the sed scripts for CONFIG_FILES section.
2450
+ #
2451
+
2452
+ # No need to generate the scripts if there are no CONFIG_FILES.
2453
+ # This happens for instance when ./config.status config.h
2454
+ if test -n "$CONFIG_FILES"; then
2455
+
2456
+ _ACEOF
2457
+
2458
+
2459
+
2460
+ ac_delim='%!_!# '
2461
+ for ac_last_try in false false false false false :; do
2462
+ cat >conf$$subs.sed <<_ACEOF
2463
+ SHELL!$SHELL$ac_delim
2464
+ PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
2465
+ PACKAGE_NAME!$PACKAGE_NAME$ac_delim
2466
+ PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
2467
+ PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
2468
+ PACKAGE_STRING!$PACKAGE_STRING$ac_delim
2469
+ PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
2470
+ exec_prefix!$exec_prefix$ac_delim
2471
+ prefix!$prefix$ac_delim
2472
+ program_transform_name!$program_transform_name$ac_delim
2473
+ bindir!$bindir$ac_delim
2474
+ sbindir!$sbindir$ac_delim
2475
+ libexecdir!$libexecdir$ac_delim
2476
+ datarootdir!$datarootdir$ac_delim
2477
+ datadir!$datadir$ac_delim
2478
+ sysconfdir!$sysconfdir$ac_delim
2479
+ sharedstatedir!$sharedstatedir$ac_delim
2480
+ localstatedir!$localstatedir$ac_delim
2481
+ includedir!$includedir$ac_delim
2482
+ oldincludedir!$oldincludedir$ac_delim
2483
+ docdir!$docdir$ac_delim
2484
+ infodir!$infodir$ac_delim
2485
+ htmldir!$htmldir$ac_delim
2486
+ dvidir!$dvidir$ac_delim
2487
+ pdfdir!$pdfdir$ac_delim
2488
+ psdir!$psdir$ac_delim
2489
+ libdir!$libdir$ac_delim
2490
+ localedir!$localedir$ac_delim
2491
+ mandir!$mandir$ac_delim
2492
+ DEFS!$DEFS$ac_delim
2493
+ ECHO_C!$ECHO_C$ac_delim
2494
+ ECHO_N!$ECHO_N$ac_delim
2495
+ ECHO_T!$ECHO_T$ac_delim
2496
+ LIBS!$LIBS$ac_delim
2497
+ build_alias!$build_alias$ac_delim
2498
+ host_alias!$host_alias$ac_delim
2499
+ target_alias!$target_alias$ac_delim
2500
+ SED!$SED$ac_delim
2501
+ LN_S!$LN_S$ac_delim
2502
+ INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
2503
+ INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
2504
+ INSTALL_DATA!$INSTALL_DATA$ac_delim
2505
+ LIBOBJS!$LIBOBJS$ac_delim
2506
+ LTLIBOBJS!$LTLIBOBJS$ac_delim
2507
+ _ACEOF
2508
+
2509
+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 44; then
2510
+ break
2511
+ elif $ac_last_try; then
2512
+ { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
2513
+ echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
2514
+ { (exit 1); exit 1; }; }
2515
+ else
2516
+ ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
2517
+ fi
2518
+ done
2519
+
2520
+ ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
2521
+ if test -n "$ac_eof"; then
2522
+ ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
2523
+ ac_eof=`expr $ac_eof + 1`
2524
+ fi
2525
+
2526
+ cat >>$CONFIG_STATUS <<_ACEOF
2527
+ cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
2528
+ /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
2529
+ _ACEOF
2530
+ sed '
2531
+ s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
2532
+ s/^/s,@/; s/!/@,|#_!!_#|/
2533
+ :n
2534
+ t n
2535
+ s/'"$ac_delim"'$/,g/; t
2536
+ s/$/\\/; p
2537
+ N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
2538
+ ' >>$CONFIG_STATUS <conf$$subs.sed
2539
+ rm -f conf$$subs.sed
2540
+ cat >>$CONFIG_STATUS <<_ACEOF
2541
+ :end
2542
+ s/|#_!!_#|//g
2543
+ CEOF$ac_eof
2544
+ _ACEOF
2545
+
2546
+
2547
+ # VPATH may cause trouble with some makes, so we remove $(srcdir),
2548
+ # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
2549
+ # trailing colons and then remove the whole line if VPATH becomes empty
2550
+ # (actually we leave an empty line to preserve line numbers).
2551
+ if test "x$srcdir" = x.; then
2552
+ ac_vpsub='/^[ ]*VPATH[ ]*=/{
2553
+ s/:*\$(srcdir):*/:/
2554
+ s/:*\${srcdir}:*/:/
2555
+ s/:*@srcdir@:*/:/
2556
+ s/^\([^=]*=[ ]*\):*/\1/
2557
+ s/:*$//
2558
+ s/^[^=]*=[ ]*$//
2559
+ }'
2560
+ fi
2561
+
2562
+ cat >>$CONFIG_STATUS <<\_ACEOF
2563
+ fi # test -n "$CONFIG_FILES"
2564
+
2565
+
2566
+ for ac_tag in :F $CONFIG_FILES
2567
+ do
2568
+ case $ac_tag in
2569
+ :[FHLC]) ac_mode=$ac_tag; continue;;
2570
+ esac
2571
+ case $ac_mode$ac_tag in
2572
+ :[FHL]*:*);;
2573
+ :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
2574
+ echo "$as_me: error: Invalid tag $ac_tag." >&2;}
2575
+ { (exit 1); exit 1; }; };;
2576
+ :[FH]-) ac_tag=-:-;;
2577
+ :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
2578
+ esac
2579
+ ac_save_IFS=$IFS
2580
+ IFS=:
2581
+ set x $ac_tag
2582
+ IFS=$ac_save_IFS
2583
+ shift
2584
+ ac_file=$1
2585
+ shift
2586
+
2587
+ case $ac_mode in
2588
+ :L) ac_source=$1;;
2589
+ :[FH])
2590
+ ac_file_inputs=
2591
+ for ac_f
2592
+ do
2593
+ case $ac_f in
2594
+ -) ac_f="$tmp/stdin";;
2595
+ *) # Look for the file first in the build tree, then in the source tree
2596
+ # (if the path is not absolute). The absolute path cannot be DOS-style,
2597
+ # because $ac_f cannot contain `:'.
2598
+ test -f "$ac_f" ||
2599
+ case $ac_f in
2600
+ [\\/$]*) false;;
2601
+ *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
2602
+ esac ||
2603
+ { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
2604
+ echo "$as_me: error: cannot find input file: $ac_f" >&2;}
2605
+ { (exit 1); exit 1; }; };;
2606
+ esac
2607
+ ac_file_inputs="$ac_file_inputs $ac_f"
2608
+ done
2609
+
2610
+ # Let's still pretend it is `configure' which instantiates (i.e., don't
2611
+ # use $as_me), people would be surprised to read:
2612
+ # /* config.h. Generated by config.status. */
2613
+ configure_input="Generated from "`IFS=:
2614
+ echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
2615
+ if test x"$ac_file" != x-; then
2616
+ configure_input="$ac_file. $configure_input"
2617
+ { echo "$as_me:$LINENO: creating $ac_file" >&5
2618
+ echo "$as_me: creating $ac_file" >&6;}
2619
+ fi
2620
+
2621
+ case $ac_tag in
2622
+ *:-:* | *:-) cat >"$tmp/stdin";;
2623
+ esac
2624
+ ;;
2625
+ esac
2626
+
2627
+ ac_dir=`$as_dirname -- "$ac_file" ||
2628
+ $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2629
+ X"$ac_file" : 'X\(//\)[^/]' \| \
2630
+ X"$ac_file" : 'X\(//\)$' \| \
2631
+ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
2632
+ echo X"$ac_file" |
2633
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2634
+ s//\1/
2635
+ q
2636
+ }
2637
+ /^X\(\/\/\)[^/].*/{
2638
+ s//\1/
2639
+ q
2640
+ }
2641
+ /^X\(\/\/\)$/{
2642
+ s//\1/
2643
+ q
2644
+ }
2645
+ /^X\(\/\).*/{
2646
+ s//\1/
2647
+ q
2648
+ }
2649
+ s/.*/./; q'`
2650
+ { as_dir="$ac_dir"
2651
+ case $as_dir in #(
2652
+ -*) as_dir=./$as_dir;;
2653
+ esac
2654
+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
2655
+ as_dirs=
2656
+ while :; do
2657
+ case $as_dir in #(
2658
+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
2659
+ *) as_qdir=$as_dir;;
2660
+ esac
2661
+ as_dirs="'$as_qdir' $as_dirs"
2662
+ as_dir=`$as_dirname -- "$as_dir" ||
2663
+ $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2664
+ X"$as_dir" : 'X\(//\)[^/]' \| \
2665
+ X"$as_dir" : 'X\(//\)$' \| \
2666
+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
2667
+ echo X"$as_dir" |
2668
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2669
+ s//\1/
2670
+ q
2671
+ }
2672
+ /^X\(\/\/\)[^/].*/{
2673
+ s//\1/
2674
+ q
2675
+ }
2676
+ /^X\(\/\/\)$/{
2677
+ s//\1/
2678
+ q
2679
+ }
2680
+ /^X\(\/\).*/{
2681
+ s//\1/
2682
+ q
2683
+ }
2684
+ s/.*/./; q'`
2685
+ test -d "$as_dir" && break
2686
+ done
2687
+ test -z "$as_dirs" || eval "mkdir $as_dirs"
2688
+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
2689
+ echo "$as_me: error: cannot create directory $as_dir" >&2;}
2690
+ { (exit 1); exit 1; }; }; }
2691
+ ac_builddir=.
2692
+
2693
+ case "$ac_dir" in
2694
+ .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2695
+ *)
2696
+ ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
2697
+ # A ".." for each directory in $ac_dir_suffix.
2698
+ ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
2699
+ case $ac_top_builddir_sub in
2700
+ "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2701
+ *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2702
+ esac ;;
2703
+ esac
2704
+ ac_abs_top_builddir=$ac_pwd
2705
+ ac_abs_builddir=$ac_pwd$ac_dir_suffix
2706
+ # for backward compatibility:
2707
+ ac_top_builddir=$ac_top_build_prefix
2708
+
2709
+ case $srcdir in
2710
+ .) # We are building in place.
2711
+ ac_srcdir=.
2712
+ ac_top_srcdir=$ac_top_builddir_sub
2713
+ ac_abs_top_srcdir=$ac_pwd ;;
2714
+ [\\/]* | ?:[\\/]* ) # Absolute name.
2715
+ ac_srcdir=$srcdir$ac_dir_suffix;
2716
+ ac_top_srcdir=$srcdir
2717
+ ac_abs_top_srcdir=$srcdir ;;
2718
+ *) # Relative name.
2719
+ ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2720
+ ac_top_srcdir=$ac_top_build_prefix$srcdir
2721
+ ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2722
+ esac
2723
+ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2724
+
2725
+
2726
+ case $ac_mode in
2727
+ :F)
2728
+ #
2729
+ # CONFIG_FILE
2730
+ #
2731
+
2732
+ case $INSTALL in
2733
+ [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
2734
+ *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
2735
+ esac
2736
+ _ACEOF
2737
+
2738
+ cat >>$CONFIG_STATUS <<\_ACEOF
2739
+ # If the template does not know about datarootdir, expand it.
2740
+ # FIXME: This hack should be removed a few years after 2.60.
2741
+ ac_datarootdir_hack=; ac_datarootdir_seen=
2742
+
2743
+ case `sed -n '/datarootdir/ {
2744
+ p
2745
+ q
2746
+ }
2747
+ /@datadir@/p
2748
+ /@docdir@/p
2749
+ /@infodir@/p
2750
+ /@localedir@/p
2751
+ /@mandir@/p
2752
+ ' $ac_file_inputs` in
2753
+ *datarootdir*) ac_datarootdir_seen=yes;;
2754
+ *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
2755
+ { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
2756
+ echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
2757
+ _ACEOF
2758
+ cat >>$CONFIG_STATUS <<_ACEOF
2759
+ ac_datarootdir_hack='
2760
+ s&@datadir@&$datadir&g
2761
+ s&@docdir@&$docdir&g
2762
+ s&@infodir@&$infodir&g
2763
+ s&@localedir@&$localedir&g
2764
+ s&@mandir@&$mandir&g
2765
+ s&\\\${datarootdir}&$datarootdir&g' ;;
2766
+ esac
2767
+ _ACEOF
2768
+
2769
+ # Neutralize VPATH when `$srcdir' = `.'.
2770
+ # Shell code in configure.ac might set extrasub.
2771
+ # FIXME: do we really want to maintain this feature?
2772
+ cat >>$CONFIG_STATUS <<_ACEOF
2773
+ sed "$ac_vpsub
2774
+ $extrasub
2775
+ _ACEOF
2776
+ cat >>$CONFIG_STATUS <<\_ACEOF
2777
+ :t
2778
+ /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
2779
+ s&@configure_input@&$configure_input&;t t
2780
+ s&@top_builddir@&$ac_top_builddir_sub&;t t
2781
+ s&@srcdir@&$ac_srcdir&;t t
2782
+ s&@abs_srcdir@&$ac_abs_srcdir&;t t
2783
+ s&@top_srcdir@&$ac_top_srcdir&;t t
2784
+ s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
2785
+ s&@builddir@&$ac_builddir&;t t
2786
+ s&@abs_builddir@&$ac_abs_builddir&;t t
2787
+ s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
2788
+ s&@INSTALL@&$ac_INSTALL&;t t
2789
+ $ac_datarootdir_hack
2790
+ " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
2791
+
2792
+ test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
2793
+ { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
2794
+ { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
2795
+ { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
2796
+ which seems to be undefined. Please make sure it is defined." >&5
2797
+ echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
2798
+ which seems to be undefined. Please make sure it is defined." >&2;}
2799
+
2800
+ rm -f "$tmp/stdin"
2801
+ case $ac_file in
2802
+ -) cat "$tmp/out"; rm -f "$tmp/out";;
2803
+ *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
2804
+ esac
2805
+ ;;
2806
+
2807
+
2808
+
2809
+ esac
2810
+
2811
+ done # for ac_tag
2812
+
2813
+
2814
+ { (exit 0); exit 0; }
2815
+ _ACEOF
2816
+ chmod +x $CONFIG_STATUS
2817
+ ac_clean_files=$ac_clean_files_save
2818
+
2819
+
2820
+ # configure is writing to config.log, and then calls config.status.
2821
+ # config.status does its own redirection, appending to config.log.
2822
+ # Unfortunately, on DOS this fails, as config.log is still kept open
2823
+ # by configure, so config.status won't be able to write to it; its
2824
+ # output is simply discarded. So we exec the FD to /dev/null,
2825
+ # effectively closing config.log, so it can be properly (re)opened and
2826
+ # appended to by config.status. When coming back to configure, we
2827
+ # need to make the FD available again.
2828
+ if test "$no_create" != yes; then
2829
+ ac_cs_success=:
2830
+ ac_config_status_args=
2831
+ test "$silent" = yes &&
2832
+ ac_config_status_args="$ac_config_status_args --quiet"
2833
+ exec 5>/dev/null
2834
+ $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
2835
+ exec 5>>config.log
2836
+ # Use ||, not &&, to avoid exiting from the if with $? = 1, which
2837
+ # would make configure fail if this is the last instruction.
2838
+ $ac_cs_success || { (exit 1); exit 1; }
2839
+ fi
2840
+