Pratt 1.5.6

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 (283) hide show
  1. data/.exrc +61 -0
  2. data/.gitignore +4 -0
  3. data/History.txt +6 -0
  4. data/Manifest.txt +46 -0
  5. data/Pratt.gemspec +351 -0
  6. data/README.txt +66 -0
  7. data/Rakefile +85 -0
  8. data/TODO +54 -0
  9. data/VERSION +1 -0
  10. data/bin/pratt.rb +13 -0
  11. data/config.rb +34 -0
  12. data/lib/pratt.rb +527 -0
  13. data/lib/pratt/array.rb +11 -0
  14. data/lib/pratt/string.rb +18 -0
  15. data/models/app.rb +40 -0
  16. data/models/customer.rb +24 -0
  17. data/models/payment.rb +22 -0
  18. data/models/pratt.rb +19 -0
  19. data/models/project.rb +82 -0
  20. data/models/whence.rb +70 -0
  21. data/pkgs/tile-0.8.2.tar.gz +0 -0
  22. data/pkgs/tile-0.8.2/ANNOUNCE.txt +95 -0
  23. data/pkgs/tile-0.8.2/ChangeLog +4651 -0
  24. data/pkgs/tile-0.8.2/Makefile +250 -0
  25. data/pkgs/tile-0.8.2/Makefile.in +250 -0
  26. data/pkgs/tile-0.8.2/README.txt +86 -0
  27. data/pkgs/tile-0.8.2/aclocal.m4 +2 -0
  28. data/pkgs/tile-0.8.2/altTheme.o +0 -0
  29. data/pkgs/tile-0.8.2/blink.o +0 -0
  30. data/pkgs/tile-0.8.2/button.o +0 -0
  31. data/pkgs/tile-0.8.2/cache.o +0 -0
  32. data/pkgs/tile-0.8.2/clamTheme.o +0 -0
  33. data/pkgs/tile-0.8.2/classicTheme.o +0 -0
  34. data/pkgs/tile-0.8.2/config.log +1330 -0
  35. data/pkgs/tile-0.8.2/config.status +795 -0
  36. data/pkgs/tile-0.8.2/configure +15248 -0
  37. data/pkgs/tile-0.8.2/configure.in +89 -0
  38. data/pkgs/tile-0.8.2/demos/autocomplete.tcl +59 -0
  39. data/pkgs/tile-0.8.2/demos/demo.tcl +870 -0
  40. data/pkgs/tile-0.8.2/demos/dirbrowser.tcl +167 -0
  41. data/pkgs/tile-0.8.2/demos/dlgtest.tcl +97 -0
  42. data/pkgs/tile-0.8.2/demos/iconlib.tcl +110 -0
  43. data/pkgs/tile-0.8.2/demos/repeater.tcl +117 -0
  44. data/pkgs/tile-0.8.2/demos/toolbutton.tcl +101 -0
  45. data/pkgs/tile-0.8.2/doc/Geometry.3 +230 -0
  46. data/pkgs/tile-0.8.2/doc/INDEX.MAP +153 -0
  47. data/pkgs/tile-0.8.2/doc/Makefile +36 -0
  48. data/pkgs/tile-0.8.2/doc/TILE.XML +45 -0
  49. data/pkgs/tile-0.8.2/doc/Theme.3 +34 -0
  50. data/pkgs/tile-0.8.2/doc/button.n +75 -0
  51. data/pkgs/tile-0.8.2/doc/checkbutton.n +61 -0
  52. data/pkgs/tile-0.8.2/doc/combobox.n +98 -0
  53. data/pkgs/tile-0.8.2/doc/converting.txt +97 -0
  54. data/pkgs/tile-0.8.2/doc/dialog.n +122 -0
  55. data/pkgs/tile-0.8.2/doc/entry.n +438 -0
  56. data/pkgs/tile-0.8.2/doc/frame.n +43 -0
  57. data/pkgs/tile-0.8.2/doc/html/Geometry.html +304 -0
  58. data/pkgs/tile-0.8.2/doc/html/Theme.html +48 -0
  59. data/pkgs/tile-0.8.2/doc/html/button.html +120 -0
  60. data/pkgs/tile-0.8.2/doc/html/category-index.html +18 -0
  61. data/pkgs/tile-0.8.2/doc/html/checkbutton.html +94 -0
  62. data/pkgs/tile-0.8.2/doc/html/combobox.html +164 -0
  63. data/pkgs/tile-0.8.2/doc/html/converting.txt +97 -0
  64. data/pkgs/tile-0.8.2/doc/html/dialog.html +159 -0
  65. data/pkgs/tile-0.8.2/doc/html/entry.html +613 -0
  66. data/pkgs/tile-0.8.2/doc/html/frame.html +76 -0
  67. data/pkgs/tile-0.8.2/doc/html/image.html +100 -0
  68. data/pkgs/tile-0.8.2/doc/html/index.html +25 -0
  69. data/pkgs/tile-0.8.2/doc/html/keyword-index.html +228 -0
  70. data/pkgs/tile-0.8.2/doc/html/label.html +133 -0
  71. data/pkgs/tile-0.8.2/doc/html/labelframe.html +91 -0
  72. data/pkgs/tile-0.8.2/doc/html/manpage.css +212 -0
  73. data/pkgs/tile-0.8.2/doc/html/menubutton.html +63 -0
  74. data/pkgs/tile-0.8.2/doc/html/notebook.html +280 -0
  75. data/pkgs/tile-0.8.2/doc/html/paned.html +149 -0
  76. data/pkgs/tile-0.8.2/doc/html/progressbar.html +138 -0
  77. data/pkgs/tile-0.8.2/doc/html/radiobutton.html +89 -0
  78. data/pkgs/tile-0.8.2/doc/html/scrollbar.html +221 -0
  79. data/pkgs/tile-0.8.2/doc/html/separator.html +48 -0
  80. data/pkgs/tile-0.8.2/doc/html/sizegrip.html +62 -0
  81. data/pkgs/tile-0.8.2/doc/html/style.html +172 -0
  82. data/pkgs/tile-0.8.2/doc/html/tile-intro.html +164 -0
  83. data/pkgs/tile-0.8.2/doc/html/treeview.html +634 -0
  84. data/pkgs/tile-0.8.2/doc/html/widget.html +342 -0
  85. data/pkgs/tile-0.8.2/doc/image.n +81 -0
  86. data/pkgs/tile-0.8.2/doc/internals.txt +409 -0
  87. data/pkgs/tile-0.8.2/doc/label.n +75 -0
  88. data/pkgs/tile-0.8.2/doc/labelframe.n +64 -0
  89. data/pkgs/tile-0.8.2/doc/man.macros +239 -0
  90. data/pkgs/tile-0.8.2/doc/menubutton.n +41 -0
  91. data/pkgs/tile-0.8.2/doc/notebook.n +188 -0
  92. data/pkgs/tile-0.8.2/doc/paned.n +95 -0
  93. data/pkgs/tile-0.8.2/doc/progressbar.n +79 -0
  94. data/pkgs/tile-0.8.2/doc/radiobutton.n +57 -0
  95. data/pkgs/tile-0.8.2/doc/scrollbar.n +160 -0
  96. data/pkgs/tile-0.8.2/doc/separator.n +30 -0
  97. data/pkgs/tile-0.8.2/doc/sizegrip.n +53 -0
  98. data/pkgs/tile-0.8.2/doc/style.n +119 -0
  99. data/pkgs/tile-0.8.2/doc/tile-intro.n +165 -0
  100. data/pkgs/tile-0.8.2/doc/tmml.options +4 -0
  101. data/pkgs/tile-0.8.2/doc/treeview.n +415 -0
  102. data/pkgs/tile-0.8.2/doc/widget.n +227 -0
  103. data/pkgs/tile-0.8.2/doc/xml/Geometry.tmml +379 -0
  104. data/pkgs/tile-0.8.2/doc/xml/INDEX.MAP +153 -0
  105. data/pkgs/tile-0.8.2/doc/xml/Theme.tmml +63 -0
  106. data/pkgs/tile-0.8.2/doc/xml/button.tmml +134 -0
  107. data/pkgs/tile-0.8.2/doc/xml/checkbutton.tmml +119 -0
  108. data/pkgs/tile-0.8.2/doc/xml/combobox.tmml +184 -0
  109. data/pkgs/tile-0.8.2/doc/xml/dialog.tmml +195 -0
  110. data/pkgs/tile-0.8.2/doc/xml/entry.tmml +630 -0
  111. data/pkgs/tile-0.8.2/doc/xml/frame.tmml +98 -0
  112. data/pkgs/tile-0.8.2/doc/xml/image.tmml +101 -0
  113. data/pkgs/tile-0.8.2/doc/xml/label.tmml +154 -0
  114. data/pkgs/tile-0.8.2/doc/xml/labelframe.tmml +116 -0
  115. data/pkgs/tile-0.8.2/doc/xml/menubutton.tmml +80 -0
  116. data/pkgs/tile-0.8.2/doc/xml/notebook.tmml +306 -0
  117. data/pkgs/tile-0.8.2/doc/xml/paned.tmml +154 -0
  118. data/pkgs/tile-0.8.2/doc/xml/progressbar.tmml +151 -0
  119. data/pkgs/tile-0.8.2/doc/xml/radiobutton.tmml +109 -0
  120. data/pkgs/tile-0.8.2/doc/xml/scrollbar.tmml +233 -0
  121. data/pkgs/tile-0.8.2/doc/xml/separator.tmml +59 -0
  122. data/pkgs/tile-0.8.2/doc/xml/sizegrip.tmml +82 -0
  123. data/pkgs/tile-0.8.2/doc/xml/style.tmml +171 -0
  124. data/pkgs/tile-0.8.2/doc/xml/tile-intro.tmml +192 -0
  125. data/pkgs/tile-0.8.2/doc/xml/treeview.tmml +604 -0
  126. data/pkgs/tile-0.8.2/doc/xml/widget.tmml +372 -0
  127. data/pkgs/tile-0.8.2/entry.o +0 -0
  128. data/pkgs/tile-0.8.2/frame.o +0 -0
  129. data/pkgs/tile-0.8.2/generic/Makefile.in +221 -0
  130. data/pkgs/tile-0.8.2/generic/TODO +493 -0
  131. data/pkgs/tile-0.8.2/generic/altTheme.c +1172 -0
  132. data/pkgs/tile-0.8.2/generic/blink.c +168 -0
  133. data/pkgs/tile-0.8.2/generic/button.c +858 -0
  134. data/pkgs/tile-0.8.2/generic/cache.c +354 -0
  135. data/pkgs/tile-0.8.2/generic/clamTheme.c +974 -0
  136. data/pkgs/tile-0.8.2/generic/classicTheme.c +518 -0
  137. data/pkgs/tile-0.8.2/generic/configure +10334 -0
  138. data/pkgs/tile-0.8.2/generic/configure.in +100 -0
  139. data/pkgs/tile-0.8.2/generic/entry.c +1922 -0
  140. data/pkgs/tile-0.8.2/generic/frame.c +648 -0
  141. data/pkgs/tile-0.8.2/generic/gunk.h +44 -0
  142. data/pkgs/tile-0.8.2/generic/image.c +416 -0
  143. data/pkgs/tile-0.8.2/generic/label.c +663 -0
  144. data/pkgs/tile-0.8.2/generic/layout.c +1215 -0
  145. data/pkgs/tile-0.8.2/generic/manager.c +554 -0
  146. data/pkgs/tile-0.8.2/generic/manager.h +91 -0
  147. data/pkgs/tile-0.8.2/generic/notebook.c +1380 -0
  148. data/pkgs/tile-0.8.2/generic/paned.c +958 -0
  149. data/pkgs/tile-0.8.2/generic/pkgIndex.tcl.in +7 -0
  150. data/pkgs/tile-0.8.2/generic/progress.c +549 -0
  151. data/pkgs/tile-0.8.2/generic/scale.c +526 -0
  152. data/pkgs/tile-0.8.2/generic/scroll.c +253 -0
  153. data/pkgs/tile-0.8.2/generic/scrollbar.c +346 -0
  154. data/pkgs/tile-0.8.2/generic/separator.c +132 -0
  155. data/pkgs/tile-0.8.2/generic/square.c +306 -0
  156. data/pkgs/tile-0.8.2/generic/tagset.c +147 -0
  157. data/pkgs/tile-0.8.2/generic/tile.c +296 -0
  158. data/pkgs/tile-0.8.2/generic/tkElements.c +1280 -0
  159. data/pkgs/tile-0.8.2/generic/tkTheme.c +1708 -0
  160. data/pkgs/tile-0.8.2/generic/tkTheme.h +419 -0
  161. data/pkgs/tile-0.8.2/generic/tkThemeInt.h +45 -0
  162. data/pkgs/tile-0.8.2/generic/tkstate.c +268 -0
  163. data/pkgs/tile-0.8.2/generic/trace.c +145 -0
  164. data/pkgs/tile-0.8.2/generic/track.c +174 -0
  165. data/pkgs/tile-0.8.2/generic/treeview.c +3211 -0
  166. data/pkgs/tile-0.8.2/generic/ttk.decls +154 -0
  167. data/pkgs/tile-0.8.2/generic/ttkDecls.h +340 -0
  168. data/pkgs/tile-0.8.2/generic/ttkStubInit.c +61 -0
  169. data/pkgs/tile-0.8.2/generic/ttkStubLib.c +70 -0
  170. data/pkgs/tile-0.8.2/generic/widget.c +785 -0
  171. data/pkgs/tile-0.8.2/generic/widget.h +263 -0
  172. data/pkgs/tile-0.8.2/image.o +0 -0
  173. data/pkgs/tile-0.8.2/label.o +0 -0
  174. data/pkgs/tile-0.8.2/layout.o +0 -0
  175. data/pkgs/tile-0.8.2/library/altTheme.tcl +101 -0
  176. data/pkgs/tile-0.8.2/library/aquaTheme.tcl +62 -0
  177. data/pkgs/tile-0.8.2/library/button.tcl +85 -0
  178. data/pkgs/tile-0.8.2/library/clamTheme.tcl +139 -0
  179. data/pkgs/tile-0.8.2/library/classicTheme.tcl +108 -0
  180. data/pkgs/tile-0.8.2/library/combobox.tcl +439 -0
  181. data/pkgs/tile-0.8.2/library/cursors.tcl +36 -0
  182. data/pkgs/tile-0.8.2/library/defaults.tcl +118 -0
  183. data/pkgs/tile-0.8.2/library/dialog.tcl +274 -0
  184. data/pkgs/tile-0.8.2/library/entry.tcl +580 -0
  185. data/pkgs/tile-0.8.2/library/fonts.tcl +153 -0
  186. data/pkgs/tile-0.8.2/library/icons.tcl +105 -0
  187. data/pkgs/tile-0.8.2/library/keynav.tcl +192 -0
  188. data/pkgs/tile-0.8.2/library/menubutton.tcl +171 -0
  189. data/pkgs/tile-0.8.2/library/notebook.tcl +193 -0
  190. data/pkgs/tile-0.8.2/library/paned.tcl +87 -0
  191. data/pkgs/tile-0.8.2/library/progress.tcl +51 -0
  192. data/pkgs/tile-0.8.2/library/scale.tcl +54 -0
  193. data/pkgs/tile-0.8.2/library/scrollbar.tcl +125 -0
  194. data/pkgs/tile-0.8.2/library/sizegrip.tcl +77 -0
  195. data/pkgs/tile-0.8.2/library/tile.tcl +211 -0
  196. data/pkgs/tile-0.8.2/library/treeview.tcl +382 -0
  197. data/pkgs/tile-0.8.2/library/utils.tcl +254 -0
  198. data/pkgs/tile-0.8.2/library/winTheme.tcl +77 -0
  199. data/pkgs/tile-0.8.2/library/xpTheme.tcl +63 -0
  200. data/pkgs/tile-0.8.2/libtile0.8.2.so +0 -0
  201. data/pkgs/tile-0.8.2/libttkstub.a +0 -0
  202. data/pkgs/tile-0.8.2/license.terms +24 -0
  203. data/pkgs/tile-0.8.2/macosx/aquaTheme.c +1076 -0
  204. data/pkgs/tile-0.8.2/manager.o +0 -0
  205. data/pkgs/tile-0.8.2/notebook.o +0 -0
  206. data/pkgs/tile-0.8.2/paned.o +0 -0
  207. data/pkgs/tile-0.8.2/pkgIndex.tcl +3 -0
  208. data/pkgs/tile-0.8.2/progress.o +0 -0
  209. data/pkgs/tile-0.8.2/scale.o +0 -0
  210. data/pkgs/tile-0.8.2/scroll.o +0 -0
  211. data/pkgs/tile-0.8.2/scrollbar.o +0 -0
  212. data/pkgs/tile-0.8.2/separator.o +0 -0
  213. data/pkgs/tile-0.8.2/tagset.o +0 -0
  214. data/pkgs/tile-0.8.2/tclconfig/install-sh +119 -0
  215. data/pkgs/tile-0.8.2/tclconfig/tcl.m4 +4069 -0
  216. data/pkgs/tile-0.8.2/tclconfig/teax.m4 +109 -0
  217. data/pkgs/tile-0.8.2/tests/all.tcl +18 -0
  218. data/pkgs/tile-0.8.2/tests/bwidget.test +103 -0
  219. data/pkgs/tile-0.8.2/tests/cbtest.tcl +125 -0
  220. data/pkgs/tile-0.8.2/tests/combobox.test +51 -0
  221. data/pkgs/tile-0.8.2/tests/compound.tcl +92 -0
  222. data/pkgs/tile-0.8.2/tests/entry.test +285 -0
  223. data/pkgs/tile-0.8.2/tests/entrytest.tcl +78 -0
  224. data/pkgs/tile-0.8.2/tests/image.test +94 -0
  225. data/pkgs/tile-0.8.2/tests/labelframe.tcl +41 -0
  226. data/pkgs/tile-0.8.2/tests/labelframe.test +137 -0
  227. data/pkgs/tile-0.8.2/tests/layout.test +33 -0
  228. data/pkgs/tile-0.8.2/tests/misc.test +35 -0
  229. data/pkgs/tile-0.8.2/tests/nbtest.tcl +66 -0
  230. data/pkgs/tile-0.8.2/tests/notebook.test +500 -0
  231. data/pkgs/tile-0.8.2/tests/paned.test +298 -0
  232. data/pkgs/tile-0.8.2/tests/progress.test +92 -0
  233. data/pkgs/tile-0.8.2/tests/pwtest.tcl +90 -0
  234. data/pkgs/tile-0.8.2/tests/sbtest.tcl +79 -0
  235. data/pkgs/tile-0.8.2/tests/scrollbar.test +77 -0
  236. data/pkgs/tile-0.8.2/tests/sgtest.tcl +52 -0
  237. data/pkgs/tile-0.8.2/tests/testutils.tcl +20 -0
  238. data/pkgs/tile-0.8.2/tests/tile.test +674 -0
  239. data/pkgs/tile-0.8.2/tests/treetags.test +78 -0
  240. data/pkgs/tile-0.8.2/tests/treeview.test +563 -0
  241. data/pkgs/tile-0.8.2/tests/tvtest.tcl +332 -0
  242. data/pkgs/tile-0.8.2/tests/validate.test +278 -0
  243. data/pkgs/tile-0.8.2/tile.o +0 -0
  244. data/pkgs/tile-0.8.2/tkElements.o +0 -0
  245. data/pkgs/tile-0.8.2/tkTheme.o +0 -0
  246. data/pkgs/tile-0.8.2/tkstate.o +0 -0
  247. data/pkgs/tile-0.8.2/tools/genStubs.tcl +861 -0
  248. data/pkgs/tile-0.8.2/trace.o +0 -0
  249. data/pkgs/tile-0.8.2/track.o +0 -0
  250. data/pkgs/tile-0.8.2/treeview.o +0 -0
  251. data/pkgs/tile-0.8.2/ttkStubInit.o +0 -0
  252. data/pkgs/tile-0.8.2/ttkStubLib.o +0 -0
  253. data/pkgs/tile-0.8.2/widget.o +0 -0
  254. data/pkgs/tile-0.8.2/win/Tile.dsp +261 -0
  255. data/pkgs/tile-0.8.2/win/makefile.vc +527 -0
  256. data/pkgs/tile-0.8.2/win/monitor.c +164 -0
  257. data/pkgs/tile-0.8.2/win/nmakehlp.c +483 -0
  258. data/pkgs/tile-0.8.2/win/rules.vc +512 -0
  259. data/pkgs/tile-0.8.2/win/tile.rc +40 -0
  260. data/pkgs/tile-0.8.2/win/winTheme.c +734 -0
  261. data/pkgs/tile-0.8.2/win/xpTheme.c +1029 -0
  262. data/spec/app_spec.rb +48 -0
  263. data/spec/customer_spec.rb +31 -0
  264. data/spec/fixtures/graph.expectation +18 -0
  265. data/spec/payment_spec.rb +19 -0
  266. data/spec/pratt_spec.rb +148 -0
  267. data/spec/project_spec.rb +163 -0
  268. data/spec/rcov.opts +0 -0
  269. data/spec/spec.opts +1 -0
  270. data/spec/spec_helper.rb +21 -0
  271. data/spec/whence_spec.rb +54 -0
  272. data/tasks/pratt.rb +84 -0
  273. data/templates/model.eruby +12 -0
  274. data/templates/spec.eruby +8 -0
  275. data/views/env.rb +22 -0
  276. data/views/graph.eruby +20 -0
  277. data/views/invoice.eruby +148 -0
  278. data/views/main.rb +92 -0
  279. data/views/pid.eruby +3 -0
  280. data/views/pop.rb +94 -0
  281. data/views/pop2.rb +75 -0
  282. data/views/raw.eruby +11 -0
  283. metadata +390 -0
@@ -0,0 +1,795 @@
1
+ #! /bin/sh
2
+ # Generated by configure.
3
+ # Run this file to recreate the current configuration.
4
+ # Compiler output produced by configure, useful for debugging
5
+ # configure, is in config.log if it exists.
6
+
7
+ debug=false
8
+ ac_cs_recheck=false
9
+ ac_cs_silent=false
10
+ SHELL=${CONFIG_SHELL-/bin/sh}
11
+ ## --------------------- ##
12
+ ## M4sh Initialization. ##
13
+ ## --------------------- ##
14
+
15
+ # Be Bourne compatible
16
+ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17
+ emulate sh
18
+ NULLCMD=:
19
+ # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
20
+ # is contrary to our usage. Disable this feature.
21
+ alias -g '${1+"$@"}'='"$@"'
22
+ elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
23
+ set -o posix
24
+ fi
25
+ DUALCASE=1; export DUALCASE # for MKS sh
26
+
27
+ # Support unset when possible.
28
+ if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
29
+ as_unset=unset
30
+ else
31
+ as_unset=false
32
+ fi
33
+
34
+
35
+ # Work around bugs in pre-3.0 UWIN ksh.
36
+ $as_unset ENV MAIL MAILPATH
37
+ PS1='$ '
38
+ PS2='> '
39
+ PS4='+ '
40
+
41
+ # NLS nuisances.
42
+ for as_var in \
43
+ LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
44
+ LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
45
+ LC_TELEPHONE LC_TIME
46
+ do
47
+ if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
48
+ eval $as_var=C; export $as_var
49
+ else
50
+ $as_unset $as_var
51
+ fi
52
+ done
53
+
54
+ # Required to use basename.
55
+ if expr a : '\(a\)' >/dev/null 2>&1; then
56
+ as_expr=expr
57
+ else
58
+ as_expr=false
59
+ fi
60
+
61
+ if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
62
+ as_basename=basename
63
+ else
64
+ as_basename=false
65
+ fi
66
+
67
+
68
+ # Name of the executable.
69
+ as_me=`$as_basename "$0" ||
70
+ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
71
+ X"$0" : 'X\(//\)$' \| \
72
+ X"$0" : 'X\(/\)$' \| \
73
+ . : '\(.\)' 2>/dev/null ||
74
+ echo X/"$0" |
75
+ sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
76
+ /^X\/\(\/\/\)$/{ s//\1/; q; }
77
+ /^X\/\(\/\).*/{ s//\1/; q; }
78
+ s/.*/./; q'`
79
+
80
+
81
+ # PATH needs CR, and LINENO needs CR and PATH.
82
+ # Avoid depending upon Character Ranges.
83
+ as_cr_letters='abcdefghijklmnopqrstuvwxyz'
84
+ as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
85
+ as_cr_Letters=$as_cr_letters$as_cr_LETTERS
86
+ as_cr_digits='0123456789'
87
+ as_cr_alnum=$as_cr_Letters$as_cr_digits
88
+
89
+ # The user is always right.
90
+ if test "${PATH_SEPARATOR+set}" != set; then
91
+ echo "#! /bin/sh" >conf$$.sh
92
+ echo "exit 0" >>conf$$.sh
93
+ chmod +x conf$$.sh
94
+ if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
95
+ PATH_SEPARATOR=';'
96
+ else
97
+ PATH_SEPARATOR=:
98
+ fi
99
+ rm -f conf$$.sh
100
+ fi
101
+
102
+
103
+ as_lineno_1=$LINENO
104
+ as_lineno_2=$LINENO
105
+ as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
106
+ test "x$as_lineno_1" != "x$as_lineno_2" &&
107
+ test "x$as_lineno_3" = "x$as_lineno_2" || {
108
+ # Find who we are. Look in the path if we contain no path at all
109
+ # relative or not.
110
+ case $0 in
111
+ *[\\/]* ) as_myself=$0 ;;
112
+ *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
113
+ for as_dir in $PATH
114
+ do
115
+ IFS=$as_save_IFS
116
+ test -z "$as_dir" && as_dir=.
117
+ test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
118
+ done
119
+
120
+ ;;
121
+ esac
122
+ # We did not find ourselves, most probably we were run as `sh COMMAND'
123
+ # in which case we are not to be found in the path.
124
+ if test "x$as_myself" = x; then
125
+ as_myself=$0
126
+ fi
127
+ if test ! -f "$as_myself"; then
128
+ { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
129
+ echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
130
+ { (exit 1); exit 1; }; }
131
+ fi
132
+ case $CONFIG_SHELL in
133
+ '')
134
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
135
+ for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
136
+ do
137
+ IFS=$as_save_IFS
138
+ test -z "$as_dir" && as_dir=.
139
+ for as_base in sh bash ksh sh5; do
140
+ case $as_dir in
141
+ /*)
142
+ if ("$as_dir/$as_base" -c '
143
+ as_lineno_1=$LINENO
144
+ as_lineno_2=$LINENO
145
+ as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
146
+ test "x$as_lineno_1" != "x$as_lineno_2" &&
147
+ test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
148
+ $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
149
+ $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
150
+ CONFIG_SHELL=$as_dir/$as_base
151
+ export CONFIG_SHELL
152
+ exec "$CONFIG_SHELL" "$0" ${1+"$@"}
153
+ fi;;
154
+ esac
155
+ done
156
+ done
157
+ ;;
158
+ esac
159
+
160
+ # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
161
+ # uniformly replaced by the line number. The first 'sed' inserts a
162
+ # line-number line before each line; the second 'sed' does the real
163
+ # work. The second script uses 'N' to pair each line-number line
164
+ # with the numbered line, and appends trailing '-' during
165
+ # substitution so that $LINENO is not a special case at line end.
166
+ # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
167
+ # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
168
+ sed '=' <$as_myself |
169
+ sed '
170
+ N
171
+ s,$,-,
172
+ : loop
173
+ s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
174
+ t loop
175
+ s,-$,,
176
+ s,^['$as_cr_digits']*\n,,
177
+ ' >$as_me.lineno &&
178
+ chmod +x $as_me.lineno ||
179
+ { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
180
+ echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
181
+ { (exit 1); exit 1; }; }
182
+
183
+ # Don't try to exec as it changes $[0], causing all sort of problems
184
+ # (the dirname of $[0] is not the place where we might find the
185
+ # original and so on. Autoconf is especially sensible to this).
186
+ . ./$as_me.lineno
187
+ # Exit status is that of the last command.
188
+ exit
189
+ }
190
+
191
+
192
+ case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
193
+ *c*,-n*) ECHO_N= ECHO_C='
194
+ ' ECHO_T=' ' ;;
195
+ *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
196
+ *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
197
+ esac
198
+
199
+ if expr a : '\(a\)' >/dev/null 2>&1; then
200
+ as_expr=expr
201
+ else
202
+ as_expr=false
203
+ fi
204
+
205
+ rm -f conf$$ conf$$.exe conf$$.file
206
+ echo >conf$$.file
207
+ if ln -s conf$$.file conf$$ 2>/dev/null; then
208
+ # We could just check for DJGPP; but this test a) works b) is more generic
209
+ # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
210
+ if test -f conf$$.exe; then
211
+ # Don't use ln at all; we don't have any links
212
+ as_ln_s='cp -p'
213
+ else
214
+ as_ln_s='ln -s'
215
+ fi
216
+ elif ln conf$$.file conf$$ 2>/dev/null; then
217
+ as_ln_s=ln
218
+ else
219
+ as_ln_s='cp -p'
220
+ fi
221
+ rm -f conf$$ conf$$.exe conf$$.file
222
+
223
+ if mkdir -p . 2>/dev/null; then
224
+ as_mkdir_p=:
225
+ else
226
+ test -d ./-p && rmdir ./-p
227
+ as_mkdir_p=false
228
+ fi
229
+
230
+ as_executable_p="test -f"
231
+
232
+ # Sed expression to map a string onto a valid CPP name.
233
+ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
234
+
235
+ # Sed expression to map a string onto a valid variable name.
236
+ as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
237
+
238
+
239
+ # IFS
240
+ # We need space, tab and new line, in precisely that order.
241
+ as_nl='
242
+ '
243
+ IFS=" $as_nl"
244
+
245
+ # CDPATH.
246
+ $as_unset CDPATH
247
+
248
+ exec 6>&1
249
+
250
+ # Open the log real soon, to keep \$[0] and so on meaningful, and to
251
+ # report actual input values of CONFIG_FILES etc. instead of their
252
+ # values after options handling. Logging --version etc. is OK.
253
+ exec 5>>config.log
254
+ {
255
+ echo
256
+ sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
257
+ ## Running $as_me. ##
258
+ _ASBOX
259
+ } >&5
260
+ cat >&5 <<_CSEOF
261
+
262
+ This file was extended by tile $as_me 0.8.2, which was
263
+ generated by GNU Autoconf 2.59. Invocation command line was
264
+
265
+ CONFIG_FILES = $CONFIG_FILES
266
+ CONFIG_HEADERS = $CONFIG_HEADERS
267
+ CONFIG_LINKS = $CONFIG_LINKS
268
+ CONFIG_COMMANDS = $CONFIG_COMMANDS
269
+ $ $0 $@
270
+
271
+ _CSEOF
272
+ echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
273
+ echo >&5
274
+ config_files=" Makefile"
275
+
276
+ ac_cs_usage="\
277
+ \`$as_me' instantiates files from templates according to the
278
+ current configuration.
279
+
280
+ Usage: $0 [OPTIONS] [FILE]...
281
+
282
+ -h, --help print this help, then exit
283
+ -V, --version print version number, then exit
284
+ -q, --quiet do not print progress messages
285
+ -d, --debug don't remove temporary files
286
+ --recheck update $as_me by reconfiguring in the same conditions
287
+ --file=FILE[:TEMPLATE]
288
+ instantiate the configuration file FILE
289
+
290
+ Configuration files:
291
+ $config_files
292
+
293
+ Report bugs to <bug-autoconf@gnu.org>."
294
+ ac_cs_version="\
295
+ tile config.status 0.8.2
296
+ configured by ./configure, generated by GNU Autoconf 2.59,
297
+ with options \"\"
298
+
299
+ Copyright (C) 2003 Free Software Foundation, Inc.
300
+ This config.status script is free software; the Free Software Foundation
301
+ gives unlimited permission to copy, distribute and modify it."
302
+ srcdir=.
303
+ INSTALL="/usr/bin/install -c"
304
+ # If no file are specified by the user, then we need to provide default
305
+ # value. By we need to know if files were specified by the user.
306
+ ac_need_defaults=:
307
+ while test $# != 0
308
+ do
309
+ case $1 in
310
+ --*=*)
311
+ ac_option=`expr "x$1" : 'x\([^=]*\)='`
312
+ ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
313
+ ac_shift=:
314
+ ;;
315
+ -*)
316
+ ac_option=$1
317
+ ac_optarg=$2
318
+ ac_shift=shift
319
+ ;;
320
+ *) # This is not an option, so the user has probably given explicit
321
+ # arguments.
322
+ ac_option=$1
323
+ ac_need_defaults=false;;
324
+ esac
325
+
326
+ case $ac_option in
327
+ # Handling of the options.
328
+ -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
329
+ ac_cs_recheck=: ;;
330
+ --version | --vers* | -V )
331
+ echo "$ac_cs_version"; exit 0 ;;
332
+ --he | --h)
333
+ # Conflict between --help and --header
334
+ { { echo "$as_me:$LINENO: error: ambiguous option: $1
335
+ Try \`$0 --help' for more information." >&5
336
+ echo "$as_me: error: ambiguous option: $1
337
+ Try \`$0 --help' for more information." >&2;}
338
+ { (exit 1); exit 1; }; };;
339
+ --help | --hel | -h )
340
+ echo "$ac_cs_usage"; exit 0 ;;
341
+ --debug | --d* | -d )
342
+ debug=: ;;
343
+ --file | --fil | --fi | --f )
344
+ $ac_shift
345
+ CONFIG_FILES="$CONFIG_FILES $ac_optarg"
346
+ ac_need_defaults=false;;
347
+ --header | --heade | --head | --hea )
348
+ $ac_shift
349
+ CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
350
+ ac_need_defaults=false;;
351
+ -q | -quiet | --quiet | --quie | --qui | --qu | --q \
352
+ | -silent | --silent | --silen | --sile | --sil | --si | --s)
353
+ ac_cs_silent=: ;;
354
+
355
+ # This is an error.
356
+ -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
357
+ Try \`$0 --help' for more information." >&5
358
+ echo "$as_me: error: unrecognized option: $1
359
+ Try \`$0 --help' for more information." >&2;}
360
+ { (exit 1); exit 1; }; } ;;
361
+
362
+ *) ac_config_targets="$ac_config_targets $1" ;;
363
+
364
+ esac
365
+ shift
366
+ done
367
+
368
+ ac_configure_extra_args=
369
+
370
+ if $ac_cs_silent; then
371
+ exec 6>/dev/null
372
+ ac_configure_extra_args="$ac_configure_extra_args --silent"
373
+ fi
374
+
375
+ if $ac_cs_recheck; then
376
+ echo "running /bin/sh ./configure " $ac_configure_extra_args " --no-create --no-recursion" >&6
377
+ exec /bin/sh ./configure $ac_configure_extra_args --no-create --no-recursion
378
+ fi
379
+
380
+ for ac_config_target in $ac_config_targets
381
+ do
382
+ case "$ac_config_target" in
383
+ # Handling of arguments.
384
+ "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
385
+ *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
386
+ echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
387
+ { (exit 1); exit 1; }; };;
388
+ esac
389
+ done
390
+
391
+ # If the user did not use the arguments to specify the items to instantiate,
392
+ # then the envvar interface is used. Set only those that are not.
393
+ # We use the long form for the default assignment because of an extremely
394
+ # bizarre bug on SunOS 4.1.3.
395
+ if $ac_need_defaults; then
396
+ test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
397
+ fi
398
+
399
+ # Have a temporary directory for convenience. Make it in the build tree
400
+ # simply because there is no reason to put it here, and in addition,
401
+ # creating and moving files from /tmp can sometimes cause problems.
402
+ # Create a temporary directory, and hook for its removal unless debugging.
403
+ $debug ||
404
+ {
405
+ trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
406
+ trap '{ (exit 1); exit 1; }' 1 2 13 15
407
+ }
408
+
409
+ # Create a (secure) tmp directory for tmp files.
410
+
411
+ {
412
+ tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
413
+ test -n "$tmp" && test -d "$tmp"
414
+ } ||
415
+ {
416
+ tmp=./confstat$$-$RANDOM
417
+ (umask 077 && mkdir $tmp)
418
+ } ||
419
+ {
420
+ echo "$me: cannot create a temporary directory in ." >&2
421
+ { (exit 1); exit 1; }
422
+ }
423
+
424
+
425
+ #
426
+ # CONFIG_FILES section.
427
+ #
428
+
429
+ # No need to generate the scripts if there are no CONFIG_FILES.
430
+ # This happens for instance when ./config.status config.h
431
+ if test -n "$CONFIG_FILES"; then
432
+ # Protect against being on the right side of a sed subst in config.status.
433
+ sed 's/,@/@@/; s/@,/@@/; s/,;t t$/@;t t/; /@;t t$/s/[\\&,]/\\&/g;
434
+ s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF
435
+ s,@SHELL@,/bin/sh,;t t
436
+ s,@PATH_SEPARATOR@,:,;t t
437
+ s,@PACKAGE_NAME@,tile,;t t
438
+ s,@PACKAGE_TARNAME@,tile,;t t
439
+ s,@PACKAGE_VERSION@,0.8.2,;t t
440
+ s,@PACKAGE_STRING@,tile 0.8.2,;t t
441
+ s,@PACKAGE_BUGREPORT@,,;t t
442
+ s,@exec_prefix@,/usr,;t t
443
+ s,@prefix@,/usr,;t t
444
+ s,@program_transform_name@,s,x,x,,;t t
445
+ s,@bindir@,${exec_prefix}/bin,;t t
446
+ s,@sbindir@,${exec_prefix}/sbin,;t t
447
+ s,@libexecdir@,${exec_prefix}/libexec,;t t
448
+ s,@datadir@,${prefix}/share,;t t
449
+ s,@sysconfdir@,${prefix}/etc,;t t
450
+ s,@sharedstatedir@,${prefix}/com,;t t
451
+ s,@localstatedir@,${prefix}/var,;t t
452
+ s,@libdir@,${exec_prefix}/lib,;t t
453
+ s,@includedir@,${prefix}/include,;t t
454
+ s,@oldincludedir@,/usr/include,;t t
455
+ s,@infodir@,${prefix}/info,;t t
456
+ s,@mandir@,${prefix}/man,;t t
457
+ s,@build_alias@,,;t t
458
+ s,@host_alias@,,;t t
459
+ s,@target_alias@,,;t t
460
+ s,@DEFS@,-DPACKAGE_NAME=\"tile\" -DPACKAGE_TARNAME=\"tile\" -DPACKAGE_VERSION=\"0.8.2\" -DPACKAGE_STRING=\"tile\ 0.8.2\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_STRUCT_STAT64=1 -DHAVE_OPEN64=1 -DHAVE_LSEEK64=1 -DHAVE_TYPE_OFF64_T=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_STRUCT_STAT64=1 -DHAVE_OPEN64=1 -DHAVE_LSEEK64=1 -DHAVE_TYPE_OFF64_T=1 -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tile=1 ,;t t
461
+ s,@ECHO_C@,,;t t
462
+ s,@ECHO_N@,-n,;t t
463
+ s,@ECHO_T@,,;t t
464
+ s,@LIBS@,,;t t
465
+ s,@CYGPATH@,echo,;t t
466
+ s,@EXEEXT@,,;t t
467
+ s,@PKG_LIB_FILE@,libtile0.8.2.so,;t t
468
+ s,@PKG_STUB_LIB_FILE@,libttkstub.a,;t t
469
+ s,@PKG_STUB_SOURCES@,,;t t
470
+ s,@PKG_STUB_OBJECTS@,,;t t
471
+ s,@PKG_TCL_SOURCES@,,;t t
472
+ s,@PKG_HEADERS@,,;t t
473
+ s,@PKG_INCLUDES@, -I. -I"./generic",;t t
474
+ s,@PKG_LIBS@, -lX11,;t t
475
+ s,@PKG_CFLAGS@,,;t t
476
+ s,@TCL_VERSION@,8.4,;t t
477
+ s,@TCL_BIN_DIR@,/usr/lib,;t t
478
+ s,@TCL_SRC_DIR@,/usr/lib/tcl8.4/include,;t t
479
+ s,@TCL_LIB_FILE@,libtcl8.4.so,;t t
480
+ s,@TCL_LIB_FLAG@,-ltcl8.4,;t t
481
+ s,@TCL_LIB_SPEC@,-L/usr/lib -ltcl8.4,;t t
482
+ s,@TCL_STUB_LIB_FILE@,libtclstub8.4.a,;t t
483
+ s,@TCL_STUB_LIB_FLAG@,-ltclstub8.4,;t t
484
+ s,@TCL_STUB_LIB_SPEC@,-L/usr/lib -ltclstub8.4,;t t
485
+ s,@TCL_LIBS@,${DL_LIBS} ${LIBS} ${MATH_LIBS},;t t
486
+ s,@TCL_DEFS@,-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DTCL_THREADS=1 -DPEEK_XCLOSEIM=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_STRUCT_STAT64=1 -DHAVE_OPEN64=1 -DHAVE_LSEEK64=1 -DHAVE_TYPE_OFF64_T=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_GETPWUID_R_5=1 -DHAVE_GETPWUID_R=1 -DHAVE_GETPWNAM_R_5=1 -DHAVE_GETPWNAM_R=1 -DHAVE_GETGRGID_R_5=1 -DHAVE_GETGRGID_R=1 -DHAVE_GETGRNAM_R_5=1 -DHAVE_GETGRNAM_R=1 -DHAVE_GETHOSTBYNAME_R_6=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETHOSTBYADDR_R_8=1 -DHAVE_GETHOSTBYADDR_R=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_ST_BLKSIZE=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1,;t t
487
+ s,@TCL_EXTRA_CFLAGS@,-O2 -march=i686 -pipe -pipe ,;t t
488
+ s,@TCL_LD_FLAGS@,-Wl,-O1 -Wl,--export-dynamic,;t t
489
+ s,@TCL_SHLIB_LD_LIBS@,${LIBS},;t t
490
+ s,@TK_VERSION@,8.4,;t t
491
+ s,@TK_BIN_DIR@,/usr/lib,;t t
492
+ s,@TK_SRC_DIR@,/usr/lib/tk8.4/include,;t t
493
+ s,@TK_LIB_FILE@,libtk8.4.so,;t t
494
+ s,@TK_LIB_FLAG@,-ltk8.4,;t t
495
+ s,@TK_LIB_SPEC@,-L/usr/lib -ltk8.4,;t t
496
+ s,@TK_STUB_LIB_FILE@,libtkstub8.4.a,;t t
497
+ s,@TK_STUB_LIB_FLAG@,-ltkstub8.4,;t t
498
+ s,@TK_STUB_LIB_SPEC@,-L/usr/lib -ltkstub8.4,;t t
499
+ s,@TK_LIBS@,-lX11 -ldl -lpthread -lieee -lm,;t t
500
+ s,@TK_XINCLUDES@,,;t t
501
+ s,@CC@,gcc,;t t
502
+ s,@CFLAGS@, -pipe ${CFLAGS_DEFAULT} ${CFLAGS_WARNING} ${SHLIB_CFLAGS} ,;t t
503
+ s,@LDFLAGS@, -Wl,--export-dynamic -Wl,--export-dynamic ,;t t
504
+ s,@CPPFLAGS@,,;t t
505
+ s,@ac_ct_CC@,gcc,;t t
506
+ s,@OBJEXT@,o,;t t
507
+ s,@CPP@,gcc -E,;t t
508
+ s,@INSTALL_PROGRAM@,${INSTALL},;t t
509
+ s,@INSTALL_SCRIPT@,${INSTALL},;t t
510
+ s,@INSTALL_DATA@,${INSTALL} -m 644,;t t
511
+ s,@SET_MAKE@,,;t t
512
+ s,@RANLIB@,:,;t t
513
+ s,@ac_ct_RANLIB@,ranlib,;t t
514
+ s,@EGREP@,grep -E,;t t
515
+ s,@MATH_LIBS@,-lieee -lm,;t t
516
+ s,@PKG_SOURCES@,,;t t
517
+ s,@PKG_OBJECTS@,,;t t
518
+ s,@TCL_TOP_DIR_NATIVE@,"/usr/lib/tcl8.4/include",;t t
519
+ s,@TCL_GENERIC_DIR_NATIVE@,"/usr/lib/tcl8.4/include/generic",;t t
520
+ s,@TCL_UNIX_DIR_NATIVE@,"/usr/lib/tcl8.4/include/unix",;t t
521
+ s,@TCL_WIN_DIR_NATIVE@,"/usr/lib/tcl8.4/include/win",;t t
522
+ s,@TCL_BMAP_DIR_NATIVE@,"/usr/lib/tcl8.4/include/bitmaps",;t t
523
+ s,@TCL_TOOL_DIR_NATIVE@,"/usr/lib/tcl8.4/include/tools",;t t
524
+ s,@TCL_PLATFORM_DIR_NATIVE@,"/usr/lib/tcl8.4/include/unix",;t t
525
+ s,@TCL_INCLUDES@,-I"/usr/lib/tcl8.4/include/generic" -I"/usr/lib/tcl8.4/include/unix",;t t
526
+ s,@TK_TOP_DIR_NATIVE@,"/usr/lib/tk8.4/include",;t t
527
+ s,@TK_UNIX_DIR_NATIVE@,"/usr/lib/tk8.4/include/unix",;t t
528
+ s,@TK_WIN_DIR_NATIVE@,"/usr/lib/tk8.4/include/win",;t t
529
+ s,@TK_GENERIC_DIR_NATIVE@,"/usr/lib/tk8.4/include/generic",;t t
530
+ s,@TK_XLIB_DIR_NATIVE@,"/usr/lib/tk8.4/include/xlib",;t t
531
+ s,@TK_PLATFORM_DIR_NATIVE@,"/usr/lib/tk8.4/include/unix",;t t
532
+ s,@TK_INCLUDES@,-I"/usr/lib/tk8.4/include/generic" -I"/usr/lib/tk8.4/include/unix",;t t
533
+ s,@TCL_THREADS@,1,;t t
534
+ s,@SHARED_BUILD@,1,;t t
535
+ s,@AR@,ar,;t t
536
+ s,@CELIB_DIR@,,;t t
537
+ s,@LIBOBJS@,,;t t
538
+ s,@DL_LIBS@,-ldl,;t t
539
+ s,@CFLAGS_DEBUG@,-g,;t t
540
+ s,@CFLAGS_OPTIMIZE@,-O2 -fomit-frame-pointer,;t t
541
+ s,@CFLAGS_WARNING@,-Wall,;t t
542
+ s,@STLIB_LD@,${AR} cr,;t t
543
+ s,@SHLIB_LD@,${CC} -shared ${CFLAGS} ${LDFLAGS_DEFAULT},;t t
544
+ s,@SHLIB_LD_LIBS@,${LIBS} -L/usr/lib -ltclstub8.4 -L/usr/lib -ltkstub8.4,;t t
545
+ s,@SHLIB_CFLAGS@,-fPIC,;t t
546
+ s,@LD_LIBRARY_PATH_VAR@,LD_LIBRARY_PATH,;t t
547
+ s,@CFLAGS_DEFAULT@,-O2 -fomit-frame-pointer,;t t
548
+ s,@LDFLAGS_DEFAULT@, -Wl,--export-dynamic ,;t t
549
+ s,@TCL_DBGX@,,;t t
550
+ s,@CLEANFILES@, pkgIndex.tcl,;t t
551
+ s,@MAKE_LIB@,${SHLIB_LD} -o $@ $(PKG_OBJECTS) ${SHLIB_LD_LIBS} ,;t t
552
+ s,@MAKE_SHARED_LIB@,${SHLIB_LD} -o $@ $(PKG_OBJECTS) ${SHLIB_LD_LIBS},;t t
553
+ s,@MAKE_STATIC_LIB@,${STLIB_LD} $@ $(PKG_OBJECTS),;t t
554
+ s,@MAKE_STUB_LIB@,${STLIB_LD} $@ $(PKG_STUB_OBJECTS),;t t
555
+ s,@RANLIB_STUB@,ranlib,;t t
556
+ s,@WISH_PROG@,/usr/bin/wish8.4,;t t
557
+ s,@CONFIGURE_OUTPUTS@,Makefile config.cache config.log config.status,;t t
558
+ s,@LTLIBOBJS@,,;t t
559
+ CEOF
560
+
561
+ # Split the substitutions into bite-sized pieces for seds with
562
+ # small command number limits, like on Digital OSF/1 and HP-UX.
563
+ ac_max_sed_lines=48
564
+ ac_sed_frag=1 # Number of current file.
565
+ ac_beg=1 # First line for current file.
566
+ ac_end=$ac_max_sed_lines # Line after last line for current file.
567
+ ac_more_lines=:
568
+ ac_sed_cmds=
569
+ while $ac_more_lines; do
570
+ if test $ac_beg -gt 1; then
571
+ sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
572
+ else
573
+ sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
574
+ fi
575
+ if test ! -s $tmp/subs.frag; then
576
+ ac_more_lines=false
577
+ else
578
+ # The purpose of the label and of the branching condition is to
579
+ # speed up the sed processing (if there are no `@' at all, there
580
+ # is no need to browse any of the substitutions).
581
+ # These are the two extra sed commands mentioned above.
582
+ (echo ':t
583
+ /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
584
+ if test -z "$ac_sed_cmds"; then
585
+ ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
586
+ else
587
+ ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
588
+ fi
589
+ ac_sed_frag=`expr $ac_sed_frag + 1`
590
+ ac_beg=$ac_end
591
+ ac_end=`expr $ac_end + $ac_max_sed_lines`
592
+ fi
593
+ done
594
+ if test -z "$ac_sed_cmds"; then
595
+ ac_sed_cmds=cat
596
+ fi
597
+ fi # test -n "$CONFIG_FILES"
598
+
599
+ for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
600
+ # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
601
+ case $ac_file in
602
+ - | *:- | *:-:* ) # input from stdin
603
+ cat >$tmp/stdin
604
+ ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
605
+ ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
606
+ *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
607
+ ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
608
+ * ) ac_file_in=$ac_file.in ;;
609
+ esac
610
+
611
+ # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
612
+ ac_dir=`(dirname "$ac_file") 2>/dev/null ||
613
+ $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
614
+ X"$ac_file" : 'X\(//\)[^/]' \| \
615
+ X"$ac_file" : 'X\(//\)$' \| \
616
+ X"$ac_file" : 'X\(/\)' \| \
617
+ . : '\(.\)' 2>/dev/null ||
618
+ echo X"$ac_file" |
619
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
620
+ /^X\(\/\/\)[^/].*/{ s//\1/; q; }
621
+ /^X\(\/\/\)$/{ s//\1/; q; }
622
+ /^X\(\/\).*/{ s//\1/; q; }
623
+ s/.*/./; q'`
624
+ { if $as_mkdir_p; then
625
+ mkdir -p "$ac_dir"
626
+ else
627
+ as_dir="$ac_dir"
628
+ as_dirs=
629
+ while test ! -d "$as_dir"; do
630
+ as_dirs="$as_dir $as_dirs"
631
+ as_dir=`(dirname "$as_dir") 2>/dev/null ||
632
+ $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
633
+ X"$as_dir" : 'X\(//\)[^/]' \| \
634
+ X"$as_dir" : 'X\(//\)$' \| \
635
+ X"$as_dir" : 'X\(/\)' \| \
636
+ . : '\(.\)' 2>/dev/null ||
637
+ echo X"$as_dir" |
638
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
639
+ /^X\(\/\/\)[^/].*/{ s//\1/; q; }
640
+ /^X\(\/\/\)$/{ s//\1/; q; }
641
+ /^X\(\/\).*/{ s//\1/; q; }
642
+ s/.*/./; q'`
643
+ done
644
+ test ! -n "$as_dirs" || mkdir $as_dirs
645
+ fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
646
+ echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
647
+ { (exit 1); exit 1; }; }; }
648
+
649
+ ac_builddir=.
650
+
651
+ if test "$ac_dir" != .; then
652
+ ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
653
+ # A "../" for each directory in $ac_dir_suffix.
654
+ ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
655
+ else
656
+ ac_dir_suffix= ac_top_builddir=
657
+ fi
658
+
659
+ case $srcdir in
660
+ .) # No --srcdir option. We are building in place.
661
+ ac_srcdir=.
662
+ if test -z "$ac_top_builddir"; then
663
+ ac_top_srcdir=.
664
+ else
665
+ ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
666
+ fi ;;
667
+ [\\/]* | ?:[\\/]* ) # Absolute path.
668
+ ac_srcdir=$srcdir$ac_dir_suffix;
669
+ ac_top_srcdir=$srcdir ;;
670
+ *) # Relative path.
671
+ ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
672
+ ac_top_srcdir=$ac_top_builddir$srcdir ;;
673
+ esac
674
+
675
+ # Do not use `cd foo && pwd` to compute absolute paths, because
676
+ # the directories may not exist.
677
+ case `pwd` in
678
+ .) ac_abs_builddir="$ac_dir";;
679
+ *)
680
+ case "$ac_dir" in
681
+ .) ac_abs_builddir=`pwd`;;
682
+ [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
683
+ *) ac_abs_builddir=`pwd`/"$ac_dir";;
684
+ esac;;
685
+ esac
686
+ case $ac_abs_builddir in
687
+ .) ac_abs_top_builddir=${ac_top_builddir}.;;
688
+ *)
689
+ case ${ac_top_builddir}. in
690
+ .) ac_abs_top_builddir=$ac_abs_builddir;;
691
+ [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
692
+ *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
693
+ esac;;
694
+ esac
695
+ case $ac_abs_builddir in
696
+ .) ac_abs_srcdir=$ac_srcdir;;
697
+ *)
698
+ case $ac_srcdir in
699
+ .) ac_abs_srcdir=$ac_abs_builddir;;
700
+ [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
701
+ *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
702
+ esac;;
703
+ esac
704
+ case $ac_abs_builddir in
705
+ .) ac_abs_top_srcdir=$ac_top_srcdir;;
706
+ *)
707
+ case $ac_top_srcdir in
708
+ .) ac_abs_top_srcdir=$ac_abs_builddir;;
709
+ [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
710
+ *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
711
+ esac;;
712
+ esac
713
+
714
+
715
+ case $INSTALL in
716
+ [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
717
+ *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
718
+ esac
719
+
720
+ if test x"$ac_file" != x-; then
721
+ { echo "$as_me:$LINENO: creating $ac_file" >&5
722
+ echo "$as_me: creating $ac_file" >&6;}
723
+ rm -f "$ac_file"
724
+ fi
725
+ # Let's still pretend it is `configure' which instantiates (i.e., don't
726
+ # use $as_me), people would be surprised to read:
727
+ # /* config.h. Generated by config.status. */
728
+ if test x"$ac_file" = x-; then
729
+ configure_input=
730
+ else
731
+ configure_input="$ac_file. "
732
+ fi
733
+ configure_input=$configure_input"Generated from `echo $ac_file_in |
734
+ sed 's,.*/,,'` by configure."
735
+
736
+ # First look for the input files in the build tree, otherwise in the
737
+ # src tree.
738
+ ac_file_inputs=`IFS=:
739
+ for f in $ac_file_in; do
740
+ case $f in
741
+ -) echo $tmp/stdin ;;
742
+ [\\/$]*)
743
+ # Absolute (can't be DOS-style, as IFS=:)
744
+ test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
745
+ echo "$as_me: error: cannot find input file: $f" >&2;}
746
+ { (exit 1); exit 1; }; }
747
+ echo "$f";;
748
+ *) # Relative
749
+ if test -f "$f"; then
750
+ # Build tree
751
+ echo "$f"
752
+ elif test -f "$srcdir/$f"; then
753
+ # Source tree
754
+ echo "$srcdir/$f"
755
+ else
756
+ # /dev/null tree
757
+ { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
758
+ echo "$as_me: error: cannot find input file: $f" >&2;}
759
+ { (exit 1); exit 1; }; }
760
+ fi;;
761
+ esac
762
+ done` || { (exit 1); exit 1; }
763
+ sed "/^[ ]*VPATH[ ]*=/{
764
+ s/:*\$(srcdir):*/:/;
765
+ s/:*\${srcdir}:*/:/;
766
+ s/:*@srcdir@:*/:/;
767
+ s/^\([^=]*=[ ]*\):*/\1/;
768
+ s/:*$//;
769
+ s/^[^=]*=[ ]*$//;
770
+ }
771
+
772
+ :t
773
+ /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
774
+ s,@configure_input@,$configure_input,;t t
775
+ s,@srcdir@,$ac_srcdir,;t t
776
+ s,@abs_srcdir@,$ac_abs_srcdir,;t t
777
+ s,@top_srcdir@,$ac_top_srcdir,;t t
778
+ s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
779
+ s,@builddir@,$ac_builddir,;t t
780
+ s,@abs_builddir@,$ac_abs_builddir,;t t
781
+ s,@top_builddir@,$ac_top_builddir,;t t
782
+ s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
783
+ s,@INSTALL@,$ac_INSTALL,;t t
784
+ " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
785
+ rm -f $tmp/stdin
786
+ if test x"$ac_file" != x-; then
787
+ mv $tmp/out $ac_file
788
+ else
789
+ cat $tmp/out
790
+ rm -f $tmp/out
791
+ fi
792
+
793
+ done
794
+
795
+ { (exit 0); exit 0; }