pdf2json 0.1.0

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 (473) hide show
  1. data/README.markdown +9 -0
  2. data/bin/.gitkeep +0 -0
  3. data/ext/extconf.rb +30 -0
  4. data/lib/pdf2json.rb +8 -0
  5. data/pdf2json-0.52-source/AUTHORS +24 -0
  6. data/pdf2json-0.52-source/CHANGES +11 -0
  7. data/pdf2json-0.52-source/Makefile +84 -0
  8. data/pdf2json-0.52-source/Makefile.in +84 -0
  9. data/pdf2json-0.52-source/aclocal.m4 +274 -0
  10. data/pdf2json-0.52-source/aconf-win32.h +86 -0
  11. data/pdf2json-0.52-source/aconf.h +42 -0
  12. data/pdf2json-0.52-source/aconf.h.in +41 -0
  13. data/pdf2json-0.52-source/autom4te.cache/output.0 +6908 -0
  14. data/pdf2json-0.52-source/autom4te.cache/requests +76 -0
  15. data/pdf2json-0.52-source/autom4te.cache/traces.0 +466 -0
  16. data/pdf2json-0.52-source/config.log +1259 -0
  17. data/pdf2json-0.52-source/config.status +1050 -0
  18. data/pdf2json-0.52-source/configure +6908 -0
  19. data/pdf2json-0.52-source/configure.ac +93 -0
  20. data/pdf2json-0.52-source/doc/pdffonts.1 +130 -0
  21. data/pdf2json-0.52-source/doc/pdffonts.cat +107 -0
  22. data/pdf2json-0.52-source/doc/pdffonts.hlp +117 -0
  23. data/pdf2json-0.52-source/doc/pdfimages.1 +102 -0
  24. data/pdf2json-0.52-source/doc/pdfimages.cat +92 -0
  25. data/pdf2json-0.52-source/doc/pdfimages.hlp +101 -0
  26. data/pdf2json-0.52-source/doc/pdfinfo.1 +158 -0
  27. data/pdf2json-0.52-source/doc/pdfinfo.cat +119 -0
  28. data/pdf2json-0.52-source/doc/pdfinfo.hlp +129 -0
  29. data/pdf2json-0.52-source/doc/pdftoppm.1 +115 -0
  30. data/pdf2json-0.52-source/doc/pdftoppm.cat +105 -0
  31. data/pdf2json-0.52-source/doc/pdftoppm.hlp +114 -0
  32. data/pdf2json-0.52-source/doc/pdftops.1 +229 -0
  33. data/pdf2json-0.52-source/doc/pdftops.cat +221 -0
  34. data/pdf2json-0.52-source/doc/pdftops.hlp +231 -0
  35. data/pdf2json-0.52-source/doc/pdftotext.1 +137 -0
  36. data/pdf2json-0.52-source/doc/pdftotext.cat +120 -0
  37. data/pdf2json-0.52-source/doc/pdftotext.hlp +133 -0
  38. data/pdf2json-0.52-source/doc/sample-xpdfrc +91 -0
  39. data/pdf2json-0.52-source/doc/xpdf.1 +513 -0
  40. data/pdf2json-0.52-source/doc/xpdf.cat +476 -0
  41. data/pdf2json-0.52-source/doc/xpdf.hlp +489 -0
  42. data/pdf2json-0.52-source/doc/xpdfrc.5 +480 -0
  43. data/pdf2json-0.52-source/doc/xpdfrc.cat +474 -0
  44. data/pdf2json-0.52-source/doc/xpdfrc.hlp +479 -0
  45. data/pdf2json-0.52-source/fofi/.DS_Store +0 -0
  46. data/pdf2json-0.52-source/fofi/FoFiBase.cc +156 -0
  47. data/pdf2json-0.52-source/fofi/FoFiBase.h +57 -0
  48. data/pdf2json-0.52-source/fofi/FoFiBase.o +0 -0
  49. data/pdf2json-0.52-source/fofi/FoFiEncodings.cc +994 -0
  50. data/pdf2json-0.52-source/fofi/FoFiEncodings.h +36 -0
  51. data/pdf2json-0.52-source/fofi/FoFiEncodings.o +0 -0
  52. data/pdf2json-0.52-source/fofi/FoFiTrueType.cc +2027 -0
  53. data/pdf2json-0.52-source/fofi/FoFiTrueType.h +174 -0
  54. data/pdf2json-0.52-source/fofi/FoFiTrueType.o +0 -0
  55. data/pdf2json-0.52-source/fofi/FoFiType1.cc +252 -0
  56. data/pdf2json-0.52-source/fofi/FoFiType1.h +59 -0
  57. data/pdf2json-0.52-source/fofi/FoFiType1.o +0 -0
  58. data/pdf2json-0.52-source/fofi/FoFiType1C.cc +2603 -0
  59. data/pdf2json-0.52-source/fofi/FoFiType1C.h +233 -0
  60. data/pdf2json-0.52-source/fofi/FoFiType1C.o +0 -0
  61. data/pdf2json-0.52-source/fofi/Makefile +70 -0
  62. data/pdf2json-0.52-source/fofi/Makefile.dep +0 -0
  63. data/pdf2json-0.52-source/fofi/Makefile.in +70 -0
  64. data/pdf2json-0.52-source/fofi/libfofi.a +0 -0
  65. data/pdf2json-0.52-source/fofi/vms_make.com +0 -0
  66. data/pdf2json-0.52-source/freetype.win32/.DS_Store +0 -0
  67. data/pdf2json-0.52-source/freetype.win32/include/.DS_Store +0 -0
  68. data/pdf2json-0.52-source/freetype.win32/include/freetype/config/ftconfig.h +528 -0
  69. data/pdf2json-0.52-source/freetype.win32/include/freetype/config/ftheader.h +780 -0
  70. data/pdf2json-0.52-source/freetype.win32/include/freetype/config/ftmodule.h +32 -0
  71. data/pdf2json-0.52-source/freetype.win32/include/freetype/config/ftoption.h +733 -0
  72. data/pdf2json-0.52-source/freetype.win32/include/freetype/config/ftstdlib.h +173 -0
  73. data/pdf2json-0.52-source/freetype.win32/include/freetype/freetype.h +3919 -0
  74. data/pdf2json-0.52-source/freetype.win32/include/freetype/ftadvanc.h +179 -0
  75. data/pdf2json-0.52-source/freetype.win32/include/freetype/ftbbox.h +94 -0
  76. data/pdf2json-0.52-source/freetype.win32/include/freetype/ftbdf.h +209 -0
  77. data/pdf2json-0.52-source/freetype.win32/include/freetype/ftbitmap.h +227 -0
  78. data/pdf2json-0.52-source/freetype.win32/include/freetype/ftcache.h +1128 -0
  79. data/pdf2json-0.52-source/freetype.win32/include/freetype/ftchapters.h +103 -0
  80. data/pdf2json-0.52-source/freetype.win32/include/freetype/ftcid.h +166 -0
  81. data/pdf2json-0.52-source/freetype.win32/include/freetype/fterrdef.h +244 -0
  82. data/pdf2json-0.52-source/freetype.win32/include/freetype/fterrors.h +206 -0
  83. data/pdf2json-0.52-source/freetype.win32/include/freetype/ftgasp.h +120 -0
  84. data/pdf2json-0.52-source/freetype.win32/include/freetype/ftglyph.h +613 -0
  85. data/pdf2json-0.52-source/freetype.win32/include/freetype/ftgxval.h +358 -0
  86. data/pdf2json-0.52-source/freetype.win32/include/freetype/ftgzip.h +102 -0
  87. data/pdf2json-0.52-source/freetype.win32/include/freetype/ftimage.h +1313 -0
  88. data/pdf2json-0.52-source/freetype.win32/include/freetype/ftincrem.h +353 -0
  89. data/pdf2json-0.52-source/freetype.win32/include/freetype/ftlcdfil.h +213 -0
  90. data/pdf2json-0.52-source/freetype.win32/include/freetype/ftlist.h +277 -0
  91. data/pdf2json-0.52-source/freetype.win32/include/freetype/ftlzw.h +99 -0
  92. data/pdf2json-0.52-source/freetype.win32/include/freetype/ftmac.h +274 -0
  93. data/pdf2json-0.52-source/freetype.win32/include/freetype/ftmm.h +378 -0
  94. data/pdf2json-0.52-source/freetype.win32/include/freetype/ftmodapi.h +483 -0
  95. data/pdf2json-0.52-source/freetype.win32/include/freetype/ftmoderr.h +155 -0
  96. data/pdf2json-0.52-source/freetype.win32/include/freetype/ftotval.h +203 -0
  97. data/pdf2json-0.52-source/freetype.win32/include/freetype/ftoutln.h +537 -0
  98. data/pdf2json-0.52-source/freetype.win32/include/freetype/ftpfr.h +172 -0
  99. data/pdf2json-0.52-source/freetype.win32/include/freetype/ftrender.h +230 -0
  100. data/pdf2json-0.52-source/freetype.win32/include/freetype/ftsizes.h +159 -0
  101. data/pdf2json-0.52-source/freetype.win32/include/freetype/ftsnames.h +200 -0
  102. data/pdf2json-0.52-source/freetype.win32/include/freetype/ftstroke.h +716 -0
  103. data/pdf2json-0.52-source/freetype.win32/include/freetype/ftsynth.h +80 -0
  104. data/pdf2json-0.52-source/freetype.win32/include/freetype/ftsystem.h +347 -0
  105. data/pdf2json-0.52-source/freetype.win32/include/freetype/fttrigon.h +350 -0
  106. data/pdf2json-0.52-source/freetype.win32/include/freetype/fttypes.h +588 -0
  107. data/pdf2json-0.52-source/freetype.win32/include/freetype/ftwinfnt.h +274 -0
  108. data/pdf2json-0.52-source/freetype.win32/include/freetype/ftxf86.h +83 -0
  109. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/autohint.h +231 -0
  110. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftcalc.h +179 -0
  111. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftdebug.h +250 -0
  112. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftdriver.h +422 -0
  113. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftgloadr.h +168 -0
  114. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftmemory.h +380 -0
  115. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftobjs.h +1428 -0
  116. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftpic.h +67 -0
  117. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftrfork.h +196 -0
  118. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftserv.h +620 -0
  119. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftstream.h +539 -0
  120. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/fttrace.h +139 -0
  121. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftvalid.h +150 -0
  122. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/internal.h +51 -0
  123. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/pcftypes.h +56 -0
  124. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/psaux.h +873 -0
  125. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/pshints.h +712 -0
  126. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svbdf.h +77 -0
  127. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svcid.h +83 -0
  128. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svgldict.h +82 -0
  129. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svgxval.h +72 -0
  130. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svkern.h +51 -0
  131. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svmm.h +104 -0
  132. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svotval.h +55 -0
  133. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svpfr.h +66 -0
  134. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svpostnm.h +79 -0
  135. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svpscmap.h +164 -0
  136. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svpsinfo.h +92 -0
  137. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svsfnt.h +102 -0
  138. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svttcmap.h +106 -0
  139. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svtteng.h +53 -0
  140. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svttglyf.h +67 -0
  141. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svwinfnt.h +50 -0
  142. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svxf86nm.h +55 -0
  143. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/sfnt.h +897 -0
  144. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/t1types.h +270 -0
  145. data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/tttypes.h +1543 -0
  146. data/pdf2json-0.52-source/freetype.win32/include/freetype/t1tables.h +504 -0
  147. data/pdf2json-0.52-source/freetype.win32/include/freetype/ttnameid.h +1247 -0
  148. data/pdf2json-0.52-source/freetype.win32/include/freetype/tttables.h +759 -0
  149. data/pdf2json-0.52-source/freetype.win32/include/freetype/tttags.h +107 -0
  150. data/pdf2json-0.52-source/freetype.win32/include/freetype/ttunpat.h +59 -0
  151. data/pdf2json-0.52-source/freetype.win32/include/ft2build.h +39 -0
  152. data/pdf2json-0.52-source/freetype.win32/lib/freetype_a.lib +0 -0
  153. data/pdf2json-0.52-source/goo/.DS_Store +0 -0
  154. data/pdf2json-0.52-source/goo/FixedPoint.cc +118 -0
  155. data/pdf2json-0.52-source/goo/FixedPoint.h +155 -0
  156. data/pdf2json-0.52-source/goo/FixedPoint.o +0 -0
  157. data/pdf2json-0.52-source/goo/GHash.cc +380 -0
  158. data/pdf2json-0.52-source/goo/GHash.h +78 -0
  159. data/pdf2json-0.52-source/goo/GHash.o +0 -0
  160. data/pdf2json-0.52-source/goo/GList.cc +97 -0
  161. data/pdf2json-0.52-source/goo/GList.h +96 -0
  162. data/pdf2json-0.52-source/goo/GList.o +0 -0
  163. data/pdf2json-0.52-source/goo/GMutex.h +49 -0
  164. data/pdf2json-0.52-source/goo/GString.cc +724 -0
  165. data/pdf2json-0.52-source/goo/GString.cc.fixed +718 -0
  166. data/pdf2json-0.52-source/goo/GString.h +136 -0
  167. data/pdf2json-0.52-source/goo/GString.o +0 -0
  168. data/pdf2json-0.52-source/goo/ImgWriter.o +0 -0
  169. data/pdf2json-0.52-source/goo/JpegWriter.o +0 -0
  170. data/pdf2json-0.52-source/goo/Makefile +72 -0
  171. data/pdf2json-0.52-source/goo/Makefile.dep +0 -0
  172. data/pdf2json-0.52-source/goo/Makefile.in +72 -0
  173. data/pdf2json-0.52-source/goo/PNGWriter.o +0 -0
  174. data/pdf2json-0.52-source/goo/gfile.cc +731 -0
  175. data/pdf2json-0.52-source/goo/gfile.h +138 -0
  176. data/pdf2json-0.52-source/goo/gfile.o +0 -0
  177. data/pdf2json-0.52-source/goo/gmem.cc +264 -0
  178. data/pdf2json-0.52-source/goo/gmem.h +79 -0
  179. data/pdf2json-0.52-source/goo/gmem.o +0 -0
  180. data/pdf2json-0.52-source/goo/gmempp.cc +32 -0
  181. data/pdf2json-0.52-source/goo/gmempp.o +0 -0
  182. data/pdf2json-0.52-source/goo/gtypes.h +29 -0
  183. data/pdf2json-0.52-source/goo/libGoo.a +0 -0
  184. data/pdf2json-0.52-source/goo/parseargs.c +190 -0
  185. data/pdf2json-0.52-source/goo/parseargs.h +71 -0
  186. data/pdf2json-0.52-source/goo/parseargs.o +0 -0
  187. data/pdf2json-0.52-source/goo/vms_directory.c +214 -0
  188. data/pdf2json-0.52-source/goo/vms_dirent.h +67 -0
  189. data/pdf2json-0.52-source/goo/vms_make.com +82 -0
  190. data/pdf2json-0.52-source/goo/vms_sys_dirent.h +54 -0
  191. data/pdf2json-0.52-source/goo/vms_unix_time.h +102 -0
  192. data/pdf2json-0.52-source/goo/vms_unix_times.c +42 -0
  193. data/pdf2json-0.52-source/goo/vms_unlink.c +22 -0
  194. data/pdf2json-0.52-source/ms_make.bat +199 -0
  195. data/pdf2json-0.52-source/splash/.DS_Store +0 -0
  196. data/pdf2json-0.52-source/splash/Makefile +103 -0
  197. data/pdf2json-0.52-source/splash/Makefile.dep +0 -0
  198. data/pdf2json-0.52-source/splash/Makefile.in +103 -0
  199. data/pdf2json-0.52-source/splash/Splash.cc +3310 -0
  200. data/pdf2json-0.52-source/splash/Splash.h +293 -0
  201. data/pdf2json-0.52-source/splash/Splash.o +0 -0
  202. data/pdf2json-0.52-source/splash/SplashBitmap.cc +188 -0
  203. data/pdf2json-0.52-source/splash/SplashBitmap.h +64 -0
  204. data/pdf2json-0.52-source/splash/SplashBitmap.o +0 -0
  205. data/pdf2json-0.52-source/splash/SplashClip.cc +382 -0
  206. data/pdf2json-0.52-source/splash/SplashClip.h +107 -0
  207. data/pdf2json-0.52-source/splash/SplashClip.o +0 -0
  208. data/pdf2json-0.52-source/splash/SplashErrorCodes.h +32 -0
  209. data/pdf2json-0.52-source/splash/SplashFTFont.cc +357 -0
  210. data/pdf2json-0.52-source/splash/SplashFTFont.h +58 -0
  211. data/pdf2json-0.52-source/splash/SplashFTFont.o +0 -0
  212. data/pdf2json-0.52-source/splash/SplashFTFontEngine.cc +179 -0
  213. data/pdf2json-0.52-source/splash/SplashFTFontEngine.h +65 -0
  214. data/pdf2json-0.52-source/splash/SplashFTFontEngine.o +0 -0
  215. data/pdf2json-0.52-source/splash/SplashFTFontFile.cc +114 -0
  216. data/pdf2json-0.52-source/splash/SplashFTFontFile.h +73 -0
  217. data/pdf2json-0.52-source/splash/SplashFTFontFile.o +0 -0
  218. data/pdf2json-0.52-source/splash/SplashFont.cc +176 -0
  219. data/pdf2json-0.52-source/splash/SplashFont.h +104 -0
  220. data/pdf2json-0.52-source/splash/SplashFont.o +0 -0
  221. data/pdf2json-0.52-source/splash/SplashFontEngine.cc +317 -0
  222. data/pdf2json-0.52-source/splash/SplashFontEngine.h +91 -0
  223. data/pdf2json-0.52-source/splash/SplashFontEngine.o +0 -0
  224. data/pdf2json-0.52-source/splash/SplashFontFile.cc +55 -0
  225. data/pdf2json-0.52-source/splash/SplashFontFile.h +60 -0
  226. data/pdf2json-0.52-source/splash/SplashFontFile.o +0 -0
  227. data/pdf2json-0.52-source/splash/SplashFontFileID.cc +23 -0
  228. data/pdf2json-0.52-source/splash/SplashFontFileID.h +30 -0
  229. data/pdf2json-0.52-source/splash/SplashFontFileID.o +0 -0
  230. data/pdf2json-0.52-source/splash/SplashGlyphBitmap.h +26 -0
  231. data/pdf2json-0.52-source/splash/SplashMath.h +89 -0
  232. data/pdf2json-0.52-source/splash/SplashPath.cc +184 -0
  233. data/pdf2json-0.52-source/splash/SplashPath.h +121 -0
  234. data/pdf2json-0.52-source/splash/SplashPath.o +0 -0
  235. data/pdf2json-0.52-source/splash/SplashPattern.cc +40 -0
  236. data/pdf2json-0.52-source/splash/SplashPattern.h +65 -0
  237. data/pdf2json-0.52-source/splash/SplashPattern.o +0 -0
  238. data/pdf2json-0.52-source/splash/SplashScreen.cc +383 -0
  239. data/pdf2json-0.52-source/splash/SplashScreen.h +56 -0
  240. data/pdf2json-0.52-source/splash/SplashScreen.o +0 -0
  241. data/pdf2json-0.52-source/splash/SplashState.cc +165 -0
  242. data/pdf2json-0.52-source/splash/SplashState.h +103 -0
  243. data/pdf2json-0.52-source/splash/SplashState.o +0 -0
  244. data/pdf2json-0.52-source/splash/SplashT1Font.cc +287 -0
  245. data/pdf2json-0.52-source/splash/SplashT1Font.h +57 -0
  246. data/pdf2json-0.52-source/splash/SplashT1Font.o +0 -0
  247. data/pdf2json-0.52-source/splash/SplashT1FontEngine.cc +124 -0
  248. data/pdf2json-0.52-source/splash/SplashT1FontEngine.h +53 -0
  249. data/pdf2json-0.52-source/splash/SplashT1FontEngine.o +0 -0
  250. data/pdf2json-0.52-source/splash/SplashT1FontFile.cc +97 -0
  251. data/pdf2json-0.52-source/splash/SplashT1FontFile.h +58 -0
  252. data/pdf2json-0.52-source/splash/SplashT1FontFile.o +0 -0
  253. data/pdf2json-0.52-source/splash/SplashTypes.h +132 -0
  254. data/pdf2json-0.52-source/splash/SplashXPath.cc +438 -0
  255. data/pdf2json-0.52-source/splash/SplashXPath.h +100 -0
  256. data/pdf2json-0.52-source/splash/SplashXPath.o +0 -0
  257. data/pdf2json-0.52-source/splash/SplashXPathScanner.cc +428 -0
  258. data/pdf2json-0.52-source/splash/SplashXPathScanner.h +87 -0
  259. data/pdf2json-0.52-source/splash/SplashXPathScanner.o +0 -0
  260. data/pdf2json-0.52-source/splash/libsplash.a +0 -0
  261. data/pdf2json-0.52-source/splash/vms_make.com +0 -0
  262. data/pdf2json-0.52-source/src/.DS_Store +0 -0
  263. data/pdf2json-0.52-source/src/GVector.h +101 -0
  264. data/pdf2json-0.52-source/src/ImgOutputDev.cc +1243 -0
  265. data/pdf2json-0.52-source/src/ImgOutputDev.h +307 -0
  266. data/pdf2json-0.52-source/src/ImgOutputDev.o +0 -0
  267. data/pdf2json-0.52-source/src/Makefile +68 -0
  268. data/pdf2json-0.52-source/src/Makefile.in +68 -0
  269. data/pdf2json-0.52-source/src/XmlFonts.cc +367 -0
  270. data/pdf2json-0.52-source/src/XmlFonts.h +91 -0
  271. data/pdf2json-0.52-source/src/XmlFonts.o +0 -0
  272. data/pdf2json-0.52-source/src/XmlLinks.cc +101 -0
  273. data/pdf2json-0.52-source/src/XmlLinks.h +54 -0
  274. data/pdf2json-0.52-source/src/XmlLinks.o +0 -0
  275. data/pdf2json-0.52-source/src/pdf2json +0 -0
  276. data/pdf2json-0.52-source/src/pdf2json.cc +343 -0
  277. data/pdf2json-0.52-source/src/pdf2json.o +0 -0
  278. data/pdf2json-0.52-source/src/pdf2xml.dtd +22 -0
  279. data/pdf2json-0.52-source/src/pdf2xmljson.dtd +9 -0
  280. data/pdf2json-0.52-source/xpdf/.DS_Store +0 -0
  281. data/pdf2json-0.52-source/xpdf/Annot.cc +1556 -0
  282. data/pdf2json-0.52-source/xpdf/Annot.h +142 -0
  283. data/pdf2json-0.52-source/xpdf/Annot.o +0 -0
  284. data/pdf2json-0.52-source/xpdf/Array.cc +73 -0
  285. data/pdf2json-0.52-source/xpdf/Array.h +58 -0
  286. data/pdf2json-0.52-source/xpdf/Array.o +0 -0
  287. data/pdf2json-0.52-source/xpdf/BuiltinFont.cc +65 -0
  288. data/pdf2json-0.52-source/xpdf/BuiltinFont.h +57 -0
  289. data/pdf2json-0.52-source/xpdf/BuiltinFont.o +0 -0
  290. data/pdf2json-0.52-source/xpdf/BuiltinFontTables.cc +4284 -0
  291. data/pdf2json-0.52-source/xpdf/BuiltinFontTables.h +23 -0
  292. data/pdf2json-0.52-source/xpdf/BuiltinFontTables.o +0 -0
  293. data/pdf2json-0.52-source/xpdf/CMap.cc +408 -0
  294. data/pdf2json-0.52-source/xpdf/CMap.h +102 -0
  295. data/pdf2json-0.52-source/xpdf/CMap.o +0 -0
  296. data/pdf2json-0.52-source/xpdf/Catalog.cc +374 -0
  297. data/pdf2json-0.52-source/xpdf/Catalog.h +97 -0
  298. data/pdf2json-0.52-source/xpdf/Catalog.o +0 -0
  299. data/pdf2json-0.52-source/xpdf/CharCodeToUnicode.cc +540 -0
  300. data/pdf2json-0.52-source/xpdf/CharCodeToUnicode.h +117 -0
  301. data/pdf2json-0.52-source/xpdf/CharCodeToUnicode.o +0 -0
  302. data/pdf2json-0.52-source/xpdf/CharTypes.h +24 -0
  303. data/pdf2json-0.52-source/xpdf/CompactFontTables.h +464 -0
  304. data/pdf2json-0.52-source/xpdf/CoreOutputDev.cc +61 -0
  305. data/pdf2json-0.52-source/xpdf/CoreOutputDev.h +61 -0
  306. data/pdf2json-0.52-source/xpdf/Decrypt.cc +776 -0
  307. data/pdf2json-0.52-source/xpdf/Decrypt.h +95 -0
  308. data/pdf2json-0.52-source/xpdf/Decrypt.o +0 -0
  309. data/pdf2json-0.52-source/xpdf/Dict.cc +95 -0
  310. data/pdf2json-0.52-source/xpdf/Dict.h +77 -0
  311. data/pdf2json-0.52-source/xpdf/Dict.o +0 -0
  312. data/pdf2json-0.52-source/xpdf/Error.cc +38 -0
  313. data/pdf2json-0.52-source/xpdf/Error.h +23 -0
  314. data/pdf2json-0.52-source/xpdf/Error.o +0 -0
  315. data/pdf2json-0.52-source/xpdf/ErrorCodes.h +36 -0
  316. data/pdf2json-0.52-source/xpdf/FontEncodingTables.cc +1824 -0
  317. data/pdf2json-0.52-source/xpdf/FontEncodingTables.h +20 -0
  318. data/pdf2json-0.52-source/xpdf/FontEncodingTables.o +0 -0
  319. data/pdf2json-0.52-source/xpdf/Function.cc +1573 -0
  320. data/pdf2json-0.52-source/xpdf/Function.h +229 -0
  321. data/pdf2json-0.52-source/xpdf/Function.o +0 -0
  322. data/pdf2json-0.52-source/xpdf/Gfx.cc +4187 -0
  323. data/pdf2json-0.52-source/xpdf/Gfx.h +312 -0
  324. data/pdf2json-0.52-source/xpdf/Gfx.o +0 -0
  325. data/pdf2json-0.52-source/xpdf/GfxFont.cc +1568 -0
  326. data/pdf2json-0.52-source/xpdf/GfxFont.h +320 -0
  327. data/pdf2json-0.52-source/xpdf/GfxFont.o +0 -0
  328. data/pdf2json-0.52-source/xpdf/GfxState.cc +4137 -0
  329. data/pdf2json-0.52-source/xpdf/GfxState.h +1244 -0
  330. data/pdf2json-0.52-source/xpdf/GfxState.o +0 -0
  331. data/pdf2json-0.52-source/xpdf/GlobalParams.cc +2924 -0
  332. data/pdf2json-0.52-source/xpdf/GlobalParams.cc.old +2908 -0
  333. data/pdf2json-0.52-source/xpdf/GlobalParams.h +466 -0
  334. data/pdf2json-0.52-source/xpdf/GlobalParams.h.old +463 -0
  335. data/pdf2json-0.52-source/xpdf/GlobalParams.o +0 -0
  336. data/pdf2json-0.52-source/xpdf/ImageOutputDev.cc +195 -0
  337. data/pdf2json-0.52-source/xpdf/ImageOutputDev.h +76 -0
  338. data/pdf2json-0.52-source/xpdf/ImageOutputDev.o +0 -0
  339. data/pdf2json-0.52-source/xpdf/JArithmeticDecoder.cc +322 -0
  340. data/pdf2json-0.52-source/xpdf/JArithmeticDecoder.h +109 -0
  341. data/pdf2json-0.52-source/xpdf/JArithmeticDecoder.o +0 -0
  342. data/pdf2json-0.52-source/xpdf/JBIG2Stream.cc +3413 -0
  343. data/pdf2json-0.52-source/xpdf/JBIG2Stream.h +145 -0
  344. data/pdf2json-0.52-source/xpdf/JBIG2Stream.o +0 -0
  345. data/pdf2json-0.52-source/xpdf/JPXStream.cc +3144 -0
  346. data/pdf2json-0.52-source/xpdf/JPXStream.h +351 -0
  347. data/pdf2json-0.52-source/xpdf/JPXStream.o +0 -0
  348. data/pdf2json-0.52-source/xpdf/Lexer.cc +485 -0
  349. data/pdf2json-0.52-source/xpdf/Lexer.h +80 -0
  350. data/pdf2json-0.52-source/xpdf/Lexer.o +0 -0
  351. data/pdf2json-0.52-source/xpdf/Link.cc +806 -0
  352. data/pdf2json-0.52-source/xpdf/Link.cc.old +784 -0
  353. data/pdf2json-0.52-source/xpdf/Link.h +415 -0
  354. data/pdf2json-0.52-source/xpdf/Link.h.old +369 -0
  355. data/pdf2json-0.52-source/xpdf/Link.o +0 -0
  356. data/pdf2json-0.52-source/xpdf/Makefile +232 -0
  357. data/pdf2json-0.52-source/xpdf/Makefile.dep +0 -0
  358. data/pdf2json-0.52-source/xpdf/Makefile.in +232 -0
  359. data/pdf2json-0.52-source/xpdf/NameToCharCode.cc +116 -0
  360. data/pdf2json-0.52-source/xpdf/NameToCharCode.h +42 -0
  361. data/pdf2json-0.52-source/xpdf/NameToCharCode.o +0 -0
  362. data/pdf2json-0.52-source/xpdf/NameToUnicodeTable.h +1097 -0
  363. data/pdf2json-0.52-source/xpdf/Object.cc +231 -0
  364. data/pdf2json-0.52-source/xpdf/Object.h +303 -0
  365. data/pdf2json-0.52-source/xpdf/Object.o +0 -0
  366. data/pdf2json-0.52-source/xpdf/Outline.cc +151 -0
  367. data/pdf2json-0.52-source/xpdf/Outline.h +76 -0
  368. data/pdf2json-0.52-source/xpdf/Outline.o +0 -0
  369. data/pdf2json-0.52-source/xpdf/OutputDev.cc +131 -0
  370. data/pdf2json-0.52-source/xpdf/OutputDev.h +253 -0
  371. data/pdf2json-0.52-source/xpdf/OutputDev.o +0 -0
  372. data/pdf2json-0.52-source/xpdf/PDFCore.cc +2044 -0
  373. data/pdf2json-0.52-source/xpdf/PDFCore.h +321 -0
  374. data/pdf2json-0.52-source/xpdf/PDFDoc.cc +404 -0
  375. data/pdf2json-0.52-source/xpdf/PDFDoc.h +183 -0
  376. data/pdf2json-0.52-source/xpdf/PDFDoc.o +0 -0
  377. data/pdf2json-0.52-source/xpdf/PDFDocEncoding.cc +44 -0
  378. data/pdf2json-0.52-source/xpdf/PDFDocEncoding.h +16 -0
  379. data/pdf2json-0.52-source/xpdf/PDFDocEncoding.o +0 -0
  380. data/pdf2json-0.52-source/xpdf/PSOutputDev.cc +6224 -0
  381. data/pdf2json-0.52-source/xpdf/PSOutputDev.h +395 -0
  382. data/pdf2json-0.52-source/xpdf/PSOutputDev.o +0 -0
  383. data/pdf2json-0.52-source/xpdf/PSTokenizer.cc +135 -0
  384. data/pdf2json-0.52-source/xpdf/PSTokenizer.h +41 -0
  385. data/pdf2json-0.52-source/xpdf/PSTokenizer.o +0 -0
  386. data/pdf2json-0.52-source/xpdf/Page.cc +454 -0
  387. data/pdf2json-0.52-source/xpdf/Page.h +187 -0
  388. data/pdf2json-0.52-source/xpdf/Page.o +0 -0
  389. data/pdf2json-0.52-source/xpdf/Parser.cc +227 -0
  390. data/pdf2json-0.52-source/xpdf/Parser.h +59 -0
  391. data/pdf2json-0.52-source/xpdf/Parser.o +0 -0
  392. data/pdf2json-0.52-source/xpdf/PreScanOutputDev.cc +257 -0
  393. data/pdf2json-0.52-source/xpdf/PreScanOutputDev.h +130 -0
  394. data/pdf2json-0.52-source/xpdf/PreScanOutputDev.o +0 -0
  395. data/pdf2json-0.52-source/xpdf/SecurityHandler.cc +390 -0
  396. data/pdf2json-0.52-source/xpdf/SecurityHandler.h +160 -0
  397. data/pdf2json-0.52-source/xpdf/SecurityHandler.o +0 -0
  398. data/pdf2json-0.52-source/xpdf/SplashOutputDev.cc +2845 -0
  399. data/pdf2json-0.52-source/xpdf/SplashOutputDev.h +247 -0
  400. data/pdf2json-0.52-source/xpdf/SplashOutputDev.o +0 -0
  401. data/pdf2json-0.52-source/xpdf/Stream-CCITT.h +459 -0
  402. data/pdf2json-0.52-source/xpdf/Stream.cc +4627 -0
  403. data/pdf2json-0.52-source/xpdf/Stream.h +858 -0
  404. data/pdf2json-0.52-source/xpdf/Stream.o +0 -0
  405. data/pdf2json-0.52-source/xpdf/TextOutputDev.cc +4090 -0
  406. data/pdf2json-0.52-source/xpdf/TextOutputDev.h +661 -0
  407. data/pdf2json-0.52-source/xpdf/TextOutputDev.o +0 -0
  408. data/pdf2json-0.52-source/xpdf/UTF8.h +56 -0
  409. data/pdf2json-0.52-source/xpdf/UnicodeMap.cc +302 -0
  410. data/pdf2json-0.52-source/xpdf/UnicodeMap.cc.old +293 -0
  411. data/pdf2json-0.52-source/xpdf/UnicodeMap.h +135 -0
  412. data/pdf2json-0.52-source/xpdf/UnicodeMap.h.old +123 -0
  413. data/pdf2json-0.52-source/xpdf/UnicodeMap.o +0 -0
  414. data/pdf2json-0.52-source/xpdf/UnicodeMapTables.h +361 -0
  415. data/pdf2json-0.52-source/xpdf/UnicodeTypeTable.cc +949 -0
  416. data/pdf2json-0.52-source/xpdf/UnicodeTypeTable.h +20 -0
  417. data/pdf2json-0.52-source/xpdf/UnicodeTypeTable.o +0 -0
  418. data/pdf2json-0.52-source/xpdf/XPDFApp.cc +447 -0
  419. data/pdf2json-0.52-source/xpdf/XPDFApp.h +114 -0
  420. data/pdf2json-0.52-source/xpdf/XPDFCore.cc +1655 -0
  421. data/pdf2json-0.52-source/xpdf/XPDFCore.h +251 -0
  422. data/pdf2json-0.52-source/xpdf/XPDFTree.cc +931 -0
  423. data/pdf2json-0.52-source/xpdf/XPDFTree.h +45 -0
  424. data/pdf2json-0.52-source/xpdf/XPDFTreeP.h +87 -0
  425. data/pdf2json-0.52-source/xpdf/XPDFViewer.cc +3488 -0
  426. data/pdf2json-0.52-source/xpdf/XPDFViewer.h +352 -0
  427. data/pdf2json-0.52-source/xpdf/XRef.cc +896 -0
  428. data/pdf2json-0.52-source/xpdf/XRef.h +133 -0
  429. data/pdf2json-0.52-source/xpdf/XRef.o +0 -0
  430. data/pdf2json-0.52-source/xpdf/XpdfPluginAPI.cc +262 -0
  431. data/pdf2json-0.52-source/xpdf/XpdfPluginAPI.h +341 -0
  432. data/pdf2json-0.52-source/xpdf/XpdfPluginAPI.o +0 -0
  433. data/pdf2json-0.52-source/xpdf/about-text.h +48 -0
  434. data/pdf2json-0.52-source/xpdf/about.xbm +6 -0
  435. data/pdf2json-0.52-source/xpdf/backArrow.xbm +6 -0
  436. data/pdf2json-0.52-source/xpdf/backArrowDis.xbm +6 -0
  437. data/pdf2json-0.52-source/xpdf/config.h +112 -0
  438. data/pdf2json-0.52-source/xpdf/dblLeftArrow.xbm +6 -0
  439. data/pdf2json-0.52-source/xpdf/dblLeftArrowDis.xbm +6 -0
  440. data/pdf2json-0.52-source/xpdf/dblRightArrow.xbm +6 -0
  441. data/pdf2json-0.52-source/xpdf/dblRightArrowDis.xbm +6 -0
  442. data/pdf2json-0.52-source/xpdf/find.xbm +6 -0
  443. data/pdf2json-0.52-source/xpdf/findDis.xbm +6 -0
  444. data/pdf2json-0.52-source/xpdf/forwardArrow.xbm +6 -0
  445. data/pdf2json-0.52-source/xpdf/forwardArrowDis.xbm +6 -0
  446. data/pdf2json-0.52-source/xpdf/leftArrow.xbm +5 -0
  447. data/pdf2json-0.52-source/xpdf/leftArrowDis.xbm +5 -0
  448. data/pdf2json-0.52-source/xpdf/libXpdf.a +0 -0
  449. data/pdf2json-0.52-source/xpdf/pdffonts +0 -0
  450. data/pdf2json-0.52-source/xpdf/pdffonts.cc +298 -0
  451. data/pdf2json-0.52-source/xpdf/pdffonts.o +0 -0
  452. data/pdf2json-0.52-source/xpdf/pdfimages +0 -0
  453. data/pdf2json-0.52-source/xpdf/pdfimages.cc +155 -0
  454. data/pdf2json-0.52-source/xpdf/pdfimages.o +0 -0
  455. data/pdf2json-0.52-source/xpdf/pdfinfo +0 -0
  456. data/pdf2json-0.52-source/xpdf/pdfinfo.cc +387 -0
  457. data/pdf2json-0.52-source/xpdf/pdfinfo.o +0 -0
  458. data/pdf2json-0.52-source/xpdf/pdftoppm.cc +203 -0
  459. data/pdf2json-0.52-source/xpdf/pdftops +0 -0
  460. data/pdf2json-0.52-source/xpdf/pdftops.cc +344 -0
  461. data/pdf2json-0.52-source/xpdf/pdftops.o +0 -0
  462. data/pdf2json-0.52-source/xpdf/pdftotext +0 -0
  463. data/pdf2json-0.52-source/xpdf/pdftotext.cc +333 -0
  464. data/pdf2json-0.52-source/xpdf/pdftotext.o +0 -0
  465. data/pdf2json-0.52-source/xpdf/print.xbm +6 -0
  466. data/pdf2json-0.52-source/xpdf/printDis.xbm +6 -0
  467. data/pdf2json-0.52-source/xpdf/rightArrow.xbm +5 -0
  468. data/pdf2json-0.52-source/xpdf/rightArrowDis.xbm +5 -0
  469. data/pdf2json-0.52-source/xpdf/vms_make.com +129 -0
  470. data/pdf2json-0.52-source/xpdf/xpdf.cc +344 -0
  471. data/pdf2json-0.52-source/xpdf/xpdfIcon.xpm +62 -0
  472. data/pdf2json.gemspec +29 -0
  473. metadata +518 -0
@@ -0,0 +1,1259 @@
1
+ This file contains any messages produced by compilers while
2
+ running configure, to aid debugging if configure makes a mistake.
3
+
4
+ It was created by FULL-PACKAGE-NAME configure VERSION, which was
5
+ generated by GNU Autoconf 2.68. Invocation command line was
6
+
7
+ $ ./configure
8
+
9
+ ## --------- ##
10
+ ## Platform. ##
11
+ ## --------- ##
12
+
13
+ hostname = elijah-2.local
14
+ uname -m = x86_64
15
+ uname -r = 11.3.0
16
+ uname -s = Darwin
17
+ uname -v = Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64
18
+
19
+ /usr/bin/uname -p = i386
20
+ /bin/uname -X = unknown
21
+
22
+ /bin/arch = unknown
23
+ /usr/bin/arch -k = unknown
24
+ /usr/convex/getsysinfo = unknown
25
+ /usr/bin/hostinfo = Mach kernel version:
26
+ Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64
27
+ Kernel configured for up to 4 processors.
28
+ 2 processors are physically available.
29
+ 4 processors are logically available.
30
+ Processor type: i486 (Intel 80486)
31
+ Processors active: 0 1 2 3
32
+ Primary memory available: 8.00 gigabytes
33
+ Default processor set: 180 tasks, 1006 threads, 4 processors
34
+ Load average: 5.16, Mach factor: 0.89
35
+ /bin/machine = unknown
36
+ /usr/bin/oslevel = unknown
37
+ /bin/universe = unknown
38
+
39
+ PATH: /Users/zdennis/.rvm/gems/ruby-1.9.2-p318/bin
40
+ PATH: /Users/zdennis/.rvm/gems/ruby-1.9.2-p318@global/bin
41
+ PATH: /Users/zdennis/.rvm/rubies/ruby-1.9.2-p318/bin
42
+ PATH: /Users/zdennis/.rvm/bin
43
+ PATH: /Applications/Postgres.app/Contents/MacOS/bin
44
+ PATH: /Users/zdennis/bin
45
+ PATH: /bin
46
+ PATH: /opt/local/bin
47
+ PATH: /opt/local/sbin
48
+ PATH: /usr/bin
49
+ PATH: /usr/sbin
50
+ PATH: /sbin
51
+ PATH: /usr/local/bin
52
+ PATH: /usr/X11/bin
53
+ PATH: /usr/local/sbin
54
+ PATH: /opt/local/lib/postgresql81/bin
55
+ PATH: /Users/zdennis/source/mhs_projects/syncr/.tidbits/bin
56
+ PATH: /Users/zdennis/source/playground/AdobeAir/AdobeAIRSDK/bin
57
+
58
+
59
+ ## ----------- ##
60
+ ## Core tests. ##
61
+ ## ----------- ##
62
+
63
+ configure:2253: checking for g++
64
+ configure:2269: found /usr/bin/g++
65
+ configure:2280: result: g++
66
+ configure:2307: checking for C++ compiler version
67
+ configure:2316: g++ --version >&5
68
+ i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.9.00)
69
+ Copyright (C) 2007 Free Software Foundation, Inc.
70
+ This is free software; see the source for copying conditions. There is NO
71
+ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
72
+
73
+ configure:2327: $? = 0
74
+ configure:2316: g++ -v >&5
75
+ Using built-in specs.
76
+ Target: i686-apple-darwin11
77
+ Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.9~22/src/configure --disable-checking --enable-werror --prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.9~22/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
78
+ Thread model: posix
79
+ gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.9.00)
80
+ configure:2327: $? = 0
81
+ configure:2316: g++ -V >&5
82
+ llvm-g++-4.2: argument to `-V' is missing
83
+ configure:2327: $? = 1
84
+ configure:2316: g++ -qversion >&5
85
+ i686-apple-darwin11-llvm-g++-4.2: no input files
86
+ configure:2327: $? = 1
87
+ configure:2347: checking whether the C++ compiler works
88
+ configure:2369: g++ conftest.cpp >&5
89
+ configure:2373: $? = 0
90
+ configure:2421: result: yes
91
+ configure:2424: checking for C++ compiler default output file name
92
+ configure:2426: result: a.out
93
+ configure:2432: checking for suffix of executables
94
+ configure:2439: g++ -o conftest conftest.cpp >&5
95
+ configure:2443: $? = 0
96
+ configure:2465: result:
97
+ configure:2487: checking whether we are cross compiling
98
+ configure:2495: g++ -o conftest conftest.cpp >&5
99
+ configure:2499: $? = 0
100
+ configure:2506: ./conftest
101
+ configure:2510: $? = 0
102
+ configure:2525: result: no
103
+ configure:2530: checking for suffix of object files
104
+ configure:2552: g++ -c conftest.cpp >&5
105
+ configure:2556: $? = 0
106
+ configure:2577: result: o
107
+ configure:2581: checking whether we are using the GNU C++ compiler
108
+ configure:2600: g++ -c conftest.cpp >&5
109
+ configure:2600: $? = 0
110
+ configure:2609: result: yes
111
+ configure:2618: checking whether g++ accepts -g
112
+ configure:2638: g++ -c -g conftest.cpp >&5
113
+ configure:2638: $? = 0
114
+ configure:2679: result: yes
115
+ configure:2750: checking for gcc
116
+ configure:2766: found /usr/bin/gcc
117
+ configure:2777: result: gcc
118
+ configure:3006: checking for C compiler version
119
+ configure:3015: gcc --version >&5
120
+ i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.9.00)
121
+ Copyright (C) 2007 Free Software Foundation, Inc.
122
+ This is free software; see the source for copying conditions. There is NO
123
+ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
124
+
125
+ configure:3026: $? = 0
126
+ configure:3015: gcc -v >&5
127
+ Using built-in specs.
128
+ Target: i686-apple-darwin11
129
+ Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.9~22/src/configure --disable-checking --enable-werror --prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.9~22/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
130
+ Thread model: posix
131
+ gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.9.00)
132
+ configure:3026: $? = 0
133
+ configure:3015: gcc -V >&5
134
+ llvm-gcc-4.2: argument to `-V' is missing
135
+ configure:3026: $? = 1
136
+ configure:3015: gcc -qversion >&5
137
+ i686-apple-darwin11-llvm-gcc-4.2: no input files
138
+ configure:3026: $? = 1
139
+ configure:3030: checking whether we are using the GNU C compiler
140
+ configure:3049: gcc -c conftest.c >&5
141
+ configure:3049: $? = 0
142
+ configure:3058: result: yes
143
+ configure:3067: checking whether gcc accepts -g
144
+ configure:3087: gcc -c -g conftest.c >&5
145
+ configure:3087: $? = 0
146
+ configure:3128: result: yes
147
+ configure:3145: checking for gcc option to accept ISO C89
148
+ configure:3209: gcc -c -g -O2 conftest.c >&5
149
+ configure:3209: $? = 0
150
+ configure:3222: result: none needed
151
+ configure:3285: checking for ranlib
152
+ configure:3301: found /usr/bin/ranlib
153
+ configure:3312: result: ranlib
154
+ configure:3341: checking how to run the C preprocessor
155
+ configure:3372: gcc -E conftest.c
156
+ configure:3372: $? = 0
157
+ configure:3386: gcc -E conftest.c
158
+ conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
159
+ configure:3386: $? = 1
160
+ configure: failed program was:
161
+ | /* confdefs.h */
162
+ | #define PACKAGE_NAME "FULL-PACKAGE-NAME"
163
+ | #define PACKAGE_TARNAME "full-package-name"
164
+ | #define PACKAGE_VERSION "VERSION"
165
+ | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
166
+ | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
167
+ | #define PACKAGE_URL ""
168
+ | /* end confdefs.h. */
169
+ | #include <ac_nonexistent.h>
170
+ configure:3411: result: gcc -E
171
+ configure:3431: gcc -E conftest.c
172
+ configure:3431: $? = 0
173
+ configure:3445: gcc -E conftest.c
174
+ conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
175
+ configure:3445: $? = 1
176
+ configure: failed program was:
177
+ | /* confdefs.h */
178
+ | #define PACKAGE_NAME "FULL-PACKAGE-NAME"
179
+ | #define PACKAGE_TARNAME "full-package-name"
180
+ | #define PACKAGE_VERSION "VERSION"
181
+ | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
182
+ | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
183
+ | #define PACKAGE_URL ""
184
+ | /* end confdefs.h. */
185
+ | #include <ac_nonexistent.h>
186
+ configure:3474: checking for X
187
+ configure:3582: gcc -E conftest.c
188
+ configure:3582: $? = 0
189
+ configure:3613: gcc -o conftest -g -O2 conftest.c -lX11 >&5
190
+ ld: library not found for -lX11
191
+ collect2: ld returned 1 exit status
192
+ configure:3613: $? = 1
193
+ configure: failed program was:
194
+ | /* confdefs.h */
195
+ | #define PACKAGE_NAME "FULL-PACKAGE-NAME"
196
+ | #define PACKAGE_TARNAME "full-package-name"
197
+ | #define PACKAGE_VERSION "VERSION"
198
+ | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
199
+ | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
200
+ | #define PACKAGE_URL ""
201
+ | /* end confdefs.h. */
202
+ | #include <X11/Xlib.h>
203
+ | int
204
+ | main ()
205
+ | {
206
+ | XrmInitialize ()
207
+ | ;
208
+ | return 0;
209
+ | }
210
+ configure:3663: result: libraries /usr/X11/lib, headers
211
+ configure:3683: checking whether -R must be followed by a space
212
+ configure:3699: gcc -o conftest -g -O2 conftest.c -R/usr/X11/lib >&5
213
+ configure:3699: $? = 0
214
+ configure:3700: result: no
215
+ configure:3762: gcc -o conftest -g -O2 conftest.c -L/usr/X11/lib -R/usr/X11/lib -lX11 >&5
216
+ configure:3762: $? = 0
217
+ configure:3860: checking for gethostbyname
218
+ configure:3860: gcc -o conftest -g -O2 conftest.c >&5
219
+ configure:3860: $? = 0
220
+ configure:3860: result: yes
221
+ configure:3957: checking for connect
222
+ configure:3957: gcc -o conftest -g -O2 conftest.c >&5
223
+ configure:3957: $? = 0
224
+ configure:3957: result: yes
225
+ configure:4006: checking for remove
226
+ configure:4006: gcc -o conftest -g -O2 conftest.c >&5
227
+ configure:4006: $? = 0
228
+ configure:4006: result: yes
229
+ configure:4055: checking for shmat
230
+ configure:4055: gcc -o conftest -g -O2 conftest.c >&5
231
+ configure:4055: $? = 0
232
+ configure:4055: result: yes
233
+ configure:4113: checking for IceConnectionNumber in -lICE
234
+ configure:4138: gcc -o conftest -g -O2 -L/usr/X11/lib conftest.c -lICE >&5
235
+ configure:4138: $? = 0
236
+ configure:4147: result: yes
237
+ configure:4160: checking for dirent.h that defines DIR
238
+ configure:4179: gcc -c -g -O2 conftest.c >&5
239
+ configure:4179: $? = 0
240
+ configure:4187: result: yes
241
+ configure:4200: checking for library containing opendir
242
+ configure:4231: gcc -o conftest -g -O2 conftest.c >&5
243
+ configure:4231: $? = 0
244
+ configure:4248: result: none required
245
+ configure:4318: checking for main in -lGoo
246
+ configure:4337: gcc -o conftest -g -O2 conftest.c -lGoo >&5
247
+ ld: library not found for -lGoo
248
+ collect2: ld returned 1 exit status
249
+ configure:4337: $? = 1
250
+ configure: failed program was:
251
+ | /* confdefs.h */
252
+ | #define PACKAGE_NAME "FULL-PACKAGE-NAME"
253
+ | #define PACKAGE_TARNAME "full-package-name"
254
+ | #define PACKAGE_VERSION "VERSION"
255
+ | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
256
+ | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
257
+ | #define PACKAGE_URL ""
258
+ | #define HAVE_DIRENT_H 1
259
+ | /* end confdefs.h. */
260
+ |
261
+ |
262
+ | int
263
+ | main ()
264
+ | {
265
+ | return main ();
266
+ | ;
267
+ | return 0;
268
+ | }
269
+ configure:4346: result: no
270
+ configure:4358: checking for main in -lX11
271
+ configure:4377: gcc -o conftest -g -O2 conftest.c -lX11 >&5
272
+ ld: library not found for -lX11
273
+ collect2: ld returned 1 exit status
274
+ configure:4377: $? = 1
275
+ configure: failed program was:
276
+ | /* confdefs.h */
277
+ | #define PACKAGE_NAME "FULL-PACKAGE-NAME"
278
+ | #define PACKAGE_TARNAME "full-package-name"
279
+ | #define PACKAGE_VERSION "VERSION"
280
+ | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
281
+ | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
282
+ | #define PACKAGE_URL ""
283
+ | #define HAVE_DIRENT_H 1
284
+ | /* end confdefs.h. */
285
+ |
286
+ |
287
+ | int
288
+ | main ()
289
+ | {
290
+ | return main ();
291
+ | ;
292
+ | return 0;
293
+ | }
294
+ configure:4386: result: no
295
+ configure:4398: checking for main in -lXpdf
296
+ configure:4417: gcc -o conftest -g -O2 conftest.c -lXpdf >&5
297
+ ld: library not found for -lXpdf
298
+ collect2: ld returned 1 exit status
299
+ configure:4417: $? = 1
300
+ configure: failed program was:
301
+ | /* confdefs.h */
302
+ | #define PACKAGE_NAME "FULL-PACKAGE-NAME"
303
+ | #define PACKAGE_TARNAME "full-package-name"
304
+ | #define PACKAGE_VERSION "VERSION"
305
+ | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
306
+ | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
307
+ | #define PACKAGE_URL ""
308
+ | #define HAVE_DIRENT_H 1
309
+ | /* end confdefs.h. */
310
+ |
311
+ |
312
+ | int
313
+ | main ()
314
+ | {
315
+ | return main ();
316
+ | ;
317
+ | return 0;
318
+ | }
319
+ configure:4426: result: no
320
+ configure:4438: checking for main in -lfofi
321
+ configure:4457: gcc -o conftest -g -O2 conftest.c -lfofi >&5
322
+ ld: library not found for -lfofi
323
+ collect2: ld returned 1 exit status
324
+ configure:4457: $? = 1
325
+ configure: failed program was:
326
+ | /* confdefs.h */
327
+ | #define PACKAGE_NAME "FULL-PACKAGE-NAME"
328
+ | #define PACKAGE_TARNAME "full-package-name"
329
+ | #define PACKAGE_VERSION "VERSION"
330
+ | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
331
+ | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
332
+ | #define PACKAGE_URL ""
333
+ | #define HAVE_DIRENT_H 1
334
+ | /* end confdefs.h. */
335
+ |
336
+ |
337
+ | int
338
+ | main ()
339
+ | {
340
+ | return main ();
341
+ | ;
342
+ | return 0;
343
+ | }
344
+ configure:4466: result: no
345
+ configure:4478: checking for main in -lm
346
+ configure:4497: gcc -o conftest -g -O2 conftest.c -lm >&5
347
+ configure:4497: $? = 0
348
+ configure:4506: result: yes
349
+ configure:4518: checking for main in -lsplash
350
+ configure:4537: gcc -o conftest -g -O2 conftest.c -lsplash -lm >&5
351
+ ld: library not found for -lsplash
352
+ collect2: ld returned 1 exit status
353
+ configure:4537: $? = 1
354
+ configure: failed program was:
355
+ | /* confdefs.h */
356
+ | #define PACKAGE_NAME "FULL-PACKAGE-NAME"
357
+ | #define PACKAGE_TARNAME "full-package-name"
358
+ | #define PACKAGE_VERSION "VERSION"
359
+ | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
360
+ | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
361
+ | #define PACKAGE_URL ""
362
+ | #define HAVE_DIRENT_H 1
363
+ | #define HAVE_LIBM 1
364
+ | /* end confdefs.h. */
365
+ |
366
+ |
367
+ | int
368
+ | main ()
369
+ | {
370
+ | return main ();
371
+ | ;
372
+ | return 0;
373
+ | }
374
+ configure:4546: result: no
375
+ configure:4559: checking for grep that handles long lines and -e
376
+ configure:4617: result: /usr/bin/grep
377
+ configure:4622: checking for egrep
378
+ configure:4684: result: /usr/bin/grep -E
379
+ configure:4689: checking for ANSI C header files
380
+ configure:4709: gcc -c -g -O2 conftest.c >&5
381
+ configure:4709: $? = 0
382
+ configure:4782: gcc -o conftest -g -O2 conftest.c -lm >&5
383
+ configure:4782: $? = 0
384
+ configure:4782: ./conftest
385
+ configure:4782: $? = 0
386
+ configure:4793: result: yes
387
+ configure:4806: checking for sys/types.h
388
+ configure:4806: gcc -c -g -O2 conftest.c >&5
389
+ configure:4806: $? = 0
390
+ configure:4806: result: yes
391
+ configure:4806: checking for sys/stat.h
392
+ configure:4806: gcc -c -g -O2 conftest.c >&5
393
+ configure:4806: $? = 0
394
+ configure:4806: result: yes
395
+ configure:4806: checking for stdlib.h
396
+ configure:4806: gcc -c -g -O2 conftest.c >&5
397
+ configure:4806: $? = 0
398
+ configure:4806: result: yes
399
+ configure:4806: checking for string.h
400
+ configure:4806: gcc -c -g -O2 conftest.c >&5
401
+ configure:4806: $? = 0
402
+ configure:4806: result: yes
403
+ configure:4806: checking for memory.h
404
+ configure:4806: gcc -c -g -O2 conftest.c >&5
405
+ configure:4806: $? = 0
406
+ configure:4806: result: yes
407
+ configure:4806: checking for strings.h
408
+ configure:4806: gcc -c -g -O2 conftest.c >&5
409
+ configure:4806: $? = 0
410
+ configure:4806: result: yes
411
+ configure:4806: checking for inttypes.h
412
+ configure:4806: gcc -c -g -O2 conftest.c >&5
413
+ configure:4806: $? = 0
414
+ configure:4806: result: yes
415
+ configure:4806: checking for stdint.h
416
+ configure:4806: gcc -c -g -O2 conftest.c >&5
417
+ configure:4806: $? = 0
418
+ configure:4806: result: yes
419
+ configure:4806: checking for unistd.h
420
+ configure:4806: gcc -c -g -O2 conftest.c >&5
421
+ configure:4806: $? = 0
422
+ configure:4806: result: yes
423
+ configure:4821: checking fcntl.h usability
424
+ configure:4821: gcc -c -g -O2 conftest.c >&5
425
+ configure:4821: $? = 0
426
+ configure:4821: result: yes
427
+ configure:4821: checking fcntl.h presence
428
+ configure:4821: gcc -E conftest.c
429
+ configure:4821: $? = 0
430
+ configure:4821: result: yes
431
+ configure:4821: checking for fcntl.h
432
+ configure:4821: result: yes
433
+ configure:4821: checking limits.h usability
434
+ configure:4821: gcc -c -g -O2 conftest.c >&5
435
+ configure:4821: $? = 0
436
+ configure:4821: result: yes
437
+ configure:4821: checking limits.h presence
438
+ configure:4821: gcc -E conftest.c
439
+ configure:4821: $? = 0
440
+ configure:4821: result: yes
441
+ configure:4821: checking for limits.h
442
+ configure:4821: result: yes
443
+ configure:4821: checking stddef.h usability
444
+ configure:4821: gcc -c -g -O2 conftest.c >&5
445
+ configure:4821: $? = 0
446
+ configure:4821: result: yes
447
+ configure:4821: checking stddef.h presence
448
+ configure:4821: gcc -E conftest.c
449
+ configure:4821: $? = 0
450
+ configure:4821: result: yes
451
+ configure:4821: checking for stddef.h
452
+ configure:4821: result: yes
453
+ configure:4821: checking for stdlib.h
454
+ configure:4821: result: yes
455
+ configure:4821: checking for string.h
456
+ configure:4821: result: yes
457
+ configure:4821: checking for unistd.h
458
+ configure:4821: result: yes
459
+ configure:4833: checking for stdbool.h that conforms to C99
460
+ configure:4900: gcc -c -g -O2 conftest.c >&5
461
+ configure:4900: $? = 0
462
+ configure:4907: result: yes
463
+ configure:4909: checking for _Bool
464
+ configure:4909: gcc -c -g -O2 conftest.c >&5
465
+ configure:4909: $? = 0
466
+ configure:4909: gcc -c -g -O2 conftest.c >&5
467
+ conftest.c: In function 'main':
468
+ conftest.c:63: error: expected expression before ')' token
469
+ configure:4909: $? = 1
470
+ configure: failed program was:
471
+ | /* confdefs.h */
472
+ | #define PACKAGE_NAME "FULL-PACKAGE-NAME"
473
+ | #define PACKAGE_TARNAME "full-package-name"
474
+ | #define PACKAGE_VERSION "VERSION"
475
+ | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
476
+ | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
477
+ | #define PACKAGE_URL ""
478
+ | #define HAVE_DIRENT_H 1
479
+ | #define HAVE_LIBM 1
480
+ | #define STDC_HEADERS 1
481
+ | #define HAVE_SYS_TYPES_H 1
482
+ | #define HAVE_SYS_STAT_H 1
483
+ | #define HAVE_STDLIB_H 1
484
+ | #define HAVE_STRING_H 1
485
+ | #define HAVE_MEMORY_H 1
486
+ | #define HAVE_STRINGS_H 1
487
+ | #define HAVE_INTTYPES_H 1
488
+ | #define HAVE_STDINT_H 1
489
+ | #define HAVE_UNISTD_H 1
490
+ | #define HAVE_FCNTL_H 1
491
+ | #define HAVE_LIMITS_H 1
492
+ | #define HAVE_STDDEF_H 1
493
+ | #define HAVE_STDLIB_H 1
494
+ | #define HAVE_STRING_H 1
495
+ | #define HAVE_UNISTD_H 1
496
+ | /* end confdefs.h. */
497
+ | #include <stdio.h>
498
+ | #ifdef HAVE_SYS_TYPES_H
499
+ | # include <sys/types.h>
500
+ | #endif
501
+ | #ifdef HAVE_SYS_STAT_H
502
+ | # include <sys/stat.h>
503
+ | #endif
504
+ | #ifdef STDC_HEADERS
505
+ | # include <stdlib.h>
506
+ | # include <stddef.h>
507
+ | #else
508
+ | # ifdef HAVE_STDLIB_H
509
+ | # include <stdlib.h>
510
+ | # endif
511
+ | #endif
512
+ | #ifdef HAVE_STRING_H
513
+ | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
514
+ | # include <memory.h>
515
+ | # endif
516
+ | # include <string.h>
517
+ | #endif
518
+ | #ifdef HAVE_STRINGS_H
519
+ | # include <strings.h>
520
+ | #endif
521
+ | #ifdef HAVE_INTTYPES_H
522
+ | # include <inttypes.h>
523
+ | #endif
524
+ | #ifdef HAVE_STDINT_H
525
+ | # include <stdint.h>
526
+ | #endif
527
+ | #ifdef HAVE_UNISTD_H
528
+ | # include <unistd.h>
529
+ | #endif
530
+ | int
531
+ | main ()
532
+ | {
533
+ | if (sizeof ((_Bool)))
534
+ | return 0;
535
+ | ;
536
+ | return 0;
537
+ | }
538
+ configure:4909: result: yes
539
+ configure:4925: checking for inline
540
+ configure:4941: gcc -c -g -O2 conftest.c >&5
541
+ configure:4941: $? = 0
542
+ configure:4949: result: inline
543
+ configure:4967: checking for size_t
544
+ configure:4967: gcc -c -g -O2 conftest.c >&5
545
+ configure:4967: $? = 0
546
+ configure:4967: gcc -c -g -O2 conftest.c >&5
547
+ conftest.c: In function 'main':
548
+ conftest.c:65: error: expected expression before ')' token
549
+ configure:4967: $? = 1
550
+ configure: failed program was:
551
+ | /* confdefs.h */
552
+ | #define PACKAGE_NAME "FULL-PACKAGE-NAME"
553
+ | #define PACKAGE_TARNAME "full-package-name"
554
+ | #define PACKAGE_VERSION "VERSION"
555
+ | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
556
+ | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
557
+ | #define PACKAGE_URL ""
558
+ | #define HAVE_DIRENT_H 1
559
+ | #define HAVE_LIBM 1
560
+ | #define STDC_HEADERS 1
561
+ | #define HAVE_SYS_TYPES_H 1
562
+ | #define HAVE_SYS_STAT_H 1
563
+ | #define HAVE_STDLIB_H 1
564
+ | #define HAVE_STRING_H 1
565
+ | #define HAVE_MEMORY_H 1
566
+ | #define HAVE_STRINGS_H 1
567
+ | #define HAVE_INTTYPES_H 1
568
+ | #define HAVE_STDINT_H 1
569
+ | #define HAVE_UNISTD_H 1
570
+ | #define HAVE_FCNTL_H 1
571
+ | #define HAVE_LIMITS_H 1
572
+ | #define HAVE_STDDEF_H 1
573
+ | #define HAVE_STDLIB_H 1
574
+ | #define HAVE_STRING_H 1
575
+ | #define HAVE_UNISTD_H 1
576
+ | #define HAVE__BOOL 1
577
+ | #define HAVE_STDBOOL_H 1
578
+ | /* end confdefs.h. */
579
+ | #include <stdio.h>
580
+ | #ifdef HAVE_SYS_TYPES_H
581
+ | # include <sys/types.h>
582
+ | #endif
583
+ | #ifdef HAVE_SYS_STAT_H
584
+ | # include <sys/stat.h>
585
+ | #endif
586
+ | #ifdef STDC_HEADERS
587
+ | # include <stdlib.h>
588
+ | # include <stddef.h>
589
+ | #else
590
+ | # ifdef HAVE_STDLIB_H
591
+ | # include <stdlib.h>
592
+ | # endif
593
+ | #endif
594
+ | #ifdef HAVE_STRING_H
595
+ | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
596
+ | # include <memory.h>
597
+ | # endif
598
+ | # include <string.h>
599
+ | #endif
600
+ | #ifdef HAVE_STRINGS_H
601
+ | # include <strings.h>
602
+ | #endif
603
+ | #ifdef HAVE_INTTYPES_H
604
+ | # include <inttypes.h>
605
+ | #endif
606
+ | #ifdef HAVE_STDINT_H
607
+ | # include <stdint.h>
608
+ | #endif
609
+ | #ifdef HAVE_UNISTD_H
610
+ | # include <unistd.h>
611
+ | #endif
612
+ | int
613
+ | main ()
614
+ | {
615
+ | if (sizeof ((size_t)))
616
+ | return 0;
617
+ | ;
618
+ | return 0;
619
+ | }
620
+ configure:4967: result: yes
621
+ configure:4995: checking for popen
622
+ configure:4995: gcc -o conftest -g -O2 conftest.c -lm >&5
623
+ configure:4995: $? = 0
624
+ configure:4995: result: yes
625
+ configure:5004: checking for mkstemp
626
+ configure:5021: gcc -o conftest -g -O2 conftest.c -lm >&5
627
+ configure:5021: $? = 0
628
+ configure:5029: result: yes
629
+ configure:5035: checking for mkstemps
630
+ configure:5052: gcc -o conftest -g -O2 conftest.c -lm >&5
631
+ configure:5052: $? = 0
632
+ configure:5060: result: yes
633
+ configure:5068: checking for error_at_line
634
+ configure:5084: gcc -o conftest -g -O2 conftest.c -lm >&5
635
+ conftest.c:33:19: error: error.h: No such file or directory
636
+ configure:5084: $? = 1
637
+ configure: failed program was:
638
+ | /* confdefs.h */
639
+ | #define PACKAGE_NAME "FULL-PACKAGE-NAME"
640
+ | #define PACKAGE_TARNAME "full-package-name"
641
+ | #define PACKAGE_VERSION "VERSION"
642
+ | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
643
+ | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
644
+ | #define PACKAGE_URL ""
645
+ | #define HAVE_DIRENT_H 1
646
+ | #define HAVE_LIBM 1
647
+ | #define STDC_HEADERS 1
648
+ | #define HAVE_SYS_TYPES_H 1
649
+ | #define HAVE_SYS_STAT_H 1
650
+ | #define HAVE_STDLIB_H 1
651
+ | #define HAVE_STRING_H 1
652
+ | #define HAVE_MEMORY_H 1
653
+ | #define HAVE_STRINGS_H 1
654
+ | #define HAVE_INTTYPES_H 1
655
+ | #define HAVE_STDINT_H 1
656
+ | #define HAVE_UNISTD_H 1
657
+ | #define HAVE_FCNTL_H 1
658
+ | #define HAVE_LIMITS_H 1
659
+ | #define HAVE_STDDEF_H 1
660
+ | #define HAVE_STDLIB_H 1
661
+ | #define HAVE_STRING_H 1
662
+ | #define HAVE_UNISTD_H 1
663
+ | #define HAVE__BOOL 1
664
+ | #define HAVE_STDBOOL_H 1
665
+ | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
666
+ | #define HAVE_POPEN 1
667
+ | #define HAVE_MKSTEMP 1
668
+ | #define HAVE_MKSTEMPS 1
669
+ | /* end confdefs.h. */
670
+ | #include <error.h>
671
+ | int
672
+ | main ()
673
+ | {
674
+ | error_at_line (0, 0, "", 0, "an error occurred");
675
+ | ;
676
+ | return 0;
677
+ | }
678
+ configure:5092: result: no
679
+ configure:5103: checking for _LARGEFILE_SOURCE value needed for large files
680
+ configure:5122: gcc -o conftest -g -O2 conftest.c -lm >&5
681
+ configure:5122: $? = 0
682
+ configure:5150: result: no
683
+ configure:5173: checking for stdlib.h
684
+ configure:5173: result: yes
685
+ configure:5183: checking for GNU libc compatible malloc
686
+ configure:5207: gcc -o conftest -g -O2 conftest.c -lm >&5
687
+ configure:5207: $? = 0
688
+ configure:5207: ./conftest
689
+ configure:5207: $? = 0
690
+ configure:5217: result: yes
691
+ configure:5238: checking whether time.h and sys/time.h may both be included
692
+ configure:5258: gcc -c -g -O2 conftest.c >&5
693
+ configure:5258: $? = 0
694
+ configure:5265: result: yes
695
+ configure:5279: checking for sys/time.h
696
+ configure:5279: gcc -c -g -O2 conftest.c >&5
697
+ configure:5279: $? = 0
698
+ configure:5279: result: yes
699
+ configure:5279: checking for unistd.h
700
+ configure:5279: result: yes
701
+ configure:5300: checking for alarm
702
+ configure:5300: gcc -o conftest -g -O2 conftest.c -lm >&5
703
+ configure:5300: $? = 0
704
+ configure:5300: result: yes
705
+ configure:5313: checking for working mktime
706
+ configure:5515: gcc -o conftest -g -O2 conftest.c -lm >&5
707
+ configure:5515: $? = 0
708
+ configure:5515: ./conftest
709
+ configure:5515: $? = 1
710
+ configure: program exited with status 1
711
+ configure: failed program was:
712
+ | /* confdefs.h */
713
+ | #define PACKAGE_NAME "FULL-PACKAGE-NAME"
714
+ | #define PACKAGE_TARNAME "full-package-name"
715
+ | #define PACKAGE_VERSION "VERSION"
716
+ | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
717
+ | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
718
+ | #define PACKAGE_URL ""
719
+ | #define HAVE_DIRENT_H 1
720
+ | #define HAVE_LIBM 1
721
+ | #define STDC_HEADERS 1
722
+ | #define HAVE_SYS_TYPES_H 1
723
+ | #define HAVE_SYS_STAT_H 1
724
+ | #define HAVE_STDLIB_H 1
725
+ | #define HAVE_STRING_H 1
726
+ | #define HAVE_MEMORY_H 1
727
+ | #define HAVE_STRINGS_H 1
728
+ | #define HAVE_INTTYPES_H 1
729
+ | #define HAVE_STDINT_H 1
730
+ | #define HAVE_UNISTD_H 1
731
+ | #define HAVE_FCNTL_H 1
732
+ | #define HAVE_LIMITS_H 1
733
+ | #define HAVE_STDDEF_H 1
734
+ | #define HAVE_STDLIB_H 1
735
+ | #define HAVE_STRING_H 1
736
+ | #define HAVE_UNISTD_H 1
737
+ | #define HAVE__BOOL 1
738
+ | #define HAVE_STDBOOL_H 1
739
+ | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
740
+ | #define HAVE_POPEN 1
741
+ | #define HAVE_MKSTEMP 1
742
+ | #define HAVE_MKSTEMPS 1
743
+ | #define HAVE_FSEEKO 1
744
+ | #define HAVE_STDLIB_H 1
745
+ | #define HAVE_MALLOC 1
746
+ | #define TIME_WITH_SYS_TIME 1
747
+ | #define HAVE_SYS_TIME_H 1
748
+ | #define HAVE_UNISTD_H 1
749
+ | #define HAVE_ALARM 1
750
+ | /* end confdefs.h. */
751
+ | /* Test program from Paul Eggert and Tony Leneis. */
752
+ | #ifdef TIME_WITH_SYS_TIME
753
+ | # include <sys/time.h>
754
+ | # include <time.h>
755
+ | #else
756
+ | # ifdef HAVE_SYS_TIME_H
757
+ | # include <sys/time.h>
758
+ | # else
759
+ | # include <time.h>
760
+ | # endif
761
+ | #endif
762
+ |
763
+ | #include <limits.h>
764
+ | #include <stdlib.h>
765
+ |
766
+ | #ifdef HAVE_UNISTD_H
767
+ | # include <unistd.h>
768
+ | #endif
769
+ |
770
+ | #ifndef HAVE_ALARM
771
+ | # define alarm(X) /* empty */
772
+ | #endif
773
+ |
774
+ | /* Work around redefinition to rpl_putenv by other config tests. */
775
+ | #undef putenv
776
+ |
777
+ | static time_t time_t_max;
778
+ | static time_t time_t_min;
779
+ |
780
+ | /* Values we'll use to set the TZ environment variable. */
781
+ | static const char *tz_strings[] = {
782
+ | (const char *) 0, "TZ=GMT0", "TZ=JST-9",
783
+ | "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
784
+ | };
785
+ | #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
786
+ |
787
+ | /* Return 0 if mktime fails to convert a date in the spring-forward gap.
788
+ | Based on a problem report from Andreas Jaeger. */
789
+ | static int
790
+ | spring_forward_gap ()
791
+ | {
792
+ | /* glibc (up to about 1998-10-07) failed this test. */
793
+ | struct tm tm;
794
+ |
795
+ | /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
796
+ | instead of "TZ=America/Vancouver" in order to detect the bug even
797
+ | on systems that don't support the Olson extension, or don't have the
798
+ | full zoneinfo tables installed. */
799
+ | putenv ((char*) "TZ=PST8PDT,M4.1.0,M10.5.0");
800
+ |
801
+ | tm.tm_year = 98;
802
+ | tm.tm_mon = 3;
803
+ | tm.tm_mday = 5;
804
+ | tm.tm_hour = 2;
805
+ | tm.tm_min = 0;
806
+ | tm.tm_sec = 0;
807
+ | tm.tm_isdst = -1;
808
+ | return mktime (&tm) != (time_t) -1;
809
+ | }
810
+ |
811
+ | static int
812
+ | mktime_test1 (time_t now)
813
+ | {
814
+ | struct tm *lt;
815
+ | return ! (lt = localtime (&now)) || mktime (lt) == now;
816
+ | }
817
+ |
818
+ | static int
819
+ | mktime_test (time_t now)
820
+ | {
821
+ | return (mktime_test1 (now)
822
+ | && mktime_test1 ((time_t) (time_t_max - now))
823
+ | && mktime_test1 ((time_t) (time_t_min + now)));
824
+ | }
825
+ |
826
+ | static int
827
+ | irix_6_4_bug ()
828
+ | {
829
+ | /* Based on code from Ariel Faigon. */
830
+ | struct tm tm;
831
+ | tm.tm_year = 96;
832
+ | tm.tm_mon = 3;
833
+ | tm.tm_mday = 0;
834
+ | tm.tm_hour = 0;
835
+ | tm.tm_min = 0;
836
+ | tm.tm_sec = 0;
837
+ | tm.tm_isdst = -1;
838
+ | mktime (&tm);
839
+ | return tm.tm_mon == 2 && tm.tm_mday == 31;
840
+ | }
841
+ |
842
+ | static int
843
+ | bigtime_test (int j)
844
+ | {
845
+ | struct tm tm;
846
+ | time_t now;
847
+ | tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j;
848
+ | now = mktime (&tm);
849
+ | if (now != (time_t) -1)
850
+ | {
851
+ | struct tm *lt = localtime (&now);
852
+ | if (! (lt
853
+ | && lt->tm_year == tm.tm_year
854
+ | && lt->tm_mon == tm.tm_mon
855
+ | && lt->tm_mday == tm.tm_mday
856
+ | && lt->tm_hour == tm.tm_hour
857
+ | && lt->tm_min == tm.tm_min
858
+ | && lt->tm_sec == tm.tm_sec
859
+ | && lt->tm_yday == tm.tm_yday
860
+ | && lt->tm_wday == tm.tm_wday
861
+ | && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst)
862
+ | == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst))))
863
+ | return 0;
864
+ | }
865
+ | return 1;
866
+ | }
867
+ |
868
+ | static int
869
+ | year_2050_test ()
870
+ | {
871
+ | /* The correct answer for 2050-02-01 00:00:00 in Pacific time,
872
+ | ignoring leap seconds. */
873
+ | unsigned long int answer = 2527315200UL;
874
+ |
875
+ | struct tm tm;
876
+ | time_t t;
877
+ | tm.tm_year = 2050 - 1900;
878
+ | tm.tm_mon = 2 - 1;
879
+ | tm.tm_mday = 1;
880
+ | tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
881
+ | tm.tm_isdst = -1;
882
+ |
883
+ | /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
884
+ | instead of "TZ=America/Vancouver" in order to detect the bug even
885
+ | on systems that don't support the Olson extension, or don't have the
886
+ | full zoneinfo tables installed. */
887
+ | putenv ((char*) "TZ=PST8PDT,M4.1.0,M10.5.0");
888
+ |
889
+ | t = mktime (&tm);
890
+ |
891
+ | /* Check that the result is either a failure, or close enough
892
+ | to the correct answer that we can assume the discrepancy is
893
+ | due to leap seconds. */
894
+ | return (t == (time_t) -1
895
+ | || (0 < t && answer - 120 <= t && t <= answer + 120));
896
+ | }
897
+ |
898
+ | int
899
+ | main ()
900
+ | {
901
+ | time_t t, delta;
902
+ | int i, j;
903
+ |
904
+ | /* This test makes some buggy mktime implementations loop.
905
+ | Give up after 60 seconds; a mktime slower than that
906
+ | isn't worth using anyway. */
907
+ | alarm (60);
908
+ |
909
+ | for (;;)
910
+ | {
911
+ | t = (time_t_max << 1) + 1;
912
+ | if (t <= time_t_max)
913
+ | break;
914
+ | time_t_max = t;
915
+ | }
916
+ | time_t_min = - ((time_t) ~ (time_t) 0 == (time_t) -1) - time_t_max;
917
+ |
918
+ | delta = time_t_max / 997; /* a suitable prime number */
919
+ | for (i = 0; i < N_STRINGS; i++)
920
+ | {
921
+ | if (tz_strings[i])
922
+ | putenv ((char*) tz_strings[i]);
923
+ |
924
+ | for (t = 0; t <= time_t_max - delta; t += delta)
925
+ | if (! mktime_test (t))
926
+ | return 1;
927
+ | if (! (mktime_test ((time_t) 1)
928
+ | && mktime_test ((time_t) (60 * 60))
929
+ | && mktime_test ((time_t) (60 * 60 * 24))))
930
+ | return 1;
931
+ |
932
+ | for (j = 1; ; j <<= 1)
933
+ | if (! bigtime_test (j))
934
+ | return 1;
935
+ | else if (INT_MAX / 2 < j)
936
+ | break;
937
+ | if (! bigtime_test (INT_MAX))
938
+ | return 1;
939
+ | }
940
+ | return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ());
941
+ | }
942
+ configure:5525: result: no
943
+ configure:5538: checking for stdlib.h
944
+ configure:5538: result: yes
945
+ configure:5548: checking for GNU libc compatible realloc
946
+ configure:5572: gcc -o conftest -g -O2 conftest.c -lm >&5
947
+ configure:5572: $? = 0
948
+ configure:5572: ./conftest
949
+ configure:5572: $? = 0
950
+ configure:5582: result: yes
951
+ configure:5608: checking for floor
952
+ configure:5608: gcc -o conftest -g -O2 conftest.c -lm >&5
953
+ conftest.c:66: warning: conflicting types for built-in function 'floor'
954
+ configure:5608: $? = 0
955
+ configure:5608: result: yes
956
+ configure:5608: checking for ftime
957
+ configure:5608: gcc -o conftest -g -O2 conftest.c -lm >&5
958
+ configure:5608: $? = 0
959
+ configure:5608: result: yes
960
+ configure:5608: checking for getcwd
961
+ configure:5608: gcc -o conftest -g -O2 conftest.c -lm >&5
962
+ configure:5608: $? = 0
963
+ configure:5608: result: yes
964
+ configure:5608: checking for gettimeofday
965
+ configure:5608: gcc -o conftest -g -O2 conftest.c -lm >&5
966
+ configure:5608: $? = 0
967
+ configure:5608: result: yes
968
+ configure:5608: checking for memmove
969
+ configure:5608: gcc -o conftest -g -O2 conftest.c -lm >&5
970
+ conftest.c:70: warning: conflicting types for built-in function 'memmove'
971
+ configure:5608: $? = 0
972
+ configure:5608: result: yes
973
+ configure:5608: checking for memset
974
+ configure:5608: gcc -o conftest -g -O2 conftest.c -lm >&5
975
+ conftest.c:71: warning: conflicting types for built-in function 'memset'
976
+ configure:5608: $? = 0
977
+ configure:5608: result: yes
978
+ configure:5608: checking for pow
979
+ configure:5608: gcc -o conftest -g -O2 conftest.c -lm >&5
980
+ conftest.c:72: warning: conflicting types for built-in function 'pow'
981
+ configure:5608: $? = 0
982
+ configure:5608: result: yes
983
+ configure:5608: checking for sqrt
984
+ configure:5608: gcc -o conftest -g -O2 conftest.c -lm >&5
985
+ conftest.c:73: warning: conflicting types for built-in function 'sqrt'
986
+ configure:5608: $? = 0
987
+ configure:5608: result: yes
988
+ configure:5608: checking for strcasecmp
989
+ configure:5608: gcc -o conftest -g -O2 conftest.c -lm >&5
990
+ conftest.c:74: warning: conflicting types for built-in function 'strcasecmp'
991
+ configure:5608: $? = 0
992
+ configure:5608: result: yes
993
+ configure:5608: checking for strchr
994
+ configure:5608: gcc -o conftest -g -O2 conftest.c -lm >&5
995
+ conftest.c:75: warning: conflicting types for built-in function 'strchr'
996
+ configure:5608: $? = 0
997
+ configure:5608: result: yes
998
+ configure:5608: checking for strcspn
999
+ configure:5608: gcc -o conftest -g -O2 conftest.c -lm >&5
1000
+ conftest.c:76: warning: conflicting types for built-in function 'strcspn'
1001
+ configure:5608: $? = 0
1002
+ configure:5608: result: yes
1003
+ configure:5608: checking for strrchr
1004
+ configure:5608: gcc -o conftest -g -O2 conftest.c -lm >&5
1005
+ conftest.c:77: warning: conflicting types for built-in function 'strrchr'
1006
+ configure:5608: $? = 0
1007
+ configure:5608: result: yes
1008
+ configure:5608: checking for strstr
1009
+ configure:5608: gcc -o conftest -g -O2 conftest.c -lm >&5
1010
+ conftest.c:78: warning: conflicting types for built-in function 'strstr'
1011
+ configure:5608: $? = 0
1012
+ configure:5608: result: yes
1013
+ configure:5734: creating ./config.status
1014
+
1015
+ ## ---------------------- ##
1016
+ ## Running config.status. ##
1017
+ ## ---------------------- ##
1018
+
1019
+ This file was extended by FULL-PACKAGE-NAME config.status VERSION, which was
1020
+ generated by GNU Autoconf 2.68. Invocation command line was
1021
+
1022
+ CONFIG_FILES =
1023
+ CONFIG_HEADERS =
1024
+ CONFIG_LINKS =
1025
+ CONFIG_COMMANDS =
1026
+ $ ./config.status
1027
+
1028
+ on elijah-2.local
1029
+
1030
+ config.status:860: creating Makefile
1031
+ config.status:860: creating fofi/Makefile
1032
+ config.status:860: creating goo/Makefile
1033
+ config.status:860: creating splash/Makefile
1034
+ config.status:860: creating src/Makefile
1035
+ config.status:860: creating xpdf/Makefile
1036
+ config.status:860: creating aconf.h
1037
+
1038
+ ## ---------------- ##
1039
+ ## Cache variables. ##
1040
+ ## ---------------- ##
1041
+
1042
+ ac_cv_c_compiler_gnu=yes
1043
+ ac_cv_c_inline=inline
1044
+ ac_cv_cxx_compiler_gnu=yes
1045
+ ac_cv_env_CCC_set=
1046
+ ac_cv_env_CCC_value=
1047
+ ac_cv_env_CC_set=
1048
+ ac_cv_env_CC_value=
1049
+ ac_cv_env_CFLAGS_set=
1050
+ ac_cv_env_CFLAGS_value=
1051
+ ac_cv_env_CPPFLAGS_set=
1052
+ ac_cv_env_CPPFLAGS_value=
1053
+ ac_cv_env_CPP_set=
1054
+ ac_cv_env_CPP_value=
1055
+ ac_cv_env_CXXFLAGS_set=
1056
+ ac_cv_env_CXXFLAGS_value=
1057
+ ac_cv_env_CXX_set=
1058
+ ac_cv_env_CXX_value=
1059
+ ac_cv_env_LDFLAGS_set=
1060
+ ac_cv_env_LDFLAGS_value=
1061
+ ac_cv_env_LIBS_set=
1062
+ ac_cv_env_LIBS_value=
1063
+ ac_cv_env_XMKMF_set=
1064
+ ac_cv_env_XMKMF_value=
1065
+ ac_cv_env_build_alias_set=
1066
+ ac_cv_env_build_alias_value=
1067
+ ac_cv_env_host_alias_set=
1068
+ ac_cv_env_host_alias_value=
1069
+ ac_cv_env_target_alias_set=
1070
+ ac_cv_env_target_alias_value=
1071
+ ac_cv_func_alarm=yes
1072
+ ac_cv_func_connect=yes
1073
+ ac_cv_func_floor=yes
1074
+ ac_cv_func_ftime=yes
1075
+ ac_cv_func_getcwd=yes
1076
+ ac_cv_func_gethostbyname=yes
1077
+ ac_cv_func_gettimeofday=yes
1078
+ ac_cv_func_malloc_0_nonnull=yes
1079
+ ac_cv_func_memmove=yes
1080
+ ac_cv_func_memset=yes
1081
+ ac_cv_func_popen=yes
1082
+ ac_cv_func_pow=yes
1083
+ ac_cv_func_realloc_0_nonnull=yes
1084
+ ac_cv_func_remove=yes
1085
+ ac_cv_func_shmat=yes
1086
+ ac_cv_func_sqrt=yes
1087
+ ac_cv_func_strcasecmp=yes
1088
+ ac_cv_func_strchr=yes
1089
+ ac_cv_func_strcspn=yes
1090
+ ac_cv_func_strrchr=yes
1091
+ ac_cv_func_strstr=yes
1092
+ ac_cv_func_working_mktime=no
1093
+ ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\''/usr/X11/lib'\'''
1094
+ ac_cv_header_dirent_dirent_h=yes
1095
+ ac_cv_header_fcntl_h=yes
1096
+ ac_cv_header_inttypes_h=yes
1097
+ ac_cv_header_limits_h=yes
1098
+ ac_cv_header_memory_h=yes
1099
+ ac_cv_header_stdbool_h=yes
1100
+ ac_cv_header_stdc=yes
1101
+ ac_cv_header_stddef_h=yes
1102
+ ac_cv_header_stdint_h=yes
1103
+ ac_cv_header_stdlib_h=yes
1104
+ ac_cv_header_string_h=yes
1105
+ ac_cv_header_strings_h=yes
1106
+ ac_cv_header_sys_stat_h=yes
1107
+ ac_cv_header_sys_time_h=yes
1108
+ ac_cv_header_sys_types_h=yes
1109
+ ac_cv_header_time=yes
1110
+ ac_cv_header_unistd_h=yes
1111
+ ac_cv_lib_Goo_main=no
1112
+ ac_cv_lib_ICE_IceConnectionNumber=yes
1113
+ ac_cv_lib_X11_main=no
1114
+ ac_cv_lib_Xpdf_main=no
1115
+ ac_cv_lib_error_at_line=no
1116
+ ac_cv_lib_fofi_main=no
1117
+ ac_cv_lib_m_main=yes
1118
+ ac_cv_lib_splash_main=no
1119
+ ac_cv_objext=o
1120
+ ac_cv_path_EGREP='/usr/bin/grep -E'
1121
+ ac_cv_path_GREP=/usr/bin/grep
1122
+ ac_cv_prog_CPP='gcc -E'
1123
+ ac_cv_prog_ac_ct_CC=gcc
1124
+ ac_cv_prog_ac_ct_CXX=g++
1125
+ ac_cv_prog_ac_ct_RANLIB=ranlib
1126
+ ac_cv_prog_cc_c89=
1127
+ ac_cv_prog_cc_g=yes
1128
+ ac_cv_prog_cxx_g=yes
1129
+ ac_cv_search_opendir='none required'
1130
+ ac_cv_sys_largefile_source=no
1131
+ ac_cv_type__Bool=yes
1132
+ ac_cv_type_size_t=yes
1133
+ xpdf_cv_func_mkstemp=yes
1134
+ xpdf_cv_func_mkstemps=yes
1135
+
1136
+ ## ----------------- ##
1137
+ ## Output variables. ##
1138
+ ## ----------------- ##
1139
+
1140
+ CC='gcc'
1141
+ CFLAGS='-g -O2'
1142
+ CPP='gcc -E'
1143
+ CPPFLAGS=''
1144
+ CXX='g++'
1145
+ CXXFLAGS='-g -O2'
1146
+ DEFS='-DHAVE_CONFIG_H'
1147
+ ECHO_C='\c'
1148
+ ECHO_N=''
1149
+ ECHO_T=''
1150
+ EGREP='/usr/bin/grep -E'
1151
+ EXEEXT=''
1152
+ GREP='/usr/bin/grep'
1153
+ LDFLAGS=''
1154
+ LIBOBJS=' ${LIBOBJDIR}error$U.o ${LIBOBJDIR}mktime$U.o'
1155
+ LIBS='-lm '
1156
+ LTLIBOBJS=' ${LIBOBJDIR}error$U.lo ${LIBOBJDIR}mktime$U.lo'
1157
+ OBJEXT='o'
1158
+ PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS'
1159
+ PACKAGE_NAME='FULL-PACKAGE-NAME'
1160
+ PACKAGE_STRING='FULL-PACKAGE-NAME VERSION'
1161
+ PACKAGE_TARNAME='full-package-name'
1162
+ PACKAGE_URL=''
1163
+ PACKAGE_VERSION='VERSION'
1164
+ PATH_SEPARATOR=':'
1165
+ RANLIB='ranlib'
1166
+ SHELL='/bin/sh'
1167
+ XMKMF=''
1168
+ X_CFLAGS=''
1169
+ X_EXTRA_LIBS=''
1170
+ X_LIBS=' -L/usr/X11/lib -R/usr/X11/lib'
1171
+ X_PRE_LIBS=' -lSM -lICE'
1172
+ ac_ct_CC='gcc'
1173
+ ac_ct_CXX='g++'
1174
+ bindir='${exec_prefix}/bin'
1175
+ build_alias=''
1176
+ datadir='${datarootdir}'
1177
+ datarootdir='${prefix}/share'
1178
+ docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1179
+ dvidir='${docdir}'
1180
+ exec_prefix='${prefix}'
1181
+ host_alias=''
1182
+ htmldir='${docdir}'
1183
+ includedir='${prefix}/include'
1184
+ infodir='${datarootdir}/info'
1185
+ libdir='${exec_prefix}/lib'
1186
+ libexecdir='${exec_prefix}/libexec'
1187
+ localedir='${datarootdir}/locale'
1188
+ localstatedir='${prefix}/var'
1189
+ mandir='${datarootdir}/man'
1190
+ oldincludedir='/usr/include'
1191
+ pdfdir='${docdir}'
1192
+ prefix='/usr/local'
1193
+ program_transform_name='s,x,x,'
1194
+ psdir='${docdir}'
1195
+ sbindir='${exec_prefix}/sbin'
1196
+ sharedstatedir='${prefix}/com'
1197
+ sysconfdir='${prefix}/etc'
1198
+ target_alias=''
1199
+
1200
+ ## ----------- ##
1201
+ ## confdefs.h. ##
1202
+ ## ----------- ##
1203
+
1204
+ /* confdefs.h */
1205
+ #define PACKAGE_NAME "FULL-PACKAGE-NAME"
1206
+ #define PACKAGE_TARNAME "full-package-name"
1207
+ #define PACKAGE_VERSION "VERSION"
1208
+ #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
1209
+ #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
1210
+ #define PACKAGE_URL ""
1211
+ #define HAVE_DIRENT_H 1
1212
+ #define HAVE_LIBM 1
1213
+ #define STDC_HEADERS 1
1214
+ #define HAVE_SYS_TYPES_H 1
1215
+ #define HAVE_SYS_STAT_H 1
1216
+ #define HAVE_STDLIB_H 1
1217
+ #define HAVE_STRING_H 1
1218
+ #define HAVE_MEMORY_H 1
1219
+ #define HAVE_STRINGS_H 1
1220
+ #define HAVE_INTTYPES_H 1
1221
+ #define HAVE_STDINT_H 1
1222
+ #define HAVE_UNISTD_H 1
1223
+ #define HAVE_FCNTL_H 1
1224
+ #define HAVE_LIMITS_H 1
1225
+ #define HAVE_STDDEF_H 1
1226
+ #define HAVE_STDLIB_H 1
1227
+ #define HAVE_STRING_H 1
1228
+ #define HAVE_UNISTD_H 1
1229
+ #define HAVE__BOOL 1
1230
+ #define HAVE_STDBOOL_H 1
1231
+ #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
1232
+ #define HAVE_POPEN 1
1233
+ #define HAVE_MKSTEMP 1
1234
+ #define HAVE_MKSTEMPS 1
1235
+ #define HAVE_FSEEKO 1
1236
+ #define HAVE_STDLIB_H 1
1237
+ #define HAVE_MALLOC 1
1238
+ #define TIME_WITH_SYS_TIME 1
1239
+ #define HAVE_SYS_TIME_H 1
1240
+ #define HAVE_UNISTD_H 1
1241
+ #define HAVE_ALARM 1
1242
+ #define HAVE_STDLIB_H 1
1243
+ #define HAVE_REALLOC 1
1244
+ #define HAVE_SPLASH 1
1245
+ #define HAVE_FLOOR 1
1246
+ #define HAVE_FTIME 1
1247
+ #define HAVE_GETCWD 1
1248
+ #define HAVE_GETTIMEOFDAY 1
1249
+ #define HAVE_MEMMOVE 1
1250
+ #define HAVE_MEMSET 1
1251
+ #define HAVE_POW 1
1252
+ #define HAVE_SQRT 1
1253
+ #define HAVE_STRCASECMP 1
1254
+ #define HAVE_STRCHR 1
1255
+ #define HAVE_STRCSPN 1
1256
+ #define HAVE_STRRCHR 1
1257
+ #define HAVE_STRSTR 1
1258
+
1259
+ configure: exit 0