Posted to tcl by hypnotoad at Sat Mar 10 22:20:36 GMT 2018view raw

  1. [root@localhost tcltls]# cat config.log
  2. This file contains any messages produced by compilers while
  3. running configure, to aid debugging if configure makes a mistake.
  4.  
  5. It was created by tcltls configure 1.8.0, which was
  6. generated by GNU Autoconf 2.69. Invocation command line was
  7.  
  8. $ ./configure --enable-static-ssl
  9.  
  10. ## --------- ##
  11. ## Platform. ##
  12. ## --------- ##
  13.  
  14. hostname = localhost
  15. uname -m = x86_64
  16. uname -r = 4.15.7-1-ARCH
  17. uname -s = Linux
  18. uname -v = #1 SMP PREEMPT Wed Feb 28 19:01:57 UTC 2018
  19.  
  20. /usr/bin/uname -p = unknown
  21. /bin/uname -X = unknown
  22.  
  23. /bin/arch = unknown
  24. /usr/bin/arch -k = unknown
  25. /usr/convex/getsysinfo = unknown
  26. /usr/bin/hostinfo = unknown
  27. /bin/machine = unknown
  28. /usr/bin/oslevel = unknown
  29. /bin/universe = unknown
  30.  
  31. PATH: /usr/local/sbin
  32. PATH: /usr/local/bin
  33. PATH: /usr/bin
  34. PATH: /usr/bin/site_perl
  35. PATH: /usr/bin/vendor_perl
  36. PATH: /usr/bin/core_perl
  37.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:2229: checking for gcc
  44. configure:2245: found /usr/bin/gcc
  45. configure:2256: result: gcc
  46. configure:2485: checking for C compiler version
  47. configure:2494: gcc --version >&5
  48. gcc (GCC) 7.3.0
  49. Copyright (C) 2017 Free Software Foundation, Inc.
  50. This is free software; see the source for copying conditions. There is NO
  51. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  52.  
  53. configure:2505: $? = 0
  54. configure:2494: gcc -v >&5
  55. Using built-in specs.
  56. COLLECT_GCC=gcc
  57. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/lto-wrapper
  58. Target: x86_64-pc-linux-gnu
  59. Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp
  60. Thread model: posix
  61. gcc version 7.3.0 (GCC)
  62. configure:2505: $? = 0
  63. configure:2494: gcc -V >&5
  64. gcc: error: unrecognized command line option '-V'
  65. gcc: fatal error: no input files
  66. compilation terminated.
  67. configure:2505: $? = 1
  68. configure:2494: gcc -qversion >&5
  69. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  70. gcc: fatal error: no input files
  71. compilation terminated.
  72. configure:2505: $? = 1
  73. configure:2525: checking whether the C compiler works
  74. configure:2547: gcc conftest.c >&5
  75. configure:2551: $? = 0
  76. configure:2599: result: yes
  77. configure:2602: checking for C compiler default output file name
  78. configure:2604: result: a.out
  79. configure:2610: checking for suffix of executables
  80. configure:2617: gcc -o conftest conftest.c >&5
  81. configure:2621: $? = 0
  82. configure:2643: result:
  83. configure:2665: checking whether we are cross compiling
  84. configure:2673: gcc -o conftest conftest.c >&5
  85. configure:2677: $? = 0
  86. configure:2684: ./conftest
  87. configure:2688: $? = 0
  88. configure:2703: result: no
  89. configure:2708: checking for suffix of object files
  90. configure:2730: gcc -c conftest.c >&5
  91. configure:2734: $? = 0
  92. configure:2755: result: o
  93. configure:2759: checking whether we are using the GNU C compiler
  94. configure:2778: gcc -c conftest.c >&5
  95. configure:2778: $? = 0
  96. configure:2787: result: yes
  97. configure:2796: checking whether gcc accepts -g
  98. configure:2816: gcc -c -g conftest.c >&5
  99. configure:2816: $? = 0
  100. configure:2857: result: yes
  101. configure:2874: checking for gcc option to accept ISO C89
  102. configure:2937: gcc -c -g -O2 conftest.c >&5
  103. configure:2937: $? = 0
  104. configure:2950: result: none needed
  105. configure:2970: checking whether make sets $(MAKE)
  106. configure:2992: result: yes
  107. configure:3044: checking for a BSD-compatible install
  108. configure:3112: result: /usr/bin/install -c
  109. configure:3129: checking how to run the C preprocessor
  110. configure:3160: gcc -E conftest.c
  111. configure:3160: $? = 0
  112. configure:3174: gcc -E conftest.c
  113. conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
  114. #include <ac_nonexistent.h>
  115. ^~~~~~~~~~~~~~~~~~
  116. compilation terminated.
  117. configure:3174: $? = 1
  118. configure: failed program was:
  119. | /* confdefs.h */
  120. | #define PACKAGE_NAME "tcltls"
  121. | #define PACKAGE_TARNAME "tcltls"
  122. | #define PACKAGE_VERSION "1.8.0"
  123. | #define PACKAGE_STRING "tcltls 1.8.0"
  124. | #define PACKAGE_BUGREPORT ""
  125. | #define PACKAGE_URL ""
  126. | /* end confdefs.h. */
  127. | #include <ac_nonexistent.h>
  128. configure:3199: result: gcc -E
  129. configure:3219: gcc -E conftest.c
  130. configure:3219: $? = 0
  131. configure:3233: gcc -E conftest.c
  132. conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
  133. #include <ac_nonexistent.h>
  134. ^~~~~~~~~~~~~~~~~~
  135. compilation terminated.
  136. configure:3233: $? = 1
  137. configure: failed program was:
  138. | /* confdefs.h */
  139. | #define PACKAGE_NAME "tcltls"
  140. | #define PACKAGE_TARNAME "tcltls"
  141. | #define PACKAGE_VERSION "1.8.0"
  142. | #define PACKAGE_STRING "tcltls 1.8.0"
  143. | #define PACKAGE_BUGREPORT ""
  144. | #define PACKAGE_URL ""
  145. | /* end confdefs.h. */
  146. | #include <ac_nonexistent.h>
  147. configure:3262: checking for grep that handles long lines and -e
  148. configure:3320: result: /usr/bin/grep
  149. configure:3325: checking for egrep
  150. configure:3387: result: /usr/bin/grep -E
  151. configure:3392: checking for ANSI C header files
  152. configure:3412: gcc -c -g -O2 conftest.c >&5
  153. configure:3412: $? = 0
  154. configure:3485: gcc -o conftest -g -O2 conftest.c >&5
  155. configure:3485: $? = 0
  156. configure:3485: ./conftest
  157. configure:3485: $? = 0
  158. configure:3496: result: yes
  159. configure:3509: checking for sys/types.h
  160. configure:3509: gcc -c -g -O2 conftest.c >&5
  161. configure:3509: $? = 0
  162. configure:3509: result: yes
  163. configure:3509: checking for sys/stat.h
  164. configure:3509: gcc -c -g -O2 conftest.c >&5
  165. configure:3509: $? = 0
  166. configure:3509: result: yes
  167. configure:3509: checking for stdlib.h
  168. configure:3509: gcc -c -g -O2 conftest.c >&5
  169. configure:3509: $? = 0
  170. configure:3509: result: yes
  171. configure:3509: checking for string.h
  172. configure:3509: gcc -c -g -O2 conftest.c >&5
  173. configure:3509: $? = 0
  174. configure:3509: result: yes
  175. configure:3509: checking for memory.h
  176. configure:3509: gcc -c -g -O2 conftest.c >&5
  177. configure:3509: $? = 0
  178. configure:3509: result: yes
  179. configure:3509: checking for strings.h
  180. configure:3509: gcc -c -g -O2 conftest.c >&5
  181. configure:3509: $? = 0
  182. configure:3509: result: yes
  183. configure:3509: checking for inttypes.h
  184. configure:3509: gcc -c -g -O2 conftest.c >&5
  185. configure:3509: $? = 0
  186. configure:3509: result: yes
  187. configure:3509: checking for stdint.h
  188. configure:3509: gcc -c -g -O2 conftest.c >&5
  189. configure:3509: $? = 0
  190. configure:3509: result: yes
  191. configure:3509: checking for unistd.h
  192. configure:3509: gcc -c -g -O2 conftest.c >&5
  193. configure:3509: $? = 0
  194. configure:3509: result: yes
  195. configure:3522: checking minix/config.h usability
  196. configure:3522: gcc -c -g -O2 conftest.c >&5
  197. conftest.c:52:10: fatal error: minix/config.h: No such file or directory
  198. #include <minix/config.h>
  199. ^~~~~~~~~~~~~~~~
  200. compilation terminated.
  201. configure:3522: $? = 1
  202. configure: failed program was:
  203. | /* confdefs.h */
  204. | #define PACKAGE_NAME "tcltls"
  205. | #define PACKAGE_TARNAME "tcltls"
  206. | #define PACKAGE_VERSION "1.8.0"
  207. | #define PACKAGE_STRING "tcltls 1.8.0"
  208. | #define PACKAGE_BUGREPORT ""
  209. | #define PACKAGE_URL ""
  210. | #define STDC_HEADERS 1
  211. | #define HAVE_SYS_TYPES_H 1
  212. | #define HAVE_SYS_STAT_H 1
  213. | #define HAVE_STDLIB_H 1
  214. | #define HAVE_STRING_H 1
  215. | #define HAVE_MEMORY_H 1
  216. | #define HAVE_STRINGS_H 1
  217. | #define HAVE_INTTYPES_H 1
  218. | #define HAVE_STDINT_H 1
  219. | #define HAVE_UNISTD_H 1
  220. | /* end confdefs.h. */
  221. | #include <stdio.h>
  222. | #ifdef HAVE_SYS_TYPES_H
  223. | # include <sys/types.h>
  224. | #endif
  225. | #ifdef HAVE_SYS_STAT_H
  226. | # include <sys/stat.h>
  227. | #endif
  228. | #ifdef STDC_HEADERS
  229. | # include <stdlib.h>
  230. | # include <stddef.h>
  231. | #else
  232. | # ifdef HAVE_STDLIB_H
  233. | # include <stdlib.h>
  234. | # endif
  235. | #endif
  236. | #ifdef HAVE_STRING_H
  237. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  238. | # include <memory.h>
  239. | # endif
  240. | # include <string.h>
  241. | #endif
  242. | #ifdef HAVE_STRINGS_H
  243. | # include <strings.h>
  244. | #endif
  245. | #ifdef HAVE_INTTYPES_H
  246. | # include <inttypes.h>
  247. | #endif
  248. | #ifdef HAVE_STDINT_H
  249. | # include <stdint.h>
  250. | #endif
  251. | #ifdef HAVE_UNISTD_H
  252. | # include <unistd.h>
  253. | #endif
  254. | #include <minix/config.h>
  255. configure:3522: result: no
  256. configure:3522: checking minix/config.h presence
  257. configure:3522: gcc -E conftest.c
  258. conftest.c:19:10: fatal error: minix/config.h: No such file or directory
  259. #include <minix/config.h>
  260. ^~~~~~~~~~~~~~~~
  261. compilation terminated.
  262. configure:3522: $? = 1
  263. configure: failed program was:
  264. | /* confdefs.h */
  265. | #define PACKAGE_NAME "tcltls"
  266. | #define PACKAGE_TARNAME "tcltls"
  267. | #define PACKAGE_VERSION "1.8.0"
  268. | #define PACKAGE_STRING "tcltls 1.8.0"
  269. | #define PACKAGE_BUGREPORT ""
  270. | #define PACKAGE_URL ""
  271. | #define STDC_HEADERS 1
  272. | #define HAVE_SYS_TYPES_H 1
  273. | #define HAVE_SYS_STAT_H 1
  274. | #define HAVE_STDLIB_H 1
  275. | #define HAVE_STRING_H 1
  276. | #define HAVE_MEMORY_H 1
  277. | #define HAVE_STRINGS_H 1
  278. | #define HAVE_INTTYPES_H 1
  279. | #define HAVE_STDINT_H 1
  280. | #define HAVE_UNISTD_H 1
  281. | /* end confdefs.h. */
  282. | #include <minix/config.h>
  283. configure:3522: result: no
  284. configure:3522: checking for minix/config.h
  285. configure:3522: result: no
  286. configure:3543: checking whether it is safe to define __EXTENSIONS__
  287. configure:3561: gcc -c -g -O2 conftest.c >&5
  288. configure:3561: $? = 0
  289. configure:3568: result: yes
  290. configure:3588: checking build system type
  291. configure:3602: result: x86_64-pc-linux-gnu
  292. configure:3622: checking host system type
  293. configure:3635: result: x86_64-pc-linux-gnu
  294. configure:3668: checking host operating system
  295. configure:3670: result: linux-gnu
  296. configure:3720: checking for unistd.h
  297. configure:3720: result: yes
  298. configure:3720: checking for stdlib.h
  299. configure:3720: result: yes
  300. configure:3720: checking for string.h
  301. configure:3720: result: yes
  302. configure:3720: checking for strings.h
  303. configure:3720: result: yes
  304. configure:3751: checking for runnable tclsh
  305. configure:3787: result: /usr/bin/tclsh
  306. configure:3817: checking for path to tclConfig.sh
  307. configure:3826: result: /usr/lib
  308. configure:3876: checking for working tclConfig.sh
  309. configure:3886: result: found
  310. configure:4038: checking how to create shared objects
  311. configure:4071: gcc -o conftest -g -O2 -I/usr/include -fPIC -I/usr/include -DPIC -shared conftest.c -L/usr/lib -ltclstub8.6 >&5
  312. configure:4071: $? = 0
  313. configure:4470: result: -DPIC -fPIC -shared
  314. configure:4844: checking whether C compiler accepts -Wno-unused-value
  315. configure:4863: gcc -c -g -O2 -I/usr/include -Wno-unused-value -I/usr/include conftest.c >&5
  316. configure:4863: $? = 0
  317. configure:4871: result: yes
  318. configure:4879: checking whether C compiler accepts -Wno-unused-parameter
  319. configure:4898: gcc -c -g -O2 -I/usr/include -Wno-unused-value -Wno-unused-parameter -I/usr/include conftest.c >&5
  320. configure:4898: $? = 0
  321. configure:4906: result: yes
  322. configure:4914: checking whether C compiler accepts -Wno-deprecated-declarations
  323. configure:4933: gcc -c -g -O2 -I/usr/include -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -I/usr/include conftest.c >&5
  324. configure:4933: $? = 0
  325. configure:4941: result: yes
  326. configure:4994: checking for pkg-config
  327. configure:5024: result: no
  328. configure:5074: checking whether C compiler accepts -Wall
  329. configure:5093: gcc -c -g -O2 -I/usr/include -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -I/usr/include conftest.c >&5
  330. configure:5093: $? = 0
  331. configure:5101: result: yes
  332. configure:5109: checking whether C compiler accepts -W
  333. configure:5128: gcc -c -g -O2 -I/usr/include -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -I/usr/include conftest.c >&5
  334. configure:5128: $? = 0
  335. configure:5136: result: yes
  336. configure:5141: checking whether C compiler accepts -Wno-self-assign
  337. configure:5160: gcc -c -g -O2 -I/usr/include -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -I/usr/include conftest.c >&5
  338. configure:5160: $? = 0
  339. configure:5168: result: yes
  340. configure:5182: checking whether C compiler accepts -fstack-protector-all
  341. configure:5201: gcc -c -g -O2 -I/usr/include -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all -I/usr/include conftest.c >&5
  342. configure:5201: $? = 0
  343. configure:5209: result: yes
  344. configure:5217: checking whether C compiler accepts -fno-strict-overflow
  345. configure:5236: gcc -c -g -O2 -I/usr/include -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all -fno-strict-overflow -I/usr/include conftest.c >&5
  346. configure:5236: $? = 0
  347. configure:5244: result: yes
  348. configure:5260: checking which TLS library to use
  349. configure:5262: result: openssl
  350. configure:5355: error: Unable to get OpenSSL Configuration
  351.  
  352. ## ---------------- ##
  353. ## Cache variables. ##
  354. ## ---------------- ##
  355.  
  356. ac_cv_build=x86_64-pc-linux-gnu
  357. ac_cv_c_compiler_gnu=yes
  358. ac_cv_env_CC_set=
  359. ac_cv_env_CC_value=
  360. ac_cv_env_CFLAGS_set=
  361. ac_cv_env_CFLAGS_value=
  362. ac_cv_env_CPPFLAGS_set=
  363. ac_cv_env_CPPFLAGS_value=
  364. ac_cv_env_CPP_set=
  365. ac_cv_env_CPP_value=
  366. ac_cv_env_LDFLAGS_set=
  367. ac_cv_env_LDFLAGS_value=
  368. ac_cv_env_LIBS_set=
  369. ac_cv_env_LIBS_value=
  370. ac_cv_env_TCLTLS_SSL_CFLAGS_set=
  371. ac_cv_env_TCLTLS_SSL_CFLAGS_value=
  372. ac_cv_env_TCLTLS_SSL_CPPFLAGS_set=
  373. ac_cv_env_TCLTLS_SSL_CPPFLAGS_value=
  374. ac_cv_env_TCLTLS_SSL_LIBS_set=
  375. ac_cv_env_TCLTLS_SSL_LIBS_value=
  376. ac_cv_env_build_alias_set=
  377. ac_cv_env_build_alias_value=
  378. ac_cv_env_host_alias_set=
  379. ac_cv_env_host_alias_value=
  380. ac_cv_env_target_alias_set=
  381. ac_cv_env_target_alias_value=
  382. ac_cv_header_inttypes_h=yes
  383. ac_cv_header_memory_h=yes
  384. ac_cv_header_minix_config_h=no
  385. ac_cv_header_stdc=yes
  386. ac_cv_header_stdint_h=yes
  387. ac_cv_header_stdlib_h=yes
  388. ac_cv_header_string_h=yes
  389. ac_cv_header_strings_h=yes
  390. ac_cv_header_sys_stat_h=yes
  391. ac_cv_header_sys_types_h=yes
  392. ac_cv_header_unistd_h=yes
  393. ac_cv_host=x86_64-pc-linux-gnu
  394. ac_cv_objext=o
  395. ac_cv_path_EGREP='/usr/bin/grep -E'
  396. ac_cv_path_GREP=/usr/bin/grep
  397. ac_cv_path_install='/usr/bin/install -c'
  398. ac_cv_prog_CPP='gcc -E'
  399. ac_cv_prog_ac_ct_CC=gcc
  400. ac_cv_prog_cc_c89=
  401. ac_cv_prog_cc_g=yes
  402. ac_cv_prog_make_make_set=yes
  403. ac_cv_safe_to_define___extensions__=yes
  404. ax_cv_check_cflags___W=yes
  405. ax_cv_check_cflags___Wall=yes
  406. ax_cv_check_cflags___Wno_deprecated_declarations=yes
  407. ax_cv_check_cflags___Wno_self_assign=yes
  408. ax_cv_check_cflags___Wno_unused_parameter=yes
  409. ax_cv_check_cflags___Wno_unused_value=yes
  410. ax_cv_check_cflags___fno_strict_overflow=yes
  411. ax_cv_check_cflags___fstack_protector_all=yes
  412. dc_cv_dc_chk_os_info_called=1
  413. tcl_cv_tclsh_native_path=/usr/bin/tclsh
  414.  
  415. ## ----------------- ##
  416. ## Output variables. ##
  417. ## ----------------- ##
  418.  
  419. AR=''
  420. AREXT='a'
  421. CC='gcc'
  422. CFLAGS='-g -O2 -I/usr/include -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all -fno-strict-overflow'
  423. CPP='gcc -E'
  424. CPPFLAGS=' -I/usr/include'
  425. DEFS=''
  426. ECHO_C=''
  427. ECHO_N='-n'
  428. ECHO_T=''
  429. EGREP='/usr/bin/grep -E'
  430. EXEEXT=''
  431. EXTENSION_TARGET='tcltls.so'
  432. GEN_DH_PARAMS_ARGS=''
  433. GREP='/usr/bin/grep'
  434. INSTALL_DATA='${INSTALL} -m 644'
  435. INSTALL_PROGRAM='${INSTALL}'
  436. INSTALL_SCRIPT='${INSTALL}'
  437. LDFLAGS=''
  438. LIBOBJS=''
  439. LIBS=' -L/usr/lib -ltclstub8.6'
  440. LTLIBOBJS=''
  441. OBJEXT='o'
  442. PACKAGE_BUGREPORT=''
  443. PACKAGE_NAME='tcltls'
  444. PACKAGE_STRING='tcltls 1.8.0'
  445. PACKAGE_TARNAME='tcltls'
  446. PACKAGE_URL=''
  447. PACKAGE_VERSION='1.8.0'
  448. PATH_SEPARATOR=':'
  449. PKGCONFIG='false'
  450. RANLIB=''
  451. SET_MAKE=''
  452. SHELL='/bin/sh'
  453. SHLIBOBJS=''
  454. SHOBJCPPFLAGS='-DPIC'
  455. SHOBJEXT='so'
  456. SHOBJFLAGS='-fPIC'
  457. SHOBJLDFLAGS='-shared'
  458. TCLCONFIGPATH='/usr/lib'
  459. TCLEXT_BUILD='shared'
  460. TCLSH_PROG='/usr/bin/tclsh'
  461. TCLTLS_SSL_CFLAGS=''
  462. TCLTLS_SSL_CPPFLAGS=''
  463. TCLTLS_SSL_LIBS=''
  464. TCL_DEFS=''\''-DTCL_THREADS=1'\'' '\''-DTCL_CFGVAL_ENCODING="iso8859-1"'\'' '\''-DTCL_CFG_DO64BIT=1'\'' '\''-DTCL_SHLIB_EXT=".so"'\'' '\''-DTCL_CFG_OPTIMIZED=1'\'' '\''-DTCL_TOMMATH=1'\'' '\''-DTCL_WIDE_INT_IS_LONG=1'\'' '\''-DTCL_UNLOAD_DLLS=1'\'' '
  465. TCL_PACKAGE_PATH='/usr/lib'
  466. ac_ct_CC='gcc'
  467. bindir='${exec_prefix}/bin'
  468. build='x86_64-pc-linux-gnu'
  469. build_alias=''
  470. build_cpu='x86_64'
  471. build_os='linux-gnu'
  472. build_vendor='pc'
  473. datadir='${datarootdir}'
  474. datarootdir='${prefix}/share'
  475. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  476. dvidir='${docdir}'
  477. exec_prefix='NONE'
  478. host='x86_64-pc-linux-gnu'
  479. host_alias=''
  480. host_cpu='x86_64'
  481. host_os='linux-gnu'
  482. host_vendor='pc'
  483. htmldir='${docdir}'
  484. includedir='${prefix}/include'
  485. infodir='${datarootdir}/info'
  486. libdir='${exec_prefix}/lib'
  487. libexecdir='${exec_prefix}/libexec'
  488. localedir='${datarootdir}/locale'
  489. localstatedir='${prefix}/var'
  490. mandir='${datarootdir}/man'
  491. oldincludedir='/usr/include'
  492. pdfdir='${docdir}'
  493. prefix='NONE'
  494. program_transform_name='s,x,x,'
  495. psdir='${docdir}'
  496. sbindir='${exec_prefix}/sbin'
  497. sharedstatedir='${prefix}/com'
  498. sysconfdir='${prefix}/etc'
  499. target_alias=''
  500.  
  501. ## ----------- ##
  502. ## confdefs.h. ##
  503. ## ----------- ##
  504.  
  505. /* confdefs.h */
  506. #define PACKAGE_NAME "tcltls"
  507. #define PACKAGE_TARNAME "tcltls"
  508. #define PACKAGE_VERSION "1.8.0"
  509. #define PACKAGE_STRING "tcltls 1.8.0"
  510. #define PACKAGE_BUGREPORT ""
  511. #define PACKAGE_URL ""
  512. #define STDC_HEADERS 1
  513. #define HAVE_SYS_TYPES_H 1
  514. #define HAVE_SYS_STAT_H 1
  515. #define HAVE_STDLIB_H 1
  516. #define HAVE_STRING_H 1
  517. #define HAVE_MEMORY_H 1
  518. #define HAVE_STRINGS_H 1
  519. #define HAVE_INTTYPES_H 1
  520. #define HAVE_STDINT_H 1
  521. #define HAVE_UNISTD_H 1
  522. #define __EXTENSIONS__ 1
  523. #define _ALL_SOURCE 1
  524. #define _GNU_SOURCE 1
  525. #define _POSIX_PTHREAD_SEMANTICS 1
  526. #define _TANDEM_SOURCE 1
  527. #define HAVE_UNISTD_H 1
  528. #define HAVE_STDLIB_H 1
  529. #define HAVE_STRING_H 1
  530. #define HAVE_STRINGS_H 1
  531. #define MODULE_SCOPE static
  532. #define USE_TCL_STUBS 1
  533. #define _FORTIFY_SOURCE 2
  534.  
  535. configure: exit 1
  536. [root@localhost tcltls]#
  537.