Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
666
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.62 KB | None | 0 0
  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 asterisk configure trunk, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure NOISY_BUILD=yes
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = ASTERISK-1
  14. uname -m = amd64
  15. uname -r = 11.1-RELEASE
  16. uname -s = FreeBSD
  17. uname -v = FreeBSD 11.1-RELEASE #0 r321309: Fri Jul 21 02:08:28 UTC 2017 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC
  18.  
  19. /usr/bin/uname -p = amd64
  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 = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /sbin
  31. PATH: /bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /usr/local/sbin
  35. PATH: /usr/local/bin
  36. PATH: /root/bin
  37.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:3633: checking build system type
  44. configure:3647: result: x86_64-unknown-freebsd11.1
  45. configure:3667: checking host system type
  46. configure:3680: result: x86_64-unknown-freebsd11.1
  47. configure:3809: checking for gcc
  48. configure:3839: result: no
  49. configure:3809: checking for cc
  50. configure:3825: found /usr/bin/cc
  51. configure:3836: result: cc
  52. configure:3867: checking for C compiler version
  53. configure:3876: cc --version >&5
  54. FreeBSD clang version 4.0.0 (tags/RELEASE_400/final 297347) (based on LLVM 4.0.0)
  55. Target: x86_64-unknown-freebsd11.1
  56. Thread model: posix
  57. InstalledDir: /usr/bin
  58. configure:3887: $? = 0
  59. configure:3876: cc -v >&5
  60. FreeBSD clang version 4.0.0 (tags/RELEASE_400/final 297347) (based on LLVM 4.0.0)
  61. Target: x86_64-unknown-freebsd11.1
  62. Thread model: posix
  63. InstalledDir: /usr/bin
  64. configure:3887: $? = 0
  65. configure:3876: cc -V >&5
  66. cc: error: argument to '-V' is missing (expected 1 value)
  67. cc: error: no input files
  68. configure:3887: $? = 1
  69. configure:3876: cc -qversion >&5
  70. cc: error: unknown argument: '-qversion'
  71. cc: error: no input files
  72. configure:3887: $? = 1
  73. configure:3907: checking whether the C compiler works
  74. configure:3929: cc conftest.c >&5
  75. configure:3933: $? = 0
  76. configure:3981: result: yes
  77. configure:3984: checking for C compiler default output file name
  78. configure:3986: result: a.out
  79. configure:3992: checking for suffix of executables
  80. configure:3999: cc -o conftest conftest.c >&5
  81. configure:4003: $? = 0
  82. configure:4025: result:
  83. configure:4047: checking whether we are cross compiling
  84. configure:4055: cc -o conftest conftest.c >&5
  85. configure:4059: $? = 0
  86. configure:4066: ./conftest
  87. configure:4070: $? = 0
  88. configure:4085: result: no
  89. configure:4090: checking for suffix of object files
  90. configure:4112: cc -c conftest.c >&5
  91. configure:4116: $? = 0
  92. configure:4137: result: o
  93. configure:4141: checking whether we are using the GNU C compiler
  94. configure:4160: cc -c conftest.c >&5
  95. configure:4160: $? = 0
  96. configure:4169: result: yes
  97. configure:4178: checking whether cc accepts -g
  98. configure:4198: cc -c -g conftest.c >&5
  99. configure:4198: $? = 0
  100. configure:4239: result: yes
  101. configure:4256: checking for cc option to accept ISO C89
  102. configure:4319: cc -c -g -O2 conftest.c >&5
  103. configure:4319: $? = 0
  104. configure:4332: result: none needed
  105. configure:4359: checking how to run the C preprocessor
  106. configure:4390: cc -E conftest.c
  107. configure:4390: $? = 0
  108. configure:4404: cc -E conftest.c
  109. conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
  110. #include <ac_nonexistent.h>
  111. ^~~~~~~~~~~~~~~~~~
  112. 1 error generated.
  113. configure:4404: $? = 1
  114. configure: failed program was:
  115. | /* confdefs.h */
  116. | #define PACKAGE_NAME "asterisk"
  117. | #define PACKAGE_TARNAME "asterisk"
  118. | #define PACKAGE_VERSION "trunk"
  119. | #define PACKAGE_STRING "asterisk trunk"
  120. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  121. | #define PACKAGE_URL ""
  122. | /* end confdefs.h. */
  123. | #include <ac_nonexistent.h>
  124. configure:4429: result: cc -E
  125. configure:4449: cc -E conftest.c
  126. configure:4449: $? = 0
  127. configure:4463: cc -E conftest.c
  128. conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
  129. #include <ac_nonexistent.h>
  130. ^~~~~~~~~~~~~~~~~~
  131. 1 error generated.
  132. configure:4463: $? = 1
  133. configure: failed program was:
  134. | /* confdefs.h */
  135. | #define PACKAGE_NAME "asterisk"
  136. | #define PACKAGE_TARNAME "asterisk"
  137. | #define PACKAGE_VERSION "trunk"
  138. | #define PACKAGE_STRING "asterisk trunk"
  139. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  140. | #define PACKAGE_URL ""
  141. | /* end confdefs.h. */
  142. | #include <ac_nonexistent.h>
  143. configure:4492: checking for grep that handles long lines and -e
  144. configure:4550: result: /usr/bin/grep
  145. configure:4555: checking for egrep
  146. configure:4617: result: /usr/bin/grep -E
  147. configure:4622: checking for ANSI C header files
  148. configure:4642: cc -c -g -O2 conftest.c >&5
  149. configure:4642: $? = 0
  150. configure:4715: cc -o conftest -g -O2 conftest.c >&5
  151. configure:4715: $? = 0
  152. configure:4715: ./conftest
  153. configure:4715: $? = 0
  154. configure:4726: result: yes
  155. configure:4739: checking for sys/types.h
  156. configure:4739: cc -c -g -O2 conftest.c >&5
  157. configure:4739: $? = 0
  158. configure:4739: result: yes
  159. configure:4739: checking for sys/stat.h
  160. configure:4739: cc -c -g -O2 conftest.c >&5
  161. configure:4739: $? = 0
  162. configure:4739: result: yes
  163. configure:4739: checking for stdlib.h
  164. configure:4739: cc -c -g -O2 conftest.c >&5
  165. configure:4739: $? = 0
  166. configure:4739: result: yes
  167. configure:4739: checking for string.h
  168. configure:4739: cc -c -g -O2 conftest.c >&5
  169. configure:4739: $? = 0
  170. configure:4739: result: yes
  171. configure:4739: checking for memory.h
  172. configure:4739: cc -c -g -O2 conftest.c >&5
  173. configure:4739: $? = 0
  174. configure:4739: result: yes
  175. configure:4739: checking for strings.h
  176. configure:4739: cc -c -g -O2 conftest.c >&5
  177. configure:4739: $? = 0
  178. configure:4739: result: yes
  179. configure:4739: checking for inttypes.h
  180. configure:4739: cc -c -g -O2 conftest.c >&5
  181. configure:4739: $? = 0
  182. configure:4739: result: yes
  183. configure:4739: checking for stdint.h
  184. configure:4739: cc -c -g -O2 conftest.c >&5
  185. configure:4739: $? = 0
  186. configure:4739: result: yes
  187. configure:4739: checking for unistd.h
  188. configure:4739: cc -c -g -O2 conftest.c >&5
  189. configure:4739: $? = 0
  190. configure:4739: result: yes
  191. configure:4752: checking minix/config.h usability
  192. configure:4752: cc -c -g -O2 conftest.c >&5
  193. conftest.c:52:10: fatal error: 'minix/config.h' file not found
  194. #include <minix/config.h>
  195. ^~~~~~~~~~~~~~~~
  196. 1 error generated.
  197. configure:4752: $? = 1
  198. configure: failed program was:
  199. | /* confdefs.h */
  200. | #define PACKAGE_NAME "asterisk"
  201. | #define PACKAGE_TARNAME "asterisk"
  202. | #define PACKAGE_VERSION "trunk"
  203. | #define PACKAGE_STRING "asterisk trunk"
  204. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  205. | #define PACKAGE_URL ""
  206. | #define STDC_HEADERS 1
  207. | #define HAVE_SYS_TYPES_H 1
  208. | #define HAVE_SYS_STAT_H 1
  209. | #define HAVE_STDLIB_H 1
  210. | #define HAVE_STRING_H 1
  211. | #define HAVE_MEMORY_H 1
  212. | #define HAVE_STRINGS_H 1
  213. | #define HAVE_INTTYPES_H 1
  214. | #define HAVE_STDINT_H 1
  215. | #define HAVE_UNISTD_H 1
  216. | /* end confdefs.h. */
  217. | #include <stdio.h>
  218. | #ifdef HAVE_SYS_TYPES_H
  219. | # include <sys/types.h>
  220. | #endif
  221. | #ifdef HAVE_SYS_STAT_H
  222. | # include <sys/stat.h>
  223. | #endif
  224. | #ifdef STDC_HEADERS
  225. | # include <stdlib.h>
  226. | # include <stddef.h>
  227. | #else
  228. | # ifdef HAVE_STDLIB_H
  229. | # include <stdlib.h>
  230. | # endif
  231. | #endif
  232. | #ifdef HAVE_STRING_H
  233. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  234. | # include <memory.h>
  235. | # endif
  236. | # include <string.h>
  237. | #endif
  238. | #ifdef HAVE_STRINGS_H
  239. | # include <strings.h>
  240. | #endif
  241. | #ifdef HAVE_INTTYPES_H
  242. | # include <inttypes.h>
  243. | #endif
  244. | #ifdef HAVE_STDINT_H
  245. | # include <stdint.h>
  246. | #endif
  247. | #ifdef HAVE_UNISTD_H
  248. | # include <unistd.h>
  249. | #endif
  250. | #include <minix/config.h>
  251. configure:4752: result: no
  252. configure:4752: checking minix/config.h presence
  253. configure:4752: cc -E conftest.c
  254. conftest.c:19:10: fatal error: 'minix/config.h' file not found
  255. #include <minix/config.h>
  256. ^~~~~~~~~~~~~~~~
  257. 1 error generated.
  258. configure:4752: $? = 1
  259. configure: failed program was:
  260. | /* confdefs.h */
  261. | #define PACKAGE_NAME "asterisk"
  262. | #define PACKAGE_TARNAME "asterisk"
  263. | #define PACKAGE_VERSION "trunk"
  264. | #define PACKAGE_STRING "asterisk trunk"
  265. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  266. | #define PACKAGE_URL ""
  267. | #define STDC_HEADERS 1
  268. | #define HAVE_SYS_TYPES_H 1
  269. | #define HAVE_SYS_STAT_H 1
  270. | #define HAVE_STDLIB_H 1
  271. | #define HAVE_STRING_H 1
  272. | #define HAVE_MEMORY_H 1
  273. | #define HAVE_STRINGS_H 1
  274. | #define HAVE_INTTYPES_H 1
  275. | #define HAVE_STDINT_H 1
  276. | #define HAVE_UNISTD_H 1
  277. | /* end confdefs.h. */
  278. | #include <minix/config.h>
  279. configure:4752: result: no
  280. configure:4752: checking for minix/config.h
  281. configure:4752: result: no
  282. configure:4773: checking whether it is safe to define __EXTENSIONS__
  283. configure:4791: cc -c -g -O2 conftest.c >&5
  284. configure:4791: $? = 0
  285. configure:4798: result: yes
  286. configure:4968: checking whether char is unsigned
  287. configure:4980: cc -c -g -O2 -I/usr/local/include conftest.c >&5
  288. configure:4980: $? = 0
  289. configure:4982: result: no
  290. configure:5044: checking for uname
  291. configure:5062: found /usr/bin/uname
  292. configure:5074: result: /usr/bin/uname
  293. configure:5537: checking for g++
  294. configure:5567: result: no
  295. configure:5537: checking for c++
  296. configure:5553: found /usr/bin/c++
  297. configure:5564: result: c++
  298. configure:5591: checking for C++ compiler version
  299. configure:5600: c++ --version >&5
  300. FreeBSD clang version 4.0.0 (tags/RELEASE_400/final 297347) (based on LLVM 4.0.0)
  301. Target: x86_64-unknown-freebsd11.1
  302. Thread model: posix
  303. InstalledDir: /usr/bin
  304. configure:5611: $? = 0
  305. configure:5600: c++ -v >&5
  306. FreeBSD clang version 4.0.0 (tags/RELEASE_400/final 297347) (based on LLVM 4.0.0)
  307. Target: x86_64-unknown-freebsd11.1
  308. Thread model: posix
  309. InstalledDir: /usr/bin
  310. configure:5611: $? = 0
  311. configure:5600: c++ -V >&5
  312. c++: error: argument to '-V' is missing (expected 1 value)
  313. c++: error: no input files
  314. configure:5611: $? = 1
  315. configure:5600: c++ -qversion >&5
  316. c++: error: unknown argument: '-qversion'
  317. c++: error: no input files
  318. configure:5611: $? = 1
  319. configure:5615: checking whether we are using the GNU C++ compiler
  320. configure:5634: c++ -c -I/usr/local/include conftest.cpp >&5
  321. configure:5634: $? = 0
  322. configure:5643: result: yes
  323. configure:5652: checking whether c++ accepts -g
  324. configure:5672: c++ -c -g -I/usr/local/include conftest.cpp >&5
  325. configure:5672: $? = 0
  326. configure:5713: result: yes
  327. configure:5741: checking how to run the C preprocessor
  328. configure:5811: result: cc -E
  329. configure:5831: cc -E -I/usr/local/include conftest.c
  330. configure:5831: $? = 0
  331. configure:5845: cc -E -I/usr/local/include conftest.c
  332. conftest.c:24:10: fatal error: 'ac_nonexistent.h' file not found
  333. #include <ac_nonexistent.h>
  334. ^~~~~~~~~~~~~~~~~~
  335. 1 error generated.
  336. configure:5845: $? = 1
  337. configure: failed program was:
  338. | /* confdefs.h */
  339. | #define PACKAGE_NAME "asterisk"
  340. | #define PACKAGE_TARNAME "asterisk"
  341. | #define PACKAGE_VERSION "trunk"
  342. | #define PACKAGE_STRING "asterisk trunk"
  343. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  344. | #define PACKAGE_URL ""
  345. | #define STDC_HEADERS 1
  346. | #define HAVE_SYS_TYPES_H 1
  347. | #define HAVE_SYS_STAT_H 1
  348. | #define HAVE_STDLIB_H 1
  349. | #define HAVE_STRING_H 1
  350. | #define HAVE_MEMORY_H 1
  351. | #define HAVE_STRINGS_H 1
  352. | #define HAVE_INTTYPES_H 1
  353. | #define HAVE_STDINT_H 1
  354. | #define HAVE_UNISTD_H 1
  355. | #define __EXTENSIONS__ 1
  356. | #define _ALL_SOURCE 1
  357. | #define _GNU_SOURCE 1
  358. | #define _POSIX_PTHREAD_SEMANTICS 1
  359. | #define _TANDEM_SOURCE 1
  360. | /* end confdefs.h. */
  361. | #include <ac_nonexistent.h>
  362. configure:5878: checking how to run the C++ preprocessor
  363. configure:5905: c++ -E -I/usr/local/include conftest.cpp
  364. configure:5905: $? = 0
  365. configure:5919: c++ -E -I/usr/local/include conftest.cpp
  366. conftest.cpp:24:10: fatal error: 'ac_nonexistent.h' file not found
  367. #include <ac_nonexistent.h>
  368. ^~~~~~~~~~~~~~~~~~
  369. 1 error generated.
  370. configure:5919: $? = 1
  371. configure: failed program was:
  372. | /* confdefs.h */
  373. | #define PACKAGE_NAME "asterisk"
  374. | #define PACKAGE_TARNAME "asterisk"
  375. | #define PACKAGE_VERSION "trunk"
  376. | #define PACKAGE_STRING "asterisk trunk"
  377. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  378. | #define PACKAGE_URL ""
  379. | #define STDC_HEADERS 1
  380. | #define HAVE_SYS_TYPES_H 1
  381. | #define HAVE_SYS_STAT_H 1
  382. | #define HAVE_STDLIB_H 1
  383. | #define HAVE_STRING_H 1
  384. | #define HAVE_MEMORY_H 1
  385. | #define HAVE_STRINGS_H 1
  386. | #define HAVE_INTTYPES_H 1
  387. | #define HAVE_STDINT_H 1
  388. | #define HAVE_UNISTD_H 1
  389. | #define __EXTENSIONS__ 1
  390. | #define _ALL_SOURCE 1
  391. | #define _GNU_SOURCE 1
  392. | #define _POSIX_PTHREAD_SEMANTICS 1
  393. | #define _TANDEM_SOURCE 1
  394. | /* end confdefs.h. */
  395. | #include <ac_nonexistent.h>
  396. configure:5944: result: c++ -E
  397. configure:5964: c++ -E -I/usr/local/include conftest.cpp
  398. configure:5964: $? = 0
  399. configure:5978: c++ -E -I/usr/local/include conftest.cpp
  400. conftest.cpp:24:10: fatal error: 'ac_nonexistent.h' file not found
  401. #include <ac_nonexistent.h>
  402. ^~~~~~~~~~~~~~~~~~
  403. 1 error generated.
  404. configure:5978: $? = 1
  405. configure: failed program was:
  406. | /* confdefs.h */
  407. | #define PACKAGE_NAME "asterisk"
  408. | #define PACKAGE_TARNAME "asterisk"
  409. | #define PACKAGE_VERSION "trunk"
  410. | #define PACKAGE_STRING "asterisk trunk"
  411. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  412. | #define PACKAGE_URL ""
  413. | #define STDC_HEADERS 1
  414. | #define HAVE_SYS_TYPES_H 1
  415. | #define HAVE_SYS_STAT_H 1
  416. | #define HAVE_STDLIB_H 1
  417. | #define HAVE_STRING_H 1
  418. | #define HAVE_MEMORY_H 1
  419. | #define HAVE_STRINGS_H 1
  420. | #define HAVE_INTTYPES_H 1
  421. | #define HAVE_STDINT_H 1
  422. | #define HAVE_UNISTD_H 1
  423. | #define __EXTENSIONS__ 1
  424. | #define _ALL_SOURCE 1
  425. | #define _GNU_SOURCE 1
  426. | #define _POSIX_PTHREAD_SEMANTICS 1
  427. | #define _TANDEM_SOURCE 1
  428. | /* end confdefs.h. */
  429. | #include <ac_nonexistent.h>
  430. configure:6008: checking for a sed that does not truncate output
  431. configure:6072: result: /usr/bin/sed
  432. configure:6077: checking for egrep
  433. configure:6087: result: grep -E
  434. configure:6103: checking for ld used by cc
  435. configure:6170: result: /usr/bin/ld
  436. configure:6177: checking if the linker (/usr/bin/ld) is GNU ld
  437. configure:6192: result: yes
  438. configure:6201: checking for gawk
  439. configure:6231: result: no
  440. configure:6201: checking for mawk
  441. configure:6231: result: no
  442. configure:6201: checking for nawk
  443. configure:6217: found /usr/bin/nawk
  444. configure:6228: result: nawk
  445. configure:6253: checking for a BSD-compatible install
  446. configure:6321: result: /usr/bin/install -c
  447. configure:6332: checking whether ln -s works
  448. configure:6336: result: yes
  449. configure:6386: checking for ranlib
  450. configure:6402: found /usr/bin/ranlib
  451. configure:6413: result: ranlib
  452. configure:6435: checking for GNU make
  453. configure:6454: result: gmake
  454. configure:6463: checking for egrep
  455. configure:6525: result: /usr/bin/grep -E
  456. configure:6580: checking for strip
  457. configure:6596: found /usr/bin/strip
  458. configure:6607: result: strip
  459. configure:6680: checking for ar
  460. configure:6696: found /usr/bin/ar
  461. configure:6707: result: ar
  462. configure:6740: checking for bison
  463. configure:6771: result: :
  464. configure:6781: checking for cmp
  465. configure:6799: found /usr/bin/cmp
  466. configure:6812: result: /usr/bin/cmp
  467. configure:6822: checking for cat
  468. configure:6840: found /bin/cat
  469. configure:6853: result: /bin/cat
  470. configure:6863: checking for flex
  471. configure:6881: found /usr/bin/flex
  472. configure:6894: result: /usr/bin/flex
  473. configure:6904: checking for grep
  474. configure:6935: result: /usr/bin/grep
  475. configure:6945: checking for python
  476. configure:6976: result: :
  477. configure:6986: checking for find
  478. configure:7004: found /usr/bin/find
  479. configure:7017: result: /usr/bin/find
  480. configure:7027: checking for compress
  481. configure:7045: found /usr/bin/compress
  482. configure:7058: result: /usr/bin/compress
  483. configure:7068: checking for basename
  484. configure:7086: found /usr/bin/basename
  485. configure:7099: result: /usr/bin/basename
  486. configure:7109: checking for dirname
  487. configure:7127: found /usr/bin/dirname
  488. configure:7140: result: /usr/bin/dirname
  489. configure:7150: checking for sh
  490. configure:7181: result: /bin/sh
  491. configure:7191: checking for ln
  492. configure:7209: found /bin/ln
  493. configure:7222: result: /bin/ln
  494. configure:7232: checking for doxygen
  495. configure:7263: result: :
  496. configure:7273: checking for dot
  497. configure:7304: result: :
  498. configure:7314: checking for wget
  499. configure:7332: found /usr/local/bin/wget
  500. configure:7345: result: /usr/local/bin/wget
  501. configure:7355: checking for curl
  502. configure:7386: result: :
  503. configure:7396: checking for rubber
  504. configure:7427: result: :
  505. configure:7437: checking for catdvi
  506. configure:7468: result: :
  507. configure:7478: checking for kpsewhich
  508. configure:7509: result: :
  509. configure:7519: checking for xmllint
  510. configure:7550: result: :
  511. configure:7560: checking for xmlstarlet
  512. configure:7591: result: :
  513. configure:7601: checking for bash
  514. configure:7632: result: :
  515. configure:7642: checking for git
  516. configure:7673: result: :
  517. configure:7683: checking for alembic
  518. configure:7714: result: :
  519. configure:7724: checking for bzip2
  520. configure:7742: found /usr/bin/bzip2
  521. configure:7755: result: /usr/bin/bzip2
  522. configure:7765: checking for tar
  523. configure:7783: found /usr/bin/tar
  524. configure:7796: result: /usr/bin/tar
  525. configure:7806: checking for patch
  526. configure:7824: found /usr/bin/patch
  527. configure:7837: result: /usr/bin/patch
  528. configure:7847: checking for sed
  529. configure:7878: result: /usr/bin/sed
  530. configure:7888: checking for nm
  531. configure:7906: found /usr/bin/nm
  532. configure:7919: result: /usr/bin/nm
  533. configure:7990: checking for ldconfig
  534. configure:8008: found /sbin/ldconfig
  535. configure:8021: result: /sbin/ldconfig
  536. configure:8031: checking for sha1sum
  537. configure:8062: result: /usr/home/rn3dcx/asterisk-15.1.2/build_tools/sha1sum-sh
  538. configure:8072: checking for openssl
  539. configure:8090: found /usr/bin/openssl
  540. configure:8103: result: /usr/bin/openssl
  541. configure:8112: checking for bison that supports parse-param
  542. configure:8147: result:
  543. configure:8220: checking for soxmix
  544. configure:8250: result: no
  545. configure:8279: checking for md5
  546. configure:8295: found /sbin/md5
  547. configure:8306: result: md5
  548. configure:8322: checking for a sed that does not truncate output
  549. configure:8386: result: /usr/bin/sed
  550. configure:8574: checking whether cc is Clang
  551. configure:8599: result: yes
  552. configure:8646: checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread
  553. configure:8671: cc -o conftest -Werror -Wunknown-warning-option -pthread -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c >&5
  554. configure:8671: $? = 0
  555. configure:8677: (cc -c -Werror -Wunknown-warning-option -pthread -g -O2 -I/usr/local/include conftest.c >&5) && (echo ==== >&5) && (cc -o conftest -Werror -Wunknown-warning-option -pthread -g -O2 -I/usr/local/include -L/usr/local/lib conftest.o >&5)
  556. ====
  557. configure:8677: $? = 0
  558. configure:8695: result: no
  559. configure:8844: checking for joinable pthread attribute
  560. configure:8862: cc -o conftest -g -O2 -pthread -I/usr/local/include -L/usr/local/lib conftest.c >&5
  561. configure:8862: $? = 0
  562. configure:8870: result: PTHREAD_CREATE_JOINABLE
  563. configure:8884: checking whether more special flags are required for pthreads
  564. configure:8897: result: no
  565. configure:8905: checking for PTHREAD_PRIO_INHERIT
  566. configure:8921: cc -o conftest -g -O2 -pthread -I/usr/local/include -L/usr/local/lib conftest.c >&5
  567. configure:8921: $? = 0
  568. configure:8930: result: yes
  569. configure:9147: checking for RAII support
  570. configure:9169: cc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c >&5
  571. conftest.c:31:15: error: function definition is not allowed here
  572. int main() {
  573. ^
  574. 1 error generated.
  575. configure:9169: $? = 1
  576. configure: failed program was:
  577. | /* confdefs.h */
  578. | #define PACKAGE_NAME "asterisk"
  579. | #define PACKAGE_TARNAME "asterisk"
  580. | #define PACKAGE_VERSION "trunk"
  581. | #define PACKAGE_STRING "asterisk trunk"
  582. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  583. | #define PACKAGE_URL ""
  584. | #define STDC_HEADERS 1
  585. | #define HAVE_SYS_TYPES_H 1
  586. | #define HAVE_SYS_STAT_H 1
  587. | #define HAVE_STDLIB_H 1
  588. | #define HAVE_STRING_H 1
  589. | #define HAVE_MEMORY_H 1
  590. | #define HAVE_STRINGS_H 1
  591. | #define HAVE_INTTYPES_H 1
  592. | #define HAVE_STDINT_H 1
  593. | #define HAVE_UNISTD_H 1
  594. | #define __EXTENSIONS__ 1
  595. | #define _ALL_SOURCE 1
  596. | #define _GNU_SOURCE 1
  597. | #define _POSIX_PTHREAD_SEMANTICS 1
  598. | #define _TANDEM_SOURCE 1
  599. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  600. | #define HAVE_PTHREAD 1
  601. | /* end confdefs.h. */
  602. |
  603. | int
  604. | main ()
  605. | {
  606. |
  607. | int main() {
  608. | #if defined(__clang__)
  609. | choke
  610. | #endif
  611. | return 0;
  612. | }
  613. |
  614. | ;
  615. | return 0;
  616. | }
  617. |
  618. configure:9206: checking for clang -fblocks
  619. configure:9216: result: yes
  620. configure:9235: checking for clang strsep/strcmp optimization
  621. configure:9264: cc -c -g -O2 -O1 -Werror=array-bounds -I/usr/local/include conftest.c >&5
  622. conftest.c:42:9: error: second parameter of 'main' (argument array) must be of type 'char **'
  623. int main(int argc, char *argv) {
  624. ^
  625. 1 error generated.
  626. configure:9264: $? = 1
  627. configure: failed program was:
  628. | /* confdefs.h */
  629. | #define PACKAGE_NAME "asterisk"
  630. | #define PACKAGE_TARNAME "asterisk"
  631. | #define PACKAGE_VERSION "trunk"
  632. | #define PACKAGE_STRING "asterisk trunk"
  633. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  634. | #define PACKAGE_URL ""
  635. | #define STDC_HEADERS 1
  636. | #define HAVE_SYS_TYPES_H 1
  637. | #define HAVE_SYS_STAT_H 1
  638. | #define HAVE_STDLIB_H 1
  639. | #define HAVE_STRING_H 1
  640. | #define HAVE_MEMORY_H 1
  641. | #define HAVE_STRINGS_H 1
  642. | #define HAVE_INTTYPES_H 1
  643. | #define HAVE_STDINT_H 1
  644. | #define HAVE_UNISTD_H 1
  645. | #define __EXTENSIONS__ 1
  646. | #define _ALL_SOURCE 1
  647. | #define _GNU_SOURCE 1
  648. | #define _POSIX_PTHREAD_SEMANTICS 1
  649. | #define _TANDEM_SOURCE 1
  650. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  651. | #define HAVE_PTHREAD 1
  652. | /* end confdefs.h. */
  653. |
  654. |
  655. | #include <stdio.h>
  656. | #include <string.h>
  657. |
  658. | /* fails with clang and -O1 */
  659. | void test_strsep_strcmp (void) {
  660. | char *haystackstr = "test1,test2";
  661. | char *outstr;
  662. | if (!strcmp(haystackstr, ",")) {
  663. | printf("fail\n");
  664. | }
  665. | if ((outstr = strsep(&haystackstr, ","))) {
  666. | printf("fail:%s\n", outstr);
  667. | }
  668. | }
  669. | int main(int argc, char *argv) {
  670. | test_strsep_strcmp();
  671. | return 0;
  672. | }
  673. |
  674. |
  675. configure:9277: result: prevent use of __string2_1bptr_p / strsep / strcmp from bits/string2.h
  676. configure:9310: checking for embedded pjproject (may have to download)
  677. configure:9312: result: configuring
  678. configure:9356: result: failed
  679. configure:9358: Unable to configure third-party/pjproject
  680. configure:9360: error: Re-run the ./configure command with 'NOISY_BUILD=yes' appended to see error details.
  681.  
  682. ## ---------------- ##
  683. ## Cache variables. ##
  684. ## ---------------- ##
  685.  
  686. ac_cv_GNU_MAKE=gmake
  687. ac_cv_GNU_MAKE_VERSION_MAJOR=4
  688. ac_cv_GNU_MAKE_VERSION_MINOR=2
  689. ac_cv_build=x86_64-unknown-freebsd11.1
  690. ac_cv_c_compiler_gnu=yes
  691. ac_cv_cxx_compiler_gnu=yes
  692. ac_cv_env_CCC_set=''
  693. ac_cv_env_CCC_value=''
  694. ac_cv_env_CC_set=''
  695. ac_cv_env_CC_value=''
  696. ac_cv_env_CFLAGS_set=''
  697. ac_cv_env_CFLAGS_value=''
  698. ac_cv_env_CPPFLAGS_set=''
  699. ac_cv_env_CPPFLAGS_value=''
  700. ac_cv_env_CPP_set=''
  701. ac_cv_env_CPP_value=''
  702. ac_cv_env_CXXCPP_set=''
  703. ac_cv_env_CXXCPP_value=''
  704. ac_cv_env_CXXFLAGS_set=''
  705. ac_cv_env_CXXFLAGS_value=''
  706. ac_cv_env_CXX_set=''
  707. ac_cv_env_CXX_value=''
  708. ac_cv_env_GMIME_CFLAGS_set=''
  709. ac_cv_env_GMIME_CFLAGS_value=''
  710. ac_cv_env_GMIME_LIBS_set=''
  711. ac_cv_env_GMIME_LIBS_value=''
  712. ac_cv_env_GTK2_CFLAGS_set=''
  713. ac_cv_env_GTK2_CFLAGS_value=''
  714. ac_cv_env_GTK2_LIBS_set=''
  715. ac_cv_env_GTK2_LIBS_value=''
  716. ac_cv_env_ILBC_CFLAGS_set=''
  717. ac_cv_env_ILBC_CFLAGS_value=''
  718. ac_cv_env_ILBC_LIBS_set=''
  719. ac_cv_env_ILBC_LIBS_value=''
  720. ac_cv_env_LDFLAGS_set=''
  721. ac_cv_env_LDFLAGS_value=''
  722. ac_cv_env_LIBEDIT_CFLAGS_set=''
  723. ac_cv_env_LIBEDIT_CFLAGS_value=''
  724. ac_cv_env_LIBEDIT_LIBS_set=''
  725. ac_cv_env_LIBEDIT_LIBS_value=''
  726. ac_cv_env_LIBS_set=''
  727. ac_cv_env_LIBS_value=''
  728. ac_cv_env_PJPROJECT_CFLAGS_set=''
  729. ac_cv_env_PJPROJECT_CFLAGS_value=''
  730. ac_cv_env_PJPROJECT_CONFIGURE_OPTS_set=''
  731. ac_cv_env_PJPROJECT_CONFIGURE_OPTS_value=''
  732. ac_cv_env_PJPROJECT_LIBS_set=''
  733. ac_cv_env_PJPROJECT_LIBS_value=''
  734. ac_cv_env_PKG_CONFIG_LIBDIR_set=''
  735. ac_cv_env_PKG_CONFIG_LIBDIR_value=''
  736. ac_cv_env_PKG_CONFIG_PATH_set=''
  737. ac_cv_env_PKG_CONFIG_PATH_value=''
  738. ac_cv_env_PKG_CONFIG_set=''
  739. ac_cv_env_PKG_CONFIG_value=''
  740. ac_cv_env_PYTHONDEV_CFLAGS_set=''
  741. ac_cv_env_PYTHONDEV_CFLAGS_value=''
  742. ac_cv_env_PYTHONDEV_LIBS_set=''
  743. ac_cv_env_PYTHONDEV_LIBS_value=''
  744. ac_cv_env_SYSTEMD_CFLAGS_set=''
  745. ac_cv_env_SYSTEMD_CFLAGS_value=''
  746. ac_cv_env_SYSTEMD_LIBS_set=''
  747. ac_cv_env_SYSTEMD_LIBS_value=''
  748. ac_cv_env_build_alias_set=''
  749. ac_cv_env_build_alias_value=''
  750. ac_cv_env_host_alias_set=''
  751. ac_cv_env_host_alias_value=''
  752. ac_cv_env_target_alias_set=''
  753. ac_cv_env_target_alias_value=''
  754. ac_cv_header_inttypes_h=yes
  755. ac_cv_header_memory_h=yes
  756. ac_cv_header_minix_config_h=no
  757. ac_cv_header_stdc=yes
  758. ac_cv_header_stdint_h=yes
  759. ac_cv_header_stdlib_h=yes
  760. ac_cv_header_string_h=yes
  761. ac_cv_header_strings_h=yes
  762. ac_cv_header_sys_stat_h=yes
  763. ac_cv_header_sys_types_h=yes
  764. ac_cv_header_unistd_h=yes
  765. ac_cv_host=x86_64-unknown-freebsd11.1
  766. ac_cv_objext=o
  767. ac_cv_path_ALEMBIC=:
  768. ac_cv_path_BASENAME=/usr/bin/basename
  769. ac_cv_path_BASH=:
  770. ac_cv_path_BISON=:
  771. ac_cv_path_BZIP2=/usr/bin/bzip2
  772. ac_cv_path_CAT=/bin/cat
  773. ac_cv_path_CATDVI=:
  774. ac_cv_path_CMP=/usr/bin/cmp
  775. ac_cv_path_COMPRESS=/usr/bin/compress
  776. ac_cv_path_CURL=:
  777. ac_cv_path_DIRNAME=/usr/bin/dirname
  778. ac_cv_path_DOT=:
  779. ac_cv_path_DOXYGEN=:
  780. ac_cv_path_EGREP='/usr/bin/grep -E'
  781. ac_cv_path_FIND=/usr/bin/find
  782. ac_cv_path_FLEX=/usr/bin/flex
  783. ac_cv_path_GIT=:
  784. ac_cv_path_GREP=/usr/bin/grep
  785. ac_cv_path_KPATHSEA=:
  786. ac_cv_path_LDCONFIG=/sbin/ldconfig
  787. ac_cv_path_LN=/bin/ln
  788. ac_cv_path_NM=/usr/bin/nm
  789. ac_cv_path_OPENSSL=/usr/bin/openssl
  790. ac_cv_path_PATCH=/usr/bin/patch
  791. ac_cv_path_PYTHON=:
  792. ac_cv_path_RUBBER=:
  793. ac_cv_path_SED=/usr/bin/sed
  794. ac_cv_path_SHA1SUM=/usr/home/rn3dcx/asterisk-15.1.2/build_tools/sha1sum-sh
  795. ac_cv_path_SHELL=/bin/sh
  796. ac_cv_path_TAR=/usr/bin/tar
  797. ac_cv_path_WGET=/usr/local/bin/wget
  798. ac_cv_path_XMLLINT=:
  799. ac_cv_path_XMLSTARLET=:
  800. ac_cv_path_ac_pt_UNAME=/usr/bin/uname
  801. ac_cv_path_install='/usr/bin/install -c'
  802. ac_cv_prog_AWK=nawk
  803. ac_cv_prog_CPP='cc -E'
  804. ac_cv_prog_CXXCPP='c++ -E'
  805. ac_cv_prog_MD5=md5
  806. ac_cv_prog_ac_ct_AR=ar
  807. ac_cv_prog_ac_ct_CC=cc
  808. ac_cv_prog_ac_ct_CXX=c++
  809. ac_cv_prog_ac_ct_RANLIB=ranlib
  810. ac_cv_prog_ac_ct_STRIP=strip
  811. ac_cv_prog_cc_c89=''
  812. ac_cv_prog_cc_g=yes
  813. ac_cv_prog_cxx_g=yes
  814. ac_cv_prog_egrep='grep -E'
  815. ac_cv_safe_to_define___extensions__=yes
  816. ax_cv_PTHREAD_CLANG=yes
  817. ax_cv_PTHREAD_CLANG_NO_WARN_FLAG=no
  818. ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE
  819. ax_cv_PTHREAD_PRIO_INHERIT=yes
  820. ax_cv_PTHREAD_SPECIAL_FLAGS=no
  821. lt_cv_path_LD=/usr/bin/ld
  822. lt_cv_prog_gnu_ld=yes
  823.  
  824. ## ----------------- ##
  825. ## Output variables. ##
  826. ## ----------------- ##
  827.  
  828. ALEMBIC=':'
  829. ALLOCA=''
  830. ALSA_DIR=''
  831. ALSA_INCLUDE=''
  832. ALSA_LIB=''
  833. AR='ar'
  834. AST_ADDRESS_SANITIZER=''
  835. AST_ASTERISKSSL=''
  836. AST_CLANG_BLOCKS='-fblocks'
  837. AST_CLANG_BLOCKS_LIBS='-lBlocksRuntime'
  838. AST_CODE_COVERAGE='no'
  839. AST_C_COMPILER_FAMILY='clang'
  840. AST_DECLARATION_AFTER_STATEMENT=''
  841. AST_DEVMODE=''
  842. AST_DEVMODE_STRICT=''
  843. AST_DOWNLOAD_CACHE=''
  844. AST_FORTIFY_SOURCE=''
  845. AST_LEAK_SANITIZER=''
  846. AST_NATIVE_ARCH=''
  847. AST_NESTED_FUNCTIONS=''
  848. AST_NO_FORMAT_TRUNCATION=''
  849. AST_NO_STRICT_OVERFLOW=''
  850. AST_RPATH=''
  851. AST_SHADOW_WARNINGS=''
  852. AST_THREAD_SANITIZER=''
  853. AST_TRAMPOLINES=''
  854. AST_UNDEFINED_SANITIZER=''
  855. AWK='nawk'
  856. BASENAME='/usr/bin/basename'
  857. BASH=':'
  858. BFD_DIR=''
  859. BFD_INCLUDE=''
  860. BFD_LIB=''
  861. BIND8_CFLAGS=''
  862. BISON=':'
  863. BKTR_DIR=''
  864. BKTR_INCLUDE=''
  865. BKTR_LIB=''
  866. BLUETOOTH_DIR=''
  867. BLUETOOTH_INCLUDE=''
  868. BLUETOOTH_LIB=''
  869. BUILD_CPU='x86_64'
  870. BUILD_OS='freebsd11.1'
  871. BUILD_PLATFORM='x86_64-unknown-freebsd11.1'
  872. BUILD_VENDOR='unknown'
  873. BZIP2='/usr/bin/bzip2'
  874. CAP_DIR=''
  875. CAP_INCLUDE=''
  876. CAP_LIB=''
  877. CAT='/bin/cat'
  878. CATDVI=':'
  879. CC='cc'
  880. CFLAGS='-g -O2'
  881. CMP='/usr/bin/cmp'
  882. CODEC2_DIR=''
  883. CODEC2_INCLUDE=''
  884. CODEC2_LIB=''
  885. COMPRESS='/usr/bin/compress'
  886. CONFIG_CFLAGS=''
  887. CONFIG_LDFLAGS=''
  888. CONFIG_LIBXML2=''
  889. CONFIG_MYSQLCLIENT=''
  890. CONFIG_NEON29=''
  891. CONFIG_NEON=''
  892. CONFIG_NETSNMP=''
  893. CONFIG_SDL=''
  894. CONFIG_SIGNED_CHAR=''
  895. COROSYNC_CFG_STATE_TRACK_DIR=''
  896. COROSYNC_CFG_STATE_TRACK_INCLUDE=''
  897. COROSYNC_CFG_STATE_TRACK_LIB=''
  898. COROSYNC_DIR=''
  899. COROSYNC_INCLUDE=''
  900. COROSYNC_LIB=''
  901. CPP='cc -E'
  902. CPPFLAGS='-I/usr/local/include'
  903. CRYPTO_DIR=''
  904. CRYPTO_INCLUDE=''
  905. CRYPTO_LIB=''
  906. CRYPT_DIR=''
  907. CRYPT_INCLUDE=''
  908. CRYPT_LIB=''
  909. CURL=':'
  910. CURL_INCLUDE=''
  911. CURL_LIB=''
  912. CURSES_DIR=''
  913. CURSES_INCLUDE=''
  914. CURSES_LIB=''
  915. CXX='c++'
  916. CXXCPP='c++ -E'
  917. CXXFLAGS='-g -O2'
  918. DAHDI_DIR=''
  919. DAHDI_INCLUDE=''
  920. DAHDI_LIB=''
  921. DEFS=''
  922. DIRNAME='/usr/bin/dirname'
  923. DOT=':'
  924. DOWNLOAD='/usr/local/bin/wget'
  925. DOWNLOAD_TIMEOUT='--timeout=$1'
  926. DOWNLOAD_TO_STDOUT='/usr/local/bin/wget -q -O-'
  927. DOXYGEN=':'
  928. ECHO_C=''
  929. ECHO_N='-n'
  930. ECHO_T=''
  931. EDITLINE_LIB=''
  932. EGREP='/usr/bin/grep -E'
  933. EXEEXT=''
  934. EXTERNALS_CACHE_DIR=''
  935. FETCH=''
  936. FFMPEG_DIR=''
  937. FFMPEG_INCLUDE=''
  938. FFMPEG_LIB=''
  939. FFTW3_DIR=''
  940. FFTW3_INCLUDE=''
  941. FFTW3_LIB=''
  942. FIND='/usr/bin/find'
  943. FLEX='/usr/bin/flex'
  944. FREETDS_DIR=''
  945. FREETDS_INCLUDE=''
  946. FREETDS_LIB=''
  947. GENERIC_ODBC_INCLUDE=''
  948. GENERIC_ODBC_LIB=''
  949. GIT=':'
  950. GMIME_CFLAGS=''
  951. GMIME_DIR=''
  952. GMIME_INCLUDE=''
  953. GMIME_LIB=''
  954. GMIME_LIBS=''
  955. GNU_LD='1'
  956. GNU_MAKE='gmake'
  957. GREP='/usr/bin/grep'
  958. GSM_DIR=''
  959. GSM_INCLUDE=''
  960. GSM_INTERNAL=''
  961. GSM_LIB=''
  962. GTK2_CFLAGS=''
  963. GTK2_DIR=''
  964. GTK2_INCLUDE=''
  965. GTK2_LIB=''
  966. GTK2_LIBS=''
  967. HAS_POLL=''
  968. HOARD_DIR=''
  969. HOARD_INCLUDE=''
  970. HOARD_LIB=''
  971. HOST_CPU='x86_64'
  972. HOST_OS='freebsd11.1'
  973. HOST_PLATFORM='x86_64-unknown-freebsd11.1'
  974. HOST_VENDOR='unknown'
  975. ICAL_DIR=''
  976. ICAL_INCLUDE=''
  977. ICAL_LIB=''
  978. ICONV_DIR=''
  979. ICONV_INCLUDE=''
  980. ICONV_LIB=''
  981. IKSEMEL_DIR=''
  982. IKSEMEL_INCLUDE=''
  983. IKSEMEL_LIB=''
  984. ILBC_CFLAGS=''
  985. ILBC_DIR=''
  986. ILBC_INCLUDE=''
  987. ILBC_INTERNAL=''
  988. ILBC_LIB=''
  989. ILBC_LIBS=''
  990. IMAP_TK_DIR=''
  991. IMAP_TK_INCLUDE=''
  992. IMAP_TK_LIB=''
  993. INOTIFY_DIR=''
  994. INOTIFY_INCLUDE=''
  995. INOTIFY_LIB=''
  996. INSTALL_DATA='${INSTALL} -m 644'
  997. INSTALL_PROGRAM='${INSTALL}'
  998. INSTALL_SCRIPT='${INSTALL}'
  999. IODBC_DIR=''
  1000. IODBC_INCLUDE=''
  1001. IODBC_LIB=''
  1002. ISDNNET_DIR=''
  1003. ISDNNET_INCLUDE=''
  1004. ISDNNET_LIB=''
  1005. JACK_DIR=''
  1006. JACK_INCLUDE=''
  1007. JACK_LIB=''
  1008. JANSSON_DIR=''
  1009. JANSSON_INCLUDE=''
  1010. JANSSON_LIB=''
  1011. KPATHSEA=':'
  1012. KQUEUE_DIR=''
  1013. KQUEUE_INCLUDE=''
  1014. KQUEUE_LIB=''
  1015. LD='/usr/bin/ld'
  1016. LDAP_DIR=''
  1017. LDAP_INCLUDE=''
  1018. LDAP_LIB=''
  1019. LDCONFIG='/sbin/ldconfig'
  1020. LDFLAGS='-L/usr/local/lib'
  1021. LIBEDIT_CFLAGS=''
  1022. LIBEDIT_DIR=''
  1023. LIBEDIT_INCLUDE=''
  1024. LIBEDIT_INTERNAL=''
  1025. LIBEDIT_IS_UNICODE_DIR=''
  1026. LIBEDIT_IS_UNICODE_INCLUDE=''
  1027. LIBEDIT_IS_UNICODE_LIB=''
  1028. LIBEDIT_LIB=''
  1029. LIBEDIT_LIBS=''
  1030. LIBOBJS=''
  1031. LIBS=''
  1032. LIBXML2_DIR=''
  1033. LIBXML2_INCLUDE=''
  1034. LIBXML2_LIB=''
  1035. LIBXSLT_CLEANUP_DIR=''
  1036. LIBXSLT_CLEANUP_INCLUDE=''
  1037. LIBXSLT_CLEANUP_LIB=''
  1038. LIBXSLT_DIR=''
  1039. LIBXSLT_INCLUDE=''
  1040. LIBXSLT_LIB=''
  1041. LN='/bin/ln'
  1042. LN_S='ln -s'
  1043. LTDL_DIR=''
  1044. LTDL_INCLUDE=''
  1045. LTDL_LIB=''
  1046. LTLIBOBJS=''
  1047. LUA_DIR=''
  1048. LUA_INCLUDE=''
  1049. LUA_LIB=''
  1050. MD5='md5'
  1051. MISDN_DIR=''
  1052. MISDN_INCLUDE=''
  1053. MISDN_LIB=''
  1054. MYSQLCLIENT_DIR=''
  1055. MYSQLCLIENT_INCLUDE=''
  1056. MYSQLCLIENT_LIB=''
  1057. NBS_DIR=''
  1058. NBS_INCLUDE=''
  1059. NBS_LIB=''
  1060. NCURSES_DIR=''
  1061. NCURSES_INCLUDE=''
  1062. NCURSES_LIB=''
  1063. NEON29_DIR=''
  1064. NEON29_INCLUDE=''
  1065. NEON29_LIB=''
  1066. NEON_DIR=''
  1067. NEON_INCLUDE=''
  1068. NEON_LIB=''
  1069. NETSNMP_DIR=''
  1070. NETSNMP_INCLUDE=''
  1071. NETSNMP_LIB=''
  1072. NEWT_DIR=''
  1073. NEWT_INCLUDE=''
  1074. NEWT_LIB=''
  1075. NM='/usr/bin/nm'
  1076. NOISY_BUILD='yes'
  1077. OBJEXT='o'
  1078. OGG_DIR=''
  1079. OGG_INCLUDE=''
  1080. OGG_LIB=''
  1081. OPENH323DIR=''
  1082. OPENH323_BUILD=''
  1083. OPENH323_DIR=''
  1084. OPENH323_INCDIR=''
  1085. OPENH323_INCLUDE=''
  1086. OPENH323_LIB=''
  1087. OPENH323_LIBDIR=''
  1088. OPENH323_SUFFIX=''
  1089. OPENR2_DIR=''
  1090. OPENR2_INCLUDE=''
  1091. OPENR2_LIB=''
  1092. OPENSSL='/usr/bin/openssl'
  1093. OPENSSL_DIR=''
  1094. OPENSSL_EC_DIR=''
  1095. OPENSSL_EC_INCLUDE=''
  1096. OPENSSL_EC_LIB=''
  1097. OPENSSL_INCLUDE=''
  1098. OPENSSL_LIB=''
  1099. OPENSSL_SRTP_DIR=''
  1100. OPENSSL_SRTP_INCLUDE=''
  1101. OPENSSL_SRTP_LIB=''
  1102. OPUS_DIR=''
  1103. OPUS_INCLUDE=''
  1104. OPUS_LIB=''
  1105. OSARCH='FreeBSD'
  1106. OSPTK_DIR=''
  1107. OSPTK_INCLUDE=''
  1108. OSPTK_LIB=''
  1109. OSS_DIR=''
  1110. OSS_INCLUDE=''
  1111. OSS_LIB=''
  1112. PACKAGE_BUGREPORT='https://issues.asterisk.org'
  1113. PACKAGE_NAME='asterisk'
  1114. PACKAGE_STRING='asterisk trunk'
  1115. PACKAGE_TARNAME='asterisk'
  1116. PACKAGE_URL=''
  1117. PACKAGE_VERSION='trunk'
  1118. PATCH='/usr/bin/patch'
  1119. PATH_SEPARATOR=':'
  1120. PBX_ALSA=''
  1121. PBX_BASH='0'
  1122. PBX_BFD=''
  1123. PBX_BISON='0'
  1124. PBX_BKTR=''
  1125. PBX_BLUETOOTH=''
  1126. PBX_CAP=''
  1127. PBX_CODEC2=''
  1128. PBX_COROSYNC=''
  1129. PBX_COROSYNC_CFG_STATE_TRACK=''
  1130. PBX_CRYPT=''
  1131. PBX_CRYPTO=''
  1132. PBX_CURL=''
  1133. PBX_CURSES=''
  1134. PBX_DAHDI=''
  1135. PBX_DAHDI_HALF_FULL=''
  1136. PBX_DLADDR=''
  1137. PBX_DYNAMIC_LIST=''
  1138. PBX_FFMPEG=''
  1139. PBX_FFTW3=''
  1140. PBX_FLEX='1'
  1141. PBX_FREETDS=''
  1142. PBX_GENERIC_ODBC=''
  1143. PBX_GLOB_BRACE=''
  1144. PBX_GLOB_NOMAGIC=''
  1145. PBX_GMIME=''
  1146. PBX_GSM=''
  1147. PBX_GTK2=''
  1148. PBX_HOARD=''
  1149. PBX_ICAL=''
  1150. PBX_ICONV=''
  1151. PBX_IKSEMEL=''
  1152. PBX_ILBC=''
  1153. PBX_IMAP_TK=''
  1154. PBX_INOTIFY=''
  1155. PBX_IODBC=''
  1156. PBX_IP_MTU_DISCOVER=''
  1157. PBX_ISDNNET=''
  1158. PBX_IXJUSER=''
  1159. PBX_JACK=''
  1160. PBX_JANSSON=''
  1161. PBX_KQUEUE=''
  1162. PBX_LAUNCHD=''
  1163. PBX_LDAP=''
  1164. PBX_LIBEDIT=''
  1165. PBX_LIBEDIT_IS_UNICODE=''
  1166. PBX_LIBXML2=''
  1167. PBX_LIBXSLT=''
  1168. PBX_LIBXSLT_CLEANUP=''
  1169. PBX_LTDL=''
  1170. PBX_LUA=''
  1171. PBX_MISDN=''
  1172. PBX_MISDN_FAC_ERROR=''
  1173. PBX_MISDN_FAC_RESULT=''
  1174. PBX_MSG_NOSIGNAL=''
  1175. PBX_MYSQLCLIENT=''
  1176. PBX_NBS=''
  1177. PBX_NCURSES=''
  1178. PBX_NEON29=''
  1179. PBX_NEON=''
  1180. PBX_NETSNMP=''
  1181. PBX_NEWT=''
  1182. PBX_OGG=''
  1183. PBX_OPENH323=''
  1184. PBX_OPENR2=''
  1185. PBX_OPENSSL=''
  1186. PBX_OPENSSL_EC=''
  1187. PBX_OPENSSL_SRTP=''
  1188. PBX_OPUS=''
  1189. PBX_OSPTK=''
  1190. PBX_OSREV='11.1-RELEASE'
  1191. PBX_OSS=''
  1192. PBX_PGSQL=''
  1193. PBX_PJPROJECT=''
  1194. PBX_PJSIP_AUTH_CLT_DEINIT=''
  1195. PBX_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK=''
  1196. PBX_PJSIP_EVSUB_GRP_LOCK=''
  1197. PBX_PJSIP_EVSUB_SET_UAS_TIMEOUT=''
  1198. PBX_PJSIP_EXTERNAL_RESOLVER=''
  1199. PBX_PJSIP_GET_DEST_INFO=''
  1200. PBX_PJSIP_INV_SESSION_REF=''
  1201. PBX_PJSIP_REPLACE_MEDIA_STREAM=''
  1202. PBX_PJSIP_TLS_TRANSPORT_PROTO=''
  1203. PBX_PJSIP_TSX_LAYER_FIND_TSX2=''
  1204. PBX_PJ_SSL_CERT_LOAD_FROM_FILES2=''
  1205. PBX_PJ_TRANSACTION_GRP_LOCK=''
  1206. PBX_POPT=''
  1207. PBX_PORTAUDIO=''
  1208. PBX_PRI=''
  1209. PBX_PRI_AOC_EVENTS=''
  1210. PBX_PRI_CALL_HOLD=''
  1211. PBX_PRI_CALL_REROUTING=''
  1212. PBX_PRI_CALL_WAITING=''
  1213. PBX_PRI_CCSS=''
  1214. PBX_PRI_DATETIME_SEND=''
  1215. PBX_PRI_DISPLAY_TEXT=''
  1216. PBX_PRI_HANGUP_FIX=''
  1217. PBX_PRI_INBANDDISCONNECT=''
  1218. PBX_PRI_L2_PERSISTENCE=''
  1219. PBX_PRI_MCID=''
  1220. PBX_PRI_MWI=''
  1221. PBX_PRI_MWI_V2=''
  1222. PBX_PRI_PROG_W_CAUSE=''
  1223. PBX_PRI_REVERSE_CHARGE=''
  1224. PBX_PRI_SERVICE_MESSAGES=''
  1225. PBX_PRI_SETUP_ACK_INBAND=''
  1226. PBX_PRI_SETUP_KEYPAD=''
  1227. PBX_PRI_SUBADDR=''
  1228. PBX_PRI_TRANSFER=''
  1229. PBX_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP=''
  1230. PBX_PTHREAD_RWLOCK_INITIALIZER=''
  1231. PBX_PWLIB=''
  1232. PBX_RADIUS=''
  1233. PBX_RESAMPLE=''
  1234. PBX_RT=''
  1235. PBX_RTLD_NOLOAD=''
  1236. PBX_SDL=''
  1237. PBX_SDL_IMAGE=''
  1238. PBX_SNDFILE=''
  1239. PBX_SO_NOSIGPIPE=''
  1240. PBX_SPANDSP=''
  1241. PBX_SPEEX=''
  1242. PBX_SPEEXDSP=''
  1243. PBX_SPEEX_PREPROCESS=''
  1244. PBX_SQLITE3=''
  1245. PBX_SQLITE=''
  1246. PBX_SRTP=''
  1247. PBX_SRTP_192=''
  1248. PBX_SRTP_256=''
  1249. PBX_SRTP_GCM=''
  1250. PBX_SRTP_SHUTDOWN=''
  1251. PBX_SS7=''
  1252. PBX_SSL_OP_NO_TLSV1_1=''
  1253. PBX_SSL_OP_NO_TLSV1_2=''
  1254. PBX_SUPPSERV=''
  1255. PBX_SYSLOG=''
  1256. PBX_SYSLOG_FACILITY_LOG_AUTH=''
  1257. PBX_SYSLOG_FACILITY_LOG_AUTHPRIV=''
  1258. PBX_SYSLOG_FACILITY_LOG_CRON=''
  1259. PBX_SYSLOG_FACILITY_LOG_DAEMON=''
  1260. PBX_SYSLOG_FACILITY_LOG_FTP=''
  1261. PBX_SYSLOG_FACILITY_LOG_KERN=''
  1262. PBX_SYSLOG_FACILITY_LOG_LPR=''
  1263. PBX_SYSLOG_FACILITY_LOG_MAIL=''
  1264. PBX_SYSLOG_FACILITY_LOG_NEWS=''
  1265. PBX_SYSLOG_FACILITY_LOG_SYSLOG=''
  1266. PBX_SYSLOG_FACILITY_LOG_UUCP=''
  1267. PBX_SYSTEMD=''
  1268. PBX_TERMCAP=''
  1269. PBX_TIMERFD=''
  1270. PBX_TINFO=''
  1271. PBX_TONEZONE=''
  1272. PBX_UNBOUND=''
  1273. PBX_UNIXODBC=''
  1274. PBX_URIPARSER=''
  1275. PBX_VORBIS=''
  1276. PBX_VPB=''
  1277. PBX_WINARCH='0'
  1278. PBX_WORKING_FORK=''
  1279. PBX_X11=''
  1280. PBX_XMLSTARLET='0'
  1281. PBX_ZLIB=''
  1282. PGSQL_DIR=''
  1283. PGSQL_INCLUDE=''
  1284. PGSQL_LIB=''
  1285. PG_CONFIG=''
  1286. PJPROJECT_BUNDLED='yes'
  1287. PJPROJECT_CFLAGS=''
  1288. PJPROJECT_CONFIGURE_OPTS=''
  1289. PJPROJECT_DIR='third-party/pjproject'
  1290. PJPROJECT_INCLUDE=''
  1291. PJPROJECT_LIB=''
  1292. PJPROJECT_LIBS=''
  1293. PJSIP_AUTH_CLT_DEINIT_DIR=''
  1294. PJSIP_AUTH_CLT_DEINIT_INCLUDE=''
  1295. PJSIP_AUTH_CLT_DEINIT_LIB=''
  1296. PJSIP_DLG_CREATE_UAS_AND_INC_LOCK_DIR=''
  1297. PJSIP_DLG_CREATE_UAS_AND_INC_LOCK_INCLUDE=''
  1298. PJSIP_DLG_CREATE_UAS_AND_INC_LOCK_LIB=''
  1299. PJSIP_EVSUB_GRP_LOCK_DIR=''
  1300. PJSIP_EVSUB_GRP_LOCK_INCLUDE=''
  1301. PJSIP_EVSUB_GRP_LOCK_LIB=''
  1302. PJSIP_EVSUB_SET_UAS_TIMEOUT_DIR=''
  1303. PJSIP_EVSUB_SET_UAS_TIMEOUT_INCLUDE=''
  1304. PJSIP_EVSUB_SET_UAS_TIMEOUT_LIB=''
  1305. PJSIP_EXTERNAL_RESOLVER_DIR=''
  1306. PJSIP_EXTERNAL_RESOLVER_INCLUDE=''
  1307. PJSIP_EXTERNAL_RESOLVER_LIB=''
  1308. PJSIP_GET_DEST_INFO_DIR=''
  1309. PJSIP_GET_DEST_INFO_INCLUDE=''
  1310. PJSIP_GET_DEST_INFO_LIB=''
  1311. PJSIP_INV_SESSION_REF_DIR=''
  1312. PJSIP_INV_SESSION_REF_INCLUDE=''
  1313. PJSIP_INV_SESSION_REF_LIB=''
  1314. PJSIP_REPLACE_MEDIA_STREAM_DIR=''
  1315. PJSIP_REPLACE_MEDIA_STREAM_INCLUDE=''
  1316. PJSIP_REPLACE_MEDIA_STREAM_LIB=''
  1317. PJSIP_TLS_TRANSPORT_PROTO_DIR=''
  1318. PJSIP_TLS_TRANSPORT_PROTO_INCLUDE=''
  1319. PJSIP_TLS_TRANSPORT_PROTO_LIB=''
  1320. PJSIP_TSX_LAYER_FIND_TSX2_DIR=''
  1321. PJSIP_TSX_LAYER_FIND_TSX2_INCLUDE=''
  1322. PJSIP_TSX_LAYER_FIND_TSX2_LIB=''
  1323. PJ_SSL_CERT_LOAD_FROM_FILES2_DIR=''
  1324. PJ_SSL_CERT_LOAD_FROM_FILES2_INCLUDE=''
  1325. PJ_SSL_CERT_LOAD_FROM_FILES2_LIB=''
  1326. PJ_TRANSACTION_GRP_LOCK_DIR=''
  1327. PJ_TRANSACTION_GRP_LOCK_INCLUDE=''
  1328. PJ_TRANSACTION_GRP_LOCK_LIB=''
  1329. PKG_CONFIG=''
  1330. PKG_CONFIG_LIBDIR=''
  1331. PKG_CONFIG_PATH=''
  1332. POPT_DIR=''
  1333. POPT_INCLUDE=''
  1334. POPT_LIB=''
  1335. PORTAUDIO_DIR=''
  1336. PORTAUDIO_INCLUDE=''
  1337. PORTAUDIO_LIB=''
  1338. POW_LIB=''
  1339. PRI_AOC_EVENTS_DIR=''
  1340. PRI_AOC_EVENTS_INCLUDE=''
  1341. PRI_AOC_EVENTS_LIB=''
  1342. PRI_CALL_HOLD_DIR=''
  1343. PRI_CALL_HOLD_INCLUDE=''
  1344. PRI_CALL_HOLD_LIB=''
  1345. PRI_CALL_REROUTING_DIR=''
  1346. PRI_CALL_REROUTING_INCLUDE=''
  1347. PRI_CALL_REROUTING_LIB=''
  1348. PRI_CALL_WAITING_DIR=''
  1349. PRI_CALL_WAITING_INCLUDE=''
  1350. PRI_CALL_WAITING_LIB=''
  1351. PRI_CCSS_DIR=''
  1352. PRI_CCSS_INCLUDE=''
  1353. PRI_CCSS_LIB=''
  1354. PRI_DATETIME_SEND_DIR=''
  1355. PRI_DATETIME_SEND_INCLUDE=''
  1356. PRI_DATETIME_SEND_LIB=''
  1357. PRI_DIR=''
  1358. PRI_DISPLAY_TEXT_DIR=''
  1359. PRI_DISPLAY_TEXT_INCLUDE=''
  1360. PRI_DISPLAY_TEXT_LIB=''
  1361. PRI_HANGUP_FIX_DIR=''
  1362. PRI_HANGUP_FIX_INCLUDE=''
  1363. PRI_HANGUP_FIX_LIB=''
  1364. PRI_INBANDDISCONNECT_DIR=''
  1365. PRI_INBANDDISCONNECT_INCLUDE=''
  1366. PRI_INBANDDISCONNECT_LIB=''
  1367. PRI_INCLUDE=''
  1368. PRI_L2_PERSISTENCE_DIR=''
  1369. PRI_L2_PERSISTENCE_INCLUDE=''
  1370. PRI_L2_PERSISTENCE_LIB=''
  1371. PRI_LIB=''
  1372. PRI_MCID_DIR=''
  1373. PRI_MCID_INCLUDE=''
  1374. PRI_MCID_LIB=''
  1375. PRI_MWI_DIR=''
  1376. PRI_MWI_INCLUDE=''
  1377. PRI_MWI_LIB=''
  1378. PRI_MWI_V2_DIR=''
  1379. PRI_MWI_V2_INCLUDE=''
  1380. PRI_MWI_V2_LIB=''
  1381. PRI_PROG_W_CAUSE_DIR=''
  1382. PRI_PROG_W_CAUSE_INCLUDE=''
  1383. PRI_PROG_W_CAUSE_LIB=''
  1384. PRI_REVERSE_CHARGE_DIR=''
  1385. PRI_REVERSE_CHARGE_INCLUDE=''
  1386. PRI_REVERSE_CHARGE_LIB=''
  1387. PRI_SERVICE_MESSAGES_DIR=''
  1388. PRI_SERVICE_MESSAGES_INCLUDE=''
  1389. PRI_SERVICE_MESSAGES_LIB=''
  1390. PRI_SETUP_ACK_INBAND_DIR=''
  1391. PRI_SETUP_ACK_INBAND_INCLUDE=''
  1392. PRI_SETUP_ACK_INBAND_LIB=''
  1393. PRI_SETUP_KEYPAD_DIR=''
  1394. PRI_SETUP_KEYPAD_INCLUDE=''
  1395. PRI_SETUP_KEYPAD_LIB=''
  1396. PRI_SUBADDR_DIR=''
  1397. PRI_SUBADDR_INCLUDE=''
  1398. PRI_SUBADDR_LIB=''
  1399. PRI_TRANSFER_DIR=''
  1400. PRI_TRANSFER_INCLUDE=''
  1401. PRI_TRANSFER_LIB=''
  1402. PTHREAD_CC='cc'
  1403. PTHREAD_CFLAGS='-pthread'
  1404. PTHREAD_LIBS=''
  1405. PTLIB_CONFIG=''
  1406. PWLIBDIR=''
  1407. PWLIB_DIR=''
  1408. PWLIB_INCDIR=''
  1409. PWLIB_INCLUDE=''
  1410. PWLIB_LIB=''
  1411. PWLIB_LIBDIR=''
  1412. PWLIB_PLATFORM=''
  1413. PYTHON=':'
  1414. PYTHONDEV_CFLAGS=''
  1415. PYTHONDEV_INCLUDE=''
  1416. PYTHONDEV_LIB=''
  1417. PYTHONDEV_LIBS=''
  1418. RADIUS_DIR=''
  1419. RADIUS_INCLUDE=''
  1420. RADIUS_LIB=''
  1421. RANLIB='ranlib'
  1422. RESAMPLE_DIR=''
  1423. RESAMPLE_INCLUDE=''
  1424. RESAMPLE_LIB=''
  1425. RT_DIR=''
  1426. RT_INCLUDE=''
  1427. RT_LIB=''
  1428. RUBBER=':'
  1429. SDL_DIR=''
  1430. SDL_IMAGE_DIR=''
  1431. SDL_IMAGE_INCLUDE=''
  1432. SDL_IMAGE_LIB=''
  1433. SDL_INCLUDE=''
  1434. SDL_LIB=''
  1435. SED='/usr/bin/sed'
  1436. SHA1SUM='/usr/home/rn3dcx/asterisk-15.1.2/build_tools/sha1sum-sh'
  1437. SHELL='/bin/sh'
  1438. SNDFILE_DIR=''
  1439. SNDFILE_INCLUDE=''
  1440. SNDFILE_LIB=''
  1441. SOUNDS_CACHE_DIR=''
  1442. SOXMIX=':'
  1443. SPANDSP_DIR=''
  1444. SPANDSP_INCLUDE=''
  1445. SPANDSP_LIB=''
  1446. SPEEXDSP_DIR=''
  1447. SPEEXDSP_INCLUDE=''
  1448. SPEEXDSP_LIB=''
  1449. SPEEX_DIR=''
  1450. SPEEX_INCLUDE=''
  1451. SPEEX_LIB=''
  1452. SPEEX_PREPROCESS_DIR=''
  1453. SPEEX_PREPROCESS_INCLUDE=''
  1454. SPEEX_PREPROCESS_LIB=''
  1455. SQLITE3_DIR=''
  1456. SQLITE3_INCLUDE=''
  1457. SQLITE3_LIB=''
  1458. SQLITE_DIR=''
  1459. SQLITE_INCLUDE=''
  1460. SQLITE_LIB=''
  1461. SRTP_192_DIR=''
  1462. SRTP_192_INCLUDE=''
  1463. SRTP_192_LIB=''
  1464. SRTP_256_DIR=''
  1465. SRTP_256_INCLUDE=''
  1466. SRTP_256_LIB=''
  1467. SRTP_DIR=''
  1468. SRTP_GCM_DIR=''
  1469. SRTP_GCM_INCLUDE=''
  1470. SRTP_GCM_LIB=''
  1471. SRTP_INCLUDE=''
  1472. SRTP_LIB=''
  1473. SRTP_SHUTDOWN_DIR=''
  1474. SRTP_SHUTDOWN_INCLUDE=''
  1475. SRTP_SHUTDOWN_LIB=''
  1476. SS7_DIR=''
  1477. SS7_INCLUDE=''
  1478. SS7_LIB=''
  1479. STRIP='strip'
  1480. SUPPSERV_DIR=''
  1481. SUPPSERV_INCLUDE=''
  1482. SUPPSERV_LIB=''
  1483. SYSTEMD_CFLAGS=''
  1484. SYSTEMD_INCLUDE=''
  1485. SYSTEMD_LIB=''
  1486. SYSTEMD_LIBS=''
  1487. TAR='/usr/bin/tar'
  1488. TERMCAP_DIR=''
  1489. TERMCAP_INCLUDE=''
  1490. TERMCAP_LIB=''
  1491. TIMERFD_DIR=''
  1492. TIMERFD_INCLUDE=''
  1493. TIMERFD_LIB=''
  1494. TINFO_DIR=''
  1495. TINFO_INCLUDE=''
  1496. TINFO_LIB=''
  1497. TONEZONE_DIR=''
  1498. TONEZONE_INCLUDE=''
  1499. TONEZONE_LIB=''
  1500. UNAME='/usr/bin/uname'
  1501. UNBOUND_DIR=''
  1502. UNBOUND_INCLUDE=''
  1503. UNBOUND_LIB=''
  1504. UNIXODBC_DIR=''
  1505. UNIXODBC_INCLUDE=''
  1506. UNIXODBC_LIB=''
  1507. URIPARSER_DIR=''
  1508. URIPARSER_INCLUDE=''
  1509. URIPARSER_LIB=''
  1510. UUID_INCLUDE=''
  1511. UUID_LIB=''
  1512. VORBIS_DIR=''
  1513. VORBIS_INCLUDE=''
  1514. VORBIS_LIB=''
  1515. VPB_DIR=''
  1516. VPB_INCLUDE=''
  1517. VPB_LIB=''
  1518. WGET='/usr/local/bin/wget'
  1519. X11_DIR=''
  1520. X11_INCLUDE=''
  1521. X11_LIB=''
  1522. XMLLINT=':'
  1523. XMLSTARLET=':'
  1524. ZLIB_DIR=''
  1525. ZLIB_INCLUDE=''
  1526. ZLIB_LIB=''
  1527. _libcurl_config=''
  1528. ac_ct_AR='ar'
  1529. ac_ct_CC='cc'
  1530. ac_ct_CXX='c++'
  1531. ac_ct_STRIP='strip'
  1532. astdatadir='${astvarlibdir}'
  1533. astdbdir='${localstatedir}/db/asterisk'
  1534. astetcdir='${sysconfdir}/asterisk'
  1535. astheaderdir='${includedir}/asterisk'
  1536. astkeydir='${astvarlibdir}'
  1537. astlibdir='${libdir}'
  1538. astlogdir='${localstatedir}/log/asterisk'
  1539. astmandir='${mandir}'
  1540. astmoddir='${libdir}/asterisk/modules'
  1541. astsbindir='${sbindir}'
  1542. astspooldir='${localstatedir}/spool/asterisk'
  1543. astvarlibdir='${prefix}/share/asterisk'
  1544. astvarrundir='${localstatedir}/run/asterisk'
  1545. ax_pthread_config=''
  1546. bindir='${exec_prefix}/bin'
  1547. build='x86_64-unknown-freebsd11.1'
  1548. build_alias=''
  1549. build_cpu='x86_64'
  1550. build_os='freebsd11.1'
  1551. build_vendor='unknown'
  1552. datadir='${datarootdir}'
  1553. datarootdir='${prefix}/share'
  1554. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1555. dvidir='${docdir}'
  1556. exec_prefix='NONE'
  1557. host='x86_64-unknown-freebsd11.1'
  1558. host_alias=''
  1559. host_cpu='x86_64'
  1560. host_os='freebsd11.1'
  1561. host_vendor='unknown'
  1562. htmldir='${docdir}'
  1563. includedir='${prefix}/include'
  1564. infodir='${datarootdir}/info'
  1565. libdir='${exec_prefix}/lib'
  1566. libexecdir='${exec_prefix}/libexec'
  1567. localedir='${datarootdir}/locale'
  1568. localstatedir='/var'
  1569. mandir='${datarootdir}/man'
  1570. oldincludedir='/usr/include'
  1571. pdfdir='${docdir}'
  1572. prefix='NONE'
  1573. program_transform_name='s,x,x,'
  1574. psdir='${docdir}'
  1575. sbindir='${exec_prefix}/sbin'
  1576. sharedstatedir='${prefix}/com'
  1577. sysconfdir='${prefix}/etc'
  1578. target_alias=''
  1579.  
  1580. ## ----------- ##
  1581. ## confdefs.h. ##
  1582. ## ----------- ##
  1583.  
  1584. /* confdefs.h */
  1585. #define PACKAGE_NAME "asterisk"
  1586. #define PACKAGE_TARNAME "asterisk"
  1587. #define PACKAGE_VERSION "trunk"
  1588. #define PACKAGE_STRING "asterisk trunk"
  1589. #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  1590. #define PACKAGE_URL ""
  1591. #define STDC_HEADERS 1
  1592. #define HAVE_SYS_TYPES_H 1
  1593. #define HAVE_SYS_STAT_H 1
  1594. #define HAVE_STDLIB_H 1
  1595. #define HAVE_STRING_H 1
  1596. #define HAVE_MEMORY_H 1
  1597. #define HAVE_STRINGS_H 1
  1598. #define HAVE_INTTYPES_H 1
  1599. #define HAVE_STDINT_H 1
  1600. #define HAVE_UNISTD_H 1
  1601. #define __EXTENSIONS__ 1
  1602. #define _ALL_SOURCE 1
  1603. #define _GNU_SOURCE 1
  1604. #define _POSIX_PTHREAD_SEMANTICS 1
  1605. #define _TANDEM_SOURCE 1
  1606. #define HAVE_PTHREAD_PRIO_INHERIT 1
  1607. #define HAVE_PTHREAD 1
  1608. #define _HAVE_STRING_ARCH_strcmp 1
  1609. #define _HAVE_STRING_ARCH_strsep 1
  1610.  
  1611. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement